Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Bug#645382: unattended-upgrades: WARNING package 'NAME' upgradable but fails to be marked for upgrade

216 views
Skip to first unread message

Teodor

unread,
Oct 15, 2011, 2:10:01 AM10/15/11
to
Package: unattended-upgrades
Version: 0.72.3
Severity: normal

Hi,

These days we're having gnome3 packages uploaded to 'unstable'. In this
case u-a fails to upgrade all available packages even if no conflict
will appear on a manual 'apt-get dist-upgrade'.

I've attached a log for a normal + '--debug' execution.

Thanks

-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=ro_RO.utf8, LC_CTYPE=ro_RO.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages unattended-upgrades depends on:
ii apt 0.8.15.9
ii apt-utils 0.8.15.9
ii debconf [debconf-2.0] 1.5.41
ii lsb-release 3.2-28
ii python 2.7.2-9
ii python-apt 0.8.0
ii ucf 3.0025+nmu2

unattended-upgrades recommends no packages.

Versions of packages unattended-upgrades suggests:
ii bsd-mailx 8.1.2-0.20100314cvs-1

-- Configuration Files:
/etc/apt/apt.conf.d/50unattended-upgrades changed:
// Automatically upgrade packages from these (origin, archive) pairs
Unattended-Upgrade::Origins-Pattern {
"o=Debian,a=unstable";
// "origin=Debian,label=Debian-Security,archive=stable";
// "o=Debian,a=stable";
// "o=Debian,a=oldstable";
// "o={distro_id},a=${distro_codename}-proposed-updates";
};
// List of packages to not update
Unattended-Upgrade::Package-Blacklist {
// "vim";
// "libc6";
// "libc6-dev";
// "libc6-i686";
};
// This option allows you to control if on a unclean dpkg exit
// unattended-upgrades will automatically run
// dpkg --force-confold --configure -a
// The default is true, to ensure updates keep getting installed
//Unattended-Upgrade::AutoFixInterruptedDpkg "false";
// Split the upgrade into the smallest possible chunks so that
// they can be interrupted with SIGUSR1. This makes the upgrade
// a bit slower but it has the benefit that shutdown while a upgrade
// is running is possible (with a small delay)
//Unattended-Upgrades::MinimalSteps "true";
// Send email to this address for problems or packages upgrades
// If empty or unset then no email is sent, make sure that you
// have a working mail setup on your system. The package 'mailx'
// must be installed or anything that provides /usr/bin/mail.
Unattended-Upgrade::Mail "root";
// Set this value to "true" to get emails only on errors. Default
// is to always send a mail if Unattended-Upgrade::Mail is set
Unattended-Upgrade::MailOnlyOnError "true";
// Do automatic removal of new unused dependencies after the upgrade
// (equivalent to apt-get autoremove)
Unattended-Upgrade::Remove-Unused-Dependencies "true";
// Automatically reboot *WITHOUT CONFIRMATION* if a
// the file /var/run/reboot-required is found after the upgrade
Unattended-Upgrade::Automatic-Reboot "true";
// Use apt bandwidth limit feature, this example limits the download
// speed to 70kb/sec
//Acquire::http::Dl-Limit "70";


-- debconf information:
* unattended-upgrades/enable_auto_updates: true
unattended-upgrades.log

Michael Vogt

unread,
Oct 24, 2011, 9:50:01 AM10/24/11
to
On Sat, Oct 15, 2011 at 09:04:43AM +0300, Teodor wrote:
> Package: unattended-upgrades
> Version: 0.72.3
> Severity: normal

Thanks for your bugreport.

> These days we're having gnome3 packages uploaded to 'unstable'. In this
> case u-a fails to upgrade all available packages even if no conflict
> will appear on a manual 'apt-get dist-upgrade'.
>
> I've attached a log for a normal + '--debug' execution.

From reading the logs it appears like it will have to remove some
packages in order to continue. The current design in u-a is to avoid
this and to leave the package behind if it happens (as normal
(security) updates never lead to the removal of other packages). If
its a wanted feature I can add a knob to turn that check of.

Cheers,
Michael
> 2011-10-15 08:40:21,114 INFO Initial blacklisted packages:
> 2011-10-15 08:40:21,114 INFO Starting unattended upgrades script
> 2011-10-15 08:40:21,115 INFO Allowed origins are: ['o=Debian,a=unstable']
> 2011-10-15 08:40:26,593 WARNING package 'gnome-applets-data' upgradable but fails to be marked for upgrade (E:Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.)
> 2011-10-15 08:40:29,322 WARNING package 'gnome-panel-data' upgradable but fails to be marked for upgrade (E:Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.)
> 2011-10-15 08:40:30,489 WARNING package 'gnome-session-bin' upgradable but fails to be marked for upgrade (E:Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.)
> 2011-10-15 08:40:30,897 WARNING package 'gnome-session-common' upgradable but fails to be marked for upgrade (E:Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.)
> 2011-10-15 08:40:37,961 WARNING package 'python-gmenu' upgradable but fails to be marked for upgrade (E:Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.)
> 2011-10-15 08:40:40,490 WARNING package 'vino' upgradable but fails to be marked for upgrade (E:Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.)
> 2011-10-15 08:40:42,538 INFO Packages that are auto removed: ''
> 2011-10-15 08:40:42,557 INFO Packages that are upgraded: alsa-utils desktop-base empathy empathy-common gir1.2-gucharmap-2.90 gucharmap hamster-applet initscripts libglib-perl libgucharmap-2-90-7 libtelepathy-glib0 sysv-rc sysvinit sysvinit-utils wpasupplicant
> 2011-10-15 08:40:42,579 INFO Writing dpkg log to '/var/log/unattended-upgrades/unattended-upgrades-dpkg_2011-10-15_08:40:42.579702.log'
> 2011-10-15 08:42:04,684 INFO All upgrades installed
>
>
>
> 2011-10-15 08:44:36,929 INFO Initial blacklisted packages:
> 2011-10-15 08:44:36,929 INFO Starting unattended upgrades script
> 2011-10-15 08:44:36,930 INFO Allowed origins are: ['o=Debian,a=unstable']
> 2011-10-15 08:44:38,013 DEBUG Checking: gdm3 (["<Origin component:'main' archive:'unstable' origin:'Debian' label:'Debian' site:'ftp.ro.debian.org' isTrusted:True>", "<Origin component:'main' archive:'unstable' origin:'Debian' label:'Debian' site:'ftp.de.debian.org' isTrusted:True>"])
> 2011-10-15 08:44:38,182 DEBUG pkg 'capplets-data' now marked delete
> 2011-10-15 08:44:38,182 DEBUG sanity check failed
> 2011-10-15 08:44:38,410 DEBUG Checking: gnome-applets (["<Origin component:'main' archive:'unstable' origin:'Debian' label:'Debian' site:'ftp.ro.debian.org' isTrusted:True>", "<Origin component:'main' archive:'unstable' origin:'Debian' label:'Debian' site:'ftp.de.debian.org' isTrusted:True>"])
> 2011-10-15 08:44:38,580 DEBUG pkg 'capplets-data' now marked delete
> 2011-10-15 08:44:38,581 DEBUG sanity check failed
> 2011-10-15 08:44:38,811 DEBUG Checking: gnome-applets-data (["<Origin component:'main' archive:'unstable' origin:'Debian' label:'Debian' site:'ftp.ro.debian.org' isTrusted:True>", "<Origin component:'main' archive:'unstable' origin:'Debian' label:'Debian' site:'ftp.de.debian.org' isTrusted:True>"])
> 2011-10-15 08:44:39,006 WARNING package 'gnome-applets-data' upgradable but fails to be marked for upgrade (E:Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.)
> 2011-10-15 08:44:39,221 DEBUG Checking: gnome-control-center (["<Origin component:'main' archive:'unstable' origin:'Debian' label:'Debian' site:'ftp.ro.debian.org' isTrusted:True>", "<Origin component:'main' archive:'unstable' origin:'Debian' label:'Debian' site:'ftp.de.debian.org' isTrusted:True>"])
> 2011-10-15 08:44:39,389 DEBUG pkg 'capplets-data' now marked delete
> 2011-10-15 08:44:39,389 DEBUG sanity check failed
> 2011-10-15 08:44:39,604 DEBUG Checking: gnome-core (["<Origin component:'main' archive:'unstable' origin:'Debian' label:'Debian' site:'ftp.ro.debian.org' isTrusted:True>", "<Origin component:'main' archive:'unstable' origin:'Debian' label:'Debian' site:'ftp.de.debian.org' isTrusted:True>"])
> 2011-10-15 08:44:39,782 DEBUG pkg 'capplets-data' now marked delete
> 2011-10-15 08:44:39,782 DEBUG sanity check failed
> 2011-10-15 08:44:39,997 DEBUG Checking: gnome-desktop-environment (["<Origin component:'main' archive:'unstable' origin:'Debian' label:'Debian' site:'ftp.ro.debian.org' isTrusted:True>", "<Origin component:'main' archive:'unstable' origin:'Debian' label:'Debian' site:'ftp.de.debian.org' isTrusted:True>"])
> 2011-10-15 08:44:40,174 DEBUG pkg 'capplets-data' now marked delete
> 2011-10-15 08:44:40,175 DEBUG sanity check failed
> 2011-10-15 08:44:40,390 DEBUG Checking: gnome-media (["<Origin component:'main' archive:'unstable' origin:'Debian' label:'Debian' site:'ftp.ro.debian.org' isTrusted:True>", "<Origin component:'main' archive:'unstable' origin:'Debian' label:'Debian' site:'ftp.de.debian.org' isTrusted:True>"])
> 2011-10-15 08:44:40,559 DEBUG pkg 'capplets-data' now marked delete
> 2011-10-15 08:44:40,559 DEBUG sanity check failed
> 2011-10-15 08:44:40,775 DEBUG Checking: gnome-menus (["<Origin component:'main' archive:'unstable' origin:'Debian' label:'Debian' site:'ftp.ro.debian.org' isTrusted:True>", "<Origin component:'main' archive:'unstable' origin:'Debian' label:'Debian' site:'ftp.de.debian.org' isTrusted:True>"])
> 2011-10-15 08:44:40,943 DEBUG pkg 'capplets-data' now marked delete
> 2011-10-15 08:44:40,944 DEBUG sanity check failed
> 2011-10-15 08:44:41,160 DEBUG Checking: gnome-panel (["<Origin component:'main' archive:'unstable' origin:'Debian' label:'Debian' site:'ftp.ro.debian.org' isTrusted:True>", "<Origin component:'main' archive:'unstable' origin:'Debian' label:'Debian' site:'ftp.de.debian.org' isTrusted:True>"])
> 2011-10-15 08:44:41,329 DEBUG pkg 'capplets-data' now marked delete
> 2011-10-15 08:44:41,329 DEBUG sanity check failed
> 2011-10-15 08:44:41,545 DEBUG Checking: gnome-panel-data (["<Origin component:'main' archive:'unstable' origin:'Debian' label:'Debian' site:'ftp.ro.debian.org' isTrusted:True>", "<Origin component:'main' archive:'unstable' origin:'Debian' label:'Debian' site:'ftp.de.debian.org' isTrusted:True>"])
> 2011-10-15 08:44:41,739 WARNING package 'gnome-panel-data' upgradable but fails to be marked for upgrade (E:Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.)
> 2011-10-15 08:44:41,954 DEBUG Checking: gnome-power-manager (["<Origin component:'main' archive:'unstable' origin:'Debian' label:'Debian' site:'ftp.ro.debian.org' isTrusted:True>", "<Origin component:'main' archive:'unstable' origin:'Debian' label:'Debian' site:'ftp.de.debian.org' isTrusted:True>"])
> 2011-10-15 08:44:42,122 DEBUG pkg 'capplets-data' now marked delete
> 2011-10-15 08:44:42,122 DEBUG sanity check failed
> 2011-10-15 08:44:42,336 DEBUG Checking: gnome-session (["<Origin component:'main' archive:'unstable' origin:'Debian' label:'Debian' site:'ftp.ro.debian.org' isTrusted:True>", "<Origin component:'main' archive:'unstable' origin:'Debian' label:'Debian' site:'ftp.de.debian.org' isTrusted:True>"])
> 2011-10-15 08:44:42,505 DEBUG pkg 'capplets-data' now marked delete
> 2011-10-15 08:44:42,505 DEBUG sanity check failed
> 2011-10-15 08:44:42,719 DEBUG Checking: gnome-session-bin (["<Origin component:'main' archive:'unstable' origin:'Debian' label:'Debian' site:'ftp.ro.debian.org' isTrusted:True>", "<Origin component:'main' archive:'unstable' origin:'Debian' label:'Debian' site:'ftp.de.debian.org' isTrusted:True>"])
> 2011-10-15 08:44:42,914 WARNING package 'gnome-session-bin' upgradable but fails to be marked for upgrade (E:Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.)
> 2011-10-15 08:44:43,129 DEBUG Checking: gnome-session-common (["<Origin component:'main' archive:'unstable' origin:'Debian' label:'Debian' site:'ftp.ro.debian.org' isTrusted:True>", "<Origin component:'main' archive:'unstable' origin:'Debian' label:'Debian' site:'ftp.de.debian.org' isTrusted:True>"])
> 2011-10-15 08:44:43,323 WARNING package 'gnome-session-common' upgradable but fails to be marked for upgrade (E:Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.)
> 2011-10-15 08:44:43,538 DEBUG Checking: gnome-settings-daemon (["<Origin component:'main' archive:'unstable' origin:'Debian' label:'Debian' site:'ftp.ro.debian.org' isTrusted:True>", "<Origin component:'main' archive:'unstable' origin:'Debian' label:'Debian' site:'ftp.de.debian.org' isTrusted:True>"])
> 2011-10-15 08:44:43,707 DEBUG pkg 'capplets-data' now marked delete
> 2011-10-15 08:44:43,708 DEBUG sanity check failed
> 2011-10-15 08:44:43,935 DEBUG Checking: gvfs (["<Origin component:'main' archive:'unstable' origin:'Debian' label:'Debian' site:'ftp.ro.debian.org' isTrusted:True>", "<Origin component:'main' archive:'unstable' origin:'Debian' label:'Debian' site:'ftp.de.debian.org' isTrusted:True>"])
> 2011-10-15 08:44:44,108 DEBUG pkg 'capplets-data' now marked delete
> 2011-10-15 08:44:44,108 DEBUG sanity check failed
> 2011-10-15 08:44:44,322 DEBUG Checking: gvfs-backends (["<Origin component:'main' archive:'unstable' origin:'Debian' label:'Debian' site:'ftp.ro.debian.org' isTrusted:True>", "<Origin component:'main' archive:'unstable' origin:'Debian' label:'Debian' site:'ftp.de.debian.org' isTrusted:True>"])
> 2011-10-15 08:44:44,490 DEBUG pkg 'capplets-data' now marked delete
> 2011-10-15 08:44:44,491 DEBUG sanity check failed
> 2011-10-15 08:44:44,706 DEBUG Checking: gvfs-bin (["<Origin component:'main' archive:'unstable' origin:'Debian' label:'Debian' site:'ftp.ro.debian.org' isTrusted:True>", "<Origin component:'main' archive:'unstable' origin:'Debian' label:'Debian' site:'ftp.de.debian.org' isTrusted:True>"])
> 2011-10-15 08:44:44,753 DEBUG pkg 'capplets-data' now marked delete
> 2011-10-15 08:44:44,753 DEBUG sanity check failed
> 2011-10-15 08:44:45,110 DEBUG Checking: libglib2.0-0 (["<Origin component:'main' archive:'unstable' origin:'Debian' label:'Debian' site:'ftp.ro.debian.org' isTrusted:True>", "<Origin component:'main' archive:'unstable' origin:'Debian' label:'Debian' site:'ftp.de.debian.org' isTrusted:True>"])
> 2011-10-15 08:44:45,279 DEBUG pkg 'capplets-data' now marked delete
> 2011-10-15 08:44:45,279 DEBUG sanity check failed
> 2011-10-15 08:44:45,680 DEBUG Checking: netspeed (["<Origin component:'main' archive:'unstable' origin:'Debian' label:'Debian' site:'ftp.ro.debian.org' isTrusted:True>", "<Origin component:'main' archive:'unstable' origin:'Debian' label:'Debian' site:'ftp.de.debian.org' isTrusted:True>"])
> 2011-10-15 08:44:45,849 DEBUG pkg 'capplets-data' now marked delete
> 2011-10-15 08:44:45,849 DEBUG sanity check failed
> 2011-10-15 08:44:46,109 DEBUG Checking: python-gmenu (["<Origin component:'main' archive:'unstable' origin:'Debian' label:'Debian' site:'ftp.ro.debian.org' isTrusted:True>", "<Origin component:'main' archive:'unstable' origin:'Debian' label:'Debian' site:'ftp.de.debian.org' isTrusted:True>"])
> 2011-10-15 08:44:46,303 WARNING package 'python-gmenu' upgradable but fails to be marked for upgrade (E:Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.)
> 2011-10-15 08:44:46,605 DEBUG Checking: vino (["<Origin component:'main' archive:'unstable' origin:'Debian' label:'Debian' site:'ftp.ro.debian.org' isTrusted:True>", "<Origin component:'main' archive:'unstable' origin:'Debian' label:'Debian' site:'ftp.de.debian.org' isTrusted:True>"])
> 2011-10-15 08:44:46,799 WARNING package 'vino' upgradable but fails to be marked for upgrade (E:Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.)
> 2011-10-15 08:44:47,040 DEBUG pkgs that look like they should be upgraded:
> 2011-10-15 08:44:47,050 DEBUG blacklist: []
> 2011-10-15 08:44:47,627 INFO Packages that are auto removed: ''
> 2011-10-15 08:44:47,628 DEBUG InstCount=0 DelCount=0 BrokenCout=0
> 2011-10-15 08:44:47,628 INFO Packages that are upgraded:
> 2011-10-15 08:44:47,642 INFO Writing dpkg log to '/var/log/unattended-upgrades/unattended-upgrades-dpkg_2011-10-15_08:44:47.642427.log'
> 2011-10-15 08:44:49,666 INFO All upgrades installed
>
>
> 2011-10-15 08:47:54,676 INFO Initial blacklisted packages:
> 2011-10-15 08:47:54,677 INFO Starting unattended upgrades script
> 2011-10-15 08:47:54,677 INFO Allowed origins are: ['o=Debian,a=unstable']
> 2011-10-15 08:47:56,697 WARNING package 'gnome-applets-data' upgradable but fails to be marked for upgrade (E:Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.)
> 2011-10-15 08:47:59,372 WARNING package 'gnome-panel-data' upgradable but fails to be marked for upgrade (E:Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.)
> 2011-10-15 08:48:00,515 WARNING package 'gnome-session-bin' upgradable but fails to be marked for upgrade (E:Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.)
> 2011-10-15 08:48:00,917 WARNING package 'gnome-session-common' upgradable but fails to be marked for upgrade (E:Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.)
> 2011-10-15 08:48:03,791 WARNING package 'python-gmenu' upgradable but fails to be marked for upgrade (E:Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.)
> 2011-10-15 08:48:04,272 WARNING package 'vino' upgradable but fails to be marked for upgrade (E:Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.)
> 2011-10-15 08:48:05,086 INFO Packages that are auto removed: ''
> 2011-10-15 08:48:05,086 INFO Packages that are upgraded:
> 2011-10-15 08:48:05,087 INFO Writing dpkg log to '/var/log/unattended-upgrades/unattended-upgrades-dpkg_2011-10-15_08:48:05.087547.log'
> 2011-10-15 08:48:06,322 INFO All upgrades installed




--
To UNSUBSCRIBE, email to debian-bugs-...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org

Teodor MICU

unread,
Nov 9, 2011, 2:30:02 AM11/9/11
to
reopen 645382
severity 645382 wishlist
stop

2011/10/24 Michael Vogt <m...@debian.org>:
>> These days we're having gnome3 packages uploaded to 'unstable'. In this
>> case u-a fails to upgrade all available packages even if no conflict
>> will appear on a manual 'apt-get dist-upgrade'.
>>
>> I've attached a log for a normal + '--debug' execution.
>
> From reading the logs it appears like it will have to remove some
> packages in order to continue. The current design in u-a is to avoid
> this and to leave the package behind if it happens (as normal
> (security) updates never lead to the removal of other packages). If
> its a wanted feature I can add a knob to turn that check of.

I think this is the desired behaviour in most cases, but not always. I
think I've seen security upgrades in 'stable' (i.e. openjdk-6) that
were put on hold because of this. Thus, I've reopened the bug and
changed it to a wishlist.

Thanks

Michael Vogt

unread,
Nov 9, 2011, 4:20:03 AM11/9/11
to
On Wed, Nov 09, 2011 at 09:17:47AM +0200, Teodor MICU wrote:
> reopen 645382
> severity 645382 wishlist
> stop
>
> 2011/10/24 Michael Vogt <m...@debian.org>:
> >> These days we're having gnome3 packages uploaded to 'unstable'. In this
> >> case u-a fails to upgrade all available packages even if no conflict
> >> will appear on a manual 'apt-get dist-upgrade'.
> >>
> >> I've attached a log for a normal + '--debug' execution.
> >
> > From reading the logs it appears like it will have to remove some
> > packages in order to continue. The current design in u-a is to avoid
> > this and to leave the package behind if it happens (as normal
> > (security) updates never lead to the removal of other packages). If
> > its a wanted feature I can add a knob to turn that check of.
>
> I think this is the desired behaviour in most cases, but not always. I
> think I've seen security upgrades in 'stable' (i.e. openjdk-6) that
> were put on hold because of this. Thus, I've reopened the bug and
> changed it to a wishlist.

Thanks, I'm happy to add this option. It would be great if you could
provide me with a example of this openjdk-6 update, ideally the output
of
# apt-get dist-upgrade -o Debug::pkgProblemResolver=true -o Debug::pkgDepCache::AutoInstall=True

to get a good idea what is going on.

Thanks,
Michael

Teodor MICU

unread,
Nov 9, 2011, 4:30:02 AM11/9/11
to
2011/11/9 Michael Vogt <m...@debian.org>:
> Thanks, I'm happy to add this option. It would be great if you could
> provide me with a example of this openjdk-6 update, ideally the output
> of
> # apt-get dist-upgrade -o Debug::pkgProblemResolver=true -o Debug::pkgDepCache::AutoInstall=True
>
> to get a good idea what is going on.

Unfortunately this is a system I don't have access anymore but I keep
getting mails from U-A. I think this can be easily reproduced on a
Debian 6.0 (stable) system easily like this:
- enable only "main" repo without 'security' and install openjdk-6-jdk
- enable the security repo and run U-A which will not be able to
upgrade openjdk-6 packages.

I don't have time to this now, below is a message I received two days
ago with this problem.

Thanks


------
Unattended upgrade returned: True

Packages that are upgraded:

Packages with upgradable origin but kept back:
openjdk-6-jdk openjdk-6-jre openjdk-6-jre-headless

Package installation log:


Unattended-upgrades log:
Initial blacklisted packages: linux-*
Starting unattended upgrades script
Allowed origins are: ["('Debian', 'stable')", "('Debian',
'squeeze-security')", "('Debian', 'squeeze-updates')"]
Packages that are auto removed: ''
Packages that are upgraded:
Writing dpkg log to
'/var/log/unattended-upgrades/unattended-upgrades-dpkg_2011-10-07_07:51:31.444005.log'
All upgrades installed
0 new messages