I can't login to DirectAdmin

roblin

Verified User
Joined
Oct 22, 2009
Messages
20
Hi,

I tried with different users, browsers and reinstalled the panel, but doesn't works.

The DirectAdmin error.log shows the next:

2013:05:04-17:04:04: Socket write error: fd is connected to a pipe or socket whose reading end is closed. When this happens the writing process will also receive a SIG_PIPE signal. (Thus, the write return value is seen only if the program catches, blocks or ignores this signal.)
2013:05:04-17:04:05: Socket write error: fd is connected to a pipe or socket whose reading end is closed. When this happens the writing process will also receive a SIG_PIPE signal. (Thus, the write return value is seen only if the program catches, blocks or ignores this signal.)
2013:05:04-17:05:34: Socket write error: fd is connected to a pipe or socket whose reading end is closed. When this happens the writing process will also receive a SIG_PIPE signal. (Thus, the write return value is seen only if the program catches, blocks or ignores this signal.)

The system has:

Debin 6 32 bits
DA 1.43
PHP 5.2.17
Apache 2.2.24

Any idea what happens?

Kind regards,
 
Hi Alex,

Thanks for your reply. I checked it, and i find a strange issue. I'm going to try explain it:

- I can login if i use a custom skin i have.
- If I use the enhanced, default, power-user or Capri, I can't login.

Running the debug mode, I see the CMD_LOGOUT is executed:

==================================================================================================
...
/CMD_LOGOUT
0: Accept-Encoding: gzip, deflate
1: Accept-Language: es-es,en-us;q=0.7,en;q=0.3
2: Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
3: Connection: keep-alive
4: Cookie: session=trwQasvcHY4dOu1z3yuWtyYRNeJhvccmRYD1O8bfegJ0aIzbGr5AqdZBGqt9RTws
5: Host: ***:***:***:***:2222
6: Referer: http://***.***.***.***:2222/
7: User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:20.0) Gecko/20100101 Firefox/20.0
Sockets::handshake - begin
Sockets::handshake - end
Command::run: finished /CSS_STYLE
Command::doCommand(/CMD_LOGOUT)
Command::doCommand(/CMD_LOGOUT) : finished
Command::run: finished /CMD_LOGOUT

==================================================================================================

I reviewed similar threads but i don't find any similar.

Why? Any idea?
 
Last edited:
Try clearing your browser cache and restart directadmin.

Make sure directadmin is up to date:

Code:
cd /usr/local/directadmin/custombuild
./build update
./build clean
./build update_da
 
Thanks chatwizrd.

I have followed your steps, but doesn't fix it.
 
Are any of your file systems full?

Make sure the tmp path listed in /usr/local/directadmin/conf/directadmin.conf is writable.

tmpdir=../../../home/tmp

/home/tmp should be chmod 777 if thats the folder you have set.

If not you should fill out the form to have directadmin look at your server.

https://www.directadmin.com/clients/safesubmit.php
 
Back
Top