Hi, I''m having trouble restarting xend. It has been mentioned on xen- devel http://lists.xensource.com/archives/html/xen- devel/2005-03/msg01198.html and also http://article.gmane.org/gmane.comp.emulators.xen.devel/8477 but I don''t think the issue was ever resolved. The problem is that xend won''t restart. Xend writes that it started to the log, but starting it with "xend start_trace" reveals that it actually fails with PortError: Failed to map domain control interface in xen/xend/server/channel.py:createPort():113 . Does anyone know how to restart xend without having to reboot? /Lars _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
On 4 Apr 2005, at 23:02, Lars Rasmusson wrote:> The problem is that xend won''t restart. Xend writes that it started > to the log, but starting it with "xend start_trace" reveals that it > actually fails with > > PortError: Failed to map domain control interface > > in xen/xend/server/channel.py:createPort():113 . > > Does anyone know how to restart xend without having to reboot?Have you tried ''rm -rf /var/lib/xen; mkdir /var/lib/xen'' ? Sometimes xend''s own state files can confuse it. :-) -- Keir _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
> On 4 Apr 2005, at 23:02, Lars Rasmusson wrote: > >> The problem is that xend won''t restart. Xend writes that it started >> to the log, but starting it with "xend start_trace" reveals that it >> actually fails with >> >> PortError: Failed to map domain control interface >> >> in xen/xend/server/channel.py:createPort():113 . >> >> Does anyone know how to restart xend without having to reboot? > > Have you tried ''rm -rf /var/lib/xen; mkdir /var/lib/xen'' ? > > Sometimes xend''s own state files can confuse it. :-) >If this is a known problem why not either make xend not get confused or have the xend init script remove/create the directory on ''start'' ? I''ll be doing the second locally (if it works) ... will have to try next time I get a xend crash. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel