Pull down another version of Xen 4.8 from the Virtualization repo that was just recently built. The xen-tools package contains a fix for what you are seeing. - Charles
On 1/6/2017 at 02:46 PM, <lists@ssl-mail.com> wrote: After upgrading to latest xen now available
rpm -qa | egrep -i ^xen" xen-4.8.0_01-465.1.x86_64 xen-libs-4.8.0_01-465.1.x86_64 xen-tools-4.8.0_01-465.1.x86_64
on boot
... [FAILED] Failed to start xencommons. See 'systemctl status xencommons.service' for details. Starting Xendomains - start and stop guests on boot and shutdown... ...
but it proceeds to prompt
[ OK ] Started Xendomains - start and stop guests on boot and shutdown.
Welcome to openSUSE Leap 42.2 - Kernel 4.9.0-6.ge989b9d-default (hvc0).
checking at shell
systemctl status xencommons -l ● xencommons.service - xencommons Loaded: loaded (/usr/lib/systemd/system/xencommons.service; enabled; vendor preset: enabled) Active: failed (Result: exit-code) since Fri 2017-01-06 13:26:32 PST; 6min ago Process: 1947 ExecStart=/usr/bin/xenstore-ls -f (code=exited, status=203/EXEC) Process: 1942 ExecStartPre=/bin/grep -q control_d /proc/xen/capabilities (code=exited, status=0/SUCCESS) Main PID: 1947 (code=exited, status=203/EXEC)
because
cd /usr/bin/ ls -al xenstore-ls lrwxrwxrwx 1 root root 13 Jan 6 13:14 xenstore-ls -> domu-xenstore ls -al domu-xenstore -bash: /usr/bin/xenstore-ls: No such file or directory
rpm -q --whatprovides /usr/bin/xenstore-ls xen-tools-4.8.0_01-465.1.x86_64 rpm -q --whatprovides /usr/bin/domu-xenstore error: file /usr/bin/domu-xenstore: No such file or directory
rpm -ql xen-tools-4.8.0_01-465.1.x86_64 | egrep "xenstore-ls|domu-xenstore" /usr/bin/xenstore-ls /usr/share/man/man1/xenstore-ls.1.gz
this can NOT be fixed with a reinstall
rm -f /usr/bin/xenstore-ls zypper in --force xen-tools ls -al /usr/bin/xenstore-ls lrwxrwxrwx 1 root root 13 Jan 6 13:40 /usr/bin/xenstore-ls -> domu-xenstore -- To unsubscribe, e-mail: opensuse-virtual+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-virtual+owner@opensuse.org
-- To unsubscribe, e-mail: opensuse-virtual+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-virtual+owner@opensuse.org