Koozali.org: home of the SME Server

can't create user account

scott

Re: can't create user account
« Reply #15 on: September 25, 2003, 03:21:45 AM »
Yes sir, that fixed it.  Thank you very much.

scott

Re: can't create user account
« Reply #16 on: September 25, 2003, 06:14:08 PM »
I take that last message back.  It put my account back into server-manager, but my bash shell is still messed up.  In order to fix this I deleted the account from server-manager and recreated it.  It works now.  Unfortunately, I lost my email.  I am not sure if I should restore it from backup because the config files are also restored and it may screw up the account again.scott wrote:

Michiel

Re: can't create user account
« Reply #17 on: September 25, 2003, 06:51:30 PM »
> and recreated it.  It works now.  Unfortunately, I lost my
> email.  I am not sure if I should restore it from backup

Just restore the following files from your backup and everything should be back in place:
/home/e-smith/files/user/scott/Mail
/home/e-smith/files/user/scott/Maildir
/home/e-smith/files/user/scott/home

You might also have to reset the ownership of these files:
chown -R scott:scott /home/e-smith/files/user/scott

M

Terry Werry

Re: can't create user account
« Reply #18 on: November 05, 2003, 08:16:53 PM »
Terry Youre a bloody Idiot Mate!

Michiel

Re: can't create user account
« Reply #19 on: November 05, 2003, 11:56:26 PM »
> Terry Youre a bloody Idiot Mate!

I'm not going to contradict you on this one ;-) But what made you come to this conclusion?

Anonymous

can't create user account
« Reply #20 on: May 12, 2004, 11:33:45 AM »
cool. this fixed it for me too:).

terencem

Re: can't create user account
« Reply #21 on: July 04, 2005, 11:22:32 AM »
Quote from: "Michiel"
> You might also have to reset the ownership of these files:
chown -R scott:scott /home/e-smith/files/user/scott

M


Just in case someone is reading this thread later, and wonders why that command doesn't work... it should be "users" as in "/home/e-smith/files/users/scott".  

Anyway, thanks to Michiel for all his great work.