FYI : upgrade => airtime-vhost modified by installer
  • Hello,
    thank for the new version :)

    the upgrade from 2.0.3 to 2.0.1-1 fail :


    -- There appears to be a problem with your Airtime installation.

    dpkg: error processing airtime (--configure):
     subprocess installed post-installation script returned error exit status 1
    configured to not write apport reports
                                          Errors were encountered while processing:
     airtime

    then after a log check , I found that the upgrade process made change in my airtime-vhost conf file.
    the "airtime.subflow.net" was changed to "subflow.net" (which is wrong because "subflow.net" is my default vhost)
    that's why it failed.

    <VirtualHost *:80>
          ServerName airtime.subflow.net
          #ServerAlias www.example.com

          ServerAdmin sushi-sochu@gmail.com

          DocumentRoot /usr/share/airtime/public
          .......
    .......

    There is few error in install log, but i will check if everything works fine, i'll let you know.

    Downloading/unpacking pytz
      Running setup.py egg_info for package pytz
        warning: no files found matching '*.pot' under directory 'pytz'
        warning: no previously-included files found matching 'test_zdump.py'
    Post edited by Fred Percevault at 2012-06-05 08:58:12
  • 2 Comments sorted by
  • The other warning are by third party packages that we don't have control over (they are harmless). I guess everything else is fine now?
    Airtime Pro Hosting: http://airtime.pro
  • yes it's fine :)

    (i don't want to flood your forum, but it's to warn other users that it can happen, and how to fix it)