changing

        edit /etc/sysconfig/kernel
        -       DOMU_INITRD_MODULES="xennet xenblk"
        +       DOMU_INITRD_MODULES="xennet xenblk evtchn"

then

        mkinitrd
        reboot

now,

        lsmod | grep evt
                evtchn                 13162  1 

bug NO guests

        xl list
                Name                                        ID   Mem
                VCPUs      State   Time(s)
                (null)                                       0  1280    
                4     r-----      38.2

checking

        journalctl -b | egrep -i "xen|evt"
                ...
                Aug 15 16:28:09 testsvr.loc xendomains[2924]: Starting
                auto Xen domains: test1.cfglibxl: error:
                libxl_bootloader.c:364:libxl__bootloader_run: failed to
                create bootloader dir /var/run/xen/bootloader.1.d: No
                such file or directory
                Aug 15 16:28:09 testsvr.loc xendomains[2924]: libxl:
                error: libxl_create.c:900:domcreate_rebuild_done: cannot
                (re-)build domain: -3
                Aug 15 16:28:09 testsvr.loc xendomains[2924]: An error
                occurred while creating domain test1.cfg:
                Aug 15 16:28:09 testsvr.loc xendomains[2924]: !
                Aug 15 16:28:09 testsvr.loc xendomains[2924]:
                test2.cfglibxl: error:
                libxl_bootloader.c:364:libxl__bootloader_run: failed to
                create bootloader dir /var/run/xen/bootloader.2.d: No
                such file or directory
                Aug 15 16:28:09 testsvr.loc xendomains[2924]: libxl:
                error: libxl_create.c:900:domcreate_rebuild_done: cannot
                (re-)build domain: -3
                Aug 15 16:28:09 testsvr.loc xendomains[2924]: An error
                occurred while creating domain test2.cfg:
                Aug 15 16:28:09 testsvr.loc xendomains[2924]: !
                Aug 15 16:28:09 testsvr.loc xendomains[2924]: ..done
                Aug 15 16:28:09 testsvr.loc systemd[1]: Started
                Xendomains - start and stop Xen VMs on boot and
                shutdown.

and

        ls -al /var/run/xen/
                ls: cannot access /var/run/xen/: No such file or
                directory


i suspsect you'll need, at least, some form of

        cat /etc/tmpfiles.d/xendomains.conf
                D /var/run/xen      0755 root root -   ('root' user
                correct here?)

and

        systemd-tmpfiles --create /etc/tmpfiles.d/xendomains.conf

on install
-- 
To unsubscribe, e-mail: [email protected]
To contact the owner, e-mail: [email protected]

Reply via email to