Aborted connection - Got an error reading communication ...
Brought to you by:
cinergi
With 'warnings' enabled in my.cnf:
xxxxxx xx:xx:xx Aborted connection x to db: 'auth'
user: 'nss-user' host: `x.x.x.x' (Got an error reading
communication packets)
this happens *every* time a process exits - eg every
time you type 'id cinergi'
I believe this is harmless, but should be fixed. It's
probably due to the fact that mysql_close() isn't called
upon process exit. I may be able to add an atexit()
handler.. I hope it's a portable function/construct.
Logged In: YES
user_id=550319
atexit() has been added to CVS. I've not tested on anything
other than RH 7.3. I need to test FC1, FC2, Solaris, and
FreeBSD.
Logged In: YES
user_id=550319
Tested. Closing.