Hello,

There are some errors in my log dealing with my database access that only 
popups from time to time.

Here's an example from a sogo-tool check:
$ /usr/local/sbin/sogo-tool check-doubles
The warning limit for folder records is set at 1000
2011-06-07 23:29:34.356 sogo-tool[30903] ERROR: could not open MySQL4 
connection to database 'sogo': Can't connect to MySQL server on 
'luuna.tumfatig.net' (60)
<0x0x2029d47d0[GCSChannelManager]> could not open channel 
<MySQL4Channel[0x0x2093ef590] connection=0x(null)> for URL: 
mysql://login:[email protected]:3306/sogo/sogousername0014b4e7f99
<0x0x2029d47d0[GCSChannelManager]>   will prevent opening of this channel 5 
seconds after 2011-06-07 23:28:19 +0200

The thing is "luuna.tumfatig.net" is the old database hostname.
The DB is now located on localhost, "luuna" is shutdown and every reference to 
it has been removed from the configuration file:
$ grep -i sql GNUstep/Defaults/.GNUstepDefaults 
        OCSEMailAlarmsFolderURL = 
"mysql://login:password@localhost:3306/sogo/sogo_alarms_folder";
        OCSFolderInfoURL = 
"mysql://login:password@localhost:3306/sogo/sogo_folder_info";
        OCSSessionsFolderURL = 
"mysql://login:password@localhost:3306/sogo/sogo_sessions_folder";
        SOGoProfileURL = 
"mysql://login:password@localhost:3306/sogo/sogo_user_profile";

I've dumped the sogo database and grep it to find any reference to the old 
hostname but found nothing.

Would there be some cache somewhere that I could clear ?
(Of course, sogod have be restarted. The server has even been restarted twice :)

TIA,
        Jo-- 
[email protected]
https://inverse.ca/sogo/lists

Reply via email to