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-
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
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
3 matches
Mail list logo