From owner-freebsd-stable@FreeBSD.ORG Sun Aug 5 17:37:37 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3BF2F1065670 for ; Sun, 5 Aug 2012 17:37:37 +0000 (UTC) (envelope-from decke@bluelife.at) Received: from mail-wg0-f50.google.com (mail-wg0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 702658FC0A for ; Sun, 5 Aug 2012 17:37:35 +0000 (UTC) Received: by wgbds11 with SMTP id ds11so1929320wgb.31 for ; Sun, 05 Aug 2012 10:37:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bluelife.at; s=google; h=mime-version:sender:x-originating-ip:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=FtSvZcKo/sqiJ4EMS/1y1QISOthWdmFEkvPnH5CFpPQ=; b=a9P8J9OWs4yKGzpo0hSoSRcJV2BVGG5N9D96g9U5ibuI4q3JOyXQrVQ3Jnbb4EBRor Fj8hrIbY4ItmVOzBek090nMOuw6iYzlijy3ETTL0v/v8Qj2A2remaPRnq7bxArMEuw1f eCVi2hMyxgKbJzoiiI0quToOcCpP3AoitzUo8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:x-originating-ip:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding:x-gm-message-state; bh=FtSvZcKo/sqiJ4EMS/1y1QISOthWdmFEkvPnH5CFpPQ=; b=G3WrDM/DxP73XbeI1hdRe9/8OovXe/O9yyMr8OFl6wjvMpju/QDlmCg6KrZoOICMh3 6gAx3bBkcPLPE9fWFj09OPXCBfXkw/3NW/+6f+L0oipFsAsZTYZ2gVMvbpUsgrOpUE7r VqsUoPsr1h/wb3e6JTxQzvo0yB/GP6P+9yZqvLnv9phTO2M661UdZKwBhTEaIdQZ53Ne zr6nxVPOJpLCbPB6kI55nJiMEKbllpQ8VGh1SPZJwf2RWlGjMOTVlUveXeVzpO6mdLiX +8qBqM65OxwE4QjBhBqUdHJoBownZtn0ZM9ZCVq8c960vNw237XCG9MuO12a6wKyC1+j A1nA== MIME-Version: 1.0 Received: by 10.180.86.226 with SMTP id s2mr11878060wiz.9.1344188254352; Sun, 05 Aug 2012 10:37:34 -0700 (PDT) Sender: decke@bluelife.at Received: by 10.180.106.71 with HTTP; Sun, 5 Aug 2012 10:37:34 -0700 (PDT) X-Originating-IP: [93.111.10.40] In-Reply-To: References: Date: Sun, 5 Aug 2012 19:37:34 +0200 X-Google-Sender-Auth: ECIOUVZ7ww_4bz9_nCc0LuqOLZo Message-ID: From: =?ISO-8859-1?Q?Bernhard_Fr=F6hlich?= To: Marin Atanasov Nikolov Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQnATm+mxKLkC9SjS6NGwOXtoOJjn0nvG99rXmC7R9g5bHTNJRJvAh9UXKh2GMou9vTrdJR5 Cc: ml-freebsd-stable , freebsd-ports@freebsd.org Subject: Re: Jenkins+FreeBSD handbooks 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, 05 Aug 2012 17:37:37 -0000 On Fri, Aug 3, 2012 at 9:33 PM, Marin Atanasov Nikolov w= rote: > On Fri, Aug 3, 2012 at 10:14 PM, Bernhard Fr=F6hlich = wrote: >> > > Hello Bernhard, > >> Thanks a lot for that tutorials. They look very interesting and I was >> always curious how much work it would have been to implement something >> like redports.org on top of Jenkins. But obviously my decision was >> correct that jenkins would not fit in such a situation. >> > > Could you clarify a bit more why you think Jenkins does not fit well ther= e? > > I don't know how redports.org is designed and how it scales, but with > Jenkins it's quite easy to create a package build farm for distributed > building. Redports is a public compile testing environment for FreeBSD ports. So like Ports Tinderbox but with a nice multiuser GUI, cluster functionality for scaling and an own Subversion tree for the users to commit their ports to. Before I decided to write the code myself I had a closer look at Bitten and Jenkins. Both could be made into what redports is now but they all have their weak spots. Jenkins GUI looks very cluttered and is quite hard to understand if you just want to manually schedule a few new jobs for your ports as Joe Average. It's also quite hard to understand and complex as a developer and administrator so I was concerned that fixing it if it breaks = is non trivial. Not to talk about all the special customizations that we need which would require me to write extensions in Java and understand how all that jenkins internals work. Bitten looked simpler and less complex but would also work for standard things but it got me on the right track to use Trac as webinterface and jus= t extend Trac with a custom plugin that includes a few simple pages to have an overview of jobs and add new ones. > Jenkins comes with lots of ready-to-use plugins as well, which makes > it easier to integrate a particular thing easier as well and not > re-invent the wheel. Yeah that is nice and there is almost everything that you can think of but none of them did what I needed. A simple web interface for average people that don't want to learn Jenkins internals and is easily customizable. Prob= ably there is a plugin for that but I didn't find it. Writing some glue code aro= und tinderbox to schedule new jobs, checkout repositories and such stuff is custom code anyway. >> A more suitable place for jenkins would be automatic building our doc >> tree on every commit. But I don't know if that doesn't already exist. > > Yep, that's one of the things we could use Jenkins for, but I would > say we could use it for lots of other stuff as well :) I'm sure we could. Examples? --=20 Bernhard Froehlich http://www.bluelife.at/ From owner-freebsd-stable@FreeBSD.ORG Sun Aug 5 18:38:03 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 46BCB1065670 for ; Sun, 5 Aug 2012 18:38:03 +0000 (UTC) (envelope-from torfinn.ingolfsen@getmail.no) Received: from smtp.getmail.no (smtp.getmail.no [84.208.15.66]) by mx1.freebsd.org (Postfix) with ESMTP id ED2DF8FC12 for ; Sun, 5 Aug 2012 18:38:02 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=US-ASCII Received: from get-mta-scan04.get.basefarm.net ([10.5.16.4]) by get-mta-out01.get.basefarm.net (Sun Java(tm) System Messaging Server 7.0-0.04 64bit (built Jun 20 2008)) with ESMTP id <0M8A00L1EP38O070@get-mta-out01.get.basefarm.net> for freebsd-stable@freebsd.org; Sun, 05 Aug 2012 20:37:56 +0200 (MEST) Received: from get-mta-scan04.get.basefarm.net (localhost.localdomain [127.0.0.1]) by localhost (Email Security Appliance) with SMTP id C93571EF2063_1EBE83B for ; Sun, 05 Aug 2012 18:42:11 +0000 (GMT) Received: from kg-v2.kg4.no (cm-84.215.134.159.getinternet.no [84.215.134.159]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by get-mta-scan04.get.basefarm.net (Sophos Email Appliance) with ESMTPSA id C5BE51EF205D_1EBE82F for ; Sun, 05 Aug 2012 18:42:10 +0000 (GMT) Date: Sun, 05 Aug 2012 20:37:54 +0200 From: Torfinn Ingolfsen To: freebsd-stable@freebsd.org Message-id: <20120805203754.25351c6ef6659fdbcb61e5e2@getmail.no> X-Mailer: Sylpheed 3.2.0 (GTK+ 2.24.6; amd64-portbld-freebsd8.3) Subject: FreeBSD 9.1-beta1: amdtemp.ko and AMD Fusion chips 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, 05 Aug 2012 18:38:03 -0000 Hello, I recently upgraded a AMD Fusion machine[1], to FreeBSD 9.1-beta1. I was a bit surprised to see that the amdtemp.ko module didn't work for this machine, as I thought PR kern/156358[2] had fixed that. Perhaps it didn't get in in time for 9.1? Anyway, I installed latest sources, used the patch found in the forums[3] and built a new kernel, and now amdtemp.ko works: tingo@kg-f4$ uname -a FreeBSD kg-f4.kg4.no 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #1: Sun Aug 5 18:43:08 CEST 2012 root@kg-f4.kg4.no:/usr/obj/usr/src/sys/GENERIC amd64 tingo@kg-f4$ kldstat Id Refs Address Size Name 1 3 0xffffffff80200000 1320ec0 kernel 2 1 0xffffffff81521000 3048 amdtemp.ko tingo@kg-f4$ dmesg | grep amdtemp amdtemp0: on hostb4 tingo@kg-f4$ sysctl dev.amdtemp dev.amdtemp.0.%desc: AMD CPU On-Die Thermal Sensors dev.amdtemp.0.%driver: amdtemp dev.amdtemp.0.%parent: hostb4 dev.amdtemp.0.sensor0.core0: 54.0C Perhaps someone could MFC a patch? References: 1) http://sites.google.com/site/tingox/asrock_e350m1 2) http://www.freebsd.org/cgi/query-pr.cgi?pr=156358&cat=kern 3) http://forums.freebsd.org/showpost.php?p=155483&postcount=4 -- Torfinn Ingolfsen From owner-freebsd-stable@FreeBSD.ORG Mon Aug 6 10:09:19 2012 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 EEADA106564A for ; Mon, 6 Aug 2012 10:09:18 +0000 (UTC) (envelope-from emz@norma.perm.ru) Received: from elf.hq.norma.perm.ru (unknown [IPv6:2001:470:1f09:14c0::2]) by mx1.freebsd.org (Postfix) with ESMTP id 97BA38FC0A for ; Mon, 6 Aug 2012 10:09:18 +0000 (UTC) Received: from bsdrookie.norma.com. ([IPv6:fd00::7e0]) by elf.hq.norma.perm.ru (8.14.5/8.14.5) with ESMTP id q76A9B4Y033649 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Mon, 6 Aug 2012 16:09:13 +0600 (YEKT) (envelope-from emz@norma.perm.ru) Message-ID: <501F97C7.3090904@norma.perm.ru> Date: Mon, 06 Aug 2012 16:09:11 +0600 From: "Eugene M. Zheganin" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:14.0) Gecko/20120806 Thunderbird/14.0 MIME-Version: 1.0 To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (elf.hq.norma.perm.ru [IPv6:fd00::30a]); Mon, 06 Aug 2012 16:09:13 +0600 (YEKT) X-Spam-Status: No hits=-95.3 bayes=0.5 testhits RDNS_NONE=1.274, SPF_SOFTFAIL=0.972,TO_NO_BRKTS_DIRECT=2.455,USER_IN_WHITELIST=-100 autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on elf.hq.norma.perm.ru Subject: console in graphic mode 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, 06 Aug 2012 10:09:19 -0000 Hi. I'm trying to play with a console in graphic mode and with UTF-8 in it. Nowadays device sc and options SC_PIXEL_MODE are in GENERIC, so I added only the options TEKEN_UTF8 and built/installed the new kernel. Now I'm stuck in a pretty stupid situation: my monitor refuses to work in any of the graphical mode available. Only text modes are working. My monitor is a Dell E177FP, it's manufactured in 2006. I understand that this isn't the last model, but still it's not a museum showpiece. Can something be done in this situation ? Thanks. Eugene. From owner-freebsd-stable@FreeBSD.ORG Mon Aug 6 10:41:00 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A96611065679; Mon, 6 Aug 2012 10:41:00 +0000 (UTC) (envelope-from dnaeon@gmail.com) Received: from mail-ee0-f54.google.com (mail-ee0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id CAA638FC16; Mon, 6 Aug 2012 10:40:59 +0000 (UTC) Received: by eeke52 with SMTP id e52so737620eek.13 for ; Mon, 06 Aug 2012 03:40:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=t7bvsDvoa0jwl8zbs96gQqQeEfb7LTmUj+7NgYPjMWg=; b=MdJqIzLEL+4HqOh3pF3IwXVm+XwqC5cMJRhdyf/1SADGbC3KFyLjTQNw+ymzPVVBjK eLczghOaf28JMbHbsxqQzZI1Uj/pUpHHNWt7Gshu/sdV+MAo0g73zOt4AbsH6cgC7N9y 79JhUb5vxMp17VwoRUYv48otamPNAImNmMym8TQddcFE/iK8gKAnyz8xXHaxX6ngbv67 frMUkHCb+gI+NhMrjCtcgQHje8hlR4Lb+vqweebgYvAWqohzVoLre1jrAKZG3nC5E16l DH2bR/EPjl5lc/y4+Ds1QvmvIeqHQr67scKy/zCU6Q4/nYdfVi4muapgDTk4y/0tleKR WfMA== MIME-Version: 1.0 Received: by 10.14.172.193 with SMTP id t41mr12366498eel.25.1344249653041; Mon, 06 Aug 2012 03:40:53 -0700 (PDT) Received: by 10.14.216.70 with HTTP; Mon, 6 Aug 2012 03:40:52 -0700 (PDT) In-Reply-To: References: Date: Mon, 6 Aug 2012 13:40:52 +0300 Message-ID: From: Marin Atanasov Nikolov To: =?ISO-8859-1?Q?Bernhard_Fr=F6hlich?= Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: ml-freebsd-stable , freebsd-ports@freebsd.org Subject: Re: Jenkins+FreeBSD handbooks 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, 06 Aug 2012 10:41:00 -0000 On Sun, Aug 5, 2012 at 8:37 PM, Bernhard Fr=F6hlich wro= te: Hello Bernhard, Thank you for the feedback. >> Could you clarify a bit more why you think Jenkins does not fit well the= re? >> >> I don't know how redports.org is designed and how it scales, but with >> Jenkins it's quite easy to create a package build farm for distributed >> building. > > Redports is a public compile testing environment for FreeBSD ports. So li= ke > Ports Tinderbox but with a nice multiuser GUI, cluster functionality for > scaling and an own Subversion tree for the users to commit their ports to= . > > Before I decided to write the code myself I had a closer look at Bitten a= nd > Jenkins. Both could be made into what redports is now but they all have > their weak spots. Jenkins GUI looks very cluttered and is quite hard to > understand if you just want to manually schedule a few new jobs for your > ports as Joe Average. It's also quite hard to understand and complex as a > developer and administrator so I was concerned that fixing it if it break= s is > non trivial. Not to talk about all the special customizations that we nee= d > which would require me to write extensions in Java and understand how > all that jenkins internals work. > Like any other system Jenkins has it's own learning curve as well, but once you get to know it, you see how intuitive it is to use the system. I agree with you on the Java stuff. That's the one thing I don't like about Jenkins being Java.. But I can tell from my experience with it so far, that I haven't had any issues with it, e.g. breaking and spending lots of time figuring out how to fix it. Maybe one day I will, but so far I'm quite happy with it :) > Bitten looked simpler and less complex but would also work for standard > things but it got me on the right track to use Trac as webinterface and j= ust > extend Trac with a custom plugin that includes a few simple pages to > have an overview of jobs and add new ones. > >> Jenkins comes with lots of ready-to-use plugins as well, which makes >> it easier to integrate a particular thing easier as well and not >> re-invent the wheel. > > Yeah that is nice and there is almost everything that you can think of bu= t > none of them did what I needed. A simple web interface for average people > that don't want to learn Jenkins internals and is easily customizable. Pr= obably > there is a plugin for that but I didn't find it. Writing some glue code a= round > tinderbox to schedule new jobs, checkout repositories and such stuff is > custom code anyway. > > >>> A more suitable place for jenkins would be automatic building our doc >>> tree on every commit. But I don't know if that doesn't already exist. >> >> Yep, that's one of the things we could use Jenkins for, but I would >> say we could use it for lots of other stuff as well :) > > I'm sure we could. Examples? Besides the ones I've already posted in my first email (documentation, scan-build, project test & build, package test & build) on top of my head I can think of the following examples as well: - Integration between Jenkins & Gerrit for code review and collaboration projects. One possible place where this can be used for example is replacing the PR system and gnats. This would allow contributors to send patches directly to the Gerrit server and behind the scenes Jenkins does all the automatic verification of a change, e.g. whether this patch applies or not. A committer then approves and pushes a single button to get a change deployed. This saves a lot of time for committers and contributors as well as all the test-verify-deploy cycle of a change is done by Jenkins automatically. - Jenkins also supports the concept of upstream and downstream projects, which makes possible to trigger a build/test/whatever on other projects when something happens, e.g. changes to a particular part of the kernel might trigger a specific set of tests to be performed; port being updated which triggers building of the port and then deploying to all systems via Jenkins. Similar thing I use for the pkgng project - a commit triggers a build on the downstream projects for a) building with gcc; b) building with clang; c) building documentation; etc.. - You can use Jenkins for doing QA of configuration changes managed by Cfengine for example. Just put the Cfengine repository under Jenkins control and let Jenkins go over a set of verification steps and tests before a change actually gets merged in. This makes it suitable to ensure you are not going to break the configuration by making a typo for example. - I like graphs :) Having graphs gives a better visibility for example how often a build fails, who breaks the build, etc. over time. Jenkins has lots of plugins which generate graphs - you just need to configure what you need. And you can use for other cool stuff, but that really depends on the needs and requirements. So far I've been quite happy with Jenkins and doing what I needed, and that was the reason for writing these short handbooks on Jenkins - just to share what I've already learned from it :) Best regards, Marin > > -- > Bernhard Froehlich > http://www.bluelife.at/ --=20 Marin Atanasov Nikolov dnaeon AT gmail DOT com daemon AT unix-heaven DOT org http://www.unix-heaven.org/ From owner-freebsd-stable@FreeBSD.ORG Mon Aug 6 14:40:15 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DFDC91065723; Mon, 6 Aug 2012 14:40:06 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id 0D8CD8FC18; Mon, 6 Aug 2012 14:40:06 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 6D314B9BC; Mon, 6 Aug 2012 10:40:05 -0400 (EDT) From: John Baldwin To: Sean Bruno Date: Mon, 6 Aug 2012 10:38:20 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p17; KDE/4.5.5; amd64; ; ) References: <1342742294.2656.24.camel@powernoodle.corp.yahoo.com> <201208021634.20529.jhb@freebsd.org> <1343948488.2838.0.camel@powernoodle.corp.yahoo.com> In-Reply-To: <1343948488.2838.0.camel@powernoodle.corp.yahoo.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201208061038.20056.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Mon, 06 Aug 2012 10:40:05 -0400 (EDT) Cc: "attilio@freebsd.org" , "freebsd-stable@freebsd.org" Subject: Re: [stable 9] panic on reboot: ipmi_wd_event() 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, 06 Aug 2012 14:40:16 -0000 On Thursday, August 02, 2012 7:01:28 pm Sean Bruno wrote: > On Thu, 2012-08-02 at 13:34 -0700, John Baldwin wrote: > > On Wednesday, August 01, 2012 6:48:48 pm Sean Bruno wrote: > > > On Wed, 2012-08-01 at 05:53 -0700, John Baldwin wrote: > > > > Index: vfs_subr.c > > > > =================================================================== > > > > --- vfs_subr.c (revision 238969) > > > > +++ vfs_subr.c (working copy) > > > > @@ -1868,8 +1868,11 @@ sched_sync(void) > > > > continue; > > > > } > > > > > > > > - if (first_printf == 0) > > > > + if (first_printf == 0) { > > > > + mtx_unlock(&sync_mtx); > > > > wdog_kern_pat(WD_LASTVAL); > > > > + mtx_lock(&sync_mtx); > > > > + } > > > > > > > > } > > > > if (!LIST_EMPTY(gslp)) { > > > > > > > > > > > > -- > > > > John Baldwin > > > > > > This definitely makes the panic go away on reboot. > > > > Do you have watchdogd enabled at all? > > > > No, we never had it enabled. Ok, can you try this instead of the other patch. It makes the IPMI driver not bother clearing the watchdog if it isn't running. Index: dev/ipmi/ipmi.c =================================================================== --- dev/ipmi/ipmi.c (revision 238992) +++ dev/ipmi/ipmi.c (working copy) @@ -653,11 +653,12 @@ if (timeout == 0) timeout = 1; e = ipmi_set_watchdog(sc, timeout); - if (e == 0) + if (e == 0) { *error = 0; - else + sc->ipmi_watchdog_active = 1; + } else (void)ipmi_set_watchdog(sc, 0); - } else { + } else if (atomic_readandclear_int(&sc->ipmi_watchdog_active) != 0) { e = ipmi_set_watchdog(sc, 0); if (e != 0 && cmd == 0) *error = EOPNOTSUPP; Index: dev/ipmi/ipmivars.h =================================================================== --- dev/ipmi/ipmivars.h (revision 238992) +++ dev/ipmi/ipmivars.h (working copy) @@ -105,6 +105,7 @@ struct cdev *ipmi_cdev; TAILQ_HEAD(,ipmi_request) ipmi_pending_requests; eventhandler_tag ipmi_watchdog_tag; + int ipmi_watchdog_active; struct intr_config_hook ipmi_ich; struct mtx ipmi_lock; struct cv ipmi_request_added; -- John Baldwin From owner-freebsd-stable@FreeBSD.ORG Mon Aug 6 14:46:11 2012 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 E9E7A106566C for ; Mon, 6 Aug 2012 14:46:11 +0000 (UTC) (envelope-from nickolasbug@gmail.com) Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 765228FC08 for ; Mon, 6 Aug 2012 14:46:10 +0000 (UTC) Received: by weyx56 with SMTP id x56so2511843wey.13 for ; Mon, 06 Aug 2012 07:46:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=ieSGHKytPfXX7OZC5nznQU+30Y6Hl+99MFRXp0hGVWE=; b=iCU5WreRaljxjZgwoAdkCfdvqcCD07tcdIuEv6/lvjuTu4ELv5KeCRyRdyrxCL3TuK IU5UWw0RK8sgXz5kIhrssYmDJjDyf83cah1pK1ppHIoT9dgSqsM/TIF+He34CwuFMWXg Ni3fYfKRWpZN9+5a2wGmlnyKOP3mQrGeeSroMAKh5JDWiAL6xNlk71hcVYSAQ0uIejT6 DsgMiilJShI64C21nu1dqWcif9AplOXDrmQ4ycHCuHSvwrD1pnLX3VME0n2IzFddAKxs VgdY8P1AY0mh1FOu58TKUxnOa33Ja8NWDrMuS8orcx/OVmzz8CC1hJnfdt7PAHbXbmyS FiKg== MIME-Version: 1.0 Received: by 10.217.1.136 with SMTP id n8mr5374018wes.10.1344264370124; Mon, 06 Aug 2012 07:46:10 -0700 (PDT) Received: by 10.194.56.163 with HTTP; Mon, 6 Aug 2012 07:46:10 -0700 (PDT) In-Reply-To: <501F97C7.3090904@norma.perm.ru> References: <501F97C7.3090904@norma.perm.ru> Date: Mon, 6 Aug 2012 17:46:10 +0300 Message-ID: From: nickolasbug@gmail.com To: "Eugene M. Zheganin" Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-stable@freebsd.org Subject: Re: console in graphic mode 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, 06 Aug 2012 14:46:12 -0000 2012/8/6 Eugene M. Zheganin : > I'm trying to play with a console in graphic mode and with UTF-8 in it. > Nowadays device sc and options SC_PIXEL_MODE are in GENERIC, so I added only > the > > options TEKEN_UTF8 > > and built/installed the new kernel. > > Now I'm stuck in a pretty stupid situation: my monitor refuses to work in > any of the graphical mode available. Only text modes are working. > My monitor is a Dell E177FP, it's manufactured in 2006. I understand that > this isn't the last model, but still it's not a museum showpiece. > > Can something be done in this situation ? > You need VESA and X86BIOS support in your kernel (for i386/amd64 archs). options VESA is already included in GENERIC, you need to add options X86BIOS to kernel config file or load modules during boot process (man loader.conf) wbr From owner-freebsd-stable@FreeBSD.ORG Mon Aug 6 15:34:27 2012 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B4D891065670; Mon, 6 Aug 2012 15:34:27 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 84C178FC0A; Mon, 6 Aug 2012 15:34:27 +0000 (UTC) Received: by pbbrp2 with SMTP id rp2so1472912pbb.13 for ; Mon, 06 Aug 2012 08:34:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Bhatse6eIYi+jpDu407lYDba2TCGJX00+Zxrywh14co=; b=DM13ISCthz4MzitsqX38uMx3jYGUt21ao7Uoi2PgPKhUjg9G13N9r0kw4YbdXhCnZX aXtdxLtOt18g0u0C/P9QC3nZwIMtxINOJK3JU+0j+VEI8emM+bv4gPxViOXbRzfnKRe5 CSXSMaS+QBagdzfVfc2IIcHHhcbuBHkaQiIeGSa5FuMoDCXc66A9gZpn8nY5NmtwrSXE hmOk0WC6i7dwplFl3vFohPbASTIUx+nHXmrMV8HFDzI5BbWey81+SJv3NZ6iHIncIkxH pOwhnKVhFoqAgzLVW24ACU7Tr7DaUODpduW3xCA0Y4RwUFm6UdD+UB31CNDryJ3e0i9R ngiQ== MIME-Version: 1.0 Received: by 10.68.231.168 with SMTP id th8mr20194464pbc.14.1344267267088; Mon, 06 Aug 2012 08:34:27 -0700 (PDT) Received: by 10.68.72.233 with HTTP; Mon, 6 Aug 2012 08:34:26 -0700 (PDT) In-Reply-To: <501D52AD.4010105@protected-networks.net> References: <501D52AD.4010105@protected-networks.net> Date: Mon, 6 Aug 2012 08:34:26 -0700 Message-ID: From: Maksim Yevmenkin To: Michael Butler Content-Type: text/plain; charset=ISO-8859-1 Cc: stable@freebsd.org, current@freebsd.org Subject: Re: geom mirror now rebuilding on every reboot? 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, 06 Aug 2012 15:34:27 -0000 Michael, > Something in -current and recently MFC'd to -stable is causing all of my > gmirror drives to rebuild on reboot :-( > > Being remote and these being production machines, I suspect SVN r237929 > and r237930 in -current and SVN r238500 to -stable but haven't yet been > able to prove it. > > Is anyone else seeing this? yes, i've seem something similar only much, much worse. one of our production systems completely kept loosing its gmirror volumes on every reboot. it looked like gmirror metadata were completely corrupted. rebuilding mirrors and reverting back to previous kernel seemed to work. someone else is tracking it down. thanks, max From owner-freebsd-stable@FreeBSD.ORG Mon Aug 6 16:23:05 2012 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7A44A1065672; Mon, 6 Aug 2012 16:23:05 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 320EA8FC15; Mon, 6 Aug 2012 16:23:04 +0000 (UTC) Received: by obbun3 with SMTP id un3so7783943obb.13 for ; Mon, 06 Aug 2012 09:23:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=HwQ2MPOvpQY10fOLl2YiRyhokQkv7Q67ywcu6yCnLVo=; b=tpU8jXitbeQxf//5y1ux/L0M0oICS4RpnUJb63vvyfMXIiXHe8VO2KltN+T5RBlBfU WSx3KTerDwaUZigGOjyk2BB90sMWqsBpAz9Yl4g2UOpOFK8AjYokw2YMQp/JpNvj7of0 eTYcCAkHGfk/xxU72lVIQrB1kYqb7+WlNow3128I1rgMJk13G71OzeCD/XdACGFuhonR 2EO+V7FXDw8q72Ev0tv02Os2PTvcumWdSPxeSM6NIFRt4gZqsrH7kyNwd7yV1A3IbQSN +BGWVUk4UbPmJSr2/DpO8+l7+hcSVYVNmbgzNkmH5oZP7glqzDpuf6/A+N5nhY3PLWEt w0zg== MIME-Version: 1.0 Received: by 10.182.2.233 with SMTP id 9mr19941357obx.11.1344270184415; Mon, 06 Aug 2012 09:23:04 -0700 (PDT) Received: by 10.76.84.7 with HTTP; Mon, 6 Aug 2012 09:23:04 -0700 (PDT) In-Reply-To: References: <501D52AD.4010105@protected-networks.net> Date: Mon, 6 Aug 2012 09:23:04 -0700 Message-ID: From: Garrett Cooper To: Maksim Yevmenkin Content-Type: text/plain; charset=ISO-8859-1 Cc: stable@freebsd.org, current@freebsd.org Subject: Re: geom mirror now rebuilding on every reboot? 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, 06 Aug 2012 16:23:05 -0000 On Mon, Aug 6, 2012 at 8:34 AM, Maksim Yevmenkin wrote: > Michael, > >> Something in -current and recently MFC'd to -stable is causing all of my >> gmirror drives to rebuild on reboot :-( >> >> Being remote and these being production machines, I suspect SVN r237929 >> and r237930 in -current and SVN r238500 to -stable but haven't yet been >> able to prove it. >> >> Is anyone else seeing this? > > yes, i've seem something similar only much, much worse. one of our > production systems completely kept loosing its gmirror volumes on > every reboot. it looked like gmirror metadata were completely > corrupted. rebuilding mirrors and reverting back to previous kernel > seemed to work. someone else is tracking it down. Is this is in 9.1 -PRERELEASE, -RELEASE (or whatever the official label is...)? If so, it seems like this would be a ship blocker. Thanks! -Garrett From owner-freebsd-stable@FreeBSD.ORG Mon Aug 6 16:26:49 2012 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5944F106566B; Mon, 6 Aug 2012 16:26:49 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 2594B8FC20; Mon, 6 Aug 2012 16:26:48 +0000 (UTC) Received: by pbbrp2 with SMTP id rp2so1537507pbb.13 for ; Mon, 06 Aug 2012 09:26:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=LbpLiFEgCkASnqU1c+FcDKS062O4s9sl9V9ObsrAu7A=; b=QccfO/YOUo338W6wND/wr/raftkHFKw7tEJWtZ7SoO3Ftm/rTtxu+9/2u85Tv1QpHt nPQOFJ9XQ2A7U3onD5NVUb3R0KA7nLiMka7Z7To7X1N8D9ljAT62112OBxKc5m/NTM1c 7pDBe2e89tdeGNvdoots7bgDGBb0WdSNN4Bo1KXyisWigncLWeWXWM5M7J6dztBeOGR9 QhP9Vth5su/tXp4KabXQXVItnHd0dcRIxcUQUTey83yIdmkY4pAiK4b7bXIYmqhB8hmG 3H8keDfuWwGWDPfhJEhp/qIoiH/nT+DcWAevdqusP9DyOgpsm4Lnp8Q+qSqZypc0Apkl r7Yw== MIME-Version: 1.0 Received: by 10.68.125.131 with SMTP id mq3mr18828483pbb.31.1344270408563; Mon, 06 Aug 2012 09:26:48 -0700 (PDT) Received: by 10.68.72.233 with HTTP; Mon, 6 Aug 2012 09:26:48 -0700 (PDT) In-Reply-To: References: <501D52AD.4010105@protected-networks.net> Date: Mon, 6 Aug 2012 09:26:48 -0700 Message-ID: From: Maksim Yevmenkin To: Garrett Cooper Content-Type: text/plain; charset=ISO-8859-1 Cc: stable@freebsd.org, current@freebsd.org Subject: Re: geom mirror now rebuilding on every reboot? 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, 06 Aug 2012 16:26:49 -0000 On Mon, Aug 6, 2012 at 9:23 AM, Garrett Cooper wrote: > On Mon, Aug 6, 2012 at 8:34 AM, Maksim Yevmenkin > wrote: >> Michael, >> >>> Something in -current and recently MFC'd to -stable is causing all of my >>> gmirror drives to rebuild on reboot :-( >>> >>> Being remote and these being production machines, I suspect SVN r237929 >>> and r237930 in -current and SVN r238500 to -stable but haven't yet been >>> able to prove it. >>> >>> Is anyone else seeing this? >> >> yes, i've seem something similar only much, much worse. one of our >> production systems completely kept loosing its gmirror volumes on >> every reboot. it looked like gmirror metadata were completely >> corrupted. rebuilding mirrors and reverting back to previous kernel >> seemed to work. someone else is tracking it down. > > Is this is in 9.1 -PRERELEASE, -RELEASE (or whatever the official > label is...)? If so, it seems like this would be a ship blocker. sorry. its releng_9/9-stable. gmirrors are on two ssds. we use gpt and gmirror individual partitions, not entire disks. thanks, max From owner-freebsd-stable@FreeBSD.ORG Mon Aug 6 16:33:06 2012 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3741D1065673; Mon, 6 Aug 2012 16:33:06 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) by mx1.freebsd.org (Postfix) with ESMTP id 949C48FC08; Mon, 6 Aug 2012 16:33:05 +0000 (UTC) Received: by wibhr14 with SMTP id hr14so1511778wib.13 for ; Mon, 06 Aug 2012 09:33:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Xc9KbG+mrDwKFGERKLB27m7x3AhOmsUWAMNb1ESvHIw=; b=PCN2j6DlVk2K7IANrmR0qAUyfUBF4qy+DbKcIl3OYza6kZrNh5fsCtbPVgcnJuDpkZ GT88s01fFqJSW/PPxOBCkQcHM4HylNTcbTK6CRUUrM/I1XysSizW/ZGzJfKY5kG47UZa wI+uJRTmYkRARlFRFKtZR+/CukYqqRHc5t/B7RISkFbcQr8bFaQOwL50wXIhKQRd0PCY KBN7TggmPfTrJYjI2bcMrSgKIXgoREjkejq2i/z9bvtkiSfWL8MrcCJM0YuhI6S9gtKK 2FUjhtEqcl0T0YzfVpWR48YRLRBKitc6ySOGYcnOab9AlYXcoT6go81yD2O5CI3+rf8W m4Dw== MIME-Version: 1.0 Received: by 10.216.4.146 with SMTP id 18mr5517630wej.83.1344270783560; Mon, 06 Aug 2012 09:33:03 -0700 (PDT) Received: by 10.223.60.147 with HTTP; Mon, 6 Aug 2012 09:33:03 -0700 (PDT) In-Reply-To: References: <501D52AD.4010105@protected-networks.net> Date: Mon, 6 Aug 2012 09:33:03 -0700 Message-ID: From: Kevin Oberman To: Maksim Yevmenkin Content-Type: text/plain; charset=UTF-8 Cc: Garrett Cooper , stable@freebsd.org, current@freebsd.org Subject: Re: geom mirror now rebuilding on every reboot? 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, 06 Aug 2012 16:33:06 -0000 On Mon, Aug 6, 2012 at 9:26 AM, Maksim Yevmenkin wrote: > On Mon, Aug 6, 2012 at 9:23 AM, Garrett Cooper wrote: >> On Mon, Aug 6, 2012 at 8:34 AM, Maksim Yevmenkin >> wrote: >>> Michael, >>> >>>> Something in -current and recently MFC'd to -stable is causing all of my >>>> gmirror drives to rebuild on reboot :-( >>>> >>>> Being remote and these being production machines, I suspect SVN r237929 >>>> and r237930 in -current and SVN r238500 to -stable but haven't yet been >>>> able to prove it. >>>> >>>> Is anyone else seeing this? >>> >>> yes, i've seem something similar only much, much worse. one of our >>> production systems completely kept loosing its gmirror volumes on >>> every reboot. it looked like gmirror metadata were completely >>> corrupted. rebuilding mirrors and reverting back to previous kernel >>> seemed to work. someone else is tracking it down. >> >> Is this is in 9.1 -PRERELEASE, -RELEASE (or whatever the official >> label is...)? If so, it seems like this would be a ship blocker. > > sorry. its releng_9/9-stable. gmirrors are on two ssds. we use gpt and > gmirror individual partitions, not entire disks. I may well be confused, but I don't understand how you can use GPT for a single partition. Looks to me like a disk is GPT or legacy. Declaring which is the first command when setting up a new disk. -- R. Kevin Oberman, Network Engineer E-mail: kob6558@gmail.com From owner-freebsd-stable@FreeBSD.ORG Mon Aug 6 16:40:44 2012 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 16C5B1065670; Mon, 6 Aug 2012 16:40:44 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id D4FC38FC12; Mon, 6 Aug 2012 16:40:43 +0000 (UTC) Received: by pbbrp2 with SMTP id rp2so1554460pbb.13 for ; Mon, 06 Aug 2012 09:40:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=1VlVaZgTS1TGrqIfBPo5N/9zR4oH/zpfqAQntFF3FjQ=; b=RPKg1oOdlKKmbhfyJb3sNC06x5kTRq57CkTXj/agNELV4pZiSguI0xbo9hN1bOE5G5 OyCMv04NkiR5FAP4tnrHjIWTsph0CbQNAJ+4QSjLcc1ypODgRI2qpZ/j8dqzfam9HoXZ iHWh7QhdaNBZ6Yn1X94ojQPlMz5GQVo/ylIakvH/OxpmWLbuCusvjDwPKMwMjzfD3KQz MVhfTuXmuOAnsooFWUDCbpKRUwiGEV58kbFc2LVCjMjeIB4ArcrZfo39pIQsnG7is5lq bXSXJsuVOXbnsC+bGmF/jmZg7XD5v2iiS47lreGmv9MqnbQJ71lsQckPt+z7arY8LaKj 7A5Q== MIME-Version: 1.0 Received: by 10.68.130.9 with SMTP id oa9mr20235207pbb.95.1344271242994; Mon, 06 Aug 2012 09:40:42 -0700 (PDT) Received: by 10.68.72.233 with HTTP; Mon, 6 Aug 2012 09:40:42 -0700 (PDT) In-Reply-To: References: <501D52AD.4010105@protected-networks.net> Date: Mon, 6 Aug 2012 09:40:42 -0700 Message-ID: From: Maksim Yevmenkin To: Kevin Oberman Content-Type: text/plain; charset=ISO-8859-1 Cc: Garrett Cooper , stable@freebsd.org, current@freebsd.org Subject: Re: geom mirror now rebuilding on every reboot? 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, 06 Aug 2012 16:40:44 -0000 On Mon, Aug 6, 2012 at 9:33 AM, Kevin Oberman wrote: > On Mon, Aug 6, 2012 at 9:26 AM, Maksim Yevmenkin > wrote: >> On Mon, Aug 6, 2012 at 9:23 AM, Garrett Cooper wrote: >>> On Mon, Aug 6, 2012 at 8:34 AM, Maksim Yevmenkin >>> wrote: >>>> Michael, >>>> >>>>> Something in -current and recently MFC'd to -stable is causing all of my >>>>> gmirror drives to rebuild on reboot :-( >>>>> >>>>> Being remote and these being production machines, I suspect SVN r237929 >>>>> and r237930 in -current and SVN r238500 to -stable but haven't yet been >>>>> able to prove it. >>>>> >>>>> Is anyone else seeing this? >>>> >>>> yes, i've seem something similar only much, much worse. one of our >>>> production systems completely kept loosing its gmirror volumes on >>>> every reboot. it looked like gmirror metadata were completely >>>> corrupted. rebuilding mirrors and reverting back to previous kernel >>>> seemed to work. someone else is tracking it down. >>> >>> Is this is in 9.1 -PRERELEASE, -RELEASE (or whatever the official >>> label is...)? If so, it seems like this would be a ship blocker. >> >> sorry. its releng_9/9-stable. gmirrors are on two ssds. we use gpt and >> gmirror individual partitions, not entire disks. > > I may well be confused, but I don't understand how you can use GPT for > a single partition. Looks to me like a disk is GPT or legacy. > Declaring which is the first command when setting up a new disk. i'm sorry, to make it (hopefully) clear, we are using gpt partitioning scheme (as opposed to mbr partitioning scheme), and then use gmirror on individual partitions, i.e. we gimirror /dev/ada0p1 and /dev/ada1p1 and not /dev/ada0 and /dev/ada1. thanks max From owner-freebsd-stable@FreeBSD.ORG Mon Aug 6 17:13:42 2012 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 AAFC7106566C; Mon, 6 Aug 2012 17:13:42 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-gg0-f182.google.com (mail-gg0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id 47CCB8FC08; Mon, 6 Aug 2012 17:13:42 +0000 (UTC) Received: by ggnk4 with SMTP id k4so3291627ggn.13 for ; Mon, 06 Aug 2012 10:13:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:in-reply-to:mime-version:content-transfer-encoding :content-type:message-id:cc:x-mailer:from:subject:date:to; bh=eImlt1ij4fIRR7ebKM5BW0jbKkE0v79LKPT/6uorSsA=; b=gib8HcoxTFyVk5NJbrdGaRY1AxxDOmS/niygGyY+ApeeOzMDIem+DJI553ithU2BHs RYkCVoYnRvwNHkL+ZOPG3gx/CciJAyvYQdjqxCwZW7Ni/NYxlO/2x5R9u6VUkOo+yHHK /LAb9+k3+Ir4bfGJKFc9FKvNOp/JlVVvVUZty9RJvkEBs+XDqPmjya90uPRcXlwj5pWJ e3eE1y/pbfGM+bGLTpgRWHvHlX8CQNVtn1Bmua57Mx8hLZ6/ezFEDLY7QVSZxvbd74Zt RHaDDqGmMU2tmcQIGNjM/CTkVrA5mxPdRcK0TO3jLb4D3Qc659CQ1t0W1ukvVbEwx/1H 8ycg== Received: by 10.66.74.3 with SMTP id p3mr19558251pav.49.1344273221230; Mon, 06 Aug 2012 10:13:41 -0700 (PDT) Received: from [10.42.27.125] (mobile-166-147-095-174.mycingular.net. [166.147.95.174]) by mx.google.com with ESMTPS id pv8sm41593pbb.25.2012.08.06.10.13.39 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 06 Aug 2012 10:13:40 -0700 (PDT) References: <501D52AD.4010105@protected-networks.net> In-Reply-To: Mime-Version: 1.0 (1.0) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Message-Id: <4A267A1D-8AB4-4B0F-9F99-E04358A40FF5@gmail.com> X-Mailer: iPhone Mail (9B206) From: Garrett Cooper Date: Mon, 6 Aug 2012 10:13:34 -0700 To: Maksim Yevmenkin Cc: "stable@freebsd.org" , "current@freebsd.org" Subject: Re: geom mirror now rebuilding on every reboot? 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, 06 Aug 2012 17:13:42 -0000 On Aug 6, 2012, at 9:40 AM, Maksim Yevmenkin wr= ote: > On Mon, Aug 6, 2012 at 9:33 AM, Kevin Oberman wrote: >> On Mon, Aug 6, 2012 at 9:26 AM, Maksim Yevmenkin >> wrote: >>> On Mon, Aug 6, 2012 at 9:23 AM, Garrett Cooper wrot= e: >>>> On Mon, Aug 6, 2012 at 8:34 AM, Maksim Yevmenkin >>>> wrote: >>>>> Michael, >>>>>=20 >>>>>> Something in -current and recently MFC'd to -stable is causing all of= my >>>>>> gmirror drives to rebuild on reboot :-( >>>>>>=20 >>>>>> Being remote and these being production machines, I suspect SVN r2379= 29 >>>>>> and r237930 in -current and SVN r238500 to -stable but haven't yet be= en >>>>>> able to prove it. >>>>>>=20 >>>>>> Is anyone else seeing this? >>>>>=20 >>>>> yes, i've seem something similar only much, much worse. one of our >>>>> production systems completely kept loosing its gmirror volumes on >>>>> every reboot. it looked like gmirror metadata were completely >>>>> corrupted. rebuilding mirrors and reverting back to previous kernel >>>>> seemed to work. someone else is tracking it down. >>>>=20 >>>> Is this is in 9.1 -PRERELEASE, -RELEASE (or whatever the official >>>> label is...)? If so, it seems like this would be a ship blocker. >>>=20 >>> sorry. its releng_9/9-stable. gmirrors are on two ssds. we use gpt and >>> gmirror individual partitions, not entire disks. >>=20 >> I may well be confused, but I don't understand how you can use GPT for >> a single partition. Looks to me like a disk is GPT or legacy. >> Declaring which is the first command when setting up a new disk. >=20 > i'm sorry, to make it (hopefully) clear, we are using gpt partitioning > scheme (as opposed to mbr partitioning scheme), and then use gmirror > on individual partitions, i.e. we gimirror /dev/ada0p1 and /dev/ada1p1 > and not /dev/ada0 and /dev/ada1. Can you provide more helpful info like svn revisions?= From owner-freebsd-stable@FreeBSD.ORG Mon Aug 6 18:06:25 2012 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 5992A1065673; Mon, 6 Aug 2012 18:06:25 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebius.int.ru (glebius.int.ru [81.19.64.117]) by mx1.freebsd.org (Postfix) with ESMTP id CFA838FC0A; Mon, 6 Aug 2012 18:06:24 +0000 (UTC) Received: from cell.glebius.int.ru (localhost [127.0.0.1]) by cell.glebius.int.ru (8.14.5/8.14.5) with ESMTP id q76I6HqC025724; Mon, 6 Aug 2012 22:06:17 +0400 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.14.5/8.14.5/Submit) id q76I6HXe025723; Mon, 6 Aug 2012 22:06:17 +0400 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Mon, 6 Aug 2012 22:06:17 +0400 From: Gleb Smirnoff To: Michael Butler Message-ID: <20120806180617.GJ20560@FreeBSD.org> References: <501D52AD.4010105@protected-networks.net> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <501D52AD.4010105@protected-networks.net> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: stable@FreeBSD.org, current@FreeBSD.org Subject: Re: geom mirror now rebuilding on every reboot? 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, 06 Aug 2012 18:06:25 -0000 Michael, On Sat, Aug 04, 2012 at 12:49:49PM -0400, Michael Butler wrote: M> Something in -current and recently MFC'd to -stable is causing all of my M> gmirror drives to rebuild on reboot :-( M> M> Being remote and these being production machines, I suspect SVN r237929 M> and r237930 in -current and SVN r238500 to -stable but haven't yet been M> able to prove it. I'd appreciate if you test that and either confirm or disclaim that r238500 introduces such regression. Thanks! -- Totus tuus, Glebius. From owner-freebsd-stable@FreeBSD.ORG Mon Aug 6 20:37:57 2012 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8356B106566C; Mon, 6 Aug 2012 20:37:57 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from sarah.protected-networks.net (sarah.protected-networks.net [IPv6:2001:470:1f07:4e1::1]) by mx1.freebsd.org (Postfix) with ESMTP id 475388FC08; Mon, 6 Aug 2012 20:37:57 +0000 (UTC) Received: from mail.auburn.protected-networks.net (mail.auburn.protected-networks.net [202.12.127.83]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.auburn.protected-networks.net", Issuer "Protected Networks Certificate Authority" (verified OK)) by sarah.protected-networks.net (Postfix) with ESMTPS id 4A265612B; Mon, 6 Aug 2012 16:37:55 -0400 (EDT) Authentication-Results: sarah.protected-networks.net; domainkeys=fail (no signature) (testing) header.from=imb@protected-networks.net Received: from mail.auburn.protected-networks.net (localhost.auburn.protected-networks.net [127.0.0.1]) by mail.auburn.protected-networks.net (Postfix) with ESMTP id BBFDE1CD83; Mon, 6 Aug 2012 16:37:53 -0400 (EDT) Received: from mail.auburn.protected-networks.net ([127.0.0.1]) by mail.auburn.protected-networks.net (mail.auburn.protected-networks.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WRgCd9iU5zKV; Mon, 6 Aug 2012 16:37:51 -0400 (EDT) Received: from Inbox (mb05736d0.tmodns.net [208.54.87.176]) (Authenticated sender: imb@mail.auburn.protected-networks.net) by mail.auburn.protected-networks.net (Postfix) with ESMTPA; Mon, 6 Aug 2012 16:37:49 -0400 (EDT) MIME-Version: 1.0 content-class: From: Michael Butler Date: Mon, 6 Aug 2012 16:37:52 -0400 Importance: normal X-Priority: 3 To: Maksim Yevmenkin , Garrett Cooper Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" Message-Id: <20120806203757.8356B106566C@hub.freebsd.org> Cc: stable@freebsd.org, current@freebsd.org Subject: RE: geom mirror now rebuilding on every reboot? 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, 06 Aug 2012 20:37:57 -0000 Ding, ding - I use the old partitioning scheme but also mirror individual p= artitions rather than whole disks, imb =20 -----Original Message----- From: Maksim Yevmenkin Sent: Monday, 6 August 2012 12:26 To: Garrett Cooper Cc: stable@freebsd.org; Michael Butler ; curren= t@freebsd.org Subject: Re: geom mirror now rebuilding on every reboot? On Mon, Aug 6, 2012 at 9:23 AM, Garrett Cooper wrote: > On Mon, Aug 6, 2012 at 8:34 AM, Maksim Yevmenkin > wrote: >> Michael, >> >>> Something in -current and recently MFC'd to -stable is causing all of m= y >>> gmirror drives to rebuild on reboot :-( >>> >>> Being remote and these being production machines, I suspect SVN r237929 >>> and r237930 in -current and SVN r238500 to -stable but haven't yet been >>> able to prove it. >>> >>> Is anyone else seeing this? >> >> yes, i've seem something similar only much, much worse. one of our >> production systems completely kept loosing its gmirror volumes on >> every reboot. it looked like gmirror metadata were completely >> corrupted. rebuilding mirrors and reverting back to previous kernel >> seemed to work. someone else is tracking it down. > > Is this is in 9.1 -PRERELEASE, -RELEASE (or whatever the official > label is...)? If so, it seems like this would be a ship blocker. sorry. its releng_9/9-stable. gmirrors are on two ssds. we use gpt and gmirror individual partitions, not entire disks. thanks, max _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" From owner-freebsd-stable@FreeBSD.ORG Mon Aug 6 20:38:04 2012 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 821031065674; Mon, 6 Aug 2012 20:38:04 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from sarah.protected-networks.net (sarah.protected-networks.net [IPv6:2001:470:1f07:4e1::1]) by mx1.freebsd.org (Postfix) with ESMTP id 410138FC12; Mon, 6 Aug 2012 20:38:04 +0000 (UTC) Received: from mail.auburn.protected-networks.net (mail.auburn.protected-networks.net [202.12.127.83]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.auburn.protected-networks.net", Issuer "Protected Networks Certificate Authority" (verified OK)) by sarah.protected-networks.net (Postfix) with ESMTPS id BC6456171; Mon, 6 Aug 2012 16:38:03 -0400 (EDT) Authentication-Results: sarah.protected-networks.net; domainkeys=fail (no signature) (testing) header.from=imb@protected-networks.net Received: from mail.auburn.protected-networks.net (localhost.auburn.protected-networks.net [127.0.0.1]) by mail.auburn.protected-networks.net (Postfix) with ESMTP id 208601CD86; Mon, 6 Aug 2012 16:38:03 -0400 (EDT) Received: from mail.auburn.protected-networks.net ([127.0.0.1]) by mail.auburn.protected-networks.net (mail.auburn.protected-networks.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BnLQ7FUPWyKx; Mon, 6 Aug 2012 16:38:02 -0400 (EDT) Received: from Inbox (mb05736d0.tmodns.net [208.54.87.176]) (Authenticated sender: imb@mail.auburn.protected-networks.net) by mail.auburn.protected-networks.net (Postfix) with ESMTPA; Mon, 6 Aug 2012 16:37:56 -0400 (EDT) MIME-Version: 1.0 content-class: From: Michael Butler Date: Mon, 6 Aug 2012 16:38:01 -0400 Importance: normal X-Priority: 3 To: Gleb Smirnoff Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="koi8-r" Message-Id: <20120806203804.821031065674@hub.freebsd.org> Cc: stable@FreeBSD.org, current@FreeBSD.org Subject: RE: geom mirror now rebuilding on every reboot? 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, 06 Aug 2012 20:38:04 -0000 Sorry but I'm not going to be able to get to this until next w/e as I'm ~15= 00 miles away from them at present :-( =20 -----Original Message----- From: Gleb Smirnoff Sent: Monday, 6 August 2012 14:06 To: Michael Butler Cc: current@FreeBSD.org; stable@FreeBSD.org Subject: Re: geom mirror now rebuilding on every reboot? Michael, On Sat, Aug 04, 2012 at 12:49:49PM -0400, Michael Butler wrote: M> Something in -current and recently MFC'd to -stable is causing all of my M> gmirror drives to rebuild on reboot :-( M>=20 M> Being remote and these being production machines, I suspect SVN r237929 M> and r237930 in -current and SVN r238500 to -stable but haven't yet been M> able to prove it. I'd appreciate if you test that and either confirm or disclaim that r238500 introduces such regression. Thanks! --=20 Totus tuus, Glebius. From owner-freebsd-stable@FreeBSD.ORG Tue Aug 7 00:17:30 2012 Return-Path: Delivered-To: stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 441E01065670; Tue, 7 Aug 2012 00:17:30 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.freebsd.org (Postfix) with ESMTP id 0FF368FC0A; Tue, 7 Aug 2012 00:17:29 +0000 (UTC) Received: from [127.0.0.1] (pooker.samsco.org [168.103.85.57]) (authenticated bits=0) by pooker.samsco.org (8.14.5/8.14.5) with ESMTP id q770HKHN061965; Mon, 6 Aug 2012 18:17:21 -0600 (MDT) (envelope-from scottl@samsco.org) Content-Type: text/plain; charset=koi8-r Mime-Version: 1.0 (Mac OS X Mail 6.0 \(1485\)) From: Scott Long In-Reply-To: <20120806180617.GJ20560@FreeBSD.org> Date: Mon, 6 Aug 2012 18:17:20 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: References: <501D52AD.4010105@protected-networks.net> <20120806180617.GJ20560@FreeBSD.org> To: Gleb Smirnoff X-Mailer: Apple Mail (2.1485) X-Spam-Status: No, score=-50.0 required=3.8 tests=ALL_TRUSTED, T_RP_MATCHES_RCVD autolearn=unavailable version=3.3.0 X-Spam-Checker-Version: SpamAssassin 3.3.0 (2010-01-18) on pooker.samsco.org Cc: stable@FreeBSD.org, current@FreeBSD.org Subject: Re: geom mirror now rebuilding on every reboot? 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, 07 Aug 2012 00:17:30 -0000 On Aug 6, 2012, at 12:06 PM, Gleb Smirnoff wrote: > Michael, >=20 > On Sat, Aug 04, 2012 at 12:49:49PM -0400, Michael Butler wrote: > M> Something in -current and recently MFC'd to -stable is causing all = of my > M> gmirror drives to rebuild on reboot :-( > M>=20 > M> Being remote and these being production machines, I suspect SVN = r237929 > M> and r237930 in -current and SVN r238500 to -stable but haven't yet = been > M> able to prove it. >=20 > I'd appreciate if you test that and either confirm or disclaim that > r238500 introduces such regression. Thanks! >=20 I'm not sure how r238500 could affect what Max, myself, and presumably = the original poster are seeing. There's one other change in 9-stable, = r235599, but it looks like a benign change as well. Scott From owner-freebsd-stable@FreeBSD.ORG Tue Aug 7 01:46:17 2012 Return-Path: Delivered-To: stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 35F3B106566C; Tue, 7 Aug 2012 01:46:17 +0000 (UTC) (envelope-from frank@undermydesk.org) Received: from amazone.undermydesk.org (amazone.undermydesk.org [213.211.198.100]) by mx1.freebsd.org (Postfix) with ESMTP id DAA4A8FC15; Tue, 7 Aug 2012 01:46:16 +0000 (UTC) Received: from amazone.undermydesk.org (localhost [127.0.0.1]) by amazone.undermydesk.org (Postfix) with ESMTP id 2AA4A286E7B; Tue, 7 Aug 2012 03:46:10 +0200 (CEST) X-Virus-Scanned: amavisd-new at undermydesk.org Received: from amazone.undermydesk.org ([213.211.198.100]) by amazone.undermydesk.org (amazone.undermydesk.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rp7q0obUsUu6; Tue, 7 Aug 2012 03:46:08 +0200 (CEST) Received: from [192.168.0.74] (p54B36834.dip.t-dialin.net [84.179.104.52]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by amazone.undermydesk.org (Postfix) with ESMTPSA id C427B286E7A; Tue, 7 Aug 2012 03:46:08 +0200 (CEST) Message-ID: <5020735C.2000701@undermydesk.org> Date: Tue, 07 Aug 2012 03:46:04 +0200 From: Frank Reppin User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20120713 Thunderbird/14.0 MIME-Version: 1.0 To: stable@FreeBSD.org, current@FreeBSD.org References: <501D52AD.4010105@protected-networks.net> <20120806180617.GJ20560@FreeBSD.org> In-Reply-To: Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: geom mirror now rebuilding on every reboot? 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, 07 Aug 2012 01:46:17 -0000 by any chance... ... is this maybe related to my PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=170038 cheers, Frank Reppin -- 43rd Law of Computing: Anything that can go wr fortune: Segmentation violation -- Core dumped From owner-freebsd-stable@FreeBSD.ORG Tue Aug 7 05:29:30 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8EC61106566B for ; Tue, 7 Aug 2012 05:29:30 +0000 (UTC) (envelope-from emz@norma.perm.ru) Received: from elf.hq.norma.perm.ru (unknown [IPv6:2001:470:1f09:14c0::2]) by mx1.freebsd.org (Postfix) with ESMTP id 34E688FC14 for ; Tue, 7 Aug 2012 05:29:29 +0000 (UTC) Received: from bsdrookie.norma.com. ([IPv6:fd00::7e0]) by elf.hq.norma.perm.ru (8.14.5/8.14.5) with ESMTP id q775TRrr020309 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Tue, 7 Aug 2012 11:29:27 +0600 (YEKT) (envelope-from emz@norma.perm.ru) Message-ID: <5020A7B7.3020803@norma.perm.ru> Date: Tue, 07 Aug 2012 11:29:27 +0600 From: "Eugene M. Zheganin" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:14.0) Gecko/20120806 Thunderbird/14.0 MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <501F97C7.3090904@norma.perm.ru> In-Reply-To: Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (elf.hq.norma.perm.ru [IPv6:fd00::30a]); Tue, 07 Aug 2012 11:29:27 +0600 (YEKT) X-Spam-Status: No hits=-97.8 bayes=0.5 testhits RDNS_NONE=1.274, SPF_SOFTFAIL=0.972,USER_IN_WHITELIST=-100 autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on elf.hq.norma.perm.ru Subject: Re: console in graphic mode 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, 07 Aug 2012 05:29:30 -0000 Hi. On 06.08.2012 20:46, nickolasbug@gmail.com wrote: > > You need VESA and X86BIOS support in your kernel (for i386/amd64 archs). > options VESA is already included in GENERIC, you need to add options > X86BIOS to kernel config file or load modules during boot process (man > loader.conf) > > Didn't help either, but thanks. Eugene. From owner-freebsd-stable@FreeBSD.ORG Tue Aug 7 05:43:16 2012 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 7C779106566C; Tue, 7 Aug 2012 05:43:15 +0000 (UTC) (envelope-from dnaeon@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id E14F58FC12; Tue, 7 Aug 2012 05:43:14 +0000 (UTC) Received: by eaak11 with SMTP id k11so1028457eaa.13 for ; Mon, 06 Aug 2012 22:43:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=chEB2y8m1pTXu/xPJK/O6tlRYoll/9N/R1/Q+iRHyiM=; b=rrTNXkOnZKSEBKwd7wG5VtsNa17GQgnaP15fq/5sS8IhMHKd8RHTpszsO78mVkvZOB g2+mDIIAvbRMnwpzcwWeNA94pICAOe1rh78c/ciPJB6YLcDdzPilgkO/2tCzQOH2UQUP cDngLNWrygJM8BtW7h/NDijG9CtCYSl56P3VdArxwW3Kq39Uv6wPl5AxgxEsu7HcIvvW XXEPqAm81KySaEb8Q5qoQ9AHTilhxtSTZ1ZzJnvkFC5iMaZqZuijAppUkGrPlAHhjDbB kBbvsVip/2+l8DJRD4w84cYFO0IfSGWhv5ASZrvnM9h21DS8jXJ9atA1tU3q+P8tbkg+ klrA== MIME-Version: 1.0 Received: by 10.14.206.200 with SMTP id l48mr16069030eeo.41.1344318193722; Mon, 06 Aug 2012 22:43:13 -0700 (PDT) Received: by 10.14.216.70 with HTTP; Mon, 6 Aug 2012 22:43:13 -0700 (PDT) Date: Tue, 7 Aug 2012 08:43:13 +0300 Message-ID: From: Marin Atanasov Nikolov To: ml-freebsd-stable , freebsd-hardware@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: FreeBSD Intel H67 support 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, 07 Aug 2012 05:43:16 -0000 Hello, I am planning on building a new FreeBSD box with Intel H67 motherboard. Anyone can comment what is the support of Intel H67 under FreeBSD? Any known issues I should be aware of, etc.? Thanks and regards, Marin -- Marin Atanasov Nikolov dnaeon AT gmail DOT com daemon AT unix-heaven DOT org http://www.unix-heaven.org/ From owner-freebsd-stable@FreeBSD.ORG Tue Aug 7 07:13:06 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 77F22106564A; Tue, 7 Aug 2012 07:13:06 +0000 (UTC) (envelope-from john@theusgroup.com) Received: from theusgroup.com (theusgroup.com [64.122.243.222]) by mx1.freebsd.org (Postfix) with ESMTP id 571BB8FC17; Tue, 7 Aug 2012 07:13:06 +0000 (UTC) To: Marin Atanasov Nikolov In-reply-to: References: Comments: In-reply-to Marin Atanasov Nikolov message dated "Tue, 07 Aug 2012 08:43:13 +0300." Date: Tue, 07 Aug 2012 00:04:52 -0700 From: John Message-Id: <20120807070452.F2B341A6@server.theusgroup.com> Cc: ml-freebsd-stable , freebsd-hardware@freebsd.org Subject: Re: FreeBSD Intel H67 support 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, 07 Aug 2012 07:13:06 -0000 >I am planning on building a new FreeBSD box with Intel H67 motherboard. > >Anyone can comment what is the support of Intel H67 under FreeBSD? Any >known issues I should be aware of, etc.? I'm using an DH67BL with an i5-2500 running FreeBSD 9.0 as a media center. I have not used USB3 or any built-in display hardware (nvidia card). I've only tried SATA at 3 Gb/s. The box as used rarely goes to its single disk, so I can't comment of disk subsystem performance. All the features I'm using are working properly with no known issues. John Theus TheUs Group From owner-freebsd-stable@FreeBSD.ORG Tue Aug 7 07:27:24 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 27BB71065674; Tue, 7 Aug 2012 07:27:24 +0000 (UTC) (envelope-from dnaeon@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id 7C9CB8FC18; Tue, 7 Aug 2012 07:27:22 +0000 (UTC) Received: by eaak11 with SMTP id k11so1050080eaa.13 for ; Tue, 07 Aug 2012 00:27:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=yxElVaVNBNmCtxryqJVK6qfdnzk27WGMJp78v8NoIew=; b=Su/VDcWYBIhk/YMIeHVwichFAG8lYMsou43VIqLJKdez1Zo0QLbaoaC/ZXVbNrOSaF 0jz2N8DRyq3eWyt/Ky5mJhb8j1QB6eHtKXzQQ2wS3XSp0d4gM7pTGCxy7RGAnGGnlPRX wFU847TbkSZWaOx6gLbkqiAVmiAbRynK454V0xw5y3uimuIeqiwcyuOBRPt5kObwWD7A F9kcSDEL8sp64rOp8rTurcMiFRUnHO1GwHY5a9LZDqKUPpR+ahRnDFHNgWV6vtIQt4p6 KN/tVY57QUghpepoIozwn35J5E1BUnAWLeYwU6as3VBDqIMKifV7fW2fuK4p3uyt/D/E +bJw== MIME-Version: 1.0 Received: by 10.14.178.67 with SMTP id e43mr16469114eem.44.1344324442077; Tue, 07 Aug 2012 00:27:22 -0700 (PDT) Received: by 10.14.216.70 with HTTP; Tue, 7 Aug 2012 00:27:22 -0700 (PDT) In-Reply-To: <20120807070452.F2B341A6@server.theusgroup.com> References: <20120807070452.F2B341A6@server.theusgroup.com> Date: Tue, 7 Aug 2012 10:27:22 +0300 Message-ID: From: Marin Atanasov Nikolov To: John Content-Type: text/plain; charset=ISO-8859-1 Cc: ml-freebsd-stable , freebsd-hardware@freebsd.org Subject: Re: FreeBSD Intel H67 support 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, 07 Aug 2012 07:27:24 -0000 On Tue, Aug 7, 2012 at 10:04 AM, John wrote: >>I am planning on building a new FreeBSD box with Intel H67 motherboard. >> >>Anyone can comment what is the support of Intel H67 under FreeBSD? Any >>known issues I should be aware of, etc.? > > I'm using an DH67BL with an i5-2500 running FreeBSD 9.0 as a media center. I > have not used USB3 or any built-in display hardware (nvidia card). I've only > tried SATA at 3 Gb/s. The box as used rarely goes to its single disk, so I > can't comment of disk subsystem performance. All the features I'm using are > working properly with no known issues. Perfect! I was afraid of having some issues with networking mainly. Disk performance is not of much importance for me at the moment. Forgot to mention that the machine will be with an i5-2500 installed as well, so it's probably the same setup as yours. Thanks for the feedback, John! :) Regards, Marin > > John Theus > TheUs Group -- Marin Atanasov Nikolov dnaeon AT gmail DOT com daemon AT unix-heaven DOT org http://www.unix-heaven.org/ From owner-freebsd-stable@FreeBSD.ORG Tue Aug 7 09:27:30 2012 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9AFDD106564A for ; Tue, 7 Aug 2012 09:27:30 +0000 (UTC) (envelope-from dewayne.geraghty@heuristicsystems.com.au) Received: from nskntmtas06p.mx.bigpond.com (nskntmtas06p.mx.bigpond.com [61.9.168.152]) by mx1.freebsd.org (Postfix) with ESMTP id 223DF8FC0C for ; Tue, 7 Aug 2012 09:27:29 +0000 (UTC) Received: from nskntcmgw09p ([61.9.169.169]) by nskntmtas06p.mx.bigpond.com with ESMTP id <20120807092729.KLRY10884.nskntmtas06p.mx.bigpond.com@nskntcmgw09p>; Tue, 7 Aug 2012 09:27:29 +0000 Received: from hermes.heuristicsystems.com.au ([58.172.112.105]) by nskntcmgw09p with BigPond Outbound id jlTT1j0052GVmci01lTTh7; Tue, 07 Aug 2012 09:27:29 +0000 X-Authority-Analysis: v=2.0 cv=YdE/Fntf c=1 sm=1 a=0GO/22z+lHYfckWJ4naYnw==:17 a=l5wcz7PX7RkA:10 a=twTT4oUKOlYA:10 a=kj9zAlcOel0A:10 a=GHIR_BbyAAAA:8 a=6I5d2MoRAAAA:8 a=szX4kDRJjUWVHIZMt7gA:9 a=CjuIK1q_8ugA:10 a=SV7veod9ZcQA:10 a=0GO/22z+lHYfckWJ4naYnw==:117 Received: from white (white.hs [10.0.5.2]) (authenticated bits=0) by hermes.heuristicsystems.com.au (8.14.5/8.13.6) with ESMTP id q779MhKd065909 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT); Tue, 7 Aug 2012 19:22:45 +1000 (EST) (envelope-from dewayne.geraghty@heuristicsystems.com.au) From: "Dewayne Geraghty" To: "'Maksim Yevmenkin'" , "'Michael Butler'" References: <501D52AD.4010105@protected-networks.net><20120806180617.GJ20560@FreeBSD.org> <5020735C.2000701@undermydesk.org> Date: Tue, 7 Aug 2012 19:22:44 +1000 Message-ID: <750021542E0F4E6983D73FD5FFD38994@white> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <5020735C.2000701@undermydesk.org> Thread-Index: Ac10Ppf3MfMazMD0TvehpUwQrsNC8QAP1RnQ X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 Cc: stable@freebsd.org, 'Frank Reppin' Subject: RE: geom mirror now rebuilding on every reboot? 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, 07 Aug 2012 09:27:30 -0000 > -----Original Message----- > From: owner-freebsd-stable@freebsd.org > [mailto:owner-freebsd-stable@freebsd.org] On Behalf Of Frank Reppin > Sent: Tuesday, 7 August 2012 11:46 AM > To: stable@freebsd.org; current@freebsd.org > Subject: Re: geom mirror now rebuilding on every reboot? > > by any chance... > > ... is this maybe related to my PR: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=170038 > > cheers, > Frank Reppin > > > -- > 43rd Law of Computing: > Anything that can go wr > fortune: Segmentation violation -- Core dumped > _______________________________________________ > 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" Maksim, Michael, After reading Frank's PR, would you please advise how you newfs your devices/partitions - are you using SU+J? Regards, Dewayne. From owner-freebsd-stable@FreeBSD.ORG Tue Aug 7 09:37:31 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4999B106566B; Tue, 7 Aug 2012 09:37:31 +0000 (UTC) (envelope-from egrosbein@rdtc.ru) Received: from eg.sd.rdtc.ru (eg.sd.rdtc.ru [IPv6:2a03:3100:c:13::5]) by mx1.freebsd.org (Postfix) with ESMTP id A08498FC0C; Tue, 7 Aug 2012 09:37:30 +0000 (UTC) Received: from eg.sd.rdtc.ru (localhost [127.0.0.1]) by eg.sd.rdtc.ru (8.14.5/8.14.5) with ESMTP id q779bQqa018657; Tue, 7 Aug 2012 16:37:26 +0700 (NOVT) (envelope-from egrosbein@rdtc.ru) Message-ID: <5020E1D6.4030801@rdtc.ru> Date: Tue, 07 Aug 2012 16:37:26 +0700 From: Eugene Grosbein User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; ru-RU; rv:1.9.2.13) Gecko/20110112 Thunderbird/3.1.7 MIME-Version: 1.0 To: John Baldwin References: <1342742294.2656.24.camel@powernoodle.corp.yahoo.com> <201208021634.20529.jhb@freebsd.org> <1343948488.2838.0.camel@powernoodle.corp.yahoo.com> <201208061038.20056.jhb@freebsd.org> In-Reply-To: <201208061038.20056.jhb@freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: "attilio@freebsd.org" , "freebsd-stable@freebsd.org" , Sean Bruno Subject: Re: [stable 9] panic on reboot: ipmi_wd_event() 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, 07 Aug 2012 09:37:31 -0000 > Ok, can you try this instead of the other patch. It makes the IPMI driver not > bother clearing the watchdog if it isn't running. I suffered from exactly same problem (same kdb backtrace) and this patch fixed it, thanks! > Index: dev/ipmi/ipmi.c > =================================================================== > --- dev/ipmi/ipmi.c (revision 238992) > +++ dev/ipmi/ipmi.c (working copy) > @@ -653,11 +653,12 @@ > if (timeout == 0) > timeout = 1; > e = ipmi_set_watchdog(sc, timeout); > - if (e == 0) > + if (e == 0) { > *error = 0; > - else > + sc->ipmi_watchdog_active = 1; > + } else > (void)ipmi_set_watchdog(sc, 0); > - } else { > + } else if (atomic_readandclear_int(&sc->ipmi_watchdog_active) != 0) { > e = ipmi_set_watchdog(sc, 0); > if (e != 0 && cmd == 0) > *error = EOPNOTSUPP; > Index: dev/ipmi/ipmivars.h > =================================================================== > --- dev/ipmi/ipmivars.h (revision 238992) > +++ dev/ipmi/ipmivars.h (working copy) > @@ -105,6 +105,7 @@ > struct cdev *ipmi_cdev; > TAILQ_HEAD(,ipmi_request) ipmi_pending_requests; > eventhandler_tag ipmi_watchdog_tag; > + int ipmi_watchdog_active; > struct intr_config_hook ipmi_ich; > struct mtx ipmi_lock; > struct cv ipmi_request_added; > From owner-freebsd-stable@FreeBSD.ORG Tue Aug 7 13:46:42 2012 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3F4F3106566B for ; Tue, 7 Aug 2012 13:46:42 +0000 (UTC) (envelope-from streamsendbouncer@me-ss2-T4CqVp.mailengine1.com) Received: from me-ss2-T4CqVp.mailengine1.com (me-ss2-T4CqVp.mailengine1.com [66.59.15.241]) by mx1.freebsd.org (Postfix) with ESMTP id C60498FC1F for ; Tue, 7 Aug 2012 13:46:41 +0000 (UTC) Received: by me-ss2-T4CqVp.mailengine1.com (PowerMTA(TM) v3.5r14) id h44e3u0j0qgr for ; Tue, 7 Aug 2012 06:45:32 -0700 (envelope-from ) MIME-Version: 1.0 X-Mailer: StreamSend2 - 347829 X-Mailer-Version: 2.0 X-Mailer-Environment: production X-Report-Abuse-At: abuse@streamsend.com X-Report-Abuse-Info: It is important to please include full email headers in the report X-rpcampaign: StreamSend16768901 X-Streamsend2id: 347829+1+3807479+16768901+me-ss2-T4CqVp.mailengine1.com Date: Tue, 07 Aug 2012 06:44:35 -0700 From: "Thomas Clegg" To: stable@freebsd.org Message-ID: <200.0.0.E3.1CD74A2E9EB5B98.A073A@me-ss2-T4CqVp.mailengine1.com> Content-Type: text/plain; charset=ascii Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Do you recruit for contractors/freelancers? 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, 07 Aug 2012 13:46:42 -0000 Dear We are the only job board with resourcing technology. If you hire contractors/freelancers we can get you candidates faster and cheaper. How does it work? We email your jobs to the top 100-200 matching candidates from our 650,000+ contractor database. You will receive only the highest quality filtered applications. View our current deals Or call 0203 535 7935 for more details. http://emarketing.emailjunkies.co.uk/private/jcO4/mVI/o49v7ZE/unsubscribe/16768901 From owner-freebsd-stable@FreeBSD.ORG Tue Aug 7 16:26:25 2012 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 23D7F106566B for ; Tue, 7 Aug 2012 16:26:25 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id EA4618FC0A for ; Tue, 7 Aug 2012 16:26:24 +0000 (UTC) Received: by pbbrp2 with SMTP id rp2so3429974pbb.13 for ; Tue, 07 Aug 2012 09:26:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=QKf7dt339G4X+MPcIK696UN+GuZJIBF7MsmMIB/yFpA=; b=k8hQriLAyMwYjwMlTBAa2y4f0TB1IAiAGIRXd+6aiPhwsqVkl14lRohrdSkO0rt+2I LS59qhd7lS+I2FtBnRPeSIzKpcI6KszlBk93vgI7nUPL9SvZfMsCdsNg5FmMn+oDNA0C QP8aRdL62colAm+XQCcbYtYpuIf2BQyRoOwIclwaha4C9wL4GMqcWQnE5D4vNrQ50gE3 E6yr+gydLq0q/45AfOvCd1NF4gKot7eEt34Mp9XAQZSj0EOS0L+b4U54zqErw/spZ3O8 HTiYC5ToVsExgnO9wpMJsIcfo54RA8bXjOh5NvVpQSCUjdlFDM4/KJdKYNsN6ZpNgLIl lfMQ== MIME-Version: 1.0 Received: by 10.68.129.164 with SMTP id nx4mr13541459pbb.28.1344356784278; Tue, 07 Aug 2012 09:26:24 -0700 (PDT) Received: by 10.68.72.233 with HTTP; Tue, 7 Aug 2012 09:26:24 -0700 (PDT) In-Reply-To: <750021542E0F4E6983D73FD5FFD38994@white> References: <501D52AD.4010105@protected-networks.net> <20120806180617.GJ20560@FreeBSD.org> <5020735C.2000701@undermydesk.org> <750021542E0F4E6983D73FD5FFD38994@white> Date: Tue, 7 Aug 2012 09:26:24 -0700 Message-ID: From: Maksim Yevmenkin To: Dewayne Geraghty Content-Type: text/plain; charset=ISO-8859-1 Cc: stable@freebsd.org, Frank Reppin Subject: Re: geom mirror now rebuilding on every reboot? 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, 07 Aug 2012 16:26:25 -0000 On Tue, Aug 7, 2012 at 2:22 AM, Dewayne Geraghty wrote: >> -----Original Message----- >> From: owner-freebsd-stable@freebsd.org >> [mailto:owner-freebsd-stable@freebsd.org] On Behalf Of Frank Reppin >> Sent: Tuesday, 7 August 2012 11:46 AM >> To: stable@freebsd.org; current@freebsd.org >> Subject: Re: geom mirror now rebuilding on every reboot? >> >> by any chance... >> >> ... is this maybe related to my PR: >> >> http://www.freebsd.org/cgi/query-pr.cgi?pr=170038 >> > Maksim, Michael, > After reading Frank's PR, would you please advise how you newfs your > devices/partitions - are you using SU+J? i'm not using SU+J, i.e. # dumpfs -m /dev/mirror/prim # newfs command for /dev/mirror/prim (/dev/mirror/prim) newfs -O 2 -a 16 -b 65536 -d 65536 -e 8192 -f 8192 -g 16384 -h 64 -m 8 -o time -s 6291440 -t /dev/mirror/prim # tunefs -p /dev/mirror/prim tunefs: POSIX.1e ACLs: (-a) disabled tunefs: NFSv4 ACLs: (-N) disabled tunefs: MAC multilabel: (-l) disabled tunefs: soft updates: (-n) disabled tunefs: soft update journaling: (-j) disabled tunefs: gjournal: (-J) disabled tunefs: trim: (-t) enabled tunefs: maximum blocks per file in a cylinder group: (-e) 8192 tunefs: average file size: (-f) 16384 tunefs: average number of files in a directory: (-s) 64 tunefs: minimum percentage of free space: (-m) 8% tunefs: optimization preference: (-o) time tunefs: volume label: (-L) thanks max From owner-freebsd-stable@FreeBSD.ORG Tue Aug 7 21:25:51 2012 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 4E8FF106564A for ; Tue, 7 Aug 2012 21:25:51 +0000 (UTC) (envelope-from gkontos.mail@gmail.com) Received: from mail-vb0-f54.google.com (mail-vb0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 0276A8FC0C for ; Tue, 7 Aug 2012 21:25:50 +0000 (UTC) Received: by vbmv11 with SMTP id v11so110719vbm.13 for ; Tue, 07 Aug 2012 14:25:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=s+bAeT7FWgR3rQSX+H3Dk+cQhY7/5xj1tB11fHh2M9M=; b=E6C6dKdblcnJDGElTitYNN6odWawUtlsOvvNPFFLqXANu+QRIuyTozCiRIuKmiKzss 9JgNDvJdsbpVDyn+sOxqtdcf2eRSU+RYYqsvxbkZ+NaGL7u9fMlrAf6UrGfJhNjlWuGu cPDpGR7b70V1/CR0TLUKI732dkqZRoXof/Bn4bcYS/+4N0kLcLjpeu/tH4jmfNPF6knb dk/KZDYz9P45FgbOiRwPGrzu5X0eqz6uA5DEdCjdY22oOQj8DiyHV9l2jKKyWHQueTHk QfnTropIUKvyj96o/QC5iLIldoIlNgGQWtnnaOWBnYvfQwMMlkusQXee2X6tHuM/plDg Hrqw== MIME-Version: 1.0 Received: by 10.58.234.104 with SMTP id ud8mr13888890vec.3.1344374749695; Tue, 07 Aug 2012 14:25:49 -0700 (PDT) Received: by 10.220.87.85 with HTTP; Tue, 7 Aug 2012 14:25:49 -0700 (PDT) Date: Wed, 8 Aug 2012 00:25:49 +0300 Message-ID: From: George Kontostanos To: FreeBSD Stable Content-Type: text/plain; charset=ISO-8859-1 Subject: LSI 9240-4i 4K alignment 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, 07 Aug 2012 21:25:51 -0000 Hi all, We have a server with a LSI 9240-4i controller configured in JBOD with 4 SATA disks. Running FreeBSD 9.1-Beta1: Relevant dmesg: FreeBSD 9.1-BETA1 #0: Thu Jul 12 09:38:51 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 CPU: Intel(R) Xeon(R) CPU E31230 @ 3.20GHz (3200.09-MHz K8-class CPU) Origin = "GenuineIntel" Id = 0x206a7 Family = 6 Model = 2a Stepping = 7 Features=0xbfebfbff Features2=0x1fbae3ff AMD Features=0x28100800 AMD Features2=0x1 TSC: P-state invariant, performance statistics real memory = 17179869184 (16384 MB) avail memory = 16471670784 (15708 MB) ... mfi0: port 0xe000-0xe0ff mem 0xf7a60000-0xf7a63fff,0xf7a00000-0xf7a3ffff irq 16 at device 0.0 on pci1 mfi0: Using MSI mfi0: Megaraid SAS driver Ver 4.23 ... mfi0: 321 (397672301s/0x0020/info) - Shutdown command received from host mfi0: 322 (boot + 3s/0x0020/info) - Firmware initialization started (PCI ID 0073/1000/9241/1000) mfi0: 323 (boot + 3s/0x0020/info) - Firmware version 2.130.354-1664 mfi0: 324 (boot + 3s/0x0020/info) - Firmware initialization started (PCI ID 0073/1000/9241/1000) mfi0: 325 (boot + 3s/0x0020/info) - Firmware version 2.130.354-1664 mfi0: 326 (boot + 5s/0x0020/info) - Package version 20.10.1-0107 mfi0: 327 (boot + 5s/0x0020/info) - Board Revision 03A mfi0: 328 (boot + 25s/0x0002/info) - Inserted: PD 04(e0xff/s3) ... mfisyspd0 on mfi0 mfisyspd0: 1907729MB (3907029168 sectors) SYSPD volume mfisyspd0: SYSPD volume attached mfisyspd1 on mfi0 mfisyspd1: 1907729MB (3907029168 sectors) SYSPD volume mfisyspd1: SYSPD volume attached mfisyspd2 on mfi0 mfisyspd2: 1907729MB (3907029168 sectors) SYSPD volume mfisyspd2: SYSPD volume attached mfisyspd3 on mfi0 mfisyspd3: 1907729MB (3907029168 sectors) SYSPD volume mfisyspd3: SYSPD volume attached ... mfi0: 329 (boot + 25s/0x0002/info) - Inserted: PD 04(e0xff/s3) Info: enclPd=ffff, scsiType=0, portMap=00, sasAddr=4433221100000000,0000000000000000 mfi0: 330 (boot + 25s/0x0002/info) - Inserted: PD 05(e0xff/s1) mfi0: 331 (boot + 25s/0x0002/info) - Inserted: PD 05(e0xff/s1) Info: enclPd=ffff, scsiType=0, portMap=02, sasAddr=4433221102000000,0000000000000000 mfi0: 332 (boot + 25s/0x0002/info) - Inserted: PD 06(e0xff/s2) mfi0: 333 (boot + 25s/0x0002/info) - Inserted: PD 06(e0xff/s2) Info: enclPd=ffff, scsiType=0, portMap=03, sasAddr=4433221101000000,0000000000000000 mfi0: 334 (boot + 25s/0x0002/info) - Inserted: PD 07(e0xff/s0) mfi0: 335 (boot + 25s/0x0002/info) - Inserted: PD 07(e0xff/s0) Info: enclPd=ffff, scsiType=0, portMap=01, sasAddr=4433221103000000,0000000000000000 mfi0: 336 (397672376s/0x0020/info) - Time established as 08/07/12 16:32:56; (28 seconds since power on) The problem: When trying to create a RaidZ pool using gpart and perform a 4K alignment using gnop, we get the follwoing error immediately after exporting the pool and destroying the .nop devices: id: 8043746387654554958 state: FAULTED status: One or more devices contains corrupted data. action: The pool cannot be imported due to damaged devices or data. The pool may be active on another system, but can be imported using the '-f' flag. see: http://illumos.org/msg/ZFS-8000-5E config: Pool FAULTED corrupted data raidz1-0 ONLINE 13283347160590042564 UNAVAIL corrupted data 16981727992215676534 UNAVAIL corrupted data 6607570030658834339 UNAVAIL corrupted data 3435463242860701988 UNAVAIL corrupted data When we use glabel for the same purpose with the combination of gnop, the pool imports fine. Any suggestions? -- George Kontostanos Aicom telecoms ltd http://www.aisecure.net From owner-freebsd-stable@FreeBSD.ORG Wed Aug 8 07:11:49 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CB9B61065670 for ; Wed, 8 Aug 2012 07:11:49 +0000 (UTC) (envelope-from janm@transactionware.com) Received: from mail3.transactionware.com (mail3.transactionware.com [202.68.173.211]) by mx1.freebsd.org (Postfix) with SMTP id 1A2518FC0C for ; Wed, 8 Aug 2012 07:11:48 +0000 (UTC) Received: (qmail 40502 invoked by uid 907); 8 Aug 2012 07:05:06 -0000 Received: from Unknown (HELO jmmacpro.tmst.com.au) (202.68.173.218) (smtp-auth username janm, mechanism plain) by mail3.transactionware.com (qpsmtpd/0.84) with (AES128-SHA encrypted) ESMTPSA; Wed, 08 Aug 2012 17:05:06 +1000 Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 6.0 \(1485\)) From: Jan Mikkelsen In-Reply-To: Date: Wed, 8 Aug 2012 17:05:05 +1000 Content-Transfer-Encoding: quoted-printable Message-Id: <50E70CD3-2D8A-4B49-8BB1-381FB6779A71@transactionware.com> References: To: George Kontostanos X-Mailer: Apple Mail (2.1485) Cc: FreeBSD Stable Subject: Re: LSI 9240-4i 4K alignment 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, 08 Aug 2012 07:11:49 -0000 Hi, Works fine for me with 9.0-p3 with the same controller, slight firmware = differences: mfi0: 2709 (boot + 4s/0x0020/info) - Firmware version 2.120.244-1482 mfi0: 2710 (boot + 5s/0x0020/info) - Package version 20.10.1-0077 mfi0: 2711 (boot + 5s/0x0020/info) - Board Revision 04A I will be trying out 9.1-BETA on a new batch of machines next week ... Regards, Jan. On 08/08/2012, at 7:25 AM, George Kontostanos = wrote: > Hi all, >=20 > We have a server with a LSI 9240-4i controller configured in JBOD with > 4 SATA disks. Running FreeBSD 9.1-Beta1: >=20 > Relevant dmesg: >=20 > FreeBSD 9.1-BETA1 #0: Thu Jul 12 09:38:51 UTC 2012 > root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 > CPU: Intel(R) Xeon(R) CPU E31230 @ 3.20GHz (3200.09-MHz K8-class CPU) > Origin =3D "GenuineIntel" Id =3D 0x206a7 Family =3D 6 Model =3D 2a = Stepping =3D 7 > = Features=3D0xbfebfbff > = Features2=3D0x1fbae3ff > AMD Features=3D0x28100800 > AMD Features2=3D0x1 > TSC: P-state invariant, performance statistics > real memory =3D 17179869184 (16384 MB) > avail memory =3D 16471670784 (15708 MB) > ... > mfi0: port 0xe000-0xe0ff mem > 0xf7a60000-0xf7a63fff,0xf7a00000-0xf7a3ffff irq 16 at device 0.0 on > pci1 > mfi0: Using MSI > mfi0: Megaraid SAS driver Ver 4.23 > ... > mfi0: 321 (397672301s/0x0020/info) - Shutdown command received from = host > mfi0: 322 (boot + 3s/0x0020/info) - Firmware initialization started > (PCI ID 0073/1000/9241/1000) > mfi0: 323 (boot + 3s/0x0020/info) - Firmware version 2.130.354-1664 > mfi0: 324 (boot + 3s/0x0020/info) - Firmware initialization started > (PCI ID 0073/1000/9241/1000) > mfi0: 325 (boot + 3s/0x0020/info) - Firmware version 2.130.354-1664 > mfi0: 326 (boot + 5s/0x0020/info) - Package version 20.10.1-0107 > mfi0: 327 (boot + 5s/0x0020/info) - Board Revision 03A > mfi0: 328 (boot + 25s/0x0002/info) - Inserted: PD 04(e0xff/s3) > ... > mfisyspd0 on mfi0 > mfisyspd0: 1907729MB (3907029168 sectors) SYSPD volume > mfisyspd0: SYSPD volume attached > mfisyspd1 on mfi0 > mfisyspd1: 1907729MB (3907029168 sectors) SYSPD volume > mfisyspd1: SYSPD volume attached > mfisyspd2 on mfi0 > mfisyspd2: 1907729MB (3907029168 sectors) SYSPD volume > mfisyspd2: SYSPD volume attached > mfisyspd3 on mfi0 > mfisyspd3: 1907729MB (3907029168 sectors) SYSPD volume > mfisyspd3: SYSPD volume attached > ... > mfi0: 329 (boot + 25s/0x0002/info) - Inserted: PD 04(e0xff/s3) Info: > enclPd=3Dffff, scsiType=3D0, portMap=3D00, > sasAddr=3D4433221100000000,0000000000000000 > mfi0: 330 (boot + 25s/0x0002/info) - Inserted: PD 05(e0xff/s1) > mfi0: 331 (boot + 25s/0x0002/info) - Inserted: PD 05(e0xff/s1) Info: > enclPd=3Dffff, scsiType=3D0, portMap=3D02, > sasAddr=3D4433221102000000,0000000000000000 > mfi0: 332 (boot + 25s/0x0002/info) - Inserted: PD 06(e0xff/s2) > mfi0: 333 (boot + 25s/0x0002/info) - Inserted: PD 06(e0xff/s2) Info: > enclPd=3Dffff, scsiType=3D0, portMap=3D03, > sasAddr=3D4433221101000000,0000000000000000 > mfi0: 334 (boot + 25s/0x0002/info) - Inserted: PD 07(e0xff/s0) > mfi0: 335 (boot + 25s/0x0002/info) - Inserted: PD 07(e0xff/s0) Info: > enclPd=3Dffff, scsiType=3D0, portMap=3D01, > sasAddr=3D4433221103000000,0000000000000000 > mfi0: 336 (397672376s/0x0020/info) - Time established as 08/07/12 > 16:32:56; (28 seconds since power on) >=20 > The problem: >=20 > When trying to create a RaidZ pool using gpart and perform a 4K > alignment using gnop, we get the follwoing error immediately after > exporting the pool and destroying the .nop devices: >=20 > id: 8043746387654554958 > state: FAULTED > status: One or more devices contains corrupted data. > action: The pool cannot be imported due to damaged devices or data. > The pool may be active on another system, but can be imported = using > the '-f' flag. > see: http://illumos.org/msg/ZFS-8000-5E > config: >=20 > Pool FAULTED corrupted data > raidz1-0 ONLINE > 13283347160590042564 UNAVAIL corrupted data > 16981727992215676534 UNAVAIL corrupted data > 6607570030658834339 UNAVAIL corrupted data > 3435463242860701988 UNAVAIL corrupted data >=20 > When we use glabel for the same purpose with the combination of gnop, > the pool imports fine. >=20 > Any suggestions? >=20 > --=20 > George Kontostanos > Aicom telecoms ltd > http://www.aisecure.net > _______________________________________________ > 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 Aug 8 11:34:32 2012 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CA3FA106566B for ; Wed, 8 Aug 2012 11:34:32 +0000 (UTC) (envelope-from mamalos@eng.auth.gr) Received: from vergina.eng.auth.gr (vergina.eng.auth.gr [155.207.18.1]) by mx1.freebsd.org (Postfix) with ESMTP id 4D06C8FC1A for ; Wed, 8 Aug 2012 11:34:31 +0000 (UTC) Received: from mamalacation.ee.auth.gr (athedsl-4494147.home.otenet.gr [94.71.95.75]) (authenticated bits=0) by vergina.eng.auth.gr (8.14.4/8.14.3) with ESMTP id q78BXWHa023625 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Wed, 8 Aug 2012 14:33:33 +0300 (EEST) (envelope-from mamalos@eng.auth.gr) Message-ID: <50224E85.2040707@eng.auth.gr> Date: Wed, 08 Aug 2012 14:33:25 +0300 From: George Mamalakis User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120717 Thunderbird/14.0 MIME-Version: 1.0 To: stable@freebsd.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (vergina.eng.auth.gr [192.168.18.7]); Wed, 08 Aug 2012 14:33:34 +0300 (EEST) Cc: Subject: pf nat fails on msk0 from packets deriving from a jail interface 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, 08 Aug 2012 11:34:32 -0000 Hi all, Suddenly I am facing a problem on a new PC, using a configuration that I have been using on more than 10 servers for the last few years. The only thing that I find that differs from my other configuratinos is the NIC of the PC. If not, I must be missing something very trivial. I have built a jail on this PC, following the handbook's guidelines (section: application of jails). The PC has one NIC, msk0, where I run pf on (built on my kernel; I have already tried using the module). My pf.conf is as simple as possible: # cat /etc/pf.conf nat on msk0 from any to any -> 10.0.3.6 pass quick all when I jexec inside the jail, and pf is running, I am unable to reach any machine except my jail (not even the host). If pf is off, the network works just fine (of course my router knows where to find my jail's subnet). What is strange is that if I tcpdump on msk0, then after a few seconds that I request something from within the jail, I see the packets going and coming on msk0 using the correct IP (the NAT IP), but it seems that the machine fails to route them back inside the jail. My configuration is as follows: #uname -a FreeBSD filesrv.svr.noca 9.0-STABLE FreeBSD 9.0-STABLE #1: Fri Jul 27 15:40:48 EEST 2012 root@filesrv.svr.noca:/usr/obj/usr/src/sys/MAMALOPYRINO amd64 #ifconfig -a msk0: flags=8843 metric 0 mtu 1500 options=c011b ether 80:ee:73:10:a3:58 inet 10.0.3.6 netmask 0xffffff00 broadcast 10.0.3.255 inet6 fe80::82ee:73ff:fe10:a358%msk0 prefixlen 64 scopeid 0x1 nd6 options=29 media: Ethernet autoselect (1000baseT ) status: active pflog0: flags=0<> metric 0 mtu 33152 nd6 options=29 pfsync0: flags=0<> metric 0 mtu 1500 nd6 options=29 syncpeer: 0.0.0.0 maxupd: 128 lo0: flags=8049 metric 0 mtu 16384 options=3 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x9 inet 127.0.0.1 netmask 0xff000000 nd6 options=21 lo1: flags=8049 metric 0 mtu 16384 options=3 inet 10.3.2.1 netmask 0xff000000 nd6 options=29 tap1: flags=8843 metric 0 mtu 1500 options=80000 ether 00:bd:7b:c3:0c:01 inet6 fe80::2bd:7bff:fec3:c01%tap1 prefixlen 64 scopeid 0xb inet 10.3.2.2 netmask 0xffffff00 broadcast 10.3.2.255 nd6 options=29 tap2: flags=8843 metric 0 mtu 1500 options=80000 ether 00:bd:7f:c3:0c:02 inet6 fe80::2bd:7fff:fec3:c02%tap2 prefixlen 64 scopeid 0xc nd6 options=29 lo3: flags=8049 metric 0 mtu 16384 options=3 inet 10.3.2.3 netmask 0xffffff00 nd6 options=29 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 1999C106564A; Wed, 8 Aug 2012 15:25:07 +0000 (UTC) (envelope-from h.schmalzbauer@omnilan.de) Received: from host.omnilan.net (s1.omnilan.net [62.245.232.135]) by mx1.freebsd.org (Postfix) with ESMTP id 8B5418FC14; Wed, 8 Aug 2012 15:25:05 +0000 (UTC) Received: from titan.inop.wdn.omnilan.net (titan.inop.wdn.omnilan.net [172.21.3.1]) (authenticated bits=0) by host.omnilan.net (8.13.8/8.13.8) with ESMTP id q78FM0tP053328 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 8 Aug 2012 17:22:00 +0200 (CEST) (envelope-from h.schmalzbauer@omnilan.de) Message-ID: <5022840B.3060708@omnilan.de> Date: Wed, 08 Aug 2012 17:21:47 +0200 From: Harald Schmalzbauer Organization: OmniLAN User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; de-DE; rv:1.9.2.8) Gecko/20100906 Lightning/1.0b2 Thunderbird/3.1.2 MIME-Version: 1.0 To: Pavel Polyakov References: In-Reply-To: X-Enigmail-Version: 1.1.2 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig47F16798B6E41DCB2CCAB587" Cc: Attilio Rao , stable@freebsd.org, daichi@freebsd.org Subject: Re: lock violation in unionfs (9.0-STABLE r230270) 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, 08 Aug 2012 15:25:07 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig47F16798B6E41DCB2CCAB587 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable schrieb Pavel Polyakov am 06.03.2012 11:20 (localtime): >>> mount -t unionfs -o noatime /usr /mnt >>> >>> insmntque: mp-safe fs and non-locked vp: 0xfffffe01d96704f0 is not >>> exclusive locked but should be >>> KDB: enter: lock violation >> >> Pavel, >> can you give a spin to this patch?: >> http://www.freebsd.org/~attilio/unionfs_missing_insmntque_lock.patch >> >> I think that the unlocking is due at that point as the vnode lock can >> be switch later on. >> >> Let me know what you think about it and what the test does. > > Thanks! > This patch fixes the problem with lock violation. Sorry I've tested it = so > late. Hello, this patch still applies cleanly to RELENG_9_1. Was there another fix for the issue or has it just not been PR-sent and thus forgotten? Thanks, -Harry --------------enig47F16798B6E41DCB2CCAB587 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (FreeBSD) iEYEARECAAYFAlAihAsACgkQLDqVQ9VXb8hwvACgh6kDoDttxuSAu+sc+D/C7u3W bLoAoMHA5viZpJHwFmXISKt7FCsxsp+T =NnpT -----END PGP SIGNATURE----- --------------enig47F16798B6E41DCB2CCAB587-- From owner-freebsd-stable@FreeBSD.ORG Wed Aug 8 15:32:21 2012 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 6F6871065675; Wed, 8 Aug 2012 15:32:21 +0000 (UTC) (envelope-from asmrookie@gmail.com) Received: from mail-lpp01m010-f54.google.com (mail-lpp01m010-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id A8C898FC14; Wed, 8 Aug 2012 15:32:20 +0000 (UTC) Received: by lage12 with SMTP id e12so415912lag.13 for ; Wed, 08 Aug 2012 08:32:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=nO+tSADGelsgCVnG2cB+TFY8luUjUjRqcv6P8NysJ9E=; b=kmJ9PEChRMKO5l0DBG3aVFqfV3jkh/lA4wyAS7aPQqOVkvh8hCGUBW3EjHeMzb7jku 7JQ+8oeZKLaqB3AMh5/5Po9yb5ql+5XE8oGX49jfvX8VPZgI9Voy5rxnxaNno/i7IPXh PeWgjrNaxEPUkKioAGwIdu/z8+1gTvF/BUcnV+Eaqcj/sA9RSC126sUPQ/rs2kxRtjY5 bwHfGkNmtI4N9463GiyMsPNCByCSU/re9NXw21y4dEmkz//3Uetb7rYuDuhcm0wT35+V Ou3yn7JG+lUcLwidAX1W8Jqe6NYo1JAwfj9vnjSunYvlj41z/wrSFM0Q2yG8HfIoJJMo 1wPw== MIME-Version: 1.0 Received: by 10.152.103.146 with SMTP id fw18mr18598585lab.30.1344439938922; Wed, 08 Aug 2012 08:32:18 -0700 (PDT) Sender: asmrookie@gmail.com Received: by 10.112.27.65 with HTTP; Wed, 8 Aug 2012 08:32:18 -0700 (PDT) In-Reply-To: <5022840B.3060708@omnilan.de> References: <5022840B.3060708@omnilan.de> Date: Wed, 8 Aug 2012 16:32:18 +0100 X-Google-Sender-Auth: uKy94LxDYymzyWkVHPBNV6EPQqc Message-ID: From: Attilio Rao To: Harald Schmalzbauer Content-Type: text/plain; charset=UTF-8 Cc: stable@freebsd.org, daichi@freebsd.org, Pavel Polyakov Subject: Re: lock violation in unionfs (9.0-STABLE r230270) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: attilio@FreeBSD.org List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Aug 2012 15:32:21 -0000 On 8/8/12, Harald Schmalzbauer wrote: > schrieb Pavel Polyakov am 06.03.2012 11:20 (localtime): >>>> mount -t unionfs -o noatime /usr /mnt >>>> >>>> insmntque: mp-safe fs and non-locked vp: 0xfffffe01d96704f0 is not >>>> exclusive locked but should be >>>> KDB: enter: lock violation >>> >>> Pavel, >>> can you give a spin to this patch?: >>> http://www.freebsd.org/~attilio/unionfs_missing_insmntque_lock.patch >>> >>> I think that the unlocking is due at that point as the vnode lock can >>> be switch later on. >>> >>> Let me know what you think about it and what the test does. >> >> Thanks! >> This patch fixes the problem with lock violation. Sorry I've tested it so >> late. > > Hello, > > this patch still applies cleanly to RELENG_9_1. Was there another fix > for the issue or has it just not been PR-sent and thus forgotten? There are more things to fix in inode instantiation for unionfs. I hope to make a comprehensive patch for tests in a couple of days. Thanks, Attilio -- Peace can only be achieved by understanding - A. Einstein From owner-freebsd-stable@FreeBSD.ORG Wed Aug 8 18:18:04 2012 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 EDC001065679 for ; Wed, 8 Aug 2012 18:18:04 +0000 (UTC) (envelope-from gkontos.mail@gmail.com) Received: from mail-vc0-f182.google.com (mail-vc0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 9EAE38FC0C for ; Wed, 8 Aug 2012 18:18:04 +0000 (UTC) Received: by vcbgb22 with SMTP id gb22so1327860vcb.13 for ; Wed, 08 Aug 2012 11:18:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=RW6vXuuDqIlasDNW8WM7QknZem+N/A6W4SD9F/zUlNM=; b=zY5fWLT/JpFwUEr8VTNxHHgyiUzMLnSvoeWh2FPNRBwftel5FS2Iv+F5+tLVr4D9SL jAU0l+puYLtIUUzj6IvEihvlrXHWkgvImj29YzSMTizyUd1gXs9Yi7we8MkyI0K+3mHR a6YrMAyh8/hltcACXr25RpL2VW1yMGwe1Wevm80H58rw55wBsqYgAv408um3IKLA5jUV oQsc78Ou2lRVRN3WPnjLrWKg1mXS1IQyJp2Z+740kY4CLHPQjN4WdDmAr2DXlFnVHU5l 1yVo7stYJ2deTIkDqHAgmrdfWwR1dp7ATJ59abVSZMWtkOtbBDDGaFecOnWlok299iOx rqgg== MIME-Version: 1.0 Received: by 10.59.7.68 with SMTP id da4mr2707529ved.4.1344449883707; Wed, 08 Aug 2012 11:18:03 -0700 (PDT) Received: by 10.220.87.85 with HTTP; Wed, 8 Aug 2012 11:18:03 -0700 (PDT) In-Reply-To: <50E70CD3-2D8A-4B49-8BB1-381FB6779A71@transactionware.com> References: <50E70CD3-2D8A-4B49-8BB1-381FB6779A71@transactionware.com> Date: Wed, 8 Aug 2012 21:18:03 +0300 Message-ID: From: George Kontostanos To: Jan Mikkelsen Content-Type: text/plain; charset=ISO-8859-1 Cc: FreeBSD Stable Subject: Re: LSI 9240-4i 4K alignment 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, 08 Aug 2012 18:18:05 -0000 On Wed, Aug 8, 2012 at 10:05 AM, Jan Mikkelsen wrote: > Hi, > > Works fine for me with 9.0-p3 with the same controller, slight firmware differences: > > mfi0: 2709 (boot + 4s/0x0020/info) - Firmware version 2.120.244-1482 > mfi0: 2710 (boot + 5s/0x0020/info) - Package version 20.10.1-0077 > mfi0: 2711 (boot + 5s/0x0020/info) - Board Revision 04A > > I will be trying out 9.1-BETA on a new batch of machines next week ... > > Regards, > > Jan. > Hi can you clarify if this was done using gpart and gnop? Thanks From owner-freebsd-stable@FreeBSD.ORG Wed Aug 8 18:39:19 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 933201065670 for ; Wed, 8 Aug 2012 18:39:19 +0000 (UTC) (envelope-from denisgranato@gmail.com) Received: from mail-lpp01m010-f54.google.com (mail-lpp01m010-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 13F3B8FC08 for ; Wed, 8 Aug 2012 18:39:18 +0000 (UTC) Received: by lage12 with SMTP id e12so548585lag.13 for ; Wed, 08 Aug 2012 11:39:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=3YBF83uirNTGQEsqe3SX+TLIcjGaKiXRtiexjsKb95k=; b=JT4zkKjaTdMBGc660VvY30K81ofKj94ORZs+LDV6IyCYomZNhSY4pdhIxaZivmnJuP tzC83+3a4LFbLkrIRgdu/M/wmIHWoXTi27I1NaMm+Ouow4sNRM0qUOm3xeq+PGWodEA9 VGoFC4k4NyGdK343MNQAqK/TAI+4chOneAoCBcss36dZ0bXJI9BQrLIOnFZflwgWWW/b EyO4s7HRjgNWhlkN/GE3T3FjcoVlT2WZA0Sifj9opITDs7/BitRAVefUdOeHTUwyK+lf h74iVYnrR1ZHJseH+h9OXm4HUUir8wpyNmYUib9ckMA7goqAaN/yhq0G35xPkfN0QZjH YxAg== Received: by 10.152.144.168 with SMTP id sn8mr19279858lab.1.1344451157953; Wed, 08 Aug 2012 11:39:17 -0700 (PDT) MIME-Version: 1.0 Received: by 10.114.23.39 with HTTP; Wed, 8 Aug 2012 11:38:47 -0700 (PDT) From: Denis Granato Date: Wed, 8 Aug 2012 15:38:47 -0300 Message-ID: To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: freebsd 9 + zabbix 2.0 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, 08 Aug 2012 18:39:19 -0000 Good afternoon friends, I wanna install zabbix 2.0 on a Freebsd 9 but using ports. I read about that the ports (1.8.3) would be updated to 2.0 any news? Any one install from source without problems? tks From owner-freebsd-stable@FreeBSD.ORG Wed Aug 8 23:01:20 2012 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 873D61065670 for ; Wed, 8 Aug 2012 23:01:20 +0000 (UTC) (envelope-from janm@transactionware.com) Received: from mail3.transactionware.com (mail3.transactionware.com [202.68.173.211]) by mx1.freebsd.org (Postfix) with SMTP id B0CFA8FC0C for ; Wed, 8 Aug 2012 23:01:19 +0000 (UTC) Received: (qmail 71589 invoked by uid 907); 8 Aug 2012 23:01:18 -0000 Received: from eth222.nsw.adsl.internode.on.net (HELO [192.168.1.88]) (150.101.196.221) (smtp-auth username janm, mechanism plain) by mail3.transactionware.com (qpsmtpd/0.84) with (AES128-SHA encrypted) ESMTPSA; Thu, 09 Aug 2012 09:01:18 +1000 Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 6.0 \(1485\)) From: Jan Mikkelsen In-Reply-To: Date: Thu, 9 Aug 2012 09:01:15 +1000 Content-Transfer-Encoding: quoted-printable Message-Id: References: <50E70CD3-2D8A-4B49-8BB1-381FB6779A71@transactionware.com> To: George Kontostanos X-Mailer: Apple Mail (2.1485) Cc: FreeBSD Stable Subject: Re: LSI 9240-4i 4K alignment 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, 08 Aug 2012 23:01:20 -0000 Hi, On 09/08/2012, at 4:18 AM, George Kontostanos = wrote: > On Wed, Aug 8, 2012 at 10:05 AM, Jan Mikkelsen = wrote: >> Hi, >>=20 >> Works fine for me with 9.0-p3 with the same controller, slight = firmware differences: >>=20 >> ... > Hi can you clarify if this was done using gpart and gnop? >=20 gnop on the raw disks. Before doing the gnop, there is a "gpart destroy = -F" in the script, and dd'ing a bunch of zeros.=20 Regards, Jan. From owner-freebsd-stable@FreeBSD.ORG Thu Aug 9 00:27:00 2012 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 813F3106566B; Thu, 9 Aug 2012 00:27:00 +0000 (UTC) (envelope-from mnln.l4@gmail.com) Received: from mail-lpp01m010-f54.google.com (mail-lpp01m010-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id C8FDB8FC08; Thu, 9 Aug 2012 00:26:58 +0000 (UTC) Received: by lage12 with SMTP id e12so729311lag.13 for ; Wed, 08 Aug 2012 17:26:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=bWovx7pTANCkskgR/DPjwvvV1qlojF95kktAJTru1YM=; b=J+kiKrRk9zUQ5yebOTn5xgR8CA1aJ3WqbP8h7/cUnoYJymfFkyOsLT2ggqBSmdfclG ymsYFS/5vUgkIhKrrmmsDSCjxCSknz2zhduJ+Q2c6+LNb0E+dqny6H5xBXTP+MPx/sTG duvadyHQ5W0roV6Y4a26pzz+oovkxZUXilbCp+Wg8ieqaCLp2Nn7C47guhxgKC7PeCRN hoF+KcFtM+pikmRl4xkzY8fKTL3Tq5feQqt1Qqs4vMYIZpBnRAR04mngs9LbWYBe1POL rPrmWNZqSc2nzUhuhqRo2Y40YY2i3e52TxCUQT4qzTToi71kGnPSY68OeLohz3ycLc1d tPnQ== MIME-Version: 1.0 Received: by 10.152.104.146 with SMTP id ge18mr2152975lab.7.1344472017161; Wed, 08 Aug 2012 17:26:57 -0700 (PDT) Received: by 10.112.29.132 with HTTP; Wed, 8 Aug 2012 17:26:56 -0700 (PDT) In-Reply-To: References: <201206190754.03765.jhb@freebsd.org> Date: Wed, 8 Aug 2012 17:26:56 -0700 Message-ID: From: "mnln.l4" To: John Baldwin , freebsd-stable@freebsd.org Content-Type: text/plain; charset=UTF-8 Cc: Subject: Re: Kernel panic at early boot time 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, 09 Aug 2012 00:27:00 -0000 I finally have some time to take a closer look at this issue. Yes, it is caused by SMI#. DragonflyBSD has tried to fix the similar problem (see http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/bb467734fc407e2c2de7f8314c63dd9f708f4df4) But Windows and Linux don't cause such problem on my machine. I compared MP initialization code between FreeBSD, Linux and NetBSD. I believe the problem is FreeBSD doesn't wait for 10ms between IPI_INIT assert and IPI_INIT deassert (though FreeBSD waits for 10ms after IPI_INIT deassert). After inserting 10ms wait time, the issue is solved. BTW, Intel's MP spec 1.4 doesn't explain very well either. Patch for AMD64 (similar change for i386 as well) Index: mp_machdep.c =================================================================== --- mp_machdep.c (revision 239120) +++ mp_machdep.c (working copy) @@ -993,6 +993,8 @@ lapic_ipi_raw(APIC_DEST_DESTFLD | APIC_TRIGMOD_EDGE | APIC_LEVEL_ASSERT | APIC_DESTMODE_PHY | APIC_DELMODE_INIT, apic_id); + DELAY(10000); /* wait ~10mS */ + /* wait for pending status end */ lapic_ipi_wait(-1); For comparison, 1. FreeBSD's ap_start() method: http://fxr.watson.org/fxr/source/amd64/amd64/mp_machdep.c?v=FREEBSD9#L977 2. Linux's wakeup_secondary_cpu_via_init() method: http://lxr.linux.no/linux+v3.5/arch/x86/kernel/smpboot.c#L527 3. NetBSD's x86_ipi_init() method: http://fxr.watson.org/fxr/source/arch/x86/x86/lapic.c?v=NETBSD5#L507, http://fxr.watson.org/fxr/source/arch/xen/x86/cpu.c?v=NETBSD5;im=bigexcerpts#L858 Best, On Fri, Jun 22, 2012 at 6:55 PM, mnln.l4 wrote: > Thanks for explaining the cause! > > > On Tue, Jun 19, 2012 at 4:54 AM, John Baldwin wrote: >> >> On Sunday, June 17, 2012 2:35:14 pm mnln.l4 wrote: >> > I get a kernel panic at early boot time on 9.0-stable (r237150), >> > GENERIC, >> > AMD64. >> > >> > Repro step: >> > 1. Boot, wait for welcome screen. >> > 2. Repeat pressing Enter key rapidly (so kernel is loading, don't stop >> > pressing Enter key). >> > 3. See the following message at early boot >> >> So don't do that. All your key presses are triggering SMI# events that >> are >> interfering with the AP's ability to respond to its startup IPI. There is >> nothing we can do about this in the OS. >> >> -- >> John Baldwin > > From owner-freebsd-stable@FreeBSD.ORG Thu Aug 9 01:00:46 2012 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C4A0E106566B for ; Thu, 9 Aug 2012 01:00:46 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 94C408FC0A for ; Thu, 9 Aug 2012 01:00:46 +0000 (UTC) Received: by pbbrp2 with SMTP id rp2so2457814pbb.13 for ; Wed, 08 Aug 2012 18:00:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:date:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=KdvaZ8F9c3tTUDrFFI7Ao0BFT15Efo+EzPALgulIOi8=; b=JIk+lxQ3KGUUFs0E4aDdrBWMOse3AX4gTj3WJ5AjdPYyUxh616Xbzm5XdepiDNeO13 ehnz8DJnPTOJYfxHxaEPipDQRR8mmIYAEUM7PWMeVDAKwUETTCfz4WHSuFin5iIWo5fB hpChq/pbkhVYRTjgHtZ7fm3dioGQuj3vyxW0aT/8pmmtBcvM9fPvBq0e9CkYbstZtDxx 75jHTsS4EOzxXiu/LvQQz1ySwLFlrqko6L/nOhkWGyu2YuC1vYt1+7+pYNXxih1RKJ/r HIpPC2AwC5UeyDoh6wCkWqlEGASin+UAykqcLwRyNPMilfcMSIA3wPE4hw/VBc21Aw6o 3uXQ== Received: by 10.68.195.197 with SMTP id ig5mr40665575pbc.137.1344474039897; Wed, 08 Aug 2012 18:00:39 -0700 (PDT) Received: from pyunyh@gmail.com (lpe4.p59-icn.cdngp.net. [114.111.62.249]) by mx.google.com with ESMTPS id pt1sm8108521pbc.4.2012.08.08.18.00.35 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 08 Aug 2012 18:00:37 -0700 (PDT) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Thu, 09 Aug 2012 10:00:31 -0700 From: YongHyeon PYUN Date: Thu, 9 Aug 2012 10:00:31 -0700 To: George Mamalakis Message-ID: <20120809170031.GB3019@michelle.cdnetworks.com> References: <50224E85.2040707@eng.auth.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <50224E85.2040707@eng.auth.gr> User-Agent: Mutt/1.4.2.3i Cc: stable@freebsd.org Subject: Re: pf nat fails on msk0 from packets deriving from a jail interface X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Aug 2012 01:00:46 -0000 On Wed, Aug 08, 2012 at 02:33:25PM +0300, George Mamalakis wrote: > Hi all, > > Suddenly I am facing a problem on a new PC, using a configuration that I > have been using on more than 10 servers for the last few years. The only > thing that I find that differs from my other configuratinos is the NIC > of the PC. If not, I must be missing something very trivial. > > I have built a jail on this PC, following the handbook's guidelines > (section: application of jails). The PC has one NIC, msk0, where I run > pf on (built on my kernel; I have already tried using the module). My > pf.conf is as simple as possible: > > # cat /etc/pf.conf > > nat on msk0 from any to any -> 10.0.3.6 > pass quick all > > when I jexec inside the jail, and pf is running, I am unable to reach > any machine except my jail (not even the host). If pf is off, the > network works just fine (of course my router knows where to find my > jail's subnet). > > What is strange is that if I tcpdump on msk0, then after a few seconds > that I request something from within the jail, I see the packets going > and coming on msk0 using the correct IP (the NAT IP), but it seems that > the machine fails to route them back inside the jail. I guess this is the same issue reported in kern/170081. Some msk(4) controllers lack full hardware checksum offloading capability such that pseudo checksum should be computed by upper layer. It seems pf(4) NAT was broken for controllers that lack pseudo checksumming. This indicates the following ethernet controller do not work with pf(4) NAT. sk(4), msk(4), fxp(4), hme(4) and gem(4) Try disabling RX checksum offloading as a work-around. #ifconfig msk0 -rxcsum From owner-freebsd-stable@FreeBSD.ORG Thu Aug 9 07:15:23 2012 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 87D47106564A for ; Thu, 9 Aug 2012 07:15:23 +0000 (UTC) (envelope-from mamalos@eng.auth.gr) Received: from vergina.eng.auth.gr (vergina.eng.auth.gr [155.207.18.1]) by mx1.freebsd.org (Postfix) with ESMTP id D843E8FC16 for ; Thu, 9 Aug 2012 07:15:22 +0000 (UTC) Received: from mamalacation.ee.auth.gr (athedsl-4494147.home.otenet.gr [94.71.95.75]) (authenticated bits=0) by vergina.eng.auth.gr (8.14.4/8.14.3) with ESMTP id q797FKXQ083515 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 9 Aug 2012 10:15:21 +0300 (EEST) (envelope-from mamalos@eng.auth.gr) Message-ID: <50236381.1010502@eng.auth.gr> Date: Thu, 09 Aug 2012 10:15:13 +0300 From: George Mamalakis User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120717 Thunderbird/14.0 MIME-Version: 1.0 To: pyunyh@gmail.com References: <50224E85.2040707@eng.auth.gr> <20120809170031.GB3019@michelle.cdnetworks.com> In-Reply-To: <20120809170031.GB3019@michelle.cdnetworks.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (vergina.eng.auth.gr [192.168.18.7]); Thu, 09 Aug 2012 10:15:21 +0300 (EEST) Cc: stable@freebsd.org Subject: Re: pf nat fails on msk0 from packets deriving from a jail interface 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, 09 Aug 2012 07:15:23 -0000 On 08/09/12 20:00, YongHyeon PYUN wrote: > On Wed, Aug 08, 2012 at 02:33:25PM +0300, George Mamalakis wrote: >> Hi all, >> >> Suddenly I am facing a problem on a new PC, using a configuration that I >> have been using on more than 10 servers for the last few years. The only >> thing that I find that differs from my other configuratinos is the NIC >> of the PC. If not, I must be missing something very trivial. >> >> I have built a jail on this PC, following the handbook's guidelines >> (section: application of jails). The PC has one NIC, msk0, where I run >> pf on (built on my kernel; I have already tried using the module). My >> pf.conf is as simple as possible: >> >> # cat /etc/pf.conf >> >> nat on msk0 from any to any -> 10.0.3.6 >> pass quick all >> >> when I jexec inside the jail, and pf is running, I am unable to reach >> any machine except my jail (not even the host). If pf is off, the >> network works just fine (of course my router knows where to find my >> jail's subnet). >> >> What is strange is that if I tcpdump on msk0, then after a few seconds >> that I request something from within the jail, I see the packets going >> and coming on msk0 using the correct IP (the NAT IP), but it seems that >> the machine fails to route them back inside the jail. > I guess this is the same issue reported in kern/170081. > Some msk(4) controllers lack full hardware checksum offloading > capability such that pseudo checksum should be computed by upper > layer. It seems pf(4) NAT was broken for controllers that lack > pseudo checksumming. This indicates the following ethernet > controller do not work with pf(4) NAT. > sk(4), msk(4), fxp(4), hme(4) and gem(4) > > Try disabling RX checksum offloading as a work-around. > #ifconfig msk0 -rxcsum > You were absolutely right! Once I disabled RX checksum offloading -as you suggested- everything started working just fine. Since this issue has been reported already, I will not send a bug report. Thanx again! -- George Mamalakis IT and Security Officer Electrical and Computer Engineer (Aristotle Un. of Thessaloniki), MSc (Imperial College of London) Department of Electrical and Computer Engineering Faculty of Engineering Aristotle University of Thessaloniki phone number : +30 (2310) 994379 From owner-freebsd-stable@FreeBSD.ORG Thu Aug 9 18:27:01 2012 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1A6AF106566C; Thu, 9 Aug 2012 18:27:01 +0000 (UTC) (envelope-from asmrookie@gmail.com) Received: from mail-lpp01m010-f54.google.com (mail-lpp01m010-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 542C38FC14; Thu, 9 Aug 2012 18:26:59 +0000 (UTC) Received: by lage12 with SMTP id e12so508369lag.13 for ; Thu, 09 Aug 2012 11:26:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=1hvwvgRs6asza1fpEBZqxVNX63hgmJGUy6nyw8l7bEI=; b=xnmjUyDkjwY78Z/NxW+X0m90kAwQX86YDlb+VLkTZuT1Gl+YcDH1fjJ7xF057n4yqt VbjGjrY/PbL3ZC6KURoLA1pCwA9MBOMpV6p1/c9COcY98ETI7TLQGPEeTFy/BzTSOACl UmaldSfGg7TL/oMaPJg4c6sLX6qVP+MFE21xUbqH/nrmKQFfUKw3UEcIyIPqEIW1UFWh ib89InF2zyo3vIMG7BTewGefHE4A2J975PxEogLQ93RgcELEosRNPMF2nsYhoPOzuiEc N26cTi+di7KqRiuEaMJHhBV/yePhQI8NF5tTHZS2YDNsKsJkXLVWCZ3osfeBq2dOvIJz 51qw== MIME-Version: 1.0 Received: by 10.112.36.42 with SMTP id n10mr1266066lbj.7.1344536818804; Thu, 09 Aug 2012 11:26:58 -0700 (PDT) Sender: asmrookie@gmail.com Received: by 10.112.84.8 with HTTP; Thu, 9 Aug 2012 11:26:58 -0700 (PDT) In-Reply-To: <5022840B.3060708@omnilan.de> References: <5022840B.3060708@omnilan.de> Date: Thu, 9 Aug 2012 19:26:58 +0100 X-Google-Sender-Auth: UU3P3hNDiCaGdLjsPGInlBZUY5Q Message-ID: From: Attilio Rao To: Harald Schmalzbauer Content-Type: multipart/mixed; boundary=e0cb4efe309e78e8fb04c6d95f1e Cc: stable@freebsd.org, daichi@freebsd.org, Pavel Polyakov Subject: Re: lock violation in unionfs (9.0-STABLE r230270) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: attilio@FreeBSD.org List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Aug 2012 18:27:01 -0000 --e0cb4efe309e78e8fb04c6d95f1e Content-Type: text/plain; charset=UTF-8 On 8/8/12, Harald Schmalzbauer wrote: > schrieb Pavel Polyakov am 06.03.2012 11:20 (localtime): >>>> mount -t unionfs -o noatime /usr /mnt >>>> >>>> insmntque: mp-safe fs and non-locked vp: 0xfffffe01d96704f0 is not >>>> exclusive locked but should be >>>> KDB: enter: lock violation >>> >>> Pavel, >>> can you give a spin to this patch?: >>> http://www.freebsd.org/~attilio/unionfs_missing_insmntque_lock.patch >>> >>> I think that the unlocking is due at that point as the vnode lock can >>> be switch later on. >>> >>> Let me know what you think about it and what the test does. >> >> Thanks! >> This patch fixes the problem with lock violation. Sorry I've tested it so >> late. > > Hello, > > this patch still applies cleanly to RELENG_9_1. Was there another fix > for the issue or has it just not been PR-sent and thus forgotten? Can you and Pavel try the attached patch? Unfortunately I had no time to test it, I just made in 5 free mins from a non-FreeBSD workstation, then you should be able to tell me if it works or not, even compiling it on a RELENG_9_1. Please try with INVARIANTS option on. Thanks, Attilio -- Peace can only be achieved by understanding - A. Einstein --e0cb4efe309e78e8fb04c6d95f1e Content-Type: text/x-patch; charset=US-ASCII; name="unionfs_nodeget.patch" Content-Disposition: attachment; filename="unionfs_nodeget.patch" Content-Transfer-Encoding: base64 X-Attachment-Id: file0 SW5kZXg6IHN5cy9mcy91bmlvbmZzL3VuaW9uX3N1YnIuYwo9PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09Ci0tLSBzeXMvZnMv dW5pb25mcy91bmlvbl9zdWJyLmMJKHJldmlzaW9uIDIzOTE1MikKKysrIHN5cy9mcy91bmlvbmZz L3VuaW9uX3N1YnIuYwkod29ya2luZyBjb3B5KQpAQCAtMjM3LDcgKzIzNyw4IEBAIHVuaW9uZnNf bm9kZWdldChzdHJ1Y3QgbW91bnQgKm1wLCBzdHJ1Y3Qgdm5vZGUgKnVwCiAJCWlmICh2cCAhPSBO VUxMVlApIHsKIAkJCXZyZWYodnApOwogCQkJKnZwcCA9IHZwOwotCQkJZ290byB1bmlvbmZzX25v ZGVnZXRfb3V0OworCQkJbG9ja21ncih2cC0+dl92bmxvY2ssIExLX0VYQ0xVU0lWRSwgTlVMTCk7 CisJCQlyZXR1cm4gKDApOwogCQl9CiAJfQogCkBAIC0yNTUsMTcgKzI1NiwxOSBAQCB1bmlvbmZz X25vZGVnZXQoc3RydWN0IG1vdW50ICptcCwgc3RydWN0IHZub2RlICp1cAogCSAqLwogCXVucCA9 IG1hbGxvYyhzaXplb2Yoc3RydWN0IHVuaW9uZnNfbm9kZSksCiAJICAgIE1fVU5JT05GU05PREUs IE1fV0FJVE9LIHwgTV9aRVJPKTsKKwlpZiAocGF0aCAhPSBOVUxMKSB7CisJCXVucC0+dW5fcGF0 aCA9IChjaGFyICopCisJCSAgICBtYWxsb2MoY25wLT5jbl9uYW1lbGVuICsxLCBNX1VOSU9ORlNQ QVRILCBNX1dBSVRPS3xNX1pFUk8pOworCQliY29weShjbnAtPmNuX25hbWVwdHIsIHVucC0+dW5f cGF0aCwgY25wLT5jbl9uYW1lbGVuKTsKKwkJdW5wLT51bl9wYXRoW2NucC0+Y25fbmFtZWxlbl0g PSAnXDAnOworCX0KIAogCWVycm9yID0gZ2V0bmV3dm5vZGUoInVuaW9uZnMiLCBtcCwgJnVuaW9u ZnNfdm5vZGVvcHMsICZ2cCk7CiAJaWYgKGVycm9yICE9IDApIHsKKwkJZnJlZSh1bnAtPnVuX3Bh dGgsIE1fVU5JT05GU05PREUpOwogCQlmcmVlKHVucCwgTV9VTklPTkZTTk9ERSk7CiAJCXJldHVy biAoZXJyb3IpOwogCX0KLQllcnJvciA9IGluc21udHF1ZSh2cCwgbXApOwkvKiBYWFg6IFRvbyBl YXJseSBmb3IgbXBzYWZlIGZzICovCi0JaWYgKGVycm9yICE9IDApIHsKLQkJZnJlZSh1bnAsIE1f VU5JT05GU05PREUpOwotCQlyZXR1cm4gKGVycm9yKTsKLQl9CiAJaWYgKGR2cCAhPSBOVUxMVlAp CiAJCXZyZWYoZHZwKTsKIAlpZiAodXBwZXJ2cCAhPSBOVUxMVlApCkBAIC0yODYsMTUgKzI4OSwy MiBAQCB1bmlvbmZzX25vZGVnZXQoc3RydWN0IG1vdW50ICptcCwgc3RydWN0IHZub2RlICp1cAog CWVsc2UKIAkJdnAtPnZfdm5sb2NrID0gbG93ZXJ2cC0+dl92bmxvY2s7CiAKLQlpZiAocGF0aCAh PSBOVUxMKSB7Ci0JCXVucC0+dW5fcGF0aCA9IChjaGFyICopCi0JCSAgICBtYWxsb2MoY25wLT5j bl9uYW1lbGVuICsxLCBNX1VOSU9ORlNQQVRILCBNX1dBSVRPS3xNX1pFUk8pOwotCQliY29weShj bnAtPmNuX25hbWVwdHIsIHVucC0+dW5fcGF0aCwgY25wLT5jbl9uYW1lbGVuKTsKLQkJdW5wLT51 bl9wYXRoW2NucC0+Y25fbmFtZWxlbl0gPSAnXDAnOwotCX0KIAl2cC0+dl90eXBlID0gdnQ7CiAJ dnAtPnZfZGF0YSA9IHVucDsKIAorCWxvY2ttZ3IodnAtPnZfdm5sb2NrLCBMS19FWENMVVNJVkUs IE5VTEwpOworCWVycm9yID0gaW5zbW50cXVlKHZwLCBtcCk7CisJaWYgKGVycm9yICE9IDApIHsK KwkJaWYgKGR2cCAhPSBOVUxMVlApCisJCQl2cmVsZShkdnApOworCQlpZiAodXBwZXJ2cCAhPSBO VUxMVlApCisJCQl2cmVsZSh1cHBlcnZwKTsKKwkJaWYgKGxvd2VydnAgIT0gTlVMTFZQKQorCQkJ dnJlbGUobG93ZXJ2cCk7CisJCWZyZWUodW5wLT51bl9wYXRoLCBNX1VOSU9ORlNOT0RFKTsKKwkJ ZnJlZSh1bnAsIE1fVU5JT05GU05PREUpOworCQlyZXR1cm4gKGVycm9yKTsKKwl9CiAJaWYgKCh1 cHBlcnZwICE9IE5VTExWUCAmJiB1bXAtPnVtX3VwcGVydnAgPT0gdXBwZXJ2cCkgJiYKIAkgICAg KGxvd2VydnAgIT0gTlVMTFZQICYmIHVtcC0+dW1fbG93ZXJ2cCA9PSBsb3dlcnZwKSkKIAkJdnAt PnZfdmZsYWcgfD0gVlZfUk9PVDsKQEAgLTMxNywxMSArMzI3LDYgQEAgdW5pb25mc19ub2RlZ2V0 KHN0cnVjdCBtb3VudCAqbXAsIHN0cnVjdCB2bm9kZSAqdXAKIAkJdnJlZih2cCk7CiAJfSBlbHNl CiAJCSp2cHAgPSB2cDsKLQotdW5pb25mc19ub2RlZ2V0X291dDoKLQlpZiAobGtmbGFncyAmIExL X1RZUEVfTUFTSykKLQkJdm5fbG9jayh2cCwgbGtmbGFncyB8IExLX1JFVFJZKTsKLQogCXJldHVy biAoMCk7CiB9CiAK --e0cb4efe309e78e8fb04c6d95f1e-- From owner-freebsd-stable@FreeBSD.ORG Thu Aug 9 18:48:32 2012 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 0E388106564A; Thu, 9 Aug 2012 18:48:32 +0000 (UTC) (envelope-from h.schmalzbauer@omnilan.de) Received: from host.omnilan.net (s1.omnilan.net [62.245.232.135]) by mx1.freebsd.org (Postfix) with ESMTP id 6D1A48FC14; Thu, 9 Aug 2012 18:48:30 +0000 (UTC) Received: from titan.inop.wdn.omnilan.net (titan.inop.wdn.omnilan.net [172.21.3.1]) (authenticated bits=0) by host.omnilan.net (8.13.8/8.13.8) with ESMTP id q79Imbci084650 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 9 Aug 2012 20:48:37 +0200 (CEST) (envelope-from h.schmalzbauer@omnilan.de) Message-ID: <502405F7.6070404@omnilan.de> Date: Thu, 09 Aug 2012 20:48:23 +0200 From: Harald Schmalzbauer Organization: OmniLAN User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; de-DE; rv:1.9.2.8) Gecko/20100906 Lightning/1.0b2 Thunderbird/3.1.2 MIME-Version: 1.0 To: attilio@FreeBSD.org References: <5022840B.3060708@omnilan.de> In-Reply-To: X-Enigmail-Version: 1.1.2 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig34E9508A3906AABEC440D3CF" Cc: stable@FreeBSD.org, daichi@FreeBSD.org, Pavel Polyakov Subject: Re: lock violation in unionfs (9.0-STABLE r230270) 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, 09 Aug 2012 18:48:32 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig34E9508A3906AABEC440D3CF Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable schrieb Attilio Rao am 09.08.2012 20:26 (localtime): > On 8/8/12, Harald Schmalzbauer wrote: >> schrieb Pavel Polyakov am 06.03.2012 11:20 (localtime): >>>>> mount -t unionfs -o noatime /usr /mnt >>>>> >>>>> insmntque: mp-safe fs and non-locked vp: 0xfffffe01d96704f0 is not >>>>> exclusive locked but should be >>>>> KDB: enter: lock violation >>>> Pavel, >>>> can you give a spin to this patch?: >>>> http://www.freebsd.org/~attilio/unionfs_missing_insmntque_lock.patch= >>>> >>>> I think that the unlocking is due at that point as the vnode lock ca= n >>>> be switch later on. >>>> >>>> Let me know what you think about it and what the test does. >>> Thanks! >>> This patch fixes the problem with lock violation. Sorry I've tested i= t so >>> late. >> Hello, >> >> this patch still applies cleanly to RELENG_9_1. Was there another fix >> for the issue or has it just not been PR-sent and thus forgotten? > Can you and Pavel try the attached patch? Unfortunately I had no time > to test it, I just made in 5 free mins from a non-FreeBSD workstation, > then you should be able to tell me if it works or not, even compiling > it on a RELENG_9_1. > Please try with INVARIANTS option on Unfortunately I don't have a spare machine handy, but I ran a kernel compile job in our lab and at least I can confirm that it applies + compiles fine (i386 target on amd64, RELENG_9_1, options UNIONFS static included on a heavy-nodevice-over-GENERIC kernel). Thanks, -Harry P.S.: I'll have a nice testing machine vacant soon, so if no one else has time to test, I can come back in about 2 weeks with results. But that's far too late for 9.1-RELEASE I guess. --------------enig34E9508A3906AABEC440D3CF Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (FreeBSD) iEYEARECAAYFAlAkBfcACgkQLDqVQ9VXb8iW8gCgvi4tg7xjVGO4FftcFCHPJzt8 OEwAoM4RF9ABALbttFjPrGLfeIVmbp3z =DWLh -----END PGP SIGNATURE----- --------------enig34E9508A3906AABEC440D3CF-- From owner-freebsd-stable@FreeBSD.ORG Fri Aug 10 11:11:20 2012 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 6E935106566C for ; Fri, 10 Aug 2012 11:11:20 +0000 (UTC) (envelope-from denisgranato@gmail.com) Received: from mail-lb0-f182.google.com (mail-lb0-f182.google.com [209.85.217.182]) by mx1.freebsd.org (Postfix) with ESMTP id DDEDB8FC08 for ; Fri, 10 Aug 2012 11:11:19 +0000 (UTC) Received: by lbbgk8 with SMTP id gk8so986106lbb.13 for ; Fri, 10 Aug 2012 04:11:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=zHNJ31BY4tmyHS2W2fKOupB03bQHSl33oc0o+4PKNeA=; b=i7/l4yZLre+yGyHbqFhERC3fFtr12wh+DAGaTMMXkNS1wA4aFY8ukhL6c2XNY3d7o4 hzZu3sbpG+xrhrFwnaFSOC39yHFn977XXkXc5RGZB391PmiN89Nn9J2j0g9cFj7MTra7 z3h3RkAHryqH/52jLhU541lEZj1hI7kyxOXTHMWHe5paUxCA/sOD98LvcfzdthqEmqxj rhHKjPAN+cHqofaeLNAC7nY5c5zVAwVyqf/0afdsSkJNwL29pJUVrXK9NfUbu9WvHTHI MJ6B3y70X8ZhAkB2AnrFo9kzkWv8bma3ViurD7G91d0E6TLHKQpCjgZOF/V/mbWwXker ciaA== Received: by 10.152.144.163 with SMTP id sn3mr2594476lab.37.1344597072924; Fri, 10 Aug 2012 04:11:12 -0700 (PDT) MIME-Version: 1.0 Received: by 10.114.23.39 with HTTP; Fri, 10 Aug 2012 04:10:42 -0700 (PDT) From: Denis Granato Date: Fri, 10 Aug 2012 08:10:42 -0300 Message-ID: To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: ports /databases/postgresql92-server beta 3 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, 10 Aug 2012 11:11:20 -0000 Good morning guys. I installed sucessfully a postgresql 9.2 beta 2 last month in databases/postgresql92-server But yesterday in another server ai update my ports tree and this change to postgresql 9.3 but the "make install clean" can fetch the file postgresql-9.2beta3.tar.bz2 (file not found) Any knows the port maintainer? regards From owner-freebsd-stable@FreeBSD.ORG Fri Aug 10 11:28:16 2012 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 0A3AA106564A for ; Fri, 10 Aug 2012 11:28:16 +0000 (UTC) (envelope-from gondim@bsdinfo.com.br) Received: from zeus.linuxinfo.com.br (zeus.linuxinfo.com.br [186.193.48.13]) by mx1.freebsd.org (Postfix) with ESMTP id B5F858FC0C for ; Fri, 10 Aug 2012 11:28:15 +0000 (UTC) Received: from zeus.linuxinfo.com.br (zeus.linuxinfo.com.br [127.0.0.1]) by zeus.linuxinfo.com.br (Postfix) with ESMTP id C67B1466A46D for ; Fri, 10 Aug 2012 08:27:59 -0300 (BRT) X-Virus-Scanned: amavisd-new at zeus.linuxinfo.com.br Received: from zeus.linuxinfo.com.br ([127.0.0.1]) by zeus.linuxinfo.com.br (zeus.linuxinfo.com.br [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sVS0_a2NjsxL for ; Fri, 10 Aug 2012 08:27:55 -0300 (BRT) Received: from [192.168.3.11] (unknown [186.193.48.8]) by zeus.linuxinfo.com.br (Postfix) with ESMTPSA id A93A4466A422 for ; Fri, 10 Aug 2012 08:27:55 -0300 (BRT) Message-ID: <5024F046.4070903@bsdinfo.com.br> Date: Fri, 10 Aug 2012 08:28:06 -0300 From: Marcelo Gondim User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20120713 Thunderbird/14.0 MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: ports /databases/postgresql92-server beta 3 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, 10 Aug 2012 11:28:16 -0000 Em 10/08/2012 08:10, Denis Granato escreveu: > Good morning guys. > > I installed sucessfully a postgresql 9.2 beta 2 last month in > databases/postgresql92-server > > But yesterday in another server ai update my ports tree and this change to > postgresql 9.3 > but the "make install clean" can fetch the file postgresql-9.2beta3.tar.bz2 > (file not found) > > Any knows the port maintainer? > > regards > _______________________________________________ > 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" > Hi Denis, Try to use portmaster to resolve this problem with the parameter "-o". Example: portmaster -o databases/postgresql92-server This goes change for databases/postgresql92-server From owner-freebsd-stable@FreeBSD.ORG Fri Aug 10 11:45:38 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E51B01065678 for ; Fri, 10 Aug 2012 11:45:38 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 6CA778FC1E for ; Fri, 10 Aug 2012 11:45:38 +0000 (UTC) Received: by bkcje9 with SMTP id je9so580612bkc.13 for ; Fri, 10 Aug 2012 04:45:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=Kn6aIORbNvCdSVd94j3LJbnJlMkxFtn8qMTCWoIoEyo=; b=fHQf2KU+wgwXLsEqTrDh+nZjCICxL2j2gQ+tKcyfYgmfhPUkW2+6BlUhtt4/ZwG8m3 x2C80BudtwZm2t74KEjXqh8MEFMNqsi7p17XK6Xb4YVTxgsV/9gIphYM+5yGXpgt7rW9 rP26CPhotXIlldcNcQFCJADd8M4DiNtMRDTWxuH+r3ifeX4KiiKWfOnGWVjl654SvdDh n/PN51QZD9A78Y/4zvP7KlC+cqzz8i9fFuhiQ9YbH9J/55mGKzUgetCHh7CvD3szi0rO VOYFn1DbJu7M25EO8DInse1UA5H1AanNYSqopWnEpBy88R/AfcMiLarDRTHHQNm9mTNw DN5A== Received: by 10.204.148.72 with SMTP id o8mr954379bkv.103.1344599137188; Fri, 10 Aug 2012 04:45:37 -0700 (PDT) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.204.231.7 with HTTP; Fri, 10 Aug 2012 04:45:06 -0700 (PDT) In-Reply-To: <5024F046.4070903@bsdinfo.com.br> References: <5024F046.4070903@bsdinfo.com.br> From: Chris Rees Date: Fri, 10 Aug 2012 12:45:06 +0100 X-Google-Sender-Auth: KfT-XXYwsjlx_2qqK0PK4toazPs Message-ID: To: Marcelo Gondim Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-stable@freebsd.org Subject: Re: ports /databases/postgresql92-server beta 3 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, 10 Aug 2012 11:45:39 -0000 On 10 August 2012 12:28, Marcelo Gondim wrote: > Em 10/08/2012 08:10, Denis Granato escreveu: > >> Good morning guys. >> >> I installed sucessfully a postgresql 9.2 beta 2 last month in >> databases/postgresql92-server >> >> But yesterday in another server ai update my ports tree and this change to >> postgresql 9.3 >> but the "make install clean" can fetch the file >> postgresql-9.2beta3.tar.bz2 >> (file not found) >> >> Any knows the port maintainer? >> >> regards >> _______________________________________________ >> 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" >> > Hi Denis, > > Try to use portmaster to resolve this problem with the parameter "-o". > Example: > > portmaster -o databases/postgresql92-server > > This goes change for databases/postgresql92-server S'ok, I've just fixed it. The URL was wrong in the port, sorry. Patch at http://svnweb.freebsd.org/ports/head/databases/postgresql92-server/Makefile?view=patch&r1=302226&r2=302384&pathrev=302384 Chris From owner-freebsd-stable@FreeBSD.ORG Fri Aug 10 17:22:08 2012 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 271481065672 for ; Fri, 10 Aug 2012 17:22:08 +0000 (UTC) (envelope-from denisgranato@gmail.com) Received: from mail-lpp01m010-f54.google.com (mail-lpp01m010-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 979398FC0A for ; Fri, 10 Aug 2012 17:22:06 +0000 (UTC) Received: by lage12 with SMTP id e12so1187887lag.13 for ; Fri, 10 Aug 2012 10:22:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=I9atUs1Vo9KuxgeXhT66LIgI+jdH+HpBNexKBBsTl4k=; b=Up6dfvnRDL8aLlqV1L2OTFsp2CYDHYCmd9sk6239KgknNYMzD3ovOo1erf6PWrpZjy hW3vsEkJ4CKgL9ah/aXUeVoXEaBj68XKp9UG1DfRzImJVAO4nbVX0idOsC0vsqh7KC2D JeK2mQUPp4pZGeDq1weyPGqEvTWvF4GzAxMuFEyDdsWU2hfT80Mf6Sp+61Q0B3AaeUwE A9MgH6p7ikWlPtaJn787foOCg7l+JM8PpFyD7eKbfDmQvzToJKUbzVFQzORKqa3xKrVU MHqo+iE+jpseeGr1B4rnboHZL5MLWjOtMlDejckY8HN9PS9T03yXTmZqaeuCkytfEg3P oI1g== Received: by 10.152.125.116 with SMTP id mp20mr186572lab.19.1344619320511; Fri, 10 Aug 2012 10:22:00 -0700 (PDT) MIME-Version: 1.0 Received: by 10.114.23.39 with HTTP; Fri, 10 Aug 2012 10:21:30 -0700 (PDT) From: Denis Granato Date: Fri, 10 Aug 2012 14:21:30 -0300 Message-ID: To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: error install net-mgmt/net-snmp on 9.1 PRE-RELEASE 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, 10 Aug 2012 17:22:08 -0000 Good afternoon guys. I'm trying to install net-snmp on a 9.1 PRE-RELEASE server but got this error; sctp-mib/sctpTables_freebsd.c: In function 'parse_assoc_local_addresses': sctp-mib/sctpTables_freebsd.c:40: error: 'union sctp_sockstore' has no member named 'sin' sctp-mib/sctpTables_freebsd.c: In function 'parse_remaddr_xraddr': sctp-mib/sctpTables_freebsd.c:157: error: 'union sctp_sockstore' has no member named 'sin' *** [sctp-mib/sctpTables_freebsd.lo] Error code 1 Stop in /usr/ports/net-mgmt/net-snmp/work/net-snmp-5.7.1/agent/mibgroup. *** [subdirs] Error code 1 Stop in /usr/ports/net-mgmt/net-snmp/work/net-snmp-5.7.1/agent. *** [subdirs] Error code 1 Stop in /usr/ports/net-mgmt/net-snmp/work/net-snmp-5.7.1. *** [do-build] Error code 1 Stop in /usr/ports/net-mgmt/net-snmp. *** [build] Error code 1 Stop in /usr/ports/net-mgmt/net-snmp. ===>>> make failed for net-mgmt/net-snmp ===>>> Aborting update Terminated tks From owner-freebsd-stable@FreeBSD.ORG Fri Aug 10 18:16:11 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 57C291065674 for ; Fri, 10 Aug 2012 18:16:11 +0000 (UTC) (envelope-from denisgranato@gmail.com) Received: from mail-lpp01m010-f54.google.com (mail-lpp01m010-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id C7F668FC14 for ; Fri, 10 Aug 2012 18:16:10 +0000 (UTC) Received: by lage12 with SMTP id e12so1218475lag.13 for ; Fri, 10 Aug 2012 11:16:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=/+2CQrCTHWou/WYpYW0uBoNmXFPRmdNAPQ9xsZ47vJc=; b=LZoDz3HDZD8NcfgcSfHJeli8+WANgPi/TX2IKth+1E2f9bSnfcuWCrz6cGbSChFdkd +0o664eTlpBwyDnJ8tvJPrXWW9A+SRVfh338mNdhu1XalMIN94heZzf17EH9ANdE666Q +HBy4gOg0DWzzshq+M4FaB7CXteBjbQo5F6YxiBYlhgIVI49t4Wy6+jJkbbS8Eqlylco jviJqLJmoC5AQHNTcmPOllsWr7nvjvvKKk7n8aL8zCs6npLb4uROrZZEj4HCQFv9YZbs Vhq+Q0+NwZ7+e0ASAZj/J+d45z+scTmFulTSlnZLPRCzyjjhACWu4VfXQmOgLpSUEN5Q C2Vw== Received: by 10.112.24.229 with SMTP id x5mr2803385lbf.23.1344622569713; Fri, 10 Aug 2012 11:16:09 -0700 (PDT) MIME-Version: 1.0 Received: by 10.114.23.39 with HTTP; Fri, 10 Aug 2012 11:15:39 -0700 (PDT) From: Denis Granato Date: Fri, 10 Aug 2012 15:15:39 -0300 Message-ID: To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: error install net-mgmt/net-snmp on 9.1 PRE-RELEASE [SOLVED] 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, 10 Aug 2012 18:16:11 -0000 I follow this link http://svnweb.freebsd.org/base/head/sys/netinet/sctp_uio.h?r1=238790&r2=238789&pathrev=238790 and solved my problem tks On Fri, Aug 10, 2012 at 2:21 PM, Denis Granato wrote: > Good afternoon guys. > > I'm trying to install net-snmp on a 9.1 PRE-RELEASE server but got this > error; > > sctp-mib/sctpTables_freebsd.c: In function 'parse_assoc_local_addresses': > sctp-mib/sctpTables_freebsd.c:40: error: 'union sctp_sockstore' has no > member named 'sin' > sctp-mib/sctpTables_freebsd.c: In function 'parse_remaddr_xraddr': > sctp-mib/sctpTables_freebsd.c:157: error: 'union sctp_sockstore' has no > member named 'sin' > *** [sctp-mib/sctpTables_freebsd.lo] Error code 1 > > Stop in /usr/ports/net-mgmt/net-snmp/work/net-snmp-5.7.1/agent/mibgroup. > *** [subdirs] Error code 1 > > Stop in /usr/ports/net-mgmt/net-snmp/work/net-snmp-5.7.1/agent. > *** [subdirs] Error code 1 > > Stop in /usr/ports/net-mgmt/net-snmp/work/net-snmp-5.7.1. > *** [do-build] Error code 1 > > Stop in /usr/ports/net-mgmt/net-snmp. > *** [build] Error code 1 > > Stop in /usr/ports/net-mgmt/net-snmp. > > ===>>> make failed for net-mgmt/net-snmp > ===>>> Aborting update > > Terminated > > > tks > > From owner-freebsd-stable@FreeBSD.ORG Sat Aug 11 03:46:40 2012 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 D0002106564A for ; Sat, 11 Aug 2012 03:46:40 +0000 (UTC) (envelope-from prvs=057075c1f7=louise.palsson@kau.se) Received: from tiger.dc.kau.se (smtp.kau.se [193.10.220.38]) by mx1.freebsd.org (Postfix) with ESMTP id 8DEE58FC0C for ; Sat, 11 Aug 2012 03:46:39 +0000 (UTC) X-Spam-Processed: mail.kau.se, Sat, 11 Aug 2012 05:37:05 +0200 (not processed: spam filter heuristic analysis disabled) X-Authenticated-Sender: louipals@kau.se X-MDRemoteIP: 61.19.252.9 X-Return-Path: louise.palsson@kau.se X-Envelope-From: louise.palsson@kau.se X-MDaemon-Deliver-To: stable@freebsd.org Date: Sat, 11 Aug 2012 10:37:23 +0400 From: Martha Hines Organization: tufrn X-Priority: 3 (Normal) Message-ID: <472234179.20120811103723@kau.se> To: stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit Cc: Subject: take measures against impyotuence - bbufy VjaqrRa Ppjills 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, 11 Aug 2012 03:46:40 -0000 beuyr cialiis and forget about everything http://joy-fashion.ru/libraries/dis.php?Martha Hines best regards, Martha Hines From owner-freebsd-stable@FreeBSD.ORG Sat Aug 11 06:42:38 2012 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 578B5106566B for ; Sat, 11 Aug 2012 06:42:38 +0000 (UTC) (envelope-from john.marshall@riverwillow.com.au) Received: from mail1.riverwillow.net.au (mail1.riverwillow.net.au [203.58.93.36]) by mx1.freebsd.org (Postfix) with ESMTP id D3DB68FC0A for ; Sat, 11 Aug 2012 06:42:37 +0000 (UTC) Received: from rwpc15.mby.riverwillow.net.au (rwpc15.mby.riverwillow.net.au [172.25.24.201]) (authenticated bits=56) by mail1.riverwillow.net.au (8.14.5/8.14.5) with ESMTP id q7B6gY9k001640 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sat, 11 Aug 2012 16:42:36 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=riverwillow.com.au; s=m1001; t=1344667356; bh=YWO9LhDaWlRQTU92lif0WVIYJUlewSkaHKE5E5ipjz0=; h=Date:From:To:Subject; b=GY/1l6mi/oCds8njax8ubJE775S9Ez6TdhVWro4rWj++ZlWB50m8cmLJCKFiMiAfP BTzVInVlO+6InX4jXqYcA0gsK4ZXsN0FjLP27QEm6KbLt9LLapkBzswOXNFfIR3uc8 1vrUQit1MrN6QpEPJx5/TTAUgoKZwN/sFymsXa/Q= Date: Sat, 11 Aug 2012 16:42:34 +1000 From: John Marshall To: freebsd-stable@freebsd.org Message-ID: <20120811064234.GB1526@rwpc15.mby.riverwillow.net.au> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="yEPQxsgoJgBvi8ip" Content-Disposition: inline OpenPGP: id=A29A84A2; url=http://pki.riverwillow.com.au/pgp/johnmarshall.asc User-Agent: Mutt/1.5.21 (2010-09-15) Subject: 9.1 needs patch for /usr/bin/krb5-config 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, 11 Aug 2012 06:42:38 -0000 --yEPQxsgoJgBvi8ip Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable This morning I source-upgraded a server (i386) from 8.3-RELEASE to 9.1-RC1 and rebuilt all of the ports. FreeBSD 9.1-RC1 #0 r239145: Fri Aug 10 21:14:54 AEST 2012 i386 The only non-starter after deleting and rebuilding all ports was www/apache22 with www/mod_auth_kerb2. httpd: Syntax error on line 85 of /usr/local/etc/apache22/httpd.conf: Can= not load /usr/local/libexec/apache22/mod_auth_kerb.so into server: /usr/loc= al/libexec/apache22/mod_auth_kerb.so: Undefined symbol "gsskrb5_register_ac= ceptor_identity" /usr/local/etc/rc.d/apache22: WARNING: failed to start apache22 George Mamalakis reported the same problem on 8-STABLE in April and filed a PR (kern/156245) with a patch to /usr/bin/krb5-config. I applied the patch to that file on my 9.1 server, rebuilt www/mod_auth_kerb2, and all is well. Perhaps a committer might consider looking at that PR? Thank you. --=20 John Marshall --yEPQxsgoJgBvi8ip Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlAl/toACgkQw/tAaKKahKIe0gCdGsrWMetUxF7bZI1IJ/IHlfXm KN8AniraZHn8P49I/k9Dg7RYd8/H9qDy =iA6f -----END PGP SIGNATURE----- --yEPQxsgoJgBvi8ip-- From owner-freebsd-stable@FreeBSD.ORG Sat Aug 11 16:17:00 2012 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 054DC1065672; Sat, 11 Aug 2012 16:17:00 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from sarah.protected-networks.net (sarah.protected-networks.net [202.12.127.65]) by mx1.freebsd.org (Postfix) with ESMTP id C09ED8FC0A; Sat, 11 Aug 2012 16:16:59 +0000 (UTC) Received: from toshi.auburn.protected-networks.net (toshi.auburn.protected-networks.net [IPv6:2001:470:1f07:4e1::4]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "Iain Butler", Issuer "RSA Class 2 Personal CA v2" (verified OK)) (Authenticated sender: imb@protected-networks.net) by sarah.protected-networks.net (Postfix) with ESMTPSA id 1143060E4; Sat, 11 Aug 2012 12:16:52 -0400 (EDT) DomainKey-Signature: a=rsa-sha1; s=200509; d=protected-networks.net; c=nofws; q=dns; h=message-id:date:from:user-agent:mime-version:to:cc:subject: references:in-reply-to:x-enigmail-version:openpgp:content-type:content-transfer-encoding; b=HjALqQYt7uh6tARkPyOknxmW/AY4/gEGZqHD+rqMkC2/KjRVKusx4d7LOHkNNBslS F0Q6UW5RpdQcInTkQpD2AW2G35QK7r8YtNlmuYXgitzuucWM1Gd/d2zNZbzVxqc Message-ID: <50268572.7030204@protected-networks.net> Date: Sat, 11 Aug 2012 12:16:50 -0400 From: Michael Butler User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:14.0) Gecko/20120727 Thunderbird/14.0 MIME-Version: 1.0 To: Gleb Smirnoff References: <501D52AD.4010105@protected-networks.net> <20120806180617.GJ20560@FreeBSD.org> In-Reply-To: <20120806180617.GJ20560@FreeBSD.org> X-Enigmail-Version: 1.4.2 OpenPGP: id=0442D492 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit Cc: stable@FreeBSD.org, current@FreeBSD.org Subject: Re: geom mirror now rebuilding on every reboot? 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, 11 Aug 2012 16:17:00 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 08/06/12 14:06, Gleb Smirnoff wrote: > Michael, > > On Sat, Aug 04, 2012 at 12:49:49PM -0400, Michael Butler wrote: > M> Something in -current and recently MFC'd to -stable is causing all of my > M> gmirror drives to rebuild on reboot :-( > M> > M> Being remote and these being production machines, I suspect SVN r237929 > M> and r237930 in -current and SVN r238500 to -stable but haven't yet been > M> able to prove it. > > I'd appreciate if you test that and either confirm or disclaim that > r238500 introduces such regression. Thanks! I'm only home for a few hours this weekend (enough to do the laundry before hitting the road again :-() but I did prove that disabling SUJ and moving back to SU mitigates the problem, imb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (FreeBSD) iEYEARECAAYFAlAmhXIACgkQQv9rrgRC1JLqCQCghWIHeG9m3q6qY2o4vuTqXAx1 PSkAoIKgsEfiDxJJAqni/bL2CqRBG4+D =3fLJ -----END PGP SIGNATURE-----