Can´t run any VMs

Install virtual machines on your TNAS;
Locked
User avatar
octekin
Posts: 5
Joined: 06 May 2021, 03:58

Can´t run any VMs

Post by octekin »

Hello,

I can´t run any VMs in VirtualBox.

I get everytime the same ErrorMessage.

Please help. Thanks in advance

Code: Select all

Exception Object
(
    [message:protected] => The virtual machine 'hass.io' has terminated unexpectedly during startup with exit code 1 (0x1)
    [string:Exception:private] => 
    [code:protected] => 0
    [file:protected] => /mnt/md0/application/share/virtualbox/vbox/endpoints/lib/vboxconnector.php
    [line:protected] => 2443
    [trace:Exception:private] => Array
        (
            [0] => Array
                (
                    [file] => /mnt/md0/application/share/virtualbox/vbox/endpoints/lib/vboxconnector.php
                    [line] => 951
                    [function] => remote_progressGet
                    [class] => vboxconnector
                    [type] => ->
                    [args] => Array
                        (
                            [0] => Array
                                (
                                    [progress] => 0a507831c7ac2abf-0000000000000004
                                )

                        )

                )

            [1] => Array
                (
                    [file] => /mnt/md0/application/share/virtualbox/vbox/endpoints/api.php
                    [line] => 316
                    [function] => __call
                    [class] => vboxconnector
                    [type] => ->
                    [args] => Array
                        (
                            [0] => progressGet
                            [1] => Array
                                (
                                    [0] => Array
                                        (
                                            [progress] => 0a507831c7ac2abf-0000000000000004
                                        )

                                    [1] => Array
                                        (
                                            [0] => Array
                                                (
                                                    [data] => Array
                                                        (
                                                            [responseData] => Array
                                                                (
                                                                    [progress] => 0a507831c7ac2abf-0000000000000004
                                                                    [info] => Array
                                                                        (
                                                                            [completed] => 1
                                                                            [canceled] => 
                                                                            [description] => Starting VM
                                                                            [operationDescription] => Creating process for virtual machine "hass.io" (headless)
                                                                            [timeRemaining] => Array
                                                                                (
                                                                                )

                                                                            [timeElapsed] => Array
                                                                                (
                                                                                    [days] => 18762
                                                                                    [hours] => 19
                                                                                    [minutes] => 53
                                                                                    [seconds] => 30
                                                                                )

                                                                            [percent] => 0
                                                                        )

                                                                )

                                                            [success] => 1
                                                            [key] => 53474945cfd7ac0bf8114767c209c2a6
                                                        )

                                                    [errors] => Array
                                                        (
                                                        )

                                                    [persist] => Array
                                                        (
                                                        )

                                                    [messages] => Array
                                                        (
                                                        )

                                                )

                                        )

                                )

                        )

                )

        )

    [previous:Exception:private] => 
)
User avatar
chemanue
Posts: 1
Joined: 17 May 2021, 17:34

Re: Can´t run any VMs

Post by chemanue »

Hi,

I have reinstalled the operating system and I can't run any VMs.

I have tried to create a new test virtual machine and have not been able to run it either.

Code: Select all

Exception Object
(
    [message:protected] => The virtual machine 'prueba1' has terminated unexpectedly during startup with exit code 1 (0x1)
    [string:Exception:private] => 
    [code:protected] => 0
    [file:protected] => /mnt/md0/application/share/virtualbox/vbox/endpoints/lib/vboxconnector.php
    [line:protected] => 2443
    [trace:Exception:private] => Array
        (
            [0] => Array
                (
                    [file] => /mnt/md0/application/share/virtualbox/vbox/endpoints/lib/vboxconnector.php
                    [line] => 951
                    [function] => remote_progressGet
                    [class] => vboxconnector
                    [type] => ->
                    [args] => Array
                        (
                            [0] => Array
                                (
                                    [progress] => ef2a39f78322c6bf-0000000000000004
                                )

                        )

                )

            [1] => Array
                (
                    [file] => /mnt/md0/application/share/virtualbox/vbox/endpoints/api.php
                    [line] => 316
                    [function] => __call
                    [class] => vboxconnector
                    [type] => ->
                    [args] => Array
                        (
                            [0] => progressGet
                            [1] => Array
                                (
                                    [0] => Array
                                        (
                                            [progress] => ef2a39f78322c6bf-0000000000000004
                                        )

                                    [1] => Array
                                        (
                                            [0] => Array
                                                (
                                                    [data] => Array
                                                        (
                                                            [responseData] => Array
                                                                (
                                                                    [progress] => ef2a39f78322c6bf-0000000000000004
                                                                    [info] => Array
                                                                        (
                                                                            [completed] => 1
                                                                            [canceled] => 
                                                                            [description] => Starting VM
                                                                            [operationDescription] => Creating process for virtual machine "prueba1" (headless)
                                                                            [timeRemaining] => Array
                                                                                (
                                                                                )

                                                                            [timeElapsed] => Array
                                                                                (
                                                                                    [days] => 18764
                                                                                    [hours] => 9
                                                                                    [minutes] => 43
                                                                                    [seconds] => 47
                                                                                )

                                                                            [percent] => 0
                                                                        )

                                                                )

                                                            [success] => 1
                                                            [key] => 53474945cfd7ac0bf8114767c209c2a6
                                                        )

                                                    [errors] => Array
                                                        (
                                                        )

                                                    [persist] => Array
                                                        (
                                                        )

                                                    [messages] => Array
                                                        (
                                                        )

                                                )

                                        )

                                )

                        )

                )

        )

    [previous:Exception:private] => 
)
Please help. Thanks in advance
User avatar
TMS
TerraMaster Team
Posts: 508
Joined: 20 Oct 2020, 17:06

Re: Can´t run any VMs

Post by TMS »

VirtualBox is being repaired and tested, please wait for app update.
To contact our tech team, please email to support(at)terra-master.com, remember to replace (at) with @
Locked