Make sure you still have the relevant entries in /etc/apt/sources.list.d/koha (if you named it that way).
Also: a while ago new keys where created to sign packages on the repo, so you should run: wget -O- http://debian.koha-community.org/koha/gpg.asc | sudo apt-key add - on the box you're having the no-update trouble. In the worst scenario running that command won't do anything wrong but store the latest signing key on apt's DB. Regards To+ On Thu, May 2, 2013 at 11:59 AM, w h <[email protected]> wrote: > I am running a couple of squeeze virtual machines under Windows 7. > > Machine 42: > > was at 3.10.2 > ran synaptic interface and was told 3.10.3 was available. > did not update. > ran Mark's suggestion. > many non-captured messages appeared. > > ran synaptic and it still wanted to update 3.10.3 > I allowed update and it was not able to update from 3.10.2 to 3.10.3 > because 3.10.3 was not found. > > I also received messages about unsupported software wanting to be > installed. > > I used synaptic to uninstall 3.10.2 > > ran wget -O- http://debian.koha-community.org/koha/gpg.asc | sudo apt-key > add - > ran synaptic and intalled 3.10.5 > it seems to go ok > created a two instances > now I have a 3.10.5 to play with and see if the problems of 3.10.3 still > exist. > however, I am not confident in the integrety of the machine after > running Mark's suggestion > > Machine 22: > > is at 3.10.3 > ran apt-cache policy koha-common > here are the results: > > root@debian:/home/xxx# apt-cache policy koha-common > koha-common: > Installed: 3.10.03-1 > > Candidate: 3.10.03-1 > Version table: > *** 3.10.03-1 0 > 500 http://debian.koha-community.org/koha/ squeeze/main i386 > Packages > 100 /var/lib/dpkg/status > > > > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of Robin Sheat > Sent: Wednesday, May 01, 2013 8:10 PM > To: [email protected] > Subject: Re: [Koha] Koha 3.10.5 released > > w h schreef op wo 01-05-2013 om 10:21 [-0400]: > > APT did not give me an indication that 3.10.4 was an unvailable > > update. > > Now it does not indicate 3.10.5 updates are available. > > If what Mark said doesn't help, can you provide the output of running: > apt-cache policy koha-common > _______________________________________________ > Koha mailing list http://koha-community.org > [email protected] > http://lists.katipo.co.nz/mailman/listinfo/koha > _______________________________________________ Koha mailing list http://koha-community.org [email protected] http://lists.katipo.co.nz/mailman/listinfo/koha

