unable to create user, system show limit

seachen

Verified User
Joined
Feb 3, 2007
Messages
491
Subject: An error occurred during the restore. Today at 14:26
Cannot create user ckopi: Creating that many Domains would put you over your limit of
Creating that many Pop Accounts would put you over your limit of
Creating that many Ftp Accounts would put you over your limit of
You cannot create more Users than you are allowed domains.
You currently have 64 Users and a maximum of domains.

Cannot create user fireworld2: Creating that many Domains would put you over your limit of
Creating that many Pop Accounts would put you over your limit of
Creating that many Ftp Accounts would put you over your limit of
You cannot create more Users than you are allowed domains.
You currently have 64 Users and a maximum of domains.
Creating that many Domains would put you over your limit of
Creating that many Pop Accounts would put you over your limit of
Creating that many Ftp Accounts would put you over your limit of
You cannot create more Users than you are allowed domains.
You currently have 64 Users and a maximum of domains.

may i know why like that ?
 
Are you trying to restore a user to a reseller with a limited number of domains? If so, then temporarily change the reseller to unlimited.

Jeff
 
Just got the same thing:

Code:
Cannot create user using those settings

Creating that many Domains would put you over your limit of
Creating that many Pop Accounts would put you over your limit of
Creating that many Ftp Accounts would put you over your limit of
You cannot create more Users than you are allowed domains.
You currently have 199 Users and a maximum of domains.

All those users were created using same account and got this error just today.
Also, when i trying to resend welcome e-mail for existed i got:

Code:
Error while sending email
 
You must have to, subject and message
 
Code:
# of Domains	289	unlimited	
# of SubDomains	132	unlimited

And all other setting or blank or ulimited.

It`s a standalone server with 1 admin user wich creating users.
 
Maybe there is some global limit. You will have to email directadmin support and ask.
 
Hello,

The blank limits likely means the reseller.conf is empty or broken.

Check:
/usr/local/directadmin/data/users/resellername/reseller.conf

If it is missing data, re-apply a package to that Reseller:
Admin Level -> List Resellers -> modify -> save a package to him.

OR (probably should do this first anyway)

to add any missing variables to a default "unlimited" value, use:
Code:
cd /usr/local/directadmin/scripts
./fix_da_user.sh [B]resellername[/B] reseller
where resellername is to be replaced with the name of the affected Reseller.

Make sure your disk isn't full, which might explain the empty/broken conf file:
Code:
df -h
John
 
Thanks a lot, problem really was in reseller.conf
Just restored it from backup.
 
Back
Top