VirtualBox Web Service missing after clean installation on Ubuntu 18.04.1 LTSVirtualbox Ubuntu Installation, general troubleshooting (installation hangs)Ubuntu installation using VirtualBoxVirtualBox - Error with ubuntu 14.04 LTSHow can I get vboxweb to start properly at bootUbuntu does not boot after Virtualbox installationInstalling gcc in Ubuntu 18.04.1 on VirtualBoxVirtualBox v 5.2.18 - Ubuntu 18.04.1 LTS - vboxadd-service and nginx not loadingVirtualBox installation: part of screen missingUbuntu 18.04.1 can not install VirtualBox-6.0Ubuntu 18.04 LTS and Virtualbox prerequisites

Can we compute the area of a quadrilateral with one right angle when we only know the lengths of any three sides?

Is it possible to create a QR code using text?

How much of data wrangling is a data scientist's job?

What is a romance in Latin?

Why is this clock signal connected to a capacitor to gnd?

Do UK voters know if their MP will be the Speaker of the House?

How to tell a function to use the default argument values?

What mechanic is there to disable a threat instead of killing it?

How do I deal with an unproductive colleague in a small company?

Why was the shrinking from 8″ made only to 5.25″ and not smaller (4″ or less)?

How writing a dominant 7 sus4 chord in RNA ( Vsus7 chord in the 1st inversion)

How to show a landlord what we have in savings?

What reasons are there for a Capitalist to oppose a 100% inheritance tax?

How can I deal with my CEO asking me to hire someone with a higher salary than me, a co-founder?

Arrow those variables!

Why are the 737's rear doors unusable in a water landing?

What are some good books on Machine Learning and AI like Krugman, Wells and Graddy's "Essentials of Economics"

Is it logically or scientifically possible to artificially send energy to the body?

How can saying a song's name be a copyright violation?

Assassin's bullet with mercury

How to prevent "they're falling in love" trope

Can compressed videos be decoded back to their uncompresed original format?

How do conventional missiles fly?

Would Slavery Reparations be considered Bills of Attainder and hence Illegal?



VirtualBox Web Service missing after clean installation on Ubuntu 18.04.1 LTS


Virtualbox Ubuntu Installation, general troubleshooting (installation hangs)Ubuntu installation using VirtualBoxVirtualBox - Error with ubuntu 14.04 LTSHow can I get vboxweb to start properly at bootUbuntu does not boot after Virtualbox installationInstalling gcc in Ubuntu 18.04.1 on VirtualBoxVirtualBox v 5.2.18 - Ubuntu 18.04.1 LTS - vboxadd-service and nginx not loadingVirtualBox installation: part of screen missingUbuntu 18.04.1 can not install VirtualBox-6.0Ubuntu 18.04 LTS and Virtualbox prerequisites













0















I just set up a new dedicated server with a clean installation of Ubunutu 18.04.1 LTS minimal. I'm trying to install VirtualBox with PHPVirtualBox, preferably using VirtualBox 6, but also willing to settle for VirtualBox 5 if that's what it takes to work. ;-)



This is what I did after the installation of the OS:



apt update
apt upgrade
apt dist-upgrade
apt install virtualbox


The installation seems to have worked:



root@Ubuntu-1804-bionic-64-minimal ~ # vboxmanage --version
5.2.18_Ubuntur123745


But at this point, from my experience with previous versions of Ubuntu an VirtualBox, there should be four services installed (aka the respective files present in /etc/init.d): vboxautostart-service, vboxballoonctrl-service, vboxdrv and vboxweb-service



However, the /etc/init.s directory looks like this:



root@Ubuntu-1804-bionic-64-minimal /etc/init.d # ls -la
total 128
drwxr-xr-x 2 root root 4096 Apr 3 22:50 .
drwxr-xr-x 82 root root 4096 Apr 3 23:02 ..
-rwxr-xr-x 1 root root 4335 Mar 22 2018 apparmor
-rwxr-xr-x 1 root root 1071 Aug 22 2015 atd
-rwxr-xr-x 1 root root 1232 Apr 19 2018 console-setup.sh
-rwxr-xr-x 1 root root 2489 May 6 2012 cpufrequtils
-rwxr-xr-x 1 root root 3049 Nov 16 2017 cron
-rwxr-xr-x 1 root root 2813 Nov 15 2017 dbus
-rwxr-xr-x 1 root root 985 Mar 4 2018 grub-common
-rwxr-xr-x 1 root root 2363 Jul 17 2017 haveged
-rwxr-xr-x 1 root root 3809 Feb 14 2018 hwclock.sh
-rwxr-xr-x 1 root root 1479 Feb 15 2018 keyboard-setup.sh
-rwxr-xr-x 1 root root 2044 Aug 15 2017 kmod
-rwxr-xr-x 1 root root 6912 May 6 2012 loadcpufreq
-rwxr-xr-x 1 root root 695 Dec 3 2017 lvm2
-rwxr-xr-x 1 root root 571 Dec 3 2017 lvm2-lvmetad
-rwxr-xr-x 1 root root 586 Dec 3 2017 lvm2-lvmpolld
-rwxr-xr-x 1 root root 2653 Mar 7 2018 mdadm
-rwxr-xr-x 1 root root 1249 Mar 7 2018 mdadm-waitidle
-rwxr-xr-x 1 root root 1191 Jan 17 2018 procps
-rwxr-xr-x 1 root root 4355 Dec 13 2017 rsync
-rwxr-xr-x 1 root root 2864 Jan 14 2018 rsyslog
-rwxr-xr-x 1 root root 3837 Jan 26 2018 ssh
-rwxr-xr-x 1 root root 5974 Apr 20 2018 udev
-rwxr-xr-x 1 root root 1306 Mar 15 2018 uuidd
-rwxr-xr-x 1 root root 6444 Nov 11 2017 virtualbox
-rwxr-xr-x 1 root root 2757 Jan 20 2017 x11-common


When I check if the kernel modules are loaded, as described in this seemingly fine tutorial, via systemctl status vboxdrv, the output is:



root@Ubuntu-1804-bionic-64-minimal ~ # systemctl status vboxdrv
Unit vboxdrv.service could not be found.


When I try ot enable the VirtualBox Web Service, as described in the VirtualBox Web Service documentation, via systemctl enable vboxweb-service, the output is:



root@Ubuntu-1804-bionic-64-minimal ~ # systemctl enable vboxweb-service
Failed to enable unit: Unit file vboxweb-service.service does not exist.


The same happens when I manually add the virtualbox.org package source and analogously try to install VirtualBox 6. It looks like three services that should be present are missing. What am I missing?










share|improve this question













migrated from serverfault.com 41 mins ago


This question came from our site for system and network administrators.






















    0















    I just set up a new dedicated server with a clean installation of Ubunutu 18.04.1 LTS minimal. I'm trying to install VirtualBox with PHPVirtualBox, preferably using VirtualBox 6, but also willing to settle for VirtualBox 5 if that's what it takes to work. ;-)



    This is what I did after the installation of the OS:



    apt update
    apt upgrade
    apt dist-upgrade
    apt install virtualbox


    The installation seems to have worked:



    root@Ubuntu-1804-bionic-64-minimal ~ # vboxmanage --version
    5.2.18_Ubuntur123745


    But at this point, from my experience with previous versions of Ubuntu an VirtualBox, there should be four services installed (aka the respective files present in /etc/init.d): vboxautostart-service, vboxballoonctrl-service, vboxdrv and vboxweb-service



    However, the /etc/init.s directory looks like this:



    root@Ubuntu-1804-bionic-64-minimal /etc/init.d # ls -la
    total 128
    drwxr-xr-x 2 root root 4096 Apr 3 22:50 .
    drwxr-xr-x 82 root root 4096 Apr 3 23:02 ..
    -rwxr-xr-x 1 root root 4335 Mar 22 2018 apparmor
    -rwxr-xr-x 1 root root 1071 Aug 22 2015 atd
    -rwxr-xr-x 1 root root 1232 Apr 19 2018 console-setup.sh
    -rwxr-xr-x 1 root root 2489 May 6 2012 cpufrequtils
    -rwxr-xr-x 1 root root 3049 Nov 16 2017 cron
    -rwxr-xr-x 1 root root 2813 Nov 15 2017 dbus
    -rwxr-xr-x 1 root root 985 Mar 4 2018 grub-common
    -rwxr-xr-x 1 root root 2363 Jul 17 2017 haveged
    -rwxr-xr-x 1 root root 3809 Feb 14 2018 hwclock.sh
    -rwxr-xr-x 1 root root 1479 Feb 15 2018 keyboard-setup.sh
    -rwxr-xr-x 1 root root 2044 Aug 15 2017 kmod
    -rwxr-xr-x 1 root root 6912 May 6 2012 loadcpufreq
    -rwxr-xr-x 1 root root 695 Dec 3 2017 lvm2
    -rwxr-xr-x 1 root root 571 Dec 3 2017 lvm2-lvmetad
    -rwxr-xr-x 1 root root 586 Dec 3 2017 lvm2-lvmpolld
    -rwxr-xr-x 1 root root 2653 Mar 7 2018 mdadm
    -rwxr-xr-x 1 root root 1249 Mar 7 2018 mdadm-waitidle
    -rwxr-xr-x 1 root root 1191 Jan 17 2018 procps
    -rwxr-xr-x 1 root root 4355 Dec 13 2017 rsync
    -rwxr-xr-x 1 root root 2864 Jan 14 2018 rsyslog
    -rwxr-xr-x 1 root root 3837 Jan 26 2018 ssh
    -rwxr-xr-x 1 root root 5974 Apr 20 2018 udev
    -rwxr-xr-x 1 root root 1306 Mar 15 2018 uuidd
    -rwxr-xr-x 1 root root 6444 Nov 11 2017 virtualbox
    -rwxr-xr-x 1 root root 2757 Jan 20 2017 x11-common


    When I check if the kernel modules are loaded, as described in this seemingly fine tutorial, via systemctl status vboxdrv, the output is:



    root@Ubuntu-1804-bionic-64-minimal ~ # systemctl status vboxdrv
    Unit vboxdrv.service could not be found.


    When I try ot enable the VirtualBox Web Service, as described in the VirtualBox Web Service documentation, via systemctl enable vboxweb-service, the output is:



    root@Ubuntu-1804-bionic-64-minimal ~ # systemctl enable vboxweb-service
    Failed to enable unit: Unit file vboxweb-service.service does not exist.


    The same happens when I manually add the virtualbox.org package source and analogously try to install VirtualBox 6. It looks like three services that should be present are missing. What am I missing?










    share|improve this question













    migrated from serverfault.com 41 mins ago


    This question came from our site for system and network administrators.




















      0












      0








      0








      I just set up a new dedicated server with a clean installation of Ubunutu 18.04.1 LTS minimal. I'm trying to install VirtualBox with PHPVirtualBox, preferably using VirtualBox 6, but also willing to settle for VirtualBox 5 if that's what it takes to work. ;-)



      This is what I did after the installation of the OS:



      apt update
      apt upgrade
      apt dist-upgrade
      apt install virtualbox


      The installation seems to have worked:



      root@Ubuntu-1804-bionic-64-minimal ~ # vboxmanage --version
      5.2.18_Ubuntur123745


      But at this point, from my experience with previous versions of Ubuntu an VirtualBox, there should be four services installed (aka the respective files present in /etc/init.d): vboxautostart-service, vboxballoonctrl-service, vboxdrv and vboxweb-service



      However, the /etc/init.s directory looks like this:



      root@Ubuntu-1804-bionic-64-minimal /etc/init.d # ls -la
      total 128
      drwxr-xr-x 2 root root 4096 Apr 3 22:50 .
      drwxr-xr-x 82 root root 4096 Apr 3 23:02 ..
      -rwxr-xr-x 1 root root 4335 Mar 22 2018 apparmor
      -rwxr-xr-x 1 root root 1071 Aug 22 2015 atd
      -rwxr-xr-x 1 root root 1232 Apr 19 2018 console-setup.sh
      -rwxr-xr-x 1 root root 2489 May 6 2012 cpufrequtils
      -rwxr-xr-x 1 root root 3049 Nov 16 2017 cron
      -rwxr-xr-x 1 root root 2813 Nov 15 2017 dbus
      -rwxr-xr-x 1 root root 985 Mar 4 2018 grub-common
      -rwxr-xr-x 1 root root 2363 Jul 17 2017 haveged
      -rwxr-xr-x 1 root root 3809 Feb 14 2018 hwclock.sh
      -rwxr-xr-x 1 root root 1479 Feb 15 2018 keyboard-setup.sh
      -rwxr-xr-x 1 root root 2044 Aug 15 2017 kmod
      -rwxr-xr-x 1 root root 6912 May 6 2012 loadcpufreq
      -rwxr-xr-x 1 root root 695 Dec 3 2017 lvm2
      -rwxr-xr-x 1 root root 571 Dec 3 2017 lvm2-lvmetad
      -rwxr-xr-x 1 root root 586 Dec 3 2017 lvm2-lvmpolld
      -rwxr-xr-x 1 root root 2653 Mar 7 2018 mdadm
      -rwxr-xr-x 1 root root 1249 Mar 7 2018 mdadm-waitidle
      -rwxr-xr-x 1 root root 1191 Jan 17 2018 procps
      -rwxr-xr-x 1 root root 4355 Dec 13 2017 rsync
      -rwxr-xr-x 1 root root 2864 Jan 14 2018 rsyslog
      -rwxr-xr-x 1 root root 3837 Jan 26 2018 ssh
      -rwxr-xr-x 1 root root 5974 Apr 20 2018 udev
      -rwxr-xr-x 1 root root 1306 Mar 15 2018 uuidd
      -rwxr-xr-x 1 root root 6444 Nov 11 2017 virtualbox
      -rwxr-xr-x 1 root root 2757 Jan 20 2017 x11-common


      When I check if the kernel modules are loaded, as described in this seemingly fine tutorial, via systemctl status vboxdrv, the output is:



      root@Ubuntu-1804-bionic-64-minimal ~ # systemctl status vboxdrv
      Unit vboxdrv.service could not be found.


      When I try ot enable the VirtualBox Web Service, as described in the VirtualBox Web Service documentation, via systemctl enable vboxweb-service, the output is:



      root@Ubuntu-1804-bionic-64-minimal ~ # systemctl enable vboxweb-service
      Failed to enable unit: Unit file vboxweb-service.service does not exist.


      The same happens when I manually add the virtualbox.org package source and analogously try to install VirtualBox 6. It looks like three services that should be present are missing. What am I missing?










      share|improve this question














      I just set up a new dedicated server with a clean installation of Ubunutu 18.04.1 LTS minimal. I'm trying to install VirtualBox with PHPVirtualBox, preferably using VirtualBox 6, but also willing to settle for VirtualBox 5 if that's what it takes to work. ;-)



      This is what I did after the installation of the OS:



      apt update
      apt upgrade
      apt dist-upgrade
      apt install virtualbox


      The installation seems to have worked:



      root@Ubuntu-1804-bionic-64-minimal ~ # vboxmanage --version
      5.2.18_Ubuntur123745


      But at this point, from my experience with previous versions of Ubuntu an VirtualBox, there should be four services installed (aka the respective files present in /etc/init.d): vboxautostart-service, vboxballoonctrl-service, vboxdrv and vboxweb-service



      However, the /etc/init.s directory looks like this:



      root@Ubuntu-1804-bionic-64-minimal /etc/init.d # ls -la
      total 128
      drwxr-xr-x 2 root root 4096 Apr 3 22:50 .
      drwxr-xr-x 82 root root 4096 Apr 3 23:02 ..
      -rwxr-xr-x 1 root root 4335 Mar 22 2018 apparmor
      -rwxr-xr-x 1 root root 1071 Aug 22 2015 atd
      -rwxr-xr-x 1 root root 1232 Apr 19 2018 console-setup.sh
      -rwxr-xr-x 1 root root 2489 May 6 2012 cpufrequtils
      -rwxr-xr-x 1 root root 3049 Nov 16 2017 cron
      -rwxr-xr-x 1 root root 2813 Nov 15 2017 dbus
      -rwxr-xr-x 1 root root 985 Mar 4 2018 grub-common
      -rwxr-xr-x 1 root root 2363 Jul 17 2017 haveged
      -rwxr-xr-x 1 root root 3809 Feb 14 2018 hwclock.sh
      -rwxr-xr-x 1 root root 1479 Feb 15 2018 keyboard-setup.sh
      -rwxr-xr-x 1 root root 2044 Aug 15 2017 kmod
      -rwxr-xr-x 1 root root 6912 May 6 2012 loadcpufreq
      -rwxr-xr-x 1 root root 695 Dec 3 2017 lvm2
      -rwxr-xr-x 1 root root 571 Dec 3 2017 lvm2-lvmetad
      -rwxr-xr-x 1 root root 586 Dec 3 2017 lvm2-lvmpolld
      -rwxr-xr-x 1 root root 2653 Mar 7 2018 mdadm
      -rwxr-xr-x 1 root root 1249 Mar 7 2018 mdadm-waitidle
      -rwxr-xr-x 1 root root 1191 Jan 17 2018 procps
      -rwxr-xr-x 1 root root 4355 Dec 13 2017 rsync
      -rwxr-xr-x 1 root root 2864 Jan 14 2018 rsyslog
      -rwxr-xr-x 1 root root 3837 Jan 26 2018 ssh
      -rwxr-xr-x 1 root root 5974 Apr 20 2018 udev
      -rwxr-xr-x 1 root root 1306 Mar 15 2018 uuidd
      -rwxr-xr-x 1 root root 6444 Nov 11 2017 virtualbox
      -rwxr-xr-x 1 root root 2757 Jan 20 2017 x11-common


      When I check if the kernel modules are loaded, as described in this seemingly fine tutorial, via systemctl status vboxdrv, the output is:



      root@Ubuntu-1804-bionic-64-minimal ~ # systemctl status vboxdrv
      Unit vboxdrv.service could not be found.


      When I try ot enable the VirtualBox Web Service, as described in the VirtualBox Web Service documentation, via systemctl enable vboxweb-service, the output is:



      root@Ubuntu-1804-bionic-64-minimal ~ # systemctl enable vboxweb-service
      Failed to enable unit: Unit file vboxweb-service.service does not exist.


      The same happens when I manually add the virtualbox.org package source and analogously try to install VirtualBox 6. It looks like three services that should be present are missing. What am I missing?







      virtualbox






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 4 hours ago









      Joe7Joe7

      1011




      1011




      migrated from serverfault.com 41 mins ago


      This question came from our site for system and network administrators.









      migrated from serverfault.com 41 mins ago


      This question came from our site for system and network administrators.






















          1 Answer
          1






          active

          oldest

          votes


















          0














          The things you are missing:



          • vboxautostart-service


          On the Ubuntu version you are using it's not installed by default. Should be installed and configured manually.



          Get the officual script, make it executable and register it as init script via update-rc.d:



          # cd /etc/init.d/

          # wget https://www.virtualbox.org/svn/vbox/trunk/src/VBox/Installer/linux/vboxautostart-service.sh -O /vboxautostart-service

          # chmod +x /etc/init.d/vboxautostart-service

          # update-rc.d vboxautostart-service defaults 24 24


          • vboxballoonctrl-service


          Same thing as in the vboxautostart-service section described:



          # cd /etc/init.d/

          # wget https://www.virtualbox.org/svn/vbox/trunk/src/VBox/Installer/linux/vboxballoonctrl-service.sh -O vboxballoonctrl-service

          # chmod +x vboxballoonctrl-service

          # update-rc.d vboxballoonctrl-service defaults 24 24


          • vboxweb-service


          It's by default installed, but named as vboxweb.service instead. To enable and start it, simply run:



          sudo systemctl enable vboxweb.service


          • vboxdrv


          It's not a service, but a module and needs to be loaded.



          You can use modprobe to load it: modprobe vboxdrv and then reboot.



          After reboot you can run the following to check if it's loaded (with -n --first-time arguments, -n stands for dry-run).



          # modprobe -n --first-time vboxdrv

          modprobe: ERROR: could not insert 'vboxdrv': Module already in kernel


          Or you can use modinfo to verify if the vboxdrv kernel module is loaded:



          # modinfo vboxdrv

          filename: /lib/modules/4.15.0-47-generic/updates/dkms/vboxdrv.ko
          version: 5.2.18_Ubuntu r123745 (0x00290001)
          license: GPL
          description: Oracle VM VirtualBox Support Driver
          author: Oracle Corporation
          srcversion: 781CB3ECE0924C4811D34FD
          depends:
          retpoline: Y
          name: vboxdrv
          vermagic: 4.15.0-47-generic SMP mod_unload
          parm: force_async_tsc:force the asynchronous TSC mode (int)


          After you are done with all these things, simply reboot.




          Further, for more information about the config specs of the individual Oracle VM VirtualBox services, you can refer to the officual manual:



          • Autostart Webservice: page 259


          • Web Service: page 254






          share|improve this answer























            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "89"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1131056%2fvirtualbox-web-service-missing-after-clean-installation-on-ubuntu-18-04-1-lts%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            The things you are missing:



            • vboxautostart-service


            On the Ubuntu version you are using it's not installed by default. Should be installed and configured manually.



            Get the officual script, make it executable and register it as init script via update-rc.d:



            # cd /etc/init.d/

            # wget https://www.virtualbox.org/svn/vbox/trunk/src/VBox/Installer/linux/vboxautostart-service.sh -O /vboxautostart-service

            # chmod +x /etc/init.d/vboxautostart-service

            # update-rc.d vboxautostart-service defaults 24 24


            • vboxballoonctrl-service


            Same thing as in the vboxautostart-service section described:



            # cd /etc/init.d/

            # wget https://www.virtualbox.org/svn/vbox/trunk/src/VBox/Installer/linux/vboxballoonctrl-service.sh -O vboxballoonctrl-service

            # chmod +x vboxballoonctrl-service

            # update-rc.d vboxballoonctrl-service defaults 24 24


            • vboxweb-service


            It's by default installed, but named as vboxweb.service instead. To enable and start it, simply run:



            sudo systemctl enable vboxweb.service


            • vboxdrv


            It's not a service, but a module and needs to be loaded.



            You can use modprobe to load it: modprobe vboxdrv and then reboot.



            After reboot you can run the following to check if it's loaded (with -n --first-time arguments, -n stands for dry-run).



            # modprobe -n --first-time vboxdrv

            modprobe: ERROR: could not insert 'vboxdrv': Module already in kernel


            Or you can use modinfo to verify if the vboxdrv kernel module is loaded:



            # modinfo vboxdrv

            filename: /lib/modules/4.15.0-47-generic/updates/dkms/vboxdrv.ko
            version: 5.2.18_Ubuntu r123745 (0x00290001)
            license: GPL
            description: Oracle VM VirtualBox Support Driver
            author: Oracle Corporation
            srcversion: 781CB3ECE0924C4811D34FD
            depends:
            retpoline: Y
            name: vboxdrv
            vermagic: 4.15.0-47-generic SMP mod_unload
            parm: force_async_tsc:force the asynchronous TSC mode (int)


            After you are done with all these things, simply reboot.




            Further, for more information about the config specs of the individual Oracle VM VirtualBox services, you can refer to the officual manual:



            • Autostart Webservice: page 259


            • Web Service: page 254






            share|improve this answer



























              0














              The things you are missing:



              • vboxautostart-service


              On the Ubuntu version you are using it's not installed by default. Should be installed and configured manually.



              Get the officual script, make it executable and register it as init script via update-rc.d:



              # cd /etc/init.d/

              # wget https://www.virtualbox.org/svn/vbox/trunk/src/VBox/Installer/linux/vboxautostart-service.sh -O /vboxautostart-service

              # chmod +x /etc/init.d/vboxautostart-service

              # update-rc.d vboxautostart-service defaults 24 24


              • vboxballoonctrl-service


              Same thing as in the vboxautostart-service section described:



              # cd /etc/init.d/

              # wget https://www.virtualbox.org/svn/vbox/trunk/src/VBox/Installer/linux/vboxballoonctrl-service.sh -O vboxballoonctrl-service

              # chmod +x vboxballoonctrl-service

              # update-rc.d vboxballoonctrl-service defaults 24 24


              • vboxweb-service


              It's by default installed, but named as vboxweb.service instead. To enable and start it, simply run:



              sudo systemctl enable vboxweb.service


              • vboxdrv


              It's not a service, but a module and needs to be loaded.



              You can use modprobe to load it: modprobe vboxdrv and then reboot.



              After reboot you can run the following to check if it's loaded (with -n --first-time arguments, -n stands for dry-run).



              # modprobe -n --first-time vboxdrv

              modprobe: ERROR: could not insert 'vboxdrv': Module already in kernel


              Or you can use modinfo to verify if the vboxdrv kernel module is loaded:



              # modinfo vboxdrv

              filename: /lib/modules/4.15.0-47-generic/updates/dkms/vboxdrv.ko
              version: 5.2.18_Ubuntu r123745 (0x00290001)
              license: GPL
              description: Oracle VM VirtualBox Support Driver
              author: Oracle Corporation
              srcversion: 781CB3ECE0924C4811D34FD
              depends:
              retpoline: Y
              name: vboxdrv
              vermagic: 4.15.0-47-generic SMP mod_unload
              parm: force_async_tsc:force the asynchronous TSC mode (int)


              After you are done with all these things, simply reboot.




              Further, for more information about the config specs of the individual Oracle VM VirtualBox services, you can refer to the officual manual:



              • Autostart Webservice: page 259


              • Web Service: page 254






              share|improve this answer

























                0












                0








                0







                The things you are missing:



                • vboxautostart-service


                On the Ubuntu version you are using it's not installed by default. Should be installed and configured manually.



                Get the officual script, make it executable and register it as init script via update-rc.d:



                # cd /etc/init.d/

                # wget https://www.virtualbox.org/svn/vbox/trunk/src/VBox/Installer/linux/vboxautostart-service.sh -O /vboxautostart-service

                # chmod +x /etc/init.d/vboxautostart-service

                # update-rc.d vboxautostart-service defaults 24 24


                • vboxballoonctrl-service


                Same thing as in the vboxautostart-service section described:



                # cd /etc/init.d/

                # wget https://www.virtualbox.org/svn/vbox/trunk/src/VBox/Installer/linux/vboxballoonctrl-service.sh -O vboxballoonctrl-service

                # chmod +x vboxballoonctrl-service

                # update-rc.d vboxballoonctrl-service defaults 24 24


                • vboxweb-service


                It's by default installed, but named as vboxweb.service instead. To enable and start it, simply run:



                sudo systemctl enable vboxweb.service


                • vboxdrv


                It's not a service, but a module and needs to be loaded.



                You can use modprobe to load it: modprobe vboxdrv and then reboot.



                After reboot you can run the following to check if it's loaded (with -n --first-time arguments, -n stands for dry-run).



                # modprobe -n --first-time vboxdrv

                modprobe: ERROR: could not insert 'vboxdrv': Module already in kernel


                Or you can use modinfo to verify if the vboxdrv kernel module is loaded:



                # modinfo vboxdrv

                filename: /lib/modules/4.15.0-47-generic/updates/dkms/vboxdrv.ko
                version: 5.2.18_Ubuntu r123745 (0x00290001)
                license: GPL
                description: Oracle VM VirtualBox Support Driver
                author: Oracle Corporation
                srcversion: 781CB3ECE0924C4811D34FD
                depends:
                retpoline: Y
                name: vboxdrv
                vermagic: 4.15.0-47-generic SMP mod_unload
                parm: force_async_tsc:force the asynchronous TSC mode (int)


                After you are done with all these things, simply reboot.




                Further, for more information about the config specs of the individual Oracle VM VirtualBox services, you can refer to the officual manual:



                • Autostart Webservice: page 259


                • Web Service: page 254






                share|improve this answer













                The things you are missing:



                • vboxautostart-service


                On the Ubuntu version you are using it's not installed by default. Should be installed and configured manually.



                Get the officual script, make it executable and register it as init script via update-rc.d:



                # cd /etc/init.d/

                # wget https://www.virtualbox.org/svn/vbox/trunk/src/VBox/Installer/linux/vboxautostart-service.sh -O /vboxautostart-service

                # chmod +x /etc/init.d/vboxautostart-service

                # update-rc.d vboxautostart-service defaults 24 24


                • vboxballoonctrl-service


                Same thing as in the vboxautostart-service section described:



                # cd /etc/init.d/

                # wget https://www.virtualbox.org/svn/vbox/trunk/src/VBox/Installer/linux/vboxballoonctrl-service.sh -O vboxballoonctrl-service

                # chmod +x vboxballoonctrl-service

                # update-rc.d vboxballoonctrl-service defaults 24 24


                • vboxweb-service


                It's by default installed, but named as vboxweb.service instead. To enable and start it, simply run:



                sudo systemctl enable vboxweb.service


                • vboxdrv


                It's not a service, but a module and needs to be loaded.



                You can use modprobe to load it: modprobe vboxdrv and then reboot.



                After reboot you can run the following to check if it's loaded (with -n --first-time arguments, -n stands for dry-run).



                # modprobe -n --first-time vboxdrv

                modprobe: ERROR: could not insert 'vboxdrv': Module already in kernel


                Or you can use modinfo to verify if the vboxdrv kernel module is loaded:



                # modinfo vboxdrv

                filename: /lib/modules/4.15.0-47-generic/updates/dkms/vboxdrv.ko
                version: 5.2.18_Ubuntu r123745 (0x00290001)
                license: GPL
                description: Oracle VM VirtualBox Support Driver
                author: Oracle Corporation
                srcversion: 781CB3ECE0924C4811D34FD
                depends:
                retpoline: Y
                name: vboxdrv
                vermagic: 4.15.0-47-generic SMP mod_unload
                parm: force_async_tsc:force the asynchronous TSC mode (int)


                After you are done with all these things, simply reboot.




                Further, for more information about the config specs of the individual Oracle VM VirtualBox services, you can refer to the officual manual:



                • Autostart Webservice: page 259


                • Web Service: page 254







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 3 hours ago







                kguler


































                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Ask Ubuntu!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1131056%2fvirtualbox-web-service-missing-after-clean-installation-on-ubuntu-18-04-1-lts%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Möglingen Índice Localización Historia Demografía Referencias Enlaces externos Menú de navegación48°53′18″N 9°07′45″E / 48.888333333333, 9.129166666666748°53′18″N 9°07′45″E / 48.888333333333, 9.1291666666667Sitio web oficial Mapa de Möglingen«Gemeinden in Deutschland nach Fläche, Bevölkerung und Postleitzahl am 30.09.2016»Möglingen

                    Virtualbox - Configuration error: Querying “UUID” failed (VERR_CFGM_VALUE_NOT_FOUND)“VERR_SUPLIB_WORLD_WRITABLE” error when trying to installing OS in virtualboxVirtual Box Kernel errorFailed to open a seesion for the virtual machineFailed to open a session for the virtual machineUbuntu 14.04 LTS Virtualbox errorcan't use VM VirtualBoxusing virtualboxI can't run Linux-64 Bit on VirtualBoxUnable to insert the virtual optical disk (VBoxguestaddition) in virtual machine for ubuntu server in win 10VirtuaBox in Ubuntu 18.04 Issues with Win10.ISO Installation

                    Antonio De Lisio Carrera Referencias Menú de navegación«Caracas: evolución relacional multipleja»«Cuando los gobiernos subestiman a las localidades: L a Iniciativa para la Integración de la Infraestructura Regional Suramericana (IIRSA) en la frontera Colombo-Venezolana»«Maestría en Planificación Integral del Ambiente»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«Conózcanos»«Caracas: evolución relacional multipleja»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»