From owner-freebsd-questions Tue Sep 8 01:59:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA26840 for freebsd-questions-outgoing; Tue, 8 Sep 1998 01:59:45 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from alcatel.fr (ns.celwave.tm.fr [194.133.58.131]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA26835 for ; Tue, 8 Sep 1998 01:59:41 -0700 (PDT) (envelope-from Thierry.Herbelot@alcatel.fr) From: Thierry.Herbelot@alcatel.fr Received: from alcatel.fr (gatekeeper-ssn.alcatel.fr [155.132.180.244]) by mailgate.alcatel.fr (ALCANET/SMTP) with ESMTP id LAA08012; Tue, 8 Sep 1998 11:05:14 +0200 Received: from aifhs1.alcatel.fr (aifhs1.alcatel.fr [155.132.180.86]) by aifhs2.alcatel.fr (ALCANET/SMTP2) with ESMTP id KAA29928; Tue, 8 Sep 1998 10:58:43 +0200 (MET DST) Received: from aifhs2.alcatel.fr (localhost [127.0.0.1]) by aifhs1.alcatel.fr (8.8.8/8.8.8) with ESMTP id KAA02781; Tue, 8 Sep 1998 10:58:33 +0200 (MET DST) Received: from lune.telspace.alcatel.fr (lune.telspace.alcatel.fr [155.132.144.65]) by aifhs2.alcatel.fr (ALCANET/SMTP2) with ESMTP id KAA28077; Tue, 8 Sep 1998 10:54:55 +0200 (MET DST) Received: from telss1 (telss1.telspace.alcatel.fr [155.132.51.4]) by lune.telspace.alcatel.fr (8.7.6/8.7.3) with SMTP id KAA22443; Tue, 8 Sep 1998 10:52:06 +0200 (MET DST) Received: from telspace.alcatel.fr by telss1 (4.1/SMI-4.1) id AA21672; Tue, 8 Sep 98 10:39:54 +0200 Received: from localhost by telspace.alcatel.fr with SMTP (1.40.112.12/16.2) id AA186823653; Tue, 8 Sep 1998 10:34:13 +0200 X-Openmail-Hops: 1 Date: Tue, 8 Sep 98 10:34:07 +0200 Message-Id: In-Reply-To: Subject: startx Mime-Version: 1.0 To: angelayu@stlinux.ouhk.edu.hk Cc: freebsd-questions@FreeBSD.ORG Content-Type: text/plain; charset=US-ASCII; name="startx" Content-Disposition: inline; filename="startx" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > 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