Bugzilla – Bug 730959
zypper up is ignoring interactive option
Last modified: 2014-01-07 10:06:37 UTC
User-Agent: Mozilla/5.0 (X11; Linux i686; rv:8.0) Gecko/20100101 Firefox/8.0 While installing security updates using zypper up -y --skip-interactive the latest kernel 2.6.37.6-0.9-default was installed, not skipped Reproducible: Didn't try Steps to Reproduce: 1. zypper up -y --skip-interactive 2. uname -a 3. rpm -qa |grep kernel Actual Results: uname -a # uname -a Linux 2.6.37.1-1.2-default #1 SMP 2011-02-21 10:34:10 +0100 x86_64 x86_64 x86_64 GNU/Linux # rpm -qa |grep kernel kernel-default-2.6.37.6-0.9.1.x86_64 Expected Results: Kernel is interactive, should be skipped
This happens in 11.4, too, glibc got installed with this line in cron: /usr/bin/zypper up -y -t patch --skip-interactive --auto-agree-with-licenses Result: Glibc got installed Expected behavior: Glibc requires reboot, so it should not get installed.
. *** This bug has been marked as a duplicate of bug 857498 ***