[BlueOnyx:27119] Re: Why can I not reuse an old username?

Michael Stauber mstauber at blueonyx.it
Fri Jul 19 14:13:48 -05 2024


Hi Larry,

>    Thanks,  all looks good (in messages) up to this:
> 
> Jul 19 07:01:31 web22 cced(smd)[25629]: client [0:25628] has admin rights
> Jul 19 07:01:56 web22 cced(smd)[25663]: client 7:[49:25431]:
> CREATE  "User" "fullName" "=" "C.Finch" "ftpDisabled" "=" "1"
> "capLevels" "=" "" "sortName" "=" "" "emailDisabled" "=" "0"
> "volume" "=" "/home" "description" "=" "XXXXXXXXXX" "name" "=
> " "cfinch" "password" "="
> xxx "stylePreference" "=" "BlueOnyx" "site" "=" "site5" "
> enabled" "=" "1" "localePreference" "=" "browser"
> Jul 19 07:01:56 web22 cced(smd)[25682]: client [0:25669] has admin rights
> Jul 19 07:01:56 web22 cced(smd)[25683]: client [0:25669] has admin rights
> Jul 19 07:01:56 web22 cced(smd)[25663]: handler
> handlers/base/user/handle_user.pl failed
> Jul 19 07:01:57 web22 cced(smd)[25663]: client 7:[49:25431]: CREATE failed

Ok, then we can throw a bit more debugging at the handler.

Edit /usr/sausalito/handlers/base/user/handle_user.pl

Near the top of it you have this line:

my $DEBUG = 0;

Change it to this and save:

my $DEBUG = 1;

That will turn on more verbose log output for that handler.

Then try to create the user again and afterwards /var/log/messages 
should have a lot more information about what happened while that 
handler was running.

That might then tell us exactly what went wrong. Or it at least will 
tell us how far it got until things went off the rails.

-- 
With best regards

Michael Stauber



More information about the Blueonyx mailing list