From owner-freebsd-emulation@FreeBSD.ORG  Sun Oct  7 07:49:42 2012
Return-Path: <owner-freebsd-emulation@FreeBSD.ORG>
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 41281106564A
	for <emulation@freebsd.org>; Sun,  7 Oct 2012 07:49:42 +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 0DCC48FC08
	for <emulation@freebsd.org>; Sun,  7 Oct 2012 07:49:41 +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 q977aYRG093704
	for <emulation@freebsd.org>; Sun, 7 Oct 2012 00:36:34 -0700 (PDT)
	(envelope-from yuri@rawbw.com)
Message-ID: <50713101.4070909@rawbw.com>
Date: Sun, 07 Oct 2012 00:36:33 -0700
From: Yuri <yuri@rawbw.com>
User-Agent: Mozilla/5.0 (X11; FreeBSD amd64;
	rv:15.0) Gecko/20120912 Thunderbird/15.0.1
MIME-Version: 1.0
To: emulation@freebsd.org
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Cc: 
Subject: flashplugin-11.2r202.238 fails to display openstreetmap.org editor
X-BeenThere: freebsd-emulation@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Development of Emulators of other operating systems
	<freebsd-emulation.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-emulation>, 
	<mailto:freebsd-emulation-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-emulation>
List-Post: <mailto:freebsd-emulation@freebsd.org>
List-Help: <mailto:freebsd-emulation-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-emulation>, 
	<mailto:freebsd-emulation-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 07 Oct 2012 07:49:42 -0000

To reproduce go to openstreetmap.org to some locale, login and hit Edit 
(top left corner).
This opens Potlatch 2 editor, it shows some panel on the left and on the 
top, but not the map itself. Map area stays blue.
Potlatch 1 editor (available through the down arrow near the Edit 
button) works fine.

Potlatch 2 works fine in Ubuntu with the same flash version.

Yuri

From owner-freebsd-emulation@FreeBSD.ORG  Sun Oct  7 08:28:15 2012
Return-Path: <owner-freebsd-emulation@FreeBSD.ORG>
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 E35341065670
	for <emulation@FreeBSD.org>; Sun,  7 Oct 2012 08:28:15 +0000 (UTC)
	(envelope-from linimon@FreeBSD.org)
Received: from portsmonj.FreeBSD.org (portsmonj.freebsd.org [69.147.83.46])
	by mx1.freebsd.org (Postfix) with ESMTP id D16178FC12
	for <emulation@FreeBSD.org>; Sun,  7 Oct 2012 08:28:15 +0000 (UTC)
Received: from portsmonj.freebsd.org (portsmonj.freebsd.org [69.147.83.46])
	by portsmonj.FreeBSD.org (8.14.5/8.14.4) with ESMTP id q978SFJA059791
	for <emulation@freebsd.org>; Sun, 7 Oct 2012 08:28:15 GMT
	(envelope-from linimon@FreeBSD.org)
Date: Sun, 7 Oct 2012 08:28:15 GMT
Message-Id: <201210070828.q978SFJA059791@portsmonj.FreeBSD.org>
From: linimon@FreeBSD.org
To: emulation@FreeBSD.org
Cc: 
Subject: FreeBSD ports that you maintain which are currently marked broken
X-BeenThere: freebsd-emulation@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: portmgr-feedback@FreeBSD.org
List-Id: Development of Emulators of other operating systems
	<freebsd-emulation.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-emulation>, 
	<mailto:freebsd-emulation-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-emulation>
List-Post: <mailto:freebsd-emulation@freebsd.org>
List-Help: <mailto:freebsd-emulation-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-emulation>, 
	<mailto:freebsd-emulation-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 07 Oct 2012 08:28:16 -0000

Dear FreeBSD port maintainer:

As part of an ongoing effort to reduce the number of problems in
the FreeBSD ports system, we periodically notify users of ports
that are marked as "broken" in their Makefiles.  In many cases
these ports are failing to compile on some subset of the FreeBSD
build environments.  The most common problem is that recent versions
of -CURRENT include gcc4.2, which is much stricter than older versions.
The next most common problem is that compiles succeed on the i386
architecture (e.g. the common Intel PC), but fail on one or more
of the other architectures due to assumptions about things such as
size of various types, byte-alignment issues, and so forth.

In occasional cases we see that the same port may have different
errors in different build environments.  The script that runs on the
build cluster uses heuristics to try to 'guess' the error type to
help you isolate problems, but it is only a rough guide.

One more note: on occasion, there are transient build errors seen
on the build farm.  Unfortunately, there is not yet any way for this
algorithm to tell the difference (humans are much, much better at
this kind of thing.)

The errors are listed below.  In the case where the same problem
exists on more than one build environment, the URL points to the
latest errorlog for that type.  (By 'build environment' here we
mean 'combination of 7.x/8.x/9.x/-current with target architecture'.)

(Note: the dates are included to help you to gauge whether or not
the error still applies to the latest version.  The program
that generates this report is not yet able to determine this
automatically.)

portname:           www/linux-flashplugin9
broken because:     unfetchable
build errors:
http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.10.20120608131052/linux-flashplugin-9.0r289_1.log (_Jun_13_10:34:28_UTC_2012)
overview:           http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=linux-flashplugin9


If these errors are ones that you are already aware of, please
accept our apologies and ignore this message.  On the other hand, if
you no longer wish to maintain this port (or ports), please reply
with a message stating that, and accept our thanks for your efforts
in the past.

Every effort has been made to make sure that these error reports
really do correspond to a port that you maintain.  However, due to
the fact that this is an automated process, it may indeed generate
false matches.  If one of these errors fits that description,
please forward this email to the author of this software, Mark
Linimon <linimon@FreeBSD.org>, so that he can attempt to fix the
problem in the future.

Thanks for your efforts to help improve FreeBSD.

From owner-freebsd-emulation@FreeBSD.ORG  Sun Oct  7 08:29:22 2012
Return-Path: <owner-freebsd-emulation@FreeBSD.ORG>
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 3510F10656C3
	for <emulation@FreeBSD.org>; Sun,  7 Oct 2012 08:29:22 +0000 (UTC)
	(envelope-from linimon@FreeBSD.org)
Received: from portsmonj.FreeBSD.org (portsmonj.freebsd.org [69.147.83.46])
	by mx1.freebsd.org (Postfix) with ESMTP id 217378FC0C
	for <emulation@FreeBSD.org>; Sun,  7 Oct 2012 08:29:22 +0000 (UTC)
Received: from portsmonj.freebsd.org (portsmonj.freebsd.org [69.147.83.46])
	by portsmonj.FreeBSD.org (8.14.5/8.14.4) with ESMTP id q978TM9c066269
	for <emulation@freebsd.org>; Sun, 7 Oct 2012 08:29:22 GMT
	(envelope-from linimon@FreeBSD.org)
Date: Sun, 7 Oct 2012 08:29:22 GMT
Message-Id: <201210070829.q978TM9c066269@portsmonj.FreeBSD.org>
From: linimon@FreeBSD.org
To: emulation@FreeBSD.org
Cc: 
Subject: FreeBSD ports that you maintain which are currently scheduled for
	deletion
X-BeenThere: freebsd-emulation@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: portmgr-feedback@FreeBSD.org
List-Id: Development of Emulators of other operating systems
	<freebsd-emulation.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-emulation>, 
	<mailto:freebsd-emulation-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-emulation>
List-Post: <mailto:freebsd-emulation@freebsd.org>
List-Help: <mailto:freebsd-emulation-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-emulation>, 
	<mailto:freebsd-emulation-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 07 Oct 2012 08:29:22 -0000

Dear FreeBSD port maintainer:

As part of an ongoing effort to reduce the number of problems in
the FreeBSD ports system, we periodically schedule removal of ports
that have been judged to have outlived their usefulness.  Often,
this is due to a better alternative having become available and/or
the cessation of development on the existing port.  In some cases,
ports are marked for removal because they fail to build and install
correctly from their sources, or otherwise fail in operation.

The ports, and the reason and date that they have been scheduled
for removal, are listed below.  If no one has stepped forward before
that time to propose a way to fix the problems (such as via a PR),
the ports will be deleted.



portname:           accessibility/linux-atk
description:        Accessibility Toolkit, Linux/i386 binary
maintainer:         emulation@FreeBSD.org
deprecated because: 
expiration date:    2013-02-28
build errors:       none.
overview:           http://portsmon.FreeBSD.org/portoverview.py?category=accessibility&portname=linux-atk


portname:           archivers/linux-ucl
description:        RPM of UCL, a lossless data compression library
maintainer:         emulation@FreeBSD.org
deprecated because: 
expiration date:    2013-02-28
build errors:       none.
overview:           http://portsmon.FreeBSD.org/portoverview.py?category=archivers&portname=linux-ucl


portname:           archivers/linux-upx
description:        RPM of UPX, a high-performance executable packer
maintainer:         emulation@FreeBSD.org
deprecated because: 
expiration date:    2013-02-28
build errors:       none.
overview:           http://portsmon.FreeBSD.org/portoverview.py?category=archivers&portname=linux-upx


portname:           audio/linux-esound
description:        RPM of esound
maintainer:         emulation@FreeBSD.org
deprecated because: 
expiration date:    2013-02-28
build errors:       none.
overview:           http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=linux-esound


portname:           audio/linux-libaudiofile
description:        RPM of audiofile
maintainer:         emulation@FreeBSD.org
deprecated because: 
expiration date:    2013-02-28
build errors:       none.
overview:           http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=linux-libaudiofile


portname:           audio/linux-nas-libs
description:        Runtime libraries for NAS (Linux Fedora Core 4)
maintainer:         emulation@FreeBSD.org
deprecated because: 
expiration date:    2013-02-28
build errors:       none.
overview:           http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=linux-nas-libs


portname:           devel/linux-allegro
description:        Cross-platform game programming library (linux
                    version)
maintainer:         emulation@FreeBSD.org
deprecated because: 
expiration date:    2013-02-28
build errors:       none.
overview:           http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=linux-allegro


portname:           devel/linux-libglade
description:        RPM of libglade
maintainer:         emulation@FreeBSD.org
deprecated because: 
expiration date:    2013-02-28
build errors:       none.
overview:           http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=linux-libglade


portname:           devel/linux-libsigc++20
description:        Callback Framework for C++ (linux version)
maintainer:         emulation@FreeBSD.org
deprecated because: 
expiration date:    2013-02-28
build errors:       none.
overview:           http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=linux-libsigc%2B%2B20


portname:           devel/linux-sdl12
description:        Cross-platform multi-media development API (linux
                    version)
maintainer:         emulation@FreeBSD.org
deprecated because: 
expiration date:    2013-02-28
build errors:       none.
overview:           http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=linux-sdl12


portname:           emulators/linux_base-fc4
description:        Base set of packages needed in Linux mode (for
                    i386/amd64)
maintainer:         emulation@FreeBSD.org
deprecated because: 
expiration date:    2013-02-28
build errors:       none.
overview:           http://portsmon.FreeBSD.org/portoverview.py?category=emulators&portname=linux_base-fc4


portname:           graphics/linux-imlib
description:        RPM of imlib
maintainer:         emulation@FreeBSD.org
deprecated because: 
expiration date:    2013-02-28
build errors:       none.
overview:           http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=linux-imlib


portname:           graphics/linux-jpeg
description:        RPM of the JPEG lib
maintainer:         emulation@FreeBSD.org
deprecated because: 
expiration date:    2013-02-28
build errors:       none.
overview:           http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=linux-jpeg


portname:           graphics/linux-libGLU
description:        OpenGL utility library (Linux version)
maintainer:         emulation@FreeBSD.org
deprecated because: 
expiration date:    2013-02-28
build errors:       none.
overview:           http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=linux-libGLU


portname:           graphics/linux-png
description:        RPM of the PNG lib
maintainer:         emulation@FreeBSD.org
deprecated because: 
expiration date:    2013-02-28
build errors:       none.
overview:           http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=linux-png


portname:           graphics/linux-png10
description:        RPM of the PNG lib (old 1.0 version)
maintainer:         emulation@FreeBSD.org
deprecated because: 
expiration date:    2013-02-28
build errors:       none.
overview:           http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=linux-png10


portname:           graphics/linux-tiff
description:        TIFF library, Linux/i386 binary
maintainer:         emulation@FreeBSD.org
status:             FORBIDDEN
deprecated because: 
expiration date:    2013-02-28
build errors:       none.
overview:           http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=linux-tiff


portname:           lang/linux-libg2c
description:        Fortran 77 compatibility runtime
maintainer:         emulation@FreeBSD.org
deprecated because: 
expiration date:    2013-02-28
build errors:       none.
overview:           http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=linux-libg2c


portname:           multimedia/linux-libtheora
description:        Video codec
maintainer:         emulation@FreeBSD.org
deprecated because: 
expiration date:    2013-02-28
build errors:       none.
overview:           http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=linux-libtheora


portname:           sysutils/linux-procps
description:        Linux psproc binaries
maintainer:         emulation@FreeBSD.org
deprecated because: 
expiration date:    2013-02-28
build errors:       none.
overview:           http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=linux-procps


portname:           textproc/linux-expat
description:        Linux/i386 binary port of Expat XML-parsing library
maintainer:         emulation@FreeBSD.org
deprecated because: 
expiration date:    2013-02-28
build errors:       none.
overview:           http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=linux-expat


portname:           textproc/linux-libxml
description:        RPM of libxml
maintainer:         emulation@FreeBSD.org
deprecated because: 
expiration date:    2013-02-28
build errors:       none.
overview:           http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=linux-libxml


portname:           x11-fonts/linux-fontconfig
description:        Linux/i386 binary of Fontconfig
maintainer:         emulation@FreeBSD.org
deprecated because: 
expiration date:    2013-02-28
build errors:       none.
overview:           http://portsmon.FreeBSD.org/portoverview.py?category=x11-fonts&portname=linux-fontconfig


portname:           x11-toolkits/linux-gtk
description:        RPM of the Gtk lib
maintainer:         emulation@FreeBSD.org
deprecated because: 
expiration date:    2013-02-28
build errors:       none.
overview:           http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=linux-gtk


portname:           x11-toolkits/linux-gtk2
description:        GTK+ library, version 2.X, Linux binary
maintainer:         emulation@FreeBSD.org
deprecated because: 
expiration date:    2013-02-28
build errors:       none.
overview:           http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=linux-gtk2


portname:           x11-toolkits/linux-openmotif
description:        Motif toolkit Linux libraries
maintainer:         emulation@FreeBSD.org
deprecated because: 
expiration date:    2013-02-28
build errors:       none.
overview:           http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=linux-openmotif


portname:           x11-toolkits/linux-pango
description:        Linux pango binary
maintainer:         emulation@FreeBSD.org
status:             FORBIDDEN
deprecated because: 
expiration date:    2013-02-28
build errors:       none.
overview:           http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=linux-pango


portname:           x11/linux-xorg-libs
description:        Xorg libraries, linux binaries
maintainer:         emulation@FreeBSD.org
deprecated because: 
expiration date:    2013-02-28
build errors:       none.
overview:           http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=linux-xorg-libs


If this problem is one that you are already aware of, please accept
our apologies and ignore this message.  On the other hand, if you no
longer wish to maintain this port (or ports), please reply with a
message stating that, and accept our thanks for your efforts in the
past.

Thanks for your efforts to help improve FreeBSD.

From owner-freebsd-emulation@FreeBSD.ORG  Sun Oct  7 08:30:16 2012
Return-Path: <owner-freebsd-emulation@FreeBSD.ORG>
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 14F9D1065672
	for <emulation@FreeBSD.org>; Sun,  7 Oct 2012 08:30:16 +0000 (UTC)
	(envelope-from linimon@FreeBSD.org)
Received: from portsmonj.FreeBSD.org (portsmonj.freebsd.org [69.147.83.46])
	by mx1.freebsd.org (Postfix) with ESMTP id ED21E8FC14
	for <emulation@FreeBSD.org>; Sun,  7 Oct 2012 08:30:15 +0000 (UTC)
Received: from portsmonj.freebsd.org (portsmonj.freebsd.org [69.147.83.46])
	by portsmonj.FreeBSD.org (8.14.5/8.14.4) with ESMTP id q978UFer072128
	for <emulation@freebsd.org>; Sun, 7 Oct 2012 08:30:15 GMT
	(envelope-from linimon@FreeBSD.org)
Date: Sun, 7 Oct 2012 08:30:15 GMT
Message-Id: <201210070830.q978UFer072128@portsmonj.FreeBSD.org>
From: linimon@FreeBSD.org
To: emulation@FreeBSD.org
Cc: 
Subject: FreeBSD ports that you maintain which are currently marked forbidden
X-BeenThere: freebsd-emulation@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: portmgr-feedback@FreeBSD.org
List-Id: Development of Emulators of other operating systems
	<freebsd-emulation.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-emulation>, 
	<mailto:freebsd-emulation-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-emulation>
List-Post: <mailto:freebsd-emulation@freebsd.org>
List-Help: <mailto:freebsd-emulation-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-emulation>, 
	<mailto:freebsd-emulation-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 07 Oct 2012 08:30:16 -0000

Dear FreeBSD port maintainer:

As part of an ongoing effort to reduce the number of problems in the
FreeBSD ports system, we periodically notify users about
ports that are marked as "forbidden" in their Makefiles.  Often,
these ports are so marked due to security concerns, such as known
exploits.

An overview of each port, including errors seen on the build farm,
is included below.

portname:           graphics/linux-tiff
forbidden because:  Vulnerable since 2004-10-13,
                    http://portaudit.freebsd.org/8816bf3a-7929-11df-bcce-0018f3e2eb82.html
build errors:       none.
overview:           http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=linux-tiff


portname:           x11-toolkits/linux-pango
forbidden because:  Vulnerable since 2009-05-13,
                    http://portaudit.freebsd.org/4b172278-3f46-11de-becb-001cc0377035.html
build errors:       none.
overview:           http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=linux-pango


If this problem is one that you are already aware of, please accept
our apologies and ignore this message.  On the other hand, if you no
longer wish to maintain this port (or ports), please reply with a
message stating that, and accept our thanks for your efforts in the
past.

Thanks for your efforts to help improve FreeBSD.

From owner-freebsd-emulation@FreeBSD.ORG  Sun Oct  7 12:38:00 2012
Return-Path: <owner-freebsd-emulation@FreeBSD.ORG>
Delivered-To: freebsd-emulation@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 3ADDA106564A
	for <freebsd-emulation@freebsd.org>;
	Sun,  7 Oct 2012 12:38:00 +0000 (UTC) (envelope-from marek_sal@wp.pl)
Received: from mx3.wp.pl (mx3.wp.pl [212.77.101.7])
	by mx1.freebsd.org (Postfix) with ESMTP id B1EA78FC0C
	for <freebsd-emulation@freebsd.org>;
	Sun,  7 Oct 2012 12:37:59 +0000 (UTC)
Received: (wp-smtpd smtp.wp.pl 17780 invoked from network);
	7 Oct 2012 14:37:57 +0200
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wp.pl; s=1024a;
	t=1349613477; bh=d8NuFOgF8ZLA6KyGGvdNJog1sZOuvNB7dobZL8qnzng=;
	h=From:To:Subject;
	b=cVtalvWWtwZsmnQ9vD3S9w9sDujrialQzlJOaDFqPodQAgoh91nqxi01f1q0nKFHr
	uTL85t4KVchvcQzgjmNINTOjnUgOGQQYN5ycjck6ITkaBh4xm2bIjktynBWrt0ZMTJ
	RLfpQcDKN1MHdi9VPJRH+TOjmAFzgvQtgZhmAMyo=
Received: from nat.misal.pl (HELO [127.0.0.1]) (marek_sal@[83.19.131.171])
	(envelope-sender <marek_sal@wp.pl>)
	by smtp.wp.pl (WP-SMTPD) with AES256-SHA encrypted SMTP
	for <vbox-users-community@lists.sourceforge.net>;
	7 Oct 2012 14:37:57 +0200
Message-ID: <507177A3.50603@wp.pl>
Date: Sun, 07 Oct 2012 14:37:55 +0200
From: Marek Salwerowicz <marek_sal@wp.pl>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64;
	rv:15.0) Gecko/20120907 Thunderbird/15.0.1
MIME-Version: 1.0
To: Community mailing list of VirtualBox users
	<vbox-users-community@lists.sourceforge.net>, 
	freebsd-emulation@freebsd.org
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
X-Antivirus: avast! (VPS 121007-0, 2012-10-07), Outbound message
X-Antivirus-Status: Clean
X-WP-AV: skaner antywirusowy poczty Wirtualnej Polski S. A.
X-WP-SPAM: NO 0000000 [MWOU]                               
Cc: 
Subject: Networking Bridged mode
X-BeenThere: freebsd-emulation@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Development of Emulators of other operating systems
	<freebsd-emulation.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-emulation>, 
	<mailto:freebsd-emulation-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-emulation>
List-Post: <mailto:freebsd-emulation@freebsd.org>
List-Help: <mailto:freebsd-emulation-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-emulation>, 
	<mailto:freebsd-emulation-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 07 Oct 2012 12:38:00 -0000

Hi all,

I am using VirtualBox 4.2 at FreeBSD 9.1 host.
I've set up virtual machine with one bridged NIC with PXE Boot.

I'd like to boot the diskless FreeBSD system in the VM, using TFTP 
(works in my physical environment)

First step is to boot the PXE environment - and it works - The VM gets 
correct IP address from DHCP server.
The next step is to download the kernel and configuration file 
(loader.conf) via TFTP.

All the packets sent from TFTP server are sent to VM MAC address and my 
physical NIC doesn't get it ;(
(on tcpdump at host machine I notice only RRQ TO server, but no answers 
FROM server.. on server-side of course answers are sent)

I thought that bridge works in Layer 2 ISO/OSI, so theoretically it 
should be working..

Today I've started thinking about using vde_switch, but I can't find any 
info about how to set an up-link to physical NIC in host machine
Do you have any ideas/ solutions?

Regards,

-- 
Marek Salwerowicz



From owner-freebsd-emulation@FreeBSD.ORG  Sun Oct  7 14:58:57 2012
Return-Path: <owner-freebsd-emulation@FreeBSD.ORG>
Delivered-To: freebsd-emulation@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 1C537106566B
	for <freebsd-emulation@freebsd.org>;
	Sun,  7 Oct 2012 14:58:57 +0000 (UTC)
	(envelope-from lists@eitanadler.com)
Received: from mail-pa0-f54.google.com (mail-pa0-f54.google.com
	[209.85.220.54])
	by mx1.freebsd.org (Postfix) with ESMTP id DCAFA8FC17
	for <freebsd-emulation@freebsd.org>;
	Sun,  7 Oct 2012 14:58:56 +0000 (UTC)
Received: by mail-pa0-f54.google.com with SMTP id bi1so3608724pad.13
	for <freebsd-emulation@freebsd.org>;
	Sun, 07 Oct 2012 07:58:56 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
	d=eitanadler.com; s=0xdeadbeef;
	h=mime-version:in-reply-to:references:from:date:message-id:subject:to
	:cc:content-type;
	bh=7I/3nJ2Swt7cDCj5aIIf/Ru2jvtuyzctgcAVpnoKIKo=;
	b=ZjSEtEa5QzZR1zQZqgJstnYm7QjoH1nnpbodCshKXJWWVlFycvCP/zfjeJPM/7q2fE
	XLqiYPWK+WgwrT8geu1S+oPNgvFHpG+XueppoPiO8RakK6O/TUUoWWupZHVa+ojpnHkV
	E86eQoYhaxDwN6iSRMNP+n+C/kymzMNrNKSl8=
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
	d=google.com; s=20120113;
	h=mime-version:in-reply-to:references:from:date:message-id:subject:to
	:cc:content-type:x-gm-message-state;
	bh=7I/3nJ2Swt7cDCj5aIIf/Ru2jvtuyzctgcAVpnoKIKo=;
	b=E4OrXJ5fCK4n36z/waf4Dlzw6A0Pr7N4s8x24hgMsghgsy2PVA+pI9UIKzxXhe5XPb
	GkNvUHhhwwtWb7wEn/DciuPR6PXrW+2duA1EEAb0vIGZrPgElfOHvhE8x5dyTRUiov6D
	UUlDWolq4+1x4wEszonddLUWVY8zGFW0PWzYBcIorvVvKc8o+D0qZpXiC98IFxz4M+rR
	x/RA6bF+pMU1CJkbgj7VSZ0UHAtK2K0pWY6vzD4HH2wZDJPc5UkbUcvjYePOEpoig7MP
	WLwgp4USPu2S4vTLYh9Z8+P5vjb/M6HPfrahgDsgs6CxsVtGqRATPBp7B35sHQbWEcn+
	9pjA==
Received: by 10.68.200.231 with SMTP id jv7mr45771457pbc.140.1349621936341;
	Sun, 07 Oct 2012 07:58:56 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.66.161.163 with HTTP; Sun, 7 Oct 2012 07:58:26 -0700 (PDT)
In-Reply-To: <507177A3.50603@wp.pl>
References: <507177A3.50603@wp.pl>
From: Eitan Adler <lists@eitanadler.com>
Date: Sun, 7 Oct 2012 10:58:26 -0400
Message-ID: <CAF6rxgmSJnwpqF_+OF4o-8eQ+_9d=_mH1qEZSbpTWCCHZxQ=ug@mail.gmail.com>
To: Marek Salwerowicz <marek_sal@wp.pl>
Content-Type: text/plain; charset=UTF-8
X-Gm-Message-State: ALoCoQmQE7fhz5caz63qJGQ6VC9TRB6Ai+KV8EatyC4e06lY2nHArJQIy5pA1R80Ml0igB8fLRQj
Cc: freebsd-emulation@freebsd.org, Community mailing list of VirtualBox users
	<vbox-users-community@lists.sourceforge.net>
Subject: Re: Networking Bridged mode
X-BeenThere: freebsd-emulation@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Development of Emulators of other operating systems
	<freebsd-emulation.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-emulation>, 
	<mailto:freebsd-emulation-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-emulation>
List-Post: <mailto:freebsd-emulation@freebsd.org>
List-Help: <mailto:freebsd-emulation-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-emulation>, 
	<mailto:freebsd-emulation-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 07 Oct 2012 14:58:57 -0000

On 7 October 2012 08:37, Marek Salwerowicz <marek_sal@wp.pl> wrote:
> Hi all,
>
> I am using VirtualBox 4.2 at FreeBSD 9.1 host.
> I've set up virtual machine with one bridged NIC with PXE Boot.

> I'd like to boot the diskless FreeBSD system in the VM, using TFTP (works in
> my physical environment)

FYI:
http://blog.eitanadler.com/2012/10/nfs-mount-network-booting-virtualbox.html



-- 
Eitan Adler

