From nobody Fri Nov 26 22:25:06 2021 X-Original-To: freebsd-emulation@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 9AE2218AB385 for ; Fri, 26 Nov 2021 22:25:18 +0000 (UTC) (envelope-from sysadmin.lists@mailfence.com) Received: from wilbur.contactoffice.com (wilbur.contactoffice.com [212.3.242.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4J18Ss1xTCz4qJH for ; Fri, 26 Nov 2021 22:25:17 +0000 (UTC) (envelope-from sysadmin.lists@mailfence.com) Received: from ichabod.co-bxl (ichabod.co-bxl [10.2.0.36]) by wilbur.contactoffice.com (Postfix) with ESMTP id 647511127 for ; Fri, 26 Nov 2021 23:25:09 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1637965509; s=20210208-e7xh; d=mailfence.com; i=sysadmin.lists@mailfence.com; h=Date:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:From; l=1449; bh=dFe53mo3SnhCBtI+DMTD04J13T6T7UZvdmYCI7FnNC4=; b=iXCQEHanD3mdVKSGSHH3J0szpB7/1sfWM38T7Xuj+SgQU6N2TRwcUcw02kFZ3Mvh gnZX9xM2CRq/5szvsMWVShmVnB1fmSCwdu+tgz1VF9721bRjt+NvE3ENr2jSJ5cdlI7 lzdWx2CShtL7+2hmTpUGMOdihL0XByB79B9O/Pp3txwNAWWpT7mrmvEvuYeg53lr/cc PxWloyxzseCZAogtWJgB7VTX4KvYLxWA216x8/0QQcZqNvSeFJq9DbcK44elfSPIpqb AEkx+qB0fS0GLKuv0HRurwfY/iUA6Ec285Q0QzlWLOxSyGqC7kn74ORUbULPm8ufhuH VfeLMZwdIQ== Date: Fri, 26 Nov 2021 23:25:06 +0100 (CET) Message-ID: <1504452818.359186.1637965506245@ichabod.co-bxl> List-Id: Development of Emulators of other operating systems List-Archive: https://lists.freebsd.org/archives/freebsd-emulation List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-emulation@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: VirtualBox Remote Instance From: Sysadmin Lists To: Freebsd Emulation X-Mailer: ContactOffice Mail X-ContactOffice-Account: com:312482426 X-Rspamd-Queue-Id: 4J18Ss1xTCz4qJH X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=fail ("body hash did not verify") header.d=mailfence.com header.s=20210208-e7xh header.b=iXCQEHan; dmarc=pass (policy=quarantine) header.from=mailfence.com; spf=pass (mx1.freebsd.org: domain of sysadmin.lists@mailfence.com designates 212.3.242.68 as permitted sender) smtp.mailfrom=sysadmin.lists@mailfence.com X-Spamd-Result: default: False [0.32 / 15.00]; ARC_NA(0.00)[]; XM_UA_NO_VERSION(0.01)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:212.3.242.64/26]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-emulation@freebsd.org]; NEURAL_SPAM_MEDIUM(0.89)[0.887]; RCPT_COUNT_ONE(0.00)[1]; RCVD_IN_DNSWL_LOW(-0.10)[212.3.242.68:from]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[mailfence.com:-]; DMARC_POLICY_ALLOW(0.00)[mailfence.com,quarantine]; NEURAL_SPAM_LONG(1.00)[1.000]; NEURAL_HAM_SHORT(-0.68)[-0.677]; R_DKIM_REJECT(0.00)[mailfence.com:s=20210208-e7xh]; DMARC_POLICY_ALLOW_WITH_FAILURES(-0.50)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:10753, ipnet:212.3.242.64/26, country:US]; RCVD_COUNT_TWO(0.00)[2]; RWL_MAILSPIKE_POSSIBLE(0.00)[212.3.242.68:from] X-Spam: Yes X-ThisMailContainsUnwantedMimeParts: N Hi. Here's my set-up: ~:$ freebsd-version -ru 12.2-RELEASE-p7 12.2-RELEASE-p11 ~:$ pkg info | awk '/virtualbox/ {print $1}' virtualbox-ose-6.1.26_3 virtualbox-ose-additions-6.1.26_1 virtualbox-ose-kmod-6.1.26 Here's the problem: When running VirtualBox over SSH with X11-forwarding, I'm unable to start windowed virtual machines from the GUI. A window comes up saying "Creating process for virtual machine '...' (GUI/Qt) ... (1/2)" and nothing happens. - VMs start fine using the "Headless Start" menu option. - VMs fail to start using "Normal" or "Detachable" menu options. - VMs start fine using any of the three options locally (on the VMs host). Here's the kicker: If I'm logged in on the VM's host, both "Normal" and "Detachable" work over SSH. What is causing that, and how can I fix it so I don't have to be logged in locally on the host to start windowed instances remotely? More details: I've enable the following ExtraData items on the VM, but nothing comes up while waiting for the failed windowed session to start: setextradata burp GUI/Dbg/Enabled true setextradata burp GUI/Dbg/AutoShow true I've also tried running the windowed VM instance directly without result: ~:$ ssh burp.host "virtualboxvm --startvm burp --debug-command-line" Furthermore, log-outs hang on the VM's host if a windowed instance of the VM is running over SSH. -- Sent with https://mailfence.com Secure and private email