Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Jun 2001 16:38:58 -0400
From:      Bill Moran <wmoran@iowna.com>
To:        Patrick9 <patrick9@mediaone.net>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: how to start X-Window system after basic install
Message-ID:  <3B364FE2.898EECE8@iowna.com>
References:  <3B364CFA.E4A9F7CE@mediaone.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Patrick9 wrote:
> I just installed FreeBSD 4.2 on a Pentium 133 system. (This is a project
> for work.)
> Maybe I'm beyond my skills here :), but I keep getting an error that
> X-server files are not installed .

What's the error? Which files?

> I installed a ton of packages (another mistake) , including several
> X-window managers.

Not particularly a mistake. If you've got enough disk space, install all
you want.

> When I go to /stand to run sysinstall , I get the error message: command
> not found.

/stand is not in the default search path. The current directory is not
in the default search path. Thus, changing to a directory to execute a
binary that resides there doesn't work. This is a DOSism you're trying
to use.
If you're in the /stand directory, you can run sysinstall by entering
"./sysinstall" The "./" tells the shell to look in the current working
directory for the binary. Easier is to run sysinstall without changing
the current working directory by specifying the whole path:
"/stand/sysinstall"

> When I boot from the floppy set, and use sysinstall, and go to
> post-install config, I get an error stating that X-window server files
> are not installed.

Did you select one of the X enabled distributions while installing? If
not, return to the distributions menu (seperate from packages) and
install X.

Hope this gets you started.

-Bill

-- 
If a bird in the hand is worth two in the bush,
then what can I get for two hands in the bush?

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?3B364FE2.898EECE8>