adduser after update to 9.0

Hi there.

After updating from 8.2 to 9.0 I tried to create a new user with the adduser command. After all steps the following message appears:
Code:
pw: user 'test' disappeared during update
adduser: ERROR: There was an error adding user (test).

I cannot delete that user:
Code:
rmuser: user (test) does not exist in the password database.

What is wrong?
How can I create new users from now?

Thanks
 
Have a look in /etc/passwd and /etc/master.passwd. Does the user exist in one of them?
 
Back
Top