I've been using Airtime for some months now, but I'm currently encountering a strange problem : when I try to update Airtime thanks to apt-get update + apt-get dist-upgrade (+ sudo, ofc) Airtime doesn't update. The problem is I'm using 2.5.0, so there should be an update...
What happens if you follow `apt-get update` with `apt-get --just-print upgrade`, instead of `apt-get dist-upgrade`?
I'd be interested in the output of that... Note the --just-print bit stops the upgrade from actually happening, instead reporting what would happen if that flag wasn't provided.
For testing, I'd recommend running each command separately (i.e. don't join with `&&`. Either hit [enter] after each job, or separate with a semicolon `;`)
Post edited by Steven McPhillips at 2014-04-16 21:30:50
In fact, I never use the '&&', I always run the commands separately, in order to check every step. Here is the output of 'sudo apt-get --just-print upgrade' run just after 'sudo apt-get update' :
Reading package lists... Done Building dependency tree Reading state information... Done The following packages have been kept back: sendmail sendmail-base sendmail-bin sendmail-cf 0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
Based on the output of the "--just-print" upgrade command, your system seems to think it has all available updates applied (sendmail notwithstanding). Can I get you to confirm the current version of Airtime installed: dpkg -l airtime should do the trick. If the last line of the output starts with 'ii', the listed version - which should be 2.5.1-1 - is installed correctly. (edit: the dpkg command won't require sudo)
Post edited by Steven McPhillips at 2014-04-19 22:36:46
Hmm, I've had a bit of a poke around the deb source package, and it seems your install should at least be reporting 2.5.1. It might be worthwhile running apt-get install --reinstall airtime to re-apply the airtime package, just in case something went wrong in the original update.
I would make a backup of your airtime (and apache) config beforehand, especially if you've modified them.
I'm still waiting to hear back from the package maintainer, so an alternative would be to hold on for their thoughts... when I have more information, I'll post it here.
W: Chyba GPG: http://backports.debian.org squeeze-backports InRelease: Následující podpisy nemohly být ověřeny, protože není dostupný veřejný klíč: NO_PUBKEY 8B48AD6246925553
There is no Available distribution package for Raring and Trusty ( you will get a 404 error)
These are the only Available Packages
Ubuntu lucid precise quantal saucy
Debian squeeze wheezy
Good Luck VOISSES
Post edited by Voisses Tech at 2014-04-26 13:29:04
Anyone reading this a find it funny about my grammar , I make no apology ,Go get a translator. "The Problem with education today is that it takes a university degree to switch on a light bulb" "You learn from your mistakes but wise people learn from others mistakes avoid Making mistakes there is not sufficient rooms to make them" "Innuendo","If's","Assumptions" and "Fear" are for politician.Who,What,where,When and How are for those seeking knowledge and care about Humanity. "I might be in Mud but that does not Make me a Wild Hog(pig)" “Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius — and a lot of courage to move in the opposite direction.” "The only thing that remains constant is change itself" May the force be with you,until our path or destiny bring us in tandem.
Glad to hear Maxime - thanks for taking the time to report back and mark the discussion as solved. I'm sure this will prove useful to other Airtime users in the future!