I can confirm this bug still is in squeeze... a full year after being first reported, despite the fact that it includes the fix?.
I can also confirm that the workaround proposed here works, although I am not sure that it's the best possible solution, maybe it can be set in some confoguration file, bit if so, I have benn unable to find it. AFAICT, XEN_SCRIPT_DIR is a compile-time option, and can't be configured. A more robust solution, which survives relocation of /etc/xen/scripts, would be to change the same lines to this instead, since `dir' gets set to the `block' script's directory as the first order of business in it. [ -x $dir/block-"$t" ] && \ $dir/block-"$t" "$command" $node On the other hand, I don't know whether Xen itself survives relocation of the script directory, so maybe the point is moot. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

