From owner-svn-src-all@FreeBSD.ORG Mon Jan 26 03:18:04 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB2E41065676; Mon, 26 Jan 2009 03:18:04 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 85BF28FC13; Mon, 26 Jan 2009 03:18:04 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.2/8.14.1) with ESMTP id n0Q3FQOJ032426; Sun, 25 Jan 2009 20:15:26 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sun, 25 Jan 2009 20:16:10 -0700 (MST) Message-Id: <20090125.201610.-419491155.imp@bsdimp.com> To: yanefbsd@gmail.com From: "M. Warner Losh" In-Reply-To: <7d6fde3d0901251822o41b128c0h5770ecbcf407e302@mail.gmail.com> References: <20090125235322.GB25031@dragon.NUXI.org> <20090125.173558.1731231004.imp@bsdimp.com> <7d6fde3d0901251822o41b128c0h5770ecbcf407e302@mail.gmail.com> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, obrien@freebsd.org Subject: Re: svn commit: r187332 - head/tools/regression/usr.bin/jot X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2009 03:18:05 -0000 In message: <7d6fde3d0901251822o41b128c0h5770ecbcf407e302@mail.gmail.com> Garrett Cooper writes: : On Sun, Jan 25, 2009 at 4:35 PM, M. Warner Losh wrote: : > In message: <20090125235322.GB25031@dragon.NUXI.org> : > "David O'Brien" writes: : > : On Mon, Jan 19, 2009 at 07:12:38PM -0700, M. Warner Losh wrote: : > : > I'm : > : > glad JUNOS can build inside its own VM. Kudos. But given that the : > : > world is much more than a tightly controlled development environment : > : > at a well funded company, I think that we need to be more : > : > accommodating. Especially for the embedded world. : > : : > : A minor correctly - JUNOS builds on STOCK FreeBSD running in a VM. : > : JUNOS does not host its own build. : > : : > : How is building FreeBSD under stock FreeBSD affected by how well : > : funded an entity is? : > : > Setting up and managing dozens of VMs for engineers without privs can : > be problematic. We use an emulation environment at work and the vm : > images are constantly getting corrupted. : > : > Warner : : But that's because it's QEMU -- QEMU is crap compared to VMware : for x86 emulation still... QEMU/ppc is even worse, but it's the only : ppc emulator that's freely available out there. Well, no. that's not because the emuation is crap. It is because the image that it boots off of doesn't get shut down cleanly and there's a number of buffers that don't get flushed leading to corruption... Warner