Bug#862408: Xen should trigger reboot-required notification on hypervisor upgrade

2017-05-12 Thread Sébastien Chaumat
Source: xen Package: xen-hypervisor-4.4-amd64 Version: 4.4.1-9+deb8u8 When the xen hypervisor is updated there's no specific indication that the system should be rebooted whereas this is as important to notify as a kernel upgrade. I suggest the xen-hypervisor*.postinst calls :

Bug#353201: check_apt fail is locale is set

2007-05-09 Thread Sébastien Chaumat
Hi, in check_apt : my $aptitude_out = `aptitude -sy upgrade`; $aptitude_out =~ /(\d+) packages upgraded/; This will fail if the locale is set because the output message packages upgraded is valid for LANG=C. Possible fix : my $aptitude_out = `LANG=C aptitude -sy upgrade`; Sebastien --