You are not logged in.
Ina brand new install of arch I am unable to login with an accont other than root. I also get an error saying that root is not in the sudoers file if it try to use sudo as root but root is in fact in the file.
The hard drive is set up as
/dev/sda1 ext2 boot
/dev/mapper/VolGroup00-lVolRoot btrfs -o subvol=arch /
I have no idea where to go to fix this. All the permissions on the folders in / are correct and everything is mounting correctly, I just simply can't log in.
Offline
Are you using initscripts or a pure systemd install? if former, did you make any changes to inittab?
There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !
Offline
The default Archlinux initscripts. I haven't changed inittab in any way.
Offline
Is your system up to date (pacman -Syu)?
Burninate!
Offline
Ina brand new install of arch I am unable to login with an accont other than root. I also get an error saying that root is not in the sudoers file if it try to use sudo as root but root is in fact in the file.
Check for the user you cant login with that the keymap is correct for the password.
Not quite sure what you mean when you write "..use sudo as root..", but I assume you have added another user "e.g. Vrekk" with "useradd" and then added it to the sudoers file with visudo as per wiki ?
Maybe post the sudoers line you added for that user.
Offline
Ina brand new install of arch I am unable to login with an accont other than root. I also get an error saying that root is not in the sudoers file if it try to use sudo as root but root is in fact in the file.
The hard drive is set up as
/dev/sda1 ext2 boot
/dev/mapper/VolGroup00-lVolRoot btrfs -o subvol=arch /I have no idea where to go to fix this. All the permissions on the folders in / are correct and everything is mounting correctly, I just simply can't log in.
Check also the subvolume permission: mount the root volume as "/dev/mapper/VolGroup00-lVolRoot btrfs -o subvolid=0"
Offline