Pygrub path new Xen instance

Running Cloudmin GPL quite well. When creating a new VPS the creation fails with

Starting up new Xen instance .. .. failed to start : Using config file "/xen/ubuntu.cfg". Error: Bootloader isn't executable

Looking at the file bootloader = "/usr/bin/pygrub/usr/bin/pygrub/usr/bin/pygrub/usr/bin/pygrub/usr/bin/pygrub/usr/bin/pygrub/usr/bin/pygrub"

Changing it to just bootloader = "/usr/bin/pygrub" is a workaround

Status: 
Closed (fixed)

Comments

Tested with Ubuntu 8.04 image of yours. Seems That centos image under Lenny Host is working well...

Thanks for the bug report - I can see how that could happen, if the which command isn't installed on the host system, and root's $PATH contains /usr/bin multiple times.

This is really a Cloudmin bug, but you can work around it by running the following on the host system :

yum install which

Automatically closed -- issue fixed for 2 weeks with no activity.