Re: X Server Crash

From: Jorge Nerin (jnerin@svalero.es)
Date: Thu Aug 03 2000 - 16:11:59 EST


"Richard B. Johnson" wrote:
>
> On Thu, 3 Aug 2000, Robinson, Daniel wrote:
>
> > Hi all....
> >
> > I am getting the following error when I try to startx... (KDE on Mandrake
> > 7.0 2.3.42)
> >
> > ----------------------
> > _FontTransSocketUNIXConnect: Can't connect: errno = 2
> > failed to set default font path 'unix/:-1'
> > Fatal server error:
> > could not open default font 'fixed'
>
> Looks like the "real" fatal error is the UNIX socket connect.
> This was errno=2 (ENOENT) . This is a strange return value for
> connect().
>
> Is this a newly-built kernel? Did you enable UNIX domain sockets?
> If so, this might be related to another recently-reported UNIX
> socket problem.
>
> Cheers,
> Dick Johnson
>

This is because / is full, usually 5% of the space is reserved for root,
and df tells the amount free for users, connect() needs 1 inode free to
succed, so if you are not root and issue connect() with 0 blocks free
connect() will fail, so you only need to have free space.

-- 
Jorge Nerin
<jnerin@svalero.es>
<comandante@zaralinux.com>

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon Aug 07 2000 - 21:00:11 EST