Anyone knows if this is something that will be looked at before b134 is released? Bug 13743 - virsh and xm is unable to start domain first time after boot http://defect.opensolaris.org/bz/show_bug.cgi?id=13743 Regards Henrik http://sparcv9.blogspot.com
Henrik Johansson wrote:> Anyone knows if this is something that will be looked at before b134 is > released?No sure if someone else is looking at this... I don''t see the problem.> Bug 13743 - virsh and xm is unable to start domain first time after boot > http://defect.opensolaris.org/bz/show_bug.cgi?id=13743 > > <http://defect.opensolaris.org/bz/show_bug.cgi?id=13743>RegardsDo you have a dom0_mem set? If so, what is it set to? Thanks, MRJ> Henrik > http://sparcv9.blogspot.com <http://sparcv9.blogspot.com/> > > > ------------------------------------------------------------------------ > > _______________________________________________ > xen-discuss mailing list > xen-discuss@opensolaris.org
On Jan 21, 2010, at 1:32 PM, Mark Johnson wrote:> > > Henrik Johansson wrote: >> Anyone knows if this is something that will be looked at before b134 is released? > > > No sure if someone else is looking at this... I don''t see > the problem. > > >> Bug 13743 - virsh and xm is unable to start domain first time after boot >> http://defect.opensolaris.org/bz/show_bug.cgi?id=13743 >> <http://defect.opensolaris.org/bz/show_bug.cgi?id=13743>Regards > > Do you have a dom0_mem set? If so, what is it set to?I do no currently have it set, I am now on a new host installed clean with OSOL b130 and now upgraded to b131, I got a similar error when installing a domain: henrikj@shodan:/zpool01$ /usr/bin/virt\-install --nographics -p -r 1024 -n osol04 -f /dev/zvol/dsk/zpool01/xvm/osol04\-00 -l /var/tmp/textinstall\-131\-x86.iso Starting install... Retrieving file unix... 100% |=========================| 2.1 MB 00:00 Retrieving file boot_arch 100% |=========================| 46 MB 00:04 POST operation failed: xend_post: error from xen daemon: (xend.err "Error creating domain: (1, ''Not owner'')") Domain installation may not have been successful. If it was, you can restart your domain by running ''virsh start osol04''; otherwise, please restart your installation. ERROR POST operation failed: xend_post: error from xen daemon: (xend.err "Error creating domain: (1, ''Not owner'')") Traceback (most recent call last): File "/usr/bin/virt-install", line 868, in ? main() File "/usr/bin/virt-install", line 758, in main define=options.define) File "/usr/bin/virt-install", line 814, in do_install dom = install_func(conscb, progresscb, wait=(not wait), define=define) File "/export/builds/xvm_131///proto/install/usr/lib/python2.4/site-packages/virtinst/Guest.py", line 568, in start_install File "/export/builds/xvm_131///proto/install/usr/lib/python2.4/site-packages/virtinst/Guest.py", line 663, in _do_install File "libvirt.py", line 1098, in createXML if ret is None:raise libvirtError(''virDomainCreateXML() failed'', conn=self) libvirtError: POST operation failed: xend_post: error from xen daemon: (xend.err "Error creating domain: (1, ''Not owner'')") Second time works fine.> > > > >> Henrik >> http://sparcv9.blogspot.com <http://sparcv9.blogspot.com/> >> ------------------------------------------------------------------------ >> _______________________________________________ >> xen-discuss mailing list >> xen-discuss@opensolaris.orgHenrik http://sparcv9.blogspot.com
Shouldn''t it be: $ pfexec /usr/bin/virt-install --nographics -p -r 1024 -n osol04 -f /dev/zvol/dsk/zpool01/xvm/osol04-00 -l /var/tmp/textinstall-131-x86.iso Not sure why it''d work the second time around if it''s a owner/permission issue. - Lasse On 30/01/2010, at 23.15, Henrik Johansson wrote:> On Jan 21, 2010, at 1:32 PM, Mark Johnson wrote: > >> >> >> Henrik Johansson wrote: >>> Anyone knows if this is something that will be looked at before b134 is released? >> >> >> No sure if someone else is looking at this... I don''t see >> the problem. >> >> >>> Bug 13743 - virsh and xm is unable to start domain first time after boot >>> http://defect.opensolaris.org/bz/show_bug.cgi?id=13743 >>> <http://defect.opensolaris.org/bz/show_bug.cgi?id=13743>Regards >> >> Do you have a dom0_mem set? If so, what is it set to? > > I do no currently have it set, I am now on a new host installed clean with OSOL b130 and now upgraded to b131, I got a similar error when installing a domain: > > henrikj@shodan:/zpool01$ /usr/bin/virt\-install --nographics -p -r 1024 -n osol04 -f /dev/zvol/dsk/zpool01/xvm/osol04\-00 -l /var/tmp/textinstall\-131\-x86.iso > > Starting install... > Retrieving file unix... 100% |=========================| 2.1 MB 00:00 > Retrieving file boot_arch 100% |=========================| 46 MB 00:04 > POST operation failed: xend_post: error from xen daemon: (xend.err "Error creating domain: (1, ''Not owner'')") > Domain installation may not have been > successful. If it was, you can restart your domain > by running ''virsh start osol04''; otherwise, please > restart your installation. > ERROR POST operation failed: xend_post: error from xen daemon: (xend.err "Error creating domain: (1, ''Not owner'')") > Traceback (most recent call last): > File "/usr/bin/virt-install", line 868, in ? > main() > File "/usr/bin/virt-install", line 758, in main > define=options.define) > File "/usr/bin/virt-install", line 814, in do_install > dom = install_func(conscb, progresscb, wait=(not wait), define=define) > File "/export/builds/xvm_131///proto/install/usr/lib/python2.4/site-packages/virtinst/Guest.py", line 568, in start_install > File "/export/builds/xvm_131///proto/install/usr/lib/python2.4/site-packages/virtinst/Guest.py", line 663, in _do_install > File "libvirt.py", line 1098, in createXML > if ret is None:raise libvirtError(''virDomainCreateXML() failed'', conn=self) > libvirtError: POST operation failed: xend_post: error from xen daemon: (xend.err "Error creating domain: (1, ''Not owner'')") > > Second time works fine. > > >> >> >> >> >>> Henrik >>> http://sparcv9.blogspot.com <http://sparcv9.blogspot.com/> >>> ------------------------------------------------------------------------ >>> _______________________________________________ >>> xen-discuss mailing list >>> xen-discuss@opensolaris.org > > Henrik > http://sparcv9.blogspot.com > > _______________________________________________ > xen-discuss mailing list > xen-discuss@opensolaris.org
Hello, On Jan 31, 2010, at 1:36 AM, Lasse Osterild wrote:> > Shouldn''t it be: $ pfexec /usr/bin/virt-install --nographics -p -r 1024 -n osol04 -f /dev/zvol/dsk/zpool01/xvm/osol04-00 -l /var/tmp/textinstall-131-x86.iso > Not sure why it''d work the second time around if it''s a owner/permission issue.No, thats not the issue, I''ve cheated and previously executed $(pfexec ksh93) so I have all permissions necessary. I''ve also tried just using pfexec as you suggested, I get the same errors. Regards Henrik http://sparcv9.blogspot.com