Menu

VMs created in phpVirtualbox not availible with "vboxmanage"

Help
2018-06-12
2018-06-14
  • Dominik Spies

    Dominik Spies - 2018-06-12

    Hi,

    I use phpvirtualbox to create and maintain my vms.
    I tried to setup autostart now, and i realizied, that none of my maschines that are running in phpvirtualbox are listed with
    vboxmanage list vms

    Is this correct behaviour? I don't think so.

     
  • Thomas

    Thomas - 2018-06-12

    Hi,

    The 'vboxmanage' command is part of Virtualbox and it has a 'per user' behaviour.

    You should run 'vboxmanage' as the same user specified in your config.php (var $username = ...).

     

    Last edit: Thomas 2018-06-12
  • Dominik Spies

    Dominik Spies - 2018-06-14

    Thank you, that was the problem (runnung the command es root)

     

Log in to post a comment.