From owner-freebsd-stable@FreeBSD.ORG Sun Jun 4 00:14:57 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 196EE16A473 for ; Sun, 4 Jun 2006 00:14:57 +0000 (UTC) (envelope-from taob@risc.org) Received: from as2.dm.egate.net (shell1.dm.egate.net [216.235.15.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2A1C43D46 for ; Sun, 4 Jun 2006 00:14:56 +0000 (GMT) (envelope-from taob@risc.org) Received: by as2.dm.egate.net (Postfix, from userid 8159) id 979334B59; Sat, 3 Jun 2006 20:14:55 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by as2.dm.egate.net (Postfix) with ESMTP id 8DD744B57 for ; Sat, 3 Jun 2006 20:14:55 -0400 (EDT) Date: Sat, 3 Jun 2006 20:14:55 -0400 (EDT) From: Brian Tao X-X-Sender: taob@as2.dm.egate.net To: FREEBSD-STABLE Message-ID: <20060603195754.Q15261-100000@as2.dm.egate.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: 6.1 kernel unable to find /dev ? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jun 2006 00:14:57 -0000 I had a very stable 6.1-R amd64 server (once I swapped out some bad RAM, that is) that needed a couple more hard drives installed. There were some problems with the upgrade (device renumbering woes, basically... topic of another thread), and it had to be rolled back. Upon rolling back, the previously-good kernel would no longer complete the boot after the device probe. I saw two types of panics on the serial console: | Trying to mount root from ufs:/dev/ad4s1a | Lookup of /dev for devfs, error: 20 | exec /sbin/init: error 20 | exec /sbin/oinit: error 20 | exec /sbin/init.bak: error 20 | exec /rescue/init: error 20 | exec /stand/sysinstall: error 20 | init: not found in path | /sbin/init:/sbin/oinit:/sbin/init.bak:/rescue/init:/stand/sysinstall | panic: no init | Uptime: 8s | Cannot dump. No dump device defined. | Automatic reboot in 15 seconds - press a key on the console to abort | --> Press a key on the console to reboot, | --> or switch off the system now. ... and: | Trying to mount root from ufs:/dev/ad4s1a | pid 47 (sh), uid 0: exited on signal 11 | TPTE at 0xffff8000040028e0 IS ZERO @ VA 80051c000 | panic: bad pte | Uptime: 8s | Cannot dump. No dump device defined. | Automatic reboot in 15 seconds - press a key on the console to abort | --> Press a key on the console to reboot, | --> or switch off the system now. The first one is suggesting that /dev does not exist (or is not a directory)... I'm thinking this means that devfs is somehow unavailable, but I did not think it is even possible to disable devfs via the kernel config file these days. The second one leaves me clueless... I have not been able to find any useful information on that panic during boot. Granted, I've only see the "bad pte" panic twice... all other reboot attempts result in the first type of problem. Fortunately, I did happen to keep an old 6.0-RELEASE-p6 kernel around (Apr 15 2006 build). That kernel boots fine, using the same filesystem as newer kernels on that drive. I am up-to-date with the RELENG_6_1 tag. Should I perhaps to a make installkernel installworld before rebooting? The installed binaries on the server are from an early 6.1-RELEASE (which *was* successfully booted by this server). I am running into a few minor but surmountable problems because of the older kernel version, but I obviously would like to get my world and kernel back in sync ASAP. Any comments on this? -- Brian Tao (BT300, taob@risc.org) "Though this be madness, yet there is method in't" From owner-freebsd-stable@FreeBSD.ORG Sun Jun 4 01:00: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 B532316A41F for ; Sun, 4 Jun 2006 01:00:09 +0000 (UTC) (envelope-from rodrigc@crodrigues.org) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [63.240.77.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3191943D46 for ; Sun, 4 Jun 2006 01:00:09 +0000 (GMT) (envelope-from rodrigc@crodrigues.org) Received: from c-71-233-168-2.hsd1.ma.comcast.net ([71.233.168.2]) by comcast.net (sccrmhc11) with ESMTP id <2006060401000701100flk2ce>; Sun, 4 Jun 2006 01:00:08 +0000 Received: from c-71-233-168-2.hsd1.ma.comcast.net (localhost [127.0.0.1]) by c-71-233-168-2.hsd1.ma.comcast.net (8.13.6/8.13.1) with ESMTP id k541075K001413; Sat, 3 Jun 2006 21:00:07 -0400 (EDT) (envelope-from rodrigc@c-71-233-168-2.hsd1.ma.comcast.net) Received: (from rodrigc@localhost) by c-71-233-168-2.hsd1.ma.comcast.net (8.13.6/8.13.1/Submit) id k541062Q001412; Sat, 3 Jun 2006 21:00:06 -0400 (EDT) (envelope-from rodrigc) Date: Sat, 3 Jun 2006 21:00:06 -0400 From: Craig Rodrigues To: "Arno J. Klaassen" Message-ID: <20060604010006.GA1377@crodrigues.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Cc: freebsd-stable@freebsd.org Subject: Re: NFS : mount option is unknown X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jun 2006 01:00:10 -0000 On Tue, May 30, 2006 at 09:12:21PM +0000, Arno J. Klaassen wrote: > mount option is unknown > May 31 01:54:18 accuracy mountd[443]: can't delete exports for /users/angora/u4: Invalid argument Can you update RELENG_6, and rebuild the kernel and world? I merged some more fixes from CURRENT to RELENG_6. What type of filesystem is /usrs/angora/u4? Is it a local UFS filesystem on yoru machine that you are exporting, or is it something else? -- Craig Rodrigues rodrigc@crodrigues.org From owner-freebsd-stable@FreeBSD.ORG Sun Jun 4 01:20:02 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 31C1916A473 for ; Sun, 4 Jun 2006 01:20:02 +0000 (UTC) (envelope-from dwhite@gumbysoft.com) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1C0343D45 for ; Sun, 4 Jun 2006 01:20:01 +0000 (GMT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 067C972DA5; Sat, 3 Jun 2006 18:18:35 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 0071272DA2; Sat, 3 Jun 2006 18:18:34 -0700 (PDT) Date: Sat, 3 Jun 2006 18:18:34 -0700 (PDT) From: Doug White To: Brian Tao In-Reply-To: <20060603195754.Q15261-100000@as2.dm.egate.net> Message-ID: <20060603181136.C40001@carver.gumbysoft.com> References: <20060603195754.Q15261-100000@as2.dm.egate.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: FREEBSD-STABLE Subject: Re: 6.1 kernel unable to find /dev ? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jun 2006 01:20:02 -0000 On Sat, 3 Jun 2006, Brian Tao wrote: > I had a very stable 6.1-R amd64 server (once I swapped out some > bad RAM, that is) that needed a couple more hard drives installed. > There were some problems with the upgrade (device renumbering woes, > basically... topic of another thread), and it had to be rolled back. > > Upon rolling back, the previously-good kernel would no longer > complete the boot after the device probe. I saw two types of panics > on the serial console: > > | Trying to mount root from ufs:/dev/ad4s1a > | Lookup of /dev for devfs, error: 20 Error 20 is ENOTDIR which means something along the requested path exists, but it is not a directory. From this output it looks the root directory entry is somehow corrupted or being misinterpeted. > | exec /sbin/init: error 20 > | exec /sbin/oinit: error 20 > | exec /sbin/init.bak: error 20 > | exec /rescue/init: error 20 > | exec /stand/sysinstall: error 20 > | init: not found in path > | /sbin/init:/sbin/oinit:/sbin/init.bak:/rescue/init:/stand/sysinstall > | panic: no init > | Uptime: 8s > | Cannot dump. No dump device defined. > | Automatic reboot in 15 seconds - press a key on the console to abort > | --> Press a key on the console to reboot, > | --> or switch off the system now. > > ... and: > > | Trying to mount root from ufs:/dev/ad4s1a > | pid 47 (sh), uid 0: exited on signal 11 > | TPTE at 0xffff8000040028e0 IS ZERO @ VA 80051c000 > | panic: bad pte > | Uptime: 8s This is usually indicative of bad RAM or a faulty processor. Since you seem to be having disk problems, it may just be due to the disk returning faulty data. Or there is a bad kernel module in the mix that is randomly corrupting data. > The first one is suggesting that /dev does not exist (or is not a > directory)... I'm thinking this means that devfs is somehow > unavailable, but I did not think it is even possible to disable devfs > via the kernel config file these days. > > The second one leaves me clueless... I have not been able to find > any useful information on that panic during boot. Granted, I've only > see the "bad pte" panic twice... all other reboot attempts result in > the first type of problem. > > Fortunately, I did happen to keep an old 6.0-RELEASE-p6 kernel > around (Apr 15 2006 build). That kernel boots fine, using the same > filesystem as newer kernels on that drive. I am up-to-date with the > RELENG_6_1 tag. Should I perhaps to a make installkernel installworld > before rebooting? The installed binaries on the server are from an > early 6.1-RELEASE (which *was* successfully booted by this server). I > am running into a few minor but surmountable problems because of the > older kernel version, but I obviously would like to get my world and > kernel back in sync ASAP. My gut feeling is that there is still a disconnect on what the root filesystem is. That or there is hidden corruption that 6.0 isn't noticing that 6.1 is. Here's what I'd do next: 1. Capture the boot output from both the working 6.0 kernel and your broken 6.1 kernel and compare the two. If there are differences or errors being returned from the ATA controller or disks then those will need to be addressed. 2. Try a splat-over reinstall of 6.1-R from CD to force everything to match up. Mount the filesystems but don't mark them to be newfs'd. Install the GENERIC kernel only. If you are going to be tracking a branch, please read the instructions at the end of src/UPDATING on how to perform the build. There is a specific procedure and not following it can cause significant issues. While unlikely, it is possible to irreparibly damage the system by not following the instructions to the letter. -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org From owner-freebsd-stable@FreeBSD.ORG Sun Jun 4 01:25: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 B0EFB16A41F for ; Sun, 4 Jun 2006 01:25:21 +0000 (UTC) (envelope-from dwhite@gumbysoft.com) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DBBE43D45 for ; Sun, 4 Jun 2006 01:25:21 +0000 (GMT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id A8D0E72DA5; Sat, 3 Jun 2006 18:23:54 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id A3B4572DA2; Sat, 3 Jun 2006 18:23:54 -0700 (PDT) Date: Sat, 3 Jun 2006 18:23:54 -0700 (PDT) From: Doug White To: doug@safeport.com In-Reply-To: <20060602183817.M85685@pemaquid.safeport.com> Message-ID: <20060603181845.D40001@carver.gumbysoft.com> References: <20060602183817.M85685@pemaquid.safeport.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-stable@freebsd.org Subject: Re: 6.1 buildkernel question X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jun 2006 01:25:21 -0000 On Fri, 2 Jun 2006, doug@safeport.com wrote: > My system works, however the buildkernel process had about 2000 > warnings, with 1/2 of those compiling aic7xxx (see below). This was > discussed on BSDForums but as far as I can tell, different compiler > options were used; the conclusion was using -O3 was the problem. Using compilation options other than the defaults (except for options enabled through the CPUTYPE make.conf option) is not recommended or supported. Bug reports about compile errors or warnings while non-standard options are enabled will be ignored. That being said: > ./machine/bus.h:221: warning: inlining failed in call to 'bus_space_read_1': --p > aram inline-unit-growth limit reached This is normal. We're not entirely sure how we're hitting the limit in this component, but the warning is harmless. You may safely ignore this message. -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org From owner-freebsd-stable@FreeBSD.ORG Sun Jun 4 01:46: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 6156116A41F for ; Sun, 4 Jun 2006 01:46:06 +0000 (UTC) (envelope-from doug@safeport.com) Received: from pemaquid.safeport.com (pemaquid.safeport.com [209.31.154.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 027AB43D48 for ; Sun, 4 Jun 2006 01:46:05 +0000 (GMT) (envelope-from doug@safeport.com) Received: from localhost (localhost [127.0.0.1]) by pemaquid.safeport.com (8.13.4/8.12.11) with ESMTP id k541k4CK099082; Sat, 3 Jun 2006 21:46:04 -0400 (EDT) (envelope-from doug@safeport.com) Date: Sat, 3 Jun 2006 21:46:04 -0400 (EDT) From: doug@safeport.com To: Doug White In-Reply-To: <20060603181845.D40001@carver.gumbysoft.com> Message-ID: <20060603214539.Q94306@pemaquid.safeport.com> References: <20060602183817.M85685@pemaquid.safeport.com> <20060603181845.D40001@carver.gumbysoft.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-stable@freebsd.org Subject: Re: 6.1 buildkernel question X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jun 2006 01:46:06 -0000 thanks - I appreciate the feedback On Sat, 3 Jun 2006, Doug White wrote: > On Fri, 2 Jun 2006, doug@safeport.com wrote: > > > My system works, however the buildkernel process had about 2000 > > warnings, with 1/2 of those compiling aic7xxx (see below). This was > > discussed on BSDForums but as far as I can tell, different compiler > > options were used; the conclusion was using -O3 was the problem. > > Using compilation options other than the defaults (except for options > enabled through the CPUTYPE make.conf option) is not recommended or > supported. Bug reports about compile errors or warnings while non-standard > options are enabled will be ignored. > > That being said: > > > ./machine/bus.h:221: warning: inlining failed in call to 'bus_space_read_1': --p > > aram inline-unit-growth limit reached > > This is normal. We're not entirely sure how we're hitting the limit in > this component, but the warning is harmless. You may safely ignore this > message. > > -- > Doug White | FreeBSD: The Power to Serve > dwhite@gumbysoft.com | www.FreeBSD.org > _____ Douglas Denault http://www.safeport.com doug@safeport.com Voice: 301-469-8766 Fax: 301-469-0601 From owner-freebsd-stable@FreeBSD.ORG Sun Jun 4 03: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 5C4B216A41F for ; Sun, 4 Jun 2006 03:35:31 +0000 (UTC) (envelope-from taob@risc.org) Received: from as2.dm.egate.net (shell1.dm.egate.net [216.235.15.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0951743D45 for ; Sun, 4 Jun 2006 03:35:30 +0000 (GMT) (envelope-from taob@risc.org) Received: by as2.dm.egate.net (Postfix, from userid 8159) id D83534B21; Sat, 3 Jun 2006 23:35:29 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by as2.dm.egate.net (Postfix) with ESMTP id CE9184B0F; Sat, 3 Jun 2006 23:35:29 -0400 (EDT) Date: Sat, 3 Jun 2006 23:35:29 -0400 (EDT) From: Brian Tao X-X-Sender: taob@as2.dm.egate.net To: Doug White In-Reply-To: <20060603181136.C40001@carver.gumbysoft.com> Message-ID: <20060603230708.J15261-100000@as2.dm.egate.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: FREEBSD-STABLE Subject: Re: 6.1 kernel unable to find /dev ? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jun 2006 03:35:31 -0000 On Sat, 3 Jun 2006, Doug White wrote: > > This is usually indicative of bad RAM or a faulty processor. Since > you seem to be having disk problems, it may just be due to the disk > returning faulty data. Or there is a bad kernel module in the mix > that is randomly corrupting data. Thanks for taking the time to comment, Doug. Yeah, flaky hardware seems to be a common cause, but I'm able to do hundreds of buildworld/buildkernel loops for days at a time without a hiccup. But boot into a newer kernel, and the system stays up for the 8 seconds it takes for the kernel to try to hand things over to init. > My gut feeling is that there is still a disconnect on what the root > filesystem is. That or there is hidden corruption that 6.0 isn't > noticing that 6.1 is. Here's what I'd do next: > > 1. Capture the boot output from both the working 6.0 kernel and your > broken 6.1 kernel and compare the two. If there are differences or > errors being returned from the ATA controller or disks then those > will need to be addressed. I have the boot messages logged from 6.0-RELEASE-p6 and 6.1-RELEASE-p1, and there are no salient differences, at least in the ATA probes. I do see things like an extra "AMD Features2=0x1" for 6.1 that was not there in 6.0, and a bunch of "pci_link[n]" (where [n] goes from 0 to 11) messages in 6.0 that aren't in 6.1. > 2. Try a splat-over reinstall of 6.1-R from CD to force everything > to match up. Mount the filesystems but don't mark them to be > newfs'd. Install the GENERIC kernel only. I was thinking of a similar approach, but to do a plain-jane 6.1 install to another drive, then attempt to mount the root filesystem from the 6.0-friendly drive and see what happens. If it mounts fine, then I'm not much further ahead. But if it doesn't mount, I'm hoping I'll see some sort of clue as to why. > If you are going to be tracking a branch, please read the > instructions at the end of src/UPDATING on how to perform the build. > There is a specific procedure and not following it can cause > significant issues. While unlikely, it is possible to irreparibly > damage the system by not following the instructions to the letter. Yes, I keep an eye on /usr/src/UPDATING and follow the instructions at the bottom, but I haven't seen anything in there to suggest there might be an issue upgrading from 6.0 to 6.1. Hrm... here's something different: when I try to boot 6.1p1 into "safe mode", I get this: | Trying to mount root from ufs:/dev/ad4s1a | exec /sbin/init: error 8 | exec /sbin/init.bak: error 13 | exec /rescue/init: error 20 | init: not found in path | /sbin/init:/sbin/oinit:/sbin/init.bak:/rescue/init:/stand/sysinstall | panic: no init | Uptime: 1s | Cannot dump. No dump device defined. | Automatic reboot in 15 seconds - press a key on the console to abort | --> Press a key on the console to reboot, | --> or switch off the system now. errno 8 is ENOEXEC and 13 is EACCES... but: # file /boot/kernel/kernel /sbin/init /sbin/init.bak /boot/kernel/kernel: ELF 64-bit LSB executable, AMD x86-64, version 1 (FreeBSD), dynamically linked (uses shared libs), not stripped /sbin/init: ELF 64-bit LSB executable, AMD x86-64, version 1 (FreeBSD), statically linked, stripped /sbin/init.bak: ELF 64-bit LSB executable, AMD x86-64, version 1 (FreeBSD), statically linked, stripped Binary formats and kernel architecture match... is there another reason why an ENOEXEC would come up? -- Brian Tao (BT300, taob@risc.org) "Though this be madness, yet there is method in't" From owner-freebsd-stable@FreeBSD.ORG Sun Jun 4 03:46: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 034B416A46F for ; Sun, 4 Jun 2006 03:46:53 +0000 (UTC) (envelope-from taob@risc.org) Received: from as2.dm.egate.net (shell1.dm.egate.net [216.235.15.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA1C543D46 for ; Sun, 4 Jun 2006 03:46:52 +0000 (GMT) (envelope-from taob@risc.org) Received: by as2.dm.egate.net (Postfix, from userid 8159) id 3E3C64B28; Sat, 3 Jun 2006 23:46:52 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by as2.dm.egate.net (Postfix) with ESMTP id 338274B26 for ; Sat, 3 Jun 2006 23:46:52 -0400 (EDT) Date: Sat, 3 Jun 2006 23:46:52 -0400 (EDT) From: Brian Tao X-X-Sender: taob@as2.dm.egate.net To: FREEBSD-STABLE In-Reply-To: <20060603181136.C40001@carver.gumbysoft.com> Message-ID: <20060603233625.C15261-100000@as2.dm.egate.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: 6.1 kernel unable to find /dev ? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jun 2006 03:46:53 -0000 On Sat, 3 Jun 2006, Doug White wrote: > > 1. Capture the boot output from both the working 6.0 kernel and your > broken 6.1 kernel and compare the two. If there are differences or errors > being returned from the ATA controller or disks then those will need to be > addressed. My serial console logs only go back as far as April 25, but here are the list of kernels I've attempted to boot. These kernels may or not have a matching world, since I haven't been able to always successfully boot the new kernel prior to doing an installworld: SUCCESSFUL BOOT: FreeBSD 6.1-RC2 #151: Thu May 4 12:46:25 EDT 2006 FreeBSD 6.0-RELEASE-p6 #1: Sat Apr 15 19:59:37 EDT 2006 CRASH BEFORE REACHING INIT: FreeBSD 6.1-RELEASE #203: Fri May 12 18:41:03 EDT 2006 FreeBSD 6.1-RELEASE #204: Thu May 25 14:05:40 EDT 2006 FreeBSD 6.1-RC2 #151: Thu May 4 12:46:25 EDT 2006 FreeBSD 6.1-PRERELEASE #1: Mon Apr 3 22:18:55 EDT 2006 FreeBSD 6.1-RELEASE-p1 #206: Thu Jun 1 03:30:38 EDT 2006 FreeBSD 6.1-RELEASE-p1 #207: Sat Jun 3 20:19:46 EDT 2006 Notice how 6.1-RC2 #151 is on both lists. I'm guessing there isn't anything wrong with the kernels at all, and there is something about the root filesystem or a file outside of the kernel (maybe a kernel module, or a shared lib) that is somehow preventing post-6.0 kernels from seeing any filesystems. -- Brian Tao (BT300, taob@risc.org) "Though this be madness, yet there is method in't" From owner-freebsd-stable@FreeBSD.ORG Sun Jun 4 04:07: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 B01B116A474 for ; Sun, 4 Jun 2006 04:07:52 +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 6660E43D46 for ; Sun, 4 Jun 2006 04:07:52 +0000 (GMT) (envelope-from gpalmer@freebsd.org) Received: from gjp by noop.in-addr.com with local (Exim 4.52 (FreeBSD)) id 1Fmjtu-000CYX-B0; Sun, 04 Jun 2006 00:07:42 -0400 Date: Sun, 4 Jun 2006 00:07:42 -0400 From: Gary Palmer To: Brian Tao Message-ID: <20060604040742.GA52545@in-addr.com> Mail-Followup-To: Brian Tao , Doug White , FREEBSD-STABLE References: <20060603181136.C40001@carver.gumbysoft.com> <20060603230708.J15261-100000@as2.dm.egate.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060603230708.J15261-100000@as2.dm.egate.net> Cc: FREEBSD-STABLE Subject: Re: 6.1 kernel unable to find /dev ? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jun 2006 04:07:52 -0000 On Sat, Jun 03, 2006 at 11:35:29PM -0400, Brian Tao wrote: > errno 8 is ENOEXEC and 13 is EACCES... but: Silly question: /sbin/init has the "x" flag set, correct? It should be mode 0500 (i.e. -r-x------) From owner-freebsd-stable@FreeBSD.ORG Sun Jun 4 04:08: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 14B6916A4A0 for ; Sun, 4 Jun 2006 04:08:32 +0000 (UTC) (envelope-from kaiwai.gardiner@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EB4B43D49 for ; Sun, 4 Jun 2006 04:08:31 +0000 (GMT) (envelope-from kaiwai.gardiner@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so1030809uge for ; Sat, 03 Jun 2006 21:08:30 -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=liBFmDGCQaU+XmN1sNm5Zw5hRmMDxwg9wjFkSeTpW9l/YXe0B/S+jHaBoNnFzDEvGxCFDoT/qnT/PAXZli1Ojc57/GVnQnS8Z6Jmkxe02wz5THXw+mVX7jIUbhwAe7F21yJvoBrk+x7ddF/CMLP6Hogj/IQ0xdvus1s51mv982Y= Received: by 10.67.103.7 with SMTP id f7mr2187693ugm; Sat, 03 Jun 2006 21:02:14 -0700 (PDT) Received: by 10.66.219.18 with HTTP; Sat, 3 Jun 2006 21:02:14 -0700 (PDT) Message-ID: Date: Sun, 4 Jun 2006 16:02:14 +1200 From: "Kaiwai Gardiner" To: doug In-Reply-To: <20060603030349.S80282@fledge.watson.org> MIME-Version: 1.0 References: <20060602214824.ea691af4.manfred.lotz@arcor.de> <20060603050734.f976608f.manfred.lotz@arcor.de> <20060603030349.S80282@fledge.watson.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: stable@freebsd.org, Manfred Lotz Subject: Re: xorg build 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, 04 Jun 2006 04:08:32 -0000 On 6/3/06, doug wrote: > > Unless you have a reason to want to modify the source, why not use the > package: > > setenv PACKAGEROOT ftp://ftp.FreeBSD.org > pkg_add -r xorg > > will get you 6.9.0_1 in a few minutes There have been updates released after it was released - nothing wrong with building from the source, the problem is when people compile from all weird locations, with all weird settings, then complain that the shit hit the fan. Matty From owner-freebsd-stable@FreeBSD.ORG Sun Jun 4 04:17: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 4A36F16A47C; Sun, 4 Jun 2006 04:17:28 +0000 (UTC) (envelope-from taob@risc.org) Received: from as2.dm.egate.net (shell1.dm.egate.net [216.235.15.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B33C43D45; Sun, 4 Jun 2006 04:17:27 +0000 (GMT) (envelope-from taob@risc.org) Received: by as2.dm.egate.net (Postfix, from userid 8159) id B704B4B59; Sun, 4 Jun 2006 00:17:26 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by as2.dm.egate.net (Postfix) with ESMTP id AC4444B3A; Sun, 4 Jun 2006 00:17:26 -0400 (EDT) Date: Sun, 4 Jun 2006 00:17:26 -0400 (EDT) From: Brian Tao X-X-Sender: taob@as2.dm.egate.net To: Gary Palmer In-Reply-To: <20060604040742.GA52545@in-addr.com> Message-ID: <20060604001315.F41289-100000@as2.dm.egate.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: FREEBSD-STABLE Subject: Re: 6.1 kernel unable to find /dev ? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jun 2006 04:17:28 -0000 On Sun, 4 Jun 2006, Gary Palmer wrote: > On Sat, Jun 03, 2006 at 11:35:29PM -0400, Brian Tao wrote: > > errno 8 is ENOEXEC and 13 is EACCES... but: > > Silly question: /sbin/init has the "x" flag set, correct? It should be > mode 0500 (i.e. -r-x------) Yep... # ls -ld / /sbin /sbin/init drwxr-xr-x 21 root wheel 512 Jun 3 21:43 / drwxr-xr-x 2 root wheel 2560 May 4 18:05 /sbin -r-x------ 1 root wheel 582560 May 4 18:05 /sbin/init This is the same /sbin/init that the 6.0 kernel has no problems executing, but the 6.1's do (if booting into "safe" or noacpi mode). -- Brian Tao (BT300, taob@risc.org) "Though this be madness, yet there is method in't" From owner-freebsd-stable@FreeBSD.ORG Sun Jun 4 09:15: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 A8A8716A46F for ; Sun, 4 Jun 2006 09:15:22 +0000 (UTC) (envelope-from wolfgang@lyxys.ka.sub.org) Received: from saturn.lyxys.ka.sub.org (saturn.lyxys.ka.sub.org [217.29.35.151]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DB5743D53 for ; Sun, 4 Jun 2006 09:15:19 +0000 (GMT) (envelope-from wolfgang@lyxys.ka.sub.org) Received: from juno.lyxys.ka.sub.org (juno.lyxys.ka.sub.org [IPv6:2001:5c0:8521:0:20f:feff:fe0e:7312]) by saturn.lyxys.ka.sub.org (8.13.6/8.13.6) with ESMTP id k549F24k009900; Sun, 4 Jun 2006 11:15:02 +0200 (CEST) (envelope-from wolfgang@lyxys.ka.sub.org) Received: from juno.lyxys.ka.sub.org (localhost [127.0.0.1]) by juno.lyxys.ka.sub.org (8.13.6/8.13.6) with ESMTP id k549Ew7I094396; Sun, 4 Jun 2006 11:14:58 +0200 (CEST) (envelope-from wolfgang@lyxys.ka.sub.org) Received: (from wolfgang@localhost) by juno.lyxys.ka.sub.org (8.13.6/8.13.6/Submit) id k549Evl9094395; Sun, 4 Jun 2006 11:14:57 +0200 (CEST) (envelope-from wolfgang) From: Wolfgang Zenker Message-Id: <200606040914.k549Evl9094395@juno.lyxys.ka.sub.org> In-Reply-To: To: Kaiwai Gardiner Date: Sun, 4 Jun 2006 11:14:57 +0200 (CEST) X-Mailer: ELM [version 2.4ME+ PL122i (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="US-ASCII" X-Greylist: Sender is SPF-compliant, not delayed by milter-greylist-2.0.2 (saturn.lyxys.ka.sub.org [IPv6:2001:5c0:8521:1:240:63ff:fed8:ce97]); Sun, 04 Jun 2006 11:15:02 +0200 (CEST) Cc: stable@freebsd.org, doug , Manfred Lotz Subject: Re: xorg build 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, 04 Jun 2006 09:15:22 -0000 > On 6/3/06, doug wrote: >> Unless you have a reason to want to modify the source, why not use the >> package: >> setenv PACKAGEROOT ftp://ftp.FreeBSD.org >> pkg_add -r xorg >> will get you 6.9.0_1 in a few minutes > There have been updates released after it was released - nothing wrong with > building from the source, the problem is when people compile from all weird > locations, with all weird settings, then complain that the shit hit the fan. In this case the OP just used WRKDIRPREFIX, which is the documented way of having your port build directories outside /usr/ports. I wouldn't call that "compile from all weird locations, with all weird settings". Wolfgang From owner-freebsd-stable@FreeBSD.ORG Sun Jun 4 09:29:50 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 9CACB16A420 for ; Sun, 4 Jun 2006 09:29:50 +0000 (UTC) (envelope-from kaiwai.gardiner@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 B029343D48 for ; Sun, 4 Jun 2006 09:29:49 +0000 (GMT) (envelope-from kaiwai.gardiner@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so1075013uge for ; Sun, 04 Jun 2006 02:29:48 -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=T3Wizd7bNDLHNPNW2mWCWR1u2fuWW6UkQwv98sZOmw0DqcxQ+gH+iyAyL9aDasEwxgaaWLJxRCJ57/w/kLBNmT3umHTuJf51DsFQwDqgdoWK+1mBSbs1LUXGdKUvM1jrTTV6wi4seezKAQLjyLHBMdiNdjBSm4ysSxG4vYvpM7g= Received: by 10.66.250.17 with SMTP id x17mr2326317ugh; Sun, 04 Jun 2006 02:29:48 -0700 (PDT) Received: by 10.66.219.18 with HTTP; Sun, 4 Jun 2006 02:29:47 -0700 (PDT) Message-ID: Date: Sun, 4 Jun 2006 21:29:47 +1200 From: "Kaiwai Gardiner" To: "Wolfgang Zenker" In-Reply-To: <200606040914.k549Evl9094395@juno.lyxys.ka.sub.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200606040914.k549Evl9094395@juno.lyxys.ka.sub.org> Cc: stable@freebsd.org, doug , Manfred Lotz Subject: Re: xorg build 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, 04 Jun 2006 09:29:50 -0000 One would ask as to why xorg has failed to compile, and it appears no one else here has experienced the same issue; hence the reason I suggested a clean removal of installed ports and a vanilla compile of it. I've updated my ports from the cvs, and haven't experienced an xorg compilation issue - I compile from the standard /usr/ports/x11/xorg location, and I don't see to suffer the same issues - co-incidence or simply being boring with the locating of things has saved me from compilation problems? Matty On 6/4/06, Wolfgang Zenker wrote: > > On 6/3/06, doug wrote: > >> Unless you have a reason to want to modify the source, why not use the > >> package: > > >> setenv PACKAGEROOT ftp://ftp.FreeBSD.org > >> pkg_add -r xorg > > >> will get you 6.9.0_1 in a few minutes > > > There have been updates released after it was released - nothing wrong > with > > building from the source, the problem is when people compile from all > weird > > locations, with all weird settings, then complain that the shit hit the > fan. > > In this case the OP just used WRKDIRPREFIX, which is the documented way > of having your port build directories outside /usr/ports. I wouldn't call > that "compile from all weird locations, with all weird settings". > > Wolfgang > From owner-freebsd-stable@FreeBSD.ORG Sun Jun 4 10:53: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 E9DF416A41F for ; Sun, 4 Jun 2006 10:53:43 +0000 (UTC) (envelope-from freebsd-stable@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E23443D45 for ; Sun, 4 Jun 2006 10:53:42 +0000 (GMT) (envelope-from freebsd-stable@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1FmqEj-0006xe-KY for freebsd-stable@freebsd.org; Sun, 04 Jun 2006 12:53:37 +0200 Received: from p54bab9fd.dip.t-dialin.net ([84.186.185.253]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 04 Jun 2006 12:53:37 +0200 Received: from HM-Gerhards by p54bab9fd.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 04 Jun 2006 12:53:37 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-stable@freebsd.org From: Michael Gerhards Date: Sun, 4 Jun 2006 12:41:12 +0200 Lines: 11 Message-ID: <8vpal3-cg.ln1@hmg.homeunix.net> 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> X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: p54bab9fd.dip.t-dialin.net User-Agent: tin/1.8.1-20060215 ("Mealasta") (UNIX) (FreeBSD/6.1-STABLE (i386)) Sender: news 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: Sun, 04 Jun 2006 10:53:44 -0000 Pyun YongHyeon wrote: > FYI: Fix committed to HEAD. This happened nearly three weeks ago. When might this fix get into 6-STABLE? I have also problems on my system which might be related to the sk-trouble, so this fix might also help me. Or should I try to compile the new driver on my system (running 6-STABLE)? Michael From owner-freebsd-stable@FreeBSD.ORG Sun Jun 4 11:06: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 2951F16A46F for ; Sun, 4 Jun 2006 11:06:59 +0000 (UTC) (envelope-from ws@au.dyndns.ws) Received: from smtp1.adl2.internode.on.net (smtp1.adl2.internode.on.net [203.16.214.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DAAA43D45 for ; Sun, 4 Jun 2006 11:06:56 +0000 (GMT) (envelope-from ws@au.dyndns.ws) Received: from lillith-iv.ovirt.dyndns.ws (ppp103-111.static.internode.on.net [150.101.103.111]) by smtp1.adl2.internode.on.net (8.13.6/8.13.5) with ESMTP id k54B6VBc096789; Sun, 4 Jun 2006 20:36:32 +0930 (CST) (envelope-from ws@au.dyndns.ws) X-Envelope-From: ws@au.dyndns.ws X-Envelope-To: manfred.lotz@arcor.de Received: from [192.168.1.197] ([192.168.1.197]) by lillith-iv.ovirt.dyndns.ws (8.13.3/8.13.3) with ESMTP id k54B6KmP035860; Sun, 4 Jun 2006 20:36:20 +0930 (CST) (envelope-from ws@au.dyndns.ws) From: Wayne Sierke To: Kaiwai Gardiner In-Reply-To: References: <200606040914.k549Evl9094395@juno.lyxys.ka.sub.org> Content-Type: text/plain Date: Sun, 04 Jun 2006 20:36:26 +0930 Message-Id: <1149419186.50259.56.camel@au.dyndns.ws> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.53 on 192.168.1.142 X-Scanned-By: SpamAssassin 3.001000(2005-09-13) X-Scanned-By: F-Prot X-Scanned-By: ClamAV X-Spam-Score: -1.44 () ALL_TRUSTED Cc: stable@freebsd.org, doug , Manfred Lotz Subject: Re: xorg build 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, 04 Jun 2006 11:06:59 -0000 On Sun, 2006-06-04 at 21:29 +1200, Kaiwai Gardiner wrote: > One would ask as to why xorg has failed to compile, and it appears no > one else here has experienced the same issue; hence the reason I > suggested a clean removal of installed ports and a vanilla compile of > it. > > I've updated my ports from the cvs, and haven't experienced an xorg > compilation issue - I compile from the standard /usr/ports/x11/xorg > location, and I don't see to suffer the same issues - co-incidence or > simply being boring with the locating of things has saved me from > compilation problems? > > Matty > If the OP's problem is merely a result of using WRKDIRPREFIX then something is buggy and needs attention. As mentioned in man ports, it can be useful if /usr/ports is on a read-only filesystem, e.g. cdrom. Another reason, for which I've used it, is if there is insufficient free space for the temporary work files in /usr/ports. Perhaps a more useful comment would by why you think /var/tmp could be a "weird", or rather a problematic, location? For the OP: Is there anything significant about your /var/tmp? (Does it have enough free space? Is it mounted noexec, etc.?) Wayne From owner-freebsd-stable@FreeBSD.ORG Sun Jun 4 11:11: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 B2CB616A4C7 for ; Sun, 4 Jun 2006 11:11:07 +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 0002043D6D for ; Sun, 4 Jun 2006 11:10:58 +0000 (GMT) (envelope-from manfred.lotz@arcor.de) Received: from mail-in-09-z2.arcor-online.net (mail-in-09-z2.arcor-online.net [151.189.8.21]) by mail-in-02.arcor-online.net (Postfix) with ESMTP id C62731F261A; Sun, 4 Jun 2006 13:10:56 +0200 (CEST) Received: from mail-in-03.arcor-online.net (mail-in-06.arcor-online.net [151.189.21.46]) by mail-in-09-z2.arcor-online.net (Postfix) with ESMTP id 7D7AA8A27F; Sun, 4 Jun 2006 13:10:56 +0200 (CEST) Received: from hermes.sanskrit.local.net (dslb-084-058-042-201.pools.arcor-ip.net [84.58.42.201]) by mail-in-03.arcor-online.net (Postfix) with ESMTP id 678EC14DA7F; Sun, 4 Jun 2006 13:10:56 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by hermes.sanskrit.local.net (8.13.6/8.13.4) with SMTP id k54BAtVr005192; Sun, 4 Jun 2006 13:10:55 +0200 (CEST) (envelope-from manfred.lotz@arcor.de) Date: Sun, 4 Jun 2006 13:10:49 +0200 From: Manfred Lotz To: doug Message-Id: <20060604131049.57276fed.manfred.lotz@arcor.de> In-Reply-To: <20060603030349.S80282@fledge.watson.org> References: <20060602214824.ea691af4.manfred.lotz@arcor.de> <20060603050734.f976608f.manfred.lotz@arcor.de> <20060603030349.S80282@fledge.watson.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: stable@freebsd.org Subject: Re: xorg build 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, 04 Jun 2006 11:11:07 -0000 On Sat, 3 Jun 2006 03:06:50 -0400 (EDT) doug wrote: > Unless you have a reason to want to modify the source, why not use > the package: > > setenv PACKAGEROOT ftp://ftp.FreeBSD.org > pkg_add -r xorg > > will get you 6.9.0_1 in a few minutes > Yes, you are right. I just didn't think about when doing a portupgrade -R xorg-server. I finally did a pkg_add -r xorg which worked fine. Thanks, Manfred From owner-freebsd-stable@FreeBSD.ORG Sun Jun 4 11:22: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 DE88F16A47D for ; Sun, 4 Jun 2006 11:22:41 +0000 (UTC) (envelope-from manfred.lotz@arcor.de) Received: from mail-in-05.arcor-online.net (mail-in-05.arcor-online.net [151.189.21.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E96943D45 for ; Sun, 4 Jun 2006 11:22:41 +0000 (GMT) (envelope-from manfred.lotz@arcor.de) Received: from mail-in-01-z2.arcor-online.net (mail-in-01-z2.arcor-online.net [151.189.8.13]) by mail-in-05.arcor-online.net (Postfix) with ESMTP id C296A1430CF; Sun, 4 Jun 2006 13:22:39 +0200 (CEST) Received: from mail-in-04.arcor-online.net (mail-in-04.arcor-online.net [151.189.21.44]) by mail-in-01-z2.arcor-online.net (Postfix) with ESMTP id B4601BD873; Sun, 4 Jun 2006 13:22:39 +0200 (CEST) Received: from hermes.sanskrit.local.net (dslb-084-058-042-201.pools.arcor-ip.net [84.58.42.201]) by mail-in-04.arcor-online.net (Postfix) with ESMTP id 9E72D122165; Sun, 4 Jun 2006 13:22:39 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by hermes.sanskrit.local.net (8.13.6/8.13.4) with SMTP id k54BMcTN005305; Sun, 4 Jun 2006 13:22:39 +0200 (CEST) (envelope-from manfred.lotz@arcor.de) Date: Sun, 4 Jun 2006 13:22:33 +0200 From: Manfred Lotz To: Wayne Sierke Message-Id: <20060604132233.19faf373.manfred.lotz@arcor.de> In-Reply-To: <1149419186.50259.56.camel@au.dyndns.ws> References: <200606040914.k549Evl9094395@juno.lyxys.ka.sub.org> <1149419186.50259.56.camel@au.dyndns.ws> 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: stable@freebsd.org Subject: Re: xorg build 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, 04 Jun 2006 11:22:42 -0000 On Sun, 04 Jun 2006 20:36:26 +0930 Wayne Sierke wrote: ... > > Perhaps a more useful comment would by why you think /var/tmp could > be a "weird", or rather a problematic, location? > > For the OP: Is there anything significant about your /var/tmp? (Does > it have enough free space? Is it mounted noexec, etc.?) > There is enough free space, around 5 GB. The setting of /var/tmp/portswrk was no problem. Also when removing WRKDIRPREFIX in /etc/make.conf I got the same build error (now having directory ./work directly under x11-server). Manfred From owner-freebsd-stable@FreeBSD.ORG Sun Jun 4 17:40:55 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 08D9016A4F8 for ; Sun, 4 Jun 2006 17:40:55 +0000 (UTC) (envelope-from nikolas.britton@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 D753E43D6E for ; Sun, 4 Jun 2006 17:40:50 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: by nz-out-0102.google.com with SMTP id m7so868454nzf for ; Sun, 04 Jun 2006 10:40:50 -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=cwZ5XAKkryStNz7/nd6VHrQLFRL9Ro/+PSTBLdw+S57hsCYPwDEgk/k4Ms7ZDxT/JMaLmaxx/D7yCdQvxb4/Kh6K9OajaHZVmstOIfxjFFiJJziTO5WeAj3pNj9Qh6QgmQ/O5GlMucGqFcFRazk165a1c0qcxqNryyAOU+4qbW4= Received: by 10.36.220.73 with SMTP id s73mr5005440nzg; Sun, 04 Jun 2006 10:40:50 -0700 (PDT) Received: by 10.36.104.17 with HTTP; Sun, 4 Jun 2006 10:40:49 -0700 (PDT) Message-ID: Date: Sun, 4 Jun 2006 12:40:49 -0500 From: "Nikolas Britton" To: "Manfred Lotz" In-Reply-To: <20060602214824.ea691af4.manfred.lotz@arcor.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060602214824.ea691af4.manfred.lotz@arcor.de> Cc: stable@freebsd.org Subject: Re: xorg build 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, 04 Jun 2006 17:40:57 -0000 On 6/2/06, Manfred Lotz wrote: > Hi there, > Trying to build xorg-server 6.9.3 I get Where did you get Xorg 6.9.3 from? -- BSD Podcasts @: http://bsdtalk.blogspot.com/ http://freebsdforall.blogspot.com/ From owner-freebsd-stable@FreeBSD.ORG Sun Jun 4 23:52: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 5DB0A16A7EA for ; Sun, 4 Jun 2006 23:52:09 +0000 (UTC) (envelope-from thompsa@freebsd.org) Received: from grunt14.ihug.co.nz (grunt14.ihug.co.nz [203.109.254.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCFF843D5E for ; Sun, 4 Jun 2006 23:52:06 +0000 (GMT) (envelope-from thompsa@freebsd.org) Received: from 203-109-251-39.static.bliink.ihug.co.nz (heff.fud.org.nz) [203.109.251.39] by grunt14.ihug.co.nz with smtp (Exim 3.35 #1 (Debian)) id 1Fn2O5-0002zk-00; Mon, 05 Jun 2006 11:52:05 +1200 Received: by heff.fud.org.nz (Postfix, from userid 1001) id 5D3331CC1F; Mon, 5 Jun 2006 11:52:04 +1200 (NZST) Date: Mon, 5 Jun 2006 11:52:04 +1200 From: Andrew Thompson To: freebsd-stable@freebsd.org Message-ID: <20060604235204.GA3762@heff.fud.org.nz> References: <447E5C74.4070208@samsco.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="RnlQjJ0d97Da+TV1" Content-Disposition: inline In-Reply-To: <447E5C74.4070208@samsco.org> User-Agent: Mutt/1.5.11 Cc: iedowse@freebsd.org, Scott Ullrich Subject: Re: panic: trying to sleep while sleeping is prohibited - USB network panic after ifconfig X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jun 2006 23:52:09 -0000 --RnlQjJ0d97Da+TV1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, May 31, 2006 at 09:18:12PM -0600, Scott Long wrote: > This looks like a pretty fundamental problem with the aue driver. > I have a patch attached that will hopefully fix it. I dont have the hardware so anyone with an aue adapter please test. > Scott Ullrich wrote: > > >Sleeping on "usbsyn" with the following non-sleepable locks held: > >exclusive sleep mutex in_multi_mtx r = 0 (0xc0acfbc0) locked @ > >/usr/src/sys/neti > >net/in.c:971 > >KDB: stack backtrace: > >kdb_backtrace(1,c27e5418,c27e7000,1,ccfe3a50) at kdb_backtrace+0x29 > >witness_warn(5,0,c0993d00,c09846cb) at witness_warn+0x18e > >msleep(c27ffb00,0,4c,c09846cb,0) at msleep+0x42 > >usbd_transfer(c27ffb00,ccfe3ab0,c0649b2d,c27ffb00,c24a1580) at > >usbd_transfer+0x1 > >21 > >usbd_sync_transfer(c27ffb00,c24a1580,ccfe3acc,c06c6ea4,c25d0a00) at > >usbd_sync_tr > >ansfer+0x11 > >usbd_do_request_flags_pipe(c257d600,c257d280,ccfe3b0c,ccfe3b0b,0) at > >usbd_do_req > >uest_flags_pipe+0x5d > >usbd_do_request_flags(c257d600,ccfe3b0c,ccfe3b0b,0,0) at > >usbd_do_request_flags+0 > >x20 > >usbd_do_request(c257d600,ccfe3b0c,ccfe3b0b) at usbd_do_request+0x1a > >aue_csr_read_1(c25d0a00,0) at aue_csr_read_1+0x50 > >aue_setmulti(c25d0a00,c280e280,c25d3000,ccfe3ba8,ccfe3b78) at > >aue_setmulti+0x4a > >aue_ioctl(c25d3000,80206931,0) at aue_ioctl+0x106 > >if_addmulti(c25d3000,ccfe3ba8,ccfe3ba4,ccfe3ba8,10,c0acfbc0,0,c09a3cd4,3cb) > >at i > >f_addmulti+0x1b8 > >in_addmulti(ccfe3bdc,c25d3000) at in_addmulti+0x69 > >in_ifinit(c25d3000,c27da500,c262dcd0,0,ccfe3c38) at in_ifinit+0x529 > >in_control(c28206f4,8040691a,c262dcc0,c25d3000,c27e7000) at > >in_control+0x882 > >ifioctl(c28206f4,8040691a,c262dcc0,c27e7000,0) at ifioctl+0x198 > >soo_ioctl(c2678c60,8040691a,c262dcc0,c2480780,c27e7000) at soo_ioctl+0x2db > >ioctl(c27e7000,ccfe3d04,3,2,286) at ioctl+0x370 > >syscall(3b,3b,3b,8056080,80583c0) at syscall+0x22f > >Xint0x80_syscall() at Xint0x80_syscall+0x1f > >--- syscall (54, FreeBSD ELF32, ioctl), eip = 0x28131603, esp = > >0xbfbfe59c, ebp > >= 0xbfbfede8 --- > >panic: trying to sleep while sleeping is prohibited > >cpuid = 0 > >KDB: enter: panic > >[thread pid 13 tid 100003 ] > >Stopped at kdb_enter+0x2b: nop > > > >More information (bt, bt all, show alllocks) can be found at > >http://www.pfsense.com/~sullrich/panics/usb_network_nic_panic.txt > > > >Let me know if you need any more information. > >_______________________________________________ > >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-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" --RnlQjJ0d97Da+TV1 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="if_aue.diff" Index: if_aue.c =================================================================== RCS file: /home/ncvs/src/sys/dev/usb/if_aue.c,v retrieving revision 1.96 diff -u -p -r1.96 if_aue.c --- if_aue.c 14 Feb 2006 12:44:55 -0000 1.96 +++ if_aue.c 4 Jun 2006 23:42:34 -0000 @@ -524,6 +524,7 @@ aue_setmulti(struct aue_softc *sc) struct ifnet *ifp; struct ifmultiaddr *ifma; u_int32_t h = 0, i; + u_int8_t hashtbl[8] = { 0, 0, 0, 0, 0, 0, 0, 0 }; ifp = sc->aue_ifp; @@ -534,10 +535,6 @@ aue_setmulti(struct aue_softc *sc) AUE_CLRBIT(sc, AUE_CTL0, AUE_CTL0_ALLMULTI); - /* first, zot all the existing hash bits */ - for (i = 0; i < 8; i++) - aue_csr_write_1(sc, AUE_MAR0 + i, 0); - /* now program new ones */ IF_ADDR_LOCK(ifp); #if __FreeBSD_version >= 500000 @@ -550,10 +547,14 @@ aue_setmulti(struct aue_softc *sc) continue; h = ether_crc32_le(LLADDR((struct sockaddr_dl *) ifma->ifma_addr), ETHER_ADDR_LEN) & ((1 << AUE_BITS) - 1); - AUE_SETBIT(sc, AUE_MAR + (h >> 3), 1 << (h & 0x7)); + hashtbl[(h >> 3)] |= 1 << (h & 0x7); } IF_ADDR_UNLOCK(ifp); + /* write the hashtable */ + for (i = 0; i < 8; i++) + aue_csr_write_1(sc, AUE_MAR0 + i, hashtbl[i]); + return; } --RnlQjJ0d97Da+TV1-- From owner-freebsd-stable@FreeBSD.ORG Sun Jun 4 23:57: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 827FF16A7B8 for ; Sun, 4 Jun 2006 23:57:42 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA81B43D45 for ; Sun, 4 Jun 2006 23:57:40 +0000 (GMT) (envelope-from pyunyh@gmail.com) Received: by nz-out-0102.google.com with SMTP id m7so911009nzf for ; Sun, 04 Jun 2006 16:57:40 -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=BcCfDFFImIRxdGRFtmRYoQa7aX/bhuc1aYzV6iAvGaoXpvTkiPusC3hI7Q6M9FrEZpCMihXM+POpj7CSl90UXaMeem/ZJH0RyiW9sGms6V7oVopSRe+oWsLwaPU9L4yGU0M8huc/VQNOkjdHMhBKuv0b8UKcXfqQ1FxrZcoDmPA= Received: by 10.36.250.78 with SMTP id x78mr5383216nzh; Sun, 04 Jun 2006 16:57:40 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.gmail.com with ESMTP id 39sm6603280nzk.2006.06.04.16.57.38; Sun, 04 Jun 2006 16:57:39 -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 k54NvMAG031737 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 5 Jun 2006 08:57:22 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id k54NvKTJ031736; Mon, 5 Jun 2006 08:57:20 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Mon, 5 Jun 2006 08:57:20 +0900 From: Pyun YongHyeon To: Michael Gerhards Message-ID: <20060604235720.GA31562@cdnetworks.co.kr> References: <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> <8vpal3-cg.ln1@hmg.homeunix.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8vpal3-cg.ln1@hmg.homeunix.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: Sun, 04 Jun 2006 23:57:43 -0000 On Sun, Jun 04, 2006 at 12:41:12PM +0200, Michael Gerhards wrote: > Pyun YongHyeon wrote: > > > FYI: Fix committed to HEAD. > > This happened nearly three weeks ago. When might this fix get into 6-STABLE? Unfortunately sk(4) in HEAD has a known issue and I'm working on it. Since I couldn't reproduce the issue on my system and it takes a long time to regenerate the issue on reporter's system(normally one week), it's not easy to commit right fix. The last patch sent to a problem reporter seems to work around the issue so I'll commit it this week. > I have also problems on my system which might be related to the sk-trouble, > so this fix might also help me. Or should I try to compile the new driver > on my system (running 6-STABLE)? > Yes. I'd like to hear any issues related with sk(4) in HEAD. -- Regards, Pyun YongHyeon From owner-freebsd-stable@FreeBSD.ORG Mon Jun 5 04:37: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 E5DEE16A484 for ; Mon, 5 Jun 2006 04:37:29 +0000 (UTC) (envelope-from kaiwai.gardiner@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AD7243D45 for ; Mon, 5 Jun 2006 04:37:29 +0000 (GMT) (envelope-from kaiwai.gardiner@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so1273945uge for ; Sun, 04 Jun 2006 21:37:28 -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=XtIr9dnlf0gP/fXMNzqAhBq2aKWYAndzTPgKHsKNWqySXl0oW0eHNLZ7e2XmXGh9W0WlT3aGd3uIaaM1XmXuQ1LtNn3G9QFY/i3h4ZdYFAywLgqSCREdPaL6T2X6lXEqfWebnBYwB0VTTr9K5DLOm2x4x45CsuzVrQXF5Kox7tI= Received: by 10.67.101.10 with SMTP id d10mr3005933ugm; Sun, 04 Jun 2006 21:37:28 -0700 (PDT) Received: by 10.66.219.18 with HTTP; Sun, 4 Jun 2006 21:37:28 -0700 (PDT) Message-ID: Date: Mon, 5 Jun 2006 16:37:28 +1200 From: "Kaiwai Gardiner" To: "Nikolas Britton" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060602214824.ea691af4.manfred.lotz@arcor.de> Cc: stable@freebsd.org, Manfred Lotz Subject: Re: xorg build 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: Mon, 05 Jun 2006 04:37:30 -0000 On 6/5/06, Nikolas Britton wrote: > On 6/2/06, Manfred Lotz wrote: > > Hi there, > > Trying to build xorg-server 6.9.3 I get > > Where did you get Xorg 6.9.3 from? He is probably referring to 6.9.0_3 Matty From owner-freebsd-stable@FreeBSD.ORG Mon Jun 5 08:36: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 B293C16A47B for ; Mon, 5 Jun 2006 08:36:26 +0000 (UTC) (envelope-from amavis@grupofym.com) Received: from diamante.grupofym.com (196.Red-80-59-215.staticIP.rima-tde.net [80.59.215.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B2FF43D46 for ; Mon, 5 Jun 2006 08:36:25 +0000 (GMT) (envelope-from amavis@grupofym.com) Received: from localhost (localhost [127.0.0.1]) by diamante.grupofym.com (Postfix) with ESMTP id 68DB218B412 for ; Mon, 5 Jun 2006 10:49:19 +0200 (CEST) Received: by diamante.grupofym.com (Postfix, from userid 107) id 409E218B414; Mon, 5 Jun 2006 10:49:19 +0200 (CEST) From: amavis@grupofym.com To: freebsd-stable@freebsd.org Message-Id: <20060605084919.409E218B414@diamante.grupofym.com> Date: Mon, 5 Jun 2006 10:49:19 +0200 (CEST) X-Virus-Scanned: by AMaViS snapshot-20020222 Subject: VIRUS IN YOUR MAIL X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 05 Jun 2006 08:36:26 -0000 V I R U S A L E R T Our viruschecker found the W32/Netsky.B@mm virus(es) in your email to the following recipient(s): -> monica_intercontainer_es@grupofym.com Delivery of the email was stopped! Please check your system for viruses, or ask your system administrator to do so. For your reference, here are the headers from your email: ------------------------- BEGIN HEADERS ----------------------------- Received: from intercontainer.es (81-202-167-3.user.ono.com [81.202.167.3]) by diamante.grupofym.com (Postfix) with SMTP id 6A5CB18B412 for ; Mon, 5 Jun 2006 10:49:18 +0200 (CEST) From: freebsd-stable@freebsd.org To: monica@intercontainer.es Subject: read it immediately Date: Mon, 5 Jun 2006 10:36:13 +0200 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="62871706" Message-Id: <20060605084918.6A5CB18B412@diamante.grupofym.com> -------------------------- END HEADERS ------------------------------ From owner-freebsd-stable@FreeBSD.ORG Mon Jun 5 12:24: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 1EC2E16A4C5 for ; Mon, 5 Jun 2006 12:24:37 +0000 (UTC) (envelope-from veldy@veldy.net) Received: from sccrmhc15.comcast.net (sccrmhc15.comcast.net [63.240.77.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6686643D53 for ; Mon, 5 Jun 2006 12:24:36 +0000 (GMT) (envelope-from veldy@veldy.net) Received: from veldy.net ([66.41.96.112]) by comcast.net (sccrmhc15) with ESMTP id <2006060512243501500cgoese>; Mon, 5 Jun 2006 12:24:35 +0000 Received: from veldy.net (localhost [127.0.0.1]) by veldy.net (Postfix) with ESMTP id 0EF6E1CC59 for ; Mon, 5 Jun 2006 07:24:35 -0500 (CDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) by veldy.net (Postfix) with ESMTP id AC2C41CC20 for ; Mon, 5 Jun 2006 07:24:34 -0500 (CDT) Message-ID: <44842282.6050409@veldy.net> Date: Mon, 05 Jun 2006 07:24:34 -0500 From: "Thomas T. Veldhouse" User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Subject: resolv.conf and dhclient X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 05 Jun 2006 12:24:43 -0000 What is the best approach to keep dhclient from overwriting /etc/resolv.conf every time it gets a new lease on an IP address? This has been a frustrating search as Google has turned up next to nothing on the issue other than a hack into a script file which should be overwritten when world is rebuilt. Thanks in advance, Tom Veldhouse From owner-freebsd-stable@FreeBSD.ORG Mon Jun 5 12:51: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 8B97816A49A for ; Mon, 5 Jun 2006 12:51:20 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F5C043D53 for ; Mon, 5 Jun 2006 12:51:20 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin04-en2 [10.13.10.149]) by smtpout.mac.com (Xserve/8.12.11/smtpout05/MantshX 4.0) with ESMTP id k55CpJEL000179; Mon, 5 Jun 2006 05:51:19 -0700 (PDT) Received: from [192.168.1.251] (pool-68-160-242-211.ny325.east.verizon.net [68.160.242.211]) (authenticated bits=0) by mac.com (Xserve/smtpin04/MantshX 4.0) with ESMTP id k55CpHt7012203 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 5 Jun 2006 05:51:18 -0700 (PDT) Message-ID: <448428BF.2080901@mac.com> Date: Mon, 05 Jun 2006 08:51:11 -0400 From: Chuck Swiger User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: "Thomas T. Veldhouse" References: <44842282.6050409@veldy.net> In-Reply-To: <44842282.6050409@veldy.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: resolv.conf and dhclient X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 05 Jun 2006 12:51:29 -0000 Thomas T. Veldhouse wrote: > What is the best approach to keep dhclient from overwriting > /etc/resolv.conf every time it gets a new lease on an IP address? Perhaps: chflags schg /etc/resolv.conf > This has been a frustrating search as Google has turned up next to nothing on > the issue other than a hack into a script file which should be > overwritten when world is rebuilt. Changing /etc/dhclient.conf would not be overwritten just because you do a buildworld, but you would need to pay attention when using mergemaster. -- -Chuck From owner-freebsd-stable@FreeBSD.ORG Mon Jun 5 12:51: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 00DA916ABDA for ; Mon, 5 Jun 2006 12:51:55 +0000 (UTC) (envelope-from freebsd@orchid.homeunix.org) Received: from orchid.homeunix.org (avj31.neoplus.adsl.tpnet.pl [83.27.43.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7568143D55 for ; Mon, 5 Jun 2006 12:51:52 +0000 (GMT) (envelope-from freebsd@orchid.homeunix.org) Received: from [192.168.1.66] (blackacidevil.orchid.homeunix.org [192.168.1.66]) (authenticated bits=0) by orchid.homeunix.org (8.13.6/8.13.6) with ESMTP id k55CpiZM072744 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 5 Jun 2006 14:51:50 +0200 (CEST) (envelope-from freebsd@orchid.homeunix.org) Message-ID: <448428D8.5030501@orchid.homeunix.org> Date: Mon, 05 Jun 2006 14:51:36 +0200 From: Karol Kwiatkowski User-Agent: Thunderbird 1.5.0.4 (X11/20060605) MIME-Version: 1.0 To: "Thomas T. Veldhouse" References: <44842282.6050409@veldy.net> In-Reply-To: <44842282.6050409@veldy.net> X-Enigmail-Version: 0.94.0.0 OpenPGP: id=06E09309; url=http://www.orchid.homeunix.org/carlos/gpg/0x06E09309.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig35B6E9CEE2B7C343F69E03D6" X-Virus-Scanned: ClamAV version 0.88.2, clamav-milter version 0.88.2 on orchid.homeunix.org X-Virus-Status: Clean Cc: freebsd-stable@freebsd.org Subject: Re: resolv.conf and dhclient X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd@orchid.homeunix.org List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jun 2006 12:52:02 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig35B6E9CEE2B7C343F69E03D6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 05/06/2006 14:24, Thomas T. Veldhouse wrote: > What is the best approach to keep dhclient from overwriting > /etc/resolv.conf every time it gets a new lease on an IP address? This= > has been a frustrating search as Google has turned up next to nothing o= n > the issue other than a hack into a script file which should be > overwritten when world is rebuilt. If I'm getting your question right - isn't 'supersede' option in dhclient.conf(5) what you want? Something like: interface "int0" { supersede domain-name "example.com" supersede domain-name-servers "127.0.0.1" } HTH, Karol > Thanks in advance, >=20 > Tom Veldhouse --=20 Karol Kwiatkowski OpenPGP: http://www.orchid.homeunix.org/carlos/gpg/0x06E09309.asc --------------enig35B6E9CEE2B7C343F69E03D6 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) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFEhCjgezeoPAwGIYsRAlS5AJwIS05IA8bKOSU5I0XkfZc/Z4cLDQCeI3zW TK2tZPInHh1NTEaTBUBSgOw= =WVJ2 -----END PGP SIGNATURE----- --------------enig35B6E9CEE2B7C343F69E03D6-- From owner-freebsd-stable@FreeBSD.ORG Mon Jun 5 12:56: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 18BE516AA83 for ; Mon, 5 Jun 2006 12:56:21 +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 48F5343D82 for ; Mon, 5 Jun 2006 12:56:20 +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.60 (FreeBSD)) (envelope-from ) id 1FnEcx-000Pxz-Hy; Mon, 05 Jun 2006 13:56:15 +0100 Received: from petefrench by dilbert.firstcallgroup.co.uk with local (Exim 4.61 (FreeBSD)) (envelope-from ) id 1FnEcw-0001GF-Sp; Mon, 05 Jun 2006 13:56:14 +0100 To: freebsd-stable@freebsd.org, veldy@veldy.net In-Reply-To: <44842282.6050409@veldy.net> Message-Id: From: Pete French Date: Mon, 05 Jun 2006 13:56:14 +0100 Cc: Subject: Re: resolv.conf and dhclient X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 05 Jun 2006 12:56:23 -0000 > What is the best approach to keep dhclient from overwriting > /etc/resolv.conf every time it gets a new lease on an IP address? in /etc/dhclient.conf add a couple of lines: supersede domain-name "mydomain"; supersede domain-name-servers 192.168.3.1; replacing as appropoiate... > has been a frustrating search as Google has turned up next to nothing 'man dhclient' would have been a better starting point :-) -pcf. From owner-freebsd-stable@FreeBSD.ORG Mon Jun 5 12:57: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 EB59916A4DA for ; Mon, 5 Jun 2006 12:57:01 +0000 (UTC) (envelope-from patrick@cyberwizards.nl) Received: from gandalf.cyberwizards.nl (217-19-20-65.dsl.cambrium.nl [217.19.20.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id D713A43D64 for ; Mon, 5 Jun 2006 12:57:00 +0000 (GMT) (envelope-from patrick@cyberwizards.nl) Received: from gandalf.cyberwizards.nl (localhost [127.0.0.1]) by gandalf.cyberwizards.nl (8.13.4/8.13.4) with ESMTP id k55Cusfe099375; Mon, 5 Jun 2006 14:56:54 +0200 (CEST) (envelope-from patrick@cyberwizards.nl) Received: from localhost (pbm@localhost) by gandalf.cyberwizards.nl (8.13.4/8.13.4/Submit) with ESMTP id k55Curfl099372; Mon, 5 Jun 2006 14:56:54 +0200 (CEST) (envelope-from patrick@cyberwizards.nl) X-Authentication-Warning: gandalf.cyberwizards.nl: pbm owned process doing -bs Date: Mon, 5 Jun 2006 14:56:53 +0200 (CEST) From: patrick X-X-Sender: pbm@gandalf.cyberwizards.nl To: "Thomas T. Veldhouse" In-Reply-To: <44842282.6050409@veldy.net> Message-ID: <20060605145226.A96694@gandalf.cyberwizards.nl> References: <44842282.6050409@veldy.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-stable@freebsd.org Subject: Re: resolv.conf and dhclient X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 05 Jun 2006 12:57:06 -0000 On Mon, 5 Jun 2006, Thomas T. Veldhouse wrote: hi, this is not the correct list to ask, but anyway. "man dhclient.conf" would learn you to use supersede and prepend statements. interface "xl0" { supersede domain-name "yourdomainname.com"; prepend domain-name-servers www.xxx.yyy.zzz; } adjust xl0 to your dhclient interface, yourdomain is search first for hostname lookups xyz is prefered first nameserver in the resolv.conf > What is the best approach to keep dhclient from overwriting /etc/resolv.conf > every time it gets a new lease on an IP address? This has been a frustrating > search as Google has turned up next to nothing on the issue other than a hack > into a script file which should be overwritten when world is rebuilt. grtz patrick From owner-freebsd-stable@FreeBSD.ORG Mon Jun 5 13:33: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 1E15916A6CB for ; Mon, 5 Jun 2006 13:33:49 +0000 (UTC) (envelope-from veldy@veldy.net) Received: from sccrmhc14.comcast.net (sccrmhc14.comcast.net [204.127.200.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0383643D48 for ; Mon, 5 Jun 2006 13:33:46 +0000 (GMT) (envelope-from veldy@veldy.net) Received: from veldy.net ([66.41.96.112]) by comcast.net (sccrmhc14) with ESMTP id <2006060513334201400motuke>; Mon, 5 Jun 2006 13:33:46 +0000 Received: from veldy.net (localhost [127.0.0.1]) by veldy.net (Postfix) with ESMTP id 854741CC63; Mon, 5 Jun 2006 08:33:41 -0500 (CDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) by veldy.net (Postfix) with ESMTP id 0F7081CC59; Mon, 5 Jun 2006 08:33:40 -0500 (CDT) Message-ID: <448432B4.3000305@veldy.net> Date: Mon, 05 Jun 2006 08:33:40 -0500 From: "Thomas T. Veldhouse" User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: freebsd@orchid.homeunix.org References: <44842282.6050409@veldy.net> <448428D8.5030501@orchid.homeunix.org> In-Reply-To: <448428D8.5030501@orchid.homeunix.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: freebsd-stable@freebsd.org Subject: Re: resolv.conf and dhclient X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 05 Jun 2006 13:33:58 -0000 Karol Kwiatkowski wrote: > On 05/06/2006 14:24, Thomas T. Veldhouse wrote: > >> What is the best approach to keep dhclient from overwriting >> /etc/resolv.conf every time it gets a new lease on an IP address? This >> has been a frustrating search as Google has turned up next to nothing on >> the issue other than a hack into a script file which should be >> overwritten when world is rebuilt. >> > > If I'm getting your question right - isn't 'supersede' option in > dhclient.conf(5) what you want? Something like: > > interface "int0" { > supersede domain-name "example.com" > supersede domain-name-servers "127.0.0.1" > } > > Indeed ... this seems to be what I am looking for. Thanks! Tom Veldhouse From owner-freebsd-stable@FreeBSD.ORG Mon Jun 5 13:40: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 B3F2516AE88 for ; Mon, 5 Jun 2006 13:40:59 +0000 (UTC) (envelope-from dgerow@afflictions.org) Received: from mail.afflictions.org (asylum.afflictions.org [64.7.134.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id A345743D49 for ; Mon, 5 Jun 2006 13:40:57 +0000 (GMT) (envelope-from dgerow@afflictions.org) Received: from localhost (localhost [127.0.0.1]) by mail.afflictions.org (Postfix) with ESMTP id 4C64878C91 for ; Mon, 5 Jun 2006 09:42:43 -0400 (EDT) Received: from mail.afflictions.org ([127.0.0.1]) by localhost (pandora.afflictions.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 36748-02 for ; Mon, 5 Jun 2006 09:42:40 -0400 (EDT) Received: from dementia.afflictions.org (dementia [172.19.206.56]) by mail.afflictions.org (Postfix) with ESMTP id C543278C8E for ; Mon, 5 Jun 2006 09:42:39 -0400 (EDT) Received: by dementia.afflictions.org (Postfix, from userid 1001) id 61D781C0811; Mon, 5 Jun 2006 09:40:49 -0400 (EDT) Date: Mon, 5 Jun 2006 09:40:49 -0400 From: Damian Gerow To: freebsd-stable@freebsd.org Message-ID: <20060605134049.GB99893@afflictions.org> References: <44842282.6050409@veldy.net> <448428D8.5030501@orchid.homeunix.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <448428D8.5030501@orchid.homeunix.org> X-PGP-Fingerprint: B3D7 D901 A53A 1A99 BFD6 E6DF 9F3B 742B C288 9CC9 X-PGP-Key: 0xC2889CC9 User-Agent: Mutt/1.5.11 X-Virus-Scanned: amavisd-new at pandora.afflictions.org Subject: Re: [OT] resolv.conf and dhclient X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 05 Jun 2006 13:41:04 -0000 I've recently run into a situation similar to the original posters, and... Thus spake Karol Kwiatkowski (freebsd@orchid.homeunix.org) [05/06/06 08:55]: : > What is the best approach to keep dhclient from overwriting : > /etc/resolv.conf every time it gets a new lease on an IP address? This : > has been a frustrating search as Google has turned up next to nothing on : > the issue other than a hack into a script file which should be : > overwritten when world is rebuilt. : : If I'm getting your question right - isn't 'supersede' option in : dhclient.conf(5) what you want? Something like: Unfortunately, supersede doesn't cut it (for me). I have two interfaces, one wired and one wireless. Both addresses are negotiated via DHCP. However, I do /not/ want to use the DNS servers provided via the wireless connection. Short of statically mapping my DNS servers into place (something I'd really rather avoid), there is nothing I can do. Even if I coax the wired interface into negotiating its address second, as the lease times on the two links are different, I will be flip-flopping betwixt the two sets of DNS servers for the duration of the connection. I've often wondered why dhclient.conf doesn't have an 'ignore' directive. There's a 'require' in there; it doesn't seem like much of a stretch to 'ignore' something. - Damian From owner-freebsd-stable@FreeBSD.ORG Mon Jun 5 14:23: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 BA6EB16A99C for ; Mon, 5 Jun 2006 14:23:56 +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 2762143D53 for ; Mon, 5 Jun 2006 14:23:56 +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.60 (FreeBSD)) (envelope-from ) id 1FnFzn-0001Xe-6g for freebsd-stable@FreeBSD.ORG; Mon, 05 Jun 2006 15:23:55 +0100 Received: from petefrench by dilbert.firstcallgroup.co.uk with local (Exim 4.61 (FreeBSD)) (envelope-from ) id 1FnFzm-0002Ld-Rp for freebsd-stable@FreeBSD.ORG; Mon, 05 Jun 2006 15:23:54 +0100 To: freebsd-stable@FreeBSD.ORG Message-Id: From: Pete French Date: Mon, 05 Jun 2006 15:23:54 +0100 Cc: Subject: Dual Opteron system will not run SMP X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 05 Jun 2006 14:24:06 -0000 Not that 6.1 is out the dor I monder if anyone wuld like to give me a hand with an SMP problem I have. I am running a system with two Opterorn 242 processors in a K8D Master-F motherboard, each with 512M of RAM attached. The processors both work and the system will run SMP under wndows 2000 quite happily. Under FreeBSD 61. the system also runs quite happily single processor, but when I ruun an SMP kenel it freezes at the 'Waiting for SCSI devices to settle; part of the boot process. Interesting it also does this in single processor mode unless I have 'debug.acpi.disabled=timer'. The motherboard has three plugin caards on it - an fxp Intel either card, a Compaq 5402 RADI controller and an Adaptec 29160 which is the boot device. In case these were causing problems I have also tried unplugging all these cards are booting off an IDE drive. This exhibits the same effect. I *can* boot an SMP kene in 'safe mode' but this then only recognises a single processor. I am using the GENERIC and SMP kerenls with no modifications. Other people have reported this motherboard to work. The output from mptable is attached below if anyone is interested in trying to help me track this down! cheers, -pcf. skerry# mptable =============================================================================== MPTable ------------------------------------------------------------------------------- MP Floating Pointer Structure: location: BIOS physical address: 0x000ff780 signature: '_MP_' length: 16 bytes version: 1.1 checksum: 0xf1 mode: Virtual Wire ------------------------------------------------------------------------------- MP Config Table Header: physical address: 0x000fa300 signature: 'PCMP' base table length: 324 version: 1.1 checksum: 0xb0 OEM ID: 'MSI ' Product ID: 'RHAPSODY ' OEM table pointer: 0x00000000 OEM table size: 0 entry count: 32 local APIC address: 0xfee00000 extended table length: 0 extended table checksum: 0 ------------------------------------------------------------------------------- MP Config Base Table Entries: -- Processors: APIC ID Version State Family Model Step Flags 0 0x10 BSP, usable 15 5 1 0x78bfbff 1 0x10 AP, usable 15 5 1 0x78bfbff -- Bus: Bus ID Type 0 PCI 1 PCI 2 PCI 3 PCI 4 ISA -- I/O APICs: APIC ID Version State Address 2 0x11 usable 0xfec00000 3 0x11 usable 0xfebfe000 4 0x11 usable 0xfebff000 -- I/O Ints: Type Polarity Trigger Bus ID IRQ APIC ID PIN# ExtINT active-hi edge 4 0 2 0 INT active-hi edge 4 1 2 1 INT active-hi edge 4 0 2 2 INT active-hi edge 4 3 2 3 INT active-hi edge 4 4 2 4 INT active-hi edge 4 6 2 6 INT active-hi edge 4 7 2 7 INT active-hi edge 4 8 2 8 INT active-hi edge 4 12 2 12 INT active-hi edge 4 13 2 13 INT active-hi edge 4 14 2 14 INT active-hi edge 4 15 2 15 INT active-lo level 0 7:D 2 19 INT active-lo level 3 0:D 2 19 INT active-lo level 3 8:A 2 16 INT active-lo level 3 6:A 2 18 INT active-lo level 2 3:A 3 0 INT active-lo level 1 1:A 4 0 INT active-lo level 1 2:A 4 1 INT active-lo level 1 2:B 4 2 -- Local Ints: Type Polarity Trigger Bus ID IRQ APIC ID PIN# ExtINT active-hi edge 0 0:A 255 0 NMI active-hi edge 0 0:A 255 1 =============================================================================== From owner-freebsd-stable@FreeBSD.ORG Mon Jun 5 14:27: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 C100516B5E7 for ; Mon, 5 Jun 2006 14:27:06 +0000 (UTC) (envelope-from freebsd-stable-local@be-well.ilk.org) Received: from mail8.sea5.speakeasy.net (mail8.sea5.speakeasy.net [69.17.117.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59A2443D60 for ; Mon, 5 Jun 2006 14:27:06 +0000 (GMT) (envelope-from freebsd-stable-local@be-well.ilk.org) Received: (qmail 4429 invoked from network); 5 Jun 2006 14:27:05 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail8.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 5 Jun 2006 14:27:05 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id A94BB2842A; Mon, 5 Jun 2006 10:27:04 -0400 (EDT) To: Damian Gerow References: <44842282.6050409@veldy.net> <448428D8.5030501@orchid.homeunix.org> <20060605134049.GB99893@afflictions.org> From: Lowell Gilbert Date: Mon, 05 Jun 2006 10:27:04 -0400 In-Reply-To: <20060605134049.GB99893@afflictions.org> (Damian Gerow's message of "Mon, 5 Jun 2006 09:40:49 -0400") Message-ID: <44r72365l3.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: [OT] resolv.conf and dhclient X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 05 Jun 2006 14:27:11 -0000 Damian Gerow writes: > I've often wondered why dhclient.conf doesn't have an 'ignore' directive. > There's a 'require' in there; it doesn't seem like much of a stretch to > 'ignore' something. Why not just write a simple script for one of the hooks that dhclient-script(8) supports? From owner-freebsd-stable@FreeBSD.ORG Mon Jun 5 16:19:54 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 43E0E16AE7B for ; Mon, 5 Jun 2006 16:19:54 +0000 (UTC) (envelope-from jfvogel@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 87C8143D49 for ; Mon, 5 Jun 2006 16:19:53 +0000 (GMT) (envelope-from jfvogel@gmail.com) Received: by wx-out-0102.google.com with SMTP id i31so762764wxd for ; Mon, 05 Jun 2006 09:19:52 -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=cqU3l4Q5qGzGe5m3EK6IBN2E9Kh9+M/gmlZ9SlTAR6f4Si1xJqb2t7HiGNC6vaRUBlBvwqpRXFMdmGEGo9jlw7qq2KjDKKKhihi+RMFNcN5QI39zlOpYMDy2u+TEcV0Xl2U2N5l4HLz1sFqFKxayW2DLxkavuzA9bSxCYQskIzc= Received: by 10.70.113.20 with SMTP id l20mr6266538wxc; Mon, 05 Jun 2006 09:19:49 -0700 (PDT) Received: by 10.70.90.17 with HTTP; Mon, 5 Jun 2006 09:19:49 -0700 (PDT) Message-ID: <2a41acea0606050919p17efd6cfva55113b19d105815@mail.gmail.com> Date: Mon, 5 Jun 2006 09:19:49 -0700 From: "Jack Vogel" To: "Pete French" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: freebsd-stable@freebsd.org Subject: Re: Dual Opteron system will not run SMP X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 05 Jun 2006 16:20:01 -0000 On 6/5/06, Pete French wrote: > Not that 6.1 is out the dor I monder if anyone wuld like to give me > a hand with an SMP problem I have. I am running a system with two > Opterorn 242 processors in a K8D Master-F motherboard, each with 512M > of RAM attached. The processors both work and the system will run SMP > under wndows 2000 quite happily. > > Under FreeBSD 61. the system also runs quite happily single processor, > but when I ruun an SMP kenel it freezes at the 'Waiting for SCSI devices > to settle; part of the boot process. Interesting it also does this in > single processor mode unless I have 'debug.acpi.disabled=timer'. > > The motherboard has three plugin caards on it - an fxp Intel > either card, a Compaq 5402 RADI controller and an Adaptec 29160 which > is the boot device. In case these were causing problems I have also tried > unplugging all these cards are booting off an IDE drive. This exhibits > the same effect. > > I *can* boot an SMP kene in 'safe mode' but this then only recognises > a single processor. I am using the GENERIC and SMP kerenls with no > modifications. > > Other people have reported this motherboard to work. The output from > mptable is attached below if anyone is interested in trying to help > me track this down! > cheers, > > -pcf. You say you can boot 'safe', can you boot with just ACPI disabled? One suggestion, boot in SAFE or non-ACPI, then do a pciconf -l and look for pci devices that are unknown. At least that will give more evidence. Hard to say if its ACPI or PCI related. Uh, you did make sure you have the latest BIOS for your motherboard right? Good luck, From owner-freebsd-stable@FreeBSD.ORG Mon Jun 5 16:38: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 5163C16AF62 for ; Mon, 5 Jun 2006 16:38:58 +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 46EF443D5D for ; Mon, 5 Jun 2006 16:38:56 +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.60 (FreeBSD)) (envelope-from ) id 1FnI6R-0003e8-Lh; Mon, 05 Jun 2006 17:38:55 +0100 Received: from petefrench by dilbert.firstcallgroup.co.uk with local (Exim 4.61 (FreeBSD)) (envelope-from ) id 1FnI6R-0003aM-3o; Mon, 05 Jun 2006 17:38:55 +0100 To: jfvogel@gmail.com In-Reply-To: <2a41acea0606050919p17efd6cfva55113b19d105815@mail.gmail.com> Message-Id: From: Pete French Date: Mon, 05 Jun 2006 17:38:55 +0100 Cc: freebsd-stable@freebsd.org Subject: Re: Dual Opteron system will not run SMP X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 05 Jun 2006 16:39:16 -0000 > You say you can boot 'safe', can you boot with just ACPI disabled? Not using an SMP kernel, no. I did another experiment though, I installed amd64 onto an IDe drive, and that will boot SMP with APCI disabled, but still only recognises a single processor. > One suggestion, boot in SAFE or non-ACPI, then do a pciconf -l and > look for pci devices that are unknown. At least that will give more > evidence. O.K, will give that a shot later this evening. > Hard to say if its ACPI or PCI related. Uh, you did make sure you > have the latest BIOS for your motherboard right? Yup - first thing I did. I also asked if other people are using this, and Soren apparently uses it (for amd64), so it preseumably does work! -pete. From owner-freebsd-stable@FreeBSD.ORG Mon Jun 5 17:12:29 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 47A4316B01A for ; Mon, 5 Jun 2006 17:12:29 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id C45B443D46 for ; Mon, 5 Jun 2006 17:12:28 +0000 (GMT) (envelope-from jfvogel@gmail.com) Received: by wx-out-0102.google.com with SMTP id i31so771778wxd for ; Mon, 05 Jun 2006 10:12:28 -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=Rg5GjR+xVITwNuzvgWqtEtcwf8oz8aks6aZsovJnfiuFhE48VcXY6aJk2cW6OMJUj4lppgKYCCYFCX3SGx44u3r2DS+sovmjjSHM5D1WQ5gZ11Dr/w4bv2J/jhxUbuMW9opjA7m0DI6hc3LMEi157nn7r3ssy9KRgsp/RfLkGz8= Received: by 10.70.32.15 with SMTP id f15mr6288961wxf; Mon, 05 Jun 2006 10:12:28 -0700 (PDT) Received: by 10.70.90.17 with HTTP; Mon, 5 Jun 2006 10:12:28 -0700 (PDT) Message-ID: <2a41acea0606051012r5831971qb3d2fb88e701225@mail.gmail.com> Date: Mon, 5 Jun 2006 10:12:28 -0700 From: "Jack Vogel" To: "Pete French" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <2a41acea0606050919p17efd6cfva55113b19d105815@mail.gmail.com> Cc: freebsd-stable@freebsd.org Subject: Re: Dual Opteron system will not run SMP X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 05 Jun 2006 17:12:35 -0000 On 6/5/06, Pete French wrote: > > You say you can boot 'safe', can you boot with just ACPI disabled? > > Not using an SMP kernel, no. I did another experiment though, I > installed amd64 onto an IDe drive, and that will boot SMP with > APCI disabled, but still only recognises a single processor. > > > One suggestion, boot in SAFE or non-ACPI, then do a pciconf -l and > > look for pci devices that are unknown. At least that will give more > > evidence. > > O.K, will give that a shot later this evening. > > > Hard to say if its ACPI or PCI related. Uh, you did make sure you > > have the latest BIOS for your motherboard right? > > Yup - first thing I did. I also asked if other people are using this, and > Soren apparently uses it (for amd64), so it preseumably does work! We (Intel networking group) have seen issues with SMP and amd64 as well, although I dont know that its fully characterized (what works and what doesnt) yet. If just non-ACPI isnt sufficient, the other thing SAFE does is turn off disk DMA. I have an as-yet unreleased system that has this same type of issue, and the problem is that two PCI device ID's are not recognized, so maybe that will be your problem. Jack From owner-freebsd-stable@FreeBSD.ORG Mon Jun 5 17:33: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 333C316A661 for ; Mon, 5 Jun 2006 17:33:10 +0000 (UTC) (envelope-from zbeeble@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id 746E243D45 for ; Mon, 5 Jun 2006 17:33:09 +0000 (GMT) (envelope-from zbeeble@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so1507565uge for ; Mon, 05 Jun 2006 10:33: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:references; b=Pyu+nV+AiL95T8G/wY6hPkaqoJLbbp3QO18TKB21H0pcxca5k32iGXY+V6ISpDTmJVSr/oYkqef0XkBl99ouLEd0dd3k0sdwlbmBi8V4R3K34qnSaasiHwIVhs4fcBGfxZTz7mMQGnv+xD5/op+0xyOYjszxeOf7qxgdIjhcQ8A= Received: by 10.67.97.7 with SMTP id z7mr3532587ugl; Mon, 05 Jun 2006 09:37:05 -0700 (PDT) Received: by 10.67.25.10 with HTTP; Mon, 5 Jun 2006 09:37:05 -0700 (PDT) Message-ID: <5f67a8c40606050937s7317e9c6hfdf36903ceaadb9a@mail.gmail.com> Date: Mon, 5 Jun 2006 12:37:05 -0400 From: "Zaphod Beeblebrox" To: "Lowell Gilbert" In-Reply-To: <44r72365l3.fsf@be-well.ilk.org> MIME-Version: 1.0 References: <44842282.6050409@veldy.net> <448428D8.5030501@orchid.homeunix.org> <20060605134049.GB99893@afflictions.org> <44r72365l3.fsf@be-well.ilk.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Damian Gerow , freebsd-stable@freebsd.org Subject: Re: [OT] resolv.conf and dhclient X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 05 Jun 2006 17:33:12 -0000 On 6/5/06, Lowell Gilbert wrote: > > Damian Gerow writes: > > > I've often wondered why dhclient.conf doesn't have an 'ignore' > directive. > > There's a 'require' in there; it doesn't seem like much of a stretch to > > 'ignore' something. > > Why not just write a simple script for one of the hooks that > dhclient-script(8) supports? Well... this would be mildly acceptable if he were the only one with this problem, but I suspect it's much more common. I use the wireless interface on my laptop (in general) for internet access ... and thus desire the behaviour where the nameservers are written to resolv.conf and I use the wired ethernet (in general) to configure all manner of little routers and whatnot (so I don't want resolv.conf rewritten). Thus the simple solution 'chflags /etc/resolv.conf' doesn't work. An ignore directive would work --- as would writing a script --- but it seems that this issue is common enough to argue for the ignore directive. From owner-freebsd-stable@FreeBSD.ORG Mon Jun 5 17:36: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 2482C16AD03 for ; Mon, 5 Jun 2006 17:36:03 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from ns1.jnielsen.net (ns1.jnielsen.net [69.55.238.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF8F243D46 for ; Mon, 5 Jun 2006 17:36:02 +0000 (GMT) (envelope-from lists@jnielsen.net) Received: from localhost (jn@ns1 [69.55.238.237]) (authenticated bits=0) by ns1.jnielsen.net (8.12.9p2/8.12.9) with ESMTP id k55Ha1lM065781 for ; Mon, 5 Jun 2006 10:36:01 -0700 (PDT) (envelope-from lists@jnielsen.net) From: John Nielsen To: stable@freebsd.org Date: Mon, 5 Jun 2006 13:35:32 -0400 User-Agent: KMail/1.9.1 X-Face: #X5#Y*q>F:]zT!DegL3z5Xo'^MN[$8k\[4^3rN~wm=s=Uw(sW}R?3b^*f1Wu*. X-Virus-Scanned: ClamAV version 0.88, clamav-milter version 0.87 on ns1.jnielsen.net X-Virus-Status: Clean Cc: Subject: MySQL, ntpd, and kern.timecounter X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 05 Jun 2006 17:36:08 -0000 I have a FreeBSD 6.1 machine set up as a web and MySQL database server. Since the application is a bit database-intensive, I followed several of the MySQL tuning recommendations from this page: http://wikitest.freebsd.org/MySQL One of those was to change kern.timecounter.choice from ACPI-fast to TSC. That was fine for MySQL, but the real-world timekeeping on this hardware with TSC is so bad that it broke ntpd and the clock started drifting several seconds every hour. Timekeeping with ACPI-fast was quite reliable. I'm looking for recommendations in general, but I'll pose a few specific questions below as well. Should I change the timecounter back? How big an impact does the choice of timecounter have on performance with MySQL 4.1.19 and FreeBSD 6.1? Is there a conservative way I can answer this question myself for a server that's already in production? Can ntpd be coaxed into working with such bad timekeeping (as long as it's consistently bad)? Would Bad Things happen if I ran ntpdate or ntpd -q once or twice a day? Would this be considered an abuse of the ntp server(s)? Would I run a risk of confusing / breaking cron or sendmail or syslogd or anything else with the time jumps? All input appreciated. Thanks! JN From owner-freebsd-stable@FreeBSD.ORG Mon Jun 5 18:00: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 15C7A16B223 for ; Mon, 5 Jun 2006 18:00:08 +0000 (UTC) (envelope-from fungus@aros.net) Received: from ceres.aros.net (ceres.aros.net [66.219.192.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 452C243D49 for ; Mon, 5 Jun 2006 18:00:08 +0000 (GMT) (envelope-from fungus@aros.net) Received: from [10.0.1.28] (firebat.aros.net [66.219.192.36]) by ceres.aros.net (8.13.3/8.13.3) with ESMTP id k55I07bP022930 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO) for ; Mon, 5 Jun 2006 12:00:07 -0600 (MDT) (envelope-from fungus@aros.net) Mime-Version: 1.0 (Apple Message framework v750) To: freebsd-stable@freebsd.org Message-Id: <04E7E1FC-4408-4808-B5BC-18DE60249185@aros.net> Content-Type: multipart/signed; micalg=sha1; boundary=Apple-Mail-2--575486184; protocol="application/pkcs7-signature" From: Lonnie Olson Date: Mon, 5 Jun 2006 12:00:05 -0600 X-Mailer: Apple Mail (2.750) X-Virus-Scanned: ClamAV version 0.88, clamav-milter version 0.87 on ceres.aros.net X-Virus-Status: Clean X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Requesting advice for panic: vm_thread_new: kstack allocation 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: Mon, 05 Jun 2006 18:00:28 -0000 --Apple-Mail-2--575486184 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed I currently have a problem that others have had before, but no one actually did anything to explain or help. I have a mail server that is often under high load. It panics about every day or two with "vm_thread_new: kstack allocation failed". I have a dump, but I doubt it is necessary as the details of this problem have been documented many times before. threads/80435: panic on high loads http://lists.freebsd.org/pipermail/freebsd-threads/2005-April/ 003025.html No resolution because reporter wasn't running -STABLE. panic: vm_thread_new: kstack allocation failed http://lists.freebsd.org/pipermail/freebsd-current/2006-March/ 061544.html No discussion about it other than testing methods. FreeBSD 5.4-P12 Panic "vm_thread_new: kstack allocation failed" under load http://lists.freebsd.org/pipermail/freebsd-questions/2006-March/ 116290.html Just a "pass the buck" comment about upgrading to 6.1 I *am* running 6-STABLE. I have had this particular panic since 5.4- RELEASE. I am using an SMP kernel with only this change to fix a different kernel panic before. options VM_KMEM_SIZE_MAX=419430400 The machine is a dual AMD Opteron w/ 2G memory. I have another identical machine that this also occurs on but less frequently as it does not have as high of a load. I have tested every piece of hardware as best as I can, especially the memory. I have been fighting this issue for months now. I am about to give up and go back to FreeBSD 4.x. I am looking for suggestions now. 1. What does this panic really mean? 2. Any ideas for a work around? (kernel options, patches, anything) 3. Would a bug report actually get anywhere? (bad experiences in the past, 93809) --Apple-Mail-2--575486184-- From owner-freebsd-stable@FreeBSD.ORG Mon Jun 5 19:11: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 C558716AE1B for ; Mon, 5 Jun 2006 19:11:46 +0000 (UTC) (envelope-from cperciva@freebsd.org) Received: from pd3mo1so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17C9343D46 for ; Mon, 5 Jun 2006 19:11:46 +0000 (GMT) (envelope-from cperciva@freebsd.org) Received: from pd3mr4so.prod.shaw.ca (pd3mr4so-qfe3.prod.shaw.ca [10.0.141.180]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0J0E008FOIKPHZD0@l-daemon> for freebsd-stable@freebsd.org; Mon, 05 Jun 2006 13:10:01 -0600 (MDT) Received: from pn2ml9so.prod.shaw.ca ([10.0.121.7]) by pd3mr4so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0J0E00IB7IKPD320@pd3mr4so.prod.shaw.ca> for freebsd-stable@freebsd.org; Mon, 05 Jun 2006 13:10:01 -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 <0J0E003LDIKNC5X0@l-daemon> for freebsd-stable@freebsd.org; Mon, 05 Jun 2006 13:10:01 -0600 (MDT) Received: (qmail 38279 invoked from network); Mon, 05 Jun 2006 19:09:59 +0000 Received: from unknown (HELO ?127.0.0.1?) (127.0.0.1) by localhost with SMTP; Mon, 05 Jun 2006 19:09:59 +0000 Date: Mon, 05 Jun 2006 12:09:59 -0700 From: FreeBSD Security Officer To: freebsd-security@freebsd.org, freebsd-stable@freebsd.org Message-id: <44848187.9070505@freebsd.org> Organization: FreeBSD Project MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7bit X-Enigmail-Version: 0.94.0.0 User-Agent: Thunderbird 1.5 (X11/20060416) Cc: Subject: Security Officer-supported branches update X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: security-officer@freebsd.org List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jun 2006 19:11:52 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello Everyone, The branches supported by the FreeBSD Security Officer have been updated to reflect recent EoL (end-of-life) events. The new list is below and at . FreeBSD 4.10 has `expired' and is no longer supported effective June 1, 2006. Also note that FreeBSD 5.3 and FreeBSD 5.4 will cease to be supported at the end of October 2006, and FreeBSD 6.0 will cease to be supported at the end of November 2006. If you are running FreeBSD 4.x for x less than 11, it is strongly recommended that you upgrade to FreeBSD 4.11 as soon as possible. If you are running FreeBSD 5.3, FreeBSD 5.4, or FreeBSD 6.0, it is strongly recommended that you make plans to upgrade to FreeBSD 5.5 or FreeBSD 6.1 in the next five months. [Excerpt from http://www.freebsd.org/security/ follows] FreeBSD Security Advisories The FreeBSD Security Officer provides security advisories for several branches of FreeBSD development. These are the -STABLE Branches and the Security Branches. (Advisories are not issued for the -CURRENT Branch.) * There is usually only a single -STABLE branch, although during the transition from one major development line to another (such as from FreeBSD 5.x to 6.x), there is a time span in which there are two -STABLE branches. The -STABLE branch tags have names like RELENG_6. The corresponding builds have names like FreeBSD 6.1-STABLE. * Each FreeBSD Release has an associated Security Branch. The Security Branch tags have names like RELENG_6_1. The corresponding builds have names like FreeBSD 6.1-RELEASE-p1. Isses affecting the FreeBSD Ports Collection are covered in the FreeBSD VuXML document. Each branch is supported by the Security Officer for a limited time only, and is designated as one of `Early adopter', `Normal', or `Extended'. The designation is used as a guideline for determining the lifetime of the branch as follows. Early adopter Releases which are published from the -CURRENT branch will be supported by the Security Officer for a minimum of 6 months after the release. Normal Releases which are published from a -STABLE branch will be supported by the Security Officer for a minimum of 12 months after the release. Extended Selected releases will be supported by the Security Officer for a minimum of 24 months after the release. The current designation and estimated lifetimes of the currently supported branches are given below. The Estimated EoL (end-of-life) column gives the earliest date on which that branch is likely to be dropped. Please note that these dates may be extended into the future, but only extenuating circumstances would lead to a branch's support being dropped earlier than the date listed. +--------------------------------------------------------------------+ | Branch | Release | Type | Release date | Estimated EoL | |-----------+------------+--------+----------------+-----------------| |RELENG_4 |n/a |n/a |n/a |January 31, 2007 | |-----------+------------+--------+----------------+-----------------| |RELENG_4_11|4.11-RELEASE|Extended|January 25, 2005|January 31, 2007 | |-----------+------------+--------+----------------+-----------------| |RELENG_5 |n/a |n/a |n/a |May 31, 2008 | |-----------+------------+--------+----------------+-----------------| |RELENG_5_3 |5.3-RELEASE |Extended|November 6, 2004|October 31, 2006 | |-----------+------------+--------+----------------+-----------------| |RELENG_5_4 |5.4-RELEASE |Normal |May 9, 2005 |October 31, 2006 | |-----------+------------+--------+----------------+-----------------| |RELENG_5_5 |5.5-RELEASE |Extended|May 25, 2006 |May 31, 2008 | |-----------+------------+--------+----------------+-----------------| |RELENG_6 |n/a |n/a |n/a |May 31, 2008 | |-----------+------------+--------+----------------+-----------------| |RELENG_6_0 |6.0-RELEASE |Normal |November 4, 2005|November 30, 2006| |-----------+------------+--------+----------------+-----------------| |RELENG_6_1 |6.1-RELEASE |Extended|May 9, 2006 |May 31, 2008 | +--------------------------------------------------------------------+ [End excerpt] Colin Percival FreeBSD Security Officer -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEhIGGFdaIBMps37IRAnhNAJ9rjsvGhKgBkknDFKiTdzlkg4+/qACfY4lx 3LlO9YCOYIaSQKG9nH0u0SM= =e5J/ -----END PGP SIGNATURE----- From owner-freebsd-stable@FreeBSD.ORG Mon Jun 5 19:14:57 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 2C98516A5EA for ; Mon, 5 Jun 2006 19:14:57 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8000F43D45 for ; Mon, 5 Jun 2006 19:14:56 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id B464E5E79; Mon, 5 Jun 2006 15:14:55 -0400 (EDT) X-Virus-Scanned: amavisd-new at codefab.com Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HwKyJtx0eHyE; Mon, 5 Jun 2006 15:14:54 -0400 (EDT) Received: from [199.103.21.238] (pan.codefab.com [199.103.21.238]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id CF6F45E11; Mon, 5 Jun 2006 15:14:54 -0400 (EDT) In-Reply-To: <04E7E1FC-4408-4808-B5BC-18DE60249185@aros.net> References: <04E7E1FC-4408-4808-B5BC-18DE60249185@aros.net> Mime-Version: 1.0 (Apple Message framework v750) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <3AAF07F5-1C7C-4F7E-A9D0-A8AD69C48490@mac.com> Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Mon, 5 Jun 2006 15:14:51 -0400 To: Lonnie Olson X-Mailer: Apple Mail (2.750) Cc: freebsd-stable@freebsd.org Subject: Re: Requesting advice for panic: vm_thread_new: kstack allocation 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: Mon, 05 Jun 2006 19:14:58 -0000 On Jun 5, 2006, at 2:00 PM, Lonnie Olson wrote: > I have been fighting this issue for months now. I am about to give > up and go back to FreeBSD 4.x. I am looking for suggestions now. > > 1. What does this panic really mean? I believe it implies that the kernel address space is exhausted, so when something tried to start up a new kthread, this failed because the kernel does not have enough memory to allocate a new stack for that thread. > 2. Any ideas for a work around? (kernel options, patches, anything) Set up a cron job to run "sysctl kern.malloc > /var/tmp/kern_malloc" every minute or whatnot, and take a look at the last entry you get before the machine panics. That will help identify what is running your kernel out of memory. > 3. Would a bug report actually get anywhere? (bad experiences in > the past, 93809) Maybe. You'll need to provide more information than just a dmesg, but even if you don't get a specific solution to your problem in the short term, having things in the PR database will help over the long term... -- -Chuck From owner-freebsd-stable@FreeBSD.ORG Mon Jun 5 19:24: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 5554916BF90 for ; Mon, 5 Jun 2006 19:24:05 +0000 (UTC) (envelope-from lyndon@orthanc.ca) Received: from orthanc.ca (orthanc.ca [209.89.70.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id E663543D45 for ; Mon, 5 Jun 2006 19:24:04 +0000 (GMT) (envelope-from lyndon@orthanc.ca) Received: from localhost (localhost [127.0.0.1]) (authenticated bits=0) by orthanc.ca (8.13.4/8.13.4) with ESMTP id k55JNu5I074741 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 5 Jun 2006 13:23:57 -0600 (MDT) (envelope-from lyndon@orthanc.ca) Date: Mon, 5 Jun 2006 13:23:56 -0600 (MDT) From: Lyndon Nerenberg To: Damian Gerow In-Reply-To: <20060605134049.GB99893@afflictions.org> Message-ID: <20060605131957.P74433@orthanc.ca> References: <44842282.6050409@veldy.net> <448428D8.5030501@orchid.homeunix.org> <20060605134049.GB99893@afflictions.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Spam-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on orthanc.ca Cc: freebsd-stable@freebsd.org Subject: Re: [OT] resolv.conf and dhclient X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 05 Jun 2006 19:24:06 -0000 > Unfortunately, supersede doesn't cut it (for me). > > I have two interfaces, one wired and one wireless. Both addresses are > negotiated via DHCP. However, I do /not/ want to use the DNS servers > provided via the wireless connection. interface "ath0" { supersede domain-name "orthanc.ca"; supersede domain-name-servers 127.0.0.1; } interface "bge0" { supersede domain-name "orthanc.ca"; supersede domain-name-servers 127.0.0.1; } And then just run a local instance of named. --lyndon From owner-freebsd-stable@FreeBSD.ORG Mon Jun 5 19:51: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 E818516BB34 for ; Mon, 5 Jun 2006 19:51:56 +0000 (UTC) (envelope-from dgerow@afflictions.org) Received: from mail.afflictions.org (asylum.afflictions.org [64.7.134.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDAA443D6B for ; Mon, 5 Jun 2006 19:51:55 +0000 (GMT) (envelope-from dgerow@afflictions.org) Received: from localhost (localhost [127.0.0.1]) by mail.afflictions.org (Postfix) with ESMTP id BD5EF78C8E; Mon, 5 Jun 2006 15:53:43 -0400 (EDT) Received: from mail.afflictions.org ([127.0.0.1]) by localhost (pandora.afflictions.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 12405-10; Mon, 5 Jun 2006 15:53:39 -0400 (EDT) Received: from dementia.afflictions.org (dementia [172.19.206.56]) by mail.afflictions.org (Postfix) with ESMTP id B509078C93; Mon, 5 Jun 2006 15:53:38 -0400 (EDT) Received: by dementia.afflictions.org (Postfix, from userid 1001) id B832F1C0811; Mon, 5 Jun 2006 15:51:48 -0400 (EDT) Date: Mon, 5 Jun 2006 15:51:48 -0400 From: Damian Gerow To: Lyndon Nerenberg Message-ID: <20060605195148.GJ99893@afflictions.org> References: <44842282.6050409@veldy.net> <448428D8.5030501@orchid.homeunix.org> <20060605134049.GB99893@afflictions.org> <20060605131957.P74433@orthanc.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060605131957.P74433@orthanc.ca> X-PGP-Fingerprint: B3D7 D901 A53A 1A99 BFD6 E6DF 9F3B 742B C288 9CC9 X-PGP-Key: 0xC2889CC9 User-Agent: Mutt/1.5.11 X-Virus-Scanned: amavisd-new at pandora.afflictions.org Cc: freebsd-stable@freebsd.org Subject: Re: [OT] resolv.conf and dhclient X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 05 Jun 2006 19:52:12 -0000 Thus spake Lyndon Nerenberg (lyndon@orthanc.ca) [05/06/06 15:49]: : >I have two interfaces, one wired and one wireless. Both addresses are : >negotiated via DHCP. However, I do /not/ want to use the DNS servers : >provided via the wireless connection. : : : interface "ath0" { : supersede domain-name "orthanc.ca"; : supersede domain-name-servers 127.0.0.1; : } : : interface "bge0" { : supersede domain-name "orthanc.ca"; : supersede domain-name-servers 127.0.0.1; : } : : And then just run a local instance of named. And what happens when I'm connected at home, and need to view portions of DNS that are only accessible to the wired network? And what happens when I'm connected at work, and need to view portions of DNS that are only accessible to the wired network? How will my local named instance know where to look? What happens when it can't query externally at work? There are very legitimate needs for being able to swap DNS servers on the wired connection, while ignoring those provided via the wireless. From owner-freebsd-stable@FreeBSD.ORG Mon Jun 5 19:57: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 91E6A16AC17 for ; Mon, 5 Jun 2006 19:57:18 +0000 (UTC) (envelope-from dgerow@afflictions.org) Received: from mail.afflictions.org (asylum.afflictions.org [64.7.134.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7712E43D79 for ; Mon, 5 Jun 2006 19:56:59 +0000 (GMT) (envelope-from dgerow@afflictions.org) Received: from localhost (localhost [127.0.0.1]) by mail.afflictions.org (Postfix) with ESMTP id B883078C8E for ; Mon, 5 Jun 2006 15:58:47 -0400 (EDT) Received: from mail.afflictions.org ([127.0.0.1]) by localhost (pandora.afflictions.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 17373-09 for ; Mon, 5 Jun 2006 15:58:45 -0400 (EDT) Received: from dementia.afflictions.org (dementia [172.19.206.56]) by mail.afflictions.org (Postfix) with ESMTP id 9FC7878C93 for ; Mon, 5 Jun 2006 15:58:44 -0400 (EDT) Received: by dementia.afflictions.org (Postfix, from userid 1001) id 9DBB11C0811; Mon, 5 Jun 2006 15:56:54 -0400 (EDT) Date: Mon, 5 Jun 2006 15:56:54 -0400 From: Damian Gerow To: freebsd-stable@freebsd.org Message-ID: <20060605195654.GK99893@afflictions.org> References: <44842282.6050409@veldy.net> <448428D8.5030501@orchid.homeunix.org> <20060605134049.GB99893@afflictions.org> <44r72365l3.fsf@be-well.ilk.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44r72365l3.fsf@be-well.ilk.org> X-PGP-Fingerprint: B3D7 D901 A53A 1A99 BFD6 E6DF 9F3B 742B C288 9CC9 X-PGP-Key: 0xC2889CC9 User-Agent: Mutt/1.5.11 X-Virus-Scanned: amavisd-new at pandora.afflictions.org Subject: Re: [OT] resolv.conf and dhclient X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 05 Jun 2006 19:57:23 -0000 Thus spake Lowell Gilbert (freebsd-stable-local@be-well.ilk.org) [05/06/06 10:32]: : > I've often wondered why dhclient.conf doesn't have an 'ignore' directive. : > There's a 'require' in there; it doesn't seem like much of a stretch to : > 'ignore' something. : : Why not just write a simple script for one of the hooks that : dhclient-script(8) supports? I'd looked at this before (a few months back), and deemed it insufficient for the job. However, upon your re-suggestion, I can't see why it /won't/ work. It should also be able to figure out which wired LAN the machine is connected to, and assign the appropriate DNS servers. So this /may/ actually address my problem. (Goodness knows why I originally dismissed it.) However, this ignores my original question: why is there no 'ignore' directive in dhclient.conf? It seems like a potentially incredibly useful thing, and I run across posts from people who could greatly benefit from this every couple of months. - Damian From owner-freebsd-stable@FreeBSD.ORG Mon Jun 5 20:28: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 6B71116C8DA for ; Mon, 5 Jun 2006 20:28:27 +0000 (UTC) (envelope-from andrew@tekrealm.net) Received: from mail.tekrealm.net (ns1.tekrealm.net [209.204.179.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA57743D55 for ; Mon, 5 Jun 2006 20:28:26 +0000 (GMT) (envelope-from andrew@tekrealm.net) Received: (qmail 86784 invoked by uid 80); 5 Jun 2006 20:29:40 -0000 Received: from 63.204.212.158 (SquirrelMail authenticated user andrew@tekrealm.net) by mail.tekrealm.net with HTTP; Mon, 5 Jun 2006 13:29:40 -0700 (PDT) Message-ID: <4431.63.204.212.158.1149539380.squirrel@mail.tekrealm.net> Date: Mon, 5 Jun 2006 13:29:40 -0700 (PDT) From: "Andrew Stuart" To: freebsd-stable@freebsd.org 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 Subject: Supported motherboard with working hardware monitor X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 05 Jun 2006 20:28:40 -0000 Does anyone know of a board that is supported by 6.1, or 6.1-Stable, that has working temp/voltage/fan monitors? My reqirements are for a 775 P4, perferably with an Intel Chipset. and either support for PCI-X, or PCI-E 4x. Either mATX, or atx are fine. Thanks in advance. -Andrew From owner-freebsd-stable@FreeBSD.ORG Mon Jun 5 20:36: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 D1BCD16B98A for ; Mon, 5 Jun 2006 20:36:22 +0000 (UTC) (envelope-from oberman@es.net) Received: from postal1.es.net (postal1.es.net [198.128.3.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 908E543D49 for ; Mon, 5 Jun 2006 20:36:22 +0000 (GMT) (envelope-from oberman@es.net) Received: from ptavv.es.net ([198.128.4.29]) by postal1.es.net (Postal Node 1) with ESMTP (SSL) id IBA74465; Mon, 05 Jun 2006 13:36:15 -0700 Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id D321545043; Mon, 5 Jun 2006 13:36:15 -0700 (PDT) To: Damian Gerow In-reply-to: Your message of "Mon, 05 Jun 2006 15:51:48 EDT." <20060605195148.GJ99893@afflictions.org> Date: Mon, 05 Jun 2006 13:36:15 -0700 From: "Kevin Oberman" Message-Id: <20060605203615.D321545043@ptavv.es.net> Cc: freebsd-stable@freebsd.org, Lyndon Nerenberg Subject: Re: [OT] resolv.conf and dhclient X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 05 Jun 2006 20:36:29 -0000 > Date: Mon, 5 Jun 2006 15:51:48 -0400 > From: Damian Gerow > Sender: owner-freebsd-stable@freebsd.org > > Thus spake Lyndon Nerenberg (lyndon@orthanc.ca) [05/06/06 15:49]: > : >I have two interfaces, one wired and one wireless. Both addresses are > : >negotiated via DHCP. However, I do /not/ want to use the DNS servers > : >provided via the wireless connection. > : > : > : interface "ath0" { > : supersede domain-name "orthanc.ca"; > : supersede domain-name-servers 127.0.0.1; > : } > : > : interface "bge0" { > : supersede domain-name "orthanc.ca"; > : supersede domain-name-servers 127.0.0.1; > : } > : > : And then just run a local instance of named. > > And what happens when I'm connected at home, and need to view portions of > DNS that are only accessible to the wired network? > > And what happens when I'm connected at work, and need to view portions of > DNS that are only accessible to the wired network? > > How will my local named instance know where to look? What happens when it > can't query externally at work? > > There are very legitimate needs for being able to swap DNS servers on the > wired connection, while ignoring those provided via the wireless. OK> We have now moved from dhclient issues to more general issues of multiple connection requirements. I use Tobias Roth's profile.sh which is available from https://secure.socket.ch/projects/profile/. It is less than perfect, but works very well for me. It allows totally different user environments depending on your network connection. It works by union mounting a different copy of /etc depending on what is probed on the network. I have profiles for home (wireless), work (1 location wired and 1 wired + wireless), and general random connections. Since the entire rc.conf as well as all other files in /etc may be connection specific, you can do almost anything you want to vary the config. -- 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 Mon Jun 5 21:46: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 264E916AC5F for ; Mon, 5 Jun 2006 21:32:58 +0000 (UTC) (envelope-from srw@udor.net) Received: from mail.mad.udor.net (mad.mas.udor.net [64.34.95.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id 583E443D5F for ; Mon, 5 Jun 2006 21:32:53 +0000 (GMT) (envelope-from srw@udor.net) Received: from [192.168.1.5] (cpe-66-108-115-122.nyc.res.rr.com [66.108.115.122]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.mad.udor.net (Postfix) with ESMTP id 66E414089 for ; Mon, 5 Jun 2006 17:32:48 -0400 (EDT) Message-ID: <4484A302.8050107@udor.net> Date: Mon, 05 Jun 2006 17:32:50 -0400 From: srwadleigh User-Agent: Thunderbird 1.5.0.4 (X11/20060605) MIME-Version: 1.0 To: freebsd-stable@freebsd.org Content-Type: multipart/mixed; boundary="------------010300000005080707060406" Subject: 6.1-RELEASE: WARNING - WRITE_DMA soft error X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jun 2006 21:46:44 -0000 This is a multi-part message in MIME format. --------------010300000005080707060406 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit I have 6.1-RELEASE installed on a Supermicro SuperServer 6014P-TR with Supermicro motherboard: Super X6DHP-TG http://supermicro.com/products/motherboard/Xeon800/E7520/X6DHP-TG.cfm I have four SATA drives attached to the internal backplane which uses the following controller, I am Not using the onboard RAID features: Marvell 88SX6081 4-port SATA Controller with 3rd-Party Adaptec AIC-8110(4x drive), RAID 0, 1, JBOD support The problem I am seeing occurs with the fourth drive, ad10, and appears on all read/write operations: ad10: WARNING - WRITE_DMA48 soft error (ECC corrected) LBA=293046767 kernel:ad10: WARNING - WRITE_DMA soft error (ECC corrected) LBA=12393823 kernel:ad10: WARNING - READ_DMA soft error (ECC corrected) LBA=12480567 This same warning message appears on 6.0-RELEASE and 6.1-STABLE I have tried swapping drives around, and tried fewer than four drives to see if I could tie the warning message to either a specific drive or the number of drives attached to the controller but the message only appears for the fourth drive port. Beyond the warning message the drive seems to read and write data correctly. Currently ad8 and ad10 are joined as providers in a gmirror configuration, both drives seem to behave fine, but rebuilding the mirror makes ad10 go crazy with it's ECC warning messages. Gmirror does not degrade status of the array or anything else related to the warnings. Also the warning shows up in dmesg before gmirror providers are initialized, and before I initially setup gmirror on the system. Hardware issue with the port? Or a controller-driver issue perhaps? How dangerous is a soft error? Any help on tracking down the cause, implications, or a solution would be greatly appreciated, as it stands I am a little nervous trusting this system under any kind of load. I have attached a verbose dmesg output. I posted this to the GEOM list but later realized it might be appropriate for -STABLE since I see a few other -RELEASE related posts here, at any rate sorry for the cross posting. Thank You wadleigh --------------010300000005080707060406 Content-Type: text/plain; name="dmesg_boot.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="dmesg_boot.txt" MADT: Interrupt override: source 9, irq 9 ioapic0: intpin 9 trigger: level ioapic0: intpin 9 polarity: high lapic0: Routing NMI -> LINT1 lapic0: LINT1 trigger: edge lapic0: LINT1 polarity: high ioapic0 irqs 0-23 on motherboard ioapic1 irqs 24-47 on motherboard ioapic2 irqs 48-71 on motherboard cpu0 BSP: ID: 0x00000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00000200 err: 0x00010000 pcm: 0x00010000 io: kbd: new array size 4 kbd1 at kbdmux0 nfslock: pseudo-device mem: Pentium Pro MTRR support enabled null: random: npx0: INT 16 interface acpi0: on motherboard ioapic0: routing intpin 9 (ISA IRQ 9) to vector 48 acpi0: [MPSAFE] pci_open(1): mode 1 addr port (0x0cf8) is 0x80000058 pci_open(1a): mode1res=0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=060000] [hdr=80] is there (id=35908086) pcibios: BIOS version 2.10 Found $PIR table, 18 entries at 0xc00fdea0 PCI-Only Interrupts: none Location Bus Device Pin Link IRQs embedded 0 1 A 0x60 3 4 5 6 7 9 10 11 12 embedded 0 2 A 0x60 3 4 5 6 7 9 10 11 12 slot 2 2 1 A 0x60 3 4 5 6 7 9 10 11 12 slot 2 2 1 B 0x61 3 4 5 6 7 9 10 11 12 slot 2 2 1 C 0x60 3 4 5 6 7 9 10 11 12 slot 2 2 1 D 0x61 3 4 5 6 7 9 10 11 12 slot 5 2 2 A 0x60 3 4 5 6 7 9 10 11 12 slot 5 2 2 B 0x61 3 4 5 6 7 9 10 11 12 slot 1 3 1 A 0x60 3 4 5 6 7 9 10 11 12 slot 1 3 1 B 0x61 3 4 5 6 7 9 10 11 12 slot 1 3 1 C 0x62 3 4 5 6 7 9 10 11 12 slot 1 3 1 D 0x63 3 4 5 6 7 9 10 11 12 slot 6 3 2 A 0x62 3 4 5 6 7 9 10 11 12 slot 6 3 2 B 0x63 3 4 5 6 7 9 10 11 12 embedded 0 4 A 0x60 3 4 5 6 7 9 10 11 12 slot 4 4 0 A 0x60 3 4 5 6 7 9 10 11 12 slot 4 4 0 B 0x61 3 4 5 6 7 9 10 11 12 slot 4 4 0 C 0x62 3 4 5 6 7 9 10 11 12 slot 4 4 0 D 0x63 3 4 5 6 7 9 10 11 12 embedded 0 6 A 0x60 3 4 5 6 7 9 10 11 12 slot 3 5 0 A 0x60 3 4 5 6 7 9 10 11 12 slot 3 5 0 B 0x61 3 4 5 6 7 9 10 11 12 slot 3 5 0 C 0x62 3 4 5 6 7 9 10 11 12 slot 3 5 0 D 0x63 3 4 5 6 7 9 10 11 12 embedded 6 1 A 0x61 3 4 5 6 7 9 10 11 12 embedded 6 2 A 0x60 3 4 5 6 7 9 10 11 12 embedded 6 2 B 0x61 3 4 5 6 7 9 10 11 12 embedded 0 31 A 0x62 3 4 5 6 7 9 10 11 12 embedded 0 31 B 0x61 3 4 5 6 7 9 10 11 12 embedded 0 29 A 0x60 3 4 5 6 7 9 10 11 12 embedded 0 29 B 0x63 3 4 5 6 7 9 10 11 12 embedded 0 29 C 0x62 3 4 5 6 7 9 10 11 12 embedded 0 29 D 0x6b 3 4 5 6 7 9 10 11 12 Setting up PCIe mappings for BAR 0xe0000000 AcpiOsDerivePciId: bus 0 dev 31 func 0 AcpiOsDerivePciId: bus 0 dev 31 func 0 AcpiOsDerivePciId: bus 0 dev 31 func 0 acpi0: Power Button (fixed) AcpiOsDerivePciId: bus 0 dev 0 func 0 AcpiOsDerivePciId: bus 0 dev 31 func 0 pci_link0: Links after initial probe: Index IRQ Rtd Ref IRQs 0 5 N 0 3 4 5 6 7 10 11 14 15 pci_link0: Links after initial validation: Index IRQ Rtd Ref IRQs 0 5 N 0 3 4 5 6 7 10 11 14 15 pci_link0: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 10 11 14 15 pci_link1: Links after initial probe: Index IRQ Rtd Ref IRQs 0 10 N 0 3 4 5 6 7 10 11 14 15 pci_link1: Links after initial validation: Index IRQ Rtd Ref IRQs 0 10 N 0 3 4 5 6 7 10 11 14 15 pci_link1: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 10 11 14 15 pci_link2: Links after initial probe: Index IRQ Rtd Ref IRQs 0 7 N 0 3 4 5 6 7 10 11 14 15 pci_link2: Links after initial validation: Index IRQ Rtd Ref IRQs 0 7 N 0 3 4 5 6 7 10 11 14 15 pci_link2: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 10 11 14 15 pci_link3: Links after initial probe: Index IRQ Rtd Ref IRQs 0 11 N 0 3 4 5 6 7 10 11 14 15 pci_link3: Links after initial validation: Index IRQ Rtd Ref IRQs 0 11 N 0 3 4 5 6 7 10 11 14 15 pci_link3: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 10 11 14 15 pci_link4: Links after initial probe: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 10 11 14 15 pci_link4: Links after initial validation: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 10 11 14 15 pci_link4: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 10 11 14 15 pci_link5: Links after initial probe: Index IRQ Rtd Ref IRQs 0 255 N 0 4 5 6 7 10 11 14 15 pci_link5: Links after initial validation: Index IRQ Rtd Ref IRQs 0 255 N 0 4 5 6 7 10 11 14 15 pci_link5: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 4 5 6 7 10 11 14 15 pci_link6: Links after initial probe: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 10 11 14 15 pci_link6: Links after initial validation: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 10 11 14 15 pci_link6: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 10 11 14 15 pci_link7: Links after initial probe: Index IRQ Rtd Ref IRQs 0 10 N 0 4 5 6 7 10 11 14 15 pci_link7: Links after initial validation: Index IRQ Rtd Ref IRQs 0 10 N 0 4 5 6 7 10 11 14 15 pci_link7: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 4 5 6 7 10 11 14 15 ACPI timer: 1/0 1/0 1/0 1/0 1/0 1/0 1/0 1/0 1/0 1/0 -> 10 Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1008-0x100b on acpi0 cpu0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pci0: physical bus=0 found-> vendor=0x8086, dev=0x3590, revid=0x0c bus=0, slot=0, func=0 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0106, statreg=0x0090, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x3591, revid=0x0c bus=0, slot=0, func=1 class=ff-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0100, statreg=0x0000, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x3594, revid=0x0c bus=0, slot=1, func=0 class=08-80-00, hdrtype=0x00, mfdev=0 cmdreg=0x0102, statreg=0x0010, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=5 MSI supports 2 messages map[10]: type 1, range 32, base dd000000, size 12, enabled pcib0: matched entry for 0.1.INTA pcib0: slot 1 INTA hardwired to IRQ 16 found-> vendor=0x8086, dev=0x3595, revid=0x0c bus=0, slot=2, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0107, statreg=0x0010, cachelnsz=8 (dwords) lattimer=0x00 (0 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns) intpin=a, irq=5 pcib0: matched entry for 0.2.INTA pcib0: slot 2 INTA hardwired to IRQ 16 found-> vendor=0x8086, dev=0x3597, revid=0x0c bus=0, slot=4, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0107, statreg=0x4018, cachelnsz=8 (dwords) lattimer=0x00 (0 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns) intpin=a, irq=5 pcib0: matched entry for 0.4.INTA pcib0: slot 4 INTA hardwired to IRQ 16 found-> vendor=0x8086, dev=0x3599, revid=0x0c bus=0, slot=6, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0107, statreg=0x4018, cachelnsz=8 (dwords) lattimer=0x00 (0 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns) intpin=a, irq=5 pcib0: matched entry for 0.6.INTA pcib0: slot 6 INTA hardwired to IRQ 16 found-> vendor=0x8086, dev=0x24d2, revid=0x02 bus=0, slot=29, func=0 class=0c-03-00, hdrtype=0x00, mfdev=1 cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=5 map[20]: type 4, range 32, base 00001400, size 5, enabled pcib0: matched entry for 0.29.INTA pcib0: slot 29 INTA hardwired to IRQ 16 found-> vendor=0x8086, dev=0x24d4, revid=0x02 bus=0, slot=29, func=1 class=0c-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=b, irq=11 map[20]: type 4, range 32, base 00001420, size 5, enabled pcib0: matched entry for 0.29.INTB pcib0: slot 29 INTB hardwired to IRQ 19 found-> vendor=0x8086, dev=0x24d7, revid=0x02 bus=0, slot=29, func=2 class=0c-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=c, irq=7 map[20]: type 4, range 32, base 00001440, size 5, enabled pcib0: matched entry for 0.29.INTC pcib0: slot 29 INTC hardwired to IRQ 18 found-> vendor=0x8086, dev=0x24de, revid=0x02 bus=0, slot=29, func=3 class=0c-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0001, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=5 map[20]: type 4, range 32, base 00001460, size 5, enabled pcib0: matched entry for 0.29.INTA pcib0: slot 29 INTA hardwired to IRQ 16 found-> vendor=0x8086, dev=0x24dd, revid=0x02 bus=0, slot=29, func=7 class=0c-03-20, hdrtype=0x00, mfdev=0 cmdreg=0x0106, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=d, irq=10 powerspec 2 supports D0 D3 current D0 map[10]: type 1, range 32, base dd001000, size 10, enabled pcib0: matched entry for 0.29.INTD pcib0: slot 29 INTD hardwired to IRQ 23 found-> vendor=0x8086, dev=0x244e, revid=0xc2 bus=0, slot=30, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0107, statreg=0x0080, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x0c (3000 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x24d0, revid=0x02 bus=0, slot=31, func=0 class=06-01-00, hdrtype=0x00, mfdev=1 cmdreg=0x010f, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x24db, revid=0x02 bus=0, slot=31, func=1 class=01-01-8a, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x0288, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=255 map[20]: type 4, range 32, base 000014a0, size 4, enabled map[24]: type 1, range 32, base 00000000, size 10, enabled found-> vendor=0x8086, dev=0x24d3, revid=0x02 bus=0, slot=31, func=3 class=0c-05-00, hdrtype=0x00, mfdev=0 cmdreg=0x0001, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=b, irq=10 map[20]: type 4, range 32, base 00001100, size 5, enabled pcib0: matched entry for 0.31.INTB pcib0: slot 31 INTB hardwired to IRQ 17 pci0: at device 0.1 (no driver attached) pci0: at device 1.0 (no driver attached) pcib1: irq 16 at device 2.0 on pci0 pcib1: secondary bus 1 pcib1: subordinate bus 3 pcib1: I/O decode 0x2000-0x3fff pcib1: memory decode 0xdd100000-0xdd3fffff pcib1: prefetched decode 0xfff00000-0xfffff pcib1: could not get PCI interrupt routing table for \\_SB_.PCI0.PEX0 - AE_NOT_FOUND pci1: on pcib1 pci1: physical bus=1 found-> vendor=0x8086, dev=0x0329, revid=0x09 bus=1, slot=0, func=0 class=06-04-00, hdrtype=0x01, mfdev=1 cmdreg=0x0107, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x0326, revid=0x09 bus=1, slot=0, func=1 class=08-00-20, hdrtype=0x00, mfdev=1 cmdreg=0x0106, statreg=0x0010, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) powerspec 2 supports D0 D3 current D0 map[10]: type 1, range 32, base dd100000, size 12, enabled pcib1: (null) requested memory range 0xdd100000-0xdd100fff: good found-> vendor=0x8086, dev=0x032a, revid=0x09 bus=1, slot=0, func=2 class=06-04-00, hdrtype=0x01, mfdev=1 cmdreg=0x0107, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x0327, revid=0x09 bus=1, slot=0, func=3 class=08-00-20, hdrtype=0x00, mfdev=1 cmdreg=0x0106, statreg=0x0010, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) powerspec 2 supports D0 D3 current D0 map[10]: type 1, range 32, base dd101000, size 12, enabled pcib1: (null) requested memory range 0xdd101000-0xdd101fff: good pcib2: at device 0.0 on pci1 pcib2: secondary bus 2 pcib2: subordinate bus 2 pcib2: I/O decode 0x2000-0x2fff pcib2: memory decode 0xdd200000-0xdd2fffff pcib2: prefetched decode 0xfff00000-0xfffff pci2: on pcib2 pci2: physical bus=2 found-> vendor=0x11ab, dev=0x6041, revid=0x03 bus=2, slot=2, func=0 class=01-04-00, hdrtype=0x00, mfdev=0 cmdreg=0x0317, statreg=0x02b0, cachelnsz=8 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=5 powerspec 2 supports D0 D3 current D0 MSI supports 1 message, 64 bit map[10]: type 1, range 64, base dd200000, size 20, enabled pcib2: (null) requested memory range 0xdd200000-0xdd2fffff: good pcib1: (null) requested memory range 0xdd200000-0xdd2fffff: good map[18]: type 4, range 32, base 00002000, size 8, enabled pcib2: (null) requested I/O range 0x2000-0x20ff: in range pcib1: (null) requested I/O range 0x2000-0x20ff: in range pcib2: matched entry for 2.2.INTA pcib2: slot 2 INTA hardwired to IRQ 32 atapci0: port 0x2000-0x20ff mem 0xdd200000-0xdd2fffff irq 32 at device 2.0 on pci2 ioapic1: routing intpin 8 (PCI IRQ 32) to vector 49 atapci0: [MPSAFE] atapci0: Reserved 0x100000 bytes for rid 0x10 type 3 at 0xdd200000 ata2: on atapci0 ata2: SATA connect ready time=0ms ata2: sata_connect devices=0x1 ata2: [MPSAFE] ata3: on atapci0 ata3: SATA connect ready time=0ms ata3: sata_connect devices=0x1 ata3: [MPSAFE] ata4: on atapci0 ata4: SATA connect ready time=0ms ata4: sata_connect devices=0x1 ata4: [MPSAFE] ata5: on atapci0 ata5: SATA connect ready time=0ms ata5: sata_connect devices=0x1 ata5: [MPSAFE] pci1: at device 0.1 (no driver attached) pcib3: at device 0.2 on pci1 pcib3: secondary bus 3 pcib3: subordinate bus 3 pcib3: I/O decode 0x3000-0x3fff pcib3: memory decode 0xdd300000-0xdd3fffff pcib3: prefetched decode 0xfff00000-0xfffff pci3: on pcib3 pci3: physical bus=3 found-> vendor=0x8086, dev=0x1079, revid=0x03 bus=3, slot=2, func=0 class=02-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0117, statreg=0x0230, cachelnsz=8 (dwords) lattimer=0x40 (1920 ns), mingnt=0xff (63750 ns), maxlat=0x00 (0 ns) intpin=a, irq=7 powerspec 2 supports D0 D3 current D0 MSI supports 1 message, 64 bit map[10]: type 1, range 64, base dd300000, size 17, enabled pcib3: (null) requested memory range 0xdd300000-0xdd31ffff: good pcib1: (null) requested memory range 0xdd300000-0xdd31ffff: good map[20]: type 4, range 32, base 00003000, size 6, enabled pcib3: (null) requested I/O range 0x3000-0x303f: in range pcib1: (null) requested I/O range 0x3000-0x303f: in range pcib3: matched entry for 3.2.INTA pcib3: slot 2 INTA hardwired to IRQ 54 found-> vendor=0x8086, dev=0x1079, revid=0x03 bus=3, slot=2, func=1 class=02-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0117, statreg=0x0230, cachelnsz=8 (dwords) lattimer=0x40 (1920 ns), mingnt=0xff (63750 ns), maxlat=0x00 (0 ns) intpin=b, irq=11 powerspec 2 supports D0 D3 current D0 MSI supports 1 message, 64 bit map[10]: type 1, range 64, base dd320000, size 17, enabled pcib3: (null) requested memory range 0xdd320000-0xdd33ffff: good pcib1: (null) requested memory range 0xdd320000-0xdd33ffff: good map[20]: type 4, range 32, base 00003040, size 6, enabled pcib3: (null) requested I/O range 0x3040-0x307f: in range pcib1: (null) requested I/O range 0x3040-0x307f: in range pcib3: matched entry for 3.2.INTB pcib3: slot 2 INTB hardwired to IRQ 55 em0: port 0x3000-0x303f mem 0xdd300000-0xdd31ffff irq 54 at device 2.0 on pci3 em0: Reserved 0x20000 bytes for rid 0x10 type 3 at 0xdd300000 em0: Reserved 0x40 bytes for rid 0x20 type 4 at 0x3000 ioapic2: routing intpin 6 (PCI IRQ 54) to vector 50 em0: [MPSAFE] em0: bpf attached em0: Ethernet address: 00:00:00:00:00:00 em0: Speed:N/A Duplex:N/A em1: port 0x3040-0x307f mem 0xdd320000-0xdd33ffff irq 55 at device 2.1 on pci3 em1: Reserved 0x20000 bytes for rid 0x10 type 3 at 0xdd320000 em1: Reserved 0x40 bytes for rid 0x20 type 4 at 0x3040 ioapic2: routing intpin 7 (PCI IRQ 55) to vector 51 em1: [MPSAFE] em1: bpf attached em1: Ethernet address: 00:00:00:00:00:00 em1: Speed:N/A Duplex:N/A pci1: at device 0.3 (no driver attached) pcib4: irq 16 at device 4.0 on pci0 pcib4: secondary bus 4 pcib4: subordinate bus 4 pcib4: I/O decode 0xf000-0xfff pcib4: memory decode 0xfff00000-0xfffff pcib4: prefetched decode 0xfff00000-0xfffff pci4: on pcib4 pci4: physical bus=4 pcib5: irq 16 at device 6.0 on pci0 pcib5: secondary bus 5 pcib5: subordinate bus 5 pcib5: I/O decode 0xf000-0xfff pcib5: memory decode 0xfff00000-0xfffff pcib5: prefetched decode 0xfff00000-0xfffff pci5: on pcib5 pci5: physical bus=5 uhci0: port 0x1400-0x141f irq 16 at device 29.0 on pci0 uhci0: Reserved 0x20 bytes for rid 0x20 type 4 at 0x1400 ioapic0: routing intpin 16 (PCI IRQ 16) to vector 52 uhci0: [GIANT-LOCKED] usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhci1: port 0x1420-0x143f irq 19 at device 29.1 on pci0 uhci1: Reserved 0x20 bytes for rid 0x20 type 4 at 0x1420 ioapic0: routing intpin 19 (PCI IRQ 19) to vector 53 uhci1: [GIANT-LOCKED] usb1: on uhci1 usb1: USB revision 1.0 uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered uhci2: port 0x1440-0x145f irq 18 at device 29.2 on pci0 uhci2: Reserved 0x20 bytes for rid 0x20 type 4 at 0x1440 ioapic0: routing intpin 18 (PCI IRQ 18) to vector 54 uhci2: [GIANT-LOCKED] usb2: on uhci2 usb2: USB revision 1.0 uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub2: 2 ports with 2 removable, self powered uhci3: port 0x1460-0x147f irq 16 at device 29.3 on pci0 uhci3: Reserved 0x20 bytes for rid 0x20 type 4 at 0x1460 uhci3: [GIANT-LOCKED] usb3: on uhci3 usb3: USB revision 1.0 uhub3: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub3: 2 ports with 2 removable, self powered ehci0: mem 0xdd001000-0xdd0013ff irq 23 at device 29.7 on pci0 ehci0: Reserved 0x400 bytes for rid 0x10 type 3 at 0xdd001000 ioapic0: routing intpin 23 (PCI IRQ 23) to vector 55 ehci0: [GIANT-LOCKED] usb4: EHCI version 1.0 usb4: companion controllers, 2 ports each: usb0 usb1 usb2 usb3 usb4: on ehci0 usb4: USB revision 2.0 uhub4: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 uhub4: 8 ports with 8 removable, self powered pcib6: at device 30.0 on pci0 pcib6: secondary bus 6 pcib6: subordinate bus 6 pcib6: I/O decode 0x4000-0x4fff pcib6: memory decode 0xdd400000-0xdeffffff pcib6: prefetched decode 0xfff00000-0xfffff pcib6: Subtractively decoded bridge. pci6: on pcib6 pci6: physical bus=6 found-> vendor=0x1002, dev=0x4752, revid=0x27 bus=6, slot=1, func=0 class=03-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0087, statreg=0x0290, cachelnsz=8 (dwords) lattimer=0x42 (1980 ns), mingnt=0x08 (2000 ns), maxlat=0x00 (0 ns) intpin=a, irq=10 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type 1, range 32, base de000000, size 24, enabled pcib6: (null) requested memory range 0xde000000-0xdeffffff: good map[14]: type 4, range 32, base 00004000, size 8, enabled pcib6: (null) requested I/O range 0x4000-0x40ff: in range map[18]: type 1, range 32, base dd400000, size 12, enabled pcib6: (null) requested memory range 0xdd400000-0xdd400fff: good pcib6: matched entry for 6.1.INTA pcib6: slot 1 INTA hardwired to IRQ 17 pci6: at device 1.0 (no driver attached) isab0: at device 31.0 on pci0 isa0: on isab0 atapci1: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x14a0-0x14af at device 31.1 on pci0 atapci1: Reserved 0x10 bytes for rid 0x20 type 4 at 0x14a0 ata0: on atapci1 atapci1: Reserved 0x8 bytes for rid 0x10 type 4 at 0x1f0 atapci1: Reserved 0x1 bytes for rid 0x14 type 4 at 0x3f6 ata0: reset tp1 mask=03 ostat0=00 ostat1=00 ata0: stat0=0x01 err=0x01 lsb=0x01 msb=0x01 ata0: stat1=0x01 err=0x01 lsb=0x01 msb=0x01 ata0: reset tp2 stat0=01 stat1=01 devices=0x0 ioapic0: routing intpin 14 (ISA IRQ 14) to vector 56 ata0: [MPSAFE] ata1: on atapci1 atapci1: Reserved 0x8 bytes for rid 0x18 type 4 at 0x170 atapci1: Reserved 0x1 bytes for rid 0x1c type 4 at 0x376 ata1: reset tp1 mask=03 ostat0=00 ostat1=50 ata1: stat0=0x01 err=0x01 lsb=0x01 msb=0x01 ata1: stat1=0x00 err=0x01 lsb=0x14 msb=0xeb ata1: reset tp2 stat0=01 stat1=00 devices=0x8 ioapic0: routing intpin 15 (ISA IRQ 15) to vector 57 ata1: [MPSAFE] pci0: at device 31.3 (no driver attached) acpi_button0: on acpi0 atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 atkbd: the current kbd controller command byte 0047 atkbd: keyboard ID 0x41ab (2) kbd0 at atkbd0 kbd0: atkbd0, AT 101/102 (2), config:0x0, flags:0x3d0000 ioapic0: routing intpin 1 (ISA IRQ 1) to vector 58 atkbd0: [GIANT-LOCKED] psm0: unable to allocate IRQ psmcpnp0: irq 12 on acpi0 psm0: current command byte:0047 psm0: failed to reset the aux device. sio0: irq maps: 0x8ca1 0x8cb1 0x8ca1 0x8ca1 sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A ioapic0: routing intpin 4 (ISA IRQ 4) to vector 59 sio1: irq maps: 0x8ca1 0x8ca9 0x8ca1 0x8ca1 sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0 sio1: type 16550A ioapic0: routing intpin 3 (ISA IRQ 3) to vector 60 fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fdc0: ic_type 90 part_id 73 ioapic0: routing intpin 6 (ISA IRQ 6) to vector 61 fdc0: [MPSAFE] fdc0: [FAST] fd0: <1440-KB 3.5" drive> on fdc0 drive 0 ata: ata0 already exists; skipping it ata: ata1 already exists; skipping it atkbdc: atkbdc0 already exists; skipping it fdc: fdc0 already exists; skipping it sc: sc0 already exists; skipping it sio: sio0 already exists; skipping it sio: sio1 already exists; skipping it vga: vga0 already exists; skipping it pnp_identify: Trying Read_Port at 203 pnp_identify: Trying Read_Port at 243 pnp_identify: Trying Read_Port at 283 pnp_identify: Trying Read_Port at 2c3 pnp_identify: Trying Read_Port at 303 pnp_identify: Trying Read_Port at 343 pnp_identify: Trying Read_Port at 383 pnp_identify: Trying Read_Port at 3c3 PNP Identify complete isa_probe_children: disabling PnP devices isa_probe_children: probing non-PnP devices pmtimer0 on isa0 orm0: at iomem 0xc0000-0xc7fff,0xc8000-0xc8fff,0xc9000-0xcd7ff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sc0: fb0, kbd1, terminal emulator: sc (syscons terminal) vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 adv0: not probed (disabled) aha0: not probed (disabled) aic0: not probed (disabled) bt0: not probed (disabled) cs0: not probed (disabled) ed0: not probed (disabled) fe0: not probed (disabled) ie0: not probed (disabled) lnc0: not probed (disabled) ppc0 failed to probe at irq 7 on isa0 sio2: not probed (disabled) sio3: not probed (disabled) sn0: not probed (disabled) vt0: not probed (disabled) isa_probe_children: probing PnP devices Device configuration finished. Reducing kern.maxvnodes 134590 -> 100000 procfs registered lapic: Divisor 2, Frequency 100003698 hz Timecounter "TSC" frequency 3219347072 Hz quality 800 Timecounters tick every 1.000 msec lo0: bpf attached ata1-slave: pio=PIO4 wdma=WDMA2 udma=UDMA66 cable=40 wire acd0: setting PIO4 on ICH5 chip acd0: DMA limited to UDMA33, controller found non-ATA66 cable acd0: setting UDMA33 on ICH5 chip acd0: DVDROM drive at ata1 as slave acd0: read 4125KB/s (4125KB/s), 256KB buffer, UDMA33 acd0: Reads: CDR, CDRW, CDDA stream, DVDROM, DVDR, DVDRAM, packet acd0: Writes: acd0: Audio: play, 255 volume levels acd0: Mechanism: ejectable tray, unlocked acd0: Medium: CD-ROM 120mm data disc ata2-master: pio=PIO4 wdma=WDMA2 udma=UDMA133 cable=40 wire ad4: 143089MB at ata2-master SATA150 ad4: 293046768 sectors [290721C/16H/63S] 16 sectors/interrupt 1 depth queue ad4: Adaptec check1 failed ad4: LSI (v3) check1 failed ad4: LSI (v2) check1 failed ad4: FreeBSD check1 failed ata3-master: pio=PIO4 wdma=WDMA2 udma=UDMA133 cable=40 wire ad6: 143089MB at ata3-master SATA150 ad6: 293046768 sectors [290721C/16H/63S] 16 sectors/interrupt 1 depth queue ad6: Adaptec check1 failed ad6: LSI (v3) check1 failed ad6: LSI (v2) check1 failed ad6: FreeBSD check1 failed ata4-master: pio=PIO4 wdma=WDMA2 udma=UDMA133 cable=40 wire ad8: 143089MB at ata4-master SATA150 ad8: 293046768 sectors [290721C/16H/63S] 16 sectors/interrupt 1 depth queue ad8: Adaptec check1 failed ad8: LSI (v3) check1 failed ad8: LSI (v2) check1 failed ad8: FreeBSD check1 failed ata5-master: pio=PIO4 wdma=WDMA2 udma=UDMA133 cable=40 wire ad10: 143089MB at ata5-master SATA150 ad10: 293046768 sectors [290721C/16H/63S] 16 sectors/interrupt 1 depth queue ad10: Adaptec check1 failed ad10: LSI (v3) check1 failed ad10: LSI (v2) check1 failed ad10: FreeBSD check1 failed ATA PseudoRAID loaded GEOM: new disk ad4 GEOM: new disk ad6 GEOM: new disk ad8 GEOM: new disk ad10 GEOM_MIRROR: Device gm0 created (id=4151717145). GEOM_MIRROR: Device gm0: provider ad4 detected. GEOM_MIRROR: Device gm0: provider ad6 detected. GEOM_MIRROR: Device gm0: provider ad6 activated. GEOM_MIRROR: Device gm0: provider ad4 activated. GEOM_MIRROR: Device gm0: provider mirror/gm0 launched. GEOM_MIRROR: Device gm1 created (id=429699985). GEOM_MIRROR: Device gm1: provider ad8 detected. ad10: WARNING - READ_DMA48 soft error (ECC corrected) LBA=293046767 GEOM_MIRROR: Device gm1: provider ad10 detected. GEOM_MIRROR: Device gm1: provider ad10 activated. GEOM_MIRROR: Device gm1: provider ad8 activated. GEOM_MIRROR: Device gm1: provider mirror/gm1 launched. ad10: WARNING - READ_DMA soft error (ECC corrected) LBA=225443903 Trying to mount root from ufs:/dev/mirror/gm0s1a start_init: trying /sbin/init ad10: WARNING - READ_DMA soft error (ECC corrected) LBA=64 ad10: WARNING - READ_DMA soft error (ECC corrected) LBA=12409711 --------------010300000005080707060406-- From owner-freebsd-stable@FreeBSD.ORG Mon Jun 5 22:09: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 DF26716D377 for ; Mon, 5 Jun 2006 21:48:56 +0000 (UTC) (envelope-from lyndon@orthanc.ca) Received: from orthanc.ca (orthanc.ca [209.89.70.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 768B743D46 for ; Mon, 5 Jun 2006 21:48:56 +0000 (GMT) (envelope-from lyndon@orthanc.ca) Received: from localhost (localhost [127.0.0.1]) (authenticated bits=0) by orthanc.ca (8.13.4/8.13.4) with ESMTP id k55LmnaX075807 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 5 Jun 2006 15:48:49 -0600 (MDT) (envelope-from lyndon@orthanc.ca) Date: Mon, 5 Jun 2006 15:48:49 -0600 (MDT) From: Lyndon Nerenberg To: Damian Gerow In-Reply-To: <20060605195148.GJ99893@afflictions.org> Message-ID: <20060605154607.F74433@orthanc.ca> References: <44842282.6050409@veldy.net> <448428D8.5030501@orchid.homeunix.org> <20060605134049.GB99893@afflictions.org> <20060605131957.P74433@orthanc.ca> <20060605195148.GJ99893@afflictions.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on orthanc.ca Cc: freebsd-stable@freebsd.org Subject: Re: [OT] resolv.conf and dhclient X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 05 Jun 2006 22:09:46 -0000 > And what happens when I'm connected at home, and need to view portions of > DNS that are only accessible to the wired network? Split DNS is a PITA. If your nameservers are smart enough they will see which path a query took, and act appropriately. Sadly, ours at work aren't. Yet. But as someone else mentioned, you've now gone beyond the realm of simple DHCP configuration. DHCP was never intented to deal with policy routing issues (at whatever layer of the stack). --lyndon From owner-freebsd-stable@FreeBSD.ORG Tue Jun 6 00:08: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 A27A416DA3D for ; Mon, 5 Jun 2006 23:10:20 +0000 (UTC) (envelope-from srw@udor.net) Received: from mail.mad.udor.net (mad.mas.udor.net [64.34.95.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B08443D49 for ; Mon, 5 Jun 2006 23:10:20 +0000 (GMT) (envelope-from srw@udor.net) Received: from [192.168.1.5] (cpe-66-108-115-122.nyc.res.rr.com [66.108.115.122]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.mad.udor.net (Postfix) with ESMTP id DA55040B0 for ; Mon, 5 Jun 2006 19:10:14 -0400 (EDT) Message-ID: <4484B9DB.3070609@udor.net> Date: Mon, 05 Jun 2006 19:10:19 -0400 From: srwadleigh User-Agent: Thunderbird 1.5.0.4 (X11/20060605) MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <4484A302.8050107@udor.net> <20060605161129.U74433@orthanc.ca> In-Reply-To: <20060605161129.U74433@orthanc.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: 6.1-RELEASE: WARNING - WRITE_DMA soft error X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 00:08:15 -0000 The backplane in this case uses a composite cable that appears to multiplex all four drives into a single cable, which feeds straight into the mainboard. I have tried re-connecting the cable a few times. thanks Lyndon Nerenberg wrote: > When you switched the drives around, did you switch the cables as > well? If not, try rotating them among the drives -- it could be a > simple as a bad crimp job on one of the cable connectors. > > --lyndon From owner-freebsd-stable@FreeBSD.ORG Tue Jun 6 01:07: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 D930F16A5D6 for ; Tue, 6 Jun 2006 00:44:40 +0000 (UTC) (envelope-from mv@thebeastie.org) Received: from p4.roq.com (ns1.ecoms.com [207.44.130.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F63143D48 for ; Tue, 6 Jun 2006 00:44:38 +0000 (GMT) (envelope-from mv@thebeastie.org) Received: from p4.roq.com (localhost.roq.com [127.0.0.1]) by p4.roq.com (Postfix) with ESMTP id 160D74CD9D; Tue, 6 Jun 2006 00:47:21 +0000 (GMT) Received: from [192.168.46.102] (ppp166-27.static.internode.on.net [150.101.166.27]) by p4.roq.com (Postfix) with ESMTP id 611F84CD52; Tue, 6 Jun 2006 00:47:19 +0000 (GMT) Message-ID: <4484CFF2.6070606@thebeastie.org> Date: Tue, 06 Jun 2006 10:44:34 +1000 From: Michael Vince User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.7.12) Gecko/20060404 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Denny References: <20060602025326.GA30839@singtel.com> <20060602090254.GA34623@singtel.com> <20060602102225.GB34623@singtel.com> <20060602102318.GA35723@singtel.com> In-Reply-To: <20060602102318.GA35723@singtel.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: Alexey Karagodov , Kaiwai Gardiner , freebsd-stable@freebsd.org Subject: Re: 6.1 Stable keeps hanging X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 06 Jun 2006 01:07:34 -0000 Are you running tcpdump at all? that practically switches off ethernet for some reason on most of my Dell 6.x servers, and via ssh it feels like the machine has fully halted but it isn't, i normally serial in and manually kill the tcpdump to get back in control. The behavior is different in jails though, if you tcpdump inside a jail, only the main host server stops responding but you can watch packets as normal inside the jail. I don't know if this is a em driver thing or generic. tcpdump related problems have been mounting up, first it was annoying that the -A option stopped working for seeing packets an ascii form, now machines ethernet locks up. For machines that are past 4gigs, I run them in i386 with PAE, which I think works well but my biggest reason for doing this is the need for stable Java. But they are also affected by the ethernet lockup problems. If your machine just started doing this and its not related to packet spying then its a different problem. Mike Denny wrote: >no, i m not running any gui on it. when i did scp of some big size files from other place to this machine, it will freeze after a while and i cant press anything on keyboard. >| >| Kaiwai Gardiner wrote on Fri, Jun 02, 2006 at 06:09:07PM SGT : >| | Just out of curiosity, when you mean 'hang' you mean the gui? have you >| | tried disabling DRI? >| | >| | Matty >| | >| | On 6/2/06, Denny wrote: >| | >here are my kernconf and dmesg >| | > >| | > >| | >Alexey Karagodov wrote on Fri, Jun 02, 2006 at 02:51:35PM SGT : >| | >| any way, post your configs (kernel's too) and etc etc etc ... >| | >| >| | >| "i have a computer, it's doesn't work. what's the problem?" ... >| | >| >| | >| >| | >| 2006/6/2, Denny : >| | >| > >| | >| >Hi, >| | >| > >| | >| >I am running 6.1 stable, AMD64 on Dell 2850, Intel Xeon. It keeps >| | >hanging >| | >| >for no reason, no panic message or core and I have to reboot the system >| | >| >whenever it freezes. >| | >| > >| | >| >Any idea where to check? >| | >| > >| | >| >Denny >| | >| >_______________________________________________ >| | >| >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-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-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-stable@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-stable >To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > > From owner-freebsd-stable@FreeBSD.ORG Tue Jun 6 01:07: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 65AFF16A53A for ; Tue, 6 Jun 2006 00:21:22 +0000 (UTC) (envelope-from hlds_announce-admin@list.valvesoftware.com) Received: from list.valvesoftware.com (list.valvesoftware.com [207.173.176.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAF2543D48 for ; Tue, 6 Jun 2006 00:21:21 +0000 (GMT) (envelope-from hlds_announce-admin@list.valvesoftware.com) Received: from localhost ([127.0.0.1] helo=list.valvesoftware.com) by list.valvesoftware.com with esmtp (Exim 3.35 #1 (Debian)) id 1FnOvV-0007h8-00 for ; Mon, 05 Jun 2006 16:56:05 -0700 Date: Mon, 05 Jun 2006 16:56:05 -0700 Message-ID: <20060605235605.29578.12431.Mailman@list.valvesoftware.com> From: hlds_announce-admin@list.valvesoftware.com To: freebsd-stable@freebsd.org X-Ack: no Sender: hlds_announce-admin@list.valvesoftware.com Errors-To: hlds_announce-admin@list.valvesoftware.com X-BeenThere: hlds_announce@list.valvesoftware.com X-Mailman-Version: 2.0.11 Precedence: bulk Subject: Your message to hlds_announce awaits moderator approval X-BeenThere: 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: Tue, 06 Jun 2006 01:08:41 -0000 Your mail to 'hlds_announce' with the subject Returned mail: Data format error Is being held until the list moderator can review it for approval. The reason it is being held: Post to moderated list Either the message will get posted to the list, or you will receive notification of the moderator's decision. From owner-freebsd-stable@FreeBSD.ORG Tue Jun 6 02:17: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 96E5116D47A for ; Tue, 6 Jun 2006 01:46:15 +0000 (UTC) (envelope-from andy@xecu.net) Received: from mg5.xecu.net (mg5.xecu.net [216.127.136.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E2FD43D5E for ; Tue, 6 Jun 2006 01:46:06 +0000 (GMT) (envelope-from andy@xecu.net) Received: from localhost (unknown [127.0.0.1]) by mg5.xecu.net (Postfix) with ESMTP id 2120242A9A2 for ; Mon, 5 Jun 2006 21:46:00 -0400 (EDT) Received: from mg5.xecu.net ([127.0.0.1]) by localhost (mg5.xecu.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 25696-03 for ; Mon, 5 Jun 2006 21:45:58 -0400 (EDT) Received: from thunder.xecu.net (thunder.xecu.net [216.127.136.208]) by mg5.xecu.net (Postfix) with ESMTP id C60C942A9DE for ; Mon, 5 Jun 2006 21:45:58 -0400 (EDT) Date: Mon, 5 Jun 2006 21:45:59 -0400 (EDT) From: Andy Dills To: freebsd-stable@freebsd.org Message-ID: <20060605212952.T96853@thunder.xecu.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-new at xecu.net Subject: Suggestions for Adaptec SAS AIC9410 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 06 Jun 2006 02:17:56 -0000 I'm trying to get a Supermicro 6024H-32R setup with 6.1, but I'm discovering that the Adaptec SAS AIC9410 controller isn't yet supported. I see one brief thread about it on this mailing list back in March, but no further mention or conclusive details. There was talk of MFCing the mpt driver...is anybody using this in production? I'd prefer to use FreeBSD, but I'm guessing I'm going to need to do SuSE for this box, which Adaptec provides drivers for. Thanks, Andy --- Andy Dills Xecunet, Inc. www.xecu.net 301-682-9972 --- From owner-freebsd-stable@FreeBSD.ORG Tue Jun 6 07: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 0F8D816BA66 for ; Tue, 6 Jun 2006 07:23:59 +0000 (UTC) (envelope-from marko.lerota@zg.t-com.hr) Received: from redcloud.optima-telekom.hr (tirnanog.iskon.hr [213.191.139.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEDE443D4C for ; Tue, 6 Jun 2006 07:23:56 +0000 (GMT) (envelope-from marko.lerota@zg.t-com.hr) Received: (qmail 2997 invoked by uid 1001); 6 Jun 2006 07:24:15 -0000 To: Kris Kennaway Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAJFBMVEWgnbRLVpRNVY9jMRPh s21jSlEyNVX45Mv4zI+sbUclFAtMVpT8V0lFAAACZ0lEQVR4nG3Tv2vbQBQHcFMogWyeNeVK BLXGl5j6xnABOaNTuXFGmWpwtw519yj4soW6AatT4GKD3+aDZrl/rt/Tr9qlGiz7Pn7v3bsf HVc/NrIiSfElqH53GgijcCqzk/+AmBF5cN0DsFlIRGMh/oHuqxkTM6VlzB4EoZEs2aSZOASb EQJYZpweQshE697GTDndBXtgp9LIT9+OpDGHEfb9knk+nx+jfN1JCVZMCl6XwFm0a2EXztZD 3s4fj47ZbKI2VeBmJImeEfGLJ+M9sDPilX7IB5rN6sdfcGhuoHU+LC4nxfnI7YOJtdb95Gb+ fbgJ2uJ2ZgaA++f5ZzBqNCCYfMTd5q0BfBVNqm7I8gUjQ+YtXotRW6PH9AEj+dKs/KuNQAl5 o/NY+QkonW8aQAl0oXMYPvRiXIM4pRJifbXytnhTA8alBx/jefG2ar3DBlt34/PXz9M+nMVN iNaPUdCApJc2ItejOmLGoK1qQLV9pJmXBnL10DYoBA5aHNfj8ZNwZa5O4CzgTJeilKJmrQJs IHIt1/7/Sg2p3iq/Hz0/5W05rq4M9aN2B5FLohUP4ylVyfxhEIjAs8J4PhIJ9U+CEroogib5 BXAf7bB4vkfAzgPFt1tM9sJZAOH+lCexhwswuNtim4QTZdokqo4o89LkH7V6iFxICeqfp+Wh fmUuGPunLj2Meti6Cn4DjJ/UReROqR+aqawAi/JkfgKE64rrfkhjU8MtT8ivR4S5n6Yo08A7 HvgAlHDWRSGlNSDxwK9HtXy4FS2I60EdUIJM+Ut9OZNJG4CpbEQW1VBQoQoPuBw2EVa4P0u0 TgzQF+VoAAAAAElFTkSuQmCC In-Reply-To: <20060602142404.GA66066@xor.obsecurity.org> (Kris Kennaway's message of "Fri, 2 Jun 2006 10:24:05 -0400") References: <86bqtb4ryd.fsf@redcloud.local> <20060602142404.GA66066@xor.obsecurity.org> Organization: Unix Users - Fanatics Dept. X-Request-PGP: X-GNUPG-Fingerprint: CF5E 6862 2777 A471 5D2E 0015 8DA6 D56D 17E5 2A51 From: Marko Lerota Date: Tue, 06 Jun 2006 09:24:15 +0200 Message-ID: <86lksaycf4.fsf@redcloud.local> User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.5-b26 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-stable@freebsd.org Subject: Re: Critical Bug in 6.1 (nfs server bad performance) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 06 Jun 2006 07:28:13 -0000 Kris Kennaway writes: > On Fri, Jun 02, 2006 at 03:17:46PM +0200, Marko Lerota wrote: >> After some testing I saw that nfs server with 6.1 release or stable >> have problems with CPU performance. >> >> I had 2 servers. One 5.4 and one 6.1. The servers are identical in >> configuration and only have nfs servers running. >> If you try to copy something to 6.1, CPU gets abnormal and load averages >> gets to 2,5 to 6 or more and thus kill the server. On 5.4 it's OK. Load >> averages is not over 0.50 ever. > > Please review the archives for the patch that is being reviewed. > > Kris Sorry, now I saw the post from Tue May 23. I also have the "options QUOTA" in kernel config. Why it's not in the errata html page? http://www.freebsd.org/releases/6.1R/errata.html -- One cannot sell the earth upon which the people walk Tacunka Witco From owner-freebsd-stable@FreeBSD.ORG Tue Jun 6 07:57:29 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 D3BAC16BD31 for ; Tue, 6 Jun 2006 07:47: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 20B1E43D55 for ; Tue, 6 Jun 2006 07:47:14 +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 EC6681A4DE3; Tue, 6 Jun 2006 00:47:13 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id BA07D5147F; Tue, 6 Jun 2006 03:47:10 -0400 (EDT) Date: Tue, 6 Jun 2006 03:47:10 -0400 From: Kris Kennaway To: Marko Lerota Message-ID: <20060606074710.GA80787@xor.obsecurity.org> References: <86bqtb4ryd.fsf@redcloud.local> <20060602142404.GA66066@xor.obsecurity.org> <86lksaycf4.fsf@redcloud.local> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="y0ulUmNC+osPPQO6" Content-Disposition: inline In-Reply-To: <86lksaycf4.fsf@redcloud.local> User-Agent: Mutt/1.4.2.1i Cc: freebsd-stable@freebsd.org, Kris Kennaway Subject: Re: Critical Bug in 6.1 (nfs server bad performance) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 06 Jun 2006 07:57:34 -0000 --y0ulUmNC+osPPQO6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jun 06, 2006 at 09:24:15AM +0200, Marko Lerota wrote: > Kris Kennaway writes: >=20 > > On Fri, Jun 02, 2006 at 03:17:46PM +0200, Marko Lerota wrote: > >> After some testing I saw that nfs server with 6.1 release or stable=20 > >> have problems with CPU performance.=20 > >>=20 > >> I had 2 servers. One 5.4 and one 6.1. The servers are identical in=20 > >> configuration and only have nfs servers running.=20 > >> If you try to copy something to 6.1, CPU gets abnormal and load averag= es=20 > >> gets to 2,5 to 6 or more and thus kill the server. On 5.4 it's OK. Loa= d=20 > >> averages is not over 0.50 ever.=20 > > > > Please review the archives for the patch that is being reviewed. > > > > Kris >=20 > Sorry, now I saw the post from Tue May 23. I also have the "options QUOTA" > in kernel config. Why it's not in the errata html page? >=20 > http://www.freebsd.org/releases/6.1R/errata.html Because the problem was still being reviewed and worked on. It has now been committed to CURRENT and will be merged shortly. Kris --y0ulUmNC+osPPQO6 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEhTL9Wry0BWjoQKURAtsuAJ46HNHIlCTK59YZA8ishQKMaZOGVQCg9Pik eKrrsvAi9S3Qo1y3N3mT184= =n2M/ -----END PGP SIGNATURE----- --y0ulUmNC+osPPQO6-- From owner-freebsd-stable@FreeBSD.ORG Tue Jun 6 08:18: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 C110F16C024 for ; Tue, 6 Jun 2006 08:10:57 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx22.fluidhosting.com [204.14.89.5]) by mx1.FreeBSD.org (Postfix) with SMTP id 308BF43D58 for ; Tue, 6 Jun 2006 08:10:56 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: (qmail 26159 invoked by uid 399); 6 Jun 2006 08:10:56 -0000 Received: from localhost (HELO ?192.168.0.7?) (dougb@dougbarton.us@127.0.0.1) by localhost with SMTP; 6 Jun 2006 08:10:56 -0000 Message-ID: <4485388E.5020309@FreeBSD.org> Date: Tue, 06 Jun 2006 01:10:54 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 1.5.0.4 (X11/20060603) MIME-Version: 1.0 To: Jan Grant References: <20060502115736.P1705@tribble.ilrt.bris.ac.uk> <20060502161754.V1705@tribble.ilrt.bris.ac.uk> In-Reply-To: <20060502161754.V1705@tribble.ilrt.bris.ac.uk> 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: (some?) startup scripts being run twice..? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 06 Jun 2006 08:18:33 -0000 Make sure that you've run mergemaster and that everything (especially rc and rc.subr) is up to date. If that doesn't fix it, add rc_debug and rc_info to your /etc/rc.conf, and reboot. You probably also want to turn on console logging in /etc/syslogd.conf as well. hth, Doug From owner-freebsd-stable@FreeBSD.ORG Tue Jun 6 09:25: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 D315316B617; Tue, 6 Jun 2006 09:21:03 +0000 (UTC) (envelope-from roth@droopy.unibe.ch) Received: from mailhub03.unibe.ch (mailhub.unibe.ch [130.92.9.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 213C043D49; Tue, 6 Jun 2006 09:21:02 +0000 (GMT) (envelope-from roth@droopy.unibe.ch) Received: from localhost (scanhub01.unibe.ch [130.92.5.61]) by mailhub03.unibe.ch (Postfix) with ESMTP id CEDA3428AF; Tue, 6 Jun 2006 11:21:00 +0200 (CEST) X-Virus-checked: by University of Berne Received: from mailhub03.unibe.ch ([130.92.9.70]) by localhost (scanhub01.unibe.ch [130.92.5.61]) (amavisd-new, port 10024) with LMTP id audmgCa5RElh; Tue, 6 Jun 2006 11:20:57 +0200 (CEST) Received: from asterix.unibe.ch (asterix.unibe.ch [130.92.64.4]) by mailhub03.unibe.ch (Postfix) with ESMTP id 5267942885; Tue, 6 Jun 2006 11:20:57 +0200 (CEST) Received: from droopy.unibe.ch (droopy [130.92.64.20]) by asterix.unibe.ch (8.12.10+Sun/8.12.10) with ESMTP id k569KvJu001649; Tue, 6 Jun 2006 11:20:57 +0200 (MEST) Received: (from roth@localhost) by droopy.unibe.ch (8.12.10+Sun/8.12.9/Submit) id k569KrN5012909; Tue, 6 Jun 2006 11:20:53 +0200 (MEST) Date: Tue, 6 Jun 2006 11:20:53 +0200 From: Tobias Roth To: Kevin Oberman Message-ID: <20060606092053.GA12873@droopy.unibe.ch> Mail-Followup-To: Kevin Oberman , freebsd-stable@freebsd.org, freebsd-mobile@freebsd.org References: <20060605195148.GJ99893@afflictions.org> <20060605203615.D321545043@ptavv.es.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060605203615.D321545043@ptavv.es.net> User-Agent: Mutt/1.4i X-message-flag: Warning! Using Outlook is insecure and promotes virus distribution. Please use a different email client. Cc: freebsd-stable@freebsd.org, freebsd-mobile@freebsd.org Subject: laptop multihoming [was: [OT] resolv.conf and dhclient] X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 06 Jun 2006 09:25:08 -0000 On Mon, Jun 05, 2006 at 01:36:15PM -0700, Kevin Oberman wrote: > > I use Tobias Roth's profile.sh which is available from > https://secure.socket.ch/projects/profile/. It is less than perfect, but > works very well for me. It allows totally different user environments > depending on your network connection. > > It works by union mounting a different copy of /etc depending on what is > probed on the network. I have profiles for home (wireless), work (1 > location wired and 1 wired + wireless), and general random connections. > > Since the entire rc.conf as well as all other files in /etc may be > connection specific, you can do almost anything you want to vary the > config. Please allow me to make a remark about the current state of profile.sh. It currently works for me, and others. However, its architecture is based on the outdated assumption that location changes are only triggered at startup (startup in a new environment) or at resume (suspend and then resume somewhere else). Now, we are currently moving to a much more dynamic behaviour, where location changes can happen at any time. The new dhcp client as well as wpa supplicant are steps towards that direction. Profile.sh, though, is not suited for this. A better solution has to be found, that retains as much of the flexibility of profile.sh as possible. I am not yet actively working on this, and I don't know when I will have the time to start. But the topic of 'laptop multihoming' or whatever you want to call it is still important, I think. Thanks, Tobias From owner-freebsd-stable@FreeBSD.ORG Tue Jun 6 11:38: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 74DC416A566 for ; Tue, 6 Jun 2006 11:38:00 +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 0D69543D45 for ; Tue, 6 Jun 2006 11:37:59 +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.60 (FreeBSD)) (envelope-from ) id 1FnZsk-000GgA-PJ; Tue, 06 Jun 2006 12:37:58 +0100 Received: from petefrench by dilbert.firstcallgroup.co.uk with local (Exim 4.61 (FreeBSD)) (envelope-from ) id 1FnZsk-0007i7-DE; Tue, 06 Jun 2006 12:37:58 +0100 To: jfvogel@gmail.com In-Reply-To: <2a41acea0606051012r5831971qb3d2fb88e701225@mail.gmail.com> Message-Id: From: Pete French Date: Tue, 06 Jun 2006 12:37:58 +0100 Cc: freebsd-stable@freebsd.org Subject: Re: Dual Opteron system will not run SMP X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 06 Jun 2006 11:38:00 -0000 > We (Intel networking group) have seen issues with SMP and amd64 > as well, although I dont know that its fully characterized (what works > and what doesnt) yet. When I tried mine under amd64 it seemed to behave slightly better oddly enough - it would at least boot up the SMP kernel without ACPI, though it would not recognise the second processor. The other difference when I was doing that test was that I was using an IDE drive though. I suppose I really need to put amd64 onto a normal disc drive and try booting that to narrow down which change made the difference there. > If just non-ACPI isnt sufficient, the other thing SAFE does is turn > off disk DMA. I have an as-yet unreleased system that has this > same type of issue, and the problem is that two PCI device ID's > are not recognized, so maybe that will be your problem. Interesting - I didn't realise you could do that with SCSI controllers. I had been wondering what 'safe' does differently, and whether I could fill up loader.conf with approrpiate values to emulate what 'safe' does and then start commenting them out one at a time. I'll do some more experiments and report back. I don't particularly mind if it doesn't work in the end (I'll just sell the pair of Opterons on ebay and buy a single faster one), but it's always good to try and track down a bug, so thanks for taking an interest. -pete. From owner-freebsd-stable@FreeBSD.ORG Tue Jun 6 11:52: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 BB6F916AD30 for ; Tue, 6 Jun 2006 11:52:11 +0000 (UTC) (envelope-from dsamms@nw-ds.com) Received: from scorch.nw-ds.com (scorch.nw-ds.com [204.13.148.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63BB043D48 for ; Tue, 6 Jun 2006 11:52:11 +0000 (GMT) (envelope-from dsamms@nw-ds.com) Received: from [204.210.251.113] (helo=cpe-204-210-251-113.columbus.res.rr.com) by scorch.nw-ds.com with esmtpsa (SSLv3:RC4-MD5:128) (Exim 4.50 (FreeBSD)) id 1Fna6U-000BRz-OG for freebsd-stable@freebsd.org; Tue, 06 Jun 2006 07:52:10 -0400 From: David Samms To: freebsd-stable@freebsd.org Content-Type: text/plain Date: Tue, 06 Jun 2006 07:51:23 -0400 Message-Id: <1149594683.16884.9.camel@freeBSD.internal> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - scorch.nw-ds.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [26 6] X-AntiAbuse: Sender Address Domain - nw-ds.com X-Source: X-Source-Args: X-Source-Dir: Subject: FTP - Large file transfers (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: Tue, 06 Jun 2006 11:52:29 -0000 I am having repeated FTP failures while transferring a 4G file across a LAN. Swapped out the switch, cables, and NIC's so don't believe hardware is involved. Have tried the default FTP server as well as vsftp and pure-ftp with the same results. NICs tested are em, sk, and rl. How to duplicate failure: Take two 6.1 machines with a 100M lan or x-talk cable and try to FTP a DVD image. The transfer fails around 90% of the time with "450 Error during write to data connection" We have a similar problem when using samba. The failure is not as consistent but always occurs under heavy load. Here is the error: [2006/06/04 22:20:02, 0] lib/util_sock.c:write_data(557) write_data: write failure in writing to client 192.168.163.41. Error Host is down It appears, that the network connection on the server is being reset, but why? And where or how do I find more information? From owner-freebsd-stable@FreeBSD.ORG Tue Jun 6 13:18: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 3A50716B1FA for ; Tue, 6 Jun 2006 13:18:06 +0000 (UTC) (envelope-from korio@korio.org) Received: from ns.korio.org (ns.korio.org [84.21.223.150]) by mx1.FreeBSD.org (Postfix) with SMTP id 1779C43D53 for ; Tue, 6 Jun 2006 13:18:04 +0000 (GMT) (envelope-from korio@korio.org) Received: (qmail 99804 invoked from network); 6 Jun 2006 13:17:59 -0000 Received: by simscan 1.1.0 ppid: 99797, pid: 99798, t: 3.4049s scanners:none X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on ns.korio.org X-Spam-Level: X-Spam-Status: No, score=-3.3 required=6.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.1 Received: from ns.korio.org (HELO webmail.korio.org) (84.21.223.150) by ns.korio.org with SMTP; 6 Jun 2006 13:17:55 -0000 Received: from 84.21.222.6 (SquirrelMail authenticated user korio@korio.org) by webmail.korio.org with HTTP; Tue, 6 Jun 2006 16:17:55 +0300 (EEST) Message-ID: <60226.84.21.222.6.1149599875.squirrel@webmail.korio.org> In-Reply-To: <1149594683.16884.9.camel@freeBSD.internal> References: <1149594683.16884.9.camel@freeBSD.internal> Date: Tue, 6 Jun 2006 16:17:55 +0300 (EEST) From: "Iassen Anadoliev" To: "David Samms" User-Agent: SquirrelMail/1.4.6 MIME-Version: 1.0 Content-Type: text/plain;charset=windows-1251 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: freebsd-stable@freebsd.org Subject: Re: FTP - Large file transfers (6.1) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: korio@korio.org List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 13:18:22 -0000 On Tue, June 6, 2006 2:51 pm, David Samms wrote: > I am having repeated FTP failures while transferring a 4G file across a > LAN. Swapped out the switch, cables, and NIC's so don't believe hardware > is involved. Have tried the default FTP server as well as vsftp and > pure-ftp with the same results. NICs tested are em, sk, and rl. > > How to duplicate failure: Take two 6.1 machines with a 100M lan or > x-talk cable and try to FTP a DVD image. The transfer fails around 90% > of the time with > "450 Error during write to data connection" > > We have a similar problem when using samba. The failure is not as > consistent but always occurs under heavy load. Here is the error: > > [2006/06/04 22:20:02, 0] lib/util_sock.c:write_data(557) > write_data: write failure in writing to client 192.168.163.41. Error > Host is down > > It appears, that the network connection on the server is being reset, > but why? And where or how do I find more information? > Can you look here: http://docs.freebsd.org/cgi/getmsg.cgi?fetch=110247+0+archive/2006/freebsd-net/20060205.freebsd-net The attached patch solved my problem. A temporary workaround was to use ProFTPD. -- WWell by Iassen Anadoliev From owner-freebsd-stable@FreeBSD.ORG Tue Jun 6 13: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 9C95D16A978 for ; Tue, 6 Jun 2006 13:51:39 +0000 (UTC) (envelope-from freebsd-stable-local@be-well.ilk.org) Received: from mail8.sea5.speakeasy.net (mail8.sea5.speakeasy.net [69.17.117.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 369C743D46 for ; Tue, 6 Jun 2006 13:51:39 +0000 (GMT) (envelope-from freebsd-stable-local@be-well.ilk.org) Received: (qmail 27468 invoked from network); 6 Jun 2006 13:51:38 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail8.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 6 Jun 2006 13:51:38 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 11A6B2842A; Tue, 6 Jun 2006 09:51:37 -0400 (EDT) To: Damian Gerow References: <44842282.6050409@veldy.net> <448428D8.5030501@orchid.homeunix.org> <20060605134049.GB99893@afflictions.org> <44r72365l3.fsf@be-well.ilk.org> <20060605195654.GK99893@afflictions.org> From: Lowell Gilbert Date: Tue, 06 Jun 2006 09:51:37 -0400 In-Reply-To: <20060605195654.GK99893@afflictions.org> (Damian Gerow's message of "Mon, 5 Jun 2006 15:56:54 -0400") Message-ID: <44u06ywfx2.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: [OT] resolv.conf and dhclient 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: Tue, 06 Jun 2006 13:51:43 -0000 Damian Gerow writes: > Thus spake Lowell Gilbert (freebsd-stable-local@be-well.ilk.org) [05/06/06 10:32]: > : > I've often wondered why dhclient.conf doesn't have an 'ignore' directive. > : > There's a 'require' in there; it doesn't seem like much of a stretch to > : > 'ignore' something. > : > : Why not just write a simple script for one of the hooks that > : dhclient-script(8) supports? > > I'd looked at this before (a few months back), and deemed it insufficient > for the job. However, upon your re-suggestion, I can't see why it /won't/ > work. It should also be able to figure out which wired LAN the machine is > connected to, and assign the appropriate DNS servers. So this /may/ > actually address my problem. (Goodness knows why I originally dismissed > it.) > > However, this ignores my original question: why is there no 'ignore' > directive in dhclient.conf? I don't think it does really beg the question: the existence of other options reduces the impetus for someone to write it and get it accepted in to the codebase. And hidden in there is the direct answer to your question: the feature doesn't exist because no one has written it. > It seems like a potentially incredibly useful > thing, and I run across posts from people who could greatly benefit from > this every couple of months. Perhaps, but most of the time "supersede" (or "prepend" or "append") will solve their problems fine. At least, that's my experience from watching this list. From owner-freebsd-stable@FreeBSD.ORG Tue Jun 6 14:06: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 8081916A9BE for ; Tue, 6 Jun 2006 14:06:53 +0000 (UTC) (envelope-from dannywebster@googlemail.com) Received: from hu-out-0102.google.com (hu-out-0102.google.com [72.14.214.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5E6E43D49 for ; Tue, 6 Jun 2006 14:06:52 +0000 (GMT) (envelope-from dannywebster@googlemail.com) Received: by hu-out-0102.google.com with SMTP id 28so797840hug for ; Tue, 06 Jun 2006 07:06:51 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=googlemail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=poOZRrpZJKF5OXc3tuEy3tMDvb2QTdzVlBBcaBe4qQZviligql+X9VTNEAEBbwAX6jfyDvvA+BCCQdTMPWiqYkeyzG7Jffb1QkkzY0b/Z4oqlFNIVc7Im/x3SQrjRO47opdVtd4xx2Qyb9qsCi80IxcvHaY+XtKZ/HU0cI2sGHE= Received: by 10.35.57.5 with SMTP id j5mr26390pyk; Tue, 06 Jun 2006 01:24:10 -0700 (PDT) Received: by 10.35.81.17 with HTTP; Tue, 6 Jun 2006 01:24:10 -0700 (PDT) Message-ID: Date: Tue, 6 Jun 2006 09:24:10 +0100 From: "danny webster" To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: [repost] Fresh install of 6.1/amd64 - Xorg driver problem with Nvidia 7600 GS (stock nv driver) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 06 Jun 2006 14:07:03 -0000 Hi all, Apologies for the repost (and slightly corrected) mail from freebsd-x11 - I recently built a new box, with A8N32-SLI Deluxe mobo, PCI-E geforce 7600 GS CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 4400+ (2210.07-MHz K8-class CPU) avail memory = 4000612352 (3815 MB) .. and built to 6.1-STABLE (including options SMP). The default Xorg which is installed at install time is broken on my machine. A 'xorgcfg', or testing the xorg.conf.new spews the following error, then sigabrt's. "Fatal server error: Caught signal 8. Server aborting" I have also removed the package Xorg, tried the one built from ports, but same error. Also, I tried xorg-server-snap, but same problem. Here's a backtrace from the core via gdb. #0 0x0000000800ca6c9c in kill () from /lib/libc.so.6 #1 0x0000000800ca5b2d in abort () from /lib/libc.so.6 #2 0x000000000042cb05 in ddxGiveUp () #3 0x00000000004a6df3 in AbortServer () #4 0x00000000004a6f41 in FatalError () #5 0x00000000004442d1 in xf86SigHandler () #6 #7 0x0000000801f825c8 in nvGetClocks () from /usr/X11R6/lib/modules/drivers/nv_drv.so #8 0x0000000801f83588 in NVCalcStateExt () from /usr/X11R6/lib/modules/drivers/nv_drv.so #9 0x0000000801f7d6ba in NVDACInit () from /usr/X11R6/lib/modules/drivers/nv_drv.so #10 0x0000000801f7c905 in NVModeInit () from /usr/X11R6/lib/modules/drivers/nv_drv.so #11 0x0000000801f7ceb4 in NVScreenInit () from /usr/X11R6/lib/modules/drivers/nv_drv.so #12 0x000000000048e14f in AddScreen () #13 0x000000000042e038 in InitOutput () #14 0x000000000048dae5 in main () .. and here is what is reported from pciconf -lv none11 at pci3:0:0: class=0x030000 card=0x22211682 chip=0x039210de rev=0xa1 hdr=0x00 vendor = 'NVIDIA Corporation' class = display subclass = VGA the "none11" part fills me with suspicion - is there a specific kernel config option to use with PCI-E devices? Apart from this, everything else works just fine (apart from nve0 instability, but i don't use the i/f...). The BusID's are correct in the xorg.conf (as per pciconf output). This is most likely an unsupported chipset (although nv(4) does mention the GeForce 7XXX series, albeit the G70, but I believe my card is that very one). I may try and graft in the nv driver from Xorg R7.1 if at all there's been any progress with it since 6.9.0. I can use X with the vesa driver, but value my eyesight and therefore will endeavour to get this cracked with nv. I'd appreciate any pointers in the right direction Thanks for your time. Dan. From owner-freebsd-stable@FreeBSD.ORG Tue Jun 6 14:44: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 A4FDF16AD3F for ; Tue, 6 Jun 2006 14:44:43 +0000 (UTC) (envelope-from dannywebster@googlemail.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 3093443D46 for ; Tue, 6 Jun 2006 14:44:42 +0000 (GMT) (envelope-from dannywebster@googlemail.com) Received: by py-out-1112.google.com with SMTP id z74so1677410pyg for ; Tue, 06 Jun 2006 07:44:42 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=googlemail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=UsAKjIRJ+1ltoi5IZQo3G3jrrwSS5NbgGJo+iARtiW1qrQSijmHn/GWGknmobZfMREaBOX/KnYGKrl8UVE777q+r21GpdrV91VBxaUA8k2GnGXz8mgfXPoy6SuK4dlfv1dUJkggCtvTNKBK0PjJw7tRImlUU2scFCDeJ/MYbXkk= Received: by 10.35.91.10 with SMTP id t10mr8237556pyl; Tue, 06 Jun 2006 07:38:16 -0700 (PDT) Received: by 10.35.81.17 with HTTP; Tue, 6 Jun 2006 07:38:16 -0700 (PDT) Message-ID: Date: Tue, 6 Jun 2006 15:38:16 +0100 From: "danny webster" To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Re: Fresh install of 6.1/amd64 - Xorg driver problem with Nvidia 7600 GS (stock nv driver) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 06 Jun 2006 14:44:51 -0000 Sorry to reply to my own post, but in my endeavours to seek out more information about what's occuring, I notice that nv_driver.c's struct SymTabRec NvKnownChipsets[], my card is not listed. also, nv(4) w/ Xorg 6.9.0 mentions that the GeForce 7XXX (G70) is supported, but XFree86 4.6.0's nv(4) mentions GeForce 7XXX (G70,G71,G72,G73), and the card I have is in fact a G72. I will give XFree a try tonight. Thanks for your time Dan. From owner-freebsd-stable@FreeBSD.ORG Tue Jun 6 14:53: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 054A616BD8F; Tue, 6 Jun 2006 14:53:59 +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 1924A43D86; Tue, 6 Jun 2006 14:53:51 +0000 (GMT) (envelope-from joao@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 k56Era99024405; Tue, 6 Jun 2006 11:53:36 -0300 (BRT) (envelope-from joao@matik.com.br) From: JoaoBR To: Andrew Thompson Date: Tue, 6 Jun 2006 11:53:30 -0300 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200606061153.31277.joao@matik.com.br> X-Filter-Version: 1.11a (msrv.matik.com.br) X-Spam-Status: No, score=-0.6 required=5.0 tests=ALL_TRUSTED, AWL, TW_FT, TW_TX, TW_WD,TW_XF 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 Cc: freebsd-stable@freebsd.org Subject: ath problems when in if_bridge mode X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 14:54:07 -0000 Hi I find some problems when running ath cards in if_bridge mode. I have continuous UP/DOWN events on the uplink card. The connection is real= ly=20 interrupted for a second or so which results in dns lookup errors=20 downloads are going through, only the download speed is not stable please look close, the problem is not on the hostap card the problem is not hw related, I can switch both cards and the problem stay= s=20 on the uplink card I can take the bridge off and stay connected without UP/DOWN events (same=20 machine/same HW) the other wierd thing is that when I compile ath_rate_sample the both cards= =20 are working basicly but no traffic goes through the bridge, when I compile= =20 ath_rate_onoe the traffic goes through, when I take the bridge off and use= =20 the machine as router the traffic goes through. the above does not change wether I put the uplink card in STP or not I tried latest releng_6 i386 and amd64 and it is the same result If you think I should check something please tell me Jo=E3o Jun 6 11:43:17 ap-h kernel: ath0: link state changed to DOWN Jun 6 11:43:17 ap-h kernel: ath0: link state changed to UP Jun 6 11:43:23 ap-h kernel: ath0: link state changed to DOWN Jun 6 11:43:23 ap-h kernel: ath0: link state changed to UP Jun 6 11:43:30 ap-h kernel: ath0: link state changed to DOWN Jun 6 11:43:30 ap-h kernel: ath0: link state changed to UP Jun 6 11:43:45 ap-h kernel: ath0: link state changed to DOWN Jun 6 11:43:45 ap-h kernel: ath0: link state changed to UP ifconfig ath0: flags=3D8943 mtu 1500 inet 200.152.80.36 netmask 0xfffffff8 broadcast 200.152.80.39 ether 00:13:46:8b:f2:52 media: IEEE 802.11 Wireless Ethernet DS/11Mbps (DS/11Mbps) status: associated ssid LUCENET-CS channel 1 bssid 00:02:6f:3a:98:b3 authmode OPEN privacy ON deftxkey 1 wepkey 1:40-bit wepkey 2:40-bit wepkey 3:40-bit wepkey 4:40-bit txpowmax 36 protmode CTS burst bintval 100 ath1: flags=3D8943 mtu 1500 inet 200.152.88.33 netmask 0xfffffff8 broadcast 200.152.88.39 ether 00:11:95:c2:2a:80 media: IEEE 802.11 Wireless Ethernet OFDM/54Mbps mode 11g status: associated ssid casa channel 11 bssid 00:11:95:c2:2a:80 authmode OPEN privacy OFF txpowmax 36 protmode CTS burst ssid HIDE -apbridge dtimperiod 1 bintval 100 lo0: flags=3D8049 mtu 16384 inet 127.0.0.1 netmask 0xff000000 bridge0: flags=3D8043 mtu 1500 ether ac:de:48:da:2b:db priority 32768 hellotime 2 fwddelay 15 maxage 20 member: ath1 flags=3D7 port 2 priority 128 path cost 55 forwarding member: ath0 flags=3D3 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 Tue Jun 6 17:04: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 6611616A74E for ; Tue, 6 Jun 2006 17:04:37 +0000 (UTC) (envelope-from toomas.aas@raad.tartu.ee) Received: from mail.neti.ee (smtp-out-1.neti.ee [194.126.101.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC27D43D48 for ; Tue, 6 Jun 2006 17:04:36 +0000 (GMT) (envelope-from toomas.aas@raad.tartu.ee) Received: from [88.196.106.89] (88-196-106-89-dsl.trt.estpak.ee [88.196.106.89]) by Relayhost1.neti.ee (Postfix) with ESMTP id 06A30183D4 for ; Tue, 6 Jun 2006 20:04:34 +0300 (EEST) Message-ID: <4485B5A1.9080901@raad.tartu.ee> Date: Tue, 06 Jun 2006 20:04:33 +0300 From: Toomas Aas User-Agent: Thunderbird 1.5.0.2 (X11/20060424) MIME-Version: 1.0 To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-2.2.1 (20041222) (Debian) at neti.ee Subject: acpi: bad read from port / bad write to 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, 06 Jun 2006 17:04:37 -0000 I cvsupped my source to RELENG_6 yesterday, built the world and kernel and rebooted into the new kernel in single user mode to test it out. Boot messages had a series of messages such as: acpi: bad write to port 0xcf8 (32), val 0x80003884 acpi: bad read from port 0xcfc (32) These messages do not occur with my present system, which is 6.1-STABLE from May 9th, 2006. Some googling seems to hint that MFC of src/sys/dev/acpica/Osd/OsdHardware.c as of May 11, 2006 *may* have something to do with it. But I am not a developer enough to understand whether these messages are merely cosmetic or should something be done to fix them. The machine where this is occurring is based on Chaintech 7AJA/0 motherboard with AMD Duron 800 MHz CPU. The verbose boot log is at http://www.raad.tartu.ee/~toomas/bootlog.txt -- Toomas Aas From owner-freebsd-stable@FreeBSD.ORG Tue Jun 6 17:07: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 EDFEB16AB03 for ; Tue, 6 Jun 2006 17:07:12 +0000 (UTC) (envelope-from dsamms@nw-ds.com) Received: from scorch.nw-ds.com (scorch.nw-ds.com [204.13.148.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D4EE43D72 for ; Tue, 6 Jun 2006 17:07:05 +0000 (GMT) (envelope-from dsamms@nw-ds.com) Received: from [204.210.251.113] (helo=cpe-204-210-251-113.columbus.res.rr.com) by scorch.nw-ds.com with esmtpsa (SSLv3:RC4-MD5:128) (Exim 4.50 (FreeBSD)) id 1Fnf1E-000PhZ-Vh; Tue, 06 Jun 2006 13:07:05 -0400 From: David Samms To: korio@korio.org In-Reply-To: <60226.84.21.222.6.1149599875.squirrel@webmail.korio.org> References: <1149594683.16884.9.camel@freeBSD.internal> <60226.84.21.222.6.1149599875.squirrel@webmail.korio.org> Content-Type: text/plain Date: Tue, 06 Jun 2006 13:06:17 -0400 Message-Id: <1149613577.42420.5.camel@freeBSD.internal> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - scorch.nw-ds.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [26 6] X-AntiAbuse: Sender Address Domain - nw-ds.com X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-stable@freebsd.org Subject: Re: FTP - Large file transfers (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: Tue, 06 Jun 2006 17:07:13 -0000 On Tue, 2006-06-06 at 16:17 +0300, Iassen Anadoliev wrote: > On Tue, June 6, 2006 2:51 pm, David Samms wrote: > > I am having repeated FTP failures while transferring a 4G file across a > > LAN. Swapped out the switch, cables, and NIC's so don't believe hardware > > is involved. Have tried the default FTP server as well as vsftp and > > pure-ftp with the same results. NICs tested are em, sk, and rl. > > > > How to duplicate failure: Take two 6.1 machines with a 100M lan or > > x-talk cable and try to FTP a DVD image. The transfer fails around 90% > > of the time with > > "450 Error during write to data connection" > > > > We have a similar problem when using samba. The failure is not as > > consistent but always occurs under heavy load. Here is the error: > > > > [2006/06/04 22:20:02, 0] lib/util_sock.c:write_data(557) > > write_data: write failure in writing to client 192.168.163.41. Error > > Host is down > > > > It appears, that the network connection on the server is being reset, > > but why? And where or how do I find more information? > > > > > Can you look here: > http://docs.freebsd.org/cgi/getmsg.cgi?fetch=110247+0+archive/2006/freebsd-net/20060205.freebsd-net > The attached patch solved my problem. A temporary workaround was to use > ProFTPD. Thank you for your reply. I patched the two files and rebuild world, the kernel, and pureFTP. I have retested the default FTP and pureFTP with the same failure. Anyone know how I can get more debug info? From owner-freebsd-stable@FreeBSD.ORG Tue Jun 6 17:10: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 D95EE16A722 for ; Tue, 6 Jun 2006 17:10:37 +0000 (UTC) (envelope-from fullermd@over-yonder.net) Received: from mail.localelinks.com (web.localelinks.com [64.39.75.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96FF943D4C for ; Tue, 6 Jun 2006 17:10:35 +0000 (GMT) (envelope-from fullermd@over-yonder.net) Received: from draco.over-yonder.net (adsl-072-148-013-213.sip.jan.bellsouth.net [72.148.13.213]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.localelinks.com (Postfix) with ESMTP id 432A43E1; Tue, 6 Jun 2006 12:10:35 -0500 (CDT) Received: by draco.over-yonder.net (Postfix, from userid 100) id 8FC6261C2B; Tue, 6 Jun 2006 12:10:34 -0500 (CDT) Date: Tue, 6 Jun 2006 12:10:34 -0500 From: "Matthew D. Fuller" To: Pete French Message-ID: <20060606171034.GJ76919@over-yonder.net> References: <2a41acea0606051012r5831971qb3d2fb88e701225@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Editor: vi X-OS: FreeBSD User-Agent: Mutt/1.5.11-fullermd.3 Cc: freebsd-stable@freebsd.org, jfvogel@gmail.com Subject: Re: Dual Opteron system will not run SMP X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 06 Jun 2006 17:10:39 -0000 On Tue, Jun 06, 2006 at 12:37:58PM +0100 I heard the voice of Pete French, and lo! it spake thus: > > I had been wondering what 'safe' does differently, and whether I > could fill up loader.conf with approrpiate values to emulate what > 'safe' does and then start commenting them out one at a time. "Safe" disables ATA/ATAPI DMA (so wouldn't affect SCSI), disables ACPI, and disables the APIC (which has the side effect of disabling SMP). -- Matthew Fuller (MF4839) | fullermd@over-yonder.net Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ On the Internet, nobody can hear you scream. From owner-freebsd-stable@FreeBSD.ORG Tue Jun 6 17:11: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 38DFB16B1CE for ; Tue, 6 Jun 2006 17:11:23 +0000 (UTC) (envelope-from hiroo@oikumene.gcd.org) Received: from smtp2.inetd.co.jp (smtp2.inetd.co.jp [211.13.220.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B5ED43D6D for ; Tue, 6 Jun 2006 17:11:20 +0000 (GMT) (envelope-from hiroo@oikumene.gcd.org) Received: from chrysanthe.oikumene.gcd.org (206.162.192.61.tokyo.global.alpha-net.ne.jp [61.192.162.206]) by smtp2.inetd.co.jp (Postfix) with ESMTP id 6A73FC4EB3 for ; Wed, 7 Jun 2006 02:11:18 +0900 (JST) Received: from jezebel.oikumene.gcd.org (jezebel.oikumene.gcd.org [192.168.0.20]) (authenticated bits=0) by chrysanthe.oikumene.gcd.org (8.13.6/8.13.6) with ESMTP id k56HBHFS001962 for ; Wed, 7 Jun 2006 02:11:18 +0900 (JST) (envelope-from hiroo@oikumene.gcd.org) Date: Wed, 07 Jun 2006 02:11:15 +0900 Message-ID: <86irnetdjg.wl%hiroo@oikumene.gcd.org> From: Hiroo Ono To: freebsd-stable@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 Subject: loader and ifconfig_*_name problem in 6.1-STABLE of 5 June X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 06 Jun 2006 17:11:23 -0000 I upgraded via build/installworld from 6.1-PRERELEASE as of 27 Mars to 6.1-STABLE 5 June, and encounterd 2 problems. a) loader and kernel has some problem that lead to instant reboot upon loading the kernel. the problem was as follows: 1) booting the new kernel with the old loader was fine. I did buildkernel and installkernel and rebooted in single user mode. It had no problems. 2) loading the new kernel with the new loader made the machine reboot. After step (1), I did installworld and rebooted. It resulted in rebooting just after loader menu. I could escape to loader prompt and found that doing > unload > load kernel makes the machine reboot. 3) loading the old kernel with the new loader can boot in single user mode. > unload > set module_path=/boot/kernel.old > load kernel (and some other necessary modules) > boot -s was fine (though, exiting in multi-user mode had problem around mountd and panic'ed with the new userland). I copied the old /boot/loader.old to /boot/loader as a workaround. I have CFLAGS= -O2 -pipe COPTFLAGS= -O2 -pipe and no CPUTYPE setting in /etc/make.conf, so I wonder what caused the problem. b) pre-loading ng_ether.ko module and doing ifconfig name may have problem with ppp. I put the following in /etc/rc.conf ifconfig_sis0_name="net0" and changed device setting in /etc/ppp/ppp.conf as follows: set device PPPoE:net0 This did not work and had the following error message in /var/log/messages: ppp[258]: tun0: Warning: net0: Cannot send a netgraph message: No such file or directory changing device setting to set device PPPoE:sis0 or doing ngctl name sis0: net0 could make ppp work. The problem may be caused by loading ng_ether.ko in loader.conf (I do not remember why I did this, though). If I did not do that, ng_ether module was loaded when ppp was invoked after interface rename and might have no problem. I did not verify this yet, though. From owner-freebsd-stable@FreeBSD.ORG Tue Jun 6 17:17: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 AA87E16AFD9 for ; Tue, 6 Jun 2006 17:17:48 +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 21F6A43D46 for ; Tue, 6 Jun 2006 17:17:47 +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 2D0B3C472; Tue, 6 Jun 2006 13:17:46 -0400 (EDT) Received: from aaron.protected-networks.net (localhost [127.0.0.1]) by aaron.protected-networks.net (Postfix) with ESMTP id 8BBFCC429; Tue, 6 Jun 2006 13:17:42 -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 51F66C413; Tue, 6 Jun 2006 13:17:42 -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=MW0V8XDt2jtHso6BUElXxS6UGIUo6Of3bc3Dqmme/RpZ6yNnA7Asno1eFRpd0tQEPBuvLtFzmUDgmRQF3ch40u1RacYLfVf82JLg/707y+7N/mEROUuJZgBCocZWoWOp; 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 1B69CC353; Tue, 6 Jun 2006 13:17:42 -0400 (EDT) Message-ID: <4485B8B2.3060506@protected-networks.net> Date: Tue, 06 Jun 2006 13:17:38 -0400 From: Michael Butler User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Hiroo Ono References: <86irnetdjg.wl%hiroo@oikumene.gcd.org> In-Reply-To: <86irnetdjg.wl%hiroo@oikumene.gcd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: loader and ifconfig_*_name problem in 6.1-STABLE of 5 June X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 06 Jun 2006 17:17:50 -0000 Hiroo Ono wrote: > I upgraded via build/installworld from 6.1-PRERELEASE as of 27 Mars > to 6.1-STABLE 5 June, and encounterd 2 problems. [ .. snip .. ] > I copied the old /boot/loader.old to /boot/loader as a workaround. > I have > CFLAGS= -O2 -pipe > COPTFLAGS= -O2 -pipe Please remove these and re-test. The default is "-O2 -fno-strict-aliasing" which generates slightly different code in some instances, -- Michael Butler, CISSP Security Architect Protected Networks http://www.protected-networks.net From owner-freebsd-stable@FreeBSD.ORG Tue Jun 6 17:48:54 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 575AB16B062 for ; Tue, 6 Jun 2006 17:48:54 +0000 (UTC) (envelope-from mikej@rogers.com) Received: from smtp109.rog.mail.re2.yahoo.com (smtp109.rog.mail.re2.yahoo.com [68.142.225.207]) by mx1.FreeBSD.org (Postfix) with SMTP id 7056243D45 for ; Tue, 6 Jun 2006 17:48:53 +0000 (GMT) (envelope-from mikej@rogers.com) Received: (qmail 87197 invoked from network); 6 Jun 2006 17:48:52 -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=qNTF2oo8loa6EM4aUhTA2TB+L3eP963CCaK5EYaFSHqGETxttmb1efFhN7zJiZskwvbLSuw+zdR4ocxSg4Vw2VJMoOq+hnqL80QTC9Tnd1Ge0jfe19UB0vkWzxxl1uN/lM8GoUxIFVn4W6NqSozf1TQ/fom8gmhBpQyoCSXCamA= ; Received: from unknown (HELO ?70.31.50.218?) (mikej@rogers.com@70.31.50.218 with plain) by smtp109.rog.mail.re2.yahoo.com with SMTP; 6 Jun 2006 17:48:52 -0000 Message-ID: <4485C010.9040402@rogers.com> Date: Tue, 06 Jun 2006 13:49:04 -0400 From: Mike Jakubik User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Scott Long References: <20060523181638.GC767@dimma.mow.oilspace.com> <6eb82e0605231120q37224c6r3b25982f556bed72@mail.gmail.com> <447366AD.30203@rogers.com> <44736E11.6060104@mkproductions.org> <20060523203521.GA48061@xor.obsecurity.org> <20060524062118.GA766@dimma.mow.oilspace.com> <447400BB.9060603@samsco.org> In-Reply-To: <447400BB.9060603@samsco.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org, Dmitriy Kirhlarov Subject: Re: quota and snapshots in 6.1-RELEASE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 17:48:59 -0000 Scott Long wrote: > Dmitriy Kirhlarov wrote: > >> Hi! >> >> On Tue, May 23, 2006 at 04:35:21PM -0400, Kris Kennaway wrote: >> >> >>>>>> 6.1-STABLE after 6.1-RELEASE is releases. So I think you may want >>> >>> If you use snapshots with your quotas, update to 6.1-STABLE. If you >> >> >> Sorry, guys. You are mean RELENG_6_1 or RELENG_6? >> >> WBR > > RELENG_6. However, the changes will likely make their way into > RELENG_6_1 in a few weeks as part of an errata update. > > Scott I have just done tests on 6.1-R and RELENG_6 as of yesterday evening. Unfortunately both still lock up hard, no crash, just a frozen system. I cant enter the KDB (ddb) via the console, but its unusable, as it wont let me type in anything. There must be some other change in -CURRENT that fixes this, as -CURRENT did not freeze during my previous tests. Just to confirm, here is the ID of ufs_quota.c on my RELENG_6 system: /usr/src/sys/ufs/ufs/ufs_quota.c: $FreeBSD: src/sys/ufs/ufs/ufs_quota.c,v 1.74.2.4 2006/05/14 00:23:27 tegge Exp $ From owner-freebsd-stable@FreeBSD.ORG Tue Jun 6 18:05: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 91FCF16C8D7 for ; Tue, 6 Jun 2006 18:05:16 +0000 (UTC) (envelope-from dsamms@nw-ds.com) Received: from scorch.nw-ds.com (scorch.nw-ds.com [204.13.148.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E99B43DBC for ; Tue, 6 Jun 2006 18:04:53 +0000 (GMT) (envelope-from dsamms@nw-ds.com) Received: from [204.210.251.113] (helo=cpe-204-210-251-113.columbus.res.rr.com) by scorch.nw-ds.com with esmtpsa (SSLv3:RC4-MD5:128) (Exim 4.50 (FreeBSD)) id 1FnfvA-000KkQ-BV; Tue, 06 Jun 2006 14:04:52 -0400 From: David Samms To: korio@korio.org In-Reply-To: <60226.84.21.222.6.1149599875.squirrel@webmail.korio.org> References: <1149594683.16884.9.camel@freeBSD.internal> <60226.84.21.222.6.1149599875.squirrel@webmail.korio.org> Content-Type: text/plain Date: Tue, 06 Jun 2006 14:04:04 -0400 Message-Id: <1149617044.75600.3.camel@freeBSD.internal> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - scorch.nw-ds.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [26 6] X-AntiAbuse: Sender Address Domain - nw-ds.com X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-stable@freebsd.org Subject: Re: FTP - Large file transfers (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: Tue, 06 Jun 2006 18:05:38 -0000 > Can you look here: > http://docs.freebsd.org/cgi/getmsg.cgi?fetch=110247+0+archive/2006/freebsd-net/20060205.freebsd-net > The attached patch solved my problem. A temporary workaround was to use > ProFTPD. Well, after testing SAMBA I would have to say the patch improved things. I can now successfully transfer a 4G file unless the client is performing multiple file downloads. FTP from WindowsXP can almost get a 4G file. Gets to 70-95% and dumps. From owner-freebsd-stable@FreeBSD.ORG Tue Jun 6 18:20:57 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 4C48316C988 for ; Tue, 6 Jun 2006 18:19:29 +0000 (UTC) (envelope-from taob@luxography.ca) Received: from as2.dm.egate.net (shell1.dm.egate.net [216.235.15.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAECD43D45 for ; Tue, 6 Jun 2006 18:19:28 +0000 (GMT) (envelope-from taob@luxography.ca) Received: by as2.dm.egate.net (Postfix, from userid 8159) id 94BC74B38; Tue, 6 Jun 2006 14:19:27 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by as2.dm.egate.net (Postfix) with ESMTP id 8AAFB4B17; Tue, 6 Jun 2006 14:19:27 -0400 (EDT) Date: Tue, 6 Jun 2006 14:19:27 -0400 (EDT) From: Brian Tao X-X-Sender: taob@as2.dm.egate.net To: David Samms In-Reply-To: <1149613577.42420.5.camel@freeBSD.internal> Message-ID: <20060606141727.R61206-100000@as2.dm.egate.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: FREEBSD-STABLE Subject: Re: FTP - Large file transfers (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: Tue, 06 Jun 2006 18:21:05 -0000 On Tue, 6 Jun 2006, David Samms wrote: > > I patched the two files and rebuild world, the kernel, and pureFTP. > I have retested the default FTP and pureFTP with the same failure. > > Anyone know how I can get more debug info? Have you attempted the same FTP test over loopback using local filesystems only, to eliminate external network factors and NIC driver faults? -- Brian Tao, Luxography http://www.luxography.ca/ (main) http://blog.luxography.ca/ (blog) "The art of light" From owner-freebsd-stable@FreeBSD.ORG Tue Jun 6 18:23: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 76D0616ADF5 for ; Tue, 6 Jun 2006 18:22:54 +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 A101843D53 for ; Tue, 6 Jun 2006 18:22:42 +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 k56IMOmU026047 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 6 Jun 2006 21:22:24 +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 k56IMaLN010280; Tue, 6 Jun 2006 21:22:36 +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 k56IMY3c010279; Tue, 6 Jun 2006 21:22:34 +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, 6 Jun 2006 21:22:34 +0300 From: Konstantin Belousov To: Mike Jakubik Message-ID: <20060606182234.GB72368@deviant.kiev.zoral.com.ua> References: <20060523181638.GC767@dimma.mow.oilspace.com> <6eb82e0605231120q37224c6r3b25982f556bed72@mail.gmail.com> <447366AD.30203@rogers.com> <44736E11.6060104@mkproductions.org> <20060523203521.GA48061@xor.obsecurity.org> <20060524062118.GA766@dimma.mow.oilspace.com> <447400BB.9060603@samsco.org> <4485C010.9040402@rogers.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="i0/AhcQY5QxfSsSZ" Content-Disposition: inline In-Reply-To: <4485C010.9040402@rogers.com> User-Agent: Mutt/1.4.2.1i X-Virus-Scanned: ClamAV version 0.88.2, clamav-milter version 0.88.2 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: freebsd-stable@freebsd.org, Dmitriy Kirhlarov Subject: Re: quota and snapshots in 6.1-RELEASE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 18:23:59 -0000 --i0/AhcQY5QxfSsSZ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jun 06, 2006 at 01:49:04PM -0400, Mike Jakubik wrote: > Scott Long wrote: > >Dmitriy Kirhlarov wrote: > > > >>Hi! > >> > >>On Tue, May 23, 2006 at 04:35:21PM -0400, Kris Kennaway wrote: > >> > >> > >>>>>>6.1-STABLE after 6.1-RELEASE is releases. So I think you may want > >>> > >>>If you use snapshots with your quotas, update to 6.1-STABLE. If you > >> > >> > >>Sorry, guys. You are mean RELENG_6_1 or RELENG_6? > >> > >>WBR > > > >RELENG_6. However, the changes will likely make their way into=20 > >RELENG_6_1 in a few weeks as part of an errata update. > > > >Scott >=20 > I have just done tests on 6.1-R and RELENG_6 as of yesterday evening.=20 > Unfortunately both still lock up hard, no crash, just a frozen system. I= =20 > cant enter the KDB (ddb) via the console, but its unusable, as it wont=20 > let me type in anything. There must be some other change in -CURRENT=20 > that fixes this, as -CURRENT did not freeze during my previous tests. >=20 >=20 > Just to confirm, here is the ID of ufs_quota.c on my RELENG_6 system: >=20 > /usr/src/sys/ufs/ufs/ufs_quota.c: > $FreeBSD: src/sys/ufs/ufs/ufs_quota.c,v 1.74.2.4 2006/05/14=20 > 00:23:27 tegge Exp $ The hangs are mostly related to snapshots. It would be better to update to the latest RELENG_6. Hangs on RELENG_6_1 is not so much interesting. For hanged RELENG_6 system, please do what described below and post the log of the ddb session. I'm not sure whether kbdmux was MFCed into RELENG_6 (AFAIR, yes). If you have it in your kernel, add the line hint.kbdmux.0.disabled=3D"1" into the /boot/device.hints to make ddb usable. After that, on the hang, enter ddb, and do ps and tr for all suspected processes. Better yet, add the following options to your kernel: options INVARIANTS options INVARIANT_SUPPORT options WITNESS options DEBUG_LOCKS options DEBUG_VFS_LOCKS options DIAGNOSTIC and, after hang, do in ddb show allpcpu show alllocks show lockedvnods ps For each process mentioned in show output, do where (for threaded processes, do thread ; where). BTW, it would be great to add this instructions to the FAQ. --i0/AhcQY5QxfSsSZ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEhcfpC3+MBN1Mb4gRAty7AJ9iJHu1+humrXxq1ylFSNqMr4CKmACeP/tj s/syhnOvwXO8M5IJzUTsHI8= =m0DZ -----END PGP SIGNATURE----- --i0/AhcQY5QxfSsSZ-- From owner-freebsd-stable@FreeBSD.ORG Tue Jun 6 18:44: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 09B8E16BD20 for ; Tue, 6 Jun 2006 18:44:43 +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 13DCB43D4C for ; Tue, 6 Jun 2006 18:44:29 +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 k56IiBwc026834 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 6 Jun 2006 21:44:11 +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 k56IiOCl010732; Tue, 6 Jun 2006 21:44:24 +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 k56IiNgb010731; Tue, 6 Jun 2006 21:44:23 +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, 6 Jun 2006 21:44:23 +0300 From: Konstantin Belousov To: Mike Jakubik , freebsd-stable@freebsd.org, Dmitriy Kirhlarov Message-ID: <20060606184423.GC72368@deviant.kiev.zoral.com.ua> References: <20060523181638.GC767@dimma.mow.oilspace.com> <6eb82e0605231120q37224c6r3b25982f556bed72@mail.gmail.com> <447366AD.30203@rogers.com> <44736E11.6060104@mkproductions.org> <20060523203521.GA48061@xor.obsecurity.org> <20060524062118.GA766@dimma.mow.oilspace.com> <447400BB.9060603@samsco.org> <4485C010.9040402@rogers.com> <20060606182234.GB72368@deviant.kiev.zoral.com.ua> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="aT9PWwzfKXlsBJM1" Content-Disposition: inline In-Reply-To: <20060606182234.GB72368@deviant.kiev.zoral.com.ua> User-Agent: Mutt/1.4.2.1i X-Virus-Scanned: ClamAV version 0.88.2, clamav-milter version 0.88.2 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: Subject: Re: quota and snapshots in 6.1-RELEASE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 18:44:44 -0000 --aT9PWwzfKXlsBJM1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Jun 06, 2006 at 09:22:34PM +0300, Konstantin Belousov wrote: > The hangs are mostly related to snapshots. It would be better to > update to the latest RELENG_6. I need to clarify this no so wise statement made at the end of the day. It is believed that Tor Egge fixed all known cases of deadlocks related to shapshots. From all that situations (around of ten), only one required presence of active quotas and snapshot. All fixes are MFCed to the RELENG_6. So, the interesting reports on the deadlocks shall be done against RELENG_6, not RELENG_6_1 (until errata for snapshots is issued). Guys, sorry for embarassing statement. --aT9PWwzfKXlsBJM1 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEhc0GC3+MBN1Mb4gRAkYAAKCl9k5NUkLqjEDQt1kMHZX1PBkO2wCgyL+S PVRIXrbsscu/AgEzBfDLkv0= =ZBki -----END PGP SIGNATURE----- --aT9PWwzfKXlsBJM1-- From owner-freebsd-stable@FreeBSD.ORG Tue Jun 6 19:46: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 E1D8916BF36 for ; Tue, 6 Jun 2006 19:46:04 +0000 (UTC) (envelope-from dsamms@nw-ds.com) Received: from scorch.nw-ds.com (scorch.nw-ds.com [204.13.148.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5A6643D55 for ; Tue, 6 Jun 2006 19:46:01 +0000 (GMT) (envelope-from dsamms@nw-ds.com) Received: from [204.210.251.113] (helo=cpe-204-210-251-113.columbus.res.rr.com) by scorch.nw-ds.com with esmtpsa (SSLv3:RC4-MD5:128) (Exim 4.50 (FreeBSD)) id 1FnhV3-0007I8-0o for freebsd-stable@freebsd.org; Tue, 06 Jun 2006 15:46:01 -0400 From: David Samms To: FREEBSD-STABLE In-Reply-To: <20060606141727.R61206-100000@as2.dm.egate.net> References: <20060606141727.R61206-100000@as2.dm.egate.net> Content-Type: text/plain Date: Tue, 06 Jun 2006 15:45:13 -0400 Message-Id: <1149623113.75600.10.camel@freeBSD.internal> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - scorch.nw-ds.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [26 6] X-AntiAbuse: Sender Address Domain - nw-ds.com X-Source: X-Source-Args: X-Source-Dir: Subject: Re: FTP - Large file transfers (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: Tue, 06 Jun 2006 19:46:18 -0000 On Tue, 2006-06-06 at 14:19 -0400, Brian Tao wrote: > On Tue, 6 Jun 2006, David Samms wrote: > > > > I patched the two files and rebuild world, the kernel, and pureFTP. > > I have retested the default FTP and pureFTP with the same failure. > > > > Anyone know how I can get more debug info? > > Have you attempted the same FTP test over loopback using local > filesystems only, to eliminate external network factors and NIC driver > faults? Ran four FTP transfers through lo0 without a failure. I am not sure how much that proves. Guess if conditions are perfect a ftp transfer can succeed. Has anyone tried to duplicate my problem on a LAN? Not sure how this could be related to hardware, but am setting up two other machines as client/server with a new x-talk cable. Also will run FreeBSD 5.4 on my original setup. From owner-freebsd-stable@FreeBSD.ORG Tue Jun 6 21:09:54 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 DE85416BA05 for ; Tue, 6 Jun 2006 21:06:33 +0000 (UTC) (envelope-from dudu.meyer@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BE9F43D48 for ; Tue, 6 Jun 2006 21:06:32 +0000 (GMT) (envelope-from dudu.meyer@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so32910uge for ; Tue, 06 Jun 2006 14:06:31 -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=s2zIeuyfV3olvz55QGDZiigC4uCRyYO+9W5ftfInKlMt/aaAT5r30D2gkDb+hYR7fdWAeRXdND0ieFMfZ+w/DfJRhUNwm4zK0lFWIqjZ3OsXHEEzko0sq83EcXTu1ehv0uy7dl2xFfZDyDpWXJiqZQZh2UTjCVTbPkXFX2VAPik= Received: by 10.66.252.4 with SMTP id z4mr5184ugh; Tue, 06 Jun 2006 13:39:34 -0700 (PDT) Received: by 10.66.222.15 with HTTP; Tue, 6 Jun 2006 13:39:34 -0700 (PDT) Message-ID: Date: Tue, 6 Jun 2006 17:39:34 -0300 From: "Eduardo Meyer" To: stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: How can I know which files a proccess is accessing? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 06 Jun 2006 21:09:59 -0000 Hello, I need to know which files under /var a proccess (httpd here) is acessing. It is not logs because I have a different partition for logs. gstat tells me that slice ad0s1h (my /var) is 100% frequently, and in fact with fstat I can see a number of httpd proccesses running accesing that. But fstat only shows me inodes and the mount point. I need to know which files the proccesses are acessing. How? Thank you. From owner-freebsd-stable@FreeBSD.ORG Tue Jun 6 21:19: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 88A9B16CED7 for ; Tue, 6 Jun 2006 21:14:07 +0000 (UTC) (envelope-from clint@0lsen.net) Received: from rwcrmhc15.comcast.net (rwcrmhc15.comcast.net [204.127.192.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AFD043D72 for ; Tue, 6 Jun 2006 21:14:02 +0000 (GMT) (envelope-from clint@0lsen.net) Received: from 0lsen.net ([24.20.127.157]) by comcast.net (rwcrmhc15) with ESMTP id <20060606211402m15000mdfle>; Tue, 6 Jun 2006 21:14:02 +0000 Received: by 0lsen.net (Postfix, from userid 1001) id 04E8D17782; Tue, 6 Jun 2006 14:14:02 -0700 (PDT) Date: Tue, 6 Jun 2006 14:14:01 -0700 From: Clint Olsen To: stable@freebsd.org Message-ID: <20060606211401.GH50794@0lsen.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Organization: NULlsen Network X-Disclaimer: Mutt Bites! Cc: Subject: Re: How can I know which files a proccess is accessing? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 06 Jun 2006 21:19:18 -0000 On Jun 06, Eduardo Meyer wrote: > I need to know which files under /var a proccess (httpd here) is > acessing. It is not logs because I have a different partition for > logs. > > gstat tells me that slice ad0s1h (my /var) is 100% frequently, and in > fact with fstat I can see a number of httpd proccesses running > accesing that. But fstat only shows me inodes and the mount point. > > I need to know which files the proccesses are acessing. Linux has a cool program: lsof (list open files). Does FreeBSD have something similar? -Clint From owner-freebsd-stable@FreeBSD.ORG Tue Jun 6 21:26: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 B615E16A99B for ; Tue, 6 Jun 2006 21:16:08 +0000 (UTC) (envelope-from wb@freebie.xs4all.nl) Received: from smtp-vbr1.xs4all.nl (smtp-vbr1.xs4all.nl [194.109.24.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAE2C43D73 for ; Tue, 6 Jun 2006 21:16:02 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-vbr1.xs4all.nl (8.13.6/8.13.6) with ESMTP id k56LG0AK087716; Tue, 6 Jun 2006 23:16:00 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.13.6/8.13.3) with ESMTP id k56LFx61008043; Tue, 6 Jun 2006 23:15:59 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.13.6/8.13.6/Submit) id k56LFwAE008042; Tue, 6 Jun 2006 23:15:58 +0200 (CEST) (envelope-from wb) Date: Tue, 6 Jun 2006 23:15:58 +0200 From: Wilko Bulte To: Eduardo Meyer Message-ID: <20060606211558.GA8018@freebie.xs4all.nl> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.11 X-Virus-Scanned: by XS4ALL Virus Scanner Cc: stable@freebsd.org Subject: Re: How can I know which files a proccess is accessing? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 06 Jun 2006 21:26:10 -0000 On Tue, Jun 06, 2006 at 05:39:34PM -0300, Eduardo Meyer wrote.. > Hello, > > I need to know which files under /var a proccess (httpd here) is > acessing. It is not logs because I have a different partition for > logs. > > gstat tells me that slice ad0s1h (my /var) is 100% frequently, and in > fact with fstat I can see a number of httpd proccesses running > accesing that. But fstat only shows me inodes and the mount point. > > I need to know which files the proccesses are acessing. lsof? $ lsof /var COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME mutt 8018 wb 4r VREG 0,172 163763 47112 /var/mail/wb sh 8024 wb 4r VREG 0,172 163763 47112 /var/mail/wb vi 8025 wb 4r VREG 0,172 163763 47112 /var/mail/wb sh 8031 wb 4r VREG 0,172 163763 47112 /var/mail/wb $ -- Wilko Bulte wilko@FreeBSD.org From owner-freebsd-stable@FreeBSD.ORG Tue Jun 6 21:26: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 C2A2B16BA79 for ; Tue, 6 Jun 2006 21:16:43 +0000 (UTC) (envelope-from dudu.meyer@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id D18D743D64 for ; Tue, 6 Jun 2006 21:16:41 +0000 (GMT) (envelope-from dudu.meyer@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so36703uge for ; Tue, 06 Jun 2006 14:16: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=C+pP4BEhnPnIy6Ug/Br+zzj/3HkoWffYSfCbylTh76zG5j74gEyfhgjUKp2plqKEYJYig6in1QVHfPMdPt3vKaqf1yiRRJn4lmE0Nu/KP24hlIqg9Fkbfkpdr3pvzMbhKZSuR1MxrkhOZHHcU+FQcr/7v4dAulle56eO8YsnRtU= Received: by 10.66.216.6 with SMTP id o6mr30968ugg; Tue, 06 Jun 2006 14:16:39 -0700 (PDT) Received: by 10.66.222.15 with HTTP; Tue, 6 Jun 2006 14:16:39 -0700 (PDT) Message-ID: Date: Tue, 6 Jun 2006 18:16:39 -0300 From: "Eduardo Meyer" To: stable@freebsd.org In-Reply-To: <20060606211327.GG32476@bunrab.catwhisker.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060606211327.GG32476@bunrab.catwhisker.org> Cc: Subject: Re: How can I know which files a proccess is accessing? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 06 Jun 2006 21:26:59 -0000 On 6/6/06, David Wolfskill wrote: > You may find the "lsof" port useful for answering such questions. > I tried it, but it seems that I found some limitations: lsof: no local file space at PID 16543 # ps 16543 PID TT STAT TIME COMMAND 16543 ?? S 0:02.43 /usr/local/sbin/httpd -k start -DSSL Any tuning would do the job? From owner-freebsd-stable@FreeBSD.ORG Tue Jun 6 21:30:46 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 B8F3116BB11 for ; Tue, 6 Jun 2006 21:21:28 +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 64FF743D48 for ; Tue, 6 Jun 2006 21:21:28 +0000 (GMT) (envelope-from freebsd-stable-local@be-well.ilk.org) Received: (qmail 8078 invoked from network); 6 Jun 2006 21:21:26 -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 ; 6 Jun 2006 21:21:26 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 14D502842A; Tue, 6 Jun 2006 17:21:25 -0400 (EDT) To: "Eduardo Meyer" References: From: Lowell Gilbert Date: Tue, 06 Jun 2006 17:21:24 -0400 In-Reply-To: (Eduardo Meyer's message of "Tue, 6 Jun 2006 17:39:34 -0300") Message-ID: <44fyiiugiz.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: stable@freebsd.org Subject: Re: How can I know which files a proccess is accessing? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 06 Jun 2006 21:30:54 -0000 "Eduardo Meyer" writes: > gstat tells me that slice ad0s1h (my /var) is 100% frequently, and in > fact with fstat I can see a number of httpd proccesses running > accesing that. But fstat only shows me inodes and the mount point. > > I need to know which files the proccesses are acessing. > > How? Map the inodes to files with find(1)? From owner-freebsd-stable@FreeBSD.ORG Tue Jun 6 21:32: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 4EAE916B85A for ; Tue, 6 Jun 2006 21:23:03 +0000 (UTC) (envelope-from k@numeri.campus.luth.se) Received: from numeri.campus.luth.se (numeri.campus.luth.se [130.240.207.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id 910BD43D55 for ; Tue, 6 Jun 2006 21:23:02 +0000 (GMT) (envelope-from k@numeri.campus.luth.se) Received: from numeri.campus.luth.se (localhost [127.0.0.1]) by numeri.campus.luth.se (8.13.4/8.13.4) with ESMTP id k56LN0SI040539; Tue, 6 Jun 2006 23:23:00 +0200 (CEST) (envelope-from k@numeri.campus.luth.se) Received: (from k@localhost) by numeri.campus.luth.se (8.13.4/8.13.1/Submit) id k56LMxlM040538; Tue, 6 Jun 2006 23:22:59 +0200 (CEST) (envelope-from k) Date: Tue, 6 Jun 2006 23:22:59 +0200 From: Johan Karlsson To: Eduardo Meyer Message-ID: <20060606212259.GE28843@numeri.campus.ltu.se> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Cc: stable@freebsd.org Subject: Re: How can I know which files a proccess is accessing? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 06 Jun 2006 21:32:20 -0000 Hi On Tue, Jun 06, 2006 at 17:39 (-0300), Eduardo Meyer wrote: > Hello, > > I need to know which files under /var a proccess (httpd here) is > acessing. It is not logs because I have a different partition for > logs. > > gstat tells me that slice ad0s1h (my /var) is 100% frequently, and in > fact with fstat I can see a number of httpd proccesses running > accesing that. But fstat only shows me inodes and the mount point. > > I need to know which files the proccesses are acessing. > > How? Try with lsof from ports. /Johan K > > Thank you. > _______________________________________________ > 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" -- Johan Karlsson mailto:johan@FreeBSD.org From owner-freebsd-stable@FreeBSD.ORG Tue Jun 6 21:35: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 963A016C922 for ; Tue, 6 Jun 2006 21:33:34 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from smtp-out3.tiscali.nl (smtp-out3.tiscali.nl [195.241.79.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C76243D55 for ; Tue, 6 Jun 2006 21:33:33 +0000 (GMT) (envelope-from ronald-freebsd8@klop.yi.org) Received: from [82.171.39.195] (helo=guido.klop.ws) by smtp-out3.tiscali.nl with smtp (Tiscali http://www.tiscali.nl) id 1FnjB6-0005vi-HX for ; Tue, 06 Jun 2006 23:33:32 +0200 Received: (qmail 1589 invoked from network); 6 Jun 2006 21:33:30 -0000 Received: from localhost.thuis.klop.ws (HELO localhost) (127.0.0.1) by localhost.thuis.klop.ws with SMTP; 6 Jun 2006 21:33:30 -0000 To: "Clint Olsen" , stable@freebsd.org From: "Ronald Klop" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: <20060606211401.GH50794@0lsen.net> Content-Transfer-Encoding: Quoted-Printable Date: Tue, 06 Jun 2006 23:33:30 +0200 Message-ID: In-Reply-To: <20060606211401.GH50794@0lsen.net> User-Agent: Opera Mail/9.00 (FreeBSD) Cc: Subject: Re: How can I know which files a proccess is accessing? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 06 Jun 2006 21:35:13 -0000 On Tue, 06 Jun 2006 23:14:01 +0200, Clint Olsen wrote:= > On Jun 06, Eduardo Meyer wrote: >> I need to know which files under /var a proccess (httpd here) is >> acessing. It is not logs because I have a different partition for >> logs. >> >> gstat tells me that slice ad0s1h (my /var) is 100% frequently, and in= >> fact with fstat I can see a number of httpd proccesses running >> accesing that. But fstat only shows me inodes and the mount point. >> >> I need to know which files the proccesses are acessing. > > Linux has a cool program: lsof (list open files). Does FreeBSD have > something similar? /usr/ports/sysutils/lsof -- = Ronald Klop Amsterdam, The Netherlands From owner-freebsd-stable@FreeBSD.ORG Tue Jun 6 21:35: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 8B68F16CE81 for ; Tue, 6 Jun 2006 21:33:44 +0000 (UTC) (envelope-from nomadlogic@gmail.com) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F9C343D49 for ; Tue, 6 Jun 2006 21:33:43 +0000 (GMT) (envelope-from nomadlogic@gmail.com) Received: by wx-out-0102.google.com with SMTP id i31so19256wxd for ; Tue, 06 Jun 2006 14:33:43 -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=prTj4s36Yg/IVmHnLvVKv6F/6ojh+U4fsIxxyRI/O3a11JBFW6C3RVc2FVmjeP3zHOM/8+9HA8+IBJWCehBP7KnskkrCLJFAf00NbIjWX03CAxXV2HQ5XHZ0RCt62at/cVt/M8AYVkerzx+hOFsOX/KxZ5lt6J6dId/BymTdIeI= Received: by 10.70.128.9 with SMTP id a9mr32807wxd; Tue, 06 Jun 2006 14:33:43 -0700 (PDT) Received: by 10.70.83.15 with HTTP; Tue, 6 Jun 2006 14:33:43 -0700 (PDT) Message-ID: <57d710000606061433o66eb2663tec43d8f39e99a46c@mail.gmail.com> Date: Tue, 6 Jun 2006 14:33:43 -0700 From: "pete wright" To: "Eduardo Meyer" In-Reply-To: <57d710000606061432q650b29b0o92465196cfa30dea@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <57d710000606061432q650b29b0o92465196cfa30dea@mail.gmail.com> Cc: stable@freebsd.org Subject: Re: How can I know which files a proccess is accessing? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 06 Jun 2006 21:35:19 -0000 On 6/6/06, pete wright wrote: > On 6/6/06, Eduardo Meyer wrote: > > Hello, > > > > I need to know which files under /var a proccess (httpd here) is > > acessing. It is not logs because I have a different partition for > > logs. > > > > gstat tells me that slice ad0s1h (my /var) is 100% frequently, and in > > fact with fstat I can see a number of httpd proccesses running > > accesing that. But fstat only shows me inodes and the mount point. > > > > I need to know which files the proccesses are acessing. > > > > if you can get fstat to help you may want to take a look at lfof, sorry that should be lsof -pete -- ~~o0OO0o~~ Pete Wright www.nycbug.org NYC's *BSD User Group From owner-freebsd-stable@FreeBSD.ORG Tue Jun 6 21:36: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 23FA316C6AB for ; Tue, 6 Jun 2006 21:27:56 +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 B2AF443D45 for ; Tue, 6 Jun 2006 21:27:55 +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 k56LRs3L068763; Tue, 6 Jun 2006 14:27:54 -0700 (PDT) (envelope-from david@bunrab.catwhisker.org) Received: (from david@localhost) by bunrab.catwhisker.org (8.13.3/8.13.1/Submit) id k56LRsN2068762; Tue, 6 Jun 2006 14:27:54 -0700 (PDT) (envelope-from david) Date: Tue, 6 Jun 2006 14:27:54 -0700 From: David Wolfskill To: Clint Olsen Message-ID: <20060606212754.GH32476@bunrab.catwhisker.org> Mail-Followup-To: David Wolfskill , Clint Olsen , stable@freebsd.org References: <20060606211401.GH50794@0lsen.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="/xevKuQXtvXNcizp" Content-Disposition: inline In-Reply-To: <20060606211401.GH50794@0lsen.net> User-Agent: Mutt/1.4.2.1i Cc: stable@freebsd.org Subject: Re: How can I know which files a proccess is accessing? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 06 Jun 2006 21:36:18 -0000 --/xevKuQXtvXNcizp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jun 06, 2006 at 02:14:01PM -0700, Clint Olsen wrote: > ... > > I need to know which files the proccesses are acessing. >=20 > Linux has a cool program: lsof (list open files). Does FreeBSD have > something similar? lsof never has been Linux-specific. Please see sysutils/lsof in your local ports tree. Peace, david --=20 David H. Wolfskill david@catwhisker.org Doing business with spammers only encourages them. Please boycott spammers. See http://www.catwhisker.org/~david/publickey.gpg for my public key. --/xevKuQXtvXNcizp Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iEYEARECAAYFAkSF81kACgkQmprOCmdXAD2CCgCcCfTXMmvp82iegUyVJzQAA8Bc i+cAnjfAjRoCcQcqmAA7CLGHmwkeyzys =5TFq -----END PGP SIGNATURE----- --/xevKuQXtvXNcizp-- From owner-freebsd-stable@FreeBSD.ORG Tue Jun 6 21:36: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 8050A16B618 for ; Tue, 6 Jun 2006 21:28:19 +0000 (UTC) (envelope-from wb@freebie.xs4all.nl) Received: from smtp-vbr13.xs4all.nl (smtp-vbr13.xs4all.nl [194.109.24.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id C655B43D49 for ; Tue, 6 Jun 2006 21:28:18 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-vbr13.xs4all.nl (8.13.6/8.13.6) with ESMTP id k56LSD2Z026473; Tue, 6 Jun 2006 23:28:14 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.13.6/8.13.3) with ESMTP id k56LSCOa008263; Tue, 6 Jun 2006 23:28:12 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.13.6/8.13.6/Submit) id k56LSCTL008262; Tue, 6 Jun 2006 23:28:12 +0200 (CEST) (envelope-from wb) Date: Tue, 6 Jun 2006 23:28:12 +0200 From: Wilko Bulte To: Clint Olsen Message-ID: <20060606212812.GA8246@freebie.xs4all.nl> References: <20060606211401.GH50794@0lsen.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060606211401.GH50794@0lsen.net> User-Agent: Mutt/1.5.11 X-Virus-Scanned: by XS4ALL Virus Scanner Cc: stable@freebsd.org Subject: Re: How can I know which files a proccess is accessing? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 06 Jun 2006 21:36:22 -0000 On Tue, Jun 06, 2006 at 02:14:01PM -0700, Clint Olsen wrote.. > On Jun 06, Eduardo Meyer wrote: > > I need to know which files under /var a proccess (httpd here) is > > acessing. It is not logs because I have a different partition for > > logs. > > > > gstat tells me that slice ad0s1h (my /var) is 100% frequently, and in > > fact with fstat I can see a number of httpd proccesses running > > accesing that. But fstat only shows me inodes and the mount point. > > > > I need to know which files the proccesses are acessing. > > Linux has a cool program: lsof (list open files). Does FreeBSD have > something similar? The same: wb@freebie ~: pkg_info | grep lsof lsof-4.76.2 Lists information about open files (similar to fstat(1)) see: /usr/ports/sysutils/lsof -- Wilko Bulte wilko@FreeBSD.org From owner-freebsd-stable@FreeBSD.ORG Tue Jun 6 21:36: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 AE7C716AF95 for ; Tue, 6 Jun 2006 21:29:44 +0000 (UTC) (envelope-from fullermd@over-yonder.net) Received: from mail.localelinks.com (web.localelinks.com [64.39.75.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B0BE43D45 for ; Tue, 6 Jun 2006 21:29:44 +0000 (GMT) (envelope-from fullermd@over-yonder.net) Received: from draco.over-yonder.net (adsl-072-148-013-213.sip.jan.bellsouth.net [72.148.13.213]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.localelinks.com (Postfix) with ESMTP id E0CD93E1; Tue, 6 Jun 2006 16:29:43 -0500 (CDT) Received: by draco.over-yonder.net (Postfix, from userid 100) id 3063B61C32; Tue, 6 Jun 2006 16:29:43 -0500 (CDT) Date: Tue, 6 Jun 2006 16:29:43 -0500 From: "Matthew D. Fuller" To: Clint Olsen Message-ID: <20060606212943.GN76919@over-yonder.net> References: <20060606211401.GH50794@0lsen.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060606211401.GH50794@0lsen.net> X-Editor: vi X-OS: FreeBSD User-Agent: Mutt/1.5.11-fullermd.3 Cc: stable@freebsd.org Subject: Re: How can I know which files a proccess is accessing? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 06 Jun 2006 21:36:23 -0000 On Tue, Jun 06, 2006 at 02:14:01PM -0700 I heard the voice of Clint Olsen, and lo! it spake thus: > > Linux has a cool program: lsof (list open files). Does FreeBSD have > something similar? fstat. (or lsof in ports, if you wanted) -- Matthew Fuller (MF4839) | fullermd@over-yonder.net Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ On the Internet, nobody can hear you scream. From owner-freebsd-stable@FreeBSD.ORG Tue Jun 6 21:39: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 7CCCA16D0DA for ; Tue, 6 Jun 2006 21:32:43 +0000 (UTC) (envelope-from nomadlogic@gmail.com) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEBEF43D49 for ; Tue, 6 Jun 2006 21:32:39 +0000 (GMT) (envelope-from nomadlogic@gmail.com) Received: by wx-out-0102.google.com with SMTP id i31so19077wxd for ; Tue, 06 Jun 2006 14:32:39 -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=Ct8pTYR7WR0pY8xxrHC5KmHpy+eLdpTBt2p6C2rmRTKOlHRrmrnEBl64hsm3+BKu7ux4bwuHhTZ3XwjS0P/jNjGJ+2k5YKdtRnFtrRaAnauPm5AWng+uxvUpAbUMPv9+aK38QVstV95/Ou/z9JZ5eGcaAS09ORgKhFVx01IsiL4= Received: by 10.70.10.2 with SMTP id 2mr31594wxj; Tue, 06 Jun 2006 14:32:38 -0700 (PDT) Received: by 10.70.83.15 with HTTP; Tue, 6 Jun 2006 14:32:37 -0700 (PDT) Message-ID: <57d710000606061432q650b29b0o92465196cfa30dea@mail.gmail.com> Date: Tue, 6 Jun 2006 14:32:37 -0700 From: "pete wright" To: "Eduardo Meyer" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: stable@freebsd.org Subject: Re: How can I know which files a proccess is accessing? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 06 Jun 2006 21:39:34 -0000 On 6/6/06, Eduardo Meyer wrote: > Hello, > > I need to know which files under /var a proccess (httpd here) is > acessing. It is not logs because I have a different partition for > logs. > > gstat tells me that slice ad0s1h (my /var) is 100% frequently, and in > fact with fstat I can see a number of httpd proccesses running > accesing that. But fstat only shows me inodes and the mount point. > > I need to know which files the proccesses are acessing. > if you can get fstat to help you may want to take a look at lfof, available in ports: /usr/ports/sysutils/lsof " Lsof (LiSt Open Files) lists information about files that are open by the running processes. An open file may be a regular file, a directory, a block special file, a character special file, an executing text reference, a library, a stream or a network file (Internet socket, NFS file or Unix domain socket). " -pete -- ~~o0OO0o~~ Pete Wright www.nycbug.org NYC's *BSD User Group From owner-freebsd-stable@FreeBSD.ORG Tue Jun 6 21:39:34 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 08A6816D0F1 for ; Tue, 6 Jun 2006 21:32:48 +0000 (UTC) (envelope-from gladiatr72@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2B7043D4C for ; Tue, 6 Jun 2006 21:32:46 +0000 (GMT) (envelope-from gladiatr72@gmail.com) Received: by nz-out-0102.google.com with SMTP id 13so26324nzn for ; Tue, 06 Jun 2006 14:32:46 -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=O83aYeCJ/rBKgjhUg1tBw5r2Db1fSKDdfoXrWrCvin5LJRI7Ko6DBXSIU9oM2HV1oPML8hzCYqvuwgGb6x4YYLi+sHc9CI/Yi9tka1V8brElz/Iua9Pbq08iS1G/TTWSdSpNEOov3GGAdGslyyj5q3DWeljHfzrl6/ewpV/8mVU= Received: by 10.65.228.2 with SMTP id f2mr5077189qbr; Tue, 06 Jun 2006 14:32:46 -0700 (PDT) Received: by 10.65.52.4 with HTTP; Tue, 6 Jun 2006 14:32:45 -0700 (PDT) Message-ID: <887b876a0606061432x33283a4fr90b21ae69f07ea83@mail.gmail.com> Date: Tue, 6 Jun 2006 16:32:45 -0500 From: "Stephen D. Spencer" To: "Eduardo Meyer" In-Reply-To: MIME-Version: 1.0 References: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: stable@freebsd.org Subject: Re: How can I know which files a proccess is accessing? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 06 Jun 2006 21:39:35 -0000 On 6/6/06, Eduardo Meyer wrote: > > Hello, > > I need to know which files under /var a proccess (httpd here) is > acessing. It is not logs because I have a different partition for > logs. > > [...] check out ./ports/sysutils/lsof. An excellent little util that has become a standard on all of my *NIXish installs. It'll tell you all you ever wanted to know (and more) about which pieces of your OS are touching what. -- Stephen Spencer Lawrence, KS "If God dropped acid, would he see people?" From owner-freebsd-stable@FreeBSD.ORG Tue Jun 6 21:44: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 A001716B135 for ; Tue, 6 Jun 2006 21:40:34 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AF8743D6D for ; Tue, 6 Jun 2006 21:40:26 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.1/8.13.1) with ESMTP id k56LeHab071481; Tue, 6 Jun 2006 17:40:17 -0400 (EDT) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-stable@FreeBSD.org Date: Tue, 6 Jun 2006 17:40:02 -0400 User-Agent: KMail/1.6.2 References: <20060606211401.GH50794@0lsen.net> In-Reply-To: <20060606211401.GH50794@0lsen.net> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200606061740.04698.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.88/1515/Tue Jun 6 09:38:42 2006 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: Clint Olsen Subject: Re: How can I know which files a proccess is accessing? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 06 Jun 2006 21:44:32 -0000 On Tuesday 06 June 2006 05:14 pm, Clint Olsen wrote: > On Jun 06, Eduardo Meyer wrote: > > I need to know which files under /var a proccess (httpd here) is > > acessing. It is not logs because I have a different partition for > > logs. > > > > gstat tells me that slice ad0s1h (my /var) is 100% frequently, > > and in fact with fstat I can see a number of httpd proccesses > > running accesing that. But fstat only shows me inodes and the > > mount point. > > > > I need to know which files the proccesses are acessing. > > Linux has a cool program: lsof (list open files). Does FreeBSD > have something similar? http://www.freebsd.org/cgi/cvsweb.cgi/ports/sysutils/lsof/ Jung-uk Kim From owner-freebsd-stable@FreeBSD.ORG Tue Jun 6 21:59: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 8D5BA16AE61 for ; Tue, 6 Jun 2006 21:48:16 +0000 (UTC) (envelope-from taob@luxography.ca) Received: from as2.dm.egate.net (shell1.dm.egate.net [216.235.15.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C2BA43D48 for ; Tue, 6 Jun 2006 21:48:15 +0000 (GMT) (envelope-from taob@luxography.ca) Received: by as2.dm.egate.net (Postfix, from userid 8159) id 0CDC14B09; Tue, 6 Jun 2006 17:48:15 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by as2.dm.egate.net (Postfix) with ESMTP id 027074AE6 for ; Tue, 6 Jun 2006 17:48:15 -0400 (EDT) Date: Tue, 6 Jun 2006 17:48:14 -0400 (EDT) From: Brian Tao X-X-Sender: taob@as2.dm.egate.net To: stable@freebsd.org In-Reply-To: <20060606211401.GH50794@0lsen.net> Message-ID: <20060606174750.F61206-100000@as2.dm.egate.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Subject: Re: How can I know which files a proccess is accessing? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 06 Jun 2006 21:59:40 -0000 On Tue, 6 Jun 2006, Clint Olsen wrote: > > Linux has a cool program: lsof (list open files). Does FreeBSD have > something similar? % cd /usr/ports % make search name=lsof Port: lsof-4.76.1.1 Path: /usr/ports/sysutils/lsof Info: Lists information about open files (similar to fstat(1)) Maint: obrien@FreeBSD.org B-deps: R-deps: WWW: http://people.freebsd.org/~abe/ -- Brian Tao, Luxography http://www.luxography.ca/ (main) http://blog.luxography.ca/ (blog) "The art of light" From owner-freebsd-stable@FreeBSD.ORG Tue Jun 6 22:05:56 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 9645416D1D9 for ; Tue, 6 Jun 2006 21:57:04 +0000 (UTC) (envelope-from howells@kde.org) Received: from mail.devrandom.org.uk (host-84-9-223-82.bulldogdsl.com [84.9.223.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D84243D55 for ; Tue, 6 Jun 2006 21:57:01 +0000 (GMT) (envelope-from howells@kde.org) Received: from localhost (localhost [127.0.0.1]) by mail.devrandom.org.uk (Postfix) with ESMTP id 3568DFD052 for ; Tue, 6 Jun 2006 22:57:00 +0100 (BST) Received: from mail.devrandom.org.uk ([127.0.0.1]) by localhost (mail.devrandom.org.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 82554-03 for ; Tue, 6 Jun 2006 22:56:50 +0100 (BST) Received: from [192.168.1.175] (unknown [192.168.1.175]) by mail.devrandom.org.uk (Postfix) with ESMTP id 32B5CFD04E for ; Tue, 6 Jun 2006 22:56:50 +0100 (BST) Message-ID: <4485FA23.5040607@kde.org> Date: Tue, 06 Jun 2006 22:56:51 +0100 From: Chris Howells User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: stable@freebsd.org References: <20060606211401.GH50794@0lsen.net> In-Reply-To: <20060606211401.GH50794@0lsen.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at devrandom.org.uk Cc: Subject: Re: How can I know which files a proccess is accessing? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 06 Jun 2006 22:05:57 -0000 Clint Olsen wrote: > Linux has a cool program: lsof (list open files). Does FreeBSD have > something similar? Yes, 'fstat'. Though I very rarely remember its name ('lsof' is far more memorable, IMHO). From owner-freebsd-stable@FreeBSD.ORG Tue Jun 6 22:19:00 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 61B9916C1C9 for ; Tue, 6 Jun 2006 22:04:56 +0000 (UTC) (envelope-from mikej@rogers.com) Received: from smtp109.rog.mail.re2.yahoo.com (smtp109.rog.mail.re2.yahoo.com [68.142.225.207]) by mx1.FreeBSD.org (Postfix) with SMTP id 4CCDE43D46 for ; Tue, 6 Jun 2006 22:04:55 +0000 (GMT) (envelope-from mikej@rogers.com) Received: (qmail 20389 invoked from network); 6 Jun 2006 22:04:54 -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=izpPC1egBislMuqJZYTPrpS72CGcSeicNIQdrszEu9mv7xiR+zpu3BOl6r6/EZU4dIn3m7GLAIyvlZBWdHG3uHX95HL8Np1IPn4twrAwPJOuVTlpTn9Re65WwRg40ooETDtbMt2wetEr8fa6TFqMQVaf3XNyJm5XFxeCMT8jQY8= ; Received: from unknown (HELO ?70.31.50.218?) (mikej@rogers.com@70.31.50.218 with plain) by smtp109.rog.mail.re2.yahoo.com with SMTP; 6 Jun 2006 22:04:54 -0000 Message-ID: <4485FC14.6040808@rogers.com> Date: Tue, 06 Jun 2006 18:05:08 -0400 From: Mike Jakubik User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Eduardo Meyer References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: stable@freebsd.org Subject: Re: How can I know which files a proccess is accessing? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 06 Jun 2006 22:19:03 -0000 Eduardo Meyer wrote: > Hello, > > I need to know which files under /var a proccess (httpd here) is > acessing. It is not logs because I have a different partition for > logs. Is everyone forgetting the command "fstat" that comes with freebsd? :) From owner-freebsd-stable@FreeBSD.ORG Tue Jun 6 22:44: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 F1DF916D461 for ; Tue, 6 Jun 2006 22:19:53 +0000 (UTC) (envelope-from hiroo@oikumene.gcd.org) Received: from smtp2.inetd.co.jp (smtp2.inetd.co.jp [211.13.220.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEC3443D46 for ; Tue, 6 Jun 2006 22:19:30 +0000 (GMT) (envelope-from hiroo@oikumene.gcd.org) Received: from chrysanthe.oikumene.gcd.org (206.162.192.61.tokyo.global.alpha-net.ne.jp [61.192.162.206]) by smtp2.inetd.co.jp (Postfix) with ESMTP id D93E8C4EB3 for ; Wed, 7 Jun 2006 07:19:22 +0900 (JST) Received: from jezebel.oikumene.gcd.org (jezebel.oikumene.gcd.org [192.168.0.20]) (authenticated bits=0) by chrysanthe.oikumene.gcd.org (8.13.6/8.13.6) with ESMTP id k56MJMG2000949 for ; Wed, 7 Jun 2006 07:19:22 +0900 (JST) (envelope-from hiroo@oikumene.gcd.org) Date: Wed, 07 Jun 2006 07:19:20 +0900 Message-ID: <86hd2ysz9z.wl%hiroo@oikumene.gcd.org> From: Hiroo Ono To: freebsd-stable@freebsd.org In-Reply-To: <4485B8B2.3060506@protected-networks.net> References: <86irnetdjg.wl%hiroo@oikumene.gcd.org> <4485B8B2.3060506@protected-networks.net> 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 Subject: Re: loader and ifconfig_*_name problem in 6.1-STABLE of 5 June X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 06 Jun 2006 22:44:25 -0000 At Tue, 06 Jun 2006 13:17:38 -0400, Michael Butler wrote: > > Hiroo Ono wrote: > > I upgraded via build/installworld from 6.1-PRERELEASE as of 27 Mars > > to 6.1-STABLE 5 June, and encounterd 2 problems. > > [ .. snip .. ] > > > I copied the old /boot/loader.old to /boot/loader as a workaround. > > I have > > CFLAGS= -O2 -pipe > > COPTFLAGS= -O2 -pipe > > Please remove these and re-test. The default is "-O2 -fno-strict-aliasing" which generates slightly different code in some instances, Thank you. I commented out above two lines from /etc/make.conf and did build/installkernel, build/installworld again (a little superfluous maybe). So, the loader and the kernel must be built with default options. The result was same. Loading new kernel with the new loader reboots the machine. The CPU is an athlon (CPU lines from dmesg were as follows). I do not remember what was the chipset now; CPU: AMD Athlon(tm) XP 1600+ (1403.19-MHz 686-class CPU) Origin = "AuthenticAMD" Id = 0x662 Stepping = 2 Features=0x383fbff AMD Features=0xc0480800 From owner-freebsd-stable@FreeBSD.ORG Tue Jun 6 22:58: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 2DF0416CBCE for ; Tue, 6 Jun 2006 22:28:23 +0000 (UTC) (envelope-from Paul.Dekkers@surfnet.nl) Received: from dorsvlegel.surfnet.nl (dorsvlegel.surfnet.nl [192.87.108.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B82443D98 for ; Tue, 6 Jun 2006 22:27:52 +0000 (GMT) (envelope-from Paul.Dekkers@surfnet.nl) Received: from gromit.chippie.org ([145.99.219.147]) by dorsvlegel.surfnet.nl (Exim 4.62) with esmtps (TLSv1:AES256-SHA:256) id 1Fnk1f-0000U5-Hs; Wed, 07 Jun 2006 00:27:51 +0200 Message-ID: <44860164.3060705@surfnet.nl> Date: Wed, 07 Jun 2006 00:27:48 +0200 From: Paul Dekkers User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.4) Gecko/20060516 Thunderbird/1.5.0.4 Mnenhy/0.7.4.0 MIME-Version: 1.0 To: Philippe Pegon References: <446231F7.2040103@crc.u-strasbg.fr> In-Reply-To: <446231F7.2040103@crc.u-strasbg.fr> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-SURFnet-Sender-check: 8ae21ef524b09d992f22af3c70f0e299 Cc: freebsd-stable@freebsd.org Subject: Re: carp with IPv6 broken on 6.1-RELEASE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 22:58:11 -0000 Hi, Philippe Pegon wrote: > it seems that carp is broken on FreeBSD 6.1-RELEASE when an inet6 > address is configured on a carp interface. Since I upgraded from 6.0 > to 6.1 (today) I can't see IPv6 carp advertisement with tcpdump. > > Did someone else observe this ? I think I just did, or something similar/related. I just upgraded the 'master' of 2 machines to 6.1 (where the backup was already running 6.1 for a couple of days) and now I see my carp session 'flapping'. The master machine kept running master, the backup was switching to master once every 5 seconds I think, stealing some traffic and notifying me with: kernel: carp0: MASTER -> BACKUP (more frequent advertisement received) ... which of course is not true. I'm sure there is no firewall in the way (in fact I disabled it for a short while), I saw the vrrp advertisements (while the error occurs I see the machine that is suppost to be backup sending one advertisement every 4/5 seconds as well)... this config was running before, I'm confident there is something wrong. As soon as I remove the IPv6 address from the interface everything seems to work fine, role only switches when there's a reason for it. Philippe, did you create a pr? Paul From owner-freebsd-stable@FreeBSD.ORG Wed Jun 7 00:11: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 530ED16AEE4 for ; Tue, 6 Jun 2006 23:42:13 +0000 (UTC) (envelope-from lydianconcepts@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD8A343D45 for ; Tue, 6 Jun 2006 23:42:12 +0000 (GMT) (envelope-from lydianconcepts@gmail.com) Received: by nz-out-0102.google.com with SMTP id 13so46431nzn for ; Tue, 06 Jun 2006 16:42:12 -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=Wke8B7Xu+EKx8VY3rT0sOdHz/CWCZWoJ+fkwhwdP8zT3BHMmC9pNe4Q6z1x/oL1isSLvCVxpSkrKvAKJ1J1BmPFY4jFEtZr+S3lCrfjy4iPTBlFaTC/wmjkCZbsKNXNRvHZWrJqshG7DvH6jH7Wa07xmEcBbDVrRyAU9qHE9TBw= Received: by 10.64.47.19 with SMTP id u19mr107249qbu; Tue, 06 Jun 2006 16:42:11 -0700 (PDT) Received: by 10.65.151.8 with HTTP; Tue, 6 Jun 2006 16:42:11 -0700 (PDT) Message-ID: <7579f7fb0606061642hefc000fi110a4a340afaadfa@mail.gmail.com> Date: Tue, 6 Jun 2006 16:42:11 -0700 From: "Matthew Jacob" To: "Andy Dills" In-Reply-To: <20060605212952.T96853@thunder.xecu.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060605212952.T96853@thunder.xecu.net> Cc: freebsd-stable@freebsd.org Subject: Re: Suggestions for Adaptec SAS AIC9410 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 07 Jun 2006 00:11:30 -0000 The mpt driver was just MFC'd, but that won't help the adaptec issue. There is a remote chance that somebody I'm doing work for will want a FreeBSD driver for the adaptec card, but that won't be for a couple of months. It's a huge PITA- the SuperMicro boards are nice , but they don't get along with LSI-Logic. So, when I get SuperMicro, I pretty much get the ones with native SATA. On 6/5/06, Andy Dills wrote: > > I'm trying to get a Supermicro 6024H-32R setup with 6.1, but I'm > discovering that the Adaptec SAS AIC9410 controller isn't yet supported. > > I see one brief thread about it on this mailing list back in March, but no > further mention or conclusive details. There was talk of MFCing the mpt > driver...is anybody using this in production? > > I'd prefer to use FreeBSD, but I'm guessing I'm going to need to do SuSE > for this box, which Adaptec provides drivers for. > > Thanks, > Andy > > --- > Andy Dills > Xecunet, Inc. > www.xecu.net > 301-682-9972 > --- > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > From owner-freebsd-stable@FreeBSD.ORG Wed Jun 7 00:17:54 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 CB7B216B5FC; Tue, 6 Jun 2006 23:42:48 +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 6EF8443D45; Tue, 6 Jun 2006 23:42:46 +0000 (GMT) (envelope-from gpalmer@freebsd.org) Received: from uucp by noop.in-addr.com with local-rmail (Exim 4.52 (FreeBSD)) id 1FnlC9-0000AR-8O; Tue, 06 Jun 2006 19:42:45 -0400 Received: from localhost.home.in-addr.com ([127.0.0.1]:59026) by rimmer.home.in-addr.com with esmtp (Exim 4.62 (FreeBSD)) (envelope-from ) id 1FnlBF-000BZx-EI; Wed, 07 Jun 2006 00:41:49 +0100 Message-ID: <448612BD.1010304@freebsd.org> Date: Wed, 07 Jun 2006 00:41:49 +0100 From: Gary Palmer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.13) Gecko/20060528 X-Accept-Language: en-gb, en, en-us MIME-Version: 1.0 To: Brian Tao References: <20060604001315.F41289-100000@as2.dm.egate.net> In-Reply-To: <20060604001315.F41289-100000@as2.dm.egate.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FREEBSD-STABLE Subject: Re: 6.1 kernel unable to find /dev ? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 07 Jun 2006 00:17:54 -0000 Brian Tao wrote: >On Sun, 4 Jun 2006, Gary Palmer wrote: > > >>On Sat, Jun 03, 2006 at 11:35:29PM -0400, Brian Tao wrote: >> >> >>> errno 8 is ENOEXEC and 13 is EACCES... but: >>> >>> >>Silly question: /sbin/init has the "x" flag set, correct? It should be >>mode 0500 (i.e. -r-x------) >> >> > > Yep... > ># ls -ld / /sbin /sbin/init >drwxr-xr-x 21 root wheel 512 Jun 3 21:43 / >drwxr-xr-x 2 root wheel 2560 May 4 18:05 /sbin >-r-x------ 1 root wheel 582560 May 4 18:05 /sbin/init > > This is the same /sbin/init that the 6.0 kernel has no problems >executing, but the 6.1's do (if booting into "safe" or noacpi mode). > > Hi Brian, The only other thing I can suggest is to boot single user and run a manual full fsck incase the metadata is confused somehow. Also it might be worthwhile checking that the MBR and partition tables are sane. Assuming that when you added the drives, you didn't change the kernel until after you started having problems, the only thing I can figure is there was some minor corruption somewhere. Regards From owner-freebsd-stable@FreeBSD.ORG Wed Jun 7 00:24: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 BCA5816A908 for ; Wed, 7 Jun 2006 00:04:48 +0000 (UTC) (envelope-from matthias.andree@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 8553843D48 for ; Wed, 7 Jun 2006 00:04:47 +0000 (GMT) (envelope-from matthias.andree@gmx.de) Received: (qmail invoked by alias); 07 Jun 2006 00:04:46 -0000 Received: from p509120B8.dip0.t-ipconnect.de (EHLO m2a2.dyndns.org) [80.145.32.184] by mail.gmx.net (mp031) with SMTP; 07 Jun 2006 02:04:46 +0200 X-Authenticated: #428038 Received: from localhost (localhost [127.0.0.1]) by merlin.emma.line.org (Postfix) with ESMTP id 3927720123D; Wed, 7 Jun 2006 02:04:45 +0200 (CEST) Received: from m2a2.dyndns.org ([127.0.0.1]) by localhost (m2a2.dyndns.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 03033-03; Wed, 7 Jun 2006 02:04:43 +0200 (CEST) Received: by merlin.emma.line.org (Postfix, from userid 500) id 9F9DA201329; Wed, 7 Jun 2006 02:04:43 +0200 (CEST) From: Matthias Andree To: freebsd-stable@freebsd.org, "Eduardo Meyer" In-Reply-To: (Eduardo Meyer's message of "Tue, 6 Jun 2006 18:16:39 -0300") References: <20060606211327.GG32476@bunrab.catwhisker.org> X-PGP-Key: http://home.pages.de/~mandree/keys/GPGKEY.asc Date: Wed, 07 Jun 2006 02:04:43 +0200 Message-ID: User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: amavisd-new at emma.line.org X-Y-GMX-Trusted: 0 Cc: Subject: Re: How can I know which files a proccess is accessing? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 07 Jun 2006 00:24:19 -0000 "Eduardo Meyer" writes: > On 6/6/06, David Wolfskill wrote: >> You may find the "lsof" port useful for answering such questions. >> > > I tried it, but it seems that I found some limitations: > > lsof: no local file space at PID 16543 > > # ps 16543 > PID TT STAT TIME COMMAND > 16543 ?? S 0:02.43 /usr/local/sbin/httpd -k start -DSSL > > Any tuning would do the job? Are you running with tightened up security that might prevent fstat from accessing /dev/kmem? I don't know fstat failures from experience or what causes it to just show inode numbers - perhaps delete files that are still open. I'm unsure about the reason for lsof's complaint; if you installed a package, try rebuilding the port. Something different, if fstat and lsof continue to fail: you may try attaching a syscall tracer such as truss, ktrace or strace (the latter from ports) to the process and see if it leaks file descriptors. This may fail due to permissions however. -- Matthias Andree From owner-freebsd-stable@FreeBSD.ORG Wed Jun 7 01:29:08 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 35B3916AC48 for ; Wed, 7 Jun 2006 01:03:17 +0000 (UTC) (envelope-from markov@sigasis.ru) Received: from mail.sigasis.ru (sigasis.ru [195.161.236.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43EAC43D45 for ; Wed, 7 Jun 2006 01:03:15 +0000 (GMT) (envelope-from markov@sigasis.ru) Received: from xp413.testnt.nbd (unknown [10.10.10.7]) by mail.sigasis.ru (Postfix) with ESMTP id E84C617C9A for ; Wed, 7 Jun 2006 10:03:12 +0900 (IRKST) Date: Wed, 7 Jun 2006 10:03:12 +0900 From: =?Windows-1251?B?zODw6u7iIMTs6PLw6Okgwuvg5Ojs6PDu4uj3?= Organization: =?Windows-1251?B?0ejh6PDx6ujpIMjt8fLo8vPyIMPA0cjR?= X-Priority: 3 (Normal) Message-ID: <23213573.20060607100312@sigasis.ru> To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=Windows-1251 Content-Transfer-Encoding: 8bit Subject: Error while 'make buildworld' in terminal.o X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: markov@sigasis.ru List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jun 2006 01:29:08 -0000 Good present! A was synchronise my source to RELENG_5_3 by cvsup. When I was starting build world (make buildworld), building process was broken with output: cc -O2 -pipe -DINFODIR=\"/usr/share/info:/usr/local/info:/usr/X11R6/info:.\" -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo/lib -I/usr/obj/usr/src/i386/legacy/usr/include -c /usr/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo/info/window.c cc -O2 -pipe -DINFODIR=\"/usr/share/info:/usr/local/info:/usr/X11R6/info:.\" -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo/lib -I/usr/obj/usr/src/i386/legacy/usr/include -static -L/usr/obj/usr/src/i386/legacy/usr/lib -o info dir.o display.o doc.o dribble.o echo-area.o filesys.o footnotes.o gc.o indices.o info-utils.o info.o infodoc.o infomap.o m-x.o man.o nodemenu.o nodes.o search.o session.o signals.o terminal.o tilde.o variables.o window.o -ltermcap /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/texinfo/info/../libtxi/libtxi.a -legacy terminal.o(.text+0xa3): In function `terminal_goto_xy': : undefined reference to `tgoto' terminal.o(.text+0xac): In function `terminal_goto_xy': : undefined reference to `tputs' terminal.o(.text+0x142): In function `terminal_clear_to_eol': : undefined reference to `tputs' terminal.o(.text+0x176): In function `terminal_clear_screen': : undefined reference to `tputs' terminal.o(.text+0x1aa): In function `terminal_up_line': : undefined reference to `tputs' terminal.o(.text+0x1de): In function `terminal_down_line': : undefined reference to `tputs' terminal.o(.text+0x212): more undefined references to `tputs' follow terminal.o(.text+0x30f): In function `terminal_delete_lines': : undefined reference to `tgoto' terminal.o(.text+0x318): In function `terminal_delete_lines': : undefined reference to `tputs' terminal.o(.text+0x37a): In function `terminal_insert_lines': : undefined reference to `tputs' terminal.o(.text+0x3ab): In function `terminal_insert_lines': : undefined reference to `tgoto' terminal.o(.text+0x3b4): In function `terminal_insert_lines': : undefined reference to `tputs' terminal.o(.text+0x547): In function `terminal_get_screen_size': : undefined reference to `tgetnum' terminal.o(.text+0x593): In function `terminal_get_screen_size': : undefined reference to `tgetnum' terminal.o(.text+0x621): In function `terminal_initialize_terminal': : undefined reference to `tgetent' terminal.o(.text+0x63d): In function `terminal_initialize_terminal': : undefined reference to `tgetstr' terminal.o(.text+0x649): In function `terminal_initialize_terminal': : undefined reference to `BC' terminal.o(.text+0x659): In function `terminal_initialize_terminal': : undefined reference to `PC' terminal.o(.text+0x690): In function `terminal_initialize_terminal': : undefined reference to `ospeed' terminal.o(.text+0x6a1): In function `terminal_initialize_terminal': : undefined reference to `tgetstr' terminal.o(.text+0x6b6): In function `terminal_initialize_terminal': : undefined reference to `tgetstr' terminal.o(.text+0x6c8): In function `terminal_initialize_terminal': : undefined reference to `tgetstr' terminal.o(.text+0x6da): In function `terminal_initialize_terminal': : undefined reference to `tgetstr' terminal.o(.text+0x6ec): In function `terminal_initialize_terminal': : undefined reference to `tgetstr' terminal.o(.text+0x6fe): more undefined references to `tgetstr' follow terminal.o(.text+0x85b): In function `terminal_initialize_terminal': : undefined reference to `tgetflag' terminal.o(.text+0x89f): In function `terminal_initialize_terminal': : undefined reference to `tgetstr' terminal.o(.text+0x8b4): In function `terminal_initialize_terminal': : undefined reference to `tgetstr' terminal.o(.text+0x8c6): In function `terminal_initialize_terminal': : undefined reference to `tgetstr' terminal.o(.text+0x8d8): In function `terminal_initialize_terminal': : undefined reference to `tgetstr' terminal.o(.text+0x8ea): In function `terminal_initialize_terminal': : undefined reference to `tgetstr' terminal.o(.text+0x8fc): more undefined references to `tgetstr' follow terminal.o(.text+0xaaf): In function `terminal_initialize_terminal': : undefined reference to `ospeed' terminal.o(.text+0xad5): In function `terminal_initialize_terminal': : undefined reference to `tgetflag' terminal.o(.text+0xb02): In function `terminal_initialize_terminal': : undefined reference to `tgetstr' terminal.o(.text+0xb17): In function `terminal_initialize_terminal': : undefined reference to `tgetstr' terminal.o(.text+0xb32): In function `terminal_initialize_terminal': : undefined reference to `tgetstr' terminal.o(.text+0xc96): In function `terminal_prep_terminal': : undefined reference to `tputs' terminal.o(.text+0xd3e): In function `terminal_prep_terminal': : undefined reference to `tputs' terminal.o(.text+0xdf6): In function `terminal_unprep_terminal': : undefined reference to `tputs' terminal.o(.text+0xe5c): In function `terminal_unprep_terminal': : undefined reference to `tputs' *** Error code 1 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error After that, I was re-synchronise /usr/src by cvsup whith tag 'src-all'. Gave command`s: # make cleandepends # make cleanworld But error was not dissapear. What can be wrong? From owner-freebsd-stable@FreeBSD.ORG Wed Jun 7 01:40: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 E99CB16A518 for ; Wed, 7 Jun 2006 01:32:02 +0000 (UTC) (envelope-from dsamms@nw-ds.com) Received: from scorch.nw-ds.com (scorch.nw-ds.com [204.13.148.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7121B43D48 for ; Wed, 7 Jun 2006 01:32:02 +0000 (GMT) (envelope-from dsamms@nw-ds.com) Received: from [204.210.251.113] (helo=cpe-204-210-251-113.columbus.res.rr.com) by scorch.nw-ds.com with esmtpsa (SSLv3:RC4-MD5:128) (Exim 4.50 (FreeBSD)) id 1Fnmtt-000Pwk-6J; Tue, 06 Jun 2006 21:32:01 -0400 From: David Samms To: Brian Tao In-Reply-To: <20060606141727.R61206-100000@as2.dm.egate.net> References: <20060606141727.R61206-100000@as2.dm.egate.net> Content-Type: text/plain Date: Tue, 06 Jun 2006 21:31:13 -0400 Message-Id: <1149643873.1392.7.camel@freeBSD.internal> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - scorch.nw-ds.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [26 6] X-AntiAbuse: Sender Address Domain - nw-ds.com X-Source: X-Source-Args: X-Source-Dir: Cc: FREEBSD-STABLE Subject: Re: FTP - Large file transfers (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: Wed, 07 Jun 2006 01:40:13 -0000 On Tue, 2006-06-06 at 14:19 -0400, Brian Tao wrote: > On Tue, 6 Jun 2006, David Samms wrote: > > > > I patched the two files and rebuild world, the kernel, and pureFTP. > > I have retested the default FTP and pureFTP with the same failure. > > > > Anyone know how I can get more debug info? > > Have you attempted the same FTP test over loopback using local > filesystems only, to eliminate external network factors and NIC driver > faults? I brought in a new machine and built it with 6.1 i386 and tested then again with AMD64 and retested. FTP transfers from the new server are always successful even with the the same network card, switch, and cables. Thanks for your help. I am considering the issue resolved. Guess my test box is a bit flaky. From owner-freebsd-stable@FreeBSD.ORG Wed Jun 7 02:14: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 16F3916B74F for ; Wed, 7 Jun 2006 02:06:24 +0000 (UTC) (envelope-from joseph.koshy@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CA1943D48 for ; Wed, 7 Jun 2006 02:06:23 +0000 (GMT) (envelope-from joseph.koshy@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so109465uge for ; Tue, 06 Jun 2006 19:06:22 -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=KtLTrwXVGFmFxFrQLGGdDZmYk3aYPSA/r7qnhed9i6bk2y7oNu9q5q/byioXtvWboPOm2m7nNx54/J8qEpWBOwxAFHKlNlLhfy4DHje1aWGzGAp3QDuP1erbB7uZlW07igoiFTLLhKF/qLkzpK2wYogqFbAo5yBY66YMN0PoXoI= Received: by 10.78.42.7 with SMTP id p7mr379hup; Tue, 06 Jun 2006 19:06:21 -0700 (PDT) Received: by 10.78.71.19 with HTTP; Tue, 6 Jun 2006 19:06:21 -0700 (PDT) Message-ID: <84dead720606061906v269d838dm284acd719587e29b@mail.gmail.com> Date: Wed, 7 Jun 2006 07:36:21 +0530 From: "Joseph Koshy" To: markov@sigasis.ru In-Reply-To: <23213573.20060607100312@sigasis.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <23213573.20060607100312@sigasis.ru> Cc: freebsd-stable@freebsd.org Subject: Re: Error while 'make buildworld' in terminal.o X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 07 Jun 2006 02:14:20 -0000 > When I was starting build world (make buildworld), building > process was broken with output: [snip] > # make cleandepends > # make cleanworld Remove the contents of /usr/obj completely and try again? -- FreeBSD Volunteer, http://people.freebsd.org/~jkoshy From owner-freebsd-stable@FreeBSD.ORG Wed Jun 7 03:35: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 EA97416AF60 for ; Wed, 7 Jun 2006 03:24:41 +0000 (UTC) (envelope-from markov@sigasis.ru) Received: from mail.sigasis.ru (sigasis.ru [195.161.236.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0ECDD43D48 for ; Wed, 7 Jun 2006 03:24:39 +0000 (GMT) (envelope-from markov@sigasis.ru) Received: from xp413.testnt.nbd (unknown [10.10.10.7]) by mail.sigasis.ru (Postfix) with ESMTP id 4FF8C181FE for ; Wed, 7 Jun 2006 12:24:32 +0900 (IRKST) Date: Wed, 7 Jun 2006 12:24:32 +0900 From: =?ISO-8859-1?B?zODw6u7iIMTs6PLw6Okgwuvg5Ojs6PDu4uj3?= Organization: =?ISO-8859-1?B?0ejh6PDx6ujpIMjt8fLo8vPyIMPA0cjR?= X-Priority: 3 (Normal) Message-ID: <1952353525.20060607122432@sigasis.ru> To: freebsd-stable@freebsd.org In-Reply-To: <992559920.20060607110822@sigasis.ru> References: <23213573.20060607100312@sigasis.ru> <84dead720606061906v269d838dm284acd719587e29b@mail.gmail.com> <992559920.20060607110822@sigasis.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Subject: Re[2]: Error while 'make buildworld' in terminal.o X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: markov@sigasis.ru List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jun 2006 03:35:38 -0000 >> When I was starting build world (make buildworld), building >> process was broken with output: Joseph> [snip] >> # make cleandepends >> # make cleanworld Joseph> Remove the contents of /usr/obj completely and try again? Yes. I did it every time, before making. From owner-freebsd-stable@FreeBSD.ORG Wed Jun 7 04:34: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 ECBBF16A62E for ; Wed, 7 Jun 2006 04:34:26 +0000 (UTC) (envelope-from darren.pilgrim@bitfreak.org) Received: from mail.bitfreak.org (mail.bitfreak.org [65.75.198.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id A200643D46 for ; Wed, 7 Jun 2006 04:34:26 +0000 (GMT) (envelope-from darren.pilgrim@bitfreak.org) Received: from [10.242.169.24] (c-67-171-135-169.hsd1.or.comcast.net [67.171.135.169]) by mail.bitfreak.org (Postfix) with ESMTP id 7742A17594; Tue, 6 Jun 2006 21:34:25 -0700 (PDT) Message-ID: <4486574F.9040108@bitfreak.org> Date: Tue, 06 Jun 2006 21:34:23 -0700 From: Darren Pilgrim User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Eduardo Meyer References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: stable@freebsd.org Subject: Re: How can I know which files a proccess is accessing? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 07 Jun 2006 04:35:14 -0000 Eduardo Meyer wrote: > Hello, > > I need to know which files under /var a proccess (httpd here) is > acessing. It is not logs because I have a different partition for > logs. > > gstat tells me that slice ad0s1h (my /var) is 100% frequently, and in > fact with fstat I can see a number of httpd proccesses running > accesing that. But fstat only shows me inodes and the mount point. > > I need to know which files the proccesses are acessing. find(1) can match inodes. A quick example: > fstat | grep 'httpd.*/var ' | awk '{print $6}' | xargs -n 1 sudo find -x /var -inum | sort -u /var/log/httpd-error.log /var/run/accept.lock.# /var/tmp/apr8530d5 /var/tmp/aprF2Zs0e -- Darren Pilgrim From owner-freebsd-stable@FreeBSD.ORG Wed Jun 7 05:58: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 6D96316A637 for ; Wed, 7 Jun 2006 05:58:30 +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 D890343D4C for ; Wed, 7 Jun 2006 05:58:29 +0000 (GMT) (envelope-from technix@mediana.net.ua) Received: by mail.express.net.ua (Postfix, from userid 426) id 7A8CF7123B0; Wed, 7 Jun 2006 08:58:27 +0300 (EEST) Received: from localhost (unknown [80.254.7.254]) by mail.express.net.ua (Postfix) with SMTP id 90E2B71238D; Wed, 7 Jun 2006 08:58:26 +0300 (EEST) Date: Wed, 7 Jun 2006 08:58:15 +0300 From: Sergei Mozhaisky To: "Joseph Koshy" Message-Id: <20060607085815.f1ce836f.technix@mediana.net.ua> In-Reply-To: <84dead720605170836p410c4203gd114339761cfc4a5@mail.gmail.com> References: <20060517145640.369c4f1c.technix@mediana.net.ua> <84dead720605170756t418ba83cm5defbeecc393e784@mail.gmail.com> <20060517180050.44c75bfd.technix@mediana.net.ua> <84dead720605170836p410c4203gd114339761cfc4a5@mail.gmail.com> Organization: Mediana ISP X-Mailer: Sylpheed version 2.2.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, 07 Jun 2006 05:59:27 -0000 Hello. > > 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? 0 crw------- 1 root wheel 0,23 7 Jun 09:50 /dev/console > - Does a single user boot (boot -s) drop you to a 'normal' > shell? No. Right after kernel messages there is nothing displayed (no command prompt, nothing at all). > - Does a serial console work normally? PC with a problem is a notebook without COM-port. -- .O. | Sergei Mozhaisky ..O | http://frenzy.org.ua/ OOO | http://frenzytechnix.livejournal.com/ From owner-freebsd-stable@FreeBSD.ORG Wed Jun 7 06:36: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 4796C16B906 for ; Wed, 7 Jun 2006 06:30:37 +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 A7F5B43D48 for ; Wed, 7 Jun 2006 06:30:36 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: (qmail 31473 invoked by uid 399); 7 Jun 2006 06:30:36 -0000 Received: from localhost (HELO ?192.168.0.3?) (dougb@dougbarton.us@127.0.0.1) by localhost with SMTP; 7 Jun 2006 06:30:36 -0000 Message-ID: <44867289.2080804@FreeBSD.org> Date: Tue, 06 Jun 2006 23:30:33 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 1.5.0.4 (X11/20060604) MIME-Version: 1.0 To: Sergei Mozhaisky References: <20060517145640.369c4f1c.technix@mediana.net.ua> <84dead720605170756t418ba83cm5defbeecc393e784@mail.gmail.com> <20060517180050.44c75bfd.technix@mediana.net.ua> <84dead720605170836p410c4203gd114339761cfc4a5@mail.gmail.com> <20060607085815.f1ce836f.technix@mediana.net.ua> In-Reply-To: <20060607085815.f1ce836f.technix@mediana.net.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, Joseph Koshy 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, 07 Jun 2006 06:36:23 -0000 Do you have a /boot.config file? If so, delete it. Also, try enabling console logging in /etc/syslog.conf, and see if you get anything there. hth, Doug -- This .signature sanitized for your protection From owner-freebsd-stable@FreeBSD.ORG Wed Jun 7 07:24:50 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 7D29316BAF2 for ; Wed, 7 Jun 2006 07:19:08 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from mail03.syd.optusnet.com.au (mail03.syd.optusnet.com.au [211.29.132.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id A238F43D49 for ; Wed, 7 Jun 2006 07:19:07 +0000 (GMT) (envelope-from peterjeremy@optushome.com.au) Received: from turion.vk2pj.dyndns.org (c220-239-19-236.belrs4.nsw.optusnet.com.au [220.239.19.236]) by mail03.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id k577J5hV027062 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Wed, 7 Jun 2006 17:19:05 +1000 Received: from turion.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by turion.vk2pj.dyndns.org (8.13.6/8.13.6) with ESMTP id k577J5lq000879; Wed, 7 Jun 2006 17:19:05 +1000 (EST) (envelope-from peter@turion.vk2pj.dyndns.org) Received: (from peter@localhost) by turion.vk2pj.dyndns.org (8.13.6/8.13.6/Submit) id k577J5RF000878; Wed, 7 Jun 2006 17:19:05 +1000 (EST) (envelope-from peter) Date: Wed, 7 Jun 2006 17:19:05 +1000 From: Peter Jeremy To: Eduardo Meyer Message-ID: <20060607071904.GA724@turion.vk2pj.dyndns.org> References: <20060606211327.GG32476@bunrab.catwhisker.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.11 Cc: stable@freebsd.org Subject: Re: How can I know which files a proccess is accessing? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 07 Jun 2006 07:24:57 -0000 On Tue, 2006-Jun-06 18:16:39 -0300, Eduardo Meyer wrote: >On 6/6/06, David Wolfskill wrote: >>You may find the "lsof" port useful for answering such questions. >> > >I tried it, but it seems that I found some limitations: > >lsof: no local file space at PID 16543 I don't know that exact message but lsof needs to very closely match your running kernel: You should have the kernel sources installed when you build lsof. -- Peter Jeremy From owner-freebsd-stable@FreeBSD.ORG Wed Jun 7 07:31: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 D3F3716C215 for ; Wed, 7 Jun 2006 07:25:29 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from mail02.syd.optusnet.com.au (mail02.syd.optusnet.com.au [211.29.132.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32FB643D45 for ; Wed, 7 Jun 2006 07:25:28 +0000 (GMT) (envelope-from peterjeremy@optushome.com.au) Received: from turion.vk2pj.dyndns.org (c220-239-19-236.belrs4.nsw.optusnet.com.au [220.239.19.236]) by mail02.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id k577PNiM014206 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Wed, 7 Jun 2006 17:25:26 +1000 Received: from turion.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by turion.vk2pj.dyndns.org (8.13.6/8.13.6) with ESMTP id k577PMxN000948; Wed, 7 Jun 2006 17:25:22 +1000 (EST) (envelope-from peter@turion.vk2pj.dyndns.org) Received: (from peter@localhost) by turion.vk2pj.dyndns.org (8.13.6/8.13.6/Submit) id k577PJvD000947; Wed, 7 Jun 2006 17:25:19 +1000 (EST) (envelope-from peter) Date: Wed, 7 Jun 2006 17:25:19 +1000 From: Peter Jeremy To: ?????? ??????? ???????????? Message-ID: <20060607072519.GC724@turion.vk2pj.dyndns.org> References: <23213573.20060607100312@sigasis.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <23213573.20060607100312@sigasis.ru> X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.11 Cc: freebsd-stable@freebsd.org Subject: Re: Error while 'make buildworld' in terminal.o X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 07 Jun 2006 07:31:57 -0000 On Wed, 2006-Jun-07 10:03:12 +0900, ?????? ??????? ???????????? wrote: >After that, I was re-synchronise /usr/src by cvsup whith tag 'src-all'. >Gave command`s: ># make cleandepends ># make cleanworld Possibly there's some buildworld output inside your /usr/src tree. Try deleting /usr/obj and then running "make clean". -- Peter Jeremy From owner-freebsd-stable@FreeBSD.ORG Wed Jun 7 07:39: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 C037916B624 for ; Wed, 7 Jun 2006 07:36:46 +0000 (UTC) (envelope-from markov@sigasis.ru) Received: from mail.sigasis.ru (sigasis.ru [195.161.236.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44A3F43D45 for ; Wed, 7 Jun 2006 07:36:42 +0000 (GMT) (envelope-from markov@sigasis.ru) Received: from xp413.testnt.nbd (unknown [10.10.10.7]) by mail.sigasis.ru (Postfix) with ESMTP id 9D7A9185E8; Wed, 7 Jun 2006 16:36:39 +0900 (IRKST) Date: Wed, 7 Jun 2006 16:36:39 +0900 From: =?Windows-1251?B?zODw6u7iIMTs6PLw6Okgwuvg5Ojs6PDu4uj3?= Organization: =?Windows-1251?B?0ejh6PDx6ujpIMjt8fLo8vPyIMPA0cjR?= X-Priority: 3 (Normal) Message-ID: <775632179.20060607163639@sigasis.ru> To: Peter Jeremy In-Reply-To: <20060607072519.GC724@turion.vk2pj.dyndns.org> References: <23213573.20060607100312@sigasis.ru> <20060607072519.GC724@turion.vk2pj.dyndns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=Windows-1251 Content-Transfer-Encoding: 8bit Cc: freebsd-stable@freebsd.org Subject: Re[2]: Error while 'make buildworld' in terminal.o X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: markov@sigasis.ru List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jun 2006 07:39:47 -0000 Peter> On Wed, 2006-Jun-07 10:03:12 +0900, ?????? ??????? ???????????? wrote: >>After that, I was re-synchronise /usr/src by cvsup whith tag 'src-all'. >>Gave command`s: >># make cleandepends >># make cleanworld Peter> Possibly there's some buildworld output inside your /usr/src tree. Peter> Try deleting /usr/obj and then running "make clean". It was not help. From owner-freebsd-stable@FreeBSD.ORG Wed Jun 7 08:31: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 40C1516BD1F for ; Wed, 7 Jun 2006 08:16:21 +0000 (UTC) (envelope-from V.Haisman@sh.cvut.cz) Received: from service.sh.cvut.cz (service.sh.cvut.cz [147.32.127.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF7FF43D45 for ; Wed, 7 Jun 2006 08:16:19 +0000 (GMT) (envelope-from V.Haisman@sh.cvut.cz) Received: from localhost (localhost [127.0.0.1]) by service.sh.cvut.cz (Postfix) with ESMTP id E851B1A3340; Wed, 7 Jun 2006 10:16:17 +0200 (CEST) Received: from service.sh.cvut.cz ([127.0.0.1]) by localhost (service [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 22989-07; Wed, 7 Jun 2006 10:16:14 +0200 (CEST) Received: from logout.sh.cvut.cz (logout.sh.cvut.cz [147.32.127.203]) by service.sh.cvut.cz (Postfix) with ESMTP id EC0041A331F; Wed, 7 Jun 2006 10:16:13 +0200 (CEST) Received: from [192.168.1.2] (localhost [127.0.0.1]) by logout.sh.cvut.cz (Postfix) with ESMTP id 78D4C61C63; Wed, 7 Jun 2006 10:16:13 +0200 (CEST) Message-ID: <44868B46.8000608@sh.cvut.cz> Date: Wed, 07 Jun 2006 10:16:06 +0200 From: =?UTF-8?B?VsOhY2xhdiBIYWlzbWFu?= User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: freebsd-stable@freebsd.org X-Enigmail-Version: 0.94.0.0 OpenPGP: id=733031B4 Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAMFBMVEUnMzWJm5S+0864pn5r blp/hnW2up7X7uqftbNRVUrW1LGBdGfHwJqPi3ScoYtBQzhDxGEwAAAAB3RJTUUH1QoQDDgyQtx8 HQAAAkNJREFUeJzFU0toU0EUPYu66CpGdCUUmoUJkpUDQUoNBVEUrBJsq1Ki2EIKIUZ8mydBhYi0 wVUXJVCLCrFN4DIEQdxIqdBIFsMkWD9YJClCRGKjJaviynjfe8RPogtXPcObuXPOPXd+PHj+Aeyo QNmobGLXVeANGM+GsP0B2yqHHNVoCD2LwLglVGZx7yXSlADR0uZu9C4Bpy3hUxPvH/cuUw6UoPCL h64I8KAJuMpwRU8uUMJy0OIpHVeXmulZoCc/t0LlTbJLEY1EudPRcnVjgAP5Osdl4K5HVP4+2bAI okaUA0Iq6Q59+Zy2eMWN6EpFTsa3+uD1+JKj4TPHuYTSMaLScLAaqk94YJqG4ds30hojOVgYoNJc NTztNU2TBYbhu9Aafnq08ORja37da1NwBrN/b7NVEc+b8yecuYkp08vNvLYneVZRaSH1vS0UnfHm OUPzWaZufHPmCWSdWrfeGVQQKmcsO4If8pAdXJ/xF4QQAeOVY1AQQcfirwkLUWeWVTgi6vaGt2xe BGzBEIMQorru8RxgPqY1V6uxYnwVBRZEI1ytCm3dE8mC2DgcbzCJGHdBEVDKuWDSwsrSGoqzJmNt 2jJpNueIH0qS8/0JrDKnVBdvOzIsdVr4zaX9dn9xcLLKdCtQGfutVacLE9Ja+yfbDvO4aMWrklfK /JYv15C8Kw9S10kup5Bys0N1bLdcn4HvTl/Xlh6Fpllwj5/XpH9BUXn/ym0Dvv7Rt2MywojpYiSi i7Hsscaa19zZ//y/hR+BT/ns80nmJAAAAABJRU5ErkJggg== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig2E13E84F15C6DA96271691B9" X-Virus-Scanned: by amavisd-new at sh.cvut.cz X-Spam-Status: No, hits=-5.9 tagged_above=-255.0 required=5.0 tests=ALL_TRUSTED, BAYES_00 X-Spam-Level: Subject: Yet another LOR X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 07 Jun 2006 08:31:26 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig2E13E84F15C6DA96271691B9 Content-Type: multipart/mixed; boundary="------------040301000201020901090001" This is a multi-part message in MIME format. --------------040301000201020901090001 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi, I've yet another LOR to report. -- Vaclav Haisman --------------040301000201020901090001 Content-Type: text/plain; name="lor2.txt" Content-Transfer-Encoding: base64 Content-Disposition: inline; filename="lor2.txt" SnVuICA2IDIxOjE0OjA4IGxvZ291dCBrZXJuZWw6IGxvY2sgb3JkZXIgcmV2ZXJzYWw6IChz bGVlcGFibGUgYWZ0ZXIgbm9uLXNsZWVwYWJsZSkNCkp1biAgNiAyMToxNDowOCBsb2dvdXQg a2VybmVsOiAxc3QgMHhjNDU2NTFmOCBpbnAgKHRjcGlucCkgQCAvdXNyL3NyYy9zeXMvbmV0 aW5ldC90Y3BfdXNycmVxLmM6MTAyOQ0KSnVuICA2IDIxOjE0OjA4IGxvZ291dCBrZXJuZWw6 IDJuZCAweGMzYTJmOWE0IHVzZXIgbWFwICh1c2VyIG1hcCkgQCAvdXNyL3NyYy9zeXMvdm0v dm1fbWFwLmM6Mjk5Nw0KSnVuICA2IDIxOjE0OjA4IGxvZ291dCBrZXJuZWw6IEtEQjogc3Rh Y2sgYmFja3RyYWNlOg0KSnVuICA2IDIxOjE0OjA4IGxvZ291dCBrZXJuZWw6IGtkYl9iYWNr dHJhY2UoYzA4MWEwYzcsYzNhMmY5YTQsYzA4MmY2ZGIsYzA4MmY2ZGIsYzA4MmY3MjApIGF0 IGtkYl9iYWNrdHJhY2UrMHgyZQ0KSnVuICA2IDIxOjE0OjA4IGxvZ291dCBrZXJuZWw6IHdp dG5lc3NfY2hlY2tvcmRlcihjM2EyZjlhNCw5LGMwODJmNzIwLGJiNSw4MDZiMDAwKSBhdCB3 aXRuZXNzX2NoZWNrb3JkZXIrMHg1ZWYNCkp1biAgNiAyMToxNDowOCBsb2dvdXQga2VybmVs OiBfc3hfeGxvY2soYzNhMmY5YTQsYzA4MmY3MjAsYmI1LGMwOGM3N2M4LGQ4YjUxOTI4KSBh dCBfc3hfeGxvY2srMHg0ZA0KSnVuICA2IDIxOjE0OjA4IGxvZ291dCBrZXJuZWw6IF92bV9t YXBfbG9ja19yZWFkKGMzYTJmOTYwLGMwODJmNzIwLGJiNSwxMDAwMTAwLDgwNmIwMDApIGF0 IF92bV9tYXBfbG9ja19yZWFkKzB4NGENCkp1biAgNiAyMToxNDowOCBsb2dvdXQga2VybmVs OiB2bV9tYXBfbG9va3VwKGQ4YjUxOWMwLDgwNmIwMDAsMSxkOGI1MTljNCxkOGI1MTliNCkg YXQgdm1fbWFwX2xvb2t1cCsweDM4DQpKdW4gIDYgMjE6MTQ6MDggbG9nb3V0IGtlcm5lbDog dm1fZmF1bHQoYzNhMmY5NjAsODA2YjAwMCwxLDAsYzM5ZmM0ODApIGF0IHZtX2ZhdWx0KzB4 N2UNCkp1biAgNiAyMToxNDowOCBsb2dvdXQga2VybmVsOiB0cmFwX3BmYXVsdChkOGI1MWFh OCwwLDgwNmIyYzAsZDhiNTFhN2MsODA2YjJjMCkgYXQgdHJhcF9wZmF1bHQrMHhlZA0KSnVu ICA2IDIxOjE0OjA4IGxvZ291dCBrZXJuZWw6IHRyYXAoYzA4MTAwMDgsMjgsYzM5ZjAwMjgs ZDhiNTFiMjgsODA2YjJjMCkgYXQgdHJhcCsweDM1MA0KSnVuICA2IDIxOjE0OjA4IGxvZ291 dCBrZXJuZWw6IGNhbGx0cmFwKCkgYXQgY2FsbHRyYXArMHg1DQpKdW4gIDYgMjE6MTQ6MDgg bG9nb3V0IGtlcm5lbDogLS0tIHRyYXAgMHhjLCBlaXAgPSAweGMwN2NmZTcyLCBlc3AgPSAw eGQ4YjUxYWU4LCBlYnAgPSAweGQ4YjUxYjA4IC0tLQ0KSnVuICA2IDIxOjE0OjA4IGxvZ291 dCBrZXJuZWw6IGdlbmVyaWNfY29weWluKGQ4YjUxYzg0LGQ4YjUxYjI4LDQsNCxjNDU2NTE2 OCkgYXQgZ2VuZXJpY19jb3B5aW4rMHgzMg0KSnVuICA2IDIxOjE0OjA4IGxvZ291dCBrZXJu ZWw6IHRjcF9jdGxvdXRwdXQoYzNiMWFiMjAsZDhiNTFjODQsMCxjMzZiOTcwMCxkOGI1MWM2 OCkgYXQgdGNwX2N0bG91dHB1dCsweDE4NA0KSnVuICA2IDIxOjE0OjA4IGxvZ291dCBrZXJu ZWw6IHNvc2V0b3B0KGMzYjFhYjIwLGQ4YjUxYzg0LGQ4YjUxYzgwLGMzOWZjNDgwLGMzM2Fl MDkwKSBhdCBzb3NldG9wdCsweDM3DQpKdW4gIDYgMjE6MTQ6MDggbG9nb3V0IGtlcm5lbDog a2Vybl9zZXRzb2Nrb3B0KGMzOWZjNDgwLDcsNiwxLDgwNmIyYzApIGF0IGtlcm5fc2V0c29j a29wdCsweGQ5DQpKdW4gIDYgMjE6MTQ6MDggbG9nb3V0IGtlcm5lbDogc2V0c29ja29wdChj MzlmYzQ4MCxkOGI1MWQwNCwxNCw2LDUpIGF0IHNldHNvY2tvcHQrMHgzZQ0KSnVuICA2IDIx OjE0OjA4IGxvZ291dCBrZXJuZWw6IHN5c2NhbGwoM2IsYmZiZjAwM2IsYmZiZjAwM2IsMSw4 MDZiMmMwKSBhdCBzeXNjYWxsKzB4MmMwDQpKdW4gIDYgMjE6MTQ6MDggbG9nb3V0IGtlcm5l bDogWGludDB4ODBfc3lzY2FsbCgpIGF0IFhpbnQweDgwX3N5c2NhbGwrMHgxZg0KSnVuICA2 IDIxOjE0OjA4IGxvZ291dCBrZXJuZWw6IC0tLSBzeXNjYWxsICgxMDUsIEZyZWVCU0QgRUxG MzIsIHNldHNvY2tvcHQpLCBlaXAgPSAweDI4MjFhZmQzLCBlc3AgPSAweGJmOWVkYTVjLCBl YnAgPSAweGJmOWVkYTg4IC0tLQ0K --------------040301000201020901090001-- --------------enig2E13E84F15C6DA96271691B9 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.2.2 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iQEVAwUBRIaLTG56zbtzMDG0AQIeFgf+NCakVnZMjrkxT3OiHIqtCarBpok4/K5q xCOWxN4Shw7nxXsaf4RlNg5WReidVhmuLfzQB1VsnENXnSJA2mKLefa+VGwgSobm OkEqIxIx73OLcgIuGrTkepDgt8Y4vSTANtssQh2i700FNDGEpGmPDVeI/IZ2DUWY +mhrJnvIr5MD81HYFBm2F+KX9brmvZhlDopOSGFtIbNQUAlrL0w0LCZVxaJ4yWt/ ELlPaa+qiJiB8i6oZRpIOX24bRDBCvaBuSlZ7UZ8P3gjuKt0HknXV1OG+9XZIAzB 7rVc/3rvBH2dTo/dkZL4G/MYS+f/JZ5wYc2IOv0isoaq+sGo7dG8Eg== =xtQX -----END PGP SIGNATURE----- --------------enig2E13E84F15C6DA96271691B9-- From owner-freebsd-stable@FreeBSD.ORG Wed Jun 7 08:32: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 ABC4516BC28 for ; Wed, 7 Jun 2006 08:20:12 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from transport.cksoft.de (transport.cksoft.de [62.111.66.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id B168243D49 for ; Wed, 7 Jun 2006 08:20:11 +0000 (GMT) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from transport.cksoft.de (localhost [127.0.0.1]) by transport.cksoft.de (Postfix) with ESMTP id 0427D1FFAB2; Wed, 7 Jun 2006 10:20:09 +0200 (CEST) Received: by transport.cksoft.de (Postfix, from userid 66) id 557851FF9B0; Wed, 7 Jun 2006 10:20:05 +0200 (CEST) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id 1FA574448D6; Wed, 7 Jun 2006 08:15:17 +0000 (UTC) Date: Wed, 7 Jun 2006 08:15:17 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: =?UTF-8?B?VsOhY2xhdiBIYWlzbWFu?= In-Reply-To: <447A1F94.7020809@sh.cvut.cz> Message-ID: <20060607081428.J79180@maildrop.int.zabbadoz.net> References: <447A1F94.7020809@sh.cvut.cz> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-1352721284-1149668117=:79180" X-Virus-Scanned: by AMaViS cksoft-s20020300-20031204bz on transport.cksoft.de Cc: freebsd-stable@freebsd.org Subject: Re: LOR in vnode interlock and system map X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 07 Jun 2006 08:32:44 -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-1352721284-1149668117=:79180 Content-Type: TEXT/PLAIN; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE On Mon, 29 May 2006, V=E1clav Haisman wrote: > See attached file. The kernel is todays CVS 6.1. > lock order reversal: > 1st 0xc3d4bb1c vnode interlock (vnode interlock) @ sys/kern/vfs_subr.c:2= 218 > 2nd 0xc1043144 system map (system map) @ sys/vm/vm_kern.c:295 added with LOR ID 188: http://sources.zabbadoz.net/freebsd/lor.html#188 --=20 Bjoern A. Zeeb=09=09=09=09bzeeb at Zabbadoz dot NeT --0-1352721284-1149668117=:79180-- From owner-freebsd-stable@FreeBSD.ORG Wed Jun 7 08:32: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 68DC716BED6; Wed, 7 Jun 2006 08:20:14 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from transport.cksoft.de (transport.cksoft.de [62.111.66.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id B181543D4C; Wed, 7 Jun 2006 08:20:11 +0000 (GMT) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from transport.cksoft.de (localhost [127.0.0.1]) by transport.cksoft.de (Postfix) with ESMTP id CED351FF903; Wed, 7 Jun 2006 10:20:08 +0200 (CEST) Received: by transport.cksoft.de (Postfix, from userid 66) id 4A6731FF905; Wed, 7 Jun 2006 10:20:05 +0200 (CEST) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id 1DB944448D6; Wed, 7 Jun 2006 08:15:58 +0000 (UTC) Date: Wed, 7 Jun 2006 08:15:57 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: Konstantin Belousov In-Reply-To: <20060529082951.GU54541@deviant.kiev.zoral.com.ua> Message-ID: <20060607081522.T79180@maildrop.int.zabbadoz.net> References: <447A1F94.7020809@sh.cvut.cz> <20060529082951.GU54541@deviant.kiev.zoral.com.ua> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by AMaViS cksoft-s20020300-20031204bz on transport.cksoft.de Cc: V??clav Haisman , freebsd-stable@freebsd.org, freebsd-current@freebsd.org Subject: Re: LOR in vnode interlock and system map X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 07 Jun 2006 08:32:48 -0000 On Mon, 29 May 2006, Konstantin Belousov wrote: > lock order reversal: > 1st 0xc1a018f0 vnode interlock (vnode interlock) @ /usr/home/kostik/work/b= > sd/sys/kern/vfs_subr.c:2449 > 2nd 0xc0c43144 system map (system map) @ /usr/home/kostik/work/bsd/sys/vm/= > vm_kern.c:295 added with LOR ID 189: http://sources.zabbadoz.net/freebsd/lor.html#189 -- Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT From owner-freebsd-stable@FreeBSD.ORG Wed Jun 7 10:23: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 1E0D416C54B for ; Wed, 7 Jun 2006 09:30:13 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from transport.cksoft.de (transport.cksoft.de [62.111.66.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 847F143D45 for ; Wed, 7 Jun 2006 09:30:12 +0000 (GMT) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from transport.cksoft.de (localhost [127.0.0.1]) by transport.cksoft.de (Postfix) with ESMTP id 487221FF9A8; Wed, 7 Jun 2006 11:30:10 +0200 (CEST) Received: by transport.cksoft.de (Postfix, from userid 66) id E93AC1FF903; Wed, 7 Jun 2006 11:30:05 +0200 (CEST) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id A14784448D6; Wed, 7 Jun 2006 09:26:49 +0000 (UTC) Date: Wed, 7 Jun 2006 09:26:49 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: =?UTF-8?B?VsOhY2xhdiBIYWlzbWFu?= In-Reply-To: <44868B46.8000608@sh.cvut.cz> Message-ID: <20060607092312.R79180@maildrop.int.zabbadoz.net> References: <44868B46.8000608@sh.cvut.cz> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-1404163897-1149672409=:79180" X-Virus-Scanned: by AMaViS cksoft-s20020300-20031204bz on transport.cksoft.de Cc: freebsd-stable@freebsd.org Subject: Re: Yet another LOR X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 07 Jun 2006 10:24:00 -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-1404163897-1149672409=:79180 Content-Type: TEXT/PLAIN; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE On Wed, 7 Jun 2006, V=E1clav Haisman wrote: > I've yet another LOR to report. >lock order reversal: (sleepable after non-sleepable) > 1st 0xc45651f8 inp (tcpinp) @ sys/netinet/tcp_usrreq.c:1029 > 2nd 0xc3a2f9a4 user map (user map) @ sys/vm/vm_map.c:2997 added with LOR ID 190: http://sources.zabbadoz.net/freebsd/lor.html#190 --=20 Bjoern A. Zeeb=09=09=09=09bzeeb at Zabbadoz dot NeT --0-1404163897-1149672409=:79180-- From owner-freebsd-stable@FreeBSD.ORG Wed Jun 7 10:28:13 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 DBF9016C8AC for ; Wed, 7 Jun 2006 09:49:12 +0000 (UTC) (envelope-from secnews@oxygen.az) Received: from mail.azerin.com (mail.azerin.com [212.47.128.23]) by mx1.FreeBSD.org (Postfix) with SMTP id A01FD43D46 for ; Wed, 7 Jun 2006 09:49:08 +0000 (GMT) (envelope-from secnews@oxygen.az) Received: (qmail 61396 invoked from network); 7 Jun 2006 09:49:28 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on ml350.azerin.com X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,UNPARSEABLE_RELAY autolearn=ham version=3.1.1 Received: from qmail by qscan (mail filter); 7 Jun 2006 09:49:28 +0000 Received: from unknown (HELO ?212.47.129.5?) (212.47.129.5) by mail.azerin.com with SMTP; 7 Jun 2006 09:49:28 -0000 Message-ID: <4486A111.6020300@oxygen.az> Date: Wed, 07 Jun 2006 12:49:05 +0300 From: Tofik Suleymanov User-Agent: Thunderbird 1.5.0.2 (X11/20060425) MIME-Version: 1.0 To: freebsd-stable@FreeBSD.ORG Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: reading process memory X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 07 Jun 2006 10:28:22 -0000 Hello, folks I believe that it is possible to read contents of the memory used/utilized by a process (assuming right privileges). First i've tried to do this through procfs by reading 'mem' property of the given process, but no success. Maybe there is another way of doing such things ? Any clue would be appreciated. Thanks, Tofik Suleymanov From owner-freebsd-stable@FreeBSD.ORG Wed Jun 7 13:07: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 D7EA816DA73 for ; Wed, 7 Jun 2006 12:15:06 +0000 (UTC) (envelope-from freebsd-stable-local@be-well.ilk.org) Received: from mail8.sea5.speakeasy.net (mail8.sea5.speakeasy.net [69.17.117.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 796D043D48 for ; Wed, 7 Jun 2006 12:15:04 +0000 (GMT) (envelope-from freebsd-stable-local@be-well.ilk.org) Received: (qmail 2607 invoked from network); 7 Jun 2006 12:15:03 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail8.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 7 Jun 2006 12:15:03 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id A39572842A; Wed, 7 Jun 2006 08:15:02 -0400 (EDT) To: John Nielsen References: <200606051335.32838.lists@jnielsen.net> From: Lowell Gilbert Date: Wed, 07 Jun 2006 08:15:02 -0400 In-Reply-To: <200606051335.32838.lists@jnielsen.net> (John Nielsen's message of "Mon, 5 Jun 2006 13:35:32 -0400") Message-ID: <44irnd6u2h.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: stable@freebsd.org Subject: Re: MySQL, ntpd, and kern.timecounter X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 07 Jun 2006 13:07:32 -0000 John Nielsen writes: > I have a FreeBSD 6.1 machine set up as a web and MySQL database server. Since > the application is a bit database-intensive, I followed several of the MySQL > tuning recommendations from this page: > > http://wikitest.freebsd.org/MySQL > > One of those was to change kern.timecounter.choice from ACPI-fast to TSC. > > That was fine for MySQL, but the real-world timekeeping on this hardware with > TSC is so bad that it broke ntpd and the clock started drifting several > seconds every hour. Timekeeping with ACPI-fast was quite reliable. > > I'm looking for recommendations in general, but I'll pose a few specific > questions below as well. > > Should I change the timecounter back? How big an impact does the choice of > timecounter have on performance with MySQL 4.1.19 and FreeBSD 6.1? Is there a > conservative way I can answer this question myself for a server that's > already in production? Benchmarking on a live system is tough. You can switch the timecounter back and forth easily enough, but measuring performance requires a predictable load. I don't know anything about mysql in particular, but on a fast machine, with the database as the primary application, I wouldn't expect choice of clock tick to affect the performance very much. > Can ntpd be coaxed into working with such bad timekeeping (as long as it's > consistently bad)? You're not using a driftfile? That should compensate for systematic drift pretty well. You just specify the file (which ntpd has to be able to write) in the configuration file for ntpd (/etc/ntp.conf by default). > Would Bad Things happen if I ran ntpdate or ntpd -q once or twice a day? Would > this be considered an abuse of the ntp server(s)? Would I run a risk of > confusing / breaking cron or sendmail or syslogd or anything else with the > time jumps? Nothing horrible would happen, but it could be annoying. I'd recommend you avoid it. From owner-freebsd-stable@FreeBSD.ORG Wed Jun 7 14:09: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 8F5E416A9F1 for ; Wed, 7 Jun 2006 12:25:04 +0000 (UTC) (envelope-from freebsd-stable-local@be-well.ilk.org) Received: from mail5.sea5.speakeasy.net (mail5.sea5.speakeasy.net [69.17.117.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 314B143D48 for ; Wed, 7 Jun 2006 12:25:04 +0000 (GMT) (envelope-from freebsd-stable-local@be-well.ilk.org) Received: (qmail 28182 invoked from network); 7 Jun 2006 12:25:03 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail5.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 7 Jun 2006 12:25:03 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id C6C6A2842A; Wed, 7 Jun 2006 08:25:02 -0400 (EDT) To: markov@sigasis.ru References: <23213573.20060607100312@sigasis.ru> From: Lowell Gilbert Date: Wed, 07 Jun 2006 08:25:02 -0400 In-Reply-To: <23213573.20060607100312@sigasis.ru> (=?utf-8?B?0JzQsNGA0Lo=?= =?utf-8?B?0L7QsiDQlNC80LjRgtGA0LjQuSDQktC70LDQtNC40LzQuNGA0L7QstC40Ycn?= =?utf-8?B?cw==?= message of "Wed, 7 Jun 2006 10:03:12 +0900") Message-ID: <44ejy16tlt.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=utf-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-stable@freebsd.org Subject: Re: Error while 'make buildworld' in terminal.o X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 07 Jun 2006 14:09:41 -0000 =D0=9C=D0=B0=D1=80=D0=BA=D0=BE=D0=B2 =D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8= =D0=B9 =D0=92=D0=BB=D0=B0=D0=B4=D0=B8=D0=BC=D0=B8=D1=80=D0=BE=D0=B2=D0=B8= =D1=87 writes: > A was synchronise my source to RELENG_5_3 by cvsup. That branch is no longer active. The release engineers are not necessarily paying attention to it. > cc -O2 -pipe -DINFODIR=3D\"/usr/share/info:/usr/local/info:/usr/X11R6/inf= o:.\" -DHAVE_CONFIG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/src/gnu/u= sr.bin/texinfo/info/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texi= nfo/info/../../../../contrib/texinfo/lib -I/usr/obj/usr/src/i386/legacy/us= r/include -static -L/usr/obj/usr/src/i386/legacy/usr/lib -o info dir.o dis= play.o doc.o dribble.o echo-area.o filesys.o footnotes.o gc.o indices.o inf= o-utils.o info.o infodoc.o infomap.o m-x.o man.o nodemenu.o nodes.o search.= o session.o signals.o terminal.o tilde.o variables.o window.o -ltermcap /us= r/obj/usr/src/i386/usr/src/gnu/usr.bin/texinfo/info/../libtxi/libtxi.a -leg= acy > terminal.o(.text+0xa3): In function `terminal_goto_xy': > : undefined reference to `tgoto' I do not seem to have the file at all on RELENG_6, so I have to guess. Where did you get your sources from before running cvsup? Is it possible that you have gotten some stale files in there? [See the cvsup FAQ.] You could remove the whole directory (or even all of /usr/src/contrib/texinfo) and cvsup again. That would get rid of stale files in that part of the tree. From owner-freebsd-stable@FreeBSD.ORG Wed Jun 7 14:23:16 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 2B6C516D44E for ; Wed, 7 Jun 2006 12:34:07 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from ns1.jnielsen.net (ns1.jnielsen.net [69.55.238.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE60A43D48 for ; Wed, 7 Jun 2006 12:34:06 +0000 (GMT) (envelope-from lists@jnielsen.net) Received: from localhost (jn@ns1 [69.55.238.237]) (authenticated bits=0) by ns1.jnielsen.net (8.12.9p2/8.12.9) with ESMTP id k57CY5lM091283 for ; Wed, 7 Jun 2006 05:34:06 -0700 (PDT) (envelope-from lists@jnielsen.net) From: John Nielsen To: stable@freebsd.org Date: Wed, 7 Jun 2006 08:34:01 -0400 User-Agent: KMail/1.9.1 References: <200606051335.32838.lists@jnielsen.net> <44irnd6u2h.fsf@be-well.ilk.org> In-Reply-To: <44irnd6u2h.fsf@be-well.ilk.org> X-Face: #X5#Y*q>F:]zT!DegL3z5Xo'^MN[$8k\[4^3rN~wm=s=Uw(sW}R?3b^*f1Wu*.<=?utf-8?q?of=5F4NrS=0A=09P*M/9CpxDo!D6?=)IY1w<9B1jB; tBQf[RU-R<,I)e"$q7N7 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606070834.01555.lists@jnielsen.net> X-Virus-Scanned: ClamAV version 0.88, clamav-milter version 0.87 on ns1.jnielsen.net X-Virus-Status: Clean Cc: Subject: Re: MySQL, ntpd, and kern.timecounter X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 07 Jun 2006 14:23:17 -0000 On Wednesday 07 June 2006 08:15, Lowell Gilbert wrote: > John Nielsen writes: > > I have a FreeBSD 6.1 machine set up as a web and MySQL database server. > > Since the application is a bit database-intensive, I followed several of > > the MySQL tuning recommendations from this page: > > > > http://wikitest.freebsd.org/MySQL > > > > One of those was to change kern.timecounter.choice from ACPI-fast to TSC. > > > > That was fine for MySQL, but the real-world timekeeping on this hardware > > with TSC is so bad that it broke ntpd and the clock started drifting > > several seconds every hour. Timekeeping with ACPI-fast was quite > > reliable. > > > > I'm looking for recommendations in general, but I'll pose a few specific > > questions below as well. > > > > Should I change the timecounter back? How big an impact does the choice > > of timecounter have on performance with MySQL 4.1.19 and FreeBSD 6.1? Is > > there a conservative way I can answer this question myself for a server > > that's already in production? > > Benchmarking on a live system is tough. You can switch the > timecounter back and forth easily enough, but measuring performance > requires a predictable load. > > I don't know anything about mysql in particular, but on a fast > machine, with the database as the primary application, I wouldn't > expect choice of clock tick to affect the performance very much. This seems to be a "feature" of MySQL (on FreeBSD) in particular (see the wiki page above). I was hoping someone would have a general idea of the impact of the clock choice on FreeBSD 6.1 and Mysql 4.1. > > Can ntpd be coaxed into working with such bad timekeeping (as long as > > it's consistently bad)? > > You're not using a driftfile? That should compensate for systematic > drift pretty well. You just specify the file (which ntpd has to be > able to write) in the configuration file for ntpd (/etc/ntp.conf by > default). I always use a driftfile. With the acpi timecounter it behaves fine (it's currently -31.176). With the TSC timecounter ntpd stops working after the second server sync, probably when it realizes how much the clock has drifted in the interval since the first sync. Some things I was reading suggested that ntp's maximum supported drift is +/- 500 PPM, and with TSC this system's drift would be between -800 and -4000 PPM (I'm guessing). I was wondering if the 500 was a hard limit or if there's some kind of workaround. > > Would Bad Things happen if I ran ntpdate or ntpd -q once or twice a day? > > Would this be considered an abuse of the ntp server(s)? Would I run a > > risk of confusing / breaking cron or sendmail or syslogd or anything else > > with the time jumps? > > Nothing horrible would happen, but it could be annoying. I'd > recommend you avoid it. My feeling as well. Thanks for the response! JN From owner-freebsd-stable@FreeBSD.ORG Wed Jun 7 16:13: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 73EA516CC83 for ; Wed, 7 Jun 2006 13:57:50 +0000 (UTC) (envelope-from dudu.meyer@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 CF44743D46 for ; Wed, 7 Jun 2006 13:57:49 +0000 (GMT) (envelope-from dudu.meyer@gmail.com) Received: by ug-out-1314.google.com with SMTP id s2so304100uge for ; Wed, 07 Jun 2006 06:57:48 -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=fqfYRQ3TbZuJXDZSafqXFRg3+fwniVwIiTH4Q8qv2bVeT5wsp5+Ev3aYMVUEPBfHjlYTrWLa7H0uKEQabNzHUmgV8Ywd9XRk4KMHhKKnUlBJcCuC+0TR7KRd5xTEOIz4WF7oDAndEDIv2vLC940d83A0Kr7fd7jm8D0t1UhZFnY= Received: by 10.67.30.6 with SMTP id h6mr533949ugj; Wed, 07 Jun 2006 06:57:48 -0700 (PDT) Received: by 10.66.222.15 with HTTP; Wed, 7 Jun 2006 06:57:48 -0700 (PDT) Message-ID: Date: Wed, 7 Jun 2006 10:57:48 -0300 From: "Eduardo Meyer" To: stable@freebsd.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060606211327.GG32476@bunrab.catwhisker.org> Cc: Subject: Re: How can I know which files a proccess is accessing? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 07 Jun 2006 16:13:22 -0000 > > # ps 16543 > > PID TT STAT TIME COMMAND > > 16543 ?? S 0:02.43 /usr/local/sbin/httpd -k start -DSSL > > > > Any tuning would do the job? > > Are you running with tightened up security that might prevent fstat from > accessing /dev/kmem? I don't know fstat failures from experience or > what causes it to just show inode numbers - perhaps delete files that > are still open. > > I'm unsure about the reason for lsof's complaint; if you installed a > package, try rebuilding the port. > > Something different, if fstat and lsof continue to fail: you may try > attaching a syscall tracer such as truss, ktrace or strace (the latter > from ports) to the process and see if it leaks file descriptors. This > may fail due to permissions however. Hello Matthias, No, no security measurements prevent lsof from accessing any device. In fact with lower disk demand (small number of open files) lsof works fine, but in the situation I need it, when the odd things start to happen, it doesnt. If a single proccess is opening hundres of files, lsof fails with the mentioned message. I have tried 2 different versions from lsof, all built from ports (the latest and 2 revisions ago with portdowngrade to be sure it is not a problem that belongs only to the latest version). fstat doesnt fail under the same workload... My wish is that fstat had an option to show file name instead of inodes :) For those who pointed me using find(1) looking for inum from the output of fstat(1), thank you; it is a very heavy loading option (disk usage increases around 30% while doing this) but it seemed to be the interesting option (at least, the options that worded). Again, thank you everybody who replied. From owner-freebsd-stable@FreeBSD.ORG Wed Jun 7 17:04: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 D803C16EEF5; Wed, 7 Jun 2006 14:31:24 +0000 (UTC) (envelope-from jtriende@wisc.edu) Received: from medmicro.wisc.edu (listserv.medmicro.wisc.edu [128.104.10.254]) by mx1.FreeBSD.org (Postfix) with ESMTP id A462143D53; Wed, 7 Jun 2006 14:31:24 +0000 (GMT) (envelope-from jtriende@wisc.edu) Received: from [128.104.10.240] (unknown [128.104.10.240]) by medmicro.wisc.edu (Postfix) with ESMTP id 8DA3A30280A; Wed, 7 Jun 2006 09:31:23 -0500 (CDT) In-Reply-To: <4486A111.6020300@oxygen.az> References: <4486A111.6020300@oxygen.az> Mime-Version: 1.0 (Apple Message framework v749.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: James Riendeau Date: Wed, 7 Jun 2006 09:31:22 -0500 To: Tofik Suleymanov X-Mailer: Apple Mail (2.749.3) Cc: freebsd-stable@FreeBSD.ORG, freebsd-questions@freebsd.org Subject: Re: reading process memory X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 07 Jun 2006 17:04:50 -0000 How are you defining "assuming right privileges"? The only way you're going to be able to read another processes address space is in the kernel. Even a process running as root is not able to read another process's data. One of the principle responsibilities of the OS is to manage the private memory space of each process, and I emphasize private. The last thing you would want on a secure system is the ability of other processes to read or write to another process's address space. Even a parent process should not be able to read a child's address space, as the fork logically duplicates their address space and they go their separate ways. An attempt to read another processes address space should trap to the kernel and the kernel should kill the process immediately. There is one exception to this: you can setup a pipe or memory share between two processes, however, both processes have to agree to share some memory or connect via a pipe. I'm not going to give you a howto via email as the subject usually fills a solid chapter in most OS books. James Riendeau MMI Computer Support Technician 1300 University Ave Rm. 436, Dept. of MedMicro Madison, WI 53706 Phone: (608) 262-3351 After-hours Phone: (608) 260-2696 Fax: (608) 262-8418 Email: jtriende@wisc.edu On Jun 7, 2006, at 4:49 AM, Tofik Suleymanov wrote: > Hello, folks > > I believe that it is possible to read contents of the memory used/ > utilized by a process (assuming right privileges). > First i've tried to do this through procfs by reading 'mem' > property of the given process, but no success. > Maybe there is another way of doing such things ? > Any clue would be appreciated. > > Thanks, > Tofik Suleymanov > _______________________________________________ > 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" From owner-freebsd-stable@FreeBSD.ORG Wed Jun 7 17:44: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 2FE9B16DF54 for ; Wed, 7 Jun 2006 15:20:05 +0000 (UTC) (envelope-from nomadlogic@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 B50C143D49 for ; Wed, 7 Jun 2006 15:20:04 +0000 (GMT) (envelope-from nomadlogic@gmail.com) Received: by wx-out-0102.google.com with SMTP id i31so145634wxd for ; Wed, 07 Jun 2006 08:20: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=PPdwDBPmoJCgD6H4FWWhbW0EQBdm3xY0vSl4+vWL9cCsBxSTWCFEFk1PTvpybVRnt5qd+1ioHSo+OFN2hby/b9ZCadInhl0G5wPyHMaamnexb2VDH+DjGrJ3BbEIZeG1UUL6rNWOBjb6xjQFe0MGX/BlGPz3B5cR7I/V53SpyGo= Received: by 10.70.33.8 with SMTP id g8mr838928wxg; Wed, 07 Jun 2006 08:20:03 -0700 (PDT) Received: by 10.70.83.15 with HTTP; Wed, 7 Jun 2006 08:20:03 -0700 (PDT) Message-ID: <57d710000606070820j6291f74el6b6880e681899904@mail.gmail.com> Date: Wed, 7 Jun 2006 08:20:03 -0700 From: "pete wright" To: "Darren Pilgrim" In-Reply-To: <4486574F.9040108@bitfreak.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4486574F.9040108@bitfreak.org> Cc: stable@freebsd.org, Eduardo Meyer Subject: Re: How can I know which files a proccess is accessing? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 07 Jun 2006 17:44:59 -0000 On 6/6/06, Darren Pilgrim wrote: > Eduardo Meyer wrote: > > Hello, > > > > I need to know which files under /var a proccess (httpd here) is > > acessing. It is not logs because I have a different partition for > > logs. > > > > gstat tells me that slice ad0s1h (my /var) is 100% frequently, and in > > fact with fstat I can see a number of httpd proccesses running > > accesing that. But fstat only shows me inodes and the mount point. > > > > I need to know which files the proccesses are acessing. > > find(1) can match inodes. A quick example: > > > fstat | grep 'httpd.*/var ' | awk '{print $6}' | xargs -n 1 sudo find > -x /var -inum | sort -u > /var/log/httpd-error.log > /var/run/accept.lock.# > /var/tmp/apr8530d5 > /var/tmp/aprF2Zs0e > Thanks for the oneliner Darren, that's going in my scripts dir right now ;) -pete -- ~~o0OO0o~~ Pete Wright www.nycbug.org NYC's *BSD User Group From owner-freebsd-stable@FreeBSD.ORG Wed Jun 7 17:47: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 C087C16E3DA for ; Wed, 7 Jun 2006 15:25:18 +0000 (UTC) (envelope-from tofik@oxygen.az) Received: from mail.azerin.com (mail.azerin.com [212.47.128.23]) by mx1.FreeBSD.org (Postfix) with SMTP id 6CABA43D48 for ; Wed, 7 Jun 2006 15:25:14 +0000 (GMT) (envelope-from tofik@oxygen.az) Received: (qmail 45116 invoked from network); 7 Jun 2006 15:25:20 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on ml350.azerin.com X-Spam-Level: X-Spam-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00, UNPARSEABLE_RELAY autolearn=ham version=3.1.1 Received: from qmail by qscan (mail filter); 7 Jun 2006 15:25:20 +0000 Received: from unknown (HELO ?212.47.129.5?) (212.47.129.5) by mail.azerin.com with SMTP; 7 Jun 2006 15:25:20 -0000 Message-ID: <4486EFC8.6080601@oxygen.az> Date: Wed, 07 Jun 2006 18:24:56 +0300 From: Tofik Suleymanov User-Agent: Thunderbird 1.5.0.2 (X11/20060425) MIME-Version: 1.0 To: James Riendeau References: <4486A111.6020300@oxygen.az> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@FreeBSD.ORG Subject: Re: reading process memory X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 07 Jun 2006 17:47:58 -0000 James Riendeau wrote: > How are you defining "assuming right privileges"? assuming uid 0 > The only way you're going to be able to read another processes > address space is in the kernel.Even a process running as root is not > able to read another process's data. how does gdb then reads for example different variables of running program ? > One of the principle responsibilities of the OS is to manage the > private memory space of each process, and I emphasize private. The > last thing you would want on a secure system is the ability of other > processes to read or write to another process's address space.Even a > parent process should not be able to read a child's address space, as > the fork logically duplicates their address space and they go their > separate ways. An attempt to read another processes address space > should trap to the kernel and the kernel should kill the process > immediately. There is one exception to this: you can setup a pipe or > memory share between two processes, however, both processes have to > agree to share some memory or connect via a pipe. I'm not going to > give you a howto via email as the subject usually fills a solid > chapter in most OS books. Thank you for brief and altogether extensive explanation of the case.The thing i wanted to do is to read let's say portions of memory where .bss and .data block of a running program reside. is that possible ? Sincerely, Tofik Suleymanov From owner-freebsd-stable@FreeBSD.ORG Wed Jun 7 18:02:12 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 1E7A116DB8C for ; Wed, 7 Jun 2006 15:54:54 +0000 (UTC) (envelope-from mikej@rogers.com) Received: from smtp105.rog.mail.re2.yahoo.com (smtp105.rog.mail.re2.yahoo.com [206.190.36.83]) by mx1.FreeBSD.org (Postfix) with SMTP id B3F9D43D48 for ; Wed, 7 Jun 2006 15:54:53 +0000 (GMT) (envelope-from mikej@rogers.com) Received: (qmail 96381 invoked from network); 7 Jun 2006 15:54:52 -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:Subject:Content-Type:Content-Transfer-Encoding; b=Jnpm1mq+aYtpYAY3qFZhPYH+dz4fYEPKAoyiaJjZO07WySuErhXvTtz3sAt4t+s+Pyo/d5I+psmA3GDPjyeKIIAUtsGRXvc53KeT2wzsD1xzYzVTkAyLjQsOx8IqfdG4PBPRwXMwwoH1xJcUj+A0fpP4jEHWwb4bksINiLF8AuE= ; Received: from unknown (HELO ?70.31.50.218?) (mikej@rogers.com@70.31.50.218 with plain) by smtp105.rog.mail.re2.yahoo.com with SMTP; 7 Jun 2006 15:54:52 -0000 Message-ID: <4486F6D8.7050002@rogers.com> Date: Wed, 07 Jun 2006 11:55:04 -0400 From: Mike Jakubik User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: ad4: FAILURE - out of memory in start X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 07 Jun 2006 18:02:22 -0000 Today i noticed this in the log of one of my systems. Does any one know what this means? The system has been up for over a month with no problems. --- Copyright (c) 1992-2006 The FreeBSD Project. Copyright (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 #0: Tue May 9 12:48:42 EDT 2006 root@mail.xxx.com:/usr/obj/usr/src/sys/SPAMTOASTER ACPI APIC Table: Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Pentium(R) D CPU 2.80GHz (2793.02-MHz K8-class CPU) Origin = "GenuineIntel" Id = 0xf62 Stepping = 2 Features=0xbfebfbff Features2=0xe43d,> AMD Features=0x20100800 AMD Features2=0x1 Cores per package: 2 real memory = 535691264 (510 MB) avail memory = 510005248 (486 MB) FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 ioapic0 irqs 0-23 on motherboard ioapic1 irqs 24-47 on motherboard acpi0: on motherboard acpi0: Power Button (fixed) Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1008-0x100b on acpi0 cpu0: on acpi0 acpi_throttle0: on cpu0 cpu1: on acpi0 acpi_throttle1: on cpu1 acpi_throttle1: failed to attach P_CNT device_attach: acpi_throttle1 attach returned 6 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pcib1: irq 16 at device 1.0 on pci0 pci1: on pcib1 pcib2: irq 17 at device 28.0 on pci0 pci2: on pcib2 pcib3: at device 0.0 on pci2 pci3: on pcib3 pci2: at device 0.1 (no driver attached) pcib4: irq 17 at device 28.4 on pci0 pci4: on pcib4 em0: port 0x4000-0x401f mem 0xed200000-0xed21ffff irq 16 at device 0.0 on pci4 em0: Ethernet address: 00:30:48:55:c0:da pcib5: irq 16 at device 28.5 on pci0 pci5: on pcib5 em1: port 0x5000-0x501f mem 0xed300000-0xed31ffff irq 17 at device 0.0 on pci5 em1: Ethernet address: 00:30:48:55:c0:db pcib6: at device 30.0 on pci0 pci10: on pcib6 pci10: at device 0.0 (no driver attached) isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0x3040-0x3047,0x3034-0x3037,0x3038-0x303f,0x3030-0x3033,0x3020-0x302f mem 0xed000000-0xed0003ff irq 19 at device 31.2 on pci0 ata2: on atapci0 ata3: on atapci0 ata4: on atapci0 ata5: on atapci0 pci0: at device 31.3 (no driver attached) acpi_button0: on acpi0 atkbdc0: port 0x60,0x64 irq 1 on acpi0 orm0: at iomem 0xc0000-0xc7fff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Timecounters tick every 1.000 msec ad4: 76319MB at ata2-master SATA300 ad6: 76319MB at ata3-master SATA300 SMP: AP CPU #1 Launched! GEOM_MIRROR: Device gm created (id=464137677). GEOM_MIRROR: Device gm: provider ad4 detected. GEOM_MIRROR: Device gm: provider ad6 detected. GEOM_MIRROR: Device gm: provider ad6 activated. GEOM_MIRROR: Device gm: provider ad4 activated. GEOM_MIRROR: Device gm: provider mirror/gm launched. Trying to mount root from ufs:/dev/mirror/gms1a em0: link state changed to UP ad4: FAILURE - out of memory in start From owner-freebsd-stable@FreeBSD.ORG Wed Jun 7 18:53: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 3E55C16DBA3 for ; Wed, 7 Jun 2006 17:30: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 AA0DF43D48 for ; Wed, 7 Jun 2006 17:30: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.60 (FreeBSD)) (envelope-from ) id 1Fo1rg-000Eol-Go; Wed, 07 Jun 2006 18:30:44 +0100 Received: from petefrench by dilbert.firstcallgroup.co.uk with local (Exim 4.61 (FreeBSD)) (envelope-from ) id 1Fo1rg-000Boq-2s; Wed, 07 Jun 2006 18:30:44 +0100 To: jfvogel@gmail.com, petefrench@ticketswitch.com In-Reply-To: Message-Id: From: Pete French Date: Wed, 07 Jun 2006 18:30:44 +0100 Cc: freebsd-stable@freebsd.org Subject: Re: Dual Opteron system will not run SMP X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 07 Jun 2006 18:53:16 -0000 > If just non-ACPI isnt sufficient, the other thing SAFE does is turn > off disk DMA. I have an as-yet unreleased system that has this > same type of issue, and the problem is that two PCI device ID's > are not recognized, so maybe that will be your problem. So, I got around to booting the system without ACPI and there are quite a number of 'unknown' reports at boot, viz: unknown: can't assign resources (memory) unknown: can't assign resources (port) unknown: can't assign resources (irq) unknown: can't assign resources (port) unknown: can't assign resources (port) unknown: can't assign resources (port) unknown: can't assign resources (port) pciconf -l gives me 5 devices without drivers attached, these being: none0@pci0:7:2: class=0x0c0500 card=0x13101462 chip=0x746a1022 rev=0x02 hdr=0x00 vendor = 'Advanced Micro Devices (AMD)' device = 'AMD-8111 SMBus 2.0 Controller' class = serial bus subclass = SMBus none1@pci0:7:3: class=0x068000 card=0x13101462 chip=0x746b1022 rev=0x05 hdr=0x00 vendor = 'Advanced Micro Devices (AMD)' device = 'AMD-8111 ACPI System Management Controller' class = bridge none2@pci0:10:1: class=0x080010 card=0x13101462 chip=0x74511022 rev=0x01 hdr=0x00 vendor = 'Advanced Micro Devices (AMD)' device = 'AMD-8131 PCI-X IOAPIC' class = base peripheral subclass = interrupt controller none3@pci0:11:1: class=0x080010 card=0x13101462 chip=0x74511022 rev=0x01 hdr=0x00 vendor = 'Advanced Micro Devices (AMD)' device = 'AMD-8131 PCI-X IOAPIC' class = base peripheral subclass = interrupt controller none4@pci3:6:0: class=0x030000 card=0x13101462 chip=0x47521002 rev=0x27 hdr=0x00 vendor = 'ATI Technologies Inc' device = 'Rage XL PCI' class = display subclass = VGA I am assuming that it's only the two interrup controller ones which are likely to be causing the problems - but other people are using 8111/8131 based systems fine. Also I note that other SMP systems I have uuse 'none' as the driver for these chips. Does this help shed any more light at all ? thanks, -pete. From owner-freebsd-stable@FreeBSD.ORG Wed Jun 7 18:54: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 1ACAB1706F2 for ; Wed, 7 Jun 2006 17:46: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 9EB6543D53 for ; Wed, 7 Jun 2006 17:46:28 +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 46D1946BBD; Wed, 7 Jun 2006 13:46:27 -0400 (EDT) Date: Wed, 7 Jun 2006 18:46:27 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: "Bjoern A. Zeeb" In-Reply-To: <20060607092312.R79180@maildrop.int.zabbadoz.net> Message-ID: <20060607184441.C53690@fledge.watson.org> References: <44868B46.8000608@sh.cvut.cz> <20060607092312.R79180@maildrop.int.zabbadoz.net> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-440533231-1149702387=:53690" Cc: =?UTF-8?B?VsOhY2xhdiBIYWlzbWFu?= , freebsd-stable@freebsd.org Subject: Re: Yet another LOR X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 07 Jun 2006 18:54:43 -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-440533231-1149702387=:53690 Content-Type: TEXT/PLAIN; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE On Wed, 7 Jun 2006, Bjoern A. Zeeb wrote: > On Wed, 7 Jun 2006, V=E1clav Haisman wrote: > >> I've yet another LOR to report. > >> lock order reversal: (sleepable after non-sleepable) >> 1st 0xc45651f8 inp (tcpinp) @ sys/netinet/tcp_usrreq.c:1029 >> 2nd 0xc3a2f9a4 user map (user map) @ sys/vm/vm_map.c:2997 > > added with LOR ID 190: http://sources.zabbadoz.net/freebsd/lor.html#190 The calltrap() handler suggests this is either a page fault handled holding= a=20 lock, or a panic, rather than a lock order reversal. Vaclav -- was this a= =20 crash, or just some console output that happened while the system was up an= d=20 it kept on running? Robert N M Watson --0-440533231-1149702387=:53690-- From owner-freebsd-stable@FreeBSD.ORG Wed Jun 7 19:07: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 3B1E616D0D8 for ; Wed, 7 Jun 2006 16:42:18 +0000 (UTC) (envelope-from Philippe.Pegon@crc.u-strasbg.fr) Received: from mailhost.u-strasbg.fr (mailhost.u-strasbg.fr [130.79.200.151]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8589D43D49 for ; Wed, 7 Jun 2006 16:42:17 +0000 (GMT) (envelope-from Philippe.Pegon@crc.u-strasbg.fr) Received: from [IPv6:2001:660:2402:1001:20e:cff:fe60:e734] (apophis.u-strasbg.fr [IPv6:2001:660:2402:1001:20e:cff:fe60:e734]) by mailhost.u-strasbg.fr (8.13.6/jtpda-5.5pre1) with ESMTP id k57GgFcK079951 ; Wed, 7 Jun 2006 18:42:15 +0200 (CEST) Message-ID: <448701ED.4040505@crc.u-strasbg.fr> Date: Wed, 07 Jun 2006 18:42:21 +0200 From: Philippe Pegon User-Agent: Thunderbird 1.5.0.2 (X11/20060503) MIME-Version: 1.0 To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (mailhost.u-strasbg.fr [IPv6:2001:660:2402::151]); Wed, 07 Jun 2006 18:42:15 +0200 (CEST) X-Virus-Scanned: ClamAV 0.88.2/1518/Wed Jun 7 15:10:04 2006 on mr1.u-strasbg.fr X-Virus-Status: Clean X-Spam-Status: No, score=-0.0 required=5.0 tests=AWL,NO_RELAYS autolearn=disabled version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on mr1.u-strasbg.fr Cc: Paul.Dekkers@surfnet.nl Subject: carp with IPv6 broken on 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: Wed, 07 Jun 2006 19:07:29 -0000 Hi, it seems that carp is really broken on FreeBSD 6.1 when an inet6 address is configured on a carp interface. Other persons observed the same symptoms. I filled a pr : kern/98622 thanks -- Philippe Pegon From owner-freebsd-stable@FreeBSD.ORG Wed Jun 7 19:37:56 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 81C8816F284 for ; Wed, 7 Jun 2006 17:44:08 +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 E050143D4C for ; Wed, 7 Jun 2006 17:44:07 +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 DF9F146BBD; Wed, 7 Jun 2006 13:44:05 -0400 (EDT) Date: Wed, 7 Jun 2006 18:44:05 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Eduardo Meyer In-Reply-To: Message-ID: <20060607184236.P53690@fledge.watson.org> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: stable@freebsd.org Subject: Re: How can I know which files a proccess is accessing? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 07 Jun 2006 19:37:57 -0000 On Tue, 6 Jun 2006, Eduardo Meyer wrote: > I need to know which files under /var a proccess (httpd here) is acessing. > It is not logs because I have a different partition for logs. > > gstat tells me that slice ad0s1h (my /var) is 100% frequently, and in fact > with fstat I can see a number of httpd proccesses running accesing that. But > fstat only shows me inodes and the mount point. > > I need to know which files the proccesses are acessing. A lot of people have answered and told you about lsof, which is a great tool, and can give you a momentary snapshot of the files a process has open. You might also be interested in getting a log of accesses, which you can do using ktrace(1). This tracks system calls and you can see what paths are being accessed at time of open. As of 7.x (and hopefully 6.2 once the MFC happens) you'll also be able to use audit(4) to track access of files by processes. Robert N M Watson From owner-freebsd-stable@FreeBSD.ORG Wed Jun 7 19:58: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 2498416F24E; Wed, 7 Jun 2006 18:18:21 +0000 (UTC) (envelope-from V.Haisman@sh.cvut.cz) Received: from service.sh.cvut.cz (service.sh.cvut.cz [147.32.127.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9874A43D78; Wed, 7 Jun 2006 18:18:08 +0000 (GMT) (envelope-from V.Haisman@sh.cvut.cz) Received: from localhost (localhost [127.0.0.1]) by service.sh.cvut.cz (Postfix) with ESMTP id 975951A3382; Wed, 7 Jun 2006 20:18:07 +0200 (CEST) Received: from service.sh.cvut.cz ([127.0.0.1]) by localhost (service [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 06411-02; Wed, 7 Jun 2006 20:18:03 +0200 (CEST) Received: from logout.sh.cvut.cz (logout.sh.cvut.cz [147.32.127.203]) by service.sh.cvut.cz (Postfix) with ESMTP id 56D7D1A3381; Wed, 7 Jun 2006 20:18:03 +0200 (CEST) Received: from [192.168.1.2] (localhost [127.0.0.1]) by logout.sh.cvut.cz (Postfix) with ESMTP id C667C61C63; Wed, 7 Jun 2006 20:18:02 +0200 (CEST) Message-ID: <44871851.40602@sh.cvut.cz> Date: Wed, 07 Jun 2006 20:17:53 +0200 From: =?UTF-8?B?VsOhY2xhdiBIYWlzbWFu?= User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Robert Watson References: <44868B46.8000608@sh.cvut.cz> <20060607092312.R79180@maildrop.int.zabbadoz.net> <20060607184441.C53690@fledge.watson.org> In-Reply-To: <20060607184441.C53690@fledge.watson.org> X-Enigmail-Version: 0.94.0.0 OpenPGP: id=733031B4 Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAMFBMVEUnMzWJm5S+0864pn5r blp/hnW2up7X7uqftbNRVUrW1LGBdGfHwJqPi3ScoYtBQzhDxGEwAAAAB3RJTUUH1QoQDDgyQtx8 HQAAAkNJREFUeJzFU0toU0EUPYu66CpGdCUUmoUJkpUDQUoNBVEUrBJsq1Ki2EIKIUZ8mydBhYi0 wVUXJVCLCrFN4DIEQdxIqdBIFsMkWD9YJClCRGKjJaviynjfe8RPogtXPcObuXPOPXd+PHj+Aeyo QNmobGLXVeANGM+GsP0B2yqHHNVoCD2LwLglVGZx7yXSlADR0uZu9C4Bpy3hUxPvH/cuUw6UoPCL h64I8KAJuMpwRU8uUMJy0OIpHVeXmulZoCc/t0LlTbJLEY1EudPRcnVjgAP5Osdl4K5HVP4+2bAI okaUA0Iq6Q59+Zy2eMWN6EpFTsa3+uD1+JKj4TPHuYTSMaLScLAaqk94YJqG4ds30hojOVgYoNJc NTztNU2TBYbhu9Aafnq08ORja37da1NwBrN/b7NVEc+b8yecuYkp08vNvLYneVZRaSH1vS0UnfHm OUPzWaZufHPmCWSdWrfeGVQQKmcsO4If8pAdXJ/xF4QQAeOVY1AQQcfirwkLUWeWVTgi6vaGt2xe BGzBEIMQorru8RxgPqY1V6uxYnwVBRZEI1ytCm3dE8mC2DgcbzCJGHdBEVDKuWDSwsrSGoqzJmNt 2jJpNueIH0qS8/0JrDKnVBdvOzIsdVr4zaX9dn9xcLLKdCtQGfutVacLE9Ja+yfbDvO4aMWrklfK /JYv15C8Kw9S10kup5Bys0N1bLdcn4HvTl/Xlh6Fpllwj5/XpH9BUXn/ym0Dvv7Rt2MywojpYiSi i7Hsscaa19zZ//y/hR+BT/ns80nmJAAAAABJRU5ErkJggg== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig16395CC1D7B1FC05E25027AF" X-Virus-Scanned: by amavisd-new at sh.cvut.cz X-Spam-Status: No, hits=-5.9 tagged_above=-255.0 required=5.0 tests=ALL_TRUSTED, BAYES_00 X-Spam-Level: Cc: "Bjoern A. Zeeb" , freebsd-stable@freebsd.org Subject: Re: Yet another LOR X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 07 Jun 2006 19:58:59 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig16395CC1D7B1FC05E25027AF Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Robert Watson wrote, On 7.6.2006 19:46: >=20 > On Wed, 7 Jun 2006, Bjoern A. Zeeb wrote: >=20 >> On Wed, 7 Jun 2006, V=C3=A1clav Haisman wrote: >> >>> I've yet another LOR to report. >> >>> lock order reversal: (sleepable after non-sleepable) >>> 1st 0xc45651f8 inp (tcpinp) @ sys/netinet/tcp_usrreq.c:1029 >>> 2nd 0xc3a2f9a4 user map (user map) @ sys/vm/vm_map.c:2997 >> >> added with LOR ID 190: http://sources.zabbadoz.net/freebsd/lor.html#19= 0 >=20 > The calltrap() handler suggests this is either a page fault handled > holding a lock, or a panic, rather than a lock order reversal. Vaclav > -- was this a crash, or just some console output that happened while th= e > system was up and it kept on running? It wasn't a panic, the system kept on running. >=20 > Robert N M Watson -- Vaclav Haisman --------------enig16395CC1D7B1FC05E25027AF 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.2.2 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iQEVAwUBRIcYWm56zbtzMDG0AQJj0QgAjvhQ1/iFKPJnb7jfHBPWgNMMazU9G/ho Z6saR5015vBCITE3DFMbv0MgAcii/zvT4nrYQjA/2vYjD8BOJqQKGoa0wMpw2iVq R91tus/Z2ta+gjLGIHcgKCLjjblRnoz5Nt6lca+D/WfJfVAdOTg/sks+xwGXZjFN uA/9jsrqfCRqvewA+smoP6oBQt9dZS5HdR3r9sjAXCp0RhCRA2jBDVkfYA7fwFTu xpibrVuT6G4rRceDyKRag2lwQpNZZI0o8cFZA+AJgiD3ThV8lhmGZVvr9NxhiGb1 AyfkxfXNvyBthscI2NMU0c98jt/aqFVooiSlzi93MRzsskHuIY2P8w== =eKvJ -----END PGP SIGNATURE----- --------------enig16395CC1D7B1FC05E25027AF-- From owner-freebsd-stable@FreeBSD.ORG Wed Jun 7 20:32:33 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 22C1E1702A6 for ; Wed, 7 Jun 2006 18:46:46 +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 BE57D43D48 for ; Wed, 7 Jun 2006 18:46:45 +0000 (GMT) (envelope-from freebsd-stable-local@be-well.ilk.org) Received: (qmail 29957 invoked from network); 7 Jun 2006 18:46:45 -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 ; 7 Jun 2006 18:46:45 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 1A1CD2842A; Wed, 7 Jun 2006 14:46:43 -0400 (EDT) To: "Eduardo Meyer" References: <20060606211327.GG32476@bunrab.catwhisker.org> From: Lowell Gilbert Date: Wed, 07 Jun 2006 14:46:42 -0400 In-Reply-To: (Eduardo Meyer's message of "Wed, 7 Jun 2006 10:57:48 -0300") Message-ID: <44r720ercd.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: stable@freebsd.org Subject: Re: How can I know which files a proccess is accessing? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 07 Jun 2006 20:32:33 -0000 "Eduardo Meyer" writes: > My wish is that fstat had an option to show file name instead of inodes :) > > For those who pointed me using find(1) looking for inum from the > output of fstat(1), thank you; it is a very heavy loading option (disk > usage increases around 30% while doing this) but it seemed to be the > interesting option (at least, the options that worded). Note that the filesystem doesn't store any mapping from inode to filename, just the other way around. Therefore, if fstat supported such a function, it would have to do pretty much the same exhaustive search that you are doing with find. From owner-freebsd-stable@FreeBSD.ORG Wed Jun 7 22:18: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 D3AC516B2D3 for ; Wed, 7 Jun 2006 19:57:35 +0000 (UTC) (envelope-from mhall@nowthen.riverside.org) Received: from ukiah.riverside.org (a.mx.riverside.org [64.119.4.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F2F243D46 for ; Wed, 7 Jun 2006 19:57:35 +0000 (GMT) (envelope-from mhall@nowthen.riverside.org) Received: from localhost (localhost.riverside.org [127.0.0.1]) by localhost.riverside.org (Postfix) with ESMTP id 7161A98A for ; Wed, 7 Jun 2006 12:57:34 -0700 (PDT) (envelope-from mhall@nowthen.riverside.org) X-Virus-Scanned: amavisd-new at riverside.org Received: from ukiah.riverside.org ([127.0.0.1]) by localhost (ukiah.riverside.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DkOfS0vtlDny for ; Wed, 7 Jun 2006 12:57:26 -0700 (PDT) Received: from nowthen.riverside.org (nowthen.riverside.org [64.119.4.11]) by ukiah.riverside.org (Postfix) with ESMTP id 8E4CF8F3 for ; Wed, 7 Jun 2006 12:57:26 -0700 (PDT) (envelope-from mhall@nowthen.riverside.org) Received: from nowthen.riverside.org (localhost [127.0.0.1]) by nowthen.riverside.org (Postfix) with ESMTP id 6CE894FCE2 for ; Wed, 7 Jun 2006 12:57:26 -0700 (PDT) Received: (from mhall@localhost) by nowthen.riverside.org (8.13.6/8.13.3/Submit) id k57JvQXY026118 for freebsd-stable@freebsd.org; Wed, 7 Jun 2006 12:57:26 -0700 Date: Wed, 7 Jun 2006 12:57:26 -0700 From: Michael Hall To: freebsd-stable@freebsd.org Message-ID: <20060607195726.GD25975@riverside.org> Mail-Followup-To: freebsd-stable@freebsd.org References: <4486574F.9040108@bitfreak.org> <57d710000606070820j6291f74el6b6880e681899904@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <57d710000606070820j6291f74el6b6880e681899904@mail.gmail.com> User-Agent: Mutt/1.4.2.1i Subject: Re: How can I know which files a proccess is accessing? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 07 Jun 2006 22:18:30 -0000 On Wed, Jun 07, 2006 at 08:20:03AM -0700, pete wright wrote: > On 6/6/06, Darren Pilgrim wrote: > >Eduardo Meyer wrote: > >> Hello, > >> > >> I need to know which files under /var a proccess (httpd here) is > >> acessing. It is not logs because I have a different partition for > >> logs. > >> > >> gstat tells me that slice ad0s1h (my /var) is 100% frequently, and in > >> fact with fstat I can see a number of httpd proccesses running > >> accesing that. But fstat only shows me inodes and the mount point. > >> > >> I need to know which files the proccesses are acessing. > > > >find(1) can match inodes. A quick example: > > > > > fstat | grep 'httpd.*/var ' | awk '{print $6}' | xargs -n 1 sudo find > >-x /var -inum | sort -u > >/var/log/httpd-error.log > >/var/run/accept.lock.# > >/var/tmp/apr8530d5 > >/var/tmp/aprF2Zs0e > > > > Thanks for the oneliner Darren, that's going in my scripts dir right now ;) Yes, it does look handy, another new usage for 'find'. Typically a 'grep ... | awk ...' can be combined, resulting in a small improvement: fstat | awk '/httpd.*\/var/ { print $6 }' | xargs ... -- Why doesn't "Buick" rhyme with "quick"? Mike Hall San Juan Island, WA System Admin - Rock Island Communications System Admin - riverside.org, ssdd.org From owner-freebsd-stable@FreeBSD.ORG Thu Jun 8 00:33: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 DE308171182; Wed, 7 Jun 2006 22:03:20 +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 4FB1743D46; Wed, 7 Jun 2006 22:03:19 +0000 (GMT) (envelope-from max@love2party.net) Received: from [88.64.188.82] (helo=amd64.laiers.local) by mrelayeu.kundenserver.de (node=mrelayeu2) with ESMTP (Nemesis), id 0MKwtQ-1Fo67K0l3D-0005yb; Thu, 08 Jun 2006 00:03:10 +0200 From: Max Laier Organization: FreeBSD To: freebsd-stable@freebsd.org Date: Thu, 8 Jun 2006 00:03:02 +0200 User-Agent: KMail/1.9.1 References: <44868B46.8000608@sh.cvut.cz> <20060607092312.R79180@maildrop.int.zabbadoz.net> <20060607184441.C53690@fledge.watson.org> In-Reply-To: <20060607184441.C53690@fledge.watson.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2708882.3hs82fVRDM"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200606080003.09001.max@love2party.net> X-Provags-ID: kundenserver.de abuse@kundenserver.de login:61c499deaeeba3ba5be80f48ecc83056 Cc: "Bjoern A. Zeeb" , =?iso-8859-1?q?V=E1clav_Haisman?= , Robert Watson Subject: Re: Yet another LOR X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 08 Jun 2006 00:33:20 -0000 --nextPart2708882.3hs82fVRDM Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Wednesday 07 June 2006 19:46, Robert Watson wrote: > On Wed, 7 Jun 2006, Bjoern A. Zeeb wrote: > > On Wed, 7 Jun 2006, V=E1clav Haisman wrote: > >> I've yet another LOR to report. > >> > >> lock order reversal: (sleepable after non-sleepable) > >> 1st 0xc45651f8 inp (tcpinp) @ sys/netinet/tcp_usrreq.c:1029 > >> 2nd 0xc3a2f9a4 user map (user map) @ sys/vm/vm_map.c:2997 > > > > added with LOR ID 190: http://sources.zabbadoz.net/freebsd/lor.html#190 > > The calltrap() handler suggests this is either a page fault handled holdi= ng > a lock, or a panic, rather than a lock order reversal. Vaclav -- was this > a crash, or just some console output that happened while the system was up > and it kept on running? Judgeing from the original message, this is a copyin with a non-sleepable=20 mutex held: Jun =A06 21:14:08 logout kernel: calltrap() at calltrap+0x5 Jun =A06 21:14:08 logout kernel: --- trap 0xc, eip =3D 0xc07cfe72, esp =3D= =20 0xd8b51ae8, ebp =3D 0xd8b51b08 --- Jun =A06 21:14:08 logout kernel: generic_copyin(d8b51c84,d8b51b28,4,4,c4565= 168)=20 at generic_copyin+0x32 Jun =A06 21:14:08 logout kernel:=20 tcp_ctloutput(c3b1ab20,d8b51c84,0,c36b9700,d8b51c68) at tcp_ctloutput+0x184 =2D-=20 /"\ Best regards, | mlaier@freebsd.org \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | mlaier@EFnet / \ ASCII Ribbon Campaign | Against HTML Mail and News --nextPart2708882.3hs82fVRDM Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQBEh00cXyyEoT62BG0RAvp8AJ9MUuj1H+VdtL/tJT9F+yaJkaujlQCferYM 4bRQbPx/8V3cAnTFSO0qHHY= =ijDg -----END PGP SIGNATURE----- --nextPart2708882.3hs82fVRDM-- From owner-freebsd-stable@FreeBSD.ORG Thu Jun 8 00:52: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 14B7916EC08 for ; Wed, 7 Jun 2006 22:23:57 +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 4ECC243D4C for ; Wed, 7 Jun 2006 22:23:55 +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 k57MNso3020515 for ; Thu, 8 Jun 2006 00:23:54 +0200 (CEST) X-Ids: 168 Received: from cantor.math.jussieu.fr (cantor.math.jussieu.fr [134.157.13.2]) by riemann.math.jussieu.fr (8.13.6/jtpda-5.4) with ESMTP id k57MNp7S090188 for ; Thu, 8 Jun 2006 00:23:53 +0200 (CEST) Received: from cantor.math.jussieu.fr (jas@localhost [127.0.0.1]) by cantor.math.jussieu.fr (8.13.1/jtpda-5.4) with ESMTP id k57MNplD069421 for ; Thu, 8 Jun 2006 00:23:51 +0200 (CEST) Received: (from jas@localhost) by cantor.math.jussieu.fr (8.13.1/8.13.1/Submit) id k57MNpYJ069420 for freebsd-stable@freebsd.org; Thu, 8 Jun 2006 00:23:51 +0200 (CEST) (envelope-from jas) Date: Thu, 8 Jun 2006 00:23:51 +0200 From: Albert Shih To: freebsd-stable@freebsd.org Message-ID: <20060607222351.GA66870@math.jussieu.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=unknown-8bit Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.5.11 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-2.0.2 (shiva.jussieu.fr [134.157.0.168]); Thu, 08 Jun 2006 00:23:54 +0200 (CEST) X-Virus-Scanned: ClamAV 0.88.2/1520/Wed Jun 7 23:47:18 2006 on shiva.jussieu.fr X-Virus-Status: Clean X-Miltered: at shiva.jussieu.fr with ID 448751FA.001 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! Subject: 6.1-R ? 6-Stable ? 5.5-R ? 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: Thu, 08 Jun 2006 00:52:21 -0000 Hi all. I'm come back to ask you some question about what release I can use. I've nfs server running 6-Stable (5 April 2006) with some trouble but ... well approx stable. But today he crash again (after ~1.5 mounth). Now I'm like have some advise : 1/ I can upgrade to 6.1-Release, but I've see many problem with nfsd heavy load. And the only purpose of this server is .. nfsd. 2/ I can upgrade to 6-Stable...but it's for production server... 3/ I can downgrade to 5.5. I known this is legacy release but if it's work....that's enought for me... Regards. -- Albert SHIH Universite de Paris 7 (Denis DIDEROT) U.F.R. de Mathematiques. 7 ième étage, plateau D, bureau 10 Heure local/Local time: Thu Jun 8 00:19:23 CEST 2006 From owner-freebsd-stable@FreeBSD.ORG Thu Jun 8 01:45: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 9BE9616B670; Wed, 7 Jun 2006 23:25:38 +0000 (UTC) (envelope-from mark@islandnet.com) Received: from cluster.islandnet.com (cluster.islandnet.com [199.175.106.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E9BC43D48; Wed, 7 Jun 2006 23:25:38 +0000 (GMT) (envelope-from mark@islandnet.com) Received: from [199.175.106.221] (port=20797 helo=helpdesk.islandnet.com) by cluster06.islandnet.com with SMTP id 1Fo7P7-00096n-MO ; Wed, 07 Jun 2006 16:25:37 -0700 Date: Wed, 7 Jun 2006 16:25:37 -0700 Message-ID: <44876071-491e@helpdesk.islandnet.com> From: Mark Morley To: freebsd-pf@freebsd.org,freebsd-stable@freebsd.org Content-type: text/plain MIME-Version: 1.0 X-Priority: 3 X-Mailer: Helpdesk Webmail (http://helpdesk.islandnet.com) X-Originating-IP: [199.175.106.243] X-GeoIP: CA Canada Cc: Subject: pf buggy on 6.1-STABLE? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mark Morley List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jun 2006 01:45:05 -0000 Hi folks, Wondering if this rings any bells for anyone: After upgrading a handful of web servers from FreeBSD 4.11 with ipfw to 6.1-STABLE with pf, customers started reporting that occasionally their server side scripts would fail to connect to the SQL servers (which are still 4.11 and are attached via a separate dedicated gigabit network). A test page that makes 10,000 rapid SQL connections which connected 100% of the time before, now will usually see anywhere from one or two failed connections to a dozen or so (per 10,000) After trying many other things first, we finally found that 'pf' seems to be the culprit. Disabling pf with pfctl -d allows 100% of all connections to work, and as soon as we enable it we see connection failures again. I've tried changing the pf rule set in different ways, with and without scrubbing, with and without queues, even to the point where I have a single rule that just allows everything. It doesn't seem to matter what the rules actually are, just whether or not pf is enabled. I recompiled the kernel with pf disabled and ipfw enabled, and it works fine with 100% successful connections. We have no funky compiler options or anything like that. Any thoughts? Mark -- Mark Morley Owner / Administrator Islandnet.com From owner-freebsd-stable@FreeBSD.ORG Thu Jun 8 01:59: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 66B1B1701BE for ; Wed, 7 Jun 2006 23:47:56 +0000 (UTC) (envelope-from dds@aueb.gr) Received: from mx-out-04.forthnet.gr (mx-out.forthnet.gr [193.92.150.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0F6F43D6A for ; Wed, 7 Jun 2006 23:47:36 +0000 (GMT) (envelope-from dds@aueb.gr) Received: from mx-av-03.forthnet.gr (mx-av.forthnet.gr [193.92.150.27]) by mx-out-04.forthnet.gr (8.13.6/8.13.6) with ESMTP id k57NlWtj009905; Thu, 8 Jun 2006 02:47:32 +0300 Received: from mx-in-03.forthnet.gr (mx-in-03.forthnet.gr [193.92.150.26]) by mx-av-03.forthnet.gr (8.13.6/8.13.6) with ESMTP id k57NlWVg001679; Thu, 8 Jun 2006 02:47:32 +0300 Received: from [192.168.136.16] (ppp93-9.adsl.forthnet.gr [194.219.141.9]) by mx-in-03.forthnet.gr (8.13.6/8.13.6) with ESMTP id k57NlUgU005180; Thu, 8 Jun 2006 02:47:31 +0300 Authentication-Results: mx-in-03.forthnet.gr from=dds@aueb.gr; sender-id=neutral; spf=neutral Message-ID: <4487659E.8000303@aueb.gr> Date: Thu, 08 Jun 2006 02:47:42 +0300 From: Diomidis Spinellis User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.4) Gecko/20060516 SeaMonkey/1.0.2 MIME-Version: 1.0 To: Tofik Suleymanov References: <4486A111.6020300@oxygen.az> <4486EFC8.6080601@oxygen.az> In-Reply-To: <4486EFC8.6080601@oxygen.az> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@FreeBSD.ORG, James Riendeau Subject: Re: reading process memory X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 08 Jun 2006 01:59:44 -0000 Tofik Suleymanov wrote: >> The only way you're going to be able to read another processes >> address space is in the kernel.Even a process running as root is not >> able to read another process's data. Incorrect; see this example: $ sed -e 's/this/that/' & [1] 87345 $ /bin/su Password: # dd if=/proc/87345/mem conv=noerror 2> /dev/null | strings [...] @(#)compile.c 8.1 (Berkeley) 6/6/93 [...] RE error: %s RuneMagiNONE /this/that/ "s/this/that/ s/this/that/ this that that Diomidis - http://www.spinellis.gr From owner-freebsd-stable@FreeBSD.ORG Thu Jun 8 03:05: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 90C9C17078E for ; Thu, 8 Jun 2006 01:05:16 +0000 (UTC) (envelope-from davidn@datalinktech.com.au) Received: from customer-domains.icp-qv1-irony7.iinet.net.au (customer-domains.icp-qv1-irony7.iinet.net.au [203.59.1.128]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A49D43D53 for ; Thu, 8 Jun 2006 01:05:14 +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 customer-domains.icp-qv1-irony7.iinet.net.au with ESMTP; 08 Jun 2006 09:05:12 +0800 X-BrightmailFiltered: true X-Brightmail-Tracker: AAAAAA== X-IronPort-AV: i="4.05,218,1146412800"; d="scan'208"; a="298694735:sNHT1607693368" Received: from [192.168.4.232] ([192.168.4.232]) by mail.datalinktech.com.au with esmtp; Thu, 08 Jun 2006 11:05:04 +1000 id 0018D947.448777C0.00008B89 Message-ID: <448777B1.5030308@datalinktech.com.au> Date: Thu, 08 Jun 2006 11:04:49 +1000 From: David Nugent User-Agent: Thunderbird 1.5.0.2 (X11/20060516) MIME-Version: 1.0 To: Tofik Suleymanov References: <4486A111.6020300@oxygen.az> <4486EFC8.6080601@oxygen.az> In-Reply-To: <4486EFC8.6080601@oxygen.az> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@FreeBSD.ORG Subject: Re: reading process memory X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 08 Jun 2006 03:05:17 -0000 Tofik Suleymanov wrote: > Thank you for brief and altogether extensive explanation of the > case.The thing i wanted to do is to read let's say portions of memory > where .bss and .data block of a running program reside. > > is that possible ? Yes. Debuggers offer this functionality, for example. man 2 ptrace Regards, David From owner-freebsd-stable@FreeBSD.ORG Thu Jun 8 04: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 AA42416DE38 for ; Thu, 8 Jun 2006 02:22:06 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39F1243D4C for ; Thu, 8 Jun 2006 02:22:05 +0000 (GMT) (envelope-from jfvogel@gmail.com) Received: by wx-out-0102.google.com with SMTP id i31so240868wxd for ; Wed, 07 Jun 2006 19:22: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:content-transfer-encoding:content-disposition:references; b=eivZsFzNFL47XoQen/9PE01A0bnLhZH3rWMoVo1U92Qccynl6yGZrgWGCflDMPN8Zs9Azy496SSVUrIvVmKQs5vt7ehgpjPO537k3n0RrJEF7x3O9ygA4zXtTjsIg2oNlRJmPd80DfxIGmtIDy9982GW3z0ltQD9QQ9zl+9KWfw= Received: by 10.70.68.7 with SMTP id q7mr1539378wxa; Wed, 07 Jun 2006 19:22:05 -0700 (PDT) Received: by 10.70.90.17 with HTTP; Wed, 7 Jun 2006 19:22:05 -0700 (PDT) Message-ID: <2a41acea0606071922n48add8fbw3f6d73ab79c6a3d6@mail.gmail.com> Date: Wed, 7 Jun 2006 19:22:05 -0700 From: "Jack Vogel" To: "Pete French" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: freebsd-stable@freebsd.org Subject: Re: Dual Opteron system will not run SMP X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 08 Jun 2006 04:56:13 -0000 On 6/7/06, Pete French wrote: > > If just non-ACPI isnt sufficient, the other thing SAFE does is turn > > off disk DMA. I have an as-yet unreleased system that has this > > same type of issue, and the problem is that two PCI device ID's > > are not recognized, so maybe that will be your problem. > > So, I got around to booting the system without ACPI and there are quite > a number of 'unknown' reports at boot, viz: > > unknown: can't assign resources (memory) > unknown: can't assign resources (port) > unknown: can't assign resources (irq) > unknown: can't assign resources (port) > unknown: can't assign resources (port) > unknown: can't assign resources (port) > unknown: can't assign resources (port) > > pciconf -l gives me 5 devices without drivers attached, these being: > > none0@pci0:7:2: class=0x0c0500 card=0x13101462 chip=0x746a1022 rev=0x02 hdr=0x00 > vendor = 'Advanced Micro Devices (AMD)' > device = 'AMD-8111 SMBus 2.0 Controller' > class = serial bus > subclass = SMBus > none1@pci0:7:3: class=0x068000 card=0x13101462 chip=0x746b1022 rev=0x05 hdr=0x00 > vendor = 'Advanced Micro Devices (AMD)' > device = 'AMD-8111 ACPI System Management Controller' > class = bridge > none2@pci0:10:1: class=0x080010 card=0x13101462 chip=0x74511022 rev=0x01 hdr=0x00 > vendor = 'Advanced Micro Devices (AMD)' > device = 'AMD-8131 PCI-X IOAPIC' > class = base peripheral > subclass = interrupt controller > none3@pci0:11:1: class=0x080010 card=0x13101462 chip=0x74511022 rev=0x01 hdr=0x00 > vendor = 'Advanced Micro Devices (AMD)' > device = 'AMD-8131 PCI-X IOAPIC' > class = base peripheral > subclass = interrupt controller > none4@pci3:6:0: class=0x030000 card=0x13101462 chip=0x47521002 rev=0x27 hdr=0x00 > vendor = 'ATI Technologies Inc' > device = 'Rage XL PCI' > class = display > subclass = VGA > > I am assuming that it's only the two interrup controller ones which are > likely to be causing the problems - but other people are using 8111/8131 based > systems fine. Also I note that other SMP systems I have uuse 'none' as the > driver for these chips. > > Does this help shed any more light at all ? You are right about what the suspect devices are, having IOAPICs unrecognized seems like it could be a problem. When you say others are using such systems, do you mean they are using them with FreeBSD RELEASE? If you want info on the missing ID's try pciids.sourceforge.net, however figuring out what to do may require some work. In the easy cases you find a driver that is good enough but just doesnt have these new ID's in it, and a simple entry or two in a array will get you going. Course there is also going to be the case where its not that easy... Fraid I can't be too much help beyond that, hope it gets you headed in a direction you need anyway. Good luck, Jack From owner-freebsd-stable@FreeBSD.ORG Thu Jun 8 05:01: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 1311816A9CF for ; Thu, 8 Jun 2006 02:26:11 +0000 (UTC) (envelope-from zbeeble@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 5706B43D49 for ; Thu, 8 Jun 2006 02:26:10 +0000 (GMT) (envelope-from zbeeble@gmail.com) Received: by ug-out-1314.google.com with SMTP id h2so491734ugf for ; Wed, 07 Jun 2006 19:26: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:in-reply-to:mime-version:content-type:references; b=oc1at5Faix9F6VkWRaYHBIWxzxHX1PR89dYEPOgDDH5W5M/6Wv88V7dzHhgwVkkYf5KAMVdj17LVxYScoMONeej1If/dCDmrMZBzH0yOG87J2uHK95ZoOW7jfRrVunktKUB1yBoF5gkPEHhjPtizWpc/Zxt+Ssr63RjD2lz/+F8= Received: by 10.66.216.20 with SMTP id o20mr1113102ugg; Wed, 07 Jun 2006 19:19:58 -0700 (PDT) Received: by 10.67.96.5 with HTTP; Wed, 7 Jun 2006 19:19:58 -0700 (PDT) Message-ID: <5f67a8c40606071919v4b253808ge5993a1b640d1942@mail.gmail.com> Date: Wed, 7 Jun 2006 22:19:58 -0400 From: "Zaphod Beeblebrox" To: freebsd-stable@freebsd.org In-Reply-To: <20060607195726.GD25975@riverside.org> MIME-Version: 1.0 References: <4486574F.9040108@bitfreak.org> <57d710000606070820j6291f74el6b6880e681899904@mail.gmail.com> <20060607195726.GD25975@riverside.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: How can I know which files a proccess is accessing? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 08 Jun 2006 05:01:43 -0000 Note that problems with lsof are generally fixed by recompiling it. It doesn't take well to upgrades of the OS underneath it. On 6/7/06, Michael Hall wrote: > > On Wed, Jun 07, 2006 at 08:20:03AM -0700, pete wright wrote: > > > On 6/6/06, Darren Pilgrim wrote: > > >Eduardo Meyer wrote: > > >> Hello, > > >> > > >> I need to know which files under /var a proccess (httpd here) is > > >> acessing. It is not logs because I have a different partition for > > >> logs. > > >> > > >> gstat tells me that slice ad0s1h (my /var) is 100% frequently, and in > > >> fact with fstat I can see a number of httpd proccesses running > > >> accesing that. But fstat only shows me inodes and the mount point. > > >> > > >> I need to know which files the proccesses are acessing. > > > > > >find(1) can match inodes. A quick example: > > > > > > > fstat | grep 'httpd.*/var ' | awk '{print $6}' | xargs -n 1 sudo > find > > >-x /var -inum | sort -u > > >/var/log/httpd-error.log > > >/var/run/accept.lock.# > > >/var/tmp/apr8530d5 > > >/var/tmp/aprF2Zs0e > > > > > > > Thanks for the oneliner Darren, that's going in my scripts dir right now > ;) > > Yes, it does look handy, another new usage for 'find'. > > Typically a 'grep ... | awk ...' can be combined, resulting in a small > improvement: > > fstat | awk '/httpd.*\/var/ { print $6 }' | xargs ... > > -- > Why doesn't "Buick" rhyme with "quick"? > > Mike Hall > San Juan Island, WA > > System Admin - Rock Island Communications > System Admin - riverside.org, ssdd.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" > From owner-freebsd-stable@FreeBSD.ORG Thu Jun 8 06:48: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 9B3A016F903; Thu, 8 Jun 2006 04:13:19 +0000 (UTC) (envelope-from davidn@datalinktech.com.au) Received: from mail-ihug.icp-qv1-irony5.iinet.net.au (ihug-mail.icp-qv1-irony5.iinet.net.au [203.59.1.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id A837F43D45; Thu, 8 Jun 2006 04:13:17 +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-irony5.iinet.net.au with ESMTP; 08 Jun 2006 12:13:14 +0800 X-BrightmailFiltered: true X-Brightmail-Tracker: AAAAAA== X-IronPort-AV: i="4.05,218,1146412800"; d="scan'208"; a="791918994:sNHT88379244" Received: from [192.168.4.232] ([192.168.4.232]) by mail.datalinktech.com.au with esmtp; Thu, 08 Jun 2006 14:13:12 +1000 id 0018D8D9.4487A3D8.0000953F Message-ID: <4487A3C9.9010704@datalinktech.com.au> Date: Thu, 08 Jun 2006 14:12:57 +1000 From: David Nugent User-Agent: Thunderbird 1.5.0.2 (X11/20060516) MIME-Version: 1.0 To: Mark Morley References: <44876071-491e@helpdesk.islandnet.com> In-Reply-To: <44876071-491e@helpdesk.islandnet.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org, freebsd-pf@freebsd.org Subject: Re: pf buggy 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: Thu, 08 Jun 2006 06:48:20 -0000 Mark Morley wrote: > Wondering if this rings any bells for anyone: > Yes it does... I had been seeing similar issues for some time on a couple HP Proliant servers - saw it in 5.4 as well - but have been attributing this to driver related issues (the bge driver in particular, which has seen many changes, fixes and enhancements in relatively recent history). In trying to isolate that particular problem I had been applying kernel updates regularly, pf was disabled along with a few other things (also switched from using mpd/netgraph to openvpn/udp), and the problem vanished at some point in between. I cannot definitely name pf as being the culprit as no testing of this was done at the time to confirm it. I had assumed the bge driver changes were responsible for things now working as they should. In addition to the occasional connection failure, I've also seen established connections broken (ssh, http, mysql/ssl and pptp/gre). This was causing havoc with mysql replication over the link, which became very brittle, and required manual fixing (it would get stuck, unable to read the last event in its relay log whenever a disconnection occurred and had to be manually pushed onto the next - mysql 5.0.[3 - .11 or so]). From owner-freebsd-stable@FreeBSD.ORG Thu Jun 8 07:20: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 B3B9316CA2B; Thu, 8 Jun 2006 04:43:27 +0000 (UTC) (envelope-from dhartmei@insomnia.benzedrine.cx) Received: from insomnia.benzedrine.cx (insomnia.benzedrine.cx [62.65.145.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C33943D5E; Thu, 8 Jun 2006 04:43:24 +0000 (GMT) (envelope-from dhartmei@insomnia.benzedrine.cx) Received: from insomnia.benzedrine.cx (dhartmei@localhost [127.0.0.1]) by insomnia.benzedrine.cx (8.13.4/8.13.4) with ESMTP id k584hL5Y011457 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Thu, 8 Jun 2006 06:43:21 +0200 (MEST) Received: (from dhartmei@localhost) by insomnia.benzedrine.cx (8.13.4/8.12.10/Submit) id k584hKIR012155; Thu, 8 Jun 2006 06:43:20 +0200 (MEST) Date: Thu, 8 Jun 2006 06:43:20 +0200 From: Daniel Hartmeier To: Mark Morley Message-ID: <20060608044320.GC23685@insomnia.benzedrine.cx> References: <44876071-491e@helpdesk.islandnet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44876071-491e@helpdesk.islandnet.com> User-Agent: Mutt/1.5.10i Cc: freebsd-stable@freebsd.org, freebsd-pf@freebsd.org Subject: Re: pf buggy 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: Thu, 08 Jun 2006 07:20:20 -0000 On Wed, Jun 07, 2006 at 04:25:37PM -0700, Mark Morley wrote: > Disabling pf with pfctl -d allows 100% of all connections to work, and > as soon as we enable it we see connection failures again. > > I've tried changing the pf rule set in different ways, with and without > scrubbing, with and without queues, even to the point where I have a single > rule that just allows everything. It doesn't seem to matter what the rules > actually are, just whether or not pf is enabled. Was that single pass rule using 'keep state'? There is a default limit of 10,000 state entries (configurable with 'set limit states' in pf.conf). A state entry persists for several seconds even after a connection is closed, so quickly establishing 10,000 connections could easily hit that limit. Enable pf and load an empty ruleset (pfctl -e -Fa). Note the output of pfctl -si . Then repeat the test. Then run pfctl -si again, and compare the output with the previous one. Are any counters increasing? Daniel From owner-freebsd-stable@FreeBSD.ORG Thu Jun 8 08:43: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 03DCD16AB1C; Thu, 8 Jun 2006 06:50:03 +0000 (UTC) (envelope-from Greg.Hennessy@nviz.net) Received: from smtp.nildram.co.uk (smtp.nildram.co.uk [195.112.4.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A92343D45; Thu, 8 Jun 2006 06:50:03 +0000 (GMT) (envelope-from Greg.Hennessy@nviz.net) Received: from gw2.local.net (unknown [62.3.210.253]) by smtp.nildram.co.uk (Postfix) with ESMTP id 3F380338D82; Thu, 8 Jun 2006 07:45:27 +0100 (BST) From: "Greg Hennessy" To: "'Mark Morley'" , , Date: Thu, 8 Jun 2006 07:45:27 +0100 Keywords: freebsd-pf Message-ID: <000401c68ac7$204fe630$0a00a8c0@thebeast> 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: AcaKsDG9oQtRIaxhTjqAH+Mzd8F96wAFnvYg In-Reply-To: <44876071-491e@helpdesk.islandnet.com> X-OriginalArrivalTime: 08 Jun 2006 06:45:27.0187 (UTC) FILETIME=[204FE630:01C68AC7] Cc: Subject: RE: pf buggy 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: Thu, 08 Jun 2006 08:43:50 -0000 > A test page that makes 10,000 rapid SQL connections which > connected 100% of the time before, now will usually see > anywhere from one or two failed connections to a dozen or so > (per 10,000) Have you kept track of state table entries during this process with pfctl -si ? You may find that you need to increase set limit states >From the default as a consequence Greg From owner-freebsd-stable@FreeBSD.ORG Thu Jun 8 09:03: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 E68B516BF21 for ; Thu, 8 Jun 2006 06:33:23 +0000 (UTC) (envelope-from ericlin.jnlin@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 696FE43D45 for ; Thu, 8 Jun 2006 06:33:22 +0000 (GMT) (envelope-from ericlin.jnlin@gmail.com) Received: by nz-out-0102.google.com with SMTP id 13so350905nzn for ; Wed, 07 Jun 2006 23:33:22 -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=TGzEWblyX3YMlFtap260UugvkBP3/NR2MId1ceEYlVCZ5QLBHDQ5yf83J9kkpGs3Z0N0O9ra33ORjRIlncVkxjsbsSGvpAHndCBS/cmsaKsnEWnHqpX3oxDgmo8JMf1TLkyM6FiL/cU6zvdfFDqe6Co+C+OaGSb2G0OJp3JmrDs= Received: by 10.65.219.7 with SMTP id w7mr1463369qbq; Wed, 07 Jun 2006 23:33:22 -0700 (PDT) Received: by 10.65.242.4 with HTTP; Wed, 7 Jun 2006 23:33:22 -0700 (PDT) Message-ID: <3d21193a0606072333y573328aeu461c135c81836759@mail.gmail.com> Date: Thu, 8 Jun 2006 14:33:22 +0800 From: "Jui-Nan Lin" To: stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: panic: Fatal trap 12: page fault while in kernel mode (current process = 4254 (perl5.8.8)) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jun 2006 09:03:06 -0000 Hi, I experienced lots of kernel panic after I installed openwebmail on my mail server. The environment is : [Mail Server] <=> [Mail Spool Server] nfs Mail Server: 6.1-RELEASE (panic 3 times a day) Mail Spool Server: 6.0-RELEASE I also installed www/apache20, mail/postfix. The mount options is rw, quota (Yes, I used quota) I have tried to replace my kernel, but GENERIC and custom kernels panic, too. Please give me some advice :) == Fatal trap 12: page fault while in kernel mode fault virtual address = 0x34 fault code = supervisor read, page not present instruction pointer = 0x20:0xc050f162 stack pointer = 0x28:0xd12519b8 frame pointer = 0x28:0xd12519c4 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 4254 (perl5.8.8) trap number = 12 panic: page fault KDB: stack backtrace: kdb_backtrace(100,c24b4600,28,d1251978,c) at kdb_backtrace+0x29 panic(c0620009,c06413f8,0,fffff,c24aea9b) at panic+0xa8 trap_fatal(d1251978,34,c24b4600,c2330ce4,c) at trap_fatal+0x2a6 trap_pfault(d1251978,0,34) at trap_pfault+0x1d3 trap(d1250008,d1250028,c2060028,c708afb8,c708afb8) at trap+0x2fd calltrap() at calltrap+0x5 --- trap 0xc, eip = 0xc050f162, esp = 0xd12519b8, ebp = 0xd12519c4 --- vfs_vmio_release(c708afb8) at vfs_vmio_release+0x12 getnewbuf(0,0,8000,8000,c8000) at getnewbuf+0x2b0 getblk(c29b4770,19,0,8000,0) at getblk+0x35c nfs_getcacheblk(19,0,8000,c24b4600,80000000) at nfs_getcacheblk+0x81 nfs_bioread(c29b4770,d1251cbc,2f,c2353b00,d1251bcc) at nfs_bioread+0x983 nfs_read(d1251bf4) at nfs_read+0x33 VOP_READ_APV(c2084d20,d1251bf4) at VOP_READ_APV+0x38 vn_read(c224fea0,d1251cbc,c2353b00,0,c24b4600) at vn_read+0x196 dofileread(c24b4600,3,c224fea0,d1251cbc,ffffffff) at dofileread+0x85 kern_readv(c24b4600,3,d1251cbc,9013000,1000) at kern_readv+0x36 read(c24b4600,d1251d04,3,27,202) at read+0x45 syscall(c05f003b,3b,3b,806c200,3) at syscall+0x2b7 Xint0x80_syscall() at Xint0x80_syscall+0x1f --- syscall (3, FreeBSD ELF32, read), eip = 0x282637df, esp = 0xbfbfe28c, ebp = 0xbfbfe2c8 --- Uptime: 14h32m59s Dumping 255 MB (2 chunks) chunk 0: 1MB (160 pages) ... ok chunk 1: 255MB (65280 pages) 240 224 208 192 176 160 144 128 112 96 80 64 48 32 16 #0 doadump () at pcpu.h:165 165 pcpu.h: No such file or directory. in pcpu.h (kgdb) bt #0 doadump () at pcpu.h:165 #1 0xc04c8cfd in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:402 #2 0xc04c8fc4 in panic (fmt=0xc0620009 "%s") at /usr/src/sys/kern/kern_shutdown.c:558 #3 0xc06028b6 in trap_fatal (frame=0xd1251978, eva=52) at /usr/src/sys/i386/i386/trap.c:836 #4 0xc06025e7 in trap_pfault (frame=0xd1251978, usermode=0, eva=52) at /usr/src/sys/i386/i386/trap.c:744 #5 0xc0602201 in trap (frame= {tf_fs = -786104312, tf_es = -786104280, tf_ds = -1039794136, tf_edi = -955732040, tf_esi = -955732040, tf_ebp = -786097724, tf_isp = -786097756, tf_ebx = -955732040, tf_edx = 4, tf_ecx = -1035254272, tf_eax = 0, tf_trapno = 12, tf_err = 0, tf_eip = -1068437150, tf_cs = 32, tf_eflags = 590338, tf_esp = -955732040, tf_ss = -955732040}) at /usr/src/sys/i386/i386/trap.c:434 #6 0xc05f1c5a in calltrap () at /usr/src/sys/i386/i386/exception.s:139 #7 0xc050f162 in vfs_vmio_release (bp=0xc708afb8) at atomic.h:146 #8 0xc050f974 in getnewbuf (slpflag=0, slptimeo=0, size=32768, maxsize=32768) at /usr/src/sys/kern/vfs_bio.c:1779 #9 0xc0510eb0 in getblk (vp=0xc29b4770, blkno=25, size=32768, slpflag=0, slptimeo=0, flags=0) at /usr/src/sys/kern/vfs_bio.c:2486 #10 0xc206631d in ?? () #11 0xc29b4770 in ?? () #12 0x00000019 in ?? () #13 0x00000000 in ?? () #14 0x00008000 in ?? () #15 0x00000000 in ?? () #16 0x00000000 in ?? () #17 0x00000000 in ?? () #18 0x00000000 in ?? () #19 0xc7025860 in ?? () #20 0xc29b4830 in ?? () #21 0x00000000 in ?? () #22 0xc1e28400 in ?? () #23 0xd1251a94 in ?? () #24 0xc05106dc in incore (bo=0x19, blkno=140737488355328) at /usr/src/sys/kern/vfs_bio.c:2141 #25 0xc20685ff in ?? () #26 0x00000019 in ?? () #27 0x00000000 in ?? () #28 0x00008000 in ?? () #29 0xc24b4600 in ?? () #30 0x80000000 in ?? () #31 0x1dba5906 in ?? () #32 0x00000000 in ?? () #33 0x8853088c in ?? () #34 0x00000019 in ?? () #35 0x00000000 in ?? () #36 0x004ba000 in ?? () #37 0x00000000 in ?? () #38 0x00008000 in ?? () #39 0x00000000 in ?? () #40 0x000c8000 in ?? () #41 0x00000000 in ?? () #42 0x00000000 in ?? () #43 0x00000000 in ?? () #44 0x00000000 in ?? () #45 0x00000000 in ?? () #46 0x0000005e in ?? () #47 0x00008000 in ?? () #48 0x00000018 in ?? () #49 0x00000000 in ?? () #50 0xc24295a0 in ?? () #51 0xc24b4600 in ?? () #52 0x00000000 in ?? () #53 0x00008000 in ?? () #54 0xc22e58fc in ?? () #55 0xc0674d80 in vop_getattr_vp_offsets () #56 0xc29b4770 in ?? () #57 0xd1251b2c in ?? () #58 0xc2353b00 in ?? () #59 0xc24b4600 in ?? () #60 0xc24b4600 in ?? () #61 0xd1251b30 in ?? () #62 0x00003002 in ?? () #63 0x00000001 in ?? () #64 0x00010180 in ?? () #65 0x000035de in ?? () #66 0x00000190 in ?? () #67 0x0500ff07 in ?? () #68 0x00318089 in ?? () #69 0x004ba000 in ?? () #70 0x00000000 in ?? () #71 0x00000200 in ?? () #72 0x44874965 in ?? () #73 0x00000000 in ?? () #74 0x44866d90 in ?? () #75 0x00000000 in ?? () #76 0x44866d90 in ?? () #77 0x00000000 in ?? () #78 0x00000000 in ?? () #79 0x00000000 in ?? () #80 0x00000000 in ?? () #81 0x00000000 in ?? () #82 0x00c845e0 in ?? () #83 0x0040c000 in ?? () #84 0x00000000 in ?? () #85 0x00000000 in ?? () #86 0x00000000 in ?? () #87 0x00000000 in ?? () #88 0x00000000 in ?? () #89 0xd1251bac in ?? () #90 0xc29b47ec in ?? () #91 0xc224fea0 in ?? () #92 0xc29b4770 in ?? () #93 0xd1251cbc in ?? () #94 0xd1251bc0 in ?? () #95 0xc207015f in ?? () #96 0xc29b4770 in ?? () #97 0xd1251cbc in ?? () #98 0x0000002f in ?? () #99 0xc2353b00 in ?? () #100 0xd1251bcc in ?? () #101 0xc06136c8 in VOP_READ_APV (vop=0x0, a=0x4) at vnode_if.c:643 Previous frame inner to this frame (corrupt stack?) From owner-freebsd-stable@FreeBSD.ORG Thu Jun 8 09:07: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 5F9E616E0AA; Thu, 8 Jun 2006 06:54:32 +0000 (UTC) (envelope-from phoemix@harmless.hu) Received: from marvin.harmless.hu (marvin.harmless.hu [195.56.55.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADC2A43D45; Thu, 8 Jun 2006 06:54:31 +0000 (GMT) (envelope-from phoemix@harmless.hu) Received: from localhost (localhost [127.0.0.1]) by marvin (Postfix) with ESMTP id 7886B20001CC; Thu, 8 Jun 2006 08:54:29 +0200 (CEST) Received: from marvin.harmless.hu ([127.0.0.1]) by localhost (marvin [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 29193-01; Thu, 8 Jun 2006 08:54:28 +0200 (CEST) Received: by marvin (Postfix, from userid 1000) id DC92820001C9; Thu, 8 Jun 2006 08:54:27 +0200 (CEST) Date: Thu, 8 Jun 2006 08:54:27 +0200 To: Mark Morley Message-ID: <20060608065427.GA7985@marvin.harmless.hu> References: <44876071-491e@helpdesk.islandnet.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="uAKRQypu60I7Lcqm" Content-Disposition: inline In-Reply-To: <44876071-491e@helpdesk.islandnet.com> User-Agent: Mutt/1.5.9i From: phoemix@harmless.hu (Gergely CZUCZY) X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at harmless.hu Cc: freebsd-stable@freebsd.org, freebsd-pf@freebsd.org Subject: Re: pf buggy 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: Thu, 08 Jun 2006 09:07:35 -0000 --uAKRQypu60I7Lcqm Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jun 07, 2006 at 04:25:37PM -0700, Mark Morley wrote: > Hi folks, >=20 > Wondering if this rings any bells for anyone: >=20 > After upgrading a handful of web servers from FreeBSD 4.11 with ipfw > to 6.1-STABLE with pf, customers started reporting that occasionally > their server side scripts would fail to connect to the SQL servers > (which are still 4.11 and are attached via a separate dedicated > gigabit network). >=20 > A test page that makes 10,000 rapid SQL connections which connected 100% > of the time before, now will usually see anywhere from one or two failed > connections to a dozen or so (per 10,000) >=20 > After trying many other things first, we finally found that 'pf' seems > to be the culprit. >=20 > Disabling pf with pfctl -d allows 100% of all connections to work, and > as soon as we enable it we see connection failures again. >=20 > I've tried changing the pf rule set in different ways, with and without > scrubbing, with and without queues, even to the point where I have a sing= le > rule that just allows everything. It doesn't seem to matter what the rul= es > actually are, just whether or not pf is enabled. >=20 > I recompiled the kernel with pf disabled and ipfw enabled, and it works > fine with 100% successful connections. We have no funky compiler options > or anything like that. >=20 > Any thoughts? could you show us the followings: - pf.conf - kernel configuration file - uname -a next time please include technical information along with the textual description of your problem Bye, Gergely Czuczy mailto: gergely.czuczy@harmless.hu PGP: http://phoemix.harmless.hu/phoemix.pgp Weenies test. Geniuses solve problems that arise. --uAKRQypu60I7Lcqm Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFEh8mjbBsEN0U7BV0RAleyAKD1Ibe/HW0ODP9Y7mACLtS5k9jjmgCg3N+M WXSuAnVg78pn5GyLSXq1to0= =lSX8 -----END PGP SIGNATURE----- --uAKRQypu60I7Lcqm-- From owner-freebsd-stable@FreeBSD.ORG Thu Jun 8 09:23:08 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 0711F16DEA5 for ; Thu, 8 Jun 2006 07:35:49 +0000 (UTC) (envelope-from secnews@oxygen.az) Received: from mail.azerin.com (mail.azerin.com [212.47.128.23]) by mx1.FreeBSD.org (Postfix) with SMTP id 7233243D73 for ; Thu, 8 Jun 2006 07:35:43 +0000 (GMT) (envelope-from secnews@oxygen.az) Received: (qmail 32533 invoked from network); 8 Jun 2006 07:36:04 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on ml350.azerin.com X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,UNPARSEABLE_RELAY autolearn=ham version=3.1.1 Received: from qmail by qscan (mail filter); 8 Jun 2006 07:36:04 +0000 Received: from unknown (HELO ?212.47.129.5?) (212.47.129.5) by mail.azerin.com with SMTP; 8 Jun 2006 07:36:04 -0000 Message-ID: <4487D34C.8000009@oxygen.az> Date: Thu, 08 Jun 2006 10:35:40 +0300 From: Tofik Suleymanov User-Agent: Thunderbird 1.5.0.2 (X11/20060425) MIME-Version: 1.0 To: David Nugent References: <4486A111.6020300@oxygen.az> <4486EFC8.6080601@oxygen.az> <448777B1.5030308@datalinktech.com.au> In-Reply-To: <448777B1.5030308@datalinktech.com.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Tofik Suleymanov , freebsd-stable@FreeBSD.ORG Subject: Re: reading process memory X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 08 Jun 2006 09:23:10 -0000 David Nugent wrote: > Tofik Suleymanov wrote: >> Thank you for brief and altogether extensive explanation of the >> case.The thing i wanted to do is to read let's say portions of memory >> where .bss and .data block of a running program reside. >> >> is that possible ? > Yes. Debuggers offer this functionality, for example. > > man 2 ptrace > > David, looks like it is exactly what i need.I am going to dig more into ptrace. Thank you, Tofik Suleymanov From owner-freebsd-stable@FreeBSD.ORG Thu Jun 8 09:40:54 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 6C05816B9A2; Thu, 8 Jun 2006 07:42:08 +0000 (UTC) (envelope-from dimas@dataart.com) Received: from relay1.dataart.com (fobos.marketsite.ru [62.152.84.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC24243D48; Thu, 8 Jun 2006 07:42:07 +0000 (GMT) (envelope-from dimas@dataart.com) Received: from e1.universe.dart.spb ([192.168.10.44]) by relay1.dataart.com with esmtp (Exim 4.62) (envelope-from ) id 1FoF9Y-000NuX-Ts; Thu, 08 Jun 2006 11:42:04 +0400 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Thu, 8 Jun 2006 11:40:03 +0400 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: pf buggy on 6.1-STABLE? Thread-Index: AcaKrotDnhhRHNJfRkO9YIF7uqGNrgAHolEA From: "Dmitry Andrianov" To: "Mark Morley" , , Cc: Subject: RE: pf buggy 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: Thu, 08 Jun 2006 09:41:00 -0000 Hi. I'm not sure it is related to your case but... I have seen a situation when application used for load-testing web server running on MS Windows box failed establishing HTTP connections to the server . Investigation identified that this is due to the fact that Windows relatively quickly reuses source TCP port numbers for these outbound connections. I'm not sure if Microsoft violates TCP standard with that or not. The fact is that pf keeps "closed" entries in the state table for 90 second and it still remembers old source port when Windows send SYN from it trying to establish new connection. As result, pf considers that packet invalid and drops it. You can check pfctl -s info . In my case the state-mismatch counter was increasing with for every falied connection. In any case, output of that tool can be very useful to you - if you see one of counters for dropped packet increasing, you will have an idea why. Regards, Dmitry Andrianov PS: my problem was solved adding following lines to pf.conf: # set short timeout for TCP closed state because Windows tends to reuse # the same outgoing port very quickly and pf starts refusing new connections # because of invalid state # (This occurs when load testing DMZ server from LAN) set timeout { tcp.closed 15 } -----Original Message----- From: owner-freebsd-pf@freebsd.org [mailto:owner-freebsd-pf@freebsd.org] On Behalf Of Mark Morley Sent: Thursday, June 08, 2006 3:26 AM To: freebsd-pf@freebsd.org; freebsd-stable@freebsd.org Subject: pf buggy on 6.1-STABLE? Hi folks, Wondering if this rings any bells for anyone: After upgrading a handful of web servers from FreeBSD 4.11 with ipfw to 6.1-STABLE with pf, customers started reporting that occasionally their server side scripts would fail to connect to the SQL servers (which are still 4.11 and are attached via a separate dedicated gigabit network). A test page that makes 10,000 rapid SQL connections which connected 100% of the time before, now will usually see anywhere from one or two failed connections to a dozen or so (per 10,000) After trying many other things first, we finally found that 'pf' seems to be the culprit. Disabling pf with pfctl -d allows 100% of all connections to work, and as soon as we enable it we see connection failures again. I've tried changing the pf rule set in different ways, with and without scrubbing, with and without queues, even to the point where I have a single rule that just allows everything. It doesn't seem to matter what the rules actually are, just whether or not pf is enabled. I recompiled the kernel with pf disabled and ipfw enabled, and it works fine with 100% successful connections. We have no funky compiler options or anything like that. Any thoughts? Mark -- Mark Morley Owner / Administrator Islandnet.com _______________________________________________ freebsd-pf@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-pf To unsubscribe, send any mail to "freebsd-pf-unsubscribe@freebsd.org" From owner-freebsd-stable@FreeBSD.ORG Thu Jun 8 09:50: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 D339B16D5B1 for ; Thu, 8 Jun 2006 07:51:19 +0000 (UTC) (envelope-from tofik@oxygen.az) Received: from mail.azerin.com (mail.azerin.com [212.47.128.23]) by mx1.FreeBSD.org (Postfix) with SMTP id A89CF43D45 for ; Thu, 8 Jun 2006 07:51:18 +0000 (GMT) (envelope-from tofik@oxygen.az) Received: (qmail 39915 invoked from network); 8 Jun 2006 07:51:37 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on ml350.azerin.com X-Spam-Level: X-Spam-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00, UNPARSEABLE_RELAY autolearn=ham version=3.1.1 Received: from qmail by qscan (mail filter); 8 Jun 2006 07:51:37 +0000 Received: from unknown (HELO ?212.47.129.5?) (212.47.129.5) by mail.azerin.com with SMTP; 8 Jun 2006 07:51:37 -0000 Message-ID: <4487D6F0.1050702@oxygen.az> Date: Thu, 08 Jun 2006 10:51:12 +0300 From: Tofik Suleymanov User-Agent: Thunderbird 1.5.0.2 (X11/20060425) MIME-Version: 1.0 To: Diomidis Spinellis References: <4486A111.6020300@oxygen.az> <4486EFC8.6080601@oxygen.az> <4487659E.8000303@aueb.gr> In-Reply-To: <4487659E.8000303@aueb.gr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Tofik Suleymanov , freebsd-stable@FreeBSD.ORG, James Riendeau Subject: Re: reading process memory X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 08 Jun 2006 09:50:14 -0000 Diomidis Spinellis wrote: > Tofik Suleymanov wrote: >>> The only way you're going to be able to read another processes >>> address space is in the kernel.Even a process running as root is not >>> able to read another process's data. > > Incorrect; see this example: > > $ sed -e 's/this/that/' & > [1] 87345 > $ /bin/su > Password: > > # dd if=/proc/87345/mem conv=noerror 2> /dev/null | strings > [...] > @(#)compile.c 8.1 (Berkeley) 6/6/93 > [...] > RE error: %s > RuneMagiNONE > /this/that/ > "s/this/that/ > s/this/that/ > this > that > that > > I followed instructions in your email, but had no success of getting simmilar results. When trying to read from mem file of particular process i get error messages from dd: (many of this records populate the screen) 0 bytes transferred in 6.393733 secs (0 bytes/sec) dd: /proc/13150/mem: Bad address dd: /proc/13150/mem: Bad address 0+0 records in 0+0 records out 0 bytes transferred in 6.393795 secs (0 bytes/sec) while pid 13510 exists: paranoia# ps ax |grep 13150 13150 p1 T 0:00.00 sed -e s/this/that/g paranoia# man 5 procfs says: mem The complete virtual memory image of the process. Only those address which exist in the process can be accessed. Reads and writes to this file modify the process. Writes to the text seg- ment remain private to the process. map A map of the process' virtual memory. I wonder why i cannot just dd data from mem ? From owner-freebsd-stable@FreeBSD.ORG Thu Jun 8 10: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 9CE7416F4BC for ; Thu, 8 Jun 2006 09:05:21 +0000 (UTC) (envelope-from tofik@oxygen.az) Received: from mail.azerin.com (mail.azerin.com [212.47.128.23]) by mx1.FreeBSD.org (Postfix) with SMTP id 3A3F043D4C for ; Thu, 8 Jun 2006 09:05:17 +0000 (GMT) (envelope-from tofik@oxygen.az) Received: (qmail 70446 invoked from network); 8 Jun 2006 09:05:37 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on ml350.azerin.com X-Spam-Level: X-Spam-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00, UNPARSEABLE_RELAY autolearn=ham version=3.1.1 Received: from qmail by qscan (mail filter); 8 Jun 2006 09:05:37 +0000 Received: from unknown (HELO ?212.47.129.5?) (212.47.129.5) by mail.azerin.com with SMTP; 8 Jun 2006 09:05:37 -0000 Message-ID: <4487E849.1020601@oxygen.az> Date: Thu, 08 Jun 2006 12:05:13 +0300 From: Tofik Suleymanov User-Agent: Thunderbird 1.5.0.2 (X11/20060425) MIME-Version: 1.0 To: David Nugent References: <4486A111.6020300@oxygen.az> <4486EFC8.6080601@oxygen.az> <448777B1.5030308@datalinktech.com.au> In-Reply-To: <448777B1.5030308@datalinktech.com.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Tofik Suleymanov , freebsd-stable@FreeBSD.ORG Subject: Re: reading process memory X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 08 Jun 2006 10:05:35 -0000 David Nugent wrote: > Tofik Suleymanov wrote: >> Thank you for brief and altogether extensive explanation of the >> case.The thing i wanted to do is to read let's say portions of memory >> where .bss and .data block of a running program reside. >> >> is that possible ? > Yes. Debuggers offer this functionality, for example. > > man 2 ptrace > man 2 ptrace says: PT_READ_I, PT_READ_D These requests read a single int of data from the traced process's address space. Traditionally, ptrace() has allowed for machines with distinct address spaces for instruction and data, which is why there are two requests: conceptually, PT_READ_I reads from the instruction space and PT_READ_D reads from the data space. In the current FreeBSD implementation, these two requests are completely identical. The addr argument specifies the address (in the traced process's virtual address space) at which the read is to be done. This address does not have to meet any alignment constraints. The value read is returned as the return value from ptrace(). where do i get the addr argument ? how can i know which address do i need to start from ? Sincerely, Tofik Suleymanov From owner-freebsd-stable@FreeBSD.ORG Thu Jun 8 10:17: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 E581516B236 for ; Thu, 8 Jun 2006 08:21:43 +0000 (UTC) (envelope-from dds@aueb.gr) Received: from mx-out-01.forthnet.gr (mx-out.forthnet.gr [193.92.150.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id E182043D46 for ; Thu, 8 Jun 2006 08:21:42 +0000 (GMT) (envelope-from dds@aueb.gr) Received: from mx-av-02.forthnet.gr (mx-av.forthnet.gr [193.92.150.27]) by mx-out-01.forthnet.gr (8.13.6/8.13.6) with ESMTP id k588LeFb019784; Thu, 8 Jun 2006 11:21:40 +0300 Received: from mx-in-01.forthnet.gr (mx-in-01.forthnet.gr [193.92.150.23]) by mx-av-02.forthnet.gr (8.13.6/8.13.6) with ESMTP id k588LeaK001981; Thu, 8 Jun 2006 11:21:40 +0300 Received: from [192.168.136.16] (ppp93-9.adsl.forthnet.gr [194.219.141.9]) by mx-in-01.forthnet.gr (8.13.6/8.13.6) with ESMTP id k588LdLN030333; Thu, 8 Jun 2006 11:21:39 +0300 Authentication-Results: mx-in-01.forthnet.gr from=dds@aueb.gr; sender-id=neutral; spf=neutral Message-ID: <4487DE20.8010809@aueb.gr> Date: Thu, 08 Jun 2006 11:21:52 +0300 From: Diomidis Spinellis User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.4) Gecko/20060516 SeaMonkey/1.0.2 MIME-Version: 1.0 To: Tofik Suleymanov References: <4486A111.6020300@oxygen.az> <4486EFC8.6080601@oxygen.az> <4487659E.8000303@aueb.gr> <4487D6F0.1050702@oxygen.az> In-Reply-To: <4487D6F0.1050702@oxygen.az> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@FreeBSD.ORG, James Riendeau Subject: Re: reading process memory X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 08 Jun 2006 10:17:20 -0000 Tofik Suleymanov wrote: > Diomidis Spinellis wrote: >> Tofik Suleymanov wrote: >>>> The only way you're going to be able to read another processes >>>> address space is in the kernel.Even a process running as root is not >>>> able to read another process's data. >> >> Incorrect; see this example: >> >> $ sed -e 's/this/that/' & >> [1] 87345 >> $ /bin/su >> Password: >> >> # dd if=/proc/87345/mem conv=noerror 2> /dev/null | strings >> [...] >> @(#)compile.c 8.1 (Berkeley) 6/6/93 >> [...] >> RE error: %s >> RuneMagiNONE >> /this/that/ >> "s/this/that/ >> s/this/that/ >> this >> that >> that >> >> > I followed instructions in your email, but had no success of getting > simmilar results. When trying to read from mem file of particular > process i get error messages from dd: > (many of this records populate the screen) > 0 bytes transferred in 6.393733 secs (0 bytes/sec) > dd: /proc/13150/mem: Bad address > dd: /proc/13150/mem: Bad address > 0+0 records in > 0+0 records out > 0 bytes transferred in 6.393795 secs (0 bytes/sec) > > > while pid 13510 exists: > paranoia# ps ax |grep 13150 > 13150 p1 T 0:00.00 sed -e s/this/that/g > paranoia# > > > man 5 procfs says: > > mem The complete virtual memory image of the process. Only those > address which exist in the process can be accessed. Reads and > writes to this file modify the process. Writes to the text > seg- > ment remain private to the process. > map A map of the process' virtual memory. > > > I wonder why i cannot just dd data from mem ? > Not all areas of the process's memory are accessible. This is why I set the conv=noerr option to dd (rather than run strings directly on mem), and also redirected the dd's standard error output to /dev/null. Your root's shell (probably tcsh) failed to do that. (Tcsh doesn't offer a way to redirect just the error output). Run sh after the su command to have this facility at your disposal. Diomidis - http://www.spinellis.gr From owner-freebsd-stable@FreeBSD.ORG Thu Jun 8 10:29:54 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 3D7B416ECB4 for ; Thu, 8 Jun 2006 08:47:10 +0000 (UTC) (envelope-from tofik@oxygen.az) Received: from mail.azerin.com (mail.azerin.com [212.47.128.23]) by mx1.FreeBSD.org (Postfix) with SMTP id 18B2943D5A for ; Thu, 8 Jun 2006 08:47:08 +0000 (GMT) (envelope-from tofik@oxygen.az) Received: (qmail 62927 invoked from network); 8 Jun 2006 08:47:28 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on ml350.azerin.com X-Spam-Level: X-Spam-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00, UNPARSEABLE_RELAY autolearn=ham version=3.1.1 Received: from qmail by qscan (mail filter); 8 Jun 2006 08:47:28 +0000 Received: from unknown (HELO ?212.47.129.5?) (212.47.129.5) by mail.azerin.com with SMTP; 8 Jun 2006 08:47:28 -0000 Message-ID: <4487E408.1050604@oxygen.az> Date: Thu, 08 Jun 2006 11:47:04 +0300 From: Tofik Suleymanov User-Agent: Thunderbird 1.5.0.2 (X11/20060425) MIME-Version: 1.0 To: Diomidis Spinellis References: <4486A111.6020300@oxygen.az> <4486EFC8.6080601@oxygen.az> <4487659E.8000303@aueb.gr> <4487D6F0.1050702@oxygen.az> <4487DE20.8010809@aueb.gr> In-Reply-To: <4487DE20.8010809@aueb.gr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@FreeBSD.ORG, James Riendeau Subject: Re: reading process memory X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 08 Jun 2006 10:29:58 -0000 Diomidis Spinellis wrote: > Tofik Suleymanov wrote: >> Diomidis Spinellis wrote: >>> Tofik Suleymanov wrote: >>>>> The only way you're going to be able to read another processes >>>>> address space is in the kernel.Even a process running as root is >>>>> not able to read another process's data. >>> >>> Incorrect; see this example: >>> >>> $ sed -e 's/this/that/' & >>> [1] 87345 >>> $ /bin/su >>> Password: >>> >>> # dd if=/proc/87345/mem conv=noerror 2> /dev/null | strings >>> [...] >>> @(#)compile.c 8.1 (Berkeley) 6/6/93 >>> [...] >>> RE error: %s >>> RuneMagiNONE >>> /this/that/ >>> "s/this/that/ >>> s/this/that/ >>> this >>> that >>> that >>> >>> >> I followed instructions in your email, but had no success of getting >> simmilar results. When trying to read from mem file of particular >> process i get error messages from dd: >> (many of this records populate the screen) >> 0 bytes transferred in 6.393733 secs (0 bytes/sec) >> dd: /proc/13150/mem: Bad address >> dd: /proc/13150/mem: Bad address >> 0+0 records in >> 0+0 records out >> 0 bytes transferred in 6.393795 secs (0 bytes/sec) >> >> >> while pid 13510 exists: >> paranoia# ps ax |grep 13150 >> 13150 p1 T 0:00.00 sed -e s/this/that/g >> paranoia# >> >> >> man 5 procfs says: >> >> mem The complete virtual memory image of the process. Only those >> address which exist in the process can be accessed. Reads >> and >> writes to this file modify the process. Writes to the >> text seg- >> ment remain private to the process. >> map A map of the process' virtual memory. >> >> >> I wonder why i cannot just dd data from mem ? >> > > Not all areas of the process's memory are accessible. This is why I set > the conv=noerr option to dd (rather than run strings directly on mem), > and also redirected the dd's standard error output to /dev/null. Your > root's shell (probably tcsh) failed to do that. (Tcsh doesn't offer a > way to redirect just the error output). Run sh after the su command to > have this facility at your disposal. > > Diomidis - http://www.spinellis.gr > Works. Thank you. Sincerely, Tofik Suleymanov From owner-freebsd-stable@FreeBSD.ORG Thu Jun 8 10:40:47 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 5505416F6E4; Thu, 8 Jun 2006 09:12:00 +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 C5FCA43D60; Thu, 8 Jun 2006 09:11:53 +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 696DD11480; Thu, 8 Jun 2006 10:11:52 +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 D3nxtSDg16-q; Thu, 8 Jun 2006 10:11:51 +0100 (BST) Received: from mail.helenmarks.co.uk (unknown [192.168.100.1]) by mail.goodforbusiness.co.uk (Postfix) with ESMTP id 9BB991147F; Thu, 8 Jun 2006 10:11:51 +0100 (BST) Received: from localhost (localhost [127.0.0.1]) by mail.helenmarks.co.uk (Postfix) with ESMTP id 50F2517095; Thu, 8 Jun 2006 10:11:51 +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 kzL8OXqhJzH1; Thu, 8 Jun 2006 10:11:48 +0100 (BST) Received: by mail.helenmarks.co.uk (Postfix, from userid 80) id 4F1551704D; Thu, 8 Jun 2006 10:11:04 +0100 (BST) Received: from mailhost.graphdata.co.uk ([195.12.22.194]) (SquirrelMail authenticated user dom) by mail.helenmarks.co.uk with HTTP; Thu, 8 Jun 2006 10:11:04 +0100 (BST) Message-ID: <4459.195.12.22.194.1149757864.squirrel@mail.helenmarks.co.uk> In-Reply-To: <44876071-491e@helpdesk.islandnet.com> References: <44876071-491e@helpdesk.islandnet.com> Date: Thu, 8 Jun 2006 10:11:04 +0100 (BST) From: "Dominic Marks" To: "Mark Morley" 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, freebsd-pf@freebsd.org Subject: Re: pf buggy 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: Thu, 08 Jun 2006 10:41:09 -0000 Mark Morley wrote: > Hi folks, > > Wondering if this rings any bells for anyone: > > After upgrading a handful of web servers from FreeBSD 4.11 with ipfw > to 6.1-STABLE with pf, customers started reporting that occasionally > their server side scripts would fail to connect to the SQL servers > (which are still 4.11 and are attached via a separate dedicated > gigabit network). > > A test page that makes 10,000 rapid SQL connections which connected > 100% > of the time before, now will usually see anywhere from one or two > failed > connections to a dozen or so (per 10,000) > > After trying many other things first, we finally found that 'pf' seems > to be the culprit. I've experienced the same. If you have a lot of concurrent connections going on it seems that every so often an connection will be blocked, even if it doesnt match any rule. In my case I experienced this with apache22 acting as a reverse proxy/virtual host. Symptoms: 1. Sudden burst of traffic to a specific virtual host. 2. After some time, normally <30 seconds one of the connection attempts is reset. 3. Apache immediately stops proxying for any subsequent connections and returning a 'too busy message'. The project this was related to got shelved so it hasn't bothered me again yet, but I didn't find any workaround. > Disabling pf with pfctl -d allows 100% of all connections to work, and > as soon as we enable it we see connection failures again. Snap. > I've tried changing the pf rule set in different ways, with and > without > scrubbing, with and without queues, even to the point where I have a > single > rule that just allows everything. It doesn't seem to matter what the > rules > actually are, just whether or not pf is enabled. Same as me. > I recompiled the kernel with pf disabled and ipfw enabled, and it > works > fine with 100% successful connections. We have no funky compiler > options > or anything like that. > > Any thoughts? > > Mark > > -- > Mark Morley > Owner / Administrator > Islandnet.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" > Cheers, Dom From owner-freebsd-stable@FreeBSD.ORG Thu Jun 8 11:00: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 F267C16C3A6 for ; Thu, 8 Jun 2006 09:26:50 +0000 (UTC) (envelope-from tofik@oxygen.az) Received: from mail.azerin.com (mail.azerin.com [212.47.128.23]) by mx1.FreeBSD.org (Postfix) with SMTP id CC7C043D45 for ; Thu, 8 Jun 2006 09:26:49 +0000 (GMT) (envelope-from tofik@oxygen.az) Received: (qmail 79315 invoked from network); 8 Jun 2006 09:27:09 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on ml350.azerin.com X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00, UNPARSEABLE_RELAY autolearn=ham version=3.1.1 Received: from qmail by qscan (mail filter); 8 Jun 2006 09:27:09 +0000 Received: from unknown (HELO ?212.47.129.5?) (212.47.129.5) by mail.azerin.com with SMTP; 8 Jun 2006 09:27:09 -0000 Message-ID: <4487ED54.8080708@oxygen.az> Date: Thu, 08 Jun 2006 12:26:44 +0300 From: Tofik Suleymanov User-Agent: Thunderbird 1.5.0.2 (X11/20060425) MIME-Version: 1.0 To: David Nugent References: <4486A111.6020300@oxygen.az> <4486EFC8.6080601@oxygen.az> <448777B1.5030308@datalinktech.com.au> In-Reply-To: <448777B1.5030308@datalinktech.com.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Tofik Suleymanov , freebsd-stable@FreeBSD.ORG Subject: Re: reading process memory X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 08 Jun 2006 11:00:55 -0000 David Nugent wrote: > Tofik Suleymanov wrote: >> Thank you for brief and altogether extensive explanation of the >> case.The thing i wanted to do is to read let's say portions of memory >> where .bss and .data block of a running program reside. >> >> is that possible ? > Yes. Debuggers offer this functionality, for example. > > man 2 ptrace > > Everything is pretty clear from ptrace(2) manpage but where do i get addr argument ? The addr argument specifies the address (in the traced process's virtual address space) at which the read is to be done. This address does not have to meet any alignment constraints. ? Sincerely, Tofik Suleymanov From owner-freebsd-stable@FreeBSD.ORG Thu Jun 8 11:31: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 09CA216CD31 for ; Thu, 8 Jun 2006 09:53:50 +0000 (UTC) (envelope-from ericlin.jnlin@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB30F43D64 for ; Thu, 8 Jun 2006 09:53:47 +0000 (GMT) (envelope-from ericlin.jnlin@gmail.com) Received: by nz-out-0102.google.com with SMTP id 13so382863nzn for ; Thu, 08 Jun 2006 02:53:47 -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=uokRDcjCVwPrtYNjCd2lapcUD1MxvMHbXMXkduv9vBCQV4zmxZlYRecbRETD/OtO9frWcgs7FBtrmpruobjeOcNNMzO+vkyFNXGXlxWleJSTVrdE9jC9edW7ICkZ+39SLb1lSx0CMio6tGvY8C6bIkB2OkeSXFjkdMn0LO5LC+M= Received: by 10.64.153.10 with SMTP id a10mr1498071qbe; Thu, 08 Jun 2006 02:53:47 -0700 (PDT) Received: by 10.65.242.4 with HTTP; Thu, 8 Jun 2006 02:53:47 -0700 (PDT) Message-ID: <3d21193a0606080253u5bfe9451h808c9a5ba6fb5b0b@mail.gmail.com> Date: Thu, 8 Jun 2006 17:53:47 +0800 From: "Jui-Nan Lin" To: freebsd-stable@freebsd.org In-Reply-To: <3d21193a0606072333y573328aeu461c135c81836759@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <3d21193a0606072333y573328aeu461c135c81836759@mail.gmail.com> Subject: panic: Fatal trap 12: page fault while in kernel mode (current process = 4254 (perl5.8.8)) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jun 2006 11:31:22 -0000 Hi, I experienced lots of kernel panic after I installed openwebmail on my mail server. The environment is : [Mail Server] <=> [Mail Spool Server] nfs Mail Server: 6.1-RELEASE (panic 3 times a day) Mail Spool Server: 6.0-RELEASE I also installed www/apache20, mail/postfix. The mount options is rw, quota (Yes, I used quota) I have tried to replace my kernel, but GENERIC and custom kernels panic, too. Please give me some advice :) == Fatal trap 12: page fault while in kernel mode fault virtual address = 0x34 fault code = supervisor read, page not present instruction pointer = 0x20:0xc050f162 stack pointer = 0x28:0xd12519b8 frame pointer = 0x28:0xd12519c4 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 4254 (perl5.8.8) trap number = 12 panic: page fault KDB: stack backtrace: kdb_backtrace(100,c24b4600,28,d1251978,c) at kdb_backtrace+0x29 panic(c0620009,c06413f8,0,fffff,c24aea9b) at panic+0xa8 trap_fatal(d1251978,34,c24b4600,c2330ce4,c) at trap_fatal+0x2a6 trap_pfault(d1251978,0,34) at trap_pfault+0x1d3 trap(d1250008,d1250028,c2060028,c708afb8,c708afb8) at trap+0x2fd calltrap() at calltrap+0x5 --- trap 0xc, eip = 0xc050f162, esp = 0xd12519b8, ebp = 0xd12519c4 --- vfs_vmio_release(c708afb8) at vfs_vmio_release+0x12 getnewbuf(0,0,8000,8000,c8000) at getnewbuf+0x2b0 getblk(c29b4770,19,0,8000,0) at getblk+0x35c nfs_getcacheblk(19,0,8000,c24b4600,80000000) at nfs_getcacheblk+0x81 nfs_bioread(c29b4770,d1251cbc,2f,c2353b00,d1251bcc) at nfs_bioread+0x983 nfs_read(d1251bf4) at nfs_read+0x33 VOP_READ_APV(c2084d20,d1251bf4) at VOP_READ_APV+0x38 vn_read(c224fea0,d1251cbc,c2353b00,0,c24b4600) at vn_read+0x196 dofileread(c24b4600,3,c224fea0,d1251cbc,ffffffff) at dofileread+0x85 kern_readv(c24b4600,3,d1251cbc,9013000,1000) at kern_readv+0x36 read(c24b4600,d1251d04,3,27,202) at read+0x45 syscall(c05f003b,3b,3b,806c200,3) at syscall+0x2b7 Xint0x80_syscall() at Xint0x80_syscall+0x1f --- syscall (3, FreeBSD ELF32, read), eip = 0x282637df, esp = 0xbfbfe28c, ebp = 0xbfbfe2c8 --- Uptime: 14h32m59s Dumping 255 MB (2 chunks) chunk 0: 1MB (160 pages) ... ok chunk 1: 255MB (65280 pages) 240 224 208 192 176 160 144 128 112 96 80 64 48 32 16 #0 doadump () at pcpu.h:165 165 pcpu.h: No such file or directory. in pcpu.h (kgdb) bt #0 doadump () at pcpu.h:165 #1 0xc04c8cfd in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:402 #2 0xc04c8fc4 in panic (fmt=0xc0620009 "%s") at /usr/src/sys/kern/kern_shutdown.c:558 #3 0xc06028b6 in trap_fatal (frame=0xd1251978, eva=52) at /usr/src/sys/i386/i386/trap.c:836 #4 0xc06025e7 in trap_pfault (frame=0xd1251978, usermode=0, eva=52) at /usr/src/sys/i386/i386/trap.c:744 #5 0xc0602201 in trap (frame= {tf_fs = -786104312, tf_es = -786104280, tf_ds = -1039794136, tf_edi = -955732040, tf_esi = -955732040, tf_ebp = -786097724, tf_isp = -786097756, tf_ebx = -955732040, tf_edx = 4, tf_ecx = -1035254272, tf_eax = 0, tf_trapno = 12, tf_err = 0, tf_eip = -1068437150, tf_cs = 32, tf_eflags = 590338, tf_esp = -955732040, tf_ss = -955732040}) at /usr/src/sys/i386/i386/trap.c:434 #6 0xc05f1c5a in calltrap () at /usr/src/sys/i386/i386/exception.s:139 #7 0xc050f162 in vfs_vmio_release (bp=0xc708afb8) at atomic.h:146 #8 0xc050f974 in getnewbuf (slpflag=0, slptimeo=0, size=32768, maxsize=32768) at /usr/src/sys/kern/vfs_bio.c:1779 #9 0xc0510eb0 in getblk (vp=0xc29b4770, blkno=25, size=32768, slpflag=0, slptimeo=0, flags=0) at /usr/src/sys/kern/vfs_bio.c:2486 #10 0xc206631d in ?? () #11 0xc29b4770 in ?? () #12 0x00000019 in ?? () #13 0x00000000 in ?? () #14 0x00008000 in ?? () #15 0x00000000 in ?? () #16 0x00000000 in ?? () #17 0x00000000 in ?? () #18 0x00000000 in ?? () #19 0xc7025860 in ?? () #20 0xc29b4830 in ?? () #21 0x00000000 in ?? () #22 0xc1e28400 in ?? () #23 0xd1251a94 in ?? () #24 0xc05106dc in incore (bo=0x19, blkno=140737488355328) at /usr/src/sys/kern/vfs_bio.c:2141 #25 0xc20685ff in ?? () #26 0x00000019 in ?? () #27 0x00000000 in ?? () #28 0x00008000 in ?? () #29 0xc24b4600 in ?? () #30 0x80000000 in ?? () #31 0x1dba5906 in ?? () #32 0x00000000 in ?? () #33 0x8853088c in ?? () #34 0x00000019 in ?? () #35 0x00000000 in ?? () #36 0x004ba000 in ?? () #37 0x00000000 in ?? () #38 0x00008000 in ?? () #39 0x00000000 in ?? () #40 0x000c8000 in ?? () #41 0x00000000 in ?? () #42 0x00000000 in ?? () #43 0x00000000 in ?? () #44 0x00000000 in ?? () #45 0x00000000 in ?? () #46 0x0000005e in ?? () #47 0x00008000 in ?? () #48 0x00000018 in ?? () #49 0x00000000 in ?? () #50 0xc24295a0 in ?? () #51 0xc24b4600 in ?? () #52 0x00000000 in ?? () #53 0x00008000 in ?? () #54 0xc22e58fc in ?? () #55 0xc0674d80 in vop_getattr_vp_offsets () #56 0xc29b4770 in ?? () #57 0xd1251b2c in ?? () #58 0xc2353b00 in ?? () #59 0xc24b4600 in ?? () #60 0xc24b4600 in ?? () #61 0xd1251b30 in ?? () #62 0x00003002 in ?? () #63 0x00000001 in ?? () #64 0x00010180 in ?? () #65 0x000035de in ?? () #66 0x00000190 in ?? () #67 0x0500ff07 in ?? () #68 0x00318089 in ?? () #69 0x004ba000 in ?? () #70 0x00000000 in ?? () #71 0x00000200 in ?? () #72 0x44874965 in ?? () #73 0x00000000 in ?? () #74 0x44866d90 in ?? () #75 0x00000000 in ?? () #76 0x44866d90 in ?? () #77 0x00000000 in ?? () #78 0x00000000 in ?? () #79 0x00000000 in ?? () #80 0x00000000 in ?? () #81 0x00000000 in ?? () #82 0x00c845e0 in ?? () #83 0x0040c000 in ?? () #84 0x00000000 in ?? () #85 0x00000000 in ?? () #86 0x00000000 in ?? () #87 0x00000000 in ?? () #88 0x00000000 in ?? () #89 0xd1251bac in ?? () #90 0xc29b47ec in ?? () #91 0xc224fea0 in ?? () #92 0xc29b4770 in ?? () #93 0xd1251cbc in ?? () #94 0xd1251bc0 in ?? () #95 0xc207015f in ?? () #96 0xc29b4770 in ?? () #97 0xd1251cbc in ?? () #98 0x0000002f in ?? () #99 0xc2353b00 in ?? () #100 0xd1251bcc in ?? () #101 0xc06136c8 in VOP_READ_APV (vop=0x0, a=0x4) at vnode_if.c:643 Previous frame inner to this frame (corrupt stack?) From owner-freebsd-stable@FreeBSD.ORG Thu Jun 8 12:47: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 6828C16CA0E for ; Thu, 8 Jun 2006 10:46:40 +0000 (UTC) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (lurza.secnetix.de [83.120.8.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87F4443D48 for ; Thu, 8 Jun 2006 10:46:39 +0000 (GMT) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (qbqjyl@localhost [127.0.0.1]) by lurza.secnetix.de (8.13.4/8.13.4) with ESMTP id k58AkWnr075064; Thu, 8 Jun 2006 12:46:37 +0200 (CEST) (envelope-from oliver.fromme@secnetix.de) Received: (from olli@localhost) by lurza.secnetix.de (8.13.4/8.13.1/Submit) id k58AkVOG075063; Thu, 8 Jun 2006 12:46:31 +0200 (CEST) (envelope-from olli) Date: Thu, 8 Jun 2006 12:46:31 +0200 (CEST) Message-Id: <200606081046.k58AkVOG075063@lurza.secnetix.de> From: Oliver Fromme To: freebsd-stable@FreeBSD.ORG, shih@math.jussieu.fr In-Reply-To: <20060607222351.GA66870@math.jussieu.fr> X-Newsgroups: list.freebsd-stable User-Agent: tin/1.8.0-20051224 ("Ronay") (UNIX) (FreeBSD/4.11-STABLE (i386)) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.1.2 (lurza.secnetix.de [127.0.0.1]); Thu, 08 Jun 2006 12:46:37 +0200 (CEST) Cc: Subject: Re: 6.1-R ? 6-Stable ? 5.5-R ? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-stable@FreeBSD.ORG, 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: Thu, 08 Jun 2006 12:47:24 -0000 Albert Shih wrote: > I've nfs server running 6-Stable (5 April 2006) with some trouble but ... > well approx stable. > > But today he crash again (after ~1.5 mounth). There have been quite a lot of bug fixes (including NFS- related, IIRC) in the weeks before the release. Therefore I recommend that you update to RELENG_6_1. Best regards Oliver -- Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing Dienstleistungen mit Schwerpunkt FreeBSD: http://www.secnetix.de/bsd Any opinions expressed in this message may be personal to the author and may not necessarily reflect the opinions of secnetix in any way. 'Instead of asking why a piece of software is using "1970s technology," start asking why software is ignoring 30 years of accumulated wisdom.' From owner-freebsd-stable@FreeBSD.ORG Thu Jun 8 13:06: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 5CC4016BC74 for ; Thu, 8 Jun 2006 11:03:42 +0000 (UTC) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (lurza.secnetix.de [83.120.8.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8861443D55 for ; Thu, 8 Jun 2006 11:03:38 +0000 (GMT) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (jofybu@localhost [127.0.0.1]) by lurza.secnetix.de (8.13.4/8.13.4) with ESMTP id k58B3VNw075749 for ; Thu, 8 Jun 2006 13:03:37 +0200 (CEST) (envelope-from oliver.fromme@secnetix.de) Received: (from olli@localhost) by lurza.secnetix.de (8.13.4/8.13.1/Submit) id k58B3VaL075748; Thu, 8 Jun 2006 13:03:31 +0200 (CEST) (envelope-from olli) Date: Thu, 8 Jun 2006 13:03:31 +0200 (CEST) Message-Id: <200606081103.k58B3VaL075748@lurza.secnetix.de> From: Oliver Fromme To: freebsd-stable@FreeBSD.ORG In-Reply-To: X-Newsgroups: list.freebsd-stable User-Agent: tin/1.8.0-20051224 ("Ronay") (UNIX) (FreeBSD/4.11-STABLE (i386)) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.1.2 (lurza.secnetix.de [127.0.0.1]); Thu, 08 Jun 2006 13:03:37 +0200 (CEST) Cc: Subject: Re: How can I know which files a proccess is accessing? 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: Thu, 08 Jun 2006 13:06:28 -0000 It is worth mentioning that lsof is also extremely useful for finding inodes that have a link count of 0, i.e. files that have been deleted but are still open by a process. "lsof +L1" will list them with their inode numbers and the PIDs of the processes that keep them open. Best regards Oliver -- Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing Dienstleistungen mit Schwerpunkt FreeBSD: http://www.secnetix.de/bsd Any opinions expressed in this message may be personal to the author and may not necessarily reflect the opinions of secnetix in any way. "Clear perl code is better than unclear awk code; but NOTHING comes close to unclear perl code" (taken from comp.lang.awk FAQ) From owner-freebsd-stable@FreeBSD.ORG Thu Jun 8 13:36: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 858E01701C3; Thu, 8 Jun 2006 11:22:04 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BA0843D70; Thu, 8 Jun 2006 11:22:02 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from nadesico.ninth-nine.com (nadesico.ninth-nine.com [219.127.74.122]) by sakura.ninth-nine.com (8.13.6/8.13.6/NinthNine) with ESMTP id k54B8YMv087631; Sun, 4 Jun 2006 20:08:35 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Sun, 4 Jun 2006 20:08:34 +0900 From: Norikatsu Shigemura To: freebsd-mobile@FreeBSD.org, freebsd-stable@FreeBSD.org, freebsd-acpi@FreeBSD.org Message-Id: <20060604200834.8db4782c.nork@FreeBSD.org> X-Mailer: Sylpheed version 2.2.5 (GTK+ 2.8.18; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (sakura.ninth-nine.com [219.127.74.121]); Sun, 04 Jun 2006 20:08:35 +0900 (JST) Cc: Subject: FYI: Panasonic Toughbook CF-R4 can suspend/resume X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 08 Jun 2006 13:36:31 -0000 I confirmed 3rd generation CF-R4 (Panasonic Toughbook/ Let's Note series, 2006 Spring Model) can suspend/resume:-) with following settings. Add to /boot/loader.conf - - - - - - - - - - - - - - - - hint.apic.0.disabled="1" hint.psm.0.flags="0x2000" - - - - - - - - - - - - - - - - And, mita-san (mita@FreeBSD.org) has CF-W4 (3rd generation). It can suspend/resume:-), too. But Ume-san (ume@) has CF-R4(1st generation), it cannot suspend/resume:-(. Takahashi-san(nyan@) has CF-R3, same too:-(. I read /usr/src/sys/i386/i386/io_apic.c, and I'm suprised following code: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - #define TODO printf("%s: not implemented!\n", __func__) static void ioapic_suspend(struct intsrc *isrc) { TODO; } static void ioapic_resume(struct intsrc *isrc) { ioapic_program_intpin((struct ioapic_intsrc *)isrc); } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Hum.................... From owner-freebsd-stable@FreeBSD.ORG Thu Jun 8 15:18: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 C96C116CC4F for ; Thu, 8 Jun 2006 13:34:22 +0000 (UTC) (envelope-from cbuechler@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 E22A843D53 for ; Thu, 8 Jun 2006 13:34:21 +0000 (GMT) (envelope-from cbuechler@gmail.com) Received: by wx-out-0102.google.com with SMTP id i31so322098wxd for ; Thu, 08 Jun 2006 06:34:21 -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=UeSy4E3SuRQK+XMwMh3vpzddQ2E9JIDXURR4ngEzfoUZBAHRGj41Sdhw0y47WIGUdU4ux5mLwPWE1eB05RNIJEQBXFUipYgZuojBD9ewAPuDYGHXesLIpKIL5eT+0Vpfz+3KChFpYIW39qB+r8uNtXLQLSlg4GNXwi2JVGdYA+0= Received: by 10.70.87.8 with SMTP id k8mr2077696wxb; Thu, 08 Jun 2006 06:34:16 -0700 (PDT) Received: by 10.70.12.16 with HTTP; Thu, 8 Jun 2006 06:34:16 -0700 (PDT) Message-ID: Date: Thu, 8 Jun 2006 09:34:16 -0400 From: "Chris Buechler" To: "Dominic Marks" In-Reply-To: <4459.195.12.22.194.1149757864.squirrel@mail.helenmarks.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <44876071-491e@helpdesk.islandnet.com> <4459.195.12.22.194.1149757864.squirrel@mail.helenmarks.co.uk> Cc: freebsd-stable@freebsd.org, Mark Morley , freebsd-pf@freebsd.org Subject: Re: pf buggy 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: Thu, 08 Jun 2006 15:19:04 -0000 On 6/8/06, Dominic Marks wrote: > > I've experienced the same. If you have a lot of concurrent connections > going on it seems that every so often an connection will be blocked, > even if it doesnt match any rule. In my case I experienced this with > apache22 acting as a reverse proxy/virtual host. > This sounds a lot like the port randomization problems discussed by Michael Silbersack in his BSDCan presentation. specifically, pages 12-14. http://www.silby.com/bsdcan06/silbersack_bsdcan06.pdf That shouldn't be an issue anymore, but I don't know when that was resolved. cheers, -Chris From owner-freebsd-stable@FreeBSD.ORG Thu Jun 8 15:27: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 2A71116D552 for ; Thu, 8 Jun 2006 14:06:03 +0000 (UTC) (envelope-from kian.mohageri@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 BD66643D48 for ; Thu, 8 Jun 2006 14:06:01 +0000 (GMT) (envelope-from kian.mohageri@gmail.com) Received: by nf-out-0910.google.com with SMTP id l24so333768nfc for ; Thu, 08 Jun 2006 07:06:00 -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=Kj+g6kdk5mngEjGmQW8CQYDy41+uzYl8hXQZYnFIZPSundBrY9RcaU5kv4tjGKFSUP0vuXGElNed1/sLY+Uj5p52fTWYfeEzFnzsHKTmZJ6mSInvj0pCE0IncOb5jxZdPXLAD6x1/IIub4JguBBilWLCttozIufabJItX7vO9m0= Received: by 10.49.29.19 with SMTP id g19mr1491024nfj; Thu, 08 Jun 2006 07:06:00 -0700 (PDT) Received: by 10.48.108.17 with HTTP; Thu, 8 Jun 2006 07:06:00 -0700 (PDT) Message-ID: Date: Thu, 8 Jun 2006 07:06:00 -0700 From: "Kian Mohageri" To: "Dominic Marks" In-Reply-To: <4459.195.12.22.194.1149757864.squirrel@mail.helenmarks.co.uk> MIME-Version: 1.0 References: <44876071-491e@helpdesk.islandnet.com> <4459.195.12.22.194.1149757864.squirrel@mail.helenmarks.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-stable@freebsd.org, Mark Morley , freebsd-pf@freebsd.org Subject: Re: pf buggy 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: Thu, 08 Jun 2006 15:27:32 -0000 Same issue here when using keep state. Specifically, it happened with PHP scripts accessing a remote MySQL database. I think it also happened with Qmail LDAP lookups. This happened even when I did not specify 'flags S/SA' 'pass quick' (non-stateful) fixed the problems but I wasn't satisfied with that for obvious reasons. Client reusing source port before state expired seems like a good explanation for this. I should test that. Kian On 6/8/06, Dominic Marks wrote: > > Mark Morley wrote: > > Hi folks, > > > > Wondering if this rings any bells for anyone: > > > > After upgrading a handful of web servers from FreeBSD 4.11 with ipfw > > to 6.1-STABLE with pf, customers started reporting that occasionally > > their server side scripts would fail to connect to the SQL servers > > (which are still 4.11 and are attached via a separate dedicated > > gigabit network). > > > > A test page that makes 10,000 rapid SQL connections which connected > > 100% > > of the time before, now will usually see anywhere from one or two > > failed > > connections to a dozen or so (per 10,000) > > > > After trying many other things first, we finally found that 'pf' seems > > to be the culprit. > > I've experienced the same. If you have a lot of concurrent connections > going on it seems that every so often an connection will be blocked, > even if it doesnt match any rule. In my case I experienced this with > apache22 acting as a reverse proxy/virtual host. > > Symptoms: > > 1. Sudden burst of traffic to a specific virtual host. > 2. After some time, normally <30 seconds one of the connection > attempts is reset. > 3. Apache immediately stops proxying for any subsequent connections > and returning a 'too busy message'. > > The project this was related to got shelved so it hasn't bothered me > again yet, but I didn't find any workaround. > > > Disabling pf with pfctl -d allows 100% of all connections to work, and > > as soon as we enable it we see connection failures again. > > Snap. > > > I've tried changing the pf rule set in different ways, with and > > without > > scrubbing, with and without queues, even to the point where I have a > > single > > rule that just allows everything. It doesn't seem to matter what the > > rules > > actually are, just whether or not pf is enabled. > > Same as me. > > > I recompiled the kernel with pf disabled and ipfw enabled, and it > > works > > fine with 100% successful connections. We have no funky compiler > > options > > or anything like that. > > > > Any thoughts? > > > > Mark > > > > -- > > Mark Morley > > Owner / Administrator > > Islandnet.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" > > > > Cheers, > Dom > _______________________________________________ > freebsd-pf@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-pf > To unsubscribe, send any mail to "freebsd-pf-unsubscribe@freebsd.org" > From owner-freebsd-stable@FreeBSD.ORG Thu Jun 8 16:18: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 790CA16ABB6 for ; Thu, 8 Jun 2006 14:40:46 +0000 (UTC) (envelope-from massimo@cedoc.mo.it) Received: from insomma.datacode.it (ip-174-86.sn2.eutelia.it [83.211.174.86]) by mx1.FreeBSD.org (Postfix) with ESMTP id B24EC43D48 for ; Thu, 8 Jun 2006 14:40:42 +0000 (GMT) (envelope-from massimo@cedoc.mo.it) Received: from localhost (localhost.datacode.it [127.0.0.1]) by insomma.datacode.it (Postfix) with SMTP id C3C9C2C90B for ; Thu, 8 Jun 2006 16:40:40 +0200 (CEST) Received: from insomma.datacode.it (localhost.datacode.it [127.0.0.1]) by insomma.datacode.it (Postfix) with ESMTP id 2607C2C90A; Thu, 8 Jun 2006 16:40:40 +0200 (CEST) Received: from massimo.datacode.it (massimo.datacode.it [192.168.1.13]) by insomma.datacode.it (Postfix) with ESMTP id DECE32C906; Thu, 8 Jun 2006 16:40:39 +0200 (CEST) From: Massimo Lusetti To: freebsd-stable@FreeBSD.ORG, shih@math.jussieu.fr In-Reply-To: <200606081046.k58AkVOG075063@lurza.secnetix.de> References: <200606081046.k58AkVOG075063@lurza.secnetix.de> Content-Type: text/plain Organization: CEDOC - Modena Date: Thu, 08 Jun 2006 16:40:39 +0200 Message-Id: <1149777639.4305.10.camel@massimo.datacode.it> Mime-Version: 1.0 X-Mailer: Evolution 2.0.4 (2.0.4-7) Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: Subject: Re: 6.1-R ? 6-Stable ? 5.5-R ? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 08 Jun 2006 16:18:55 -0000 On Thu, 2006-06-08 at 12:46 +0200, Oliver Fromme wrote: > There have been quite a lot of bug fixes (including NFS- > related, IIRC) in the weeks before the release. Therefore > I recommend that you update to RELENG_6_1. Did you mean RELENG_6, right? -- Massimo.run(); From owner-freebsd-stable@FreeBSD.ORG Thu Jun 8 17:09: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 0693A16FDA3 for ; Thu, 8 Jun 2006 15:25:58 +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 50AB943D76 for ; Thu, 8 Jun 2006 15:25:54 +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.60 (FreeBSD)) (envelope-from ) id 1FoMOP-000024-7p; Thu, 08 Jun 2006 16:25:53 +0100 Received: from petefrench by dilbert.firstcallgroup.co.uk with local (Exim 4.61 (FreeBSD)) (envelope-from ) id 1FoMOP-000MXM-3F; Thu, 08 Jun 2006 16:25:53 +0100 To: jfvogel@gmail.com In-Reply-To: <2a41acea0606071922n48add8fbw3f6d73ab79c6a3d6@mail.gmail.com> Message-Id: From: Pete French Date: Thu, 08 Jun 2006 16:25:53 +0100 Cc: freebsd-stable@freebsd.org Subject: Re: Dual Opteron system will not run SMP X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 08 Jun 2006 17:09:25 -0000 > You are right about what the suspect devices are, having IOAPICs > unrecognized seems like it could be a problem. Yes, though all my other SMp systems have 'none' as the driver for ddevices of class interrupt. > When you say others are using such systems, do you mean they are > using them with FreeBSD RELEASE? Yup, the very same motherboard - since 5.4 apparently. > Fraid I can't be too much help beyond that, hope it gets you headed > in a direction you need anyway. Thanks for the davice so far though - I am wondering if I might have a faulty motherboard actualy. Plan B (sell the pair on ebay and buy a single faster one) looks more appealing than messing with it any more right now though. cheers, -pete. From owner-freebsd-stable@FreeBSD.ORG Thu Jun 8 21:58: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 EEB4816A49A; Thu, 8 Jun 2006 21:58:11 +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 458D243D48; Thu, 8 Jun 2006 21:58:10 +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 k58KCGVR049379; Thu, 8 Jun 2006 23:12:16 +0300 (EEST) (envelope-from dmitry@atlantis.dp.ua) Date: Thu, 8 Jun 2006 23:12:16 +0300 (EEST) From: Dmitry Pryanishnikov To: Tofik Suleymanov In-Reply-To: <4486A111.6020300@oxygen.az> Message-ID: <20060608230429.J11658@atlantis.atlantis.dp.ua> References: <4486A111.6020300@oxygen.az> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=koi8-u; format=flowed Content-Transfer-Encoding: 8BIT Cc: freebsd-stable@freebsd.org, freebsd-questions@freebsd.org Subject: Re: reading process memory X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 08 Jun 2006 21:58:12 -0000 Hello! On Wed, 7 Jun 2006, Tofik Suleymanov wrote: > I believe that it is possible to read contents of the memory used/utilized > by > a process (assuming right privileges). Yes, procfs allows it to user with the process's UID (or root). > First i've tried to do this through procfs by reading 'mem' property of the > given process, but no success. Yes, process's virtual address space is accessible via /proc//mem file, just don't forget that it's sparse. So you can't just 'hd mem', you should specify valid offset. /proc//map will help you to do so: dmitry@homelynx$ cd /proc/curproc dmitry@homelynx$ cat map 0x8048000 0x80b0000 99 0 0xc68fc630 r-x 20 10 0x8004 COW NC vnode ... dmitry@homelynx$ dd if=mem bs=0x100 skip=0x80480 |hd|more 00000000 7f 45 4c 46 01 01 01 09 00 00 00 00 00 00 00 00 |.ELF............| 00000010 02 00 03 00 01 00 00 00 24 6e 05 08 34 00 00 00 |........$n..4...| 00000020 e0 ac 06 00 00 00 00 00 34 00 20 00 05 00 28 00 |à¬......4. ...(.| P.S. I've once found the cause of the memory leak by examining virtual address space of my process and finding the repeated leaked pattern. > Thanks, > Tofik Suleymanov Sincerely, Dmitry -- Atlantis ISP, System Administrator e-mail: dmitry@atlantis.dp.ua nic-hdl: LYNX-RIPE From owner-freebsd-stable@FreeBSD.ORG Thu Jun 8 22:11: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 8DFED16A5CC for ; Thu, 8 Jun 2006 22:11:43 +0000 (UTC) (envelope-from gwk-fbsd@mnet-mail.de) Received: from mail-out.m-online.net (mail-out.m-online.net [212.18.0.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBF0943D46 for ; Thu, 8 Jun 2006 22:11:42 +0000 (GMT) (envelope-from gwk-fbsd@mnet-mail.de) Received: from mail01.m-online.net (svr21.m-online.net [192.168.3.149]) by mail-out.m-online.net (Postfix) with ESMTP id 24B8A72036 for ; Thu, 8 Jun 2006 22:36:30 +0200 (CEST) X-Auth-Info: OE9X2mabcH1057PmCMAFCdN6qCk/U1bzudKPW1FvuiE= Received: from [192.168.1.100] (ppp-82-135-80-81.mnet-online.de [82.135.80.81]) (using SSLv3 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mail.m-online.net (Postfix) with ESMTP id E36A292E5A for ; Thu, 8 Jun 2006 22:36:29 +0200 (CEST) From: "Georg-W. Koltermann" To: freebsd-stable@freebsd.org Content-Type: text/plain Date: Thu, 08 Jun 2006 22:38:38 +0200 Message-Id: <1149799118.9096.9.camel@hunter.localnet> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: Keyboard not working at mountroot prompt; 6.1-R X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 08 Jun 2006 22:11:43 -0000 Hi, today I noticed the keyboard is not working when I boot with a wrong entry for the root fs in /etc/fstab. The kernel loads ok, then announces that it is not able to mount the root fs, and prompts for a new root fs. At that point I can press whatever key I like, nothing is accepted; not even Ctl-Alt-Del. System is IBM T42P laptop, FreeBSD 6.1-Release. Is this known? I remember vaguely having read something about kbdmux problems some time ago. -- Regards, Georg. From owner-freebsd-stable@FreeBSD.ORG Thu Jun 8 22:26: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 1405316A60C for ; Thu, 8 Jun 2006 22:26:33 +0000 (UTC) (envelope-from kian.mohageri@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 F3BD243D5A for ; Thu, 8 Jun 2006 22:26:26 +0000 (GMT) (envelope-from kian.mohageri@gmail.com) Received: by nf-out-0910.google.com with SMTP id g2so491285nfe for ; Thu, 08 Jun 2006 15:26:25 -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=Ab/I/c9V6F+MDKue3sbJ24illISyw97x9FcKMbbtHnsjwirLZvZU4TV/B0mUFtnPZMZOcst3bHvB1dkpdhTJGqKZUKIxCpno4MF0CUWRTc1T1Lu9T2R7xG/6MJOT3eSc0A9hWEltWhK+oNqXLW44YpPILlKtGqK4u2FRAmskLHY= Received: by 10.49.59.2 with SMTP id m2mr1836024nfk; Thu, 08 Jun 2006 15:26:25 -0700 (PDT) Received: by 10.48.108.17 with HTTP; Thu, 8 Jun 2006 15:26:25 -0700 (PDT) Message-ID: Date: Thu, 8 Jun 2006 15:26:25 -0700 From: "Kian Mohageri" To: "Daniel Eriksson" In-Reply-To: <4F9C9299A10AE74E89EA580D14AA10A605F5BA@royal64.emp.zapto.org> MIME-Version: 1.0 References: <4F9C9299A10AE74E89EA580D14AA10A605F5BA@royal64.emp.zapto.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-stable@freebsd.org Subject: Re: pf buggy 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: Thu, 08 Jun 2006 22:26:33 -0000 I'm aware. I meant that as "pass quick" (without any keep state) ;) Kian On 6/8/06, Daniel Eriksson wrote: > > Kian Mohageri wrote: > > > 'pass quick' (non-stateful) fixed the problems but I wasn't > > satisfied with that for obvious reasons. > > The 'quick' keyword does not make the rule non-stateful, it only aborts > further evaluation of the specific packet. > > See http://www.openbsd.org/faq/pf/filter.html#quick for more > information. > > /Daniel Eriksson > From owner-freebsd-stable@FreeBSD.ORG Thu Jun 8 22:31: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 3614316A49A for ; Thu, 8 Jun 2006 22:31:16 +0000 (UTC) (envelope-from daniel_k_eriksson@telia.com) Received: from pne-smtpout1-sn2.hy.skanova.net (pne-smtpout1-sn2.hy.skanova.net [81.228.8.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9085843D4C for ; Thu, 8 Jun 2006 22:31:15 +0000 (GMT) (envelope-from daniel_k_eriksson@telia.com) Received: from royal64.emp.zapto.org (195.198.193.104) by pne-smtpout1-sn2.hy.skanova.net (7.2.072.1) id 4488310200045952; Thu, 8 Jun 2006 23:50:26 +0200 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Date: Thu, 8 Jun 2006 23:50:26 +0200 Message-ID: <4F9C9299A10AE74E89EA580D14AA10A605F5BA@royal64.emp.zapto.org> In-Reply-To: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: pf buggy on 6.1-STABLE? Thread-Index: AcaLFo2YwDw7CshZR+u9ScdHQwAUbAALfxkg From: "Daniel Eriksson" To: Cc: Kian Mohageri Subject: RE: pf buggy 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: Thu, 08 Jun 2006 22:31:16 -0000 Kian Mohageri wrote: > 'pass quick' (non-stateful) fixed the problems but I wasn't=20 > satisfied with that for obvious reasons. The 'quick' keyword does not make the rule non-stateful, it only aborts further evaluation of the specific packet. See http://www.openbsd.org/faq/pf/filter.html#quick for more information. /Daniel Eriksson From owner-freebsd-stable@FreeBSD.ORG Thu Jun 8 22:44: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 6648816A49E; Thu, 8 Jun 2006 22:44:58 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89CA543D48; Thu, 8 Jun 2006 22:44:57 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.13.6/8.13.6) with ESMTP id k58LWLUX006716; Thu, 8 Jun 2006 17:32:21 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-stable.sentex.ca (freebsd-stable.sentex.ca [64.7.128.103]) by smtp2.sentex.ca (8.13.6/8.13.6) with ESMTP id k58LWKnk025755; Thu, 8 Jun 2006 17:32:21 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-stable.sentex.ca (Postfix, from userid 666) id 8F990241A2; Thu, 8 Jun 2006 17:32:20 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20060608213220.8F990241A2@freebsd-stable.sentex.ca> Date: Thu, 8 Jun 2006 17:32:20 -0400 (EDT) X-Virus-Scanned: ClamAV version 0.88.1, clamav-milter version 0.88.1 on clamscanner4 X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.51 on 64.7.153.18 Cc: Subject: [releng_5 tinderbox] failure on alpha/alpha X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jun 2006 22:44:58 -0000 TB --- 2006-06-08 20:34:26 - tinderbox 2.3 running on freebsd-stable.sentex.ca TB --- 2006-06-08 20:34:26 - starting RELENG_5 tinderbox run for alpha/alpha TB --- 2006-06-08 20:34:26 - cleaning the object tree TB --- 2006-06-08 20:34:53 - checking out the source tree TB --- 2006-06-08 20:34:53 - cd /tinderbox/RELENG_5/alpha/alpha TB --- 2006-06-08 20:34:53 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -rRELENG_5 src TB --- 2006-06-08 20:44:05 - building world (CFLAGS=-O -pipe) TB --- 2006-06-08 20:44:05 - cd /src TB --- 2006-06-08 20:44:05 - /usr/bin/make -B buildworld >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything TB --- 2006-06-08 21:30:50 - generating LINT kernel config TB --- 2006-06-08 21:30:50 - cd /src/sys/alpha/conf TB --- 2006-06-08 21:30:50 - /usr/bin/make -B LINT TB --- 2006-06-08 21:30:50 - building LINT kernel (COPTFLAGS=-O -pipe) TB --- 2006-06-08 21:30:50 - cd /src TB --- 2006-06-08 21:30:50 - /usr/bin/make buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Thu Jun 8 21:30:50 UTC 2006 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies [...] @ -> /src/sys machine -> /src/sys/alpha/include awk -f @/tools/makeobjops.awk @/kern/bus_if.m -h awk -f @/tools/makeobjops.awk @/kern/device_if.m -h awk -f @/tools/makeobjops.awk @/dev/pci/pci_if.m -h ln -s /obj/alpha/src/sys/LINT/opt_cam.h opt_cam.h ln -s /obj/alpha/src/sys/LINT/opt_ddb.h opt_ddb.h make: don't know how to make mpt_freebsd.c. Stop *** Error code 2 Stop in /src/sys/modules. *** Error code 1 Stop in /obj/alpha/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2006-06-08 21:32:20 - WARNING: /usr/bin/make returned exit code 1 TB --- 2006-06-08 21:32:20 - ERROR: failed to build lint kernel TB --- 2006-06-08 21:32:20 - tinderbox aborted TB --- 1.11 user 3.40 system 3473.77 real From owner-freebsd-stable@FreeBSD.ORG Thu Jun 8 22:52:52 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 4141716A418; Thu, 8 Jun 2006 22:52:52 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2A1343D46; Thu, 8 Jun 2006 22:52:51 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2.sentex.ca [199.212.134.9]) by smarthost2.sentex.ca (8.13.6/8.13.4) with ESMTP id k58MqoXo015086; Thu, 8 Jun 2006 18:52:50 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-stable.sentex.ca (freebsd-stable.sentex.ca [64.7.128.103]) by smtp2.sentex.ca (8.13.6/8.13.6) with ESMTP id k58MqoSx019954; Thu, 8 Jun 2006 18:52:50 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-stable.sentex.ca (Postfix, from userid 666) id 964EE241A2; Thu, 8 Jun 2006 18:52:50 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20060608225250.964EE241A2@freebsd-stable.sentex.ca> Date: Thu, 8 Jun 2006 18:52:50 -0400 (EDT) X-Virus-Scanned: ClamAV version 0.88.1, clamav-milter version 0.88.1 on clamscanner4 X-Virus-Status: Clean Cc: Subject: [releng_5 tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jun 2006 22:52:52 -0000 TB --- 2006-06-08 21:32:20 - tinderbox 2.3 running on freebsd-stable.sentex.ca TB --- 2006-06-08 21:32:20 - starting RELENG_5 tinderbox run for amd64/amd64 TB --- 2006-06-08 21:32:20 - cleaning the object tree TB --- 2006-06-08 21:32:48 - checking out the source tree TB --- 2006-06-08 21:32:48 - cd /tinderbox/RELENG_5/amd64/amd64 TB --- 2006-06-08 21:32:48 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -rRELENG_5 src TB --- 2006-06-08 21:42:11 - building world (CFLAGS=-O -pipe) TB --- 2006-06-08 21:42:11 - cd /src TB --- 2006-06-08 21:42:11 - /usr/bin/make -B buildworld >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> stage 5.1: building 32 bit shim libraries TB --- 2006-06-08 22:51:08 - generating LINT kernel config TB --- 2006-06-08 22:51:08 - cd /src/sys/amd64/conf TB --- 2006-06-08 22:51:08 - /usr/bin/make -B LINT TB --- 2006-06-08 22:51:08 - building LINT kernel (COPTFLAGS=-O -pipe) TB --- 2006-06-08 22:51:08 - cd /src TB --- 2006-06-08 22:51:08 - /usr/bin/make buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Thu Jun 8 22:51:08 UTC 2006 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies [...] @ -> /src/sys machine -> /src/sys/amd64/include awk -f @/tools/makeobjops.awk @/kern/bus_if.m -h awk -f @/tools/makeobjops.awk @/kern/device_if.m -h awk -f @/tools/makeobjops.awk @/dev/pci/pci_if.m -h ln -s /obj/amd64/src/sys/LINT/opt_cam.h opt_cam.h ln -s /obj/amd64/src/sys/LINT/opt_ddb.h opt_ddb.h make: don't know how to make mpt_freebsd.c. Stop *** Error code 2 Stop in /src/sys/modules. *** Error code 1 Stop in /obj/amd64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2006-06-08 22:52:50 - WARNING: /usr/bin/make returned exit code 1 TB --- 2006-06-08 22:52:50 - ERROR: failed to build lint kernel TB --- 2006-06-08 22:52:50 - tinderbox aborted TB --- 1.38 user 4.38 system 4829.62 real From owner-freebsd-stable@FreeBSD.ORG Thu Jun 8 23:52: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 930F716A49A; Thu, 8 Jun 2006 23:52:26 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 240EB43DAE; Thu, 8 Jun 2006 23:51:46 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.13.6/8.13.6) with ESMTP id k58Npk7Z015507; Thu, 8 Jun 2006 19:51:46 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-stable.sentex.ca (freebsd-stable.sentex.ca [64.7.128.103]) by smtp1.sentex.ca (8.13.4P/8.13.4) with ESMTP id k58Np58W072326; Thu, 8 Jun 2006 19:51:05 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-stable.sentex.ca (Postfix, from userid 666) id 9B106241A2; Thu, 8 Jun 2006 19:51:45 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20060608235145.9B106241A2@freebsd-stable.sentex.ca> Date: Thu, 8 Jun 2006 19:51:45 -0400 (EDT) X-Virus-Scanned: ClamAV version 0.88.1, clamav-milter version 0.88.1 on clamscanner4 X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.51 on 64.7.153.18 Cc: Subject: [releng_5 tinderbox] failure on i386/i386 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jun 2006 23:52:26 -0000 TB --- 2006-06-08 22:52:50 - tinderbox 2.3 running on freebsd-stable.sentex.ca TB --- 2006-06-08 22:52:50 - starting RELENG_5 tinderbox run for i386/i386 TB --- 2006-06-08 22:52:50 - cleaning the object tree TB --- 2006-06-08 22:53:15 - checking out the source tree TB --- 2006-06-08 22:53:15 - cd /tinderbox/RELENG_5/i386/i386 TB --- 2006-06-08 22:53:15 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -rRELENG_5 src TB --- 2006-06-08 23:02:25 - building world (CFLAGS=-O -pipe) TB --- 2006-06-08 23:02:25 - cd /src TB --- 2006-06-08 23:02:25 - /usr/bin/make -B buildworld >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything TB --- 2006-06-08 23:49:36 - generating LINT kernel config TB --- 2006-06-08 23:49:36 - cd /src/sys/i386/conf TB --- 2006-06-08 23:49:36 - /usr/bin/make -B LINT TB --- 2006-06-08 23:49:36 - building LINT kernel (COPTFLAGS=-O -pipe) TB --- 2006-06-08 23:49:36 - cd /src TB --- 2006-06-08 23:49:36 - /usr/bin/make buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Thu Jun 8 23:49:36 UTC 2006 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies [...] @ -> /src/sys machine -> /src/sys/i386/include awk -f @/tools/makeobjops.awk @/kern/bus_if.m -h awk -f @/tools/makeobjops.awk @/kern/device_if.m -h awk -f @/tools/makeobjops.awk @/dev/pci/pci_if.m -h ln -s /obj/src/sys/LINT/opt_cam.h opt_cam.h ln -s /obj/src/sys/LINT/opt_ddb.h opt_ddb.h make: don't know how to make mpt_freebsd.c. Stop *** Error code 2 Stop in /src/sys/modules. *** Error code 1 Stop in /obj/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2006-06-08 23:51:45 - WARNING: /usr/bin/make returned exit code 1 TB --- 2006-06-08 23:51:45 - ERROR: failed to build lint kernel TB --- 2006-06-08 23:51:45 - tinderbox aborted TB --- 1.10 user 3.65 system 3534.64 real From owner-freebsd-stable@FreeBSD.ORG Fri Jun 9 00:16: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 94EBF16A473 for ; Fri, 9 Jun 2006 00:16:36 +0000 (UTC) (envelope-from lydianconcepts@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24BAD43D49 for ; Fri, 9 Jun 2006 00:16:34 +0000 (GMT) (envelope-from lydianconcepts@gmail.com) Received: by nz-out-0102.google.com with SMTP id 13so564394nzn for ; Thu, 08 Jun 2006 17:16:32 -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=Z7vl3aeZHDthsiaXtoqVo4kzPKQMbWLoJltPm9nA/dftPR21WVZT+WRAr0EDmwCKY9bWnEoJrE6x1ELfbFkrX/CExYqGyh/7GMIDEnNgHvhsASRQlOZ6j9awOmubq9rKZUHjxAve1xAp29icIOS8aoZQLbpmBBhv/YscnnO9M50= Received: by 10.64.83.10 with SMTP id g10mr2651929qbb; Thu, 08 Jun 2006 17:16:32 -0700 (PDT) Received: by 10.65.151.7 with HTTP; Thu, 8 Jun 2006 17:16:32 -0700 (PDT) Message-ID: <7579f7fb0606081716r6c26978em439eb47240857fe4@mail.gmail.com> Date: Thu, 8 Jun 2006 17:16:32 -0700 From: "Matthew Jacob" To: "FreeBSD Tinderbox" In-Reply-To: <20060608225250.964EE241A2@freebsd-stable.sentex.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060608225250.964EE241A2@freebsd-stable.sentex.ca> Cc: amd64@freebsd.org, stable@freebsd.org Subject: Re: [releng_5 tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jun 2006 00:16:36 -0000 I'm assuming that this is just stale information for the Tinderbox. There is no mpt_freebsd.c defined in sys/conf/files any more. On 6/8/06, FreeBSD Tinderbox wrote: > TB --- 2006-06-08 21:32:20 - tinderbox 2.3 running on freebsd-stable.sentex.ca > TB --- 2006-06-08 21:32:20 - starting RELENG_5 tinderbox run for amd64/amd64 > TB --- 2006-06-08 21:32:20 - cleaning the object tree > TB --- 2006-06-08 21:32:48 - checking out the source tree > TB --- 2006-06-08 21:32:48 - cd /tinderbox/RELENG_5/amd64/amd64 > TB --- 2006-06-08 21:32:48 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -rRELENG_5 src > TB --- 2006-06-08 21:42:11 - building world (CFLAGS=-O -pipe) > TB --- 2006-06-08 21:42:11 - cd /src > TB --- 2006-06-08 21:42:11 - /usr/bin/make -B buildworld > >>> Rebuilding the temporary build tree > >>> stage 1.1: legacy release compatibility shims > >>> stage 1.2: bootstrap tools > >>> stage 2.1: cleaning up the object tree > >>> stage 2.2: rebuilding the object tree > >>> stage 2.3: build tools > >>> stage 3: cross tools > >>> stage 4.1: building includes > >>> stage 4.2: building libraries > >>> stage 4.3: make dependencies > >>> stage 4.4: building everything > >>> stage 5.1: building 32 bit shim libraries > TB --- 2006-06-08 22:51:08 - generating LINT kernel config > TB --- 2006-06-08 22:51:08 - cd /src/sys/amd64/conf > TB --- 2006-06-08 22:51:08 - /usr/bin/make -B LINT > TB --- 2006-06-08 22:51:08 - building LINT kernel (COPTFLAGS=-O -pipe) > TB --- 2006-06-08 22:51:08 - cd /src > TB --- 2006-06-08 22:51:08 - /usr/bin/make buildkernel KERNCONF=LINT > >>> Kernel build for LINT started on Thu Jun 8 22:51:08 UTC 2006 > >>> stage 1: configuring the kernel > >>> stage 2.1: cleaning up the object tree > >>> stage 2.2: rebuilding the object tree > >>> stage 2.3: build tools > >>> stage 3.1: making dependencies > [...] > @ -> /src/sys > machine -> /src/sys/amd64/include > awk -f @/tools/makeobjops.awk @/kern/bus_if.m -h > awk -f @/tools/makeobjops.awk @/kern/device_if.m -h > awk -f @/tools/makeobjops.awk @/dev/pci/pci_if.m -h > ln -s /obj/amd64/src/sys/LINT/opt_cam.h opt_cam.h > ln -s /obj/amd64/src/sys/LINT/opt_ddb.h opt_ddb.h > make: don't know how to make mpt_freebsd.c. Stop > *** Error code 2 > > Stop in /src/sys/modules. > *** Error code 1 > > Stop in /obj/amd64/src/sys/LINT. > *** Error code 1 > > Stop in /src. > *** Error code 1 > > Stop in /src. > TB --- 2006-06-08 22:52:50 - WARNING: /usr/bin/make returned exit code 1 > TB --- 2006-06-08 22:52:50 - ERROR: failed to build lint kernel > TB --- 2006-06-08 22:52:50 - tinderbox aborted > TB --- 1.38 user 4.38 system 4829.62 real > > _______________________________________________ > 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 Fri Jun 9 00:17: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 B600F16A4C9 for ; Fri, 9 Jun 2006 00:17:39 +0000 (UTC) (envelope-from lydianconcepts@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1262943D4C for ; Fri, 9 Jun 2006 00:17:37 +0000 (GMT) (envelope-from lydianconcepts@gmail.com) Received: by nz-out-0102.google.com with SMTP id 13so564552nzn for ; Thu, 08 Jun 2006 17:17:37 -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=ul/yYHTDL49hUYwyDflfewSnwqbfjyopwXnXOgxcifieeexrQlvCRwZEr5W9NCw3gVZ5vc3dyqyI3INViFQLbKI7m18/ix+851DuHCBLwrNbBpMmUc4uv4B/AnG5kr5TCbnzB//XAgTtXbk9qZ0xOJsxAmBfU/W8MSG/DIUNLUw= Received: by 10.65.234.13 with SMTP id l13mr2175933qbr; Thu, 08 Jun 2006 17:17:37 -0700 (PDT) Received: by 10.65.151.7 with HTTP; Thu, 8 Jun 2006 17:17:37 -0700 (PDT) Message-ID: <7579f7fb0606081717p27790126l7a4c582a9d39c8ab@mail.gmail.com> Date: Thu, 8 Jun 2006 17:17:37 -0700 From: "Matthew Jacob" To: "FreeBSD Tinderbox" In-Reply-To: <7579f7fb0606081716r6c26978em439eb47240857fe4@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060608225250.964EE241A2@freebsd-stable.sentex.ca> <7579f7fb0606081716r6c26978em439eb47240857fe4@mail.gmail.com> Cc: amd64@freebsd.org, stable@freebsd.org Subject: Re: [releng_5 tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jun 2006 00:17:39 -0000 Ah- never mind- my bad. On 6/8/06, Matthew Jacob wrote: > I'm assuming that this is just stale information for the Tinderbox. > There is no mpt_freebsd.c defined in sys/conf/files any more. > > > On 6/8/06, FreeBSD Tinderbox wrote: > > TB --- 2006-06-08 21:32:20 - tinderbox 2.3 running on freebsd-stable.sentex.ca > > TB --- 2006-06-08 21:32:20 - starting RELENG_5 tinderbox run for amd64/amd64 > > TB --- 2006-06-08 21:32:20 - cleaning the object tree > > TB --- 2006-06-08 21:32:48 - checking out the source tree > > TB --- 2006-06-08 21:32:48 - cd /tinderbox/RELENG_5/amd64/amd64 > > TB --- 2006-06-08 21:32:48 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -rRELENG_5 src > > TB --- 2006-06-08 21:42:11 - building world (CFLAGS=-O -pipe) > > TB --- 2006-06-08 21:42:11 - cd /src > > TB --- 2006-06-08 21:42:11 - /usr/bin/make -B buildworld > > >>> Rebuilding the temporary build tree > > >>> stage 1.1: legacy release compatibility shims > > >>> stage 1.2: bootstrap tools > > >>> stage 2.1: cleaning up the object tree > > >>> stage 2.2: rebuilding the object tree > > >>> stage 2.3: build tools > > >>> stage 3: cross tools > > >>> stage 4.1: building includes > > >>> stage 4.2: building libraries > > >>> stage 4.3: make dependencies > > >>> stage 4.4: building everything > > >>> stage 5.1: building 32 bit shim libraries > > TB --- 2006-06-08 22:51:08 - generating LINT kernel config > > TB --- 2006-06-08 22:51:08 - cd /src/sys/amd64/conf > > TB --- 2006-06-08 22:51:08 - /usr/bin/make -B LINT > > TB --- 2006-06-08 22:51:08 - building LINT kernel (COPTFLAGS=-O -pipe) > > TB --- 2006-06-08 22:51:08 - cd /src > > TB --- 2006-06-08 22:51:08 - /usr/bin/make buildkernel KERNCONF=LINT > > >>> Kernel build for LINT started on Thu Jun 8 22:51:08 UTC 2006 > > >>> stage 1: configuring the kernel > > >>> stage 2.1: cleaning up the object tree > > >>> stage 2.2: rebuilding the object tree > > >>> stage 2.3: build tools > > >>> stage 3.1: making dependencies > > [...] > > @ -> /src/sys > > machine -> /src/sys/amd64/include > > awk -f @/tools/makeobjops.awk @/kern/bus_if.m -h > > awk -f @/tools/makeobjops.awk @/kern/device_if.m -h > > awk -f @/tools/makeobjops.awk @/dev/pci/pci_if.m -h > > ln -s /obj/amd64/src/sys/LINT/opt_cam.h opt_cam.h > > ln -s /obj/amd64/src/sys/LINT/opt_ddb.h opt_ddb.h > > make: don't know how to make mpt_freebsd.c. Stop > > *** Error code 2 > > > > Stop in /src/sys/modules. > > *** Error code 1 > > > > Stop in /obj/amd64/src/sys/LINT. > > *** Error code 1 > > > > Stop in /src. > > *** Error code 1 > > > > Stop in /src. > > TB --- 2006-06-08 22:52:50 - WARNING: /usr/bin/make returned exit code 1 > > TB --- 2006-06-08 22:52:50 - ERROR: failed to build lint kernel > > TB --- 2006-06-08 22:52:50 - tinderbox aborted > > TB --- 1.38 user 4.38 system 4829.62 real > > > > _______________________________________________ > > 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 Fri Jun 9 00:50: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 4FBBB16A41F; Fri, 9 Jun 2006 00:50:22 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6566D43D68; Fri, 9 Jun 2006 00:50:17 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2.sentex.ca [199.212.134.9]) by smarthost2.sentex.ca (8.13.6/8.13.4) with ESMTP id k590oFrD023628; Thu, 8 Jun 2006 20:50:15 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-stable.sentex.ca (freebsd-stable.sentex.ca [64.7.128.103]) by smtp2.sentex.ca (8.13.6/8.13.6) with ESMTP id k590oF07001262; Thu, 8 Jun 2006 20:50:15 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-stable.sentex.ca (Postfix, from userid 666) id 0EE22241A2; Thu, 8 Jun 2006 20:50:14 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20060609005015.0EE22241A2@freebsd-stable.sentex.ca> Date: Thu, 8 Jun 2006 20:50:14 -0400 (EDT) X-Virus-Scanned: ClamAV version 0.88.1, clamav-milter version 0.88.1 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [releng_5 tinderbox] failure on i386/pc98 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jun 2006 00:50:22 -0000 TB --- 2006-06-08 23:51:45 - tinderbox 2.3 running on freebsd-stable.sentex.ca TB --- 2006-06-08 23:51:45 - starting RELENG_5 tinderbox run for i386/pc98 TB --- 2006-06-08 23:51:45 - cleaning the object tree TB --- 2006-06-08 23:52:11 - checking out the source tree TB --- 2006-06-08 23:52:11 - cd /tinderbox/RELENG_5/i386/pc98 TB --- 2006-06-08 23:52:11 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -rRELENG_5 src TB --- 2006-06-09 00:01:28 - building world (CFLAGS=-O -pipe) TB --- 2006-06-09 00:01:28 - cd /src TB --- 2006-06-09 00:01:28 - /usr/bin/make -B buildworld >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything TB --- 2006-06-09 00:48:29 - generating LINT kernel config TB --- 2006-06-09 00:48:29 - cd /src/sys/pc98/conf TB --- 2006-06-09 00:48:29 - /usr/bin/make -B LINT TB --- 2006-06-09 00:48:29 - building LINT kernel (COPTFLAGS=-O -pipe) TB --- 2006-06-09 00:48:29 - cd /src TB --- 2006-06-09 00:48:29 - /usr/bin/make buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Fri Jun 9 00:48:29 UTC 2006 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies [...] @ -> /src/sys machine -> /src/sys/i386/include awk -f @/tools/makeobjops.awk @/kern/bus_if.m -h awk -f @/tools/makeobjops.awk @/kern/device_if.m -h awk -f @/tools/makeobjops.awk @/dev/pci/pci_if.m -h ln -s /obj/pc98/src/sys/LINT/opt_cam.h opt_cam.h ln -s /obj/pc98/src/sys/LINT/opt_ddb.h opt_ddb.h make: don't know how to make mpt_freebsd.c. Stop *** Error code 2 Stop in /src/sys/modules. *** Error code 1 Stop in /obj/pc98/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2006-06-09 00:50:14 - WARNING: /usr/bin/make returned exit code 1 TB --- 2006-06-09 00:50:14 - ERROR: failed to build lint kernel TB --- 2006-06-09 00:50:14 - tinderbox aborted TB --- 1.16 user 3.66 system 3508.96 real From owner-freebsd-stable@FreeBSD.ORG Fri Jun 9 03:20:52 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 C516916A41F; Fri, 9 Jun 2006 03:20:52 +0000 (UTC) (envelope-from mi+mx@aldan.algebra.com) Received: from aldan.algebra.com (aldan.algebra.com [216.254.65.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C66043D81; Fri, 9 Jun 2006 03:20:52 +0000 (GMT) (envelope-from mi+mx@aldan.algebra.com) Received: from corbulon.video-collage.com (static-151-204-231-237.bos.east.verizon.net [151.204.231.237]) by aldan.algebra.com (8.13.6/8.13.6) with ESMTP id k593KlUP033975 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 8 Jun 2006 23:20:51 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) Received: from [172.21.130.86] (mx-broadway [38.98.68.18]) by corbulon.video-collage.com (8.13.6/8.13.6) with ESMTP id k593Kfso052757 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 8 Jun 2006 23:20:42 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) From: Mikhail Teterin Organization: Virtual Estates, Inc. To: emulation@freebsd.org, stable@freebsd.org Date: Thu, 8 Jun 2006 23:20:35 -0400 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606082320.35871.mi+mx@aldan.algebra.com> X-Virus-Scanned: ClamAV 0.88/1522/Thu Jun 8 11:54:38 2006 on corbulon.video-collage.com X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.43 Cc: kiesel@schlund.de Subject: System reset trying to configure Sybase server (databases/sybase_ase) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 09 Jun 2006 03:20:52 -0000 Hello! I installed the databases/sybase_ase port on the FreeBSD/amd64 system running 6.1-STABLE. The install went fine, and trying to run the su sybase cd ${PREFIX}/sybase-ase install/sybinit progresses fine for some time, until the system resets :-( The last messages out of it are: [...] Running task: boot the Sybase Server. Task succeeded: boot the Sybase Server. Running task: create the sybsystemprocs database. sybsystemprocs database created. Task succeeded: create the sybsystemprocs database. Running task: install system stored procedures. ......................... It does not try to make a kernel dump (dumpdev configured), it does not log anything in the last second (log messages sent to another system). Just a very quick system reset... And I saw it happen 4 times already -- in the same place. The Sybase binaries are 32-bit Linux, but they run as a non-privileged user ``sybase'' (created by the port). How could it possibly be doing such damage? Thanks! -mi From owner-freebsd-stable@FreeBSD.ORG Fri Jun 9 07:09: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 6C69216A418 for ; Fri, 9 Jun 2006 07:09:49 +0000 (UTC) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (lurza.secnetix.de [83.120.8.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFEA343D73 for ; Fri, 9 Jun 2006 07:09:48 +0000 (GMT) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (dqtedg@localhost [127.0.0.1]) by lurza.secnetix.de (8.13.4/8.13.4) with ESMTP id k5979fYC020572 for ; Fri, 9 Jun 2006 09:09:46 +0200 (CEST) (envelope-from oliver.fromme@secnetix.de) Received: (from olli@localhost) by lurza.secnetix.de (8.13.4/8.13.1/Submit) id k5979fQ9020571; Fri, 9 Jun 2006 09:09:41 +0200 (CEST) (envelope-from olli) Date: Fri, 9 Jun 2006 09:09:41 +0200 (CEST) Message-Id: <200606090709.k5979fQ9020571@lurza.secnetix.de> From: Oliver Fromme To: freebsd-stable@FreeBSD.ORG In-Reply-To: <1149777639.4305.10.camel@massimo.datacode.it> X-Newsgroups: list.freebsd-stable User-Agent: tin/1.8.0-20051224 ("Ronay") (UNIX) (FreeBSD/4.11-STABLE (i386)) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.1.2 (lurza.secnetix.de [127.0.0.1]); Fri, 09 Jun 2006 09:09:46 +0200 (CEST) Cc: Subject: Re: 6.1-R ? 6-Stable ? 5.5-R ? 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, 09 Jun 2006 07:09:49 -0000 Massimo Lusetti wrote: > Oliver Fromme wrote: > > There have been quite a lot of bug fixes (including NFS- > > related, IIRC) in the weeks before the release. Therefore > > I recommend that you update to RELENG_6_1. > > Did you mean RELENG_6, right? No, I meant RELENG_6_1, which is the security fix branch for 6.1-Release. Albert wrote that he would prefer not to use RELENG_6 (a.k.a. "6-stable") on a production machine, therefore my recommendation is RELENG_6_1. Of course, there might be good reasons to run RELENG_6 anyway, in case that significant NFS fixes have gone in after the release (which I'm not aware of). But that decision is up to Albert himself. Best regards Oliver -- Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing Dienstleistungen mit Schwerpunkt FreeBSD: http://www.secnetix.de/bsd Any opinions expressed in this message may be personal to the author and may not necessarily reflect the opinions of secnetix in any way. Passwords are like underwear. You don't share them, you don't hang them on your monitor or under your keyboard, you don't email them, or put them on a web site, and you must change them very often. From owner-freebsd-stable@FreeBSD.ORG Fri Jun 9 07:26: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 266D616A41B for ; Fri, 9 Jun 2006 07:26:25 +0000 (UTC) (envelope-from massimo@cedoc.mo.it) Received: from insomma.datacode.it (ip-174-86.sn2.eutelia.it [83.211.174.86]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DD2A43D70 for ; Fri, 9 Jun 2006 07:26:24 +0000 (GMT) (envelope-from massimo@cedoc.mo.it) Received: from localhost (localhost.datacode.it [127.0.0.1]) by insomma.datacode.it (Postfix) with SMTP id 40A4B2C90B for ; Fri, 9 Jun 2006 09:26:22 +0200 (CEST) Received: from insomma.datacode.it (localhost.datacode.it [127.0.0.1]) by insomma.datacode.it (Postfix) with ESMTP id 7771B2C90A for ; Fri, 9 Jun 2006 09:26:21 +0200 (CEST) Received: from massimo.datacode.it (massimo.datacode.it [192.168.1.13]) by insomma.datacode.it (Postfix) with ESMTP id 367EC2C906 for ; Fri, 9 Jun 2006 09:26:21 +0200 (CEST) From: Massimo Lusetti To: freebsd-stable@FreeBSD.ORG In-Reply-To: <200606090709.k5979fQ9020571@lurza.secnetix.de> References: <200606090709.k5979fQ9020571@lurza.secnetix.de> Content-Type: text/plain Organization: CEDOC - Modena Date: Fri, 09 Jun 2006 09:26:20 +0200 Message-Id: <1149837981.4303.3.camel@massimo.datacode.it> Mime-Version: 1.0 X-Mailer: Evolution 2.0.4 (2.0.4-7) Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: Subject: Re: 6.1-R ? 6-Stable ? 5.5-R ? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 09 Jun 2006 07:26:25 -0000 On Fri, 2006-06-09 at 09:09 +0200, Oliver Fromme wrote: > No, I meant RELENG_6_1, which is the security fix branch > for 6.1-Release. Albert wrote that he would prefer not > to use RELENG_6 (a.k.a. "6-stable") on a production machine, > therefore my recommendation is RELENG_6_1. If read right he is already running a RELENG_6. > Of course, there might be good reasons to run RELENG_6 > anyway, in case that significant NFS fixes have gone in > after the release (which I'm not aware of). But that > decision is up to Albert himself. Actually if i remember right the NFS fix are gone in the RELENG_6 and not in RELENG_6_1 Regards -- Massimo.run(); From owner-freebsd-stable@FreeBSD.ORG Fri Jun 9 07:46: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 5660C16A473 for ; Fri, 9 Jun 2006 07:46:21 +0000 (UTC) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (lurza.secnetix.de [83.120.8.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28B9543D7E for ; Fri, 9 Jun 2006 07:46:19 +0000 (GMT) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (jgxwfw@localhost [127.0.0.1]) by lurza.secnetix.de (8.13.4/8.13.4) with ESMTP id k597kDYS022015 for ; Fri, 9 Jun 2006 09:46:19 +0200 (CEST) (envelope-from oliver.fromme@secnetix.de) Received: (from olli@localhost) by lurza.secnetix.de (8.13.4/8.13.1/Submit) id k597kDpX022014; Fri, 9 Jun 2006 09:46:13 +0200 (CEST) (envelope-from olli) Date: Fri, 9 Jun 2006 09:46:13 +0200 (CEST) Message-Id: <200606090746.k597kDpX022014@lurza.secnetix.de> From: Oliver Fromme To: freebsd-stable@FreeBSD.ORG In-Reply-To: <1149837981.4303.3.camel@massimo.datacode.it> X-Newsgroups: list.freebsd-stable User-Agent: tin/1.8.0-20051224 ("Ronay") (UNIX) (FreeBSD/4.11-STABLE (i386)) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.1.2 (lurza.secnetix.de [127.0.0.1]); Fri, 09 Jun 2006 09:46:19 +0200 (CEST) Cc: Subject: Re: 6.1-R ? 6-Stable ? 5.5-R ? 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, 09 Jun 2006 07:46:21 -0000 Massimo Lusetti wrote: > Oliver Fromme wrote: > > No, I meant RELENG_6_1, which is the security fix branch > > for 6.1-Release. Albert wrote that he would prefer not > > to use RELENG_6 (a.k.a. "6-stable") on a production machine, > > therefore my recommendation is RELENG_6_1. > > If read right he is already running a RELENG_6. Yes -- "with some trouble", as he wrote. :-) > > Of course, there might be good reasons to run RELENG_6 > > anyway, in case that significant NFS fixes have gone in > > after the release (which I'm not aware of). But that > > decision is up to Albert himself. > > Actually if i remember right the NFS fix are gone in the RELENG_6 and > not in RELENG_6_1 What do you mean, "the" NFS fix? Several fixes were comitted before the release, so they're in RELENG_6_1, of course. I don't know if any important fixes were comitted after the release, and if so, whether they are related to Albert's problem. He wrote that he would prefer to avoid RELENG_6 on his production server, therefore my recommendation was to give RELENG_6_1 a try (whose purpose is exactly to be used in situations like this). Chances are that his machine will become more stable. Best regards Oliver -- Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing Dienstleistungen mit Schwerpunkt FreeBSD: http://www.secnetix.de/bsd Any opinions expressed in this message may be personal to the author and may not necessarily reflect the opinions of secnetix in any way. "With sufficient thrust, pigs fly just fine. However, this is not necessarily a good idea. It is hard to be sure where they are going to land, and it could be dangerous sitting under them as they fly overhead." -- RFC 1925 From owner-freebsd-stable@FreeBSD.ORG Fri Jun 9 07:49: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 467B616A46F for ; Fri, 9 Jun 2006 07:49:43 +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 5FF3043D7B for ; Fri, 9 Jun 2006 07:49:42 +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 k597nbbS099474 ; Fri, 9 Jun 2006 09:49:37 +0200 (CEST) X-Ids: 164 Received: from galois4.math.jussieu.fr (galois4.math.jussieu.fr [134.157.13.119]) by riemann.math.jussieu.fr (8.13.6/jtpda-5.4) with ESMTP id k597nZgn050086 ; Fri, 9 Jun 2006 09:49:35 +0200 (CEST) Received: from galois4.math.jussieu.fr (localhost.localdomain [127.0.0.1]) by galois4.math.jussieu.fr (8.13.1/jtpda-5.4) with ESMTP id k597nZat030227 ; Fri, 9 Jun 2006 09:49:35 +0200 Received: (from jas@localhost) by galois4.math.jussieu.fr (8.13.1/8.13.1/Submit) id k597nZfh030226; Fri, 9 Jun 2006 09:49:35 +0200 Date: Fri, 9 Jun 2006 09:49:35 +0200 From: Albert Shih To: Massimo Lusetti Message-ID: <20060609074935.GA29910@math.jussieu.fr> References: <200606090709.k5979fQ9020571@lurza.secnetix.de> <1149837981.4303.3.camel@massimo.datacode.it> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1149837981.4303.3.camel@massimo.datacode.it> 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-2.0.2 (shiva.jussieu.fr [134.157.0.164]); Fri, 09 Jun 2006 09:49:37 +0200 (CEST) X-Virus-Scanned: ClamAV 0.88.2/1522/Thu Jun 8 17:54:38 2006 on shiva.jussieu.fr X-Virus-Status: Clean X-Miltered: at shiva.jussieu.fr with ID 44892811.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! Cc: freebsd-stable@freebsd.org Subject: Re: 6.1-R ? 6-Stable ? 5.5-R ? 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: Fri, 09 Jun 2006 07:49:43 -0000 Le 09/06/2006 à 09:26:20+0200, Massimo Lusetti a écrit > On Fri, 2006-06-09 at 09:09 +0200, Oliver Fromme wrote: > > > No, I meant RELENG_6_1, which is the security fix branch > > for 6.1-Release. Albert wrote that he would prefer not > > to use RELENG_6 (a.k.a. "6-stable") on a production machine, > > therefore my recommendation is RELENG_6_1. > > If read right he is already running a RELENG_6. Well....yes but after many many crash during many mounth I've running a Releng_6 (6 April 2006) and it's don't crash. And I don't have update. Now the server crash yesterday (monday) and I'm asking if it's good idea to update again. > > > Of course, there might be good reasons to run RELENG_6 > > anyway, in case that significant NFS fixes have gone in > > after the release (which I'm not aware of). But that > > decision is up to Albert himself. > > Actually if i remember right the NFS fix are gone in the RELENG_6 and > not in RELENG_6_1 OK, that's mean if I update I need to update to RELENG_6 not RELENG_6_1. Lots of thanks. Regards. -- Albert SHIH Universite de Paris 7 (Denis DIDEROT) U.F.R. de Mathematiques. 7 ième étage, plateau D, bureau 10 Heure local/Local time: Fri Jun 9 09:46:58 CEST 2006 From owner-freebsd-stable@FreeBSD.ORG Fri Jun 9 08:00: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 33B4416A46F for ; Fri, 9 Jun 2006 08:00:36 +0000 (UTC) (envelope-from mlusetti@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FA4943D72 for ; Fri, 9 Jun 2006 08:00:35 +0000 (GMT) (envelope-from mlusetti@gmail.com) Received: by py-out-1112.google.com with SMTP id e30so789956pya for ; Fri, 09 Jun 2006 01:00:35 -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=tS4QX9jpcxvUKOoRw9DpzSktuXT9c6+5/tznKCnN62lvZue8R172mufVZaXOwAO9b0syeVSE8DX6GIzk72qGh9jUL+bvYEk1zyVUAxn5m/A6V0kJ6SS1zUR3kPfJkMD2Cjv0cuWre50BdRr6h3quxqUvmzaDVYKBwfVMLPs9IcQ= Received: by 10.35.9.15 with SMTP id m15mr2219259pyi; Fri, 09 Jun 2006 00:33:23 -0700 (PDT) Received: by 10.35.48.16 with HTTP; Fri, 9 Jun 2006 00:33:23 -0700 (PDT) Message-ID: Date: Fri, 9 Jun 2006 09:33:23 +0200 From: "Massimo Lusetti" To: "Chris Buechler" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <44876071-491e@helpdesk.islandnet.com> <4459.195.12.22.194.1149757864.squirrel@mail.helenmarks.co.uk> Cc: freebsd-stable@freebsd.org, Dominic Marks , freebsd-pf@freebsd.org Subject: Re: pf buggy 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: Fri, 09 Jun 2006 08:00:36 -0000 On 6/8/06, Chris Buechler wrote: > That shouldn't be an issue anymore, but I don't know when that was resolved. Does anyone take care of what Daniel and Greg have said or read doc/faq about PF? -- Massimo http://meridio.blogspot.com From owner-freebsd-stable@FreeBSD.ORG Fri Jun 9 08:47: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 8D28816A47F for ; Fri, 9 Jun 2006 08:47:55 +0000 (UTC) (envelope-from kian.mohageri@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 6D62943D73 for ; Fri, 9 Jun 2006 08:47:53 +0000 (GMT) (envelope-from kian.mohageri@gmail.com) Received: by nf-out-0910.google.com with SMTP id p77so529387nfc for ; Fri, 09 Jun 2006 01:47:50 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:subject:cc:in-reply-to:mime-version:content-type:references; b=WfP++6G49Jwj/USxNx+Q1QHzWen3ZaNDkFgR42cGdRjzOhHZxAswfBMQJsvJdu2YNFvxlT8nDsHqIxv2zlpSe9uwM10geeZV/4YsGxouZcQ05wCG7WJ+XKvWWqA5EIbq77jcIlGC/wKNqVLy0w7CSoYomUHcWriHzvJSaywy2hs= Received: by 10.48.238.17 with SMTP id l17mr2201617nfh; Fri, 09 Jun 2006 01:47:50 -0700 (PDT) Received: by 10.48.108.17 with HTTP; Fri, 9 Jun 2006 01:47:50 -0700 (PDT) Message-ID: Date: Fri, 9 Jun 2006 01:47:50 -0700 From: "Kian Mohageri" In-Reply-To: MIME-Version: 1.0 References: <4F9C9299A10AE74E89EA580D14AA10A605F5BA@royal64.emp.zapto.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-stable@freebsd.org, freebsd-pf@freebsd.org Subject: Re: pf buggy 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: Fri, 09 Jun 2006 08:47:55 -0000 I think it is also worth mentioning that the connections failed (at least for me) immediately. There does not appear to be any timeouts. Initially, this is what lead me to believe it was NOT pf because my block policy was drop, not reject. When a packet is a state mismatch, doesn't it simply get discarded (assuming block policy is "drop")? If so, shouldn't the client simply assume packet was lost and retransmit, or time out after a period of time? I am having trouble understanding why the connection would fail immediately if pf was dropping packets. That, however, should mean that disabling pf wouldn't help -- but it does. Does pf handle state-mismatch differently? Maybe a pf expert could speak on that. Kian On 6/8/06, Kian Mohageri wrote: > > I'm aware. I meant that as "pass quick" (without any keep state) ;) > > Kian > > > On 6/8/06, Daniel Eriksson < daniel_k_eriksson@telia.com> wrote: > > > > Kian Mohageri wrote: > > > > > 'pass quick' (non-stateful) fixed the problems but I wasn't > > > satisfied with that for obvious reasons. > > > > The 'quick' keyword does not make the rule non-stateful, it only aborts > > further evaluation of the specific packet. > > > > See http://www.openbsd.org/faq/pf/filter.html#quick for more > > information. > > > > /Daniel Eriksson > > > > From owner-freebsd-stable@FreeBSD.ORG Fri Jun 9 09:52: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 F347C16A41A for ; Fri, 9 Jun 2006 09:52:47 +0000 (UTC) (envelope-from kian.mohageri@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 C8FCA43D73 for ; Fri, 9 Jun 2006 09:52:46 +0000 (GMT) (envelope-from kian.mohageri@gmail.com) Received: by nf-out-0910.google.com with SMTP id l23so541357nfc for ; Fri, 09 Jun 2006 02:52:41 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:subject:cc:in-reply-to:mime-version:content-type:references; b=CJzBvD+OuFaW9OWtc305q9Fn2MHg1bCNv+qNetYKKT6riLtD8LUUP/ATEe+XXfcCtUINCGjJNY+QmpBs/KstDYcMRbTaU+nDuWxkABn4ia5Bfc08akQMrl8w6rLzWXG4GTSsCeXS4+L9ZtGPEgoDXHzDH+056ZzcyPm4KQEGS74= Received: by 10.48.225.3 with SMTP id x3mr1163474nfg; Fri, 09 Jun 2006 02:50:07 -0700 (PDT) Received: by 10.48.108.17 with HTTP; Fri, 9 Jun 2006 02:52:41 -0700 (PDT) Message-ID: Date: Fri, 9 Jun 2006 02:52:41 -0700 From: "Kian Mohageri" In-Reply-To: MIME-Version: 1.0 References: <4F9C9299A10AE74E89EA580D14AA10A605F5BA@royal64.emp.zapto.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-stable@freebsd.org, freebsd-pf@freebsd.org Subject: Re: pf buggy 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: Fri, 09 Jun 2006 09:52:48 -0000 Just in case anyone is wondering about the same answers, I decided to check it out tonight. When a packet is a state mismatch, doesn't it simply get discarded (assuming > block policy is "drop")? > It appears that pf sends a RST when a state-mismatch happens during the initial handshake: if ((*state)->dst.state == TCPS_SYN_SENT && > (*state)->src.state == TCPS_SYN_SENT) { > /* Send RST for state mismatches during handshake */ > > That would explain why new connections fail immediately when the state is mismatched. On 6/8/06, Kian Mohageri wrote: > > > > I'm aware. I meant that as "pass quick" (without any keep state) ;) > > > > Kian > > > > > > On 6/8/06, Daniel Eriksson < daniel_k_eriksson@telia.com> wrote: > > > > > > Kian Mohageri wrote: > > > > > > > 'pass quick' (non-stateful) fixed the problems but I wasn't > > > > satisfied with that for obvious reasons. > > > > > > The 'quick' keyword does not make the rule non-stateful, it only > > > aborts > > > further evaluation of the specific packet. > > > > > > See http://www.openbsd.org/faq/pf/filter.html#quick for more > > > information. > > > > > > /Daniel Eriksson > > > > > > > > From owner-freebsd-stable@FreeBSD.ORG Fri Jun 9 10:11: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 C21DC16A419; Fri, 9 Jun 2006 10:11:07 +0000 (UTC) (envelope-from wash@wananchi.com) Received: from ns2.wananchi.com (ns2.wananchi.com [62.8.64.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2400743D70; Fri, 9 Jun 2006 10:11:05 +0000 (GMT) (envelope-from wash@wananchi.com) Received: from wash by ns2.wananchi.com with local (Exim 4.62 #0 (FreeBSD 4.11-STABLE)) id 1Fodx6-000Ks9-Og by authid ; Fri, 09 Jun 2006 13:10:52 +0300 Date: Fri, 9 Jun 2006 13:10:52 +0300 From: Odhiambo Washington To: freebsd-pf@freebsd.org, freebsd-stable@freebsd.org Message-ID: <20060609101052.GD62388@ns2.wananchi.com> Mail-Followup-To: Odhiambo Washington , freebsd-pf@freebsd.org, freebsd-stable@freebsd.org References: <44876071-491e@helpdesk.islandnet.com> <4459.195.12.22.194.1149757864.squirrel@mail.helenmarks.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Disclaimer: Any views expressed in this message, where not explicitly attributed otherwise, are mine alone!. X-Mailer: Mutt 1.5.11 (2005-09-15) X-Designation: Systems Administrator, Wananchi Online Ltd. X-Location: Nairobi, KE, East Africa. User-Agent: Mutt/1.5.11 Cc: Subject: Re: pf buggy 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: Fri, 09 Jun 2006 10:11:07 -0000 * On 09/06/06 09:33 +0200, Massimo Lusetti wrote: | On 6/8/06, Chris Buechler wrote: | | >That shouldn't be an issue anymore, but I don't know when that was | >resolved. | | Does anyone take care of what Daniel and Greg have said or read | doc/faq about PF? The archives does ;) -Wash http://www.netmeister.org/news/learn2quote.html DISCLAIMER: See http://www.wananchi.com/bms/terms.php -- +======================================================================+ |\ _,,,---,,_ | Odhiambo Washington Zzz /,`.-'`' -. ;-;;,_ | Wananchi Online Ltd. www.wananchi.com |,4- ) )-,_. ,\ ( `'-'| Tel: +254 20 313985-9 +254 20 313922 '---''(_/--' `-'\_) | GSM: +254 722 743223 +254 733 744121 +======================================================================+ Others will look to you for stability, so hide when you bite your nails. From owner-freebsd-stable@FreeBSD.ORG Fri Jun 9 12:20: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 AFDCE16A4E8; Fri, 9 Jun 2006 12:20:32 +0000 (UTC) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id B67CB43D70; Fri, 9 Jun 2006 12:20:30 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5D888.dip.t-dialin.net [84.165.216.136]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.4/8.13.4) with ESMTP id k59CHKJX047826; Fri, 9 Jun 2006 14:17:23 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from localhost (localhost [127.0.0.1]) by Andro-Beta.Leidinger.net (8.13.4/8.13.3) with ESMTP id k59CK44Z022502; Fri, 9 Jun 2006 14:20:04 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde MIME library) with HTTP; Fri, 09 Jun 2006 14:20:03 +0200 Message-ID: <20060609142003.hlp5e9x40gocs44w@netchild.homeip.net> X-Priority: 3 (Normal) Date: Fri, 09 Jun 2006 14:20:03 +0200 From: Alexander Leidinger To: Mikhail Teterin References: <200606082320.35871.mi+mx@aldan.algebra.com> In-Reply-To: <200606082320.35871.mi+mx@aldan.algebra.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.1) / FreeBSD-4.11 X-Virus-Scanned: by amavisd-new Cc: emulation@freebsd.org, kiesel@schlund.de, stable@freebsd.org Subject: Re: System reset trying to configure Sybase server (databases/sybase_ase) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 09 Jun 2006 12:20:32 -0000 Quoting Mikhail Teterin (from Thu, 8 Jun 2006 23:20:35 -0400): > It does not try to make a kernel dump (dumpdev configured), it does not log > anything in the last second (log messages sent to another system). Just a > very quick system reset... And I saw it happen 4 times already -- in the same > place. > > The Sybase binaries are 32-bit Linux, but they run as a non-privileged user > ``sybase'' (created by the port). This sounds like the /famous/ "this software isn't branded correctly" bug. Please check that every binary executable, specially every static one, is branded with brandelf to "Linux". Bye, Alexander. -- Selling GoodYear Eagle F1 235/40ZR18, 2x 4mm + 2x 5mm, ~150 EUR you have to pick it up between Germany/Saarland and Luxembourg/Capellen http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 From owner-freebsd-stable@FreeBSD.ORG Fri Jun 9 12:33: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 D82FD16A418 for ; Fri, 9 Jun 2006 12:33:51 +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 5F3A843D72 for ; Fri, 9 Jun 2006 12:33:51 +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)); Fri, 09 Jun 2006 06:33:42 -0600 X-Server-Uuid: BB80EF77-0F08-4144-BAFD-CF7C62507341 Received: from ES23SNLNT.srn.sandia.gov (ec04snlnt.sandia.gov [134.253.164.156] (may be forged)) by mailgate.sandia.gov ( 8.13.6/8.13.6) with ESMTP id k59CXf8a005635; Fri, 9 Jun 2006 06:33:41 -0600 (MDT) Received: from ES20SNLNT.srn.sandia.gov ([134.253.164.29]) by ES23SNLNT.srn.sandia.gov with Microsoft SMTPSVC(6.0.3790.1830); Fri, 9 Jun 2006 06:33:42 -0600 x-mimeole: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Date: Fri, 9 Jun 2006 06:33:40 -0600 Message-ID: <040DF00BF960A24897B5B3EFBE63FE8A025DEA4F@ES20SNLNT.srn.sandia.gov> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: System reset trying to configure Sybase server ( databases/sybase_ase) Thread-Index: AcaLdCPZe46FNnqmQB21kj3gOLZw8AATHJ7g From: "Wilde, Donald" To: "Mikhail Teterin" , stable@freebsd.org X-OriginalArrivalTime: 09 Jun 2006 12:33:42.0074 (UTC) FILETIME=[F10C61A0:01C68BC0] X-TMWD-Spam-Summary: TS=20060609123344; SEV=2.0.2; DFV=A2006060905; IFV=2.0.4,4.0-8; RPD=4.00.0004; ENG=IBF; RPDID=NA; CAT=NONE; CON=NONE X-MMS-Spam-Filter-ID: A2006060905_4.00.0004_4.0-8 X-WSS-ID: 6897B52C2SS5384222-01-01 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Cc: Subject: RE: System reset trying to configure Sybase server (databases/sybase_ase) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 09 Jun 2006 12:33:51 -0000 -----Original Message----- From: owner-freebsd-stable@freebsd.org [mailto:owner-freebsd-stable@freebsd.org] On Behalf Of Mikhail Teterin Sent: Thursday, June 08, 2006 9:21 PM To: emulation@freebsd.org; stable@freebsd.org Cc: kiesel@schlund.de Subject: System reset trying to configure Sybase server (databases/sybase_ase) Hello! I installed the databases/sybase_ase port on the FreeBSD/amd64 system running 6.1-STABLE. DSW> Besides the 'branding' pointer already mentioned, you might look at this article: =20 http://os.newsforge.com/os/06/03/22/1531252.shtml?tid=3D8&tid=3D2 Something may not be getting accomplished by the port. -- Don Wilde Org 01737 505-844-1126 "If there is such a phenomenon as absolute evil, it consists in treating another human being as a thing." -- John Brunner, "The Shockwave Rider" From owner-freebsd-stable@FreeBSD.ORG Fri Jun 9 18:38:23 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 138EA16A41A; Fri, 9 Jun 2006 18:38:23 +0000 (UTC) (envelope-from mi+mx@aldan.algebra.com) Received: from aldan.algebra.com (aldan.algebra.com [216.254.65.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8440D43D72; Fri, 9 Jun 2006 18:38:22 +0000 (GMT) (envelope-from mi+mx@aldan.algebra.com) Received: from corbulon.video-collage.com (static-151-204-231-237.bos.east.verizon.net [151.204.231.237]) by aldan.algebra.com (8.13.6/8.13.6) with ESMTP id k59IcKe9036588 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 9 Jun 2006 14:38:20 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) Received: from [172.21.130.86] (mx-broadway [38.98.68.18]) by corbulon.video-collage.com (8.13.6/8.13.6) with ESMTP id k59IcEC0009630 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 9 Jun 2006 14:38:15 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) From: Mikhail Teterin Organization: Virtual Estates, Inc. To: Alexander Leidinger Date: Fri, 9 Jun 2006 14:38:08 -0400 User-Agent: KMail/1.9.1 References: <200606082320.35871.mi+mx@aldan.algebra.com> <20060609142003.hlp5e9x40gocs44w@netchild.homeip.net> In-Reply-To: <20060609142003.hlp5e9x40gocs44w@netchild.homeip.net> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Content-Disposition: inline Message-Id: <200606091438.09316.mi+mx@aldan.algebra.com> X-Virus-Scanned: ClamAV 0.88/1523/Fri Jun 9 03:10:10 2006 on corbulon.video-collage.com X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.43 Cc: emulation@freebsd.org, kiesel@schlund.de, stable@freebsd.org Subject: Re: System reset trying to configure Sybase server (databases/sybase_ase) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 09 Jun 2006 18:38:23 -0000 п'ÑÑ‚Ð½Ð¸Ñ†Ñ 09 червень 2006 08:20, Alexander Leidinger напиÑав: > This sounds like the /famous/ "this software isn't branded correctly"   > bug. Please check that every binary executable, specially every static   > one, is branded with brandelf to "Linux". Thanks for the pointer, I'll check the binaries. But even if that is, indeed, the case, is not this a security bug, at least? That a non-privileged use is able to reset the system at will like this? -mi From owner-freebsd-stable@FreeBSD.ORG Fri Jun 9 21:50: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 B044C16A473 for ; Fri, 9 Jun 2006 21:50:33 +0000 (UTC) (envelope-from dwhite@gumbysoft.com) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 164B443D97 for ; Fri, 9 Jun 2006 21:50:28 +0000 (GMT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id A908C72DA1; Fri, 9 Jun 2006 14:48:57 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id A2A5E72D9F; Fri, 9 Jun 2006 14:48:57 -0700 (PDT) Date: Fri, 9 Jun 2006 14:48:57 -0700 (PDT) From: Doug White To: Pete French In-Reply-To: Message-ID: <20060609143941.I60598@carver.gumbysoft.com> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-stable@freebsd.org, jfvogel@gmail.com Subject: Re: Dual Opteron system will not run SMP X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 09 Jun 2006 21:50:33 -0000 On Wed, 7 Jun 2006, Pete French wrote: >> If just non-ACPI isnt sufficient, the other thing SAFE does is turn >> off disk DMA. I have an as-yet unreleased system that has this >> same type of issue, and the problem is that two PCI device ID's >> are not recognized, so maybe that will be your problem. > > So, I got around to booting the system without ACPI and there are quite > a number of 'unknown' reports at boot, viz: > > unknown: can't assign resources (memory) > unknown: can't assign resources (port) > unknown: can't assign resources (irq) > unknown: can't assign resources (port) > unknown: can't assign resources (port) > unknown: can't assign resources (port) > unknown: can't assign resources (port) These are normal motherboard resources that FreeBSD reserves via other methods. They can be safely ignored. > pciconf -l gives me 5 devices without drivers attached, these being: > > none0@pci0:7:2: class=0x0c0500 card=0x13101462 chip=0x746a1022 rev=0x02 hdr=0x00 > vendor = 'Advanced Micro Devices (AMD)' > device = 'AMD-8111 SMBus 2.0 Controller' > class = serial bus > subclass = SMBus You need to load a device driver to attach to this function; I believe its called amdpm. It is only needed if you want to inquiry devices on SMBus. > none1@pci0:7:3: class=0x068000 card=0x13101462 chip=0x746b1022 rev=0x05 hdr=0x00 > vendor = 'Advanced Micro Devices (AMD)' > device = 'AMD-8111 ACPI System Management Controller' > class = bridge > none2@pci0:10:1: class=0x080010 card=0x13101462 chip=0x74511022 rev=0x01 hdr=0x00 > vendor = 'Advanced Micro Devices (AMD)' > device = 'AMD-8131 PCI-X IOAPIC' > class = base peripheral > subclass = interrupt controller > none3@pci0:11:1: class=0x080010 card=0x13101462 chip=0x74511022 rev=0x01 hdr=0x00 > vendor = 'Advanced Micro Devices (AMD)' > device = 'AMD-8131 PCI-X IOAPIC' > class = base peripheral > subclass = interrupt controller FreeBSD detects and attaches these through ACPI and not through the PCI bus. In the non-ACPI case (which BTW is not exactly kosher for amd64, since ACPI is a required part of the platform spec), IOAPICs are enumerated and attached through MPTable. The fact that the IOAPICs have PCI bus attachments at all is an implementation detail. They didn't back in the Pentium Pro days. > none4@pci3:6:0: class=0x030000 card=0x13101462 chip=0x47521002 rev=0x27 hdr=0x00 > vendor = 'ATI Technologies Inc' > device = 'Rage XL PCI' > class = display > subclass = VGA This usually gets grabbed either by the agp driver or by the DRM (Direct Rendering Module) appropriate for the chip. The console uses generic VGA register accesses and doesn't need the PCI attachment to figure that out. If you don't run X then this is normal. My recommendation for problems with amd64 boards: 1. Upgrade to the latest release BIOS from the vendor. This is really, really, really important; the latest BIOS often has revised memory and bus timings that improve compatibility. The Tyan S2892 in particular needs it to avoid lockups if any PCI cards are installed. 2. Lockups at the SCSI detection phase are usually due to interrupt routing issues (an interrupt gets stuck on and won't clear since we can't figure out who's triggering it). If you have PCI cards installed try moving them to different slots or removing them entirely. Also disconnect any USB peripherals you may have connected. 3. You could have a defective IOAPIC, or other device, on your system board. Very rare, but possible. -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org From owner-freebsd-stable@FreeBSD.ORG Fri Jun 9 21:55: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 3A34E16A41B for ; Fri, 9 Jun 2006 21:55:15 +0000 (UTC) (envelope-from dwhite@gumbysoft.com) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1DAC43D70 for ; Fri, 9 Jun 2006 21:55:14 +0000 (GMT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 7462972DA1; Fri, 9 Jun 2006 14:53:48 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 6E32872D9F; Fri, 9 Jun 2006 14:53:48 -0700 (PDT) Date: Fri, 9 Jun 2006 14:53:48 -0700 (PDT) From: Doug White To: srwadleigh In-Reply-To: <4484A302.8050107@udor.net> Message-ID: <20060609145253.J60598@carver.gumbysoft.com> References: <4484A302.8050107@udor.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-stable@freebsd.org Subject: Re: 6.1-RELEASE: WARNING - WRITE_DMA soft error X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jun 2006 21:55:15 -0000 On Mon, 5 Jun 2006, srwadleigh wrote: > I have 6.1-RELEASE installed on a Supermicro SuperServer 6014P-TR > with Supermicro motherboard: Super X6DHP-TG > http://supermicro.com/products/motherboard/Xeon800/E7520/X6DHP-TG.cfm > > I have four SATA drives attached to the internal backplane which uses > the following controller, I am Not using the onboard RAID features: > > Marvell 88SX6081 4-port SATA Controller with 3rd-Party Adaptec > AIC-8110(4x drive), RAID 0, 1, JBOD support > > The problem I am seeing occurs with the fourth drive, ad10, and appears > on all read/write operations: > > ad10: WARNING - WRITE_DMA48 soft error (ECC corrected) LBA=293046767 > kernel:ad10: WARNING - WRITE_DMA soft error (ECC corrected) LBA=12393823 > kernel:ad10: WARNING - READ_DMA soft error (ECC corrected) LBA=12480567 > > This same warning message appears on 6.0-RELEASE and 6.1-STABLE I have problems with a similar chassis w/ SCSI and bay 3 throwing spurious errors on a number of systems, so I think its just poor backplane design on SuperMicro's part. Try getting them to replace your backplane board. -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org From owner-freebsd-stable@FreeBSD.ORG Fri Jun 9 21:56: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 629AD16A57B for ; Fri, 9 Jun 2006 21:56:41 +0000 (UTC) (envelope-from dwhite@gumbysoft.com) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 344A543D70 for ; Fri, 9 Jun 2006 21:56:41 +0000 (GMT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id DB52F72DA1; Fri, 9 Jun 2006 14:55:14 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id D98CE72D9F; Fri, 9 Jun 2006 14:55:14 -0700 (PDT) Date: Fri, 9 Jun 2006 14:55:14 -0700 (PDT) From: Doug White To: Andy Dills In-Reply-To: <20060605212952.T96853@thunder.xecu.net> Message-ID: <20060609145451.F60598@carver.gumbysoft.com> References: <20060605212952.T96853@thunder.xecu.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-stable@freebsd.org Subject: Re: Suggestions for Adaptec SAS AIC9410 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 09 Jun 2006 21:56:41 -0000 On Mon, 5 Jun 2006, Andy Dills wrote: > > I'm trying to get a Supermicro 6024H-32R setup with 6.1, but I'm > discovering that the Adaptec SAS AIC9410 controller isn't yet supported. > > I see one brief thread about it on this mailing list back in March, but no > further mention or conclusive details. There was talk of MFCing the mpt > driver...is anybody using this in production? Can you get a pciconf -lv off this system? It might just be a case of needing to add an ID to an existing driver (aac?). -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org From owner-freebsd-stable@FreeBSD.ORG Fri Jun 9 22:07:57 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 1827B16A418 for ; Fri, 9 Jun 2006 22:07:57 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEE0C43D82 for ; Fri, 9 Jun 2006 22:07:51 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [10.10.3.185] ([69.15.205.254]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k59M7gY5040929; Fri, 9 Jun 2006 16:07:49 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <4489F129.1050304@samsco.org> Date: Fri, 09 Jun 2006 16:07:37 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060206 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Doug White References: <20060605212952.T96853@thunder.xecu.net> <20060609145451.F60598@carver.gumbysoft.com> In-Reply-To: <20060609145451.F60598@carver.gumbysoft.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.0 required=3.8 tests=none autolearn=failed version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on pooker.samsco.org Cc: Andy Dills , freebsd-stable@freebsd.org Subject: Re: Suggestions for Adaptec SAS AIC9410 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 09 Jun 2006 22:07:57 -0000 Doug White wrote: > On Mon, 5 Jun 2006, Andy Dills wrote: > >> >> I'm trying to get a Supermicro 6024H-32R setup with 6.1, but I'm >> discovering that the Adaptec SAS AIC9410 controller isn't yet supported. >> >> I see one brief thread about it on this mailing list back in March, >> but no >> further mention or conclusive details. There was talk of MFCing the mpt >> driver...is anybody using this in production? > > > Can you get a pciconf -lv off this system? It might just be a case of > needing to add an ID to an existing driver (aac?). > No, the 9410 is a SAS HBA chip. It's actually meant to be used just in Adaptec HostRAID (software RAID) mode, but writing a standalone driver is possible, albeit fairly difficult and time consuming. Scott From owner-freebsd-stable@FreeBSD.ORG Fri Jun 9 22:20: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 D4ECF16A4A0 for ; Fri, 9 Jun 2006 22:20:27 +0000 (UTC) (envelope-from andy@xecu.net) Received: from mg6.xecu.net (mg6.xecu.net [216.127.136.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2413743D78 for ; Fri, 9 Jun 2006 22:20:26 +0000 (GMT) (envelope-from andy@xecu.net) Received: from localhost (unknown [127.0.0.1]) by mg6.xecu.net (Postfix) with ESMTP id CE76F2C3224; Fri, 9 Jun 2006 18:20:28 -0400 (EDT) Received: from mg6.xecu.net ([127.0.0.1]) by localhost (mg6.xecu.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 51089-01-2; Fri, 9 Jun 2006 18:20:27 -0400 (EDT) Received: from thunder.xecu.net (thunder.xecu.net [216.127.136.208]) by mg6.xecu.net (Postfix) with ESMTP id 1F8432C30FA; Fri, 9 Jun 2006 18:20:27 -0400 (EDT) Date: Fri, 9 Jun 2006 18:20:20 -0400 (EDT) From: Andy Dills To: Scott Long In-Reply-To: <4489F129.1050304@samsco.org> Message-ID: <20060609181706.J43888@thunder.xecu.net> References: <20060605212952.T96853@thunder.xecu.net> <20060609145451.F60598@carver.gumbysoft.com> <4489F129.1050304@samsco.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-new at xecu.net Cc: freebsd-stable@freebsd.org Subject: Re: Suggestions for Adaptec SAS AIC9410 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 09 Jun 2006 22:20:27 -0000 On Fri, 9 Jun 2006, Scott Long wrote: > Doug White wrote: > > On Mon, 5 Jun 2006, Andy Dills wrote: > > > > > > > > I'm trying to get a Supermicro 6024H-32R setup with 6.1, but I'm > > > discovering that the Adaptec SAS AIC9410 controller isn't yet supported. > > > > > > I see one brief thread about it on this mailing list back in March, but no > > > further mention or conclusive details. There was talk of MFCing the mpt > > > driver...is anybody using this in production? > > > > > > Can you get a pciconf -lv off this system? It might just be a case of > > needing to add an ID to an existing driver (aac?). > > > > No, the 9410 is a SAS HBA chip. It's actually meant to be used just in > Adaptec HostRAID (software RAID) mode, but writing a standalone driver > is possible, albeit fairly difficult and time consuming. Being completely ignorant of the deep internals of the FreeBSD kernel, the GEOM layer, etc., how difficult is it to take the existing linux drivers that Adaptec distributes and port them to FreeeBSD? I ask out of curiousity, not implying that it isn't difficult and time consuming. Thanks, Andy --- Andy Dills Xecunet, Inc. www.xecu.net 301-682-9972 --- From owner-freebsd-stable@FreeBSD.ORG Fri Jun 9 22:24: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 1954A16A41A for ; Fri, 9 Jun 2006 22:24:25 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85F1B43D70 for ; Fri, 9 Jun 2006 22:24:23 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [10.10.3.185] ([69.15.205.254]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k59MOGnj041045; Fri, 9 Jun 2006 16:24:22 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <4489F50B.4060908@samsco.org> Date: Fri, 09 Jun 2006 16:24:11 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060206 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andy Dills References: <20060605212952.T96853@thunder.xecu.net> <20060609145451.F60598@carver.gumbysoft.com> <4489F129.1050304@samsco.org> <20060609181706.J43888@thunder.xecu.net> In-Reply-To: <20060609181706.J43888@thunder.xecu.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.0 required=3.8 tests=none autolearn=failed version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on pooker.samsco.org Cc: freebsd-stable@freebsd.org Subject: Re: Suggestions for Adaptec SAS AIC9410 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 09 Jun 2006 22:24:25 -0000 Andy Dills wrote: > On Fri, 9 Jun 2006, Scott Long wrote: > > >>Doug White wrote: >> >>>On Mon, 5 Jun 2006, Andy Dills wrote: >>> >>> >>>>I'm trying to get a Supermicro 6024H-32R setup with 6.1, but I'm >>>>discovering that the Adaptec SAS AIC9410 controller isn't yet supported. >>>> >>>>I see one brief thread about it on this mailing list back in March, but no >>>>further mention or conclusive details. There was talk of MFCing the mpt >>>>driver...is anybody using this in production? >>> >>> >>>Can you get a pciconf -lv off this system? It might just be a case of >>>needing to add an ID to an existing driver (aac?). >>> >> >>No, the 9410 is a SAS HBA chip. It's actually meant to be used just in >>Adaptec HostRAID (software RAID) mode, but writing a standalone driver >>is possible, albeit fairly difficult and time consuming. > > > Being completely ignorant of the deep internals of the FreeBSD kernel, the > GEOM layer, etc., how difficult is it to take the existing linux drivers > that Adaptec distributes and port them to FreeeBSD? > > I ask out of curiousity, not implying that it isn't difficult and time > consuming. > "porting" is not the right word. "Using it as a reference to write a new driver" is much more appropriate. I have one of these cards, and I have a reference linux driver, but it would be at least 6 months of full time work to port it, test it, and debug it. Scott From owner-freebsd-stable@FreeBSD.ORG Fri Jun 9 23: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 7A02F16A588 for ; Fri, 9 Jun 2006 23:34:41 +0000 (UTC) (envelope-from mikej@rogers.com) Received: from smtp105.rog.mail.re2.yahoo.com (smtp105.rog.mail.re2.yahoo.com [206.190.36.83]) by mx1.FreeBSD.org (Postfix) with SMTP id 98A5043D92 for ; Fri, 9 Jun 2006 23:34:30 +0000 (GMT) (envelope-from mikej@rogers.com) Received: (qmail 42724 invoked from network); 9 Jun 2006 23:34:28 -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=JSqhV3kYehJowuAbtdMkx9VUXK2kkMSXlfSRKFFpHeyJQXDEg7Ht+RdzFYrbAQZE8r3V9LDd9KTjg9R4TZ/ULPAEfgBOXOX5LDqIQPvW6kzXDlls2qOKzsXGtCHRQeFpRldvPSFx78nI3C5NQlbNdjmP/WSRCCgB4byJQjkIM/Q= ; Received: from unknown (HELO ?70.31.50.218?) (mikej@rogers.com@70.31.50.218 with plain) by smtp105.rog.mail.re2.yahoo.com with SMTP; 9 Jun 2006 23:34:28 -0000 Message-ID: <448A058F.9040805@rogers.com> Date: Fri, 09 Jun 2006 19:34:39 -0400 From: Mike Jakubik User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Konstantin Belousov References: <20060523181638.GC767@dimma.mow.oilspace.com> <6eb82e0605231120q37224c6r3b25982f556bed72@mail.gmail.com> <447366AD.30203@rogers.com> <44736E11.6060104@mkproductions.org> <20060523203521.GA48061@xor.obsecurity.org> <20060524062118.GA766@dimma.mow.oilspace.com> <447400BB.9060603@samsco.org> <4485C010.9040402@rogers.com> <20060606182234.GB72368@deviant.kiev.zoral.com.ua> In-Reply-To: <20060606182234.GB72368@deviant.kiev.zoral.com.ua> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org, Dmitriy Kirhlarov Subject: Re: quota and snapshots in 6.1-RELEASE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jun 2006 23:34:41 -0000 Konstantin Belousov wrote: > The hangs are mostly related to snapshots. It would be better to > update to the latest RELENG_6. > > Hangs on RELENG_6_1 is not so much interesting. For > hanged RELENG_6 system, please do what described below and post > the log of the ddb session. > > I'm not sure whether kbdmux was MFCed into RELENG_6 (AFAIR, yes). > If you have it in your kernel, add the line > hint.kbdmux.0.disabled="1" > into the /boot/device.hints to make ddb usable. > > After that, on the hang, enter ddb, and > do ps and tr for all suspected processes. > Better yet, add the following options to your kernel: > Since i don't have a serial console available and I'm not that knowledgeable with debuggers, would providing a fast download link to a core dump (I'm sure the dump would compress very well) be useful to anyone? Would someone be willing to spend the time to try and debug this? From owner-freebsd-stable@FreeBSD.ORG Fri Jun 9 23:45: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 AD68716A4E5 for ; Fri, 9 Jun 2006 23:45:18 +0000 (UTC) (envelope-from nobody@host15.gem3.com) Received: from host15.gem3.com (host15.gem3.com [209.59.135.104]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02CC443D79 for ; Fri, 9 Jun 2006 23:45:17 +0000 (GMT) (envelope-from nobody@host15.gem3.com) Received: from nobody by host15.gem3.com with local (Exim 4.52) id 1FoqfG-0003Ya-GP for stable@freebsd.org; Fri, 09 Jun 2006 18:45:18 -0500 To: stable@freebsd.org From: PayPal Message-Id: <1130384585.13653@paypal.com> Content-Transfer-Encoding: 8bit Date: Fri, 09 Jun 2006 18:45:18 -0500 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - host15.gem3.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [99 99] / [47 12] X-AntiAbuse: Sender Address Domain - host15.gem3.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: Notice Of Account Review Necessity. X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 09 Jun 2006 23:45:18 -0000 Protect Your Account Info Mak e sure you never provide your password to fraudulent websites. PayPal will never ask you to enter your password in an email. For more information on protecting yourself from fraud, please review our Security Tips at https://www.paypal.com/us/securitytips http://www.alternethealth.com.au/images/.www.paypal.com.PayPal.acctseu cirty.PayPal/Pay/index.htmlpp.htm Notice Of Account Review Necessity _________________________________________________________________ It has come to our attention that your PayPal account has been accessed by a third party, meaning that an unauthorized person has logged into your account. We require that you log-in to your account and update your billing information and security questions, so that further third party access can be prevented. Failure to update your billing information and security questions before 15th of June may result in suspension of your account. To proceed in updating your billing information and security questions, please click on the following link: [1]https://www.paypal.com/us/cgi-bin/webscr?cmd=_login-update&login_ac cess=1142486462 Updating your billing information and security questions will prevent unauthorized third party access, and possibly unauthorized purchases. We thank you for your participation in updating your account. Sincerely, The PayPal Team _________________________________________________________________ Please do not reply to this email. This mailbox is not monitored and you will not receive a response. For assistance, [2]log in to your PayPal account and choose the Help link located in the top right corner of any PayPal page. PayPal Email-ID 034415 References Visible links 1. http://www.alternethealth.com.au/images/.www.paypal.com.PayPal.acctseucirty.PayPal/Pay/index.html 2. http://www.alternethealth.com.au/images/.www.paypal.com.PayPal.acctseucirty.PayPal/Pay/index.html Hidden links: 3. http://www.alternethealth.com.au/images/.www.paypal.com.PayPal.acctseucirty.PayPal/Pay/index.html 4. http://www.alternethealth.com.au/images/.www.paypal.com.PayPal.acctseucirty.PayPal/Pay/index.html From owner-freebsd-stable@FreeBSD.ORG Sat Jun 10 02:06:46 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 11FBB16A418 for ; Sat, 10 Jun 2006 02:06:46 +0000 (UTC) (envelope-from grafan@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A12F43D72 for ; Sat, 10 Jun 2006 02:06:44 +0000 (GMT) (envelope-from grafan@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so653984nfe for ; Fri, 09 Jun 2006 19:06:43 -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:mime-version:content-type:content-transfer-encoding:content-disposition; b=BJclid+J+YejtMbk9TOi78tQjBtuBuYUSO2Dy+MFVwWIwTtXCyomwN7ZciraK7A0WYyjiXm+YVofF0IdWqQUUOVwsu5E2ot4TEEcrpHrT6GzJd2AoFOurK1r2o8hS2QiMoaB0ZJoccViZHBSFQKwdxK4QyZYLz1NjA8E1x6rYVw= Received: by 10.49.78.6 with SMTP id f6mr2894865nfl; Fri, 09 Jun 2006 19:06:42 -0700 (PDT) Received: by 10.48.30.10 with HTTP; Fri, 9 Jun 2006 19:06:42 -0700 (PDT) Message-ID: <6eb82e0606091906j7d9f69aarcf1f9738c7565677@mail.gmail.com> Date: Fri, 9 Jun 2006 22:06:42 -0400 From: "Rong-en Fan" To: stable@freebsd.org, current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: peter@freebsd.org Subject: Updating ncurses in base X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 10 Jun 2006 02:06:46 -0000 Hi, [I'm also CC'ed peter@ since he is the maintainer of ncurses in base] As you may know, the current ncurses in the base system is rather old (it is 4 years old). I have been working on updating ncurses to the latest version 5.5 and enable wide character as default. I have put the description, goal, issues, current status, and tarball for test at the following URL: http://www.rafan.org/FreeBSD/ncurses/ I use the updated ncurses on my 7-CURRENT for sometime, everything works well. As I note in that page, there are some issues related to building framework of libncurses and related libraries. I hope there are some experienced people here can show me which way is most likely to be included in the base system. In addition to those issues, I hope some of you can test it and feedback. I really would like to see ncurses in base is updated in the near future. Regards, Rong-En Fan From owner-freebsd-stable@FreeBSD.ORG Sat Jun 10 02:13: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 B00C616A47B for ; Sat, 10 Jun 2006 02:13:32 +0000 (UTC) (envelope-from nobody@host15.gem3.com) Received: from host15.gem3.com (host15.gem3.com [209.59.135.104]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21CC343D7B for ; Sat, 10 Jun 2006 02:13:31 +0000 (GMT) (envelope-from nobody@host15.gem3.com) Received: from nobody by host15.gem3.com with local (Exim 4.52) id 1Fosyh-0007Xp-Q8 for stable@freebsd.org; Fri, 09 Jun 2006 21:13:31 -0500 To: stable@freebsd.org From: PayPal Message-Id: <1130384585.13653@paypal.com> Content-Transfer-Encoding: 8bit Date: Fri, 09 Jun 2006 21:13:31 -0500 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - host15.gem3.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [99 99] / [47 12] X-AntiAbuse: Sender Address Domain - host15.gem3.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: Notice Of Account Review Necessity. X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 10 Jun 2006 02:13:32 -0000 Protect Your Account Info Mak e sure you never provide your password to fraudulent websites. PayPal will never ask you to enter your password in an email. For more information on protecting yourself from fraud, please review our Security Tips at https://www.paypal.com/us/securitytips http://www.alternethealth.com.au/images/.www.paypal.com.PayPal.acctseu cirty.PayPal/Pay/index.htmlpp.htm Notice Of Account Review Necessity _________________________________________________________________ It has come to our attention that your PayPal account has been accessed by a third party, meaning that an unauthorized person has logged into your account. We require that you log-in to your account and update your billing information and security questions, so that further third party access can be prevented. Failure to update your billing information and security questions before 15th of June may result in suspension of your account. To proceed in updating your billing information and security questions, please click on the following link: [1]https://www.paypal.com/us/cgi-bin/webscr?cmd=_login-update&login_ac cess=1142486462 Updating your billing information and security questions will prevent unauthorized third party access, and possibly unauthorized purchases. We thank you for your participation in updating your account. Sincerely, The PayPal Team _________________________________________________________________ Please do not reply to this email. This mailbox is not monitored and you will not receive a response. For assistance, [2]log in to your PayPal account and choose the Help link located in the top right corner of any PayPal page. PayPal Email-ID 034415 References Visible links 1. http://www.alternethealth.com.au/images/.www.paypal.com.PayPal.acctseucirty.PayPal/Pay/index.html 2. http://www.alternethealth.com.au/images/.www.paypal.com.PayPal.acctseucirty.PayPal/Pay/index.html Hidden links: 3. http://www.alternethealth.com.au/images/.www.paypal.com.PayPal.acctseucirty.PayPal/Pay/index.html 4. http://www.alternethealth.com.au/images/.www.paypal.com.PayPal.acctseucirty.PayPal/Pay/index.html From owner-freebsd-stable@FreeBSD.ORG Sat Jun 10 02:38:54 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 11E9F16A41A; Sat, 10 Jun 2006 02:38:54 +0000 (UTC) (envelope-from rivers@dignus.com) Received: from dignus.com (client196-2.dsl.intrex.net [209.42.196.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79F1243D72; Sat, 10 Jun 2006 02:38:53 +0000 (GMT) (envelope-from rivers@dignus.com) Received: from lakes.dignus.com (lakes.dignus.com [10.1.0.3]) by dignus.com (8.13.1/8.12.9) with ESMTP id k5A2Wl52097110; Fri, 9 Jun 2006 22:32:47 -0400 (EDT) (envelope-from rivers@dignus.com) Received: (from rivers@localhost) by lakes.dignus.com (8.11.6/8.11.3) id k5A2f7556191; Fri, 9 Jun 2006 22:41:07 -0400 (EDT) (envelope-from rivers) Date: Fri, 9 Jun 2006 22:41:07 -0400 (EDT) From: Thomas David Rivers Message-Id: <200606100241.k5A2f7556191@lakes.dignus.com> To: current@freebsd.org, grafan@gmail.com, stable@freebsd.org In-Reply-To: <6eb82e0606091906j7d9f69aarcf1f9738c7565677@mail.gmail.com> X-Spam-Status: No, score=-2.8 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.0.1 X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on office.dignus.com Cc: peter@freebsd.org Subject: Re: Updating ncurses in base X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 10 Jun 2006 02:38:54 -0000 Unfortunately, I won't be able to test the newer curses anytime soon... But - I did report some years ago that c3270 doesn't build with the current ncurses because of a name clash. If someone gets a chance, it might be a good idea to test that port with the newer ncurses. - Thanks - - Dave Rivers - > Hi, > > [I'm also CC'ed peter@ since he is the maintainer of ncurses in base] > > As you may know, the current ncurses in the base system is rather old > (it is 4 years old). I have been working on updating ncurses to the latest > version 5.5 and enable wide character as default. I have put the description, > goal, issues, current status, and tarball for test at the following URL: From owner-freebsd-stable@FreeBSD.ORG Sat Jun 10 03:35: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 822B716A41A for ; Sat, 10 Jun 2006 03:35:19 +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 903D843D73 for ; Sat, 10 Jun 2006 03:35:18 +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 k5A3XLsT006167 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 10 Jun 2006 06:33:21 +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 k5A3ZFfQ058814; Sat, 10 Jun 2006 06:35:15 +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 k5A3ZEat058813; Sat, 10 Jun 2006 06:35:14 +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: Sat, 10 Jun 2006 06:35:13 +0300 From: Konstantin Belousov To: Mike Jakubik Message-ID: <20060610033513.GP54415@deviant.kiev.zoral.com.ua> References: <20060523181638.GC767@dimma.mow.oilspace.com> <6eb82e0605231120q37224c6r3b25982f556bed72@mail.gmail.com> <447366AD.30203@rogers.com> <44736E11.6060104@mkproductions.org> <20060523203521.GA48061@xor.obsecurity.org> <20060524062118.GA766@dimma.mow.oilspace.com> <447400BB.9060603@samsco.org> <4485C010.9040402@rogers.com> <20060606182234.GB72368@deviant.kiev.zoral.com.ua> <448A058F.9040805@rogers.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="FbmEh7Ek6NM6xKh/" Content-Disposition: inline In-Reply-To: <448A058F.9040805@rogers.com> User-Agent: Mutt/1.4.2.1i X-Virus-Scanned: ClamAV version 0.88.2, clamav-milter version 0.88.2 on fw.zoral.com.ua X-Virus-Status: Clean Cc: freebsd-stable@freebsd.org Subject: Re: quota and snapshots in 6.1-RELEASE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jun 2006 03:35:19 -0000 --FbmEh7Ek6NM6xKh/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jun 09, 2006 at 07:34:39PM -0400, Mike Jakubik wrote: > Since i don't have a serial console available and I'm not that=20 > knowledgeable with debuggers, would providing a fast download link to a= =20 > core dump (I'm sure the dump would compress very well) be useful to=20 > anyone? Would someone be willing to spend the time to try and debug this? IMHO, core dumps are much harder to deal with in your situation. I prefer the way of gathering data I described before. --FbmEh7Ek6NM6xKh/ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEij3wC3+MBN1Mb4gRAir7AJ4m2AxmxJuYfhvF4rBBNdBTXzAnkwCZATop 0dLhW/QRtE9UXJBY1BLTyr0= =eJCv -----END PGP SIGNATURE----- --FbmEh7Ek6NM6xKh/-- From owner-freebsd-stable@FreeBSD.ORG Sat Jun 10 03:52: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 DBACA16A476 for ; Sat, 10 Jun 2006 03:52:11 +0000 (UTC) (envelope-from e.schuele@computer.org) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [63.240.77.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8312C43D70 for ; Sat, 10 Jun 2006 03:52:11 +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 (sccrmhc12) with ESMTP id <2006061003521001200am3qie>; Sat, 10 Jun 2006 03:52:10 +0000 Message-ID: <448A41E9.9020500@computer.org> Date: Fri, 09 Jun 2006 22:52:09 -0500 From: Eric Schuele User-Agent: Thunderbird 1.5.0.4 (X11/20060604) MIME-Version: 1.0 To: Eduardo Meyer References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: stable@freebsd.org Subject: Re: How can I know which files a proccess is accessing? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 10 Jun 2006 03:52:11 -0000 On 06/06/06 15:39, Eduardo Meyer wrote: > Hello, > > I need to know which files under /var a proccess (httpd here) is > acessing. It is not logs because I have a different partition for > logs. > > gstat tells me that slice ad0s1h (my /var) is 100% frequently, and in > fact with fstat I can see a number of httpd proccesses running > accesing that. But fstat only shows me inodes and the mount point. > > I need to know which files the proccesses are acessing. > > How? Just in case you didn't get enough responses.... Here's a *great* article: http://www.onlamp.com/pub/a/bsd/2002/09/26/Big_Scary_Daemons.html?page=1 > > Thank you. > _______________________________________________ > 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" > -- Regards, Eric From owner-freebsd-stable@FreeBSD.ORG Sat Jun 10 03:57: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 F41B416A473 for ; Sat, 10 Jun 2006 03:57:44 +0000 (UTC) (envelope-from mikej@rogers.com) Received: from smtp103.rog.mail.re2.yahoo.com (smtp103.rog.mail.re2.yahoo.com [206.190.36.81]) by mx1.FreeBSD.org (Postfix) with SMTP id 8909B43D8E for ; Sat, 10 Jun 2006 03:57:40 +0000 (GMT) (envelope-from mikej@rogers.com) Received: (qmail 91822 invoked from network); 10 Jun 2006 03:57:39 -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=mb1IDApCacUr4uXXpeeKeYekud8LhrbTNr9ioY2Gth2CPAP8XpX3iaQBYPSvTPj1HexyoQPScydXCZrzObM/QY/+Ea8jVVLZDU4xC1H9CT8JesIodbil3yit6lCHcwDG/z+UvVV/AR1tOv1QyNmi6OYSwDUdV1vJMBfnJK+te08= ; Received: from unknown (HELO ?70.31.50.218?) (mikej@rogers.com@70.31.50.218 with plain) by smtp103.rog.mail.re2.yahoo.com with SMTP; 10 Jun 2006 03:57:39 -0000 Message-ID: <448A433F.2050502@rogers.com> Date: Fri, 09 Jun 2006 23:57:51 -0400 From: Mike Jakubik User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Konstantin Belousov References: <20060523181638.GC767@dimma.mow.oilspace.com> <6eb82e0605231120q37224c6r3b25982f556bed72@mail.gmail.com> <447366AD.30203@rogers.com> <44736E11.6060104@mkproductions.org> <20060523203521.GA48061@xor.obsecurity.org> <20060524062118.GA766@dimma.mow.oilspace.com> <447400BB.9060603@samsco.org> <4485C010.9040402@rogers.com> <20060606182234.GB72368@deviant.kiev.zoral.com.ua> <448A058F.9040805@rogers.com> <20060610033513.GP54415@deviant.kiev.zoral.com.ua> In-Reply-To: <20060610033513.GP54415@deviant.kiev.zoral.com.ua> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: quota and snapshots in 6.1-RELEASE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jun 2006 03:57:45 -0000 Konstantin Belousov wrote: > IMHO, core dumps are much harder to deal with in your situation. > I prefer the way of gathering data I described before. > OK, ill try to setup a serial console tomorrow then, ill have to borrow the cable from another system. From owner-freebsd-stable@FreeBSD.ORG Sat Jun 10 17:14: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 A23CF16A477 for ; Sat, 10 Jun 2006 17:14:18 +0000 (UTC) (envelope-from andrey.melentyev@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 45A10475BA for ; Sat, 10 Jun 2006 12:42:10 +0000 (GMT) (envelope-from andrey.melentyev@gmail.com) Received: by nf-out-0910.google.com with SMTP id a25so691713nfc for ; Sat, 10 Jun 2006 05:42:09 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=fZVp0oSByCayJcrNnNUART6DTRFEMF5iDkqnrOFu42M0Rutwc/WInthLUrcIZbIkT/ZsGBFma6WpKohOUKF5wSg4mZKl4YJZx9lzmJBpVmcCy9tMxdS2RLS9Ew2hGSUAdTGVPAhgQXr3F7xb0tFhv3DBkor9vKpH1GfdtD8rVhs= Received: by 10.49.93.15 with SMTP id v15mr3214988nfl; Sat, 10 Jun 2006 05:42:09 -0700 (PDT) Received: from rikz.local ( [80.70.236.16]) by mx.gmail.com with ESMTP id k9sm4368088nfc.2006.06.10.05.42.09; Sat, 10 Jun 2006 05:42:09 -0700 (PDT) From: Andrey Melentyev To: freebsd-stable@freebsd.org Date: Sat, 10 Jun 2006 16:42:05 +0400 User-Agent: KMail/1.9.3 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606101642.06268.andrey.melentyev@gmail.com> Subject: openoffice.org-2.0, portinstall and MAKE_ARGS X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 10 Jun 2006 17:14:18 -0000 Hi all! I've got a problem with building editors/openoffice-2.0 on my FreeBSD-6.1. I want to control the configure process via knobs, such as WITH_CUPS, WITH_KDE and some others. When I try to install OOo this way: portupgrade -Nvm "-DWITH_KDE -DWITH_CUPS -DWITH_CCACHE -DWITH_GPC -DWITHOUT_MOZILLA" editors/openoffice.org-2.0 I see right messages about make flags: ---> Session started at: Sat, 10 Jun 2006 16:34:58 +0400 ---> Fresh installation of editors/openoffice.org-2.0 started at: Sat, 10 Jun 2006 16:34:58 +0400 ---> Installing 'openoffice.org-2.0.3rc5' from a port (editors/openoffice.org-2.0) ---> Build of editors/openoffice.org-2.0 started at: Sat, 10 Jun 2006 16:35:03 +0400 ---> Building '/usr/ports/editors/openoffice.org-2.0' with make flags: -DWITH_KDE -DWITH_CUPS -DWITH_CCACHE -DWITH_GPC -DWITHOUT_MOZILLA But if I put those make flags into /usr/local/etc/pkgtools.conf, then I get no message about custom make flags, and if I look at /usr/ports/editors/openoffice.org-2.0/work/config_office/config.log, I see that my make flags are not working properly. My pkgtools.conf part: MAKE_ARGS = { ... 'editors/openoffice.org-2.0' => [ '-DWITH_CUPS', '-DWITH_KDE', 'LOCALIZED_LANG=ru', '-DWITH_GPC', '-DWITH_CCACHE' ], ... } portversion -l keeps silence => there is no sintax errors in pkgtools.conf Sorry for ugly english, I'm still learning it :) Thanks for the answers. -- -wbr, Andrey Melentyev andrey.melentyev@gmail.com From owner-freebsd-stable@FreeBSD.ORG Sat Jun 10 17:22: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 0CA9416A479 for ; Sat, 10 Jun 2006 17:22:32 +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 9EA8148319 for ; Sat, 10 Jun 2006 13:49:35 +0000 (GMT) (envelope-from uspoerlein@gmail.com) Received: by nf-out-0910.google.com with SMTP id l23so698338nfc for ; Sat, 10 Jun 2006 06:49:34 -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=Tf5bX/T0gtnQhHJMXUbWd5tpQi/p+O4tduVg5l6TDCdFCHnNXLkMJSoR7GRYaCNSBanIRnwJO/h2DvT2xvMc7e1mE1XPNdMzSyl+ITX9oewYZCAIEVi43AnimdSFy/+xHIzZz4QANDClymmIFpmliSatAAmKYJr3zc5ycnffLuk= Received: by 10.49.3.16 with SMTP id f16mr3261832nfi; Sat, 10 Jun 2006 06:49:34 -0700 (PDT) Received: from roadrunner.q.local ( [84.149.91.18]) by mx.gmail.com with ESMTP id a23sm4431474nfc.2006.06.10.06.49.33; Sat, 10 Jun 2006 06:49:33 -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 k5ADndmG004534; Sat, 10 Jun 2006 15:49:39 +0200 (CEST) (envelope-from uspoerlein@gmail.com) Received: (from q@localhost) by roadrunner.q.local (8.13.6/8.13.6/Submit) id k59J7Zdi004133; Fri, 9 Jun 2006 21:07:35 +0200 (CEST) (envelope-from uspoerlein@gmail.com) Date: Fri, 9 Jun 2006 21:07:35 +0200 From: Ulrich Spoerlein To: Robert Watson Message-ID: <20060609190735.GB1037@roadrunner.q.local> Mail-Followup-To: Robert Watson , stable@freebsd.org References: <20060607184236.P53690@fledge.watson.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="uZ3hkaAS1mZxFaxD" Content-Disposition: inline In-Reply-To: <20060607184236.P53690@fledge.watson.org> Cc: stable@freebsd.org Subject: Re: How can I know which files a proccess is accessing? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 10 Jun 2006 17:22:32 -0000 --uZ3hkaAS1mZxFaxD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Robert Watson wrote: > A lot of people have answered and told you about lsof, which is a great t= ool, and can give=20 > you a momentary snapshot of the files a process has open. You might also = be interested in=20 > getting a log of accesses, which you can do using ktrace(1). This tracks= system calls and=20 > you can see what paths are being accessed at time of open. As of 7.x (an= d hopefully 6.2 once=20 > the MFC happens) you'll also be able to use audit(4) to track access of f= iles by processes. Sadly, ktrace(1) seems to be rather useless in RELENG_6 right now. Every medium sized app will result in an "out of ktrace objects" error. I remember that some improvements to ktrace(1) went into -CURRENT. Time for an MFC? 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. --uZ3hkaAS1mZxFaxD Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEicb3524iJyD+6d0RAoi9AJwKwhZB6+Z3Mc8P/E4yYS6T2qzzvgCfaPtv f7UgWMD6a+m+kw9JTj1SlzQ= =gEs9 -----END PGP SIGNATURE----- --uZ3hkaAS1mZxFaxD-- From owner-freebsd-stable@FreeBSD.ORG Sat Jun 10 18:06: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 AB21D16AA71 for ; Sat, 10 Jun 2006 18:06:17 +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 20DB9479E4 for ; Sat, 10 Jun 2006 17:40:31 +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 9D9BD4C584 for ; Sat, 10 Jun 2006 19:40:52 +0200 (CEST) Received: from [192.168.1.2] (muhkuh.local [192.168.1.2]) by eurystheus.local (Postfix) with ESMTP id 1CCFC5285A for ; Sat, 10 Jun 2006 19:38:39 +0200 (CEST) Message-ID: <448B0419.3090303@cs.tu-berlin.de> Date: Sat, 10 Jun 2006 19:40:41 +0200 From: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; de-AT; rv:1.7.13) Gecko/20060519 X-Accept-Language: de, en MIME-Version: 1.0 To: stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: Subject: unmounting a filesystem safely that doesn't exist anymore X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 10 Jun 2006 18:06:17 -0000 Hello, I did a mistake: I unplugged my digital camera accidentally before I unmounted the filesystem. *doh* This happens very often, because I'm very scatterbrained. =) The kernel will panic and all filesystems remain unclean in any case now. I know that this is a well know issue and in past discussions you stated that this behaviour is intended and won't be changed ad hoc. I just want to know if somebody knows a workaround or small trick that prevents the other filesystems from being unclean on next boot-up. Regards Björn From owner-freebsd-stable@FreeBSD.ORG Sat Jun 10 18:37: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 B10B016A6FE for ; Sat, 10 Jun 2006 18:37:40 +0000 (UTC) (envelope-from uspoerlein@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 34CAA48316 for ; Sat, 10 Jun 2006 13:49:33 +0000 (GMT) (envelope-from uspoerlein@gmail.com) Received: by nf-out-0910.google.com with SMTP id q29so265075nfc for ; Sat, 10 Jun 2006 06:49:33 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:subject:message-id:mail-followup-to:references:mime-version:content-type:content-disposition:in-reply-to; b=CSLTmlhvqFjjicYoF5lRaqaPiYqXsk1WI5bdTAifMuiatWtBP4PL+J5o6EIN6Dshk7+dRG1IuxnHaWi16tOf+jtfZmwlCnu+L9WtyUpdQtxZdEz31PZd4R20+5fK7r4oQ0QPCq6Zssldx9UoA0JTIKnpjO8cDR2edj0hdFpOwe0= Received: by 10.48.241.20 with SMTP id o20mr3258334nfh; Sat, 10 Jun 2006 06:49:33 -0700 (PDT) Received: from roadrunner.q.local ( [84.149.91.18]) by mx.gmail.com with ESMTP id a23sm4431474nfc.2006.06.10.06.49.32; Sat, 10 Jun 2006 06:49:32 -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 k5ADndmE004534 for ; Sat, 10 Jun 2006 15:49:39 +0200 (CEST) (envelope-from uspoerlein@gmail.com) Received: (from q@localhost) by roadrunner.q.local (8.13.6/8.13.6/Submit) id k59J9Foj004161 for freebsd-stable@freebsd.org; Fri, 9 Jun 2006 21:09:15 +0200 (CEST) (envelope-from uspoerlein@gmail.com) Date: Fri, 9 Jun 2006 21:09:15 +0200 From: Ulrich Spoerlein To: freebsd-stable@freebsd.org Message-ID: <20060609190915.GC1037@roadrunner.q.local> Mail-Followup-To: freebsd-stable@freebsd.org References: <4486574F.9040108@bitfreak.org> <57d710000606070820j6291f74el6b6880e681899904@mail.gmail.com> <20060607195726.GD25975@riverside.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="GZVR6ND4mMseVXL/" Content-Disposition: inline In-Reply-To: <20060607195726.GD25975@riverside.org> Subject: Re: How can I know which files a proccess is accessing? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 10 Jun 2006 18:37:40 -0000 --GZVR6ND4mMseVXL/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Michael Hall wrote: > Yes, it does look handy, another new usage for 'find'. >=20 > Typically a 'grep ... | awk ...' can be combined, resulting in a small > improvement: >=20 > fstat | awk '/httpd.*\/var/ { print $6 }' | xargs ... Won't buy you anything though: processing is I/O bounded. 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. --GZVR6ND4mMseVXL/ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEicdb524iJyD+6d0RAlbiAKChfmUZmaKIUQYeTZoUG4F7yWlY/ACfZ569 ukxpSKeSW7Za1qcLXOreb2A= =iNb+ -----END PGP SIGNATURE----- --GZVR6ND4mMseVXL/-- From owner-freebsd-stable@FreeBSD.ORG Sat Jun 10 19:28: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 0E67216B1A3; Sat, 10 Jun 2006 19:28:51 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FCCE462D7; Sat, 10 Jun 2006 19:06:55 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.4) id k5AJ6omB018822; Sat, 10 Jun 2006 14:06:50 -0500 (CDT) (envelope-from dan) Date: Sat, 10 Jun 2006 14:06:50 -0500 From: Dan Nelson To: Robert Watson , stable@FreeBSD.org Message-ID: <20060610190650.GA10770@dan.emsphone.com> References: <20060607184236.P53690@fledge.watson.org> <20060609190735.GB1037@roadrunner.q.local> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060609190735.GB1037@roadrunner.q.local> X-OS: FreeBSD 5.5-PRERELEASE X-message-flag: Outlook Error User-Agent: Mutt/1.5.11 Cc: Subject: Re: How can I know which files a proccess is accessing? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 10 Jun 2006 19:28:51 -0000 In the last episode (Jun 09), Ulrich Spoerlein said: > Robert Watson wrote: > > A lot of people have answered and told you about lsof, which is a > > great tool, and can give you a momentary snapshot of the files a > > process has open. You might also be interested in getting a log of > > accesses, which you can do using ktrace(1). This tracks system > > calls and you can see what paths are being accessed at time of > > open. As of 7.x (and hopefully 6.2 once the MFC happens) you'll > > also be able to use audit(4) to track access of files by processes. > > Sadly, ktrace(1) seems to be rather useless in RELENG_6 right now. > Every medium sized app will result in an "out of ktrace objects" > error. I remember that some improvements to ktrace(1) went into > -CURRENT. Time for an MFC? Just raise the kern.ktrace.request_pool sysctl; 4096 works for me. -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-stable@FreeBSD.ORG Sat Jun 10 19:58: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 CF57216A41A; Sat, 10 Jun 2006 19:58:48 +0000 (UTC) (envelope-from mark@islandnet.com) Received: from cluster.islandnet.com (cluster.islandnet.com [199.175.106.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8456A43E01; Sat, 10 Jun 2006 19:58:37 +0000 (GMT) (envelope-from mark@islandnet.com) Received: from [199.175.106.221] (port=13202 helo=helpdesk.islandnet.com) by cluster01.islandnet.com with SMTP id 1Fp9bR-0006Rg-4m ; Sat, 10 Jun 2006 12:58:37 -0700 Date: Sat, 10 Jun 2006 12:58:37 -0700 Message-ID: <448b246d-9da2@helpdesk.islandnet.com> References: <447fa140-96fe@helpdesk.islandnet.com> From: Mark Morley To: freebsd-fs@freebsd.org, freebsd-stable@freebsd.org Content-type: text/plain MIME-Version: 1.0 X-Priority: 3 X-Mailer: Helpdesk Webmail (http://helpdesk.islandnet.com) X-Originating-IP: [24.108.70.188] X-GeoIP: CA Canada Cc: Subject: Re: NFS processes locking up!! X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mark Morley List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jun 2006 19:58:48 -0000 > > > makeoptions COPTFLAGS="-O2 -pipe -funroll-loops -ffast-math" > > > > Don't use leet meaningless compiler flags, and try again :) > > > > Kris > > D'oh! I don't normally have that in my kernel configs. > That carried forward from the old server. I'll remove those and > see how it goes. Well, that made no difference I'm afraid. I removed all make options, cleaned the source tree, deleted /usr/obj/* and completely rebuilt world as well as the kernel. A few days later it did the exact same thing. The change in compiler options did seem to lower the load averages a bit though. Possibly related: I am seeing "ufs_rename: fvp == tvp (can't happen)" messages periodically. Maybe one or two every 2-3 hours. Any chance that's a symptom of something related? Mark -- Mark Morley Owner / Administrator Islandnet.com From owner-freebsd-stable@FreeBSD.ORG Sat Jun 10 20:06:48 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 F3FD316A4A0 for ; Sat, 10 Jun 2006 20:06:47 +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 65EE14426F for ; Sat, 10 Jun 2006 17:25:02 +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 727CC46C91; Sat, 10 Jun 2006 13:25:01 -0400 (EDT) Date: Sat, 10 Jun 2006 18:25:01 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Ulrich Spoerlein In-Reply-To: <20060609190735.GB1037@roadrunner.q.local> Message-ID: <20060610182415.M80521@fledge.watson.org> References: <20060607184236.P53690@fledge.watson.org> <20060609190735.GB1037@roadrunner.q.local> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: stable@freebsd.org Subject: Re: How can I know which files a proccess is accessing? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 10 Jun 2006 20:06:48 -0000 On Fri, 9 Jun 2006, Ulrich Spoerlein wrote: > Robert Watson wrote: >> A lot of people have answered and told you about lsof, which is a great >> tool, and can give you a momentary snapshot of the files a process has >> open. You might also be interested in getting a log of accesses, which you >> can do using ktrace(1). This tracks system calls and you can see what >> paths are being accessed at time of open. As of 7.x (and hopefully 6.2 >> once the MFC happens) you'll also be able to use audit(4) to track access >> of files by processes. > > Sadly, ktrace(1) seems to be rather useless in RELENG_6 right now. Every > medium sized app will result in an "out of ktrace objects" error. I remember > that some improvements to ktrace(1) went into -CURRENT. Time for an MFC? I fixed this in 7-CURRENT, I'll have to investigate how straight forward an MFC might be. It does change the kernel thread data structure, so I'll need to be a bit cautious. Robert N M Watson From owner-freebsd-stable@FreeBSD.ORG Sat Jun 10 21:00: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 8A87B16A4E0 for ; Sat, 10 Jun 2006 21:00:53 +0000 (UTC) (envelope-from thompsa@freebsd.org) Received: from grunt13.ihug.co.nz (grunt13.ihug.co.nz [203.109.254.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D33B44835 for ; Sat, 10 Jun 2006 21:00:53 +0000 (GMT) (envelope-from thompsa@freebsd.org) Received: from 203-109-251-39.static.bliink.ihug.co.nz (heff.fud.org.nz) [203.109.251.39] by grunt13.ihug.co.nz with esmtp (Exim 3.35 #1 (Debian)) id 1FpAZe-0001kG-00; Sun, 11 Jun 2006 09:00:50 +1200 Received: by heff.fud.org.nz (Postfix, from userid 1001) id A2D251CC1F; Sun, 11 Jun 2006 09:00:49 +1200 (NZST) Date: Sun, 11 Jun 2006 09:00:49 +1200 From: Andrew Thompson To: JoaoBR Message-ID: <20060610210049.GA24815@heff.fud.org.nz> References: <200606061153.31277.joao@matik.com.br> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200606061153.31277.joao@matik.com.br> User-Agent: Mutt/1.5.11 Cc: freebsd-stable@freebsd.org Subject: Re: ath problems when in if_bridge mode X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jun 2006 21:00:53 -0000 On Tue, Jun 06, 2006 at 11:53:30AM -0300, JoaoBR wrote: > Hi > > I find some problems when running ath cards in if_bridge mode. > > I have continuous UP/DOWN events on the uplink card. The connection is really > interrupted for a second or so which results in dns lookup errors > downloads are going through, only the download speed is not stable > > please look close, the problem is not on the hostap card > > the problem is not hw related, I can switch both cards and the problem stays > on the uplink card > > I can take the bridge off and stay connected without UP/DOWN events (same > machine/same HW) Bridging a wireless client is not supported, you can read this thread for more into (especially the last couple of posts) http://lists.freebsd.org/pipermail/freebsd-current/2005-October/056927.html cheers, Andrew From owner-freebsd-stable@FreeBSD.ORG Sat Jun 10 21:04: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 3AA5916A41B for ; Sat, 10 Jun 2006 21:04:56 +0000 (UTC) (envelope-from vladgalu@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F84444835 for ; Sat, 10 Jun 2006 21:04:55 +0000 (GMT) (envelope-from vladgalu@gmail.com) Received: by wr-out-0506.google.com with SMTP id 70so220292wra for ; Sat, 10 Jun 2006 14:04:54 -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=pRChfNGdbpOnZlkbbBlzKvuoNKWLsTRrwhB9rBi7gT7oDV3nv2Z5pBwVB+ADeyM8DUUSsNO5uLLKgLtD2ZQMEq1fx0Lu2Yi9hKIX8CNqRsSXwUhNbEPsvMnfJ6z10CkxnmcOWw+1k54OhVXqVmV/WQ9DnAhO7OyXZAnFQVCB4lI= Received: by 10.54.71.14 with SMTP id t14mr2452295wra; Sat, 10 Jun 2006 14:04:54 -0700 (PDT) Received: by 10.54.128.7 with HTTP; Sat, 10 Jun 2006 14:04:54 -0700 (PDT) Message-ID: <79722fad0606101404h5e9a14f3o404019d09d90df3@mail.gmail.com> Date: Sun, 11 Jun 2006 00:04:54 +0300 From: "Vlad GALU" To: freebsd-stable@freebsd.org, freebsd-ports@freebsd.org In-Reply-To: <200606101642.06268.andrey.melentyev@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200606101642.06268.andrey.melentyev@gmail.com> Cc: Subject: Re: openoffice.org-2.0, portinstall and MAKE_ARGS X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 10 Jun 2006 21:04:56 -0000 On 6/10/06, Andrey Melentyev wrote: > Hi all! > I've got a problem with building editors/openoffice-2.0 on my FreeBSD-6.1. > I want to control the configure process via knobs, such as WITH_CUPS, WITH_KDE > and some others. When I try to install OOo this way: > > portupgrade -Nvm "-DWITH_KDE -DWITH_CUPS -DWITH_CCACHE -DWITH_GPC -DWITHOUT_MOZILLA" > editors/openoffice.org-2.0 > > I see right messages about make flags: > > ---> Session started at: Sat, 10 Jun 2006 16:34:58 +0400 > ---> Fresh installation of editors/openoffice.org-2.0 started at: Sat, 10 Jun > 2006 16:34:58 +0400 > ---> Installing 'openoffice.org-2.0.3rc5' from a port > (editors/openoffice.org-2.0) > ---> Build of editors/openoffice.org-2.0 started at: Sat, 10 Jun 2006 > 16:35:03 +0400 > ---> Building '/usr/ports/editors/openoffice.org-2.0' with make > flags: -DWITH_KDE -DWITH_CUPS -DWITH_CCACHE -DWITH_GPC -DWITHOUT_MOZILLA > > But if I put those make flags into /usr/local/etc/pkgtools.conf, then I get no > message about custom make flags, and if I look > at /usr/ports/editors/openoffice.org-2.0/work/config_office/config.log, I see > that my make flags are not working properly. > My pkgtools.conf part: > > MAKE_ARGS = { > ... > 'editors/openoffice.org-2.0' => [ > '-DWITH_CUPS', > '-DWITH_KDE', > 'LOCALIZED_LANG=ru', > '-DWITH_GPC', > '-DWITH_CCACHE' > ], > ... > } FWIW, I spotted the same problem today. portupgrade -N doesn't pick up the MAKE_ARGS from pkgtools.conf. -- If it's there, and you can see it, it's real. If it's not there, and you can see it, it's virtual. If it's there, and you can't see it, it's transparent. If it's not there, and you can't see it, you erased it. From owner-freebsd-stable@FreeBSD.ORG Sat Jun 10 22:23: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 2D2B716A41B for ; Sat, 10 Jun 2006 22:23:48 +0000 (UTC) (envelope-from zbeeble@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76D0D43D48 for ; Sat, 10 Jun 2006 22:23:47 +0000 (GMT) (envelope-from zbeeble@gmail.com) Received: by ug-out-1314.google.com with SMTP id j40so1739509ugd for ; Sat, 10 Jun 2006 15:23:46 -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=W3g5ZfMWR+NyPtlnMsuPU4Qru9uEEmKs65D4scbBAuVnZW43uzzc++2qy/opKzl9tSHBOGAS94DKTdrt46L39CbrH+Tt3Wxc6IKZ1DrUVzozKg22FToOemvnnedb7p/NTO2Y0yCNwowVvR6+0fhonELdWF4H4A1yNQ0PqZH1ZQo= Received: by 10.67.100.12 with SMTP id c12mr3750780ugm; Sat, 10 Jun 2006 15:23:46 -0700 (PDT) Received: by 10.67.96.5 with HTTP; Sat, 10 Jun 2006 15:23:46 -0700 (PDT) Message-ID: <5f67a8c40606101523q42311e46y51d23786ef3a15c0@mail.gmail.com> Date: Sat, 10 Jun 2006 18:23:46 -0400 From: "Zaphod Beeblebrox" To: "Mark Morley" In-Reply-To: <448b246d-9da2@helpdesk.islandnet.com> MIME-Version: 1.0 References: <447fa140-96fe@helpdesk.islandnet.com> <448b246d-9da2@helpdesk.islandnet.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-fs@freebsd.org, freebsd-stable@freebsd.org Subject: Re: NFS processes locking up!! X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 10 Jun 2006 22:23:48 -0000 [nfsd's and other processes locking in 'D' state] One thing I've seen cause this kind of thing is a disk that needs to be manually fsck'd. Try bringing up the system in single user and manually fsck'ing the volume. I have no idea what causes this kind of state --- where the disk is bad, but not calling for an fsck. It could just be random bad bits, but I've seen this behaviour more than once.