can't login in directadmin

Okay, I think I may confirm it in one of the tickets. Works fine in Safari, but Chrome seems to be having issues. Checking what could it be now.
 
I've opened ticket # 27133
Just yesterday I was updating a server and working without problem with Firefox (w10). I left the panel updated and the services, using the "enhanced" theme, and this morning without touching anything, I no longer allowed access. The log indicates that the credentials are correct.
I have checked the log and tonight the panel has not been updated.
 
  • Like
Reactions: npc
Okay, I think I may confirm it in one of the tickets. Works fine in Safari, but Chrome seems to be having issues. Checking what could it be now.
In Safari it doesn't work for me either
 
The issue is more clear now... We were unable to reproduce it, because all of our systems were running in English. I guess you have all of your systems in non-English language? Please confirm the following fixes it for you:
Code:
cd /usr/local/directadmin
export LC_TIME=C
killall -9 directadmin
./directadmin d

If it does - it'd be fine as long as you restart DirectAdmin service again.
 
The issue is more clear now... We were unable to reproduce it, because all of our systems were running in English. I guess you have all of your systems in non-English language? Please confirm the following fixes it for you:
Code:
cd /usr/local/directadmin
export LC_ALL=en_US.UTF8
killall -9 directadmin
./directadmin d

If it does - it'd be fine as long as you restart DirectAdmin service again.

It works on one of my servers, I will try it on others.
And of course, our locale is es_ES.UTF-8
Any idea to solve it without having to enter all the servers?

Thanks!
 
  • Like
Reactions: npc
We've got 4 tickets on this, but none used official login pages. All were 3rd party ones with mixed SSL content (http:// URLs inside). May someone confirm they have issues with Evolution or Enhanced login pages (default)?

I have tested Enhnaced login page and it does not work.
 
The issue is more clear now... We were unable to reproduce it, because all of our systems were running in English. I guess you have all of your systems in non-English language? Please confirm the following fixes it for you:
Code:
cd /usr/local/directadmin
export LC_ALL=en_US.UTF8
killall -9 directadmin
./directadmin d

If it does - it'd be fine as long as you restart DirectAdmin service again.
Yes now it works fine on one of my servers.

Thank you!!.
 
Please re-execute same commands there :) It must be related.

I think 1.61.3 is going to be scheduled shortly for this. Thank you for all the confirmations!
Now in the second test that I have done with these same commands, the problem has been solved.

Thanks smtalk.
 
The issue is more clear now... We were unable to reproduce it, because all of our systems were running in English. I guess you have all of your systems in non-English language? Please confirm the following fixes it for you:
Code:
cd /usr/local/directadmin
export LC_TIME=C
killall -9 directadmin
./directadmin d

If it does - it'd be fine as long as you restart DirectAdmin service again.

It works, thanks!! :)
 
Code:
cd /usr/local/directadmin
export LC_ALL=en_US.UTF8
killall -9 directadmin
./directadmin d
This one worked for all my servers !
Thanks !
 
Back
Top