View Single Post
  #5 (permalink)  
Old 12-08-2005, 07:15 PM
jigi jigi is offline
Project Contributor
 
Posts: 12
Exclamation Upgrade FC4 with developer build

At the end of the upgrade on FC4 I got:

Restoring existing configuration file from /opt/zimbra/.saveconfig/config.save...done
chown: cannot access `/opt/zimbra/conf/smtpd.key': No such file or directory
chown: cannot access `/opt/zimbra/conf/smtpd.crt': No such file or directory
Operations logged to /tmp/zmsetup.log.27217
Setting defaults...Setting defaults from existing config...Done
Upgrading from 3.0.0_M2 to 3.0.0_M3
Proceed with upgrade? [No] yes
Fri Dec 9 06:50:47 2005: Stopping zimbra services
Fri Dec 9 06:50:49 2005: Checking mysql status
Fri Dec 9 06:50:49 2005: Starting mysql
Fri Dec 9 06:50:50 2005: SELECT value FROM config WHERE name = 'db.version'
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/opt/zimbra/db/mysql.sock' (2)
Error while running '/opt/zimbra/bin/mysql --user=zimbra --password=xxxmaskedxxx --database=zimbra --batch --skip-column-names'. at /opt/zimbra/libexec/scripts/Migrate.pm line 101, <> line 1.


Strange thing is, mysql was running afterward and I could login manually with:

/opt/zimbra/bin/mysql --user=zimbra --password=xxxmaskedxxx --database=zimbra

Also when I restarted Zimbra I got:

Starting spell...FAILED
Syntax error on line 232 of /opt/zimbra/conf/httpd.conf:
Cannot load /opt/zimbra/httpd-2.0.54/modules/libphp5.so into server: /opt/zimbra/httpd-2.0.54/modules/libphp5.so: cannot open shared object file: No such file or directory

Finally, I can login no problem with a regular user on:

http://www.myserver.com

but cannot with admin on:

https://www.myserver.com:7071

The page shows up but I get: "Authentication failed"

If I change manually the admin password with "zmprov" it's all the same.

Thank you for this beautiful piece of work! Keep-up!
Reply With Quote