start_vms into /etc/init.d/vboxdrv

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



i note that start_vms is missing into  /etc/init.d/vboxdrv
maybe it is intentionaly missing, for some reason that at the moment i can't 
see

i will try this :

start_vms()
{
        VMS=`$VBOXMANAGE -nologo list vms 2>/dev/null`
        if [ -n "$VMS" ]; then
                begin_msg "Starting VMs"
                for v in $VMS; do
                    $VBOXMANAGE -nologo start $v -type vrdp 
                done
                succ_msg
        fi

}
	
i use  -type vrdp as suggested here:
http://forums.virtualbox.org/viewtopic.php?f=7&t=11633

i suppose that i cannot boot a VirtualBox vm without booting it undetached, i 
should do some tests, but at the moment it's my convintion
anyone could help on this issue?
tia

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux