Opened 7 years ago
Last modified 7 years ago
#17792 new defect
vboxmanage guestcontrol run --exe doesn't display any output
Reported by: | Frédéric MARIE-JOSEPH | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 5.2.12 |
Keywords: | vboxmanage guestcontrol | Cc: | |
Guest type: | Linux | Host type: | Linux |
Description
Hello,
The vboxmanage guestcontrol run/start doesn't show any information on the standard output. == I have tried with the --wait-stdout and/or --wait-stderr but nothing change. Sessions seems to be created but I even obtain acore dumped while watching operation. Here my details :
What I do :
[fredmj@Lagrange ~]$ vboxmanage --nologo guestcontrol "CENTOS7.TMP" --verbose run --exe "/bin/ls" --username fredmj --password dummyPass --wait-stdout
[fredmj@Lagrange ~]$ vboxmanage guestcontrol CENTOS7.TMP watch Session ID=1 "[12121] VBoxManage Guest Control [CENTOS7.TMP] - start" unregistered Session ID=2 "[12154] VBoxManage Guest Control [CENTOS7.TMP] - start" unregistered Session ID=3 "[12186] VBoxManage Guest Control [CENTOS7.TMP] - run" unregistered Session ID=1 "[12806] VBoxManage Guest Control [CENTOS7.TMP] - run" registered Process "/bin/ls" registered Process PID=15554 "/bin/ls" changed status to [started] Process PID=15554 "/bin/ls" changed status to [successfully terminated] Session ID=1 "[12806] VBoxManage Guest Control [CENTOS7.TMP] - run" unregistered Erreur de segmentation (core dumped)
My configuration:
[fredmj@Lagrange ~]$ cat /etc/redhat-release CentOS Linux release 7.5.1804 (Core)
[fredmj@Lagrange ~]$ vboxmanage --version 5.2.12r122591
[fredmj@Lagrange ~]$ vboxmanage showvminfo CENTOS7.TMP Name: CENTOS7.TMP Groups: /BuildingBlocksLab Guest OS: Red Hat (64-bit) UUID: f415d3d3-cc35-488a-82d4-a9dbfd529cca Config file: /home/fredmj/VirtualBox VMs/BuildingBlocksLab/CENTOS7.TMP/CENTOS7.TMP.vbox Snapshot folder: /home/fredmj/VirtualBox VMs/BuildingBlocksLab/CENTOS7.TMP/Snapshots Log folder: /home/fredmj/VirtualBox VMs/BuildingBlocksLab/CENTOS7.TMP/Logs Hardware UUID: f415d3d3-cc35-488a-82d4-a9dbfd529cca Memory size: 1024MB Page Fusion: off VRAM size: 16MB CPU exec cap: 100% HPET: off Chipset: piix3 Firmware: BIOS Number of CPUs: 1 PAE: on Long Mode: on Triple Fault Reset: off APIC: on X2APIC: on CPUID Portability Level: 0 CPUID overrides: None Boot menu mode: message and menu Boot Device (1): Floppy Boot Device (2): DVD Boot Device (3): HardDisk Boot Device (4): Not Assigned ACPI: on IOAPIC: on BIOS APIC mode: APIC Time offset: 0ms RTC: UTC Hardw. virt.ext: on Nested Paging: on Large Pages: off VT-x VPID: on VT-x unr. exec.: on Paravirt. Provider: Default Effective Paravirt. Provider: KVM State: running (since 2018-05-30T23:32:13.661000000) Monitor count: 1 3D Acceleration: off 2D Video Acceleration: off Teleporter Enabled: off Teleporter Port: 0 Teleporter Address: Teleporter Password: Tracing Enabled: off Allow Tracing to Access VM: off Tracing Configuration: Autostart Enabled: off Autostart Delay: 0 Default Frontend: Storage Controller Name (0): IDE Storage Controller Type (0): PIIX4 Storage Controller Instance Number (0): 0 Storage Controller Max Port Count (0): 2 Storage Controller Port Count (0): 2 Storage Controller Bootable (0): on Storage Controller Name (1): SATA Storage Controller Type (1): IntelAhci Storage Controller Instance Number (1): 0 Storage Controller Max Port Count (1): 30 Storage Controller Port Count (1): 2 Storage Controller Bootable (1): on IDE (1, 0): Empty SATA (0, 0): /home/fredmj/VirtualBox VMs/BuildingBlocksLab/CENTOS7.TMP/CENTOS7.TMP.vdi (UUID: 92b5d7ab-8cac-41cf-ae63-98c5d51205c9) SATA (1, 0): /usr/share/virtualbox/VBoxGuestAdditions.iso (UUID: 3cc8e4fb-e56e-4eb6-a214-d1be7ca16272) NIC 1: MAC: 080027A06520, Attachment: Bridged Interface 'wlp2s0', Cable connected: on, Trace: off (file: none), Type: 82540EM, Reported speed: 0 Mbps, Boot priority: 0, Promisc Policy: deny, Bandwidth group: none NIC 2: disabled NIC 3: disabled NIC 4: disabled NIC 5: disabled NIC 6: disabled NIC 7: disabled NIC 8: disabled Pointing Device: PS/2 Mouse Keyboard Device: PS/2 Keyboard UART 1: disabled UART 2: disabled UART 3: disabled UART 4: disabled LPT 1: disabled LPT 2: disabled Audio: enabled (Driver: PulseAudio, Controller: AC97, Codec: AD1980) Audio playback: disabled Audio capture: enabled Clipboard Mode: disabled Drag and drop Mode: disabled Session name: headless Video mode: 800x600x32 at 0,0 enabled VRDE: disabled USB: enabled EHCI: disabled XHCI: disabled USB Device Filters: <none> Available remote USB devices: <none> Currently Attached USB Devices: <none> Bandwidth groups: <none> Shared folders: <none> VRDE Connection: not active Clients so far: 0 Capturing: not active Capture audio: not active Capture screens: 0 Capture file: /home/fredmj/VirtualBox VMs/BuildingBlocksLab/CENTOS7.TMP/CENTOS7.TMP.webm Capture dimensions: 1024x768 Capture rate: 512 kbps Capture FPS: 25 Capture options: ac_enabled=false Guest: Configured memory balloon size: 0 MB OS type: Linux26_64 Additions run level: 2 Additions version: 5.2.12 r122591 Guest Facilities: Facility "VirtualBox Base Driver": active/running (last update: 2018/05/30 21:35:01 UTC) Facility "VirtualBox System Service": active/running (last update: 2018/05/30 21:35:03 UTC) Facility "Seamless Mode": not active (last update: 2018/05/30 21:35:01 UTC) Facility "Graphics Mode": not active (last update: 2018/05/30 21:35:01 UTC)
Note:
See TracTickets
for help on using tickets.
Potentially a duplicate of #17386.