From owner-freebsd-stable@FreeBSD.ORG Mon May 5 07:04: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 24EEF37B401 for ; Mon, 5 May 2003 07:04:50 -0700 (PDT) Received: from hercules.icarz.com (ns1.icarz.com [207.99.22.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA10443FB1 for ; Mon, 5 May 2003 07:04:48 -0700 (PDT) (envelope-from kenm@icarz.com) Received: from kenxp (netb-166.icarz.com [209.123.219.166]) by hercules.icarz.com (8.11.6/8.10.1) with SMTP id h45E4jZ20952; Mon, 5 May 2003 10:04:46 -0400 (EDT) Message-ID: <01a101c3130e$dfc73470$a6db7bd1@icarz.com> From: "Ken Menzel" To: "Boris Kovalenko" , References: <3EB4A03B.4090606@tagnet.ru> Date: Mon, 5 May 2003 10:01:49 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="KOI8-R" 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: Strange threads problems 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, 05 May 2003 14:04:50 -0000 Hi Boris, Not really, It's a bug in freebsd. Try reducing MAXDSIZ to (2047*1024*1024), it has to be less than 2Gig or a thread will not be created. I think it is a problem with signing and the way threads check for available memory before starting up. Ken ----- Original Message ----- From: "Boris Kovalenko" To: Sent: Sunday, May 04, 2003 1:08 AM Subject: Strange threads problems > Hello! > > Have installed 4.8R and recompiled kernel with next options: > > options MAXDSIZ="(2UL*1024*1024*1024)" > options MAXSSIZ="(256*1024*1024)" > options DFLDSIZ="(1024*1024*1024)" > > and MySQL with native threads failed to load with > Fatal error 'Can't create gc thread' at line ? in file > /usr/src/lib/libc_r/uthread/uthread_create.c (errno = ?) error and with > Can't create interrupt-thread (error 35, errno: 4) error with > linuxthreads. Commenting out MAXSSIZ and DFLDSIZ options solves the > problem. What I doing wrong? > > Boris > > > _______________________________________________ > 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 May 5 07:12: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 3BF0F37B404 for ; Mon, 5 May 2003 07:12:41 -0700 (PDT) Received: from ns.tagnet.ru (ns.tagnet.ru [80.78.104.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56CFE43FA3 for ; Mon, 5 May 2003 07:12:37 -0700 (PDT) (envelope-from boris@tagnet.ru) Received: from p-212.tagnet.ru ([213.141.225.212] helo=tagnet.ru) by ns.tagnet.ru with esmtp (Exim 4.14) id 19Cghm-000Ooe-DU; Mon, 05 May 2003 20:12:34 +0600 Message-ID: <3EB67129.9080108@tagnet.ru> Date: Mon, 05 May 2003 20:11:53 +0600 From: Boris Kovalenko User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.3) Gecko/20030312 X-Accept-Language: ru, en-us, en MIME-Version: 1.0 To: Ken Menzel , freebsd-stable@freebsd.org References: <3EB4A03B.4090606@tagnet.ru> <01a101c3130e$dfc73470$a6db7bd1@icarz.com> In-Reply-To: <01a101c3130e$dfc73470$a6db7bd1@icarz.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Strange threads problems 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, 05 May 2003 14:12:41 -0000 Ken Menzel wrote: You misunderstood me, I have no problems if I use the only MAXDSIZ="(2UL*1024*1024*1024)" option, and problems if I use all options together. In any case, the only option I really need is MAXDSIZE = 2G, and freebsd works fine for me with it, but there is really a bug if it doesn't work with all other options. Because there is no good docs about this options I suppose I doing something wrong. >Hi Boris, >Not really, It's a bug in freebsd. Try reducing MAXDSIZ to >(2047*1024*1024), it has to be less than 2Gig or a thread will not be >created. I think it is a problem with signing and the way threads >check for available memory before starting up. > >Ken >----- Original Message ----- >From: "Boris Kovalenko" >To: >Sent: Sunday, May 04, 2003 1:08 AM >Subject: Strange threads problems > > > > >>Hello! >> >> Have installed 4.8R and recompiled kernel with next options: >> >>options MAXDSIZ="(2UL*1024*1024*1024)" >>options MAXSSIZ="(256*1024*1024)" >>options DFLDSIZ="(1024*1024*1024)" >> >>and MySQL with native threads failed to load with >>Fatal error 'Can't create gc thread' at line ? in file >>/usr/src/lib/libc_r/uthread/uthread_create.c (errno = ?) error and >> >> >with > > >>Can't create interrupt-thread (error 35, errno: 4) error with >>linuxthreads. Commenting out MAXSSIZ and DFLDSIZ options solves the >>problem. What I doing wrong? >> >>Boris >> >> >>_______________________________________________ >>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 May 5 09:39: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 F34EB37B401 for ; Mon, 5 May 2003 09:39:41 -0700 (PDT) Received: from secnap2.secnap.com (corp.secnap.net [208.237.120.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19FB043F85 for ; Mon, 5 May 2003 09:39:41 -0700 (PDT) (envelope-from Scheidell@secnap.com) content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Mon, 5 May 2003 12:39:39 -0400 Message-ID: X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: blackmail attempt? Stable mailing list block? Thread-Index: AcMTJOwiqHAkCbReRm6dyXHcwdERrA== From: To: cc: freebsd-stable@freebsd.org Subject: Re: blackmail attempt? Stable mailing list block? 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, 05 May 2003 16:39:42 -0000 "Bob Willcox" wrote in message = news:<20030502215651.GE27495@luke.immure.com>... > On Wed, Apr 30, 2003 at 01:08:55PM -0700, Tenebrae wrote: > > On Wed, 30 Apr 2003, Andy Harrison wrote: > using blacklists is a bad idea. The only blacklist that will stop all > spam is one that covers all addresses! now you know the reason I created 'blocked.secnap.net'. It is a warning to anyone using blacklists:=20 know the blacklist policy before you use it. The same blacklists you can use for personal use CANNOT BE USED FOR = COMMERCIAL PURPOSES. (we have blocked a lot of resumes sent in from free mail services..) From owner-freebsd-stable@FreeBSD.ORG Mon May 5 09:45: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 668B837B401 for ; Mon, 5 May 2003 09:45:40 -0700 (PDT) Received: from HAL9000.homeunix.com (12-233-57-131.client.attbi.com [12.233.57.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE32F43F3F for ; Mon, 5 May 2003 09:45:39 -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.5) with ESMTP id h45GjcdN007899; Mon, 5 May 2003 09:45:38 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by HAL9000.homeunix.com (8.12.9/8.12.5/Submit) id h45GjbfQ007898; Mon, 5 May 2003 09:45:37 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Date: Mon, 5 May 2003 09:45:37 -0700 From: David Schultz To: Boris Kovalenko Message-ID: <20030505164537.GB7679@HAL9000.homeunix.com> Mail-Followup-To: Boris Kovalenko , freebsd-stable@freebsd.org References: <3EB4A03B.4090606@tagnet.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3EB4A03B.4090606@tagnet.ru> cc: freebsd-stable@FreeBSD.ORG Subject: Re: Strange threads problems 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, 05 May 2003 16:45:40 -0000 On Sun, May 04, 2003, Boris Kovalenko wrote: > Hello! > > Have installed 4.8R and recompiled kernel with next options: > > options MAXDSIZ="(2UL*1024*1024*1024)" > options MAXSSIZ="(256*1024*1024)" > options DFLDSIZ="(1024*1024*1024)" > > and MySQL with native threads failed to load with > Fatal error 'Can't create gc thread' at line ? in file > /usr/src/lib/libc_r/uthread/uthread_create.c (errno = ?) error and with > Can't create interrupt-thread (error 35, errno: 4) error with > linuxthreads. Commenting out MAXSSIZ and DFLDSIZ options solves the > problem. What I doing wrong? This should work in libc_r with 4.8-R, but not 4.7-R. If MySQL is statically built (for some strange reason), have you tried recompiling it? MySQL does use libc_r, right? From owner-freebsd-stable@FreeBSD.ORG Mon May 5 10:56: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 17BD637B401 for ; Mon, 5 May 2003 10:56:55 -0700 (PDT) Received: from maul.immure.com (adsl-66-136-206-1.dsl.austtx.swbell.net [66.136.206.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC45A43F93 for ; Mon, 5 May 2003 10:56:53 -0700 (PDT) (envelope-from bob@immure.com) Received: (from root@localhost) by maul.immure.com (8.12.9/8.12.9) id h45HurhX046683; Mon, 5 May 2003 12:56:53 -0500 (CDT) (envelope-from bob@immure.com) Received: from luke.immure.com (luke.immure.com [10.1.132.3]) by maul.immure.com (8.12.9/8.12.3) with ESMTP id h45HuqAi046658; Mon, 5 May 2003 12:56:52 -0500 (CDT) (envelope-from bob@immure.com) Received: (from root@localhost) by luke.immure.com (8.12.9/8.12.3) id h45HuqjD041579; Mon, 5 May 2003 12:56:52 -0500 (CDT) (envelope-from bob@luke.immure.com) Received: from luke.immure.com (localhost [127.0.0.1]) by luke.immure.com (8.12.9/8.12.3) with ESMTP id h45Hup95041554; Mon, 5 May 2003 12:56:51 -0500 (CDT) (envelope-from bob@luke.immure.com) Received: (from bob@localhost) by luke.immure.com (8.12.9/8.12.9/Submit) id h45HupBS041553; Mon, 5 May 2003 12:56:51 -0500 (CDT) Date: Mon, 5 May 2003 12:56:51 -0500 From: Bob Willcox To: Scheidell@secnap.com Message-ID: <20030505175651.GB31779@luke.immure.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.3i X-scanner: scanned by Inflex 1.0.12.3 on luke.immure.com X-scanner: scanned by Inflex 1.0.12.3 on maul.immure.com cc: freebsd-stable@freebsd.org Subject: Re: blackmail attempt? Stable mailing list block? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Bob Willcox List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 May 2003 17:56:55 -0000 On Mon, May 05, 2003 at 12:39:39PM -0400, Scheidell@secnap.com wrote: > > "Bob Willcox" wrote in message news:<20030502215651.GE27495@luke.immure.com>... > > On Wed, Apr 30, 2003 at 01:08:55PM -0700, Tenebrae wrote: > > > On Wed, 30 Apr 2003, Andy Harrison wrote: > > using blacklists is a bad idea. The only blacklist that will stop all > > spam is one that covers all addresses! > > now you know the reason I created 'blocked.secnap.net'. > > It is a warning to anyone using blacklists: > know the blacklist policy before you use it. > The same blacklists you can use for personal use CANNOT BE USED FOR COMMERCIAL PURPOSES. Unfortunately, spamguard and osirusoft both appear to pickup the spews.org blacklist, which claims to be only for their (the creators of of it) personal use with caveats about anyone else using it. Therefore, by your statement above (which I agree with 100%) neither spamguard or osirusoft should be used commerically (but, of course, are). > > (we have blocked a lot of resumes sent in from free mail services..) Yep, as I have stated before, SPAM is a significant nuisance and a complete waste of bandwidth; but for me, blocking my email arbitrarily (which is what I feel spews has done) is a DoS, and bothers me much more! Bob -- Bob Willcox Patience is a minor form of despair, disguised as virtue. bob@immure.com -- Ambrose Bierce, on qualifiers Austin, TX From owner-freebsd-stable@FreeBSD.ORG Mon May 5 11:02: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 EC20C37B404 for ; Mon, 5 May 2003 11:02:23 -0700 (PDT) Received: from secnap2.secnap.com (corp.secnap.net [208.237.120.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 608BD43FF7 for ; Mon, 5 May 2003 11:02:16 -0700 (PDT) (envelope-from Scheidell@secnap.com) content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Mon, 5 May 2003 14:02:15 -0400 Message-ID: X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: blackmail attempt? Stable mailing list block? Thread-Index: AcMTL7kdQWuFyB4HSL+9dq9rm2v22QAADOIQ From: To: cc: freebsd-stable@freebsd.org Subject: RE: blackmail attempt? Stable mailing list block? 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, 05 May 2003 18:02:24 -0000 We don't use 'monkies.org' because they refuse to take fixed computers = out. we send an email to spews and dk10? telling them that they MISSED = one of our netblocks and please add it since we didn't want to send any = email to anyone stupid enough to use either list. (they added it, which = proved my point.. they violated their stated listing policies!) here is what I use (in postfix) we don't do any business out of the us, so screwem. reject_rbl_client socks.relays.osirusoft.com, reject_rhsbl_sender dsn.rfc-ignorant.org, reject_rbl_client cn-kr.blackholes.us, reject_rbl_client taiwan.blackholes.us, reject_rbl_client hongkong.blackholes.us, reject_rbl_client brazil.blackholes.us, reject_rbl_client nigeria.blackholes.us, reject_rbl_client dynablock.wirehub.net, reject_rbl_client dialups.relays.osirusoft.com, reject_rbl_client malaysia.blackholes.us, reject_rbl_client singapore.blackholes.us, reject_rbl_client thailand.blackholes.us, reject_rbl_client flowgoaway.com here is what was blocked here since 12:30: --=20 Michael S. Scheidell, CEO SECNAP Network Security www.secnap.com scheidell@secnap.net / 1+561.368.9561, 1131 Sales: 866-SECNAPNET / 866.732.6276 From owner-freebsd-stable@FreeBSD.ORG Mon May 5 12:23: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 1743237B401 for ; Mon, 5 May 2003 12:23:12 -0700 (PDT) Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DA6E43FA3 for ; Mon, 5 May 2003 12:23:11 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: from apollo.backplane.com (localhost [127.0.0.1]) by apollo.backplane.com (8.12.9/8.12.6) with ESMTP id h45JNAVI078544; Mon, 5 May 2003 12:23:11 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.12.9/8.12.6/Submit) id h45JNARn078543; Mon, 5 May 2003 12:23:10 -0700 (PDT) Date: Mon, 5 May 2003 12:23:10 -0700 (PDT) From: Matthew Dillon Message-Id: <200305051923.h45JNARn078543@apollo.backplane.com> To: References: cc: freebsd-stable@freebsd.org Subject: Re: RE: blackmail attempt? Stable mailing list block? 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, 05 May 2003 19:23:12 -0000 I'm going to put a plug in for the relays.ordb.org DNSBL. It's a fairly conservative volunteer dnsbl that verifies and blocks open relays in an automated fashion. I run one of their U.S. nameservers. I consider DNSBLs only one line of defense. I have a number of mechanisms in my own mail system which detect suspect connections through the libmilter interface and track and return 4xx codes for a period of time to 'delay' (rather then reject) suspect email for a few hours. I can't really do anything drastic because I run the email and domains for several dozen people and some of them get all sorts of weirdly sourced, legitimate international correspondance. Even so three or four out of the 30-40 spams that attempt delivery to my personal email address every day get through. I am still hesitating on implementing the final solution, which would be a mail-back verification system, but if spam continues to worsten over this year I'll probably wind up implementing it. There are plenty of things that people can do to mitigate spam. For one thing, never publish your email address in user@domain form on your web pages. Instead publish it as 'user at domain' or something like that. That one change will probably get rid of a significant percentage of the spam you get. I've started doing it on my web pages and I'll probably do it for my email signature as well since those are archived and available on the web as well. Another interesting and cool solution, one which I might implement for myself, is to create 'temporary return addresses' for your email and/or published web pages which are only valid for a short period of time. -Matt Matthew Dillon : :We don't use 'monkies.org' because they refuse to take fixed computers out. we send an email to spews and dk10? telling them that they MISSED one of our netblocks and please add it since we didn't want to send any email to anyone stupid enough to use either list. (they added it, which proved my point.. they violated their stated listing policies!) : :here is what I use (in postfix) :we don't do any business out of the us, so screwem. :... : :-- :Michael S. Scheidell, CEO :SECNAP Network Security www.secnap.com :scheidell@secnap.net / 1+561.368.9561, 1131 :Sales: 866-SECNAPNET / 866.732.6276 From owner-freebsd-stable@FreeBSD.ORG Mon May 5 12:59: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 F348F37B401 for ; Mon, 5 May 2003 12:59:45 -0700 (PDT) Received: from ion.gank.org (ion.gank.org [198.78.66.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id 721B043F85 for ; Mon, 5 May 2003 12:59:45 -0700 (PDT) (envelope-from craig@xfoil.gank.org) Received: from localhost (ion.gank.org [198.78.66.164]) by ion.gank.org (GankMail) with ESMTP id 925852CFCA for ; Mon, 5 May 2003 14:59:44 -0500 (CDT) Received: from ion.gank.org ([198.78.66.164]) by localhost (ion.gank.org [198.78.66.164]) (amavisd-new, port 10024) with LMTP id 90114-02 for ; Mon, 5 May 2003 14:59:44 -0500 (CDT) Received: from owen1492.uf.corelab.com (pix.corelab.com [12.45.169.2]) by ion.gank.org (GankMail) with ESMTP id C5F3A2BBB7 for ; Mon, 5 May 2003 14:59:43 -0500 (CDT) From: Craig Boston To: stable@freebsd.org In-Reply-To: <200305051950.h45Jo5Pu026249@khavrinen.lcs.mit.edu> References: <200305050845.h458j38c069038@grimreaper.grondar.org> <20030505121050.GC21530@madman.celabo.org> <20030505052615.R2996@znfgre.qbhto.arg> <200305051950.h45Jo5Pu026249@khavrinen.lcs.mit.edu> Content-Type: text/plain Organization: Message-Id: <1052164783.38008.37.camel@owen1492.uf.corelab.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.4 Date: 05 May 2003 14:59:43 -0500 Content-Transfer-Encoding: 7bit Subject: Re: HEADS UP! Kerberos5/Heimdal now default! 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, 05 May 2003 19:59:46 -0000 Sorry for the dupe Garrett, forgot to copy the list...... > What ``extremely colorful history of ... vulnerabilities''? I can > think of no more than five times I've had to rebuild my KDC in six > years. ...and nearly every security advisory I've seen for Kerberos 5 in the last year or two was actually for the Kerberos 4 compatibility code. One of the reasons I always build the port with "KRB5_KRB4_COMPAT=NO". The only exception I can think of at the moment was the XDR/RPC buffer overflow, which hit a LOT of software. Craig From owner-freebsd-stable@FreeBSD.ORG Mon May 5 13:01: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 AB9EA37B40F for ; Mon, 5 May 2003 13:01:42 -0700 (PDT) Received: from grummit.biaix.org (213-97-212-86.uc.nombres.ttd.es [213.97.212.86]) by mx1.FreeBSD.org (Postfix) with SMTP id 08E7B43FEA for ; Mon, 5 May 2003 13:01:38 -0700 (PDT) (envelope-from joan@grummit.biaix.org) Received: (qmail 59859 invoked by uid 1000); 5 May 2003 19:58:48 -0000 Date: Mon, 5 May 2003 21:58:48 +0200 From: Joan Picanyol i Puig To: freebsd-stable@freebsd.org Message-ID: <20030505195848.GA59725@grummit.biaix.org> Mail-Followup-To: freebsd-stable@freebsd.org References: <200305051923.h45JNARn078543@apollo.backplane.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200305051923.h45JNARn078543@apollo.backplane.com> User-Agent: Mutt/1.4i Subject: Re: RE: blackmail attempt? Stable mailing list block? 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, 05 May 2003 20:01:43 -0000 * Matthew Dillon [20030505 21:21]: > Another interesting and cool solution, one which I might implement for > myself, is to create 'temporary return addresses' for your email and/or > published web pages which are only valid for a short period of time. Beware of reinventing the wheel. http://www.palomine.net/qdated/ might interest you. qvb -- pica From owner-freebsd-stable@FreeBSD.ORG Mon May 5 13:14: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 9D8D537B404 for ; Mon, 5 May 2003 13:14:37 -0700 (PDT) Received: from ion.gank.org (ion.gank.org [198.78.66.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1453B43FCB for ; Mon, 5 May 2003 13:14:37 -0700 (PDT) (envelope-from craig@xfoil.gank.org) Received: from localhost (ion.gank.org [198.78.66.164]) by ion.gank.org (GankMail) with ESMTP id 43F2A2CFCA for ; Mon, 5 May 2003 15:14:37 -0500 (CDT) Received: from ion.gank.org ([198.78.66.164]) by localhost (ion.gank.org [198.78.66.164]) (amavisd-new, port 10024) with LMTP id 90114-03 for ; Mon, 5 May 2003 15:14:36 -0500 (CDT) Received: from owen1492.uf.corelab.com (pix.corelab.com [12.45.169.2]) by ion.gank.org (GankMail) with ESMTP id 91AEB2BBB7 for ; Mon, 5 May 2003 15:14:36 -0500 (CDT) From: Craig Boston To: stable@freebsd.org In-Reply-To: <1052164783.38008.37.camel@owen1492.uf.corelab.com> References: <200305050845.h458j38c069038@grimreaper.grondar.org> <20030505121050.GC21530@madman.celabo.org> <20030505052615.R2996@znfgre.qbhto.arg> <200305051950.h45Jo5Pu026249@khavrinen.lcs.mit.edu> <1052164783.38008.37.camel@owen1492.uf.corelab.com> Content-Type: text/plain Organization: Message-Id: <1052165675.38008.49.camel@owen1492.uf.corelab.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.4 Date: 05 May 2003 15:14:35 -0500 Content-Transfer-Encoding: 7bit Subject: Re: HEADS UP! Kerberos5/Heimdal now default! 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, 05 May 2003 20:14:38 -0000 Apologies to both the list and postmaster@ My previous post was supposed to go to current@ but I accidentally posted to the wrong list. Please ignore. On Mon, 2003-05-05 at 14:59, Craig Boston wrote: > blah blah blah blah Kerberos blah blah blah From owner-freebsd-stable@FreeBSD.ORG Mon May 5 16:34: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 7A33537B407; Mon, 5 May 2003 16:34:05 -0700 (PDT) Received: from mail.eol.ca (mail.echo-on.net [205.189.151.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5A0443FBF; Mon, 5 May 2003 16:34:01 -0700 (PDT) (envelope-from brad@brad-x.com) Received: from TMA-1.brad-x.com (unknown [64.56.235.12]) by mail.eol.ca (Postfix) with ESMTP id E2AD442422; Mon, 5 May 2003 19:43:14 -0400 (EDT) Received: from brad-x.com (Discovery.brad-x.com [201.64.15.21]) by TMA-1.brad-x.com (Postfix) with ESMTP id 0D49522104A; Mon, 5 May 2003 19:34:13 -0400 (EDT) Message-ID: <3EB6F4EA.4060305@brad-x.com> Date: Mon, 05 May 2003 19:34:02 -0400 From: Brad Laue User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030430 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-stable@freebsd.org, freebsd-hackers@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Specs for the SiS 630e chipset? 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, 05 May 2003 23:34:06 -0000 Hello! It seems SiS come up with a new variety and combination each week. Much of the 630e chipset is actually supported by FreeBSD, with the exception of the USB controller, which identifies itself as a 7001 instead of the usual 5571 controller used in other revisions. This controller is identified as a 5571 by FreeBSD, but presents a number of corner cases and hangups when put to practical use (sporadic lockup of the USB bus, stalling devices, etc). Is the FreeBSD project interested in obtaining more precise specifications for this, or is it planned at all? Cheers, Brad -- // -- http://www.BRAD-X.com/ -- // From owner-freebsd-stable@FreeBSD.ORG Mon May 5 23:50: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 E61B437B401; Mon, 5 May 2003 23:50:59 -0700 (PDT) Received: from ns.tagnet.ru (ns.tagnet.ru [80.78.104.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5685743F85; Mon, 5 May 2003 23:50:58 -0700 (PDT) (envelope-from boris@tagnet.ru) Received: from dial-136.tagnet.ru ([80.78.104.136] helo=tagnet.ru) by ns.tagnet.ru with esmtp (Exim 4.14) id 19CwHw-0008vP-9c; Tue, 06 May 2003 12:50:56 +0600 Message-ID: <3EB75B23.4020401@tagnet.ru> Date: Tue, 06 May 2003 12:50:11 +0600 From: Boris Kovalenko User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.3) Gecko/20030312 X-Accept-Language: ru, en-us, en MIME-Version: 1.0 To: David Schultz , freebsd-stable@freebsd.org References: <3EB4A03B.4090606@tagnet.ru> <20030505164537.GB7679@HAL9000.homeunix.com> In-Reply-To: <20030505164537.GB7679@HAL9000.homeunix.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Strange threads problems 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, 06 May 2003 06:51:00 -0000 David Schultz wrote: >On Sun, May 04, 2003, Boris Kovalenko wrote: > > >>Hello! >> >> Have installed 4.8R and recompiled kernel with next options: >> >>options MAXDSIZ="(2UL*1024*1024*1024)" >>options MAXSSIZ="(256*1024*1024)" >>options DFLDSIZ="(1024*1024*1024)" >> >>and MySQL with native threads failed to load with >>Fatal error 'Can't create gc thread' at line ? in file >>/usr/src/lib/libc_r/uthread/uthread_create.c (errno = ?) error and with >>Can't create interrupt-thread (error 35, errno: 4) error with >>linuxthreads. Commenting out MAXSSIZ and DFLDSIZ options solves the >>problem. What I doing wrong? >> >> > >This should work in libc_r with 4.8-R, but not 4.7-R. If MySQL is > But it doesn't work with 4.7R and 4.8R if I use this set of options >statically built (for some strange reason), have you tried >recompiling it? MySQL does use libc_r, right? > Of course, the first thing I did when become this problem is to recompile MySQL with WITH_CHARSET=koi8_ru SKIP_INSTALL_DB=yes options >_______________________________________________ >freebsd-stable@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-stable >To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > > > From owner-freebsd-stable@FreeBSD.ORG Tue May 6 12:05:03 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 28BC537B401 for ; Tue, 6 May 2003 12:05:03 -0700 (PDT) Received: from chainsoftware.nl (chain.xs4all.nl [80.126.25.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECCD943F3F for ; Tue, 6 May 2003 12:04:58 -0700 (PDT) (envelope-from sven@hazejager.nl) Received: from hazejager.nl (spitfire.chain.loc [IPv6:3ffe:8280:10:b90:201:2ff:feab:b588]) by chainsoftware.nl (8.12.8p1/8.12.8) with ESMTP id h46J4v0F000590 for ; Tue, 6 May 2003 21:04:57 +0200 (CEST) (envelope-from sven@hazejager.nl) Message-ID: <3EB8075B.2060705@hazejager.nl> Date: Tue, 06 May 2003 21:04:59 +0200 From: Sven Hazejager User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3) Gecko/20030503 X-Accept-Language: en-us, en MIME-Version: 1.0 To: stable@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-5.8 tests=USER_AGENT_MOZILLA_UA X-Scanned-By: MIMEDefang 2.30 (www . roaringpenguin . com / mimedefang) Subject: nfsd/mountd IPv6 ready? 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, 06 May 2003 19:05:03 -0000 Hi, I'd like to extend the functionality of my IPv6 LAN. HTTP, SMTP and IMAP are working correctly, however, NFS does not. nfsd does not seem to listen to tcp6/udp6: proxy:~ $ netstat -a|grep nfs tcp4 0 0 *.nfsd *.* LISTEN udp4 0 0 *.nfsd *.* proxy:~ $ INET6 and NFS are in my kernel configuration. What do I need to do to enable IPv6 for NFS? Thanks, Sven From owner-freebsd-stable@FreeBSD.ORG Tue May 6 12:13: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 C610A37B401 for ; Tue, 6 May 2003 12:13:25 -0700 (PDT) Received: from cheer.mahoroba.org (flets19-099.kamome.or.jp [218.45.19.99]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27A2143F3F for ; Tue, 6 May 2003 12:13:24 -0700 (PDT) (envelope-from ume@mahoroba.org) Received: from lyrics.mahoroba.org (IDENT:GJqQj/b0daCV34DFLg8etEETWpE2apf+GJE02vC1s3Q59jLh2/XYLR6xcOOxvBCR@lyrics.mahoroba.org [IPv6:3ffe:501:185b:8010:280:88ff:fe03:4841]) (user=ume mech=CRAM-MD5 bits=0)h46JD94n020348 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 7 May 2003 04:13:09 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Wed, 07 May 2003 04:13:09 +0900 Message-ID: From: Hajimu UMEMOTO To: Sven Hazejager In-Reply-To: <3EB8075B.2060705@hazejager.nl> References: <3EB8075B.2060705@hazejager.nl> User-Agent: xcite1.38> Wanderlust/2.11.0 (Wonderwall) SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.4 Emacs/21.3 (i386--freebsd) MULE/5.0 (=?ISO-2022-JP?B?GyRCOC1MWhsoQg==?=) X-Operating-System: FreeBSD 5.0-CURRENT MIME-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by AMaViS-perl11-milter (http://amavis.org/) X-Spam-Status: No, hits=-9.9 required=5.0 tests=IN_REP_TO,REFERENCES,USER_AGENT version=2.53 X-Spam-Checker-Version: SpamAssassin 2.53 (1.174.2.15-2003-03-30-exp) cc: stable@freebsd.org Subject: Re: nfsd/mountd IPv6 ready? 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, 06 May 2003 19:13:26 -0000 Hi, >>>>> On Tue, 06 May 2003 21:04:59 +0200 >>>>> Sven Hazejager said: sven> INET6 and NFS are in my kernel configuration. What do I need to do to sven> enable IPv6 for NFS? Upgrade your box to 5-CURRENT. :) Changes of NFS is too large to do MFC. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@bisd.hitachi.co.jp ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/ From owner-freebsd-stable@FreeBSD.ORG Tue May 6 16:53: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 6223737B405 for ; Tue, 6 May 2003 16:53:11 -0700 (PDT) Received: from figg.securenet.com.au (ns2.isecure.com.au [202.125.4.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id C38AF43FAF for ; Tue, 6 May 2003 16:53:08 -0700 (PDT) (envelope-from carl@xena.IPAustralia.gov.au) Received: from iron.securenet.com.au (iron.isecure.com.au [202.125.4.94] (may be forged))h46Nr7AL014793 for ; Wed, 7 May 2003 09:53:07 +1000 Received: (from uucp@localhost) by iron.securenet.com.au (8.12.6/8.12.6) id h46Nr7wS003045 for ; Wed, 7 May 2003 09:53:07 +1000 (EST) X-Authentication-Warning: iron.securenet.com.au: uucp set sender to using -f Received: from nodnsquery(10.11.3.10) by iron.securenet.com.au via csmap (V6.0) id srcAAA9BaG8f; Wed, 7 May 03 09:53:07 +1000 Received: from vmail.aipo.gov.au (localhost [127.0.0.1]) id h46Nr6kt024152 for ; Wed, 7 May 2003 09:53:06 +1000 Received: from xena.aipo.gov.au (xena.aipo.gov.au [10.0.100.52]) by vmail.aipo.gov.au (8.12.6/8.12.6) with ESMTP id h46Nr6ZM009388 for ; Wed, 7 May 2003 09:53:06 +1000 (EST) (envelope-from carl@xena.IPAustralia.gov.au) Received: from xena.ipaustralia.gov.au (newton.aipo.gov.au [10.0.100.18]) by xena.aipo.gov.au (8.12.6/8.12.6) with ESMTP id h46Nr3nK060143 for ; Wed, 7 May 2003 09:53:06 +1000 (EST) (envelope-from carl@xena.ipaustralia.gov.au) Message-ID: <3EB84ADF.1000100@xena.ipaustralia.gov.au> Date: Wed, 07 May 2003 09:53:03 +1000 From: Carl Makin User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3) Gecko/20030506 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: USB Serial devices appearing as ugen instead of ucom 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, 06 May 2003 23:53:11 -0000 I just realised that the From address on this message was wrong and any responses would have bounced. My apologies for that. If there were any responses could you resend them please. Thanks, Carl. carl@xena.ipaustralia.gov.au ----------------------- Cut Here ---------------------------- Morning All, I have a Keyspan USA-28X USB serial converter and a Telstra NT1 Plus II (OPEN Networks Ltd) ISDN modem with USB connection that should both appear as ucom devices (I think) but both appear as ugen instead. They both get defined as serial devices using the manufacturer's device drivers on both MacOS X and Windows. I've been through the USB code as much as I'm capable and I'm lost as to how to make these devices appear as ucom. Trying to use the NT1 through the ugen device causes a kernel panic. Can anyone supply any hints? This is on FreeBSD 4.8-RC (the last one before the release). Thanks, Carl. From owner-freebsd-stable@FreeBSD.ORG Tue May 6 17:45: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 2073637B407 for ; Tue, 6 May 2003 17:45:05 -0700 (PDT) Received: from gilmore.nas.nasa.gov (gilmore.nas.nasa.gov [129.99.33.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AF0F43FB1 for ; Tue, 6 May 2003 17:45:04 -0700 (PDT) (envelope-from tweten@nas.nasa.gov) Received: from gilmore.nas.nasa.gov (localhost.nas.nasa.gov [127.0.0.1]) by gilmore.nas.nasa.gov (8.12.9/8.12.9) with ESMTP id h470j4gZ000957 for ; Tue, 6 May 2003 17:45:04 -0700 (PDT) (envelope-from tweten@gilmore.nas.nasa.gov) X-Mailer: exmh version 2.6.3 04/04/2003 with nmh-1.0.4 To: stable@freebsd.org From: Dave Tweten Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 06 May 2003 17:45:04 -0700 Message-ID: <956.1052268304@gilmore.nas.nasa.gov> Sender: tweten@nas.nasa.gov Subject: DES AWOL after 4.8 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: David.E.Tweten@nasa.gov List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 May 2003 00:45:05 -0000 I just installed STABLE on a new machine and DES seems to be a no-show. I've forgotten why. Help! My 4.8 CD is still a no-show, so I started with the 4.7 CD and then cvsupped the latest STABLE, using: *default host=cvsup10.FreeBSD.org *default base=/usr *default prefix=/usr *default release=cvs *default delete use-rel-suffix *default date=2003.05.06.08.00.00 *default tag=RELENG_4 src-all *default tag=. ports-all Then, using the usual /etc/make.conf magic (some of whose purposes I can no longer remember): COMPAT22=yes CPUTYPE=i686 DOC_LANG=en_US.ISO8859-1 ENABLE_SUID_SSH=true ENGLISH_ONLY=yes HAVE_MOTIF=yes JADETEX=yes KERNCONF=GILMORE MAKE_RSAINTL=yes PRINTERDEVICE=ps SENDMAIL_MC=/etc/mail/gilmore.mc SUP_UPDATE=yes SUPFLAGS=-g SUPHOST=cvsup10.FreeBSD.org TOP_TABLE_SIZE=41 USA_RESIDENT=YES WITH_DES=yes WITH_ISPELL=yes WITH_QT=yes WITH_X11=yes I did the usual: make buildworld make kernel make installkernel reboot (to single user) mergemaster -p make installworld mergemaster reboot (to multi-user) followed (after other ports) by an attempt to make install /usr/ports/security/pidentd. Ultimately, that produced: cc -o idecrypt idecrypt.o crypto.o -lkvm -ldes crypto.o: In function `init_encryption': crypto.o(.text+0x12): undefined reference to `DES_string_to_key' crypto.o(.text+0x23): undefined reference to `DES_set_key' crypto.o: In function `make_packet': crypto.o(.text+0x191): undefined reference to `DES_ecb_encrypt' crypto.o(.text+0x1de): undefined reference to `DES_ecb_encrypt' crypto.o: In function `init_decryption': crypto.o(.text+0x2f1): undefined reference to `DES_string_to_key' crypto.o(.text+0x328): undefined reference to `DES_set_key' crypto.o: In function `decrypt_packet': crypto.o(.text+0x374): undefined reference to `DES_set_key' crypto.o(.text+0x46d): undefined reference to `DES_ecb_encrypt' crypto.o(.text+0x495): undefined reference to `DES_ecb_encrypt' *** Error code 1 Stop in /usr/ports/security/pidentd/work/pidentd-2.8.5/src. *** Error code 1 Stop in /usr/ports/security/pidentd/work/pidentd-2.8.5. *** Error code 1 Stop in /usr/ports/security/pidentd. So, anybody know where DES went and why? After beating my head against a wall for a few days, I am without a clue. Clues welcomed. -- M/S 258-5 |1024-bit PGP fingerprint:|tweten@nas.nasa.gov NASA Ames Research Center | 41 B0 89 0A 8F 94 6C 59| (650) 604-4416 Moffett Field, CA 94035-1000| 7C 80 10 20 25 C7 2F E6|FAX: (650) 604-4377 We each earn what freedom of speech we defend for those who most offend us. From owner-freebsd-stable@FreeBSD.ORG Tue May 6 21:44: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 9AA3637B426 for ; Tue, 6 May 2003 21:44:34 -0700 (PDT) Received: from gilmore.nas.nasa.gov (gilmore.nas.nasa.gov [129.99.33.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 301F943F85 for ; Tue, 6 May 2003 21:44:34 -0700 (PDT) (envelope-from tweten@nas.nasa.gov) Received: from gilmore.nas.nasa.gov (IDENT:XnyMxdMMAlQ28dnIlyWNiuc8Jn1+rPuQ@localhost.nas.nasa.gov [127.0.0.1]) by gilmore.nas.nasa.gov (8.12.9/8.12.9) with ESMTP id h474iSFQ000462; Tue, 6 May 2003 21:44:28 -0700 (PDT) (envelope-from tweten@gilmore.nas.nasa.gov) X-Mailer: exmh version 2.6.3 04/04/2003 with nmh-1.0.4 To: Stefan Molnar From: Dave Tweten Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 06 May 2003 21:44:28 -0700 Message-ID: <461.1052282668@gilmore.nas.nasa.gov> Sender: tweten@nas.nasa.gov cc: stable@freebsd.org Subject: Re: DES AWOL after 4.8 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: David.E.Tweten@nasa.gov List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 May 2003 04:44:34 -0000 stefan@csudsu.com said: >I had the same thing happen, the symbolic link does not exist. You can >just link libcrypto to libdes >libdes.a -> libcrypto.a >and so forth. In my case the problem doesn't seem to be non-existance. It's corruption. The libdes links were: libdes.a -> libcrypto.a libdes.so -> libcrypto.so.2 libdes.so.3 -> libcrypto.so.2 libdes_p.a -> libcrypto_p.a Following your advice, I created the following links: libdes.so -> libcrypto.so libdes.so.2 -> libcrypto.so.2 libdes.so.3 -> libcrypto.so.3 When I rebuild pidentd, all was well. Thanks. -- M/S 258-5 |1024-bit PGP fingerprint:|tweten@nas.nasa.gov NASA Ames Research Center | 41 B0 89 0A 8F 94 6C 59| (650) 604-4416 Moffett Field, CA 94035-1000| 7C 80 10 20 25 C7 2F E6|FAX: (650) 604-4377 We each earn what freedom of speech we defend for those who most offend us. From owner-freebsd-stable@FreeBSD.ORG Tue May 6 21:58:03 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 841C137B405 for ; Tue, 6 May 2003 21:58:03 -0700 (PDT) Received: from web13509.mail.yahoo.com (web13509.mail.yahoo.com [216.136.173.13]) by mx1.FreeBSD.org (Postfix) with SMTP id 3CDF643FA3 for ; Tue, 6 May 2003 21:58:01 -0700 (PDT) (envelope-from dyeske@yahoo.com) Message-ID: <20030507045759.90653.qmail@web13509.mail.yahoo.com> Received: from [68.26.179.53] by web13509.mail.yahoo.com via HTTP; Tue, 06 May 2003 21:57:59 PDT Date: Tue, 6 May 2003 21:57:59 -0700 (PDT) From: David Yeske To: Doug Barton In-Reply-To: <20030506213717.L5620@znfgre.qbhto.arg> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: stable@freebsd.org cc: rwatson@FreeBSD.org cc: arved cc: FreeBSD-gnats-submit@FreeBSD.org cc: freebsd-bugs@FreeBSD.org cc: Mario Subject: Re: conf/51910: ucom0 should be generated by MAKEDEV all 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, 07 May 2003 04:58:04 -0000 --- Doug Barton wrote: > On Tue, 6 May 2003, David Yeske wrote: > > > ucom0 is not generated from MAKEDEV all > > You haven't said why this is a problem. Since most users don't have these > devices, it's probably up to the ones who do to deal with this. Just a > thought. > > Doug Most users don't have urio0 or umodem0, should we remove those from being generated from MAKEDEV all? When should a device be in MAKEDEV, but not be generated via MAKEDEV all? __________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. http://search.yahoo.com From owner-freebsd-stable@FreeBSD.ORG Tue May 6 23:03: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 DF3F637B401 for ; Tue, 6 May 2003 23:03:50 -0700 (PDT) Received: from smtp-relay.omnis.com (smtp-relay.omnis.com [216.239.128.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F6CF43FBD for ; Tue, 6 May 2003 23:03:50 -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 84B221BAD9; Tue, 6 May 2003 23:03:49 -0700 (PDT) From: Wes Peters Organization: Softweyr To: Matthew Dillon , Date: Tue, 6 May 2003 23:03:48 -0700 User-Agent: KMail/1.5 References: <200305051923.h45JNARn078543@apollo.backplane.com> In-Reply-To: <200305051923.h45JNARn078543@apollo.backplane.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200305062303.48948.wes@softweyr.com> cc: freebsd-stable@freebsd.org Subject: Re: blackmail attempt? Stable mailing list block? 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, 07 May 2003 06:03:51 -0000 On Monday 05 May 2003 12:23, Matthew Dillon wrote: > I'm going to put a plug in for the relays.ordb.org DNSBL. It's a > fairly conservative volunteer dnsbl that verifies and blocks open > relays in an automated fashion. I run one of their U.S. > nameservers. ordb is very good. They caught an exim config file error for me ;^) once upon a time and their automated test tool not only verified for me that I had fixed the error, but also removed my sever from their list right then and there. Too bad the other 6 or 7 RBLs that caught it weren't quite so tractable... -- Where am I, and what am I doing in this handbasket? Wes Peters wes@softweyr.com From owner-freebsd-stable@FreeBSD.ORG Wed May 7 01:23: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 62C4A37B408 for ; Wed, 7 May 2003 01:23:41 -0700 (PDT) Received: from endeavour.uwyo.edu (endeavour.uwyo.edu [129.72.10.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBF9F43F85 for ; Wed, 7 May 2003 01:23:40 -0700 (PDT) (envelope-from singollo@uwyo.edu) Received: from CONVERSION-DAEMON.endeavour.uwyo.edu by endeavour.uwyo.edu (PMDF V6.1-1 #40460) id <0HEI00I01CLS9U@endeavour.uwyo.edu> for freebsd-stable@freebsd.org; Wed, 07 May 2003 02:22:40 -0600 (MDT) Received: from localhost.localdomain (dsl14.uwyo.edu [129.72.83.15]) by endeavour.uwyo.edu (PMDF V6.1-1 #40460) with ESMTP id <0HEI00GHNCLR9O@endeavour.uwyo.edu> for freebsd-stable@freebsd.org; Wed, 07 May 2003 02:22:40 -0600 (MDT) Date: Wed, 07 May 2003 03:22:39 -0500 From: Matthew Swank To: freebsd-stable@freebsd.org Message-id: <2de2b8860d1f5d2b77bc31fa006422b7@kirschwenk.my.domain> MIME-version: 1.0 X-Mailer: GNUMail.app (Version 1.0.3) Content-type: text/plain; format=flowed; charset=us-ascii Content-transfer-encoding: 7BIT cc: singollo@uwyo.edu Subject: problems exporting ext2fs partitions in 5.0-RELEASE-p7 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, 07 May 2003 08:23:41 -0000 from my fstab file: /dev/ad7s1 /mnt/fileserv ext2fs rw 0 0 from my exports file: /mnt/fileserv/mp3 -mapall=netuser -network 192.168.1.0 -mask 255.255.255.0 when mountd starts up, or is HUP'd: kernel: ext2fs doesn't support the old mount syscall mountd[360]: could not remount /mnt/fileserv/mp3: Operation not supported mountd[360]: bad exports list line /mnt/fileserv/mp3 -mapall=netuser -network 192.168.1.0 -mask 255.255.255.0 There was a thread about this problem late last year on freebsd-current, ( http://docs.freebsd.org/cgi/mid.cgi?db=irt&id=20021128064335.GA43060@hackerheaven.org ) but the problem never reached a conclusion. I was wondering If there was any solution in sight. Thanks, Matt Matthew Swank singollo@uwyo.edu From owner-freebsd-stable@FreeBSD.ORG Wed May 7 05:33: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 8D4EE37B401 for ; Wed, 7 May 2003 05:33:04 -0700 (PDT) Received: from gw.nectar.cc (gw.nectar.cc [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB06343F75 for ; Wed, 7 May 2003 05:33:03 -0700 (PDT) (envelope-from nectar@celabo.org) Received: from madman.celabo.org (madman.celabo.org [10.0.1.111]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "madman.celabo.org", Issuer "celabo.org CA" (verified OK)) by gw.nectar.cc (Postfix) with ESMTP id 5ACEF4; Wed, 7 May 2003 07:33:03 -0500 (CDT) Received: by madman.celabo.org (Postfix, from userid 1001) id 9272078C4A; Wed, 7 May 2003 07:33:02 -0500 (CDT) Date: Wed, 7 May 2003 07:33:02 -0500 From: "Jacques A. Vidrine" To: David.E.Tweten@nasa.gov Message-ID: <20030507123302.GA724@madman.celabo.org> References: <461.1052282668@gilmore.nas.nasa.gov> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <461.1052282668@gilmore.nas.nasa.gov> X-Url: http://www.celabo.org/ User-Agent: Mutt/1.5.3i-ja.1 cc: stable@freebsd.org Subject: Re: DES AWOL after 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: Wed, 07 May 2003 12:33:04 -0000 On Tue, May 06, 2003 at 09:44:28PM -0700, Dave Tweten wrote: > stefan@csudsu.com said: > >I had the same thing happen, the symbolic link does not exist. You can > >just link libcrypto to libdes > >libdes.a -> libcrypto.a > >and so forth. No, do _not_ do this. libdes and libcrypto are not compatible (especially since OpenSSL 0.9.7, introduced in 4.8-RELEASE). > In my case the problem doesn't seem to be non-existance. It's corruption. > The libdes links were: > > libdes.a -> libcrypto.a > libdes.so -> libcrypto.so.2 > libdes.so.3 -> libcrypto.so.2 > libdes_p.a -> libcrypto_p.a > > Following your advice, I created the following links: > > libdes.so -> libcrypto.so > libdes.so.2 -> libcrypto.so.2 > libdes.so.3 -> libcrypto.so.3 > > When I rebuild pidentd, all was well. Thanks. You really want to remove the symlinks, otherwise you may be screwed later. `installworld' is supposed to remove them for you. Anyway, the pidentd port was broken. I have now fixed it. Cheers, -- Jacques Vidrine . NTT/Verio SME . FreeBSD UNIX . Heimdal nectar@celabo.org . jvidrine@verio.net . nectar@freebsd.org . nectar@kth.se From owner-freebsd-stable@FreeBSD.ORG Wed May 7 08:15: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 718EA37B401 for ; Wed, 7 May 2003 08:15:28 -0700 (PDT) Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id B729643F85 for ; Wed, 7 May 2003 08:15:27 -0700 (PDT) (envelope-from des@ofug.org) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 557D2530E; Wed, 7 May 2003 17:15:26 +0200 (CEST) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: David.E.Tweten@nasa.gov References: <956.1052268304@gilmore.nas.nasa.gov> From: Dag-Erling Smorgrav Date: Wed, 07 May 2003 17:15:25 +0200 In-Reply-To: <956.1052268304@gilmore.nas.nasa.gov> (Dave Tweten's message of "Tue, 06 May 2003 17:45:04 -0700") Message-ID: User-Agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: stable@freebsd.org Subject: Re: DES AWOL after 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: Wed, 07 May 2003 15:15:28 -0000 Dave Tweten writes: > I just installed STABLE on a new machine and DES seems to be a no-show. I'm over here... I didn't know I was supposed to be anywhere else... DES -- Dag-Erling Smorgrav - des@ofug.org From owner-freebsd-stable@FreeBSD.ORG Wed May 7 10:09: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 99BA637B401 for ; Wed, 7 May 2003 10:09:29 -0700 (PDT) Received: from kientzle.com (h-66-166-149-50.SNVACAID.covad.net [66.166.149.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id C42A443FBD for ; Wed, 7 May 2003 10:09:28 -0700 (PDT) (envelope-from kientzle@acm.org) Received: from acm.org (UGLY.x.kientzle.comg [66.166.149.51] (may be forged)) by kientzle.com (8.11.3/8.11.3) with ESMTP id h47H9Sv98544 for ; Wed, 7 May 2003 10:09:28 -0700 (PDT) (envelope-from kientzle@acm.org) Message-ID: <3EB93E1F.30205@acm.org> Date: Wed, 07 May 2003 10:10:55 -0700 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.6) Gecko/20011206 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Peculiar Boot Failure X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: kientzle@acm.org List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 May 2003 17:09:29 -0000 Here's an odd one: If I disable the FLOPPY DISK in the BIOS of my ASUS Terminator K7, then FreeBSD (4.8-STABLE) will fail to find the HARD DISK when it boots. More details: Disable floppy in BIOS, try to boot machine. BIOS sees hard disk (primary master, 20GB Seagate) Boot loader loads Kernel loads and boots Kernel finds atapci0, ata0, ata1 But, kernel never sees ad0 and boot freezes at end of device probe. (Kernel issues no error message.) I did this because I pulled out the floppy cable (it was getting in the way of the fan). Curiously, if I enable the floppy disk, then: BIOS reports error (no floppy found) Kernel boots normally, although it does probe and recognize the floppy drive (the floppy drive is physically disconnected!) Apparently, floppy probing is more peculiar than I had ever imagined.... Tim Kientzle From owner-freebsd-stable@FreeBSD.ORG Thu May 8 01:22: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 F067B37B401 for ; Thu, 8 May 2003 01:22:13 -0700 (PDT) Received: from nippur.irb.hr (nippur.irb.hr [161.53.128.127]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D63543F93 for ; Thu, 8 May 2003 01:22:12 -0700 (PDT) (envelope-from mario.pranjic@irb.hr) Received: from nippur (nippur [161.53.128.127]) by nippur.irb.hr (8.12.8p1/8.12.8) with ESMTP id h488MAXX004916 for ; Thu, 8 May 2003 10:22:10 +0200 (MET DST) Date: Thu, 8 May 2003 10:22:10 +0200 (MET DST) From: Mario Pranjic To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: FreeBSD5 make world fails 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, 08 May 2003 08:22:14 -0000 Hi! I've installed FreeBSD5 (i386). I've synced src tree via cvsup (RELENG_5) and tried to build world. But in the process I got the following error: /usr/src/secure/lib/libcrypto/i386/des-586.s:2363:33: warning: null character(s) ignored {standard input}:2367: Error: invalid character '=' in operand 1 *** Error code 1 Stop in /usr/src/secure/lib/libcrypto. *** Error code 1 I've used the following procedure: make buildkernel make buildworld As usual in 4.X version od FreeBSD. Now, has anything changed in buildworld procedure in FreeBSD 5? Any idea why this happend? Thanks! Mario Pranjic, dipl.ing. sistem administrator Knjiznica, Institut Rudjer Boskovic ------------------------------------- e-mail: mario.pranjic@irb.hr ICQ: 72059629 tel: +385 1 45 60 954 (interni: 1293) ------------------------------------- From owner-freebsd-stable@FreeBSD.ORG Thu May 8 01:40: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 19DB137B401 for ; Thu, 8 May 2003 01:40:32 -0700 (PDT) Received: from arthur.nitro.dk (port324.ds1-khk.adsl.cybercity.dk [212.242.113.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F0E743F75 for ; Thu, 8 May 2003 01:40:31 -0700 (PDT) (envelope-from simon@arthur.nitro.dk) Received: by arthur.nitro.dk (Postfix, from userid 1000) id A67F610BF84; Thu, 8 May 2003 10:40:29 +0200 (CEST) Date: Thu, 8 May 2003 10:40:29 +0200 From: "Simon L. Nielsen" To: Mario Pranjic Message-ID: <20030508084028.GA400@nitro.dk> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="wac7ysb48OaltWcw" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.4i cc: freebsd-stable@freebsd.org Subject: Re: FreeBSD5 make world fails 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, 08 May 2003 08:40:32 -0000 --wac7ysb48OaltWcw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2003.05.08 10:22:10 +0200, Mario Pranjic wrote: > Hi! >=20 > I've installed FreeBSD5 (i386). I've synced src tree via cvsup > (RELENG_5) and tried to build world. RELENG_5 does not exist yet. You need either RELENG_5_0 which is FreeBSD 5.0, or HEAD which is currently 5.1-BETA. 5.x is still the CURRENT branch so I would suggest reading http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/current-stable.ht= ml and http://www.freebsd.org/releases/5.0R/early-adopter.html so you know what it means to run -CURRENT. --=20 Simon L. Nielsen --wac7ysb48OaltWcw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+uhf88kocFXgPTRwRAjsGAJ9QkScpJyd+eTnhkivnnGZB6hwy5gCcDXsS oUqjEHPwGyVTAa2wqqC+my0= =tbWL -----END PGP SIGNATURE----- --wac7ysb48OaltWcw-- From owner-freebsd-stable@FreeBSD.ORG Thu May 8 04:36: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 14D7C37B401 for ; Thu, 8 May 2003 04:36:34 -0700 (PDT) Received: from nippur.irb.hr (nippur.irb.hr [161.53.128.127]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABADE43FA3 for ; Thu, 8 May 2003 04:36:32 -0700 (PDT) (envelope-from mario.pranjic@irb.hr) Received: from nippur (nippur [161.53.128.127]) by nippur.irb.hr (8.12.8p1/8.12.8) with ESMTP id h48BaVXX005550; Thu, 8 May 2003 13:36:31 +0200 (MET DST) Date: Thu, 8 May 2003 13:36:31 +0200 (MET DST) From: Mario Pranjic To: "Simon L. Nielsen" In-Reply-To: <20030508084028.GA400@nitro.dk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-stable@freebsd.org Subject: Re: FreeBSD5 make world fails 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, 08 May 2003 11:36:34 -0000 On Thu, 8 May 2003, Simon L. Nielsen wrote: > Date: Thu, 8 May 2003 10:40:29 +0200 > From: Simon L. Nielsen > To: Mario Pranjic > Cc: freebsd-stable@freebsd.org > Subject: Re: FreeBSD5 make world fails > > RELENG_5 does not exist yet. You need either RELENG_5_0 which is FreeBSD > 5.0, or HEAD which is currently 5.1-BETA. Sorry, misprint, I ment RELENG_5_0: *default release=cvs tag=RELENG_5_0 Mario Pranjic, dipl.ing. sistem administrator Knjiznica, Institut Rudjer Boskovic ------------------------------------- e-mail: mario.pranjic@irb.hr ICQ: 72059629 tel: +385 1 45 60 954 (interni: 1293) ------------------------------------- From owner-freebsd-stable@FreeBSD.ORG Thu May 8 04:44: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 12D2E37B401 for ; Thu, 8 May 2003 04:44:00 -0700 (PDT) Received: from arthur.nitro.dk (port324.ds1-khk.adsl.cybercity.dk [212.242.113.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5800343FDF for ; Thu, 8 May 2003 04:43:59 -0700 (PDT) (envelope-from simon@arthur.nitro.dk) Received: by arthur.nitro.dk (Postfix, from userid 1000) id 496CA10BF84; Thu, 8 May 2003 13:43:58 +0200 (CEST) Date: Thu, 8 May 2003 13:43:58 +0200 From: "Simon L. Nielsen" To: Mario Pranjic Message-ID: <20030508114357.GB1664@nitro.dk> References: <20030508084028.GA400@nitro.dk> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="nVMJ2NtxeReIH9PS" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.4i cc: freebsd-stable@freebsd.org Subject: Re: FreeBSD5 make world fails 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, 08 May 2003 11:44:00 -0000 --nVMJ2NtxeReIH9PS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2003.05.08 13:36:31 +0200, Mario Pranjic wrote: > On Thu, 8 May 2003, Simon L. Nielsen wrote: >=20 > > Date: Thu, 8 May 2003 10:40:29 +0200 > > From: Simon L. Nielsen > > To: Mario Pranjic > > Cc: freebsd-stable@freebsd.org > > Subject: Re: FreeBSD5 make world fails > > > > RELENG_5 does not exist yet. You need either RELENG_5_0 which is FreeBSD > > 5.0, or HEAD which is currently 5.1-BETA. >=20 > Sorry, misprint, I ment RELENG_5_0: > *default release=3Dcvs tag=3DRELENG_5_0 Ah, ok. Rather important typo in this case :) Anyway I just reread your original mail and you have the order of buildkernel/buildworld wrong. You need to do buildworld first then buildkernel. I would suggest following the instructions in UPDATING rather precisely (near the end of the file). Btw. 5.x should be discussed on the freebsd-current list until the new stable branch is created... --=20 Simon L. Nielsen --nVMJ2NtxeReIH9PS Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+ukL98kocFXgPTRwRAqMCAKCPkSCi/6Pr43ILrAKqxAfP1lPbXQCfWSv6 8zEohI61NFuMw4E+zYiRTRQ= =a5hC -----END PGP SIGNATURE----- --nVMJ2NtxeReIH9PS-- From owner-freebsd-stable@FreeBSD.ORG Thu May 8 05: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 8958237B401 for ; Thu, 8 May 2003 05:33:15 -0700 (PDT) Received: from mx1.dev.itouchnet.net (itouchlabs.com [196.15.188.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A9F843FAF for ; Thu, 8 May 2003 05:33:13 -0700 (PDT) (envelope-from bvi@moria.org) Received: from nobody by mx1.dev.itouchnet.net with scanned_ok (Exim 3.35 #1) id 19Dkdt-0007CR-00 for freebsd-stable@freebsd.org; Thu, 08 May 2003 14:36:57 +0200 X-TLS: TLSv1:RC4-MD5:128 itouchlabs.com -> mx1.dev.itouchnet.net Received: from itouchlabs.com ([196.15.188.2] helo=Beastie) by mx1.dev.itouchnet.net with smtp (TLSv1:RC4-MD5:128) (Exim 3.35 #1) id 19Dkds-0007CI-00; Thu, 08 May 2003 14:36:56 +0200 Message-ID: <01b501c3155d$c0397a40$4508a8c0@Beastie> From: "Barry Irwin" To: Date: Thu, 8 May 2003 14:31:29 +0200 Organization: Moria Research 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.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Checked: This message has been scanned for any virusses and unauthorized attachments. X-iScan-ID: 27673-1052397416-65728@unconfigured version $Name: REL_2_0_4 $ Subject: Problex with Matrox G450 and XFree86 4.3.0 on 4.8-STABLE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Barry Irwin List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 May 2003 12:33:15 -0000 Hi All I have just finished a re-install of a box that was previously working fine under 4.7. The problem is that the matrox drm kernel module is failinf to initialise correctly. :from the dmesg: FreeBSD 4.8-STABLE #0: Thu May 8 11:41:26 SAST 2003 root@shagrat.prv.moria.org:/usr/src/sys/compile/SHAGRAT48 Timecounter "i8254" frequency 1193182 Hz CPU: Intel Pentium III (548.54-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x681 Stepping = 1 Features=0x383f9ff real memory = 402587648 (393152K bytes) avail memory = 386310144 (377256K bytes) Preloaded elf kernel "kernel" at 0xc04fe000. Preloaded elf module "vesa.ko" at 0xc04fe09c. Preloaded elf module "linux.ko" at 0xc04fe138. Preloaded elf module "agp.ko" at 0xc04fe1d8. Preloaded elf module "mga.ko" at 0xc04fe274. VESA: v3.0, 32768k memory, flags:0x1, mode table:0xc00c52cd (c00052cd) VESA: Matrox Graphics Inc. Pentium Pro MTRR support enabled md0: Malloc disk Using $PIR table, 7 entries at 0xc00fdba0 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 drm0: mem 0xe5000000-0xe57fffff,0xe4000000-0xe4003fff,0xe8000000-0xe9ffffff irq 11 at device 0.0 on pci1 error: [drm:mga_init] *ERROR* Cannot initialize the agpgart module. device_probe_and_attach: drm0 attach returned 12 System is running a world and kernel CVSUP'd today. The agpgart device exists: -bash-2.05b$ ls -lad /dev/agpgart crw------- 1 root wheel 148, 0 May 8 11:06 /dev/agpgart Kernel Configuration also includes "agp" -bash-2.05b$ kldstat Id Refs Address Size Name 1 6 0xc0100000 3bae20 kernel 2 1 0xc04bb000 5448 vesa.ko 3 1 0xc04c1000 18ba4 linux.ko 4 1 0xc04da000 ac8c agp.ko 5 1 0xc04e5000 1738c mga.ko 6 1 0xc1d9b000 2000 green_saver.ko When trying to start X: XFree86 Version 4.3.0 Release Date: 27 February 2003 X Protocol Version 11, Revision 0, Release 6.6 Build Operating System: FreeBSD 4.8 i386 [ELF] Build Date: 08 May 2003 Before reporting problems, check http://www.XFree86.Org/ to make sure that you have the latest version. Module Loader present Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/XFree86.0.log", Time: Thu May 8 14:36:26 2003 (==) Using config file: "/etc/X11/XF86Config" (EE) MGA: Failed to load module "mga_hal" (module does not exist, 0) (EE) MGA: Failed to load module "mga_hal" (module does not exist, 0) (EE) MGA(1): Not initializing the DRI on the second head I cant find any reference to the mga_hal module. I know that Previously I needed to build the X Server with GXX_MATROX enable to use the matrox supplied HAL driver. In XFree86.0.log: =snip= (--) MGA(0): Chipset: "mgag400" (G450) (II) Loading sub module "mga_hal" (II) LoadModule: "mga_hal" (WW) Warning, couldn't open module mga_hal (II) UnloadModule: "mga_hal" (EE) MGA: Failed to load module "mga_hal" (module does not exist, 0) (==) MGA(0): Matrox HAL module not loaded - using builtin mode setup instead (**) MGA(0): Depth 24, (--) framebuffer bpp 32 (==) MGA(0): RGB weight 888 (==) MGA(0): Using AGP 1x mode (--) MGA(0): Linear framebuffer at 0xE8000000 (--) MGA(0): MMIO registers at 0xE4000000 (--) MGA(0): Pseudo-DMA transfer window at 0xE5000000 (==) MGA(0): BIOS at 0xC0000 (--) MGA(0): Video BIOS info block at offset 0x07CE0 (WW) MGA(0): Video BIOS info block not detected! (II) MGA(0): MGABios.RamdacType = 0x0 (==) MGA(0): Write-combining range (0xe4000000,0x4000) was already clear (==) MGA(0): Write-combining range (0xe8000000,0x2000000) (==) MGA(0): Write-combining range (0xe5000000,0x800000) was already clear (--) MGA(0): Crtc2 will use 8192K of VideoRam (--) MGA(0): VideoRAM: 24576 kByte =snip= Any bright ideas. I've had a look at http://people.freebsd.org/~anholt/dri/index.html and all seems ane to me. Regards, Barry -- Barry Irwin bvi@moria.org From owner-freebsd-stable@FreeBSD.ORG Thu May 8 08:02: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 6319E37B401 for ; Thu, 8 May 2003 08:02:49 -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 9CA1C43F93 for ; Thu, 8 May 2003 08:02:48 -0700 (PDT) (envelope-from hrs@eos.ocn.ne.jp) Received: from mail.allbsd.org (p6224-adsao12honb4-acca.tokyo.ocn.ne.jp [219.161.188.224]) by smtp.eos.ocn.ne.jp (Postfix) with ESMTP id 67D1B3CA9 for ; Fri, 9 May 2003 00:02:47 +0900 (JST) Received: from localhost (alph.allbsd.org [192.168.0.10]) h48ExWJp080770 for ; Thu, 8 May 2003 23:59:34 +0900 (JST) (envelope-from hrs@eos.ocn.ne.jp) Date: Thu, 08 May 2003 23:58:20 +0900 (JST) Message-Id: <20030508.235820.41649159.hrs@eos.ocn.ne.jp> To: stable@FreeBSD.ORG From: Hiroki Sato X-PGPkey-fingerprint: BDB3 443F A5DD B3D0 A530 FFD7 4F2C D3D8 2793 CF2D X-Mailer: Mew version 2.2 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: NFS problem? 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, 08 May 2003 15:02:49 -0000 Hi, I noticed that my 4.8R box seems to have a NFS problem. I use a FreeBSD/i386 4.8R box as a NFS server, and a FreeBSD/i386 5-CURRENT (as of today) as the NFS client. On the client, /a (on the server) can be mounted successfully with -o rw,bg,intr,mntudp options. However, when a large amount of write operations such as "cp -r /home/ncvs /a" are performed on the client, the transfer is unexpectedly stalled and "nfs server xxx:/a: not responding" is reported. A long time (about 10-20 minutes) later, the operations are finished. During the stall, tcpdump on the server says repeatedly the following: 23:44:43.050494 nfsclient.1731995803 > nfsserver.nfs: 1472 write [|nfs] (frag 33263:1480@0+) 23:44:43.050506 truncated-ip - 2 bytes missing! nfsserver > nfsclient: udp (frag 33263:224@1480) Did anyone experience this symptom? I tried NetBSD/sparc64 as a NFS client, but got the same result. -- | Hiroki SATO / From owner-freebsd-stable@FreeBSD.ORG Thu May 8 10:28: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 6198C37B408 for ; Thu, 8 May 2003 10:28:23 -0700 (PDT) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E7C443FAF for ; Thu, 8 May 2003 10:28:22 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.12.9/8.12.9) with ESMTP id h48HS2M7035782; Thu, 8 May 2003 10:28:06 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <200305081728.h48HS2M7035782@gw.catspoiler.org> Date: Thu, 8 May 2003 10:28:02 -0700 (PDT) From: Don Lewis To: hrs@eos.ocn.ne.jp In-Reply-To: <20030508.235820.41649159.hrs@eos.ocn.ne.jp> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii cc: stable@FreeBSD.org Subject: Re: NFS problem? 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, 08 May 2003 17:28:23 -0000 On 8 May, Hiroki Sato wrote: > Hi, > > I noticed that my 4.8R box seems to have a NFS problem. > I use a FreeBSD/i386 4.8R box as a NFS server, and > a FreeBSD/i386 5-CURRENT (as of today) as the NFS client. > > On the client, /a (on the server) can be mounted successfully > with -o rw,bg,intr,mntudp options. However, when a large amount > of write operations such as "cp -r /home/ncvs /a" are performed > on the client, the transfer is unexpectedly stalled and > "nfs server xxx:/a: not responding" is reported. > A long time (about 10-20 minutes) later, the operations > are finished. > > During the stall, tcpdump on the server says repeatedly > the following: > > 23:44:43.050494 nfsclient.1731995803 > nfsserver.nfs: 1472 write [|nfs] (frag 33263:1480@0+) > 23:44:43.050506 truncated-ip - 2 bytes missing! nfsserver > nfsclient: udp (frag 33263:224@1480) > > Did anyone experience this symptom? I tried NetBSD/sparc64 > as a NFS client, but got the same result. I've run into this exact problem. I bet your client box has an Intel Pro 100/S fxp card or something similar. The problem isn't in NFS, but rather a possible bug in the Ethernet chip used in your fxp and how the driver in -current attempts to use some new features in this chip. If possible, find the exact part number of the chip on your fxp card, and also run "pciconf -l | grep fxp" on your -current box. The problem is that certain-sized fragmented packets get truncated by the card when the card is programmed in a mode to use some new features that this particular Ethernet chip has available. In the short term, the solution to your problem is to patch your copy of the fxp driver so that this chip is treated like an older model. If you can't do that, then change your NFS mount options to use TCP, which will avoid the packet fragmentation. Index: sys/dev/fxp/if_fxp.c =================================================================== RCS file: /home/ncvs/src/sys/dev/fxp/if_fxp.c,v retrieving revision 1.178 diff -u -r1.178 if_fxp.c --- sys/dev/fxp/if_fxp.c 30 Apr 2003 04:14:56 -0000 1.178 +++ sys/dev/fxp/if_fxp.c 3 May 2003 20:35:56 -0000 @@ -580,7 +580,11 @@ * Be careful to do this only on the right devices. */ +#if 0 if (sc->revision == FXP_REV_82550 || sc->revision == FXP_REV_82550_C) { +#else + if (0) { +#endif sc->rfa_size = sizeof (struct fxp_rfa); sc->tx_cmd = FXP_CB_COMMAND_IPCBXMIT; sc->flags |= FXP_FLAG_EXT_RFA; From owner-freebsd-stable@FreeBSD.ORG Thu May 8 11: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 B3C8837B401; Thu, 8 May 2003 11:47:28 -0700 (PDT) Received: from mandarin.fruitsalad.org (pc117.net160.koping.net [81.16.160.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C44143F3F; Thu, 8 May 2003 11:47:27 -0700 (PDT) (envelope-from matt@hasta.se) Received: from [192.168.15.54] (helo=klementin) by mandarin.fruitsalad.org with smtp (Exim 4.14) id 19DqQQ-000KZy-Mc; Thu, 08 May 2003 20:47:26 +0200 From: "Matt Douhan" To: "Don Lewis" , Date: Thu, 8 May 2003 20:50:02 +0200 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.2416 (9.0.2911.0) In-Reply-To: <200305081728.h48HS2M7035782@gw.catspoiler.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal cc: stable@FreeBSD.org Subject: SV: NFS problem? 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, 08 May 2003 18:47:29 -0000 The problem is that certain-sized fragmented packets get truncated by the card when the card is programmed in a mode to use some new features that this particular Ethernet chip has available. In the short term, the solution to your problem is to patch your copy of the fxp driver so that this chip is treated like an older model. If you can't do that, then change your NFS mount options to use TCP, which will avoid the packet fragmentation. We already use TCP for the NFS mounts and I still see the exact same problems Matt From owner-freebsd-stable@FreeBSD.ORG Thu May 8 12:23: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 BA1E937B401 for ; Thu, 8 May 2003 12:23:36 -0700 (PDT) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17D1C43FBD for ; Thu, 8 May 2003 12:23:34 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.12.9/8.12.9) with ESMTP id h48JNNM7035986; Thu, 8 May 2003 12:23:28 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <200305081923.h48JNNM7035986@gw.catspoiler.org> Date: Thu, 8 May 2003 12:23:23 -0700 (PDT) From: Don Lewis To: matt@hasta.se In-Reply-To: MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii cc: stable@FreeBSD.org cc: hrs@eos.ocn.ne.jp Subject: Re: NFS problem? 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, 08 May 2003 19:23:37 -0000 On 8 May, Matt Douhan wrote: > The problem is that certain-sized fragmented packets get truncated by > the card when the card is programmed in a mode to use some new features > that this particular Ethernet chip has available. In the short term, > the solution to your problem is to patch your copy of the fxp driver so > that this chip is treated like an older model. If you can't do that, > then change your NFS mount options to use TCP, which will avoid the > packet fragmentation. > > > We already use TCP for the NFS mounts and I still see the exact same > problems I only saw the problem on packets that were broken into three or more fragments, but I don't know why it couldn't happen with two fragments, as in the case at the start of this thread, or possibly even with an unfragmented packet in the bad range of sizes. If you're not doing VLANs, try pinging from client to server with packets of size 216+(N*1480): ping -c 216 ping -c 1696 ping -c 3176 ping -c 4656 When you trigger the bug, you won't get a response, and the ip "fragments dropped after timeout" counter in the "netstat -s" statistics will increment, at least in the case of fragmented packets. If you sniff the wire with tcpdump, you'll see the "truncated-ip" message. On the broken machine, the tcpdump output will look normal because tcpdump is capturing the packets before they are corrupted by the NIC. I didn't see any problems until I hit the third size. If you are affected by this bug, please document the hardware involved, including the exact chip part number if possible, the pciconf -l output, and which version of the fxp driver you are using. From owner-freebsd-stable@FreeBSD.ORG Thu May 8 13:09:03 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 0AD1437B401 for ; Thu, 8 May 2003 13:09:03 -0700 (PDT) Received: from kientzle.com (h-66-166-149-50.SNVACAID.covad.net [66.166.149.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57F7443FA3 for ; Thu, 8 May 2003 13:09:02 -0700 (PDT) (envelope-from kientzle@acm.org) Received: from acm.org ([66.166.149.51]) by kientzle.com (8.12.9/8.12.9) with ESMTP id h48K91q5000172 for ; Thu, 8 May 2003 13:09:01 -0700 (PDT) (envelope-from kientzle@acm.org) Message-ID: <3EBAB9B6.5060900@acm.org> Date: Thu, 08 May 2003 13:10:30 -0700 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.6) Gecko/20011206 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Can't boot from ad4: Device Not Configured? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: kientzle@acm.org List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 May 2003 20:09:03 -0000 I'm trying to move my drives from the slow built-in IDE controller to a faster PCI card (Promise ULTRA TX2). The boot loader succesfully loads the kernel, and the kernel succesfully probes the Promise controller and the hard disk connected to it. But the root mount fails with error 6, even after I type in "ufs:/dev/ad4s1a" I looked through the kernel config files and LINT and could find nothing that seemed relevant. Any advice gratefully appreciated. Tim Kientzle From owner-freebsd-stable@FreeBSD.ORG Thu May 8 13:16: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 8409637B401 for ; Thu, 8 May 2003 13:16:24 -0700 (PDT) Received: from voo.doo.net (voo.doo.net [81.17.45.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADD8D43F75 for ; Thu, 8 May 2003 13:16:22 -0700 (PDT) (envelope-from marc@schneiders.org) Received: from localhost (localhost [127.0.0.1]) by voo.doo.net (8.12.8/8.12.6) with ESMTP id h48KGFJe091551; Thu, 8 May 2003 22:16:16 +0200 (CEST) (envelope-from marc@schneiders.org) Date: Thu, 8 May 2003 22:16:15 +0200 (CEST) From: Marc Schneiders Sender: To: Tim Kientzle In-Reply-To: <3EBAB9B6.5060900@acm.org> Message-ID: <20030508221553.B89449-100000@voo.doo.net> X-Preferred-email-to: marc@schneiders.org X-Other-email-to: marc@venster.nl X-Organization: Venster (Zeist - NL) X-URL: http://www.bijt.net/ X-SOA: A.ROOT-SERVERS.ORSC. X-OS: FreeBSD: The Power to Serve MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-stable@freebsd.org Subject: Re: Can't boot from ad4: Device Not Configured? 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, 08 May 2003 20:16:24 -0000 You probably haven't got the drive in /dev. On Thu, 8 May 2003, at 13:10 [=GMT-0700], Tim Kientzle wrote: > I'm trying to move my drives from > the slow built-in IDE controller to > a faster PCI card (Promise ULTRA TX2). > The boot loader succesfully loads the > kernel, and the kernel succesfully probes > the Promise controller and the hard > disk connected to it. > > But the root mount fails with error 6, > even after I type in "ufs:/dev/ad4s1a" > > I looked through the kernel config files > and LINT and could find nothing that > seemed relevant. > > Any advice gratefully appreciated. > > Tim Kientzle > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > From owner-freebsd-stable@FreeBSD.ORG Thu May 8 13:36: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 8DF4037B401 for ; Thu, 8 May 2003 13:36:15 -0700 (PDT) Received: from kientzle.com (h-66-166-149-50.SNVACAID.covad.net [66.166.149.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08D9F43F3F for ; Thu, 8 May 2003 13:36:15 -0700 (PDT) (envelope-from kientzle@acm.org) Received: from acm.org ([66.166.149.51]) by kientzle.com (8.12.9/8.12.9) with ESMTP id h48KaE2b000210; Thu, 8 May 2003 13:36:14 -0700 (PDT) (envelope-from kientzle@acm.org) Message-ID: <3EBAC016.7020108@acm.org> Date: Thu, 08 May 2003 13:37:42 -0700 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.6) Gecko/20011206 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Marc Schneiders References: <20030508221553.B89449-100000@voo.doo.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-stable@freebsd.org Subject: Re: Can't boot from ad4: Device Not Configured? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: kientzle@acm.org List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 May 2003 20:36:15 -0000 a) Yes, I do. b) It doesn't get that far. (The root hasn't yet been mounted, so the contents of /dev would seem to be immaterial. If you can't read the disk, it doesn't really matter what's on it. ;-) Tim Marc Schneiders wrote: > You probably haven't got the drive in /dev. > > On Thu, 8 May 2003, at 13:10 [=GMT-0700], Tim Kientzle wrote: >>I'm trying to move my drives from >>the slow built-in IDE controller to >>a faster PCI card (Promise ULTRA TX2). >>The boot loader succesfully loads the >>kernel, and the kernel succesfully probes >>the Promise controller and the hard >>disk connected to it. >> >>But the root mount fails with error 6, >>even after I type in "ufs:/dev/ad4s1a" >> >>I looked through the kernel config files >>and LINT and could find nothing that >>seemed relevant. >> >>Any advice gratefully appreciated. >> >>Tim Kientzle From owner-freebsd-stable@FreeBSD.ORG Thu May 8 13:43: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 83D5237B401 for ; Thu, 8 May 2003 13:43:56 -0700 (PDT) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA0DB43F75 for ; Thu, 8 May 2003 13:43:55 -0700 (PDT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (IDENT:brdavis@localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.12.9/8.12.3) with ESMTP id h48KhqUO027778; Thu, 8 May 2003 13:43:52 -0700 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.12.9/8.12.3/Submit) id h48Khqjp027777; Thu, 8 May 2003 13:43:52 -0700 Date: Thu, 8 May 2003 13:43:51 -0700 From: Brooks Davis To: Tim Kientzle Message-ID: <20030508204351.GA23694@Odin.AC.HMC.Edu> References: <20030508221553.B89449-100000@voo.doo.net> <3EBAC016.7020108@acm.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="lrZ03NoBR/3+SXJZ" Content-Disposition: inline In-Reply-To: <3EBAC016.7020108@acm.org> User-Agent: Mutt/1.5.4i X-Virus-Scanned: by amavisd-milter (http://amavis.org/) on odin.ac.hmc.edu cc: freebsd-stable@freebsd.org Subject: Re: Can't boot from ad4: Device Not Configured? 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, 08 May 2003 20:43:56 -0000 --lrZ03NoBR/3+SXJZ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, May 08, 2003 at 01:37:42PM -0700, Tim Kientzle wrote: > b) It doesn't get that far. > (The root hasn't yet been mounted, so the > contents of /dev would seem to be immaterial. > If you can't read the disk, it doesn't really > matter what's on it. ;-) Before root is mounted for real, it is actually mounted. /sbin/init attempts to remount / properly using the device listed in /etc/fstab and will fail to mount it if the entry does not exist in /dev. I ran into this exact problem (ad4 and everything) before when I moved my root disk to a PCI ATA controler. As I recall the two issues I had where a bogus fstab entry and not creating all the necessicary entries to get ad4s1a in /dev. -- Brooks --lrZ03NoBR/3+SXJZ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE+usGGXY6L6fI4GtQRAimiAJ4hLDwsGekvWz5V2dDHPNxf57fvXACfSxey CTVzx06PEaXE9dM9Y6eKr3k= =116O -----END PGP SIGNATURE----- --lrZ03NoBR/3+SXJZ-- From owner-freebsd-stable@FreeBSD.ORG Thu May 8 21:07: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 9C70637B401; Thu, 8 May 2003 21:07:59 -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 0159C43FB1; Thu, 8 May 2003 21:07:59 -0700 (PDT) (envelope-from hrs@eos.ocn.ne.jp) Received: from mail.allbsd.org (p6224-adsao12honb4-acca.tokyo.ocn.ne.jp [219.161.188.224]) by smtp.eos.ocn.ne.jp (Postfix) with ESMTP id 1976D2C0F; Fri, 9 May 2003 13:07:49 +0900 (JST) Received: from localhost (alph.allbsd.org [192.168.0.10]) h49471Jp083643; Fri, 9 May 2003 13:07:02 +0900 (JST) (envelope-from hrs@eos.ocn.ne.jp) Date: Fri, 09 May 2003 12:52:55 +0900 (JST) Message-Id: <20030509.125255.41630543.hrs@eos.ocn.ne.jp> To: truckman@FreeBSD.org From: Hiroki Sato In-Reply-To: <200305081923.h48JNNM7035986@gw.catspoiler.org> References: <200305081923.h48JNNM7035986@gw.catspoiler.org> X-PGPkey-fingerprint: BDB3 443F A5DD B3D0 A530 FFD7 4F2C D3D8 2793 CF2D X-Mailer: Mew version 2.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: stable@FreeBSD.org cc: matt@hasta.se Subject: Re: NFS problem? 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, 09 May 2003 04:07:59 -0000 Don Lewis wrote in <200305081923.h48JNNM7035986@gw.catspoiler.org>: truckman> ping -c 216 truckman> ping -c 1696 truckman> ping -c 3176 truckman> ping -c 4656 Yes, I use dc on the server and fxp on the client. I tried: ping -s 214 ... OK ping -s 216 ... no response (truncated-ip appeared) ping -s 300 ... OK ping -s 1694 ... OK ping -s 1696 ... no response (truncated-ip appeared) ping -s 3174 ... OK ping -s 3176 ... no response (truncated-ip appeared) ping -s 4654 ... OK ping -s 4656 ... no response (truncated-ip appeared) ping -s 6134 ... OK ping -s 6136 ... no response (truncated-ip appeared) The result of "pciconf -l" is: fxp0@pci7:2:0: class=0x020000 card=0x10508086 chip=0x12298086 rev=0x0d hdr=0x00 I guess this is FXP_REV_82550_C. After your patch is applied, the problem does not seem to occur! I will see how things go for a little while. Thank you for your suggestion. -- | Hiroki SATO / From owner-freebsd-stable@FreeBSD.ORG Fri May 9 02:38: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 A4B5037B401 for ; Fri, 9 May 2003 02:38:50 -0700 (PDT) Received: from defiant.unix-asp.com (defiant.unix-asp.com [80.126.41.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 205E743FB1 for ; Fri, 9 May 2003 02:38:49 -0700 (PDT) (envelope-from rdr@xs4all.nl) Received: from enterprise (enterprise.uss [10.0.0.3]) by defiant.unix-asp.com (8.12.9/8.12.9) with ESMTP id h499cbOT013445 for ; Fri, 9 May 2003 11:38:37 +0200 (CEST) (envelope-from rdr@xs4all.nl) From: "Remy de Ruysscher" To: Date: Fri, 9 May 2003 11:38:37 +0200 MIME-Version: 1.0 Message-ID: <000701c3160e$c455dae0$0300000a@enterprise> Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=SHA1; boundary="----=_NextPart_000_0002_01C3161F.877FE910" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 In-Reply-To: <20030508190118.D3B5D37B405@hub.freebsd.org> X-MailScanner: Found to be clean Subject: Problem installing kernel in single usermode 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, 09 May 2003 09:38:50 -0000 This is a multi-part message in MIME format. ------=_NextPart_000_0002_01C3161F.877FE910 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi, I'm running 4.8-STABLE but I'm having some problems installing a new kernel. (in /usr/src make installkernel). mv /kernel /kernel.old operation not permitted My securelevel is currently set to -1 (kern_securelevel=-1) and kern_securelevel_enable="NO" I have already executed chflags noschg /kernel and /kernel.old (while in single user mode). What am I missing? Thanks. ------=_NextPart_000_0002_01C3161F.877FE910 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIJEjCCAqEw ggIKoAMCAQICAwi3BDANBgkqhkiG9w0BAQQFADCBkjELMAkGA1UEBhMCWkExFTATBgNVBAgTDFdl c3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3duMQ8wDQYDVQQKEwZUaGF3dGUxHTAbBgNVBAsT FENlcnRpZmljYXRlIFNlcnZpY2VzMSgwJgYDVQQDEx9QZXJzb25hbCBGcmVlbWFpbCBSU0EgMjAw MC44LjMwMB4XDTAyMTExNTE4MDY1OVoXDTAzMTExNTE4MDY1OVowbDEVMBMGA1UEBBMMZGUgUnV5 c3NjaGVyMRMwEQYDVQQqEwpSZW15IEZyYW5rMSAwHgYDVQQDExdSZW15IEZyYW5rIGRlIFJ1eXNz Y2hlcjEcMBoGCSqGSIb3DQEJARYNcmRyQHhzNGFsbC5ubDCBnzANBgkqhkiG9w0BAQEFAAOBjQAw gYkCgYEAtPenRmQ6qDb/DOoBmkHPW7zTiGfHYYE+BpXu8UkTtZhoQwaAd40xqanBzi65vbIvwKmp R0j8+PFhHHNbvkdZpYxdFiDBA2H3n5dQ2WxCOhhfgZJv0ZUC9H1AH9yGyuTERTF8+7CeZuFwWdu1 yOcIBkkc/IQO2g/kuxGFayMBTXUCAwEAAaMqMCgwGAYDVR0RBBEwD4ENcmRyQHhzNGFsbC5ubDAM BgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBBAUAA4GBAD4189DihWKkf21H4E4KfjdnMM6u/QrsX5ak Q9grXtNPx8O/FWzks/w+BLDdwgyGopkrAsVjlly4HPtXZJoYqQ5J9BRret3jCU/ibJhpXHROjnwc L62+C6wn6KeESS4Z5jgBFgu2rLjjTFaq/CCiHKqFjaTOUtTi5UbDOJ4l3FgvMIIDLTCCApagAwIB AgIBADANBgkqhkiG9w0BAQQFADCB0TELMAkGA1UEBhMCWkExFTATBgNVBAgTDFdlc3Rlcm4gQ2Fw ZTESMBAGA1UEBxMJQ2FwZSBUb3duMRowGAYDVQQKExFUaGF3dGUgQ29uc3VsdGluZzEoMCYGA1UE CxMfQ2VydGlmaWNhdGlvbiBTZXJ2aWNlcyBEaXZpc2lvbjEkMCIGA1UEAxMbVGhhd3RlIFBlcnNv bmFsIEZyZWVtYWlsIENBMSswKQYJKoZIhvcNAQkBFhxwZXJzb25hbC1mcmVlbWFpbEB0aGF3dGUu Y29tMB4XDTk2MDEwMTAwMDAwMFoXDTIwMTIzMTIzNTk1OVowgdExCzAJBgNVBAYTAlpBMRUwEwYD VQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEaMBgGA1UEChMRVGhhd3RlIENv bnN1bHRpbmcxKDAmBgNVBAsTH0NlcnRpZmljYXRpb24gU2VydmljZXMgRGl2aXNpb24xJDAiBgNV BAMTG1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBDQTErMCkGCSqGSIb3DQEJARYccGVyc29uYWwt ZnJlZW1haWxAdGhhd3RlLmNvbTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA1GnX1LCUZFtx 6UfYDFG26nKRsIRefS0Nj3sS34UldSh0OkIsYyeflXtL734Zhx2G6qPduc6WZBrCFG5ErHzmj+hN D3EfQDimAKOHePb5lIZererAXnbr2RSjXW56fAylS1V/Bhkpf56aJtVquzgkCGqYx7Hao5iR/Xnb 5VrEHLkCAwEAAaMTMBEwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQQFAAOBgQDH7JJ+Tvj1 lqVnYiqk8E0RYNBvjWBYYawmu1I1XAjPMPuoSpaKH2JCI4wXD/S6ZJwXrEcp352YXtJsYHFcoqzc eePnbgBHH7UNKOgCneSa/RP0ptl8sfjcXyMmCZGAc9AUG95DqYMl8uacLxXK/qarigd1iwzdUYRr 5PjRzneigTCCAzgwggKhoAMCAQICEGZFcrfMdPXPY3ZFhNAukQEwDQYJKoZIhvcNAQEEBQAwgdEx CzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEa MBgGA1UEChMRVGhhd3RlIENvbnN1bHRpbmcxKDAmBgNVBAsTH0NlcnRpZmljYXRpb24gU2Vydmlj ZXMgRGl2aXNpb24xJDAiBgNVBAMTG1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBDQTErMCkGCSqG SIb3DQEJARYccGVyc29uYWwtZnJlZW1haWxAdGhhd3RlLmNvbTAeFw0wMDA4MzAwMDAwMDBaFw0w NDA4MjcyMzU5NTlaMIGSMQswCQYDVQQGEwJaQTEVMBMGA1UECBMMV2VzdGVybiBDYXBlMRIwEAYD VQQHEwlDYXBlIFRvd24xDzANBgNVBAoTBlRoYXd0ZTEdMBsGA1UECxMUQ2VydGlmaWNhdGUgU2Vy dmljZXMxKDAmBgNVBAMTH1BlcnNvbmFsIEZyZWVtYWlsIFJTQSAyMDAwLjguMzAwgZ8wDQYJKoZI hvcNAQEBBQADgY0AMIGJAoGBAN4zMqZjxwklRT7SbngnZ4HF2ogZgpcO40QpimM1Km1wPPrcrvfu dG8wvDOQf/k0caCjbZjxw0+iZdsN+kvx1t1hpfmFzVWaNRqdknWoJ67Ycvm6AvbXsJHeHOmr4BgD qHxDQlBRh4M88Dm0m1SKE4f/s5udSWYALQmJ7JRr6aFpAgMBAAGjTjBMMCkGA1UdEQQiMCCkHjAc MRowGAYDVQQDExFQcml2YXRlTGFiZWwxLTI5NzASBgNVHRMBAf8ECDAGAQH/AgEAMAsGA1UdDwQE AwIBBjANBgkqhkiG9w0BAQQFAAOBgQAxsUtHXfkBceX1U2xdedY9mMAmE2KBIqcS+CKV6BtJtyd7 BDm6/ObyJOuR+r3sDSo491BVqGz3Da1MG7wD9LXrokefbKIMWI0xQgkRbLAaadErErJAXWr5edDq LiXdiuT82w0fnQLzWtvKPPZE6iZph39Ins6ln+eE2MliYq0FxjGCA2kwggNlAgEBMIGaMIGSMQsw CQYDVQQGEwJaQTEVMBMGA1UECBMMV2VzdGVybiBDYXBlMRIwEAYDVQQHEwlDYXBlIFRvd24xDzAN BgNVBAoTBlRoYXd0ZTEdMBsGA1UECxMUQ2VydGlmaWNhdGUgU2VydmljZXMxKDAmBgNVBAMTH1Bl cnNvbmFsIEZyZWVtYWlsIFJTQSAyMDAwLjguMzACAwi3BDAJBgUrDgMCGgUAoIICJDAYBgkqhkiG 9w0BCQMxCwYJKoZIhvcNAQcBMBwGCSqGSIb3DQEJBTEPFw0wMzA1MDkwOTM4MzZaMCMGCSqGSIb3 DQEJBDEWBBSwQMOhoV9cpgBTQb9cT5IGzwFeYDBnBgkqhkiG9w0BCQ8xWjBYMAoGCCqGSIb3DQMH MAcGBSsOAwIaMA4GCCqGSIb3DQMCAgIAgDANBggqhkiG9w0DAgIBQDAHBgUrDgMCBzANBggqhkiG 9w0DAgIBKDAKBggqhkiG9w0CBTCBqwYJKwYBBAGCNxAEMYGdMIGaMIGSMQswCQYDVQQGEwJaQTEV MBMGA1UECBMMV2VzdGVybiBDYXBlMRIwEAYDVQQHEwlDYXBlIFRvd24xDzANBgNVBAoTBlRoYXd0 ZTEdMBsGA1UECxMUQ2VydGlmaWNhdGUgU2VydmljZXMxKDAmBgNVBAMTH1BlcnNvbmFsIEZyZWVt YWlsIFJTQSAyMDAwLjguMzACAwi3BDCBrQYLKoZIhvcNAQkQAgsxgZ2ggZowgZIxCzAJBgNVBAYT AlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEPMA0GA1UEChMG VGhhd3RlMR0wGwYDVQQLExRDZXJ0aWZpY2F0ZSBTZXJ2aWNlczEoMCYGA1UEAxMfUGVyc29uYWwg RnJlZW1haWwgUlNBIDIwMDAuOC4zMAIDCLcEMA0GCSqGSIb3DQEBAQUABIGAcAzwewj1NhxoRh2k MBSU3VlO1AxeoxHUDQhDS4TCsu1B4n6iNB1nTH/RBTSk0ll/ovXALpacDSJhm6Cg2SmUlc3zQQP4 8f28JjMZndXwwWB1k6ZEhA26EtS9Sqmlh3CJWgCRtRJXYqieYWIFBeVm/euwRCrzIj2/GTPsMu3v beUAAAAAAAA= ------=_NextPart_000_0002_01C3161F.877FE910-- From owner-freebsd-stable@FreeBSD.ORG Fri May 9 07:05: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 03F1E37B401 for ; Fri, 9 May 2003 07:05:10 -0700 (PDT) Received: from HAL9000.homeunix.com (12-233-57-131.client.attbi.com [12.233.57.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A18243F85 for ; Fri, 9 May 2003 07:05:09 -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.5) with ESMTP id h49E57GG000535; Fri, 9 May 2003 07:05:07 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by HAL9000.homeunix.com (8.12.9/8.12.5/Submit) id h49E56KQ000534; Fri, 9 May 2003 07:05:06 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Date: Fri, 9 May 2003 07:05:06 -0700 From: David Schultz To: Matthew Dillon Message-ID: <20030509140506.GA486@HAL9000.homeunix.com> Mail-Followup-To: Matthew Dillon , Scheidell@secnap.com, freebsd-stable@freebsd.org References: <200305051923.h45JNARn078543@apollo.backplane.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200305051923.h45JNARn078543@apollo.backplane.com> cc: Scheidell@secnap.com cc: freebsd-stable@FreeBSD.ORG Subject: Re: RE: blackmail attempt? Stable mailing list block? 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, 09 May 2003 14:05:10 -0000 On Mon, May 05, 2003, Matthew Dillon wrote: > Another interesting and cool solution, one which I might implement for > myself, is to create 'temporary return addresses' for your email and/or > published web pages which are only valid for a short period of time. I do this for Usenet. It worked quite well for a long time, but apparently Usenet spambots don't bother to create a database of addresses anymore; they just SPAM you within 24 hours of your post and move on. I don't know if you would have the same problem if you published your address on a webpage, but the only truly effective techniques seem to be filtering incoming messages and obscuring your address. From owner-freebsd-stable@FreeBSD.ORG Fri May 9 07:12: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 3C63B37B401 for ; Fri, 9 May 2003 07:12:29 -0700 (PDT) Received: from genua.rfc-networks.ie (genua.rfc-networks.ie [62.77.182.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DAE243F3F for ; Fri, 9 May 2003 07:12:28 -0700 (PDT) (envelope-from philip.reynolds@rfc-networks.ie) Received: from tear.domain (unknown [10.0.1.254]) by genua.rfc-networks.ie (Postfix) with ESMTP id 28D4154F5C for ; Fri, 9 May 2003 15:12:26 +0100 (IST) Received: by tear.domain (Postfix, from userid 1000) id D39ED21150; Fri, 9 May 2003 14:12:26 +0000 (GMT) Date: Fri, 9 May 2003 14:12:26 +0000 From: Philip Reynolds To: freebsd-stable@freebsd.org Message-ID: <20030509141226.GB5791@rfc-networks.ie> References: <200305051923.h45JNARn078543@apollo.backplane.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qDbXVdCdHGoSgWSk" Content-Disposition: inline In-Reply-To: <200305051923.h45JNARn078543@apollo.backplane.com> X-Operating-System: FreeBSD 4.7-STABLE X-URL: http://www.rfc-networks.ie Subject: Re: RE: blackmail attempt? Stable mailing list block? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: philip.reynolds@rfc-networks.ie List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 May 2003 14:12:29 -0000 --qDbXVdCdHGoSgWSk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Matthew Dillon 51 lines of wisdom included: > Another interesting and cool solution, one which I might implement for > myself, is to create 'temporary return addresses' for your email and/= or > published web pages which are only valid for a short period of time. You. Wheel. Re-invent. http://tmda.net/ --=20 Philip Reynolds | RFC Networks Ltd. philip.reynolds@rfc-networks.ie | +353 (0)1 8832063 http://people.rfc-networks.ie/~phil | www.rfc-networks.ie --qDbXVdCdHGoSgWSk Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+u7dKKmoTT9WktYwRApRxAKCaBQGQP38uHr4DzacE5ikwaWuFPwCgoczS hSzYvmQ0548xo/tC10YaDxM= =MfKa -----END PGP SIGNATURE----- --qDbXVdCdHGoSgWSk-- From owner-freebsd-stable@FreeBSD.ORG Fri May 9 13:19: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 67E0B37B404 for ; Fri, 9 May 2003 13:19:09 -0700 (PDT) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id AEFA143F85 for ; Fri, 9 May 2003 13:19:07 -0700 (PDT) (envelope-from Gerhard.Sittig@gmx.net) Received: (qmail 31522 invoked by uid 65534); 9 May 2003 20:19:06 -0000 Received: from p50910820.dip0.t-ipconnect.de (EHLO mail.gsinet.sittig.org) (80.145.8.32) by mail.gmx.net (mp019-rz3) with SMTP; 09 May 2003 22:19:06 +0200 Received: (qmail 44346 invoked from network); 9 May 2003 19:40:22 -0000 Received: from shell.gsinet.sittig.org (192.168.11.153) by mail.gsinet.sittig.org with SMTP; 9 May 2003 19:40:22 -0000 Received: (from sittig@localhost) by shell.gsinet.sittig.org (8.11.3/8.11.3) id h49JeGF44333 for freebsd-stable@freebsd.org; Fri, 9 May 2003 21:40:16 +0200 (CEST) (envelope-from sittig) Date: Fri, 9 May 2003 21:40:16 +0200 From: Gerhard Sittig To: freebsd-stable@freebsd.org Message-ID: <20030509214015.A26888@shell.gsinet.sittig.org> Mail-Followup-To: freebsd-stable@freebsd.org References: <20030508190118.D3B5D37B405@hub.freebsd.org> <000701c3160e$c455dae0$0300000a@enterprise> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <000701c3160e$c455dae0$0300000a@enterprise>; from rdr@xs4all.nl on Fri, May 09, 2003 at 11:38:37AM +0200 Organization: System Defenestrators Inc. Subject: Re: Problem installing kernel in single usermode 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, 09 May 2003 20:19:09 -0000 On Fri, May 09, 2003 at 11:38 +0200, Remy de Ruysscher wrote: > > I'm running 4.8-STABLE but I'm having some problems installing a new > kernel. > (in /usr/src make installkernel). > > mv /kernel /kernel.old operation not permitted > > My securelevel is currently set to -1 (kern_securelevel=-1) and > kern_securelevel_enable="NO" > I have already executed chflags noschg /kernel and /kernel.old (while in > single user mode). > > What am I missing? An unnoticed failure at the chflags execution? More likely: a read only file system? Or a destination which is already there but cannot be removed (although you excluded this above)? Check the output of `ls -ldo /kernel*` and `mount`. It must be something obvious as soon as you don't just assume things should work ("I set rc.conf to ...") but check the _consequences_ ("what's the system's status"). It's the "I tried to toggle this switch" versus the "I queried the OS how it sees itself" thing, I guess. :) But could as well be a detail of running single user mode you won't see in a live system. If all else fails in checking the constraints, you might have to diagnose the problem by means of truss(1) to see which operation is being denied. virtually yours 82D1 9B9C 01DC 4FB4 D7B4 61BE 3F49 4F77 72DE DA76 Gerhard Sittig true | mail -s "get gpg key" Gerhard.Sittig@gmx.net -- If you don't understand or are scared by any of the above ask your parents or an adult to help you. From owner-freebsd-stable@FreeBSD.ORG Fri May 9 13:46: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 3E2B137B401; Fri, 9 May 2003 13:46:30 -0700 (PDT) Received: from dns1.vizion2000.net (dns1.vizion2000.net [64.58.171.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CC3E43F75; Fri, 9 May 2003 13:46:29 -0700 (PDT) (envelope-from vizion@ixpres.com) Received: from vizion (vizion.vizion2000.net [64.58.171.92]) by dns1.vizion2000.net (8.11.6/8.11.6) with SMTP id h49LKKb33158; Fri, 9 May 2003 14:20:24 -0700 (PDT) (envelope-from vizion@ixpres.com) Message-ID: <003701c31668$38371650$15b55042@vizion2000.net> From: "vizion communication" To: , "FreeBSD Stable" Date: Fri, 9 May 2003 13:18:53 -0700 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.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Subject: What the???? Is there a Doctor in the house? Help 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, 09 May 2003 20:46:31 -0000 Ok do not know what is causing this problem and would appreciate some help in tracking down the cause. FreeBSD 4.7 System runs fine for maybe a week and then all networking stops - without warning. I do not know anyway of persuading it to resume networking without rebooting. Does anyone have some useful suggestions on how to diagnose the cause? David From owner-freebsd-stable@FreeBSD.ORG Fri May 9 13:53: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 5C95D37B401 for ; Fri, 9 May 2003 13:53:15 -0700 (PDT) Received: from pyroxene.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D21643F93 for ; Fri, 9 May 2003 13:53:14 -0700 (PDT) (envelope-from mike@sentex.net) Received: from simian.sentex.net (simeon.sentex.ca [192.168.43.27]) by pyroxene.sentex.ca (8.12.9/8.12.8) with ESMTP id h49KrD8D003907; Fri, 9 May 2003 16:53:13 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <5.2.0.9.0.20030509164927.07809cb8@marble.sentex.ca> X-Sender: mdtpop@marble.sentex.ca (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Fri, 09 May 2003 16:52:59 -0400 To: "vizion communication" , From: Mike Tancsa In-Reply-To: <003701c31668$38371650$15b55042@vizion2000.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: By Sentex Communications (lava/20020517) Subject: Re: What the???? Is there a Doctor in the house? Help 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, 09 May 2003 20:53:15 -0000 The more details you post about your setup the more likely someone will be able to suggest a course of action. Also, you are best off posting this question to questions@freebsd.org as its more of general question/issue you have rather than one that pertains to -STABLE. Also, have a look at http://www.lemis.com/questions.html which explains what you need to post. Otherwise people will not be interested in guessing what your setup is. ---Mike At 01:18 PM 09/05/2003 -0700, vizion communication wrote: >Ok do not know what is causing this problem and would >appreciate some help in tracking down the cause. > >FreeBSD 4.7 > >System runs fine for maybe a week and then all networking >stops - without warning. I do not know anyway of persuading >it to resume networking without rebooting. > >Does anyone have some useful suggestions on how to diagnose >the cause? > >David > >_______________________________________________ >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 May 9 14:26:54 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 5B5A437B401 for ; Fri, 9 May 2003 14:26:54 -0700 (PDT) Received: from kientzle.com (h-66-166-149-50.SNVACAID.covad.net [66.166.149.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id B314943FAF for ; Fri, 9 May 2003 14:26:53 -0700 (PDT) (envelope-from kientzle@acm.org) Received: from acm.org (big.x.kientzle.com [66.166.149.54]) by kientzle.com (8.12.9/8.12.9) with ESMTP id h49LQqtJ003442; Fri, 9 May 2003 14:26:53 -0700 (PDT) (envelope-from kientzle@acm.org) Message-ID: <3EBC1D76.2050009@acm.org> Date: Fri, 09 May 2003 14:28:22 -0700 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.6) Gecko/20011206 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Brooks Davis References: <20030508221553.B89449-100000@voo.doo.net> <3EBAC016.7020108@acm.org> <20030508204351.GA23694@Odin.AC.HMC.Edu> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-stable@freebsd.org Subject: Re: Can't boot from ad4: Device Not Configured? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: kientzle@acm.org List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 May 2003 21:26:54 -0000 Brooks Davis wrote: > On Thu, May 08, 2003 at 01:37:42PM -0700, Tim Kientzle wrote: >>b) It doesn't get that far. >> (The root hasn't yet been mounted, so the >> contents of /dev would seem to be immaterial. >> If you can't read the disk, it doesn't really >> matter what's on it. ;-) > > Before root is mounted for real, it is actually mounted. /sbin/init > attempts to remount / properly using the device listed in /etc/fstab > and will fail to mount it if the entry does not exist in /dev. I ran > into this exact problem (ad4 and everything) before when I moved my root > disk to a PCI ATA controler. As I recall the two issues I had where a > bogus fstab entry and not creating all the necessicary entries to get > ad4s1a in /dev. Hmmm... Editing /etc/fstab before moving the disk does seem to work, but looking through sys/kern/vfs_conf.c convinces me there's a bug in here somewhere. As far as I can tell: * It is really the _loader_ that reads /etc/fstab to get the root device name. This name is then passed to the kernel. * The kernel tries several different devices in an attempt to mount the root filesystem. This includes the value provided by the loader, a variety of optional compiled-in defaults, and finally, a value typed by the user. * This last option does not work and it should. It's not clear why vfs_mountroot_ask() never works, but it doesn't. Based on the code, you should be able to take a bootable disk from ad0, move it to ad4, boot it, get a kernel "Root mount failure" message, type in the real root device at the prompt, and get to single-user mode. That this doesn't work concerns me: If my separate IDE controller blows up and I have to plug the drive back in as ad0, I'm going to be in big trouble if it won't boot. :( Tim Kientzle From owner-freebsd-stable@FreeBSD.ORG Fri May 9 14:30: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 86D5937B401 for ; Fri, 9 May 2003 14:30:25 -0700 (PDT) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id F110F43F75 for ; Fri, 9 May 2003 14:30:24 -0700 (PDT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (IDENT:brdavis@localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.12.9/8.12.3) with ESMTP id h49LUIUO024642; Fri, 9 May 2003 14:30:18 -0700 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.12.9/8.12.3/Submit) id h49LUI0t024641; Fri, 9 May 2003 14:30:18 -0700 Date: Fri, 9 May 2003 14:30:18 -0700 From: Brooks Davis To: Tim Kientzle Message-ID: <20030509213016.GA20528@Odin.AC.HMC.Edu> References: <20030508221553.B89449-100000@voo.doo.net> <3EBAC016.7020108@acm.org> <20030508204351.GA23694@Odin.AC.HMC.Edu> <3EBC1D76.2050009@acm.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="6c2NcOVqGQ03X4Wi" Content-Disposition: inline In-Reply-To: <3EBC1D76.2050009@acm.org> User-Agent: Mutt/1.5.4i X-Virus-Scanned: by amavisd-milter (http://amavis.org/) on odin.ac.hmc.edu cc: Brooks Davis cc: freebsd-stable@freebsd.org Subject: Re: Can't boot from ad4: Device Not Configured? 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, 09 May 2003 21:30:25 -0000 --6c2NcOVqGQ03X4Wi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, May 09, 2003 at 02:28:22PM -0700, Tim Kientzle wrote: > That this doesn't work concerns me: If > my separate IDE controller blows up and I have > to plug the drive back in as ad0, I'm going > to be in big trouble if it won't boot. :( What I ended up doing was using a fixit CD to do the editing and device node creation. It was a pain, but it worked. I agree it would be nice if you could at least get to single user mode without dev entries or a correct fstab though. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --6c2NcOVqGQ03X4Wi Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE+vB3jXY6L6fI4GtQRAj1uAKCq6AOR3BAb+0zSEiB2jJarXuCacACgmIHQ xKdSjmI9ZKibxb5xGSPo28Y= =xyYP -----END PGP SIGNATURE----- --6c2NcOVqGQ03X4Wi-- From owner-freebsd-stable@FreeBSD.ORG Fri May 9 15:30: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 54A8B37B401; Fri, 9 May 2003 15:30:02 -0700 (PDT) Received: from lilzcluster.liwest.at (lilzclust01.liwest.at [212.33.55.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id C376343F93; Fri, 9 May 2003 15:29:58 -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 h49MTHP0000998167; Sat, 10 May 2003 00:29:18 +0200 (MEST) From: Daniela To: "vizion communication" , , "FreeBSD Stable" Date: Sat, 10 May 2003 00:30:09 +0000 User-Agent: KMail/1.5.1 References: <003701c31668$38371650$15b55042@vizion2000.net> In-Reply-To: <003701c31668$38371650$15b55042@vizion2000.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200305100030.09247.dgw@liwest.at> Subject: Re: What the???? Is there a Doctor in the house? Help 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, 09 May 2003 22:30:02 -0000 On Friday 09 May 2003 20:18, vizion communication wrote: > Ok do not know what is causing this problem and would > appreciate some help in tracking down the cause. > > FreeBSD 4.7 > > System runs fine for maybe a week and then all networking > stops - without warning. I do not know anyway of persuading > it to resume networking without rebooting. > > Does anyone have some useful suggestions on how to diagnose > the cause? Had this problem some time ago. A process got killed. Do a ps -ax right after rebooting and also when the network isn't working again. Compare these two and look for processes that aren't there any more. Also look at the console. When I had the problem for the first time, I got some error messages saying that there isn't enough buffer space or so. This could be another possible cause. Daniela From owner-freebsd-stable@FreeBSD.ORG Fri May 9 20:03: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 B929737B401; Fri, 9 May 2003 20:03:12 -0700 (PDT) Received: from delivery.infowest.com (delivery.infowest.com [204.17.177.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 068D143FE0; Fri, 9 May 2003 20:03:12 -0700 (PDT) (envelope-from butch@infowest.com) Received: from webmail.infowest.com (webmail.infowest.com [204.17.177.50]) by delivery.infowest.com (Postfix) with ESMTP id 6FFE4E42873; Fri, 9 May 2003 21:03:09 -0600 (MDT) Received: (from www@localhost) by webmail.infowest.com (8.12.6/8.12.6/Submit) id h4A339M6075850; Fri, 9 May 2003 21:03:09 -0600 (MDT) X-Authentication-Warning: webmail.infowest.com: www set sender to butch@infowest.com using -f Received: from triana.kmpanilla.com (triana.kmpanilla.com [208.186.104.164]) by webmail.infowest.com (IMP) with HTTP for ; Fri, 9 May 2003 21:03:09 -0600 Message-ID: <1052535789.3ebc6bed4577c@webmail.infowest.com> Date: Fri, 9 May 2003 21:03:09 -0600 From: "" To: "" , "" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.1 / FreeBSD-4.7 X-Originating-IP: 208.186.104.164 Subject: Recent 4.8-STABLE & Compaq Proliant System drive issues 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, 10 May 2003 03:03:13 -0000 Howdy all. We're experiencing some difficulties encountered from a new build/install world/kernel on a Compaq Proliant machine we have. We were running fine under 4.7-STABLE, and updated the sources to 4.8-STABLE last night (5/8/03), built and installed. This morning after a reboot, we got a horrid error to the likes of: Error mounting root. Error no 22. We encountered this error earlier this week on -CURRENT, but it has since been fixed. However, I haven't seen any GEOM MFC's, so I'm not sure what the problem is. Anyway, we were able to boot with a floppy that happily loads the boot block and loader, and gladly loads the kernel (and doing 'ls' from the loader prompt shows the root partition just fine, and 'show' in the loader prompt shows 'currdev=disk1s1a) but once the kernel waits for SCSI devices to settle, the system drive (there are 5 devices on the SCSI bus, 0 thru 4) vanishes (device 0), thus moving devices 1-4 down and becoming 0-3. This is a problem, as drives 1-4 (or 0-3 now), were a vinum RAID5 array. There is no valid root partition on that array, and since the kernel can't see the REAL drive 0 (da0 or bios disk1) anymore (the loader could), it can't see the root partition. These Compaq Proliants don't have a real BIOS configuration without installing a DOS partition on your system drive, so you just can't set the boot device to IDE. The 4.8 kernel recognizies the proliant's SCSI as a sym0 and sym1 devices (875 is in parenthesis, and I believe it's the chipset number). Question being, anybody experienced anything similar with Compaq proliants not seeing the system disk when booting from a floppy or the primary system disk (SCSI)? We're going to try and rever to an older kernel (4.7) and see if anything remarkable happens, but I'd like to probe the waters and see if anybody has any other ideas. Thanks for any and all suggestions/help. Cassidy. From owner-freebsd-stable@FreeBSD.ORG Fri May 9 22:39: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 625AC37B408; Fri, 9 May 2003 22:39:44 -0700 (PDT) Received: from heron.mail.pas.earthlink.net (heron.mail.pas.earthlink.net [207.217.120.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2ED443FBF; Fri, 9 May 2003 22:39:41 -0700 (PDT) (envelope-from tlambert2@mindspring.com) Received: from pool0008.cvx22-bradley.dialup.earthlink.net ([209.179.198.8] helo=mindspring.com) by heron.mail.pas.earthlink.net with asmtp (SSLv3:RC4-MD5:128) (Exim 3.33 #1) id 19EN4l-0001gU-00; Fri, 09 May 2003 22:39:15 -0700 Message-ID: <3EBC9039.3154C20D@mindspring.com> Date: Fri, 09 May 2003 22:38:01 -0700 From: Terry Lambert X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: vizion communication References: <003701c31668$38371650$15b55042@vizion2000.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-ELNK-Trace: b1a02af9316fbb217a47c185c03b154d40683398e744b8a46b9f7da6fb1c1b84e83c1e3c29f11df3350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c cc: FreeBSD Stable cc: freebsd-smp@freebsd.org Subject: Re: What the???? Is there a Doctor in the house? Help 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, 10 May 2003 05:39:44 -0000 vizion communication wrote: > Ok do not know what is causing this problem and would > appreciate some help in tracking down the cause. > > FreeBSD 4.7 > > System runs fine for maybe a week and then all networking > stops - without warning. I do not know anyway of persuading > it to resume networking without rebooting. > > Does anyone have some useful suggestions on how to diagnose > the cause? You said you had a XXXX networking card, so that's probably the problem. Try this patch on if_XXXX.c: +XXXXXXXXXX -XXXXXXXXXX (it's a unidiff). 8-) Really, you need to provide us with at last the name of your networking card. Also, you should try to ifconfig down the interface, and then ifconfig it back up, in case it's a lost interrupt or something that needs a timer to correct (doing the ifconfig's will reset the card). -- Terry From owner-freebsd-stable@FreeBSD.ORG Sat May 10 03:11: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 D849B37B401 for ; Sat, 10 May 2003 03:11:06 -0700 (PDT) Received: from smtpzilla5.xs4all.nl (smtpzilla5.xs4all.nl [194.109.127.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD28443F75 for ; Sat, 10 May 2003 03:11:05 -0700 (PDT) (envelope-from ranjit@rugragging.com) Received: from [192.168.1.111] (pornstar.xs4all.nl [213.84.90.12]) by smtpzilla5.xs4all.nl (8.12.9/8.12.9) with ESMTP id h4AAB3hN084860; Sat, 10 May 2003 12:11:03 +0200 (CEST) From: Ranjit To: Remy de Ruysscher In-Reply-To: <000701c3160e$c455dae0$0300000a@enterprise> References: <000701c3160e$c455dae0$0300000a@enterprise> Content-Type: text/plain Organization: Message-Id: <1052561505.35790.17.camel@drommen.internal.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.4 Date: 10 May 2003 12:11:46 +0200 Content-Transfer-Encoding: 7bit cc: freebsd-stable@freebsd.org Subject: Re: Problem installing kernel in single usermode 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, 10 May 2003 10:11:07 -0000 Hey Remy, You need to execute this command as root before you move the new kernel into place: # chflags noschg /kernel http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-trouble.html On Fri, 2003-05-09 at 11:38, Remy de Ruysscher wrote: > Hi, > > I'm running 4.8-STABLE but I'm having some problems installing a new > kernel. > (in /usr/src make installkernel). > > mv /kernel /kernel.old operation not permitted > > My securelevel is currently set to -1 (kern_securelevel=-1) and > kern_securelevel_enable="NO" > I have already executed chflags noschg /kernel and /kernel.old (while in > single user mode). > > What am I missing? > > Thanks. From owner-freebsd-stable@FreeBSD.ORG Sat May 10 09:41: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 6379437B401 for ; Sat, 10 May 2003 09:41:09 -0700 (PDT) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 439E043FBF for ; Sat, 10 May 2003 09:41:07 -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 h4AGf1Uf056342; Sat, 10 May 2003 20:41:02 +0400 (MSD) (envelope-from marck@rinet.ru) Date: Sat, 10 May 2003 20:41:01 +0400 (MSD) From: Dmitry Morozovsky To: Tim Kientzle In-Reply-To: <3EBAB9B6.5060900@acm.org> Message-ID: <20030510204036.C30647@woozle.rinet.ru> References: <3EBAB9B6.5060900@acm.org> X-NCC-RegID: ru.rinet MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-stable@freebsd.org Subject: Re: Can't boot from ad4: Device Not Configured? 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, 10 May 2003 16:41:09 -0000 On Thu, 8 May 2003, Tim Kientzle wrote: TK> I'm trying to move my drives from TK> the slow built-in IDE controller to TK> a faster PCI card (Promise ULTRA TX2). TK> The boot loader succesfully loads the TK> kernel, and the kernel succesfully probes TK> the Promise controller and the hard TK> disk connected to it. TK> TK> But the root mount fails with error 6, TK> even after I type in "ufs:/dev/ad4s1a" TK> TK> I looked through the kernel config files TK> and LINT and could find nothing that TK> seemed relevant. TK> TK> Any advice gratefully appreciated. /boot/loader.conf: root_disk_unit="4" # Force the root disk unit number Sincerely, D.Marck [DM5020, DM268-RIPE, DM3-RIPN] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------ From owner-freebsd-stable@FreeBSD.ORG Sat May 10 13:10:31 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 EAEF037B401 for ; Sat, 10 May 2003 13:10:31 -0700 (PDT) Received: from mail.iskon.hr (mail.iskon.hr [213.191.128.4]) by mx1.FreeBSD.org (Postfix) with SMTP id 6500243FBD for ; Sat, 10 May 2003 13:10:30 -0700 (PDT) (envelope-from ivoras@fer.hr) Received: (qmail 25609 invoked from network); 10 May 2003 22:10:14 +0200 Received: from unknown (HELO flatline) (213.191.147.30) by mail.iskon.hr with SMTP; 10 May 2003 22:10:14 +0200 Message-ID: <005001c31730$30b87590$e602a8c0@shara.net> From: "Ivan Voras" To: "FreeBSD Stable" References: <003701c31668$38371650$15b55042@vizion2000.net> <3EBC9039.3154C20D@mindspring.com> Date: Sat, 10 May 2003 22:10:22 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Subject: Re: What the???? Is there a Doctor in the house? Help 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, 10 May 2003 20:10:32 -0000 Terry Lambert wrote: >> vizion communication wrote: >>> Ok do not know what is causing this problem and would >>> appreciate some help in tracking down the cause. >>> >>> FreeBSD 4.7 >>> >>> System runs fine for maybe a week and then all networking >>> stops - without warning. I do not know anyway of persuading >>> it to resume networking without rebooting. Exactly the same problem appears when running under vmware (at lease 4.6.2-release and 4.7-release, I haven't tried 4.8 yet). The device is lnc0: lnc0: port 0x1080-0x109f irq 9 at device 16.0 on pci0 lnc0: PCnet-PCI II address 00:50:56:40:b9:98 lnc0: driver is using old-style compatibility shims -- You can accomplish anything you set your mind to. The impossible just takes a little longer. From owner-freebsd-stable@FreeBSD.ORG Sat May 10 23:58: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 A7D2837B401 for ; Sat, 10 May 2003 23:58:26 -0700 (PDT) Received: from pfepc.post.tele.dk (pfepc.post.tele.dk [193.162.153.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8516043FE5 for ; Sat, 10 May 2003 23:58:25 -0700 (PDT) (envelope-from freebsd.nospam@mekanix.dk) Received: from frodo.my.domain (0x3ef31249.albnxx2.adsl.tele.dk [62.243.18.73]) by pfepc.post.tele.dk (Postfix) with ESMTP id A9BAB262945; Sun, 11 May 2003 08:58:18 +0200 (CEST) From: Bjarne Wichmann Petersen To: Barry Irwin , "Barry Irwin" , Date: Sun, 11 May 2003 08:58:58 +0200 User-Agent: KMail/1.5.1 References: <01b501c3155d$c0397a40$4508a8c0@Beastie> In-Reply-To: <01b501c3155d$c0397a40$4508a8c0@Beastie> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200305110858.58951.freebsd.nospam@mekanix.dk> Subject: Re: Problex with Matrox G450 and XFree86 4.3.0 on 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: Sun, 11 May 2003 06:58:26 -0000 On Thursday 08 May 2003 14:31, Barry Irwin wrote: > Any bright ideas. I've had a look at > http://people.freebsd.org/~anholt/dri/index.html and all seems ane to me. I'm using G450 as well and followed the above link. I'm not sure mga_hal is a must if you want to run drm/dri. It doesn't load here either, and drm works... sorta. But I've got a few issues: 1) drm can only be initialized after a reboot. Any resetting af X after a reboot will make drm fail. 2) *sometimes* drm/dri/opengl doesn't look like it's working properly. Eg. sometimes the KDE-screensaver only occupies a *part* of the upper left corner (guess it's something like 640x480). But I don't have any solutions. Bjarne -- Homepage: http://www.mekanix.dk