Custom Query (16363 matches)
Results (2185 - 2187 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1850 | worksforme | command line VBoxManage modifyvm -uartmode is not working | ||
| Description |
VBoxManage modifyvm S10 -uartmode1 server "/tmp/vb1" is not working. Same setting, but configured through GUI is working fine. Calling it acording to VBoxManage usage help. I need this to have hands of installation and configuration of Virtualbox and Vm's through command line and telnet. output of command: # VBoxManage modifyvm S10 -uartmode1 '/tmp/vb1'
VirtualBox Command Line Management Interface Version 1.6.2
(C) 2005-2008 Sun Microsystems, Inc.
All rights reserved.
[!] FAILED calling uart->SetHostMode (PortMode::HostDevice) at line 5180!
[!] Primary RC = NS_ERROR_INVALID_ARG (0x80070057) - Invalid argument value
[!] Full error info present: true , basic error info present: true
[!] Result Code = NS_ERROR_INVALID_ARG (0x80070057) - Invalid argument value
[!] Text = Cannot set the host device mode of the serial port 0 because the device path is empty or null
[!] Component = SerialPort, Interface: ISerialPort, {937f6970-5103-4745-b78e-d28dcf1479a8}
[!] Callee = ISerialPort, {937f6970-5103-4745-b78e-d28dcf1479a8}
output of VBoxManage showvminfo before running command # VBoxManage showvminfo S10 VirtualBox Command Line Management Interface Version 1.6.2 (C) 2005-2008 Sun Microsystems, Inc. All rights reserved. Name: S10 Guest OS: Solaris UUID: 04e68f9c-7dd4-4a41-c693-58a7dd45d00b Config file: /root/.VirtualBox/Machines/S10/S10.xml Memory size: 512MB VRAM size: 8MB Boot menu mode: message and menu ACPI: on IOAPIC: off PAE: off Time offset: 0 ms Hardw. virt.ext: off State: powered off (since 2008-07-16T23:42:42.000000000) Monitor count: 1 Floppy: empty SATA: disabled Primary master: /root/.VirtualBox/VDI/S10.vdi (UUID: 15acc63d-e232-4ef7-3797-8bce6caedd65) DVD: /net/dorfl.czech/export/install/iso/solaris_media/s10u6/03/i86pc/solarisdvd.iso (UUID: 393b9add-c0e6-4a77-44a5-f35dff664778) NIC 1: MAC: 080027A0754B, Attachment: NAT, Cable connected: on, Trace: off (file: none), Type: Am79C973, Reported speed: 0 Mbps NIC 2: disabled NIC 3: disabled NIC 4: disabled UART 1: I/O base: 0x03f8, IRQ: 4, disconnected UART 2: disabled Audio: disabled (Driver: Unknown, Controller: Unknown) Clipboard Mode: Bidirectional VRDP: disabled USB: disabled USB Device Filters: <none> Shared folders: <none> Guest: Statistics update: disabled vminfo after configuring through gui: # VBoxManage showvminfo S10 VirtualBox Command Line Management Interface Version 1.6.2 (C) 2005-2008 Sun Microsystems, Inc. All rights reserved. Name: S10 Guest OS: Solaris UUID: 04e68f9c-7dd4-4a41-c693-58a7dd45d00b Config file: /root/.VirtualBox/Machines/S10/S10.xml Memory size: 512MB VRAM size: 8MB Boot menu mode: message and menu ACPI: on IOAPIC: off PAE: off Time offset: 0 ms Hardw. virt.ext: off State: powered off (since 2008-07-16T23:42:42.000000000) Monitor count: 1 Floppy: empty SATA: disabled Primary master: /root/.VirtualBox/VDI/S10.vdi (UUID: 15acc63d-e232-4ef7-3797-8bce6caedd65) DVD: /net/dorfl.czech/export/install/iso/solaris_media/s10u6/03/i86pc/solarisdvd.iso (UUID: 393b9add-c0e6-4a77-44a5-f35dff664778) NIC 1: MAC: 080027A0754B, Attachment: NAT, Cable connected: on, Trace: off (file: none), Type: Am79C973, Reported speed: 0 Mbps NIC 2: disabled NIC 3: disabled NIC 4: disabled UART 1: I/O base: 0x03f8, IRQ: 4, attached to pipe (server) '/tmp/vb1' UART 2: disabled Audio: disabled (Driver: Unknown, Controller: Unknown) Clipboard Mode: Bidirectional VRDP: disabled USB: disabled USB Device Filters: <none> Shared folders: <none> Guest: Statistics update: disabled |
|||
| #2629 | fixed | command line VBoxManage modifyvm -uartmode is not working | ||
| Description |
VBoxManage modifyvm myVmName -uartmode1 server "/tmp/mySocket" is not working. Same setting, but configured through GUI is working fine. Calling it acording to VBoxManage usage help. output of command: minos@frodon:~/Devel/hynesim/hynesim-ng/trunk$ sudo VBoxManage modifyvm myVmName -uart1 0x3f8 4 -uartmode1 server "/tmp/mySocket"
VirtualBox Command Line Management Interface Version 2.0.4
(C) 2005-2008 Sun Microsystems, Inc.
All rights reserved.
[!] FAILED calling uart->SetHostMode (PortMode::HostPipe) at line 5353!
[!] Primary RC = NS_ERROR_INVALID_ARG (0x80070057) - Invalid argument value
[!] Full error info present: true , basic error info present: true
[!] Result Code = NS_ERROR_INVALID_ARG (0x80070057) - Invalid argument value
[!] Text = Cannot set the host pipe mode of the serial port 0 because the pipe path is empty or null
[!] Component = SerialPort, Interface: ISerialPort, {937f6970-5103-4745-b78e-d28dcf1479a8}
[!] Callee = ISerialPort, {937f6970-5103-4745-b78e-d28dcf1479a8}
This problem appears in the OSE 2.0.4 and Commercial 2.0.4 Licenses. |
|||
| #5834 | invalid | com port not visible in device manager inside virtual box | ||
| Description |
My system set up is something like this Ubuntu is the base OS on which virtual box is running Windows XP After logging into Windows, i couldnt find COM PORT in device manager list. But i could deduct COM port in ubuntu layer. Can someone help to resolve this |
|||

