[Bug 481342] New: Zypper ignores "--skip-interactive" for automatic updates
https://bugzilla.novell.com/show_bug.cgi?id=481342 Summary: Zypper ignores "--skip-interactive" for automatic updates Classification: openSUSE Product: openSUSE 11.1 Version: Final Platform: x86-64 OS/Version: openSUSE 11.1 Status: NEW Severity: Normal Priority: P5 - None Component: Update Problems AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: joe@pdi-berlin.de QAContact: jsrain@novell.com Found By: --- User-Agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.0.6) Gecko/2009012700 SUSE/3.0.6-0.1 Firefox/3.0.6 The zypper update installed a new kernel today though --skip-interactive was set in /etc/cron.d/yast2-online-update: 7 7 * * 2 root zypper up -y -t patch --skip-interactive Snippet from mail to root: Retrieving package kernel-default-base-2.6.27.19-3.2.1.x86_64 (14/23), 7.7 M (15.0 M unpacked) Retrieving delta: /rpm/x86_64/kernel-default-base-2.6.27.7_2.6.27.19-9.1_3.2.1.x86_64.delta.rpm, 6.8 M Retrieving: kernel-default-base-2.6.27.7_2.6.27.19-9.1_3.2.1.x86_64.delta.rpm [....done (1.5 M/s)] Applying delta: /kernel-default-base-2.6.27.7_2.6.27.19-9.1_3.2.1.x86_64.delta.rpm [............................................................] Installing: kernel-default-base-2.6.27.19-3.2.1 [......] Retrieving package kernel-default-2.6.27.19-3.2.1.x86_64 (15/23), 12.9 M (55.2 M unpacked) Retrieving delta: /rpm/x86_64/kernel-default-2.6.27.7_2.6.27.19-9.1_3.2.1.x86_64.delta.rpm, 3.0 M Retrieving: kernel-default-2.6.27.7_2.6.27.19-9.1_3.2.1.x86_64.delta.rpm [done] Applying delta: ./kernel-default-2.6.27.7_2.6.27.19-9.1_3.2.1.x86_64.delta.rpm [.......................................................................................................] Installing: kernel-default-2.6.27.19-3.2.1 [...........] Retrieving package intel-iamt-heci-kmp-default-3.1.0.31_2.6.27.19_3.2-2.40.6.x86_64 (16/23), 35.0 K (114.0 K unpacked) Retrieving delta: /rpm/x86_64/intel-iamt-heci-kmp-default-3.1.0.31_2.6.27.7_9.1_3.1.0.31_2.6.27.19_3.2-2.34_2.40.6.x86_64.delta.rpm, 18.0 K In addition the above mail doesn't give any hint to the op to reboot the machine! My system was updated from 10.2 to 11.1, no fresh install Reproducible: Always Steps to Reproduce: 1. 2. 3. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=481342 User joe@pdi-berlin.de added comment https://bugzilla.novell.com/show_bug.cgi?id=481342#c1 Joachim Schönberg <joe@pdi-berlin.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joe@pdi-berlin.de --- Comment #1 from Joachim Schönberg <joe@pdi-berlin.de> 2009-03-03 01:43:12 MST --- This seems to be a partial install only. New kernel did not boot properly because of problems with Areca RAID controller (modules?) and the new kernel still can be found as new (uninstalled) patch in YOU Joe -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=481342 User joe@pdi-berlin.de added comment https://bugzilla.novell.com/show_bug.cgi?id=481342#c2 --- Comment #2 from Joachim Schönberg <joe@pdi-berlin.de> 2009-03-03 04:45:56 MST --- This boot problem is not module related but the root's disk-by-id entry in GRUBs menu.lst was cut after a "#" (by the update script?) Example: root=/dev/disk/by-id/scsi-SAreca_ARC-1210-VOL#000000000083264759-part3 became root=/dev/disk/by-id/scsi-SAreca_ARC-1210-VOL which cannot be found. Joe -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=481342 User meissner@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=481342#c3 Marcus Meissner <meissner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Update Problems |libzypp AssignedTo|bnc-team-screening@forge.pr |zypp-maintainers@forge.prov |ovo.novell.com |o.novell.com QAContact|jsrain@novell.com |qa@suse.de --- Comment #3 from Marcus Meissner <meissner@novell.com> 2009-03-03 05:43:28 MST --- zypp bug ... we have no interactive confirmation checks anymore for the kernel, but perhaps "interactive" should also include "rebootneeded" patches. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=481342 User jkupec@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=481342#c4 --- Comment #4 from Ján Kupec <jkupec@novell.com> 2009-03-06 02:45:53 MST --- comment #1: i see this non-recognized installed patch, too, but that's another problem. Zypp guys: i guess there is already a fix for that isn't it? comment #3: well, we need to decide. --skip-interactive was meant to avoid installing packages that needed user's attention, so it would seem logical to skip the kernel, too (meaning: skip the patches with "reboot needed" flag). (In reply to comment #0)
In addition the above mail doesn't give any hint to the op to reboot the machine!
Hm, bad indeed. Did we remove also the "reboot needed" flag from the kernel patch? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com