Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have installed archlinux 2012.7.15, and just as the wiki said. And I installed xorg and xfce4. It was all ok and I can even start xfce4 with root account. But when I create a regular user account using "adduser" or "useradd", and reboot the os, and I found that I cann't login with the regular account. I just login the name, and typed the password, and it go back to the login screen again. There was no error prompt . The root account doesn't have the problem.
The following is what I did to install the arch:

  1. I have installed archlinux 2011 in my laptop, and I just format the "/" device, the "home" and "boot" and "swap" was left no change.
  2. I boot archlinux 2012 from usb, and "mount /dev/sdaX /mnt" "mount "/dev/sdaY /mnt/home" "mount /dev/sdaZ /mnt/boot"
  3. setting the wireless with wpa_supplicant, and install the os with : "pacstrap /mnt base base-devel", "pacstrap /mnt grub-bios", "genfstab -p /mnt >> /mnt/etc/fstab"
  4. arch-chroot /mnt , and install the grub , set the root password
  5. start archlinux 2012, install the xorg and xfce with root account. after that I add a user account with "adduser username" , I also tried "useradd" command, but when reboot and login the user account, after I typed the password, the screen go back to the login. And if I typed the wrong passwd, it will prompt me to retype again, that's to say I typed the right password. So it's just annoying me. I have used archlinux 2011 and ubuntu, and I haven't encounter this problem before. Anyone can help? I will appreciate it very much.
share|improve this question
Are you trying to login to Xfce? If so, can you login with the regular user to a TTY (you can press Alt-F1 or Ctrl-Alt-F1 to switch to one)? – Lev Levitsky Sep 2 '12 at 11:37
no, I just cann't login to tty – user1339080 Sep 2 '12 at 12:15
at first I thought it was slim or xfce configuration, cause I installed slim, but when I change to the tty, I found I just cann't login with regular user. – user1339080 Sep 2 '12 at 12:20
I haven't encounter this before on linux(ubuntu and archlinux). I don't know if it is because something I did wrong with new archlinux 2012, the setup is completely different with the former one. – user1339080 Sep 2 '12 at 12:24
After you create the user account, is it listed in /etc/passwd? Can you show exactly how you create the user? Can you login as user if you don't reboot? Is the home directory created? – Lev Levitsky Sep 2 '12 at 12:26
show 9 more comments

closed as off topic by Mat, Zsolt Botykai, Bill the Lizard Sep 2 '12 at 13:38

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

Browse other questions tagged or ask your own question.