Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 07 Jun 2002 23:16:16 -0400 (EDT)
From:      John Baldwin <jhb@FreeBSD.org>
To:        Richard Mika <rmika@worldnet.att.net>
Cc:        doc@FreeBSD.org
Subject:   RE: errno2
Message-ID:  <XFMail.20020607231616.jhb@FreeBSD.org>
In-Reply-To: <006101c20e8c$6b6b4e40$73e24c0c@richardm>

next in thread | previous in thread | raw e-mail | index | archive | help

On 08-Jun-2002 Richard Mika wrote:
> freeBSD installation as far was successful. However, I can not start X windows with 'startx'
> getting:
> 
> execve failed for /usr/X11R6/X   [errno 2]
> -X11transSocketUnixConnect

2 is ENOENT, i.e. the file doesn't exist.  X is at /usr/X11R6/bin/X, not /usr/X11R6/X.
Looks like you need to fix that path.

-- 

John Baldwin <jhb@FreeBSD.org>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.20020607231616.jhb>