Author Topic: Unable to log in to the user panel when the file system is locked.  (Read 27611 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Hi,
Unable to log in to the user panel when the file system is locked.

the session information is stored in
Code: [Select]
/tmp  before, but in after update session in
Code: [Select]
/home/<username>/tmp/session
Session information cannot be written under
Code: [Select]
/home/<username> /tmp/session because
Code: [Select]
/home/<username> is completely locked when the file system is locked.

How can we fix this?

thanks.

Offline
***
Re: Unable to log in to the user panel when the file system is locked.
« Reply #1 on: October 23, 2019, 02:17:29 PM »
Did you lock it from user login or as root? (I haven't used this function so not offering a solution just asking for my own benefit)

Offline
*
Re: Unable to log in to the user panel when the file system is locked.
« Reply #2 on: October 24, 2019, 12:32:42 PM »
locked from user login.