From owner-freebsd-emulation@FreeBSD.ORG Sun Apr 1 00:32:23 2012 Return-Path: Delivered-To: emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 574CA106566C for ; Sun, 1 Apr 2012 00:32:23 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell0.rawbw.com (shell0.rawbw.com [198.144.192.45]) by mx1.freebsd.org (Postfix) with ESMTP id 3B43B8FC14 for ; Sun, 1 Apr 2012 00:32:23 +0000 (UTC) Received: from eagle.yuri.org (stunnel@localhost [127.0.0.1]) (authenticated bits=0) by shell0.rawbw.com (8.14.4/8.14.4) with ESMTP id q310WEua040882; Sat, 31 Mar 2012 17:32:17 -0700 (PDT) (envelope-from yuri@rawbw.com) Message-ID: <4F77A20B.8050000@rawbw.com> Date: Sat, 31 Mar 2012 17:32:11 -0700 From: Yuri User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0.3) Gecko/20120316 Thunderbird/10.0.3 MIME-Version: 1.0 To: Adam Vande More References: <4F77493C.2090600@rawbw.com> <4F775A96.2090103@rawbw.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: emulation@freebsd.org Subject: Re: VirtualBox-4.1.10: Mouse gets trapped in the FreeBSD-9.0 guest with additions installed X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Apr 2012 00:32:23 -0000 On 03/31/2012 14:41, Adam Vande More wrote: > > VBox creates a log for each VM instance, and it generally logs info > about this kind of stuff. Did you try restarting the VM to insure all > nessecary services have been restarted? Please find below the log extract for FreeBSD guest and for Ubuntu guest for the RUNNING phase. Both logs have these lines: Guest Additions capability report: (0x4) seamless: no, hostWindowMapping: no, graphics: yes Guest Additions capability report: (0x5) seamless: yes, hostWindowMapping: no, graphics: yes Yuri --FreeBSD guest log (with trapped mouse)-- 00:00:02.373 Changing the VM state from 'POWERING_ON' to 'RUNNING'. 00:00:02.400 Guest Log: BIOS: VirtualBox 4.1.10_OSE 00:00:02.423 ERROR [COM]: aRC=VBOX_E_IPRT_ERROR (0x80bb0005) aIID={09eed313-cd56-4d06-bd56-fac0f716b5dd} aComponent={Display} aText={Could not take a screenshot (VERR_NOT_SUPPORTED)}, preserve=false 00:00:02.434 ERROR [COM]: aRC=VBOX_E_IPRT_ERROR (0x80bb0005) aIID={09eed313-cd56-4d06-bd56-fac0f716b5dd} aComponent={Display} aText={Could not take a screenshot (VERR_NOT_SUPPORTED)}, preserve=false 00:00:02.555 PIT: mode=2 count=0x10000 (65536) - 18.20 Hz (ch=0) 00:00:02.557 PIIX3 ATA: Ctl#0: RESET, DevSel=0 AIOIf=0 CmdIf0=0x00 (-1 usec ago) CmdIf1=0x00 (-1 usec ago) 00:00:02.557 PIIX3 ATA: Ctl#0: finished processing RESET 00:00:02.558 Guest Log: BIOS: ata0-0: PCHS=16383/16/63 LCHS=1024/255/63 00:00:02.558 PIIX3 ATA: Ctl#0: RESET, DevSel=1 AIOIf=0 CmdIf0=0xec (-1 usec ago) CmdIf1=0x00 (-1 usec ago) 00:00:02.558 PIIX3 ATA: Ctl#0: finished processing RESET 00:00:02.558 PIIX3 ATA: Ctl#1: RESET, DevSel=0 AIOIf=0 CmdIf0=0x00 (-1 usec ago) CmdIf1=0x00 (-1 usec ago) 00:00:02.558 PIIX3 ATA: Ctl#1: finished processing RESET 00:00:02.558 PIT: mode=2 count=0x48d3 (18643) - 64.00 Hz (ch=0) 00:00:02.584 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=0000000821c00000 w=640 h=480 bpp=32 cbLine=0xA00, flags=0x1 00:00:02.637 2D video acceleration is disabled. 00:00:05.057 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=0000000000000000 w=720 h=400 bpp=0 cbLine=0x0, flags=0x1 00:00:05.072 PIT: mode=2 count=0x10000 (65536) - 18.20 Hz (ch=0) 00:00:05.072 Guest Log: BIOS: Booting from Hard Disk... 00:00:12.475 PIT: mode=2 count=0x2e9c (11932) - 99.99 Hz (ch=0) 00:00:16.985 PIIX3 ATA: Ctl#0: RESET, DevSel=0 AIOIf=0 CmdIf0=0xc4 (-1 usec ago) CmdIf1=0xa1 (-1 usec ago) 00:00:16.995 PIIX3 ATA: Ctl#0: finished processing RESET 00:00:17.098 PIIX3 ATA: Ctl#1: RESET, DevSel=0 AIOIf=0 CmdIf0=0xa1 (-1 usec ago) CmdIf1=0x00 (-1 usec ago) 00:00:17.108 PIIX3 ATA: Ctl#1: finished processing RESET 00:00:18.324 Guest As information report: Version 4.1.10 r76795 '4.1.10_OSE' 00:00:18.324 Guest Additions information report: Interface = 0x00010004 osType = 0x00060100 00:00:18.865 Guest Additions capability report: (0x0) seamless: no, hostWindowMapping: no, graphics: no 00:00:18.866 Guest reported fixed hypervisor window at 0x0000000092c00000 (size = 0x1000000, rc = VINF_SUCCESS) 00:00:19.413 OHCI: Software reset 00:00:19.625 OHCI: USB Operational 00:00:23.445 PIT: mode=2 count=0x10000 (65536) - 18.20 Hz (ch=0) 00:00:23.643 PIIX3 ATA: LUN#1: performing device RESET 00:00:23.649 PIIX3 ATA: LUN#2: performing device RESET 00:00:28.442 NAT: DHCP offered IP address 10.0.2.15 00:00:37.438 Guest Additions capability report: (0x4) seamless: no, hostWindowMapping: no, graphics: yes 00:00:37.620 Guest Additions capability report: (0x4) seamless: no, hostWindowMapping: no, graphics: yes 00:00:37.639 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=0000000821c00000 w=1456 h=899 bpp=32 cbLine=0x16C0, flags=0x1 00:00:37.667 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=0000000821c00000 w=1456 h=899 bpp=32 cbLine=0x16C0, flags=0x1 00:00:38.389 Guest Additions capability report: (0x4) seamless: no, hostWindowMapping: no, graphics: yes 00:01:10.548 Guest Additions capability report: (0x5) seamless: yes, hostWindowMapping: no, graphics: yes 00:01:10.734 Starting host clipboard service 00:01:10.734 Initializing X11 clipboard backend 00:01:10.815 Shared clipboard: starting shared clipboard thread 00:01:57.598 Changing the VM state from 'RUNNING' to 'SUSPENDING'. 00:01:57.799 PDMR3Suspend: 201 754 840 ns run time 00:01:57.799 Changing the VM state from 'SUSPENDING' to 'SUSPENDED'. 00:01:59.177 Changing the VM state from 'SUSPENDED' to 'RESUMING'. 00:01:59.178 Changing the VM state from 'RESUMING' to 'RUNNING'. 00:02:00.012 Guest Additions capability report: (0x4) seamless: no, hostWindowMapping: no, graphics: yes 00:02:00.028 Stopping the host clipboard service 00:02:00.028 ClipStopX11: stopping the shared clipboard X11 backend 00:02:00.028 Shared clipboard: shared clipboard thread terminated successfully 00:02:00.032 Guest Additions capability report: (0x4) seamless: no, hostWindowMapping: no, graphics: yes 00:02:00.033 Guest Additions capability report: (0x0) seamless: no, hostWindowMapping: no, graphics: no 00:02:00.772 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=0000000000000000 w=720 h=400 bpp=0 cbLine=0x0, flags=0x1 00:02:12.381 Entering S5 power state (power down) 00:02:12.393 Changing the VM state from 'RUNNING' to 'POWERING_OFF'. --Ubuntu guest log (no trapping)-- 00:00:03.313 Changing the VM state from 'POWERING_ON' to 'RUNNING'. 00:00:03.316 Guest Log: BIOS: VirtualBox 4.1.10_OSE 00:00:03.347 PIT: mode=2 count=0x10000 (65536) - 18.20 Hz (ch=0) 00:00:03.351 PIIX3 ATA: Ctl#0: RESET, DevSel=0 AIOIf=0 CmdIf0=0x00 (-1 usec ago) CmdIf1=0x00 (-1 usec ago) 00:00:03.351 PIIX3 ATA: Ctl#0: finished processing RESET 00:00:03.351 PIIX3 ATA: Ctl#1: RESET, DevSel=0 AIOIf=0 CmdIf0=0x00 (-1 usec ago) CmdIf1=0x00 (-1 usec ago) 00:00:03.351 PIIX3 ATA: Ctl#1: finished processing RESET 00:00:03.352 AHCI ATA: Ctl: RESET, DevSel=0 AIOIf=0 CmdIf0=0x00 (-1 usec ago) CmdIf1=0x00 (-1 usec ago) 00:00:03.352 AHCI ATA: Ctl: finished processing RESET 00:00:03.352 Guest Log: BIOS: ata2-0: PCHS=16383/16/63 LCHS=1024/255/63 00:00:03.352 PIT: mode=2 count=0x48d3 (18643) - 64.00 Hz (ch=0) 00:00:03.354 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=0000000821800000 w=640 h=480 bpp=32 cbLine=0xA00, flags=0x1 00:00:03.578 2D video acceleration is disabled. 00:00:05.832 PIT: mode=2 count=0x10000 (65536) - 18.20 Hz (ch=0) 00:00:05.832 Guest Log: BIOS: Booting from Hard Disk... 00:00:05.838 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=0000000000000000 w=720 h=400 bpp=0 cbLine=0x0, flags=0x1 00:00:05.850 AHCI ATA: Ctl: RESET, DevSel=0 AIOIf=0 CmdIf0=0xc4 (-1 usec ago) CmdIf1=0x00 (-1 usec ago) 00:00:05.850 AHCI ATA: Ctl: finished processing RESET 00:00:07.068 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=000000082192c000 w=640 h=480 bpp=32 cbLine=0xA00, flags=0x1 00:00:07.088 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=0000000821800000 w=640 h=480 bpp=32 cbLine=0xA00, flags=0x1 00:00:08.703 PIT: mode=2 count=0x12a5 (4773) - 249.98 Hz (ch=0) 00:00:09.052 PIT: mode=0 count=0x10000 (65536) - 18.20 Hz (ch=0) 00:00:09.441 OHCI: Software reset 00:00:09.788 PIIX3 ATA: Ctl#0: RESET, DevSel=0 AIOIf=0 CmdIf0=0xa1 (-1 usec ago) CmdIf1=0x00 (-1 usec ago) 00:00:09.788 PIIX3 ATA: Ctl#0: finished processing RESET 00:00:09.788 OHCI: USB Reset 00:00:09.788 PIIX3 ATA: Ctl#1: RESET, DevSel=0 AIOIf=0 CmdIf0=0xa1 (-1 usec ago) CmdIf1=0x00 (-1 usec ago) 00:00:09.789 PIIX3 ATA: Ctl#1: finished processing RESET 00:00:09.841 OHCI: Software reset 00:00:09.841 OHCI: USB Operational 00:00:33.180 Guest Additions information report: Version 4.1.10 r76795 '4.1.10' 00:00:33.180 Guest Additions information report: Interface = 0x00010004 osType = 0x00053100 00:00:33.180 Guest Additions capability report: (0x0) seamless: no, hostWindowMapping: no, graphics: no 00:00:33.180 Guest reported fixed hypervisor window at 0x0000000001000000 (size = 0x1000000, rc = VINF_SUCCESS) 00:00:33.180 Guest Log: vboxguest: major 0, IRQ 20, I/O port d020, MMIO at 00000000f0400000 (size 0x400000) 00:00:33.562 Audio: set_record_source ars=0 als=0 (not implemented) 00:00:33.562 Audio: set_record_source ars=0 als=0 (not implemented) 00:00:33.568 Audio: set_record_source ars=0 als=0 (not implemented) 00:00:33.627 NAT: IPv6 not supported 00:00:33.647 NAT: DHCP offered IP address 10.0.2.15 00:00:33.647 NAT: DHCP offered IP address 10.0.2.15 00:00:35.335 Guest Additions capability report: (0x4) seamless: no, hostWindowMapping: no, graphics: yes 00:00:35.527 Guest Additions capability report: (0x4) seamless: no, hostWindowMapping: no, graphics: yes 00:00:35.527 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=0000000821800000 w=1407 h=1011 bpp=32 cbLine=0x15FC, flags=0x1 00:00:35.528 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=0000000821800000 w=1407 h=1011 bpp=32 cbLine=0x15FC, flags=0x1 00:00:35.586 Guest Additions capability report: (0x4) seamless: no, hostWindowMapping: no, graphics: yes 00:00:36.269 Starting host clipboard service 00:00:36.269 Initializing X11 clipboard backend 00:00:36.271 Shared clipboard: starting shared clipboard thread 00:00:36.272 Guest Additions capability report: (0x5) seamless: yes, hostWindowMapping: no, graphics: yes 00:00:41.835 Changing the VM state from 'RUNNING' to 'SUSPENDING'. 00:00:41.836 AIOMgr: Endpoint for file '/home/yuri/VirtualBox VMs/Ubuntu64/Snapshots/{dca5f481-cc22-4e72-9c25-5b4622e06747}.vdi' (flags 00000781) created successfully 00:00:41.836 PDMR3Suspend: 855 535 ns run time 00:00:41.836 Changing the VM state from 'SUSPENDING' to 'SUSPENDED'. 00:00:42.917 Changing the VM state from 'SUSPENDED' to 'RESUMING'. 00:00:42.917 AIOMgr: Endpoint for file '/home/yuri/VirtualBox VMs/Ubuntu64/Snapshots/{dca5f481-cc22-4e72-9c25-5b4622e06747}.vdi' (flags 00000723) created successfully 00:00:42.917 Changing the VM state from 'RESUMING' to 'RUNNING'. 00:00:46.862 Guest Additions capability report: (0x4) seamless: no, hostWindowMapping: no, graphics: yes 00:00:46.863 Stopping the host clipboard service 00:00:46.863 ClipStopX11: stopping the shared clipboard X11 backend 00:00:46.863 Shared clipboard: shared clipboard thread terminated successfully 00:00:47.126 Guest Additions capability report: (0x4) seamless: no, hostWindowMapping: no, graphics: yes 00:00:47.126 Guest Additions capability report: (0x0) seamless: no, hostWindowMapping: no, graphics: no 00:00:47.148 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=0000000821800000 w=640 h=480 bpp=32 cbLine=0xA00, flags=0x1 00:00:51.078 NAT: DHCP offered IP address 10.0.2.15 00:01:00.168 OHCI: Software reset 00:01:00.397 Entering S5 power state (power down) 00:01:00.397 Changing the VM state from 'RUNNING' to 'POWERING_OFF'. --The End--