>>> On 8/16/2013 at 11:16 AM, in message <[email protected]>, ar16 <[email protected]> wrote: > fyi, back in business. thanks. > > grep -i xen /etc/sysconfig/kernel > DOMU_INITRD_MODULES="xennet xenblk" > > ls /etc/tmpfiles.d/xen* > ls: cannot access /etc/tmpfiles.d/xen*: No such file or > directory > > egrep "Requires=|After=" xendomains.service > Requires=xencommons.service xenstored.service > xenconsoled.service > After=xencommons.service xenstored.service xenconsoled.service > network.target > > ls -al xen* > lrwxrwxrwx 1 root root 42 Aug 16 10:01 xencommons.service -> > /usr/lib/systemd/system/xencommons.service > lrwxrwxrwx 1 root root 43 Aug 16 10:01 xenconsoled.service -> > /usr/lib/systemd/system/xenconsoled.service > lrwxrwxrwx 1 root root 42 Aug 16 10:01 xendomains.service -> > /usr/lib/systemd/system/xendomains.service > lrwxrwxrwx 1 root root 41 Aug 16 10:01 xenstored.service -> > /usr/lib/systemd/system/xenstored.service > > mkinitrd > reboot > ... > > xl list > Name ID Mem VCPUs > State Time(s) > (null) 0 1241 4 > r----- 45.3 > test1 1 1024 2 > -b---- 8.8 > test2 2 1024 4 > -b---- 30.2 > > > Still have that "(null)" Name for Dom0 ...
How is Dom0 displayed when you do a xenstore-ls? Any chance you have a /etc/init.d/xend script hanging around and getting started? - Charles -- To unsubscribe, e-mail: [email protected] To contact the owner, e-mail: [email protected]
