Hi. Yongkang You
I just encounterd the same problem.
In my case, xenstored dies because xc_map_forein_range fails.
The root cause seems CONFIG_XEN_PRIVILEGED_GUEST is not set
for xen0 kernel config (I've not yet tested with the fixed config).
Thanks,
Yoshi Oguchi
--You, Yongkang wrote:
>Hi all,
>
>I just try xen-3.0.0 with Fred's xen_Tiger_config file to make xen0.
>After making, xen and xen0 can boot ok.
>
>But when I tried xend start, it failed and reported:
>Exception starting xend: (111, 'Connection refused')
>
>I checked the /var/log/xend.log:
>
>[2005-12-06 20:32:15 xend] INFO (SrvDaemon:268) Xend Daemon started
>[2005-12-06 20:32:15 xend] INFO (SrvDaemon:272) Xend changeset: Mon Dec
>5 03:12:00 2005 +0100 8241:0255f48b757f.
>[2005-12-06 20:32:15 xend] ERROR (SrvDaemon:283) Exception starting xend
>((111, 'Connection refused'))
>Traceback (most recent call last):
> File "/usr/lib/python/xen/xend/server/SrvDaemon.py", line 276, in run
> servers = SrvServer.create()
> File "/usr/lib/python/xen/xend/server/SrvServer.py", line 104, in
>create
> root.putChild('xend', SrvRoot())
> File "/usr/lib/python/xen/xend/server/SrvRoot.py", line 40, in
>__init__
> self.get(name)
> File "/usr/lib/python/xen/web/SrvDir.py", line 82, in get
> val = val.getobj()
> File "/usr/lib/python/xen/web/SrvDir.py", line 52, in getobj
> self.obj = klassobj()
> File "/usr/lib/python/xen/xend/server/SrvDomainDir.py", line 39, in
>__init__
> self.xd = XendDomain.instance()
> File "/usr/lib/python/xen/xend/XendDomain.py", line 543, in instance
> inst.init()
> File "/usr/lib/python/xen/xend/XendDomain.py", line 70, in init
> xstransact.Mkdir(VMROOT)
> File "/usr/lib/python/xen/xend/xenstore/xstransact.py", line 317, in
>Mkdir
> complete(path, lambda t: t.mkdir(*args))
> File "/usr/lib/python/xen/xend/xenstore/xstransact.py", line 323, in
>complete
> t = xstransact(path)
> File "/usr/lib/python/xen/xend/xenstore/xstransact.py", line 20, in
>__init__
> self.transaction = xshandle().transaction_start()
> File "/usr/lib/python/xen/xend/xenstore/xsutil.py", line 18, in
>xshandle
> xs_handle = xen.lowlevel.xs.xs()
>RuntimeError: (111, 'Connection refused')
>
>
>Does anybody try the xen-3.0.0 to start domainU or VTI domain?
>
>Thanks,
>Yongkang You (Kangkang)
>
>
>_______________________________________________
>Xen-ia64-devel mailing list
>Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
>http://lists.xensource.com/xen-ia64-devel
_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
|