From owner-freebsd-stable@FreeBSD.ORG Sun Mar 1 00:19:27 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 35BCD106566C for ; Sun, 1 Mar 2009 00:19:27 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from constantine.ticketswitch.com (constantine.ticketswitch.com [IPv6:2002:57e0:1d4e:1::3]) by mx1.freebsd.org (Postfix) with ESMTP id F005A8FC14 for ; Sun, 1 Mar 2009 00:19:26 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from dilbert.rattatosk ([10.64.50.6] helo=dilbert.ticketswitch.com) by constantine.ticketswitch.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1LdZOq-000Mt0-0v; Sun, 01 Mar 2009 00:19:20 +0000 Received: from petefrench by dilbert.ticketswitch.com with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1LdZOp-00085f-Vt; Sun, 01 Mar 2009 00:19:19 +0000 To: dnelson@allantgroup.com In-Reply-To: <20090228230127.GA3465@dan.emsphone.com> Message-Id: From: Pete French Date: Sun, 01 Mar 2009 00:19:19 +0000 Cc: freebsd-stable@freebsd.org Subject: Re: vm_thread_new: kstack allocation failed with vm.kmem_size="1536M" 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, 01 Mar 2009 00:19:27 -0000 > You've probably reduced kmem_size from the default. I don't set anything on > my 6 GB amd64 system, and I get: > > $ sysctl vm.kmem_size vm.kmem_size_max > vm.kmem_size: 2061496320 > vm.kmem_size_max: 3865468109 > > I assume your 16GB system would default to even larger numbers. What values > do you get without forcing anything in loader.conf? Nope, I get 419430400 (i.e. 400M) on all the machines without anything in loader.conf - what version of FreeBSD are you running to get those numbers ? I thought that 1536M was the absolute maximum for kmem in versions of FreeBSD before 8-CURRENT. -pete. From owner-freebsd-stable@FreeBSD.ORG Sun Mar 1 03:10:13 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 51C671065672 for ; Sun, 1 Mar 2009 03:10:13 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from email1.allantgroup.com (email1.emsphone.com [199.67.51.115]) by mx1.freebsd.org (Postfix) with ESMTP id 088C18FC0C for ; Sun, 1 Mar 2009 03:10:12 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by email1.allantgroup.com (8.14.0/8.14.0) with ESMTP id n213ACEI019952 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 28 Feb 2009 21:10:12 -0600 (CST) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (localhost [127.0.0.1]) by dan.emsphone.com (8.14.3/8.14.3) with ESMTP id n213A6jI027403 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 28 Feb 2009 21:10:11 -0600 (CST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.14.3/8.14.3/Submit) id n213A1I2027384; Sat, 28 Feb 2009 21:10:01 -0600 (CST) (envelope-from dan) Date: Sat, 28 Feb 2009 21:10:01 -0600 From: Dan Nelson To: Pete French Message-ID: <20090301031001.GB3465@dan.emsphone.com> References: <20090228230127.GA3465@dan.emsphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-OS: FreeBSD 7.1-STABLE User-Agent: Mutt/1.5.19 (2009-01-05) X-Virus-Scanned: ClamAV version 0.94.1, clamav-milter version 0.94.1 on email1.allantgroup.com X-Virus-Status: Clean X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (email1.allantgroup.com [199.67.51.78]); Sat, 28 Feb 2009 21:10:12 -0600 (CST) X-Scanned-By: MIMEDefang 2.45 Cc: freebsd-stable@freebsd.org Subject: Re: vm_thread_new: kstack allocation failed with vm.kmem_size="1536M" 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, 01 Mar 2009 03:10:13 -0000 In the last episode (Mar 01), Pete French said: > > You've probably reduced kmem_size from the default. I don't set > > anything on my 6 GB amd64 system, and I get: > > > > $ sysctl vm.kmem_size vm.kmem_size_max > > vm.kmem_size: 2061496320 > > vm.kmem_size_max: 3865468109 > > > > I assume your 16GB system would default to even larger numbers. What > > values do you get without forcing anything in loader.conf? > > Nope, I get 419430400 (i.e. 400M) on all the machines without anything > in loader.conf - what version of FreeBSD are you running to get those > numbers ? I thought that 1536M was the absolute maximum for kmem > in versions of FreeBSD before 8-CURRENT. I'm running 7-STABLE as of Feb 26 or so. Commit r187466 on Jan 20 bumped up kmem_size_max on amd64 to 3.6GB: http://svn.freebsd.org/viewvc/base?view=revision&revision=187466 -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-stable@FreeBSD.ORG Sun Mar 1 05:52:03 2009 Return-Path: Delivered-To: freebsd-stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D5AC61065670; Sun, 1 Mar 2009 05:52:03 +0000 (UTC) (envelope-from zanchey@ucc.gu.uwa.edu.au) Received: from panacea.ucs.uwa.edu.au (unknown [IPv6:2001:388:7094:180:250:56ff:fe96:3830]) by mx1.freebsd.org (Postfix) with ESMTP id D1E6F8FC12; Sun, 1 Mar 2009 05:52:02 +0000 (UTC) (envelope-from zanchey@ucc.gu.uwa.edu.au) Received: from kas30pipe.localhost (localhost.localdomain [127.0.0.1]) by panacea.uwa.edu.au (Postfix) with ESMTP id 338FF87AAF; Sun, 1 Mar 2009 14:52:01 +0900 (WST) Received: from panacea (localhost.localdomain [127.0.0.1]) by panacea.prekas (Postfix) with SMTP id AF65187E6E; Sun, 1 Mar 2009 14:51:52 +0900 (WST) X-UWA-Client-IP: 130.95.13.9 (UWA) Received: from mooneye.ucc.gu.uwa.edu.au (mooneye.ucc.gu.uwa.edu.au [130.95.13.9]) by panacea.extinput (Postfix) with ESMTP id 9895C87AAF; Sun, 1 Mar 2009 14:51:52 +0900 (WST) Received: by mooneye.ucc.gu.uwa.edu.au (Postfix, from userid 801) id 22D96367D2; Sun, 1 Mar 2009 14:51:51 +0900 (WST) Received: from martello.ucc.gu.uwa.edu.au (martello.ucc.gu.uwa.edu.au [130.95.13.23]) by mooneye.ucc.gu.uwa.edu.au (Postfix) with ESMTP id DA7BD367D2; Sun, 1 Mar 2009 14:51:51 +0900 (WST) Received: by martello.ucc.gu.uwa.edu.au (Postfix, from userid 11251) id BB7896C0A4; Sun, 1 Mar 2009 14:51:51 +0900 (WST) Received: from localhost (localhost [127.0.0.1]) by martello.ucc.gu.uwa.edu.au (Postfix) with ESMTP id A05936C09A; Sun, 1 Mar 2009 14:51:51 +0900 (WST) Date: Sun, 1 Mar 2009 14:51:51 +0900 (WST) From: David Adam To: Gavin Atkinson In-Reply-To: <1235563979.15704.6.camel@buffy.york.ac.uk> Message-ID: References: <1235563979.15704.6.camel@buffy.york.ac.uk> User-Agent: Alpine 1.10 (DEB 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SpamTest-Envelope-From: zanchey@ucc.gu.uwa.edu.au X-SpamTest-Group-ID: 00000000 X-SpamTest-Info: Profiles 7524 [Feb 28 2009] X-SpamTest-Info: {HEADERS: header Content-Type found without required header Content-Transfer-Encoding} X-SpamTest-Method: none X-SpamTest-Rate: 10 X-SpamTest-Status: Not detected X-SpamTest-Status-Extended: not_detected X-SpamTest-Version: SMTP-Filter Version 3.0.0 [0278], KAS30/Release Cc: freebsd-stable@FreeBSD.org Subject: Re: 7.1 new install halts on BTX error 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, 01 Mar 2009 05:52:04 -0000 On Wed, 25 Feb 2009, Gavin Atkinson wrote: > On Thu, 2009-01-29 at 12:13 +0900, David Adam wrote: > > I upgraded my 7.0 system to 7.1-RELEASE with freebsd-update only to find > > that it no longer boots correctly, instead crashing with a BTX backtrace. > > If I break to the loader prompt and use 'ls /boot', I also get a > > backtrace. > > > > A new install of 7.1 on this hardware using a separate SCSI card and drive > > array also leads to a BTX backtrace. I have copied this below as the first > > (most repeatable) error and also included the other problems. > > > > A fresh install of 7.0 works fine. FreeSBIE 1.0, based on FreeBSD 5.3, > > also boots fine and will happily list the contents of the original drive's > > /boot in the loader, although refuses to load the kernel. The FreeBSD 7.1 > > install CD also boots and allows me to install over FTP. > > A patch has just gone into HEAD which may fix this problem. If you want > to test it, it's at > http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/boot/i386/btx/btx/btx.S.diff?r1=1.47;r2=1.48 > and should apply cleanly. I built and installed a new version of -CURRENT which has this patch, using the instructions at the bottom of UPDATING. To be certain - btx doesn't need loading into the boot blocks, does it? bsdlabel -wB from my 7.0-RELEASE install and then using make installworld etc with DESTDIR should ensure that the new boot binaries are installed? If so, then unfortunately the patch does not help - btx still crashes with a similar traceback to the one I originally posted. I would be more than happy to test further patches. David Adam zanchey@ucc.gu.uwa.edu.au From owner-freebsd-stable@FreeBSD.ORG Sun Mar 1 12:00:14 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E738D10656D6 for ; Sun, 1 Mar 2009 12:00:14 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from smtp.lamaiziere.net (net.lamaiziere.net [91.121.44.19]) by mx1.freebsd.org (Postfix) with ESMTP id AB4A38FC19 for ; Sun, 1 Mar 2009 12:00:14 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from baby-jane.lamaiziere.net (66.10.87-79.rev.gaoland.net [79.87.10.66]) by smtp.lamaiziere.net (Postfix) with ESMTPA id 0DB056332D9 for ; Sun, 1 Mar 2009 13:00:14 +0100 (CET) Received: from baby-jane.lamaiziere.net (localhost [127.0.0.1]) by baby-jane.lamaiziere.net (Postfix) with ESMTP id 6B88EDEE1 for ; Sun, 1 Mar 2009 13:00:19 +0100 (CET) Date: Sun, 1 Mar 2009 13:00:18 +0100 From: Patrick =?ISO-8859-15?Q?Lamaizi=E8re?= To: freebsd-stable@freebsd.org Message-ID: <20090301130018.4bb7f349@baby-jane.lamaiziere.net> Organization: /dave/nulle X-Mailer: Claws Mail 3.7.0 (GTK+ 2.14.7; i386-portbld-freebsd7.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [7-STABLE] ndis interacts badly with powerd 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, 01 Mar 2009 12:00:16 -0000 Hi, [7-STABLE/i386-SMP] When I enable powerd, ndis takes all the CPU. Powerd alone and ndis alone works fine. The kernel threads "Windows DCP0" and "ndis0 taskq" run at 100%. But the machine is still running (but is very very slow), I can kldunload my ndis module and all is ok. I tried with a kernel (GENERIC) without SMP but there is the same problem. Any idea? Thanks. CPU: Intel(R) Core(TM)2 Duo CPU T7500 @ 2.20GHz (2194.52-MHz 686-class CPU) cpu0: on acpi0 est0: on cpu0 p4tcc0: on cpu0 Ndis: ndis0: mem 0x97300000-0x9730ffff irq 16 at device 0.0 on pci11 ndis0: [ITHREAD] ndis0: NDIS API version: 5.1 NDIS: open file /compat/ndis/preparse.ini failed: 2 NDIS: open file /compat/ndis/regAdd.txt failed: 2 ndis0: WARNING: using obsoleted if_watchdog interface ndis0: Ethernet address: 00:1e:52:76:65:60 NDIS: open file /compat/ndis/preparse.ini failed: 2 NDIS: open file /compat/ndis/regAdd.txt failed: 2 ndis0: setting BSSID failed: 45 From owner-freebsd-stable@FreeBSD.ORG Sun Mar 1 14:58:05 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 59E981065672 for ; Sun, 1 Mar 2009 14:58:05 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from constantine.ticketswitch.com (constantine.ticketswitch.com [IPv6:2002:57e0:1d4e:1::3]) by mx1.freebsd.org (Postfix) with ESMTP id 2017A8FC1D for ; Sun, 1 Mar 2009 14:58:04 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from dilbert.rattatosk ([10.64.50.6] helo=dilbert.ticketswitch.com) by constantine.ticketswitch.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1Ldn77-0005iQ-Gq; Sun, 01 Mar 2009 14:57:57 +0000 Received: from petefrench by dilbert.ticketswitch.com with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1Ldn77-000AGN-FT; Sun, 01 Mar 2009 14:57:57 +0000 To: dnelson@allantgroup.com In-Reply-To: <20090301031001.GB3465@dan.emsphone.com> Message-Id: From: Pete French Date: Sun, 01 Mar 2009 14:57:57 +0000 Cc: freebsd-stable@freebsd.org Subject: Re: vm_thread_new: kstack allocation failed with vm.kmem_size="1536M" 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, 01 Mar 2009 14:58:05 -0000 > I'm running 7-STABLE as of Feb 26 or so. Commit r187466 on Jan 20 bumped up > kmem_size_max on amd64 to 3.6GB: > > http://svn.freebsd.org/viewvc/base?view=revision&revision=187466 Mmmmm.... now I am wworried about upgrading to STABLE! ;) I can't think of a reason why I am seeing what I am seeing - on 7.1-RELEASE I am certainly icreasing the limits not decreasing them, yet I am seeing it running out of memory on the larger limit. Note that these machines have no swap - but then since the system runs fine on a 4gig machine with 4 gig of sap, I made the assumption that if the machine was expanded to 8 gig of real memory it no longer needs the swap, as it now has as much real RAM in it as real+swap was before. -pete. From owner-freebsd-stable@FreeBSD.ORG Sun Mar 1 19:45:11 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A99D106566B for ; Sun, 1 Mar 2009 19:45:11 +0000 (UTC) (envelope-from alan.l.cox@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.29]) by mx1.freebsd.org (Postfix) with ESMTP id F32DB8FC1E for ; Sun, 1 Mar 2009 19:45:10 +0000 (UTC) (envelope-from alan.l.cox@gmail.com) Received: by yw-out-2324.google.com with SMTP id 2so1157323ywt.13 for ; Sun, 01 Mar 2009 11:45:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=vu4Kv9tc4rJBa4A4yds2OypGImI0JVWJ7UVM06O0HSs=; b=RkwTsH3lHaHbo4ZZomhJmi5bQdXJQUzoUW8CpX3gWgFe6znIaaKVpOzvvDBTTg6ZxX He+Bd1ZEBa+4ysGxV1pCEPnzR7MG7J3XI/JNwBBpYe1EiIB8l1Twlm/DM7I/bMnZp3kd APxArV/ql7ghmndx4aYrtXANYf2hvYnWlKZRo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; b=bkrWdRIdrVPszaaLXz+eBk2k0whpVVW1p/pByMRzLOQtGVpq5EsIWzScGOnH98KN10 U48FEZZ6wcIZBvVlI4oeKNW4t3w4BEWFWmMwz4llg+rvW3BJ2UMzYtVdtMSpHGmXYjAh IBDO8XdJO1dNpjbrImyZI5yU+uZ35ur7NTToM= MIME-Version: 1.0 Received: by 10.150.150.19 with SMTP id x19mr464124ybd.229.1235936710306; Sun, 01 Mar 2009 11:45:10 -0800 (PST) In-Reply-To: References: <20090301031001.GB3465@dan.emsphone.com> Date: Sun, 1 Mar 2009 13:45:10 -0600 Message-ID: From: Alan Cox To: Pete French Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-stable@freebsd.org, dnelson@allantgroup.com Subject: Re: vm_thread_new: kstack allocation failed with vm.kmem_size="1536M" X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: alc@freebsd.org List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Mar 2009 19:45:11 -0000 On Sun, Mar 1, 2009 at 8:57 AM, Pete French wrote: > > I'm running 7-STABLE as of Feb 26 or so. Commit r187466 on Jan 20 bumped > up > > kmem_size_max on amd64 to 3.6GB: > > > > http://svn.freebsd.org/viewvc/base?view=revision&revision=187466 > > Mmmmm.... now I am wworried about upgrading to STABLE! ;) I can't > think of a reason why I am seeing what I am seeing - on 7.1-RELEASE > I am certainly icreasing the limits not decreasing them, yet I > am seeing it running out of memory on the larger limit. > > Note that these machines have no swap - but then since the system runs fine > on a 4gig machine with 4 gig of sap, I made the assumption that if > the machine was expanded to 8 gig of real memory it no longer needs the > swap, as it now has as much real RAM in it as real+swap was before. > > -pete. > _______________________________________________ > 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" > When you adjust the kmem size, you are playing a zero-sum game. When you increase the kmem size, the additional space for the kernel's heap has to come from somewhere. One effect is that the available space for kernel thread stacks is reduced. If you're going to adjust kmem size, you should keep an eye on "sysctl vm.kvm_free". Regards, Alan From owner-freebsd-stable@FreeBSD.ORG Mon Mar 2 01:24:24 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B1319106566C for ; Mon, 2 Mar 2009 01:24:24 +0000 (UTC) (envelope-from n-butcher=freebsd-stable=freebsd.org=mmporwnv@fusiongol.com) Received: from smtp12.dentaku.gol.com (smtp12.dentaku.gol.com [203.216.5.74]) by mx1.freebsd.org (Postfix) with ESMTP id 807B68FC15 for ; Mon, 2 Mar 2009 01:24:24 +0000 (UTC) (envelope-from n-butcher=freebsd-stable=freebsd.org=mmporwnv@fusiongol.com) Received: from pat.gol.co.jp ([203.216.1.191] helo=[172.16.1.151]) by smtp12.dentaku.gol.com with esmtpsa (Dentaku) id 1LdwtI-0008Gy-RW; Mon, 02 Mar 2009 10:24:20 +0900 Message-ID: <49AB3544.6000008@fusiongol.com> Date: Mon, 02 Mar 2009 10:24:20 +0900 From: Nathan Butcher User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: Bengt Ahlgren References: <49A61894.5040804@fusiongol.com> <20090226045340.GC70144@weongyo.cdnetworks.kr> <49A74A21.1050109@freebsd.org> <20090227035532.GC72273@weongyo.cdnetworks.kr> In-Reply-To: X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV GOL (outbound) X-Abuse-Complaints: abuse@gol.com Cc: freebsd-stable@freebsd.org, Sam Leffler , Weongyo Jeong Subject: Re: ural driver stalls under FreeBSD7.1 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, 02 Mar 2009 01:24:25 -0000 Bengt Ahlgren wrote: > Weongyo Jeong writes: > >> On Thu, Feb 26, 2009 at 06:04:17PM -0800, Sam Leffler wrote: >>> Bengt Ahlgren wrote: >>>> Weongyo Jeong writes: >>>> >>>>> On Thu, Feb 26, 2009 at 01:20:36PM +0900, Nathan Butcher wrote: >>>>> >>>>>> I have a Buffalo WLI-U2-KG54-AI wireless USB adaptor. >>>>>> It has been malfunctioning for quite a while under FreeBSD7.0 and 7.1 >>>>>> >>>>>> Typically, It works for a while until eventually it stalls data >>>>>> transfers completely. It always seems to do this after an unspecified >>>>>> amount of time. >>>>>> >>>>>> I know the hardware isn't at fault because the device works fine under >>>>>> Linux. >>>>>> >>>>> Could you please check that `ifconfig -bgscan' disabling the >>>>> background scan helps your symptom? >>>> The above sounds like the same problem as this: >>>> >>>> http://lists.freebsd.org/pipermail/freebsd-mobile/2009-February/011376.html >>>> http://lists.freebsd.org/pipermail/freebsd-mobile/2009-February/011343.html >>>> >>>> The problem is in the background scanning logic in sys/net80211. >>> I don't see how you come to this conclusion. ural is a totally >>> different driver than ath and so far as I can recall you never found the >>> cause for your problem w/ ath. Most of the usb wireless drivers do a >>> haphazard job of synchronizing async tasks like bg scan with the >>> foreground tx/rx processing. This can lead to firmware and/or usb >>> issues. ath does not have these issues but I am aware of at least one >>> problem w/ bg scanning in ath under RELENG_7 (that is not present in HEAD). >> I agree with sam because I saw some cases like stalls during background >> scanning that most of them I think it's caused by H/W miss-operation or >> miss-configuration by mistakes of driver. > > Looking into if_ural (1.69.6.1 - 7.1R version), it partly has the same > calls to net80211 which causes problems for ath. > > At line 1477, it has the same test as ath has to check for bg > scanning: > > if (ic->ic_flags & IEEE80211_F_SCAN) > ieee80211_cancel_scan(ic); > > That means that ieee80211_cancel_scan won't be called in the window > between when scan_next is run (which resets IEEE80211_F_SCAN), and > ieee80211_bg_scan is called the next time (setting IEEE80211_F_SCAN > again). This is the same problem as ath has. > > But I can't find that ural calls ieee80211_pwrsave to queue packets if > a bgscan was running. It seems that it just merrily tries to send > packets despite scanning is going on. > > Please note that even though ieee80211_cancel_scan IS called, that > won't take effect until the next clock tick. So if the output routine > just carries on with sending a packet, it will do so in the middle of > the scan. This is something that should be fixed in net80211. > > So, I find that ural also suffers from the problem with the scanning > logic in net80211. ...and turning bgscan off, as per Jeong's advice has solved the problem for me. So yes, background scanning is responsible for the hangs in ural. From owner-freebsd-stable@FreeBSD.ORG Mon Mar 2 03:10:02 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 71B8F106566B; Mon, 2 Mar 2009 03:10:02 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from mxout4.cac.washington.edu (mxout4.cac.washington.edu [140.142.33.19]) by mx1.freebsd.org (Postfix) with ESMTP id 4A57D8FC17; Mon, 2 Mar 2009 03:10:02 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.139]) by mxout4.cac.washington.edu (8.14.3+UW08.09/8.14.3+UW09.01) with ESMTP id n223A1ZY020595 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 1 Mar 2009 19:10:01 -0800 X-Auth-Received: from [192.168.10.7] (adsl-99-147-148-174.dsl.pltn13.sbcglobal.net [99.147.148.174]) (authenticated authid=youshi10) by smtp.washington.edu (8.14.3+UW08.09/8.14.3+UW09.01) with ESMTP id n223A0JG023214 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT); Sun, 1 Mar 2009 19:10:01 -0800 Message-Id: <3E0302A6-6A0B-4C11-8CC2-B611B412C2E7@gmail.com> From: Garrett Cooper To: FreeBSD Current , stable@freebsd.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Date: Sun, 1 Mar 2009 19:15:36 -0800 X-Mailer: Apple Mail (2.930.3) X-PMX-Version: 5.5.0.356843, Antispam-Engine: 2.6.1.350677, Antispam-Data: 2009.3.2.30124 X-Uwash-Spam: Gauge=IIIIIII, Probability=8%, Report='FORGED_FROM_GMAIL 0.1, BODY_SIZE_1200_1299 0, BODY_SIZE_2000_LESS 0, BODY_SIZE_5000_LESS 0, BODY_SIZE_7000_LESS 0, __C230066_P5 0, __CP_URI_IN_BODY 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __FRAUD_419_WEBMAIL 0, __FRAUD_419_WEBMAIL_FROM 0, __FROM_GMAIL 0, __HAS_MSGID 0, __HAS_X_MAILER 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0' Cc: Subject: Outstanding issues with LG GGC-H20L on 7.0/8 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, 02 Mar 2009 03:10:02 -0000 I've been mute about this for a while, but I figured I should report it. My BlueRay DVD drive combo has a number of quirks that need to be worked out with ata(4): - It plays audio/data CD media perfectly fine, and data DVDs perfectly fine. - It doesn't play region locked DVDs, but it will play region unlocked DVDs (mplayer, vlc). - It suffers from frequent burn errors (burncd, cdrecord, growisofs) during the burn process (not the fixation process). I've seen complaints about the firmware maker (Matsushita) on some mplayer sites and how the drives suck, but they were complaining about region locking, and this issue with the drive appears to be centralized in a more ata specific way. I'm using an extremely up-to-date CURRENT (today, 4pm), and I've seen this issue occur with 7.0-RELEASE, PC-BSD, and 8-CURRENT, so I doubt that the issues are regression related. The idenf for the drive is: `HL-DT-ST BDDVDRW GGC-H20L 1.03'; a link to the specs sheet can be found here: . They don't have a product page though and it wasn't listed on the website :(. Will provide more data as requested. Thanks, -Garrett From owner-freebsd-stable@FreeBSD.ORG Mon Mar 2 05:25:06 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4225C1065689 for ; Mon, 2 Mar 2009 05:25:06 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mta2.srv.hcvlny.cv.net (mta2.srv.hcvlny.cv.net [167.206.4.197]) by mx1.freebsd.org (Postfix) with ESMTP id 19FE18FC13 for ; Mon, 2 Mar 2009 05:25:06 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from flosoft.no-ip.biz (ool-435559b8.dyn.optonline.net [67.85.89.184]) by mta2.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0KFV00HUT4BOUUD0@mta2.srv.hcvlny.cv.net> for freebsd-stable@freebsd.org; Sun, 01 Mar 2009 23:55:01 -0500 (EST) Received: from flosoft.no-ip.biz (localhost [IPv6:::1]) by flosoft.no-ip.biz (8.14.3/8.14.3) with ESMTP id n224t0VX000489; Sun, 01 Mar 2009 23:55:00 -0500 Date: Sun, 01 Mar 2009 23:55:00 -0500 From: "Aryeh M. Friedman" To: freebsd-stable@freebsd.org Message-id: <49AB66A4.4030509@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT User-Agent: Thunderbird 2.0.0.19 (X11/20090228) Subject: gmirror does not initialize properally 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, 02 Mar 2009 05:25:06 -0000 I have started the procedure for mirroring drives and everything works fine upto its first mount attempt (read only root... premounted before /etc/rc runs) and then sees no slices... what I mean is /dev/mirror/gm0Sxy never appears in the ls of /dev/mirror [bur /dev/mirror/gm0 does _exist_).... here is the output from kldstat: Id Refs Address Size Name 1 19 0xc0400000 94f054 kernel 2 1 0xc0d50000 84c4 linprocfs.ko 3 3 0xc0d59000 27744 linux.ko 4 1 0xc0d81000 161c8 geom_mirror.ko 5 1 0xc0d98000 15484 snd_hda.ko 6 2 0xc0dae000 4938c sound.ko 7 1 0xc0df8000 23e4 accf_http.ko 8 1 0xc0dfb000 75aa64 nvidia.ko 9 1 0xc1556000 68304 acpi.ko From owner-freebsd-stable@FreeBSD.ORG Mon Mar 2 05:34:48 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E44E1065688 for ; Mon, 2 Mar 2009 05:34:48 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mta1.srv.hcvlny.cv.net (mta1.srv.hcvlny.cv.net [167.206.4.196]) by mx1.freebsd.org (Postfix) with ESMTP id 6F0148FC40 for ; Mon, 2 Mar 2009 05:34:48 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from flosoft.no-ip.biz (ool-435559b8.dyn.optonline.net [67.85.89.184]) by mta1.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0KFV009KN4QZ7CD0@mta1.srv.hcvlny.cv.net> for freebsd-stable@freebsd.org; Mon, 02 Mar 2009 00:04:11 -0500 (EST) Received: from flosoft.no-ip.biz (localhost [IPv6:::1]) by flosoft.no-ip.biz (8.14.3/8.14.3) with ESMTP id n2254AFc000538; Mon, 02 Mar 2009 00:04:10 -0500 Date: Mon, 02 Mar 2009 00:04:10 -0500 From: "Aryeh M. Friedman" In-reply-to: <49AB66A4.4030509@gmail.com> To: freebsd-stable@freebsd.org Message-id: <49AB68CA.9010603@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT References: <49AB66A4.4030509@gmail.com> User-Agent: Thunderbird 2.0.0.19 (X11/20090228) Subject: Re: gmirror does not initialize properally 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, 02 Mar 2009 05:34:51 -0000 Aryeh M. Friedman wrote: > I have started the procedure for mirroring drives and everything works > fine upto its first mount attempt (read only root... premounted before > /etc/rc runs) and then sees no slices... what I mean is > /dev/mirror/gm0Sxy never appears in the ls of /dev/mirror [bur > /dev/mirror/gm0 does _exist_).... here is the output from kldstat: > > Id Refs Address Size Name > 1 19 0xc0400000 94f054 kernel > 2 1 0xc0d50000 84c4 linprocfs.ko > 3 3 0xc0d59000 27744 linux.ko > 4 1 0xc0d81000 161c8 geom_mirror.ko > 5 1 0xc0d98000 15484 snd_hda.ko > 6 2 0xc0dae000 4938c sound.ko > 7 1 0xc0df8000 23e4 accf_http.ko > 8 1 0xc0dfb000 75aa64 nvidia.ko > 9 1 0xc1556000 68304 acpi.ko > > Forgot: FreeBSD flosoft.no-ip.biz 7.1-RELEASE-p2 FreeBSD 7.1-RELEASE-p2 #0: Sun Feb 1 18:13:54 UTC 2009 root@flosoft.no-ip.biz:/usr/obj/usr/src/sys/GENERIC i386 From owner-freebsd-stable@FreeBSD.ORG Mon Mar 2 06:14:46 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 50D36106566B for ; Mon, 2 Mar 2009 06:14:46 +0000 (UTC) (envelope-from andrew@modulus.org) Received: from email.octopus.com.au (email.octopus.com.au [122.100.2.232]) by mx1.freebsd.org (Postfix) with ESMTP id 1274B8FC17 for ; Mon, 2 Mar 2009 06:14:45 +0000 (UTC) (envelope-from andrew@modulus.org) Received: by email.octopus.com.au (Postfix, from userid 1002) id 9B7CC17E68; Mon, 2 Mar 2009 17:14:52 +1100 (EST) X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on email.octopus.com.au X-Spam-Level: X-Spam-Status: No, score=-1.4 required=10.0 tests=ALL_TRUSTED autolearn=failed version=3.2.3 Received: from [10.1.50.60] (ppp121-44-9-159.lns10.syd7.internode.on.net [121.44.9.159]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: admin@email.octopus.com.au) by email.octopus.com.au (Postfix) with ESMTP id 8352917E3D; Mon, 2 Mar 2009 17:14:48 +1100 (EST) Message-ID: <49AB78D1.4090000@modulus.org> Date: Mon, 02 Mar 2009 17:12:33 +1100 From: Andrew Snow User-Agent: Thunderbird 2.0.0.14 (X11/20080523) MIME-Version: 1.0 To: "Aryeh M. Friedman" References: <49AB66A4.4030509@gmail.com> In-Reply-To: <49AB66A4.4030509@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: gmirror does not initialize properally 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, 02 Mar 2009 06:14:46 -0000 Perhaps you used "gmirror configure" instead of "gmirror label" when you created the gmirror? You need to use "label" mode to actually save the configuration to disks for use on next bootup. - Andrew From owner-freebsd-stable@FreeBSD.ORG Mon Mar 2 06:15:34 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 23FC3106571A for ; Mon, 2 Mar 2009 06:15:34 +0000 (UTC) (envelope-from andrew@modulus.org) Received: from email.octopus.com.au (email.octopus.com.au [122.100.2.232]) by mx1.freebsd.org (Postfix) with ESMTP id D924B8FC12 for ; Mon, 2 Mar 2009 06:15:33 +0000 (UTC) (envelope-from andrew@modulus.org) Received: by email.octopus.com.au (Postfix, from userid 1002) id 569BD17E61; Mon, 2 Mar 2009 17:15:42 +1100 (EST) X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on email.octopus.com.au X-Spam-Level: X-Spam-Status: No, score=-1.4 required=10.0 tests=ALL_TRUSTED autolearn=failed version=3.2.3 Received: from [10.1.50.60] (ppp121-44-9-159.lns10.syd7.internode.on.net [121.44.9.159]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: admin@email.octopus.com.au) by email.octopus.com.au (Postfix) with ESMTP id 8AF0A1730D; Mon, 2 Mar 2009 17:15:37 +1100 (EST) Message-ID: <49AB7903.4050104@modulus.org> Date: Mon, 02 Mar 2009 17:13:23 +1100 From: Andrew Snow User-Agent: Thunderbird 2.0.0.14 (X11/20080523) MIME-Version: 1.0 To: "Aryeh M. Friedman" References: <49AB66A4.4030509@gmail.com> In-Reply-To: <49AB66A4.4030509@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: gmirror does not initialize properally 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, 02 Mar 2009 06:15:34 -0000 Sorry, I meant "label -h" instead of just plain "label"... was getting confused with gstripe. From owner-freebsd-stable@FreeBSD.ORG Mon Mar 2 10:13:08 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 69CC71065690 for ; Mon, 2 Mar 2009 10:13:08 +0000 (UTC) (envelope-from mah@jump-ing.de) Received: from mail.ud03.udmedia.de (ud03.udmedia.de [194.117.254.43]) by mx1.freebsd.org (Postfix) with ESMTP id C70EC8FC0C for ; Mon, 2 Mar 2009 10:13:07 +0000 (UTC) (envelope-from mah@jump-ing.de) DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=mail.ud03.udmedia.de; h= in-reply-to:references:mime-version:content-type:message-id:cc: content-transfer-encoding:from:subject:date:to; q=dns/txt; s= beta; bh=9h3SZlQEgyCFpJbtHCEEMdev+xczsiCtrjXifDvtOL0=; b=rRORzvT ww3/r/r7yDOPqVB2MQsdFbSAGAYhj+XcfAnZFOBavhsI5ECoNSpwtNpIzdTPxlGh pck5yeUvx2yHT/bV/EsaF8NOPFQB7ei7J8snKWcCVKiGxfJJAWgDBJrC7fXzPytJ R6R0p259ojEHXKSKeTt4Sml05k7RSqw3yGCo= Received: (qmail 5757 invoked from network); 2 Mar 2009 11:13:05 +0100 Received: from unknown (HELO ?10.0.0.50?) (ud03?291p1@78.43.167.77) by mail.ud03.udmedia.de with ESMTPA; 2 Mar 2009 11:13:05 +0100 In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v753.1) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Markus Hitter Date: Mon, 2 Mar 2009 11:13:05 +0100 To: Ross Penner X-Mailer: Apple Mail (2.753.1) Cc: freebsd-stable@freebsd.org Subject: Re: powerd causing crash on Mini-ITX EN1200 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, 02 Mar 2009 10:13:08 -0000 Am 26.02.2009 um 18:44 schrieb Ross Penner: > When I enable powerd, it is only but a matter of time before my > machine will lock up completely. I've had this problem since I've > migrated to FreeBSD 7 from 6. FreeBSD 6 never seemed to have any > problems. As FreeBSD Stable is a continuous development, you have good chances to narrow down the culprit by bisecting. The assumption is, one single SVN commit broke your functionality and you just have to find out which one. Get sources from SVN, then switch to the earliest Stable/7 to confirm your assumption ("it broke with 7"). If it works, check out a few thousand SVN revisions later, try again. If it doesn't work, switch to an earlier revision, a late Stable/6. Each step cuts the number of SVN revisions in question in half, after some 10 or 12 iterations you're down to a single revision. Having a single revision pretty much directly points you to what the problem is. This helps developers very much and with some luck you can reverse-apply this change to a more recent set of the sources. MarKus - - - - - - - - - - - - - - - - - - - Dipl. Ing. Markus Hitter http://www.jump-ing.de/ From owner-freebsd-stable@FreeBSD.ORG Mon Mar 2 10:47:22 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F6EE10657BF for ; Mon, 2 Mar 2009 10:47:22 +0000 (UTC) (envelope-from Josef.Karthauser@geomerics.com) Received: from mail175.messagelabs.com (mail175.messagelabs.com [85.158.138.67]) by mx1.freebsd.org (Postfix) with ESMTP id 5FFBB8FC27 for ; Mon, 2 Mar 2009 10:47:20 +0000 (UTC) (envelope-from Josef.Karthauser@geomerics.com) X-VirusChecked: Checked X-Env-Sender: Josef.Karthauser@geomerics.com X-Msg-Ref: server-8.tower-175.messagelabs.com!1235989239!5419811!1 X-StarScan-Version: 6.0.0; banners=-,-,- X-Originating-IP: [217.28.130.38] Received: (qmail 25233 invoked from network); 2 Mar 2009 10:20:40 -0000 Received: from hostedexchange.hostedservice.com (HELO thhs2exfe01.hostedservice2.net) (217.28.130.38) by server-8.tower-175.messagelabs.com with RC4-SHA encrypted SMTP; 2 Mar 2009 10:20:40 -0000 Received: from THHS2EXBE1X.hostedservice2.net ([192.168.16.21]) by thhs2exfe01.hostedservice2.net with Microsoft SMTPSVC(6.0.3790.1830); Mon, 2 Mar 2009 10:20:38 +0000 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Date: Mon, 2 Mar 2009 10:20:37 -0000 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Using ZFS swap hangs my machine :(. thread-index: AcmbIIehQLcyw42ATKyKEW5SBNz5Sw== From: "Josef Karthauser" To: X-OriginalArrivalTime: 02 Mar 2009 10:20:38.0741 (UTC) FILETIME=[88753050:01C99B20] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Using ZFS swap hangs my machine :(. 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, 02 Mar 2009 10:47:23 -0000 Is anyone successfully using ZFS swap under 7.1?=20 =20 I've created a VZOL for my swap partition, and can read and write to it ok using 'dd', but whenever the kernel uses it the machine hangs solid. :/. =20 Is this a known problem, or do I have some local weirdness going on? =20 Joe =20 brahe# uname -a FreeBSD brahe.geomerics.com 7.1-STABLE FreeBSD 7.1-STABLE #12: Tue Jan 13 15:40:45 GMT 2009 root@brahe.geomerics.com:/usr/obj/usr/src/sys/BRAHE amd64 =20 % zfs get all store/swap brahe# zfs get all store/swap NAME PROPERTY VALUE SOURCE store/swap type volume - store/swap creation Fri Apr 18 8:13 2008 - store/swap used 1.06G - store/swap available 634G - store/swap referenced 1.06G - store/swap compressratio 1.00x - store/swap reservation 6G local store/swap volsize 6G - store/swap volblocksize 8K - store/swap checksum on default store/swap compression off default store/swap readonly off default store/swap shareiscsi off default store/swap copies 1 default store/swap org.freebsd:swap on local =20 =20 From owner-freebsd-stable@FreeBSD.ORG Mon Mar 2 13:01:02 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD6C61065675 for ; Mon, 2 Mar 2009 13:01:02 +0000 (UTC) (envelope-from freebsd-stable@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 930198FC0A for ; Mon, 2 Mar 2009 13:01:02 +0000 (UTC) (envelope-from freebsd-stable@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Le7lV-0006YI-1z for freebsd-stable@freebsd.org; Mon, 02 Mar 2009 13:01:01 +0000 Received: from lara.cc.fer.hr ([161.53.72.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 02 Mar 2009 13:01:01 +0000 Received: from ivoras by lara.cc.fer.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 02 Mar 2009 13:01:01 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-stable@freebsd.org From: Ivan Voras Date: Mon, 02 Mar 2009 14:00:39 +0100 Lines: 27 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigB0B2FDC67E3FA2ABA1A770FD" X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: lara.cc.fer.hr User-Agent: Thunderbird 2.0.0.19 (X11/20090105) In-Reply-To: X-Enigmail-Version: 0.95.0 Sender: news Subject: Re: Using ZFS swap hangs my machine :(. 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, 02 Mar 2009 13:01:03 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigB0B2FDC67E3FA2ABA1A770FD Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Josef Karthauser wrote: > Is anyone successfully using ZFS swap under 7.1?=20 It is well known swapping on ZFS doesn't work. See http://wiki.freebsd.org/ZFSKnownProblems for more information. --------------enigB0B2FDC67E3FA2ABA1A770FD Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFJq9h3ldnAQVacBcgRAmagAKC/5Z07dOZg7eW6jVtlWMOlSlMJlACfRLit PBiWuSGOO8t6jrHQrvVyVTc= =dUzO -----END PGP SIGNATURE----- --------------enigB0B2FDC67E3FA2ABA1A770FD-- From owner-freebsd-stable@FreeBSD.ORG Mon Mar 2 13:23:52 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 038B4106564A for ; Mon, 2 Mar 2009 13:23:52 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 418678FC14 for ; Mon, 2 Mar 2009 13:23:50 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id PAA22696; Mon, 02 Mar 2009 15:23:46 +0200 (EET) (envelope-from avg@icyb.net.ua) Message-ID: <49ABDDE2.6090402@icyb.net.ua> Date: Mon, 02 Mar 2009 15:23:46 +0200 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.19 (X11/20090110) MIME-Version: 1.0 To: Kostik Belousov References: <20090228143453.GX41617@deviant.kiev.zoral.com.ua> In-Reply-To: <20090228143453.GX41617@deviant.kiev.zoral.com.ua> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=KOI8-U Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org, Michael Sperber Subject: Re: devd question 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, 02 Mar 2009 13:23:52 -0000 on 28/02/2009 16:34 Kostik Belousov said the following: > On Sat, Feb 28, 2009 at 02:13:10PM +0100, Michael Sperber wrote: >> I'm trying to make devd run an stty command whenever a USB serial device >> is attached. Unfortunately, $device-name is ucom[0-9] and the device >> names are /dev/cuaU[0-9] - how do I get the correct name in the device >> action? I haven't found a way to extract the number by itself, so I'm >> stuck with specifying a separate rule for each number, like so: >> >> attach 100 { >> device-name "ucom0"; >> action "stty -f /dev/cuaU0.init raw"; >> }; >> >> Help would be much appreciated! > > There are some other notifications that are send through devctl when > cdev is created. They have system set to DEVFS, subsystem to CDEV, > and type CREATE. The data is the /dev node name. I am not sure how > to assign the action in the devd. A tested example: notify 1000 { match "system" "DEVFS"; match "subsystem" "CDEV"; match "cdev" "^da[0-9]+$"; action "echo 't120o3l32 b>c+f+16' > /dev/speaker"; }; -- Andriy Gapon From owner-freebsd-stable@FreeBSD.ORG Mon Mar 2 13:53:32 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 84CF4106570E for ; Mon, 2 Mar 2009 13:53:32 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id C091F8FC14 for ; Mon, 2 Mar 2009 13:53:31 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id PAA23825; Mon, 02 Mar 2009 15:53:27 +0200 (EET) (envelope-from avg@icyb.net.ua) Message-ID: <49ABE4D7.1060403@icyb.net.ua> Date: Mon, 02 Mar 2009 15:53:27 +0200 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.19 (X11/20090110) MIME-Version: 1.0 To: Michael Sperber References: <20090228143453.GX41617@deviant.kiev.zoral.com.ua> <49ABDDE2.6090402@icyb.net.ua> In-Reply-To: X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Kostik Belousov , freebsd-stable@freebsd.org Subject: Re: devd question 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, 02 Mar 2009 13:53:33 -0000 on 02/03/2009 15:51 Michael Sperber said the following: > Andriy Gapon writes: > >> on 28/02/2009 16:34 Kostik Belousov said the following: >>> On Sat, Feb 28, 2009 at 02:13:10PM +0100, Michael Sperber wrote: >>>> I'm trying to make devd run an stty command whenever a USB serial device >>>> is attached. Unfortunately, $device-name is ucom[0-9] and the device >>>> names are /dev/cuaU[0-9] - how do I get the correct name in the device >>>> action? I haven't found a way to extract the number by itself, so I'm >>>> stuck with specifying a separate rule for each number, like so: >>>> >>>> attach 100 { >>>> device-name "ucom0"; >>>> action "stty -f /dev/cuaU0.init raw"; >>>> }; >>>> >>>> Help would be much appreciated! >>> There are some other notifications that are send through devctl when >>> cdev is created. They have system set to DEVFS, subsystem to CDEV, >>> and type CREATE. The data is the /dev node name. I am not sure how >>> to assign the action in the devd. >> A tested example: >> notify 1000 { >> match "system" "DEVFS"; >> match "subsystem" "CDEV"; >> match "cdev" "^da[0-9]+$"; >> action "echo 't120o3l32 b>c+f+16' > /dev/speaker"; >> }; > > I'm probably not understanding this---but how is the device number > transferred from the "cdev" match to the "action" line? You don't need to, you can use /dev/$cdev in action line. -- Andriy Gapon From owner-freebsd-stable@FreeBSD.ORG Mon Mar 2 14:11:17 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 44036106566C; Mon, 2 Mar 2009 14:11:17 +0000 (UTC) (envelope-from ghelmer@palisadesys.com) Received: from cetus.palisadesys.com (cetus.palisadesys.com [205.237.115.21]) by mx1.freebsd.org (Postfix) with ESMTP id 085EE8FC1C; Mon, 2 Mar 2009 14:11:16 +0000 (UTC) (envelope-from ghelmer@palisadesys.com) Received: from cancer.palisadesys.com (serverwatch [172.16.1.98]) by cetus.palisadesys.com (8.14.3/8.14.3) with ESMTP id n22EBGlS022584; Mon, 2 Mar 2009 08:11:16 -0600 (CST) (envelope-from ghelmer@palisadesys.com) Received: from [172.16.2.242] (cetus.palisadesys.com [205.237.115.21]) (authenticated bits=0) by cancer.palisadesys.com (8.14.2/8.14.2) with ESMTP id n22EBAOG037488; Mon, 2 Mar 2009 08:11:10 -0600 (CST) (envelope-from ghelmer@palisadesys.com) Message-ID: <49ABE8FB.3060202@palisadesys.com> Date: Mon, 02 Mar 2009 08:11:07 -0600 From: Guy Helmer User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: John Baldwin References: <49A46AB4.3080003@palisadesys.com> <200902261648.32845.jhb@freebsd.org> <49A7173B.4030608@palisadesys.com> <200902261753.29607.jhb@freebsd.org> <49A80A55.5070004@palisadesys.com> In-Reply-To: <49A80A55.5070004@palisadesys.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (cancer.palisadesys.com [205.237.115.20]); Mon, 02 Mar 2009 08:11:10 -0600 (CST) X-Palisade-MailScanner-Information: Please contact the ISP for more information X-Palisade-MailScanner: Found to be clean X-Palisade-MailScanner-SpamCheck: not spam (whitelisted), SpamAssassin (not cached, score=-4.399, required 6, autolearn=not spam, ALL_TRUSTED -1.80, BAYES_00 -2.60) X-Palisade-MailScanner-From: ghelmer@palisadesys.com Cc: freebsd-stable@freebsd.org Subject: Re: 7.1 hangs in cache_lookup mutex? 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, 02 Mar 2009 14:11:17 -0000 Guy Helmer wrote: > John Baldwin wrote: >> On Thursday 26 February 2009 5:27:07 pm Guy Helmer wrote: >> >>> John Baldwin wrote: >>> >>>> On Thursday 26 February 2009 4:22:15 pm Guy Helmer wrote: >>>> >>>>> db> show sleepchain 23110 >>>>> thread 100181 (pid 23110, vmstat) blocked on sx "user map" XLOCK >>>>> thread 100208 (pid 23092, kvoop) is on a run queue >>>>> db> show sleepchain 23092 >>>>> thread 100208 (pid 23092, kvoop) is on a run queue >>>>> >>>> Ah, so this is normal (well, mostly) in that kvoop is simply on the >>>> run >> queue >>>> waiting for a CPU. Can you find the thread pointer for kvoop and >>>> check on things such as if it is pinned and if so to which CPU >>>> (td_pinned will tell you the first, and td_sched->ts_cpu will tell >>>> you the second with ULE). >>>> >>> (kgdb) print td->td_pinned >>> $2 = 0 >>> >> >> Ok, not pinned. >> >> >>> From my captured ddb run: >>> cpuid = 3 >>> curthread = 0xc5e2f000: pid 23090 "filter" >>> curpcb = 0xe6f90d90 >>> fpcurthread = none >>> idlethread = 0xc442daf0: pid 11 "idle: cpu3" >>> APIC ID = 7 >>> currentldt = 0x50 >>> spin locks held: >>> >> >> At http://www.freebsd.org/~jhb/gdb/ you can find my kgdb scripts. If >> you source gdb6 you can run 'runtds' which will show you what each >> CPU is doing (more or less) in ps-style output. >> >> >>> I sure wish I could find the root cause of the hangs. On a hunch, I >>> tried setting "machdep.cpu_idle_hlt=0" on the amd64 machine, and it >>> has run 32 hours without a hang. It could just be coincidence, >>> though... >>> >> >> Ahhh, that actually could explain it perhaps. Do your CPUs support >> C2 or higher sleep states for idle? You can try limiting it to only >> C1 (or disable C1E in your BIOS if it has an option for that) to see >> if that fixes it. >> >> > I don't think the CPUs support anything lower than C1 - there is no > hw.acpi.cpu.cx_supported sysctl node, and hw.cpi.cpu.cx_lowest is C1. > C1-Enhanced was already disabled in the BIOS, at least on the machine > running amd64. 48 hours of runtime, and no hangs seen yet. I did > reboot it this morning to check the sleep settings in the BIOS. Despite having machdep.cpu_idle_hlt=0, the machine wedged for 40 hours over the weekend but came back to life by itself. Could this be lost IPIs, or a bug in the scheduler? Guy From owner-freebsd-stable@FreeBSD.ORG Mon Mar 2 14:11:17 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ABB9A1065675 for ; Mon, 2 Mar 2009 14:11:17 +0000 (UTC) (envelope-from sperber@deinprogramm.de) Received: from h615406.serverkompetenz.net (h615406.serverkompetenz.net [81.169.143.132]) by mx1.freebsd.org (Postfix) with ESMTP id 6501E8FC1D for ; Mon, 2 Mar 2009 14:11:17 +0000 (UTC) (envelope-from sperber@deinprogramm.de) Received: from h615406.serverkompetenz.net (localhost [127.0.0.1]) by h615406.serverkompetenz.net (Postfix) with ESMTP id 5E9B1170BD; Mon, 2 Mar 2009 13:51:28 +0000 (UTC) Received: from eta.local (p5B206619.dip.t-dialin.net [91.32.102.25]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by h615406.serverkompetenz.net (Postfix) with ESMTP id 045D6170BB; Mon, 2 Mar 2009 13:51:28 +0000 (UTC) Received: by eta.local (Postfix, from userid 2246) id 38D042E7CED; Mon, 2 Mar 2009 14:51:27 +0100 (CET) From: Michael Sperber To: Andriy Gapon References: <20090228143453.GX41617@deviant.kiev.zoral.com.ua> <49ABDDE2.6090402@icyb.net.ua> Date: Mon, 02 Mar 2009 14:51:27 +0100 In-Reply-To: <49ABDDE2.6090402@icyb.net.ua> (Andriy Gapon's message of "Mon, 02 Mar 2009 15:23:46 +0200") Message-ID: User-Agent: Gnus/5.110011 (No Gnus v0.11) XEmacs/21.5-b28 (darwin) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: Kostik Belousov , freebsd-stable@freebsd.org Subject: Re: devd question 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, 02 Mar 2009 14:11:17 -0000 Andriy Gapon writes: > on 28/02/2009 16:34 Kostik Belousov said the following: >> On Sat, Feb 28, 2009 at 02:13:10PM +0100, Michael Sperber wrote: >>> I'm trying to make devd run an stty command whenever a USB serial device >>> is attached. Unfortunately, $device-name is ucom[0-9] and the device >>> names are /dev/cuaU[0-9] - how do I get the correct name in the device >>> action? I haven't found a way to extract the number by itself, so I'm >>> stuck with specifying a separate rule for each number, like so: >>> >>> attach 100 { >>> device-name "ucom0"; >>> action "stty -f /dev/cuaU0.init raw"; >>> }; >>> >>> Help would be much appreciated! >> >> There are some other notifications that are send through devctl when >> cdev is created. They have system set to DEVFS, subsystem to CDEV, >> and type CREATE. The data is the /dev node name. I am not sure how >> to assign the action in the devd. > > A tested example: > notify 1000 { > match "system" "DEVFS"; > match "subsystem" "CDEV"; > match "cdev" "^da[0-9]+$"; > action "echo 't120o3l32 b>c+f+16' > /dev/speaker"; > }; I'm probably not understanding this---but how is the device number transferred from the "cdev" match to the "action" line? -- Cheers =8-} Mike Friede, Völkerverständigung und überhaupt blabla From owner-freebsd-stable@FreeBSD.ORG Mon Mar 2 16:05:27 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4C9ED106564A for ; Mon, 2 Mar 2009 16:05:27 +0000 (UTC) (envelope-from lehmann@ans-netz.de) Received: from avocado.salatschuessel.net (avocado.salatschuessel.net [78.111.72.186]) by mx1.freebsd.org (Postfix) with SMTP id B37468FC08 for ; Mon, 2 Mar 2009 16:05:26 +0000 (UTC) (envelope-from lehmann@ans-netz.de) Received: (qmail 34942 invoked by uid 89); 2 Mar 2009 15:38:44 -0000 Received: from unknown (HELO kartoffel.salatschuessel.net) (78.111.72.187) by avocado.salatschuessel.net with SMTP; 2 Mar 2009 15:38:44 -0000 Date: Mon, 2 Mar 2009 16:38:43 +0100 From: Oliver Lehmann To: stable@freebsd.org Message-Id: <20090302163843.cc66c55e.lehmann@ans-netz.de> X-Mailer: Sylpheed 2.6.0 (GTK+ 2.14.7; amd64-portbld-freebsd7.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: restart a script in etc/rc.d 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, 02 Mar 2009 16:05:27 -0000 Hi, I've below etc/rc.d bacula-fd and I copied it to bacula-fd2 because I need to run 2 file daemons. I'Ve modified every variable for the 2nd start script to be independent from the first one. It works so far but when I issue etc/rc.d/bacula-fd restart it also stops the process started by bacula-fd2 probably because + _find_processes /usr/local/sbin/bacula-fd . -ax gets executed or whatever. Is there a way in the rc.d scope to define to only look for the pid in the pid file (why do we have them anyway when we search everytime) and only kill the PID listed in the pid file? root@nudel olivleh1> cat /var/run/bacula-fd.910 bacula-fd.9102.pid bacula-fd.9104.pid root@nudel olivleh1> cat /var/run/bacula-fd.910* 33076 33125 root@nudel olivleh1> ps auxww | grep bacula-fd | grep -v SsJ root 33076 0.0 0.4 8160 2980 ?? Ss 4:31PM 0:00.02 /usr/local/sbin/bacula-fd -u root -g wheel -v -c /usr/local/etc/bacula-fd.conf root 33125 0.0 0.4 8160 2980 ?? Ss 4:35PM 0:00.01 /usr/local/sbin/bacula-fd -u root -g wheel -v -c /usr/local/etc/bacula-fd2.conf root@nudel olivleh1> /usr/local/etc/rc.d/bacula-fd restart Stopping bacula_fd. Starting bacula_fd. root@nudel olivleh1> ps auxww | grep bacula-fd | grep -v SsJ root 33151 0.4 0.4 7136 2968 ?? Ss 4:36PM 0:00.01 /usr/local/sbin/bacula-fd -u root -g wheel -v -c /usr/local/etc/bacula-fd.conf root@nudel olivleh1> /usr/local/etc/rc.d/bacula-fd2 restart bacula_fd2 not running? (check /var/run/bacula-fd.9104.pid). Starting bacula_fd2. root@nudel olivleh1> ps auxww | grep bacula-fd | grep -v SsJ root 33170 0.5 0.4 7136 2968 ?? Ss 4:36PM 0:00.01 /usr/local/sbin/bacula-fd -u root -g wheel -v -c /usr/local/etc/bacula-fd2.conf root 33151 0.0 0.4 7136 2968 ?? Ss 4:36PM 0:00.01 /usr/local/sbin/bacula-fd -u root -g wheel -v -c /usr/local/etc/bacula-fd.conf -- Oliver Lehmann http://www.pofo.de/ http://wishlist.ans-netz.de/ From owner-freebsd-stable@FreeBSD.ORG Mon Mar 2 18:31:57 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF7CF10656FA for ; Mon, 2 Mar 2009 18:31:57 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 8CA188FC13 for ; Mon, 2 Mar 2009 18:31:57 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (pool-98-109-39-197.nwrknj.fios.verizon.net [98.109.39.197]) by cyrus.watson.org (Postfix) with ESMTPSA id 0FB5D46B32; Mon, 2 Mar 2009 13:31:57 -0500 (EST) Received: from localhost (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.14.3/8.14.3) with ESMTP id n22IVNXe078710; Mon, 2 Mar 2009 13:31:50 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-stable@freebsd.org Date: Mon, 2 Mar 2009 12:10:39 -0500 User-Agent: KMail/1.9.7 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200903021210.39757.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Mon, 02 Mar 2009 13:31:50 -0500 (EST) X-Virus-Scanned: ClamAV 0.94.2/9061/Mon Mar 2 04:28:18 2009 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: David Adam Subject: Re: 7.1 new install halts on BTX error 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, 02 Mar 2009 18:32:00 -0000 On Wednesday 28 January 2009 10:13:46 pm David Adam wrote: > I upgraded my 7.0 system to 7.1-RELEASE with freebsd-update only to find > that it no longer boots correctly, instead crashing with a BTX backtrace. > If I break to the loader prompt and use 'ls /boot', I also get a > backtrace. > > A new install of 7.1 on this hardware using a separate SCSI card and drive > array also leads to a BTX backtrace. I have copied this below as the first > (most repeatable) error and also included the other problems. > > A fresh install of 7.0 works fine. FreeSBIE 1.0, based on FreeBSD 5.3, > also boots fine and will happily list the contents of the original drive's > /boot in the loader, although refuses to load the kernel. The FreeBSD 7.1 > install CD also boots and allows me to install over FTP. > > I have run into BTX problems on this machine before under -CURRENT (see > http://lists.freebsd.org/pipermail/freebsd-current/2008-October/089460.html > ). Dmesg from 7.0 in > http://www.freebsd.org/cgi/query-pr.cgi?prp=125769-1-txt&n=/patch.txt > > A new install of 7.1-RELEASE on separate disks leads to this backtrace: > int=0000000d err=00001840 efl=00010207 eip=00000511 > eax=04551364 ebx=00000000 ecx=00495cae edx=00495cae > esi=00000009 edi=00000001 ebp=00000000 esp=00495cae > cs=002b ds=0033 es=0033 fs=0033 gs=0033 ss=0033 > cs:eip=17 00 00 00 00 00 00 0c-00 00 00 00 00 00 00 b9 > ae 5c 49 00 00 00 00 b9-ae 5c 49 00 00 00 00 c8 > ss:esp=43 18 3c 01 74 08 3c 04-0f 85 e4 00 00 00 0f b6 > 43 19 88 86 94 00 00 00-c7 46 30 00 00 00 00 3c > > BTX error on boot with the 7.0 partition that has been upgraded to 7.1: > > int=0000000d err=00000000 efl=00010a92 eip=00000430 > eax=ffffff4c ebx=00006c94 ecx=00000001 edx=00000080 > esi=00000001 edi=ffff9416 ebp=00000000 esp=0008f8b4 > cs=002b ds=0033 es=002b fs=0033 gs=0033 ss=0033 > cs:eip=6c 7f 94 48 00 00 00 00-0f af c1 47 00 00 00 00 > 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 > ss:eip=2b 00 00 00 33 00 00 00-00 0c 04 00 5f ad 08 04 > 00 00 00 00 0f 00 00 00-00 00 00 00 24 1c 06 00 > BTX halted > > If I break to the loader prompt and try 'ls /boot', I get this backtrace: > > int=00000006 err=00000000 efl=00010203 eip=00040c08 > eax=000000c6 ebx=00000008 ecx=eb000000 edx=000000c6 > esi=00000004 edi=000000c2 ebp=00000000 esp=0008f8b4 > cs=002b ds=0033 es=002b fs=0033 gs=0033 ss=0033 > cs:eip=8f 49 40 00 94 49 00 cb-00 00 04 00 00 00 fc 07 > 80 00 00 00 04 00 00 00-94 49 00 00 00 00 00 00 > ss:eip=00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 > 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 > BTX halted > > Any thoughts or suggestions? I will stay on 7.0 for now but have a fairly > large supply of spare drives so I can test new installs if required. I wonder if your stack is growing into the heap (the GPT stuff made the loader a bit bigger). You can try something like this: --- //depot/vendor/freebsd/src/sys/boot/i386/libi386/Makefile 2007/10/12 17:12:19 +++ //depot/user/jhb/boot/sys/boot/i386/libi386/Makefile 2009/03/02 17:08:30 @@ -33,6 +33,10 @@ CFLAGS+= -DSMBIOS_SERIAL_NUMBERS .endif +.if !defined(LOADER_NO_GPT_SUPPORT) +CFLAGS+= -DLOADER_GPT_SUPPORT +.endif + # Include simple terminal emulation (cons25-compatible) CFLAGS+= -DTERM_EMU --- //depot/vendor/freebsd/src/sys/boot/i386/libi386/biosdisk.c 2008/11/19 16:05:14 +++ //depot/user/jhb/boot/sys/boot/i386/libi386/biosdisk.c 2009/03/02 17:08:30 @@ -68,12 +68,14 @@ # define DEBUG(fmt, args...) #endif +#ifdef LOADER_GPT_SUPPORT struct gpt_part { int gp_index; uuid_t gp_type; uint64_t gp_start; uint64_t gp_end; }; +#endif struct open_disk { int od_dkunit; /* disk unit number */ @@ -90,25 +92,31 @@ #define BD_FLOPPY 0x0004 #define BD_LABELOK 0x0008 #define BD_PARTTABOK 0x0010 +#ifdef LOADER_GPT_SUPPORT #define BD_GPTOK 0x0020 +#endif union { struct { struct disklabel mbr_disklabel; int mbr_nslices; /* slice count */ struct dos_partition mbr_slicetab[NEXTDOSPART]; } _mbr; +#ifdef LOADER_GPT_SUPPORT struct { int gpt_nparts; struct gpt_part *gpt_partitions; } _gpt; +#endif } _data; }; #define od_disklabel _data._mbr.mbr_disklabel #define od_nslices _data._mbr.mbr_nslices #define od_slicetab _data._mbr.mbr_slicetab +#ifdef LOADER_GPT_SUPPORT #define od_nparts _data._gpt.gpt_nparts #define od_partitions _data._gpt.gpt_partitions +#endif /* * List of BIOS devices, translation from disk unit number to @@ -130,8 +138,10 @@ static int bd_int13probe(struct bdinfo *bd); +#ifdef LOADER_GPT_SUPPORT static void bd_printgptpart(struct open_disk *od, struct gpt_part *gp, char *prefix, int verbose); +#endif static void bd_printslice(struct open_disk *od, struct dos_partition *dp, char *prefix, int verbose); static void bd_printbsdslice(struct open_disk *od, daddr_t offset, @@ -163,8 +173,10 @@ static int bd_open_mbr(struct open_disk *od, struct i386_devdesc *dev); static int bd_bestslice(struct open_disk *od); static void bd_checkextended(struct open_disk *od, int slicenum); +#ifdef LOADER_GPT_SUPPORT static int bd_open_gpt(struct open_disk *od, struct i386_devdesc *dev); static struct gpt_part *bd_best_gptpart(struct open_disk *od); +#endif /* * Translate between BIOS device numbers and our private unit numbers. @@ -286,6 +298,7 @@ if (!bd_opendisk(&od, &dev)) { +#ifdef LOADER_GPT_SUPPORT /* Do we have a GPT table? */ if (od->od_flags & BD_GPTOK) { for (j = 0; j < od->od_nparts; j++) { @@ -293,9 +306,10 @@ od->od_partitions[j].gp_index); bd_printgptpart(od, &od->od_partitions[j], line, verbose); } - + } else +#endif /* Do we have a partition table? */ - } else if (od->od_flags & BD_PARTTABOK) { + if (od->od_flags & BD_PARTTABOK) { dptr = &od->od_slicetab[0]; /* Check for a "dedicated" disk */ @@ -339,6 +353,7 @@ return (buf); } +#ifdef LOADER_GPT_SUPPORT static uuid_t efi = GPT_ENT_TYPE_EFI; static uuid_t freebsd_boot = GPT_ENT_TYPE_FREEBSD_BOOT; static uuid_t freebsd_ufs = GPT_ENT_TYPE_FREEBSD_UFS; @@ -380,6 +395,7 @@ stats); pager_output(line); } +#endif /* * Print information about slices on a disk. For the size calculations we @@ -561,8 +577,10 @@ } /* Determine disk layout. */ +#ifdef LOADER_GPT_SUPPORT error = bd_open_gpt(od, dev); if (error) +#endif error = bd_open_mbr(od, dev); out: @@ -826,6 +844,7 @@ return (prefslice); } +#ifdef LOADER_GPT_SUPPORT static int bd_open_gpt(struct open_disk *od, struct i386_devdesc *dev) { @@ -1003,6 +1022,7 @@ } return (prefpart); } +#endif static int bd_close(struct open_file *f) @@ -1022,8 +1042,10 @@ if (od->od_flags & BD_FLOPPY) delay(3000000); #endif +#ifdef LOADER_GPT_SUPPORT if (od->od_flags & BD_GPTOK) free(od->od_partitions); +#endif free(od); } --- //depot/vendor/freebsd/src/sys/boot/i386/libi386/devicename.c 2008/11/17 20:55:47 +++ //depot/user/jhb/boot/sys/boot/i386/libi386/devicename.c 2009/03/02 17:08:30 @@ -120,6 +120,7 @@ err = EUNIT; goto fail; } +#ifdef LOADER_GPT_SUPPORT if (*cp == 'p') { /* got a GPT partition */ np = cp + 1; slice = strtol(np, &cp, 10); @@ -133,6 +134,7 @@ } partition = 0xff; } else { +#endif if (*cp == 's') { /* got a slice number */ np = cp + 1; slice = strtol(np, &cp, 10); @@ -149,7 +151,9 @@ } cp++; } +#ifdef LOADER_GPT_SUPPORT } +#endif } else { cp = np; } @@ -227,14 +231,18 @@ case DEVT_DISK: cp = buf; cp += sprintf(cp, "%s%d", dev->d_dev->dv_name, dev->d_unit); +#ifdef LOADER_GPT_SUPPORT if (dev->d_kind.biosdisk.partition == 0xff) { cp += sprintf(cp, "p%d", dev->d_kind.biosdisk.slice); } else { +#endif if (dev->d_kind.biosdisk.slice > 0) cp += sprintf(cp, "s%d", dev->d_kind.biosdisk.slice); if (dev->d_kind.biosdisk.partition >= 0) cp += sprintf(cp, "%c", dev->d_kind.biosdisk.partition + 'a'); +#ifdef LOADER_GPT_SUPPORT } +#endif strcat(cp, ":"); break; --- //depot/vendor/freebsd/src/sys/boot/i386/loader/Makefile 2009/02/21 15:10:32 +++ //depot/user/jhb/boot/sys/boot/i386/loader/Makefile 2009/03/02 17:08:30 @@ -51,6 +51,9 @@ .if !defined(LOADER_NO_GZIP_SUPPORT) CFLAGS+= -DLOADER_GZIP_SUPPORT .endif +.if !defined(LOADER_NO_GPT_SUPPORT) +CFLAGS+= -DLOADER_GPT_SUPPORT +.endif # Always add MI sources .PATH: ${.CURDIR}/../../common @@ -91,12 +94,14 @@ loader.help: help.common help.i386 cat ${.ALLSRC} | awk -f ${.CURDIR}/../../common/merge_help.awk > ${.TARGET} +.if !defined(NOFORTH) .PATH: ${.CURDIR}/../../forth FILES= loader loader.help loader.4th support.4th loader.conf FILES+= screen.4th frames.4th beastie.4th # XXX INSTALLFLAGS_loader= -b FILESMODE_loader= ${BINMODE} -b FILESDIR_loader.conf= /boot/defaults +.endif .if !exists(${DESTDIR}/boot/loader.rc) FILES+= loader.rc --- //depot/vendor/freebsd/src/sys/boot/i386/loader/main.c 2008/11/17 20:55:47 +++ //depot/user/jhb/boot/sys/boot/i386/loader/main.c 2009/03/02 17:08:30 @@ -102,7 +102,7 @@ */ bios_getmem(); -#if defined(LOADER_BZIP2_SUPPORT) || defined(LOADER_FIREWIRE_SUPPORT) || defined(LOADER_ZFS_SUPPORT) +#if defined(LOADER_BZIP2_SUPPORT) || defined(LOADER_FIREWIRE_SUPPORT) || defined(LOADER_GPT_SUPPORT) || defined(LOADER_ZFS_SUPPORT) heap_top = PTOV(memtop_copyin); memtop_copyin -= 0x300000; heap_bottom = PTOV(memtop_copyin); -- John Baldwin From owner-freebsd-stable@FreeBSD.ORG Mon Mar 2 18:42:03 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2171C10656E3 for ; Mon, 2 Mar 2009 18:42:03 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr3.xs4all.nl (smtp-vbr3.xs4all.nl [194.109.24.23]) by mx1.freebsd.org (Postfix) with ESMTP id A89FA8FC1F for ; Mon, 2 Mar 2009 18:42:02 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr3.xs4all.nl (8.13.8/8.13.8) with ESMTP id n22ISd8K023402 for ; Mon, 2 Mar 2009 19:28:40 +0100 (CET) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id A6684BA8C; Mon, 2 Mar 2009 19:28:39 +0100 (CET) Date: Mon, 2 Mar 2009 19:28:39 +0100 From: Roland Smith To: freebsd-stable@freebsd.org Message-ID: <20090302182839.GA89715@slackbox.xs4all.nl> References: <20090228143453.GX41617@deviant.kiev.zoral.com.ua> <49ABDDE2.6090402@icyb.net.ua> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="J2SCkAp4GZ/dPZZf" Content-Disposition: inline In-Reply-To: <49ABDDE2.6090402@icyb.net.ua> X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! User-Agent: Mutt/1.5.19 (2009-01-05) X-Virus-Scanned: by XS4ALL Virus Scanner Subject: Re: devd question 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, 02 Mar 2009 18:42:03 -0000 --J2SCkAp4GZ/dPZZf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Mar 02, 2009 at 03:23:46PM +0200, Andriy Gapon wrote: > on 28/02/2009 16:34 Kostik Belousov said the following: > > On Sat, Feb 28, 2009 at 02:13:10PM +0100, Michael Sperber wrote: > >> I'm trying to make devd run an stty command whenever a USB serial devi= ce > >> is attached. Unfortunately, $device-name is ucom[0-9] and the device > >> names are /dev/cuaU[0-9] - how do I get the correct name in the device > >> action? I haven't found a way to extract the number by itself, so I'm > >> stuck with specifying a separate rule for each number, like so: > >> > >> attach 100 { > >> device-name "ucom0"; > >> action "stty -f /dev/cuaU0.init raw"; > >> }; > >> > >> Help would be much appreciated! > >=20 > > There are some other notifications that are send through devctl when > > cdev is created. They have system set to DEVFS, subsystem to CDEV, > > and type CREATE. The data is the /dev node name. I am not sure how > > to assign the action in the devd. >=20 > A tested example: > notify 1000 { > match "system" "DEVFS"; > match "subsystem" "CDEV"; > match "cdev" "^da[0-9]+$"; > action "echo 't120o3l32 b>c+f+16' > /dev/speaker"; > }; This system is missing from the devd.conf manual page, nor is DEVFS mentioned in /usr/share/examples/etc/devd.conf. Is it documented somewhere else? =20 Roland --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --J2SCkAp4GZ/dPZZf Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.10 (FreeBSD) iEYEARECAAYFAkmsJVcACgkQEnfvsMMhpyUn0gCfacV40ZT6CQlVU5FqTAeTgdW/ N6wAn0Wecz2nKWiTme2hqRX870gfm/Mp =/GbZ -----END PGP SIGNATURE----- --J2SCkAp4GZ/dPZZf-- From owner-freebsd-stable@FreeBSD.ORG Mon Mar 2 18:49:00 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 581C91065675 for ; Mon, 2 Mar 2009 18:49:00 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from mail.terabit.net.ua (mail.terabit.net.ua [195.137.202.147]) by mx1.freebsd.org (Postfix) with ESMTP id EDF258FC1A for ; Mon, 2 Mar 2009 18:48:59 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from skuns.zoral.com.ua ([91.193.166.194] helo=mail.zoral.com.ua) by mail.terabit.net.ua with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63 (FreeBSD)) (envelope-from ) id 1LeDCD-0005KP-SW; Mon, 02 Mar 2009 20:48:58 +0200 Received: from deviant.kiev.zoral.com.ua (root@deviant.kiev.zoral.com.ua [10.1.1.148]) by mail.zoral.com.ua (8.14.2/8.14.2) with ESMTP id n22Ims8n008762 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 2 Mar 2009 20:48:54 +0200 (EET) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.3/8.14.3) with ESMTP id n22ImsaJ043287; Mon, 2 Mar 2009 20:48:54 +0200 (EET) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.3/8.14.3/Submit) id n22Imr1J043286; Mon, 2 Mar 2009 20:48:53 +0200 (EET) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Mon, 2 Mar 2009 20:48:53 +0200 From: Kostik Belousov To: Roland Smith Message-ID: <20090302184853.GE41617@deviant.kiev.zoral.com.ua> References: <20090228143453.GX41617@deviant.kiev.zoral.com.ua> <49ABDDE2.6090402@icyb.net.ua> <20090302182839.GA89715@slackbox.xs4all.nl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="VRy2DAmnTueP9XfJ" Content-Disposition: inline In-Reply-To: <20090302182839.GA89715@slackbox.xs4all.nl> User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: ClamAV version 0.94.2, clamav-milter version 0.94.2 on skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on skuns.kiev.zoral.com.ua X-Virus-Scanned: mail.terabit.net.ua 1LeDCD-0005KP-SW 038bba5b507c39e7c809314aa8f37d5d X-Terabit: YES Cc: freebsd-stable@freebsd.org Subject: Re: devd question 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, 02 Mar 2009 18:49:01 -0000 --VRy2DAmnTueP9XfJ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Mar 02, 2009 at 07:28:39PM +0100, Roland Smith wrote: > On Mon, Mar 02, 2009 at 03:23:46PM +0200, Andriy Gapon wrote: > > on 28/02/2009 16:34 Kostik Belousov said the following: > > > On Sat, Feb 28, 2009 at 02:13:10PM +0100, Michael Sperber wrote: > > >> I'm trying to make devd run an stty command whenever a USB serial de= vice > > >> is attached. Unfortunately, $device-name is ucom[0-9] and the device > > >> names are /dev/cuaU[0-9] - how do I get the correct name in the devi= ce > > >> action? I haven't found a way to extract the number by itself, so I= 'm > > >> stuck with specifying a separate rule for each number, like so: > > >> > > >> attach 100 { > > >> device-name "ucom0"; > > >> action "stty -f /dev/cuaU0.init raw"; > > >> }; > > >> > > >> Help would be much appreciated! > > >=20 > > > There are some other notifications that are send through devctl when > > > cdev is created. They have system set to DEVFS, subsystem to CDEV, > > > and type CREATE. The data is the /dev node name. I am not sure how > > > to assign the action in the devd. > >=20 > > A tested example: > > notify 1000 { > > match "system" "DEVFS"; > > match "subsystem" "CDEV"; > > match "cdev" "^da[0-9]+$"; > > action "echo 't120o3l32 b>c+f+16' > /dev/speaker"; > > }; >=20 > This system is missing from the devd.conf manual page, nor is DEVFS > mentioned in /usr/share/examples/etc/devd.conf. Is it documented > somewhere else? No, it is not documented anywhere. Feel free to send me the documentation patch. --VRy2DAmnTueP9XfJ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEARECAAYFAkmsKhQACgkQC3+MBN1Mb4iLzwCg5eUTzslaLHfpOW9I8pij+HDN bDYAnRZlDQH9FfV+1vtknkyz9uljeMcE =EQab -----END PGP SIGNATURE----- --VRy2DAmnTueP9XfJ-- From owner-freebsd-stable@FreeBSD.ORG Mon Mar 2 19:25:24 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 140D510656D5 for ; Mon, 2 Mar 2009 19:25:24 +0000 (UTC) (envelope-from lehmann@ans-netz.de) Received: from avocado.salatschuessel.net (avocado.salatschuessel.net [78.111.72.186]) by mx1.freebsd.org (Postfix) with SMTP id 585F88FC1D for ; Mon, 2 Mar 2009 19:25:22 +0000 (UTC) (envelope-from lehmann@ans-netz.de) Received: (qmail 41836 invoked by uid 89); 2 Mar 2009 19:25:21 -0000 Received: from unknown (HELO kartoffel.salatschuessel.net) (78.111.72.187) by avocado.salatschuessel.net with SMTP; 2 Mar 2009 19:25:21 -0000 Date: Mon, 2 Mar 2009 20:25:20 +0100 From: Oliver Lehmann To: Doug Barton Message-Id: <20090302202520.eaf09b15.lehmann@ans-netz.de> In-Reply-To: References: <20090302163843.cc66c55e.lehmann@ans-netz.de> X-Mailer: Sylpheed 2.6.0 (GTK+ 2.14.7; amd64-portbld-freebsd7.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, stable@freebsd.org Subject: Re: restart a script in etc/rc.d 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, 02 Mar 2009 19:25:25 -0000 Hi Doug, Doug Barton wrote: > Also, the assignment of pidfile should really come after the defaults are > set. > > If you do all that and it still doesn't work, send a diff of your two rc.d > scripts to the list. PROVIDE is in both cases "utility" (probably a generic unchanged default) - I've changed it to utility2 for bacula-fd2 with no changes. Here the diff: root@nudel rc.d> diff -u bacula-fd* --- bacula-fd 2009-02-15 23:25:03.000000000 +0100 +++ bacula-fd2 2009-03-02 20:22:40.000000000 +0100 @@ -16,16 +16,16 @@ . /etc/rc.subr -name="bacula_fd" +name="bacula_fd2" rcvar=${name}_enable command=/usr/local/sbin/bacula-fd load_rc_config $name -pidfile="${bacula_fd_pidfile}" +pidfile="${bacula_fd2_pidfile}" -: ${bacula_fd_enable="NO"} -: ${bacula_fd_flags=" -u root -g wheel -v -c /usr/local/etc/bacula-fd.conf"} -: ${bacula_fd_pidfile="/var/run/bacula-fd.9102.pid"} +: ${bacula_fd2_enable="NO"} +: ${bacula_fd2_flags=" -u root -g wheel -v -c /usr/local/etc/bacula-fd2.conf"} +: ${bacula_fd2_pidfile="/var/run/bacula-fd.9104.pid"} run_rc_command "$1" Exit 1 root@nudel rc.d> grep bacula_fd /etc/rc.conf bacula_fd_enable="YES" bacula_fd2_enable="YES" bacula_fd2_flags=" -u root -g wheel -v -c /usr/local/etc/bacula-fd2.conf" bacula_fd2_pidfile="/var/run/bacula-fd.9104.pid" root@nudel rc.d> -- Oliver Lehmann http://www.pofo.de/ http://wishlist.ans-netz.de/ From owner-freebsd-stable@FreeBSD.ORG Mon Mar 2 19:31:55 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 696F9106574E for ; Mon, 2 Mar 2009 19:31:55 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx22.fluidhosting.com [204.14.89.5]) by mx1.freebsd.org (Postfix) with ESMTP id DAB968FC1C for ; Mon, 2 Mar 2009 19:31:54 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: (qmail 16182 invoked by uid 399); 2 Mar 2009 19:05:09 -0000 Received: from localhost (HELO slave.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 2 Mar 2009 19:05:09 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Date: Mon, 2 Mar 2009 11:05:07 -0800 (PST) From: Doug Barton To: Oliver Lehmann In-Reply-To: <20090302163843.cc66c55e.lehmann@ans-netz.de> Message-ID: References: <20090302163843.cc66c55e.lehmann@ans-netz.de> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) X-message-flag: Outlook -- Not just for spreading viruses anymore! X-OpenPGP-Key-ID: 0xD5B2F0FB Organization: http://www.FreeBSD.org/ MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: ports@freebsd.org, stable@freebsd.org Subject: Re: restart a script in etc/rc.d 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, 02 Mar 2009 19:31:58 -0000 On Mon, 2 Mar 2009, Oliver Lehmann wrote: > Hi, > > I've below etc/rc.d bacula-fd and I copied it to bacula-fd2 because I > need to run 2 file daemons. > I'Ve modified every variable for the 2nd start script to be independent > from the first one. > It works so far but when I issue etc/rc.d/bacula-fd restart it also stops > the process started by bacula-fd2 probably because > > + _find_processes /usr/local/sbin/bacula-fd . -ax > > gets executed or whatever. > > Is there a way in the rc.d scope to define to only look for the pid in > the pid file (why do we have them anyway when we search everytime) and > only kill the PID listed in the pid file? Well that is certainly how it is supposed to work, and that script defines pidfile which should prevent it from doing what you're suggesting. So let's check your work. :) To accomplish what you want you would have to change all of the following in your duplicate script: 1. filename (IOW, you need 2 scripts with different names) 2. PROVIDE 3. name= 4. rcvar= (If you redefine $name that should be enough) 5. pidfile= 6. The names of the variables in the default assignments Also, the assignment of pidfile should really come after the defaults are set. If you do all that and it still doesn't work, send a diff of your two rc.d scripts to the list. hope this helps, Doug -- This .signature sanitized for your protection From owner-freebsd-stable@FreeBSD.ORG Mon Mar 2 20:10:40 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 958D010657C9 for ; Mon, 2 Mar 2009 20:10:40 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx22.fluidhosting.com [204.14.89.5]) by mx1.freebsd.org (Postfix) with ESMTP id 349698FC5A for ; Mon, 2 Mar 2009 20:10:40 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: (qmail 22426 invoked by uid 399); 2 Mar 2009 20:10:39 -0000 Received: from localhost (HELO ?192.168.0.24?) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 2 Mar 2009 20:10:39 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <49AC3D3C.8040106@FreeBSD.org> Date: Mon, 02 Mar 2009 12:10:36 -0800 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: Oliver Lehmann References: <20090302163843.cc66c55e.lehmann@ans-netz.de> <20090302202520.eaf09b15.lehmann@ans-netz.de> In-Reply-To: <20090302202520.eaf09b15.lehmann@ans-netz.de> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, stable@freebsd.org, dan@langille.org Subject: Re: restart a script in etc/rc.d 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, 02 Mar 2009 20:10:47 -0000 Oliver Lehmann wrote: > Hi Doug, > > Doug Barton wrote: > >> Also, the assignment of pidfile should really come after the defaults are >> set. >> >> If you do all that and it still doesn't work, send a diff of your two rc.d >> scripts to the list. > > PROVIDE is in both cases "utility" (probably a generic unchanged default) > - I've changed it to utility2 for bacula-fd2 with no changes. Here the diff: That's arguably a bug. It should be something more descriptive. The standard is that the name of the script file, the $name variable and the PROVIDE line should all match. > root@nudel rc.d> diff -u bacula-fd* > --- bacula-fd 2009-02-15 23:25:03.000000000 +0100 > +++ bacula-fd2 2009-03-02 20:22:40.000000000 +0100 > @@ -16,16 +16,16 @@ > > . /etc/rc.subr > > -name="bacula_fd" > +name="bacula_fd2" > rcvar=${name}_enable > command=/usr/local/sbin/bacula-fd > > load_rc_config $name > > -pidfile="${bacula_fd_pidfile}" > +pidfile="${bacula_fd2_pidfile}" You missed the bit where I said that this should come after the assignment of the defaults below. > -: ${bacula_fd_enable="NO"} > -: ${bacula_fd_flags=" -u root -g wheel -v -c /usr/local/etc/bacula-fd.conf"} > -: ${bacula_fd_pidfile="/var/run/bacula-fd.9102.pid"} > +: ${bacula_fd2_enable="NO"} > +: ${bacula_fd2_flags=" -u root -g wheel -v -c /usr/local/etc/bacula-fd2.conf"} > +: ${bacula_fd2_pidfile="/var/run/bacula-fd.9104.pid"} > > run_rc_command "$1" > Exit 1 > root@nudel rc.d> grep bacula_fd /etc/rc.conf > bacula_fd_enable="YES" > bacula_fd2_enable="YES" > bacula_fd2_flags=" -u root -g wheel -v -c /usr/local/etc/bacula-fd2.conf" > bacula_fd2_pidfile="/var/run/bacula-fd.9104.pid" Have you confirmed that the two pid files exist, and that they contain the right information? Doug -- This .signature sanitized for your protection From owner-freebsd-stable@FreeBSD.ORG Mon Mar 2 20:13:51 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C02B910656C7 for ; Mon, 2 Mar 2009 20:13:51 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr17.xs4all.nl (smtp-vbr17.xs4all.nl [194.109.24.37]) by mx1.freebsd.org (Postfix) with ESMTP id 4CD7A8FC12 for ; Mon, 2 Mar 2009 20:13:51 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr17.xs4all.nl (8.13.8/8.13.8) with ESMTP id n22KDnUx021057; Mon, 2 Mar 2009 21:13:50 +0100 (CET) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 8BFC2BA8D; Mon, 2 Mar 2009 21:13:49 +0100 (CET) Date: Mon, 2 Mar 2009 21:13:49 +0100 From: Roland Smith To: Kostik Belousov Message-ID: <20090302201349.GA92315@slackbox.xs4all.nl> References: <20090228143453.GX41617@deviant.kiev.zoral.com.ua> <49ABDDE2.6090402@icyb.net.ua> <20090302182839.GA89715@slackbox.xs4all.nl> <20090302184853.GE41617@deviant.kiev.zoral.com.ua> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="envbJBWh7q8WU6mo" Content-Disposition: inline In-Reply-To: <20090302184853.GE41617@deviant.kiev.zoral.com.ua> X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! User-Agent: Mutt/1.5.19 (2009-01-05) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-stable@freebsd.org Subject: Re: devd question 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, 02 Mar 2009 20:13:59 -0000 --envbJBWh7q8WU6mo Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Mar 02, 2009 at 08:48:53PM +0200, Kostik Belousov wrote: > > This system is missing from the devd.conf manual page, nor is DEVFS > > mentioned in /usr/share/examples/etc/devd.conf. Is it documented > > somewhere else? >=20 > No, it is not documented anywhere. > Feel free to send me the documentation patch. After some digging, I found the function devctl_notify in the kernel sources (/usr/src/sys/kern/subr_bus.c). Is looks like the only way that eve= nts are sent to devd, correct? If so, I can just use "grep -A 1 -R 'devctl_noti= fy('" =66rom /usr/src/sys to find all types of events. I'll go and pull the source for devd.conf from HEAD and 7-STABLE, and incorporate what I find. Should I file a PR when I'm done? Roland --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --envbJBWh7q8WU6mo Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.10 (FreeBSD) iEYEARECAAYFAkmsPf0ACgkQEnfvsMMhpyWGpQCfd31tQ+XnVaIT1vvBrH3eN0sz u1kAoJkX2o3D+0dWSgxL8ZpZ2EZM1YEN =eiaX -----END PGP SIGNATURE----- --envbJBWh7q8WU6mo-- From owner-freebsd-stable@FreeBSD.ORG Mon Mar 2 21:02:30 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1ADA7106566C for ; Mon, 2 Mar 2009 21:02:30 +0000 (UTC) (envelope-from lehmann@ans-netz.de) Received: from avocado.salatschuessel.net (avocado.salatschuessel.net [78.111.72.186]) by mx1.freebsd.org (Postfix) with SMTP id 66C2A8FC16 for ; Mon, 2 Mar 2009 21:02:28 +0000 (UTC) (envelope-from lehmann@ans-netz.de) Received: (qmail 44974 invoked by uid 89); 2 Mar 2009 21:02:28 -0000 Message-ID: <20090302210228.44973.qmail@avocado.salatschuessel.net> References: <20090302163843.cc66c55e.lehmann@ans-netz.de> <20090302202520.eaf09b15.lehmann@ans-netz.de> <49AC3D3C.8040106@FreeBSD.org> In-Reply-To: <49AC3D3C.8040106@FreeBSD.org> From: "Oliver Lehmann" To: Doug Barton Date: Mon, 02 Mar 2009 22:02:28 +0100 Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, stable@freebsd.org, dan@langille.org Subject: Re: restart a script in etc/rc.d 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, 02 Mar 2009 21:02:30 -0000 Doug Barton writes: > You missed the bit where I said that this should come after the > assignment of the defaults below. Ok, but... > Have you confirmed that the two pid files exist, and that they contain > the right information? Yes they both exists (probably because I define the variable in rc.conf too). See my initial mail where I cat the contents of both files - they both contain the right PID for their specific process. So - where is the problem now? From owner-freebsd-stable@FreeBSD.ORG Mon Mar 2 21:05:34 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 567581065687 for ; Mon, 2 Mar 2009 21:05:34 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx22.fluidhosting.com [204.14.89.5]) by mx1.freebsd.org (Postfix) with ESMTP id D5F868FC19 for ; Mon, 2 Mar 2009 21:05:33 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: (qmail 9478 invoked by uid 399); 2 Mar 2009 21:05:32 -0000 Received: from localhost (HELO ?192.168.0.24?) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 2 Mar 2009 21:05:32 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <49AC4A1E.3050102@FreeBSD.org> Date: Mon, 02 Mar 2009 13:05:34 -0800 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: Oliver Lehmann References: <20090302163843.cc66c55e.lehmann@ans-netz.de> <20090302202520.eaf09b15.lehmann@ans-netz.de> <49AC3D3C.8040106@FreeBSD.org> <20090302210228.44973.qmail@avocado.salatschuessel.net> In-Reply-To: <20090302210228.44973.qmail@avocado.salatschuessel.net> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, stable@freebsd.org, dan@langille.org Subject: Re: restart a script in etc/rc.d 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, 02 Mar 2009 21:05:35 -0000 Oliver Lehmann wrote: > Doug Barton writes: >> You missed the bit where I said that this should come after the >> assignment of the defaults below. > > Ok, but... >> Have you confirmed that the two pid files exist, and that they contain >> the right information? > > Yes they both exists (probably because I define the variable in rc.conf > too). See my initial mail where I cat the contents of both files - they > both contain the right PID for their specific process. > So - where is the problem now? Do this: script bacula-fd2.log sh -x /usr/local/etc/rc.d/bacula-fd2 restart If the log is not too long, send it to the list. If it is, gzip it first. Doug -- This .signature sanitized for your protection From owner-freebsd-stable@FreeBSD.ORG Mon Mar 2 21:40:03 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A6BA1065677 for ; Mon, 2 Mar 2009 21:40:03 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from mail-fx0-f158.google.com (mail-fx0-f158.google.com [209.85.220.158]) by mx1.freebsd.org (Postfix) with ESMTP id 0603B8FC16 for ; Mon, 2 Mar 2009 21:40:02 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: by fxm2 with SMTP id 2so2143377fxm.43 for ; Mon, 02 Mar 2009 13:40:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=kGJaz7DqOS/0ZRQpmJN6gzxltkRU8bSz9T7M4CZdNGo=; b=J32X29rd0lSqV7srB0/WQW22SjrlvT48YymV6kNfpcn4fVIf2qf5yXhQPBVRNxwbLJ ezdPdEq/d4fNubx+r9IWAx0opSfXQrX1Au9ihyv1FLifD+Hgs43gVKhmeVCqZxPj0ACw IfdHC7vN65Zi9qTuCOAC9kvocbCMx2iJ+dh3w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=ca3VKDyLbd3GoiKFyJWSGPXdYsXpEj0AQHkqzDg31pe+Pq8Yya/dwKAQoNU9zRbScs eUI2s0uN4biz7/2SLYc08qTXDiXnXk54MWfVHglBtJWprwA1+yrHY/YgGixRCYjnJKkW F8vVk9L3o2Q9jpfbEuuwSclJFmXmfj5neDPQE= MIME-Version: 1.0 Received: by 10.223.108.15 with SMTP id d15mr6345725fap.105.1236028344019; Mon, 02 Mar 2009 13:12:24 -0800 (PST) In-Reply-To: <4ad871310903021310t46aecd98i56237d3eb6e4eafe@mail.gmail.com> References: <20090302163843.cc66c55e.lehmann@ans-netz.de> <20090302202520.eaf09b15.lehmann@ans-netz.de> <4ad871310903021310t46aecd98i56237d3eb6e4eafe@mail.gmail.com> Date: Mon, 2 Mar 2009 16:12:23 -0500 Message-ID: <4ad871310903021312n63b5dbefg25e2ed5adbd4a954@mail.gmail.com> From: Glen Barber To: Doug Barton Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: ports@freebsd.org, stable@freebsd.org Subject: Re: restart a script in etc/rc.d 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, 02 Mar 2009 21:40:03 -0000 On Mon, Mar 2, 2009 at 4:10 PM, Glen Barber wrote= : > On Mon, Mar 2, 2009 at 2:25 PM, Oliver Lehmann wrot= e: >> Hi Doug, >> >> Doug Barton wrote: >> >>> Also, the assignment of pidfile should really come after the defaults a= re >>> set. >>> >>> If you do all that and it still doesn't work, send a diff of your two r= c.d >>> scripts to the list. >> >> PROVIDE is in both cases "utility" (probably a generic unchanged default= ) >> =A0- I've changed it to utility2 for bacula-fd2 with no changes. Here th= e diff: >> >> root@nudel rc.d> diff -u bacula-fd* >> --- bacula-fd =A0 2009-02-15 23:25:03.000000000 +0100 >> +++ bacula-fd2 =A02009-03-02 20:22:40.000000000 +0100 >> @@ -16,16 +16,16 @@ >> >> =A0. /etc/rc.subr >> >> -name=3D"bacula_fd" >> +name=3D"bacula_fd2" >> =A0rcvar=3D${name}_enable >> =A0command=3D/usr/local/sbin/bacula-fd >> > > I didn't see anyone else mention this -- did you change 'bacula-fd' to > 'bacula-fd2'? > Actually... That may not work (although, you could create a symlink, but I doubt that'll help). Ignore my noise. --=20 Glen Barber From owner-freebsd-stable@FreeBSD.ORG Mon Mar 2 21:40:17 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 05A7210656CE for ; Mon, 2 Mar 2009 21:40:17 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.189]) by mx1.freebsd.org (Postfix) with ESMTP id 87BB98FC2A for ; Mon, 2 Mar 2009 21:40:16 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: by fk-out-0910.google.com with SMTP id f40so1064512fka.11 for ; Mon, 02 Mar 2009 13:40:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=55psmhR0HtQUY5Cie9nmO4YghqtOY2bWH6LMu+ODHMA=; b=G8XJIgrE4v4/cPPByp/Ww8T/EDdJyJxYEImTkmRFTbd8hqFpteOZV7slU5Vx51uS8u FPxCpwN4J9FTgSk1mADL4X+wqAnFuGCDYrxvBE2rNdo57gb8jJSDjEhNEI73zksrx12E /DgEcjzrw6p0wl2zuy+hiHVo9bzkdsEukGiv0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=DOjUQlzbuWN81flF/qMfFlLG0vwG6N4ze7ZwV+02QhXmBqJajZ15UOiHwDaBku/MPM PelZ+BxbjE1hgMxVEFkFJ6ZhtfpTKj4D0SrSS5SYzZCi96ZD2wx5o4aUoCn+u7HBG0YX m0nAPn/NMTkLGcwAa3jrvcmuoE3BfUxOwAPQo= MIME-Version: 1.0 Received: by 10.223.110.144 with SMTP id n16mr6357004fap.63.1236028258486; Mon, 02 Mar 2009 13:10:58 -0800 (PST) In-Reply-To: <20090302202520.eaf09b15.lehmann@ans-netz.de> References: <20090302163843.cc66c55e.lehmann@ans-netz.de> <20090302202520.eaf09b15.lehmann@ans-netz.de> Date: Mon, 2 Mar 2009 16:10:58 -0500 Message-ID: <4ad871310903021310t46aecd98i56237d3eb6e4eafe@mail.gmail.com> From: Glen Barber To: Doug Barton Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: ports@freebsd.org, stable@freebsd.org Subject: Re: restart a script in etc/rc.d 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, 02 Mar 2009 21:40:18 -0000 On Mon, Mar 2, 2009 at 2:25 PM, Oliver Lehmann wrote: > Hi Doug, > > Doug Barton wrote: > >> Also, the assignment of pidfile should really come after the defaults ar= e >> set. >> >> If you do all that and it still doesn't work, send a diff of your two rc= .d >> scripts to the list. > > PROVIDE is in both cases "utility" (probably a generic unchanged default) > =A0- I've changed it to utility2 for bacula-fd2 with no changes. Here the= diff: > > root@nudel rc.d> diff -u bacula-fd* > --- bacula-fd =A0 2009-02-15 23:25:03.000000000 +0100 > +++ bacula-fd2 =A02009-03-02 20:22:40.000000000 +0100 > @@ -16,16 +16,16 @@ > > =A0. /etc/rc.subr > > -name=3D"bacula_fd" > +name=3D"bacula_fd2" > =A0rcvar=3D${name}_enable > =A0command=3D/usr/local/sbin/bacula-fd > I didn't see anyone else mention this -- did you change 'bacula-fd' to 'bacula-fd2'? --=20 Glen Barber From owner-freebsd-stable@FreeBSD.ORG Mon Mar 2 22:10:55 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A1DE61065675; Mon, 2 Mar 2009 22:10:55 +0000 (UTC) (envelope-from artis.caune@gmail.com) Received: from mail-fx0-f158.google.com (mail-fx0-f158.google.com [209.85.220.158]) by mx1.freebsd.org (Postfix) with ESMTP id CEB5D8FC1D; Mon, 2 Mar 2009 22:10:54 +0000 (UTC) (envelope-from artis.caune@gmail.com) Received: by fxm2 with SMTP id 2so2155308fxm.43 for ; Mon, 02 Mar 2009 14:10:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=HygZTvHgu96VvcZ/nSuG+IrSaqc91JowcBzelLI0tNg=; b=aoLcqRl4eaAelN4CQ2PNjT76MK8NlDFeq89bA0iBxZzTAHbQtixC6Otn4jB50QIJy3 plPcg8l4DWJFb4+0aJs9UbhaV2NeDjtaz/e9cGzmdYFfVa86apXPDqeFXFXBob5r1hzD doYBVLRjQ4onujLr1CRiDTX92jzFkJUt2jhSk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=HRuh2sXRIsIV68BynFeG9JWeG6bb38G65zLCQ1Iy8PSV23EWNIb83rsHbWOiLCSQLj D1Wf2oeXMKxXYV5WwSb/OSKkjx19ArR/TemmNuvrJp/8PGDjmwTFA1SPPNmhVwEKCjXu xC9xj+yfxXFiP0B49bGkdO35Vi6a2G9hQJ7Y0= MIME-Version: 1.0 Received: by 10.86.76.16 with SMTP id y16mr5563822fga.19.1236031853697; Mon, 02 Mar 2009 14:10:53 -0800 (PST) In-Reply-To: <9e20d71e0903021355i3ad66b8fx14bdc3b395e311a5@mail.gmail.com> References: <20090302163843.cc66c55e.lehmann@ans-netz.de> <20090302202520.eaf09b15.lehmann@ans-netz.de> <9e20d71e0903021355i3ad66b8fx14bdc3b395e311a5@mail.gmail.com> Date: Tue, 3 Mar 2009 00:10:53 +0200 Message-ID: <9e20d71e0903021410i26ca8088oc2de76009b2773d2@mail.gmail.com> From: Artis Caune To: Oliver Lehmann Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: ports@freebsd.org, stable@freebsd.org, Doug Barton Subject: Re: restart a script in etc/rc.d 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, 02 Mar 2009 22:10:56 -0000 2009/3/2 Artis Caune : > 2009/3/2 Oliver Lehmann : >> root@nudel rc.d> grep bacula_fd /etc/rc.conf >> bacula_fd_enable=3D"YES" >> bacula_fd2_enable=3D"YES" >> bacula_fd2_flags=3D" -u root -g wheel -v -c /usr/local/etc/bacula-fd2.co= nf" >> bacula_fd2_pidfile=3D"/var/run/bacula-fd.9104.pid" > > can you try with: > =C2=A0 =C2=A0bacula_fd_pidfile=3D"/var/run/bacula-fd.9102.pid" > in /etc/rc.conf ? There is logic error in bacula rc.d script. It should first set default variables and only then use them. pidfile=3D"${bacula_fd_pidfile}" : ${bacula_fd_pidfile=3D"/var/run/bacula-fd.9102.pid"} If you don't set pidfile in rc.conf, pidfile is "" so it kills all bacula-f= d's --=20 regards, Artis Caune <----. CCNA | BSDA <----|=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D <----' didii FreeBSD From owner-freebsd-stable@FreeBSD.ORG Mon Mar 2 22:23:38 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 43813106566C for ; Mon, 2 Mar 2009 22:23:38 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx22.fluidhosting.com [204.14.89.5]) by mx1.freebsd.org (Postfix) with ESMTP id DCD0D8FC25 for ; Mon, 2 Mar 2009 22:23:37 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: (qmail 26173 invoked by uid 399); 2 Mar 2009 22:23:33 -0000 Received: from localhost (HELO ?192.168.0.24?) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 2 Mar 2009 22:23:33 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <49AC5C66.70301@FreeBSD.org> Date: Mon, 02 Mar 2009 14:23:34 -0800 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: Artis Caune References: <20090302163843.cc66c55e.lehmann@ans-netz.de> <20090302202520.eaf09b15.lehmann@ans-netz.de> <9e20d71e0903021355i3ad66b8fx14bdc3b395e311a5@mail.gmail.com> <9e20d71e0903021410i26ca8088oc2de76009b2773d2@mail.gmail.com> In-Reply-To: <9e20d71e0903021410i26ca8088oc2de76009b2773d2@mail.gmail.com> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, stable@freebsd.org, Oliver Lehmann Subject: Re: restart a script in etc/rc.d 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, 02 Mar 2009 22:23:38 -0000 Artis Caune wrote: > 2009/3/2 Artis Caune : >> 2009/3/2 Oliver Lehmann : >>> root@nudel rc.d> grep bacula_fd /etc/rc.conf >>> bacula_fd_enable="YES" >>> bacula_fd2_enable="YES" >>> bacula_fd2_flags=" -u root -g wheel -v -c /usr/local/etc/bacula-fd2.conf" >>> bacula_fd2_pidfile="/var/run/bacula-fd.9104.pid" >> can you try with: >> bacula_fd_pidfile="/var/run/bacula-fd.9102.pid" >> in /etc/rc.conf ? > > > There is logic error in bacula rc.d script. It should first set > default variables and only then use them. > pidfile="${bacula_fd_pidfile}" > : ${bacula_fd_pidfile="/var/run/bacula-fd.9102.pid"} > > If you don't set pidfile in rc.conf, pidfile is "" so it kills all bacula-fd's Yes, I tried to convince the OP to fix this, but he thought he had it covered, so I'm giving him the opportunity to prove me wrong. :) You've correctly identified what I believe to be the issue however. (Namely that there is a disconnect between the variable "pidfile" which is used throughout rc.subr, and ${name}_pidfile which has to be assigned to $pidfile properly in the rc.d script or it won't work.) I have "on my list" making this pidfile assignment internal to rc.subr and therefore removing one more bullet from the foot-shooting gun, but that would only help people who have the latest version of rc.subr, which means that even if I fix it today we will still have to support properly setting pidfile in the scripts for years (and versions of FreeBSD) to come. Thus it's in the "less urgent" category. Another potential solution would be to rewrite rc.subr to prefer ${name}_pidfile in all cases where it is defined, but then you still have the backwards compatibility issue to deal with. Doug -- This .signature sanitized for your protection From owner-freebsd-stable@FreeBSD.ORG Mon Mar 2 22:24:29 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C4C01106566C for ; Mon, 2 Mar 2009 22:24:29 +0000 (UTC) (envelope-from artis.caune@gmail.com) Received: from mail-fx0-f158.google.com (mail-fx0-f158.google.com [209.85.220.158]) by mx1.freebsd.org (Postfix) with ESMTP id 5412C8FC25 for ; Mon, 2 Mar 2009 22:24:28 +0000 (UTC) (envelope-from artis.caune@gmail.com) Received: by fxm2 with SMTP id 2so2160248fxm.43 for ; Mon, 02 Mar 2009 14:24:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=oj0XQVrnpD/qxZuCJybY84hopiXMAaFhSm8lBVVXfuQ=; b=RqYxPegVaxZ6pS9UdkS7pA9B3U1c7n6thRYMFrXSGlEUYH/1mJY4PFcZKHjzbT4j+Z WinY+p8E2DELRpoO3L/R8WTM/rh4STGVNcXGkJd733GsIf/F/ERcQiybW1tTv9laiE6X CPYeKeE+mCmbPDtyoo0ZpPDV7c2b7EN8L9xyo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=RqUCbzYXQWGmf8y6Tzbws5r1x4rnFksXWKZfO5YY485tXj/LYOqnNJuzjfP0YMJCpv vq0Nrz43N75LC/7HhGoUVDkDQDMtaqN9KCBvICTDgmGQK5ylu1T9V2FPzem3dLGNVfWF WFBBoFjCcDBIasTdhKVmGAnbRJbIxsllVuNDM= MIME-Version: 1.0 Received: by 10.86.61.13 with SMTP id j13mr3225161fga.59.1236030926499; Mon, 02 Mar 2009 13:55:26 -0800 (PST) In-Reply-To: <20090302202520.eaf09b15.lehmann@ans-netz.de> References: <20090302163843.cc66c55e.lehmann@ans-netz.de> <20090302202520.eaf09b15.lehmann@ans-netz.de> Date: Mon, 2 Mar 2009 23:55:26 +0200 Message-ID: <9e20d71e0903021355i3ad66b8fx14bdc3b395e311a5@mail.gmail.com> From: Artis Caune To: Oliver Lehmann Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, stable@freebsd.org, Doug Barton Subject: Re: restart a script in etc/rc.d 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, 02 Mar 2009 22:24:30 -0000 2009/3/2 Oliver Lehmann : > root@nudel rc.d> grep bacula_fd /etc/rc.conf > bacula_fd_enable="YES" > bacula_fd2_enable="YES" > bacula_fd2_flags=" -u root -g wheel -v -c /usr/local/etc/bacula-fd2.conf" > bacula_fd2_pidfile="/var/run/bacula-fd.9104.pid" can you try with: bacula_fd_pidfile="/var/run/bacula-fd.9102.pid" in /etc/rc.conf ? -- regards, Artis Caune <----. CCNA | BSDA <----|==================== <----' didii FreeBSD From owner-freebsd-stable@FreeBSD.ORG Mon Mar 2 22:24:56 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 014601065672 for ; Mon, 2 Mar 2009 22:24:56 +0000 (UTC) (envelope-from nicolas@boiteameuh.org) Received: from popple.boiteameuh.org (popple.boiteameuh.org [82.232.215.170]) by mx1.freebsd.org (Postfix) with ESMTP id AFFDE8FC08 for ; Mon, 2 Mar 2009 22:24:55 +0000 (UTC) (envelope-from nicolas@boiteameuh.org) Received: by popple.boiteameuh.org (Postfix, from userid 1000) id 3F9BE4EC69; Mon, 2 Mar 2009 23:07:29 +0100 (CET) Date: Mon, 2 Mar 2009 23:07:30 +0100 From: nicolas@boiteameuh.org To: freebsd-stable@freebsd.org Message-ID: <20090302220729.GN14832@boiteameuh.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline User-Agent: Mutt/1.5.17+20080114 (2008-01-14) Subject: IPC Sys5 for amd64? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Mar 2009 22:24:56 -0000 Hi all, I'm trying to install a PostgreSQL db on FreeBSD 7.1-RELEASE amd64. It's seems I can't allocate a shared memory segment more than 2GB. I tune sysctl ipc.shm* values but without effects. IPC Sys5 isn't "64bit-aware" or the problem is elsewhere? Regards, -- Nicolas Haller From owner-freebsd-stable@FreeBSD.ORG Mon Mar 2 23:00:46 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 889851065672 for ; Mon, 2 Mar 2009 23:00:46 +0000 (UTC) (envelope-from max@love2party.net) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.17.10]) by mx1.freebsd.org (Postfix) with ESMTP id 01DB68FC1A for ; Mon, 2 Mar 2009 23:00:45 +0000 (UTC) (envelope-from max@love2party.net) Received: from vampire.homelinux.org (dslb-088-066-062-141.pools.arcor-ip.net [88.66.62.141]) by mrelayeu.kundenserver.de (node=mrelayeu6) with ESMTP (Nemesis) id 0ML29c-1LeGvb2aSI-0008Ib; Mon, 02 Mar 2009 23:48:10 +0100 Received: (qmail 49114 invoked from network); 2 Mar 2009 22:48:00 -0000 Received: from fbsd8.laiers.local (192.168.4.200) by router.laiers.local with SMTP; 2 Mar 2009 22:48:00 -0000 From: Max Laier Organization: FreeBSD To: freebsd-stable@freebsd.org Date: Mon, 2 Mar 2009 23:47:58 +0100 User-Agent: KMail/1.11.0 (FreeBSD/8.0-CURRENT; KDE/4.2.0; i386; ; ) References: <20090302220729.GN14832@boiteameuh.org> In-Reply-To: <20090302220729.GN14832@boiteameuh.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200903022347.59422.max@love2party.net> X-Provags-ID: V01U2FsdGVkX1+klovT3sn+dIs5GqrlKvGK3xr68z1jfExIfwX NR8udWhMmjncZZQUwCZVo6/YZ+d5O5JwUfNHwZHBBILcOyaClJ dTC4RCUn5BeARUVBODh/Q== Cc: nicolas@boiteameuh.org Subject: Re: IPC Sys5 for amd64? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Mar 2009 23:00:47 -0000 On Monday 02 March 2009 23:07:30 nicolas@boiteameuh.org wrote: > Hi all, > > I'm trying to install a PostgreSQL db on FreeBSD 7.1-RELEASE amd64. > It's seems I can't allocate a shared memory segment more than 2GB. > I tune sysctl ipc.shm* values but without effects. > > IPC Sys5 isn't "64bit-aware" or the problem is elsewhere? It looks like shm_segsz in struct shmid_ds is of type int, so that will limit your segment. Also there are the kernel config options SHMMAX and SHMMAXPGS. -- /"\ Best regards, | mlaier@freebsd.org \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | mlaier@EFnet / \ ASCII Ribbon Campaign | Against HTML Mail and News From owner-freebsd-stable@FreeBSD.ORG Tue Mar 3 00:18:11 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5925E10656D4 for ; Tue, 3 Mar 2009 00:18:11 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mta4.srv.hcvlny.cv.net (mta4.srv.hcvlny.cv.net [167.206.4.199]) by mx1.freebsd.org (Postfix) with ESMTP id 2D90C8FC24 for ; Tue, 3 Mar 2009 00:18:10 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from flosoft.no-ip.biz (ool-435559b8.dyn.optonline.net [67.85.89.184]) by mta4.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0KFW0048AM69WMA0@mta4.srv.hcvlny.cv.net> for freebsd-stable@freebsd.org; Mon, 02 Mar 2009 19:18:10 -0500 (EST) Received: from flosoft.no-ip.biz (localhost [IPv6:::1]) by flosoft.no-ip.biz (8.14.3/8.14.3) with ESMTP id n230I7qA021726; Mon, 02 Mar 2009 19:18:09 -0500 Date: Mon, 02 Mar 2009 19:18:07 -0500 From: "Aryeh M. Friedman" In-reply-to: <49AB7903.4050104@modulus.org> To: Andrew Snow Message-id: <49AC773F.6080908@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT References: <49AB66A4.4030509@gmail.com> <49AB7903.4050104@modulus.org> User-Agent: Thunderbird 2.0.0.19 (X11/20090228) Cc: freebsd-stable@freebsd.org Subject: Re: gmirror does not initialize properally 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, 03 Mar 2009 00:18:12 -0000 Andrew Snow wrote: > > Sorry, I meant "label -h" instead of just plain "label"... was getting > confused with gstripe. > No matter what I attempt to do with the source drive (ad8) I get oprtation not permitted... it lets me install the slave drive (ad14) just fine: flosoft# gmirror label -h -vb round-robin gm0 /dev/ad14 Metadata value stored on ad14. Done. flosoft# gmirror status Name Status Components mirror/gm0 COMPLETE ad14 flosoft# gmirror insert gm0 /dev/ad8 gmirror: Cannot access provider ad8. flosoft# gmirror insert gm0 /dev/ad8s2 gmirror: Provider ad8s2 too small. flosoft# gmirror insert gm0 /dev/ad8s2a gmirror: Provider ad8s2a too small. flosoft# gmirror label -vb round-robin gm0 /dev/da0 gmirror: Can't get informations about /dev/da0: No such file or directory. flosoft# gmirror label -vb round-robin gm0 /dev/ad8 gmirror: Can't store metadata on /dev/ad8: Operation not permitted. From owner-freebsd-stable@FreeBSD.ORG Tue Mar 3 03:03:56 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CC4311065673 for ; Tue, 3 Mar 2009 03:03:56 +0000 (UTC) (envelope-from hk@alogis.com) Received: from alogis.com (firewall.solit-ag.de [212.184.102.1]) by mx1.freebsd.org (Postfix) with ESMTP id E7D5B8FC1A for ; Tue, 3 Mar 2009 03:03:50 +0000 (UTC) (envelope-from hk@alogis.com) Received: from alogis.com (localhost [127.0.0.1]) by alogis.com (8.13.4/8.13.1) with ESMTP id n232pp1w058580; Tue, 3 Mar 2009 03:51:51 +0100 (CET) (envelope-from hk@alogis.com) Received: (from hk@localhost) by alogis.com (8.13.4/8.13.1/Submit) id n232pk86058579; Tue, 3 Mar 2009 03:51:46 +0100 (CET) (envelope-from hk) Date: Tue, 3 Mar 2009 03:51:46 +0100 From: Holger Kipp To: "Aryeh M. Friedman" Message-ID: <20090303025146.GA57952@intserv.int1.b.intern> References: <49AB66A4.4030509@gmail.com> <49AB7903.4050104@modulus.org> <49AC773F.6080908@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <49AC773F.6080908@gmail.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-stable@freebsd.org, Andrew Snow Subject: Re: gmirror does not initialize properally 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, 03 Mar 2009 03:03:57 -0000 On Mon, Mar 02, 2009 at 07:18:07PM -0500, Aryeh M. Friedman wrote: > Andrew Snow wrote: > > > >Sorry, I meant "label -h" instead of just plain "label"... was getting > >confused with gstripe. > > > No matter what I attempt to do with the source drive (ad8) I get > oprtation not permitted... it lets me install the slave drive (ad14) > just fine: > > > > flosoft# gmirror label -h -vb round-robin gm0 /dev/ad14 > Metadata value stored on ad14. > Done. > flosoft# gmirror status > Name Status Components > mirror/gm0 COMPLETE ad14 > flosoft# gmirror insert gm0 /dev/ad8 > gmirror: Cannot access provider ad8. > flosoft# gmirror insert gm0 /dev/ad8s2 > gmirror: Provider ad8s2 too small. > flosoft# gmirror insert gm0 /dev/ad8s2a > gmirror: Provider ad8s2a too small. > flosoft# gmirror label -vb round-robin gm0 /dev/da0 > gmirror: Can't get informations about /dev/da0: No such file or directory. > flosoft# gmirror label -vb round-robin gm0 /dev/ad8 > gmirror: Can't store metadata on /dev/ad8: Operation not permitted. was ad8 part of gmirror once? in that case you might want to try gmirror forget such that gmirror will forget about not connected components first. Only then storing new metadata on /dev/ad8 might be permitted again. I experienced such a problem once when I played with gmirror setup during new server installation... Best regards, Holger From owner-freebsd-stable@FreeBSD.ORG Tue Mar 3 05:52:11 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AE096106566B for ; Tue, 3 Mar 2009 05:52:11 +0000 (UTC) (envelope-from lehmann@ans-netz.de) Received: from avocado.salatschuessel.net (avocado.salatschuessel.net [78.111.72.186]) by mx1.freebsd.org (Postfix) with SMTP id 00B728FC0C for ; Tue, 3 Mar 2009 05:52:10 +0000 (UTC) (envelope-from lehmann@ans-netz.de) Received: (qmail 60188 invoked by uid 89); 3 Mar 2009 05:52:09 -0000 Received: from unknown (HELO kartoffel.salatschuessel.net) (78.111.72.187) by avocado.salatschuessel.net with SMTP; 3 Mar 2009 05:52:09 -0000 Date: Tue, 3 Mar 2009 06:52:08 +0100 From: Oliver Lehmann To: Doug Barton Message-Id: <20090303065208.87200365.lehmann@ans-netz.de> In-Reply-To: <49AC5C66.70301@FreeBSD.org> References: <20090302163843.cc66c55e.lehmann@ans-netz.de> <20090302202520.eaf09b15.lehmann@ans-netz.de> <9e20d71e0903021355i3ad66b8fx14bdc3b395e311a5@mail.gmail.com> <9e20d71e0903021410i26ca8088oc2de76009b2773d2@mail.gmail.com> <49AC5C66.70301@FreeBSD.org> X-Mailer: Sylpheed 2.6.0 (GTK+ 2.14.7; amd64-portbld-freebsd7.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, stable@freebsd.org, Artis Caune Subject: Re: restart a script in etc/rc.d 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, 03 Mar 2009 05:52:12 -0000 Doug Barton wrote: > Artis Caune wrote: > > There is logic error in bacula rc.d script. It should first set > > default variables and only then use them. > > pidfile="${bacula_fd_pidfile}" > > : ${bacula_fd_pidfile="/var/run/bacula-fd.9102.pid"} > > > > If you don't set pidfile in rc.conf, pidfile is "" so it kills all bacula-fd's > > Yes, I tried to convince the OP to fix this, but he thought he had it > covered, so I'm giving him the opportunity to prove me wrong. :) Yeah this did it - Its working now. I thought you where just telling me that to have another pidfile for the 2nd start script - I missed the point that it was empty for the first one and because of that it is falling back to ps... I'll probably write a PR and commit it after aproval for PROVIDE and the pidfile setting... -- Oliver Lehmann http://www.pofo.de/ http://wishlist.ans-netz.de/ From owner-freebsd-stable@FreeBSD.ORG Tue Mar 3 08:00:16 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 49167106567E for ; Tue, 3 Mar 2009 08:00:16 +0000 (UTC) (envelope-from ross.penner@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.29]) by mx1.freebsd.org (Postfix) with ESMTP id F39A38FC12 for ; Tue, 3 Mar 2009 08:00:15 +0000 (UTC) (envelope-from ross.penner@gmail.com) Received: by yx-out-2324.google.com with SMTP id 31so1490728yxl.13 for ; Tue, 03 Mar 2009 00:00:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=3pc8cSyribcCsFbdyBHz6bw9LUDVMOWxDAHYoho/s3Y=; b=TkwTBmh8H6NPKRh0bzvyN8GNfo/wwNwsZOVPihKORqZDqY1PrkBWcJdMnD0bktxcFc JjW0if0rvx8YuNHKlBX4eEwDpBnGtkXq28ol3Z6tc+WQ20RZhvrZS0UvYMmse/VYYIOq hc6M/cdwRzmaplT5n9kJWBUX9/YJq6XyvSP+U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=PJcxFnk8XfCWd5fLZKAXpZ121Q+DMXnjcRD8FqF6NmbGpvvX7KScU1IS5yXJYe7+Bq sauurQtSoqUAHRrCkuwdcp2wOlrnUDWZzAlloykkZo++BKvYIs5Jp+4bU82Oon3O9Jle OY/aeIBf2BpNjbnTilvPUSF4pchVQiCcDIhdM= MIME-Version: 1.0 Received: by 10.90.113.17 with SMTP id l17mr1526747agc.7.1236067215269; Tue, 03 Mar 2009 00:00:15 -0800 (PST) In-Reply-To: References: Date: Tue, 3 Mar 2009 00:00:15 -0800 Message-ID: From: Ross Penner To: Markus Hitter Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: powerd causing crash on Mini-ITX EN1200 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, 03 Mar 2009 08:00:18 -0000 On Mon, Mar 2, 2009 at 2:13 AM, Markus Hitter wrote: > > Am 26.02.2009 um 18:44 schrieb Ross Penner: > >> When I enable powerd, it is only but a matter of time before my >> machine will lock up completely. I've had this problem since I've >> migrated to FreeBSD 7 from 6. FreeBSD 6 never seemed to have any >> problems. > > As FreeBSD Stable is a continuous development, you have good chances to > narrow down the culprit by bisecting. The assumption is, one single SVN > commit broke your functionality and you just have to find out which one. > > Get sources from SVN, then switch to the earliest Stable/7 to confirm your > assumption ("it broke with 7"). If it works, check out a few thousand SVN > revisions later, try again. If it doesn't work, switch to an earlier > revision, a late Stable/6. Each step cuts the number of SVN revisions in > question in half, after some 10 or 12 iterations you're down to a single > revision. > > Having a single revision pretty much directly points you to what the problem > is. This helps developers very much and with some luck you can reverse-apply > this change to a more recent set of the sources. > > > MarKus > > - - - - - - - - - - - - - - - - - - - > Dipl. Ing. Markus Hitter > http://www.jump-ing.de/ Thanks for the idea! is downgrading possible or will I have to reinstall? From owner-freebsd-stable@FreeBSD.ORG Tue Mar 3 10:24:29 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D2FF4106566B for ; Tue, 3 Mar 2009 10:24:29 +0000 (UTC) (envelope-from cristiano.deana@gmail.com) Received: from mail-ew0-f166.google.com (mail-ew0-f166.google.com [209.85.219.166]) by mx1.freebsd.org (Postfix) with ESMTP id 41C778FC16 for ; Tue, 3 Mar 2009 10:24:29 +0000 (UTC) (envelope-from cristiano.deana@gmail.com) Received: by ewy10 with SMTP id 10so1999652ewy.43 for ; Tue, 03 Mar 2009 02:24:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=G2Z6dUE9aIraVYHY8fh9d+8K49JEIF3fpLz6CZIelnU=; b=Z0SL5kM+vqbKl9UsaOdzRSVGDwLHdiqdsCBGhHV1gvxnbOmDNgcdPz6DfMe98yxIYi wXavur0rgFJuPVIuJo06n7/WidcyzlH265YZJ9nahV1zp9GP94qvMVkrQSY8J0qweWOZ tsAN94jpFtjDlfwPpctC8QHF/6rC20AJ/ZKJM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=IWgBE7V2Px8WpButLekszTdi3EpEXQTNznVti+CaZsQG23XRPuKGArGHVuRRe6hXBu lV1TrjEYBEf5qNl9PGtG8hAKsdpQsaBZqao0ZYIIjfIGmlV7H6sJWzqUO5WTVQnVj8ZN guBOKOPpT1tD9XCanne8T0xFjMNIc6mXVyT7A= MIME-Version: 1.0 Received: by 10.216.16.212 with SMTP id h62mr92132weh.201.1236074533800; Tue, 03 Mar 2009 02:02:13 -0800 (PST) Date: Tue, 3 Mar 2009 11:02:13 +0100 Message-ID: From: Cristiano Deana To: FreeBSD Stable Mailing List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: bce: unable to fix media 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, 03 Mar 2009 10:24:30 -0000 Hi, tuning my network fixing nic's speed and duplex (both on server and switch) i got this error with bce driver: # ifconfig bce0 bce0: flags=8843 metric 0 mtu 1500 options=1bb ether 00:15:c5:fe:11:01 inet 192.168.1.13 netmask 0xffffff00 broadcast 192.168.1.255 media: Ethernet autoselect (1000baseSX ) status: active # ifconfig bce0 media 1000baseSX ifconfig: SIOCSIFMEDIA (media): Device not configured or (according to bce(4)): # ifconfig bce0 media 1000baseTX ifconfig: SIOCSIFMEDIA (media): Device not configured system: # uname -rsm FreeBSD 7.1-RELEASE-p3 amd64 bce0@pci0:6:0:0: class=0x020000 card=0x01bb1028 chip=0x16ac14e4 rev=0x12 hdr=0x00 vendor = 'Broadcom Corporation' device = 'NetXtreme II BCM5708S Gigabit Ethernet' class = network subclass = ethernet bce0: mem 0xf4000000-0xf5ffffff irq 16 at device 0.0 on pci6 miibus0: on bce0 brgphy0: PHY 2 on miibus0 brgphy0: 1000baseSX-FDX, auto bce0: Ethernet address: 00:15:c5:fe:0f:c6 bce0: [ITHREAD] bce0: ASIC (0x57081021); Rev (B2); Bus (PCI-X, 64-bit, 133MHz); F/W (0x02090105); Flags( MFW MSI ) -- Cris, member of G.U.F.I Italian FreeBSD User Group http://www.gufi.org/ From owner-freebsd-stable@FreeBSD.ORG Tue Mar 3 11:03:29 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8A473106566B for ; Tue, 3 Mar 2009 11:03:29 +0000 (UTC) (envelope-from mah@jump-ing.de) Received: from mail.ud03.udmedia.de (ud03.udmedia.de [194.117.254.43]) by mx1.freebsd.org (Postfix) with ESMTP id E8B088FC0C for ; Tue, 3 Mar 2009 11:03:28 +0000 (UTC) (envelope-from mah@jump-ing.de) DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=mail.ud03.udmedia.de; h= in-reply-to:references:mime-version:content-type:message-id:cc: content-transfer-encoding:from:subject:date:to; q=dns/txt; s= beta; bh=l0y1yvHbL2+8ixJgFp+U1JKjm9uB7IqMqsV870dQjj4=; b=YiRNy9m UvK4bmdub67+s2YwgZqCEFrMP4dRYBP+7mN3PigITwVD+2e7LBJlz7wpvHpMNuCa qDt3W2VTGEqCCjUqzbKdyyIMYDZraghO2OnXCeUNO0w8rVfYGb1Y8GFHyaibHc0W 3s1OHNQbAmTRP3PxnjPcId6Ux4DCkxmEUpks= Received: (qmail 12460 invoked from network); 3 Mar 2009 12:03:24 +0100 Received: from unknown (HELO ?10.0.0.50?) (ud03?291p1@78.43.167.77) by mail.ud03.udmedia.de with ESMTPA; 3 Mar 2009 12:03:24 +0100 In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v753.1) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <6667FB2D-BBB5-4E1D-B08D-B31679E04595@jump-ing.de> Content-Transfer-Encoding: 7bit From: Markus Hitter Date: Tue, 3 Mar 2009 12:03:23 +0100 To: Ross Penner X-Mailer: Apple Mail (2.753.1) Cc: freebsd-stable@freebsd.org Subject: Re: powerd causing crash on Mini-ITX EN1200 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, 03 Mar 2009 11:03:29 -0000 Am 03.03.2009 um 09:00 schrieb Ross Penner: > On Mon, Mar 2, 2009 at 2:13 AM, Markus Hitter wrote: >> >> Am 26.02.2009 um 18:44 schrieb Ross Penner: >> >>> When I enable powerd, it is only but a matter of time before my >>> machine will lock up completely. I've had this problem since I've >>> migrated to FreeBSD 7 from 6. FreeBSD 6 never seemed to have any >>> problems. >> >> As FreeBSD Stable is a continuous development, you have good >> chances to >> narrow down the culprit by bisecting. The assumption is, one >> single SVN >> commit broke your functionality and you just have to find out >> which one. >> >> Get sources from SVN, then switch to the earliest Stable/7 to >> confirm your >> assumption ("it broke with 7"). If it works, check out a few >> thousand SVN >> revisions later, try again. If it doesn't work, switch to an earlier >> revision, a late Stable/6. Each step cuts the number of SVN >> revisions in >> question in half, after some 10 or 12 iterations you're down to a >> single >> revision. >> >> Having a single revision pretty much directly points you to what >> the problem >> is. This helps developers very much and with some luck you can >> reverse-apply >> this change to a more recent set of the sources. > > Thanks for the idea! is downgrading possible or will I have to > reinstall? Downgrading is possible. "make buildkernel", "make buildworld", etc. MarKus - - - - - - - - - - - - - - - - - - - Dipl. Ing. Markus Hitter http://www.jump-ing.de/ From owner-freebsd-stable@FreeBSD.ORG Tue Mar 3 12:00:52 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2537F1065673; Tue, 3 Mar 2009 12:00:52 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.239]) by mx1.freebsd.org (Postfix) with ESMTP id D8AB78FC19; Tue, 3 Mar 2009 12:00:51 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by rv-out-0506.google.com with SMTP id f6so3140710rvb.43 for ; Tue, 03 Mar 2009 04:00:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:date:to:cc :subject:message-id:reply-to:references:mime-version:content-type :content-disposition:in-reply-to:user-agent; bh=MXU3Rt6cC0gEpAnCAZL/tbDUETNMQ6POhqxX789kYZ4=; b=AuiO61iuxrnbZmdpn5B41oVl/THXBeWITZAsUJIBDi25MnNVXpV/ZUoFu0A/nIhM3L MAmp68tPqxrdJExvLux4rcvZ9jLuBy3yF7VqnMj9uZkWgiwtqqw3YBl9jYnRb3OLoi4g ALkoGiiieE/C2R5IRAh5mb8QMaWLpLigt+Nd0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=QcmNGPL04XspPPvQhP6ezvvxBAocfILW8wqNhBl6OXs84JGmLPxV3Oh/3pqavfQIXc 6XesetCusq6Cp2XNc0NvOf9ypCQc2FpDYxOxl9uH5C9ratg6YTs1AyP2eCB7yj9FRaLV AteXcKr0xFDySzS62VFjO/wk2kM7Ws4gBE2gE= Received: by 10.140.199.15 with SMTP id w15mr3484434rvf.140.1236081651465; Tue, 03 Mar 2009 04:00:51 -0800 (PST) Received: from michelle.cdnetworks.co.kr ([114.111.62.249]) by mx.google.com with ESMTPS id f21sm4273434rvb.2.2009.03.03.04.00.47 (version=SSLv3 cipher=RC4-MD5); Tue, 03 Mar 2009 04:00:48 -0800 (PST) Received: by michelle.cdnetworks.co.kr (sSMTP sendmail emulation); Tue, 3 Mar 2009 21:07:34 +0900 From: Pyun YongHyeon Date: Tue, 3 Mar 2009 21:07:34 +0900 To: Steve Wills Message-ID: <20090303120734.GB84434@michelle.cdnetworks.co.kr> References: <20090226003842.GB63173@michelle.cdnetworks.co.kr> <95AD32AC-93AE-4945-A18E-CE7099BEC3CA@stevenwills.com> <20090226041023.GD63173@michelle.cdnetworks.co.kr> <594BAC6A-498A-4B82-A18B-EB09FEA2F322@stevenwills.com> <20090226042732.GE63173@michelle.cdnetworks.co.kr> <22F5A82D-290D-4B84-92AB-670EDB49AF22@stevenwills.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="qDbXVdCdHGoSgWSk" Content-Disposition: inline In-Reply-To: <22F5A82D-290D-4B84-92AB-670EDB49AF22@stevenwills.com> User-Agent: Mutt/1.4.2.3i Cc: stable@freebsd.org, yongari@freebsd.org Subject: Re: 7.1-R to RELENG_7 upgrade breaks re nic 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: Tue, 03 Mar 2009 12:00:52 -0000 --qDbXVdCdHGoSgWSk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Feb 26, 2009 at 12:36:48AM -0500, Steve Wills wrote: > On Feb 25, 2009, at 11:27 PM, Pyun YongHyeon wrote: > > >On Wed, Feb 25, 2009 at 11:15:38PM -0500, Steve Wills wrote: > > > >[...] > >>>I guess re(4) thinks it lost established link. How about unplug and > >>>then replug UTP cable? Would you show me "devinfo -rv | grep phy"? > >> > >>rgephy0 pnpinfo oui=0x732 model=0x11 rev=0x2 at phyno=1 > >> > > > >And unpluging/repluging didn't help? > > No, didn't help. > Ok, when you plug UTP cable can you see "re0: link state changed to UP" in dmesg output? Or if you unplug the cable, you should see "re0: link state changed to DOWN"(With "tail -f /var/log/message", you can easily check this.) If this is not the case something is wrong on RTL8168D. Since you've said re0 works for a short time, can you see "re0: link state changed to DOWN" on your dmesg output right before seeing "re0: PHY read failed" message? I've also attached patch which may apply to your case. Would you give it spin? Note, the patch was generated against CURRENT, so you should use re(4) in CURRENT. Just save your old re(4)/rl(4) files and download if_re.c, if_rl.c and if_rlreg.h from CURRENT and apply the patch. --qDbXVdCdHGoSgWSk Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="re.RTL8168D.patch" Index: sys/dev/re/if_re.c =================================================================== --- sys/dev/re/if_re.c (revision 189300) +++ sys/dev/re/if_re.c (working copy) @@ -1266,6 +1266,8 @@ /* FALLTHROUGH */ case RL_HWREV_8168CP: case RL_HWREV_8168D: + if (hw_rev->rl_rev == RL_HWREV_8168D) + sc->rl_flags |= RL_FLAG_PMCH; sc->rl_flags |= RL_FLAG_PHYWAKE | RL_FLAG_PAR | RL_FLAG_DESCV2 | RL_FLAG_MACSTAT | RL_FLAG_CMDSTOP; /* @@ -1361,7 +1363,8 @@ CSR_WRITE_1(sc, RL_GPIO, CSR_READ_1(sc, RL_GPIO) & ~0x01); } - + if ((sc->rl_flags & RL_FLAG_PMCH) != 0) + CSR_WRITE_1(sc, RL_PMCH, CSR_READ_1(sc, RL_PMCH) | 0x80); /* Take PHY out of power down mode. */ if ((sc->rl_flags & RL_FLAG_PHYWAKE) != 0) { re_gmii_writereg(dev, 1, 0x1f, 0); @@ -2982,6 +2985,8 @@ CSR_WRITE_1(sc, RL_GPIO, CSR_READ_1(sc, RL_GPIO) | 0x01); } + if ((sc->rl_flags & RL_FLAG_PMCH) != 0) + CSR_WRITE_1(sc, RL_PMCH, CSR_READ_1(sc, RL_PMCH) | 0x80); /* reinitialize interface if necessary */ if (ifp->if_flags & IFF_UP) @@ -3043,6 +3048,8 @@ CSR_WRITE_1(sc, RL_GPIO, CSR_READ_1(sc, RL_GPIO) & ~0x01); } + if ((sc->rl_flags & RL_FLAG_PMCH) != 0) + CSR_WRITE_1(sc, RL_PMCH, CSR_READ_1(sc, RL_PMCH) & ~0x80); if ((ifp->if_capenable & IFCAP_WOL) != 0 && (sc->rl_flags & RL_FLAG_WOLRXENB) != 0) CSR_WRITE_1(sc, RL_COMMAND, RL_CMD_RX_ENB); Index: sys/pci/if_rlreg.h =================================================================== --- sys/pci/if_rlreg.h (revision 189300) +++ sys/pci/if_rlreg.h (working copy) @@ -133,6 +133,7 @@ #define RL_GMEDIASTAT 0x006C /* 8 bits */ #define RL_MACDBG 0x006D /* 8 bits, 8168C SPIN2 only */ #define RL_GPIO 0x006E /* 8 bits, 8168C SPIN2 only */ +#define RL_PMCH 0x006F /* 8 bits, 8168D only */ #define RL_MAXRXPKTLEN 0x00DA /* 16 bits, chip multiplies by 8 */ #define RL_GTXSTART 0x0038 /* 8 bits */ @@ -880,6 +881,7 @@ int rl_txstart; uint32_t rl_flags; #define RL_FLAG_MSI 0x0001 +#define RL_FLAG_PMCH 0x0002 #define RL_FLAG_PHYWAKE 0x0008 #define RL_FLAG_NOJUMBO 0x0010 #define RL_FLAG_PAR 0x0020 --qDbXVdCdHGoSgWSk-- From owner-freebsd-stable@FreeBSD.ORG Tue Mar 3 12:25:13 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 92119106566C for ; Tue, 3 Mar 2009 12:25:13 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.239]) by mx1.freebsd.org (Postfix) with ESMTP id 5F9888FC1A for ; Tue, 3 Mar 2009 12:25:13 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by rv-out-0506.google.com with SMTP id f6so3150800rvb.43 for ; Tue, 03 Mar 2009 04:25:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:date:to:cc :subject:message-id:reply-to:references:mime-version:content-type :content-disposition:in-reply-to:user-agent; bh=PWuij6H0vXphtcluJClANmUealmfbv/7ar8ynVJzrvs=; b=R1U/agS8tpV4HIuInxPA1Qp2HmAHp9nqabYNMYVgDylqNqDsv6ZWFbkZhjACOWzq3R BgHPW/r4zAln2JI0QElzdzT5in+13/k/t87Yz1FBVYLw/RMeUrJCPlZHM2FredTVhDGf XsuBwaPP9gOFhw5Qhmd1H9gzOZrxuAzkRYHh8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=FalVwdGe5UqXY/ONiY+cjjxsM+r06ZXUjsoUBMiOcrOuCwDLL8LsLNdKltG0GYDYL7 8ikkh0TspCy7dLiZzhb3Z2BJ55eOZQiazLbSKsMgvjhJyVTf9E8+VtmAoJd7E43JEAiM tgcmzezIEFzeFEoJdOZFA9al6Ws5P0o/iejLY= Received: by 10.140.204.7 with SMTP id b7mr3498566rvg.119.1236083112906; Tue, 03 Mar 2009 04:25:12 -0800 (PST) Received: from michelle.cdnetworks.co.kr ([114.111.62.249]) by mx.google.com with ESMTPS id k41sm8504080rvb.6.2009.03.03.04.25.08 (version=SSLv3 cipher=RC4-MD5); Tue, 03 Mar 2009 04:25:10 -0800 (PST) Received: by michelle.cdnetworks.co.kr (sSMTP sendmail emulation); Tue, 3 Mar 2009 21:31:56 +0900 From: Pyun YongHyeon Date: Tue, 3 Mar 2009 21:31:56 +0900 To: Cristiano Deana Message-ID: <20090303123156.GC84434@michelle.cdnetworks.co.kr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: FreeBSD Stable Mailing List Subject: Re: bce: unable to fix media 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: Tue, 03 Mar 2009 12:25:13 -0000 On Tue, Mar 03, 2009 at 11:02:13AM +0100, Cristiano Deana wrote: > Hi, > > tuning my network fixing nic's speed and duplex (both on server and > switch) i got this error with bce driver: > > # ifconfig bce0 > bce0: flags=8843 metric 0 mtu 1500 > options=1bb > ether 00:15:c5:fe:11:01 > inet 192.168.1.13 netmask 0xffffff00 broadcast 192.168.1.255 > media: Ethernet autoselect (1000baseSX ) > status: active > # ifconfig bce0 media 1000baseSX > ifconfig: SIOCSIFMEDIA (media): Device not configured > I don't have experience on bce(4) hardwares so I'm not sure but how about adding full-duplex? e.g. ifconfig bce0 media 1000baseSX mediaopt full-duplex For gigabit connections you should always use auto-negotiation. There is no need to manually specify link speed/duplex except connecting to broken link partners. > or (according to bce(4)): > > # ifconfig bce0 media 1000baseTX > ifconfig: SIOCSIFMEDIA (media): Device not configured > I guess your PHY type is not for 1000baseT. That's not valid option for your controller. > system: > # uname -rsm > FreeBSD 7.1-RELEASE-p3 amd64 > > bce0@pci0:6:0:0: class=0x020000 card=0x01bb1028 chip=0x16ac14e4 > rev=0x12 hdr=0x00 > vendor = 'Broadcom Corporation' > device = 'NetXtreme II BCM5708S Gigabit Ethernet' > class = network > subclass = ethernet > > bce0: mem > 0xf4000000-0xf5ffffff irq 16 at device 0.0 on pci6 > miibus0: on bce0 > brgphy0: PHY 2 on miibus0 > brgphy0: 1000baseSX-FDX, auto > bce0: Ethernet address: 00:15:c5:fe:0f:c6 > bce0: [ITHREAD] > bce0: ASIC (0x57081021); Rev (B2); Bus (PCI-X, 64-bit, 133MHz); F/W From owner-freebsd-stable@FreeBSD.ORG Tue Mar 3 13:26:12 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E656E1065674 for ; Tue, 3 Mar 2009 13:26:12 +0000 (UTC) (envelope-from cristiano.deana@gmail.com) Received: from mail-ew0-f166.google.com (mail-ew0-f166.google.com [209.85.219.166]) by mx1.freebsd.org (Postfix) with ESMTP id 761638FC08 for ; Tue, 3 Mar 2009 13:26:12 +0000 (UTC) (envelope-from cristiano.deana@gmail.com) Received: by ewy10 with SMTP id 10so2046498ewy.43 for ; Tue, 03 Mar 2009 05:26:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=ZH7O7z2Gks/9GivXIs7V1uzJW54nps1JlbmSHJmzA3Y=; b=Gi2rOYdcyUT+X3pVN38P8/MCQFrlKmHCkXMOgBuuydqIbpkdZfZ2SUdQo7qePE3EXr sY00gi3ZIoVfjA6rbnWCSwpxZCN2B3XzRivrJOOhGnDDPkwMEUhWnvW9b4+wVzU1nofn r2xQi6g4viIZe0d/kuDHnoNyloysQfbvla7dI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=S0c4Lnh7+V8+DI5jnuZsnHBz+DuEYsZgQXMB+AQGhpqSyvUJikyVt4EkDAqzfxMzRn 8Dqge+RLjR/UszyBz+GSFJvtr+61n9gz9o6y7C9k30Io9lawrwlXxV1K6N8GzxpkKuH2 MCjNb3jOoJexJBuSjJEkugYUGpFOzp3a2Zgog= MIME-Version: 1.0 Received: by 10.216.71.196 with SMTP id r46mr194138wed.54.1236086771242; Tue, 03 Mar 2009 05:26:11 -0800 (PST) In-Reply-To: <20090303123156.GC84434@michelle.cdnetworks.co.kr> References: <20090303123156.GC84434@michelle.cdnetworks.co.kr> Date: Tue, 3 Mar 2009 14:26:11 +0100 Message-ID: From: Cristiano Deana To: FreeBSD Stable Mailing List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: bce: unable to fix media 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, 03 Mar 2009 13:26:13 -0000 2009/3/3 Pyun YongHyeon : >> # ifconfig bce0 media 1000baseSX >> ifconfig: SIOCSIFMEDIA (media): Device not configured > I don't have experience on bce(4) hardwares so I'm not sure but how > about adding full-duplex? > e.g. ifconfig bce0 media 1000baseSX mediaopt full-duplex Thanks, that works. But put the card in "no carrier". I will let in autoselect >> or (according to bce(4)): >> >> # ifconfig bce0 media 1000baseTX >> ifconfig: SIOCSIFMEDIA (media): Device not configured >> > > I guess your PHY type is not for 1000baseT. That's not valid option > for your controller. I think there is a typo o incomplete description in bce(4): 1000baseTX Set 1000baseTX operation over twisted pair. Only full-duplex mode is supported. No entry for "1000baseSX". -- Cris, member of G.U.F.I Italian FreeBSD User Group http://www.gufi.org/ From owner-freebsd-stable@FreeBSD.ORG Tue Mar 3 13:30:00 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2EB661065689 for ; Tue, 3 Mar 2009 13:30:00 +0000 (UTC) (envelope-from freebsd-stable@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id D955F8FC1F for ; Tue, 3 Mar 2009 13:29:59 +0000 (UTC) (envelope-from freebsd-stable@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LeUh3-0002he-DO for freebsd-stable@freebsd.org; Tue, 03 Mar 2009 13:29:57 +0000 Received: from lara.cc.fer.hr ([161.53.72.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 03 Mar 2009 13:29:57 +0000 Received: from ivoras by lara.cc.fer.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 03 Mar 2009 13:29:57 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-stable@freebsd.org From: Ivan Voras Date: Tue, 03 Mar 2009 14:29:21 +0100 Lines: 33 Message-ID: References: <20090302220729.GN14832@boiteameuh.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig75AB75A411BF57BC1E3949B0" X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: lara.cc.fer.hr User-Agent: Thunderbird 2.0.0.19 (X11/20090105) In-Reply-To: <20090302220729.GN14832@boiteameuh.org> X-Enigmail-Version: 0.95.0 Sender: news Subject: Re: IPC Sys5 for amd64? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Mar 2009 13:30:00 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig75AB75A411BF57BC1E3949B0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable nicolas@boiteameuh.org wrote: > Hi all, >=20 > I'm trying to install a PostgreSQL db on FreeBSD 7.1-RELEASE amd64. > It's seems I can't allocate a shared memory segment more than 2GB. > I tune sysctl ipc.shm* values but without effects. >=20 > IPC Sys5 isn't "64bit-aware" or the problem is elsewhere? Yes, SYSVSHM is limited to 2 GB in 7.1. It has recently been extended in -CURRENT, it will probably be MFC-ed to 7-STABLE (7.2) soon. --------------enig75AB75A411BF57BC1E3949B0 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFJrTDAldnAQVacBcgRAraJAJsGfCqDRrius+1yx0Mm4JU9NqogDgCg9xNR VLcpFH8IdDtA8bYmxWm8yw8= =Hbfd -----END PGP SIGNATURE----- --------------enig75AB75A411BF57BC1E3949B0-- From owner-freebsd-stable@FreeBSD.ORG Tue Mar 3 13:35:54 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CBB8510656D2 for ; Tue, 3 Mar 2009 13:35:54 +0000 (UTC) (envelope-from karl@denninger.net) Received: from FS.denninger.net (wsip-70-169-168-7.pn.at.cox.net [70.169.168.7]) by mx1.freebsd.org (Postfix) with ESMTP id 5139C8FC17 for ; Tue, 3 Mar 2009 13:35:54 +0000 (UTC) (envelope-from karl@denninger.net) Received: from [192.168.1.40] (localhost [127.0.0.1]) by FS.denninger.net (8.14.3/8.13.1) with SMTP id n23DZskE010073 for ; Tue, 3 Mar 2009 07:35:54 -0600 (CST) (envelope-from karl@denninger.net) Received: from [192.168.1.40] [192.168.1.40] by Spamblock-sys (LOCAL); Tue Mar 3 07:35:54 2009 Message-ID: <49AD3237.2050208@denninger.net> Date: Tue, 03 Mar 2009 07:35:51 -0600 From: Karl Denninger User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <20090302220729.GN14832@boiteameuh.org> In-Reply-To: Content-Type: multipart/mixed; boundary="------------030807090200050901030902" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: IPC Sys5 for amd64? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Mar 2009 13:35:55 -0000 This is a multi-part message in MIME format. --------------030807090200050901030902 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Ivan Voras wrote: > nicolas@boiteameuh.org wrote: > >> Hi all, >> >> I'm trying to install a PostgreSQL db on FreeBSD 7.1-RELEASE amd64. >> It's seems I can't allocate a shared memory segment more than 2GB. >> I tune sysctl ipc.shm* values but without effects. >> >> IPC Sys5 isn't "64bit-aware" or the problem is elsewhere? >> > > Yes, SYSVSHM is limited to 2 GB in 7.1. It has recently been extended in > -CURRENT, it will probably be MFC-ed to 7-STABLE (7.2) soon. > Aha! Well, that makes sense :) I was wondering why I could tune up the sysctls but the call to allocate still failed :) For those of us who have complex dbms installations that would be VERY useful, as RAM is cheap nowdays. -- -- Karl Denninger karl@denninger.net --------------030807090200050901030902-- From owner-freebsd-stable@FreeBSD.ORG Tue Mar 3 15:22:26 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D398106564A for ; Tue, 3 Mar 2009 15:22:26 +0000 (UTC) (envelope-from ltning@anduin.net) Received: from mail.anduin.net (mail.anduin.net [213.225.74.249]) by mx1.freebsd.org (Postfix) with ESMTP id 606AE8FC08 for ; Tue, 3 Mar 2009 15:22:26 +0000 (UTC) (envelope-from ltning@anduin.net) Received: from [193.213.86.45] (helo=[192.168.3.196]) by mail.anduin.net with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1LeW45-000Djt-HK for stable@freebsd.org; Tue, 03 Mar 2009 15:57:49 +0100 Message-Id: From: =?ISO-8859-1?Q?Eirik_=D8verby?= To: stable@freebsd.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Date: Tue, 3 Mar 2009 15:57:50 +0100 X-Mailer: Apple Mail (2.930.3) Cc: Subject: carpX: incorrect hash with IP aliases 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, 03 Mar 2009 15:22:27 -0000 Hi, whenever I configure an extra IP on one of my CARP interfaces, traffic on that particular subnet slows to a crawl (the primary IP of the interface is the gateway IP), and I get lots of carp4: incorrect hash in dmesg. I see this issue referenced also in http://lists.freebsd.org/pipermail/freebsd-net/2008-March/017160.html and there are suggestions this is a known issue - however I still see it in FreeBSD 7.1 (pfSense 1.2.3-prerelease). I cannot find a PR on this, but my searching skills may be inadequate.. Am I doing something wrong? I tried assigning the alias with both /32 and /24 netmasks. /Eirik From owner-freebsd-stable@FreeBSD.ORG Tue Mar 3 16:32:43 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 366BC106566C for ; Tue, 3 Mar 2009 16:32:43 +0000 (UTC) (envelope-from torfinn.ingolfsen@broadpark.no) Received: from osl1smout1.broadpark.no (osl1smout1.broadpark.no [80.202.4.58]) by mx1.freebsd.org (Postfix) with ESMTP id E62228FC1F for ; Tue, 3 Mar 2009 16:32:42 +0000 (UTC) (envelope-from torfinn.ingolfsen@broadpark.no) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=US-ASCII Received: from osl1sminn1.broadpark.no ([80.202.4.59]) by osl1smout1.broadpark.no (Sun Java(tm) System Messaging Server 6.3-3.01 (built Jul 12 2007; 32bit)) with ESMTP id <0KFX00HGEVAHTFB0@osl1smout1.broadpark.no> for freebsd-stable@freebsd.org; Tue, 03 Mar 2009 17:32:41 +0100 (CET) Received: from kg-work2.kg4.no ([80.203.109.110]) by osl1sminn1.broadpark.no (Sun Java(tm) System Messaging Server 6.3-3.01 (built Jul 12 2007; 32bit)) with SMTP id <0KFX00ENAVAGKP60@osl1sminn1.broadpark.no> for freebsd-stable@freebsd.org; Tue, 03 Mar 2009 17:32:41 +0100 (CET) Date: Tue, 03 Mar 2009 17:32:40 +0100 From: Torfinn Ingolfsen To: freebsd-stable@freebsd.org Message-id: <20090303173240.898a5d6a.torfinn.ingolfsen@broadpark.no> In-reply-to: References: <20090303123156.GC84434@michelle.cdnetworks.co.kr> X-Mailer: Sylpheed 2.6.0 (GTK+ 2.14.7; i386-portbld-freebsd7.1) X-Face: "t9w2,-X@O^I`jVW\sonI3.,36KBLZE*AL[y9lL[PyFD*r_S:dIL9c[8Y>V42R0"!"yb_zN,f#%.[PYYNq; m"_0v; ~rUM2Yy!zmkh)3&U|u!=T(zyv,MHJv"nDH>OJ`t(@mil461d_B'Uo|'nMwlKe0Mv=kvV?Nh@>Hb<3s_z2jYgZhPb@?Wi^x1a~Hplz1.zH Subject: Re: bce: unable to fix media 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, 03 Mar 2009 16:32:43 -0000 On Tue, 03 Mar 2009 14:26:11 +0100 Cristiano Deana wrote: > I think there is a typo o incomplete description in bce(4): > > 1000baseTX Set 1000baseTX operation over twisted pair. Only > full-duplex mode is supported. > > No entry for "1000baseSX". Is anyone (besides you) using bce adapter with fibre-optic[1] PHY's? Perhaps it is not tested much? References: 1) http://en.wikipedia.org/wiki/Gigabit_ethernet#1000BASE-SX -- Regards, Torfinn Ingolfsen From owner-freebsd-stable@FreeBSD.ORG Tue Mar 3 16:48:39 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90B65106567D for ; Tue, 3 Mar 2009 16:48:39 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx22.fluidhosting.com [204.14.89.5]) by mx1.freebsd.org (Postfix) with ESMTP id 238C08FC17 for ; Tue, 3 Mar 2009 16:48:39 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: (qmail 13595 invoked by uid 399); 3 Mar 2009 16:48:31 -0000 Received: from localhost (HELO ?192.168.0.24?) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 3 Mar 2009 16:48:31 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <49AD5F60.7040208@FreeBSD.org> Date: Tue, 03 Mar 2009 08:48:32 -0800 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: Oliver Lehmann References: <20090302163843.cc66c55e.lehmann@ans-netz.de> <20090302202520.eaf09b15.lehmann@ans-netz.de> <9e20d71e0903021355i3ad66b8fx14bdc3b395e311a5@mail.gmail.com> <9e20d71e0903021410i26ca8088oc2de76009b2773d2@mail.gmail.com> <49AC5C66.70301@FreeBSD.org> <20090303065208.87200365.lehmann@ans-netz.de> In-Reply-To: <20090303065208.87200365.lehmann@ans-netz.de> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, stable@freebsd.org, Artis Caune Subject: Re: restart a script in etc/rc.d 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, 03 Mar 2009 16:48:41 -0000 Oliver Lehmann wrote: > Doug Barton wrote: > >> Artis Caune wrote: >>> There is logic error in bacula rc.d script. It should first set >>> default variables and only then use them. >>> pidfile="${bacula_fd_pidfile}" >>> : ${bacula_fd_pidfile="/var/run/bacula-fd.9102.pid"} >>> >>> If you don't set pidfile in rc.conf, pidfile is "" so it kills all bacula-fd's >> Yes, I tried to convince the OP to fix this, but he thought he had it >> covered, so I'm giving him the opportunity to prove me wrong. :) > > Yeah this did it - Its working now. > I thought you where just telling me that to have another pidfile for the > 2nd start script - I missed the point that it was empty for the first one > and because of that it is falling back to ps... > > I'll probably write a PR and commit it after aproval for PROVIDE and the > pidfile setting... Excellent. :) Doug -- This .signature sanitized for your protection From owner-freebsd-stable@FreeBSD.ORG Tue Mar 3 17:31:31 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D7FA10656C0; Tue, 3 Mar 2009 17:31:31 +0000 (UTC) (envelope-from bp@barryp.org) Received: from itasca.hexavalent.net (itasca.hexavalent.net [67.207.138.180]) by mx1.freebsd.org (Postfix) with ESMTP id 489DA8FC08; Tue, 3 Mar 2009 17:31:31 +0000 (UTC) (envelope-from bp@barryp.org) Received: from host-236-232-107-208.midco.net ([208.107.232.236] helo=eden.barryp.org) by itasca.hexavalent.net with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1LeXuq-00072e-0Y; Tue, 03 Mar 2009 10:56:24 -0600 Received: from geo.med.und.nodak.edu ([134.129.166.11]) by eden.barryp.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.67 (FreeBSD)) (envelope-from ) id 1LeXuj-000HYo-5S; Tue, 03 Mar 2009 10:56:17 -0600 Message-ID: <49AD6130.8040703@barryp.org> Date: Tue, 03 Mar 2009 10:56:16 -0600 From: Barry Pederson User-Agent: Thunderbird 2.0.0.14 (X11/20080421) MIME-Version: 1.0 References: <499551B9.7050805@samsco.org> <200902172307.n1HN74ml025580@pyroxene.sentex.ca> In-Reply-To: <200902172307.n1HN74ml025580@pyroxene.sentex.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Current , FreeBSD Stable Subject: Re: HEADS UP: Major CAM performance regression 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, 03 Mar 2009 17:31:32 -0000 Mike Tancsa wrote: > At 05:55 AM 2/13/2009, Scott Long wrote: > >> If, instead, it reports a value of '1', you are likely affected. Note >> that it may be normal for USB memory devices to report a low number. >> Also, many legacy SCSI disks, and devices that are not disks, may also >> be expected to report a low number. > > Hi Scott, > I tested with the patch on my areca controller, and it still > reports 1 post patch. (On RELENG_6, it shows 255 with the same controller) I can report a "metoo" on a 7.0-RELEASE-p3 machine with an Areca ARC-1212 card and SATA drives. "camcontrol tags da0" reports: (pass0:arcmsr0:0:0:0): device openings: 1 The machine is just a dog sometimes. Haven't tried the patch though. Barry From owner-freebsd-stable@FreeBSD.ORG Tue Mar 3 17:52:14 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F09001065674 for ; Tue, 3 Mar 2009 17:52:14 +0000 (UTC) (envelope-from max@love2party.net) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.17.9]) by mx1.freebsd.org (Postfix) with ESMTP id 7C8D28FC26 for ; Tue, 3 Mar 2009 17:52:14 +0000 (UTC) (envelope-from max@love2party.net) Received: from vampire.homelinux.org (dslb-088-066-062-141.pools.arcor-ip.net [88.66.62.141]) by mrelayeu.kundenserver.de (node=mrelayeu4) with ESMTP (Nemesis) id 0ML21M-1LeYmq2MeR-000189; Tue, 03 Mar 2009 18:52:12 +0100 Received: (qmail 64181 invoked from network); 3 Mar 2009 17:52:12 -0000 Received: from fbsd8.laiers.local (192.168.4.200) by router.laiers.local with SMTP; 3 Mar 2009 17:52:12 -0000 From: Max Laier Organization: FreeBSD To: freebsd-stable@freebsd.org Date: Tue, 3 Mar 2009 18:52:11 +0100 User-Agent: KMail/1.11.0 (FreeBSD/8.0-CURRENT; KDE/4.2.0; i386; ; ) References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200903031852.11731.max@love2party.net> X-Provags-ID: V01U2FsdGVkX19enp26NuUUgxZLmGS2PFQ320kI309L9DqTBBs GU8USiPTPbv4D/Ifa+PSHNwTozSxOCvoMh3DeVIPwHuYzGjSSB QAnV4I60XIam8zWal3lXw== Cc: Eirik =?iso-8859-1?q?=D8verby?= Subject: Re: carpX: incorrect hash with IP aliases 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, 03 Mar 2009 17:52:15 -0000 On Tuesday 03 March 2009 15:57:50 Eirik =D8verby wrote: > Hi, > > whenever I configure an extra IP on one of my CARP interfaces, traffic > on that particular subnet slows to a crawl (the primary IP of the > interface is the gateway IP), and I get lots of > carp4: incorrect hash > in dmesg. > > I see this issue referenced also in > http://lists.freebsd.org/pipermail/freebsd-net/2008-March/017160.html > and there are suggestions this is a known issue - however I still see > it in FreeBSD 7.1 (pfSense 1.2.3-prerelease). I cannot find a PR on > this, but my searching skills may be inadequate.. You might be referring to http://www.freebsd.org/cgi/query-pr.cgi?pr=3D1215= 74=20 which should have been fixed with rev 1.54 (MFC'ed in 1.52.2.1 to RELENG_7)= of=20 ip_carp.c > Am I doing something wrong? I tried assigning the alias with both /32 > and /24 netmasks. Make sure that you are configuring the same aliases with the same netmasks = on=20 all members of the carp group - preferably before bringing the interface up= =20 for the first time (though it should properly recalculate the hashes as you= =20 add aliases). As you seem to be using pfsense you might want to check with= =20 them to make sure they have the fix in their build - though I recall it was= a=20 joined effort back then. =2D-=20 /"\ Best regards, | mlaier@freebsd.org \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | mlaier@EFnet / \ ASCII Ribbon Campaign | Against HTML Mail and News From owner-freebsd-stable@FreeBSD.ORG Tue Mar 3 18:40:46 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5EE011065672; Tue, 3 Mar 2009 18:40:46 +0000 (UTC) (envelope-from mike@sentex.net) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 22B2A8FC17; Tue, 3 Mar 2009 18:40:46 +0000 (UTC) (envelope-from mike@sentex.net) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by smarthost1.sentex.ca (8.14.3/8.14.3) with ESMTP id n23IeYax079858; Tue, 3 Mar 2009 13:40:34 -0500 (EST) (envelope-from mike@sentex.net) Received: from mdt-xp.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.13.8/8.13.3) with ESMTP id n23IeXuk032580 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 3 Mar 2009 13:40:33 -0500 (EST) (envelope-from mike@sentex.net) Message-Id: <200903031840.n23IeXuk032580@lava.sentex.ca> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Tue, 03 Mar 2009 13:40:41 -0500 To: Barry Pederson From: Mike Tancsa In-Reply-To: <49AD6130.8040703@barryp.org> References: <499551B9.7050805@samsco.org> <200902172307.n1HN74ml025580@pyroxene.sentex.ca> <49AD6130.8040703@barryp.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Scanned-By: MIMEDefang 2.64 on 64.7.153.18 Cc: FreeBSD Current , FreeBSD Stable Subject: Re: HEADS UP: Major CAM performance regression 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, 03 Mar 2009 18:40:46 -0000 At 11:56 AM 3/3/2009, Barry Pederson wrote: >I can report a "metoo" on a 7.0-RELEASE-p3 machine with an Areca >ARC-1212 card and SATA drives. "camcontrol tags da0" reports: > > (pass0:arcmsr0:0:0:0): device openings: 1 > >The machine is just a dog sometimes. Haven't tried the patch though. RELENG_7 has all the fixes in. There seem to be quite a few cam fixes plus the one areca fix. With the patches, post reboot I now see da1: Command Queueing Enabled raw throughput seems to be the same (which is should). It when there are multiple reads/writes that the biggest difference should show up. ---Mike From owner-freebsd-stable@FreeBSD.ORG Tue Mar 3 18:56:30 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 45623106566B for ; Tue, 3 Mar 2009 18:56:30 +0000 (UTC) (envelope-from sullrich@gmail.com) Received: from mail-ew0-f166.google.com (mail-ew0-f166.google.com [209.85.219.166]) by mx1.freebsd.org (Postfix) with ESMTP id CAA998FC15 for ; Tue, 3 Mar 2009 18:56:29 +0000 (UTC) (envelope-from sullrich@gmail.com) Received: by ewy10 with SMTP id 10so2175107ewy.43 for ; Tue, 03 Mar 2009 10:56:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=WVG9WjGan2hvp5DQ35zAFvBOVRcc8AbrlFK9mP9Ixao=; b=aJ7qFTXVbtmCT9KxL1Aldi6FqfKzoQA1s4q6gAeOqnJMJoSq7ErQUBDcbu7iPaiDNZ lQMzHaMj2NaRmQAbtlamhex/tz9ktHNEPDx1SbaC4AJGXCFd/8HMeXD0jSj14ZenySsE yE9JnGTIlXO4TExBcIbSJ3pT39bh+3oOUUUtI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=b+KF36cUxMw29/Ry+jJA2mWT8jmNcljKj/no7mj/McOACLwUFp0V0WUQxddZF59bwc KInzG3sfVRRR7924KuWJIxrIZYL4Kbew2Vq6yx8Q08NiEKwbZVUbwED6Hqz0aQU/uNYx 5iIHxyvs8nZiThkecgG4AEpjBhqbgGkUyYiRk= MIME-Version: 1.0 Received: by 10.210.39.8 with SMTP id m8mr1001472ebm.14.1236104638358; Tue, 03 Mar 2009 10:23:58 -0800 (PST) In-Reply-To: <200903031852.11731.max@love2party.net> References: <200903031852.11731.max@love2party.net> Date: Tue, 3 Mar 2009 13:23:58 -0500 Message-ID: From: Scott Ullrich To: Max Laier Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-stable@freebsd.org, =?ISO-8859-1?Q?Eirik_=D8verby?= Subject: Re: carpX: incorrect hash with IP aliases 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, 03 Mar 2009 18:56:30 -0000 On Tue, Mar 3, 2009 at 12:52 PM, Max Laier wrote: [snip] > Make sure that you are configuring the same aliases with the same netmask= s on > all members of the carp group - preferably before bringing the interface = up > for the first time (though it should properly recalculate the hashes as y= ou > add aliases). =A0As you seem to be using pfsense you might want to check = with > them to make sure they have the fix in their build - though I recall it w= as a > joined effort back then. 1.2.3 is based on 7.1 so this patch should be in the base system now. Scott From owner-freebsd-stable@FreeBSD.ORG Tue Mar 3 21:03:26 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 479B31065673 for ; Tue, 3 Mar 2009 21:03:26 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from smtp.lamaiziere.net (net.lamaiziere.net [91.121.44.19]) by mx1.freebsd.org (Postfix) with ESMTP id 09B1B8FC19 for ; Tue, 3 Mar 2009 21:03:25 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from baby-jane.lamaiziere.net (166.10.87-79.rev.gaoland.net [79.87.10.166]) by smtp.lamaiziere.net (Postfix) with ESMTPA id 72602633302 for ; Tue, 3 Mar 2009 22:03:24 +0100 (CET) Received: from baby-jane.lamaiziere.net (localhost [127.0.0.1]) by baby-jane.lamaiziere.net (Postfix) with ESMTP id 9FC0DBADE for ; Tue, 3 Mar 2009 22:03:32 +0100 (CET) Date: Tue, 3 Mar 2009 22:03:31 +0100 From: Patrick =?ISO-8859-15?Q?Lamaizi=E8re?= To: freebsd-stable@freebsd.org Message-ID: <20090303220331.4efe625d@baby-jane.lamaiziere.net> In-Reply-To: <20090301130018.4bb7f349@baby-jane.lamaiziere.net> References: <20090301130018.4bb7f349@baby-jane.lamaiziere.net> Organization: /dave/nulle X-Mailer: Claws Mail 3.7.0 (GTK+ 2.14.7; i386-portbld-freebsd7.1) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit Subject: Re: [7-STABLE] ndis interacts badly with powerd 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, 03 Mar 2009 21:03:26 -0000 Le Sun, 1 Mar 2009 13:00:18 +0100, Patrick Lamaizière : > [7-STABLE/i386-SMP] > > When I enable powerd, ndis takes all the CPU. Powerd alone and ndis > alone works fine. > > The kernel threads "Windows DCP0" and "ndis0 taskq" run at > 100%. But the machine is still running (but is very very slow), I can > kldunload my ndis module and all is ok. > > I tried with a kernel (GENERIC) without SMP but there is the same > problem. > > Any idea? Thanks. The problem was simply that the frequency was lowered too many. I have to limit the frequency with debug.cpufreq.lowest. Sorry! From owner-freebsd-stable@FreeBSD.ORG Tue Mar 3 21:22:27 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C6F9106564A for ; Tue, 3 Mar 2009 21:22:27 +0000 (UTC) (envelope-from ltning@anduin.net) Received: from mail.anduin.net (mail.anduin.net [213.225.74.249]) by mx1.freebsd.org (Postfix) with ESMTP id 171938FC17 for ; Tue, 3 Mar 2009 21:22:27 +0000 (UTC) (envelope-from ltning@anduin.net) Received: from [212.62.248.148] (helo=[192.168.2.190]) by mail.anduin.net with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1LebZI-0003lU-Nq; Tue, 03 Mar 2009 21:50:24 +0100 Message-Id: From: =?ISO-8859-1?Q?Eirik_=D8verby?= To: Scott Ullrich In-Reply-To: Mime-Version: 1.0 (Apple Message framework v930.3) Date: Tue, 3 Mar 2009 21:50:26 +0100 References: <200903031852.11731.max@love2party.net> X-Mailer: Apple Mail (2.930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Max Laier , freebsd-stable@freebsd.org Subject: Re: carpX: incorrect hash with IP aliases 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, 03 Mar 2009 21:22:27 -0000 On Mar 3, 2009, at 19:23, Scott Ullrich wrote: > On Tue, Mar 3, 2009 at 12:52 PM, Max Laier wrote: > [snip] >> Make sure that you are configuring the same aliases with the same >> netmasks on >> all members of the carp group - preferably before bringing the >> interface up >> for the first time (though it should properly recalculate the >> hashes as you >> add aliases). As you seem to be using pfsense you might want to >> check with >> them to make sure they have the fix in their build - though I >> recall it was a >> joined effort back then. > > 1.2.3 is based on 7.1 so this patch should be in the base system now. Excellent. And I just found that my second cluster member was not on 1.2.3 ... I'm updating both to the latest snapshot and will be trying again. Thanks. /Eirik > Scott > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org > " > From owner-freebsd-stable@FreeBSD.ORG Tue Mar 3 22:51:08 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2E1C31065760 for ; Tue, 3 Mar 2009 22:51:08 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-ew0-f166.google.com (mail-ew0-f166.google.com [209.85.219.166]) by mx1.freebsd.org (Postfix) with ESMTP id B1EEB8FC19 for ; Tue, 3 Mar 2009 22:51:07 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by ewy10 with SMTP id 10so2246830ewy.43 for ; Tue, 03 Mar 2009 14:51:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=ZNp5dTAKDC2tCTLaLA/R5UpWUhjTCOmkYdTSfpSiMic=; b=aAKsFE6JkgH8OQaqIIH0u7ga/Yshh7rZebQSTxWiGJz+Y46uEx84+WLAF6loUzIfcq mYUkpoOfdfOXvM1Wne5BMGOgFfu86EaG+CilLcm4y4GzrNvLfqipQBCWMULs2aKPtE0H LvDRULfMk7bmWf1uxexPdV2SFFTZtKiFhfAX4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=EA01OaAs5M/P8ocUNkhkKBMBRKagf1Eu8nR9UhF5jnt9HTvqbFH5WqOX8T7yHtMBuQ ROTyn11SjKX/Gl1NtdkW3WXO8v8krmzgclrPKqE258G2nK1ydOZ2SgPmdOaBNUvkknow vfc5MUofA53NoC5ksR4gQ6f0Ea56zjN7LUkuA= MIME-Version: 1.0 Received: by 10.210.38.5 with SMTP id l5mr6068136ebl.49.1236120666654; Tue, 03 Mar 2009 14:51:06 -0800 (PST) In-Reply-To: <20090303220331.4efe625d@baby-jane.lamaiziere.net> References: <20090301130018.4bb7f349@baby-jane.lamaiziere.net> <20090303220331.4efe625d@baby-jane.lamaiziere.net> Date: Tue, 3 Mar 2009 23:51:06 +0100 Message-ID: <3a142e750903031451s3dc35df5gbc7f9672e1b1df54@mail.gmail.com> From: "Paul B. Mahol" To: Patrick Lamaiziere Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: [7-STABLE] ndis interacts badly with powerd 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, 03 Mar 2009 22:51:08 -0000 On 3/3/09, Patrick Lamaiziere wrote: > Le Sun, 1 Mar 2009 13:00:18 +0100, > Patrick Lamaiziere : > >> [7-STABLE/i386-SMP] >> >> When I enable powerd, ndis takes all the CPU. Powerd alone and ndis >> alone works fine. >> >> The kernel threads "Windows DCP0" and "ndis0 taskq" run at >> 100%. But the machine is still running (but is very very slow), I can >> kldunload my ndis module and all is ok. >> >> I tried with a kernel (GENERIC) without SMP but there is the same >> problem. >> >> Any idea? Thanks. > > The problem was simply that the frequency was lowered too many. I have > to limit the frequency with debug.cpufreq.lowest. How much small it was? powerd -b min with 125 freq works fine on CURRENT with ndis for me (except that in such case watchdog errors are displayed on console if connection is heavily used) Note that ndis watchdog stuff have been rewritten on CURRENT. -- Paul From owner-freebsd-stable@FreeBSD.ORG Wed Mar 4 01:03:28 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 32F48106564A for ; Wed, 4 Mar 2009 01:03:28 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.232]) by mx1.freebsd.org (Postfix) with ESMTP id EAF958FC14 for ; Wed, 4 Mar 2009 01:03:27 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by rv-out-0506.google.com with SMTP id f6so3477534rvb.43 for ; Tue, 03 Mar 2009 17:03:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:date:to:cc :subject:message-id:reply-to:references:mime-version:content-type :content-disposition:in-reply-to:user-agent; bh=/7TZieZ+1SF/RRDWVOVHKfVBpVRmHrgEsS86vNzfXn0=; b=nsyemf/tCDRIFUDt5VMusPWQcwd0ilL4EPalBk7NVnwV3RhdQhRxbrUUW7wzvr9iND mOZEVcDgaQFHEWyMSGO1C8Qa8baX5tk6bNCT+KfYKKaRPc9bPHJiX36DB4qLLnpf+ylG SjyaHJ+CkSu1zqm5pRDU6nbKgFiJoo0Zh5r6o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=uoOLcEefBBVhyqmrPJrttw0AJ+25zsJI8UsFO8JmuWT1wMx/JZEg/FSEqYsLO4CeAW X1qa5Ps3Wv3IpoKo6/MKl8/i68Ld2tf+l7aU4e09l8ZaZC8QiFqIuvcMLWJTuk6NkOHH vffnO044baF/Ahhd25sm85Uiwvs1sY5Ts9OKQ= Received: by 10.140.247.11 with SMTP id u11mr3840538rvh.123.1236128607686; Tue, 03 Mar 2009 17:03:27 -0800 (PST) Received: from michelle.cdnetworks.co.kr ([114.111.62.249]) by mx.google.com with ESMTPS id g31sm22589672rvb.7.2009.03.03.17.03.25 (version=SSLv3 cipher=RC4-MD5); Tue, 03 Mar 2009 17:03:26 -0800 (PST) Received: by michelle.cdnetworks.co.kr (sSMTP sendmail emulation); Wed, 4 Mar 2009 10:10:19 +0900 From: Pyun YongHyeon Date: Wed, 4 Mar 2009 10:10:19 +0900 To: Cristiano Deana Message-ID: <20090304011019.GA87142@michelle.cdnetworks.co.kr> References: <20090303123156.GC84434@michelle.cdnetworks.co.kr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: delphij@FreeBSD.org, FreeBSD Stable Mailing List Subject: Re: bce: unable to fix media 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: Wed, 04 Mar 2009 01:03:28 -0000 On Tue, Mar 03, 2009 at 02:26:11PM +0100, Cristiano Deana wrote: > 2009/3/3 Pyun YongHyeon : > > >> # ifconfig bce0 media 1000baseSX > >> ifconfig: SIOCSIFMEDIA (media): Device not configured > > > I don't have experience on bce(4) hardwares so I'm not sure but how > > about adding full-duplex? > > e.g. ifconfig bce0 media 1000baseSX mediaopt full-duplex > > Thanks, that works. But put the card in "no carrier". > I will let in autoselect > Yeah, that would be the reason why you always have to rely on auto-negotiation. > > >> or (according to bce(4)): > >> > >> # ifconfig bce0 media 1000baseTX > >> ifconfig: SIOCSIFMEDIA (media): Device not configured > >> > > > > I guess your PHY type is not for 1000baseT. That's not valid option > > for your controller. > > I think there is a typo o incomplete description in bce(4): > > 1000baseTX Set 1000baseTX operation over twisted pair. Only > full-duplex mode is supported. > > No entry for "1000baseSX". > bce(4) man page should reflect reality. I think the man page was written when there was no support for TBI. Things has changed since then(e.g BCM5709, 1000baseSX/2500baseSX support etc). Xin Li, would you take care of this?(CCed) From owner-freebsd-stable@FreeBSD.ORG Wed Mar 4 01:09:15 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EDFFB106564A; Wed, 4 Mar 2009 01:09:15 +0000 (UTC) (envelope-from prvs=13145ae6f2=killing@multiplay.co.uk) Received: from mail1.multiplay.co.uk (core6.multiplay.co.uk [85.236.96.23]) by mx1.freebsd.org (Postfix) with ESMTP id 4AB5B8FC12; Wed, 4 Mar 2009 01:09:15 +0000 (UTC) (envelope-from prvs=13145ae6f2=killing@multiplay.co.uk) DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=multiplay.co.uk; s=Multiplay; t=1236128017; x=1236732817; q=dns/txt; h=Received: Message-ID:From:To:Cc:References:Subject:Date:MIME-Version: Content-Type:Content-Transfer-Encoding; bh=hCzuimvYfNSxcJWKTa//5 MLG3UOxbKf6VYB4pf2TjBM=; b=X8SLTDSR7GXlcDS+1mobBn7ryou2omujFC7Tf DDFAgs4iykAKiABCb5cMDZB9v4x18Owlzp+JTSIpIRK+6co/VVPq2vArgHd2jhxy KiV0/c1QEalhhesORu1yakmje75Qs0/QK/ONX2BojyISWMnduxBHkcKvj0hpvWZf ZmLcrc= X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on mail1.multiplay.co.uk X-Spam-Level: X-Spam-Status: No, score=-14.7 required=6.0 tests=BAYES_00, FORGED_MUA_OUTLOOK, USER_IN_WHITELIST,USER_IN_WHITELIST_TO autolearn=ham version=3.1.8 Received: from r2d2 by mail1.multiplay.co.uk (MDaemon PRO v9.6.6) with ESMTP id md50007067113.msg; Wed, 04 Mar 2009 00:53:31 +0000 X-Authenticated-Sender: Killing@multiplay.co.uk X-MDRemoteIP: 213.123.247.160 X-Return-Path: prvs=13145ae6f2=killing@multiplay.co.uk X-Envelope-From: killing@multiplay.co.uk Message-ID: From: "Steven Hartland" To: "Barry Pederson" , "Mike Tancsa" References: <499551B9.7050805@samsco.org><200902172307.n1HN74ml025580@pyroxene.sentex.ca><49AD6130.8040703@barryp.org> <200903031840.n23IeXuk032580@lava.sentex.ca> Date: Wed, 4 Mar 2009 00:53:30 -0000 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5512 x-mimeole: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Spam-Processed: mail1.multiplay.co.uk, Wed, 04 Mar 2009 00:53:32 +0000 X-MDAV-Processed: mail1.multiplay.co.uk, Wed, 04 Mar 2009 00:53:37 +0000 Cc: FreeBSD Current , FreeBSD Stable Subject: Re: HEADS UP: Major CAM performance regression 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, 04 Mar 2009 01:09:16 -0000 That's areca fix is a really interesting fix for us. I applied it to our rrd graph machine which constantly becomes unresponsive currently under high IO load for periods at a time. I can confirm that we also now get Command Queuing Enabled and that camcontrol tags da0 is reporting more that is expected. (pass0:arcmsr0:0:0:0): device openings: 255 I cant say for sure if this has helped as our testing is quite subjective for the most part i.e. does my ssh session stop responding. I can however say the machine is still locking on a regular basis apparently due to the IO load as its doing very little else. Our test here is to run a very simple piece of C: [code] #include #include #include int main( char **argv, int argc ) { time_t last = time( NULL ); while ( 1 ) { time_t now = time( NULL ); time_t diff = now - last; if ( diff >= 2 ) { fprintf( stderr, "stalled for %d seconds\n", diff ); } fprintf( stderr, ctime( &now ) ); last = now; sleep ( 1 ); } exit( 0 ); } [/code] [log] Wed Mar 4 00:31:36 2009 Wed Mar 4 00:31:37 2009 stalled for 4 seconds Wed Mar 4 00:31:41 2009 Wed Mar 4 00:31:42 2009 Wed Mar 4 00:31:43 2009 Wed Mar 4 00:31:44 2009 Wed Mar 4 00:31:45 2009 stalled for 5 seconds Wed Mar 4 00:31:50 2009 Wed Mar 4 00:31:51 2009 stalled for 4 seconds Wed Mar 4 00:31:55 2009 Wed Mar 4 00:31:56 2009 stalled for 2 seconds Wed Mar 4 00:31:58 2009 Wed Mar 4 00:31:59 2009 [/log] As you can see above there a several multi second pauses where above exe was stalled. At the points of stall the process using serious IO are bufdaemon and or syncer. Anyway off thread, thanks for alot for fix to the areca driver Scott, I'm sure it will even if it doesnt totally solve our performance issue here. Regards Steve ----- Original Message ----- From: "Mike Tancsa" > At 11:56 AM 3/3/2009, Barry Pederson wrote: > >>I can report a "metoo" on a 7.0-RELEASE-p3 machine with an Areca >>ARC-1212 card and SATA drives. "camcontrol tags da0" reports: >> >> (pass0:arcmsr0:0:0:0): device openings: 1 >> >>The machine is just a dog sometimes. Haven't tried the patch though. > > > RELENG_7 has all the fixes in. There seem to be quite a few cam > fixes plus the one areca fix. With the patches, post reboot I now see > > da1: Command Queueing Enabled > > raw throughput seems to be the same (which is should). It when there > are multiple reads/writes that the biggest difference should show up. > > ---Mike > > _______________________________________________ > 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" > ================================================ This e.mail is private and confidential between Multiplay (UK) Ltd. and the person or entity to whom it is addressed. In the event of misdirection, the recipient is prohibited from using, copying, printing or otherwise disseminating it or any information contained in it. In the event of misdirection, illegible or incomplete transmission please telephone +44 845 868 1337 or return the E.mail to postmaster@multiplay.co.uk. From owner-freebsd-stable@FreeBSD.ORG Wed Mar 4 12:50:12 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 688D4106566B for ; Wed, 4 Mar 2009 12:50:12 +0000 (UTC) (envelope-from ltning@anduin.net) Received: from mail.anduin.net (mail.anduin.net [213.225.74.249]) by mx1.freebsd.org (Postfix) with ESMTP id 23D0A8FC12 for ; Wed, 4 Mar 2009 12:50:11 +0000 (UTC) (envelope-from ltning@anduin.net) Received: from [212.62.248.148] (helo=[192.168.2.190]) by mail.anduin.net with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1LeqY4-000KSf-KF; Wed, 04 Mar 2009 13:50:08 +0100 Message-Id: From: =?ISO-8859-1?Q?Eirik_=D8verby?= To: Scott Ullrich In-Reply-To: Mime-Version: 1.0 (Apple Message framework v930.3) Date: Wed, 4 Mar 2009 13:50:09 +0100 References: <200903031852.11731.max@love2party.net> X-Mailer: Apple Mail (2.930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Max Laier , freebsd-stable@freebsd.org Subject: Re: carpX: incorrect hash with IP aliases 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, 04 Mar 2009 12:50:12 -0000 On Mar 3, 2009, at 19:23, Scott Ullrich wrote: > On Tue, Mar 3, 2009 at 12:52 PM, Max Laier wrote: > [snip] >> Make sure that you are configuring the same aliases with the same >> netmasks on >> all members of the carp group - preferably before bringing the >> interface up >> for the first time (though it should properly recalculate the >> hashes as you >> add aliases). As you seem to be using pfsense you might want to >> check with >> them to make sure they have the fix in their build - though I >> recall it was a >> joined effort back then. > > 1.2.3 is based on 7.1 so this patch should be in the base system now. Just tested, and this seems to work. Now I just need to figure out how to make sure both carp nodes have the IPs added/removed at ~exactly the same time.. /Eirik > Scott > _______________________________________________ > 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 Mar 4 13:20:27 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 10EA91065670 for ; Wed, 4 Mar 2009 13:20:27 +0000 (UTC) (envelope-from max@love2party.net) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.17.10]) by mx1.freebsd.org (Postfix) with ESMTP id 0B65C8FC0A for ; Wed, 4 Mar 2009 13:20:25 +0000 (UTC) (envelope-from max@love2party.net) Received: from vampire.homelinux.org (dslb-088-066-062-141.pools.arcor-ip.net [88.66.62.141]) by mrelayeu.kundenserver.de (node=mrelayeu4) with ESMTP (Nemesis) id 0ML21M-1Ler1M3N0a-0000jW; Wed, 04 Mar 2009 14:20:25 +0100 Received: (qmail 78650 invoked from network); 4 Mar 2009 13:20:24 -0000 Received: from fbsd8.laiers.local (192.168.4.200) by laiers.local with SMTP; 4 Mar 2009 13:20:24 -0000 From: Max Laier Organization: FreeBSD To: Eirik =?iso-8859-1?q?=D8verby?= Date: Wed, 4 Mar 2009 14:20:23 +0100 User-Agent: KMail/1.11.0 (FreeBSD/8.0-CURRENT; KDE/4.2.0; i386; ; ) References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200903041420.23598.max@love2party.net> X-Provags-ID: V01U2FsdGVkX1/D0rKmHAvQ/nWybmOG7qfYOwOufC4Enwdjrar X6VNgg6KiN3FCiUagwBDAG9sjxlXfnC5GZEHh4HdJ6BR2mkHYv iRnBAjOZCXfkBQbeRDdvw== Cc: freebsd-stable@freebsd.org, Scott Ullrich Subject: Re: carpX: incorrect hash with IP aliases 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, 04 Mar 2009 13:20:27 -0000 On Wednesday 04 March 2009 13:50:09 Eirik =D8verby wrote: > On Mar 3, 2009, at 19:23, Scott Ullrich wrote: > > On Tue, Mar 3, 2009 at 12:52 PM, Max Laier wrote: > > [snip] > > > >> Make sure that you are configuring the same aliases with the same > >> netmasks on > >> all members of the carp group - preferably before bringing the > >> interface up > >> for the first time (though it should properly recalculate the > >> hashes as you > >> add aliases). As you seem to be using pfsense you might want to > >> check with > >> them to make sure they have the fix in their build - though I > >> recall it was a > >> joined effort back then. > > > > 1.2.3 is based on 7.1 so this patch should be in the base system now. > > Just tested, and this seems to work. > Now I just need to figure out how to make sure both carp nodes have > the IPs added/removed at ~exactly the same time.. Just ifconfig down the BACKUP, change the config on both and bring the BACK= UP=20 back up ;) =2D-=20 /"\ Best regards, | mlaier@freebsd.org \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | mlaier@EFnet / \ ASCII Ribbon Campaign | Against HTML Mail and News From owner-freebsd-stable@FreeBSD.ORG Wed Mar 4 16:38:12 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 50F901065678 for ; Wed, 4 Mar 2009 16:38:12 +0000 (UTC) (envelope-from wahjava@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.185]) by mx1.freebsd.org (Postfix) with ESMTP id BAD5E8FC15 for ; Wed, 4 Mar 2009 16:38:11 +0000 (UTC) (envelope-from wahjava@gmail.com) Received: by ti-out-0910.google.com with SMTP id a1so3429396tib.3 for ; Wed, 04 Mar 2009 08:38:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:received :x-spam-checker-version:x-spam-level:x-spam-status:received:from:to :subject:organization:x-face:x-uptime:x-url:x-openpgp-id :x-openpgp-fingerprint:x-os:x-mailer:x-mail-morse:x-attribution:date :message-id:user-agent:face:mime-version:content-type; bh=9JwJsSqbBlfksp5vAxXnxbXWCZwh40JpqwfV6XvdsKE=; b=xjHFjZi+T993CQeZMF6KfdbBQUh96i2Gu/deH5dh+ll86n2wlXrthnnZv5whGZjYJ8 +fOmpIkHH9cOP9jif7iGSoggcmz/zkB7vZDD3Np1bh6c8bItuVd6paA8jrt6HMWh9COQ w+rJKb4rtj/zHs+08Gsird4rkb1HJntWc5U00= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:x-spam-checker-version:x-spam-level:x-spam-status:from:to :subject:organization:x-face:x-uptime:x-url:x-openpgp-id :x-openpgp-fingerprint:x-os:x-mailer:x-mail-morse:x-attribution:date :message-id:user-agent:face:mime-version:content-type; b=GAT16IgHHeJPvhIEbMs2JcgVxhV7xDwDBxMI/0h8IJNzp6i64jB76W8QjifikhIeZP ow+YaLFLGMY1z7RA812vo4veI+/EwGmcLCP8fvblKoRo+8yVkhRdOatpvQLCt+yfWxtq Lq8+NU+738gUbD4LWq35bIZ53tnnX1fYBITSg= Received: by 10.110.109.19 with SMTP id h19mr80783tic.16.1236183267592; Wed, 04 Mar 2009 08:14:27 -0800 (PST) Received: from chateau.d.lf ([122.162.185.253]) by mx.google.com with ESMTPS id u8sm1107346tia.10.2009.03.04.08.14.23 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 04 Mar 2009 08:14:26 -0800 (PST) Sender: Ashish SHUKLA Received: by chateau.d.lf (Postfix, from userid 99) id 31781B7A0A; Wed, 4 Mar 2009 21:44:23 +0530 (IST) X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on chateau.d.lf X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=NO_RELAYS,URIBL_GREY autolearn=no version=3.2.5 Received: from chateau.d.lf (chateau.d.lf [IPv6:::1]) by chateau.d.lf (Postfix) with ESMTP id 54A60B7A0A for ; Wed, 4 Mar 2009 21:44:19 +0530 (IST) From: wahjava.ml@gmail.com (Ashish SHUKLA) To: freebsd-stable@freebsd.org Organization: alt.religion.emacs X-Face: )vGQ9yK7Y$Flebu1C>(B\gYBm)[$zfKM+p&TT[[JWl6:]S>cc$%-z7-`46Zf0B*syL.C]oCq[upTG~zuS0.$"_%)|Q@$hA=9{3l{%u^h3jJ^Zl; t7 X-Uptime: 21:30:44 up 12:42, 1 user, load average: 0.73, 0.40, 0.34 X-URL: http://wahjava.wordpress.com/ X-OpenPGP-ID: 762E5E74 X-OpenPGP-Fingerprint: 1E00 4679 77E4 F8EE 2E4B 56F2 1F2F 8410 762E 5E74 X-OS: GNU/Linux on Linux 2.6.28-ARCH kernel on x86_64 architecture X-Mailer: Gnus v5.13 X-Mail-Morse: .-- .- .... .--- .- ...- .- .--.-. --. -- .- .. .-.. .-.-.- -.-. --- -- X-Attribution: =?utf-8?B?4KSG4KS24KWA4KS3?= Date: Wed, 04 Mar 2009 21:44:14 +0530 Message-ID: <87wsb5clk9.fsf@chateau.d.lf> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (x86_64-unknown-linux-gnu) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAJ1BMVEWpqal/f39tbW1jY2Md HR2goKCenp6UlJROTk7////9/f35+fnT09ORJdieAAACVklEQVQ4jXXUP2vbQBQA8AvUTkgz5OzY Z0iGWhpS6BSrkECn0mvx0MEJ6AjtYrfoBCVDlD8naJYmNlRfwZq8+mkKlIZaGpJSYmP7Q/XkJDrJ Td8i/H68u3vHPaPufwLdf32AMA4A6GcAgvAamY1pOJiDIFqicTwLswDhfr3uxfFtkAY/GFHPMwzD 8zpnACmIOnE6js7rQb+v4NJrG9od0C+QgpHMy5jBewV+UDSMWiw1Y4fWfyV7+NGFzDsYa3pth9LJ Q4XvXxFHcJRvHOmygn5NAEabnDcQQguarnfoiwSCJ99jmKKcphsZONmWsDK9Ro7cvZOCtQdg8nje egLhc2LNlkLmsezzTFUUy5w18ocox/f0LaLgJy0zO75zk+9pp85GAj36xjqhdI0y3tq2m4dqqcWX zQWBTz8L1irvolXV4J+3q7eCDgVnttjNq6X8H+9KOZsuNk1uCzx8pSp+E9HImfJOTLdcGqo+YKnG EIovizkEn48V7BO+ch2DXcD4ENSpWiU+q8hjjbgTBZCXnZtyj0Ws4Q1Q0B2WXFtYZo65Bbyeeldw RS6qFueM80LlLA29YlVwGRYvFD+kwI/0O+A2PlpOP9GwslUVciHuYGechuBTp922YiDZCrghTknm XSyOM+D3aoRZlo0Jb42zY7DN4p2x4AeZ+QAYutx1sHwTHzMT5cMNduQ9yW3GczN4KZ86kb0c9O8T yXDeFqpl2fryPEAYGXIlezAPXYh2NgVr/gvdoHIuDwuPwOhcWE8f8mmICq41eATkn8x0kuRTIKcB wE9+/QUtiiAnYcaN7wAAAABJRU5ErkJggg== MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Subject: GCC segfaulting while trying to compile latest Qt4 code 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, 04 Mar 2009 16:38:12 -0000 --=-=-= Content-Transfer-Encoding: quoted-printable Hi everone, While trying to update my 'qt4-gui' port, gcc segfaults during compilation. I'm running FreeBSD 7.1-STABLE (amd64 architecture) updated on 3rd March, 2009. #v+ c++ -c -pipe -msse -msse2 -msse3 -mmmx -march=3Dnocona -march=3Dnocona -g -= fno-exceptions -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/= glib-2.0/include -pipe -msse -msse2 -msse3 -mmmx -march=3Dnocona -march=3Dn= ocona -g -Wall -W -fPIC -DQT_SHARED -DQT_BUILD_GUI_LIB -DQT_NO_USING_NAMESP= ACE -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT3_SUPPORT -DQT_MOC_C= OMPAT -DQT_RASTER_IMAGEENGINE -DQT_HAVE_MMX -DQT_HAVE_SSE -DQT_HAVE_MMXEXT = -DQT_HAVE_SSE2 -DQT_NO_OPENTYPE -DQT_NO_STYLE_MAC -DQT_NO_STYLE_WINDOWSVIST= A -DQT_NO_STYLE_WINDOWSXP -DQT_NO_STYLE_WINDOWSCE -DQT_NO_STYLE_WINDOWSMOBI= LE -DQ_INTERNAL_QAPP_SRC -DQT_NO_DEBUG -DQT_CORE_LIB -D_LARGEFILE64_SOURCE = -D_LARGEFILE_SOURCE -I/usr/local/share/qt4/mkspecs/freebsd-g++ -I. -I../../= include/QtCore -I../../include/QtCore -I../../include -I../../include/QtGui= -I.rcc/release-shared -I/usr/local/include/freetype2 -I../3rdparty/harfbuz= z/src -Idialogs -I.moc/release-shared -I/usr/local/include -I.uic/release-s= hared -I/usr/local/include -o .obj/release-shared/qpolygon.o painting/qpoly= gon.cpp painting/qpolygon.cpp: In member function 'void QPolygon::setPoints(int, in= t, int, ...)': painting/qpolygon.cpp:311: internal compiler error: Segmentation fault: 11 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. *** Error code 1 Stop in /usr/ports/x11-toolkits/qt4-gui/work/qt-x11-opensource-src-4.4.3/sr= c/gui. *** Error code 1 Stop in /usr/ports/x11-toolkits/qt4-gui. *** Error code 1 Stop in /usr/ports/x11-toolkits/qt4-gui. #v- The complete build log, qpolygon.cpp and qpolygon.i (pre-processed output) is available in crash.tar.bz2[1], which I've uploaded to web. I tried to debug using gdb but it seems the segfault is handled internally by GCC. So, should I file a PR for this or should I report this to GCC bugtracker. References: [1] http://wahjava.googlepages.com/crash.tar.bz2 Thanks in advance. =2D-=20 Ashish SHUKLA --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.10 (GNU/Linux) iEYEARECAAYFAkmuqNsACgkQHy+EEHYuXnRjmQCgkTvilQSOcorNGc/c2PG9FS6B QlIAn1VQtQcVl5uuO77/ROQWp1qhrP6/ =hZtV -----END PGP SIGNATURE----- --=-=-=-- From owner-freebsd-stable@FreeBSD.ORG Wed Mar 4 19:18:01 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3DE641065672 for ; Wed, 4 Mar 2009 19:18:01 +0000 (UTC) (envelope-from hk@alogis.com) Received: from alogis.com (firewall.solit-ag.de [212.184.102.1]) by mx1.freebsd.org (Postfix) with ESMTP id B086D8FC19 for ; Wed, 4 Mar 2009 19:17:59 +0000 (UTC) (envelope-from hk@alogis.com) Received: from alogis.com (localhost [127.0.0.1]) by alogis.com (8.13.4/8.13.1) with ESMTP id n24JHwjB006407 for ; Wed, 4 Mar 2009 20:17:58 +0100 (CET) (envelope-from hk@alogis.com) Received: (from hk@localhost) by alogis.com (8.13.4/8.13.1/Submit) id n24JHwHi006406 for freebsd-stable@freebsd.org; Wed, 4 Mar 2009 20:17:58 +0100 (CET) (envelope-from hk) Date: Wed, 4 Mar 2009 20:17:58 +0100 From: Holger Kipp To: freebsd-stable@freebsd.org Message-ID: <20090304191758.GA6221@intserv.int1.b.intern> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: Can we expect a ZFS MFC anytime soon? 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, 04 Mar 2009 19:18:01 -0000 Hi, subject says it all. Is it possible to get all the latest ZFS improvements in 7-STABLE as well in a not too distant future? Is anything planned yet? Best regards, Holger From owner-freebsd-stable@FreeBSD.ORG Wed Mar 4 19:26:38 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F36D21065672 for ; Wed, 4 Mar 2009 19:26:37 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from smtp.lamaiziere.net (net.lamaiziere.net [91.121.44.19]) by mx1.freebsd.org (Postfix) with ESMTP id 4814F8FC20 for ; Wed, 4 Mar 2009 19:26:37 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from baby-jane.lamaiziere.net (166.10.87-79.rev.gaoland.net [79.87.10.166]) by smtp.lamaiziere.net (Postfix) with ESMTPA id 2AAB86332D9; Wed, 4 Mar 2009 20:26:36 +0100 (CET) Received: from baby-jane.lamaiziere.net (localhost [127.0.0.1]) by baby-jane.lamaiziere.net (Postfix) with ESMTP id AA7CEC1DD; Wed, 4 Mar 2009 20:26:45 +0100 (CET) Date: Wed, 4 Mar 2009 20:26:43 +0100 From: Patrick =?ISO-8859-15?Q?Lamaizi=E8re?= To: "Paul B. Mahol" Message-ID: <20090304202643.697ce0a4@baby-jane.lamaiziere.net> In-Reply-To: <3a142e750903031451s3dc35df5gbc7f9672e1b1df54@mail.gmail.com> References: <20090301130018.4bb7f349@baby-jane.lamaiziere.net> <20090303220331.4efe625d@baby-jane.lamaiziere.net> <3a142e750903031451s3dc35df5gbc7f9672e1b1df54@mail.gmail.com> Organization: /dave/nulle X-Mailer: Claws Mail 3.7.0 (GTK+ 2.14.7; i386-portbld-freebsd7.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: [7-STABLE] ndis interacts badly with powerd 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, 04 Mar 2009 19:26:38 -0000 Le Tue, 3 Mar 2009 23:51:06 +0100, "Paul B. Mahol" : > > The problem was simply that the frequency was lowered too many. I > > have to limit the frequency with debug.cpufreq.lowest. > > How much small it was? > powerd -b min with 125 freq works fine on CURRENT with ndis for me > (except that in such case watchdog errors are displayed on console if > connection is heavily used) > Note that ndis watchdog stuff have been rewritten on CURRENT. Here I've got some troubles under 400 MHz, at 400 MHz I'm able to unload the ndis module, at 100 MHz the machine hangs (must use a hard shutdown) I've set debug.cpufreq.lowest=600 Regards. From owner-freebsd-stable@FreeBSD.ORG Thu Mar 5 00:16:01 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C39A210656CB for ; Thu, 5 Mar 2009 00:16:01 +0000 (UTC) (envelope-from darius@dons.net.au) Received: from cain.gsoft.com.au (cain.gsoft.com.au [203.31.81.10]) by mx1.freebsd.org (Postfix) with ESMTP id 0EE158FC13 for ; Thu, 5 Mar 2009 00:16:00 +0000 (UTC) (envelope-from darius@dons.net.au) Received: from inchoate.localnet (Inchoate.gsoft.com.au [203.31.81.30]) (authenticated bits=0) by cain.gsoft.com.au (8.13.8/8.13.8) with ESMTP id n24Nw84g054465 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 5 Mar 2009 10:28:08 +1030 (CST) (envelope-from darius@dons.net.au) From: "Daniel O'Connor" To: freebsd-stable@freebsd.org Date: Thu, 5 Mar 2009 10:27:59 +1030 User-Agent: KMail/1.10.4 (Linux/2.6.27-11-generic; KDE/4.1.4; i686; ; ) References: <87wsb5clk9.fsf@chateau.d.lf> In-Reply-To: <87wsb5clk9.fsf@chateau.d.lf> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2271255.xApRUyc0er"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200903051028.06645.darius@dons.net.au> X-Spam-Score: -3.977 () ALL_TRUSTED,BAYES_00 X-Scanned-By: MIMEDefang 2.63 on 203.31.81.10 Cc: Subject: Re: GCC segfaulting while trying to compile latest Qt4 code 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, 05 Mar 2009 00:16:02 -0000 --nextPart2271255.xApRUyc0er Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Thursday 05 March 2009 02:44:14 Ashish SHUKLA wrote: > Hi everone, > > While trying to update my 'qt4-gui' port, gcc segfaults during > compilation. I'm running FreeBSD 7.1-STABLE (amd64 architecture) updated > on 3rd March, 2009. I would not rule out a hardware problem - seg faults while compiling heavy= =20 code (ie big C++ projects :) can be indicative of memory/CPU/PSU/motherboar= d=20 problems. I'd suggest running memtest86 and prime95 for a few hours if you can. I'll start a build of qt4-gui on a 7.1 box I have but it will probably be a= =20 while before I get an answer :) =2D-=20 Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C --nextPart2271255.xApRUyc0er Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iD8DBQBJrxWI5ZPcIHs/zowRArXDAJ9RC5RMmEUPhX82tMkyU+fPS2UACgCfXa1m JNBumg/0WxgNpSYnWi6z2DI= =CmcT -----END PGP SIGNATURE----- --nextPart2271255.xApRUyc0er-- From owner-freebsd-stable@FreeBSD.ORG Thu Mar 5 00:26:28 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 510C8106566B for ; Thu, 5 Mar 2009 00:26:28 +0000 (UTC) (envelope-from doconnor@gsoft.com.au) Received: from cain.gsoft.com.au (cain.gsoft.com.au [203.31.81.10]) by mx1.freebsd.org (Postfix) with ESMTP id C535B8FC1D for ; Thu, 5 Mar 2009 00:26:27 +0000 (UTC) (envelope-from doconnor@gsoft.com.au) Received: from inchoate.localnet (Inchoate.gsoft.com.au [203.31.81.30]) (authenticated bits=0) by cain.gsoft.com.au (8.13.8/8.13.8) with ESMTP id n250QQeT056740 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 5 Mar 2009 10:56:26 +1030 (CST) (envelope-from doconnor@gsoft.com.au) From: "Daniel O'Connor" To: freebsd-stable@freebsd.org Date: Thu, 5 Mar 2009 10:56:23 +1030 User-Agent: KMail/1.10.4 (Linux/2.6.27-11-generic; KDE/4.1.4; i686; ; ) References: <87wsb5clk9.fsf@chateau.d.lf> <200903051028.06645.darius@dons.net.au> In-Reply-To: <200903051028.06645.darius@dons.net.au> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1525821.j91kRMQm1Q"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200903051056.24458.doconnor@gsoft.com.au> X-Spam-Score: -3.977 () ALL_TRUSTED,BAYES_00 X-Scanned-By: MIMEDefang 2.63 on 203.31.81.10 Cc: Subject: Re: GCC segfaulting while trying to compile latest Qt4 code 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, 05 Mar 2009 00:26:28 -0000 --nextPart1525821.j91kRMQm1Q Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Thursday 05 March 2009 10:27:59 Daniel O'Connor wrote: > On Thursday 05 March 2009 02:44:14 Ashish SHUKLA wrote: > > Hi everone, > > > > While trying to update my 'qt4-gui' port, gcc segfaults during > > compilation. I'm running FreeBSD 7.1-STABLE (amd64 architecture) updated > > on 3rd March, 2009. > > I would not rule out a hardware problem - seg faults while compiling heavy > code (ie big C++ projects :) can be indicative of > memory/CPU/PSU/motherboard problems. > > I'd suggest running memtest86 and prime95 for a few hours if you can. > > I'll start a build of qt4-gui on a 7.1 box I have but it will probably be= a > while before I get an answer :) Oops sent the previous message from the wrong address. Anyway, I just finished compiling qt4 (This C2D is faster than I expected :) It is running i386 FreeBSD however.. =2D-=20 Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C --nextPart1525821.j91kRMQm1Q Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iD8DBQBJrxww5ZPcIHs/zowRAkNeAJsF6oVHawAAfwkgTz2zggr0bnfGIwCdGl5H Ct657aTFogYVFVRKH9ban4E= =h+zA -----END PGP SIGNATURE----- --nextPart1525821.j91kRMQm1Q-- From owner-freebsd-stable@FreeBSD.ORG Thu Mar 5 03:29:33 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4EAF1106564A for ; Thu, 5 Mar 2009 03:29:33 +0000 (UTC) (envelope-from wahjava@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.176]) by mx1.freebsd.org (Postfix) with ESMTP id EB1508FC14 for ; Thu, 5 Mar 2009 03:29:32 +0000 (UTC) (envelope-from wahjava@gmail.com) Received: by wa-out-1112.google.com with SMTP id k34so2029242wah.27 for ; Wed, 04 Mar 2009 19:29:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:received :x-spam-checker-version:x-spam-level:x-spam-status:received:from:to :cc:subject:organization:references:x-face:x-uptime:x-url :x-openpgp-id:x-openpgp-fingerprint:x-os:x-mailer:x-mail-morse :x-attribution:date:in-reply-to:message-id:user-agent:face :mime-version:content-type; bh=GQGhjCmBokTbYqcpC3+ai/QKajSnyrVQ5Sz3fLOavSg=; b=pX0DyJ68f5Wvh97yI/wxdhKna3501bqhCHpfAZRDizN63Unf6Vr7cN6e5T01iD/slq wxRMs31eSy81Qg4XDnYPc/MFzRAtarI1P1QT+uzFAf7NG0v+s60SSlVlXIs/KjRK2lcc nSQhl+zCf5Eo7hl/S0zAEHo4kEaoYNusBQc+4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:x-spam-checker-version:x-spam-level:x-spam-status:from:to:cc :subject:organization:references:x-face:x-uptime:x-url:x-openpgp-id :x-openpgp-fingerprint:x-os:x-mailer:x-mail-morse:x-attribution:date :in-reply-to:message-id:user-agent:face:mime-version:content-type; b=vP0XzvakHozZP+6556f8kKwhkqPD9iSS9ibpsrQRUU0vkuOmQVHdmrAjG/yvfSG6/Z /Ji62X0yoEBQ/Vycubf3Q1qS7UgM5+XkxyTztfWn/hrbrvns3NYpS8TRydhvO427moch 89RDfiIMZJtZj5B9UQodXc/BoZ2X8uFg0eFjA= Received: by 10.114.73.14 with SMTP id v14mr374268waa.104.1236223772368; Wed, 04 Mar 2009 19:29:32 -0800 (PST) Received: from chateau.d.lf ([122.162.186.193]) by mx.google.com with ESMTPS id g25sm1683021wag.8.2009.03.04.19.29.30 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 04 Mar 2009 19:29:32 -0800 (PST) Sender: Ashish SHUKLA Received: by chateau.d.lf (Postfix, from userid 99) id 8D34AB7A59; Thu, 5 Mar 2009 08:59:34 +0530 (IST) X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on chateau.d.lf X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=AWL,NO_RELAYS autolearn=unavailable version=3.2.5 Received: from chateau.d.lf (chateau.d.lf [IPv6:::1]) by chateau.d.lf (Postfix) with ESMTP id 0CBDCB7A56; Thu, 5 Mar 2009 08:59:15 +0530 (IST) From: wahjava.ml@gmail.com (Ashish SHUKLA) To: freebsd-stable@freebsd.org Organization: alt.religion.emacs References: <87wsb5clk9.fsf@chateau.d.lf> <200903051028.06645.darius@dons.net.au> X-Face: )vGQ9yK7Y$Flebu1C>(B\gYBm)[$zfKM+p&TT[[JWl6:]S>cc$%-z7-`46Zf0B*syL.C]oCq[upTG~zuS0.$"_%)|Q@$hA=9{3l{%u^h3jJ^Zl; t7 X-Uptime: 08:53:47 up 17 min, 1 user, load average: 0.82, 1.13, 0.82 X-URL: http://wahjava.wordpress.com/ X-OpenPGP-ID: 762E5E74 X-OpenPGP-Fingerprint: 1E00 4679 77E4 F8EE 2E4B 56F2 1F2F 8410 762E 5E74 X-OS: GNU/Linux on Linux 2.6.28-ARCH kernel on x86_64 architecture X-Mailer: Gnus v5.13 X-Mail-Morse: .-- .- .... .--- .- ...- .- .--.-. --. -- .- .. .-.. .-.-.- -.-. --- -- X-Attribution: =?utf-8?B?4KSG4KS24KWA4KS3?= Date: Thu, 05 Mar 2009 08:59:10 +0530 In-Reply-To: <200903051028.06645.darius@dons.net.au> (Daniel O'Connor's message of "Thu, 5 Mar 2009 10:27:59 +1030") Message-ID: <87iqmohcl5.fsf@chateau.d.lf> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (x86_64-unknown-linux-gnu) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAJ1BMVEWpqal/f39tbW1jY2Md HR2goKCenp6UlJROTk7////9/f35+fnT09ORJdieAAACVklEQVQ4jXXUP2vbQBQA8AvUTkgz5OzY Z0iGWhpS6BSrkECn0mvx0MEJ6AjtYrfoBCVDlD8naJYmNlRfwZq8+mkKlIZaGpJSYmP7Q/XkJDrJ Td8i/H68u3vHPaPufwLdf32AMA4A6GcAgvAamY1pOJiDIFqicTwLswDhfr3uxfFtkAY/GFHPMwzD 8zpnACmIOnE6js7rQb+v4NJrG9od0C+QgpHMy5jBewV+UDSMWiw1Y4fWfyV7+NGFzDsYa3pth9LJ Q4XvXxFHcJRvHOmygn5NAEabnDcQQguarnfoiwSCJ99jmKKcphsZONmWsDK9Ro7cvZOCtQdg8nje egLhc2LNlkLmsezzTFUUy5w18ocox/f0LaLgJy0zO75zk+9pp85GAj36xjqhdI0y3tq2m4dqqcWX zQWBTz8L1irvolXV4J+3q7eCDgVnttjNq6X8H+9KOZsuNk1uCzx8pSp+E9HImfJOTLdcGqo+YKnG EIovizkEn48V7BO+ch2DXcD4ENSpWiU+q8hjjbgTBZCXnZtyj0Ws4Q1Q0B2WXFtYZo65Bbyeeldw RS6qFueM80LlLA29YlVwGRYvFD+kwI/0O+A2PlpOP9GwslUVciHuYGechuBTp922YiDZCrghTknm XSyOM+D3aoRZlo0Jb42zY7DN4p2x4AeZ+QAYutx1sHwTHzMT5cMNduQ9yW3GczN4KZ86kb0c9O8T yXDeFqpl2fryPEAYGXIlezAPXYh2NgVr/gvdoHIuDwuPwOhcWE8f8mmICq41eATkn8x0kuRTIKcB wE9+/QUtiiAnYcaN7wAAAABJRU5ErkJggg== MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Cc: Subject: Re: GCC segfaulting while trying to compile latest Qt4 code 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, 05 Mar 2009 03:29:33 -0000 --=-=-= Content-Transfer-Encoding: quoted-printable Daniel O'Connor writes: > On Thursday 05 March 2009 02:44:14 Ashish SHUKLA wrote: >> Hi everone, >>=20 >> While trying to update my 'qt4-gui' port, gcc segfaults during >> compilation. I'm running FreeBSD 7.1-STABLE (amd64 architecture) updated >> on 3rd March, 2009. > I would not rule out a hardware problem - seg faults while compiling heav= y=20 > code (ie big C++ projects :) can be indicative of memory/CPU/PSU/motherbo= ard=20 > problems. Okay, but I even tried compiling that file manually and that also resulted in segfault. > I'd suggest running memtest86 and prime95 for a few hours if you can. I'll try running memtest86. Thanks =2D-=20 Ashish SHUKLA --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.10 (GNU/Linux) iEYEARECAAYFAkmvRwoACgkQHy+EEHYuXnRt+wCg1jWOFdVIfs4LjMT27o1Opg7M 7iIAoLCp/y1218iamAh3FoVhdrhiv35n =ngX3 -----END PGP SIGNATURE----- --=-=-=-- From owner-freebsd-stable@FreeBSD.ORG Thu Mar 5 16:48:30 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2111C106564A for ; Thu, 5 Mar 2009 16:48:30 +0000 (UTC) (envelope-from freebsd-stable@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id CB8FF8FC12 for ; Thu, 5 Mar 2009 16:48:29 +0000 (UTC) (envelope-from freebsd-stable@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LfGkD-0003Xl-IO for freebsd-stable@freebsd.org; Thu, 05 Mar 2009 16:48:25 +0000 Received: from mulderlab.f5.com ([205.229.151.151]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 05 Mar 2009 16:48:25 +0000 Received: from atkin901 by mulderlab.f5.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 05 Mar 2009 16:48:25 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-stable@freebsd.org From: Mark Atkinson Followup-To: gmane.os.freebsd.stable Date: Thu, 05 Mar 2009 08:48:11 -0800 Lines: 39 Message-ID: References: <87wsb5clk9.fsf@chateau.d.lf> <200903051028.06645.darius@dons.net.au> <87iqmohcl5.fsf@chateau.d.lf> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: mulderlab.f5.com User-Agent: KNode/0.99.01 Sender: news Subject: Re: GCC segfaulting while trying to compile latest Qt4 code 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, 05 Mar 2009 16:48:33 -0000 Ashish SHUKLA wrote: > Daniel O'Connor writes: >> On Thursday 05 March 2009 02:44:14 Ashish SHUKLA wrote: >>> Hi everone, >>> >>> While trying to update my 'qt4-gui' port, gcc segfaults during >>> compilation. I'm running FreeBSD 7.1-STABLE (amd64 architecture) updated >>> on 3rd March, 2009. > >> I would not rule out a hardware problem - seg faults while compiling >> heavy code (ie big C++ projects :) can be indicative of >> memory/CPU/PSU/motherboard problems. > > Okay, but I even tried compiling that file manually and that also > resulted in segfault. > >> I'd suggest running memtest86 and prime95 for a few hours if you can. > > I'll try running memtest86. > > Thanks I believe superpages were mfc'd to -stable as well. I have one machine that faults in gcc with this turned on. You can try adding vm.pmap.pg_ps_enabled="0" to /boot/loader.conf, rebooting and see if that fixes the problem. If so, you might provide the list with your hardware configuration. For reference: http://thread.gmane.org/gmane.os.freebsd.current/110586/focus=111337 http://article.gmane.org/gmane.os.freebsd.current/111307 -- Mark Atkinson atkin901@yahoo.com (!wired)?(coffee++):(wired); From owner-freebsd-stable@FreeBSD.ORG Thu Mar 5 17:38:27 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A29A1065679 for ; Thu, 5 Mar 2009 17:38:27 +0000 (UTC) (envelope-from nicolas@boiteameuh.org) Received: from popple.boiteameuh.org (popple.boiteameuh.org [82.232.215.170]) by mx1.freebsd.org (Postfix) with ESMTP id B719D8FC2A for ; Thu, 5 Mar 2009 17:38:26 +0000 (UTC) (envelope-from nicolas@boiteameuh.org) Received: by popple.boiteameuh.org (Postfix, from userid 1000) id C6BC74EF07; Thu, 5 Mar 2009 18:38:24 +0100 (CET) Date: Thu, 5 Mar 2009 18:38:24 +0100 From: Nicolas Haller To: freebsd-stable@freebsd.org Message-ID: <20090305173824.GA23630@boiteameuh.org> References: <20090302220729.GN14832@boiteameuh.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17+20080114 (2008-01-14) Subject: Re: IPC Sys5 for amd64? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Mar 2009 17:38:27 -0000 On Tue, Mar 03, 2009 at 02:29:21PM +0100, Ivan Voras wrote: > nicolas@boiteameuh.org wrote: > > > > IPC Sys5 isn't "64bit-aware" or the problem is elsewhere? > Yes, SYSVSHM is limited to 2 GB in 7.1. It has recently been extended in > -CURRENT, it will probably be MFC-ed to 7-STABLE (7.2) soon. Nice :-) Thanks for the answer. -- Nicolas Haller From owner-freebsd-stable@FreeBSD.ORG Thu Mar 5 18:12:09 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F2AB10656C4 for ; Thu, 5 Mar 2009 18:12:09 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from mail18.syd.optusnet.com.au (mail18.syd.optusnet.com.au [211.29.132.199]) by mx1.freebsd.org (Postfix) with ESMTP id C8D948FC08 for ; Thu, 5 Mar 2009 18:12:08 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from server.vk2pj.dyndns.org (c122-106-216-167.belrs3.nsw.optusnet.com.au [122.106.216.167]) by mail18.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id n25IBv3D022595 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 6 Mar 2009 05:12:00 +1100 X-Bogosity: Ham, spamicity=0.000000 Received: from server.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by server.vk2pj.dyndns.org (8.14.3/8.14.3) with ESMTP id n25IBuW1040932; Fri, 6 Mar 2009 05:11:56 +1100 (EST) (envelope-from peter@server.vk2pj.dyndns.org) Received: (from peter@localhost) by server.vk2pj.dyndns.org (8.14.3/8.14.3/Submit) id n25IBuww040931; Fri, 6 Mar 2009 05:11:56 +1100 (EST) (envelope-from peter) Date: Fri, 6 Mar 2009 05:11:56 +1100 From: user@vk2pj.dyndns.org To: nicolas@boiteameuh.org Message-ID: <20090305181156.GK3540@server.vk2pj.dyndns.org> References: <20090302220729.GN14832@boiteameuh.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="DEueqSqTbz/jWVG1" Content-Disposition: inline In-Reply-To: <20090302220729.GN14832@boiteameuh.org> X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.19 (2009-01-05) Cc: freebsd-stable@freebsd.org Subject: Re: IPC Sys5 for amd64? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Mar 2009 18:12:10 -0000 --DEueqSqTbz/jWVG1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2009-Mar-02 23:07:30 +0100, nicolas@boiteameuh.org wrote: >It's seems I can't allocate a shared memory segment more than 2GB. >I tune sysctl ipc.shm* values but without effects. > >IPC Sys5 isn't "64bit-aware" or the problem is elsewhere? SysV shm doesn't make it clear whether segments can exceed 2GB even on commercial 64-bit OSs (they can on Solaris but can't on Tru64). The work-around Oracle uses on Tru64 is to allocate multiple 2GB segments. --=20 Peter Jeremy --DEueqSqTbz/jWVG1 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.10 (FreeBSD) iEYEARECAAYFAkmwFewACgkQ/opHv/APuIe7lwCcCTkM645vMl/xHtB7n2xXAC/H YywAoId8Xkdc/c1wECsp6tHCTP62j69V =Kcsk -----END PGP SIGNATURE----- --DEueqSqTbz/jWVG1-- From owner-freebsd-stable@FreeBSD.ORG Thu Mar 5 20:40:45 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B34B91065670 for ; Thu, 5 Mar 2009 20:40:45 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 82C518FC18 for ; Thu, 5 Mar 2009 20:40:45 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (pool-98-109-39-197.nwrknj.fios.verizon.net [98.109.39.197]) by cyrus.watson.org (Postfix) with ESMTPSA id 1A6F846B39; Thu, 5 Mar 2009 15:40:45 -0500 (EST) Received: from localhost (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.14.3/8.14.3) with ESMTP id n25Kecqp007256; Thu, 5 Mar 2009 15:40:38 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-stable@freebsd.org Date: Thu, 5 Mar 2009 14:49:59 -0500 User-Agent: KMail/1.9.7 References: <87wsb5clk9.fsf@chateau.d.lf> <87iqmohcl5.fsf@chateau.d.lf> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200903051449.59782.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Thu, 05 Mar 2009 15:40:39 -0500 (EST) X-Virus-Scanned: ClamAV 0.94.2/9075/Thu Mar 5 14:37:10 2009 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: Mark Atkinson Subject: Re: GCC segfaulting while trying to compile latest Qt4 code 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, 05 Mar 2009 20:40:46 -0000 On Thursday 05 March 2009 11:48:11 am Mark Atkinson wrote: > Ashish SHUKLA wrote: > > > Daniel O'Connor writes: > >> On Thursday 05 March 2009 02:44:14 Ashish SHUKLA wrote: > >>> Hi everone, > >>> > >>> While trying to update my 'qt4-gui' port, gcc segfaults during > >>> compilation. I'm running FreeBSD 7.1-STABLE (amd64 architecture) updated > >>> on 3rd March, 2009. > > > >> I would not rule out a hardware problem - seg faults while compiling > >> heavy code (ie big C++ projects :) can be indicative of > >> memory/CPU/PSU/motherboard problems. > > > > Okay, but I even tried compiling that file manually and that also > > resulted in segfault. > > > >> I'd suggest running memtest86 and prime95 for a few hours if you can. > > > > I'll try running memtest86. > > > > Thanks > > I believe superpages were mfc'd to -stable as well. I have one machine > that faults in gcc with this turned on. You can try adding > > vm.pmap.pg_ps_enabled="0" > > to /boot/loader.conf, rebooting and see if that fixes the problem. If so, > you might provide the list with your hardware configuration. Note that superpages is not on by default in 7 the way it is in 8. BTW, can you get more details from your actual crash dump? I'm not sure if there's a way you can either add some debug printfs or something else to determine what the faulting address that results in the SIGBUS you are seeing? -- John Baldwin From owner-freebsd-stable@FreeBSD.ORG Thu Mar 5 23:35:55 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1E5BD106566B for ; Thu, 5 Mar 2009 23:35:55 +0000 (UTC) (envelope-from wahjava@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.185]) by mx1.freebsd.org (Postfix) with ESMTP id 8264C8FC14 for ; Thu, 5 Mar 2009 23:35:54 +0000 (UTC) (envelope-from wahjava@gmail.com) Received: by ti-out-0910.google.com with SMTP id a1so57362tib.3 for ; Thu, 05 Mar 2009 15:35:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:received :x-spam-checker-version:x-spam-level:x-spam-status:received:from:to :cc:subject:organization:references:x-face:x-uptime:x-url :x-openpgp-id:x-openpgp-fingerprint:x-os:x-mailer:x-mail-morse :x-attribution:date:in-reply-to:message-id:user-agent:face :mime-version:content-type; bh=roJttDKm+6IHmhAivpHP1xWURfRgcx4X0fo35uiaDUQ=; b=lkbk5edV6HRkyfAQ0SXsot4oFvdhbteRcAlJkUb1Cp+aOChUWTF39seso4l6hWoNka E1Oy4tdQhFbC6Sm3lOUeTKE4+/QI7eKOWFLVLxsmfo1Grjjo84omoA/AW57nItPesiVn K0vIqvSb5MpfmRUXsYFVAhVgaQzEG1g8ED3cs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:x-spam-checker-version:x-spam-level:x-spam-status:from:to:cc :subject:organization:references:x-face:x-uptime:x-url:x-openpgp-id :x-openpgp-fingerprint:x-os:x-mailer:x-mail-morse:x-attribution:date :in-reply-to:message-id:user-agent:face:mime-version:content-type; b=iFyninIBPkgrBPOW7gMprsURYLY5tvwNgj5fD+ovSXsXzt3vpLQfPgd+mH9i3e45a2 K5ShzOu+SbrldrwpsGEHiiL4Huzmolq5q3yEHN/NknieCW/e/XSQOpXXWjJpxIxvvxyj G7J86xCErOnNAGqv3qOX723JmqxNc0C5pSRdw= Received: by 10.110.84.3 with SMTP id h3mr2656572tib.5.1236296153373; Thu, 05 Mar 2009 15:35:53 -0800 (PST) Received: from chateau.d.lf ([122.161.221.219]) by mx.google.com with ESMTPS id u8sm1684999tia.30.2009.03.05.15.35.50 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 05 Mar 2009 15:35:52 -0800 (PST) Sender: Ashish SHUKLA Received: by chateau.d.lf (Postfix, from userid 99) id 6F61AB7BF9; Fri, 6 Mar 2009 05:05:44 +0530 (IST) X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on chateau.d.lf X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=AWL,NO_RELAYS autolearn=unavailable version=3.2.5 Received: from chateau.d.lf (chateau.d.lf [IPv6:::1]) by chateau.d.lf (Postfix) with ESMTP id BFFA2B7BF6; Fri, 6 Mar 2009 05:05:33 +0530 (IST) From: wahjava.ml@gmail.com (Ashish SHUKLA) To: John Baldwin Organization: alt.religion.emacs References: <87wsb5clk9.fsf@chateau.d.lf> <87iqmohcl5.fsf@chateau.d.lf> <200903051449.59782.jhb@freebsd.org> X-Face: )vGQ9yK7Y$Flebu1C>(B\gYBm)[$zfKM+p&TT[[JWl6:]S>cc$%-z7-`46Zf0B*syL.C]oCq[upTG~zuS0.$"_%)|Q@$hA=9{3l{%u^h3jJ^Zl; t7 X-Uptime: 04:55:42 up 15:30, 1 user, load average: 0.02, 0.07, 0.12 X-URL: http://wahjava.wordpress.com/ X-OpenPGP-ID: 762E5E74 X-OpenPGP-Fingerprint: 1E00 4679 77E4 F8EE 2E4B 56F2 1F2F 8410 762E 5E74 X-OS: GNU/Linux on Linux 2.6.28-ARCH kernel on x86_64 architecture X-Mailer: Gnus v5.13 X-Mail-Morse: .-- .- .... .--- .- ...- .- .--.-. --. -- .- .. .-.. .-.-.- -.-. --- -- X-Attribution: =?utf-8?B?4KSG4KS24KWA4KS3?= Date: Fri, 06 Mar 2009 05:05:27 +0530 In-Reply-To: <200903051449.59782.jhb@freebsd.org> (John Baldwin's message of "Thu, 5 Mar 2009 14:49:59 -0500") Message-ID: <87r61bbl1c.fsf@chateau.d.lf> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (x86_64-unknown-linux-gnu) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAJ1BMVEWpqal/f39tbW1jY2Md HR2goKCenp6UlJROTk7////9/f35+fnT09ORJdieAAACVklEQVQ4jXXUP2vbQBQA8AvUTkgz5OzY Z0iGWhpS6BSrkECn0mvx0MEJ6AjtYrfoBCVDlD8naJYmNlRfwZq8+mkKlIZaGpJSYmP7Q/XkJDrJ Td8i/H68u3vHPaPufwLdf32AMA4A6GcAgvAamY1pOJiDIFqicTwLswDhfr3uxfFtkAY/GFHPMwzD 8zpnACmIOnE6js7rQb+v4NJrG9od0C+QgpHMy5jBewV+UDSMWiw1Y4fWfyV7+NGFzDsYa3pth9LJ Q4XvXxFHcJRvHOmygn5NAEabnDcQQguarnfoiwSCJ99jmKKcphsZONmWsDK9Ro7cvZOCtQdg8nje egLhc2LNlkLmsezzTFUUy5w18ocox/f0LaLgJy0zO75zk+9pp85GAj36xjqhdI0y3tq2m4dqqcWX zQWBTz8L1irvolXV4J+3q7eCDgVnttjNq6X8H+9KOZsuNk1uCzx8pSp+E9HImfJOTLdcGqo+YKnG EIovizkEn48V7BO+ch2DXcD4ENSpWiU+q8hjjbgTBZCXnZtyj0Ws4Q1Q0B2WXFtYZo65Bbyeeldw RS6qFueM80LlLA29YlVwGRYvFD+kwI/0O+A2PlpOP9GwslUVciHuYGechuBTp922YiDZCrghTknm XSyOM+D3aoRZlo0Jb42zY7DN4p2x4AeZ+QAYutx1sHwTHzMT5cMNduQ9yW3GczN4KZ86kb0c9O8T yXDeFqpl2fryPEAYGXIlezAPXYh2NgVr/gvdoHIuDwuPwOhcWE8f8mmICq41eATkn8x0kuRTIKcB wE9+/QUtiiAnYcaN7wAAAABJRU5ErkJggg== MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Cc: freebsd-stable@freebsd.org, Mark Atkinson Subject: Re: GCC segfaulting while trying to compile latest Qt4 code 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, 05 Mar 2009 23:35:55 -0000 --=-=-= Content-Transfer-Encoding: quoted-printable John Baldwin writes: > On Thursday 05 March 2009 11:48:11 am Mark Atkinson wrote: >> Ashish SHUKLA wrote: >>=20 >> > Daniel O'Connor writes: >> >> On Thursday 05 March 2009 02:44:14 Ashish SHUKLA wrote: >> >>> Hi everone, >> >>>=20 >> >>> While trying to update my 'qt4-gui' port, gcc segfaults during >> >>> compilation. I'm running FreeBSD 7.1-STABLE (amd64 architecture) upd= ated >> >>> on 3rd March, 2009. >> >=20 >> >> I would not rule out a hardware problem - seg faults while compiling >> >> heavy code (ie big C++ projects :) can be indicative of >> >> memory/CPU/PSU/motherboard problems. >> >=20 >> > Okay, but I even tried compiling that file manually and that also >> > resulted in segfault. >> >=20 >> >> I'd suggest running memtest86 and prime95 for a few hours if you can. >> >=20 >> > I'll try running memtest86. I've tried memtest86+ with two passes and no memory related errors are recieved. >> >=20 >> > Thanks >>=20 >> I believe superpages were mfc'd to -stable as well. I have one machine= =20 >> that faults in gcc with this turned on. You can try adding=20 >>=20 >> vm.pmap.pg_ps_enabled=3D"0" >>=20 >> to /boot/loader.conf, rebooting and see if that fixes the problem. If s= o,=20=20 >> you might provide the list with your hardware configuration. I booted with above line but nothing changed. Then I booted in to my old kernel (dated January 29, 2009) with new userland, but there also I received that segfault, so I guess this is something userspace related. BtW, I also tried compiling deskutils/google-gadgets 0.10.5[1] port and there too I've received similar segfault. I'm attaching the output of 'dmesg' booted in verbose logging mode in both the kernels. The boot.new.log contains output from booting in new kernel, whereas boot.old.log contains output from booting in old kernel. References: [1] http://www.freebsd.org/cgi/query-pr.cgi?pr=3D132291 HTH =2D-=20 Ashish SHUKLA --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.10 (GNU/Linux) iEYEARECAAYFAkmwYcUACgkQHy+EEHYuXnQ+hwCfdHvE9suFl6MOKFhmxd9quIGz lNQAoOTyY1OR2FuiYhNskIIj6nzzo+9r =pVAL -----END PGP SIGNATURE----- --=-=-=-- From owner-freebsd-stable@FreeBSD.ORG Thu Mar 5 23:38:29 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4FD6E1065673 for ; Thu, 5 Mar 2009 23:38:29 +0000 (UTC) (envelope-from wahjava@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.187]) by mx1.freebsd.org (Postfix) with ESMTP id 9C0568FC13 for ; Thu, 5 Mar 2009 23:38:28 +0000 (UTC) (envelope-from wahjava@gmail.com) Received: by ti-out-0910.google.com with SMTP id a1so57694tib.3 for ; Thu, 05 Mar 2009 15:38:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:received :x-spam-checker-version:x-spam-level:x-spam-status:received:from:to :cc:subject:organization:references:x-face:x-uptime:x-url :x-openpgp-id:x-openpgp-fingerprint:x-os:x-mailer:x-mail-morse :x-attribution:date:in-reply-to:message-id:user-agent:face :mime-version:content-type; bh=5D+OUoqRmgTKrrr3DiwaLaRt7vsRhtD86OJvEzuurp8=; b=pql0onkK9sVknktXhvAV/O1PEBoeMH6VniiDx15NXzP/PcAhp8dskse+y3vrLr3re9 lvrydunRzeLBMUJ4sdSg3sksputVy69WbqLcpKLtqwO7HM9mOvcLrmoazxQkmMY+7Aeh n2Ska3nMG8i5kJQLce1RPseCoLHRdG+65KHlg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:x-spam-checker-version:x-spam-level:x-spam-status:from:to:cc :subject:organization:references:x-face:x-uptime:x-url:x-openpgp-id :x-openpgp-fingerprint:x-os:x-mailer:x-mail-morse:x-attribution:date :in-reply-to:message-id:user-agent:face:mime-version:content-type; b=vmC3fQVNCrZC89J/YR1AVP6cxT0axXQM0rOfPW2459Vowpl8D7BqgHPFTWwZ6Lj3FR AoSZKso+yiZqRf1p9k95e8Fl4YMk+l413AItIxk+q+7Bcq5CY93+mibg+/f8gVwct/uS 5adsRdK5qIQ7nJq8nQqMdpTSPCAM9wYS93dF8= Received: by 10.110.11.4 with SMTP id 4mr2578018tik.55.1236296307289; Thu, 05 Mar 2009 15:38:27 -0800 (PST) Received: from chateau.d.lf ([122.161.221.219]) by mx.google.com with ESMTPS id b4sm1620925tic.36.2009.03.05.15.38.22 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 05 Mar 2009 15:38:25 -0800 (PST) Sender: Ashish SHUKLA Received: by chateau.d.lf (Postfix, from userid 99) id C9851B7BF9; Fri, 6 Mar 2009 05:08:16 +0530 (IST) X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on chateau.d.lf X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=NO_RELAYS autolearn=unavailable version=3.2.5 Received: from chateau.d.lf (chateau.d.lf [IPv6:::1]) by chateau.d.lf (Postfix) with ESMTP id 54366B7BF6; Fri, 6 Mar 2009 05:08:14 +0530 (IST) From: wahjava.ml@gmail.com (Ashish SHUKLA) To: John Baldwin Organization: alt.religion.emacs References: <87wsb5clk9.fsf@chateau.d.lf> <87iqmohcl5.fsf@chateau.d.lf> <200903051449.59782.jhb@freebsd.org> X-Face: )vGQ9yK7Y$Flebu1C>(B\gYBm)[$zfKM+p&TT[[JWl6:]S>cc$%-z7-`46Zf0B*syL.C]oCq[upTG~zuS0.$"_%)|Q@$hA=9{3l{%u^h3jJ^Zl; t7 X-Uptime: 05:06:36 up 15:41, 1 user, load average: 0.29, 0.13, 0.10 X-URL: http://wahjava.wordpress.com/ X-OpenPGP-ID: 762E5E74 X-OpenPGP-Fingerprint: 1E00 4679 77E4 F8EE 2E4B 56F2 1F2F 8410 762E 5E74 X-OS: GNU/Linux on Linux 2.6.28-ARCH kernel on x86_64 architecture X-Mailer: Gnus v5.13 X-Mail-Morse: .-- .- .... .--- .- ...- .- .--.-. --. -- .- .. .-.. .-.-.- -.-. --- -- X-Attribution: =?utf-8?B?4KSG4KS24KWA4KS3?= Date: Fri, 06 Mar 2009 05:08:09 +0530 In-Reply-To: <200903051449.59782.jhb@freebsd.org> (John Baldwin's message of "Thu, 5 Mar 2009 14:49:59 -0500") Message-ID: <87mybzbkwu.fsf@chateau.d.lf> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (x86_64-unknown-linux-gnu) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAJ1BMVEWpqal/f39tbW1jY2Md HR2goKCenp6UlJROTk7////9/f35+fnT09ORJdieAAACVklEQVQ4jXXUP2vbQBQA8AvUTkgz5OzY Z0iGWhpS6BSrkECn0mvx0MEJ6AjtYrfoBCVDlD8naJYmNlRfwZq8+mkKlIZaGpJSYmP7Q/XkJDrJ Td8i/H68u3vHPaPufwLdf32AMA4A6GcAgvAamY1pOJiDIFqicTwLswDhfr3uxfFtkAY/GFHPMwzD 8zpnACmIOnE6js7rQb+v4NJrG9od0C+QgpHMy5jBewV+UDSMWiw1Y4fWfyV7+NGFzDsYa3pth9LJ Q4XvXxFHcJRvHOmygn5NAEabnDcQQguarnfoiwSCJ99jmKKcphsZONmWsDK9Ro7cvZOCtQdg8nje egLhc2LNlkLmsezzTFUUy5w18ocox/f0LaLgJy0zO75zk+9pp85GAj36xjqhdI0y3tq2m4dqqcWX zQWBTz8L1irvolXV4J+3q7eCDgVnttjNq6X8H+9KOZsuNk1uCzx8pSp+E9HImfJOTLdcGqo+YKnG EIovizkEn48V7BO+ch2DXcD4ENSpWiU+q8hjjbgTBZCXnZtyj0Ws4Q1Q0B2WXFtYZo65Bbyeeldw RS6qFueM80LlLA29YlVwGRYvFD+kwI/0O+A2PlpOP9GwslUVciHuYGechuBTp922YiDZCrghTknm XSyOM+D3aoRZlo0Jb42zY7DN4p2x4AeZ+QAYutx1sHwTHzMT5cMNduQ9yW3GczN4KZ86kb0c9O8T yXDeFqpl2fryPEAYGXIlezAPXYh2NgVr/gvdoHIuDwuPwOhcWE8f8mmICq41eATkn8x0kuRTIKcB wE9+/QUtiiAnYcaN7wAAAABJRU5ErkJggg== MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Cc: freebsd-stable@freebsd.org, Mark Atkinson Subject: Re: GCC segfaulting while trying to compile latest Qt4 code 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, 05 Mar 2009 23:38:29 -0000 --=-=-= Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" --==-=-= Content-Transfer-Encoding: quoted-printable Forgot to attach the logs from the last mail. =2D-=20 Ashish SHUKLA --==-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.10 (GNU/Linux) iEYEARECAAYFAkmwYmYACgkQHy+EEHYuXnQyuwCfaVQyOegiYgJ2+FhtucwnyON7 bI4AoLch453DRkKwMvqUJprQnJo2VkvA =QKt+ -----END PGP SIGNATURE----- --==-=-=-- --=-=-= Content-Type: application/octet-stream Content-Disposition: attachment; filename=boot.old.log.gz Content-Transfer-Encoding: base64 Content-Description: old boot log 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 --=-=-= Content-Type: application/octet-stream Content-Disposition: attachment; filename=boot.new.log.gz Content-Transfer-Encoding: base64 Content-Description: new boot log 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 --=-=-=-- From owner-freebsd-stable@FreeBSD.ORG Fri Mar 6 01:22:21 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 432221065672 for ; Fri, 6 Mar 2009 01:22:21 +0000 (UTC) (envelope-from spawk@acm.poly.edu) Received: from acm.poly.edu (acm.poly.edu [128.238.9.200]) by mx1.freebsd.org (Postfix) with ESMTP id C8E3A8FC14 for ; Fri, 6 Mar 2009 01:22:20 +0000 (UTC) (envelope-from spawk@acm.poly.edu) Received: (qmail 10405 invoked from network); 6 Mar 2009 00:55:39 -0000 Received: from unknown (HELO ?192.168.0.2?) (spawk@69.123.45.64) by acm.poly.edu with AES256-SHA encrypted SMTP; 6 Mar 2009 00:55:39 -0000 Message-ID: <49B07482.4080208@acm.poly.edu> Date: Thu, 05 Mar 2009 19:55:30 -0500 From: Boris Kochergin User-Agent: Thunderbird 2.0.0.19 (X11/20090108) MIME-Version: 1.0 To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: "Fatal trap 12: page fault while in kernel mode" on 7.1/amd64, but not 7.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: Fri, 06 Mar 2009 01:22:21 -0000 Ahoy. I recently upgraded an amd64 machine to 7.1-RELEASE, and started getting a bunch of these at a pretty high frequency (a few hours to a day apart): http://acm.poly.edu/~spawk/IMG00033.jpg The "current process" is always httpd. They're particularly annoying because the machine doesn't actually ever reboot, requiring manual intervention. Reverting the kernel back to 7.0 makes the panic go away, and the machine had been happily running 7.0 for about a year beforehand. I realize that the photo hardly contains any useful debugging information, but I was hoping it might look familiar to someone. If not, I guess I'll come back with a backtrace. -Boris From owner-freebsd-stable@FreeBSD.ORG Fri Mar 6 09:33:43 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72EB31065677 for ; Fri, 6 Mar 2009 09:33:43 +0000 (UTC) (envelope-from wahjava@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.185]) by mx1.freebsd.org (Postfix) with ESMTP id D5EB88FC1E for ; Fri, 6 Mar 2009 09:33:42 +0000 (UTC) (envelope-from wahjava@gmail.com) Received: by ti-out-0910.google.com with SMTP id a1so204821tib.3 for ; Fri, 06 Mar 2009 01:33:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:received :x-spam-checker-version:x-spam-level:x-spam-status:received:from:to :cc:subject:organization:references:x-face:x-uptime:x-url :x-openpgp-id:x-openpgp-fingerprint:x-os:x-mailer:x-mail-morse :x-attribution:date:in-reply-to:message-id:user-agent:face :mime-version:content-type; bh=GIl0P0cv7LjftN7sGMnTmPQOl8YbihfvLKca2lTYZag=; b=esucaCTrTNkwJX4ahKqm4ulRNeK2U/BA5Dzuu9/7qB9G+1XLaFWK3jbb8L+FZgHmfP Pnd5RP8Ybr7vNHQ+pj7rbyqDelsyuuWzUdHvh9gVz4soOafXl0Mly4/hS9bjGJXTmwAw lJh5FI/53Xu96Yek8QQ+sYUH6rJAl5O054Fkc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:x-spam-checker-version:x-spam-level:x-spam-status:from:to:cc :subject:organization:references:x-face:x-uptime:x-url:x-openpgp-id :x-openpgp-fingerprint:x-os:x-mailer:x-mail-morse:x-attribution:date :in-reply-to:message-id:user-agent:face:mime-version:content-type; b=M+Hu9SQlcspaRoCZjZ5gWQH9Ag1wVGXKWNNCvQ/5384oikS3Aq/LbFVl1McFyPsLm8 B1Cbk/hdsdyZlOvLGNDVrlxnhIKzeWvoByiij4FVv4yKvecMY6drJHYI1oOeNR5bquIY /H2h+HQsd9RAfjOhu0kQHNqMotaV7hqXHIK9o= Received: by 10.110.49.6 with SMTP id w6mr308465tiw.44.1236332021342; Fri, 06 Mar 2009 01:33:41 -0800 (PST) Received: from chateau.d.lf ([122.161.173.216]) by mx.google.com with ESMTPS id i9sm106317tid.13.2009.03.06.01.33.38 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 06 Mar 2009 01:33:40 -0800 (PST) Sender: Ashish SHUKLA Received: by chateau.d.lf (Postfix, from userid 99) id 291B5B62D7; Fri, 6 Mar 2009 15:03:32 +0530 (IST) X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on chateau.d.lf X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=NO_RELAYS autolearn=unavailable version=3.2.5 Received: from chateau.d.lf (chateau.d.lf [IPv6:::1]) by chateau.d.lf (Postfix) with ESMTP id 924A6B62D5; Fri, 6 Mar 2009 15:03:25 +0530 (IST) From: wahjava.ml@gmail.com (Ashish SHUKLA) To: Nikos Ntarmos Organization: alt.religion.emacs References: <87wsb5clk9.fsf@chateau.d.lf> <87iqmohcl5.fsf@chateau.d.lf> <200903051449.59782.jhb@freebsd.org> <87r61bbl1c.fsf@chateau.d.lf> <20090306001224.GA8231@ace.cs.uoi.gr> X-Face: )vGQ9yK7Y$Flebu1C>(B\gYBm)[$zfKM+p&TT[[JWl6:]S>cc$%-z7-`46Zf0B*syL.C]oCq[upTG~zuS0.$"_%)|Q@$hA=9{3l{%u^h3jJ^Zl; t7 X-Uptime: 14:31:52 up 1:00, 1 user, load average: 0.16, 0.19, 0.18 X-URL: http://wahjava.wordpress.com/ X-OpenPGP-ID: 762E5E74 X-OpenPGP-Fingerprint: 1E00 4679 77E4 F8EE 2E4B 56F2 1F2F 8410 762E 5E74 X-OS: GNU/Linux on Linux 2.6.28-ARCH kernel on x86_64 architecture X-Mailer: Gnus v5.13 X-Mail-Morse: .-- .- .... .--- .- ...- .- .--.-. --. -- .- .. .-.. .-.-.- -.-. --- -- X-Attribution: =?utf-8?B?4KSG4KS24KWA4KS3?= Date: Fri, 06 Mar 2009 15:03:20 +0530 In-Reply-To: <20090306001224.GA8231@ace.cs.uoi.gr> (Nikos Ntarmos's message of "Fri, 6 Mar 2009 02:12:24 +0200") Message-ID: <87ocwfxafz.fsf@chateau.d.lf> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (x86_64-unknown-linux-gnu) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAJ1BMVEWpqal/f39tbW1jY2Md HR2goKCenp6UlJROTk7////9/f35+fnT09ORJdieAAACVklEQVQ4jXXUP2vbQBQA8AvUTkgz5OzY Z0iGWhpS6BSrkECn0mvx0MEJ6AjtYrfoBCVDlD8naJYmNlRfwZq8+mkKlIZaGpJSYmP7Q/XkJDrJ Td8i/H68u3vHPaPufwLdf32AMA4A6GcAgvAamY1pOJiDIFqicTwLswDhfr3uxfFtkAY/GFHPMwzD 8zpnACmIOnE6js7rQb+v4NJrG9od0C+QgpHMy5jBewV+UDSMWiw1Y4fWfyV7+NGFzDsYa3pth9LJ Q4XvXxFHcJRvHOmygn5NAEabnDcQQguarnfoiwSCJ99jmKKcphsZONmWsDK9Ro7cvZOCtQdg8nje egLhc2LNlkLmsezzTFUUy5w18ocox/f0LaLgJy0zO75zk+9pp85GAj36xjqhdI0y3tq2m4dqqcWX zQWBTz8L1irvolXV4J+3q7eCDgVnttjNq6X8H+9KOZsuNk1uCzx8pSp+E9HImfJOTLdcGqo+YKnG EIovizkEn48V7BO+ch2DXcD4ENSpWiU+q8hjjbgTBZCXnZtyj0Ws4Q1Q0B2WXFtYZo65Bbyeeldw RS6qFueM80LlLA29YlVwGRYvFD+kwI/0O+A2PlpOP9GwslUVciHuYGechuBTp922YiDZCrghTknm XSyOM+D3aoRZlo0Jb42zY7DN4p2x4AeZ+QAYutx1sHwTHzMT5cMNduQ9yW3GczN4KZ86kb0c9O8T yXDeFqpl2fryPEAYGXIlezAPXYh2NgVr/gvdoHIuDwuPwOhcWE8f8mmICq41eATkn8x0kuRTIKcB wE9+/QUtiiAnYcaN7wAAAABJRU5ErkJggg== MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Cc: freebsd-stable@freebsd.org Subject: Re: GCC segfaulting while trying to compile latest Qt4 code 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, 06 Mar 2009 09:33:44 -0000 --=-=-= Content-Transfer-Encoding: quoted-printable Nikos Ntarmos writes: [...] > Hi there. > Could you be running out of memory during that compilation? I'd suggest > adding some swap space[1] and trying again, or play around with lower gcc > optimization levels (-O0, -O). I'm already using a 2 GiB swap device. I added -dH option in existing c++ command-line[1] to force it to dump a core file, and then I loaded it in gdb and following is the backtrace. #v+ (gdb) bt #0 0x000000000088893c in kill () at kill.S:2 #1 0x00000000008879c4 in abort () at /usr/src/lib/libc/stdlib/abort.c:65 #2 0x0000000000811fb3 in real_abort () at /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/diagnostic.c:= 652 #3 0x000000000081239b in diagnostic_action_after_output ( context=3D0x575, diagnostic=3D0x6) at /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/diagnostic.c:= 270 #4 0x00000000008120f5 in diagnostic_report_diagnostic ( context=3D0xbb16e0, diagnostic=3D0x7fffffffcad0) at /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/diagnostic.c:= 409 #5 0x0000000000812312 in internal_error (gmsgid=3DVariable "gmsgid" is not= available. ) at /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/diagnostic.c:= 588 #6 0x000000000055c07d in crash_signal (signo=3DVariable "signo" is not ava= ilable. ) at /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/toplev.c:607 #7 #8 gimplify_va_arg_expr (expr_p=3D0x80521de00, pre_p=3D0x7fffffffd2d0,=20 post_p=3D0x7fffffffd2c8) at /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/builtins.c:43= 77 #9 0x00000000007e9881 in gimplify_expr (expr_p=3D0x80521de00,=20 pre_p=3D0x7fffffffd2d0, post_p=3D0x7fffffffd2c8,=20 gimple_test_f=3D0x7f1cb3 , fallback=3Dfb_rvalue) at /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/gimplify.c:55= 45 #10 0x00000000007e8b83 in gimplify_modify_expr ( expr_p=3D0x7fffffffd400, pre_p=3D0x7fffffffd2d0,=20 post_p=3D0x7fffffffd2c8, want_value=3D0 '\0') at /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/gimplify.c:35= 65 #11 0x00000000007e9c25 in gimplify_expr (expr_p=3D0x7fffffffd400,=20 pre_p=3D0x7fffffffd2d0, post_p=3D0x7fffffffd2c8,=20 gimple_test_f=3D0x7f1bf5 , fallback=3Dfb_none) at /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/gimplify.c:55= 18 #12 0x00000000007eb1b4 in gimplify_to_stmt_list ( stmt_p=3D0x7fffffffd400) at /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/gimplify.c:43= 09 #13 0x00000000007e958f in gimplify_expr (expr_p=3D0x805216e90,=20 pre_p=3D0x7fffffffd410, post_p=3D0x7fffffffd408,=20 gimple_test_f=3D0x7f1bf5 , fallback=3Dfb_none) at /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/gimplify.c:41= 24 #14 0x00000000007e9919 in gimplify_expr (expr_p=3D0x7fffffffd588,=20 pre_p=3D0x7fffffffd530, post_p=3D0x7fffffffd528,=20 gimple_test_f=3D0x7f1bf5 , fallback=3Dfb_none) at /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/gimplify.c:37= 46 #15 0x0000000000488dac in gimplify_cp_loop (cond=3DVariable "cond" is not a= vailable. ) at /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp/cp-gimpli= fy.c:246 #16 0x0000000000489151 in cp_gimplify_expr (expr_p=3D0x805216e70,=20 pre_p=3D0x7fffffffd720, post_p=3D0x7fffffffd718) at /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp/cp-gimpli= fy.c:283 #17 0x00000000007e8fbe in gimplify_expr (expr_p=3D0x805216e70,=20 pre_p=3D0x7fffffffd720, post_p=3D0x7fffffffd718,=20 gimple_test_f=3D0x7f1bf5 , fallback=3Dfb_none) at /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/gimplify.c:54= 49 #18 0x00000000007e9919 in gimplify_expr (expr_p=3D0x80521dfe0,=20 pre_p=3D0x7fffffffd840, post_p=3D0x7fffffffd838,=20 gimple_test_f=3D0x7f1bf5 , fallback=3Dfb_none) at /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/gimplify.c:37= 46 #19 0x00000000007eb1b4 in gimplify_to_stmt_list (stmt_p=3D0x80521dfe0) at /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/gimplify.c:43= 09 #20 0x00000000007ea13d in gimplify_expr (expr_p=3D0x803ee97b0,=20 pre_p=3D0x7fffffffd980, post_p=3D0x7fffffffd978,=20 gimple_test_f=3D0x7f1bf5 , fallback=3Dfb_none) at /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/gimplify.c:10= 91 #21 0x00000000007eabc8 in gimplify_body (body_p=3D0x803ee97b0,=20 fndecl=3D0x803ee9700, do_parms=3D1 '\001') at /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/gimplify.c:63= 17 #22 0x00000000007eadaf in gimplify_function_tree (fndecl=3D0x803ee9700) at /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/gimplify.c:63= 93 #23 0x000000000048e208 in c_genericize (fndecl=3D0x803ee9700) at /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/c-gimplify.c:= 106 #24 0x0000000000488c18 in cp_genericize (fndecl=3D0x803ee9700) at /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp/cp-gimpli= fy.c:755 #25 0x00000000004287bb in finish_function (flags=3D0) at /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp/decl.c:11= 336 #26 0x000000000045824f in cp_parser_function_definition_after_declarator (p= arser=3D0x800c07c80, inline_p=3D0 '\0') at /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp/parser.c:= 15650 #27 0x0000000000458684 in cp_parser_init_declarator ( parser=3D0x800c07c80, decl_specifiers=3D0x7fffffffdbb0, checks=3D0x0,=20 function_definition_allowed_p=3D1 '\001', member_p=3D0 '\0',=20 declares_class_or_enum=3DVariable "declares_class_or_enum" is not avail= able. ) at /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp/parser.c:= 15582 #28 0x000000000044ea23 in cp_parser_simple_declaration ( parser=3D0x800c07c80, function_definition_allowed_p=3DVariable "functio= n_definition_allowed_p" is not available. ) at /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp/parser.c:= 7431 #29 0x0000000000454f1a in cp_parser_block_declaration ( parser=3D0x800c07c80, statement_p=3D0 '\0') at /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp/parser.c:= 7331 #30 0x0000000000458ee4 in cp_parser_declaration (parser=3D0x800c07c80) at /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp/parser.c:= 7247 #31 0x0000000000459335 in cp_parser_declaration_seq_opt ( parser=3D0x800c07c80) at /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp/parser.c:= 7142 #32 0x0000000000459930 in c_parse_file () at /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp/parser.c:= 2845 #33 0x000000000040074b in c_common_parse_file (set_yydebug=3DVariable "set_= yydebug" is not available. ) at /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/c-opts.c:1184 #34 0x000000000055d2e8 in toplev_main (argc=3DVariable "argc" is not availa= ble. ) at /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/toplev.c:1035 #35 0x00000000004001ae in _start (ap=3DVariable "ap" is not available. ) at /usr/src/lib/csu/amd64/crt1.c:92 #36 0x0000000000000000 in ?? () #37 0x0000000000000042 in ?? () #38 0x00007fffffffe1a8 in ?? () [...] #1114 0x01a1c0c748006a10 in ?? () #1115 0x66fdebf4050f0000 in ?? () #1116 0x9066669066669066 in ?? () #1117 0x00007fffffffde28 in ?? () #1118 0x0000000000000042 in ?? () #1119 0x00007fffffffe040 in ?? () #1120 0x000000000000000e in ?? () Cannot access memory at address 0x800000000000 #v- References: [1] http://news.gmane.org/find-root.php?message_id=3D%3c84dead720902121838= p3a72f993xc1c52104c666ed0a%40mail.gmail.com%3e HTH =2D-=20 Ashish SHUKLA --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.10 (GNU/Linux) iEYEARECAAYFAkmw7eUACgkQHy+EEHYuXnTj6wCfV1ninuk0vo/QwjzLiBu+eUWL go4AnR6lGKdMRqCdY43rqDCjt7mMqCmi =aQ1X -----END PGP SIGNATURE----- --=-=-=-- From owner-freebsd-stable@FreeBSD.ORG Fri Mar 6 10:20:40 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 39908106564A for ; Fri, 6 Mar 2009 10:20:40 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from mail.terabit.net.ua (mail.terabit.net.ua [195.137.202.147]) by mx1.freebsd.org (Postfix) with ESMTP id D4FB18FC0A for ; Fri, 6 Mar 2009 10:20:39 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from skuns.zoral.com.ua ([91.193.166.194] helo=mail.zoral.com.ua) by mail.terabit.net.ua with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63 (FreeBSD)) (envelope-from ) id 1LfXAU-000L1D-2G; Fri, 06 Mar 2009 12:20:38 +0200 Received: from deviant.kiev.zoral.com.ua (root@deviant.kiev.zoral.com.ua [10.1.1.148]) by mail.zoral.com.ua (8.14.2/8.14.2) with ESMTP id n26AKb2H000186 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 6 Mar 2009 12:20:37 +0200 (EET) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.3/8.14.3) with ESMTP id n26AKbAj066616; Fri, 6 Mar 2009 12:20:37 +0200 (EET) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.3/8.14.3/Submit) id n26AKbqc066611; Fri, 6 Mar 2009 12:20:37 +0200 (EET) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Fri, 6 Mar 2009 12:20:37 +0200 From: Kostik Belousov To: Boris Kochergin Message-ID: <20090306102037.GA41617@deviant.kiev.zoral.com.ua> References: <49B07482.4080208@acm.poly.edu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="A6sXR18gBuYr5lNO" Content-Disposition: inline In-Reply-To: <49B07482.4080208@acm.poly.edu> User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: ClamAV version 0.94.2, clamav-milter version 0.94.2 on skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Virus-Scanned: mail.terabit.net.ua 1LfXAU-000L1D-2G cc8f8cb145dd937a23fd6b9e05389b5a X-Terabit: YES Cc: freebsd-stable@freebsd.org Subject: Re: "Fatal trap 12: page fault while in kernel mode" on 7.1/amd64, but not 7.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: Fri, 06 Mar 2009 10:20:40 -0000 --A6sXR18gBuYr5lNO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Mar 05, 2009 at 07:55:30PM -0500, Boris Kochergin wrote: > Ahoy. I recently upgraded an amd64 machine to 7.1-RELEASE, and started=20 > getting a bunch of these at a pretty high frequency (a few hours to a=20 > day apart): >=20 > http://acm.poly.edu/~spawk/IMG00033.jpg >=20 > The "current process" is always httpd. They're particularly annoying=20 > because the machine doesn't actually ever reboot, requiring manual=20 > intervention. Reverting the kernel back to 7.0 makes the panic go away,= =20 > and the machine had been happily running 7.0 for about a year=20 > beforehand. I realize that the photo hardly contains any useful=20 > debugging information, but I was hoping it might look familiar to=20 > someone. If not, I guess I'll come back with a backtrace. You need to provide the backtrace from kgdb. --A6sXR18gBuYr5lNO Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEARECAAYFAkmw+PQACgkQC3+MBN1Mb4h6HQCgzOdJTGnmPIrmwEwlmMj2D3Rz vVIAoMO9oz3RzCu+3ko4lUf6/5+kH0T+ =UU2O -----END PGP SIGNATURE----- --A6sXR18gBuYr5lNO-- From owner-freebsd-stable@FreeBSD.ORG Fri Mar 6 10:21:01 2009 Return-Path: Delivered-To: freebsd-stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F599106564A for ; Fri, 6 Mar 2009 10:21:01 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from buffy.york.ac.uk (buffy.york.ac.uk [144.32.226.160]) by mx1.freebsd.org (Postfix) with ESMTP id 1C62A8FC23 for ; Fri, 6 Mar 2009 10:21:00 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from buffy.york.ac.uk (localhost [127.0.0.1]) by buffy.york.ac.uk (8.14.3/8.14.3) with ESMTP id n26AKwMn030113; Fri, 6 Mar 2009 10:20:58 GMT (envelope-from gavin@FreeBSD.org) Received: (from ga9@localhost) by buffy.york.ac.uk (8.14.3/8.14.3/Submit) id n26AKwVl030112; Fri, 6 Mar 2009 10:20:58 GMT (envelope-from gavin@FreeBSD.org) X-Authentication-Warning: buffy.york.ac.uk: ga9 set sender to gavin@FreeBSD.org using -f From: Gavin Atkinson To: Boris Kochergin In-Reply-To: <49B07482.4080208@acm.poly.edu> References: <49B07482.4080208@acm.poly.edu> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Fri, 06 Mar 2009 10:20:57 +0000 Message-Id: <1236334857.88789.4.camel@buffy.york.ac.uk> Mime-Version: 1.0 X-Mailer: Evolution 2.22.2 FreeBSD GNOME Team Port Cc: freebsd-stable@FreeBSD.org Subject: Re: "Fatal trap 12: page fault while in kernel mode" on 7.1/amd64, but not 7.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: Fri, 06 Mar 2009 10:21:01 -0000 On Thu, 2009-03-05 at 19:55 -0500, Boris Kochergin wrote: > Ahoy. I recently upgraded an amd64 machine to 7.1-RELEASE, and started > getting a bunch of these at a pretty high frequency (a few hours to a > day apart): > > http://acm.poly.edu/~spawk/IMG00033.jpg > > The "current process" is always httpd. They're particularly annoying > because the machine doesn't actually ever reboot, requiring manual > intervention. Reverting the kernel back to 7.0 makes the panic go away, > and the machine had been happily running 7.0 for about a year > beforehand. I realize that the photo hardly contains any useful > debugging information, but I was hoping it might look familiar to > someone. If not, I guess I'll come back with a backtrace. A backtrace will almost certainly be necessary to figure out what this issue is, although there is a possibility that the output of "addr2line -e /boot/kernel/kernel.symbols 0x8:0xffffffff802d7010" might help, assuming you've not recompiled your kernel yet. (That number should be the same as the "instruction pointer" shown by the panic, but as the photo is quite blurred there's a chance I've got it wrong, if you have a better picture of it or wrote it down then use that) Gavin From owner-freebsd-stable@FreeBSD.ORG Fri Mar 6 14:54:18 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2EEA91065672 for ; Fri, 6 Mar 2009 14:54:18 +0000 (UTC) (envelope-from freebsd-stable@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id DD0508FC17 for ; Fri, 6 Mar 2009 14:54:17 +0000 (UTC) (envelope-from freebsd-stable@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LfbRJ-0001f3-F2 for freebsd-stable@freebsd.org; Fri, 06 Mar 2009 14:54:17 +0000 Received: from mulderlab.f5.com ([205.229.151.151]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 06 Mar 2009 14:54:17 +0000 Received: from atkin901 by mulderlab.f5.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 06 Mar 2009 14:54:17 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-stable@freebsd.org From: Mark Atkinson Followup-To: gmane.os.freebsd.stable Date: Fri, 06 Mar 2009 06:54:08 -0800 Lines: 32 Message-ID: References: <87wsb5clk9.fsf@chateau.d.lf> <87iqmohcl5.fsf@chateau.d.lf> <200903051449.59782.jhb@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: mulderlab.f5.com User-Agent: KNode/0.99.01 Sender: news Subject: Re: GCC segfaulting while trying to compile latest Qt4 code 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, 06 Mar 2009 14:54:18 -0000 John Baldwin wrote: >> I believe superpages were mfc'd to -stable as well. I have one machine >> that faults in gcc with this turned on. You can try adding >> >> vm.pmap.pg_ps_enabled="0" >> >> to /boot/loader.conf, rebooting and see if that fixes the problem. If >> so, you might provide the list with your hardware configuration. > > Note that superpages is not on by default in 7 the way it is in 8. BTW, > can > you get more details from your actual crash dump? I'm not sure if there's > a way you can either add some debug printfs or something else to determine > what the faulting address that results in the SIGBUS you are seeing? Ahh, my bad, I didn't realize it defaulted to off. I'm not having any luck at diagnosing it further, the stack is so far gone at that point. Since no-one else is really seeing my issue at this point, I'm going to wait until I have some different, slower memory to try. For now, disabling superpages works well. If Ashish is still having issues, I've seen this sort of thing with runtime library problems. Bad libmap entries and disk corruption can cause this. If you can complete a buildworld, a fresh buildworld and installworld with make delete-old might solve your compilation problems. If qt depends on the gcc in ports, you may have to rebuild that one as well afterwards. -- Mark Atkinson atkin901@yahoo.com (!wired)?(coffee++):(wired); From owner-freebsd-stable@FreeBSD.ORG Fri Mar 6 15:48:30 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F100F106564A for ; Fri, 6 Mar 2009 15:48:30 +0000 (UTC) (envelope-from wahjava@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.187]) by mx1.freebsd.org (Postfix) with ESMTP id 62F0D8FC15 for ; Fri, 6 Mar 2009 15:48:30 +0000 (UTC) (envelope-from wahjava@gmail.com) Received: by ti-out-0910.google.com with SMTP id a1so292547tib.3 for ; Fri, 06 Mar 2009 07:48:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:received :x-spam-checker-version:x-spam-level:x-spam-status:received:from:to :cc:subject:organization:references:x-face:x-uptime:x-url :x-openpgp-id:x-openpgp-fingerprint:x-os:x-mailer:x-mail-morse :x-attribution:date:in-reply-to:message-id:user-agent:face :mime-version:content-type; bh=1BvzHT8YyORdXny4XXFpVN2h6xongT2vIbTftE+cfh4=; b=RL9RnmURBrYXV2chnuasPTPLryEQr/8rpUvNU9ZlW4Qxe/RlFJeAYoWg/d86yGDkrI osPVdzodhA6z1sfj7XWwQS7uWbwUHd+1xhl8nojIxVjHhIdjJHkx29PQ9DhRfzlMmhuW ySu2uEOd75v4AA+MAzP55FDE2phsYhDnjJQTk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:x-spam-checker-version:x-spam-level:x-spam-status:from:to:cc :subject:organization:references:x-face:x-uptime:x-url:x-openpgp-id :x-openpgp-fingerprint:x-os:x-mailer:x-mail-morse:x-attribution:date :in-reply-to:message-id:user-agent:face:mime-version:content-type; b=YM9vUQJxP3coG6dOH1wz8ynD99PlambTCbDF+x9F0lw7vIakdJszkmIFP+QS83WVeZ wLONEcc6+j+iZlnxxCE5ziumczsgaVNobF20uKXROB3OmuuT8yU/2z2utLiI7axIgya/ VNSvq/dlX+ZZjNnKjzNBLJArE37YQRI83U8Iw= Received: by 10.110.14.12 with SMTP id 12mr3844475tin.15.1236354508988; Fri, 06 Mar 2009 07:48:28 -0800 (PST) Received: from chateau.d.lf ([122.161.173.198]) by mx.google.com with ESMTPS id d1sm762419tid.34.2009.03.06.07.48.26 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 06 Mar 2009 07:48:27 -0800 (PST) Sender: Ashish SHUKLA Received: by chateau.d.lf (Postfix, from userid 99) id BCB0DB638B; Fri, 6 Mar 2009 21:18:22 +0530 (IST) X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on chateau.d.lf X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=NO_RELAYS autolearn=unavailable version=3.2.5 Received: from chateau.d.lf (chateau.d.lf [IPv6:::1]) by chateau.d.lf (Postfix) with ESMTP id 24AE2B6387; Fri, 6 Mar 2009 21:18:18 +0530 (IST) From: wahjava.ml@gmail.com (Ashish SHUKLA) To: Mark Atkinson Organization: alt.religion.emacs References: <87wsb5clk9.fsf@chateau.d.lf> <87iqmohcl5.fsf@chateau.d.lf> <200903051449.59782.jhb@freebsd.org> X-Face: )vGQ9yK7Y$Flebu1C>(B\gYBm)[$zfKM+p&TT[[JWl6:]S>cc$%-z7-`46Zf0B*syL.C]oCq[upTG~zuS0.$"_%)|Q@$hA=9{3l{%u^h3jJ^Zl; t7 X-Uptime: 21:12:06 up 7:40, 1 user, load average: 0.15, 0.28, 0.26 X-URL: http://wahjava.wordpress.com/ X-OpenPGP-ID: 762E5E74 X-OpenPGP-Fingerprint: 1E00 4679 77E4 F8EE 2E4B 56F2 1F2F 8410 762E 5E74 X-OS: GNU/Linux on Linux 2.6.28-ARCH kernel on x86_64 architecture X-Mailer: Gnus v5.13 X-Mail-Morse: .-- .- .... .--- .- ...- .- .--.-. --. -- .- .. .-.. .-.-.- -.-. --- -- X-Attribution: =?utf-8?B?4KSG4KS24KWA4KS3?= Date: Fri, 06 Mar 2009 21:18:14 +0530 In-Reply-To: (Mark Atkinson's message of "Fri, 06 Mar 2009 06:54:08 -0800") Message-ID: <87vdqmirep.fsf@chateau.d.lf> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (x86_64-unknown-linux-gnu) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAJ1BMVEWpqal/f39tbW1jY2Md HR2goKCenp6UlJROTk7////9/f35+fnT09ORJdieAAACVklEQVQ4jXXUP2vbQBQA8AvUTkgz5OzY Z0iGWhpS6BSrkECn0mvx0MEJ6AjtYrfoBCVDlD8naJYmNlRfwZq8+mkKlIZaGpJSYmP7Q/XkJDrJ Td8i/H68u3vHPaPufwLdf32AMA4A6GcAgvAamY1pOJiDIFqicTwLswDhfr3uxfFtkAY/GFHPMwzD 8zpnACmIOnE6js7rQb+v4NJrG9od0C+QgpHMy5jBewV+UDSMWiw1Y4fWfyV7+NGFzDsYa3pth9LJ Q4XvXxFHcJRvHOmygn5NAEabnDcQQguarnfoiwSCJ99jmKKcphsZONmWsDK9Ro7cvZOCtQdg8nje egLhc2LNlkLmsezzTFUUy5w18ocox/f0LaLgJy0zO75zk+9pp85GAj36xjqhdI0y3tq2m4dqqcWX zQWBTz8L1irvolXV4J+3q7eCDgVnttjNq6X8H+9KOZsuNk1uCzx8pSp+E9HImfJOTLdcGqo+YKnG EIovizkEn48V7BO+ch2DXcD4ENSpWiU+q8hjjbgTBZCXnZtyj0Ws4Q1Q0B2WXFtYZo65Bbyeeldw RS6qFueM80LlLA29YlVwGRYvFD+kwI/0O+A2PlpOP9GwslUVciHuYGechuBTp922YiDZCrghTknm XSyOM+D3aoRZlo0Jb42zY7DN4p2x4AeZ+QAYutx1sHwTHzMT5cMNduQ9yW3GczN4KZ86kb0c9O8T yXDeFqpl2fryPEAYGXIlezAPXYh2NgVr/gvdoHIuDwuPwOhcWE8f8mmICq41eATkn8x0kuRTIKcB wE9+/QUtiiAnYcaN7wAAAABJRU5ErkJggg== MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Cc: freebsd-stable@freebsd.org Subject: Re: GCC segfaulting while trying to compile latest Qt4 code 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, 06 Mar 2009 15:48:31 -0000 --=-=-= Content-Transfer-Encoding: quoted-printable Mark Atkinson writes: [...] > If Ashish is still having issues, I've seen this sort of thing with runti= me=20 > library problems. Bad libmap entries and disk corruption can cause this= .=20=20=20 > If you can complete a buildworld, a fresh buildworld and installworld wit= h=20 > make delete-old might solve your compilation problems. If qt depends o= n=20 > the gcc in ports, you may have to rebuild that one as well afterwards. Okay, I'll try updating my box again. =2D-=20 Ashish SHUKLA --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.10 (GNU/Linux) iEYEARECAAYFAkmxRcEACgkQHy+EEHYuXnT9/wCfSgWk6RPcIncy59jikyi6/btH INoAoM0OKeci3rh/WLKLO0qMDSSD6fM9 =ft9C -----END PGP SIGNATURE----- --=-=-=-- From owner-freebsd-stable@FreeBSD.ORG Fri Mar 6 18:11:44 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 84280106566C for ; Fri, 6 Mar 2009 18:11:44 +0000 (UTC) (envelope-from oliver.pntr@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.186]) by mx1.freebsd.org (Postfix) with ESMTP id 15CF88FC27 for ; Fri, 6 Mar 2009 18:11:43 +0000 (UTC) (envelope-from oliver.pntr@gmail.com) Received: by mu-out-0910.google.com with SMTP id w1so176863mue.3 for ; Fri, 06 Mar 2009 10:11:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=hRniFry5vJhSyRHBodRpjA9FK+A+h+icaneTa1c85Ro=; b=g4PMYhesVuPC9NOeGvZYS98HxVSDKelrlNiSKpkateLmOcXfX8OjPDniw1y4mlqROi eHZY9L+rqWSZMhNWquGdhU5MMRjzJxhBQ5E93J97QLLq8DrQfZdRW2xcgy5WtYD6tcwn amr2EkBS0DC3Kd7afMYruLJlQxKXly1aVFN2g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=GJhnRKDuTJSVh2WKrjJfd2+cYuy4bZnqfGaPQBxxQpjfH1OuaOc47R3wpa2D+Z7j8m 1JplYiiF3Q/WUBSPWl3+NJNmYFza8AVyAXyFR8bZV7kK6+CsP3aKfzA+EnDyUNOispSi Tp7uSsqAuz296KWbUQYWOXrL6TrT2bRbYZHvg= MIME-Version: 1.0 Received: by 10.103.171.6 with SMTP id y6mr1186810muo.31.1236361810160; Fri, 06 Mar 2009 09:50:10 -0800 (PST) Date: Fri, 6 Mar 2009 18:50:10 +0100 Message-ID: <6101e8c40903060950x7c34da32gb9e460d832e0a5c6@mail.gmail.com> From: Oliver Pinter To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Sata disc management 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, 06 Mar 2009 18:11:44 -0000 Hi all! How to can I stop the idle sata disc under fbsd (for power save) ? I searched many hours on google, but I don't find any information for it, only for scsi subsystem. I think a program like camcontrol, but for sata disk. Thanks, Oliver From owner-freebsd-stable@FreeBSD.ORG Fri Mar 6 18:57:58 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BDFEF1065670 for ; Fri, 6 Mar 2009 18:57:58 +0000 (UTC) (envelope-from henry.hu.sh@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.175]) by mx1.freebsd.org (Postfix) with ESMTP id 946DA8FC14 for ; Fri, 6 Mar 2009 18:57:58 +0000 (UTC) (envelope-from henry.hu.sh@gmail.com) Received: by wf-out-1314.google.com with SMTP id 27so608871wfd.7 for ; Fri, 06 Mar 2009 10:57:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:date:message-id :subject:from:to:content-type:content-transfer-encoding; bh=gaB2TKOzlmUVWHF71Ow+6m0Rxcn9m04SCdIUqQmm0s0=; b=ZTthSl+8AYZEi51HWLi6ojxeRbNKVc8/tomE4CD7O2JI6yshORYS1ljx0NgkoIZ/kG c+0gOWX3mqQae0YSKn/XexcufSrQlJdFhvYW1/lxWa4TEOUGnmsxYVmjhwgLqxDmMEk7 CV82m+nV9ppCYPfuc5GQjrO+IbbTujfJgbbeo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=rNvrdqJqeyXO4JXHQrV2Ehv72N/qmPhrQ25r67otJVJPnQntga3OeJQlHO1lGsJIt0 WBlzDKTaEv2k1goWNvutrn8NQ79OoVap6nxIi7ILdixJRC6CsrnoCPDJBWt2BCt9OSW5 yTwhR4MzrN880DnjaSDBa6NRm+Y7R4c1qLJhU= MIME-Version: 1.0 Received: by 10.142.81.7 with SMTP id e7mr1220884wfb.106.1236365878277; Fri, 06 Mar 2009 10:57:58 -0800 (PST) Date: Sat, 7 Mar 2009 02:57:58 +0800 Message-ID: <53a1e0710903061057o1bb897e3y7793af39b4be6914@mail.gmail.com> From: Henry Hu To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Problems about usbhidaction X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: hu.henry9@gmail.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Mar 2009 18:57:59 -0000 Hi, Today I got a new USB keyboard, ukbd0: on uhub3 kbd2 at ukbd0 uhid0: on uhub3 Normal keys are sent through ukbd0, and special keys (volume up, etc) are sent through uhid0. I tried to use usbhidaction to make the special keys functional, and I found that there are some problems about usbhidaction: 1. The length of data it tried to read is wrong. From owner-freebsd-stable@FreeBSD.ORG Fri Mar 6 19:13:02 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6261C106566C for ; Fri, 6 Mar 2009 19:13:02 +0000 (UTC) (envelope-from henry.hu.sh@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.169]) by mx1.freebsd.org (Postfix) with ESMTP id 358558FC14 for ; Fri, 6 Mar 2009 19:13:02 +0000 (UTC) (envelope-from henry.hu.sh@gmail.com) Received: by wf-out-1314.google.com with SMTP id 27so615012wfd.7 for ; Fri, 06 Mar 2009 11:13:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=2nPqGMUSfeVp9EBPtxEAuWH+ki8xm4ECfNMwpqI4bKs=; b=vHbWZwe5nTmlanTgrd3RU0eSWqu+wiv2WX6Ga8S/I7T1TOJFT2F3b0+IsTnTf/7IMY PtnW93U6DB5Ei5429B+WapuoELoLwYd7d3KvFHA6lPDOnMt5QhWqv0W8qne/7OrwuOrZ FWXdR+fCcLpyYlZQg/X/HprkGqf3yYqbKy4MI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:content-type:content-transfer-encoding; b=AR8icPmIH6YgHQh7lM03fVmp3y+mMGFuCstmH5C2AVehr8qOxDIbj4DNVlWmn7dwhT iONcvjl61e6zB695Psfb7pR96qQv22N9Glu7Hqw3gcxUEv6vYezXd0cU7TFRPhMKyJ9S 6eK/ZhpriM5/nyiGlFPctFiEDue6RXQDrKrG0= MIME-Version: 1.0 Received: by 10.142.82.13 with SMTP id f13mr1214548wfb.290.1236366781883; Fri, 06 Mar 2009 11:13:01 -0800 (PST) In-Reply-To: <53a1e0710903061057o1bb897e3y7793af39b4be6914@mail.gmail.com> References: <53a1e0710903061057o1bb897e3y7793af39b4be6914@mail.gmail.com> Date: Sat, 7 Mar 2009 03:13:01 +0800 Message-ID: <53a1e0710903061113x6f8130bdvab131a69094a694b@mail.gmail.com> From: Henry Hu To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: Problems about usbhidaction X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: hu.henry9@gmail.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Mar 2009 19:13:02 -0000 Hi, Today I got a new USB keyboard, ukbd0: on uhub3 kbd2 at ukbd0 uhid0: on uhub3 Normal keys are sent through ukbd0, and special keys (volume up, etc) are sent through uhid0. I tried to use usbhidaction to make the special keys functional, and I found that there are some problems about usbhidaction: 1. The length of data it tried to read is wrong. According to the UHID Device Class Definition, if Report ID tags are used in the Report descriptor, there would be a 1-byte report ID prefix before the report data. But if no Report ID tags are used, then the report ID prefix is omitted. But usbhidaction does not admit this (I modified libusbhid to allow client program to know if Report ID tags have appeared), and always reads one byte less than the data received, and the parse of the data received leads to a wrong result. However I found that usbhidctl somewhere admit this (although the way it handles it seems like a hack). I modified usbhidaction to read one more byte if it found that Report ID tags had appeared. This also needs some modification to libusbhid. 2. There's no way to specify report ID. There should be one way to specify which Report ID one item is referring to, and usbhidaction should check the report ID prefix to determine if the item is corresponding to it. 3. ioctl USB_GET_REPORT_ID returns 0 According to the Definition, report ID 0 is reserved and should not be used. In fact, this keyboard sent its special key events with report ID = 1. So I have to hack usbhidaction to set reportid to 1. I think this is not right and should be fixed. In the Definition, there might be multiple report IDs, so why there's such an ioctl? 4. usbhidctl does not set reportid. reportid in usbhidctl is always zero. There's even no ioctl to set it. So to use it to listen to events I had manually changed reportid to 1. I think there should be an option to set which report ID to listen to. PS. Sorry for the incomplete mail. I've not been used to the new keyboard yet.... Cheers, Henry From owner-freebsd-stable@FreeBSD.ORG Fri Mar 6 20:47:01 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 80850106564A for ; Fri, 6 Mar 2009 20:47:01 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from ch-smtp01.sth.basefarm.net (ch-smtp01.sth.basefarm.net [80.76.149.212]) by mx1.freebsd.org (Postfix) with ESMTP id 3B11B8FC26 for ; Fri, 6 Mar 2009 20:47:01 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from c83-255-48-78.bredband.comhem.se ([83.255.48.78]:57915 helo=falcon.midgard.homeip.net) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.68) (envelope-from ) id 1LfgwM-0003X7-3q for freebsd-stable@freebsd.org; Fri, 06 Mar 2009 21:46:42 +0100 Received: (qmail 22229 invoked from network); 6 Mar 2009 21:46:38 +0100 Received: from owl.midgard.homeip.net (10.1.5.7) by falcon.midgard.homeip.net with ESMTP; 6 Mar 2009 21:46:38 +0100 Received: (qmail 59106 invoked by uid 1001); 6 Mar 2009 21:46:38 +0100 Date: Fri, 6 Mar 2009 21:46:38 +0100 From: Erik Trulsson To: Oliver Pinter Message-ID: <20090306204638.GA59083@owl.midgard.homeip.net> References: <6101e8c40903060950x7c34da32gb9e460d832e0a5c6@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6101e8c40903060950x7c34da32gb9e460d832e0a5c6@mail.gmail.com> User-Agent: Mutt/1.5.18 (2008-05-17) X-Originating-IP: 83.255.48.78 X-Scan-Result: No virus found in message 1LfgwM-0003X7-3q. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1LfgwM-0003X7-3q e11d5504e8fa10e79bada20c0201d2c8 Cc: freebsd-stable@freebsd.org Subject: Re: Sata disc management 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, 06 Mar 2009 20:47:01 -0000 On Fri, Mar 06, 2009 at 06:50:10PM +0100, Oliver Pinter wrote: > Hi all! > > How to can I stop the idle sata disc under fbsd (for power save) ? I > searched many hours on google, but I don't find any information for > it, only for scsi subsystem. I think a program like camcontrol, but > for sata disk. > The sysutils/ataidle port ought to do the trick. -- Erik Trulsson ertr1013@student.uu.se From owner-freebsd-stable@FreeBSD.ORG Fri Mar 6 22:01:23 2009 Return-Path: Delivered-To: freebsd-stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C9A3B10656C3 for ; Fri, 6 Mar 2009 22:01:23 +0000 (UTC) (envelope-from spawk@acm.poly.edu) Received: from acm.poly.edu (acm.poly.edu [128.238.9.200]) by mx1.freebsd.org (Postfix) with ESMTP id 406F98FC16 for ; Fri, 6 Mar 2009 22:01:23 +0000 (UTC) (envelope-from spawk@acm.poly.edu) Received: (qmail 71480 invoked from network); 6 Mar 2009 22:00:36 -0000 Received: from unknown (HELO ?10.0.0.135?) (spawk@128.238.64.31) by acm.poly.edu with AES256-SHA encrypted SMTP; 6 Mar 2009 22:00:36 -0000 Message-ID: <49B19D28.1060803@acm.poly.edu> Date: Fri, 06 Mar 2009 17:01:12 -0500 From: Boris Kochergin User-Agent: Thunderbird 2.0.0.19 (X11/20090108) MIME-Version: 1.0 References: <49B07482.4080208@acm.poly.edu> <1236334857.88789.4.camel@buffy.york.ac.uk> In-Reply-To: <1236334857.88789.4.camel@buffy.york.ac.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@FreeBSD.org Subject: Re: "Fatal trap 12: page fault while in kernel mode" on 7.1/amd64, but not 7.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: Fri, 06 Mar 2009 22:01:24 -0000 Gavin Atkinson wrote: > On Thu, 2009-03-05 at 19:55 -0500, Boris Kochergin wrote: > >> Ahoy. I recently upgraded an amd64 machine to 7.1-RELEASE, and started >> getting a bunch of these at a pretty high frequency (a few hours to a >> day apart): >> >> http://acm.poly.edu/~spawk/IMG00033.jpg >> >> The "current process" is always httpd. They're particularly annoying >> because the machine doesn't actually ever reboot, requiring manual >> intervention. Reverting the kernel back to 7.0 makes the panic go away, >> and the machine had been happily running 7.0 for about a year >> beforehand. I realize that the photo hardly contains any useful >> debugging information, but I was hoping it might look familiar to >> someone. If not, I guess I'll come back with a backtrace. >> > > A backtrace will almost certainly be necessary to figure out what this > issue is, although there is a possibility that the output of > "addr2line -e /boot/kernel/kernel.symbols 0x8:0xffffffff802d7010" > might help, assuming you've not recompiled your kernel yet. (That > number should be the same as the "instruction pointer" shown by the > panic, but as the photo is quite blurred there's a chance I've got it > wrong, if you have a better picture of it or wrote it down then use > that) > > Gavin > _______________________________________________ > 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" > Here it is, with some additional information afterward: Unread portion of the kernel message buffer: kernel trap 12 with interrupts disabled Fatal trap 12: page fault while in kernel mode cpuid = 1; apic id = 01 fault virtual address = 0x30 fault code = supervisor read data, page not present instruction pointer = 0x8:0xffffffff80293faf stack pointer = 0x10:0xffffffff9cbaea70 frame pointer = 0x10:0xffffff000fc14000 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, long 1, def32 0, gran 1 processor eflags = resume, IOPL = 0 current process = 881 (httpd) trap number = 12 panic: page fault cpuid = 1 Uptime: 1m51s Physical memory: 8185 MB Dumping 328 MB: 313 297 281 265 249 233 217 201 185 169 153 137 121 105 89 73 57 41 25 9 #0 doadump () at pcpu.h:195 195 pcpu.h: No such file or directory. in pcpu.h (kgdb) where #0 doadump () at pcpu.h:195 #1 0xffffff000fc14000 in ?? () #2 0xffffffff8025eba9 in boot (howto=260) at /usr/src-7.1/sys/kern/kern_shutdown.c:418 #3 0xffffffff8025efb2 in panic (fmt=0x104
) at /usr/src-7.1/sys/kern/kern_shutdown.c:574 #4 0xffffffff803df5c3 in trap_fatal (frame=0xffffff000fc14000, eva=Variable "eva" is not available. ) at /usr/src-7.1/sys/amd64/amd64/trap.c:764 #5 0xffffffff803e018f in trap (frame=0xffffffff9cbae9c0) at /usr/src-7.1/sys/amd64/amd64/trap.c:290 #6 0xffffffff803c5c4e in calltrap () at /usr/src-7.1/sys/amd64/amd64/exception.S:209 #7 0xffffffff80293faf in turnstile_broadcast (ts=0x0, queue=0) at /usr/src-7.1/sys/kern/subr_turnstile.c:836 #8 0xffffffff8025256a in _mtx_unlock_sleep (m=0xffffffff80593538, opts=Variable "opts" is not available. ) at /usr/src-7.1/sys/kern/kern_mutex.c:619 #9 0xffffffff80275ed3 in __umtx_op_cv_wait (td=0x1ee, uap=Variable "uap" is not available. ) at /usr/src-7.1/sys/kern/kern_umtx.c:312 #10 0xffffffff803dfb78 in syscall (frame=0xffffffff9cbaec80) at /usr/src-7.1/sys/amd64/amd64/trap.c:907 #11 0xffffffff803c5e5b in Xfast_syscall () at /usr/src-7.1/sys/amd64/amd64/exception.S:330 #12 0x0000000800f5354c in ?? () Previous frame inner to this frame (corrupt stack?) (kgdb) The dump was difficult to acquire--the system would often lock up after dumping only a portion of the memory it wanted to save. I can also now trigger the panic pretty reliably using this bit of script: #!/usr/local/bin/bash for i in {1..900} do wget --quiet -O /dev/null http://acm.poly.edu/wiki/Hosting & done ...where the URL is a MediaWiki installation on the afflicted machine. -Boris From owner-freebsd-stable@FreeBSD.ORG Sat Mar 7 01:35:20 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 48486106566C for ; Sat, 7 Mar 2009 01:35:20 +0000 (UTC) (envelope-from oliver.pntr@gmail.com) Received: from mail-bw0-f164.google.com (mail-bw0-f164.google.com [209.85.218.164]) by mx1.freebsd.org (Postfix) with ESMTP id C9B0B8FC16 for ; Sat, 7 Mar 2009 01:35:19 +0000 (UTC) (envelope-from oliver.pntr@gmail.com) Received: by bwz8 with SMTP id 8so547638bwz.43 for ; Fri, 06 Mar 2009 17:35:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=xPupA+Ch4K9+4nO0Ap9VQEnzy4DvgSy8pp8CJA8gLjY=; b=Y1uWsG8N29Xv9fKLWu4uiIb/NYRbM5H3iNi5wzj9cNtXa87Sexsld6G+7uPE3TAXax RHVhAYDgcB2W6QgH2QG3JHMOu+fgLzswC6Qd9ci4OsQpN9YGblhsZKYwjlPGkQ8Jwg4n 5cemoqKg1JOkdieauIhl7rd1/WBZad04avoj0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=MsYDI4nLMzWwVtxFZpbLPWakBbFTsjXVNFJftP1RL5WiuXMMmGj8fHJPegCABT5MqY BkwjIc2ywhsWboTz8dtpOFp4M46EqOgKbSlmiNQtkJ2kvv+okqPiX1XVajdm9OQ4sKqx S1yIGY5dE1wHqp++fc4ZEO45O/rKMKoRbQegI= MIME-Version: 1.0 Received: by 10.103.174.16 with SMTP id b16mr1361315mup.28.1236389718670; Fri, 06 Mar 2009 17:35:18 -0800 (PST) In-Reply-To: <49B19C96.3050603@smo.de> References: <6101e8c40903060950x7c34da32gb9e460d832e0a5c6@mail.gmail.com> <49B19C96.3050603@smo.de> Date: Sat, 7 Mar 2009 02:35:18 +0100 Message-ID: <6101e8c40903061735p55834b27u7ed51b2c25fb710e@mail.gmail.com> From: Oliver Pinter To: Philipp Ost Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: Sata disc management 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, 07 Mar 2009 01:35:20 -0000 thanks, the sysutils/ataidle is the best answer On 3/6/09, Philipp Ost wrote: > Oliver Pinter wrote: >> How to can I stop the idle sata disc under fbsd (for power save) ? I >> searched many hours on google, but I don't find any information for >> it, only for scsi subsystem. I think a program like camcontrol, but >> for sata disk. > > Did you (already) check your BIOS if there's such an option? > > HTH, > Philipp > From owner-freebsd-stable@FreeBSD.ORG Sat Mar 7 02:22:36 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2CE101065673 for ; Sat, 7 Mar 2009 02:22:36 +0000 (UTC) (envelope-from spawk@acm.poly.edu) Received: from acm.poly.edu (acm.poly.edu [128.238.9.200]) by mx1.freebsd.org (Postfix) with ESMTP id BCFAB8FC12 for ; Sat, 7 Mar 2009 02:22:34 +0000 (UTC) (envelope-from spawk@acm.poly.edu) Received: (qmail 72568 invoked from network); 7 Mar 2009 02:22:34 -0000 Received: from unknown (HELO ?192.168.0.2?) (spawk@69.123.45.64) by acm.poly.edu with AES256-SHA encrypted SMTP; 7 Mar 2009 02:22:34 -0000 Message-ID: <49B1DA5F.2030408@acm.poly.edu> Date: Fri, 06 Mar 2009 21:22:23 -0500 From: Boris Kochergin User-Agent: Thunderbird 2.0.0.19 (X11/20090108) MIME-Version: 1.0 To: Oliver Pinter References: <6101e8c40903060950x7c34da32gb9e460d832e0a5c6@mail.gmail.com> <49B19C96.3050603@smo.de> <6101e8c40903061735p55834b27u7ed51b2c25fb710e@mail.gmail.com> In-Reply-To: <6101e8c40903061735p55834b27u7ed51b2c25fb710e@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Philipp Ost , freebsd-stable@freebsd.org Subject: Re: Sata disc management 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, 07 Mar 2009 02:22:36 -0000 7.1 adds the "spindown" command to atacontrol(8), which may also be worth a look. -Boris Oliver Pinter wrote: > thanks, the sysutils/ataidle is the best answer > > On 3/6/09, Philipp Ost wrote: > >> Oliver Pinter wrote: >> >>> How to can I stop the idle sata disc under fbsd (for power save) ? I >>> searched many hours on google, but I don't find any information for >>> it, only for scsi subsystem. I think a program like camcontrol, but >>> for sata disk. >>> >> Did you (already) check your BIOS if there's such an option? >> >> HTH, >> Philipp >> >> > _______________________________________________ > 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 Sat Mar 7 03:51:04 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A5E61065670 for ; Sat, 7 Mar 2009 03:51:04 +0000 (UTC) (envelope-from pj@smo.de) Received: from ilk.de (mx-out25.ilk.de [194.121.104.25]) by mx1.freebsd.org (Postfix) with ESMTP id DCFC88FC13 for ; Sat, 7 Mar 2009 03:51:03 +0000 (UTC) (envelope-from pj@smo.de) Received: from bologna.intern.smo.de (pool29.ka.ilk.net [212.86.194.29]) by ilk.de (8.13.4/8.13.4/ilk-relay) with ESMTP id n26Lv9hR022761; Fri, 6 Mar 2009 22:57:09 +0100 Received: from [192.168.153.208] (herdubreid.intern.smo.de [192.168.153.208]) by bologna.intern.smo.de (8.13.8+Sun/8.13.8) with ESMTP id n26Lvd5Y001326; Fri, 6 Mar 2009 22:57:40 +0100 (CET) Message-ID: <49B19C96.3050603@smo.de> Date: Fri, 06 Mar 2009 22:58:46 +0100 From: Philipp Ost User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.13) Gecko/20090125 X-Accept-Language: de, en-us, en MIME-Version: 1.0 To: Oliver Pinter References: <6101e8c40903060950x7c34da32gb9e460d832e0a5c6@mail.gmail.com> In-Reply-To: <6101e8c40903060950x7c34da32gb9e460d832e0a5c6@mail.gmail.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: Sata disc management 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, 07 Mar 2009 03:51:04 -0000 Oliver Pinter wrote: > How to can I stop the idle sata disc under fbsd (for power save) ? I > searched many hours on google, but I don't find any information for > it, only for scsi subsystem. I think a program like camcontrol, but > for sata disk. Did you (already) check your BIOS if there's such an option? HTH, Philipp From owner-freebsd-stable@FreeBSD.ORG Sat Mar 7 07:24:29 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 642C3106564A for ; Sat, 7 Mar 2009 07:24:29 +0000 (UTC) (envelope-from zkolic@sbb.co.yu) Received: from smtp9.sbb.rs (smtp9.sbb.rs [89.216.2.41]) by mx1.freebsd.org (Postfix) with ESMTP id D12368FC1C for ; Sat, 7 Mar 2009 07:24:28 +0000 (UTC) (envelope-from zkolic@sbb.co.yu) Received: from faust.net (cable-94-189-245-74.dynamic.sbb.rs [94.189.245.74]) by smtp9.sbb.rs (8.14.0/8.14.0) with ESMTP id n277DQWU005529 for ; Sat, 7 Mar 2009 08:13:26 +0100 Received: by faust.net (Postfix, from userid 1001) id 30D275C32; Sat, 7 Mar 2009 08:12:28 +0100 (CET) Date: Sat, 7 Mar 2009 08:12:28 +0100 From: Zoran Kolic To: freebsd-stable@freebsd.org Message-ID: <20090307071228.GA1134@faust.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-SMTP-Vilter-Version: 1.3.2 X-SBB-Virus-Status: clean X-SBB-Spam-Score: -1.8 Subject: cd ripping to flac 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, 07 Mar 2009 07:24:29 -0000 Howdy! I'd like to rip my cd-s to flac files using some command line app, like cdda2wav or cdparanoia. Using pipe to flac utility would be nice and the way I'd take. What program acts in that matter? Since cdda2wav is in the base, I suppose people use it regurarly. Something like: program {options} - | flac - flac_file.flac One more thing bothers me. I cannot see songs on the cd in the way of "/dev/acd0t1". I tried to stress it using cdcontrol, but no way. The kernel is customized, no sound in it, and a lot of others has gone. The box is speakers-free, so cannot check if it plays in deed. Best regards Zoran From owner-freebsd-stable@FreeBSD.ORG Sat Mar 7 08:27:50 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D0D91065678 for ; Sat, 7 Mar 2009 08:27:50 +0000 (UTC) (envelope-from wahjava@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.188]) by mx1.freebsd.org (Postfix) with ESMTP id D305B8FC1B for ; Sat, 7 Mar 2009 08:27:49 +0000 (UTC) (envelope-from wahjava@gmail.com) Received: by ti-out-0910.google.com with SMTP id a1so443526tib.3 for ; Sat, 07 Mar 2009 00:27:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:received :x-spam-checker-version:x-spam-level:x-spam-status:received:from:to :subject:organization:references:x-face:x-uptime:x-url:x-openpgp-id :x-openpgp-fingerprint:x-os:x-mailer:x-mail-morse:x-attribution:date :in-reply-to:message-id:user-agent:face:mime-version:content-type; bh=d1Lcq66BJtXo9gO0c0TGDtJ9TOkmOnBzSMoZZkSA2I8=; b=QsrK41o3HY9zsQG7Z91QzE6pUffOeWLEmieB3N9dxyucJ6o3Az8bxzGt1ID18cu5ri K7Xxichnk72YtCznLbWIpcHFDSjp2RDEzZKqjQRsDQA43gcbZvvpo2PIGgn2ApirEM3P 5RoBqpbjxTjrvCDWXeJDCfVjl13DHeI17v4Hc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:x-spam-checker-version:x-spam-level:x-spam-status:from:to :subject:organization:references:x-face:x-uptime:x-url:x-openpgp-id :x-openpgp-fingerprint:x-os:x-mailer:x-mail-morse:x-attribution:date :in-reply-to:message-id:user-agent:face:mime-version:content-type; b=aMzfb0GwxqzAhuX9lc5AteL4CtWeAKeV1cMQyKKYFW3lCNzENIkEtqWxsFt3jqTQhg UZtnXjenGZjoA+gUMUYzaa5XN0gdneg6nBxGx4xWinW+2AxRYQhIcAIxN7kGNpj7H59Y OtDlN6EF+wF8VUc8B5GDbI4CI+802NBMbFWVQ= Received: by 10.110.86.3 with SMTP id j3mr5085602tib.48.1236414468725; Sat, 07 Mar 2009 00:27:48 -0800 (PST) Received: from chateau.d.lf ([122.162.57.171]) by mx.google.com with ESMTPS id i9sm101866tid.13.2009.03.07.00.27.46 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 07 Mar 2009 00:27:47 -0800 (PST) Sender: Ashish SHUKLA Received: by chateau.d.lf (Postfix, from userid 99) id E1262B7C3A; Sat, 7 Mar 2009 13:57:44 +0530 (IST) X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on chateau.d.lf X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=NO_RELAYS autolearn=ham version=3.2.5 Received: from chateau.d.lf (chateau.d.lf [IPv6:::1]) by chateau.d.lf (Postfix) with ESMTP id 14F14B7C34 for ; Sat, 7 Mar 2009 13:57:38 +0530 (IST) From: wahjava.ml@gmail.com (Ashish SHUKLA) To: freebsd-stable@freebsd.org Organization: alt.religion.emacs References: <87wsb5clk9.fsf@chateau.d.lf> <87iqmohcl5.fsf@chateau.d.lf> <200903051449.59782.jhb@freebsd.org> <87vdqmirep.fsf@chateau.d.lf> X-Face: )vGQ9yK7Y$Flebu1C>(B\gYBm)[$zfKM+p&TT[[JWl6:]S>cc$%-z7-`46Zf0B*syL.C]oCq[upTG~zuS0.$"_%)|Q@$hA=9{3l{%u^h3jJ^Zl; t7 X-Uptime: 13:56:32 up 3:33, 1 user, load average: 2.54, 2.53, 2.50 X-URL: http://wahjava.wordpress.com/ X-OpenPGP-ID: 762E5E74 X-OpenPGP-Fingerprint: 1E00 4679 77E4 F8EE 2E4B 56F2 1F2F 8410 762E 5E74 X-OS: GNU/Linux on Linux 2.6.28-ARCH kernel on x86_64 architecture X-Mailer: Gnus v5.13 X-Mail-Morse: .-- .- .... .--- .- ...- .- .--.-. --. -- .- .. .-.. .-.-.- -.-. --- -- X-Attribution: =?utf-8?B?4KSG4KS24KWA4KS3?= Date: Sat, 07 Mar 2009 13:57:31 +0530 In-Reply-To: <87vdqmirep.fsf@chateau.d.lf> (Ashish SHUKLA's message of "Fri, 06 Mar 2009 21:18:14 +0530") Message-ID: <874oy57n64.fsf@chateau.d.lf> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (x86_64-unknown-linux-gnu) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAJ1BMVEWpqal/f39tbW1jY2Md HR2goKCenp6UlJROTk7////9/f35+fnT09ORJdieAAACVklEQVQ4jXXUP2vbQBQA8AvUTkgz5OzY Z0iGWhpS6BSrkECn0mvx0MEJ6AjtYrfoBCVDlD8naJYmNlRfwZq8+mkKlIZaGpJSYmP7Q/XkJDrJ Td8i/H68u3vHPaPufwLdf32AMA4A6GcAgvAamY1pOJiDIFqicTwLswDhfr3uxfFtkAY/GFHPMwzD 8zpnACmIOnE6js7rQb+v4NJrG9od0C+QgpHMy5jBewV+UDSMWiw1Y4fWfyV7+NGFzDsYa3pth9LJ Q4XvXxFHcJRvHOmygn5NAEabnDcQQguarnfoiwSCJ99jmKKcphsZONmWsDK9Ro7cvZOCtQdg8nje egLhc2LNlkLmsezzTFUUy5w18ocox/f0LaLgJy0zO75zk+9pp85GAj36xjqhdI0y3tq2m4dqqcWX zQWBTz8L1irvolXV4J+3q7eCDgVnttjNq6X8H+9KOZsuNk1uCzx8pSp+E9HImfJOTLdcGqo+YKnG EIovizkEn48V7BO+ch2DXcD4ENSpWiU+q8hjjbgTBZCXnZtyj0Ws4Q1Q0B2WXFtYZo65Bbyeeldw RS6qFueM80LlLA29YlVwGRYvFD+kwI/0O+A2PlpOP9GwslUVciHuYGechuBTp922YiDZCrghTknm XSyOM+D3aoRZlo0Jb42zY7DN4p2x4AeZ+QAYutx1sHwTHzMT5cMNduQ9yW3GczN4KZ86kb0c9O8T yXDeFqpl2fryPEAYGXIlezAPXYh2NgVr/gvdoHIuDwuPwOhcWE8f8mmICq41eATkn8x0kuRTIKcB wE9+/QUtiiAnYcaN7wAAAABJRU5ErkJggg== MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Subject: Re: GCC segfaulting while trying to compile latest Qt4 code 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, 07 Mar 2009 08:27:50 -0000 --=-=-= Content-Transfer-Encoding: quoted-printable Ashish SHUKLA writes: > Mark Atkinson writes: > [...] >> If Ashish is still having issues, I've seen this sort of thing with runt= ime=20 >> library problems. Bad libmap entries and disk corruption can cause thi= s.=20=20=20 >> If you can complete a buildworld, a fresh buildworld and installworld wi= th=20 >> make delete-old might solve your compilation problems. If qt depends = on=20 >> the gcc in ports, you may have to rebuild that one as well afterwards. > Okay, I'll try updating my box again. After updating (kernel & world) no more such errors. =2D-=20 Ashish SHUKLA --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.10 (GNU/Linux) iEYEARECAAYFAkmyL/gACgkQHy+EEHYuXnS4LwCdHAN2tyPq8w8lpqt5UNhgr6gq GkAAn0KtTz4OaOytIo8K7xcMKk+ikuys =+ueU -----END PGP SIGNATURE----- --=-=-=-- From owner-freebsd-stable@FreeBSD.ORG Sat Mar 7 09:01:04 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 46D0F106566B for ; Sat, 7 Mar 2009 09:01:04 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr5.xs4all.nl (smtp-vbr5.xs4all.nl [194.109.24.25]) by mx1.freebsd.org (Postfix) with ESMTP id E7A578FC13 for ; Sat, 7 Mar 2009 09:01:03 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr5.xs4all.nl (8.13.8/8.13.8) with ESMTP id n2790spP046608; Sat, 7 Mar 2009 10:00:54 +0100 (CET) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 7801BBA9A; Sat, 7 Mar 2009 10:00:54 +0100 (CET) Date: Sat, 7 Mar 2009 10:00:54 +0100 From: Roland Smith To: Zoran Kolic Message-ID: <20090307090054.GA23931@slackbox.xs4all.nl> References: <20090307071228.GA1134@faust.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="gBBFr7Ir9EOA20Yy" Content-Disposition: inline In-Reply-To: <20090307071228.GA1134@faust.net> X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! User-Agent: Mutt/1.5.19 (2009-01-05) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-stable@freebsd.org Subject: Re: cd ripping to flac 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, 07 Mar 2009 09:01:04 -0000 --gBBFr7Ir9EOA20Yy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Mar 07, 2009 at 08:12:28AM +0100, Zoran Kolic wrote: > Howdy! > I'd like to rip my cd-s to flac files using some > command line app, like cdda2wav or cdparanoia. > Using pipe to flac utility would be nice and the > way I'd take. What program acts in that matter? It won't work if you want the songs to have the right metadata; You'd have to supply that to the pipe in some way... For ripping I use cdparanoia: 'cdparanoia -B 1' rips all tracks. The following perl scripts reads a text file containing the metadata (artist, album name, track data) and calls flac: ----- make-flac ----- #!/usr/bin/perl # # Compiles a list of wav files into flac files. # # Author: R.F. Smith # Time-stamp: <2008-07-30 23:53:00 rsmith> # # I, the copyright holder of this work, hereby release it into # the public domain. This applies worldwide. # # In case this is not legally possible, I grant any entity the right to use # this work for any purpose, without any conditions, unless such conditions # are required by law. # Check for programs that this script needs. chomp($flac =3D `which flac 2>/dev/null`); -x $flac || die "Cannot find flac: $!\n"; #chomp($norm =3D `which normalize 2>/dev/null`); #-x $norm || die "Cannot find normalize: $!\n"; # Get the name of the file containing the titles. if ($ARGV[0] ne "") { $fname =3D $ARGV[0]; } else { $fname =3D "titles"; } # open the list of song titles open (TITELS, $fname) || die "cannot open $fname: $!\n"; # The titles file format is as follows: # ------------------------------------ # album title # artist # 01 title of 1st song # .. # 14 title of 14th song # .. # get the album title and performer name chomp($album =3D ); $album ne "" || die "cannot read album name"; chomp($artist =3D ); $artist ne "" || die "cannot read artist name"; # Normalize the wav files. #printf("Normalizing .wav files...\n"); #`$norm -b track*.cdda.wav`; # go over all the songs while() { chomp; ($num, $title) =3D split (' ', $_, 2); printf ("Encoding \"%s\" as %s\n", $title, "track".$num.".flac"); # invoke the flac encoder. do { $rc =3D system ($flac, "-8", "-TARTIST=3D".$artist, "-TALBUM=3D".$a= lbum,=20 "-TTITLE=3D".$title, "-TTRACKNUMBER=3D".$num,=20 "-o", "track".$num.".flac", "track".$num.".cdda.wav"); if ($rc !=3D 0) {print "\nError,", $rc, "starting again";} } until $rc =3D=3D 0; } ----- make-flac ----- Roland --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --gBBFr7Ir9EOA20Yy Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) iEYEARECAAYFAkmyN8YACgkQEnfvsMMhpyXCCwCgp6V9uj0o2jcYZ/K+ZSiFWEiq E+oAoKhy5gPLPZkQEMTO8dVP4r/hu7KJ =JpZn -----END PGP SIGNATURE----- --gBBFr7Ir9EOA20Yy-- From owner-freebsd-stable@FreeBSD.ORG Sat Mar 7 14:39:44 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AED73106567E for ; Sat, 7 Mar 2009 14:39:44 +0000 (UTC) (envelope-from zkolic@sbb.co.yu) Received: from smtp3.sbb.rs (smtp3.sbb.rs [89.216.2.35]) by mx1.freebsd.org (Postfix) with ESMTP id 3F2C28FC19 for ; Sat, 7 Mar 2009 14:39:44 +0000 (UTC) (envelope-from zkolic@sbb.co.yu) Received: from faust.net (cable-94-189-245-74.dynamic.sbb.rs [94.189.245.74]) by smtp3.sbb.rs (8.14.0/8.14.0) with ESMTP id n27Edgvt030152; Sat, 7 Mar 2009 15:39:42 +0100 Received: by faust.net (Postfix, from userid 1001) id BA9DC5C1C; Sat, 7 Mar 2009 15:34:21 +0100 (CET) Date: Sat, 7 Mar 2009 15:34:21 +0100 From: Zoran Kolic To: Roland Smith Message-ID: <20090307143421.GA942@faust.net> References: <20090307071228.GA1134@faust.net> <20090307090054.GA23931@slackbox.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090307090054.GA23931@slackbox.xs4all.nl> X-SMTP-Vilter-Version: 1.3.2 X-SBB-Virus-Status: clean X-SBB-Spam-Score: -2.0 Cc: freebsd-stable@freebsd.org Subject: Re: cd ripping to flac 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, 07 Mar 2009 14:39:45 -0000 Thanx for reply! > It won't work if you want the songs to have the right metadata; You'd > have to supply that to the pipe in some way... K. I would use metaflac anyway. > For ripping I use cdparanoia: 'cdparanoia -B 1' rips all tracks. I was intended to have something like: cdparanoia -B - | flac - > The following perl scripts reads a text file containing the metadata > (artist, album name, track data) and calls flac: > > ----- make-flac ----- > #!/usr/bin/perl > # > # Compiles a list of wav files into flac files. > # > # Author: R.F. Smith > # Time-stamp: <2008-07-30 23:53:00 rsmith> > # > # I, the copyright holder of this work, hereby release it into > # the public domain. This applies worldwide. > # > # In case this is not legally possible, I grant any entity the right to use > # this work for any purpose, without any conditions, unless such conditions > # are required by law. > > # Check for programs that this script needs. > chomp($flac = `which flac 2>/dev/null`); > -x $flac || die "Cannot find flac: $!\n"; > #chomp($norm = `which normalize 2>/dev/null`); > #-x $norm || die "Cannot find normalize: $!\n"; > > # Get the name of the file containing the titles. > if ($ARGV[0] ne "") { > $fname = $ARGV[0]; > } else { > $fname = "titles"; > } > > # open the list of song titles > open (TITELS, $fname) || die "cannot open $fname: $!\n"; > > # The titles file format is as follows: > # ------------------------------------ > # album title > # artist > # 01 title of 1st song > # .. > # 14 title of 14th song > # .. > > # get the album title and performer name > chomp($album = ); > $album ne "" || die "cannot read album name"; > chomp($artist = ); > $artist ne "" || die "cannot read artist name"; > > # Normalize the wav files. > #printf("Normalizing .wav files...\n"); > #`$norm -b track*.cdda.wav`; > > # go over all the songs > while() { > chomp; > ($num, $title) = split (' ', $_, 2); > printf ("Encoding \"%s\" as %s\n", $title, "track".$num.".flac"); > # invoke the flac encoder. > do { > $rc = system ($flac, "-8", "-TARTIST=".$artist, "-TALBUM=".$album, > "-TTITLE=".$title, "-TTRACKNUMBER=".$num, > "-o", "track".$num.".flac", "track".$num.".cdda.wav"); > if ($rc != 0) {print "\nError,", $rc, "starting again";} > } until $rc == 0; > } > ----- make-flac ----- He-he! flac defaults to -5, I think. Probably it would do the same trick as pipe, just metadata are stored with no nad work. Thank you once more. Best regards Zoran From owner-freebsd-stable@FreeBSD.ORG Sat Mar 7 14:39:45 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0EC831065675 for ; Sat, 7 Mar 2009 14:39:45 +0000 (UTC) (envelope-from zkolic@sbb.co.yu) Received: from smtp3.sbb.rs (smtp3.sbb.rs [89.216.2.35]) by mx1.freebsd.org (Postfix) with ESMTP id 77AA58FC1A for ; Sat, 7 Mar 2009 14:39:44 +0000 (UTC) (envelope-from zkolic@sbb.co.yu) Received: from faust.net (cable-94-189-245-74.dynamic.sbb.rs [94.189.245.74]) by smtp3.sbb.rs (8.14.0/8.14.0) with ESMTP id n27EdgaW030154; Sat, 7 Mar 2009 15:39:42 +0100 Received: by faust.net (Postfix, from userid 1001) id D9F205C24; Sat, 7 Mar 2009 15:39:00 +0100 (CET) Date: Sat, 7 Mar 2009 15:39:00 +0100 From: Zoran Kolic To: "Marat N.Afanasyev" Message-ID: <20090307143900.GB942@faust.net> References: <20090307071228.GA1134@faust.net> <49B2399E.5070206@ksu.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <49B2399E.5070206@ksu.ru> X-SMTP-Vilter-Version: 1.3.2 X-SBB-Virus-Status: clean X-SBB-Spam-Score: -1.8 Cc: freebsd-stable@freebsd.org Subject: Re: cd ripping to flac 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, 07 Mar 2009 14:39:45 -0000 > audio/abcde Thank you for reply. As I see in Makefile, abcde uses cdparanoia as an engine for the job. I think I should stay with simple app. My thinkering was: what is the background app people on this list use? I consider either cdparanoia or cdda2wav. What makes me nervous is I do not see device in /dev directory. I should point to tracks on the cd, like acd0t1 etc. Best regards Zoran From owner-freebsd-stable@FreeBSD.ORG Sat Mar 7 15:00:06 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 51DFC10656C7 for ; Sat, 7 Mar 2009 15:00:06 +0000 (UTC) (envelope-from zkolic@sbb.co.yu) Received: from smtp9.sbb.rs (smtp9.sbb.rs [89.216.2.41]) by mx1.freebsd.org (Postfix) with ESMTP id B21768FC19 for ; Sat, 7 Mar 2009 15:00:05 +0000 (UTC) (envelope-from zkolic@sbb.co.yu) Received: from faust.net (cable-94-189-245-74.dynamic.sbb.rs [94.189.245.74]) by smtp9.sbb.rs (8.14.0/8.14.0) with ESMTP id n27F04C4004779 for ; Sat, 7 Mar 2009 16:00:04 +0100 Received: by faust.net (Postfix, from userid 1001) id 743235C1C; Sat, 7 Mar 2009 15:59:26 +0100 (CET) Date: Sat, 7 Mar 2009 15:59:26 +0100 From: Zoran Kolic To: freebsd-stable@freebsd.org Message-ID: <20090307145926.GA1138@faust.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-SMTP-Vilter-Version: 1.3.2 X-SBB-Virus-Status: clean X-SBB-Spam-Score: -2.0 Subject: Re: cd ripping to flac 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, 07 Mar 2009 15:00:06 -0000 K, this command as root makes the flac file: cdparanoia 1 - | flac - -o song.flac -rw-r--r-- 1 root wheel 23560791 Mar 7 15:53 song.flac At this moment I cannot check if it plays correctly. METADATA block #0 type: 0 (STREAMINFO) is last: false length: 34 minimum blocksize: 4096 samples maximum blocksize: 4096 samples minimum framesize: 14 bytes maximum framesize: 12670 bytes sample_rate: 44100 Hz channels: 2 bits-per-sample: 16 total samples: 9603804 etc. Best regards Zoran From owner-freebsd-stable@FreeBSD.ORG Sat Mar 7 15:35:02 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7779D106566B for ; Sat, 7 Mar 2009 15:35:02 +0000 (UTC) (envelope-from tobias.rehbein@web.de) Received: from fmmailgate03.web.de (fmmailgate03.web.de [217.72.192.234]) by mx1.freebsd.org (Postfix) with ESMTP id 036E18FC12 for ; Sat, 7 Mar 2009 15:35:01 +0000 (UTC) (envelope-from tobias.rehbein@web.de) Received: from smtp07.web.de (fmsmtp07.dlan.cinetic.de [172.20.5.215]) by fmmailgate03.web.de (Postfix) with ESMTP id 8381CF906F63; Sat, 7 Mar 2009 16:10:44 +0100 (CET) Received: from [95.88.235.3] (helo=sushi.pseudo.local) by smtp07.web.de with asmtp (TLSv1:AES256-SHA:256) (WEB.DE 4.110 #277) id 1LfyAm-0005Ep-00; Sat, 07 Mar 2009 16:10:44 +0100 Received: from sushi.pseudo.local (localhost [127.0.0.1]) by sushi.pseudo.local (8.14.3/8.14.3) with ESMTP id n27FArhm079817; Sat, 7 Mar 2009 16:10:53 +0100 (CET) (envelope-from tobi@sushi.pseudo.local) Received: (from tobi@localhost) by sushi.pseudo.local (8.14.3/8.14.3/Submit) id n27FAr96079816; Sat, 7 Mar 2009 16:10:53 +0100 (CET) (envelope-from tobi) Date: Sat, 7 Mar 2009 16:10:53 +0100 From: Tobias Rehbein To: Zoran Kolic Message-ID: <20090307151053.GA52319@sushi.pseudo.local> References: <20090307071228.GA1134@faust.net> <49B2399E.5070206@ksu.ru> <20090307143900.GB942@faust.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="mYCpIKhGyMATD0i+" Content-Disposition: inline In-Reply-To: <20090307143900.GB942@faust.net> User-Agent: Mutt/1.4.2.3i Sender: tobias.rehbein@web.de X-Sender: tobias.rehbein@web.de X-Provags-ID: V01U2FsdGVkX18DsUfQBj5KPmHf1gFc270Pw4fH3fwE7V/3lBYZ qZbkAfaBkv3LPhwSjGXHtfWKwOiq0HKOo6pUBec2Tu9Magt4pa YUwcIwwd6jg6BADaqKhA== Cc: "Marat N.Afanasyev" , freebsd-stable@freebsd.org Subject: Re: cd ripping to flac 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, 07 Mar 2009 15:35:02 -0000 --mYCpIKhGyMATD0i+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Am Sat, Mar 07, 2009 at 03:39:00PM +0100 schrieb Zoran Kolic: > > audio/abcde >=20 > Thank you for reply. > As I see in Makefile, abcde uses cdparanoia as > an engine for the job. I think I should stay > with simple app. Right now I'm ripping my CD collection using audio/ripit. It's a great tool= , you should have a look at it. It supports different ripping engines and encoder= s. If you want you can encode into different codecs with one go. > My thinkering was: what is the background app > people on this list use? I consider either Me, I'm using cdparanoia. It stumbles over mixed-mode and enhanced CDs but = the --ghost option of ripit fixes this issue. Regards Tobias --=20 Tobias Rehbein PGP key: 4F2AE314 server: keys.gnupg.net fingerprint: ECDA F300 1B6E 9B87 8524 8663 E8B6 3138 4F2A E314 --mYCpIKhGyMATD0i+ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.10 (FreeBSD) iEYEARECAAYFAkmyjnwACgkQ6LYxOE8q4xT4qQCgjfuw25FHtQHcqfk4u9+iF1Fm lkcAnAuFYJScCxoapvD9wyZKMvkX2Vsk =cDwM -----END PGP SIGNATURE----- --mYCpIKhGyMATD0i+-- From owner-freebsd-stable@FreeBSD.ORG Sat Mar 7 17:18:18 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3762E106564A for ; Sat, 7 Mar 2009 17:18:18 +0000 (UTC) (envelope-from ianjhart@ntlworld.com) Received: from mtaout01-winn.ispmail.ntl.com (mtaout01-winn.ispmail.ntl.com [81.103.221.47]) by mx1.freebsd.org (Postfix) with ESMTP id 901F18FC1D for ; Sat, 7 Mar 2009 17:18:17 +0000 (UTC) (envelope-from ianjhart@ntlworld.com) Received: from aamtaout03-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout01-winn.ispmail.ntl.com (InterMail vM.7.08.04.00 201-2186-134-20080326) with ESMTP id <20090307171811.FQZE2989.mtaout01-winn.ispmail.ntl.com@aamtaout03-winn.ispmail.ntl.com>; Sat, 7 Mar 2009 17:18:11 +0000 Received: from cpc1-cove3-0-0-cust909.sol2.cable.ntl.com ([86.20.31.142]) by aamtaout03-winn.ispmail.ntl.com (InterMail vG.2.02.00.01 201-2161-120-102-20060912) with ESMTP id <20090307171811.FYZZ2093.aamtaout03-winn.ispmail.ntl.com@cpc1-cove3-0-0-cust909.sol2.cable.ntl.com>; Sat, 7 Mar 2009 17:18:11 +0000 X-Virus-Scanned: amavisd-new at cpc2-cove3-0-0-cust311.sol2.cable.ntl.com Received: from gamma.private.lan (gamma.private.lan [192.168.0.12]) by cpc1-cove3-0-0-cust909.sol2.cable.ntl.com (8.14.3/8.14.3) with ESMTP id n27HHwXF003398; Sat, 7 Mar 2009 17:17:58 GMT (envelope-from ianjhart@ntlworld.com) From: ian j hart To: freebsd-stable@freebsd.org Date: Sat, 7 Mar 2009 17:17:57 +0000 User-Agent: KMail/1.9.10 References: <8dfae1c10901070639x67945324jeeecfcac647d7976@mail.gmail.com> <200901191833.51320.jkim@FreeBSD.org> <20090120024519.GB79785@cdnetworks.co.kr> In-Reply-To: <20090120024519.GB79785@cdnetworks.co.kr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200903071717.57915.ianjhart@ntlworld.com> X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on cpc1-cove3-0-0-cust909.sol2.cable.ntl.com X-Cloudmark-Analysis: v=1.0 c=1 a=2zH3nbq_TooA:10 a=S-5L88vOh18A:10 a=6I5d2MoRAAAA:8 a=OhSNbSWiAAAA:8 a=-7GeE-YFqCWjuH30-woA:9 a=ozviY2F4B8cj_0X5gskA:7 a=UGi7yjrjxll2L82AF20SZexGZ6MA:4 a=LY0hPdMaydYA:10 a=QktGpL2u4tbxSguJ:21 a=fubNX41gbq6huBfP:21 Cc: pyunyh@gmail.com, Sascha Holzleiter , Jung-uk Kim Subject: Re: FreeBSD 7.1 Breaks re and rl Network Interface Drivers 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, 07 Mar 2009 17:18:19 -0000 On Tuesday 20 January 2009 02:45:19 Pyun YongHyeon wrote: > On Mon, Jan 19, 2009 at 06:33:46PM -0500, Jung-uk Kim wrote: > > On Monday 19 January 2009 04:33 pm, Jung-uk Kim wrote: > > > I found something interesting. I have another RTL8169SC that works > > > perfectly fine without the patch. The hardware revision is > > > 0x18000000. After reading Linux driver (drivers/net/r8169c), I > > > realised they use different masks for hardware revisions. With > > > their logic, non-working chip seems to be 0x98000000 (8110SCe) > > > while working chip seems to be 0x18000000 (8110SCd) with > > > 0xfc800000. FYI... > > > > Now armed with the information, I made it work without reverting > > memory mapped I/O. :-) > > > > http://people.freebsd.org/~jkim/re/re.current2.diff > > http://people.freebsd.org/~jkim/re/re.stable2.diff > > I like the patch. Since only RTL8169 family uses mask 0xfc800000 > it would be even better we can limit checking scope for RTL8169SC > by comparing PCI device id. I don't know what other side effect > would happen if the mask 0xfc800000 would be used on 8101/8168 > controllers. > If the patch works on RTL8169SC would you commit the patch? > I'd like to see multiple commits separated by each enhancements > as the patch contains several fixes which are not directly related > with the issue. Where are we on this? I have a headless firewall box which is not happy with 7.1-RELEASE. I've upgraded to 7.1-STABLE as of yesterday and now I'm getting 'PHY read failed' errors, although the network did come up, which was an improvement. Is there a patch I can try? http://www.jetway.com.tw/jw/ipcboard_view.asp?productid=174&proname=AD3RTLAN-G re0: port 0xf200-0xf2ff mem 0xfdfff000-0xfdfff0ff irq 18 at device 9.0 on pci0 re0: Chip rev. 0x18000000 re0: MAC rev. 0x00000000 re0: Ethernet address: 00:30:18:ae:1a:1b re0: [FILTER] re1: port 0xf000-0xf0ff mem 0xfdffd000-0xfdffd0ff irq 19 at device 11.0 on pci0 re1: Chip rev. 0x18000000 re1: MAC rev. 0x00000000 re1: Ethernet address: 00:30:18:ae:1a:1c re1: [FILTER] re2: port 0xec00-0xecff mem 0xfdffc000-0xfdffc0ff irq 16 at device 12.0 on pci0 re2: Chip rev. 0x18000000 re2: MAC rev. 0x00000000 re2: Ethernet address: 00:30:18:ae:1a:1d re2: [FILTER] re0@pci0:0:9:0: class=0x020000 card=0x10ec16f3 chip=0x816710ec rev=0x10 hdr=0x00 re1@pci0:0:11:0: class=0x020000 card=0x10ec16f3 chip=0x816710ec rev=0x10 hdr=0x00 re2@pci0:0:12:0: class=0x020000 card=0x10ec16f3 chip=0x816710ec rev=0x10 hdr=0x00 Thanks -- ian j hart From owner-freebsd-stable@FreeBSD.ORG Sat Mar 7 17:32:13 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B98C106564A for ; Sat, 7 Mar 2009 17:32:13 +0000 (UTC) (envelope-from mike@jellydonut.org) Received: from mail-qy0-f128.google.com (mail-qy0-f128.google.com [209.85.221.128]) by mx1.freebsd.org (Postfix) with ESMTP id 5440D8FC0A for ; Sat, 7 Mar 2009 17:32:13 +0000 (UTC) (envelope-from mike@jellydonut.org) Received: by qyk34 with SMTP id 34so633606qyk.3 for ; Sat, 07 Mar 2009 09:32:12 -0800 (PST) MIME-Version: 1.0 Received: by 10.229.96.15 with SMTP id f15mr1863518qcn.91.1236445876681; Sat, 07 Mar 2009 09:11:16 -0800 (PST) In-Reply-To: <20090307071228.GA1134@faust.net> References: <20090307071228.GA1134@faust.net> Date: Sat, 7 Mar 2009 12:11:16 -0500 Message-ID: <1de79840903070911n4fd3853cl4cc96bab77bd87f5@mail.gmail.com> From: Michael Proto To: Zoran Kolic Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-stable@freebsd.org Subject: Re: cd ripping to flac 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, 07 Mar 2009 17:32:13 -0000 On Sat, Mar 7, 2009 at 2:12 AM, Zoran Kolic wrote: > Howdy! > I'd like to rip my cd-s to flac files using some > command line app, like cdda2wav or cdparanoia. > Using pipe to flac utility would be nice and the > way I'd take. What program acts in that matter? > Since cdda2wav is in the base, I suppose people > use it regurarly. Something like: > =A0program {options} - | flac - flac_file.flac > One more thing bothers me. I cannot see songs on > the cd in the way of "/dev/acd0t1". I tried to > stress it using cdcontrol, but no way. The kernel > is customized, no sound in it, and a lot of others > has gone. The box is speakers-free, so cannot > check if it plays in deed. Take a look at ports/audio/abcde, great command-line util with configurable options for ripper and encoder. -Proto From owner-freebsd-stable@FreeBSD.ORG Sat Mar 7 18:25:26 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DCC63106564A for ; Sat, 7 Mar 2009 18:25:26 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from mail.terabit.net.ua (mail.terabit.net.ua [195.137.202.147]) by mx1.freebsd.org (Postfix) with ESMTP id 73C298FC0C for ; Sat, 7 Mar 2009 18:25:26 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from skuns.zoral.com.ua ([91.193.166.194] helo=mail.zoral.com.ua) by mail.terabit.net.ua with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63 (FreeBSD)) (envelope-from ) id 1Lg1D9-00063N-RJ; Sat, 07 Mar 2009 20:25:23 +0200 Received: from deviant.kiev.zoral.com.ua (root@deviant.kiev.zoral.com.ua [10.1.1.148]) by mail.zoral.com.ua (8.14.2/8.14.2) with ESMTP id n27IPNX5016809 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 7 Mar 2009 20:25:23 +0200 (EET) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.3/8.14.3) with ESMTP id n27IPML2073492; Sat, 7 Mar 2009 20:25:22 +0200 (EET) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.3/8.14.3/Submit) id n27IPMQ2073491; Sat, 7 Mar 2009 20:25:22 +0200 (EET) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Sat, 7 Mar 2009 20:25:21 +0200 From: Kostik Belousov To: Boris Kochergin Message-ID: <20090307182521.GH41617@deviant.kiev.zoral.com.ua> References: <49B07482.4080208@acm.poly.edu> <1236334857.88789.4.camel@buffy.york.ac.uk> <49B19D28.1060803@acm.poly.edu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="3XEb2DysMhnLsv3a" Content-Disposition: inline In-Reply-To: <49B19D28.1060803@acm.poly.edu> User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: ClamAV version 0.94.2, clamav-milter version 0.94.2 on skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Virus-Scanned: mail.terabit.net.ua 1Lg1D9-00063N-RJ 2ed26a251fc51496b80db8b1553192cc X-Terabit: YES Cc: freebsd-stable@freebsd.org Subject: Re: "Fatal trap 12: page fault while in kernel mode" on 7.1/amd64, but not 7.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: Sat, 07 Mar 2009 18:25:27 -0000 --3XEb2DysMhnLsv3a Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Mar 06, 2009 at 05:01:12PM -0500, Boris Kochergin wrote: > Gavin Atkinson wrote: > >On Thu, 2009-03-05 at 19:55 -0500, Boris Kochergin wrote: > > =20 > >>Ahoy. I recently upgraded an amd64 machine to 7.1-RELEASE, and started= =20 > >>getting a bunch of these at a pretty high frequency (a few hours to a= =20 > >>day apart): > >> > >>http://acm.poly.edu/~spawk/IMG00033.jpg > >> > >>The "current process" is always httpd. They're particularly annoying=20 > >>because the machine doesn't actually ever reboot, requiring manual=20 > >>intervention. Reverting the kernel back to 7.0 makes the panic go away,= =20 > >>and the machine had been happily running 7.0 for about a year=20 > >>beforehand. I realize that the photo hardly contains any useful=20 > >>debugging information, but I was hoping it might look familiar to=20 > >>someone. If not, I guess I'll come back with a backtrace. > >> =20 > > > >A backtrace will almost certainly be necessary to figure out what this > >issue is, although there is a possibility that the output of > >"addr2line -e /boot/kernel/kernel.symbols 0x8:0xffffffff802d7010" > >might help, assuming you've not recompiled your kernel yet. (That > >number should be the same as the "instruction pointer" shown by the > >panic, but as the photo is quite blurred there's a chance I've got it > >wrong, if you have a better picture of it or wrote it down then use > >that) > > > >Gavin > >_______________________________________________ > >freebsd-stable@freebsd.org mailing list > >http://lists.freebsd.org/mailman/listinfo/freebsd-stable > >To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > > =20 > Here it is, with some additional information afterward: >=20 > Unread portion of the kernel message buffer: > kernel trap 12 with interrupts disabled >=20 >=20 > Fatal trap 12: page fault while in kernel mode > cpuid =3D 1; apic id =3D 01 > fault virtual address =3D 0x30 > fault code =3D supervisor read data, page not present > instruction pointer =3D 0x8:0xffffffff80293faf > stack pointer =3D 0x10:0xffffffff9cbaea70 > frame pointer =3D 0x10:0xffffff000fc14000 > code segment =3D base 0x0, limit 0xfffff, type 0x1b > =3D DPL 0, pres 1, long 1, def32 0, gran 1 > processor eflags =3D resume, IOPL =3D 0 > current process =3D 881 (httpd) > trap number =3D 12 > panic: page fault > cpuid =3D 1 > Uptime: 1m51s > Physical memory: 8185 MB > Dumping 328 MB: 313 297 281 265 249 233 217 201 185 169 153 137 121 105= =20 > 89 73 57 41 25 9 >=20 > #0 doadump () at pcpu.h:195 > 195 pcpu.h: No such file or directory. > in pcpu.h > (kgdb) where > #0 doadump () at pcpu.h:195 > #1 0xffffff000fc14000 in ?? () > #2 0xffffffff8025eba9 in boot (howto=3D260) at=20 > /usr/src-7.1/sys/kern/kern_shutdown.c:418 > #3 0xffffffff8025efb2 in panic (fmt=3D0x104
bounds>) at /usr/src-7.1/sys/kern/kern_shutdown.c:574 > #4 0xffffffff803df5c3 in trap_fatal (frame=3D0xffffff000fc14000,=20 > eva=3DVariable "eva" is not available. > ) at /usr/src-7.1/sys/amd64/amd64/trap.c:764 > #5 0xffffffff803e018f in trap (frame=3D0xffffffff9cbae9c0) at=20 > /usr/src-7.1/sys/amd64/amd64/trap.c:290 > #6 0xffffffff803c5c4e in calltrap () at=20 > /usr/src-7.1/sys/amd64/amd64/exception.S:209 > #7 0xffffffff80293faf in turnstile_broadcast (ts=3D0x0, queue=3D0) at=20 > /usr/src-7.1/sys/kern/subr_turnstile.c:836 > #8 0xffffffff8025256a in _mtx_unlock_sleep (m=3D0xffffffff80593538,=20 > opts=3DVariable "opts" is not available. > ) at /usr/src-7.1/sys/kern/kern_mutex.c:619 > #9 0xffffffff80275ed3 in __umtx_op_cv_wait (td=3D0x1ee, uap=3DVariable= =20 > "uap" is not available. > ) at /usr/src-7.1/sys/kern/kern_umtx.c:312 > #10 0xffffffff803dfb78 in syscall (frame=3D0xffffffff9cbaec80) at=20 > /usr/src-7.1/sys/amd64/amd64/trap.c:907 > #11 0xffffffff803c5e5b in Xfast_syscall () at=20 > /usr/src-7.1/sys/amd64/amd64/exception.S:330 > #12 0x0000000800f5354c in ?? () > Previous frame inner to this frame (corrupt stack?) > (kgdb) >=20 > The dump was difficult to acquire--the system would often lock up after= =20 > dumping only a portion of the memory it wanted to save. I can also now=20 > trigger the panic pretty reliably using this bit of script: >=20 > #!/usr/local/bin/bash >=20 > for i in {1..900} > do > wget --quiet -O /dev/null http://acm.poly.edu/wiki/Hosting & > done >=20 > ...where the URL is a MediaWiki installation on the afflicted machine. Can you, please, recompile the kernel with debugging options, and provoke the panic on it ? We need at least options INVARIANTS, INVARIANT_SUPPORT and WITNESS. --3XEb2DysMhnLsv3a Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEARECAAYFAkmyvBEACgkQC3+MBN1Mb4gG7ACfXq/jWlpsPSKHrX1n0iZw614m 7KQAn0OtyeElCcl+jituOTaM+CY7+Tyl =TN5B -----END PGP SIGNATURE----- --3XEb2DysMhnLsv3a-- From owner-freebsd-stable@FreeBSD.ORG Sat Mar 7 18:37:24 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 40B8E1065672 for ; Sat, 7 Mar 2009 18:37:24 +0000 (UTC) (envelope-from bounces@apoteelia.net) Received: from mail.apoteelia.net (mail.apoteelia.net [91.184.56.170]) by mx1.freebsd.org (Postfix) with ESMTP id 07AA88FC25 for ; Sat, 7 Mar 2009 18:37:24 +0000 (UTC) (envelope-from bounces@apoteelia.net) Received: by mail.apoteelia.net (Postfix, from userid 0) id D9CC91ECFC81; Sat, 7 Mar 2009 19:11:05 +0100 (CET) To: freebsd-stable@freebsd.org Recieved: Date: Sat, 7 Mar 2009 19:11:05 +0100 From: Bettina Schmidtberger Message-ID: X-Priority: 3 X-MessageID: 5 X-ListMember: freebsd-stable@freebsd.org Errors-To: bounces@apoteelia.net MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Subject: RE: Der versprochene Geheimtipp 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, 07 Mar 2009 18:37:28 -0000 Hi Du! Wie ich es Dir versprochen habe, wollte ich Dir ja noch die Adresse sagen wo wir die Dinger bestellt haben. Gibt ja viele Seiten wo man echt nur übers Ohr gehauen wird. Aber bei der Adresse bekommen wir immer nur Originalware und das innheralb kürzester Zeit zugeschickt. Mit dem Zoll hatten wir da auch nie Probleme, da der Versand direkt aus Europa erfolgt. Klasse oder? Also hier nun die Adresse: http://www.apoteelia.net Viel Spass wünsch ich Dir und das es gut funktioniert! Gruß, Deine Bettina . . - . . . . . . . . . . : . Gib Acht! Man hatte dir eingeredet, du hättest es schwer, dein Leben sei verpfuscht, das Leben sei eine Schuld, sei schlecht, ohne Sinn, ohne Wert; man wollte dich ducken, dich in die große Armee der Leidenden schmuggeln, du solltest bemitleidenswert werden und bemitleiden: und du glaubtest ihnen – wie ungern! – und wieder nicht – wie gern! Denn du bist stark, aber warst krank – wo? wie? was weiß ich. Und deine Sehnsucht war, herauszukommen aus allen diesen müden Verneinungen, diesen törichten Formeln, die im Nein ihr Ja haben, diesen tönenden Wissenschaften, diesen Worten –. Deswegen sprangst du von Buch zu Buch, spieltest mit ihren Formeln und ließest sie wieder fallen, die Neins und Wenns, um selber eine zu finden, aber ein Ja! sollte sie klingen – denn du wolltest leben! Aber nicht wie der Pöbel lebt – einen Grund, ein Ziel, eine Lebensformel suchtest du. Nun, hier ist sie: Weißt du: das Himmelsweinglas, das du ausschlürfen wolltest – – nun niete dir die Formel: Die Welt schaffst du. Du vergeistigst das Chaos zur Welt; das Andere, das Noch-nicht-Du, das alte Ding an sich, ist nur das, was von dir noch nicht geschaffen, vermenschlicht, noch nicht dein Eigentum geworden ist. – Du schaffst die Welt: nun lebe, lebe! – Die kleine blaue Blume läutete so froh und stark – warum soll ich ihr nicht glauben? Und dann bin ich baden gegangen – – – und habe stundenlang im Grase gelegen; und während die weißen Wolken durch den Himmel segelten und der Fluß geruhig durch Schilfduft und Ried und schwatzendes Vogelvolk hinströmte, habe ich das Ding an sich, den Intellekt und den Willen verlacht und mir ein Ich-weiß-nicht-was? gewünscht. Gegen Abend entstiegen Schwärme von Eintagsfliegen dem Fluß, an den Gräsern, Halmen und Pfosten kletterten sie hoch und warfen aus der Hülle sich in die Luft zum kurzen Hochzeitsleben. Die Luft war weiß über den Wassern von den auf und nieder tanzenden Massen – und die sinkende Sonne in dem Höhenrauch, den der Nordwind gebracht hatte, rot wie ein Rubin: das hätte mich fast bezwungen, daß ich schon begann, die stundenkurze Existenz der Imago zu beklagen und daran sentimentale Folgerungen zu knüpfen – aber da hörte ich den Enzian läuten und ich lachte: Das Tier freut sich jahrelang seines Räuberlebens, und dieser Liebesflug ist sein taumelnder Höhepunkt. Es lebe das Leben und seine ewige Brücke: Venus genetrix! Vor acht Tagen hätte ich ihr geflucht und geklagt: Was ist das Leben? So ist das Leben: es fließt dahin wie Wellenschaum, kommt u