From owner-freebsd-virtualization@FreeBSD.ORG Tue Nov 11 00:14:53 2014 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E87EE95A for ; Tue, 11 Nov 2014 00:14:53 +0000 (UTC) Received: from mail1.bur200.uecomm.net.au (mail1.bur200.uecomm.net.au [218.185.0.70]) by mx1.freebsd.org (Postfix) with ESMTP id 99CD1154 for ; Tue, 11 Nov 2014 00:14:53 +0000 (UTC) Received: from mail.flexibledrive.com.au (unknown [115.186.196.106]) by mail1.bur200.uecomm.net.au (Postfix) with ESMTP id 4DEB7D55D for ; Tue, 11 Nov 2014 11:14:51 +1100 (EST) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.flexibledrive.com.au (Postfix) with ESMTP id B4CE8E682F for ; Tue, 11 Nov 2014 11:14:51 +1100 (EST) X-Virus-Scanned: amavisd-new at fdrive.com.au Received: from mail.flexibledrive.com.au ([127.0.0.1]) by localhost (mail.flexibledrive.com.au [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ryN2JO4OEfLc for ; Tue, 11 Nov 2014 11:14:43 +1100 (EST) Received: from ws-pross.vv.fda (ws-pross.vv.fda [192.168.50.199]) by mail.flexibledrive.com.au (Postfix) with ESMTPS id 4FC66E6948 for ; Tue, 11 Nov 2014 11:14:43 +1100 (EST) Date: Tue, 11 Nov 2014 11:14:42 +1100 (AEDT) From: Peter Ross X-X-Sender: petros@linux-vic-05.vv.fda To: freebsd-virtualization@freebsd.org Subject: Re: VirtualBox & X11: Guest console does not display remotey anynmore In-Reply-To: Message-ID: References: User-Agent: Alpine 2.11 (LRH 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Nov 2014 00:14:54 -0000 On Tue, 11 Nov 2014, Peter Ross wrote: > since yesterday I have a weird problem. I cannot display VirtualBox > _guest_ consoles remotely anymore (the GUI for configuration works). > > It worked two weeks ago and I am not aware of any changes. > > I am running Virtualbox headless on a server but use the GUI for installs > when needed. I forward ssh (-X) and use "su -m" to keep the DISPLAY > environment variable(DISPLAY=localhost:10.0) and xauth. > > Two weeks ago I did just that, > > 1. started "VirtualBox", > 2. created a VM and a disk, > 3. attached an ISO disk > 4. pressed start and the "BIOS" appeared > > Yesterday it all goes up to step 3- just 4 does not work. I get an error > instead of the BIOS screen, and on the server I get: > > X11 connection rejected because of wrong authentication. I found a workaround: VBoxSDL --startvm SageConfig This works and I can install my beloved Windows 7;-) Weird.. as said, the other way worked two weeks ago and nothing changed (I believe) Regards Peter