Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jun 2012 17:39:15 -0500 (CDT)
From:      Dan Mack <mack@macktronics.com>
To:        Maurizio Vairani <maurizio.vairani@cloverinformatica.it>
Cc:        freebsd-virtualization@freebsd.org
Subject:   Re: [PATCH] virtualbox-ose - VBoxHeadless TCPv6 port value
Message-ID:  <20120620173655.G2070@coco.macktronics.com>
In-Reply-To: <4FB4E9F1.3010001@cloverinformatica.it>
References:  <4FB4E9F1.3010001@cloverinformatica.it>

next in thread | previous in thread | raw e-mail | index | archive | help

I think this patch is broken.  I get :

/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.1.16/src/VBox/Frontends/VBoxHeadless/FramebufferVNC.cpp:94:
   error: 'struct _rfbScreenInfo' has no member named 'ipv6port'
kmk: *** [/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.1.16/out/freebsd.amd64/release/obj/VBoxHeadless/FramebufferVNC.o] 
Error 1

Dan

On Thu, 17 May 2012, Maurizio Vairani wrote:

> Dear list members,
> the latest libvncserver has IPv6 enabled by default. VirtualBox uses this 
> library for VNC headless connection without specify the tcp6 port value. 
> Running two or more virtual machines, all are trying to use the same tpc6 
> port 5900, the default value.  Connecting with a VNC viewer to a virtual 
> machine, different from the first started,  it crashes with a core dump, 
> probably due a bug in the FreeBSD libvncserver implementation.
> This simple patch set the tcp6 port value to the same value as tcp4 port 
> avoiding the crash.
>
> Regards,
> Maurizio
>
>
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120620173655.G2070>