Port-xen archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
RE: Reboot on *DOM0* while/after installing GPLPV drivers
Thanks for the note back.
The initial problem was that I had put the xen.gz in a different directory - I
got that fixed.
I also removed the duplicate xend in /etc/rc.d
Now I am putting things back to 4.2.3 and when xend starts it hangs and when
HUP is sent:
====
^CTraceback (most recent call last):
File "/usr/pkg/sbin/xend", line 110, in <module>
sys.exit(main())
File "/usr/pkg/sbin/xend", line 92, in main
return daemon.start()
File "/usr/pkg/lib/python2.7/site-packages/xen/xend/server/SrvDaemon.py",
line 181, in start
s = r.read()
KeyboardInterrupt
====
Looking at the svrDaemond.pv it appears to be attempting to read from a socket
of a forked child.
Any program attempting to access /kern (including on shutdown) seems to get
wedged.
Probably something wrong with my setup.
johnh...
______________________________
From: port-xen-owner%NetBSD.org@localhost [port-xen-owner%NetBSD.org@localhost]
on behalf of Manuel Bouyer [bouyer%antioche.eu.org@localhost]
Sent: Tuesday, October 15, 2013 12:23 PM
To: John Hayward
Cc: Adiel; Takahiro HAYASHI; port-xen%NetBSD.org@localhost; Mike C.
Subject: Re: Reboot on *DOM0* while/after installing GPLPV drivers
On Tue, Oct 15, 2013 at 05:18:59PM +0000, John Hayward wrote:
> Ok - I tried to upgrade by 5.1.2 box from xen3.3 to xen 4.2.3
> Now I cannot get xend to start.
> I deleted package xentools33 and installed xentools42-4.2.3.tgz
> I downloaded xenkernel4.2-4.2.3.tgz - renamed /xen to /xen-3.3 and unzipped
> the 4.2.3 kernel and copied it to /xen
> I renamed /etc/rc.d/xend to /etc/rc.d/xend-3.3 and copied the rc xend script
> to /etc/rc.d
this can be a problem, now both /etc/rc.d/xend-3.3 and /etc/rc.d/xend will
be executed at startup ...
> Then rebooted.
>
> Xend fails to start with xend.log containing:
> ===
> [2013-10-15 12:04:15 714] INFO (SrvDaemon:332) Xend Daemon started
> [2013-10-15 12:04:15 714] ERROR (SrvDaemon:349) Exception starting xend ((78,
> 'Function not implemented'))
> Traceback (most recent call last):
> File "/usr/pkg/lib/python2.7/site-packages/xen/xend/server/SrvDaemon.py",
> line 335, in run
> xinfo = xc.xeninfo()
> Error: (78, 'Function not implemented')
> [2013-10-15 12:04:16 521] INFO (SrvDaemon:220) Xend exited with status 1.
> ====
>
> In trying to go back to 3.3 I discovered xentools33 is not built. I would
> like to go forward.
Did you try xen 4.1.x ? This is what I use these days (with xm, xl is not
up to the task in 4.1.x)
--
Manuel Bouyer <bouyer%antioche.eu.org@localhost>
NetBSD: 26 ans d'experience feront toujours la difference
--
Home |
Main Index |
Thread Index |
Old Index