Subject: Re: X Windows problems on diskless SunOS 4.1.4 client of NetBSD 1.5.1 server
To: Volker Borchert <bt@insiders-fs.com>
From: Ian Fry <Ian.Fry@sophos.com>
List: port-sparc
Date: 11/13/2001 11:24:40
On Tue, Nov 13, 2001 at 11:54:16AM +0100, Volker Borchert wrote:
> + df /var/tmp/.X11-unix/X0
> Filesystem           1k-blocks      Used Available Use% Mounted on
> Uranos:/export/vtmp/Demeter
>                        1014887      3912    960230   1% /var/tmp
                                                          ^^^^^^^^

> [snip] connect (3, "\0\1/tmp/.X11-unix/X0", 19) = -1 ENOTSOCK (Socket
                          ^^^^
> operation on non-socket) 

You appear to have the tmp filesystem mounted on /var/tmp, but the connect
seems to be trying to read from /tmp (unless I'm missing the meaning of the
'\0\1' at the beginning of the string).

Ian.