PDA

View Full Version : php help


High Roller
03-01-2002, 05:22 AM
I am using a opt-in email program<br />It worked fine the first day, but now when I go to the send_mail.php<br /><br />I get an error, I've got to the programmer that wrote the program it's taking to long to get a hold of him. Does anyone know the exact problem?<br /><br />020227 22:15:30 mysqld started<br />020227 22:15:30 /usr/sbin/mysqld: Can't create/write to file '/var/run/mysql.pid' (Errcode: 13)<br />/usr/sbin/mysqld: ready for connections<br />020227 23:40:27 /usr/sbin/mysqld: Normal shutdown<br /><br />020227 23:40:27 Aborted connection 72 to db: 'onewebsite_com' user: 'onewebsite' host: `localhost' (Got an error writing communication packets)<br />020227 23:40:27 Aborted connection 32 to db: 'onewebsite_com' user: 'onewebsite' host: `localhost' (Got an error writing communication packets)<br />020227 23:40:27 Aborted connection 42 to db: 'onewebsite_com' user: 'onewebsite' host: `localhost' (Got an error writing communication packets)<br />020227 23:40:27 Aborted connection 61 to db: 'onewebsite_com' user: 'onewebsite' host: `localhost' (Got an error writing communication packets)<br />020227 23:40:27 Aborted connection 38 to db: 'onewebsite_com' user: 'onewebsite' host: `localhost' (Got an error writing communication packets)<br />020227 23:40:27 Aborted connection 25 to db: 'onewebsite_com' user: 'onewebsite' host: `localhost' (Got an error writing communication packets)<br />020227 23:40:27 Aborted connection 23 to db: 'onewebsite_com' user: 'onewebsite' host: `localhost' (Got an error writing communication packets)<br />020227 23:40:27 Aborted connection 47 to db: 'onewebsite_com' user: 'onewebsite' host: `localhost' (Got an error writing communication packets)<br />020227 23:40:27 Aborted connection 50 to db: 'onewebsite_com' user: 'onewebsite' host: `localhost' (Got an error writing communication packets)<br />020227 23:40:27 Aborted connection 66 to db: 'onewebsite_com' user: 'onewebsite' host: `localhost' (Got an error writing communication packets)<br />020227 23:40:28 /usr/sbin/mysqld: Shutdown Complete<br /><br />020227 23:40:38 mysqld started<br />020227 23:40:38 /usr/sbin/mysqld: Can't create/write to file '/var/run/mysql.pid' (Errcode: 13)<br />/usr/sbin/mysqld: ready for connections<br />020227 23:42:28 /usr/sbin/mysqld: Normal shutdown<br /><br />020227 23:42:28 /usr/sbin/mysqld: Shutdown Complete<br /><br />020227 23:42:28 mysqld ended<br /><br />020227 23:43:53 mysqld started<br />/usr/sbin/mysqld: ready for connections<br />020227 23:44:41 /usr/sbin/mysqld: Normal shutdown<br /><br />020227 23:44:41 /usr/sbin/mysqld: Shutdown Complete<br /><br />020227 23:44:41 mysqld ended<br /><br />020227 23:45:18 mysqld started<br />/usr/sbin/mysqld: ready for connections<br />020227 23:58:47 /usr/sbin/mysqld: Normal shutdown<br /><br />020227 23:58:47 Aborted connection 16 to db: 'onewebsite_com' user: 'onewebsite' host: `localhost' (Got an error writing communication packets)<br />020227 23:58:47 Aborted connection 15 to db: 'onewebsite_com' user: 'onewebsite' host: `localhost' (Got an error writing communication packets)<br />020227 23:58:47 Aborted connection 14 to db: 'onewebsite_com' user: 'onewebsite' host: `localhost' (Got an error writing communication packets)<br />020227 23:58:48 /usr/sbin/mysqld: Shutdown Complete<br /><br />020227 23:58:48 mysqld ended<br /><br />020227 23:59:02 mysqld started<br />/usr/sbin/mysqld: ready for connections<br />020228 0:02:05 /usr/sbin/mysqld: Normal shutdown<br /><br />020228 0:02:05 Aborted connection 17 to db: 'onewebsite_com' user: 'onewebsite' host: `localhost' (Got timeout reading communication packets)<br />020228 0:02:05 Aborted connection 9 to db: 'onewebsite_com' user: 'onewebsite' host: `localhost' (Got timeout reading communication packets)<br />020228 0:02:06 /usr/sbin/mysqld: Shutdown Complete<br /><br />020228 00:02:06 mysqld ended<br /><br />020228 00:14:10 mysqld started<br />/usr/sbin/mysqld: ready for connections

druhix
03-01-2002, 05:39 PM
If you ask me it looks like it 'Got an error writing communication packets'.

Slackman
03-01-2002, 05:52 PM
hmmmm...<br /><br />Could you post that opt in email list here, then I should be able to figure out what's wrong.

High Roller
03-01-2002, 06:58 PM
<a href="http://www.xxxezines.com" target="_blank">www.xxxezines.com</a><br />but you are only going to see the end-user side of it.<br /><br />Contact me at Ron@onewebsite.com<br />and I can have you login

keyman
03-02-2002, 01:52 AM
It just looks like there is a problem with the permissions. When the mysqld tries to write its process ID to file and cache incomming packets it can't write them to disk for some reason.<br /><br />Its also possible that the mysqld binary is corrupt, although that doesn't happen often.