Date: Tue, 8 Sep 98 10:34:07 +0200 From: Thierry.Herbelot@alcatel.fr To: angelayu@stlinux.ouhk.edu.hk Cc: freebsd-questions@FreeBSD.ORG Subject: startx Message-ID: <H000057c0180771f@MHS> In-Reply-To: <Pine.LNX.4.02A.9809081502350.3723-100000@stlinux.ouhk.edu.hk>
next in thread | previous in thread | raw e-mail | index | archive | help
> Hello > > When i typed 'startx', it prompted > > execve failed for /usr/X11R6/bin/X (errno 2) > > > how do i know that 'errno 2) stands for? from /usr/include/errno.h : #define ENOENT 2 /* No such file or directory */ Have-you made the symbolic link from your X server (say : SVGA server) to X ? (ln -s /usr/X11R6/bin/XF86_SVGA /usr/X11R6/bin/X) TfH > > Tks > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?H000057c0180771f>