VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1537 - 1539 of 16363)

Ticket Resolution Summary Owner Reporter
#8573 obsolete Microphone audio input cannot record sound on Windows 7 host and WinXP guest Dan Dascalescu
Description

I can record sound in the Windows 7 Professional 64-bit host on a Dell Latitude E6410 laptop (using its built-in microphone), and I can play sounds in the Windows XP Professional SP3 guest.

But no audio comes through to the guest. I've tried all audio controllers (Sound Blaster 16, ICH AC97, Intel HD Audio).

#8579 obsolete VBoxManage: error: The machine 'oracle_vb1' is already locked by a session Ed Silva
Description

I started my vbox from gui. I then did a init 0 in the vm and it is grey out in the gui. I tried the commands below. How do I unlock this Vm without rebooting the host ? The vm does not show in the procs list either. I am runing VirtualBox-4.0-4.0.2_69518_sles10.1-1.x86_64.rpm

The host is a SLES 10 SP3 Linux cms-dev04 2.6.16.60-0.59.1-smp #1 SMP Thu Jan 14 18:30:10 UTC 2010 x86_64 x86_64 x86_64 GNU/Linux

[code]

# vboxmanage startvm oracle_vb1 VBoxManage: error: The machine 'oracle_vb1' is already locked by a session (or being locked or unlocked) VBoxManage: error: Details: code VBOX_E_INVALID_OBJECT_STATE (0x80bb0007), component Machine, interface IMachine, callee nsISupports Context: "LaunchVMProcess(a->session, sessionType.raw(), env.raw(), progress.asOutParam())" at line 362 of file VBoxManageMisc.cpp

# vboxmanage startvm oracle_vb1 --type headless VBoxManage: error: The machine 'oracle_vb1' is already locked by a session (or being locked or unlocked) VBoxManage: error: Details: code VBOX_E_INVALID_OBJECT_STATE (0x80bb0007), component Machine, interface IMachine, callee nsISupports Context: "LaunchVMProcess(a->session, sessionType.raw(), env.raw(), progress.asOutParam())" at line 362 of file VBoxManageMisc.cpp

# vboxmanage discardstate oracle_vb1 VBoxManage: error: The machine 'oracle_vb1' is already locked for a session (or being unlocked) VBoxManage: error: Details: code VBOX_E_INVALID_OBJECT_STATE (0x80bb0007), component Machine, interface IMachine, callee nsISupports Context: "LockMachine(a->session, LockType_Write)" at line 404 of file VBoxManageMisc.cpp

# vboxmanage list vms "oracle_vb1" {28c0eb22-8893-4ce7-b5e7-57611914024b} <<<< this is the one "locked". "laxdev001" {541200f0-456d-4d7f-8746-a732b4f14df3} "laxdev002" {5f8fd40b-7243-4063-9026-03aaa77a155a} "laxdev003" {0db035fe-4af1-409a-983d-1140952c722a} "laxdev004" {72c390be-64e5-4fcf-87b4-7881e76cc904} "laxdev005" {c28e57d2-1a43-459c-8e20-aebb7b8174fd}

# ps -ef | grep virtualbox root 7834 7704 0 Feb28 pts/1 00:52:04 /usr/lib/virtualbox/VirtualBox root 7849 1 0 Feb28 ? 00:33:46 /usr/lib/virtualbox/VBoxXPCOMIPCD root 7855 1 0 Feb28 ? 01:08:19 /usr/lib/virtualbox/VBoxSVC --auto-shutdown root 14836 7855 2 Mar01 ? 08:11:09 /usr/lib/virtualbox/VirtualBox --comment laxdev001 --startvm 541200f0-456d-4d7f-8746-a732b4f14df3 --no-startvm-errormsgbox root 15483 7855 1 Mar08 ? 02:34:15 /usr/lib/virtualbox/VirtualBox --comment laxdev002 --startvm 5f8fd40b-7243-4063-9026-03aaa77a155a --no-startvm-errormsgbox root 19706 19602 0 09:08 pts/0 00:00:00 grep virtualbox root 24475 7855 1 Mar09 ? 02:12:00 /usr/lib/virtualbox/VirtualBox --comment laxdev003 --startvm 0db035fe-4af1-409a-983d-1140952c722a --no-startvm-errormsgbox root 28853 7855 1 Mar10 ? 01:29:45 /usr/lib/virtualbox/VirtualBox --comment laxdev004 --startvm 72c390be-64e5-4fcf-87b4-7881e76cc904 --no-startvm-errormsgbox

code

#8589 obsolete JAX-WS vboxjws.jar has issues with enum types ludo
Description

Playing with the import appliances features via a JAX-WS client using vboxjws.jar from VB SDK 4.0.x

2 Enum classes are not correct in the CASE of the values. Server side sends UPPERCASE values, while the enum java values are CamelCaseWithoutUnderScore.

I decompile the 2 classes, change the case, and now my modification works, so it should be applied to VirtualBox SDK JWS jar library.

the 2 enum classes are: VirtualSystemDescriptionType and VirtualSystemDescriptionValueType

Code should be more like:

public enum VirtualSystemDescriptionValueType {

REFERENCE(1), ORIGINAL(2), AUTO(3), EXTRACONFIG(4);

private final int value;

..................

and:

package org.virtualbox_4_0;

public enum VirtualSystemDescriptionType {

IGNORE(1), OS(2), NAME(3), PRODUCT(4), VENDOR(5), VERSION(6), PRODUCTURL(7), VENDORURL(8), DESCRIPTOR(9), LICENSE(10), MISCELLANEOUS(11), CPU(12), MEMORY(13), HARD_DISK_CONTROLLER_IDE(14), HARD_DISK_CONTROLLER_SATA(15), HARD_DISK_CONTROLLER_SCSI(16), HARD_DISK_CONTROLLER_RSAS(17), HARD_DISK_IMAGE(18), FLOPPY(19), CDROM(20), NETWORK_ADAPTER(21), USB_CONTROLLER(22), SOUNDCARD(23);

private final int value;

to reflect correct CASE from the server.

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