dgzyk / phpvirtualbox

Automatically exported from code.google.com/p/phpvirtualbox
Other
0 stars 0 forks source link

vboxinit does not save state #544

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I'm currently running "debian testing" and have the problem that the vboxinit 
script does not save the machine state... The start-process works very well... 
After a restart the vm is available again.

I've tried to figure out why the state isn't saved. Within the stop() section 
of the script I've added a logline which was successfull added to the logfile. 
BUT: The loop of the running machines is NEVER accessed... Additionally 
$MACHINES has an empty content...

Running the script manually, everything works fine...
Using "shutdown -r now" or init 6 will result in... nothing :-)

Perhaps someone has a hint for this problem...

Original issue reported on code.google.com by realriot on 11 Jun 2012 at 3:18

GoogleCodeExporter commented 8 years ago
I've changed "Required-Start" and "Required-Stop" to the following values:

# Required-Start:    $all
# Required-Stop:     $all

It's working with this configuration. I really don't know why vboxdrv isn't 
enough...

Original comment by realriot on 11 Jun 2012 at 4:02

GoogleCodeExporter commented 8 years ago
Hrmm.. I don't know. I'll have to look into possibly changing the source to use 
$all.

Original comment by imooreya...@gmail.com on 26 Jun 2012 at 1:23

GoogleCodeExporter commented 8 years ago
...maybe its only a matter of time - if $all is set, it takes a bit longer to 
start running the script (relatively to the booting process)

UG

Original comment by ulrichgi...@gmail.com on 27 Jun 2013 at 12:46

GoogleCodeExporter commented 8 years ago
Project moved to Sourceforge.net

https://sourceforge.net/projects/phpvirtualbox/

Original comment by imooreya...@gmail.com on 25 Jul 2013 at 4:54