I have AirTime functioning properly; however, upgrading to a new version is a real pain because my Apache settings are overwritten. These are the steps to replicate the error message below.
Use AirTime on port 8080.
Upgrade AirTime to a newer version using the automated Debian method installation.
After the upgrade, the error below appears. I corrected the error by editing api_client.cfg and airtime.conf to port 80 and running apt-get install. This removes the dpkg error.
It would be nice if AirTime would not overwrite the apache settings during an upgrade using the Debian method.
*** Verifying your system environment, running airtime-check-system ***
No, the problem is that the apache virtualhost is overwritten every time AirTime is updated. The two cfg files in etc/airtime still use port 8080. When we update the airtime virtualhost in apache and run "apt-get dist-upgrade" the file is still overwritten and we still see a "dpkg error" at the end of the update. This is what I mean by its a pain to upgrade Airtime when not using port 80.