VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1975 - 1977 of 16363)

Ticket Resolution Summary Owner Reporter
#3545 fixed missing dependencies in documentation debius
Description

http://www.virtualbox.org/wiki/Linux build instructions

The section on "On Debian-based systems, the following command should install the required packages:" requires two more packages: libqt3-headers and linux-headers-2.6-amd64

#3549 fixed VBoxHeadless is not headless on Windows => Fixed in SVN Rehan Khan
Description

Hi

I have been trying to run vboxheadless as a windows service (see http://forums.virtualbox.org/viewtopic.php?f=6&t=15450). I have got it working alright but it does not run truely headless as it needs a console for stdout. Starting virtualbox without the ability to open a console (disabling 'allow service to interact with the desktop') makes it error out with a large (possibly meaningless) minus number.

I'm not sure exactly how it works but I read that on windows createprocess() can redirect it's stdout and stderr to files. For example http://support.microsoft.com/kb/190351.

Another option to give flexible log output might be to use logger.dll which can be found here -> http://www.nick.rozanski.org.uk/logger. logger.dll can log to a file, the event log or to stdout/stderr. It seems to also have a linux version but i'm not sure if this helps.

Is it possible to add an option to redirect the stdout/stderr to a file or the event log?

#3552 fixed VboxManage clonehd does not work with relative path names Jim Avera
Description

VBoxManage clonehd does not work correctly if an absolute path is not specified for the source disk image. Even ./whatever does not work:

The program seems to contain logic which tries to replace a ./ prefix with the full directory path, but the result is incorrect and the file is not found. See below.

Host system: Linux ubuntu 8.10 (intrepid) 64-bit (kernel 2.6.27)

$ cd /home/jima/.VirtualBox/diskimages
$ ls -la
total 11168512
drwxr-xr-x 2 jima jima        4096 2009-02-13 16:57 .
drwxr-xr-x 4 jima jima        4096 2009-02-19 12:24 ..
-rw------- 1 jima jima 11425366528 2009-02-26 17:46 Win7B64_disk.vdi
$ VBoxManage clonehd ./Win7B64_disk.vdi  /tmp/New.vdi
VirtualBox Command Line Management Interface Version 2.1.4
(C) 2005-2009 Sun Microsystems, Inc.
All rights reserved.

[!] FAILED calling a->virtualBox->OpenHardDisk2(src, srcDisk.asOutParam()) at line 369!
[!] Primary RC  = VBOX_E_IPRT_ERROR (0x80BB0005) - Runtime subsystem error
[!] Full error info present: true , basic error info present: true 
[!] Result Code = VBOX_E_IPRT_ERROR (0x80BB0005) - Runtime subsystem error
[!] Text        = Could not get the storage format of the hard disk '/home/jima/.VirtualBox/Win7B64_disk.vdi' (VERR_FILE_NOT_FOUND)
[!] Component   = HardDisk2, Interface: IHardDisk2, {ed6e2525-c2fd-42a4-917a-7a9045ac9e15}
[!] Callee      = IVirtualBox, {339abca2-f47a-4302-87f5-7bc324e6bbde}
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy