From owner-freebsd-stable@FreeBSD.ORG Sun Jun 21 12:18:37 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F52A1065674 for ; Sun, 21 Jun 2009 12:18:37 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from kennaway-macbookpro.config (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6F90A8FC26; Sun, 21 Jun 2009 12:18:36 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <4A3D644E.4090806@FreeBSD.org> Date: Sat, 20 Jun 2009 23:35:58 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.21 (Macintosh/20090302) MIME-Version: 1.0 To: Santosh Rao Gururajan References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: Patch for FreeBSD 7.0 deadlock X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Jun 2009 12:18:37 -0000 Santosh Rao Gururajan wrote: > I am seeing problems with FreeBSD 7.0 machines that have the symptoms > described in > http://lists.freebsd.org/pipermail/freebsd-stable/2008-June/043241.html > Can someone please point me to a patch which has a fix for the issue > described in that thread? The fix to that particular problem is included in later releases. Kris From owner-freebsd-stable@FreeBSD.ORG Sun Jun 21 22:25:57 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9CFD41065676; Sun, 21 Jun 2009 22:25:57 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from smtp-out2.tiscali.nl (smtp-out2.tiscali.nl [195.241.79.177]) by mx1.freebsd.org (Postfix) with ESMTP id 37C778FC1C; Sun, 21 Jun 2009 22:25:55 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from [212.123.145.58] (helo=sjakie.klop.ws) by smtp-out2.tiscali.nl with esmtp id 1MIVU2-0005wH-1U; Mon, 22 Jun 2009 00:25:54 +0200 Received: from 82-170-177-25.ip.telfort.nl (localhost [127.0.0.1]) by sjakie.klop.ws (Postfix) with ESMTP id 7C7D0D189; Mon, 22 Jun 2009 00:25:53 +0200 (CEST) Date: Mon, 22 Jun 2009 00:25:53 +0200 To: "Dan Naumov" , "FreeBSD-STABLE Mailing List" , freebsd-fs@freebsd.org From: "Ronald Klop" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: Content-Transfer-Encoding: 7bit Message-ID: In-Reply-To: User-Agent: Opera Mail/9.64 (FreeBSD) Cc: Subject: Re: ufs2 / softupdates / ZFS / disk write cache X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Jun 2009 22:25:58 -0000 On Sat, 20 Jun 2009 23:29:26 +0200, Dan Naumov wrote: > I have the following setup: > > A single consumer-grade 2tb SATA disk: Western Digital Green (model > WDC WD20EADS-00R6B0). This disk is setup like this: > > 16gb root partition with UFS2 + softupdates, containing mostly static > things: > /bin /boot /etc /root /sbin /usr /var and such > > a 1,9tb non-redundant zfs pool on top of a slice, it hosts things like: > /DATA, /home, /usr/local, /var/log and such. > > What should I do to ensure (as much as possible) filesystem > consistency of the root filesystem in the case of the power loss? I > know there have been a lot of discussions on the subject of > consumer-level disks literally lying about the state of files in > transit (disks telling the system that files have been written to disk > while in reality they are still in disk's write cache), in turn > throwing softupdates off balance (since softupdates assumes the disks > don't lie about such things), in turn sometimes resulting in severe > data losses in the case of a system power loss during heavy disk IO. > > One of the solutions that was often brought up in the mailing lists is > disabling the actual disk write cache via adding hw.ata.wc=0 to > /boot/loader.conf, FreeBSD 4.3 actually even had this setting by > default, but this was apparently reverted back because some people > have reported a write performance regression on the tune of becoming > 4-6 times slower. So what should I do in my case? Should I disable > disk write cache via the hw.ata.wc tunable? As far as I know, ZFS has > a write cache of it's own and since the ufs2 root filesystem in my > case is mostly static data, I am guessing I "shouldn't" notice that > big of a performance hit. Or am I completely in the wrong here and > setting hw.ata.wc=0 is going to adversely affect the write performance > on both the root partition AND the zfs pool despite zfs using it's own > write cache? > > Another thing I have been pondering is: I do have 2gb of space left > unused on the system (currently being used as swap, I have 2 swap > slices, one 1gb at the very beginning of the disk, the other being 2gb > at the end), which I could turn into a GJOURNAL for the root > filesystem... Using gjournal is a very trusted way for a good balance in consistency and speed. I don't know about any performance impact of having the journal at the other 'end' of the disk than where the fs is. You can try, because switching back is possible. Ronald. From owner-freebsd-stable@FreeBSD.ORG Mon Jun 22 05:49:12 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AA64F1065674 for ; Mon, 22 Jun 2009 05:49:12 +0000 (UTC) (envelope-from me@dbolgheroni.eng.br) Received: from smtp4.mailcluster.com.br (smtp4.mailcluster.com.br [209.85.59.207]) by mx1.freebsd.org (Postfix) with ESMTP id 6EC038FC0C for ; Mon, 22 Jun 2009 05:49:11 +0000 (UTC) (envelope-from me@dbolgheroni.eng.br) Received: (qmail 30849 invoked by uid 0); 22 Jun 2009 02:22:30 -0300 Received: from unknown (HELO mobile.my.domain) (me@dbolgheroni.eng.br@189.110.194.59) by smtp4.mailcluster.com.br with ESMTPA; 22 Jun 2009 02:22:30 -0300 Date: Tue, 23 Jun 2009 02:06:53 +0000 (UTC) From: Daniel Bolgheroni X-X-Sender: dbolgheroni@mobile.my.domain To: Holger Kipp In-Reply-To: <20090619095832.GA58127@intserv.int1.b.intern> Message-ID: References: <735E59909DEB44AF92825EA7C65CF430@ionicoffice.ionic.co.uk> <20090619095832.GA58127@intserv.int1.b.intern> User-Agent: Alpine 2.00 (BSO 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Michal , misc@openbsd.org, freebsd-stable@freebsd.org Subject: Re: Open Vs Free BSD X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jun 2009 05:49:12 -0000 On Fri, 19 Jun 2009, Holger Kipp wrote: > On Fri, Jun 19, 2009 at 09:47:35AM +0100, Michal wrote: > > For the masses: > > - NetBSD: Run on any hardware (including toasters) > - OpenBSD: Be as secure as possible > - FreeBSD: provide best system for x86-platforms It's a mistake to make this association. OpenBSD people chose "security" as an argument to describe what the OS is. It's true and I believe it can attract more users, but on the other side, people seem to think OpenBSD is ONLY used when you need security, like a firewall, router, etc. OpenBSD is a GENERIC OS which can be used to do _almost_ every task a computer system is able to. Teers, -- Daniel Bolgheroni FEI - Faculdade de Engenharia Industrial http://www.dbolgheroni.eng.br/mykey ASCII ribbon campaign ( ) against HTML e-mail X / \ From owner-freebsd-stable@FreeBSD.ORG Mon Jun 22 07:59:22 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7280A1065677 for ; Mon, 22 Jun 2009 07:59:22 +0000 (UTC) (envelope-from Anton.Parol@Sun.COM) Received: from gmp-eb-inf-1.sun.com (gmp-eb-inf-1.sun.com [192.18.6.21]) by mx1.freebsd.org (Postfix) with ESMTP id 05E478FC0A for ; Mon, 22 Jun 2009 07:59:21 +0000 (UTC) (envelope-from Anton.Parol@Sun.COM) Received: from fe-emea-10.sun.com (gmp-eb-lb-1-fe3.eu.sun.com [192.18.6.10]) by gmp-eb-inf-1.sun.com (8.13.7+Sun/8.12.9) with ESMTP id n5M7xJcu015799 for ; Mon, 22 Jun 2009 07:59:21 GMT MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII; format=flowed Received: from conversion-daemon.fe-emea-10.sun.com by fe-emea-10.sun.com (Sun Java(tm) System Messaging Server 7u2-7.02 64bit (built Apr 16 2009)) id <0KLM00200RA8UO00@fe-emea-10.sun.com> for freebsd-stable@freebsd.org; Mon, 22 Jun 2009 08:59:19 +0100 (BST) Received: from [129.156.173.251] ([unknown] [129.156.173.251]) by fe-emea-10.sun.com (Sun Java(tm) System Messaging Server 7u2-7.02 64bit (built Apr 16 2009)) with ESMTPSA id <0KLM005AMRIKUW70@fe-emea-10.sun.com>; Mon, 22 Jun 2009 08:59:09 +0100 (BST) Date: Mon, 22 Jun 2009 08:59:08 +0100 From: Anton Parol In-reply-to: Sender: Anton.Parol@Sun.COM Message-id: <4A3F39CC.70908@sun.com> References: <735E59909DEB44AF92825EA7C65CF430@ionicoffice.ionic.co.uk> <20090619095832.GA58127@intserv.int1.b.intern> User-Agent: Thunderbird 2.0.0.18 (X11/20090223) Cc: misc@openbsd.org, freebsd-stable@freebsd.org Subject: Re: Open Vs Free BSD X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jun 2009 07:59:22 -0000 OBSD is the best choice of OS for people who like violent little fish mascots. And it has blue-boot-console-thingy (tm) . Ace. From owner-freebsd-stable@FreeBSD.ORG Mon Jun 22 08:00:50 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C11F1065696 for ; Mon, 22 Jun 2009 08:00:50 +0000 (UTC) (envelope-from borjam@sarenet.es) Received: from proxypop2.sarenet.es (proxypop2.sarenet.es [194.30.0.95]) by mx1.freebsd.org (Postfix) with ESMTP id 1C8638FC27 for ; Mon, 22 Jun 2009 08:00:49 +0000 (UTC) (envelope-from borjam@sarenet.es) Received: from [172.16.1.204] (izaro.sarenet.es [192.148.167.11]) by proxypop2.sarenet.es (Postfix) with ESMTP id 6021B73027; Mon, 22 Jun 2009 10:00:48 +0200 (CEST) Message-Id: <8A85A6B2-2122-4D8A-BF11-F2975B1A130F@sarenet.es> From: Borja Marcos To: David Magda In-Reply-To: <1E4B9A40-F510-42E4-8A0B-26BA01A1679C@ee.ryerson.ca> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Date: Mon, 22 Jun 2009 10:00:43 +0200 References: <3c1674c90906181021n54bd6fbei2a1a843033bc91c@mail.gmail.com> <1E4B9A40-F510-42E4-8A0B-26BA01A1679C@ee.ryerson.ca> X-Mailer: Apple Mail (2.935.3) Cc: freebsd-stable@freebsd.org Subject: Re: ZFS user library? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jun 2009 08:00:50 -0000 On Jun 18, 2009, at 11:35 PM, David Magda wrote: > Is there something specific you're looking to do? The file system > layer of ZFS (the "ZPL") is in flux, but there may be other > components (e.g., DMU) that may be more stable (the Lustre folks are > coding against it in user land). See pages 7 and 8 for the three > main layers: > > http://opensolaris.org/os/community/zfs/docs/zfs_last.pdf I see... Not rocket science actually. Just the standard functionality of zfs(8) without resorting to ugly execve and text parsing, something more reliable to list snapshots, etc. Maybe it's a matter of waiting... Borja. From owner-freebsd-stable@FreeBSD.ORG Mon Jun 22 08:39:47 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C04C5106564A for ; Mon, 22 Jun 2009 08:39:47 +0000 (UTC) (envelope-from michal@sharescope.co.uk) Received: from mail1.sharescope.co.uk (pm1.ionic.co.uk [85.159.80.19]) by mx1.freebsd.org (Postfix) with ESMTP id 599188FC21 for ; Mon, 22 Jun 2009 08:39:46 +0000 (UTC) (envelope-from michal@sharescope.co.uk) Received: from localhost (unknown [127.0.0.1]) by mail1.sharescope.co.uk (Postfix) with ESMTP id 89305FC0A6; Mon, 22 Jun 2009 08:39:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at sharescope.co.uk Received: from mail1.sharescope.co.uk ([127.0.0.1]) by localhost (mail1.sharescope.co.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pnrQ3w++dE4O; Mon, 22 Jun 2009 09:39:40 +0100 (BST) Received: from ChrisVista (office.ionic.co.uk [85.159.85.2]) (Authenticated sender: michal@sharescope.co.uk) by mail1.sharescope.co.uk (Postfix) with ESMTPA id B53A6FC084; Mon, 22 Jun 2009 09:39:40 +0100 (BST) From: "Michal" To: , References: <735E59909DEB44AF92825EA7C65CF430@ionicoffice.ionic.co.uk><200906190623.10417.andres@msu.edu><20090619182326.GX12531@manor.msen.com> <20090619192403.GB2227@comcast.net> In-Reply-To: <20090619192403.GB2227@comcast.net> Date: Mon, 22 Jun 2009 09:39:40 +0100 Message-ID: <0E1367A0B64E41F1A29BF418553B9CA4@ionicoffice.ionic.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcnxFYLtYv3UJCNDTIOryjFsNiXXYQB/st9w X-MimeOLE: Produced By Microsoft MimeOLE V6.0.6001.18049 Cc: Subject: RE: Open Vs Free BSD X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jun 2009 08:39:48 -0000 -----Original Message----- From: owner-freebsd-stable@freebsd.org [mailto:owner-freebsd-stable@freebsd.org] On Behalf Of Charlie Kester Sent: 19 June 2009 20:24 To: freebsd-stable@freebsd.org Subject: Re: Open Vs Free BSD On Fri 19 Jun 2009 at 11:23:26 PDT Michael R. Wayne wrote: > >OK, I'm going to take a guess here that English may not be Michal's primary >language and re-ask his question: > > Given the several versions of *BSD, I have been led to understand > that each excells in different ways. How do I select which one > is right for my application, what are the underlying reasons > that would lead me to that choice and what are the the disadvantages > I am risking? > >This is, actually, not an inappropriate question coming from a potential >new user who is not familiar with the history surrounding the various >versions and would make an outstanding FAQ. As an example, we run FreeBSD >on our firewalling machines because it works well enough and we prefer the >reduced support costs of using a single O/S across our network. I am unsure >of what the advantage of moving to OpenBSD might be and would find it very >difficult to quantify the advantages (if any) versus the increased support >resources required. > >This is a very real issue. Linux has a similar problem; I've personally >been in meetings where clients examined the myriad Linux distributions >and say "It's very likely that we will make the incorrect choice. So we'll >go with Windows." I suspect similar events have occurred with *BSD. So, >rather than jumping on people about them bringing up religous wars (because, >face it, you CAN edit a file perfectly well in either vi or emacs :-), we'd >all be better served by giving them enough information to make the >right choice in their situation while realizing the tradeoffs they are >making. I agree, this shouldn't necessarily be treated as flamebait or trolling. But shouldn't the question be redirected to the advocacy mailing list/team? ------------------ Sorry, I would just like to add that English is my first and only language. As I said at a Terremark Europe meeting, (everyone else spoke [mostly] Dutch and English, I speak English and bad English. I think my dyslexia and general ignorance may have caused the confusion in my question. I was never asking WHO WINS WHO WINS, as I have multiple OS's running, more looking forward 2-5 years, upgrades and so forth, what should I take in to account. >From the answers I have got, I've learn that I should ask my questions better, most importantly I think there, and OBSD may not have lots of packages but it has brilliant security. A desktop might be served better with Linux of FreeBSD, but at the end of the day, it's your horse, your course. You choose as you wish. I thank you all From owner-freebsd-stable@FreeBSD.ORG Mon Jun 22 09:09:15 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E24AD1065674 for ; Mon, 22 Jun 2009 09:09:15 +0000 (UTC) (envelope-from holger.kipp@alogis.com) Received: from alogis.com (firewall.solit-ag.de [212.184.102.1]) by mx1.freebsd.org (Postfix) with ESMTP id 3F6A78FC08 for ; Mon, 22 Jun 2009 09:09:14 +0000 (UTC) (envelope-from holger.kipp@alogis.com) Received: from [127.0.0.1] ([10.1.1.230]) by alogis.com (8.13.4/8.13.1) with ESMTP id n5M8tJrb035943; Mon, 22 Jun 2009 10:55:27 +0200 (CEST) (envelope-from holger.kipp@alogis.com) Message-ID: <4A3F46F2.7020904@alogis.com> Date: Mon, 22 Jun 2009 10:55:14 +0200 From: Holger Kipp User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: Daniel Bolgheroni References: <735E59909DEB44AF92825EA7C65CF430@ionicoffice.ionic.co.uk> <20090619095832.GA58127@intserv.int1.b.intern> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Michal , misc@openbsd.org, freebsd-stable@freebsd.org Subject: Re: Open Vs Free BSD X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jun 2009 09:09:16 -0000 Daniel Bolgheroni schrieb: > On Fri, 19 Jun 2009, Holger Kipp wrote: > >> On Fri, Jun 19, 2009 at 09:47:35AM +0100, Michal wrote: >> >> For the masses: >> >> - NetBSD: Run on any hardware (including toasters) >> - OpenBSD: Be as secure as possible >> - FreeBSD: provide best system for x86-platforms >> > > It's a mistake to make this association. > I don't think so: *NetBSD say on their website:* NetBSD is a free, fast, secure, and _highly_portable_ Unix-like Open Source operating system. It is available for a _wide_range_of_platforms_, from large-scale servers and powerful desktop systems to handheld and embedded devices. Its clean design and advanced features make it excellent for use in both production and research environments, and the source code is freely available under a business-friendly license. *OpenBSD say on their website:* The OpenBSD project produces a *FREE*, multi-platform 4.4BSD-based UNIX-like operating system. Our efforts emphasize portability, standardization, correctness, proactive security and integrated cryptography . *FreeBSD say on their website:* FreeBSD is an advanced operating system for _x86_compatible (including Pentium® and Athlon^(TM)), _amd64_compatible_ (including Opteron^(TM), Athlon^(TM)64, and EM64T), ARM, IA-64, PowerPC, PC-98 and UltraSPARC® architectures. [..] With over 20,000 ported libraries and applications , FreeBSD supports applications for desktop, server, appliance, and embedded environments. Actually I like it this way, because every BSD variant has a different focus and is trying different ways to solve problems or fullfill user requirements. Whatever turns out to be best will be incorporated into the other *BSDs whenever the need arises. Each of the mentioned BSDs has its advantages and disadvantages, so what? Choose the system you seem best suited for your needs. Afaik some developers are also working on several BSD-flavours. > OpenBSD people chose "security" as an argument to describe what the OS > is. It's true and I believe it can attract more users, but on the other > side, people seem to think OpenBSD is ONLY used when you need security, > like a firewall, router, etc. > OpenBSD was a fork of NetBSD but is having more of a focus on security. This is a good thing. We might not have OpenSSH, PF etc. without it. Afaik OpenBSD however is using a simple Giant Lock for MP which FreeBSD got rid of some time ago (wasn't an easy task) which now results in very good scalability of FreeBSD on MP systems. I have not checked how NetBSD is handling MP and have also not conducted any performance tests in this area, though. > OpenBSD is a GENERIC OS which can be used to do _almost_ every task a > computer system is able to. > This is true for all unix-like (and many other) operating systems. I don't see the point here. The OP did not intend to start a flame war, and I don't either. I like OpenBSD (because of the security features and supported platforms). I like NetBSD (because of the supported platforms - especially RiscPCs - and the clean implementation). I like FreeBSD because of the many available ports (which in the past was a reason to choose FreeBSD over NetBSD or OpenBSD on x86-hardware) and for other reasons. There is no general "a is better than b" here. It all depends on the requirements and what you're familiar with. I prefer FreeBSD because I have ipf, ipfw and pf to chose from, it has good MP support, ZFS and never let me down since 2.2.8. I also use OpenBSD and NetBSD occasionally and support their projects by buying their CDs and T-Shirts ever now and then. Best regards, Holger From owner-freebsd-stable@FreeBSD.ORG Mon Jun 22 09:41:09 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5FA1A106564A for ; Mon, 22 Jun 2009 09:41:09 +0000 (UTC) (envelope-from ericfurman@fastmail.net) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id 205AA8FC15 for ; Mon, 22 Jun 2009 09:41:08 +0000 (UTC) (envelope-from ericfurman@fastmail.net) Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 2B67C379E46; Mon, 22 Jun 2009 05:29:37 -0400 (EDT) Received: from web5.messagingengine.com ([10.202.2.214]) by compute1.internal (MEProxy); Mon, 22 Jun 2009 05:29:37 -0400 Received: by web5.messagingengine.com (Postfix, from userid 99) id 031B531A10; Mon, 22 Jun 2009 05:29:37 -0400 (EDT) Message-Id: <1245662976.25920.1321530053@webmail.messagingengine.com> X-Sasl-Enc: L7tGggC+mERpXUkJVaXC5uJLwPyW3OIP0GcEIhv4nGLC 1245662976 From: "Eric Furman" To: "Holger Kipp" , "Daniel Bolgheroni" Content-Disposition: inline Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="ISO-8859-1" MIME-Version: 1.0 X-Mailer: MessagingEngine.com Webmail Interface References: <735E59909DEB44AF92825EA7C65CF430@ionicoffice.ionic.co.uk> <20090619095832.GA58127@intserv.int1.b.intern> <4A3F46F2.7020904@alogis.com> In-Reply-To: <4A3F46F2.7020904@alogis.com> Date: Mon, 22 Jun 2009 05:29:36 -0400 Cc: Michal , freebsd-stable@freebsd.org, OpenBSD Advocacy Subject: Re: Open Vs Free BSD X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jun 2009 09:41:09 -0000 BWAAAHAHAHAHAH, what a bunch of retards Please stop sending this crap to OBSD lists. On Mon, 22 Jun 2009 10:55:14 +0200, "Holger Kipp" said: > Daniel Bolgheroni schrieb: > > On Fri, 19 Jun 2009, Holger Kipp wrote: > > > >> On Fri, Jun 19, 2009 at 09:47:35AM +0100, Michal wrote: > >> > >> For the masses: > >> > >> - NetBSD: Run on any hardware (including toasters) > >> - OpenBSD: Be as secure as possible > >> - FreeBSD: provide best system for x86-platforms > >> > > > > It's a mistake to make this association. > > > I don't think so: > > *NetBSD say on their website:* > NetBSD is a free, fast, secure, and _highly_portable_ Unix-like Open > Source operating system. It is available for a > _wide_range_of_platforms_, from large-scale servers and powerful desktop > systems to handheld and embedded devices. Its clean design and advanced > features make it excellent for use in both production and research > environments, and the source code is freely available under a > business-friendly license. > > *OpenBSD say on their website:* > The OpenBSD project produces a *FREE*, multi-platform 4.4BSD-based > UNIX-like operating system. Our efforts emphasize portability, > standardization, correctness, proactive security > and integrated cryptography > . > > *FreeBSD say on their website:* > FreeBSD is an advanced operating system for _x86_compatible (including > Pentium. and Athlon^(TM)), _amd64_compatible_ (including Opteron^(TM), > Athlon^(TM)64, and EM64T), ARM, IA-64, PowerPC, PC-98 and UltraSPARC. > architectures. > [..] > With over 20,000 ported libraries and applications > , FreeBSD supports > applications for desktop, server, appliance, and embedded environments. > > > Actually I like it this way, because every BSD variant has a different > focus and is trying different ways to solve problems or fullfill user > requirements. Whatever turns out to be best will be incorporated into > the other *BSDs whenever the need arises. Each of the mentioned BSDs has > its advantages and disadvantages, so what? Choose the system you seem > best suited for your needs. Afaik some developers are also working on > several BSD-flavours. > > OpenBSD people chose "security" as an argument to describe what the OS > > is. It's true and I believe it can attract more users, but on the other > > side, people seem to think OpenBSD is ONLY used when you need security, > > like a firewall, router, etc. > > > OpenBSD was a fork of NetBSD but is having more of a focus on security. > This is a good thing. We might not have OpenSSH, PF etc. without it. > Afaik OpenBSD however is using a simple Giant Lock for MP which FreeBSD > got rid of some time ago (wasn't an easy task) which now results in very > good scalability of FreeBSD on MP systems. I have not checked how NetBSD > is handling MP and have also not conducted any performance tests in this > area, though. > > OpenBSD is a GENERIC OS which can be used to do _almost_ every task a > > computer system is able to. > > > This is true for all unix-like (and many other) operating systems. I > don't see the point here. > > The OP did not intend to start a flame war, and I don't either. I like > OpenBSD (because of the security features and supported platforms). I > like NetBSD (because of the supported platforms - especially RiscPCs - > and the clean implementation). I like FreeBSD because of the many > available ports (which in the past was a reason to choose FreeBSD over > NetBSD or OpenBSD on x86-hardware) and for other reasons. There is no > general "a is better than b" here. It all depends on the requirements > and what you're familiar with. > > I prefer FreeBSD because I have ipf, ipfw and pf to chose from, it has > good MP support, ZFS and never let me down since 2.2.8. > I also use OpenBSD and NetBSD occasionally and support their projects by > buying their CDs and T-Shirts ever now and then. > > Best regards, > Holger > From owner-freebsd-stable@FreeBSD.ORG Mon Jun 22 10:21:00 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A2BA106566C for ; Mon, 22 Jun 2009 10:21:00 +0000 (UTC) (envelope-from utisoft@googlemail.com) Received: from mail-ew0-f212.google.com (mail-ew0-f212.google.com [209.85.219.212]) by mx1.freebsd.org (Postfix) with ESMTP id 8776A8FC08 for ; Mon, 22 Jun 2009 10:20:59 +0000 (UTC) (envelope-from utisoft@googlemail.com) Received: by ewy8 with SMTP id 8so3673536ewy.43 for ; Mon, 22 Jun 2009 03:20:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=WB23JY7cuIKH+iktNi99Rzt4W2jS+eyo8jgroViFYZ0=; b=jTLzfelhXROJSe3nLSMyPdHkWMPoX5eD33cj2qDTsJvpM/qIAhW+GnFA1d9E0nwrAg ienBxw70yC6r2CMePsQW8RLTi+mNY+MxfJuaHs8B95277firUbpyiRAlifNsJhTaLXz7 uvjwJoQdJamLHAbsAuWS0oCmy8C1NrauLGnaE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:content-transfer-encoding; b=Jts7dgAYgppGUJSKc/5C6yYc+zL44GguhvpSNTD771qGW3EmC9IWDFgK0PQHLaGP4k t8b9ywTJPK0YTzaB+H/Wn9xAgDYlYRO9yq03d6/XBwkq0g958qecPXt7sWoaUyD6/PJj D36oQzpQNibKR2AZHoFAKdhLqahWRPe7HauRw= MIME-Version: 1.0 Received: by 10.216.29.201 with SMTP id i51mr2154646wea.214.1245666058229; Mon, 22 Jun 2009 03:20:58 -0700 (PDT) In-Reply-To: <1245662976.25920.1321530053@webmail.messagingengine.com> References: <735E59909DEB44AF92825EA7C65CF430@ionicoffice.ionic.co.uk> <20090619095832.GA58127@intserv.int1.b.intern> <4A3F46F2.7020904@alogis.com> <1245662976.25920.1321530053@webmail.messagingengine.com> From: Chris Rees Date: Mon, 22 Jun 2009 11:20:38 +0100 Message-ID: To: Eric Furman Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Daniel Bolgheroni , Michal , freebsd-stable@freebsd.org, Holger Kipp , OpenBSD Advocacy Subject: Re: Open Vs Free BSD X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: utisoft@gmail.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jun 2009 10:21:00 -0000 2009/6/22 Eric Furman : > BWAAAHAHAHAHAH, what a bunch of =A0retards > Please stop sending this crap to OBSD lists. > Oh yeah, OpenBSD people also tend to be *very* direct with conversations, demonstrated by Eric here. Not entirely a criticism, it's just that you can expect the climate in mailing lists to be completely different. Chris --=20 A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in a mailing list? From owner-freebsd-stable@FreeBSD.ORG Mon Jun 22 11:48:42 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC2051065670 for ; Mon, 22 Jun 2009 11:48:42 +0000 (UTC) (envelope-from matthias.andree@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id F22F78FC24 for ; Mon, 22 Jun 2009 11:48:41 +0000 (UTC) (envelope-from matthias.andree@gmx.de) Received: (qmail invoked by alias); 22 Jun 2009 11:21:58 -0000 Received: from balu.cs.uni-paderborn.de (EHLO balu.cs.uni-paderborn.de) [131.234.21.37] by mail.gmx.net (mp045) with SMTP; 22 Jun 2009 13:21:58 +0200 X-Authenticated: #428038 X-Provags-ID: V01U2FsdGVkX18yosZZrckyJgzt4pUi+xyHkgNBUtpZIMJynG5mS2 TEZm0IsL+Dgm24 Received: from localhost ([127.0.0.1] helo=balu.cs.uni-paderborn.de) by balu.cs.uni-paderborn.de with esmtp (Exim 4.69) (envelope-from ) id KLN0WL-0007OG-QU; Mon, 22 Jun 2009 13:21:57 +0200 Date: Mon, 22 Jun 2009 13:21:57 +0200 To: "freebsd-stable@freebsd.org" , freebsd-current@freebsd.org From: "Matthias Andree" Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-15 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Organization: Message-ID: User-Agent: Opera Mail/9.64 (Win32) X-Y-GMX-Trusted: 0 X-FuHaFi: 0.71 Cc: "Devon H. O'Dell" Subject: Fix bin/102299 (has patch in PR)? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jun 2009 11:48:43 -0000 Greetings, could anybody have a look at bin/102299 please? The PR contains a patch to fix malloc() differences between GNU libc and FreeBSD's libc, so this should be little effort. Thank you. Best regards -- Matthias Andree From owner-freebsd-stable@FreeBSD.ORG Mon Jun 22 12:39:48 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6AC0E106572D for ; Mon, 22 Jun 2009 12:39:48 +0000 (UTC) (envelope-from vanopen@gmail.com) Received: from mail-pz0-f194.google.com (mail-pz0-f194.google.com [209.85.222.194]) by mx1.freebsd.org (Postfix) with ESMTP id 3ADB78FC0A for ; Mon, 22 Jun 2009 12:39:48 +0000 (UTC) (envelope-from vanopen@gmail.com) Received: by pzk32 with SMTP id 32so379215pzk.3 for ; Mon, 22 Jun 2009 05:39:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:mime-version:content-type:content-disposition :organization; bh=JHneHMj/Kyil2aKK+mAG0ROfkgsCJiSLISzHMS85g1w=; b=N2bScVi1qSzOY8pWm05Zj2PT63PK3mS/o7LhzMx+sbkzO46E+UPhAG5FzEeVJ1CIfe AwqHYRlLxove5xyQ35TyL38EELumwd4m/hg7BeVVaftQv47qr7ZD1tfGFNcXDtzsO924 Ay3dgoQgeIbX0+t26au6cg0tdxa8h3jecAJTk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:organization; b=MKAoozOpxvsnZZ583CQ99Abn16EEmBPHLVb32GDRgYD12LLfu7V/rIL7wqlB7z7As0 YdDB6W3l66SPhYGWiDKOTMgRJvyNP82RbXFOcti19vUzkdqpvUPEvqPOPOyjZCmj7m5i 1mLJyR4hV+Bu2ed1itCneE4zJlfKGpQKoEEog= Received: by 10.142.77.11 with SMTP id z11mr2630069wfa.277.1245674387950; Mon, 22 Jun 2009 05:39:47 -0700 (PDT) Received: from localhost ([58.240.248.227]) by mx.google.com with ESMTPS id 30sm611251wfg.30.2009.06.22.05.39.46 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 22 Jun 2009 05:39:47 -0700 (PDT) Date: Mon, 22 Jun 2009 20:39:38 +0800 From: "Wu, Yue" To: freebsd-stable Message-ID: <20090622123938.GA794@fbsd.hasee.cpu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Organization: China Pharmaceutical University, Nanjing, PRC Subject: Use n instead of Fn for choosing the OS when booting? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jun 2009 12:39:48 -0000 Hi, list, Freebsd uses Fn to choose Nth OS on the disk, I have installed FreeBSD on the second slice of disk, so I use F2 to choose it, but sometimes I hit F2 occasionally before the boot menu is up, and F2 is my notebook for entering the setup menu, so I go into BIOS setup menu, it's annoying me sometimes, so I think why not use number key(0~9) instead of F1~F12 for choosing OS? -- Hi, Wu, Yue From owner-freebsd-stable@FreeBSD.ORG Mon Jun 22 13:13:16 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0655C1065676 for ; Mon, 22 Jun 2009 13:13:16 +0000 (UTC) (envelope-from eugen@kuzbass.ru) Received: from www.svzserv.kemerovo.su (www.svzserv.kemerovo.su [213.184.65.80]) by mx1.freebsd.org (Postfix) with ESMTP id 66A268FC17 for ; Mon, 22 Jun 2009 13:13:15 +0000 (UTC) (envelope-from eugen@kuzbass.ru) Received: from www.svzserv.kemerovo.su (eugen@localhost [127.0.0.1]) by www.svzserv.kemerovo.su (8.13.8/8.13.8) with ESMTP id n5MDDCXq039209; Mon, 22 Jun 2009 21:13:12 +0800 (KRAST) (envelope-from eugen@www.svzserv.kemerovo.su) Received: (from eugen@localhost) by www.svzserv.kemerovo.su (8.13.8/8.13.8/Submit) id n5MDDBH4039208; Mon, 22 Jun 2009 21:13:11 +0800 (KRAST) (envelope-from eugen) Date: Mon, 22 Jun 2009 21:13:11 +0800 From: Eugene Grosbein To: "Wu, Yue" Message-ID: <20090622131311.GA39134@svzserv.kemerovo.su> References: <20090622123938.GA794@fbsd.hasee.cpu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090622123938.GA794@fbsd.hasee.cpu> User-Agent: Mutt/1.4.2.3i Cc: freebsd-stable Subject: Re: Use n instead of Fn for choosing the OS when booting? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jun 2009 13:13:16 -0000 On Mon, Jun 22, 2009 at 08:39:38PM +0800, Wu, Yue wrote: > Freebsd uses Fn to choose Nth OS on the disk, I have installed FreeBSD on the > second slice of disk, so I use F2 to choose it, but sometimes I hit F2 > occasionally before the boot menu is up, and F2 is my notebook for entering > the setup menu, so I go into BIOS setup menu, it's annoying me sometimes, so > I think why not use number key(0~9) instead of F1~F12 for choosing OS? In fact, BootEasy does use both - F-keys and number keys, just give it a try. Eugene Grosbein From owner-freebsd-stable@FreeBSD.ORG Mon Jun 22 17:05:45 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF31D1065676 for ; Mon, 22 Jun 2009 17:05:45 +0000 (UTC) (envelope-from dsuzukisanders@gmail.com) Received: from mail-qy0-f173.google.com (mail-qy0-f173.google.com [209.85.221.173]) by mx1.freebsd.org (Postfix) with ESMTP id 8724E8FC08 for ; Mon, 22 Jun 2009 17:05:45 +0000 (UTC) (envelope-from dsuzukisanders@gmail.com) Received: by qyk3 with SMTP id 3so3945793qyk.3 for ; Mon, 22 Jun 2009 10:05:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=1H1NmK4wzhTWZNBJd8tfobA65SP37+mf3VDOLdse9CE=; b=KT1/x1tef9JNePPZp9dWpsY4HdEX/CM/petR9khgUSKm2z6IX7gxGml0bcgof3U8MR tqjHc/3/mIchipQdPfM5DNo/G/zpqbKSO1B3GlJWe910DuM5yNFj9mVS5pDqSwlwcDKe AfNVcJf5tyYBhl4AcX3eV3qp0NOaPr8hk0Zik= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=U5DUQIeGVpgHVlVcK0TQYJQDkadAG4cCO8WJIGtx/HVVtodKmYsLz2qJzdA8BKjv4N ZWQwL2pZHABbIdeSc3iTuWlwn7n6O0MEZINunhzjAKXJRNoMz59o1SEC+99EANKwSPOF xwrRUPYDAngLhmPTfUaut3GF/K6JxenuiQF4A= MIME-Version: 1.0 Received: by 10.220.81.69 with SMTP id w5mr4264959vck.23.1245688611880; Mon, 22 Jun 2009 09:36:51 -0700 (PDT) In-Reply-To: <1245662976.25920.1321530053@webmail.messagingengine.com> References: <735E59909DEB44AF92825EA7C65CF430@ionicoffice.ionic.co.uk> <20090619095832.GA58127@intserv.int1.b.intern> <4A3F46F2.7020904@alogis.com> <1245662976.25920.1321530053@webmail.messagingengine.com> Date: Mon, 22 Jun 2009 17:36:51 +0100 Message-ID: <6228eb140906220936w1a691ecet38ce7c0480d157a8@mail.gmail.com> From: David Sanders To: Eric Furman Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Daniel Bolgheroni , Michal , freebsd-stable@freebsd.org, Holger Kipp , OpenBSD Advocacy Subject: Re: Open Vs Free BSD X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jun 2009 17:05:46 -0000 2009/6/22 Eric Furman > BWAAAHAHAHAHAH, what a bunch of retards > Please stop sending this crap to OBSD lists. That is surely one of the most brilliant replies I've ever seen from an advocacy@ address. Yes, I am being sarcastic. From owner-freebsd-stable@FreeBSD.ORG Mon Jun 22 18:45:42 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 68DB7106566C for ; Mon, 22 Jun 2009 18:45:42 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.249]) by mx1.freebsd.org (Postfix) with ESMTP id 209138FC24 for ; Mon, 22 Jun 2009 18:45:41 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: by an-out-0708.google.com with SMTP id c3so1487875ana.13 for ; Mon, 22 Jun 2009 11:45:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=jZx+4QRM1kUH8hc8TtDStS7VLQbGfuEe5OZRDR7MqAA=; b=NQGdwbJ1LPB+oqRao22qa/Ju3tybthCQewxsLAPCFxPWWOa52kiTQR2MJmQztHxQSM eEooSEb5sz9ik8dO8L1SPXtSTfFq+aBWbh2k71bqKYtE4QPUlznUHTKZN/q2kL7nMR8+ H28u2G2SH1yi3FNYThwuusm5Qyr35el0jEAVw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=l6jEhoENfqWjkbv1clIOjn0Q40FU+S3AgEw4RpruHL4EfHHTr65YCfwpR/rnePkuZ+ vBPl6uW1u4cCu/DwjMp+1CSQUjF3rYnQc5kXVHrsw8wZGQxG4elsJqmg4eIwPuSSWYWm 1mqZ1IMlk7wW34noGOElMKKTek7E7StFSAD48= MIME-Version: 1.0 Sender: mat.macy@gmail.com Received: by 10.100.212.5 with SMTP id k5mr8603412ang.158.1245696340975; Mon, 22 Jun 2009 11:45:40 -0700 (PDT) In-Reply-To: References: <735E59909DEB44AF92825EA7C65CF430@ionicoffice.ionic.co.uk> <20090619095832.GA58127@intserv.int1.b.intern> Date: Mon, 22 Jun 2009 11:45:40 -0700 X-Google-Sender-Auth: a5d0cf5388715907 Message-ID: <3c1674c90906221145r5859316cvb63fe6a893f22c4a@mail.gmail.com> From: Kip Macy To: Daniel Bolgheroni Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Holger Kipp , Michal , freebsd-stable@freebsd.org Subject: Re: Open Vs Free BSD X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jun 2009 18:45:42 -0000 freebsd-stable is not an advocacy list. This is very off-topic. On Mon, Jun 22, 2009 at 7:06 PM, Daniel Bolgheroni w= rote: > On Fri, 19 Jun 2009, Holger Kipp wrote: > >> On Fri, Jun 19, 2009 at 09:47:35AM +0100, Michal wrote: >> >> For the masses: >> >> - NetBSD: Run on any hardware (including toasters) >> - OpenBSD: Be as secure as possible >> - FreeBSD: provide best system for x86-platforms > > It's a mistake to make this association. > > OpenBSD people chose "security" as an argument to describe what the OS > is. It's true and I believe it can attract more users, but on the other > side, people seem to think OpenBSD is ONLY used when you need security, > like a firewall, router, etc. > > OpenBSD is a GENERIC OS which can be used to do _almost_ every task a > computer system is able to. > > Teers, > > -- > Daniel Bolgheroni > FEI - Faculdade de Engenharia Industrial > http://www.dbolgheroni.eng.br/mykey > > ASCII ribbon campaign ( ) > =A0against HTML e-mail =A0 X > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0/ \ > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > --=20 When bad men combine, the good must associate; else they will fall one by one, an unpitied sacrifice in a contemptible struggle. Edmund Burke From owner-freebsd-stable@FreeBSD.ORG Mon Jun 22 20:14:01 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 449561065673 for ; Mon, 22 Jun 2009 20:14:01 +0000 (UTC) (envelope-from rebotados@exemys.com) Received: from web.hostmailing.com (web.hostmailing.com [200.110.145.34]) by mx1.freebsd.org (Postfix) with ESMTP id 70F4D8FC0A for ; Mon, 22 Jun 2009 20:14:00 +0000 (UTC) (envelope-from rebotados@exemys.com) Received: from web.hostmailing.com ([200.110.145.34] helo=www.hostmailing.com) by web.hostmailing.com with esmtpa (Exim 4.63) (envelope-from ) id 1MIpsZ-0007UB-Ht for freebsd-stable@freebsd.org; Mon, 22 Jun 2009 17:12:35 -0300 Date: Mon, 22 Jun 2009 17:12:35 -0300 To: freebsd-stable@freebsd.org From: Exemys Message-ID: <1e41c6b8d28b6f50f228461e4676c97f@www.hostmailing.com> X-Priority: 3 X-Mailer: wh4535 [version 3.1] MIME-Version: 1.0 Content-Type: text/plain; charset = "iso-8859-1" Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Analog Inputs over Ethernet-WiFi-Cellular X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: exemys@exemys.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jun 2009 20:14:01 -0000 This is a message in multipart MIME format. Your mail client should not be displaying this. Consider upgrading your mail client to view this message correctly. From owner-freebsd-stable@FreeBSD.ORG Mon Jun 22 21:09:14 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5DB151065670 for ; Mon, 22 Jun 2009 21:09:14 +0000 (UTC) (envelope-from santosh@fastsoft.com) Received: from HQ-ES.FASTSOFT.COM (hq-es.fastsoft.com [38.102.243.86]) by mx1.freebsd.org (Postfix) with ESMTP id 46C978FC19 for ; Mon, 22 Jun 2009 21:09:14 +0000 (UTC) (envelope-from santosh@fastsoft.com) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Mon, 22 Jun 2009 14:09:12 -0700 Message-ID: In-Reply-To: <4A3D644E.4090806@FreeBSD.org> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Patch for FreeBSD 7.0 deadlock Thread-Index: AcnyaoVa8OT4wcqGSBClEOb6uzAT7ABEYSlQ From: "Santosh Rao Gururajan" To: "Kris Kennaway" Cc: freebsd-stable@freebsd.org Subject: RE: Patch for FreeBSD 7.0 deadlock X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jun 2009 21:09:14 -0000 >=20 > The fix to that particular problem is included in later releases. >=20 > Kris Hi Kris. I currently cannot upgrade from FreeBSD 7.0 because it breaks some other parts of my project and also for some other non-technical reasons. It would be a lot easier for me if I had the changeset. So if it is not too much bother can you send me a link to the changeset/MFC? Thanks, -santosh From owner-freebsd-stable@FreeBSD.ORG Mon Jun 22 22:13:07 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 83F1C106566C for ; Mon, 22 Jun 2009 22:13:07 +0000 (UTC) (envelope-from allnetgroup@yahoo.com) Received: from web34307.mail.mud.yahoo.com (web34307.mail.mud.yahoo.com [66.163.178.139]) by mx1.freebsd.org (Postfix) with SMTP id 3E7EB8FC0C for ; Mon, 22 Jun 2009 22:13:07 +0000 (UTC) (envelope-from allnetgroup@yahoo.com) Received: (qmail 64149 invoked by uid 60001); 22 Jun 2009 21:46:26 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1245707185; bh=9fNBF26QdULa5I11WNV2+mARFx9htQ8/CrdFC0oPZzA=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type; b=IID+T6yBrub0UdZuXkSfpvsrBWCk3rdKsrpXgAcUhBKRAf5I1KBtP+2/ekjz0QgZ6GlFIdmjCEcYBKHhCw9of2lVfT1zMfjLiOdXbT2V+O5MNZgwiAPr1EvkQcTPQYFNvd0wzLUtWyaQk7ye+uMx2zbVprWYZ6/oETbIWBCLW9U= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type; b=KXNF98BjUzy6t8kbXPz3eU3k1tdOEMfoLbv17sEog1ek4qPI5JAjRaSQCPtLKB0xBwyE20J8P8nOz06IJKBHX+QU43aH1tqcEFVL+StMp5hK2FdAPqcNqmJsve3pFwKn5TJ8RMOw4b+Yts/D4JxGiSdWTzqurNpoaordSIF4Lwk=; Message-ID: <849040.64121.qm@web34307.mail.mud.yahoo.com> X-YMail-OSG: U5z5VVMVM1kfEUGsN6ST.DEFivR8dp9v_0tGDXUDMRgMFJVrKK5DeTzVrom1I36_ZipkBxrClazE8MRoLzrAWptXOxRUvF7KLuJpFBe44Vr1YnIn1PhvY8zqYC59Ix3MLc5uNvZf0.rhfXqpGUdPoBLpW.cgMust4TH79oo8JJY8JeJwG6OuJK8TSKdM7mrfbbelPl6M3Rbvx0AwSYqvVxLh1R4VNvMVcTwKHNUnxj55QGpcJyZ.7NBYLR9N6iQ6YtT5emREWCu1oDMu0UMDDiTXavyx9MFwxFJOxiuEBfn1BIMXe5e3TGUYhfL2Wlu7DSU- Received: from [99.35.50.205] by web34307.mail.mud.yahoo.com via HTTP; Mon, 22 Jun 2009 14:46:25 PDT X-Mailer: YahooMailClassic/5.4.17 YahooMailWebService/0.7.289.15 Date: Mon, 22 Jun 2009 14:46:25 -0700 (PDT) From: ALLnetgroup To: stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Adding multiipul virtual domains? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: allnetgroup@yahoo.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jun 2009 22:13:07 -0000 I have 3 virtual domains I need to add to FreeBSD 7.2-RELEASE server using = Terminal or Webmin preferably Terminal. =A0 =A0 Thanks, Michael=A0=0A=0A=0A From owner-freebsd-stable@FreeBSD.ORG Mon Jun 22 22:22:15 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 99816106566C for ; Mon, 22 Jun 2009 22:22:15 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from mail-fx0-f217.google.com (mail-fx0-f217.google.com [209.85.220.217]) by mx1.freebsd.org (Postfix) with ESMTP id 2C11B8FC0C for ; Mon, 22 Jun 2009 22:22:14 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: by fxm17 with SMTP id 17so1007955fxm.43 for ; Mon, 22 Jun 2009 15:22:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=9UVsUw2XambnvXb+gn4KDZ+43RFtn7nXdXlF/3L81PA=; b=W4DFNrE3uhEQr5RKroXFLYFu3chF1RdEc7cZUUsr7gNXnL7tXwwtXoGnccnPVT+OpR 2o8Wt4wYlTG5GLfoPQZHGg3u7S+J1lE0JzNJnBRv557pxNxTWqU2fp8lZgmfhONZZHsm 1F+uTG2fZHRZiaKAjbhD+sLDKwbo897R3/Y1s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=vKhR1gn/OWwYMWYQUcRQBJfaQiaIUR7oRm+p3HEH8jqz37tFt7J1CuD2Wj4fQpLJqi GqVhN0M+jLhuZsOsVqUbDQw4T3+iNTK52vIuQ1k8Cggmu6E6NO6CkCXmZSAhnbK0BHi4 6l5q7ektXtJm9mT79WUJSCfIoTGi5KuxLfhok= MIME-Version: 1.0 Received: by 10.204.31.230 with SMTP id z38mr6768928bkc.85.1245709334083; Mon, 22 Jun 2009 15:22:14 -0700 (PDT) In-Reply-To: <849040.64121.qm@web34307.mail.mud.yahoo.com> References: <849040.64121.qm@web34307.mail.mud.yahoo.com> Date: Mon, 22 Jun 2009 18:22:14 -0400 Message-ID: <4ad871310906221522o1e20d15bhae257bb500519c6@mail.gmail.com> From: Glen Barber To: allnetgroup@yahoo.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: stable@freebsd.org Subject: Re: Adding multiipul virtual domains? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jun 2009 22:22:15 -0000 On Mon, Jun 22, 2009 at 5:46 PM, ALLnetgroup wrote: > I have 3 virtual domains I need to add to FreeBSD 7.2-RELEASE server using Terminal or Webmin preferably Terminal. > > Virtual domains for what? -- Glen Barber From owner-freebsd-stable@FreeBSD.ORG Mon Jun 22 22:24:54 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E500106566C for ; Mon, 22 Jun 2009 22:24:54 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from mail-fx0-f217.google.com (mail-fx0-f217.google.com [209.85.220.217]) by mx1.freebsd.org (Postfix) with ESMTP id D555F8FC13 for ; Mon, 22 Jun 2009 22:24:53 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: by fxm17 with SMTP id 17so1009814fxm.43 for ; Mon, 22 Jun 2009 15:24:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=zyvjv19Rh82PIhewAwibweYD42yVxRogU0lFM36GxlU=; b=h9zfiP5Rs3icu7GoxTEhBqG3eG3dcvSzAiOlsTFdZF/f0b9BmqSuFEqGmQ+15AgJA4 7h+8yY712a4/cpSpOKFB1m3o2oyWaEztlL9SsQOF3mWlWB6c2fiBKcf3LtBkqA6KYWpR 261J+++Eq5ugHPwLb2a8fruRkIJ68ged0j55U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=dkdp5YmWls4toxqg3ZiNfF6c7l8OBdLHPnihWlBzvRMn4ITHHcVmyvxIdVVq307jZa pgvXPpIiHtYJF5b89prptMKiOzyhlmfUBN/BhDR+qncaWoOgE4itVvhBp4h1///Yg95x bZMy9hhfaVfdCPFi/4JGZrNTMV9RZET2m/ez0= MIME-Version: 1.0 Received: by 10.204.118.69 with SMTP id u5mr6651004bkq.77.1245709492746; Mon, 22 Jun 2009 15:24:52 -0700 (PDT) In-Reply-To: <91315.14357.qm@web34304.mail.mud.yahoo.com> References: <91315.14357.qm@web34304.mail.mud.yahoo.com> Date: Mon, 22 Jun 2009 18:24:52 -0400 Message-ID: <4ad871310906221524s6c556822tb8cfc99e6da2fc1e@mail.gmail.com> From: Glen Barber To: allnetgroup@yahoo.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: stable@freebsd.org Subject: Re: Adding multiipul virtual domains? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jun 2009 22:24:54 -0000 On Mon, Jun 22, 2009 at 6:23 PM, ALLnetgroup wrote: > For 3 domain names I just recieved. > Please don't just reply to me, because the rest of the list doesn't see your response. Your question is extremely vague. What are you trying to do? -- Glen Barber From owner-freebsd-stable@FreeBSD.ORG Mon Jun 22 22:42:42 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F15F31065670 for ; Mon, 22 Jun 2009 22:42:42 +0000 (UTC) (envelope-from allnetgroup@yahoo.com) Received: from web34306.mail.mud.yahoo.com (web34306.mail.mud.yahoo.com [66.163.178.138]) by mx1.freebsd.org (Postfix) with SMTP id B989D8FC08 for ; Mon, 22 Jun 2009 22:42:42 +0000 (UTC) (envelope-from allnetgroup@yahoo.com) Received: (qmail 78754 invoked by uid 60001); 22 Jun 2009 22:42:42 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1245710562; bh=q6NkcuN8y8a/jbxR6sdQd9KDUh/EtuK8orLgRh3FjYg=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type; b=gwW34ko5qG+BdvAATgtnv3ID16TW2kg3y3ZnHL9da8M/9ABtzBzHKg2PfpcmEuNOa6ogiLKqbLByekdQy3sCU8+Cmv8QzQL0HT39z0dWr9O6TUrL80UFC8R2U7SeBdPxq8JsaWzBHiFqshzDb9ittKUcyPRPaBLeLM2lARmkE1A= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type; b=AQTFqPwi1nQwfRA2+oC0d9DNPK58WoZQv+Zg/ktOOMNyfTTNijs3Az7wh5fhD4EgIVdgrsqvaPmh5f+R7eOd7xgKeefMZfyAu1YqkZ1YDyHad33Le6YfyCTaJfYK7p68rKaTeMluKarm9luCXKBpWlvCj/Sg6iLSlsYcfK1sRDg=; Message-ID: <284871.77845.qm@web34306.mail.mud.yahoo.com> X-YMail-OSG: 4xSAqQ0VM1moskxkbYEJ8fs6uLun66.khqgHXpWH8hbdnvP8U51caWhKADqaDc1OCaXCVHK7Qnoel.pkQY059NhH2K..xrxz33YnEl2.nnjP_KoYej9cny_dVukAapZNXugLkGP_.NkGWKKE0na.DdWuWOMRIdqKvj8BcGNyTiPVIyeiebk7YMfSxd86oZcwDw0he7mGF9FTW6M3xC56MM.J0.ynpWi6Pqm83GGmMANfpQyTyAmxpoDde9XcNtEqcCJpDk_bPBlKebyT_q7ZZthQUpZ61Fuko_mK_oPw2uQHUv0q6_CvEO6h076XMIXYaGl2AXkr_8qilhY0aRc_dQlJetTIaULDDP9TUtcWLvWO1mH. Received: from [99.35.50.205] by web34306.mail.mud.yahoo.com via HTTP; Mon, 22 Jun 2009 15:42:42 PDT X-Mailer: YahooMailClassic/5.4.17 YahooMailWebService/0.7.289.15 Date: Mon, 22 Jun 2009 15:42:42 -0700 (PDT) From: ALLnetgroup To: stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Adding multiipul virtual domains? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: allnetgroup@yahoo.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jun 2009 22:42:43 -0000 I am trying to add 3 domain name accounts:=A0 =A0 domain1.com domain2.com domain3.com=20 =A0 to FreeBSD 7.2-RELEASE sever=A0with a Static IP the domain names=A0are poin= ted to the server via godaddy. What do I need to do to add the domains to t= he BSD server? =A0 =A0 --- On Mon, 6/22/09, Glen Barber wrote: From: Glen Barber Subject: Re: Adding multiipul virtual domains? To: allnetgroup@yahoo.com Cc: stable@freebsd.org Date: Monday, June 22, 2009, 3:24 PM On Mon, Jun 22, 2009 at 6:23 PM, ALLnetgroup wrote: > For 3 domain names I just received. > Please don't just reply to me, because the rest of the list doesn't see your response. Your question is extremely vague.=A0 What are you trying to do? --=20 Glen Barber =0A=0A=0A From owner-freebsd-stable@FreeBSD.ORG Mon Jun 22 23:38:11 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4AF38106564A for ; Mon, 22 Jun 2009 23:38:11 +0000 (UTC) (envelope-from vanopen@gmail.com) Received: from mail-pz0-f194.google.com (mail-pz0-f194.google.com [209.85.222.194]) by mx1.freebsd.org (Postfix) with ESMTP id 1BB788FC25 for ; Mon, 22 Jun 2009 23:38:10 +0000 (UTC) (envelope-from vanopen@gmail.com) Received: by pzk32 with SMTP id 32so625268pzk.3 for ; Mon, 22 Jun 2009 16:38:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:references:mime-version:content-type:content-disposition :in-reply-to:organization; bh=KIjuynvPoaR9uq1col4RcRwKWyZ85auD8x3KVvw/B8M=; b=mFCUI0KmqS6ODnMnK1gMJnC8MBXO0EzN2NLHd18fBpVlfxjNu1M6OuunHHvU8DSsY3 HxrDYdiqZDOslFFZu533B00fH4yldXu8Z98tSl7sxizS1Mj5le9pE0pFu8FtjkuL6KB7 bXFK6R80x0ckmKT43Eklsbwk7kwMugwU3A6aM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:organization; b=sDpD3SLUccmv1nm9f5vnjjLej1QgJ7jk+T66zHUzW/BDXRsYlG1XWM07N1yGrgcSpz p56myGe3o4H3IY39nYDq2mpPRexqcl2zsLn3Zz38zjbSfZNyi4IGL1s9pcT1hVADXQS9 SLMVtY8vvlm0CS26rW+UDYVnxdxXfhUScAsJ8= Received: by 10.143.39.13 with SMTP id r13mr2885634wfj.46.1245713890829; Mon, 22 Jun 2009 16:38:10 -0700 (PDT) Received: from localhost ([58.240.250.113]) by mx.google.com with ESMTPS id 22sm1538464wfi.12.2009.06.22.16.38.09 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 22 Jun 2009 16:38:10 -0700 (PDT) Date: Tue, 23 Jun 2009 07:38:00 +0800 From: "Wu, Yue" To: freebsd-stable Message-ID: <20090622233800.GA779@fbsd.hasee.cpu> References: <20090622123938.GA794@fbsd.hasee.cpu> <20090622131311.GA39134@svzserv.kemerovo.su> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090622131311.GA39134@svzserv.kemerovo.su> Organization: China Pharmaceutical University, Nanjing, PRC Subject: Re: Use n instead of Fn for choosing the OS when booting? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jun 2009 23:38:11 -0000 On Mon, Jun 22, 2009 at 09:13:11PM +0800, Eugene Grosbein wrote: > On Mon, Jun 22, 2009 at 08:39:38PM +0800, Wu, Yue wrote: > > > Freebsd uses Fn to choose Nth OS on the disk, I have installed FreeBSD on the > > second slice of disk, so I use F2 to choose it, but sometimes I hit F2 > > occasionally before the boot menu is up, and F2 is my notebook for entering > > the setup menu, so I go into BIOS setup menu, it's annoying me sometimes, so > > I think why not use number key(0~9) instead of F1~F12 for choosing OS? > > In fact, BootEasy does use both - F-keys and number keys, > just give it a try. It does the trick, thank you :) I think the screen can display number instead of Fn, and it saves one charactor and can be used for other maybe useful infos. Another question, if these are more then 12 OSes exist on disk, how to select the one that number larger than 12? :) -- Hi, Wu, Yue From owner-freebsd-stable@FreeBSD.ORG Mon Jun 22 23:40:40 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 003E31065674 for ; Mon, 22 Jun 2009 23:40:39 +0000 (UTC) (envelope-from dmagda@ee.ryerson.ca) Received: from toq5-srv.bellnexxia.net (toq5.bellnexxia.net [209.226.175.27]) by mx1.freebsd.org (Postfix) with ESMTP id 8A8E88FC19 for ; Mon, 22 Jun 2009 23:40:39 +0000 (UTC) (envelope-from dmagda@ee.ryerson.ca) Received: from toip5.srvr.bell.ca ([209.226.175.88]) by tomts40-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20090622214544.JDVA12511.tomts40-srv.bellnexxia.net@toip5.srvr.bell.ca> for ; Mon, 22 Jun 2009 17:45:44 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AukBAHqUP0pMRCc9/2dsb2JhbAAIz32ECgU Received: from bas1-toronto09-1279534909.dsl.bell.ca (HELO [192.168.1.103]) ([76.68.39.61]) by toip5.srvr.bell.ca with ESMTP; 22 Jun 2009 17:51:29 -0400 Message-Id: <208276CF-734E-4B82-B2DE-47BE65BA9F1D@ee.ryerson.ca> From: David Magda To: Borja Marcos In-Reply-To: <8A85A6B2-2122-4D8A-BF11-F2975B1A130F@sarenet.es> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Date: Mon, 22 Jun 2009 17:45:44 -0400 References: <3c1674c90906181021n54bd6fbei2a1a843033bc91c@mail.gmail.com> <1E4B9A40-F510-42E4-8A0B-26BA01A1679C@ee.ryerson.ca> <8A85A6B2-2122-4D8A-BF11-F2975B1A130F@sarenet.es> X-Mailer: Apple Mail (2.935.3) Cc: freebsd-stable@freebsd.org Subject: Re: ZFS user library? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jun 2009 23:40:40 -0000 On Jun 22, 2009, at 04:00, Borja Marcos wrote: > I see... Not rocket science actually. Just the standard > functionality of zfs(8) without resorting to ugly execve and text > parsing, something more reliable to list snapshots, etc. > > Maybe it's a matter of waiting... At some point it probably will be stabilized, but it hasn't happened yet. From owner-freebsd-stable@FreeBSD.ORG Mon Jun 22 23:50:49 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 34A4F106566C for ; Mon, 22 Jun 2009 23:50:49 +0000 (UTC) (envelope-from freebsd-nospam@yaxom.com) Received: from gw.yaxom.com (gw.yaxom.com [59.167.217.197]) by mx1.freebsd.org (Postfix) with SMTP id 606438FC23 for ; Mon, 22 Jun 2009 23:50:48 +0000 (UTC) (envelope-from freebsd-nospam@yaxom.com) Received: (qmail 20021 invoked from network); 23 Jun 2009 09:24:06 +1000 Received: from joker.yaxom.com (172.16.1.10) by iliad.yaxom.com with SMTP; 23 Jun 2009 09:24:06 +1000 Received: (qmail 69205 invoked by uid 1001); 23 Jun 2009 09:24:06 +1000 Message-ID: Date: Tue, 23 Jun 2009 09:24:06 +1000 From: Greg Black To: ALLnetgroup References: <284871.77845.qm@web34306.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <284871.77845.qm@web34306.mail.mud.yahoo.com> User-Agent: Mutt/1.4.2.2i; gjb-muttsend.sh 1.7 2004-10-05 X-Uptime: 214 days X-Operating-System: FreeBSD 6.2-RELEASE-p5 i386 X-Location: Brisbane, Australia; 27.49835S 152.98380E X-URL: http://www.gbch.net/gjb.html X-Blog: http://www.gbch.net/gjb/blog/ X-Image-URL: http://www.gbch.net/gjb/gjb-auug048.gif X-PGP-Key-Fingerprint: EBB2 2A92 A79D 1533 AC00 3C46 5D83 B6FB 4B04 B7D6 X-Request-PGP: http://www.gbch.net/keys/4B04B7D6.asc Cc: stable@freebsd.org Subject: Re: Adding multiipul virtual domains? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jun 2009 23:50:49 -0000 On 2009-06-22, ALLnetgroup wrote: > I am trying to add 3 domain name accounts:  >   > domain1.com > domain2.com > domain3.com >   > to FreeBSD 7.2-RELEASE sever with a Static IP the domain names are pointed to the server via godaddy. What do I need to do to add the domains to the BSD server? You need to do two things: (1) formulate a meaningful question; (2) ask your questions in a suitable forum for newbie questions. Please read the charters of the mailing lists and stop using this list for questions that don't belong here. From owner-freebsd-stable@FreeBSD.ORG Tue Jun 23 01:28:07 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 776E71065672 for ; Tue, 23 Jun 2009 01:28:07 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from ns2.bafirst.com (72-12-2-19.static.networktel.net [72.12.2.19]) by mx1.freebsd.org (Postfix) with ESMTP id 273678FC08 for ; Tue, 23 Jun 2009 01:28:06 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from casasponti.net ([201.155.7.3]) by ns2.bafirst.com with esmtp; Mon, 22 Jun 2009 20:18:04 -0500 id 000D51F8.4A402D4C.00001F39 Received: from HOME.encontacto.net ([189.129.19.77]) by casasponti.net with esmtp; Mon, 22 Jun 2009 20:18:03 -0500 id 00130C4E.4A402D4B.000091DB Received: from localhost (localhost [127.0.0.1]) (uid 80) by HOME.encontacto.net with local; Mon, 22 Jun 2009 20:18:03 -0500 id 0004AC11.4A402D4B.00006892 Received: from local69.local.net.mx (local69.local.net.mx [192.168.1.69]) by econet.encontacto.net (Horde Framework) with HTTP; Mon, 22 Jun 2009 20:18:03 -0500 Message-ID: <20090622201803.351835q55iylznac@econet.encontacto.net> Date: Mon, 22 Jun 2009 20:18:03 -0500 From: eculp To: allnetgroup@yahoo.com References: <284871.77845.qm@web34306.mail.mud.yahoo.com> In-Reply-To: <284871.77845.qm@web34306.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (5.0-cvs) X-Remote-Browser: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.0.11) Gecko/2009061307 Firefox/3.0.4, Ant.com Toolbar 1.3 X-IMP-Server: 189.129.19.77 X-Originating-IP: 192.168.1.69 X-Originating-User: eculp@encontacto.net Cc: stable@freebsd.org Subject: Re: Adding multiipul virtual domains? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Jun 2009 01:28:08 -0000 Quoting ALLnetgroup : > I am trying to add 3 domain name accounts:=A0 > =A0 > domain1.com > domain2.com > domain3.com > =A0 > to FreeBSD 7.2-RELEASE sever=A0with a Static IP the domain names=A0are =20 > pointed to the server via godaddy. What do I need to do to add the =20 > domains to the BSD server? You really need to be more specific. To use the domains you will need =20 at least: o. a functional DNS for each, be it on your freebsd box or not. o. Probably a mail server. Lot of options here most are in ports. o. A web server, probably apache or lighthttp that are both in ports. All of these can be handled by multiple programs, none of which are =20 parts of the basic freebsd OS install except named, I suppose but that =20 is if you are running your own dns, which I somehow doubt. Why don't you try reading the FreeBSD handbook that will answer most =20 of what I mentioned. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html I would also suggest you read about the mailing lists on the =20 http://www.freebsd.org web site to know which you should use and how =20 to ask questions. Good luck, ed > --- On Mon, 6/22/09, Glen Barber wrote: > > > From: Glen Barber > Subject: Re: Adding multiipul virtual domains? > To: allnetgroup@yahoo.com > Cc: stable@freebsd.org > Date: Monday, June 22, 2009, 3:24 PM > > > On Mon, Jun 22, 2009 at 6:23 PM, ALLnetgroup wrote: >> For 3 domain names I just received. >> > > Please don't just reply to me, because the rest of the list doesn't > see your response. > > Your question is extremely vague.=A0 What are you trying to do? > > > -- > Glen Barber > > > > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > From owner-freebsd-stable@FreeBSD.ORG Tue Jun 23 01:45:40 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9AA27106566C for ; Tue, 23 Jun 2009 01:45:40 +0000 (UTC) (envelope-from rick@kiwi-computer.com) Received: from hamlet.setfilepointer.com (hamlet.SetFilePointer.com [63.224.10.2]) by mx1.freebsd.org (Postfix) with SMTP id 5ABCD8FC08 for ; Tue, 23 Jun 2009 01:45:40 +0000 (UTC) (envelope-from rick@kiwi-computer.com) Received: (qmail 41858 invoked from network); 22 Jun 2009 20:18:58 -0500 Received: from keira.kiwi-computer.com (HELO kiwi-computer.com) (63.224.10.3) by hamlet.setfilepointer.com with SMTP; 22 Jun 2009 20:18:58 -0500 Received: (qmail 54781 invoked by uid 2001); 23 Jun 2009 01:18:57 -0000 Date: Mon, 22 Jun 2009 20:18:57 -0500 From: "Rick C. Petty" To: "Wu, Yue" Message-ID: <20090623011857.GA54747@keira.kiwi-computer.com> References: <20090622123938.GA794@fbsd.hasee.cpu> <20090622131311.GA39134@svzserv.kemerovo.su> <20090622233800.GA779@fbsd.hasee.cpu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090622233800.GA779@fbsd.hasee.cpu> User-Agent: Mutt/1.4.2.3i Cc: freebsd-stable Subject: Re: Use n instead of Fn for choosing the OS when booting? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: rick-freebsd2008@kiwi-computer.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Jun 2009 01:45:40 -0000 On Tue, Jun 23, 2009 at 07:38:00AM +0800, Wu, Yue wrote: > > Another question, if these are more then 12 OSes exist on disk, how to select > the one that number larger than 12? :) You can only have 4 primary partitions in an MBR. The boot0 gives choice #5 for the next disk. Thus there are only 5 choices, maximum. -- Rick C. Petty From owner-freebsd-stable@FreeBSD.ORG Tue Jun 23 08:05:24 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD28E1065675 for ; Tue, 23 Jun 2009 08:05:23 +0000 (UTC) (envelope-from hv@tuebingen.mpg.de) Received: from mailgw2.tuebingen.mpg.de (mailgw2.tuebingen.mpg.de [192.124.27.7]) by mx1.freebsd.org (Postfix) with ESMTP id 6542E8FC08 for ; Tue, 23 Jun 2009 08:05:23 +0000 (UTC) (envelope-from hv@tuebingen.mpg.de) X-IronPort-AV: E=Sophos;i="4.42,274,1243807200"; d="sig'?scan'208,217";a="575661" Received: from cmh.local (HELO tuebingen.mpg.de) ([10.3.6.123]) by mailgate2.local with ESMTP; 23 Jun 2009 09:35:55 +0200 Received: from adminx.local (account henry.vogt [10.3.7.25] verified) by tuebingen.mpg.de (CommuniGate Pro SMTP 5.2.8) with ESMTPSA id 8011824; Tue, 23 Jun 2009 09:35:55 +0200 Message-Id: <53C01C98-7C82-4E4F-9214-74AC0C662EA9@tuebingen.mpg.de> From: hv To: rick-freebsd2008@kiwi-computer.com In-Reply-To: <20090623011857.GA54747@keira.kiwi-computer.com> Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Apple-Mail-5--1000106037" Mime-Version: 1.0 (Apple Message framework v935.3) Date: Tue, 23 Jun 2009 09:35:49 +0200 References: <20090622123938.GA794@fbsd.hasee.cpu> <20090622131311.GA39134@svzserv.kemerovo.su> <20090622233800.GA779@fbsd.hasee.cpu> <20090623011857.GA54747@keira.kiwi-computer.com> X-Pgp-Agent: GPGMail 1.2.0 (v56) Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.935.3) X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-stable , "Wu, Yue" Subject: Re: Use n instead of Fn for choosing the OS when booting? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Jun 2009 08:05:24 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --Apple-Mail-5--1000106037 Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Am 23.06.2009 um 03:18 schrieb Rick C. Petty: > On Tue, Jun 23, 2009 at 07:38:00AM +0800, Wu, Yue wrote: >> >> Another question, if these are more then 12 OSes exist on disk, how =20= >> to select >> the one that number larger than 12? :) > > You can only have 4 primary partitions in an MBR. The boot0 gives =20 > choice > #5 for the next disk. Thus there are only 5 choices, maximum. Recently added (since 7.2): There are 6 possible choices. Probably the 6th only shows up, if the bios supports booting via PXE. Regards -- Henry Vogt (Fon: ++49-7071-601-511, Fax: -826) Campus Max-Planck-Institute, Spemannstr. 32-41, T=FCbingen, Germany --Apple-Mail-5--1000106037 content-type: application/pgp-signature; x-mac-type=70674453; name=PGP.sig content-description: Signierter Teil der Nachricht content-disposition: inline; filename=PGP.sig content-transfer-encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (Darwin) iEYEARECAAYFAkpAhdUACgkQiF3PvXvQ0FAXMQCgkrJscDU1Fi+Ii82CORdtB0v9 ocAAmgJALNFtaQn3iD2p6VS/1V3eIXqw =v/bB -----END PGP SIGNATURE----- --Apple-Mail-5--1000106037-- From owner-freebsd-stable@FreeBSD.ORG Tue Jun 23 10:18:38 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A3DBB1065672 for ; Tue, 23 Jun 2009 10:18:38 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from megatron.madpilot.net (megatron.madpilot.net [88.149.173.206]) by mx1.freebsd.org (Postfix) with ESMTP id 5B9738FC14 for ; Tue, 23 Jun 2009 10:18:38 +0000 (UTC) (envelope-from mad@madpilot.net) Received: by megatron.madpilot.net (Postfix, from userid 1000) id 11E6D130C40; Tue, 23 Jun 2009 12:06:10 +0200 (CEST) Date: Tue, 23 Jun 2009 12:06:10 +0200 From: Guido Falsi To: eculp Message-ID: <20090623100610.GD84742@megatron.madpilot.net> References: <284871.77845.qm@web34306.mail.mud.yahoo.com> <20090622201803.351835q55iylznac@econet.encontacto.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090622201803.351835q55iylznac@econet.encontacto.net> X-Operating-System: FreeBSD 7.2-STABLE User-Agent: Mutt/1.5.19 (2009-01-05) Cc: stable@freebsd.org, allnetgroup@yahoo.com Subject: Re: Adding multiipul virtual domains? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Jun 2009 10:18:38 -0000 On Mon, Jun 22, 2009 at 08:18:03PM -0500, eculp wrote: > You really need to be more specific. To use the domains you will need > at least: > > o. a functional DNS for each, be it on your freebsd box or not. > o. Probably a mail server. Lot of options here most are in ports. > o. A web server, probably apache or lighthttp that are both in ports. > > All of these can be handled by multiple programs, none of which are > parts of the basic freebsd OS install except named, I suppose but that > is if you are running your own dns, which I somehow doubt. Well the base system does include a mail server. -- Guido Falsi From owner-freebsd-stable@FreeBSD.ORG Tue Jun 23 12:24:05 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D350106566C; Tue, 23 Jun 2009 12:24:05 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-bw0-f209.google.com (mail-bw0-f209.google.com [209.85.218.209]) by mx1.freebsd.org (Postfix) with ESMTP id 2A3558FC08; Tue, 23 Jun 2009 12:24:03 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: by bwz5 with SMTP id 5so17540bwz.43 for ; Tue, 23 Jun 2009 05:24:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=yKpyyMEN6rKyDAc07BUxrHFrGCcnzwv8LKlIRxad2qE=; b=iMVtOrJOAQxq9vOKsnLHqI08z2AEDoOT4GV5+f6WZo8YeMnd7SRyKDFxFXRJYBpNd6 eA8sUkziMXdFGNSTgABYR0plPKZLtzrJBz3R8XsaNyNaUXyocz1z6od1+fkhYfF1NTzv 3No05ybqt3I68QksGvo1/ZyzZCWwt7CADNnkQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=v/NoADqxltipVrPdGj8/E7TsqzRYf/pO5HSltn9Tf+R4abBXCwS7xB+AsSgWLoNjeE doBYGAPJLWokGcrJu/hHM1fDZ9BhxB3ffxmnA1RZmxEVe8zTlGbtrxV6S5qocUI5cC9l MV+1IM7KPZp2F1S1J1a1hP6cm0DefA9KZqB6A= MIME-Version: 1.0 Received: by 10.103.169.18 with SMTP id w18mr2930982muo.101.1245759842815; Tue, 23 Jun 2009 05:24:02 -0700 (PDT) In-Reply-To: <200905131248.08465.jhb@freebsd.org> References: <200905131015.27431.jhb@freebsd.org> <200905131248.08465.jhb@freebsd.org> Date: Tue, 23 Jun 2009 16:24:02 +0400 Message-ID: From: pluknet To: John Baldwin Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-stable@freebsd.org Subject: Re: lock up in 6.2 (procs massively stuck in Giant) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Jun 2009 12:24:05 -0000 2009/5/13 John Baldwin : > On Wednesday 13 May 2009 11:41:22 am pluknet wrote: >> 2009/5/13 John Baldwin : >> > On Wednesday 13 May 2009 2:40:33 am pluknet wrote: >> >> 2009/5/13 pluknet : >> >> > 2009/5/13 John Baldwin : >> >> >> On Tuesday 12 May 2009 4:59:19 pm pluknet wrote: >> >> >>> Hi. >> >> >>> >> >> >>> From just another box (not from the first two mentioned earlier) >> >> >>> with a similar locking issue. If it would make sense, since there= are >> >> >>> possibly a bit different conditions. >> >> >>> clock proc here is on swi4, I hope it's a non-important differenc= e. >> >> >>> >> >> >>> =A0 =A018 =A0 =A0 0 =A0 =A0 0 =A0 =A0 0 =A0LL =A0 =A0 *Giant =A0 = =A00xd0a6b140 [swi4: clock > sio] >> >> >>> db> bt 18 >> >> >> >> >> >> Ok, this is a known issue in 6.x. =A0It is fixed in 6.4. >> >> >> >> >> >> >> Looking at the face of kern_timeout.c I suspect that was fixed in > r181012. >> > >> > No, this particular issue is fixed by a change to sched_4bsd.c in r179= 975. >> > >> >> Gah.. We constrained to use ule scheduler on 6.x (yes, I know that >> "it's known to be broken (c)"), since we have had a very bad interactivi= ty >> on 4bsd on our workload. Ok, that's just another reason to move to 7.x. > > Hmmm I would have thought ULE wouldn't have suffered from this bug. =A0Th= e > problem on 4BSD was if softclock ever blocked on Giant and the thread tha= t > held Giant was on a run queue and pinned to a specific CPU but that anoth= er > userland thread was running on that CPU already, the userland thread woul= d > never yield the CPU so long as it kept busy since the round robin timeout > would never run. > > -- > John Baldwin > That's another sort of lockup on 6.2 we experience often. May that be connected to ULE on 6.x? I regret if this info is not enough. db> ps pid ppid pgrp uid state wmesg wchan cmd 74606 74602 68315 0 R stat 74605 74601 68315 0 S piperd 0xcd7b0198 head 74603 74601 68315 0 S piperd 0xc8ca2198 sort 74602 74601 68315 0 S wait 0xcaed6000 find 74601 68319 68315 0 S wait 0xd0f5e860 sh 74588 7495 7495 13581 S lockf 0xd1919dc0 httpd 74587 7495 7495 13581 S lockf 0xce42b400 httpd 74586 8016 8016 7336 R httpd 74585 8016 8016 7336 R httpd 74584 9498 9498 26316 R httpd 74341 3399 8150 13289 R CPU 7 perl5.8.8 74020 7495 7495 13581 S lockf 0xccf31180 httpd 74019 8247 8247 26256 R httpd 74018 8016 8016 7336 R CPU 4 httpd 72732 9190 9190 26291 RL CPU 1 httpd 72731 9190 9190 26291 S accept 0xcd31572e httpd 72729 8693 8693 26404 R httpd 72727 9190 9190 26291 S accept 0xcd31572e httpd 72726 9396 9396 26262 R httpd 72088 7495 7495 13581 S kqread 0xcb2f9400 httpd 72087 9190 9190 26291 S accept 0xcd31572e httpd 72085 9190 9190 26291 S accept 0xcd31572e httpd 72084 8162 8162 18538 R httpd 71402 7495 7495 13581 S lockf 0xccfab3c0 httpd 71401 8162 8162 18538 R httpd 71400 9190 9190 26291 S accept 0xcd31572e httpd 71399 8716 8716 26278 R CPU 3 httpd 70063 7574 7574 11303 S lockf 0xccf312c0 httpd 69417 8371 8371 25968 R httpd 69416 9030 9030 39658 R httpd 68319 68318 68315 0 S piperd 0xd1b9f198 sh 68318 68315 68315 0 S wait 0xc82f7648 lockf 68315 68313 68315 0 Ss wait 0xca914430 sh 68313 34501 34501 0 S piperd 0xcfbef000 cron 68310 8016 8016 7336 R httpd 68309 64318 64318 14620 R httpd 68308 9111 9111 26280 S lockf 0xca51cc00 httpd 68302 8595 8595 26129 RL httpd 68301 9190 9190 26291 S accept 0xcd31572e httpd 68300 8483 8483 26049 R httpd 68296 8747 8747 33525 R httpd 68287 8952 8952 26340 R httpd 68282 9110 9110 26102 R httpd 68280 9110 9110 26102 R httpd 68272 8339 8339 17137 S accept 0xcc5159f6 httpd 68271 8595 8595 26129 R httpd 68269 9470 9470 26006 R httpd 68268 9030 9030 39658 S sbwait 0xc89d0da4 httpd 68251 36391 36391 38054 R httpd 68249 7527 7527 16760 R httpd 68247 9030 9030 39658 R httpd 68245 8901 8901 26031 S accept 0xcd3159f6 httpd 68239 8928 8928 26128 R httpd 68238 8928 8928 26128 S lockf 0xd1659c40 httpd 68214 7619 7619 6478 S accept 0xcb25219e httpd 68210 8675 8675 26171 S accept 0xc8ca719e httpd 68205 8388 8388 27687 R httpd 68199 8339 8339 17137 R httpd 68197 9169 9169 26030 S accept 0xcaa7a03a httpd [...] db> sh allpcpu Current CPU: 1 cpuid =3D 0 curthread =3D 0xc7cfae10: pid 19 "swi4: clock sio" curpcb =3D 0xe6895d90 fpcurthread =3D none idlethread =3D 0xc7cfaaf0: pid 17 "idle: cpu0" APIC ID =3D 0 currentldt =3D 0x50 cpuid =3D 1 curthread =3D 0xcc20c000: pid 72732 "httpd" curpcb =3D 0xefcaad90 fpcurthread =3D none idlethread =3D 0xc7cfa000: pid 16 "idle: cpu1" APIC ID =3D 1 currentldt =3D 0x50 cpuid =3D 2 curthread =3D 0xc8413e10: pid 35417 "proftpd" curpcb =3D 0xf0e55d90 fpcurthread =3D none idlethread =3D 0xc7cf9e10: pid 15 "idle: cpu2" APIC ID =3D 2 currentldt =3D 0x50 cpuid =3D 3 curthread =3D 0xcfd37320: pid 71399 "httpd" curpcb =3D 0xf0786d90 fpcurthread =3D none idlethread =3D 0xc7cf9c80: pid 14 "idle: cpu3" APIC ID =3D 3 currentldt =3D 0x50 cpuid =3D 4 curthread =3D 0xd0f68320: pid 74018 "httpd" curpcb =3D 0xf0a79d90 fpcurthread =3D none idlethread =3D 0xc7cf9af0: pid 13 "idle: cpu4" APIC ID =3D 4 currentldt =3D 0x50 cpuid =3D 5 curthread =3D 0xcb92a640: pid 56782 "httpd" curpcb =3D 0xef96bd90 fpcurthread =3D none idlethread =3D 0xc7cf9960: pid 12 "idle: cpu5" APIC ID =3D 5 currentldt =3D 0x50 cpuid =3D 6 curthread =3D 0xd1e98640: pid 67921 "httpd" curpcb =3D 0xf1545d90 fpcurthread =3D none idlethread =3D 0xc7cf97d0: pid 11 "idle: cpu6" APIC ID =3D 6 currentldt =3D 0x50 cpuid =3D 7 curthread =3D 0xca523e10: pid 74341 "perl5.8.8" curpcb =3D 0xeee48d90 fpcurthread =3D none idlethread =3D 0xc7cf9640: pid 10 "idle: cpu7" APIC ID =3D 7 currentldt =3D 0x50 db> bt 74606 Tracing pid 74606 tid 100065 td 0xc8138190 sched_switch(c8138190,0,2) at sched_switch+0x143 mi_switch(2,0) at mi_switch+0x1ba critical_exit(c0a06c60,ee77e9d4,c0899240,0,28060008,...) at critical_exit+0= x9d lapic_handle_timer(0) at lapic_handle_timer+0xc9 Xtimerint(c0a06c60,c8138190,0,0,0) at Xtimerint+0x30 namei(ee77ebcc) at namei+0x1ec vn_open_cred(ee77ebcc,ee77eccc,1a4,d06a0b00,5,...) at vn_open_cred+0x2ad vn_open(ee77ebcc,ee77eccc,1a4,5) at vn_open+0x1e kern_open(c8138190,2806ac48,0,1,1b6,...) at kern_open+0xb6 open(c8138190,ee77ed04) at open+0x1a syscall(3b,3b,3b,4,28070c80,...) at syscall+0x2bf Xint0x80_syscall() at Xint0x80_syscall+0x1f --- syscall (5, FreeBSD ELF32, open), eip =3D 0x280555af, esp =3D 0xbfbfebfc, ebp =3D 0xbfbfec28 --- db> bt 74341 Tracing pid 74341 tid 101681 td 0xca523e10 sched_switch(7,7,1,eee48a0c,c08a55d9,...) at sched_switch+0x143 MAXCPU(e5895590,62e85356,e8000110,ffffa3d5,ffb988e8,...) at 0xf7 *** error reading from address f8658d94 *** db> bt 67921 Tracing pid 67921 tid 102585 td 0xd1e98640 sched_switch(d1e98640,c7cfa960,6) at sched_switch+0x143 mi_switch(6,c7cfa960,c7cfaab8,c0a0b460,f154592c,...) at mi_switch+0x1ba maybe_preempt(c7cfa960) at maybe_preempt+0xc4 sched_add(c7cfa960,4,d1e98640,c7cfa960,f1545950,...) at sched_add+0x258 setrunqueue(f1545968,c066d0fc,0,c7cef69c,0,...) at setrunqueue+0x63 _end() at 0xd1e98640 db> show lockchain 67921 thread 102585 (pid 67921, httpd) running on CPU 6 db> show lock Giant class: sleep mutex name: Giant flags: {DEF, RECURSE} state: {OWNED, CONTESTED} owner: 0xd0f68320 (tid 102209, pid 74018, "httpd") db> bt 74018 Tracing pid 74018 tid 102209 td 0xd0f68320 sched_switch(c0a0a0b0,cd635c48,c9018f68,c0a0baf0,1,...) at sched_switch+0x1= 43 MAXCPU(2004,cd635af0,0,16,1,...) at 0x7 _end() at 0xcb62b608 db> bt 71399 Tracing pid 71399 tid 101992 td 0xcfd37320 sched_switch(5,5,1,f0786a0c,c08a55d9,...) at sched_switch+0x143 MAXCPU(e5895590,62e85356,e8000110,ffffa3d5,ffb988e8,...) at 0xf7 *** error reading from address f8658d94 *** db> bt 35417 Tracing pid 35417 tid 102675 td 0xc8413e10 sched_switch(7,7,1,f0e55ad8,c08a55d9,...) at sched_switch+0x143 MAXCPU(e5895590,62e85356,e8000110,ffffa3d5,ffb988e8,...) at 0xf7 *** error reading from address f8658d94 *** db> show proc 74018 Process 74018 (httpd) at 0xd0f73218: state: NORMAL uid: 7336 gids: 999, 999, 7336 parent: pid 8016 at 0xcaf69648 ABI: FreeBSD ELF32 arguments: /home/xxx/etc/apache/bin/httpd threads: 1 102209 Run CPU 4 httpd db> show lockchain 74018 thread 102209 (pid 74018, httpd) running on CPU 4 db> show turnstile db> show lockedbufs buf at 0xdbda0400 b_flags =3D 0x20000000 b_error =3D 0, b_bufsize =3D 16384, b_bcount =3D 16384, b_resid =3D 0 b_bufobj =3D (0xc8160d80), b_data =3D 0xdcdb1000, b_blkno =3D 920752960 b_npages =3D 4, pages(OBJ, IDX, PA): (0xc8163084, 0x6dc3268, 0x60fd4000),(0xc8163084, 0x6dc3269, 0x58495000),(0xc8163084, 0x6dc326a, 0x1b8b6000),(0xc8163084, 0x6dc326b, 0x74f97000) db> show lockedvnods Locked vnodes db> show sleepq db> show lockmgr db> show sleepchain thread 101368 (pid 72732, httpd) running on CPU 1 db> bt 72732 Tracing pid 72732 tid 101368 td 0xcc20c000 kdb_enter(c094016e) at kdb_enter+0x2b siointr1(c7ee6c00) at siointr1+0xce siointr(c7ee6c00) at siointr+0x5e intr_execute_handlers(c7cef4c8,efcaab98,4,efcaabe8,c0899013,...) at intr_execute_handlers+0xe1 lapic_handle_intr(37) at lapic_handle_intr+0x2e Xapic_isr1() at Xapic_isr1+0x33 --- interrupt, eip =3D 0xc067a3be, esp =3D 0xefcaabdc, ebp =3D 0xefcaabe8 -= -- _mtx_lock_sleep(c0a06c60,cc20c000,0,0,0) at _mtx_lock_sleep+0xb6 vm_fault(ca2a1818,28747000,1,0) at vm_fault+0x1a5 trap_pfault(efcaad38,1,28747584,28747584,0,...) at trap_pfault+0x123 trap(280b003b,bfbf003b,bfbf003b,280b79c8,bfbfed84,...) at trap+0x1eb calltrap() at calltrap+0x5 --- trap 0xc, eip =3D 0x28747584, esp =3D 0xbfbfeaec, ebp =3D 0xbfbfeb08 --= - db> bt Tracing pid 72732 tid 101368 td 0xcc20c000 kdb_enter(c094016e) at kdb_enter+0x2b siointr1(c7ee6c00) at siointr1+0xce siointr(c7ee6c00) at siointr+0x5e intr_execute_handlers(c7cef4c8,efcaab98,4,efcaabe8,c0899013,...) at intr_execute_handlers+0xe1 lapic_handle_intr(37) at lapic_handle_intr+0x2e Xapic_isr1() at Xapic_isr1+0x33 --- interrupt, eip =3D 0xc067a3be, esp =3D 0xefcaabdc, ebp =3D 0xefcaabe8 -= -- _mtx_lock_sleep(c0a06c60,cc20c000,0,0,0) at _mtx_lock_sleep+0xb6 vm_fault(ca2a1818,28747000,1,0) at vm_fault+0x1a5 trap_pfault(efcaad38,1,28747584,28747584,0,...) at trap_pfault+0x123 trap(280b003b,bfbf003b,bfbf003b,280b79c8,bfbfed84,...) at trap+0x1eb calltrap() at calltrap+0x5 --- trap 0xc, eip =3D 0x28747584, esp =3D 0xbfbfeaec, ebp =3D 0xbfbfeb08 --= - --=20 wbr, pluknet From owner-freebsd-stable@FreeBSD.ORG Tue Jun 23 14:01:10 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 577231065673 for ; Tue, 23 Jun 2009 14:01:10 +0000 (UTC) (envelope-from jeffrey@goldmark.org) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id 2D0318FC13 for ; Tue, 23 Jun 2009 14:01:09 +0000 (UTC) (envelope-from jeffrey@goldmark.org) Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 76FD437B6DD; Tue, 23 Jun 2009 09:41:56 -0400 (EDT) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute1.internal (MEProxy); Tue, 23 Jun 2009 09:41:56 -0400 X-Sasl-enc: KEpiu7RMICijcNFkXCICM8p2P/aE5jOBXVk5pl+N6RWs 1245764516 Received: from hagrid.ewd.goldmark.org (n114.ewd.goldmark.org [72.64.118.114]) by mail.messagingengine.com (Postfix) with ESMTPSA id 1682020EA5; Tue, 23 Jun 2009 09:41:56 -0400 (EDT) Message-Id: From: Jeffrey Goldberg To: allnetgroup@yahoo.com In-Reply-To: <849040.64121.qm@web34307.mail.mud.yahoo.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Date: Tue, 23 Jun 2009 08:41:54 -0500 References: <849040.64121.qm@web34307.mail.mud.yahoo.com> X-Mailer: Apple Mail (2.935.3) Cc: stable@freebsd.org Subject: Re: Adding multiipul virtual domains? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Jun 2009 14:01:10 -0000 On Jun 22, 2009, at 4:46 PM, ALLnetgroup wrote: > I have 3 virtual domains I need to add to FreeBSD 7.2-RELEASE server > using Terminal or Webmin preferably Terminal. If you are talking about virtual web domains, then this will be configured in the Apache configuration files. Assuming you have apache22 installed from ports, then look in /usr/local/etc/apache22/extra/http-vhosts.com That will point you to some apache documentation http://httpd.apache.org/docs/2.2/vhosts/ which you should review. As others have said, you need to clarify your question. Virtual domains with respect to what? I'm just guessing that you are talking about webserver vhosts and that you are running apache. If you are talking about virtual domains for email, then you will need to let us know whether you are running the FreeBSD default sendmail installation or some other mail server system. -j -- Jeffrey Goldberg http://www.goldmark.org/jeff/ From owner-freebsd-stable@FreeBSD.ORG Tue Jun 23 14:33:38 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8481B1065673 for ; Tue, 23 Jun 2009 14:33:38 +0000 (UTC) (envelope-from allnetgroup@yahoo.com) Received: from web34307.mail.mud.yahoo.com (web34307.mail.mud.yahoo.com [66.163.178.139]) by mx1.freebsd.org (Postfix) with SMTP id 4DBBD8FC1D for ; Tue, 23 Jun 2009 14:33:38 +0000 (UTC) (envelope-from allnetgroup@yahoo.com) Received: (qmail 74613 invoked by uid 60001); 23 Jun 2009 14:33:37 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1245767617; bh=EspXgxZP6e+4rH9kUWQY4bjy1iYYaK/hOaKDALKA9s4=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type; b=0AS7gEpTdazczDx+Og0cLkvDdopeRYk3gvMmNZ4EqmySSTlZiG7B8lecA+af2UOX7S9om/ORTNebT8IVkIGPl6fsyvhXot55GfhAVFUolt4x7X/8GoUjl+RJRR2ejbSHPgUo6csMHa9GHqhWr4B7eAnGHRR2OdX+whVHlmpLOK4= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type; b=1PAcfPXRIBT01cI30bM5dRpZKhPOHWtxPYrG3sYkrusfFnuVIHTlf+F3VgfrC4wal6hzgOOHDk/6E3xS+4poJa4lznY12jo4dVeJoYIN8KiPBqPwcF035FzzLN0RhyEiTLtQrcLwyzZnBI/s6LZjDxDb7oEe8SmmWPyasCmIupw=; Message-ID: <615319.72378.qm@web34307.mail.mud.yahoo.com> X-YMail-OSG: uPbmRxYVM1lJcyIO2CtNFNzvtAoE5DifUGgI7wyP4JsVhozfv4Ax9DValqsWmxDpdoxRzkFPXlgVL9S0RhNKOCJiAnuFW1d4uchy2gorhZ_2YNKlWNHTU7rXE1V0E3M7Q331a7fHwM4fUc3ZgB2CakKBPTY3C_6HafR.p8hq_mKPpsi74RY05UJiEyQwiYm5whQYs83e.MdKAlSgxlikoWXYgTnGs3TX8de5HKtlQfxQxJXxPgX6Vveex.WwJoVyDafP.a0ie1GQsfqiczauRb3neL2yE3lIqt5RY7vxS_k8oZ4Eq3PY Received: from [81.2.197.55] by web34307.mail.mud.yahoo.com via HTTP; Tue, 23 Jun 2009 07:33:37 PDT X-Mailer: YahooMailClassic/5.4.17 YahooMailWebService/0.7.289.15 Date: Tue, 23 Jun 2009 07:33:37 -0700 (PDT) From: ALLnetgroup To: stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Adding multiipul virtual domains? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: allnetgroup@yahoo.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Jun 2009 14:33:38 -0000 The server has 1 domain=A0 name already setup along with: =A0 sendmail Webmin Apache Web Server MySQL Apache Tomcat Squid Proxy SOCKS5 PERL Mod PERL PHP OpenSSH phpBB RoundCube WebMail =A0 When I add a new virtual host I would like the host to have it's own direct= ory, website=A0and the services above. =A0 =A0 Thank You =A0 --- On Tue, 6/23/09, Jeffrey Goldberg wrote: From: Jeffrey Goldberg Subject: Re: Adding multiple virtual domains? To: allnetgroup@yahoo.com Cc: stable@freebsd.org Date: Tuesday, June 23, 2009, 6:41 AM On Jun 22, 2009, at 4:46 PM, ALLnetgroup wrote: > I have 3 virtual domains I need to add to FreeBSD 7.2-RELEASE server usin= g Terminal or Webmin preferably Terminal. If you are talking about virtual web domains, then this will be configured = in the Apache configuration files.=A0 Assuming you have apache22 installed = from ports, then look in /usr/local/etc/apache22/extra/http-vhosts.com That will point you to some apache documentation http://httpd.apache.org/docs/2.2/vhosts/ which you should review. As others have said, you need to clarify your question.=A0 Virtual domains = with respect to what?=A0 I'm just guessing that you are talking about webse= rver vhosts and that you are running apache. If you are talking about virtual domains for email, then you will need to l= et us know whether you are running the FreeBSD default sendmail installatio= n or some other mail server system. -j --Jeffrey Goldberg=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 http://ww= w.goldmark.org/jeff/ =0A=0A=0A From owner-freebsd-stable@FreeBSD.ORG Tue Jun 23 15:04:32 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 96A4D1065705 for ; Tue, 23 Jun 2009 15:04:32 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from ns2.bafirst.com (72-12-2-19.static.networktel.net [72.12.2.19]) by mx1.freebsd.org (Postfix) with ESMTP id 440258FC24 for ; Tue, 23 Jun 2009 15:04:31 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from casasponti.net ([201.155.7.3]) by ns2.bafirst.com with esmtp; Tue, 23 Jun 2009 10:04:30 -0500 id 000D512B.4A40EEFE.00006BC6 Received: from HOME.encontacto.net ([189.129.19.77]) by casasponti.net with esmtp; Tue, 23 Jun 2009 10:04:29 -0500 id 00130E31.4A40EEFD.0000BC6E Received: from localhost (localhost [127.0.0.1]) (uid 80) by HOME.encontacto.net with local; Tue, 23 Jun 2009 10:04:29 -0500 id 0004AC16.4A40EEFD.0000DD0B Received: from local69.local.net.mx (local69.local.net.mx [192.168.1.69]) by econet.encontacto.net (Horde Framework) with HTTP; Tue, 23 Jun 2009 10:04:29 -0500 Message-ID: <20090623100429.195710th19ude9z4@econet.encontacto.net> Date: Tue, 23 Jun 2009 10:04:29 -0500 From: eculp To: allnetgroup@yahoo.com References: <615319.72378.qm@web34307.mail.mud.yahoo.com> In-Reply-To: <615319.72378.qm@web34307.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (5.0-cvs) X-Remote-Browser: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.0.11) Gecko/2009061307 Firefox/3.0.4, Ant.com Toolbar 1.3 X-IMP-Server: 189.129.19.77 X-Originating-IP: 192.168.1.69 X-Originating-User: eculp@encontacto.net Cc: stable@freebsd.org Subject: Re: Adding multiipul virtual domains? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Jun 2009 15:04:33 -0000 Quoting ALLnetgroup : > The server has 1 domain=A0 name already setup along with: > =A0 > sendmail > Webmin > Apache Web Server > MySQL > Apache Tomcat > Squid Proxy > SOCKS5 > PERL > Mod PERL > PHP > OpenSSH > phpBB > RoundCube WebMail > =A0 > When I add a new virtual host I would like the host to have it's own =20 > directory, website=A0and the services above. Hmmm... the link Jeffery sent you solves the apache vhosts and you =20 will need to read the manuals for the rest to get your configuration =20 the way you want it and ask specific questions on the questions =20 mailing list, possibly. ed > =A0 > =A0 > Thank You > =A0 > --- On Tue, 6/23/09, Jeffrey Goldberg wrote: > > > From: Jeffrey Goldberg > Subject: Re: Adding multiple virtual domains? > To: allnetgroup@yahoo.com > Cc: stable@freebsd.org > Date: Tuesday, June 23, 2009, 6:41 AM > > > On Jun 22, 2009, at 4:46 PM, ALLnetgroup wrote: > >> I have 3 virtual domains I need to add to FreeBSD 7.2-RELEASE =20 >> server using Terminal or Webmin preferably Terminal. > > If you are talking about virtual web domains, then this will be =20 > configured in the Apache configuration files.=A0 Assuming you have =20 > apache22 installed from ports, then look in > > /usr/local/etc/apache22/extra/http-vhosts.com > > That will point you to some apache documentation > > http://httpd.apache.org/docs/2.2/vhosts/ > > which you should review. > > As others have said, you need to clarify your question.=A0 Virtual =20 > domains with respect to what?=A0 I'm just guessing that you are =20 > talking about webserver vhosts and that you are running apache. > > If you are talking about virtual domains for email, then you will =20 > need to let us know whether you are running the FreeBSD default =20 > sendmail installation or some other mail server system. > > -j > > > --Jeffrey Goldberg=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 http://w= ww.goldmark.org/jeff/ > > > > > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > From owner-freebsd-stable@FreeBSD.ORG Tue Jun 23 15:11:16 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB5A910656A4 for ; Tue, 23 Jun 2009 15:11:16 +0000 (UTC) (envelope-from vanopen@gmail.com) Received: from mail-pz0-f194.google.com (mail-pz0-f194.google.com [209.85.222.194]) by mx1.freebsd.org (Postfix) with ESMTP id B84A28FC28 for ; Tue, 23 Jun 2009 15:11:16 +0000 (UTC) (envelope-from vanopen@gmail.com) Received: by pzk32 with SMTP id 32so88325pzk.3 for ; Tue, 23 Jun 2009 08:11:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:references:mime-version:content-type:content-disposition :in-reply-to:organization; bh=eVEKIyjcSlXItmPX66Vy/wGCfsbpfjjrjFKZGzieK10=; b=TRYgeZ4xZv7uWk9qQyajZvFL6Ff3JEhFzfutRtk78orA9kstWnJsWZfZdsJwBJZWB2 Sb361ChLQIvAVg19ytHmUr6+yFgyxCBYWuJbE9scvCtnq9bImy9KpCdnPxrj2ECELx4O bN/iO95rcUo0NROP59uT9k68y6XyWgJI47BH0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:organization; b=Yjqo/Pl01GJBtpd66a+p7KnoHkbo5AGBP/icU76CHiOh0KgDibIKWu7RQ0eXE4pujF 6a+OjmIKGJhr2AWEAbniQcll5AygbxP4mvu/NtQzaLVqNdS6YGpdSk8f1GPfwaMjkdoA Zy0DCqvZde7i4K6vk7RAUR11UB5ELLI3/g+PY= Received: by 10.142.12.14 with SMTP id 14mr49073wfl.215.1245769875774; Tue, 23 Jun 2009 08:11:15 -0700 (PDT) Received: from localhost ([58.240.248.29]) by mx.google.com with ESMTPS id 29sm385526wfg.21.2009.06.23.08.11.14 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 23 Jun 2009 08:11:15 -0700 (PDT) Date: Tue, 23 Jun 2009 23:11:05 +0800 From: "Wu, Yue" To: hv Message-ID: <20090623151105.GA1358@fbsd.hasee.cpu> References: <20090622123938.GA794@fbsd.hasee.cpu> <20090622131311.GA39134@svzserv.kemerovo.su> <20090622233800.GA779@fbsd.hasee.cpu> <20090623011857.GA54747@keira.kiwi-computer.com> <53C01C98-7C82-4E4F-9214-74AC0C662EA9@tuebingen.mpg.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <53C01C98-7C82-4E4F-9214-74AC0C662EA9@tuebingen.mpg.de> Organization: China Pharmaceutical University, Nanjing, PRC Cc: rick-freebsd2008@kiwi-computer.com, freebsd-stable Subject: Re: Use n instead of Fn for choosing the OS when booting? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Jun 2009 15:11:17 -0000 On Tue, Jun 23, 2009 at 09:35:49AM +0200, hv wrote: > > Am 23.06.2009 um 03:18 schrieb Rick C. Petty: > > > On Tue, Jun 23, 2009 at 07:38:00AM +0800, Wu, Yue wrote: > >> > >> Another question, if these are more then 12 OSes exist on disk, how > >> to select > >> the one that number larger than 12? :) > > > > You can only have 4 primary partitions in an MBR. The boot0 gives > > choice > > #5 for the next disk. Thus there are only 5 choices, maximum. > > > Recently added (since 7.2): There are 6 possible choices. > Probably the 6th only shows up, if the bios supports booting via PXE. Thanks for the infos :) -- Hi, Wu, Yue From owner-freebsd-stable@FreeBSD.ORG Tue Jun 23 19:42:39 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 29F4F1065675 for ; Tue, 23 Jun 2009 19:42:39 +0000 (UTC) (envelope-from michael.grant@gmail.com) Received: from mail-ew0-f212.google.com (mail-ew0-f212.google.com [209.85.219.212]) by mx1.freebsd.org (Postfix) with ESMTP id AD9558FC24 for ; Tue, 23 Jun 2009 19:42:38 +0000 (UTC) (envelope-from michael.grant@gmail.com) Received: by ewy8 with SMTP id 8so459381ewy.43 for ; Tue, 23 Jun 2009 12:42:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=RzTgA3/NJPG1X0tNJpFFRQZ5/gHyLxrYxcrGmMGB9Zo=; b=RuQ9n2b8pwy5mSqkd2p/7KKD/ru24iuLuM6GmG4MaqGSnaI/pwDeynRW6umX92cKPy K2/FUJMFJs+86v69A4ZqKq+dmJzisDiBRY6qDAs1uWo+7PLd7olbazDc7VKyiFCmPTYd NEz5tecb0WLuw6h+I4+G6bigJEXmSAd83SmtU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=GxWT4st0Mt6LEt/4zN10pnDa+xE+B2DAhnJF472+jAfUuNPwZ/VMxEQ4pFD25EcRju 2HX4assQS9onXLXVhjkGr6aEv8J4f2ljQEZawkOs2HTLeGxX1ZX+eCG6RPgMFpSbenFh jMTtPNRD070c6Hvj9ZkReQvNy0gfTFuT8vkC8= MIME-Version: 1.0 Sender: michael.grant@gmail.com Received: by 10.216.28.200 with SMTP id g50mr118535wea.203.1245784874030; Tue, 23 Jun 2009 12:21:14 -0700 (PDT) In-Reply-To: <20090623100429.195710th19ude9z4@econet.encontacto.net> References: <615319.72378.qm@web34307.mail.mud.yahoo.com> <20090623100429.195710th19ude9z4@econet.encontacto.net> Date: Tue, 23 Jun 2009 21:21:13 +0200 X-Google-Sender-Auth: 77af985d8581e15d Message-ID: <62b856460906231221p10ae8d72gbe8cae84063babc5@mail.gmail.com> From: Michael Grant To: allnetgroup@yahoo.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: stable@freebsd.org Subject: Re: Adding multiipul virtual domains? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Jun 2009 19:42:39 -0000 On Tue, Jun 23, 2009 at 17:04, eculp wrote: > Quoting ALLnetgroup : > >> The server has 1 domain=A0 name already setup along with: >> >> sendmail >> Webmin >> Apache Web Server >> MySQL >> Apache Tomcat >> Squid Proxy >> SOCKS5 >> PERL >> Mod PERL >> PHP >> OpenSSH >> phpBB >> RoundCube WebMail >> >> When I add a new virtual host I would like the host to have it's own >> directory, website=A0and the services above. There is nothing that I know of that will automatically "add a new virtual domain" to a machine in all of these systems. I have my own home brew perl scripts which do such things but they are not usable outside my own environment. Many other people I have talked to have done the same thing or just configured each of these individually. If you are not technically savvy enough to write your own configuration management system or to modify the configuration files individually, you might consider instead of having your own machine to use a web hosting company which automatically installs and configures this stuff for you via a control panel. Incidentally this is not the first time I have seen a need for some larger "meta" confutation system for unix/linux in general. It's absolutely true that adding a domain to a system is often a multi-step process and it need not be. Like adding a user in the old days when you first edited the passwd file, the group file, made the home directory and copied over some dot files there, now it's all automated in the adduser command. A user might have several domains, mail, one or more web sites, etc. All of this gets configured into lots of different files. Then think what happens when you get rid of a user. There really aught to be some easier way which is why I ended up writing my own scripts. Michael Grant From owner-freebsd-stable@FreeBSD.ORG Tue Jun 23 19:59:57 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F9DA10656E8 for ; Tue, 23 Jun 2009 19:59:57 +0000 (UTC) (envelope-from danson@rackspace.com) Received: from mx2.sat.rackspace.com (mx2.sat.rackspace.com [64.39.1.224]) by mx1.freebsd.org (Postfix) with ESMTP id 4D4588FC17 for ; Tue, 23 Jun 2009 19:59:57 +0000 (UTC) (envelope-from danson@rackspace.com) Received: from SAT4MX06.RACKSPACE.CORP (rackspace.corp [10.6.24.85]) by mx2.sat.rackspace.com (8.14.2/8.14.2) with ESMTP id n5NJmUY5015136; Tue, 23 Jun 2009 14:48:32 -0500 (envelope-from danson@rackspace.com) Received: from SAT4MX07.RACKSPACE.CORP ([10.6.24.21]) by SAT4MX06.RACKSPACE.CORP with Microsoft SMTPSVC(6.0.3790.3959); Tue, 23 Jun 2009 14:48:30 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Tue, 23 Jun 2009 14:46:43 -0500 Message-ID: <14477_1245786512_n5NJmUY5015136_96AF20FDF4301D419B33CCE8E3A0132B0D2EAD7B@SAT4MX07.RACKSPACE.CORP> In-Reply-To: <62b856460906231221p10ae8d72gbe8cae84063babc5@mail.gmail.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Adding multiipul virtual domains? Thread-Index: Acn0OunWaIOlf28iRPWXi3RlBK9eCgAAGMew References: <615319.72378.qm@web34307.mail.mud.yahoo.com><20090623100429.195710th19ude9z4@econet.encontacto.net> <62b856460906231221p10ae8d72gbe8cae84063babc5@mail.gmail.com> From: "Daniel Anson" To: "Michael Grant" , X-OriginalArrivalTime: 23 Jun 2009 19:48:30.0784 (UTC) FILETIME=[95A81C00:01C9F43B] Cc: stable@freebsd.org Subject: RE: Adding multiipul virtual domains? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Jun 2009 19:59:57 -0000 Try running plesk. --D -----Original Message----- From: owner-freebsd-stable@freebsd.org [mailto:owner-freebsd-stable@freebsd= .org] On Behalf Of Michael Grant Sent: Tuesday, June 23, 2009 2:21 PM To: allnetgroup@yahoo.com Cc: stable@freebsd.org Subject: Re: Adding multiipul virtual domains? On Tue, Jun 23, 2009 at 17:04, eculp wrote: > Quoting ALLnetgroup : > >> The server has 1 domain=A0 name already setup along with: >> >> sendmail >> Webmin >> Apache Web Server >> MySQL >> Apache Tomcat >> Squid Proxy >> SOCKS5 >> PERL >> Mod PERL >> PHP >> OpenSSH >> phpBB >> RoundCube WebMail >> >> When I add a new virtual host I would like the host to have it's own >> directory, website=A0and the services above. There is nothing that I know of that will automatically "add a new virtual domain" to a machine in all of these systems. I have my own home brew perl scripts which do such things but they are not usable outside my own environment. Many other people I have talked to have done the same thing or just configured each of these individually. If you are not technically savvy enough to write your own configuration management system or to modify the configuration files individually, you might consider instead of having your own machine to use a web hosting company which automatically installs and configures this stuff for you via a control panel. Incidentally this is not the first time I have seen a need for some larger "meta" confutation system for unix/linux in general. It's absolutely true that adding a domain to a system is often a multi-step process and it need not be. Like adding a user in the old days when you first edited the passwd file, the group file, made the home directory and copied over some dot files there, now it's all automated in the adduser command. A user might have several domains, mail, one or more web sites, etc. All of this gets configured into lots of different files. Then think what happens when you get rid of a user. There really aught to be some easier way which is why I ended up writing my own scripts. Michael Grant _______________________________________________ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" Confidentiality Notice: This e-mail message (including any attached or embedded documents) is intended for the exclusive and confidential use of t= he individual or entity to which this message is addressed, and unless otherwi= se expressly indicated, is confidential and privileged information of Rackspac= e. Any dissemination, distribution or copying of the enclosed material is proh= ibited. If you receive this transmission in error, please notify us immediately by = e-mail at abuse@rackspace.com, and delete the original message. Your cooperation is appreciated. From owner-freebsd-stable@FreeBSD.ORG Tue Jun 23 20:25:28 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3C0B6106564A for ; Tue, 23 Jun 2009 20:25:28 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from thebighonker.lerctr.org (thebighonker.lerctr.org [192.147.25.65]) by mx1.freebsd.org (Postfix) with ESMTP id 038BE8FC0A for ; Tue, 23 Jun 2009 20:25:27 +0000 (UTC) (envelope-from ler@lerctr.org) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=lerami; d=lerctr.org; h=Received:From:To:Cc:References:In-Reply-To:Subject:Date:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:X-Mailer:Content-Language:Thread-Index:X-Spam-Score:X-LERCTR-Spam-Score:X-Spam-Report:X-LERCTR-Spam-Report:DomainKey-Status; b=YxHQTf5+qSWU3YSEoJnrsHgHo0SSsbvkqQNNKoh1zaw5q3MoeSl1FX7S1RL2+cVT+lDjPPKdJ0R7dBCGwzWAD6LYhaynElI6QDXpZpv8UvSpzErl45s9EA/tNtWG796ct9DZJ3mmiw/GyxiN/BytYgvZbm/1cG+GNzUZMPkZlaA=; Received: from 64.3.1.253.ptr.us.xo.net ([64.3.1.253]:56141 helo=LROSENMAN) by thebighonker.lerctr.org with esmtpa (Exim 4.69 (FreeBSD)) (envelope-from ) id 1MJCEn-0005G9-AD; Tue, 23 Jun 2009 15:05:06 -0500 From: "Larry Rosenman" To: "'Daniel Anson'" , "'Michael Grant'" , References: <615319.72378.qm@web34307.mail.mud.yahoo.com><20090623100429.195710th19ude9z4@econet.encontacto.net> <62b856460906231221p10ae8d72gbe8cae84063babc5@mail.gmail.com> <14477_1245786512_n5NJmUY5015136_96AF20FDF4301D419B33CCE8E3A0132B0D2EAD7B@SAT4MX07.RACKSPACE.CORP> In-Reply-To: <14477_1245786512_n5NJmUY5015136_96AF20FDF4301D419B33CCE8E3A0132B0D2EAD7B@SAT4MX07.RACKSPACE.CORP> Date: Tue, 23 Jun 2009 15:04:51 -0500 Message-ID: <01a001c9f43d$e41c92b0$ac55b810$@org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook 12.0 Content-Language: en-us Thread-Index: Acn0OunWaIOlf28iRPWXi3RlBK9eCgAAGMewAACebmA= X-Spam-Score: -2.5 (--) X-LERCTR-Spam-Score: -2.5 (--) X-Spam-Report: SpamScore (-2.5/5.0) ALL_TRUSTED=-1.8, BAYES_00=-2.599, TVD_RCVD_IP=1.931 X-LERCTR-Spam-Report: SpamScore (-2.5/5.0) ALL_TRUSTED=-1.8, BAYES_00=-2.599, TVD_RCVD_IP=1.931 DomainKey-Status: no signature Cc: stable@freebsd.org Subject: RE: Adding multiipul virtual domains? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Jun 2009 20:25:28 -0000 I wouldn't wish plesk on my worst enemy. Qmail, and non-standard stuff all the way around.=20 I have clients that use it, and I cringe when I have to debug/change something. --=20 Larry Rosenman http://www.lerctr.org/~ler Phone: +1 512-248-2683 E-Mail: ler@lerctr.org US Mail: 430 Valona Loop, Round Rock, TX 78681-3893 -----Original Message----- From: owner-freebsd-stable@freebsd.org [mailto:owner-freebsd-stable@freebsd.org] On Behalf Of Daniel Anson Sent: Tuesday, June 23, 2009 2:47 PM To: Michael Grant; allnetgroup@yahoo.com Cc: stable@freebsd.org Subject: RE: Adding multiipul virtual domains? Try running plesk. --D -----Original Message----- From: owner-freebsd-stable@freebsd.org [mailto:owner-freebsd-stable@freebsd.org] On Behalf Of Michael Grant Sent: Tuesday, June 23, 2009 2:21 PM To: allnetgroup@yahoo.com Cc: stable@freebsd.org Subject: Re: Adding multiipul virtual domains? On Tue, Jun 23, 2009 at 17:04, eculp wrote: > Quoting ALLnetgroup : > >> The server has 1 domain=A0 name already setup along with: >> >> sendmail >> Webmin >> Apache Web Server >> MySQL >> Apache Tomcat >> Squid Proxy >> SOCKS5 >> PERL >> Mod PERL >> PHP >> OpenSSH >> phpBB >> RoundCube WebMail >> >> When I add a new virtual host I would like the host to have it's own >> directory, website=A0and the services above. There is nothing that I know of that will automatically "add a new virtual domain" to a machine in all of these systems. I have my own home brew perl scripts which do such things but they are not usable outside my own environment. Many other people I have talked to have done the same thing or just configured each of these individually. If you are not technically savvy enough to write your own configuration management system or to modify the configuration files individually, you might consider instead of having your own machine to use a web hosting company which automatically installs and configures this stuff for you via a control panel. Incidentally this is not the first time I have seen a need for some larger "meta" confutation system for unix/linux in general. It's absolutely true that adding a domain to a system is often a multi-step process and it need not be. Like adding a user in the old days when you first edited the passwd file, the group file, made the home directory and copied over some dot files there, now it's all automated in the adduser command. A user might have several domains, mail, one or more web sites, etc. All of this gets configured into lots of different files. Then think what happens when you get rid of a user. There really aught to be some easier way which is why I ended up writing my own scripts. Michael Grant _______________________________________________ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to = "freebsd-stable-unsubscribe@freebsd.org" Confidentiality Notice: This e-mail message (including any attached or embedded documents) is intended for the exclusive and confidential use = of the individual or entity to which this message is addressed, and unless otherwise expressly indicated, is confidential and privileged information of Rackspace. Any dissemination, distribution or copying of the enclosed material is prohibited. If you receive this transmission in error, please notify us immediately = by e-mail at abuse@rackspace.com, and delete the original message. Your cooperation is appreciated. _______________________________________________ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to = "freebsd-stable-unsubscribe@freebsd.org" From owner-freebsd-stable@FreeBSD.ORG Wed Jun 24 09:31:31 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5E12E1065712 for ; Wed, 24 Jun 2009 09:31:31 +0000 (UTC) (envelope-from mikael@t-online.hu) Received: from thor.iszerviz.hu (thor.iszerviz.hu [62.77.131.9]) by mx1.freebsd.org (Postfix) with ESMTP id 20E028FC19 for ; Wed, 24 Jun 2009 09:31:31 +0000 (UTC) (envelope-from mikael@t-online.hu) Received: from [10.2.2.50] (m0n0.iszerviz.hu [62.77.131.200]) by thor.iszerviz.hu (Postfix) with ESMTP id 083E44FEB3; Wed, 24 Jun 2009 10:50:56 +0200 (CEST) Message-ID: <4A41E8EB.4080103@t-online.hu> Date: Wed, 24 Jun 2009 10:50:51 +0200 From: Mikael Bak User-Agent: Thunderbird 2.0.0.21 (X11/20090318) MIME-Version: 1.0 To: allnetgroup@yahoo.com References: <615319.72378.qm@web34307.mail.mud.yahoo.com> In-Reply-To: <615319.72378.qm@web34307.mail.mud.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: stable@freebsd.org Subject: Re: Adding multiipul virtual domains? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Jun 2009 09:31:32 -0000 ALLnetgroup wrote: > The server has 1 domain name already setup along with: > > sendmail > Webmin > Apache Web Server > MySQL > Apache Tomcat > Squid Proxy > SOCKS5 > PERL > Mod PERL > PHP > OpenSSH > phpBB > RoundCube WebMail > > When I add a new virtual host I would like the host to have it's own directory, website and the services above. > Hi, If Webmin is correctly set up, then I think you should be able to add you domains there. Hopefully it'll make configuration changes for sendmail and apache. HTH, Mikael From owner-freebsd-stable@FreeBSD.ORG Wed Jun 24 09:43:27 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 11CC71065675 for ; Wed, 24 Jun 2009 09:43:27 +0000 (UTC) (envelope-from cmdlnkid@gmail.com) Received: from mail-yx0-f191.google.com (mail-yx0-f191.google.com [209.85.210.191]) by mx1.freebsd.org (Postfix) with ESMTP id B3FAE8FC15 for ; Wed, 24 Jun 2009 09:43:26 +0000 (UTC) (envelope-from cmdlnkid@gmail.com) Received: by yxe29 with SMTP id 29so619093yxe.3 for ; Wed, 24 Jun 2009 02:43:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :in-reply-to:message-id:references:user-agent:x-openpgp-key-id :x-openpgp-key-fingerprint:mime-version:content-type :content-transfer-encoding; bh=EhPYiH0Imuz7fz/tCCSBrHT9b4J+klS8bdY6LKvaZgc=; b=axYDHf4aLPwJoepRw4LW6WVSl5t7zHrC5UIuFELgUgF62UxWQbcNIUU7xkYpy8A4he bsI/tux0ibQqqNfjuIZypM3fJymRKVcJ1VRoKwBNzAHg8FTgAG0uLH23U6abOQkTYQ/m jt9Ziv0QgsGLwK1LbpXC0FQVyoEo//mSy+H08= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:in-reply-to:message-id:references :user-agent:x-openpgp-key-id:x-openpgp-key-fingerprint:mime-version :content-type:content-transfer-encoding; b=XEjiv/cUyXOENKvIBq/3iixv6ln44KTPKzbXqAUfW144hZC3XVTn36/JoxjPbzmm2D qNgPo1W6tBrT11CmX2R86DA34QxNt/BUtWhAFk3yg807yW2x0k70Bdh2LeqWVVFXWSud p5ciy5QDn52Q4DmmsEaci0mDZXB0u21F0W2I0= Received: by 10.90.116.6 with SMTP id o6mr901827agc.34.1245834932344; Wed, 24 Jun 2009 02:15:32 -0700 (PDT) Received: from ?192.168.1.66? (adsl-99-56-120-202.dsl.klmzmi.sbcglobal.net [99.56.120.202]) by mx.google.com with ESMTPS id 3sm1907036aga.5.2009.06.24.02.15.30 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 24 Jun 2009 02:15:31 -0700 (PDT) Date: Wed, 24 Jun 2009 05:15:17 -0400 From: CmdLnKid To: Michael Grant In-Reply-To: <62b856460906231221p10ae8d72gbe8cae84063babc5@mail.gmail.com> Message-ID: References: <615319.72378.qm@web34307.mail.mud.yahoo.com> <20090623100429.195710th19ude9z4@econet.encontacto.net> <62b856460906231221p10ae8d72gbe8cae84063babc5@mail.gmail.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) X-OpenPGP-Key-ID: 0xDFFDD218 X-OpenPGP-Key-Fingerprint: 2924 1C72 A6C2 852A 2094 25EE 9968 2636 DFFD D218 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8BIT Cc: stable@freebsd.org, allnetgroup@yahoo.com Subject: Re: Adding multiipul virtual domains? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Jun 2009 09:43:27 -0000 On Tue, 23 Jun 2009 15:21 -0000, mg-fbsd3 wrote: > On Tue, Jun 23, 2009 at 17:04, eculp wrote: >> Quoting ALLnetgroup : >> >>> The server has 1 domain  name already setup along with: >>> >>> sendmail >>> Webmin >>> Apache Web Server >>> MySQL >>> Apache Tomcat >>> Squid Proxy >>> SOCKS5 >>> PERL >>> Mod PERL >>> PHP >>> OpenSSH >>> phpBB >>> RoundCube WebMail >>> >>> When I add a new virtual host I would like the host to have it's own >>> directory, website and the services above. > > There is nothing that I know of that will automatically "add a new > virtual domain" to a machine in all of these systems. I have my own > home brew perl scripts which do such things but they are not usable > outside my own environment. Many other people I have talked to have > done the same thing or just configured each of these individually. > > If you are not technically savvy enough to write your own > configuration management system or to modify the configuration files > individually, you might consider instead of having your own machine to > use a web hosting company which automatically installs and configures > this stuff for you via a control panel. > > Incidentally this is not the first time I have seen a need for some > larger "meta" confutation system for unix/linux in general. It's > absolutely true that adding a domain to a system is often a multi-step > process and it need not be. Like adding a user in the old days when > you first edited the passwd file, the group file, made the home > directory and copied over some dot files there, now it's all automated > in the adduser command. > > A user might have several domains, mail, one or more web sites, etc. > All of this gets configured into lots of different files. Then think > what happens when you get rid of a user. There really aught to be > some easier way which is why I ended up writing my own scripts. > > Michael Grant Might I suggest .... http://promote.pairlite.com/direct.pl?pl893 ;) < Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D0C58106566C for ; Wed, 24 Jun 2009 15:03:48 +0000 (UTC) (envelope-from richard@tector.org.uk) Received: from mx0.thekeelecentre.com (mx0.thekeelecentre.com [IPv6:2001:470:9391:2::3]) by mx1.freebsd.org (Postfix) with ESMTP id 2E2538FC1A for ; Wed, 24 Jun 2009 15:03:48 +0000 (UTC) (envelope-from richard@tector.org.uk) Received: from localhost (filter.mx0.thekeelecentre.com [217.206.238.165]) by mx0.thekeelecentre.com (Postfix) with ESMTP id 1FB45454C5 for ; Wed, 24 Jun 2009 16:03:47 +0100 (BST) X-Virus-Scanned: amavisd-new at thekeelecentre.com Received: from mx0.thekeelecentre.com ([217.206.238.167]) by localhost (filter.mx0.thekeelecentre.com [217.206.238.165]) (amavisd-new, port 10024) with ESMTP id J9AaVSEPrBh8 for ; Wed, 24 Jun 2009 15:03:44 +0000 (UTC) Received: from [10.0.2.11] (daffy.tector.org.uk [82.71.32.9]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx0.thekeelecentre.com (Postfix) with ESMTPSA id 2F5F04547D for ; Wed, 24 Jun 2009 16:03:44 +0100 (BST) Message-ID: <4A42404B.5030206@tector.org.uk> Date: Wed, 24 Jun 2009 16:03:39 +0100 From: Richard Tector User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: freebsd-stable@freebsd.org Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="------------ms050908070807030105020804" Subject: sade(8) on a gmirror device X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Jun 2009 15:03:49 -0000 This is a cryptographically signed message in MIME format. --------------ms050908070807030105020804 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit A little background - the system in question , running 7.2-RELEASE has 2 1TB disks in a gmirror, ez0. ad4 and ad6 are the two providers for the gmirror device. It was created after a 30GB slice had been created on ad4 for the various system partitions required. This system is running fine, with the partitions mounted from /dev/mirror/ez0s1a for example. What I would now like to do is create a second slice from the remaining 900-odd GB left on the mirror. However, sade (and sysinstall) do not display the ez0 device to operate on, only the providers: ad4 and ad6. fdisk(8) will happily read the partition table from the mirror: ******* Working on device /dev/mirror/ez0 ******* parameters extracted from in-core disklabel are: cylinders=121601 heads=255 sectors/track=63 (16065 blks/cyl) Figures below won't work with BIOS for partitions not in cyl 1 parameters to be used for BIOS calculations are: cylinders=121601 heads=255 sectors/track=63 (16065 blks/cyl) Media sector size is 512 Warning: BIOS sector numbering starts with sector 1 Information from DOS bootblock is: The data for partition 1 is: sysid 165 (0xa5),(FreeBSD/NetBSD/386BSD) start 63, size 62914257 (30719 Meg), flag 80 (active) beg: cyl 0/ head 1/ sector 1; end: cyl 1023/ head 15/ sector 63 The data for partition 2 is: The data for partition 3 is: The data for partition 4 is: However, dumping the partition table and passing back to fdisk also fails: ezekiel# fdisk -f fd.e ******* Working on device /dev/mirror/ez0 ******* fdisk: Geom not found: "ez0" fdisk: Failed to write sector zero This also occurs if I set kern.geom.debugflags to 16, by the way. Does anyone have any suggestions for how to proceed? The only method I can think of is to break the mirror, add the slice to ad4, then recreate the mirror. Not being able to use sade on a gmirror is a real PITA. Regards, Richard --------------ms050908070807030105020804 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIHMDCC A5QwggL9oAMCAQICAQYwDQYJKoZIhvcNAQEEBQAwgYExCzAJBgNVBAYTAlVLMRYwFAYDVQQI Ew1TdGFmZm9yZHNoaXJlMQ4wDAYDVQQHEwVLZWVsZTEZMBcGA1UEChMQVGhlIEtlZWxlIENl bnRyZTEvMC0GA1UEAxMmVGhlIEtlZWxlIENlbnRyZSBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkw HhcNMDYwOTI5MTQxNzE1WhcNMTAwOTI5MTQxNzE1WjCBhDELMAkGA1UEBhMCVUsxFjAUBgNV BAgTDVN0YWZmb3Jkc2hpcmUxEjAQBgNVBAcTCU5ld2Nhc3RsZTEKMAgGA1UEChMBIDEXMBUG A1UEAxMOUmljaGFyZCBUZWN0b3IxJDAiBgkqhkiG9w0BCQEWFXJpY2hhcmRAdGVjdG9yLm9y Zy51azCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAqadxU4apjUusNPQIUTvEbH0DMoYD 0S1e8A/06cibkDaJfz7iLWqMTXhYbkq3FM7Ujjxx2Jw0JHUKo2uhrqjR0SjFhTzW1KvmhPCO MAfYht/NYjWCZzGcR3YdfNiWwBsWgCNxK3MonO8avT5CXT/NweMtZrDHhX2VquxD8v3/TlMC AwEAAaOCARUwggERMAkGA1UdEwQCMAAwLAYJYIZIAYb4QgENBB8WHU9wZW5TU0wgR2VuZXJh dGVkIENlcnRpZmljYXRlMB0GA1UdDgQWBBRzml/pUyA2Fw1CX1b2sikniz6NhzCBtgYDVR0j BIGuMIGrgBSNCaM0QC1N5Hiyb/MPAVd/ouQEEqGBh6SBhDCBgTELMAkGA1UEBhMCVUsxFjAU BgNVBAgTDVN0YWZmb3Jkc2hpcmUxDjAMBgNVBAcTBUtlZWxlMRkwFwYDVQQKExBUaGUgS2Vl bGUgQ2VudHJlMS8wLQYDVQQDEyZUaGUgS2VlbGUgQ2VudHJlIENlcnRpZmljYXRlIEF1dGhv cml0eYIJAJZYbH4e6XXnMA0GCSqGSIb3DQEBBAUAA4GBAHObxzoGANKR90eLQMS6q/yfcJMu pHLoZT/UajG8cFdxzGxXNhuQhmYAfzUOqaJL/fMBznnNoRC7IHS+iCWCI2v2Rp9cDkoFw0m1 lvp5boNpYMPGPGNfemedVGzY4vDxI4o6bBCut47KGr3+wNA/+oHtHmCBQ6WdP/WEDjsSnmeM MIIDlDCCAv2gAwIBAgIBBjANBgkqhkiG9w0BAQQFADCBgTELMAkGA1UEBhMCVUsxFjAUBgNV BAgTDVN0YWZmb3Jkc2hpcmUxDjAMBgNVBAcTBUtlZWxlMRkwFwYDVQQKExBUaGUgS2VlbGUg Q2VudHJlMS8wLQYDVQQDEyZUaGUgS2VlbGUgQ2VudHJlIENlcnRpZmljYXRlIEF1dGhvcml0 eTAeFw0wNjA5MjkxNDE3MTVaFw0xMDA5MjkxNDE3MTVaMIGEMQswCQYDVQQGEwJVSzEWMBQG A1UECBMNU3RhZmZvcmRzaGlyZTESMBAGA1UEBxMJTmV3Y2FzdGxlMQowCAYDVQQKEwEgMRcw FQYDVQQDEw5SaWNoYXJkIFRlY3RvcjEkMCIGCSqGSIb3DQEJARYVcmljaGFyZEB0ZWN0b3Iu b3JnLnVrMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCpp3FThqmNS6w09AhRO8RsfQMy hgPRLV7wD/TpyJuQNol/PuItaoxNeFhuSrcUztSOPHHYnDQkdQqja6GuqNHRKMWFPNbUq+aE 8I4wB9iG381iNYJnMZxHdh182JbAGxaAI3Ercyic7xq9PkJdP83B4y1msMeFfZWq7EPy/f9O UwIDAQABo4IBFTCCAREwCQYDVR0TBAIwADAsBglghkgBhvhCAQ0EHxYdT3BlblNTTCBHZW5l cmF0ZWQgQ2VydGlmaWNhdGUwHQYDVR0OBBYEFHOaX+lTIDYXDUJfVvayKSeLPo2HMIG2BgNV HSMEga4wgauAFI0JozRALU3keLJv8w8BV3+i5AQSoYGHpIGEMIGBMQswCQYDVQQGEwJVSzEW MBQGA1UECBMNU3RhZmZvcmRzaGlyZTEOMAwGA1UEBxMFS2VlbGUxGTAXBgNVBAoTEFRoZSBL ZWVsZSBDZW50cmUxLzAtBgNVBAMTJlRoZSBLZWVsZSBDZW50cmUgQ2VydGlmaWNhdGUgQXV0 aG9yaXR5ggkAllhsfh7pdecwDQYJKoZIhvcNAQEEBQADgYEAc5vHOgYA0pH3R4tAxLqr/J9w ky6kcuhlP9RqMbxwV3HMbFc2G5CGZgB/NQ6pokv98wHOec2hELsgdL6IJYIja/ZGn1wOSgXD SbWW+nlug2lgw8Y8Y196Z51UbNji8PEjijpsEK63jsoavf7A0D/6ge0eYIFDpZ0/9YQOOxKe Z4wxggMbMIIDFwIBATCBhzCBgTELMAkGA1UEBhMCVUsxFjAUBgNVBAgTDVN0YWZmb3Jkc2hp cmUxDjAMBgNVBAcTBUtlZWxlMRkwFwYDVQQKExBUaGUgS2VlbGUgQ2VudHJlMS8wLQYDVQQD EyZUaGUgS2VlbGUgQ2VudHJlIENlcnRpZmljYXRlIEF1dGhvcml0eQIBBjAJBgUrDgMCGgUA oIIB6TAYBgkqhkiG9w0BCQMxCwYJKoZIhvcNAQcBMBwGCSqGSIb3DQEJBTEPFw0wOTA2MjQx NTAzMzlaMCMGCSqGSIb3DQEJBDEWBBRJncSmp03+7WbRP01seBBTQxSB0DBSBgkqhkiG9w0B CQ8xRTBDMAoGCCqGSIb3DQMHMA4GCCqGSIb3DQMCAgIAgDANBggqhkiG9w0DAgIBQDAHBgUr DgMCBzANBggqhkiG9w0DAgIBKDCBmAYJKwYBBAGCNxAEMYGKMIGHMIGBMQswCQYDVQQGEwJV SzEWMBQGA1UECBMNU3RhZmZvcmRzaGlyZTEOMAwGA1UEBxMFS2VlbGUxGTAXBgNVBAoTEFRo ZSBLZWVsZSBDZW50cmUxLzAtBgNVBAMTJlRoZSBLZWVsZSBDZW50cmUgQ2VydGlmaWNhdGUg QXV0aG9yaXR5AgEGMIGaBgsqhkiG9w0BCRACCzGBiqCBhzCBgTELMAkGA1UEBhMCVUsxFjAU BgNVBAgTDVN0YWZmb3Jkc2hpcmUxDjAMBgNVBAcTBUtlZWxlMRkwFwYDVQQKExBUaGUgS2Vl bGUgQ2VudHJlMS8wLQYDVQQDEyZUaGUgS2VlbGUgQ2VudHJlIENlcnRpZmljYXRlIEF1dGhv cml0eQIBBjANBgkqhkiG9w0BAQEFAASBgHQq2F2+tZDXPpUwc70SUlJ6oQp306NjEyBGS1wE X9UV1IePzdh7nkoBtDKsTtiy/KLbUtlVGlByL1FJEsMBb33smoKdbG3pdfn0BrRRUFb2VaAZ my1R6+nlDUGar3Zx5atS8A5nphd8aqBQYHz4ZSUSS8p/HFt/OgTKfSHWmRbBAAAAAAAA --------------ms050908070807030105020804-- From owner-freebsd-stable@FreeBSD.ORG Thu Jun 25 11:34:03 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D2C7C106564A for ; Thu, 25 Jun 2009 11:34:03 +0000 (UTC) (envelope-from bms@incunabulum.net) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id A8E438FC0A for ; Thu, 25 Jun 2009 11:34:03 +0000 (UTC) (envelope-from bms@incunabulum.net) Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 0ED60381C5F for ; Thu, 25 Jun 2009 07:34:03 -0400 (EDT) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute1.internal (MEProxy); Thu, 25 Jun 2009 07:34:03 -0400 X-Sasl-enc: riBG2kSArQkKGx3XcweQtwiyou9ibcGF8vt452yFv929 1245929642 Received: from empiric.lon.incunabulum.net (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTPSA id 9A4CD3984B for ; Thu, 25 Jun 2009 07:34:02 -0400 (EDT) Message-ID: <4A4360A9.6000404@incunabulum.net> Date: Thu, 25 Jun 2009 12:34:01 +0100 From: Bruce Simpson User-Agent: Thunderbird 2.0.0.21 (X11/20090412) MIME-Version: 1.0 To: FreeBSD stable X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: USB critically broken under RELENG_7 on amd64 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jun 2009 11:34:04 -0000 Hi, Since jhb@ committed the fixes for ULi SATA, I updated my kernel+world on my amd64 desktop machine. So far so good. I updated again Tuesday. Unfortunately I am now seeing USB warnings during boot: uhub1: device problem (TIMEOUT), disabling port 1 I get messages like this for any and all attempts to attach USB devices. ...It works just fine in Windows XP, and worked just fine in RELENG_7 before. What's going on? it doesn't appear to be a repeat of the HAL / libpciaccess saga from February as it happens from boot. This is an ALi OHCI + EHCI controller, fwiw. usbdevs -v spews a lot of 'addr 0 should never happen!'. Could this be an interrupt handling bug of some kind? cheers, BMS From owner-freebsd-stable@FreeBSD.ORG Thu Jun 25 11:45:57 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2023D1065776 for ; Thu, 25 Jun 2009 11:45:57 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id E83238FC1A for ; Thu, 25 Jun 2009 11:45:56 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 6388A37BC8B for ; Thu, 25 Jun 2009 07:45:56 -0400 (EDT) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute1.internal (MEProxy); Thu, 25 Jun 2009 07:45:56 -0400 X-Sasl-enc: AGMGIEgmqWDe8b27mD0f8Rav/yqXiT4IhhCRRfuY9zk4 1245930356 Received: from empiric.lon.incunabulum.net (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTPSA id 09DBC37BFD for ; Thu, 25 Jun 2009 07:45:55 -0400 (EDT) Message-ID: <4A436372.4020403@FreeBSD.org> Date: Thu, 25 Jun 2009 12:45:54 +0100 From: Bruce Simpson User-Agent: Thunderbird 2.0.0.21 (X11/20090412) MIME-Version: 1.0 To: FreeBSD stable References: <4A4360A9.6000404@incunabulum.net> In-Reply-To: <4A4360A9.6000404@incunabulum.net> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: USB critically broken under RELENG_7 on amd64 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jun 2009 11:45:57 -0000 Bruce Simpson wrote: > Hi, > > Since jhb@ committed the fixes for ULi SATA, I updated my kernel+world > on my amd64 desktop machine. So far so good. I updated again Tuesday. If I revert to the kernel I built from RELENG_7 on June 10th, all is fine. I saw no changes in SVN to the stable/7/sys/dev/usb directory in that time which looked as though they could obviously break USB in such a complete way. Has anyone else seen this issue? It seems fairly critical as a number of folk may not be able to upgrade to FreeBSD 8.0 right away. thanks, BMS From owner-freebsd-stable@FreeBSD.ORG Thu Jun 25 12:07:33 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9357E1065672; Thu, 25 Jun 2009 12:07:33 +0000 (UTC) (envelope-from avg@freebsd.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 8D07F8FC18; Thu, 25 Jun 2009 12:07:32 +0000 (UTC) (envelope-from avg@freebsd.org) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id PAA19118; Thu, 25 Jun 2009 15:07:30 +0300 (EEST) (envelope-from avg@freebsd.org) Message-ID: <4A436882.9050902@freebsd.org> Date: Thu, 25 Jun 2009 15:07:30 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.21 (X11/20090406) MIME-Version: 1.0 To: John Birrell , freebsd-stable@freebsd.org X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Subject: dtrace_gethrtime in sys/amd64/amd64/tsc.c X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jun 2009 12:07:33 -0000 sys/amd64/amd64/tsc.c in stable/7 has dtrace_gethrtime at the end. It was added in rev 182231, which claims to do MFC for dtrace but doesn't list any specific revisions. But in head I do not see any relevant commit and the function is not present in the file. John, could you please comment? -- Andriy Gapon From owner-freebsd-stable@FreeBSD.ORG Thu Jun 25 18:40:02 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B35FD1065675 for ; Thu, 25 Jun 2009 18:40:02 +0000 (UTC) (envelope-from peter@alastria.net) Received: from omega.mail.man.uk.alastria.net (quasar.man.uk.alastria.net [89.21.5.4]) by mx1.freebsd.org (Postfix) with ESMTP id 285F18FC14 for ; Thu, 25 Jun 2009 18:40:01 +0000 (UTC) (envelope-from peter@alastria.net) Received: from webmail.alastria.net (omega.mail.man.uk.alastria.net [89.21.5.9]) by omega.mail.man.uk.alastria.net (8.14.3/8.14.3) with ESMTP id n5PI5e8O030122 for ; Thu, 25 Jun 2009 18:05:40 GMT (envelope-from peter@alastria.net) Received: from 88.96.139.34 (SquirrelMail authenticated user peter) by webmail.alastria.net with HTTP; Thu, 25 Jun 2009 18:05:40 -0000 (UTC) Message-ID: <751c8204f14ff89116fba32be000eae5.squirrel@webmail.alastria.net> Date: Thu, 25 Jun 2009 18:05:40 -0000 (UTC) From: "Peter Wood" To: stable@freebsd.org User-Agent: SquirrelMail/1.4.16 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Flag: NO X-Virus-Status: No X-Spam-Score: -1.158 () AWL,BAYES_00 X-Spam-Ultra-Flag: NO X-Spam-Low-Flag: NO X-Spam-Flag: NO X-Spam-High-Flag: NO X-Scanned-By: MIMEDefang 2.64 on 89.21.5.9 Cc: Subject: ZFS Assertion Fault with FreeBSD 7.2 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: peter@alastria.net List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jun 2009 18:40:03 -0000 Good Evening, This is a heads up really, I think I've got this sorted. I'm writing this as my system backs up data to another array in case it all explodes. This afternoon I was performing some MPEG4 encoding with ffmpeg source file and destination file where both located on the same ZFS partition. Part way through the ffmpeg encode the process went to the "zfs:lo" state and hung, all processes that attempted to browse to the partition "data/domains" hung immediately. I attempted to reboot the machine in order to restore normality however the system stuck half way through shutting down. In the end a hard power off was issued to shut the machine down. Upon reboot during the ZFS rc.d init script I saw the following: panic: solaris assert: 0 == dmu_bonus_hold(zfsvfs->z_os, *oid, NULL, &dbp), file: /usr/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_znode.c, line: 472 Apologies for single character errors that's typed from an image. Through diagnosis I was able to determine the error was being caused by a mirror zpool called "store". I booted into single user mode, /etc/rc.d/hostname and /etc/rc.d/hostid. Looking at the ZFS rc.d file I was able to "zfs volinit" with no issues, the panic was reproducable on "zfs mount -a". I then began to load each mount point one by one until I found the one causing the issue. This is "store/sara/unix/Maildir", it is a compressed volume, otherwise nothing custom. Following my ancient ufs logic I attempted to mount it read only, this worked and spat out the following kernel warning: Solaris: WARNING: ZFS replay transaction error 30, dataset store/sara/unix/Maildir, seq 0x77001, txtype 5 To aid diagnosis and because I'd damaged rc environment while debugging, I rebooted, single user-ed, and mounted the whole of store as read only. However this time the warning did not show. I am currently in the process of copying the entirety of "store" to "data", I was planning to attempt remounting the entire volumes mount points read/write once the backup is done. Is there anything else that I should be doing to a) attempt to ensure my data structures are now okay and b) help find the problem. I understand a) will probably prevent b), but the data is too important to risk, sorry. A scrub of the volume came to mind as a double check. Any thoughts are greatly appreciated, apologies if this email comes out badly, my email is on this server, so I'm webmailing and scrounging through mqueue's on the upstream. Peter. -- Peter Wood :: peter@alastria.net From owner-freebsd-stable@FreeBSD.ORG Thu Jun 25 23:31:28 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 32EF71065674 for ; Thu, 25 Jun 2009 23:31:28 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.delphij.net (delphij-pt.tunnel.tserv2.fmt.ipv6.he.net [IPv6:2001:470:1f03:2c9::2]) by mx1.freebsd.org (Postfix) with ESMTP id CB21A8FC13 for ; Thu, 25 Jun 2009 23:31:27 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [211.166.10.233]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tarsier.delphij.net (Postfix) with ESMTPS id 08B2D5C06F for ; Fri, 26 Jun 2009 07:31:27 +0800 (CST) Received: from localhost (tarsier.geekcn.org [211.166.10.233]) by tarsier.geekcn.org (Postfix) with ESMTP id D334855CD5AC; Fri, 26 Jun 2009 07:31:26 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([211.166.10.233]) by localhost (mail.geekcn.org [211.166.10.233]) (amavisd-new, port 10024) with ESMTP id A8npKXbxebfn; Fri, 26 Jun 2009 07:30:33 +0800 (CST) Received: from charlie.delphij.net (adsl-76-237-33-62.dsl.pltn13.sbcglobal.net [76.237.33.62]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTPSA id 695E355CD589; Fri, 26 Jun 2009 07:30:22 +0800 (CST) DomainKey-Signature: a=rsa-sha1; s=default; d=delphij.net; c=nofws; q=dns; h=message-id:date:from:reply-to:organization:user-agent: mime-version:to:cc:subject:references:in-reply-to: x-enigmail-version:openpgp:content-type:content-transfer-encoding; b=D3e/5UfgZt3pCksfcbUxhLec6qw9QXIf153XGXDrebKYxGRxWm6sIHBUS38VzOxxO 3vkE9lFXOQ0MN9MVQsjMw== Message-ID: <4A440870.5040309@delphij.net> Date: Thu, 25 Jun 2009 16:29:52 -0700 From: Xin LI Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.21 (X11/20090408) MIME-Version: 1.0 To: peter@alastria.net References: <751c8204f14ff89116fba32be000eae5.squirrel@webmail.alastria.net> In-Reply-To: <751c8204f14ff89116fba32be000eae5.squirrel@webmail.alastria.net> X-Enigmail-Version: 0.95.7 OpenPGP: id=18EDEBA0; url=http://www.delphij.net/delphij.asc Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: stable@freebsd.org Subject: Re: ZFS Assertion Fault with FreeBSD 7.2 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: d@delphij.net List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jun 2009 23:31:28 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, Peter, Peter Wood wrote: > Good Evening, > Upon reboot during the ZFS rc.d init script I saw the following: > > panic: solaris assert: 0 == dmu_bonus_hold(zfsvfs->z_os, *oid, NULL, > &dbp), file: > /usr/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_znode.c, > line: 472 This seems to come from ZFSv6 code which was shipped with 7.2-RELEASE. A lot of improvements has been done with the recent ZFSv13 merge (into 7.2-STABLE), which maybe helpful. Cheers, - -- Xin LI http://www.delphij.net/ FreeBSD - The Power to Serve! -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) iEYEARECAAYFAkpECHAACgkQi+vbBBjt66AiQQCfQFIV0Ooif4nck57TET/EUjcD N/0AoLs7PhKLUq4kcKSqta494AVrsqvH =ulbg -----END PGP SIGNATURE----- From owner-freebsd-stable@FreeBSD.ORG Fri Jun 26 01:22:30 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F1C7D1065674 for ; Fri, 26 Jun 2009 01:22:30 +0000 (UTC) (envelope-from andrew@areilly.bpa.nu) Received: from nschwmtas01p.mx.bigpond.com (nschwmtas01p.mx.bigpond.com [61.9.189.137]) by mx1.freebsd.org (Postfix) with ESMTP id 7E2D18FC0C for ; Fri, 26 Jun 2009 01:22:30 +0000 (UTC) (envelope-from andrew@areilly.bpa.nu) Received: from nschwotgx01p.mx.bigpond.com ([124.188.162.219]) by nschwmtas01p.mx.bigpond.com with ESMTP id <20090626012228.NYPI26885.nschwmtas01p.mx.bigpond.com@nschwotgx01p.mx.bigpond.com> for ; Fri, 26 Jun 2009 01:22:28 +0000 Received: from areilly.bpa.nu ([124.188.162.219]) by nschwotgx01p.mx.bigpond.com with ESMTP id <20090626012227.LBOS12022.nschwotgx01p.mx.bigpond.com@areilly.bpa.nu> for ; Fri, 26 Jun 2009 01:22:27 +0000 Received: (qmail 56384 invoked by uid 501); 26 Jun 2009 01:22:20 -0000 Date: Fri, 26 Jun 2009 11:22:20 +1000 From: Andrew Reilly To: Bruce Simpson Message-ID: <20090626012220.GA55877@duncan.reilly.home> References: <4A4360A9.6000404@incunabulum.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4A4360A9.6000404@incunabulum.net> User-Agent: Mutt/1.4.2.3i X-RPD-ScanID: Class unknown; VirusThreatLevel unknown, RefID str=0001.0A150201.4A4422D3.00C1,ss=1,fgs=0 X-SIH-MSG-ID: oh41E9D4TAD0zmQv0WC2OwcnyAzlq3Mv8Z4QX81loRIGTUDBp8PfStrVMfpRu8u4xDxKJhqENGMiaa7jTY3RstCK Cc: FreeBSD stable Subject: Re: USB critically broken under RELENG_7 on amd64 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Jun 2009 01:22:31 -0000 On Thu, Jun 25, 2009 at 12:34:01PM +0100, Bruce Simpson wrote: > Since jhb@ committed the fixes for ULi SATA, I updated my kernel+world > on my amd64 desktop machine. So far so good. I updated again Tuesday. > > Unfortunately I am now seeing USB warnings during boot: > > uhub1: device problem (TIMEOUT), disabling port 1 > > > I get messages like this for any and all attempts to attach USB devices. That's about the timeframe that I started having problems with my USB-connected drives. I posted about it last week on -stable, but didn't get any replies. The symptoms weren't exactly the same though. It's not something that is easy for me to fiddle with, because the system is my "main server" and I like it to stay up... Cheers, -- Andrew From owner-freebsd-stable@FreeBSD.ORG Fri Jun 26 13:25:43 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5575A106564A for ; Fri, 26 Jun 2009 13:25:43 +0000 (UTC) (envelope-from bounces@nabble.com) Received: from kuber.nabble.com (kuber.nabble.com [216.139.236.158]) by mx1.freebsd.org (Postfix) with ESMTP id 28C5B8FC1A for ; Fri, 26 Jun 2009 13:25:42 +0000 (UTC) (envelope-from bounces@nabble.com) Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1MKBBk-0004yi-Qr for freebsd-stable@freebsd.org; Fri, 26 Jun 2009 06:09:56 -0700 Message-ID: <24219991.post@talk.nabble.com> Date: Fri, 26 Jun 2009 06:09:56 -0700 (PDT) From: Jakub Lach To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: jakub_lach@mailplus.pl Subject: Cannot buildkernel i386/p3 (i915_suspend.c) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Jun 2009 13:25:43 -0000 Hello. I'm trying to update P3 STABLE box from 7.2-PRERELEASE to latest stable source. 8< cut 8< /usr/src/sys/modules/drm/i915/../../../dev/drm/i915_suspend.c: In function 'i915_save_state': /usr/src/sys/modules/drm/i915/../../../dev/drm/i915_suspend.c:244: error: 'struct drm_i915_private' has no member named 'saveRENDERSTANDBY' /usr/src/sys/modules/drm/i915/../../../dev/drm/i915_suspend.c:247: error: 'struct drm_i915_private' has no member named 'saveHWS' /usr/src/sys/modules/drm/i915/../../../dev/drm/i915_suspend.c: In function 'i915_restore_state': /usr/src/sys/modules/drm/i915/../../../dev/drm/i915_suspend.c:380: error: 'struct drm_i915_private' has no member named 'saveRENDERSTANDBY' /usr/src/sys/modules/drm/i915/../../../dev/drm/i915_suspend.c:383: error: 'struct drm_i915_private' has no member named 'saveHWS' *** Error code 1 1 error I even deleted whole source and recsuped. My local i915_suspend.c is the same as in STABLE and CURRENT. There are no such problems on my CURRENT amd64 box. How do I update: make cleandir && make cleandir && rm -rf /usr/obj && make -j3 buildworld && make -j3 buildkernel KERNCONF=I686STRIPPED && make installkernel KERNCONF=I686STRIPPED && make installworld && make -DBATCH_DELETE_OLD_FILES delete-old-libs && make -DBATCH_DELETE_OLD_FILES delete-old && make cleandir && make cleandir && rm -rf /usr/obj && mergemaster Am I missing something obvious? -best regards, Jakub Lach -- View this message in context: http://www.nabble.com/Cannot-buildkernel-i386-p3-%28i915_suspend.c%29-tp24219991p24219991.html Sent from the freebsd-stable mailing list archive at Nabble.com. From owner-freebsd-stable@FreeBSD.ORG Fri Jun 26 16:08:36 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CDE29106564A for ; Fri, 26 Jun 2009 16:08:36 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from gizmo.2hip.net (gizmo.2hip.net [64.74.207.195]) by mx1.freebsd.org (Postfix) with ESMTP id 757208FC1A for ; Fri, 26 Jun 2009 16:08:36 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from [192.168.1.4] (adsl-156-4-82.bna.bellsouth.net [70.156.4.82]) (authenticated bits=0) by gizmo.2hip.net (8.14.3/8.14.3) with ESMTP id n5QG8YOd009340 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 26 Jun 2009 12:08:34 -0400 (EDT) (envelope-from rnoland@FreeBSD.org) From: Robert Noland To: Jakub Lach In-Reply-To: <24219991.post@talk.nabble.com> References: <24219991.post@talk.nabble.com> Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-gTLUiAcjrZcnTKBqGqLj" Organization: FreeBSD Date: Fri, 26 Jun 2009 11:08:28 -0500 Message-Id: <1246032508.1759.3.camel@balrog.2hip.net> Mime-Version: 1.0 X-Mailer: Evolution 2.26.2 FreeBSD GNOME Team Port X-Spam-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,RDNS_DYNAMIC, SPF_SOFTFAIL autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on gizmo.2hip.net Cc: freebsd-stable@freebsd.org Subject: Re: Cannot buildkernel i386/p3 (i915_suspend.c) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Jun 2009 16:08:37 -0000 --=-gTLUiAcjrZcnTKBqGqLj Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2009-06-26 at 06:09 -0700, Jakub Lach wrote: > Hello. >=20 > I'm trying to update P3 STABLE box from 7.2-PRERELEASE to=20 > latest stable source. >=20 > 8< cut 8< >=20 > /usr/src/sys/modules/drm/i915/../../../dev/drm/i915_suspend.c:=20 > In function 'i915_save_state': > /usr/src/sys/modules/drm/i915/../../../dev/drm/i915_suspend.c:244:=20 > error: 'struct drm_i915_private' has no member named 'saveRENDERSTANDBY' > /usr/src/sys/modules/drm/i915/../../../dev/drm/i915_suspend.c:247:=20 > error: 'struct drm_i915_private' has no member named 'saveHWS' > /usr/src/sys/modules/drm/i915/../../../dev/drm/i915_suspend.c:=20 > In function 'i915_restore_state': > /usr/src/sys/modules/drm/i915/../../../dev/drm/i915_suspend.c:380:=20 > error: 'struct drm_i915_private' has no member named 'saveRENDERSTANDBY' > /usr/src/sys/modules/drm/i915/../../../dev/drm/i915_suspend.c:383:=20 > error: 'struct drm_i915_private' has no member named 'saveHWS' > *** Error code 1 > 1 error >=20 > I even deleted whole source and recsuped.=20 >=20 > My local i915_suspend.c is the same as in STABLE and CURRENT.=20 >=20 > There are no such problems on my CURRENT amd64 box. These come from i915_drv.h. I just did a test build on stable/7 i386 and didn't have any issue. >>> Kernel build for GENERIC completed on Fri Jun 26 15:59:24 UTC 2009 robert. > How do I update: >=20 > make cleandir && make cleandir && rm -rf /usr/obj &&=20 > make -j3 buildworld && make -j3 buildkernel KERNCONF=3DI686STRIPPED && > make installkernel KERNCONF=3DI686STRIPPED && make installworld && > make -DBATCH_DELETE_OLD_FILES delete-old-libs &&=20 > make -DBATCH_DELETE_OLD_FILES delete-old &&=20 > make cleandir && make cleandir && rm -rf /usr/obj && > mergemaster >=20 > Am I missing something obvious? >=20 > -best regards,=20 > Jakub Lach=20 --=20 Robert Noland FreeBSD --=-gTLUiAcjrZcnTKBqGqLj Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) iEYEABECAAYFAkpE8nwACgkQM4TrQ4qfRONxlwCfdk+xSb4JnRsQLBupfiSHEX+o AjwAn0liT2IYIYkJXX/mzsenpY82MbTq =KE16 -----END PGP SIGNATURE----- --=-gTLUiAcjrZcnTKBqGqLj-- From owner-freebsd-stable@FreeBSD.ORG Fri Jun 26 16:32:16 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BAA9B106564A for ; Fri, 26 Jun 2009 16:32:16 +0000 (UTC) (envelope-from bounces@nabble.com) Received: from kuber.nabble.com (kuber.nabble.com [216.139.236.158]) by mx1.freebsd.org (Postfix) with ESMTP id 8BDDA8FC12 for ; Fri, 26 Jun 2009 16:32:16 +0000 (UTC) (envelope-from bounces@nabble.com) Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1MKELX-0006Re-RO for freebsd-stable@freebsd.org; Fri, 26 Jun 2009 09:32:15 -0700 Message-ID: <24223449.post@talk.nabble.com> Date: Fri, 26 Jun 2009 09:32:15 -0700 (PDT) From: Jakub Lach To: freebsd-stable@freebsd.org In-Reply-To: <1246032508.1759.3.camel@balrog.2hip.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: jakub_lach@mailplus.pl References: <24219991.post@talk.nabble.com> <1246032508.1759.3.camel@balrog.2hip.net> Subject: Re: Cannot buildkernel i386/p3 (i915_suspend.c) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Jun 2009 16:32:17 -0000 Robert Noland wrote: > > >> >> My local i915_suspend.c is the same as in STABLE and CURRENT. >> >> There are no such problems on my CURRENT amd64 box. > > These come from i915_drv.h. I just did a test build on stable/7 i386 > and didn't have any issue. > >>>> Kernel build for GENERIC completed on Fri Jun 26 15:59:24 UTC 2009 > > robert. > > > -- > Robert Noland > FreeBSD > > Thank for reply. It's reproducible so it shouldn't be hardware problem. At the moment I'm suspecting (if I remember .supfile correctly) cvsup.pl.FreeBSD.org mirror. Now I'm in middle of last attempt to fresh build world/kernel (single user, no -j n) before checking/changing csup mirror. -best regards, Jakub Lach -- View this message in context: http://www.nabble.com/Cannot-buildkernel-i386-p3-%28i915_suspend.c%29-tp24219991p24223449.html Sent from the freebsd-stable mailing list archive at Nabble.com. From owner-freebsd-stable@FreeBSD.ORG Fri Jun 26 16:44:32 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1CECE106564A for ; Fri, 26 Jun 2009 16:44:32 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-fx0-f218.google.com (mail-fx0-f218.google.com [209.85.220.218]) by mx1.freebsd.org (Postfix) with ESMTP id 9B4178FC15 for ; Fri, 26 Jun 2009 16:44:31 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: by fxm18 with SMTP id 18so862762fxm.43 for ; Fri, 26 Jun 2009 09:44:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=Oee1aSG+/zgXdLeNyPn+x0z8D7dMKM0QFi3z/QTJtPE=; b=LPSfkVP3SWdbwTYsG+hLuCLS7PUWgU3I+mnUiZgruYKdZhVol1ukUw9MyX/EJJmLgU dx5cP6BLCgj5TepNbgS6SKaBi5ISnq0lO/YtRB/zKZgOrR4iFqBDIYiKcOIzYyOIYYUo dL2hV6zT20azrE9h4NgGyROTEtCY0uniJR6Pc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=RdZjG7sw0JrdW4X5R+k3/LjGMqvOws3zNa0ixAeY8YJ2OkdllIEJNA19uUb/rS5VEf yyfpXSoGLdCVuDGbqdFkD+qFpBKDoNWJrZSJfoS0l3X0grkQOXN8/ceAtoxZVm2qrBqJ HFtxx/J5b619cu5pl5k3cv/4QWLsjluFpw44o= MIME-Version: 1.0 Received: by 10.204.67.67 with SMTP id q3mr1691200bki.7.1246034670611; Fri, 26 Jun 2009 09:44:30 -0700 (PDT) Date: Fri, 26 Jun 2009 20:44:30 +0400 Message-ID: From: pluknet To: freebsd-stable Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [nfs] process locks in "bo_wwait" on 6.4 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Jun 2009 16:44:32 -0000 Hello. While building a module on nfs mounted /usr/src I got an unkillable process waiting forever in bo_wwait. # make Warning: Object directory not changed from original /usr/src/sys/modules/linux @ -> /usr/src/sys machine -> /usr/src/sys/i386/include cc -c -O2 -fno-strict-aliasing -pipe -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I- -I. -I@ -I@/contrib/altq -I@/../include -I/usr/include -finline-limit=8000 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 /usr/src/sys/modules/linux/../../i386/linux/linux_genassym.c sh @/kern/genassym.sh linux_genassym.o > linux_assym.h echo "#define COMPAT_43 1" > opt_compat.h echo "#define INET6 1" > opt_inet6.h :> opt_mac.h :> opt_vmpage.h awk -f @/tools/vnode_if.awk @/kern/vnode_if.src -p load: 1.08 cmd: awk 37581 [bo_wwait] 0.00u 0.00s 0% 1472k All others subsystems seems to work. db> bt 37581 Tracing pid 37581 tid 100364 td 0xc93c7b60 sched_switch(c93c7b60,0,1) at sched_switch+0x143 mi_switch(1,0,c93c7b60,eed95a24,c06ce6f0,...) at mi_switch+0x1ba sleepq_switch(ce138854) at sleepq_switch+0x87 sleepq_wait(ce138854,0,c93c7b60,ce138830,0,...) at sleepq_wait+0x5c msleep(ce138854,ce1387ec,4d,c096823e,0) at msleep+0x269 bufobj_wwait(ce138830,0,0,0,ce1387ec,...) at bufobj_wwait+0x37 nfs_flush(ce138770,1,c93c7b60,0,c93c7b60,...) at nfs_flush+0x8c8 nfs_close(eed95b80) at nfs_close+0xfd VOP_CLOSE_APV(c09ec5c0,eed95b80) at VOP_CLOSE_APV+0x38 vn_close(ce138770,2,cd769100,c93c7b60) at vn_close+0x5a vn_closefile(c9094900,c93c7b60) at vn_closefile+0xea fdrop_locked(c9094900,c93c7b60,cf054600,eed95ca8,c06875f3,...) at fdrop_locked+0xd0 fdrop(c9094900,c93c7b60,c93c7b60,eed95c64,1,...) at fdrop+0x41 closef(c9094900,c93c7b60,0,eed95d38,c949ea78,...) at closef+0x42f kern_close(c93c7b60,3,eed95d30,c08e1d4b,c93c7b60,...) at kern_close+0x20d close(c93c7b60,eed95d04) at close+0x10 syscall(3b,808003b,bfbf003b,0,28190a20,...) at syscall+0x2bf Xint0x80_syscall() at Xint0x80_syscall+0x1f --- syscall (6, FreeBSD ELF32, close), eip = 0x2816c1e7, esp = 0xbfbfeb1c, ebp = 0xbfbfeb38 --- db> show lockedvnods Locked vnodes 0xce138770: tag nfs, type VREG usecount 1, writecount 0, refcount 3 mountedhere 0 flags () v_object 0xcd0a2528 ref 0 pages 1 lock type nfs: EXCL (count 1) by thread 0xc93c7b60 (pid 37581) fileid 1372174 fsid 0x100ff05 db> show lockedbufs buf at 0xdbf92d08 b_flags = 0x20000024 b_error = 0, b_bufsize = 2048, b_bcount = 1779, b_resid = 0 b_bufobj = (0xce138830), b_data = 0xe2e99000, b_blkno = 0 b_npages = 1, pages(OBJ, IDX, PA): (0xcd0a2528, 0x0, 0xa8067000) db> show proc 37581 Process 37581 (awk) at 0xc949ea78: state: NORMAL uid: 0 gids: 0, 0, 2, 3, 4, 5, 20, 31 parent: pid 37557 at 0xc949e860 ABI: FreeBSD ELF32 arguments: awk threads: 1 100364 D bo_wwait 0xce138854 awk Next. # umount /usr/src load: 0.36 cmd: umount 37888 [nfs] 0.00u 0.04s 0% 900k db> bt 37888 Tracing pid 37888 tid 100130 td 0xc93c84e0 sched_switch(c93c84e0,0,1) at sched_switch+0x143 mi_switch(1,0,c93c84e0,eeda4aa0,c06ce6f0,...) at mi_switch+0x1ba sleepq_switch(ce1387c8) at sleepq_switch+0x87 sleepq_wait(ce1387c8,0,c93c84e0,ce1387c8,4,...) at sleepq_wait+0x5c msleep(ce1387c8,c0a4af54,50,c09729b5,0,...) at msleep+0x269 acquire(eeda4b20,40,60000,c93c84e0,0,...) at acquire+0x7b lockmgr(ce1387c8,2002,ce1387ec,c93c84e0,eeda4b44,...) at lockmgr+0x3fe vop_stdlock(eeda4b68) at vop_stdlock+0x1e VOP_LOCK_APV(c09ec5c0,eeda4b68) at VOP_LOCK_APV+0x43 vn_lock(ce138770,2002,c93c84e0) at vn_lock+0xf4 vflush(cf4f8cf8,1,0,c93c84e0) at vflush+0x136 nfs_unmount(cf4f8cf8,8000000,c93c84e0) at nfs_unmount+0x3c dounmount(cf4f8cf8,8000000,c93c84e0) at dounmount+0x3fa unmount(c93c84e0,eeda4d04) at unmount+0x279 syscall(3b,3b,3b,804a4aa,804de10,...) at syscall+0x2bf Xint0x80_syscall() at Xint0x80_syscall+0x1f --- syscall (22, FreeBSD ELF32, unmount), eip = 0x280be967, esp = 0xbfbfe56c, ebp = 0xbfbfe618 --- db> show lockedvnods Locked vnodes 0xca176aa0: tag ufs, type VDIR usecount 1, writecount 0, refcount 1 mountedhere 0xcf4f8cf8 flags () v_object 0xcb111294 ref 0 pages 0 lock type ufs: EXCL (count 1) by thread 0xc93c84e0 (pid 37888) ino 1436672, on dev aacd0s1f 0xce138770: tag nfs, type VREG usecount 1, writecount 0, refcount 4 mountedhere 0 flags () v_object 0xcd0a2528 ref 0 pages 1 lock type nfs: EXCL (count 1) by thread 0xc93c7b60 (pid 37581) with 1 pending fileid 1372174 fsid 0x100ff05 db> show lockedbufs buf at 0xdbf92d08 b_flags = 0x20000024 b_error = 0, b_bufsize = 2048, b_bcount = 1779, b_resid = 0 b_bufobj = (0xce138830), b_data = 0xe2e99000, b_blkno = 0 b_npages = 1, pages(OBJ, IDX, PA): (0xcd0a2528, 0x0, 0xa8067000) db> show proc 37888 Process 37888 (umount) at 0xc949e000: state: NORMAL uid: 0 gids: 0, 0, 2, 3, 4, 5, 20, 31 parent: pid 37812 at 0xc936ea78 ABI: FreeBSD ELF32 arguments: umount threads: 1 100130 D nfs 0xce1387c8 umount -- wbr, pluknet From owner-freebsd-stable@FreeBSD.ORG Fri Jun 26 16:51:16 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C80641065673 for ; Fri, 26 Jun 2009 16:51:16 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-fx0-f218.google.com (mail-fx0-f218.google.com [209.85.220.218]) by mx1.freebsd.org (Postfix) with ESMTP id 4D97A8FC08 for ; Fri, 26 Jun 2009 16:51:16 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: by fxm18 with SMTP id 18so865815fxm.43 for ; Fri, 26 Jun 2009 09:51:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=zaSh8QlcQIBcARgFb8wmYattx01wk0jO6c7XQxfZYLU=; b=rDP/eZD6E9NtwLRNrlGpQijsmoQ+TrjN3G5AhH4BmKlFfkyDjzYrHAh/1lCbYDSc8y sUUsTk96XJFhRQGxBvsGxXG7xMDnf8Coitx+B7zN8EfSWqfWgqUuyfgo/cXMkzL7dJiM ouVqEfuqRuRbEqVYI1Cmv41wW9tWtWYVMpBrM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=AO31L0JNqX4IlT7bsrtdponNhLlv4rid9CCID0Qkq6aW2pSpAnzIKUNXV1q8GN9K97 tUaEXtX4WVAbJLaEqyN2F9/gHM8ADbvv4QvPP0AfSuUp2xLPpmfnQv2RYFSgdTxlOA83 GNfNcp8D0x138opupbpM5Uh3jHAcdFJwPs3M0= MIME-Version: 1.0 Received: by 10.204.67.146 with SMTP id r18mr444240bki.88.1246035075215; Fri, 26 Jun 2009 09:51:15 -0700 (PDT) In-Reply-To: References: Date: Fri, 26 Jun 2009 20:51:14 +0400 Message-ID: From: pluknet To: freebsd-stable Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [nfs] process locks in "bo_wwait" on 6.4 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Jun 2009 16:51:17 -0000 2009/6/26 pluknet : > Hello. > > While building a module on nfs mounted /usr/src > I got an unkillable process waiting forever in bo_wwait. Small note: iface on NFS server has mtu changed from 1500 to 1450. Can this be a source of the problem? > > # make > Warning: Object directory not changed from original /usr/src/sys/modules/= linux > @ -> /usr/src/sys > machine -> /usr/src/sys/i386/include > cc -c -O2 -fno-strict-aliasing -pipe -Werror -D_KERNEL -DKLD_MODULE > -nostdinc -I- -I. -I@ -I@/contrib/altq -I@/../include -I/usr/include > -finline-limit=3D8000 -mno-align-long-strings > -mpreferred-stack-boundary=3D2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 > -ffreestanding -Wall -Wredundant-decls -Wnested-externs > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline > -Wcast-qual -fformat-extensions -std=3Dc99 > /usr/src/sys/modules/linux/../../i386/linux/linux_genassym.c > sh @/kern/genassym.sh linux_genassym.o > linux_assym.h > echo "#define COMPAT_43 1" > opt_compat.h > echo "#define INET6 1" > opt_inet6.h > :> opt_mac.h > :> opt_vmpage.h > awk -f @/tools/vnode_if.awk @/kern/vnode_if.src -p > load: 1.08 =A0cmd: awk 37581 [bo_wwait] 0.00u 0.00s 0% 1472k > > All others subsystems seems to work. > > db> bt 37581 > Tracing pid 37581 tid 100364 td 0xc93c7b60 > sched_switch(c93c7b60,0,1) at sched_switch+0x143 > mi_switch(1,0,c93c7b60,eed95a24,c06ce6f0,...) at mi_switch+0x1ba > sleepq_switch(ce138854) at sleepq_switch+0x87 > sleepq_wait(ce138854,0,c93c7b60,ce138830,0,...) at sleepq_wait+0x5c > msleep(ce138854,ce1387ec,4d,c096823e,0) at msleep+0x269 > bufobj_wwait(ce138830,0,0,0,ce1387ec,...) at bufobj_wwait+0x37 > nfs_flush(ce138770,1,c93c7b60,0,c93c7b60,...) at nfs_flush+0x8c8 > nfs_close(eed95b80) at nfs_close+0xfd > VOP_CLOSE_APV(c09ec5c0,eed95b80) at VOP_CLOSE_APV+0x38 > vn_close(ce138770,2,cd769100,c93c7b60) at vn_close+0x5a > vn_closefile(c9094900,c93c7b60) at vn_closefile+0xea > fdrop_locked(c9094900,c93c7b60,cf054600,eed95ca8,c06875f3,...) at > fdrop_locked+0xd0 > fdrop(c9094900,c93c7b60,c93c7b60,eed95c64,1,...) at fdrop+0x41 > closef(c9094900,c93c7b60,0,eed95d38,c949ea78,...) at closef+0x42f > kern_close(c93c7b60,3,eed95d30,c08e1d4b,c93c7b60,...) at kern_close+0x20d > close(c93c7b60,eed95d04) at close+0x10 > syscall(3b,808003b,bfbf003b,0,28190a20,...) at syscall+0x2bf > Xint0x80_syscall() at Xint0x80_syscall+0x1f > --- syscall (6, FreeBSD ELF32, close), eip =3D 0x2816c1e7, esp =3D > 0xbfbfeb1c, ebp =3D 0xbfbfeb38 --- > db> show lockedvnods > Locked vnodes > > 0xce138770: tag nfs, type VREG > =A0 =A0usecount 1, writecount 0, refcount 3 mountedhere 0 > =A0 =A0flags () > =A0 =A0v_object 0xcd0a2528 ref 0 pages 1 > =A0 =A0 lock type nfs: EXCL (count 1) by thread 0xc93c7b60 (pid 37581) > =A0 =A0 =A0 =A0fileid 1372174 fsid 0x100ff05 > db> show lockedbufs > buf at 0xdbf92d08 > b_flags =3D 0x20000024 > b_error =3D 0, b_bufsize =3D 2048, b_bcount =3D 1779, b_resid =3D 0 > b_bufobj =3D (0xce138830), b_data =3D 0xe2e99000, b_blkno =3D 0 > b_npages =3D 1, pages(OBJ, IDX, PA): (0xcd0a2528, 0x0, 0xa8067000) > > db> show proc 37581 > Process 37581 (awk) at 0xc949ea78: > =A0state: NORMAL > =A0uid: 0 =A0gids: 0, 0, 2, 3, 4, 5, 20, 31 > =A0parent: pid 37557 at 0xc949e860 > =A0ABI: FreeBSD ELF32 > =A0arguments: awk > =A0threads: 1 > 100364 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 D =A0 =A0 =A0 bo_wwait 0xce138= 854 awk > > Next. > > # umount /usr/src > load: 0.36 =A0cmd: umount 37888 [nfs] 0.00u 0.04s 0% 900k > > db> bt 37888 > Tracing pid 37888 tid 100130 td 0xc93c84e0 > sched_switch(c93c84e0,0,1) at sched_switch+0x143 > mi_switch(1,0,c93c84e0,eeda4aa0,c06ce6f0,...) at mi_switch+0x1ba > sleepq_switch(ce1387c8) at sleepq_switch+0x87 > sleepq_wait(ce1387c8,0,c93c84e0,ce1387c8,4,...) at sleepq_wait+0x5c > msleep(ce1387c8,c0a4af54,50,c09729b5,0,...) at msleep+0x269 > acquire(eeda4b20,40,60000,c93c84e0,0,...) at acquire+0x7b > lockmgr(ce1387c8,2002,ce1387ec,c93c84e0,eeda4b44,...) at lockmgr+0x3fe > vop_stdlock(eeda4b68) at vop_stdlock+0x1e > VOP_LOCK_APV(c09ec5c0,eeda4b68) at VOP_LOCK_APV+0x43 > vn_lock(ce138770,2002,c93c84e0) at vn_lock+0xf4 > vflush(cf4f8cf8,1,0,c93c84e0) at vflush+0x136 > nfs_unmount(cf4f8cf8,8000000,c93c84e0) at nfs_unmount+0x3c > dounmount(cf4f8cf8,8000000,c93c84e0) at dounmount+0x3fa > unmount(c93c84e0,eeda4d04) at unmount+0x279 > syscall(3b,3b,3b,804a4aa,804de10,...) at syscall+0x2bf > Xint0x80_syscall() at Xint0x80_syscall+0x1f > --- syscall (22, FreeBSD ELF32, unmount), eip =3D 0x280be967, esp =3D > 0xbfbfe56c, ebp =3D 0xbfbfe618 --- > db> show lockedvnods > Locked vnodes > > 0xca176aa0: tag ufs, type VDIR > =A0 =A0usecount 1, writecount 0, refcount 1 mountedhere 0xcf4f8cf8 > =A0 =A0flags () > =A0 =A0v_object 0xcb111294 ref 0 pages 0 > =A0 =A0 lock type ufs: EXCL (count 1) by thread 0xc93c84e0 (pid 37888) > =A0 =A0 =A0 =A0ino 1436672, on dev aacd0s1f > > 0xce138770: tag nfs, type VREG > =A0 =A0usecount 1, writecount 0, refcount 4 mountedhere 0 > =A0 =A0flags () > =A0 =A0v_object 0xcd0a2528 ref 0 pages 1 > =A0 =A0 lock type nfs: EXCL (count 1) by thread 0xc93c7b60 (pid 37581) > with 1 pending > =A0 =A0 =A0 =A0fileid 1372174 fsid 0x100ff05 > db> show lockedbufs > buf at 0xdbf92d08 > b_flags =3D 0x20000024 > b_error =3D 0, b_bufsize =3D 2048, b_bcount =3D 1779, b_resid =3D 0 > b_bufobj =3D (0xce138830), b_data =3D 0xe2e99000, b_blkno =3D 0 > b_npages =3D 1, pages(OBJ, IDX, PA): (0xcd0a2528, 0x0, 0xa8067000) > db> show proc 37888 > Process 37888 (umount) at 0xc949e000: > =A0state: NORMAL > =A0uid: 0 =A0gids: 0, 0, 2, 3, 4, 5, 20, 31 > =A0parent: pid 37812 at 0xc936ea78 > =A0ABI: FreeBSD ELF32 > =A0arguments: umount > =A0threads: 1 > 100130 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 D =A0 =A0 =A0 nfs =A0 =A0 =A00= xce1387c8 umount > > > -- > wbr, > pluknet > --=20 wbr, pluknet From owner-freebsd-stable@FreeBSD.ORG Fri Jun 26 17:15:54 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E204D1065670 for ; Fri, 26 Jun 2009 17:15:54 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from gizmo.2hip.net (gizmo.2hip.net [64.74.207.195]) by mx1.freebsd.org (Postfix) with ESMTP id A2AEB8FC13 for ; Fri, 26 Jun 2009 17:15:54 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from [192.168.1.4] (adsl-156-4-82.bna.bellsouth.net [70.156.4.82]) (authenticated bits=0) by gizmo.2hip.net (8.14.3/8.14.3) with ESMTP id n5QHFq6e009712 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 26 Jun 2009 13:15:53 -0400 (EDT) (envelope-from rnoland@FreeBSD.org) From: Robert Noland To: Jakub Lach In-Reply-To: <24223449.post@talk.nabble.com> References: <24219991.post@talk.nabble.com> <1246032508.1759.3.camel@balrog.2hip.net> <24223449.post@talk.nabble.com> Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-FfRXV6a8l76uoeSHiGIi" Organization: FreeBSD Date: Fri, 26 Jun 2009 12:15:47 -0500 Message-Id: <1246036547.1759.11.camel@balrog.2hip.net> Mime-Version: 1.0 X-Mailer: Evolution 2.26.2 FreeBSD GNOME Team Port X-Spam-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,RDNS_DYNAMIC, SPF_SOFTFAIL autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on gizmo.2hip.net Cc: freebsd-stable@freebsd.org Subject: Re: Cannot buildkernel i386/p3 (i915_suspend.c) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Jun 2009 17:15:55 -0000 --=-FfRXV6a8l76uoeSHiGIi Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2009-06-26 at 09:32 -0700, Jakub Lach wrote: >=20 >=20 > Robert Noland wrote: > >=20 > >=20 > >>=20 > >> My local i915_suspend.c is the same as in STABLE and CURRENT.=20 > >>=20 > >> There are no such problems on my CURRENT amd64 box. > >=20 > > These come from i915_drv.h. I just did a test build on stable/7 i386 > > and didn't have any issue. > >=20 > >>>> Kernel build for GENERIC completed on Fri Jun 26 15:59:24 UTC 2009 > >=20 > > robert. > >=20 > >=20 > > --=20 > > Robert Noland > > FreeBSD > >=20 > >=20 >=20 > Thank for reply. It's reproducible so it shouldn't be hardware problem.=20 >=20 > At the moment I'm suspecting (if I remember .supfile correctly)=20 > cvsup.pl.FreeBSD.org mirror. >=20 > Now I'm in middle of last attempt to fresh build world/kernel (single use= r,=20 > no -j n) before checking/changing csup mirror.=20 This is possible. I build from svn. robert. > -best regards,=20 > Jakub Lach --=20 Robert Noland FreeBSD --=-FfRXV6a8l76uoeSHiGIi Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) iEYEABECAAYFAkpFAkMACgkQM4TrQ4qfROOJQwCfas95ywsRrmRRyliDNA3o7sYs sSwAnRJ/ZcfNTuL2IeQy8NC8/urNGanm =iBy8 -----END PGP SIGNATURE----- --=-FfRXV6a8l76uoeSHiGIi-- From owner-freebsd-stable@FreeBSD.ORG Fri Jun 26 19:08:00 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B579E1065670 for ; Fri, 26 Jun 2009 19:08:00 +0000 (UTC) (envelope-from bounces@nabble.com) Received: from kuber.nabble.com (kuber.nabble.com [216.139.236.158]) by mx1.freebsd.org (Postfix) with ESMTP id 85ABD8FC20 for ; Fri, 26 Jun 2009 19:08:00 +0000 (UTC) (envelope-from bounces@nabble.com) Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1MKGmF-0005ND-SI for freebsd-stable@freebsd.org; Fri, 26 Jun 2009 12:07:59 -0700 Message-ID: <24225717.post@talk.nabble.com> Date: Fri, 26 Jun 2009 12:07:59 -0700 (PDT) From: Jakub Lach To: freebsd-stable@freebsd.org In-Reply-To: <1246036547.1759.11.camel@balrog.2hip.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: jakub_lach@mailplus.pl References: <24219991.post@talk.nabble.com> <1246032508.1759.3.camel@balrog.2hip.net> <24223449.post@talk.nabble.com> <1246036547.1759.11.camel@balrog.2hip.net> Subject: Re: Cannot buildkernel i386/p3 (i915_suspend.c) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Jun 2009 19:08:01 -0000 Robert Noland wrote: > > This is possible. I build from svn. > > robert. > >> -best regards, >> Jakub Lach > -- > Robert Noland > FreeBSD > > > I csuped bunch of deltas form different server. Oldest is from 18 so it safe to assume that polish csup server has old/missing files. -best regards, Jakub Lach -- View this message in context: http://www.nabble.com/Cannot-buildkernel-i386-p3-%28i915_suspend.c%29-tp24219991p24225717.html Sent from the freebsd-stable mailing list archive at Nabble.com. From owner-freebsd-stable@FreeBSD.ORG Fri Jun 26 20:24:10 2009 Return-Path: Delivered-To: stable@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 195521065675; Fri, 26 Jun 2009 20:24:10 +0000 (UTC) (envelope-from sos@deepcore.dk) Received: from deepcore.dk (adsl.deepcore.dk [87.63.29.106]) by mx1.freebsd.org (Postfix) with ESMTP id 9BCBE8FC1B; Fri, 26 Jun 2009 20:24:09 +0000 (UTC) (envelope-from sos@deepcore.dk) Received: from [192.168.0.138] ([192.168.0.138]) by deepcore.dk (8.14.3/8.14.2) with ESMTP id n5QKB8Fv003798; Fri, 26 Jun 2009 22:11:08 +0200 (CEST) (envelope-from sos@deepcore.dk) Message-Id: <8EB69F68-8ED2-469C-B83E-2555A72630B4@deepcore.dk> From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= To: stable@FreeBSD.ORG Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Apple Message framework v935.3) Date: Fri, 26 Jun 2009 22:11:08 +0200 X-Mailer: Apple Mail (2.935.3) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.0 (deepcore.dk [217.20.59.72]); Fri, 26 Jun 2009 22:11:08 +0200 (CEST) Cc: hackers@FreeBSD.ORG Subject: ATA driver update for 7.2RELEASE available X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Jun 2009 20:24:10 -0000 Over the past months I've gotten huge amounts of requests for ATA =20 related things, so I've whipped up what I use here for FreeBSD 7.2-=20 Release. This is a total replacement of the ATA driver, modulerized as in -=20 current, but based on my WIP not from what might have happend to -=20 current since I gave up maintainership. There is a number of new chipsets supported in here that I dont think =20= is in any of the official sources (havn't checked in quite some time =20 though), mostly newish ATI, nVidia and Marvell chips (yeah those =20 buggers with both ATA & SATA ports). You can find and install.sh script and a tarball of the needed files at: http://www.deepcore.dk/pub/ATA Put both in /usr/src and run install.sh. As I dont subscribe to any of the mailing lists nor does my =20 FreeBSD.org mail address seem to work anymore, you will need to reply =20= to me directly if needed. As always - Enjoy! -S=F8ren -- From owner-freebsd-stable@FreeBSD.ORG Sat Jun 27 00:33:13 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 79C9B1065677 for ; Sat, 27 Jun 2009 00:33:13 +0000 (UTC) (envelope-from bellcyjoki97@gmail.com) Received: from mail-fx0-f160.google.com (mail-fx0-f160.google.com [209.85.220.160]) by mx1.freebsd.org (Postfix) with ESMTP id 09F248FC13 for ; Sat, 27 Jun 2009 00:33:12 +0000 (UTC) (envelope-from bellcyjoki97@gmail.com) Received: by fxm4 with SMTP id 4so401678fxm.19 for ; Fri, 26 Jun 2009 17:33:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=Jk/+0p9AHgpwzkODRJeygGV9uuTUrSEwK7a7DYRFBmI=; b=qPzNN+EZhSe65xT/DKXEdM3sHfHRj9ynMIVn/5AK2SjZHNY7lBXL9Fdv7u1/dGLo2l kHhuJSMBRHmMz5jR1OWxm2laaIL4lV4JCVBoDmpztv+K1o6893mzlUw9Sf4ULjF56/KD EeSFhB9CxbizOIAj5Ft9HA6qWzLdUAOHnOOn8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Xx9+AQ0GGzc6irILcBVxO3bLCvM3hqBLrVP5CWGuGkwrioeYGp8Y1B0PKvkW7xFqos 1ywPpOvW+klK/LjuVVFkRi8sjqVkiQKujUvAE/+rcNUwiZiiYWhqKc+8n30n0XzD6VJX wh/QJlMC1Tnb2ugFNIsJJqNoJGY+ZtFuN6zUg= MIME-Version: 1.0 Received: by 10.204.114.9 with SMTP id c9mr247060bkq.161.1246061998437; Fri, 26 Jun 2009 17:19:58 -0700 (PDT) Date: Fri, 26 Jun 2009 17:19:58 -0700 Message-ID: <1d47232b0906261719n4d472a0foe3eced3b400beec0@mail.gmail.com> From: Juliet POWELL To: stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Start Working from Home Start Today X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Jun 2009 00:33:13 -0000 If you indigence to lock in a undeviating monthly earnings stream from your portfolio, then it's time to overlook your plans. Thanks to the introduction of a brand new assets, there's a whole new world of monthly income just waiting for you. Plenty of investors are already using these new ways to initiate a unctuous dividends weekly. For income junkies, there's nothing sweeter than a solid yield. So if you get a thrill from cashing a steady stream of earnings, then you're missing effectively on some of the highest profit on the planet. I'm speaking about what has been the most distinguished financial innovation - http://groups.yahoo.com/group/papohebuxaxej74/message/1 From owner-freebsd-stable@FreeBSD.ORG Sat Jun 27 12:44:56 2009 Return-Path: Delivered-To: stable@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E10AA1065670; Sat, 27 Jun 2009 12:44:56 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.cran.org.uk (muon.cran.org.uk [66.246.138.153]) by mx1.freebsd.org (Postfix) with ESMTP id B7A408FC0C; Sat, 27 Jun 2009 12:44:56 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from tau.draftnet (87-194-158-129.bethere.co.uk [87.194.158.129]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by muon.cran.org.uk (Postfix) with ESMTPSA id 45F6A8AC9; Sat, 27 Jun 2009 12:29:36 +0000 (UTC) Date: Sat, 27 Jun 2009 13:29:41 +0100 From: Bruce Cran To: =?ISO-8859-1?Q?S=F8ren?= Schmidt Message-ID: <20090627132941.5d212017@tau.draftnet> In-Reply-To: <8EB69F68-8ED2-469C-B83E-2555A72630B4@deepcore.dk> References: <8EB69F68-8ED2-469C-B83E-2555A72630B4@deepcore.dk> X-Mailer: Claws Mail 3.7.1 (GTK+ 2.16.2; amd64-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: stable@FreeBSD.ORG, hackers@FreeBSD.ORG Subject: Re: ATA driver update for 7.2RELEASE available X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Jun 2009 12:44:57 -0000 On Fri, 26 Jun 2009 22:11:08 +0200 S=F8ren Schmidt wrote: > This is a total replacement of the ATA driver, modulerized as in -=20 > current, but based on my WIP not from what might have happend to -=20 > current since I gave up maintainership. It's great to see the driver be modularised since removing unneeded drivers (for example, on powerpc and embedded platforms) can save ~200KB. Could you add some documentation for the modules in /sys/conf/NOTES please? I looked through the sources and put together the patch for 8.0 which is avaiable at http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dkern/133162 but it sounds like some more drivers will need to be added for 7.2. --=20 Bruce Cran