Bug#661687: [Pkg-xen-devel] Bug#661687: xen-utils-common: TOOLSTACK setting not honored

2012-03-01 Thread Bastian Blank
On Wed, Feb 29, 2012 at 04:21:52PM +0530, Ritesh Raj Sarraf wrote: > -TOOLSTACK=$(/usr/lib/xen-common/bin/xen-toolstack 2>/dev/null) > -if [ $? -ne 0 ]; then > - log_warning_msg "No usable Xen toolstack selected" > - exit 0 > + > +if [ -z $TOOLSTACK ]; then > + TOOLSTACK=$(/usr/lib/xen-

Bug#661687: xen-utils-common: TOOLSTACK setting not honored

2012-02-29 Thread Ritesh Raj Sarraf
tags 661687 +patch thanks On Thursday 01 March 2012 12:04 AM, Ritesh Raj Sarraf wrote: > /etc/default/xen, which carries the TOOLSTACK setting, is not honored by xend > init script. > > The xend initscript doesn't check for the value of TOOLSTACK. It just > populates it in its initscript. > > ln

Bug#661687: xen-utils-common: TOOLSTACK setting not honored

2012-02-29 Thread Ritesh Raj Sarraf
Package: xen-utils-common Version: 4.1.2-3 Severity: important /etc/default/xen, which carries the TOOLSTACK setting, is not honored by xend init script. The xend initscript doesn't check for the value of TOOLSTACK. It just populates it in its initscript. lnx200-39:/etc/init.d# grep TOOLSTACK