You are not logged in.

#1 2008-02-10 19:29:55

droid
Member
Registered: 2007-01-21
Posts: 19

oops, XDM xfce problem

Good evening,

I just installed xfce which works fine, but when I added XDM and restarted it booted into XDM fine but I never created an user accounts before, was just using root so I do not have login to use and root does not work, any suggestions?

Offline

#2 2008-02-10 19:37:34

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: oops, XDM xfce problem

Sure,

Crtl-Alt-F1 to get to the console, log in as root, and create a user with:

useradd -m -s /bin/bash <your_user>
passwd <your_user>
gpasswd -a <your_user> whatever groups you want your user to be in (one by one)

Last edited by skottish (2008-02-10 19:37:56)

Offline

#3 2008-02-10 20:45:50

droid
Member
Registered: 2007-01-21
Posts: 19

Re: oops, XDM xfce problem

Thank you for the reply, I added a user and when I login, I do not get an error just returned straight to the login page

Offline

#4 2008-02-11 17:28:42

Gluffs
Member
Registered: 2008-01-25
Posts: 25

Re: oops, XDM xfce problem

Hi.

I had the same problem only difference was that i used slim instead. but it appears to be a bug in pacman permissions. It worked after this

chmod 777 /tmp && chmod a+x /tmp

" I didnt solve this myself, i got help from this post
http://bbs.archlinux.org/viewtopic.php?id=33349"

Offline

Board footer

Powered by FluxBB