From owner-freebsd-stable@FreeBSD.ORG Sun Jun 22 04:15:04 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7422B37B401 for ; Sun, 22 Jun 2003 04:15:04 -0700 (PDT) Received: from snoopy.pacific.net.au (snoopy.pacific.net.au [61.8.0.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3204E43F3F for ; Sun, 22 Jun 2003 04:15:03 -0700 (PDT) (envelope-from sigemt@yahoo.com.au) Received: from sunny.pacific.net.au (sunny.pacific.net.au [203.2.228.40]) h5MBExYd007502 for ; Sun, 22 Jun 2003 21:14:59 +1000 Received: from wisma.pacific.net.au (wisma.pacific.net.au [210.23.129.72]) by sunny.pacific.net.au with ESMTP id h5MBEwQg015888 for ; Sun, 22 Jun 2003 21:14:58 +1000 (EST) Received: from zhadum.dnsalias.net (dyn153.syd7.homedsl.pacific.net.au [202.7.78.153]) by wisma.pacific.net.au (8.12.9/8.12.9) with ESMTP id h5MBEvnh005588 for ; Sun, 22 Jun 2003 21:14:58 +1000 (EST) Received: from gamma.starfleet.org.au (gamma.starfleet.org.au [172.16.0.2]) by arthur.starfleet.org.au (Postfix) with ESMTP id B0BF29467 for ; Sun, 22 Jun 2003 21:14:57 +1000 (EST) Received: by gamma.starfleet.org.au (Postfix, from userid 1000) id 301732B88B; Sun, 22 Jun 2003 21:14:57 +1000 (EST) Date: Sun, 22 Jun 2003 21:14:57 +1000 From: Rudolph Pereira To: stable@freebsd.org Message-ID: <20030622111457.GA51465@starfleet.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: nfs locking between current and stable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 22 Jun 2003 11:15:05 -0000 Hello, I am attempting to get flock/file locking working between my -stable (updated ~19 may) nfs file server and -current desktop; the server is running lockd/statd, and both my mail client (mutt) and a simple perl program complain that files on the nfs server cannot be locked. I am aware that there has been work on the nfs locking code in current, and have a vague recollection of a workaround required for the situation I am in, but cannot remember it (and cannot find it in mailing list archives). Would anyone be so kind as to refresh me on how to fix this, or at least point me in the right direction? thanks From owner-freebsd-stable@FreeBSD.ORG Sun Jun 22 04:43:10 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CE7537B401 for ; Sun, 22 Jun 2003 04:43:08 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-169-104-32.dsl.lsan03.pacbell.net [64.169.104.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id D897943FAF for ; Sun, 22 Jun 2003 04:43:07 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 0B6A966D74; Sun, 22 Jun 2003 04:43:04 -0700 (PDT) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 049A48FB; Sun, 22 Jun 2003 04:43:03 -0700 (PDT) Date: Sun, 22 Jun 2003 04:43:03 -0700 From: Kris Kennaway To: Rudolph Pereira Message-ID: <20030622114303.GA99063@rot13.obsecurity.org> References: <20030622111457.GA51465@starfleet.org.au> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="YiEDa0DAkWCtVeE4" Content-Disposition: inline In-Reply-To: <20030622111457.GA51465@starfleet.org.au> User-Agent: Mutt/1.4.1i cc: stable@freebsd.org Subject: Re: nfs locking between current and stable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 22 Jun 2003 11:43:11 -0000 --YiEDa0DAkWCtVeE4 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sun, Jun 22, 2003 at 09:14:57PM +1000, Rudolph Pereira wrote: > Hello, > I am attempting to get flock/file locking working between my -stable > (updated ~19 may) nfs file server and -current desktop; the server is > running lockd/statd, and both my mail client (mutt) and a simple perl > program complain that files on the nfs server cannot be locked. The client also needs to run lockd/statd. Be aware that rpc.lockd in 4.x and earlier is a null implementation that does not actually perform NFS file locking with the server, it just returns success to the client. A working lockd was implemented in 5.0. Kris --YiEDa0DAkWCtVeE4 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE+9ZZHWry0BWjoQKURAjxEAJ9J5Xovp4TsafeWAA0vH/B8TNvLigCgyKKl dERCmtU4J7So40eMTNTuLno= =4Af7 -----END PGP SIGNATURE----- --YiEDa0DAkWCtVeE4-- From owner-freebsd-stable@FreeBSD.ORG Sun Jun 22 05:02:19 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9251C37B404 for ; Sun, 22 Jun 2003 05:02:19 -0700 (PDT) Received: from frontend2.aha.ru (bird.zenon.net [213.189.198.215]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93D8043F3F for ; Sun, 22 Jun 2003 05:02:18 -0700 (PDT) (envelope-from uitm@blackflag.ru) Received: from [195.2.90.70] (HELO slt.oz) by frontend2.aha.ru (CommuniGate Pro SMTP 4.0.6) with ESMTP id 193883725; Sun, 22 Jun 2003 16:02:16 +0400 Received: (from uitm@localhost) by slt.oz (8.8.8/8.8.8) id QAA00842; Sun, 22 Jun 2003 16:04:00 +0400 (MSD) From: Andrey Alekseyev Message-Id: <200306221204.QAA00842@slt.oz> In-Reply-To: <20030622111457.GA51465@starfleet.org.au> from Rudolph Pereira at "Jun 22, 3 09:14:57 pm" To: memetical@yahoo.com.au (Rudolph Pereira) Date: Sun, 22 Jun 2003 16:03:58 +0400 (MSD) X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: stable@freebsd.org Subject: Re: nfs locking between current and stable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 22 Jun 2003 12:02:20 -0000 Rudolph, > I am attempting to get flock/file locking working between my -stable > (updated ~19 may) nfs file server and -current desktop; the server is > running lockd/statd, and both my mail client (mutt) and a simple perl > program complain that files on the nfs server cannot be locked. NFS locking wasn't implemented in 4.4BSD. There is still no implementation in STABLE. If you really need it, you may take a look at Terry's page where an intra-client NFS lock implementation for STABLE could be found: http://people.freebsd.org/~terry/ If you need the above mentioned patches that apply cleanly to RELENG_4, take a look at this: http://www.blackflag.ru/patches/nfs-client-and-server-locking-4.5-STABLE-20020312.diff It works fine in our production environment and was tested under quite a heavy load. However, do not miss that this patch doesn't actually implement lock requests to the server. It only allows for locks being properly held within a single client. That is, locks for the same file on several different STABLE boxes *won't* work. Thus, the word "intra-client" :) Hope this helps. From owner-freebsd-stable@FreeBSD.ORG Sun Jun 22 09:33:34 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D6CC37B401 for ; Sun, 22 Jun 2003 09:33:34 -0700 (PDT) Received: from hub.org (hub.org [64.117.225.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1825D43FE0 for ; Sun, 22 Jun 2003 09:33:34 -0700 (PDT) (envelope-from scrappy@hub.org) Received: from hub.org (unknown [64.117.225.220]) by hub.org (Postfix) with ESMTP id DBF666B980D for ; Sun, 22 Jun 2003 13:33:31 -0300 (ADT) Date: Sun, 22 Jun 2003 13:33:31 -0300 (ADT) From: "Marc G. Fournier" To: freebsd-stable@freebsd.org Message-ID: <20030622132900.G3327@hub.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: savecore: warning: /kernel version mismatch: ... X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 22 Jun 2003 16:33:34 -0000 Morning all ... 'K, this one is a first for me ... server crashed this aft and savecore wouldn't dump the resultant core: pluto# savecore -v /vm/crash dumplo = 4362141696 (8519808 * 512) savecore: warning: /kernel version mismatch: "FreeBSD 4.8-STABLE #1: Sat May 31 22:57:04 ADT 2003 " and " #(#(#(" savecore: reboot savecore: dump time is zero I'm doing a 'savecore -f' on her right now, just in case ther is something that can be done with it ... The server was rebooted 8 days ago, and the /kernel file is dated May 31st, so she was definitely running the same kernel as is/was in /kernel ... And, savecore is from the same upgrade: pluto# ls -lt /kernel `which savecore` -r-xr-xr-x 1 root wheel 2027933 May 31 23:43 /kernel -r-xr-xr-x 1 root wheel 168364 May 31 23:42 /sbin/savecore Help? Thanks .. From owner-freebsd-stable@FreeBSD.ORG Sun Jun 22 10:20:17 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D174B37B401 for ; Sun, 22 Jun 2003 10:20:17 -0700 (PDT) Received: from mobile.hub.org (u153n214.eastlink.ca [24.224.153.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F8F843FA3 for ; Sun, 22 Jun 2003 10:20:17 -0700 (PDT) (envelope-from scrappy@hub.org) Received: by mobile.hub.org (Postfix, from userid 1001) id E8B635DE; Sun, 22 Jun 2003 14:20:15 -0300 (ADT) Received: from localhost (localhost [127.0.0.1]) by mobile.hub.org (Postfix) with ESMTP id E385F5DB for ; Sun, 22 Jun 2003 14:20:15 -0300 (ADT) Date: Sun, 22 Jun 2003 14:20:15 -0300 (ADT) From: The Hermit Hacker To: freebsd-stable@freebsd.org In-Reply-To: <20030622132900.G3327@hub.org> Message-ID: <20030622141821.I95856@hub.org> References: <20030622132900.G3327@hub.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: savecore: warning: /kernel version mismatch: ... X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 22 Jun 2003 17:20:18 -0000 Just as a follow up, I was able to 'recreate' the crash (cdcc info causes it, just don't know why), and I get the same errors with savecore on reboot ... the vmcore file that savecore -f produces isn't producing anything useful either :( SMP 1 cpus IdlePTD at phsyical address 0x0033c000 initial pcb at physical address 0x002ae160 panic messages: --- dmesg: kvm_read: invalid address (0) --- #0 0xbbdf1740 in ?? () (kgdb) quit I've just CVSup'd the latest -stable and am going to do an upgrade today to see if I can get anything useful ... but I have a copy of both the vmcore (as per above) and kernel.debug if there is anything that can be gathered from it? :( On Sun, 22 Jun 2003, Marc G. Fournier wrote: > > Morning all ... > > 'K, this one is a first for me ... server crashed this aft and savecore > wouldn't dump the resultant core: > > pluto# savecore -v /vm/crash > dumplo = 4362141696 (8519808 * 512) > savecore: warning: /kernel version mismatch: > "FreeBSD 4.8-STABLE #1: Sat May 31 22:57:04 ADT 2003 > " > and " #(#(#(" > > savecore: reboot > savecore: dump time is zero > > I'm doing a 'savecore -f' on her right now, just in case ther is > something that can be done with it ... > > The server was rebooted 8 days ago, and the /kernel file is dated May > 31st, so she was definitely running the same kernel as is/was in /kernel > ... > > And, savecore is from the same upgrade: > > pluto# ls -lt /kernel `which savecore` > -r-xr-xr-x 1 root wheel 2027933 May 31 23:43 /kernel > -r-xr-xr-x 1 root wheel 168364 May 31 23:42 /sbin/savecore > > Help? > > Thanks .. > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org From owner-freebsd-stable@FreeBSD.ORG Sun Jun 22 11:04:24 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7274F37B401 for ; Sun, 22 Jun 2003 11:04:24 -0700 (PDT) Received: from meitner.wh.uni-dortmund.de (meitner.wh.uni-dortmund.de [129.217.129.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC73343F85 for ; Sun, 22 Jun 2003 11:04:23 -0700 (PDT) (envelope-from michaelnottebrock@gmx.net) Received: from lofi.dyndns.org (pc2-105.intern.meitner [10.3.12.105]) by meitner.wh.uni-dortmund.de (Postfix) with ESMTP id 0736C167627; Sun, 22 Jun 2003 20:04:23 +0200 (CEST) Received: from kiste.my.domain (kiste.my.domain [192.168.8.4]) (authenticated bits=0) by lofi.dyndns.org (8.12.9/8.12.9) with ESMTP id h5MI4IVc061280 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Sun, 22 Jun 2003 20:04:20 +0200 (CEST) (envelope-from michaelnottebrock@gmx.net) From: Michael Nottebrock To: Matthias Buelow , Konrad Scorciapino Date: Sun, 22 Jun 2003 20:04:17 +0200 User-Agent: KMail/1.5.2 References: <20030614053608.GB8466@laptop.lambertfam.org> <20030621160403.3f018c57.fallenbr@uol.com.br> <20030621222050.GA22432@moghedien.mukappabeta.net> In-Reply-To: <20030621222050.GA22432@moghedien.mukappabeta.net> MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Boundary-02=_h+e9+6b3GprSgTe"; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200306222004.17862.michaelnottebrock@gmx.net> X-Virus-Scanned: by amavisd-new cc: freebsd-stable@freebsd.org Subject: Re: need mail client X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 22 Jun 2003 18:04:24 -0000 --Boundary-02=_h+e9+6b3GprSgTe Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Description: signed data Content-Disposition: inline On Sunday 22 June 2003 00:20, Matthias Buelow wrote: > Konrad Scorciapino writes: > >Look for Sylpheed. > > [...] > > Much better behaving is Mozilla Mail, and possibly > pine I don't know what amazes me more, the super unspecific questions some peopl= e=20 come up with or people trying to answer them by quoting their hitparade of= =20 favourite programs. =2D-=20 Michael Nottebrock \ KDE on FreeBSD \ ,ww =20 \ --- \ ,wWWCybaWW_)=20 \ http://freebsd.kde.org \ `WSheepW' free \ II II node --Boundary-02=_h+e9+6b3GprSgTe Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQA+9e+hXhc68WspdLARAjBPAJ9rKGWJIv4bdmRhecsl8BAoCKb7JACdHQD5 OzpXYOcL/icbcappa8JAT8I= =eaGN -----END PGP SIGNATURE----- --Boundary-02=_h+e9+6b3GprSgTe-- From owner-freebsd-stable@FreeBSD.ORG Sun Jun 22 11:54:58 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1764C37B401 for ; Sun, 22 Jun 2003 11:54:58 -0700 (PDT) Received: from moghedien.mukappabeta.net (moghedien.mukappabeta.net [194.145.150.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D18C43FA3 for ; Sun, 22 Jun 2003 11:54:57 -0700 (PDT) (envelope-from mkb@moghedien.mukappabeta.net) Received: by moghedien.mukappabeta.net (Postfix, from userid 1000) id B65692D2C; Sun, 22 Jun 2003 20:54:46 +0200 (CEST) Date: Sun, 22 Jun 2003 20:54:46 +0200 From: Matthias Buelow To: Michael Nottebrock Message-ID: <20030622185446.GA25013@moghedien.mukappabeta.net> References: <20030614053608.GB8466@laptop.lambertfam.org> <20030621160403.3f018c57.fallenbr@uol.com.br> <20030621222050.GA22432@moghedien.mukappabeta.net> <200306222004.17862.michaelnottebrock@gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200306222004.17862.michaelnottebrock@gmx.net> User-Agent: Mutt/1.4.1i cc: freebsd-stable@freebsd.org cc: Konrad Scorciapino Subject: Re: need mail client X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 22 Jun 2003 18:54:58 -0000 Michael Nottebrock writes: >I don't know what amazes me more, the super unspecific questions some people >come up with or people trying to answer them by quoting their hitparade of >favourite programs. I know what _doesn't_ amaze me: zero-content rants about other people's postings, which have nothing to do with the subject of the thread. Besides, if, before dumping the textual incarnation of your weekend hangover in here, you had actually read the entire thread, you might have understood that: a) the original poster most probably wants to use IMAP (commercial server etc.), and b) that I recommended the above programs (which, btw., are not on the top of my "hitparade") because they handle IMAP a lot better than the sylpheed program, which was previously recommended by someone else. Of course, the original question doesn't really belong to freebsd-stable, but that's a different issue. -- Matthias Buelow; mkb@{mukappabeta.de,informatik.uni-wuerzburg.de} ``Entia non sunt multiplicanda praeter necessitatem.'' -- William of Ockham (~1285-1349, "Occam's Razor") From owner-freebsd-stable@FreeBSD.ORG Sun Jun 22 13:24:30 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4101137B405 for ; Sun, 22 Jun 2003 13:24:30 -0700 (PDT) Received: from smtp.hispeed.ch (isp247n.hispeed.ch [62.2.95.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44C0B43FDF for ; Sun, 22 Jun 2003 13:24:28 -0700 (PDT) (envelope-from llx@hispeed.ch) Received: from obelix.corebounce.org (dclient217-162-238-83.hispeed.ch [217.162.238.83])h5MKOQmW003717 for ; Sun, 22 Jun 2003 22:24:26 +0200 From: llx To: freebsd-stable@freebsd.org Date: Sun, 22 Jun 2003 22:24:25 +0200 User-Agent: KMail/1.5.2 References: <200306202345.13435.llx@hispeed.ch> In-Reply-To: <200306202345.13435.llx@hispeed.ch> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200306222224.26023.llx@hispeed.ch> Subject: Re: su: no directory X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 22 Jun 2003 20:24:30 -0000 i've some more infos: as i wrote i can't su - when the user's home is mounted over nfs. this happens when the users home perms are set to 770. as soon as i change the users perms to 771 i can use su - . su also works with 770. it seems that root need to have at least 'x' perm on the users home directory. as an alternative to 771 i cant export the users home with maproot=root grr.. why is this nessecery in 5.1? On Friday 20 June 2003 23:45, llx wrote: > hi > > i've got the the problem that i can't su -l an my client machine. > $ su -l admin > su: no directory > i can login locally, login via ssh, su -l root without any problems. > > SERVER: FreeBSD4.8 stabel (~ 1 week ago last cvs update) runs > NIS, NFS, DNS, FTP, SAMBA, NTP > CLIENT> FreeBSD5.1 release (rebuild kernel using KERNCONF=SMP) > > i didn't had problems with have no problems with the following clients: > FreeBSD 5.0 (GENERIC), OpenBSD 3.2/3.3, Linux (Suse 8.1/8.2) > > what do i miss? below you see some infos from my client machine. > > cheers > > $ ls -ld / > drwxr-xr-x 17 root wheel 512 Jun 20 22:46 / > $ ls -ld /home > lrwxr-xr-x 1 root wheel 9 Jun 20 22:46 /home -> /usr/home > $ ls -ld /usr > drwxr-xr-x 19 root wheel 512 Jun 20 19:04 /usr > $ ls -ld /usr/home > drwxr-xr-x 11 root wheel 512 Jun 17 11:54 /usr/home > $ ls -l /usr/home/admin > total 11 > drwxrwx--- 17 admin core 1024 Jun 20 17:56 admin > $ ypcat passwd | grep admin > admin::::Administrator:/home/admin:/bin/sh > $ ls -l /bin/sh > -r-xr-xr-x 1 root wheel 740848 Jun 5 03:54 /bin/sh > $ mount > /dev/ad0s2a on / (ufs, local) > devfs on /dev (devfs, local) > /dev/ad0s2e on /tmp (ufs, local, soft-updates) > /dev/ad0s2f on /usr (ufs, local, soft-updates) > /dev/ad0s2d on /var (ufs, local, soft-updates) > frigi:/home on /usr/home (nfs, nodev, nosuid) > > > _______________________________________________ > 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 Sun Jun 22 16:08:19 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C2F737B401 for ; Sun, 22 Jun 2003 16:08:19 -0700 (PDT) Received: from beck.quonix.net (beck.quonix.net [64.239.136.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C71C43F3F for ; Sun, 22 Jun 2003 16:08:18 -0700 (PDT) (envelope-from john@essenz.com) Received: from essenz.com (pcp04098733pcs.neave01.pa.comcast.net [68.80.102.17]) by beck.quonix.net (8.12.9/8.12.9) with ESMTP id h5MN8BE7069108 for ; Sun, 22 Jun 2003 16:08:11 -0700 (PDT) (envelope-from john@essenz.com) Date: Sun, 22 Jun 2003 19:06:24 -0400 Mime-Version: 1.0 (Apple Message framework v552) Content-Type: text/plain; charset=US-ASCII; format=flowed From: John Von Essen To: freebsd-stable@freebsd.org Content-Transfer-Encoding: 7bit Message-Id: <25979BA8-A506-11D7-AC51-0003933DDCFA@essenz.com> X-Mailer: Apple Mail (2.552) Subject: mergemaster -i X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 22 Jun 2003 23:08:19 -0000 Question... I do alot of stable upgrades and as a result I spend alot of time with mergemaster. My changes in etc are minimal, so I rather wipe out my existing /etc (except for machine specific files like fstab, and so on) and have mergemaster install everything from /usr/src/etc. This way I don't have to spend time going through all the diffs. I have found that there is no quick and easy way of doing this. What I have been doing is deleting everything in /etc except for certain files, then running mergemaster -i. Any thoughts? John From owner-freebsd-stable@FreeBSD.ORG Sun Jun 22 16:40:01 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C4EB37B401 for ; Sun, 22 Jun 2003 16:40:01 -0700 (PDT) Received: from purehosting.ath.cx (aschilperoord.demon.nl [212.238.153.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id 376A943FBF for ; Sun, 22 Jun 2003 16:40:00 -0700 (PDT) (envelope-from Jeffrey@windhoos2000.nl) Received: from littlejack85 ([10.0.0.2]) by purehosting.ath.cx (8.12.9/8.12.9) with SMTP id h5N1fQlb000302 for ; Mon, 23 Jun 2003 01:41:27 GMT (envelope-from Jeffrey@windhoos2000.nl) Message-ID: <002601c33917$a5016930$0200000a@littlejack85> From: "Jeffrey" To: Date: Mon, 23 Jun 2003 01:40:20 +0200 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Stable#1 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 22 Jun 2003 23:40:01 -0000 Got a pretty stupid question... My kernel is now 4.8 Stable#1 but when = does the number change when i do makeworld and the other things? or = where can i see that? From owner-freebsd-stable@FreeBSD.ORG Sun Jun 22 18:02:41 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4FE537B401; Sun, 22 Jun 2003 18:02:41 -0700 (PDT) Received: from ns1.itga.com.au (ns1.itga.com.au [202.53.40.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 455D243FBD; Sun, 22 Jun 2003 18:02:40 -0700 (PDT) (envelope-from gnb@itga.com.au) Received: from lightning.itga.com.au (lightning.itga.com.au [192.168.71.20]) by ns1.itga.com.au (8.12.9/8.12.9) with ESMTP id h5N12TUl099902; Mon, 23 Jun 2003 11:02:29 +1000 (EST) (envelope-from gnb@itga.com.au) Received: from lightning.itga.com.au (localhost [127.0.0.1]) by lightning.itga.com.au (8.9.3/8.9.3) with ESMTP id LAA03298; Mon, 23 Jun 2003 11:02:28 +1000 (EST) Message-Id: <200306230102.LAA03298@lightning.itga.com.au> X-Mailer: exmh version 2.4 05/15/2001 with nmh-1.0.4 From: Gregory Bond To: Murat USTUNTAS In-reply-to: Your message of Fri, 20 Jun 2003 15:36:06 +0300. Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 23 Jun 2003 11:02:28 +1000 Sender: gnb@itga.com.au cc: stable@freebsd.org cc: questions@freebsd.org Subject: Re: How can convert user expired days in human readable ? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 23 Jun 2003 01:02:42 -0000 Or for a way that works on all platforms with perl and not just FreeBSD platforms with date -r): perl -e 'print scalar localtime(1064005200),"\n"' From owner-freebsd-stable@FreeBSD.ORG Sun Jun 22 19:19:08 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6FA937B401 for ; Sun, 22 Jun 2003 19:19:08 -0700 (PDT) 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 E8E7443FA3 for ; Sun, 22 Jun 2003 19:19:07 -0700 (PDT) (envelope-from david@catwhisker.org) Received: from bunrab.catwhisker.org (localhost [127.0.0.1]) by bunrab.catwhisker.org (8.12.9/8.12.9) with ESMTP id h5N2J6X0001419; Sun, 22 Jun 2003 19:19:06 -0700 (PDT) (envelope-from david@bunrab.catwhisker.org) Received: (from david@localhost) by bunrab.catwhisker.org (8.12.9/8.12.9/Submit) id h5N2J69F001418; Sun, 22 Jun 2003 19:19:06 -0700 (PDT) Date: Sun, 22 Jun 2003 19:19:06 -0700 (PDT) From: David Wolfskill Message-Id: <200306230219.h5N2J69F001418@bunrab.catwhisker.org> To: freebsd-stable@freebsd.org, john@essenz.com In-Reply-To: <25979BA8-A506-11D7-AC51-0003933DDCFA@essenz.com> Subject: Re: mergemaster -i X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 23 Jun 2003 02:19:09 -0000 >Date: Sun, 22 Jun 2003 19:06:24 -0400 >From: John Von Essen >To: freebsd-stable@freebsd.org >Subject: mergemaster -i >I do alot of stable upgrades and as a result I spend alot of time with >mergemaster. My changes in etc are minimal, so I rather wipe out my >existing /etc (except for machine specific files like fstab, and so on) >and have mergemaster install everything from /usr/src/etc. This way I >don't have to spend time going through all the diffs. I track -STABLE daily on a couple of machines, and every couple of weeks (or so) on a couple of others. On the first set of machines, I also track -CURRENT on a daily basis. Thus, I also run mergemaster fairly frequently. That said, I am perplexed by your stated solution to what appears to me to be a non-problem. >I have found that there is no quick and easy way of doing this. What I >have been doing is deleting everything in /etc except for certain >files, then running mergemaster -i. Any thoughts? I created the file /etc/mergemaster.rc in each of the machines. The only non-comment entry I have in it is IGNORE_MOTD=yes and for the rest, I had created an alias for the "make buildworld" (& friends); the first invocation of mergemaster (prior to installworld) is "mergemaster -u 0022 -p"; the second (after installworld) is "mergemaster -u 0022 -i". Usually, mergemaster finds that all of the FreeBSD Ids are the same, so it presents me with no diffs. For the few files I have that I do change, I merge the differences, taking care to ensure that the FreeBSD Ids are updated to reflect the merge. And the reason for the use of both the /etc/mergemaster.rc file and the command-line flags is merely my laziness: originally, I had not created the file, and merely relied on the alias to "do the right thing" with respect to the command-line options. A couple of weeks ago, I finally got a little tired of telling mergemaster to blow away the old /etc/motd every time, looked at the man page, saw I could do that with the file, and did so. I suppose I could spend about 1/4 the effort I spent in writiing this to update the /etc/mergemaster.rc files so that the pre-installworld mergemaster invocation becomes merely "mergemaster -p", while the post- installworld invocation becomes merely "mergemaster". :-} Even so, I am not seeing the problem that you are apparently seeing. (I note in passing that I do all of the "make buildworld" & friends stuff, including mergemaster, within "script" so I retain a record of what happened. Thus, I could extract a transcript of a recent "mergemaster" run to send you out-of-band with respect to this mailing list, should you want such a thing.) Peace, david -- David H. Wolfskill david@catwhisker.org Based on what I have seen to date, the use of Microsoft products is not consistent with reliability. I recommend FreeBSD for reliable systems. From owner-freebsd-stable@FreeBSD.ORG Sun Jun 22 19:54:23 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7173A37B401 for ; Sun, 22 Jun 2003 19:54:23 -0700 (PDT) Received: from beck.quonix.net (beck.quonix.net [64.239.136.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id D944743FBD for ; Sun, 22 Jun 2003 19:54:22 -0700 (PDT) (envelope-from john@essenz.com) Received: from essenz.com (pcp04098733pcs.neave01.pa.comcast.net [68.80.102.17]) by beck.quonix.net (8.12.9/8.12.9) with ESMTP id h5N2s9E7070686; Sun, 22 Jun 2003 19:54:10 -0700 (PDT) (envelope-from john@essenz.com) Date: Sun, 22 Jun 2003 22:52:25 -0400 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v552) To: David Wolfskill From: John Von Essen In-Reply-To: <200306230219.h5N2J69F001418@bunrab.catwhisker.org> Message-Id: Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.552) cc: freebsd-stable@freebsd.org Subject: Re: mergemaster -i X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 23 Jun 2003 02:54:23 -0000 I should have elaborated a bit more. The -STABLE builds that I do are on "OLD" FreeBSD machines, like 4.4-STABLE and so on. This is why mergemaster takes so long, because practically every file has a diff that needs to be looked at. So I sit there and hit "i" for every page - wasting alot of time. For example, with fsck there is an option the forces YES for all the block repairs. Can't there be an option in mergemaster to automatically force "i" for every file, in addition to files that dont exist in /etc? -John On Sunday, June 22, 2003, at 10:19 PM, David Wolfskill wrote: >> Date: Sun, 22 Jun 2003 19:06:24 -0400 >> From: John Von Essen >> To: freebsd-stable@freebsd.org >> Subject: mergemaster -i > >> I do alot of stable upgrades and as a result I spend alot of time with >> mergemaster. My changes in etc are minimal, so I rather wipe out my >> existing /etc (except for machine specific files like fstab, and so >> on) >> and have mergemaster install everything from /usr/src/etc. This way I >> don't have to spend time going through all the diffs. > > I track -STABLE daily on a couple of machines, and every couple of > weeks > (or so) on a couple of others. On the first set of machines, I also > track -CURRENT on a daily basis. Thus, I also run mergemaster fairly > frequently. > > That said, I am perplexed by your stated solution to what appears to me > to be a non-problem. > >> I have found that there is no quick and easy way of doing this. What I >> have been doing is deleting everything in /etc except for certain >> files, then running mergemaster -i. Any thoughts? > > I created the file /etc/mergemaster.rc in each of the machines. The > only non-comment entry I have in it is > > IGNORE_MOTD=yes > > and for the rest, I had created an alias for the "make buildworld" (& > friends); the first invocation of mergemaster (prior to installworld) > is > "mergemaster -u 0022 -p"; the second (after installworld) is > "mergemaster -u 0022 -i". > > Usually, mergemaster finds that all of the FreeBSD Ids are the same, > so it > presents me with no diffs. > > For the few files I have that I do change, I merge the differences, > taking care to ensure that the FreeBSD Ids are updated to reflect the > merge. > > And the reason for the use of both the /etc/mergemaster.rc file and the > command-line flags is merely my laziness: originally, I had not > created > the file, and merely relied on the alias to "do the right thing" with > respect to the command-line options. A couple of weeks ago, I finally > got a little tired of telling mergemaster to blow away the old > /etc/motd > every time, looked at the man page, saw I could do that with the file, > and did so. > > I suppose I could spend about 1/4 the effort I spent in writiing this > to > update the /etc/mergemaster.rc files so that the pre-installworld > mergemaster invocation becomes merely "mergemaster -p", while the post- > installworld invocation becomes merely "mergemaster". :-} > > Even so, I am not seeing the problem that you are apparently seeing. > > (I note in passing that I do all of the "make buildworld" & friends > stuff, including mergemaster, within "script" so I retain a record of > what happened. Thus, I could extract a transcript of a recent > "mergemaster" run to send you out-of-band with respect to this mailing > list, should you want such a thing.) > > Peace, > david > -- > David H. Wolfskill david@catwhisker.org > Based on what I have seen to date, the use of Microsoft products is not > consistent with reliability. I recommend FreeBSD for reliable systems. > > John Von Essen (john@essenz.com) President, Essenz Consulting (www.essenz.com) Phone: (800) 248-1736 Fax: (800) 852-3387 From owner-freebsd-stable@FreeBSD.ORG Sun Jun 22 20:06:21 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10C3037B401 for ; Sun, 22 Jun 2003 20:06:21 -0700 (PDT) Received: from mx1.evo6.net (mx1.evo6.net [80.76.194.10]) by mx1.FreeBSD.org (Postfix) with SMTP id 9B86C43FDF for ; Sun, 22 Jun 2003 20:06:19 -0700 (PDT) (envelope-from andy@evo6.org) Received: (qmail 42324 invoked from network); 23 Jun 2003 03:06:17 -0000 Received: from vx.dhcp.evo6.net (HELO vx) (10.0.1.2) by mx1.evo6.net with SMTP; 23 Jun 2003 03:06:17 -0000 Message-ID: <000701c33934$61af58f0$0201000a@vx> From: "Andy Gilligan" To: References: Date: Mon, 23 Jun 2003 04:06:03 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: Re: mergemaster -i X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 23 Jun 2003 03:06:21 -0000 ----- Original Message ----- From: "John Von Essen" To: "David Wolfskill" Cc: Sent: Monday, June 23, 2003 3:52 AM Subject: Re: mergemaster -i > Can't there be an option in mergemaster to automatically force > "i" for every file, in addition to files that dont exist in /etc? In that case, would it not be much simpler to just copy everything from /var/tmp/temproot/etc/, and not run mergemaster at all? -Andy From owner-freebsd-stable@FreeBSD.ORG Sun Jun 22 20:17:42 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2D7D37B401 for ; Sun, 22 Jun 2003 20:17:42 -0700 (PDT) Received: from mx1.evo6.net (mx1.evo6.net [80.76.194.10]) by mx1.FreeBSD.org (Postfix) with SMTP id 8230443F3F for ; Sun, 22 Jun 2003 20:17:41 -0700 (PDT) (envelope-from andy@evo6.org) Received: (qmail 76894 invoked from network); 23 Jun 2003 03:17:40 -0000 Received: from vx.dhcp.evo6.net (HELO vx) (10.0.1.2) by mx1.evo6.net with SMTP; 23 Jun 2003 03:17:40 -0000 Message-ID: <002301c33935$f8335730$0201000a@vx> From: "Andy Gilligan" To: References: <000701c33934$61af58f0$0201000a@vx> Date: Mon, 23 Jun 2003 04:17:25 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: Re: mergemaster -i X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 23 Jun 2003 03:17:43 -0000 ----- Original Message ----- From: "Andy Gilligan" To: Sent: Monday, June 23, 2003 4:06 AM Subject: Re: mergemaster -i > > > Can't there be an option in mergemaster to automatically force > > "i" for every file, in addition to files that dont exist in /etc? > > In that case, would it not be much simpler to just copy everything > from /var/tmp/temproot/etc/, and not run mergemaster at all? I should know better than to compose emails at 4am. :) I should have said: run mergemaster, then quit after it 'creates' /var/tmp/temproot - then copy the files. Obviously you don't have the temproot until you run mergemaster :) -Andy From owner-freebsd-stable@FreeBSD.ORG Mon Jun 23 01:19:32 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F5E537B401 for ; Mon, 23 Jun 2003 01:19:32 -0700 (PDT) Received: from kurush.osdn.org.ua (external.osdn.org.ua [212.40.34.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AFF943FB1 for ; Mon, 23 Jun 2003 01:19:31 -0700 (PDT) (envelope-from never@kurush.osdn.org.ua) Received: from kurush.osdn.org.ua (never@localhost [127.0.0.1]) by kurush.osdn.org.ua (8.12.6p2/8.12.6) with ESMTP id h5N8JTe7027761; Mon, 23 Jun 2003 11:19:29 +0300 (EEST) (envelope-from never@kurush.osdn.org.ua) Received: (from never@localhost) by kurush.osdn.org.ua (8.12.6p2/8.12.6/Submit) id h5N8JSQq027758; Mon, 23 Jun 2003 11:19:28 +0300 (EEST) (envelope-from never) Date: Mon, 23 Jun 2003 11:19:27 +0300 From: Alexandr Kovalenko To: "Marc G. Fournier" Message-ID: <20030623081927.GC27017@nevermind.kiev.ua> References: <20030612154312.J80219@hub.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20030612154312.J80219@hub.org> User-Agent: Mutt/1.5.1i cc: freebsd-stable@freebsd.org Subject: Re: unionfs related patch X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 23 Jun 2003 08:19:32 -0000 Hello, Marc G. Fournier! On Thu, Jun 12, 2003 at 03:47:13PM -0300, you wrote: > David Schultz, in his spare time, has been working through some of the > issues I've been able to 'tweak' in the unionfs code ... as he is > currently working on forward-patching it to -CURRENT right now, he can't > commit the code to the -STABLE tree ... in order to allow others using > unionfs to test the patch (I've been running it a few weeks now on a very > heavily loaded system), with his permission, I've posted the patch for > download at: > > http://www.hub.org/~scrappy/unionfs Looks like it pretty stable. I'm running ~10 days with this patch - no even single panic. Thank you! -- NEVE-RIPE, will build world for food Ukrainian FreeBSD User Group http://uafug.org.ua/ From owner-freebsd-stable@FreeBSD.ORG Mon Jun 23 04:21:55 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4490B37B401 for ; Mon, 23 Jun 2003 04:21:55 -0700 (PDT) Received: from onyx.breakawaygames.com (ip66-3-217-81.z217-3-66.customer.algx.net [66.3.217.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5076743F93 for ; Mon, 23 Jun 2003 04:21:54 -0700 (PDT) (envelope-from mthomas@breakawayltd.com) Received: from mthomasxp (host167 [192.168.100.167]) by onyx.breakawaygames.com (8.11.4/8.11.4) with SMTP id h5NBLqK72417; Mon, 23 Jun 2003 07:21:52 -0400 (EDT) (envelope-from mthomas@breakawayltd.com) From: "Mark Thomas" To: "Archie Cobbs" Date: Mon, 23 Jun 2003 07:22:32 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 In-Reply-To: <200306191253.h5JCr2PY001742@arch20m.dellroad.org> Importance: Normal cc: freebsd-stable@freebsd.org Subject: RE: System panic (mpd related?) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 23 Jun 2003 11:21:55 -0000 > -----Original Message----- > From: owner-freebsd-stable@freebsd.org > [mailto:owner-freebsd-stable@freebsd.org]On Behalf Of Archie Cobbs > Sent: Thursday, June 19, 2003 8:53 AM > To: Mark Thomas > Cc: freebsd-stable@freebsd.org; Archie Cobbs > Subject: Re: System panic (mpd related?) > > > Mark Thomas wrote: > > > [ Charset ISO-8859-1 unsupported, converting... ] > > > > Getting the following panic on a new Dell Poweredge 1650. This > > > machine is > > > > going to be a VPN server and has a large number of pptp links > > > configured. > > > > The machine is stable if mpd is not running. > > > > > > Are you using IPv6 at all? If not try disabling it in your > kernel config. > > > > I'm not using IPv6. I'll try disabling that. Presumably that means gif, > > faith and stf devices should be disabled as well? > > Might as well.. > > -Archie > > __________________________________________________________________________ > Archie Cobbs * Precision I/O * http://www.precisionio.com Looks like removing IPv6 has done the trick. The system has been stable for 4 days now. Mark Thomas mthomas@breakwayltd.com From owner-freebsd-stable@FreeBSD.ORG Mon Jun 23 05:27:55 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0B0437B401 for ; Mon, 23 Jun 2003 05:27:55 -0700 (PDT) Received: from inbound.hottis.de (postbote.hottis.de [213.70.191.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id A70FA43FD7 for ; Mon, 23 Jun 2003 05:27:54 -0700 (PDT) (envelope-from woho@hottis.de) X-Authenticated-As: wntest at inbound.hottis.de Received: from voldemort.de.uu.net (voldemort.de.uu.net [139.4.38.117]) (authenticated bits=0) by inbound.hottis.de (8.12.9/8.12.9) with ESMTP id h5NCRrcM017567 for ; Mon, 23 Jun 2003 14:27:53 +0200 Date: Mon, 23 Jun 2003 14:27:42 +0200 (CEST) From: Wolfgang Hottgenroth X-X-Sender: who@voldemort.de.uu.net To: freebsd-stable@freebsd.org Message-ID: X-Best-Before: 31.12.1999 X-Warning: Do not touch this header! Priority: normal Importance: normal MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: gnucash crashes on 5.1-RELEASE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 23 Jun 2003 12:27:56 -0000 Hi, I'm using gnucash 1.8.4 on 5.1-RELEASE. Entering, viewing and editing accounts and transactions works fine so far, but as soon I click for help in an account view or select Reports, Income&Expense, Cashflow, it crashes with the following last words: wn@matutin:~$ gnucash Fatal error 'Unable to read from thread kernel pipe' at line 1100 in file /usr/src/lib/libc_r/uthread/uthread_kern.c (errno = 0) Abort trap (core dumped) wn@matutin:~$ I've used 5.0 until yesterday and saw on 5.0 an error when trying to install the java/jdk14 port telling me to update the libc_r. After upgrading to 5.1 I was able to install jdk14. Since the both error messages concerns both about libc_r and I also read about fixes in the libc_r in UPDATING of 5.1 concerning gnome applications I was in the hope the also the crashes of gnucash would disappear, but they remain. Is there anyone who has a hint for me how to fix this problem? Is it required to build gnucash or one of its dependencies again on 5.1? Thanks, Wolfgang From owner-freebsd-stable@FreeBSD.ORG Mon Jun 23 07:33:15 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 839E137B401 for ; Mon, 23 Jun 2003 07:33:15 -0700 (PDT) Received: from sferics.mongueurs.net (sferics.mongueurs.net [81.80.147.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF95E43FCB for ; Mon, 23 Jun 2003 07:33:14 -0700 (PDT) (envelope-from david@landgren.net) Received: from landgren.net (81-80-147-206.bpinet.com [81.80.147.206]) by sferics.mongueurs.net (Postfix) with ESMTP id 3F5B9A9B2; Mon, 23 Jun 2003 16:33:14 +0200 (CEST) Message-ID: <3EF70F08.6070303@landgren.net> Date: Mon, 23 Jun 2003 16:30:32 +0200 From: David Landgren Organization: A thousand golden eyes are watching User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030612 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Eric J. Chet" References: <20030621140824.O39714-100000@gargoyle.bazzle.com> In-Reply-To: <20030621140824.O39714-100000@gargoyle.bazzle.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-stable@freebsd.org Subject: Re: garbled top display X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 23 Jun 2003 14:33:15 -0000 Eric J. Chet wrote: > Hello > Just a sanity check. I'm seeing a garbled display with top. I > rebuild kernel and world a couple times, I even rm -rf /usr/include to > make sure I was up to date. Anybody else seeing this? Define garbled. Thanks, David From owner-freebsd-stable@FreeBSD.ORG Mon Jun 23 07:41:10 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E12537B401 for ; Mon, 23 Jun 2003 07:41:10 -0700 (PDT) Received: from gargoyle.bazzle.com (dhcp9551060.columbus.rr.com [24.95.51.60]) by mx1.FreeBSD.org (Postfix) with SMTP id 5413343FCB for ; Mon, 23 Jun 2003 07:41:09 -0700 (PDT) (envelope-from ejc@bazzle.com) Received: (qmail 55536 invoked by uid 1000); 23 Jun 2003 14:41:08 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 23 Jun 2003 14:41:08 -0000 Date: Mon, 23 Jun 2003 10:41:08 -0400 (EDT) From: "Eric J. Chet" To: David Landgren In-Reply-To: <3EF70F08.6070303@landgren.net> Message-ID: <20030623103943.S55530-100000@gargoyle.bazzle.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN cc: freebsd-stable@freebsd.org Subject: Re: garbled top display X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 23 Jun 2003 14:41:10 -0000 On Mon, 23 Jun 2003, David Landgren wrote: > Eric J. Chet wrote: > > > Hello > > Just a sanity check. I'm seeing a garbled display with top. I > > rebuild kernel and world a couple times, I even rm -rf /usr/include to > > make sure I was up to date. Anybody else seeing this? > > Define garbled. > > Thanks, > David > Sure .... Script started on Mon Jun 23 10:39:06 2003 bash-2.05a$ top last pid: 3359; load averages: 0.06, 0.02, 0.00 up 1+13:20:4210:39:09 10 processes: 1 running CPU states: % user, % nice, % system, % interrupt, % idle Mem: 16M Active, 55M Inact, 26M Wired, 8748K Cache, 22M Buf, 15M Free Swap: 256M Total, 52K Used, 256M Free PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND 1 '++*00'* -22 -52 0K 0K ? -128 ??? 0.15% 0.15% <> 968972 root -22 -52 3083M 0K ? 6 ??? 0.00% 0.05% <> 0 root -22 -52 514K 0K ? -1 ??? 0.00% 0.00% <> 0 root -22 1484 0K 0K ? 85 ??? 0.00% 0.00% -959517952 root -22 21 256K 1808K ? -48 0:00 0.00% 0.00% <> -844476928 /0*'+-/( -22 -52 0K ,K ? 114 ??? 1225504589.05% 17089444 85 root -16 -52 391M 0K ? -43 55:36 0.00% 168482393.75% 29795 18455076 -22 -52 0K 65536M ? 115 111.0H 0.00% 168480487.89% <> -844486496 root -22 -52 0K 1061G ? 24 0:00 162872864.45% 162872864 -844487424 '+'-.'+0 -22 -52 3338M 0K RUN ??? 163067254.43% 162847187 0.06, 0.02, 0.00 up 1+13:20:4310:39:10  5.1 0.0 5.1 0.089.7   -bash-2.05a$ exit Script done on Mon Jun 23 10:39:13 2003 I remade kernel and world a couple of times, I'm sure I'm in sync. Eric From owner-freebsd-stable@FreeBSD.ORG Mon Jun 23 08:34:06 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFF4037B401; Mon, 23 Jun 2003 08:34:06 -0700 (PDT) Received: from hub.org (hub.org [64.117.225.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1249443FBD; Mon, 23 Jun 2003 08:34:06 -0700 (PDT) (envelope-from scrappy@hub.org) Received: from hub.org (unknown [64.117.225.220]) by hub.org (Postfix) with ESMTP id A6EEF6B9C95; Mon, 23 Jun 2003 12:34:02 -0300 (ADT) Date: Mon, 23 Jun 2003 12:34:02 -0300 (ADT) From: "Marc G. Fournier" To: David Schultz , Ted Mittelstaedt Message-ID: <20030623122939.N10424@hub.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-stable@freebsd.org Subject: Processes hung in 'inode' state ... X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 23 Jun 2003 15:34:07 -0000 Not sure what all to do, but doing a 'gdb -k kernel.debug /dev/mem', a backtrack on one of the processes shows ... server has been up 12 days now, and running a June 8th kernel ... #0 0x20f4f0 in ?? () (kgdb) proc 67258 (kgdb) bt #0 mi_switch () at machine/globals.h:119 #1 0x8014a1f9 in tsleep (ident=0x8a3d2200, priority=8, wmesg=0x80263d4a "inode", timo=0) at /usr/src/sys/kern/kern_synch.c:479 #2 0x80141507 in acquire (lkp=0x8a3d2200, extflags=16777280, wanted=1536) at /usr/src/sys/kern/kern_lock.c:147 #3 0x8014179c in lockmgr (lkp=0x8a3d2200, flags=16973826, interlkp=0xbdc27b6c, p=0xc26fa9c0) at /usr/src/sys/kern/kern_lock.c:355 #4 0x80172b73 in vop_stdlock (ap=0xc2a95d1c) at /usr/src/sys/kern/vfs_default.c:256 #5 0x801f0955 in ufs_vnoperate (ap=0xc2a95d1c) at /usr/src/sys/ufs/ufs/ufs_vnops.c:2376 #6 0x8017d450 in vn_lock (vp=0xbdc27b00, flags=131074, p=0xc26fa9c0) at vnode_if.h:861 #7 0x80173b1c in lookup (ndp=0xc2a95ec4) at /usr/src/sys/kern/vfs_lookup.c:301 #8 0x80173824 in namei (ndp=0xc2a95ec4) at /usr/src/sys/kern/vfs_lookup.c:153 #9 0x8017c867 in vn_open (ndp=0xc2a95ec4, fmode=1, cmode=420) at /usr/src/sys/kern/vfs_vnops.c:138 #10 0x8017899c in open (p=0xc26fa9c0, uap=0xc2a95f80) at /usr/src/sys/kern/vfs_syscalls.c:1029 #11 0x8023c485 in syscall2 (frame={tf_fs = 47, tf_es = 47, tf_ds = 2143223855, tf_edi = 4, tf_esi = 672253248, tf_ebp = 2143284976, tf_isp = -1029087276, tf_ebx = 672178060, tf_edx = 672253248, tf_ecx = 16, tf_eax = 5, tf_trapno = 12, tf_err = 2, tf_eip = 672086720, tf_cs = 31, tf_eflags = 535, tf_esp = 2143284932, tf_ss = 47}) at /usr/src/sys/i386/i386/trap.c:1175 #12 0x802299ab in Xint0x80_syscall () #13 0x2807ac6c in ?? () #14 0x2807abf0 in ?? () #15 0x804acbd in ?? () #16 0x8049e1e in ?? () and another one: (kgdb) proc 66479 (kgdb) bt #0 mi_switch () at machine/globals.h:119 #1 0x8014a1f9 in tsleep (ident=0x8a3d2200, priority=8, wmesg=0x80263d4a "inode", timo=0) at /usr/src/sys/kern/kern_synch.c:479 #2 0x80141507 in acquire (lkp=0x8a3d2200, extflags=16777280, wanted=1536) at /usr/src/sys/kern/kern_lock.c:147 #3 0x8014179c in lockmgr (lkp=0x8a3d2200, flags=16973826, interlkp=0xbdc27b6c, p=0xbcc74400) at /usr/src/sys/kern/kern_lock.c:355 #4 0x80172b73 in vop_stdlock (ap=0xbcebdcc8) at /usr/src/sys/kern/vfs_default.c:256 #5 0x801f0955 in ufs_vnoperate (ap=0xbcebdcc8) at /usr/src/sys/ufs/ufs/ufs_vnops.c:2376 #6 0x8017d450 in vn_lock (vp=0xbdc27b00, flags=131074, p=0xbcc74400) at vnode_if.h:861 #7 0x80173b1c in lookup (ndp=0xbcebdedc) at /usr/src/sys/kern/vfs_lookup.c:301 #8 0x80173824 in namei (ndp=0xbcebdedc) at /usr/src/sys/kern/vfs_lookup.c:153 #9 0x8013e1f6 in execve (p=0xbcc74400, uap=0xbcebdf80) at /usr/src/sys/kern/kern_exec.c:165 #10 0x8023c485 in syscall2 (frame={tf_fs = 2143223855, tf_es = 47, tf_ds = 2143223855, tf_edi = 134582432, tf_esi = 4, tf_ebp = 2143286828, tf_isp = -1125392428, tf_ebx = 673558412, tf_edx = 2143286892, tf_ecx = 134594560, tf_eax = 59, tf_trapno = 12, tf_err = 2, tf_eip = 673241568, tf_cs = 31, tf_eflags = 531, tf_esp = 2143286784, tf_ss = 47}) at /usr/src/sys/i386/i386/trap.c:1175 #11 0x802299ab in Xint0x80_syscall () cannot open /proc/66479/mem (kgdb) vnodes, kvm, mallocs all appear to be normal: Jun 23 12:33:00 neptune root: debug.numvnodes: 355550 - debug.freevnodes: 118314 - debug.vnlru_nowhere: 61 - vlruwt Jun 23 12:33:00 neptune root: Jun 23 12:33:00 neptune root: unpath 40495 712K 1261K204800K 15310411 0 0 16,32,64 Jun 23 12:33:00 neptune root: temp 61298 7542K 11330K204800K 81655865 0 0 16,32,64,128,256,512,1K,2K,4K,8K,16K,64K,128K Jun 23 12:33:00 neptune root: Jun 23 12:33:00 neptune root: vm.kvm_size: 2139095040 Jun 23 12:33:00 neptune root: vm.kvm_free: 822083584 Jun 23 12:33:00 neptune root: Jun 23 12:33:00 neptune root: 567/1748/16384 mbuf clusters in use (current/peak/max) From owner-freebsd-stable@FreeBSD.ORG Mon Jun 23 09:55:46 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68BAD37B401; Mon, 23 Jun 2003 09:55:46 -0700 (PDT) Received: from gilliam.users.flyingcroc.net (gilliam.users.flyingcroc.net [207.246.128.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0B3143F85; Mon, 23 Jun 2003 09:55:45 -0700 (PDT) (envelope-from joek@mail.flyingcroc.net) Received: from mail.flyingcroc.net (zircon.staff.flyingcroc.net [207.246.150.92])h5NGtjAv033329; Mon, 23 Jun 2003 09:55:45 -0700 (PDT) Message-ID: <3EF73111.10209@mail.flyingcroc.net> Date: Mon, 23 Jun 2003 09:55:45 -0700 From: Joe Kelsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030515 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Robert Watson References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: stable@FreeBSD.ORG cc: Norikatsu Shigemura cc: "Matthew N. Dodd" Subject: Re: /etc/libmap.conf MFC? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 23 Jun 2003 16:55:46 -0000 Robert Watson wrote: > On Fri, 20 Jun 2003, Matthew N. Dodd wrote: > > >>On Sat, 21 Jun 2003, Norikatsu Shigemura wrote: >>... >> >>>>"editing of shared libraries" problem I posted about earlier. It also >>>>does not seem like a real big deal to do an MFC for. >>> >>> That's good idea. I want this feature, too. >> >>You should upgrade to 5.1 if it has features that you want. >> >>Adding new features to the STABLE branch this late in its lifetime seems >>pointless. > > > 4.x will likely live on both in development and production for quite a > long time, and will therefore likely see MFC's of much larger things than > libmap.conf support. That said, if you're not willing to > backport/maintain it in 4.x, I agree that it will need to find an owner in > order to make it to 4.x :-). Maybe nork can step up to the plate? The step from ports committer to core committer seems large, but maybe not as large as going from non-committer. OTOH, I can (if necessary) come up with the steps necessary to commit this to -STABLE. I personally do not see why such a minor change should cause such a big deal. Add two files, apply extremely mionr changes to several others, done! /Joe From owner-freebsd-stable@FreeBSD.ORG Mon Jun 23 09:57:57 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD36237B404; Mon, 23 Jun 2003 09:57:57 -0700 (PDT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id C93EE43FBD; Mon, 23 Jun 2003 09:57:56 -0700 (PDT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.9/8.12.9) with ESMTP id h5NGveKJ053895; Mon, 23 Jun 2003 12:57:40 -0400 (EDT) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)h5NGvero053892; Mon, 23 Jun 2003 12:57:40 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Mon, 23 Jun 2003 12:57:40 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Joe Kelsey In-Reply-To: <3EF73111.10209@mail.flyingcroc.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: stable@FreeBSD.ORG cc: Norikatsu Shigemura cc: "Matthew N. Dodd" Subject: Re: /etc/libmap.conf MFC? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 23 Jun 2003 16:57:58 -0000 On Mon, 23 Jun 2003, Joe Kelsey wrote: > OTOH, I can (if necessary) come up with the steps necessary to commit > this to -STABLE. I personally do not see why such a minor change should > cause such a big deal. Add two files, apply extremely mionr changes to > several others, done! Well, people are a bit sensitive to changes in rtld needing proper testing -- if you break rtld, your foot is swiss cheese. Agreed that this is relatively minor, and given that it's #ifdef'd off by default, I think the risk is low. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories From owner-freebsd-stable@FreeBSD.ORG Mon Jun 23 10:12:50 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE92937B401 for ; Mon, 23 Jun 2003 10:12:50 -0700 (PDT) Received: from noc.mainstreet.net (noc.mainstreet.net [207.5.0.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 782C343FDD for ; Mon, 23 Jun 2003 10:12:50 -0700 (PDT) (envelope-from mark@noc.mainstreet.net) Received: from noc.mainstreet.net (localhost [127.0.0.1]) by noc.mainstreet.net (8.12.9/8.12.1) with ESMTP id h5NHCor6096858 for ; Mon, 23 Jun 2003 10:12:50 -0700 (PDT) Received: (from mark@localhost) by noc.mainstreet.net (8.12.9/8.12.1/Submit) id h5NHCota096855; Mon, 23 Jun 2003 10:12:50 -0700 (PDT) Date: Mon, 23 Jun 2003 10:12:50 -0700 (PDT) Message-Id: <200306231712.h5NHCota096855@noc.mainstreet.net> From: Mark Kent To: freebsd-stable@freebsd.org In-reply-to: <200306200105.h5K154N9028043@noc.mainstreet.net> (message from Mark Kent on Thu, 19 Jun 2003 18:05:04 -0700 (PDT)) References: <200306200105.h5K154N9028043@noc.mainstreet.net> Subject: Re: SMP goes away after installworld (4.8-STABLE) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 23 Jun 2003 17:12:51 -0000 I've concluded now that SMP support is a goner in the current 4.8-stable. I did an install of 4.8-release, made a SMP kernel, verified it works (mptable, top, boot sequence). Then I did a complete cvsup (from cvsup10), then the following chflags -R noschg /usr/obj/usr rm -rf /usr/obj/usr cd /usr/src make cleandir make cleandir cd /usr/src make buildworld make buildkernel KERNCONF=MDK make installkernel KERNCONF=MDK make installworld mergemaster cd /dev sh MAKEDEV all cd /usr/src/release/sysinstall make all install No evidence of SMP (mptable, top, boot sequence). So, I double-checked the config (http://a.mainstreet.net/MDK) rebuilt a kernel, rebooted, same result (no SMP). Anyone else either have SMP working on 4.8-stable and/or knows that it doesn't? Thanks, -mark From owner-freebsd-stable@FreeBSD.ORG Mon Jun 23 10:26:29 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79C3A37B401 for ; Mon, 23 Jun 2003 10:26:29 -0700 (PDT) Received: from mailhost.firstcallgroup.co.uk (dilbert.firstcallgroup.co.uk [194.200.93.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8900E43FBF for ; Mon, 23 Jun 2003 10:26:28 -0700 (PDT) (envelope-from pfrench@firstcallgroup.co.uk) Received: from pfrench by mailhost.firstcallgroup.co.uk with local (Exim 4.12) id 19UV5G-000GH0-00; Mon, 23 Jun 2003 18:26:26 +0100 To: freebsd-stable@freebsd.org, mark@noc.mainstreet.net In-Reply-To: <200306231712.h5NHCota096855@noc.mainstreet.net> Message-Id: From: Pete French Date: Mon, 23 Jun 2003 18:26:26 +0100 Subject: Re: SMP goes away after installworld (4.8-STABLE) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 23 Jun 2003 17:26:29 -0000 > I've concluded now that SMP support is a goner in the current > 4.8-stable. .... > Anyone else either have SMP working on 4.8-stable > and/or knows that it doesn't? I did a cvsup this morning and it builds and runs fine on an SMP system here. Compaq Proliant - twin 550MHz PIII's. No problems, just upgraded in the normal way and it came back up fine... sio0: type 16550A sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A ppc0: cannot reserve I/O port range pca0 at port 0x40 on isa0 APIC_IO: Testing 8254 interrupt delivery APIC_IO: routing 8254 via IOAPIC #0 intpin 2 Waiting 4 seconds for SCSI devices to settle SMP: AP CPU #1 Launched! sym1: unexpected disconnect Mounting root from ufs:/dev/da0s2a da0 at sym0 bus 0 target 0 lun 0 -pcf. From owner-freebsd-stable@FreeBSD.ORG Mon Jun 23 10:34:44 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9CB537B401; Mon, 23 Jun 2003 10:34:44 -0700 (PDT) Received: from camomile.cloud9.net (camomile.cloud9.net [168.100.1.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0A6D43F75; Mon, 23 Jun 2003 10:34:43 -0700 (PDT) (envelope-from mark@cloud9.net) Received: from localhost.cloud9.net (localhost.cloud9.net [127.0.0.1]) by camomile.cloud9.net (Postfix) with ESMTP id 4CCD3577D; Mon, 23 Jun 2003 13:34:43 -0400 (EDT) Received: from camomile.cloud9.net (localhost.cloud9.net [127.0.0.1]) by localhost.cloud9.net (VaMailArmor-2.0.1.7) id 05666-1E12C487; Mon, 23 Jun 2003 13:34:43 -0400 Received: from earl-grey.cloud9.net (earl-grey.cloud9.net [168.100.1.1]) by camomile.cloud9.net (Postfix) with ESMTP id 2A19C577A; Mon, 23 Jun 2003 13:34:43 -0400 (EDT) Date: Mon, 23 Jun 2003 13:34:43 -0400 (EDT) From: Mark Hennessy To: freebsd-stable@freebsd.org, freebsd-ports@freebsd.org, freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-AntiVirus: checked by Vexira MailArmor (version: 2.0.1.7; VAE: 6.20.0.1; VDF: 6.20.0.14; host: camomile.cloud9.net) Subject: Compiling Linuxthreads X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 23 Jun 2003 17:34:45 -0000 I'm trying to compile Linuxthreads from ports on my FreeBSD 4.8 system here, and for some reason I keep getting this: You can use an experimental patch to reduce the number of condition variable triggered context switches by defining WITH_CONDWAIT_PATCH Some unsafe calls to exit() can be detected by defining LINUXTHREADS_DETECT_UNSAFE_EXIT, see files/README.FreeBSD for more info. ===> Extracting for linuxthreads-2.2.3_10 >> Checksum OK for glibc-linuxthreads-2.2.3.tar.gz. ===> Patching for linuxthreads-2.2.3_10 ===> Applying FreeBSD patches for linuxthreads-2.2.3_10 ===> Configuring for linuxthreads-2.2.3_10 ===> Building for linuxthreads-2.2.3_10 Warning: Object directory not changed from original /usr/ports/devel/linuxthreads/work/linuxthreads-2.2.3_10/libgcc_r echo '#include ' > config.h echo '#include ' >> config.h echo '#include "gansidecl.h"' > tconfig.h echo '#include "i386/xm-i386.h"' >> tconfig.h echo '#include "i386/i386.h"' > tm.h echo '#include "i386/att.h"' >> tm.h echo '#include ' >> tm.h echo '#include "i386/freebsd.h"' >> tm.h echo '#include "i386/perform.h"' >> tm.h make: don't know how to make libgcc1.c. Stop *** Error code 2 Stop in /usr/ports/devel/linuxthreads. I know that Linux binary compatibility is installed, as well as /usr/src/gnu (installed that today, machine was upgraded to 4.8 a couple of months ago) Any ideas on where I should look next? -- Mark P. Hennessy mark@cloud9.net From owner-freebsd-stable@FreeBSD.ORG Mon Jun 23 12:09:28 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC58437B401 for ; Mon, 23 Jun 2003 12:09:28 -0700 (PDT) Received: from HAL9000.homeunix.com (ip114.bella-vista.sfo.interquest.net [66.199.86.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4213443FF9 for ; Mon, 23 Jun 2003 12:09:28 -0700 (PDT) (envelope-from das@freebsd.org) Received: from HAL9000.homeunix.com (localhost [127.0.0.1]) by HAL9000.homeunix.com (8.12.9/8.12.9) with ESMTP id h5NJ9RiP001136; Mon, 23 Jun 2003 12:09:27 -0700 (PDT) (envelope-from das@freebsd.org) Received: (from das@localhost) by HAL9000.homeunix.com (8.12.9/8.12.9/Submit) id h5NJ9QPr001135; Mon, 23 Jun 2003 12:09:26 -0700 (PDT) (envelope-from das@freebsd.org) Date: Mon, 23 Jun 2003 12:09:26 -0700 From: David Schultz To: "Marc G. Fournier" Message-ID: <20030623190926.GA1049@HAL9000.homeunix.com> Mail-Followup-To: "Marc G. Fournier" , Ted Mittelstaedt , freebsd-stable@freebsd.org References: <20030623122939.N10424@hub.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030623122939.N10424@hub.org> cc: freebsd-stable@freebsd.org cc: Ted Mittelstaedt Subject: Re: Processes hung in 'inode' state ... X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 23 Jun 2003 19:09:29 -0000 On Mon, Jun 23, 2003, Marc G. Fournier wrote: > > Not sure what all to do, but doing a 'gdb -k kernel.debug /dev/mem', a > backtrack on one of the processes shows ... server has been up 12 days > now, and running a June 8th kernel ... > > #0 0x20f4f0 in ?? () > (kgdb) proc 67258 > (kgdb) bt > #0 mi_switch () at machine/globals.h:119 > #1 0x8014a1f9 in tsleep (ident=0x8a3d2200, priority=8, wmesg=0x80263d4a "inode", timo=0) at /usr/src/sys/kern/kern_synch.c:479 > #2 0x80141507 in acquire (lkp=0x8a3d2200, extflags=16777280, wanted=1536) at /usr/src/sys/kern/kern_lock.c:147 > #3 0x8014179c in lockmgr (lkp=0x8a3d2200, flags=16973826, interlkp=0xbdc27b6c, p=0xc26fa9c0) at /usr/src/sys/kern/kern_lock.c:355 Ooh, a deadlock. I'm guessing unionfs is responsible again. ;-) Can you type in the following? print *(struct lock *)0x8a3d2200 Then get a backtrace of the process with pid equal to lk_lockholder. From owner-freebsd-stable@FreeBSD.ORG Mon Jun 23 12:13:40 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F17337B401; Mon, 23 Jun 2003 12:13:40 -0700 (PDT) Received: from hub.org (hub.org [64.117.225.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15C8843F75; Mon, 23 Jun 2003 12:13:40 -0700 (PDT) (envelope-from scrappy@hub.org) Received: from hub.org (unknown [64.117.225.220]) by hub.org (Postfix) with ESMTP id 151CD6BA7B7; Mon, 23 Jun 2003 16:13:37 -0300 (ADT) Date: Mon, 23 Jun 2003 16:13:37 -0300 (ADT) From: "Marc G. Fournier" To: David Schultz In-Reply-To: <20030623190926.GA1049@HAL9000.homeunix.com> Message-ID: <20030623161200.U10424@hub.org> References: <20030623122939.N10424@hub.org> <20030623190926.GA1049@HAL9000.homeunix.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-stable@freebsd.org cc: Ted Mittelstaedt Subject: Re: Processes hung in 'inode' state ... X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 23 Jun 2003 19:13:40 -0000 Can't this time, since we had to reboot (else alot of pissed off postgresql.org users *grin*) ... but will add that to my debugging for next time through ... the fun part is catching the system while its only one of the VMs that is stuck and not the whole server :( On Mon, 23 Jun 2003, David Schultz wrote: > On Mon, Jun 23, 2003, Marc G. Fournier wrote: > > > > Not sure what all to do, but doing a 'gdb -k kernel.debug /dev/mem', a > > backtrack on one of the processes shows ... server has been up 12 days > > now, and running a June 8th kernel ... > > > > #0 0x20f4f0 in ?? () > > (kgdb) proc 67258 > > (kgdb) bt > > #0 mi_switch () at machine/globals.h:119 > > #1 0x8014a1f9 in tsleep (ident=0x8a3d2200, priority=8, wmesg=0x80263d4a "inode", timo=0) at /usr/src/sys/kern/kern_synch.c:479 > > #2 0x80141507 in acquire (lkp=0x8a3d2200, extflags=16777280, wanted=1536) at /usr/src/sys/kern/kern_lock.c:147 > > #3 0x8014179c in lockmgr (lkp=0x8a3d2200, flags=16973826, interlkp=0xbdc27b6c, p=0xc26fa9c0) at /usr/src/sys/kern/kern_lock.c:355 > > Ooh, a deadlock. I'm guessing unionfs is responsible again. ;-) > Can you type in the following? > > print *(struct lock *)0x8a3d2200 > > Then get a backtrace of the process with pid equal to lk_lockholder. > From owner-freebsd-stable@FreeBSD.ORG Mon Jun 23 12:14:33 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 928FA37B401 for ; Mon, 23 Jun 2003 12:14:33 -0700 (PDT) Received: from snoopy.pacific.net.au (snoopy.pacific.net.au [61.8.0.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D33343F85 for ; Mon, 23 Jun 2003 12:14:32 -0700 (PDT) (envelope-from sigemt@yahoo.com.au) Received: from sunny.pacific.net.au (sunny.pacific.net.au [203.2.228.40]) h5NJETYd017201; Tue, 24 Jun 2003 05:14:30 +1000 Received: from wisma.pacific.net.au (wisma.pacific.net.au [210.23.129.72]) by sunny.pacific.net.au with ESMTP id h5NJETQg010554; Tue, 24 Jun 2003 05:14:29 +1000 (EST) Received: from zhadum.dnsalias.net (dyn153.syd7.homedsl.pacific.net.au [202.7.78.153]) by wisma.pacific.net.au (8.12.9/8.12.9) with ESMTP id h5NJESnh007224; Tue, 24 Jun 2003 05:14:28 +1000 (EST) Received: from psi.starfleet.org.au (psi.starfleet.org.au [172.16.0.3]) by arthur.starfleet.org.au (Postfix) with ESMTP id D3F019467; Tue, 24 Jun 2003 05:14:27 +1000 (EST) Received: by psi.starfleet.org.au (Postfix, from userid 1000) id 262126EBB0; Tue, 24 Jun 2003 05:14:25 +1000 (EST) Date: Tue, 24 Jun 2003 05:14:25 +1000 From: Rudolph Pereira To: Kris Kennaway Message-ID: <20030623191425.GA1919@starfleet.org.au> References: <20030622111457.GA51465@starfleet.org.au> <20030622114303.GA99063@rot13.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030622114303.GA99063@rot13.obsecurity.org> User-Agent: Mutt/1.4.1i cc: stable@freebsd.org Subject: Re: nfs locking between current and stable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 23 Jun 2003 19:14:33 -0000 On Sun, Jun 22, 2003 at 04:43:03AM -0700, Kris Kennaway wrote: > The client also needs to run lockd/statd. Be aware that rpc.lockd in > 4.x and earlier is a null implementation that does not actually > perform NFS file locking with the server, it just returns success to > the client. A working lockd was implemented in 5.0. Thanks, running lockd/statd on the client fixed it. From owner-freebsd-stable@FreeBSD.ORG Mon Jun 23 12:30:32 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C20DC37B401 for ; Mon, 23 Jun 2003 12:30:32 -0700 (PDT) Received: from noc.mainstreet.net (noc.mainstreet.net [207.5.0.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3931F43FE3 for ; Mon, 23 Jun 2003 12:30:32 -0700 (PDT) (envelope-from mark@noc.mainstreet.net) Received: from noc.mainstreet.net (localhost [127.0.0.1]) by noc.mainstreet.net (8.12.9/8.12.1) with ESMTP id h5NJUVr6033236 for ; Mon, 23 Jun 2003 12:30:31 -0700 (PDT) Received: (from mark@localhost) by noc.mainstreet.net (8.12.9/8.12.1/Submit) id h5NJUV9A033232; Mon, 23 Jun 2003 12:30:31 -0700 (PDT) Date: Mon, 23 Jun 2003 12:30:31 -0700 (PDT) Message-Id: <200306231930.h5NJUV9A033232@noc.mainstreet.net> From: Mark Kent To: freebsd-stable@freebsd.org In-reply-to: <200306231712.h5NHCota096855@noc.mainstreet.net> (message from Mark Kent on Mon, 23 Jun 2003 10:12:50 -0700 (PDT)) References: <200306200105.h5K154N9028043@noc.mainstreet.net> <200306231712.h5NHCota096855@noc.mainstreet.net> Subject: Re: SMP goes away after installworld (4.8-STABLE) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 23 Jun 2003 19:30:33 -0000 >> I've concluded now that SMP support is a goner in the current >> 4.8-stable. Zounds! I just booted the same machine/OS and saw this: SMP: AP CPU #1 Launched! which made me think I must have booted off the backup 4.8-release disk... but No, it's the 4.8-stable that I've been complaining about. In my xterm I still have the next-to-last reboot: FreeBSD/i386 bootstrap loader, Revision 0.8 (mark@lah-210.mainstreet.net, Fri Jun 20 11:52:38 PDT 2003) Loading /boot/defaults/loader.conf |/kernel text=0x24fd42 data=0x31f20+0x2ff94 syms=[0x4+0x35cc0+0x4+0x3d015] \ Hit [Enter] to boot immediately, or any other key for command prompt. Booting [kernel]... Copyright (c) 1992-2003 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 4.8-STABLE #0: Fri Jun 20 12:04:11 PDT 2003 mark@lah-210.mainstreet.net:/usr/obj/usr/src/sys/MDK Timecounter "i8254" frequency 1193182 Hz CPU: Intel Pentium III (746.15-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x683 Stepping = 3 Features=0x387fbff real memory = 1073676288 (1048512K bytes) avail memory = 1040842752 (1016448K bytes) Programming 24 pins in IOAPIC #0 IOAPIC #0 intpin 2 -> irq 0 FreeBSD/SMP: Multiprocessor motherboard cpu0 (BSP): apic id: 0, version: 0x00040011, at 0xfee00000 io0 (APIC): apic id: 1, version: 0x00170011, at 0xfec00000 Preloaded elf kernel "kernel" at 0xc0427000. and it comes up with just one CPU active. Here is the last: FreeBSD/i386 bootstrap loader, Revision 0.8 (mark@lah-210.mainstreet.net, Fri Jun 20 11:52:38 PDT 2003) Loading /boot/defaults/loader.conf |/kernel text=0x24fd42 data=0x31f20+0x2ff94 syms=[0x4+0x35cc0+0x4+0x3d015] \ Hit [Enter] to boot immediately, or any other key for command prompt. Booting [kernel]... Copyright (c) 1992-2003 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 4.8-STABLE #0: Fri Jun 20 12:04:11 PDT 2003 mark@lah-210.mainstreet.net:/usr/obj/usr/src/sys/MDK Timecounter "i8254" frequency 1193182 Hz CPU: Intel Pentium III (746.15-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x683 Stepping = 3 Features=0x387fbff real memory = 1073676288 (1048512K bytes) avail memory = 1040842752 (1016448K bytes) Programming 24 pins in IOAPIC #0 IOAPIC #0 intpin 2 -> irq 0 FreeBSD/SMP: Multiprocessor motherboard cpu0 (BSP): apic id: 1, version: 0x00040011, at 0xfee00000 cpu1 (AP): apic id: 0, version: 0x00040011, at 0xfee00000 <<--- hooray! io0 (APIC): apic id: 2, version: 0x00170011, at 0xfec00000 Preloaded elf kernel "kernel" at 0xc0427000. SMP: AP CPU #1 Launched! The only difference between the two boots is the disgust I felt when I turned it off for the weekend between the two reboots. -mark From owner-freebsd-stable@FreeBSD.ORG Mon Jun 23 13:47:48 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0752F37B401; Mon, 23 Jun 2003 13:47:48 -0700 (PDT) Received: from noao.edu (email.tuc.noao.edu [140.252.1.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8616143FF7; Mon, 23 Jun 2003 13:47:47 -0700 (PDT) (envelope-from grandi@noao.edu) Received: from regulus.tuc.noao.edu (account grandi [140.252.1.146] verified) by noao.edu (CommuniGate Pro SMTP 4.1b8) with ESMTP-TLS id 7804722; Mon, 23 Jun 2003 13:47:47 -0700 Date: Mon, 23 Jun 2003 13:47:46 -0700 (MST) From: Steve Grandi X-X-Sender: grandi@regulus.tuc.noao.edu To: freebsd-scsi@freebsd.org, freebsd-stable@freebsd.org, gibbs@scsiguy.com Message-ID: <20030623105113.B65196@regulus.tuc.noao.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: STABLE regression with AIC-7902 controller. X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 23 Jun 2003 20:47:48 -0000 I have a Supermicro SuperServer 6013P-8 system which features a X5DPR-8G2 motherboard with embedded Adaptec AIC-7902 dual-Ultra320 SCSI controller. Said system boots and runs fine with 4.8-RELEASE (with a slight cosmetic problem during boot that can be cured by building a kernel without eisa support). With STABLE (as of 19 June) the system locks up hard (no response to the keboard) during the boot. The last messages to appear on the console screen before the hang (with boot_verbose set) are the following: (ahd0:A:1:0): Sending PPR bus_width 1, period 8, offset 7f, ppr_options bf (ahd0:A:1:0): Received PPR width 1, period 8, offset 3f,options bf Filtered to width 1, period 8, offset 3f, options bf ahd0: target 1 using 16bit transfers ahd0: target 1 synchronous with period = 0x8, offset = 0x3f(RDSTRM|DT|IU|QAS) As far as I can tell, until this point, the messages on the console are the same in an unsuccessful STABLE boot and a successful 4.8-Release boot. -- Steve Grandi National Optical Astronomy Observatory/AURA Inc., Tucson AZ USA Internet: grandi@noao.edu Voice: +1 520 318-8228 FAX: +1 520 318-8360 From owner-freebsd-stable@FreeBSD.ORG Mon Jun 23 14:02:25 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 341BB37B401 for ; Mon, 23 Jun 2003 14:02:25 -0700 (PDT) Received: from smtp.omnis.com (smtp.omnis.com [216.239.128.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8231143FFD for ; Mon, 23 Jun 2003 14:02:24 -0700 (PDT) (envelope-from wes@softweyr.com) Received: from salty.rapid.stbernard.com (corp-2.ipinc.com [199.245.188.2]) by smtp-relay.omnis.com (Postfix) with ESMTP id 523F49BE5B; Mon, 23 Jun 2003 14:02:23 -0700 (PDT) From: Wes Peters Organization: Softweyr.com To: Yousif Hassan , Date: Mon, 23 Jun 2003 14:02:21 -0700 User-Agent: KMail/1.5.2 References: <20030614053608.GB8466@laptop.lambertfam.org> <20030621222050.GA22432@moghedien.mukappabeta.net> <000c01c33854$00f6abc0$4300a8c0@alderaan> In-Reply-To: <000c01c33854$00f6abc0$4300a8c0@alderaan> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200306231402.21177.wes@softweyr.com> Subject: Re: need mail client X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 23 Jun 2003 21:02:25 -0000 On Saturday 21 June 2003 17:19, Yousif Hassan wrote: > KMail, which comes with the KDE desktop environment, is a good > GUI-based client. KDE 3.x has been ported to FreeBSD. I use kmail daily, from 3 different machines, to access my IMAP server out "on the net". It is, so far, the best IMAP client I've found. -- "Where am I, and what am I doing in this handbasket?" Wes Peters wes@softweyr.com From owner-freebsd-stable@FreeBSD.ORG Mon Jun 23 14:07:46 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFDF537B401 for ; Mon, 23 Jun 2003 14:07:46 -0700 (PDT) Received: from lerami.lerctr.org (lerami.lerctr.org [207.158.72.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id E797143F75 for ; Mon, 23 Jun 2003 14:07:45 -0700 (PDT) (envelope-from ler@lerctr.org) Received: from lerlaptop-red.iadfw.net (lerlaptop-red.iadfw.net [207.136.3.72]) (authenticated bits=0)h5NL7dtl004832; Mon, 23 Jun 2003 16:07:40 -0500 (CDT) Date: Mon, 23 Jun 2003 16:07:39 -0500 From: Larry Rosenman To: Wes Peters , Yousif Hassan , freebsd-stable@freebsd.org Message-ID: <320380000.1056402459@lerlaptop-red.iadfw.net> In-Reply-To: <200306231402.21177.wes@softweyr.com> References: <20030614053608.GB8466@laptop.lambertfam.org> <20030621222050.GA22432@moghedien.mukappabeta.net> <000c01c33854$00f6abc0$4300a8c0@alderaan> <200306231402.21177.wes@softweyr.com> X-Mailer: Mulberry/3.1.0b2 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: by amavisd-milter (http://amavis.org/) Subject: Re: need mail client X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 23 Jun 2003 21:07:47 -0000 --On Monday, June 23, 2003 14:02:21 -0700 Wes Peters wrote: > On Saturday 21 June 2003 17:19, Yousif Hassan wrote: >> KMail, which comes with the KDE desktop environment, is a good >> GUI-based client. KDE 3.x has been ported to FreeBSD. > > I use kmail daily, from 3 different machines, to access my IMAP server > out "on the net". It is, so far, the best IMAP client I've found. > I'm using Mulberry. I haven't gotten comfortable with Kmail. Mulberry 3.x is NICE. (not free, but worth it). http://www.cyrusoft.com/ -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: ler@lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 From owner-freebsd-stable@FreeBSD.ORG Mon Jun 23 14:15:33 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D8C837B401 for ; Mon, 23 Jun 2003 14:15:33 -0700 (PDT) Received: from lilzcluster.liwest.at (lilzclust02.liwest.at [212.33.55.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A24D43FE0 for ; Mon, 23 Jun 2003 14:15:32 -0700 (PDT) (envelope-from dgw@liwest.at) Received: from cm58-27.liwest.at by lilzcluster.liwest.at (8.10.2/1.1.2.11/08Jun01-1123AM) id h5NLFUg0001414366; Mon, 23 Jun 2003 23:15:30 +0200 (MEST) From: Daniela To: stable@freebsd.org Date: Mon, 23 Jun 2003 23:14:02 +0000 User-Agent: KMail/1.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200306232314.02175.dgw@liwest.at> Subject: Kernel core dump in recent 4.8-STABLE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 23 Jun 2003 21:15:33 -0000 Today my system coredumped (4.8-STABLE from Saturday), I believe it's somehow X11 related: X11 crashed first (signal 11). I was running it as root (I know I shouldn't). I didn't think about it and restarted X11. While it was starting, I had a look at the console, there was a bright white message: issignal. This shows up at X11 startup. Then the system coredumped. Below is more information. Is this a serious problem? Please help me, I'm an inexperienced programmer and I can't do this alone. Daniela # gdb -k kernel.debug vmcore.0 ... IdlePTD at phsyical address 0x005ba000 initial pcb at physical address 0x004d3100 panicstr: ufsdirhash_lookup: bad offset in hash array panic messages: --- panic: ufsdirhash_lookup: bad offset in hash array syncing disks... 80 2 1 done Uptime: 1d21h53m1s /dev/vmmon: Module vmmon: unloaded dumping to dev #ad/0x30001, offset 1048704 dump ata0: resetting devices .. done 511 ... 0 --- #0 dumpsys () at /usr/src/sys/kern/kern_shutdown.c:487 487 if (dumping++) { (kgdb) where #0 dumpsys () at /usr/src/sys/kern/kern_shutdown.c:487 #1 0xc021f00b in boot (howto=256) at /usr/src/sys/kern/kern_shutdown.c:316 #2 0xc021f449 in panic ( fmt=0xc0433ba0 "ufsdirhash_lookup: bad offset in hash array") at /usr/src/sys/kern/kern_shutdown.c:595 #3 0xc033b1d3 in ufsdirhash_lookup (ip=0xc262eb00, name=0xd804c427 "kufacts.cc.ukans.edu_ftp_pub_history_Europe_Medieval_aids_FFFFFF_4dbcef50", namelen=73, offp=0xc262eb64, bpp=0xd8d2ecbc, prevoffp=0x0) at /usr/src/sys/ufs/ufs/ufs_dirhash.c:361 #4 0xc033589d in ufs_lookup (ap=0xd8d2ed18) at /usr/src/sys/ufs/ufs/ufs_lookup.c:212 #5 0xc033aa31 in ufs_vnoperate (ap=0xd8d2ed18) at /usr/src/sys/ufs/ufs/ufs_vnops.c:2376 #6 0xc0248a8e in vfs_cache_lookup (ap=0xd8d2ed70) at vnode_if.h:77 #7 0xc033aa31 in ufs_vnoperate (ap=0xd8d2ed70) at /usr/src/sys/ufs/ufs/ufs_vnops.c:2376 #8 0xc024b9f9 in lookup (ndp=0xd8d2eec8) at vnode_if.h:52 #9 0xc024b4f4 in namei (ndp=0xd8d2eec8) at /usr/src/sys/kern/vfs_lookup.c:153 #10 0xc0253f3f in vn_open (ndp=0xd8d2eec8, fmode=1, cmode=0) at /usr/src/sys/kern/vfs_vnops.c:138 #11 0xc0250074 in open (p=0xd8b87f20, uap=0xd8d2ef80) at /usr/src/sys/kern/vfs_syscalls.c:1029 #12 0xc03c25b5 in syscall2 (frame={tf_fs = 134676527, tf_es = 47, ---Type to continue, or q to quit--- tf_ds = -1078001617, tf_edi = 4, tf_esi = 686954328, tf_ebp = -1077941708, tf_isp = -657264684, tf_ebx = 686871084, tf_edx = 0, tf_ecx = 15, tf_eax = 5, tf_trapno = 12, tf_err = 2, tf_eip = 686596376, tf_cs = 31, tf_eflags = 663, tf_esp = -1077941752, tf_ss = 47}) at /usr/src/sys/i386/i386/trap.c:1175 #13 0xc03b30a5 in Xint0x80_syscall () #14 0x28ee321f in ?? () #15 0x2920f154 in ?? () #16 0x292036ea in ?? () #17 0x291fbd7d in ?? () #18 0x291fbc8f in ?? () #19 0x29200061 in ?? () #20 0x281b434b in ?? () #21 0x281b05e4 in ?? () #22 0x291f9d97 in ?? () #23 0x804ccba in ?? () #24 0x804d9c0 in ?? () #25 0x804de1c in ?? () #26 0x804ec0e in ?? () #27 0x804b42e in ?? () From owner-freebsd-stable@FreeBSD.ORG Mon Jun 23 15:20:45 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7845437B401 for ; Mon, 23 Jun 2003 15:20:45 -0700 (PDT) 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 D578B43F3F for ; Mon, 23 Jun 2003 15:20:42 -0700 (PDT) (envelope-from david@catwhisker.org) Received: from bunrab.catwhisker.org (localhost [127.0.0.1]) by bunrab.catwhisker.org (8.12.9/8.12.9) with ESMTP id h5NMKgX0005616; Mon, 23 Jun 2003 15:20:42 -0700 (PDT) (envelope-from david@bunrab.catwhisker.org) Received: (from david@localhost) by bunrab.catwhisker.org (8.12.9/8.12.9/Submit) id h5NMKg0n005615; Mon, 23 Jun 2003 15:20:42 -0700 (PDT) Date: Mon, 23 Jun 2003 15:20:42 -0700 (PDT) From: David Wolfskill Message-Id: <200306232220.h5NMKg0n005615@bunrab.catwhisker.org> To: freebsd-stable@freebsd.org, mark@noc.mainstreet.net In-Reply-To: <200306231712.h5NHCota096855@noc.mainstreet.net> Subject: Re: SMP goes away after installworld (4.8-STABLE) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 23 Jun 2003 22:20:45 -0000 >Date: Mon, 23 Jun 2003 10:12:50 -0700 (PDT) >From: Mark Kent >To: freebsd-stable@freebsd.org >Subject: Re: SMP goes away after installworld (4.8-STABLE) >I've concluded now that SMP support is a goner in the current >4.8-stable. >.... >Anyone else either have SMP working on 4.8-stable >and/or knows that it doesn't? I realize that there has been at least one response already, but still: I have been tracking both -STABLE and -CURRENT on a daily basis, both on my laptop and on my SMP (2x886 PIII) "build" machine, for a couple of years now. I think I'd notice if SMP didn't work on -STABLE (since that's what it runs when I update my private CVS repo mirror, among other things). Peace, david -- David H. Wolfskill david@catwhisker.org Based on what I have seen to date, the use of Microsoft products is not consistent with reliability. I recommend FreeBSD for reliable systems. From owner-freebsd-stable@FreeBSD.ORG Mon Jun 23 15:23:00 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4569737B401 for ; Mon, 23 Jun 2003 15:23:00 -0700 (PDT) Received: from mobile.hub.org (u153n214.eastlink.ca [24.224.153.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B7B843F93 for ; Mon, 23 Jun 2003 15:22:59 -0700 (PDT) (envelope-from scrappy@hub.org) Received: by mobile.hub.org (Postfix, from userid 1001) id 147D1514; Mon, 23 Jun 2003 19:22:58 -0300 (ADT) Received: from localhost (localhost [127.0.0.1]) by mobile.hub.org (Postfix) with ESMTP id 038CE4FA; Mon, 23 Jun 2003 19:22:57 -0300 (ADT) Date: Mon, 23 Jun 2003 19:22:57 -0300 (ADT) From: The Hermit Hacker To: Mark Kent In-Reply-To: <200306231712.h5NHCota096855@noc.mainstreet.net> Message-ID: <20030623192220.T95856@hub.org> References: <200306200105.h5K154N9028043@noc.mainstreet.net> <200306231712.h5NHCota096855@noc.mainstreet.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-stable@freebsd.org Subject: Re: SMP goes away after installworld (4.8-STABLE) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 23 Jun 2003 22:23:00 -0000 On Mon, 23 Jun 2003, Mark Kent wrote: > Anyone else either have SMP working on 4.8-stable > and/or knows that it doesn't? I upgraded two boxes this weekend to -STABLE ... no problems here ... From owner-freebsd-stable@FreeBSD.ORG Mon Jun 23 16:40:48 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53AD337B401 for ; Mon, 23 Jun 2003 16:40:48 -0700 (PDT) Received: from mail.westbend.net (ns1.westbend.net [216.47.253.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74B3343F3F for ; Mon, 23 Jun 2003 16:40:47 -0700 (PDT) (envelope-from hetzels@westbend.net) Received: from ADMIN00 (admin00.westbend.net [216.47.253.17]) by mail.westbend.net (8.12.9/8.12.9) with SMTP id h5NNejdr043838; Mon, 23 Jun 2003 18:40:46 -0500 (CDT) (envelope-from hetzels@westbend.net) Message-ID: <004101c339e0$de549ad0$11fd2fd8@westbend.net> From: "Scot W. Hetzel" To: "Jeffrey" , References: <002601c33917$a5016930$0200000a@littlejack85> Date: Mon, 23 Jun 2003 18:40:45 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Virus-Scanned: by amavisd-milter (http://amavis.org/) Subject: Re: Stable#1 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 23 Jun 2003 23:40:48 -0000 From: "Jeffrey" > Got a pretty stupid question... My kernel is now 4.8 Stable#1 but when does the number change when i do makeworld > and the other things? or where can i see that? > The "#1" only changes when you re-compile the kernel using the same sources. If you use cvsup/cvs between kernel rebuilds, the number is reset back to one. Scot From owner-freebsd-stable@FreeBSD.ORG Mon Jun 23 16:47:01 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94C0837B401 for ; Mon, 23 Jun 2003 16:47:01 -0700 (PDT) Received: from nsmail.corp.globalstar.com (gibraltar.globalstar.com [207.88.248.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEE4B43F75 for ; Mon, 23 Jun 2003 16:47:00 -0700 (PDT) (envelope-from cclark@globalstar.com) Received: from sec-tools.corp.globalstar.com ([172.18.113.26]) by nsmail.corp.globalstar.com (Netscape Messaging Server 4.15 nsmail Mar 5 2002 15:11:07) with ESMTP id HGYKQB00.4QS for ; Mon, 23 Jun 2003 16:46:59 -0700 Received: from sec-tools.corp.globalstar.com (localhost [127.0.0.1]) h5NHrpmR057696 for ; Mon, 23 Jun 2003 10:53:51 -0700 (PDT) (envelope-from cclark@sec-tools.corp.globalstar.com) Received: (from cclark@localhost)h5NHrpX6057695 for freebsd-stable@freebsd.org; Mon, 23 Jun 2003 10:53:51 -0700 (PDT) Date: Mon, 23 Jun 2003 10:53:51 -0700 From: "Crist J. Clark" To: freebsd-stable@freebsd.org Message-ID: <20030623175351.GA57658@sec-tools.corp.globalstar.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Subject: Iomega Zip 100 Problems with "New" ATA X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 23 Jun 2003 23:47:01 -0000 I believe that I'm having some problems with a Zip 100 drive and the "new" (not really so new anymore) ATA driver. I added a Zip and a new CD-R device to a system over the weekend. The BIOS identifies all of the new devices just fine, but when I boot FreeBSD (the only OS on the system), I get to the ATA probes and things lockup (these are from notes, not exact), ad2: READ command timeout tag=0 serv=0 - resetting ata1: reseting devices... done ad2: (blah, blah) PIO0 And it just hangs there forever, no Ctl-Alt-Del, no nuthin', hit the reset button on the case. The Zip is the slave on the secondary controller. I've had the problem with 4.8-RELEASE and a very recent 4.8-STABLE. I've tested with GENERIC just to make sure it wasn't my kernel config. I believe this is a problem with the ATA driver and the Zip: 1) If I pull the power on the Zip (still in the case, still on the ribbon), everything boots up fine. 2) If I boot up a 4.5-STABLE-p1 kernel on the HDD, all devices are detected, and we come up in multi-user mode. (Albeit with unrelated errors due to a 4.5 kernel and 4.8 userland.) 3) If I boot off of a 4.5-RELEASE CDROM and put on the 4.5 live FS, all devices are detected. This shows the new CD-R probably is not the flaky one. I knew there have been some problems with the new (post 4.5) ATA code. I've reviewed what I could find in the -stable archives and didn't find anything specific to Zip drives. Has anyone else seen problems with Zip drives? Any ways to work around this? Perhaps some boot vars? From owner-freebsd-stable@FreeBSD.ORG Mon Jun 23 16:47:28 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D37AD37B401 for ; Mon, 23 Jun 2003 16:47:28 -0700 (PDT) Received: from barryg.mi.celestial.com (dagney.celestial.com [192.136.111.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0943343F3F for ; Mon, 23 Jun 2003 16:47:28 -0700 (PDT) (envelope-from bill@celestial.com) Received: by barryg.mi.celestial.com (Postfix, from userid 203) id BF571639A6; Mon, 23 Jun 2003 16:47:26 -0700 (PDT) Date: Mon, 23 Jun 2003 16:47:26 -0700 From: Bill Campbell To: freebsd-stable@freebsd.org Message-ID: <20030623164726.B2684@barryg.mi.celestial.com> Mail-Followup-To: freebsd-stable@freebsd.org References: <20030614053608.GB8466@laptop.lambertfam.org> <20030621222050.GA22432@moghedien.mukappabeta.net> <000c01c33854$00f6abc0$4300a8c0@alderaan> <200306231402.21177.wes@softweyr.com> <320380000.1056402459@lerlaptop-red.iadfw.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <320380000.1056402459@lerlaptop-red.iadfw.net>; from ler@lerctr.org on Mon, Jun 23, 2003 at 04:07:39PM -0500 Subject: Re: need mail client X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd@celestial.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jun 2003 23:47:29 -0000 On Mon, Jun 23, 2003 at 04:07:39PM -0500, Larry Rosenman wrote: > >--On Monday, June 23, 2003 14:02:21 -0700 Wes Peters >wrote: > >> On Saturday 21 June 2003 17:19, Yousif Hassan wrote: >>> KMail, which comes with the KDE desktop environment, is a good >>> GUI-based client. KDE 3.x has been ported to FreeBSD. >> >> I use kmail daily, from 3 different machines, to access my IMAP server >> out "on the net". It is, so far, the best IMAP client I've found. >> >I'm using Mulberry. I haven't gotten comfortable with Kmail. > >Mulberry 3.x is NICE. (not free, but worth it). > I've seen good comments about Mulberry, even some in the O'Reilly book on IMAP, but personally haven't been that impressed. On the rare occassions when I want to run a GUI mail client, I've found Sylpheed-claws the fastest and has the features I want (I'm basically a mutt-in-an-xterm guy though). One of the people we work with has very good things to say about the mail client in Ximian's Evolution. I've had problems figuring it out, but that's probably because I've never used Microsoft's virus vector, Outlook. Bill -- INTERNET: bill@Celestial.COM Bill Campbell; Celestial Software LLC UUCP: camco!bill PO Box 820; 6641 E. Mercer Way FAX: (206) 232-9186 Mercer Island, WA 98040-0820; (206) 236-1676 URL: http://www.celestial.com/ ``Scientists are explorers. Philosophers are tourists.'' -- Richard Feynman From owner-freebsd-stable@FreeBSD.ORG Mon Jun 23 17:00:34 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CD6E37B404 for ; Mon, 23 Jun 2003 17:00:34 -0700 (PDT) Received: from zircon.seattle.wa.us (dsl231-043-165.sea1.dsl.speakeasy.net [216.231.43.165]) by mx1.FreeBSD.org (Postfix) with SMTP id 09DDF43FB1 for ; Mon, 23 Jun 2003 17:00:31 -0700 (PDT) (envelope-from joe@zircon.seattle.wa.us) Received: (qmail 3679 invoked from network); 24 Jun 2003 00:00:30 -0000 Received: from localhost (HELO ?127.0.0.1?) (127.0.0.1) by localhost with SMTP; 24 Jun 2003 00:00:30 -0000 From: Joe Kelsey To: Mark Hennessy In-Reply-To: References: Content-Type: text/plain Message-Id: <1056412829.373.22.camel@zircon> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 23 Jun 2003 17:00:30 -0700 Content-Transfer-Encoding: 7bit cc: freebsd-stable@freebsd.org cc: freebsd-questions@freebsd.org cc: freebsd-ports@freebsd.org Subject: Re: Compiling Linuxthreads X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 24 Jun 2003 00:00:34 -0000 On Mon, 2003-06-23 at 10:34, Mark Hennessy wrote: > I know that Linux binary compatibility is installed, as well as > /usr/src/gnu (installed that today, machine was upgraded to 4.8 > a couple of months ago) I thought the package required a *complete* source tree. At the *least* it requires /usr/src/contrib. /Joe From owner-freebsd-stable@FreeBSD.ORG Mon Jun 23 17:34:26 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BE6337B401; Mon, 23 Jun 2003 17:34:26 -0700 (PDT) Received: from pooh.distrust.net (CPE00a0cce2b1a4-CM0010952260cb.cpe.net.cable.rogers.com [63.138.67.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7952C43F85; Mon, 23 Jun 2003 17:34:24 -0700 (PDT) (envelope-from dsze@pooh.distrust.net) Received: from pooh.distrust.net (dsze@localhost [127.0.0.1]) by pooh.distrust.net (8.12.8p1/8.12.8) with ESMTP id h5NLhhLv039425; Mon, 23 Jun 2003 17:43:45 -0400 (EDT) (envelope-from dsze@pooh.distrust.net) Received: (from dsze@localhost) by pooh.distrust.net (8.12.8p1/8.12.8/Submit) id h5NLhgWP039424; Mon, 23 Jun 2003 17:43:43 -0400 (EDT) Date: Mon, 23 Jun 2003 17:43:42 -0400 From: David Sze To: Steve Grandi Message-ID: <20030623214342.GA37678@pooh.distrust.net> References: <20030623105113.B65196@regulus.tuc.noao.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030623105113.B65196@regulus.tuc.noao.edu> User-Agent: Mutt/1.4.1i cc: freebsd-scsi@freebsd.org cc: freebsd-stable@freebsd.org Subject: Re: STABLE regression with AIC-7902 controller. X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 24 Jun 2003 00:34:26 -0000 No solution for you, but I'd like to confirm I have a similar problem with the Supermicro SuperServer 6023P-8, which uses the X5DP8-G2 motherboard and also has an integrated AIC-7902 controller. I no longer have the exact error messages (nor do I have access to the box), but they were something along the lines of "ILLEGAL_PHASE 0x80" and "invalidating pack". I tried both 4.8-RELEASE and 4.8-STABLE cvsuped around 2003/06/13 11:00 AM EDT. Out of maybe 5 attempts, only once with 4.8-RELEASE was successful. But shortly after install and reboot, the same errors appeared on the console and the server became unresponsive. My suspicion is that the AIC-7902 controllers on these boards are not generic Adaptec parts (i.e. SuperMicro has used custom OEM parts or perhaps they bought slightly defective ones for cheap from Adaptec). The reason for my suspicion is that they included 9 floppies with binary-only AIC-7902 drivers for all flavours of Windows (including 2003 Server), Netware, Open UNIX/UnixWare, RedHat 7.2, RedHat 8.0, SuSE 8.0, and SuSE 8.1. On a whim, I tried installing Windows 2003 Server on the machine, and the generic 7902 driver that comes with Win2K3 was unable to recognize the onboard controller. Only with the binary-only driver of the floppy was it able to work. Exactly the same thing happened with RedHat 8.0 and 9.0. On Mon, Jun 23, 2003 at 01:47:46PM -0700, Steve Grandi wrote: > > I have a Supermicro SuperServer 6013P-8 system which features a X5DPR-8G2 > motherboard with embedded Adaptec AIC-7902 dual-Ultra320 SCSI controller. > > Said system boots and runs fine with 4.8-RELEASE (with a slight cosmetic > problem during boot that can be cured by building a kernel without eisa > support). With STABLE (as of 19 June) the system locks up hard (no > response to the keboard) during the boot. > > The last messages to appear on the console screen before the hang (with > boot_verbose set) are the following: > > (ahd0:A:1:0): Sending PPR bus_width 1, period 8, offset 7f, ppr_options bf > (ahd0:A:1:0): Received PPR width 1, period 8, offset 3f,options bf > Filtered to width 1, period 8, offset 3f, options bf > ahd0: target 1 using 16bit transfers > ahd0: target 1 synchronous with period = 0x8, offset = 0x3f(RDSTRM|DT|IU|QAS) > > As far as I can tell, until this point, the messages on the console are > the same in an unsuccessful STABLE boot and a successful 4.8-Release boot. > > -- > Steve Grandi > National Optical Astronomy Observatory/AURA Inc., Tucson AZ USA > Internet: grandi@noao.edu Voice: +1 520 318-8228 FAX: +1 520 318-8360 > _______________________________________________ > 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 Mon Jun 23 17:54:19 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84B1B37B401 for ; Mon, 23 Jun 2003 17:54:19 -0700 (PDT) Received: from mail.westbend.net (ns1.westbend.net [216.47.253.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF8FA43F93 for ; Mon, 23 Jun 2003 17:54:18 -0700 (PDT) (envelope-from hetzels@westbend.net) Received: from ADMIN00 (admin00.westbend.net [216.47.253.17]) by mail.westbend.net (8.12.9/8.12.9) with SMTP id h5O0sHdr046184; Mon, 23 Jun 2003 19:54:17 -0500 (CDT) (envelope-from hetzels@westbend.net) Message-ID: <011101c339eb$23aa7fa0$11fd2fd8@westbend.net> From: "Scot W. Hetzel" To: "Jeffrey" References: <002601c33917$a5016930$0200000a@littlejack85> <004101c339e0$de549ad0$11fd2fd8@westbend.net> <000701c339e2$1715e990$0200000a@littlejack85> Date: Mon, 23 Jun 2003 19:54:17 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Virus-Scanned: by amavisd-milter (http://amavis.org/) cc: FreeBSD-Stable Subject: Re: Stable#1 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 24 Jun 2003 00:54:19 -0000 ----- Original Message ----- From: "Jeffrey" To: "Scot W. Hetzel" Sent: Monday, June 23, 2003 6:49 PM Subject: Re: Stable#1 > but why do you compile the same sources again? it doesnt change anything > then > Sometime you may want to tweak your kernel config file between cvsups or cvs updates. Also I was wrong, in that the value does change as long as you don't remove /usr/obj/usr/src/sys/${KERNCONF} directory between "make buildkernel"s and you also use the same kernel config file. The kernel version is stored in /usr/obj/usr/src/sys/${KERNCONF}/version, it is used to create /usr/obj/usr/src/sys/${KERNCONF}/vers.c. David Wolfskill had advised me of the error I had made. Scot > From: "Scot W. Hetzel" > > From: "Jeffrey" > > > Got a pretty stupid question... My kernel is now 4.8 Stable#1 but when > > does the number change when i do makeworld > and the other things? or > where > > can i see that? > > > > > The "#1" only changes when you re-compile the kernel using the same > sources. > > If you use cvsup/cvs between kernel rebuilds, the number is reset back to > > one. > > From owner-freebsd-stable@FreeBSD.ORG Mon Jun 23 22:11:24 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C48DD37B401 for ; Mon, 23 Jun 2003 22:11:24 -0700 (PDT) Received: from kirk.dlee.org (pool-138-88-74-233.res.east.verizon.net [138.88.74.233]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAC4743F75 for ; Mon, 23 Jun 2003 22:11:23 -0700 (PDT) (envelope-from dgl@kirk.dlee.org) Received: from kirk.dlee.org (dgl@localhost.dlee.org [127.0.0.1]) by kirk.dlee.org (8.12.8/8.12.9) with ESMTP id h5O5BMhI000683 for ; Tue, 24 Jun 2003 01:11:22 -0400 (EDT) (envelope-from dgl@kirk.dlee.org) Received: (from dgl@localhost) by kirk.dlee.org (8.12.8/8.12.9/Submit) id h5O5BMKq000682 for freebsd-stable@freebsd.org; Tue, 24 Jun 2003 01:11:22 -0400 (EDT) Date: Tue, 24 Jun 2003 01:11:22 -0400 From: Doug Lee To: freebsd-stable@freebsd.org Message-ID: <20030624051121.GA478@kirk.dlee.org> Mail-Followup-To: Doug Lee , freebsd-stable@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.25i Organization: Bartimaeus Group Subject: mpd VPN won't work after upgrade from 4.6-STABLE to 4.8-STABLE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 24 Jun 2003 05:11:25 -0000 I upgraded a week ago from 4.6-STABLE to 4.8-STABLE, and subsequently my mpd-based VPN ceased to function, giving me all kinds of "protocol rejected" messages. I haven't seen any such reports lately on this list or questions about it on freebsd-questions, so I'm wondering what it's related to. I can provide more details on request, but I first wanted to see if anyone knows of an issue already. This is the latest mpd port (3.13) on both ends (FreeBSD on both ends), and I use mpp-e128. The link claims to come up, but any traffic on it causes protocol-reject messages and doesn't get through (pings don't return etc.). Thanks for any and all help. -- Doug Lee dgl@dlee.org http://www.dlee.org Bartimaeus Group doug@bartsite.com http://www.bartsite.com "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum From owner-freebsd-stable@FreeBSD.ORG Mon Jun 23 22:19:42 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEE0A37B401 for ; Mon, 23 Jun 2003 22:19:42 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-169-104-32.dsl.lsan03.pacbell.net [64.169.104.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id E256743F93 for ; Mon, 23 Jun 2003 22:19:41 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id A39A866BE5; Mon, 23 Jun 2003 22:19:41 -0700 (PDT) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 8044FB84; Mon, 23 Jun 2003 22:19:41 -0700 (PDT) Date: Mon, 23 Jun 2003 22:19:41 -0700 From: Kris Kennaway To: Doug Lee , freebsd-stable@freebsd.org Message-ID: <20030624051941.GA22883@rot13.obsecurity.org> References: <20030624051121.GA478@kirk.dlee.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="7AUc2qLy4jB3hD7Z" Content-Disposition: inline In-Reply-To: <20030624051121.GA478@kirk.dlee.org> User-Agent: Mutt/1.4.1i Subject: Re: mpd VPN won't work after upgrade from 4.6-STABLE to 4.8-STABLE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 24 Jun 2003 05:19:43 -0000 --7AUc2qLy4jB3hD7Z Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jun 24, 2003 at 01:11:22AM -0400, Doug Lee wrote: > I upgraded a week ago from 4.6-STABLE to 4.8-STABLE, and subsequently > my mpd-based VPN ceased to function, giving me all kinds of "protocol > rejected" messages. I haven't seen any such reports lately on this > list or questions about it on freebsd-questions, so I'm wondering what > it's related to. I can provide more details on request, but I first > wanted to see if anyone knows of an issue already. This is the latest > mpd port (3.13) on both ends (FreeBSD on both ends), and I use > mpp-e128. The link claims to come up, but any traffic on it causes > protocol-reject messages and doesn't get through (pings don't return > etc.). >=20 > Thanks for any and all help. Did you try rebuilding it? mpd uses netgraph (a kernel interface), and it's possible that backwards-compatibility was broken somewhere along the way. Kris --7AUc2qLy4jB3hD7Z Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE+999sWry0BWjoQKURAjXbAKCg83gP9CBrw4r+qUnkU08PokkCuQCeKVgi y1LikO18zxMQumUSTke2Axk= =PTzN -----END PGP SIGNATURE----- --7AUc2qLy4jB3hD7Z-- From owner-freebsd-stable@FreeBSD.ORG Mon Jun 23 22:28:26 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E499E37B401 for ; Mon, 23 Jun 2003 22:28:26 -0700 (PDT) Received: from smtp.omnis.com (smtp.omnis.com [216.239.128.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B54843F3F for ; Mon, 23 Jun 2003 22:28:26 -0700 (PDT) (envelope-from wes@softweyr.com) Received: from softweyr.homeunix.net (66-91-236-204.san.rr.com [66.91.236.204]) by smtp-relay.omnis.com (Postfix) with ESMTP id 6FC561B31A; Mon, 23 Jun 2003 22:28:25 -0700 (PDT) From: Wes Peters Organization: Softweyr To: freebsd@celestial.com, freebsd-stable@freebsd.org Date: Mon, 23 Jun 2003 22:28:23 -0700 User-Agent: KMail/1.5.2 References: <20030614053608.GB8466@laptop.lambertfam.org> <320380000.1056402459@lerlaptop-red.iadfw.net> <20030623164726.B2684@barryg.mi.celestial.com> In-Reply-To: <20030623164726.B2684@barryg.mi.celestial.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200306232228.23961.wes@softweyr.com> Subject: Re: need mail client X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 24 Jun 2003 05:28:27 -0000 On Monday 23 June 2003 04:47 pm, Bill Campbell wrote: > On Mon, Jun 23, 2003 at 04:07:39PM -0500, Larry Rosenman wrote: > >--On Monday, June 23, 2003 14:02:21 -0700 Wes Peters > > > > > >wrote: > >> On Saturday 21 June 2003 17:19, Yousif Hassan wrote: > >>> KMail, which comes with the KDE desktop environment, is a good > >>> GUI-based client. KDE 3.x has been ported to FreeBSD. > >> > >> I use kmail daily, from 3 different machines, to access my IMAP > >> server out "on the net". It is, so far, the best IMAP client I've > >> found. > > > >I'm using Mulberry. I haven't gotten comfortable with Kmail. > > > >Mulberry 3.x is NICE. (not free, but worth it). > > I've seen good comments about Mulberry, even some in the O'Reilly book > on IMAP, but personally haven't been that impressed. > > On the rare occassions when I want to run a GUI mail client, I've found > Sylpheed-claws the fastest and has the features I want (I'm basically a > mutt-in-an-xterm guy though). > > One of the people we work with has very good things to say about the > mail client in Ximian's Evolution. I've had problems figuring it out, > but that's probably because I've never used Microsoft's virus vector, > Outlook. I like Evolution OK, but I get tired of it doing stupid things like crashing every time I try to paste my signature into it's configuration dialog. The 'virtual folder' sorting idea is a great feature, and I haven't given 1.4 a thorough wringing out. I did go through the pain to upgrade to 1.4 at home, but it crashed within a few minutes of my first run and I haven't gone back. kmail 3.1 just works too well. I've tried Mulberry several times, but I always end up hating it for ditching all of my customizations every time it exits. That is just so amateurish. If they've finally fixed that, it might be time to try it again. Sylpheed seems a little crashy, and loses sync with the IMAP server too frequently to be of real use to me. I keep tyring it, hoping it will actually become useful, I like the idea of a simple lightweight IMAP client that doesn't drag several GB of library code along with it. Sigh. Then there's mozilla mail and opera mail, but I've grown leery of mailers built into browsers, where a crash in one brings down the other as well. Neither are particularly stable, and tying them together, other than through the kde I/O slaves, seems to be a less than stellar idea. -- Where am I, and what am I doing in this handbasket? Wes Peters wes@softweyr.com From owner-freebsd-stable@FreeBSD.ORG Mon Jun 23 22:38:09 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A60137B401; Mon, 23 Jun 2003 22:38:09 -0700 (PDT) Received: from bricore.com (adsl-64-168-71-68.dsl.snfc21.pacbell.net [64.168.71.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54A3D43F75; Mon, 23 Jun 2003 22:38:08 -0700 (PDT) (envelope-from lchen@briontech.com) Received: from lchenpc (lchen-pc.bricore.com [192.168.1.130]) by bricore.com (8.12.6/8.12.6) with SMTP id h5O5c4tK083821; Mon, 23 Jun 2003 22:38:05 -0700 (PDT) (envelope-from lchen@briontech.com) From: "Luoqi Chen" To: "David Sze" , "Steve Grandi" Date: Mon, 23 Jun 2003 22:42:49 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <20030623214342.GA37678@pooh.distrust.net> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal X-Virus-Scanned: by amavisd-milter (http://amavis.org/) cc: freebsd-scsi@freebsd.org cc: freebsd-stable@freebsd.org Subject: RE: STABLE regression with AIC-7902 controller. X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 24 Jun 2003 05:38:09 -0000 > No solution for you, but I'd like to confirm I have a similar problem > with the Supermicro SuperServer 6023P-8, which uses the X5DP8-G2 > motherboard and also has an integrated AIC-7902 controller. > > I no longer have the exact error messages (nor do I have access to the > box), but they were something along the lines of "ILLEGAL_PHASE 0x80" > and "invalidating pack". I tried both 4.8-RELEASE and 4.8-STABLE cvsuped > around 2003/06/13 11:00 AM EDT. Out of maybe 5 attempts, only once with > 4.8-RELEASE was successful. But shortly after install and reboot, the > same errors appeared on the console and the server became unresponsive. > > On Mon, Jun 23, 2003 at 01:47:46PM -0700, Steve Grandi wrote: > > > > I have a Supermicro SuperServer 6013P-8 system which features a > X5DPR-8G2 > > motherboard with embedded Adaptec AIC-7902 dual-Ultra320 SCSI > controller. > > > > Said system boots and runs fine with 4.8-RELEASE (with a slight cosmetic > > problem during boot that can be cured by building a kernel without eisa > > support). With STABLE (as of 19 June) the system locks up hard (no > > response to the keboard) during the boot. > > > I've some 6023Ps running 4.8-STABLE as of late May (with some local mods) without problem. So I guess the problem may be introduced during the ahd driver MFC on 6/10/03, try an earlier version. -lq From owner-freebsd-stable@FreeBSD.ORG Mon Jun 23 23:51:42 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90B2137B41B for ; Mon, 23 Jun 2003 23:51:42 -0700 (PDT) Received: from kirk.dlee.org (pool-138-88-74-233.res.east.verizon.net [138.88.74.233]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2955543F93 for ; Mon, 23 Jun 2003 23:51:41 -0700 (PDT) (envelope-from dgl@kirk.dlee.org) Received: from kirk.dlee.org (dgl@localhost.dlee.org [127.0.0.1]) by kirk.dlee.org (8.12.8/8.12.9) with ESMTP id h5O6pehI002263; Tue, 24 Jun 2003 02:51:40 -0400 (EDT) (envelope-from dgl@kirk.dlee.org) Received: (from dgl@localhost) by kirk.dlee.org (8.12.8/8.12.9/Submit) id h5O6pdan002262; Tue, 24 Jun 2003 02:51:39 -0400 (EDT) Date: Tue, 24 Jun 2003 02:51:38 -0400 From: Doug Lee To: Kris Kennaway Message-ID: <20030624065138.GB478@kirk.dlee.org> Mail-Followup-To: Doug Lee , Kris Kennaway , freebsd-stable@freebsd.org References: <20030624051121.GA478@kirk.dlee.org> <20030624051941.GA22883@rot13.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030624051941.GA22883@rot13.obsecurity.org> User-Agent: Mutt/1.3.25i Organization: Bartimaeus Group cc: freebsd-stable@freebsd.org Subject: Re: mpd VPN won't work after upgrade from 4.6-STABLE to 4.8-STABLE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 24 Jun 2003 06:51:43 -0000 On Mon, Jun 23, 2003 at 10:19:41PM -0700, Kris Kennaway wrote: > On Tue, Jun 24, 2003 at 01:11:22AM -0400, Doug Lee wrote: > > I upgraded a week ago from 4.6-STABLE to 4.8-STABLE, and subsequently > > my mpd-based VPN ceased to function, giving me all kinds of "protocol > > rejected" messages. I haven't seen any such reports lately on this > > list or questions about it on freebsd-questions, so I'm wondering what > > it's related to. I can provide more details on request, but I first > > wanted to see if anyone knows of an issue already. This is the latest > > mpd port (3.13) on both ends (FreeBSD on both ends), and I use > > mpp-e128. The link claims to come up, but any traffic on it causes > > protocol-reject messages and doesn't get through (pings don't return > > etc.). > > > > Thanks for any and all help. > > Did you try rebuilding it? mpd uses netgraph (a kernel interface), > and it's possible that backwards-compatibility was broken somewhere > along the way. > > Kris Yes, but it's a good enough idea that I'm doing it again just to be totally sure...and you reminded me that I forgot to rm -r work before doing it last time :P ...but I am getting the same results after just having done cd /usr/ports/net/mpd rm -r work make make install rehash and starting mpd and trying pings... I do note a lot of warnings during compilation...could this be the problem somehow: Kirk 3# make ===> Extracting for mpd-3.13 >> Checksum OK for mpd-3.13.tar.gz. ===> Patching for mpd-3.13 ===> Configuring for mpd-3.13 ===> Building for mpd-3.13 ===> src Warning: Object directory not changed from original /usr/ports/net/mpd/work/mpd-3.13/src cc -O -pipe -march=pentium -DPATH_CONF_DIR=\"/usr/local/etc/mpd\" -DSYSLOG_FACILITY=LOG_DAEMON -DMPD_VERSION='"3.13 (root@kirk.dlee.org 01:37 24-Jun-2003)"' -g -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wwrite-strings -DPHYSTYPE_MODEM -DPHYSTYPE_UDP -DPHYSTYPE_NG_SOCKET -DPHYSTYPE_PPTP '-DPPTP_VENDOR_NAME="FreeBSD mpd-3.13"' -DPHYSTYPE_PPPOE -DENCRYPTION_DES -DENCRYPTION_MPPE -DMICROSOFT_CHAP -DCOMPRESSION_MPPC -c modem.c In file included from /usr/include/openssl/ui_compat.h:63, from /usr/include/openssl/des_old.h:439, from /usr/include/openssl/des.h:101, from ecp_des.h:15, from ecp.h:19, from bund.h:20, from ppp.h:46, from modem.c:10: /usr/include/openssl/ui.h:220: warning: function declaration isn't a prototype cc -O -pipe -march=pentium -DPATH_CONF_DIR=\"/usr/local/etc/mpd\" -DSYSLOG_FACILITY=LOG_DAEMON -DMPD_VERSION='"3.13 (root@kirk.dlee.org 01:37 24-Jun-2003)"' -g -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wwrite-strings -DPHYSTYPE_MODEM -DPHYSTYPE_UDP -DPHYSTYPE_NG_SOCKET -DPHYSTYPE_PPTP '-DPPTP_VENDOR_NAME="FreeBSD mpd-3.13"' -DPHYSTYPE_PPPOE -DENCRYPTION_DES -DENCRYPTION_MPPE -DMICROSOFT_CHAP -DCOMPRESSION_MPPC -c chat.c In file included from /usr/include/openssl/ui_compat.h:63, from /usr/include/openssl/des_old.h:439, from /usr/include/openssl/des.h:101, from ecp_des.h:15, from ecp.h:19, from bund.h:20, from ppp.h:46, from chat.c:10: /usr/include/openssl/ui.h:220: warning: function declaration isn't a prototype I seem to have both base OpenSSL and an OpenSSL in /usr/local... I built sendmail from ports once... perhaps I've caused some confusion here. Comments welcome. -- Doug Lee dgl@dlee.org http://www.dlee.org Bartimaeus Group doug@bartsite.com http://www.bartsite.com "This page is best viewed with your monitor switched on." --from Antiword web site (http://www.winfield.demon.nl/index.html) From owner-freebsd-stable@FreeBSD.ORG Tue Jun 24 01:00:57 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 081A137B421 for ; Tue, 24 Jun 2003 01:00:57 -0700 (PDT) Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03F6943FD7 for ; Tue, 24 Jun 2003 01:00:54 -0700 (PDT) (envelope-from freebsd-stable@m.gmane.org) Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19Uij8-0004mK-00 for ; Tue, 24 Jun 2003 10:00:30 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-stable@freebsd.org Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19UiWV-0003nT-00 for ; Tue, 24 Jun 2003 09:47:27 +0200 From: Samuel Tardieu Date: Tue, 24 Jun 2003 09:47:31 +0200 Organization: Avian Carrier & Friends Lines: 10 Message-ID: <87wufbq5m4.fsf@inf.enst.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@main.gmane.org Mail-Copies-To: sam@rfc1149.net User-Agent: Gnus/5.090007 (Oort Gnus v0.07) XEmacs/21.5 (cauliflower, i386--freebsd) Cancel-Lock: sha1:hdxgWUXkIMoS+pLMeEeqQPk70mM= Sender: news Subject: IPv6 CVSUP mirrors? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 24 Jun 2003 08:00:59 -0000 Hi. I am looking for an IPv6 capable CVSUP mirror. I found a discussion from one year ago where it was stated that CVSUP was not IPv6-capable. Does anyone know if this has changed? Sam -- Samuel Tardieu -- sam@rfc1149.net -- http://www.rfc1149.net/sam From owner-freebsd-stable@FreeBSD.ORG Tue Jun 24 01:20:43 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D38AF37B401 for ; Tue, 24 Jun 2003 01:20:43 -0700 (PDT) Received: from lerami.lerctr.org (lerami.lerctr.org [207.158.72.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFABE43F93 for ; Tue, 24 Jun 2003 01:20:42 -0700 (PDT) (envelope-from ler@lerctr.org) Received: from lerlaptop.lerctr.org (lerlaptop.lerctr.org [207.158.72.14]) (authenticated bits=0)h5O8KRtl023874; Tue, 24 Jun 2003 03:20:29 -0500 (CDT) Date: Tue, 24 Jun 2003 03:20:27 -0500 From: Larry Rosenman To: Wes Peters , freebsd@celestial.com, freebsd-stable@freebsd.org Message-ID: <12850000.1056442827@lerlaptop.lerctr.org> In-Reply-To: <200306232228.23961.wes@softweyr.com> References: <20030614053608.GB8466@laptop.lambertfam.org> <320380000.1056402459@lerlaptop-red.iadfw.net> <20030623164726.B2684@barryg.mi.celestial.com> <200306232228.23961.wes@softweyr.com> X-Mailer: Mulberry/3.1.0b2 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: by amavisd-milter (http://amavis.org/) Subject: Re: need mail client X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 24 Jun 2003 08:20:44 -0000 --On Monday, June 23, 2003 22:28:23 -0700 Wes Peters wrote: > I've tried Mulberry several times, but I always end up hating it for > ditching all of my customizations every time it exits. That is just so > amateurish. If they've finally fixed that, it might be time to try it > again. what was the latest version you tried? I haven't noticed this with the 3.x series (3.0.3 is latest Real release, and there is a beta of 3.1 up). > > Sylpheed seems a little crashy, and loses sync with the IMAP server too > frequently to be of real use to me. I keep tyring it, hoping it will > actually become useful, I like the idea of a simple lightweight IMAP > client that doesn't drag several GB of library code along with it. Sigh. I had the same issues with Sylpheed. -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: ler@lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 From owner-freebsd-stable@FreeBSD.ORG Tue Jun 24 01:30:06 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DFE637B401 for ; Tue, 24 Jun 2003 01:30:06 -0700 (PDT) Received: from www.lecad.uni-lj.si (www.latef.uni-lj.si [193.2.111.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0621D43FD7 for ; Tue, 24 Jun 2003 01:30:05 -0700 (PDT) (envelope-from krek@lecad.uni-lj.si) Received: from partoclus.lecadnet (partoclus.lecadnet [192.168.5.10]) by www.lecad.uni-lj.si (8.12.5/8.12.5) with ESMTP id h5O8U0Qb071708; Tue, 24 Jun 2003 10:30:01 +0200 (CEST) (envelope-from krek@lecad.uni-lj.si) Date: Tue, 24 Jun 2003 10:30:00 +0200 (CEST) From: Janez Krek X-X-Sender: krek@partoclus.lecadnet In-Reply-To: <20030621222050.GA22432@moghedien.mukappabeta.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Status: No, hits=-1.2 required=5.0 tests=IN_REP_TO,DOUBLE_CAPSWORD,MISSING_HEADERS version=2.30 cc: freebsd-stable@freebsd.org cc: Konrad Scorciapino Subject: Re: need mail client X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 24 Jun 2003 08:30:07 -0000 On Sun, 22 Jun 2003, Matthias Buelow wrote: > Konrad Scorciapino writes: > > >Look for Sylpheed. > > Which is next to useless for IMAP unless you've got a 100mbit connection > to the IMAP server. Much better behaving is Mozilla Mail, and possibly > pine (where you can at least abort transfers without having to kill the > application.) pine is OK. You can use it from everywhere - over telnet and even with GSM phones. It is character based but runs fast and it is realible. > > -- > Matthias Buelow; mkb@{mukappabeta.de,informatik.uni-wuerzburg.de} > > ``Entia non sunt multiplicanda praeter necessitatem.'' > -- William of Ockham (~1285-1349, "Occam's Razor") > _______________________________________________ > 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" > Janez Krek Laboratory for CAD University of Ljubljana From owner-freebsd-stable@FreeBSD.ORG Tue Jun 24 01:51:46 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA80537B401; Tue, 24 Jun 2003 01:51:46 -0700 (PDT) Received: from h68-144-29-132.cg.shawcable.net (h68-144-29-132.cg.shawcable.net [68.144.29.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id B689743F75; Tue, 24 Jun 2003 01:51:45 -0700 (PDT) (envelope-from gtf@cirp.org) Received: from cirp.org (localhost [127.0.0.1])h5O8peUW067471; Tue, 24 Jun 2003 02:51:43 -0600 (MDT) (envelope-from gtf@cirp.org) Message-Id: <200306240851.h5O8peUW067471@h68-144-29-132.cg.shawcable.net> Date: Tue, 24 Jun 2003 02:51:40 -0600 (MDT) From: "Geoffrey T. Falk" To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: TEXT/plain; CHARSET=US-ASCII cc: tegge@freebsd.org Subject: lsof builds but doesn't run under 4-STABLE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 24 Jun 2003 08:51:47 -0000 Hi, I noticed this today. If I build lsof on my 4-STABLE box, then it doesn't run: boojum# lsof lsof: PID 0, no file * space If I build the lsof binary under 4.8-STABLE, then it runs fine under 4.8-STABLE and 4-STABLE. Upon investigation it appears that the variable fd in the file dproc.c is being used uninitialized in gather_proc_info(). The problem seems to be related to some changes to struct filedesc (/usr/include/sys/filedesc.c) from some recent commits to the RELENG_4 branch on /usr/src/sys/sys/filedesc.c... Anyone care to investigate further? Geoffrey From owner-freebsd-stable@FreeBSD.ORG Tue Jun 24 02:04:42 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 885C537B401 for ; Tue, 24 Jun 2003 02:04:42 -0700 (PDT) Received: from castle.jp.FreeBSD.org (castle.jp.FreeBSD.org [210.226.20.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 380D843FB1 for ; Tue, 24 Jun 2003 02:04:41 -0700 (PDT) (envelope-from matusita@jp.FreeBSD.org) Received: from localhost (localhost [::1])h5O94QY37924; Tue, 24 Jun 2003 18:04:26 +0900 (JST) (envelope-from matusita@jp.FreeBSD.org) In-Reply-To: <87wufbq5m4.fsf@inf.enst.fr> References: <87wufbq5m4.fsf@inf.enst.fr> X-User-Agent: Mew/1.94.2 Emacs/21.3 X-FaceAnim: (-O_O-)(O_O- )(_O- )(O- )(- -)( -O)( -O_)( -O_O)(-O_O-) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Dispatcher: imput version 20030322(IM144) Lines: 16 From: Makoto Matsushita To: sam@rfc1149.net Date: Tue, 24 Jun 2003 18:04:24 +0900 Message-Id: <20030624180424L.matusita@jp.FreeBSD.org> cc: stable@FreeBSD.org Subject: Re: IPv6 CVSUP mirrors? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 24 Jun 2003 09:04:42 -0000 sam> Does anyone know if this has changed? I believe, and unfortunately, it doesn't changed; still cvsup(1) doesn't speak IPv6. However, there's on-going activity (read: it is *not* matured), cvsync. It supports both IPv4 and IPv6, is written in C++, and has a similar feature of cvsup(1); you can mirror CVS repository by network. If you've interested, install it from ports/net/cvsync. Do you want to access a cvsync server on IPv6 network? free to try cvsync.jp.FreeBSD.org (now alpha test driving, it may sometimes down.) -- - Makoto `MAR' Matsushita From owner-freebsd-stable@FreeBSD.ORG Tue Jun 24 02:42:09 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B2BF37B401 for ; Tue, 24 Jun 2003 02:42:09 -0700 (PDT) Received: from castle.jp.FreeBSD.org (castle.jp.FreeBSD.org [210.226.20.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F74043FE0 for ; Tue, 24 Jun 2003 02:42:08 -0700 (PDT) (envelope-from matusita@jp.FreeBSD.org) Received: from localhost (localhost [::1])h5O9g7Y68227 for ; Tue, 24 Jun 2003 18:42:07 +0900 (JST) (envelope-from matusita@jp.FreeBSD.org) In-Reply-To: <20030624180424L.matusita@jp.FreeBSD.org> References: <87wufbq5m4.fsf@inf.enst.fr> <87wufbq5m4.fsf@inf.enst.fr> <20030624180424L.matusita@jp.FreeBSD.org> X-User-Agent: Mew/1.94.2 Emacs/21.3 X-FaceAnim: (-O_O-)(O_O- )(_O- )(O- )(- -)( -O)( -O_)( -O_O)(-O_O-) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Dispatcher: imput version 20030322(IM144) Lines: 9 From: Makoto Matsushita To: stable@FreeBSD.org Date: Tue, 24 Jun 2003 18:42:05 +0900 Message-Id: <20030624184205E.matusita@jp.FreeBSD.org> Subject: Re: IPv6 CVSUP mirrors? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 24 Jun 2003 09:42:09 -0000 Oops, typo. matusita> It supports both IPv4 and IPv6, is written in C++, and has a similar s/C++/C/; -- - Makoto `MAR' Matsushita From owner-freebsd-stable@FreeBSD.ORG Tue Jun 24 02:45:17 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEEED37B401 for ; Tue, 24 Jun 2003 02:45:17 -0700 (PDT) Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id A059643F93 for ; Tue, 24 Jun 2003 02:45:16 -0700 (PDT) (envelope-from freebsd-stable@m.gmane.org) Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19UkMG-0003uE-00 for ; Tue, 24 Jun 2003 11:45:00 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-stable@freebsd.org Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19UkME-0003tz-00 for ; Tue, 24 Jun 2003 11:44:58 +0200 From: Samuel Tardieu Date: Tue, 24 Jun 2003 11:43:39 +0200 Organization: Avian Carrier & Friends Lines: 22 Message-ID: <87ptl3q08k.fsf@inf.enst.fr> References: <87wufbq5m4.fsf@inf.enst.fr> <20030624180424L.matusita@jp.FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@main.gmane.org Mail-Copies-To: sam@rfc1149.net User-Agent: Gnus/5.090007 (Oort Gnus v0.07) XEmacs/21.5 (cauliflower, i386--freebsd) Cancel-Lock: sha1:pZwESo79XJkRpbCX7s6/eSHDyfM= Sender: news Subject: Re: IPv6 CVSUP mirrors? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 24 Jun 2003 09:45:18 -0000 >>>>> "Makoto" == Makoto Matsushita writes: Makoto> However, there's on-going activity (read: it is *not* Makoto> matured), cvsync. It supports both IPv4 and IPv6, is written Makoto> in C++, and has a similar feature of cvsup(1); you can mirror Makoto> CVS repository by network. If you've interested, install it Makoto> from ports/net/cvsync. I will. Makoto> Do you want to access a cvsync server on IPv6 network? free to Makoto> try cvsync.jp.FreeBSD.org (now alpha test driving, it may Makoto> sometimes down.) Ok. Let me know if you want access to a dual stack v4/v6 FreeBSD machine in Europe so that you can put another test server. Sam -- Samuel Tardieu -- sam@rfc1149.net -- http://www.rfc1149.net/sam From owner-freebsd-stable@FreeBSD.ORG Tue Jun 24 02:45:55 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC2A337B401 for ; Tue, 24 Jun 2003 02:45:55 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-169-104-32.dsl.lsan03.pacbell.net [64.169.104.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id E296843F75 for ; Tue, 24 Jun 2003 02:45:54 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 121C366BE5; Tue, 24 Jun 2003 02:45:54 -0700 (PDT) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id E260EB17; Tue, 24 Jun 2003 02:45:53 -0700 (PDT) Date: Tue, 24 Jun 2003 02:45:53 -0700 From: Kris Kennaway To: Samuel Tardieu Message-ID: <20030624094553.GA26124@rot13.obsecurity.org> References: <87wufbq5m4.fsf@inf.enst.fr> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ibTvN161/egqYuK8" Content-Disposition: inline In-Reply-To: <87wufbq5m4.fsf@inf.enst.fr> User-Agent: Mutt/1.4.1i cc: freebsd-stable@freebsd.org Subject: Re: IPv6 CVSUP mirrors? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 24 Jun 2003 09:45:55 -0000 --ibTvN161/egqYuK8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jun 24, 2003 at 09:47:31AM +0200, Samuel Tardieu wrote: > Hi. >=20 > I am looking for an IPv6 capable CVSUP mirror. I found a discussion > from one year ago where it was stated that CVSUP was not IPv6-capable. >=20 > Does anyone know if this has changed? AFAIK it has not. Someone would need to teach modula-3 about ipv6. It still might be possible to access a cvsup server using a 6-to-4 gateway, but I don't know of anyone who's tried. Kris --ibTvN161/egqYuK8 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE++B3RWry0BWjoQKURAlzwAKDZlTMBHzu8bBsQ0HLGNUbJXwGFcwCdEDHq ZLxAllLuCY2EPHGI5EoabR0= =mgTe -----END PGP SIGNATURE----- --ibTvN161/egqYuK8-- From owner-freebsd-stable@FreeBSD.ORG Tue Jun 24 02:58:56 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9646637B401 for ; Tue, 24 Jun 2003 02:58:56 -0700 (PDT) Received: from smtp.eos.ocn.ne.jp (eos.ocn.ne.jp [211.6.83.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0202643F93 for ; Tue, 24 Jun 2003 02:58:56 -0700 (PDT) (envelope-from hrs@eos.ocn.ne.jp) Received: from mail.d.allbsd.org (p16214-adsao12honb4-acca.tokyo.ocn.ne.jp [219.161.236.214]) by smtp.eos.ocn.ne.jp (Postfix) with ESMTP id E2D353204; Tue, 24 Jun 2003 18:58:54 +0900 (JST) Received: from localhost (alph.allbsd.org [192.168.0.10]) h5O9w7SI023220; Tue, 24 Jun 2003 18:58:07 +0900 (JST) (envelope-from hrs@eos.ocn.ne.jp) Date: Tue, 24 Jun 2003 18:57:17 +0900 (JST) Message-Id: <20030624.185717.63135353.hrs@eos.ocn.ne.jp> To: sam@rfc1149.net From: Hiroki Sato In-Reply-To: <87ptl3q08k.fsf@inf.enst.fr> References: <87wufbq5m4.fsf@inf.enst.fr> <20030624180424L.matusita@jp.FreeBSD.org> <87ptl3q08k.fsf@inf.enst.fr> X-PGPkey-fingerprint: BDB3 443F A5DD B3D0 A530 FFD7 4F2C D3D8 2793 CF2D X-Mailer: Mew version 3.2 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-stable@freebsd.org Subject: Re: IPv6 CVSUP mirrors? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 24 Jun 2003 09:58:56 -0000 Samuel Tardieu wrote in <87ptl3q08k.fsf@inf.enst.fr>: sam> Let me know if you want access to a dual stack v4/v6 FreeBSD machine sam> in Europe so that you can put another test server. JFYI, you can find a list of public cvsync servers and information about mailing list concerning use of cvsync from http://www.allbsd.org/cvsync/. -- | Hiroki SATO / From owner-freebsd-stable@FreeBSD.ORG Tue Jun 24 04:33:12 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F13DD37B401 for ; Tue, 24 Jun 2003 04:33:11 -0700 (PDT) Received: from mx1.evo6.net (mx1.evo6.net [80.76.194.10]) by mx1.FreeBSD.org (Postfix) with SMTP id 6724543F3F for ; Tue, 24 Jun 2003 04:33:09 -0700 (PDT) (envelope-from andy@evo6.org) Received: (qmail 8795 invoked from network); 24 Jun 2003 11:33:06 -0000 Received: from vx.dhcp.evo6.net (HELO vx) (10.0.1.2) by mx1.evo6.net with SMTP; 24 Jun 2003 11:33:06 -0000 Message-ID: <002901c33a44$593af8d0$0201000a@vx> From: "Andy Gilligan" To: References: <200306240851.h5O8peUW067471@h68-144-29-132.cg.shawcable.net> Date: Tue, 24 Jun 2003 12:32:52 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Spam-Status: No, hits=-1.0 required=5.0 tests=QUOTED_EMAIL_TEXT,REFERENCES version=2.55-evo6.net X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.55-evo6.net (1.174.2.19-2003-05-19-exp) Subject: Re: lsof builds but doesn't run under 4-STABLE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 24 Jun 2003 11:33:12 -0000 ----- Original Message ----- From: "Geoffrey T. Falk" To: Cc: Sent: Tuesday, June 24, 2003 9:51 AM Subject: lsof builds but doesn't run under 4-STABLE > Hi, > > I noticed this today. If I build lsof on my 4-STABLE box, then it > doesn't run: > > boojum# lsof > lsof: PID 0, no file * space > > If I build the lsof binary under 4.8-STABLE, then it runs fine under > 4.8-STABLE and 4-STABLE. > > Upon investigation it appears that the variable fd in the file dproc.c > is being used uninitialized in gather_proc_info(). The problem seems to > be related to some changes to struct filedesc > (/usr/include/sys/filedesc.c) from some recent commits to the RELENG_4 > branch on /usr/src/sys/sys/filedesc.c... Anyone care to investigate > further? Kernel structures tend to change from time to time on the RELENG_4 branch, and because lsof is built against your current /usr/src/sys, it is most likely using different structures than your running kernel. To fix: 1) Reboot with a kernel built from the same sources that lsof was built against. 2) CVSup your src to the same date your running kernel was built, then recompile lsof. Regards, -Andy From owner-freebsd-stable@FreeBSD.ORG Tue Jun 24 06:32:10 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC7C537B404 for ; Tue, 24 Jun 2003 06:32:10 -0700 (PDT) Received: from smtp.datapro.co.za (mail.uskonet.com [196.3.164.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0636D43FAF for ; Tue, 24 Jun 2003 06:32:10 -0700 (PDT) (envelope-from etiennel@datapro.co.za) Received: from madcow (unknown [196.35.242.87]) by smtp.datapro.co.za (Postfix) with ESMTP id 0CE1C1804B for ; Tue, 24 Jun 2003 15:30:48 +0200 (SAST) Content-Type: text/plain; charset="us-ascii" From: Etienne Ledoux To: freebsd-stable@freebsd.org Date: Tue, 24 Jun 2003 15:33:43 +0200 User-Agent: KMail/1.4.3 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200306241533.43260.etiennel@datapro.co.za> Subject: Greetings I'm trying to install FreeBSD on a HP Cluster Server. But when I boot with the CD's ( 4.4, 4.8 & 5.0 ), it will boot all the way upto "Wait 15 seconds for SCSI devices to settle" and then it immedialty give the following message: (noperiph:sym0:0:-1:-1):SCSI BUS reset delivered. (noperiph:sym1:0:-1:-1):SCSI BUS reset delivered. After this the machine is basically unresponsive/dead. Any idea what could be causing this and what I could do to fix it ? e. X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 24 Jun 2003 13:32:11 -0000 Greetings I'm trying to install FreeBSD on a HP Cluster Server. But when I boot wit= h the=20 CD's ( 4.4, 4.8 & 5.0 ), it will boot all the way upto "Wait 15 seconds f= or=20 SCSI devices to settle" and then it immedialty give the following message= : (noperiph:sym0:0:-1:-1):SCSI BUS reset delivered. (noperiph:sym1:0:-1:-1):SCSI BUS reset delivered. After this the machine is basically unresponsive/dead.=20 Any idea what could be causing this and what I could do to fix it ? e. From owner-freebsd-stable@FreeBSD.ORG Tue Jun 24 06:53:01 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C59A37B401 for ; Tue, 24 Jun 2003 06:53:01 -0700 (PDT) Received: from bilver.wjv.com (user38.net339.fl.sprint-hsd.net [65.40.24.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2ED5D43FE1 for ; Tue, 24 Jun 2003 06:53:00 -0700 (PDT) (envelope-from bv@bilver.wjv.com) Received: from bilver.wjv.com (localhost.wjv.com [127.0.0.1]) by bilver.wjv.com (8.12.9/8.12.9) with ESMTP id h5ODquAu023977 for ; Tue, 24 Jun 2003 09:52:56 -0400 (EDT) (envelope-from bv@bilver.wjv.com) Received: (from bv@localhost) by bilver.wjv.com (8.12.9/8.12.9/Submit) id h5ODqtHd023976 for freebsd-stable@freebsd.org; Tue, 24 Jun 2003 09:52:55 -0400 (EDT) Date: Tue, 24 Jun 2003 09:52:55 -0400 From: Bill Vermillion To: freebsd-stable@freebsd.org Message-ID: <20030624135255.GC2590@wjv.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Organization: W.J.Vermillion / Orlando - Winter Park ReplyTo: bv@wjv.com User-Agent: Mutt/1.5.1i X-Spam-Status: No, hits=-2.5 required=5.0 tests=USER_AGENT_MUTT version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) Subject: Problems building 4.8 STABLE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: bv@wjv.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jun 2003 13:53:01 -0000 I tried rebuilding yesterday. It failed [I don't recall the output]. I then completely deleted the /usr/src and /usr/obj, and cvsuped again last night [Approx 7PM on 2003-06-23]. I set the machine up with a buildworld and went to bed. This am I looked at the nohup.out file that was generated and it had failed. I took out the NOMAN=false in /etc/make.conf - as it appeared the failure was in a documentation area. I then started a build - with a -DNOCLEAN option for speed and it failed again. I ran this under 'script' to get the output. Here is the tail of that file. ======================================== -------------------------------------------------------------- >>> stage 4: building everything.. -------------------------------------------------------------- cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj MACHINE_ARCH=i386 MACHINE=i386 OBJFORMAT_PATH=/usr/obj/usr/src/i386/usr/libexec PERL5LIB=/usr/obj/usr/src/i386/usr/libdata/perl/5.00503 GROFF_BIN_PATH=/usr/obj/usr/src/i386/usr/bin GROFF_FONT_PATH=/usr/obj/usr/src/i386/usr/share/groff_font GROFF_TMAC_PATH=/usr/obj/usr/src/i386/usr/share/tmac DESTDIR=/usr/obj/usr/src/i386 INSTALL="sh /usr/src/tools/install.sh" PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin make -f Makefile.inc1 all ===> share/info ===> include ===> include/arpa ===> include/protocols ===> include/rpc ===> include/rpcsvc ===> lib ===> lib/csu/i386-elf ===> lib/libcom_err ===> lib/libcom_err/doc info2html com_err.info info2html:No such file or directory *** Error code 1 Stop in /usr/src/lib/libcom_err/doc. *** Error code 1 Stop in /usr/src/lib/libcom_err. *** Error code 1 Stop in /usr/src/lib. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. root@bilver.wjv.com# exit Script done on Tue Jun 24 09:46:42 2003 ======================================== The failuer in the libcom_err/doc was the same area before I had removed the NOMAN=false from make.conf so that was a bad guess on my part. Anyone else have these problems. Bill -- Bill Vermillion - bv @ wjv . com From owner-freebsd-stable@FreeBSD.ORG Tue Jun 24 08:47:27 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FCD837B401 for ; Tue, 24 Jun 2003 08:47:27 -0700 (PDT) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA61143F85 for ; Tue, 24 Jun 2003 08:47:21 -0700 (PDT) (envelope-from ru@sunbay.com) Received: from whale.sunbay.crimea.ua (ru@localhost [127.0.0.1]) h5OFl9Vd007448 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 24 Jun 2003 18:47:13 +0300 (EEST) (envelope-from ru@sunbay.com) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.12.9/8.12.8/Submit) id h5OFl4Fr007434; Tue, 24 Jun 2003 18:47:04 +0300 (EEST) (envelope-from ru) Date: Tue, 24 Jun 2003 18:47:04 +0300 From: Ruslan Ermilov To: Bill Vermillion Message-ID: <20030624154704.GA6651@sunbay.com> References: <20030624135255.GC2590@wjv.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="82I3+IH0IqGh5yIs" Content-Disposition: inline In-Reply-To: <20030624135255.GC2590@wjv.com> User-Agent: Mutt/1.5.4i cc: freebsd-stable@freebsd.org Subject: Re: Problems building 4.8 STABLE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 24 Jun 2003 15:47:27 -0000 --82I3+IH0IqGh5yIs Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jun 24, 2003 at 09:52:55AM -0400, Bill Vermillion wrote: [...] > I then started a build - with a -DNOCLEAN option for speed and it > failed again. I ran this under 'script' to get the output. >=20 > Here is the tail of that file. > >>> stage 4: building everything.. [...] > =3D=3D=3D> lib/libcom_err/doc > info2html com_err.info > info2html:No such file or directory > *** Error code 1 >=20 Remove the FORMATS=3Dhtml from /etc/make.conf when building world. This is the known issue that FORMATS is used both by doc.docbook.mk and bsd.info.mk, and I will fix that soon. Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software Ltd, ru@FreeBSD.org FreeBSD committer --82I3+IH0IqGh5yIs Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE++HJ4Ukv4P6juNwoRAkNIAJ4kS4qg2/PBwCiu6bbqcx89e5m5tACfV8Cf wo4jFo6A2EvnltMAmw3AIXA= =7zcH -----END PGP SIGNATURE----- --82I3+IH0IqGh5yIs-- From owner-freebsd-stable@FreeBSD.ORG Tue Jun 24 09:04:53 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF7D537B404; Tue, 24 Jun 2003 09:04:53 -0700 (PDT) Received: from bilver.wjv.com (user38.net339.fl.sprint-hsd.net [65.40.24.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 835DA43FBD; Tue, 24 Jun 2003 09:04:52 -0700 (PDT) (envelope-from bv@bilver.wjv.com) Received: from bilver.wjv.com (localhost.wjv.com [127.0.0.1]) by bilver.wjv.com (8.12.9/8.12.9) with ESMTP id h5OG4nAu025700; Tue, 24 Jun 2003 12:04:49 -0400 (EDT) (envelope-from bv@bilver.wjv.com) Received: (from bv@localhost) by bilver.wjv.com (8.12.9/8.12.9/Submit) id h5OG4nmO025699; Tue, 24 Jun 2003 12:04:49 -0400 (EDT) Date: Tue, 24 Jun 2003 12:04:49 -0400 From: Bill Vermillion To: Ruslan Ermilov Message-ID: <20030624160449.GA25668@wjv.com> References: <20030624135255.GC2590@wjv.com> <20030624154704.GA6651@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030624154704.GA6651@sunbay.com> Organization: W.J.Vermillion / Orlando - Winter Park ReplyTo: bv@wjv.com User-Agent: Mutt/1.5.1i X-Spam-Status: No, hits=-4.5 required=5.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_MUTT version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: freebsd-stable@freebsd.org Subject: Re: Problems building 4.8 STABLE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: bv@wjv.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jun 2003 16:04:54 -0000 While Ruslan Ermilov was trying to figure out why data written to /dev/null on Tue, Jun 24, 2003 at 18:47 was not readable, he gave up and decided to grace us with this: > On Tue, Jun 24, 2003 at 09:52:55AM -0400, Bill Vermillion wrote: > [...] > > I then started a build - with a -DNOCLEAN option for speed and it > > failed again. I ran this under 'script' to get the output. > > Here is the tail of that file. > > > >>> stage 4: building everything.. > [...] > > ===> lib/libcom_err/doc > > info2html com_err.info > > info2html:No such file or directory > > *** Error code 1 > Remove the FORMATS=html from /etc/make.conf when building world. > This is the known issue that FORMATS is used both by doc.docbook.mk > and bsd.info.mk, and I will fix that soon. Thanks. I remember adding that when building doc files about 2 weeks ago. That one did not enter my mind. That should fix it. This was the first failed build that didn't get fixed with a new cvsup in about 2 or 3 years. Thank you very much. Bill -- Bill Vermillion - bv @ wjv . com From owner-freebsd-stable@FreeBSD.ORG Tue Jun 24 12:13:36 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 428C337B401 for ; Tue, 24 Jun 2003 12:13:36 -0700 (PDT) Received: from noc.mainstreet.net (noc.mainstreet.net [207.5.0.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id B37E443F3F for ; Tue, 24 Jun 2003 12:13:35 -0700 (PDT) (envelope-from mark@noc.mainstreet.net) Received: from noc.mainstreet.net (localhost [127.0.0.1]) by noc.mainstreet.net (8.12.9/8.12.1) with ESMTP id h5OJDZr6012671 for ; Tue, 24 Jun 2003 12:13:35 -0700 (PDT) Received: (from mark@localhost) by noc.mainstreet.net (8.12.9/8.12.1/Submit) id h5OJDZUl012668; Tue, 24 Jun 2003 12:13:35 -0700 (PDT) Date: Tue, 24 Jun 2003 12:13:35 -0700 (PDT) Message-Id: <200306241913.h5OJDZUl012668@noc.mainstreet.net> From: Mark Kent To: freebsd-stable@freebsd.org In-reply-to: <200306200105.h5K154N9028043@noc.mainstreet.net> (message from Mark Kent on Thu, 19 Jun 2003 18:05:04 -0700 (PDT)) References: <200306200105.h5K154N9028043@noc.mainstreet.net> Subject: Re: SMP goes away after installworld (4.8-STABLE) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 24 Jun 2003 19:13:36 -0000 I've determined that my SMP problem is not a freebsd problem but a problem with the server itself. On a cold boot (power removed then power applied) it finds both cpu, as reported by the bios boot sequence: Intel(R) Pentium(R) III processor 750 MHz Intel(R) Pentium(R) III processor 750 MHz but on a warm boot (reboot, "hit any key to restart", toggle front button) it finds only one processor. Thanks for the replies and sorry for the false alarm. -mark From owner-freebsd-stable@FreeBSD.ORG Tue Jun 24 12:41:51 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5694437B401 for ; Tue, 24 Jun 2003 12:41:51 -0700 (PDT) Received: from fubar.adept.org (fubar.adept.org [63.147.172.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE56D43F93 for ; Tue, 24 Jun 2003 12:41:48 -0700 (PDT) (envelope-from mike@adept.org) Received: by fubar.adept.org (Postfix, from userid 1001) id BF7EC1524D; Tue, 24 Jun 2003 12:41:48 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by fubar.adept.org (Postfix) with ESMTP id BEAB71524B for ; Tue, 24 Jun 2003 12:41:48 -0700 (PDT) Date: Tue, 24 Jun 2003 12:41:48 -0700 (PDT) From: Mike Hoskins To: freebsd-stable@freebsd.org In-Reply-To: <20030624.185717.63135353.hrs@eos.ocn.ne.jp> Message-ID: <20030624123946.L81056@fubar.adept.org> References: <87wufbq5m4.fsf@inf.enst.fr> <20030624180424L.matusita@jp.FreeBSD.org> <20030624.185717.63135353.hrs@eos.ocn.ne.jp> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: IPv6 CVSUP mirrors? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 24 Jun 2003 19:41:51 -0000 On Tue, 24 Jun 2003, Hiroki Sato wrote: > Samuel Tardieu wrote > sam> Let me know if you want access to a dual stack v4/v6 FreeBSD machine > sam> in Europe so that you can put another test server. > JFYI, you can find a list of public cvsync servers and information about > mailing list concerning use of cvsync from http://www.allbsd.org/cvsync/. Hmm, the new cvsup4 seems like a prime "cvsync" candidate: http://www.isc.org/ISC/news/pr-06132003.html (Thanks, ISC.) -mrh -- From: "Spam Catcher" To: spam-catcher@adept.org Do NOT send email to the address listed above or you will be added to a blacklist! From owner-freebsd-stable@FreeBSD.ORG Tue Jun 24 12:46:36 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9260737B417 for ; Tue, 24 Jun 2003 12:46:35 -0700 (PDT) Received: from fubar.adept.org (fubar.adept.org [63.147.172.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2265443FA3 for ; Tue, 24 Jun 2003 12:46:35 -0700 (PDT) (envelope-from mike@adept.org) Received: by fubar.adept.org (Postfix, from userid 1001) id 1AA7F1524D; Tue, 24 Jun 2003 12:46:35 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by fubar.adept.org (Postfix) with ESMTP id 19D3E1524B for ; Tue, 24 Jun 2003 12:46:35 -0700 (PDT) Date: Tue, 24 Jun 2003 12:46:35 -0700 (PDT) From: Mike Hoskins To: freebsd-stable@freebsd.org In-Reply-To: <200306241533.43260.etiennel@datapro.co.za> Message-ID: <20030624124242.K81056@fubar.adept.org> References: <200306241533.43260.etiennel@datapro.co.za> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: re: hp cluster server + 4.8/5.0 failure (scsi) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 24 Jun 2003 19:46:37 -0000 On Tue, 24 Jun 2003, Etienne Ledoux wrote: > I'm trying to install FreeBSD on a HP Cluster Server. But when I boot with the > CD's ( 4.4, 4.8 & 5.0 ), it will boot all the way upto "Wait 15 seconds for > SCSI devices to settle" and then it immedialty give the following message: > (noperiph:sym0:0:-1:-1):SCSI BUS reset delivered. > (noperiph:sym1:0:-1:-1):SCSI BUS reset delivered. > After this the machine is basically unresponsive/dead. Do you know if your machine/hardware is supported? http://www.freebsd.org/releases/4.8R/hardware-i386.html Either way, it looks like you may want to follow up with freebsd-scsi if you don't get a reply here. -mrh -- From: "Spam Catcher" To: spam-catcher@adept.org Do NOT send email to the address listed above or you will be added to a blacklist! From owner-freebsd-stable@FreeBSD.ORG Tue Jun 24 12:47:22 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37DDB37B404; Tue, 24 Jun 2003 12:47:22 -0700 (PDT) Received: from TOMOYO.MyBSD.ORG.MY (router.ded2.com [202.157.183.149]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7189143F93; Tue, 24 Jun 2003 12:47:20 -0700 (PDT) (envelope-from skywizard@TOMOYO.MyBSD.ORG.MY) Received: from TOMOYO.MyBSD.ORG.MY (localhost [127.0.0.1]) by TOMOYO.MyBSD.ORG.MY (8.12.9/8.12.3) with ESMTP id h5OJnMBe062643; Wed, 25 Jun 2003 03:49:22 +0800 (MYT) (envelope-from skywizard@TOMOYO.MyBSD.ORG.MY) Received: (from skywizard@localhost) by TOMOYO.MyBSD.ORG.MY (8.12.9/8.12.3/Submit) id h5OJnMH4062642; Wed, 25 Jun 2003 03:49:22 +0800 (MYT) Date: Wed, 25 Jun 2003 03:49:22 +0800 (MYT) Message-Id: <200306241949.h5OJnMH4062642@TOMOYO.MyBSD.ORG.MY> To: FreeBSD-gnats-submit@freebsd.org From: skywizard@MyBSD.org.my X-send-pr-version: 3.113 X-GNATS-Notify: cc: freebsd-fs@freebsd.org cc: freebsd-current@freebsd.org cc: freebsd-stable@freebsd.org Subject: truncate operation on fat32 may corrupt the file system X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: skywizard@MyBSD.org.my List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jun 2003 19:47:22 -0000 >Submitter-Id: current-users >Originator: Ariff Abdullah >Organization: MyBSD >Confidential: no >Synopsis: truncate operation on fat32 may corrupt the file system >Severity: critical >Priority: high >Category: kern >Class: sw-bug >Release: FreeBSD 4.7-RELEASE i386 >Environment: System: 4.7-RELEASE, 5.1-RELEASE (GENERIC) >Description: Truncate operation involving truncate() or ftruncate() on FAT32 mounted as msdos either failed or silently corrupting the file or even worse, corrupting the neighbour file reiside in the same partition/file system. >How-To-Repeat: # cd /to/fat32/partition/ # dd if=/dev/zero of=XX bs=4099 count=1 # truncate -s 4097 XX truncate: XX: Argument list too long errno E2BIG >Fix: --- /usr/src/sys/msdosfs/msdosfs_denode.c.orig Tue Jun 24 06:01:09 2003 +++ /usr/src/sys/msdosfs/msdosfs_denode.c Tue Jun 24 05:53:41 2003 @@ -501,26 +501,19 @@ bn = cntobn(pmp, eofentry); error = bread(pmp->pm_devvp, bn, pmp->pm_bpcluster, NOCRED, &bp); - } else { - bn = de_blk(pmp, length); - error = bread(DETOV(dep), bn, pmp->pm_bpcluster, - NOCRED, &bp); - } - if (error) { - brelse(bp); + if (error) { + brelse(bp); #ifdef MSDOSFS_DEBUG - printf("detrunc(): bread fails %d\n", error); + printf("detrunc(): bread fails %d\n", error); #endif - return (error); + return (error); + } + bzero(bp->b_data + boff, pmp->pm_bpcluster - boff); + if (flags & IO_SYNC) + bwrite(bp); + else + bdwrite(bp); } - /* - * is this the right place for it? - */ - bzero(bp->b_data + boff, pmp->pm_bpcluster - boff); - if (flags & IO_SYNC) - bwrite(bp); - else - bdwrite(bp); } /* From owner-freebsd-stable@FreeBSD.ORG Tue Jun 24 14:44:50 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01E6C37B401 for ; Tue, 24 Jun 2003 14:44:50 -0700 (PDT) Received: from mail.bsdtech.com (tromso-dhcp-235-148.bluecom.no [62.101.235.148]) by mx1.FreeBSD.org (Postfix) with SMTP id 7B08843F93 for ; Tue, 24 Jun 2003 14:44:48 -0700 (PDT) (envelope-from erik@pentadon.com) Received: (qmail 60257 invoked by uid 85); 24 Jun 2003 23:49:09 -0000 Received: from erik@pentadon.com by oxylon.pentadon.com by uid 82 with qmail-scanner-1.16 (spamassassin: 2.55. Clear:. Processed in 0.099701 secs); 24 Jun 2003 23:49:09 -0000 Received: from tromso-dhcp-234-175.bluecom.no (HELO eps) (62.101.234.175) by tromso-dhcp-235-148.bluecom.no with SMTP; 24 Jun 2003 23:49:09 -0000 From: "Erik Paulsen Skaalerud" To: "'Etienne Ledoux'" , Date: Tue, 24 Jun 2003 23:44:40 +0200 Message-ID: <005201c33a99$d3dbcab0$0a00000a@eps> X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 In-Reply-To: <200306241533.43260.etiennel@datapro.co.za> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal Subject: RE: Greetings I'm trying to install FreeBSD on a HP Cluster Server.But when I boot with the CD's ( 4.4, 4.8 & 5.0 ), it will boot allthe way upto "Wait 15 seconds for SCSI devices to settle" and thenit immedialty give the following message:(noperiph:sy X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 24 Jun 2003 21:44:50 -0000 > Greetings > > I'm trying to install FreeBSD on a HP Cluster Server. But > when I boot with the > CD's ( 4.4, 4.8 & 5.0 ), it will boot all the way upto "Wait > 15 seconds for > SCSI devices to settle" and then it immedialty give the > following message: > > (noperiph:sym0:0:-1:-1):SCSI BUS reset delivered. > (noperiph:sym1:0:-1:-1):SCSI BUS reset delivered. > > After this the machine is basically unresponsive/dead. > > Any idea what could be causing this and what I could do to fix it ? I don't believe FreeBSD support shared-disk clusters (wich you probably have?) Erik. From owner-freebsd-stable@FreeBSD.ORG Wed Jun 25 02:11:00 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EB0637B401 for ; Wed, 25 Jun 2003 02:11:00 -0700 (PDT) Received: from mail.ncipher.com (mail.ncipher.com [62.190.84.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F58743FEA for ; Wed, 25 Jun 2003 02:10:59 -0700 (PDT) (envelope-from markk@knigma.org) Received: from cromer.ncipher.com ([172.23.135.200]) by mail.ncipher.com with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 3.34 #1) id 19V6Is-0006Ou-00 for freebsd-stable@freebsd.org; Wed, 25 Jun 2003 10:10:58 +0100 Received: from lap.knigma.org (mourn.ncipher.com [172.19.133.171]) by cromer.ncipher.com (8.12.9/8.12.9) with ESMTP id h5P9ApUk076973 for ; Wed, 25 Jun 2003 10:10:56 +0100 (BST) (envelope-from markk@knigma.org) Message-ID: <9paKSGHVcW++EwV8@lap.knigma.org> Date: Wed, 25 Jun 2003 10:10:45 +0100 To: freebsd-stable@freebsd.org From: Mark Knight References: <200306232314.02175.dgw@liwest.at> In-Reply-To: <200306232314.02175.dgw@liwest.at> MIME-Version: 1.0 Content-Type: text/plain;charset=us-ascii User-Agent: Turnpike/6.02-U () Subject: Re: Kernel core dump in recent 4.8-STABLE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Jun 2003 09:11:00 -0000 In message <200306232314.02175.dgw@liwest.at>, Daniela writes >Today my system coredumped (4.8-STABLE from Saturday), I believe it's somehow >X11 related: I just updated my system to RELENG_4 from Tuesday morning, and saw a crash as X started. Unfortunately, It was a remote restart, so I had to win a race to move xdm out of the way before the system crashed ;) Fatal trap 12: page fault while in kernel mode fault virtual address = 0xb0 fault code = supervisor read, page not present instruction pointer = 0x8:0xc1abe290 stack pointer = 0x10:0xd360ed40 frame pointer = 0x10:0xd360ed6c code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 3 current process = 289 (XFree86) interrupt mask = none trap number = 12 panic: page fault (kgdb) bt #0 dumpsys () at /usr/src/sys/kern/kern_shutdown.c:487 #1 0xc0185a3c in boot (howto=256) at /usr/src/sys/kern/kern_shutdown.c:316 #2 0xc0185e70 in poweroff_wait (junk=0xc02f610c, howto=-1070638065) at /usr/src/sys/kern/kern_shutdown.c:595 #3 0xc02a9e53 in trap_fatal (frame=0xd360ed00, eva=176) at /usr/src/sys/i386/i386/trap.c:974 #4 0xc02a9b0d in trap_pfault (frame=0xd360ed00, usermode=0, eva=176) at /usr/src/sys/i386/i386/trap.c:867 #5 0xc02a96e3 in trap (frame={tf_fs = -1045757936, tf_es = -748683248, tf_ds = -1045692400, tf_edi = 0, tf_esi = -1045415936, tf_ebp = -748622484, tf_isp = -748622548, tf_ebx = 0, tf_edx = 143587328, tf_ecx = -1047585952, tf_eax = -1045421312, tf_trapno = 12, tf_err = 0, tf_eip = -1045699952, tf_cs = 8, tf_eflags = 78470, tf_esp = -1045733376, tf_ss = -1045660664}) at /usr/src/sys/i386/i386/trap.c:466 #6 0xc1abe290 in ?? () #7 0xc1abfa88 in ?? () #8 0xc01bfc3c in spec_ioctl (ap=0xd360edf0) at /usr/src/sys/miscfs/specfs/spec_vnops.c:306 #9 0xc01bf94d in spec_vnoperate (ap=0xd360edf0) at /usr/src/sys/miscfs/specfs/spec_vnops.c:119 #10 0xc0241b09 in ufs_vnoperatespec (ap=0xd360edf0) at /usr/src/sys/ufs/ufs/ufs_vnops.c:2394 #11 0xc01bc0af in vn_ioctl (fp=0xc1a52b80, com=3222037529, data=0xd360eeb4 "\200", p=0xd3596a80) at vnode_if.h:429 #12 0xc01956da in ioctl (p=0xd3596a80, uap=0xd360ef80) at /usr/src/sys/sys/file.h:178 #13 0xc02aa0b9 in syscall2 (frame={tf_fs = 47, tf_es = 47, tf_ds = 47, tf_edi = 143392256, tf_esi = 143392256, tf_ebp = -1077937296, tf_isp = -748621868, tf_ebx = 7, tf_edx = 0, tf_ecx = 0, tf_eax = 54, tf_trapno = 12, tf_err = 2, tf_eip = 673282704, tf_cs = 31, tf_eflags = 12947, tf_esp = -1077937340, tf_ss = 47}) at /usr/src/sys/i386/i386/trap.c:1175 #14 0xc029db75 in Xint0x80_syscall () #15 0x8500f0b in ?? () #16 0x879ec43 in ?? () #17 0x879f325 in ?? () #18 0x8781e0d in ?? () #19 0x80bfd46 in ?? () #20 0x806c1ad in ?? () #21 0x80bf3be in ?? () #22 0x806b21a in ?? () (kgdb) Cheers, -- Mark A. R. Knight finger: markk@knigma.org Tel: +44 7880 556751 http://www.knigma.org/ From owner-freebsd-stable@FreeBSD.ORG Wed Jun 25 05:25:10 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7600A37B401 for ; Wed, 25 Jun 2003 05:25:10 -0700 (PDT) Received: from hub.org (hub.org [64.117.225.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BB5643FF7 for ; Wed, 25 Jun 2003 05:25:10 -0700 (PDT) (envelope-from scrappy@hub.org) Received: from hub.org (unknown [64.117.225.220]) by hub.org (Postfix) with ESMTP id 933716BBC9F for ; Wed, 25 Jun 2003 09:25:04 -0300 (ADT) Date: Wed, 25 Jun 2003 09:25:04 -0300 (ADT) From: "Marc G. Fournier" To: freebsd-stable@freebsd.org Message-ID: <20030625091933.B10424@hub.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: savecore no longer works ... /kernel version mismatch X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Jun 2003 12:25:10 -0000 'k, now one of my other machines is getting the same thing on a crash: savecore: warning: /kernel version mismatch: "FreeBSD 4.8-STABLE #2: Fri Jun 20 18:34:14 ADT 2003 " and "" It was working, last successful savecore on that machine was Jun 6th: -rw------- 1 root wheel 4227792896 Jun 6 23:58 vmcore.1 -rw------- 1 root wheel 4227792896 Jun 6 10:37 vmcore.0 nothing in /etc/rc.conf has changed: jupiter# grep dump /etc/rc.conf dumpdev="/dev/da0s1b" dumpdir="/vm/crash" # Directory where crash dumps are to be stored jupiter# pstat -s Device 1K-blocks Used Avail Capacity Type /dev/da0s1b 8388480 0 8388480 0% Interleaved Last one on pluto (the one I originally reported) was on May 28th: pluto# ls -lt May9 total 2836272 -rw------- 1 root wheel 1142062312 May 30 10:33 vmcore.2.gz -rw------- 1 root wheel 904014748 May 28 01:23 vmcore.1.gz -rwxr-xr-x 1 root wheel 2551738 May 28 01:02 kernel.debug.gz -rw------- 1 root wheel 854899279 May 28 01:01 vmcore.0.gz and, again, /etc/rc.conf hasn't changed any ... savecore and kernel are from the same build/install: jupiter# ls -ld /kernel /sbin/savecore -r-xr-xr-x 1 root wheel 2029005 Jun 22 00:36 /kernel -r-xr-xr-x 1 root wheel 168364 Jun 22 00:35 /sbin/savecore I haven't modified my /etc/make.conf build settings, nor my kernel settings, in awhile: jupiter# ls -ld /sys/i386/conf/kernel -rw-r--r-- 1 root wheel 2867 Apr 30 01:07 /sys/i386/conf/kernel jupiter# ls -ld /etc/make.conf -rw-r--r-- 1 root wheel 638 Apr 30 01:14 /etc/make.conf From owner-freebsd-stable@FreeBSD.ORG Wed Jun 25 07:12:47 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E26937B401; Wed, 25 Jun 2003 07:12:46 -0700 (PDT) Received: from smtp.datapro.co.za (mail.uskonet.com [196.3.164.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89A1B44011; Wed, 25 Jun 2003 07:12:44 -0700 (PDT) (envelope-from etienne@unix.za.org) Received: from madcow (unknown [196.35.242.87]) by smtp.datapro.co.za (Postfix) with ESMTP id 9E6B517FB0; Wed, 25 Jun 2003 16:11:16 +0200 (SAST) Content-Type: text/plain; charset="iso-8859-1" From: Etienne Ledoux To: freebsd-stable@freebsd.org, questions@freebsd.org Date: Wed, 25 Jun 2003 16:14:07 +0200 User-Agent: KMail/1.4.3 References: <200306241533.43260.etiennel@datapro.co.za> <20030624182330.GA2840@StefanEsser.FreeBSD.org> In-Reply-To: <20030624182330.GA2840@StefanEsser.FreeBSD.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200306251614.07612.etienne@unix.za.org> Subject: (noperiph:sym0:0:-1:-1):SCSI BUS reset delivered. -- HP Netserver LH3r X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Jun 2003 14:12:47 -0000 Ok i fixed my subject a bit. Well I've tried FreeBSD (4.4, 4.8, 5.0), SuSE Linux 8.1, Redhat 9.0. All these operating systems fail to detect the hdd and when trying to loa= d the=20 scsi drivers for it it gives timeout errors (redhat & suse). FreeBSD gives: (noperiph:sym0:0:-1:-1):SCSI BUS reset delivered. =09=09=09(noperiph:sym1:0:-1:-1):SCSI BUS reset delivered. This made me think that it might be a problem with the hardware configura= tion. I've got two exactly the same machines. Both give exactly the same error. I changed the scsi configuration on one machine. Trying different setting= s. No=20 change. (except for the few times where my changes disabled the hdd and i= t=20 couldn't find any OS). I installed the FreeBSD putting the drives into=20 another HP server (which btw also happens to be a Netserver LH3r), and=20 putting them back afterwards. Booting of the cd gives the same error. What does the error: "(noperiph:sym0:0:-1:-1):SCSI BUS reset delivered"=20 actually mean ? What is FreeBSD actually complaining about ? I would assume that these HP servers (we have inhereted a few of them) wo= uld=20 use the same type of hardware. The server I'm trying to install this on i= s a=20 HP cluster server which has an external Raid Storage (which is currently=20 disconnected from the servers). The servers themselves are HP Netserver=20 LH3r's. The standalone server I used to do the install on is also a HP=20 Netserver LH3r. The only noticeable difference between the standalone ser= ver=20 and the server in the cluster is that the standalone server has a single=20 processor and the cluster servers are dual processor. I've removed the SC= SI=20 card which is used to connect the server to the external Raid Storage and= the=20 installation still gives the same error. Now I could start to think that the hardware might be busted, but these=20 servers were still running Redhat 7.1 a few days ago. If I want to try using the NCR driver (mentioned below), How would I go a= bout=20 doing that ? What else could I try. Maybe if I understood the error((noperiph:sym0:0:-1:-1):SCSI BUS reset=20 delivered) a little better, I could try a few other things. hints/tips/anything appreciated. Another weird thing I noticed: - While another guy was installing FreeBSD on an HP pizzabox he also got = this=20 error: "(noperiph:sym0:0:-1:-1):SCSI BUS reset delivered", but it continu= ed=20 to boot and he was able to install the box. hmmmmm ? e. On Tuesday 24 June 2003 20:23, you wrote: > On 2003-06-24 15:33 +0200, Etienne Ledoux wrot= e: > > Greetings > > > > I'm trying to install FreeBSD on a HP Cluster Server. But when I boot > > with the CD's ( 4.4, 4.8 & 5.0 ), it will boot all the way upto "Wait= 15 > > seconds for SCSI devices to settle" and then it immedialty give the > > following message: > > > > (noperiph:sym0:0:-1:-1):SCSI BUS reset delivered. > > (noperiph:sym1:0:-1:-1):SCSI BUS reset delivered. > > > > After this the machine is basically unresponsive/dead. > > > > Any idea what could be causing this and what I could do to fix it ? > > Depending on the SCSI chip you may want to try the NCR driver > instead of the SYM driver. (The SYM driver is an enhanced > version of the NCR driver, but I've heard before, that the NCR > driver may work in (the extremely few) situation where the SYM > driver fails). > > Please send a boot message log and complete error messages and > I'll see whether they help ... > > Regards, STefan From owner-freebsd-stable@FreeBSD.ORG Wed Jun 25 07:45:09 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E07A37B401; Wed, 25 Jun 2003 07:45:09 -0700 (PDT) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5703343F3F; Wed, 25 Jun 2003 07:45:07 -0700 (PDT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [127.0.0.1]) h5PEio1I094745 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 25 Jun 2003 15:45:02 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)h5PEioRb094744; Wed, 25 Jun 2003 15:44:50 +0100 (BST) (envelope-from matthew) Date: Wed, 25 Jun 2003 15:44:50 +0100 From: Matthew Seaman To: Etienne Ledoux Message-ID: <20030625144450.GI90078@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Etienne Ledoux , freebsd-stable@freebsd.org, questions@freebsd.org References: <200306241533.43260.etiennel@datapro.co.za> <20030624182330.GA2840@StefanEsser.FreeBSD.org> <200306251614.07612.etienne@unix.za.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="BOmey7/79ja+7F5w" Content-Disposition: inline In-Reply-To: <200306251614.07612.etienne@unix.za.org> User-Agent: Mutt/1.5.4i X-Spam-Status: No, hits=-11.4 required=5.0 tests=AWL,BAYES_00,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_MUTT autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: questions@freebsd.org cc: freebsd-stable@freebsd.org Subject: Re: (noperiph:sym0:0:-1:-1):SCSI BUS reset delivered. -- HP Netserver LH3r X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Jun 2003 14:45:09 -0000 --BOmey7/79ja+7F5w Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jun 25, 2003 at 04:14:07PM +0200, Etienne Ledoux wrote: > Ok i fixed my subject a bit. >=20 > Well I've tried FreeBSD (4.4, 4.8, 5.0), SuSE Linux 8.1, Redhat 9.0. > All these operating systems fail to detect the hdd and when trying to loa= d the=20 > scsi drivers for it it gives timeout errors (redhat & suse). >=20 > FreeBSD gives: (noperiph:sym0:0:-1:-1):SCSI BUS reset delivered. > (noperiph:sym1:0:-1:-1):SCSI BUS reset delivered. I see that every reboot with my DC-390U3W adaptor (uses the sym driver). Yet my SCSI adapter is working perfectly. I think that's just an informational message and not an error report as such. =20 > This made me think that it might be a problem with the hardware configuration. Very possibly. Or it may be that your SCSI adapter uses something very similar to but not quite compatible with a Symbios Logic chipset. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --BOmey7/79ja+7F5w Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE++bVidtESqEQa7a0RAsbyAJ4hPWGve60JaIdaIRGnpHFEdEBtHQCglINK MtAreQ1QCN9YLFn6GsX+Npc= =bRyJ -----END PGP SIGNATURE----- --BOmey7/79ja+7F5w-- From owner-freebsd-stable@FreeBSD.ORG Wed Jun 25 08:45:57 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12CEC37B401 for ; Wed, 25 Jun 2003 08:45:57 -0700 (PDT) Received: from mail.travelnow.com (mail.travelnow.com [66.119.14.254]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4345B43F85 for ; Wed, 25 Jun 2003 08:45:56 -0700 (PDT) (envelope-from skesterson@travelnow.com) Received: from skesterson.tnow.net ([10.10.16.1]) by mail.travelnow.com (8.12.8/8.12.8) with ESMTP id h5PFjixh029440; Wed, 25 Jun 2003 10:45:44 -0500 Received: from skesterson.tnow.net (localhost [127.0.0.1]) by skesterson.tnow.net (8.12.8/8.12.8) with ESMTP id h5PFkBIO011916; Wed, 25 Jun 2003 10:46:11 -0500 (CDT) (envelope-from skesterson@skesterson.tnow.net) Received: (from skesterson@localhost) by skesterson.tnow.net (8.12.8/8.12.8/Submit) id h5PFkA5s011915; Wed, 25 Jun 2003 10:46:10 -0500 (CDT) Date: Wed, 25 Jun 2003 10:46:10 -0500 From: Samuel Kesterson To: "Crist J. Clark" Message-ID: <20030625154610.GB11282@travelnow.com> References: <20030623175351.GA57658@sec-tools.corp.globalstar.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030623175351.GA57658@sec-tools.corp.globalstar.com> User-Agent: Mutt/1.4.1i X-MailScanner: Found to be clean X-MailScanner-SpamCheck: not spam (whitelisted), SpamAssassin (score=-0.7, required 5, IN_REP_TO, OFFER_BODY, REFERENCES, SPAM_PHRASE_00_01, USER_AGENT, USER_AGENT_MUTT) cc: freebsd-stable@freebsd.org Subject: Re: Iomega Zip 100 Problems with "New" ATA X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Jun 2003 15:45:57 -0000 Thus spake Crist J. Clark (cjclark@alum.mit.edu) [2003-06-23 18:50] : -(Snip)- > I knew there have been some problems with the new (post 4.5) ATA > code. I've reviewed what I could find in the -stable archives and > didn't find anything specific to Zip drives. Has anyone else seen > problems with Zip drives? Any ways to work around this? Perhaps some > boot vars? Well, this isn't going to be super helpful to you, but I did want to offer you some consolation. I had a paraport zip on a 4.7-RELEASE system. This one of course, uses a different driver chain than the IDE one would (At least I think ... I'll not claim that I know much about kernel guts) but I did see similar behavior. On the one I had the machine would boot up and everything would probe correctly (including the zip drive), but as soon as I tried to access the drive from userland, either with a mount, or a `camcontrol reset` or anything like that -- hard lock. I tried different media, different cables, and even a different drive, all to no avail. I don't think it was a parallel port issue as I have other devices on the paraport now (I didn't then) that work fine. I eventually gave up and bought another CD burner... Sorry I couldn't be more helpful. Maybe it's not the IDE driver, but the core ZIP drive code? -- ----------------------------------- Samuel Kesterson skesterson@09217travelnow.com (Remove the numbers to reply) Views expressed are mine and not my employers, blah blah blah. ----------------------------------- From owner-freebsd-stable@FreeBSD.ORG Wed Jun 25 10:05:41 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6117637B401 for ; Wed, 25 Jun 2003 10:05:41 -0700 (PDT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA2BD43FB1 for ; Wed, 25 Jun 2003 10:05:40 -0700 (PDT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.9/8.12.9) with ESMTP id h5PH5FKJ047978; Wed, 25 Jun 2003 13:05:15 -0400 (EDT) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)h5PH5E9n047971; Wed, 25 Jun 2003 13:05:15 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Wed, 25 Jun 2003 13:05:14 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Mark Knight In-Reply-To: <9paKSGHVcW++EwV8@lap.knigma.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-stable@freebsd.org Subject: Re: Kernel core dump in recent 4.8-STABLE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Jun 2003 17:05:41 -0000 On Wed, 25 Jun 2003, Mark Knight wrote: > In message <200306232314.02175.dgw@liwest.at>, Daniela > writes > >Today my system coredumped (4.8-STABLE from Saturday), I believe it's somehow > >X11 related: > > I just updated my system to RELENG_4 from Tuesday morning, and saw a > crash as X started. Unfortunately, It was a remote restart, so I had to > win a race to move xdm out of the way before the system crashed ;) ... > #8 0xc01bfc3c in spec_ioctl (ap=0xd360edf0) > at /usr/src/sys/miscfs/specfs/spec_vnops.c:306 In this stack frame, could you print the contents of the dev pointer and structure? (l dev, l *dev in gdb -k) Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories From owner-freebsd-stable@FreeBSD.ORG Wed Jun 25 11:15:09 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 114E837B401 for ; Wed, 25 Jun 2003 11:15:09 -0700 (PDT) Received: from mail.ncipher.com (mail.ncipher.com [62.190.84.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A8EB43FE1 for ; Wed, 25 Jun 2003 11:15:08 -0700 (PDT) (envelope-from markk@knigma.org) Received: from cromer.ncipher.com ([172.23.135.200]) by mail.ncipher.com with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 3.34 #1) id 19VEnS-0000rV-00 for freebsd-stable@freebsd.org; Wed, 25 Jun 2003 19:15:06 +0100 Received: from lap.knigma.org (mourn.ncipher.com [172.19.133.171]) by cromer.ncipher.com (8.12.9/8.12.9) with ESMTP id h5PIF1Uk092961 for ; Wed, 25 Jun 2003 19:15:06 +0100 (BST) (envelope-from markk@knigma.org) Message-ID: Date: Wed, 25 Jun 2003 19:13:43 +0100 To: freebsd-stable@freebsd.org From: Mark Knight References: <9paKSGHVcW++EwV8@lap.knigma.org> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain;charset=us-ascii;format=flowed User-Agent: Turnpike/6.02-U () Subject: Re: Kernel core dump in recent 4.8-STABLE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Jun 2003 18:15:09 -0000 In message , Robert Watson writes >On Wed, 25 Jun 2003, Mark Knight wrote: > >... >> #8 0xc01bfc3c in spec_ioctl (ap=0xd360edf0) >> at /usr/src/sys/miscfs/specfs/spec_vnops.c:306 > >In this stack frame, could you print the contents of the dev pointer and >structure? (l dev, l *dev in gdb -k) #8 0xc01bfc3c in spec_ioctl (ap=0xd360edf0) at /usr/src/sys/miscfs/specfs/spec_vnops.c:306 306 return ((*devsw(dev)->d_ioctl)(dev, ap->a_command, (kgdb) p dev $1 = 0xc1b03800 (kgdb) p *dev $2 = {si_flags = 0, si_udev = 0, si_hash = {le_next = 0x0, le_prev = 0x0}, si_hlist = {slh_first = 0x0}, si_name = '\000' , si_drv1 = 0x0, si_drv2 = 0x0, si_devsw = 0x0, si_iosize_max = 0, __si_u = { __si_tty = {__sit_tty = 0x0}, __si_disk = {__sid_disk = 0x0, __sid_mountpoint = 0x0, __sid_bsize_phys = 0, __sid_bsize_best = 0}}} (kgdb) Cheers, -- Mark A. R. Knight finger: markk@knigma.org Tel: +44 7880 556751 http://www.knigma.org/ From owner-freebsd-stable@FreeBSD.ORG Wed Jun 25 12:45:13 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3051F37B405 for ; Wed, 25 Jun 2003 12:45:13 -0700 (PDT) Received: from InterJet.dellroad.org (adsl-63-194-81-26.dsl.snfc21.pacbell.net [63.194.81.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09A8844013 for ; Wed, 25 Jun 2003 12:45:11 -0700 (PDT) (envelope-from archie@dellroad.org) Received: from arch20m.dellroad.org (remote-archie.dellroad.org [10.2.2.240]) by InterJet.dellroad.org (8.9.1a/8.9.1) with ESMTP id MAA30028; Wed, 25 Jun 2003 12:32:52 -0700 (PDT) Received: from arch20m.dellroad.org (localhost [127.0.0.1]) by arch20m.dellroad.org (8.12.8/8.12.8) with ESMTP id h5PJWjaP004386; Wed, 25 Jun 2003 14:32:46 -0500 (CDT) (envelope-from archie@arch20m.dellroad.org) Received: (from archie@localhost) by arch20m.dellroad.org (8.12.8/8.12.8/Submit) id h5PJWgUf004385; Wed, 25 Jun 2003 14:32:42 -0500 (CDT) From: Archie Cobbs Message-Id: <200306251932.h5PJWgUf004385@arch20m.dellroad.org> In-Reply-To: <20030624065138.GB478@kirk.dlee.org> To: Doug Lee Date: Wed, 25 Jun 2003 14:32:42 -0500 (CDT) X-Mailer: ELM [version 2.4ME+ PL99b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII cc: freebsd-stable@FreeBSD.ORG cc: Kris Kennaway Subject: Re: mpd VPN won't work after upgrade from 4.6-STABLE to 4.8-STABLE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Jun 2003 19:45:13 -0000 Doug Lee wrote: > Yes, but it's a good enough idea that I'm doing it again just to be > totally sure...and you reminded me that I forgot to rm -r work before > doing it last time :P > > ...but I am getting the same results after just having done The build compile warnings are "normal" and due to old style function declarations in OpenSSL. If you're getting protocol reject errors -- while trying to use Microsoft MPPE encryption? Then probably one side is generating the keys incorrectly. What is the other side? Also, let's see the log trace. -Archie __________________________________________________________________________ Archie Cobbs * Halloo Communications * http://www.halloo.com From owner-freebsd-stable@FreeBSD.ORG Wed Jun 25 14:54:45 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25C6E37B40C for ; Wed, 25 Jun 2003 14:54:45 -0700 (PDT) Received: from gisp.dk (62.79.61.146.adsl.aboes.tiscali.dk [62.79.61.146]) by mx1.FreeBSD.org (Postfix) with SMTP id C644F43FEC for ; Wed, 25 Jun 2003 14:54:42 -0700 (PDT) (envelope-from birkmose@cs.auc.dk) Received: (qmail 788 invoked by uid 85); 25 Jun 2003 22:05:34 -0000 Received: from birkmose@cs.auc.dk by server.gisp.dk by uid 82 with qmail-scanner-1.16 (clamscan: 0.54. spamassassin: 2.53. Clear:. Processed in 0.488139 secs); 25 Jun 2003 22:05:34 -0000 Received: from unknown (HELO mrwinslows) (192.168.1.3) by 192.168.1.2 with SMTP; 25 Jun 2003 22:05:33 -0000 Message-ID: <001d01c33b64$5cede9d0$0301a8c0@mrwinslows> From: "Michael Sig Birkmose" To: References: <87wufbq5m4.fsf@inf.enst.fr> <20030624094553.GA26124@rot13.obsecurity.org> Date: Wed, 25 Jun 2003 23:54:33 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: ICRC error? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Jun 2003 21:54:45 -0000 Hi! I just installed a new disc in FreeBSD 4.8, and updated my fstab with the following extra info /dev/ad2s1b none swap sw 0 0 /dev/ad2s1e /mnt/space ufs rw 2 2 During the boot i get the following: ad0: 58644MB [119150/16/63] at ata0-master UDMA100 ad2: 38166MB [77545/16/63] at ata1-master UDMA100 Mounting root from ufs:/dev/ad0s1a ad2s1e: UDMA ICRC error reading fsbn 2097247 of 16-31 (ad2s1 bn 2097247; cn 130 tn 139 sn 40) retrying ad2s1e: UDMA ICRC error reading fsbn 2097247 of 16-31 (ad2s1 bn 2097247; cn 130 tn 139 sn 40) retrying ad2s1e: UDMA ICRC error reading fsbn 2097247 of 16-31 (ad2s1 bn 2097247; cn 130 tn 139 sn 40) retrying ad2s1e: UDMA ICRC error reading fsbn 2097247 of 16-31 (ad2s1 bn 2097247; cn 130 tn 139 sn 40) falling back to PIO mode Now what does this mean? I also wonder why it says that it found ad2 as UDMA100 since it is actually an UDMA33 disk? Best regards, Michael From owner-freebsd-stable@FreeBSD.ORG Wed Jun 25 15:25:44 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DC3C37B401 for ; Wed, 25 Jun 2003 15:25:44 -0700 (PDT) Received: from kirk.dlee.org (pool-138-88-164-72.res.east.verizon.net [138.88.164.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FF7943FF5 for ; Wed, 25 Jun 2003 15:25:42 -0700 (PDT) (envelope-from dgl@kirk.dlee.org) Received: from kirk.dlee.org (dgl@localhost.dlee.org [127.0.0.1]) by kirk.dlee.org (8.12.8/8.12.9) with ESMTP id h5PMPZhI034068; Wed, 25 Jun 2003 18:25:35 -0400 (EDT) (envelope-from dgl@kirk.dlee.org) Received: (from dgl@localhost) by kirk.dlee.org (8.12.8/8.12.9/Submit) id h5PMPYhd034067; Wed, 25 Jun 2003 18:25:34 -0400 (EDT) Date: Wed, 25 Jun 2003 18:25:34 -0400 From: Doug Lee To: Archie Cobbs Message-ID: <20030625222534.GD478@kirk.dlee.org> Mail-Followup-To: Doug Lee , Archie Cobbs , Kris Kennaway , freebsd-stable@FreeBSD.ORG References: <20030624065138.GB478@kirk.dlee.org> <200306251932.h5PJWgUf004385@arch20m.dellroad.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200306251932.h5PJWgUf004385@arch20m.dellroad.org> User-Agent: Mutt/1.3.25i Organization: Bartimaeus Group cc: freebsd-stable@FreeBSD.ORG cc: Kris Kennaway Subject: Re: mpd VPN won't work after upgrade from 4.6-STABLE to 4.8-STABLE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Jun 2003 22:25:44 -0000 On Wed, Jun 25, 2003 at 02:32:42PM -0500, Archie Cobbs wrote: > Doug Lee wrote: > > Yes, but it's a good enough idea that I'm doing it again just to be > > totally sure...and you reminded me that I forgot to rm -r work before > > doing it last time :P > > > > ...but I am getting the same results after just having done > > The build compile warnings are "normal" and due to old style > function declarations in OpenSSL. > > If you're getting protocol reject errors -- while trying to use > Microsoft MPPE encryption? Then probably one side is generating > the keys incorrectly. What is the other side? Also, let's see > the log trace. Here is a trace consisting of link-up, responses to a set of five pings, and link-terminate, all from the originating side, which is the side I upgraded from 4.6-STABLE to 4.8-STABLE before this all began. IDs and ips have been replaced by descriptive strings. One specific question, other than "Why won't this work?" :-) : What's this line doing in here at the end of the successful CHAP negotiation: 17:35:00 MESG: S=181EBCAE417331F125BCDDB3991C14EF7B39750D On with the logs... 17:34:58 mpd: pid 33535, version 3.13 (root@kirk.dlee.org 01:21 24-Jun-2003) 17:34:58 [vpn] ppp node is "mpd33535-vpn" 17:34:58 mpd: local IP address for PPTP is 0.0.0.0 17:34:58 [vpn] using interface ng1 17:34:58 [vpn] IFACE: Open event 17:34:58 [vpn] IPCP: Open event 17:34:58 [vpn] IPCP: state change Initial --> Starting 17:34:58 [vpn] IPCP: LayerStart 17:34:58 [vpn] bundle: OPEN event in state CLOSED 17:34:58 [vpn] opening link "vpn"... 17:34:58 [vpn] link: OPEN event 17:34:58 [vpn] LCP: Open event 17:34:58 [vpn] LCP: state change Initial --> Starting 17:34:58 [vpn] LCP: LayerStart 17:34:58 [vpn] device: OPEN event in state DOWN 17:34:58 pptp0: connecting to :1723 17:34:58 [vpn] device is now in state OPENING 17:34:58 pptp0: connected to :1723 17:34:58 pptp0: attached to connection with :1723 17:34:58 pptp0-0: outgoing call connected at 64000 bps 17:34:58 [vpn] PPTP call successful 17:34:58 [vpn] device: UP event in state OPENING 17:34:58 [vpn] device is now in state UP 17:34:58 [vpn] link: UP event 17:34:58 [vpn] link: origination is local 17:34:58 [vpn] LCP: Up event 17:34:58 [vpn] LCP: state change Starting --> Req-Sent 17:34:58 [vpn] LCP: phase shift DEAD --> ESTABLISH 17:34:58 [vpn] LCP: SendConfigReq #1 17:34:58 ACFCOMP 17:34:58 PROTOCOMP 17:34:58 MRU 1500 17:34:58 MAGICNUM 77220d8e 17:34:58 AUTHPROTO CHAP MSOFTv2 17:34:58 [vpn] LCP: rec'd Configure Ack #1 link 0 (Req-Sent) 17:34:58 ACFCOMP 17:34:58 PROTOCOMP 17:34:58 MRU 1500 17:34:58 MAGICNUM 77220d8e 17:34:58 AUTHPROTO CHAP MSOFTv2 17:34:58 [vpn] LCP: state change Req-Sent --> Ack-Rcvd 17:35:00 [vpn] LCP: rec'd Configure Request #5 link 0 (Ack-Rcvd) 17:35:00 ACFCOMP 17:35:00 PROTOCOMP 17:35:00 MRU 1500 17:35:00 MAGICNUM 3254ee69 17:35:00 AUTHPROTO CHAP MSOFTv2 17:35:00 [vpn] LCP: SendConfigAck #5 17:35:00 ACFCOMP 17:35:00 PROTOCOMP 17:35:00 MRU 1500 17:35:00 MAGICNUM 3254ee69 17:35:00 AUTHPROTO CHAP MSOFTv2 17:35:00 [vpn] LCP: state change Ack-Rcvd --> Opened 17:35:00 [vpn] LCP: phase shift ESTABLISH --> AUTHENTICATE 17:35:00 [vpn] LCP: auth: peer wants CHAP, I want CHAP 17:35:00 [vpn] CHAP: sending CHALLENGE 17:35:00 [vpn] LCP: LayerUp 17:35:00 [vpn] CHAP: rec'd CHALLENGE #1 17:35:00 Name: "" 17:35:00 Using authname "" 17:35:00 [vpn] CHAP: sending RESPONSE 17:35:00 [vpn] CHAP: rec'd RESPONSE #1 17:35:00 Name: "" 17:35:00 Peer name: "" 17:35:00 Response is valid 17:35:00 [vpn] CHAP: sending SUCCESS 17:35:00 [vpn] CHAP: rec'd SUCCESS #1 17:35:00 MESG: S=181EBCAE417331F125BCDDB3991C14EF7B39750D 17:35:00 [vpn] LCP: authorization successful 17:35:00 [vpn] LCP: phase shift AUTHENTICATE --> NETWORK 17:35:00 [vpn] setting interface ng1 MTU to 1500 bytes 17:35:00 [vpn] up: 1 link, total bandwidth 64000 bps 17:35:00 [vpn] IPCP: Up event 17:35:00 [vpn] IPCP: state change Starting --> Req-Sent 17:35:00 [vpn] IPCP: SendConfigReq #1 17:35:00 IPADDR 17:35:00 COMPPROTO VJCOMP, 16 comp. channels, no comp-cid 17:35:00 [vpn] CCP: Open event 17:35:00 [vpn] CCP: state change Initial --> Starting 17:35:00 [vpn] CCP: LayerStart 17:35:00 [vpn] CCP: Up event 17:35:00 [vpn] CCP: state change Starting --> Req-Sent 17:35:00 [vpn] CCP: SendConfigReq #1 17:35:00 MPPC 17:35:00 0x01000040: MPPE, 128 bit, stateless 17:35:00 [vpn] IPCP: rec'd Configure Request #2 link 0 (Req-Sent) 17:35:00 IPADDR 17:35:00 is OK 17:35:00 COMPPROTO VJCOMP, 16 comp. channels, no comp-cid 17:35:00 [vpn] IPCP: SendConfigAck #2 17:35:00 IPADDR 17:35:00 COMPPROTO VJCOMP, 16 comp. channels, no comp-cid 17:35:01 [vpn] IPCP: state change Req-Sent --> Ack-Sent 17:35:01 [vpn] CCP: rec'd Configure Request #3 link 0 (Req-Sent) 17:35:01 MPPC 17:35:01 0x01000040: MPPE, 128 bit, stateless 17:35:01 [vpn] CCP: SendConfigAck #3 17:35:01 MPPC 17:35:01 0x01000040: MPPE, 128 bit, stateless 17:35:01 [vpn] CCP: state change Req-Sent --> Ack-Sent 17:35:01 [vpn] IPCP: rec'd Configure Ack #1 link 0 (Ack-Sent) 17:35:01 IPADDR 17:35:01 COMPPROTO VJCOMP, 16 comp. channels, no comp-cid 17:35:01 [vpn] IPCP: state change Ack-Sent --> Opened 17:35:01 [vpn] IPCP: LayerUp 17:35:01 -> 17:35:01 [vpn] IFACE: Up event 17:35:01 [vpn] setting interface ng1 MTU to 1496 bytes 17:35:01 [vpn] exec: /sbin/ifconfig ng1 netmask 0xffffffff -link0 17:35:01 [vpn] exec: /sbin/route add -iface lo0 17:35:01 [vpn] exec: /sbin/route add -netmask 0xffffff00 17:35:01 [vpn] IFACE: Up event 17:35:01 [vpn] CCP: rec'd Configure Ack #1 link 0 (Ack-Sent) 17:35:01 MPPC 17:35:01 0x01000040: MPPE, 128 bit, stateless 17:35:01 [vpn] CCP: state change Ack-Sent --> Opened 17:35:01 [vpn] CCP: LayerUp 17:35:01 Compress using: MPPE, 128 bit, stateless 17:35:01 Decompress using: MPPE, 128 bit, stateless 17:35:01 [vpn] setting interface ng1 MTU to 1496 bytes 17:35:03 [vpn] CCP: rec'd Configure Request #4 link 0 (Opened) 17:35:03 MPPC 17:35:03 0x01000040: MPPE, 128 bit, stateless 17:35:03 [vpn] CCP: LayerDown 17:35:03 [vpn] CCP: SendConfigReq #2 17:35:03 MPPC 17:35:03 0x01000040: MPPE, 128 bit, stateless 17:35:03 [vpn] CCP: SendConfigAck #4 17:35:03 MPPC 17:35:03 0x01000040: MPPE, 128 bit, stateless 17:35:03 [vpn] CCP: state change Opened --> Ack-Sent 17:35:03 [vpn] CCP: rec'd Configure Ack #2 link 0 (Ack-Sent) 17:35:03 MPPC 17:35:03 0x01000040: MPPE, 128 bit, stateless 17:35:03 [vpn] CCP: state change Ack-Sent --> Opened 17:35:03 [vpn] CCP: LayerUp 17:35:03 Compress using: MPPE, 128 bit, stateless 17:35:03 Decompress using: MPPE, 128 bit, stateless 17:35:03 [vpn] setting interface ng1 MTU to 1496 bytes The following mpd log entries were generated by a set of five pings I attempted to send up the link: 17:35:15 [vpn] LCP: rec'd Protocol Reject #22 link 0 (Opened) 17:35:15 [vpn] LCP: protocol 0x0023 was rejected 17:35:16 [vpn] LCP: rec'd Protocol Reject #23 link 0 (Opened) 17:35:16 [vpn] LCP: protocol 0x00e7 was rejected 17:35:17 [vpn] LCP: rec'd Protocol Reject #24 link 0 (Opened) 17:35:17 [vpn] LCP: protocol 0x0087 was rejected 17:35:18 [vpn] LCP: rec'd Protocol Reject #25 link 0 (Opened) 17:35:18 [vpn] LCP: protocol 0x006d was rejected 17:35:19 [vpn] LCP: rec'd Protocol Reject #26 link 0 (Opened) 17:35:19 [vpn] LCP: protocol 0x16a1 was rejected There were a few more protocol rejections (probably caused by NetBIOS communication attempts) before I sent mpd a SIGTERM; I'm omitting those here. This is the trace of the termination, in case it helps at all: 17:36:43 mpd: caught fatal signal term 17:36:43 [vpn] IPCP: Down event 17:36:43 [vpn] IPCP: state change Opened --> Starting 17:36:43 [vpn] IPCP: LayerDown 17:36:43 [vpn] IFACE: Down event 17:36:43 [vpn] exec: /sbin/route delete -netmask 0xffffff00 17:36:43 [vpn] exec: /sbin/route delete -iface lo0 17:36:43 [vpn] exec: /sbin/ifconfig ng1 down delete -link0 17:36:43 [vpn] IFACE: Close event 17:36:43 [vpn] IPCP: Close event 17:36:43 [vpn] IPCP: state change Starting --> Initial 17:36:43 [vpn] IPCP: LayerFinish 17:36:43 [vpn] bundle: CLOSE event in state OPENED 17:36:43 [vpn] closing link "vpn"... 17:36:43 [vpn] link: CLOSE event 17:36:43 [vpn] LCP: Close event 17:36:43 [vpn] LCP: state change Opened --> Closing 17:36:43 [vpn] LCP: phase shift NETWORK --> TERMINATE 17:36:43 [vpn] setting interface ng1 MTU to 1500 bytes 17:36:43 [vpn] up: 0 links, total bandwidth 9600 bps 17:36:43 [vpn] IPCP: Down event 17:36:43 [vpn] CCP: Down event 17:36:43 [vpn] CCP: state change Opened --> Starting 17:36:43 [vpn] CCP: LayerDown 17:36:43 [vpn] CCP: Close event 17:36:43 [vpn] CCP: state change Starting --> Initial 17:36:43 [vpn] CCP: LayerFinish 17:36:43 [vpn] closing link "vpn"... 17:36:43 [vpn] LCP: SendTerminateReq #2 17:36:43 [vpn] LCP: LayerDown 17:36:43 [vpn] link: CLOSE event 17:36:43 [vpn] LCP: Close event 17:36:43 [vpn] LCP: rec'd Terminate Ack #6 link 0 (Closing) 17:36:43 [vpn] LCP: state change Closing --> Closed 17:36:43 [vpn] LCP: phase shift TERMINATE --> ESTABLISH 17:36:43 [vpn] LCP: LayerFinish 17:36:43 [vpn] device: CLOSE event in state UP 17:36:43 pptp0-0: clearing call 17:36:43 [vpn] device is now in state CLOSING 17:36:43 [vpn] device: DOWN event in state CLOSING 17:36:43 [vpn] device is now in state DOWN 17:36:43 [vpn] link: DOWN event 17:36:43 [vpn] LCP: Down event 17:36:43 [vpn] LCP: state change Closed --> Initial 17:36:43 [vpn] LCP: phase shift ESTABLISH --> DEAD 17:36:43 pptp0: got StopCtrlConnRequest: reason=local shutdown 17:36:43 pptp0: killing connection with :1723 17:36:43 pptp0-0: killing channel 17:36:45 mpd: process 33535 terminated Thanks for any help... -- Doug Lee dgl@dlee.org http://www.dlee.org Bartimaeus Group doug@bartsite.com http://www.bartsite.com "Believe, when you are most unhappy, that there is something for you to do in the world. So long as you can sweeten another's pain, life is not in vain." --Helen Keller From owner-freebsd-stable@FreeBSD.ORG Wed Jun 25 16:35:17 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A170937B401 for ; Wed, 25 Jun 2003 16:35:17 -0700 (PDT) Received: from aphrodite.aquezada.com (H130.C231.tor.velocet.net [216.138.231.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACBA944020 for ; Wed, 25 Jun 2003 16:35:16 -0700 (PDT) (envelope-from lists@aquezada.com) Received: from localhost (localhost [127.0.0.1]) by aphrodite.aquezada.com (Postfix) with ESMTP id 98BCE1464; Wed, 25 Jun 2003 19:29:24 -0400 (EDT) Received: from aphrodite.aquezada.com ([127.0.0.1])port 10024) with LMTP id 61475-09; Wed, 25 Jun 2003 19:29:22 -0400 (EDT) Received: from jupiter.acf.aquezada.com (jupiter.acf.aquezada.com [192.168.5.5]) by aphrodite.aquezada.com (Postfix) with ESMTP id 819C9145F; Wed, 25 Jun 2003 19:29:22 -0400 (EDT) Received: by jupiter.acf.aquezada.com (Postfix, from userid 1001) id 54B6552F7E; Wed, 25 Jun 2003 19:35:05 -0400 (EDT) From: "Julian C. Dunn - Lists" To: Michael Sig Birkmose In-Reply-To: <001d01c33b64$5cede9d0$0301a8c0@mrwinslows> References: <87wufbq5m4.fsf@inf.enst.fr> <20030624094553.GA26124@rot13.obsecurity.org> <001d01c33b64$5cede9d0$0301a8c0@mrwinslows> Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: Aquezada Productions Message-Id: <1056584104.2749.333.camel@jupiter.acf.aquezada.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.3.92 (Preview Release) Date: 25 Jun 2003 19:35:05 -0400 X-Virus-Scanned: by amavisd-new at aquezada.com cc: freebsd-stable@freebsd.org Subject: Re: ICRC error? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Jun 2003 23:35:17 -0000 On Wed, 2003-06-25 at 17:54, Michael Sig Birkmose wrote: > Hi! > I just installed a new disc in FreeBSD 4.8, and updated my fstab with the > following extra info > /dev/ad2s1b none swap sw 0 0 > /dev/ad2s1e /mnt/space ufs rw 2 2 > > During the boot i get the following: > > ad0: 58644MB [119150/16/63] at ata0-master UDMA100 > ad2: 38166MB [77545/16/63] at ata1-master UDMA100 > Mounting root from ufs:/dev/ad0s1a > ad2s1e: UDMA ICRC error reading fsbn 2097247 of 16-31 (ad2s1 bn 2097247; cn > 130 tn 139 sn 40) retrying > ad2s1e: UDMA ICRC error reading fsbn 2097247 of 16-31 (ad2s1 bn 2097247; cn > 130 tn 139 sn 40) retrying > ad2s1e: UDMA ICRC error reading fsbn 2097247 of 16-31 (ad2s1 bn 2097247; cn > 130 tn 139 sn 40) retrying > ad2s1e: UDMA ICRC error reading fsbn 2097247 of 16-31 (ad2s1 bn 2097247; cn > 130 tn 139 sn 40) falling back to PIO mode > > > Now what does this mean? > I also wonder why it says that it found ad2 as UDMA100 since it is actually > an UDMA33 disk? Euh... which one is your new disk? It would seem to me that the 60GB drive i.e. ad0 is the newer one? Unless you're in the habit of buying disks that are smaller than your existing setup. In any case, according to Seagate (http://www.seagate.com/support/disc/specs/ata/st340016a.html) your ad2 drive *IS* UDMA100. But it sounds like the disk is bad. I usually get these errors when the drive is dying. - Julian -- [ Julian C. Dunn * ] [ WWW: http://www.aquezada.com/staff/julian/ * PGP: 0xFDC205B9 ] [ "sometimes you win, sometimes you lose / and most times ] [ you choose between the two" - carole king, "sweet seasons" ] From owner-freebsd-stable@FreeBSD.ORG Wed Jun 25 16:45:27 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19FC437B401 for ; Wed, 25 Jun 2003 16:45:27 -0700 (PDT) Received: from ece.cmu.edu (ECE.CMU.EDU [128.2.136.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CCDE4401E for ; Wed, 25 Jun 2003 16:45:26 -0700 (PDT) (envelope-from allbery@ece.cmu.edu) Received: from rushlight (allbery@allbery.dsl.telerama.com [205.201.8.182]) (authenticated) by ece.cmu.edu (8.11.0/8.10.2) with ESMTP id h5PNjB418930; Wed, 25 Jun 2003 19:45:11 -0400 (EDT) From: "Brandon S. Allbery " KF8NH To: "Julian C. Dunn - Lists" In-Reply-To: <1056584104.2749.333.camel@jupiter.acf.aquezada.com> References: <87wufbq5m4.fsf@inf.enst.fr> <20030624094553.GA26124@rot13.obsecurity.org> <001d01c33b64$5cede9d0$0301a8c0@mrwinslows> <1056584104.2749.333.camel@jupiter.acf.aquezada.com> Content-Type: text/plain Organization: Message-Id: <1056584715.49075.4.camel@rushlight.kf8nh.apk.net> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.4 Date: 25 Jun 2003 19:45:15 -0400 Content-Transfer-Encoding: 7bit cc: freebsd-stable@freebsd.org Subject: Re: ICRC error? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Jun 2003 23:45:27 -0000 On Wed, 2003-06-25 at 19:35, Julian C. Dunn - Lists wrote: > > Now what does this mean? > > I also wonder why it says that it found ad2 as UDMA100 since it is actually > > an UDMA33 disk? > > Euh... which one is your new disk? It would seem to me that the 60GB > drive i.e. ad0 is the newer one? Unless you're in the habit of buying > disks that are smaller than your existing setup. In any case, according > to Seagate > (http://www.seagate.com/support/disc/specs/ata/st340016a.html) your ad2 > drive *IS* UDMA100. > > But it sounds like the disk is bad. I usually get these errors when the > drive is dying. ICRC is "interface CRC", as opposed to data CRC; if you're getting only ICRC errors and not data CRC errors, it usually points to bad cabling, *not* to a bad disk. I suggest you make sure you're using an ATA100-rated cable and that the total cable length is within ATA100 limits. -- brandon s allbery [openafs/solaris/japh/freebsd] allbery@kf8nh.apk.net system administrator [linux/heimdal/too many hats] allbery@ece.cmu.edu electrical and computer engineering KF8NH carnegie mellon university [better check the oblivious first -ke6sls] From owner-freebsd-stable@FreeBSD.ORG Wed Jun 25 18:03:17 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7676237B401 for ; Wed, 25 Jun 2003 18:03:17 -0700 (PDT) Received: from smtp1.home.se (smtp1.home.se [213.214.194.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DF3744003 for ; Wed, 25 Jun 2003 18:03:16 -0700 (PDT) (envelope-from sandos@home.se) Received: from sandos sandos@home.se [130.243.95.28]Novell NetWare; Thu, 26 Jun 2003 03:02:16 +0200 Message-ID: <000b01c33b7e$bc37fdd0$0000fea9@sandos> From: =?iso-8859-1?Q?John_B=E4ckstrand?= To: Date: Thu, 26 Jun 2003 03:03:20 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: Mbuf Clusters on 4.8 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 26 Jun 2003 01:03:17 -0000 Ive been googling quite a bit now for problems with running out of mbuf clusters. Im basically sending a 30k datachunk down 1000-4000 connections, but 1000 is more than enough to quickly fill upp 8192 mbuf clusters. I also tried setting maximum amount of mbuf clusters to 65536, but that only made the box hard-wire 86MB of 96MB RAM, making it just as unsuable as a dead machine. Of course, when the machine runs out of mbuf clusters, it dies. I also found this with google: "Finally, the fact that FreeBSD 3.x panics when it runs out of mbuf clusters is a well-known problem. The solution is to not let it run out of mbuf clusters by configuring a sufficient number for them." >From this it sounds as it is a problem that should be fixed, but it obviously isnt in 4.8. Is this behaviour now considered acceptable? And if so, doesnt this make FreeBSD extremely easy to kill using a simple DOS-attack? Is this "fixed" in any way on 5.1? --- John Bไckstrand From owner-freebsd-stable@FreeBSD.ORG Wed Jun 25 18:54:44 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F97C37B401 for ; Wed, 25 Jun 2003 18:54:43 -0700 (PDT) Received: from godel.mtl.distributel.net (nat.MTL.distributel.NET [66.38.181.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1E0A43FF9 for ; Wed, 25 Jun 2003 18:54:42 -0700 (PDT) (envelope-from bmilekic@technokratis.com) Received: from godel.mtl.distributel.net (localhost [127.0.0.1]) h5PLvhBS002541; Wed, 25 Jun 2003 21:57:43 GMT (envelope-from bmilekic@technokratis.com) Received: (from bmilekic@localhost) by godel.mtl.distributel.net (8.12.9/8.12.9/Submit) id h5PLvhe5002540; Wed, 25 Jun 2003 21:57:43 GMT X-Authentication-Warning: godel.mtl.distributel.net: bmilekic set sender to bmilekic@technokratis.com using -f Date: Wed, 25 Jun 2003 21:57:43 +0000 From: Bosko Milekic To: John B?ckstrand Message-ID: <20030625215743.GA2506@technokratis.com> References: <000b01c33b7e$bc37fdd0$0000fea9@sandos> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000b01c33b7e$bc37fdd0$0000fea9@sandos> User-Agent: Mutt/1.4.1i cc: freebsd-stable@freebsd.org Subject: Re: Mbuf Clusters on 4.8 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 26 Jun 2003 01:54:44 -0000 On Thu, Jun 26, 2003 at 03:03:20AM +0200, John B?ckstrand wrote: > Ive been googling quite a bit now for problems with > running out of mbuf > clusters. Im basically sending a 30k datachunk down > 1000-4000 connections, > but 1000 is more than enough to quickly fill upp 8192 > mbuf clusters. I also > tried setting maximum amount of mbuf clusters to 65536, > but that only made > the box hard-wire 86MB of 96MB RAM, making it just as > unsuable as a dead > machine. > > Of course, when the machine runs out of mbuf clusters, > it dies. I also found > this with google: > > "Finally, the fact that FreeBSD 3.x panics when it runs > out of > mbuf clusters is a well-known problem. The solution is > to not > let it run out of mbuf clusters by configuring a > sufficient > number for them." > > >From this it sounds as it is a problem that should be > fixed, but it > obviously isnt in 4.8. Is this behaviour now considered > acceptable? And if > so, doesnt this make FreeBSD extremely easy to kill > using a simple > DOS-attack? Is this "fixed" in any way on 5.1? > > --- > John B?ckstrand It's not panicking, it's running out of resources. Whenever you have this sort of problem you need to provide more information, there is absolutely no way I can help you like this. You need to, at the very minimum, give us 'netstat -m' output and make a serious attempt at figuring out what is consuming so many clusters. You could be running out of clusters but you could also be running out of memory before you run out of clusters, in which case you should probably _not_ increase nmbclusters and instead fix the underlying problem instead (re-work your application). In such a scenario, blindly bumping up nmbclusters can make the problem worse. Even if you had 'unlimited' (or dynamically growing) nmbclusters, you'd _still_ have the same problem and, what's more, it could actually render your system even more unusable as the machine would not be able to allocate memory for other more important uses. -- Bosko Milekic * bmilekic@technokratis.com * bmilekic@FreeBSD.org TECHNOkRATIS Consulting Services * http://www.technokratis.com/ From owner-freebsd-stable@FreeBSD.ORG Wed Jun 25 22:53:00 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6ACC37B401 for ; Wed, 25 Jun 2003 22:53:00 -0700 (PDT) Received: from h68-144-29-132.cg.shawcable.net (h68-144-29-132.cg.shawcable.net [68.144.29.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C79843FE1 for ; Wed, 25 Jun 2003 22:53:00 -0700 (PDT) (envelope-from gtf@cirp.org) Received: from cirp.org (localhost [127.0.0.1])h5Q5quhJ040169 for ; Wed, 25 Jun 2003 23:52:58 -0600 (MDT) (envelope-from gtf@cirp.org) Message-Id: <200306260552.h5Q5quhJ040169@h68-144-29-132.cg.shawcable.net> Date: Wed, 25 Jun 2003 23:52:55 -0600 (MDT) From: "Geoffrey T. Falk" To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: TEXT/plain; CHARSET=US-ASCII Subject: Can I remove lib-elf.so.1? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 26 Jun 2003 05:53:01 -0000 I am cleaning up my 4-STABLE system. After a fresh installworld, I am looking at files that did not get touched by the install. Is it safe to remove all such files? In particular, I am looking at /usr/libexec/lib-elf.so.1, which has the schg flag set. I am afraid to remove this for fear of making my system unbootable. Could somebody please reassure me that it is ok to noschg and remove this old file? Thanks Geoffrey From owner-freebsd-stable@FreeBSD.ORG Thu Jun 26 00:11:33 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 713E037B401 for ; Thu, 26 Jun 2003 00:11:33 -0700 (PDT) Received: from mail.svzserv.kemerovo.su (mail.svzserv.kemerovo.su [213.184.65.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3616E4400D for ; Thu, 26 Jun 2003 00:11:29 -0700 (PDT) (envelope-from eugen@grosbein.pp.ru) Received: from main.svzserv.kemerovo.su (root@hq.svzserv.kemerovo.su [213.184.65.65])h5Q7BOPZ050540 for ; Thu, 26 Jun 2003 15:11:25 +0800 (NKZS) (envelope-from eugen@grosbein.pp.ru) Received: from grosbein.pp.ru (D00015.dialonly.kemerovo.su [213.184.66.105]) h5Q7BLSj087101 for ; Thu, 26 Jun 2003 15:11:22 +0800 (NKZS) (envelope-from eugen@grosbein.pp.ru) Received: from grosbein.pp.ru (smmsp@localhost [127.0.0.1]) by grosbein.pp.ru (8.12.9/8.12.9) with ESMTP id h5Q7BFrb000956 for ; Thu, 26 Jun 2003 15:11:15 +0800 (KRAST) (envelope-from eugen@grosbein.pp.ru) Received: (from eugen@localhost) by grosbein.pp.ru (8.12.9/8.12.9/Submit) id h5Q7A8Ni000935; Thu, 26 Jun 2003 15:10:08 +0800 (KRAST) Date: Thu, 26 Jun 2003 15:10:08 +0800 From: Eugene Grosbein To: =?koi8-r?Q?John_B=E4ckstrand?= Message-ID: <20030626151007.A877@grosbein.pp.ru> References: <000b01c33b7e$bc37fdd0$0000fea9@sandos> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <000b01c33b7e$bc37fdd0$0000fea9@sandos>; from sandos@home.se on Thu, Jun 26, 2003 at 03:03:20AM +0200 cc: freebsd-stable@freebsd.org Subject: Re: Mbuf Clusters on 4.8 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 26 Jun 2003 07:11:33 -0000 > From this it sounds as it is a problem that should be > fixed, but it > obviously isnt in 4.8. Is this behaviour now considered > acceptable? And if > so, doesnt this make FreeBSD extremely easy to kill > using a simple > DOS-attack? Is this "fixed" in any way on 5.1? Afaik, this bug was recently fixed in both of HEAD and STABLE. Eugene From owner-freebsd-stable@FreeBSD.ORG Thu Jun 26 01:18:08 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E259737B401 for ; Thu, 26 Jun 2003 01:18:08 -0700 (PDT) Received: from host185.dolanmedia.com (host185.dolanmedia.com [209.98.197.185]) by mx1.FreeBSD.org (Postfix) with SMTP id D85D843F93 for ; Thu, 26 Jun 2003 01:18:07 -0700 (PDT) (envelope-from greg.panula@dolaninformation.com) Received: (qmail 12505 invoked by uid 0); 26 Jun 2003 08:18:07 -0000 Received: from greg.panula@dolaninformation.com by proxy by uid 82 with qmail-scanner-1.16 ( Clear:. Processed in 1.611787 secs); 26 Jun 2003 08:18:07 -0000 X-Qmail-Scanner-Mail-From: greg.panula@dolaninformation.com via proxy X-Qmail-Scanner-Rcpt-To: sandos@home.se,freebsd-stable@freebsd.org X-Qmail-Scanner: 1.16 (Clear:. Processed in 1.611787 secs) Received: from unknown (HELO mail.dolanmedia.com) (10.1.1.23) by host185.dolanmedia.com with SMTP; 26 Jun 2003 08:18:04 -0000 Received: from dolaninformation.com (10.1.1.135) by mail.dolanmedia.com (Worldmail 1.3.167); 26 Jun 2003 03:18:04 -0500 Sender: pang@FreeBSD.ORG Message-ID: <3EFAAC3C.8911F322@dolaninformation.com> Date: Thu, 26 Jun 2003 03:18:04 -0500 From: Greg Panula Organization: Dolan Information Center Inc X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: John =?iso-8859-1?Q?B=E4ckstrand?= References: <000b01c33b7e$bc37fdd0$0000fea9@sandos> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit cc: freebsd-stable@freebsd.org Subject: Re: Mbuf Clusters on 4.8 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: greg.panula@dolaninformation.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jun 2003 08:18:09 -0000 John Bdckstrand wrote: > > Ive been googling quite a bit now for problems with > running out of mbuf > clusters. Im basically sending a 30k datachunk down > 1000-4000 connections, > but 1000 is more than enough to quickly fill upp 8192 > mbuf clusters. I also > tried setting maximum amount of mbuf clusters to 65536, > but that only made > the box hard-wire 86MB of 96MB RAM, making it just as > unsuable as a dead > machine. It isn't the amount data you are sending but the overhead required for each network connection. I would recommend adding more RAM. Bump it up to 256MB. With mbuf set at 65536 and using 86MB, you should still have plenty left for your application. If that doesn't solve your problem or you can't add more memory, then you'll want to look at controling the number of simultaneous connections to a number that your box can handle. > > Of course, when the machine runs out of mbuf clusters, > it dies. I also found > this with google: > > "Finally, the fact that FreeBSD 3.x panics when it runs > out of > mbuf clusters is a well-known problem. The solution is > to not > let it run out of mbuf clusters by configuring a > sufficient > number for them." > > >From this it sounds as it is a problem that should be > fixed, but it > obviously isnt in 4.8. Is this behaviour now considered > acceptable? And if > so, doesnt this make FreeBSD extremely easy to kill > using a simple > DOS-attack? Is this "fixed" in any way on 5.1? Yup, that is what DoS attack is... exhaustion of one or more resources of the victim. P2P software is an easy way to exhaust mbuf buffers on a box. P2P software(e.g. edonkey) can be a useful network stress tool; opens lots of connections and pushes a lot of data. My experience with mbuf exhaustion on a 4-stable boxes has been the box basically loses network connectivty until it can recover some buffers. The box is still responsive from the console and killing the offending application from the console will free up the mbufs and restore network connectivity. good luck, greg From owner-freebsd-stable@FreeBSD.ORG Thu Jun 26 04:05:00 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5053237B404 for ; Thu, 26 Jun 2003 04:05:00 -0700 (PDT) Received: from smtp1.home.se (smtp1.home.se [213.214.194.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 870EF4403D for ; Thu, 26 Jun 2003 04:04:58 -0700 (PDT) (envelope-from sandos@home.se) Received: from sandos sandos@home.se [130.243.95.28]Novell NetWare; Thu, 26 Jun 2003 13:03:59 +0200 Message-ID: <005b01c33bd2$cba0cd70$0000fea9@sandos> From: =?iso-8859-1?Q?John_B=E4ckstrand?= To: "Bosko Milekic" References: <000b01c33b7e$bc37fdd0$0000fea9@sandos> <20030625215743.GA2506@technokratis.com> Date: Thu, 26 Jun 2003 13:05:04 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 cc: freebsd-stable@freebsd.org Subject: Re: Mbuf Clusters on 4.8 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 26 Jun 2003 11:05:00 -0000 > On Thu, Jun 26, 2003 at 03:03:20AM +0200, John B?ckstrand wrote: > > Ive been googling quite a bit now for problems with > > running out of mbuf > > clusters. Im basically sending a 30k datachunk down > > 1000-4000 connections, > > but 1000 is more than enough to quickly fill upp 8192 > > mbuf clusters. I also > > tried setting maximum amount of mbuf clusters to 65536, > > but that only made > > the box hard-wire 86MB of 96MB RAM, making it just as > > unsuable as a dead > > machine. > > > > Of course, when the machine runs out of mbuf clusters, > > it dies. I also found > > this with google: > > > > "Finally, the fact that FreeBSD 3.x panics when it runs > > out of > > mbuf clusters is a well-known problem. The solution is > > to not > > let it run out of mbuf clusters by configuring a > > sufficient > > number for them." > > > > >From this it sounds as it is a problem that should be > > fixed, but it > > obviously isnt in 4.8. Is this behaviour now considered > > acceptable? And if > > so, doesnt this make FreeBSD extremely easy to kill > > using a simple > > DOS-attack? Is this "fixed" in any way on 5.1? > > > > --- > > John B?ckstrand > > It's not panicking, it's running out of resources. Whenever you have > this sort of problem you need to provide more information, there is > absolutely no way I can help you like this. You need to, at the very > minimum, give us 'netstat -m' output and make a serious attempt at > figuring out what is consuming so many clusters. You could be running > out of clusters but you could also be running out of memory before you > run out of clusters, in which case you should probably _not_ increase > nmbclusters and instead fix the underlying problem instead (re-work > your application). In such a scenario, blindly bumping up nmbclusters > can make the problem worse. Even if you had 'unlimited' (or > dynamically growing) nmbclusters, you'd _still_ have the same problem > and, what's more, it could actually render your system even more > unusable as the machine would not be able to allocate memory for > other more important uses. Yes, you are right, I didnt get a panick. Firstly, heres is /var/log/messages from when the box hung: Jun 26 02:29:30 sandbsd /kernel: All mbuf clusters exhausted, please see tuning(7). Jun 26 02:29:35 sandbsd last message repeated 4 times Jun 26 02:29:35 sandbsd /kernel: rl0: watchdog timeout Jun 26 02:29:36 sandbsd /kernel: All mbuf clusters exhausted, please see tuning(7). Jun 26 02:29:56 sandbsd last message repeated 17 times Jun 26 02:29:57 sandbsd /kernel: rl0: watchdog timeout I cant give netstat -m after it hung, obviously, but with 8192 max mbuf clusters I can see some time before the hang that peak is at 8192 clusters, I also saw lots of requests for memory denied, and requests for memory delayed, but no calls to drain routines. I also saw about 20MB allocated to network (60% of mb_map). This was the last time I tried hanging it, and I somehow thought it mas managing. After all, denying requests means it did actually cope with a memory starvation. The NIC is a realtek 8139. I wonder what significance those watchdog timeout messages have? I might try with a 3com later today (any card which doesnt require mbufs should be finer, if there is any such thing). --- John Bไckstrand From owner-freebsd-stable@FreeBSD.ORG Thu Jun 26 04:10:38 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9DA437B409 for ; Thu, 26 Jun 2003 04:10:38 -0700 (PDT) Received: from smtp1.home.se (smtp1.home.se [213.214.194.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8090843FFB for ; Thu, 26 Jun 2003 04:10:37 -0700 (PDT) (envelope-from sandos@home.se) Received: from sandos sandos@home.se [130.243.95.28]Novell NetWare; Thu, 26 Jun 2003 13:08:03 +0200 Message-ID: <006501c33bd3$5d2749e0$0000fea9@sandos> From: =?iso-8859-1?Q?John_B=E4ckstrand?= To: References: <000b01c33b7e$bc37fdd0$0000fea9@sandos> <3EFAAC3C.8911F322@dolaninformation.com> Date: Thu, 26 Jun 2003 13:09:08 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 cc: freebsd-stable@freebsd.org Subject: Re: Mbuf Clusters on 4.8 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 26 Jun 2003 11:10:39 -0000 > > >From this it sounds as it is a problem that should be > > fixed, but it > > obviously isnt in 4.8. Is this behaviour now considered > > acceptable? And if > > so, doesnt this make FreeBSD extremely easy to kill > > using a simple > > DOS-attack? Is this "fixed" in any way on 5.1? > > Yup, that is what DoS attack is... exhaustion of one or more resources > of the victim. > > P2P software is an easy way to exhaust mbuf buffers on a box. P2P > software(e.g. edonkey) can be a useful network stress tool; opens lots > of connections and pushes a lot of data. My experience with mbuf > exhaustion on a 4-stable boxes has been the box basically loses network > connectivty until it can recover some buffers. The box is still > responsive from the console and killing the offending application from > the console will free up the mbufs and restore network connectivity. Ah, unfortunately my box doesnt respond even to keyboard events (caps lock etc). The behaviour you describe I find totally acceptable on the other hand. And the software Im writing happens to be p2p-related, but its not a edonkey server. :) --- John Bไckstrand From owner-freebsd-stable@FreeBSD.ORG Thu Jun 26 07:59:38 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF27137B401 for ; Thu, 26 Jun 2003 07:59:38 -0700 (PDT) Received: from mailhost.firstcallgroup.co.uk (dilbert.firstcallgroup.co.uk [194.200.93.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAC6343F85 for ; Thu, 26 Jun 2003 07:59:37 -0700 (PDT) (envelope-from pfrench@firstcallgroup.co.uk) Received: from pfrench by mailhost.firstcallgroup.co.uk with local (Exim 4.12) id 19VYDl-0000EE-00; Thu, 26 Jun 2003 15:59:33 +0100 To: stable@FreeBSD.ORG Message-Id: From: Pete French Date: Thu, 26 Jun 2003 15:59:33 +0100 cc: ~v@firstcallgroup.co.uk Subject: Is there something sppecial about pass4 ? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 26 Jun 2003 14:59:39 -0000 Machine is 4.8-STABLE smaug# camcontrol devlist at scbus0 target 0 lun 0 (pass0,da0) at scbus0 target 1 lun 0 (pass1,da1) at scbus0 target 2 lun 0 (pass2,da2) at scbus0 target 3 lun 0 (pass3,da3) at scbus0 target 5 lun 0 (pass4,da4) smaug# ls -l /dev/pass* crw------- 1 root operator 31, 0 Jun 26 15:54 /dev/pass0 crw------- 1 root operator 31, 1 Jun 26 15:54 /dev/pass1 crw------- 1 root operator 31, 2 Jun 26 15:54 /dev/pass2 crw------- 1 root operator 31, 3 Jun 26 15:54 /dev/pass3 No pass4. I cant make pass4 with MAKEDEV either - plus I note that in the MAKEDEV scrip then 'all' explicitly does 'sh MAKEDEV pass4 xpt2' using mknod by hand seems to work - but I cant see why MAKEDEV wont do it. -pcf. From owner-freebsd-stable@FreeBSD.ORG Thu Jun 26 08:39:06 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05E5E37B401 for ; Thu, 26 Jun 2003 08:39:06 -0700 (PDT) Received: from panzer.kdm.org (panzer.kdm.org [216.160.178.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id E96F543FDF for ; Thu, 26 Jun 2003 08:39:04 -0700 (PDT) (envelope-from ken@panzer.kdm.org) Received: from panzer.kdm.org (localhost [127.0.0.1]) by panzer.kdm.org (8.12.9/8.12.5) with ESMTP id h5QFd15e071347; Thu, 26 Jun 2003 09:39:01 -0600 (MDT) (envelope-from ken@panzer.kdm.org) Received: (from ken@localhost) by panzer.kdm.org (8.12.9/8.12.5/Submit) id h5QFd1o3071346; Thu, 26 Jun 2003 09:39:01 -0600 (MDT) (envelope-from ken) Date: Thu, 26 Jun 2003 09:39:00 -0600 From: "Kenneth D. Merry" To: Pete French Message-ID: <20030626093900.A71328@panzer.kdm.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from pfrench@firstcallgroup.co.uk on Thu, Jun 26, 2003 at 03:59:33PM +0100 cc: stable@freebsd.org cc: ~v@firstcallgroup.co.uk Subject: Re: Is there something sppecial about pass4 ? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 26 Jun 2003 15:39:06 -0000 On Thu, Jun 26, 2003 at 15:59:33 +0100, Pete French wrote: > Machine is 4.8-STABLE > > smaug# camcontrol devlist > at scbus0 target 0 lun 0 (pass0,da0) > at scbus0 target 1 lun 0 (pass1,da1) > at scbus0 target 2 lun 0 (pass2,da2) > at scbus0 target 3 lun 0 (pass3,da3) > at scbus0 target 5 lun 0 (pass4,da4) > > smaug# ls -l /dev/pass* > crw------- 1 root operator 31, 0 Jun 26 15:54 /dev/pass0 > crw------- 1 root operator 31, 1 Jun 26 15:54 /dev/pass1 > crw------- 1 root operator 31, 2 Jun 26 15:54 /dev/pass2 > crw------- 1 root operator 31, 3 Jun 26 15:54 /dev/pass3 > > No pass4. I cant make pass4 with MAKEDEV either - plus I note that > in the MAKEDEV scrip then 'all' explicitly does 'sh MAKEDEV pass4 xpt2' > > using mknod by hand seems to work - but I cant see why MAKEDEV wont do it. The number for the passthrough device is actually how many to make. So when you do a MAKEDEV pass4, you get pass0-3. So try: sh MAKEDEV pass8 You should wind up with pass0-pass7. Ken -- Kenneth Merry ken@kdm.org From owner-freebsd-stable@FreeBSD.ORG Thu Jun 26 09:03:46 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98E8D37B404 for ; Thu, 26 Jun 2003 09:03:46 -0700 (PDT) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3DFC43FCB for ; Thu, 26 Jun 2003 09:03:45 -0700 (PDT) (envelope-from marck@rinet.ru) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.12.9/8.12.9) with ESMTP id h5QG3Xsp083079; Thu, 26 Jun 2003 20:03:40 +0400 (MSD) (envelope-from marck@rinet.ru) Date: Thu, 26 Jun 2003 20:03:33 +0400 (MSD) From: Dmitry Morozovsky To: "Geoffrey T. Falk" In-Reply-To: <200306260552.h5Q5quhJ040169@h68-144-29-132.cg.shawcable.net> Message-ID: <20030626200206.I80636@woozle.rinet.ru> References: <200306260552.h5Q5quhJ040169@h68-144-29-132.cg.shawcable.net> X-NCC-RegID: ru.rinet MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-stable@freebsd.org Subject: Re: Can I remove lib-elf.so.1? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 26 Jun 2003 16:03:46 -0000 On Wed, 25 Jun 2003, Geoffrey T. Falk wrote: GTF> I am cleaning up my 4-STABLE system. After a fresh installworld, I am GTF> looking at files that did not get touched by the install. Is it safe to GTF> remove all such files? GTF> GTF> In particular, I am looking at /usr/libexec/lib-elf.so.1, which has the GTF> schg flag set. I am afraid to remove this for fear of making my system GTF> unbootable. Could somebody please reassure me that it is ok to noschg GTF> and remove this old file? My 4.8-R and 4.8-S systems do not have this file: marck@woozle:~> l -o /usr/libexec/lib-elf.so.1 ls: /usr/libexec/lib-elf.so.1: No such file or directory marck@woozle:~> uname -a FreeBSD woozle.rinet.ru 4.8-STABLE FreeBSD 4.8-STABLE #4: Wed Apr 16 17:28:12 MSD 2003 marck@woozle.rinet.ru:/usr/obj/lh/src/sys/woozle i386 root@kucha:/var# l -o /usr/libexec/lib-elf.so.1 ls: /usr/libexec/lib-elf.so.1: No such file or directory root@kucha:/var# uname -a FreeBSD kucha.rinet.ru 4.8-RELEASE FreeBSD 4.8-RELEASE #2: Tue Apr 1 21:02:29 MSD 2003 marck@kucha.rinet.ru:/usr/obj/FreeBSD/src.stable-48/sys/kucha i386 So, I suppose this file can be safely removed. Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------ From owner-freebsd-stable@FreeBSD.ORG Thu Jun 26 09:34:36 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 034A337B401 for ; Thu, 26 Jun 2003 09:34:35 -0700 (PDT) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7292C43FA3 for ; Thu, 26 Jun 2003 09:34:33 -0700 (PDT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [127.0.0.1]) h5QGYA1I025206 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 26 Jun 2003 17:34:18 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)h5QGYAWK025205; Thu, 26 Jun 2003 17:34:10 +0100 (BST) (envelope-from matthew) Date: Thu, 26 Jun 2003 17:34:10 +0100 From: Matthew Seaman To: Dmitry Morozovsky Message-ID: <20030626163410.GC22666@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Dmitry Morozovsky , "Geoffrey T. Falk" , freebsd-stable@freebsd.org References: <200306260552.h5Q5quhJ040169@h68-144-29-132.cg.shawcable.net> <20030626200206.I80636@woozle.rinet.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="RIYY1s2vRbPFwWeW" Content-Disposition: inline In-Reply-To: <20030626200206.I80636@woozle.rinet.ru> User-Agent: Mutt/1.5.4i X-Spam-Status: No, hits=-11.4 required=5.0 tests=AWL,BAYES_00,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_MUTT autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: freebsd-stable@freebsd.org Subject: Re: Can I remove lib-elf.so.1? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 26 Jun 2003 16:34:36 -0000 --RIYY1s2vRbPFwWeW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jun 26, 2003 at 08:03:33PM +0400, Dmitry Morozovsky wrote: > On Wed, 25 Jun 2003, Geoffrey T. Falk wrote: >=20 > GTF> I am cleaning up my 4-STABLE system. After a fresh installworld, I am > GTF> looking at files that did not get touched by the install. Is it safe= to > GTF> remove all such files? > GTF> > GTF> In particular, I am looking at /usr/libexec/lib-elf.so.1, which has = the > GTF> schg flag set. I am afraid to remove this for fear of making my syst= em > GTF> unbootable. Could somebody please reassure me that it is ok to noschg > GTF> and remove this old file? >=20 > My 4.8-R and 4.8-S systems do not have this file: >=20 > marck@woozle:~> l -o /usr/libexec/lib-elf.so.1 > ls: /usr/libexec/lib-elf.so.1: No such file or directory > marck@woozle:~> uname -a > FreeBSD woozle.rinet.ru 4.8-STABLE FreeBSD 4.8-STABLE #4: Wed Apr 16 17:2= 8:12 > MSD 2003 marck@woozle.rinet.ru:/usr/obj/lh/src/sys/woozle i386 >=20 > root@kucha:/var# l -o /usr/libexec/lib-elf.so.1 > ls: /usr/libexec/lib-elf.so.1: No such file or directory > root@kucha:/var# uname -a > FreeBSD kucha.rinet.ru 4.8-RELEASE FreeBSD 4.8-RELEASE #2: Tue Apr 1 21:= 02:29 > MSD 2003 marck@kucha.rinet.ru:/usr/obj/FreeBSD/src.stable-48/sys/kucha > i386 >=20 > So, I suppose this file can be safely removed. But removing the similarly named 'ld-elf.so.1' would be a serious case of foot shooting. That's the run-time link editor, and without it an program that uses shared libraries will not work. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --RIYY1s2vRbPFwWeW Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE++yCCdtESqEQa7a0RAn0RAJsGgC7ZBStFZkBXbwvAcPRQFE1RXwCgkKKy D7nzPOPgXUHsMJ5o/6uZ45c= =LbG+ -----END PGP SIGNATURE----- --RIYY1s2vRbPFwWeW-- From owner-freebsd-stable@FreeBSD.ORG Thu Jun 26 09:38:02 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A8A937B401 for ; Thu, 26 Jun 2003 09:38:02 -0700 (PDT) Received: from falcon.midgard.homeip.net (h76n3fls20o913.bredband.comhem.se [213.67.148.76]) by mx1.FreeBSD.org (Postfix) with SMTP id C75EF43FBF for ; Thu, 26 Jun 2003 09:37:58 -0700 (PDT) (envelope-from ertr1013@student.uu.se) Received: (qmail 25120 invoked by uid 1001); 26 Jun 2003 16:37:56 -0000 Date: Thu, 26 Jun 2003 18:37:56 +0200 From: Erik Trulsson To: "Geoffrey T. Falk" Message-ID: <20030626163756.GA24949@falcon.midgard.homeip.net> Mail-Followup-To: "Geoffrey T. Falk" , freebsd-stable@freebsd.org References: <200306260552.h5Q5quhJ040169@h68-144-29-132.cg.shawcable.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200306260552.h5Q5quhJ040169@h68-144-29-132.cg.shawcable.net> User-Agent: Mutt/1.5.4i cc: freebsd-stable@freebsd.org Subject: Re: Can I remove lib-elf.so.1? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 26 Jun 2003 16:38:02 -0000 On Wed, Jun 25, 2003 at 11:52:55PM -0600, Geoffrey T. Falk wrote: > I am cleaning up my 4-STABLE system. After a fresh installworld, I am > looking at files that did not get touched by the install. Is it safe to > remove all such files? No, it is not always safe. Some files are only updated if the new file is different from the old file. The include files are an example of this as to avoid fooling makefiles into believing that stuff need to be recompiled when it is just the date of an include file that has changed and not its contents. > > In particular, I am looking at /usr/libexec/lib-elf.so.1, which has the > schg flag set. I am afraid to remove this for fear of making my system > unbootable. Could somebody please reassure me that it is ok to noschg > and remove this old file? There shouldn't be any file named /usr/libexec/lib-elf.so.1 so if you actually have one it is safe to remove it (and time to start investigating where it came from), but if you actually meant /usr/libexec/ld-elf.so.1 then you should *NOT* remove it. /usr/libexec/ld-elf.so.1 is needed for running any dynamically linked programs. It is not quite as critical as /sbin/init or /kernel but nearly so. It is precisely because this file is so critical that it is not updated unless it has actually changed. In general the few files that have the schg flag set has it for good reasons. -- Erik Trulsson ertr1013@student.uu.se From owner-freebsd-stable@FreeBSD.ORG Thu Jun 26 11:54:06 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FB5737B401 for ; Thu, 26 Jun 2003 11:54:06 -0700 (PDT) Received: from sj-iport-1.cisco.com (sj-iport-1-in.cisco.com [171.71.176.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 535DE43F3F for ; Thu, 26 Jun 2003 11:54:03 -0700 (PDT) (envelope-from root@sj-core-4.cisco.com) Received: from sj-core-4.cisco.com (171.68.223.138) by sj-iport-1.cisco.com with ESMTP; 26 Jun 2003 11:55:50 -0800 Received: from localhost (localhost [127.0.0.1]) by sj-core-4.cisco.com (8.12.6/8.12.6) with SMTP id h5QIs1RJ018342 for ; Thu, 26 Jun 2003 11:54:01 -0700 (PDT) Date: Thu, 26 Jun 2003 11:54:01 -0700 (PDT) Message-Id: <200306261854.h5QIs1RJ018342@sj-core-4.cisco.com> From: root@sj-core-4.cisco.com To: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Virus Alert X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 26 Jun 2003 18:54:06 -0000 *** THIS IS AN AUTOMATED MESSAGE *** A mail message sent from this account to a Cisco employee had an attachment called your_details.zip. The file your_details.zip contained a virus. Please contact your local System Administrator for further assistance. From owner-freebsd-stable@FreeBSD.ORG Thu Jun 26 12:33:37 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90FB837B401 for ; Thu, 26 Jun 2003 12:33:37 -0700 (PDT) Received: from freebsd.giovannelli.com (freebsd.giovannelli.com [194.184.65.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84D2443FDF for ; Thu, 26 Jun 2003 12:33:35 -0700 (PDT) (envelope-from gmarco@giovannelli.it) Received: from usul.giovannelli.it (usul.giovannelli.com [10.254.254.4]) h5QJbdvB000964 for ; Thu, 26 Jun 2003 21:37:39 +0200 (CEST) (envelope-from gmarco@giovannelli.it) Message-Id: <5.2.1.1.2.20030626212835.063e6950@194.184.65.4> X-Sender: gmarco@194.184.65.4 (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 5.2.1 Date: Thu, 26 Jun 2003 21:33:35 +0200 To: stable@freebsd.org From: Gianmarco Giovannelli Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-AntiVirus: checked by AntiVir Milter 1.0.2; AVE 6.20.0.1; VDF 6.20.0.19 Subject: apache panics on a recent 4.8-STABLE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 26 Jun 2003 19:33:37 -0000 Yesterday I begin a couple of update to the latest 4.8-STABLE. After that the two boxes continues to go in panics as soon as Apache (1.3 from the ports, also freshly recompiled, 2.0.x seems NOT to hang) starts. I don't know if it is related to the other thread : "Kernel core dump in recent 4.8-STABLE" but it is easily reproducible by cvsupping to a today -STABLE and then running apache 1.3 ... Thanks very much for any info you con provide. Best Regards, Gianmarco Giovannelli , "Unix expert since yesterday" http://www.gufi.org/~gmarco From owner-freebsd-stable@FreeBSD.ORG Thu Jun 26 12:58:52 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87BCD37B401 for ; Thu, 26 Jun 2003 12:58:52 -0700 (PDT) Received: from mwinf0404.wanadoo.fr (smtp5.wanadoo.fr [193.252.22.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA2A543FBD for ; Thu, 26 Jun 2003 12:58:50 -0700 (PDT) (envelope-from david@landgren.net) Received: from landgren.net (unknown [217.128.154.151]) by mwinf0404.wanadoo.fr (SMTP Server) with ESMTP id 5945A38000A9; Thu, 26 Jun 2003 21:58:49 +0200 (CEST) Message-ID: <3EFB5090.9040704@landgren.net> Date: Thu, 26 Jun 2003 21:59:12 +0200 From: David Landgren Organization: Oh smear this man across the walls/Like strawberries and cream/It's the only way to be User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030612 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <20030623103943.S55530-100000@gargoyle.bazzle.com> In-Reply-To: <20030623103943.S55530-100000@gargoyle.bazzle.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: "Eric J. Chet" Subject: Re: garbled top display X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 26 Jun 2003 19:58:53 -0000 Eric J. Chet wrote: [...] >>> Just a sanity check. I'm seeing a garbled display with top. I >>>rebuild kernel and world a couple times, I even rm -rf /usr/include to >>>make sure I was up to date. Anybody else seeing this? >> >>Define garbled. >> >>Thanks, >>David >> > > > Sure .... > > Script started on Mon Jun 23 10:39:06 2003 > bash-2.05a$ top > last pid: 3359; load averages: 0.06, 0.02, 0.00 up 1+13:20:4210:39:09 > 10 processes: 1 running > CPU states: % user, % nice, % system, % interrupt, % idle > Mem: 16M Active, 55M Inact, 26M Wired, 8748K Cache, 22M Buf, 15M Free > Swap: 256M Total, 52K Used, 256M Free > > PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND > 1 '++*00'* -22 -52 0K 0K ? -128 ??? 0.15% 0.15% <> > 968972 root -22 -52 3083M 0K ? 6 ??? 0.00% 0.05% <> [... etc etc ...] wow. I've seen garbled top displays before, like the RES going -ve or things like that. But never anything like this. I am reminded of the scene in Poltergeist, where the couple get a paranormal expert into the house to take a look, and he natters on about how he saw a toy car roll across a room over the space of six hours... and then they open the door... It looks to me like your structs are out of whack, and so when top comes along to read an element of a struct, it's using the wrong offset from base, and hence printf (or whatever) renders garbage. I.e., as if different headers are used in compiling the kernel and the rest. Does ps give reasonable output? Are you sure you really cleaned out /usr/src before recompiling? Has the compiler been upgraded recently? David From owner-freebsd-stable@FreeBSD.ORG Thu Jun 26 15:23:33 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7273A37B401 for ; Thu, 26 Jun 2003 15:23:33 -0700 (PDT) Received: from bill.infodev.ca (host3.infodev.ca [216.13.47.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D09043FF2 for ; Thu, 26 Jun 2003 15:23:31 -0700 (PDT) (envelope-from dpageau@infodev.ca) Received: from localhost (localhost.infodev.ca [127.0.0.1]) by bill.infodev.ca (Postfix) with ESMTP id 1BA892EB40; Thu, 26 Jun 2003 18:23:48 -0400 (EDT) Received: from bill.infodev.ca ([127.0.0.1]) by localhost (bill.infodev.ca [127.0.0.1:10024]) (amavisd-new) with ESMTP id 91123-08; Thu, 26 Jun 2003 18:23:47 -0400 (EDT) Received: from infodev.ca (host2.infodev.ca [216.13.47.2]) by bill.infodev.ca (Postfix) with ESMTP id B296F2EB3F for ; Thu, 26 Jun 2003 18:23:47 -0400 (EDT) Message-ID: <3EFB71C7.2090403@infodev.ca> Date: Thu, 26 Jun 2003 18:20:55 -0400 From: "D.Pageau" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3.1) Gecko/20030425 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-stable@freebsd.org X-Enigmail-Version: 0.74.3.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new Subject: Re: IBM ServeRaid - ips driver? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 26 Jun 2003 22:23:33 -0000 I have a brand new IBM 335 with IDE controller and I have the same keyboard problem. The keyboard is working at bios/bootloader and stop to work when freebsd kernel boot. I get this error "atkbd: unable to set the command byte." Any clue? uname -a FreeBSD XXXX 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Thu Jun 5 02:55:42 GMT 2003 root@wv1u.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC i386 Jun 26 09:46:10 kernel: atkbdc0: port 0x60,0x64 irq 1 on acpi0 Jun 26 09:46:10 kernel: atkbd0: flags 0x1 irq 1 on atkbdc0 Jun 26 09:46:10 kernel: atkbd: unable to set the command byte. Jun 26 09:46:10 kernel: device_probe_and_attach: atkbd0 attach returned 6 Jun 26 09:46:10 kernel: psm0: unable to set the command byte. > On Mon, 2 Jun 2003, Arnvid Karstad wrote: > >> Hiya all, >> >> Just saw that the 5.1 RC/Beta had finally support ips/serveraid >> controllers. (Even tho 4Lx and 5i seem to have LSI chipsets contra the >> older ones).... But when trying to boot the 5.1RC1 mini iso it failes >> to detect my keyboard... The server is an IBM xSeries 335 1 u server >> with and onboard LSI (mpt0) kontroller for the boot disks and an 4Lx >> used for EXP300 external storage. > > Try a different keyboard mfr. or a USB keyboard. -- Dominic Pageau From owner-freebsd-stable@FreeBSD.ORG Thu Jun 26 15:52:46 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 331DC37B401 for ; Thu, 26 Jun 2003 15:52:46 -0700 (PDT) Received: from bill.infodev.ca (host3.infodev.ca [216.13.47.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C30243FF2 for ; Thu, 26 Jun 2003 15:52:45 -0700 (PDT) (envelope-from dpageau@infodev.ca) Received: from localhost (localhost.infodev.ca [127.0.0.1]) by bill.infodev.ca (Postfix) with ESMTP id 8E3142EB40; Thu, 26 Jun 2003 18:53:02 -0400 (EDT) Received: from bill.infodev.ca ([127.0.0.1]) by localhost (bill.infodev.ca [127.0.0.1:10024]) (amavisd-new) with ESMTP id 91399-10; Thu, 26 Jun 2003 18:53:02 -0400 (EDT) Received: from infodev.ca (host2.infodev.ca [216.13.47.2]) by bill.infodev.ca (Postfix) with ESMTP id 34A5E2EB3F for ; Thu, 26 Jun 2003 18:53:02 -0400 (EDT) Message-ID: <3EFB78A2.4050304@infodev.ca> Date: Thu, 26 Jun 2003 18:50:10 -0400 From: "D.Pageau" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3.1) Gecko/20030425 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-stable@freebsd.org X-Enigmail-Version: 0.74.3.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new Subject: Re: IBM ServeRaid - ips driver? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 26 Jun 2003 22:52:46 -0000 verbose boot Jun 26 14:50:59 kernel: atkbdc0: port 0x60,0x64 irq 1 on acpi0 Jun 26 14:50:59 kernel: atkbd0: flags 0x1 irq 1 on atkbdc0 Jun 26 14:50:59 kernel: atkbd: the current kbd controller command byte 0065 Jun 26 14:50:59 kernel: atkbd: unable to set the command byte. Jun 26 14:50:59 kernel: device_probe_and_attach: atkbd0 attach returned 6 Jun 26 14:50:59 kernel: psm0: unable to allocate IRQ Jun 26 14:50:59 kernel: psmcpnp0 irq 12 on acpi0 Jun 26 14:50:59 kernel: psm0: current command byte:0065 Jun 26 14:50:59 kernel: psm0: unable to set the command byte. > On Mon, 2 Jun 2003, Arnvid Karstad wrote: > >> Hiya all, >> >> Just saw that the 5.1 RC/Beta had finally support ips/serveraid >> controllers. (Even tho 4Lx and 5i seem to have LSI chipsets contra the >> older ones).... But when trying to boot the 5.1RC1 mini iso it failes >> to detect my keyboard... The server is an IBM xSeries 335 1 u server >> with and onboard LSI (mpt0) kontroller for the boot disks and an 4Lx >> used for EXP300 external storage. > > Try a different keyboard mfr. or a USB keyboard. -- Dominic Pageau From owner-freebsd-stable@FreeBSD.ORG Thu Jun 26 16:40:59 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AC9F37B401 for ; Thu, 26 Jun 2003 16:40:59 -0700 (PDT) Received: from cronos.madness.at (madness.at [213.153.61.104]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7046543FE9 for ; Thu, 26 Jun 2003 16:40:58 -0700 (PDT) (envelope-from mad-ml@madness.at) Received: from 213-147-160-52.adsl.ycn.com ([213.147.160.52] helo=madness.at) by cronos.madness.at with asmtp (TLSv1:AES256-SHA:256) (Exim 4.20) id 19VgMK-0003UI-KA for freebsd-stable@freebsd.org; Fri, 27 Jun 2003 01:40:56 +0200 Message-ID: <3EFB8462.4090003@madness.at> Date: Fri, 27 Jun 2003 01:40:18 +0200 From: Alexander Marx User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5a) Gecko/20030622 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <3EFB71C7.2090403@infodev.ca> In-Reply-To: <3EFB71C7.2090403@infodev.ca> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: IBM ServeRaid - ips driver? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 26 Jun 2003 23:40:59 -0000 D.Pageau wrote: > I have a brand new IBM 335 with IDE controller and I have the same > keyboard problem. The keyboard is working at bios/bootloader and stop > to work when freebsd kernel boot. > > I get this error "atkbd: unable to set the command byte." > > Any clue? > hm .. i'm not sure if this is related, but we had similar kbd issues with a brnad new x305 and linux 2.5.71. it just would'nt boot; it always oops'ed just after the keyboard initialisation ... finally flashing the bios with a newer version from the ibm page (dated 2003-06-19!) fixed it .. i know linux != freebsd, but maybe freebsd has the same problem here. hth, alex. From owner-freebsd-stable@FreeBSD.ORG Thu Jun 26 17:18:59 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDE4637B401 for ; Thu, 26 Jun 2003 17:18:59 -0700 (PDT) Received: from castle.jp.FreeBSD.org (castle.jp.FreeBSD.org [210.226.20.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9133F43FE5 for ; Thu, 26 Jun 2003 17:18:58 -0700 (PDT) (envelope-from matusita@jp.FreeBSD.org) Received: from localhost (localhost [::1])h5R0IqY02568; Fri, 27 Jun 2003 09:18:53 +0900 (JST) (envelope-from matusita@jp.FreeBSD.org) In-Reply-To: References: X-User-Agent: Mew/1.94.2 Emacs/21.3 X-FaceAnim: (-O_O-)(O_O- )(_O- )(O- )(- -)( -O)( -O_)( -O_O)(-O_O-) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Dispatcher: imput version 20030322(IM144) Lines: 7 From: Makoto Matsushita To: pfrench@firstcallgroup.co.uk Date: Fri, 27 Jun 2003 09:18:48 +0900 Message-Id: <20030627091848Z.matusita@jp.FreeBSD.org> cc: stable@FreeBSD.org Subject: Re: Is there something sppecial about pass4 ? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 27 Jun 2003 00:19:00 -0000 pfrench> No pass4. Try "sh MAKEDEV pass5", but as you pointed out, it would be a design error. -- - Makoto `MAR' Matsushita From owner-freebsd-stable@FreeBSD.ORG Thu Jun 26 18:15:59 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AF5737B401 for ; Thu, 26 Jun 2003 18:15:59 -0700 (PDT) Received: from smtp1.home.se (smtp1.home.se [213.214.194.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DD4644003 for ; Thu, 26 Jun 2003 18:15:58 -0700 (PDT) (envelope-from sandos@home.se) Received: from sandos sandos@home.se [130.243.95.28]Novell NetWare; Fri, 27 Jun 2003 03:14:58 +0200 Message-ID: <001301c33c49$ae39ab40$0000fea9@sandos> From: =?iso-8859-1?Q?John_B=E4ckstrand?= To: "Eugene Grosbein" References: <000b01c33b7e$bc37fdd0$0000fea9@sandos> <20030626151007.A877@grosbein.pp.ru> Date: Fri, 27 Jun 2003 03:16:04 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 cc: freebsd-stable@freebsd.org Subject: Re: Mbuf Clusters on 4.8 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 27 Jun 2003 01:15:59 -0000 > > From this it sounds as it is a problem that should be > > fixed, but it > > obviously isnt in 4.8. Is this behaviour now considered > > acceptable? And if > > so, doesnt this make FreeBSD extremely easy to kill > > using a simple > > DOS-attack? Is this "fixed" in any way on 5.1? > > Afaik, this bug was recently fixed in both of HEAD and STABLE. > > Eugene Yes, you could well be right. The fix about not checking return values from m_copy() when receiving broadcast messages I think, sure seems to fit what is happening to me. I disconnected my three machines from the rest of the LAN, and tried exhausting mbuf clusters again. This time, it didnt hang, and no rl0 watchdog messages either. I am ugprading the box now and will try a new kernel. --- John Bไckstrand From owner-freebsd-stable@FreeBSD.ORG Thu Jun 26 18:30:10 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F09AF37B401 for ; Thu, 26 Jun 2003 18:30:10 -0700 (PDT) Received: from InterJet.dellroad.org (adsl-63-194-81-26.dsl.snfc21.pacbell.net [63.194.81.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01ACA43FA3 for ; Thu, 26 Jun 2003 18:30:10 -0700 (PDT) (envelope-from archie@dellroad.org) Received: from arch20m.dellroad.org (remote-archie.dellroad.org [10.2.2.240]) by InterJet.dellroad.org (8.9.1a/8.9.1) with ESMTP id SAA39430; Thu, 26 Jun 2003 18:24:58 -0700 (PDT) Received: from arch20m.dellroad.org (localhost [127.0.0.1]) by arch20m.dellroad.org (8.12.8/8.12.8) with ESMTP id h5R1OhaP008888; Thu, 26 Jun 2003 20:24:45 -0500 (CDT) (envelope-from archie@arch20m.dellroad.org) Received: (from archie@localhost) by arch20m.dellroad.org (8.12.8/8.12.8/Submit) id h5R1Oeb2008887; Thu, 26 Jun 2003 20:24:40 -0500 (CDT) From: Archie Cobbs Message-Id: <200306270124.h5R1Oeb2008887@arch20m.dellroad.org> In-Reply-To: <20030625222534.GD478@kirk.dlee.org> To: Doug Lee Date: Thu, 26 Jun 2003 20:24:39 -0500 (CDT) X-Mailer: ELM [version 2.4ME+ PL99b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII cc: freebsd-stable@FreeBSD.ORG cc: Archie Cobbs cc: Kris Kennaway Subject: Re: mpd VPN won't work after upgrade from 4.6-STABLE to 4.8-STABLE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 27 Jun 2003 01:30:11 -0000 Doug Lee wrote: > > If you're getting protocol reject errors -- while trying to use > > Microsoft MPPE encryption? Then probably one side is generating > > the keys incorrectly. What is the other side? Also, let's see > > the log trace. > > Here is a trace consisting of link-up, responses to a set of five > pings, and link-terminate, all from the originating side, which is the > > ... > > One specific question, other than "Why won't this work?" :-) : What's > this line doing in here at the end of the successful CHAP negotiation: > > 17:35:00 MESG: S=181EBCAE417331F125BCDDB3991C14EF7B39750D This is Microsoft overloading the CHAP message string with their reverse authentication hash. It's normal with MS-CHAP. > The following mpd log entries were generated by a set of five pings > I attempted to send up the link: > > 17:35:15 [vpn] LCP: rec'd Protocol Reject #22 link 0 (Opened) > 17:35:15 [vpn] LCP: protocol 0x0023 was rejected > 17:35:16 [vpn] LCP: rec'd Protocol Reject #23 link 0 (Opened) > 17:35:16 [vpn] LCP: protocol 0x00e7 was rejected > 17:35:17 [vpn] LCP: rec'd Protocol Reject #24 link 0 (Opened) > 17:35:17 [vpn] LCP: protocol 0x0087 was rejected > 17:35:18 [vpn] LCP: rec'd Protocol Reject #25 link 0 (Opened) > 17:35:18 [vpn] LCP: protocol 0x006d was rejected > 17:35:19 [vpn] LCP: rec'd Protocol Reject #26 link 0 (Opened) > 17:35:19 [vpn] LCP: protocol 0x16a1 was rejected Again, what's on the other side of the link? Is it necessary to enable MS-CHAP in both directions? The other side is screwing up MPPE key generation. Note that with MS-CHAPv2, the server is authenticated as well anyway, so you really only need to authenticate in one direction. -Archie __________________________________________________________________________ Archie Cobbs * Halloo Communications * http://www.halloo.com From owner-freebsd-stable@FreeBSD.ORG Thu Jun 26 18:31:01 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8119737B405 for ; Thu, 26 Jun 2003 18:31:01 -0700 (PDT) Received: from kirk.dlee.org (pool-138-88-164-72.res.east.verizon.net [138.88.164.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07FFB43FFD for ; Thu, 26 Jun 2003 18:31:00 -0700 (PDT) (envelope-from dgl@kirk.dlee.org) Received: from kirk.dlee.org (dgl@localhost.dlee.org [127.0.0.1]) by kirk.dlee.org (8.12.8/8.12.9) with ESMTP id h5R1UuhI042580; Thu, 26 Jun 2003 21:30:56 -0400 (EDT) (envelope-from dgl@kirk.dlee.org) Received: (from dgl@localhost) by kirk.dlee.org (8.12.8/8.12.9/Submit) id h5R1UtgI042579; Thu, 26 Jun 2003 21:30:55 -0400 (EDT) Date: Thu, 26 Jun 2003 21:30:54 -0400 From: Doug Lee To: Archie Cobbs Message-ID: <20030627013054.GA42511@kirk.dlee.org> Mail-Followup-To: Doug Lee , Archie Cobbs , freebsd-stable@freebsd.org References: <20030624065138.GB478@kirk.dlee.org> <200306251932.h5PJWgUf004385@arch20m.dellroad.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200306251932.h5PJWgUf004385@arch20m.dellroad.org> User-Agent: Mutt/1.3.25i Organization: Bartimaeus Group cc: freebsd-stable@freebsd.org Subject: Possible Solution (Re: mpd VPN won't work after upgrade from 4.6-STABLE to 4.8-STABLE) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 27 Jun 2003 01:31:01 -0000 Re: the "protocol reject" errors; I left the original messages below this for reference, but I'm not so much following directly onto them... Archie, I'm mildly embarrassed. I just now found something you wrote in November of last year advising the following patch to fix exactly this problem. I am running two 4.8-STABLE boxen, and it is not part of /sys/netgraph/ng_ppp.c in CVS yet, apparently... --- sys/netgraph/ng_ppp.c.orig Thu Nov 21 12:39:06 2002 +++ sys/netgraph/ng_ppp.c Thu Nov 21 12:39:26 2002 @@ -744,7 +744,7 @@ case HOOK_INDEX_VJC_VJIP: if (priv->conf.enableCompression && priv->hooks[HOOK_INDEX_COMPRESS] != NULL) { - if ((m = ng_ppp_addproto(m, proto, 1)) == NULL) { + if ((m = ng_ppp_addproto(m, proto, 0)) == NULL) { NG_FREE_META(meta); return (ENOBUFS); } I patched ng_ppp.c, but I don't know if I can rebuild netgraph without a make world, which takes a good 12 hours on this P166... advice on that welcome. Should one of us submit a PR for this, or did I miss something? Thanks much! On Wed, Jun 25, 2003 at 02:32:42PM -0500, Archie Cobbs wrote: > Doug Lee wrote: > > Yes, but it's a good enough idea that I'm doing it again just to be > > totally sure...and you reminded me that I forgot to rm -r work before > > doing it last time :P > > > > ...but I am getting the same results after just having done > > The build compile warnings are "normal" and due to old style > function declarations in OpenSSL. > > If you're getting protocol reject errors -- while trying to use > Microsoft MPPE encryption? Then probably one side is generating > the keys incorrectly. What is the other side? Also, let's see > the log trace. > > -Archie > > __________________________________________________________________________ > Archie Cobbs * Halloo Communications * http://www.halloo.com -- Doug Lee dgl@dlee.org http://www.dlee.org Bartimaeus Group doug@bartsite.com http://www.bartsite.com No one alive is beyond hope; every second of life is a chance. (08/29/02) From owner-freebsd-stable@FreeBSD.ORG Thu Jun 26 19:00:07 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0518137B401 for ; Thu, 26 Jun 2003 19:00:07 -0700 (PDT) Received: from InterJet.dellroad.org (adsl-63-194-81-26.dsl.snfc21.pacbell.net [63.194.81.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0974843F75 for ; Thu, 26 Jun 2003 19:00:06 -0700 (PDT) (envelope-from archie@dellroad.org) Received: from arch20m.dellroad.org (remote-archie.dellroad.org [10.2.2.240]) by InterJet.dellroad.org (8.9.1a/8.9.1) with ESMTP id SAA39586; Thu, 26 Jun 2003 18:45:23 -0700 (PDT) Received: from arch20m.dellroad.org (localhost [127.0.0.1]) by arch20m.dellroad.org (8.12.8/8.12.8) with ESMTP id h5R1jBaP009179; Thu, 26 Jun 2003 20:45:12 -0500 (CDT) (envelope-from archie@arch20m.dellroad.org) Received: (from archie@localhost) by arch20m.dellroad.org (8.12.8/8.12.8/Submit) id h5R1j9p2009178; Thu, 26 Jun 2003 20:45:09 -0500 (CDT) From: Archie Cobbs Message-Id: <200306270145.h5R1j9p2009178@arch20m.dellroad.org> In-Reply-To: <200306270140.h5R1ecCk009051@arch20m.dellroad.org> To: Doug@dellroad.org, Lee Date: Thu, 26 Jun 2003 20:45:09 -0500 (CDT) X-Mailer: ELM [version 2.4ME+ PL99b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII cc: freebsd-stable@FreeBSD.ORG Subject: Re: Possible Solution (Re: mpd VPN won't work after upgrade from4.6-STABLE to 4.8-STABLE) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 27 Jun 2003 02:00:07 -0000 Archie Cobbs wrote: > > Re: the "protocol reject" errors; I left the original messages below > > this for reference, but I'm not so much following directly onto > > them... > > > > Archie, I'm mildly embarrassed. I just now found something you wrote > > in November of last year advising the following patch to fix exactly > > this problem. I am running two 4.8-STABLE boxen, and it is not part > > of /sys/netgraph/ng_ppp.c in CVS yet, apparently... > > > > --- sys/netgraph/ng_ppp.c.orig Thu Nov 21 12:39:06 2002 > > +++ sys/netgraph/ng_ppp.c Thu Nov 21 12:39:26 2002 > > @@ -744,7 +744,7 @@ > > case HOOK_INDEX_VJC_VJIP: > > if (priv->conf.enableCompression > > && priv->hooks[HOOK_INDEX_COMPRESS] != NULL) { > > - if ((m = ng_ppp_addproto(m, proto, 1)) == NULL) { > > + if ((m = ng_ppp_addproto(m, proto, 0)) == NULL) { > > NG_FREE_META(meta); > > return (ENOBUFS); > > } > > I patched ng_ppp.c, but I don't know if I can rebuild netgraph without > > a make world, which takes a good 12 hours on this P166... advice on > > that welcome. > > All you need to do is rebuild/reinstall your kernel+modules. > > > Should one of us submit a PR for this, or did I miss something? > > This is (arguably) a bug in whatever is running on the other side > of your link (it's not FreeBSD, right?). So that's why it was never > checked in (because it's a workaround that costs an extra byte in > every packet). However, you could argue that it should be I guess... OK, just saw your next email where you said it was a FreeBSD box. So this patch will probably not fix the problem (because I'm pretty sure FreeBSD never had the problem that this patch works around).. could you just try it out anyway just to confirm that? In which case there is some other bug/problem. In any case, the workaround of only authenticating in one direction should get things working again. -Archie __________________________________________________________________________ Archie Cobbs * Halloo Communications * http://www.halloo.com From owner-freebsd-stable@FreeBSD.ORG Thu Jun 26 19:00:09 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08DEF37B401 for ; Thu, 26 Jun 2003 19:00:09 -0700 (PDT) Received: from InterJet.dellroad.org (adsl-63-194-81-26.dsl.snfc21.pacbell.net [63.194.81.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A98743F75 for ; Thu, 26 Jun 2003 19:00:08 -0700 (PDT) (envelope-from archie@dellroad.org) Received: from arch20m.dellroad.org (remote-archie.dellroad.org [10.2.2.240]) by InterJet.dellroad.org (8.9.1a/8.9.1) with ESMTP id SAA39531; Thu, 26 Jun 2003 18:40:53 -0700 (PDT) Received: from arch20m.dellroad.org (localhost [127.0.0.1]) by arch20m.dellroad.org (8.12.8/8.12.8) with ESMTP id h5R1eeaP009052; Thu, 26 Jun 2003 20:40:42 -0500 (CDT) (envelope-from archie@arch20m.dellroad.org) Received: (from archie@localhost) by arch20m.dellroad.org (8.12.8/8.12.8/Submit) id h5R1ecCk009051; Thu, 26 Jun 2003 20:40:38 -0500 (CDT) From: Archie Cobbs Message-Id: <200306270140.h5R1ecCk009051@arch20m.dellroad.org> In-Reply-To: <20030627013054.GA42511@kirk.dlee.org> To: Doug Lee Date: Thu, 26 Jun 2003 20:40:37 -0500 (CDT) X-Mailer: ELM [version 2.4ME+ PL99b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII cc: freebsd-stable@FreeBSD.ORG cc: Archie Cobbs Subject: Re: Possible Solution (Re: mpd VPN won't work after upgrade from4.6-STABLE to 4.8-STABLE) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 27 Jun 2003 02:00:09 -0000 Doug Lee wrote: > Re: the "protocol reject" errors; I left the original messages below > this for reference, but I'm not so much following directly onto > them... > > Archie, I'm mildly embarrassed. I just now found something you wrote > in November of last year advising the following patch to fix exactly > this problem. I am running two 4.8-STABLE boxen, and it is not part > of /sys/netgraph/ng_ppp.c in CVS yet, apparently... > > --- sys/netgraph/ng_ppp.c.orig Thu Nov 21 12:39:06 2002 > +++ sys/netgraph/ng_ppp.c Thu Nov 21 12:39:26 2002 > @@ -744,7 +744,7 @@ > case HOOK_INDEX_VJC_VJIP: > if (priv->conf.enableCompression > && priv->hooks[HOOK_INDEX_COMPRESS] != NULL) { > - if ((m = ng_ppp_addproto(m, proto, 1)) == NULL) { > + if ((m = ng_ppp_addproto(m, proto, 0)) == NULL) { > NG_FREE_META(meta); > return (ENOBUFS); > } > I patched ng_ppp.c, but I don't know if I can rebuild netgraph without > a make world, which takes a good 12 hours on this P166... advice on > that welcome. All you need to do is rebuild/reinstall your kernel+modules. > Should one of us submit a PR for this, or did I miss something? This is (arguably) a bug in whatever is running on the other side of your link (it's not FreeBSD, right?). So that's why it was never checked in (because it's a workaround that costs an extra byte in every packet). However, you could argue that it should be I guess... -Archie __________________________________________________________________________ Archie Cobbs * Halloo Communications * http://www.halloo.com From owner-freebsd-stable@FreeBSD.ORG Thu Jun 26 20:04:17 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6330237B401 for ; Thu, 26 Jun 2003 20:04:17 -0700 (PDT) Received: from hub.org (hub.org [64.117.225.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id E826E43FF7 for ; Thu, 26 Jun 2003 20:04:16 -0700 (PDT) (envelope-from scrappy@hub.org) Received: from hub.org (unknown [64.117.225.220]) by hub.org (Postfix) with ESMTP id 258346BB574 for ; Fri, 27 Jun 2003 00:04:16 -0300 (ADT) Date: Fri, 27 Jun 2003 00:04:16 -0300 (ADT) From: "Marc G. Fournier" To: freebsd-stable@freebsd.org Message-ID: <20030626235415.M98477@hub.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: changes in kernel affecting savecore/dumps ... X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 27 Jun 2003 03:04:17 -0000 David gave me some suggestions to check out on the servers, but so far, its all drawing a blank ... I have two servers right now that are updated to recent 4.8-STABLE kernels ... one was June 22nd, and the other was upgraded June 20th ... both of them have crashed since that date, and both of them tell me that they are unable to produce a core file, with the same errors: Jun 26 04:27:14 jupiter savecore: warning: /kernel version mismatch: "FreeBSD 4.8-STABLE #2: Fri Jun 20 18:34:14 ADT 2003 " and "" Prior to those kernel upgrades, I had no problems generating core files, and nothing has changed configuration wise, except as results from upgrading the OS using 'installworld/installkernel/mergemaster' ... On Jupiter, previous to the Jun 20th upgrade, I was able to generate two cores off of a Jun 6th kernel, so something between Jun 6th and Jun 20th has changed ... Does anyone know of *anything* that may have been commit'd in that period of time that could have affected how a crash dumps to the dumpdev? Note that the servers don't make much use of swap as it is ... one of the machines that is exhibiting the problem has been up 4+days now, and swap used is: pluto# pstat -s Device 1K-blocks Used Avail Capacity Type /dev/da0s1b 8388480 10652 8377828 0% Interleaved when pluto crashed, I was able to get in just after and run 'savecore -f' to generate the core file, and doing a 'strings | head', I compared it with a "good" core, and the first few bytes *look* identical, but neither of them show anything in the first few bytes that would come close to matching the above string, so am not sure where core_vers is read from ... Help? Right now, jupiter is going once a night, with nothing in messages to indicate a problem, and no core to look at :( Thanks ... From owner-freebsd-stable@FreeBSD.ORG Thu Jun 26 20:16:26 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 229D737B401 for ; Thu, 26 Jun 2003 20:16:26 -0700 (PDT) Received: from hub.org (hub.org [64.117.225.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BF1643FAF for ; Thu, 26 Jun 2003 20:16:25 -0700 (PDT) (envelope-from scrappy@hub.org) Received: from hub.org (unknown [64.117.225.220]) by hub.org (Postfix) with ESMTP id 53DE76BAEFE for ; Fri, 27 Jun 2003 00:16:24 -0300 (ADT) Date: Fri, 27 Jun 2003 00:16:24 -0300 (ADT) From: "Marc G. Fournier" To: freebsd-stable@freebsd.org In-Reply-To: <20030626235415.M98477@hub.org> Message-ID: <20030627001451.F98477@hub.org> References: <20030626235415.M98477@hub.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: changes in kernel affecting savecore/dumps ... X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 27 Jun 2003 03:16:26 -0000 Please note that both savecore and kernel were installed at the same time: jupiter# ls -ld /kernel /sbin/savecore -r-xr-xr-x 1 root wheel 2029005 Jun 22 00:36 /kernel -r-xr-xr-x 1 root wheel 168364 Jun 22 00:35 /sbin/savecore and were compiled at about the same time, so it isn't as if I forgot to do a 'make buildworld' first: jupiter# cd /usr/obj/usr/src/sbin/savecore/ jupiter# ls -lt total 622 -rw-r--r-- 1 root wheel 39528 Jun 20 16:19 savecore.o -rwxr-xr-x 1 root wheel 571487 Jun 20 16:19 savecore -rw-r--r-- 1 root wheel 2009 Jun 20 16:19 savecore.8.gz -rw-r--r-- 1 root wheel 2115 Jun 20 16:10 .depend jupiter# ls -ld /usr/obj/usr/src/sys/kernel/kernel -rwxr-xr-x 1 root wheel 2029005 Jun 20 18:34 /usr/obj/usr/src/sys/kernel/kernel On Fri, 27 Jun 2003, Marc G. Fournier wrote: > > David gave me some suggestions to check out on the servers, but so far, > its all drawing a blank ... I have two servers right now that are updated > to recent 4.8-STABLE kernels ... one was June 22nd, and the other was > upgraded June 20th ... both of them have crashed since that date, and both > of them tell me that they are unable to produce a core file, with the same > errors: > > Jun 26 04:27:14 jupiter savecore: warning: /kernel version mismatch: "FreeBSD 4.8-STABLE #2: Fri Jun 20 18:34:14 ADT 2003 " and "" > > Prior to those kernel upgrades, I had no problems generating core files, > and nothing has changed configuration wise, except as results from > upgrading the OS using 'installworld/installkernel/mergemaster' ... > > On Jupiter, previous to the Jun 20th upgrade, I was able to generate two > cores off of a Jun 6th kernel, so something between Jun 6th and Jun 20th > has changed ... > > Does anyone know of *anything* that may have been commit'd in that period > of time that could have affected how a crash dumps to the dumpdev? > > Note that the servers don't make much use of swap as it is ... one of the > machines that is exhibiting the problem has been up 4+days now, and swap > used is: > > pluto# pstat -s > Device 1K-blocks Used Avail Capacity Type > /dev/da0s1b 8388480 10652 8377828 0% Interleaved > > when pluto crashed, I was able to get in just after and run 'savecore -f' > to generate the core file, and doing a 'strings | head', I compared > it with a "good" core, and the first few bytes *look* identical, but > neither of them show anything in the first few bytes that would come close > to matching the above string, so am not sure where core_vers is read from > ... > > Help? Right now, jupiter is going once a night, with nothing in messages > to indicate a problem, and no core to look at :( > > Thanks ... > > From owner-freebsd-stable@FreeBSD.ORG Thu Jun 26 21:25:59 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 452D237B401 for ; Thu, 26 Jun 2003 21:25:59 -0700 (PDT) Received: from pb1.pair.com (pb1.pair.com [216.92.131.4]) by mx1.FreeBSD.org (Postfix) with SMTP id 16EC843FE9 for ; Thu, 26 Jun 2003 21:25:58 -0700 (PDT) confirm-bounce-391537c323b911b9bdbe8915827f17f0-freebsd-stable=FreeBSD.org@lists.php.net) Received: (qmail 31468 invoked by uid 1010); 27 Jun 2003 04:25:57 -0000 Date: 27 Jun 2003 04:25:57 -0000 Message-ID: <20030627042557.31465.qmail@pb1.pair.com> From: PHP Lists Automoderator To: freebsd-stable@FreeBSD.org Subject: PHP list posting confirmation for freebsd-stable@FreeBSD.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: confirm@lists.php.net List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jun 2003 04:25:59 -0000 Because you are not subscribed to "php-install@lists.php.net" using the email address "freebsd-stable@FreeBSD.org", your message has been held until you can confirm that you are a real person sending mail. All you have to do in order to have your original message sent is send an email to confirm@lists.php.net with the following text (square brackets and all): [confirm: 391537c323b911b9bdbe8915827f17f0 freebsd-stable@FreeBSD.org] which you should be able to do simply by responding to this email. (Don't worry, any leading text added for quoting will simply be ignored.) After we have received your confirmation, "freebsd-stable@FreeBSD.org" will be added to the list of pre-approved mail addresses for all of the PHP mailing lists, your original message will be delivered, and future emails from that address will be posted to the list automatically. You will not receive any confirmation of your confirmation -- your original message (and any other messages you have sent since then) will simply be sent to its original destination (possibly after a short delay). Sorry for the hassle, but the volume of unsolicited commercial email sent to PHP mailing lists has made this step necessary. (Note that the newsgroups available at news://news.php.net/ are simply gateways to the mailing lists, which is why you may have gotten this email as a result of posting to those newsgroups.) --- Your original email is below. Received: (qmail 31113 invoked from network); 27 Jun 2003 04:25:41 -0000 Received: from unknown (HELO STONE) (218.246.73.19) by pb1.pair.com with SMTP; 27 Jun 2003 04:25:41 -0000 From: To: Subject: Re: Application Date: Fri, 27 Jun 2003 12:25:31 +0800 Importance: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MSMail-Priority: Normal X-Priority: 3 (Normal) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="CSmtpMsgPart123X456_000_00BE2D15" This is a multipart message in MIME format --CSmtpMsgPart123X456_000_00BE2D15 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Please see the attached zip file for details. --CSmtpMsgPart123X456_000_00BE2D15 Content-Type: application/octet-stream; name="your_details.zip" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="your_details.zip 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 AA== --CSmtpMsgPart123X456_000_00BE2D15-- From owner-freebsd-stable@FreeBSD.ORG Thu Jun 26 21:27:41 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2822737B404 for ; Thu, 26 Jun 2003 21:27:41 -0700 (PDT) Received: from coco.cinteractive.com (coco.cinteractive.com [198.76.121.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55BA643FCB for ; Thu, 26 Jun 2003 21:27:39 -0700 (PDT) (envelope-from Administrator@powersteeringsoftware.com) Received: from mail pickup service by coco.cinteractive.com with Microsoft SMTPSVC; Fri, 27 Jun 2003 00:24:55 -0400 thread-index: AcM8ZA9qHbwnnbcMQaKMD0t5+QSGdg== Thread-Topic: [MailServer Notification]To Recipient virus found and action taken. From: Sender: To: Date: Fri, 27 Jun 2003 00:24:54 -0400 Message-ID: <002301c33c64$0f6a3280$14794cc6@cinteractive.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft CDO for Exchange 2000 Content-Class: urn:content-classes:message Importance: normal Priority: normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4925.2800 X-OriginalArrivalTime: 27 Jun 2003 04:24:55.0264 (UTC) FILETIME=[0F99CE00:01C33C64] Subject: [MailServer Notification]To Recipient virus found and action taken. X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 27 Jun 2003 04:27:41 -0000 ScanMail for Microsoft Exchange has detected virus-infected attachment(s). Sender = PHP Lists Automoderator Recipient(s) = freebsd-stable@FreeBSD.org Subject = PHP list posting confirmation for freebsd-stable@FreeBSD.org Scanning time = 06/27/2003 00:24:53 Engine/Pattern = 6.510-1002/575 Action on virus found: The message body contains WORM_SOBIG.E virus. ScanMail has deleted the message body. Warning to recipient. ScanMail has detected a virus. From owner-freebsd-stable@FreeBSD.ORG Thu Jun 26 21:43:20 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BB7637B404; Thu, 26 Jun 2003 21:43:20 -0700 (PDT) Received: from ns1.iocc.com (ns1.iocc.com [12.41.224.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA2D244003; Thu, 26 Jun 2003 21:43:19 -0700 (PDT) (envelope-from hristov@iocc.com) Received: from Hristov (pcc.iocc.com [12.41.224.3]) by ns1.iocc.com (8.11.6/8.11.6) with SMTP id h5R4hSE19296; Thu, 26 Jun 2003 23:43:30 -0500 Message-ID: <004a01c33c66$9b90e180$6ba8a8c0@iocc.com> From: "Georgi Hristov" To: "Robert Watson" References: Date: Thu, 26 Jun 2003 23:43:07 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 cc: stable@FreeBSD.org Subject: Re: SysLog Manipulation X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 27 Jun 2003 04:43:20 -0000 Exactly what I need. I am so glad that you read the forum. Thanks a lot. ----- Original Message ----- From: "Robert Watson" To: "Georgi Hristov" Sent: Thursday, June 26, 2003 10:44 AM Subject: Re: SysLog Manipulation | On Thu, 26 Jun 2003, Georgi Hristov wrote: | | > About what time did you merge it ... I may have barely missed it ... I | > cvsup the source about 12 (Midnight) US central time. I buildworld last | > night, and will install today, let's see whether I got it. I will get | > back to you later today. | | ---------------------------- | revision 1.64.2.24 | date: 2003/06/25 16:56:05; author: rwatson; state: Exp; lines: +13 -7 | MFC net.link.ether.inet.log_arp_movements sysctl to disable gratuitous | log entries when a non-permanent ethernet address of a host changes. | | Requested by: Georgi Hristov | ---------------------------- | | Take a look at the $FreeBSD$ ID in your src/sys/net/if_ether.c and make | sure you have 1.64.2.254. Unfortunately, I'm not sure if the timestamp in | CVS is localized or not -- that could be GMT, EDT, or PDT... | | Robert N M Watson FreeBSD Core Team, TrustedBSD Projects | robert@fledge.watson.org Network Associates Laboratories From owner-freebsd-stable@FreeBSD.ORG Fri Jun 27 04:46:49 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0213437B401 for ; Fri, 27 Jun 2003 04:46:49 -0700 (PDT) Received: from smtp1.home.se (smtp1.home.se [213.214.194.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0878843F75 for ; Fri, 27 Jun 2003 04:46:48 -0700 (PDT) (envelope-from sandos@home.se) Received: from sandos sandos@home.se [130.243.95.28]Novell NetWare; Fri, 27 Jun 2003 13:45:48 +0200 Message-ID: <005901c33ca1$cf3e8c90$0000fea9@sandos> From: =?iso-8859-1?Q?John_B=E4ckstrand?= To: "Eugene Grosbein" References: <000b01c33b7e$bc37fdd0$0000fea9@sandos> <20030626151007.A877@grosbein.pp.ru> Date: Fri, 27 Jun 2003 13:46:55 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 cc: freebsd-stable@freebsd.org Subject: Re: Mbuf Clusters on 4.8 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 27 Jun 2003 11:46:49 -0000 > > From this it sounds as it is a problem that should be > > fixed, but it > > obviously isnt in 4.8. Is this behaviour now considered > > acceptable? And if > > so, doesnt this make FreeBSD extremely easy to kill > > using a simple > > DOS-attack? Is this "fixed" in any way on 5.1? > > Afaik, this bug was recently fixed in both of HEAD and STABLE. > > Eugene Indeed, I upgraded my system and it now works as advertised: If I use up too much resources, netowork connectivity is lost, but once I disconnect those connections, it comes back. (it even stops responding to pings =) --- John Bไckstrand From owner-freebsd-stable@FreeBSD.ORG Fri Jun 27 04:51:33 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A423D37B401 for ; Fri, 27 Jun 2003 04:51:33 -0700 (PDT) Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id B240C43FB1 for ; Fri, 27 Jun 2003 04:51:32 -0700 (PDT) (envelope-from stijn@pcwin002.win.tue.nl) Received: from pcwin002.win.tue.nl (orb_rules@localhost [127.0.0.1]) by pcwin002.win.tue.nl (8.12.9/8.12.9) with ESMTP id h5RBq8KX091346 for ; Fri, 27 Jun 2003 13:52:08 +0200 (CEST) (envelope-from stijn@pcwin002.win.tue.nl) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.12.9/8.12.9/Submit) id h5RBq8BO091345 for stable@freebsd.org; Fri, 27 Jun 2003 13:52:08 +0200 (CEST) Date: Fri, 27 Jun 2003 13:52:08 +0200 From: Stijn Hoop To: stable@freebsd.org Message-ID: <20030627115208.GC90536@pcwin002.win.tue.nl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="hYooF8G/hrfVAmum" Content-Disposition: inline User-Agent: Mutt/1.4.1i X-Bright-Idea: Let's abolish HTML mail! Subject: alternate system clock has died X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 27 Jun 2003 11:51:34 -0000 --hYooF8G/hrfVAmum Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, I'm getting the message in the subject when I run systat -vm on a lightly loaded server. Top shows interesting CPU usage %: CPU states: 0.0% user, 0.0% nice, 0.0% system, 0.0% interrupt, 0.0% id= le Some Googling tells me that a fix for this went in around 1998 in sys/i386/isa/clock.c, see http://www.geocrawler.com/archives/3/159/1998/7/0/777198/ (fix verified to be present in RELENG_4_8 which is what the machine is runn= ing). Since I'm the only one with this problem I'm assuming some hardware clock h= as died, but now I'm trying to find out which one exactly. Could this have to = do with the battery-backed CMOS clock? If so how can I know for sure that that isn't working right? More information available on request. --Stijn --=20 "A mouse is a device used to point at the xterm you want to type in." -- Kim Alm, alt.sysadmin.recovery --hYooF8G/hrfVAmum Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE+/C/oY3r/tLQmfWcRAjfVAJ9LzaCtuYet6RpBeekOt8JRPgVK1ACeKXDj nqDdc2dRESkROrw9MYPq29w= =jZFN -----END PGP SIGNATURE----- --hYooF8G/hrfVAmum-- From owner-freebsd-stable@FreeBSD.ORG Fri Jun 27 05:11:29 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CF2D37B401 for ; Fri, 27 Jun 2003 05:11:29 -0700 (PDT) Received: from post.futuro.net.pl (post.futuro.net.pl [62.233.142.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A63D43F75 for ; Fri, 27 Jun 2003 05:11:27 -0700 (PDT) (envelope-from marek@inetsec.pl) Received: by post.futuro.net.pl (Postfix, from userid 12356) id 5B058B581D1; Fri, 27 Jun 2003 14:11:22 +0200 (CEST) Received: from inetsec.pl (unknown [62.233.184.26]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by post.futuro.net.pl (Postfix) with ESMTP id 729CEB5803A for ; Fri, 27 Jun 2003 14:11:21 +0200 (CEST) Message-ID: <3EFC335A.3040100@inetsec.pl> Date: Fri, 27 Jun 2003 14:06:50 +0200 From: Barczyk Marek User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; pl-PL; rv:1.3.1) Gecko/20030617 X-Accept-Language: pl, en-us, en MIME-Version: 1.0 To: freebsd-stable@freebsd.org X-Enigmail-Version: 0.74.3.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: sagem :/ X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 27 Jun 2003 12:11:29 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 hello, one little questions... what run sagem fast 800 in FreeBSD? This is usb adsl modem :> Thanks... Mark Barczyk -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQE+/DNZlpxhPyOwzS8RAibEAJ9mT0yC0+f8SgjU0ZFBleP4iBKUugCgyhyu 1Aarfnz7WqEmbGj/LJBojm8= =yNZW -----END PGP SIGNATURE----- From owner-freebsd-stable@FreeBSD.ORG Fri Jun 27 05:33:44 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC21637B401 for ; Fri, 27 Jun 2003 05:33:44 -0700 (PDT) Received: from blue.icn.pl (blue.icn.pl [212.182.96.243]) by mx1.FreeBSD.org (Postfix) with SMTP id 2907D43FF2 for ; Fri, 27 Jun 2003 05:33:43 -0700 (PDT) (envelope-from n0n4m3@icn.pl) Received: (qmail 74644 invoked by uid 66); 27 Jun 2003 12:33:44 -0000 Received: from blue.icn.pl(212.182.96.243) via SMTP by blue.icn.pl, id smtpdYFc0I6; Fri Jun 27 14:33:37 2003 Date: Fri, 27 Jun 2003 14:33:37 +0200 (CEST) From: n0n4m3 To: Barczyk Marek In-Reply-To: <3EFC335A.3040100@inetsec.pl> Message-ID: <20030627143313.T74466@blue.icn.pl> References: <3EFC335A.3040100@inetsec.pl> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-stable@freebsd.org Subject: Re: sagem :/ X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 27 Jun 2003 12:33:45 -0000 co chcesz wlasciwie uruchomic ?:) On Fri, 27 Jun 2003, Barczyk Marek wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > hello, > one little questions... what run sagem fast 800 in FreeBSD? > This is usb adsl modem :> > Thanks... Mark Barczyk > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.2 (FreeBSD) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQE+/DNZlpxhPyOwzS8RAibEAJ9mT0yC0+f8SgjU0ZFBleP4iBKUugCgyhyu > 1Aarfnz7WqEmbGj/LJBojm8= > =yNZW > -----END PGP SIGNATURE----- > > _______________________________________________ > 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 27 06:39:34 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4CF137B401 for ; Fri, 27 Jun 2003 06:39:34 -0700 (PDT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 372E643F75 for ; Fri, 27 Jun 2003 06:39:34 -0700 (PDT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.9/8.12.9) with ESMTP id h5RDd7KJ072623; Fri, 27 Jun 2003 09:39:07 -0400 (EDT) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)h5RDd6kO072620; Fri, 27 Jun 2003 09:39:07 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Fri, 27 Jun 2003 09:39:06 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Stijn Hoop In-Reply-To: <20030627115208.GC90536@pcwin002.win.tue.nl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: stable@freebsd.org Subject: Re: alternate system clock has died X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 27 Jun 2003 13:39:35 -0000 On Fri, 27 Jun 2003, Stijn Hoop wrote: > I'm getting the message in the subject when I run systat -vm on a > lightly loaded server. Top shows interesting CPU usage %: > > CPU states: 0.0% user, 0.0% nice, 0.0% system, 0.0% interrupt, 0.0% > idle > > Some Googling tells me that a fix for this went in around 1998 in > sys/i386/isa/clock.c, see > > http://www.geocrawler.com/archives/3/159/1998/7/0/777198/ > > (fix verified to be present in RELENG_4_8 which is what the machine is > running). > > Since I'm the only one with this problem I'm assuming some hardware > clock has died, but now I'm trying to find out which one exactly. Could > this have to do with the battery-backed CMOS clock? If so how can I know > for sure that that isn't working right? > > More information available on request. Many vendors have hardware diagnostic CD's available on their web sites that test various aspects of the system, such as the accuracy of the clock, the proper functioning of timers, etc. You might want to give one a spin. Also, if you have any identical (or very similar hardware) that does or does not exhibit the problem, that would be interesting also. Speaking of systat -vmstat, in the interrupts column, what is the interrupt count for the rtc and clk lines? Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories From owner-freebsd-stable@FreeBSD.ORG Fri Jun 27 06:42:27 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3806237B401 for ; Fri, 27 Jun 2003 06:42:27 -0700 (PDT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CC3D43FCB for ; Fri, 27 Jun 2003 06:42:26 -0700 (PDT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.9/8.12.9) with ESMTP id h5RDfxKJ072646; Fri, 27 Jun 2003 09:41:59 -0400 (EDT) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)h5RDfwvd072643; Fri, 27 Jun 2003 09:41:59 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Fri, 27 Jun 2003 09:41:58 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Gianmarco Giovannelli In-Reply-To: <5.2.1.1.2.20030626212835.063e6950@194.184.65.4> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: stable@freebsd.org Subject: Re: apache panics on a recent 4.8-STABLE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 27 Jun 2003 13:42:27 -0000 On Thu, 26 Jun 2003, Gianmarco Giovannelli wrote: > Yesterday I begin a couple of update to the latest 4.8-STABLE. After > that the two boxes continues to go in panics as soon as Apache (1.3 from > the ports, also freshly recompiled, 2.0.x seems NOT to hang) starts. > > I don't know if it is related to the other thread : "Kernel core dump in > recent 4.8-STABLE" but it is easily reproducible by cvsupping to a today > -STABLE and then running apache 1.3 ... > > Thanks very much for any info you con provide. Any chance you have a serial console set up on one or more of the machines and can copy/paste the panic output into an e-mail? A stack trace from DDB would also be good; there's quite a decent chapter in the Developer's Handbook on getting stack traces, etc, from dumps: http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug.html Thanks, Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories From owner-freebsd-stable@FreeBSD.ORG Fri Jun 27 06:48:29 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8641837B401; Fri, 27 Jun 2003 06:48:29 -0700 (PDT) Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53A6243FDD; Fri, 27 Jun 2003 06:48:28 -0700 (PDT) (envelope-from stijn@pcwin002.win.tue.nl) Received: from pcwin002.win.tue.nl (orb_rules@localhost [127.0.0.1]) by pcwin002.win.tue.nl (8.12.9/8.12.9) with ESMTP id h5RDn4KX091986; Fri, 27 Jun 2003 15:49:04 +0200 (CEST) (envelope-from stijn@pcwin002.win.tue.nl) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.12.9/8.12.9/Submit) id h5RDn44i091985; Fri, 27 Jun 2003 15:49:04 +0200 (CEST) Date: Fri, 27 Jun 2003 15:49:04 +0200 From: Stijn Hoop To: Robert Watson Message-ID: <20030627134904.GD90536@pcwin002.win.tue.nl> References: <20030627115208.GC90536@pcwin002.win.tue.nl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="g7w8+K/95kPelPD2" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Bright-Idea: Let's abolish HTML mail! cc: stable@freebsd.org Subject: Re: alternate system clock has died X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 27 Jun 2003 13:48:29 -0000 --g7w8+K/95kPelPD2 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jun 27, 2003 at 09:39:06AM -0400, Robert Watson wrote: > Many vendors have hardware diagnostic CD's available on their web sites > that test various aspects of the system, such as the accuracy of the > clock, the proper functioning of timers, etc. You might want to give one > a spin. Also, if you have any identical (or very similar hardware) that > does or does not exhibit the problem, that would be interesting also. Unfortunately I don't have identical hardware available, but I'll check out the mainboard vendor site for diagnostics. > Speaking of systat -vmstat, in the interrupts column, what is the > interrupt count for the rtc and clk lines? I don't know because I can't get systat -vmstat to display anything but the skeleton -- it waits about 5 seconds then prints this on a blank screen: The alternate system clock has died! Reverting to ``pigs'' display. (which it then promptly does). Hmm, wait. I'll try and comment out the check for etime < 0.5 in usr.bin/systat/vmstat.c. OK, this works, I now get this with my hacked version: 643840 clk irq0 rtc irq8 Well that seems to be a pretty high rate, compared to a 4.7-PRE workstation that does 100 interrupts a second :) So what does this tell me? --Stijn --=20 Q: Why is Batman better than Bill Gates? A: Batman was able to beat the Penguin. --g7w8+K/95kPelPD2 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE+/EtQY3r/tLQmfWcRAvKHAKCRYG336Scc9sDq+lrCcePE26+AQACdGpE2 XEfH6pxjmPE3UkI39AbFsFo= =TdaX -----END PGP SIGNATURE----- --g7w8+K/95kPelPD2-- From owner-freebsd-stable@FreeBSD.ORG Fri Jun 27 08:04:17 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC56137B401; Fri, 27 Jun 2003 08:04:17 -0700 (PDT) Received: from mail.svzserv.kemerovo.su (mail.svzserv.kemerovo.su [213.184.65.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBC4543FB1; Fri, 27 Jun 2003 08:04:14 -0700 (PDT) (envelope-from eugen@grosbein.pp.ru) Received: from main.svzserv.kemerovo.su (root@hq.svzserv.kemerovo.su [213.184.65.65])h5RF3vPZ098516; Fri, 27 Jun 2003 23:03:58 +0800 (NKZS) (envelope-from eugen@grosbein.pp.ru) Received: from grosbein.pp.ru (D00015.dialonly.kemerovo.su [213.184.66.105]) h5RF3LwQ049642; Fri, 27 Jun 2003 23:03:39 +0800 (NKZS) (envelope-from eugen@grosbein.pp.ru) Received: from grosbein.pp.ru (eugen@localhost [127.0.0.1]) by grosbein.pp.ru (8.12.9/8.12.9) with ESMTP id h5RF2nrL005376; Fri, 27 Jun 2003 23:02:49 +0800 (KRAST) (envelope-from eugen@grosbein.pp.ru) Sender: eugen@grosbein.pp.ru Message-ID: <3EFC5C99.6FFEC5E@grosbein.pp.ru> Date: Fri, 27 Jun 2003 23:02:49 +0800 From: Eugene Grosbein Organization: SVZServ X-Mailer: Mozilla 4.76 [ru] (X11; U; FreeBSD 4.8-STABLE i386) X-Accept-Language: ru, en MIME-Version: 1.0 To: "Matthew N. Dodd" References: <20030411001335.A46545@grosbein.pp.ru> <20030623075345.F76384@sasami.jurai.net> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit cc: stable@freebsd.org Subject: Re: kern/48808: uhid(4)-related repeatable kernel panic X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 27 Jun 2003 15:04:18 -0000 "Matthew N. Dodd" wrote: > > On Fri, 11 Apr 2003, Eugene Grosbein wrote: > > Could you please look at this? > > > > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=kern/48808 > > Try this: > Index: uhid.c > =================================================================== > RCS file: /home/cvs/ncvs/src/sys/dev/usb/uhid.c,v > retrieving revision 1.56 > diff -u -u -r1.56 uhid.c Thank you for the fix. How about MFC? Eugene Grosbein From owner-freebsd-stable@FreeBSD.ORG Fri Jun 27 17:43:21 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13B6337B401 for ; Fri, 27 Jun 2003 17:43:21 -0700 (PDT) Received: from gargoyle.bazzle.com (dhcp9551060.columbus.rr.com [24.95.51.60]) by mx1.FreeBSD.org (Postfix) with SMTP id 176A14400B for ; Fri, 27 Jun 2003 17:43:20 -0700 (PDT) (envelope-from ejc@bazzle.com) Received: (qmail 29906 invoked by uid 1000); 28 Jun 2003 00:43:19 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 28 Jun 2003 00:43:19 -0000 Date: Fri, 27 Jun 2003 20:43:19 -0400 (EDT) From: "Eric J. Chet" To: David Landgren In-Reply-To: <3EFB5090.9040704@landgren.net> Message-ID: <20030627204249.V29870-100000@gargoyle.bazzle.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN cc: freebsd-stable@freebsd.org Subject: Re: garbled top display X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 28 Jun 2003 00:43:21 -0000 Hello I found it, I had a very old version of top in my path. Thanks, Eric On Thu, 26 Jun 2003, David Landgren wrote: > Eric J. Chet wrote: > [...] > >>> Just a sanity check. I'm seeing a garbled display with top. I > >>>rebuild kernel and world a couple times, I even rm -rf /usr/include to > >>>make sure I was up to date. Anybody else seeing this? > >> > >>Define garbled. > >> > >>Thanks, > >>David > >> > > > > > > Sure .... > > > > Script started on Mon Jun 23 10:39:06 2003 > > bash-2.05a$ top > > last pid: 3359; load averages: 0.06, 0.02, 0.00 up 1+13:20:4210:39:09 > > 10 processes: 1 running > > CPU states: % user, % nice, % system, % interrupt, % idle > > Mem: 16M Active, 55M Inact, 26M Wired, 8748K Cache, 22M Buf, 15M Free > > Swap: 256M Total, 52K Used, 256M Free > > > > PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND > > 1 '++*00'* -22 -52 0K 0K ? -128 ??? 0.15% 0.15% <> > > 968972 root -22 -52 3083M 0K ? 6 ??? 0.00% 0.05% <> > [... etc etc ...] > > wow. > > I've seen garbled top displays before, like the RES going -ve or things > like that. But never anything like this. I am reminded of the scene in > Poltergeist, where the couple get a paranormal expert into the house to > take a look, and he natters on about how he saw a toy car roll across a > room over the space of six hours... and then they open the door... > > It looks to me like your structs are out of whack, and so when top comes > along to read an element of a struct, it's using the wrong offset from > base, and hence printf (or whatever) renders garbage. I.e., as if > different headers are used in compiling the kernel and the rest. > > Does ps give reasonable output? Are you sure you really cleaned out > /usr/src before recompiling? Has the compiler been upgraded recently? > > David > Eric Chet -> echet@Trilegiant.com, ejc@bazzle.com, ejc@kenpo-jujitsu.com Technical Lead/Architect Trilegiant Inc. Distributed OO Systems, J2EE, CORBA Kenpo-JuJitsu the Ultimate in Self Defense, Tracy's System, Tai Chi for Life ejc@FreeBSD.org -> "Live Free or Die" From owner-freebsd-stable@FreeBSD.ORG Sat Jun 28 03:11:38 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F29637B401 for ; Sat, 28 Jun 2003 03:11:35 -0700 (PDT) Received: from alltimehosting.net (ns1.alltimehosting.net [64.239.79.14]) by mx1.FreeBSD.org (Postfix) with SMTP id 7265744039 for ; Sat, 28 Jun 2003 03:11:34 -0700 (PDT) (envelope-from ) Received: (qmail 15393 invoked by uid 1477); 28 Jun 2003 10:11:33 -0000 Date: 28 Jun 2003 10:11:33 -0000 Message-ID: <20030628101133.15392.qmail@jingle.alltimehosting.net> Delivered-To: adplacercom-adplacercom@ad-placer.com To: From: adplacercom@ad-placer.com Subject: Automated Answer X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 28 Jun 2003 10:11:38 -0000 I just received your email subject 'Re: Movie' Thanx, We will getting back to you shortly. Ad-placer team. From owner-freebsd-stable@FreeBSD.ORG Sat Jun 28 03:18:18 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF1DA37B401 for ; Sat, 28 Jun 2003 03:18:18 -0700 (PDT) Received: from morpheus.webteckies.org (node123e0.a2000.nl [24.132.35.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BC1D44008 for ; Sat, 28 Jun 2003 03:18:17 -0700 (PDT) (envelope-from freebsd-stable@webteckies.org) Received: from ghost.lan.webteckies.org (ghost.lan.webteckies.org [192.168.1.10]) by morpheus.webteckies.org (Postfix) with ESMTP id 78439107C6; Sat, 28 Jun 2003 12:15:14 +0200 (CEST) From: Melvyn Sopacua Organization: WebTeckies.org To: freebsd-stable@freebsd.org Date: Sat, 28 Jun 2003 12:17:52 +0200 User-Agent: KMail/1.5.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200306281217.52962.freebsd-stable@webteckies.org> cc: khera@kciLink.com Subject: Hardcoded krb reference in ports/postfix X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 28 Jun 2003 10:18:19 -0000 Hi, There's a hardcoded reference to /usr/lib/libkrb.a in Makefile.inc. Is there a special reason, that there's no knob but a file check? AFAIK - my /usr/lib/libkrb.a stems from the 4.2-RELEASE cd install I started this comp with (it's dated Nov 2000) and thus hasn't been updated since and any linkage with it, results in undefined des(3) references. Since sysutils/libchk doesn't report the libs as unreferenced, I'm not enclined to throw it out just yet, so a knob would be welcome. -- Melvyn From owner-freebsd-stable@FreeBSD.ORG Sat Jun 28 09:48:11 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DCD837B401 for ; Sat, 28 Jun 2003 09:48:11 -0700 (PDT) Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id F262943F93 for ; Sat, 28 Jun 2003 09:48:09 -0700 (PDT) (envelope-from freebsd-stable@m.gmane.org) Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19WIrY-00034q-00 for ; Sat, 28 Jun 2003 18:47:44 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-stable@freebsd.org Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19WIrX-00034h-00 for ; Sat, 28 Jun 2003 18:47:43 +0200 From: Samuel Tardieu Date: Sat, 28 Jun 2003 18:47:53 +0200 Organization: Avian Carrier & Friends Lines: 13 Message-ID: <87adc2p2rq.fsf@inf.enst.fr> References: <87wufbq5m4.fsf@inf.enst.fr> <20030624180424L.matusita@jp.FreeBSD.org> <20030624.185717.63135353.hrs@eos.ocn.ne.jp> <20030624123946.L81056@fubar.adept.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@main.gmane.org Mail-Copies-To: sam@rfc1149.net User-Agent: Gnus/5.090007 (Oort Gnus v0.07) XEmacs/21.5 (cauliflower, i386--freebsd) Cancel-Lock: sha1:q67YOmwuJRoKppwYZzU9nHyTPkM= Sender: news Subject: Re: IPv6 CVSUP mirrors? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 28 Jun 2003 16:48:11 -0000 >>>>> "Mike" == Mike Hoskins writes: Mike> Hmm, the new cvsup4 seems like a prime "cvsync" candidate: Mike> http://www.isc.org/ISC/news/pr-06132003.html It would be great. However, from what I've seen on cvsync, it lacks the "checkout" feature of CVSup (the ability to use cvsup to checkout only a branch, such as the HEAD, a fast "cvs update"). Or did I overlook something? Sam -- Samuel Tardieu -- sam@rfc1149.net -- http://www.rfc1149.net/sam From owner-freebsd-stable@FreeBSD.ORG Sat Jun 28 10:01:06 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FE7037B401 for ; Sat, 28 Jun 2003 10:01:06 -0700 (PDT) Received: from smtp.eos.ocn.ne.jp (eos.ocn.ne.jp [211.6.83.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F54844001 for ; Sat, 28 Jun 2003 10:01:05 -0700 (PDT) (envelope-from hrs@eos.ocn.ne.jp) Received: from mail.d.allbsd.org (p19167-adsao12honb4-acca.tokyo.ocn.ne.jp [219.165.47.167]) by smtp.eos.ocn.ne.jp (Postfix) with ESMTP id 7F4043F34; Sun, 29 Jun 2003 02:01:04 +0900 (JST) Received: from localhost (alph.allbsd.org [192.168.0.10]) h5SH0QSI048919; Sun, 29 Jun 2003 02:00:27 +0900 (JST) (envelope-from hrs@eos.ocn.ne.jp) Date: Sun, 29 Jun 2003 01:56:47 +0900 (JST) Message-Id: <20030629.015647.122577658.hrs@eos.ocn.ne.jp> To: sam@rfc1149.net From: Hiroki Sato In-Reply-To: <87adc2p2rq.fsf@inf.enst.fr> References: <20030624.185717.63135353.hrs@eos.ocn.ne.jp> <20030624123946.L81056@fubar.adept.org> <87adc2p2rq.fsf@inf.enst.fr> X-PGPkey-fingerprint: BDB3 443F A5DD B3D0 A530 FFD7 4F2C D3D8 2793 CF2D X-Mailer: Mew version 3.2 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-stable@freebsd.org Subject: Re: IPv6 CVSUP mirrors? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 28 Jun 2003 17:01:06 -0000 Samuel Tardieu wrote in <87adc2p2rq.fsf@inf.enst.fr>: sam> It would be great. However, from what I've seen on cvsync, it lacks sam> the "checkout" feature of CVSup (the ability to use cvsup to checkout sam> only a branch, such as the HEAD, a fast "cvs update"). Or did I sam> overlook something? You are right. cvsync does not have checkout mode at this moment, but the author is planning to implement it (and rsync algorithm). Stay tuned. -- | Hiroki SATO / From owner-freebsd-stable@FreeBSD.ORG Sat Jun 28 18:00:45 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CBFB37B401 for ; Sat, 28 Jun 2003 18:00:45 -0700 (PDT) Received: from grummit.biaix.org (86.Red-213-97-212.pooles.rima-tde.net [213.97.212.86]) by mx1.FreeBSD.org (Postfix) with SMTP id 7B1BC44048 for ; Sat, 28 Jun 2003 18:00:43 -0700 (PDT) (envelope-from joan@grummit.biaix.org) Received: (qmail 18837 invoked by uid 1000); 29 Jun 2003 00:57:09 -0000 Date: Sun, 29 Jun 2003 02:57:09 +0200 From: Joan Picanyol i Puig To: freebsd-stable@freebsd.org Message-ID: <20030629005708.GB599@grummit.biaix.org> Mail-Followup-To: freebsd-stable@freebsd.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="5mCyUwZo2JvN/JJP" Content-Disposition: inline User-Agent: Mutt/1.4i Subject: 'vinum list' wierd output X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 29 Jun 2003 01:00:46 -0000 --5mCyUwZo2JvN/JJP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, I'm not sure this is supposed to happen (my computer rebooted halfway through adding an other drive to a volume): [long lines needed] (02:44:50 <~>) 0 $ sudo vinum ld D storage State: up Device /dev/ad0d Avail: 38166/381 66 MB (100%) D worthless State: up Device /dev/ad2d Avail: 38038/380 38 MB (100%) D barracuda State: up Device /dev/da0e Avail: 1279/1280 MB (100%) D barracudaf State: up Device /dev/da0f Avail: 7210/7210 MB (100%) D ultrastar State: up Device /dev/da1e Avail: 1279/1280 MB (100%) D ultrastarf State: up Device /dev/da1f Avail: 7210/7210 MB (100%) Do I really have 12 drives? I've seen vinum saying -2 drives! (02:44:53 <~>) 0 $ sudo vinum list | head 12 drives: D storage State: up Device /dev/ad0d Avail: 38166/381 66 MB (100%) D worthless State: up Device /dev/ad2d Avail: 38038/380 38 MB (100%) D barracuda State: up Device /dev/da0e Avail: 1279/1280 MB (100%) D barracudaf State: up Device /dev/da0f Avail: 7210/7210 MB (100%) D ultrastar State: up Device /dev/da1e Avail: 1279/1280 MB (100%) D ultrastarf State: up Device /dev/da1f Avail: 7210/7210 MB (100%) I'm trying to add a 40 GB drive ('storage') to 'bulk' (see attached output for reference), but I'd rather wait for some comments on my "12 drives". What should I do to make vinum reasonable again? tks -- pica --5mCyUwZo2JvN/JJP Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=vinum_ld D storage State: up Device /dev/ad0d Avail: 38166/38166 MB (100%) D worthless State: up Device /dev/ad2d Avail: 38038/38038 MB (100%) D barracuda State: up Device /dev/da0e Avail: 1279/1280 MB (100%) D barracudaf State: up Device /dev/da0f Avail: 7210/7210 MB (100%) D ultrastar State: up Device /dev/da1e Avail: 1279/1280 MB (100%) D ultrastarf State: up Device /dev/da1f Avail: 7210/7210 MB (100%) --5mCyUwZo2JvN/JJP Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=vinum_lp P tmp.p0 S State: up Subdisks: 2 Size: 2045 MB P var.p0 C State: up Subdisks: 1 Size: 255 MB P var.p1 C State: up Subdisks: 1 Size: 255 MB P base.p0 C State: up Subdisks: 1 Size: 256 MB P base.p1 C State: up Subdisks: 1 Size: 256 MB P apps.p0 C State: up Subdisks: 1 Size: 2560 MB P apps.p1 C State: up Subdisks: 1 Size: 2560 MB P home.p0 C State: up Subdisks: 1 Size: 4394 MB P home.p1 C State: up Subdisks: 1 Size: 4394 MB P bulk.p0 C State: up Subdisks: 1 Size: 37 GB --5mCyUwZo2JvN/JJP Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=vinum_ls S tmp.p0.s0 State: up PO: 0 B Size: 1022 MB S tmp.p0.s1 State: up PO: 300 kB Size: 1022 MB S var.p0.s0 State: up PO: 0 B Size: 255 MB S var.p1.s0 State: up PO: 0 B Size: 255 MB S base.p0.s0 State: up PO: 0 B Size: 256 MB S base.p1.s0 State: up PO: 0 B Size: 256 MB S apps.p0.s0 State: up PO: 0 B Size: 2560 MB S apps.p1.s0 State: up PO: 0 B Size: 2560 MB S home.p0.s0 State: up PO: 0 B Size: 4394 MB S home.p1.s0 State: up PO: 0 B Size: 4394 MB S bulk.p0.s0 State: up PO: 0 B Size: 37 GB --5mCyUwZo2JvN/JJP Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=vinum_lv V tmp State: up Plexes: 1 Size: 2045 MB V var State: up Plexes: 2 Size: 255 MB V base State: up Plexes: 2 Size: 256 MB V apps State: up Plexes: 2 Size: 2560 MB V home State: up Plexes: 2 Size: 4394 MB V bulk State: up Plexes: 1 Size: 37 GB --5mCyUwZo2JvN/JJP-- From owner-freebsd-stable@FreeBSD.ORG Sat Jun 28 18:20:13 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C88137B401 for ; Sat, 28 Jun 2003 18:20:13 -0700 (PDT) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id F294D44042 for ; Sat, 28 Jun 2003 18:20:05 -0700 (PDT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id E58C85269F; Sun, 29 Jun 2003 10:50:03 +0930 (CST) Date: Sun, 29 Jun 2003 10:50:03 +0930 From: Greg 'groggy' Lehey To: freebsd-stable@freebsd.org Message-ID: <20030629012003.GN29066@wantadilla.lemis.com> References: <20030629005708.GB599@grummit.biaix.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="/TUrtqMIkCP4YtJm" Content-Disposition: inline In-Reply-To: <20030629005708.GB599@grummit.biaix.org> User-Agent: Mutt/1.4i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Subject: Re: 'vinum list' wierd output X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 29 Jun 2003 01:20:13 -0000 --/TUrtqMIkCP4YtJm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sunday, 29 June 2003 at 2:57:09 +0200, Joan Picanyol i Puig wrote: > Hi, > > I'm not sure this is supposed to happen (my computer rebooted halfway > through adding an other drive to a volume): > > > Do I really have 12 drives? I've seen vinum saying -2 drives! > > (02:44:53 <~>) 0 $ sudo vinum list | head > 12 drives: > (6 drives omitted) > > I'm trying to add a 40 GB drive ('storage') to 'bulk' (see attached > output for reference), but I'd rather wait for some comments on my > "12 drives". Yes, there have been some anomalies with counting drives; maybe there still are. You don't say which version you're running. > What should I do to make vinum reasonable again? Stop and restart Vinum. You won't lose your config, but the numbers should be sane after that. Greg -- See complete headers for address and phone numbers --/TUrtqMIkCP4YtJm Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) iD8DBQE+/j7DIubykFB6QiMRAiR1AJ9tlsLa4XfylsUR5nCi5fyz+HzqsACcD7vo NXR3xxnnm1kMeR5GNiBnJjM= =uOAo -----END PGP SIGNATURE----- --/TUrtqMIkCP4YtJm-- From owner-freebsd-stable@FreeBSD.ORG Sat Jun 28 18:27:44 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A66F537B401 for ; Sat, 28 Jun 2003 18:27:44 -0700 (PDT) Received: from grummit.biaix.org (86.Red-213-97-212.pooles.rima-tde.net [213.97.212.86]) by mx1.FreeBSD.org (Postfix) with SMTP id 205AF43FE1 for ; Sat, 28 Jun 2003 18:27:43 -0700 (PDT) (envelope-from joan@grummit.biaix.org) Received: (qmail 38306 invoked by uid 1000); 29 Jun 2003 01:24:11 -0000 Date: Sun, 29 Jun 2003 03:24:11 +0200 From: Joan Picanyol i Puig To: freebsd-stable@freebsd.org Message-ID: <20030629012411.GA34797@grummit.biaix.org> Mail-Followup-To: freebsd-stable@freebsd.org References: <20030629005708.GB599@grummit.biaix.org> <20030629012003.GN29066@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030629012003.GN29066@wantadilla.lemis.com> User-Agent: Mutt/1.4i Subject: Re: 'vinum list' wierd output X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 29 Jun 2003 01:27:44 -0000 * Greg 'groggy' Lehey [20030629 03:19]: > On Sunday, 29 June 2003 at 2:57:09 +0200, Joan Picanyol i Puig wrote: > Yes, there have been some anomalies with counting drives; maybe there > still are. You don't say which version you're running. (03:20:08 ) 0 $ uname -v FreeBSD 4.8-STABLE #0: Fri May 23 13:39:45 CEST 2003 > Stop and restart Vinum. You won't lose your config, but the numbers > should be sane after that. As I said, the computer just rebooted. Before that, it said I had -2 drives (?). Should I reboot it again before attaching the drive? Will 'vinum attach storage bulk' just work? tks -- pica From owner-freebsd-stable@FreeBSD.ORG Sat Jun 28 19:00:05 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C350337B401 for ; Sat, 28 Jun 2003 19:00:05 -0700 (PDT) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15A4844003 for ; Sat, 28 Jun 2003 19:00:04 -0700 (PDT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 421A65269F; Sun, 29 Jun 2003 11:30:02 +0930 (CST) Date: Sun, 29 Jun 2003 11:30:02 +0930 From: Greg 'groggy' Lehey To: freebsd-stable@freebsd.org Message-ID: <20030629020002.GO29066@wantadilla.lemis.com> References: <20030629005708.GB599@grummit.biaix.org> <20030629012003.GN29066@wantadilla.lemis.com> <20030629012411.GA34797@grummit.biaix.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="nljfjKcp9HDtPSOP" Content-Disposition: inline In-Reply-To: <20030629012411.GA34797@grummit.biaix.org> User-Agent: Mutt/1.4i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Subject: Re: 'vinum list' wierd output X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 29 Jun 2003 02:00:06 -0000 --nljfjKcp9HDtPSOP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sunday, 29 June 2003 at 3:24:11 +0200, Joan Picanyol i Puig wrote: > * Greg 'groggy' Lehey [20030629 03:19]: >> On Sunday, 29 June 2003 at 2:57:09 +0200, Joan Picanyol i Puig wrote: >> Yes, there have been some anomalies with counting drives; maybe there >> still are. You don't say which version you're running. > (03:20:08 ) 0 $ uname -v > FreeBSD 4.8-STABLE #0: Fri May 23 13:39:45 CEST 2003 > >> Stop and restart Vinum. You won't lose your config, but the numbers >> should be sane after that. > As I said, the computer just rebooted. Before that, it said I had -2 > drives (?). Ah, do you mean it crashed? Then you should get a dump. > Should I reboot it again before attaching the drive? Reboot it now and see if you still have the anomaly after restarting Vinum. If so, give me some of the details I ask for in the man page and at http://www.vinumvm.org/vinum/how-to-debug.html. > Will 'vinum attach storage bulk' just work? I don't understand the question. 'vinum attach' creates relationships between existing objects. Greg -- See complete headers for address and phone numbers --nljfjKcp9HDtPSOP Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) iD8DBQE+/kgiIubykFB6QiMRAqgUAJ9SqIUvS7714KPx8nc0ujIDv16f4QCeN7Qo A1DNs+wohe4QD2cZv2/rtDw= =q6oo -----END PGP SIGNATURE----- --nljfjKcp9HDtPSOP-- From owner-freebsd-stable@FreeBSD.ORG Sat Jun 28 19:17:10 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A33837B401 for ; Sat, 28 Jun 2003 19:17:10 -0700 (PDT) Received: from web21504.mail.yahoo.com (web21504.mail.yahoo.com [66.163.169.15]) by mx1.FreeBSD.org (Postfix) with SMTP id A9FD443FF2 for ; Sat, 28 Jun 2003 19:17:09 -0700 (PDT) (envelope-from radwasteus@yahoo.com) Message-ID: <20030629021709.16663.qmail@web21504.mail.yahoo.com> Received: from [203.151.8.41] by web21504.mail.yahoo.com via HTTP; Sat, 28 Jun 2003 19:17:09 PDT Date: Sat, 28 Jun 2003 19:17:09 -0700 (PDT) From: manee To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="0-663912449-1056853029=:16358" cc: freebsd-stable@freebsd.org Subject: hard disk error , run fsck manually X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 29 Jun 2003 02:17:10 -0000 --0-663912449-1056853029=:16358 Content-Type: text/plain; charset=us-ascii Content-Id: Content-Disposition: inline hi sirs, i face problem of hard disk error because of the power downed during using the machine. once the power is coming, my machine stuck at file system is still dirty please run fsck manually. the partion that is dirty is /dev/ad0s2g, a home partion one. i did run fsck /dev/ad0s2g several times but still get the same message. what i decided to do was that to edit /etc/fstab and put read only option for /dev/ad0s2g and exited a single mode. i got a message said that /home was not dismount, as you see in the attachment. up to this point, only root that can log in. my question is that are there any method to recover an fsck error during boot time? please cc to me since i do not a member of the list. with best regards, ===== มานี http://www.thai-aec.org __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com --0-663912449-1056853029=:16358 Content-Type: text/plain; name="First-hd-error.txt" Content-Description: First-hd-error.txt Content-Disposition: inline; filename="First-hd-error.txt" Copyright (c) 1992-2003 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 4.8-STABLE #2: Sun Jun 1 18:59:28 ICT 2003 root@bank.thai-aec.org:/usr/obj/usr/src/sys/Bank Timecounter "i8254" frequency 1193182 Hz CPU: Intel(R) Celeron(TM) CPU 1100MHz (1102.51-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x6b1 Stepping = 1 Features=0x383fbff real memory = 125763584 (122816K bytes) config> di sn0 config> di lnc0 config> di ie0 config> di fe0 config> di cs0 config> q avail memory = 118005760 (115240K bytes) Preloaded elf kernel "kernel" at 0xc0447000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc044709c. Preloaded elf module "snd_via8233.ko" at 0xc04470ec. Preloaded elf module "snd_pcm.ko" at 0xc0447190. Preloaded elf module "snd_via82c686.ko" at 0xc0447230. Pentium Pro MTRR support enabled md0: Malloc disk Using $PIR table, 6 entries at 0xc00fdd40 npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 agp0: mem 0xe0000000-0xe3ffffff at device 0.0 on pci0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at 0.0 irq 10 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xd000-0xd00f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 uhci0: port 0xd400-0xd41f irq 9 at device 7.2 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered pci0: (vendor=0x1106, dev=0x3057) at 7.4 pcm0: port 0xe400-0xe403,0xe000-0xe003,0xdc00-0xdcff irq 11 at device 7.5 on pci0 pcm0: ed0: port 0xe800-0xe81f irq 11 at device 10.0 on pci0 ed0: address 00:00:21:2d:ad:f7, type NE2000 (16 bit) orm0: