Tinow ME napisaĆ(a): > it's: > > -rws--x--x 1 root root ........................ > > seems ok > > On 11/1/06, Chris Staub <[EMAIL PROTECTED]> wrote: >> Tinow ME wrote: >> > hi all >> > I just finished installation of xorg. The root startx ok, but >> > when I log in >> > as a user other than root and startx it fails and appears: >> > >> > =============================================== >> > Fatal server error: >> > PAM authentication failed, cannot start X server. >> > Perhaps you do not have console ownership? >> > >> > Please consult the The X.Org Foundation support >> > at http://wiki.X.org >> > for help. >> > >> > giving up. >> > /usr/X11R6/bin/xinit: Connection refused (errono 111): unable to >> > connect to X server >> > /usr/X11R6/bin/xinit: No such process (errno 3): Server error.
You have to crate a file /etc/pam.d/xserver with proper rules alowing start server. In mine I have the following file: auth required pam_localuser.so account required pam_unix.so That's allow any local user who is registered in /etc/passwd to start xserver. -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
