Hello,
I am having a fairly big issue at the moment and hope that you all can help. I'm trying to introduce people at work to Ubuntu, and running it as a server. I have it completely installed on a server box we have.
The only services installed on this box are OpenSSH, Apache, PHP, and MySql, just the very basic LAMP setup. I have statically assigned it an IP address.
The server worked fine for about 4 days, and now it seems to randomly lose network connectivity. By that, I mean, I cannot hit it from my workstation. The only thing it is being used for at the moment is to host a wiki, so this is obviously an issue. I can walk to the server, and apt-get (to test connectivity) and it works perfectly. When I am at the server console, I have no issues. Additionally, when the connectivity goes down, I walk to the server, run an apt-get, and connectivity goes back up. You'll then be able to hit the server for roughly 30 minutes, and then it goes back down, and requires you to walk to the server again.
I've checked syslog, and there is nothing there. The only entry is PHP's hourly job that purges active sessions. I've tried commenting out the job to see if that would work, but it still loses connectivity.
In case it helps at all, this is the syslog entry that is repeated every hour:
Oct 4 17:17:01 [SERVERNAME REDACTED] CRON[2272]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Oct 4 17:39:01[SERVERNAME REDACTED] CRON[2277]: (root) CMD ( [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -print0 | xargs -n 200 -r -0 rm)
Oct 4 18:09:01 [SERVERNAME REDACTED] CRON[2290]: (root) CMD ( [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -print0 | xargs -n 200 -r -0 rm)
I'm afraid people are going to lose interest in using linux as a viable option for a server OS. I've never had this problem on any of the other Ubuntu boxes that I've setup as a server. Can anyone provide some insight?
Thanks for the help.



Adv Reply

Bookmarks