Author Topic: Clients cannot login - uerror  (Read 2573 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Clients cannot login - uerror
« on: December 07, 2021, 04:23:37 PM »
I try to login to clients side today and is not possible, I receive uerror.

The problem exist with two client who have Locked the file system, the other customers can login.

I want to edit the htaccess but is not possible because File system is locked.

I have try to change password with but I receive the same error.

Thanks

Offline
*****
Re: Clients cannot login - uerror
« Reply #1 on: December 07, 2021, 05:00:00 PM »
Hello

The file locking (If it was done from the user panel), should not affect the login, make sure that /home/USER/tmp/ is not locked

You can also receive this error, when the account has reached its maximum quota

Offline
*
Re: Clients cannot login - uerror
« Reply #2 on: December 08, 2021, 01:33:11 PM »
Users haven't reach the quota.

How to check if /home/USER/tmp/ is locked?
I try to create a folde in /home/USER/tmp/ and I receive access denied error.

There any way to unlock file system as root ?

chattr -R +i /home/USER/public_html without success.

Thanks

Offline
*****
Re: Clients cannot login - uerror
« Reply #3 on: December 08, 2021, 01:59:26 PM »
Code: [Select]
chattr -R +i /home/USER/

Offline
***
Re: Clients cannot login - uerror
« Reply #4 on: December 09, 2021, 11:35:33 PM »
(...)
How to check if /home/USER/tmp/ is locked?
(...)

To just check if you have your files locked, issue the following command:
Code: [Select]
# lsattr /home/USER/tmp/
Regards,
Netino