VBoxManage error without a message

This is for discussing general topics about how to use VirtualBox.
Post Reply
TheSneak
Posts: 2
Joined: 10. Jan 2014, 21:15

VBoxManage error without a message

Post by TheSneak »

I am trying to set the bios system time offset using the following command...

Code: Select all

"C:\Program Files\Oracle\VirtualBox\VBoxManage" modifyvm "Windows 8" --biossystemtimeoffset -10*24*60*60*1000
However, when I run this command the output is:

Code: Select all

Oracle VM VirtualBox Command Line Management Interface Version 4.2.6
(C) 2005-2012 Oracle Corporation
All rights reserved.

Usage:

VBoxManage modifyvm         <uuid|name>
                            [--name <name>]
                            [--groups <group>, ...]
//trimmed for brevity//
                            [--autostart-enabled on|off]
                            [--autostart-delay <seconds>]

VBoxManage.exe: error:
D:\Virtual Machines\Windows 8>
That's it! There is no error message provided. Just the statement that there was an error. I'm stuck trying to make this work.
noteirak
Site Moderator
Posts: 5231
Joined: 13. Jan 2012, 11:14
Primary OS: Debian other
VBox Version: OSE Debian
Guest OSses: Debian, Win 2k8, Win 7
Contact:

Re: VBoxManage error without a message

Post by noteirak »

have you tried giving the final number instead of doing the calculation there?
Hyperbox - Virtual Infrastructure Manager - https://apps.kamax.lu/hyperbox/
Manage your VirtualBox infrastructure the free way!
TheSneak
Posts: 2
Joined: 10. Jan 2014, 21:15

Re: VBoxManage error without a message

Post by TheSneak »

Thanks. That works.
Post Reply