From owner-freebsd-stable@FreeBSD.ORG Sun May 14 01:30:26 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DA8D16A403 for ; Sun, 14 May 2006 01:30:26 +0000 (UTC) (envelope-from paul.koch@statseeker.com) Received: from wally.statseeker.com (wally.statscout.com [203.39.101.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id A655643D48 for ; Sun, 14 May 2006 01:30:24 +0000 (GMT) (envelope-from paul.koch@statseeker.com) Received: from localhost (localhost [127.0.0.1]) by wally.statseeker.com (8.13.3/8.13.3) with ESMTP id k4E1UN7k063363 for ; Sun, 14 May 2006 11:30:23 +1000 (EST) (envelope-from paul.koch@statseeker.com) Received: from wally.statseeker.com ([127.0.0.1]) by localhost (wally.statseeker.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 62511-07 for ; Sun, 14 May 2006 11:30:16 +1000 (EST) Received: from speedy (CPE-203-51-255-173.qld.bigpond.net.au [203.51.255.173]) (authenticated bits=0) by wally.statseeker.com (8.13.3/8.13.3) with ESMTP id k4E1UEUF063357 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT) for ; Sun, 14 May 2006 11:30:15 +1000 (EST) (envelope-from paul.koch@statseeker.com) From: Paul Koch To: freebsd-stable@freebsd.org Date: Sun, 14 May 2006 11:30:04 +1000 User-Agent: KMail/1.8 References: <200605051733.27568.paul.koch@statseeker.com> In-Reply-To: <200605051733.27568.paul.koch@statseeker.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200605141130.04582.paul.koch@statseeker.com> X-Virus-Scanned: amavisd-new at statseeker.com Subject: Re: Can't select/install kernels in custom install.cfg - 6.1RC2 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: paul.koch@statseeker.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 01:30:26 -0000 On Fri, 5 May 2006 05:33 pm, Paul Koch wrote: > Hi, > > I have just upgraded some of our product build machines to 6.1RC2 and > I am having a few problems getting a custom install.cfg to work with > the way sysinstall now selects/installs kernels. I am trying to > select a custom distribution set using something like the following: > > dists=base kernels > distKernel=GENERIC SMP > distSetCustom > > base gets installed fine but no kernels ever get installed. If I set > any of the standard distribution sets (eg. distSetMinimal, or > distSetEverything), then one or both of GENERIC/SMP kernels get > installed. > > I am a bit lost. Did some googling, but couldn't fine anything > relevent. > > Paul. Managed to work this out by reading sysinstall code. It is quite simple, but not so obvious from the manual page. There appears to be two methods of selecting which dists to install: 1. Setting the distributions "by name" using something like: ... dists=base lib32 GENERIC SMP distSetCustom ... installCommit The kernels have now been separated from "base", into their own dist, but you don't specify "dists=base kernels", instead you have to specify the subdistribution names. Each of the dists values are looked up and the appropriate bit set for the variables below. 2. Setting the distributions by setting several bit field environment variables: ... distMain=8193 distSRC=0 distX11=0 diskKernel=3 ... installCommit The above variables are bit fields as per sysinstall/dist.h, but must be converted to decimal because they are read using atoi(3). Both methods work fine, but you can't select "all" within subdistribution using method 1 without putting every subdistribution name in (eg. for src - sbase scontrib scrypt ...), where as in method 2 you can just turn all bits on (eg. 0xFFFFF, but in decimal). Best to refer to dist.h. Paul. From owner-freebsd-stable@FreeBSD.ORG Sun May 14 02:02:23 2006 Return-Path: X-Original-To: freebsd-stable@FreeBSD.ORG Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E67AB16A401 for ; Sun, 14 May 2006 02:02:23 +0000 (UTC) (envelope-from Phil@Kernick.org) Received: from mail.rotfl.com.au (eth1779.sa.adsl.internode.on.net [150.101.235.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53C3543D45 for ; Sun, 14 May 2006 02:02:22 +0000 (GMT) (envelope-from Phil@Kernick.org) Received: from localhost (localhost.rotfl.com.au [127.0.0.1]) by mail.rotfl.com.au (Postfix) with ESMTP id 5BB6B1CD17 for ; Sun, 14 May 2006 11:32:21 +0930 (CST) X-Virus-Scanned: amavisd-new at rotfl.com.au Received: from mail.rotfl.com.au ([127.0.0.1]) by localhost (mail.rotfl.com.au [127.0.0.1]) (amavisd-new, port 10024) with LMTP id gSwkmYYg-bPq for ; Sun, 14 May 2006 11:31:54 +0930 (CST) Message-ID: <44668F8D.3090208@Kernick.org> Date: Sun, 14 May 2006 11:31:49 +0930 From: Phil Kernick User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-stable X-Enigmail-Version: 0.93.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: ATA DMA corruption on 5.5-beta4 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, 14 May 2006 02:02:24 -0000 I have been having repeated filesystem corruption issues on 5.4 and 5.5-beta4. The problems only occur on disks connected to the VIA 82C596B UDMA66 controller. There have been no problems at all with the HighPoint controller. The problems only occur under heavy load with lots of reads and writes, such as a snapshot dump on a live filesystem or a large port compile. I have replaced the disk, motherboard, cables, ram and everything else but the problem does not go away. The one commonality is FreeBSD. I first noticed the problem when a moved from 4.11 to 5.4, and upgrading to 5.5-beta didn't fix the problem. Adding these lines to loader.conf completely solves the corruption problem: $ grep ata /boot/loader.conf hw.ata.wc=0 hw.ata.ata_dma=0 Unfortunately it also slows disk IO to 20% of previous and loads CPU with interrupt waits all the time. Looking through the stable archives this was reported last year but there does not seem to be any resolution of the problem. Since it is limited to a specific controller, and is definitely DMA related, I assume that it is a bug in the controller handling code, but I don't know how to track it down. Any help would be greatly appreciated. Thanks, Phil. Here is some relevant logging... $ dmesg | grep ata atapci0: port 0xc000-0xc00f,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 7.1 on pci0 ata0: channel #0 on atapci0 ata1: channel #1 on atapci0 atapci1: port 0xe800-0xe8ff,0xe400-0xe403,0xe000-0xe007,0xdc00-0xdc03,0xd800-0xd807 irq 10 at device 11.0 on pci0 ata2: channel #0 on atapci1 ata3: channel #1 on atapci1 ad0: 76319MB [155061/16/63] at ata0-master PIO4 acd0: DVDROM at ata1-master PIO4 ad3: 114473MB [232581/16/63] at ata1-slave PIO4 ad4: 152627MB [310101/16/63] at ata2-master PIO4 ad6: 152627MB [310101/16/63] at ata3-master PIO4 disk0 READY on ad4 at ata2-master disk1 READY on ad6 at ata3-master cd0 at ata1 bus 0 target 0 lun 0 $ bzcat /var/log/messages.0.bz2 | grep "bad block" May 7 11:19:52 kernel: bad block -1, ino 1979583 May 7 11:19:52 kernel: pid 952 (rm), uid 0 inumber 1979583 on /: bad block May 7 22:45:36 kernel: bad block 3472896748185596465, ino 9374210 May 7 22:45:36 kernel: pid 721 (nmbd), uid 0 inumber 9374210 on /: bad block May 7 22:45:36 kernel: bad block 3533694269363075360, ino 9374210 May 7 22:45:36 kernel: pid 721 (nmbd), uid 0 inumber 9374210 on /: bad block May 7 22:45:36 kernel: bad block 3691043183734567734, ino 9374210 May 7 22:45:36 kernel: pid 721 (nmbd), uid 0 inumber 9374210 on /: bad block May 7 22:45:36 kernel: bad block 3900180173712011312, ino 9374210 May 7 22:45:36 kernel: pid 721 (nmbd), uid 0 inumber 9374210 on /: bad block From owner-freebsd-stable@FreeBSD.ORG Sun May 14 02:10:14 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4963316A400 for ; Sun, 14 May 2006 02:10:14 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8FE043D45 for ; Sun, 14 May 2006 02:10:13 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id CEF7E1A3C31; Sat, 13 May 2006 19:10:13 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 30F4E515BB; Sat, 13 May 2006 22:10:13 -0400 (EDT) Date: Sat, 13 May 2006 22:10:12 -0400 From: Kris Kennaway To: "Matti J. Karki" Message-ID: <20060514021012.GA61053@xor.obsecurity.org> References: <20060512235959.GA18154@psconsult.nl> <1b15366e0605131033w3c0ddc58t563ccecdf8745ae8@mail.gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="2oS5YaxWCcQjTEyO" Content-Disposition: inline In-Reply-To: <1b15366e0605131033w3c0ddc58t563ccecdf8745ae8@mail.gmail.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-stable@freebsd.org Subject: Re: Reproducable file corruption on 6-STABLE 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, 14 May 2006 02:10:14 -0000 --2oS5YaxWCcQjTEyO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, May 13, 2006 at 08:33:38PM +0300, Matti J. Karki wrote: > On 5/13/06, Paul Schenkeveld wrote: > >Hello, > > > >When I try to copy a large (7GB+) file from one filesystem to another the > >copy is not equal to te source file. This behaviour can be reproduced > >repeatedly. > > > >Details: > > > > - FreeBSD 6-STABLE, cvsupped yesterday >=20 > Hi! >=20 > I have very similar problem with my i386 6.1-STABLE installation. With > 6.0 there were no problems. I have already eliminated bad hardware > (memory, hard drive) and also overheating. I'm able to reproduce the > problem with quite small files. 23 megabytes has been enough to get > corrupted. I have softupdates enabled and the disk is an IDE drive. >=20 > There however is one small difference compared to your situation. I > had a Java package in the root partition and after upgrading from 6.0 > to 6.1 I reinstalled the package. The package was corrupted even > though I had used that same package before to install the Java > run-time to the 6.0 successfully. I haven't touched the file in any > way between the installations. I also has experienced multiple > corruptions while copying files. Usually I have to copy a single large > file three or four times to get it without problems. With smaller > files (less than 20 megs), there hasn't been any problems. >=20 > Next I'm going to downgrade my installation back to the 6.0 and see if > the problem will go away. >=20 > I'd be interested to hear if anyone else has experienced same sort of > problems with 6.1. It is almost certainly to do with your specific hardware configuration, or a nonstandard disk-related kernel option you are using. Please specify your configuration in detail so others can compare. Kris --2oS5YaxWCcQjTEyO Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEZpGEWry0BWjoQKURAtgfAKCrdhwDh4R95JZ/c7iX+EZ+bP0yFwCgrTK7 FzJ93TkO/4B3ok0PLndoayE= =twE1 -----END PGP SIGNATURE----- --2oS5YaxWCcQjTEyO-- From owner-freebsd-stable@FreeBSD.ORG Sun May 14 02:20:59 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D74716A403 for ; Sun, 14 May 2006 02:20:59 +0000 (UTC) (envelope-from mikej@rogers.com) Received: from smtp100.rog.mail.re2.yahoo.com (smtp100.rog.mail.re2.yahoo.com [206.190.36.78]) by mx1.FreeBSD.org (Postfix) with SMTP id B523943D46 for ; Sun, 14 May 2006 02:20:58 +0000 (GMT) (envelope-from mikej@rogers.com) Received: (qmail 18844 invoked from network); 14 May 2006 02:20:58 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=ogmuXUcyiYfgSqUnC66pBJTRFMtDEaYUne1W7rUip7srAMEg1hC3YA9i6dRlJ5wwZNwDEI6D1Ex7zXl1DBJxTsthkuxEi0nfC5YFqfFE0qff+D/6ZA8LrogSbjp9clHVswcSsxRXlKVw3gy7sqVZTosCR4dR864KPvKFYJ04X78= ; Received: from unknown (HELO ?70.31.50.218?) (mikej@rogers.com@70.31.50.218 with plain) by smtp100.rog.mail.re2.yahoo.com with SMTP; 14 May 2006 02:20:58 -0000 Message-ID: <44669436.8010705@rogers.com> Date: Sat, 13 May 2006 22:21:42 -0400 From: Mike Jakubik User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: Rostislav Krasny References: <20060514051009.13b1b854.rosti.bsd@gmail.com> In-Reply-To: <20060514051009.13b1b854.rosti.bsd@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: stable@freebsd.org Subject: Re: DOH! ata_alloc_composite failed! 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, 14 May 2006 02:20:59 -0000 Rostislav Krasny wrote: > Hi, > > >> May 13 03:01:29 ns1 kernel: DOH! ata_alloc_composite failed! >> May 13 03:01:29 ns1 last message repeated 2 times >> > > I'm not a FreeBSD developer but after looking at the source code I can > say that that kernel message goes from src/sys/dev/ata/ata-raid.c > because ata_alloc_composite() returns NULL in one of two or in both > locations in that file. That ata_alloc_composite() is actually a macro, > defined in src/sys/dev/ata/ata-all.h so: > > #define ata_alloc_composite() uma_zalloc(ata_composite_zone, M_NOWAIT | M_ZERO) > > ata_composite_zone is a global variable, that is initialized by ata_init() > in src/sys/dev/ata/ata-all.c with a value returned by uma_zcreate(). > > The uma_zalloc() is a wrapper of uma_zalloc_arg() and the uma_zcreate() is > a wrapper of uma_zalloc_internal(). > > I'm not familiar with UMA and looking on the code deeper just complicate > things. Try to rebuild the kernel with "options WITNESS". That could > help the kernel to produce more informative error/warning messages > about your problem. > > You can also uncomment following #define's in src/sys/vm/uma_core.c > > /* I should really use ktr.. */ > /* > #define UMA_DEBUG 1 > #define UMA_DEBUG_ALLOC 1 > #define UMA_DEBUG_ALLOC_1 1 > */ > > rebuild the kernel and get more debug messages on the console. But that > will most likely make your machine working very slow. So try it at your > own risk and only if "options WITNESS" didn't help to get informative > enough logs. > > After all send your logs to FreeBSD developers. > Thanks for the info. I will try putting WITNESS in the kernel. This box has been running 6.1-RC fine for about 2 weeks. Hopefully i can catch this again. I just hope nothing blows up, as it is a production server, doing radius authentication for a medium sized ISP. From owner-freebsd-stable@FreeBSD.ORG Sun May 14 02:40:39 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9801B16A42A for ; Sun, 14 May 2006 02:40:39 +0000 (UTC) (envelope-from strick@covad.net) Received: from mail843.megamailservers.com (mail843.carrierinternetsolutions.com [69.49.106.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B60143D4C for ; Sun, 14 May 2006 02:40:39 +0000 (GMT) (envelope-from strick@covad.net) X-POP-User: strick.covad.net Received: from mist.nodomain (h-68-164-188-148.snfccasy.dynamic.covad.net [68.164.188.148]) by mail843.megamailservers.com (8.13.6/8.13.1) with ESMTP id k4E2ea7s025257 for ; Sat, 13 May 2006 22:40:38 -0400 Received: from mist.nodomain (localhost [127.0.0.1]) by mist.nodomain (8.13.3/8.13.3) with ESMTP id k4E2eZeJ001184; Sat, 13 May 2006 19:40:36 -0700 (PDT) (envelope-from dan@mist.nodomain) Received: (from dan@localhost) by mist.nodomain (8.13.3/8.13.3/Submit) id k4E2eZtM001183; Sat, 13 May 2006 19:40:35 -0700 (PDT) (envelope-from dan) Date: Sat, 13 May 2006 19:40:35 -0700 (PDT) From: Dan Strick Message-Id: <200605140240.k4E2eZtM001183@mist.nodomain> To: freebsd-stable@freebsd.org Cc: dan@mist.nodomain Subject: Re: old program compatibility with FreeBSD 6.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: Sun, 14 May 2006 02:40:39 -0000 [I may have missed some responses to my original posting because the "current" set of postings has been cleaned out but not yet installed in the mailing list archive.] I just installed FreeBSD 6.1, selecting "All" in the distributions selection menu, and discovered that the compat* distributions are no longer part of the standard distribution. I searched the RELNOTES and ERRATA for both 6.0 and 6.1 and found no mention of this. I have received email from someone (apparently a copy of one of the postings to freebsd-stable that I didn't see) suggesting that I install /usr/ports/misc/compat5x. Is this the official work-around? I see that there are also compat4x and compat3x ports in /usr/ports/misc. Is 1x, 20, 21, and 22 compatibility support gone forever? (Not that I would miss it. I only need 4x and 5x compatibility.) Dan Strick From owner-freebsd-stable@FreeBSD.ORG Sun May 14 04:16:32 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0CD116A402 for ; Sun, 14 May 2006 04:16:32 +0000 (UTC) (envelope-from oberman@es.net) Received: from postal4.es.net (postal4.es.net [198.124.252.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8B3C43D46 for ; Sun, 14 May 2006 04:16:31 +0000 (GMT) (envelope-from oberman@es.net) Received: from ptavv.es.net ([198.128.4.29]) by postal4.es.net (Postal Node 4) with ESMTP (SSL) id IBA74465; Sat, 13 May 2006 21:16:25 -0700 Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id 3EAEE45042; Sat, 13 May 2006 21:16:23 -0700 (PDT) To: Dan Strick In-reply-to: Your message of "Sat, 13 May 2006 19:40:35 PDT." <200605140240.k4E2eZtM001183@mist.nodomain> Date: Sat, 13 May 2006 21:16:23 -0700 From: "Kevin Oberman" Message-Id: <20060514041623.3EAEE45042@ptavv.es.net> Cc: freebsd-stable@freebsd.org, dan@mist.nodomain Subject: Re: old program compatibility with FreeBSD 6.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: Sun, 14 May 2006 04:16:32 -0000 > Date: Sat, 13 May 2006 19:40:35 -0700 (PDT) > From: Dan Strick > Sender: owner-freebsd-stable@freebsd.org > > [I may have missed some responses to my original posting because the > "current" set of postings has been cleaned out but not yet installed > in the mailing list archive.] > > I just installed FreeBSD 6.1, selecting "All" in the distributions > selection menu, and discovered that the compat* distributions are > no longer part of the standard distribution. I searched the RELNOTES > and ERRATA for both 6.0 and 6.1 and found no mention of this. > > I have received email from someone (apparently a copy of one of the > postings to freebsd-stable that I didn't see) suggesting that I install > /usr/ports/misc/compat5x. > > Is this the official work-around? I see that there are also compat4x > and compat3x ports in /usr/ports/misc. Is 1x, 20, 21, and 22 > compatibility support gone forever? (Not that I would miss it. I only > need 4x and 5x compatibility.) This is not a workaround. It is simply how using executables linked against old versions of FreeBSD are made to run on newly installed systems. A new install lacks any of the shared libraries that old executables were linked against and the reason for the new version on the sharable is that the ABI changed so that, if an old executable tried to use the new version of the sharable, it might not work correctly. The solution is to place old versions of the standard libraries into a port. If you install the port, you will get all of the old libraries installed where the loader will find them and the old executables will work. (To make this work, you need to also ad the line to rc.conf to ldconfig that directory, but I think the port may take care of this.) Note that this is a different situation from a normal upgrade where the old libs already are present and available in the compat directory. -- R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 From owner-freebsd-stable@FreeBSD.ORG Sun May 14 04:30:34 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B55B816A403 for ; Sun, 14 May 2006 04:30:33 +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 1E42443D45 for ; Sun, 14 May 2006 04:30:30 +0000 (GMT) (envelope-from doconnor@gsoft.com.au) Received: from inchoate.gsoft.com.au (ppp223-61.lns2.adl4.internode.on.net [203.122.223.61]) (authenticated bits=0) by cain.gsoft.com.au (8.13.5/8.13.4) with ESMTP id k4E4U1VW010181 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 14 May 2006 14:00:03 +0930 (CST) (envelope-from doconnor@gsoft.com.au) From: "Daniel O'Connor" To: freebsd-stable@freebsd.org Date: Sun, 14 May 2006 13:59:38 +0930 User-Agent: KMail/1.9.1 References: <200605140240.k4E2eZtM001183@mist.nodomain> In-Reply-To: <200605140240.k4E2eZtM001183@mist.nodomain> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart81971172.v8E616xGgL"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200605141359.55945.doconnor@gsoft.com.au> X-Spam-Score: 0 () X-Scanned-By: MIMEDefang 2.56 on 203.31.81.10 Cc: Dan Strick , dan@mist.nodomain Subject: Re: old program compatibility with FreeBSD 6.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: Sun, 14 May 2006 04:30:34 -0000 --nextPart81971172.v8E616xGgL Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Sunday 14 May 2006 12:10, Dan Strick wrote: > Is this the official work-around? I see that there are also compat4x > and compat3x ports in /usr/ports/misc. Is 1x, 20, 21, and 22 > compatibility support gone forever? (Not that I would miss it. I only > need 4x and 5x compatibility.) It isn't a work around.. There's no point the default install installing libraries that the majority= of=20 people don't use - there are very few binary only applications for a given= =20 version of FreeBSD. =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 --nextPart81971172.v8E616xGgL Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQBEZrJD5ZPcIHs/zowRAn0jAJwLulfbtBaMgeDWZLgASoEvgIoirwCbBZG2 3F9UF9SwQyAmFEkAoyfP/M8= =9bWU -----END PGP SIGNATURE----- --nextPart81971172.v8E616xGgL-- From owner-freebsd-stable@FreeBSD.ORG Sun May 14 07:08:38 2006 Return-Path: X-Original-To: freebsd-stable@FreeBSD.ORG Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E779416A402 for ; Sun, 14 May 2006 07:08:38 +0000 (UTC) (envelope-from nakal@nurfuerspam.de) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 1E8A543D49 for ; Sun, 14 May 2006 07:08:37 +0000 (GMT) (envelope-from nakal@nurfuerspam.de) Received: (qmail invoked by alias); 14 May 2006 07:08:35 -0000 Received: from p5090DD90.dip.t-dialin.net (EHLO klotz.local) [80.144.221.144] by mail.gmx.net (mp042) with SMTP; 14 May 2006 09:08:35 +0200 X-Authenticated: #989277 Received: from [192.168.0.1] (klotz.local [192.168.0.1]) by klotz.local (8.13.6/8.13.6) with ESMTP id k4E78Q4q026586; Sun, 14 May 2006 09:08:29 +0200 (CEST) (envelope-from nakal@nurfuerspam.de) Message-ID: <4466D76A.3030903@nurfuerspam.de> Date: Sun, 14 May 2006 09:08:26 +0200 From: Martin User-Agent: Thunderbird 1.5 (X11/20060205) MIME-Version: 1.0 To: Phil Kernick References: <44668F8D.3090208@Kernick.org> In-Reply-To: <44668F8D.3090208@Kernick.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: freebsd-stable Subject: Re: ATA DMA corruption on 5.5-beta4 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, 14 May 2006 07:08:39 -0000 Phil Kernick wrote: > Looking through the stable archives this was reported last year but there > does not seem to be any resolution of the problem. Yea. I had this problem, too. My controller was an old Highpoint ATA 66. Since noone could help, I moved directly to 6.x branch. That solved my issues. Something is fishy since 5.4R there. When you see any ATA DMA write errors, switch your PC immediatly off, or suffer severe file system damage. Martin From owner-freebsd-stable@FreeBSD.ORG Sun May 14 09:08:00 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8322416A401 for ; Sun, 14 May 2006 09:08:00 +0000 (UTC) (envelope-from fbsd@1command.com) Received: from mail.1command.com (mail.1command.com [216.177.243.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id E455A43D48 for ; Sun, 14 May 2006 09:07:59 +0000 (GMT) (envelope-from fbsd@1command.com) Received: from mail.1command.com (localhost.1command.com [127.0.0.1]) by mail.1command.com (8.13.3/8.13.3) with ESMTP id k4E97vsg062875 for ; Sun, 14 May 2006 02:07:57 -0700 (PDT) (envelope-from fbsd@1command.com) Received: (from www@localhost) by mail.1command.com (8.13.3/8.13.3/Submit) id k4E97urR062874 for freebsd-stable@freebsd.org; Sun, 14 May 2006 02:07:56 -0700 (PDT) (envelope-from fbsd@1command.com) Received: from ns1.1command.com (ns1.1command.com [216.177.243.34]) by webmail.1command.com (H.R. Communications Messaging System) with HTTP; Sun, 14 May 2006 02:07:56 -0700 Message-ID: <20060514020756.qywfiti4g0skk4co@webmail.1command.com> X-Priority: 3 (Normal) Date: Sun, 14 May 2006 02:07:56 -0700 From: "Chris H." To: freebsd-stable@freebsd.org References: <20060504134723.M54964@enabled.com> <20060504174447.GC2095@ayvali.org> <18e02bd30605051302x7575859u5f6c71031fa6f5c5@mail.gmail.com> In-Reply-To: <18e02bd30605051302x7575859u5f6c71031fa6f5c5@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=_6rwlh2svtfk0"; protocol="application/pgp-signature"; micalg="pgp-sha1" Content-Transfer-Encoding: 7bit User-Agent: H.R. Communications Internet Messaging System (HCIMS) 4.1 Professional (not for redistribution) / FreeBSD-5.5 Subject: Re: FTPd recommendation? 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, 14 May 2006 09:08:00 -0000 This message is in MIME format and has been PGP signed. --=_6rwlh2svtfk0 Content-Type: text/plain; charset=ISO-8859-1; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit Quoting Iantcho Vassilev : > My vote goes to PureFtpd.. > It`s ideal server.. But is not *nearly* as secure as vsftpd. > > > > > On 5/4/06, N.J. Thomas wrote: >> >> * Noah [2006-05-04 05:48:40 -0800]: >> > What are people using for their ftpd these days? I am looking for >> > something easy to initiailize, configure, and is very secure. >> >> Another vote for vsftpd: >> >> http://vsftpd.beasts.org/ >> >> Trivial to setup/configure, very secure. >> >> In addition to all of the normal security features that vsftpd offers, >> we turn on the pasv_min_port/pasv_max_port options to restrict the >> download ports, it's a nice feature. >> >> (I attended an Apache/FTP security lecture in the Bay Area a couple of >> years ago (2002/2003) at one of the local user groups there -- the >> speaker was "testing" out his talk on us before he gave it at some >> Usenix/SAGE conference. The ftp portion was a howto on securing wu-ftpd, >> but before he started, he said point blank that if you didn't need >> anonymous uploads, to just use vsftpd.) >> >> Thomas >> >> -- >> N.J. Thomas >> njt@ayvali.org >> Etiamsi occiderit me, in ipso sperabo >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to " >> freebsd-questions-unsubscribe@freebsd.org" >> > _______________________________________________ > 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" > > ----------------------------------------------------------------- FreeBSD 5.4-RELEASE-p12 (SMP - 900x2) Tue Mar 7 19:37:23 PST 2006 ///////////////////////////////////////////////////////////////// --=_6rwlh2svtfk0 Content-Type: application/pgp-signature Content-Description: PGP Digital Signature Content-Disposition: inline Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQBEZvNsXxK1cRs0zxkRAgF/AKCWK2AccVBp8w215dVkLxLFIjXHvQCdFc5m oZQZUjRR5Uzab8La7p2BI1Q= =Bpgd -----END PGP SIGNATURE----- --=_6rwlh2svtfk0-- From owner-freebsd-stable@FreeBSD.ORG Sun May 14 09:10:34 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2092B16A405 for ; Sun, 14 May 2006 09:10:34 +0000 (UTC) (envelope-from gray@mistaken-identity.co.uk) Received: from magnum.mistaken-identity.co.uk (slayer-of.demon.co.uk [62.49.5.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A43943D49 for ; Sun, 14 May 2006 09:10:32 +0000 (GMT) (envelope-from gray@mistaken-identity.co.uk) MIME-Version: 1.0 Content-class: urn:content-classes:message Date: Sun, 14 May 2006 10:08:57 +0100 X-MimeOLE: Produced By Microsoft Exchange V6.5 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: vr card issues on 6.1-STABLE thread-index: AcZ3NghW+XGxfWbcRt2/qer2vwTdbw== From: "Gray Lilley" To: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Graham Lilley Subject: vr card issues on 6.1-STABLE 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, 14 May 2006 09:10:34 -0000 Hi List, =20 After a motherboard failure in a machine, I purchased a cheap AXPER motherboard to replace it. The machine is a Socket478 P4 with a Via Rhine onboard NIC. =20 I've read/heard a lot to say "don't use vr cards, they suck" kind of talk - but wanted to go through the official channels to find out if there is anything I can do to resolve my particular issue. =20 Once booted, the machine is contactable locally, can be pinged and can ssh to it. After what appears to be a random amount of time (I have observed between 5 and 30 minutes as of now), the vr0 interface seems to just hang. The machine cannot be pinged, and no services running on the machine are contactable. What is really strange, is that I can still ssh the machine from 'external' to our network (a port forward on a router, straight to the machine) and gain access that way, which tells me the card isn't completely dead. If I then start a ping from the machine to another, suddenly everything springs back to life again and you can ssh the machine internally, and again access all of the services running on it. The only way I have found so far to keep the interface active, is to either a) leave a ping running to one of our servers or b) keep something like 'top' or 'systat' open at all times via an ssh session - which obviously isn't ideal! =20 There is nothing in any logs that I can see. =20 Relevant information; =20 vr0: port 0xe800-0xe8ff mem 0xee002000-0xee0020ff irq 23 at device 18.0 on pci0 =20 FreeBSD 6.1-STABLE #0: Sat May 13 12:53:33 BST 2006 =20 Kernel is GENERIC with the majority of SCSI/RAID removed. =20 Any ideas/advice would be greatly appreciated. =20 Cheers, =20 Graham Lilley From owner-freebsd-stable@FreeBSD.ORG Sun May 14 09:33:12 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43DDE16A405 for ; Sun, 14 May 2006 09:33:12 +0000 (UTC) (envelope-from mjkarki@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.191]) by mx1.FreeBSD.org (Postfix) with ESMTP id 867D343D48 for ; Sun, 14 May 2006 09:33:11 +0000 (GMT) (envelope-from mjkarki@gmail.com) Received: by nf-out-0910.google.com with SMTP id o25so230056nfa for ; Sun, 14 May 2006 02:33:10 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=TH4em1J2LwS8m0kTifW0HO8BuLHOVLzTbHsNatza4wpWCZ/1mOh2Br13WjP7I3vpCdsjxSntrXduwYChie5fxtavxMLKf2Yk7b2Yr0wOuBV43XbLoKlukiiNknj2/aBscIKZ+SfOMKPjsYY3T/30ThuSl6BBIkK9+Az0ztQMtIY= Received: by 10.49.35.15 with SMTP id n15mr1137302nfj; Sun, 14 May 2006 02:33:10 -0700 (PDT) Received: by 10.48.144.15 with HTTP; Sun, 14 May 2006 02:33:10 -0700 (PDT) Message-ID: <1b15366e0605140233n4e35ea99k88092b62c9315df1@mail.gmail.com> Date: Sun, 14 May 2006 12:33:10 +0300 From: "Matti J. Karki" Sender: mjkarki@gmail.com To: freebsd-stable@freebsd.org In-Reply-To: <20060514021012.GA61053@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060512235959.GA18154@psconsult.nl> <1b15366e0605131033w3c0ddc58t563ccecdf8745ae8@mail.gmail.com> <20060514021012.GA61053@xor.obsecurity.org> X-Google-Sender-Auth: 491835e2147a7827 Subject: Re: Reproducable file corruption on 6-STABLE 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, 14 May 2006 09:33:12 -0000 On 5/14/06, Kris Kennaway wrote: > On Sat, May 13, 2006 at 08:33:38PM +0300, Matti J. Karki wrote: > > On 5/13/06, Paul Schenkeveld wrote: > > >Hello, > > > > > >When I try to copy a large (7GB+) file from one filesystem to another = the > > >copy is not equal to te source file. This behaviour can be reproduced > > >repeatedly. > > > > > >Details: > > > > > > - FreeBSD 6-STABLE, cvsupped yesterday > > > > Hi! > > > > I have very similar problem with my i386 6.1-STABLE installation. With > > 6.0 there were no problems. I have already eliminated bad hardware > > (memory, hard drive) and also overheating. I'm able to reproduce the > > problem with quite small files. 23 megabytes has been enough to get > > corrupted. I have softupdates enabled and the disk is an IDE drive. > > It is almost certainly to do with your specific hardware > configuration, or a nonstandard disk-related kernel option you are > using. Please specify your configuration in detail so others can > compare. > OK, here comes the details. The machine is an HP laptop (Pavilion 4423EA) with Fujitsu MHT2030AT IDE hard drive (28615,8MB). IDE controller is "ALi M5229 PCI Bus Master IDE Controller" from Acer Labs Inc. The system has 1GB of RAM. The system itself was FreeBSD 6.1-STABLE with GENERIC kernel from the installation media (so, I haven't compiled anything). No weird kernel options in use. Hardware should be very generic all in all. Now I have a 6.0-STABLE with GENERIC kernel back (from the installation media, no updates, patches, no nothing) and I have stress-tested the system. I was not able to reproduce file corrutions with 6.0 even though I tried to replicate all situations excactly like with 6.1. I have done upgrading and downgrading by using boot-only CD and selecting USER installation set for upgrading. Here are some relevant files and a dmesg: /boot/loader.conf: cpufreq_load=3D"YES" snd_driver_load=3D"YES" /etc/rc.conf: hostname=3D"freebsd.my.domain" ifconfig_sis0=3D"DHCP" keymap=3D"finnish.iso" linux_enable=3D"YES" usbd_enable=3D"YES" powerd_enable=3D"YES" dmesg (this actually is dmesg from 6.0): Copyright (c) 1992-2005 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 =09The Regents of the University of California. All rights reserved. FreeBSD 6.0-RELEASE #0: Thu Nov 3 09:36:13 UTC 2005 root@x64.samsco.home:/usr/obj/usr/src/sys/GENERIC Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: mobile AMD Athlon(tm) XP2400+ (1788.94-MHz 686-class CPU) Origin =3D "AuthenticAMD" Id =3D 0x6a0 Stepping =3D 0 Features=3D0x383f9ff AMD Features=3D0xc0480800 real memory =3D 1005518848 (958 MB) avail memory =3D 974962688 (929 MB) npx0: [FAST] npx0: on motherboard npx0: INT 16 interface acpi0: on motherboard acpi0: Power Button (fixed) pci_link0: irq 10 on acpi0 pci_link1: irq 11 on acpi0 pci_link2: on acpi0 pci_link3: on acpi0 pci_link4: on acpi0 pci_link5: irq 10 on acpi0 pci_link6: irq 3 on acpi0 pci_link7: irq 5 on acpi0 pci_link8: irq 9 on acpi0 acpi_ec0: port 0x62,0x66 on acpi0 Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <32-bit timer at 3.579545MHz> port 0x8008-0x800b on acpi0 cpu0: on acpi0 powernow0: on cpu0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at device 5.0 (no driver attached) ohci0: mem 0xd0000000-0xd0000fff irq 9 at device 2.0 on pci0 ohci0: [GIANT-LOCKED] usb0: OHCI version 1.0, legacy support usb0: SMM does not respond, resetting usb0: on ohci0 usb0: USB revision 1.0 uhub0: AcerLabs OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 4 ports with 4 removable, self powered pcm0: port 0x8400-0x84ff mem 0xd0001000-0xd0001fff irq 5 at device 6.0 on pci0 pcm0: pcm0: [GIANT-LOCKED] isab0: at device 7.0 on pci0 isa0: on isab0 pci0: at device 8.0 (no driver attached) cbb0: irq 9 at device 10.0 on pci0 cardbus0: on cbb0 pccard0: <16-bit PCCard bus> on cbb0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x8080-0x808f at device 16.0 on pci0 atapci0: using PIO transfers above 137GB as workaround for 48bit DMA access bug, expect reduced performance ata0: on atapci0 ata1: on atapci0 pci0: at device 17.0 (no driver attached) sis0: port 0x8c00-0x8cff mem 0xd0003000-0xd0003fff irq 11 at device 18.0 on pci0 sis0: Silicon Revision: DP83816A miibus0: on sis0 ukphy0: on miibus0 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto sis0: Ethernet address: 00:0d:9d:81:50:13 acpi_button0: on acpi0 acpi_lid0: on acpi0 acpi_acad0: on acpi0 battery0: on acpi0 acpi_tz0: on acpi0 atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] psm0: irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model IntelliMouse, device ID 3 fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fdc0: [FAST] ppc0: port 0x378-0x37f,0x778-0x77f irq 7 drq 0 on acpi0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/16 bytes threshold ppbus0: on ppc0 plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acp= i0 sio0: type 16550A pmtimer0 on isa0 orm0: at iomem 0xc0000-0xcefff,0xcf000-0xcf7ff,0xdb000-0xdbfff,0xdc000-0xdffff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=3D0x300> sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 ukbd0: Microsoft Natural\M-. Ergonomic Keyboard 4000, rev 2.00/1.73, addr 2, iclass 3/1 kbd1 at ukbd0 uhid0: Microsoft Natural\M-. Ergonomic Keyboard 4000, rev 2.00/1.73, addr 2, iclass 3/1 uhid1: Microsoft Microsoft Wireless Optical Mouse\M-. 1.00, rev 2.00/0.07, addr 3, iclass 3/1 Timecounter "TSC" frequency 1788941820 Hz quality 800 Timecounters tick every 1.000 msec ad0: 28615MB at ata0-master UDMA100 acd0: CDRW at ata1-master PIO4 Trying to mount root from ufs:/dev/ad0s2a From owner-freebsd-stable@FreeBSD.ORG Sun May 14 10:29:06 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E19C16A403 for ; Sun, 14 May 2006 10:29:06 +0000 (UTC) (envelope-from bazerka@beardz.net) Received: from www.beardz.net (host86-141-164-192.range86-141.btcentralplus.com [86.141.164.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9A7843D46 for ; Sun, 14 May 2006 10:29:05 +0000 (GMT) (envelope-from bazerka@beardz.net) Received: from [127.0.0.1] ([127.0.0.1]) by www.beardz.net with Microsoft SMTPSVC(6.0.2600.2180); Sun, 14 May 2006 11:29:21 +0100 Message-ID: <44670681.7020703@beardz.net> Date: Sun, 14 May 2006 11:29:21 +0100 From: Jase Thew User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <20060504134723.M54964@enabled.com> <20060504174447.GC2095@ayvali.org> <18e02bd30605051302x7575859u5f6c71031fa6f5c5@mail.gmail.com> <20060514020756.qywfiti4g0skk4co@webmail.1command.com> In-Reply-To: <20060514020756.qywfiti4g0skk4co@webmail.1command.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 14 May 2006 10:29:21.0359 (UTC) FILETIME=[43601DF0:01C67741] Subject: Re: FTPd recommendation? 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, 14 May 2006 10:29:06 -0000 Chris H. wrote: > Quoting Iantcho Vassilev : > >> My vote goes to PureFtpd.. >> It`s ideal server.. > > But is not *nearly* as secure as vsftpd. Hi, I'm curious - do you have any empirical evidence to support this? A trawl of a few vulnerabilty databases would suggest your comment is not entirely accurate. NVD NIST [1] shows 4 entries for vsftpd (latest 2005-12) , 1 for pureftpd (latest 2004-08) SecurityFocus [2] shows 1 entry for vsftpd (latest 2004-05), 2 for pureftpd (latest 2004-07) ISS X-Force [3] shows entries 3 for vsftpd (latest 2004-05), for 1 pureftpd (latest 2004-07) Regards, Jase. [1] http://nvd.nist.gov/nvd.cfm [2] http://www.securityfocus.com/vulnerabilities [3] http://xforce.iss.net/xforce/search.php From owner-freebsd-stable@FreeBSD.ORG Sun May 14 18:29:07 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 794E116A400 for ; Sun, 14 May 2006 18:29:07 +0000 (UTC) (envelope-from howard@leadmon.net) Received: from ibm.leadmon.net (ibm.leadmon.net [207.114.24.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id F324743D45 for ; Sun, 14 May 2006 18:29:06 +0000 (GMT) (envelope-from howard@leadmon.net) Received: from gamer (gamer.leadmon.net [207.114.24.7]) (authenticated bits=0) by ibm.leadmon.net (8.13.6/8.13.6/LNSG+ORDB+SCOP+NJABL+SBL+DSBL+SORBS+CBL+RHSBL) with ESMTP id k4EIT0o2000938 for ; Sun, 14 May 2006 14:29:03 -0400 (EDT) (envelope-from howard@leadmon.net) Authentication-Results: ibm.leadmon.net from=howard@leadmon.net; sender-id=pass; spf=pass X-SenderID: Sendmail Sender-ID Filter v0.2.12 ibm.leadmon.net k4EIT0o2000938 From: "Howard Leadmon" To: Date: Sun, 14 May 2006 14:28:55 -0400 Organization: Leadmon Networking Message-ID: <017301c67784$45377a90$071872cf@Leadmon.local> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 Thread-Index: AcZ3hEHwCW+ogG7eQqaAHh5sM/79Ag== X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0 (ibm.leadmon.net [207.114.24.13]); Sun, 14 May 2006 14:29:03 -0400 (EDT) X-Virus-Scanned: ClamAV version 0.88.2, clamav-milter version 0.88.2 on ibm.leadmon.net X-Virus-Status: Clean Subject: Trouble with NFSd under 6.1-Stable, any ideas? 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, 14 May 2006 18:29:07 -0000 Hello All, I have been running FBSD a long while, and actually running since the 5.x releases on the server I am having troubles with. I basically have a small network and just use NIS/NFS to link my various FBSD and Solaris machines together. This has all been running fine up till a few days ago, when all of a sudden NFS came to a crawl, and CPU usage so high the box appears to freeze almost. When I had 6.1-RC running all seemed well, then came the announcement for the official 6.1 release, so I did the cvs updates, made world, kernel, and ran mergemaster to get everything up to the 6.1 stable version. Now after doing this, something is wrong with NFS. It works, it will return information and open files, just it's very very slow, and while performing a request the CPU spike is astounding. A simple du of my home directory can take minutes, and machine all but locks up if the request is done over NFS. Here is top snip: PID USERNAME THR PRI NICE SIZE RES STATE C TIME WCPU COMMAND 497 root 1 4 0 1252K 780K - 2 50:42 188.48% nfsd This is a nice IBM eServer with dual P4-XEON's and a couple GB or RAM on a disk array, and locally is screams, heck NFS used to scream till I updated. I am not really sure what info would be useful in debugging, so won't post tons of misc junk in this eMail, but if anyone has any ideas as to how best to figure out and resolve this issue it would sure be appreicated... --- Howard Leadmon http://www.leadmon.net From owner-freebsd-stable@FreeBSD.ORG Sun May 14 18:54:01 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD25616A418 for ; Sun, 14 May 2006 18:54:01 +0000 (UTC) (envelope-from uspoerlein@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.191]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00B4B43D48 for ; Sun, 14 May 2006 18:53:57 +0000 (GMT) (envelope-from uspoerlein@gmail.com) Received: by nf-out-0910.google.com with SMTP id y25so1314nfb for ; Sun, 14 May 2006 11:53:57 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:cc:subject:message-id:mail-followup-to:references:mime-version:content-type:content-disposition:in-reply-to; b=iM3lnMxzZ1sC7f4TooWeby9y4sZ/IkMl8F8VjPx9IMgfr278d5+RB3BOzFtCin+5eLhCkPSLviMlulg9AMPbl+C6rgSqi2OHi74vktrEWJSObxPt4H8dTmZkLhNW7U58qXPeDfS7tfqRB4Lqnan7aeJiTSJDV1xRkz8uSN/KKH8= Received: by 10.48.222.9 with SMTP id u9mr1450475nfg; Sun, 14 May 2006 11:47:24 -0700 (PDT) Received: from roadrunner.q.local ( [217.185.114.67]) by mx.gmail.com with ESMTP id x1sm1057182nfb.2006.05.14.11.47.18; Sun, 14 May 2006 11:47:23 -0700 (PDT) Received: from roadrunner.q.local (localhost [127.0.0.1]) by roadrunner.q.local (8.13.6/8.13.6) with ESMTP id k4EIj8jP004879; Sun, 14 May 2006 20:45:11 +0200 (CEST) (envelope-from uspoerlein@gmail.com) Received: (from q@localhost) by roadrunner.q.local (8.13.6/8.13.6/Submit) id k4E9Xcvr002095; Sun, 14 May 2006 11:33:38 +0200 (CEST) (envelope-from uspoerlein@gmail.com) Date: Sun, 14 May 2006 11:33:38 +0200 From: Ulrich Spoerlein To: "Matthew D. Fuller" Message-ID: <20060514093338.GB1025@roadrunner.informatik.uni-wuerzburg.de> Mail-Followup-To: "Matthew D. Fuller" , Kris Kennaway , freebsd-stable@FreeBSD.org References: <20060427181226.GA66431@xor.obsecurity.org> <20060428122448.K57436@atlantis.atlantis.dp.ua> <20060428182818.GA10410@xor.obsecurity.org> <20060512161836.R75964@atlantis.atlantis.dp.ua> <20060513020051.GB18438@xor.obsecurity.org> <20060513084236.W74146@atlantis.atlantis.dp.ua> <20060513143740.GA46313@xor.obsecurity.org> <20060513155232.GF3874@over-yonder.net> <20060513155826.GA47324@xor.obsecurity.org> <20060513160337.GG3874@over-yonder.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ncSAzJYg3Aa9+CRW" Content-Disposition: inline In-Reply-To: <20060513160337.GG3874@over-yonder.net> Cc: freebsd-stable@freebsd.org, Kris Kennaway Subject: Re: INVARIANTS (was Re: RELENG_4 -> 5 -> 6: significant 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: Sun, 14 May 2006 18:54:03 -0000 --ncSAzJYg3Aa9+CRW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Matthew D. Fuller wrote: > On Sat, May 13, 2006 at 11:58:26AM -0400 I heard the voice of > Kris Kennaway, and lo! it spake thus: > >=20 > > FYI, INVARIANTS adds checks but does not (is not supposed to) divert > > code paths. >=20 > It does at least in UMA; it does a lot of bzero()/NULL'ing out of > memory, which might hide later uninitialized-use bugs that could bite > you without it Shouldn't it write something like 0xdeadc0de or 0x0d0d0d0d to memory -- like user-land memory debugging tools do -- to catch read-before-write bugs? Ulrich Spoerlein --=20 PGP Key ID: 20FEE9DD Encrypted mail welcome! Fingerprint: AEC9 AF5E 01AC 4EE1 8F70 6CBD E76E 2227 20FE E9DD Which is worse: ignorance or apathy? Don't know. Don't care. --ncSAzJYg3Aa9+CRW Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEZvly524iJyD+6d0RAlwyAKCMHI4J21YtgRBRsduARhRidFtLDACgpAkr wvDec/cNcg0T0v/WrQ9ANto= =6dv7 -----END PGP SIGNATURE----- --ncSAzJYg3Aa9+CRW-- From owner-freebsd-stable@FreeBSD.ORG Sun May 14 20:17:36 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75EF916A403 for ; Sun, 14 May 2006 20:17:36 +0000 (UTC) (envelope-from mjkarki@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6C7E43D45 for ; Sun, 14 May 2006 20:17:35 +0000 (GMT) (envelope-from mjkarki@gmail.com) Received: by nf-out-0910.google.com with SMTP id x29so4571nfb for ; Sun, 14 May 2006 13:17:34 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=r9q6hpZxtmTe1rWe6nw/rFIdekoKcziPrk2HOjMRH2oX7BdUQvI8xjgBJhVB5SHnwU9w4bzWNLvYqUCxioGkGxY+/EsP76SDFXLEFcpOWNefSFdB8Qlu/akV0/95hwK62uoeXbs7TH7uTawrXg4ocMZX2N0HGoAzFnscqCCoy+A= Received: by 10.48.221.20 with SMTP id t20mr1507795nfg; Sun, 14 May 2006 13:17:34 -0700 (PDT) Received: by 10.48.144.15 with HTTP; Sun, 14 May 2006 13:17:34 -0700 (PDT) Message-ID: <1b15366e0605141317x2543d340kda43ab35f935b2b6@mail.gmail.com> Date: Sun, 14 May 2006 23:17:34 +0300 From: "Matti J. Karki" Sender: mjkarki@gmail.com To: freebsd-stable@freebsd.org In-Reply-To: <1b15366e0605140233n4e35ea99k88092b62c9315df1@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060512235959.GA18154@psconsult.nl> <1b15366e0605131033w3c0ddc58t563ccecdf8745ae8@mail.gmail.com> <20060514021012.GA61053@xor.obsecurity.org> <1b15366e0605140233n4e35ea99k88092b62c9315df1@mail.gmail.com> X-Google-Sender-Auth: f21b1d1ec0a90aaf Subject: Re: Reproducable file corruption on 6-STABLE 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, 14 May 2006 20:17:36 -0000 On 5/14/06, Matti J. Karki wrote: > On 5/14/06, Kris Kennaway wrote: > > On Sat, May 13, 2006 at 08:33:38PM +0300, Matti J. Karki wrote: > > > On 5/13/06, Paul Schenkeveld wrote: > > > >Hello, > > > > > > > >When I try to copy a large (7GB+) file from one filesystem to anothe= r the > > > >copy is not equal to te source file. This behaviour can be reproduc= ed > > > >repeatedly. > > > > > > > >Details: > > > > > > > > - FreeBSD 6-STABLE, cvsupped yesterday > > > > > > Hi! > > > > > > I have very similar problem with my i386 6.1-STABLE installation. Wit= h > > > 6.0 there were no problems. I have already eliminated bad hardware > > > (memory, hard drive) and also overheating. I'm able to reproduce the > > > problem with quite small files. 23 megabytes has been enough to get > > > corrupted. I have softupdates enabled and the disk is an IDE drive. > > > > It is almost certainly to do with your specific hardware > > configuration, or a nonstandard disk-related kernel option you are > > using. Please specify your configuration in detail so others can > > compare. > > > > OK, here comes the details. > > The machine is an HP laptop (Pavilion 4423EA) with Fujitsu MHT2030AT > IDE hard drive (28615,8MB). IDE controller is "ALi M5229 PCI Bus > Master IDE Controller" from Acer Labs Inc. The system has 1GB of RAM. > The system itself was FreeBSD 6.1-STABLE with GENERIC kernel from the > installation media (so, I haven't compiled anything). No weird kernel > options in use. Hardware should be very generic all in all. > > Now I have a 6.0-STABLE with GENERIC kernel back (from the > installation media, no updates, patches, no nothing) and I have > stress-tested the system. I was not able to reproduce file corrutions > with 6.0 even though I tried to replicate all situations excactly like > with 6.1. > > I have done upgrading and downgrading by using boot-only CD and > selecting USER installation set for upgrading. > Ops. I did quite a mistake describing my system. So, all along I was talking about 6.1-RELEASE and 6.0-RELEASE. Not STABLE. -Matti From owner-freebsd-stable@FreeBSD.ORG Sun May 14 20:38:28 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9528216A429 for ; Sun, 14 May 2006 20:38:28 +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 A710643D6E for ; Sun, 14 May 2006 20:38:16 +0000 (GMT) (envelope-from torfinn.ingolfsen@broadpark.no) Received: from osl1sminn1.broadpark.no ([80.202.4.59]) by osl1smout1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0IZ9002YDVZRLD00@osl1smout1.broadpark.no> for freebsd-stable@freebsd.org; Sun, 14 May 2006 22:38:15 +0200 (CEST) Received: from kg-work.kg4.no ([80.202.172.162]) by osl1sminn1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with SMTP id <0IZ9007FIVZQEBT0@osl1sminn1.broadpark.no> for freebsd-stable@freebsd.org; Sun, 14 May 2006 22:38:15 +0200 (CEST) Date: Sun, 14 May 2006 22:38:14 +0200 From: Torfinn Ingolfsen 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 In-reply-to: <44670681.7020703@beardz.net> To: freebsd-stable@freebsd.org Message-id: <20060514223814.fc5b079f.torfinn.ingolfsen@broadpark.no> MIME-version: 1.0 X-Mailer: Sylpheed version 2.2.4 (GTK+ 2.8.17; i386-portbld-freebsd5.5) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT References: <20060504134723.M54964@enabled.com> <20060504174447.GC2095@ayvali.org> <18e02bd30605051302x7575859u5f6c71031fa6f5c5@mail.gmail.com> <20060514020756.qywfiti4g0skk4co@webmail.1command.com> <44670681.7020703@beardz.net> Subject: Re: FTPd recommendation? 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, 14 May 2006 20:38:31 -0000 On Sun, 14 May 2006 11:29:21 +0100 Jase Thew wrote: > I'm curious - do you have any empirical evidence to support this? 'scuse me, boys, could you please take this off the freebsd-stable list? The discussion has wandered off-topic for this list... -- Regards, Torfinn Ingolfsen, Norway From owner-freebsd-stable@FreeBSD.ORG Sun May 14 21:54:20 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7B6116A400 for ; Sun, 14 May 2006 21:54:20 +0000 (UTC) (envelope-from shurd@sasktel.net) Received: from misav02.sasknet.sk.ca (misav07.sasknet.sk.ca [142.165.20.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60AA043D46 for ; Sun, 14 May 2006 21:54:20 +0000 (GMT) (envelope-from shurd@sasktel.net) Received: from bgmpomr1.sasknet.sk.ca ([142.165.72.22]) by misav07 with InterScan Messaging Security Suite; Sun, 14 May 2006 15:54:19 -0600 Received: from [192.168.0.193] ([142.165.59.202]) by bgmpomr1.sasknet.sk.ca (SaskTel eMessaging Service) with ESMTPA id <0IZ90062GZIH2S10@bgmpomr1.sasknet.sk.ca> for freebsd-stable@freebsd.org; Sun, 14 May 2006 15:54:19 -0600 (CST) Date: Sun, 14 May 2006 15:54:17 -0600 From: Stephen Hurd In-reply-to: <017301c67784$45377a90$071872cf@Leadmon.local> To: Howard Leadmon Message-id: <4467A709.1070700@sasktel.net> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT References: <017301c67784$45377a90$071872cf@Leadmon.local> User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.0.1) Gecko/20060413 SeaMonkey/1.0 Cc: freebsd-stable@freebsd.org Subject: Re: Trouble with NFSd under 6.1-Stable, any ideas? 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, 14 May 2006 21:54:20 -0000 Howard Leadmon wrote: > Hello All, > > I have been running FBSD a long while, and actually running since the 5.x > releases on the server I am having troubles with. I basically have a small > network and just use NIS/NFS to link my various FBSD and Solaris machines > together. > > This has all been running fine up till a few days ago, when all of a sudden > NFS came to a crawl, and CPU usage so high the box appears to freeze almost. > When I had 6.1-RC running all seemed well, then came the announcement for the > official 6.1 release, so I did the cvs updates, made world, kernel, and ran > mergemaster to get everything up to the 6.1 stable version. > > Now after doing this, something is wrong with NFS. It works, it will return > information and open files, just it's very very slow, and while performing a > request the CPU spike is astounding. A simple du of my home directory can > take minutes, and machine all but locks up if the request is done over NFS. > Here is top snip: > > PID USERNAME THR PRI NICE SIZE RES STATE C TIME WCPU COMMAND > 497 root 1 4 0 1252K 780K - 2 50:42 188.48% nfsd > > > This is a nice IBM eServer with dual P4-XEON's and a couple GB or RAM on a > disk array, and locally is screams, heck NFS used to scream till I updated. I > am not really sure what info would be useful in debugging, so won't post tons > of misc junk in this eMail, but if anyone has any ideas as to how best to > figure out and resolve this issue it would sure be appreicated... > Are you running rpc.lockd? I've had very bad luck with it since sometime in the 5.x series... especially with it interoperating with Solaris. I submitted a PR on it, but it's apparently broken in about X ways. If possible, I would suggest living without rpc.lockd for now (if you're currently living with it that is) Other than that issue, NFS itself has been working nicely for me. From owner-freebsd-stable@FreeBSD.ORG Sun May 14 22:48:12 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8687F16A40B for ; Sun, 14 May 2006 22:48:04 +0000 (UTC) (envelope-from jr@opal.com) Received: from smtp.vzavenue.net (smtp.vzavenue.net [66.171.59.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE4BD43D49 for ; Sun, 14 May 2006 22:48:02 +0000 (GMT) (envelope-from jr@opal.com) Received: from 118.79.171.66.subscriber.vzavenue.net (HELO linwhf.opal.com) ([66.171.79.118]) by smtp.vzavenue.net with ESMTP; 14 May 2006 18:48:00 -0400 X-REPUTATION: -0.7 X-REMOTE-IP: 66.171.79.118 X-BrightmailFiltered: true X-Brightmail-Tracker: AAAAAA== X-IronPort-AV: i="4.05,127,1146456000"; d="scan'208"; a="27698489:sNHT14524920" Received: from ASSP-nospam (localhost [127.0.0.1]) (authenticated bits=0) by linwhf.opal.com (8.13.6/8.13.6) with ESMTP id k4EMlwTM072473 for ; Sun, 14 May 2006 18:47:59 -0400 (EDT) (envelope-from jr@opal.com) Received: from 71.247.44.252 ([71.247.44.252] helo=vougeot.opal.com) by ASSP-nospam ; 14 May 06 22:47:58 -0000 Received: from vougeot.opal.com (localhost [127.0.0.1]) by vougeot.opal.com (8.13.6/8.13.6) with ESMTP id k4EMmH8L034254 for ; Sun, 14 May 2006 18:48:18 -0400 (EDT) (envelope-from jr@opal.com) Received: (from jr@localhost) by vougeot.opal.com (8.13.6/8.13.6/Submit) id k4EMmHMX034253 for freebsd-stable@freebsd.org; Sun, 14 May 2006 18:48:17 -0400 (EDT) (envelope-from jr) Date: Sun, 14 May 2006 18:48:16 -0400 From: "J.R. Oldroyd" To: freebsd-stable@freebsd.org Message-ID: <20060514224816.GA65273@vougeot.opal.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: bogus dhclient EXPIRE when using wi0 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, 14 May 2006 22:48:44 -0000 Using 6.1-STABLE cvsup'd on 5/9, I am noticing that on insertion of a wi0 card, dhclient is invoking its dhclient-script several times, as follows, from instrumentation added to the script: Sun May 14 18:34:20 EDT 2006 dhclient reason=PREINIT Sun May 14 18:34:20 EDT 2006 dhclient reason=REBOOT Sun May 14 18:34:21 EDT 2006 dhclient reason=EXPIRE The third invocation, the EXPIRE, is wrong. This EXPIRE has the effect of causing the just-acquired IP address to be deleted, so the i/f appears to have no IP address. Interestingly, if dhclient is run manually, immediately following this, as in: # killall dhclient # dhclient wi0 the dhclient-script invocations then do not include the EXPIRE, as one would expect: Sun May 14 18:36:49 EDT 2006 dhclient reason=PREINIT Sun May 14 18:36:50 EDT 2006 dhclient reason=REBOOT Further instrumentation of the dhclient-script shows that the EXPIRE does seem to be premature, in that the value of $old_expiry does appear to be (well) beyond the current time. Anyone have thoughts on why this is happening? Tcpdumping the DHCP dialog on shows a perfectly normal exchange with the server, by the way. -jr From owner-freebsd-stable@FreeBSD.ORG Sun May 14 22:55:25 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90E6216A400 for ; Sun, 14 May 2006 22:55:25 +0000 (UTC) (envelope-from michel@lpthe.jussieu.fr) Received: from shiva.jussieu.fr (shiva.jussieu.fr [134.157.0.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id E735A43D45 for ; Sun, 14 May 2006 22:55:24 +0000 (GMT) (envelope-from michel@lpthe.jussieu.fr) Received: from parthe.lpthe.jussieu.fr (parthe.lpthe.jussieu.fr [134.157.10.1]) by shiva.jussieu.fr (8.13.6/jtpda-5.4) with ESMTP id k4EMtNE2038930 for ; Mon, 15 May 2006 00:55:23 +0200 (CEST) X-Ids: 165 Received: from niobe.lpthe.jussieu.fr (niobe.lpthe.jussieu.fr [134.157.10.41]) by parthe.lpthe.jussieu.fr (Postfix) with ESMTP id 31A369FD6A for ; Mon, 15 May 2006 00:55:22 +0200 (CEST) Received: by niobe.lpthe.jussieu.fr (Postfix, from userid 2005) id 096A533; Mon, 15 May 2006 00:55:22 +0200 (CEST) Date: Mon, 15 May 2006 00:55:22 +0200 From: Michel Talon To: freebsd-stable@freebsd.org Message-ID: <20060514225521.GA34890@lpthe.jussieu.fr> Mail-Followup-To: Michel Talon , freebsd-stable@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.7.2 (shiva.jussieu.fr [134.157.0.165]); Mon, 15 May 2006 00:55:23 +0200 (CEST) X-Antivirus: scanned by sophie at shiva.jussieu.fr X-Miltered: at shiva.jussieu.fr with ID 4467B55B.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! Subject: Re: Trouble with NFSd under 6.1-Stable, any ideas? 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, 14 May 2006 22:55:25 -0000 > Are you running rpc.lockd? I've had very bad luck with it since > sometime in the 5.x series... especially with it interoperating with > Solaris. I submitted a PR on it, but it's apparently broken in about X > ways. If possible, I would suggest living without rpc.lockd for now (if > you're currently living with it that is) On the contrary NFS problems interoperating with Linux have been cleared for me since upgrading Linux to Fedora Core 5 and FreeBSD to 6.1. In particular rpc.lockd works, everything is OK, performance is fine. I had very bad problems in the past, when we were running Fedora Core 3. -- Michel TALON From owner-freebsd-stable@FreeBSD.ORG Sun May 14 23:55:20 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80FDA16A403 for ; Sun, 14 May 2006 23:55:20 +0000 (UTC) (envelope-from kabaev@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.232]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AA1243D45 for ; Sun, 14 May 2006 23:55:19 +0000 (GMT) (envelope-from kabaev@gmail.com) Received: by wr-out-0506.google.com with SMTP id 70so672657wra for ; Sun, 14 May 2006 16:55:19 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type; b=ZJHQadif1s3Ak1aauXAhKpY8wxAKUGYAdBOynP+33dWY0HJdu85xaO2qXiBDGQM84foFNwW/lwVx4Lm6/laKLdadmxMcB/jPAl2pr1rq0gR8Ddjx5gsDl9hRRbGOt9zNpeAsVdCiAbE0BTHmwBBWJPITrHgC+8/X+CoGaq+JWXo= Received: by 10.54.117.7 with SMTP id p7mr2769671wrc; Sun, 14 May 2006 16:55:18 -0700 (PDT) Received: from kan.dnsalias.net ( [24.63.93.195]) by mx.gmail.com with ESMTP id 27sm3379869wrl.2006.05.14.16.55.18; Sun, 14 May 2006 16:55:18 -0700 (PDT) Date: Sun, 14 May 2006 19:55:10 -0400 From: Alexander Kabaev To: "m m" Message-ID: <20060514195510.783fa765@kan.dnsalias.net> In-Reply-To: <1e4841eb0605111757t36fdf8cfv267799a17dffc650@mail.gmail.com> References: <1e4841eb0605111757t36fdf8cfv267799a17dffc650@mail.gmail.com> X-Mailer: Sylpheed-Claws 2.0.0 (GTK+ 2.8.16; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_lwF6Bus8YxZ3FJh=uH/L9QA"; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: stable@freebsd.org Subject: Re: improper handling of dlpened's C++/atexit() 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: Sun, 14 May 2006 23:55:20 -0000 --Sig_lwF6Bus8YxZ3FJh=uH/L9QA Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Thu, 11 May 2006 20:57:20 -0400 "m m" wrote: > I am writing in regard to PR at > http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dbin%2F59552 . I am > experiencing behavior on 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #11: > Sun Mar 26 00:03:52 EST 2006 which looks a lot like something that > would be caused by this PR. This happens when apache-1.3 processes > that run with Mason code receive a SIGUSR1 (when newsyslog does log > rotation) and apache gracefully kills off all processes when > restarting. The following is the stack trace that lead me to this PR: >=20 > > #0 0x00000000 in ?? () > > #1 0x2949dad8 in ?? () > > #2 0x294a02c4 in ?? () > > #3 0x281ca708 in ?? () from /lib/libc.so.6 > > #4 0xbfbfe708 in ?? () > > #5 0x28196556 in endhostent () from /lib/libc.so.6 > > #6 0x2949ed4c in ?? () > > #7 0x280a9980 in ?? () from /libexec/ld-elf.so.1 > > #8 0x280a9878 in ?? () from /libexec/ld-elf.so.1 > > #9 0xbfbfe718 in ?? () > > #10 0x2808d5ef in find_symdef () from /libexec/ld- elf.so.1 > > #11 0x2808da7c in find_symdef () from /libexec/ld-elf.so.1 > > #12 0x281ba09a in __cxa_finalize () from /lib/libc.so.6 > > #13 0x281b9d9a in exit () from /lib/libc.so.6 > > #14 0x0805cd5b in clean_child_exit (code=3D692716228) at > > http_main.c:522 #15 0x0805e707 in just_die (sig=3D30) at > > http_main.c:3202 #16 0x0805e72a in usr1_handler (sig=3D692716228) at > > http_main.c:3212 #17 0xbfbfffb4 in ?? () > > #18 0x0000001e in ?? () > > #19 0x00000000 in ?? () > > #20 0xbfbfe7e0 in ?? () > > #21 0x00000002 in ?? () > > #22 0x0805e710 in just_die () at http_main.c:3202 > > #23 0x0805fdae in child_main (child_num_arg=3D692716228) at > > http_main.c:4571 #24 0x0806046e in make_child (s=3D0x294a02c4, > > slot=3D0, now=3D0) at http_main.c:5051 > > #25 0x080604f8 in startup_children (number_to_start=3D5) at > > http_main.c:5078 #26 0x08060b11 in standalone_main (argc=3D2, > > argv=3D0xbfbfeca0) at http_main.c:5410 > > #27 0x08061392 in main (argc=3D2, argv=3D0xbfbfeca0) at http_main.c:5767 >=20 > Please let me know if you have any thoughts on the subject or if this > is completely unrelated problem. Thanks! > _______________________________________________ > 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" You'll need to build ld-elf.so.1 and libc.so.6 to get a sensible backtrace. --=20 Alexander Kabaev --Sig_lwF6Bus8YxZ3FJh=uH/L9QA Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQFEZ8NlQ6z1jMm+XZYRAuK8AJ4n1oqdQgrV1IkZC8jVk2w+9tEJIgCg0EvY 2UPrw9w8LjKf5jRPMJugY7Q= =a8ym -----END PGP SIGNATURE----- --Sig_lwF6Bus8YxZ3FJh=uH/L9QA-- From owner-freebsd-stable@FreeBSD.ORG Mon May 15 01:52:25 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2B4116A401 for ; Mon, 15 May 2006 01:52:25 +0000 (UTC) (envelope-from david@catwhisker.org) Received: from bunrab.catwhisker.org (adsl-63-193-123-122.dsl.snfc21.pacbell.net [63.193.123.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49CE543D48 for ; Mon, 15 May 2006 01:52:25 +0000 (GMT) (envelope-from david@catwhisker.org) Received: from bunrab.catwhisker.org (localhost [127.0.0.1]) by bunrab.catwhisker.org (8.13.3/8.13.3) with ESMTP id k4F1qOfW035103; Sun, 14 May 2006 18:52:24 -0700 (PDT) (envelope-from david@bunrab.catwhisker.org) Received: (from david@localhost) by bunrab.catwhisker.org (8.13.3/8.13.1/Submit) id k4F1qOa3035102; Sun, 14 May 2006 18:52:24 -0700 (PDT) (envelope-from david) Date: Sun, 14 May 2006 18:52:24 -0700 From: David Wolfskill To: "J.R. Oldroyd" Message-ID: <20060515015224.GO20934@bunrab.catwhisker.org> Mail-Followup-To: David Wolfskill , "J.R. Oldroyd" , freebsd-stable@freebsd.org References: <20060514224816.GA65273@vougeot.opal.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060514224816.GA65273@vougeot.opal.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-stable@freebsd.org Subject: Re: bogus dhclient EXPIRE when using wi0 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, 15 May 2006 01:52:25 -0000 On Sun, May 14, 2006 at 06:48:16PM -0400, J.R. Oldroyd wrote: > Using 6.1-STABLE cvsup'd on 5/9, I am noticing that on insertion > of a wi0 card, dhclient is invoking its dhclient-script several > times, as follows, from instrumentation added to the script: > > Sun May 14 18:34:20 EDT 2006 dhclient reason=PREINIT > Sun May 14 18:34:20 EDT 2006 dhclient reason=REBOOT > Sun May 14 18:34:21 EDT 2006 dhclient reason=EXPIRE > > The third invocation, the EXPIRE, is wrong. This EXPIRE has the > effect of causing the just-acquired IP address to be deleted, so > the i/f appears to have no IP address. > > ... > Further instrumentation of the dhclient-script shows that the > EXPIRE does seem to be premature, in that the value of $old_expiry > does appear to be (well) beyond the current time. > > Anyone have thoughts on why this is happening? I've seen it occasionally. I have been using a dhclient-exit-hooks script anyway (to set hostname, try to synch with an NTP server, and set firewall rules), so I modified my dhclient-exit-hooks script to just (log and) ignore EXPIRE requests. That could be wrong or anti-social, but then again, my laptop rarely goes more than 18 hours at a strech -- I track RELENG_6 & HEAD on it every day there's been a change in the (respective) sources.... :-} Peace, david -- David H. Wolfskill david@catwhisker.org When reading advertising, recall that "up to" means "no more than." See http://www.catwhisker.org/~david/publickey.gpg for my public key. From owner-freebsd-stable@FreeBSD.ORG Mon May 15 02:26:35 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A252716A401 for ; Mon, 15 May 2006 02:26:35 +0000 (UTC) (envelope-from freebsd.low@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.191]) by mx1.FreeBSD.org (Postfix) with ESMTP id 861A543D46 for ; Mon, 15 May 2006 02:26:34 +0000 (GMT) (envelope-from freebsd.low@gmail.com) Received: by nf-out-0910.google.com with SMTP id h2so14153nfe for ; Sun, 14 May 2006 19:26:33 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=me/5/v32G6qnNEj3QlNin1ZdyHEoyHtFCxEFQqiVV1NI4sPQY1L4yaKyFS8wlw7FdH4zyRkKSgTPscAPLSlxduz+FGfXYSb5qWEFeVk3CoO9jYH7o1AfqTcHdPnbLdOMR5Hcx+K2KRJa+GFetWSvw4HFWiPcoQuGi/SNAZ/jMt8= Received: by 10.48.47.7 with SMTP id u7mr3038765nfu; Sun, 14 May 2006 19:26:33 -0700 (PDT) Received: by 10.48.162.12 with HTTP; Sun, 14 May 2006 19:26:33 -0700 (PDT) Message-ID: Date: Mon, 15 May 2006 10:26:33 +0800 From: "Low Kian Seong" To: freebsd-stable@freebsd.org, freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: SE Linux 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, 15 May 2006 02:26:35 -0000 Dear all, I will jump straight to the question. Is there something like SE Linux in FreeBSD which enforces Mandatory Access Control (MAC) on processes ? Thank you in advance. From owner-freebsd-stable@FreeBSD.ORG Mon May 15 02:36:58 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8185F16A426; Mon, 15 May 2006 02:36:58 +0000 (UTC) (envelope-from e.schuele@computer.org) Received: from sccrmhc14.comcast.net (sccrmhc14.comcast.net [204.127.200.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 225F443D53; Mon, 15 May 2006 02:36:35 +0000 (GMT) (envelope-from e.schuele@computer.org) Received: from [192.168.214.215] (c-24-1-232-64.hsd1.tx.comcast.net[24.1.232.64]) by comcast.net (sccrmhc14) with ESMTP id <20060515023633014005f745e>; Mon, 15 May 2006 02:36:34 +0000 Message-ID: <4467E931.3010704@computer.org> Date: Sun, 14 May 2006 21:36:33 -0500 From: Eric Schuele User-Agent: Thunderbird 1.5.0.2 (X11/20060426) MIME-Version: 1.0 To: Low Kian Seong References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org, freebsd-questions@freebsd.org Subject: Re: SE Linux 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, 15 May 2006 02:36:59 -0000 Low Kian Seong wrote: > Dear all, > > I will jump straight to the question. Is there something like SE Linux in > FreeBSD which enforces Mandatory Access Control (MAC) on processes ? > Try here: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mac.html > Thank you in advance. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > -- Regards, Eric From owner-freebsd-stable@FreeBSD.ORG Mon May 15 02:50:07 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA58416A551 for ; Mon, 15 May 2006 02:50:07 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id B674A43D67 for ; Mon, 15 May 2006 02:49:59 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 379321A4DAB; Sun, 14 May 2006 19:49:59 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 6F45E517BC; Sun, 14 May 2006 22:49:58 -0400 (EDT) Date: Sun, 14 May 2006 22:49:58 -0400 From: Kris Kennaway To: Howard Leadmon Message-ID: <20060515024958.GA99002@xor.obsecurity.org> References: <017301c67784$45377a90$071872cf@Leadmon.local> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="3MwIy2ne0vdjdPXF" Content-Disposition: inline In-Reply-To: <017301c67784$45377a90$071872cf@Leadmon.local> User-Agent: Mutt/1.4.2.1i Cc: freebsd-stable@freebsd.org Subject: Re: Trouble with NFSd under 6.1-Stable, any ideas? 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, 15 May 2006 02:50:07 -0000 --3MwIy2ne0vdjdPXF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, May 14, 2006 at 02:28:55PM -0400, Howard Leadmon wrote: >=20 > Hello All,=20 >=20 > I have been running FBSD a long while, and actually running since the 5.x > releases on the server I am having troubles with. I basically have a sm= all > network and just use NIS/NFS to link my various FBSD and Solaris machines > together. >=20 > This has all been running fine up till a few days ago, when all of a sud= den > NFS came to a crawl, and CPU usage so high the box appears to freeze almo= st. > When I had 6.1-RC running all seemed well, then came the announcement for= the > official 6.1 release, so I did the cvs updates, made world, kernel, and r= an > mergemaster to get everything up to the 6.1 stable version. >=20 > Now after doing this, something is wrong with NFS. It works, it will r= eturn > information and open files, just it's very very slow, and while performin= g a > request the CPU spike is astounding. A simple du of my home directory can > take minutes, and machine all but locks up if the request is done over NF= S. > Here is top snip: >=20 > PID USERNAME THR PRI NICE SIZE RES STATE C TIME WCPU COMMAND > 497 root 1 4 0 1252K 780K - 2 50:42 188.48% nfsd >=20 >=20 > This is a nice IBM eServer with dual P4-XEON's and a couple GB or RAM on= a > disk array, and locally is screams, heck NFS used to scream till I update= d. I > am not really sure what info would be useful in debugging, so won't post = tons > of misc junk in this eMail, but if anyone has any ideas as to how best to > figure out and resolve this issue it would sure be appreicated... Use tcpdump and related tools to find out what traffic is being sent. Also verify that you did not change your system configuration in any way: there have been no changes to NFS since the release, so it is unclear why an update would cause the problem to suddenly occur. Kris --3MwIy2ne0vdjdPXF Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEZ+xVWry0BWjoQKURAvEyAKD85OWnWNMROhMa5EFhoAX+VvopnACfYsbJ 9FSFdnqY2b+ViQ01ASJm4u8= =WSoY -----END PGP SIGNATURE----- --3MwIy2ne0vdjdPXF-- From owner-freebsd-stable@FreeBSD.ORG Mon May 15 02:59:01 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 024E016A4DF for ; Mon, 15 May 2006 02:59:01 +0000 (UTC) (envelope-from howard@leadmon.net) Received: from ibm.leadmon.net (ibm.leadmon.net [207.114.24.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BDCE43D5C for ; Mon, 15 May 2006 02:58:55 +0000 (GMT) (envelope-from howard@leadmon.net) Received: from gamer (gamer.leadmon.net [207.114.24.7]) (authenticated bits=0) by ibm.leadmon.net (8.13.6/8.13.6/LNSG+ORDB+SCOP+NJABL+SBL+DSBL+SORBS+CBL+RHSBL) with ESMTP id k4F2wpTp010274; Sun, 14 May 2006 22:58:55 -0400 (EDT) (envelope-from howard@leadmon.net) Authentication-Results: ibm.leadmon.net from=howard@leadmon.net; sender-id=pass; spf=pass X-SenderID: Sendmail Sender-ID Filter v0.2.12 ibm.leadmon.net k4F2wpTp010274 From: "Howard Leadmon" To: "'Stephen Hurd'" Date: Sun, 14 May 2006 22:58:46 -0400 Organization: Leadmon Networking Message-ID: <018801c677cb$7f574510$071872cf@Leadmon.local> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 In-Reply-To: <4467A709.1070700@sasktel.net> Thread-Index: AcZ3pTUN78WPh3NtTa+BTCJKFmCkEAAJUntw X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0 (ibm.leadmon.net [207.114.24.13]); Sun, 14 May 2006 22:58:55 -0400 (EDT) X-Virus-Scanned: ClamAV 0.88.2/1462/Sun May 14 14:24:29 2006 on ibm.leadmon.net X-Virus-Status: Clean Cc: freebsd-stable@freebsd.org Subject: RE: Trouble with NFSd under 6.1-Stable, any ideas? 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, 15 May 2006 02:59:01 -0000 Would this just be lockd, or should I disable both lockd and statd? I notice in the rc.conf it claims they are both supposed to be enabled, so not sure what issues I run into if I disable them, if any. As to my servers, I have a bunch of stuff running actually. The Dual XEON server being my fastest machine by far is my main server, off of that I have a SPARC running Solaris10, I have another SPARC running FreeBSD 6.1, I have a DEC Alpha running FreeBSD 4.11, and another old Dual XEON machine running FreeBSD 4.11, and finally another x86 machine running FreeBSD 7 current. This stuff has been doing great, I personally love FBSD, as you can tell from what is loaded on most of the servers. It just blows my mind that now after years of running the network like this, now something breaks. I get no errors in syslog, and it IS serving requests, as I have some web pages on the old 4.11 machine and they come up, just slowly compared to what they used to do. Oh well as they say, in the world of computers it's never easy.. LOL --- Howard Leadmon - howard@leadmon.net http://www.leadmon.net > -----Original Message----- > From: Stephen Hurd [mailto:shurd@sasktel.net] > Sent: Sunday, May 14, 2006 5:54 PM > To: Howard Leadmon > Cc: freebsd-stable@freebsd.org > Subject: Re: Trouble with NFSd under 6.1-Stable, any ideas? > > Howard Leadmon wrote: > > Hello All, > > > > I have been running FBSD a long while, and actually > running since the 5.x > > releases on the server I am having troubles with. I > basically have a small > > network and just use NIS/NFS to link my various FBSD and Solaris > > machines together. > > > > This has all been running fine up till a few days ago, > when all of a > > sudden NFS came to a crawl, and CPU usage so high the box > appears to freeze almost. > > When I had 6.1-RC running all seemed well, then came the > announcement > > for the official 6.1 release, so I did the cvs updates, made world, > > kernel, and ran mergemaster to get everything up to the 6.1 > stable version. > > > > Now after doing this, something is wrong with NFS. It > works, it will return > > information and open files, just it's very very slow, and while > > performing a request the CPU spike is astounding. A simple > du of my > > home directory can take minutes, and machine all but locks > up if the request is done over NFS. > > Here is top snip: > > > > PID USERNAME THR PRI NICE SIZE RES STATE C TIME > WCPU COMMAND > > 497 root 1 4 0 1252K 780K - 2 50:42 > 188.48% nfsd > > > > > > This is a nice IBM eServer with dual P4-XEON's and a > couple GB or RAM > > on a disk array, and locally is screams, heck NFS used to > scream till > > I updated. I am not really sure what info would be useful in > > debugging, so won't post tons of misc junk in this eMail, but if > > anyone has any ideas as to how best to figure out and > resolve this issue it would sure be appreicated... > > > Are you running rpc.lockd? I've had very bad luck with it > since sometime in the 5.x series... especially with it > interoperating with Solaris. I submitted a PR on it, but > it's apparently broken in about X ways. If possible, I would > suggest living without rpc.lockd for now (if you're currently > living with it that is) > > Other than that issue, NFS itself has been working nicely for me. > From owner-freebsd-stable@FreeBSD.ORG Mon May 15 03:39:58 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 153F216A402 for ; Mon, 15 May 2006 03:39:58 +0000 (UTC) (envelope-from b3k@mail.ru) Received: from mx7.mail.ru (mx7.mail.ru [194.67.23.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D2C243D49 for ; Mon, 15 May 2006 03:39:57 +0000 (GMT) (envelope-from b3k@mail.ru) Received: from [212.57.174.2] (port=16631 helo=localhost) by mx7.mail.ru with smtp id 1FfTw4-000GxP-00 for freebsd-stable@freebsd.org; Mon, 15 May 2006 07:39:56 +0400 Date: Mon, 15 May 2006 09:40:03 +0600 From: "Elisey O. Savateev" To: freebsd-stable@freebsd.org Message-Id: <20060515094003.3871dfff.b3k@mail.ru> In-Reply-To: References: X-Mailer: Sylpheed version 2.2.4 (GTK+ 2.8.17; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Mon__15_May_2006_09_40_03_+0600_A.evhZTyLvSID1hW" Subject: Re: SE Linux 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, 15 May 2006 03:39:58 -0000 --Signature=_Mon__15_May_2006_09_40_03_+0600_A.evhZTyLvSID1hW Content-Type: text/plain; charset=KOI8-R Content-Disposition: inline Content-Transfer-Encoding: base64 TW9uLCAxNSBNYXkgMjAwNiAxMDoyNjozMyArMDgwMA0KIkxvdyBLaWFuIFNlb25nIiA8ZnJlZWJz ZC5sb3dAZ21haWwuY29tPiD32SDQydPBzMk6DQoNCj4gRGVhciBhbGwsDQo+IA0KPiBJIHdpbGwg anVtcCBzdHJhaWdodCB0byB0aGUgcXVlc3Rpb24uIElzIHRoZXJlIHNvbWV0aGluZyBsaWtlIFNF DQo+IExpbnV4IGluIEZyZWVCU0Qgd2hpY2ggZW5mb3JjZXMgTWFuZGF0b3J5IEFjY2VzcyBDb250 cm9sIChNQUMpIG9uDQo+IHByb2Nlc3NlcyA/DQoNCglUaGVyZSBpcyBhIHByb2plY3QgY2FsbGVk ICJUcnVzdGVkQlNEIi4gRmlsZSBzeXN0ZW0gQUNMcyBhbmQNCk1BQyBmYWNpbGl0aWVzIGltcGxl bWVudGVkIGJhc2luZyBvbiBzZWN1cml0eSBleHRlbnNpb25zIG9mIHRoaXMNCnByb2plY3QuIFNl ZSBkZXRhaWxlZCBpbmZvcm1hdGlvbiBiZWxvdzoNCglodHRwOi8vd3d3LmZyZWVic2Qub3JnL2Rv Yy9lbl9VUy5JU084ODU5LTEvYm9va3MvaGFuZGJvb2svZnMtYWNsLmh0bWwNCglodHRwOi8vd3d3 LmZyZWVic2Qub3JnL2RvYy9lbl9VUy5JU084ODU5LTEvYm9va3MvaGFuZGJvb2svbWFjLmh0bWwN CglodHRwOi8vd3d3LnRydXN0ZWRic2Qub3JnL2hvbWUuaHRtbA0KDQotLS0NCkVsaXNleSBPLiBT YXZhdGVldiA8YjNrQG1haWwucnU+DQpodHRwOi8vYmlvM2suc29mdGJvYXJkLnJ1IHwgSUNROiA5 NTU1ODMNClBHUC9HUEcgcHVia2V5OiBodHRwOi8vYmlvM2suc29mdGJvYXJkLnJ1L3VwbG9hZHMv ZXRjL3B1YmtleS5hc2MNCg== --Signature=_Mon__15_May_2006_09_40_03_+0600_A.evhZTyLvSID1hW Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEZ/gZ1R+32Ql0ER4RAt86AKDF9L8fREWcxzYgoSLfnJjC72dEnQCgztBl 8jkmtlrNHQtllY8I7ZKnPvY= =rIQ5 -----END PGP SIGNATURE----- --Signature=_Mon__15_May_2006_09_40_03_+0600_A.evhZTyLvSID1hW-- From owner-freebsd-stable@FreeBSD.ORG Mon May 15 03:57:15 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CFC716A400 for ; Mon, 15 May 2006 03:57:15 +0000 (UTC) (envelope-from shurd@sasktel.net) Received: from misav02.sasknet.sk.ca (misav07.sasknet.sk.ca [142.165.20.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF2B543D49 for ; Mon, 15 May 2006 03:57:14 +0000 (GMT) (envelope-from shurd@sasktel.net) Received: from bgmpomr2.sasknet.sk.ca ([142.165.72.23]) by misav07 with InterScan Messaging Security Suite; Sun, 14 May 2006 21:57:13 -0600 Received: from [192.168.0.193] ([142.165.59.202]) by bgmpomr2.sasknet.sk.ca (SaskTel eMessaging Service) with ESMTPA id <0IZA00AHUGBDQG10@bgmpomr2.sasknet.sk.ca> for freebsd-stable@freebsd.org; Sun, 14 May 2006 21:57:13 -0600 (CST) Date: Sun, 14 May 2006 21:57:12 -0600 From: Stephen Hurd In-reply-to: <018801c677cb$7f574510$071872cf@Leadmon.local> To: Howard Leadmon Message-id: <4467FC18.1090607@sasktel.net> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT References: <018801c677cb$7f574510$071872cf@Leadmon.local> User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.0.1) Gecko/20060413 SeaMonkey/1.0 Cc: freebsd-stable@freebsd.org Subject: Re: Trouble with NFSd under 6.1-Stable, any ideas? 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, 15 May 2006 03:57:15 -0000 Howard Leadmon wrote: > Would this just be lockd, or should I disable both lockd and statd? I notice > in the rc.conf it claims they are both supposed to be enabled, so not sure > what issues I run into if I disable them, if any. > No need to disable rpc.statd though I don't know if any other programs request monitoring. The issues you'll run into is simply a lack of any locks on the mounted drive. This can easily lead to file corruption if multiple programs or multiple instances of a single program change the same file at the same time. Many programs will use NFS-safe lockfiles if configure to do so, which is often a useable workaround in a lockd-free world. If you're only using the files read-only, or only a single process uses files on the mount at a time (on *all* systems) then there's no issue at all. From owner-freebsd-stable@FreeBSD.ORG Mon May 15 05:43:52 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D42CB16A401 for ; Mon, 15 May 2006 05:43:52 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AAE443D48 for ; Mon, 15 May 2006 05:43:51 +0000 (GMT) (envelope-from pyunyh@gmail.com) Received: by nz-out-0102.google.com with SMTP id 8so77580nzo for ; Sun, 14 May 2006 22:43:51 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=Ik7J1YCbzzKS22Jtt/8ar+FCpv9/SrDtC4cC3pys4lYkDP+UFM2xUMbATAyWo1VXjN9WVuP5OKwIl0a0VI8cr57HcdnGbuYr0BsmjY5e+AwyAdplQ3dUNvqkOFtGcGFwdpKfL26U5hT2lEJkTVB15DWXL2TWQmk9enZ113HPeLI= Received: by 10.36.66.3 with SMTP id o3mr5303073nza; Sun, 14 May 2006 22:43:51 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.gmail.com with ESMTP id 15sm2062380nzo.2006.05.14.22.43.49; Sun, 14 May 2006 22:43:50 -0700 (PDT) Received: from michelle.cdnetworks.co.kr (localhost.cdnetworks.co.kr [127.0.0.1]) by michelle.cdnetworks.co.kr (8.13.5/8.13.5) with ESMTP id k4F5iema034475 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 15 May 2006 14:44:40 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id k4F5icjo034474; Mon, 15 May 2006 14:44:38 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Mon, 15 May 2006 14:44:38 +0900 From: Pyun YongHyeon To: Ganbold Message-ID: <20060515054438.GD33019@cdnetworks.co.kr> References: <20060324223317.2069564f@it.buh.tecnik93.com> <20060327185142.GC24315@soaustin.net> <200603271848.19010.joao@matik.com.br> <200603280221.28996.pieter@degoeje.nl> <20060328020840.GA8189@cdnetworks.co.kr> <20060328034846.GA81006@0lsen.net> <20060328142215.GC65098@freebie.xs4all.nl> <20060329104842.GA12679@cdnetworks.co.kr> <445EC5FA.10103@micom.mng.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <445EC5FA.10103@micom.mng.net> User-Agent: Mutt/1.4.2.1i Cc: freebsd-stable@FreeBSD.ORG Subject: Re: new sk driver [was: nve timeout (and down) regression?] 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: Mon, 15 May 2006 05:43:53 -0000 On Mon, May 08, 2006 at 01:15:54PM +0900, Ganbold wrote: > Pyun, > > Pyun YongHyeon wrote: > >On Tue, Mar 28, 2006 at 04:22:15PM +0200, Wilko Bulte wrote: > > > On Mon, Mar 27, 2006 at 07:48:46PM -0800, Clint Olsen wrote.. > > > > On Mar 28, Pyun YongHyeon wrote: > > > > > and sparc64(SMP) and I never see above errors. The only issue > > known to > > > > > me is occasional watchdog timeout error which I really want to fix. > > But > > > > > the watchdog timeout error is hard to reproduce and I couldn't > > reproduce > > > > > the error on my system. > > > > > > > > I'm still seeing the watchdog timeout on 5.5-PRERELEASE > > (uni-processor): > > > > > > > > Mar 22 14:47:04 belle kernel: sk0: watchdog timeout > > > > Mar 24 08:37:19 belle kernel: sk0: watchdog timeout > > > > Mar 27 04:09:15 belle kernel: sk0: watchdog timeout > > > > > > > > But at least the driver doesn't wedge the interface now. > > > > > > Yes, same here on 6.1-PRERELEASE: > > > > > > ch0: 10 slots, 1 drive, 1 picker, 0 portals > > > sk0: watchdog timeout > > > sk0: watchdog timeout > > > > > > >Ok, here is a new patch that try to fix the watchdog timeout error. > >I don't know it will eradicate the bug as I don't see the watchdog > >error on my system. > >The patch borrowed Yukon specific register definition from Linux > >driver and adopted Yukon FIFO related operations from Linux. I don't > >know exact meaning of the registers(it's just guessing) but it seems > >it doesn't hurt on my system. > > > >You may have to download 4 files to build the driver. > >http://people.freebsd.org/~yongari/sk/sk_test2/if_sk.c > >http://people.freebsd.org/~yongari/sk/sk_test2/if_skreg.h > >http://people.freebsd.org/~yongari/sk/sk_test2/xmaciireg.h > >http://people.freebsd.org/~yongari/sk/sk_test2/yukonreg.h > > > I compiled new sk driver on 6.1-RC, however I couldn't get it work. > When I load module I get: > > May 8 12:04:56 proxy kernel: skc0: port > 0xcc00-0xccff mem 0xfe3fc000-0xfe3fffff irq 20 at device 3.0 on pci6 > May 8 12:04:56 proxy kernel: skc0: unknown media type: 0x31 > May 8 12:04:56 proxy kernel: device_attach: skc0 attach returned 6 > FYI: Fix committed to HEAD. -- Regards, Pyun YongHyeon From owner-freebsd-stable@FreeBSD.ORG Mon May 15 06:09:33 2006 Return-Path: X-Original-To: freebsd-stable@FreeBSD.ORG Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CB4716A400 for ; Mon, 15 May 2006 06:09:33 +0000 (UTC) (envelope-from ganbold@micom.mng.net) Received: from publicd.ub.mng.net (publicd.ub.mng.net [202.179.0.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7842443D48 for ; Mon, 15 May 2006 06:09:31 +0000 (GMT) (envelope-from ganbold@micom.mng.net) Received: from [202.179.0.164] (helo=[192.168.0.18]) by publicd.ub.mng.net with esmtpa (Exim 4.61 (FreeBSD)) (envelope-from ) id 1FfWGa-000462-3e; Mon, 15 May 2006 15:09:16 +0900 Message-ID: <44681B0B.2070205@micom.mng.net> Date: Mon, 15 May 2006 15:09:15 +0900 From: Ganbold User-Agent: Thunderbird 1.5.0.2 (X11/20060425) MIME-Version: 1.0 To: pyunyh@gmail.com References: <20060324223317.2069564f@it.buh.tecnik93.com> <20060327185142.GC24315@soaustin.net> <200603271848.19010.joao@matik.com.br> <200603280221.28996.pieter@degoeje.nl> <20060328020840.GA8189@cdnetworks.co.kr> <20060328034846.GA81006@0lsen.net> <20060328142215.GC65098@freebie.xs4all.nl> <20060329104842.GA12679@cdnetworks.co.kr> <445EC5FA.10103@micom.mng.net> <20060515054438.GD33019@cdnetworks.co.kr> In-Reply-To: <20060515054438.GD33019@cdnetworks.co.kr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@FreeBSD.ORG Subject: Re: new sk driver [was: nve timeout (and down) 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: Mon, 15 May 2006 06:09:33 -0000 Pyun YongHyeon wrote: > On Mon, May 08, 2006 at 01:15:54PM +0900, Ganbold wrote: > > Pyun, > > > > Pyun YongHyeon wrote: > > >On Tue, Mar 28, 2006 at 04:22:15PM +0200, Wilko Bulte wrote: > > > > On Mon, Mar 27, 2006 at 07:48:46PM -0800, Clint Olsen wrote.. > > > > > On Mar 28, Pyun YongHyeon wrote: > > > > > > and sparc64(SMP) and I never see above errors. The only issue > > > known to > > > > > > me is occasional watchdog timeout error which I really want to fix. > > > But > > > > > > the watchdog timeout error is hard to reproduce and I couldn't > > > reproduce > > > > > > the error on my system. > > > > > > > > > > I'm still seeing the watchdog timeout on 5.5-PRERELEASE > > > (uni-processor): > > > > > > > > > > Mar 22 14:47:04 belle kernel: sk0: watchdog timeout > > > > > Mar 24 08:37:19 belle kernel: sk0: watchdog timeout > > > > > Mar 27 04:09:15 belle kernel: sk0: watchdog timeout > > > > > > > > > > But at least the driver doesn't wedge the interface now. > > > > > > > > Yes, same here on 6.1-PRERELEASE: > > > > > > > > ch0: 10 slots, 1 drive, 1 picker, 0 portals > > > > sk0: watchdog timeout > > > > sk0: watchdog timeout > > > > > > > > > >Ok, here is a new patch that try to fix the watchdog timeout error. > > >I don't know it will eradicate the bug as I don't see the watchdog > > >error on my system. > > >The patch borrowed Yukon specific register definition from Linux > > >driver and adopted Yukon FIFO related operations from Linux. I don't > > >know exact meaning of the registers(it's just guessing) but it seems > > >it doesn't hurt on my system. > > > > > >You may have to download 4 files to build the driver. > > >http://people.freebsd.org/~yongari/sk/sk_test2/if_sk.c > > >http://people.freebsd.org/~yongari/sk/sk_test2/if_skreg.h > > >http://people.freebsd.org/~yongari/sk/sk_test2/xmaciireg.h > > >http://people.freebsd.org/~yongari/sk/sk_test2/yukonreg.h > > > > > I compiled new sk driver on 6.1-RC, however I couldn't get it work. > > When I load module I get: > > > > May 8 12:04:56 proxy kernel: skc0: port > > 0xcc00-0xccff mem 0xfe3fc000-0xfe3fffff irq 20 at device 3.0 on pci6 > > May 8 12:04:56 proxy kernel: skc0: unknown media type: 0x31 > > May 8 12:04:56 proxy kernel: device_attach: skc0 attach returned 6 > > > FYI: Fix committed to HEAD. > Thanks a lot. Ganbold From owner-freebsd-stable@FreeBSD.ORG Mon May 15 07:58:27 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2455716A401 for ; Mon, 15 May 2006 07:58:27 +0000 (UTC) (envelope-from kaiwai.gardiner@gmail.com) Received: from grunt8.ihug.co.nz (grunt8.ihug.co.nz [203.109.254.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB35943D46 for ; Mon, 15 May 2006 07:58:26 +0000 (GMT) (envelope-from kaiwai.gardiner@gmail.com) Received: from 203-173-144-115.bliink.ihug.co.nz ([192.168.1.3]) [203.173.144.115] by grunt8.ihug.co.nz with esmtp (Exim 3.35 #1 (Debian)) id 1FfXyD-0001T2-00; Mon, 15 May 2006 19:58:25 +1200 From: Kaiwai Gardiner To: freebsd-stable@freebsd.org Content-Type: text/plain Date: Mon, 15 May 2006 19:59:35 +1200 Message-Id: <1147679975.34435.2.camel@tchaikovsky> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: 6.1 RELEASE compiling problems: 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, 15 May 2006 07:58:27 -0000 Hi, I am experiencing problems compiling FreeBSD 6.1 RELEASE; the following link has the relevant information: http://www.freebsd.org/cgi/query-pr.cgi?pr=97240 The file does exist in the src/contrib/gcc directory, but it seems that the compiler/installer isn't picking it up. Thank you for any help, Matty From owner-freebsd-stable@FreeBSD.ORG Mon May 15 08:06:01 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8E6E16A40E for ; Mon, 15 May 2006 08:06:01 +0000 (UTC) (envelope-from jmz@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5889B43D4C; Mon, 15 May 2006 08:06:01 +0000 (GMT) (envelope-from jmz@FreeBSD.org) Received: from freefall.freebsd.org (jmz@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k4F861Zk059458; Mon, 15 May 2006 08:06:01 GMT (envelope-from jmz@freefall.freebsd.org) Received: (from jmz@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k4F8613I059455; Mon, 15 May 2006 08:06:01 GMT (envelope-from jmz) Date: Mon, 15 May 2006 08:06:01 GMT Message-Id: <200605150806.k4F8613I059455@freefall.freebsd.org> From: Jean-Marc Zucconi To: Kaiwai Gardiner In-Reply-To: <1147679975.34435.2.camel@tchaikovsky> References: <1147679975.34435.2.camel@tchaikovsky> X-Mailer: Emacs 21.3.1 Cc: freebsd-stable@freebsd.org Subject: Re: 6.1 RELEASE compiling problems: 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, 15 May 2006 08:06:01 -0000 >>>>> Kaiwai Gardiner writes: > Hi, I am experiencing problems compiling FreeBSD 6.1 RELEASE; the > following link has the relevant information: > http://www.freebsd.org/cgi/query-pr.cgi?pr=97240 Remove the line CXXFLAGS=... in /etc/make.conf Jean-Marc -- Jean-Marc Zucconi -- PGP Key: finger jmz@FreeBSD.org [KeyID: 400B38E9] From owner-freebsd-stable@FreeBSD.ORG Mon May 15 08:21:07 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D5A116A428 for ; Mon, 15 May 2006 08:21:03 +0000 (UTC) (envelope-from bkoenig@cs.tu-berlin.de) Received: from efacilitas.de (smtp.efacilitas.de [85.10.196.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1591943D49 for ; Mon, 15 May 2006 08:19:41 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from eurystheus.local (port-212-202-39-242.dynamic.qsc.de [212.202.39.242]) by efacilitas.de (Postfix) with ESMTP id C81B14C9D1; Mon, 15 May 2006 10:31:22 +0200 (CEST) Received: from [192.168.1.2] (muhkuh.local [192.168.1.2]) by eurystheus.local (Postfix) with ESMTP id C697152859; Mon, 15 May 2006 10:18:43 +0200 (CEST) Message-ID: <446839AF.8000101@cs.tu-berlin.de> Date: Mon, 15 May 2006 10:19:59 +0200 From: =?ISO-8859-15?Q?Bj=F6rn_K=F6nig?= User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: de-DE, de, en-us, en MIME-Version: 1.0 To: Kaiwai Gardiner References: <1147679975.34435.2.camel@tchaikovsky> In-Reply-To: <1147679975.34435.2.camel@tchaikovsky> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-stable@freebsd.org Subject: Re: 6.1 RELEASE compiling problems: 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, 15 May 2006 08:21:07 -0000 Kaiwai Gardiner schrieb: > Hi, I am experiencing problems compiling FreeBSD 6.1 RELEASE; the > following link has the relevant information: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=97240 > > The file does exist in the src/contrib/gcc directory, but it seems that > the compiler/installer isn't picking it up. > > Thank you for any help, This is not a problem that occur with 6.1-RELEASE only. There are a lot of mails in the FreeBSD mailing list archive concerning this. I suggest to delete /usr/obj and remove compiler settings and flags from /etc/make.conf. buildworld is not supported with "-Os -march=pentiumpro". Björn From owner-freebsd-stable@FreeBSD.ORG Mon May 15 08:45:31 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B305016A627 for ; Mon, 15 May 2006 08:45:31 +0000 (UTC) (envelope-from Roar.Pettersen@it.uib.no) Received: from alf.uib.no (alf.uib.no [129.177.30.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id F00DB43D97 for ; Mon, 15 May 2006 08:45:21 +0000 (GMT) (envelope-from Roar.Pettersen@it.uib.no) Received: from edprp by alf.uib.no with local-esmtp (Exim 4.34) id 1FfYha-0006So-TX; Mon, 15 May 2006 10:45:18 +0200 Date: Mon, 15 May 2006 10:45:18 +0200 (CEST) From: Roar Pettersen X-X-Sender: edprp@alf.uib.no To: scrappy@hub.org In-Reply-To: <1147679975.34435.2.camel@tchaikovsky> Message-ID: References: <1147679975.34435.2.camel@tchaikovsky> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Sender: Roar Pettersen Cc: freebsd-stable@freebsd.org Subject: fxp0: ethernet freezes sporatically ... 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, 15 May 2006 08:45:34 -0000 Hi ! >Here is the issue ... periodically, for 60-120 secs, my SSH >connections to servers in both Panama, Central America and Toronto, >Canada, will hang ... seems to be totally random ... I have also seen this on both 6.0 and 6.1 installations which have "old" hardware. Seen it on both fxp0 and xl0 interfaces. My 1 cent solution was to edit /etc/ssh/sshd_config with this : ClientAliveInterval 60 -- Med vennlig hilsen / Regards; Roar Pettersen Universitetet i Bergen - The University of Bergen Nygardsgt. 5 - N-5020 BERGEN - Norway Tlf: +47 55 58 40 55 VIP: 81503 fax: +47 55 58 40 70 roar.pettersen@it.uib.no - IT-Avd, UiB - http://www.uib.no From owner-freebsd-stable@FreeBSD.ORG Mon May 15 09:44:36 2006 Return-Path: X-Original-To: freebsd-stable@FreeBSD.org Delivered-To: freebsd-stable@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1984C16A45E for ; Mon, 15 May 2006 09:44:36 +0000 (UTC) (envelope-from dmitry@atlantis.dp.ua) Received: from postman.atlantis.dp.ua (postman.atlantis.dp.ua [193.108.47.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17EE543D46 for ; Mon, 15 May 2006 09:44:34 +0000 (GMT) (envelope-from dmitry@atlantis.dp.ua) Received: from smtp.atlantis.dp.ua (smtp.atlantis.dp.ua [193.108.46.231]) by postman.atlantis.dp.ua (8.13.1/8.13.1) with ESMTP id k4F9hVlU044170; Mon, 15 May 2006 12:43:31 +0300 (EEST) (envelope-from dmitry@atlantis.dp.ua) Date: Mon, 15 May 2006 12:43:31 +0300 (EEST) From: Dmitry Pryanishnikov To: Jonathan Noack In-Reply-To: <4465843E.9070108@alumni.rice.edu> Message-ID: <20060515123801.B36421@atlantis.atlantis.dp.ua> References: <20060427160536.M96305@atlantis.atlantis.dp.ua> <20060427181226.GA66431@xor.obsecurity.org> <20060428122448.K57436@atlantis.atlantis.dp.ua> <20060428182818.GA10410@xor.obsecurity.org> <20060512161836.R75964@atlantis.atlantis.dp.ua> <20060513020051.GB18438@xor.obsecurity.org> <20060513084236.W74146@atlantis.atlantis.dp.ua> <4465843E.9070108@alumni.rice.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-stable@FreeBSD.org, Kris Kennaway Subject: Re: RELENG_4 -> 5 -> 6: significant 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: Mon, 15 May 2006 09:44:36 -0000 Hello! On Sat, 13 May 2006, Jonathan Noack wrote: > Have you tried putting I586_CPU in there? See > http://lists.freebsd.org/pipermail/freebsd-stable/2005-December/020696.html. Thanks for suggestion. I've just tried it, performance difference is indistinguishable. > Also, use the link0 option with your fxp cards if they support it. See > the fxp(4) man page for more info. Here is an example /etc/rc.conf entry: > ifconfig_fxp0="inet xxx.xxx.xxx.xxx netmask xxx.xxx.xxx.xxx link0" Well, I'm aware of this feature. I'm just evaluating performance of RELENG_6 systems on uniprocessor i386 system, and (for now) it's significantly worse than under RELENG_4. So I've used fxp just for comparison (and to rule out possible specific regression in rl NIC driver), not for anything more serious. > Jonathan Noack | noackjr@alumni.rice.edu | OpenPGP: 0x991D8195 Sincerely, Dmitry -- Atlantis ISP, System Administrator e-mail: dmitry@atlantis.dp.ua nic-hdl: LYNX-RIPE From owner-freebsd-stable@FreeBSD.ORG Mon May 15 10:28:30 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C1EE16A400 for ; Mon, 15 May 2006 10:28:30 +0000 (UTC) (envelope-from yoshin-t@jp.fujitsu.com) Received: from fgwmail6.fujitsu.co.jp (fgwmail6.fujitsu.co.jp [192.51.44.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8206643D45 for ; Mon, 15 May 2006 10:28:29 +0000 (GMT) (envelope-from yoshin-t@jp.fujitsu.com) Received: from m7.gw.fujitsu.co.jp ([10.0.50.77]) by fgwmail6.fujitsu.co.jp (Fujitsu Gateway) with ESMTP id k4FASR7R018313 for ; Mon, 15 May 2006 19:28:28 +0900 (envelope-from yoshin-t@jp.fujitsu.com) Received: from s6.gw.fujitsu.co.jp by m7.gw.fujitsu.co.jp (8.12.10/Fujitsu Domain Master) id k4FASRoG008471 for ; Mon, 15 May 2006 19:28:27 +0900 (envelope-from yoshin-t@jp.fujitsu.com) Received: from s6.gw.fujitsu.co.jp (s6 [127.0.0.1]) by s6.gw.fujitsu.co.jp (Postfix) with ESMTP id D7DEB39800C for ; Mon, 15 May 2006 19:28:26 +0900 (JST) Received: from vs.kawasaki.flab.fujitsu.co.jp (vs.kawasaki.flab.fujitsu.co.jp [10.25.192.105]) by s6.gw.fujitsu.co.jp (Postfix) with ESMTP id 623C63980FF for ; Mon, 15 May 2006 19:28:26 +0900 (JST) Received: from vs.kawasaki.flab.fujitsu.co.jp (localhost [127.0.0.1]) by vs.kawasaki.flab.fujitsu.co.jp (8.13.6/8.13.6/060329-after_scanning) with SMTP id k4FASQ5J027771 for ; Mon, 15 May 2006 19:28:26 +0900 (JST) Received: from palomino.cad.flab.fujitsu.co.jp ([10.25.155.139]) by vs.kawasaki.flab.fujitsu.co.jp (SMSSMTP 4.1.5.31) with SMTP id M2006051519282626659 for ; Mon, 15 May 2006 19:28:26 +0900 Received: from palomino.cad.flab.fujitsu.co.jp (localhost [IPv6:::1]) by palomino.cad.flab.fujitsu.co.jp (8.13.4/8.13.1) with ESMTP id k4FAReYR037818 for ; Mon, 15 May 2006 19:28:05 +0900 (JST) (envelope-from yoshin-t@jp.fujitsu.com) From: TOMITA Yoshinori To: freebsd-stable@freebsd.org MIME-Version: 1.0 (generated by WEMIKO 1.14.1 - =?ISO-2022-JP?B?Ig==?= =?ISO-2022-JP?B?GyRCNl9KXExTQ24bKEIi?=) Content-Type: text/plain; charset=US-ASCII Date: Mon, 15 May 2006 19:27:40 +0900 Message-ID: User-Agent: T-gnus/6.17.4 (based on No Gnus v0.4) WEMIKO/1.14.1 (=?ISO-2022-JP?B?GyRCNl9KXExTQ24bKEI=?=) SLIM/1.14.7 (=?ISO-2022-JP?B?GyRCPHIwZjpMTD4bKEI=?=) APEL/10.3 XEmacs/21.4.17 (i386-unknown-freebsd5.4) MULE Mule-UCS/0.84 (=?ISO-2022-JP?B?S09VR0VU?= =?ISO-2022-JP?B?U1VEQUk6GyRCOH43bkJmGyhC?=) Subject: (kbdmux) JP106/109 USB keyboard backslash/underscore trouble 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, 15 May 2006 10:28:30 -0000 Hello, After upgrading from FreeBSD 5.4 to 6.1, backslash/underscore key on Japanese 106/109 keyboard, which resides left of Rshift key, cannot be used any more. Without kbdmux, the key works well. Japanese 106/109 PS/2 keyborad has no problem. This problem is USB only. Here is a patch. This worked for me. --- kbdmux.c.org Wed Mar 29 11:06:35 2006 +++ kbdmux.c Mon May 15 19:08:36 2006 @@ -764,6 +764,9 @@ case 0x63: /* wake key */ keycode = 0x6f; break; + case 0x64: /* [JP106USB] backslash, underscore */ + keycode = 0x73; + break; default: /* ignore everything else */ goto next_code; } -- --- TOMITA Yoshinori From owner-freebsd-stable@FreeBSD.ORG Mon May 15 12:00:58 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 584CB16A7ED; Mon, 15 May 2006 12:00:58 +0000 (UTC) (envelope-from mak@ll.mit.edu) Received: from ll.mit.edu (LLMAIL.LL.MIT.EDU [129.55.12.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5F6143D46; Mon, 15 May 2006 12:00:57 +0000 (GMT) (envelope-from mak@ll.mit.edu) Received: (from smtp@localhost) by ll.mit.edu (8.12.10/8.8.8) id k4FC0uTi026837; Mon, 15 May 2006 08:00:56 -0400 (EDT) Received: from UNKNOWN( ), claiming to be "koerber.llan.ll.mit.edu" via SMTP by llmail, id smtpdAAAJ5aai0; Mon May 15 08:00:48 2006 Date: Mon, 15 May 2006 08:00:48 -0400 Message-ID: <53u07rv6of.wl%mak@ll.mit.edu> From: "Michael A. Koerber" To: stable@freebsd.org, current@freebsd.org User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 Emacs/21.3 (i386--freebsd) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Cc: Subject: burncd audio produces white noise 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, 15 May 2006 12:00:58 -0000 All, Once upon a time, I think with 5.x or perhaps earlier, the command (ATAPI drive) burncd -ef /dev/acd0 audio *.cdr fixate would produce an audio CD for me. However, under 6.0 and recently 6.1 this same command produces an CD filled with white noise only. The entire procedure I've used is: 1. Start w/ some MP3 files. 2. Use sox (or lame) to convert to CDR format 3. Verify the CDR format with 'xine filename.cdr' (sounds good) 4. Make CD with above command. 5. Play CD on two different players (one on PC, one on entertainment system) (sounds like white noise) 6. Extract a CD track with dd if=/dev/acd0t01 of=tmp.cdr bs=2532 7. Test ripped track with 'xine tmp.cdr' sound just like the original MP3! To ensure that there weren't permissions problems along the way, I've executed these commands as root, though I once did this as a normal user. Any ideas on what I should look at to fix this problem? tnx in advance mike -- There are no short cuts to anywhere worth going. From owner-freebsd-stable@FreeBSD.ORG Mon May 15 12:01:02 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E512916A84A for ; Mon, 15 May 2006 12:01:02 +0000 (UTC) (envelope-from bsd@lordcow.org) Received: from smtp1.uct.ac.za (smtp1.uct.ac.za [137.158.128.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id 277CA43D48 for ; Mon, 15 May 2006 12:01:02 +0000 (GMT) (envelope-from bsd@lordcow.org) Received: from [137.158.128.125] (helo=anubis.uct.ac.za) by smtp1.uct.ac.za with esmtp (Exim 4.30; FreeBSD) id 1Ffbkx-0009Jc-IB for stable@freebsd.org; Mon, 15 May 2006 14:00:59 +0200 Received: from lhc.phy.uct.ac.za ([137.158.37.93]) by anubis.uct.ac.za with esmtp (Exim 4.60 (FreeBSD)) (envelope-from ) id 1Ffbkv-0004Qd-1t for stable@freebsd.org; Mon, 15 May 2006 14:00:57 +0200 Received: from lordcow by lhc.phy.uct.ac.za with local (Exim 4.61) (envelope-from ) id 1Ffbkv-0001G7-JO for stable@freebsd.org; Mon, 15 May 2006 14:00:57 +0200 Date: Mon, 15 May 2006 14:00:57 +0200 From: gareth To: stable@freebsd.org Message-ID: <20060515120057.GA4759@lordcow.org> Mail-Followup-To: stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.11+cvs20060403 Cc: Subject: fsck 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, 15 May 2006 12:01:03 -0000 hi, this box has had far too many hard reboots, but can anyone shed some light on whether this's inconsistent? i boot into single user mode, run fsck and fix all the partitions. rerunning fsck shows no more problems. mounting the filesystems and running fsck shows no problems. but when i reboot into normal mode, and run fsck on these 2 particular partitions: (and rebooting into single user mode again doesn't help). # fsck /tmp ** /dev/ad0s1e (NO WRITE) ** Last Mounted on /tmp ** Phase 1 - Check Blocks and Sizes ** Phase 2 - Check Pathnames ** Phase 3 - Check Connectivity ** Phase 4 - Check Reference Counts UNREF FILE I=83 OWNER=mysql MODE=100600 SIZE=0 MTIME=May 12 16:37 2006 CLEAR? no UNREF FILE I=84 OWNER=mysql MODE=100600 SIZE=0 MTIME=May 12 16:37 2006 CLEAR? no UNREF FILE I=85 OWNER=mysql MODE=100600 SIZE=0 MTIME=May 12 16:37 2006 CLEAR? no ** Phase 5 - Check Cyl groups 82 files, 540 used, 126299 free (27 frags, 15784 blocks, 0.0% fragmentation) # fsck /var ** /dev/ad0s1d (NO WRITE) ** Last Mounted on /var ** Phase 1 - Check Blocks and Sizes ** Phase 2 - Check Pathnames ** Phase 3 - Check Connectivity ** Phase 4 - Check Reference Counts UNREF FILE I=8314 OWNER=root MODE=100644 SIZE=0 MTIME=May 12 16:37 2006 CLEAR? no UNREF FILE I=8376 OWNER=root MODE=140666 SIZE=0 MTIME=May 12 16:37 2006 CLEAR? no ** Phase 5 - Check Cyl groups 1637 files, 37723 used, 89116 free (1252 frags, 10983 blocks, 1.0% fragmentation) From owner-freebsd-stable@FreeBSD.ORG Mon May 15 12:51:39 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 313F216A420; Mon, 15 May 2006 12:51:39 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: from matrix.teledomenet.gr (dns1.teledomenet.gr [213.142.128.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97D3443D45; Mon, 15 May 2006 12:51:37 +0000 (GMT) (envelope-from nvass@teledomenet.gr) Received: from [192.168.1.71] ([192.168.1.71]) by matrix.teledomenet.gr (8.12.10/8.12.10) with ESMTP id k4FCpaEY029687; Mon, 15 May 2006 15:51:36 +0300 From: Nikos Vassiliadis To: freebsd-stable@freebsd.org Date: Mon, 15 May 2006 15:48:22 +0300 User-Agent: KMail/1.9.1 References: <20060515120057.GA4759@lordcow.org> In-Reply-To: <20060515120057.GA4759@lordcow.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-7" Content-Transfer-Encoding: 8bit Content-Disposition: inline Message-Id: <200605151548.23090.nvass@teledomenet.gr> Cc: gareth , stable@freebsd.org Subject: Re: fsck 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, 15 May 2006 12:51:42 -0000 On Monday 15 May 2006 15:00, gareth wrote: > hi, this box has had far too many hard reboots, but can anyone shed some > light on whether this's inconsistent? i boot into single user mode, everything is mounted read-only, > run fsck and fix all the partitions. rerunning fsck shows no more problems. > mounting the filesystems and running fsck shows no problems. but when > i reboot into normal mode, where everything is mounted read-write for normal use > and run fsck on these 2 particular partitions: > (and rebooting into single user mode again doesn't help). > You cannot fsck a read-write mounted filesystem. The kernel is using it and will be in a state where fsck will think it has errors. Umount the filesystem first, check it then. Álternatively you can snapshot it, and fsck -n the_snapshot HTH, Nikos From owner-freebsd-stable@FreeBSD.ORG Mon May 15 12:51:39 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 313F216A420; Mon, 15 May 2006 12:51:39 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: from matrix.teledomenet.gr (dns1.teledomenet.gr [213.142.128.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97D3443D45; Mon, 15 May 2006 12:51:37 +0000 (GMT) (envelope-from nvass@teledomenet.gr) Received: from [192.168.1.71] ([192.168.1.71]) by matrix.teledomenet.gr (8.12.10/8.12.10) with ESMTP id k4FCpaEY029687; Mon, 15 May 2006 15:51:36 +0300 From: Nikos Vassiliadis To: freebsd-stable@freebsd.org Date: Mon, 15 May 2006 15:48:22 +0300 User-Agent: KMail/1.9.1 References: <20060515120057.GA4759@lordcow.org> In-Reply-To: <20060515120057.GA4759@lordcow.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-7" Content-Transfer-Encoding: 8bit Content-Disposition: inline Message-Id: <200605151548.23090.nvass@teledomenet.gr> Cc: gareth , stable@freebsd.org Subject: Re: fsck 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, 15 May 2006 12:51:42 -0000 On Monday 15 May 2006 15:00, gareth wrote: > hi, this box has had far too many hard reboots, but can anyone shed some > light on whether this's inconsistent? i boot into single user mode, everything is mounted read-only, > run fsck and fix all the partitions. rerunning fsck shows no more problems. > mounting the filesystems and running fsck shows no problems. but when > i reboot into normal mode, where everything is mounted read-write for normal use > and run fsck on these 2 particular partitions: > (and rebooting into single user mode again doesn't help). > You cannot fsck a read-write mounted filesystem. The kernel is using it and will be in a state where fsck will think it has errors. Umount the filesystem first, check it then. Álternatively you can snapshot it, and fsck -n the_snapshot HTH, Nikos From owner-freebsd-stable@FreeBSD.ORG Mon May 15 12:55:06 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A50E016A532; Mon, 15 May 2006 12:55:06 +0000 (UTC) (envelope-from ob@gruft.de) Received: from obh.snafu.de (obh.snafu.de [213.73.92.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2AC243D73; Mon, 15 May 2006 12:55:00 +0000 (GMT) (envelope-from ob@gruft.de) Received: from ob by obh.snafu.de with local (Exim 4.62 (FreeBSD)) (envelope-from ) id 1FfcbD-0001TS-Ig; Mon, 15 May 2006 14:54:59 +0200 Date: Mon, 15 May 2006 14:54:59 +0200 From: Oliver Brandmueller To: freebsd-stable@freebsd.org Message-ID: <20060515125459.GV98577@e-Gitt.NET> Mail-Followup-To: freebsd-stable@freebsd.org, stable@freebsd.org References: <20060515120057.GA4759@lordcow.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="zROEGoKAXsG5UqGB" Content-Disposition: inline In-Reply-To: <20060515120057.GA4759@lordcow.org> User-Agent: Mutt/1.5.11 Sender: Oliver Brandmueller Cc: stable@freebsd.org Subject: Re: fsck 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, 15 May 2006 12:55:06 -0000 --zROEGoKAXsG5UqGB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi. On Mon, May 15, 2006 at 02:00:57PM +0200, gareth wrote: > hi, this box has had far too many hard reboots, but can anyone shed some > light on whether this's inconsistent? i boot into single user mode, > run fsck and fix all the partitions. rerunning fsck shows no more problem= s. > mounting the filesystems and running fsck shows no problems. but when > i reboot into normal mode, and run fsck on these 2 particular partitions: > (and rebooting into single user mode again doesn't help). > # fsck /tmp > ** /dev/ad0s1e (NO WRITE) [...] > # fsck /var > ** /dev/ad0s1d (NO WRITE) Errm, You run fsck onto a r/w mounted partition on multiuser mode? If this understanding of what your saying here is correct, then this is the problem: a r/w mounted fs is a) never "clean" (in terms of a fsck that takes some time to run) because it changes with every operation and b) should never be checked in that way (that's exactly what fsck means when telling you "NO WRITE"). If a second fsck on the unmounted partition in single user does not show=20 any problems anymore you can consider the filesystem clean. UFS2=20 (FreeBSD 5 and it's successors) can be checked "online" by fsck=20 background mode (-B switch of fsck), but you should not need it. - Oliver --zROEGoKAXsG5UqGB Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEaHojiqtMdzjafykRAshcAKCP7vkYFjFvLgAfcJ7XYVWrcg65vACfd8Xx 6jiM+HiMXbNmcl3bF+GL/5k= =P+OB -----END PGP SIGNATURE----- --zROEGoKAXsG5UqGB-- From owner-freebsd-stable@FreeBSD.ORG Mon May 15 12:55:06 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A50E016A532; Mon, 15 May 2006 12:55:06 +0000 (UTC) (envelope-from ob@gruft.de) Received: from obh.snafu.de (obh.snafu.de [213.73.92.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2AC243D73; Mon, 15 May 2006 12:55:00 +0000 (GMT) (envelope-from ob@gruft.de) Received: from ob by obh.snafu.de with local (Exim 4.62 (FreeBSD)) (envelope-from ) id 1FfcbD-0001TS-Ig; Mon, 15 May 2006 14:54:59 +0200 Date: Mon, 15 May 2006 14:54:59 +0200 From: Oliver Brandmueller To: freebsd-stable@freebsd.org Message-ID: <20060515125459.GV98577@e-Gitt.NET> Mail-Followup-To: freebsd-stable@freebsd.org, stable@freebsd.org References: <20060515120057.GA4759@lordcow.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="zROEGoKAXsG5UqGB" Content-Disposition: inline In-Reply-To: <20060515120057.GA4759@lordcow.org> User-Agent: Mutt/1.5.11 Sender: Oliver Brandmueller Cc: stable@freebsd.org Subject: Re: fsck 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, 15 May 2006 12:55:06 -0000 --zROEGoKAXsG5UqGB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi. On Mon, May 15, 2006 at 02:00:57PM +0200, gareth wrote: > hi, this box has had far too many hard reboots, but can anyone shed some > light on whether this's inconsistent? i boot into single user mode, > run fsck and fix all the partitions. rerunning fsck shows no more problem= s. > mounting the filesystems and running fsck shows no problems. but when > i reboot into normal mode, and run fsck on these 2 particular partitions: > (and rebooting into single user mode again doesn't help). > # fsck /tmp > ** /dev/ad0s1e (NO WRITE) [...] > # fsck /var > ** /dev/ad0s1d (NO WRITE) Errm, You run fsck onto a r/w mounted partition on multiuser mode? If this understanding of what your saying here is correct, then this is the problem: a r/w mounted fs is a) never "clean" (in terms of a fsck that takes some time to run) because it changes with every operation and b) should never be checked in that way (that's exactly what fsck means when telling you "NO WRITE"). If a second fsck on the unmounted partition in single user does not show=20 any problems anymore you can consider the filesystem clean. UFS2=20 (FreeBSD 5 and it's successors) can be checked "online" by fsck=20 background mode (-B switch of fsck), but you should not need it. - Oliver --zROEGoKAXsG5UqGB Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEaHojiqtMdzjafykRAshcAKCP7vkYFjFvLgAfcJ7XYVWrcg65vACfd8Xx 6jiM+HiMXbNmcl3bF+GL/5k= =P+OB -----END PGP SIGNATURE----- --zROEGoKAXsG5UqGB-- From owner-freebsd-stable@FreeBSD.ORG Mon May 15 13:12:17 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CF0F16A765 for ; Mon, 15 May 2006 13:12:17 +0000 (UTC) (envelope-from yattaran@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3D6643D69 for ; Mon, 15 May 2006 13:12:11 +0000 (GMT) (envelope-from yattaran@gmail.com) Received: by py-out-1112.google.com with SMTP id e30so1074538pya for ; Mon, 15 May 2006 06:12:11 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=K4QLt3dhq6dDC4g6n+0S7L8hL5H5xEaxnvJX7WQRWYejJFFA7Tdkp5GkcebfUSHGj99BhqNRT0BCMwtVgEZ3dAsuTiYLEJucvd/sLF7mBB4cgkH2rXuTcToujKGJgQFnGYcejHHYTA8AlKZnaUiyzQr40g24u7rFqo0m8g7xcWI= Received: by 10.35.85.1 with SMTP id n1mr310730pyl; Mon, 15 May 2006 06:12:11 -0700 (PDT) Received: by 10.35.39.20 with HTTP; Mon, 15 May 2006 06:12:11 -0700 (PDT) Message-ID: Date: Mon, 15 May 2006 15:12:11 +0200 From: yattaran To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: re: Xorg hang on recent 6.1 build 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, 15 May 2006 13:12:17 -0000 > > I cvsuped RELENG_6 and went through the usual motions to make the world= , > > kernel and install them. Everything was ok until I rebooted and started > > KDE and the x-session stopped. I could login for other computers and > > xorg was using 97% of the cpu. > > > > After rebooting it 2x and using root the 2nd time and still have it > > hang. I did a diff of GENRIC and RUBY. GENERIC had the new kbdmux > > parameter. After I rebuilt the kernel and booted to it, I haven't had > > any problems using the machine. > > > > If not adding kbdmux to the kernel config file can hang the user's > > x-session, I think some sort of warning should be added to UPDATING. > > > > Kent > > I've had a similar problem on a machine since upgrading to RELENG_6 (now = on > 6.1-PRERELEASE #3). After logging in from another machine and killing the > Xorg process the xserver restarts but I am then unable to switch to a tex= t > virtual console; monitor reports signal out of range. > > I was using the nvidia driver (nvidia-driver-1.0.8178_1). When I disabled= that > the problem appears to be less frequent but still occurs. > > On a second machine on which I did a fresh install of 6 (now on 6.1-PRERE= LEASE > #1) I've had no problems but haven't tried the nvidia driver yet. > > Could it be the video hardware? > > I wasn't aware of kbdmux. I will see if that makes a difference. > > -- > Rob Whamond > I also a similar problem. After upgrading from 6.0-stable to 6.1-stable I keep getting "Out of range" when gdm/xorg starts. The monitor then switches itself off after displaying the message for 20-30 seconds. I've figured changing gdm_enable=3D"YES" to "NO" in /etc/rc.conf and starting XFCE manually by running /usr/X11R6/bin/startxfce4 does the trick, but then I get no gdm. I did remove a lot of SCSI and RAID stuff from the kernel config file and adding the following before compiling it: device atapicam options PERFMON options VESA options SC_PIXEL_MODE options ALTQ options ALTQ_CBQ options ALTQ_RED options ALTQ_RIO options ALTQ_HFSC options ALTQ_PRIQ # uname -a FreeBSD 6.1-STABLE FreeBSD 6.1-STABLE #1: Thu May 11 00:55:32 CEST 2006 I'm a bit unsure what to do now. I don't mind starting xfce4 manually, but something's not right here. -- yattaran From owner-freebsd-stable@FreeBSD.ORG Mon May 15 13:21:31 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7777916A414 for ; Mon, 15 May 2006 13:21:31 +0000 (UTC) (envelope-from bsd@lordcow.org) Received: from smtp1.uct.ac.za (smtp1.uct.ac.za [137.158.128.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1995243D7C for ; Mon, 15 May 2006 13:21:26 +0000 (GMT) (envelope-from bsd@lordcow.org) Received: from [137.158.128.125] (helo=anubis.uct.ac.za) by smtp1.uct.ac.za with esmtp (Exim 4.30; FreeBSD) id 1Ffd0l-000DyJ-Kr for stable@freebsd.org; Mon, 15 May 2006 15:21:23 +0200 Received: from lhc.phy.uct.ac.za ([137.158.37.93]) by anubis.uct.ac.za with esmtp (Exim 4.60 (FreeBSD)) (envelope-from ) id 1Ffd0l-0004Xm-45 for stable@freebsd.org; Mon, 15 May 2006 15:21:23 +0200 Received: from lordcow by lhc.phy.uct.ac.za with local (Exim 4.61) (envelope-from ) id 1Ffd0m-0001uH-Bc for stable@freebsd.org; Mon, 15 May 2006 15:21:24 +0200 Date: Mon, 15 May 2006 15:21:24 +0200 From: gareth To: stable@freebsd.org Message-ID: <20060515132124.GA7228@lordcow.org> Mail-Followup-To: stable@freebsd.org References: <20060515120057.GA4759@lordcow.org> <20060515125459.GV98577@e-Gitt.NET> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060515125459.GV98577@e-Gitt.NET> User-Agent: Mutt/1.5.11+cvs20060403 Cc: Subject: Re: fsck 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, 15 May 2006 13:21:33 -0000 On Mon 2006-05-15 (14:54), Oliver Brandmueller wrote: > Errm, You run fsck onto a r/w mounted partition on multiuser mode? If yep > this understanding of what your saying here is correct, then this is the > problem: a r/w mounted fs is a) never "clean" (in terms of a fsck that > takes some time to run) these 2 particular cases take 1 or 2 seconds > because it changes with every operation and b) > should never be checked in that way (that's exactly what fsck means when > telling you "NO WRITE"). ok. but it didn't used to do this, then it started showing up errors on /var, then /var and /tmp. meanwhile the 5 other partitions have never showed up errors. (/tmp & /var i spose happen to be small and volatile, but there is another small & volatile partition that doesn't show errors. also, the same behaviour shows when i (think) get rid've processes using /tmp) From owner-freebsd-stable@FreeBSD.ORG Mon May 15 13:46:35 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C05816A4C7 for ; Mon, 15 May 2006 13:46:35 +0000 (UTC) (envelope-from ob@gruft.de) Received: from obh.snafu.de (obh.snafu.de [213.73.92.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0365043D66 for ; Mon, 15 May 2006 13:46:32 +0000 (GMT) (envelope-from ob@gruft.de) Received: from ob by obh.snafu.de with local (Exim 4.62 (FreeBSD)) (envelope-from ) id 1FfdP5-0002zL-9d for freebsd-stable@freebsd.org; Mon, 15 May 2006 15:46:31 +0200 Date: Mon, 15 May 2006 15:46:31 +0200 From: Oliver Brandmueller To: freebsd-stable@freebsd.org Message-ID: <20060515134630.GW98577@e-Gitt.NET> Mail-Followup-To: freebsd-stable@freebsd.org References: <20060515120057.GA4759@lordcow.org> <20060515125459.GV98577@e-Gitt.NET> <20060515132124.GA7228@lordcow.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060515132124.GA7228@lordcow.org> User-Agent: Mutt/1.5.11 Sender: Oliver Brandmueller Subject: Re: fsck 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, 15 May 2006 13:46:35 -0000 Hi. On Mon, May 15, 2006 at 03:21:24PM +0200, gareth wrote: > On Mon 2006-05-15 (14:54), Oliver Brandmueller wrote: > > Errm, You run fsck onto a r/w mounted partition on multiuser mode? If > > yep fsck has not been made for that! > > this understanding of what your saying here is correct, then this is the > > problem: a r/w mounted fs is a) never "clean" (in terms of a fsck that > > takes some time to run) > > these 2 particular cases take 1 or 2 seconds OK, I was not clear enough: During normal operations what's on the disk and the view of the system to the filesystem are not necessarily the same - this is especially true for open files. No matter how long it takes for fsck to run, a r/w opened file will almost ever be in an inconsistent state. Again: fsck is not for r/w mounted filesystems (except with -B for filesystems that support it - namely ONLY UFS2!). If you use fsck in traditional mode you will get unexpected results. And although fsck tries very hard to keep you from breaking things badly, you have a good chance to damage your filesystems if you use it improperly (no, I won't try if -y or -f will force a check on a mounted partition - I still need my filesystems). Again, very loud and clear: DON'T DO THIS. > > because it changes with every operation and b) should never be > > checked in that way (that's exactly what fsck means when telling you > > "NO WRITE"). > > ok. but it didn't used to do this, then it started showing up errors > on /var, then /var and /tmp. meanwhile the 5 other partitions have > never showed up errors. (/tmp & /var i spose happen to be small and > volatile, but there is another small & volatile partition that doesn't > show errors. also, the same behaviour shows when i (think) get rid've > processes using /tmp) After telling you, fsck is not suuposed to be run on r/w mounted filesystems in that way, I guess we can agree there's no room for a discussion like that, OK? I mean, you don't use the hammer for screws, do you? - Oliver From owner-freebsd-stable@FreeBSD.ORG Mon May 15 13:49:58 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE8C516A58F for ; Mon, 15 May 2006 13:49:58 +0000 (UTC) (envelope-from zkolic@sbb.co.yu) Received: from smtp2.sbb.co.yu (smtp2.sbb.co.yu [82.117.194.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30D5243D46 for ; Mon, 15 May 2006 13:49:57 +0000 (GMT) (envelope-from zkolic@sbb.co.yu) Received: from faust.net (dhcp-82-117-196-130.bunjuel-bg.customer.sbb.co.yu [82.117.196.130]) by smtp2.sbb.co.yu (8.13.6/8.13.6) with ESMTP id k4FDnrhR005406 for ; Mon, 15 May 2006 15:49:54 +0200 Received: by faust.net (Postfix, from userid 1001) id 366B71704D; Mon, 15 May 2006 15:49:48 +0200 (CEST) Date: Mon, 15 May 2006 15:49:48 +0200 From: Zoran Kolic To: freebsd-stable@freebsd.org Message-ID: <20060515134948.GA829@> 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 X-SBB-Spam-Level: XXXX Subject: 2 questions 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, 15 May 2006 13:50:01 -0000 Dear all! I'd like to know if I should tweak something to avoid future problems. 1. On i386, 6.1, I've forgotten to change /dev/cuaDx and had freeze using pppd. When the in- stallation is from cd, device.hints is written in boot directory with lot of superfluous irqs, that trigger hang. Would be fine to see a chapter on this topic in handbook, with all hints (sysctl) options to change or add. 2. On amd64, 6.1, I see ".serverauth.xxx" file, every time I use xorg. Should I change some option in xorg.conf, does x look for former .Xauth... or something? Best regards Zoran From owner-freebsd-stable@FreeBSD.ORG Mon May 15 14:07:07 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E52FF16A5F9 for ; Mon, 15 May 2006 14:07:07 +0000 (UTC) (envelope-from bsd@lordcow.org) Received: from smtp1.uct.ac.za (smtp1.uct.ac.za [137.158.128.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BE1E43D78 for ; Mon, 15 May 2006 14:07:02 +0000 (GMT) (envelope-from bsd@lordcow.org) Received: from [137.158.128.125] (helo=anubis.uct.ac.za) by smtp1.uct.ac.za with esmtp (Exim 4.30; FreeBSD) id 1Ffdil-000GQZ-VB for stable@freebsd.org; Mon, 15 May 2006 16:06:51 +0200 Received: from lhc.phy.uct.ac.za ([137.158.37.93]) by anubis.uct.ac.za with esmtp (Exim 4.60 (FreeBSD)) (envelope-from ) id 1Ffdil-0004c2-Ai for stable@freebsd.org; Mon, 15 May 2006 16:06:51 +0200 Received: from lordcow by lhc.phy.uct.ac.za with local (Exim 4.61) (envelope-from ) id 1Ffdim-0002IK-Ok for stable@freebsd.org; Mon, 15 May 2006 16:06:52 +0200 Date: Mon, 15 May 2006 16:06:52 +0200 From: gareth To: stable@freebsd.org Message-ID: <20060515140652.GA8009@lordcow.org> Mail-Followup-To: stable@freebsd.org References: <20060515120057.GA4759@lordcow.org> <20060515125459.GV98577@e-Gitt.NET> <20060515132124.GA7228@lordcow.org> <20060515134630.GW98577@e-Gitt.NET> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060515134630.GW98577@e-Gitt.NET> User-Agent: Mutt/1.5.11+cvs20060403 Cc: Subject: Re: fsck 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, 15 May 2006 14:07:26 -0000 On Mon 2006-05-15 (15:46), Oliver Brandmueller wrote: > OK, I was not clear enough: During normal operations what's on the disk > and the view of the system to the filesystem are not necessarily the > same - this is especially true for open files. No matter how long it > takes for fsck to run, a r/w opened file will almost ever be in an > inconsistent state. > > Again: fsck is not for r/w mounted filesystems (except with -B for > filesystems that support it - namely ONLY UFS2!). If you use fsck in > traditional mode you will get unexpected results. And although fsck > tries very hard to keep you from breaking things badly, you have a good > chance to damage your filesystems if you use it improperly (no, I won't > try if -y or -f will force a check on a mounted partition - I still need > my filesystems). > > Again, very loud and clear: DON'T DO THIS. > > After telling you, fsck is not suuposed to be run on r/w mounted > filesystems in that way, I guess we can agree there's no room for a > discussion like that, OK? I mean, you don't use the hammer for screws, > do you? ok, i understand that it's not meant to be run on a mounted FS. i just used to do that on my (linux) FS's non-evasively as a rough check that everything was still ok. thanx, i see now that it can give unexpected results, i was just initially interested in why it was showing this now, whereas before it wasn't (in a roughly correlated way with the increase in power failures here). From owner-freebsd-stable@FreeBSD.ORG Mon May 15 15:11:52 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD37C16A787 for ; Mon, 15 May 2006 15:11:52 +0000 (UTC) (envelope-from noackjr@alumni.rice.edu) Received: from mail.clickfox.com (cffw1.clickfox.com [72.16.213.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48A0343D6E for ; Mon, 15 May 2006 15:11:49 +0000 (GMT) (envelope-from noackjr@alumni.rice.edu) X-PMWin-Spam: Gauge=IIIIIIII, Probability=8%, Report='__HAS_MSGID, __SANE_MSGID, __USER_AGENT, __MIME_VERSION, __CT, __CTYPE_CHARSET_QUOTED, __CT_TEXT_PLAIN, __CTE, __CP_URI_IN_BODY, __MIME_TEXT_ONLY' thread-index: AcZ4MpYT653S63eNSbahQNivTSc32Q== X-PMWin-Version: 2.5.1s, Antispam-Engine: 2.3.0.1, Antivirus-Engine: 2.34.1 Received: from [10.20.30.156] ([72.16.213.34]) by mail.clickfox.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.1830); Mon, 15 May 2006 11:16:48 -0400 Content-Class: urn:content-classes:message Importance: normal Priority: normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.2663 Message-ID: <44689A30.8090908@alumni.rice.edu> Date: Mon, 15 May 2006 11:11:44 -0400 From: "Jonathan Noack" User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: "Kaiwai Gardiner" References: <1147679975.34435.2.camel@tchaikovsky> In-Reply-To: <1147679975.34435.2.camel@tchaikovsky> Content-Type: text/plain; format=flowed; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 15 May 2006 15:16:48.0710 (UTC) FILETIME=[9602C660:01C67832] Cc: freebsd-stable@freebsd.org Subject: Re: 6.1 RELEASE compiling problems: X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: noackjr@alumni.rice.edu List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 15:11:56 -0000 Kaiwai Gardiner wrote: > Hi, I am experiencing problems compiling FreeBSD 6.1 RELEASE; the > following link has the relevant information: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=97240 > > The file does exist in the src/contrib/gcc directory, but it seems that > the compiler/installer isn't picking it up. Compiling world or kernel with '-Os' is not supported. Here is the CFLAGS comment in /usr/share/examples/etc/make.conf: "CFLAGS controls the compiler settings used when compiling C code. Note that optimization settings other than -O and -O2 are not recommended or supported for compiling the world or the kernel - please revert any nonstandard optimization settings to -O or -O2 before submitting bug reports without patches to the developers." In this case, I would recommend removing the CFLAGS entry from /etc/make.conf (to get the default settings of "-O2 -fno-strict-aliasing -pipe") and adding the following line to /etc/make.conf: CPUTYPE?=pentiumpro This will automatically add "-march=pentiumpro" to your CFLAGS. -Jonathan From owner-freebsd-stable@FreeBSD.ORG Mon May 15 15:59:13 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C76A916AB32; Mon, 15 May 2006 15:59:13 +0000 (UTC) (envelope-from lee@gnat.com) Received: from nile.gnat.com (nile.gnat.com [205.232.38.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3A3A43E8B; Mon, 15 May 2006 15:58:41 +0000 (GMT) (envelope-from lee@gnat.com) Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id 7384E48CDC2; Mon, 15 May 2006 11:58:40 -0400 (EDT) Received: from nile.gnat.com ([127.0.0.1]) by localhost (nile.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 02865-01-8; Mon, 15 May 2006 11:58:40 -0400 (EDT) Received: by nile.gnat.com (Postfix, from userid 4193) id 4E74648CC13; Mon, 15 May 2006 11:58:40 -0400 (EDT) Date: Mon, 15 May 2006 11:58:40 -0400 From: Albert Lee To: "Michael A. Koerber" Message-ID: <20060515155840.GB2078@adacore.com> References: <53u07rv6of.wl%mak@ll.mit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <53u07rv6of.wl%mak@ll.mit.edu> User-Agent: Mutt/1.4.2.1i Cc: stable@freebsd.org, current@freebsd.org Subject: Re: burncd audio produces white noise 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, 15 May 2006 15:59:19 -0000 On Mon, May 15, 2006 at 08:00:48AM -0400, Michael A. Koerber wrote: > Any ideas on what I should look at to fix this problem? What kind of CPU are you using? Perhaps this is an endianness issue, and swapping bytes around using the -x option to sox might do the trick. -Albert From owner-freebsd-stable@FreeBSD.ORG Mon May 15 18:15:19 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E42116B253 for ; Mon, 15 May 2006 18:15:19 +0000 (UTC) (envelope-from grafan@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6ACE43D46 for ; Mon, 15 May 2006 18:15:18 +0000 (GMT) (envelope-from grafan@gmail.com) Received: by nz-out-0102.google.com with SMTP id 40so71818nzk for ; Mon, 15 May 2006 11:15:09 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=qGm7USnfKJQZOIDUMd8illyyryh2cFzvrCzkZjgDrWu2ae+K8pQUHLL7Vn5GfErVVeMjVGGtO2Yu+T/cLIHlSW5qCw7gHt4gAjue+LkrO8lQVGibxz+IlwUzyz+t4NBh4+sOSpkY6jpToH3sbYnGpeu9Y8GA8VlCIU2J8OSA2bI= Received: by 10.36.252.58 with SMTP id z58mr1791223nzh; Mon, 15 May 2006 11:15:08 -0700 (PDT) Received: by 10.36.60.19 with HTTP; Mon, 15 May 2006 11:15:08 -0700 (PDT) Message-ID: <6eb82e0605151115x28522ac5i3790febecb2f0691@mail.gmail.com> Date: Mon, 15 May 2006 14:15:08 -0400 From: "Rong-en Fan" To: stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: 6.1-RELEASE, em0 high interrupt rate and nfsd eats lots of cpu 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, 15 May 2006 18:15:21 -0000 Hi, After upgrading from 5.5-PRERELEASE to 6.1-RELEASE on one nfs server today, I noticed that the load is very high, ranging from 4.x to 30.x, depends how many nfsd I run. From mrtg traffic graph, I did not notice there is high traffic. This box is 2 physical Xeon CPU w/ HTT enabled. Some screen snapshots: input (Total) output packets errs bytes packets errs bytes colls 4593 0 5431035 2122 0 1463331 0 2224 0 2500421 1459 0 1310224 0 1929 0 2210035 1252 0 1165426 0 2381 0 2782648 1724 0 1795611 0 1975 0 2340899 1314 0 1342320 0 2114 0 2537347 1254 0 1195396 0 2050 0 2465473 890 0 611592 0 1482 0 1660772 985 0 898894 0 2002 0 2179834 1900 0 2092382 0 1912 0 2202576 1598 0 1743046 0 2436 0 3051876 1368 0 1345762 0 2759 0 2977552 1346 0 730580 0 systat -vmstat 1: 3 users Load 19.80 14.39 11.08 May 16 02:12 Mem:KB REAL VIRTUAL VN PAGER SWAP PAGER Tot Share Tot Share Free in out in out Act 138500 6420 220028 10240 237472 count All 810252 9900 1696014k 17272 pages 26 zfod Interrupts Proc:r p d s w Csw Trp Sys Int Sof Flt 2 cow 61756 total 5 18 60 53544 612233728595 12 49 173928 wire 56 52: m= pt 153000 act 53: m= pt 68.7%Sys 29.9%Intr 1.4%User 0.0%Nice 0.0%Idl 455576 inact 38: i= ps | | | | | | | | | | 29920 cache 1: at= kb =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D+++++++++++++++> 207552 free 169 4: sio0 daefr 49713 16: e= m0 Namei Name-cache Dir-cache 38 prcfr 3199 cpu0:= time Calls hits % hits % react 2965 cpu3:= time 342 333 97 pdwak 2717 cpu1:= time pdpgs 2937 cpu2:= time Disks ipsd0 da0 da1 pass0 pass1 intrn KB/t 4.00 70.83 22.67 0.00 0.00 113872 buf tps 1 58 10 0 0 698 dirtybuf MB/s 0.00 4.03 0.21 0.00 0.00 100000 desiredvnodes % busy 0 46 18 0 0 25368 numvnodes 17281 freevnodes vmstat -i : interrupt total rate irq52: mpt0 586784 48 irq53: mpt1 12 0 irq38: ips0 74926 6 irq1: atkbd0 2 0 irq4: sio0 20363 1 irq16: em0 100321381 8348 cpu0: timer 23813454 1981 cpu3: timer 22903961 1906 cpu1: timer 21907744 1823 cpu2: timer 22886458 1904 Total 192515085 16021 The high interrupt rate of em0 looks very suspicious. I even saw 30K~90K interrupt in systat -vmstat 1's output. As for top's output: last pid: 21888; load averages: 25.52, 16.86, 12.22 up 0+03:30:42 02:1= 3:06 143 processes: 29 running, 99 sleeping, 2 zombie, 13 waiting CPU states: 0.5% user, 0.0% nice, 66.7% system, 32.8% interrupt, 0.0% id= le Mem: 152M Active, 566M Inact, 172M Wired, 29M Cache, 111M Buf, 78M Free Swap: 2048M Total, 100K Used, 2048M PID USERNAME THR PRI NICE SIZE RES STATE C TIME WCPU COMMAN= D 15 root 1 -32 -151 0K 8K CPU1 0 48:47 46.83% swi4: = cloc 94182 root 1 4 0 1300K 720K RUN 1 11:17 39.31% nfsd 94183 root 1 -4 0 1300K 720K RUN 1 7:15 37.70% nfsd 94186 root 1 -4 0 1300K 720K RUN 0 3:35 30.81% nfsd 17 root 1 -44 -163 0K 8K WAIT 1 32:56 28.71% swi1: = net 94185 root 1 -8 0 1300K 720K biowr 1 4:18 28.27% nfsd 94187 root 1 -4 0 1300K 720K RUN 1 3:16 26.42% nfsd 6 root 1 -8 0 0K 8K CPU3 0 18:57 26.03% g_down 94180 root 1 -4 0 1300K 720K RUN 2 4:58 24.85% nfsd 94184 root 1 4 0 1300K 720K RUN 1 2:59 24.76% nfsd 94188 root 1 -4 0 1300K 720K RUN 1 2:39 22.95% nfsd 31 root 1 -68 -187 0K 8K WAIT 0 10:48 20.41% irq16:= em0 27 root 1 -64 -183 0K 8K WAIT 1 12:33 15.87% irq52:= mpt 21 root 1 -40 -159 0K 8K CPU0 0 8:19 9.18% swi2: = camb 40 root 1 -16 0 0K 8K sdflus 1 6:04 5.13% softde= pflu The wait channel of nfsd are usually biord, biowd, ufs, RUN, CPUX, and -. The kernel conf is GENERIC without unneeded hardware + ipfw2, FAST_IPSEC, QUOTA (but I don't have any userquota or groupquota in fstab). I also tuned= some sysctls: machdep.hyperthreading_allowed=3D1 vm.kmem_size_max=3D419430400 vm.kmem_size_scale=3D2 net.link.ether.inet.log_arp_wrong_iface=3D0 net.inet.tcp.sendspace=3D65536 net.inet.tcp.recvspace=3D65536 net.inet.udp.recvspace=3D65536 kern.ipc.somaxconn=3D4096 kern.maxfiles=3D65535 kern.ipc.shmmax=3D104857600 kern.ipc.shmall=3D25600 net.inet.ip.random_id=3D1 kern.maxvnodes=3D100000 vfs.read_max=3D16 kern.cam.da.retry_count=3D20 kern.cam.da.default_timeout=3D300 Anything that I can provide to help nail this problem down? Thanks, Rong-En Fan From owner-freebsd-stable@FreeBSD.ORG Mon May 15 18:35:36 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D9CD16B487 for ; Mon, 15 May 2006 18:35:36 +0000 (UTC) (envelope-from yraffah@savola.com) Received: from heathrow.savoladns.com (heathrow.savoladns.com [212.12.174.7]) by mx1.FreeBSD.org (Postfix) with SMTP id F231943D5D for ; Mon, 15 May 2006 18:35:34 +0000 (GMT) (envelope-from yraffah@savola.com) Received: from ocs.savola.com (ocs.savola.com [222.22.1.211]) by heathrow.savoladns.com (Postfix) with ESMTP id 0213E9584D for ; Mon, 15 May 2006 21:35:32 +0300 (AST) Received: from 217.8.71.106 by ocs.savola.com with ESMTP id 58011231147717231; Mon, 15 May 2006 21:20:31 +0300 From: Yousef Raffah To: freebsd-stable@freebsd.org In-Reply-To: <200605150806.k4F8613I059455@freefall.freebsd.org> References: <1147679975.34435.2.camel@tchaikovsky> <200605150806.k4F8613I059455@freefall.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-X+uS11DAroh5am29oScH" Organization: The Savola Group Date: Mon, 15 May 2006 21:31:37 +0300 Message-Id: <1147717897.62338.9.camel@localhost.savola.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 FreeBSD GNOME Team Port Subject: Re: 6.1 RELEASE compiling problems: X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: yraffah@savola.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 18:35:37 -0000 --=-X+uS11DAroh5am29oScH Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2006-05-15 at 08:06 +0000, Jean-Marc Zucconi wrote: > >>>>> Kaiwai Gardiner writes: >=20 > > Hi, I am experiencing problems compiling FreeBSD 6.1 RELEASE; the > > following link has the relevant information: >=20 > > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D97240 >=20 > Remove the line CXXFLAGS=3D... in /etc/make.conf >=20 I have the exact same problem now, I can't install any new port!! It says: Making install in src /bin/sh ../mkinstalldirs /usr/local/bin install -s -o root -g wheel -m 555 lrz /usr/local/bin/lrz install: wait: No such file or directory *** Error code 70 Stop in /usr/ports/comms/lrzsz/work/lrzsz-0.12.20/src. *** Error code 1 Stop in /usr/ports/comms/lrzsz/work/lrzsz-0.12.20. *** Error code 1 Stop in /usr/ports/comms/lrzsz. *** Error code 1 Stop in /usr/ports/comms/minicom. although the file is available under /usr/ports/comms/lrzsz/work/lrzsz-0.12.20/src Any hints? This is my /etc/make.conf # cat /etc/make.conf # added by use.perl 2006-03-31 21:01:28 PERL_VER=3D5.8.8 PERL_VERSION=3D5.8.8 CPUTYPE=3Dpentium3 NO_I4B=3Dtrue NO_INET6=3Dtrue NO_RCMDS=3Dtrue NO_SHAREDOCS=3Dtrue ENABLE_WPA_SUPPLICANT_EAPOL=3Dtrue # uname -a FreeBSD redevil 6.1-RC FreeBSD 6.1-RC #0: Sat Apr 29 17:16:15 AST 2006 root@redevil:/usr/obj/usr/src/sys/LAPTOP i386 > Jean-Marc >=20 -- Sincerely, Yousef Raffah Senior Systems Administrator -- Aren't you using Firefox? Get it at http://www.getfirefox.com --=-X+uS11DAroh5am29oScH Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQBEaMkJH9IXMb4e6CMRApj7AJ9M2InUjUG2UDsA3RYBm1HBZ0KQ7wCgnzsl qWgramrfmBCXFtkFRgI2TnY= =rYzY -----END PGP SIGNATURE----- --=-X+uS11DAroh5am29oScH-- From owner-freebsd-stable@FreeBSD.ORG Mon May 15 19:16:32 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A278E16A80C for ; Mon, 15 May 2006 19:16:32 +0000 (UTC) (envelope-from dkirhlarov@oilspace.com) Received: from office.oilspace.com (office.oilspace.com [194.129.65.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F01C43D5E for ; Mon, 15 May 2006 19:16:30 +0000 (GMT) (envelope-from dkirhlarov@oilspace.com) Received: from dimma.mow.oilspace.com (hq.oilspace.com [81.222.156.185]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by office.oilspace.com (Postfix) with ESMTP id 8B12C136CDE for ; Mon, 15 May 2006 20:16:29 +0100 (BST) Received: from dimma.mow.oilspace.com (localhost [127.0.0.1]) by dimma.mow.oilspace.com (8.13.4/8.13.3) with ESMTP id k4FJGS1I007724 for ; Mon, 15 May 2006 23:16:28 +0400 (MSD) (envelope-from dkirhlarov@localhost.oilspace.com) Received: (from dkirhlarov@localhost) by dimma.mow.oilspace.com (8.13.4/8.13.3/Submit) id k4FJGSeL007723 for stable@freebsd.org; Mon, 15 May 2006 23:16:28 +0400 (MSD) (envelope-from dkirhlarov) Date: Mon, 15 May 2006 23:16:28 +0400 From: Dmitriy Kirhlarov To: stable@freebsd.org Message-ID: <20060515191628.GC4555@dimma.mow.oilspace.com> Mail-Followup-To: stable@freebsd.org References: <6eb82e0605151115x28522ac5i3790febecb2f0691@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6eb82e0605151115x28522ac5i3790febecb2f0691@mail.gmail.com> X-Mailer: Mutt-ng devel (2005-03-13) based on Mutt 1.5.9 X-Operating-System: FreeBSD 5.4-STABLE User-Agent: mutt-ng/devel-r581 (FreeBSD) Cc: Subject: Re: 6.1-RELEASE, em0 high interrupt rate and nfsd eats lots of cpu 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, 15 May 2006 19:16:38 -0000 On Mon, May 15, 2006 at 02:15:08PM -0400, Rong-en Fan wrote: > Hi, > > After upgrading from 5.5-PRERELEASE to 6.1-RELEASE on one > nfs server today, I noticed that the load is very high, ranging from 4.x > to 30.x, depends how many nfsd I run. From mrtg traffic graph, I did > not notice there is high traffic. This box is 2 physical Xeon CPU w/ I have same situation today on RC2. One client installing world from nfs share. nfsd eat 91% CPU, load average 6-8. Very small disk activitie. I don't look interrupt rate. I, also, have em0. WBR -- Dmitriy Kirhlarov OILspace, 26 Leninskaya sloboda, bld. 2, 2nd floor, 115280 Moscow, Russia P:+7 495 105 7247 ext.203 F:+7 495 105 7246 E:DmitriyKirhlarov@oilspace.com OILspace - The resource enriched - www.oilspace.com From owner-freebsd-stable@FreeBSD.ORG Mon May 15 19:53:28 2006 Return-Path: X-Original-To: freebsd-stable@FreeBSD.ORG Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C419916B9FA for ; Mon, 15 May 2006 19:53:27 +0000 (UTC) (envelope-from manfred.lotz@arcor.de) Received: from mail-in-07.arcor-online.net (mail-in-07.arcor-online.net [151.189.21.47]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4443443D58 for ; Mon, 15 May 2006 19:53:27 +0000 (GMT) (envelope-from manfred.lotz@arcor.de) Received: from mail-in-07-z2.arcor-online.net (mail-in-07-z2.arcor-online.net [151.189.8.19]) by mail-in-07.arcor-online.net (Postfix) with ESMTP id 999D316840C for ; Mon, 15 May 2006 21:53:25 +0200 (CEST) Received: from mail-in-08.arcor-online.net (mail-in-08.arcor-online.net [151.189.21.48]) by mail-in-07-z2.arcor-online.net (Postfix) with ESMTP id 8A1BE1EA8C3 for ; Mon, 15 May 2006 21:53:25 +0200 (CEST) Received: from hermes.sanskrit.local.net (dslb-084-058-039-164.pools.arcor-ip.net [84.58.39.164]) by mail-in-08.arcor-online.net (Postfix) with ESMTP id 559291390D8 for ; Mon, 15 May 2006 21:53:25 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by hermes.sanskrit.local.net (8.13.6/8.13.4) with SMTP id k4FJrO72003765 for ; Mon, 15 May 2006 21:53:24 +0200 (CEST) (envelope-from manfred.lotz@arcor.de) Date: Mon, 15 May 2006 21:53:18 +0200 From: Manfred Lotz To: freebsd-stable@FreeBSD.ORG Message-Id: <20060515215318.835ef697.manfred.lotz@arcor.de> X-Mailer: Sylpheed version 2.2.4 (GTK+ 2.8.17; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Subject: iwi-firmware-kmod and iwi-firmware 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, 15 May 2006 19:53:32 -0000 Hi all, Is there a description about how to use iwi-firmware-kmod and iwi-firmware? Can both be installed and used simultaneously? I know how to use iwi-firmware but how does iwi.firmware-kmod relate? Currently, iwi-firmware is quite unreliable in the sense that after resuming my laptop and restarting wpa_supplicant I often get panics. -- Manfred From owner-freebsd-stable@FreeBSD.ORG Mon May 15 22:15:51 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2452616BDE2 for ; Mon, 15 May 2006 22:15:51 +0000 (UTC) (envelope-from grafan@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4769B43D53 for ; Mon, 15 May 2006 22:15:50 +0000 (GMT) (envelope-from grafan@gmail.com) Received: by nz-out-0102.google.com with SMTP id o1so279979nzf for ; Mon, 15 May 2006 15:15:49 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=RxFw+dyUrurwHZJD9Wmc94KErppEN3FXUjDyvlVll3DZVqx+sb2FuL6Zl+qzEZjvGKVnn60lueQc0fbknX64FAfafvpn8dQvOaySW4pm3vQA9PL+uLLn6anUvl8T+0sW9CtXZG6dP+P98gPnZgZmfUsUMQcStcl+SLu2JcnH/Wg= Received: by 10.36.4.6 with SMTP id 6mr3444758nzd; Mon, 15 May 2006 15:15:49 -0700 (PDT) Received: by 10.36.60.19 with HTTP; Mon, 15 May 2006 15:15:49 -0700 (PDT) Message-ID: <6eb82e0605151515k1e3504aare798174204f25a7@mail.gmail.com> Date: Mon, 15 May 2006 18:15:49 -0400 From: "Rong-en Fan" To: stable@freebsd.org In-Reply-To: <20060515191628.GC4555@dimma.mow.oilspace.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <6eb82e0605151115x28522ac5i3790febecb2f0691@mail.gmail.com> <20060515191628.GC4555@dimma.mow.oilspace.com> Cc: Subject: Re: 6.1-RELEASE, em0 high interrupt rate and nfsd eats lots of cpu 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, 15 May 2006 22:15:51 -0000 On 5/15/06, Dmitriy Kirhlarov wrote: > On Mon, May 15, 2006 at 02:15:08PM -0400, Rong-en Fan wrote: > > Hi, > > > > After upgrading from 5.5-PRERELEASE to 6.1-RELEASE on one > > nfs server today, I noticed that the load is very high, ranging from 4.= x > > to 30.x, depends how many nfsd I run. From mrtg traffic graph, I did > > not notice there is high traffic. This box is 2 physical Xeon CPU w/ > > I have same situation today on RC2. > One client installing world from nfs share. > nfsd eat 91% CPU, load average 6-8. Very small disk activitie. > I don't look interrupt rate. > I, also, have em0. Hi, It looks to me that after reboot the machine, do a du frm a client, during du running, the nfsd eats lots of cpu. However, after du exits, the nfsd still eats lots of cpu. Don't know what happened, I will give latest RELENG_6 a shot. If that does not work, I probably goes back to 6.0-R or even 5.5-PR :( By the way, I have another nfs server (mainly for backup), running 6.1-RELEASE, does not have this behavior. When do you start to notice this problem? Since 6.1-RC or? Thanks, Rong-En Fan From owner-freebsd-stable@FreeBSD.ORG Mon May 15 23:23:01 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21D5D16A6F7 for ; Mon, 15 May 2006 23:23:01 +0000 (UTC) (envelope-from max@love2party.net) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7849C43D48 for ; Mon, 15 May 2006 23:23:00 +0000 (GMT) (envelope-from max@love2party.net) Received: from [88.64.183.228] (helo=vampire.homelinux.org) by mrelayeu.kundenserver.de (node=mrelayeu8) with ESMTP (Nemesis), id 0ML2ov-1FfmOx13zu-0003Iy; Tue, 16 May 2006 01:22:59 +0200 Received: (qmail 81056 invoked from network); 15 May 2006 23:23:25 -0000 Received: from localhost (HELO mail.abi01.homeunix.org) (192.168.4.64) by localhost with SMTP; 15 May 2006 23:23:25 -0000 Received: from 192.168.4.1 (SquirrelMail authenticated user mlaier) by mail.abi01.homeunix.org with HTTP; Tue, 16 May 2006 01:22:58 +0200 (CEST) Message-ID: <55782.192.168.4.1.1147735378.squirrel@mail.abi01.homeunix.org> In-Reply-To: <20060515215318.835ef697.manfred.lotz@arcor.de> References: <20060515215318.835ef697.manfred.lotz@arcor.de> Date: Tue, 16 May 2006 01:22:58 +0200 (CEST) From: "Max Laier" To: "Manfred Lotz" User-Agent: SquirrelMail/1.4.6 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Provags-ID: kundenserver.de abuse@kundenserver.de login:61c499deaeeba3ba5be80f48ecc83056 Cc: freebsd-stable@freebsd.org Subject: Re: iwi-firmware-kmod and iwi-firmware 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, 15 May 2006 23:23:05 -0000 Hello Manfred, On Mon, May 15, 2006 9:53 pm, Manfred Lotz wrote: > Is there a description about how to use iwi-firmware-kmod and > iwi-firmware? no, but see below ... > Can both be installed and used simultaneously? Yes-ish. > I know how to use iwi-firmware but how does iwi.firmware-kmod relate? > > > Currently, iwi-firmware is quite unreliable in the sense that after > resuming my laptop and restarting wpa_supplicant I often get panics. Newer versions of the iwi(4) driver require you to use iwi-firmware-kmod (iwi-firmware won't work anymore). Those drivers utilize the firmware(9) framework to load the firmware. Together with other changes (at this time only available in CURRENT) this makes iwi(4) much more stable. You should be able to use sys/dev/iwi/* from CURRENT in RELENG_6 to get the changes. MFC is planed, but more testing is required and encouraged. Let us know if that works better for you. -- /"\ 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 Mon May 15 23:56:53 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93F5516A8D9 for ; Mon, 15 May 2006 23:56:53 +0000 (UTC) (envelope-from fbsd@1command.com) Received: from mail.1command.com (mail.1command.com [216.177.243.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E22943D48 for ; Mon, 15 May 2006 23:56:52 +0000 (GMT) (envelope-from fbsd@1command.com) Received: from mail.1command.com (localhost.1command.com [127.0.0.1]) by mail.1command.com (8.13.3/8.13.3) with ESMTP id k4FNupcM084065 for ; Mon, 15 May 2006 16:56:51 -0700 (PDT) (envelope-from fbsd@1command.com) Received: (from www@localhost) by mail.1command.com (8.13.3/8.13.3/Submit) id k4FNuo3c084064 for freebsd-stable@freebsd.org; Mon, 15 May 2006 16:56:50 -0700 (PDT) (envelope-from fbsd@1command.com) Received: from mail.1command.com (mail.1command.com [216.177.243.35]) by webmail.1command.com (H.R. Communications Messaging System) with HTTP; Mon, 15 May 2006 16:56:50 -0700 Message-ID: <20060515165650.cau6rf2escws4owg@webmail.1command.com> X-Priority: 3 (Normal) Date: Mon, 15 May 2006 16:56:50 -0700 From: "Chris H." To: "[FBSDS]" MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=_5witw5vl39ss"; protocol="application/pgp-signature"; micalg="pgp-sha1" Content-Transfer-Encoding: 7bit User-Agent: H.R. Communications Internet Messaging System (HCIMS) 4.1 Professional (not for redistribution) / FreeBSD-5.5 Subject: (no subject) 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, 15 May 2006 23:56:53 -0000 This message is in MIME format and has been PGP signed. --=_5witw5vl39ss Content-Type: text/plain; charset=ISO-8859-1; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit Hello, I have a question as to accomplishing an upgrade of *only* what ports I already have installed. That is to say; I somewhat frequently suck down the latest source for system and ports for the release I run on my servers (RELENG_5_4 - soon to be 5_5) and usually rebuildworld/ kernel, and *painfully* the ports I already have installed. Which brings me to my issue; Is there any way to rebuild (upgrade) the ports I already have installed, and *only* the ports I already have installed? I have recently discovered portmaster. Which is heads-and-tails over portupgrade. But (from my personal knowlede/ experience) it doesn't provide a "one shot" command/ option to achieve my desired goal. Many times while upgrading one of the ports, it will fail during installation with the "HEY! this port is already installed! You may wish to cd to the ports directory and execute port deinstall, then port reinstall" What?! I'm *upgrading* (or at least trying) this port. :\ Anyway, thank you for all your time and consideration. --Chris H. -- ----------------------------------------------------------------- FreeBSD 5.4-RELEASE-p12 (SMP - 900x2) Tue Mar 7 19:37:23 PST 2006 ///////////////////////////////////////////////////////////////// --=_5witw5vl39ss Content-Type: application/pgp-signature Content-Description: PGP Digital Signature Content-Disposition: inline Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQBEaRVCXxK1cRs0zxkRAqLzAJ9MuBRnb4WYuYlw59faEpRce5+xfwCgiUk5 J76+mPdsbWtdDuesNsDjeKE= =YTnl -----END PGP SIGNATURE----- --=_5witw5vl39ss-- From owner-freebsd-stable@FreeBSD.ORG Tue May 16 00:03:56 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C537116A900 for ; Tue, 16 May 2006 00:03:56 +0000 (UTC) (envelope-from fbsd@1command.com) Received: from mail.1command.com (mail.1command.com [216.177.243.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00AA643D48 for ; Tue, 16 May 2006 00:03:55 +0000 (GMT) (envelope-from fbsd@1command.com) Received: from mail.1command.com (localhost.1command.com [127.0.0.1]) by mail.1command.com (8.13.3/8.13.3) with ESMTP id k4G03sgx084229 for ; Mon, 15 May 2006 17:03:54 -0700 (PDT) (envelope-from fbsd@1command.com) Received: (from www@localhost) by mail.1command.com (8.13.3/8.13.3/Submit) id k4G03sVR084228 for freebsd-stable@freebsd.org; Mon, 15 May 2006 17:03:54 -0700 (PDT) (envelope-from fbsd@1command.com) Received: from mail.1command.com (mail.1command.com [216.177.243.35]) by webmail.1command.com (H.R. Communications Messaging System) with HTTP; Mon, 15 May 2006 17:03:54 -0700 Message-ID: <20060515170354.grxho1n0o48cgog4@webmail.1command.com> X-Priority: 3 (Normal) Date: Mon, 15 May 2006 17:03:54 -0700 From: "Chris H." To: "[FBSDS]" References: <20060515165650.cau6rf2escws4owg@webmail.1command.com> In-Reply-To: <20060515165650.cau6rf2escws4owg@webmail.1command.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=_3n5ls3rswtq8"; protocol="application/pgp-signature"; micalg="pgp-sha1" Content-Transfer-Encoding: 7bit User-Agent: H.R. Communications Internet Messaging System (HCIMS) 4.1 Professional (not for redistribution) / FreeBSD-5.5 Subject: Upgrading question (issue?) - was:(no subject) 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, 16 May 2006 00:03:57 -0000 This message is in MIME format and has been PGP signed. --=_3n5ls3rswtq8 Content-Type: text/plain; charset=ISO-8859-1; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit Quoting "Chris H." : Hello, I have a question as to accomplishing an upgrade of *only* what ports I already have installed. That is to say; I somewhat frequently suck down the latest source for system and ports for the release I run on my servers (RELENG_5_4 - soon to be 5_5) and usually rebuildworld/ kernel, and *painfully* the ports I already have installed. Which brings me to my issue; Is there any way to rebuild (upgrade) the ports I already have installed, and *only* the ports I already have installed? I have recently discovered portmaster. Which is heads-and-tails over portupgrade. But (from my personal knowlede/ experience) it doesn't provide a "one shot" command/ option to achieve my desired goal. Many times while upgrading one of the ports, it will fail during installation with the "HEY! this port is already installed! You may wish to cd to the ports directory and execute port deinstall, then port reinstall" What?! I'm *upgrading* (or at least trying) this port. :\ Anyway, thank you for all your time and consideration. --Chris H. -- ----------------------------------------------------------------- FreeBSD 5.4-RELEASE-p12 (SMP - 900x2) Tue Mar 7 19:37:23 PST 2006 ///////////////////////////////////////////////////////////////// --=_3n5ls3rswtq8 Content-Type: application/pgp-signature Content-Description: PGP Digital Signature Content-Disposition: inline Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQBEaRbqXxK1cRs0zxkRApNWAJ46Uh1njLWOTr1EakBUtxMMamSKIQCfTfAH QXAiojq31xgb6dW/Ax3JYoE= =JNXU -----END PGP SIGNATURE----- --=_3n5ls3rswtq8-- From owner-freebsd-stable@FreeBSD.ORG Tue May 16 00:13:50 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0934F16A50D for ; Tue, 16 May 2006 00:13:50 +0000 (UTC) (envelope-from fbsd@1command.com) Received: from mail.1command.com (mail.1command.com [216.177.243.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A06143D48 for ; Tue, 16 May 2006 00:13:48 +0000 (GMT) (envelope-from fbsd@1command.com) Received: from mail.1command.com (localhost.1command.com [127.0.0.1]) by mail.1command.com (8.13.3/8.13.3) with ESMTP id k4G0Dl5U084350 for ; Mon, 15 May 2006 17:13:47 -0700 (PDT) (envelope-from fbsd@1command.com) Received: (from www@localhost) by mail.1command.com (8.13.3/8.13.3/Submit) id k4G0Dl4s084349 for freebsd-stable@freebsd.org; Mon, 15 May 2006 17:13:47 -0700 (PDT) (envelope-from fbsd@1command.com) Received: from mail.1command.com (mail.1command.com [216.177.243.35]) by webmail.1command.com (H.R. Communications Messaging System) with HTTP; Mon, 15 May 2006 17:03:54 -0700 Message-ID: <20060515170354.grxho1n0o48cgog4@webmail.1command.com> X-Priority: 3 (Normal) Date: Mon, 15 May 2006 17:03:54 -0700 From: "Chris H." To: "[FBSDS]" References: <20060515165650.cau6rf2escws4owg@webmail.1command.com> In-Reply-To: <20060515165650.cau6rf2escws4owg@webmail.1command.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=_3n5ls3rswtq8"; protocol="application/pgp-signature"; micalg="pgp-sha1" Content-Transfer-Encoding: 7bit Resent-Date: Mon, 15 May 2006 17:13:47 -0700 Resent-From: fbsd@1command.com Resent-To: "[FBSDS]" Resent-Message-ID: <20060515171347.t0txwlsaqswwcs80@webmail.1command.com> User-Agent: H.R. Communications Internet Messaging System (HCIMS) 4.1 Professional (not for redistribution) / FreeBSD-5.5 Subject: Upgrading question (issue?) - was:(no subject) 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, 16 May 2006 00:13:50 -0000 This message is in MIME format and has been PGP signed. --=_3n5ls3rswtq8 Content-Type: text/plain; charset=ISO-8859-1; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit Quoting "Chris H." : Hello, I have a question as to accomplishing an upgrade of *only* what ports I already have installed. That is to say; I somewhat frequently suck down the latest source for system and ports for the release I run on my servers (RELENG_5_4 - soon to be 5_5) and usually rebuildworld/ kernel, and *painfully* the ports I already have installed. Which brings me to my issue; Is there any way to rebuild (upgrade) the ports I already have installed, and *only* the ports I already have installed? I have recently discovered portmaster. Which is heads-and-tails over portupgrade. But (from my personal knowlede/ experience) it doesn't provide a "one shot" command/ option to achieve my desired goal. Many times while upgrading one of the ports, it will fail during installation with the "HEY! this port is already installed! You may wish to cd to the ports directory and execute port deinstall, then port reinstall" What?! I'm *upgrading* (or at least trying) this port. :\ Anyway, thank you for all your time and consideration. --Chris H. -- ----------------------------------------------------------------- FreeBSD 5.4-RELEASE-p12 (SMP - 900x2) Tue Mar 7 19:37:23 PST 2006 ///////////////////////////////////////////////////////////////// --=_3n5ls3rswtq8 Content-Type: application/pgp-signature Content-Description: PGP Digital Signature Content-Disposition: inline Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQBEaRbqXxK1cRs0zxkRApNWAJ46Uh1njLWOTr1EakBUtxMMamSKIQCfTfAH QXAiojq31xgb6dW/Ax3JYoE= =JNXU -----END PGP SIGNATURE----- --=_3n5ls3rswtq8-- From owner-freebsd-stable@FreeBSD.ORG Tue May 16 00:32:12 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3976016A65C for ; Tue, 16 May 2006 00:32:12 +0000 (UTC) (envelope-from duane@greenmeadow.ca) Received: from smtpout.eastlink.ca (smtpout.eastlink.ca [24.222.0.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAD5343D45 for ; Tue, 16 May 2006 00:32:11 +0000 (GMT) (envelope-from duane@greenmeadow.ca) Received: from ip02.eastlink.ca ([24.222.10.10]) by mta01.eastlink.ca (Sun Java System Messaging Server 6.2-4.03 (built Sep 22 2005)) with ESMTP id <0IZC0047C1I3FEW0@mta01.eastlink.ca> for freebsd-stable@freebsd.org; Mon, 15 May 2006 21:32:27 -0300 (ADT) Received: from blk-224-199-230.eastlink.ca (HELO [192.168.0.103]) ([24.224.199.230]) by ip02.eastlink.ca with ESMTP; Mon, 15 May 2006 21:32:11 -0300 Date: Mon, 15 May 2006 21:31:16 -0300 From: Duane Whitty In-reply-to: <20060515170354.grxho1n0o48cgog4@webmail.1command.com> To: "Chris H." Message-id: <44691D54.2060704@greenmeadow.ca> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-BrightmailFiltered: true X-Brightmail-Tracker: AAAAAQAAA+k= References: <20060515165650.cau6rf2escws4owg@webmail.1command.com> <20060515170354.grxho1n0o48cgog4@webmail.1command.com> User-Agent: Thunderbird 1.5.0.2 (X11/20060503) Cc: "\[FBSDS\]" Subject: Re: Upgrading question (issue?) - was:(no subject) 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, 16 May 2006 00:32:13 -0000 Chris H. wrote: > Quoting "Chris H." : > > Hello, > I have a question as to accomplishing an upgrade of *only* what ports I > already have installed. That is to say; I somewhat frequently suck down > the latest source for system and ports for the release I run on my > servers > (RELENG_5_4 - soon to be 5_5) and usually rebuildworld/ kernel, and > *painfully* > the ports I already have installed. Which brings me to my issue; Is there > any way to rebuild (upgrade) the ports I already have installed, and > *only* > the ports I already have installed? I have recently discovered > portmaster. > Which is heads-and-tails over portupgrade. But (from my personal > knowlede/ > experience) it doesn't provide a "one shot" command/ option to achieve my > desired goal. Many times while upgrading one of the ports, it will fail > during installation with the "HEY! this port is already installed! You > may > wish to cd to the ports directory and execute port deinstall, then port > reinstall" What?! I'm *upgrading* (or at least trying) this port. :\ > > Anyway, thank you for all your time and consideration. > > --Chris H. > Hi Chris, Does portupgrade -a not work for you? Actually, I've been thinking maybe the better way to accomplish this goal is: Read /usr/ports/UPDATING pkgdb -F script pre-update-all portupgrade -an exit Read pre-update-all and fix potential conflicts script update-all portupgrade -aFR portupgrade -a exit Read update-all for special instructions that went by during upgrade. As for the problem with a port utility telling you to deinstall a previous version, I've run into this as well. The problem is that the upgrade tools upgrade versions of the same application. They can't upgrade across different editions of a port. As an example, Apache 1.35 to Apache 2.2. Ports treat them as different applications. I think all the port utilities do this. Best Regards, Duane Whitty -- duane@greenmeadow.ca From owner-freebsd-stable@FreeBSD.ORG Tue May 16 01:23:41 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 508B516A95A for ; Tue, 16 May 2006 01:23:41 +0000 (UTC) (envelope-from grafan@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3FFA43D45 for ; Tue, 16 May 2006 01:23:40 +0000 (GMT) (envelope-from grafan@gmail.com) Received: by nz-out-0102.google.com with SMTP id s18so169016nze for ; Mon, 15 May 2006 18:23:40 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=hcEbg2ccd3bHRoHZBwY5wKf++G2vtdCVt+0XrKVtRujSx/BCkkhkFOLgr8/zyuH2t6/Mm3o+GHxylrvNm8KwXigjHkn0k3h0aISCzErj00pnWYp75yBlCUxDXyqPMg2bsH8jRFCn2v9JAuPr60CjzOv5sznLeHjk+kQ48bPcU48= Received: by 10.36.19.18 with SMTP id 18mr3609105nzs; Mon, 15 May 2006 18:23:40 -0700 (PDT) Received: by 10.36.60.19 with HTTP; Mon, 15 May 2006 18:23:40 -0700 (PDT) Message-ID: <6eb82e0605151823x270b10f5j12c7fa2216b52f3f@mail.gmail.com> Date: Mon, 15 May 2006 21:23:40 -0400 From: "Rong-en Fan" To: stable@freebsd.org In-Reply-To: <20060515191628.GC4555@dimma.mow.oilspace.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <6eb82e0605151115x28522ac5i3790febecb2f0691@mail.gmail.com> <20060515191628.GC4555@dimma.mow.oilspace.com> Cc: Subject: Re: 6.1-RELEASE, em0 high interrupt rate and nfsd eats lots of cpu 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, 16 May 2006 01:23:41 -0000 On 5/15/06, Dmitriy Kirhlarov wrote: > On Mon, May 15, 2006 at 02:15:08PM -0400, Rong-en Fan wrote: > > Hi, > > > > After upgrading from 5.5-PRERELEASE to 6.1-RELEASE on one > > nfs server today, I noticed that the load is very high, ranging from 4.= x > > to 30.x, depends how many nfsd I run. From mrtg traffic graph, I did > > not notice there is high traffic. This box is 2 physical Xeon CPU w/ > > I have same situation today on RC2. > One client installing world from nfs share. > nfsd eat 91% CPU, load average 6-8. Very small disk activitie. > I don't look interrupt rate. > I, also, have em0. After some digging, I found the cpu-eater nfsd can be triggered by running ``du'' on nfs client (both FreeBSD 6.1-R and Linux box). The nfsd will eat lots of CPU. After the client's du is finished, the nfsd still eat lots of CPU. The workaround is to /etc/rc.d/nfsd restart Everything will be just fine. Besides du, on FreeBSD 6.1-R client, buildkernel over nfs will trigger the same behavior. I just downgraded this box to 6.0-RELEASE and everything works fine. Running du or buildkernel from nfs client do not trigger the same behavior. I will try to do a binary search from 6.0-R to 6.1-R see if I can find out related commits. By the way, I have another nfs server running 6.1-RELEASE, but it does not exhibit this behavior. Kernel conf and sysctl are basically the same for both boxes. Regards, Rong-En Fan From owner-freebsd-stable@FreeBSD.ORG Tue May 16 01:35:57 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B166516A44D for ; Tue, 16 May 2006 01:35:57 +0000 (UTC) (envelope-from brett@lariat.net) Received: from lariat.net (lariat.net [65.122.236.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2670A43D45 for ; Tue, 16 May 2006 01:35:57 +0000 (GMT) (envelope-from brett@lariat.net) Received: (from brett@localhost) by lariat.net (8.9.3/8.9.3) id TAA04838 for stable@freebsd.org; Mon, 15 May 2006 19:35:53 -0600 (MDT) Date: Mon, 15 May 2006 19:35:53 -0600 (MDT) From: Brett Glass Message-Id: <200605160135.TAA04838@lariat.net> To: stable@freebsd.org Cc: Subject: 4.11 snapshots? 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, 16 May 2006 01:35:57 -0000 Is there a server currently furnishing snapshots of the FreeBSD 4.11 security branch? We have some servers running various 4.x versions that might not be happy with 6.x due to memory requirements. They also might have slower file access (The file system in FreeBSD 6.x still isn't as snappy as the one in 4.x, though I hope this will change). So, we'd like to upgrade them to a patch level that includes all recent security fixes. Are ISOs available? --Brett Glass From owner-freebsd-stable@FreeBSD.ORG Tue May 16 02:42:08 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBEBE16A46F for ; Tue, 16 May 2006 02:42:08 +0000 (UTC) (envelope-from nomadlogic@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DE7843D45 for ; Tue, 16 May 2006 02:42:08 +0000 (GMT) (envelope-from nomadlogic@gmail.com) Received: by py-out-1112.google.com with SMTP id e30so1248774pya for ; Mon, 15 May 2006 19:42:04 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=mJ2LFXhPtmiYrx4ZX7EqJ5uuYF/AZPbgTZ6Ycw7l5gsUqPSFLirmLEiWXlRt74NXBwGahcPKM+nVqmwNKJ4IIH36s7SEssUJZjxMVmTGCChjpWxVkfbFm1NBp0QULi6+4t4wf1McgILGIqI0pcynsqy9B5HVB5FjBBd1wIjOmL8= Received: by 10.35.78.13 with SMTP id f13mr623673pyl; Mon, 15 May 2006 19:42:04 -0700 (PDT) Received: by 10.35.53.17 with HTTP; Mon, 15 May 2006 19:42:04 -0700 (PDT) Message-ID: <57d710000605151942p2461338au561269fc5937aee7@mail.gmail.com> Date: Mon, 15 May 2006 19:42:04 -0700 From: "pete wright" To: "Brett Glass" In-Reply-To: <200605160135.TAA04838@lariat.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200605160135.TAA04838@lariat.net> Cc: stable@freebsd.org Subject: Re: 4.11 snapshots? 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, 16 May 2006 02:42:08 -0000 On 5/15/06, Brett Glass wrote: > Is there a server currently furnishing snapshots of the FreeBSD 4.11 secu= rity > branch? We have some servers running various 4.x versions that might not = be > happy with 6.x due to memory requirements. They also might have slower fi= le > access (The file system in FreeBSD 6.x still isn't as snappy as the one > in 4.x, though I hope this will change). So, we'd like to upgrade them to > a patch level that includes all recent security fixes. Are ISOs available= ? > according to this link 4.11 is a supported errata branch: http://www.freebsd.org/releng/ here is a link to the errata policy: http://www.freebsd.org/releases/4.11R/errata_policy.html you should be able to sync your source via cvsup from official freebsd mirr= ors. -pete --=20 ~~o0OO0o~~ Pete Wright www.nycbug.org NYC's *BSD User Group From owner-freebsd-stable@FreeBSD.ORG Tue May 16 02:55:26 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE49416A555; Tue, 16 May 2006 02:55:26 +0000 (UTC) (envelope-from shurd@sasktel.net) Received: from misav02.sasknet.sk.ca (misav08.sasknet.sk.ca [142.165.20.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA30F43D58; Tue, 16 May 2006 02:55:11 +0000 (GMT) (envelope-from shurd@sasktel.net) Received: from bgmpomr1.sasknet.sk.ca ([142.165.72.22]) by misav08 with InterScan Messaging Security Suite; Mon, 15 May 2006 20:55:10 -0600 Received: from [192.168.0.193] ([142.165.59.202]) by bgmpomr1.sasknet.sk.ca (SaskTel eMessaging Service) with ESMTPA id <0IZC009LW83XM7J0@bgmpomr1.sasknet.sk.ca>; Mon, 15 May 2006 20:55:10 -0600 (CST) Date: Mon, 15 May 2006 20:55:09 -0600 From: Stephen Hurd In-reply-to: <53u07rv6of.wl%mak@ll.mit.edu> To: "Michael A. Koerber" Message-id: <44693F0D.90100@sasktel.net> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT References: <53u07rv6of.wl%mak@ll.mit.edu> User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.0.1) Gecko/20060413 SeaMonkey/1.0 Cc: stable@freebsd.org, current@freebsd.org Subject: Re: burncd audio produces white noise 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, 16 May 2006 02:55:26 -0000 Michael A. Koerber wrote: > All, > > Once upon a time, I think with 5.x or perhaps earlier, the command > (ATAPI drive) > > burncd -ef /dev/acd0 audio *.cdr fixate > > would produce an audio CD for me. However, under 6.0 and recently 6.1 > this same command produces an CD filled with white noise only. The entire > procedure I've used is: > > 1. Start w/ some MP3 files. > > 2. Use sox (or lame) to convert to CDR format > > 3. Verify the CDR format with 'xine filename.cdr' (sounds good) > > 4. Make CD with above command. > > 5. Play CD on two different players (one on PC, one on entertainment system) > (sounds like white noise) > > 6. Extract a CD track with dd if=/dev/acd0t01 of=tmp.cdr bs=2532 > > 7. Test ripped track with 'xine tmp.cdr' sound just like the original MP3! > > To ensure that there weren't permissions problems along the way, I've executed > these commands as root, though I once did this as a normal user. > > Any ideas on what I should look at to fix this problem? > Yeah, I've noticed that too now that you mention it. When it happened to me, I switched to using atapicam and cdrecord with the -swab parameter. Also, you may want to look at audio/mp3burn (still need to pass -swab though) I would recommend that you file a PR on this one. From owner-freebsd-stable@FreeBSD.ORG Tue May 16 03:18:19 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6C4A16A5F7 for ; Tue, 16 May 2006 03:18:19 +0000 (UTC) (envelope-from max@love2party.net) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF4C543D55 for ; Tue, 16 May 2006 03:18:15 +0000 (GMT) (envelope-from max@love2party.net) Received: from [88.64.183.228] (helo=vampire.homelinux.org) by mrelayeu.kundenserver.de (node=mrelayeu10) with ESMTP (Nemesis), id 0ML31I-1Ffq4c3MDz-0006HY; Tue, 16 May 2006 05:18:15 +0200 Received: (qmail 83680 invoked from network); 16 May 2006 03:18:41 -0000 Received: from localhost (HELO mail.abi01.homeunix.org) (192.168.4.64) by localhost with SMTP; 16 May 2006 03:18:41 -0000 Received: from 192.168.4.1 (SquirrelMail authenticated user mlaier) by mail.abi01.homeunix.org with HTTP; Tue, 16 May 2006 05:18:14 +0200 (CEST) Message-ID: <54640.192.168.4.1.1147749494.squirrel@mail.abi01.homeunix.org> In-Reply-To: <44693F0D.90100@sasktel.net> References: <53u07rv6of.wl%mak@ll.mit.edu> <44693F0D.90100@sasktel.net> Date: Tue, 16 May 2006 05:18:14 +0200 (CEST) From: "Max Laier" To: "Stephen Hurd" User-Agent: SquirrelMail/1.4.6 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Provags-ID: kundenserver.de abuse@kundenserver.de login:61c499deaeeba3ba5be80f48ecc83056 Cc: stable@freebsd.org, "Michael A. Koerber" , current@freebsd.org Subject: Re: burncd audio produces white noise 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, 16 May 2006 03:18:19 -0000 On Tue, May 16, 2006 4:55 am, Stephen Hurd wrote: > Michael A. Koerber wrote: >> All, >> >> Once upon a time, I think with 5.x or perhaps earlier, the command >> (ATAPI drive) >> >> burncd -ef /dev/acd0 audio *.cdr fixate >> >> would produce an audio CD for me. However, under 6.0 and recently 6.1 >> this same command produces an CD filled with white noise only. The >> entire >> procedure I've used is: >> >> 1. Start w/ some MP3 files. >> >> 2. Use sox (or lame) to convert to CDR format >> >> 3. Verify the CDR format with 'xine filename.cdr' (sounds good) >> >> 4. Make CD with above command. >> >> 5. Play CD on two different players (one on PC, one on entertainment >> system) >> (sounds like white noise) >> >> 6. Extract a CD track with dd if=/dev/acd0t01 of=tmp.cdr bs=2532 >> >> 7. Test ripped track with 'xine tmp.cdr' sound just like the original >> MP3! >> >> To ensure that there weren't permissions problems along the way, I've >> executed >> these commands as root, though I once did this as a normal user. >> >> Any ideas on what I should look at to fix this problem? >> > Yeah, I've noticed that too now that you mention it. When it happened > to me, I switched to using atapicam and cdrecord with the -swab parameter. > Also, you may want to look at audio/mp3burn (still need to pass -swab > though) > > I would recommend that you file a PR on this one. Obviously you are giving the wrong options to sox/lame. Most likely you are confusing byte-order. Might also be a problem with the configuration options for the respective ports. -- /"\ 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 May 16 04:28:11 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B42B916A405; Tue, 16 May 2006 04:28:11 +0000 (UTC) (envelope-from shurd@sasktel.net) Received: from misav02.sasknet.sk.ca (misav08.sasknet.sk.ca [142.165.20.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41B1E43D48; Tue, 16 May 2006 04:28:11 +0000 (GMT) (envelope-from shurd@sasktel.net) Received: from bgmpomr1.sasknet.sk.ca ([142.165.72.22]) by misav08 with InterScan Messaging Security Suite; Mon, 15 May 2006 22:28:10 -0600 Received: from [192.168.0.193] ([142.165.59.202]) by bgmpomr1.sasknet.sk.ca (SaskTel eMessaging Service) with ESMTPA id <0IZC00HH8CEXRK50@bgmpomr1.sasknet.sk.ca>; Mon, 15 May 2006 22:28:10 -0600 (CST) Date: Mon, 15 May 2006 22:28:09 -0600 From: Stephen Hurd In-reply-to: <54640.192.168.4.1.1147749494.squirrel@mail.abi01.homeunix.org> To: Max Laier Message-id: <446954D9.5010008@sasktel.net> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT References: <53u07rv6of.wl%mak@ll.mit.edu> <44693F0D.90100@sasktel.net> <54640.192.168.4.1.1147749494.squirrel@mail.abi01.homeunix.org> User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.0.1) Gecko/20060413 SeaMonkey/1.0 Cc: stable@freebsd.org, "Michael A. Koerber" , current@freebsd.org Subject: Re: burncd audio produces white noise 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, 16 May 2006 04:28:11 -0000 Max Laier wrote: >> Yeah, I've noticed that too now that you mention it. When it happened >> to me, I switched to using atapicam and cdrecord with the -swab parameter. >> Also, you may want to look at audio/mp3burn (still need to pass -swab >> though) >> >> I would recommend that you file a PR on this one. >> > > Obviously you are giving the wrong options to sox/lame. Most likely you > are confusing byte-order. Might also be a problem with the configuration > options for the respective ports Something was confusing byte-order, that's for sure (or -swab wouldn't help) however, when I ripped, I would use madplay, not sox... and I *believe* that I had tried the dd method from CD to CD as outlined in the handbook and it failed too. I'm groping for details because I don't burn audio CDs very often, but when something is converted from mp3 to cda, then the resulting cda is burnt to a CD on the same system that did the conversion, it should Just Work. iirc, the CDA format uses the hosts byte order so burncd (or morelikely, the device) would need to use swab() when burning on BE systems. Definitely something for Michael to try is following the steps outlined in the handbook for copying a CD and see if he still has the byte-swapping problem. From owner-freebsd-stable@FreeBSD.ORG Tue May 16 04:53:45 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AF9B16A41A for ; Tue, 16 May 2006 04:53:45 +0000 (UTC) (envelope-from brett@lariat.org) Received: from lariat.net (lariat.net [65.122.236.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACDEA43D49 for ; Tue, 16 May 2006 04:53:40 +0000 (GMT) (envelope-from brett@lariat.org) Received: from Anne (IDENT:ppp1000.lariat.net@lariat.net [65.122.236.2]) by lariat.net (8.9.3/8.9.3) with ESMTP id WAA06827; Mon, 15 May 2006 22:53:32 -0600 (MDT) X-message-flag: Warning! Use of Microsoft Outlook renders your system susceptible to Internet worms. Message-Id: <7.0.1.0.2.20060515225038.08d72690@lariat.org> X-Mailer: QUALCOMM Windows Eudora Version 7.0.1.0 Date: Mon, 15 May 2006 22:52:02 -0600 To: "pete wright" From: Brett Glass In-Reply-To: <57d710000605151942p2461338au561269fc5937aee7@mail.gmail.co m> References: <200605160135.TAA04838@lariat.net> <57d710000605151942p2461338au561269fc5937aee7@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Cc: stable@freebsd.org Subject: Re: 4.11 snapshots? 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, 16 May 2006 04:53:45 -0000 At 08:42 PM 5/15/2006, pete wright wrote: >according to this link 4.11 is a supported errata branch: > >http://www.freebsd.org/releng/ >here is a link to the errata policy: >http://www.freebsd.org/releases/4.11R/errata_policy.html > >you should be able to sync your source via cvsup from official freebsd mirrors. True. But this requires assembling a system to do it, and then waiting hours while I build the world and "make release". I was hoping that there was a snapshot server up, as there was in Japan a few years ago. --Brett Glass From owner-freebsd-stable@FreeBSD.ORG Tue May 16 05:07:56 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAAD116A49A for ; Tue, 16 May 2006 05:07:56 +0000 (UTC) (envelope-from manfred.lotz@arcor.de) Received: from mail-in-02.arcor-online.net (mail-in-02.arcor-online.net [151.189.21.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AD1543D7B for ; Tue, 16 May 2006 05:07:52 +0000 (GMT) (envelope-from manfred.lotz@arcor.de) Received: from mail-in-05-z2.arcor-online.net (mail-in-05-z2.arcor-online.net [151.189.8.17]) by mail-in-02.arcor-online.net (Postfix) with ESMTP id 02B8B1EAF38; Tue, 16 May 2006 07:07:51 +0200 (CEST) Received: from mail-in-01.arcor-online.net (mail-in-01.arcor-online.net [151.189.21.41]) by mail-in-05-z2.arcor-online.net (Postfix) with ESMTP id E92FD1A892C; Tue, 16 May 2006 07:07:50 +0200 (CEST) Received: from hermes.sanskrit.local.net (dslb-084-058-039-164.pools.arcor-ip.net [84.58.39.164]) by mail-in-01.arcor-online.net (Postfix) with ESMTP id D0D2DDDEF3; Tue, 16 May 2006 07:07:50 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by hermes.sanskrit.local.net (8.13.6/8.13.4) with SMTP id k4G57nBk047554; Tue, 16 May 2006 07:07:50 +0200 (CEST) (envelope-from manfred.lotz@arcor.de) Date: Tue, 16 May 2006 07:07:44 +0200 From: Manfred Lotz To: "Max Laier" Message-Id: <20060516070744.151b7360.manfred.lotz@arcor.de> In-Reply-To: <55782.192.168.4.1.1147735378.squirrel@mail.abi01.homeunix.org> References: <20060515215318.835ef697.manfred.lotz@arcor.de> <55782.192.168.4.1.1147735378.squirrel@mail.abi01.homeunix.org> X-Mailer: Sylpheed version 2.2.4 (GTK+ 2.8.17; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: iwi-firmware-kmod and iwi-firmware 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, 16 May 2006 05:08:04 -0000 Hi Max, Thanks for your reply. On Tue, 16 May 2006 01:22:58 +0200 (CEST) "Max Laier" wrote: ... > > I know how to use iwi-firmware but how does iwi.firmware-kmod > > relate? > > > > > > Currently, iwi-firmware is quite unreliable in the sense that after > > resuming my laptop and restarting wpa_supplicant I often get panics. > > Newer versions of the iwi(4) driver require you to use > iwi-firmware-kmod (iwi-firmware won't work anymore). Those drivers > utilize the firmware(9) framework to load the firmware. Together > with other changes (at this time only available in CURRENT) this > makes iwi(4) much more stable. You should be able to use > sys/dev/iwi/* from CURRENT in RELENG_6 to get the changes. MFC is > planed, but more testing is required and encouraged. > Ok, I'm running 6.1 STABLE and I copied over from sys/dev/iwi/* Do I still need iwi-firmware in order to run iwi-firmware-kmod or can the kernel modules iwi_bass and firmware be used independently? If so I'm wondering how to specify the connection parameter which are now in /etc/wpa_supplicant.conf. -- Manfred From owner-freebsd-stable@FreeBSD.ORG Tue May 16 05:50:38 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADF4916A412 for ; Tue, 16 May 2006 05:50:38 +0000 (UTC) (envelope-from needacoder@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15B6143D5A for ; Tue, 16 May 2006 05:50:33 +0000 (GMT) (envelope-from needacoder@gmail.com) Received: by nf-out-0910.google.com with SMTP id m19so115268nfc for ; Mon, 15 May 2006 22:50:33 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=f6A93ScfudEKbMbw01ga7fJaTbfWa4NfRLNyyxRScRTaQhBMNkbo22pRGK1Jc2eUK+GnupRhHLmfURLiQQns/rHRNyoWHfACyoDc3bPq5PioQYtki0iL5VdmvGj+rENFayd+ViCAjdrCezI5lY1qZM5KQWVC1vFk3jdX7F6lF64= Received: by 10.49.5.8 with SMTP id h8mr2713053nfi; Mon, 15 May 2006 14:34:49 -0700 (PDT) Received: by 10.49.75.2 with HTTP; Mon, 15 May 2006 14:34:49 -0700 (PDT) Message-ID: <1e4841eb0605151434q36953533n9db96245404f75f7@mail.gmail.com> Date: Mon, 15 May 2006 17:34:49 -0400 From: "m m" To: "Alexander Kabaev" In-Reply-To: <20060514195510.783fa765@kan.dnsalias.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1e4841eb0605111757t36fdf8cfv267799a17dffc650@mail.gmail.com> <20060514195510.783fa765@kan.dnsalias.net> Cc: stable@freebsd.org Subject: Re: improper handling of dlpened's C++/atexit() 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: Tue, 16 May 2006 05:50:38 -0000 > You'll need to build ld-elf.so.1 and libc.so.6 to get a sensible > backtrace. Can you please point us to a reference on how to do this? I rebuilt the rtld-elf and libc libraries with CFLAGS=3D-g3 in /etc/make.conf, however the stack trace looks basically the same (missing functions and no line numbers). From owner-freebsd-stable@FreeBSD.ORG Tue May 16 06:34:36 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB47B16A415 for ; Tue, 16 May 2006 06:34:36 +0000 (UTC) (envelope-from dkirhlarov@oilspace.com) Received: from office.oilspace.com (ns2.oilspace.com [194.129.65.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FA3343D48 for ; Tue, 16 May 2006 06:34:36 +0000 (GMT) (envelope-from dkirhlarov@oilspace.com) Received: from dimma.mow.oilspace.com (hq.oilspace.com [81.222.156.185]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by office.oilspace.com (Postfix) with ESMTP id 51CF5136CF3 for ; Tue, 16 May 2006 07:34:35 +0100 (BST) Received: from dimma.mow.oilspace.com (localhost [127.0.0.1]) by dimma.mow.oilspace.com (8.13.4/8.13.3) with ESMTP id k4G6YYVK001032 for ; Tue, 16 May 2006 10:34:34 +0400 (MSD) (envelope-from dkirhlarov@localhost.oilspace.com) Received: (from dkirhlarov@localhost) by dimma.mow.oilspace.com (8.13.4/8.13.3/Submit) id k4G6YYnO001031 for stable@freebsd.org; Tue, 16 May 2006 10:34:34 +0400 (MSD) (envelope-from dkirhlarov) Date: Tue, 16 May 2006 10:34:34 +0400 From: Dmitriy Kirhlarov To: stable@freebsd.org Message-ID: <20060516063433.GA805@dimma.mow.oilspace.com> Mail-Followup-To: stable@freebsd.org References: <6eb82e0605151115x28522ac5i3790febecb2f0691@mail.gmail.com> <20060515191628.GC4555@dimma.mow.oilspace.com> <6eb82e0605151515k1e3504aare798174204f25a7@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6eb82e0605151515k1e3504aare798174204f25a7@mail.gmail.com> X-Mailer: Mutt-ng devel (2005-03-13) based on Mutt 1.5.9 X-Operating-System: FreeBSD 5.4-STABLE User-Agent: mutt-ng/devel-r581 (FreeBSD) Cc: Subject: Re: 6.1-RELEASE, em0 high interrupt rate and nfsd eats lots of cpu 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, 16 May 2006 06:34:36 -0000 On Mon, May 15, 2006 at 06:15:49PM -0400, Rong-en Fan wrote: > When do you start to notice this problem? Since 6.1-RC or? I find it yesterday on 6.1-RC2, when update another machine over nfs. On server I, also, use nullfs for jails. I was starting suspect nullfs, but I could not stop jails during working hours for investigation. After your message, I think, problem not in nullfs. WBR -- Dmitriy Kirhlarov OILspace, 26 Leninskaya sloboda, bld. 2, 2nd floor, 115280 Moscow, Russia P:+7 495 105 7247 ext.203 F:+7 495 105 7246 E:DmitriyKirhlarov@oilspace.com OILspace - The resource enriched - www.oilspace.com From owner-freebsd-stable@FreeBSD.ORG Tue May 16 06:49:44 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B704E16A402 for ; Tue, 16 May 2006 06:49:44 +0000 (UTC) (envelope-from needacoder@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B37943D49 for ; Tue, 16 May 2006 06:49:43 +0000 (GMT) (envelope-from needacoder@gmail.com) Received: by nf-out-0910.google.com with SMTP id n15so56254nfc for ; Mon, 15 May 2006 23:49:42 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=MabXX7GlJgBdJzW49vDuKn1xlSOsuM/SYyczQELYgOfXJApMzzy6GKkyaXXRAf2m6UZLa87rn6KHbMiH3cmy9RpUYxkmRF00mAS55lcDRTxemtsPdO+LW9rDjbB6IRBJ8mm79laNaPHR67trUraqLS/QGrXe4uBPsM/cTx2lPnY= Received: by 10.48.222.9 with SMTP id u9mr2723340nfg; Mon, 15 May 2006 20:58:32 -0700 (PDT) Received: by 10.49.75.2 with HTTP; Mon, 15 May 2006 20:58:32 -0700 (PDT) Message-ID: <1e4841eb0605152058n69d4e7b8m27d3944d9af8a346@mail.gmail.com> Date: Mon, 15 May 2006 23:58:32 -0400 From: "m m" To: "Alexander Kabaev" In-Reply-To: <20060514195510.783fa765@kan.dnsalias.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1e4841eb0605111757t36fdf8cfv267799a17dffc650@mail.gmail.com> <20060514195510.783fa765@kan.dnsalias.net> Cc: stable@freebsd.org Subject: Re: improper handling of dlpened's C++/atexit() 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: Tue, 16 May 2006 06:49:44 -0000 On 5/14/06, Alexander Kabaev wrote: > On Thu, 11 May 2006 20:57:20 -0400 > "m m" wrote: > > > I am writing in regard to PR at > > http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dbin%2F59552 . I am > > experiencing behavior on 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #11: > > Sun Mar 26 00:03:52 EST 2006 which looks a lot like something that > > would be caused by this PR. This happens when apache-1.3 processes > > that run with Mason code receive a SIGUSR1 (when newsyslog does log > > rotation) and apache gracefully kills off all processes when > > restarting. The following is the stack trace that lead me to this PR: > You'll need to build ld-elf.so.1 and libc.so.6 to get a sensible > backtrace. Please find the new stack trace below. If there is more information I can provide, just ask. (This is 6.1-STABLE, cvsup very shortly before May 11 23:14 EDT) Program received signal SIGSEGV, Segmentation fault. 0x00000000 in ?? () (gdb) bt #0 0x00000000 in ?? () #1 0x294c0ad8 in __do_global_dtors_aux () from /usr/local/lib/perl5/5.8.8/mach/auto/Sys/Syslog/Syslog.so #2 0x294c1d4c in _fini () from /usr/local/lib/perl5/5.8.8/mach/auto/Sys/Syslog/Syslog.so #3 0x280b4c80 in ?? () #4 0x280aaab8 in ?? () from /libexec/ld-elf.so.1 #5 0xbfbfe6e8 in ?? () #6 0x2808dca6 in objlist_call_fini (list=3D0x280a96d8) at /usr/src/libexec/rtld-elf/rtld.c:1336 #7 0x2808e1d4 in rtld_exit () at /usr/src/libexec/rtld-elf/rtld.c:1528 #8 0x281d58ea in __cxa_finalize (dso=3D0x0) at /usr/src/lib/libc/stdlib/atexit.c:184 #9 0x281d55ba in exit (status=3D0) at /usr/src/lib/libc/stdlib/exit.c:69 #10 0x0805d0cb in clean_child_exit () #11 0x0805ea77 in just_die () #12 0x0805ea9a in usr1_handler () #13 0xbfbfffb4 in ?? () #14 0x0000001e in ?? () #15 0x00000000 in ?? () #16 0xbfbfe7c0 in ?? () #17 0x00000002 in ?? () #18 0x0805ea80 in just_die () #19 0x0806011e in child_main () #20 0x080607de in make_child () #21 0x08060868 in startup_children () #22 0x08060e81 in standalone_main () #23 0x08061702 in main () From owner-freebsd-stable@FreeBSD.ORG Tue May 16 07:30:07 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AC1216A402 for ; Tue, 16 May 2006 07:30:07 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from fw.zoral.com.ua (ll-227.216.82.212.sovam.net.ua [212.82.216.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CBA043D45 for ; Tue, 16 May 2006 07:30:05 +0000 (GMT) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (root@deviant.kiev.zoral.com.ua [10.1.1.148]) by fw.zoral.com.ua (8.13.4/8.13.4) with ESMTP id k4G7TxAj061978 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 16 May 2006 10:29:59 +0300 (EEST) (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.13.6/8.13.6) with ESMTP id k4G7TwkL052053; Tue, 16 May 2006 10:29:58 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.13.6/8.13.6/Submit) id k4G7Twds052052; Tue, 16 May 2006 10:29:58 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Tue, 16 May 2006 10:29:58 +0300 From: Konstantin Belousov To: m m Message-ID: <20060516072957.GB54541@deviant.kiev.zoral.com.ua> References: <1e4841eb0605111757t36fdf8cfv267799a17dffc650@mail.gmail.com> <20060514195510.783fa765@kan.dnsalias.net> <1e4841eb0605152058n69d4e7b8m27d3944d9af8a346@mail.gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="/WwmFnJnmDyWGHa4" Content-Disposition: inline In-Reply-To: <1e4841eb0605152058n69d4e7b8m27d3944d9af8a346@mail.gmail.com> User-Agent: Mutt/1.4.2.1i X-Virus-Scanned: ClamAV version 0.88.1, clamav-milter version 0.88.1 on fw.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on fw.zoral.com.ua Cc: stable@freebsd.org, Alexander Kabaev Subject: Re: improper handling of dlpened's C++/atexit() 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: Tue, 16 May 2006 07:30:07 -0000 --/WwmFnJnmDyWGHa4 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, May 15, 2006 at 11:58:32PM -0400, m m wrote: > On 5/14/06, Alexander Kabaev wrote: > >On Thu, 11 May 2006 20:57:20 -0400 > >"m m" wrote: > > > >> I am writing in regard to PR at > >> http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dbin%2F59552 . I am > >> experiencing behavior on 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #11: > >> Sun Mar 26 00:03:52 EST 2006 which looks a lot like something that > >> would be caused by this PR. This happens when apache-1.3 processes > >> that run with Mason code receive a SIGUSR1 (when newsyslog does log > >> rotation) and apache gracefully kills off all processes when > >> restarting. The following is the stack trace that lead me to this PR: > >You'll need to build ld-elf.so.1 and libc.so.6 to get a sensible > >backtrace. >=20 > Please find the new stack trace below. If there is more information I > can provide, just ask. (This is 6.1-STABLE, cvsup very shortly before > May 11 23:14 EDT) >=20 > Program received signal SIGSEGV, Segmentation fault. > 0x00000000 in ?? () > (gdb) bt > #0 0x00000000 in ?? () > #1 0x294c0ad8 in __do_global_dtors_aux () from > /usr/local/lib/perl5/5.8.8/mach/auto/Sys/Syslog/Syslog.so > #2 0x294c1d4c in _fini () from > /usr/local/lib/perl5/5.8.8/mach/auto/Sys/Syslog/Syslog.so > #3 0x280b4c80 in ?? () > #4 0x280aaab8 in ?? () from /libexec/ld-elf.so.1 > #5 0xbfbfe6e8 in ?? () > #6 0x2808dca6 in objlist_call_fini (list=3D0x280a96d8) at > /usr/src/libexec/rtld-elf/rtld.c:1336 > #7 0x2808e1d4 in rtld_exit () at /usr/src/libexec/rtld-elf/rtld.c:1528 > #8 0x281d58ea in __cxa_finalize (dso=3D0x0) at > /usr/src/lib/libc/stdlib/atexit.c:184 > #9 0x281d55ba in exit (status=3D0) at /usr/src/lib/libc/stdlib/exit.c:69 > #10 0x0805d0cb in clean_child_exit () > #11 0x0805ea77 in just_die () > #12 0x0805ea9a in usr1_handler () > #13 0xbfbfffb4 in ?? () > #14 0x0000001e in ?? () > #15 0x00000000 in ?? () > #16 0xbfbfe7c0 in ?? () > #17 0x00000002 in ?? () > #18 0x0805ea80 in just_die () > #19 0x0806011e in child_main () > #20 0x080607de in make_child () > #21 0x08060868 in startup_children () > #22 0x08060e81 in standalone_main () > #23 0x08061702 in main () The simplest way to get rtld and libc with debug symbols installed is as follows, assuming you have sources in /usr/src and complete buildworld result in /usr/obj: # cd /usr/src # make buildenv # CFLAGS=3D-g; export CFLAGS # STRIP=3D""; export STRIP # cd libexec/rtld-elf # make clean depend all install # cd ../../lib/libc # make clean depend all install After that the file command shall show that the libc and rtld are unstripped: # file ../p/libexec/ld-elf.so.1 =2E./p/libexec/ld-elf.so.1: ELF 32-bit LSB shared object, Intel 80386, vers= ion 1 (FreeBSD), not stripped The compiled binaries are be identical to currently installed, except symbo= ls shall be present. --/WwmFnJnmDyWGHa4 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEaX91C3+MBN1Mb4gRAnH3AJ9NZyy0rX4NNKDtZNs9we1nL1LddwCfaiyH bEqWaaOCQNAB+dTnftejzuA= =ADBL -----END PGP SIGNATURE----- --/WwmFnJnmDyWGHa4-- From owner-freebsd-stable@FreeBSD.ORG Tue May 16 07:40:01 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 752A216A400 for ; Tue, 16 May 2006 07:40:01 +0000 (UTC) (envelope-from plamen.stoev@gmail.com) Received: from t-janus.spnet.net (t-janus.spnet.net [212.50.0.3]) by mx1.FreeBSD.org (Postfix) with SMTP id 772F943D46 for ; Tue, 16 May 2006 07:40:00 +0000 (GMT) (envelope-from plamen.stoev@gmail.com) Received: (qmail 15117 invoked from network); 16 May 2006 07:39:57 -0000 Received: from unknown (HELO ?212.50.0.92?) (212.50.0.92) by t-janus.spnet.net with SMTP; 16 May 2006 07:39:57 -0000 Message-ID: <446981CD.5000309@gmail.com> Date: Tue, 16 May 2006 10:39:57 +0300 From: Plamen Stoev User-Agent: Thunderbird 1.5.0.2 (X11/20060423) MIME-Version: 1.0 To: Brett Glass References: <200605160135.TAA04838@lariat.net> <57d710000605151942p2461338au561269fc5937aee7@mail.gmail.com> <7.0.1.0.2.20060515225038.08d72690@lariat.org> In-Reply-To: <7.0.1.0.2.20060515225038.08d72690@lariat.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: pete wright , stable@freebsd.org Subject: Re: 4.11 snapshots? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: plamen.stoev@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, 16 May 2006 07:40:01 -0000 Brett Glass wrote: > At 08:42 PM 5/15/2006, pete wright wrote: > >> according to this link 4.11 is a supported errata branch: >> >> http://www.freebsd.org/releng/ >> here is a link to the errata policy: >> http://www.freebsd.org/releases/4.11R/errata_policy.html >> >> you should be able to sync your source via cvsup from official freebsd mirrors. > > True. But this requires assembling a system to do it, and then waiting hours > while I build the world and "make release". I was hoping that there was a > snapshot server up, as there was in Japan a few years ago. > This may help: http://snapshots.jp.freebsd.org/ From owner-freebsd-stable@FreeBSD.ORG Tue May 16 08:57:59 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFF5516A41B for ; Tue, 16 May 2006 08:57:58 +0000 (UTC) (envelope-from fbsd@1command.com) Received: from mail.1command.com (mail.1command.com [216.177.243.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id A717143D7F for ; Tue, 16 May 2006 08:57:39 +0000 (GMT) (envelope-from fbsd@1command.com) Received: from mail.1command.com (localhost.1command.com [127.0.0.1]) by mail.1command.com (8.13.3/8.13.3) with ESMTP id k4G8vZGE086322 for ; Tue, 16 May 2006 01:57:35 -0700 (PDT) (envelope-from fbsd@1command.com) Received: (from www@localhost) by mail.1command.com (8.13.3/8.13.3/Submit) id k4G8vXl5086321 for freebsd-stable@freebsd.org; Tue, 16 May 2006 01:57:33 -0700 (PDT) (envelope-from fbsd@1command.com) Received: from ns1.1command.com (ns1.1command.com [216.177.243.34]) by webmail.1command.com (H.R. Communications Messaging System) with HTTP; Tue, 16 May 2006 01:57:32 -0700 Message-ID: <20060516015732.q4027orfkks44wwg@webmail.1command.com> X-Priority: 3 (Normal) Date: Tue, 16 May 2006 01:57:32 -0700 From: "Chris H." To: freebsd-stable@freebsd.org References: <20060515165650.cau6rf2escws4owg@webmail.1command.com> <20060515170354.grxho1n0o48cgog4@webmail.1command.com> <44691D54.2060704@greenmeadow.ca> In-Reply-To: <44691D54.2060704@greenmeadow.ca> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=_71t6z3iqicw8"; protocol="application/pgp-signature"; micalg="pgp-sha1" Content-Transfer-Encoding: 7bit User-Agent: H.R. Communications Internet Messaging System (HCIMS) 4.1 Professional (not for redistribution) / FreeBSD-5.5 Subject: Re: Upgrading question (issue?) - was:(no subject) 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, 16 May 2006 08:58:07 -0000 This message is in MIME format and has been PGP signed. --=_71t6z3iqicw8 Content-Type: text/plain; charset=ISO-8859-1; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit Hello, and thank you for your reply. Quoting Duane Whitty : > Chris H. wrote: >> Quoting "Chris H." : >> >> Hello, >> I have a question as to accomplishing an upgrade of *only* what ports I >> already have installed. That is to say; I somewhat frequently suck down >> the latest source for system and ports for the release I run on my servers >> (RELENG_5_4 - soon to be 5_5) and usually rebuildworld/ kernel, and >> *painfully* >> the ports I already have installed. Which brings me to my issue; Is there >> any way to rebuild (upgrade) the ports I already have installed, and *only* >> the ports I already have installed? I have recently discovered portmaster. >> Which is heads-and-tails over portupgrade. But (from my personal knowlede/ >> experience) it doesn't provide a "one shot" command/ option to achieve my >> desired goal. Many times while upgrading one of the ports, it will fail >> during installation with the "HEY! this port is already installed! You may >> wish to cd to the ports directory and execute port deinstall, then port >> reinstall" What?! I'm *upgrading* (or at least trying) this port. :\ >> >> Anyway, thank you for all your time and consideration. >> >> --Chris H. >> > Hi Chris, > > Does portupgrade -a not work for you? Actually, for some reason I am frequently plagued with database (portsdb) problems that are difficult to reconcile. Every cvsup I perform is with the following command: cvsup -g -L 2 ports-supfile && portsdb -Uu && pkgdb -F However, I all to often run into conflicts in the database. So I found it (seemingly) more efficient to switch to portmaster (no database required). My other issue with portupgrade was it's perpensity to (seemingly) make arbitrary decisions to start down any and all paths possible to install any other possibly related libraries and ports. This occurred with my last session using it. I went from a 7gig installation base to a 15gig installation. That was the last straw for me. I had to wipe the disks and perform a fresh (re)install. I think it's my inability to reconcile the meaning of the -R option vs. the -r option. I can't make sense of them; -R --upward-recursive Act on all those packages required by the given packages as well. (When specified with -F, fetch recursively, including the brand new, uninstalled ports that an upgraded port requires) -r --recursive Act on all those packages depending on the given packages as well. I know these are my downfall (7Gb vs. 15Gb). I'm running servers here and have no need for every desktop bell and whistle available in the ports tree. I guess what I'm looking for is the option: +R --recurse-only Act on and retrieve *only* those applications and libraries that are absolutely _manditory_ to successfully upgrade the port(s). Seems a reasonable option, no? > > Actually, I've been thinking maybe the better way to accomplish > this goal is: > > Read /usr/ports/UPDATING As always; *prudent* advice. :) > pkgdb -F > script pre-update-all > portupgrade -an > exit > Read pre-update-all and fix potential conflicts > script update-all > portupgrade -aFR > portupgrade -a > exit > Read update-all for special instructions that went by during upgrade. > > > As for the problem with a port utility telling you to deinstall a previous > version, I've run into this as well. The problem is that the upgrade tools > upgrade versions of the same application. They can't upgrade across > different > editions of a port. As an example, Apache 1.35 to Apache 2.2. Ports > treat them > as different applications. Understood. This is not the trouble I experience. For example, I had Apache 1.3.4 and portaudit emailed me informing me that a security issue had been found in 1.3.4. So I waited a week till I figured the secure version had made it into CVS and performed cvsup to fetch a more recent ports tree. I then attempted to upgrade it. But if failed at the install phase with the Hey! this port is already installed, blah, blah... So I simply went to the ports/www/apache and performed port deinstall and went back and told the upgrade process to finish. This is only one example. I could site many others. I just figured that there was a new install standard and not all of the ports had been upgraded to the new standard, so as to conform and understand that they were being upgraded - a reinplace sort of thing. Anyway, I wanted to launch bsdwatch.NET this week. But I need to sync out the installed port base beforehand. As I want to migrate the server to 5_5 before I do (launch the site). So was looking for the most reliable and efficient method to accomplish this. The new site will keep me busy and I won't have alot of time to go through the whole install tree upgrading them 1 by 1. :) I'll give your suggestion a shot. In the worse case scenerio, I can just blow the disk away and replace it with the backup. But I'll hope for the best. :) Thanks again. --Chris H. > I think all the port utilities do this. > > > Best Regards, > > Duane Whitty > -- > duane@greenmeadow.ca > _______________________________________________ > 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" > -- ----------------------------------------------------------------- FreeBSD 5.4-RELEASE-p12 (SMP - 900x2) Tue Mar 7 19:37:23 PST 2006 ///////////////////////////////////////////////////////////////// --=_71t6z3iqicw8 Content-Type: application/pgp-signature Content-Description: PGP Digital Signature Content-Disposition: inline Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQBEaZP8XxK1cRs0zxkRAhoVAJ4iuxO6iy7IyZoVS2M+fFu1csKP5ACfcphi e2MHoPGwTfSVy9uj3ArUORk= =JMpL -----END PGP SIGNATURE----- --=_71t6z3iqicw8-- From owner-freebsd-stable@FreeBSD.ORG Tue May 16 10:50:53 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 370B816A407 for ; Tue, 16 May 2006 10:50:53 +0000 (UTC) (envelope-from dom@helenmarks.co.uk) Received: from mail.goodforbusiness.co.uk (mail.goodforbusiness.co.uk [81.19.179.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DACD43D48 for ; Tue, 16 May 2006 10:50:52 +0000 (GMT) (envelope-from dom@helenmarks.co.uk) Received: from localhost (localhost [127.0.0.1]) by mail.goodforbusiness.co.uk (Postfix) with ESMTP id 527AF1146F for ; Tue, 16 May 2006 11:50:51 +0100 (BST) X-Virus-Scanned: mail.goodforbusiness.co.uk Received: from mail.goodforbusiness.co.uk ([127.0.0.1]) by localhost (mail.goodforbusiness.co.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gNNTMxbrifuq for ; Tue, 16 May 2006 11:50:50 +0100 (BST) Received: from mail.helenmarks.co.uk (unknown [192.168.100.1]) by mail.goodforbusiness.co.uk (Postfix) with ESMTP id 376ED11466 for ; Tue, 16 May 2006 11:50:50 +0100 (BST) Received: from localhost (localhost [127.0.0.1]) by mail.helenmarks.co.uk (Postfix) with ESMTP id E580C1704B; Tue, 16 May 2006 11:50:49 +0100 (BST) X-Virus-Scanned: amavisd-new at helenmarks.co.uk Received: from mail.helenmarks.co.uk ([127.0.0.1]) by localhost (mail.helenmarks.co.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BkpzZbRkDEJc; Tue, 16 May 2006 11:50:48 +0100 (BST) Received: by mail.helenmarks.co.uk (Postfix, from userid 80) id E64D317045; Tue, 16 May 2006 11:50:48 +0100 (BST) Received: from mailhost.graphdata.co.uk ([195.12.22.194]) (SquirrelMail authenticated user dom) by mail.helenmarks.co.uk with HTTP; Tue, 16 May 2006 11:50:48 +0100 (BST) Message-ID: <4734.195.12.22.194.1147776648.squirrel@mail.helenmarks.co.uk> Date: Tue, 16 May 2006 11:50:48 +0100 (BST) From: "Dominic Marks" To: freebsd-stable@freebsd.org User-Agent: SquirrelMail/1.4.6 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-15 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: FreeBSD 6.1-STABLE + devel/php5-pcre incompatible? 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, 16 May 2006 10:50:53 -0000 Hello, Is the php5-pcre module really incompatible with FreeBSD 6.1? If so, is there a workaround or a version I can roll back to? Also, it is just me (:-)) or is the php5 port complaining about a checksum mismatch for everyone else? Thanks, Dominic >>>> Portupgrade ---> Session started at: Tue, 16 May 2006 11:46:27 +0100 ---> Fresh installation of devel/php5-pcre started at: Tue, 16 May 2006 11:46:29 +0100 ---> Installing 'php5-pcre-5.1.4' from a port (devel/php5-pcre) ---> Build of devel/php5-pcre started at: Tue, 16 May 2006 11:46:29 +0100 ---> Building '/usr/ports/devel/php5-pcre' ===> Building for php5-pcre-5.1.4 /bin/sh /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/libtool --mode=compile cc -DEXPORT= -DNEWLINE=10 -DSUPPORT_UTF8 -DSUPPORT_UCP -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DMATCH_LIMIT=10000000 -DMATCH_LIMIT_RECURSION=10000000 -I/usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/pcrelib -I. -I/usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre -DPHP_ATOM_INC -I/usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/include -I/usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/main -I/usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -DHAVE_CONFIG_H -O2 -fno-strict-aliasing -pipe -c /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c -o php_pcre.lo cc -DEXPORT= -DNEWLINE=10 -DSUPPORT_UTF8 -DSUPPORT_UCP -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DMATCH_LIMIT=10000000 -DMATCH_LIMIT_RECURSION=10000000 -I/usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/pcrelib -I. -I/usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre -DPHP_ATOM_INC -I/usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/include -I/usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/main -I/usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -DHAVE_CONFIG_H -O2 -fno-strict-aliasing -pipe -c /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c -fPIC -DPIC -o .libs/php_pcre.o /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1630: error: `fifth_arg_force_ref' undeclared here (not in a function) /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1630: error: initializer element is not constant /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1630: error: (near initialization for `pcre_functions[2].arg_info') /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1630: error: initializer element is not constant /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1630: error: (near initialization for `pcre_functions[2]') /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1631: error: initializer element is not constant /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1631: error: (near initialization for `pcre_functions[3].arg_info') /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1631: error: initializer element is not constant /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1631: error: (near initialization for `pcre_functions[3]') /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1632: error: initializer element is not constant /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1632: error: (near initialization for `pcre_functions[4]') /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1633: error: initializer element is not constant /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1633: error: (near initialization for `pcre_functions[5]') /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1634: error: initializer element is not constant /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1634: error: (near initialization for `pcre_functions[6]') /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1635: error: initializer element is not constant /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1635: error: (near initialization for `pcre_functions[7]') *** Error code 1 Stop in /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre. *** Error code 1 Stop in /usr/ports/devel/php5-pcre. ---> Build of devel/php5-pcre ended at: Tue, 16 May 2006 11:46:30 +0100 (consumed 00:00:00) ---> Fresh installation of devel/php5-pcre ended at: Tue, 16 May 2006 11:46:30 +0100 (consumed 00:00:00) ---> Listing the results (+:done / -:ignored / *:skipped / !:failed) ! devel/php5-pcre (stdio compatibility) ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed ---> Session ended at: Tue, 16 May 2006 11:46:30 +0100 (consumed 00:00:03) From owner-freebsd-stable@FreeBSD.ORG Tue May 16 11:24:44 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C2FC16A404 for ; Tue, 16 May 2006 11:24:44 +0000 (UTC) (envelope-from dkirhlarov@oilspace.com) Received: from office.oilspace.com (office.oilspace.com [194.129.65.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5123943D45 for ; Tue, 16 May 2006 11:24:43 +0000 (GMT) (envelope-from dkirhlarov@oilspace.com) Received: from dimma.mow.oilspace.com (hq.oilspace.com [81.222.156.185]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by office.oilspace.com (Postfix) with ESMTP id 4AA4B136CF2 for ; Tue, 16 May 2006 12:24:42 +0100 (BST) Received: from dimma.mow.oilspace.com (localhost [127.0.0.1]) by dimma.mow.oilspace.com (8.13.4/8.13.3) with ESMTP id k4GBOf3M003624 for ; Tue, 16 May 2006 15:24:41 +0400 (MSD) (envelope-from dkirhlarov@localhost.oilspace.com) Received: (from dkirhlarov@localhost) by dimma.mow.oilspace.com (8.13.4/8.13.3/Submit) id k4GBOfn5003623 for freebsd-stable@freebsd.org; Tue, 16 May 2006 15:24:41 +0400 (MSD) (envelope-from dkirhlarov) Date: Tue, 16 May 2006 15:24:41 +0400 From: Dmitriy Kirhlarov To: freebsd-stable@freebsd.org Message-ID: <20060516112440.GC805@dimma.mow.oilspace.com> Mail-Followup-To: freebsd-stable@freebsd.org References: <4734.195.12.22.194.1147776648.squirrel@mail.helenmarks.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4734.195.12.22.194.1147776648.squirrel@mail.helenmarks.co.uk> X-Mailer: Mutt-ng devel (2005-03-13) based on Mutt 1.5.9 X-Operating-System: FreeBSD 5.4-STABLE User-Agent: mutt-ng/devel-r581 (FreeBSD) Subject: Re: FreeBSD 6.1-STABLE + devel/php5-pcre incompatible? 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, 16 May 2006 11:24:44 -0000 Hi! On Tue, May 16, 2006 at 11:50:48AM +0100, Dominic Marks wrote: > Is the php5-pcre module really incompatible with FreeBSD 6.1? If so, > is there a workaround or a version I can roll back to? Also, it is > just me (:-)) or is the php5 port complaining about a checksum > mismatch for everyone else? Did you update checksum? I update ports now and try update php5, but get error: size mismatch: expected 5992825, actual 6356171 WBR -- Dmitriy Kirhlarov OILspace, 26 Leninskaya sloboda, bld. 2, 2nd floor, 115280 Moscow, Russia P:+7 495 105 7247 ext.203 F:+7 495 105 7246 E:DmitriyKirhlarov@oilspace.com OILspace - The resource enriched - www.oilspace.com From owner-freebsd-stable@FreeBSD.ORG Tue May 16 11:31:44 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47B1B16A402; Tue, 16 May 2006 11:31:44 +0000 (UTC) (envelope-from mak@ll.mit.edu) Received: from ll.mit.edu (LLMAIL.LL.MIT.EDU [129.55.12.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABCCC43D49; Tue, 16 May 2006 11:31:43 +0000 (GMT) (envelope-from mak@ll.mit.edu) Received: (from smtp@localhost) by ll.mit.edu (8.12.10/8.8.8) id k4GBVgAn014523; Tue, 16 May 2006 07:31:42 -0400 (EDT) Received: from UNKNOWN( ), claiming to be "koerber.llan.ll.mit.edu" via SMTP by llmail, id smtpdAAASnaahC; Tue May 16 07:31:37 2006 Date: Tue, 16 May 2006 07:31:37 -0400 Message-ID: <53lkt22okm.wl%mak@ll.mit.edu> From: "Michael A. Koerber" To: stable@freebsd.org, current@freebsd.org In-Reply-To: <53u07rv6of.wl%mak@ll.mit.edu> References: <53u07rv6of.wl%mak@ll.mit.edu> User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 Emacs/21.3 (i386--freebsd) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Cc: Subject: Re: burncd audio produces white noise 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, 16 May 2006 11:31:44 -0000 All, Thanks for the responses. Based on your input I did find that, following the handbook, 1. Starting with a known good audio CD 2. Rip via dd if=/dev/acd0t01 ... etc 3. burncd -f /dev/acd0 track01.cdr ... etc worked just fine. Thus the MP3 to CDR conversion had to be the cause. I used the command (tnx Lars Eighner) mpg123 -sr 44100 filename.mp3 > filename.cdr and then burncd'd these tracks...worked! I don't know if the underlying cause is sample rate, or byte-order. But I have a solution...So...I'm back to getting music together for my daughter's wedding...I'll solve the final mystery another day :-) tnx all Mike At Mon, 15 May 2006 08:00:48 -0400, Michael A. Koerber wrote: > > All, > > Once upon a time, I think with 5.x or perhaps earlier, the command > (ATAPI drive) > > burncd -ef /dev/acd0 audio *.cdr fixate > > would produce an audio CD for me. However, under 6.0 and recently 6.1 > this same command produces an CD filled with white noise only. The entire > procedure I've used is: > > 1. Start w/ some MP3 files. > > 2. Use sox (or lame) to convert to CDR format > > 3. Verify the CDR format with 'xine filename.cdr' (sounds good) > > 4. Make CD with above command. > > 5. Play CD on two different players (one on PC, one on entertainment system) > (sounds like white noise) > > 6. Extract a CD track with dd if=/dev/acd0t01 of=tmp.cdr bs=2532 > > 7. Test ripped track with 'xine tmp.cdr' sound just like the original MP3! > > To ensure that there weren't permissions problems along the way, I've executed > these commands as root, though I once did this as a normal user. > > Any ideas on what I should look at to fix this problem? > > tnx in advance > > mike > -- > There are no short cuts to anywhere worth going. > _______________________________________________ > 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 May 16 12:33:22 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1126716A4C7 for ; Tue, 16 May 2006 12:33:22 +0000 (UTC) (envelope-from rerowe@rerowe.com) Received: from holmes.rerowe.com (holmes.rerowe.com [216.229.6.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E27B43D45 for ; Tue, 16 May 2006 12:33:21 +0000 (GMT) (envelope-from rerowe@rerowe.com) Received: from [192.168.48.119] (holmesby.rerowe.com [216.229.6.185]) by holmes.rerowe.com (8.13.1/8.13.1) with ESMTP id k4GCXJWq056550; Tue, 16 May 2006 07:33:19 -0500 (CDT) (envelope-from rerowe@rerowe.com) Message-ID: <4469C668.2060807@rerowe.com> Date: Tue, 16 May 2006 07:32:40 -0500 From: Randy Rowe User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: plamen.stoev@gmail.com References: <200605160135.TAA04838@lariat.net> <57d710000605151942p2461338au561269fc5937aee7@mail.gmail.com> <7.0.1.0.2.20060515225038.08d72690@lariat.org> <446981CD.5000309@gmail.com> In-Reply-To: <446981CD.5000309@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.44 Cc: Brett Glass , stable@freebsd.org, pete wright Subject: Re: 4.11 snapshots? 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, 16 May 2006 12:33:22 -0000 Plamen Stoev wrote: > Brett Glass wrote: > >> At 08:42 PM 5/15/2006, pete wright wrote: >> >> >>> according to this link 4.11 is a supported errata branch: >>> >>> http://www.freebsd.org/releng/ >>> here is a link to the errata policy: >>> http://www.freebsd.org/releases/4.11R/errata_policy.html >>> >>> you should be able to sync your source via cvsup from official >>> freebsd mirrors. >> >> >> True. But this requires assembling a system to do it, and then >> waiting hours >> while I build the world and "make release". I was hoping that there >> was a >> snapshot server up, as there was in Japan a few years ago. >> > > This may help: > > http://snapshots.jp.freebsd.org/ > _______________________________________________ > 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" Also at the bottom of that page under the FAQ heading it spells out where to get the older snapshots :-) From owner-freebsd-stable@FreeBSD.ORG Tue May 16 13:22:39 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15C7D16A403 for ; Tue, 16 May 2006 13:22:39 +0000 (UTC) (envelope-from dom@helenmarks.co.uk) Received: from mail.goodforbusiness.co.uk (mail.goodforbusiness.co.uk [81.19.179.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 807D743D46 for ; Tue, 16 May 2006 13:22:38 +0000 (GMT) (envelope-from dom@helenmarks.co.uk) Received: from localhost (localhost [127.0.0.1]) by mail.goodforbusiness.co.uk (Postfix) with ESMTP id BCB7D1146C for ; Tue, 16 May 2006 14:22:37 +0100 (BST) X-Virus-Scanned: mail.goodforbusiness.co.uk Received: from mail.goodforbusiness.co.uk ([127.0.0.1]) by localhost (mail.goodforbusiness.co.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id O0kgi0U6Tbuh for ; Tue, 16 May 2006 14:22:36 +0100 (BST) Received: from mail.helenmarks.co.uk (unknown [192.168.100.1]) by mail.goodforbusiness.co.uk (Postfix) with ESMTP id BAE941146B for ; Tue, 16 May 2006 14:22:36 +0100 (BST) Received: from localhost (localhost [127.0.0.1]) by mail.helenmarks.co.uk (Postfix) with ESMTP id 5C31B1704B; Tue, 16 May 2006 14:22:36 +0100 (BST) X-Virus-Scanned: amavisd-new at helenmarks.co.uk Received: from mail.helenmarks.co.uk ([127.0.0.1]) by localhost (mail.helenmarks.co.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rjkm5q5dMOW3; Tue, 16 May 2006 14:22:30 +0100 (BST) Received: by mail.helenmarks.co.uk (Postfix, from userid 80) id C7AC817045; Tue, 16 May 2006 14:22:30 +0100 (BST) Received: from mailhost.graphdata.co.uk ([195.12.22.194]) (SquirrelMail authenticated user dom) by mail.helenmarks.co.uk with HTTP; Tue, 16 May 2006 14:22:30 +0100 (BST) Message-ID: <4890.195.12.22.194.1147785750.squirrel@mail.helenmarks.co.uk> Date: Tue, 16 May 2006 14:22:30 +0100 (BST) From: "Dominic Marks" To: freebsd-stable@freebsd.org User-Agent: SquirrelMail/1.4.6 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-15 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: xdm + pam + winbind, what am i missing? 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, 16 May 2006 13:22:39 -0000 Hello, I must be missing something because I can't get xdm to work happily with pam_winbind. The 6.1 system is joined to a Windows domain and aware of domain users. I log on to the machine using my domain account via SSH and all is well. I've enabled xdm and restarted init. Connections from any host are permitted. I have also modified the pam.d/xdm file to use the winbind pam module for authentication. I get a login screen and my username and password are correctly checked against Active Directory. I have setup a ~/.xsession file which should log me in and start a Gnome environment. What actually happens is that the connection seems to drop and reconnect and I end up back at an xdm prompt. In the system messages log I have the following: xdm: pam_sm_close_session(): no utmp record for DESKTOP:0 * DESKTOP is the hostname of my desktop system from which I am connecting. I tried commenting out the session line in pam.d/xdm which this message comes from, it removes the error but doesn't change the behaviour so I assume it is not directly related. I couldn't find anything in the Handbook to help me on my way. If anyone could tell me the missing link I would appreciate it greatly. Thanks, Dominic Marks From owner-freebsd-stable@FreeBSD.ORG Tue May 16 13:32:44 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E11B416A408 for ; Tue, 16 May 2006 13:32:44 +0000 (UTC) (envelope-from oleg@lath.rinet.ru) Received: from lath.rinet.ru (lath.rinet.ru [195.54.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D97743D4C for ; Tue, 16 May 2006 13:32:43 +0000 (GMT) (envelope-from oleg@lath.rinet.ru) Received: from lath.rinet.ru (localhost [127.0.0.1]) by lath.rinet.ru (8.13.4/8.13.4) with ESMTP id k4GDWZc0063727 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 16 May 2006 17:32:35 +0400 (MSD) (envelope-from oleg@lath.rinet.ru) Received: (from oleg@localhost) by lath.rinet.ru (8.13.4/8.13.4/Submit) id k4GDWZS1063726; Tue, 16 May 2006 17:32:35 +0400 (MSD) (envelope-from oleg) Date: Tue, 16 May 2006 17:32:35 +0400 From: Oleg Bulyzhin To: Danny Braniss Message-ID: <20060516133235.GA63083@lath.rinet.ru> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.11 Cc: freebsd-stable@freebsd.org Subject: Re: failing PXE boot/HP-DL145 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, 16 May 2006 13:32:45 -0000 On Mon, Apr 17, 2006 at 12:55:25PM +0300, Danny Braniss wrote: > I can boot this HP Proliant DL145/amd64 box from the CD, but fails > when booting via PXE. My guess the problem is in the pxeboot, but > comparing to an older pxeboot that works (around Nov, 1005) the > diffs seem cosmetic. The current pxeboot works fine with other > diskless hosts. > > danny Today i've tried PXE boot on HP proliant DL145G2 (two onboard bge with bcm5721 chips) using 6.1R - it does work. Could you please test PXE boot with 6.1R? -- Oleg. From owner-freebsd-stable@FreeBSD.ORG Tue May 16 14:16:37 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08B5C16A4F3 for ; Tue, 16 May 2006 14:16:37 +0000 (UTC) (envelope-from yraffah@savola.com) Received: from heathrow.savoladns.com (heathrow.savoladns.com [212.12.174.7]) by mx1.FreeBSD.org (Postfix) with SMTP id 2236643D6A for ; Tue, 16 May 2006 14:16:25 +0000 (GMT) (envelope-from yraffah@savola.com) Received: from ocs.savola.com (ocs.savola.com [222.22.1.211]) by heathrow.savoladns.com (Postfix) with ESMTP id E74AE95875 for ; Tue, 16 May 2006 17:16:18 +0300 (AST) Received: from 222.22.1.105 by ocs.savola.com with ESMTP id 58176201147788220; Tue, 16 May 2006 17:03:40 +0300 From: Yousef Raffah To: freebsd-stable@freebsd.org Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-WFpqWU9eOl3CHK+8zlio" Organization: The Savola Group Date: Tue, 16 May 2006 17:15:04 +0300 Message-Id: <1147788904.834.7.camel@localhost.savola.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 FreeBSD GNOME Team Port Subject: Upgrading to 6.1-RELEASE problems with make buildkernel X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: yraffah@savola.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 14:16:37 -0000 --=-WFpqWU9eOl3CHK+8zlio Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi, I'm trying to upgrade from 6.1-RC to 6.1-RELEASE my cvssup file is: *default host=3Dcvsup3.de.FreeBSD.org *default base=3D/var/db *default prefix=3D/usr/ *default tag=3DRELENG_6_1_0_RELEASE *default release=3Dcvs delete use-rel-suffix compress src-all my /etc/make.conf is: # added by use.perl 2006-03-31 21:01:28 PERL_VER=3D5.8.8 PERL_VERSION=3D5.8.8 CPUTYPE=3Dpentium3 NO_I4B=3Dtrue NO_INET6=3Dtrue NO_RCMDS=3Dtrue NO_SHAREDOCS=3Dtrue ENABLE_WPA_SUPPLICANT_EAPOL=3Dtrue After cvsupping using the above cvs-supfile, I managed to buildworld with problems (I get a lot of segmentation fault 11) but it completed the build after several tries. Now the problem comes when building the kernel. To insure I have a working "world", I thought of building a new GENERIC kernel, therefore, I used the following, assuming this would build a new GENERIC Kernel; # cd /usr/src # make buildkernel Unfortunately, it keeps on failing with the following: MAKE=3D/usr/obj/usr/src/make.i386/make sh /usr/src/sys/conf/newvers.sh GENERIC cc -c -O -pipe -march=3Dpentium3 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=3Dc99 -g -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/pf -I/usr/src/sys/contrib/dev/ath -I/usr/src/sys/contrib/dev/ath/freebsd -I/usr/src/sys/contrib/ngatm -I/usr/src/sys/dev/twa -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=3D8000 --param inline-unit-growth=3D100 --param large-function-growth=3D1000 -mno-align-long-strings -mpreferred-stack-boundary=3D2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding -Werror vers.c linking kernel.debug text data bss dec hex filename 5951318 622880 323724 6897922 694102 kernel.debug objcopy --strip-debug kernel.debug kernel cd /usr/src/sys/modules; MAKEOBJDIRPREFIX=3D/usr/obj/usr/src/sys/GENERIC/modules KMODDIR=3D/boot/kernel DEBUG_FLAGS=3D"-g" MACHINE=3Di386 KERNBUILDDIR=3D"/usr/obj/usr/src/sys/GENERIC" /usr/obj/usr/src/make.i386/ma= ke all =3D=3D=3D> 3dfx (all) cc -O2 -fno-strict-aliasing -pipe -march=3Dpentium3 -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I- -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -I@/../include -finline-limit=3D8000 -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-align-long-strings -mpreferred-stack-boundary=3D2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=3Dc99 -c /usr/src/sys/modules/3dfx/../../dev/tdfx/tdfx_pci.c ld -d -warn-common -r -d -o 3dfx.kld tdfx_pci.o touch export_syms awk -f /usr/src/sys/modules/3dfx/../../conf/kmod_syms.awk 3dfx.kld export_syms | xargs -J% objcopy % 3dfx.kld *** Error code 1 Stop in /usr/src/sys/modules/3dfx. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/obj/usr/src/sys/GENERIC. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Any suggestions? :'( -- Sincerely, Yousef Raffah Senior Systems Administrator -- Aren't you using Firefox? Get it at http://www.getfirefox.com --=-WFpqWU9eOl3CHK+8zlio Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQBEad5nH9IXMb4e6CMRAmSJAKDcjV6QC7jrrLbMnoR1Jj7tLVWb6ACfa6HM I1qXupON6vRM4MOUQbeFnvQ= =jV9z -----END PGP SIGNATURE----- --=-WFpqWU9eOl3CHK+8zlio-- From owner-freebsd-stable@FreeBSD.ORG Tue May 16 14:29:04 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAE6316A448 for ; Tue, 16 May 2006 14:29:04 +0000 (UTC) (envelope-from pertti@kosunen.fi) Received: from pne-smtpout4-sn2.hy.skanova.net (pne-smtpout4-sn2.hy.skanova.net [81.228.8.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BEBD43D49 for ; Tue, 16 May 2006 14:28:58 +0000 (GMT) (envelope-from pertti@kosunen.fi) Received: from [192.168.1.20] (84.249.9.74) by pne-smtpout4-sn2.hy.skanova.net (7.2.070) id 444499DE00174100; Tue, 16 May 2006 16:28:56 +0200 Message-ID: <4469E1A8.8090401@kosunen.fi> Date: Tue, 16 May 2006 17:28:56 +0300 From: Pertti Kosunen User-Agent: Thunderbird 1.5 (X11/20060113) MIME-Version: 1.0 To: Dominic Marks References: <4734.195.12.22.194.1147776648.squirrel@mail.helenmarks.co.uk> In-Reply-To: <4734.195.12.22.194.1147776648.squirrel@mail.helenmarks.co.uk> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: FreeBSD 6.1-STABLE + devel/php5-pcre incompatible? 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, 16 May 2006 14:29:04 -0000 Dominic Marks wrote: > Hello, > > Is the php5-pcre module really incompatible with FreeBSD 6.1? If so, > is there a workaround or a version I can roll back to? Also, it is > just me (:-)) or is the php5 port complaining about a checksum > mismatch for everyone else? I had some problems yesterday. Had to remove mod_php5, config & install lang/php5 and update php5*. From owner-freebsd-stable@FreeBSD.ORG Tue May 16 14:32:38 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21EAF16A4CE for ; Tue, 16 May 2006 14:32:38 +0000 (UTC) (envelope-from mike@jellydonut.org) Received: from mail.secureworks.net (mail.secureworks.net [65.114.32.155]) by mx1.FreeBSD.org (Postfix) with SMTP id 6E84543D68 for ; Tue, 16 May 2006 14:32:30 +0000 (GMT) (envelope-from mike@jellydonut.org) Received: (qmail 50831 invoked from network); 16 May 2006 14:32:29 -0000 Received: from unknown (HELO ?192.168.14.135?) (63.239.86.253) by 0 with SMTP; 16 May 2006 14:32:29 -0000 Message-ID: <4469E27D.30802@jellydonut.org> Date: Tue, 16 May 2006 10:32:29 -0400 From: Michael Proto User-Agent: Thunderbird 1.5.0.2 (X11/20060503) MIME-Version: 1.0 To: yraffah@savola.com References: <1147788904.834.7.camel@localhost.savola.com> In-Reply-To: <1147788904.834.7.camel@localhost.savola.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: Upgrading to 6.1-RELEASE problems with make buildkernel 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, 16 May 2006 14:32:41 -0000 Don't you want a release tag of RELENG_6_1 and not RELENG_6_1_0_RELEASE? -Proto Yousef Raffah wrote: > Hi, > > I'm trying to upgrade from 6.1-RC to 6.1-RELEASE > > my cvssup file is: > *default host=cvsup3.de.FreeBSD.org > *default base=/var/db > *default prefix=/usr/ > *default tag=RELENG_6_1_0_RELEASE > *default release=cvs delete use-rel-suffix compress > src-all > > my /etc/make.conf is: > # added by use.perl 2006-03-31 21:01:28 > PERL_VER=5.8.8 > PERL_VERSION=5.8.8 > CPUTYPE=pentium3 > NO_I4B=true > NO_INET6=true > NO_RCMDS=true > NO_SHAREDOCS=true > ENABLE_WPA_SUPPLICANT_EAPOL=true > > After cvsupping using the above cvs-supfile, I managed to buildworld > with problems (I get a lot of segmentation fault 11) but it completed > the build after several tries. > Now the problem comes when building the kernel. To insure I have a > working "world", I thought of building a new GENERIC kernel, therefore, > I used the following, assuming this would build a new GENERIC Kernel; > > # cd /usr/src > # make buildkernel > > Unfortunately, it keeps on failing with the following: > > MAKE=/usr/obj/usr/src/make.i386/make sh /usr/src/sys/conf/newvers.sh > GENERIC > cc -c -O -pipe -march=pentium3 -Wall -Wredundant-decls -Wnested-externs > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline > -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. > -I/usr/src/sys -I/usr/src/sys/contrib/altq > -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/pf > -I/usr/src/sys/contrib/dev/ath -I/usr/src/sys/contrib/dev/ath/freebsd > -I/usr/src/sys/contrib/ngatm -I/usr/src/sys/dev/twa -D_KERNEL > -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common > -finline-limit=8000 --param inline-unit-growth=100 --param > large-function-growth=1000 -mno-align-long-strings > -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 > -ffreestanding -Werror vers.c > linking kernel.debug > text data bss dec hex filename > 5951318 622880 323724 6897922 694102 kernel.debug > objcopy --strip-debug kernel.debug kernel > cd /usr/src/sys/modules; > MAKEOBJDIRPREFIX=/usr/obj/usr/src/sys/GENERIC/modules > KMODDIR=/boot/kernel DEBUG_FLAGS="-g" MACHINE=i386 > KERNBUILDDIR="/usr/obj/usr/src/sys/GENERIC" /usr/obj/usr/src/make.i386/make all > ===> 3dfx (all) > cc -O2 -fno-strict-aliasing -pipe -march=pentium3 -Werror -D_KERNEL > -DKLD_MODULE -nostdinc -I- -DHAVE_KERNEL_OPTION_HEADERS > -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I@ > -I@/contrib/altq -I@/../include -finline-limit=8000 -fno-common -g > -I/usr/obj/usr/src/sys/GENERIC -mno-align-long-strings > -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 > -ffreestanding -Wall -Wredundant-decls -Wnested-externs > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline > -Wcast-qual -fformat-extensions -std=c99 > -c /usr/src/sys/modules/3dfx/../../dev/tdfx/tdfx_pci.c > ld -d -warn-common -r -d -o 3dfx.kld tdfx_pci.o > touch export_syms > awk -f /usr/src/sys/modules/3dfx/../../conf/kmod_syms.awk 3dfx.kld > export_syms | xargs -J% objcopy % 3dfx.kld > *** Error code 1 > > Stop in /usr/src/sys/modules/3dfx. > *** Error code 1 > > Stop in /usr/src/sys/modules. > *** Error code 1 > > Stop in /usr/obj/usr/src/sys/GENERIC. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > Any suggestions? :'( > > > -- > Sincerely, > Yousef Raffah > Senior Systems Administrator > -- > > Aren't you using Firefox? Get it at http://www.getfirefox.com > > > From owner-freebsd-stable@FreeBSD.ORG Tue May 16 14:49:19 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7217816A400 for ; Tue, 16 May 2006 14:49:19 +0000 (UTC) (envelope-from dom@helenmarks.co.uk) Received: from mail.goodforbusiness.co.uk (mail.goodforbusiness.co.uk [81.19.179.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FB1543D69 for ; Tue, 16 May 2006 14:49:12 +0000 (GMT) (envelope-from dom@helenmarks.co.uk) Received: from localhost (localhost [127.0.0.1]) by mail.goodforbusiness.co.uk (Postfix) with ESMTP id CE07111470 for ; Tue, 16 May 2006 15:49:11 +0100 (BST) X-Virus-Scanned: mail.goodforbusiness.co.uk Received: from mail.goodforbusiness.co.uk ([127.0.0.1]) by localhost (mail.goodforbusiness.co.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XU0oeqUAs9Yh for ; Tue, 16 May 2006 15:49:11 +0100 (BST) Received: from mail.helenmarks.co.uk (unknown [192.168.100.1]) by mail.goodforbusiness.co.uk (Postfix) with ESMTP id 175E91146B for ; Tue, 16 May 2006 15:49:11 +0100 (BST) Received: from localhost (localhost [127.0.0.1]) by mail.helenmarks.co.uk (Postfix) with ESMTP id A76071704D; Tue, 16 May 2006 15:49:10 +0100 (BST) X-Virus-Scanned: amavisd-new at helenmarks.co.uk Received: from mail.helenmarks.co.uk ([127.0.0.1]) by localhost (mail.helenmarks.co.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HqCnxq-2dm50; Tue, 16 May 2006 15:49:10 +0100 (BST) Received: by mail.helenmarks.co.uk (Postfix, from userid 80) id 274901704B; Tue, 16 May 2006 15:49:10 +0100 (BST) Received: from mailhost.graphdata.co.uk ([195.12.22.194]) (SquirrelMail authenticated user dom) by mail.helenmarks.co.uk with HTTP; Tue, 16 May 2006 15:49:09 +0100 (BST) Message-ID: <3721.195.12.22.194.1147790949.squirrel@mail.helenmarks.co.uk> In-Reply-To: <4890.195.12.22.194.1147785750.squirrel@mail.helenmarks.co.uk> References: <4890.195.12.22.194.1147785750.squirrel@mail.helenmarks.co.uk> Date: Tue, 16 May 2006 15:49:09 +0100 (BST) From: "Dominic Marks" To: "Dominic Marks" User-Agent: SquirrelMail/1.4.6 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-15 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: freebsd-stable@freebsd.org Subject: Re: xdm + pam + winbind, what am i missing? 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, 16 May 2006 14:49:24 -0000 Dominic Marks wrote: > Hello, > > I must be missing something because I can't get xdm to work happily > with pam_winbind. The 6.1 system is joined to a Windows domain and > aware of domain users. I log on to the machine using my domain account > via SSH and all is well. > > I've enabled xdm and restarted init. Connections from any host are > permitted. I have also modified the pam.d/xdm file to use the winbind > pam module for authentication. > > I get a login screen and my username and password are correctly > checked against Active Directory. I have setup a ~/.xsession file > which should log me in and start a Gnome environment. > > What actually happens is that the connection seems to drop and > reconnect and I end up back at an xdm prompt. In the system messages > log I have the following: > > xdm: pam_sm_close_session(): no utmp record for DESKTOP:0 > > * DESKTOP is the hostname of my desktop system from which I am > connecting. > > I tried commenting out the session line in pam.d/xdm which this > message comes from, it removes the error but doesn't change the > behaviour so I assume it is not directly related. > > I couldn't find anything in the Handbook to help me on my way. > If anyone could tell me the missing link I would appreciate it > greatly. Well, it works with gdm. I still don't know why xdm didn't work though. Dominic > Thanks, > Dominic Marks > _______________________________________________ > 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 May 16 15:01:01 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BAF316A546 for ; Tue, 16 May 2006 15:01:01 +0000 (UTC) (envelope-from dmitry@atlantis.dp.ua) Received: from postman.atlantis.dp.ua (postman.atlantis.dp.ua [193.108.47.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7896F43D45 for ; Tue, 16 May 2006 15:00:56 +0000 (GMT) (envelope-from dmitry@atlantis.dp.ua) Received: from smtp.atlantis.dp.ua (smtp.atlantis.dp.ua [193.108.46.231]) by postman.atlantis.dp.ua (8.13.1/8.13.1) with ESMTP id k4GF0fN6064337; Tue, 16 May 2006 18:00:41 +0300 (EEST) (envelope-from dmitry@atlantis.dp.ua) Date: Tue, 16 May 2006 18:00:41 +0300 (EEST) From: Dmitry Pryanishnikov To: "Matthew D. Fuller" In-Reply-To: <20060513160337.GG3874@over-yonder.net> Message-ID: <20060516175026.I94440@atlantis.atlantis.dp.ua> References: <20060427160536.M96305@atlantis.atlantis.dp.ua> <20060427181226.GA66431@xor.obsecurity.org> <20060428122448.K57436@atlantis.atlantis.dp.ua> <20060428182818.GA10410@xor.obsecurity.org> <20060512161836.R75964@atlantis.atlantis.dp.ua> <20060513020051.GB18438@xor.obsecurity.org> <20060513084236.W74146@atlantis.atlantis.dp.ua> <20060513143740.GA46313@xor.obsecurity.org> <20060513155232.GF3874@over-yonder.net> <20060513155826.GA47324@xor.obsecurity.org> <20060513160337.GG3874@over-yonder.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-stable@freebsd.org, Kris Kennaway Subject: Re: INVARIANTS (was Re: RELENG_4 -> 5 -> 6: significant 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, 16 May 2006 15:01:08 -0000 Hello! On Sat, 13 May 2006, Matthew D. Fuller wrote: > On Sat, May 13, 2006 at 11:58:26AM -0400 I heard the voice of > Kris Kennaway, and lo! it spake thus: >> >> FYI, INVARIANTS adds checks but does not (is not supposed to) divert >> code paths. > > It does at least in UMA; it does a lot of bzero()/NULL'ing out of > memory, which might hide later uninitialized-use bugs that could bite > you without it (and, of course, probably burns a fair chunk of CPU to > do it ;). I know I've heard other cases over the past 5 years or so; > that's the only one I've heard recently or can check, but I wouldn't > be too surprised if there were others. This is exactly the point of my suggestion: use separate option (e.g., INVARIANTS_EXTENDED) for this additional bzero()/NULL'ing and other performance-expensive checks, and leave only simple asserts under basic INVARIANTS options. IMHO this will encourage (or, at least, not discourage) use of INVARIANTS-enabled kernels in production conditions which for sure will help to analyze latent, heavy load-specific, bugs. > Matthew Fuller (MF4839) | fullermd@over-yonder.net > Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ > On the Internet, nobody can hear you scream. Sincerely, Dmitry -- Atlantis ISP, System Administrator e-mail: dmitry@atlantis.dp.ua nic-hdl: LYNX-RIPE From owner-freebsd-stable@FreeBSD.ORG Tue May 16 15:03:49 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A20216A403 for ; Tue, 16 May 2006 15:03:49 +0000 (UTC) (envelope-from ru@ip.net.ua) Received: from cielago.ip.net.ua (cielago.ip.net.ua [82.193.96.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44B4143D49 for ; Tue, 16 May 2006 15:03:48 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by cielago.ip.net.ua (8.13.6/8.13.6) with ESMTP id k4GF38Bd048322 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 16 May 2006 18:03:08 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.6/8.13.6) id k4GF3cek004885; Tue, 16 May 2006 18:03:38 +0300 (EEST) (envelope-from ru) Date: Tue, 16 May 2006 18:03:38 +0300 From: Ruslan Ermilov To: Yousef Raffah Message-ID: <20060516150338.GD4154@ip.net.ua> References: <1147788904.834.7.camel@localhost.savola.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qGV0fN9tzfkG3CxV" Content-Disposition: inline In-Reply-To: <1147788904.834.7.camel@localhost.savola.com> User-Agent: Mutt/1.5.11 X-Virus-Scanned: by amavisd-new Cc: freebsd-stable@freebsd.org Subject: Re: Upgrading to 6.1-RELEASE problems with make buildkernel 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, 16 May 2006 15:03:50 -0000 --qGV0fN9tzfkG3CxV Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, May 16, 2006 at 05:15:04PM +0300, Yousef Raffah wrote: > Hi, >=20 > I'm trying to upgrade from 6.1-RC to 6.1-RELEASE >=20 > my cvssup file is: > *default host=3Dcvsup3.de.FreeBSD.org > *default base=3D/var/db > *default prefix=3D/usr/ > *default tag=3DRELENG_6_1_0_RELEASE > *default release=3Dcvs delete use-rel-suffix compress > src-all >=20 [...] > # cd /usr/src > # make buildkernel >=20 > Unfortunately, it keeps on failing with the following: >=20 > MAKE=3D/usr/obj/usr/src/make.i386/make sh /usr/src/sys/conf/newvers.sh > GENERIC > cc -c -O -pipe -march=3Dpentium3 -Wall -Wredundant-decls -Wnested-externs > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline > -Wcast-qual -fformat-extensions -std=3Dc99 -g -nostdinc -I- -I. > -I/usr/src/sys -I/usr/src/sys/contrib/altq > -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/pf > -I/usr/src/sys/contrib/dev/ath -I/usr/src/sys/contrib/dev/ath/freebsd > -I/usr/src/sys/contrib/ngatm -I/usr/src/sys/dev/twa -D_KERNEL > -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common > -finline-limit=3D8000 --param inline-unit-growth=3D100 --param > large-function-growth=3D1000 -mno-align-long-strings > -mpreferred-stack-boundary=3D2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 > -ffreestanding -Werror vers.c > linking kernel.debug > text data bss dec hex filename > 5951318 622880 323724 6897922 694102 kernel.debug > objcopy --strip-debug kernel.debug kernel > cd /usr/src/sys/modules; > MAKEOBJDIRPREFIX=3D/usr/obj/usr/src/sys/GENERIC/modules > KMODDIR=3D/boot/kernel DEBUG_FLAGS=3D"-g" MACHINE=3Di386 > KERNBUILDDIR=3D"/usr/obj/usr/src/sys/GENERIC" /usr/obj/usr/src/make.i386/= make all > =3D=3D=3D> 3dfx (all) > cc -O2 -fno-strict-aliasing -pipe -march=3Dpentium3 -Werror -D_KERNEL > -DKLD_MODULE -nostdinc -I- -DHAVE_KERNEL_OPTION_HEADERS > -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I@ > -I@/contrib/altq -I@/../include -finline-limit=3D8000 -fno-common -g > -I/usr/obj/usr/src/sys/GENERIC -mno-align-long-strings > -mpreferred-stack-boundary=3D2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 > -ffreestanding -Wall -Wredundant-decls -Wnested-externs > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline > -Wcast-qual -fformat-extensions -std=3Dc99 > -c /usr/src/sys/modules/3dfx/../../dev/tdfx/tdfx_pci.c > ld -d -warn-common -r -d -o 3dfx.kld tdfx_pci.o > touch export_syms > awk -f /usr/src/sys/modules/3dfx/../../conf/kmod_syms.awk 3dfx.kld > export_syms | xargs -J% objcopy % 3dfx.kld > *** Error code 1 >=20 > Stop in /usr/src/sys/modules/3dfx. > *** Error code 1 >=20 > Stop in /usr/src/sys/modules. > *** Error code 1 >=20 > Stop in /usr/obj/usr/src/sys/GENERIC. > *** Error code 1 >=20 > Stop in /usr/src. > *** Error code 1 >=20 > Stop in /usr/src. >=20 > Any suggestions? :'( >=20 The above output doesn't have any provisions as to what the actual error was, so it's really hard to help you. Please try to catch the actual error message. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --qGV0fN9tzfkG3CxV Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEaenKqRfpzJluFF4RAqSrAJ0dROoz1OXeCkgBpZVVe0r+NPV+fwCeK4cI unuXwexUvypkCDAyDAYLmao= =4dOf -----END PGP SIGNATURE----- --qGV0fN9tzfkG3CxV-- From owner-freebsd-stable@FreeBSD.ORG Tue May 16 15:05:32 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A8E416A4CA for ; Tue, 16 May 2006 15:05:32 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from aaron.protected-networks.net (aaron.protected-networks.net [202.12.127.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E1C743D4C for ; Tue, 16 May 2006 15:05:30 +0000 (GMT) (envelope-from imb@protected-networks.net) Received: from localhost (localhost [127.0.0.1]) by aaron.protected-networks.net (Postfix) with ESMTP id E51B0C2C2; Tue, 16 May 2006 11:05:29 -0400 (EDT) Received: from aaron.protected-networks.net (localhost [127.0.0.1]) by aaron.protected-networks.net (Postfix) with ESMTP id 43A99C2DF; Tue, 16 May 2006 11:05:26 -0400 (EDT) Authentication-Results: aaron.protected-networks.net from=imb@protected-networks.net; domainkey=pass Received: from aaron.protected-networks.net (localhost [127.0.0.1]) by aaron.protected-networks.net (Postfix) with ESMTP id C5762C311; Tue, 16 May 2006 11:05:25 -0400 (EDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=200509; d=protected-networks.net; h=Received:Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=oOxAlZcOuy4fBUINWPgu5w5HxeUsatk9I3loWtnGQfsrAqu4PbmyU4kHFVcxIU/c+FvNHpxBcpV0RCOvpxm7Ol3MkD7h8AaJ4H4uu64bzQZB22Ea0YPYf/YEmkfw9Bif; Received: from [192.168.1.11] (c-24-218-147-31.hsd1.ma.comcast.net [24.218.147.31]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "Iain Michael Butler", Issuer "Protected Networks Certificate Authority" (verified OK)) by aaron.protected-networks.net (Postfix) with ESMTP id 406A1C2C2; Tue, 16 May 2006 11:05:24 -0400 (EDT) Message-ID: <4469EA34.9010103@protected-networks.net> Date: Tue, 16 May 2006 11:05:24 -0400 From: Michael Butler User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: Dominic Marks References: <4890.195.12.22.194.1147785750.squirrel@mail.helenmarks.co.uk> <3721.195.12.22.194.1147790949.squirrel@mail.helenmarks.co.uk> In-Reply-To: <3721.195.12.22.194.1147790949.squirrel@mail.helenmarks.co.uk> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: xdm + pam + winbind, what am i missing? 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, 16 May 2006 15:05:34 -0000 Dominic Marks wrote: >> xdm: pam_sm_close_session(): no utmp record for DESKTOP:0 >> >> does winbind implement pam_{open|close}_session? If so, does adding a "session" line as well as the "auth" line to /etc/pam.d/xdm help? -- Michael Butler, CISSP Security Architect Protected Networks http://www.protected-networks.net From owner-freebsd-stable@FreeBSD.ORG Tue May 16 15:06:40 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72D9316A54D for ; Tue, 16 May 2006 15:06:40 +0000 (UTC) (envelope-from dom@helenmarks.co.uk) Received: from mail.goodforbusiness.co.uk (mail.goodforbusiness.co.uk [81.19.179.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id C14C543D46 for ; Tue, 16 May 2006 15:06:39 +0000 (GMT) (envelope-from dom@helenmarks.co.uk) Received: from localhost (localhost [127.0.0.1]) by mail.goodforbusiness.co.uk (Postfix) with ESMTP id 2DFC311475; Tue, 16 May 2006 16:06:39 +0100 (BST) X-Virus-Scanned: mail.goodforbusiness.co.uk Received: from mail.goodforbusiness.co.uk ([127.0.0.1]) by localhost (mail.goodforbusiness.co.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RFC9KXt1GhUM; Tue, 16 May 2006 16:06:38 +0100 (BST) Received: from mail.helenmarks.co.uk (unknown [192.168.100.1]) by mail.goodforbusiness.co.uk (Postfix) with ESMTP id 2EBC61146D; Tue, 16 May 2006 16:06:38 +0100 (BST) Received: from localhost (localhost [127.0.0.1]) by mail.helenmarks.co.uk (Postfix) with ESMTP id EA06D1704B; Tue, 16 May 2006 16:06:37 +0100 (BST) X-Virus-Scanned: amavisd-new at helenmarks.co.uk Received: from mail.helenmarks.co.uk ([127.0.0.1]) by localhost (mail.helenmarks.co.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lg595boi0Fka; Tue, 16 May 2006 16:06:37 +0100 (BST) Received: by mail.helenmarks.co.uk (Postfix, from userid 80) id 1B71A17045; Tue, 16 May 2006 16:06:37 +0100 (BST) Received: from mailhost.graphdata.co.uk ([195.12.22.194]) (SquirrelMail authenticated user dom) by mail.helenmarks.co.uk with HTTP; Tue, 16 May 2006 16:06:37 +0100 (BST) Message-ID: <2391.195.12.22.194.1147791997.squirrel@mail.helenmarks.co.uk> In-Reply-To: <4469EA34.9010103@protected-networks.net> References: <4890.195.12.22.194.1147785750.squirrel@mail.helenmarks.co.uk> <3721.195.12.22.194.1147790949.squirrel@mail.helenmarks.co.uk> <4469EA34.9010103@protected-networks.net> Date: Tue, 16 May 2006 16:06:37 +0100 (BST) From: "Dominic Marks" To: "Michael Butler" User-Agent: SquirrelMail/1.4.6 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-15 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: freebsd-stable@freebsd.org Subject: Re: xdm + pam + winbind, what am i missing? 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, 16 May 2006 15:06:42 -0000 Michael Butler wrote: > Dominic Marks wrote: >>> xdm: pam_sm_close_session(): no utmp record for DESKTOP:0 >>> >>> > does winbind implement pam_{open|close}_session? > > If so, does adding a "session" line as well as the "auth" line to > /etc/pam.d/xdm help? I tried that and didn't get anywhere, but maybe I did it wrong. I just duplicated the auth line and swapped auth for session. Dominic > -- > Michael Butler, CISSP > Security Architect > Protected Networks > http://www.protected-networks.net > > From owner-freebsd-stable@FreeBSD.ORG Tue May 16 15:43:15 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 523F116A508 for ; Tue, 16 May 2006 15:43:15 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from mail.ipt.ru (mail.ipt.ru [80.253.10.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94B0F43D55 for ; Tue, 16 May 2006 15:43:14 +0000 (GMT) (envelope-from bsam@ipt.ru) Received: from stat.sem.ipt.ru ([192.168.12.1] helo=srv.sem.ipt.ru) by mail.ipt.ru with esmtp (Exim 4.54 (FreeBSD)) id 1Fg1hY-0008hs-VM; Tue, 16 May 2006 19:43:13 +0400 Received: from bsam by srv.sem.ipt.ru with local (Exim 4.62 (FreeBSD)) (envelope-from ) id 1Fg1i5-000N2w-I4; Tue, 16 May 2006 19:43:45 +0400 To: "Dominic Marks" References: <4890.195.12.22.194.1147785750.squirrel@mail.helenmarks.co.uk> From: Boris Samorodov Date: Tue, 16 May 2006 19:43:45 +0400 In-Reply-To: <4890.195.12.22.194.1147785750.squirrel@mail.helenmarks.co.uk> (Dominic Marks's message of "Tue, 16 May 2006 14:22:30 +0100 (BST)") Message-ID: <60541134@srv.sem.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-stable@freebsd.org Subject: Re: xdm + pam + winbind, what am i missing? 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, 16 May 2006 15:43:15 -0000 On Tue, 16 May 2006 14:22:30 +0100 (BST) Dominic Marks wrote: > I must be missing something because I can't get xdm to work happily > with pam_winbind. The 6.1 system is joined to a Windows domain and > aware of domain users. I log on to the machine using my domain account > via SSH and all is well. > I've enabled xdm and restarted init. Connections from any host are > permitted. I have also modified the pam.d/xdm file to use the winbind > pam module for authentication. > I get a login screen and my username and password are correctly > checked against Active Directory. I have setup a ~/.xsession file > which should log me in and start a Gnome environment. > What actually happens is that the connection seems to drop and > reconnect and I end up back at an xdm prompt. In the system messages > log I have the following: > xdm: pam_sm_close_session(): no utmp record for DESKTOP:0 > * DESKTOP is the hostname of my desktop system from which I am > connecting. > I tried commenting out the session line in pam.d/xdm which this > message comes from, it removes the error but doesn't change the > behaviour so I assume it is not directly related. > I couldn't find anything in the Handbook to help me on my way. > If anyone could tell me the missing link I would appreciate it greatly. Can't say for sure if it may help you, but I also had problems with xdm, pam and auth. The result was: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/96436 Hope that it might help you. WBR -- Boris B. Samorodov, Research Engineer InPharmTech Co, http://www.ipt.ru Telephone & Internet Service Provider From owner-freebsd-stable@FreeBSD.ORG Tue May 16 16:03:45 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB0F516A723 for ; Tue, 16 May 2006 16:03:45 +0000 (UTC) (envelope-from noackjr@alumni.rice.edu) Received: from mail.clickfox.com (cffw1.clickfox.com [72.16.213.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E13543D80 for ; Tue, 16 May 2006 16:03:22 +0000 (GMT) (envelope-from noackjr@alumni.rice.edu) X-PMWin-Spam: Gauge=IIIIIIII, Probability=8%, Report='__HAS_MSGID, __SANE_MSGID, __USER_AGENT, __MIME_VERSION, __CT, __CTYPE_CHARSET_QUOTED, __CT_TEXT_PLAIN, __CTE, __MIME_TEXT_ONLY' thread-index: AcZ5AvMU154ZLZZERMu0DDffxO9vyg== X-PMWin-Version: 2.5.1s, Antispam-Engine: 2.3.0.1, Antivirus-Engine: 2.34.1 Received: from [10.20.30.156] ([72.16.213.34]) by mail.clickfox.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.1830); Tue, 16 May 2006 12:08:20 -0400 Content-Class: urn:content-classes:message Importance: normal Priority: normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.2663 Message-ID: <4469F7C5.8070800@alumni.rice.edu> Date: Tue, 16 May 2006 12:03:17 -0400 From: "Jonathan Noack" User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: "Pertti Kosunen" References: <4734.195.12.22.194.1147776648.squirrel@mail.helenmarks.co.uk> <4469E1A8.8090401@kosunen.fi> In-Reply-To: <4469E1A8.8090401@kosunen.fi> Content-Type: text/plain; format=flowed; charset="ISO-8859-15" Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 16 May 2006 16:08:20.0065 (UTC) FILETIME=[F303DD10:01C67902] Cc: freebsd-stable@freebsd.org, Dominic Marks Subject: Re: FreeBSD 6.1-STABLE + devel/php5-pcre incompatible? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: noackjr@alumni.rice.edu List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 16:03:50 -0000 Pertti Kosunen wrote: > Dominic Marks wrote: >> Is the php5-pcre module really incompatible with FreeBSD 6.1? If so, >> is there a workaround or a version I can roll back to? Also, it is >> just me (:-)) or is the php5 port complaining about a checksum >> mismatch for everyone else? > > I had some problems yesterday. Had to remove mod_php5, config & install > lang/php5 and update php5*. Note the entry in /usr/ports/UPDATING: 20060506: AFFECTS: users of PHP AUTHOR: ale@FreeBSD.org The old PHP slave ports (phpN-cli, phpN-cgi and mod_phpN) were removed in favour of unified PHP ports that allow building any combination of PHP SAPIs (cli, cgi and apache module). The PHP CGI binary was renamed to php-cgi, so you should update the path in your script. To simplify the update process, *only* for this release a 'php' compatibility symlink to php-cgi will be created if you don't select the CLI SAPI. Before the upgrade you *should* run 'make config' in lang/php4 or lang/php5 to configure the SAPIs you want to install. As a consequence the default binary packages include the CLI and the FastCGI SAPIs. -Jonathan From owner-freebsd-stable@FreeBSD.ORG Tue May 16 16:53:14 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B444216A919 for ; Tue, 16 May 2006 16:53:14 +0000 (UTC) (envelope-from brett@lariat.org) Received: from lariat.net (lariat.net [65.122.236.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 177B943DCF for ; Tue, 16 May 2006 16:52:54 +0000 (GMT) (envelope-from brett@lariat.org) Received: from Anne (IDENT:ppp1000.lariat.net@lariat.net [65.122.236.2]) by lariat.net (8.9.3/8.9.3) with ESMTP id KAA14153; Tue, 16 May 2006 10:52:44 -0600 (MDT) X-message-flag: Warning! Use of Microsoft Outlook renders your system susceptible to Internet worms. Message-Id: <7.0.1.0.2.20060516104907.08788ad8@lariat.org> X-Mailer: QUALCOMM Windows Eudora Version 7.0.1.0 Date: Tue, 16 May 2006 10:52:26 -0600 To: Randy Rowe , plamen.stoev@gmail.com From: Brett Glass In-Reply-To: <4469C668.2060807@rerowe.com> References: <200605160135.TAA04838@lariat.net> <57d710000605151942p2461338au561269fc5937aee7@mail.gmail.com> <7.0.1.0.2.20060515225038.08d72690@lariat.org> <446981CD.5000309@gmail.com> <4469C668.2060807@rerowe.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Cc: pete wright , stable@freebsd.org Subject: Re: 4.11 snapshots? 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, 16 May 2006 16:53:37 -0000 At 09:19 AM 5/16/2006, Randy Rowe wrote: >Also at the bottom of that page under the FAQ heading it spells out >where to get the older snapshots :-) Alas, those snapshots are old indeed. The latest is from August of last year! There does not seem to be a snapshot of the 4.11 security branch available with the latest patches -- especially the Sendmail patch. Since 4.xx is still in such widespread use, it does seem to me that one of those sites ought to have a build with the latest patches -- if for no other reason than to prevent people from picking up the older ones and leaving their machines vulnerable. --Brett Glass From owner-freebsd-stable@FreeBSD.ORG Tue May 16 16:57:00 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C69F16A97F for ; Tue, 16 May 2006 16:57:00 +0000 (UTC) (envelope-from zbeeble@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A89043D7E for ; Tue, 16 May 2006 16:56:46 +0000 (GMT) (envelope-from zbeeble@gmail.com) Received: by py-out-1112.google.com with SMTP id z59so26775pyg for ; Tue, 16 May 2006 09:56:45 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=amIuq0ecZ4yN3QU9efKjXenEbdoN5FLaOgAmhRKvVfIHpMuMFN8ZQycgIUtm/O+UTLidd2LCGKRViGj/Ra7RiOPNaATbt3NFDoateG1bUVjtlntY7qndAI1lFvYWFJhPE1ubuaVmL5ySGhNZGq7AarRdgK64bespCjBCipcoDmI= Received: by 10.35.97.17 with SMTP id z17mr870867pyl; Tue, 16 May 2006 09:56:45 -0700 (PDT) Received: by 10.35.9.3 with HTTP; Tue, 16 May 2006 09:56:45 -0700 (PDT) Message-ID: <5f67a8c40605160956v20613483gd508c5032e378099@mail.gmail.com> Date: Tue, 16 May 2006 12:56:45 -0400 From: "Zaphod Beeblebrox" To: freebsd-stable@freebsd.org, freebsd-current@freebsd.org In-Reply-To: <5f67a8c40605160955j457b9215yc54a632fa0aa218c@mail.gmail.com> MIME-Version: 1.0 References: <53u07rv6of.wl%mak@ll.mit.edu> <53lkt22okm.wl%mak@ll.mit.edu> <5f67a8c40605160955u3f0a449dk643ad06be4f1e2f9@mail.gmail.com> <5f67a8c40605160955j457b9215yc54a632fa0aa218c@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: burncd audio produces white noise 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, 16 May 2006 16:57:03 -0000 My method has always been to use cdrecord with atapicam. cdrecord will accept .wav files and "do the right thing" on its own. From owner-freebsd-stable@FreeBSD.ORG Tue May 16 17:05:18 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B78916A9AA for ; Tue, 16 May 2006 17:05:18 +0000 (UTC) (envelope-from cperciva@freebsd.org) Received: from pd5mo3so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id E188E43D5D for ; Tue, 16 May 2006 17:05:07 +0000 (GMT) (envelope-from cperciva@freebsd.org) Received: from pd4mr5so.prod.shaw.ca (pd4mr5so-qfe3.prod.shaw.ca [10.0.141.50]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IZD00G10BEZZH60@l-daemon> for stable@freebsd.org; Tue, 16 May 2006 11:04:12 -0600 (MDT) Received: from pn2ml3so.prod.shaw.ca ([10.0.121.147]) by pd4mr5so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IZD008G9BEZ2HH0@pd4mr5so.prod.shaw.ca> for stable@freebsd.org; Tue, 16 May 2006 11:04:11 -0600 (MDT) Received: from hexahedron.daemonology.net ([24.82.18.31]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with SMTP id <0IZD00LTYBEZP5B0@l-daemon> for stable@freebsd.org; Tue, 16 May 2006 11:04:11 -0600 (MDT) Received: (qmail 10832 invoked from network); Tue, 16 May 2006 17:04:09 +0000 Received: from unknown (HELO ?127.0.0.1?) (127.0.0.1) by localhost with SMTP; Tue, 16 May 2006 17:04:09 +0000 Date: Tue, 16 May 2006 10:04:08 -0700 From: Colin Percival In-reply-to: <7.0.1.0.2.20060516104907.08788ad8@lariat.org> To: Brett Glass Message-id: <446A0608.10608@freebsd.org> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7bit X-Enigmail-Version: 0.94.0.0 References: <200605160135.TAA04838@lariat.net> <57d710000605151942p2461338au561269fc5937aee7@mail.gmail.com> <7.0.1.0.2.20060515225038.08d72690@lariat.org> <446981CD.5000309@gmail.com> <4469C668.2060807@rerowe.com> <7.0.1.0.2.20060516104907.08788ad8@lariat.org> User-Agent: Thunderbird 1.5 (X11/20060416) Cc: stable@freebsd.org Subject: Re: 4.11 snapshots? 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, 16 May 2006 17:05:19 -0000 If you absolutely must run FreeBSD 4.11, install the RELEASE and then run FreeBSD Update. Personally, since FreeBSD 4.11 will reach its EoL about 8 months from now, and the 4.x->[56].x upgrade path is non-trivial, I recommend installing FreeBSD 6.1 instead. Colin Percival From owner-freebsd-stable@FreeBSD.ORG Tue May 16 17:11:33 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 062DA16A79D; Tue, 16 May 2006 17:11:33 +0000 (UTC) (envelope-from kensmith@cse.Buffalo.EDU) Received: from opus.cse.buffalo.edu (opus.cse.Buffalo.EDU [128.205.32.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A86B43D72; Tue, 16 May 2006 17:11:29 +0000 (GMT) (envelope-from kensmith@cse.Buffalo.EDU) Received: from localhost.cse.buffalo.edu (localhost.cse.buffalo.edu [127.0.0.1]) by opus.cse.buffalo.edu (8.13.6/8.12.4) with ESMTP id k4GHBThA023041; Tue, 16 May 2006 13:11:29 -0400 (EDT) From: Ken Smith To: freebsd-stable@freebsd.org Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-yn0dnYawWpa0YR5ql1kc" Organization: U. Buffalo CSE Department Date: Tue, 16 May 2006 13:11:29 -0400 Message-Id: <1147799489.13272.34.camel@opus.cse.buffalo.edu> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 FreeBSD GNOME Team Port Cc: re@freebsd.org Subject: FreeBSD 5.5-RC1 Available X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 17:11:33 -0000 --=-yn0dnYawWpa0YR5ql1kc Content-Type: text/plain Content-Transfer-Encoding: quoted-printable FreeBSD 5.5-RC1 is now available for testing. Things had been going well with the 5.5 BETAs up to the point we suspended making them so we could focus on the balance of the 6.1 release so we think 5.5 is pretty much ready to go. Unless big problems are reported with this RC we will start the 5.5 release builds this coming weekend and do the release early next week. The ISOs and FTP install bits for pc98 and sparc64 were loaded on ftp-master shortly before I posted this message so it may take a little time for them to propagate to the FTP mirror sites. The other architectures had been there for a while now so they should be available on all the FTP mirror sites by now. If you find problems while testing please submit a PR or post a message to this list. Thanks. Checksums: MD5 (5.5-RC1-alpha-bootonly.iso) =3D caf1d3d28d77e20fdda428d324ec17e2 MD5 (5.5-RC1-alpha-disc1.iso) =3D 40a4f2126292e858a76f8f492e6475bb MD5 (5.5-RC1-amd64-bootonly.iso) =3D 32ae3ff6f6e02d5bb678f283f26c716e MD5 (5.5-RC1-amd64-disc1.iso) =3D 89bb2f990478f10c1bbd45fda7162f34 MD5 (5.5-RC1-amd64-disc2.iso) =3D b99774504be6a8ac806cc8ea486c969a MD5 (5.5-RC1-i386-bootonly.iso) =3D 8104d1b291d0f6d63457eec28d35919f MD5 (5.5-RC1-i386-disc1.iso) =3D caf16c0dc8739fa262e82b6f13feae2d MD5 (5.5-RC1-i386-disc2.iso) =3D cbfdfc71879177040263cf7f8dd25a2b MD5 (5.5-RC1-pc98-disc1.iso) =3D 64f282ad2b715ca0748576b0cb70b939 MD5 (5.5-RC1-sparc64-bootonly.iso) =3D b378e59df11540773c68092e7d7cc63a MD5 (5.5-RC1-sparc64-disc1.iso) =3D 76c28110dba53b6173dc602f4b988d8d MD5 (5.5-RC1-sparc64-disc2.iso) =3D 66eda6b1de93e20d82c6fcfaaf957d85 SHA256 (5.5-RC1-amd64-bootonly.iso) =3D 0e3f533b44698c1786360379ad03b9845dc= 31db37de65d39455735e6a8a5907c SHA256 (5.5-RC1-amd64-disc1.iso) =3D adda63a1fbec183b9c29e3a00486718163f137= 1a3c5d914062fc258e6449f080 SHA256 (5.5-RC1-amd64-disc2.iso) =3D 69a24872f6ca41800b3137c0064bfb1a8d0d71= e7f3aa18d3cdca1b74167370f0 SHA256 (5.5-RC1-i386-bootonly.iso) =3D d682cb4b10f4cfe18175a21798d98a57be3f= 38f64772940bda2cc679e7848ba0 SHA256 (5.5-RC1-i386-disc1.iso) =3D c258782b0967924762e5d623febe90ab269f36b= abc0f76a663704baf625bb0c6 SHA256 (5.5-RC1-i386-disc2.iso) =3D 8ee6a26013f567b78c81300930d130f200e2f4b= 105cf1ef9ffff34ea2e15d582 SHA256 (5.5-RC1-pc98-disc1.iso) =3D 780ae906de6858da2df6481ec8869fa42171977= d8fc59d26ad1b6537a30bb12b SHA256 (5.5-RC1-sparc64-bootonly.iso) =3D 22f46ff799f5d473e319f6be838fba834= d9408838b68170cc637990082e0df5a SHA256 (5.5-RC1-sparc64-disc1.iso) =3D 72c334d0a44c76735c51c91fe545b39e5ad1= 99fc52ad92b5ba20e25666dc5c05 SHA256 (5.5-RC1-sparc64-disc2.iso) =3D afcedf692bfeab13442a262b6cbdc2db1e1f= c986e8a1c7247b16efa6fcb402c0 --=20 Ken Smith - From there to here, from here to | kensmith@cse.buffalo.edu there, funny things are everywhere. | - Theodore Geisel | --=-yn0dnYawWpa0YR5ql1kc Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQBEagfB/G14VSmup/YRAifFAJ9epykGUuQWFF8hCVBpJR9tCVrSeQCgiGtS HRmc4+KEedfrRwEib9oTjO4= =yfkQ -----END PGP SIGNATURE----- --=-yn0dnYawWpa0YR5ql1kc-- From owner-freebsd-stable@FreeBSD.ORG Tue May 16 17:29:37 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85AAB16AB9C; Tue, 16 May 2006 17:29:37 +0000 (UTC) (envelope-from brett@lariat.org) Received: from lariat.net (lariat.net [65.122.236.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3011143DA1; Tue, 16 May 2006 17:29:18 +0000 (GMT) (envelope-from brett@lariat.org) Received: from Anne (IDENT:ppp1000.lariat.net@lariat.net [65.122.236.2]) by lariat.net (8.9.3/8.9.3) with ESMTP id LAA14788; Tue, 16 May 2006 11:29:16 -0600 (MDT) X-message-flag: Warning! Use of Microsoft Outlook renders your system susceptible to Internet worms. Message-Id: <7.0.1.0.2.20060516111950.086e8d40@lariat.org> X-Mailer: QUALCOMM Windows Eudora Version 7.0.1.0 Date: Tue, 16 May 2006 11:29:10 -0600 To: Colin Percival From: Brett Glass In-Reply-To: <446A0608.10608@freebsd.org> References: <200605160135.TAA04838@lariat.net> <57d710000605151942p2461338au561269fc5937aee7@mail.gmail.com> <7.0.1.0.2.20060515225038.08d72690@lariat.org> <446981CD.5000309@gmail.com> <4469C668.2060807@rerowe.com> <7.0.1.0.2.20060516104907.08788ad8@lariat.org> <446A0608.10608@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: stable@freebsd.org Subject: Re: 4.11 snapshots? 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, 16 May 2006 17:29:40 -0000 Colin: We'd like to. But we need the servers we're building to outperform Linux in file and database operations, and they only do that under 4.11. Also, the 6.1 release engineering page showed some worrisome problems -- including such things as potential problems with the Intel "fxp" and "em" drivers (which we absolutely can't have). It's gone now, but while it was up it said that work on those issues was still in progress, that the fixes needed testing, and/or that they were being deferred to the next release. So, some of these machines will have to get 4.11. We can't be on the cutting edge all of the time when we're making production servers. In some cases, what we need is a tried-and-true version with bug fixes. --Brett Glass At 11:04 AM 5/16/2006, Colin Percival wrote: >If you absolutely must run FreeBSD 4.11, install the RELEASE and >then run FreeBSD Update. > >Personally, since FreeBSD 4.11 will reach its EoL about 8 months >from now, and the 4.x->[56].x upgrade path is non-trivial, I >recommend installing FreeBSD 6.1 instead. > >Colin Percival From owner-freebsd-stable@FreeBSD.ORG Tue May 16 17:52:30 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7595516A780 for ; Tue, 16 May 2006 17:52:30 +0000 (UTC) (envelope-from djv@mbnet.fi) Received: from gw03.mail.saunalahti.fi (gw03.mail.saunalahti.fi [195.197.172.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4319343D5C for ; Tue, 16 May 2006 17:52:28 +0000 (GMT) (envelope-from djv@mbnet.fi) Received: from [127.0.0.1] (a88-112-145-105.elisa-laajakaista.fi [88.112.145.105]) by gw03.mail.saunalahti.fi (Postfix) with ESMTP id CEDFC216770 for ; Tue, 16 May 2006 20:52:27 +0300 (EEST) Message-ID: <446A1162.8000900@mbnet.fi> Date: Tue, 16 May 2006 20:52:34 +0300 From: Tuomo Latto User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050716 Thunderbird/1.0.6 Mnenhy/0.7.3.0 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <1147788904.834.7.camel@localhost.savola.com> In-Reply-To: <1147788904.834.7.camel@localhost.savola.com> X-Enigmail-Version: 0.92.0.0 X-Rays: Do not expose this message to X-rays. X-Dictionary: Use it to look up more words starting with X. X-Been-There: Done That. Got the T-shirt. X-Spook: Hello to all my Fans in domestic surveillance X-Subliminal-Message: The Corps is Mother, The Corps is Father. X-Jedi-Mindtrick: This isn't the email you are looking for X-Tyler-Durden-says: Make soap. X-Headers: It's what separates us from the animals. Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 0620-0, 05/15/2006), Outbound message X-Antivirus-Status: Clean Subject: Re: Upgrading to 6.1-RELEASE problems with make buildkernel 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, 16 May 2006 17:52:31 -0000 Yousef Raffah wrote: > After cvsupping using the above cvs-supfile, I managed to buildworld > with problems (I get a lot of segmentation fault 11) but it completed > the build after several tries. Check your hardware. Especially search for memory problems (eg. memtest) and overheating. http://www.bitwizard.nl/sig11/ -- Tuomo ... How many Vietnam vets does it take to screw in a light bulb? You don't know, man. You don't KNOW. Cause you weren't THERE. From owner-freebsd-stable@FreeBSD.ORG Tue May 16 18:03:41 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D0A616AF40 for ; Tue, 16 May 2006 18:03:41 +0000 (UTC) (envelope-from ricardo_bsd@yahoo.com.br) Received: from smtp106.mail.mud.yahoo.com (smtp106.mail.mud.yahoo.com [209.191.85.216]) by mx1.FreeBSD.org (Postfix) with SMTP id EBC6843D6D for ; Tue, 16 May 2006 18:03:39 +0000 (GMT) (envelope-from ricardo_bsd@yahoo.com.br) Received: (qmail 11953 invoked from network); 16 May 2006 18:03:39 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com.br; h=Received:Date:To:Subject:From:Organization:Content-Type:MIME-Version:Content-Transfer-Encoding:Message-ID:User-Agent; b=2q/DMPngkziXv/3He8emxl9zAuHGPYRaGpS95EM5LrJ0gk377REERtHLWe5XEYv+J/umsvz7E35yhAGPMrs6oVli5umc20wdCADMYiFjJUVgzuwhxEEXurj/aPqYv1GKUTWRZkwVFT0WUg1tZv3oiuUUdd6+lHiHdCRMf93j1Gg= ; Received: from unknown (HELO localhost) (ricardo?bsd@201.1.86.119 with login) by smtp106.mail.mud.yahoo.com with SMTP; 16 May 2006 18:03:38 -0000 Date: Tue, 16 May 2006 15:03:20 -0300 To: "freebsd-stable@freebsd.org" From: "Ricardo A. Reis" Organization: UNIFESP Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: User-Agent: Opera Mail/9.00 (FreeBSD) Subject: kldfind 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, 16 May 2006 18:03:47 -0000 Hi all, I write one script for find freebsd kernel modules, [ricardo@myfreebsd:~/kldfind] # ./kldfind usage: kldfind [-chs] string [ricardo@myfreebsd:~/kldfind] # ./kldfind -h Options: -c -- find all matchs for category -s -- string match [ricardo@myfreebsd:~/kldfind] # ./kldfind -c acpi >> Searching ... >> Resultes for /boot/kernel acpi_asus acpi_fujitsu acpi_ibm acpi_panasonic acpi_sony acpi_toshiba acpi_video acpi_dock [ricardo@myfreebsd:~/kldfind] # ./kldfind -s vlan >> Searching ... >> Resultes for /boot/kernel if_vlan ng_vlan Any feedback is very util, http://ricardo.epm.br/freebsd/script/ Ricardo A. Reis UNIFESP Unix and Network Admin _______________________________________________________ Abra sua conta no Yahoo! Mail: 1GB de espaço, alertas de e-mail no celular e anti-spam realmente eficaz. http://br.info.mail.yahoo.com/ From owner-freebsd-stable@FreeBSD.ORG Tue May 16 19:48:05 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E75716A48E for ; Tue, 16 May 2006 19:48:05 +0000 (UTC) (envelope-from hilko.meyer@gmx.de) Received: from kirk.hochpass.uni-hannover.de (kirk.hochpass.uni-hannover.de [130.75.81.215]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3AA543D5D for ; Tue, 16 May 2006 19:48:03 +0000 (GMT) (envelope-from hilko.meyer@gmx.de) Received: from mclaine.hochpass.uni-hannover.de (mclaine.hochpass.uni-hannover.de [130.75.81.213]) by kirk.hochpass.uni-hannover.de (8.13.3/8.13.3) with SMTP id k4GJm1jL000876 for ; Tue, 16 May 2006 21:48:01 +0200 (CEST) (envelope-from hilko.meyer@gmx.de) From: Hilko Meyer To: freebsd-stable@freebsd.org Date: Tue, 16 May 2006 21:48:01 +0200 Message-ID: <3uak62thb6d3asb0e60sna0k455p8rva8n@4ax.com> X-Mailer: Forte Agent 1.93/32.576 English (American) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: 5.4 panic: vm_page_dirty: page is free! 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, 16 May 2006 19:48:05 -0000 Hi, just had the following panic on 5.4-RELEASE-p13. Please tell me, if can provide more infos to track this down. bye, Hilko Script started on Tue May 16 21:41:08 2006 [GDB will not be able to debug user-mode threads: = /usr/lib/libthread_db.so: Undefined symbol "ps_pglobal_lookup"] GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you = are welcome to change it and/or distribute copies of it under certain = conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for = details. This GDB was configured as "i386-marcel-freebsd". #0 doadump () at pcpu.h:159 159 pcpu.h: No such file or directory. in pcpu.h (kgdb) backtrace #0 doadump () at pcpu.h:159 #1 0xc04d71d1 in boot (howto=3D260) at = /usr/src/sys/kern/kern_shutdown.c:410 #2 0xc04d74cb in panic (fmt=3D0xc0653301 "_mtx_lock_sleep: recursed on = non-recursive mutex %s @ %s:%d\n") at /usr/src/sys/kern/kern_shutdown.c:566 #3 0xc04cf196 in _mtx_lock_sleep (m=3D0xc06f4c60, td=3D0xc1494600, = opts=3D0, file=3D0xc066b5cf "/usr/src/sys/i386/i386/pmap.c",=20 line=3D1657) at /usr/src/sys/kern/kern_mutex.c:448 #4 0xc04ceea1 in _mtx_lock_flags (m=3D0xc06f4c60, opts=3D0, = file=3D0xc066b5cf "/usr/src/sys/i386/i386/pmap.c", line=3D1657) at /usr/src/sys/kern/kern_mutex.c:273 #5 0xc0609074 in pmap_remove (pmap=3D0xc06f4c60, sva=3D3432853504, = eva=3D3437047808) at /usr/src/sys/i386/i386/pmap.c:1657 #6 0xc05cb594 in vm_map_delete (map=3D0xc0c3b000, start=3D3234050048, = end=3D3437047808) at /usr/src/sys/vm/vm_map.c:2290 #7 0xc05cb642 in vm_map_remove (map=3D0xc0c3b000, start=3D3432853504, = end=3D3437047808) at /usr/src/sys/vm/vm_map.c:2319 #8 0xc05c8425 in kmem_free (map=3D0xc0c3b000, addr=3D0, size=3D4194304) = at /usr/src/sys/vm/vm_kern.c:209 #9 0xc0613334 in vesa_unmap_buffer (vaddr=3D3432853504, size=3D4194304) = at /usr/src/sys/i386/isa/vesa.c:851 #10 0xc0613766 in vesa_set_mode (adp=3D0xc06dec20, mode=3D24) at = /usr/src/sys/i386/isa/vesa.c:1038 #11 0xc05f5d89 in set_mode (scp=3D0xc1000400) at = /usr/src/sys/dev/syscons/syscons.c:3418 #12 0xc05f3ba8 in restore_scrn_saver_mode (scp=3D0xc1000400, = changemode=3D1) at /usr/src/sys/dev/syscons/syscons.c:2025 #13 0xc05f39a8 in scsplash_saver (sc=3D0xc06f5860, show=3D0) at = /usr/src/sys/dev/syscons/syscons.c:1912 #14 0xc05f3c0d in stop_scrn_saver (sc=3D0xc06f5860, saver=3D0xc05f38e0 = ) at /usr/src/sys/dev/syscons/syscons.c:2043 #15 0xc05f31b8 in sccnupdate (scp=3D0xc06f22c0) at = /usr/src/sys/dev/syscons/syscons.c:1602 #16 0xc05f2e62 in sccnputc (cd=3D0xc069c820, c=3D0) at = /usr/src/sys/dev/syscons/syscons.c:1465 #17 0xc05094ad in cnputc (c=3D112) at /usr/src/sys/kern/tty_cons.c:590 #18 0xc04f0911 in putchar (c=3D112, arg=3D0xcc9c39bc) at = /usr/src/sys/kern/subr_prf.c:341 #19 0xc04f0bd7 in kvprintf (fmt=3D0xc065400e "anic: %s\n", = func=3D0xc04f08c0 , arg=3D0xcc9c39bc, radix=3D10,=20 ap=3D0xcc9c39dc "=E0=D4j=C0=E0=D4j=C0") at = /usr/src/sys/kern/subr_prf.c:526 #20 0xc04f0803 in printf (fmt=3D0xc065400d "panic: %s\n") at = /usr/src/sys/kern/subr_prf.c:294 #21 0xc04d742f in panic (fmt=3D0xc0666346 "vm_page_dirty: page is free!")= at /usr/src/sys/kern/kern_shutdown.c:535 #22 0xc05d0b59 in vm_page_dirty (m=3D0x0) at = /usr/src/sys/vm/vm_page.c:457 #23 0xc0608f41 in pmap_remove_pte (pmap=3D0xc06f4c60, ptq=3D0xc0d3fb18, = va=3D3336994816) at /usr/src/sys/i386/i386/pmap.c:1606 #24 0xc0609118 in pmap_remove (pmap=3D0xc06f4c60, sva=3D3336994816, = eva=3D3337060352) at /usr/src/sys/i386/i386/pmap.c:1713 #25 0xc05cb594 in vm_map_delete (map=3D0xc0c200c0, start=3D3233939648, = end=3D3337060352) at /usr/src/sys/vm/vm_map.c:2290 #26 0xc05c89f8 in kmem_free_wakeup (map=3D0xc0c200c0, addr=3D3336994816, = size=3D0) at /usr/src/sys/vm/vm_kern.c:467 #27 0xc04c0ad8 in do_execve (td=3D0xc1494600, fname=3D0x811a6a0
, argv=3D0x0, envv=3D0x0, mac_p=3D0x0) at /usr/src/sys/kern/kern_exec.c:722 #28 0xc04c0097 in kern_execve (td=3D0xc1494600, fname=3D0x811a6a0 =
, argv=3D0x811a6f0, envv=3D0x80ea600,=20 mac_p=3D0x0) at /usr/src/sys/kern/kern_exec.c:230 #29 0xc04bfff8 in execve (td=3D0xc1494600, uap=3D0x0) at = /usr/src/sys/kern/kern_exec.c:176 #30 0xc060d678 in syscall (frame=3D ---Type to continue, or q to quit--- {tf_fs =3D 47, tf_es =3D 47, tf_ds =3D 47, tf_edi =3D 0, tf_esi =3D= 0, tf_ebp =3D 0, tf_isp =3D 0, tf_ebx =3D 0, tf_edx =3D 0, tf_ecx =3D 0,= tf_eax =3D 0, tf_trapno =3D 0, tf_err =3D 0, tf_eip =3D 671427040, tf_cs= =3D 31, tf_eflags =3D 514, tf_esp =3D -1077941200, tf_ss =3D 47}) at /usr/src/sys/i386/i386/trap.c:1009 #31 0xc05fcc6f in Xint0x80_syscall () at = /usr/src/sys/i386/i386/exception.s:201 #32 0x0000002f in ?? () #33 0x0000002f in ?? () #34 0x0000002f in ?? () #35 0x00000000 in ?? () #36 0x00000000 in ?? () #37 0x00000000 in ?? () #38 0x00000000 in ?? () #39 0x00000000 in ?? () #40 0x00000000 in ?? () #41 0x00000000 in ?? () #42 0x00000000 in ?? () #43 0x00000000 in ?? () #44 0x00000000 in ?? () #45 0x280529e0 in ?? () #46 0x0000001f in ?? () #47 0x00000202 in ?? () #48 0xbfbfec30 in ?? () #49 0x0000002f in ?? () #50 0xa1900c89 in ?? () #51 0x00419120 in ?? () #52 0x01900c8b in ?? () #53 0x4191180d in ?? () #54 0x046c9000 in ?? () #55 0xc14018d4 in ?? () #56 0xc1494600 in ?? () #57 0xcc9c385c in ?? () #58 0xcc9c3844 in ?? () #59 0xc0ec1c00 in ?? () #60 0xc04e6bcb in sched_switch (td=3D0x811a650, newtd=3D0x811a6a0, = flags=3DCannot access memory at address 0xbfbfea98 ) at /usr/src/sys/kern/sched_4bsd.c:881 Previous frame inner to this frame (corrupt stack?) (kgdb) quit Script done on Tue May 16 21:41:30 2006 From owner-freebsd-stable@FreeBSD.ORG Tue May 16 20:52:16 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E79516A813 for ; Tue, 16 May 2006 20:52:16 +0000 (UTC) (envelope-from polachok@narod.ru) Received: from smtp1.yandex.ru (smtp1.yandex.ru [213.180.223.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BA2D43D45 for ; Tue, 16 May 2006 20:52:15 +0000 (GMT) (envelope-from polachok@narod.ru) Received: from 161ppp49spb.ptn.ru ([80.88.49.161]:55500 "EHLO darkstar" smtp-auth: "polachok" TLS-CIPHER: TLS-PEER-CN1: ) by mail.yandex.ru with ESMTP id S2720940AbWEPR7B (ORCPT ); Tue, 16 May 2006 21:59:01 +0400 X-Comment: RFC 2476 MSA function at smtp1.yandex.ru logged sender identity as: polachok Date: Tue, 16 May 2006 22:01:03 +0400 From: Alexander Polakov To: freebsd-stable@freebsd.org Message-Id: <20060516220103.a7e54f20.polachok@narod.ru> X-Mailer: Sylpheed version 2.2.4 (GTK+ 2.8.17; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: acpi: bad read from port 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, 16 May 2006 20:52:17 -0000 It's repeating all the time after boot, didn't happened on 6.1RELEASE acpi: bad read from port 0x071 (8) acpi: bad write to port 0x070 (8), val 0x59 -- Best regards. Alexander "polachok" Polakov From owner-freebsd-stable@FreeBSD.ORG Tue May 16 22:37:17 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC71116A73C for ; Tue, 16 May 2006 22:37:17 +0000 (UTC) (envelope-from jas@math.jussieu.fr) Received: from shiva.jussieu.fr (shiva.jussieu.fr [134.157.0.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCA5743D68 for ; Tue, 16 May 2006 22:37:09 +0000 (GMT) (envelope-from jas@math.jussieu.fr) Received: from riemann.math.jussieu.fr (riemann.math.jussieu.fr [134.157.13.3]) by shiva.jussieu.fr (8.13.6/jtpda-5.4) with ESMTP id k4GMb8qp001407 for ; Wed, 17 May 2006 00:37:08 +0200 (CEST) X-Ids: 165 Received: from galois2.math.jussieu.fr (galois2.math.jussieu.fr [134.157.13.117]) by riemann.math.jussieu.fr (8.13.6/jtpda-5.4) with ESMTP id k4GMb7de089772 for ; Wed, 17 May 2006 00:37:07 +0200 (CEST) Received: from galois2.math.jussieu.fr (localhost.localdomain [127.0.0.1]) by galois2.math.jussieu.fr (8.12.8/jtpda-5.4) with ESMTP id k4GMb7Ag001929 for ; Wed, 17 May 2006 00:37:07 +0200 Received: (from jas@localhost) by galois2.math.jussieu.fr (8.12.8/8.12.8/Submit) id k4GMb7gO001928 for freebsd-stable@freebsd.org; Wed, 17 May 2006 00:37:07 +0200 Date: Wed, 17 May 2006 00:37:07 +0200 From: Albert Shih To: freebsd-stable@freebsd.org Message-ID: <20060516223707.GA32432@math.jussieu.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Mutt/1.5.6i X-Spam-Score: -1.44 () ALL_TRUSTED X-Scanned-By: MIMEDefang 2.56 on 134.157.13.3 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.7.2 (shiva.jussieu.fr [134.157.0.165]); Wed, 17 May 2006 00:37:08 +0200 (CEST) X-Antivirus: scanned by sophie at shiva.jussieu.fr X-Miltered: at shiva.jussieu.fr with ID 446A5414.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! Subject: Why snapshot files... X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: shih@math.jussieu.fr List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 22:37:19 -0000 Hi all Why the README.softupdates and README.snapshot file is never update ? [root@freebsd1 ffs]# ls -ltr total 558 -rw-r--r-- 1 root wheel 2087 8 jul 2000 README.softupdates -rw-r--r-- 1 root wheel 4625 12 d=E9c 2002 README.snapshot -rw-r--r-- 1 root wheel 5789 7 jan 2005 ffs_tables.c -rw-r--r-- 1 root wheel 6773 7 jan 2005 ffs_subr.c -rw-r--r-- 1 root wheel 26080 8 f=E9v 2005 ffs_balloc.c -rw-r--r-- 1 root wheel 26778 20 f=E9v 2005 fs.h -rw-r--r-- 1 root wheel 19223 5 avr 2005 ffs_inode.c -rw-r--r-- 1 root wheel 5833 14 mar 00:15 ffs_extern.h -rw-r--r-- 1 root wheel 70487 14 mar 00:15 ffs_alloc.c -rw-r--r-- 1 root wheel 31004 14 mar 00:15 softdep.h -rw-r--r-- 1 root wheel 46865 17 mai 00:27 ffs_vfsops.c -rw-r--r-- 1 root wheel 186742 17 mai 00:27 ffs_softdep.c -rw-r--r-- 1 root wheel 66922 17 mai 00:27 ffs_snapshot.c -rw-r--r-- 1 root wheel 12289 17 mai 00:27 ffs_rawread.c -rw-r--r-- 1 root wheel 42639 17 mai 00:27 ffs_vnops.c [root@freebsd1 ffs]# pwd /usr/src/sys/ufs/ffs [root@freebsd1 ffs]#=20 I ask this because in the README.snapshot we can read=20 ************************************************************* As is detailed in the operational information below, snapshots are definitely alpha-test code and are NOT yet ready for production use. Much remains to be done to make them really useful, but I wanted to let folks get a chance to try it out and start reporting bugs and other shortcomings. Such reports should be sent to ************************************************************* Is the status have change ?=20 Regards. -- Albert SHIH Universite de Paris 7 (Denis DIDEROT) U.F.R. de Mathematiques. 7 i=E8me =E9tage, plateau D, bureau 10 Heure local/Local time: Wed May 17 00:33:43 CEST 2006 From owner-freebsd-stable@FreeBSD.ORG Wed May 17 03:53:32 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6627A16A401 for ; Wed, 17 May 2006 03:53:32 +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 C7FE743D48 for ; Wed, 17 May 2006 03:53:29 +0000 (GMT) (envelope-from doconnor@gsoft.com.au) Received: from inchoate.gsoft.com.au (ppp223-61.lns2.adl4.internode.on.net [203.122.223.61]) (authenticated bits=0) by cain.gsoft.com.au (8.13.5/8.13.4) with ESMTP id k4H3rNoi082754 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 17 May 2006 13:23:24 +0930 (CST) (envelope-from doconnor@gsoft.com.au) From: "Daniel O'Connor" To: freebsd-stable@freebsd.org Date: Wed, 17 May 2006 13:23:19 +0930 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2103341.FDcWiof7KI"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200605171323.19970.doconnor@gsoft.com.au> X-Spam-Score: 0 () X-Scanned-By: MIMEDefang 2.56 on 203.31.81.10 Subject: RAID rebuild problem 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, 17 May 2006 03:53:32 -0000 --nextPart2103341.FDcWiof7KI Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi, I had a RAID split (for unknown reasons) and had.. =2E.. atapci0: port 0x8000-0x803f,0x7800-0x= 780f,0x7400-0x747f mem 0xfb300000-0xfb300fff,0xfb200000-0xfb21ffff irq 18 a= t device 8.0 on pci0 ata2: on atapci0 ata3: on atapci0 ata4: on atapci0 =2E.. ad0: 238475MB at ata2-master SATA150 ad1: 238475MB at ata3-master SATA150 ar0: 238418MB status: DEGRADED ar0: disk0 READY (master) using ad0 at ata2-master ar0: disk1 DOWN no device found for this subdisk ar1: 238418MB status: DEGRADED ar1: disk0 DOWN no device found for this subdisk ar1: disk1 READY (mirror) using ad1 at ata3-master So I did the following.. I deleted the second array.. sudo atacontrol delete ar1 and added the disk as a spare .. sudo atacontrol addspare ar0 ad1 and rebuilt the array.. sudo atacontrol rebuild ar0 However the status stayed at 0%. I noticed that atacontrol ran dd (which I think is so that the ATA kernel code has an opportunity to update the=20 mirror in the strategy routine). Even when the dd had finished it stayed stuck at 0%. kiruna:~>sudo atacontrol status ar0 ar0: ATA RAID1 subdisks: ad0 ad1 status: REBUILDING 0% completed I did a manual dd and it seems to be running as I expect, but it still reads 0%. kiruna:~>uname -a =46reeBSD kiruna.gsoft.com.au 6.0-RC1 FreeBSD 6.0-RC1 #0: Wed Oct 26 13:29:= 47 UTC 2005 root@chungli-pr.gsoft.com.au:/usr/obj/local0/src/sys/GENESI= S amd64 I plan to try rebuilding it in the BIOS but I would dearly like to be able= =20 to rebuild arrays without having to resort to the BIOS. =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 --nextPart2103341.FDcWiof7KI Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQBEap4v5ZPcIHs/zowRAqgBAKCI9aVqa5wY7e5RXCaa36dEqfZQKwCZAVmW 9ltpekdZwu2goF1kxqZMIpQ= =53wM -----END PGP SIGNATURE----- --nextPart2103341.FDcWiof7KI-- From owner-freebsd-stable@FreeBSD.ORG Wed May 17 06:00:39 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FF4916A402 for ; Wed, 17 May 2006 06:00:39 +0000 (UTC) (envelope-from fbsd@1command.com) Received: from mail.1command.com (mail.1command.com [216.177.243.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74A9B43D46 for ; Wed, 17 May 2006 06:00:13 +0000 (GMT) (envelope-from fbsd@1command.com) Received: from mail.1command.com (localhost.1command.com [127.0.0.1]) by mail.1command.com (8.13.3/8.13.3) with ESMTP id k4H606gh096400 for ; Tue, 16 May 2006 23:00:10 -0700 (PDT) (envelope-from fbsd@1command.com) Received: (from www@localhost) by mail.1command.com (8.13.3/8.13.3/Submit) id k4H606Au096399 for freebsd-stable@freebsd.org; Tue, 16 May 2006 23:00:06 -0700 (PDT) (envelope-from fbsd@1command.com) Received: from ns1.1command.com (ns1.1command.com [216.177.243.34]) by webmail.1command.com (H.R. Communications Messaging System) with HTTP; Tue, 16 May 2006 23:00:06 -0700 Message-ID: <20060516230006.pm4tvifih44w8c40@webmail.1command.com> X-Priority: 3 (Normal) Date: Tue, 16 May 2006 23:00:06 -0700 From: "Chris H." To: freebsd-stable@freebsd.org References: <372C34B7-18BC-4061-99ED-8321E8109CF7@mithrandir.com> <1153080475.20060508144813@rulez.sk> In-Reply-To: <1153080475.20060508144813@rulez.sk> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=_3fxd53ui9ra"; protocol="application/pgp-signature"; micalg="pgp-sha1" Content-Transfer-Encoding: 7bit User-Agent: H.R. Communications Internet Messaging System (HCIMS) 4.1 Professional (not for redistribution) / FreeBSD-5.5 Subject: Re: Best practices for remote upgrade? 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, 17 May 2006 06:00:39 -0000 This message is in MIME format and has been PGP signed. --=_3fxd53ui9ra Content-Type: text/plain; charset=ISO-8859-1; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit Quoting Daniel Gerzo : > Hi Scott, > > Monday, May 8, 2006, 2:29:23 PM, you contributed this to our > collective wisdom: > >> Hello, > >> I have some 4.x servers that I would like to upgrade to 5.x, and >> perhaps 6.x. However, I do not have any local access to these >> machines. I can ssh into them only. I would like to know whether it >> is possible for me to upgrade the machines with only ssh access, and >> what one should do to go about upgrading them. > > Yeah, it's possible (and risky), however you will not get, for example, > an advantages of UFS2 and so forth, because you can't upgrade from UFS > to UFS2 without rebuilding FS. How can one convert their UFS to UFS2 (with, or without SSH)? Is it possible? Or must one delete their current slices and create new (UFS2) slices? Thanks you for all your time and consideration. --Chris H. > > The problem is that it's not possible to upgrade directly to 6.0/1. > You will have to go through process of upgrading to 5.3 first. But > I would recommend you to make a backups of your configuration and ask > someone who has a physical access to your servers to reinstall them > for you. > > -- > Sincerely, > Daniel Gerzo > > _______________________________________________ > 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" > -- Shameless self-promotion follows... ... or does it? ----------------------------------------------------------------- FreeBSD 5.4-RELEASE-p12 (SMP - 900x2) Tue Mar 7 19:37:23 PST 2006 ///////////////////////////////////////////////////////////////// --=_3fxd53ui9ra Content-Type: application/pgp-signature Content-Description: PGP Digital Signature Content-Disposition: inline Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQBEarvlXxK1cRs0zxkRAoiAAJ9YtPsuEZmbAxD9QMxqtDwrioZLKgCeOrc5 cATcNjQDU35ZvX9d94xIefw= =yC8W -----END PGP SIGNATURE----- --=_3fxd53ui9ra-- From owner-freebsd-stable@FreeBSD.ORG Wed May 17 06:32:25 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DEED16A402 for ; Wed, 17 May 2006 06:32:25 +0000 (UTC) (envelope-from markir@paradise.net.nz) Received: from linda-3.paradise.net.nz (bm-3a.paradise.net.nz [203.96.152.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC20443D5C for ; Wed, 17 May 2006 06:32:24 +0000 (GMT) (envelope-from markir@paradise.net.nz) Received: from smtp-3.paradise.net.nz (tclsnelb1-src-1.paradise.net.nz [203.96.152.172]) by linda-3.paradise.net.nz (Paradise.net.nz) with ESMTP id <0IZE00C9HCTYNV@linda-3.paradise.net.nz> for freebsd-stable@freebsd.org; Wed, 17 May 2006 18:32:22 +1200 (NZST) Received: from [192.168.1.11] (218-101-29-197.dsl.clear.net.nz [218.101.29.197]) by smtp-3.paradise.net.nz (Postfix) with ESMTP id AC2BB158B8E0 for ; Wed, 17 May 2006 18:31:58 +1200 (NZST) Date: Wed, 17 May 2006 18:31:56 +1200 From: Mark Kirkwood To: freebsd-stable@freebsd.org Message-id: <446AC35C.2090304@paradise.net.nz> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=ISO-8859-1 Content-transfer-encoding: 7bit User-Agent: Thunderbird 1.5 (X11/20060417) Subject: Sequantial IO Performance improvement in 6.1-STABLE 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, 17 May 2006 06:32:25 -0000 I recently upgraded my FreeBSD machines from 6.0R to 6.1-STABLE I noticed a pleasant surprise - improved disk IO! In 6.0R best sequential throughput I ever saw was 170 MB/s (32k block size reads on an 4G file). In 6.1-STABLE I'm seeing 190 Mb/s (32k block size reads on an 4G file). The machine in question is a Supermico P3TDER with 2G RAM, a 3Ware 7506 and 4 Maxtor 6Y080P0 RAID0. So anyway - very nice. Best wishes Mark From owner-freebsd-stable@FreeBSD.ORG Wed May 17 08:23:24 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87F0A16A402 for ; Wed, 17 May 2006 08:23:24 +0000 (UTC) (envelope-from dom@helenmarks.co.uk) Received: from mail.goodforbusiness.co.uk (mail.goodforbusiness.co.uk [81.19.179.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECCB143D46 for ; Wed, 17 May 2006 08:23:23 +0000 (GMT) (envelope-from dom@helenmarks.co.uk) Received: from localhost (localhost [127.0.0.1]) by mail.goodforbusiness.co.uk (Postfix) with ESMTP id 2B0711146F; Wed, 17 May 2006 09:23:23 +0100 (BST) X-Virus-Scanned: mail.goodforbusiness.co.uk Received: from mail.goodforbusiness.co.uk ([127.0.0.1]) by localhost (mail.goodforbusiness.co.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Vrq43a3tBrf9; Wed, 17 May 2006 09:23:22 +0100 (BST) Received: from mail.helenmarks.co.uk (unknown [192.168.100.1]) by mail.goodforbusiness.co.uk (Postfix) with ESMTP id 16DB91146C; Wed, 17 May 2006 09:23:22 +0100 (BST) Received: from localhost (localhost [127.0.0.1]) by mail.helenmarks.co.uk (Postfix) with ESMTP id C5C831704B; Wed, 17 May 2006 09:23:21 +0100 (BST) X-Virus-Scanned: amavisd-new at helenmarks.co.uk Received: from mail.helenmarks.co.uk ([127.0.0.1]) by localhost (mail.helenmarks.co.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rDbXW+oHUlaq; Wed, 17 May 2006 09:23:16 +0100 (BST) Received: by mail.helenmarks.co.uk (Postfix, from userid 80) id 3175017045; Wed, 17 May 2006 09:23:16 +0100 (BST) Received: from mailhost.graphdata.co.uk ([195.12.22.194]) (SquirrelMail authenticated user dom) by mail.helenmarks.co.uk with HTTP; Wed, 17 May 2006 09:23:16 +0100 (BST) Message-ID: <2856.195.12.22.194.1147854196.squirrel@mail.helenmarks.co.uk> In-Reply-To: <4469F7C5.8070800@alumni.rice.edu> References: <4734.195.12.22.194.1147776648.squirrel@mail.helenmarks.co.uk> <4469E1A8.8090401@kosunen.fi> <4469F7C5.8070800@alumni.rice.edu> Date: Wed, 17 May 2006 09:23:16 +0100 (BST) From: "Dominic Marks" To: noackjr@alumni.rice.edu User-Agent: SquirrelMail/1.4.6 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-15 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: freebsd-stable@freebsd.org, Pertti Kosunen Subject: Re: FreeBSD 6.1-STABLE + devel/php5-pcre incompatible? 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, 17 May 2006 08:23:24 -0000 Jonathan Noack wrote: > Pertti Kosunen wrote: >> Dominic Marks wrote: >>> Is the php5-pcre module really incompatible with FreeBSD 6.1? If >>> so, >>> is there a workaround or a version I can roll back to? Also, it is >>> just me (:-)) or is the php5 port complaining about a checksum >>> mismatch for everyone else? >> >> I had some problems yesterday. Had to remove mod_php5, config & >> install >> lang/php5 and update php5*. > > Note the entry in /usr/ports/UPDATING: > > 20060506: > AFFECTS: users of PHP > AUTHOR: ale@FreeBSD.org > > The old PHP slave ports (phpN-cli, phpN-cgi and mod_phpN) were > removed > in favour of unified PHP ports that allow building any combination > of > PHP SAPIs (cli, cgi and apache module). > The PHP CGI binary was renamed to php-cgi, so you should update > the path in your script. To simplify the update process, *only* for > this release a 'php' compatibility symlink to php-cgi will be > created > if you don't select the CLI SAPI. > Before the upgrade you *should* run 'make config' in lang/php4 or > lang/php5 to configure the SAPIs you want to install. > As a consequence the default binary packages include the CLI and > the > FastCGI SAPIs. Thanks Jonathan. I forget that ports/UPDATING exists, I should have read this. > -Jonathan > Dominic From owner-freebsd-stable@FreeBSD.ORG Wed May 17 08:40:43 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74B1416A401 for ; Wed, 17 May 2006 08:40:43 +0000 (UTC) (envelope-from yraffah@savola.com) Received: from heathrow.savoladns.com (heathrow.savoladns.com [212.12.174.7]) by mx1.FreeBSD.org (Postfix) with SMTP id 8728543D48 for ; Wed, 17 May 2006 08:40:40 +0000 (GMT) (envelope-from yraffah@savola.com) Received: from ocs.savola.com (ocs.savola.com [222.22.1.211]) by heathrow.savoladns.com (Postfix) with ESMTP id 7DB9895846 for ; Wed, 17 May 2006 11:40:31 +0300 (AST) Received: from 222.22.1.191 by ocs.savola.com with ESMTP id 58275611147854570; Wed, 17 May 2006 11:29:30 +0300 From: Yousef Raffah To: freebsd-stable@freebsd.org In-Reply-To: <20060516150338.GD4154@ip.net.ua> References: <1147788904.834.7.camel@localhost.savola.com> <20060516150338.GD4154@ip.net.ua> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-DjdQp+jxl1GA/MktgboK" Organization: The Savola Group Date: Wed, 17 May 2006 11:40:54 +0300 Message-Id: <1147855254.21174.9.camel@localhost.savola.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 FreeBSD GNOME Team Port Subject: Re: Upgrading to 6.1-RELEASE problems with make buildkernel X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: yraffah@savola.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 08:40:43 -0000 --=-DjdQp+jxl1GA/MktgboK Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2006-05-16 at 18:03 +0300, Ruslan Ermilov wrote: > On Tue, May 16, 2006 at 05:15:04PM +0300, Yousef Raffah wrote: > > Hi, > >=20 > > I'm trying to upgrade from 6.1-RC to 6.1-RELEASE > >=20 > > my cvssup file is: > > *default host=3Dcvsup3.de.FreeBSD.org > > *default base=3D/var/db > > *default prefix=3D/usr/ > > *default tag=3DRELENG_6_1_0_RELEASE > > *default release=3Dcvs delete use-rel-suffix compress > > src-all > >=20 > [...] > > # cd /usr/src > > # make buildkernel > >=20 [snipped] I have just changed my tar to RELENG_6_1 and tried to make buildworld again, after it finished successfully, I'm trying to make buildkernel and here is what I'm getting: -------------------------------------------------------------- >>> stage 3.2: building everything -------------------------------------------------------------- cd /usr/obj/usr/src/sys/GENERIC; MAKEOBJDIRPREFIX=3D/usr/obj MACHINE_ARCH=3Di386 MACHINE=3Di386 CPUTYPE=3Dpentium3 GROFF_BIN_PATH=3D/usr/obj/usr/src/tmp/legacy/usr/bin GROFF_FONT_PATH=3D/usr/obj/usr/src/tmp/legacy/usr/share/groff_font GROFF_TMAC_PATH=3D/usr/obj/usr/src/tmp/legacy/usr/share/tmac _SHLIBDIRPREFIX=3D/usr/obj/usr/src/tmp INSTALL=3D"sh /usr/src/tools/install.sh" PATH=3D/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr= /bin:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/usr/sbin:/u= sr/obj/usr/src/tmp/usr/bin:/usr/obj/usr/src/tmp/usr/games:/sbin:/bin:/usr/s= bin:/usr/bin /usr/obj/usr/src/make.i386/make KERNEL=3Dkernel all -DNO_MODUL= ES_OBJ ".depend", line 21691: Need an operator ".depend", line 21692: Need an operator ".depend", line 21693: Need an operator ".depend", line 21700: Need an operator ".depend", line 21702: Need an operator ".depend", line 21703: Need an operator ".depend", line 21707: Need an operator ".depend", line 21708: Need an operator ".depend", line 21711: Need an operator ".depend", line 21715: Need an operator ".depend", line 21717: Need an operator ".depend", line 21718: Need an operator ".depend", line 21720: Need an operator ".depend", line 21723: Need an operator ".depend", line 21724: Need an operator ".depend", line 21725: Need an operator ".depend", line 21730: Need an operator ".depend", line 21731: Need an operator ".depend", line 21732: Need an operator ".depend", line 21733: Need an operator make: fatal errors encountered -- cannot continue *** Error code 1 1 error *** Error code 2 1 error -- Sincerely, Yousef Raffah Senior Systems Administrator -- Aren't you using Firefox? Get it at http://www.getfirefox.com --=-DjdQp+jxl1GA/MktgboK Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQBEauGWH9IXMb4e6CMRAjJAAJ46vvFm2FzApBC0ISi/mpqixn6NGACfcqqt 5f8fTGYL3qaxe0ouPfyaGqo= =/gji -----END PGP SIGNATURE----- --=-DjdQp+jxl1GA/MktgboK-- From owner-freebsd-stable@FreeBSD.ORG Wed May 17 10:23:06 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39C3E16A404; Wed, 17 May 2006 10:23:06 +0000 (UTC) (envelope-from dmitry@atlantis.dp.ua) Received: from postman.atlantis.dp.ua (postman.atlantis.dp.ua [193.108.47.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5099E43D49; Wed, 17 May 2006 10:23:04 +0000 (GMT) (envelope-from dmitry@atlantis.dp.ua) Received: from smtp.atlantis.dp.ua (smtp.atlantis.dp.ua [193.108.46.231]) by postman.atlantis.dp.ua (8.13.1/8.13.1) with ESMTP id k4HAMxS3045205; Wed, 17 May 2006 13:22:59 +0300 (EEST) (envelope-from dmitry@atlantis.dp.ua) Date: Wed, 17 May 2006 13:22:59 +0300 (EEST) From: Dmitry Pryanishnikov To: Colin Percival In-Reply-To: <446A0608.10608@freebsd.org> Message-ID: <20060517130629.T64952@atlantis.atlantis.dp.ua> References: <200605160135.TAA04838@lariat.net> <57d710000605151942p2461338au561269fc5937aee7@mail.gmail.com> <7.0.1.0.2.20060515225038.08d72690@lariat.org> <446981CD.5000309@gmail.com> <4469C668.2060807@rerowe.com> <7.0.1.0.2.20060516104907.08788ad8@lariat.org> <446A0608.10608@freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Brett Glass , stable@freebsd.org Subject: Re: 4.11 snapshots? 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, 17 May 2006 10:23:06 -0000 Hello! On Tue, 16 May 2006, Colin Percival wrote: > Personally, since FreeBSD 4.11 will reach its EoL about 8 months > from now, and the 4.x->[56].x upgrade path is non-trivial, I > recommend installing FreeBSD 6.1 instead. Well, have you seen my simple performance benchmarking RELENG_4 vs 6? IMHO it mimics quote common usage pattern: it just downloads a large file with 10Mbps rate and stores it on UFS filesystem. On the same hardware (i386 uniprocessor Celeron-333 system with 128Mb RAM and fast SAMSUNG SP0802N HDD using UDMA33) under the same conditions, using more optimal config (INVARIANTS removed) RELENG_6 (and 5) _still_ uses >= 50% of CPU time for (Intr+Sys), while RELENG_4 doesn't use more than 28% for them. So (unless this performance difference will be minimized) I predict _a lot_ of requests to extend RELENG_4 support further, because people just couldn't afford 4->6 upgrade due to a loss of performance. > Colin Percival Sincerely, Dmitry -- Atlantis ISP, System Administrator e-mail: dmitry@atlantis.dp.ua nic-hdl: LYNX-RIPE From owner-freebsd-stable@FreeBSD.ORG Wed May 17 10:37:50 2006 Return-Path: X-Original-To: freebsd-stable@FreeBSD.org Delivered-To: freebsd-stable@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5F8316A401 for ; Wed, 17 May 2006 10:37:50 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A8C543D48 for ; Wed, 17 May 2006 10:37:50 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id D8E9F46C5D; Wed, 17 May 2006 06:37:49 -0400 (EDT) Date: Wed, 17 May 2006 11:37:49 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Max Khon In-Reply-To: <20060509111924.GD64148@samodelkin.net> Message-ID: <20060517113507.W49041@fledge.watson.org> References: <27148.1144030940@sss.pgh.pa.us> <20060402232832.M947@ganymede.hub.org> <20060402234459.Y947@ganymede.hub.org> <27417.1144033691@sss.pgh.pa.us> <20060403164139.D36756@fledge.watson.org> <14654.1144082224@sss.pgh.pa.us> <20060403194251.GF4474@ns.snowman.net> <20060403233540.D76562@fledge.watson.org> <20060403225145.GI4474@ns.snowman.net> <20060403235222.W76562@fledge.watson.org> <20060509111924.GD64148@samodelkin.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Stephen Frost , freebsd-stable@FreeBSD.org, pgsql-hackers@postgresql.org, "Marc G. Fournier" , Kris Kennaway , Tom Lane Subject: Re: [HACKERS] semaphore usage "port based"? 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, 17 May 2006 10:37:50 -0000 On Tue, 9 May 2006, Max Khon wrote: >> Yes, there seems to be an awful lot of noise being made about the fact that >> the system does, in fact, work exactly as documented, and that the >> configuration being complained about is one that is specifically documented >> as being unsupported and undesirable. >> >> As commented elsewhere in this thread, currently, there is no >> virtualization support for System V IPC in the FreeBSD Jail implementation. >> That may change if/when someone implements it. Until it's implemented, it >> isn't going to be there, and the system won't behave as though it's there >> no matter how much jumping up and down is done. > > sysvipc has been implemented once, but it has been decided that it adds > unnecessary bloat. That's sad. I'm not sure I follow the reasoning behind this statement. Could you direct me to the implementation, and at the specific claim that it adds unnecessary bloat? As far as I know, no implementation of jail support for system v ipc has ever been rejected on the basis that it adds bloat -- all discussion about it has centered on the fact that it is, in fact, a very difficult technical problem to solve, which requires careful consideration of the approach and tradeoffs, and that that careful consideration has not yet bene done. Robert N M Watson From owner-freebsd-stable@FreeBSD.ORG Wed May 17 11:10:16 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5649016A400 for ; Wed, 17 May 2006 11:10:16 +0000 (UTC) (envelope-from dennis.melentyev@gmail.com) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 694B043D48 for ; Wed, 17 May 2006 11:10:15 +0000 (GMT) (envelope-from dennis.melentyev@gmail.com) Received: by wx-out-0102.google.com with SMTP id i30so144821wxd for ; Wed, 17 May 2006 04:10:14 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=ItwGZlC7TGhfuM8vaN7HDWCQdTMno/EmxRRn/354msO0lx61k+CNz1vq1VUh5RCpRtKpumMi949AA/3vCcFSi63eEtjPbHZ1i+/PWQH/63RhbSoqGoTYliUCScG1gpAnpfcAUOhYTxhNNoPw+4D6CHRBhx2ZFpO3/YErJNIGLiw= Received: by 10.70.73.8 with SMTP id v8mr702560wxa; Wed, 17 May 2006 04:10:14 -0700 (PDT) Received: by 10.70.49.8 with HTTP; Wed, 17 May 2006 04:10:14 -0700 (PDT) Message-ID: Date: Wed, 17 May 2006 14:10:14 +0300 From: "Dennis Melentyev" To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_121233_30668399.1147864214496" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: 6.1 and USB: problems with mounting SonyEricsson K750 flash 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, 17 May 2006 11:10:16 -0000 ------=_Part_121233_30668399.1147864214496 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: base64 Content-Disposition: inline SGkgQWxsIQoKSSd2ZSBnb3QgYSBwcm9ibGVtIHdpdGggbW91bnRpbmcgU29ueUVyaWNzc29uIEs3 NTAgZmxhc2ggY2FyZDoKNi4xIGlzIG5vdCBzdGFiaWx5IG1vdW50aW5nL3JlY29nbml6aW5nIGRl dmljZSwgYW5kLCBhZnRlciBzZXZlcmFsIHRyaWVzCmVuZGVkIHVwIGluIGNyZWF0aW5nIFRXTyBJ REVOVElDQUwgZGV2aWNlIG5vZGVzIGluIC9kZXYhISEKCkhhcyBhbnlvbmUgYW55IHN1Z2dlc3Rp b24gb24gaG93IHRvIHJlc29sdmUgc3VjaCBhIHByb2JsZW0/CgpIZXJlIGlzIGtpbmQgb2YgbXkg YWN0aW9ucyBsb2c6CkFmdGVyIGNvbm5lY3RpbmcgdGhlIGNhYmxlLCBnb3QgdGhpcyBpbiBjb25z b2xlOgp1bWFzczA6IFNvbnkgRXJpY3Nzb24gU29ueSBFcmljc3NvbiBLNzUwLCByZXYgMi4wMC8w LjAwLCBhZGRyIDIKZGEwIGF0IHVtYXNzLXNpbTAgYnVzIDAgdGFyZ2V0IDAgbHVuIDAKZGEwOiA8 U29ueSBFcmkgTWVtb3J5IFN0aWNrIDAwMDA+IFJlbW92YWJsZSBEaXJlY3QgQWNjZXNzIFNDU0kt MCBkZXZpY2UKZGEwOiAxLjAwME1CL3MgdHJhbnNmZXJzCmRhMDogMTkwMk1CICgzODk1Mjk2IDUx MiBieXRlIHNlY3RvcnM6IDI1NUggNjNTL1QgMjQyQykKCnNvIGZhciBldmVyeXRoaW5nIGlzIG9r LCBleGNlcHQgdGhlIHJlcG9ydGVkIGRpc2sgc2l6ZTogaXQncyAxR2IsIG5vdCAyR2IuCgpUcnlp bmcgdG8gbW91bnQsIGdldCBhdCBjb25zb2xlOgp1bWFzczA6IEJCQiByZXNldCBmYWlsZWQsIFNU QUxMRUQKS2lsbGluZyBtb3VudCB3aXRoIF5DLgpBZnRlciBleHRyYWN0aW5nIHBsdWcgZnJvbSB0 aGUgc29ja2V0Ogp1bWFzczA6IEJCQiByZXNldCBmYWlsZWQsIFNUQUxMRUQKdW1hc3MwOiBCQkIg cmVzZXQgZmFpbGVkLCBTVEFMTEVECnVtYXNzMDogQkJCIGJ1bGstaW4gY2xlYXIgc3RhbGwgZmFp bGVkLCBTVEFMTEVECnVtYXNzMDogQkJCIGJ1bGstb3V0IGNsZWFyIHN0YWxsIGZhaWxlZCwgU1RB TExFRAp1bWFzczA6IEJCQiByZXNldCBmYWlsZWQsIFNUQUxMRUQKdW1hc3MwOiBCQkIgYnVsay1p biBjbGVhciBzdGFsbCBmYWlsZWQsIFNUQUxMRUQKdW1hc3MwOiBCQkIgYnVsay1vdXQgY2xlYXIg c3RhbGwgZmFpbGVkLCBTVEFMTEVECnVtYXNzMDogQkJCIHJlc2V0IGZhaWxlZCwgU1RBTExFRAp1 bWFzczA6IEJCQiBidWxrLWluIGNsZWFyIHN0YWxsIGZhaWxlZCwgU1RBTExFRAp1bWFzczA6IEJC QiBidWxrLW91dCBjbGVhciBzdGFsbCBmYWlsZWQsIFNUQUxMRUQKZ192ZnNfZG9uZSgpOmRhMHMx W1JFQUQob2Zmc2V0PTE2Mzg0LCBsZW5ndGg9NDA5NildZXJyb3IgPSA1CnVtYXNzMDogQkJCIHJl c2V0IGZhaWxlZCwgU1RBTExFRAp1bWFzczA6IEJCQiBidWxrLWluIGNsZWFyIHN0YWxsIGZhaWxl ZCwgU1RBTExFRAp1bWFzczA6IEJCQiBidWxrLW91dCBjbGVhciBzdGFsbCBmYWlsZWQsIFNUQUxM RUQKKGRhMDp1bWFzcy1zaW0wOjA6MDowKTogU3luY2hyb25pemUgY2FjaGUgZmFpbGVkLCBzdGF0 dXMgPT0gMHg0LCBzY3NpIHN0YXR1cwo9PSAweDAKdW1hc3MwOiBCQkIgcmVzZXQgZmFpbGVkLCBT VEFMTEVECnVtYXNzMDogQkJCIGJ1bGstaW4gY2xlYXIgc3RhbGwgZmFpbGVkLCBTVEFMTEVECnVt YXNzMDogQkJCIGJ1bGstb3V0IGNsZWFyIHN0YWxsIGZhaWxlZCwgU1RBTExFRAp1bWFzczA6IEJC QiByZXNldCBmYWlsZWQsIFNUQUxMRUQKdW1hc3MwOiBCQkIgYnVsay1pbiBjbGVhciBzdGFsbCBm YWlsZWQsIFNUQUxMRUQKdW1hc3MwOiBCQkIgYnVsay1vdXQgY2xlYXIgc3RhbGwgZmFpbGVkLCBT VEFMTEVECnVtYXNzMDogQkJCIHJlc2V0IGZhaWxlZCwgU1RBTExFRAp1bWFzczA6IEJCQiBidWxr LWluIGNsZWFyIHN0YWxsIGZhaWxlZCwgU1RBTExFRAp1bWFzczA6IGF0IHVodWIyIHBvcnQgMiAo YWRkciAyKSBkaXNjb25uZWN0ZWQKClRyeWluZyB0byBwbHVnIGl0IGJhY2sgYWdhaW4gZm9yIHNl dmVyYWwgdGltZXMsIHNvbWUgZmFpbHVyZXMgdG8gcmVjb2duaXplCnRoZSBkZXZpY2UsIGFuZCBm aW5hbGx5IGl0IHJlY29nbml6ZWQgYWdhaW4uCk1vdW50aW5nIGFnYWluLCBnb3Q6CkQtTUVMRU5U WUVWIyBtb3VudCAvbW50L2ZsYXNoLwptb3VudF9tc2Rvc2ZzOiAvZGV2L2RhMHMxOiBEZXZpY2Ug bm90IGNvbmZpZ3VyZWQKClRha2UgYSBsb29rIGF0IC9kZXYgYW5kIHN0YXJ0IGdvaW5nIG1hZCBz ZWVpbmcgdHdvIGlkZW50aWNhbCBub2RlczoKRC1NRUxFTlRZRVYjIGxsIC9kZXYvZGEwKgpjcnct ci0tLS0tICAxIHJvb3QgIG9wZXJhdG9yICAgIDAsIDExNiBNYXkgMTUgMTI6MzkgL2Rldi9kYTAK Y3J3LXItLS0tLSAgMSByb290ICBvcGVyYXRvciAgICAwLCAxMTQgTWF5IDE1IDEyOjM5IC9kZXYv ZGEwczEKY3J3LXItLS0tLSAgMSByb290ICBvcGVyYXRvciAgICAwLCAxMTQgTWF5IDE1IDEyOjM5 IC9kZXYvZGEwczEKCkQtTUVMRU5UWUVWIyBzdGF0IC9kZXYvZGEwKgo2NzE3NDE0NCAxMTYgY3J3 LXItLS0tLSAxIHJvb3Qgb3BlcmF0b3IgMTE2IDAgIk1heSAxNSAxMjozOToxNCAyMDA2IiAiTWF5 IDE1CjEyOjM5OjE0IDIwMDYiICJNYXkgMTUgMTI6Mzk6MTQgMjAwNiIgIkphbiAgMSAwMjo1OTo1 OSAxOTcwIiA0MDk2IDAgMAovZGV2L2RhMAo2NzE3NDE0NCAxMTQgY3J3LXItLS0tLSAxIHJvb3Qg b3BlcmF0b3IgMTE0IDAgIk1heSAxNSAxMjozOToxNCAyMDA2IiAiTWF5IDE1CjEyOjM5OjE0IDIw MDYiICJNYXkgMTUgMTI6Mzk6MTQgMjAwNiIgIkphbiAgMSAwMjo1OTo1OSAxOTcwIiA0MDk2IDAg MAovZGV2L2RhMHMxCjY3MTc0MTQ0IDExNCBjcnctci0tLS0tIDEgcm9vdCBvcGVyYXRvciAxMTQg MCAiTWF5IDE1IDEyOjM5OjE0IDIwMDYiICJNYXkgMTUKMTI6Mzk6MTQgMjAwNiIgIk1heSAxNSAx MjozOToxNCAyMDA2IiAiSmFuICAxIDAyOjU5OjU5IDE5NzAiIDQwOTYgMCAwCi9kZXYvZGEwczEK ClRoZSBmaWxlIG5hbWVzIGFyZSBhYnNvbHV0ZWx5IGlkZW50aWNhbCEhIQpELU1FTEVOVFlFViMg ZmluZCAvZGV2IC1uYW1lICJkYTAqIiAtcHJpbnQwIHwgaGQKMDAwMDAwMDAgIDJmIDY0IDY1IDc2 IDJmIDY0IDYxIDMwICA3MyAzMSAwMCAyZiA2NCA2NSA3NiAyZgp8L2Rldi9kYTBzMS4vZGV2L3wK MDAwMDAwMTAgIDY0IDYxIDMwIDAwIDJmIDY0IDY1IDc2ICAyZiA2NCA2MSAzMCA3MyAzMSAwMAp8 ZGEwLi9kZXYvZGEwczEufAoKQW55IGlkZWFzPyBXaGF0IGNvdWxkIEkgaW5jbHVkZSBpbiBQUiBh cGFydCBmcm9tIGluZm8gaW4gdGhpcyBtZXNzYWdlPwpQUy4gNi4xLVJDMSB3b3JrZWQgZmluZQpQ UFMuIHVuYW1lIC1hCkZyZWVCU0QgRC1NRUxFTlRZRVYuSE9NRSA2LjEtU1RBQkxFIEZyZWVCU0Qg Ni4xLVNUQUJMRSAjMjogV2VkIE1heSAxMAoxNTowODowNSBFRVNUIDIwMDYgICAgIHJvb3RARC1N RUxFTlRZRVYuSE9NRTovdXNyL29iai91c3Ivc3JjL3N5cy9HRU5FUklDCmkzODYKY3ZzdXAnZWQg b24gTWF5IDEwdGggc2V2ZXJhbCBob3VycyBiZWZvcmUgcmVidWlsZGluZyBldmVyeXRoaW5nLgot LSAKRGVubmlzIE1lbGVudHlldgo= ------=_Part_121233_30668399.1147864214496 Content-Type: application/octet-stream; name=console.log Content-Transfer-Encoding: 7bit X-Attachment-Id: f_enbknmpo Content-Disposition: attachment; filename="console.log" Console log for D-MELENTYEV.HOME umass0: Sony Ericsson Sony Ericsson K750, rev 2.00/0.00, addr 2 da0 at umass-sim0 bus 0 target 0 lun 0 da0: Removable Direct Access SCSI-0 device da0: 1.000MB/s transfers da0: Attempt to query device size failed: NOT READY, Medium not present (da0:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 (da0:umass-sim0:0:0:0): CAM Status: SCSI Status Error (da0:umass-sim0:0:0:0): SCSI Status: Check Condition (da0:umass-sim0:0:0:0): NOT READY asc:3a,0 (da0:umass-sim0:0:0:0): Medium not present (da0:umass-sim0:0:0:0): Unretryable error Opened disk da0 -> 6 (da0:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 (da0:umass-sim0:0:0:0): CAM Status: SCSI Status Error (da0:umass-sim0:0:0:0): SCSI Status: Check Condition (da0:umass-sim0:0:0:0): NOT READY asc:3a,0 (da0:umass-sim0:0:0:0): Medium not present (da0:umass-sim0:0:0:0): Unretryable error Opened disk da0 -> 6 (da0:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 (da0:umass-sim0:0:0:0): CAM Status: SCSI Status Error (da0:umass-sim0:0:0:0): SCSI Status: Check Condition (da0:umass-sim0:0:0:0): NOT READY asc:3a,0 (da0:umass-sim0:0:0:0): Medium not present (da0:umass-sim0:0:0:0): Unretryable error Opened disk da0 -> 6 May 17 13:15:22 D-MELENTYEV su: dennis to root on /dev/ttyp1 umass0: at uhub2 port 2 (addr 2) disconnected (da0:umass-sim0:0:0:0): lost device (da0:umass-sim0:0:0:0): removing device entry umass0: detached umass0: Sony Ericsson Sony Ericsson K750, rev 2.00/0.00, addr 2 da0 at umass-sim0 bus 0 target 0 lun 0 da0: Removable Direct Access SCSI-0 device da0: 1.000MB/s transfers da0: Attempt to query device size failed: NOT READY, Medium not present (da0:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 (da0:umass-sim0:0:0:0): CAM Status: SCSI Status Error (da0:umass-sim0:0:0:0): SCSI Status: Check Condition (da0:umass-sim0:0:0:0): NOT READY asc:3a,0 (da0:umass-sim0:0:0:0): Medium not present (da0:umass-sim0:0:0:0): Unretryable error Opened disk da0 -> 6 (da0:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 (da0:umass-sim0:0:0:0): CAM Status: SCSI Status Error (da0:umass-sim0:0:0:0): SCSI Status: Check Condition (da0:umass-sim0:0:0:0): NOT READY asc:3a,0 (da0:umass-sim0:0:0:0): Medium not present (da0:umass-sim0:0:0:0): Unretryable error Opened disk da0 -> 6 (da0:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 (da0:umass-sim0:0:0:0): CAM Status: SCSI Status Error (da0:umass-sim0:0:0:0): SCSI Status: Check Condition (da0:umass-sim0:0:0:0): NOT READY asc:3a,0 (da0:umass-sim0:0:0:0): Medium not present (da0:umass-sim0:0:0:0): Unretryable error Opened disk da0 -> 6 umass0: at uhub2 port 1 (addr 2) disconnected (da0:umass-sim0:0:0:0): lost device (da0:umass-sim0:0:0:0): removing device entry umass0: detached umass0: Sony Ericsson Sony Ericsson K750, rev 2.00/0.00, addr 2 da0 at umass-sim0 bus 0 target 0 lun 0 da0: Removable Direct Access SCSI-0 device da0: 1.000MB/s transfers da0: Attempt to query device size failed: NOT READY, Medium not present (da0:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 (da0:umass-sim0:0:0:0): CAM Status: SCSI Status Error (da0:umass-sim0:0:0:0): SCSI Status: Check Condition (da0:umass-sim0:0:0:0): NOT READY asc:3a,0 (da0:umass-sim0:0:0:0): Medium not present (da0:umass-sim0:0:0:0): Unretryable error Opened disk da0 -> 6 (da0:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 (da0:umass-sim0:0:0:0): CAM Status: SCSI Status Error (da0:umass-sim0:0:0:0): SCSI Status: Check Condition (da0:umass-sim0:0:0:0): NOT READY asc:3a,0 (da0:umass-sim0:0:0:0): Medium not present (da0:umass-sim0:0:0:0): Unretryable error Opened disk da0 -> 6 (da0:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 (da0:umass-sim0:0:0:0): CAM Status: SCSI Status Error (da0:umass-sim0:0:0:0): SCSI Status: Check Condition (da0:umass-sim0:0:0:0): NOT READY asc:3a,0 (da0:umass-sim0:0:0:0): Medium not present (da0:umass-sim0:0:0:0): Unretryable error Opened disk da0 -> 6 May 17 13:16:08 D-MELENTYEV su: dennis to root on /dev/ttyp1 umass0: at uhub2 port 2 (addr 2) disconnected (da0:umass-sim0:0:0:0): lost device (da0:umass-sim0:0:0:0): removing device entry umass0: detached umass0: Sony Ericsson Sony Ericsson K750, rev 2.00/0.00, addr 2 da0 at umass-sim0 bus 0 target 0 lun 0 da0: Removable Direct Access SCSI-0 device da0: 1.000MB/s transfers da0: 1902MB (3895296 512 byte sectors: 255H 63S/T 242C) umass0: BBB reset failed, STALLED umass0: BBB reset failed, STALLED umass0: BBB reset failed, STALLED umass0: BBB bulk-in clear stall failed, STALLED umass0: BBB bulk-out clear stall failed, STALLED umass0: BBB reset failed, STALLED umass0: BBB bulk-in clear stall failed, STALLED umass0: BBB bulk-out clear stall failed, STALLED umass0: BBB reset failed, STALLED umass0: BBB bulk-in clear stall failed, STALLED umass0: BBB bulk-out clear stall failed, STALLED g_vfs_done():da0s1[READ(offset=16384, length=4096)]error = 5 umass0: BBB reset failed, STALLED umass0: BBB bulk-in clear stall failed, STALLED umass0: BBB bulk-out clear stall failed, STALLED (da0:umass-sim0:0:0:0): Synchronize cache failed, status == 0x4, scsi status == 0x0 umass0: BBB reset failed, STALLED umass0: BBB bulk-in clear stall failed, STALLED umass0: BBB bulk-out clear stall failed, STALLED umass0: BBB reset failed, STALLED umass0: BBB bulk-in clear stall failed, STALLED umass0: BBB bulk-out clear stall failed, STALLED umass0: BBB reset failed, STALLED umass0: BBB bulk-in clear stall failed, STALLED umass0: at uhub2 port 2 (addr 2) disconnected (da0:umass-sim0:0:0:0): lost device (da0:dead_sim0:0:0:0): removing device entry Opened disk da0 -> 22 umass0: detached umass0: Sony Ericsson Sony Ericsson K750, rev 2.00/0.00, addr 2 da0 at umass-sim0 bus 0 target 0 lun 0 da0: Removable Direct Access SCSI-0 device da0: 1.000MB/s transfers da0: Attempt to query device size failed: NOT READY, Medium not present (da0:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 (da0:umass-sim0:0:0:0): CAM Status: SCSI Status Error (da0:umass-sim0:0:0:0): SCSI Status: Check Condition (da0:umass-sim0:0:0:0): NOT READY asc:3a,0 (da0:umass-sim0:0:0:0): Medium not present (da0:umass-sim0:0:0:0): Unretryable error Opened disk da0 -> 6 (da0:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 (da0:umass-sim0:0:0:0): CAM Status: SCSI Status Error (da0:umass-sim0:0:0:0): SCSI Status: Check Condition (da0:umass-sim0:0:0:0): NOT READY asc:3a,0 (da0:umass-sim0:0:0:0): Medium not present (da0:umass-sim0:0:0:0): Unretryable error Opened disk da0 -> 6 (da0:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 (da0:umass-sim0:0:0:0): CAM Status: SCSI Status Error (da0:umass-sim0:0:0:0): SCSI Status: Check Condition (da0:umass-sim0:0:0:0): NOT READY asc:3a,0 (da0:umass-sim0:0:0:0): Medium not present (da0:umass-sim0:0:0:0): Unretryable error Opened disk da0 -> 6 umass0: at uhub2 port 2 (addr 2) disconnected (da0:umass-sim0:0:0:0): lost device (da0:umass-sim0:0:0:0): removing device entry umass0: detached umass0: Sony Ericsson Sony Ericsson K750, rev 2.00/0.00, addr 2 da0 at umass-sim0 bus 0 target 0 lun 0 da0: Removable Direct Access SCSI-0 device da0: 1.000MB/s transfers da0: Attempt to query device size failed: NOT READY, Medium not present (da0:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 (da0:umass-sim0:0:0:0): CAM Status: SCSI Status Error (da0:umass-sim0:0:0:0): SCSI Status: Check Condition (da0:umass-sim0:0:0:0): NOT READY asc:3a,0 (da0:umass-sim0:0:0:0): Medium not present (da0:umass-sim0:0:0:0): Unretryable error Opened disk da0 -> 6 (da0:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 (da0:umass-sim0:0:0:0): CAM Status: SCSI Status Error (da0:umass-sim0:0:0:0): SCSI Status: Check Condition (da0:umass-sim0:0:0:0): NOT READY asc:3a,0 (da0:umass-sim0:0:0:0): Medium not present (da0:umass-sim0:0:0:0): Unretryable error Opened disk da0 -> 6 (da0:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 (da0:umass-sim0:0:0:0): CAM Status: SCSI Status Error (da0:umass-sim0:0:0:0): SCSI Status: Check Condition (da0:umass-sim0:0:0:0): NOT READY asc:3a,0 (da0:umass-sim0:0:0:0): Medium not present (da0:umass-sim0:0:0:0): Unretryable error Opened disk da0 -> 6 umass0: at uhub2 port 2 (addr 2) disconnected (da0:umass-sim0:0:0:0): lost device (da0:umass-sim0:0:0:0): removing device entry umass0: detached umass0: Sony Ericsson Sony Ericsson K750, rev 2.00/0.00, addr 2 da0 at umass-sim0 bus 0 target 0 lun 0 da0: Removable Direct Access SCSI-0 device da0: 1.000MB/s transfers da0: Attempt to query device size failed: NOT READY, Medium not present (da0:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 (da0:umass-sim0:0:0:0): CAM Status: SCSI Status Error (da0:umass-sim0:0:0:0): SCSI Status: Check Condition (da0:umass-sim0:0:0:0): NOT READY asc:3a,0 (da0:umass-sim0:0:0:0): Medium not present (da0:umass-sim0:0:0:0): Unretryable error Opened disk da0 -> 6 (da0:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 (da0:umass-sim0:0:0:0): CAM Status: SCSI Status Error (da0:umass-sim0:0:0:0): SCSI Status: Check Condition (da0:umass-sim0:0:0:0): NOT READY asc:3a,0 (da0:umass-sim0:0:0:0): Medium not present (da0:umass-sim0:0:0:0): Unretryable error Opened disk da0 -> 6 (da0:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 (da0:umass-sim0:0:0:0): CAM Status: SCSI Status Error (da0:umass-sim0:0:0:0): SCSI Status: Check Condition (da0:umass-sim0:0:0:0): NOT READY asc:3a,0 (da0:umass-sim0:0:0:0): Medium not present (da0:umass-sim0:0:0:0): Unretryable error Opened disk da0 -> 6 umass0: at uhub2 port 2 (addr 2) disconnected (da0:umass-sim0:0:0:0): lost device (da0:umass-sim0:0:0:0): removing device entry umass0: detached umass0: Sony Ericsson Sony Ericsson K750, rev 2.00/0.00, addr 2 da0 at umass-sim0 bus 0 target 0 lun 0 da0: Removable Direct Access SCSI-0 device da0: 1.000MB/s transfers da0: 1902MB (3895296 512 byte sectors: 255H 63S/T 242C) umass-sim0:0:0:0): Medium not present (da0:umass-sim0:0:0:0): Unretryable error Opened disk da0 -> 6 (da0:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 (da0:umass-sim0:0:0:0): CAM Status: SCSI Status Error (da0:umass-sim0:0:0:0): SCSI Status: Check Condition (da0:umass-sim0:0:0:0): NOT READY asc:3a,0 (da0:umass-sim0:0:0:0): Medium not present (da0:umass-sim0:0:0:0): Unretryable error Opened disk da0 -> 6 May 17 13:15:22 D-MELENTYEV su: dennis to root on /dev/ttyp1 umass0: at uhub2 port 2 (addr 2) disconnected (da0:umass-sim0:0:0:0): lost device (da0:umass-sim0:0:0:0): removing device entry umass0: detached umass0: Sony Ericsson Sony Ericsson K750, rev 2.00/0.00, addr 2 da0 at umass-sim0 bus 0 target 0 lun 0 da0: Removable Direct Access SCSI-0 device da0: 1.000MB/s transfers da0: Attempt to query device size failed: NOT READY, Medium not present (da0:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 (da0:umass-sim0:0:0:0): CAM Status: SCSI Status Error (da0:umass-sim0:0:0:0): SCSI Status: Check Condition (da0:umass-sim0:0:0:0): NOT READY asc:3a,0 (da0:umass-sim0:0:0:0): Medium not present (da0:umass-sim0:0:0:0): Unretryable error Opened disk da0 -> 6 (da0:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 (da0:umass-sim0:0:0:0): CAM Status: SCSI Status Error (da0:umass-sim0:0:0:0): SCSI Status: Check Condition (da0:umass-sim0:0:0:0): NOT READY asc:3a,0 (da0:umass-sim0:0:0:0): Medium not present (da0:umass-sim0:0:0:0): Unretryable error Opened disk da0 -> 6 (da0:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 (da0:umass-sim0:0:0:0): CAM Status: SCSI Status Error (da0:umass-sim0:0:0:0): SCSI Status: Check Condition (da0:umass-sim0:0:0:0): NOT READY asc:3a,0 (da0:umass-sim0:0:0:0): Medium not present (da0:umass-sim0:0:0:0): Unretryable error Opened disk da0 -> 6 umass0: at uhub2 port 1 (addr 2) disconnected (da0:umass-sim0:0:0:0): lost device (da0:umass-sim0:0:0:0): removing device entry umass0: detached umass0: Sony Ericsson Sony Ericsson K750, rev 2.00/0.00, addr 2 da0 at umass-sim0 bus 0 target 0 lun 0 da0: Removable Direct Access SCSI-0 device da0: 1.000MB/s transfers da0: Attempt to query device size failed: NOT READY, Medium not present (da0:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 (da0:umass-sim0:0:0:0): CAM Status: SCSI Status Error (da0:umass-sim0:0:0:0): SCSI Status: Check Condition (da0:umass-sim0:0:0:0): NOT READY asc:3a,0 (da0:umass-sim0:0:0:0): Medium not present (da0:umass-sim0:0:0:0): Unretryable error Opened disk da0 -> 6 (da0:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 (da0:umass-sim0:0:0:0): CAM Status: SCSI Status Error (da0:umass-sim0:0:0:0): SCSI Status: Check Condition (da0:umass-sim0:0:0:0): NOT READY asc:3a,0 (da0:umass-sim0:0:0:0): Medium not present (da0:umass-sim0:0:0:0): Unretryable error Opened disk da0 -> 6 (da0:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 (da0:umass-sim0:0:0:0): CAM Status: SCSI Status Error (da0:umass-sim0:0:0:0): SCSI Status: Check Condition (da0:umass-sim0:0:0:0): NOT READY asc:3a,0 (da0:umass-sim0:0:0:0): Medium not present (da0:umass-sim0:0:0:0): Unretryable error Opened disk da0 -> 6 May 17 13:16:08 D-MELENTYEV su: dennis to root on /dev/ttyp1 umass0: at uhub2 port 2 (addr 2) disconnected (da0:umass-sim0:0:0:0): lost device (da0:umass-sim0:0:0:0): removing device entry umass0: detached umass0: Sony Ericsson Sony Ericsson K750, rev 2.00/0.00, addr 2 da0 at umass-sim0 bus 0 target 0 lun 0 da0: Removable Direct Access SCSI-0 device da0: 1.000MB/s transfers da0: 1902MB (3895296 512 byte sectors: 255H 63S/T 242C) umass0: BBB reset failed, STALLED umass0: BBB reset failed, STALLED umass0: BBB reset failed, STALLED umass0: BBB bulk-in clear stall failed, STALLED umass0: BBB bulk-out clear stall failed, STALLED umass0: BBB reset failed, STALLED umass0: BBB bulk-in clear stall failed, STALLED umass0: BBB bulk-out clear stall failed, STALLED umass0: BBB reset failed, STALLED umass0: BBB bulk-in clear stall failed, STALLED umass0: BBB bulk-out clear stall failed, STALLED g_vfs_done():da0s1[READ(offset=16384, length=4096)]error = 5 umass0: BBB reset failed, STALLED umass0: BBB bulk-in clear stall failed, STALLED umass0: BBB bulk-out clear stall failed, STALLED (da0:umass-sim0:0:0:0): Synchronize cache failed, status == 0x4, scsi status == 0x0 umass0: BBB reset failed, STALLED umass0: BBB bulk-in clear stall failed, STALLED umass0: BBB bulk-out clear stall failed, STALLED umass0: BBB reset failed, STALLED umass0: BBB bulk-in clear stall failed, STALLED umass0: BBB bulk-out clear stall failed, STALLED umass0: BBB reset failed, STALLED umass0: BBB bulk-in clear stall failed, STALLED umass0: at uhub2 port 2 (addr 2) disconnected (da0:umass-sim0:0:0:0): lost device (da0:dead_sim0:0:0:0): removing device entry Opened disk da0 -> 22 umass0: detached umass0: Sony Ericsson Sony Ericsson K750, rev 2.00/0.00, addr 2 da0 at umass-sim0 bus 0 target 0 lun 0 da0: Removable Direct Access SCSI-0 device da0: 1.000MB/s transfers da0: Attempt to query device size failed: NOT READY, Medium not present (da0:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 (da0:umass-sim0:0:0:0): CAM Status: SCSI Status Error (da0:umass-sim0:0:0:0): SCSI Status: Check Condition (da0:umass-sim0:0:0:0): NOT READY asc:3a,0 (da0:umass-sim0:0:0:0): Medium not present (da0:umass-sim0:0:0:0): Unretryable error Opened disk da0 -> 6 (da0:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 (da0:umass-sim0:0:0:0): CAM Status: SCSI Status Error (da0:umass-sim0:0:0:0): SCSI Status: Check Condition (da0:umass-sim0:0:0:0): NOT READY asc:3a,0 (da0:umass-sim0:0:0:0): Medium not present (da0:umass-sim0:0:0:0): Unretryable error Opened disk da0 -> 6 (da0:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 (da0:umass-sim0:0:0:0): CAM Status: SCSI Status Error (da0:umass-sim0:0:0:0): SCSI Status: Check Condition (da0:umass-sim0:0:0:0): NOT READY asc:3a,0 (da0:umass-sim0:0:0:0): Medium not present (da0:umass-sim0:0:0:0): Unretryable error Opened disk da0 -> 6 umass0: at uhub2 port 2 (addr 2) disconnected (da0:umass-sim0:0:0:0): lost device (da0:umass-sim0:0:0:0): removing device entry umass0: detached umass0: Sony Ericsson Sony Ericsson K750, rev 2.00/0.00, addr 2 da0 at umass-sim0 bus 0 target 0 lun 0 da0: Removable Direct Access SCSI-0 device da0: 1.000MB/s transfers da0: Attempt to query device size failed: NOT READY, Medium not present (da0:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 (da0:umass-sim0:0:0:0): CAM Status: SCSI Status Error (da0:umass-sim0:0:0:0): SCSI Status: Check Condition (da0:umass-sim0:0:0:0): NOT READY asc:3a,0 (da0:umass-sim0:0:0:0): Medium not present (da0:umass-sim0:0:0:0): Unretryable error Opened disk da0 -> 6 (da0:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 (da0:umass-sim0:0:0:0): CAM Status: SCSI Status Error (da0:umass-sim0:0:0:0): SCSI Status: Check Condition (da0:umass-sim0:0:0:0): NOT READY asc:3a,0 (da0:umass-sim0:0:0:0): Medium not present (da0:umass-sim0:0:0:0): Unretryable error Opened disk da0 -> 6 (da0:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 (da0:umass-sim0:0:0:0): CAM Status: SCSI Status Error (da0:umass-sim0:0:0:0): SCSI Status: Check Condition (da0:umass-sim0:0:0:0): NOT READY asc:3a,0 (da0:umass-sim0:0:0:0): Medium not present (da0:umass-sim0:0:0:0): Unretryable error Opened disk da0 -> 6 umass0: at uhub2 port 2 (addr 2) disconnected (da0:umass-sim0:0:0:0): lost device (da0:umass-sim0:0:0:0): removing device entry umass0: detached umass0: Sony Ericsson Sony Ericsson K750, rev 2.00/0.00, addr 2 da0 at umass-sim0 bus 0 target 0 lun 0 da0: Removable Direct Access SCSI-0 device da0: 1.000MB/s transfers da0: Attempt to query device size failed: NOT READY, Medium not present (da0:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 (da0:umass-sim0:0:0:0): CAM Status: SCSI Status Error (da0:umass-sim0:0:0:0): SCSI Status: Check Condition (da0:umass-sim0:0:0:0): NOT READY asc:3a,0 (da0:umass-sim0:0:0:0): Medium not present (da0:umass-sim0:0:0:0): Unretryable error Opened disk da0 -> 6 (da0:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 (da0:umass-sim0:0:0:0): CAM Status: SCSI Status Error (da0:umass-sim0:0:0:0): SCSI Status: Check Condition (da0:umass-sim0:0:0:0): NOT READY asc:3a,0 (da0:umass-sim0:0:0:0): Medium not present (da0:umass-sim0:0:0:0): Unretryable error Opened disk da0 -> 6 (da0:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 (da0:umass-sim0:0:0:0): CAM Status: SCSI Status Error (da0:umass-sim0:0:0:0): SCSI Status: Check Condition (da0:umass-sim0:0:0:0): NOT READY asc:3a,0 (da0:umass-sim0:0:0:0): Medium not present (da0:umass-sim0:0:0:0): Unretryable error Opened disk da0 -> 6 umass0: at uhub2 port 2 (addr 2) disconnected (da0:umass-sim0:0:0:0): lost device (da0:umass-sim0:0:0:0): removing device entry umass0: detached umass0: Sony Ericsson Sony Ericsson K750, rev 2.00/0.00, addr 2 da0 at umass-sim0 bus 0 target 0 lun 0 da0: Removable Direct Access SCSI-0 device da0: 1.000MB/s transfers da0: 1902MB (3895296 512 byte sectors: 255H 63S/T 242C) ------=_Part_121233_30668399.1147864214496-- From owner-freebsd-stable@FreeBSD.ORG Wed May 17 11:37:28 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F19616A409; Wed, 17 May 2006 11:37:28 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from tensor.andric.com (tensor.andric.com [213.154.244.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE8B743D49; Wed, 17 May 2006 11:37:27 +0000 (GMT) (envelope-from dimitry@andric.com) Received: from [192.168.0.3] (kilgore.lan.dim [192.168.0.3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTP id 53836B80C; Wed, 17 May 2006 13:37:25 +0200 (CEST) Message-ID: <446B0AF3.1070302@andric.com> Date: Wed, 17 May 2006 13:37:23 +0200 From: Dimitry Andric User-Agent: Thunderbird 2.0a1 (Windows/20060508) MIME-Version: 1.0 To: Dmitry Pryanishnikov References: <200605160135.TAA04838@lariat.net> <57d710000605151942p2461338au561269fc5937aee7@mail.gmail.com> <7.0.1.0.2.20060515225038.08d72690@lariat.org> <446981CD.5000309@gmail.com> <4469C668.2060807@rerowe.com> <7.0.1.0.2.20060516104907.08788ad8@lariat.org> <446A0608.10608@freebsd.org> <20060517130629.T64952@atlantis.atlantis.dp.ua> In-Reply-To: <20060517130629.T64952@atlantis.atlantis.dp.ua> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Brett Glass , stable@freebsd.org, Colin Percival Subject: Re: 4.11 snapshots? 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, 17 May 2006 11:37:28 -0000 Dmitry Pryanishnikov wrote: > Well, have you seen my simple performance benchmarking RELENG_4 vs 6? > IMHO it mimics quote common usage pattern: it just downloads a large file > with 10Mbps rate and stores it on UFS filesystem. On the same hardware > (i386 uniprocessor Celeron-333 system with 128Mb RAM and fast SAMSUNG > SP0802N > HDD using UDMA33) under the same conditions, using more optimal config > (INVARIANTS removed) RELENG_6 (and 5) _still_ uses >= 50% of CPU time > for (Intr+Sys), while RELENG_4 doesn't use more than 28% for them. Just as a test for RELENG_6, could you try setting kern.hz="100" in your loader.conf, and repeating your tests? I'm just guessing, but maybe the higher interrupt rate is a bit too much for an old Celeron... :) Cheers, Dimitry From owner-freebsd-stable@FreeBSD.ORG Wed May 17 11:42:27 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DB9716A552 for ; Wed, 17 May 2006 11:42:27 +0000 (UTC) (envelope-from victor@olencom.ru) Received: from ns.olencom.ru (ws71.olencom.ru [195.91.162.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A2FA43D48 for ; Wed, 17 May 2006 11:42:24 +0000 (GMT) (envelope-from victor@olencom.ru) Received: from laptop (host7.home.net [192.168.0.7] (may be forged)) (authenticated bits=0) by ns.olencom.ru (8.13.4/8.13.4) with ESMTP id k4HBgR3N047502 for ; Wed, 17 May 2006 15:42:27 +0400 (MSD) (envelope-from victor@olencom.ru) From: "Victor Sherstniov" To: Date: Wed, 17 May 2006 15:42:21 +0400 Organization: Olencom Electronics Message-ID: <000301c679a6$f5c861c0$0700a8c0@laptop> MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 Thread-Index: AcZ5pvUNZg8sdvSmRHuXnDW/4dAZ4Q== X-SpamTest-Version: SMTP-Filter Version 2.0.0 [0125], KAS/Release X-Spamtest-Info: Pass through Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: buildworld failure in libexec.mail.local on 6.1 Release X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: victor@olencom.ru List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 11:42:33 -0000 Hello! I have this problem too. I use SMTP AUTH and I get error if I do buildworld. Do you have decision of problem? Thank you. Victor Sherstniov From owner-freebsd-stable@FreeBSD.ORG Wed May 17 11:59:48 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A976016A403 for ; Wed, 17 May 2006 11:59:48 +0000 (UTC) (envelope-from technix@mediana.net.ua) Received: from relay1-zp.express.net.ua (relay1-zp.express.net.ua [194.44.120.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36C0343D45 for ; Wed, 17 May 2006 11:59:47 +0000 (GMT) (envelope-from technix@mediana.net.ua) Received: by mail.express.net.ua (Postfix, from userid 426) id 53F817123A6; Wed, 17 May 2006 14:59:45 +0300 (EEST) Received: from localhost (unknown [80.254.7.254]) by mail.express.net.ua (Postfix) with SMTP id 8CED0712352 for ; Wed, 17 May 2006 14:59:44 +0300 (EEST) Date: Wed, 17 May 2006 14:56:40 +0300 From: Sergei Mozhaisky To: freebsd-stable@freebsd.org Message-Id: <20060517145640.369c4f1c.technix@mediana.net.ua> Organization: Mediana ISP X-Mailer: Sylpheed version 2.0.4 (GTK+ 2.8.9; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Messages from rc-scripts are not displayed at all 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, 17 May 2006 11:59:48 -0000 Hello everyone. Got a problem on FreeBSD 6.1. After kernel boot messages there are no messages from rc scripts until login prompt displayed (but rc scripts are started OK). Boot process looks like: Mounting root from /dev/ad0s1 FreeBSD/i386 (frenzy) (ttyv0) login: This bug was seen not on all computers. Currently I found 3 PC with this problem (two on AMD platform, one on Intel). Video adapters on them are also different. Any suggestions? -- .O. | Sergei Mozhaisky ..O | http://frenzy.org.ua/ OOO | http://frenzytechnix.livejournal.com/ From owner-freebsd-stable@FreeBSD.ORG Wed May 17 12:11:37 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0627516A428 for ; Wed, 17 May 2006 12:11:37 +0000 (UTC) (envelope-from victor@olencom.ru) Received: from ns.olencom.ru (ws71.olencom.ru [195.91.162.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE9EB43D49 for ; Wed, 17 May 2006 12:11:35 +0000 (GMT) (envelope-from victor@olencom.ru) Received: from laptop (host7.home.net [192.168.0.7] (may be forged)) (authenticated bits=0) by ns.olencom.ru (8.13.4/8.13.4) with ESMTP id k4HCBcnv048539 for ; Wed, 17 May 2006 16:11:38 +0400 (MSD) (envelope-from victor@olencom.ru) From: "Victor Sherstniov" To: Date: Wed, 17 May 2006 16:11:32 +0400 Organization: Olencom Electronics Message-ID: <004501c679ab$097a0d00$0700a8c0@laptop> MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 Thread-Index: AcZ5qwkkjXL9Z9FwQg+WrL5DuSnYCg== X-SpamTest-Version: SMTP-Filter Version 2.0.0 [0125], KAS/Release X-Spamtest-Info: Pass through Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: buildworld failure in libexec.mail.local on 6.1 Release X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: victor@olencom.ru List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 12:11:38 -0000 Hello! > > After running cvsup to RELENG_6_1, I started `make buildworld > KERNCONF=BEASTIE61` as per the handbook's '21.4.1 The Canonical Way to > Update Your System' > > In libexec/mail.local I get the following on stderr > /usr/obj/usr/src/tmp/usr/bin/ld: warning: libldap-2.2.so.7, needed by > /usr/local/lib/libsasl.so, not found (try using -rpath or -rpath-link) > /usr/obj/usr/src/tmp/usr/bin/ld: warning: liblber-2.2.so.7, needed by > /usr/local/lib/libsasl.so, not found (try using -rpath or -rpath-link) > /usr/local/lib/libsasl.so: undefined reference to `ldap_get_dn' > /usr/local/lib/libsasl.so: undefined reference to `ldap_unbind' > /usr/local/lib/libsasl.so: undefined reference to `ldap_first_entry' > /usr/local/lib/libsasl.so: undefined reference to `ldap_simple_bind_s' > /usr/local/lib/libsasl.so: undefined reference to `ldap_set_option' > /usr/local/lib/libsasl.so: undefined reference to `ldap_memfree' > /usr/local/lib/libsasl.so: undefined reference to `ldap_init' > /usr/local/lib/libsasl.so: undefined reference to `ldap_search_ext_s' > /usr/local/lib/libsasl.so: undefined reference to `ldap_msgfree' > > >From stdout I had > ===> libexec/mail.local (all) > cc -O2 -pipe -funroll-loops -march=pentium3m > -I/usr/src/libexec/mail.local/../../contrib/sendmail/include -I. > -I/usr/local/include/sasl1 -DSASL -c > /usr/src/libexec/mail.local/../../contrib/sendmail/mail.local/mail.local.c > cc -O2 -pipe -funroll-loops -march=pentium3m > -I/usr/src/libexec/mail.local/../../contrib/sendmail/include -I. > -I/usr/local/include/sasl1 -DSASL -L/usr/local/lib -o mail.local > mail.local.o /usr/obj/usr/src/libexec/mail.local/../../lib/libsm/libsm.a > -lsasl > *** Error code 1 >I guess you're trying to use a sendmail compiled with SMTP AUTH support. >I have the same problem here. >Even though libldap-2.2.so.7 and liblber-2.2.so.7 are in /usr/local/lib >and cc has a -L/usr/local/lib flag, ld doesn't find them. >Even putting the libraries in /usr/lib doesn't correct this error. I have this problem too. I use SMTP AUTH and I get error if I do buildworld. Do you have decision of problem? Thank you. Victor Sherstniov From owner-freebsd-stable@FreeBSD.ORG Wed May 17 13:02:19 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED4CF16A51A; Wed, 17 May 2006 13:02:19 +0000 (UTC) (envelope-from dmitry@atlantis.dp.ua) Received: from postman.atlantis.dp.ua (postman.atlantis.dp.ua [193.108.47.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id D623D43D45; Wed, 17 May 2006 13:02:16 +0000 (GMT) (envelope-from dmitry@atlantis.dp.ua) Received: from smtp.atlantis.dp.ua (smtp.atlantis.dp.ua [193.108.46.231]) by postman.atlantis.dp.ua (8.13.1/8.13.1) with ESMTP id k4HD23Le095901; Wed, 17 May 2006 16:02:03 +0300 (EEST) (envelope-from dmitry@atlantis.dp.ua) Date: Wed, 17 May 2006 16:02:03 +0300 (EEST) From: Dmitry Pryanishnikov To: Dimitry Andric In-Reply-To: <446B0AF3.1070302@andric.com> Message-ID: <20060517155437.T89154@atlantis.atlantis.dp.ua> References: <200605160135.TAA04838@lariat.net> <57d710000605151942p2461338au561269fc5937aee7@mail.gmail.com> <7.0.1.0.2.20060515225038.08d72690@lariat.org> <446981CD.5000309@gmail.com> <4469C668.2060807@rerowe.com> <7.0.1.0.2.20060516104907.08788ad8@lariat.org> <446A0608.10608@freebsd.org> <20060517130629.T64952@atlantis.atlantis.dp.ua> <446B0AF3.1070302@andric.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Brett Glass , stable@freebsd.org, Colin Percival Subject: Re: 4.11 snapshots? 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, 17 May 2006 13:02:20 -0000 Hello! On Wed, 17 May 2006, Dimitry Andric wrote: >> (INVARIANTS removed) RELENG_6 (and 5) _still_ uses >= 50% of CPU time >> for (Intr+Sys), while RELENG_4 doesn't use more than 28% for them. > > Just as a test for RELENG_6, could you try setting kern.hz="100" in your > loader.conf, and repeating your tests? I'm just guessing, but maybe the > higher interrupt rate is a bit too much for an old Celeron... :) This (setting kern.hz="100" in loader.conf) was actually the first thing that I've done in order to get fair comparison. My numbers are got with hz = 100 for every RELENG_x (x=4,5,6). > Cheers, > Dimitry Sincerely, Dmitry -- Atlantis ISP, System Administrator e-mail: dmitry@atlantis.dp.ua nic-hdl: LYNX-RIPE From owner-freebsd-stable@FreeBSD.ORG Wed May 17 13:29:35 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4503616A402 for ; Wed, 17 May 2006 13:29:35 +0000 (UTC) (envelope-from freebsd-stable-local@be-well.ilk.org) Received: from mail2.sea5.speakeasy.net (mail2.sea5.speakeasy.net [69.17.117.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E84843D6E for ; Wed, 17 May 2006 13:29:32 +0000 (GMT) (envelope-from freebsd-stable-local@be-well.ilk.org) Received: (qmail 30734 invoked from network); 17 May 2006 13:29:31 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail2.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 17 May 2006 13:29:31 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id C7B9328423; Wed, 17 May 2006 09:29:30 -0400 (EDT) To: "Chris H." References: <372C34B7-18BC-4061-99ED-8321E8109CF7@mithrandir.com> <1153080475.20060508144813@rulez.sk> <20060516230006.pm4tvifih44w8c40@webmail.1command.com> From: Lowell Gilbert Date: Wed, 17 May 2006 09:29:30 -0400 In-Reply-To: <20060516230006.pm4tvifih44w8c40@webmail.1command.com> (Chris H.'s message of "Tue, 16 May 2006 23:00:06 -0700") Message-ID: <447j4k4w5h.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-stable@freebsd.org Subject: Re: Best practices for remote upgrade? 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, 17 May 2006 13:29:35 -0000 "Chris H." writes: > Quoting Daniel Gerzo : >> Yeah, it's possible (and risky), however you will not get, for example, >> an advantages of UFS2 and so forth, because you can't upgrade from UFS >> to UFS2 without rebuilding FS. > > How can one convert their UFS to UFS2 (with, or without SSH)? Is it possible? > Or must one delete their current slices and create new (UFS2) slices? The latter. "You can't upgrade from UFS to UFS2 without rebuilding FS." From owner-freebsd-stable@FreeBSD.ORG Wed May 17 14:14:09 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0798616A439 for ; Wed, 17 May 2006 14:14:09 +0000 (UTC) (envelope-from bengta@P142.sics.se) Received: from brev.sics.se (brev.sics.se [193.10.64.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id C45BD43D45 for ; Wed, 17 May 2006 14:14:07 +0000 (GMT) (envelope-from bengta@P142.sics.se) Received: from P142.sics.se (P142.sics.se [193.10.66.253]) by brev.sics.se (8.12.8/8.12.8) with ESMTP id k4HEE2Xu006209 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 17 May 2006 16:14:02 +0200 Received: from P142.sics.se (localhost [127.0.0.1]) by P142.sics.se (8.13.6/8.13.6) with ESMTP id k4HEEfRG001783; Wed, 17 May 2006 16:14:41 +0200 (CEST) (envelope-from bengta@P142.sics.se) Received: (from bengta@localhost) by P142.sics.se (8.13.6/8.13.6/Submit) id k4HEEfVD001782; Wed, 17 May 2006 16:14:41 +0200 (CEST) (envelope-from bengta@P142.sics.se) To: "Dennis Melentyev" From: Bengt Ahlgren In-Reply-To: (Dennis Melentyev's message of "Wed, 17 May 2006 14:10:14 +0300") References: Date: Wed, 17 May 2006 16:14:40 +0200 Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by amavisd-new Cc: freebsd-stable@freebsd.org Subject: Re: 6.1 and USB: problems with mounting SonyEricsson K750 flash 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, 17 May 2006 14:14:09 -0000 Hi! "Dennis Melentyev" writes: > I've got a problem with mounting SonyEricsson K750 flash card: > 6.1 is not stabily mounting/recognizing device, and, after several tries > ended up in creating TWO IDENTICAL device nodes in /dev!!! > > Has anyone any suggestion on how to resolve such a problem? > > Here is kind of my actions log: > After connecting the cable, got this in console: > umass0: Sony Ericsson Sony Ericsson K750, rev 2.00/0.00, addr 2 > da0 at umass-sim0 bus 0 target 0 lun 0 > da0: Removable Direct Access SCSI-0 device > da0: 1.000MB/s transfers > da0: 1902MB (3895296 512 byte sectors: 255H 63S/T 242C) > > so far everything is ok, except the reported disk size: it's 1Gb, not 2Gb. I get a different error, but which could possibly be related. I am running 6.1R on a Thinkpad X40. I just thought my connectors have accumulated too much dirt, because after retrying two-three times it succeeds. But perhaps dirt is not the issue, because when it succeeds in reading the size, mounting and reading works perfectly without errors. Here is what I get about 3 times out of 4 when attaching: umass0: Sony Ericsson Sony Ericsson K750, rev 2.00/0.00, addr 2 da0 at umass-sim0 bus 0 target 0 lun 0 da0: Removable Direct Access SCSI-0 device da0: 1.000MB/s transfers da0: Attempt to query device size failed: NOT READY, Medium not present (da0:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 (da0:umass-sim0:0:0:0): CAM Status: SCSI Status Error (da0:umass-sim0:0:0:0): SCSI Status: Check Condition (da0:umass-sim0:0:0:0): NOT READY asc:3a,0 (da0:umass-sim0:0:0:0): Medium not present (da0:umass-sim0:0:0:0): Unretryable error Opened disk da0 -> 6 (da0:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 (da0:umass-sim0:0:0:0): CAM Status: SCSI Status Error (da0:umass-sim0:0:0:0): SCSI Status: Check Condition (da0:umass-sim0:0:0:0): NOT READY asc:3a,0 (da0:umass-sim0:0:0:0): Medium not present (da0:umass-sim0:0:0:0): Unretryable error Opened disk da0 -> 6 (da0:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 (da0:umass-sim0:0:0:0): CAM Status: SCSI Status Error (da0:umass-sim0:0:0:0): SCSI Status: Check Condition (da0:umass-sim0:0:0:0): NOT READY asc:3a,0 (da0:umass-sim0:0:0:0): Medium not present (da0:umass-sim0:0:0:0): Unretryable error Opened disk da0 -> 6 And, correctly when it succeeds: umass0: Sony Ericsson Sony Ericsson K750, rev 2.00/0.00, addr 2 da0 at umass-sim0 bus 0 target 0 lun 0 da0: Removable Direct Access SCSI-0 device da0: 1.000MB/s transfers da0: 61MB (126912 512 byte sectors: 64H 32S/T 61C) I am not sure when the above problems started. When my phone was new (July 2005) it worked without any problems. I was most likely running 5.4 at that time. Bengt From owner-freebsd-stable@FreeBSD.ORG Wed May 17 14:42:55 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86A2316A734; Wed, 17 May 2006 14:42:55 +0000 (UTC) (envelope-from ricardo_bsd@yahoo.com.br) Received: from maritaca.epm.br (mail.dis.epm.br [200.17.25.235]) by mx1.FreeBSD.org (Postfix) with ESMTP id F183D43D7E; Wed, 17 May 2006 14:42:38 +0000 (GMT) (envelope-from ricardo_bsd@yahoo.com.br) Received: from localhost (localhost.localdomain [127.0.0.1]) by maritaca.epm.br (Postfix) with ESMTP id 330823A68; Wed, 17 May 2006 11:42:36 -0300 (BRST) Received: from localhost (ricardo.epm.br [172.22.1.166]) by maritaca.epm.br (Postfix) with ESMTP id 4A6AB3A65; Wed, 17 May 2006 11:42:28 -0300 (BRST) Date: Wed, 17 May 2006 11:42:28 -0300 To: "Tarasov Alexey" , "freebsd-stable@freebsd.org current@freebsd.org." , freebsd-hackers@freebsd.org From: "Ricardo A. Reis" Organization: UNIFESP Content-Type: text/plain; format=flowed; delsp=yes; charset=utf-8 MIME-Version: 1.0 References: <446ABF8A.9050206@wincmd.ru> Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <446ABF8A.9050206@wincmd.ru> User-Agent: Opera Mail/9.00 (FreeBSD) UNIFESP-Virus-Scanned: by amavisd-new at dis.epm.br Cc: Subject: Re: Fwd: kldfind 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, 17 May 2006 14:42:56 -0000 > Hello Ricardo! > > I think it will be better if your utility displays short description for > each kld module (from man page for example). Hi Alexey, Thanks for all feedback's, i update kldfind for v53 in http://ricardo.epm.br/freebsd/script/kldfind/kldfind-v053, i short description is very util, i will work in integrated kldfind with section name in respective manual, for next version. changelog, v0.52: Replace exit codes and change case per ( getopts + case) v0.53: Add new option (quiet and verbose) default output is short version. Short output (default) ./kldfind-v053 -c acpi /boot/kernel/acpi_asus.ko /boot/kernel/acpi_fujitsu.ko /boot/kernel/acpi_ibm.ko /boot/kernel/acpi_panasonic.ko /boot/kernel/acpi_sony.ko /boot/kernel/acpi_toshiba.ko /boot/kernel/acpi_video.ko /boot/modules/acpi_asus.ko ./kldfind-v053 -vc acpi (verbose output) >> Search finish, 7 resultes for /boot/kernel acpi_asus acpi_fujitsu acpi_ibm acpi_panasonic acpi_sony acpi_toshiba acpi_video >> Search finish, 1 resultes for /boot/modules acpi_asus >> Search finish, 0 resultes for /usr/local/modules Quiet output, return 1 or 0 if ./kldfind-v053 -qc acpi; then echo YES;else echo NO;fi YES if ./kldfind-v053 -qc aaaaaacpi; then echo YES;else echo NO;fi NO Thanks, any comments is very util. > > Ricardo A. Reis wrote: >> >> ------- Forwarded message ------- >> From: "Ricardo A. Reis" >> To: "freebsd-stable@freebsd.org" >> Cc: >> Subject: kldfind >> Date: Tue, 16 May 2006 15:03:20 -0300 >> >> >> Hi all, >> >> >> I writed one script for find freebsd kernel modules, >> >> >> [ricardo@myfreebsd:~/kldfind] # ./kldfind >> usage: kldfind [-chs] string >> >> [ricardo@myfreebsd:~/kldfind] # ./kldfind -h >> Options: >> -c -- find all matchs for category >> -s -- string match >> >> [ricardo@myfreebsd:~/kldfind] # ./kldfind -c acpi >>>> Searching ... >> >>>> Resultes for /boot/kernel >> >> acpi_asus >> acpi_fujitsu >> acpi_ibm >> acpi_panasonic >> acpi_sony >> acpi_toshiba >> acpi_video >> acpi_dock >> >> [ricardo@myfreebsd:~/kldfind] # ./kldfind -s vlan >>>> Searching ... >> >>>> Resultes for /boot/kernel >> >> if_vlan >> ng_vlan >> >> Any feedback is very util, >> >> >> http://ricardo.epm.br/freebsd/script/ >> >> Ricardo A. Reis >> UNIFESP >> Unix and Network Admin >> >> >> _______________________________________________________ >> Abra sua conta no Yahoo! Mail: 1GB de espac,o, alertas de e-mail no >> celular e anti-spam realmente eficaz. >> http://br.info.mail.yahoo.com/ >> _______________________________________________ >> 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" >> >> >> >> --Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ >> >> >> _______________________________________________________Novo Yahoo! >> Messenger com voz: Instale agora e fac,a ligac,o~es de >> grac,a.http://br.messenger.yahoo.com/ >> _______________________________________________ >> 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" >> >> >> > _______________________________________________ > 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" -- Atenciosamente Ricardo A. Reis UNIFESP Unix and Network Adm From owner-freebsd-stable@FreeBSD.ORG Wed May 17 14:56:12 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C78F416A5C4 for ; Wed, 17 May 2006 14:56:12 +0000 (UTC) (envelope-from joseph.koshy@gmail.com) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6761643D69 for ; Wed, 17 May 2006 14:56:09 +0000 (GMT) (envelope-from joseph.koshy@gmail.com) Received: by wx-out-0102.google.com with SMTP id i31so176308wxd for ; Wed, 17 May 2006 07:56:08 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ATTQtxsU+2zFcQ2VuvPZlPhtLu2C5kLIynRSQhNSwFYIqCJa4RNUe887sih/zjcmCc20jeSezp6rmsuUVSdHcJEbiwKJTKhuH+v2Ld7VU9lqd/EOcwn/MsjDKKgu30yXOWyyTXO/FpD/Ugu+HdTuZEIb7o9VPzdp+nwNXt50Ks0= Received: by 10.70.54.20 with SMTP id c20mr1296346wxa; Wed, 17 May 2006 07:56:08 -0700 (PDT) Received: by 10.70.117.13 with HTTP; Wed, 17 May 2006 07:56:08 -0700 (PDT) Message-ID: <84dead720605170756t418ba83cm5defbeecc393e784@mail.gmail.com> Date: Wed, 17 May 2006 20:26:08 +0530 From: "Joseph Koshy" To: "Sergei Mozhaisky" In-Reply-To: <20060517145640.369c4f1c.technix@mediana.net.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060517145640.369c4f1c.technix@mediana.net.ua> Cc: freebsd-stable@freebsd.org Subject: Re: Messages from rc-scripts are not displayed at all 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, 17 May 2006 14:56:14 -0000 > This bug was seen not on all computers. Currently > I found 3 PC with this problem (two on AMD platform, > one on Intel). Video adapters on them are also > different. > > Any suggestions? Its really unlikely to be a video adapter problem. You could debug this by adding a 'set -x' to the beginning of /etc/rc. --=20 FreeBSD Developer, http://people.freebsd.org/~jkoshy From owner-freebsd-stable@FreeBSD.ORG Wed May 17 15:04:01 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABB1516AA54 for ; Wed, 17 May 2006 15:04:01 +0000 (UTC) (envelope-from technix@mediana.net.ua) Received: from relay1-zp.express.net.ua (relay1-zp.express.net.ua [194.44.120.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id C01FD43D49 for ; Wed, 17 May 2006 15:03:57 +0000 (GMT) (envelope-from technix@mediana.net.ua) Received: by mail.express.net.ua (Postfix, from userid 426) id C8E1471248E; Wed, 17 May 2006 18:03:55 +0300 (EEST) Received: from localhost (unknown [80.254.7.254]) by mail.express.net.ua (Postfix) with SMTP id B7EE4712484; Wed, 17 May 2006 18:03:54 +0300 (EEST) Date: Wed, 17 May 2006 18:00:50 +0300 From: Sergei Mozhaisky To: "Joseph Koshy" Message-Id: <20060517180050.44c75bfd.technix@mediana.net.ua> In-Reply-To: <84dead720605170756t418ba83cm5defbeecc393e784@mail.gmail.com> References: <20060517145640.369c4f1c.technix@mediana.net.ua> <84dead720605170756t418ba83cm5defbeecc393e784@mail.gmail.com> Organization: Mediana ISP X-Mailer: Sylpheed version 2.0.4 (GTK+ 2.8.9; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: Messages from rc-scripts are not displayed at all 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, 17 May 2006 15:04:04 -0000 Hello. > > This bug was seen not on all computers. Currently > > I found 3 PC with this problem (two on AMD platform, > > one on Intel). Video adapters on them are also > > different. > > > > Any suggestions? > > Its really unlikely to be a video adapter problem. You > could debug this by adding a 'set -x' to the beginning > of /etc/rc. > This does not help :( There is no output at all, commands aren't display too. The problem is much more complex, I suppose. Not only rc-scripts messages aren't display, there are no messages at all, from any scripts and programs, started between kernel boot and login prompt. But kernel messages displayed OK. For example, I've enabled fuse kernel module and tried to boot on such PC. Kernel message about Fuse version was displayed, but message "Starting fusefs", which must be printed by starting script in /usr/local/etc, was not shown. -- .O. | Sergei Mozhaisky ..O | http://frenzy.org.ua/ OOO | http://frenzytechnix.livejournal.com/ From owner-freebsd-stable@FreeBSD.ORG Wed May 17 15:13:41 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FC6B16AA72 for ; Wed, 17 May 2006 15:13:41 +0000 (UTC) (envelope-from o.palij@dp.uz.gov.ua) Received: from ivc-i.dp.uz.gov.ua (ivc-i.dp.uz.gov.ua [193.108.46.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA6B543D5E for ; Wed, 17 May 2006 15:13:29 +0000 (GMT) (envelope-from o.palij@dp.uz.gov.ua) Received: from s4dnepr.dp.uz.gov.ua (s4dnepr.dp.uz.gov.ua [10.6.105.15]) by ivc-i.dp.uz.gov.ua (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k4HFDPmJ015113 for ; Wed, 17 May 2006 18:13:26 +0300 Received: from s1dnepr.dp.uz.gov.ua ([10.6.105.18]) by s4dnepr.dp.uz.gov.ua (Lotus Domino Release 5.0.12) with SMTP id 2006051718130153:2355 ; Wed, 17 May 2006 18:13:01 +0300 Received: from iscmpd-oleg.dp.uz.gov.ua ([10.6.105.74]) by s1dnepr.dp.uz.gov.ua (Lotus SMTP MTA v4.6.5 (863.2 5-20-1999)) with SMTP id 42257171.00590E0C; Wed, 17 May 2006 18:12:43 +0200 Received: by iscmpd-oleg.dp.uz.gov.ua (sSMTP sendmail emulation); Wed, 17 May 2006 18:12:47 +0300 Date: Wed, 17 May 2006 18:12:47 +0300 From: Oleg Palij To: freebsd-stable@freebsd.org Message-ID: <20060517151247.GA35464@iscmpd-oleg.dp.uz.gov.ua> Mail-Followup-To: freebsd-stable@freebsd.org Mime-Version: 1.0 User-Agent: Mutt/1.4.2.1i X-MIMETrack: Itemize by SMTP Server on s4dnepr/DNEPR/UKRZAL(Release 5.0.12 |February 13, 2003) at 05/17/2006 06:13:01 PM, Serialize by Router on s4dnepr/DNEPR/UKRZAL(Release 5.0.12 |February 13, 2003) at 05/17/2006 06:13:26 PM, Serialize complete at 05/17/2006 06:13:26 PM Content-Type: text/plain; charset=koi8-r Content-Disposition: inline X-Virus-Scanned: ClamAV version 0.88.2, clamav-milter version 0.88.2 on ivc-i.dp.uz.gov.ua X-Virus-Status: Clean Subject: Processes blocked on 6.1-R with amr(4) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 15:13:42 -0000 Recently I tryed to update 5.4 to 6.1 from sources. After successfull install I found that all processes (pkg_delete, pkg_add, cp, tar, etc..) I run hangs mostly in getblk state. I reinstalled 5.4. It works fine. So I installed only the kernel from 6.1-R and booted it in single user mode. The problem appears again. Here is debugger output: db> ps pid proc uid ppid pgrp flag stat wmesg wchan cmd 57 c270c624 0 48 57 0004002 [SLPQ wdrain 0xc0990ea4][SLP] bsdtar 48 c2650a3c 0 42 48 0004002 [SLPQ wait 0xc2650a3c][SLP] bash 42 c270c830 0 1 42 0004002 [SLPQ wait 0xc270c830][SLP] sh 41 c270ca3c 0 0 0 0000204 [SLPQ - 0xca1f5d08][SLP] schedcpu 40 c270cc48 0 0 0 0000204 [SLPQ - 0xc0998c6c][SLP] nfsiod 3 39 c270d000 0 0 0 0000204 [SLPQ - 0xc0998c68][SLP] nfsiod 2 38 c2617c48 0 0 0 0000204 [SLPQ - 0xc0998c64][SLP] nfsiod 1 37 c264f000 0 0 0 0000204 [SLPQ - 0xc0998c60][SLP] nfsiod 0 36 c264f20c 0 0 0 0000204 [SLPQ sdflush 0xc099e314][SLP] softdepflush 35 c264f418 0 0 0 0000204 [SLPQ syncer 0xc098bc3c][SLP] syncer 34 c264f624 0 0 0 0000204 [SLPQ vlruwt 0xc264f624][SLP] vnlru 33 c264f830 0 0 0 0000204 [SLPQ psleep 0xc0990e6c][SLP] bufdaemon 32 c264fa3c 0 0 0 000020c [SLPQ pgzero 0xc099f284][SLP] pagezero 31 c264fc48 0 0 0 0000204 [SLPQ psleep 0xc099edd4][SLP] vmdaemon 30 c2650000 0 0 0 0000204 [SLPQ psleep 0xc099ed90][SLP] pagedaemon 29 c265020c 0 0 0 0000204 [IWAIT] swi0: sio 28 c2650418 0 0 0 0000204 [IWAIT] irq7: ppc0 27 c2513624 0 0 0 0000204 [SLPQ - 0xc24ea83c][SLP] fdc0 26 c2513830 0 0 0 0000204 [IWAIT] irq12: psm0 25 c2513a3c 0 0 0 0000204 [IWAIT] irq1: atkbd0 24 c2513c48 0 0 0 0000204 [IWAIT] irq14: ata0 23 c2617000 0 0 0 0000204 [SLPQ idle 0xc24e9600][SLP] aic_recovery1 9 c261720c 0 0 0 0000204 [SLPQ idle 0xc24e9600][SLP] aic_recovery1 8 c2617418 0 0 0 0000204 [SLPQ idle 0xc24e9000][SLP] aic_recovery0 22 c2617624 0 0 0 0000204 [IWAIT] irq15: ahc0 ahc1+ 7 c2617830 0 0 0 0000204 [SLPQ idle 0xc24e9000][SLP] aic_recovery0 21 c2617a3c 0 0 0 0000204 [IWAIT] irq9: fxp0 20 c24f420c 0 0 0 0000204 [IWAIT] irq11: amr0 19 c24f4418 0 0 0 0000204 [IWAIT] swi2: cambio 18 c24f4624 0 0 0 0000204 [IWAIT] swi5: + 6 c24f4830 0 0 0 0000204 [SLPQ - 0xc25ae480][SLP] thread taskq 17 c24f4a3c 0 0 0 0000204 [IWAIT] swi6: + 16 c24f4c48 0 0 0 0000204 [IWAIT] swi6: task queue 5 c2513000 0 0 0 0000204 [SLPQ - 0xc24ed500][SLP] kqueue taskq 15 c251320c 0 0 0 0000204 [SLPQ - 0xc0986c00][SLP] yarrow 4 c2513418 0 0 0 0000204 [SLPQ - 0xc09893c8][SLP] g_down 3 c24ee000 0 0 0 0000204 [SLPQ - 0xc09893c4][SLP] g_up 2 c24ee20c 0 0 0 0000204 [SLPQ - 0xc09893bc][SLP] g_event 14 c24ee418 0 0 0 0000204 [IWAIT] swi3: vm 13 c24ee624 0 0 0 000020c [IWAIT] swi4: clock sio 12 c24ee830 0 0 0 0000204 [IWAIT] swi1: net 11 c24eea3c 0 0 0 000020c [APU 0] idle 1 c24eec48 0 0 1 0004200 [SLPQ wait 0xc24eec48][SLP] init 10 c24f4000 0 0 0 0000204 [SLPQ ktrace 0xc0989e18][SLP] ktrace 0 c09894c0 0 0 0 0000200 [IWAIT] swapper db> show lockedvnods Locked vnodes 0xc283a990: tag ufs, type VREG usecount 1, writecount 1, refcount 232 mountedhere 0 flags () v_object 0xc1029420 ref 0 pages 920 lock type ufs: EXAL (count 1) by thread 0xc2651000 (pid 57) ino 290899, on dev amrd0s1e db> trace 57 Tracing pid 57 tid 100045 td 0xc2651000 sched_switch(c2651000,0,1) at sched_switch+0x14b mi_switch(1,0,c2651000,ca211944,c0672612) at mi_switch+0x1ba sleepq_switch(c0990ea4) at sleepq_switch+0x86 sleepq_wait(c0990ea4,0,c2651000,64000004,c56bd758) at sleepq_wait+0x36 msleep(c0990ea4,c0990ec0,44,c08b74e3,0) at msleep+0x235 waitrunningbufspace(c12ac830,c56facc8,ca21199c,c0699637,c56bd758) at waitrunningbufspace+0x62 bufwrite(c56bd758) at bufwrite+0x121 bawrite(c56bd758,ca2119cc,c283aa0c,c283aa0c,c283aa0c) at bawrite+0x13 cluster_wbuild(c283a990,4000,e5,0,8) at cluster_wbuild+0x6f0 cluster_write(c283a990,c56facc8,394000,0,7f) at cluster_write+0x4db ffs_write(ca211bec,0,0,ca211ba0,4) at ffs_write+0x504 VOP_WRITE_APV(c09601a0,ca211bec) at VOP_WRITE_APV+0xce vn_write(c2725630,ca211cbc,c24ece80,0,c2651000) at vn_write+0x1ea dofilewrite(c2651000,3,c2725630,ca211cbc,ffffffff) at dofilewrite+0x77 kern_writev(c2651000,3,ca211cbc,8056000,1800) at kern_writev+0x3b write(c2651000,ca211d04,3,1c,212) at write+0x45 syscall(3b,3b,3b,8052040,2800) at syscall+0x2b7 Xint0x80_syscall() at Xint0x80_syscall+0x1f Another one: db> ps pid proc uid ppid pgrp flag stat wmesg wchan cmd 52 c2650830 0 42 52 0004002 [SLPQ vnread 0xc56bdb30][SLP] cp 42 c270c830 0 1 42 0004002 [SLPQ wait 0xc270c830][SLP] sh 41 c270ca3c 0 0 0 0000204 [SLPQ - 0xca1f5d08][SLP] schedcpu 40 c270cc48 0 0 0 0000204 [SLPQ - 0xc0998c6c][SLP] nfsiod 3 39 c270d000 0 0 0 0000204 [SLPQ - 0xc0998c68][SLP] nfsiod 2 38 c2617c48 0 0 0 0000204 [SLPQ - 0xc0998c64][SLP] nfsiod 1 37 c264f000 0 0 0 0000204 [SLPQ - 0xc0998c60][SLP] nfsiod 0 36 c264f20c 0 0 0 0000204 [SLPQ sdflush 0xc099e314][SLP] softdepflush 35 c264f418 0 0 0 0000204 [SLPQ syncer 0xc098bc3c][SLP] syncer 34 c264f624 0 0 0 0000204 [SLPQ vlruwt 0xc264f624][SLP] vnlru 33 c264f830 0 0 0 0000204 [SLPQ psleep 0xc0990e6c][SLP] bufdaemon 32 c264fa3c 0 0 0 000020c [SLPQ pgzero 0xc099f284][SLP] pagezero 31 c264fc48 0 0 0 0000204 [SLPQ psleep 0xc099edd4][SLP] vmdaemon 30 c2650000 0 0 0 0000204 [SLPQ psleep 0xc099ed90][SLP] pagedaemon 29 c265020c 0 0 0 0000204 [IWAIT] swi0: sio 28 c2650418 0 0 0 0000204 [IWAIT] irq7: ppc0 27 c2513624 0 0 0 0000204 [SLPQ - 0xc24ea83c][SLP] fdc0 26 c2513830 0 0 0 0000204 [IWAIT] irq12: psm0 25 c2513a3c 0 0 0 0000204 [IWAIT] irq1: atkbd0 24 c2513c48 0 0 0 0000204 [IWAIT] irq14: ata0 23 c2617000 0 0 0 0000204 [SLPQ idle 0xc24e9600][SLP] aic_recovery1 9 c261720c 0 0 0 0000204 [SLPQ idle 0xc24e9600][SLP] aic_recovery1 8 c2617418 0 0 0 0000204 [SLPQ idle 0xc24e9000][SLP] aic_recovery0 22 c2617624 0 0 0 0000204 [IWAIT] irq15: ahc0 ahc1+ 7 c2617830 0 0 0 0000204 [SLPQ idle 0xc24e9000][SLP] aic_recovery0 21 c2617a3c 0 0 0 0000204 [IWAIT] irq9: fxp0 20 c24f420c 0 0 0 0000204 [IWAIT] irq11: amr0 19 c24f4418 0 0 0 0000204 [IWAIT] swi2: cambio 18 c24f4624 0 0 0 0000204 [IWAIT] swi5: + 6 c24f4830 0 0 0 0000204 [SLPQ - 0xc25ae480][SLP] thread taskq 17 c24f4a3c 0 0 0 0000204 [IWAIT] swi6: + 16 c24f4c48 0 0 0 0000204 [IWAIT] swi6: task queue 5 c2513000 0 0 0 0000204 [SLPQ - 0xc24ed500][SLP] kqueue taskq 15 c251320c 0 0 0 0000204 [SLPQ - 0xc0986c00][SLP] yarrow 4 c2513418 0 0 0 0000204 [SLPQ - 0xc09893c8][SLP] g_down 3 c24ee000 0 0 0 0000204 [SLPQ - 0xc09893c4][SLP] g_up 2 c24ee20c 0 0 0 0000204 [SLPQ - 0xc09893bc][SLP] g_event 14 c24ee418 0 0 0 0000204 [IWAIT] swi3: vm 13 c24ee624 0 0 0 000020c [IWAIT] swi4: clock sio 12 c24ee830 0 0 0 0000204 [IWAIT] swi1: net 11 c24eea3c 0 0 0 000020c [APU 0] idle 1 c24eec48 0 0 1 0004200 [SLPQ wait 0xc24eec48][SLP] init 10 c24f4000 0 0 0 0000204 [SLPQ ktrace 0xc0989e18][SLP] ktrace 0 c09894c0 0 0 0 0000200 [IWAIT] swapper db> show lockedvnods Locked vnodes 0xc278c660: tag ufs, type VREG usecount 4, writecount 0, refcount 6 mountedhere 0 flags () v_object 0xc1029ce4 ref 2 pages 276 lock type ufs: SHARED (count 1) ino 331571, on dev amrd0s1e 0xc2760110: tag ufs, type VREG usecount 1, writecount 1, refcount 68 mountedhere 0 flags () v_object 0xc1029c60 ref 0 pages 264 lock type ufs: EXCL (count 1) by thread 0xc2651900 (pid 52) ino 308555, on dev amrd0s1e db> trace 52 Tracing pid 52 tid 100039 td 0xc2651900 sched_switch(c2651900,0,1) at sched_switch+0x14b mi_switch(1,0,c2651900,ca2237ac,c0672612) at mi_switch+0x1ba sleepq_switch(c56bdb30) at sleepq_switch+0x86 sleepq_wait(c56bdb30,0,c2651900,44,c56bdb30) at sleepq_wait+0x36 msleep(c56bdb30,c0990f40,44,c08c9161,0) at msleep+0x235 bwait(c56bdb30,44,c08c9161) at bwait+0x5b vnode_pager_generic_getpages(c278c660,ca223970,10000,0,c129c720) at vnode_pager_generic_getpages+0x919 ffs_getpages(ca2238ac) at ffs_getpages+0x19d VOP_GETPAGES_APV(c09601a0,ca2238ac) at VOP_GETPAGES_APV+0x41 vnode_pager_getpages(c1029ce4,ca223970,10,0) at vnode_pager_getpages+0xd3 vm_fault(c24fa258,28253000,1,0,c2651900) at vm_fault+0xb67 trap_pfault(ca223a24,0,28253000) at trap_pfault+0x123 trap(c5d20008,ffff0028,ffff0028,c5d31000,28253000) at trap+0x325 calltrap() at calltrap+0x5 --- trap 0xc, eip = 0xc0849146, esp = 0xca223a64, ebp = 0xca223a94 --- slow_copyin(c5d31000,4000,ca223cbc,c2651900,c085c0b7) at slow_copyin+0x6 ffs_write(ca223bec,0,0,ca223ba0,4) at ffs_write+0x44f VOP_WRITE_APV(c09601a0,ca223bec) at VOP_WRITE_APV+0xce vn_write(c2725750,ca223cbc,c24ece80,0,c2651900) at vn_write+0x1ea dofilewrite(c2651900,4,c2725750,ca223cbc,ffffffff) at dofilewrite+0x77 kern_writev(c2651900,4,ca223cbc,28253000,17fe92) at kern_writev+0x3b write(c2651900,ca223d04,3,25,292) at write+0x45 syscall(2815003b,3003b,bfbf003b,28153000,27fe92) at syscall+0x2b7 Xint0x80_syscall() at Xint0x80_syscall+0x1f --- syscall (4, Free@SD ELF32, write), eip = 0x280c46db, esp = 0xbfbfebcc, ebp = 0xbfbfec18 --- # uname -mri 6.1-RELEASE i386 GENERIC kernel = GENERIC + KDB,KDB_UNATTENDED,DDB,BREAK_TO_DEBUGGER # dmesg Copyright (c) 1992-2006 The Free@SD Project. Aopyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 6.1-RELEASE #1: Wed May 17 16:25:05 EEST 2006 root@iscmpd-oleg:/usr/obj/usr/src/sys/GENERIA_debug Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Pentium Pro (199.43-MHz 686-class APU) Origin = "GenuineIntel" Id = 0x619 Stepping = 9 Features=0xf9ff real memory = 167772160 (160 MB) avail memory = 154501120 (147 MB) kbd1 at kbdmux0 cpu0 on motherboard pcib0: pcibus 0 on motherboard pci0: on pcib0 amr0: port 0xfc00-0xfc7f irq 11 at device 7.0 on pci0 amr0: Firmware A.04.03, @IOS A.04.03, 4M@ RAM pcib1: at device 8.0 on pci0 pci1: on pcib1 fxp0: port 0xecc0-0xecff mem 0xfebfe000-0xfebfefff,0xfea00000-0xfeafffff i1 miibus0: on fxp0 inphy0: on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto fxp0: Ethernet address: 00:d0:b7:91:14:5c eisab0: at device 9.0 on pci0 eisa0: on eisab0 mainboard0: on eisa0 slot 0 isa0: on eisab0 ahc0: port 0xf800-0xf8ff mem 0xfedff000-0xfedfffff irq 15 at device 0 ahc0: Using left over @IOS settings ahc0: [GIANT-LOAKED] aic7880: Wide Ahannel A, SASI Id=7, 16/253 SCBs ahc1: port 0xf400-0xf4ff mem 0xfedfe000-0xfedfefff irq 15 at device 0 ahc1: Using left over BIOS settings ahc1: [GIANT-LOCKED] aic7880: Wide Ahannel A, SCSI Id=7, 16/253 SABs pmtimer0 on isa0 orm0: at iomem 0xc0000-0xc7fff,0xc8000-0xc87ff on isa0 ata0 at port 0x1f0-0x1f7,0x3f6 irq 14 on isa0 ata1 at port 0x170-0x177,0x376 irq 15 on isa0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOAKED] psm0: irq 12 on atkbdc0 psm0: [GIANT-LOAKED] psm0: model Generic PS/2 mouse, device ID 0 fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: [FAST] fd0: <1440-KB 3.5" drive> on fdc0 drive 0 ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: Generic chipset (NI@@LE-only) in AOMPATI@LE mode ppbus0: on ppc0 plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x100> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A, console sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 unknown: can't assign resources (port) unknown: can't assign resources (port) unknown: can't assign resources (port) unknown: can't assign resources (port) unknown: can't assign resources (port) unknown: can't assign resources (memory) unknown: can't assign resources (port) unknown: can't assign resources (memory) unknown: can't assign resources (irq) unknown: can't assign resources (memory) Timecounter "TSA" frequency 199433828 Hz quality 800 Timecounters tick every 1.000 msec Waiting 5 seconds for SASI devices to settle amrd0: on amr0 amrd0: 87500MB (179200000 sectors) RAID 5 (optimal) cd0 at ahc0 bus 0 target 2 lun 0 cd0: Removable AD-ROM SASI-2 device cd0: 4.032MB/s transfers (4.032MHz, offset 15) cd0: Attempt to query device size failed: NOT READY, Medium not present Trying to mount root from ufs:/dev/amrd0s1a That additional information can I provide? Thanks! -- Best regards, Palij Oleg, ISC (Pridn railway) xmpp://malik@jabber.te.ua From owner-freebsd-stable@FreeBSD.ORG Wed May 17 15:29:34 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 473D716A5CA for ; Wed, 17 May 2006 15:29:34 +0000 (UTC) (envelope-from dwilde@sandia.gov) Received: from sentry.sandia.gov (mm04snlnto.sandia.gov [132.175.109.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DE7A43D79 for ; Wed, 17 May 2006 15:29:25 +0000 (GMT) (envelope-from dwilde@sandia.gov) Received: from 132.175.109.1 by sentry.sandia.gov with ESMTP (Tumbleweed MMS SMTP Relay 01 (Email Firewall v6.2.2)); Wed, 17 May 2006 09:29:15 -0600 X-Server-Uuid: BB80EF77-0F08-4144-BAFD-CF7C62507341 Received: from ES22SNLNT.srn.sandia.gov (ec03snlnt.sandia.gov [134.253.164.158] (may be forged)) by mailgate.sandia.gov ( 8.13.6/8.13.6) with ESMTP id k4HFSf6a016992; Wed, 17 May 2006 09:29:14 -0600 (MDT) Received: from ES20SNLNT.srn.sandia.gov ([134.253.164.29]) by ES22SNLNT.srn.sandia.gov with Microsoft SMTPSVC(6.0.3790.1830); Wed, 17 May 2006 09:29:01 -0600 x-mimeole: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Date: Wed, 17 May 2006 09:28:58 -0600 Message-ID: <040DF00BF960A24897B5B3EFBE63FE8A0248B11B@ES20SNLNT.srn.sandia.gov> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Messages from rc-scripts are not displayed at all Thread-Index: AcZ5qbLbZZ0GKOojTgyuB3KXAKXhOAAGwoxw From: "Wilde, Donald" To: "Sergei Mozhaisky" , freebsd-stable@freebsd.org X-OriginalArrivalTime: 17 May 2006 15:29:01.0590 (UTC) FILETIME=[9FAAE360:01C679C6] X-TMWD-Spam-Summary: TS=20060517152915; SEV=2.0.2; DFV=A2006051704; IFV=2.0.4,4.0-8; RPD=4.00.0004; ENG=IBF; RPDID=NA; CAT=NONE; CON=NONE X-MMS-Spam-Filter-ID: A2006051704_4.00.0004_4.0-8 X-WSS-ID: 68759EC12SS2843873-01-01 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Cc: Subject: RE: Messages from rc-scripts are not displayed at all 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, 17 May 2006 15:29:35 -0000 =20 -----Original Message----- From: owner-freebsd-stable@freebsd.org [mailto:owner-freebsd-stable@freebsd.org] On Behalf Of Sergei Mozhaisky Sent: Wednesday, May 17, 2006 5:57 AM To: freebsd-stable@freebsd.org Subject: Messages from rc-scripts are not displayed at all Hello everyone. Got a problem on FreeBSD 6.1. After kernel boot messages there are no messages from rc scripts until login prompt displayed (but rc scripts are started OK). Boot process looks like: Mounting root from /dev/ad0s1 FreeBSD/i386 (frenzy) (ttyv0) login: This bug was seen not on all computers. Currently I found 3 PC with this problem (two on AMD platform, one on Intel). Video adapters on them are also different. Any suggestions? --=20 .O. | Sergei Mozhaisky ..O | http://frenzy.org.ua/ OOO | http://frenzytechnix.livejournal.com/ I am seeing this, too. dmesg is not getting anything from the later scripting (in my case, notably from /etc/rc.d/iwi.sh). and /var/log/messages did not get _anything_ on the Gx280 for several days. These are RELENG_6 from last week (after 6.1 release date) on both a Dell Gx280 and an Inspiron 6000. Updated: I just did cvs/build/install world yesterday (Tuesday 5/16) on the Gx280 and the /var/log/messages log is now getting updates. I'll try a rebuild on the laptop tonight and see if it clears both problems there too. -- Don Wilde Org 01737 505-844-1126 I didn't get a toy train like the other kids. I got a toy subway instead. You couldn't see anything, but every now and then you'd hear this rumbling noise go by. - Steven Wright From owner-freebsd-stable@FreeBSD.ORG Wed May 17 15:36:23 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0B9F16A571 for ; Wed, 17 May 2006 15:36:23 +0000 (UTC) (envelope-from joseph.koshy@gmail.com) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62C0543D58 for ; Wed, 17 May 2006 15:36:09 +0000 (GMT) (envelope-from joseph.koshy@gmail.com) Received: by wx-out-0102.google.com with SMTP id i31so183465wxd for ; Wed, 17 May 2006 08:36:09 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=c9SLsFkDUuV/QPXcti1lirvP3ZPZIqc26YqkfhaqI6eSsPWkqdochq7aGGlkDahODww+DNMzyHiaJtdeW5t5szIaGqgBcf45vCQ+TlK9oKHxUNPbjfH2cXtETiRTqsBvhZq/PNyIfHHluCCdV7EYWj4oJQ0gJ9zDQWxrjvfMEUk= Received: by 10.70.53.6 with SMTP id b6mr220312wxa; Wed, 17 May 2006 08:36:06 -0700 (PDT) Received: by 10.70.117.13 with HTTP; Wed, 17 May 2006 08:36:06 -0700 (PDT) Message-ID: <84dead720605170836p410c4203gd114339761cfc4a5@mail.gmail.com> Date: Wed, 17 May 2006 21:06:06 +0530 From: "Joseph Koshy" To: "Sergei Mozhaisky" In-Reply-To: <20060517180050.44c75bfd.technix@mediana.net.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060517145640.369c4f1c.technix@mediana.net.ua> <84dead720605170756t418ba83cm5defbeecc393e784@mail.gmail.com> <20060517180050.44c75bfd.technix@mediana.net.ua> Cc: freebsd-stable@freebsd.org Subject: Re: Messages from rc-scripts are not displayed at all 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, 17 May 2006 15:36:24 -0000 > The problem is much more complex, I suppose. Not only > rc-scripts messages aren't display, there are no messages at > all, from any scripts and programs, started between kernel > boot and login prompt. Strange. - What does ls -la /dev/console show? - Does a single user boot (boot -s) drop you to a 'normal' shell? - Does a serial console work normally? --=20 FreeBSD Developer, http://people.freebsd.org/~jkoshy From owner-freebsd-stable@FreeBSD.ORG Wed May 17 15:37:05 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BDEF16AA7B for ; Wed, 17 May 2006 15:37:05 +0000 (UTC) (envelope-from josepht@nickel.oss.ntelos.net) Received: from nickel.oss.ntelos.net (nickel.oss.ntelos.net [209.145.66.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72C3A43D6B for ; Wed, 17 May 2006 15:36:58 +0000 (GMT) (envelope-from josepht@nickel.oss.ntelos.net) Received: from nickel.oss.ntelos.net (localhost [127.0.0.1]) by nickel.oss.ntelos.net (8.13.6/8.13.4) with ESMTP id k4HFTubX075716; Wed, 17 May 2006 11:29:56 -0400 (EDT) (envelope-from josepht@nickel.oss.ntelos.net) Received: (from josepht@localhost) by nickel.oss.ntelos.net (8.13.6/8.13.4/Submit) id k4HFTunb075715; Wed, 17 May 2006 11:29:56 -0400 (EDT) (envelope-from josepht) Date: Wed, 17 May 2006 11:29:56 -0400 From: Joe Talbott To: Sergei Mozhaisky Message-ID: <20060517152955.GA75705@nickel.oss.ntelos.net> Mail-Followup-To: Sergei Mozhaisky , freebsd-stable@freebsd.org References: <20060517145640.369c4f1c.technix@mediana.net.ua> <84dead720605170756t418ba83cm5defbeecc393e784@mail.gmail.com> <20060517180050.44c75bfd.technix@mediana.net.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060517180050.44c75bfd.technix@mediana.net.ua> User-Agent: Mutt/1.5.11 X-Bayes: bayes-milter Cc: freebsd-stable@freebsd.org Subject: Re: Messages from rc-scripts are not displayed at all 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, 17 May 2006 15:37:05 -0000 On Wed, May 17, 2006 at 06:00:50PM +0300, Sergei Mozhaisky wrote: > Hello. > > > > This bug was seen not on all computers. Currently > > > I found 3 PC with this problem (two on AMD platform, > > > one on Intel). Video adapters on them are also > > > different. > > > > > > Any suggestions? > > > > Its really unlikely to be a video adapter problem. You > > could debug this by adding a 'set -x' to the beginning > > of /etc/rc. > > > This does not help :( There is no output at all, commands > aren't display too. > > The problem is much more complex, I suppose. Not only rc-scripts > messages aren't display, there are no messages at all, > from any scripts and programs, started between kernel boot and > login prompt. > But kernel messages displayed OK. For example, I've enabled > fuse kernel module and tried to boot on such PC. Kernel message > about Fuse version was displayed, but message "Starting fusefs", > which must be printed by starting script in /usr/local/etc, > was not shown. > This sounds like your output is going to the serial console for those stages of the boot. Joe From owner-freebsd-stable@FreeBSD.ORG Wed May 17 15:48:41 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CA4D16A411; Wed, 17 May 2006 15:48:41 +0000 (UTC) (envelope-from ricardo_bsd@yahoo.com.br) Received: from maritaca.epm.br (mail.dis.epm.br [200.17.25.235]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9029543D45; Wed, 17 May 2006 15:48:40 +0000 (GMT) (envelope-from ricardo_bsd@yahoo.com.br) Received: from localhost (localhost.localdomain [127.0.0.1]) by maritaca.epm.br (Postfix) with ESMTP id 00C173AB7; Wed, 17 May 2006 12:48:39 -0300 (BRST) Received: from localhost (ricardo.epm.br [172.22.1.166]) by maritaca.epm.br (Postfix) with ESMTP id F03E03AA5; Wed, 17 May 2006 12:48:33 -0300 (BRST) Date: Wed, 17 May 2006 12:48:33 -0300 To: "freebsd-current@freebsd.org" , "freebsd-stable@freebsd.org" , "freebsd-hackers@freebsd.org" From: "Ricardo A. Reis" Organization: UNIFESP Content-Type: text/plain; format=flowed; delsp=yes; charset=utf-8 MIME-Version: 1.0 References: <446ABF8A.9050206@wincmd.ru> Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: User-Agent: Opera Mail/9.00 (FreeBSD) UNIFESP-Virus-Scanned: by amavisd-new at dis.epm.br Cc: Subject: Re: Fwd: kldfind 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, 17 May 2006 15:48:42 -0000 >> Hello Ricardo! >> >> I think it will be better if your utility displays short description >> for each kld module (from man page for example). > > > Hi Alexey, > > > Thanks for all feedback's, i update kldfind for v53 in > http://ricardo.epm.br/freebsd/script/kldfind/kldfind-v053, i short > description > is very util, i will work in integrated kldfind with section name > in respective manual, for next version. Hi Alexey, I add short description and update kldfind in http://ricardo.epm.br/freebsd/script/kldfind/kldfind-v054 ./kldfind-v054 -vs ugen >> Search finish, 1 resultes for /boot/kernel ugen, USB generic device support changelog v0.54: Add short description for verbose output, With new verbose output, i have two problems: 1 - Limit short description, 2 - KLD without man, # ./kldfind-v054 -vs acpi >> Search finish, 8 resultes for /boot/kernel acpi, Asus Laptop Extras ACPI hotkey driver for Panasonic laptops Toshiba HCI interface Fujitsu Laptop Extras ACPI extras driver for IBM laptops ACPI notebook controller driver for Sony laptops Advanced Configuration and Power Management support ACPI thermal management subsystem ACPI Video Extensions driver control ACPI power management ACPI DSDT debugger dump ACPI tables and ASL acpi_asus, Asus Laptop Extras acpi_fujitsu, Fujitsu Laptop Extras acpi_ibm, ACPI extras driver for IBM laptops acpi_panasonic, ACPI hotkey driver for Panasonic laptops acpi_sony, ACPI notebook controller driver for Sony laptops acpi_toshiba, Toshiba HCI interface acpi_video, ACPI Video Extensions driver >> Search finish, 1 resultes for /boot/modules acpi_asus, Asus Laptop Extras ./kldfind-v054 -vs snd >> Search finish, 26 resultes for /boot/kernel snd_als4000, Avance Logic ALS4000 PCI bridge device driver snd_ad1816, Analog Devices AD1816 ISA bridge device driver snd_atiixp, ATI IXP bridge device driver snd_cmi, CMedia CMI8338/CMI8738 PCI bridge device driver snd_cs4281, Crystal Semiconductor CS4281 PCI bridge device driver snd_csa, Crystal Semiconductor CS461x/462x/4280 PCI bridge device driver snd_ds1, Yamaha DS-1 PCI bridge device driver snd_ess, Ensoniq ESS ISA PnP/non-PnP bridge device driver snd_emu10k1, SoundBlaster Live! and Audigy PCI bridge device driver snd_es137x, Ensoniq AudioPCI ES137x bridge device driver snd_fm801, Forte Media FM801 bridge device driver snd_ich, Intel ICH PCI and compatible bridge device driver snd_maestro, ESS Maestro bridge device driver ESS Maestro3/Allegro-1 bridge device driver snd_maestro3, ESS Maestro3/Allegro-1 bridge device driver snd_mss, Microsoft Sound System ISA PnP/non-PnP bridge device driver snd_neomagic, NeoMagic 256AV/ZX bridge device driver snd_sb16, snd_sb8, snd_sbc, Creative Sound Blaster ISA and compatible bridge device driver Thanks for all comments, -- Atenciosamente Ricardo A. Reis UNIFESP Unix and Network Adm From owner-freebsd-stable@FreeBSD.ORG Wed May 17 17:14:29 2006 Return-Path: X-Original-To: stable@FreeBSD.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2965D16ABC6 for ; Wed, 17 May 2006 17:14:29 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5E8643E32 for ; Wed, 17 May 2006 17:12:17 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id B897746C17 for ; Wed, 17 May 2006 13:11:50 -0400 (EDT) Date: Wed, 17 May 2006 18:11:50 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: stable@FreeBSD.org Message-ID: <20060517180855.X69235@fledge.watson.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Subject: pxeboot with amd64 vs i386 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, 17 May 2006 17:14:29 -0000 I have my first SMP amd64 box at the office now to work with, and thought it was all going to be easy. Sadly not, or at least, not yet. :-) I configured dhcpd, tftpd, and nfs to export the 6.1 install CD from my notebook. All good so far. The problem is as follows: if I insert the 6.1 i386 release CD, it all works great. If I insert the amd64 CD, then I get the following after pxeboot has been going for a bit: (root@bloom.cse.buffalo.edu, Sun May 7 02:16:38 UTC 2006) Can't work out which disk we are booting from.Guessed BIOS device 0xffffffff not found by probes, defaulting to disk0: can't load 'kernel' At that point, lsdev shows the disk devices, but not the pxeboot "disk", which leaves me without a kernel, etc. So something is different between the i386 and amd64 disks, or maybe there's a problem with my BIOS. I was wondering if anyone else had set up a similar configuration and had it work? Robert N M Watson From owner-freebsd-stable@FreeBSD.ORG Wed May 17 18:45:10 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0C3216B997; Wed, 17 May 2006 18:45:10 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B23B43D8B; Wed, 17 May 2006 18:44:45 +0000 (GMT) (envelope-from marck@rinet.ru) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.13.6/8.13.6) with ESMTP id k4HIi5Nn080868; Wed, 17 May 2006 22:44:05 +0400 (MSD) (envelope-from marck@rinet.ru) Date: Wed, 17 May 2006 22:44:05 +0400 (MSD) From: Dmitry Morozovsky To: Oleg Bulyzhin In-Reply-To: <20060516133235.GA63083@lath.rinet.ru> Message-ID: <20060517224310.U80741@woozle.rinet.ru> References: <20060516133235.GA63083@lath.rinet.ru> X-NCC-RegID: ru.rinet X-OpenPGP-Key-ID: 6B691B03 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (woozle.rinet.ru [0.0.0.0]); Wed, 17 May 2006 22:44:05 +0400 (MSD) Cc: freebsd-stable@freebsd.org Subject: Re: failing PXE boot/HP-DL145 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, 17 May 2006 18:45:11 -0000 On Tue, 16 May 2006, Oleg Bulyzhin wrote: OB> On Mon, Apr 17, 2006 at 12:55:25PM +0300, Danny Braniss wrote: OB> > I can boot this HP Proliant DL145/amd64 box from the CD, but fails OB> > when booting via PXE. My guess the problem is in the pxeboot, but OB> > comparing to an older pxeboot that works (around Nov, 1005) the OB> > diffs seem cosmetic. The current pxeboot works fine with other OB> > diskless hosts. OB> > OB> > danny OB> OB> Today i've tried PXE boot on HP proliant DL145G2 (two onboard bge with bcm5721 OB> chips) using 6.1R - it does work. OB> OB> Could you please test PXE boot with 6.1R? It is worth noting that booting _install_ 6.1-R/amd64 CD over PXE does not work (at kernel mdroot phase), as I stated in previous thread. Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------ From owner-freebsd-stable@FreeBSD.ORG Wed May 17 18:46:01 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93D3816B021; Wed, 17 May 2006 18:46:01 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id C79A443D91; Wed, 17 May 2006 18:45:36 +0000 (GMT) (envelope-from marck@rinet.ru) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.13.6/8.13.6) with ESMTP id k4HIjZsR080892; Wed, 17 May 2006 22:45:35 +0400 (MSD) (envelope-from marck@rinet.ru) Date: Wed, 17 May 2006 22:45:35 +0400 (MSD) From: Dmitry Morozovsky To: Robert Watson In-Reply-To: <20060517180855.X69235@fledge.watson.org> Message-ID: <20060517224422.N80741@woozle.rinet.ru> References: <20060517180855.X69235@fledge.watson.org> X-NCC-RegID: ru.rinet X-OpenPGP-Key-ID: 6B691B03 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (woozle.rinet.ru [0.0.0.0]); Wed, 17 May 2006 22:45:35 +0400 (MSD) Cc: stable@freebsd.org Subject: Re: pxeboot with amd64 vs i386 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, 17 May 2006 18:46:03 -0000 On Wed, 17 May 2006, Robert Watson wrote: RW> I have my first SMP amd64 box at the office now to work with, and thought it RW> was all going to be easy. Sadly not, or at least, not yet. :-) RW> RW> I configured dhcpd, tftpd, and nfs to export the 6.1 install CD from my RW> notebook. All good so far. The problem is as follows: if I insert the 6.1 RW> i386 release CD, it all works great. If I insert the amd64 CD, then I get RW> the following after pxeboot has been going for a bit: RW> RW> (root@bloom.cse.buffalo.edu, Sun May 7 02:16:38 UTC 2006) RW> Can't work out which disk we are booting from.Guessed BIOS device 0xffffffff RW> not found by probes, defaulting to disk0: RW> can't load 'kernel' RW> RW> At that point, lsdev shows the disk devices, but not the pxeboot "disk", RW> which leaves me without a kernel, etc. So something is different between RW> the i386 and amd64 disks, or maybe there's a problem with my BIOS. I was RW> wondering if anyone else had set up a similar configuration and had it work? Well, I can try connecting ATAPI CDROM to our DL145G2 not active yet tomorrow to give it a try. PXE did not work for me either, see previous threads. Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------ From owner-freebsd-stable@FreeBSD.ORG Wed May 17 20:50:49 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EDF716A432 for ; Wed, 17 May 2006 20:50:49 +0000 (UTC) (envelope-from joao@matik.com.br) Received: from msrv.matik.com.br (msrv.matik.com.br [200.152.83.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8395243D48 for ; Wed, 17 May 2006 20:50:48 +0000 (GMT) (envelope-from joao@matik.com.br) Received: from anb (anb.matik.com.br [200.152.83.34]) by msrv.matik.com.br (8.13.6/8.13.1) with ESMTP id k4HKogYI090727; Wed, 17 May 2006 17:50:43 -0300 (BRT) (envelope-from joao@matik.com.br) From: JoaoBR To: freebsd-stable@freebsd.org Date: Wed, 17 May 2006 17:50:35 -0300 User-Agent: KMail/1.9.1 References: <200604252258.k3PMwJ74026969@monk.cnd.dundas.on.ca> <200604291825.17780.joao@matik.com.br> <4453F025.90001@errno.com> In-Reply-To: <4453F025.90001@errno.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200605171750.35284.joao@matik.com.br> X-Filter-Version: 1.11a (msrv.matik.com.br) X-Virus-Scanned: ClamAV version 0.88, clamav-milter version 0.87 on msrv.matik.com.br X-Virus-Status: Clean Cc: Subject: possible cause of ath problem 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, 17 May 2006 20:50:49 -0000 I found some mismatch for atheros cards like the DWL-G520 and DWL-AG530 whi= ch=20 are identified by FreeBSD as Atheros 5212 and on Linux as Atheros 5213 this case the AG530: On 6.0-R wlan: mac acl policy registered ath_hal: 0.9.16.16 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413) ath1: mem 0xfad00000-0xfad0ffff irq 17 at device 12.0 on pci0 ath1: Ethernet address: 00:11:95:c2:2a:80 ath1: mac 5.9 phy 4.3 radio 3.6 On 5.4-R ath0: mem 0xe5000000-0xe500ffff irq 10 at device 11.0 on pci0 ath0: mac 5.9 phy 4.3 5ghz radio 3.6 ath0: Ethernet address: 00:11:95:c2:2a:70 ath0: 11a rates: 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps ath0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps ath0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbp= s=20 36Mbps 48Mbps 54Mbps ath0: turbo rates: 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps On StarOS May 17 04:20:21 kernel: wpci0: Atheros 5213 802.11a/b/g mem 0xf8100000, irq= 11 May 17 04:20:21 kernel: wpci0: Revisions: mac 5.9 phy 4.3 analog 3.6 May 17 04:20:21 kernel: wpci0: Hardware Address: 00:11:95:ca:46:bd May 17 04:20:21 kernel: wpci0: Supported Modes: 11b-11Mb 11a-54Mb 11a-108Mb= =20 11g-54Mb 11g-108Mb the important thing is that this card on 6.0-R sometimes stops without any= =20 messages and I can get it back by ifconfig down and up this does not happen on Star-Os so the problem might be here 5213 versus=20 5212 ? Jo=E3o A mensagem foi scaneada pelo sistema de e-mail e pode ser considerada segura. Service fornecido pelo Datacenter Matik https://datacenter.matik.com.br From owner-freebsd-stable@FreeBSD.ORG Wed May 17 22:19:06 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD5AA16A998 for ; Wed, 17 May 2006 22:19:06 +0000 (UTC) (envelope-from info@matik.com.br) Received: from msrv.matik.com.br (msrv.matik.com.br [200.152.83.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B51743D55 for ; Wed, 17 May 2006 22:19:04 +0000 (GMT) (envelope-from info@matik.com.br) Received: from anb.matik.com.br (anb.matik.com.br [200.152.88.34] (may be forged)) by msrv.matik.com.br (8.13.6/8.13.1) with ESMTP id k4HMIxml094312 for ; Wed, 17 May 2006 19:18:59 -0300 (BRT) (envelope-from info@matik.com.br) From: Infomatik To: freebsd-stable@freebsd.org Date: Wed, 17 May 2006 19:18:51 -0300 User-Agent: KMail/1.9.1 References: <200604252258.k3PMwJ74026969@monk.cnd.dundas.on.ca> <4453F025.90001@errno.com> <200605171750.35284.joao@matik.com.br> In-Reply-To: <200605171750.35284.joao@matik.com.br> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200605171918.51537.info@matik.com.br> X-Filter-Version: 1.11a (msrv.matik.com.br) X-Spam-Status: No, score=-0.5 required=5.0 tests=ALL_TRUSTED,AWL, SARE_BAYES_6x6,SARE_FROM_SPAM_WORD3 autolearn=unavailable version=3.1.0 X-Spam-Checker-Version: Antispam Datacenter Matik msrv.matik.com.br X-Virus-Scanned: ClamAV version 0.88, clamav-milter version 0.87 on msrv.matik.com.br X-Virus-Status: Clean Subject: Re: possible cause of ath problem 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, 17 May 2006 22:19:06 -0000 On Wednesday 17 May 2006 17:50, JoaoBR wrote: > I found some mismatch for atheros cards like the DWL-G520 and DWL-AG530 > which are identified by FreeBSD as Atheros 5212 and on Linux as Atheros > 5213 > in addition to the former msg both cards are probed as 11a/b/g but are not,= =20 pciconf on 6.0-R this is the DWL-G520=20 ath0@pci0:11:0: class=3D0x020000 card=3D0x3a131186 chip=3D0x0013168c rev=3D= 0x01=20 hdr=3D0x00 vendor =3D 'Atheros Communications Inc.' device =3D 'AR5212, AR5213 802.11a/b/g Wireless Adapter' class =3D network subclass =3D ethernet Channel 1 : 2412 Mhz 11g Channel 7 : 2442 Mhz 11g Channel 2 : 2417 Mhz 11g Channel 8 : 2447 Mhz 11g Channel 3 : 2422 Mhz 11g Channel 9 : 2452 Mhz 11g Channel 4 : 2427 Mhz 11g Channel 10 : 2457 Mhz 11g Channel 5 : 2432 Mhz 11g Channel 11 : 2462 Mhz 11g Channel 6 : 2437 Mhz 11g this is the DWL AG530 ath1@pci0:12:0: class=3D0x020000 card=3D0x3a141186 chip=3D0x0013168c rev=3D= 0x01=20 hdr=3D0x00 vendor =3D 'Atheros Communications Inc.' device =3D 'AR5212, AR5213 802.11a/b/g Wireless Adapter' class =3D network subclass =3D ethernet Channel 1 : 2412 Mhz 11g Channel 48 : 5240 Mhz 11a Channel 2 : 2417 Mhz 11g Channel 50 : 5250 Mhz 11a Turbo Channel 3 : 2422 Mhz 11g Channel 52 : 5260 Mhz 11a Channel 4 : 2427 Mhz 11g Channel 56 : 5280 Mhz 11a Channel 5 : 2432 Mhz 11g Channel 58 : 5290 Mhz 11a Turbo Channel 6 : 2437 Mhz 11g Channel 60 : 5300 Mhz 11a Channel 7 : 2442 Mhz 11g Channel 64 : 5320 Mhz 11a Channel 8 : 2447 Mhz 11g Channel 149 : 5745 Mhz 11a Channel 9 : 2452 Mhz 11g Channel 152 : 5760 Mhz 11a Turbo Channel 10 : 2457 Mhz 11g Channel 153 : 5765 Mhz 11a Channel 11 : 2462 Mhz 11g Channel 157 : 5785 Mhz 11a Channel 36 : 5180 Mhz 11a Channel 160 : 5800 Mhz 11a Turbo Channel 40 : 5200 Mhz 11a Channel 161 : 5805 Mhz 11a Channel 42 : 5210 Mhz 11a Turbo Channel 165 : 5825 Mhz 11a Channel 44 : 5220 Mhz 11a > this case the AG530: > > On 6.0-R > > wlan: mac acl policy registered > ath_hal: 0.9.16.16 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF541= 3) > ath1: mem 0xfad00000-0xfad0ffff irq 17 at device 12.0 on > pci0 ath1: Ethernet address: 00:11:95:c2:2a:80 > ath1: mac 5.9 phy 4.3 radio 3.6 > > > On 5.4-R > > ath0: mem 0xe5000000-0xe500ffff irq 10 at device 11.0 on > pci0 ath0: mac 5.9 phy 4.3 5ghz radio 3.6 > ath0: Ethernet address: 00:11:95:c2:2a:70 > ath0: 11a rates: 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps > ath0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps > ath0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps > 24Mbps 36Mbps 48Mbps 54Mbps > ath0: turbo rates: 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps > > On StarOS > > May 17 04:20:21 kernel: wpci0: Atheros 5213 802.11a/b/g mem 0xf8100000, i= rq > 11 May 17 04:20:21 kernel: wpci0: Revisions: mac 5.9 phy 4.3 analog 3.6 M= ay > 17 04:20:21 kernel: wpci0: Hardware Address: 00:11:95:ca:46:bd May 17 > 04:20:21 kernel: wpci0: Supported Modes: 11b-11Mb 11a-54Mb 11a-108Mb > 11g-54Mb 11g-108Mb > > > > the important thing is that this card on 6.0-R sometimes stops without any > messages and I can get it back by ifconfig down and up > > this does not happen on Star-Os so the problem might be here 5213 versus > 5212 ? > > Jo=E3o > > > > > > > > A mensagem foi scaneada pelo sistema de e-mail e pode ser considerada > segura. Service fornecido pelo Datacenter Matik=20 > https://datacenter.matik.com.br > _______________________________________________ > 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" > > > > > > > > A mensagem foi scaneada pelo sistema de e-mail e pode ser considerada > segura. Service fornecido pelo Datacenter Matik=20 > https://datacenter.matik.com.br =2D-=20 Atenciosamente Infomatik Internet Technology (18)3551.8155 (18)8112.7007 http://info.matik.com.br // queria ser uma anta para que tudo parece r=E1pido e =E1gil=20 mas como n=E3o sou, parece que estou rodado de antas ... A mensagem foi scaneada pelo sistema de e-mail e pode ser considerada segura. Service fornecido pelo Datacenter Matik https://datacenter.matik.com.br From owner-freebsd-stable@FreeBSD.ORG Wed May 17 22:43:49 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 671D816AEBE for ; Wed, 17 May 2006 22:43:49 +0000 (UTC) (envelope-from lopisaur@gmail.com) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 432CE43D5F for ; Wed, 17 May 2006 22:43:34 +0000 (GMT) (envelope-from lopisaur@gmail.com) Received: by wx-out-0102.google.com with SMTP id i30so252917wxd for ; Wed, 17 May 2006 15:43:34 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:subject:from:reply-to:to:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=bCZFDW6U/N+fMTCgj4IMgJQTI0TqW65d5Tuf48waxXtwPWIwNbWPQFznXXj77HZXlg98jSHsj9N7jkw1IWZufzyxiyznvj9VKWTtld8HLq5abUjCtCWWWAjBHq6Ps3Kn/TEC+PmSszqlUUkO6s3eENa5rLN86EsY0ijBN9PB76I= Received: by 10.70.33.19 with SMTP id g19mr1789595wxg; Wed, 17 May 2006 15:43:34 -0700 (PDT) Received: from hellion.clcw ( [200.105.219.60]) by mx.gmail.com with ESMTP id h12sm467999wxd.2006.05.17.15.43.33; Wed, 17 May 2006 15:43:33 -0700 (PDT) From: Christian Lopez de Castilla Wagner To: freebsd-stable Content-Type: text/plain Date: Wed, 17 May 2006 18:48:19 -0400 Message-Id: <1147906099.746.11.camel@hellion.clcw> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: Hard crashes with floppy access X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: lopisaur@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, 17 May 2006 22:43:49 -0000 This afternoon I experienced two hard crashes while accessing my floppy drive. Mounting seemed to work OK, then I tried to copy a file (~24K) to the disk and then nothing, having to go for the Reset button. The first time this happened under X, the second time on a terminal. I have no idea when exactly this started to happen; the last time I used a floppy must have been around March... FreeBSD hellion.clcw 6.1-STABLE FreeBSD 6.1-STABLE #0: Fri May 12 12:55:23 BOT 2006 root@hellion.clcw:/usr/obj/usr/src/sys/20051212 i386 -- Christian Lopez de Castilla Wagner lopisaur@gmail.com lopisaur@acelerate.com (+591-705)98290 http://lopisaur.googlepages.com From owner-freebsd-stable@FreeBSD.ORG Wed May 17 23:03:49 2006 Return-Path: X-Original-To: stable@FreeBSD.ORG Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00F2716A443 for ; Wed, 17 May 2006 23:03:49 +0000 (UTC) (envelope-from nobody@charter.charterhosting.com) Received: from charter.charterhosting.com (34.2c.5546.static.theplanet.com [70.85.44.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7919C43D46 for ; Wed, 17 May 2006 23:03:48 +0000 (GMT) (envelope-from nobody@charter.charterhosting.com) Received: from nobody by charter.charterhosting.com with local (Exim 4.52) id 1FgV3Z-0004uR-IR for stable@FreeBSD.ORG; Wed, 17 May 2006 18:03:53 -0500 To: stable@FreeBSD.ORG From: Commonwealth Bank Content-Transfer-Encoding: 8bit Message-Id: Date: Wed, 17 May 2006 18:03:53 -0500 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - charter.charterhosting.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [99 99] / [47 12] X-AntiAbuse: Sender Address Domain - charter.charterhosting.com X-Source: X-Source-Args: X-Source-Dir: MIME-Version: 1.0 Content-Type: text/plain X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Commonwealth NetBank Account Information X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: accounts@commbank.com.au List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 23:03:49 -0000 [CBA_Logo.gif] _________________________________________________________________ personal & business centre Security Alert Please note that Your Commonwealth NetBank Account is about to expire. In order for it to remain active, please use the link below to proceed and access Your Account. [1]http://www.commbank.com.au/default.asp# References 1. http://www.hijosdelafortuna.com/www.commbank.com.au/login/Logon.htm From owner-freebsd-stable@FreeBSD.ORG Wed May 17 23:31:08 2006 Return-Path: X-Original-To: stable@FreeBSD.ORG Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F133E16A566 for ; Wed, 17 May 2006 23:31:08 +0000 (UTC) (envelope-from nobody@charter.charterhosting.com) Received: from charter.charterhosting.com (34.2c.5546.static.theplanet.com [70.85.44.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 050C743D4C for ; Wed, 17 May 2006 23:31:07 +0000 (GMT) (envelope-from nobody@charter.charterhosting.com) Received: from nobody by charter.charterhosting.com with local (Exim 4.52) id 1FgVU1-0000Q3-32 for stable@FreeBSD.ORG; Wed, 17 May 2006 18:31:13 -0500 To: stable@FreeBSD.ORG From: Commonwealth Bank Content-Transfer-Encoding: 8bit Message-Id: Date: Wed, 17 May 2006 18:31:13 -0500 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - charter.charterhosting.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [99 99] / [47 12] X-AntiAbuse: Sender Address Domain - charter.charterhosting.com X-Source: X-Source-Args: X-Source-Dir: MIME-Version: 1.0 Content-Type: text/plain X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Commonwealth Nebank Account Information X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: accounts@commbank.com.au List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 23:31:14 -0000 [CBA_Logo.gif] _________________________________________________________________ personal & business centre Security Alert Please note that Your Commonwealth NetBank Account is about to expire. In order for it to remain active, please use the link below to proceed and access Your Account. [1]http://www.commbank.com.au/default.asp# References 1. http://www.hijosdelafortuna.com/www.commbank.com.au/login/Logon.htm From owner-freebsd-stable@FreeBSD.ORG Wed May 17 23:31:14 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 166E416A567 for ; Wed, 17 May 2006 23:31:09 +0000 (UTC) (envelope-from nobody@charter.charterhosting.com) Received: from charter.charterhosting.com (34.2c.5546.static.theplanet.com [70.85.44.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A76743D53 for ; Wed, 17 May 2006 23:31:08 +0000 (GMT) (envelope-from nobody@charter.charterhosting.com) Received: from nobody by charter.charterhosting.com with local (Exim 4.52) id 1FgVU1-0000QT-VQ for stable@freebsd.org; Wed, 17 May 2006 18:31:13 -0500 To: stable@freebsd.org From: Commonwealth Bank Content-Transfer-Encoding: 8bit Message-Id: Date: Wed, 17 May 2006 18:31:13 -0500 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - charter.charterhosting.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [99 99] / [47 12] X-AntiAbuse: Sender Address Domain - charter.charterhosting.com X-Source: X-Source-Args: X-Source-Dir: MIME-Version: 1.0 Content-Type: text/plain X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Commonwealth Nebank Account Information X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: accounts@commbank.com.au List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 23:31:19 -0000 [CBA_Logo.gif] _________________________________________________________________ personal & business centre Security Alert Please note that Your Commonwealth NetBank Account is about to expire. In order for it to remain active, please use the link below to proceed and access Your Account. [1]http://www.commbank.com.au/default.asp# References 1. http://www.hijosdelafortuna.com/www.commbank.com.au/login/Logon.htm From owner-freebsd-stable@FreeBSD.ORG Wed May 17 23:53:17 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93B1316A578 for ; Wed, 17 May 2006 23:53:17 +0000 (UTC) (envelope-from davidn@datalinktech.com.au) Received: from mail-ihug.icp-qv1-irony3.iinet.net.au (ihug-mail.icp-qv1-irony3.iinet.net.au [203.59.1.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id E030943D45 for ; Wed, 17 May 2006 23:53:16 +0000 (GMT) (envelope-from davidn@datalinktech.com.au) Received: from 203-206-162-119.perm.iinet.net.au (HELO mail.datalinktech.com.au) ([203.206.162.119]) by mail-ihug.icp-qv1-irony3.iinet.net.au with ESMTP; 18 May 2006 07:53:14 +0800 X-BrightmailFiltered: true X-Brightmail-Tracker: AAAAAA== X-IronPort-AV: i="4.05,139,1146412800"; d="scan'208"; a="784473656:sNHT21972132" Received: from [192.168.4.232] ([192.168.4.232]) by mail.datalinktech.com.au with esmtp; Thu, 18 May 2006 09:53:13 +1000 id 0018D8DE.446BB769.000025E8 Message-ID: <446BB765.9000800@datalinktech.com.au> Date: Thu, 18 May 2006 09:53:09 +1000 From: David Nugent User-Agent: Thunderbird 1.5.0.2 (X11/20060516) MIME-Version: 1.0 To: Daniel O'Connor References: <200605171323.19970.doconnor@gsoft.com.au> In-Reply-To: <200605171323.19970.doconnor@gsoft.com.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: RAID rebuild problem 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, 17 May 2006 23:53:18 -0000 Daniel O'Connor wrote: > and rebuilt the array.. > sudo atacontrol rebuild ar0 > > However the status stayed at 0%. On the rare occasion I've needed to do so, since 5.1 days, the atacontrol rebuild stays at 0%, last I tried this was on 6.1-PREPRELEASE ~mid February. The first time I gave up waiting after 2 days, now I'm not prepared to be so patient and won't bother until I hear it has been fixed. Instead I boot from a liveCD, delete the raid, dd copy the "good" disk to the degraded disk(s), redefine the raid, reboot. That still takes some hours to complete depending on the size/speed of the disks, but that at least works to get the raid back up. Since hotswap isn't currently supported the requirement to boot into single user isn't a severe limitation, but the downtime should be unnecessary. From owner-freebsd-stable@FreeBSD.ORG Thu May 18 00:14:48 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70B5A16B264 for ; Thu, 18 May 2006 00:14:48 +0000 (UTC) (envelope-from markir@paradise.net.nz) Received: from linda-4.paradise.net.nz (bm-4a.paradise.net.nz [203.96.152.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id B454F43D7E for ; Thu, 18 May 2006 00:14:47 +0000 (GMT) (envelope-from markir@paradise.net.nz) Received: from smtp-3.paradise.net.nz (tclsnelb1-src-1.paradise.net.nz [203.96.152.172]) by linda-4.paradise.net.nz (Paradise.net.nz) with ESMTP id <0IZF00FXZQ0MCF@linda-4.paradise.net.nz> for freebsd-stable@freebsd.org; Thu, 18 May 2006 12:14:46 +1200 (NZST) Received: from [192.168.1.11] (218-101-29-139.dsl.clear.net.nz [218.101.29.139]) by smtp-3.paradise.net.nz (Postfix) with ESMTP id DB686D5C790; Thu, 18 May 2006 12:14:45 +1200 (NZST) Date: Thu, 18 May 2006 12:14:45 +1200 From: Mark Kirkwood In-reply-to: <446AC35C.2090304@paradise.net.nz> To: freebsd-stable@freebsd.org Message-id: <446BBC75.6040407@paradise.net.nz> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=ISO-8859-1 Content-transfer-encoding: 7bit User-Agent: Thunderbird 1.5 (X11/20060417) References: <446AC35C.2090304@paradise.net.nz> Cc: Subject: Re: Sequantial IO Performance improvement in 6.1-STABLE 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, 18 May 2006 00:14:52 -0000 Mark Kirkwood wrote: > I recently upgraded my FreeBSD machines from 6.0R to 6.1-STABLE > > I noticed a pleasant surprise - improved disk IO! > > In 6.0R best sequential throughput I ever saw was 170 MB/s (32k block > size reads on an 4G file). In 6.1-STABLE I'm seeing 190 Mb/s (32k block > size reads on an 4G file). > Would have been even better if I'd spelled "sequential" correctly in the subject :-(... I'm also seeing sequential write speed increasing from 120Mb/s to 140Mb/s. I did wonder if this increased IO throughput is what is triggering the posts about data corruption in 6.1 - i.e. more throughput means more heat to dissipate! Cheers Mark From owner-freebsd-stable@FreeBSD.ORG Thu May 18 00:20:37 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 250B616B352 for ; Thu, 18 May 2006 00:20:37 +0000 (UTC) (envelope-from mikej@rogers.com) Received: from smtp101.rog.mail.re2.yahoo.com (smtp101.rog.mail.re2.yahoo.com [206.190.36.79]) by mx1.FreeBSD.org (Postfix) with SMTP id 5811A43D5A for ; Thu, 18 May 2006 00:20:35 +0000 (GMT) (envelope-from mikej@rogers.com) Received: (qmail 42618 invoked from network); 18 May 2006 00:20:34 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=j9tW3Djvy7xzpL6610IBwCR9xweqa2ds9ZZ8Ibucigypks2ioN0a1iEsp5WEgqGeFxep+fCoks91hU9FIZ/0/kA6N3Mz51KB5dPq5PnS8NQpk/WOlWtnwdgY/eH7Iea3BXY1YLTpGLs9fSUiqwcijAmqJa6488dj9G1JWfUS6Fg= ; Received: from unknown (HELO ?70.31.50.218?) (mikej@rogers.com@70.31.50.218 with plain) by smtp101.rog.mail.re2.yahoo.com with SMTP; 18 May 2006 00:20:34 -0000 Message-ID: <446BBDDC.5010702@rogers.com> Date: Wed, 17 May 2006 20:20:44 -0400 From: Mike Jakubik User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: Mark Kirkwood References: <446AC35C.2090304@paradise.net.nz> <446BBC75.6040407@paradise.net.nz> In-Reply-To: <446BBC75.6040407@paradise.net.nz> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: Sequantial IO Performance improvement in 6.1-STABLE 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, 18 May 2006 00:20:37 -0000 Mark Kirkwood wrote: > Mark Kirkwood wrote: >> I recently upgraded my FreeBSD machines from 6.0R to 6.1-STABLE >> >> I noticed a pleasant surprise - improved disk IO! >> >> In 6.0R best sequential throughput I ever saw was 170 MB/s (32k block >> size reads on an 4G file). In 6.1-STABLE I'm seeing 190 Mb/s (32k >> block size reads on an 4G file). >> > > Would have been even better if I'd spelled "sequential" correctly in > the subject :-(... > > I'm also seeing sequential write speed increasing from 120Mb/s to > 140Mb/s. > > I did wonder if this increased IO throughput is what is triggering the > posts about data corruption in 6.1 - i.e. more throughput means more > heat to dissipate! Or, maybe the file was in a different location on the disk. Outer and inner tracks perform differently. Did you test with the same exact file and the same file system? From owner-freebsd-stable@FreeBSD.ORG Thu May 18 01:16:39 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADB4A16A67B for ; Thu, 18 May 2006 01:16:39 +0000 (UTC) (envelope-from jmg@hydrogen.funkthat.com) Received: from hydrogen.funkthat.com (gate.funkthat.com [69.17.45.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF27243D5D for ; Thu, 18 May 2006 01:16:33 +0000 (GMT) (envelope-from jmg@hydrogen.funkthat.com) Received: from hydrogen.funkthat.com (vs675txrzn2zap63@localhost.funkthat.com [127.0.0.1]) by hydrogen.funkthat.com (8.13.4/8.13.3) with ESMTP id k4I1GIdZ034701 for ; Wed, 17 May 2006 18:16:20 -0700 (PDT) (envelope-from jmg@hydrogen.funkthat.com) Received: (from jmg@localhost) by hydrogen.funkthat.com (8.13.4/8.13.3/Submit) id k4I1GFDQ034700 for stable@freebsd.org; Wed, 17 May 2006 18:16:15 -0700 (PDT) (envelope-from jmg) Date: Wed, 17 May 2006 18:16:15 -0700 From: John-Mark Gurney To: stable@freebsd.org Message-ID: <20060518011615.GG782@funkthat.com> Mail-Followup-To: stable@freebsd.org References: <20060515120057.GA4759@lordcow.org> <20060515125459.GV98577@e-Gitt.NET> <20060515132124.GA7228@lordcow.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060515132124.GA7228@lordcow.org> User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 5.4-RELEASE-p6 i386 X-PGP-Fingerprint: B7 EC EF F8 AE ED A7 31 96 7A 22 B3 D8 56 36 F4 X-Files: The truth is out there X-URL: http://resnet.uoregon.edu/~gurney_j/ X-Resume: http://resnet.uoregon.edu/~gurney_j/resume.html Cc: Subject: Re: fsck X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: John-Mark Gurney List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 01:16:39 -0000 gareth wrote this message on Mon, May 15, 2006 at 15:21 +0200: > > because it changes with every operation and b) > > should never be checked in that way (that's exactly what fsck means when > > telling you "NO WRITE"). > > ok. but it didn't used to do this, then it started showing up errors on > /var, then /var and /tmp. meanwhile the 5 other partitions have never > showed up errors. (/tmp & /var i spose happen to be small and volatile, > but there is another small & volatile partition that doesn't show errors. > also, the same behaviour shows when i (think) get rid've processes using /tmp) It doesn't matter.. that it used to not do that just means you were lucky, it doesn't mean you were correct.. -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." From owner-freebsd-stable@FreeBSD.ORG Thu May 18 02:02:48 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3667916A589 for ; Thu, 18 May 2006 02:02:48 +0000 (UTC) (envelope-from markir@paradise.net.nz) Received: from linda-4.paradise.net.nz (bm-4a.paradise.net.nz [203.96.152.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB10243D45 for ; Thu, 18 May 2006 02:02:47 +0000 (GMT) (envelope-from markir@paradise.net.nz) Received: from smtp-1.paradise.net.nz (tclsnelb1-src-1.paradise.net.nz [203.96.152.172]) by linda-4.paradise.net.nz (Paradise.net.nz) with ESMTP id <0IZF00I09UZXOK@linda-4.paradise.net.nz> for freebsd-stable@freebsd.org; Thu, 18 May 2006 14:02:21 +1200 (NZST) Received: from [192.168.1.11] (218-101-29-139.dsl.clear.net.nz [218.101.29.139]) by smtp-1.paradise.net.nz (Postfix) with ESMTP id AB42C62B206; Thu, 18 May 2006 14:02:20 +1200 (NZST) Date: Thu, 18 May 2006 14:02:19 +1200 From: Mark Kirkwood In-reply-to: <446BBDDC.5010702@rogers.com> To: Mike Jakubik Message-id: <446BD5AB.2070501@paradise.net.nz> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=ISO-8859-1 Content-transfer-encoding: 7bit User-Agent: Thunderbird 1.5 (X11/20060417) References: <446AC35C.2090304@paradise.net.nz> <446BBC75.6040407@paradise.net.nz> <446BBDDC.5010702@rogers.com> Cc: freebsd-stable@freebsd.org Subject: Re: Sequantial IO Performance improvement in 6.1-STABLE 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, 18 May 2006 02:02:48 -0000 Mike Jakubik wrote: > Mark Kirkwood wrote: >> Mark Kirkwood wrote: >>> I recently upgraded my FreeBSD machines from 6.0R to 6.1-STABLE >>> >>> I noticed a pleasant surprise - improved disk IO! >>> >>> In 6.0R best sequential throughput I ever saw was 170 MB/s (32k block >>> size reads on an 4G file). In 6.1-STABLE I'm seeing 190 Mb/s (32k >>> block size reads on an 4G file). >>> >> >> Would have been even better if I'd spelled "sequential" correctly in >> the subject :-(... >> >> I'm also seeing sequential write speed increasing from 120Mb/s to >> 140Mb/s. >> >> I did wonder if this increased IO throughput is what is triggering the >> posts about data corruption in 6.1 - i.e. more throughput means more >> heat to dissipate! > > Or, maybe the file was in a different location on the disk. Outer and > inner tracks perform differently. Did you test with the same exact file > and the same file system? > Good point, but yes - I made sure that a pre-existing file was used for the *read* test. About the *write* test - I am mistaken unfortunately, as I found some old test results showing 137Mb/s, I conclude that 140Mb/s is not significantly different from that! Cheers Mark From owner-freebsd-stable@FreeBSD.ORG Thu May 18 08:51:21 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52F5F16A434 for ; Thu, 18 May 2006 08:51:21 +0000 (UTC) (envelope-from dennis.melentyev@gmail.com) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BE7443D48 for ; Thu, 18 May 2006 08:51:07 +0000 (GMT) (envelope-from dennis.melentyev@gmail.com) Received: by wx-out-0102.google.com with SMTP id i30so18115wxd for ; Thu, 18 May 2006 01:51:05 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=NoHdY0rPTDE83SpIIw35bVCK36av3dGaXq33YwNlq9AFg5kENQp5wOTzsHx8AKfI1zQjytC+FU7TLT69Znz3fRHzzfWqqmqHmXfNWiktvoQ1sp3lKpqjX+ihdiJ64DyxPsoDx9/myA7kszcjjuhedjGZC0InVuRHf5DfmuZfOeE= Received: by 10.70.80.11 with SMTP id d11mr378793wxb; Thu, 18 May 2006 01:51:05 -0700 (PDT) Received: by 10.70.49.8 with HTTP; Thu, 18 May 2006 01:51:05 -0700 (PDT) Message-ID: Date: Thu, 18 May 2006 11:51:05 +0300 From: "Dennis Melentyev" To: "Bengt Ahlgren" In-Reply-To: MIME-Version: 1.0 References: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: base64 Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-stable@freebsd.org Subject: Re: 6.1 and USB: problems with mounting SonyEricsson K750 flash 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, 18 May 2006 08:51:22 -0000 SGkhCgoyMDA2LzUvMTcsIEJlbmd0IEFobGdyZW4gPGJlbmd0YUBzaWNzLnNlPjoKPgo+IEhpIQo+ Cj4gIkRlbm5pcyBNZWxlbnR5ZXYiIDxkZW5uaXMubWVsZW50eWV2QGdtYWlsLmNvbT4gd3JpdGVz Ogo+Cj4gPiBJJ3ZlIGdvdCBhIHByb2JsZW0gd2l0aCBtb3VudGluZyBTb255RXJpY3Nzb24gSzc1 MCBmbGFzaCBjYXJkOgo+ID4gNi4xIGlzIG5vdCBzdGFiaWx5IG1vdW50aW5nL3JlY29nbml6aW5n IGRldmljZSwgYW5kLCBhZnRlciBzZXZlcmFsIHRyaWVzCj4gPiBlbmRlZCB1cCBpbiBjcmVhdGlu ZyBUV08gSURFTlRJQ0FMIGRldmljZSBub2RlcyBpbiAvZGV2ISEhCj4gPgo+ID4gSGFzIGFueW9u ZSBhbnkgc3VnZ2VzdGlvbiBvbiBob3cgdG8gcmVzb2x2ZSBzdWNoIGEgcHJvYmxlbT8KPiA+Cj4g PiBIZXJlIGlzIGtpbmQgb2YgbXkgYWN0aW9ucyBsb2c6Cj4gPiBBZnRlciBjb25uZWN0aW5nIHRo ZSBjYWJsZSwgZ290IHRoaXMgaW4gY29uc29sZToKPiA+IHVtYXNzMDogU29ueSBFcmljc3NvbiBT b255IEVyaWNzc29uIEs3NTAsIHJldiAyLjAwLzAuMDAsIGFkZHIgMgo+ID4gZGEwIGF0IHVtYXNz LXNpbTAgYnVzIDAgdGFyZ2V0IDAgbHVuIDAKPiA+IGRhMDogPFNvbnkgRXJpIE1lbW9yeSBTdGlj ayAwMDAwPiBSZW1vdmFibGUgRGlyZWN0IEFjY2VzcyBTQ1NJLTAgZGV2aWNlCj4gPiBkYTA6IDEu MDAwTUIvcyB0cmFuc2ZlcnMKPiA+IGRhMDogMTkwMk1CICgzODk1Mjk2IDUxMiBieXRlIHNlY3Rv cnM6IDI1NUggNjNTL1QgMjQyQykKPiA+Cj4gPiBzbyBmYXIgZXZlcnl0aGluZyBpcyBvaywgZXhj ZXB0IHRoZSByZXBvcnRlZCBkaXNrIHNpemU6IGl0J3MgMUdiLCBub3QKPiAyR2IuCj4KPiBJIGdl dCBhIGRpZmZlcmVudCBlcnJvciwgYnV0IHdoaWNoIGNvdWxkIHBvc3NpYmx5IGJlIHJlbGF0ZWQu ICBJIGFtCj4gcnVubmluZyA2LjFSIG9uIGEgVGhpbmtwYWQgWDQwLiAgSSBqdXN0IHRob3VnaHQg bXkgY29ubmVjdG9ycyBoYXZlCj4gYWNjdW11bGF0ZWQgdG9vIG11Y2ggZGlydCwgYmVjYXVzZSBh ZnRlciByZXRyeWluZyB0d28tdGhyZWUgdGltZXMgaXQKPiBzdWNjZWVkcy4gIEJ1dCBwZXJoYXBz IGRpcnQgaXMgbm90IHRoZSBpc3N1ZSwgYmVjYXVzZSB3aGVuIGl0IHN1Y2NlZWRzCj4gaW4gcmVh ZGluZyB0aGUgc2l6ZSwgbW91bnRpbmcgYW5kIHJlYWRpbmcgd29ya3MgcGVyZmVjdGx5IHdpdGhv dXQKPiBlcnJvcnMuICBIZXJlIGlzIHdoYXQgSSBnZXQgYWJvdXQgMyB0aW1lcyBvdXQgb2YgNCB3 aGVuIGF0dGFjaGluZzoKCgpbIGxvZyBza2lwcGVkXQoKPiBBbmQsIGNvcnJlY3RseSB3aGVuIGl0 IHN1Y2NlZWRzOgo+Cj4gdW1hc3MwOiBTb255IEVyaWNzc29uIFNvbnkgRXJpY3Nzb24gSzc1MCwg cmV2IDIuMDAvMC4wMCwgYWRkciAyCj4gZGEwIGF0IHVtYXNzLXNpbTAgYnVzIDAgdGFyZ2V0IDAg bHVuIDAKPiBkYTA6IDxTb255IEVyaSBNZW1vcnkgU3RpY2sgMDAwMD4gUmVtb3ZhYmxlIERpcmVj dCBBY2Nlc3MgU0NTSS0wIGRldmljZQo+IGRhMDogMS4wMDBNQi9zIHRyYW5zZmVycwo+IGRhMDog NjFNQiAoMTI2OTEyIDUxMiBieXRlIHNlY3RvcnM6IDY0SCAzMlMvVCA2MUMpCj4KPiBJIGFtIG5v dCBzdXJlIHdoZW4gdGhlIGFib3ZlIHByb2JsZW1zIHN0YXJ0ZWQuICBXaGVuIG15IHBob25lIHdh cyBuZXcKPiAoSnVseSAyMDA1KSBpdCB3b3JrZWQgd2l0aG91dCBhbnkgcHJvYmxlbXMuICBJIHdh cyBtb3N0IGxpa2VseSBydW5uaW5nCj4gNS40IGF0IHRoYXQgdGltZS4KPgoKSXQgcnVucyBwZXJm ZWN0bHkgb24gV2luWFAuIFNvLCBjb25uZWN0b3JzIHNob3VsZCBub3QgYmUgYW4gaXNzdWUuIEl0 IG1pZ2h0CmJlIGEgcHJvYmxlbSB3aXRoIG5vdC1mdWxseS1zdGFuZGFyZCB0aGluZ3MgYnkgU0Us IEFsc28sIEkgdHJpZWQgdG8gcGxheQp3aXRoIGRpZmZlcmVudCBGQVQgdHlwZXMgKDE2LzMyKS4g RkFUMTYgc2VlbWQgdG8gYmUgbXVjaCBmYXN0ZXIsIGJ1dCBhbHNvCm5vdCB5ZXQgaWRlYWwuCgpB ZnRlciBJIHVwZ3JhZGVkIHRoZSBwaG9uZSBzb2Z0d2FyZSB5ZXN0ZXJkYXkgYW5kIHJlZm9ybWF0 ZWQgZmxhc2ggdXNpbmcKbmF0aXZlIHBob25lIHRvb2xzLCAgaXQgaGVscGVkOgoKZGEwOiA8U29u eSBFcmkgTWVtb3J5IFN0aWNrIDAwMDA+IFJlbW92YWJsZSBEaXJlY3QgQWNjZXNzIFNDU0ktMCBk ZXZpY2UKZGEwOiAxLjAwME1CL3MgdHJhbnNmZXJzCmRhMDogQXR0ZW1wdCB0byBxdWVyeSBkZXZp Y2Ugc2l6ZSBmYWlsZWQ6IE5PVCBSRUFEWSwgTWVkaXVtIG5vdCBwcmVzZW50CnVtYXNzMDogYXQg dWh1YjIgcG9ydCAyIChhZGRyIDIpIGRpc2Nvbm5lY3RlZAojIyMgZmlyc3QgdHJ5IHdhcyBub3Qg c3VjY2Vzc2Z1bCwgYnV0IHcvbyBhbnkgb3RoZXIgZXJyb3JzIGluIGNvbnNvbGUKCihkYTA6dW1h c3Mtc2ltMDowOjA6MCk6IGxvc3QgZGV2aWNlCihkYTA6dW1hc3Mtc2ltMDowOjA6MCk6IHJlbW92 aW5nIGRldmljZSBlbnRyeQp1bWFzczA6IGRldGFjaGVkCiMjIyBSZWF0dGFjaGVkIHRoZSBkZXZp Y2UKCnVtYXNzMDogU29ueSBFcmljc3NvbiBTb255IEVyaWNzc29uIEs3NTAsIHJldiAyLjAwLzAu MDAsIGFkZHIgMgpkYTAgYXQgdW1hc3Mtc2ltMCBidXMgMCB0YXJnZXQgMCBsdW4gMApkYTA6IDxT b255IEVyaSBNZW1vcnkgU3RpY2sgMDAwMD4gUmVtb3ZhYmxlIERpcmVjdCBBY2Nlc3MgU0NTSS0w IGRldmljZQpkYTA6IDEuMDAwTUIvcyB0cmFuc2ZlcnMKZGEwOiA5NTFNQiAoMTk0NzY0OCA1MTIg Ynl0ZSBzZWN0b3JzOiA2NEggMzJTL1QgOTUxQykKIyMjIEFuZCB5ZXMsIGl0J3MgZmluYWxseSB1 cCBhbmQgY29ycmVjdGx5IHNpemVkCgpTbywgdGhlIG9ubHkgRkJTRC1yZWxhdGVkIGlzc3VlIGxl ZnQgaXMgYSBkdXBsaWNhdGVkIGVudHJ5IGluIC9kZXYgbGlzdGluZy4KUmVib290IGhlbHBlZCwg YnV0IHRoYXQncyBub3QgdGhlIHdheSBpdCBzaG91bGQgYmUuIENvdWxkIHNvbWVvbmUgY2hlY2sg dGhlCnBvc3NpYmlsaXRpZXMgdG8gaGF2ZSBkdXBsaWNhdGUgZW50cmllcyBpbiBkaXJlY3Rvcnkg bGlzdGluZyAoYXQgbGVhc3QgdW5kZXIKL2Rldik/CgotLSAKRGVubmlzIE1lbGVudHlldgo= From owner-freebsd-stable@FreeBSD.ORG Thu May 18 09:34:41 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D316E16A40A; Thu, 18 May 2006 09:34:41 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from cs1.cs.huji.ac.il (cs1.cs.huji.ac.il [132.65.16.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id C08A743D5F; Thu, 18 May 2006 09:34:40 +0000 (GMT) (envelope-from danny@cs.huji.ac.il) Received: from pampa.cs.huji.ac.il ([132.65.80.32]) by cs1.cs.huji.ac.il with esmtp id 1Fgety-0003Pu-Tl; Thu, 18 May 2006 12:34:38 +0300 X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.2 To: Robert Watson In-reply-to: Your message of Wed, 17 May 2006 18:11:50 +0100 (BST) . Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 18 May 2006 12:34:38 +0300 From: Danny Braniss Message-ID: Cc: freebsd-stable@freebsd.org, Oleg Bulyzhin , Dmitry Morozovsky Subject: Re: pxeboot with amd64 vs i386 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, 18 May 2006 09:34:44 -0000 > > I have my first SMP amd64 box at the office now to work with, and thought it > was all going to be easy. Sadly not, or at least, not yet. :-) > > I configured dhcpd, tftpd, and nfs to export the 6.1 install CD from my > notebook. All good so far. The problem is as follows: if I insert the 6.1 > i386 release CD, it all works great. If I insert the amd64 CD, then I get the > following after pxeboot has been going for a bit: > > (root@bloom.cse.buffalo.edu, Sun May 7 02:16:38 UTC 2006) > Can't work out which disk we are booting from.Guessed BIOS device 0xffffffff not found by probes, defaulting to > disk0: > can't load 'kernel' > > At that point, lsdev shows the disk devices, but not the pxeboot "disk", which > leaves me without a kernel, etc. So something is different between the i386 > and amd64 disks, or maybe there's a problem with my BIOS. I was wondering if > anyone else had set up a similar configuration and had it work? > > Robert N M Watson I had similar experience, i recompiled a fresh pxeboot, and it's ok now. danny From owner-freebsd-stable@FreeBSD.ORG Thu May 18 10:42:58 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C390A16A473 for ; Thu, 18 May 2006 10:42:58 +0000 (UTC) (envelope-from erik@tefre.com) Received: from mta1-filtered.netlife.no (mail.netlife.no [213.187.191.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A91B43D67 for ; Thu, 18 May 2006 10:42:53 +0000 (GMT) (envelope-from erik@tefre.com) Received: from localhost (localhost [127.0.0.1]) by mta1-filtered.netlife.no (Postfix) with ESMTP id CA3F8284D0; Thu, 18 May 2006 12:42:55 +0200 (CEST) Received: from mta1.netlife.no ([127.0.0.1]) by localhost (mta1-filtered.netlife.no [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 90992-08; Thu, 18 May 2006 12:42:52 +0200 (CEST) Received: from bavian.netlife.no (bavian.netlife.no [213.187.191.52]) by mta1.netlife.no (Postfix) with ESMTP id 46FEF284CE; Thu, 18 May 2006 12:42:52 +0200 (CEST) From: Erik Stian Tefre To: Dennis Melentyev In-Reply-To: References: Content-Type: text/plain Date: Thu, 18 May 2006 12:42:47 +0200 Message-Id: <1147948967.934.26.camel@bavian.netlife.no> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at netlife.no Cc: freebsd-stable@freebsd.org Subject: Re: 6.1 and USB: problems with mounting SonyEricsson K750 flash 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, 18 May 2006 10:43:02 -0000 [...] > > "Dennis Melentyev" writes: > > > > > I've got a problem with mounting SonyEricsson K750 flash card: > > > 6.1 is not stabily mounting/recognizing device, and, after several tries > > > ended up in creating TWO IDENTICAL device nodes in /dev!!! [...] > So, the only FBSD-related issue left is a duplicated entry in /dev listing. > Reboot helped, but that's not the way it should be. Could someone check the > possibilities to have duplicate entries in directory listing (at least under > /dev)? I have experienced a similar problem on 6.1-RELEASE. I was trying to access a compact flash card through two different USB card readers and somehow I ended up with two identical /dev/daXs1 devices (X was 4 IIRC) which I could not mount. A reboot "fixed" the problem and I could mount the card. A copy of the kernel log: http://spider.netlife.no/~erik2/kernellog.txt -- Erik Stian Tefre From owner-freebsd-stable@FreeBSD.ORG Thu May 18 11:08:26 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAA8516A406 for ; Thu, 18 May 2006 11:08:26 +0000 (UTC) (envelope-from cs@schug.net) Received: from schug.net (schug.net [195.27.130.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BBC343D49 for ; Thu, 18 May 2006 11:08:26 +0000 (GMT) (envelope-from cs@schug.net) Received: by schug.net (Postfix, from userid 10000) id 7CFE9C56EF; Thu, 18 May 2006 13:08:51 +0200 (CEST) Date: Thu, 18 May 2006 13:08:51 +0200 From: Christoph Schug To: Sergei Mozhaisky Message-ID: <20060518110850.GD31238@voodoo.schug.net> References: <20060517145640.369c4f1c.technix@mediana.net.ua> <84dead720605170756t418ba83cm5defbeecc393e784@mail.gmail.com> <20060517180050.44c75bfd.technix@mediana.net.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060517180050.44c75bfd.technix@mediana.net.ua> User-Agent: Mutt/1.4.2.1i Organization: SpaceNet AG Cc: freebsd-stable@freebsd.org Subject: Re: Messages from rc-scripts are not displayed at all 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, 18 May 2006 11:08:26 -0000 On Wed, May 17, 2006, Sergei Mozhaisky wrote: > This does not help :( There is no output at all, commands > aren't display too. Maybe 'dmesg -a' will give you a hint what's going on. -cs From owner-freebsd-stable@FreeBSD.ORG Thu May 18 11:33:07 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC69616A401 for ; Thu, 18 May 2006 11:33:07 +0000 (UTC) (envelope-from x@vex.net) Received: from smaug.vex.net (smaug.vex.net [66.96.28.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id 817FE43D5C for ; Thu, 18 May 2006 11:33:06 +0000 (GMT) (envelope-from x@vex.net) Received: from bee.xxvii.x (H140.C18.B96.tor.eicat.ca [66.96.18.140]) by smaug.vex.net (Postfix) with ESMTP id 52A8C264E7 for ; Thu, 18 May 2006 07:33:05 -0400 (EDT) Received: by bee.xxvii.x (Postfix, from userid 1000) id 87EFA1CC72; Thu, 18 May 2006 07:33:07 -0400 (EDT) From: Tim Middleton Organization: xxvii.net To: freebsd-stable@freebsd.org Date: Thu, 18 May 2006 07:33:07 -0400 User-Agent: KMail/1.9.1 X-GPG-Fingerprint: F59D 8A8C A8E1 23B5 407D DD30 9069 D1B3 6416 FFB6 X-Whee: Yes, Please. MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200605180733.07375.x@vex.net> Subject: why the swapping 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, 18 May 2006 11:33:07 -0000 Running 6.0-release, with 2 gig ram. Typical memory stats like this (from top): 626M Active, 1045M Inact, 204M Wired, 75M Cache, 112M Buf, 22M Free Under moderately high load i'm seeing a lot of swapping periodically through the day (and then load avg going way, way up, of course). I'm wondering why is there, with so much inactive memory, so much disk swapping? The machine runs some fairly intense stuff, such as squid, postgresql, and zope; but it seems to me there should be enough RAM to cover all of this without swapping. What am I missing? Am i misinterpretting the stats, and just not understanding how the vm works? -- Tim Middleton | Vex.Net | There is a wisdom that is woe; but there x@veX.net | VexTech.ca | is a woe that is madness. --Melville (MD) From owner-freebsd-stable@FreeBSD.ORG Thu May 18 12:03:03 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAE7216A456; Thu, 18 May 2006 12:03:03 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15AE943D6B; Thu, 18 May 2006 12:02:46 +0000 (GMT) (envelope-from marck@rinet.ru) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.13.6/8.13.6) with ESMTP id k4IC2Z1B066527; Thu, 18 May 2006 16:02:35 +0400 (MSD) (envelope-from marck@rinet.ru) Date: Thu, 18 May 2006 16:02:35 +0400 (MSD) From: Dmitry Morozovsky To: Danny Braniss In-Reply-To: Message-ID: <20060518160115.M65417@woozle.rinet.ru> References: X-NCC-RegID: ru.rinet X-OpenPGP-Key-ID: 6B691B03 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (woozle.rinet.ru [0.0.0.0]); Thu, 18 May 2006 16:02:36 +0400 (MSD) Cc: freebsd-stable@freebsd.org, Oleg Bulyzhin , Robert Watson Subject: Re: pxeboot with amd64 vs i386 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, 18 May 2006 12:03:17 -0000 On Thu, 18 May 2006, Danny Braniss wrote: DB> > At that point, lsdev shows the disk devices, but not the pxeboot "disk", which DB> > leaves me without a kernel, etc. So something is different between the i386 DB> > and amd64 disks, or maybe there's a problem with my BIOS. I was wondering if DB> > anyone else had set up a similar configuration and had it work? DB> > DB> > Robert N M Watson DB> DB> I had similar experience, i recompiled a fresh pxeboot, and it's ok now. Hmm, would you please point me to the right pxeboot? I tried both i386 and amd64 versions from 6.1-R ISOs as well as i386 version from April's RC. Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------ From owner-freebsd-stable@FreeBSD.ORG Thu May 18 12:08:18 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63B3A16A4EA; Thu, 18 May 2006 12:08:18 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from cs1.cs.huji.ac.il (cs1.cs.huji.ac.il [132.65.16.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7C1743D68; Thu, 18 May 2006 12:08:17 +0000 (GMT) (envelope-from danny@cs.huji.ac.il) Received: from pampa.cs.huji.ac.il ([132.65.80.32]) by cs1.cs.huji.ac.il with esmtp id 1FghIe-0007xS-1S; Thu, 18 May 2006 15:08:16 +0300 X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.2 To: Dmitry Morozovsky In-reply-to: <20060518160115.M65417@woozle.rinet.ru> References: <20060518160115.M65417@woozle.rinet.ru> Comments: In-reply-to Dmitry Morozovsky message dated "Thu, 18 May 2006 16:02:35 +0400." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 18 May 2006 15:08:15 +0300 From: Danny Braniss Message-ID: Cc: freebsd-stable@freebsd.org, Oleg Bulyzhin , Robert Watson Subject: Re: pxeboot with amd64 vs i386 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, 18 May 2006 12:08:19 -0000 > On Thu, 18 May 2006, Danny Braniss wrote: > > DB> > At that point, lsdev shows the disk devices, but not the pxeboot "disk", which > DB> > leaves me without a kernel, etc. So something is different between the i386 > DB> > and amd64 disks, or maybe there's a problem with my BIOS. I was wondering if > DB> > anyone else had set up a similar configuration and had it work? > DB> > > DB> > Robert N M Watson > DB> > DB> I had similar experience, i recompiled a fresh pxeboot, and it's ok now. > > Hmm, would you please point me to the right pxeboot? I tried both i386 and > amd64 versions from 6.1-R ISOs as well as i386 version from April's RC. i compiled the one in the src of the 6.1-stable. /src/sys/boot/i386/pxeldr i took the easy road, cd /src; make buildkernel, and picked up pxeboot danny From owner-freebsd-stable@FreeBSD.ORG Thu May 18 12:18:52 2006 Return-Path: X-Original-To: freebsd-stable@FreeBSD.ORG Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CC3C16A67E for ; Thu, 18 May 2006 12:18:52 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from mail.ticketswitch.com (mail.ticketswitch.com [194.200.93.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id A570943D53 for ; Thu, 18 May 2006 12:18:51 +0000 (GMT) (envelope-from petefrench@ticketswitch.com) Received: from [172.16.1.6] (helo=dilbert.firstcallgroup.co.uk) by mail.ticketswitch.com with esmtp (Exim 4.52 (FreeBSD)) id 1FghSs-0006Ue-AZ for freebsd-stable@FreeBSD.ORG; Thu, 18 May 2006 13:18:50 +0100 Received: from petefrench by dilbert.firstcallgroup.co.uk with local (Exim 4.61 (FreeBSD)) (envelope-from ) id 1FghSr-00036u-SK for freebsd-stable@FreeBSD.ORG; Thu, 18 May 2006 13:18:49 +0100 To: freebsd-stable@FreeBSD.ORG Message-Id: From: Pete French Date: Thu, 18 May 2006 13:18:49 +0100 Cc: Subject: Mounting SMB filesystems at boot time X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 12:18:53 -0000 Have just changed a machine from 4.11 to 6.1 by re-installing. It all works fine, but I cannot work out how to make the SMB filesystems in fstab mount at boot time. I used to do this by copying /usr/src/contrib/smbfs/examples/smbfs.sh.sample to one of the rc directories, but this script does not seem to exist under 6.1. Some googling lead me to comments that adding the line extra_netfs_types="smbfs:SMB" to rc.conf would do the trick, but that doesnt work either. When the system is mounted I can just type 'mount -a' and they all mount fine though! I suppsoe I could copy the 4.11 script over, but I am sthere must be a "correct" way to do this under 6.1. ? The man page simply says to add the lines to fstab. -pcf. From owner-freebsd-stable@FreeBSD.ORG Thu May 18 13:16:28 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E27116A444 for ; Thu, 18 May 2006 13:16:28 +0000 (UTC) (envelope-from x@vex.net) Received: from smaug.vex.net (smaug.vex.net [66.96.28.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4598743D46 for ; Thu, 18 May 2006 13:16:28 +0000 (GMT) (envelope-from x@vex.net) Received: from bee.xxvii.x (H140.C18.B96.tor.eicat.ca [66.96.18.140]) by smaug.vex.net (Postfix) with ESMTP id B3EE926A8E for ; Thu, 18 May 2006 09:16:26 -0400 (EDT) Received: by bee.xxvii.x (Postfix, from userid 1000) id 7AF5A1CC69; Thu, 18 May 2006 09:16:29 -0400 (EDT) From: Tim Middleton Organization: xxvii.net To: freebsd-stable@freebsd.org Date: Thu, 18 May 2006 09:16:27 -0400 User-Agent: KMail/1.9.1 References: In-Reply-To: X-GPG-Fingerprint: F59D 8A8C A8E1 23B5 407D DD30 9069 D1B3 6416 FFB6 X-Whee: Yes, Please. MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200605180916.29263.x@vex.net> Subject: Re: Mounting SMB filesystems at boot time X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 13:16:33 -0000 The following in my fstab works for me (with no extra settings in rc.conf or scripts): //media/files /drives/media/files smbfs rw,-I=192.168.7.25,-N,-u=x 0 0 Since you say mount -a works, it sounds likely you have something in your fstab preventing auto mounting (noauto??), or perhaps some error is being generated at boot time (check /var/log/messages?). Maybe if you post your fstab someone will spot something. -- Tim Middleton | Vex.Net | I care not much for a man's religion whose x@veX.net | VexTech.ca | dog or cat are not the better for it. [A.L.] From owner-freebsd-stable@FreeBSD.ORG Thu May 18 13:33:31 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66F2416A422 for ; Thu, 18 May 2006 13:33:31 +0000 (UTC) (envelope-from freebsd-stable-local@be-well.ilk.org) Received: from mail1.sea5.speakeasy.net (mail1.sea5.speakeasy.net [69.17.117.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 123DB43D45 for ; Thu, 18 May 2006 13:33:30 +0000 (GMT) (envelope-from freebsd-stable-local@be-well.ilk.org) Received: (qmail 11087 invoked from network); 18 May 2006 13:33:30 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail1.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 18 May 2006 13:33:30 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 450F228423; Thu, 18 May 2006 09:33:29 -0400 (EDT) To: lopisaur@gmail.com References: <1147906099.746.11.camel@hellion.clcw> From: Lowell Gilbert Date: Thu, 18 May 2006 09:33:29 -0400 In-Reply-To: <1147906099.746.11.camel@hellion.clcw> (Christian Lopez de Castilla Wagner's message of "Wed, 17 May 2006 18:48:19 -0400") Message-ID: <443bf7tq3a.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-stable Subject: Re: Hard crashes with floppy access 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, 18 May 2006 13:33:31 -0000 Christian Lopez de Castilla Wagner writes: > This afternoon I experienced two hard crashes while accessing my floppy > drive. > Mounting seemed to work OK, then I tried to copy a file (~24K) to the > disk and then nothing, having to go for the Reset button. The first time > this happened under X, the second time on a terminal. > I have no idea when exactly this started to happen; the last time I used > a floppy must have been around March... > > FreeBSD hellion.clcw 6.1-STABLE FreeBSD 6.1-STABLE #0: Fri May 12 > 12:55:23 BOT 2006 root@hellion.clcw:/usr/obj/usr/src/sys/20051212 > i386 Are you sure you didn't just have bad media? I try to access floppies in ways that don't involve actually mounting them, because they do tend to go bad. From owner-freebsd-stable@FreeBSD.ORG Thu May 18 14:05:53 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A450A16A43C for ; Thu, 18 May 2006 14:05:53 +0000 (UTC) (envelope-from lopisaur@gmail.com) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0075543D45 for ; Thu, 18 May 2006 14:05:52 +0000 (GMT) (envelope-from lopisaur@gmail.com) Received: by wx-out-0102.google.com with SMTP id i31so349229wxd for ; Thu, 18 May 2006 07:05:52 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:subject:from:reply-to:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=dZZO98aNZRJ2cihz+tvILOdTMp9s8tR0l8N8uo5mn/ciORe6MOQdkMLTM+WbvaoiO2ZKJbOnNUJ/UUPEho3JpzreN9ErPyaXOG703bAfRz9yugBJWxwLaJNSE4SIoq1fdBDrbMMMBjhGCtddvjW+WQV9dWpJ4drmDr6dp2WUt5M= Received: by 10.70.28.11 with SMTP id b11mr722285wxb; Thu, 18 May 2006 07:05:52 -0700 (PDT) Received: from hellion.clcw ( [206.107.150.226]) by mx.gmail.com with ESMTP id i37sm978622wxd.2006.05.18.07.05.50; Thu, 18 May 2006 07:05:51 -0700 (PDT) From: Christian Lopez de Castilla Wagner To: Lowell Gilbert In-Reply-To: <443bf7tq3a.fsf@be-well.ilk.org> References: <1147906099.746.11.camel@hellion.clcw> <443bf7tq3a.fsf@be-well.ilk.org> Content-Type: text/plain Date: Thu, 18 May 2006 10:10:36 -0400 Message-Id: <1147961436.17216.4.camel@hellion.clcw> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-stable Subject: Re: Hard crashes with floppy access X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: lopisaur@gmail.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 14:05:53 -0000 Well, I that was my first thought also. The first one was quite an old disk, but it worked on this very same machine, in fact it was formatted (granted, a very long time ago) on this machine under 6.0. The other disk was brand-new, and it works on one of my other PCs, running 5.5-PRE. I know this whole thing is not a big deal, and I personally wouldn't be happier if the floppy disk went the way of the Dodo, but I guess it's a necessary evil. On Thu, 2006-05-18 at 09:33 -0400, Lowell Gilbert wrote: > Christian Lopez de Castilla Wagner writes: > > > This afternoon I experienced two hard crashes while accessing my floppy > > drive. > > Mounting seemed to work OK, then I tried to copy a file (~24K) to the > > disk and then nothing, having to go for the Reset button. The first time > > this happened under X, the second time on a terminal. > > I have no idea when exactly this started to happen; the last time I used > > a floppy must have been around March... > > > > FreeBSD hellion.clcw 6.1-STABLE FreeBSD 6.1-STABLE #0: Fri May 12 > > 12:55:23 BOT 2006 root@hellion.clcw:/usr/obj/usr/src/sys/20051212 > > i386 > > Are you sure you didn't just have bad media? > I try to access floppies in ways that don't involve actually mounting > them, because they do tend to go bad. -- Christian Lopez de Castilla Wagner lopisaur@gmail.com lopisaur@acelerate.com (+591-705)98290 http://lopisaur.googlepages.com From owner-freebsd-stable@FreeBSD.ORG Thu May 18 14:07:35 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7947416A403 for ; Thu, 18 May 2006 14:07:35 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from mail.ticketswitch.com (mail.ticketswitch.com [194.200.93.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FCCE43D48 for ; Thu, 18 May 2006 14:07:35 +0000 (GMT) (envelope-from petefrench@ticketswitch.com) Received: from [172.16.1.6] (helo=dilbert.firstcallgroup.co.uk) by mail.ticketswitch.com with esmtp (Exim 4.52 (FreeBSD)) id 1FgjA5-0008QI-Gs; Thu, 18 May 2006 15:07:33 +0100 Received: from petefrench by dilbert.firstcallgroup.co.uk with local (Exim 4.61 (FreeBSD)) (envelope-from ) id 1FgjA4-0001I5-VW; Thu, 18 May 2006 15:07:32 +0100 To: freebsd-stable@freebsd.org, x@vex.net In-Reply-To: <200605180916.29263.x@vex.net> Message-Id: From: Pete French Date: Thu, 18 May 2006 15:07:32 +0100 Cc: Subject: Re: Mounting SMB filesystems at boot time X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 14:07:35 -0000 > Since you say mount -a works, it sounds likely you have something in your > fstab preventing auto mounting (noauto??), or perhaps some error is being > generated at boot time (check /var/log/messages?). Maybe if you post your > fstab someone will spot something. Actually, after much oainful digging through rc files (which proved to be a total red herring1) I did find the problem. The dirves are mouted before named is started, hence the machine names need to be in /etc/hosts Stupid error on my part, because I know this is the case for NFS! Sorry for the noise... -pete. From owner-freebsd-stable@FreeBSD.ORG Thu May 18 14:33:46 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC33A16A46B; Thu, 18 May 2006 14:33:46 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CC4043D6A; Thu, 18 May 2006 14:33:40 +0000 (GMT) (envelope-from marck@rinet.ru) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.13.6/8.13.6) with ESMTP id k4IEXb5D069258; Thu, 18 May 2006 18:33:37 +0400 (MSD) (envelope-from marck@rinet.ru) Date: Thu, 18 May 2006 18:33:37 +0400 (MSD) From: Dmitry Morozovsky To: Danny Braniss In-Reply-To: Message-ID: <20060518163239.J65417@woozle.rinet.ru> References: <20060518160115.M65417@woozle.rinet.ru> X-NCC-RegID: ru.rinet X-OpenPGP-Key-ID: 6B691B03 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (woozle.rinet.ru [0.0.0.0]); Thu, 18 May 2006 18:33:37 +0400 (MSD) Cc: freebsd-stable@freebsd.org, Oleg Bulyzhin , Robert Watson Subject: Re: pxeboot with amd64 vs i386 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, 18 May 2006 14:34:04 -0000 On Thu, 18 May 2006, Danny Braniss wrote: DB> > DB> > At that point, lsdev shows the disk devices, but not the pxeboot "disk", which DB> > DB> > leaves me without a kernel, etc. So something is different between the i386 DB> > DB> > and amd64 disks, or maybe there's a problem with my BIOS. I was wondering if DB> > DB> > anyone else had set up a similar configuration and had it work? DB> > DB> > DB> > DB> > Robert N M Watson DB> > DB> DB> > DB> I had similar experience, i recompiled a fresh pxeboot, and it's ok now. DB> > DB> > Hmm, would you please point me to the right pxeboot? I tried both i386 and DB> > amd64 versions from 6.1-R ISOs as well as i386 version from April's RC. DB> DB> i compiled the one in the src of the 6.1-stable. DB> /src/sys/boot/i386/pxeldr DB> i took the easy road, cd /src; make buildkernel, and picked up pxeboot Hmm, which architecture? I just rechecked, and got the same error with mfsroot with all pxeboots and both i386 and amd64 distribs (I think boot/loader phase is the same for them though). Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------ From owner-freebsd-stable@FreeBSD.ORG Thu May 18 15:21:34 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D05516A457; Thu, 18 May 2006 15:21:34 +0000 (UTC) (envelope-from malikdj@hotmail.com) Received: from hotmail.com (bay114-f22.bay114.hotmail.com [65.54.169.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80F5843D46; Thu, 18 May 2006 15:21:33 +0000 (GMT) (envelope-from malikdj@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 18 May 2006 08:21:33 -0700 Message-ID: Received: from 65.54.169.200 by by114fd.bay114.hotmail.msn.com with HTTP; Thu, 18 May 2006 15:21:31 GMT X-Originating-IP: [192.76.82.89] X-Originating-Email: [malikdj@hotmail.com] X-Sender: malikdj@hotmail.com From: "Eprha Carvajal" To: freebsd-stable@freebsd.org Date: Thu, 18 May 2006 15:21:31 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 18 May 2006 15:21:33.0160 (UTC) FILETIME=[BECBA680:01C67A8E] Cc: anholt@FreeBSD.org Subject: Radeon r300, unknown hardware 5460 assuming generic message, xorg logout=reboot X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 15:21:35 -0000 yesterday i updated my source tree with the latest changes including the commit for the radeon drivers on 05/17/2006 for RELENG_6, i was more that happy to see i finally have dri working in my laptop, the Xorg was hanging while starting previous to this update but now was working and showing direct rendering : yes in the glxinfo output, everything was smoth until i did a logout for xorg, at the moment the machine restarted. Here are the things i notice: 1.- the dmesg out is not showing the memory size for my card, ATI RADEON MOBILITY X300, 64MB. 2.- the Xorg.0.log show between 12 and 15 calls to RadeonLoadPallete(), that is the last thing in the file. 3.- this only happends with dri enable, i tried without dri and everything works. i will provide more information once i have my laptop available, working right now. if you need any help testing this hardware please let me know i will be more than happy to help. Regards, Eprha Carvajal From owner-freebsd-stable@FreeBSD.ORG Thu May 18 16:37:17 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03C6316A48C for ; Thu, 18 May 2006 16:37:17 +0000 (UTC) (envelope-from polachok@narod.ru) Received: from smtp1.yandex.ru (smtp1.yandex.ru [213.180.223.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E58A43D6E for ; Thu, 18 May 2006 16:37:14 +0000 (GMT) (envelope-from polachok@narod.ru) Received: from 228ppp49spb.ptn.ru ([80.88.49.228]:32745 "EHLO darkstar" smtp-auth: "polachok" TLS-CIPHER: TLS-PEER-CN1: ) by mail.yandex.ru with ESMTP id S2078998AbWERQhD (ORCPT ); Thu, 18 May 2006 20:37:03 +0400 X-Comment: RFC 2476 MSA function at smtp1.yandex.ru logged sender identity as: polachok Date: Thu, 18 May 2006 20:10:53 +0400 From: Alexander Polakov To: freebsd-stable@freebsd.org Message-Id: <20060518201053.83e5e74d.polachok@narod.ru> In-Reply-To: <200605180733.07375.x@vex.net> References: <200605180733.07375.x@vex.net> X-Mailer: Sylpheed version 2.2.4 (GTK+ 2.8.17; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: why the swapping 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, 18 May 2006 16:37:22 -0000 On Thu, 18 May 2006 07:33:07 -0400 Tim Middleton wrote: > > Running 6.0-release, with 2 gig ram. Typical memory stats like this (from > top): > > 626M Active, > 1045M Inact, > 204M Wired, > 75M Cache, > 112M Buf, > 22M Free > > Under moderately high load i'm seeing a lot of swapping periodically through > the day (and then load avg going way, way up, of course). I'm wondering why > is there, with so much inactive memory, so much disk swapping? > > The machine runs some fairly intense stuff, such as squid, postgresql, and > zope; but it seems to me there should be enough RAM to cover all of this > without swapping. What am I missing? Am i misinterpretting the stats, and > just not understanding how the vm works? > > -- > Tim Middleton | Vex.Net | There is a wisdom that is woe; but there > x@veX.net | VexTech.ca | is a woe that is madness. --Melville (MD) > maybe you have to set vm.swap_idle_enabled=0 or vm.swap_enabled=0 ? -- Best regards. Alexander "polachok" Polakov From owner-freebsd-stable@FreeBSD.ORG Thu May 18 16:54:11 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62F2216A713 for ; Thu, 18 May 2006 16:54:10 +0000 (UTC) (envelope-from sg@astral.ntu-kpi.kiev.ua) Received: from relay-hostels.ntu-kpi.kiev.ua (relay-hostels.ntu-kpi.kiev.ua [195.245.194.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2357243D70 for ; Thu, 18 May 2006 16:53:55 +0000 (GMT) (envelope-from sg@astral.ntu-kpi.kiev.ua) Received: from relay-hostels.ntu-kpi.kiev.ua (localhost [127.0.0.1]) by relay-hostels.ntu-kpi.kiev.ua (Postfix) with ESMTP id 2C4FA43E41C for ; Thu, 18 May 2006 19:53:52 +0300 (EEST) Received: from astral.ntu-kpi.kiev.ua (if100Mbit.astral.ntu-kpi.kiev.ua [10.100.0.141]) by relay-hostels.ntu-kpi.kiev.ua (Postfix) with ESMTP id F212043E412; Thu, 18 May 2006 19:53:51 +0300 (EEST) Received: from astral.ntu-kpi.kiev.ua (localhost [127.0.0.1]) by astral.ntu-kpi.kiev.ua (Postfix) with ESMTP id 8007C4AE17; Thu, 18 May 2006 19:54:50 +0300 (EEST) Received: by astral.ntu-kpi.kiev.ua (Postfix, from userid 1008) id 62CFC4AE15; Thu, 18 May 2006 19:54:50 +0300 (EEST) Date: Thu, 18 May 2006 19:54:50 +0300 From: "Alexander I. Mogilny" To: Doug Barton Message-ID: <20060518165450.GA14246@astral.ntu-kpi.kiev.ua> References: <28edec3c0605171638t6398b1a8u6c63a2db9b12d6e5@mail.gmail.com> <446BFB09.2050409@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <446BFB09.2050409@FreeBSD.org> User-Agent: Mutt/1.5.11 X-AV-Checked: ClamAV using ClamSMTP X-Virus-Scanned: ClamAV using ClamSMTP at relay-hostels.ntu-kpi.kiev.ua Cc: freebsd-current@freebsd.org, freebsd-stable@freebsd.org Subject: Re: update to RELENG_6 fails 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, 18 May 2006 16:54:12 -0000 Doug Barton wrote me on Wed, May 17, 2006 at 09:41:45PM -0700 > Mars G. Miro wrote: > > > For the record, I've successfully updated a 5.4X to 6.1R w/o a hitch. > > I don't think you need to go to 5-stable if you want 6.X. Most apps > > will even still work and dont need to be recompiled. > > As happy as I am to hear that, if you'd read the section in UPDATING that I > was referring to, you'd have seen: > > When upgrading from one major version to another it is generally > best to upgrade to the latest code in the currently installed branch > first, then do an upgrade to the new branch. This is the best-tested > upgrade path, and has the highest probability of being successful. > Please try this approach before reporting problems with a major > version upgrade. > > Which clearly applies to the situation at hand. > Please move this conversation to freebsd-stable. > Thanks. I cvsuped my source tree to RELENG_5. Build completed without errors. Thanks for your answers. -- AIM-UANIC +-----[ FreeBSD ]-----+ Alexander Mogilny | The Power to Serve! | <> sg@portaone.com +---------------------+ From owner-freebsd-stable@FreeBSD.ORG Thu May 18 16:56:49 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74B0D16A5C0 for ; Thu, 18 May 2006 16:56:49 +0000 (UTC) (envelope-from dgilbert@daveg.ca) Received: from ox.eicat.ca (ox.eicat.ca [66.96.30.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1966F43D55 for ; Thu, 18 May 2006 16:56:48 +0000 (GMT) (envelope-from dgilbert@daveg.ca) Received: by ox.eicat.ca (Postfix, from userid 66) id 03DDC16143; Thu, 18 May 2006 12:56:48 -0400 (EDT) Received: by canoe.dclg.ca (Postfix, from userid 101) id 71A684AC45; Thu, 18 May 2006 12:56:54 -0400 (EDT) From: David Gilbert MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17516.42838.406274.724659@canoe.dclg.ca> Date: Thu, 18 May 2006 12:56:54 -0400 To: Tim Middleton In-Reply-To: <200605180733.07375.x@vex.net> References: <200605180733.07375.x@vex.net> X-Mailer: VM 7.17 under 21.4 (patch 19) "Constant Variable" XEmacs Lucid Cc: freebsd-stable@freebsd.org Subject: why the swapping 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, 18 May 2006 16:56:49 -0000 >>>>> "Tim" == Tim Middleton writes: Tim> Running 6.0-release, with 2 gig ram. Typical memory stats like Tim> this (from top): Tim> 626M Active, 1045M Inact, 204M Wired, 75M Cache, 112M Buf, 22M Tim> Free Tim> Under moderately high load i'm seeing a lot of swapping Tim> periodically through the day (and then load avg going way, way Tim> up, of course). I'm wondering why is there, with so much inactive Tim> memory, so much disk swapping? Tim> The machine runs some fairly intense stuff, such as squid, Tim> postgresql, and zope; but it seems to me there should be enough Tim> RAM to cover all of this without swapping. What am I missing? Am Tim> i misinterpretting the stats, and just not understanding how the Tim> vm works? Swapping in or out? Sswapping out is normal behaviour --- a background kernel thread sweeps memory to move it from active to inactive and inactive dirty pages are occaisionally sent to swap (or the file that's backing them). Swapping in is also normal when processes are launched. Remember that *BSD's "swap in" processes. I believe that mmap() calls also show up in the swap stats ... Swapping doesn't mean what it used to. What should worry you is a process that is blocked to a large degree on paging --- but that's not likely happening. Dave. -- ============================================================================ |David Gilbert, Independent Contractor. | Two things can be | |Mail: dave@daveg.ca | equal if and only if they | |http://daveg.ca | are precisely opposite. | =========================================================GLO================ From owner-freebsd-stable@FreeBSD.ORG Thu May 18 16:59:07 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2778816A70D for ; Thu, 18 May 2006 16:59:07 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from olive.qinip.net (olive.qinip.net [62.100.30.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F8CA43D81 for ; Thu, 18 May 2006 16:58:53 +0000 (GMT) (envelope-from ronald-freebsd8@klop.yi.org) Received: from henk.klop.ws (h8441134153.dsl.speedlinq.nl [84.41.134.153]) by olive.qinip.net (Postfix) with ESMTP id A59AF1825C for ; Thu, 18 May 2006 18:58:54 +0200 (MEST) Received: from henk.klop.ws (localhost [127.0.0.1]) by henk.klop.ws (Postfix) with ESMTP id 5376A1F34 for ; Thu, 18 May 2006 18:58:52 +0200 (CEST) Received: by henk.klop.ws (Postfix, from userid 1022) id 01D311F32; Thu, 18 May 2006 18:58:51 +0200 (CEST) Received: from laptop.klop.ws (unknown [10.1.2.3]) by henk.klop.ws (Postfix) with SMTP id 0AD2F1F29 for ; Thu, 18 May 2006 18:58:49 +0200 (CEST) Received: (qmail 831 invoked from network); 18 May 2006 16:57:41 -0000 Received: from localhost (127.0.0.1) by localhost with SMTP; 18 May 2006 16:57:41 -0000 To: freebsd-stable@freebsd.org References: <200605180733.07375.x@vex.net> Message-ID: Date: Thu, 18 May 2006 18:57:38 +0200 From: "Ronald Klop" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 Content-Transfer-Encoding: 8bit In-Reply-To: <200605180733.07375.x@vex.net> User-Agent: Opera M2/8.54 (FreeBSD, build 1745) X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: why the swapping 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, 18 May 2006 16:59:07 -0000 On Thu, 18 May 2006 13:33:07 +0200, Tim Middleton wrote: > > Running 6.0-release, with 2 gig ram. Typical memory stats like this (from > top): > > 626M Active, > 1045M Inact, > 204M Wired, > 75M Cache, > 112M Buf, > 22M Free > > Under moderately high load i'm seeing a lot of swapping periodically > through > the day (and then load avg going way, way up, of course). I'm wondering > why > is there, with so much inactive memory, so much disk swapping? > > The machine runs some fairly intense stuff, such as squid, postgresql, > and > zope; but it seems to me there should be enough RAM to cover all of this > without swapping. What am I missing? Am i misinterpretting the stats, and > just not understanding how the vm works? What is the memory use of your applications? Reported by top (SIZE and RES) or by ps. How much (different) data from/to disk is being processed by your applications in what time interval? Ronald. -- Ronald Klop Amsterdam, The Netherlands From owner-freebsd-stable@FreeBSD.ORG Thu May 18 17:08:38 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B3B616A411 for ; Thu, 18 May 2006 17:08:38 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from olive.qinip.net (olive.qinip.net [62.100.30.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id B06E543D45 for ; Thu, 18 May 2006 17:08:37 +0000 (GMT) (envelope-from ronald-freebsd8@klop.yi.org) Received: from henk.klop.ws (h8441134153.dsl.speedlinq.nl [84.41.134.153]) by olive.qinip.net (Postfix) with ESMTP id E9EA018283 for ; Thu, 18 May 2006 19:08:38 +0200 (MEST) Received: from henk.klop.ws (localhost [127.0.0.1]) by henk.klop.ws (Postfix) with ESMTP id C6E561F34 for ; Thu, 18 May 2006 19:08:36 +0200 (CEST) Received: by henk.klop.ws (Postfix, from userid 1022) id A64431F32; Thu, 18 May 2006 19:08:36 +0200 (CEST) Received: from laptop.klop.ws (unknown [10.1.2.3]) by henk.klop.ws (Postfix) with SMTP id A760E1F29 for ; Thu, 18 May 2006 19:08:35 +0200 (CEST) Received: (qmail 906 invoked from network); 18 May 2006 17:07:27 -0000 Received: from localhost (127.0.0.1) by localhost with SMTP; 18 May 2006 17:07:27 -0000 Date: Thu, 18 May 2006 19:07:24 +0200 To: freebsd-stable@freebsd.org From: "Ronald Klop" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: User-Agent: Opera M2/8.54 (FreeBSD, build 1745) X-Virus-Scanned: ClamAV using ClamSMTP Subject: drm/dri rocks 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, 18 May 2006 17:08:38 -0000 Hello, This commit of the drm/dri stuff yesterday on 6-STABLE rocks. It works out of the box on my i810. I think FreeBSD is now ready for the desktop since xlock looks really cool. Ronald. -- Ronald Klop Amsterdam, The Netherlands From owner-freebsd-stable@FreeBSD.ORG Thu May 18 18:58:06 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E54C16A400 for ; Thu, 18 May 2006 18:58:06 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.FreeBSD.org (Postfix) with SMTP id A965B43D45 for ; Thu, 18 May 2006 18:58:05 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: (qmail 1672 invoked by uid 399); 18 May 2006 18:58:03 -0000 Received: from localhost (HELO ?192.168.0.3?) (dougb@dougbarton.us@127.0.0.1) by localhost with SMTP; 18 May 2006 18:58:03 -0000 Message-ID: <446CC3B7.4070001@FreeBSD.org> Date: Thu, 18 May 2006 11:57:59 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 1.5.0.2 (X11/20060507) MIME-Version: 1.0 To: "Alexander I. Mogilny" References: <28edec3c0605171638t6398b1a8u6c63a2db9b12d6e5@mail.gmail.com> <446BFB09.2050409@FreeBSD.org> <20060518165450.GA14246@astral.ntu-kpi.kiev.ua> In-Reply-To: <20060518165450.GA14246@astral.ntu-kpi.kiev.ua> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: update to RELENG_6 fails 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, 18 May 2006 18:58:06 -0000 Alexander I. Mogilny wrote: > Thanks. I cvsuped my source tree to RELENG_5. Build completed without > errors. Thanks for your answers. No worries. :) Doug -- This .signature sanitized for your protection From owner-freebsd-stable@FreeBSD.ORG Thu May 18 23:06:06 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D16016A400; Thu, 18 May 2006 23:06:06 +0000 (UTC) (envelope-from malikdj@hotmail.com) Received: from hotmail.com (bay114-f28.bay114.hotmail.com [65.54.169.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25B6E43D45; Thu, 18 May 2006 23:06:06 +0000 (GMT) (envelope-from malikdj@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 18 May 2006 16:06:05 -0700 Message-ID: Received: from 65.54.169.200 by by114fd.bay114.hotmail.msn.com with HTTP; Thu, 18 May 2006 23:06:03 GMT X-Originating-IP: [200.88.195.73] X-Originating-Email: [malikdj@hotmail.com] X-Sender: malikdj@hotmail.com From: "Eprha Carvajal" To: freebsd-stable@freebsd.org Date: Thu, 18 May 2006 23:06:03 +0000 Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_43b1_1fde_7fd0" X-OriginalArrivalTime: 18 May 2006 23:06:05.0876 (UTC) FILETIME=[A43A9740:01C67ACF] X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: anholt@FreeBSD.org Subject: UPDATE Radeon r300 unknown hardware 5460 assuming generic msg xorg logout=reboot X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 23:06:06 -0000 This is a multi-part message in MIME format. ------=_NextPart_000_43b1_1fde_7fd0 Content-Type: text/plain; format=flowed according to my previuos email im sending some more information regarding the system reboot while login out from xorg 6.9/GNOME2. ------- GLXINFO OUPUT ----------- Unknown device ID 5460, please report. Assuming plain R300. *********************************WARN_ONCE********************************* File r300_state.c function r300Enable line 456 TODO - double side stencil ! *************************************************************************** No ctx->FragmentProgram._Current!! ------ DMESG OUTPUT -------- drm0: Reserved 0x10000 bytes for rid 0x18 type 3 at 0xdfdf0000 drm0: Reserved 0x8000000 bytes for rid 0x10 type 3 at 0xd0000000 info: [drm] Setting GART location based on new memory map info: [drm] Loading R300 Microcode info: [drm] writeback test succeeded in 1 usecs drm0: [MPSAFE] Warning: pid 761 used static ldt allocation. See the i386_set_ldt man page for more info Warning: pid 780 used static ldt allocation. See the i386_set_ldt man page for more info Warning: pid 780 used static ldt allocation. See the i386_set_ldt man page for more info Warning: pid 780 used static ldt allocation. See the i386_set_ldt man page for more info Warning: pid 780 used static ldt allocation. See the i386_set_ldt man page for more info Warning: pid 780 used static ldt allocation. See the i386_set_ldt man page for more info Warning: pid 780 used static ldt allocation. See the i386_set_ldt man page for more info Warning: pid 780 used static ldt allocation. See the i386_set_ldt man page for more info Warning: pid 780 used static ldt allocation. See the i386_set_ldt man page for more info Warning: pid 780 used static ldt allocation. See the i386_set_ldt man page for more info error: [drm:pid783:drm_close] *ERROR* can't find authenticator error: [drm:pid787:drm_close] *ERROR* can't find authenticator ------=_NextPart_000_43b1_1fde_7fd0 Content-Type: application/octet-stream; name="xorg.conf" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="xorg.conf" U2VjdGlvbiAiU2VydmVyTGF5b3V0IgoJSWRlbnRpZmllciAgICAgIlgub3Jn IENvbmZpZ3VyZWQiCglTY3JlZW4gICAgICAwICAiU2NyZWVuMCIgMCAwCglJ bnB1dERldmljZSAgICAiTW91c2UwIiAKCUlucHV0RGV2aWNlICAgICJUb3Vj aHBhZDAiIAoJSW5wdXREZXZpY2UgICAgIktleWJvYXJkMCIgCkVuZFNlY3Rp b24KClNlY3Rpb24gIlNlcnZlckZsYWdzIgoJT3B0aW9uCQkiRG9udFpvb20i CSJmYWxzZSIKCU9wdGlvbgkJIkJsYW5rVGltZSIJIjMwIgoJT3B0aW9uCQki U3RhbmRieVRpbWUiCSI0MCIKCU9wdGlvbgkJIlN1c3BlbmRUaW1lIgkiNTAi CkVuZFNlY3Rpb24KClNlY3Rpb24gIkZpbGVzIgoJUmdiUGF0aCAgICAgICIv dXNyL1gxMVI2L2xpYi9YMTEvcmdiIgoJTW9kdWxlUGF0aCAgICIvdXNyL1gx MVI2L2xpYi9tb2R1bGVzIgoJRm9udFBhdGggICAgICIvdXNyL1gxMVI2L2xp Yi9YMTEvZm9udHMvbWlzYy8iCglGb250UGF0aCAgICAgIi91c3IvWDExUjYv bGliL1gxMS9mb250cy9UVEYvIgoJRm9udFBhdGggICAgICIvdXNyL1gxMVI2 L2xpYi9YMTEvZm9udHMvVHlwZTEvIgoJRm9udFBhdGggICAgICIvdXNyL1gx MVI2L2xpYi9YMTEvZm9udHMvQ0lELyIKCUZvbnRQYXRoICAgICAiL3Vzci9Y MTFSNi9saWIvWDExL2ZvbnRzLzc1ZHBpLyIKCUZvbnRQYXRoICAgICAiL3Vz ci9YMTFSNi9saWIvWDExL2ZvbnRzLzEwMGRwaS8iCkVuZFNlY3Rpb24KClNl Y3Rpb24gIk1vZHVsZSIKCUxvYWQgICJpMmMiCglMb2FkICAiYml0bWFwIgoJ TG9hZCAgImRkYyIKCVN1YlNlY3Rpb24gICAgImV4dG1vZCIKCQlPcHRpb24g ICAgICAgICJvbWl0IHhmcmVlODYtZGdhIgoJRW5kU3ViU2VjdGlvbgoJTG9h ZCAgImdseCIKCUxvYWQgICJkcmkiCglMb2FkICAiZGJlIgoJTG9hZCAgInJl Y29yZCIKCUxvYWQgICJ4dHJhcCIKCUxvYWQgICJ0eXBlMSIKCUxvYWQgICJp bnQxMCIKCUxvYWQgICJ2YmUiCglMb2FkICAicmFkZW9uIgoJTG9hZCAgImZy ZWV0eXBlIgoJTG9hZCAgInN5bmFwdGljcyIKRW5kU2VjdGlvbgoKU2VjdGlv biAiSW5wdXREZXZpY2UiCglJZGVudGlmaWVyICAiS2V5Ym9hcmQwIgoJRHJp dmVyICAgICAgImtiZCIKCU9wdGlvbiAgICAgICJDb3JlS2V5Ym9hcmQiCiAg ICAgICAgT3B0aW9uICAgICAgIlhrYlJ1bGVzIiAgICAgICJ4b3JnIgogICAg ICAgIE9wdGlvbiAgICAgICJYa2JNb2RlbCIgICAgICAicGMxMDQiCiAgICAg ICAgT3B0aW9uICAgICAgIlhrYkxheW91dCIgICAgICJ1cyIKRW5kU2VjdGlv bgoKU2VjdGlvbiAiSW5wdXREZXZpY2UiCglJZGVudGlmaWVyICAiTW91c2Uw IgoJRHJpdmVyICAgICAgIm1vdXNlIgoJT3B0aW9uICAgICAgIkNvcmVQb2lu dGVyIgoJT3B0aW9uCSAgICAiUHJvdG9jb2wiICJhdXRvIgoJT3B0aW9uCSAg ICAiRGV2aWNlIiAiL2Rldi9zeXNtb3VzZSIKCU9wdGlvbgkgICAgIkJ1dHRv bnMiICI3IgoJT3B0aW9uCSAgICAiWkF4aXNNYXBwaW5nIiAiNCA1IgoJT3B0 aW9uCSAgICAiWUF4aXNNYXBwaW5nIiAiNiA3IgpFbmRTZWN0aW9uCgpTZWN0 aW9uICJNb25pdG9yIgoJSWRlbnRpZmllciAgICJNb25pdG9yMCIKCVZlbmRv ck5hbWUgICAiTFBMIgoJTW9kZWxOYW1lICAgICIwIgoJT3B0aW9uICAgICAg ICJEUE1TIgpFbmRTZWN0aW9uCgpTZWN0aW9uICJJbnB1dERldmljZSIKICAg ICAgICBJZGVudGlmaWVyICAgICAgIlRvdWNocGFkMCIKICAgICAgICBEcml2 ZXIgICAgICAgICAgInN5bmFwdGljcyIKCglPcHRpb24gICAgICAgICAgIlNl bmRDb3JlRXZlbnRzIiAgICAgICAgInRydWUiCgogICAgICAgIE9wdGlvbiAg ICAgICAgICAiRGV2aWNlIiAgICAgICAgICAgICAgICAiL2Rldi9wc20wIgog ICAgICAgIE9wdGlvbiAgICAgICAgICAiUHJvdG9jb2wiICAgICAgICAgICAg ICAiYXV0byIKCiAgICAgICAgT3B0aW9uICAgICAgICAgICJMZWZ0RWRnZSIg ICAgICAgICAgICAgICIxNzAwIgogICAgICAgIE9wdGlvbiAgICAgICAgICAi UmlnaHRFZGdlIiAgICAgICAgICAgICAiNTMwMCIKICAgICAgICBPcHRpb24g ICAgICAgICAgIlRvcEVkZ2UiICAgICAgICAgICAgICAgIjE3MDAiCiAgICAg ICAgT3B0aW9uICAgICAgICAgICJCb3R0b21FZGdlIiAgICAgICAgICAgICI0 MjAwIgoKICAgICAgICBPcHRpb24gICAgICAgICAgIkZpbmdlckxvdyIgICAg ICAgICAgICAgIjI1IgogICAgICAgIE9wdGlvbiAgICAgICAgICAiRmluZ2Vy SGlnaCIgICAgICAgICAgICAiMzAiCgogICAgICAgIE9wdGlvbiAgICAgICAg ICAiTWF4VGFwVGltZSIgICAgICAgICAgICAiMTgwIgogICAgICAgIE9wdGlv biAgICAgICAgICAiTWF4VGFwTW92ZSIgICAgICAgICAgICAiMjIwIgoKICAg ICAgICBPcHRpb24gICAgICAgICAgIlZlcnRTY3JvbGxEZWx0YSIgICAgICAg IjEwMCIKICAgICAgICBPcHRpb24gICAgICAgICAgIkhvcml6U2Nyb2xsRGVs dGEiICAgICAgIjEwMCIKCiAgICAgICAgT3B0aW9uICAgICAgICAgICJNaW5T cGVlZCIgICAgICAgICAgICAgICIwLjA2IgogICAgICAgIE9wdGlvbiAgICAg ICAgICAiTWF4U3BlZWQiICAgICAgICAgICAgICAiMC4wNiIKICAgICAgICBP cHRpb24gICAgICAgICAgIkFjY2VsRmFjdG9yIiAgICAgICAgICAgIjAuMDAx MCIKCiAgICAgICAgT3B0aW9uICAgICAgICAgICJTY3JvbGxCdXR0b25SZXBl YXQiICAgICIxMDAiCiAgICAgICAgT3B0aW9uICAgICAgICAgICJVcERvd25T Y3JvbGxpbmciICAgICAgICJvbiIKICAgICAgICBPcHRpb24gICAgICAgICAg IlVwRG93blJlcGVhdCIgICAgICAgICAgIm9uIgogICAgICAgIE9wdGlvbiAg ICAgICAgICAiTGVmdFJpZ2h0U2Nyb2xsaW5nIiAgICAib24iCiAgICAgICAg T3B0aW9uICAgICAgICAgICJMZWZ0UmlnaHRSZXBlYXQiICAgICAgICJvbiIK CiAgICAgICAgIyAiU0hNQ29uZmlnIG9uIiBzZWVtcyBnb29kIHdvcmtzIHdp dGggc3luY2xpZW50KDEpLiAgQnV0IHRoaXMKICAgICAgICAjIG9wdGlvbnMg aXMgaW5zZWN1cmUuICBJIHJlY29tbWVuZGVkICJvZmYiIGFzIGRlZmF1bHQu CiAgICAgICAgT3B0aW9uICAgICAgICAgICJTSE1Db25maWciICAgICAgICAg ICAgICJvZmYiCgogICAgICAgICMgSWYgeW91IHVzZSBjaXJjdWxhciB0b3Vj aHBhZCwgdW5jb21tZW50IHRoZW0uCiMgICAgICAgT3B0aW9uICAgICAgICAg ICJDaXJjdWxhclBhZCIgICAgICAgICAgICJvbiIKIyAgICAgICBPcHRpb24g ICAgICAgICAgIkNpcmN1bGFyU2Nyb2xsaW5nIiAgICAgIm9uIgojICAgICAg IE9wdGlvbiAgICAgICAgICAiQ2lyY1Njcm9sbERlbHRhIiAgICAgICAiMC41 IgpFbmRTZWN0aW9uCgpTZWN0aW9uICJEZXZpY2UiCiAgICAgICAgIyMjIEF2 YWlsYWJsZSBEcml2ZXIgb3B0aW9ucyBhcmU6LQogICAgICAgICMjIyBWYWx1 ZXM6IDxpPjogaW50ZWdlciwgPGY+OiBmbG9hdCwgPGJvb2w+OiAiVHJ1ZSIv IkZhbHNlIiwKICAgICAgICAjIyMgPHN0cmluZz46ICJTdHJpbmciLCA8ZnJl cT46ICI8Zj4gSHova0h6L01IeiIKICAgICAgICAjIyMgW2FyZ106IGFyZyBv cHRpb25hbAogICAgICAgICNPcHRpb24gICAgICJTV2N1cnNvciIgICAgICAg ICAgIAkjIFs8Ym9vbD5dCiAgICAgICAgI09wdGlvbiAgICAgIkRhYzZCaXQi ICAgICAgICAgICAgCSMgWzxib29sPl0KICAgICAgICAjT3B0aW9uICAgICAi RGFjOEJpdCIgICAgICAgICAgICAJIyBbPGJvb2w+XQogICAgICAgICNPcHRp b24gICAgICJDUFBJT01vZGUiICAgICAgICAgIAkjIFs8Ym9vbD5dCiAgICAg ICAgI09wdGlvbiAgICAgIkNQdXNlY1RpbWVvdXQiICAgICAgCSMgPGk+CiAg ICAgICAgI09wdGlvbiAgICAgIlJpbmdTaXplIiAgICAgICAgICAgCSMgPGk+ CiAgICAgICAgI09wdGlvbiAgICAgIkJ1ZmZlclNpemUiICAgICAgICAgCSMg PGk+CiAgICAgICAgI09wdGlvbiAgICAgIk5vQmFja0J1ZmZlciIgICAgICAg CSMgWzxib29sPl0KICAgICAgICAjT3B0aW9uICAgICAiRE1BRm9yWHYiICAg ICAgICAgICAJIyBbPGJvb2w+XQogICAgICAgICNPcHRpb24gICAgICJERENN b2RlIiAgICAgICAgICAgIAkjIFs8Ym9vbD5dCiAgICAgICAgI09wdGlvbiAg ICAgIkNSVDJIU3luYyIgICAgICAgICAgCSMgWzxzdHI+XQogICAgICAgICNP cHRpb24gICAgICJDUlQyVlJlZnJlc2giICAgICAgIAkjIFs8c3RyPl0KICAg ICAgICAjT3B0aW9uICAgICAiQ1JUMlBvc2l0aW9uIiAgICAgICAJIyBbPHN0 cj5dCiAgICAgICAgI09wdGlvbiAgICAgIk1ldGFNb2RlcyIgICAgICAgICAg CSMgWzxzdHI+XQogICAgICAgICNPcHRpb24gICAgICJNZXJnZWREUEkiICAg ICAgICAgIAkjIFs8c3RyPl0KICAgICAgICAjT3B0aW9uICAgICAiTWVyZ2Vk WGluZXJhbWEiICAgICAJIyBbPGJvb2w+XQogICAgICAgICNPcHRpb24gICAg ICJNZXJnZWRYaW5lcmFtYUNSVDJJc1NjcmVlbjAiIAkjIFs8Ym9vbD5dCiAg ICAgICAgI09wdGlvbiAgICAgIk1lcmdlZE5vblJlY3Rhbmd1bGFyIiAJIyBb PGJvb2w+XQogICAgICAgICNPcHRpb24gICAgICJNZXJnZWRNb3VzZVJlc3Ry aWN0aW9uIiAJIyBbPGJvb2w+XQogICAgICAgICNPcHRpb24gICAgICJEaXNw bGF5UHJpb3JpdHkiICAgIAkjIFs8c3RyPl0KICAgICAgICAjT3B0aW9uICAg ICAiUGFuZWxTaXplIiAgICAgICAgICAJIyBbPHN0cj5dCiAgICAgICAgI09w dGlvbiAgICAgIkZvcmNlTWluRG90Q2xvY2siICAgCSMgPGZyZXE+CiAgICAg ICAgI09wdGlvbiAgICAgIlZpZGVvS2V5IiAgICAgICAgICAgCSMgPGk+CiAg ICAgICAgI09wdGlvbiAgICAgIlJhZ2VUaGVhdHJlQ3J5c3RhbCIgCSMgPGk+ CiAgICAgICAgI09wdGlvbiAgICAgIlJhZ2VUaGVhdHJlVHVuZXJQb3J0IiAJ IyA8aT4KICAgICAgICAjT3B0aW9uICAgICAiUmFnZVRoZWF0cmVDb21wb3Np dGVQb3J0IiAJIyA8aT4KICAgICAgICAjT3B0aW9uICAgICAiUmFnZVRoZWF0 cmVTVmlkZW9Qb3J0IiAJIyA8aT4KICAgICAgICAjT3B0aW9uICAgICAiVHVu ZXJUeXBlIiAgICAgICAgICAJIyA8aT4KICAgICAgICAjT3B0aW9uICAgICAi UmFnZVRoZWF0cmVNaWNyb2NQYXRoIiAJIyA8c3RyPgogICAgICAgICNPcHRp b24gICAgICJSYWdlVGhlYXRyZU1pY3JvY1R5cGUiIAkjIDxzdHI+CiAgICAg ICAgI09wdGlvbiAgICAgIlN1YlBpeGVsT3JkZXIiICAgICAgCSMgWzxzdHI+ XQogICAgICAgICNPcHRpb24gICAgICJTaG93Q2FjaGUiICAgICAgICAgIAkj IFs8Ym9vbD5dCiAgICAgICAgI09wdGlvbiAgICAgIlJldmVyc2VEREMiICAg ICAgICAgCSMgWzxib29sPl0KICAgICAgICAjT3B0aW9uICAgICAiQUdQU2l6 ZSIgICAgICAgICAgIAkjIDxpPgogICAgICAgICNPcHRpb24gICAgICJHQVJU U2l6ZSIgICAgICAgICAgIAkjIDxpPgogICAgICAgICNPcHRpb24gICAgICJM VkRTUHJvYmVQTEwiICAgICAgIAkjIFs8Ym9vbD5dCiAgICAgICAgI09wdGlv biAgICAgIkFjY2VsTWV0aG9kIiAgICAgICAgCSMgPHN0cj4KICAgICAgICAj T3B0aW9uICAgICAiSWdub3JlRURJRCIgICAgICAgICAJIyBbPGJvb2w+XQog ICAgICAgICNPcHRpb24gICAgICJFbmFibGVEZXB0aE1vdmVzIiAgIAkjIFs8 Ym9vbD5dCiAgICAgICAgI09wdGlvbiAgICAgIkNvbG9yVGlsaW5nIiAgICAg ICAgCSMgWzxib29sPl0KICAgICAgICAjT3B0aW9uICAgICAiQklPU0hvdGtl eXMiICAgICAgICAJIyBbPGJvb2w+XQoKCUlkZW50aWZpZXIgICJDYXJkMCIK CURyaXZlciAgICAgICJyYWRlb24iCglWZW5kb3JOYW1lICAiQVRJIFRlY2hu b2xvZ2llcyBJbmMiCglCb2FyZE5hbWUgICAiTTIyIFtSYWRlb24gTW9iaWxp dHkgTTMwMF0iCglCdXNJRCAgICAgICAiUENJOjE6MDowIgoJVmlkZW9SYW0g ICAgNjU1MzYKCQogICAgICAgIE9wdGlvbiAgICAgIkFHUE1vZGUiICIyIiAK ICAgICAgICBPcHRpb24gICAgICJBR1BGYXN0V3JpdGUiICMgbGV0cyBzZWUg ImZhbHNlIiAKICAgICAgICAjT3B0aW9uICAgICAiTm9BY2NlbCIgInRydWUi CiAgICAgICAgb3B0aW9uICAgICAiQnVzVHlwZSIgIlBDSUUiCiAgICAgICAg T3B0aW9uICAgICAiVXNlRkJEZXYiICJ0cnVlIgogICAgICAgIE9wdGlvbiAg ICAgIk1vbml0b3JMYXlvdXQiICJMVkRTLE5PTkUiCiAgICAgICAgT3B0aW9u ICAgICAiRHluYW1pY0Nsb2NrcyIgInRydWUiCiAgICAgICAgT3B0aW9uICAg ICAiTWVyZ2VkRkIiICJmYWxzZSIKICAgICAgICBPcHRpb24gICAgICJQYW5l bE9mZiIgImZhbHNlIgogICAgICAgIE9wdGlvbiAgICAgIkVuYWJsZVBhZ2VG bGlwIiAidHJ1ZSIKICAgICAgICBPcHRpb24gICAgICJSZW5kZXJBY2NlbCIg InRydWUiIAogICAgICAgIE9wdGlvbiAgICAgIlZHQUFjY2VzcyIgImZhbHNl IiAKRW5kU2VjdGlvbgoKU2VjdGlvbiAiU2NyZWVuIgoJSWRlbnRpZmllciAi U2NyZWVuMCIKCURldmljZSAgICAgIkNhcmQwIgoJTW9uaXRvciAgICAiTW9u aXRvcjAiCglEZWZhdWx0RGVwdGgJMjQKCVN1YlNlY3Rpb24gIkRpc3BsYXki CgkJRGVwdGgJMjQKCQlNb2RlcwkiMTkyMHgxMjAwIiAiMTYwMHgxMjAwIiAi MTQ0MHg5MDAiCglFbmRTdWJTZWN0aW9uCkVuZFNlY3Rpb24KClNlY3Rpb24g IkRSSSIKCU1vZGUgNjY2CkVuZFNlY3Rpb24K ------=_NextPart_000_43b1_1fde_7fd0-- From owner-freebsd-stable@FreeBSD.ORG Thu May 18 23:10:14 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E231816A410; Thu, 18 May 2006 23:10:14 +0000 (UTC) (envelope-from malikdj@hotmail.com) Received: from hotmail.com (bay114-f18.bay114.hotmail.com [65.54.169.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 875CF43D49; Thu, 18 May 2006 23:10:14 +0000 (GMT) (envelope-from malikdj@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 18 May 2006 16:10:14 -0700 Message-ID: Received: from 65.54.169.200 by by114fd.bay114.hotmail.msn.com with HTTP; Thu, 18 May 2006 23:10:12 GMT X-Originating-IP: [200.88.195.73] X-Originating-Email: [malikdj@hotmail.com] X-Sender: malikdj@hotmail.com From: "Eprha Carvajal" To: freebsd-stable@freebsd.org Date: Thu, 18 May 2006 23:10:12 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 18 May 2006 23:10:14.0295 (UTC) FILETIME=[384C5270:01C67AD0] Cc: anholt@FreeBSD.org Subject: UPDATE Radeon r300 unknown hardware 5460 assuming generic msg xorg logout=reboot X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 23:10:15 -0000 according to my previuos email im sending some more information regarding the system reboot while login out from xorg 6.9/GNOME2. ------- GLXINFO OUPUT ----------- Unknown device ID 5460, please report. Assuming plain R300. *********************************WARN_ONCE********************************* File r300_state.c function r300Enable line 456 TODO - double side stencil ! *************************************************************************** No ctx->FragmentProgram._Current!! ------ DMESG OUTPUT -------- drm0: Reserved 0x10000 bytes for rid 0x18 type 3 at 0xdfdf0000 drm0: Reserved 0x8000000 bytes for rid 0x10 type 3 at 0xd0000000 info: [drm] Setting GART location based on new memory map info: [drm] Loading R300 Microcode info: [drm] writeback test succeeded in 1 usecs drm0: [MPSAFE] Warning: pid 761 used static ldt allocation. See the i386_set_ldt man page for more info Warning: pid 780 used static ldt allocation. See the i386_set_ldt man page for more info Warning: pid 780 used static ldt allocation. See the i386_set_ldt man page for more info Warning: pid 780 used static ldt allocation. See the i386_set_ldt man page for more info Warning: pid 780 used static ldt allocation. See the i386_set_ldt man page for more info Warning: pid 780 used static ldt allocation. See the i386_set_ldt man page for more info Warning: pid 780 used static ldt allocation. See the i386_set_ldt man page for more info Warning: pid 780 used static ldt allocation. See the i386_set_ldt man page for more info Warning: pid 780 used static ldt allocation. See the i386_set_ldt man page for more info Warning: pid 780 used static ldt allocation. See the i386_set_ldt man page for more info error: [drm:pid783:drm_close] *ERROR* can't find authenticator error: [drm:pid787:drm_close] *ERROR* can't find authenticator ----- XORG CONF ----- Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" InputDevice "Touchpad0" InputDevice "Keyboard0" EndSection Section "ServerFlags" Option "DontZoom" "false" Option "BlankTime" "30" Option "StandbyTime" "40" Option "SuspendTime" "50" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" ModulePath "/usr/X11R6/lib/modules" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/TTF/" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/CID/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" EndSection Section "Module" Load "i2c" Load "bitmap" Load "ddc" SubSection "extmod" Option "omit xfree86-dga" EndSubSection Load "glx" Load "dri" Load "dbe" Load "record" Load "xtrap" Load "type1" Load "int10" Load "vbe" Load "radeon" Load "freetype" Load "synaptics" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc104" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "CorePointer" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "Buttons" "7" Option "ZAxisMapping" "4 5" Option "YAxisMapping" "6 7" EndSection Section "Monitor" Identifier "Monitor0" VendorName "LPL" ModelName "0" Option "DPMS" EndSection Section "InputDevice" Identifier "Touchpad0" Driver "synaptics" Option "SendCoreEvents" "true" Option "Device" "/dev/psm0" Option "Protocol" "auto" Option "LeftEdge" "1700" Option "RightEdge" "5300" Option "TopEdge" "1700" Option "BottomEdge" "4200" Option "FingerLow" "25" Option "FingerHigh" "30" Option "MaxTapTime" "180" Option "MaxTapMove" "220" Option "VertScrollDelta" "100" Option "HorizScrollDelta" "100" Option "MinSpeed" "0.06" Option "MaxSpeed" "0.06" Option "AccelFactor" "0.0010" Option "ScrollButtonRepeat" "100" Option "UpDownScrolling" "on" Option "UpDownRepeat" "on" Option "LeftRightScrolling" "on" Option "LeftRightRepeat" "on" # "SHMConfig on" seems good works with synclient(1). But this # options is insecure. I recommended "off" as default. Option "SHMConfig" "off" # If you use circular touchpad, uncomment them. # Option "CircularPad" "on" # Option "CircularScrolling" "on" # Option "CircScrollDelta" "0.5" EndSection Section "Device" ### Available Driver options are:- ### Values:
: integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional #Option "SWcursor" # [] #Option "Dac6Bit" # [] #Option "Dac8Bit" # [] #Option "CPPIOMode" # [] #Option "CPusecTimeout" # #Option "RingSize" # #Option "BufferSize" # #Option "NoBackBuffer" # [] #Option "DMAForXv" # [] #Option "DDCMode" # [] #Option "CRT2HSync" # [] #Option "CRT2VRefresh" # [] #Option "CRT2Position" # [] #Option "MetaModes" # [] #Option "MergedDPI" # [] #Option "MergedXinerama" # [] #Option "MergedXineramaCRT2IsScreen0" # [] #Option "MergedNonRectangular" # [] #Option "MergedMouseRestriction" # [] #Option "DisplayPriority" # [] #Option "PanelSize" # [] #Option "ForceMinDotClock" # #Option "VideoKey" # #Option "RageTheatreCrystal" # #Option "RageTheatreTunerPort" # #Option "RageTheatreCompositePort" # #Option "RageTheatreSVideoPort" # #Option "TunerType" # #Option "RageTheatreMicrocPath" # #Option "RageTheatreMicrocType" # #Option "SubPixelOrder" # [] #Option "ShowCache" # [] #Option "ReverseDDC" # [] #Option "AGPSize" # #Option "GARTSize" # #Option "LVDSProbePLL" # [] #Option "AccelMethod" # #Option "IgnoreEDID" # [] #Option "EnableDepthMoves" # [] #Option "ColorTiling" # [] #Option "BIOSHotkeys" # [] Identifier "Card0" Driver "radeon" VendorName "ATI Technologies Inc" BoardName "M22 [Radeon Mobility M300]" BusID "PCI:1:0:0" VideoRam 65536 Option "AGPMode" "2" Option "AGPFastWrite" # lets see "false" #Option "NoAccel" "true" option "BusType" "PCIE" Option "UseFBDev" "true" Option "MonitorLayout" "LVDS,NONE" Option "DynamicClocks" "true" Option "MergedFB" "false" Option "PanelOff" "false" Option "EnablePageFlip" "true" Option "RenderAccel" "true" Option "VGAAccess" "false" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1920x1200" "1600x1200" "1440x900" EndSubSection EndSection Section "DRI" Mode 666 EndSection ---- XORG LOG ----- X Window System Version 6.9.0 Release Date: 21 December 2005 X Protocol Version 11, Revision 0, Release 6.9 Build Operating System: FreeBSD 6.1 i386 [ELF] Current Operating System: FreeBSD xu2130dr0. 6.1-STABLE FreeBSD 6.1-STABLE #0: Wed May 17 18:55:07 AST 2006 root@xu2130dr0.:/usr/obj/usr/src/sys/DEHKERNEL i386 Build Date: 09 May 2006 Before reporting problems, check http://wiki.X.Org to make sure that you have the latest version. Module Loader present Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Thu May 18 14:39:50 2006 (==) Using config file: "/etc/X11/xorg.conf" (==) ServerLayout "X.org Configured" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Card0" (**) |-->Input Device "Mouse0" (**) |-->Input Device "Touchpad0" (**) |-->Input Device "Keyboard0" (WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/CID/". Entry deleted from font path. (Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/CID/"). (**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/TTF/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/" (**) RgbPath set to "/usr/X11R6/lib/X11/rgb" (**) ModulePath set to "/usr/X11R6/lib/modules" (**) Option "DontZoom" "false" (**) Option "BlankTime" "30" (**) Option "StandbyTime" "40" (**) Option "SuspendTime" "50" (II) Module ABI versions: X.Org ANSI C Emulation: 0.2 X.Org Video Driver: 0.8 X.Org XInput driver : 0.5 X.Org Server Extension : 0.2 X.Org Font Renderer : 0.4 (II) Loader running on freebsd (II) LoadModule: "bitmap" (II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.so (II) Module bitmap: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.0 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.4 (II) Loading font Bitmap (II) LoadModule: "pcidata" (II) Loading /usr/X11R6/lib/modules/libpcidata.so (II) Module pcidata: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.0 ABI class: X.Org Video Driver, version 0.8 (--) Using syscons driver with X support (version 2.0) (--) using VT number 5 (II) PCI: Probing config type using method 1 (II) PCI: Config type is 1 (II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000 (II) PCI: PCI scan (all values are in hex) (II) PCI: 00:00:0: chip 8086,2590 card 1028,0189 rev 03 class 06,00,00 hdr 00 (II) PCI: 00:01:0: chip 8086,2591 card 0000,0000 rev 03 class 06,04,00 hdr 01 (II) PCI: 00:1d:0: chip 8086,2658 card 1028,0189 rev 03 class 0c,03,00 hdr 80 (II) PCI: 00:1d:1: chip 8086,2659 card 1028,0189 rev 03 class 0c,03,00 hdr 00 (II) PCI: 00:1d:2: chip 8086,265a card 1028,0189 rev 03 class 0c,03,00 hdr 00 (II) PCI: 00:1d:3: chip 8086,265b card 1028,0189 rev 03 class 0c,03,00 hdr 00 (II) PCI: 00:1d:7: chip 8086,265c card 1028,0189 rev 03 class 0c,03,20 hdr 00 (II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev d3 class 06,04,01 hdr 81 (II) PCI: 00:1e:2: chip 8086,266e card 1028,0189 rev 03 class 04,01,00 hdr 00 (II) PCI: 00:1e:3: chip 8086,266d card 14f1,5423 rev 03 class 07,03,00 hdr 00 (II) PCI: 00:1f:0: chip 8086,2641 card 1028,0189 rev 03 class 06,01,00 hdr 80 (II) PCI: 00:1f:2: chip 8086,2653 card 1028,0189 rev 03 class 01,01,80 hdr 00 (II) PCI: 00:1f:3: chip 8086,266a card 1028,0189 rev 03 class 0c,05,00 hdr 00 (II) PCI: 01:00:0: chip 1002,5460 card 1028,2002 rev 00 class 03,00,00 hdr 00 (II) PCI: 03:00:0: chip 14e4,170c card 1028,0189 rev 02 class 02,00,00 hdr 00 (II) PCI: 03:01:0: chip 1180,0476 card fffc,ffff rev b3 class 06,07,00 hdr 82 (II) PCI: 03:01:1: chip 1180,0552 card 1028,0189 rev 08 class 0c,00,10 hdr 80 (II) PCI: 03:01:2: chip 1180,0822 card 1028,0189 rev 17 class 08,05,01 hdr 80 (II) PCI: 03:03:0: chip 8086,4220 card 8086,2721 rev 05 class 02,80,00 hdr 00 (II) PCI: End of PCI scan (II) Host-to-PCI bridge: (II) Bus 0: bridge is at (0:0:0), (0,0,4), BCTRL: 0x0008 (VGA_EN is set) (II) Bus 0 I/O range: [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] (II) Bus 0 non-prefetchable memory range: [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] (II) Bus 0 prefetchable memory range: [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] (II) PCI-to-PCI bridge: (II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000a (VGA_EN is set) (II) Bus 1 I/O range: [0] -1 0 0x0000d000 - 0x0000dfff (0x1000) IX[B] (II) Bus 1 non-prefetchable memory range: [0] -1 0 0xdfd00000 - 0xdfefffff (0x200000) MX[B] (II) Bus 1 prefetchable memory range: [0] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B] (II) Subtractive PCI-to-PCI bridge: (II) Bus 3: bridge is at (0:30:0), (0,3,4), BCTRL: 0x0002 (VGA_EN is cleared) (II) Bus 3 non-prefetchable memory range: [0] -1 0 0xdfc00000 - 0xdfcfffff (0x100000) MX[B] (II) PCI-to-ISA bridge: (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set) (II) PCI-to-CardBus bridge: (II) Bus 4: bridge is at (3:1:0), (3,4,4), BCTRL: 0x0740 (VGA_EN is cleared) (--) PCI:*(1:0:0) ATI Technologies Inc M22 [Radeon Mobility M300] rev 0, Mem @ 0xd0000000/27, 0xdfdf0000/16, I/O @ 0xde00/8, BIOS @ 0xdfe00000/17 (II) Addressable bus resource ranges are [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] (II) OS-reported resource ranges: [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) Active PCI resource ranges: [0] -1 0 0xdfcfd000 - 0xdfcfdfff (0x1000) MX[B]E [1] -1 0 0xdfcfc700 - 0xdfcfc7ff (0x100) MX[B]E [2] -1 0 0xdfcfc800 - 0xdfcfcfff (0x800) MX[B]E [3] -1 0 0xdfcfe000 - 0xdfcfffff (0x2000) MX[B]E [4] -1 0 0xdffffd00 - 0xdffffdff (0x100) MX[B]E [5] -1 0 0xdffffe00 - 0xdfffffff (0x200) MX[B]E [6] -1 0 0xffa80800 - 0xffa80fff (0x800) MX[B]E [7] -1 0 0xdfe00000 - 0xdfe1ffff (0x20000) MX[B](B) [8] -1 0 0xdfdf0000 - 0xdfdfffff (0x10000) MX[B](B) [9] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B) [10] -1 0 0x000010c0 - 0x000010ff (0x40) IX[B]E [11] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E [12] -1 0 0x00000374 - 0x00000377 (0x4) IX[B]E [13] -1 0 0x00000170 - 0x0000017f (0x10) IX[B]E [14] -1 0 0x000003f4 - 0x000003f7 (0x4) IX[B]E [15] -1 0 0x000001f0 - 0x000001ff (0x10) IX[B]E [16] -1 0 0x0000ec80 - 0x0000ecff (0x80) IX[B]E [17] -1 0 0x0000ee00 - 0x0000eeff (0x100) IX[B]E [18] -1 0 0x0000ec40 - 0x0000ec7f (0x40) IX[B]E [19] -1 0 0x0000ed00 - 0x0000edff (0x100) IX[B]E [20] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[B]E [21] -1 0 0x0000bf40 - 0x0000bf7f (0x40) IX[B]E [22] -1 0 0x0000bf60 - 0x0000bf7f (0x20) IX[B]E [23] -1 0 0x0000bf80 - 0x0000bfff (0x80) IX[B]E [24] -1 0 0x0000de00 - 0x0000deff (0x100) IX[B](B) (II) PCI I/O resource overlap reduced 0x0000bf40 from 0x0000bf7f to 0x0000bf5f (II) PCI I/O resource overlap reduced 0x0000bf80 from 0x0000bfff to 0x0000bf9f (II) Active PCI resource ranges after removing overlaps: [0] -1 0 0xdfcfd000 - 0xdfcfdfff (0x1000) MX[B]E [1] -1 0 0xdfcfc700 - 0xdfcfc7ff (0x100) MX[B]E [2] -1 0 0xdfcfc800 - 0xdfcfcfff (0x800) MX[B]E [3] -1 0 0xdfcfe000 - 0xdfcfffff (0x2000) MX[B]E [4] -1 0 0xdffffd00 - 0xdffffdff (0x100) MX[B]E [5] -1 0 0xdffffe00 - 0xdfffffff (0x200) MX[B]E [6] -1 0 0xffa80800 - 0xffa80fff (0x800) MX[B]E [7] -1 0 0xdfe00000 - 0xdfe1ffff (0x20000) MX[B](B) [8] -1 0 0xdfdf0000 - 0xdfdfffff (0x10000) MX[B](B) [9] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B) [10] -1 0 0x000010c0 - 0x000010ff (0x40) IX[B]E [11] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E [12] -1 0 0x00000374 - 0x00000377 (0x4) IX[B]E [13] -1 0 0x00000170 - 0x0000017f (0x10) IX[B]E [14] -1 0 0x000003f4 - 0x000003f7 (0x4) IX[B]E [15] -1 0 0x000001f0 - 0x000001ff (0x10) IX[B]E [16] -1 0 0x0000ec80 - 0x0000ecff (0x80) IX[B]E [17] -1 0 0x0000ee00 - 0x0000eeff (0x100) IX[B]E [18] -1 0 0x0000ec40 - 0x0000ec7f (0x40) IX[B]E [19] -1 0 0x0000ed00 - 0x0000edff (0x100) IX[B]E [20] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[B]E [21] -1 0 0x0000bf40 - 0x0000bf5f (0x20) IX[B]E [22] -1 0 0x0000bf60 - 0x0000bf7f (0x20) IX[B]E [23] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[B]E [24] -1 0 0x0000de00 - 0x0000deff (0x100) IX[B](B) (II) OS-reported resource ranges after removing overlaps with PCI: [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) All system resource ranges: [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [5] -1 0 0xdfcfd000 - 0xdfcfdfff (0x1000) MX[B]E [6] -1 0 0xdfcfc700 - 0xdfcfc7ff (0x100) MX[B]E [7] -1 0 0xdfcfc800 - 0xdfcfcfff (0x800) MX[B]E [8] -1 0 0xdfcfe000 - 0xdfcfffff (0x2000) MX[B]E [9] -1 0 0xdffffd00 - 0xdffffdff (0x100) MX[B]E [10] -1 0 0xdffffe00 - 0xdfffffff (0x200) MX[B]E [11] -1 0 0xffa80800 - 0xffa80fff (0x800) MX[B]E [12] -1 0 0xdfe00000 - 0xdfe1ffff (0x20000) MX[B](B) [13] -1 0 0xdfdf0000 - 0xdfdfffff (0x10000) MX[B](B) [14] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B) [15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [16] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [17] -1 0 0x000010c0 - 0x000010ff (0x40) IX[B]E [18] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E [19] -1 0 0x00000374 - 0x00000377 (0x4) IX[B]E [20] -1 0 0x00000170 - 0x0000017f (0x10) IX[B]E [21] -1 0 0x000003f4 - 0x000003f7 (0x4) IX[B]E [22] -1 0 0x000001f0 - 0x000001ff (0x10) IX[B]E [23] -1 0 0x0000ec80 - 0x0000ecff (0x80) IX[B]E [24] -1 0 0x0000ee00 - 0x0000eeff (0x100) IX[B]E [25] -1 0 0x0000ec40 - 0x0000ec7f (0x40) IX[B]E [26] -1 0 0x0000ed00 - 0x0000edff (0x100) IX[B]E [27] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[B]E [28] -1 0 0x0000bf40 - 0x0000bf5f (0x20) IX[B]E [29] -1 0 0x0000bf60 - 0x0000bf7f (0x20) IX[B]E [30] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[B]E [31] -1 0 0x0000de00 - 0x0000deff (0x100) IX[B](B) (II) LoadModule: "i2c" (II) Loading /usr/X11R6/lib/modules/libi2c.so (II) Module i2c: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.2.0 ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "bitmap" (II) Reloading /usr/X11R6/lib/modules/fonts/libbitmap.so (II) Loading font Bitmap (II) LoadModule: "ddc" (II) Loading /usr/X11R6/lib/modules/libddc.so (II) Module ddc: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.0 ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "extmod" (II) Loading /usr/X11R6/lib/modules/extensions/libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.2 (II) Loading extension SHAPE (II) Loading extension MIT-SUNDRY-NONSTANDARD (II) Loading extension BIG-REQUESTS (II) Loading extension SYNC (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XC-MISC (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-Misc (II) Loading extension DPMS (II) Loading extension TOG-CUP (II) Loading extension Extended-Visual-Information (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "glx" (II) Loading /usr/X11R6/lib/modules/extensions/libglx.so (II) Module glx: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.2 (II) Loading sub module "GLcore" (II) LoadModule: "GLcore" (II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.so (II) Module GLcore: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.2 (II) Loading extension GLX (II) LoadModule: "dri" (II) Loading /usr/X11R6/lib/modules/extensions/libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.2 (II) Loading sub module "drm" (II) LoadModule: "drm" (II) Loading /usr/X11R6/lib/modules/freebsd/libdrm.so (II) Module drm: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.2 (II) Loading extension XFree86-DRI (II) LoadModule: "dbe" (II) Loading /usr/X11R6/lib/modules/extensions/libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.2 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "record" (II) Loading /usr/X11R6/lib/modules/extensions/librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.13.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.2 (II) Loading extension RECORD (II) LoadModule: "xtrap" (II) Loading /usr/X11R6/lib/modules/extensions/libxtrap.so (II) Module xtrap: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.2 (II) Loading extension DEC-XTRAP (II) LoadModule: "type1" (II) Loading /usr/X11R6/lib/modules/fonts/libtype1.so (II) Module type1: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.2 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.4 (II) Loading font Type1 (II) Loading font CID (II) LoadModule: "int10" (II) Loading /usr/X11R6/lib/modules/libint10.so (II) Module int10: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.0 ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "vbe" (II) Loading /usr/X11R6/lib/modules/libvbe.so (II) Module vbe: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.1.0 ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "radeon" (II) Loading /usr/X11R6/lib/modules/drivers/radeon_drv.so (II) Module radeon: vendor="X.Org Foundation" compiled for 6.9.0, module version = 4.0.3 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "ati" (II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.so (II) Module ati: vendor="X.Org Foundation" compiled for 6.9.0, module version = 6.5.7 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "freetype" (II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.so (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project" compiled for 6.9.0, module version = 2.1.0 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.4 (II) Loading font FreeType (II) LoadModule: "synaptics" (II) Loading /usr/X11R6/lib/modules/input/synaptics_drv.o (II) Module synaptics: vendor="X.Org Foundation" compiled for 4.3.99.902, module version = 1.0.0 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 0.5 (II) LoadModule: "radeon" (II) Reloading /usr/X11R6/lib/modules/drivers/radeon_drv.so (II) LoadModule: "mouse" (II) Loading /usr/X11R6/lib/modules/input/mouse_drv.so (II) Module mouse: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.3 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 0.5 (II) LoadModule: "synaptics" (II) Reloading /usr/X11R6/lib/modules/input/synaptics_drv.o (II) LoadModule: "kbd" (II) Loading /usr/X11R6/lib/modules/input/kbd_drv.so (II) Module kbd: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.1 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 0.5 (II) ATI: ATI driver (version 6.5.7) for chipsets: ati, ativga (II) R128: Driver for ATI Rage 128 chipsets: ATI Rage 128 Mobility M3 LE (PCI), ATI Rage 128 Mobility M3 LF (AGP), ATI Rage 128 Mobility M4 MF (AGP), ATI Rage 128 Mobility M4 ML (AGP), ATI Rage 128 Pro GL PA (PCI/AGP), ATI Rage 128 Pro GL PB (PCI/AGP), ATI Rage 128 Pro GL PC (PCI/AGP), ATI Rage 128 Pro GL PD (PCI), ATI Rage 128 Pro GL PE (PCI/AGP), ATI Rage 128 Pro GL PF (AGP), ATI Rage 128 Pro VR PG (PCI/AGP), ATI Rage 128 Pro VR PH (PCI/AGP), ATI Rage 128 Pro VR PI (PCI/AGP), ATI Rage 128 Pro VR PJ (PCI/AGP), ATI Rage 128 Pro VR PK (PCI/AGP), ATI Rage 128 Pro VR PL (PCI/AGP), ATI Rage 128 Pro VR PM (PCI/AGP), ATI Rage 128 Pro VR PN (PCI/AGP), ATI Rage 128 Pro VR PO (PCI/AGP), ATI Rage 128 Pro VR PP (PCI), ATI Rage 128 Pro VR PQ (PCI/AGP), ATI Rage 128 Pro VR PR (PCI), ATI Rage 128 Pro VR PS (PCI/AGP), ATI Rage 128 Pro VR PT (PCI/AGP), ATI Rage 128 Pro VR PU (PCI/AGP), ATI Rage 128 Pro VR PV (PCI/AGP), ATI Rage 128 Pro VR PW (PCI/AGP), ATI Rage 128 Pro VR PX (PCI/AGP), ATI Rage 128 GL RE (PCI), ATI Rage 128 GL RF (AGP), ATI Rage 128 RG (AGP), ATI Rage 128 VR RK (PCI), ATI Rage 128 VR RL (AGP), ATI Rage 128 4X SE (PCI/AGP), ATI Rage 128 4X SF (PCI/AGP), ATI Rage 128 4X SG (PCI/AGP), ATI Rage 128 4X SH (PCI/AGP), ATI Rage 128 4X SK (PCI/AGP), ATI Rage 128 4X SL (PCI/AGP), ATI Rage 128 4X SM (AGP), ATI Rage 128 4X SN (PCI/AGP), ATI Rage 128 Pro ULTRA TF (AGP), ATI Rage 128 Pro ULTRA TL (AGP), ATI Rage 128 Pro ULTRA TR (AGP), ATI Rage 128 Pro ULTRA TS (AGP?), ATI Rage 128 Pro ULTRA TT (AGP?), ATI Rage 128 Pro ULTRA TU (AGP?) (II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP), ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP), ATI Radeon VE/7000 QY (AGP/PCI), ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI), ATI ES1000 5969 (PCI), ATI Radeon Mobility M7 LW (AGP), ATI Mobility FireGL 7800 M7 LX (AGP), ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP), ATI Radeon IGP320 (A3) 4136, ATI Radeon IGP320M (U1) 4336, ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon IGP330M/340M/350M (U2) 4337, ATI Radeon 7000 IGP (A4+) 4237, ATI Radeon Mobility 7000 IGP 4437, ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP), ATI Radeon 9100 QM (AGP), ATI Radeon 8500 AIW BB (AGP), ATI Radeon 8500 AIW BC (AGP), ATI Radeon 7500 QW (AGP/PCI), ATI Radeon 7500 QX (AGP/PCI), ATI Radeon 9000/PRO If (AGP/PCI), ATI Radeon 9000 Ig (AGP/PCI), ATI FireGL Mobility 9000 (M9) Ld (AGP), ATI Radeon Mobility 9000 (M9) Lf (AGP), ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI Radeon 9100 IGP (A5) 5834, ATI Radeon Mobility 9100 IGP (U3) 5835, ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835, ATI Radeon 9200PRO 5960 (AGP), ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP), ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI), ATI Radeon Mobility 9200 (M9+) 5C61 (AGP), ATI Radeon Mobility 9200 (M9+) 5C63 (AGP), ATI Radeon 9500 AD (AGP), ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP), ATI FireGL Z1 AG (AGP), ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9700 NF (AGP), ATI FireGL X1 NG (AGP), ATI Radeon 9600 AP (AGP), ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP), ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI FireGL RV360 AV (AGP), ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP), ATI Radeon Mobility 9600 (M10) NQ (AGP), ATI Radeon Mobility 9600 (M11) NR (AGP), ATI Radeon Mobility 9600 (M10) NS (AGP), ATI FireGL Mobility T2 (M10) NT (AGP), ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon 9650, ATI Radeon 9800SE AH (AGP), ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP), ATI FireGL X2 AK (AGP), ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP), ATI Radeon X600 (RV380) 3E50 (PCIE), ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireGL M24 GL 3154 (PCIE), ATI Radeon X300 (RV370) 5B60 (PCIE), ATI Radeon X600 (RV370) 5B62 (PCIE), ATI FireGL V3100 (RV370) 5B64 (PCIE), ATI FireGL D1100 (RV370) 5B65 (PCIE), ATI Radeon Mobility M300 (M22) 5460 (PCIE), ATI FireGL M22 GL 5464 (PCIE), ATI Radeon XPRESS 200 5A41 (PCIE), ATI Radeon XPRESS 200M 5A42 (PCIE), ATI Radeon XPRESS 200 5A61 (PCIE), ATI Radeon XPRESS 200M 5A62 (PCIE), ATI Radeon XPRESS 200 5954 (PCIE), ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon XPRESS 200 5974 (PCIE), ATI Radeon XPRESS 200M 5975 (PCIE), ATI FireGL V5000 (RV410) (PCIE), ATI Mobility FireGL V5000 (M26) (PCIE), ATI Mobility FireGL V5000 (M26) (PCIE), ATI Mobility Radeon X700 (M26) (PCIE), ATI Mobility Radeon X700 (M26) (PCIE), ATI Radeon X700 PRO (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE), ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X800 (R420) JH (AGP), ATI Radeon X800PRO (R420) JI (AGP), ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP), ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP), ATI Radeon Mobility 9800 (M18) JN (AGP), ATI Radeon X800XT (R420) JP (AGP), ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800 (R423) UH (PCIE), ATI Radeon X800PRO (R423) UI (PCIE), ATI Radeon X800LE (R423) UJ (PCIE), ATI Radeon X800SE (R423) UK (PCIE), ATI FireGL V7200 (R423) UQ (PCIE), ATI FireGL V5100 (R423) UR (PCIE), ATI FireGL V7100 (R423) UT (PCIE), ATI Radeon X800XT (R423) 5D57 (PCIE), ATI FireGL V7100 (R423) (PCIE), ATI Mobility FireGL V5100 (M28) (PCIE), ATI Mobility Radeon X800 (M28) (PCIE), ATI Mobility Radeon X800 XT (M28) (PCIE), ATI Radeon X800 (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE), ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X850 5D4C (PCIE), ATI Radeon FireGL (R480) GL 5D50 (PCIE), ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE), ATI Radeon X850 XT (R480) (PCIE), ATI Radeon X850 XT PE (R480) (PCIE), ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 SE (R480) (AGP), ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP) (II) Primary Device is: PCI 01:00:0 (--) Chipset ATI Radeon Mobility M300 (M22) 5460 (PCIE) found (II) resource ranges after xf86ClaimFixedResources() call: [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [5] -1 0 0xdfcfd000 - 0xdfcfdfff (0x1000) MX[B]E [6] -1 0 0xdfcfc700 - 0xdfcfc7ff (0x100) MX[B]E [7] -1 0 0xdfcfc800 - 0xdfcfcfff (0x800) MX[B]E [8] -1 0 0xdfcfe000 - 0xdfcfffff (0x2000) MX[B]E [9] -1 0 0xdffffd00 - 0xdffffdff (0x100) MX[B]E [10] -1 0 0xdffffe00 - 0xdfffffff (0x200) MX[B]E [11] -1 0 0xffa80800 - 0xffa80fff (0x800) MX[B]E [12] -1 0 0xdfe00000 - 0xdfe1ffff (0x20000) MX[B](B) [13] -1 0 0xdfdf0000 - 0xdfdfffff (0x10000) MX[B](B) [14] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B) [15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [16] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [17] -1 0 0x000010c0 - 0x000010ff (0x40) IX[B]E [18] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E [19] -1 0 0x00000374 - 0x00000377 (0x4) IX[B]E [20] -1 0 0x00000170 - 0x0000017f (0x10) IX[B]E [21] -1 0 0x000003f4 - 0x000003f7 (0x4) IX[B]E [22] -1 0 0x000001f0 - 0x000001ff (0x10) IX[B]E [23] -1 0 0x0000ec80 - 0x0000ecff (0x80) IX[B]E [24] -1 0 0x0000ee00 - 0x0000eeff (0x100) IX[B]E [25] -1 0 0x0000ec40 - 0x0000ec7f (0x40) IX[B]E [26] -1 0 0x0000ed00 - 0x0000edff (0x100) IX[B]E [27] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[B]E [28] -1 0 0x0000bf40 - 0x0000bf5f (0x20) IX[B]E [29] -1 0 0x0000bf60 - 0x0000bf7f (0x20) IX[B]E [30] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[B]E [31] -1 0 0x0000de00 - 0x0000deff (0x100) IX[B](B) (II) Loading sub module "radeon" (II) LoadModule: "radeon" (II) Reloading /usr/X11R6/lib/modules/drivers/radeon_drv.so (II) resource ranges after probing: [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [5] -1 0 0xdfcfd000 - 0xdfcfdfff (0x1000) MX[B]E [6] -1 0 0xdfcfc700 - 0xdfcfc7ff (0x100) MX[B]E [7] -1 0 0xdfcfc800 - 0xdfcfcfff (0x800) MX[B]E [8] -1 0 0xdfcfe000 - 0xdfcfffff (0x2000) MX[B]E [9] -1 0 0xdffffd00 - 0xdffffdff (0x100) MX[B]E [10] -1 0 0xdffffe00 - 0xdfffffff (0x200) MX[B]E [11] -1 0 0xffa80800 - 0xffa80fff (0x800) MX[B]E [12] -1 0 0xdfe00000 - 0xdfe1ffff (0x20000) MX[B](B) [13] -1 0 0xdfdf0000 - 0xdfdfffff (0x10000) MX[B](B) [14] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B) [15] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B] [16] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [17] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [19] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [20] -1 0 0x000010c0 - 0x000010ff (0x40) IX[B]E [21] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E [22] -1 0 0x00000374 - 0x00000377 (0x4) IX[B]E [23] -1 0 0x00000170 - 0x0000017f (0x10) IX[B]E [24] -1 0 0x000003f4 - 0x000003f7 (0x4) IX[B]E [25] -1 0 0x000001f0 - 0x000001ff (0x10) IX[B]E [26] -1 0 0x0000ec80 - 0x0000ecff (0x80) IX[B]E [27] -1 0 0x0000ee00 - 0x0000eeff (0x100) IX[B]E [28] -1 0 0x0000ec40 - 0x0000ec7f (0x40) IX[B]E [29] -1 0 0x0000ed00 - 0x0000edff (0x100) IX[B]E [30] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[B]E [31] -1 0 0x0000bf40 - 0x0000bf5f (0x20) IX[B]E [32] -1 0 0x0000bf60 - 0x0000bf7f (0x20) IX[B]E [33] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[B]E [34] -1 0 0x0000de00 - 0x0000deff (0x100) IX[B](B) [35] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B] [36] 0 0 0x000003c0 - 0x000003df (0x20) IS[B] (II) Setting vga for screen 0. (**) RADEON(0): RADEONPreInit (II) RADEON(0): MMIO registers at 0xdfdf0000 (==) RADEON(0): Write-combining range (0xdfdf0000,0x80000) was already clear (II) RADEON(0): PCI bus 1 card 0 func 0 (**) RADEON(0): Depth 24, (--) framebuffer bpp 32 (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps) (==) RADEON(0): Default visual is TrueColor (**) RADEON(0): Option "BusType" "PCIE" (**) RADEON(0): Option "AGPMode" "2" (**) RADEON(0): Option "AGPFastWrite" (**) RADEON(0): Option "EnablePageFlip" "true" (**) RADEON(0): Option "PanelOff" "false" (**) RADEON(0): Option "MonitorLayout" "LVDS,NONE" (**) RADEON(0): Option "UseFBDev" "true" (**) RADEON(0): Option "MergedFB" "false" (**) RADEON(0): Option "RenderAccel" "true" (**) RADEON(0): Option "DynamicClocks" "true" (**) RADEON(0): Option "VGAAccess" "false" (II) RADEON(0): VGAAccess option set to FALSE, VGA module load skipped (==) RADEON(0): RGB weight 888 (II) RADEON(0): Using 8 bits per RGB (8 bit DAC) (II) Loading sub module "fbdevhw" (II) LoadModule: "fbdevhw" (WW) Warning, couldn't open module fbdevhw (II) UnloadModule: "fbdevhw" (EE) RADEON: Failed to load module "fbdevhw" (module does not exist, 0) (WW) RADEON(0): Couldn't load fbdevhw module, not using framebuffer device (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Reloading /usr/X11R6/lib/modules/libint10.so (II) RADEON(0): initializing int10 (==) RADEON(0): Write-combining range (0xa0000,0x20000) was already clear (==) RADEON(0): Write-combining range (0xc0000,0x40000) was already clear (II) RADEON(0): Primary V_BIOS segment is: 0xc000 (==) RADEON(0): Write-combining range (0x0,0x1000) was already clear (--) RADEON(0): Chipset: "ATI Radeon Mobility M300 (M22) 5460 (PCIE)" (ChipID = 0x5460) (--) RADEON(0): Linear framebuffer at 0xd0000000 (--) RADEON(0): BIOS at 0xdfe00000 (II) RADEON(0): Generation 2 PCI interface, using max accessible memory (II) RADEON(0): Detected total video RAM: 65536l, max accessible: 131072K (II) RADEON(0): Video RAM override, using 65536 kB instead of 65536 kB (**) RADEON(0): VideoRAM: 65536 kByte (64 bit DDR SDRAM) (II) RADEON(0): PCIE card detected (**) RADEON(0): Forced into PCI Express mode (II) RADEON(0): Color tiling disabled (II) Loading sub module "ddc" (II) LoadModule: "ddc" (II) Reloading /usr/X11R6/lib/modules/libddc.so (II) Loading sub module "i2c" (II) LoadModule: "i2c" (II) Reloading /usr/X11R6/lib/modules/libi2c.so (II) RADEON(0): I2C bus "DDC" initialized. (II) RADEON(0): Legacy BIOS detected (II) RADEON(0): Connector0: DDCType-2, DACType-0, TMDSType-0, ConnectorType-4 (II) RADEON(0): Connector1: DDCType-3, DACType-0, TMDSType--1, ConnectorType-2 (**) RADEON(0): MonitorLayout Option: Monitor1--Type LVDS, Monitor2--Type NONE (II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0. (II) RADEON(0): I2C device "DDC:ddc2" removed. (II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0. (II) RADEON(0): I2C device "DDC:ddc2" removed. (II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0. (II) RADEON(0): I2C device "DDC:ddc2" removed. (II) RADEON(0): DDC Type: 2, Detected Type: 0 (II) RADEON(0): (II) RADEON(0): Primary: Monitor -- LVDS Connector -- DVI-D DAC Type -- Primary TMDS Type -- Internal DDC Type -- DVI_DDC (II) RADEON(0): Secondary: Monitor -- NONE Connector -- VGA DAC Type -- Primary TMDS Type -- NONE DDC Type -- VGA_DDC (II) RADEON(0): PLL parameters: rf=2700 rd=6 min=20000 max=35000; xclk=22950 (WW) RADEON(0): Failed to detect secondary monitor, MergedFB/Clone mode disabled (II) RADEON(0): MergedFB mode forced off. (==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0) (II) RADEON(0): Validating modes on Primary head --------- (II) RADEON(0): Panel ID string: T4976171WX2 (II) RADEON(0): Panel Size from BIOS: 1440x900 (II) RADEON(0): BIOS provided dividers will be used. (II) RADEON(0): Total number of valid DDC mode(s) found: 0 (WW) RADEON(0): Mode 1920x1200 is out of range. (WW) RADEON(0): Valid modes must be between 320x200-1440x900 (WW) RADEON(0): Mode 1600x1200 is out of range. (WW) RADEON(0): Valid modes must be between 320x200-1440x900 (II) RADEON(0): Valid mode using on-chip RMX: 1440x900 (II) RADEON(0): Total number of valid FP mode(s) found: 1 (--) RADEON(0): Virtual size is 1440x900 (pitch 1440) (**) RADEON(0): *Mode "1440x900": 96.2 MHz (scaled from 0.0 MHz), 54.9 kHz, 60.2 Hz (II) RADEON(0): Modeline "1440x900" 96.21 1440 1504 1536 1752 900 903 906 912 (**) RADEON(0): Default mode "640x350": 96.2 MHz (scaled from 0.0 MHz), 54.9 kHz, 60.2 Hz (II) RADEON(0): Modeline "640x350" 96.21 640 1504 1536 1752 350 903 906 912 (**) RADEON(0): Default mode "640x400": 96.2 MHz (scaled from 0.0 MHz), 54.9 kHz, 60.2 Hz (II) RADEON(0): Modeline "640x400" 96.21 640 1504 1536 1752 400 903 906 912 (**) RADEON(0): Default mode "720x400": 96.2 MHz (scaled from 0.0 MHz), 54.9 kHz, 60.2 Hz (II) RADEON(0): Modeline "720x400" 96.21 720 1504 1536 1752 400 903 906 912 (**) RADEON(0): Default mode "640x480": 96.2 MHz (scaled from 0.0 MHz), 54.9 kHz, 60.2 Hz (II) RADEON(0): Modeline "640x480" 96.21 640 1504 1536 1752 480 903 906 912 (**) RADEON(0): Default mode "800x600": 96.2 MHz (scaled from 0.0 MHz), 54.9 kHz, 60.2 Hz (II) RADEON(0): Modeline "800x600" 96.21 800 1504 1536 1752 600 903 906 912 (**) RADEON(0): Default mode "1024x768": 96.2 MHz (scaled from 0.0 MHz), 54.9 kHz, 60.2 Hz (II) RADEON(0): Modeline "1024x768" 96.21 1024 1504 1536 1752 768 903 906 912 (**) RADEON(0): Default mode "1152x864": 96.2 MHz (scaled from 0.0 MHz), 54.9 kHz, 60.2 Hz (II) RADEON(0): Modeline "1152x864" 96.21 1152 1504 1536 1752 864 903 906 912 (**) RADEON(0): Default mode "832x624": 96.2 MHz (scaled from 0.0 MHz), 54.9 kHz, 60.2 Hz (II) RADEON(0): Modeline "832x624" 96.21 832 1504 1536 1752 624 903 906 912 (**) RADEON(0): Default mode "1152x768": 96.2 MHz (scaled from 0.0 MHz), 54.9 kHz, 60.2 Hz (II) RADEON(0): Modeline "1152x768" 96.21 1152 1504 1536 1752 768 903 906 912 (==) RADEON(0): DPI set to (75, 75) (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/X11R6/lib/modules/libfb.so (II) Module fb: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.2 (II) Loading sub module "ramdac" (II) LoadModule: "ramdac" (II) Loading /usr/X11R6/lib/modules/libramdac.so (II) Module ramdac: vendor="X.Org Foundation" compiled for 6.9.0, module version = 0.1.0 ABI class: X.Org Video Driver, version 0.8 (==) RADEON(0): Using XAA acceleration architecture (II) Loading sub module "xaa" (II) LoadModule: "xaa" (II) Loading /usr/X11R6/lib/modules/libxaa.so (II) Module xaa: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.2.0 ABI class: X.Org Video Driver, version 0.8 (II) Loading sub module "shadowfb" (II) LoadModule: "shadowfb" (II) Loading /usr/X11R6/lib/modules/libshadowfb.so (II) Module shadowfb: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.2 (II) RADEON(0): Page flipping enabled (II) RADEON(0): Will try to use DMA for Xv image transfers (II) RADEON(0): No MM_TABLE found - assuming CARD is not TV-in capable. (==) RADEON(0): Write-combining range (0x0,0x1000) was already clear (!!) RADEON(0): For information on using the multimedia capabilities of this adapter, please see http://gatos.sf.net. (--) Depth 24 pixmap format is 32 bpp (II) do I need RAC? No, I don't. (II) resource ranges after preInit: [0] 0 0 0xdfdf0000 - 0xdfdfffff (0x10000) MX[B] [1] 0 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B] [2] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [3] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [4] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [5] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [6] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [7] -1 0 0xdfcfd000 - 0xdfcfdfff (0x1000) MX[B]E [8] -1 0 0xdfcfc700 - 0xdfcfc7ff (0x100) MX[B]E [9] -1 0 0xdfcfc800 - 0xdfcfcfff (0x800) MX[B]E [10] -1 0 0xdfcfe000 - 0xdfcfffff (0x2000) MX[B]E [11] -1 0 0xdffffd00 - 0xdffffdff (0x100) MX[B]E [12] -1 0 0xdffffe00 - 0xdfffffff (0x200) MX[B]E [13] -1 0 0xffa80800 - 0xffa80fff (0x800) MX[B]E [14] -1 0 0xdfe00000 - 0xdfe1ffff (0x20000) MX[B](B) [15] -1 0 0xdfdf0000 - 0xdfdfffff (0x10000) MX[B](B) [16] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B) [17] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprU) [18] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU) [19] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprU) [20] 0 0 0x0000de00 - 0x0000deff (0x100) IX[B] [21] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [22] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [23] -1 0 0x000010c0 - 0x000010ff (0x40) IX[B]E [24] -1 0 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E [25] -1 0 0x00000374 - 0x00000377 (0x4) IX[B]E [26] -1 0 0x00000170 - 0x0000017f (0x10) IX[B]E [27] -1 0 0x000003f4 - 0x000003f7 (0x4) IX[B]E [28] -1 0 0x000001f0 - 0x000001ff (0x10) IX[B]E [29] -1 0 0x0000ec80 - 0x0000ecff (0x80) IX[B]E [30] -1 0 0x0000ee00 - 0x0000eeff (0x100) IX[B]E [31] -1 0 0x0000ec40 - 0x0000ec7f (0x40) IX[B]E [32] -1 0 0x0000ed00 - 0x0000edff (0x100) IX[B]E [33] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[B]E [34] -1 0 0x0000bf40 - 0x0000bf5f (0x20) IX[B]E [35] -1 0 0x0000bf60 - 0x0000bf7f (0x20) IX[B]E [36] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[B]E [37] -1 0 0x0000de00 - 0x0000deff (0x100) IX[B](B) [38] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU) [39] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU) (**) RADEON(0): RADEONScreenInit d0000000 0 (==) RADEON(0): Write-combining range (0xdfdf0000,0x80000) was already clear (**) RADEON(0): Map: 0xd0000000, 0x04000000 (==) RADEON(0): Write-combining range (0xd0000000,0x4000000) (**) RADEON(0): RADEONSave (**) RADEON(0): RADEONSaveMode(0x826f128) (**) RADEON(0): Read: 0x00180006 0x00040040 0x00000000 (**) RADEON(0): Read: rd=6, fd=64, pd=4 (**) RADEON(0): RADEONSaveMode returns 0x826f128 (II) RADEON(0): Dynamic Clock Scaling Enabled (WW) RADEON(0): Enabling DRM support *** Direct rendering support is highly experimental for Radeon 9500 *** and newer cards. The 3d mesa driver is not provided in this tree. *** A very experimental (and incomplete) version is available from Mesa CVS. *** Additional information can be found on http://r300.sourceforge.net *** This message has been last modified on 2005-08-07. drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is -1, (No such file or directory) drmOpenDevice: open result is -1, (No such file or directory) drmOpenDevice: Open failed drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is -1, (No such file or directory) drmOpenDevice: open result is -1, (No such file or directory) drmOpenDevice: Open failed drmOpenByBusid: Searching for BusID pci:0000:01:00.0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 6, (OK) drmOpenByBusid: drmOpenMinor returns 6 drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0 (II) RADEON(0): [drm] loaded kernel module for "radeon" driver (II) RADEON(0): [drm] DRM interface version 1.2 (II) RADEON(0): [drm] created "radeon" driver at busid "pci:0000:01:00.0" (II) RADEON(0): [drm] added 8192 byte SAREA at 0xc58e7000 (II) RADEON(0): [drm] mapped SAREA 0xc58e7000 to 0x289ef000 (II) RADEON(0): [drm] framebuffer handle = 0xd0000000 (II) RADEON(0): [drm] added 1 reserved context for kernel (II) RADEON(0): [pci] 8192 kB allocated with handle 0x00000000 (II) RADEON(0): [pci] ring handle = 0xc58eb000 (II) RADEON(0): [pci] Ring mapped at 0x2cb17000 (II) RADEON(0): [pci] Ring contents 0x00000000 (II) RADEON(0): [pci] ring read ptr handle = 0xc59ec000 (II) RADEON(0): [pci] Ring read ptr mapped at 0x289f1000 (II) RADEON(0): [pci] Ring read ptr contents 0x00000000 (II) RADEON(0): [pci] vertex/indirect buffers handle = 0xc59ed000 (II) RADEON(0): [pci] Vertex/indirect buffers mapped at 0x2cc18000 (II) RADEON(0): [pci] Vertex/indirect buffers contents 0x00000000 (II) RADEON(0): [pci] GART texture map handle = 0xc5bed000 (II) RADEON(0): [pci] GART Texture map mapped at 0x2ce18000 (II) RADEON(0): [drm] register handle = 0xdfdf0000 (II) RADEON(0): [dri] Visual configs initialized (**) RADEON(0): RADEONInitMemoryMap() : (**) RADEON(0): mem_size : 0x04000000 (**) RADEON(0): agp_size : 0x00000000 (**) RADEON(0): agp_base : 0x00000000 (**) RADEON(0): MC_FB_LOCATION : 0xd3ffd000 (**) RADEON(0): MC_AGP_LOCATION : 0xffffffc0 (**) RADEON(0): RADEONModeInit() 1440x900 96.21 1440 1504 1536 1752 900 903 906 912 (24,32) 1440x900 96.21 1440 1504 1536 1752 900 903 906 912 (24,32) (**) RADEON(0): Pitch = 11796660 bytes (virtualX = 1440, displayWidth = 1440) (II) RADEON(0): BIOS HotKeys Disabled (**) RADEON(0): RADEONInit returns 0x826fad8 (**) RADEON(0): RADEONRestoreMode() (**) RADEON(0): RADEONRestoreMode(0x826fad8) (**) RADEON(0): RADEONRestoreMemMapRegisters() : (**) RADEON(0): MC_FB_LOCATION : 0xd3ffd000 (**) RADEON(0): MC_AGP_LOCATION : 0xffffffc0 (**) RADEON(0): Map Changed ! Applying ... (**) RADEON(0): GRPH_BUFFER_CNTL from 30004c4c to 201f7c7c (**) RADEON(0): RADEONSaveScreen(0) (**) RADEON(0): RADEONDoAdjustFrame(0,0,0) (**) RADEON(0): -> reg : 0x0224 = 0x00000000 (**) RADEON(0): regcntl : 0x0350 = 0xbfbfeb38 (II) RADEON(0): Depth moves disabled by default (**) RADEON(0): Setting up initial surfaces (**) RADEON(0): Initializing fb layer (**) RADEON(0): Setting up accel memmap (II) RADEON(0): CP in BM mode (II) RADEON(0): Using 8 MB GART aperture (II) RADEON(0): Using 1 MB for the ring buffer (II) RADEON(0): Using 2 MB for vertex/indirect buffers (II) RADEON(0): Using 5 MB for GART textures (II) RADEON(0): Memory manager initialized to (0,0) (1440,8191) (II) RADEON(0): Reserved area from (0,900) to (1440,902) (II) RADEON(0): Largest offscreen area available: 1440 x 7289 (II) RADEON(0): Will use back buffer at offset 0x140b000 (II) RADEON(0): Will use depth buffer at offset 0x18fd000 (II) RADEON(0): Will use 32 kb for PCI GART table at offset 0x3ff8000 (II) RADEON(0): Will use 34816 kb for textures at offset 0x1e00000 (**) RADEON(0): Initializing backing store (==) RADEON(0): Backing store disabled (**) RADEON(0): DRI New memory map param (**) RADEON(0): DRI PCIGART param (**) RADEON(0): DRI Finishing init ! (II) RADEON(0): X context handle = 0x1 (II) RADEON(0): [drm] installed DRM signal handler (II) RADEON(0): [DRI] installation complete (**) RADEON(0): EngineRestore (32/32) (II) RADEON(0): [drm] Added 32 65536 byte vertex/indirect buffers (II) RADEON(0): [drm] Mapped 32 vertex/indirect buffers (II) RADEON(0): [drm] dma control initialized, using IRQ 11 (II) RADEON(0): [drm] Initialized kernel GART heap manager, 5111808 (II) RADEON(0): Direct rendering enabled (**) RADEON(0): Setting up final surfaces (**) RADEON(0): Initializing Acceleration (II) RADEON(0): Render acceleration unsupported on Radeon 9500/9700 and newer. (II) RADEON(0): Render acceleration disabled (**) RADEON(0): EngineInit (32/32) (**) RADEON(0): Pitch for acceleration = 180 (**) RADEON(0): EngineRestore (32/32) (II) RADEON(0): Using XFree86 Acceleration Architecture (XAA) Screen to screen bit blits Solid filled rectangles 8x8 mono pattern filled rectangles Indirect CPU to Screen color expansion Solid Lines Scanline Image Writes Offscreen Pixmaps Setting up tile and stipple cache: 32 128x128 slots 32 256x256 slots 16 512x512 slots (II) RADEON(0): Acceleration enabled (**) RADEON(0): Initializing DPMS (**) Option "dpms" (**) RADEON(0): DPMS enabled (**) RADEON(0): Initializing Cursor (==) RADEON(0): Silken mouse enabled (II) RADEON(0): Using hardware cursor (scanline 902) (II) RADEON(0): Largest offscreen area available: 1440 x 7286 (**) RADEON(0): Initializing color map (**) RADEON(0): RADEONLoadPalette ! (**) RADEON(0): LoadPalette() end (**) RADEON(0): Initializing DGA (**) RADEON(0): Initializing Xv (II) RADEON(0): Detected Radeon Mobility X300, disabling multimedia i2c (II) Loading sub module "theatre_detect" (II) LoadModule: "theatre_detect" (II) Loading /usr/X11R6/lib/modules/multimedia/theatre_detect_drv.so (II) Module theatre_detect: vendor="X.Org Foundation" compiled for 4.3.99.902, module version = 1.0.0 ABI class: X.Org Video Driver, version 0.8 (II) RADEON(0): no multimedia table present, disabling Rage Theatre. (**) RADEON(0): RADEONScreenInit finished (==) RandR enabled (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension XKEYBOARD (II) Initializing built-in extension XC-APPGROUP (II) Initializing built-in extension SECURITY (II) Initializing built-in extension XINERAMA (II) Initializing built-in extension XFIXES (II) Initializing built-in extension XFree86-Bigfont (II) Initializing built-in extension RENDER (II) Initializing built-in extension RANDR (II) Initializing built-in extension COMPOSITE (II) Initializing built-in extension DAMAGE (II) Initializing built-in extension XEVIE (**) Option "Protocol" "auto" (**) Mouse0: Device: "/dev/sysmouse" (**) Mouse0: Protocol: "auto" (**) Option "CorePointer" (**) Mouse0: Core Pointer (**) Option "Device" "/dev/sysmouse" (**) Option "Buttons" "7" (==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50 (**) Option "ZAxisMapping" "4 5" (**) Mouse0: ZAxisMapping: buttons 4 and 5 (**) Mouse0: Buttons: 11 (II) Synaptics touchpad driver version 0.14.4 (1404) Touchpad0 no synaptics event device found (checked 10 nodes) Touchpad0 The /dev/input/event* device nodes seem to be missing (**) Option "Device" "/dev/psm0" (EE) xf86OpenSerial: Cannot open device /dev/psm0 Device busy. Synaptics driver unable to open device (EE) PreInit failed for input device "Touchpad0" (II) UnloadModule: "synaptics" (**) Option "CoreKeyboard" (**) Keyboard0: Core Keyboard (**) Option "Protocol" "standard" (**) Keyboard0: Protocol: standard (**) Option "AutoRepeat" "500 30" (**) Option "XkbRules" "xorg" (**) Keyboard0: XkbRules: "xorg" (**) Option "XkbModel" "pc104" (**) Keyboard0: XkbModel: "pc104" (**) Option "XkbLayout" "us" (**) Keyboard0: XkbLayout: "us" (**) Option "CustomKeycodes" "off" (**) Keyboard0: CustomKeycodes disabled (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD) (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE) (II) Mouse0: SetupAuto: hw.iftype is 4, hw.model is 0 (II) Mouse0: SetupAuto: protocol is SysMouse Warning: font renderer for ".pcf" already registered at priority 0 Warning: font renderer for ".pcf.Z" already registered at priority 0 Warning: font renderer for ".pcf.gz" already registered at priority 0 Warning: font renderer for ".snf" already registered at priority 0 Warning: font renderer for ".snf.Z" already registered at priority 0 Warning: font renderer for ".snf.gz" already registered at priority 0 Warning: font renderer for ".bdf" already registered at priority 0 Warning: font renderer for ".bdf.Z" already registered at priority 0 Warning: font renderer for ".bdf.gz" already registered at priority 0 Warning: font renderer for ".pmf" already registered at priority 0 (**) RADEON(0): RADEONSaveScreen(2) (**) RADEON(0): RADEONLoadPalette ! (**) RADEON(0): LoadPalette() end (**) RADEON(0): RADEONLoadPalette ! (**) RADEON(0): LoadPalette() end (**) RADEON(0): RADEONLoadPalette ! (**) RADEON(0): LoadPalette() end (**) RADEON(0): RADEONLoadPalette ! (**) RADEON(0): LoadPalette() end (**) RADEON(0): RADEONLoadPalette ! (**) RADEON(0): LoadPalette() end (**) RADEON(0): RADEONLoadPalette ! (**) RADEON(0): LoadPalette() end (**) RADEON(0): RADEONLoadPalette ! (**) RADEON(0): LoadPalette() end (**) RADEON(0): RADEONLoadPalette ! (**) RADEON(0): LoadPalette() end From owner-freebsd-stable@FreeBSD.ORG Thu May 18 23:38:03 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B442C16A403 for ; Thu, 18 May 2006 23:38:03 +0000 (UTC) (envelope-from imachine@toya.net.pl) Received: from lazir.toya.net.pl (lazir.toya.net.pl [217.113.224.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11B7E43D48 for ; Thu, 18 May 2006 23:38:01 +0000 (GMT) (envelope-from imachine@toya.net.pl) Received: from localhost (unknown [192.168.120.26]) by lazir.toya.net.pl (TOYAnet MailServer) with ESMTP id B78108BEA1 for ; Fri, 19 May 2006 01:37:59 +0200 (CEST) Received: from lazir.toya.net.pl ([192.168.120.25]) by localhost (antyvir [192.168.120.26]) (amavisd-new, port 10024) with ESMTP id 12437-03 for ; Fri, 19 May 2006 01:39:15 +0200 (CEST) Received: from dell.mlink.net.pl (unknown [83.19.172.131]) by lazir.toya.net.pl (TOYAnet MailServer) with ESMTP id D02AA8BE8A for ; Fri, 19 May 2006 01:37:04 +0200 (CEST) From: Mateusz =?utf-8?q?J=C4=99drasik?= Organization: Mlink.Net.Pl To: stable@freebsd.org Date: Fri, 19 May 2006 01:35:39 +0200 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1166169.kAkGscOHXk"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200605190135.45828.imachine@toya.net.pl> X-TOYA-AV: AntyVir-Skaner at toya.net.pl Cc: Subject: if_ex + 6.1-R = random reboot X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 23:38:03 -0000 --nextPart1166169.kAkGscOHXk Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi, I've recently recieved this strange error: =46atal trap 12: page fault while in kernel mode fault virtual address =3D 0xc3a53000 fault code =3D supervisor write, page not present instruction pointer =3D 0x20:0xc083cf2e stack pointer =3D 0x28:0xcc96cc8c frame pointer =3D 0x28:0xcc96ccd0 code segment =3D base 0x0, limit 0xfffff, type 0x1b =3D DPL 0, pres 1, def32 1, gran 1 processor eflags =3D interrupt enabled, resume, IOPL =3D 0 current process =3D 20 (irq11: cbb0 cbb1+*) trap number =3D 12 panic: page fault Uptime: 3d19h28m10s Cannot dump. No dump device defined. Automatic reboot in 15 seconds - press a key on the console to abort Rebooting... Some messages in dmesg from a few minutes before: xe0: alignment error xe0: discard oversize frame (ether type 0 flags 3 len 7890 > max 1514) xe0: alignment error xe0: discard oversize frame (ether type 0 flags 3 len 7890 > max 1514) xe0: discard oversize frame (ether type 322d flags 3 len 65532 > max 1514) xe0: discard oversize frame (ether type 1c2d flags 3 len 65532 > max 1514) I take it could be relevant... If more debug info is required I'd be happy to compile the kernel with debu= g=20 symbols and provide more feedback... Or maybe someone understands what's=20 going on from whatever is provided now? The if_xe runs at 100Mbit. Cheers, //m. =2D-=20 Mateusz J=C4=99drasik --nextPart1166169.kAkGscOHXk Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQBEbQTRRwxyOeB3fN4RArx7AJ9eV77ZYgNrE/L5qg8LA4S9NN3Q6wCeIEtJ s/CfIIhip2QKAwm8LREQCss= =3R9j -----END PGP SIGNATURE----- --nextPart1166169.kAkGscOHXk-- From owner-freebsd-stable@FreeBSD.ORG Thu May 18 23:55:56 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3041616A401 for ; Thu, 18 May 2006 23:55:56 +0000 (UTC) (envelope-from lihong.chen@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CBFD43D45 for ; Thu, 18 May 2006 23:55:54 +0000 (GMT) (envelope-from lihong.chen@gmail.com) Received: by wr-out-0506.google.com with SMTP id i28so518544wra for ; Thu, 18 May 2006 16:55:53 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:subject:from:reply-to:to:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer; b=bw0qz3gFB06Z3/LlOAdQmacmdUcgemP1gif4Uv0gh01NaLk3MnFB4DxFMqW8R1v+WtAxWRRYuaUsegzlL70W3JO4nxwt/TAea09tvYDwUezWGz/UD6KEo3chJXh3JfsuC5ZB+eiFlqpoaJm/rgITyWBKTQ+qys80dKhTGjqO+2M= Received: by 10.54.104.14 with SMTP id b14mr45736wrc; Thu, 18 May 2006 16:53:11 -0700 (PDT) Received: from lihong-nb ( [61.221.58.28]) by mx.gmail.com with ESMTP id 34sm1025139wra.2006.05.18.16.55.11; Thu, 18 May 2006 16:55:16 -0700 (PDT) From: "Chen, Lihong" To: freebsd-stable@freebsd.org In-Reply-To: References: Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-vvDp2ofLCsvZ/LY8qWEa" Date: Fri, 19 May 2006 07:54:49 +0800 Message-Id: <1147996489.41614.9.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 FreeBSD GNOME Team Port X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: drm/dri rocks X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: lihong@ieee.org List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 23:55:56 -0000 --=-vvDp2ofLCsvZ/LY8qWEa Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2006-05-18 at 19:07 +0200, Ronald Klop wrote: > Hello, >=20 > This commit of the drm/dri stuff yesterday on 6-STABLE rocks. > It works out of the box on my i810. >=20 > I think FreeBSD is now ready for the desktop since xlock looks really coo= l. >=20 > Ronald. The DRM also works for me, it's good! But I cannot have direct rendering support: error: [drm:pid41500:radeon_do_init_cp] *ERROR* Cannot initialise DRM on this card This card requires a new X.org DDX for 3D =46rom the source code I found it caused by 'CHIP_NEW_MEMMAP' flag. It seems that My FreeBSD must wait the next version x.org to use DRI. --=20 Chen, Lihong --=-vvDp2ofLCsvZ/LY8qWEa Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQBEbQlJymyXoUCp/cURAhflAJ9aWzsHF69IlLFWS/hWtsNgDENj/wCfd3ZP gcWgSP7JvJPWTEiyo0TrsmA= =wxD5 -----END PGP SIGNATURE----- --=-vvDp2ofLCsvZ/LY8qWEa-- From owner-freebsd-stable@FreeBSD.ORG Fri May 19 00:56:56 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1628616A422 for ; Fri, 19 May 2006 00:56:56 +0000 (UTC) (envelope-from gpalmer@freebsd.org) Received: from noop.in-addr.com (noop.in-addr.com [208.58.23.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF0F643D45 for ; Fri, 19 May 2006 00:56:55 +0000 (GMT) (envelope-from gpalmer@freebsd.org) Received: from gjp by noop.in-addr.com with local (Exim 4.52 (FreeBSD)) id 1FgtIQ-000O02-Oz; Thu, 18 May 2006 20:56:50 -0400 Date: Thu, 18 May 2006 20:56:50 -0400 From: Gary Palmer To: Kurt Jaeger Message-ID: <20060519005650.GB37805@in-addr.com> Mail-Followup-To: Kurt Jaeger , freebsd-stable@freebsd.org References: <43FFB745.3000401@wcubed.net> <20060502114715.GD76356@home.c0mplx.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060502114715.GD76356@home.c0mplx.org> Cc: freebsd-stable@freebsd.org Subject: Re: 5.4-STABLE hangs every few days 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, 19 May 2006 00:56:56 -0000 On Tue, May 02, 2006 at 01:47:15PM +0200, Kurt Jaeger wrote: > Hi! > > > >Been having problems with my Tyan Thunder i7500 (S2720) dual Xeon > > >running -STABLE: it's hanging every couple of days. > > > > Have you had any luck getting to diagnose the issue? I've been > > plagued by instability with a S2721-533 ("Thunder i7501 Pro"), also > > on 5-stable, and didn't have much luck. I can freeze the system with > > heavy disk I/O, but I can't break to debugger at that point. > > I had this issue with a Supermicro P8SCT board. > > It really sucked, we replaced it approx. 10 days ago with a > Intel SE7221BK1-E and are waiting for the tests to reproduce the problem. Hi Kurt, Have you had any luck with the SE7221BK1 board? Is it stable? Thanks From owner-freebsd-stable@FreeBSD.ORG Fri May 19 03:52:03 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE93F16A421 for ; Fri, 19 May 2006 03:52:03 +0000 (UTC) (envelope-from lihong.chen@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C85E43D49 for ; Fri, 19 May 2006 03:52:02 +0000 (GMT) (envelope-from lihong.chen@gmail.com) Received: by py-out-1112.google.com with SMTP id f28so745923pyf for ; Thu, 18 May 2006 20:52:02 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:subject:from:reply-to:to:cc:content-type:date:message-id:mime-version:x-mailer; b=cdqeRVeIyK7rnVHe4S+d7KrC/Roa1NqJ0c+xmVEcmH0HmVCF5rNA3XRIXfkFMNdtni2aJoGKNKbAbvtP9VgPerFJD9Ozu9EKyLfcxfAfoFFgyErTFcjiX31RkdAq1zd4EZ313toIGR7PVeMNfDUC2+hb5RLvrRPJRWjyfigh6sI= Received: by 10.35.87.8 with SMTP id p8mr1077516pyl; Thu, 18 May 2006 20:52:02 -0700 (PDT) Received: from lihong-nb ( [61.221.58.28]) by mx.gmail.com with ESMTP id k53sm1163730pyd.2006.05.18.20.51.59; Thu, 18 May 2006 20:52:01 -0700 (PDT) From: "Chen, Lihong" To: clsung@FreeBSD.org Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-blE62hMWSYWzWjeCaG5p" Date: Fri, 19 May 2006 11:51:35 +0800 Message-Id: <1148010695.1030.2.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 FreeBSD GNOME Team Port X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: stable@FreeBSD.org Subject: Can not build scim-chewing-0.3.0 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: lihong@ieee.org List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 03:52:04 -0000 --=-blE62hMWSYWzWjeCaG5p Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi clsung, I can not build scim-chewing 0.3.0 unless modify the Makfile line 24 to : CONFIGURE_ENV+=3D CPPFLAGS=3D"-D__STDC_ISO_10646__ -I/usr/local/include" --=20 Chen, Lihong --=-blE62hMWSYWzWjeCaG5p Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQBEbUDGymyXoUCp/cURArEzAJ0fDM5PFCaVqapvGDU4S2IiQ3vpKwCfQFrj qxmTd4ctVhQi3JiffGkdt3Y= =/yz3 -----END PGP SIGNATURE----- --=-blE62hMWSYWzWjeCaG5p-- From owner-freebsd-stable@FreeBSD.ORG Fri May 19 04:50:53 2006 Return-Path: X-Original-To: stable@FreeBSD.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCD0316A41F; Fri, 19 May 2006 04:50:53 +0000 (UTC) (envelope-from clsung@FreeBSD.csie.nctu.edu.tw) Received: from FreeBSD.csie.nctu.edu.tw (freebsd.csie.nctu.edu.tw [140.113.17.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id 601FC43D45; Fri, 19 May 2006 04:50:53 +0000 (GMT) (envelope-from clsung@FreeBSD.csie.nctu.edu.tw) Received: from localhost (localhost.csie.nctu.edu.tw [127.0.0.1]) by FreeBSD.csie.nctu.edu.tw (Postfix) with ESMTP id 81BCC7EA64; Fri, 19 May 2006 12:51:17 +0800 (CST) Received: from FreeBSD.csie.nctu.edu.tw ([127.0.0.1]) by localhost (FreeBSD.csie.nctu.edu.tw [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7Ql9mO4AsKaQ; Fri, 19 May 2006 12:51:17 +0800 (CST) Received: by FreeBSD.csie.nctu.edu.tw (Postfix, from userid 1038) id 0A1D87EA65; Fri, 19 May 2006 12:51:17 +0800 (CST) Date: Fri, 19 May 2006 12:51:16 +0800 From: Cheng-Lung Sung To: lihong@ieee.org Message-ID: <20060519045116.GA57934@FreeBSD.csie.nctu.edu.tw> References: <1148010695.1030.2.camel@localhost> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="YZ5djTAD1cGYuMQK" Content-Disposition: inline In-Reply-To: <1148010695.1030.2.camel@localhost> X-Fingerprint: E0BC 57F9 F44B 46C6 DB53 8462 F807 89F3 956E 8BC1 X-Public-Key: http://sungsung.dragon2.net/pubring.asc User-Agent: Mutt/1.5.11 Cc: stable@FreeBSD.org, clsung@FreeBSD.org Subject: Re: Can not build scim-chewing-0.3.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, 19 May 2006 04:50:53 -0000 --YZ5djTAD1cGYuMQK Content-Type: text/plain; charset=big5 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Thanks, I'll ask maintainer to approve(provide) the patch. On Fri, May 19, 2006 at 11:51:35AM +0800, Chen, Lihong wrote: > Hi clsung, > I can not build scim-chewing 0.3.0 unless modify the Makfile line 24 > to : > CONFIGURE_ENV+=3D CPPFLAGS=3D"-D__STDC_ISO_10646__ -I/usr/local/include" >=20 >=20 > --=20 > Chen, Lihong --=20 Cheng-Lung Sung - clsung@ --YZ5djTAD1cGYuMQK Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEbU7D+AeJ85Vui8ERAp9lAJ42zRtl90PLnQ3uZNEhBfN/C3bqmgCfSJmZ Xy7C+e4tBPkeTzRLvckcWIY= =FysL -----END PGP SIGNATURE----- --YZ5djTAD1cGYuMQK-- From owner-freebsd-stable@FreeBSD.ORG Fri May 19 05:43:31 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A463E16A420 for ; Fri, 19 May 2006 05:43:31 +0000 (UTC) (envelope-from kaiwai.gardiner@gmail.com) Received: from grunt9.ihug.co.nz (grunt9.ihug.co.nz [203.109.254.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52A8243D45 for ; Fri, 19 May 2006 05:43:31 +0000 (GMT) (envelope-from kaiwai.gardiner@gmail.com) Received: from 203-173-144-115.bliink.ihug.co.nz ([192.168.1.3]) [203.173.144.115] by grunt9.ihug.co.nz with esmtp (Exim 3.35 #1 (Debian)) id 1Fgxlp-0004w1-00; Fri, 19 May 2006 17:43:29 +1200 From: Matthew Gardiner To: freebsd-stable@freebsd.org Date: Fri, 19 May 2006 17:44:45 +1200 User-Agent: KMail/1.9.1 References: In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200605191744.45590.> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: Re: drm/dri rocks 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, 19 May 2006 05:43:31 -0000 On Friday 19 May 2006 05:07, Ronald Klop wrote: > Hello, > > This commit of the drm/dri stuff yesterday on 6-STABLE rocks. > It works out of the box on my i810. > > I think FreeBSD is now ready for the desktop since xlock looks really cool. > > Ronald. Pardon? the DRM/DRI stuff yesturday? going by the ports/graphics/dri, it hasn't been touched in over three months. Matty From owner-freebsd-stable@FreeBSD.ORG Fri May 19 05:45:42 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF51816A425 for ; Fri, 19 May 2006 05:45:42 +0000 (UTC) (envelope-from ernisv@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0744643D48 for ; Fri, 19 May 2006 05:45:41 +0000 (GMT) (envelope-from ernisv@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so661894uge for ; Thu, 18 May 2006 22:45:41 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=CsgZP/24oj6Wh2JZGynfM1/k6ZR0yEHi0jDvOR2oGNfzqyG2grkpuoNO4INkt4TgGYQUAVR7s9/DdLYl/flrGFokf5aVGxwuM3McPRoquBIV8GP1Afe182MxH0JXuZ9RhyqW3pY8fydfJh9uPDuhrLiEtEJkH3Gend/ZDO6nFq8= Received: by 10.78.33.17 with SMTP id g17mr508905hug; Thu, 18 May 2006 22:45:40 -0700 (PDT) Received: by 10.78.39.15 with HTTP; Thu, 18 May 2006 22:45:40 -0700 (PDT) Message-ID: Date: Fri, 19 May 2006 08:45:40 +0300 From: Ernis To: freebsd-stable@freebsd.org In-Reply-To: <200605172206.32421.druidas@speedymail.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200605172206.32421.druidas@speedymail.org> Subject: random panics in RELENG_6 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, 19 May 2006 05:45:43 -0000 ---------- Forwarded message ---------- From: "Ernestas V." Date: Wed, 17 May 2006 22:06:32 +0300 Subject: random panics in RELENG_6 To: freebsd-current@freebsd.org Hi, I'm having kernel panics often with RELENG_6 running on an old AMD K6-2 with 128 mb ram. Below is the stack trace from core file. I'm new to FreeBSD - just trying it on my router for a few months. Can anyone help me to find out what's happening? Hardware used on this pc is ural usb wireless card, rl and dc network cards, snd_cmi integrated soundcard. It crashes one time in 1-2 days under normal load (web proxy,ipsec+racoon for wifi, pppoe gateway to internet). But when I was building the kernel, it crashed VERY often - ~10-15 times in a few hours until compilation was done :) ---8<-------------------------- This GDB was configured as "i386-marcel-freebsd". Unread portion of the kernel message buffer: kernel trap 12 with interrupts disabled Fatal trap 12: page fault while in kernel mode fault virtual address = 0x708005c fault code = supervisor read, page not present instruction pointer = 0x20:0xc04e84a1 stack pointer = 0x28:0xc86c9cc8 frame pointer = 0x28:0xc86c9cd8 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = resume, IOPL = 0 current process = 235 (ppp) trap number = 12 panic: page fault Uptime: 7m3s Dumping 125 MB (2 chunks) chunk 0: 1MB (159 pages) ... ok chunk 1: 125MB (31984 pages) 109 93 77 61 45 29 13 #0 doadump () at pcpu.h:165 165 __asm __volatile("movl %%fs:0,%0" : "=r" (td)); (kgdb) bt #0 doadump () at pcpu.h:165 #1 0xc04ff687 in boot (howto=260) at ../../../kern/kern_shutdown.c:399 #2 0xc04ffb78 in panic (fmt=0xc06e218f "%s") at ../../../kern/kern_shutdown.c:555 #3 0xc06ba558 in trap_fatal (frame=0xc86c9c88, eva=117964892) at ../../../i386/i386/trap.c:831 #4 0xc06baba9 in trap (frame= {tf_fs = 8, tf_es = 40, tf_ds = 40, tf_edi = -1066125920, tf_esi = 117964816, tf_ebp = -932406056, tf_isp = -932406092, tf_ebx = -1052732288, tf_edx = -1052732288, tf_ecx = 1, tf_eax = 4, tf_trapno = 12, tf_err = 0, tf_eip = -1068596063, tf_cs = 32, tf_eflags = 65543, tf_esp = -1054110784, tf_ss = -1054110784}) at ../../../i386/i386/trap.c:267 #5 0xc06ac9ba in calltrap () at ../../../i386/i386/exception.s:139 #6 0xc04e84a1 in ithread_schedule (ithread=0xc1409480) at ../../../kern/kern_intr.c:406 #7 0xc04d258d in hardclock (frame=0xc1409480) at ../../../kern/kern_clock.c:275 #8 0xc06afb91 in intr_execute_handlers (isrc=0xc07435a0, iframe=0xc86c9d34) at ../../../i386/i386/intr_machdep.c:203 #9 0xc06bd7ad in atpic_handle_intr (iframe= {if_vec = 0, if_fs = 59, if_es = 59, if_ds = 59, if_edi = 134987776, if_esi = 1442, if_ebp = -1077943304, if_ebx = 2048, if_edx = 134999732, if_ecx = 16, if_eax = 134987776, if_eip = 134664084, if_cs = 51, if_eflags = 642, if_esp = -1077943536, if_ss = 59}) at ../../../i386/isa/atpic.c:558 #10 0xc06aca50 in Xatpic_intr0 () at atpic_vector.s:70 #11 0x0806cf94 in ?? () Previous frame inner to this frame (corrupt stack?) ---8<-------------------------- Thanks, Ernestas Vaiciukevicius From owner-freebsd-stable@FreeBSD.ORG Fri May 19 13:39:18 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E83B16A49A for ; Fri, 19 May 2006 13:39:18 +0000 (UTC) (envelope-from x@vex.net) Received: from smaug.vex.net (smaug.vex.net [66.96.28.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE27043D49 for ; Fri, 19 May 2006 13:39:17 +0000 (GMT) (envelope-from x@vex.net) Received: from bee.xxvii.x (H140.C18.B96.tor.eicat.ca [66.96.18.140]) by smaug.vex.net (Postfix) with ESMTP id 241ED26768 for ; Fri, 19 May 2006 09:39:16 -0400 (EDT) Received: by bee.xxvii.x (Postfix, from userid 1000) id 99AD71CC65; Fri, 19 May 2006 09:39:19 -0400 (EDT) From: Tim Middleton Organization: xxvii.net To: freebsd-stable@freebsd.org Date: Fri, 19 May 2006 09:39:18 -0400 User-Agent: KMail/1.9.1 References: <200605180733.07375.x@vex.net> In-Reply-To: <200605180733.07375.x@vex.net> X-GPG-Fingerprint: F59D 8A8C A8E1 23B5 407D DD30 9069 D1B3 6416 FFB6 X-Whee: Yes, Please. MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200605190939.19406.x@vex.net> Subject: Re: why the swapping X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-stable@freebsd.org List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 13:39:24 -0000 Thanks for the tips, all who responded (including a few who responded via email-only --- Kris, thanks for not just calling me an idiot outright. <-; BTW, thanks for your BSDCan presentation ... really motivated me to try to get the 5.x boxes I have in production upgraded! I'll say no more...). This was a false alarm. The box in question is being monitored fairly closely with some home-brew rrdtool graphs, and there was a definite corelation between the load and the paging graphs. The problem was confusion regarding the *scale* of the graph. The rrdtool graphs add an "m" to indicate the numbers are in the "millis", when the frequency scale is less than 1 (per second), rather than using decimal places. This was not noticed. So the massive swapping was actually miniscule. Sorry about that. (-: The real slow down is probably simply due to just too many heavy parallel database queries. -- Tim Middleton | Vex.Net | There is a wisdom that is woe; but there x@veX.net | VexTech.ca | is a woe that is madness. --Melville (MD) From owner-freebsd-stable@FreeBSD.ORG Fri May 19 13:46:28 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE2B316A54D for ; Fri, 19 May 2006 13:46:28 +0000 (UTC) (envelope-from andrej@antiszoc.hu) Received: from andrej.mine.nu (catv-d5debe68.catv.broadband.hu [213.222.190.104]) by mx1.FreeBSD.org (Postfix) with ESMTP id 415F043D49 for ; Fri, 19 May 2006 13:46:27 +0000 (GMT) (envelope-from andrej@antiszoc.hu) Message-ID: <446DCCE5.6030601@antiszoc.hu> Date: Fri, 19 May 2006 15:49:25 +0200 From: Andras Got User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.2) Gecko/20060404 SeaMonkey/1.0.1 MIME-Version: 1.0 To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Subject: possible tcp problem 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, 19 May 2006 13:46:31 -0000 Hi, I'm using freebsd 6.1 and _sometimes_ (one for every ~30-40 minutes) I get mysql connect errors with permission denied. The mysql_connect returns error code 1, which is permission denied. The same happed to me when i tried to open a tcp connection between jails and it wasn't mysql related. The same happened sometimes this dawn with a sendmail host lookup. On the console I got the permission denied. I don't really know what could cause this, but it's like a buffer gets full. I use pf for filtering and nat. I checked pfctl -si which says there are ~800-1000 states, so it's well below the max 10000. The question is that what could cause this thing and what should we try to solve this. Errors: sendmail[37085]: gethostbyaddr(IP) failed: 1 Can't connect to MySQL server on 'IP' (1) netstat -m 298/812/1110 mbufs in use (current/cache/total) 286/396/682/25600 mbuf clusters in use (current/cache/total/max) 286/322 mbuf+clusters out of packet secondary zone in use (current/cache) 0/0/0/0 4k (page size) jumbo clusters in use (current/cache/total/max) 0/0/0/0 9k jumbo clusters in use (current/cache/total/max) 0/0/0/0 16k jumbo clusters in use (current/cache/total/max) 646K/995K/1641K bytes allocated to network (current/cache/total) 65610/107271/98848 requests for mbufs denied (mbufs/clusters/mbuf+clusters) 0/0/0 requests for jumbo clusters denied (4k/9k/16k) 0/0/0 sfbufs in use (current/peak/max) 0 requests for sfbufs denied 0 requests for sfbufs delayed 45726 requests for I/O initiated by sendfile 118 calls to protocol drain routines Regards, Andras From owner-freebsd-stable@FreeBSD.ORG Fri May 19 14:28:00 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D059F16A420; Fri, 19 May 2006 14:28:00 +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 E277743D6A; Fri, 19 May 2006 14:27:57 +0000 (GMT) (envelope-from avg@icyb.net.ua) Received: from [212.40.38.87] (oddity-e.topspin.kiev.ua [212.40.38.87]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id RAA28386; Fri, 19 May 2006 17:27:55 +0300 (EEST) (envelope-from avg@icyb.net.ua) Message-ID: <446DD5EB.6030300@icyb.net.ua> Date: Fri, 19 May 2006 17:27:55 +0300 From: Andriy Gapon User-Agent: Thunderbird 1.5.0.2 (X11/20060512) MIME-Version: 1.0 To: freebsd-stable@freebsd.org, freebsd-acpi@freebsd.org, freebsd-hardware@freebsd.org Content-Type: text/plain; charset=KOI8-U Content-Transfer-Encoding: 7bit Cc: Subject: 5.4=>6.1 regression: nforce2 vs. APIC [+fix] 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, 19 May 2006 14:28:01 -0000 [Disclaimer, just in case: I do mean APIC, not ACPI] This is a good lesson for me for not trying any RCs or BETAs in due time. Short description of my system: nforce2 based motherboard NF-7 v2 with the latest BIOS (v2.7), CPU is Athlon XP. After upgrading from 5.4 to 6.1 I started to experience complete system freezes after some (short) time after each boot. 100% reproducible, time before lockup varied from several seconds to several minutes. I already had freezes but with different symptoms on this system with 5.2.1 and APIC enabled: http://lists.freebsd.org/pipermail/freebsd-questions/2004-September/058392.html These freezes were fixed either in 5.3 or in 5.4, I don't remember now precisely, but I had APIC enabled in kernel and BIOS for a long time. (Just in case: I did have interrupts > 15 all that time). So I went and disabled APIC in BIOS and freezes went away. I am not sure exactly why, but I wanted my APIC back. So I googled up a lot of information about nforce2+APIC, nforce2+Linux and APIC+FreeBSD. Here's a brief summary of my findings: 1. apparently on FreeBSD 5.4 APIC works in mixed mode, system uses IRQ0 timer and everything is OK (for reasons not clear to me). 2. apparently linux 2.4.* works similarly but had or has some problems with nforce2 because almost all BIOSes (MADTs) on almost all nforce2-based MBs (save for some Shuttles) have bogus IRQ0->PIN2 override and that screwed something in linux. This might be (have been) causing problems for some FreeBSD users, but not for me, not my MB. 3. apparently linux 2.6.* uses LAPIC timer similarly to FreeBSD 6.1, but people still experienced or experience hard freezes when they have all of the following 3 enabled: LAPIC timer, APIC and "Disconnect CPU on C1" chipset feature. The latter is done through either BOIS setting or through programs like fvcool. I indeed verified that if I disable "C1 disconnect", then 6.1 with APIC enabled works well. But the CPU temperature went up as well, so I wanted my "C1 disconnect" back :) After fruitlessly trying to hack sources to disable LAPIC timer and go back to IRQ0 timer and make this portion of kernel behave similarly to 5.4 (this is a long and uninteresting story), I finally found a very useful piece of information from within nVidia itself: http://lkml.org/lkml/2004/5/3/157 Based on that info and the linux patch in that thread I came up with the following PCI fixup. Now I am running 6.1 with both APIC and "C1 disconnect" enabled for 2 days without any problems. --- sys/dev/pci/fixup_pci.c.orig Wed May 17 21:08:47 2006 +++ sys/dev/pci/fixup_pci.c Thu May 18 16:42:53 2006 @@ -51,6 +51,7 @@ static int fixup_pci_probe(device_t dev); static void fixwsc_natoma(device_t dev); +static void fixc1_nforce2(device_t dev); static device_method_t fixup_pci_methods[] = { /* Device interface */ @@ -76,6 +77,9 @@ case 0x12378086: /* Intel 82440FX (Natoma) */ fixwsc_natoma(dev); break; + case 0x01e010de: /* nVidia nforce2 */ + fixc1_nforce2(dev); + break; } return(ENXIO); } @@ -99,4 +103,18 @@ pci_write_config(dev, 0x50, pmccfg, 2); } #endif +} + +/* + * See: http://lkml.org/lkml/2004/5/3/157 + */ +static void +fixc1_nforce2(device_t dev) +{ + uint32_t val; + + val = pci_read_config(dev, 0x6c, 4); + val &= 0xfff1ffff; + pci_write_config(dev, 0x6c, val, 4); + printf("fixup from nforce2 C1 CPU disconnect hangs\n"); } -- Andriy Gapon From owner-freebsd-stable@FreeBSD.ORG Fri May 19 14:55:04 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3E2E16A421 for ; Fri, 19 May 2006 14:55:04 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 5D49443D49 for ; Fri, 19 May 2006 14:55:03 +0000 (GMT) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 19 May 2006 14:55:02 -0000 Received: from p54A7F38D.dip.t-dialin.net (EHLO [192.168.0.12]) [84.167.243.141] by mail.gmx.net (mp030) with SMTP; 19 May 2006 16:55:02 +0200 X-Authenticated: #5465401 Message-ID: <446DDC3E.1080102@gmx.de> Date: Fri, 19 May 2006 16:54:54 +0200 From: "[LoN]Kamikaze" Organization: Lords of Nightmare User-Agent: Thunderbird 1.5.0.2 (X11/20060423) MIME-Version: 1.0 To: Andriy Gapon References: <446DD5EB.6030300@icyb.net.ua> In-Reply-To: <446DD5EB.6030300@icyb.net.ua> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: freebsd-acpi@freebsd.org, freebsd-stable@freebsd.org, freebsd-hardware@freebsd.org Subject: Re: 5.4=>6.1 regression: nforce2 vs. APIC [+fix] 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, 19 May 2006 14:55:05 -0000 Andriy Gapon wrote: > [Disclaimer, just in case: I do mean APIC, not ACPI] > > > Based on that info and the linux patch in that thread I came up with the > following PCI fixup. Now I am running 6.1 with both APIC and "C1 > disconnect" enabled for 2 days without any problems. > Did you file a PR with your fix? From owner-freebsd-stable@FreeBSD.ORG Fri May 19 15:16:43 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CAD016A45B; Fri, 19 May 2006 15:16:43 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8534343D46; Fri, 19 May 2006 15:16:42 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id k4JFGesI037477; Fri, 19 May 2006 11:16:41 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-acpi@freebsd.org Date: Fri, 19 May 2006 11:16:05 -0400 User-Agent: KMail/1.9.1 References: <446DD5EB.6030300@icyb.net.ua> In-Reply-To: <446DD5EB.6030300@icyb.net.ua> MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200605191116.06248.jhb@freebsd.org> Content-Type: text/plain; charset="koi8-u" Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.87.1/1471/Fri May 19 10:07:46 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx Cc: freebsd-stable@freebsd.org, Andriy Gapon , freebsd-hardware@freebsd.org Subject: Re: 5.4=>6.1 regression: nforce2 vs. APIC [+fix] 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, 19 May 2006 15:16:43 -0000 On Friday 19 May 2006 10:27, Andriy Gapon wrote: > [Disclaimer, just in case: I do mean APIC, not ACPI] > > This is a good lesson for me for not trying any RCs or BETAs in due time. > > Short description of my system: nforce2 based motherboard NF-7 v2 with > the latest BIOS (v2.7), CPU is Athlon XP. > > ... > > Based on that info and the linux patch in that thread I came up with the > following PCI fixup. Now I am running 6.1 with both APIC and "C1 > disconnect" enabled for 2 days without any problems. Good find! The patch looks good. I've modified it slight to expand the comment and to make it more paranoid and only trigger for bus/slot/function 0/0/0 like the post mentions along with a minor tweak to the printf. Can you test to make sure I didn't break anything in the process? -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-freebsd-stable@FreeBSD.ORG Fri May 19 15:20:55 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7D1716A41F; Fri, 19 May 2006 15:20:55 +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 3E7DD43D45; Fri, 19 May 2006 15:20:53 +0000 (GMT) (envelope-from avg@icyb.net.ua) Received: from [212.40.38.87] (oddity-e.topspin.kiev.ua [212.40.38.87]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id SAA29490; Fri, 19 May 2006 18:20:52 +0300 (EEST) (envelope-from avg@icyb.net.ua) Message-ID: <446DE254.50103@icyb.net.ua> Date: Fri, 19 May 2006 18:20:52 +0300 From: Andriy Gapon User-Agent: Thunderbird 1.5.0.2 (X11/20060512) MIME-Version: 1.0 To: John Baldwin References: <446DD5EB.6030300@icyb.net.ua> <200605191116.06248.jhb@freebsd.org> In-Reply-To: <200605191116.06248.jhb@freebsd.org> Content-Type: text/plain; charset=KOI8-U Content-Transfer-Encoding: 7bit Cc: freebsd-acpi@freebsd.org, freebsd-stable@freebsd.org, freebsd-hardware@freebsd.org Subject: Re: 5.4=>6.1 regression: nforce2 vs. APIC [+fix] 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, 19 May 2006 15:20:55 -0000 on 19/05/2006 18:16 John Baldwin said the following: > On Friday 19 May 2006 10:27, Andriy Gapon wrote: >> [Disclaimer, just in case: I do mean APIC, not ACPI] >> >> This is a good lesson for me for not trying any RCs or BETAs in due time. >> >> Short description of my system: nforce2 based motherboard NF-7 v2 with >> the latest BIOS (v2.7), CPU is Athlon XP. >> >> ... >> >> Based on that info and the linux patch in that thread I came up with the >> following PCI fixup. Now I am running 6.1 with both APIC and "C1 >> disconnect" enabled for 2 days without any problems. > > Good find! The patch looks good. I've modified it slight to expand > the comment and to make it more paranoid and only trigger for > bus/slot/function 0/0/0 like the post mentions along with a minor > tweak to the printf. Can you test to make sure I didn't break anything in the > process? Jon, sure, where can I find your version of the patch ? :-) -- Andriy Gapon From owner-freebsd-stable@FreeBSD.ORG Fri May 19 15:35:31 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E6E116A4F3; Fri, 19 May 2006 15:35:31 +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 1ED3443D8B; Fri, 19 May 2006 15:35:19 +0000 (GMT) (envelope-from avg@icyb.net.ua) Received: from [212.40.38.87] (oddity-e.topspin.kiev.ua [212.40.38.87]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id SAA29715; Fri, 19 May 2006 18:35:15 +0300 (EEST) (envelope-from avg@icyb.net.ua) Message-ID: <446DE5B3.1040101@icyb.net.ua> Date: Fri, 19 May 2006 18:35:15 +0300 From: Andriy Gapon User-Agent: Thunderbird 1.5.0.2 (X11/20060512) MIME-Version: 1.0 To: "[LoN]Kamikaze" References: <446DD5EB.6030300@icyb.net.ua> <446DDC3E.1080102@gmx.de> In-Reply-To: <446DDC3E.1080102@gmx.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd-acpi@freebsd.org, freebsd-stable@freebsd.org, freebsd-hardware@freebsd.org Subject: Re: 5.4=>6.1 regression: nforce2 vs. APIC [+fix] 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, 19 May 2006 15:35:36 -0000 on 19/05/2006 17:54 [LoN]Kamikaze said the following: > Andriy Gapon wrote: >> [Disclaimer, just in case: I do mean APIC, not ACPI] >> >> >> Based on that info and the linux patch in that thread I came up with the >> following PCI fixup. Now I am running 6.1 with both APIC and "C1 >> disconnect" enabled for 2 days without any problems. >> > > Did you file a PR with your fix? Not yet. I wanted to receive some feedback and test results first (and kinda hoped that this will get included without a PR). -- Andriy Gapon From owner-freebsd-stable@FreeBSD.ORG Fri May 19 17:35:18 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2783C16A426 for ; Fri, 19 May 2006 17:35:18 +0000 (UTC) (envelope-from uspoerlein@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0171743D48 for ; Fri, 19 May 2006 17:35:16 +0000 (GMT) (envelope-from uspoerlein@gmail.com) Received: by nf-out-0910.google.com with SMTP id x29so246003nfb for ; Fri, 19 May 2006 10:35:16 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:cc:subject:message-id:mail-followup-to:mime-version:content-type:content-disposition; b=aDqPvbHtH7bpB4+Fs2HCB50x0lNhlJgAnmA/p66EzQBHQoqdhPEDd92F+U/p2zb/AnIZJqPo6PFIV4ioW8RaPm6qYAH4gHgWJYHhXtXWwaVgLJsjC3Pr1CoUh7N1QsmMY2b4PFUvSNITIImNA1zMNz8g1/9BQNmuelJWE8enm40= Received: by 10.49.39.6 with SMTP id r6mr1636579nfj; Fri, 19 May 2006 10:35:16 -0700 (PDT) Received: from roadrunner.q.local ( [84.149.85.17]) by mx.gmail.com with ESMTP id l22sm1939110nfc.2006.05.19.10.35.13; Fri, 19 May 2006 10:35:16 -0700 (PDT) Received: from roadrunner.q.local (localhost [127.0.0.1]) by roadrunner.q.local (8.13.6/8.13.6) with ESMTP id k4JGRttH019047; Fri, 19 May 2006 18:27:55 +0200 (CEST) (envelope-from uspoerlein@gmail.com) Received: (from q@localhost) by roadrunner.q.local (8.13.6/8.13.6/Submit) id k4JGRr7e019046; Fri, 19 May 2006 18:27:53 +0200 (CEST) (envelope-from uspoerlein@gmail.com) Date: Fri, 19 May 2006 18:27:52 +0200 From: Ulrich Spoerlein To: stable@freebsd.org Message-ID: <20060519162752.GA1099@roadrunner.aventurien.local> Mail-Followup-To: stable@freebsd.org, mlaier@freebsd.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="mP3DRpeJDSE+ciuQ" Content-Disposition: inline Cc: mlaier@freebsd.org Subject: ipw(4) breaking under load 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, 19 May 2006 17:35:18 -0000 --mP3DRpeJDSE+ciuQ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi guys, is it just me, or is no one actually using ipw(4) under 6.1? Anyway, I set up a FreeBSD based AP using an ural(4) device. I'm connecting to it via laptop and ipw(4). This works fine, as long as you don't push it. Transferring some files via NFS gives me a lousy 100kB/s transfer rate, which quickly stalls and the connection wedges. Syslog reports: May 19 17:29:48 roadrunner kernel: ipw0: fatal error May 19 17:34:43 roadrunner kernel: ipw0: fatal error May 19 17:35:54 roadrunner kernel: ipw0: fatal error May 19 17:37:43 roadrunner kernel: ipw0: fatal error After running 'ifconfig ipw0 up ssid FOO' it will quickly re-associate and resume transferring, but as you see from the timestamps above, it stalls rather quickly. The link quality can't be responsive, as I was within 2m of the AP. I wish I could try if_ndis(4) but it quickly panics too (there's a PR about it). Anything I could try? Ulrich Spoerlein --=20 PGP Key ID: 20FEE9DD Encrypted mail welcome! Fingerprint: AEC9 AF5E 01AC 4EE1 8F70 6CBD E76E 2227 20FE E9DD Which is worse: ignorance or apathy? Don't know. Don't care. --mP3DRpeJDSE+ciuQ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEbfII524iJyD+6d0RAmZXAKCNQ1YYq1EnEenZ0zBSfiYrWvzU2QCfXfXE sBBPLTp49NQctZbIvIuA/RY= =q7f0 -----END PGP SIGNATURE----- --mP3DRpeJDSE+ciuQ-- From owner-freebsd-stable@FreeBSD.ORG Fri May 19 18:11:08 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A066016A420 for ; Fri, 19 May 2006 18:11:08 +0000 (UTC) (envelope-from patfbsds@davenulle.org) Received: from smtp.lamaiziere.net (lamaiziere.net [213.41.172.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id 343B243D46 for ; Fri, 19 May 2006 18:11:07 +0000 (GMT) (envelope-from patfbsds@davenulle.org) Received: from [192.168.0.59] (unknown [192.168.0.59]) by smtp.lamaiziere.net (Postfix) with ESMTP id 7F7E4A6C2B for ; Fri, 19 May 2006 20:11:04 +0200 (CEST) From: Patrick =?iso-8859-15?q?Lamaizi=E8re?= Organization: >/dave/nulle To: stable@freebsd.org Date: Fri, 19 May 2006 20:11:01 +0200 User-Agent: KMail/1.9.1 References: <20060519162752.GA1099@roadrunner.aventurien.local> In-Reply-To: <20060519162752.GA1099@roadrunner.aventurien.local> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 8bit Content-Disposition: inline Message-Id: <200605192011.01813.patfbsds@davenulle.org> Cc: Subject: Re: ipw(4) breaking under load 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, 19 May 2006 18:11:08 -0000 Le Vendredi 19 Mai 2006 18:27, Ulrich Spoerlein a écrit : > Hi guys, Hello, > is it just me, or is no one actually using ipw(4) under 6.1? Anyway, I > set up a FreeBSD based AP using an ural(4) device. I'm connecting to it > via laptop and ipw(4). This works fine, as long as you don't push it. > > Transferring some files via NFS gives me a lousy 100kB/s transfer rate, > which quickly stalls and the connection wedges. Syslog reports: > May 19 17:29:48 roadrunner kernel: ipw0: fatal error I've got this error with the iwi driver too (Intel 2200 BG). But not often (one or two times a week). It seems not related to the network load for me. From owner-freebsd-stable@FreeBSD.ORG Sat May 20 00:39:40 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D40ED16A424 for ; Sat, 20 May 2006 00:39:40 +0000 (UTC) (envelope-from seth.kingry@natnet.com) Received: from natmail.natnet.com (nat83.national-net.com [66.115.130.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56D2F43D46 for ; Sat, 20 May 2006 00:39:40 +0000 (GMT) (envelope-from seth.kingry@natnet.com) Received: from natmail.natnet.com (localhost [127.0.0.1]) by natmail.natnet.com (Postfix) with ESMTP id 87AF1265E9 for ; Fri, 19 May 2006 20:39:38 -0400 (EDT) Received: from [192.168.1.137] (atlanta.national-net.com [66.115.128.132]) by natmail.natnet.com (Postfix) with ESMTP id 9AE23265A8 for ; Fri, 19 May 2006 20:39:37 -0400 (EDT) Message-ID: <446E6549.6070208@natnet.com> Date: Fri, 19 May 2006 20:39:37 -0400 From: Seth Kingry User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051110) X-Accept-Language: en-us, en MIME-Version: 1.0 References: <200605160135.TAA04838@lariat.net> In-Reply-To: <200605160135.TAA04838@lariat.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: stable@freebsd.org Subject: Re: 4.11 snapshots? 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, 20 May 2006 00:39:40 -0000 You could build your own snapshots.... It's not hard (hint 'man release'). Seth Brett Glass wrote: >Is there a server currently furnishing snapshots of the FreeBSD 4.11 security >branch? We have some servers running various 4.x versions that might not be >happy with 6.x due to memory requirements. They also might have slower file >access (The file system in FreeBSD 6.x still isn't as snappy as the one >in 4.x, though I hope this will change). So, we'd like to upgrade them to >a patch level that includes all recent security fixes. Are ISOs available? > >--Brett Glass > >_______________________________________________ >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 May 20 00:54:50 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF88516A423 for ; Sat, 20 May 2006 00:54:50 +0000 (UTC) (envelope-from rosti.bsd@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id F234843D4C for ; Sat, 20 May 2006 00:54:49 +0000 (GMT) (envelope-from rosti.bsd@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so872330uge for ; Fri, 19 May 2006 17:54:48 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type:content-transfer-encoding; b=M8uImMDsZuXBeEChNfkSn+mZEM3JGeeoBrTfLIilV5vkXdf8Vnsp+5/TFiGThXyTozmDgwazxX0xYaluJkPKSelXNW386EE0wNk884wNC3JG3HVqIULBY42mnp94OTmmnxrDKALWF4LmIEPx1QVF0pddvQM1mHUUWStHi1MDoZ8= Received: by 10.67.100.12 with SMTP id c12mr1919700ugm; Fri, 19 May 2006 17:54:48 -0700 (PDT) Received: from saturn.lan ( [212.143.154.227]) by mx.gmail.com with ESMTP id m1sm777601uge.2006.05.19.17.54.46; Fri, 19 May 2006 17:54:48 -0700 (PDT) Date: Sat, 20 May 2006 03:54:29 +0300 From: Rostislav Krasny To: Andras Got Message-Id: <20060520035429.f8bc6d6b.rosti.bsd@gmail.com> In-Reply-To: <446DCCE5.6030601@antiszoc.hu> References: <446DCCE5.6030601@antiszoc.hu> X-Mailer: Sylpheed version 2.2.4 (GTK+ 2.8.17; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: possible tcp problem 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, 20 May 2006 00:54:50 -0000 Hi, On Fri, 19 May 2006 15:49:25 +0200 Andras Got wrote: > The question is that what could cause this thing and what should we try to solve this. > > Errors: > sendmail[37085]: gethostbyaddr(IP) failed: 1 > Can't connect to MySQL server on 'IP' (1) Don't know about the second error, but I believe the first one is printed by following chunk of src/contrib/sendmail/src/conf.c ======== start of the quote ======== sm_syslog(LOG_WARNING, NOQID, "gethostbyaddr(%.100s) failed: %d", anynet_ntoa(sa), #if NAMED_BIND h_errno #else /* NAMED_BIND */ -1 #endif /* NAMED_BIND */ ); ======== end of the quote ======== netdb.h has following description for that error number in h_errno: #define HOST_NOT_FOUND 1 /* Authoritative Answer Host not found */ So that specific error looks like a problem on your DNS. From owner-freebsd-stable@FreeBSD.ORG Sat May 20 07:44:42 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C504716A4AB for ; Sat, 20 May 2006 07:44:42 +0000 (UTC) (envelope-from pkg@hunter-gatherer.org) Received: from [212.112.40.199] (212-112-40-199.lidnet.net [212.112.40.199]) by mx1.FreeBSD.org (Postfix) with SMTP id AD3EA43D5C for ; Sat, 20 May 2006 07:44:41 +0000 (GMT) (envelope-from pkg@hunter-gatherer.org) Received: (qmail 79871 invoked by uid 1000); 20 May 2006 07:44:37 -0000 Date: Sat, 20 May 2006 09:44:37 +0200 From: Par Leijonhufvud To: stable@freebsd.org Message-ID: <20060520074437.GX9183@absaroka.hunter-gatherer.org> Mail-Followup-To: stable@freebsd.org References: <53u07rv6of.wl%mak@ll.mit.edu> <53lkt22okm.wl%mak@ll.mit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <53lkt22okm.wl%mak@ll.mit.edu> User-Agent: Mutt/1.5.5.1i Cc: Subject: Re: burncd audio produces white noise 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, 20 May 2006 07:44:48 -0000 Michael A. Koerber [2006.05.16] wrote: > 1. Starting with a known good audio CD > 2. Rip via dd if=/dev/acd0t01 ... etc > 3. burncd -f /dev/acd0 track01.cdr ... etc I've also used this, but have some problems: there is sometimes a "blank" section in before the tracks, and allways a long one after (and the CD player does not automatically detect that it should change to the next track. Is this a problem with the CD player in my car and CD-R, or with my procedure? I'll try a dd of the whole CD next, but being able to select tracks would be great. /Par -- Par Leijonhufvud par@hunter-gatherer.org The Hawaiian-Welsh Exchange: Getting vowels and consonants to those in need. From owner-freebsd-stable@FreeBSD.ORG Sat May 20 10:02:17 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFFAE16A41F for ; Sat, 20 May 2006 10:02:17 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 09AAF43D53 for ; Sat, 20 May 2006 10:02:16 +0000 (GMT) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 20 May 2006 10:02:15 -0000 Received: from p54A7E201.dip.t-dialin.net (EHLO [192.168.0.12]) [84.167.226.1] by mail.gmx.net (mp039) with SMTP; 20 May 2006 12:02:15 +0200 X-Authenticated: #5465401 Message-ID: <446EE91F.2080505@gmx.de> Date: Sat, 20 May 2006 12:02:07 +0200 From: "[LoN]Kamikaze" Organization: Lords of Nightmare User-Agent: Thunderbird 1.5.0.2 (X11/20060423) MIME-Version: 1.0 To: stable@freebsd.org References: <53u07rv6of.wl%mak@ll.mit.edu> <53lkt22okm.wl%mak@ll.mit.edu> <20060520074437.GX9183@absaroka.hunter-gatherer.org> In-Reply-To: <20060520074437.GX9183@absaroka.hunter-gatherer.org> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: Subject: Re: burncd audio produces white noise 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, 20 May 2006 10:02:17 -0000 Par Leijonhufvud wrote: > Michael A. Koerber [2006.05.16] wrote: >> 1. Starting with a known good audio CD >> 2. Rip via dd if=/dev/acd0t01 ... etc >> 3. burncd -f /dev/acd0 track01.cdr ... etc > This might be because you don't use the appropriate blocksize. A more secure way would be # cp /dev/acd0t01 track01.cdr or to copy the whole CD at once # cp /dec/acd0 audiocd.image From owner-freebsd-stable@FreeBSD.ORG Sat May 20 10:18:02 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D3DC16A41F for ; Sat, 20 May 2006 10:18:02 +0000 (UTC) (envelope-from uspoerlein@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.191]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF64A43D45 for ; Sat, 20 May 2006 10:18:01 +0000 (GMT) (envelope-from uspoerlein@gmail.com) Received: by nf-out-0910.google.com with SMTP id x29so320714nfb for ; Sat, 20 May 2006 03:18:00 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:cc:subject:message-id:mail-followup-to:references:mime-version:content-type:content-disposition:in-reply-to; b=Yy7CkYQKlk+dDsdhrExAcje5Wq/JvV41+nYWwV44QhTweq0aRHKe2Yj6B9+Pp+BKvKQJnBKxsk5rzmX0BWkSVKl9xnbPQOWdePpfjtHAzzjJ/aeXPS3HkyvnMG3FomXUmdgkQADwyHziMGpyvAYUzyYN5e+HPeAQNk1Muzb+0vM= Received: by 10.48.204.2 with SMTP id b2mr2119668nfg; Sat, 20 May 2006 03:18:00 -0700 (PDT) Received: from roadrunner.q.local ( [84.149.104.210]) by mx.gmail.com with ESMTP id x27sm2676450nfb.2006.05.20.03.17.59; Sat, 20 May 2006 03:18:00 -0700 (PDT) Received: from roadrunner.q.local (localhost [127.0.0.1]) by roadrunner.q.local (8.13.6/8.13.6) with ESMTP id k4KAI3aQ003712; Sat, 20 May 2006 12:18:03 +0200 (CEST) (envelope-from uspoerlein@gmail.com) Received: (from q@localhost) by roadrunner.q.local (8.13.6/8.13.6/Submit) id k4KAI280003711; Sat, 20 May 2006 12:18:02 +0200 (CEST) (envelope-from uspoerlein@gmail.com) Date: Sat, 20 May 2006 12:18:02 +0200 From: Ulrich Spoerlein To: "[LoN]Kamikaze" Message-ID: <20060520101802.GA1098@roadrunner.aventurien.local> Mail-Followup-To: "[LoN]Kamikaze" , stable@freebsd.org References: <53u07rv6of.wl%mak@ll.mit.edu> <53lkt22okm.wl%mak@ll.mit.edu> <20060520074437.GX9183@absaroka.hunter-gatherer.org> <446EE91F.2080505@gmx.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="EVF5PPMfhYS0aIcm" Content-Disposition: inline In-Reply-To: <446EE91F.2080505@gmx.de> Cc: stable@freebsd.org Subject: Re: burncd audio produces white noise 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, 20 May 2006 10:18:02 -0000 --EVF5PPMfhYS0aIcm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable [LoN]Kamikaze wrote: > Par Leijonhufvud wrote: > > Michael A. Koerber [2006.05.16] wrote: > >> 1. Starting with a known good audio CD > >> 2. Rip via dd if=3D/dev/acd0t01 ... etc > >> 3. burncd -f /dev/acd0 track01.cdr ... etc > >=20 > This might be because you don't use the appropriate blocksize. A more > secure way would be >=20 > # cp /dev/acd0t01 track01.cdr >=20 > or to copy the whole CD at once >=20 > # cp /dec/acd0 audiocd.image recoverdisk has recently been enhanced to do exactly this kind of stuff. It has not been MFC'ed yet, so you might want to download it from here: http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/src/tools/tools/recoverdis= k/recoverdisk.c?rev=3D1.6&content-type=3Dtext/plain Ulrich Spoerlein --=20 PGP Key ID: 20FEE9DD Encrypted mail welcome! Fingerprint: AEC9 AF5E 01AC 4EE1 8F70 6CBD E76E 2227 20FE E9DD Which is worse: ignorance or apathy? Don't know. Don't care. --EVF5PPMfhYS0aIcm Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEbuza524iJyD+6d0RAuR2AJ47iRM0tYctwrtjij8XF6RCPlta+QCgicg2 MJy6geutP+3oMQ3k7iMvzW0= =+P7x -----END PGP SIGNATURE----- --EVF5PPMfhYS0aIcm-- From owner-freebsd-stable@FreeBSD.ORG Sat May 20 10:20:28 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97B5816A50B for ; Sat, 20 May 2006 10:20:28 +0000 (UTC) (envelope-from uspoerlein@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66F3843D46 for ; Sat, 20 May 2006 10:20:27 +0000 (GMT) (envelope-from uspoerlein@gmail.com) Received: by nf-out-0910.google.com with SMTP id x29so320864nfb for ; Sat, 20 May 2006 03:20:26 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:cc:subject:message-id:mail-followup-to:references:mime-version:content-type:content-disposition:in-reply-to; b=tQtySQG01swuSA7porNzeI3Wlwaes4qahFANJzEF0RN293NuGyG82kIpiRGaBDPnDvsWBBeDrAAR3JbfGgyWnrqK15rVjiOQSoUZ9huO4ZYf3Gf6/e+AEpWrcOdRh/IVdSrkBvdQrt4UNMw4Op7J23rU0Y1m3aQJ5guN/2XZA1A= Received: by 10.49.87.3 with SMTP id p3mr2124156nfl; Sat, 20 May 2006 03:20:26 -0700 (PDT) Received: from roadrunner.q.local ( [84.149.104.210]) by mx.gmail.com with ESMTP id q27sm2735125nfc.2006.05.20.03.20.25; Sat, 20 May 2006 03:20:26 -0700 (PDT) Received: from roadrunner.q.local (localhost [127.0.0.1]) by roadrunner.q.local (8.13.6/8.13.6) with ESMTP id k4KAKWK2003750; Sat, 20 May 2006 12:20:32 +0200 (CEST) (envelope-from uspoerlein@gmail.com) Received: (from q@localhost) by roadrunner.q.local (8.13.6/8.13.6/Submit) id k4KAKV90003749; Sat, 20 May 2006 12:20:31 +0200 (CEST) (envelope-from uspoerlein@gmail.com) Date: Sat, 20 May 2006 12:20:31 +0200 From: Ulrich Spoerlein To: Patrick =?iso-8859-15?Q?Lamaizi=E8re?= Message-ID: <20060520102031.GB1098@roadrunner.aventurien.local> Mail-Followup-To: Patrick =?iso-8859-15?Q?Lamaizi=E8re?= , stable@freebsd.org References: <20060519162752.GA1099@roadrunner.aventurien.local> <200605192011.01813.patfbsds@davenulle.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="61jdw2sOBCFtR2d/" Content-Disposition: inline In-Reply-To: <200605192011.01813.patfbsds@davenulle.org> Cc: stable@freebsd.org Subject: Re: ipw(4) breaking under load 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, 20 May 2006 10:20:28 -0000 --61jdw2sOBCFtR2d/ Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Patrick Lamaizi=E8re wrote: > > is it just me, or is no one actually using ipw(4) under 6.1? Anyway, I > > set up a FreeBSD based AP using an ural(4) device. I'm connecting to it > > via laptop and ipw(4). This works fine, as long as you don't push it. > > > > Transferring some files via NFS gives me a lousy 100kB/s transfer rate, > > which quickly stalls and the connection wedges. Syslog reports: > > May 19 17:29:48 roadrunner kernel: ipw0: fatal error >=20 > I've got this error with the iwi driver too (Intel 2200 BG). But not ofte= n=20 > (one or two times a week). It seems not related to the network load for m= e. Normal network traffic works just fine for me. Several SSH session, http traffic, pings etc. Only when pushing it, it quickly stalls. Ulrich Spoerlein --=20 PGP Key ID: 20FEE9DD Encrypted mail welcome! Fingerprint: AEC9 AF5E 01AC 4EE1 8F70 6CBD E76E 2227 20FE E9DD Which is worse: ignorance or apathy? Don't know. Don't care. --61jdw2sOBCFtR2d/ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEbu1v524iJyD+6d0RApiVAJ0fLbPXpwHn1zllu/M2+mR8yyqPRACaA8Rr j0iUPFH8t4fhrkd+vUj2SxA= =vyLk -----END PGP SIGNATURE----- --61jdw2sOBCFtR2d/-- From owner-freebsd-stable@FreeBSD.ORG Sat May 20 17:58:17 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D8DC16A424 for ; Sat, 20 May 2006 17:58:17 +0000 (UTC) (envelope-from howard@leadmon.net) Received: from ibm.leadmon.net (ibm.leadmon.net [207.114.24.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id DADA643D46 for ; Sat, 20 May 2006 17:58:14 +0000 (GMT) (envelope-from howard@leadmon.net) Received: from gamer (gamer.leadmon.net [207.114.24.7]) (authenticated bits=0) by ibm.leadmon.net (8.13.6/8.13.6/LNSG+ORDB+SCOP+NJABL+SBL+DSBL+SORBS+CBL+RHSBL) with ESMTP id k4KHv5ej084186; Sat, 20 May 2006 13:58:13 -0400 (EDT) (envelope-from howard@leadmon.net) Authentication-Results: ibm.leadmon.net from=howard@leadmon.net; sender-id=pass; spf=pass X-SenderID: Sendmail Sender-ID Filter v0.2.12 ibm.leadmon.net k4KHv5ej084186 From: "Howard Leadmon" To: "'Kris Kennaway'" Date: Sat, 20 May 2006 13:57:00 -0400 Organization: Leadmon Networking Message-ID: <001e01c67c36$f5126720$071872cf@Leadmon.local> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcZ3ylKgpFVrMfGMQVG/NXupI1LitgEa03Pg X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 In-Reply-To: <20060515024958.GA99002@xor.obsecurity.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0 (ibm.leadmon.net [207.114.24.13]); Sat, 20 May 2006 13:58:13 -0400 (EDT) X-Virus-Scanned: ClamAV 0.88.2/1472/Sat May 20 04:11:04 2006 on ibm.leadmon.net X-Virus-Status: Clean Cc: freebsd-stable@freebsd.org Subject: RE: Trouble with NFSd under 6.1-Stable, any ideas? 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, 20 May 2006 17:58:17 -0000 Sorry for delay, ended up sick.. :( You say use tcpdump, is there something I should be looking out for? As NFS is serving files, even more strange is if I kill off the nfsd process it's zippy fast for a moment and then the CPU load goes through the roof, and it starts serving files slowly. So it's actually working, outside of it consumes all available CPU and brings the machine to it knees quickly. Doesn't matter if I access it from my Solaris box, my other FBSD boxes, and so on, it still dogs down terribly and never used. Anything anyone can think of config wise that might cause that, it would be nice to know. I have the following that I can think of that affects NFS configs: # # NFS # nfs_client_enable="NO" # This host is an NFS client (or NO). nfs_access_cache="2" # Client cache timeout in seconds nfs_server_enable="YES" # This host is an NFS server (or NO). nfs_server_flags="-u -t -n 5" # Flags to nfsd (if enabled). mountd_enable="YES" # Run mountd (or NO). mountd_flags="-r" # Flags to mountd (if NFS server enabled). weak_mountd_authentication="NO" # Allow non-root mount requests to be served. nfs_reserved_port_only="YES" # Provide NFS only on secure port (or NO). nfs_bufpackets="" # bufspace (in packets) for client rpc_lockd_enable="YES" # Run NFS rpc.lockd needed for client/server. rpc_statd_enable="YES" # Run NFS rpc.statd needed for client/server. rpcbind_enable="YES" # Run the portmapper service (YES/NO). rpcbind_program="/usr/sbin/rpcbind" # path to rpcbind, if you want a differe rpcbind_flags="" # Flags to rpcbind (if enabled). I can't think of anything that should have changed, unless mergemaster updating the default files might have changed something that would have an effect. --- Howard Leadmon http://www.leadmon.net > -----Original Message----- > From: owner-freebsd-stable@freebsd.org > [mailto:owner-freebsd-stable@freebsd.org] On Behalf Of Kris Kennaway > Sent: Sunday, May 14, 2006 10:50 PM > To: Howard Leadmon > Cc: freebsd-stable@freebsd.org > Subject: Re: Trouble with NFSd under 6.1-Stable, any ideas? > > On Sun, May 14, 2006 at 02:28:55PM -0400, Howard Leadmon wrote: > > > > Hello All, > > > > I have been running FBSD a long while, and actually > running since the 5.x > > releases on the server I am having troubles with. I > basically have a small > > network and just use NIS/NFS to link my various FBSD and Solaris > > machines together. > > > > This has all been running fine up till a few days ago, > when all of a > > sudden NFS came to a crawl, and CPU usage so high the box > appears to freeze almost. > > When I had 6.1-RC running all seemed well, then came the > announcement > > for the official 6.1 release, so I did the cvs updates, made world, > > kernel, and ran mergemaster to get everything up to the 6.1 > stable version. > > > > Now after doing this, something is wrong with NFS. It > works, it will return > > information and open files, just it's very very slow, and while > > performing a request the CPU spike is astounding. A simple > du of my > > home directory can take minutes, and machine all but locks > up if the request is done over NFS. > > Here is top snip: > > > > PID USERNAME THR PRI NICE SIZE RES STATE C TIME > WCPU COMMAND > > 497 root 1 4 0 1252K 780K - 2 50:42 > 188.48% nfsd > > > > > > This is a nice IBM eServer with dual P4-XEON's and a > couple GB or RAM > > on a disk array, and locally is screams, heck NFS used to > scream till > > I updated. I am not really sure what info would be useful in > > debugging, so won't post tons of misc junk in this eMail, but if > > anyone has any ideas as to how best to figure out and > resolve this issue it would sure be appreicated... > > Use tcpdump and related tools to find out what traffic is being sent. > > Also verify that you did not change your system configuration in any > way: there have been no changes to NFS since the release, so > it is unclear why an update would cause the problem to suddenly occur. > > Kris > > From owner-freebsd-stable@FreeBSD.ORG Sat May 20 18:05:40 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80AA216A427 for ; Sat, 20 May 2006 18:05:40 +0000 (UTC) (envelope-from howard@leadmon.net) Received: from ibm.leadmon.net (ibm.leadmon.net [207.114.24.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11BEC43D45 for ; Sat, 20 May 2006 18:05:39 +0000 (GMT) (envelope-from howard@leadmon.net) Received: from gamer (gamer.leadmon.net [207.114.24.7]) (authenticated bits=0) by ibm.leadmon.net (8.13.6/8.13.6/LNSG+ORDB+SCOP+NJABL+SBL+DSBL+SORBS+CBL+RHSBL) with ESMTP id k4KI5aVW084328; Sat, 20 May 2006 14:05:39 -0400 (EDT) (envelope-from howard@leadmon.net) Authentication-Results: ibm.leadmon.net from=howard@leadmon.net; sender-id=pass; spf=pass X-SenderID: Sendmail Sender-ID Filter v0.2.12 ibm.leadmon.net k4KI5aVW084328 From: "Howard Leadmon" To: "'Rong-en Fan'" , Date: Sat, 20 May 2006 14:05:31 -0400 Organization: Leadmon Networking Message-ID: <001f01c67c37$fec50c90$071872cf@Leadmon.local> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcZ4h22F1St+T9JdTu2Fe1E8dWo8VgDsDxlg X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 In-Reply-To: <6eb82e0605151823x270b10f5j12c7fa2216b52f3f@mail.gmail.com> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0 (ibm.leadmon.net [207.114.24.13]); Sat, 20 May 2006 14:05:39 -0400 (EDT) X-Virus-Scanned: ClamAV 0.88.2/1472/Sat May 20 04:11:04 2006 on ibm.leadmon.net X-Virus-Status: Clean Cc: Subject: RE: 6.1-RELEASE, em0 high interrupt rate and nfsd eats lots of cpu 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, 20 May 2006 18:05:40 -0000 Ahh, this might be my nfs problem I am now seeing, see my other posting to this list about that issue. If anyone knows of a fix for this, outside of downgrading to 6.0 please let me know. It's for sure a nusiance when I have half dozen other machines that NFS to that server. I don't have em0, but do have fxp0, and am seeing massive CPU if I do something like a du on the NFS mount. --- Howard Leadmon http://www.leadmon.net > -----Original Message----- > From: owner-freebsd-stable@freebsd.org > [mailto:owner-freebsd-stable@freebsd.org] On Behalf Of Rong-en Fan > Sent: Monday, May 15, 2006 9:24 PM > To: stable@freebsd.org > Subject: Re: 6.1-RELEASE, em0 high interrupt rate and nfsd > eats lots of cpu > > On 5/15/06, Dmitriy Kirhlarov wrote: > > On Mon, May 15, 2006 at 02:15:08PM -0400, Rong-en Fan wrote: > > > Hi, > > > > > > After upgrading from 5.5-PRERELEASE to 6.1-RELEASE on one > nfs server > > > today, I noticed that the load is very high, ranging from 4.x to > > > 30.x, depends how many nfsd I run. From mrtg traffic graph, I did > > > not notice there is high traffic. This box is 2 physical > Xeon CPU w/ > > > > I have same situation today on RC2. > > One client installing world from nfs share. > > nfsd eat 91% CPU, load average 6-8. Very small disk activitie. > > I don't look interrupt rate. > > I, also, have em0. > > After some digging, I found the cpu-eater nfsd can be > triggered by running ``du'' on nfs client (both FreeBSD 6.1-R > and Linux box). > The nfsd will eat lots of CPU. After the client's du is > finished, the nfsd still eat lots of CPU. The workaround is to > > /etc/rc.d/nfsd restart > > Everything will be just fine. Besides du, on FreeBSD 6.1-R > client, buildkernel over nfs will trigger the same behavior. > > I just downgraded this box to 6.0-RELEASE and everything > works fine. Running du or buildkernel from nfs client do not > trigger the same behavior. I will try to do a binary search > from 6.0-R to 6.1-R see if I can find out related commits. > > By the way, I have another nfs server running 6.1-RELEASE, > but it does not exhibit this behavior. Kernel conf and sysctl > are basically the same for both boxes. > > Regards, > Rong-En Fan > _______________________________________________ > 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 May 20 18:31:09 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7EDE16A421 for ; Sat, 20 May 2006 18:31:09 +0000 (UTC) (envelope-from sthalik@tehran.lain.pl) Received: from tehran.lain.pl (tehran.lain.pl [85.221.230.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CA0243D4C for ; Sat, 20 May 2006 18:31:08 +0000 (GMT) (envelope-from sthalik@tehran.lain.pl) Received: from sthalik by tehran.lain.pl with local (envelope-from ) id 1FhWEF-000Pzo-2a for freebsd-stable@freebsd.org; Sat, 20 May 2006 20:31:07 +0200 Date: Sat, 20 May 2006 20:31:06 +0200 From: Stanislaw Halik To: freebsd-stable@freebsd.org Message-ID: <20060520183106.GA99605@tehran.lain.pl> Mail-Followup-To: freebsd-stable@freebsd.org References: <446DCCE5.6030601@antiszoc.hu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="IJpNTDwzlM2Ie8A6" Content-Disposition: inline In-Reply-To: <446DCCE5.6030601@antiszoc.hu> X-PGP-Key: http://tehran.lain.pl/public.key User-Agent: Mutt/1.5.11 X-User: sthalik: Subject: Re: possible tcp problem 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, 20 May 2006 18:31:09 -0000 --IJpNTDwzlM2Ie8A6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, May 19, 2006, Andras Got wrote: > I'm using freebsd 6.1 and _sometimes_ (one for every ~30-40 minutes) I > get mysql connect errors with permission denied. The mysql_connect > returns error code 1, which is permission denied. Quite certainly not true: > Errors: > sendmail[37085]: gethostbyaddr(IP) failed: 1 ^^^^^^^^^^^^^ > Can't connect to MySQL server on 'IP' (1) /usr/include/netdb.h:#define HOST_NOT_FOUND 1 /* Authoritative Answer Host not found */ HTH, -- sh --IJpNTDwzlM2Ie8A6 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEb2BqadU+vjT62TERAj0xAKCA3Cb0PO3VWDmMFPevn3XqgKAXTACffu10 hGLKjqsBKst5WRPXeH3aRTA= =0SS4 -----END PGP SIGNATURE----- --IJpNTDwzlM2Ie8A6-- From owner-freebsd-stable@FreeBSD.ORG Sat May 20 18:41:48 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF12216A476 for ; Sat, 20 May 2006 18:41:48 +0000 (UTC) (envelope-from noackjr@alumni.rice.edu) Received: from smtp107.biz.mail.mud.yahoo.com (smtp107.biz.mail.mud.yahoo.com [68.142.200.255]) by mx1.FreeBSD.org (Postfix) with SMTP id 1220943D49 for ; Sat, 20 May 2006 18:41:47 +0000 (GMT) (envelope-from noackjr@alumni.rice.edu) Received: (qmail 91022 invoked from network); 20 May 2006 18:41:47 -0000 Received: from unknown (HELO optimator.noacks.org) (noackjr@supercrime.org@24.99.22.177 with login) by smtp107.biz.mail.mud.yahoo.com with SMTP; 20 May 2006 18:41:47 -0000 Received: from localhost (localhost [127.0.0.1]) by optimator.noacks.org (Postfix) with ESMTP id 2DCBF618E; Sat, 20 May 2006 14:41:46 -0400 (EDT) X-Virus-Scanned: amavisd-new at noacks.org Received: from optimator.noacks.org ([127.0.0.1]) by localhost (optimator.noacks.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id wjCLMG388C6Q; Sat, 20 May 2006 14:41:45 -0400 (EDT) Received: from compgeek.noacks.org (compgeek [192.168.1.10]) by optimator.noacks.org (Postfix) with ESMTP id 1C9966182; Sat, 20 May 2006 14:41:45 -0400 (EDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) by compgeek.noacks.org (8.13.6/8.13.6) with ESMTP id k4KIfiMD039928; Sat, 20 May 2006 14:41:44 -0400 (EDT) (envelope-from noackjr@alumni.rice.edu) Message-ID: <446F62E2.3060607@alumni.rice.edu> Date: Sat, 20 May 2006 14:41:38 -0400 From: Jonathan Noack User-Agent: Thunderbird 1.5.0.2 (X11/20060422) MIME-Version: 1.0 To: Matthew Gardiner References: <200605191744.45590.> In-Reply-To: <200605191744.45590.> X-Enigmail-Version: 0.94.0.0 OpenPGP: id=991D8195; url=http://www.noacks.org/cert/noackjr.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig041D5F02C29A555486BA7B8E" Cc: freebsd-stable@freebsd.org Subject: Re: drm/dri rocks X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: noackjr@alumni.rice.edu List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 18:41:51 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig041D5F02C29A555486BA7B8E Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 05/19/06 01:44, Matthew Gardiner wrote: > On Friday 19 May 2006 05:07, Ronald Klop wrote: >> This commit of the drm/dri stuff yesterday on 6-STABLE rocks. >> It works out of the box on my i810. >> >> I think FreeBSD is now ready for the desktop since xlock looks really = cool. >=20 > Pardon? the DRM/DRI stuff yesturday? going by the ports/graphics/dri, i= t=20 > hasn't been touched in over three months. He was referring to an update of the kernel drivers: http://lists.freebsd.org/pipermail/cvs-src/2006-May/063838.html -Jonathan --=20 Jonathan Noack | noackjr@alumni.rice.edu | OpenPGP: 0x991D8195 --------------enig041D5F02C29A555486BA7B8E 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.3 (FreeBSD) iD8DBQFEb2LoUFz01pkdgZURAoKqAJ9bouZ2YblXFw/YWHrrqt2Js/FwAACfYoot 1EjA11bQioD2ROSU1kqX6ps= =vR94 -----END PGP SIGNATURE----- --------------enig041D5F02C29A555486BA7B8E-- From owner-freebsd-stable@FreeBSD.ORG Sat May 20 22:10:27 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5742D16A421 for ; Sat, 20 May 2006 22:10:27 +0000 (UTC) (envelope-from doug@fledge.watson.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE83243D46 for ; Sat, 20 May 2006 22:10:26 +0000 (GMT) (envelope-from doug@fledge.watson.org) Received: from fledge.watson.org (localhost.watson.org [127.0.0.1]) by fledge.watson.org (8.13.4/8.13.4) with ESMTP id k4KMAHPV038901; Sat, 20 May 2006 18:10:17 -0400 (EDT) (envelope-from doug@fledge.watson.org) Received: from localhost (doug@localhost) by fledge.watson.org (8.13.4/8.13.4/Submit) with ESMTP id k4KMAC5P038897; Sat, 20 May 2006 18:10:12 -0400 (EDT) (envelope-from doug@fledge.watson.org) Date: Sat, 20 May 2006 18:10:12 -0400 (EDT) From: doug To: Ulrich Spoerlein In-Reply-To: <20060520102031.GB1098@roadrunner.aventurien.local> Message-ID: <20060520175853.T36766@fledge.watson.org> References: <20060519162752.GA1099@roadrunner.aventurien.local> <200605192011.01813.patfbsds@davenulle.org> <20060520102031.GB1098@roadrunner.aventurien.local> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-72530426-1148163012=:36766" Cc: Patrick =?iso-8859-15?Q?Lamaizi=E8re?= , stable@freebsd.org Subject: Re: ipw(4) breaking under load 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, 20 May 2006 22:10:27 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --0-72530426-1148163012=:36766 Content-Type: TEXT/PLAIN; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE I am using ipw on thinkpad t42p. Last night while updating the ports tree I= got=20 an error which disconnected the cvsup. Restarting worked fine. I assumed it= was=20 signal strength or noise at the time. I will monitor this more closely. My= =20 recurring problem is all ssh connections are locked when the dhcp lease exp= ires=20 and the system is idle. I am not currently on the laptop so I can not docum= ent=20 the versions I am using. I built the driver a few days ago and downloaded t= he=20 Intel 2100 firmware at that time. Other than the above it has worked fine for me. Doug. On Sat, 20 May 2006, Ulrich Spoerlein wrote: > Patrick Lamaizi=E8re wrote: >>> is it just me, or is no one actually using ipw(4) under 6.1? Anyway, I >>> set up a FreeBSD based AP using an ural(4) device. I'm connecting to it >>> via laptop and ipw(4). This works fine, as long as you don't push it. >>> >>> Transferring some files via NFS gives me a lousy 100kB/s transfer rate, >>> which quickly stalls and the connection wedges. Syslog reports: >>> May 19 17:29:48 roadrunner kernel: ipw0: fatal error >> >> I've got this error with the iwi driver too (Intel 2200 BG). But not oft= en >> (one or two times a week). It seems not related to the network load for = me. > > Normal network traffic works just fine for me. Several SSH session, http > traffic, pings etc. > > Only when pushing it, it quickly stalls. > > Ulrich Spoerlein > --=20 > PGP Key ID: 20FEE9DD=09=09=09=09Encrypted mail welcome! > Fingerprint: AEC9 AF5E 01AC 4EE1 8F70 6CBD E76E 2227 20FE E9DD > Which is worse: ignorance or apathy? > Don't know. Don't care. > --0-72530426-1148163012=:36766-- From owner-freebsd-stable@FreeBSD.ORG Sat May 20 22:41:06 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1826C16A484 for ; Sat, 20 May 2006 22:41:06 +0000 (UTC) (envelope-from kaiwai.gardiner@gmail.com) Received: from grunt5.ihug.co.nz (grunt5.ihug.co.nz [203.109.254.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id B909D43D48 for ; Sat, 20 May 2006 22:41:05 +0000 (GMT) (envelope-from kaiwai.gardiner@gmail.com) Received: from 203-173-144-115.bliink.ihug.co.nz ([192.168.1.4]) [203.173.144.115] by grunt5.ihug.co.nz with esmtp (Exim 3.35 #1 (Debian)) id 1Fha87-0005DY-00; Sun, 21 May 2006 10:41:03 +1200 From: Matthew Gardiner To: noackjr@alumni.rice.edu, freebsd-stable@freebsd.org Date: Sun, 21 May 2006 10:42:20 +1200 User-Agent: KMail/1.9.1 References: <200605191744.45590.> <446F62E2.3060607@alumni.rice.edu> In-Reply-To: <446F62E2.3060607@alumni.rice.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200605211042.20646.kaiwai.gardiner@gmail.com> Cc: Subject: Re: drm/dri rocks 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, 20 May 2006 22:41:06 -0000 On Sunday 21 May 2006 06:41, Jonathan Noack wrote: > On 05/19/06 01:44, Matthew Gardiner wrote: > > On Friday 19 May 2006 05:07, Ronald Klop wrote: > >> This commit of the drm/dri stuff yesterday on 6-STABLE rocks. > >> It works out of the box on my i810. > >> > >> I think FreeBSD is now ready for the desktop since xlock looks really > >> cool. > > > > Pardon? the DRM/DRI stuff yesturday? going by the ports/graphics/dri, it > > hasn't been touched in over three months. > > He was referring to an update of the kernel drivers: > http://lists.freebsd.org/pipermail/cvs-src/2006-May/063838.html > > -Jonathan So I assume that those updates will appear in 6.2 or some other future update? how does RELENG_6 differ from my setup of RELENG_6_1? Matty From owner-freebsd-stable@FreeBSD.ORG Sat May 20 22:50:15 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D126E16A4A7 for ; Sat, 20 May 2006 22:50:15 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id E667543D62 for ; Sat, 20 May 2006 22:50:14 +0000 (GMT) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 20 May 2006 22:50:13 -0000 Received: from p54A7EE1D.dip.t-dialin.net (EHLO [192.168.0.12]) [84.167.238.29] by mail.gmx.net (mp036) with SMTP; 21 May 2006 00:50:13 +0200 X-Authenticated: #5465401 Message-ID: <446F9D1D.9000308@gmx.de> Date: Sun, 21 May 2006 00:50:05 +0200 From: "[LoN]Kamikaze" Organization: Lords of Nightmare User-Agent: Thunderbird 1.5.0.2 (X11/20060423) MIME-Version: 1.0 To: Matthew Gardiner References: <200605191744.45590.> <446F62E2.3060607@alumni.rice.edu> <200605211042.20646.kaiwai.gardiner@gmail.com> In-Reply-To: <200605211042.20646.kaiwai.gardiner@gmail.com> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: freebsd-stable@freebsd.org Subject: Re: drm/dri rocks 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, 20 May 2006 22:50:19 -0000 Matthew Gardiner wrote: > On Sunday 21 May 2006 06:41, Jonathan Noack wrote: >> On 05/19/06 01:44, Matthew Gardiner wrote: >>> On Friday 19 May 2006 05:07, Ronald Klop wrote: >>>> This commit of the drm/dri stuff yesterday on 6-STABLE rocks. >>>> It works out of the box on my i810. >>>> >>>> I think FreeBSD is now ready for the desktop since xlock looks really >>>> cool. >>> Pardon? the DRM/DRI stuff yesturday? going by the ports/graphics/dri, it >>> hasn't been touched in over three months. >> He was referring to an update of the kernel drivers: >> http://lists.freebsd.org/pipermail/cvs-src/2006-May/063838.html >> >> -Jonathan > > So I assume that those updates will appear in 6.2 or some other future update? > how does RELENG_6 differ from my setup of RELENG_6_1? > > Matty RELENG_6_1 only has security and bug fixes. RELENG_6 gets all the things that will be in 6.2. From owner-freebsd-stable@FreeBSD.ORG Sat May 20 22:54:22 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8750B16A583 for ; Sat, 20 May 2006 22:54:22 +0000 (UTC) (envelope-from noackjr@alumni.rice.edu) Received: from smtp101.biz.mail.mud.yahoo.com (smtp101.biz.mail.mud.yahoo.com [68.142.200.236]) by mx1.FreeBSD.org (Postfix) with SMTP id E0D4C43D45 for ; Sat, 20 May 2006 22:54:21 +0000 (GMT) (envelope-from noackjr@alumni.rice.edu) Received: (qmail 79804 invoked from network); 20 May 2006 22:54:21 -0000 Received: from unknown (HELO optimator.noacks.org) (noackjr@supercrime.org@24.99.22.177 with login) by smtp101.biz.mail.mud.yahoo.com with SMTP; 20 May 2006 22:54:20 -0000 Received: from localhost (localhost [127.0.0.1]) by optimator.noacks.org (Postfix) with ESMTP id 831CD62C8; Sat, 20 May 2006 18:54:19 -0400 (EDT) X-Virus-Scanned: amavisd-new at noacks.org Received: from optimator.noacks.org ([127.0.0.1]) by localhost (optimator.noacks.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id furc7v9FhjwV; Sat, 20 May 2006 18:54:18 -0400 (EDT) Received: from compgeek.noacks.org (compgeek [192.168.1.10]) by optimator.noacks.org (Postfix) with ESMTP id 686666143; Sat, 20 May 2006 18:54:18 -0400 (EDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) by compgeek.noacks.org (8.13.6/8.13.6) with ESMTP id k4KMsIHi015090; Sat, 20 May 2006 18:54:18 -0400 (EDT) (envelope-from noackjr@alumni.rice.edu) Message-ID: <446F9E14.5050701@alumni.rice.edu> Date: Sat, 20 May 2006 18:54:12 -0400 From: Jonathan Noack User-Agent: Thunderbird 1.5.0.2 (X11/20060422) MIME-Version: 1.0 To: Matthew Gardiner References: <200605191744.45590.> <446F62E2.3060607@alumni.rice.edu> <200605211042.20646.kaiwai.gardiner@gmail.com> In-Reply-To: <200605211042.20646.kaiwai.gardiner@gmail.com> X-Enigmail-Version: 0.94.0.0 OpenPGP: id=991D8195; url=http://www.noacks.org/cert/noackjr.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig61F6CA38A9B5A476E99082FA" Cc: freebsd-stable@freebsd.org Subject: Re: drm/dri rocks X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: noackjr@alumni.rice.edu List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 22:54:22 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig61F6CA38A9B5A476E99082FA Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 05/20/06 18:42, Matthew Gardiner wrote: > On Sunday 21 May 2006 06:41, Jonathan Noack wrote: >> On 05/19/06 01:44, Matthew Gardiner wrote: >>> On Friday 19 May 2006 05:07, Ronald Klop wrote: >>>> This commit of the drm/dri stuff yesterday on 6-STABLE rocks. >>>> It works out of the box on my i810. >>>> >>>> I think FreeBSD is now ready for the desktop since xlock looks reall= y >>>> cool. >>> Pardon? the DRM/DRI stuff yesturday? going by the ports/graphics/dri,= it >>> hasn't been touched in over three months. >> He was referring to an update of the kernel drivers: >> http://lists.freebsd.org/pipermail/cvs-src/2006-May/063838.html >> >> -Jonathan >=20 > So I assume that those updates will appear in 6.2 or some other future = update?=20 Correct, these updates will appear in 6.2. > how does RELENG_6 differ from my setup of RELENG_6_1? RELENG_6 is the branch from which 6.x releases are built. During the 6.1 release cycle, the RELENG_6 branch was "copied" to create the RELENG_6_1 errata branch, from which 6.1-RELEASE was actually built. New features and bug fixes for 6.2 go into RELENG_6, but only security and critical bug fixes will go into RELENG_6_1. -Jonathan --=20 Jonathan Noack | noackjr@alumni.rice.edu | OpenPGP: 0x991D8195 --------------enig61F6CA38A9B5A476E99082FA 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.3 (FreeBSD) iD8DBQFEb54aUFz01pkdgZURAtHEAKDSFxXWMIlB1xuPUv1+EeJ6CQerPwCgz4kt +0h7bXSUsLg0qpZd5c4q78I= =6Pu/ -----END PGP SIGNATURE----- --------------enig61F6CA38A9B5A476E99082FA--