Submitted by victorcoder on Sun, 06/27/2010 - 13:00
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
Submitted by victorcoder on Sun, 06/27/2010 - 13:29 Comment #1
Tested with Ubuntu 8.04 image of yours. Seems That centos image under Lenny Host is working well...
Submitted by JamieCameron on Sun, 06/27/2010 - 16:30 Comment #2
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
Submitted by Issues on Mon, 07/12/2010 - 01:22 Comment #3
Automatically closed -- issue fixed for 2 weeks with no activity.