I've written about this error earlier. Ken Jones answered that it has to
do with mysql expecting a "mysql_close() function" from vpopmail. He said
that it is a trivial error and should not pose any problem
whatsoever. Specifically ;
"...mysql wants vpopmail to call the
mysql_close() function before exiting. But it doesnt need to.
Hence mysql complains. If you don't like the errors, you can
change mysql to not report that error."
But it does continue to nag me (perfectionist that I strive to be). Are
you sure that this error goes away after you upgraded vpopmail? Can you
please let us know what versions mysql and vpopmail you are running?
thanks in advance
Faruque
At 04:12 PM 6/23/01 -0400, Sean P. Scanlon wrote:
>I've found that this has todo with libmysqlclient and mysql being out of
>sync....
>
>That is to say, anytime I have upgraded MySQL, and not vpopmail, I get the
>same messages.
>
>Hope This helps.
>--
>-------------------------
>Sean P. Scanlon
>perl -e 'print pack("h*", "3707370426c6575646f647e2e65647"), "\n"'
>-------------------------
>
>On Friday, June 15, 2001, at 11:15 PM, Teknistar Admin wrote:
>
>>all seems to be well with my vpop setup...mysql is authenticating fine and
>>don't see any errors anywhere in logs except mysql log. anyone know what is
>>going on here? like said i am getting no errors anywhere that i can see and
>>all deliveries and authentications are going through fine. vpop config at
>>bottom. i know this is the newest version of vpop so i have just been
>>attributing it to some new code that was implemented in mysql auth module.
>>thanx.
>>
>>010615 14:36:17 Aborted connection 1239 to db: 'vpopmail' user: 'root'
>>host: `localhost' (Got an error reading communication packets)
>>010615 14:36:22 Aborted connection 1240 to db: 'vpopmail' user: 'root'
>>host: `localhost' (Got an error reading communication packets)
>>010615 14:36:35 Aborted connection 1241 to db: 'vpopmail' user: 'root'
>>host: `localhost' (Got an error reading communication packets)
>>010615 15:42:56 Aborted connection 1345 to db: 'vpopmail' user: 'root'
>>host: `localhost' (Got an error reading communication packets)
>>010615 15:42:58 Aborted connection 1346 to db: 'vpopmail' user: 'root'
>>host: `localhost' (Got an error reading communication packets)
>>010615 15:42:58 Aborted connection 1348 to db: 'vpopmail' user: 'root'
>>host: `localhost' (Got an error reading communication packets)
>>010615 15:42:59 Aborted connection 1349 to db: 'vpopmail' user: 'root'
>>host: `localhost' (Got an error reading communication packets)
>>010615 15:42:59 Aborted connection 1351 to db: 'vpopmail' user: 'root'
>>host: `localhost' (Got an error reading communication packets)
>>010615 15:43:03 Aborted connection 1352 to db: 'vpopmail' user: 'root'
>>host: `localhost' (Got an error reading communication packets)
>>010615 15:43:05 Aborted connection 1353 to db: 'vpopmail' user: 'root'
>>host: `localhost' (Got an error reading communication packet
>>
>>./configure --enable-mysql=y --enable-many-domains=n --enable-roaming-users=
>>y --enable-logging=p --enable-valias=y --enable-qmail-ext=y --enable-sqwebma
>>il-pass=y --enable-hardquota=31457280 --enable-tcprules-
>>prog=/usr/local/bin/
>>tcprules --enable-tcpserver-file=/var/vpopmail/etc/tcp.smtp
>>
>> vpopmail 4.10.20
>> Current settings
>>---------------------------------------
>>
>>vpopmail directory = /var/vpopmail
>> uid = 60
>> gid = 60
>> ip alias = OFF --enable-ip-alias-domains=n (default)
>>address extentions = ON --enable-qmail-ext=y
>> roaming users = ON --enable-roaming-users=y
>> tcpserver file = /var/vpopmail/etc/tcp.smtp
>> open_smtp file = /var/vpopmail/etc/open-smtp
>> user quota = 31457280 -enable-hardquota=31457280
>> auth module = mysql --enable-mysql=y
>> mysql replication = OFF --enable-mysql-replication=n default
>>table optimization = one domain with many users --enable-many-domains=n
>> system passwords = OFF --enable-passwd=n
>> file locking = ON --enable-file-locking=y default
>> file sync = ON --enable-file-sync=y default
>> auth logging = OFF --enable-auth-logging=n default
>>mysql clear passwd = OFF --enable-clear-passwd=n default
>> valias processing = ON --enable-valias=y
>> pop syslog = show failure attempts with clear text password
>> --enable-logging=p
>> default domain = --enable-default-domain=
>> auth inc = -I/usr/include/mysql
>> auth lib = -L/usr/lib/mysql -lmysqlclient -lz