Page 1 of 2

Release notes for Excito Bubba 2&3 software version 2.5.1.1

Posted: 31 Oct 2012, 11:51
by johannes
This is a new minor upgrade. The upgrade is available only as a web update.

How to upgrade
To upgrade a running system, make sure you don't have any activities running such as uploads, downloads, print jobs etc. Then log in as admin in web-ui. Choose "Settings" menu entry. Choose "Software update" in the sub menu.

New features and fixed issues
* One bug fix regarding the updater

Re: Release notes for Excito Bubba 2&3 software version 2.5.

Posted: 31 Oct 2012, 16:51
by RandomUsername
These last two updates have got my B2 stuck in a bit of dependency hell. I've just done a re-install to see if that's fixed it but no joy. I'm on version 2.5.1.1 according to the web interface. However, output of aptitude dist-upgrade is:

Code: Select all

root@backupserver:/home/backups# aptitude dist-upgrade
The following NEW packages will be installed:
  python-twisted-web{a} 
The following packages will be upgraded:
  bubba-backend python-twisted-core{b} 
2 packages upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
Need to get 2,276 kB of archives. After unpacking 2,838 kB will be used.
The following packages have unmet dependencies:
  python-twisted-core: Depends: python-twisted-bin (>= 12.0.0-1~bpo60+1) but 10.1.0-3 is installed.
The following actions will resolve these dependencies:

     Remove the following packages:                       
1)     bubba                                              
2)     bubba-backend                                      
3)     bubba-frontend                                     
4)     python-twisted-core                                

     Keep the following packages at their current version:
5)     python-twisted-web [Not Installed]                 



Accept this solution? [Y/n/q/?] 
And I haven't found a solution yet.

Re: Release notes for Excito Bubba 2&3 software version 2.5.

Posted: 01 Nov 2012, 03:52
by albert
Hi Johannes,

has anything been updated with the backup. I noticed that after the update to 2.5.1 and 2.5.1.1 the backups don't show up anymore in the timeline on the webinterface. The backups are working.

Regards,

Albert

Re: Release notes for Excito Bubba 2&3 software version 2.5.

Posted: 02 Nov 2012, 13:24
by ahoff
RandomUsername wrote:These last two updates have got my B2 stuck in a bit of dependency hell.
Same here, same dependencyes...

Re: Release notes for Excito Bubba 2&3 software version 2.5.

Posted: 02 Nov 2012, 20:17
by 86ivar
My bubba 2 also got stuck on update, had to restart it.

Re: Release notes for Excito Bubba 2&3 software version 2.5.

Posted: 05 Nov 2012, 06:28
by carl
We are really sorry for the failed upgrade. What you can try is to run "apt-get install bubba-backend python-twisted-bin=12.0.0-1~bpo60+1" to force the version on python-twisted-bin.

Re: Release notes for Excito Bubba 2&3 software version 2.5.

Posted: 05 Nov 2012, 07:19
by RandomUsername
carl wrote:We are really sorry for the failed upgrade. What you can try is to run "apt-get install bubba-backend python-twisted-bin=12.0.0-1~bpo60+1" to force the version on python-twisted-bin.
Hi Carl,

Code: Select all

root@backupserver:/home/backups# apt-get install bubba-backend python-twisted-bin=12.0.0-1~bpo60+1
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Version '12.0.0-1~bpo60+1' for 'python-twisted-bin' was not found
Even with the debian repos enabled. :?

Re: Release notes for Excito Bubba 2&3 software version 2.5.

Posted: 05 Nov 2012, 09:55
by carl
Remember to do an apt-get update first. The packages are there.

Re: Release notes for Excito Bubba 2&3 software version 2.5.

Posted: 05 Nov 2012, 10:18
by RandomUsername
carl wrote:Remember to do an apt-get update first. The packages are there.
Hi Carl,

That version of python-twisted-bin is not available here:

Code: Select all

root@backupserver:/home/backups# apt-get update
Hit http://b3.update.excito.org elvin Release.gpg
Hit http://ftp.se.debian.org squeeze Release.gpg
Ign http://b3.update.excito.org/ elvin/main Translation-en
Hit http://b3.update.excito.org upstream_squeeze Release.gpg
Ign http://ftp.se.debian.org/debian/ squeeze/contrib Translation-en
Ign http://ftp.se.debian.org/debian/ squeeze/main Translation-en
Ign http://ftp.se.debian.org/debian/ squeeze/non-free Translation-en
Ign http://b3.update.excito.org/ upstream_squeeze/main Translation-en
Hit http://b3.update.excito.org elvin Release
Hit http://ftp.se.debian.org squeeze Release
Hit http://b3.update.excito.org upstream_squeeze Release
Ign http://b3.update.excito.org elvin/main powerpc Packages
Hit http://b3.update.excito.org elvin/main powerpc Packages
Ign http://ftp.se.debian.org squeeze/main powerpc Packages
Ign http://b3.update.excito.org upstream_squeeze/main powerpc Packages
Ign http://ftp.se.debian.org squeeze/contrib powerpc Packages
Ign http://ftp.se.debian.org squeeze/non-free powerpc Packages
Hit http://b3.update.excito.org upstream_squeeze/main powerpc Packages
Hit http://ftp.se.debian.org squeeze/main powerpc Packages
Hit http://ftp.se.debian.org squeeze/contrib powerpc Packages
Hit http://ftp.se.debian.org squeeze/non-free powerpc Packages
Reading package lists... Done
root@backupserver:/home/backups#
root@backupserver:/home/backups#
root@backupserver:/home/backups# apt-get install bubba-backend python-twisted-bin=12.0.0-1~bpo60+1
Reading package lists... Done
Building dependency tree
Reading state information... Done

E: Version '12.0.0-1~bpo60+1' for 'python-twisted-bin' was not found
root@backupserver:/home/backups#
root@backupserver:/home/backups#
root@backupserver:/home/backups#
root@backupserver:/home/backups#
root@backupserver:/home/backups# apt-cache madison python-twisted-bin
python-twisted-bin |   10.1.0-3 | http://ftp.se.debian.org/debian/ squeeze/main powerpc Packages
python-twisted-bin |   10.1.0-3 | http://b3.update.excito.org/ elvin/main powerpc Packages
python-twisted-bin |   10.1.0-3 | http://b3.update.excito.org/ upstream_squeeze/main powerpc Packages

Re: Release notes for Excito Bubba 2&3 software version 2.5.

Posted: 05 Nov 2012, 10:19
by RandomUsername
Further to the above...

However, the package is available on the B3:

Code: Select all

darren@serverb3:~$ apt-cache madison python-twisted-bin
python-twisted-bin | 12.0.0-1~bpo60+1 | http://b3.update.excito.org/ elvin/main armel Packages
python-twisted-bin |   10.1.0-3 | http://ftp.se.debian.org/debian/ squeeze/main armel Packages
python-twisted-bin |   10.1.0-3 | http://b3.update.excito.org/ upstream_squeeze/main armel Packages

Re: Release notes for Excito Bubba 2&3 software version 2.5.

Posted: 05 Nov 2012, 10:27
by carl
RandomUsername wrote:Further to the above...

However, the package is available on the B3:

Code: Select all

darren@serverb3:~$ apt-cache madison python-twisted-bin
python-twisted-bin | 12.0.0-1~bpo60+1 | http://b3.update.excito.org/ elvin/main armel Packages
python-twisted-bin |   10.1.0-3 | http://ftp.se.debian.org/debian/ squeeze/main armel Packages
python-twisted-bin |   10.1.0-3 | http://b3.update.excito.org/ upstream_squeeze/main armel Packages
Perhaps it's possible your apt preference has been changed. Can you do an "apt-get policy"and post it here?

Re: Release notes for Excito Bubba 2&3 software version 2.5.

Posted: 05 Nov 2012, 10:48
by RandomUsername
"apt-cache policy" from B3:

Code: Select all

darren@serverb3:~$ apt-cache policy
Package files:
 100 /var/lib/dpkg/status
     release a=now
 600 http://b3.update.excito.org/ upstream_squeeze/main armel Packages
     release v=1.0,o=Debian Squeeze,a=upstream_stable,n=upstream_squeeze,l=Debian Squeeze subset,c=main
     origin b3.update.excito.org
 999 http://b3.update.excito.org/ elvin/main armel Packages
     release v=1.0,o=Excito,a=stable,n=elvin,l=Bubba|3 stable,c=main
     origin b3.update.excito.org
 500 http://ftp.se.debian.org/debian/ squeeze/non-free armel Packages
     release v=6.0.6,o=Debian,a=stable,n=squeeze,l=Debian,c=non-free
     origin ftp.se.debian.org
 500 http://ftp.se.debian.org/debian/ squeeze/contrib armel Packages
     release v=6.0.6,o=Debian,a=stable,n=squeeze,l=Debian,c=contrib
     origin ftp.se.debian.org
 500 http://ftp.se.debian.org/debian/ squeeze/main armel Packages
     release v=6.0.6,o=Debian,a=stable,n=squeeze,l=Debian,c=main
     origin ftp.se.debian.org
and B2:

Code: Select all

backups@backupserver:~$ apt-cache policy
Package files:
 100 /var/lib/dpkg/status
     release a=now
 600 http://b3.update.excito.org/ upstream_squeeze/main powerpc Packages
     release v=1.0,o=Debian Squeeze,a=upstream_stable,n=upstream_squeeze,l=Debian Squeeze subset,c=main
     origin b3.update.excito.org
 999 http://b3.update.excito.org/ elvin/main powerpc Packages
     release v=1.0,o=Excito,a=stable,n=elvin,l=Bubba|3 stable,c=main
     origin b3.update.excito.org
 500 http://ftp.se.debian.org/debian/ squeeze/non-free powerpc Packages
     release v=6.0.6,o=Debian,a=stable,n=squeeze,l=Debian,c=non-free
     origin ftp.se.debian.org
 500 http://ftp.se.debian.org/debian/ squeeze/contrib powerpc Packages
     release v=6.0.6,o=Debian,a=stable,n=squeeze,l=Debian,c=contrib
     origin ftp.se.debian.org
 500 http://ftp.se.debian.org/debian/ squeeze/main powerpc Packages
     release v=6.0.6,o=Debian,a=stable,n=squeeze,l=Debian,c=main
     origin ftp.se.debian.org
Pinned packages:
The B2 is a fresh install with just updates applied so the prefs shouldn't have been changed.

Re: Release notes for Excito Bubba 2&3 software version 2.5.

Posted: 05 Nov 2012, 11:34
by carl
RandomUsername wrote:"apt-cache policy" from B3:

Code: Select all

darren@serverb3:~$ apt-cache policy
Package files:
 100 /var/lib/dpkg/status
     release a=now
 600 http://b3.update.excito.org/ upstream_squeeze/main armel Packages
     release v=1.0,o=Debian Squeeze,a=upstream_stable,n=upstream_squeeze,l=Debian Squeeze subset,c=main
     origin b3.update.excito.org
 999 http://b3.update.excito.org/ elvin/main armel Packages
     release v=1.0,o=Excito,a=stable,n=elvin,l=Bubba|3 stable,c=main
     origin b3.update.excito.org
 500 http://ftp.se.debian.org/debian/ squeeze/non-free armel Packages
     release v=6.0.6,o=Debian,a=stable,n=squeeze,l=Debian,c=non-free
     origin ftp.se.debian.org
 500 http://ftp.se.debian.org/debian/ squeeze/contrib armel Packages
     release v=6.0.6,o=Debian,a=stable,n=squeeze,l=Debian,c=contrib
     origin ftp.se.debian.org
 500 http://ftp.se.debian.org/debian/ squeeze/main armel Packages
     release v=6.0.6,o=Debian,a=stable,n=squeeze,l=Debian,c=main
     origin ftp.se.debian.org
and B2:

Code: Select all

backups@backupserver:~$ apt-cache policy
Package files:
 100 /var/lib/dpkg/status
     release a=now
 600 http://b3.update.excito.org/ upstream_squeeze/main powerpc Packages
     release v=1.0,o=Debian Squeeze,a=upstream_stable,n=upstream_squeeze,l=Debian Squeeze subset,c=main
     origin b3.update.excito.org
 999 http://b3.update.excito.org/ elvin/main powerpc Packages
     release v=1.0,o=Excito,a=stable,n=elvin,l=Bubba|3 stable,c=main
     origin b3.update.excito.org
 500 http://ftp.se.debian.org/debian/ squeeze/non-free powerpc Packages
     release v=6.0.6,o=Debian,a=stable,n=squeeze,l=Debian,c=non-free
     origin ftp.se.debian.org
 500 http://ftp.se.debian.org/debian/ squeeze/contrib powerpc Packages
     release v=6.0.6,o=Debian,a=stable,n=squeeze,l=Debian,c=contrib
     origin ftp.se.debian.org
 500 http://ftp.se.debian.org/debian/ squeeze/main powerpc Packages
     release v=6.0.6,o=Debian,a=stable,n=squeeze,l=Debian,c=main
     origin ftp.se.debian.org
Pinned packages:
The B2 is a fresh install with just updates applied so the prefs shouldn't have been changed.
Everything looks correct...

As I've been unable to reproduce the failing environment, would it be possible for me to gain SSH access to one of your failing units to see what might be wrong?

Re: Release notes for Excito Bubba 2&3 software version 2.5.

Posted: 05 Nov 2012, 16:03
by RandomUsername
Yep, PM sent.

Re: Release notes for Excito Bubba 2&3 software version 2.5.

Posted: 06 Nov 2012, 06:55
by carl
Ok, Issue has been solved. The latest emergency upgrade wasn't applyable to B2 due to missing build of python-twisted-bin.

This has been fixed now and an dist-upgrade on B2 should work as soon I've uploaded the last dependency package.

Sorry for the inconvenience.