All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [Xen-users] /etc/defaults/xendomains file being ignored with Xen 4.1
       [not found] <039E0B4AA9103344A80DA55DDDC76A933B2E04@electron.tidyhosts.com>
@ 2011-04-15 10:21 ` Pasi Kärkkäinen
  2011-04-15 10:30   ` /etc/defaults/xendomains file being ignored withXen 4.1 Ian Tobin
  0 siblings, 1 reply; 5+ messages in thread
From: Pasi Kärkkäinen @ 2011-04-15 10:21 UTC (permalink / raw)
  To: Ian Tobin; +Cc: xen-devel, xen-users

Hello,

Added xen-devel to CC list..

-- Pasi

On Fri, Apr 15, 2011 at 10:45:08AM +0100, Ian Tobin wrote:
>    Hi,
> 
>    Im having problems with xen looking at my settings for when Dom0 shuts
>    down.  When running init 6 the file prompt come up
> 
>    XEN Shutting down domains... done
> 
>    However the domains are just killed and not shutdown clean.  I have tried
>    various things but cannot understand whats happening.
> 
>    My os is Debian 6 with XEN 4.1
> 
>    Any ideas?
> 
>    Thanks
> 
>    Ian

> _______________________________________________
> Xen-users mailing list
> Xen-users@lists.xensource.com
> http://lists.xensource.com/xen-users

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: /etc/defaults/xendomains file being ignored withXen 4.1
  2011-04-15 10:21 ` [Xen-users] /etc/defaults/xendomains file being ignored with Xen 4.1 Pasi Kärkkäinen
@ 2011-04-15 10:30   ` Ian Tobin
  2011-04-19 11:36     ` AW: " Carsten Schiers
  0 siblings, 1 reply; 5+ messages in thread
From: Ian Tobin @ 2011-04-15 10:30 UTC (permalink / raw)
  To: Pasi Kärkkäinen; +Cc: xen-devel, xen-users

Hi Pasi,

Just to add here is my config, the same config that works fine on Debian 5, XEN 4.0.1.  The only difference is that on Debian 5 with XEN 4.0.1 the config file resides in

/etc/sysconfig/xendomains

XENDOMAINS_SYSRQ=""
XENDOMAINS_USLEEP=100000
XENDOMAINS_CREATE_USLEEP=5000000
#XENDOMAINS_MIGRATE=""
#XENDOMAINS_SAVE=/var/lib/xen/save
XENDOMAINS_SHUTDOWN="--halt --wait"
XENDOMAINS_SHUTDOWN_ALL="--all --halt --wait"

Thanks

Ian
-----Original Message-----
From: Pasi Kärkkäinen [mailto:pasik@iki.fi] 
Sent: 15 April 2011 11:21
To: Ian Tobin
Cc: xen-users@lists.xensource.com; xen-devel@lists.xensource.com
Subject: Re: [Xen-users] /etc/defaults/xendomains file being ignored withXen 4.1

Hello,

Added xen-devel to CC list..

-- Pasi

On Fri, Apr 15, 2011 at 10:45:08AM +0100, Ian Tobin wrote:
>    Hi,
> 
>    Im having problems with xen looking at my settings for when Dom0 shuts
>    down.  When running init 6 the file prompt come up
> 
>    XEN Shutting down domains... done
> 
>    However the domains are just killed and not shutdown clean.  I have tried
>    various things but cannot understand whats happening.
> 
>    My os is Debian 6 with XEN 4.1
> 
>    Any ideas?
> 
>    Thanks
> 
>    Ian

> _______________________________________________
> Xen-users mailing list
> Xen-users@lists.xensource.com
> http://lists.xensource.com/xen-users

^ permalink raw reply	[flat|nested] 5+ messages in thread

* AW: /etc/defaults/xendomains file being ignored withXen 4.1
  2011-04-15 10:30   ` /etc/defaults/xendomains file being ignored withXen 4.1 Ian Tobin
@ 2011-04-19 11:36     ` Carsten Schiers
  2011-04-19 12:13       ` Ian Tobin
  2011-05-05 15:06       ` [Xen-devel] " Ian Campbell
  0 siblings, 2 replies; 5+ messages in thread
From: Carsten Schiers @ 2011-04-19 11:36 UTC (permalink / raw)
  To: Ian Tobin, Pasi Kärkkäinen; +Cc: xen-devel, xen-users

Same for me since 4.something with the following /etc/defaults/xendomains:

XENDOMAINS_SYSRQ=""
XENDOMAINS_USLEEP=100000
XENDOMAINS_CREATE_USLEEP=15000000
XENDOMAINS_MIGRATE=""
XENDOMAINS_SAVE=""
XENDOMAINS_SHUTDOWN="--halt --wait"
XENDOMAINS_SHUTDOWN_ALL="--all --halt --wait"
XENDOMAINS_RESTORE=false
XENDOMAINS_AUTO=/etc/xen/auto
XENDOMAINS_AUTO_ONLY=true
XENDOMAINS_STOP_MAXWAIT=300Debian 5 "lenny". Xen compiled from sources.

BR,
Carsten.

----- Originalnachricht -----
Von: Ian Tobin <itobin@tidyhosts.com>
Gesendet: Fre, 15.4.2011 12:30
An: Pasi Kärkkäinen <pasik@iki.fi>
Cc: xen-devel@lists.xensource.com ; xen-users@lists.xensource.com
Betreff: RE: [Xen-users] /etc/defaults/xendomains file being ignored withXen 4.1

Hi Pasi,

Just to add here is my config, the same config that works fine on Debian 5, XEN 4.0.1.  The only difference is that on Debian 5 with XEN 4.0.1 the config file resides in

/etc/sysconfig/xendomains

XENDOMAINS_SYSRQ=""
XENDOMAINS_USLEEP=100000
XENDOMAINS_CREATE_USLEEP=5000000
#XENDOMAINS_MIGRATE=""
#XENDOMAINS_SAVE=/var/lib/xen/save
XENDOMAINS_SHUTDOWN="--halt --wait"
XENDOMAINS_SHUTDOWN_ALL="--all --halt --wait"

Thanks

Ian
-----Original Message-----
From: Pasi Kärkkäinen [mailto:pasik@iki.fi] 
Sent: 15 April 2011 11:21
To: Ian Tobin
Cc: xen-users@lists.xensource.com; xen-devel@lists.xensource.com
Subject: Re: [Xen-users] /etc/defaults/xendomains file being ignored withXen 4.1

Hello,

Added xen-devel to CC list..

-- Pasi

On Fri, Apr 15, 2011 at 10:45:08AM +0100, Ian Tobin wrote:
>    Hi,
> 
>    Im having problems with xen looking at my settings for when Dom0 shuts
>    down.  When running init 6 the file prompt come up
> 
>    XEN Shutting down domains... done
> 
>    However the domains are just killed and not shutdown clean.  I have tried
>    various things but cannot understand whats happening.
> 
>    My os is Debian 6 with XEN 4.1
> 
>    Any ideas?
> 
>    Thanks
> 
>    Ian

> _______________________________________________
> 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: AW: /etc/defaults/xendomains file being ignored withXen 4.1
  2011-04-19 11:36     ` AW: " Carsten Schiers
@ 2011-04-19 12:13       ` Ian Tobin
  2011-05-05 15:06       ` [Xen-devel] " Ian Campbell
  1 sibling, 0 replies; 5+ messages in thread
From: Ian Tobin @ 2011-04-19 12:13 UTC (permalink / raw)
  To: Carsten Schiers; +Cc: xen-devel, xen-users, Pasi Kärkkäinen

[-- Attachment #1: Type: text/plain, Size: 3081 bytes --]

Yes mine is compiled from source too.

Are there any more Fenian users with the same issue?

Thanks

Ian 

 
Tidyhosts UK - Server & Web Specialists
 
W: www.tidyhosts.com
E:  enquiries@tidyhosts.com
T:  0871 910 6732
 
This email and its attachments are scanned by TidyHosts UK. All emails and attachments should also be scanned by the recipient. TidyHosts UK accept no responsibility for any damage caused by any virus attached to this email.  This email is confidential and is intended only for the addressee(s).



 


On 19 Apr 2011, at 12:36, "Carsten Schiers" <carsten@schiers.de> wrote:

> Same for me since 4.something with the following /etc/defaults/xendomains:
> 
> XENDOMAINS_SYSRQ=""
> XENDOMAINS_USLEEP=100000
> XENDOMAINS_CREATE_USLEEP=15000000
> XENDOMAINS_MIGRATE=""
> XENDOMAINS_SAVE=""
> XENDOMAINS_SHUTDOWN="--halt --wait"
> XENDOMAINS_SHUTDOWN_ALL="--all --halt --wait"
> XENDOMAINS_RESTORE=false
> XENDOMAINS_AUTO=/etc/xen/auto
> XENDOMAINS_AUTO_ONLY=true
> XENDOMAINS_STOP_MAXWAIT=300Debian 5 "lenny". Xen compiled from sources.
> 
> BR,
> Carsten.
> 
> ----- Originalnachricht -----
> Von: Ian Tobin <itobin@tidyhosts.com>
> Gesendet: Fre, 15.4.2011 12:30
> An: Pasi Kärkkäinen <pasik@iki.fi>
> Cc: xen-devel@lists.xensource.com ; xen-users@lists.xensource.com
> Betreff: RE: [Xen-users] /etc/defaults/xendomains file being ignored withXen 4.1
> 
> Hi Pasi,
> 
> Just to add here is my config, the same config that works fine on Debian 5, XEN 4.0.1.  The only difference is that on Debian 5 with XEN 4.0.1 the config file resides in
> 
> /etc/sysconfig/xendomains
> 
> XENDOMAINS_SYSRQ=""
> XENDOMAINS_USLEEP=100000
> XENDOMAINS_CREATE_USLEEP=5000000
> #XENDOMAINS_MIGRATE=""
> #XENDOMAINS_SAVE=/var/lib/xen/save
> XENDOMAINS_SHUTDOWN="--halt --wait"
> XENDOMAINS_SHUTDOWN_ALL="--all --halt --wait"
> 
> Thanks
> 
> Ian
> -----Original Message-----
> From: Pasi Kärkkäinen [mailto:pasik@iki.fi] 
> Sent: 15 April 2011 11:21
> To: Ian Tobin
> Cc: xen-users@lists.xensource.com; xen-devel@lists.xensource.com
> Subject: Re: [Xen-users] /etc/defaults/xendomains file being ignored withXen 4.1
> 
> Hello,
> 
> Added xen-devel to CC list..
> 
> -- Pasi
> 
> On Fri, Apr 15, 2011 at 10:45:08AM +0100, Ian Tobin wrote:
>>   Hi,
>> 
>>   Im having problems with xen looking at my settings for when Dom0 shuts
>>   down.  When running init 6 the file prompt come up
>> 
>>   XEN Shutting down domains... done
>> 
>>   However the domains are just killed and not shutdown clean.  I have tried
>>   various things but cannot understand whats happening.
>> 
>>   My os is Debian 6 with XEN 4.1
>> 
>>   Any ideas?
>> 
>>   Thanks
>> 
>>   Ian
> 
>> _______________________________________________
>> 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
> 

[-- Attachment #2: Type: text/plain, Size: 137 bytes --]

_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Xen-devel] AW: /etc/defaults/xendomains file being ignored withXen 4.1
  2011-04-19 11:36     ` AW: " Carsten Schiers
  2011-04-19 12:13       ` Ian Tobin
@ 2011-05-05 15:06       ` Ian Campbell
  1 sibling, 0 replies; 5+ messages in thread
From: Ian Campbell @ 2011-05-05 15:06 UTC (permalink / raw)
  To: Carsten Schiers
  Cc: xen-devel, Ian Tobin, Pasi Kärkkäinen, xen-users

On Tue, 2011-04-19 at 12:36 +0100, Carsten Schiers wrote:
> Same for me since 4.something with the following /etc/defaults/xendomains:

Perhaps running the initscript manually with "sh -x" will show what's
going on? Especially if you can compare working and non-working.

Any chance you have a stale /etc/sysconfig/xendomains which is
hiding /etc/defaults/xendomains?

I'd hazard a guess this is related to changeset 22179:b59f87f56b1e which
happened between 4.0 and 4.1.

Ian.

> 
> XENDOMAINS_SYSRQ=""
> XENDOMAINS_USLEEP=100000
> XENDOMAINS_CREATE_USLEEP=15000000
> XENDOMAINS_MIGRATE=""
> XENDOMAINS_SAVE=""
> XENDOMAINS_SHUTDOWN="--halt --wait"
> XENDOMAINS_SHUTDOWN_ALL="--all --halt --wait"
> XENDOMAINS_RESTORE=false
> XENDOMAINS_AUTO=/etc/xen/auto
> XENDOMAINS_AUTO_ONLY=true
> XENDOMAINS_STOP_MAXWAIT=300Debian 5 "lenny". Xen compiled from sources.
> 
> BR,
> Carsten.
> 
> ----- Originalnachricht -----
> Von: Ian Tobin <itobin@tidyhosts.com>
> Gesendet: Fre, 15.4.2011 12:30
> An: Pasi Kärkkäinen <pasik@iki.fi>
> Cc: xen-devel@lists.xensource.com ; xen-users@lists.xensource.com
> Betreff: RE: [Xen-users] /etc/defaults/xendomains file being ignored withXen 4.1
> 
> Hi Pasi,
> 
> Just to add here is my config, the same config that works fine on Debian 5, XEN 4.0.1.  The only difference is that on Debian 5 with XEN 4.0.1 the config file resides in
> 
> /etc/sysconfig/xendomains
> 
> XENDOMAINS_SYSRQ=""
> XENDOMAINS_USLEEP=100000
> XENDOMAINS_CREATE_USLEEP=5000000
> #XENDOMAINS_MIGRATE=""
> #XENDOMAINS_SAVE=/var/lib/xen/save
> XENDOMAINS_SHUTDOWN="--halt --wait"
> XENDOMAINS_SHUTDOWN_ALL="--all --halt --wait"
> 
> Thanks
> 
> Ian
> -----Original Message-----
> From: Pasi Kärkkäinen [mailto:pasik@iki.fi] 
> Sent: 15 April 2011 11:21
> To: Ian Tobin
> Cc: xen-users@lists.xensource.com; xen-devel@lists.xensource.com
> Subject: Re: [Xen-users] /etc/defaults/xendomains file being ignored withXen 4.1
> 
> Hello,
> 
> Added xen-devel to CC list..
> 
> -- Pasi
> 
> On Fri, Apr 15, 2011 at 10:45:08AM +0100, Ian Tobin wrote:
> >    Hi,
> > 
> >    Im having problems with xen looking at my settings for when Dom0 shuts
> >    down.  When running init 6 the file prompt come up
> > 
> >    XEN Shutting down domains... done
> > 
> >    However the domains are just killed and not shutdown clean.  I have tried
> >    various things but cannot understand whats happening.
> > 
> >    My os is Debian 6 with XEN 4.1
> > 
> >    Any ideas?
> > 
> >    Thanks
> > 
> >    Ian
> 
> > _______________________________________________
> > 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
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-05-05 15:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <039E0B4AA9103344A80DA55DDDC76A933B2E04@electron.tidyhosts.com>
2011-04-15 10:21 ` [Xen-users] /etc/defaults/xendomains file being ignored with Xen 4.1 Pasi Kärkkäinen
2011-04-15 10:30   ` /etc/defaults/xendomains file being ignored withXen 4.1 Ian Tobin
2011-04-19 11:36     ` AW: " Carsten Schiers
2011-04-19 12:13       ` Ian Tobin
2011-05-05 15:06       ` [Xen-devel] " Ian Campbell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.