[CLOSED] Nothing being displayed in phpVirtualBox tab

  • I just set up OMV 1.0.7 and installed VirtualBox but I'm not getting anything displayed in the PHP box. Server seems to be running just fine otherwise. Because of that I can't import any virtual appliances that I've created. Any thoughts?

  • Hi,


    perhaps it´s the same like here: http://forums.openmediavault.org/viewtopic.php?f=13&t=5108
    My machines are running, but no phpvirtualbox.


    Jochen

    omv 1.14 kralizec | 64 bit | 3.16 backport kernel | omvextrasorg 1.13
    Plugins: Virtualbox, VDR (e-toby 2.2, jessie, manual), OwnCloud, Backup, MiniDLNA, Openvpnas, MySQL, USB Datasave, USV
    HW:Asrock q1900-ITX / 8GB RAM / 60 GB SSD / 2 TB Seagate Green + 2 TB WD Red = RAID 1 / APC Back-UPS CS 350 / Digibit R1 SAT>IP

    • Offizieller Beitrag

    Did you update to the latest version 1.0.9.2? Should be fixed.

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • Zitat von "ryecoaaron"

    Did you update to the latest version 1.0.9.2? Should be fixed.


    I just id that but now I get this error when I try to enable it:
    Failed to execute command 'sudo omv-mkconf virtualbox 2>&1': No passwd entry for 'vbox'

  • Code
    apt-get --purge remove openmediavault-virtualbox
    deluser vbox
    apt-get install openmediavault-virtualbox


    Then try again to enable it.


    Greetings
    David

    "Well... lately this forum has become support for everything except omv" [...] "And is like someone is banning Google from their browsers"


    Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.

    Upload Logfile via WebGUI/CLI
    #openmediavault on freenode IRC | German & English | GMT+1
    Absolutely no Support via PM!

  • Ok. When I ran the commands there was nothing for it to find but I think that I spot something when it is being installed. It is complaining that vboxusers group is already there and that the webserver is not started.

  • To rule out that the group and/or a GID mismatch is the cause of the problem:


    Code
    apt-get --purge remove openmediavault-virtualbox
    deluser vbox
    delgroup vbox
    apt-get install openmediavault-virtualbox


    And please, post the outputs you see and don't just rephrase them. Might be necessary to see the exact error message...


    Greetings
    David

    "Well... lately this forum has become support for everything except omv" [...] "And is like someone is banning Google from their browsers"


    Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.

    Upload Logfile via WebGUI/CLI
    #openmediavault on freenode IRC | German & English | GMT+1
    Absolutely no Support via PM!

  • Pardon me, it's already late here, you're right.


    This should remove the faulty plugin now:


    Code
    apt-get -f install
    apt-get autoremove


    Then try to install again.


    Greetings
    David

    "Well... lately this forum has become support for everything except omv" [...] "And is like someone is banning Google from their browsers"


    Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.

    Upload Logfile via WebGUI/CLI
    #openmediavault on freenode IRC | German & English | GMT+1
    Absolutely no Support via PM!

  • Gotta catch some sleep, maybe someone else will continue to help...


    Greetings
    David

    "Well... lately this forum has become support for everything except omv" [...] "And is like someone is banning Google from their browsers"


    Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.

    Upload Logfile via WebGUI/CLI
    #openmediavault on freenode IRC | German & English | GMT+1
    Absolutely no Support via PM!

  • Thanks for your help.


    Here's the output from my last attempt through he GUI:


    Reading package lists...
    Building dependency tree...
    Reading state information...
    The following NEW packages will be installed:
    openmediavault-virtualbox
    0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
    1 not fully installed or removed.
    Need to get 3098 kB of archives.
    After this operation, 11.2 MB of additional disk space will be used.
    WARNING: The following packages cannot be authenticated!
    openmediavault-virtualbox
    Authentication warning overridden.
    Get:1 http://packages.omv-extras.org/debian/ kralizec-vb/main openmediavault-virtualbox all 1.0.9.2 [3098 kB]
    Fetched 3098 kB in 17s (176 kB/s)
    Selecting previously unselected package openmediavault-virtualbox.
    (Reading database ... 68026 files and directories currently installed.)
    Unpacking openmediavault-virtualbox (from .../openmediavault-virtualbox_1.0.9.2_all.deb) ...
    Processing triggers for openmediavault ...
    Restarting engine daemon ...
    Setting up virtualbox-4.3 (4.3.14-95030~Debian~wheezy) ...
    addgroup: The group `vboxusers' already exists as a system group. Exiting.
    Stopping VirtualBox kernel modules ...done.
    Starting VirtualBox kernel modules ...done.
    Starting VirtualBox web service ...fail!
    invoke-rc.d: initscript vboxweb-service, action "start" failed.
    dpkg: error processing virtualbox-4.3 (--configure):
    subprocess installed post-installation script returned error exit status 1
    dpkg: dependency problems prevent configuration of openmediavault-virtualbox:
    openmediavault-virtualbox depends on virtualbox-4.3; however:
    Package virtualbox-4.3 is not configured yet.


    dpkg: error processing openmediavault-virtualbox (--configure):
    dependency problems - leaving unconfigured
    Errors were encountered while processing:
    virtualbox-4.3
    openmediavault-virtualbox
    Creating index of upgradeable packages ...
    Creating index of OpenMediaVault plugins ...

    • Offizieller Beitrag

    Try:


    apt-get purge virtualbox openmediavault-virtualbox
    deluser vbox
    delgroup vboxusers
    apt-get -f install
    apt-get install virtualbox
    apt-get install openmediavault-virtualbox

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • Last login: Wed Jul 30 19:36:05 2014 from ######################
    root@homesrvr:~# apt-get purge virtualbox openmediavault-virtualbox
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Package 'virtualbox' is not installed, so not removed
    Package 'openmediavault-virtualbox' is not installed, so not removed
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    root@homesrvr:~# deluser vbox
    /usr/sbin/deluser: The user `vbox' does not exist.
    root@homesrvr:~# delgroup vboxusers
    The group `vboxusers' does not exist.
    root@homesrvr:~# apt-get install virtualbox
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Suggested packages:
    virtualbox-guest-additions-iso vde2
    Recommended packages:
    virtualbox-dkms virtualbox-source virtualbox-qt
    The following NEW packages will be installed:
    virtualbox
    0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
    Need to get 12.8 MB of archives.
    After this operation, 45.8 MB of additional disk space will be used.
    Get:1 http://ftp.us.debian.org/debian/ wheezy/main virtualbox amd64 4.1.18-dfsg-
    2+deb7u3 [12.8 MB]
    Fetched 12.8 MB in 3s (3,506 kB/s)
    Selecting previously unselected package virtualbox.
    (Reading database ... 67306 files and directories currently installed.)
    Unpacking virtualbox (from .../virtualbox_4.1.18-dfsg-2+deb7u3_amd64.deb) ...
    Processing triggers for man-db ...
    Setting up virtualbox (4.1.18-dfsg-2+deb7u3) ...
    insserv: script virtualbox: service vboxdrv already provided!
    insserv: exiting now!
    update-rc.d: error: insserv rejected the script header
    dpkg: error processing virtualbox (--configure):
    subprocess installed post-installation script returned error exit status 1
    Errors were encountered while processing:
    virtualbox
    Creating index of upgradeable packages ...
    Creating index of OpenMediaVault plugins ...
    E: Sub-process /usr/bin/dpkg returned an error code (1)

    • Offizieller Beitrag

    There's a problem... What is the output of:


    cat /etc/apt/sources.list.d/omv-extras-org-kralizec.list
    dpkg -l | grep openmediavault

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • Zitat von "ryecoaaron"

    There's a problem... What is the output of:


    cat /etc/apt/sources.list/omv-extras-org-kralizec.list
    dpkg -l | grep openmediavault


    Here is the output:


    • Offizieller Beitrag

    I forgot the .d. What is the output of:


    cat /etc/apt/sources.list.d/omv-extras-org-kralizec.list

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • root@homesrvr:/# cat /etc/apt/sources.list.d/omv-extras-org-kralizec.list
    # Regular omv-extras.org repo
    deb http://packages.omv-extras.org/debian/ kralizec main
    # Virtualbox repo
    deb http://packages.omv-extras.org/debian/ kralizec-vb main
    deb http://download.virtualbox.org/virtualbox/debian wheezy contrib non-free
    # Plexmediaserver repo
    deb http://packages.omv-extras.org/debian/ kralizec-plex main
    deb http://shell.ninthgate.se/packages/debian wheezy main
    # Greyhole repo
    deb http://packages.omv-extras.org/debian/ kralizec-greyhole main
    deb http://www.greyhole.net/releases/deb stable main
    # VPN repo
    deb http://dh2k.omv-extras.org/debian/ kralizec-vpn main
    root@homesrvr:/#

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!