From owner-freebsd-stable Sun May 11 00:20:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA16394 for stable-outgoing; Sun, 11 May 1997 00:20:06 -0700 (PDT) Received: from mail.webspan.net (mail.webspan.net [206.154.70.7]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA16387 for ; Sun, 11 May 1997 00:20:02 -0700 (PDT) Received: from orion.webspan.net (orion.webspan.net [206.154.70.5]) by mail.webspan.net (WEBSPAN/970116) with ESMTP id DAA16734; Sun, 11 May 1997 03:19:15 -0400 (EDT) Received: from orion.webspan.net (localhost [127.0.0.1]) by orion.webspan.net (WEBSPN/970116) with ESMTP id DAA25675; Sun, 11 May 1997 03:19:15 -0400 (EDT) To: chad@anasazi.com cc: freebsd-stable@FreeBSD.ORG From: "Gary Palmer" Subject: Re: sendmail debugging In-reply-to: Your message of "Sat, 10 May 1997 15:03:31 PDT." <9705102203.AA26848@chad.anasazi.com> Date: Sun, 11 May 1997 03:19:14 -0400 Message-ID: <25673.863335154@orion.webspan.net> Sender: owner-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Chad R. Larson wrote in message ID <9705102203.AA26848@chad.anasazi.com>: > Is it just me? I can't get the -d0 switch to do anything useful. > > That is: > /usr/sbin/sendmail -q30m -bd -d0.1 ^^ Did you really mean to leave the detatch-and-act-as-daemon flag in there? :) It explains the behaviour you are seeing... Gary -- Gary Palmer FreeBSD Core Team Member FreeBSD: Turning PC's into workstations. See http://www.FreeBSD.ORG/ for info From owner-freebsd-stable Sun May 11 09:07:46 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA02478 for stable-outgoing; Sun, 11 May 1997 09:07:46 -0700 (PDT) Received: from stingray.ivision.co.uk (stingray.ivision.co.uk [194.154.62.72]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id JAA02473 for ; Sun, 11 May 1997 09:07:42 -0700 (PDT) Received: from stingray.ivision.co.uk [194.154.62.72] by stingray.ivision.co.uk with smtp (Exim 0.53 #1) id E0wQb9w-0000NX-00; Sun, 11 May 1997 17:07:40 +0100 Date: Sun, 11 May 1997 17:07:40 +0100 (BST) From: Jasper Wallace To: stable@freebsd.org Subject: RiscCom N2x (srcx and srx drivers) probs with 2.2.1-RELEASE Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I'm trying to swap or gateway (an aging linux box) for a shiny new 2.2.1-RELEASE one the link is a BT NTU to a 64K line plugged into a RISCom/N2x card on the box. iv'e compiled a kernel with sppp and the sr driver - correct irq's etc the card probes fine and i can ifconfig it up etc. the problem comes when trying to persuade paclkets to go out of it - try as i might ping'ing or otherwise trying to utilise the line returns 'network is down' or 'host unreachable' i'm bringing it up like this ifconfig sr0 inet 194.207.1.2 netmask 0xfffffffc 194.207.1.1 with 194.207.1.2 being the local end and 194.207.1.1 the remote one and routing something like this route add -net 194.207.1.0 -netmask 0xfffffffc -interface sr0 which pauses for ages before it goes through and finally route add default 194.154.1.1 ifconfig sr0 debug produced a regular stream of debugging output (presumably from the remote machine trying to talk to us) the one thing i'm not 100% certain is weither we're ment to be using the ppp or HDLC protocols on the line - from what i can divilge from the linux box it's ppp (it was setup before my time and sadly lacks documentation) would using the wrong encapsulation protocol produce these symptoms? is there a way to tell what the links using? any ideas? (the source used is straight 2.2.1-RELEASE - have there been any significant changes to the code since then?) -- I've got a *Universal Turing Machine* and I'm not afraid to use it (Opinions!=OtherPeoples) From owner-freebsd-stable Sun May 11 09:55:19 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA04330 for stable-outgoing; Sun, 11 May 1997 09:55:19 -0700 (PDT) Received: from zibbi.mikom.csir.co.za (zibbi.mikom.csir.co.za [146.64.24.58]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA04325 for ; Sun, 11 May 1997 09:55:09 -0700 (PDT) Received: (from jhay@localhost) by zibbi.mikom.csir.co.za (8.8.5/8.8.5) id SAA10491; Sun, 11 May 1997 18:54:50 +0200 (SAT) From: John Hay Message-Id: <199705111654.SAA10491@zibbi.mikom.csir.co.za> Subject: Re: RiscCom N2x (srcx and srx drivers) probs with 2.2.1-RELEASE In-Reply-To: from Jasper Wallace at "May 11, 97 05:07:40 pm" To: jasper@ivision.co.uk (Jasper Wallace) Date: Sun, 11 May 1997 18:54:50 +0200 (SAT) Cc: stable@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > I'm trying to swap or gateway (an aging linux box) for a shiny new > 2.2.1-RELEASE one the link is a BT NTU to a 64K line plugged into a > RISCom/N2x card on the box. > > iv'e compiled a kernel with sppp and the sr driver - correct irq's etc the > card probes fine and i can ifconfig it up etc. > > the problem comes when trying to persuade paclkets to go out of it - try as > i might ping'ing or otherwise trying to utilise the line returns 'network is > down' or 'host unreachable' > > i'm bringing it up like this > > ifconfig sr0 inet 194.207.1.2 netmask 0xfffffffc 194.207.1.1 > > with 194.207.1.2 being the local end and 194.207.1.1 the remote one > > and routing something like this > > route add -net 194.207.1.0 -netmask 0xfffffffc -interface sr0 You shouldn't need to do this. After you have ifconfig'ed the interface a route to the other side should be there. After a few seconds do a ifconfig sr0 and see if the flags UP and RUNNING are there. They should be there if the two machines understand each other. > > which pauses for ages before it goes through This might be because of a dns lookup. > > and finally > > route add default 194.154.1.1 > > ifconfig sr0 debug > > produced a regular stream of debugging output (presumably from the remote > machine trying to talk to us) Send me a piece of it and I will see if I can figure out what is wrong. > > the one thing i'm not 100% certain is weither we're ment to be using the ppp > or HDLC protocols on the line - from what i can divilge from the linux box > it's ppp (it was setup before my time and sadly lacks documentation) would > using the wrong encapsulation protocol produce these symptoms? is there a > way to tell what the links using? any ideas? > If it is in the wrong mode and you have the debug flag switched on with ifconfig, you should get a message that says you received a PPP packet in Cisco mode or the other way around. In PPP mode you should see a echo request and reply from each side every few seconds if all is well. > > (the source used is straight 2.2.1-RELEASE - have there been any significant > changes to the code since then?) > The code in the 2.2 tree hasn't changed as far as I know. John -- John Hay -- John.Hay@mikom.csir.co.za From owner-freebsd-stable Sun May 11 10:16:57 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA05152 for stable-outgoing; Sun, 11 May 1997 10:16:57 -0700 (PDT) Received: from taga.saipan.com ([202.167.0.2]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id KAA05147 for ; Sun, 11 May 1997 10:16:53 -0700 (PDT) Received: from [207.147.161.28] by taga.saipan.com (NTMail 3.02.13) with ESMTP id fa127197 for ; Mon, 12 May 1997 03:14:59 +1000 Message-Id: <1.5.4.32.19970511171932.0067c3f0@mail.saipan.com> X-Sender: spn0083@mail.saipan.com X-Mailer: Windows Eudora Light Version 1.5.4 (32) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Sun, 11 May 1997 10:19:32 -0700 To: stable@FreeBSD.org From: Rommel Munar Subject: unsubscribe X-Info: Saipan Datacom, The First and the Best ISP in the CNMI Sender: owner-stable@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk unsubscribe From owner-freebsd-stable Sun May 11 14:09:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA12846 for stable-outgoing; Sun, 11 May 1997 14:09:11 -0700 (PDT) Received: from stingray.ivision.co.uk (stingray.ivision.co.uk [194.154.62.72]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id OAA12841 for ; Sun, 11 May 1997 14:09:08 -0700 (PDT) Received: from stingray.ivision.co.uk [194.154.62.72] by stingray.ivision.co.uk with smtp (Exim 0.53 #1) id E0wQfrL-0000ms-00; Sun, 11 May 1997 22:08:47 +0100 Date: Sun, 11 May 1997 22:08:47 +0100 (BST) From: Jasper Wallace To: John Hay cc: stable@freebsd.org Subject: Re: RiscCom N2x (srcx and srx drivers) probs with 2.2.1-RELEASE In-Reply-To: <199705111654.SAA10491@zibbi.mikom.csir.co.za> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sun, 11 May 1997, John Hay wrote: > After a few seconds do a ifconfig sr0 and see if the flags UP and RUNNING > are there. They should be there if the two machines understand each other. they wern't > If it is in the wrong mode and you have the debug flag switched on with > ifconfig, you should get a message that says you received a PPP packet > in Cisco mode or the other way around. yup that was it: May 11 21:35:53 drwho /kernel: sr0: Cisco packet in PPP mode <0x8f 0x0 0x8035> # ifconfig sr0 link2 and then it worked... thanks for every thing! -- I've got a *Universal Turing Machine* and I'm not afraid to use it (Opinions!=OtherPeoples) From owner-freebsd-stable Sun May 11 19:25:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA23340 for stable-outgoing; Sun, 11 May 1997 19:25:51 -0700 (PDT) Received: from Pkrw.tcn.net (Pkrw.tcn.net [199.166.4.58]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA23332 for ; Sun, 11 May 1997 19:25:46 -0700 (PDT) Received: from localhost (krw@localhost) by Pkrw.tcn.net (8.8.5/8.8.5) with SMTP id WAA00164 for ; Sun, 11 May 1997 22:25:20 -0400 (EDT) X-Authentication-Warning: Pkrw.tcn.net: krw owned process doing -bs Date: Sun, 11 May 1997 22:25:20 -0400 (EDT) From: "Kenneth R. Westerback" To: freebsd-stable@freebsd.org Subject: 2.2-STABLE src-2.2.0274 "login_getclass: unknown class 'root'" Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk After make world'ing my 2.2-STABLE system with ctm src-2.2.0274 I rebooted, re config'ed and rebuilt the kernel, rebooted again and once I logged on I ran popclient to get my mail Immediately after the popclient message 'flushing message 1' I got a message displayed on the screen Pkrw inetd[144]: login_getclass: unknown class 'root' I've never seen this message before and I'd like to know what it means and what I should do to stop getting it in the future. Ideas? Knowledge? ---- Ken From owner-freebsd-stable Sun May 11 20:09:14 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA25010 for stable-outgoing; Sun, 11 May 1997 20:09:14 -0700 (PDT) Received: from sand.sentex.ca (sand.sentex.ca [206.222.77.6]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA25005 for ; Sun, 11 May 1997 20:09:10 -0700 (PDT) Received: from gravel (gravel.sentex.ca [205.211.165.210]) by sand.sentex.ca (8.8.5/8.8.3) with SMTP id XAA02111; Sun, 11 May 1997 23:12:57 -0400 (EDT) Message-Id: <3.0.1.32.19970511231241.00a9ac20@sentex.net> X-Sender: mdtancsa@sentex.net X-Mailer: Windows Eudora Pro Version 3.0.1 (32) Date: Sun, 11 May 1997 23:12:41 -0400 To: "Kenneth R. Westerback" , freebsd-stable@FreeBSD.ORG From: Mike Tancsa Subject: Re: 2.2-STABLE src-2.2.0274 "login_getclass: unknown class 'root'" In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk At 10:25 PM 5/11/97 -0400, Kenneth R. Westerback wrote: >After make world'ing my 2.2-STABLE system with ctm src-2.2.0274 I >rebooted, re config'ed and rebuilt the kernel, rebooted again and once I >logged on I ran popclient to get my mail > >Immediately after the popclient message 'flushing message 1' I got a >message displayed on the screen > > Pkrw inetd[144]: login_getclass: unknown class 'root' > >I've never seen this message before and I'd like to know what it means and >what I should do to stop getting it in the future. > >Ideas? Knowledge? I have the same problem.. I posted it to questions, but have yet to get an answer. If any one has any hints, please cc' it to me as well, or post it to questions in addition to stable... ---Mike ********************************************************************** Mike Tancsa (mike@sentex.net) * To do is to be -- Nietzsche Sentex Communications Corp, * To be is to do -- Sartre Cambridge, Ontario * Do be do be do -- Sinatra (http://www.sentex.net/~mdtancsa) * From owner-freebsd-stable Sun May 11 20:29:27 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA25555 for stable-outgoing; Sun, 11 May 1997 20:29:27 -0700 (PDT) Received: from Pkrw.tcn.net (Pkrw.tcn.net [199.166.4.58]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA25550 for ; Sun, 11 May 1997 20:29:23 -0700 (PDT) Received: from localhost (krw@localhost) by Pkrw.tcn.net (8.8.5/8.8.5) with SMTP id XAA00362; Sun, 11 May 1997 23:29:12 -0400 (EDT) X-Authentication-Warning: Pkrw.tcn.net: krw owned process doing -bs Date: Sun, 11 May 1997 23:29:12 -0400 (EDT) From: "Kenneth R. Westerback" To: Mike Tancsa cc: freebsd-stable@freebsd.org Subject: Re: 2.2-STABLE src-2.2.0274 "login_getclass: unknown class 'root'" In-Reply-To: <3.0.1.32.19970511231241.00a9ac20@sentex.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk A little investigation and ... Somewhere along the way a new file has been created that should be in the /etc directory: login.conf. This file contains the stuff that login_getclass() and friends are looking for. I just copied /usr/src/etc/login.conf as /etc/login.conf and the message no longer appears. Of course there seems to be a lot of stuff in login.conf that should be modified by anybody not just running a workstation setup like me. ---- Ken On Sun, 11 May 1997, Mike Tancsa wrote: > At 10:25 PM 5/11/97 -0400, Kenneth R. Westerback wrote: > >After make world'ing my 2.2-STABLE system with ctm src-2.2.0274 I > >rebooted, re config'ed and rebuilt the kernel, rebooted again and once I > >logged on I ran popclient to get my mail > > > >Immediately after the popclient message 'flushing message 1' I got a > >message displayed on the screen > > > > Pkrw inetd[144]: login_getclass: unknown class 'root' > > > >I've never seen this message before and I'd like to know what it means and > >what I should do to stop getting it in the future. > > > >Ideas? Knowledge? > > > I have the same problem.. I posted it to questions, but have yet to get an > answer. If any one has any hints, please cc' it to me as well, or post it > to questions in addition to stable... > > ---Mike > ********************************************************************** > Mike Tancsa (mike@sentex.net) * To do is to be -- Nietzsche > Sentex Communications Corp, * To be is to do -- Sartre > Cambridge, Ontario * Do be do be do -- Sinatra > (http://www.sentex.net/~mdtancsa) * > > From owner-freebsd-stable Mon May 12 03:43:50 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA11264 for stable-outgoing; Mon, 12 May 1997 03:43:50 -0700 (PDT) Received: from leo.inet.it (max@leo.inet.it [194.20.8.9]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA11246 for ; Mon, 12 May 1997 03:43:43 -0700 (PDT) Received: (from max@localhost) by leo.inet.it (8.8.5/8.8.5) id MAA21341; Mon, 12 May 1997 12:43:26 +0200 (MET DST) Message-ID: <19970512124325.03884@leo.inet.it> Date: Mon, 12 May 1997 12:43:25 +0200 From: Massimo Fusaro To: Mike Tancsa Cc: "Kenneth R. Westerback" , freebsd-stable@FreeBSD.ORG Subject: Re: 2.2-STABLE src-2.2.0274 "login_getclass: unknown class 'root'" References: <3.0.1.32.19970511231241.00a9ac20@sentex.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.68 In-Reply-To: <3.0.1.32.19970511231241.00a9ac20@sentex.net>; from Mike Tancsa on Sun, May 11, 1997 at 11:12:41PM -0400 Sender: owner-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, May 11, 1997 at 11:12:41PM -0400, Mike Tancsa wrote: > At 10:25 PM 5/11/97 -0400, Kenneth R. Westerback wrote: > >After make world'ing my 2.2-STABLE system with ctm src-2.2.0274 I > >rebooted, re config'ed and rebuilt the kernel, rebooted again and once I > >logged on I ran popclient to get my mail > > > >Immediately after the popclient message 'flushing message 1' I got a > >message displayed on the screen > > > > Pkrw inetd[144]: login_getclass: unknown class 'root' > > > >I've never seen this message before and I'd like to know what it means and > >what I should do to stop getting it in the future. > > > >Ideas? Knowledge? > > > I have the same problem.. I posted it to questions, but have yet to get an > answer. If any one has any hints, please cc' it to me as well, or post it > to questions in addition to stable... > > ---Mike > ********************************************************************** > Mike Tancsa (mike@sentex.net) * To do is to be -- Nietzsche > Sentex Communications Corp, * To be is to do -- Sartre > Cambridge, Ontario * Do be do be do -- Sinatra > (http://www.sentex.net/~mdtancsa) * try copying /usr/src/etc/login.conf in /etc Configuration files in /etc are not updated by a 'make world' and this is new. Don't ask more, I just noticed this looking at sources a few days ago. -- --- Massimo Fusaro | E-Mail: max@inet.it INet S.p.A. | via Caldera, 21 -Palazzo C2- 20153 Milano From owner-freebsd-stable Mon May 12 11:30:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA26325 for stable-outgoing; Mon, 12 May 1997 11:30:24 -0700 (PDT) Received: from mailhost.anasazi.com (mailhost.anasazi.com [138.113.128.2]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id LAA26315; Mon, 12 May 1997 11:30:17 -0700 (PDT) Received: from chad.anasazi.com by mailhost.anasazi.com (5.65/3.7) id AA11933; Mon, 12 May 97 11:29:45 -0700 Received: by chad.anasazi.com (5.65/3.7) id AA29042; Mon, 12 May 97 11:29:42 -0700 From: chad@anasazi.com (Chad R. Larson) Message-Id: <9705121829.AA29042@chad.anasazi.com> Subject: Re: sendmail debugging To: gpalmer@FreeBSD.ORG (Gary Palmer) Date: Mon, 12 May 1997 11:29:41 -0700 (MST) Cc: chad@anasazi.com, freebsd-stable@FreeBSD.ORG In-Reply-To: <25673.863335154@orion.webspan.net> from "Gary Palmer" at May 11, 97 03:19:14 am Reply-To: chad@anasazi.com X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Chad R. Larson wrote in message ID > <9705102203.AA26848@chad.anasazi.com>: > > Is it just me? I can't get the -d0 switch to do anything useful. > > > /usr/sbin/sendmail -q30m -bd -d0.1 > ^^ > > Did you really mean to leave the detatch-and-act-as-daemon flag in > there? :) It explains the behaviour you are seeing... Yes. Quoting the O'Reilly "Bat" book (page 619): "The -d0.1 command-line switch prevents sendmail from forking and detaching itself, even when being run with -bd. This is necessary to see the output produced by other debugging switches when running sendmail as a daemon." I'm claiming that doesn't work on the versions I have (8.8.3, 8.8.5) on FreeBSD 2.1.[57]. -crl -- Chad R. Larson (CRL22) Brother, can you paradigm? 602-870-3330 chad@anasazi.com chad@anasaz.UUCP chad@dcfinc.com Anasazi, Inc. - 7500 North Dreamy Draw Drive, Suite 120, Phoenix, Az 85020 From owner-freebsd-stable Mon May 12 11:54:20 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA27820 for stable-outgoing; Mon, 12 May 1997 11:54:20 -0700 (PDT) Received: from cs.rice.edu (cs.rice.edu [128.42.1.30]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA27815 for ; Mon, 12 May 1997 11:54:14 -0700 (PDT) Received: (from krentel@localhost) by cs.rice.edu (8.8.5/8.7.1) id NAA02408 for freebsd-stable@freebsd.org; Mon, 12 May 1997 13:54:13 -0500 (CDT) Date: Mon, 12 May 1997 13:54:13 -0500 (CDT) From: "Mark W. Krentel" Message-Id: <199705121854.NAA02408@cs.rice.edu> To: freebsd-stable@freebsd.org Subject: 2.2-stable Sender: owner-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I just upgraded one of our servers from 2.1.7 to 2.2.1-release to 2.2-stable (as of 5/10/97). Frankly, I found 2.1.7 to 2.2.1 much smaller and easier than 2.2.1 to 2.2-stable. One build failed because of mail group, another due to MAP_FAILED, sysconfig is replaced by rc.conf, and login now uses login.conf. So, this prompts a few questions: 1. Is there a Changelog kept for the 2.2-stable track? Obviously, it's impractical to look at every file in the CVS tree to see what has changed. I can look at cvsup's output to see what files have changed and then go to the CVS repository. Is there something better? 2. Can I use cvsup to get a previous snapshot on the 2.2-stable track? For example, on May 20, can I ask for src-all as of May 10? Is this possible with ctm? I fetch the sources and rebuild only about once a month, so I'd prefer cvsup to ctm. 3. Any more hints on login.conf? I've read man login.conf. How will login react to having no login.conf file, or an empty file? Is there a way to tell login to simply not use login.conf (and not get "login_getclass: unknown class 'root'"). Except for root, we get all password info via nis (from solaris). We use des, no kerberos or skey. --Mark Krentel Rice University From owner-freebsd-stable Mon May 12 13:20:28 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA02646 for stable-outgoing; Mon, 12 May 1997 13:20:28 -0700 (PDT) Received: from shrimp.dataplex.net (shrimp.dataplex.net [208.2.87.3]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA02639 for ; Mon, 12 May 1997 13:20:24 -0700 (PDT) Received: from [204.69.236.50] (GATEWAY.SKIPSTONE.COM [198.214.10.129]) by shrimp.dataplex.net (8.8.5/8.8.5) with SMTP id PAA29054; Mon, 12 May 1997 15:20:15 -0500 (CDT) Date: 12 May 97 15:21:29 -0500 Subject: Re: 2.2-stable From: "Richard Wackerbarth" To: "Mark W. Krentel" Cc: freebsd-stable@FreeBSD.ORG X-Mailer: Cyberdog/2.0 MIME-Version: 1.0 Message-Id: Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, May 12, 1997 1:54 PM, Mark W. Krentel wrote: >2. Can I use cvsup to get a previous snapshot on the 2.2-stable >track? For example, on May 20, can I ask for src-all as of May 10? >Is this possible with ctm? I fetch the sources and rebuild only >about once a month, so I'd prefer cvsup to ctm. >From a practical point, from 2.2 (but probably not "-current") the two are the same. You always have the ability with ctm to decide when to apply the updates and just how many of them you wish to apply. This is true whether you have the updates delivered daily and simply postpone their installation or retrieve the updates from an archive when you decide that you want them. From owner-freebsd-stable Mon May 12 14:57:50 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA07905 for stable-outgoing; Mon, 12 May 1997 14:57:50 -0700 (PDT) Received: from agora.rdrop.com (root@agora.rdrop.com [199.2.210.241]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA07894 for ; Mon, 12 May 1997 14:57:46 -0700 (PDT) Received: from super-g.inch.com (super-g.com [204.178.32.161]) by agora.rdrop.com (8.8.5/8.8.5) with ESMTP id OAA15596 for ; Mon, 12 May 1997 14:57:41 -0700 (PDT) Received: from localhost (spork@localhost) by super-g.inch.com (8.8.5/8.6.9) with SMTP id SAA01392; Mon, 12 May 1997 18:05:19 GMT Date: Mon, 12 May 1997 18:05:19 +0000 (GMT) From: spork X-Sender: spork@super-g.inch.com To: "Kenneth R. Westerback" cc: freebsd-stable@freebsd.org Subject: Re: 2.2-STABLE src-2.2.0274 "login_getclass: unknown class 'root'" In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk To whomever made this, thank you very much... I just took a peek at the example file and this is so cool I started to drool. Charles On Sun, 11 May 1997, Kenneth R. Westerback wrote: > A little investigation and ... > > Somewhere along the way a new file has been created that should be in the > /etc directory: login.conf. This file contains the stuff that > login_getclass() and friends are looking for. > > I just copied /usr/src/etc/login.conf as /etc/login.conf and the message > no longer appears. > > Of course there seems to be a lot of stuff in login.conf that should be > modified by anybody not just running a workstation setup like me. > > ---- Ken > > On Sun, 11 May 1997, Mike Tancsa wrote: > > > At 10:25 PM 5/11/97 -0400, Kenneth R. Westerback wrote: > > >After make world'ing my 2.2-STABLE system with ctm src-2.2.0274 I > > >rebooted, re config'ed and rebuilt the kernel, rebooted again and once I > > >logged on I ran popclient to get my mail > > > > > >Immediately after the popclient message 'flushing message 1' I got a > > >message displayed on the screen > > > > > > Pkrw inetd[144]: login_getclass: unknown class 'root' > > > > > >I've never seen this message before and I'd like to know what it means and > > >what I should do to stop getting it in the future. > > > > > >Ideas? Knowledge? > > > > > > I have the same problem.. I posted it to questions, but have yet to get an > > answer. If any one has any hints, please cc' it to me as well, or post it > > to questions in addition to stable... > > > > ---Mike > > ********************************************************************** > > Mike Tancsa (mike@sentex.net) * To do is to be -- Nietzsche > > Sentex Communications Corp, * To be is to do -- Sartre > > Cambridge, Ontario * Do be do be do -- Sinatra > > (http://www.sentex.net/~mdtancsa) * > > > > > From owner-freebsd-stable Mon May 12 21:19:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA27966 for stable-outgoing; Mon, 12 May 1997 21:19:51 -0700 (PDT) Received: from prozac.neuron.net (prozac.neuron.net [165.254.1.213]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA27961 for ; Mon, 12 May 1997 21:19:48 -0700 (PDT) Received: (from amir@localhost) by prozac.neuron.net (8.8.5/8.6.12) id AAA08098; Tue, 13 May 1997 00:25:11 -0400 (EDT) Message-ID: <19970513002510.20086@prozac.neuron.net> Date: Tue, 13 May 1997 00:25:10 -0400 From: "Amir Y. Rosenblatt" To: stable@freebsd.org Subject: page faults with cvsup Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.67 Sender: owner-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I did a make world on RELENG_2_2 as of this afternoon and now when I run cvsup I get massive numbers of the following messages scrolling my xterm: # cvsup -L 2 /usr/share/examples/cvsup/ports-supfile fatal process exception: page fault, fault VA = 0x108150 fatal process exception: page fault, fault VA = 0x108150 fatal process exception: page fault, fault VA = 0x107b0c fatal process exception: page fault, fault VA = 0x107b0c fatal process exception: page fault, fault VA = 0xfad1c fatal process exception: page fault, fault VA = 0xfad1c [...] Parsing supfile "/usr/share/examples/cvsup/ports-supfile" Looking up address of cvsup.FreeBSD.org Connecting to cvsup.FreeBSD.org Connected to cvsup.FreeBSD.org Exchanging collection information Establishing active-mode data connection Running fatal process exception: page fault, fault VA = 0x1135a8 fatal process exception: page fault, fault VA = 0x108053 fatal process exception: page fault, fault VA = 0x136ec0 fatal process exception: page fault, fault VA = 0x12d020 I tried building the cvsup port but it pukes with the same thing when it tries to build modula3. Any ideas? -Amir -- / \ If you're not part of the solution | Amir Y. Rosenblatt /<@>\ you're part of the precipitate. | amir@neuron.net / \ FNORD | http://www.neuron.net/~amir _/_______\____________________________________|____________________________ From owner-freebsd-stable Mon May 12 21:56:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA29865 for stable-outgoing; Mon, 12 May 1997 21:56:51 -0700 (PDT) Received: from austin.polstra.com (austin.polstra.com [206.213.73.10]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA29860 for ; Mon, 12 May 1997 21:56:49 -0700 (PDT) Received: from austin.polstra.com (jdp@localhost) by austin.polstra.com (8.8.5/8.8.5) with ESMTP id VAA03139; Mon, 12 May 1997 21:56:45 -0700 (PDT) Message-Id: <199705130456.VAA03139@austin.polstra.com> To: krentel@cs.rice.edu Subject: Re: 2.2-stable Newsgroups: polstra.freebsd.stable In-Reply-To: <199705121854.NAA02408@cs.rice.edu> References: <199705121854.NAA02408@cs.rice.edu> Organization: Polstra & Co., Seattle, WA Cc: stable@freebsd.org Date: Mon, 12 May 1997 21:56:45 -0700 From: John Polstra Sender: owner-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In article <199705121854.NAA02408@cs.rice.edu>, Mark W. Krentel wrote: > > 2. Can I use cvsup to get a previous snapshot on the 2.2-stable > track? For example, on May 20, can I ask for src-all as of May 10? Yes, just put "tag=RELENG_2_2 date=97.05.10.00.00.00" in your supfile. -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Self-knowledge is always bad news." -- John Barth From owner-freebsd-stable Tue May 13 01:19:19 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id BAA08631 for stable-outgoing; Tue, 13 May 1997 01:19:19 -0700 (PDT) Received: from implode.root.com (implode.root.com [198.145.90.17]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA08626 for ; Tue, 13 May 1997 01:19:16 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by implode.root.com (8.8.5/8.8.5) with SMTP id BAA13316; Tue, 13 May 1997 01:18:40 -0700 (PDT) Message-Id: <199705130818.BAA13316@implode.root.com> X-Authentication-Warning: implode.root.com: localhost [127.0.0.1] didn't use HELO protocol To: "Amir Y. Rosenblatt" cc: stable@FreeBSD.ORG Subject: Re: page faults with cvsup In-reply-to: Your message of "Tue, 13 May 1997 00:25:10 EDT." <19970513002510.20086@prozac.neuron.net> From: David Greenman Reply-To: dg@root.com Date: Tue, 13 May 1997 01:18:40 -0700 Sender: owner-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >I did a make world on RELENG_2_2 as of this afternoon and now when I run >cvsup I get massive numbers of the following messages scrolling my xterm: > ># cvsup -L 2 /usr/share/examples/cvsup/ports-supfile >fatal process exception: page fault, fault VA = 0x108150 Remove the "DEBUG" option from your kernel config file. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project From owner-freebsd-stable Tue May 13 04:09:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA14944 for stable-outgoing; Tue, 13 May 1997 04:09:13 -0700 (PDT) Received: from mail.ptd.net (srv1.ptd.net [204.186.0.131]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id EAA14938 for ; Tue, 13 May 1997 04:09:10 -0700 (PDT) Received: (qmail 18153 invoked from network); 13 May 1997 11:09:08 -0000 Received: from cs2-4.pot.ptd.net (204.186.34.20) by srv1.ptd.net with SMTP; 13 May 1997 11:09:08 -0000 Received: by cs2-4.pot.ptd.net with Microsoft Mail id <01BC5F6C.8BFC3680@cs2-4.pot.ptd.net>; Tue, 13 May 1997 07:09:06 -0400 Message-ID: <01BC5F6C.8BFC3680@cs2-4.pot.ptd.net> From: Nick Folino To: "'FreeBSD-Stable'" Date: Tue, 13 May 1997 07:09:02 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk unsubscribe From owner-freebsd-stable Tue May 13 08:01:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA23741 for stable-outgoing; Tue, 13 May 1997 08:01:04 -0700 (PDT) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA23730 for ; Tue, 13 May 1997 08:00:54 -0700 (PDT) Received: (from root@localhost) by dyson.iquest.net (8.8.5/8.6.9) id KAA01148; Tue, 13 May 1997 10:00:41 -0500 (EST) From: "John S. Dyson" Message-Id: <199705131500.KAA01148@dyson.iquest.net> Subject: Re: page faults with cvsup In-Reply-To: <19970513002510.20086@prozac.neuron.net> from "Amir Y. Rosenblatt" at "May 13, 97 00:25:10 am" To: amir@neuron.net (Amir Y. Rosenblatt) Date: Tue, 13 May 1997 10:00:41 -0500 (EST) Cc: stable@FreeBSD.ORG Reply-To: dyson@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > I did a make world on RELENG_2_2 as of this afternoon and now when I run > cvsup I get massive numbers of the following messages scrolling my xterm: > > # cvsup -L 2 /usr/share/examples/cvsup/ports-supfile > fatal process exception: page fault, fault VA = 0x108150 > fatal process exception: page fault, fault VA = 0x108150 > fatal process exception: page fault, fault VA = 0x107b0c > fatal process exception: page fault, fault VA = 0x107b0c > fatal process exception: page fault, fault VA = 0xfad1c > fatal process exception: page fault, fault VA = 0xfad1c > The problem is that you are compiling your kernel with -DDEBUG or 'options DEBUG'. Don't do that!!! :-). John From owner-freebsd-stable Tue May 13 10:09:42 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA29912 for stable-outgoing; Tue, 13 May 1997 10:09:42 -0700 (PDT) Received: from ohio.river.org (ohio.river.org [199.4.65.219]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA29903 for ; Tue, 13 May 1997 10:09:35 -0700 (PDT) Received: (from dhawk@localhost) by ohio.river.org (8.7.3/8.7.3) id KAA10560 for stable@freebsd.org; Tue, 13 May 1997 10:09:05 -0700 (PDT) From: David Hawkins Message-Id: <199705131709.KAA10560@ohio.river.org> Subject: 2.2.1 & routed question To: stable@freebsd.org Date: Tue, 13 May 1997 10:09:04 -0700 (PDT) X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I installed a 2.2.1 system using flopppies -- life had been too easy lately. ;-) It's a 'base' system only, no sources yet except for the kernel (to get the 3c509 working). Got everything from ftp.freebsd.org/pub/FreeBSD/2.2.1-RELEASE this week. Situation: When the system boots it says " routed[58]: sendto(ep0, 224.0.0.2): No route to host" I can't find that IP address anywhere. Where can I fix that? I can ping and telnet to/from other systems so networking is working. Just not sure what the routed message means. Thanks! later, david -- David Hawkins -- dhawk@river.org Do you know what a pessimist is? A person who thinks everybody as nasty as himself, and hates them for it. -- George Bernard Shaw From owner-freebsd-stable Tue May 13 23:20:27 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id XAA26483 for stable-outgoing; Tue, 13 May 1997 23:20:27 -0700 (PDT) Received: from paf.nyct.net (paf.nyct.net [207.198.184.247]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA26442 for ; Tue, 13 May 1997 23:20:19 -0700 (PDT) Received: from localhost (myj@localhost) by paf.nyct.net (8.8.5/8.8.5) with SMTP id CAA00509; Wed, 14 May 1997 02:20:03 -0400 (EDT) X-Authentication-Warning: paf.nyct.net: myj owned process doing -bs Date: Wed, 14 May 1997 02:20:01 -0400 (EDT) From: Paul Sandys To: David Hawkins cc: stable@FreeBSD.ORG Subject: Re: 2.2.1 & routed question In-Reply-To: <199705131709.KAA10560@ohio.river.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 13 May 1997, David Hawkins wrote: > Date: Tue, 13 May 1997 10:09:04 -0700 (PDT) > From: David Hawkins > To: stable@FreeBSD.ORG > Subject: 2.2.1 & routed question > > I installed a 2.2.1 system using flopppies -- life had been too easy > lately. ;-) It's a 'base' system only, no sources yet except for the > kernel (to get the 3c509 working). Got everything from > ftp.freebsd.org/pub/FreeBSD/2.2.1-RELEASE this week. > > Situation: > When the system boots it says > " routed[58]: sendto(ep0, 224.0.0.2): No route > to host" 224.0.0.2 stands for "all routers on subnet". It's one of multicast addresses. Seems like your kernel is not multicast enabled and tries to resolve 224.0.0.2 by non-multicast means. (??) Your routed is probably configured to broadcast/multicast the routing table, so it generates "no route to host" for 224.0.0.2. > > I can't find that IP address anywhere. Where can I fix that? You won't find it anywhere. It maps to special ethernet address 01:00:5e:00:00:02 I think. > > I can ping and telnet to/from other systems so networking is working. > Just not sure what the routed message means. > > Thanks! > > later, david > -- > David Hawkins -- dhawk@river.org > Do you know what a pessimist is? A person who thinks everybody as > nasty as himself, and hates them for it. -- George Bernard Shaw > P. <-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-> < myj@nyct.net Paul Sandys | New York Connect http://www.nyct.net > < network operations manager | Total Solution provider > <-------------------------------------------------------------------------> < " BRINGING NEW YORK THE INTERNET SERVICES IT DESERVES " > <-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-> From owner-freebsd-stable Wed May 14 23:39:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id XAA03030 for stable-outgoing; Wed, 14 May 1997 23:39:11 -0700 (PDT) Received: from debian (root@oslo513.online.no [148.122.225.77]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id XAA03018 for ; Wed, 14 May 1997 23:39:08 -0700 (PDT) Received: by debian id m0wRuAy-0001x0C (Debian /\oo/\ Smail3.1.29.1 #29.37); Thu, 15 May 97 08:38 MET DST Message-Id: Date: Thu, 15 May 97 08:38 MET DST From: andermoe@online.no (Anders Moe) To: stable@FreeBSD.ORG Sender: owner-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk help From owner-freebsd-stable Fri May 16 05:39:45 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id FAA25832 for stable-outgoing; Fri, 16 May 1997 05:39:45 -0700 (PDT) Received: from shrimp.dataplex.net (shrimp.dataplex.net [208.2.87.3]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id FAA25815; Fri, 16 May 1997 05:39:42 -0700 (PDT) Received: from [208.2.87.4] (cod.dataplex.net [208.2.87.4]) by shrimp.dataplex.net (8.8.5/8.8.5) with ESMTP id HAA09723; Fri, 16 May 1997 07:39:39 -0500 (CDT) X-Sender: rkw@shrimp.dataplex.net Message-Id: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Fri, 16 May 1997 07:37:18 -0500 To: ctm-announce@freebsd.org From: Richard Wackerbarth Subject: Problem with 2.2.1 CD Cc: freebsd-stable@freebsd.org Sender: owner-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk The CTM deltas were based on the tarballs which are posted on the master ftp site, ftp.freebsd.org. Unfortunately, the tarballs which made it to the CD are not quite the same. In particular, the srelease.aa file is changed. (There may be others) >From the ftp site, shrimp: {80} more srelease.inf Pieces = 1 cksum.aa = 734432674 225285 >From the CD, Pieces = 1 cksum.aa = 3385817879 228092 My apologies to the CTM users. The files were supposed to be the same. There are two immediate ways to get around this problem. In your attempt to install the 0217 delta, note any checksum mismatch. Then either, fetch from an archive site the tarballs that include that file. OR Manually edit the 0217 delta to remove the particular patch which was already applied and force the update. I will generate a new transition delta that works from the CD and post it this weekend. From owner-freebsd-stable Fri May 16 12:52:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA16092 for stable-outgoing; Fri, 16 May 1997 12:52:15 -0700 (PDT) Received: from cumulus.axxis.com (cumulus.axxis.com [207.173.153.4]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA16087 for ; Fri, 16 May 1997 12:52:13 -0700 (PDT) Received: from argus (argus.axxis.com [207.173.153.162]) by cumulus.axxis.com (8.8.5/8.8.5) with SMTP id NAA15340 for ; Fri, 16 May 1997 13:52:11 -0600 (MDT) Message-ID: <337CB482.B99@axxis.com> Date: Fri, 16 May 1997 13:24:50 -0600 From: "Q. Wade Billings" Reply-To: blitz@axxis.com Organization: AXXIS Internet Services X-Mailer: Mozilla 3.0 (WinNT; I) MIME-Version: 1.0 To: freebsd-stable@FreeBSD.ORG Subject: (no subject) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk subscribe freebsd-stable From owner-freebsd-stable Sat May 17 10:22:56 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA02917 for stable-outgoing; Sat, 17 May 1997 10:22:56 -0700 (PDT) Received: from ns2.harborcom.net (root@ns2.harborcom.net [206.158.4.4]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA02909; Sat, 17 May 1997 10:22:53 -0700 (PDT) Received: from localhost (bradley@localhost) by ns2.harborcom.net (8.8.5/8.8.5) with SMTP id NAA17474; Sat, 17 May 1997 13:22:51 -0400 (EDT) Date: Sat, 17 May 1997 13:22:51 -0400 (EDT) From: Bradley Dunn X-Sender: bradley@ns2.harborcom.net To: freebsd-stable@freebsd.org, davidn@freebsd.org Subject: Bug in src/usr.bin/su/Makefile Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Just in time for a -RELEASE! :) The patch below needs to be applied to src/usr.bin/su/Makefile. From what I can see, libskey needs some of the objects in libmd, therefore -lskey needs to come before -lmd since libmd is not a shared library This is from 2.2-STABLE...I guess the same patch probably needs to be applied to -CURRENT. Without this patch one will get errors similar to the following: host: {48} su s/key 9996 ho55865 Password: (null): Undefined symbol "_MD4Init" called from su:/usr/lib/libskey.so.2.0 at 0x8024214 Very annoying for people who have the root account protected by S/Key. :) --- Makefile Sat May 10 18:07:57 1997 +++ /home/dunn/Makefile Sat May 17 12:57:24 1997 @@ -3,13 +3,10 @@ PROG= su SRCS= su.c -LDADD= -lmd -DPADD= ${LIBMD} - #LC_AUTH=-DLOGIN_CAP_AUTH COPTS+= -DLOGIN_CAP $(LC_AUTH) -LDADD+= -lutil -DPADD+= ${LIBUTIL} +LDADD= -lutil +DPADD= ${LIBUTIL} .if !defined(LC_AUTH) COPTS+= -DSKEY @@ -29,6 +26,9 @@ LDADD+= -lkrb -ldes DISTRIBUTION= krb .endif + +LDADD+= -lmd +DPADD+= ${LIBMD} BINOWN= root BINMODE=4555 pbd -- You can make it illegal, but you can't make it unpopular.