Hei,
As root, I'm trying to add a new user with
Only the group 'anne' gets created, but nothing more. I checked pw(8) for something helpful as it seems like it's
Anyone who could help? Thanks!
Matthias
As root, I'm trying to add a new user with
adduser
but it returnes a strange error when I confirm.Only the group 'anne' gets created, but nothing more. I checked pw(8) for something helpful as it seems like it's
pw
creating the error and checked /var/log/messages and /var/log/auth.log but nothing strange there.Code:
Username : anne Password : ***** Full Name : Anne Uid : 2001 Class : Groups : anne Home : /home/anne Home Mode : Shell : /bin/sh Locked : no OK? (yes/no): yes pw: user 'anne' disappeared during update adduser: ERROR: There was an error adding user (anne). Add another user? (yes/no): no Goodbye!
Anyone who could help? Thanks!
Matthias