On June 2, 2008 10:29 am you wrote:
> For some reason I couldn't reply to my previous post...
>
> But here is a new version. Now with version number! :)
>
> Changes:
> - includes init script /etc/initd.d/kvm which starts and stops virtual
> machines when booting and shutting down the host. Shutting down the
> guest is done by sending "system_powerdown" to the guest. If the guest
> doesn't powerdown in 120 seconds (adjustable) it will be killed.

You should rename the init script.  At least on Debian systems, there's 
already an /etc/init.d/kvm script that auto-loads the kvm modules.

> - kvmctl can set vm to start or not to start during boot (kvmctl
> vmname onboot yes|no). Without yes/no script shows whether VM is
> started on boot or not.

You may want to rename the script.  There's already a kvmctl (at least on 
Debian) in the /usr/sbin directory that is used for testing.

I ran into this issue when I named my management script kvmctl, 
and /usr/sbin is ahead of /usr/local/sbin in the default PATH.

-- 
Freddie Cash
[EMAIL PROTECTED]
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to