-----BEGIN PGP SIGNED MESSAGE----- On Tue, 17 Aug 1999, Ing. Rodin Fadul wrote:
> My Xserver allows ONLY root user to login. Any other > user, it just makes as it is going to conect normally, > and then it comes to the login prompt again. i had this problem once, it turned out that the permissions on /tmp were bad. "ll -d /tmp" should output something like this: drwsrwsrwx 5 root root 1024 Aug 17 21:43 /tmp ^^^^^^^^^^ If this isn't right, "chmod 1777 /tmp" should do it. If that doesn't help, check the .xsession-errors file for the user, or use startx from a console to see the messages. > PS. How can I make Xserver NOT start automatic. Remove the xdm package. If you'd rather keep it around, use the update-rc.d utility: update-rc.d -f xdm remove update-rc.d xdm start 99 5 . stop 01 0 1 2 3 4 6 . # This will start xdm in runlevel 5 only. Change to suit your needs. - -- finger for PGP public key. -----BEGIN PGP SIGNATURE----- Version: 2.6.3ia Charset: noconv iQCVAwUBN7ofV77M/9WKZLW5AQFvJQP+LX8gEYwrkiQGVmbmAP5kVtIrRJHh66OC GMyfxfnFFbDQ4DGHebV92467M/VihLR88J3ZZnAU5OIjmX3AIwJ0ezI4uu8hdxvR w4AY3t2xbX84cxb69T/p4qJccHD2v2zckLqUvfLz776Eja6L/cp1hmoo97Ua9E9W nmokugbglWI= =Oaa5 -----END PGP SIGNATURE-----