dpkg-statoverride: warning: An override for '/srv/airtime' already exists, but --force specified so will be ignored.
* Restarting web server apache2 [Thu Jun 21 22:01:59 2012] [warn] NameVirtualHost *:80 has no VirtualHosts
... waiting [Thu Jun 21 22:02:00 2012] [warn] NameVirtualHost *:80 has no VirtualHosts
[ OK ]
Liquidsoap symlink points to the right place!
Debian package of Airtime detected...
* Making sure /etc/default/locale is set properly
LANG="en_US.UTF-8"
* Checking for existing Airtime installation...
* Same version of Airtime already installed!
dpkg: error processing airtime (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
airtime
E: Sub-process /usr/bin/dpkg returned an error code (1)
From what I gather the issue is with rabbitmq-server, so i checked the /var/log/rabbitmq/startup_err and /var/log/rabbitmq/startup_log, neither of which are of much use i'm afraid. startup_log looks like this:
Sat Jun 16 15:19:12 PDT 2012 - rabbitmq successfully started
Sat Jun 16 16:24:12 PDT 2012 - rabbitmq successfully started
and startup_err is very long, but is just this line repeated over and over with different dates and times:
Thu Jun 21 22:08:00 PDT 2012 - rabbitmq failed to start
Ok that ended up freezing the machine and forcing me to reboot. I ran sudo apt-get install -f to finish installing/upgrading. It did the same thing, this time with a bit more text during the artime upgrade, which seemed to go fine, then being unable to start rabbitmq
SOLVED: Airtime was running on a non-standard port, but apparently the apache vhost got overwritten during the upgrade, but not the api config or the airtime config, so the port changed and neither of the configs updated. I solved this problem by changing the configs before the upgrade, running the postgres update line, then apt-get upgrade.