dgzyk / phpvirtualbox

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

/etc/init.d/vboxweb-service missing #553

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

I can't find the vboxweb-service file anywhere in the system, I'm not sure how 
to create it.
Any ideas? thanks

What version of phpVirtualBox, VirtualBox, and PHP are you using? On what
operating system?
Ubuntu Release 12.04 (precise) 64-bit Kernel Linux 3.2.0-25-generic GNOME 3.4.1
virtualbox 4.1.12
phpvirtualbox 4.1.7

Please provide any additional information below.

Original issue reported on code.google.com by ersat...@gmail.com on 25 Jun 2012 at 4:08

GoogleCodeExporter commented 8 years ago
Hello,

It is part of virtualbox and should have been installed when you installed the 
virtualbox package. Did you install it via the .deb for Ubuntu?

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

GoogleCodeExporter commented 8 years ago
I am having the same issue, but on Debian Squeeze

antares ~ # locate vboxweb
/usr/bin/vboxwebsrv
/usr/lib/virtualbox/vboxwebsrv
/usr/share/man/man1/vboxwebsrv.1.gz

virtualbox: 4.0.10_Debianr72436
I installed it via the squeeze backports deb.

Original comment by kscott.t...@gmail.com on 27 Jun 2012 at 4:05

GoogleCodeExporter commented 8 years ago
If running:

dpkg -S vboxweb-service

as root says it is not found, then it is not in the virualbox package you've 
installed. If the package maintainer did not build virtualbox with specific 
options, the init script may not be there.

Be sure to install the virtualbox package from a download obtained from: 
https://www.virtualbox.org/wiki/Downloads

If you want to use 4.0.x, click on the "Older Builds" link on that page. All of 
those packages for virtualbox >= 4.0 should include vboxweb-service. If it 
still does not exist, please raise the issue over at virtualbox.org.

Original comment by imooreya...@gmail.com on 27 Jun 2012 at 1:28

GoogleCodeExporter commented 8 years ago
finally I never found it, even after desinstalling / reinstalling virtualbox 
(from https://www.virtualbox.org/wiki/Downloads and not the ubuntu download 
center)
I had to add /usr/lib/virtualbox/vboxwebsrv to the startup programs to start it 
automatically.
Hope this can help someone.
Thanks for your answers

Original comment by ersat...@gmail.com on 3 Jul 2012 at 7:50

GoogleCodeExporter commented 8 years ago
can you explain how you did this, having same issue.

Original comment by Wess...@gmail.com on 8 Jul 2012 at 4:00

GoogleCodeExporter commented 8 years ago
I wonder if the Ubuntu package lacks the startup script.

Original comment by imooreya...@gmail.com on 8 Jul 2012 at 4:01

GoogleCodeExporter commented 8 years ago
I think that is the problem, but not just for ubuntu.  I installed from the 
debian stable repositories, and the script was missing.  I reinstalled using a 
direct download from the virtualbox website and the script was there.

Original comment by kscott.t...@gmail.com on 8 Jul 2012 at 9:18

GoogleCodeExporter commented 8 years ago
Also had problems with this (on 32 bit i386 Ubuntu Precise pangolin). Solved it 
by uninstalling virtualbox, manually downloading the package from the 
virtualbox site and then using the "install a new package from local file" 
option in Webmin. 

Original comment by mikecdra...@gmail.com on 1 Sep 2012 at 8:45