From owner-freebsd-chat@FreeBSD.ORG Tue Oct 25 12:54:51 2005 Return-Path: X-Original-To: freebsd-chat@freebsd.org Delivered-To: freebsd-chat@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66F7716A41F for ; Tue, 25 Oct 2005 12:54:51 +0000 (GMT) (envelope-from marc.ramirez@bluecirclesoft.com) Received: from ms-smtp-02-eri0.ohiordc.rr.com (ms-smtp-02-smtplb.ohiordc.rr.com [65.24.5.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4D1043D49 for ; Tue, 25 Oct 2005 12:54:50 +0000 (GMT) (envelope-from marc.ramirez@bluecirclesoft.com) Received: from bluecirclesoft.com (cpe-24-165-114-48.cinci.res.rr.com [24.165.114.48]) by ms-smtp-02-eri0.ohiordc.rr.com (8.12.10/8.12.7) with ESMTP id j9PCslXV008872 for ; Tue, 25 Oct 2005 08:54:48 -0400 (EDT) Received: from [10.0.0.24] (207-206-144-33.accessus.net [207.206.144.33] (may be forged)) (authenticated bits=0) by bluecirclesoft.com (8.13.4/8.13.4) with ESMTP id j9PCrkut027288 for ; Tue, 25 Oct 2005 08:53:50 -0400 (EDT) (envelope-from marc.ramirez@bluecirclesoft.com) Message-ID: <435E2B14.6000909@bluecirclesoft.com> Date: Tue, 25 Oct 2005 08:54:44 -0400 From: Marc Ramirez User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-chat@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: virtual machines (testing network configurations) X-BeenThere: freebsd-chat@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Non technical items related to the community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 12:54:51 -0000 I want to test a whole bunch of multi-computer network configurations (e.g., encrypted tunnel between subnets, SMTP AUTH, etc.) but I'd rather use virtual machines to test. (What? No basement full of Celerons?) What's the state of the art for FreeBSD? Is anybody doing something similar? With what? Thanks! Marc. From owner-freebsd-chat@FreeBSD.ORG Wed Oct 26 13:39:42 2005 Return-Path: X-Original-To: freebsd-chat@freebsd.org Delivered-To: freebsd-chat@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CF8716A421 for ; Wed, 26 Oct 2005 13:39:42 +0000 (GMT) (envelope-from xride@x12.dk) Received: from swip.net (mailfe08.swip.net [212.247.154.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB8EA43D6D for ; Wed, 26 Oct 2005 13:39:29 +0000 (GMT) (envelope-from xride@x12.dk) X-T2-Posting-ID: lkM/Dn7LTUP9vUt2XCoVCw== Received: from x12.dk ([83.72.97.237] verified) by mailfe08.swip.net (CommuniGate Pro SMTP 4.3.8) with ESMTP id 10767444; Wed, 26 Oct 2005 15:39:27 +0200 Received: from localhost (unknown [127.0.0.1]) by x12.dk (Postfix) with ESMTP id 196695081A; Wed, 26 Oct 2005 15:39:27 +0200 (CEST) Received: from x12.dk ([127.0.0.1]) by localhost (x12.dk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 37382-02; Wed, 26 Oct 2005 15:38:04 +0200 (CEST) Received: from x12.dk (localhost [127.0.0.1]) by x12.dk (Postfix) with ESMTP; Wed, 26 Oct 2005 15:38:04 +0200 (CEST) Received: from localhost (xride@localhost) by x12.dk (8.13.3/8.13.3/Submit) with ESMTP id j9QDc4QA037559; Wed, 26 Oct 2005 15:38:04 +0200 (CEST) (envelope-from xride@x12.dk) Date: Wed, 26 Oct 2005 15:38:04 +0200 (CEST) From: Soeren Straarup To: Marc Ramirez In-Reply-To: <435E2B14.6000909@bluecirclesoft.com> Message-ID: <20051026153614.R24710@x12.dk> References: <435E2B14.6000909@bluecirclesoft.com> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-570513175-1130333884=:24710" X-Virus-Scanned: amavisd-new at x12.dk Cc: freebsd-chat@freebsd.org Subject: Re: virtual machines (testing network configurations) X-BeenThere: freebsd-chat@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Non technical items related to the community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 13:39:42 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --0-570513175-1130333884=:24710 Content-Type: TEXT/PLAIN; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE On Tue, 25 Oct 2005, Marc Ramirez wrote: > I want to test a whole bunch of multi-computer network configurations (e.= g.,=20 > encrypted tunnel between subnets, SMTP AUTH, etc.) but I'd rather use vir= tual=20 > machines to test. (What? No basement full of Celerons?) I'm using ports/emulators/qemu for guest operating systems. Or have you looked into jails? > > What's the state of the art for FreeBSD? Is anybody doing something simil= ar?=20 > With what? > > Thanks! > > Marc. \S=F8ren Soeren Straarup | aka OZ2DAK aka Xride FreeBSD wannabe | FreeBSD since 2.2.6-R 'We wanted to believe. But the tools had been taken away..' Mulder --0-570513175-1130333884=:24710-- From owner-freebsd-chat@FreeBSD.ORG Thu Oct 27 14:55:00 2005 Return-Path: X-Original-To: freebsd-chat@freebsd.org Delivered-To: freebsd-chat@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15E9C16A41F; Thu, 27 Oct 2005 14:55:00 +0000 (GMT) (envelope-from robert.bernier5@sympatico.ca) Received: from tomts10-srv.bellnexxia.net (tomts10.bellnexxia.net [209.226.175.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C9E943D45; Thu, 27 Oct 2005 14:54:59 +0000 (GMT) (envelope-from robert.bernier5@sympatico.ca) Received: from toronto-HSE-ppp4041820.sympatico.ca ([70.48.187.112]) by tomts40-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20051027141410.QSSF1799.tomts40-srv.bellnexxia.net@toronto-HSE-ppp4041820.sympatico.ca>; Thu, 27 Oct 2005 10:14:10 -0400 From: Robert Bernier To: freebsd-database@freebsd.org, freebsd-chat@freebsd.org Date: Thu, 27 Oct 2005 10:14:22 -0400 User-Agent: KMail/1.8 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200510271014.22389.robert.bernier5@sympatico.ca> Cc: Subject: SRA America, postgres X-BeenThere: freebsd-chat@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Non technical items related to the community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 14:55:00 -0000 Hi guys, I'll try to keep this short and sweet. I'm the PostgreSQL Business Intelligence Analyst at SRA America, http://sra= apowergres.com. We're an opensource service and support company for Postgre= SQL and the BSDs. As you know, much of the commercial activity going on with FreeBSD and post= gres, when compared to the likes of Linux and MySQL, is just simply not on = the business awareness radar. To that end we're trying to rememdy this by n= etworking with usergroups, such as nycbug.org, and participating on various= mail-lists. We're also working with a number of FreeBSD advocates that inc= ludes the likes of Dru Lavigne, communities (postgresql.org) and opensource= initiatives (bsdcertification.org) to create standards compliant coursewar= e. We've tied postgres and bsd together for two simple reasons: 1. More than a few of the postgres community (especially CORE) are BSD user= s. 2. The BSD community is mature with top developers but has a very small bus= iness support/marketing infrastructure. These grass roots projects have a common heritage that by their very nature= precludes domination by any one corporation. I'd like to think that I'm no= t the only one when I say that all I want to do is earn money by doing what= I enjoy. Comments? thanks =2D-=20 Robert Bernier PostgreSQL Business Intelligence Analyst SRA AMERICA (Formerly of One WTC) PostgreSQL Services:Consulting,Migration,Support and Training One Penn Plaza, Suite 1910 New York, NY 10119 Tel: =A0212.244.8833 ext:22 www.sraapowergres.com =A0robertb@sraapowergres.com www.sraamerica.com From owner-freebsd-chat@FreeBSD.ORG Sat Oct 29 21:50:07 2005 Return-Path: X-Original-To: freebsd-chat@freebsd.org Delivered-To: freebsd-chat@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F00C016A41F; Sat, 29 Oct 2005 21:50:06 +0000 (GMT) (envelope-from yanek@korff.org) Received: from hellfire.spinthread.com (hellfire.spinthread.com [209.31.146.92]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9382A43D46; Sat, 29 Oct 2005 21:50:06 +0000 (GMT) (envelope-from yanek@korff.org) Received: from localhost (localhost [127.0.0.1]) by hellfire.spinthread.com (Postfix) with ESMTP id 614DC19FA7A; Sat, 29 Oct 2005 17:50:26 -0400 (EDT) Received: from hellfire.spinthread.com ([127.0.0.1]) by localhost (mail.spinthread.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 87208-02; Sat, 29 Oct 2005 17:50:22 -0400 (EDT) Received: from [172.16.0.20] (ip24-250-115-54.dc.dc.cox.net [24.250.115.54]) by hellfire.spinthread.com (Postfix) with ESMTP id 88C0419FA35; Sat, 29 Oct 2005 17:50:21 -0400 (EDT) Message-ID: <4363EE63.7020903@korff.org> Date: Sat, 29 Oct 2005 17:49:23 -0400 From: Yanek Korff User-Agent: Thunderbird 1.4 (Windows/20050908) MIME-Version: 1.0 To: freebsd-advocacy@freebsd.org, freebsd-chat@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at spinthread.com X-Spam-Status: No, score=-2.417 tagged_above=-999 required=5 tests=[AWL=0.182, BAYES_00=-2.599] X-Spam-Score: -2.417 X-Spam-Level: Cc: Subject: Beastie Pumpkin 2005 X-BeenThere: freebsd-chat@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Non technical items related to the community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2005 21:50:07 -0000 http://paco.to/gallery/v/Holidays/Halloween05/Carving/Beastie-o-lantern+2.jpg.html Happy Halloween :) -Yanek. From owner-freebsd-chat@FreeBSD.ORG Sat Oct 29 22:45:38 2005 Return-Path: X-Original-To: freebsd-chat@freebsd.org Delivered-To: freebsd-chat@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8F1516A41F for ; Sat, 29 Oct 2005 22:45:38 +0000 (GMT) (envelope-from solskogen@carebears.mine.nu) Received: from mail42.e.nsc.no (mail42.e.nsc.no [193.213.115.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4015643D49 for ; Sat, 29 Oct 2005 22:45:38 +0000 (GMT) (envelope-from solskogen@carebears.mine.nu) Received: from carebears.mine.nu (062249172002.customer.alfanett.no [62.249.172.2]) by mail42.nsc.no (8.12.11/8.12.11) with ESMTP id j9TMjaor018077 for ; Sun, 30 Oct 2005 00:45:36 +0200 (CEST) Received: from localhost (localhost.carebears.net [127.0.0.1]) by carebears.mine.nu (Postfix) with ESMTP id 79D25112554 for ; Sun, 30 Oct 2005 00:45:35 +0200 (CEST) Received: from carebears.mine.nu ([127.0.0.1]) by localhost (tenderheart.carebears.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 87640-02 for ; Sun, 30 Oct 2005 00:45:33 +0200 (CEST) Received: from wish.carebears.net (wish.carebears.net [192.168.0.22]) by carebears.mine.nu (Postfix) with ESMTP id BE04C111D55 for ; Sun, 30 Oct 2005 00:45:33 +0200 (CEST) Date: Sun, 30 Oct 2005 00:47:34 +0200 From: Christer Solskogen To: freebsd-chat@freebsd.org Message-ID: <20051030004734.29ade107@wish.carebears.net> In-Reply-To: <4363EE63.7020903@korff.org> References: <4363EE63.7020903@korff.org> X-Mailer: Sylpheed-Claws 1.9.15 (GTK+ 2.8.6; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavis at tenderheart.carebears.net Subject: Re: Beastie Pumpkin 2005 X-BeenThere: freebsd-chat@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Non technical items related to the community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2005 22:45:39 -0000 On Sat, 29 Oct 2005 17:49:23 -0400 Yanek Korff wrote: > > http://paco.to/gallery/v/Holidays/Halloween05/Carving/Beastie-o-lantern+2.jpg.html > > Happy Halloween :) > Wohooa! Nice work. -- cso