Comment 4 for bug 940632

Revision history for this message
Chris (gaddman) wrote : Re: package zoneminder 1.25.0-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

Workaround (based on http://www.zoneminder.com/wiki/index.php/Debian_Wheezy)

mysql -uroot -p
     GRANT ALL PRIVILEGES ON zm.* TO 'zmuser'@'localhost' IDENTIFIED BY "zmpass";
     quit
sudo apt-get upgrade