DA-caused server quirks?

systema

New member
Joined
Sep 13, 2005
Messages
2
Increasingly over the last month and a half, my server has been acting up. I can't pinpoint the cause that begun the series of problems, but looking at the logs - I believe named (and possibly DA) are to blame.

To begin with, usually once every day, my server becomes unresponsive. I can't access sites on my server through their domains, SSH fails to load after entering the user password (hangs), FTP fails to load after entering the user password (hangs). However, the sites are still accessible through the server's IP - and for the majority of these problems, DA continues to be responsive from http://ip:2222/ (which is good, because I can restart the server and all will be O.K for another 12 hours or so).

After having a friend look over the server, he noticed DA was constantly restarting SSH. Additionally, when I look at the system.log - there have also been numerous named restarts.

Code:
2005:09:10-15:06:13: named restarted
2005:09:10-15:07:00: named started
2005:09:10-15:07:12: named restarted
2005:09:10-15:08:00: named started
2005:09:10-15:08:13: named restarted
2005:09:10-15:09:01: named started
2005:09:10-15:09:13: named restarted
2005:09:10-15:10:01: named started

To save space, I only included a few lines, but you get the picture.

On top of these problems (and may or may not be related), the DA error log shows this:

Code:
2005:09:14-07:07:16: 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.)
2005:09:14-07:07:16: Error while sending ./data/skins/enhanced/images/header.gif
2005:09:14-07:11:40: 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.)
2005:09:14-07:11:53: ioctl can't find the server's ip address for eth0
2005:09:14-07:11:53: The ip of this machine () does not match the ip in the license file.<br>

Now, my IP (which for privacy's sake we'll say is xxx.xx.xx.xxx), is bound to eth0 along with my alternate IP of xxx.xx.xx.xx2. The first IP is on my license file, I don't see how there is a conflict: but DA seems to think there is. Yes, I have updated the license file from within DA. Could this licensing error be attributed to the other problems?

Is it really necessary for those services to be constantly restarting? If it's of any use, I'll post the full logs: any help I can get would be extremely appreciated. I'm at my wits end with this ongoing problem.

Thanks.
 
If I were you I'd start by asking the DA support group to look into your IP mismatch issue.

Then post again if you're still seing problems after that one's fixed.

Jeff
 
The IP's are correct, the one on the license file AND the one bound to eth0. DA recognises the correct IP from the license when looking at the licensing information.

What would cause DA to think that the IP's do not match? There's not much I can do, since there's nothing really on my part to fix?


EDIT:

So I can guage how this IP mismatch ties in with the overall picture of the problems plauging my server: What can I expect to occur when the IP's of the license file do not match that of the server's?

If DA disables Apache, named, SSH, FTP, whatever - this would be a valid explanation why these other services are failing unexpectantly.
 
Last edited:
Which is why I said the first place to start would be to get DA staff involved, to determine what's going on with the license key issue.

Jeff
 
Back
Top