Angel L. Mateo
2009-Mar-03 13:08 UTC
[Xen-users] xm shutdown doesn''t work on debian lenny
Hello, I have xen installed in a debian lenny server (xen 3.2.1). It works perfect, domUs run smoothly, but when I run xm shutdown <domU> (or I run halt or reboot inside domU), it doesn''t work. More precisely, the shutdown works and domU is halted, but it continues in the xm list. For example, in the console of the domU (myotis17) appears: Asking all remaining processes to terminate...done. Killing all remaining processes...done. [ 77.758040] rpcbind: server localhost not responding, timed out [ 77.758072] RPC: failed to contact local rpcbind server (errno 5). Deconfiguring network interfaces...done. Cleaning up ifupdown.... Deactivating swap...done. Will now halt. [ 80.101752] xen console-0: xenbus_dev_shutdown: device/console/0: Initialising != Connected, skipping [ 81.222800] System halted. but if I run xm list I get: felis201:~# xm list Name ID Mem VCPUs State Time(s) Domain-0 0 1796 1 r----- 360.5 myotis17 10 1024 1 ---s-- 5.3 and I have to manually destroy domU with xm destroy. The same behaviour happens when I try to reboot domU. The same configuration but in a debian etch server (xen 3.0.3) works without this problem. Maybe it just a configuration change, but I don''t find where to fix it. Any idea? -- Angel L. Mateo Martínez Sección de Telemática Área de Tecnologías de la Información _o) y las Comunicaciones Aplicadas (ATICA) / \\ http://www.um.es/atica _(___V Tfo: 968367590 Fax: 968398337 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Olivier B.
2009-Mar-03 13:13 UTC
Re: [Xen-users] xm shutdown doesn''t work on debian lenny
Hello, are you using the Debian linux-image-2.6.26.1-xen kernel ? Olivier PS : I haven''t this problem on my Lenny 64bit. Angel L. Mateo a écrit :> Hello, > > I have xen installed in a debian lenny server (xen 3.2.1). It works > perfect, domUs run smoothly, but when I run xm shutdown <domU> (or I run > halt or reboot inside domU), it doesn''t work. More precisely, the > shutdown works and domU is halted, but it continues in the xm list. For > example, in the console of the domU (myotis17) appears: > > Asking all remaining processes to terminate...done. > Killing all remaining processes...done. > [ 77.758040] rpcbind: server localhost not responding, timed out > [ 77.758072] RPC: failed to contact local rpcbind server (errno 5). > Deconfiguring network interfaces...done. > Cleaning up ifupdown.... > Deactivating swap...done. > Will now halt. > [ 80.101752] xen console-0: xenbus_dev_shutdown: device/console/0: > Initialising != Connected, skipping > [ 81.222800] System halted. > > but if I run xm list I get: > > felis201:~# xm list > Name ID Mem VCPUs State > Time(s) > Domain-0 0 1796 1 r----- > 360.5 > myotis17 10 1024 1 ---s-- > 5.3 > > and I have to manually destroy domU with xm destroy. > > The same behaviour happens when I try to reboot domU. > > The same configuration but in a debian etch server (xen 3.0.3) works > without this problem. Maybe it just a configuration change, but I don''t > find where to fix it. > > Any idea? > > > >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Angel L. Mateo
2009-Mar-03 13:20 UTC
Re: [Xen-users] xm shutdown doesn''t work on debian lenny
El mar, 03-03-2009 a las 14:13 +0100, Olivier B. escribió:> Hello, > > are you using the Debian linux-image-2.6.26.1-xen kernel ? > > Olivier > > PS : I haven''t this problem on my Lenny 64bit. >Yes. I am running lenny 64bit (amd64) too and the only xen configuration I have changed is for network configuration (I have configure it with network-dummy and launch all bridges I need from debian config, not xen config). -- Angel L. Mateo Martínez Sección de Telemática Área de Tecnologías de la Información _o) y las Comunicaciones Aplicadas (ATICA) / \\ http://www.um.es/atica _(___V Tfo: 968367590 Fax: 968398337 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Angel L. Mateo
2009-Mar-04 13:29 UTC
Re: [Xen-users] xm shutdown doesn''t work on debian lenny
Hello, More info about the problem... I have serveral tests to check if the problem could be related with my concrete configuration. After some tests, I have checked that it could be related with (dom0-cpus 0) configuration in xend-config.sxp. If I use the original xend-config.sxp configuration (with dom0-cpus 0), xm shutdown (and xm reboot) works perfectly. If I edit this file to put (dom0-cpus 1) (to configure dom0 to use just 1 cpu), I can''t reboot or shutdown domUs (shutdown doesn''t conclude and I have to manually destroy domUs). Any help? -- Angel L. Mateo Martínez Sección de Telemática Área de Tecnologías de la Información _o) y las Comunicaciones Aplicadas (ATICA) / \\ http://www.um.es/atica _(___V Tfo: 968367590 Fax: 968398337 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Fajar A. Nugraha
2009-Mar-05 01:18 UTC
Re: [Xen-users] xm shutdown doesn''t work on debian lenny
On Wed, Mar 4, 2009 at 8:29 PM, Angel L. Mateo <amateo@um.es> wrote:> If I use the original xend-config.sxp configuration (with dom0-cpus 0), > xm shutdown (and xm reboot) works perfectly. If I edit this file to put > (dom0-cpus 1) (to configure dom0 to use just 1 cpu), I can''t reboot or > shutdown domUs (shutdown doesn''t conclude and I have to manually destroy > domUs).Might be related to this http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1326 The bug doesn''t seem to appear on RHEL/Centos though. I''m not sure why. Regards, Fajar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Brian Krusic
2009-Mar-05 01:49 UTC
Re: [Xen-users] xm shutdown doesn''t work on debian lenny
Hi Fajar, Perhaps it doesn''t show in RHEL because they customize Xen a bit so its not really apples to apples. - Brian On Mar 4, 2009, at 5:18 PM, Fajar A. Nugraha wrote:> On Wed, Mar 4, 2009 at 8:29 PM, Angel L. Mateo <amateo@um.es> wrote: >> If I use the original xend-config.sxp configuration (with >> dom0-cpus 0), >> xm shutdown (and xm reboot) works perfectly. If I edit this file to >> put >> (dom0-cpus 1) (to configure dom0 to use just 1 cpu), I can''t reboot >> or >> shutdown domUs (shutdown doesn''t conclude and I have to manually >> destroy >> domUs). > > Might be related to this > http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1326 > > The bug doesn''t seem to appear on RHEL/Centos though. I''m not sure > why. > > Regards, > > Fajar > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Fajar A. Nugraha
2009-Mar-05 01:58 UTC
Re: [Xen-users] xm shutdown doesn''t work on debian lenny
On Thu, Mar 5, 2009 at 8:49 AM, Brian Krusic <brian@krusic.com> wrote:> Hi Fajar, > > Perhaps it doesn''t show in RHEL because they customize Xen a bit so its not > really apples to apples.This setup is using Xen 3.3.1, not RHEL''s Xen version :) _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Angel L. Mateo
2009-Mar-05 07:13 UTC
Re: [Xen-users] xm shutdown doesn''t work on debian lenny
El jue, 05-03-2009 a las 08:18 +0700, Fajar A. Nugraha escribió:> Might be related to this > http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1326 > > The bug doesn''t seem to appear on RHEL/Centos though. I''m not sure why. >Yes, it seems to be the same problem. It seems that it doens''t have any solution yet (at least, it isn''t reported in the bug). -- Angel L. Mateo Martínez Sección de Telemática Área de Tecnologías de la Información _o) y las Comunicaciones Aplicadas (ATICA) / \\ http://www.um.es/atica _(___V Tfo: 968367590 Fax: 968398337 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users