From owner-freebsd-emulation@FreeBSD.ORG Thu Jun 12 01:17:43 2014 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 75CFA3EC for ; Thu, 12 Jun 2014 01:17:43 +0000 (UTC) Received: from mail-vc0-x229.google.com (mail-vc0-x229.google.com [IPv6:2607:f8b0:400c:c03::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2D1EB2E89 for ; Thu, 12 Jun 2014 01:17:43 +0000 (UTC) Received: by mail-vc0-f169.google.com with SMTP id la4so112567vcb.28 for ; Wed, 11 Jun 2014 18:17:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=vopenhouse.ca; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=igjE1wb6rjXaWI/UTIrgjQc1XVNiDStwrlruMZdiArA=; b=nxNPtFfo7tqCQw6g4Uo4SrDtAntMou65RFltLrXr1PTwS3OW3JWaphaUe4OtQY0aFW AazQRjm1HtnotpVFSLMutJQ/IvOQ1sS7E6tJ6Rs4Zgf9jNUMV2JvdBXtZUAFYrNRXbZA FNl0f48mbWRe7hpCpo1SYVJ7gLlIY83cCpKZU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=igjE1wb6rjXaWI/UTIrgjQc1XVNiDStwrlruMZdiArA=; b=IfeuCb/+ZzbAe/BnRcEFFKB2NAmB7e1JiNR21UBipE1mmCZcR+TUDFQ+WVvThSGP7V cWSiJD3mC7EGcELZf4spaCQYQlfO5w3Bgl8bz4uZJcwdEiGH3OgcC+tgtP/ogM3oiJOM tpn4sNTtMAZzFxOYZDJqnmXY2LUyvzFPWlloLG2JKsMGySCH15T5rDLUFZWK7B3kSbHH fnuexwyKpmmJ7ULg5bBpUeio2gMGHB6zfhdD/8RQybiEwNPKuMifnF79275qmnMumede Q3SyoQucB57zM58dhiI3QSLQpFOKgtYOfJ76D2zaPXLOj4HOkTxAnZrfxssbnpzqddi5 FUmg== X-Gm-Message-State: ALoCoQk34TgWFOyG5lIgtpK6PYsH+9AgXSqn5KtuZBZg7yeTECh72NRI2DusZZCaLXWSDNORMT2E MIME-Version: 1.0 X-Received: by 10.220.106.7 with SMTP id v7mr155759vco.46.1402535862062; Wed, 11 Jun 2014 18:17:42 -0700 (PDT) Received: by 10.220.197.130 with HTTP; Wed, 11 Jun 2014 18:17:42 -0700 (PDT) X-Originating-IP: [23.16.233.58] In-Reply-To: References: Date: Wed, 11 Jun 2014 18:17:42 -0700 Message-ID: Subject: Fwd: FreeBSD Port: emulators/virtualbox-ose From: Ron Thomas To: freebsd-emulation@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.18 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: Thu, 12 Jun 2014 01:17:43 -0000 Not sure if this is the right venue for this, if not, could you point me in the right direction? VBoxHeadless crashes on VNC disconnect. Every time I close a VNC session VBoxHeadless crashes. I am starting VirtualBox using "service vboxheadless start" #uname -a FreeBSD my.domain.com 9.2-RELEASE-p6 FreeBSD 9.2-RELEASE-p6 #0: Tue May 13 08:21:53 UTC 2014 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 #pkg version | grep 'virtualbox' virtualbox-ose-4.3.12_1 = virtualbox-ose-kmod-4.3.12 = Installed with following options: DBUS DEBUG GUESTADDITIONS PYTHON UDPTUNNEL VNC (gdb) backtrace #0 0x0000000805963e48 in ConsoleVRDPServer::AuthDisconnect (this=0x805013f00, uuid=@0x7ffffeeb3ce0, u32ClientId=4294967295) at /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.12/src/VBox/Main/src-client/ConsoleVRDPServer.cpp:3339 #1 0x0000000805919ddb in Console::VRDPClientDisconnect (this=0x805095800, u32ClientId=4294967295, fu32Intercepted=0) at /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.12/src/VBox/Main/src-client/ConsoleImpl.cpp:1411 #2 0x000000080596962c in ConsoleVRDPServer::VRDPCallbackIntercept (pvCallback=0x805013f00, u32ClientId=4294967295, fu32Intercept=0, ppvIntercept=0x80596962c) at /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.12/src/VBox/Main/src-client/ConsoleVRDPServer.cpp:1016 #3 0x00000008084014c0 in VNCServerImpl::clientGoneHook (cl=0x80a078000) at /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.12/src/VBox/ExtPacks/VNC/VBoxVNC.cpp:1294 #4 0x00000008086178f8 in rfbClientConnectionGone () from /usr/local/lib/libvncserver.so.0 #5 0x0000000808611dec in clientInput () from /usr/local/lib/libvncserver.so.0 #6 0x0000000800829d34 in pthread_getprio () from /lib/libthr.so.3 #7 0x0000000000000000 in ?? () #VBoxManage showvminfo Windows7 Type Manifest File: /home/vEncoder/.VirtualBox/xpti.dat nsNativeComponentLoader: autoregistering begins. nsNativeComponentLoader: autoregistering succeeded nNCL: registering deferred (0) Name: Windows7 Groups: / Guest OS: Windows 7 (32 bit) UUID: 4d576e54-80c4-43c5-bc47-78b3e084842b Config file: /home/vEncoder/.VirtualBox/Machines/Windows7/Windows7.vbox Snapshot folder: /home/vEncoder/.VirtualBox/Machines/Windows7/Snapshots Log folder: /home/vEncoder/.VirtualBox/Machines/Windows7/Logs Hardware UUID: 4d576e54-80c4-43c5-bc47-78b3e084842b Memory size: 4096MB Page Fusion: off VRAM size: 256MB CPU exec cap: 100% HPET: off Chipset: piix3 Firmware: BIOS Number of CPUs: 2 PAE: off Long Mode: on Synthetic CPU: off CPUID overrides: None Boot menu mode: message and menu Boot Device (1): DVD Boot Device (2): DVD Boot Device (3): HardDisk Boot Device (4): Not Assigned ACPI: on IOAPIC: off Time offset: 0ms RTC: local time Hardw. virt.ext: on Nested Paging: on Large Pages: off VT-x VPID: on VT-x unr. exec.: on State: running (since 2014-06-12T00:40:02.810000000) Monitor count: 1 3D 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): SATA Controller Storage Controller Type (0): IntelAhci Storage Controller Instance Number (0): 0 Storage Controller Max Port Count (0): 30 Storage Controller Port Count (0): 3 Storage Controller Bootable (0): on SATA Controller (0, 0): /home/vEncoder/.VirtualBox/Machines/Windows7/Snapshots/{e54f712d-aadc-48ca-a3c9-5b727b37f1bb}.vdi (UUID: e54f712d-aadc-48ca-a3c9-5b727b37f1bb) SATA Controller (1, 0): /usr/ports/distfiles/VBoxGuestAdditions_4.3.12.iso (UUID: 98c31c76-86d3-4762-a919-347661bb1209) SATA Controller (2, 0): Empty NIC 1: MAC: 080027F6FBBC, Attachment: NAT, Cable connected: on, Trace: off (file: none), Type: 82540EM, Reported speed: 0 Mbps, Boot priority: 0, Promisc Policy: deny, Bandwidth group: none NIC 1 Settings: MTU: 0, Socket (send: 64, receive: 64), TCP Window (send:64, receive: 64) 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 LPT 1: disabled LPT 2: disabled Audio: disabled Clipboard Mode: Bidirectional Drag'n'drop Mode: HostToGuest Video mode: 1280x1024x24 at 0,0 VRDE: enabled (Address 127.0.0.1, Ports 5901, MultiConn: off, ReuseSingleConn: off, Authentication type: external) VRDE port: 5901 Video redirection: disabled VRDE property: TCP/Ports = "5901" VRDE property: TCP/Address = "127.0.0.1" USB: disabled EHCI: disabled USB Device Filters: Available remote USB devices: Currently Attached USB Devices: Bandwidth groups: Shared folders: Name: 'Backup', Host path: '/home/vEncoder/Backups' (machine mapping), writable VRDE Connection: not active Clients so far: 0 Video capturing: not active Capture screens: 0 Capture file: /home/vEncoder/.VirtualBox/Machines/Windows7/Windows7.webm Capture dimensions: 1024x768 Capture rate: 512 kbps Capture FPS: 25 Guest: Configured memory balloon size: 0 MB OS type: Windows7 Additions run level: 2 Additions version: 4.3.12 r93733 Guest Facilities: Facility "VirtualBox Base Driver": active/running (last update: 2014/06/12 00:40:46 UTC) Facility "VirtualBox System Service": active/running (last update: 2014/06/12 00:40:51 UTC) Facility "Seamless Mode": not active (last update: 2014/06/12 00:40:46 UTC) Facility "Graphics Mode": not active (last update: 2014/06/12 00:40:46 UTC) Snapshots: Name: --live (UUID: dea57eca-678c-428c-809e-b9b22952dd3c) * ipcDConnectService Stats => number of worker threads: 1 Thanks in advance, -- Ron -- Ron Thomas The Video Openhouse Team www.vopenhouse.ca Ranked #1 in google.ca for 'Real Estate Video' (604)732-7070