From owner-freebsd-emulation@FreeBSD.ORG Mon Jun 18 11:08:18 2007 Return-Path: X-Original-To: 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 AA5D816A476 for ; Mon, 18 Jun 2007 11:08:18 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 9720C13C44C for ; Mon, 18 Jun 2007 11:08:18 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l5IB8ILG017576 for ; Mon, 18 Jun 2007 11:08:18 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l5IB8Hp2017572 for freebsd-emulation@FreeBSD.org; Mon, 18 Jun 2007 11:08:17 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 18 Jun 2007 11:08:17 GMT Message-Id: <200706181108.l5IB8Hp2017572@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-emulation@FreeBSD.org Cc: Subject: Current problem reports assigned to you X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 18 Jun 2007 11:08:18 -0000 Current FreeBSD problem reports Critical problems Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/21463 emulation [linux] Linux compatability mode should not allow setu o kern/77710 emulation [linux] Linux page fault sigcontext information is wro o kern/101453 emulation [linux] [patch] linprocfs disallows non-zero file offs o kern/102956 emulation [linux] [patch] Add partial support for SO_PEERCRED in 4 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/11165 emulation [ibcs2] IBCS2 doesn't work correctly with PID_MAX 9999 o kern/29698 emulation [linux] [patch] linux ipcs doesn'work o kern/39201 emulation [linux] [patch] ptrace(2) and rfork(RFLINUXTHPN) confu o kern/41543 emulation [patch] feature request: easier wine/w23 support o kern/55835 emulation [linux] [patch] Linux IPC emulation missing SETALL sys a kern/72920 emulation [linux]: path "prefixing" is not done on unix domain s o kern/73777 emulation [linux] [patch] linux emulation: root dir special hand o kern/91293 emulation [svr4] [patch] *Experimental* Update to the SVR4 emula o ports/112355 emulation [PATCH] emulators/vmware3: cleanup non-supported FreeB 9 problems total. From owner-freebsd-emulation@FreeBSD.ORG Mon Jun 18 13:48:19 2007 Return-Path: X-Original-To: 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 5EF5416A41F for ; Mon, 18 Jun 2007 13:48:19 +0000 (UTC) (envelope-from ulrich@pukruppa.net) Received: from pukruppa.net (pukruppa.net [213.146.114.24]) by mx1.freebsd.org (Postfix) with ESMTP id B1AFA13C468 for ; Mon, 18 Jun 2007 13:48:18 +0000 (UTC) (envelope-from ulrich@pukruppa.net) Received: from pukruppa.net (localhost [127.0.0.1]) by pukruppa.net (8.14.1/8.14.1) with ESMTP id l5IDHnWN001133 for ; Mon, 18 Jun 2007 15:17:49 +0200 (CEST) (envelope-from ulrich@pukruppa.net) Received: from localhost (ulrich@localhost) by pukruppa.net (8.14.1/8.14.1/Submit) with ESMTP id l5IDHmQV001130 for ; Mon, 18 Jun 2007 15:17:49 +0200 (CEST) (envelope-from ulrich@pukruppa.net) Date: Mon, 18 Jun 2007 15:17:48 +0200 (CEST) From: "P.U.Kruppa" X-X-Sender: ulrich@small To: freebsd-emulation@freebsd.org Message-ID: <20070618150834.I9390@small> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Virtual network with qemu X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 18 Jun 2007 13:48:19 -0000 Hi, I posted this question a while ago to freebsd-questions - without any success. I hope this list is more suitable. For some network experiments I would like to set up two virtual machines with qemu inside my freebsd box. I tried to draw the situation: | DSL Bridge to Internet| ----------------------- | ___________ _________________|_________________ "Real" LAN |---| 192.168.10.1 | ----------- | FreeBSD 6.2 | | | | | | ______|______ _______|______ | | | 192.168.10.5| | 192.168.10.6 | | | | Win2k on | | FreeBSD on | | | | Qemu | | Qemu | | | ------------- -------------- | ----------------------------------- My real LAN uses 192.168.10.1 as gateway to the Internet. For now I can only connect one of the two virtual boxes to my real network, but not both. This is how far I get: # kldload aio kqemu if_tap bridge # sysctl net.link.ether.bridge_cfg=rl0,tap0 # sysctl net.link.ether.bridge.enable=1 # qemu-system-x86_64 -hda Win2k.img -m 512 -localtime \ -net tap -net nic When now I try to connect the second virtual box, it will "steal" the first box's network connection. Ah, yes: This is my /etc/qemu-ifup #!/bin/sh ifconfig ${1} 0.0.0.0 Thanks for your help, Uli. Peter Ulrich Kruppa Wuppertal Germany From owner-freebsd-emulation@FreeBSD.ORG Mon Jun 18 14:33:55 2007 Return-Path: X-Original-To: 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 BB34916A46B for ; Mon, 18 Jun 2007 14:33:55 +0000 (UTC) (envelope-from bsam@kfs.ru) Received: from kfs.ru (kfs.kfs.ru [62.183.117.194]) by mx1.freebsd.org (Postfix) with ESMTP id 56B8113C46C for ; Mon, 18 Jun 2007 14:33:55 +0000 (UTC) (envelope-from bsam@kfs.ru) Received: from bsam by kfs.ru with local (Exim 4.67 (FreeBSD)) (envelope-from ) id 1I0HxQ-000Lg5-CZ; Mon, 18 Jun 2007 18:11:52 +0400 To: "Zahemszky Gabor" References: <20070615203411.8139.qmail@mail.integrity.hu> From: Boris Samorodov Date: Mon, 18 Jun 2007 18:11:52 +0400 In-Reply-To: <20070615203411.8139.qmail@mail.integrity.hu> (Zahemszky Gabor's message of "Fri, 15 Jun 2007 22:34:11 +0200") Message-ID: <67772807@serv3.int.kfs.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: "Boris B. Samorodov" Cc: freebsd-emulation@FreeBSD.org Subject: Re: linux-nero on freebsd does not work :-( X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 18 Jun 2007 14:33:55 -0000 Cc'ing to emulation@ On Fri, 15 Jun 2007 22:34:11 +0200 Zahemszky Gabor wrote: > I'd like to try your Linux-Nero port on my FreeBSD machines. All of > them (2 laptops and a desktop machine) failed: nero started, I have to > accept the licence, an after it type my name/company and serial > number. > But in that page, I cannot click on the OK button, but only on > Cancel. I think, the licence code is a a demo licence, and it should I think you should buy a valid key. It was allowed to use linux-nero beta version without a valid key (imo). > work. But I can type anything, it doesn't matter. > Does Nero works for you? Did you try this version on a 6.2 FreeBSD > machine? Can you give some hints, how can I make it to work? (I tried > it as normal user/as root; with my preferred language - Hungarian - > Nero switched to Hungarian, too -; tried it with LC_ALL=C LANG=C - > doesn't matter) WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve From owner-freebsd-emulation@FreeBSD.ORG Mon Jun 18 18:44:05 2007 Return-Path: X-Original-To: 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 AD6A716A400 for ; Mon, 18 Jun 2007 18:44:05 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from redbull.bpaserver.net (redbullneu.bpaserver.net [213.198.78.217]) by mx1.freebsd.org (Postfix) with ESMTP id 6CAB913C44C for ; Mon, 18 Jun 2007 18:44:05 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (p54A5E4EA.dip.t-dialin.net [84.165.228.234]) by redbull.bpaserver.net (Postfix) with ESMTP id 6AF822E1A2; Mon, 18 Jun 2007 20:43:59 +0200 (CEST) Received: from deskjail (deskjail.Leidinger.net [192.168.1.109]) by outgoing.leidinger.net (Postfix) with ESMTP id 902045B49F3; Mon, 18 Jun 2007 20:43:41 +0200 (CEST) Date: Mon, 18 Jun 2007 20:44:30 +0200 From: Alexander Leidinger To: Boris Samorodov Message-ID: <20070618204430.69143c97@deskjail> In-Reply-To: <67772807@serv3.int.kfs.ru> References: <20070615203411.8139.qmail@mail.integrity.hu> <67772807@serv3.int.kfs.ru> X-Mailer: Claws Mail 2.9.2 (GTK+ 2.10.13; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BPAnet-MailScanner-Information: Please contact the ISP for more information X-BPAnet-MailScanner: Found to be clean X-BPAnet-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-14.8, required 8, BAYES_00 -15.00, DKIM_POLICY_SIGNSOME 0.00, J_CHICKENPOX_23 0.60, RDNS_DYNAMIC 0.10, SMILEY -0.50) X-BPAnet-MailScanner-From: alexander@leidinger.net X-Spam-Status: No Cc: Zahemszky Gabor , freebsd-emulation@FreeBSD.org Subject: Re: linux-nero on freebsd does not work :-( X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 18 Jun 2007 18:44:05 -0000 Quoting Boris Samorodov (Mon, 18 Jun 2007 18:11:52 +0400): > Cc'ing to emulation@ > > On Fri, 15 Jun 2007 22:34:11 +0200 Zahemszky Gabor wrote: > > > I'd like to try your Linux-Nero port on my FreeBSD machines. All of > > them (2 laptops and a desktop machine) failed: nero started, I have to > > accept the licence, an after it type my name/company and serial > > number. > > But in that page, I cannot click on the OK button, but only on > > Cancel. I think, the licence code is a a demo licence, and it should > > I think you should buy a valid key. It was allowed to use linux-nero > beta version without a valid key (imo). Note, the button is not greyed out on -current... Bye, Alexander. -- http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 From owner-freebsd-emulation@FreeBSD.ORG Mon Jun 18 20:49:07 2007 Return-Path: X-Original-To: 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 323A116A41F for ; Mon, 18 Jun 2007 20:49:07 +0000 (UTC) (envelope-from per@hedeland.org) Received: from pluto.hedeland.org (1-1-1-13a.mal.sth.bostream.se [82.182.84.27]) by mx1.freebsd.org (Postfix) with ESMTP id 89C9F13C457 for ; Mon, 18 Jun 2007 20:49:06 +0000 (UTC) (envelope-from per@hedeland.org) Received: from pluto.hedeland.org (localhost [127.0.0.1]) by pluto.hedeland.org (8.13.6/8.13.1) with ESMTP id l5IKn3R9059271 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 18 Jun 2007 22:49:03 +0200 (CEST) (envelope-from per@pluto.hedeland.org) Received: (from per@localhost) by pluto.hedeland.org (8.13.6/8.13.1/Submit) id l5IKn3ZG059270; Mon, 18 Jun 2007 22:49:03 +0200 (CEST) (envelope-from per) Date: Mon, 18 Jun 2007 22:49:03 +0200 (CEST) From: Per Hedeland Message-Id: <200706182049.l5IKn3ZG059270@pluto.hedeland.org> To: ulrich@pukruppa.net In-Reply-To: <20070618150834.I9390@small> X-Scanned-By: MIMEDefang 2.48 on 10.1.1.1 Cc: freebsd-emulation@freebsd.org Subject: Re: Virtual network with qemu X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 18 Jun 2007 20:49:07 -0000 "P.U.Kruppa" wrote: > >When now I try to connect the second virtual box, it will "steal" >the first box's network connection. You need to give them individual mac addresses via the 'macaddr' parameter to '-net nic'. I.e one of them can have the default (52:54:00:12:34:56) but not more than one.:-) See e.g. http://docs.freebsd.org/cgi/getmsg.cgi?fetch=111250+0+archive/2007/freebsd-emulation/20070603.freebsd-emulation --Per Hedeland From owner-freebsd-emulation@FreeBSD.ORG Tue Jun 19 03:50:11 2007 Return-Path: X-Original-To: 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 6BCEC16A469 for ; Tue, 19 Jun 2007 03:50:11 +0000 (UTC) (envelope-from ulrich@pukruppa.net) Received: from pukruppa.net (pukruppa.net [213.146.114.24]) by mx1.freebsd.org (Postfix) with ESMTP id C58E913C44B for ; Tue, 19 Jun 2007 03:50:10 +0000 (UTC) (envelope-from ulrich@pukruppa.net) Received: from pukruppa.net (localhost [127.0.0.1]) by pukruppa.net (8.14.1/8.14.1) with ESMTP id l5J3o7S2057924; Tue, 19 Jun 2007 05:50:07 +0200 (CEST) (envelope-from ulrich@pukruppa.net) Received: from localhost (ulrich@localhost) by pukruppa.net (8.14.1/8.14.1/Submit) with ESMTP id l5J3o6hY057921; Tue, 19 Jun 2007 05:50:07 +0200 (CEST) (envelope-from ulrich@pukruppa.net) Date: Tue, 19 Jun 2007 05:50:06 +0200 (CEST) From: "P.U.Kruppa" X-X-Sender: ulrich@small To: Per Hedeland In-Reply-To: <200706182049.l5IKn3ZG059270@pluto.hedeland.org> Message-ID: <20070619053536.Y9390@small> References: <200706182049.l5IKn3ZG059270@pluto.hedeland.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-emulation@freebsd.org Subject: Re: Virtual network with qemu X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 19 Jun 2007 03:50:11 -0000 On Mon, 18 Jun 2007, Per Hedeland wrote: > "P.U.Kruppa" wrote: >> >> When now I try to connect the second virtual box, it will "steal" >> the first box's network connection. > > You need to give them individual mac addresses via the 'macaddr' > parameter to '-net nic'. I.e one of them can have the default > (52:54:00:12:34:56) but not more than one.:-) See e.g. Yes, but something goes wrong in my procedure: # kldload aio kqemu if_tap bridge # sysctl net.link.ether.bridge_cfg=rl0,tap0 # sysctl net.link.ether.bridge.enable=1 # qemu-system-x86_64 -hda Win2k.img -m 512 -localtime \ -net tap -net nic # qemu-system-x86_64 -hda FreeBSD.img -m 512 -localtime -net tap -net nic,52:54:00:12:34:57 The latter will start the virtual FreeBSD box, but without a working network (nothing can be ping'ed, not even the host). What kind of qemu-ifup do you use? Thanks, Uli. > > http://docs.freebsd.org/cgi/getmsg.cgi?fetch=111250+0+archive/2007/freebsd-emulation/20070603.freebsd-emulation > > --Per Hedeland > Peter Ulrich Kruppa Wuppertal Germany From owner-freebsd-emulation@FreeBSD.ORG Tue Jun 19 05:49:35 2007 Return-Path: X-Original-To: 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 8B9B216A41F for ; Tue, 19 Jun 2007 05:49:35 +0000 (UTC) (envelope-from per@hedeland.org) Received: from pluto.hedeland.org (1-1-1-13a.mal.sth.bostream.se [82.182.84.27]) by mx1.freebsd.org (Postfix) with ESMTP id D8CC013C447 for ; Tue, 19 Jun 2007 05:49:34 +0000 (UTC) (envelope-from per@hedeland.org) Received: from pluto.hedeland.org (localhost [127.0.0.1]) by pluto.hedeland.org (8.13.6/8.13.1) with ESMTP id l5J5nXEA070585 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 19 Jun 2007 07:49:33 +0200 (CEST) (envelope-from per@pluto.hedeland.org) Received: (from per@localhost) by pluto.hedeland.org (8.13.6/8.13.1/Submit) id l5J5nXcP070584; Tue, 19 Jun 2007 07:49:33 +0200 (CEST) (envelope-from per) Date: Tue, 19 Jun 2007 07:49:33 +0200 (CEST) From: Per Hedeland Message-Id: <200706190549.l5J5nXcP070584@pluto.hedeland.org> To: ulrich@pukruppa.net In-Reply-To: <20070619053536.Y9390@small> X-Scanned-By: MIMEDefang 2.48 on 10.1.1.1 Cc: freebsd-emulation@freebsd.org Subject: Re: Virtual network with qemu X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 19 Jun 2007 05:49:35 -0000 "P.U.Kruppa" wrote: > >On Mon, 18 Jun 2007, Per Hedeland wrote: > >> "P.U.Kruppa" wrote: >>> >>> When now I try to connect the second virtual box, it will "steal" >>> the first box's network connection. >> >> You need to give them individual mac addresses via the 'macaddr' >> parameter to '-net nic'. I.e one of them can have the default >> (52:54:00:12:34:56) but not more than one.:-) See e.g. >Yes, but something goes wrong in my procedure: > ># kldload aio kqemu if_tap bridge ># sysctl net.link.ether.bridge_cfg=rl0,tap0 ># sysctl net.link.ether.bridge.enable=1 ># qemu-system-x86_64 -hda Win2k.img -m 512 -localtime \ > -net tap -net nic ># qemu-system-x86_64 -hda FreeBSD.img -m 512 -localtime -net tap >-net nic,52:54:00:12:34:57 >The latter will start the virtual FreeBSD box, but without a >working network (nothing can be ping'ed, not even the host). OK - the second qemu will use tap1, so you need to add that to the bridge_cfg sysctl when you use that method (I hope you didn't also forget to mention that you already do that:-). Could be done in the qemu-ifup script I guess, but it's a bit hairy. If you're running 6.x or later, I definitely recommend using the ifconfig-based way of managing the bridge instead (AFAIK the sysctl-based one is gone in CURRENT) - see other posts in the thread I pointed you to. >What kind of qemu-ifup do you use? Per above I'm using the ifconfig-based method (on 6.1-RELEASE) - I use this in rc.conf for the initial setup of the bridge: cloned_interfaces="bridge0" ifconfig_bridge0="addm bge0 up" - this creates the bridge and adds the physical interface to it. You can of course do it "manually" with ifconfig bridge0 create ifconfig bridge0 addm bge0 up (you'd use rl0 instead of bge0 of course) - and then my qemu-ifup ups the tap device and adds it to the bridge (if needed): #!/bin/sh sudo /sbin/ifconfig $1 up case "`ifconfig bridge0`" in *" $1 "*) ;; # already in the bridge *) sudo /sbin/ifconfig bridge0 addm $1 ;; esac This works to bridge any number of qemus together (I've had as many as five running concurrently). --Per Hedeland From owner-freebsd-emulation@FreeBSD.ORG Tue Jun 19 18:34:52 2007 Return-Path: X-Original-To: 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 291DD16A478 for ; Tue, 19 Jun 2007 18:34:52 +0000 (UTC) (envelope-from jlove@pixelfish.com) Received: from mail01.vmatrixmail.com (mail01.vmatrixmail.com [216.219.244.230]) by mx1.freebsd.org (Postfix) with ESMTP id 77BC813C45A for ; Tue, 19 Jun 2007 18:34:51 +0000 (UTC) (envelope-from jlove@pixelfish.com) Received: (root@mail01.vmatrixmail.com) by vmatrixmail.com id S6132676AbXFSS2b for ; Tue, 19 Jun 2007 11:28:31 -0700 To: emulation@freebsd.org MIME-Version: 1.0 X-Mailer: Rich Media Mail V4. Vmatrix, (C) 2003 From: "Justin Love" Sender: "Justin Love" Message-Id: Date: Tue, 19 Jun 2007 11:28:31 -0700 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Video Turns Software Leads Into Buyers X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jlove@pixelfish.com List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jun 2007 18:34:52 -0000 Greetings!

You have a state-of-the-art software application, but do your customers know it?

Bridge the gap between your latest software solutions and the end user with video.

PixelFish is a video production company that excels at producing high-quality videos that sell. Our talented and accomplished crew starts with a focused and innovative script to match your messaging needs. We then hand off the approved script to our team of videographers who coordinate each and every detail to get the best footage. Experienced and savvy editors complete the final stages to produce the marketing or educational video that keeps you at the cutting edge of software development.

I have embedded a few samples of our work to the right. Click on the videos to see what we can do. We digitize our videos for optimal distribution over the web, via e-mail, CD-ROM and other popular media platforms. We also provide the right tools for measuring the positive impact of each video investment instantly and around the clock.

Whether you are looking to train your customers on your latest application, promote your software, or simply create a software demonstration guide, PixelFish is your one-stop-shop for affordable video solutions for all types of purposes. Call us today to begin the planning process of your video or to gather more information. You can reach us at 800.503.3020 or on our website at www.pixelfish.com.

We’d love to work with you to help turn your software leads into sales.

Sincerely,

Justin Love
PixelFish, Inc.
800.503.3020 x7109
jlove@pixelfish.com
http://www.pixelfish.com
Certiport
Quadrant
InvesTools
------------------------------------------------ Unsubscribe to safely remove yourself from this email list, please send email to info@pixelfish.com. Powered by Pixelfish http://www.pixelfish.com From owner-freebsd-emulation@FreeBSD.ORG Tue Jun 19 18:38:20 2007 Return-Path: X-Original-To: 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 96CA816A41F for ; Tue, 19 Jun 2007 18:38:20 +0000 (UTC) (envelope-from ulrich@pukruppa.net) Received: from pukruppa.net (pukruppa.net [213.146.114.24]) by mx1.freebsd.org (Postfix) with ESMTP id EBC9913C448 for ; Tue, 19 Jun 2007 18:38:19 +0000 (UTC) (envelope-from ulrich@pukruppa.net) Received: from pukruppa.net (localhost [127.0.0.1]) by pukruppa.net (8.14.1/8.14.1) with ESMTP id l5JIcHaB009731; Tue, 19 Jun 2007 20:38:17 +0200 (CEST) (envelope-from ulrich@pukruppa.net) Received: from localhost (ulrich@localhost) by pukruppa.net (8.14.1/8.14.1/Submit) with ESMTP id l5JIcGnM009728; Tue, 19 Jun 2007 20:38:16 +0200 (CEST) (envelope-from ulrich@pukruppa.net) Date: Tue, 19 Jun 2007 20:38:16 +0200 (CEST) From: "P.U.Kruppa" X-X-Sender: ulrich@small To: Per Hedeland In-Reply-To: <200706190549.l5J5nXcP070584@pluto.hedeland.org> Message-ID: <20070619203106.J9566@small> References: <200706190549.l5J5nXcP070584@pluto.hedeland.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-emulation@freebsd.org Subject: Re: Virtual network with qemu X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 19 Jun 2007 18:38:20 -0000 On Tue, 19 Jun 2007, Per Hedeland wrote: >> What kind of qemu-ifup do you use? > > Per above I'm using the ifconfig-based method (on 6.1-RELEASE) - I use > this in rc.conf for the initial setup of the bridge: > > cloned_interfaces="bridge0" > ifconfig_bridge0="addm bge0 up" > > - this creates the bridge and adds the physical interface to it. You can > of course do it "manually" with > > ifconfig bridge0 create > ifconfig bridge0 addm bge0 up > > (you'd use rl0 instead of bge0 of course) - and then my qemu-ifup ups > the tap device and adds it to the bridge (if needed): > > #!/bin/sh > sudo /sbin/ifconfig $1 up > case "`ifconfig bridge0`" in > *" $1 "*) ;; # already in the bridge > *) sudo /sbin/ifconfig bridge0 addm $1 ;; > esac > > This works to bridge any number of qemus together (I've had as many as > five running concurrently). Yes, thanks. That does the trick. A remark for the records: I found the virtual machines won't be able to ping each other if both are run in graphic mode (at least on my slow machine). When I start the virtual FreeBSD box with -nographic option I get reasonable response times. Again thanks, Uli. > > --Per Hedeland > > Peter Ulrich Kruppa Wuppertal Germany From owner-freebsd-emulation@FreeBSD.ORG Tue Jun 19 19:21:36 2007 Return-Path: X-Original-To: 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 9FAA716A46B for ; Tue, 19 Jun 2007 19:21:36 +0000 (UTC) (envelope-from per@hedeland.org) Received: from pluto.hedeland.org (1-1-1-13a.mal.sth.bostream.se [82.182.84.27]) by mx1.freebsd.org (Postfix) with ESMTP id 179AB13C484 for ; Tue, 19 Jun 2007 19:21:35 +0000 (UTC) (envelope-from per@hedeland.org) Received: from pluto.hedeland.org (localhost [127.0.0.1]) by pluto.hedeland.org (8.13.6/8.13.1) with ESMTP id l5JJLYGI086161 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 19 Jun 2007 21:21:34 +0200 (CEST) (envelope-from per@pluto.hedeland.org) Received: (from per@localhost) by pluto.hedeland.org (8.13.6/8.13.1/Submit) id l5JJLYVg086160; Tue, 19 Jun 2007 21:21:34 +0200 (CEST) (envelope-from per) Date: Tue, 19 Jun 2007 21:21:34 +0200 (CEST) From: Per Hedeland Message-Id: <200706191921.l5JJLYVg086160@pluto.hedeland.org> To: ulrich@pukruppa.net In-Reply-To: <20070619203106.J9566@small> X-Scanned-By: MIMEDefang 2.48 on 10.1.1.1 Cc: freebsd-emulation@freebsd.org Subject: Re: Virtual network with qemu X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 19 Jun 2007 19:21:36 -0000 "P.U.Kruppa" wrote: > >A remark for the records: I found the virtual machines won't be >able to ping each other if both are run in graphic mode (at >least on my slow machine). When I start the virtual >FreeBSD box with -nographic option I get reasonable response >times. It seems extremely unlikely that there is any relationship there. I normally run my qemus with -vnc, occasionally with default console, but never with -nographic, and have never seen any connectivity problems between them. My host machine isn't slow, but ping is about the least resource-intensive thing you can do network-wise. I would guess that you had the bridge setup messed up somehow when ping didn't work, or possibly a local firewall on one of the guest OSes got in the way. Assuming that both guest systems were actually running at all, that is - firing up two qemus running KDE/Gnome or somesuch on a slow machine could probably make everything grind to a halt, but you don't have to run a window system just because you run in "graphic mode". --Per Hedeland From owner-freebsd-emulation@FreeBSD.ORG Thu Jun 21 10:03:20 2007 Return-Path: X-Original-To: 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 1BF6516A477 for ; Thu, 21 Jun 2007 10:03:20 +0000 (UTC) (envelope-from fenner+portsurvey@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id E919713C44C for ; Thu, 21 Jun 2007 10:03:19 +0000 (UTC) (envelope-from fenner+portsurvey@FreeBSD.org) Received: from freefall.freebsd.org (fenner@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l5LA3JwU085646 for ; Thu, 21 Jun 2007 10:03:19 GMT (envelope-from fenner+portsurvey@freefall.freebsd.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l5LA3J4w085645; Thu, 21 Jun 2007 10:03:19 GMT (envelope-from fenner+portsurvey) Date: Thu, 21 Jun 2007 10:03:19 GMT Message-Id: <200706211003.l5LA3J4w085645@freefall.freebsd.org> From: fenner@freebsd.org (Bill "distfiles" Fenner) To: freebsd-emulation@freebsd.org Subject: FreeBSD ports: 1 unfetchable distfile: x11-toolkits/linux-openmotif X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ports@freebsd.org List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jun 2007 10:03:20 -0000 Dear freebsd-emulation@freebsd.org, You are listed as the FreeBSD port maintainer for 1 port whose distfiles are not fetchable from their MASTER_SITES. Could you please visit http://people.freebsd.org/~fenner/portsurvey/freebsd-emulation@freebsd.org.html and correct the problems listed there? The individual port with a problem is x11-toolkits/linux-openmotif. If you have already corrected the problems and submitted a PR, please accept my thanks and apologies for the delay in getting the fixes into the tree. This reminder is created automatically and does not (yet) have a way to know if a PR fixing the problem has been submitted. Please do *NOT* send your response to me directly; I do not necessarily have time to commit your fix; please instead submit a PR via 'send-pr' so it doesn't get lost. Problems are usually of two types: 1. The software package has been upgraded and the version in the port has been removed. The best solution to this problem is to upgrade the port to the most current version of the software package. If you are a FreeBSD committer, then you can just upgrade the port directly. If not, you should create the updated port on your own machine, test it (and maybe even run "portlint" on it), and then use "send-pr" to submit a "diff -uNr old-port updated-port". If you added or deleted any files, please make an explicit note of it. 2. The mirror site being used no longer contains the software package in question, or no longer exists. Solutions include: a) If there are other mirror sites, just remove the bad site from the list. (Make sure that what appears to be a bad site isn't actually a problem of type 1, upgrade) b) If the README or other support files in the software documentation mention where to get the software package, use one of those sites. c) Use a search engine to find another place to get the original DISTFILES. Make sure that you don't pick a FreeBSD distfiles mirror -- if you can't find any other places where the file exists, it can be a LOCAL_PORT or you can simply comment out the MASTER_SITES= line, with a comment explaining why. Once you have a solution, use "send-pr" to submit a "diff -u" of the Makefile. Note that this isn't an urgent issue, as people who try to build the port now will just fall back to the FreeBSD distfiles mirror. Please just put it on your list to do and get to it when you have time. These messages will continue to arrive twice a month until the fix is committed, as a reminder. Thanks, Bill "distfiles" Fenner. From owner-freebsd-emulation@FreeBSD.ORG Sat Jun 23 16:25:13 2007 Return-Path: X-Original-To: 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 CE1A016A421 for ; Sat, 23 Jun 2007 16:25:13 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from redbull.bpaserver.net (redbullneu.bpaserver.net [213.198.78.217]) by mx1.freebsd.org (Postfix) with ESMTP id 913F813C44C for ; Sat, 23 Jun 2007 16:25:13 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (p54A5C470.dip.t-dialin.net [84.165.196.112]) by redbull.bpaserver.net (Postfix) with ESMTP id E31B72E202; Sat, 23 Jun 2007 18:04:45 +0200 (CEST) Received: from deskjail (deskjail.Leidinger.net [192.168.1.109]) by outgoing.leidinger.net (Postfix) with ESMTP id 9DEBE5B53A4; Sat, 23 Jun 2007 18:02:59 +0200 (CEST) Date: Sat, 23 Jun 2007 18:05:27 +0200 From: Alexander Leidinger To: emulation@freebsd.org Message-ID: <20070623180527.46d8b270@deskjail> X-Mailer: Claws Mail 2.9.2 (GTK+ 2.10.13; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BPAnet-MailScanner-Information: Please contact the ISP for more information X-BPAnet-MailScanner: Found to be clean X-BPAnet-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=1.177, required 8, BAYES_20 1.00, DKIM_POLICY_SIGNSOME 0.00, RDNS_DYNAMIC 0.10, TW_OC 0.08) X-BPAnet-MailScanner-SpamScore: s X-BPAnet-MailScanner-From: alexander@leidinger.net X-Spam-Status: No Cc: Subject: Testers for linuxulator MFC needed X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 23 Jun 2007 16:25:13 -0000 Hi, I don't have a -stable system and need some testers for a partial MFC-patch. I'm interested in reports if it works (with e.g. skype/acroread/...) or not (I may have missed some stuff...). It may panic your system in the worst case, this is only build tested on i386 (but on current with gcc 4.2). So if someone could do a build test on amd64, this would be very nice. A "make universe" would be very good too, I would like to know if something breaks on pc98 or alpha. You need to grep for "Error 1", to be sure that there's no build failure, as the universe ignores some errors. If it runs without panicing your system, feel lucky and try to run the ltp tests (see http://wiki.freebsd.org/linux-kernel for more about this). Be prepared that this may panic your system... I'm interested in the results of the ltp run (the ones in the automatically created results directory with the name as specified with the -l option). It would be really create if you could send a diff between a previous (unpatched -stable system) and the patched version. The patch is at http://www.leidinger.net/FreeBSD/linuxolator/linuxulator_mfc.diff Note: if nobody tests (I need all of the above mentioned tests), there will be no MFC. And this is what is contained in the patch: ---snip--- MFC: - kern_descrip.c rev 1.296, syscallsubr.h rev 1.41 by jhb: Add a kern_close() so that the ABIs can close a file descriptor w/o having to populate a close_args struct and change some of the places that do. - sync linuxulator (bugfixes + minor syscalls): * mmap fixes * fix memleaks * add mprotect/iopl/lstat/ftruncate/statfs64/timer_*/mq_* * more errno value mapping * don't limit number of syscalls to 255 * allow to exec libs * ioctl TIOCGPTN * handle more socket options * de-COMPAT_43-ify * add dummy syscalls so that we know what is needed (reports from users) * style(9) - sync linprocfs * proc/sys/... part ---snip--- Bye, Alexander. -- It would be illogical to kill without reason -- Spock, "Journey to Babel", stardate 3842.4 http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137