[Bug 852652] New: Xen DomU, upgraded from Opensuse 12.3 -> 13.1, takes ~ 3mins to boot, up from ~ 20 secs in 12.3
https://bugzilla.novell.com/show_bug.cgi?id=852652 https://bugzilla.novell.com/show_bug.cgi?id=852652#c0 Summary: Xen DomU, upgraded from Opensuse 12.3 -> 13.1, takes ~ 3mins to boot, up from ~ 20 secs in 12.3 Classification: openSUSE Product: openSUSE 13.1 Version: Final Platform: x86-64 OS/Version: openSUSE 13.1 Status: NEW Severity: Normal Priority: P5 - None Component: Xen AssignedTo: jdouglas@suse.com ReportedBy: ar16@imapmail.org QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:25.0) Gecko/20100101 Firefox/25.0 I've an Opensuse 13.1 DomU on a 13.1 Dom0. Both host & guest were upgraded from 12.3. The Opensuse 13.1 Xen DomU Guest is booting successfully, but taking a long time (~3 mins; up from ~20sec on 12.3). Where the delay is is clear; here's img output from "systemd-analyze plot" -> http://pbrd.co/17UxVRS Also, systemd-analyze blame 1min 222ms kmod-static-nodes.service 1min 152ms dev-mqueue.mount 1min 142ms systemd-udev-root-symlink.service 1min 141ms systemd-vconsole-setup.service 1min 140ms systemd-modules-load.service 3.715s network.service 2.242s quotad.service 2.223s autofs.service 2.201s network@eth0.service 1.068s nfs.service 625ms nfsserver.service 489ms systemd-udev-settle.service 319ms rsyslog.service 312ms rpcbind.service 285ms systemd-logind.service 234ms lvm2-activation-early.service 213ms systemd-tmpfiles-clean.service 174ms systemd-fsck@dev-xvda1.service 107ms lvm2-activation.service 104ms sshd-custom.service 80ms systemd-tmpfiles-setup-dev.service 71ms boot.mount 66ms systemd-sysctl.service 65ms systemd-remount-fs.service 58ms user@0.service 56ms systemd-random-seed.service 47ms systemd-udevd.service 44ms systemd-readahead-done.service 41ms systemd-user-sessions.service 38ms systemd-udev-trigger.service 38ms sys-kernel-debug.mount 35ms systemd-update-utmp.service 32ms systemd-tmpfiles-setup.service 32ms systemd-journal-flush.service 27ms systemd-update-utmp-runlevel.service 26ms var-run.mount 22ms dev-xvdb1.swap 12ms rc-local.service 12ms var-lock.mount 5ms sys-fs-fuse-connections.mount WHY, the delay is occurring, isn't clear. Here's `journalctl -xb` -> http://pastebin.com/YGjAMnaP (~ 1700 lines). @ IRC #systemd, this was called out as a 'possible problem': ... Nov 25 10:45:31 os131guest systemd[1]: Job dev-xvc-1.device/start finished, result=timeout Nov 25 10:45:31 os131guest systemd[1]: Timed out waiting for device dev-xvc-1.device. Nov 25 10:45:31 os131guest systemd[1]: Job serial-getty@xvc-1.service/start finished, result=dependency ... The .cfg @ Dom0 that launches this Guest contains my usual: cat os131test.cfg name = 'template' builder = 'linux' bootloader = 'pygrub' bootargs = '' disk = [ 'phy:/dev/VG0/vm_os131boot,xvda,w','phy:/dev/VG0/vm_os131swap,xvdb,w','phy:/dev/VG0/vm_os131root,xvdc,w',] root = '/dev/xvdc1' extra = 'textmode=1 xencons=xvc0 noirqdebug elevator=noop' localtime = 0 on_shutdown = 'destroy' on_reboot = 'restart' on_crash = 'destroy' ... There are several delays/stalls seen in the referenced log. Atm, I'm only seeing these boot-up delays on Xen Guests. Dom0 has no similar delays, neither do any non-Xen machines. 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=852652 https://bugzilla.novell.com/show_bug.cgi?id=852652#c Charles Arnold <carnold@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|jdouglas@suse.com |ohering@suse.com QAContact|qa-bugs@suse.de |jdouglas@suse.com -- 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=852652 https://bugzilla.novell.com/show_bug.cgi?id=852652#c1 Olaf Hering <ohering@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ohering@suse.com AssignedTo|ohering@suse.com |systemd-maintainers@suse.de --- Comment #1 from Olaf Hering <ohering@suse.com> 2013-12-05 11:55:46 CET --- I dont notice a delay in a fresh xen pv guest with minimal software selection, but this message on console (and also during second stage installation dumped right into the yast2 ncurses screen): Welcome to openSUSE 13.1 "Bottle" - Kernel 3.11.6-4-xen (xvc0). hammer97 login: [ 92.027513] systemd[1]: Timed out waiting for device dev-xvc-1.device. [ 92.027764] systemd[1]: Dependency failed for Serial Getty on xvc/1. I did a naive "find / -xdev -type f | xargs grep -l xvc" and there was no config file nor anything obvious why systemd would even look at anything named "xvc/1". So I'm passing this on to systemd maintainers to have a look why this happens, and where to look for possible causes anyway. -- 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=852652 https://bugzilla.novell.com/show_bug.cgi?id=852652#c2 Dr. Werner Fink <werner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |systemd-maintainers@suse.de | |, werner@suse.com AssignedTo|systemd-maintainers@suse.de |ohering@suse.com --- Comment #2 from Dr. Werner Fink <werner@suse.com> 2013-12-05 12:07:34 UTC --- (In reply to comment #1) Have a look into /usr/lib/udev/rules.d/99-systemd.rules ... therein a TAG is set if the kernels tty subsystem does handle a tty named xvc*. AFAICS this will be done in systemd-getty-generator that is there should be some units doing the service for the xvc consoles: systemctl list-units | grep xvc you may compare this with the devices below /sys/devices/platform/ /sys/devices/virtual/ that is run find /sys/devices/platform/ /sys/devices/virtual/ -name 'xvc*' -- 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=852652 https://bugzilla.novell.com/show_bug.cgi?id=852652#c3 --- Comment #3 from Dr. Werner Fink <werner@suse.com> 2013-12-05 12:32:16 UTC --- Also the setup of /dev/console can be viewed in the files /proc/consoles or /sys/class/tty/console/active please note that things like `tty-1' or `xvc-1' are nore device names but names of the console name and console index[1]. [1] http://www.mail-archive.com/systemd-devel@lists.freedesktop.org/msg04035.htm... -- 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=852652 https://bugzilla.novell.com/show_bug.cgi?id=852652#c4 --- Comment #4 from Dr. Werner Fink <werner@suse.com> 2013-12-05 13:14:05 UTC --- Created an attachment (id=570404) --> (http://bugzilla.novell.com/attachment.cgi?id=570404) Serial console in case of a virtualbox 13.1 . for this I'm using socat and screen -- 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=852652 https://bugzilla.novell.com/show_bug.cgi?id=852652#c5 --- Comment #5 from Olaf Hering <ohering@suse.com> 2013-12-05 14:39:49 CET --- (In reply to comment #3)
Also the setup of /dev/console can be viewed in the files
/proc/consoles
or
/sys/class/tty/console/active
please note that things like `tty-1' or `xvc-1' are nore device names but names of the console name and console index[1].
[1] http://www.mail-archive.com/systemd-devel@lists.freedesktop.org/msg04035.htm...
I get "xvc-1", which according to one of the mails in the thread above could be a wrong index when sprintf("xvc%d", idx) is used somewhere in the code. I think thats not new, but happens to trigger now. -- 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=852652 https://bugzilla.novell.com/show_bug.cgi?id=852652#c6 systemd maintainers <systemd-maintainers@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |ohering@suse.com --- Comment #6 from systemd maintainers <systemd-maintainers@suse.de> 2013-12-05 14:13:07 UTC --- (In reply to comment #5)
(In reply to comment #3)
I get "xvc-1", which according to one of the mails in the thread above could be a wrong index when sprintf("xvc%d", idx) is used somewhere in the code. I think thats not new, but happens to trigger now.
Hmmm ... please show me (Werner) the result of ls -l /sys/class/tty/xvc* thanks. -- 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=852652 https://bugzilla.novell.com/show_bug.cgi?id=852652#c7 --- Comment #7 from Olaf Hering <ohering@suse.com> 2013-12-05 15:20:19 CET --- It has xvc0. -- 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=852652 https://bugzilla.novell.com/show_bug.cgi?id=852652#c8 --- Comment #8 from Olaf Hering <ohering@suse.com> 2013-12-05 15:31:00 CET --- Looking at dmesg, I see ""Xen virtual console successfully installed as xvc0". But much earlier I see console [tty1] enabled, and [xvc-1]. So appearently something grabs xvc-1 before xencons_init() is done. -- 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=852652 https://bugzilla.novell.com/show_bug.cgi?id=852652#c9 --- Comment #9 from Dr. Werner Fink <werner@suse.com> 2013-12-05 17:10:29 UTC --- (In reply to comment #8) You may give https://build.opensuse.org/package/show/Base:System/systemd a try if it builds. This version includes a small patch 1013-serial-console-names-and-index.patch which should fix the wrong number scheme. I've to investigate if this does not cause trouble with other gettys like normal ttyS0. -- 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=852652 https://bugzilla.novell.com/show_bug.cgi?id=852652#c10 --- Comment #10 from Olaf Hering <ohering@suse.com> 2013-12-05 18:15:54 CET --- I think this should be fixed in the kernel. At least pvops does not show this issue. I will leave the testing of this new pkg to the reporter, while I continue to investigate the cause. -- 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=852652 https://bugzilla.novell.com/show_bug.cgi?id=852652#c11 Olaf Hering <ohering@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|ohering@suse.com |jbeulich@suse.com --- Comment #11 from Olaf Hering <ohering@suse.com> 2013-12-05 18:45:52 CET --- Whats appearently missing is a call to add_prefered_console. Otherwise ->index will not be updated in register_console. This is what pvops does, I just copied it verbatim. With this change booting a PV guest with empty cmdline shows xvc0. And in addition root login via console works as well because now systemd can appearently recognize the console device. drivers/xen/console/console.c already has such a call. But it appearently only triggers when booted with xencons=hvc (which is probably also the workaround for the initial report for the time being). Jan, what do you think about such a change? +++ linux-3.11.6-4/arch/x86/kernel/head-xen.c @@ -2,6 +2,7 @@ #include <linux/init.h> #include <linux/memblock.h> #include <linux/pci.h> +#include <linux/console.h> #include <asm/setup.h> #ifndef CONFIG_XEN @@ -183,7 +184,12 @@ void __init xen_start_kernel(void) pci_request_acs(); } else + { + add_preferred_console("tty", 0, NULL); + add_preferred_console("xvc", 0, NULL); + add_preferred_console("hvc", 0, NULL); x86_init.resources.probe_roms = x86_init_noop; + } } void __init xen_arch_setup(void) -- 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=852652 https://bugzilla.novell.com/show_bug.cgi?id=852652#c Olaf Hering <ohering@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- InfoProvider|ohering@suse.com |ar16@imapmail.org -- 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=852652 https://bugzilla.novell.com/show_bug.cgi?id=852652#c12 --- Comment #12 from A R <ar16@imapmail.org> 2013-12-05 18:04:14 UTC --- @ last reboot caused a full resync of RAID arrays @ the Xen Host to start. no idea why; lots of 'issues' atm. out of an abundance of caution, i'm going to let that complete b4 continuing to test. i.e., testing _here_ will be delayed a bit (~ 700 mins, atm). -- 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=852652 https://bugzilla.novell.com/show_bug.cgi?id=852652#c13 --- Comment #13 from Jan Beulich <jbeulich@suse.com> 2013-12-06 10:49:44 UTC --- (In reply to comment #11)
Whats appearently missing is a call to add_prefered_console. Otherwise ->index will not be updated in register_console. This is what pvops does, I just copied it verbatim. With this change booting a PV guest with empty cmdline shows xvc0. And in addition root login via console works as well because now systemd can appearently recognize the console device.
drivers/xen/console/console.c already has such a call. But it appearently only triggers when booted with xencons=hvc (which is probably also the workaround for the initial report for the time being).
Jan, what do you think about such a change?
I agree with the intention, but not with how it is being carried out. Instead I'd see the HVC-specific code in drivers/xen/console/console.c to be generalized (i.e. moved out of the switch) - the changeset having introduced this (http://xenbits.xen.org/hg/linux-2.6.18-xen.hg/rev/a070228ac76e) provides no clarification at all why this is being done for HVC only. Doing it there has the advantage of also properly taking xc_num into consideration and not adding consoles as preferred that won't ever get registered. And from your description I understand that all that is needed is that it's being done before calling register_console(). -- 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=852652 https://bugzilla.novell.com/show_bug.cgi?id=852652#c14 --- Comment #14 from Jan Beulich <jbeulich@suse.com> 2013-12-06 10:59:43 UTC --- Created an attachment (id=570589) --> (http://bugzilla.novell.com/attachment.cgi?id=570589) tentative fix (against linux-2.6.18-xen.hg) -- 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=852652 https://bugzilla.novell.com/show_bug.cgi?id=852652#c15 --- Comment #15 from Dr. Werner Fink <werner@suse.com> 2013-12-06 11:08:05 UTC --- (In reply to comment #14) @ Olalf : does this really help systemd to detec the correct serial console and to enable it with the correct serivce link? -- 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=852652 https://bugzilla.novell.com/show_bug.cgi?id=852652#c16 Olaf Hering <ohering@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|ar16@imapmail.org | --- Comment #16 from Olaf Hering <ohering@suse.com> 2013-12-06 14:05:57 CET --- (In reply to comment #15)
(In reply to comment #14)
@ Olalf : does this really help systemd to detec the correct serial console and to enable it with the correct serivce link?
Yes, it does. There was just a disconnect between the kernel device name "xvc0" and yet another internal name "xcv-1". This looks like a shortcoming in the kernel to not use a single name for both. But other places also call also add_preferred_console before register_console. So for short: the patch fixes this for our kernel-xen. It will (most likely) also fix the first stage install which currently fails to run /sbin/inst_setup because showconsole or setcsid (?) fails. The workaround for this is to boot with xencons=hvc into the installer of released products. -- 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=852652 https://bugzilla.novell.com/show_bug.cgi?id=852652#c17 --- Comment #17 from Dr. Werner Fink <werner@suse.com> 2013-12-06 13:14:11 UTC --- (In reply to comment #16) Then I can remove my patch. Btw. how does now look the content of the files /proc/consoles /sys/class/tty/console/active .. -- 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=852652 https://bugzilla.novell.com/show_bug.cgi?id=852652#c18 --- Comment #18 from Olaf Hering <ohering@suse.com> 2013-12-06 14:36:04 CET --- With this patch I get the following with empty cmdline: domU.cfg with vfb=["type=vnc,vncunused=1,keymap=de"] and xl create -c: tty0 C xvc0 installer starts on tty1. domU.cfg without vfb= and xl create -c: xvc0 C tty0 installer starts on xvc0. -- 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=852652 https://bugzilla.novell.com/show_bug.cgi?id=852652#c19 --- Comment #19 from A R <ar16@imapmail.org> 2013-12-11 22:07:32 UTC --- rechecking the same Guest xl create template.cfg ... xl console 2 [ 0.163995] PCI: Fatal: No config space access function found [ 0.164060] Unable to read sysrq code in control/sysrq [ 1.252370] i8042: No controller found [ 1.253201] /home/abuild/rpmbuild/BUILD/kernel-xen-3.11.6/linux-3.11/drivers/rtc/hctosys.c: unable to open rtc device (rtc0) ( ... stall ... ) eventually, @ login cat /proc/consoles tty0 -WU (EC ) 4:1 xvc-1 -W- (E p ) 204:191 cat /sys/class/tty/console/active xvc-1 tty0 systemd-analyze blame 1min 205ms systemd-udev-root-symlink.service 1min 204ms systemd-vconsole-setup.service 2.741s network.service 1.450s network@eth0.service 1.385s postfix-custom.service 995ms nfs.service 671ms autofs.service 654ms nfsserver.service 593ms quotad.service 353ms systemd-fsck@dev-xvda1.service 349ms systemd-modules-load.service 347ms systemd-logind.service 340ms rsyslog.service 322ms systemd-udev-settle.service 299ms rpcbind.service 204ms lvm2-activation-early.service 119ms lvm2-activation.service 108ms sshd-custom.service 96ms kmod-static-nodes.service 95ms systemd-udev-trigger.service 90ms systemd-tmpfiles-setup-dev.service 80ms dev-mqueue.mount 79ms systemd-remount-fs.service 72ms systemd-random-seed.service 64ms boot.mount 59ms systemd-tmpfiles-setup.service 57ms systemd-sysctl.service 40ms systemd-udevd.service 39ms systemd-update-utmp.service 36ms dev-xvdb1.swap 32ms systemd-user-sessions.service 27ms rc-local.service 24ms systemd-journal-flush.service 20ms systemd-readahead-done.service 18ms systemd-update-utmp-runlevel.service 15ms sys-kernel-debug.mount 13ms sys-fs-fuse-connections.mount 11ms var-run.mount 10ms var-lock.mount exec'ing a "catch-up" zypper -v dup ... Computing upgrade... The following NEW packages are going to be installed: dracut 034-91.1 hardlink 1.0-4.1.2 pigz 2.3-2.1.2 The following package is going to be REMOVED: mkinitrd 2.8.1-2.1 The following packages are going to be upgraded: autofs 5.0.7-19.1.1 -> 5.0.7-19.4.1 binutils 2.23.92-176.1 -> 2.24-177.1 coreutils 8.21-7.1.3 -> 8.21-7.4.1 ethtool 3.12.1-45.1 -> 3.12.1-46.1 fontconfig 2.11.0-130.2 -> 2.11.0-133.1 fonts-config 20080121-118.10 -> 20080121-118.12 gettext-runtime 0.18.3.1-6.2 -> 0.18.3.1-6.3 gettext-tools 0.18.3.1-6.2 -> 0.18.3.1-6.3 gio-branding-openSUSE 13.1-2.5.1 -> 13.1-2.13.1 glib2-tools 2.38.1-1.1 -> 2.38.2-8.2 iproute2 3.11-80.1 -> 3.12-81.1 keyutils-devel 1.5.5-38.8 -> 1.5.5-38.9 krb5 1.11.3-3.1.3 -> 1.11.3-3.4.1 krb5-devel 1.11.3-3.1.3 -> 1.11.3-3.4.1 libcloog-isl4 0.18.0-14.12 -> 0.18.0-14.13 libfreetype6 2.5.0.1-83.3 -> 2.5.1-84.1 libgbm1 9.2.2-61.6.1 -> 9.2.3-61.9.1 libgio-2_0-0 2.38.1-1.1 -> 2.38.2-8.2 libglib-2_0-0 2.38.1-1.1 -> 2.38.2-8.2 libgmodule-2_0-0 2.38.1-1.1 -> 2.38.2-8.2 libgmp10 5.1.3-57.17 -> 5.1.3-58.2 libgobject-2_0-0 2.38.1-1.1 -> 2.38.2-8.2 libgudev-1_0-0 208-6.1 -> 208-497.1 libisl10 0.12-20.15 -> 0.12-20.16 libiw30 30.pre9-56.1 -> 30.pre9-57.1 libkeyutils1 1.5.5-38.8 -> 1.5.5-38.9 libLLVM 3.3.93-288.1 -> 3.3.93-307.1 libmpc3 1.0-37.13 -> 1.0-37.14 libmpfr4 3.1.2-33.16 -> 3.1.2-33.17 libpng16-16 1.6.6-1.1 -> 1.6.6-4.1 libQt5Core5 5.2.1~pre-30.2 -> 5.2.1~pre-32.1 libQt5Sql5 5.2.1~pre-30.2 -> 5.2.1~pre-32.1 libQt5Sql5-mysql 5.2.1~pre-30.2 -> 5.2.1~pre-32.1 libserf-1-1 1.3.2-1.1 -> 1.3.3-38.1 libudev1 208-6.1 -> 208-497.1 logrotate 3.8.7-4.4.1 -> 3.8.7-55.1 mdadm 3.3-4.1.2 -> 3.3-117.1 Mesa 9.2.2-61.6.1 -> 9.2.3-61.9.1 Mesa-libEGL1 9.2.2-61.6.1 -> 9.2.3-61.9.1 Mesa-libGL1 9.2.2-61.6.1 -> 9.2.3-61.9.1 Mesa-libglapi0 9.2.2-61.6.1 -> 9.2.3-61.9.1 ruby20 2.0.0.p353-19.1 -> 2.0.0.p353-20.1 strace 4.8-40.1 -> 4.8-43.1 subversion 1.8.5-148.1 -> 1.8.5-152.2 systemd 208-6.1 -> 208-497.1 systemd-rpm-macros 2-6.1 -> 2-9.1 systemd-sysvinit 208-6.1 -> 208-497.1 udev 208-6.1 -> 208-497.1 wireless-tools 30.pre9-56.1 -> 30.pre9-57.1 xen-libs 4.3.1_02-282.3 -> 4.3.1_02-282.8 xen-tools-domU 4.3.1_02-282.3 -> 4.3.1_02-282.8 yast2-ycp-ui-bindings 3.0.1-3.1 -> 3.0.2-6.1 The following packages are going to change vendor: libgudev-1_0-0 208-6.1 -> 208-497.1 openSUSE -> obs://build.opensuse.org/Base:System libqrencode3 3.4.2-4.1 -> 3.4.2-2.1.2 obs://build.opensuse.org/KDE -> openSUSE libserf-1-1 1.3.2-1.1 -> 1.3.3-38.1 openSUSE -> obs://build.opensuse.org/devel:tools libudev1 208-6.1 -> 208-497.1 openSUSE -> obs://build.opensuse.org/Base:System logrotate 3.8.7-4.4.1 -> 3.8.7-55.1 openSUSE -> obs://build.opensuse.org/Base:System mdadm 3.3-4.1.2 -> 3.3-117.1 openSUSE -> obs://build.opensuse.org/Base:System systemd 208-6.1 -> 208-497.1 openSUSE -> obs://build.opensuse.org/Base:System systemd-sysvinit 208-6.1 -> 208-497.1 openSUSE -> obs://build.opensuse.org/Base:System udev 208-6.1 -> 208-497.1 openSUSE -> obs://build.opensuse.org/Base:System ... AND fixing /etc/ld.so.conf, per workaround @ https://bugzilla.novell.com/show_bug.cgi?id=853293#c4, cat /etc/ld.so.conf + /usr/lib64 /usr/local/lib64 /usr/local/libinclude /etc/ld.so.conf.d/*.conf ldconfig mkinitrd then reboot (Guest) shows a much quicker boot systemd-analyze blame 3.642s network.service 2.295s network@eth0.service 811ms nfs.service 646ms systemd-udev-root-symlink.service 638ms nfsserver.service 623ms systemd-vconsole-setup.service 617ms systemd-modules-load.service 588ms systemd-fsck-root.service 574ms systemd-logind.service 506ms kmod-static-nodes.service 367ms rsyslog.service 364ms autofs.service 329ms rpcbind.service 263ms dev-mqueue.mount 250ms systemd-udev-settle.service 233ms lvm2-activation-early.service 179ms systemd-fsck@dev-xvda1.service 156ms boot.mount 122ms systemd-tmpfiles-setup-dev.service 120ms lvm2-activation.service 111ms quotad.service 102ms sshd-custom.service 75ms systemd-random-seed.service 66ms systemd-remount-fs.service 54ms dev-xvdb1.swap 47ms systemd-tmpfiles-setup.service 44ms systemd-sysctl.service 43ms systemd-journal-flush.service 35ms systemd-readahead-done.service 28ms systemd-update-utmp.service 24ms systemd-udevd.service 21ms systemd-udev-trigger.service 19ms systemd-user-sessions.service 15ms rc-local.service 14ms systemd-update-utmp-runlevel.service 12ms sys-kernel-debug.mount 6ms var-run.mount 3ms var-lock.mount so, current state of affairs -- with updates/repos as above -- no longer displays the minutes-long delays -- 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=852652 https://bugzilla.novell.com/show_bug.cgi?id=852652#c20 Jan Beulich <jbeulich@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |ar16@imapmail.org --- Comment #20 from Jan Beulich <jbeulich@suse.com> 2013-12-12 14:39:39 UTC --- If only I understood what you're trying to tell us... Rather than inlining lots of not immediately necessary information (if at all, such should be attached), it would be much more helpful if just gave a clear statement like "the workaround from bug xyz helps, so this is not a Xen problem after all". Which would then mean Olaf's analysis found an unrelated problem (where I'm still waiting for feedback on whether the patch suggested in #14 is a suitable replacement for the one recommended in #11). -- 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=852652 https://bugzilla.novell.com/show_bug.cgi?id=852652#c21 --- Comment #21 from A R <ar16@imapmail.org> 2013-12-12 14:53:55 UTC ---
Rather than inlining lots of not immediately necessary information
I can't recall when you've commented on a bug where you're not unhappy about something that's being provided. Try this: after updating, the system boots faster. What that means is up to you to decide. I'll not bother posting additional information/feedback unless you request very specific instructions details. -- 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=852652 https://bugzilla.novell.com/show_bug.cgi?id=852652#c A R <ar16@imapmail.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|ar16@imapmail.org | -- 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=852652 https://bugzilla.novell.com/show_bug.cgi?id=852652#c22 Jan Beulich <jbeulich@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |ar16@imapmail.org --- Comment #22 from Jan Beulich <jbeulich@suse.com> 2013-12-12 15:11:50 UTC --- (In reply to comment #21)
I can't recall when you've commented on a bug where you're not unhappy about something that's being provided.
I sort of expected a response like this. I could return something along those lines on the style of bug reports that come from you (interestingly, iirc, under varying names/mail addresses, and apparently rarely with a proper name associated with it). But I won't...
Try this: after updating, the system boots faster.
What that means is up to you to decide.
That's not very helpful, as it doesn't make in any way clear whether there is still an issue remaining (i.e. things only got better, but not good enough), just like pushing out a table of numbers possibly having a meaning to you but not to me is not helpful. I appreciate you trying to find the cause of the problems you report, but you should try to report your findings in a way that someone lacking the context you have can understand.
I'll not bother posting additional information/feedback unless you request very specific instructions details.
Specific request: Is there still a reason to keep this bug open? If so, please explain what the remaining issue is in an understandable way (i.e. with the component set to Xen, you can't expect the person dealing with it to be a systemd expert - I need to know what the Xen aspects to it are if you continue to think this is a Xen problem). -- 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=852652 https://bugzilla.novell.com/show_bug.cgi?id=852652#c23 A R <ar16@imapmail.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |CLOSED InfoProvider|ar16@imapmail.org | Resolution| |NORESPONSE --- Comment #23 from A R <ar16@imapmail.org> 2013-12-12 15:15:42 UTC --- Good luck. -- 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=852652 https://bugzilla.novell.com/show_bug.cgi?id=852652#c24 --- Comment #24 from Olaf Hering <ohering@suse.com> 2013-12-12 17:11:11 CET --- (In reply to comment #14)
Created an attachment (id=570589) --> (http://bugzilla.novell.com/attachment.cgi?id=570589) [details] tentative fix
(against linux-2.6.18-xen.hg)
yes, this patch is working for me, it gets rid of xvc-1 in /proc/consoles -- 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=852652 https://bugzilla.novell.com/show_bug.cgi?id=852652#c25 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard| |maint:released:sle11-sp3:55 | |874 --- Comment #25 from Swamp Workflow Management <swamp@suse.de> 2014-01-31 11:05:36 UTC --- Update released for: cluster-network-kmp-rt, cluster-network-kmp-rt_trace, drbd-kmp-rt, drbd-kmp-rt_trace, iscsitarget-kmp-rt, iscsitarget-kmp-rt_trace, kernel-rt, kernel-rt-base, kernel-rt-debuginfo, kernel-rt-debugsource, kernel-rt-devel, kernel-rt-devel-debuginfo, kernel-rt-extra, kernel-rt-hmac, kernel-rt_trace, kernel-rt_trace-base, kernel-rt_trace-debuginfo, kernel-rt_trace-debugsource, kernel-rt_trace-devel, kernel-rt_trace-devel-debuginfo, kernel-rt_trace-extra, kernel-rt_trace-hmac, kernel-source-rt, kernel-syms-rt, lttng-modules-kmp-rt, lttng-modules-kmp-rt_trace, ocfs2-kmp-rt, ocfs2-kmp-rt_trace, ofed-kmp-rt, ofed-kmp-rt_trace Products: SLE-DEBUGINFO 11-SP3 (x86_64) SLE-RT 11-SP3 (x86_64) -- 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=852652 https://bugzilla.novell.com/show_bug.cgi?id=852652#c26 --- Comment #26 from Swamp Workflow Management <swamp@suse.de> 2014-01-31 15:33:13 UTC --- SUSE-SU-2014:0168-1: An update that solves 16 vulnerabilities and has 83 fixes is now available. Category: security (moderate) Bug References: 708296,733022,770541,787843,789359,803174,806988,810323,813245,818064,818545,819979,820102,820338,821619,821980,825006,825696,825896,826602,826756,826978,827527,827767,828236,831103,833097,834473,834708,834808,835074,835186,836718,837206,837739,838623,839407,839973,840116,840226,841445,841654,842239,843185,843419,843429,843445,843642,843645,843654,845352,845378,845729,846036,846298,846989,847261,847660,847842,848317,848321,848335,848336,848544,848864,849021,849029,849034,849256,849362,849404,849675,849809,849950,850072,850103,850324,850493,850640,851066,851101,851290,851314,851879,852373,852558,852559,852652,852761,853050,853051,853053,853428,853465,854546,854634,854722,856307,856481 CVE References: CVE-2013-2146,CVE-2013-2930,CVE-2013-4345,CVE-2013-4483,CVE-2013-4511,CVE-2013-4514,CVE-2013-4515,CVE-2013-4587,CVE-2013-4592,CVE-2013-6367,CVE-2013-6376,CVE-2013-6378,CVE-2013-6380,CVE-2013-6383,CVE-2013-6463,CVE-2013-7027 Sources used: SUSE Linux Enterprise Real Time Extension 11 SP3 (src): cluster-network-1.4-2.27.37, drbd-kmp-8.4.4-0.22.3, iscsitarget-1.4.20-0.38.22, kernel-rt-3.0.101.rt130-0.10.1, kernel-rt_trace-3.0.101.rt130-0.10.1, kernel-source-rt-3.0.101.rt130-0.10.1, kernel-syms-rt-3.0.101.rt130-0.10.1, lttng-modules-2.1.1-0.11.22, ocfs2-1.6-0.20.37, ofed-1.5.4.1-0.13.28 -- 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=852652 https://bugzilla.novell.com/show_bug.cgi?id=852652#c Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:released:sle11-sp3:55 |maint:released:sle11-sp3:55 |874 |874 | |obs:running:2530:important -- 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=852652 https://bugzilla.novell.com/show_bug.cgi?id=852652#c27 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:released:sle11-sp3:55 |maint:released:sle11-sp3:55 |874 |874 |obs:running:2530:important |obs:running:2530:important | |maint:released:sle11-sp3:55 | |996 --- Comment #27 from Swamp Workflow Management <swamp@suse.de> 2014-02-04 19:43:09 UTC --- Update released for: cluster-network-kmp-default, cluster-network-kmp-pae, cluster-network-kmp-trace, cluster-network-kmp-xen, gfs2-kmp-default, gfs2-kmp-pae, gfs2-kmp-trace, gfs2-kmp-xen, kernel-default, kernel-default-base, kernel-default-debuginfo, kernel-default-debugsource, kernel-default-devel, kernel-default-devel-debuginfo, kernel-default-extra, kernel-default-hmac, kernel-desktop-devel, kernel-ec2, kernel-ec2-base, kernel-ec2-debuginfo, kernel-ec2-debugsource, kernel-ec2-devel, kernel-ec2-devel-debuginfo, kernel-ec2-extra, kernel-ec2-hmac, kernel-pae, kernel-pae-base, kernel-pae-debuginfo, kernel-pae-debugsource, kernel-pae-devel, kernel-pae-devel-debuginfo, kernel-pae-extra, kernel-pae-hmac, kernel-source, kernel-source-debuginfo, kernel-source-vanilla, kernel-syms, kernel-trace, kernel-trace-base, kernel-trace-debuginfo, kernel-trace-debugsource, kernel-trace-devel, kernel-trace-devel-debuginfo, kernel-trace-extra, kernel-trace-hmac, kernel-xen, kernel-xen-base, kernel-xen-debuginfo, kernel-xen-debugsource, kernel-xen-devel, kernel-xen-devel-debuginfo, kernel-xen-extra, kernel-xen-hmac, ocfs2-kmp-default, ocfs2-kmp-pae, ocfs2-kmp-trace, ocfs2-kmp-xen, xen-kmp-default, xen-kmp-pae, xen-kmp-trace Products: SLE-DEBUGINFO 11-SP3 (i386) SLE-DESKTOP 11-SP3 (i386) SLE-HAE 11-SP3 (i386) SLE-SERVER 11-SP3 (i386) SLES4VMWARE 11-SP3 (i386) -- 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=852652 https://bugzilla.novell.com/show_bug.cgi?id=852652#c28 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:released:sle11-sp3:55 |maint:released:sle11-sp3:55 |874 |874 |obs:running:2530:important |obs:running:2530:important |maint:released:sle11-sp3:55 |maint:released:sle11-sp3:55 |996 |996 | |maint:released:sle11-sp3:56 | |000 --- Comment #28 from Swamp Workflow Management <swamp@suse.de> 2014-02-04 20:14:10 UTC --- Update released for: cluster-network-kmp-default, cluster-network-kmp-trace, cluster-network-kmp-xen, gfs2-kmp-default, gfs2-kmp-trace, gfs2-kmp-xen, kernel-default, kernel-default-base, kernel-default-debuginfo, kernel-default-debugsource, kernel-default-devel, kernel-default-devel-debuginfo, kernel-default-extra, kernel-default-hmac, kernel-desktop-devel, kernel-ec2, kernel-ec2-base, kernel-ec2-debuginfo, kernel-ec2-debugsource, kernel-ec2-devel, kernel-ec2-devel-debuginfo, kernel-ec2-extra, kernel-ec2-hmac, kernel-source, kernel-source-debuginfo, kernel-source-vanilla, kernel-syms, kernel-trace, kernel-trace-base, kernel-trace-debuginfo, kernel-trace-debugsource, kernel-trace-devel, kernel-trace-devel-debuginfo, kernel-trace-extra, kernel-trace-hmac, kernel-xen, kernel-xen-base, kernel-xen-debuginfo, kernel-xen-debugsource, kernel-xen-devel, kernel-xen-devel-debuginfo, kernel-xen-extra, kernel-xen-hmac, ocfs2-kmp-default, ocfs2-kmp-trace, ocfs2-kmp-xen, xen-kmp-default, xen-kmp-trace Products: SLE-DEBUGINFO 11-SP3 (x86_64) SLE-DESKTOP 11-SP3 (x86_64) SLE-HAE 11-SP3 (x86_64) SLE-SERVER 11-SP3 (x86_64) SLES4VMWARE 11-SP3 (x86_64) -- 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=852652 https://bugzilla.novell.com/show_bug.cgi?id=852652#c29 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:released:sle11-sp3:55 |maint:released:sle11-sp3:55 |874 |874 |obs:running:2530:important |obs:running:2530:important |maint:released:sle11-sp3:55 |maint:released:sle11-sp3:55 |996 |996 |maint:released:sle11-sp3:56 |maint:released:sle11-sp3:56 |000 |000 | |maint:released:sle11-sp3:56 | |003 --- Comment #29 from Swamp Workflow Management <swamp@suse.de> 2014-02-05 01:27:37 UTC --- Update released for: kernel-default-extra, kernel-ppc64-extra Products: SLE-SERVER 11-EXTRA (ppc64) -- 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=852652 https://bugzilla.novell.com/show_bug.cgi?id=852652#c30 --- Comment #30 from Swamp Workflow Management <swamp@suse.de> 2014-02-05 01:50:59 UTC --- SUSE-SU-2014:0189-1: An update that solves 17 vulnerabilities and has 104 fixes is now available. Category: security (moderate) Bug References: 708296,733022,769035,769644,770541,787843,789359,793727,798050,805114,805740,806988,807434,810323,813245,818064,818545,819979,820102,820338,820434,821619,821980,823618,825006,825696,825896,826602,826756,826978,827527,827767,828236,831103,833097,834473,834708,834808,835074,835186,836718,837206,837739,838623,839407,839973,840116,840226,841445,841654,842239,843185,843419,843429,843445,843642,843645,843654,845352,845378,845621,845729,846036,846298,846654,846984,846989,847261,847660,847842,848055,848317,848321,848335,848336,848544,848652,848864,849021,849029,849034,849256,849362,849364,849404,849675,849809,849855,849950,850072,850103,850324,850493,850640,851066,851101,851290,851314,851603,851879,852153,852373,852558,852559,852624,852652,852761,853050,853051,853052,853053,853428,853465,854516,854546,854634,854722,856307,856481,858534,858831 CVE References: CVE-2013-2146,CVE-2013-2930,CVE-2013-4345,CVE-2013-4483,CVE-2013-4511,CVE-2013-4514,CVE-2013-4515,CVE-2013-4587,CVE-2013-4592,CVE-2013-6367,CVE-2013-6368,CVE-2013-6376,CVE-2013-6378,CVE-2013-6380,CVE-2013-6383,CVE-2013-6463,CVE-2013-7027 Sources used: SUSE Linux Enterprise Server 11 SP3 for VMware (src): kernel-default-3.0.101-0.15.1, kernel-pae-3.0.101-0.15.1, kernel-source-3.0.101-0.15.1, kernel-syms-3.0.101-0.15.1, kernel-trace-3.0.101-0.15.1, kernel-xen-3.0.101-0.15.1 SUSE Linux Enterprise Server 11 SP3 (src): kernel-default-3.0.101-0.15.1, kernel-ec2-3.0.101-0.15.1, kernel-pae-3.0.101-0.15.1, kernel-ppc64-3.0.101-0.15.1, kernel-source-3.0.101-0.15.1, kernel-syms-3.0.101-0.15.1, kernel-trace-3.0.101-0.15.1, kernel-xen-3.0.101-0.15.1, xen-4.2.3_08-0.7.22 SUSE Linux Enterprise High Availability Extension 11 SP3 (src): cluster-network-1.4-2.27.40, gfs2-2-0.16.46, ocfs2-1.6-0.20.40 SUSE Linux Enterprise Desktop 11 SP3 (src): kernel-default-3.0.101-0.15.1, kernel-pae-3.0.101-0.15.1, kernel-source-3.0.101-0.15.1, kernel-syms-3.0.101-0.15.1, kernel-trace-3.0.101-0.15.1, kernel-xen-3.0.101-0.15.1, xen-4.2.3_08-0.7.22 SLE 11 SERVER Unsupported Extras (src): kernel-default-3.0.101-0.15.1, kernel-pae-3.0.101-0.15.1, kernel-ppc64-3.0.101-0.15.1, kernel-xen-3.0.101-0.15.1 -- 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=852652 https://bugzilla.novell.com/show_bug.cgi?id=852652#c31 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:released:sle11-sp3:55 |maint:released:sle11-sp3:55 |874 |874 |obs:running:2530:important |obs:running:2530:important |maint:released:sle11-sp3:55 |maint:released:sle11-sp3:55 |996 |996 |maint:released:sle11-sp3:56 |maint:released:sle11-sp3:56 |000 |000 |maint:released:sle11-sp3:56 |maint:released:sle11-sp3:56 |003 |003 | |maint:released:sle11-sp3:56 | |002 --- Comment #31 from Swamp Workflow Management <swamp@suse.de> 2014-02-05 02:25:50 UTC --- Update released for: kernel-default-extra Products: SLE-SERVER 11-EXTRA (ia64) -- 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=852652 https://bugzilla.novell.com/show_bug.cgi?id=852652#c32 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:released:sle11-sp3:55 |maint:released:sle11-sp3:55 |874 |874 |obs:running:2530:important |obs:running:2530:important |maint:released:sle11-sp3:55 |maint:released:sle11-sp3:55 |996 |996 |maint:released:sle11-sp3:56 |maint:released:sle11-sp3:56 |000 |000 |maint:released:sle11-sp3:56 |maint:released:sle11-sp3:56 |003 |003 |maint:released:sle11-sp3:56 |maint:released:sle11-sp3:56 |002 |002 | |maint:released:sle11-sp3:56 | |005 --- Comment #32 from Swamp Workflow Management <swamp@suse.de> 2014-02-05 03:29:07 UTC --- Update released for: kernel-default-extra, kernel-xen-extra Products: SLE-SERVER 11-EXTRA (x86_64) -- 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=852652 https://bugzilla.novell.com/show_bug.cgi?id=852652#c33 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:released:sle11-sp3:55 |maint:released:sle11-sp3:55 |874 |874 |obs:running:2530:important |obs:running:2530:important |maint:released:sle11-sp3:55 |maint:released:sle11-sp3:55 |996 |996 |maint:released:sle11-sp3:56 |maint:released:sle11-sp3:56 |000 |000 |maint:released:sle11-sp3:56 |maint:released:sle11-sp3:56 |003 |003 |maint:released:sle11-sp3:56 |maint:released:sle11-sp3:56 |002 |002 |maint:released:sle11-sp3:56 |maint:released:sle11-sp3:56 |005 |005 | |maint:released:sle11-sp3:56 | |001 --- Comment #33 from Swamp Workflow Management <swamp@suse.de> 2014-02-05 04:31:49 UTC --- Update released for: kernel-default-extra, kernel-pae-extra, kernel-xen-extra Products: SLE-SERVER 11-EXTRA (i386) -- 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=852652 https://bugzilla.novell.com/show_bug.cgi?id=852652#c34 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:released:sle11-sp3:55 |maint:released:sle11-sp3:55 |874 |874 |obs:running:2530:important |obs:running:2530:important |maint:released:sle11-sp3:55 |maint:released:sle11-sp3:55 |996 |996 |maint:released:sle11-sp3:56 |maint:released:sle11-sp3:56 |000 |000 |maint:released:sle11-sp3:56 |maint:released:sle11-sp3:56 |003 |003 |maint:released:sle11-sp3:56 |maint:released:sle11-sp3:56 |002 |002 |maint:released:sle11-sp3:56 |maint:released:sle11-sp3:56 |005 |005 |maint:released:sle11-sp3:56 |maint:released:sle11-sp3:56 |001 |001 Status Whiteboard| |maint:released:sle11-sp3:56 | |004 --- Comment #34 from Swamp Workflow Management <swamp@suse.de> 2014-02-05 05:37:24 UTC --- Update released for: kernel-default-extra Products: SLE-SERVER 11-EXTRA (s390x) -- 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=852652 https://bugzilla.novell.com/show_bug.cgi?id=852652#c35 --- Comment #35 from Swamp Workflow Management <swamp@suse.de> 2014-02-06 18:25:42 UTC --- openSUSE-SU-2014:0205-1: An update that solves 8 vulnerabilities and has 13 fixes is now available. Category: security (important) Bug References: 733022,773058,838024,844513,845621,846529,848042,849021,850072,852652,852656,852931,853050,853051,853052,853053,854175,854722,856294,859804,860993 CVE References: CVE-2013-4511,CVE-2013-4563,CVE-2013-4587,CVE-2013-6367,CVE-2013-6368,CVE-2013-6376,CVE-2013-6432,CVE-2014-0038 Sources used: openSUSE 13.1 (src): kernel-docs-3.11.10-7.3, kernel-source-3.11.10-7.1, kernel-syms-3.11.10-7.1 -- 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=852652 https://bugzilla.novell.com/show_bug.cgi?id=852652#c Horst Venzke <info@remsnet.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |874689 -- 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=852652 https://bugzilla.novell.com/show_bug.cgi?id=852652#c Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:released:sle11-sp3:55 |maint:released:sle11-sp3:55 |874 |874 |obs:running:2530:important |obs:running:2530:important |maint:released:sle11-sp3:55 |maint:released:sle11-sp3:55 |996 |996 |maint:released:sle11-sp3:56 |maint:released:sle11-sp3:56 |000 |000 |maint:released:sle11-sp3:56 |maint:released:sle11-sp3:56 |003 |003 |maint:released:sle11-sp3:56 |maint:released:sle11-sp3:56 |002 |002 |maint:released:sle11-sp3:56 |maint:released:sle11-sp3:56 |005 |005 |maint:released:sle11-sp3:56 |maint:released:sle11-sp3:56 |001 |001 Status Whiteboard|maint:released:sle11-sp3:56 |maint:released:sle11-sp3:56 |004 |004 | |obs:running:2805:important -- 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=852652 https://bugzilla.novell.com/show_bug.cgi?id=852652#c36 --- Comment #36 from Swamp Workflow Management <swamp@suse.de> 2014-05-19 12:05:57 UTC --- openSUSE-SU-2014:0677-1: An update that solves 16 vulnerabilities and has 10 fixes is now available. Category: security (important) Bug References: 733022,811746,833968,837111,851426,852652,852967,858233,858638,858869,858870,858872,860835,862145,863335,864025,866102,868653,869414,869898,871148,871252,871325,873717,875690,875798 CVE References: CVE-2013-4254,CVE-2013-4579,CVE-2013-6885,CVE-2014-0101,CVE-2014-0196,CVE-2014-0691,CVE-2014-1438,CVE-2014-1444,CVE-2014-1445,CVE-2014-1446,CVE-2014-1690,CVE-2014-1737,CVE-2014-1738,CVE-2014-1874,CVE-2014-2523,CVE-2014-2672 Sources used: openSUSE 12.3 (src): kernel-docs-3.7.10-1.32.2, kernel-source-3.7.10-1.32.1, kernel-syms-3.7.10-1.32.1 -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=852652 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Whiteboard|maint:released:sle11-sp3:55 |maint:released:sle11-sp3:55 |874 |874 |obs:running:2530:important |maint:released:sle11-sp3:55 |maint:released:sle11-sp3:55 |996 |996 |maint:released:sle11-sp3:56 |maint:released:sle11-sp3:56 |000 |000 |maint:released:sle11-sp3:56 |maint:released:sle11-sp3:56 |003 |003 |maint:released:sle11-sp3:56 |maint:released:sle11-sp3:56 |002 |002 |maint:released:sle11-sp3:56 |maint:released:sle11-sp3:56 |005 |005 |maint:released:sle11-sp3:56 |maint:released:sle11-sp3:56 |001 |001 |maint:released:sle11-sp3:56 |maint:released:sle11-sp3:56 |004 |004 |obs:running:2805:important |obs:running:2805:important | -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=852652 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Whiteboard|maint:released:sle11-sp3:55 |maint:released:sle11-sp3:55 |874 |874 |maint:released:sle11-sp3:55 |maint:released:sle11-sp3:55 |996 |996 |maint:released:sle11-sp3:56 |maint:released:sle11-sp3:56 |000 |000 |maint:released:sle11-sp3:56 |maint:released:sle11-sp3:56 |003 |003 |maint:released:sle11-sp3:56 |maint:released:sle11-sp3:56 |002 |002 |maint:released:sle11-sp3:56 |maint:released:sle11-sp3:56 |005 |005 |maint:released:sle11-sp3:56 |maint:released:sle11-sp3:56 |001 |001 |maint:released:sle11-sp3:56 |maint:released:sle11-sp3:56 |004 |004 |obs:running:2805:important | -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com