Create user error

dannis

Verified User
Joined
Jul 3, 2008
Messages
15
system message return

User atester created

Details

Unix User created successfully

User's System Quotas set
User's data directory created successfully
Domains directory created successfully
Domains directory created successfully in user's home


Can't get file lock on /etc/virtual/domains
Can't get file lock on /etc/virtual/domainowners

Error Creating Domain


how to fix that .
 
It means the files were currently being written to. Have you tried it again to see if you get the same error.
 
Getting this error permanently. I rebooted the server and problem still there.

lsof | grep virtual/domains - gives nothing
 
Well the problem is /etc/virtual has owner mailnull because some time ago exim didn't work without this setting.

chown mail:mail /etc/virtual
chown mail:mail /etc/virtual/domains
chown mail:mail /etc/virtual/domainowners

solved the problem. But i think i will have problem with exim in near future. Because exim works as user "mailnull" but directadmin thinks it works as user "mail"

****ing beta directadmin on freebsd 7.1 amd64
 
Last edited:
Back
Top