• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

domain.exe errors...

M

maartenba

Guest
I can create a client using the creation utilities, but when I use correct syntax on domain.exe, I get this:
Code:
An error occured during domain creation: error in hosting updating:
Unable to update hosting preferences:
Unable to create system user: Usage :
usermng add 'user' 'homedir' ('password' - in enviroment PSA_PASSWORD)
usermng del 'user' 'homedir' ('homedir' MUST be in HTTPD_VHOST_D)
usermng mod 'user' 'newuser' (homedirs is not modifying inside)
usermng home 'user' 'homedir' (old homedir move to 'homedir')
usermng shell 'user' ("Login Disabled" | "Login Enabled")
usermng passwd 'user' ('password' - in enviroment PSA_PASSWORD)
usermng exist 'user'
usermng quota 'user' 'quota' ('quota' set in bytes)
usermng access (on|off) (users from stdin (delimiter - \n)
usermng --isquotable
usermng --remove-all

This only seems to happen when I try to create hosting, domain only has no problems...
Any help would be appreciated
 
ARe you using a regional version of Windows? I.E. non-english language?
 
Everything is in English, so I presume it's an English version ?
 
Are you accessing these from a script or straight from the command prompt?

Also, have you tried just running "usermng" from the command prompt with syntax to see if it reports the same errors? It appears the errors are coming from this portion and if they are the errors from it may lead to a better idea of where the problem lies.
 
I want to use it in Modernbill, but it does not make a difference if I run it from there or from command line...

I ran usermng from command line, and it returned this:

Code:
D:\PleskSRV\admin\bin>usermng
Usage :
usermng add    'user' 'homedir' ('password' - in enviroment PSA_PASSWORD)
usermng del    'user' 'homedir' ('homedir' MUST be in HTTPD_VHOST_D)
usermng mod    'user' 'newuser' (homedirs is not modifying inside)
usermng home   'user' 'homedir' (old homedir move to 'homedir')
usermng shell  'user' ("Login Disabled" | "Login Enabled")
usermng passwd 'user'           ('password' - in enviroment PSA_PASSWORD)
usermng exist  'user'
usermng quota  'user' 'quota'   ('quota' set in bytes)
usermng access (on|off)         (users from stdin (delimiter - \n)
usermng --isquotable
usermng --remove-all
1
D:\PleskSRV\admin\bin>
 
Anyone has an idea to solve this ?

P.S.: Enjoy Easter Monday :)
 
Back
Top