Re: Stuck on run-level 3 :-(
From: Paul Howarth (paul_at_city-fan.org)
Date: 06/17/05
- Previous message: Patrick Boutilier: "Re: I want kdm back!:-)"
- In reply to: Andoni: "Re: Stuck on run-level 3 :-("
- Next in thread: Andoni: "Re: Stuck on run-level 3 :-("
- Reply: Andoni: "Re: Stuck on run-level 3 :-("
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 17 Jun 2005 17:46:47 +0100 To: For users of Fedora Core releases <fedora-list@redhat.com>
Andoni wrote:
> Andoni wrote:
>
>>>>and the startx command does not work.
>>>
>>>In what way does it "not work"? I would expect:
>>>
>>
>>
>>It only returns:
>>-bash: startx: command not found.
>>
>>Does this mean that I do not have a window manager installed?
>
>
> It's more likely that your PATH is set incorrectly. "startx" is part of
> the "xorg-x11" package, which is almost certainly already installed on
> your system, and the command should be found at /usr/X11R6/bin/startx
>
> What's the output of "echo $PATH" on your system? The directory
> /usr/X11R6/bin should be included.
>
>
>
> Ok, found startx in /usr/X11R6/bin/startx it is linked to /usr/bin/X11 (the
> dir is).
>
> When I run it I get:
>
> ./startx: line 132: xauth: command not found
> ./startx: line 133: xauth: command not found
> ./startx: line 132: xauth: command not found
> ./startx: line 133: xauth: command not found
> ./startx: line 141: xinit: command not found
> ./startx: line 144: xauth: command not found
> Couldnt get a file descriptor referring to the console
Same problem. /usr/X11R6/bin needs to be in your PATH.
Try:
$ PATH="$PATH:/usr/X11R6/bin"
$ startx &> x.output
Also, what is the output of:
$ echo $PATH
Paul.
-- fedora-list mailing list fedora-list@redhat.com To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
- Previous message: Patrick Boutilier: "Re: I want kdm back!:-)"
- In reply to: Andoni: "Re: Stuck on run-level 3 :-("
- Next in thread: Andoni: "Re: Stuck on run-level 3 :-("
- Reply: Andoni: "Re: Stuck on run-level 3 :-("
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|