From owner-freebsd-stable Sun Nov 15 06:25:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA29190 for freebsd-stable-outgoing; Sun, 15 Nov 1998 06:25:25 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from quackerjack.cc.vt.edu (quackerjack.cc.vt.edu [198.82.160.250]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA29185 for ; Sun, 15 Nov 1998 06:25:23 -0800 (PST) (envelope-from jobaldwi@vt.edu) Received: from sable.cc.vt.edu (sable.cc.vt.edu [128.173.16.30]) by quackerjack.cc.vt.edu (8.8.8/8.8.8) with ESMTP id JAA02923; Sun, 15 Nov 1998 09:24:37 -0500 (EST) Received: from john.baldwinfamily.org (jobaldwi.campus.vt.edu [198.82.67.63]) by sable.cc.vt.edu (8.8.8/8.8.8) with ESMTP id JAA24513; Sun, 15 Nov 1998 09:24:37 -0500 (EST) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199811150210.SAA06808@tantivy.stanford.edu> Date: Sun, 15 Nov 1998 09:24:37 -0500 (EST) Reply-To: jobaldwi@vt.edu Organization: Virginia Tech From: John Baldwin To: Bob Vaughan Subject: Re: make release fails Cc: stable@FreeBSD.ORG, (John Polstra) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- On 15-Nov-98 Bob Vaughan wrote: >> In article <199811140506.VAA29699@tantivy.stanford.edu>, >> Bob Vaughan wrote: >> >> > I'm trying to build a release for local use, and I keep running into the >> > following problem.. (all sources cvs'd this week, several times..) >> >> I hear you saying it, but to me it looks like your sources are not >> up to date. >> > > First of all, I sent this to stable@freebsd.org, not current@freebsd.org.. > I'm using the following cvsupfile.. > > *default host=cvsup.freebsd.org > *default base=/usr > *default prefix=/usr > *default release=cvs > *default tag=RELENG_2_2 > *default delete use-rel-suffix > *default compress > src-all > cvs-crypto Read the FAQ, specifically: http://www/docs/FreeBSD/FAQ/FAQ232.html#232 You can't use a tag in your supfile, and you are supposed to pull down www, ports-all, and doc-all as well. - --- John Baldwin -- http://members.freedomnet.com/~jbaldwin/ PGP Key: http://members.freedomnet.com/~jbaldwin/pgpkey.asc Lawyer (n) - one skilled in the circumvention of the law. -----BEGIN PGP SIGNATURE----- Version: 2.6.2 iQB1AwUBNk7kFojYza302vYpAQF0IAL/dqkAvUYW6qVB+02HZE8GwIq/4Z72oFd6 Ta/G3QmNlXs3Hn4NTNJYvO3kzPT/q+2dXUH3pVWVBJholx6R+VS37BjIDX4kveSS 7WhitzuCFVVtAbwMyklJFIQNr4WkwjCW =uKxc -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Nov 16 09:21:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA03412 for freebsd-stable-outgoing; Mon, 16 Nov 1998 09:21:06 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from public.bta.net.cn (public.bta.net.cn [202.96.0.97]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA03405 for ; Mon, 16 Nov 1998 09:21:03 -0800 (PST) (envelope-from robinson@public.bta.net.cn) Received: (from robinson@localhost) by public.bta.net.cn (8.9.1/8.9.1) id BAA26218 for freebsd-stable@freebsd.org; Tue, 17 Nov 1998 01:20:31 +0800 (GMT) Date: Tue, 17 Nov 1998 01:20:31 +0800 (GMT) From: Michael Robinson Message-Id: <199811161720.BAA26218@public.bta.net.cn> To: freebsd-stable@FreeBSD.ORG Subject: writev() to tcp Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm working with ORBit under FreeBSD 2.2.7. The ORBit IIOP driver makes extensive use of writev. I've noticed this very wierd thing: with a total writev buffer of 160 bytes, the tcp socket is sending the first 100 bytes (on a segment boundary), waiting for a tcp ack on the socket, and then sending the remaining 60 bytes. Here's a tcpdump: 01:11:33.789875 localhost.2358 > localhost.2359: P 1441:1541(100) ack 891 win 57344 (DF) 01:11:33.970016 localhost.2359 > localhost.2358: . ack 1541 win 57344 (DF) 01:11:33.970223 localhost.2358 > localhost.2359: P 1541:1601(60) ack 891 win 57344 (DF) Obviously, a gratuitous 200ms delay in the middle of every transaction is not exactly what you want in your CORBA library. But the bigger question in my mind is, why is the tcp socket flushing its buffer in the middle of the writev, instead of at the end (or when the buffer gets full, whichever comes first)? Comments? -Michael Robinson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Nov 16 10:04:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA09331 for freebsd-stable-outgoing; Mon, 16 Nov 1998 10:04:06 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from alive.znep.com (207-178-54-226.go2net.com [207.178.54.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA09256 for ; Mon, 16 Nov 1998 10:03:58 -0800 (PST) (envelope-from marcs@znep.com) Received: from localhost (marcs@localhost) by alive.znep.com (8.9.1/8.9.1) with ESMTP id JAA07995; Mon, 16 Nov 1998 09:59:37 -0800 (PST) (envelope-from marcs@znep.com) Date: Mon, 16 Nov 1998 09:59:37 -0800 (PST) From: Marc Slemko To: Michael Robinson cc: freebsd-stable@FreeBSD.ORG Subject: Re: writev() to tcp In-Reply-To: <199811161720.BAA26218@public.bta.net.cn> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 17 Nov 1998, Michael Robinson wrote: > I'm working with ORBit under FreeBSD 2.2.7. The ORBit IIOP driver makes > extensive use of writev. > > I've noticed this very wierd thing: with a total writev buffer of 160 > bytes, the tcp socket is sending the first 100 bytes (on a segment boundary), > waiting for a tcp ack on the socket, and then sending the remaining 60 bytes. > Here's a tcpdump: > > 01:11:33.789875 localhost.2358 > localhost.2359: P 1441:1541(100) ack 891 win 57344 (DF) > 01:11:33.970016 localhost.2359 > localhost.2358: . ack 1541 win 57344 (DF) > 01:11:33.970223 localhost.2358 > localhost.2359: P 1541:1601(60) ack 891 win 57344 (DF) > > Obviously, a gratuitous 200ms delay in the middle of every transaction is > not exactly what you want in your CORBA library. But the bigger question > in my mind is, why is the tcp socket flushing its buffer in the middle of > the writev, instead of at the end (or when the buffer gets full, whichever > comes first)? This doesn't really have anything to do with writev() in particular. There is a bug in the TCP code where a packet bigger than a single mbuf (MLEN == 108 bytes) but not big enough for a mbuf cluster (MINCLSIZE == 204 bytes) ends up being put into two mbufs that end up being put on the wire in two parts. There should be some messages about it in the archives. There are various fixes, but none has been made yet. Disabling nagle can work around some of the bad interactions between nagle and delayed ack in this case, but isn't a great solution in general. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Nov 16 10:31:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA11986 for freebsd-stable-outgoing; Mon, 16 Nov 1998 10:31:13 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from mailhub.hcl.com (mhoutside.hcl.com [205.211.178.111]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA11979 for ; Mon, 16 Nov 1998 10:31:12 -0800 (PST) (envelope-from derek@hcl.com) Received: from derek (gunther.hcl.com [206.248.219.18]) by mailhub.hcl.com (8.8.8/8.7.3) with SMTP id NAA04812 for ; Mon, 16 Nov 1998 13:30:45 -0500 (EST) Message-Id: <199811161830.NAA04812@mailhub.hcl.com> X-Sender: derek@pop.hcl.com (Unverified) X-Mailer: Windows Version 4.0.1 Date: Mon, 16 Nov 1998 13:34:12 -0500 To: freebsd-stable@FreeBSD.ORG From: Dj Browne Subject: D-Link DE620 In-Reply-To: <199811161720.BAA26218@public.bta.net.cn> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I am hoping that some one can help me here.... I just installed FreeBSD 2.2.7-RELEASE on a Compaq Contura laptop (about 6 years old) and I have a D-Link DE620 Parallel port ethernet adaptor. The adaptor works great on 95 and dos and on other machines but I cannot find any support for it in FreeBSD. How can I get this up and running? I have the OS working great and on boot I see that the probes see the lp0 device and recognize that there is a IP enabled device there but I cannot see where to load (or compile into the kernel) the drivers for this specific adaptor. Has any one done this? Can I user the driver for another similiar card? Looking forward to any response. Derek ---------------------------------------------------------------------------- Derek Browne Product Specialist - HostExplorer Hummingbird Communications Ltd. 416-496-2200 derek@hcl.com www.hcl.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Nov 16 12:51:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA08102 for freebsd-stable-outgoing; Mon, 16 Nov 1998 12:51:59 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from freeway.dcfinc.com (cx74889-a.phnx3.az.home.com [24.1.193.157]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA08097 for ; Mon, 16 Nov 1998 12:51:57 -0800 (PST) (envelope-from chad@freeway.dcfinc.com) Received: (from chad@localhost) by freeway.dcfinc.com (8.8.8/8.8.8) id NAA18300; Mon, 16 Nov 1998 13:50:37 -0700 (MST) (envelope-from chad) From: "Chad R. Larson" Message-Id: <199811162050.NAA18300@freeway.dcfinc.com> Subject: Re: D-Link DE620 In-Reply-To: <199811161830.NAA04812@mailhub.hcl.com> from Dj Browne at "Nov 16, 98 01:34:12 pm" To: derek@hcl.com (Dj Browne) Date: Mon, 16 Nov 1998 13:50:37 -0700 (MST) Cc: freebsd-stable@FreeBSD.ORG Reply-to: chad@DCFinc.com X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG As I recall, Dj Browne wrote: > Hi, Hi. > I am hoping that some one can help me here.... I just installed FreeBSD > 2.2.7-RELEASE on a Compaq Contura laptop (about 6 years old) and I have a > D-Link DE620 Parallel port ethernet adaptor. > > The adaptor works great on 95 and dos and on other machines but I cannot > find any support for it in FreeBSD. I don't think there is any support for parallel port Ethernet adapters. At least I couldn't find any. They do support PCMCIA Ethernets. If you have a slot that would be one way to go. > How can I get this up and running? > > I have the OS working great and on boot I see that the probes see the lp0 > device and recognize that there is a IP enabled device there but I cannot > see where to load (or compile into the kernel) the drivers for this > specific adaptor. The IP enabled message refers to the fact that FreeBSD supports IP directly on the parallel port, not that it saw your adapter. > Has any one done this? I put up FreeBSD on a Compaq LTE 386/20. Run a laplink cable between your laptop and another machine running FreeBSD that =is= on the net, and then configure the parallel interfaces as network adapters (ifconfig lp0...) Turn on packet forwarding on the second machine, and you should be in business. Do you need help in configuring the routing in this kind of setup? -crl -- Chad R. Larson (CRL15) 602-953-1392 Brother, can you paradigm? chad@dcfinc.com chad@larsons.org chad@anasazi.com larson1@home.net DCF, Inc. - 14623 North 49th Place, Scottsdale, Arizona 85254-2207 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Nov 16 13:31:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA15645 for freebsd-stable-outgoing; Mon, 16 Nov 1998 13:31:44 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from net-one.it (gulliver.net-one.it [194.244.60.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA15612 for ; Mon, 16 Nov 1998 13:31:29 -0800 (PST) (envelope-from roberto@net-one.it) Received: (from roberto@localhost) by net-one.it (8.9.1a/8.9.1) id WAA06493 for freebsd-stable@FreeBSD.ORG; Mon, 16 Nov 1998 22:30:44 +0100 (MET) From: Roberto Grassi Message-Id: <199811162130.WAA06493@net-one.it> Subject: help To: freebsd-stable@FreeBSD.ORG Date: Mon, 16 Nov 1998 22:30:42 +0100 (MET) X-Organization: Net1 S.r.l. X-Phone-1: +39 2 96704995 (Net1 S.r.l.) X-Private: +39 362 on-demand X-Dogma: Some days you hear a voice taking you to another place. X-Dogma: Some days are better than others. (Bono) X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi. I am a novice with FreeBSD. I just installed version 2.2.5. I want to upgrade to -stable version (2.2.7): I must CVSup to 2.2.6 and then to 2.2.7 or I can upgrade from 2.2.5 to 2.2.7 (or 3.0) with directly? thanks Roberto To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Nov 16 13:42:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA18335 for freebsd-stable-outgoing; Mon, 16 Nov 1998 13:42:15 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from mailhub.hcl.com (mhoutside.hcl.com [205.211.178.111]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA18279 for ; Mon, 16 Nov 1998 13:42:12 -0800 (PST) (envelope-from derek@hcl.com) Received: from derek (gunther.hcl.com [206.248.219.18]) by mailhub.hcl.com (8.8.8/8.7.3) with SMTP id QAA24188; Mon, 16 Nov 1998 16:41:22 -0500 (EST) Message-Id: <199811162141.QAA24188@mailhub.hcl.com> X-Sender: derek@pop.hcl.com (Unverified) X-Mailer: Windows Version 4.0.1 Date: Mon, 16 Nov 1998 16:44:54 -0500 To: chad@DCFinc.com From: Dj Browne Subject: Re: D-Link DE620 Cc: freebsd-stable@FreeBSD.ORG In-Reply-To: <199811162050.NAA18300@freeway.dcfinc.com> References: <199811161830.NAA04812@mailhub.hcl.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi, Thanks for the response. I was afraid of that you were going to say that there was no parallel adaptor support - now I am kind of stuck. The LapLink cable method was a consideration at one point but it really defeats the purpose of having a portable. I would have to have another machine that would be using TCP/IP on the parallel port (basically another BSD machine) that I presently do not have at all the locations I bring the laptop to. Just curious...any idea how the performance is using the parallel port? Thanks again. Derek At 11/16/98 03:50 PM , Chad R. Larson wrote: >As I recall, Dj Browne wrote: >> Hi, > >Hi. > >> I am hoping that some one can help me here.... I just installed FreeBSD >> 2.2.7-RELEASE on a Compaq Contura laptop (about 6 years old) and I have a >> D-Link DE620 Parallel port ethernet adaptor. >> >> The adaptor works great on 95 and dos and on other machines but I cannot >> find any support for it in FreeBSD. > >I don't think there is any support for parallel port Ethernet adapters. At >least I couldn't find any. They do support PCMCIA Ethernets. If you have a slot >that would be one way to go. > >> How can I get this up and running? >> >> I have the OS working great and on boot I see that the probes see the lp0 >> device and recognize that there is a IP enabled device there but I cannot >> see where to load (or compile into the kernel) the drivers for this >> specific adaptor. > >The IP enabled message refers to the fact that FreeBSD supports IP directly on >the parallel port, not that it saw your adapter. > >> Has any one done this? > >I put up FreeBSD on a Compaq LTE 386/20. Run a laplink cable between >your laptop and another machine running FreeBSD that =is= on the net, >and then configure the parallel interfaces as network adapters (ifconfig >lp0...) Turn on packet forwarding on the second machine, and you should be in >business. > >Do you need help in configuring the routing in this kind of setup? > > > -crl >-- >Chad R. Larson (CRL15) 602-953-1392 Brother, can you paradigm? >chad@dcfinc.com chad@larsons.org chad@anasazi.com larson1@home.net >DCF, Inc. - 14623 North 49th Place, Scottsdale, Arizona 85254-2207 > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-stable" in the body of the message > ---------------------------------------------------------------------------- Derek Browne Product Specialist - HostExplorer Hummingbird Communications Ltd. 416-496-2200 derek@hcl.com www.hcl.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Nov 16 13:43:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA18497 for freebsd-stable-outgoing; Mon, 16 Nov 1998 13:43:44 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from net-one.it (gulliver.net-one.it [194.244.60.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA18477 for ; Mon, 16 Nov 1998 13:43:19 -0800 (PST) (envelope-from roberto@net-one.it) Received: (from roberto@localhost) by net-one.it (8.9.1a/8.9.1) id WAA06611 for freebsd-stable@FreeBSD.ORG; Mon, 16 Nov 1998 22:42:31 +0100 (MET) From: Roberto Grassi Message-Id: <199811162142.WAA06611@net-one.it> Subject: help (bis) To: freebsd-stable@FreeBSD.ORG Date: Mon, 16 Nov 1998 22:42:30 +0100 (MET) X-Organization: Net1 S.r.l. X-Phone-1: +39 2 96704995 (Net1 S.r.l.) X-Private: +39 362 on-demand X-Dogma: Some days you hear a voice taking you to another place. X-Dogma: Some days are better than others. (Bono) X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi. In the previous messages I wrote I just installed my 1st FreeBSD version 2.2.5. I must use this machine in a serious context and so keep it stable. I would ask you if I upgrade it to 2.2.7 or reinstall the machine with a 3.0 release. Thanks. Roberto To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Nov 16 14:23:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA24602 for freebsd-stable-outgoing; Mon, 16 Nov 1998 14:23:45 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from calis.BlackSun.org (slip-ppp-4-191.escape.com [205.160.46.191]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA24596 for ; Mon, 16 Nov 1998 14:23:43 -0800 (PST) (envelope-from don@calis.BlackSun.org) Received: from localhost (don@localhost) by calis.BlackSun.org (8.9.1/8.9.1) with ESMTP id RAA03736; Mon, 16 Nov 1998 17:22:45 -0500 (EST) (envelope-from don@calis.BlackSun.org) Date: Mon, 16 Nov 1998 17:22:45 -0500 (EST) From: Don To: Roberto Grassi cc: freebsd-stable@FreeBSD.ORG Subject: Re: help (bis) In-Reply-To: <199811162142.WAA06611@net-one.it> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > In the previous messages I wrote I just installed my 1st FreeBSD > version 2.2.5. > > I must use this machine in a serious context and so keep it stable. > I would ask you if I upgrade it to 2.2.7 or reinstall the machine > with a 3.0 release. Stick with 2.2.7-Stable. My 2.2.7 boxes are as stable as can be. However my desktop machine which i recently upgraded to 3.0-release (through a full reinstall) is rather flaky. It doesnt crash but quite a few processes are being killed. This same machine was very stable under 2.2.7-Stable. -Don To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Nov 16 14:29:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA25551 for freebsd-stable-outgoing; Mon, 16 Nov 1998 14:29:01 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from freeway.dcfinc.com (cx74889-a.phnx3.az.home.com [24.1.193.157]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA25539 for ; Mon, 16 Nov 1998 14:28:56 -0800 (PST) (envelope-from chad@freeway.dcfinc.com) Received: (from chad@localhost) by freeway.dcfinc.com (8.8.8/8.8.8) id PAA18513; Mon, 16 Nov 1998 15:27:26 -0700 (MST) (envelope-from chad) From: "Chad R. Larson" Message-Id: <199811162227.PAA18513@freeway.dcfinc.com> Subject: Re: help In-Reply-To: <199811162130.WAA06493@net-one.it> from Roberto Grassi at "Nov 16, 98 10:30:42 pm" To: roberto@net-one.it (Roberto Grassi) Date: Mon, 16 Nov 1998 15:27:26 -0700 (MST) Cc: freebsd-stable@FreeBSD.ORG Reply-to: chad@DCFinc.com X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG As I recall, Roberto Grassi wrote: > Hi. > > I am a novice with FreeBSD. I just installed version 2.2.5. > I want to upgrade to -stable version (2.2.7): I must CVSup to 2.2.6 > and then to 2.2.7 or I can upgrade from 2.2.5 to 2.2.7 (or 3.0) with > directly? I believe you want to cvsup with a tag of RELENG_2_2, which should take you straight to a -stable system. That is, somewhere past 2.2.7-RELEASE, but not quite 2.2.8. -crl -- Chad R. Larson (CRL15) 602-953-1392 Brother, can you paradigm? chad@dcfinc.com chad@larsons.org chad@anasazi.com larson1@home.net DCF, Inc. - 14623 North 49th Place, Scottsdale, Arizona 85254-2207 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Nov 16 14:32:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA26124 for freebsd-stable-outgoing; Mon, 16 Nov 1998 14:32:10 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from freeway.dcfinc.com (cx74889-a.phnx3.az.home.com [24.1.193.157]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA26101 for ; Mon, 16 Nov 1998 14:32:06 -0800 (PST) (envelope-from chad@freeway.dcfinc.com) Received: (from chad@localhost) by freeway.dcfinc.com (8.8.8/8.8.8) id PAA18533; Mon, 16 Nov 1998 15:31:00 -0700 (MST) (envelope-from chad) From: "Chad R. Larson" Message-Id: <199811162231.PAA18533@freeway.dcfinc.com> Subject: Re: help (bis) In-Reply-To: <199811162142.WAA06611@net-one.it> from Roberto Grassi at "Nov 16, 98 10:42:30 pm" To: roberto@net-one.it (Roberto Grassi) Date: Mon, 16 Nov 1998 15:31:00 -0700 (MST) Cc: freebsd-stable@FreeBSD.ORG Reply-to: chad@DCFinc.com X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG As I recall, Roberto Grassi wrote: > I must use this machine in a serious context and so keep it stable. Then you want to run -stable. I do. freeway> uname -a FreeBSD freeway.dcfinc.com 2.2.7-STABLE FreeBSD 2.2.7-STABLE #0: Fri Nov 13 23:40:05 MST 1998 chad@freeway.dcfinc.com:/usr/src/sys/compile/freeway i386 > I would ask you if I upgrade it to 2.2.7 or reinstall the machine > with a 3.0 release. Nobody is claiming 3.0 is stable yet. Folks who need its exclusive features, like SMP, are running it with success. But stick with -stable if business depends on your system. -crl -- Chad R. Larson (CRL15) 602-953-1392 Brother, can you paradigm? chad@dcfinc.com chad@larsons.org chad@anasazi.com larson1@home.net DCF, Inc. - 14623 North 49th Place, Scottsdale, Arizona 85254-2207 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Nov 16 14:32:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA26190 for freebsd-stable-outgoing; Mon, 16 Nov 1998 14:32:34 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from xylan.com (postal.xylan.com [208.8.0.248]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA26178 for ; Mon, 16 Nov 1998 14:32:28 -0800 (PST) (envelope-from wes@softweyr.com) Received: from mailhub.xylan.com by xylan.com (8.8.7/SMI-SVR4 (xylan-mgw 2.2 [OUT])) id OAA28828; Mon, 16 Nov 1998 14:30:52 -0800 (PST) Received: from utah.XYLAN.COM by mailhub.xylan.com (SMI-8.6/SMI-SVR4 (mailhub 2.1 [HUB])) id OAA05169; Mon, 16 Nov 1998 14:30:52 -0800 Received: from softweyr.com by utah.XYLAN.COM (SMI-8.6/SMI-SVR4 (xylan utah [SPOOL])) id PAA06246; Mon, 16 Nov 1998 15:30:50 -0700 Message-ID: <3650A79A.D41BB4A5@softweyr.com> Date: Mon, 16 Nov 1998 15:30:50 -0700 From: Wes Peters Organization: Softweyr LLC X-Mailer: Mozilla 4.5 [en] (X11; U; FreeBSD 2.2.6-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Dj Browne CC: chad@DCFinc.com, freebsd-stable@FreeBSD.ORG Subject: Re: D-Link DE620 References: <199811161830.NAA04812@mailhub.hcl.com> <199811162141.QAA24188@mailhub.hcl.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dj Browne wrote: > > hi, > > Thanks for the response. I was afraid of that you were going to say > that there was no parallel adaptor support - now I am kind of stuck. > > The LapLink cable method was a consideration at one point but it really > defeats the purpose of having a portable. I would have to have another > machine that would be using TCP/IP on the parallel port (basically another > BSD machine) that I presently do not have at all the locations I bring the > laptop to. > > Just curious...any idea how the performance is using the parallel port? Terrible. I used to work for a vendor of a TCP/IP stack for Win3.1. We bought a bunch of TI TravelMate 4000Es for our show booth, using Xircom parallel-port ethernet adapters. The best throughput we ever recorded was about 120K bytes/sec, less than half the nominal throughput of an NE2000. I'm told this was a very good time for the parallel device, too. Gag. Is a direct-cable serial PPP link an option? At 115,200 bps, it's just about as fast as the parallel-port ethernet, if a little less convenient to setup. -- Where am I, and what am I doing in this handbasket? Wes Peters +1.801.915.2061 Softweyr LLC wes@softweyr.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Nov 16 14:39:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA27143 for freebsd-stable-outgoing; Mon, 16 Nov 1998 14:39:16 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from freeway.dcfinc.com (cx74889-a.phnx3.az.home.com [24.1.193.157]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA27138 for ; Mon, 16 Nov 1998 14:39:13 -0800 (PST) (envelope-from chad@freeway.dcfinc.com) Received: (from chad@localhost) by freeway.dcfinc.com (8.8.8/8.8.8) id PAA18570; Mon, 16 Nov 1998 15:38:07 -0700 (MST) (envelope-from chad) From: "Chad R. Larson" Message-Id: <199811162238.PAA18570@freeway.dcfinc.com> Subject: Re: D-Link DE620 In-Reply-To: <199811162141.QAA24188@mailhub.hcl.com> from Dj Browne at "Nov 16, 98 04:44:54 pm" To: derek@hcl.com (Dj Browne) Date: Mon, 16 Nov 1998 15:38:07 -0700 (MST) Cc: freebsd-stable@FreeBSD.ORG Reply-to: chad@DCFinc.com X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG As I recall, Dj Browne wrote: > > The LapLink cable method was a consideration at one point but it really > defeats the purpose of having a portable. I would have to have another > machine that would be using TCP/IP on the parallel port (basically another > BSD machine) that I presently do not have at all the locations I bring the > laptop to. Or, write the driver... :-) > Just curious...any idea how the performance is using the parallel port? Pretty good. I thought it would be poor, given that only 4 bit per buss state get transferred. But the parallel port can cycle pretty fast. Quoting from /usr/src/sys/i386/isa/lpt.c * Expect transfer-rates up to 75 kbyte/sec. * * Poul-Henning Kamp -crl -- Chad R. Larson (CRL15) 602-953-1392 Brother, can you paradigm? chad@dcfinc.com chad@larsons.org chad@anasazi.com larson1@home.net DCF, Inc. - 14623 North 49th Place, Scottsdale, Arizona 85254-2207 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Nov 16 14:39:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA27176 for freebsd-stable-outgoing; Mon, 16 Nov 1998 14:39:29 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from phluffy.fks.bt (net25-cust199.pdx.wantweb.net [24.236.25.199]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA27161 for ; Mon, 16 Nov 1998 14:39:23 -0800 (PST) (envelope-from myke@ees.com) Received: from localhost (myke@localhost) by phluffy.fks.bt (8.9.0/8.8.8) with ESMTP id PAA00346; Mon, 16 Nov 1998 15:38:22 -0700 (MST) (envelope-from myke@ees.com) Date: Mon, 16 Nov 1998 15:38:22 -0700 (MST) From: Mike Holling X-Sender: myke@phluffy.fks.bt To: Wes Peters cc: Dj Browne , chad@DCFinc.com, freebsd-stable@FreeBSD.ORG Subject: Re: D-Link DE620 In-Reply-To: <3650A79A.D41BB4A5@softweyr.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Terrible. I used to work for a vendor of a TCP/IP stack for Win3.1. > We bought a bunch of TI TravelMate 4000Es for our show booth, using > Xircom parallel-port ethernet adapters. The best throughput we ever > recorded was about 120K bytes/sec, less than half the nominal throughput > of an NE2000. I'm told this was a very good time for the parallel device, > too. Gag. I used to get about 70 kilobytes/sec. While not as fast as ethernet, it's still much faster than a serial link. > Is a direct-cable serial PPP link an option? At 115,200 bps, it's just > about as fast as the parallel-port ethernet, if a little less convenient > to setup. 115200 bits/sec -> 14400 bytes/sec -> 14 kilobytes/sec. The parallel cable is definitely faster than the serial link. - Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Nov 16 14:41:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA27484 for freebsd-stable-outgoing; Mon, 16 Nov 1998 14:41:26 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from shell.futuresouth.com (shell.futuresouth.com [198.78.58.28]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA27473 for ; Mon, 16 Nov 1998 14:41:21 -0800 (PST) (envelope-from fullermd@futuresouth.com) Received: (from fullermd@localhost) by shell.futuresouth.com (8.8.8/8.8.8) id QAA11761; Mon, 16 Nov 1998 16:40:42 -0600 (CST) Message-ID: <19981116164041.21661@futuresouth.com> Date: Mon, 16 Nov 1998 16:40:41 -0600 From: "Matthew D. Fuller" To: Wes Peters Cc: Dj Browne , chad@DCFinc.com, freebsd-stable@FreeBSD.ORG Subject: Re: D-Link DE620 References: <199811161830.NAA04812@mailhub.hcl.com> <199811162141.QAA24188@mailhub.hcl.com> <3650A79A.D41BB4A5@softweyr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <3650A79A.D41BB4A5@softweyr.com>; from Wes Peters on Mon, Nov 16, 1998 at 03:30:50PM -0700 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Nov 16, 1998 at 03:30:50PM -0700, Wes Peters woke me up to tell me: > > > > Just curious...any idea how the performance is using the parallel port? > > Terrible. I used to work for a vendor of a TCP/IP stack for Win3.1. > We bought a bunch of TI TravelMate 4000Es for our show booth, using > Xircom parallel-port ethernet adapters. The best throughput we ever > recorded was about 120K bytes/sec, less than half the nominal throughput > of an NE2000. I'm told this was a very good time for the parallel device, > too. Gag. > > Is a direct-cable serial PPP link an option? At 115,200 bps, it's just > about as fast as the parallel-port ethernet, if a little less convenient > to setup. I use a hardwired SLIP link on my laptop. (isn't SLIP better for hardwired, less protocol overhead?) I run it at 19200 tho, it gets occasional overflows. At 38.4 it was overflowing slightly too often for comfort, and 57.6 and 115.2 were just far too much. Pretty abysmal, but it's better than nothing. *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* | FreeBSD; the way computers were meant to be | * "The only reason I'm burning my candle at both ends, is * | that I haven't figured out how to light the middle yet."| * fullermd@futuresouth.com :-} MAtthew Fuller * | http://keystone.westminster.edu/~fullermd | *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Nov 16 14:44:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA28014 for freebsd-stable-outgoing; Mon, 16 Nov 1998 14:44:22 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from pop.uniserve.com (pop.uniserve.com [204.244.156.3]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id OAA28006 for ; Mon, 16 Nov 1998 14:44:20 -0800 (PST) (envelope-from tom@uniserve.com) Received: from shell.uniserve.ca [204.244.186.218] by pop.uniserve.com with smtp (Exim 1.82 #4) id 0zfXMr-0001oT-00; Mon, 16 Nov 1998 14:43:33 -0800 Date: Mon, 16 Nov 1998 14:43:31 -0800 (PST) From: Tom X-Sender: tom@shell.uniserve.ca To: Wes Peters cc: Dj Browne , chad@DCFinc.com, freebsd-stable@FreeBSD.ORG Subject: Re: D-Link DE620 In-Reply-To: <3650A79A.D41BB4A5@softweyr.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 16 Nov 1998, Wes Peters wrote: > Dj Browne wrote: > > > > hi, > > > > Thanks for the response. I was afraid of that you were going to say > > that there was no parallel adaptor support - now I am kind of stuck. > > > > The LapLink cable method was a consideration at one point but it really > > defeats the purpose of having a portable. I would have to have another > > machine that would be using TCP/IP on the parallel port (basically another > > BSD machine) that I presently do not have at all the locations I bring the > > laptop to. > > > > Just curious...any idea how the performance is using the parallel port? > > Terrible. I used to work for a vendor of a TCP/IP stack for Win3.1. > We bought a bunch of TI TravelMate 4000Es for our show booth, using > Xircom parallel-port ethernet adapters. The best throughput we ever > recorded was about 120K bytes/sec, less than half the nominal throughput > of an NE2000. I'm told this was a very good time for the parallel device, > too. Gag. Yes 120K bytes/sec is good. > Is a direct-cable serial PPP link an option? At 115,200 bps, it's just > about as fast as the parallel-port ethernet, if a little less convenient > to setup. What are you smoking? 11.5 K bytes/sec is quite a bit slower than 120K bytes/sec. NE2000 PCCARD is the best option. These cards are quite cheap now, and most laptops have PCCARD slots. > -- > Where am I, and what am I doing in this handbasket? > > Wes Peters +1.801.915.2061 > Softweyr LLC wes@softweyr.com Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Nov 16 14:46:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA28352 for freebsd-stable-outgoing; Mon, 16 Nov 1998 14:46:41 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from pop.uniserve.com (pop.uniserve.com [204.244.156.3]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id OAA28343 for ; Mon, 16 Nov 1998 14:46:40 -0800 (PST) (envelope-from tom@uniserve.com) Received: from shell.uniserve.ca [204.244.186.218] by pop.uniserve.com with smtp (Exim 1.82 #4) id 0zfXPD-00026j-00; Mon, 16 Nov 1998 14:45:59 -0800 Date: Mon, 16 Nov 1998 14:45:57 -0800 (PST) From: Tom X-Sender: tom@shell.uniserve.ca To: Mike Holling cc: Wes Peters , Dj Browne , chad@DCFinc.com, freebsd-stable@FreeBSD.ORG Subject: Re: D-Link DE620 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 16 Nov 1998, Mike Holling wrote: > > Is a direct-cable serial PPP link an option? At 115,200 bps, it's just > > about as fast as the parallel-port ethernet, if a little less convenient > > to setup. > > 115200 bits/sec -> 14400 bytes/sec -> 14 kilobytes/sec. The parallel > cable is definitely faster than the serial link. Remember, this is async serial, so it 10 bits per byte, not 8, so: 115200 / 10 = 11520 bytes/sec > - Mike Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Nov 16 15:00:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA00687 for freebsd-stable-outgoing; Mon, 16 Nov 1998 15:00:04 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from xylan.com (postal.xylan.com [208.8.0.248]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA00598 for ; Mon, 16 Nov 1998 15:00:00 -0800 (PST) (envelope-from wes@softweyr.com) Received: from mailhub.xylan.com by xylan.com (8.8.7/SMI-SVR4 (xylan-mgw 2.2 [OUT])) id OAA29123; Mon, 16 Nov 1998 14:58:18 -0800 (PST) Received: from utah.XYLAN.COM by mailhub.xylan.com (SMI-8.6/SMI-SVR4 (mailhub 2.1 [HUB])) id OAA05859; Mon, 16 Nov 1998 14:58:17 -0800 Received: from softweyr.com by utah.XYLAN.COM (SMI-8.6/SMI-SVR4 (xylan utah [SPOOL])) id PAA06494; Mon, 16 Nov 1998 15:58:15 -0700 Message-ID: <3650AE05.5C5383B2@softweyr.com> Date: Mon, 16 Nov 1998 15:58:13 -0700 From: Wes Peters Organization: Softweyr LLC X-Mailer: Mozilla 4.5 [en] (X11; U; FreeBSD 2.2.6-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Tom CC: Dj Browne , chad@DCFinc.com, freebsd-stable@FreeBSD.ORG Subject: Re: D-Link DE620 References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Tom wrote: > > On Mon, 16 Nov 1998, Wes Peters wrote: > > > Is a direct-cable serial PPP link an option? At 115,200 bps, it's just > > about as fast as the parallel-port ethernet, if a little less convenient > > to setup. > > What are you smoking? 11.5 K bytes/sec is quite a bit slower than 120K > bytes/sec. Smoking? networks! The speed of the network link depends on what you're doing with it, not on the raw throughput. If he wants email and domain name lookups or something like that, he really won't notice much (any) difference between the two. If he's looking for network file sharing or transferring large files, of course the performance will differ. Faster transports don't always mean faster applications, but try explaining this to the gigabit ethernet true believers. ;^) -- Where am I, and what am I doing in this handbasket? Wes Peters +1.801.915.2061 Softweyr LLC wes@softweyr.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Nov 16 15:17:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA03553 for freebsd-stable-outgoing; Mon, 16 Nov 1998 15:17:10 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from backup.af.speednet.com.au (af.speednet.com.au [202.135.206.244]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA03542 for ; Mon, 16 Nov 1998 15:17:06 -0800 (PST) (envelope-from andyf@speednet.com.au) Received: from localhost (andyf@localhost) by backup.af.speednet.com.au (8.9.1/8.9.1) with ESMTP id KAA23778; Tue, 17 Nov 1998 10:14:53 +1100 (EST) X-Authentication-Warning: backup.zippynet.iol.net.au: andyf owned process doing -bs Date: Tue, 17 Nov 1998 10:14:52 +1100 (EST) From: Andy Farkas X-Sender: andyf@backup.zippynet.iol.net.au To: Marc Slemko cc: Michael Robinson , freebsd-stable@FreeBSD.ORG Subject: Re: writev() to tcp In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 16 Nov 1998, Marc Slemko wrote: > > I've noticed this very wierd thing: with a total writev buffer of 160 > > bytes, the tcp socket is sending the first 100 bytes (on a segment boundary), > > waiting for a tcp ack on the socket, and then sending the remaining 60 bytes. > > This doesn't really have anything to do with writev() in particular. There > is a bug in the TCP code where a packet bigger than a single mbuf (MLEN == > 108 bytes) but not big enough for a mbuf cluster (MINCLSIZE == 204 bytes) > ends up being put into two mbufs that end up being put on the wire in two > parts. There should be some messages about it in the archives. There are > various fixes, but none has been made yet. > > Disabling nagle can work around some of the bad interactions between nagle > and delayed ack in this case, but isn't a great solution in general. > There is mention of this problem in the Squid FAQ at http://squid.nlanr.net/Squid/FAQ/FAQ-14.html#ss14.2 It suggests two workarounds ... -- :{ andyf@speednet.com.au Andy Farkas System Administrator Speed Internet Services http://www.speednet.com.au/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Nov 16 16:56:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA17384 for freebsd-stable-outgoing; Mon, 16 Nov 1998 16:56:18 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from aniwa.sky (p34-nas1.wlg.ihug.co.nz [216.100.145.34]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA17375 for ; Mon, 16 Nov 1998 16:56:15 -0800 (PST) (envelope-from andrew@squiz.co.nz) Received: from localhost (andrew@localhost) by aniwa.sky (8.8.8/8.8.7) with SMTP id NAA06971; Tue, 17 Nov 1998 13:55:27 +1300 (NZDT) (envelope-from andrew@squiz.co.nz) Date: Tue, 17 Nov 1998 13:55:22 +1300 (NZDT) From: Andrew McNaughton X-Sender: andrew@aniwa.sky Reply-To: andrew@squiz.co.nz To: Roberto Grassi cc: freebsd-stable@FreeBSD.ORG Subject: Re: help In-Reply-To: <199811162130.WAA06493@net-one.it> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 16 Nov 1998, Roberto Grassi wrote: > I am a novice with FreeBSD. I just installed version 2.2.5. > I want to upgrade to -stable version (2.2.7): I must CVSup to 2.2.6 > and then to 2.2.7 or I can upgrade from 2.2.5 to 2.2.7 (or 3.0) with > directly? You can CVSup directly to 2.2.7. To CVSup to 2.2.7-RELEASE as opposed to the latest SNAP of 2.2.7 you want a control file something like this: *default host=cvsup2.FreeBSD.org *default base=/usr *default prefix=/usr *default release=cvs tag=RELENG_2_2_7_RELEASE *default delete use-rel-suffix # If your network link is a T1 or faster, comment out the following line. *default compress src-all To get the crypto sources use a second control file like so: *default host=cvsup.internat.FreeBSD.org *default base=/usr *default prefix=/usr *default release=cvs tag=RELENG_2_2_7_RELEASE *default delete use-rel-suffix # If your network link is a T1 or faster, comment out the following line. *default compress ## The international secure collections. src-crypto src-eBones src-secure Once you've got those files set up somewhere, just 'cvsup supfile' as root. I'd reccomend closely following the tutorial on 'making the world your own'. http://www.nothing-going-on.demon.co.uk/FreeBSD/make-world/make-world.html If you run ipfw, be particularly careful not to get yourself into a position where your ipfw executable is from a different OS version than your kernel as they are incompatible, and you will be unable to open any holes in your firewall which can make it rather difficult to proceed. Probably best to use IPFIREWALL_DEFAULT_TO_ACCEPT while you upgrade and then recompile your kernel to remove it once things are working properly. Andrew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Nov 16 18:05:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA24868 for freebsd-stable-outgoing; Mon, 16 Nov 1998 18:05:11 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from public.bta.net.cn (public.bta.net.cn [202.96.0.97]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA24862 for ; Mon, 16 Nov 1998 18:05:08 -0800 (PST) (envelope-from robinson@public.bta.net.cn) Received: (from robinson@localhost) by public.bta.net.cn (8.9.1/8.9.1) id KAA26059; Tue, 17 Nov 1998 10:04:47 +0800 (GMT) Date: Tue, 17 Nov 1998 10:04:47 +0800 (GMT) From: Michael Robinson Message-Id: <199811170204.KAA26059@public.bta.net.cn> To: marcs@znep.com Subject: Re: writev() to tcp Cc: freebsd-stable@FreeBSD.ORG Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Marc Slemko writes: >This doesn't really have anything to do with writev() in particular. There >is a bug in the TCP code where a packet bigger than a single mbuf (MLEN == >108 bytes) but not big enough for a mbuf cluster (MINCLSIZE == 204 bytes) >ends up being put into two mbufs that end up being put on the wire in two >parts. There should be some messages about it in the archives. There are >various fixes, but none has been made yet. Thanks for the information. I checked the GNATS bug database and didn't find any PR matching this bug. If someone sent a PR, would this get fixed? (The Squid FAQ has a one-line patch to uipc_socket.c.) -Michael Robinson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Nov 17 00:26:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA08617 for freebsd-stable-outgoing; Tue, 17 Nov 1998 00:26:55 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from aire.open.ac.uk (aire.open.ac.uk [137.108.40.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA08612 for ; Tue, 17 Nov 1998 00:26:52 -0800 (PST) (envelope-from mike@zanker.org) Received: from mallard.open.ac.uk ([137.108.40.50] helo=mallard) by aire.open.ac.uk with smtp (Exim 2.05 #1) id 0zfgSu-0006cF-00 for freebsd-stable@FreeBSD.ORG; Tue, 17 Nov 1998 08:26:24 +0000 Message-Id: <4.1.19981117082506.00b77790@aire.open.ac.uk> X-Sender: mikez@aire.open.ac.uk (Unverified) X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Tue, 17 Nov 1998 08:26:23 +0000 To: freebsd-stable@FreeBSD.ORG From: Mike Zanker Subject: Re: help In-Reply-To: References: <199811162130.WAA06493@net-one.it> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 00:55 17/11/98 , Andrew McNaughton wrote: >To get the crypto sources use a second control file like so: This bit is optional, of course. If you don't fetch the crypto sources your system will build with MD5. Regards, Mike -- Mike Zanker | mike@zanker.org Milton Keynes | United Kingdom | PGP Public Key available To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Nov 17 03:38:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA27208 for freebsd-stable-outgoing; Tue, 17 Nov 1998 03:38:57 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from ren.dtir.qld.gov.au (ns.dtir.qld.gov.au [203.108.138.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA27199 for ; Tue, 17 Nov 1998 03:38:54 -0800 (PST) (envelope-from syssgm@dtir.qld.gov.au) Received: by ren.dtir.qld.gov.au; id VAA01261; Tue, 17 Nov 1998 21:37:19 +1000 (EST) Received: from ogre.dtir.qld.gov.au(167.123.8.3) by ren.dtir.qld.gov.au via smap (3.2) id xma001256; Tue, 17 Nov 98 21:36:50 +1000 Received: from atlas.dtir.qld.gov.au (atlas.dtir.qld.gov.au [167.123.8.9]) by ogre.dtir.qld.gov.au (8.8.8/8.8.7) with ESMTP id VAA03470; Tue, 17 Nov 1998 21:36:50 +1000 (EST) Received: from nymph.dtir.qld.gov.au (nymph.dtir.qld.gov.au [167.123.10.10]) by atlas.dtir.qld.gov.au (8.8.5/8.8.5) with ESMTP id VAA26636; Tue, 17 Nov 1998 21:36:49 +1000 (EST) Received: from nymph.dtir.qld.gov.au (localhost.dtir.qld.gov.au [127.0.0.1]) by nymph.dtir.qld.gov.au (8.8.8/8.8.7) with ESMTP id VAA04910; Tue, 17 Nov 1998 21:36:47 +1000 (EST) (envelope-from syssgm@nymph.dtir.qld.gov.au) Message-Id: <199811171136.VAA04910@nymph.dtir.qld.gov.au> To: Michael Robinson cc: freebsd-stable@FreeBSD.ORG, syssgm@dtir.qld.gov.au Subject: Re: writev() to tcp References: <199811170204.KAA26059@public.bta.net.cn> In-Reply-To: <199811170204.KAA26059@public.bta.net.cn> from Michael Robinson at "Tue, 17 Nov 1998 10:04:47 +0800" Date: Tue, 17 Nov 1998 21:36:47 +1000 From: Stephen McKay Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tuesday, 17th November 1998, Michael Robinson wrote: >Marc Slemko writes: >>This doesn't really have anything to do with writev() in particular. There >>is a bug in the TCP code where a packet bigger than a single mbuf (MLEN == >>108 bytes) but not big enough for a mbuf cluster (MINCLSIZE == 204 bytes) >>ends up being put into two mbufs that end up being put on the wire in two >>parts. There should be some messages about it in the archives. There are >>various fixes, but none has been made yet. > >Thanks for the information. I checked the GNATS bug database and didn't >find any PR matching this bug. > >If someone sent a PR, would this get fixed? (The Squid FAQ has a one-line >patch to uipc_socket.c.) That patch went into -current on 1998/07/06 but was removed on 1998/07/18 because various and sundry things broke. See revisions 1.41 and 1.42 of sys/kern/uipc_socket.c. There was some inconclusive discussion of the problem at the time, probably on freebsd-current. My own personal experience of using this patch was also inconclusive. Some things got better, but some things became worse and I didn't manage to prove that the patch was to blame, or that it was innocent. Feel free to experiment! Stephen. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Nov 17 06:06:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA15268 for freebsd-stable-outgoing; Tue, 17 Nov 1998 06:06:15 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from mailhub.hcl.com (mhoutside.hcl.com [205.211.178.111]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA15254 for ; Tue, 17 Nov 1998 06:06:09 -0800 (PST) (envelope-from derek@hcl.com) Received: from derek (gunther.hcl.com [206.248.219.18]) by mailhub.hcl.com (8.8.8/8.7.3) with SMTP id JAA01383; Tue, 17 Nov 1998 09:05:13 -0500 (EST) Message-Id: <199811171405.JAA01383@mailhub.hcl.com> X-Sender: derek@pop.hcl.com X-Mailer: Windows Version 4.0.1 Date: Tue, 17 Nov 1998 09:09:13 -0500 To: Tom , Wes Peters From: Dj Browne Subject: Re: D-Link DE620 Cc: chad@DCFinc.com, freebsd-stable@FreeBSD.ORG In-Reply-To: References: <3650A79A.D41BB4A5@softweyr.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 11/16/98 05:43 PM , Tom wrote: > >On Mon, 16 Nov 1998, Wes Peters wrote: > [edited] >> > Just curious...any idea how the performance is using the parallel port? >> >> Terrible. I used to work for a vendor of a TCP/IP stack for Win3.1. >> We bought a bunch of TI TravelMate 4000Es for our show booth, using >> Xircom parallel-port ethernet adapters. The best throughput we ever >> recorded was about 120K bytes/sec, less than half the nominal throughput >> of an NE2000. I'm told this was a very good time for the parallel device, >> too. Gag. > > Yes 120K bytes/sec is good. > >> Is a direct-cable serial PPP link an option? At 115,200 bps, it's just >> about as fast as the parallel-port ethernet, if a little less convenient >> to setup. > > What are you smoking? 11.5 K bytes/sec is quite a bit slower than 120K >bytes/sec. > > NE2000 PCCARD is the best option. These cards are quite cheap now, and >most laptops have PCCARD slots. > [edit ] > >Tom I used to use a Xircom with only BNC and am now using a D-Link that has BNC and TP so I can connect to the various networks I use with only a couple of reboots to adjust TCP/IP Stack params and rewrite the EEPROM in the adaptor.....Yes I know this seems insane to anyone with the cash to have a PCMCIA card and a real laptop but.... Performance is usually pretty good under 95 (80k/s) and I was just wondering just how much better FreeBSD would be. I hate to say it but I actually just installed Linux 2.0.35 last night and am just about to try the net packages now... Thanks for all the info and suggestions... derek ---------------------------------------------------------------------------- Derek Browne Product Specialist - HostExplorer Hummingbird Communications Ltd. 416-496-2200 derek@hcl.com www.hcl.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Nov 17 13:26:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA17501 for freebsd-stable-outgoing; Tue, 17 Nov 1998 13:26:43 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from smtp-gw2.vma.verio.net (smtp-gw2.vma.verio.net [168.143.0.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA17459 for ; Tue, 17 Nov 1998 13:26:30 -0800 (PST) (envelope-from geisbert@fination.com) Received: from heineken (heineken.fination.com [209.70.150.7]) by smtp-gw2.vma.verio.net (8.9.1/8.9.1) with SMTP id QAA11004 for ; Tue, 17 Nov 1998 16:26:03 -0500 (EST) Message-ID: <001d01be1270$d91016e0$079646d1@heineken> From: "Gary Geisbert" To: Subject: subscribe freebsd-stable Date: Tue, 17 Nov 1998 16:25:47 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3155.0 X-Mimeole: Produced By Microsoft MimeOLE V4.72.3155.0 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG help To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Nov 17 14:42:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA01089 for freebsd-stable-outgoing; Tue, 17 Nov 1998 14:42:30 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from pc196s233r1.jancomulti.com (pc196s233r1.jancomulti.com [195.139.233.196]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA01035 for ; Tue, 17 Nov 1998 14:42:16 -0800 (PST) (envelope-from paalsom@ifi.uio.no) Received: from ifi.uio.no (localhost [127.0.0.1]) by pc196s233r1.jancomulti.com (8.8.8/8.8.8) with ESMTP id XAA00557 for ; Tue, 17 Nov 1998 23:41:43 +0100 (CET) (envelope-from paalsom@ifi.uio.no) Message-ID: <3651FBA2.F2A49CA6@ifi.uio.no> Date: Tue, 17 Nov 1998 23:41:38 +0100 From: "Pål Sommerhein" X-Mailer: Mozilla 4.05 [en] (X11; I; FreeBSD 2.2.7-RELEASE i386) MIME-Version: 1.0 To: freebsd-stable@FreeBSD.ORG Subject: How do I check out the 2.2.7-STABLE sources from the repository? Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi After having updated my repository(in /home/ncvs) using cvsup I did: # export CVSROOT=/home/ncvs # cd /usr # cvs co -r RELENG_2_2_7_RELEASE src 2>&1 | tee /var/tmp/co.src.log I then proceeded with all the necessary steps for make world, and it all went well :-). But I started wondering: does it give me the "current" state of the 2_2_7 branch? I.e. am I tracking stable doing this? Any help appreciated :-) Take care, Pål To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Nov 17 15:01:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA04138 for freebsd-stable-outgoing; Tue, 17 Nov 1998 15:01:23 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from wopr.caltech.edu (wopr.caltech.edu [131.215.240.222]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA04133 for ; Tue, 17 Nov 1998 15:01:22 -0800 (PST) (envelope-from mph@wopr.caltech.edu) Received: (from mph@localhost) by wopr.caltech.edu (8.9.1/8.9.1) id PAA26878; Tue, 17 Nov 1998 15:00:50 -0800 (PST) (envelope-from mph) Message-ID: <19981117150050.B26428@wopr.caltech.edu> Date: Tue, 17 Nov 1998 15:00:50 -0800 From: Matthew Hunt To: =?iso-8859-1?Q?P=E5l_Sommerhein?= , freebsd-stable@FreeBSD.ORG Subject: Re: How do I check out the 2.2.7-STABLE sources from the repository? References: <3651FBA2.F2A49CA6@ifi.uio.no> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 0.93.2i In-Reply-To: =?iso-8859-1?Q?=3C3651FBA2=2EF2A49CA6=40ifi=2Euio=2Eno=3E=3B_from_P=E5l_?= =?iso-8859-1?Q?Sommerhein_on_Tue=2C_Nov_17=2C_1998_at_11:41:38PM_+0100?= Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Nov 17, 1998 at 11:41:38PM +0100, Pål Sommerhein wrote: > After having updated my repository(in /home/ncvs) using cvsup I did: > # export CVSROOT=/home/ncvs > # cd /usr > # cvs co -r RELENG_2_2_7_RELEASE src 2>&1 | tee /var/tmp/co.src.log > > I then proceeded with all the necessary steps for make world, and it > all went well :-). But I started wondering: does it give me the > "current" state of the 2_2_7 branch? I.e. am I tracking stable doing > this? No, that gives you 2.2.7-RELEASE. To get the latest point along the 2.2 branch, you should use the tag RELENG_2_2. Matt -- Matthew Hunt * UNIX is a lever for the intellect. -J.R. Mashey http://www.pobox.com/~mph/pgp.key for PGP public key 0x67203349. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Nov 17 15:43:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA11060 for freebsd-stable-outgoing; Tue, 17 Nov 1998 15:43:20 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from pc196s233r1.jancomulti.com (pc196s233r1.jancomulti.com [195.139.233.196]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA11046 for ; Tue, 17 Nov 1998 15:43:11 -0800 (PST) (envelope-from paalsom@ifi.uio.no) Received: from ifi.uio.no (localhost [127.0.0.1]) by pc196s233r1.jancomulti.com (8.8.8/8.8.8) with ESMTP id AAA00633; Wed, 18 Nov 1998 00:42:26 +0100 (CET) (envelope-from paalsom@ifi.uio.no) Message-ID: <365209D2.EC1C5432@ifi.uio.no> Date: Wed, 18 Nov 1998 00:42:10 +0100 From: "Pål Sommerhein" X-Mailer: Mozilla 4.05 [en] (X11; I; FreeBSD 2.2.7-RELEASE i386) MIME-Version: 1.0 To: Matthew Hunt CC: freebsd-stable@FreeBSD.ORG Subject: Re: How do I check out the 2.2.7-STABLE sources from the repository? References: <3651FBA2.F2A49CA6@ifi.uio.no> <19981117150050.B26428@wopr.caltech.edu> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Matthew Hunt wrote: > > On Tue, Nov 17, 1998 at 11:41:38PM +0100, Pål Sommerhein wrote: > > > After having updated my repository(in /home/ncvs) using cvsup I did: > > # export CVSROOT=/home/ncvs > > # cd /usr > > # cvs co -r RELENG_2_2_7_RELEASE src 2>&1 | tee /var/tmp/co.src.log > > > > I then proceeded with all the necessary steps for make world, and it > > all went well :-). But I started wondering: does it give me the > > "current" state of the 2_2_7 branch? I.e. am I tracking stable doing > > this? > > No, that gives you 2.2.7-RELEASE. To get the latest point along the > 2.2 branch, you should use the tag RELENG_2_2. > > Matt > > -- > Matthew Hunt * UNIX is a lever for the intellect. -J.R. Mashey > http://www.pobox.com/~mph/pgp.key for PGP public key 0x67203349. Thanks(again) Matthew. I thought I had to use RELENG_2_2, but looking at the symbols from $CVSROOT/src/Makefile,v: (is it ok to do: more $CVSROOT/src/Makefile,v?) symbols RELENG_3_0_0_RELEASE:1.220 RELENG_2_2_7_RELEASE:1.109.2.33 ... RELENG_2_2:1.109.0.2 RELENG_2_2_BP:1.109 ... it seemed to me(looking at the revision numbers) that I should be using RELENG_2_2_7_RELEASE. I guess I am a little confused here :-) I think I am in need of asking one more question along this route: What will be the correct way of checking out the ports for the 2.2.7-STABLE branch(and updating)? Thank you, Pål To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Nov 17 15:49:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA12172 for freebsd-stable-outgoing; Tue, 17 Nov 1998 15:49:14 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from wopr.caltech.edu (wopr.caltech.edu [131.215.240.222]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA12166 for ; Tue, 17 Nov 1998 15:49:13 -0800 (PST) (envelope-from mph@wopr.caltech.edu) Received: (from mph@localhost) by wopr.caltech.edu (8.9.1/8.9.1) id PAA27853; Tue, 17 Nov 1998 15:48:41 -0800 (PST) (envelope-from mph) Message-ID: <19981117154840.A27772@wopr.caltech.edu> Date: Tue, 17 Nov 1998 15:48:40 -0800 From: Matthew Hunt To: =?iso-8859-1?Q?P=E5l_Sommerhein?= Cc: freebsd-stable@FreeBSD.ORG Subject: Re: How do I check out the 2.2.7-STABLE sources from the repository? References: <3651FBA2.F2A49CA6@ifi.uio.no> <19981117150050.B26428@wopr.caltech.edu> <365209D2.EC1C5432@ifi.uio.no> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 0.93.2i In-Reply-To: =?iso-8859-1?Q?=3C365209D2=2EEC1C5432=40ifi=2Euio=2Eno=3E=3B_from_P=E5l_?= =?iso-8859-1?Q?Sommerhein_on_Wed=2C_Nov_18=2C_1998_at_12:42:10AM_+0100?= Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Nov 18, 1998 at 12:42:10AM +0100, Pål Sommerhein wrote: > RELENG_2_2_7_RELEASE:1.109.2.33 > RELENG_2_2:1.109.0.2 Your confusion is understandable, but I guess the mysterious inner workings of CVS are such that 1.109.0.2 can be newer than 1.109.2.33. Or perhaps somehow CVS takes that to mean that it should get the highest revision among the 1.109.2.xx revisions. In any case, RELENG_2_2 is definitely what you want. > I think I am in need of asking one more question along this route: > What will be the correct way of checking out the ports for the > 2.2.7-STABLE branch(and updating)? The Ports Collection is not branched (that is, you use the same /usr/ports on either a 2.2 or 3.0 system). Therefore you should just check out the head branch, by not specifying a "-r" argument to cvs. Matt -- Matthew Hunt * UNIX is a lever for the intellect. -J.R. Mashey http://www.pobox.com/~mph/pgp.key for PGP public key 0x67203349. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Nov 17 19:11:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA08159 for freebsd-stable-outgoing; Tue, 17 Nov 1998 19:11:26 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from arl-img-10.compuserve.com (arl-img-10.compuserve.com [149.174.217.140]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA08152 for ; Tue, 17 Nov 1998 19:11:25 -0800 (PST) (envelope-from 70673.3111@compuserve.com) Received: (from mailgate@localhost) by arl-img-10.compuserve.com (8.8.6/8.8.6/2.16) id WAA10622 for freebsd-stable@freebsd.org; Tue, 17 Nov 1998 22:10:55 -0500 (EST) Date: Tue, 17 Nov 1998 22:08:29 -0500 From: Jeffrey Vehrs <70673.3111@compuserve.com> Subject: CVSup & make world To: Blind.Copy.Receiver@compuserve.com Message-ID: <199811172210_MC2-60A4-C43F@compuserve.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Oy! I think I just survived my first cvsup & make world. For some reason, I don't see if it does update with FreeBSD-stable(2.2.6) or not. CVSup is an easy part. Not bad, anyone can do this. Now -- make world is a long and scary road. I followed Nik Clayton's doc at www.nothing-going-on.demon.co.uk/FreeBSD/make-world/make-world.html. I didn't really felt confidence after I went thru this. I have no idea what's working or not. Apparently, I was able to boot up and work on it without problems so far.(knock on wood) Anyway, do "RELEASE #n" tells me that I've updated the system? Right now, it said #1. Before I did this, it was #0. -Jeff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Nov 17 20:39:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA16023 for freebsd-stable-outgoing; Tue, 17 Nov 1998 20:39:53 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA16016 for ; Tue, 17 Nov 1998 20:39:50 -0800 (PST) (envelope-from jdp@polstra.com) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.9.1/8.9.1) with ESMTP id UAA19929; Tue, 17 Nov 1998 20:38:57 -0800 (PST) (envelope-from jdp@polstra.com) From: John Polstra Received: (from jdp@localhost) by vashon.polstra.com (8.9.1/8.9.1) id UAA25265; Tue, 17 Nov 1998 20:38:55 -0800 (PST) (envelope-from jdp@polstra.com) Date: Tue, 17 Nov 1998 20:38:55 -0800 (PST) Message-Id: <199811180438.UAA25265@vashon.polstra.com> To: mph@pobox.com Subject: Re: How do I check out the 2.2.7-STABLE sources from the repository? Newsgroups: polstra.freebsd.stable In-Reply-To: <19981117154840.A27772@wopr.caltech.edu> References: <3651FBA2.F2A49CA6@ifi.uio.no> <19981117150050.B26428@wopr.caltech.edu> <365209D2.EC1C5432@ifi.uio.no> Organization: Polstra & Co., Seattle, WA Cc: stable@FreeBSD.ORG Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In article <19981117154840.A27772@wopr.caltech.edu>, Matthew Hunt wrote: > On Wed, Nov 18, 1998 at 12:42:10AM +0100, Pål Sommerhein wrote: > > > RELENG_2_2_7_RELEASE:1.109.2.33 > > RELENG_2_2:1.109.0.2 > > Your confusion is understandable, but I guess the mysterious inner > workings of CVS are such that 1.109.0.2 can be newer than 1.109.2.33. > Or perhaps somehow CVS takes that to mean that it should get the > highest revision among the 1.109.2.xx revisions. Bingo -- that's exactly it. The magic revision numbers with zeroes in them like a.b.0.xx mean "the highest revision on branch a.b.xx". John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Nobody ever went broke underestimating the taste of the American public." -- H. L. Mencken To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Nov 18 06:12:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA08365 for freebsd-stable-outgoing; Wed, 18 Nov 1998 06:12:45 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from piggy.kharkiv.net (piggy.kharkiv.net [194.44.156.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA08225 for ; Wed, 18 Nov 1998 06:11:51 -0800 (PST) (envelope-from news@piggy.kharkiv.net) Received: (from news@localhost) by piggy.kharkiv.net (8.8.8-MVC/8.8.8/piggy) id QAA24376; Wed, 18 Nov 1998 16:10:59 +0200 (EET) (envelope-from news) To: freebsd-stable@FreeBSD.ORG Subject: 2.2.8-release Date: Wed, 18 Nov 1998 16:10:59 +0200 Message-ID: <3652D573.2781@kharkiv.net> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 3.01 (X11; I; AIX 2) X-Via: News-To-Mail v1.0 From: "Newsgate" Reply-To: "Vadim V. Chepkov" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --> Use Reply-To: for answer to "Vadim V. Chepkov" Hello! > Quick NewsLetter Volume #1 Issue #4 > FreeBSD 2.2.8 is scheduled to be released November 15st Rescheduled? -- Kind regards, Vadim V. Chepkov Kharkiv Online ISP ------------------------------------------------------ Vadim V. Chepkov, Kharkiv State Polytechnic University 13 Frunze Str., Kharkiv, Ukraine, 310002 phone: +380 572 400478 fax: +380 572 400592 e-mail: vvc@kharkiv.net http://www.kharkiv.net/~vvc ------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Nov 18 11:05:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA20654 for freebsd-stable-outgoing; Wed, 18 Nov 1998 11:05:19 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from mail.westbend.net (ns1.westbend.net [156.46.203.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA20648 for ; Wed, 18 Nov 1998 11:05:16 -0800 (PST) (envelope-from hetzels@westbend.net) Received: from admin (admin.westbend.net [156.46.203.13]) by mail.westbend.net (8.8.8/8.8.8) with SMTP id NAA08873; Wed, 18 Nov 1998 13:04:46 -0600 (CST) (envelope-from hetzels@westbend.net) Message-ID: <002b01be1326$4eff6d00$0dcb2e9c@westbend.net> From: "Scot W. Hetzel" To: "Jeffrey Vehrs" <70673.3111@compuserve.com> Cc: "FreeBSD-Stable" Subject: Re: CVSup & make world Date: Wed, 18 Nov 1998 13:04:46 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.0810.800 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.0810.800 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG From: Jeffrey Vehrs <70673.3111@compuserve.com> >Oy! I think I just survived my first cvsup & make world. For some reason, I >don't see if it does update with FreeBSD-stable(2.2.6) or not. > >CVSup is an easy part. Not bad, anyone can do this. Now -- make world is a >long and scary road. I followed Nik Clayton's doc at >www.nothing-going-on.demon.co.uk/FreeBSD/make-world/make-world.html. I >didn't really felt confidence after I went thru this. I have no idea what's >working or not. Apparently, I was able to boot up and work on it without >problems so far.(knock on wood) > >Anyway, do "RELEASE #n" tells me that I've updated the system? Right now, >it said #1. Before I did this, it was #0. > No, it means that you have rebuilt the kernel without doing cd /sys/i386/conf ; config , before rebuilding the kernel. If you have cvsup'd to stable your system should be reporting FreeBSD 2.2.x-STABLE. Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Nov 18 17:54:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA20719 for freebsd-stable-outgoing; Wed, 18 Nov 1998 17:54:38 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from schizo.cdsnet.net (schizo.cdsnet.net [204.118.244.32]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA20714 for ; Wed, 18 Nov 1998 17:54:37 -0800 (PST) (envelope-from mrcpu@internetcds.com) Received: from localhost (mrcpu@localhost) by schizo.cdsnet.net (8.8.8/8.7.3) with SMTP id RAA10589 for ; Wed, 18 Nov 1998 17:51:25 -0800 (PST) Date: Wed, 18 Nov 1998 17:51:25 -0800 (PST) From: Jaye Mathisen X-Sender: mrcpu@schizo.cdsnet.net To: stable@FreeBSD.ORG Subject: Error in makeworld. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Trying to upgrade from 2.2.5 to stable supped today: ===> termcap install -c -o bin -g bin -m 444 termcap termcap.db /usr/share/misc install -c -o bin -g bin -m 444 /usr/src/share/termcap/map3270 /usr/share/misc install -c -o bin -g bin -m 444 termcap.5.gz /usr/share/man/man5 ===> timedef ===> timedef/data for l in da_DK.ISO_8859-1 de_AT.ISO_8859-1 de_DE.ISO_8859-1 en_GB.ISO_8859-1 en_US.ISO_8859-1 es_ES.ISO_8859-1 fi_FI.ISO_8859-1 fr_FR.ISO_8859-1 hr_HR.ISO_8859-2 hu_HU.ISO_8859-2 is_IS.ISO_8859-1 ja_JP.EUC ja_JP.SJIS it_IT.ISO_8859-1 ko_KR.EUC lt_LN.ISO_8859-1 nl_NL.ISO_8859-1 no_NO.ISO_8859-1 pl_PL.ISO_8859-2 pt_PT.ISO_8859-1 ru_SU.CP866 ru_SU.KOI8-R sl_SI.ISO_8859-2 sv_SE.ISO_8859-1; do install -c -m 644 -o bin -g bin $l.out /usr/share/locale/$l/LC_TIME; done install: /usr/share/locale/hu_HU.ISO_8859-2/LC_TIME: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Nov 18 18:04:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA21713 for freebsd-stable-outgoing; Wed, 18 Nov 1998 18:04:45 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from public.bta.net.cn (public.bta.net.cn [202.96.0.97]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA21706; Wed, 18 Nov 1998 18:04:41 -0800 (PST) (envelope-from robinson@public.bta.net.cn) Received: (from robinson@localhost) by public.bta.net.cn (8.9.1/8.9.1) id KAA29588; Thu, 19 Nov 1998 10:02:46 +0800 (GMT) Date: Thu, 19 Nov 1998 10:02:46 +0800 (GMT) From: Michael Robinson Message-Id: <199811190202.KAA29588@public.bta.net.cn> To: michaelg@n-space.com.au, nate@mt.sri.com Subject: Re: green threads vs. native threads ... Cc: boia01@gel.usherb.ca, freebsd-java@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG, gunther@aurora.rg.iupui.edu Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Nate Williams writes: >> I came in on this thread late, so I'm not sure if this has been asked, but >> does the FreeBSD-Java team have any plans for a native threads VM? > >You have to have native-threads in the OS before you can expect to have >the JDK use them. It's kind of a moot point to ask for the JDK to use >something that doesn't exist. Would it be a moot point to ask for the FreeBSD kernel to support native threads? As it is, the FreeBSD Linux emulation is getting more and more broken as more and more software makes use of Linux native threads support. Once FreeBSD gets too far behind the curve in this respect, it will start to lose developer mindshare, and end up a museum piece. -Micahel Robinson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Nov 18 20:48:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA07743 for freebsd-stable-outgoing; Wed, 18 Nov 1998 20:48:32 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from eis-msg-002.jpl.nasa.gov (eis-msg-002.jpl.nasa.gov [137.78.160.158]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA07736 for ; Wed, 18 Nov 1998 20:48:30 -0800 (PST) (envelope-from bkwan@mail1.jpl.nasa.gov) Received: from jpl.nasa.gov ([137.78.161.236]) by eis-msg-002.jpl.nasa.gov (Netscape Mail Server v2.02) with ESMTP id AAA6236 for ; Wed, 18 Nov 1998 20:48:01 -0800 Message-ID: <3653A295.36D7D277@jpl.nasa.gov> Date: Wed, 18 Nov 1998 20:46:13 -0800 From: "Bruce H. Kwan" Reply-To: Bruce.H.Kwan@jpl.nasa.gov X-Mailer: Mozilla 4.05 [en] (X11; I; FreeBSD 2.2.7-RELEASE i386) MIME-Version: 1.0 To: freebsd-stable@FreeBSD.ORG Subject: ncvs Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi- I recently tried to update my system to 2.2.7-stable but had a problem with CVSup. So far, I have run cvsup to grab the files. The *default prefix=/usr as well as the base. However, when I attempt to find out what tags are available using: # cvs log Makefile in my /usr/src directory I get: cvs log: in directory .: cvs log: ignoring CVS/Root because it specifies a non-existent repository /home/ncvs cvs log: No CVSROOT specified! Please use the `-d' option cvs [log aborted]: or set the CVSROOT environment variable. Why was CVS/Root set to /home/ncvs? Do I need to create this directory? Where was it specified? Thanks! Bruce -- ---------------------------------------------------- Bruce H. Kwan Jet Propulsion Laboratory 4800 Oak Grove Dr. MS 161-260 Voice: (818) 354-9250, FAX: (818)393-4643 Email: Bruce.H.Kwan@jpl.nasa.gov To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Nov 18 22:10:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA15374 for freebsd-stable-outgoing; Wed, 18 Nov 1998 22:10:35 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from hil-img-4.compuserve.com (hil-img-4.compuserve.com [149.174.177.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA15362 for ; Wed, 18 Nov 1998 22:10:33 -0800 (PST) (envelope-from 70673.3111@compuserve.com) Received: (from root@localhost) by hil-img-4.compuserve.com (8.8.6/8.8.6/2.16) id BAA21049; Thu, 19 Nov 1998 01:10:05 -0500 (EST) Date: Thu, 19 Nov 1998 01:07:57 -0500 From: Jeffrey Vehrs <70673.3111@compuserve.com> Subject: CVSup & make world To: Blind.Copy.Receiver@compuserve.com Message-ID: <199811190110_MC2-60C1-425E@compuserve.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've created cvsup file from the handbook example. The more I think about what I have done. I realized that I have used RELENG_2_2_6_RELEASE. So, therefore, I'll see RELEASE instead of STABLE. BTW, do I get the "latest" by using RELENG_2_2_x_RELEASE? -- jwv To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Nov 18 22:10:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA15568 for freebsd-stable-outgoing; Wed, 18 Nov 1998 22:10:42 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from dub-img-4.compuserve.com (dub-img-4.compuserve.com [149.174.206.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA15363 for ; Wed, 18 Nov 1998 22:10:34 -0800 (PST) (envelope-from 70673.3111@compuserve.com) Received: (from root@localhost) by dub-img-4.compuserve.com (8.8.6/8.8.6/2.16) id BAA18398; Thu, 19 Nov 1998 01:10:06 -0500 (EST) Date: Thu, 19 Nov 1998 01:07:56 -0500 From: Jeffrey Vehrs <70673.3111@compuserve.com> Subject: CVSup & make world To: Blind.Copy.Receiver@compuserve.com Message-ID: <199811190110_MC2-60C1-425D@compuserve.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >> did you also rebuild your kernel ? (you should, to keep your kernel and utilities synchronized) << Yes. I rebuild the kernel after make world. -- jwv To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Nov 18 23:20:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA21866 for freebsd-stable-outgoing; Wed, 18 Nov 1998 23:20:49 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from shell2.ba.best.com (shell2.ba.best.com [206.184.139.133]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA21861 for ; Wed, 18 Nov 1998 23:20:47 -0800 (PST) (envelope-from asaddi@philosophysw.com) Received: from localhost (asaddi@localhost) by shell2.ba.best.com (8.9.0/8.9.0/best.sh) with ESMTP id XAA27731; Wed, 18 Nov 1998 23:20:04 -0800 (PST) X-Authentication-Warning: shell2.ba.best.com: asaddi owned process doing -bs Date: Wed, 18 Nov 1998 23:20:04 -0800 (PST) From: Allan Saddi X-Sender: asaddi@shell2.ba.best.com To: Jaye Mathisen cc: stable@FreeBSD.ORG Subject: Re: Error in makeworld. In-Reply-To: Message-ID: Organization: Philosophy SoftWorks MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 18 Nov 1998, Jaye Mathisen wrote: > Trying to upgrade from 2.2.5 to stable supped today: > > ... > sv_SE.ISO_8859-1; do install -c -m 644 -o bin -g bin $l.out > /usr/share/locale/$l/LC_TIME; done > install: /usr/share/locale/hu_HU.ISO_8859-2/LC_TIME: No such file or > directory I got the same thing when I upgraded a freshly installed 2.2.7 box to stable. I did get installworld to work, however, by first mkdir'ing /usr/share/locale/hu_HU.ISO_8859-2 and then .../LC_TIME HTH. -- Allan Saddi "The Earth is the cradle of mankind, asaddi@philosophysw.com but we cannot live in the cradle http://www.philosophysw.com/asaddi/ forever." - K.E. Tsiolkovsky To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Nov 19 01:46:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA08466 for freebsd-stable-outgoing; Thu, 19 Nov 1998 01:46:51 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from pc196s233r1.jancomulti.com (pc196s233r1.jancomulti.com [195.139.233.196]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA08460 for ; Thu, 19 Nov 1998 01:46:48 -0800 (PST) (envelope-from paalsom@ifi.uio.no) Received: from ifi.uio.no (localhost [127.0.0.1]) by pc196s233r1.jancomulti.com (8.8.8/8.8.8) with ESMTP id KAA15516; Thu, 19 Nov 1998 10:46:12 +0100 (CET) (envelope-from paalsom@ifi.uio.no) Message-ID: <3653E8D9.1B25E630@ifi.uio.no> Date: Thu, 19 Nov 1998 10:46:01 +0100 From: "Pål Sommerhein" X-Mailer: Mozilla 4.05 [en] (X11; I; FreeBSD 2.2.7-STABLE i386) MIME-Version: 1.0 To: Jaye Mathisen CC: stable@FreeBSD.ORG Subject: Re: Error in makeworld. References: Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jaye Mathisen wrote: > > Trying to upgrade from 2.2.5 to stable supped today: ... > /usr/share/locale/$l/LC_TIME; done > install: /usr/share/locale/hu_HU.ISO_8859-2/LC_TIME: No such file or > directory I also got the same thing. Since it seemed like a directory I didn't need, I did (the same as Allan): # mkdir -p /usr/share/locale/hu_HU.ISO_8859-2/LC_TIME # cd /usr/src # make installworld (The -p option creates the intermediate directories if they don't already exist). After that the installation went through for me without any other stop on the road :-) But shouldn't this be fixed in the makefile? It could save some time for people encountering the same problem(and some frustration maybe). Who should should we turn to? I don't know enough about the structure to go and do it myself (though I hope I will one day :-)). Take care, Pål ---- A _very_ satisfied FreeBSD user. Thanks to everyone who as put their precious time into this _beauty_ of an OS. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Nov 19 04:13:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA23437 for freebsd-stable-outgoing; Thu, 19 Nov 1998 04:13:50 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from numeri.campus.luth.se (numeri.campus.luth.se [130.240.197.103]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA23428 for ; Thu, 19 Nov 1998 04:13:46 -0800 (PST) (envelope-from k@numeri.campus.luth.se) Received: from numeri.campus.luth.se (localhost [127.0.0.1]) by numeri.campus.luth.se (8.8.8/8.8.8) with ESMTP id NAA15030; Thu, 19 Nov 1998 13:17:18 +0100 (CET) (envelope-from k@numeri.campus.luth.se) Message-Id: <199811191217.NAA15030@numeri.campus.luth.se> X-Mailer: exmh version 2.0.2 2/24/98 To: "P l Sommerhein" cc: Jaye Mathisen , stable@FreeBSD.ORG Subject: Re: Error in makeworld. In-reply-to: Your message of "Thu, 19 Nov 1998 10:46:01 +0100." <3653E8D9.1B25E630@ifi.uio.no> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Date: Thu, 19 Nov 1998 13:17:18 +0100 From: Johan Karlsson Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id EAA23432 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At Thu, 19 Nov 1998 10:46:01 +0100, "P l Sommerhein" wrote: >Jaye Mathisen wrote: >> >> Trying to upgrade from 2.2.5 to stable supped today: > ... >> /usr/share/locale/$l/LC_TIME; done >> install: /usr/share/locale/hu_HU.ISO_8859-2/LC_TIME: No such file or >> directory > Try to apply this patch to your source tree ==== *** etc/mtree/BSD.usr.dist.orig Thu Nov 19 12:06:37 1998 --- etc/mtree/BSD.usr.dist Thu Nov 19 11:54:32 1998 *************** *** 314,319 **** --- 314,321 ---- fr_FR.ISO_8859-1 .. hr_HR.ISO_8859-2 + .. + hu_HU.ISO_8859-2 .. is_IS.ISO_8859-1 .. ==== This should fix it. /Johan -- Johan Karlsson mailto:k@numeri.campus.luth.se SWEDEN To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Nov 19 06:14:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA04407 for freebsd-stable-outgoing; Thu, 19 Nov 1998 06:14:40 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from piggy.kharkiv.net (piggy.kharkiv.net [194.44.156.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA04396 for ; Thu, 19 Nov 1998 06:14:01 -0800 (PST) (envelope-from news@piggy.kharkiv.net) Received: (from news@localhost) by piggy.kharkiv.net (8.8.8-MVC/8.8.8/piggy) id QAA03479; Thu, 19 Nov 1998 16:12:53 +0200 (EET) (envelope-from news) To: freebsd-stable@FreeBSD.ORG Subject: freebsd-2.2.8 Date: Thu, 19 Nov 1998 16:12:52 +0200 Message-ID: <36542764.6F59@kharkiv.net> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 3.01 (X11; I; AIX 2) X-Via: News-To-Mail v1.0 From: "Newsgate" Reply-To: "Vadim V. Chepkov" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --> Use Reply-To: for answer to "Vadim V. Chepkov" Hello! > FreeBSD Really-Quick(TM) NewsLetter. > Things Happening in FreeBSD. > Volume #1 Issue #4 > Aug 1998 > > Release Information: The latest RELEASE is 2.2.7-RELEASE. FreeBSD 2.2.8 is scheduled > to be released November 15st. Resheduled? -- Kind regards, Vadim V. Chepkov Kharkiv Online ISP ------------------------------------------------------ Vadim V. Chepkov, Kharkiv State Polytechnic University 13 Frunze Str., Kharkiv, Ukraine, 310002 phone: +380 572 400478 fax: +380 572 400592 e-mail: vvc@kharkiv.net http://www.kharkiv.net/~vvc ------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Nov 19 07:43:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA11563 for freebsd-stable-outgoing; Thu, 19 Nov 1998 07:43:03 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from polaris.we.lc.ehu.es (polaris.we.lc.ehu.es [158.227.6.43]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id HAA11365 for ; Thu, 19 Nov 1998 07:40:20 -0800 (PST) (envelope-from jose@we.lc.ehu.es) Received: from we.lc.ehu.es by polaris.we.lc.ehu.es (SMI-8.6/SMI-SVR4) id QAA18171; Thu, 19 Nov 1998 16:39:38 +0100 Message-ID: <36543BBA.80CEE769@we.lc.ehu.es> Date: Thu, 19 Nov 1998 16:39:38 +0100 From: "José Mª Alcaide" Organization: Universidad del País Vasco - Dept. de Electricidad y Electrónica X-Mailer: Mozilla 4.06 [en] (X11; I; FreeBSD 2.2.7-STABLE i386) MIME-Version: 1.0 To: freebsd-stable@FreeBSD.ORG Subject: Re: freebsd-2.2.8 References: <36542764.6F59@kharkiv.net> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Newsgate wrote: > > > > Release Information: The latest RELEASE is 2.2.7-RELEASE. FreeBSD 2.2.8 is scheduled > > to be released November 15st. > > Resheduled? > I don't know the reasons for the delay of 2.2.8-RELEASE, and I'm not worried about that. However, the XFree86 Project announces XFree86 version 3.3.3 to be released in "late 1998", and I think that delaying the release of FreeBSD 2.2.8 in order to include XFree86 3.3.3 would be a nice idea. -- JMA ----------------------------------------------------------------------- José Mª Alcaide | mailto:jose@we.lc.ehu.es Universidad del País Vasco | http://www.we.lc.ehu.es/~jose Dpto. de Electricidad y Electrónica | Facultad de Ciencias - Campus de Lejona | Tel.: +34-946012479 48940 Lejona (Vizcaya) - SPAIN | Fax: +34-944858139 ----------------------------------------------------------------------- "Go ahead... make my day." - H. Callahan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Nov 19 08:48:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA18702 for freebsd-stable-outgoing; Thu, 19 Nov 1998 08:48:09 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA18687 for ; Thu, 19 Nov 1998 08:48:05 -0800 (PST) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca13-199.ix.netcom.com [209.109.238.199]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id IAA12285; Thu, 19 Nov 1998 08:47:37 -0800 (PST) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id IAA13058; Thu, 19 Nov 1998 08:47:33 -0800 (PST) Date: Thu, 19 Nov 1998 08:47:33 -0800 (PST) Message-Id: <199811191647.IAA13058@silvia.hip.berkeley.edu> To: jose@we.lc.ehu.es CC: freebsd-stable@FreeBSD.ORG In-reply-to: <36543BBA.80CEE769@we.lc.ehu.es> (jose@we.lc.ehu.es) Subject: Re: freebsd-2.2.8 From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG It was rescheduled a while back. This is the current plan: 11/20: code "slush" of src 11/25: code freeze of ports 11/30: release Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Nov 19 09:04:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA21048 for freebsd-stable-outgoing; Thu, 19 Nov 1998 09:04:48 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from ctcdist.com. ([199.3.192.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA21039 for ; Thu, 19 Nov 1998 09:04:45 -0800 (PST) (envelope-from placej@ctcdist.com) Received: (from placej@localhost) by ctcdist.com. (8.8.8/8.8.7) id MAA06780; Thu, 19 Nov 1998 12:04:28 -0500 (EST) (envelope-from placej) Message-ID: <19981119120428.A6759@ctcdist.com> Date: Thu, 19 Nov 1998 12:04:28 -0500 From: "John C. Place" To: stable@FreeBSD.ORG Subject: Re: freebsd-2.2.8 Reply-To: "John C. Place" Mail-Followup-To: stable@freebsd.org References: <36543BBA.80CEE769@we.lc.ehu.es> <199811191647.IAA13058@silvia.hip.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <199811191647.IAA13058@silvia.hip.berkeley.edu>; from Satoshi Asami on Thu, Nov 19, 1998 at 08:47:33AM -0800 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Nov 19, 1998 at 08:47:33AM -0800, Satoshi Asami wrote: > It was rescheduled a while back. This is the current plan: > Reguard less of the status of Xfree86 3.3.3.3 ? John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Nov 19 10:43:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA04114 for freebsd-stable-outgoing; Thu, 19 Nov 1998 10:43:50 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from schizo.cdsnet.net (schizo.cdsnet.net [204.118.244.32]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA04109 for ; Thu, 19 Nov 1998 10:43:48 -0800 (PST) (envelope-from mrcpu@internetcds.com) Received: from localhost (mrcpu@localhost) by schizo.cdsnet.net (8.8.8/8.7.3) with ESMTP id KAA14544; Thu, 19 Nov 1998 10:40:30 -0800 (PST) Date: Thu, 19 Nov 1998 10:40:30 -0800 (PST) From: Jaye Mathisen X-Sender: mrcpu@schizo.cdsnet.net To: Pål Sommerhein cc: stable@FreeBSD.ORG Subject: Re: Error in makeworld. In-Reply-To: <3653E8D9.1B25E630@ifi.uio.no> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Perhaps the mtree files need to be updated. On Thu, 19 Nov 1998, Pål Sommerhein wrote: > Jaye Mathisen wrote: > > > > Trying to upgrade from 2.2.5 to stable supped today: > ... > > /usr/share/locale/$l/LC_TIME; done > > install: /usr/share/locale/hu_HU.ISO_8859-2/LC_TIME: No such file or > > directory > > I also got the same thing. Since it seemed like a directory I didn't > need, I did (the same as Allan): > # mkdir -p /usr/share/locale/hu_HU.ISO_8859-2/LC_TIME > # cd /usr/src > # make installworld > (The -p option creates the intermediate directories if they don't > already exist). > > After that the installation went through for me without any > other stop on the road :-) > > But shouldn't this be fixed in the makefile? It could save some > time for people encountering the same problem(and some frustration > maybe). Who should should we turn to? I don't know enough > about the structure to go and do it myself (though I hope I will > one day :-)). > > Take care, > Pål > > ---- > A _very_ satisfied FreeBSD user. > Thanks to everyone who as put their > precious time into this _beauty_ of an OS. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Nov 19 11:49:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA11984 for freebsd-stable-outgoing; Thu, 19 Nov 1998 11:49:58 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from pc196s233r1.jancomulti.com (pc196s233r1.jancomulti.com [195.139.233.196]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA11976 for ; Thu, 19 Nov 1998 11:49:53 -0800 (PST) (envelope-from paalsom@ifi.uio.no) Received: from ifi.uio.no (localhost [127.0.0.1]) by pc196s233r1.jancomulti.com (8.8.8/8.8.8) with ESMTP id UAA00437; Thu, 19 Nov 1998 20:49:03 +0100 (CET) (envelope-from paalsom@ifi.uio.no) Message-ID: <36547627.8D7D6B07@ifi.uio.no> Date: Thu, 19 Nov 1998 20:48:55 +0100 From: "Pål Sommerhein" X-Mailer: Mozilla 4.05 [en] (X11; I; FreeBSD 2.2.7-STABLE i386) MIME-Version: 1.0 To: Jaye Mathisen CC: stable@FreeBSD.ORG Subject: Re: Error in makeworld. References: Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jaye Mathisen wrote: > > Perhaps the mtree files need to be updated. > > On Thu, 19 Nov 1998, Pål Sommerhein wrote: > > > Jaye Mathisen wrote: > > > > > > Trying to upgrade from 2.2.5 to stable supped today: > > ... > > > /usr/share/locale/$l/LC_TIME; done > > > install: /usr/share/locale/hu_HU.ISO_8859-2/LC_TIME: No such file or > > > directory > > > > I also got the same thing. Since it seemed like a directory I didn't > > need, I did (the same as Allan): > > # mkdir -p /usr/share/locale/hu_HU.ISO_8859-2/LC_TIME > > # cd /usr/src > > # make installworld > > (The -p option creates the intermediate directories if they don't > > already exist). > > > > After that the installation went through for me without any > > other stop on the road :-) > > > > But shouldn't this be fixed in the makefile? It could save some > > time for people encountering the same problem(and some frustration > > maybe). Who should should we turn to? I don't know enough > > about the structure to go and do it myself (though I hope I will > > one day :-)). > > > > Take care, > > Pål > > Hello I have updated the tree, but I still had to apply the suggested patch Johan provided. I will test it on my next upgrade, though I am quite sure it will work looking through the file /etc/mtree/BSD.usr.dist. Thanks for your time Jaye :-) Regards, Pål To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Nov 19 17:46:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA23938 for freebsd-stable-outgoing; Thu, 19 Nov 1998 17:46:46 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA23933 for ; Thu, 19 Nov 1998 17:46:45 -0800 (PST) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sjx-ca115-49.ix.netcom.com [207.223.162.113]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id RAA12876 for ; Thu, 19 Nov 1998 17:46:15 -0800 (PST) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id RAA27525; Thu, 19 Nov 1998 17:46:12 -0800 (PST) Date: Thu, 19 Nov 1998 17:46:12 -0800 (PST) Message-Id: <199811200146.RAA27525@silvia.hip.berkeley.edu> To: stable@FreeBSD.ORG Subject: extremely slow cc1plus From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I've been compiling some stuff on a recent -stable (the package building machine) and just noticed this: === PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND 29928 root 96 0 12772K 12108K RUN 8:07 56.80% 56.80% cc1plus : === This is the command line: === g++ -O2 -DDEBUG -DAMULET2_CONVERSION -I/usr/ports/devel/amulet/work/amulet/include -I/usr/X11R6/include -Wall -DGCC -DMEMORY -DDEFAULT_AMULET_DIR=\"/usr/X11R6/share/amulet\" -fpic -c /usr/ports/devel/amulet/work/amulet/src/widgets/testwidgets.cc -o /usr/ports/devel/amulet/work/amulet/src/widgets/testwidgets.o === and this is the size of the source file. === ## wc devel/amulet/work/amulet/src/widgets/testwidgets.cc 1922 6190 63054 devel/amulet/work/amulet/src/widgets/testwidgets.cc === I guess it could be including a thousand headers or something, but is g++ supposed to take *eight* CPU minutes (and counting) to compile a 2,000 line source file? Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Nov 19 17:51:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA24471 for freebsd-stable-outgoing; Thu, 19 Nov 1998 17:51:40 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA24464 for ; Thu, 19 Nov 1998 17:51:38 -0800 (PST) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sjx-ca115-49.ix.netcom.com [207.223.162.113]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id RAA12883; Thu, 19 Nov 1998 17:51:09 -0800 (PST) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id RAA27556; Thu, 19 Nov 1998 17:51:05 -0800 (PST) Date: Thu, 19 Nov 1998 17:51:05 -0800 (PST) Message-Id: <199811200151.RAA27556@silvia.hip.berkeley.edu> To: asami@cs.berkeley.edu CC: stable@FreeBSD.ORG In-reply-to: <199811200146.RAA27525@silvia.hip.berkeley.edu> (asami@cs.berkeley.edu) Subject: Re: extremely slow cc1plus From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * I've been compiling some stuff on a recent -stable (the package * building machine) and just noticed this: * * === * PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND * 29928 root 96 0 12772K 12108K RUN 8:07 56.80% 56.80% cc1plus * : * === Hm. The compilation (of this file) just finished, I think it took about 10 CPU minutes. I got a bunch of error messages frem the assembler, I don't know if it's related. === : g++ -O2 -DDEBUG -DAMULET2_CONVERSION -I/usr/ports/devel/amulet/work/amulet/include -I/usr/X11R6/include -Wall -DGCC -DMEMORY -DDEFAULT_AMULET_DIR=\"/usr/X11R6/share/amulet\" -fpic -c /usr/ports/devel/amulet/work/amulet/src/widgets/testwidgets.cc -o /usr/ports/devel/amulet/work/amulet/src/widgets/testwidgets.o /var/tmp/cci29926.s: Assembler messages: /var/tmp/cci29926.s:18493: Warning: GOT relocation burb: `_do_pop_up_choice_proc__FG9Am_Object' should be global /var/tmp/cci29926.s:18493: Warning: GOT relocation burb: `_do_pop_up_string_proc__FG9Am_Object' should be global /var/tmp/cci29926.s:18493: Warning: GOT relocation burb: `_do_pop_up_alert_proc__FG9Am_Object' should be global /var/tmp/cci29926.s:18493: Warning: GOT relocation burb: `_do_pop_up_error_proc__FG9Am_Object' should be global /var/tmp/cci29926.s:18493: Warning: GOT relocation burb: `_create_new_object_proc__FG9Am_ObjectG17Am_Inter_LocationT0' should be global /var/tmp/cci29926.s:18493: Warning: GOT relocation burb: `_as_line_if_shift_proc__FR9Am_Object' should be global /var/tmp/cci29926.s:18493: Warning: GOT relocation burb: `_compute_feedback_obj_proc__FR9Am_Object' should be global /var/tmp/cci29926.s:18493: Warning: GOT relocation burb: `_h_scroll_on_top_form_proc__FR9Am_Object' should be global /var/tmp/cci29926.s:18493: Warning: GOT relocation burb: `_v_scroll_on_left_form_proc__FR9Am_Object' should be global /var/tmp/cci29926.s:18493: Warning: GOT relocation burb: `_v_scroll_bar_form_proc__FR9Am_Object' should be global /var/tmp/cci29926.s:18493: Warning: GOT relocation burb: `_h_scroll_bar_form_proc__FR9Am_Object' should be global /var/tmp/cci29926.s:18493: Warning: GOT relocation burb: `_owner_height_minus_20_proc__FR9Am_Object' should be global /var/tmp/cci29926.s:18493: Warning: GOT relocation burb: `_owner_width_minus_20_proc__FR9Am_Object' should be global /var/tmp/cci29926.s:18493: Warning: GOT relocation burb: `_color_from_panel_proc__FR9Am_Object' should be global /var/tmp/cci29926.s:18493: Warning: GOT relocation burb: `_name_from_value_proc__FR9Am_Object' should be global /var/tmp/cci29926.s:18493: Warning: GOT relocation burb: `_get_other_form_proc__FR9Am_Object' should be global /var/tmp/cci29926.s:18493: Warning: GOT relocation burb: `_abort_method_proc__FG9Am_Object' should be global /var/tmp/cci29926.s:18493: Warning: GOT relocation burb: `_do_quit_proc__FG9Am_Object' should be global /var/tmp/cci29926.s:18493: Warning: GOT relocation burb: `_change_setting_proc__FG9Am_Object' should be global /var/tmp/cci29926.s:18493: Warning: GOT relocation burb: `_check_num_method_proc__FR9Am_ObjectT0' should be global /var/tmp/cci29926.s:18493: Warning: GOT relocation burb: `_do_redo_proc__FG9Am_Object' should be global /var/tmp/cci29926.s:18493: Warning: GOT relocation burb: `_do_undo_proc__FG9Am_Object' should be global /var/tmp/cci29926.s:18493: Warning: GOT relocation burb: `_fixed_width_form_proc__FR9Am_Object' should be global /var/tmp/cci29926.s:18493: Warning: GOT relocation burb: `_fixed_height_form_proc__FR9Am_Object' should be global /var/tmp/cci29926.s:18493: Warning: GOT relocation burb: `_on_left_form_proc__FR9Am_Object' should be global /var/tmp/cci29926.s:18493: Warning: GOT relocation burb: `_value_from_cycle_command_proc__FR9Am_Object' should be global /var/tmp/cci29926.s:18493: Warning: GOT relocation burb: `_same_as_sameas_proc__FR9Am_Object' should be global /var/tmp/cci29926.s:18493: Warning: GOT relocation burb: `_set_look_proc__FG9Am_Object' should be global /var/tmp/cci29926.s:18493: Warning: GOT relocation burb: `_look_is_me_proc__FR9Am_Object' should be global /var/tmp/cci29926.s:18493: Warning: GOT relocation burb: `_my_do_proc__FG9Am_Object' should be global g++ -O2 -DDEBUG -DAMULET2_CONVERSION -I/usr/ports/devel/amulet/work/amulet/include -I/usr/X11R6/include -Wall -DGCC -DMEMORY -DDEFAULT_AMULET_DIR=\"/usr/X11R6/share/amulet\" /usr/ports/devel/amulet/work/amulet/src/widgets/testwidgets.o -L/usr/ports/devel/amulet/work/amulet/lib -lamulet -L/usr/X11R6/lib -lX11 -lm -o testwidgets : === Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Nov 19 20:17:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA07583 for freebsd-stable-outgoing; Thu, 19 Nov 1998 20:17:34 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from ogurok.com (ogurok.com [208.212.72.37]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA07562 for ; Thu, 19 Nov 1998 20:17:32 -0800 (PST) (envelope-from oleg@ogurok.com) Received: from nexus (nexus.globix.net [204.254.224.103]) by ogurok.com (8.9.1/8.9.1) with SMTP id XAA06383 for ; Thu, 19 Nov 1998 23:22:20 -0500 (EST) (envelope-from oleg@ogurok.com) Message-ID: <018801be143c$c68ee780$67e0fecc@nexus.globix.net> From: "Oleg Ogurok" To: Subject: Can't "make world" on 3.0-RELEASE. Date: Thu, 19 Nov 1998 23:18:07 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0185_01BE1412.DD974DC0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3155.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0185_01BE1412.DD974DC0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, All. I just installed fresh version of 3.0-RELEASE, installed cvsup and got = CURENT sources, then I tried to "make world", but got an error. Then I removed all /usr/src/ and ran cvsup again. Here's what I am = getting (last 100 lines). The config file for cvsup I got from = /usr/src/share/cvsup/ I believe. ---------------------------------- cd /usr/src/lib/libutil && /usr/obj/usr/src/tmp/usr/bin/make = beforeinstall install -C -o bin -g bin -m 444 /usr/src/lib/libutil/libutil.h = /usr/obj/usr/src/tmp/usr/include install -C -o bin -g bin -m 444 /usr/src/lib/libutil/login_cap.h = /usr/obj/usr/src/tmp/usr/include cd /usr/src/lib/libz && /usr/obj/usr/src/tmp/usr/bin/make beforeinstall install -C -o bin -g bin -m 444 /usr/src/lib/libz/zconf.h = /usr/obj/usr/src/tmp/usr/include install -C -o bin -g bin -m 444 /usr/src/lib/libz/zlib.h = /usr/obj/usr/src/tmp/usr/include -------------------------------------------------------------- Rebuilding tools needed to build the libraries -------------------------------------------------------------- cd /usr/src && = PATH=3D/usr/obj/usr/src/tmp/sbin:/usr/obj/usr/src/tmp/usr/sbin:/usr/obj/u= sr/src/tmp/bin:/usr/obj/usr/src/tmp/usr/bin:/sbin:/bin:/usr/sbin:/usr/bin= :/usr/games:/usr/local/bin:/usr/X11R6/bin:/root/bin = BISON_SIMPLE=3D/usr/obj/usr/src/tmp/usr/share/misc/bison.simple = COMPILER_PATH=3D/usr/obj/usr/src/tmp/usr/libexec:/usr/obj/usr/src/tmp/usr= /bin GCC_EXEC_PREFIX=3D/usr/obj/usr/src/tmp/usr/lib/ = LD_LIBRARY_PATH=3D/usr/obj/usr/src/tmp/usr/lib = LIBRARY_PATH=3D/usr/obj/usr/src/tmp/usr/lib:/usr/obj/usr/src/tmp/usr/lib = NOEXTRADEPEND=3Dt /usr/obj/usr/src/tmp/usr/bin/make = DESTDIR=3D/usr/obj/usr/src/tmp lib-tools cd /usr/src/gnu/usr.bin/gperf && /usr/obj/usr/src/tmp/usr/bin/make = depend && /usr/obj/usr/src/tmp/usr/bin/make -DNOINFO -DNOMAN = -DNOPROFILE all && /usr/obj/usr/src/tmp/usr/bin/make -DNOINFO -DNOMAN = -DNOPROFILE -B install cleandir obj rm -f .depend mkdep -f .depend -a -D_HAVE_PARAM_H -DLO_CAL -DGATHER_STATISTICS = -I/usr/obj/usr/src/tmp/usr/include = /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/options.c = /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/iterator.c = /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/main.c = /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/perfect.c = /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/keylist.c = /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/listnode.c = /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/xmalloc.c = /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/hashtable.c = /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/boolarray.c = /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/readline.c = /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/stderr.c = /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/version.c = /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/getopt.c =3D=3D=3D> doc cc -O -D_HAVE_PARAM_H -DLO_CAL -DGATHER_STATISTICS = -I/usr/obj/usr/src/tmp/usr/include -c = /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/options.c cc -O -D_HAVE_PARAM_H -DLO_CAL -DGATHER_STATISTICS = -I/usr/obj/usr/src/tmp/usr/include -c = /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/iterator.c cc -O -D_HAVE_PARAM_H -DLO_CAL -DGATHER_STATISTICS = -I/usr/obj/usr/src/tmp/usr/include -c = /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/main.c cc -O -D_HAVE_PARAM_H -DLO_CAL -DGATHER_STATISTICS = -I/usr/obj/usr/src/tmp/usr/include -c = /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/perfect.c cc -O -D_HAVE_PARAM_H -DLO_CAL -DGATHER_STATISTICS = -I/usr/obj/usr/src/tmp/usr/include -c = /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/keylist.c cc -O -D_HAVE_PARAM_H -DLO_CAL -DGATHER_STATISTICS = -I/usr/obj/usr/src/tmp/usr/include -c = /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/listnode.c cc -O -D_HAVE_PARAM_H -DLO_CAL -DGATHER_STATISTICS = -I/usr/obj/usr/src/tmp/usr/include -c = /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/xmalloc.c cc -O -D_HAVE_PARAM_H -DLO_CAL -DGATHER_STATISTICS = -I/usr/obj/usr/src/tmp/usr/include -c = /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/hashtable.c cc -O -D_HAVE_PARAM_H -DLO_CAL -DGATHER_STATISTICS = -I/usr/obj/usr/src/tmp/usr/include -c = /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/boolarray.c cc -O -D_HAVE_PARAM_H -DLO_CAL -DGATHER_STATISTICS = -I/usr/obj/usr/src/tmp/usr/include -c = /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/readline.c cc -O -D_HAVE_PARAM_H -DLO_CAL -DGATHER_STATISTICS = -I/usr/obj/usr/src/tmp/usr/include -c = /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/stderr.c cc -O -D_HAVE_PARAM_H -DLO_CAL -DGATHER_STATISTICS = -I/usr/obj/usr/src/tmp/usr/include -c = /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/version.c cc -O -D_HAVE_PARAM_H -DLO_CAL -DGATHER_STATISTICS = -I/usr/obj/usr/src/tmp/usr/include -c = /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/getopt.c cc -O -D_HAVE_PARAM_H -DLO_CAL -DGATHER_STATISTICS = -I/usr/obj/usr/src/tmp/usr/include -o gperf options.o iterator.o main.o = perfect.o keylist.o listnode.o xmalloc.o hashtable.o boolarray.o = readline.o stderr.o version.o getopt.o =20 =3D=3D=3D> doc install -c -s -o bin -g bin -m 555 gperf /usr/obj/usr/src/tmp/usr/bin =3D=3D=3D> doc =3D=3D=3D> doc /usr/obj/usr/src/gnu/usr.bin/gperf created for = /usr/src/gnu/usr.bin/gperf =3D=3D=3D> doc /usr/obj/usr/src/gnu/usr.bin/gperf/doc created for = /usr/src/gnu/usr.bin/gperf/doc cd /usr/src/gnu/usr.bin/ld && /usr/obj/usr/src/tmp/usr/bin/make depend = && /usr/obj/usr/src/tmp/usr/bin/make -DNOINFO -DNOMAN -DNOPROFILE all = && /usr/obj/usr/src/tmp/usr/bin/make -DNOINFO -DNOMAN -DNOPROFILE -B = install cleandir obj rm -f .depend mkdep -f .depend -a -I/usr/src/gnu/usr.bin/ld = -I/usr/src/gnu/usr.bin/ld/i386 = -I/usr/src/gnu/usr.bin/ld/../../../contrib/gcc -DIN_GCC = -DDEMANGLE_CPLUSPLUS -I/usr/obj/usr/src/tmp/usr/include = /usr/src/gnu/usr.bin/ld/ld.c /usr/src/gnu/usr.bin/ld/symbol.c = /usr/src/gnu/usr.bin/ld/lib.c /usr/src/gnu/usr.bin/ld/shlib.c = /usr/src/gnu/usr.bin/ld/warnings.c /usr/src/gnu/usr.bin/ld/support.c = /usr/src/gnu/usr.bin/ld/rrs.c /usr/src/gnu/usr.bin/ld/xbits.c = /usr/src/gnu/usr.bin/ld/i386/md.c = /usr/src/gnu/usr.bin/ld/../../../contrib/gcc/cplus-dem.c =3D=3D=3D> ldconfig rm -f .depend mkdep -f .depend -a -I/usr/src/gnu/usr.bin/ld/ldconfig/.. = -I/usr/src/gnu/usr.bin/ld/ldconfig = -I/usr/src/gnu/usr.bin/ld/ldconfig/../i386 = -I/usr/obj/usr/src/tmp/usr/include = /usr/src/gnu/usr.bin/ld/ldconfig/ldconfig.c = /usr/src/gnu/usr.bin/ld/ldconfig/../shlib.c = /usr/src/gnu/usr.bin/ld/ldconfig/../support.c =3D=3D=3D> ldd rm -f .depend mkdep -f .depend -a -I/usr/obj/usr/src/tmp/usr/include = /usr/src/gnu/usr.bin/ld/ldd/ldd.c /usr/src/gnu/usr.bin/ld/ldd/sods.c =3D=3D=3D> rtld rm -f .depend mkdep -f .depend -a -I/usr/src/gnu/usr.bin/ld/rtld/.. = -I/usr/src/gnu/usr.bin/ld/rtld -I/usr/src/gnu/usr.bin/ld/rtld/../i386 = -DRTLD -I/usr/obj/usr/src/tmp/usr/include = /usr/src/gnu/usr.bin/ld/rtld/../i386/mdprologue.S mkdep -f .depend -a -I/usr/src/gnu/usr.bin/ld/rtld/.. = -I/usr/src/gnu/usr.bin/ld/rtld -I/usr/src/gnu/usr.bin/ld/rtld/../i386 = -DRTLD -I/usr/obj/usr/src/tmp/usr/include = /usr/src/gnu/usr.bin/ld/rtld/rtld.c = /usr/src/gnu/usr.bin/ld/rtld/malloc.c = /usr/src/gnu/usr.bin/ld/rtld/../shlib.c = /usr/src/gnu/usr.bin/ld/rtld/../i386/md.c = /usr/src/gnu/usr.bin/ld/rtld/../support.c = /usr/src/gnu/usr.bin/ld/rtld/sbrk.c cc -O -I/usr/src/gnu/usr.bin/ld -I/usr/src/gnu/usr.bin/ld/i386 = -I/usr/src/gnu/usr.bin/ld/../../../contrib/gcc -DIN_GCC = -DDEMANGLE_CPLUSPLUS -I/usr/obj/usr/src/tmp/usr/include -c = /usr/src/gnu/usr.bin/ld/ld.c cc -O -I/usr/src/gnu/usr.bin/ld -I/usr/src/gnu/usr.bin/ld/i386 = -I/usr/src/gnu/usr.bin/ld/../../../contrib/gcc -DIN_GCC = -DDEMANGLE_CPLUSPLUS -I/usr/obj/usr/src/tmp/usr/include -c = /usr/src/gnu/usr.bin/ld/symbol.c cc -O -I/usr/src/gnu/usr.bin/ld -I/usr/src/gnu/usr.bin/ld/i386 = -I/usr/src/gnu/usr.bin/ld/../../../contrib/gcc -DIN_GCC = -DDEMANGLE_CPLUSPLUS -I/usr/obj/usr/src/tmp/usr/include -c = /usr/src/gnu/usr.bin/ld/lib.c cc -O -I/usr/src/gnu/usr.bin/ld -I/usr/src/gnu/usr.bin/ld/i386 = -I/usr/src/gnu/usr.bin/ld/../../../contrib/gcc -DIN_GCC = -DDEMANGLE_CPLUSPLUS -I/usr/obj/usr/src/tmp/usr/include -c = /usr/src/gnu/usr.bin/ld/shlib.c cc -O -I/usr/src/gnu/usr.bin/ld -I/usr/src/gnu/usr.bin/ld/i386 = -I/usr/src/gnu/usr.bin/ld/../../../contrib/gcc -DIN_GCC = -DDEMANGLE_CPLUSPLUS -I/usr/obj/usr/src/tmp/usr/include -c = /usr/src/gnu/usr.bin/ld/warnings.c cc -O -I/usr/src/gnu/usr.bin/ld -I/usr/src/gnu/usr.bin/ld/i386 = -I/usr/src/gnu/usr.bin/ld/../../../contrib/gcc -DIN_GCC = -DDEMANGLE_CPLUSPLUS -I/usr/obj/usr/src/tmp/usr/include -c = /usr/src/gnu/usr.bin/ld/support.c cc -O -I/usr/src/gnu/usr.bin/ld -I/usr/src/gnu/usr.bin/ld/i386 = -I/usr/src/gnu/usr.bin/ld/../../../contrib/gcc -DIN_GCC = -DDEMANGLE_CPLUSPLUS -I/usr/obj/usr/src/tmp/usr/include -c = /usr/src/gnu/usr.bin/ld/rrs.c cc -O -I/usr/src/gnu/usr.bin/ld -I/usr/src/gnu/usr.bin/ld/i386 = -I/usr/src/gnu/usr.bin/ld/../../../contrib/gcc -DIN_GCC = -DDEMANGLE_CPLUSPLUS -I/usr/obj/usr/src/tmp/usr/include -c = /usr/src/gnu/usr.bin/ld/xbits.c cc -O -I/usr/src/gnu/usr.bin/ld -I/usr/src/gnu/usr.bin/ld/i386 = -I/usr/src/gnu/usr.bin/ld/../../../contrib/gcc -DIN_GCC = -DDEMANGLE_CPLUSPLUS -I/usr/obj/usr/src/tmp/usr/include -c = /usr/src/gnu/usr.bin/ld/i386/md.c cc -O -I/usr/src/gnu/usr.bin/ld -I/usr/src/gnu/usr.bin/ld/i386 = -I/usr/src/gnu/usr.bin/ld/../../../contrib/gcc -DIN_GCC = -DDEMANGLE_CPLUSPLUS -I/usr/obj/usr/src/tmp/usr/include -c = /usr/src/gnu/usr.bin/ld/../../../contrib/gcc/cplus-dem.c cc -O -I/usr/src/gnu/usr.bin/ld -I/usr/src/gnu/usr.bin/ld/i386 = -I/usr/src/gnu/usr.bin/ld/../../../contrib/gcc -DIN_GCC = -DDEMANGLE_CPLUSPLUS -I/usr/obj/usr/src/tmp/usr/include -static -o ld = ld.o symbol.o lib.o shlib.o warnings.o support.o rrs.o xbits.o md.o = cplus-dem.o =20 =3D=3D=3D> ldconfig cc -O -I/usr/src/gnu/usr.bin/ld/ldconfig/.. = -I/usr/src/gnu/usr.bin/ld/ldconfig = -I/usr/src/gnu/usr.bin/ld/ldconfig/../i386 = -I/usr/obj/usr/src/tmp/usr/include -c = /usr/src/gnu/usr.bin/ld/ldconfig/ldconfig.c cc -O -I/usr/src/gnu/usr.bin/ld/ldconfig/.. = -I/usr/src/gnu/usr.bin/ld/ldconfig = -I/usr/src/gnu/usr.bin/ld/ldconfig/../i386 = -I/usr/obj/usr/src/tmp/usr/include -c = /usr/src/gnu/usr.bin/ld/ldconfig/../shlib.c cc -O -I/usr/src/gnu/usr.bin/ld/ldconfig/.. = -I/usr/src/gnu/usr.bin/ld/ldconfig = -I/usr/src/gnu/usr.bin/ld/ldconfig/../i386 = -I/usr/obj/usr/src/tmp/usr/include -c = /usr/src/gnu/usr.bin/ld/ldconfig/../support.c cc -O -I/usr/src/gnu/usr.bin/ld/ldconfig/.. = -I/usr/src/gnu/usr.bin/ld/ldconfig = -I/usr/src/gnu/usr.bin/ld/ldconfig/../i386 = -I/usr/obj/usr/src/tmp/usr/include -static -o ldconfig ldconfig.o = shlib.o support.o =20 =3D=3D=3D> ldd cc -O -Wall -I/usr/obj/usr/src/tmp/usr/include -c = /usr/src/gnu/usr.bin/ld/ldd/ldd.c /usr/src/gnu/usr.bin/ld/ldd/ldd.c: In function `main': /usr/src/gnu/usr.bin/ld/ldd/ldd.c:98: warning: implicit declaration of = function `dump_file' cc -O -Wall -I/usr/obj/usr/src/tmp/usr/include -c = /usr/src/gnu/usr.bin/ld/ldd/sods.c cc -O -Wall -I/usr/obj/usr/src/tmp/usr/include -o ldd ldd.o sods.o =20 =3D=3D=3D> rtld cc -O -I/usr/src/gnu/usr.bin/ld/rtld/.. -I/usr/src/gnu/usr.bin/ld/rtld = -I/usr/src/gnu/usr.bin/ld/rtld/../i386 -fpic -fno-function-cse -DRTLD = -I/usr/obj/usr/src/tmp/usr/include -c = /usr/src/gnu/usr.bin/ld/rtld/../i386/mdprologue.S cc -O -I/usr/src/gnu/usr.bin/ld/rtld/.. -I/usr/src/gnu/usr.bin/ld/rtld = -I/usr/src/gnu/usr.bin/ld/rtld/../i386 -fpic -fno-function-cse -DRTLD = -I/usr/obj/usr/src/tmp/usr/include -c = /usr/src/gnu/usr.bin/ld/rtld/rtld.c cc -O -I/usr/src/gnu/usr.bin/ld/rtld/.. -I/usr/src/gnu/usr.bin/ld/rtld = -I/usr/src/gnu/usr.bin/ld/rtld/../i386 -fpic -fno-function-cse -DRTLD = -I/usr/obj/usr/src/tmp/usr/include -c = /usr/src/gnu/usr.bin/ld/rtld/malloc.c cc -O -I/usr/src/gnu/usr.bin/ld/rtld/.. -I/usr/src/gnu/usr.bin/ld/rtld = -I/usr/src/gnu/usr.bin/ld/rtld/../i386 -fpic -fno-function-cse -DRTLD = -I/usr/obj/usr/src/tmp/usr/include -c = /usr/src/gnu/usr.bin/ld/rtld/../shlib.c cc -O -I/usr/src/gnu/usr.bin/ld/rtld/.. -I/usr/src/gnu/usr.bin/ld/rtld = -I/usr/src/gnu/usr.bin/ld/rtld/../i386 -fpic -fno-function-cse -DRTLD = -I/usr/obj/usr/src/tmp/usr/include -c = /usr/src/gnu/usr.bin/ld/rtld/../i386/md.c cc -O -I/usr/src/gnu/usr.bin/ld/rtld/.. -I/usr/src/gnu/usr.bin/ld/rtld = -I/usr/src/gnu/usr.bin/ld/rtld/../i386 -fpic -fno-function-cse -DRTLD = -I/usr/obj/usr/src/tmp/usr/include -c = /usr/src/gnu/usr.bin/ld/rtld/../support.c cc -O -I/usr/src/gnu/usr.bin/ld/rtld/.. -I/usr/src/gnu/usr.bin/ld/rtld = -I/usr/src/gnu/usr.bin/ld/rtld/../i386 -fpic -fno-function-cse -DRTLD = -I/usr/obj/usr/src/tmp/usr/include -c = /usr/src/gnu/usr.bin/ld/rtld/sbrk.c cc -O -I/usr/src/gnu/usr.bin/ld/rtld/.. -I/usr/src/gnu/usr.bin/ld/rtld = -I/usr/src/gnu/usr.bin/ld/rtld/../i386 -fpic -fno-function-cse -DRTLD = -I/usr/obj/usr/src/tmp/usr/include -nostdlib -Wl,-Bshareable = -Wl,-Bsymbolic -Wl,-assert -Wl,nosymbolic -o ld.so mdprologue.o rtld.o = malloc.o shlib.o md.o support.o sbrk.o -lc_pic -lgcc_pic mdprologue.o(.text+0x22): undefined reference to `_rtld' mdprologue.o(.text+0x40): undefined reference to `_binder' rtld.o: In function `reloc_map': rtld.o(.text+0xe99): undefined reference to `binder_entry' *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. viking# exit viking# exit Script done on Thu Nov 19 23:10:05 1998 ------=_NextPart_000_0185_01BE1412.DD974DC0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi, All.

I just = installed fresh=20 version of 3.0-RELEASE, installed cvsup and got CURENT sources, then I = tried to=20 "make world", but got an error.
Then I removed all /usr/src/ = and ran cvsup=20 again. Here's what I am getting (last 100 lines). The config file for = cvsup I=20 got from /usr/src/share/cvsup/ I believe.
 
----------------------------------
 
cd /usr/src/lib/libutil && = /usr/obj/usr/src/tmp/usr/bin/make=20 beforeinstall
install -C -o bin -g bin -m 444=20 /usr/src/lib/libutil/libutil.h  = /usr/obj/usr/src/tmp/usr/include
install=20 -C -o bin -g bin -m 444 /usr/src/lib/libutil/login_cap.h =20 /usr/obj/usr/src/tmp/usr/include
cd /usr/src/lib/libz &&=20 /usr/obj/usr/src/tmp/usr/bin/make beforeinstall
install -C -o bin -g = bin -m=20 444 /usr/src/lib/libz/zconf.h  = /usr/obj/usr/src/tmp/usr/include
install=20 -C -o bin -g bin -m 444 /usr/src/lib/libz/zlib.h =20 /usr/obj/usr/src/tmp/usr/include

---------------------------------= -----------------------------
Rebuilding=20 tools needed to build the=20 libraries
------------------------------------------------------------= --
cd=20 /usr/src &&=20 PATH=3D/usr/obj/usr/src/tmp/sbin:/usr/obj/usr/src/tmp/usr/sbin:/usr/obj/u= sr/src/tmp/bin:/usr/obj/usr/src/tmp/usr/bin:/sbin:/bin:/usr/sbin:/usr/bin= :/usr/games:/usr/local/bin:/usr/X11R6/bin:/root/bin=20 BISON_SIMPLE=3D/usr/obj/usr/src/tmp/usr/share/misc/bison.simple =20 COMPILER_PATH=3D/usr/obj/usr/src/tmp/usr/libexec:/usr/obj/usr/src/tmp/usr= /bin =20 GCC_EXEC_PREFIX=3D/usr/obj/usr/src/tmp/usr/lib/ =20 LD_LIBRARY_PATH=3D/usr/obj/usr/src/tmp/usr/lib =20 LIBRARY_PATH=3D/usr/obj/usr/src/tmp/usr/lib:/usr/obj/usr/src/tmp/usr/lib = NOEXTRADEPEND=3Dt /usr/obj/usr/src/tmp/usr/bin/make = DESTDIR=3D/usr/obj/usr/src/tmp=20 lib-tools
cd /usr/src/gnu/usr.bin/gperf &&=20 /usr/obj/usr/src/tmp/usr/bin/make depend && =20 /usr/obj/usr/src/tmp/usr/bin/make -DNOINFO -DNOMAN -DNOPROFILE all=20 &&  /usr/obj/usr/src/tmp/usr/bin/make -DNOINFO -DNOMAN = -DNOPROFILE=20 -B install cleandir obj
rm -f .depend
mkdep -f .depend=20 -a    -D_HAVE_PARAM_H -DLO_CAL -DGATHER_STATISTICS=20 -I/usr/obj/usr/src/tmp/usr/include =20 /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/options.c=20 /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/iterator.c=20 /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/main.c=20 /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/perfect.c=20 /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/keylist.c=20 /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/listnode.c=20 /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/xmalloc.c=20 /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/hashtable.c=20 /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/boolarray.c=20 /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/readline.c=20 /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/stderr.c=20 /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/version.c=20 /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/getopt.c
=3D=3D=3D= >=20 doc
cc -O -D_HAVE_PARAM_H -DLO_CAL -DGATHER_STATISTICS  =20 -I/usr/obj/usr/src/tmp/usr/include -c=20 /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/options.c
cc -O = -D_HAVE_PARAM_H -DLO_CAL -DGATHER_STATISTICS  =20 -I/usr/obj/usr/src/tmp/usr/include -c=20 /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/iterator.c
cc = -O=20 -D_HAVE_PARAM_H -DLO_CAL -DGATHER_STATISTICS  =20 -I/usr/obj/usr/src/tmp/usr/include -c=20 /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/main.c
cc -O=20 -D_HAVE_PARAM_H -DLO_CAL -DGATHER_STATISTICS  =20 -I/usr/obj/usr/src/tmp/usr/include -c=20 /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/perfect.c
cc -O = -D_HAVE_PARAM_H -DLO_CAL -DGATHER_STATISTICS  =20 -I/usr/obj/usr/src/tmp/usr/include -c=20 /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/keylist.c
cc -O = -D_HAVE_PARAM_H -DLO_CAL -DGATHER_STATISTICS  =20 -I/usr/obj/usr/src/tmp/usr/include -c=20 /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/listnode.c
cc = -O=20 -D_HAVE_PARAM_H -DLO_CAL -DGATHER_STATISTICS  =20 -I/usr/obj/usr/src/tmp/usr/include -c=20 /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/xmalloc.c
cc -O = -D_HAVE_PARAM_H -DLO_CAL -DGATHER_STATISTICS  =20 -I/usr/obj/usr/src/tmp/usr/include -c=20 /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/hashtable.c
cc = -O=20 -D_HAVE_PARAM_H -DLO_CAL -DGATHER_STATISTICS  =20 -I/usr/obj/usr/src/tmp/usr/include -c=20 /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/boolarray.c
cc = -O=20 -D_HAVE_PARAM_H -DLO_CAL -DGATHER_STATISTICS  =20 -I/usr/obj/usr/src/tmp/usr/include -c=20 /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/readline.c
cc = -O=20 -D_HAVE_PARAM_H -DLO_CAL -DGATHER_STATISTICS  =20 -I/usr/obj/usr/src/tmp/usr/include -c=20 /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/stderr.c
cc -O=20 -D_HAVE_PARAM_H -DLO_CAL -DGATHER_STATISTICS  =20 -I/usr/obj/usr/src/tmp/usr/include -c=20 /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/version.c
cc -O = -D_HAVE_PARAM_H -DLO_CAL -DGATHER_STATISTICS  =20 -I/usr/obj/usr/src/tmp/usr/include -c=20 /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/getopt.c
cc -O=20 -D_HAVE_PARAM_H -DLO_CAL -DGATHER_STATISTICS  =20 -I/usr/obj/usr/src/tmp/usr/include  -o gperf options.o iterator.o = main.o=20 perfect.o keylist.o listnode.o xmalloc.o hashtable.o boolarray.o = readline.o=20 stderr.o version.o getopt.o 
=3D=3D=3D> doc
install -c -s = -o bin -g bin=20 -m 555   gperf /usr/obj/usr/src/tmp/usr/bin
=3D=3D=3D> = doc
=3D=3D=3D>=20 doc
/usr/obj/usr/src/gnu/usr.bin/gperf created for=20 /usr/src/gnu/usr.bin/gperf
=3D=3D=3D>=20 doc
/usr/obj/usr/src/gnu/usr.bin/gperf/doc created for=20 /usr/src/gnu/usr.bin/gperf/doc
cd /usr/src/gnu/usr.bin/ld &&=20 /usr/obj/usr/src/tmp/usr/bin/make depend && =20 /usr/obj/usr/src/tmp/usr/bin/make -DNOINFO -DNOMAN -DNOPROFILE all=20 &&  /usr/obj/usr/src/tmp/usr/bin/make -DNOINFO -DNOMAN = -DNOPROFILE=20 -B install cleandir obj
rm -f .depend
mkdep -f .depend=20 -a    -I/usr/src/gnu/usr.bin/ld = -I/usr/src/gnu/usr.bin/ld/i386=20 -I/usr/src/gnu/usr.bin/ld/../../../contrib/gcc -DIN_GCC = -DDEMANGLE_CPLUSPLUS=20 -I/usr/obj/usr/src/tmp/usr/include  /usr/src/gnu/usr.bin/ld/ld.c=20 /usr/src/gnu/usr.bin/ld/symbol.c /usr/src/gnu/usr.bin/ld/lib.c=20 /usr/src/gnu/usr.bin/ld/shlib.c /usr/src/gnu/usr.bin/ld/warnings.c=20 /usr/src/gnu/usr.bin/ld/support.c /usr/src/gnu/usr.bin/ld/rrs.c=20 /usr/src/gnu/usr.bin/ld/xbits.c /usr/src/gnu/usr.bin/ld/i386/md.c=20 /usr/src/gnu/usr.bin/ld/../../../contrib/gcc/cplus-dem.c
=3D=3D=3D>= =20 ldconfig
rm -f .depend
mkdep -f .depend -a   =20 -I/usr/src/gnu/usr.bin/ld/ldconfig/.. -I/usr/src/gnu/usr.bin/ld/ldconfig = -I/usr/src/gnu/usr.bin/ld/ldconfig/../i386=20 -I/usr/obj/usr/src/tmp/usr/include =20 /usr/src/gnu/usr.bin/ld/ldconfig/ldconfig.c=20 /usr/src/gnu/usr.bin/ld/ldconfig/../shlib.c=20 /usr/src/gnu/usr.bin/ld/ldconfig/../support.c
=3D=3D=3D> ldd
rm = -f=20 .depend
mkdep -f .depend -a   =20 -I/usr/obj/usr/src/tmp/usr/include  = /usr/src/gnu/usr.bin/ld/ldd/ldd.c=20 /usr/src/gnu/usr.bin/ld/ldd/sods.c
=3D=3D=3D> rtld
rm -f = .depend
mkdep -f=20 .depend -a    -I/usr/src/gnu/usr.bin/ld/rtld/..=20 -I/usr/src/gnu/usr.bin/ld/rtld -I/usr/src/gnu/usr.bin/ld/rtld/../i386 = -DRTLD=20 -I/usr/obj/usr/src/tmp/usr/include   =20 /usr/src/gnu/usr.bin/ld/rtld/../i386/mdprologue.S
mkdep -f .depend=20 -a    -I/usr/src/gnu/usr.bin/ld/rtld/..=20 -I/usr/src/gnu/usr.bin/ld/rtld -I/usr/src/gnu/usr.bin/ld/rtld/../i386 = -DRTLD=20 -I/usr/obj/usr/src/tmp/usr/include  = /usr/src/gnu/usr.bin/ld/rtld/rtld.c=20 /usr/src/gnu/usr.bin/ld/rtld/malloc.c = /usr/src/gnu/usr.bin/ld/rtld/../shlib.c=20 /usr/src/gnu/usr.bin/ld/rtld/../i386/md.c=20 /usr/src/gnu/usr.bin/ld/rtld/../support.c=20 /usr/src/gnu/usr.bin/ld/rtld/sbrk.c
cc -O -I/usr/src/gnu/usr.bin/ld=20 -I/usr/src/gnu/usr.bin/ld/i386 =20 -I/usr/src/gnu/usr.bin/ld/../../../contrib/gcc -DIN_GCC=20 -DDEMANGLE_CPLUSPLUS   -I/usr/obj/usr/src/tmp/usr/include -c=20 /usr/src/gnu/usr.bin/ld/ld.c
cc -O -I/usr/src/gnu/usr.bin/ld=20 -I/usr/src/gnu/usr.bin/ld/i386 =20 -I/usr/src/gnu/usr.bin/ld/../../../contrib/gcc -DIN_GCC=20 -DDEMANGLE_CPLUSPLUS   -I/usr/obj/usr/src/tmp/usr/include -c=20 /usr/src/gnu/usr.bin/ld/symbol.c
cc -O -I/usr/src/gnu/usr.bin/ld=20 -I/usr/src/gnu/usr.bin/ld/i386 =20 -I/usr/src/gnu/usr.bin/ld/../../../contrib/gcc -DIN_GCC=20 -DDEMANGLE_CPLUSPLUS   -I/usr/obj/usr/src/tmp/usr/include -c=20 /usr/src/gnu/usr.bin/ld/lib.c
cc -O -I/usr/src/gnu/usr.bin/ld=20 -I/usr/src/gnu/usr.bin/ld/i386 =20 -I/usr/src/gnu/usr.bin/ld/../../../contrib/gcc -DIN_GCC=20 -DDEMANGLE_CPLUSPLUS   -I/usr/obj/usr/src/tmp/usr/include -c=20 /usr/src/gnu/usr.bin/ld/shlib.c
cc -O -I/usr/src/gnu/usr.bin/ld=20 -I/usr/src/gnu/usr.bin/ld/i386 =20 -I/usr/src/gnu/usr.bin/ld/../../../contrib/gcc -DIN_GCC=20 -DDEMANGLE_CPLUSPLUS   -I/usr/obj/usr/src/tmp/usr/include -c=20 /usr/src/gnu/usr.bin/ld/warnings.c
cc -O -I/usr/src/gnu/usr.bin/ld=20 -I/usr/src/gnu/usr.bin/ld/i386 =20 -I/usr/src/gnu/usr.bin/ld/../../../contrib/gcc -DIN_GCC=20 -DDEMANGLE_CPLUSPLUS   -I/usr/obj/usr/src/tmp/usr/include -c=20 /usr/src/gnu/usr.bin/ld/support.c
cc -O -I/usr/src/gnu/usr.bin/ld=20 -I/usr/src/gnu/usr.bin/ld/i386 =20 -I/usr/src/gnu/usr.bin/ld/../../../contrib/gcc -DIN_GCC=20 -DDEMANGLE_CPLUSPLUS   -I/usr/obj/usr/src/tmp/usr/include -c=20 /usr/src/gnu/usr.bin/ld/rrs.c
cc -O -I/usr/src/gnu/usr.bin/ld=20 -I/usr/src/gnu/usr.bin/ld/i386 =20 -I/usr/src/gnu/usr.bin/ld/../../../contrib/gcc -DIN_GCC=20 -DDEMANGLE_CPLUSPLUS   -I/usr/obj/usr/src/tmp/usr/include -c=20 /usr/src/gnu/usr.bin/ld/xbits.c
cc -O -I/usr/src/gnu/usr.bin/ld=20 -I/usr/src/gnu/usr.bin/ld/i386 =20 -I/usr/src/gnu/usr.bin/ld/../../../contrib/gcc -DIN_GCC=20 -DDEMANGLE_CPLUSPLUS   -I/usr/obj/usr/src/tmp/usr/include -c=20 /usr/src/gnu/usr.bin/ld/i386/md.c
cc -O -I/usr/src/gnu/usr.bin/ld=20 -I/usr/src/gnu/usr.bin/ld/i386 =20 -I/usr/src/gnu/usr.bin/ld/../../../contrib/gcc -DIN_GCC=20 -DDEMANGLE_CPLUSPLUS   -I/usr/obj/usr/src/tmp/usr/include -c=20 /usr/src/gnu/usr.bin/ld/../../../contrib/gcc/cplus-dem.c
cc -O=20 -I/usr/src/gnu/usr.bin/ld -I/usr/src/gnu/usr.bin/ld/i386 =20 -I/usr/src/gnu/usr.bin/ld/../../../contrib/gcc -DIN_GCC=20 -DDEMANGLE_CPLUSPLUS   = -I/usr/obj/usr/src/tmp/usr/include =20 -static -o ld ld.o symbol.o lib.o shlib.o warnings.o support.o rrs.o = xbits.o=20 md.o cplus-dem.o 
=3D=3D=3D> ldconfig
cc -O=20 -I/usr/src/gnu/usr.bin/ld/ldconfig/.. -I/usr/src/gnu/usr.bin/ld/ldconfig = -I/usr/src/gnu/usr.bin/ld/ldconfig/../i386  =20 -I/usr/obj/usr/src/tmp/usr/include -c=20 /usr/src/gnu/usr.bin/ld/ldconfig/ldconfig.c
cc -O=20 -I/usr/src/gnu/usr.bin/ld/ldconfig/.. -I/usr/src/gnu/usr.bin/ld/ldconfig = -I/usr/src/gnu/usr.bin/ld/ldconfig/../i386  =20 -I/usr/obj/usr/src/tmp/usr/include -c=20 /usr/src/gnu/usr.bin/ld/ldconfig/../shlib.c
cc -O=20 -I/usr/src/gnu/usr.bin/ld/ldconfig/.. -I/usr/src/gnu/usr.bin/ld/ldconfig = -I/usr/src/gnu/usr.bin/ld/ldconfig/../i386  =20 -I/usr/obj/usr/src/tmp/usr/include -c=20 /usr/src/gnu/usr.bin/ld/ldconfig/../support.c
cc -O=20 -I/usr/src/gnu/usr.bin/ld/ldconfig/.. -I/usr/src/gnu/usr.bin/ld/ldconfig = -I/usr/src/gnu/usr.bin/ld/ldconfig/../i386  =20 -I/usr/obj/usr/src/tmp/usr/include  -static -o ldconfig ldconfig.o = shlib.o=20 support.o 
=3D=3D=3D> ldd
cc -O -Wall  =20 -I/usr/obj/usr/src/tmp/usr/include -c=20 /usr/src/gnu/usr.bin/ld/ldd/ldd.c
/usr/src/gnu/usr.bin/ld/ldd/ldd.c: = In=20 function `main':
/usr/src/gnu/usr.bin/ld/ldd/ldd.c:98: warning: = implicit=20 declaration of function `dump_file'
cc -O -Wall  =20 -I/usr/obj/usr/src/tmp/usr/include -c = /usr/src/gnu/usr.bin/ld/ldd/sods.c
cc=20 -O -Wall   -I/usr/obj/usr/src/tmp/usr/include  -o ldd = ldd.o=20 sods.o 
=3D=3D=3D> rtld
cc -O = -I/usr/src/gnu/usr.bin/ld/rtld/..=20 -I/usr/src/gnu/usr.bin/ld/rtld -I/usr/src/gnu/usr.bin/ld/rtld/../i386 = -fpic=20 -fno-function-cse -DRTLD   -I/usr/obj/usr/src/tmp/usr/include = -c=20 /usr/src/gnu/usr.bin/ld/rtld/../i386/mdprologue.S
cc -O=20 -I/usr/src/gnu/usr.bin/ld/rtld/.. -I/usr/src/gnu/usr.bin/ld/rtld=20 -I/usr/src/gnu/usr.bin/ld/rtld/../i386 -fpic -fno-function-cse=20 -DRTLD   -I/usr/obj/usr/src/tmp/usr/include -c=20 /usr/src/gnu/usr.bin/ld/rtld/rtld.c
cc -O = -I/usr/src/gnu/usr.bin/ld/rtld/..=20 -I/usr/src/gnu/usr.bin/ld/rtld -I/usr/src/gnu/usr.bin/ld/rtld/../i386 = -fpic=20 -fno-function-cse -DRTLD   -I/usr/obj/usr/src/tmp/usr/include = -c=20 /usr/src/gnu/usr.bin/ld/rtld/malloc.c
cc -O = -I/usr/src/gnu/usr.bin/ld/rtld/..=20 -I/usr/src/gnu/usr.bin/ld/rtld -I/usr/src/gnu/usr.bin/ld/rtld/../i386 = -fpic=20 -fno-function-cse -DRTLD   -I/usr/obj/usr/src/tmp/usr/include = -c=20 /usr/src/gnu/usr.bin/ld/rtld/../shlib.c
cc -O=20 -I/usr/src/gnu/usr.bin/ld/rtld/.. -I/usr/src/gnu/usr.bin/ld/rtld=20 -I/usr/src/gnu/usr.bin/ld/rtld/../i386 -fpic -fno-function-cse=20 -DRTLD   -I/usr/obj/usr/src/tmp/usr/include -c=20 /usr/src/gnu/usr.bin/ld/rtld/../i386/md.c
cc -O=20 -I/usr/src/gnu/usr.bin/ld/rtld/.. -I/usr/src/gnu/usr.bin/ld/rtld=20 -I/usr/src/gnu/usr.bin/ld/rtld/../i386 -fpic -fno-function-cse=20 -DRTLD   -I/usr/obj/usr/src/tmp/usr/include -c=20 /usr/src/gnu/usr.bin/ld/rtld/../support.c
cc -O=20 -I/usr/src/gnu/usr.bin/ld/rtld/.. -I/usr/src/gnu/usr.bin/ld/rtld=20 -I/usr/src/gnu/usr.bin/ld/rtld/../i386 -fpic -fno-function-cse=20 -DRTLD   -I/usr/obj/usr/src/tmp/usr/include -c=20 /usr/src/gnu/usr.bin/ld/rtld/sbrk.c
cc -O = -I/usr/src/gnu/usr.bin/ld/rtld/..=20 -I/usr/src/gnu/usr.bin/ld/rtld -I/usr/src/gnu/usr.bin/ld/rtld/../i386 = -fpic=20 -fno-function-cse -DRTLD   = -I/usr/obj/usr/src/tmp/usr/include =20 -nostdlib -Wl,-Bshareable -Wl,-Bsymbolic -Wl,-assert -Wl,nosymbolic -o = ld.so=20 mdprologue.o rtld.o malloc.o shlib.o md.o support.o sbrk.o  -lc_pic = -lgcc_pic
mdprologue.o(.text+0x22): undefined reference to=20 `_rtld'
mdprologue.o(.text+0x40): undefined reference to = `_binder'
rtld.o:=20 In function `reloc_map':
rtld.o(.text+0xe99): undefined reference to=20 `binder_entry'
*** Error code 1

Stop.
*** Error code=20 1

Stop.
*** Error code 1

Stop.
*** Error code=20 1

Stop.
viking# exit
viking# exit

Script done on Thu = Nov 19=20 23:10:05 1998
------=_NextPart_000_0185_01BE1412.DD974DC0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Nov 19 20:37:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA10277 for freebsd-stable-outgoing; Thu, 19 Nov 1998 20:37:43 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from ogurok.com (ogurok.com [208.212.72.37]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA10248; Thu, 19 Nov 1998 20:37:37 -0800 (PST) (envelope-from oleg@ogurok.com) Received: from nexus (nexus.globix.net [204.254.224.103]) by ogurok.com (8.9.1/8.9.1) with SMTP id XAA06479; Thu, 19 Nov 1998 23:42:25 -0500 (EST) (envelope-from oleg@ogurok.com) Message-ID: <020701be143f$94f79020$67e0fecc@nexus.globix.net> From: "Oleg Ogurok" To: , Subject: Can't "make world" in 3.0-RELEASE, to STABLE. Date: Thu, 19 Nov 1998 23:38:11 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0204_01BE1415.AB581DA0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3155.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0204_01BE1415.AB581DA0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, All,=20 I just posted my problem with "make world". Sorry, it's not CURENT, it's STABLE. I am trying to update 3.0-RELEASE = to STABLE. I got the config file "stable-supfile" from = /usr/src/share/examples/. -Oleg. ------=_NextPart_000_0204_01BE1415.AB581DA0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi, All,
 
I just posted my problem with = "make=20 world".
Sorry, it's not CURENT, it's STABLE. = I am trying=20 to update 3.0-RELEASE to STABLE. I got the config file=20 "stable-supfile" from /usr/src/share/examples/.
 
 
-Oleg.
------=_NextPart_000_0204_01BE1415.AB581DA0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Nov 19 20:50:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA11723 for freebsd-stable-outgoing; Thu, 19 Nov 1998 20:50:24 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from pegasus.azstarnet.com (pegasus.azstarnet.com [169.197.56.194]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA11716 for ; Thu, 19 Nov 1998 20:50:22 -0800 (PST) (envelope-from nave@azstarnet.com) Received: from lhasa.azstarnet.com (dialup02ip003.tus.azstarnet.com [169.197.30.131]) by pegasus.azstarnet.com (8.8.5-nerd/8.8.5) with ESMTP id VAA11626 for ; Thu, 19 Nov 1998 21:49:37 -0700 (MST) X-Sent-via: StarNet http://www.azstarnet.com/ Received: (from nave@localhost) by lhasa.azstarnet.com (8.8.8/8.8.8) id VAA02923 for freebsd-stable@freebsd.org; Thu, 19 Nov 1998 21:47:45 -0700 (MST) (envelope-from nave) Message-ID: <19981119214744.A2916@azstarnet.com> Date: Thu, 19 Nov 1998 21:47:44 -0700 From: Evan Parry To: freebsd-stable@FreeBSD.ORG Subject: Re: Can't "make world" in 3.0-RELEASE, to STABLE. References: <020701be143f$94f79020$67e0fecc@nexus.globix.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <020701be143f$94f79020$67e0fecc@nexus.globix.net>; from Oleg Ogurok on Thu, Nov 19, 1998 at 11:38:11PM -0500 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Nov 19, 1998 at 11:38:11PM -0500, Oleg Ogurok wrote: > Hi, All, > > I just posted my problem with "make world". > Sorry, it's not CURENT, it's STABLE. I am trying to update 3.0-RELEASE to STABLE. I got the config file "stable-supfile" from /usr/src/share/examples/. > > As far as I know, there is no STABLE branch for 3.0 and all 3.0 changes are still going into 3.0-CURRENT. If you want the latest 3.0 stuff get the CURRENT sources by using standard-supfile. If you are looking for stability, 3.0 is probably not the best choice to begin with. -- Evan Parry nave@azstarnet.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Nov 19 20:59:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA12926 for freebsd-stable-outgoing; Thu, 19 Nov 1998 20:59:16 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from laker.net (jet.laker.net [205.245.74.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA12812; Thu, 19 Nov 1998 20:59:13 -0800 (PST) (envelope-from sfriedri@laker.net) Received: from nt (digital-pbi-121.laker.net [208.0.233.21]) by laker.net (8.9.0/8.9.LAKERNET.NO-SPAM.SPAMMERS.AND.RELAYS.WILL.BE.TRACKED.AND.PROSECUTED.) with SMTP id XAA28504; Thu, 19 Nov 1998 23:58:43 -0500 Message-Id: <199811200458.XAA28504@laker.net> From: "Steve Friedrich" To: "freebsd-current@FreeBSD.ORG" , "freebsd-stable@FreeBSD.ORG" , "Oleg Ogurok" Date: Thu, 19 Nov 1998 23:56:38 -0500 Reply-To: "Steve Friedrich" X-Mailer: PMMail 98 Professional (2.01.1600) For Windows NT (4.0.1381;3) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: Can't "make world" in 3.0-RELEASE, to STABLE. Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --Original Message Text--- From: Oleg Ogurok Date: Thu, 19 Nov 1998 23:38:11 -0500 I just posted my problem with "make world". Sorry, it's not CURENT, it's STABLE. I am trying to update 3.0-RELEASE to STABLE. I got the config file "stable-supfile" from /usr/src/share/examples/. You can't update 3.0-RELEASE to -stable, because -stable is the 2.2 line!! You need to track -current. I strongly suggest that you reinstall 3.0-RELEASE and then cvsup -current, don't try to "fix" it any other way (unless you have backup tapes from just after installing 3.0-R). Unix systems measure "uptime" in years, Winblows measures it in minutes. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Nov 20 08:39:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA20845 for freebsd-stable-outgoing; Fri, 20 Nov 1998 08:39:06 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from pc196s233r1.jancomulti.com (pc196s233r1.jancomulti.com [195.139.233.196]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA20840 for ; Fri, 20 Nov 1998 08:39:02 -0800 (PST) (envelope-from paalsom@ifi.uio.no) Received: from ifi.uio.no (localhost [127.0.0.1]) by pc196s233r1.jancomulti.com (8.8.8/8.8.8) with ESMTP id RAA01284; Fri, 20 Nov 1998 17:38:25 +0100 (CET) (envelope-from paalsom@ifi.uio.no) Message-ID: <36559AFD.DA75DC8F@ifi.uio.no> Date: Fri, 20 Nov 1998 17:38:21 +0100 From: "Pål Sommerhein" X-Mailer: Mozilla 4.05 [en] (X11; I; FreeBSD 2.2.7-STABLE i386) MIME-Version: 1.0 To: Satoshi Asami CC: stable@FreeBSD.ORG Subject: Re: extremely slow cc1plus References: <199811200146.RAA27525@silvia.hip.berkeley.edu> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Satoshi Asami wrote: > > Hi, > > I've been compiling some stuff on a recent -stable (the package > building machine) and just noticed this: > > === > PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND > 29928 root 96 0 12772K 12108K RUN 8:07 56.80% 56.80% cc1plus > : > === > > This is the command line: > > === > g++ -O2 -DDEBUG -DAMULET2_CONVERSION -I/usr/ports/devel/amulet/work/amulet/include -I/usr/X11R6/include -Wall -DGCC -DMEMORY -DDEFAULT_AMULET_DIR=\"/usr/X11R6/share/amulet\" -fpic -c /usr/ports/devel/amulet/work/amulet/src/widgets/testwidgets.cc -o /usr/ports/devel/amulet/work/amulet/src/widgets/testwidgets.o > === > > and this is the size of the source file. > > === > ## wc devel/amulet/work/amulet/src/widgets/testwidgets.cc > 1922 6190 63054 devel/amulet/work/amulet/src/widgets/testwidgets.cc > === > > I guess it could be including a thousand headers or something, but is > g++ supposed to take *eight* CPU minutes (and counting) to compile a > 2,000 line source file? > > Satoshi > I don't know if this is related, but I upgraded to 2.2-STABLE two days ago. Then I did(after checking out the ports) # cd /usr/ports # make readmes It took several hours, comparable to the time it took to 'make world'. I found this surprising. Does it really take that long? (my machine does a make world in about 3 hours). So long, Pål To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Nov 20 09:11:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA23949 for freebsd-stable-outgoing; Fri, 20 Nov 1998 09:11:34 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA23943; Fri, 20 Nov 1998 09:11:32 -0800 (PST) (envelope-from jdp@polstra.com) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.9.1/8.9.1) with ESMTP id JAA03692; Fri, 20 Nov 1998 09:10:59 -0800 (PST) (envelope-from jdp@polstra.com) From: John Polstra Received: (from jdp@localhost) by vashon.polstra.com (8.9.1/8.9.1) id JAA18141; Fri, 20 Nov 1998 09:10:58 -0800 (PST) (envelope-from jdp@polstra.com) Date: Fri, 20 Nov 1998 09:10:58 -0800 (PST) Message-Id: <199811201710.JAA18141@vashon.polstra.com> To: asami@FreeBSD.ORG Subject: Re: extremely slow cc1plus Newsgroups: polstra.freebsd.stable In-Reply-To: <199811200151.RAA27556@silvia.hip.berkeley.edu> Organization: Polstra & Co., Seattle, WA Cc: stable@FreeBSD.ORG Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In article <199811200151.RAA27556@silvia.hip.berkeley.edu>, Satoshi Asami wrote: > * I've been compiling some stuff on a recent -stable (the package > * building machine) and just noticed this: > * > * === > * PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND > * 29928 root 96 0 12772K 12108K RUN 8:07 56.80% 56.80% cc1plus > * : > * === > > Hm. The compilation (of this file) just finished, I think it took > about 10 CPU minutes. Welcome to the wonderful world of C++. It's the best thing that ever happened to Starbucks. > I got a bunch of error messages frem the assembler, I don't know if > it's related. > > === > : > g++ -O2 -DDEBUG -DAMULET2_CONVERSION -I/usr/ports/devel/amulet/work/amulet/include -I/usr/X11R6/include -Wall -DGCC -DMEMORY -DDEFAULT_AMULET_DIR=\"/usr/X11R6/share/amulet\" -fpic -c /usr/ports/devel/amulet/work/amulet/src/widgets/testwidgets.cc -o /usr/ports/devel/amulet/work/amulet/src/widgets/testwidgets.o > /var/tmp/cci29926.s: Assembler messages: > /var/tmp/cci29926.s:18493: Warning: GOT relocation burb: `_do_pop_up_choice_proc__FG9Am_Object' should be global > /var/tmp/cci29926.s:18493: Warning: GOT relocation burb: `_do_pop_up_string_proc__FG9Am_Object' should be global [...] These messages aren't related to the compilation time. But they may cause problems during execution. These problems won't happen on an ELF system. (One of the benefits of switching.) I doubt that they'll ever be fixed for a.out. I 've fixed some of them before, but the ones that remain would be very difficult to fix. John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Nobody ever went broke underestimating the taste of the American public." -- H. L. Mencken To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Nov 20 09:30:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA26044 for freebsd-stable-outgoing; Fri, 20 Nov 1998 09:30:36 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from whale.whale.zo.ntu.edu.tw ([140.112.80.50]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id JAA25813 for ; Fri, 20 Nov 1998 09:29:27 -0800 (PST) (envelope-from f4225010@ms.cc.ntu.edu.tw) Received: from ms.cc.ntu.edu.tw (WHALE.whale.zo.ntu.edu.tw [140.112.80.50]) by whale.whale.zo.ntu.edu.tw (Netscape Mail Server v2.02) with ESMTP id AAA102 for ; Sat, 21 Nov 1998 01:16:48 +0800 Message-ID: <3655A400.D1F10035@ms.cc.ntu.edu.tw> Date: Sat, 21 Nov 1998 01:16:48 +0800 From: Ming-Chih Wang X-Mailer: Mozilla 4.5 [en] (WinNT; I) X-Accept-Language: zh-TW,en MIME-Version: 1.0 To: freebsd-stable@FreeBSD.ORG Subject: subscribe freebsd-stable Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG subscribe freebsd-stable To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Nov 20 12:06:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA10218 for freebsd-stable-outgoing; Fri, 20 Nov 1998 12:06:07 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from mail.domainbank.net (mail.domainbank.net [206.245.166.36]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA10160 for ; Fri, 20 Nov 1998 12:05:55 -0800 (PST) (envelope-from adam@idomains.net) Received: from tiger ([24.229.32.19]) by mail.domainbank.net (Post.Office MTA v3.1.2 release (PO205-101c) ID# 1-666L) with SMTP id AAA291 for ; Fri, 20 Nov 1998 14:58:09 -0500 Message-ID: <001101be14c0$ef137a20$0501a8c0@tiger> Reply-To: "Adam Breaux" From: "Adam Breaux" To: Date: Fri, 20 Nov 1998 15:00:43 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0006_01BE1496.8C079670" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0006_01BE1496.8C079670 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable subscribe ------=_NextPart_000_0006_01BE1496.8C079670 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
subscribe
------=_NextPart_000_0006_01BE1496.8C079670-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Nov 20 15:28:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA06494 for freebsd-stable-outgoing; Fri, 20 Nov 1998 15:28:50 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06485 for ; Fri, 20 Nov 1998 15:28:49 -0800 (PST) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sjx-ca115-49.ix.netcom.com [207.223.162.113]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id PAA14054; Fri, 20 Nov 1998 15:28:18 -0800 (PST) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id PAA10303; Fri, 20 Nov 1998 15:28:15 -0800 (PST) Date: Fri, 20 Nov 1998 15:28:15 -0800 (PST) Message-Id: <199811202328.PAA10303@silvia.hip.berkeley.edu> To: paalsom@ifi.uio.no CC: stable@FreeBSD.ORG In-reply-to: <36559AFD.DA75DC8F@ifi.uio.no> (paalsom@ifi.uio.no) Subject: Re: extremely slow cc1plus From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * I don't know if this is related, but I upgraded to 2.2-STABLE two days * ago. * Then I did(after checking out the ports) * # cd /usr/ports * # make readmes * It took several hours, comparable to the time it took to 'make world'. * I found * this surprising. Does it really take that long? (my machine does a * make world * in about 3 hours). No, it's not related. And yes, it really does. It's an extremely disk-intensive operation, so don't worry. ;) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Nov 20 15:33:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA07117 for freebsd-stable-outgoing; Fri, 20 Nov 1998 15:33:43 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA07095 for ; Fri, 20 Nov 1998 15:33:37 -0800 (PST) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sjx-ca115-49.ix.netcom.com [207.223.162.113]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id PAA14065; Fri, 20 Nov 1998 15:33:07 -0800 (PST) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id PAA10332; Fri, 20 Nov 1998 15:33:00 -0800 (PST) Date: Fri, 20 Nov 1998 15:33:00 -0800 (PST) Message-Id: <199811202333.PAA10332@silvia.hip.berkeley.edu> To: jdp@polstra.com CC: stable@FreeBSD.ORG In-reply-to: <199811201710.JAA18141@vashon.polstra.com> (message from John Polstra on Fri, 20 Nov 1998 09:10:58 -0800 (PST)) Subject: Re: extremely slow cc1plus From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * > Hm. The compilation (of this file) just finished, I think it took * > about 10 CPU minutes. * * Welcome to the wonderful world of C++. It's the best thing that ever * happened to Starbucks. Ok, so it's normal? Thanks, I won't worry about it then. It's just the package building machine, I can leave it to run as long as it desires. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Nov 20 15:39:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA07900 for freebsd-stable-outgoing; Fri, 20 Nov 1998 15:39:04 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA07892; Fri, 20 Nov 1998 15:39:00 -0800 (PST) (envelope-from jdp@polstra.com) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.9.1/8.9.1) with ESMTP id PAA04897; Fri, 20 Nov 1998 15:38:30 -0800 (PST) (envelope-from jdp@polstra.com) Received: (from jdp@localhost) by vashon.polstra.com (8.9.1/8.9.1) id PAA18824; Fri, 20 Nov 1998 15:38:28 -0800 (PST) (envelope-from jdp@polstra.com) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199811202333.PAA10332@silvia.hip.berkeley.edu> Date: Fri, 20 Nov 1998 15:38:28 -0800 (PST) Organization: Polstra & Co., Inc. From: John Polstra To: (Satoshi Asami) Subject: Re: extremely slow cc1plus Cc: stable@FreeBSD.ORG Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 20-Nov-98 Satoshi Asami wrote: > * > Hm. The compilation (of this file) just finished, I think it took > * > about 10 CPU minutes. > * > * Welcome to the wonderful world of C++. It's the best thing that ever > * happened to Starbucks. > > Ok, so it's normal? Thanks, I won't worry about it then. It's just > the package building machine, I can leave it to run as long as it > desires. I can't say for sure that it's normal. Ten minutes is a long time to compile one file. I suppose it might take that long if the file expanded a whole bunch of templates. Since it eventually finished, I guess it was making some progress the whole time. Let's see, what's the package building machine again? Is it a 386/20, or did they upgrade it to a 25? Also, does it have the full megabyte of RAM, or just 640K? These things make a difference, you know ... ;-) John --- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Nobody ever went broke underestimating the taste of the American public." -- H. L. Mencken To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Nov 20 21:18:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA10396 for freebsd-stable-outgoing; Fri, 20 Nov 1998 21:18:58 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from public.bta.net.cn (public.bta.net.cn [202.96.0.97]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA10390; Fri, 20 Nov 1998 21:18:55 -0800 (PST) (envelope-from robinson@public.bta.net.cn) Received: (from robinson@localhost) by public.bta.net.cn (8.9.1/8.9.1) id NAA28586; Sat, 21 Nov 1998 13:18:26 +0800 (GMT) Date: Sat, 21 Nov 1998 13:18:26 +0800 (GMT) From: Michael Robinson Message-Id: <199811210518.NAA28586@public.bta.net.cn> To: syssgm@dtir.qld.gov.au Subject: Re: writev() to tcp Cc: freebsd-current@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Stephen McKay writes: >On Tuesday, 17th November 1998, Michael Robinson wrote: >>If someone sent a PR, would this get fixed? (The Squid FAQ has a one-line >>patch to uipc_socket.c.) > >That patch went into -current on 1998/07/06 but was removed on 1998/07/18 >because various and sundry things broke. See revisions 1.41 and 1.42 >of sys/kern/uipc_socket.c. There was some inconclusive discussion of >the problem at the time, probably on freebsd-current. My own personal >experience of using this patch was also inconclusive. Some things got >better, but some things became worse and I didn't manage to prove that >the patch was to blame, or that it was innocent. Feel free to experiment! I installed that patch into 2.2.7-RELEASE, and have been experiencing exactly the problems that were discussed on freebsd-current in the "State of current..." thread of the time. So, it appears the patch is guilty as charged. Which brings us back to where we started. Squid and ORBit (at the very least) exhibit severe performance degradation with the current MLEN < write length < MINCLSIZE bug. There isn't an open PR (that I can find), and the Squid FAQ advocates a kernel patch that breaks X Windows (among other things). If someone who is familiar with the fundamental problem could explain it to me in more detail, along with some possible solutions, I could try to play with it. Otherwise I'll just open a PR, and hope someone else eventually fixes it. -Michael Robinson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Nov 20 21:52:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA12563 for freebsd-stable-outgoing; Fri, 20 Nov 1998 21:52:24 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from ninbox.ml.org (hsv1-147.airnet.net [207.242.81.147]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA12557; Fri, 20 Nov 1998 21:52:20 -0800 (PST) (envelope-from kris@airnet.net) Received: from airnet.net (localhost [127.0.0.1]) by ninbox.ml.org (8.9.1/8.8.5) with ESMTP id XAA27663; Fri, 20 Nov 1998 23:50:10 -0600 (CST) Message-ID: <36565491.213BBCC4@airnet.net> Date: Fri, 20 Nov 1998 23:50:09 -0600 From: Kris Kirby Organization: Absolutely None! X-Mailer: Mozilla 4.07 [en] (X11; U; FreeBSD 3.0-RELEASE i386) MIME-Version: 1.0 To: John Polstra CC: "(Satoshi Asami)" , stable@FreeBSD.ORG Subject: Re: extremely slow cc1plus References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG John Polstra wrote: > > On 20-Nov-98 Satoshi Asami wrote: > > * > Hm. The compilation (of this file) just finished, I think it took > > * > about 10 CPU minutes. > > * > > * Welcome to the wonderful world of C++. It's the best thing that ever > > * happened to Starbucks. > > > > Ok, so it's normal? Thanks, I won't worry about it then. It's just > > the package building machine, I can leave it to run as long as it > > desires. > > I can't say for sure that it's normal. Ten minutes is a long time > to compile one file. I suppose it might take that long if the file > expanded a whole bunch of templates. Since it eventually finished, > I guess it was making some progress the whole time. > > Let's see, what's the package building machine again? Is it a 386/20, > or did they upgrade it to a 25? Also, does it have the full megabyte > of RAM, or just 640K? These things make a difference, you know ... ;-) I've got a machine sitting in the floor here: Cyrix 486/66 + 4 MB RAM + 2.2.5-RELEASE. top(1) shows ~75% idle because the swap activity is through the roof. Could someone mail me a 4 MB 72-pin SIMM? :-) a 16 MB SIMM would be nicer, but I'm getting bugged that a 386DX-40 has shamed a 486/66. I couldn't get FreeBSD to boot with two megabytes of RAM. Like an idiot, I sat there and watched it go belly-up four times before I remembered how much RAM was in. (2x 1M 72-pin SIMMs) -- Kris Kirby UAH Mail UAH CS Home WWW ------------------------------------------- TGIFreeBSD... 'Nuff said. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Nov 21 03:03:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA01805 for freebsd-stable-outgoing; Sat, 21 Nov 1998 03:03:00 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from pc196s233r1.jancomulti.com (pc196s233r1.jancomulti.com [195.139.233.196]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA01799; Sat, 21 Nov 1998 03:02:57 -0800 (PST) (envelope-from paalsom@ifi.uio.no) Received: from ifi.uio.no (localhost [127.0.0.1]) by pc196s233r1.jancomulti.com (8.8.8/8.8.8) with ESMTP id MAA05532; Sat, 21 Nov 1998 12:02:24 +0100 (CET) (envelope-from paalsom@ifi.uio.no) Message-ID: <36569DB7.63A0A813@ifi.uio.no> Date: Sat, 21 Nov 1998 12:02:15 +0100 From: "Pål Sommerhein" X-Mailer: Mozilla 4.05 [en] (X11; I; FreeBSD 2.2.7-STABLE i386) MIME-Version: 1.0 To: Satoshi Asami CC: stable@FreeBSD.ORG Subject: Re: extremely slow cc1plus References: <199811202328.PAA10303@silvia.hip.berkeley.edu> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Satoshi Asami wrote: > > * I don't know if this is related, but I upgraded to 2.2-STABLE two days > * ago. > * Then I did(after checking out the ports) > * # cd /usr/ports > * # make readmes > * It took several hours, comparable to the time it took to 'make world'. > * I found > * this surprising. Does it really take that long? (my machine does a > * make world > * in about 3 hours). > > No, it's not related. And yes, it really does. It's an extremely > disk-intensive operation, so don't worry. ;) > > Satoshi Thank you Satoshi. (I think I will just stick with the _magnificent_ structure that is already provided in the future :-). I mean, just look into the pkg/COMMENT and the pkg/DESCR files, and of course do make searches.) Thanks for your time, Pål To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Nov 21 09:35:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA00961 for freebsd-stable-outgoing; Sat, 21 Nov 1998 09:35:41 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from AnThraX.barmentlo.net (AnthraX.barmentlo.net [194.158.173.249]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA00937 for ; Sat, 21 Nov 1998 09:35:25 -0800 (PST) (envelope-from pbm@barmentlo.net) Received: from localhost (pbm@localhost) by AnThraX.barmentlo.net (8.9.1/8.9.1) with SMTP id RAA00291 for ; Sat, 21 Nov 1998 17:06:59 +0100 (CET) Date: Sat, 21 Nov 1998 17:06:58 +0100 (CET) From: "P. Barmentlo" To: stable@FreeBSD.ORG Subject: Realtek RTL8029 pci ethernet card.. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hai.. I was wundering if the Realtek RTL8029 pci ethernet card is supported in freebsd-stable. When i boot: pci0:13: vendor=0x10ec, device=0x8029, class=network (ethernet) int a irq 9 [no driver assigned] hope anyone can help me out.. greetzz patrick. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Nov 21 09:46:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA01886 for freebsd-stable-outgoing; Sat, 21 Nov 1998 09:46:12 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from ns.itep.ru (ns.itep.ru [193.124.224.35]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA01730 for ; Sat, 21 Nov 1998 09:46:01 -0800 (PST) (envelope-from Fedor.Gubarev@itep.ru) Received: from raven.itep.ru (raven.itep.ru [193.124.227.26]) by ns.itep.ru (8.8.5-MVC-ITEP-100697/8.8.5) with ESMTP id UAA00486; Sat, 21 Nov 1998 20:46:06 +0300 (GMT+0300) Received: from localhost (gubarev@localhost) by raven.itep.ru (8.8.8/8.8.8) with SMTP id UAA06647; Sat, 21 Nov 1998 20:45:14 +0300 (MSK) (envelope-from Fedor.Gubarev@itep.ru) X-Authentication-Warning: raven.itep.ru: gubarev owned process doing -bs Date: Sat, 21 Nov 1998 20:45:14 +0300 (MSK) From: Fedor Gubarev X-Sender: gubarev@raven.itep.ru To: "P. Barmentlo" cc: stable@FreeBSD.ORG Subject: Re: Realtek RTL8029 pci ethernet card.. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 21 Nov 1998, P. Barmentlo wrote: > Hai.. > > I was wundering if the Realtek RTL8029 pci ethernet card is supported in > freebsd-stable. > > When i boot: > > pci0:13: vendor=0x10ec, device=0x8029, class=network (ethernet) int a > irq 9 [no driver assigned] I used the same NIC some time ago, you need the "ed0" driver. Works good. See handbook for the details how to add it to your kernel..... Fed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Nov 21 10:09:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA04568 for freebsd-stable-outgoing; Sat, 21 Nov 1998 10:09:54 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from ninbox.ml.org (hsv1-139.airnet.net [207.242.81.139]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA04559 for ; Sat, 21 Nov 1998 10:09:44 -0800 (PST) (envelope-from kris@airnet.net) Received: from airnet.net (localhost [127.0.0.1]) by ninbox.ml.org (8.9.1/8.8.5) with ESMTP id MAA25430; Sat, 21 Nov 1998 12:07:10 -0600 (CST) Message-ID: <3657014C.D8F091C9@airnet.net> Date: Sat, 21 Nov 1998 12:07:08 -0600 From: Kris Kirby Organization: Absolutely None! X-Mailer: Mozilla 4.07 [en] (X11; U; FreeBSD 3.0-RELEASE i386) MIME-Version: 1.0 To: Fedor Gubarev CC: "P. Barmentlo" , stable@FreeBSD.ORG Subject: Re: Realtek RTL8029 pci ethernet card.. References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Fedor Gubarev wrote: > > On Sat, 21 Nov 1998, P. Barmentlo wrote: > > > Hai.. > > > > I was wundering if the Realtek RTL8029 pci ethernet card is supported in > > freebsd-stable. > > > > When i boot: > > > > pci0:13: vendor=0x10ec, device=0x8029, class=network (ethernet) int a > > irq 9 [no driver assigned] > > I used the same NIC some time ago, you need the "ed0" driver. Works good. > See handbook for the details how to add it to your kernel..... > > Fed. Let's cut to the chase; Add this to your kernel config file and rebuild: device ed0 at isa? disable port 0x280 net irq 5 iomem 0xd8000 vector edintr That'll do ya. The NIC will come up as ed1, so be prepared. -- Kris Kirby UAH Mail UAH CS Home WWW ------------------------------------------- TGIFreeBSD... 'Nuff said. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Nov 21 10:55:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA09290 for freebsd-stable-outgoing; Sat, 21 Nov 1998 10:55:38 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from thor.afnetinc.com (thor.afnetinc.com [206.40.232.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA09283 for ; Sat, 21 Nov 1998 10:55:36 -0800 (PST) (envelope-from efinley@efinley.com) Received: from pm3-0-ip42.afnetinc.com ([206.40.232.249]) by thor.afnetinc.com with smtp (Exim 2.05 #1) id 0zhIAk-0003Eh-00; Sat, 21 Nov 1998 11:54:19 -0700 From: efinley@efinley.com (Elliot Finley) To: Kris Kirby Cc: Fedor Gubarev , "P. Barmentlo" , stable@FreeBSD.ORG Subject: Re: Realtek RTL8029 pci ethernet card.. Date: Sat, 21 Nov 1998 18:55:37 GMT Organization: Hiawatha Coal Company Reply-To: efinley@efinley.com Message-ID: <36580c52.94077031@mail.afnetinc.com> References: <3657014C.D8F091C9@airnet.net> In-Reply-To: <3657014C.D8F091C9@airnet.net> X-Mailer: Forte Agent 1.5/32.451 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id KAA09286 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 21 Nov 1998 12:07:08 -0600, you wrote: >Fedor Gubarev wrote: >> >> On Sat, 21 Nov 1998, P. Barmentlo wrote: >> >> > Hai.. >> > >> > I was wundering if the Realtek RTL8029 pci ethernet card is supported in >> > freebsd-stable. >> > >> > When i boot: >> > >> > pci0:13: vendor=0x10ec, device=0x8029, class=network (ethernet) int a >> > irq 9 [no driver assigned] >> >> I used the same NIC some time ago, you need the "ed0" driver. Works good. >> See handbook for the details how to add it to your kernel..... >> >> Fed. >Let's cut to the chase; Add this to your kernel config file and rebuild: > >device ed0 at isa? disable port 0x280 net irq 5 iomem 0xd8000 vector >edintr > >That'll do ya. The NIC will come up as ed1, so be prepared. Actually, just put device ed0 in the kernel config file, since this is a pci card (see probe output above). It'll still come as ed1 though. -- Later Science (efinley@efinley.com) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Nov 21 11:44:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA13303 for freebsd-stable-outgoing; Sat, 21 Nov 1998 11:44:20 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from freeway.dcfinc.com (cx74889-a.phnx3.az.home.com [24.1.193.157]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA13297 for ; Sat, 21 Nov 1998 11:44:15 -0800 (PST) (envelope-from chad@freeway.dcfinc.com) Received: (from chad@localhost) by freeway.dcfinc.com (8.8.8/8.8.8) id MAA05672; Sat, 21 Nov 1998 12:41:22 -0700 (MST) (envelope-from chad) From: "Chad R. Larson" Message-Id: <199811211941.MAA05672@freeway.dcfinc.com> Subject: Re: Realtek RTL8029 pci ethernet card.. In-Reply-To: <36580c52.94077031@mail.afnetinc.com> from Elliot Finley at "Nov 21, 98 06:55:37 pm" To: efinley@efinley.com Date: Sat, 21 Nov 1998 12:41:22 -0700 (MST) Cc: kris@airnet.net, Fedor.Gubarev@itep.ru, pbm@barmentlo.net, stable@FreeBSD.ORG Reply-to: chad@DCFinc.com X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I was wundering if the Realtek RTL8029 pci ethernet card is supported in > freebsd-stable. > > When i boot: > > pci0:13: vendor=0x10ec, device=0x8029, class=network (ethernet) int a > irq 9 [no driver assigned] Got one in my machine. It has an Intel 10/100 on the motherboard, and I wanted a second NIC to use the machine as a router. I bought the Realtek at a Computer City that had been bought out by CompUSA. They were dumping all the inventory that conflicted between the two stores. The NIC was in a "Soho Basic" box and cost $4.75. I bought serveral. :-) You will need the following in your kernel config file: device ed0 You will get something like: +--------------- | Probing for devices on PCI bus 0: | chip0 rev 2 on pci0:0:0 | ed1 rev 0 int a irq 9 on pci0:12:0 | ed1: address 00:00:e8:e1:d3:6f, type NE2000 (16 bit) +--------------- Please note that the interrupt will be assigned by the PCI probe; it might not be 9 like mine. And also note that even though you set device number 0 in the kernel config, it will show up as device 1, so be sure to edit your rc.conf correctly. -crl -- Chad R. Larson (CRL15) 602-953-1392 Brother, can you paradigm? chad@dcfinc.com chad@larsons.org chad@anasazi.com larson1@home.net DCF, Inc. - 14623 North 49th Place, Scottsdale, Arizona 85254-2207 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Nov 21 15:40:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA02568 for freebsd-stable-outgoing; Sat, 21 Nov 1998 15:40:07 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from zippy.cdrom.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA02563 for ; Sat, 21 Nov 1998 15:40:05 -0800 (PST) (envelope-from jkh@zippy.cdrom.com) Received: from zippy.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by zippy.cdrom.com (8.9.1/8.9.1) with ESMTP id PAA07344; Sat, 21 Nov 1998 15:41:02 -0800 (PST) To: "John C. Place" cc: stable@FreeBSD.ORG Subject: Re: freebsd-2.2.8 In-reply-to: Your message of "Thu, 19 Nov 1998 12:04:28 EST." <19981119120428.A6759@ctcdist.com> Date: Sat, 21 Nov 1998 15:41:01 -0800 Message-ID: <7340.911691661@zippy.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Regardless. We've already booked time at the CD replication plant and unless you don't want to see CD release versions until January, we're sort of stuck with a fixed schedule. It is the Christmas season in this country and getting CDs made is very difficult right now - if you don't have your order in at least a month in advance, you can just forget it. I'm also not trying to say that we should put our release schedule at the mercy of the CD release (which is only one type of release that we do) but if we want to continue to offer this convenient installation medium and also keep Walnut Creek CDROM happy (which, as a major sponsor, IS an important consideration in what we do) we need to be a bit conscious of the CD replication issues in making up our release schedules. I hope like heck that XFree86 3.3.3 comes out before the 29th of November, which is my very last day for getting CDs to replication (and will require priority express mail to Texas in order to happen on time at all), but if not then "oh well!" - Jordan > On Thu, Nov 19, 1998 at 08:47:33AM -0800, Satoshi Asami wrote: > > It was rescheduled a while back. This is the current plan: > > > Reguard less of the status of Xfree86 3.3.3.3 ? > > John > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Nov 21 16:26:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA08340 for freebsd-stable-outgoing; Sat, 21 Nov 1998 16:26:58 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from buffy.tpgi.com.au (buffy.tpgi.com.au [203.12.160.34]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA08334 for ; Sat, 21 Nov 1998 16:26:54 -0800 (PST) (envelope-from eirvine@tpgi.com.au) Received: (from smtpd@localhost) by buffy.tpgi.com.au (8.8.7/8.8.7) id LAA09194; Sun, 22 Nov 1998 11:26:36 +1100 Received: from tar-ppp-168.tpgi.com.au(203.26.26.168), claiming to be "tpgi.com.au" via SMTP by buffy.tpgi.com.au, id smtpda09132; Sun Nov 22 11:26:28 1998 Message-ID: <36575A19.1734E4E8@tpgi.com.au> Date: Sun, 22 Nov 1998 11:26:01 +1100 From: Eddie Irvine X-Mailer: Mozilla 4.03 [en] (Win95; I) MIME-Version: 1.0 To: "P. Barmentlo" CC: stable@FreeBSD.ORG Subject: Re: Realtek RTL8029 pci ethernet card.. References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG P. Barmentlo wrote: > > Hai.. Hi. > I was wundering if the Realtek RTL8029 pci ethernet card is supported in > freebsd-stable. I think so - isn't it for NE2000 compatible? > When i boot: > > pci0:13: vendor=0x10ec, device=0x8029, class=network (ethernet) int a > irq 9 [no driver assigned] Hmm. You do have the ed0 device in the kernel, don't you? (Its in the GENERIC). I'm not at work at the moment, but my NE2000 cards don't come up with those irq's and pci numbers (I don't think). I'm wondering if this is a pnp problem? Before you do anything else, dig out the MS-DOS set-up utility that came with the card and check out the settings on the card. Eddie. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Nov 21 16:56:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA11520 for freebsd-stable-outgoing; Sat, 21 Nov 1998 16:56:15 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from ibm.net. (slip166-72-224-52.pa.us.ibm.net [166.72.224.52]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA11510 for ; Sat, 21 Nov 1998 16:56:09 -0800 (PST) (envelope-from placej@ibm.net) Received: (from placej@localhost) by ibm.net. (8.8.8/8.8.8) id TAA00263; Sat, 21 Nov 1998 19:55:55 -0500 (EST) (envelope-from placej) Message-ID: <19981121195555.A244@ka3tis.com> Date: Sat, 21 Nov 1998 19:55:55 -0500 From: "John C. Place" To: stable@FreeBSD.ORG Subject: Re: freebsd-2.2.8 Reply-To: "John C. Place" Mail-Followup-To: stable@freebsd.org References: <19981119120428.A6759@ctcdist.com> <7340.911691661@zippy.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <7340.911691661@zippy.cdrom.com>; from Jordan K. Hubbard on Sat, Nov 21, 1998 at 03:41:01PM -0800 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Nov 21, 1998 at 03:41:01PM -0800, Jordan K. Hubbard wrote: > Regardless. We've already booked time at the CD replication plant and > unless you don't want to see CD release versions until January, we're > Nope I would MUCH rather see the release go on sechudle. My message was poorly worded. I had caught in one of these threads that was what delayed it (or was part of the reason) I can see I mis read or was mis informed. I can some what see that to time releases with another large product would be close to impossible. Please keep up the fine work. Thanks John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Nov 21 22:13:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA05648 for freebsd-stable-outgoing; Sat, 21 Nov 1998 22:13:15 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from ns.burnet.ru (ns.burnet.ru [212.0.65.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA05642 for ; Sat, 21 Nov 1998 22:13:10 -0800 (PST) (envelope-from dimas@burnet.ru) Received: from localhost (dimas@localhost) by ns.burnet.ru (8.8.8/8.8.8) with SMTP id OAA05777; Sun, 22 Nov 1998 14:12:29 +0800 (IS) (envelope-from dimas@burnet.ru) Date: Sun, 22 Nov 1998 14:12:29 +0800 (IS) From: Dmitry Parfenov To: "P. Barmentlo" cc: stable@FreeBSD.ORG Subject: Re: Realtek RTL8029 pci ethernet card.. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 21 Nov 1998, P. Barmentlo wrote: > Hai.. > > I was wundering if the Realtek RTL8029 pci ethernet card is supported in > freebsd-stable. > > When i boot: > > pci0:13: vendor=0x10ec, device=0x8029, class=network (ethernet) int a > irq 9 [no driver assigned] > > hope anyone can help me out.. Add to /sys/i386/conf/nameconfig device ed? > > greetzz > > patrick. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message