vhane Posted October 22, 2014 Share Posted October 22, 2014 My question, please, guys? Check if the user exists: id david If it exists, try resetting the password. As root: passwd david Link to comment Share on other sites More sharing options...
gohpep Posted October 22, 2014 Share Posted October 22, 2014 Well the self signed certificate fills me with confidence, but what's the actual point? Pretty sure the base Arch install doesn't have any non-free stuff included. The normal Linux kernel contains proprietary binary blobs, Parabola uses Linux-Libre. It also includes a meta-package that blocks non-free packages. And it is not self signed, it is a CACert certificate. Also, it is listed on the GNU Fully free distributions list http://www.gnu.org/distros/free-distros.html. simplezz 1 Share Link to comment Share on other sites More sharing options...
Mindovermaster Global Moderator Posted October 22, 2014 Author Global Moderator Share Posted October 22, 2014 id david: uid=1000(david) gid=100(users) groups=100(users),10(wheel),95(storage),98(power) Reset password does nothing. Maybe the above means something? Link to comment Share on other sites More sharing options...
simplezz Posted October 22, 2014 Share Posted October 22, 2014 id david: uid=1000(david) gid=100(users) groups=100(users),10(wheel),95(storage),98(power) Reset password does nothing. Maybe the above means something?Okay. So the user exists that you created, but it says the password is wrong when you log in? You could try deleting the user and starting again: $ userdel -r david $ useradd -m -g users -G wheel david $ passwd david $ *Enter password* Then try logging in as 'david': $ su david Link to comment Share on other sites More sharing options...
Mindovermaster Global Moderator Posted October 22, 2014 Author Global Moderator Share Posted October 22, 2014 Yay, that worked!!!! Thank you! Link to comment Share on other sites More sharing options...
Recommended Posts