permision problem

s3d_pi3r

Verified User
Joined
Jun 29, 2009
Messages
13
Hello
when I add a user I recive this error
User ali777 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


Unable to create directory /domains/perspolisi.com/public_ftp,
A directory component in /domains/perspolisi.com/public_ftp does not exist or is a dangling symbolic link

Unable to create directory /domains/perspolisi.com/public_ftp/incoming,
A directory component in /domains/perspolisi.com/public_ftp/incoming does not exist or is a dangling symbolic link



Error Creating Domain
---------------------------------------------------------------

and user will be added too my home directory
when I login to direct admin with user ali777 and at file manager section I recive this error


Unable to open /. Permission denied.
To copy/move files with the clipboard, add the source files to the clipboard with "Add to Clipboard", go to the directory where you wish to copy/move the files, then click "Copy Clipboard Files here" or "Move Clipboard Files here"

Thanks
 
Hello,

Login to ssh as root, and check to see if the /home/username directory exists. If it does, ensure it's chowned to the username:username value. DirectAdmin assumes that the system adding command will create the home directory for that user. If it does exist, then check for /home/username/domains, etc.. again ensure it's chowned to the user. Failing that, check the quotas:
Code:
quota -v [B]username[/B]
to ensure it's not already full, in case there are files on the system with that same user ID number.

John
 
Back
Top