Error on subdomain creation

jayw1

Verified User
Joined
Nov 20, 2019
Messages
203
Location
USA
I just created a subdomain, it works but an orange box also popped up with this error.

Can't get lock on user's config: /usr/local/directadmin/data/users/jay/openlitespeed.conf

That username is not correct and the directory does not exist. What should I do?
 
Hello,

Checking the code, the 'jay' part would be taken from the user.conf of the currently logged in account.
If you're logged in as "admin" (for example), check:
Code:
/usr/local/directadmin/data/users/admin/user.conf
to ensure the "username=" line is correctly set to "admin". (Adjust "admin" to the login name used for this account).

John
 
Code:
[root@host users]# pwd
/usr/local/directadmin/data/users
[root@host users]# ls
jayw1

Code:
[root@host jayw1]# grep "username" user.conf
username=jayw1
[root@host jayw1]#

:unsure:
Seems okay, I'm confused.
 
Back
Top