From owner-freebsd-stable Sun Jan 11 00:46:23 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA03841 for stable-outgoing; Sun, 11 Jan 1998 00:46:23 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from mozart.canonware.com (canonware.com [206.184.206.112]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA03822 for ; Sun, 11 Jan 1998 00:46:15 -0800 (PST) (envelope-from jasone@canonware.com) Received: from localhost (jasone@localhost) by mozart.canonware.com (8.8.7/8.8.7) with SMTP id AAA02796 for ; Sun, 11 Jan 1998 00:45:44 -0800 (PST) (envelope-from jasone@canonware.com) X-Authentication-Warning: mozart.canonware.com: jasone owned process doing -bs Date: Sun, 11 Jan 1998 00:45:44 -0800 (PST) From: Jason Evans To: freebsd-stable@freebsd.org Subject: "make world" failure Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Tonight I finally got around to tracking -stable, and ran into a problem that isn't obvious to me while making world. I have two machines that are similarly configured, and they both failed in exactly the same spot. Following is an excerpt from the make output: --------------------------------------------------------------------------- ===> usr.sbin/tcpdump/tcpdump rm -f version.c ; sed 's/.*/char version[] = "&";/' /usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/VERSION > version.c make: don't know how to make print-fr.c. Stop *** Error code 2 Stop. --------------------------------------------------------------------------- So I poked around in /usr/src/contrib/tcpdump and found that print-fr.c doesn't exist, though there are lots of other files there with somewhat similar names. The SRCS variable in /usr/src/usr.sbin/tcpdump/tcpdump/Makefile contains print-fr.c. I'm at a loss as to how this Makefile would have gotten out of sync with the actual sources. Of course, the build system still contains some black magic in my eyes. =) Any help would be appreciated. Thanks, Jason Jason Evans Email: [jasone@canonware.com] Home phone: [(650) 856-8204] Work phone: [(408) 774-8007] Quote: ["Invention is 1% inspiration, 99% perspiration" - Thomas Edison] From owner-freebsd-stable Sun Jan 11 02:40:48 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA09309 for stable-outgoing; Sun, 11 Jan 1998 02:40:48 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from proxyb2.san.rr.com (proxyb2-atm.san.rr.com [204.210.0.11]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA09304 for ; Sun, 11 Jan 1998 02:40:44 -0800 (PST) (envelope-from Studded@dal.net) Received: from dal.net (dt051n19.san.rr.com [204.210.32.25]) by proxyb2.san.rr.com (8.8.7/8.8.8) with ESMTP id CAA21705; Sun, 11 Jan 1998 02:39:39 -0800 (PST) Message-ID: <34B8A17C.1566A790@dal.net> Date: Sun, 11 Jan 1998 02:39:56 -0800 From: Studded Organization: DALnet IRC Network X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-STABLE i386) MIME-Version: 1.0 To: Jason Evans CC: freebsd-stable@freebsd.org Subject: Re: "make world" failure References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Jason Evans wrote: > > Tonight I finally got around to tracking -stable, and ran into a problem > that isn't obvious to me while making world. I'm not sure what "finally got around to" implies in your post, but the standard answer to this type of problem is to delete /usr/src/*, delete /usr/obj/* and start again. Stale dependencies, corrupt sources, cosmic rays... all might be contributing factors. :) Starting fresh at least guarantees you a level playing field. If you'd like to look at a checklist of things to take into consideration, try http://home.san.rr.com/freebsd/upgrade.html. Good luck, Doug From owner-freebsd-stable Sun Jan 11 05:42:53 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA25341 for stable-outgoing; Sun, 11 Jan 1998 05:42:53 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from emu.sourcee.com (emu.sourcee.com [199.201.159.173]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id FAA25336 for ; Sun, 11 Jan 1998 05:42:49 -0800 (PST) (envelope-from nrice@emu.sourcee.com) Received: (from nrice@localhost) by emu.sourcee.com (8.8.8/8.8.3) id IAA16279; Sun, 11 Jan 1998 08:42:25 -0500 (EST) Message-ID: <19980111084225.35353@emu.sourcee.com> Date: Sun, 11 Jan 1998 08:42:25 -0500 From: Norman C Rice To: Studded Cc: Jason Evans , freebsd-stable@freebsd.org Subject: Re: "make world" failure References: <34B8A17C.1566A790@dal.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <34B8A17C.1566A790@dal.net>; from Studded on Sun, Jan 11, 1998 at 02:39:56AM -0800 Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sun, Jan 11, 1998 at 02:39:56AM -0800, Studded wrote: > Jason Evans wrote: > > > > Tonight I finally got around to tracking -stable, and ran into a problem > > that isn't obvious to me while making world. > > I'm not sure what "finally got around to" implies in your post, but the > standard answer to this type of problem is to delete /usr/src/*, delete > /usr/obj/* and start again. Stale dependencies, corrupt sources, cosmic > rays... all might be contributing factors. :) Starting fresh at least > guarantees you a level playing field. If you'd like to look at a > checklist of things to take into consideration, try > http://home.san.rr.com/freebsd/upgrade.html. > > Good luck, > > Doug You may want to save your kernel configuration file(s) before wiping out /usr/src/*. -- Regards, Norman C. Rice, Jr. From owner-freebsd-stable Sun Jan 11 10:07:17 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA19769 for stable-outgoing; Sun, 11 Jan 1998 10:07:17 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from austin.polstra.com (austin.polstra.com [206.213.73.10]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA19758 for ; Sun, 11 Jan 1998 10:07:11 -0800 (PST) (envelope-from jdp@austin.polstra.com) Received: from austin.polstra.com (jdp@localhost) by austin.polstra.com (8.8.8/8.8.8) with ESMTP id KAA14668 for ; Sun, 11 Jan 1998 10:07:03 -0800 (PST) (envelope-from jdp) Message-Id: <199801111807.KAA14668@austin.polstra.com> To: stable@freebsd.org Subject: CVSup users: please upgrade to version 15.2 Date: Sun, 11 Jan 1998 10:07:03 -0800 From: John Polstra Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk CVSup users, please make sure you are using version 15.2 or later of CVSup. Version 15.2 is the current released version. It was released around the end of September, 1997. The wheels are being set in motion to convert the $Id$ strings in our repository files to $FreeBSD$. If you have an old version of CVSup, you are going to experience problems when this change occurs. The most likely symptom will be a whole slew of checksum mismatches on your updated files. To determine the version of CVSup that you are running, type "cvsup -v". The output should look like this: CVSup client Software version: REL_15_2 Protocol version: 15.4 If the software version doesn't say "REL_15_2" then you need to upgrade as soon as possible. You can do so with either the "cvsup" port/package or the "cvsup-bin" port/package, both of which are in the "net" category. Also, please check to make sure you don't have an old version of cvsup lying around in "/usr/local/sbin". The program belongs in "/usr/local/bin", but the earliest versions of it were installed in "/usr/local/sbin" due to a bad decision on my part. This has bitten a few people who thought they were up to date, but whose cron jobs were actually running the obsolete version. John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Self-knowledge is always bad news." -- John Barth From owner-freebsd-stable Sun Jan 11 15:33:25 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA18599 for stable-outgoing; Sun, 11 Jan 1998 15:33:25 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from avrasya.ispro.net.tr (avrasya.ispro.net.tr [195.174.18.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA18580 for ; Sun, 11 Jan 1998 15:33:16 -0800 (PST) (envelope-from yurtesen@ispro.net.tr) Received: from localhost (yurtesen@localhost) by avrasya.ispro.net.tr (8.8.6/8.7.3) with SMTP id OAA01246 for ; Sun, 11 Jan 1998 14:20:12 +0200 Date: Sun, 11 Jan 1998 14:20:11 +0200 (EET) From: Evren Yurtesen To: stable@FreeBSD.ORG Subject: unsub In-Reply-To: <34B7B55C.64880EEB@hiwaay.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk unsub yurtesen@ispro.net.tr unsub stable unsubscribe yurtesen@ispro.net.tr unsubscribe stable From owner-freebsd-stable Sun Jan 11 21:02:34 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA25730 for stable-outgoing; Sun, 11 Jan 1998 21:02:34 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from gaia.coppe.ufrj.br (cisigw.coppe.ufrj.br [146.164.5.200]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA25719 for ; Sun, 11 Jan 1998 21:02:25 -0800 (PST) (envelope-from jonny@coppe.ufrj.br) Received: (from jonny@localhost) by gaia.coppe.ufrj.br (8.8.8/8.8.8) id DAA02383 for stable@freebsd.org; Mon, 12 Jan 1998 03:02:22 -0200 (EDT) (envelope-from jonny) From: Joao Carlos Mendes Luis Message-Id: <199801120502.DAA02383@gaia.coppe.ufrj.br> Subject: panic: ufs_ihashget: recursive lock not expected -- pid %d To: stable@freebsd.org Date: Mon, 12 Jan 1998 03:02:22 -0200 (EDT) X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk panic: ufs_ihashget: recursive lock not expected -- pid %d I got this panic and still have the dumps around. If somebody guide me to find more info I'll be pleased to help. They are 128M wide, so I think it's not worth sending via ftp. :) A backtrace shows the following: (kgdb) bt #0 0xf01148ef in boot () #1 0xf01148fe in boot () #2 0x5a016 in ?? () #3 0x8ee08ed8 in ?? () Cannot access memory at address 0x8c9d026e. (kgdb) But it was not booting. It had been up for 5 hours before this. I could not reproduce the problem until now. This happened in -stable, from December, 26. Jonny -- Joao Carlos Mendes Luis jonny@gta.ufrj.br +55 21 290-4698 jonny@coppe.ufrj.br Universidade Federal do Rio de Janeiro UFRJ/COPPE/CISI PGP fingerprint: 29 C0 50 B9 B6 3E 58 F2 83 5F E3 26 BF 0F EA 67 From owner-freebsd-stable Sun Jan 11 23:32:06 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA10723 for stable-outgoing; Sun, 11 Jan 1998 23:32:06 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from netmug.org (perl@netmug.org [207.88.43.66]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA10717 for ; Sun, 11 Jan 1998 23:32:04 -0800 (PST) (envelope-from perl@netmug.org) Received: from localhost (perl@localhost) by netmug.org (8.8.8/NetMUG_1.0.0) with SMTP id XAA03520 for ; Sun, 11 Jan 1998 23:31:43 -0800 (PST) Date: Sun, 11 Jan 1998 23:31:35 -0800 (PST) From: Michael Haro To: "'FreeBSD-Stable'" Subject: can't load library 'libreadline.so.2' In-Reply-To: <11689.884503901@time.cdrom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk -----BEGIN PGP SIGNED MESSAGE----- Hi, I just installed the linux compat libraries and loaded the linux kernel module. When I try to run a linux memory tester program, I get this error. can't load library 'libreadline.so.2' What is causing it? Are there any free memory testers for FreeBSD? Thanks, Michael -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use Charset: noconv iQCVAwUBNLnG3qOGpuouc5/dAQGTvQQAtraVY1klHkLhWUVawjX6J3wRAXI/ut5W h3W1X3V/P8QiUXhsIWqzXs5ZbnE2INkC7mWr1GZdf7/uzn+/k+vLPQW9CQb7mTKN BfhhcHJ2WP/ovFfA8w847QN/RjRh9jqSmSq5M0yel8BI6K2sbheVtnIuQEQ7bf+v MYgXuI2sAAE= =iT7n -----END PGP SIGNATURE----- From owner-freebsd-stable Mon Jan 12 00:12:31 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA14534 for stable-outgoing; Mon, 12 Jan 1998 00:12:31 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from word.smith.net.au (vh1.gsoft.com.au [203.38.152.122]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA14525 for ; Mon, 12 Jan 1998 00:12:27 -0800 (PST) (envelope-from mike@word.smith.net.au) Received: from word (localhost [127.0.0.1]) by word.smith.net.au (8.8.8/8.8.5) with ESMTP id SAA02113; Mon, 12 Jan 1998 18:35:44 +1030 (CST) Message-Id: <199801120805.SAA02113@word.smith.net.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: Michael Haro cc: "'FreeBSD-Stable'" Subject: Re: can't load library 'libreadline.so.2' In-reply-to: Your message of "Sun, 11 Jan 1998 23:31:35 -0800." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 12 Jan 1998 18:35:43 +1030 From: Mike Smith Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > -----BEGIN PGP SIGNED MESSAGE----- > > Hi, I just installed the linux compat libraries and loaded the linux > kernel module. When I try to run a linux memory tester program, I get > this error. > > can't load library 'libreadline.so.2' > > What is causing it? There doesn't appear to be a readline library in the linux_lib package. I'm not sure whether this is actually a problem. > Are there any free memory testers for FreeBSD? Plenty. However you are asking the wrong question. The answer to the right question is: There are no software memory testing programs which provide adequate testing facilities. The only way to test memories usefully is with a standalone memory tester. -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ From owner-freebsd-stable Mon Jan 12 07:30:43 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA18482 for stable-outgoing; Mon, 12 Jan 1998 07:30:43 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from mercury.acs.unt.edu (mercury.acs.unt.edu [129.120.1.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA18474 for ; Mon, 12 Jan 1998 07:30:39 -0800 (PST) (envelope-from john@mailhost.cas.unt.edu) From: john@mailhost.cas.unt.edu Received: from www.cas.unt.edu (www.cas.unt.edu [129.120.3.150]) by mercury.acs.unt.edu (8.8.8/8.8.8) with ESMTP id JAA05544; Mon, 12 Jan 1998 09:30:36 -0600 (CST) Received: from purgatory (purgatory.cascss.unt.edu [129.120.32.82]) by www.cas.unt.edu (8.8.7/8.6.9) with SMTP id JAA29864; Mon, 12 Jan 1998 09:30:30 -0600 (CST) Message-Id: <199801121530.JAA29864@www.cas.unt.edu> Comments: Authenticated sender is To: John Polstra Date: Mon, 12 Jan 1998 09:30:33 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: CVSup users: please upgrade to version 15.2 CC: freebsd-stable@freebsd.org Priority: normal In-reply-to: <199801111807.KAA14668@austin.polstra.com> X-mailer: Pegasus Mail for Win32 (v2.53/R1) Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > CVSup users, please make sure you are using version 15.2 or later of > To determine the version of CVSup that you are running, type "cvsup -v". > The output should look like this: > > CVSup client > Software version: REL_15_2 > Protocol version: 15.4 > > If the software version doesn't say "REL_15_2" then you need to bash# cvsup -v ld.so failed: Can't find shared library "libm3formsvbt.so.5.0" My older cvsup (15.0) worked. I have the modula-3-3.6.tgz and modula-3-lib-3.6.tgz packages installed. -------------------------------------------------- John A. Booth University of North Texas College of Arts & Sciences Computer Support Specialist GW address: CAS.PO7.JOHN Internet: john@unt.edu Office: 940-565-4498 From owner-freebsd-stable Mon Jan 12 08:42:05 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA25433 for stable-outgoing; Mon, 12 Jan 1998 08:42:05 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from destiny.erols.com (root@destiny.erols.com [207.96.73.65]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA25326 for ; Mon, 12 Jan 1998 08:41:57 -0800 (PST) (envelope-from jdowdal@destiny.erols.com) Received: from destiny.erols.com (someone@destiny.erols.com [207.96.73.65]) by destiny.erols.com (8.8.8/8.6.12) with SMTP id LAA21516; Mon, 12 Jan 1998 11:41:35 -0500 (EST) Date: Mon, 12 Jan 1998 11:41:34 -0500 (EST) From: John Dowdal To: john@mailhost.cas.unt.edu cc: freebsd-stable@freebsd.org Subject: Re: CVSup users: please upgrade to version 15.2 In-Reply-To: <199801121530.JAA29864@www.cas.unt.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Mon, 12 Jan 1998 john@mailhost.cas.unt.edu wrote: > > CVSup users, please make sure you are using version 15.2 or later of > > > To determine the version of CVSup that you are running, type "cvsup -v". > > The output should look like this: > > > > CVSup client > > Software version: REL_15_2 > > Protocol version: 15.4 > > > > If the software version doesn't say "REL_15_2" then you need to > > bash# cvsup -v > ld.so failed: Can't find shared library "libm3formsvbt.so.5.0" > > My older cvsup (15.0) worked. I have the modula-3-3.6.tgz and modula-3-lib-3.6.tgz > packages installed. Run the following command: /sbin/ldconfig -m /usr/local/lib/m3/FreeBSD2 This tells ld.so where to find the shared libraries for modula 3. When you installed the modula 3 libraries, it should have created a file /usr/local/etc/rc.d/50.m3.sh containing the above command. Since you got the above error, it means you did not reboot or you have the old /etc/rc* files. Since FreeBSD is a real unix operating system, you almost never have to reboot unless you update the kernel. If you don't want to reboot, manually run the command above :) If you have the old rc files, you need to manually update them. There is no way to automatically update /etc, since many of the files are configured for your system in particular. To update /etc, get and test a boot floppy, and make sure you can mount your filesystems from it. Make a backup of /etc (put a copy somewhere on your system where you can refer to it, and put a copy on a floppy or other offline media). Go through each file in /usr/src/etc, and compare them to the files in your /etc. Manually merge them into /etc. This is not for the faint hearted, but somebody may have a FAQ for merging /etc; please post it. Do not reboot your machine until you are fairly confident that you merged /etc correctly. If you do reboot and foul it up badly, try hitting ^C when the rc files hang, or try booting single user. If all that fails, use the rescue floppy/cd you verified working before you started. John From owner-freebsd-stable Mon Jan 12 08:46:26 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA26026 for stable-outgoing; Mon, 12 Jan 1998 08:46:26 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from mercury.acs.unt.edu (mercury.acs.unt.edu [129.120.1.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA26003 for ; Mon, 12 Jan 1998 08:46:12 -0800 (PST) (envelope-from john@mailhost.cas.unt.edu) From: john@mailhost.cas.unt.edu Received: from www.cas.unt.edu (www.cas.unt.edu [129.120.3.150]) by mercury.acs.unt.edu (8.8.8/8.8.8) with ESMTP id KAA12621; Mon, 12 Jan 1998 10:46:10 -0600 (CST) Received: from purgatory (purgatory.cascss.unt.edu [129.120.32.82]) by www.cas.unt.edu (8.8.7/8.6.9) with SMTP id KAA01707; Mon, 12 Jan 1998 10:46:04 -0600 (CST) Message-Id: <199801121646.KAA01707@www.cas.unt.edu> Comments: Authenticated sender is To: John Dowdal Date: Mon, 12 Jan 1998 10:46:08 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: CVSup users: please upgrade to version 15.2 CC: freebsd-stable@freebsd.org Priority: normal References: <199801121530.JAA29864@www.cas.unt.edu> In-reply-to: X-mailer: Pegasus Mail for Win32 (v2.53/R1) Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > > CVSup users, please make sure you are using version 15.2 or later of > > > > > To determine the version of CVSup that you are running, type "cvsup -v". > > > The output should look like this: > > > > > > CVSup client > > > Software version: REL_15_2 > > > Protocol version: 15.4 > > > > > > If the software version doesn't say "REL_15_2" then you need to > > > > bash# cvsup -v > > ld.so failed: Can't find shared library "libm3formsvbt.so.5.0" > > > > My older cvsup (15.0) worked. I have the modula-3-3.6.tgz and modula-3-lib-3.6.tgz > > packages installed. > > Run the following command: > /sbin/ldconfig -m /usr/local/lib/m3/FreeBSD2 bash# ldconfig -r |grep -i libm3form 30:-lm3formsvbt.4.1 => /usr/local/lib/m3/FreeBSD2/libm3formsvbt.so.4.1 31:-lm3formsvbtpixmaps.4.1 => /usr/local/lib/m3/FreeBSD2/libm3formsvbtpi xmaps.so.4.1 bash# cvsup -v ld.so failed: Can't find shared library "libm3formsvbt.so.5.0" note it says .so.5.0 and not .4.1 and it doesn't seem to try to use the older library. -------------------------------------------------- John A. Booth University of North Texas College of Arts & Sciences Computer Support Specialist GW address: CAS.PO7.JOHN Internet: john@unt.edu Office: 940-565-4498 From owner-freebsd-stable Mon Jan 12 09:29:58 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA00660 for stable-outgoing; Mon, 12 Jan 1998 09:29:58 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from austin.polstra.com (austin.polstra.com [206.213.73.10]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA00508 for ; Mon, 12 Jan 1998 09:28:07 -0800 (PST) (envelope-from jdp@austin.polstra.com) Received: from austin.polstra.com (jdp@localhost) by austin.polstra.com (8.8.8/8.8.8) with ESMTP id IAA22362; Mon, 12 Jan 1998 08:48:49 -0800 (PST) (envelope-from jdp) Message-Id: <199801121648.IAA22362@austin.polstra.com> To: john@mailhost.cas.unt.edu Subject: Re: CVSup users: please upgrade to version 15.2 In-Reply-To: <199801121530.JAA29864@www.cas.unt.edu> References: <199801121530.JAA29864@www.cas.unt.edu> Organization: Polstra & Co., Seattle, WA Cc: stable@freebsd.org Date: Mon, 12 Jan 1998 08:48:48 -0800 From: John Polstra Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In article <199801121530.JAA29864@www.cas.unt.edu>, wrote: > bash# cvsup -v > ld.so failed: Can't find shared library "libm3formsvbt.so.5.0" > > My older cvsup (15.0) worked. I have the modula-3-3.6.tgz and modula-3-lib-3.6.tgz > packages installed. I suspect that your modula-3-lib package is out of date. Try "ldconfig -r | grep formsvbt". I bet it will report that it has some version older than 5.0. In that case, you'll need to install a current versions of the modula-3-lib and modula-3 packages. John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Self-knowledge is always bad news." -- John Barth From owner-freebsd-stable Mon Jan 12 09:32:41 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA00981 for stable-outgoing; Mon, 12 Jan 1998 09:32:41 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from gaia.coppe.ufrj.br (cisigw.coppe.ufrj.br [146.164.5.200]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA00924 for ; Mon, 12 Jan 1998 09:32:26 -0800 (PST) (envelope-from jonny@coppe.ufrj.br) Received: (from jonny@localhost) by gaia.coppe.ufrj.br (8.8.8/8.8.8) id PAA13443; Mon, 12 Jan 1998 15:30:42 -0200 (EDT) (envelope-from jonny) From: Joao Carlos Mendes Luis Message-Id: <199801121730.PAA13443@gaia.coppe.ufrj.br> Subject: Re: CVSup users: please upgrade to version 15.2 In-Reply-To: <199801121646.KAA01707@www.cas.unt.edu> from "john@mailhost.cas.unt.edu" at "Jan 12, 98 10:46:08 am" To: john@mailhost.cas.unt.edu Date: Mon, 12 Jan 1998 15:30:40 -0200 (EDT) Cc: jdowdal@destiny.erols.com, freebsd-stable@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk #define quoting(john@mailhost.cas.unt.edu) // > > bash# cvsup -v // > > ld.so failed: Can't find shared library "libm3formsvbt.so.5.0" // > > // > > My older cvsup (15.0) worked. I have the modula-3-3.6.tgz and modula-3-lib-3.6.tgz // > > packages installed. // > // > Run the following command: // > /sbin/ldconfig -m /usr/local/lib/m3/FreeBSD2 // // bash# ldconfig -r |grep -i libm3form // 30:-lm3formsvbt.4.1 => /usr/local/lib/m3/FreeBSD2/libm3formsvbt.so.4.1 // 31:-lm3formsvbtpixmaps.4.1 => /usr/local/lib/m3/FreeBSD2/libm3formsvbtpi // xmaps.so.4.1 // bash# cvsup -v // ld.so failed: Can't find shared library "libm3formsvbt.so.5.0" // // note it says .so.5.0 and not .4.1 and it doesn't seem to try to use the older library. Reinstall the modula libraries. It needs the new version. I had this problem when upgraded, also. Jonny -- Joao Carlos Mendes Luis jonny@gta.ufrj.br +55 21 290-4698 jonny@coppe.ufrj.br Universidade Federal do Rio de Janeiro UFRJ/COPPE/CISI PGP fingerprint: 29 C0 50 B9 B6 3E 58 F2 83 5F E3 26 BF 0F EA 67 From owner-freebsd-stable Mon Jan 12 10:00:29 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA04931 for stable-outgoing; Mon, 12 Jan 1998 10:00:29 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from teel.info-noire.com (XP11-1-2-10.interlinx.qc.ca [207.253.79.50]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA04917 for ; Mon, 12 Jan 1998 10:00:19 -0800 (PST) (envelope-from alex@gel.usherb.ca) Received: from localhost (alex@localhost) by teel.info-noire.com (8.8.8/8.8.8) with SMTP id NAA12483; Mon, 12 Jan 1998 13:09:17 -0500 (EST) (envelope-from alex@teel.info-noire.com) Date: Mon, 12 Jan 1998 13:09:16 -0500 (EST) From: Alex Boisvert Reply-To: boia01@gel.usherb.ca To: john@mailhost.cas.unt.edu cc: John Polstra , freebsd-stable@FreeBSD.ORG Subject: Re: CVSup users: please upgrade to version 15.2 In-Reply-To: <199801121530.JAA29864@www.cas.unt.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, 12 Jan 1998 john@mailhost.cas.unt.edu wrote: > bash# cvsup -v > ld.so failed: Can't find shared library "libm3formsvbt.so.5.0" > > My older cvsup (15.0) worked. I have the modula-3-3.6.tgz and modula-3-lib-3.6.tgz > packages installed. The same thing happened to me. I reinstalled the modula-3-3.6.tgz package (even though it was *already* installed) and it worked. Alex. --- FreeBSD: Decouvrez la puissance de votre PC! www.freebsd.org From owner-freebsd-stable Mon Jan 12 10:06:18 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA05920 for stable-outgoing; Mon, 12 Jan 1998 10:06:18 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from hermes.uninet.net.mx (hermes.uninet.net.mx [200.33.146.193]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA05910 for ; Mon, 12 Jan 1998 10:06:09 -0800 (PST) (envelope-from eculp@ver1.telmex.net.mx) Received: from sunix (ver1_164.uninet.net.mx [200.38.135.164] (may be forged)) by hermes.uninet.net.mx (8.8.8/8.8.8) with SMTP id MAA20088; Mon, 12 Jan 1998 12:06:44 -0600 (CST) Message-ID: <34BA5C52.17B561D3@ver1.telmex.net.mx> Date: Mon, 12 Jan 1998 12:09:22 -0600 From: Edwin Culp Organization: Mexico Communicates, S.C. X-Mailer: Mozilla 3.01Gold (X11; I; Linux 2.0.14 i586) MIME-Version: 1.0 To: John Polstra CC: john@mailhost.cas.unt.edu, stable@freebsd.org Subject: Re: CVSup users: please upgrade to version 15.2 References: <199801121530.JAA29864@www.cas.unt.edu> <199801121648.IAA22362@austin.polstra.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk John Polstra wrote: > > In article <199801121530.JAA29864@www.cas.unt.edu>, > wrote: > > > bash# cvsup -v > > ld.so failed: Can't find shared library "libm3formsvbt.so.5.0" > > > > My older cvsup (15.0) worked. I have the modula-3-3.6.tgz and modula-3-lib-3.6.tgz > > packages installed. > > I suspect that your modula-3-lib package is out of date. Try > "ldconfig -r | grep formsvbt". I bet it will report that it has > some version older than 5.0. In that case, you'll need to install a > current versions of the modula-3-lib and modula-3 packages. > The correct library should be so.4.1. At least that works fine for me and I don't know where to find a so.5.0 I can't find it in my modula3.6 package :-) ed From owner-freebsd-stable Mon Jan 12 10:28:06 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA08219 for stable-outgoing; Mon, 12 Jan 1998 10:28:06 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from austin.polstra.com (austin.polstra.com [206.213.73.10]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA08137 for ; Mon, 12 Jan 1998 10:27:52 -0800 (PST) (envelope-from jdp@austin.polstra.com) Received: from austin.polstra.com (jdp@localhost) by austin.polstra.com (8.8.8/8.8.8) with ESMTP id KAA23323; Mon, 12 Jan 1998 10:26:51 -0800 (PST) (envelope-from jdp) Message-Id: <199801121826.KAA23323@austin.polstra.com> To: Edwin Culp cc: john@mailhost.cas.unt.edu, stable@freebsd.org Subject: Re: CVSup users: please upgrade to version 15.2 In-reply-to: Your message of "Mon, 12 Jan 1998 12:09:22 CST." <34BA5C52.17B561D3@ver1.telmex.net.mx> Date: Mon, 12 Jan 1998 10:26:51 -0800 From: John Polstra Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > The correct library should be so.4.1. At least that works fine for > me and I don't know where to find a so.5.0 I can't find it in my > modula3.6 package :-) No, the correct library is 5.0. Please get the up-to-date package from . Or if you don't want to hassle with shared libraries at all, get . John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Self-knowledge is always bad news." -- John Barth From owner-freebsd-stable Mon Jan 12 12:35:48 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA25909 for stable-outgoing; Mon, 12 Jan 1998 12:35:48 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from hermes.uninet.net.mx (hermes.uninet.net.mx [200.33.146.193]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA25881 for ; Mon, 12 Jan 1998 12:35:34 -0800 (PST) (envelope-from eculp@ver1.telmex.net.mx) Received: from sunix (ver1_164.uninet.net.mx [200.38.135.164] (may be forged)) by hermes.uninet.net.mx (8.8.8/8.8.8) with SMTP id NAA12479; Mon, 12 Jan 1998 13:31:31 -0600 (CST) Message-ID: <34BA6FD8.652F2821@ver1.telmex.net.mx> Date: Mon, 12 Jan 1998 13:32:40 -0600 From: Edwin Culp Organization: Mexico Communicates, S.C. X-Mailer: Mozilla 3.01Gold (X11; I; Linux 2.0.14 i586) MIME-Version: 1.0 To: John Polstra CC: john@mailhost.cas.unt.edu, stable@freebsd.org Subject: Re: CVSup users: please upgrade to version 15.2 References: <199801121826.KAA23323@austin.polstra.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk John Polstra wrote: > > > The correct library should be so.4.1. At least that works fine for > > me and I don't know where to find a so.5.0 I can't find it in my > > modula3.6 package :-) > > No, the correct library is 5.0. Please get the up-to-date package from > . > Or if you don't want to hassle with shared libraries at all, get > . The above is why my 4.1 libraries work, I forgot that I'm using the cvsup-bin-1.2 version they aren't being used :-) Thanks for the observation. ed From owner-freebsd-stable Mon Jan 12 13:45:33 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA05650 for stable-outgoing; Mon, 12 Jan 1998 13:45:33 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from gras-varg.worldgate.com (gras-varg.worldgate.com [198.161.84.12]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA05636; Mon, 12 Jan 1998 13:45:18 -0800 (PST) (envelope-from skafte@worldgate.com) Received: (from skafte@localhost) by gras-varg.worldgate.com (8.8.8/8.6.12) id OAA11941; Mon, 12 Jan 1998 14:44:32 -0700 (MST) Message-ID: <19980112144432.30074@worldgate.com> Date: Mon, 12 Jan 1998 14:44:32 -0700 From: Greg Skafte To: freebsd-stable@freebsd.org, freebsd-hackers@freebsd.org Subject: 3com 3C509B Combo card Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 Organization: WorldGate Inc. X-PGP-Fingerprint: 42 9C 2C A8 4D 2B C9 C4 7D B6 00 B0 50 47 20 97 X-URL: http://gras-varg.worldgate.com/~skafte Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Over the last few weeks with various versions of RELENG_2_2 I've been having a problem with my 3c509 cards. It seems under conditions of high traffic and high colision rates that the nic seems to get confused.... the machine doesn't lock or reboot, I just lose network conectivity. If I do an ifconfig ep0 down ; ifconfig ep0 up then I'm back.... has anyone else seen similar issues .... -- Email: skafte@worldgate.com Voice: +403 413 1910 Fax: +403 421 4929 #575 Sun Life Place * 10123 99 Street * Edmonton, AB * Canada * T5J 3H1 -- -- When things can't get any worse, they simplify themselves by getting a whole lot worse then complicated. A complete and utter disaster is the simplest thing in the world; it's preventing one that's complex. (Janet Morris) From owner-freebsd-stable Mon Jan 12 14:42:24 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA13013 for stable-outgoing; Mon, 12 Jan 1998 14:42:24 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from mercury.acs.unt.edu (mercury.acs.unt.edu [129.120.1.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA13008 for ; Mon, 12 Jan 1998 14:42:19 -0800 (PST) (envelope-from john@mailhost.cas.unt.edu) From: john@mailhost.cas.unt.edu Received: from www.cas.unt.edu (www.cas.unt.edu [129.120.3.150]) by mercury.acs.unt.edu (8.8.8/8.8.8) with ESMTP id QAA18170; Mon, 12 Jan 1998 16:42:17 -0600 (CST) Received: from purgatory (purgatory.cascss.unt.edu [129.120.32.82]) by www.cas.unt.edu (8.8.7/8.6.9) with SMTP id QAA12166; Mon, 12 Jan 1998 16:42:10 -0600 (CST) Message-Id: <199801122242.QAA12166@www.cas.unt.edu> Comments: Authenticated sender is To: John Polstra Date: Mon, 12 Jan 1998 16:42:15 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: CVSup coring on -v from package, port worked ok. CC: stable@freebsd.org Priority: normal In-reply-to: <199801121826.KAA23323@austin.polstra.com> References: Your message of "Mon, 12 Jan 1998 12:09:22 CST." <34BA5C52.17B561D3@ver1.telmex.net.mx> X-mailer: Pegasus Mail for Win32 (v2.53/R1) Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk FYI. After installing the package file cvsup-15.2 bash# cvsup -v Segmentation fault (core dumped) bash# tar tzvf /usr/local/packages/cvsup-15.2.tgz -rw-r--r-- root/bin 462 Dec 29 16:39 1997 +CONTENTS -rw-r--r-- root/bin 68 Dec 29 16:39 1997 +COMMENT -rw-r--r-- root/bin 412 Dec 29 16:39 1997 +DESC -rw-r--r-- root/wheel 4358 Nov 5 19:14 1997 +MTREE_DIRS -r-xr-xr-x bin/bin 434176 Dec 29 16:38 1997 bin/cvsup -r-xr-xr-x bin/bin 4383 Dec 29 16:38 1997 bin/supconv -r--r--r-- bin/bin 11269 Dec 29 16:38 1997 man/man1/cvsup.1.gz -r--r--r-- bin/bin 1180 Dec 29 16:38 1997 man/man1/supconv.1.gz -r--r--r-- bin/bin 6149 Dec 29 16:38 1997 man/man8/cvsupd.8.gz -r-xr-xr-x bin/bin 348160 Dec 29 16:38 1997 sbin/cvsupd bash# After doing a make reinstall from the cvsup15.2 port. bash# cvsup -v CVSup client Software version: REL_15_2 Protocol version: 15.4 bash# -------------------------------------------------- John A. Booth University of North Texas College of Arts & Sciences Computer Support Specialist GW address: CAS.PO7.JOHN Internet: john@unt.edu Office: 940-565-4498 From owner-freebsd-stable Mon Jan 12 18:50:23 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA16612 for stable-outgoing; Mon, 12 Jan 1998 18:50:23 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from word.smith.net.au (vh1.gsoft.com.au [203.38.152.122]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA16501 for ; Mon, 12 Jan 1998 18:49:48 -0800 (PST) (envelope-from mike@word.smith.net.au) Received: from word (localhost [127.0.0.1]) by word.smith.net.au (8.8.8/8.8.5) with ESMTP id NAA04707; Tue, 13 Jan 1998 13:11:53 +1030 (CST) Message-Id: <199801130241.NAA04707@word.smith.net.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: john@mailhost.cas.unt.edu cc: Mike Smith , perl@netmug.org, "'FreeBSD-Stable'" Subject: Re: memory testers In-reply-to: Your message of "Mon, 12 Jan 1998 08:45:16 -0000." <199801121445.IAA28512@www.cas.unt.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 13 Jan 1998 13:11:53 +1030 From: Mike Smith Sender: owner-freebsd-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > There are no software memory testing programs which provide adequate > > testing facilities. The only way to test memories usefully is with a > > standalone memory tester. > And even a standalone memory tester won't catch most problems. A good one will (by definition, really 8). Admittedly, you want to be testing an awful lot of memory before you can justify the cost involved in one of these. > The only way I know is to install a protected mode OS (OS/2,WINNT,any of > the unixes). This is the most cost-effective way, yes. It also highlights other problems in the interactions between memory parts and memory controllers which a memory tester can't test. -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ From owner-freebsd-stable Wed Jan 14 09:17:21 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA25446 for stable-outgoing; Wed, 14 Jan 1998 09:17:21 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from baklava.alt.net (root@baklava.alt.net [207.14.113.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA25441 for ; Wed, 14 Jan 1998 09:17:14 -0800 (PST) (envelope-from ccaputo@alt.net) Received: from baklava.alt.net (ccaputo@baklava.alt.net [207.14.113.9]) by baklava.alt.net (8.8.5/8.7.3) with SMTP id JAA12131; Wed, 14 Jan 1998 09:17:13 -0800 (PST) Date: Wed, 14 Jan 1998 09:17:13 -0800 (PST) From: Chris Caputo To: freebsd-stable@freebsd.org Subject: network performance problems (de0) (resend) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Has anyone experienced any network slowness with FreeBSD 2.2.5 or 2.2-RELENG and the de driver (card is DEC DE500BA)? I am seeing problems and upgrading to the 971020 if_de.c driver didn't seem to help. dmesg: de0 rev 48 int a irq 10 on pci0:10 de0: DEC DE500-BA 21143 [10-100Mb/s] pass 3.0 ... de0: enabling 100baseTX port de0: enabling Full Duplex 100baseTX port Basically, transfers between local machines are about 10 times slower than they should be. This is based on comparison with FreeBSD 2.1-RELENG, NetBSD 1.3, and BSDI 2.1/3.1 boxes on the same fast ethernet switch. In watching an ftp transfer (with hash marks), I can see the TCP traffic moving in bursts of several hundred K at a time when receiving. In between bursts are about a half or full second of nothing and then it continues. Receive rate for a 10 meg file is about 400kbytes/sec when it should be more like 3mbytes/sec. Sends are considerably worse. About 80 or 100k gets sent and then it pauses for a sec and then another 80 or 100k and then a pause, etc. Transmit rate for the same 10 meg file comes out to 46kbytes/sec. It should normally be around 3mbytes/sec. Based on these tests it looks like there is some kind of problem with outgoing data. Ping floods from another machine do not demonstrate a problem. For example: 56 byte pings: 12786 packets transmitted, 12779 packets received, 0% packet loss round-trip min/avg/max = 0.191/0.449/199.716 ms 256 byte pings: 17055 packets transmitted, 17046 packets received, 0% packet loss round-trip min/avg/max = 0.270/0.607/240.248 ms 1400 byte pings: 7426 packets transmitted, 7408 packets received, 0% packet loss round-trip min/avg/max = 0.744/1.747/57.048 ms The apparent lack of problems when doing pings (ICMP), makes me wonder if there is some problem with the TCP sends. Any thoughts or suggestions on how to debug this further? Chris From owner-freebsd-stable Wed Jan 14 11:42:19 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA14279 for stable-outgoing; Wed, 14 Jan 1998 11:42:19 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from super-g.inch.com ([207.240.140.161]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA14249; Wed, 14 Jan 1998 11:42:10 -0800 (PST) (envelope-from spork@super-g.com) Received: from localhost (localhost [127.0.0.1]) by super-g.inch.com (8.8.8/8.8.5) with SMTP id OAA07905; Wed, 14 Jan 1998 14:41:47 -0500 (EST) Date: Wed, 14 Jan 1998 14:41:47 -0500 (EST) From: spork X-Sender: spork@super-g.inch.com To: Doug White cc: questions@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: -stable panic In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk And as a followup to my own question, this is what fixed the "vref where vget..." problem: We have three web machines, all running the same kernel, lkms, and binaries. One of them paniced shortly after boot. The machines are identical, except for the one that paniced, which has 128M instead of 98M. I had mistakenly done the "installworld" with -DNOLKM, which skipped updating the Linux lkm. For some reason, two of the machines had no problem with the outdated lkm, and one did. Doing a "make install" in /usr/src/lkm/linux fixed it up. So the lesson learned is "always update your lkms". I win a pointy hat. Thanks, Charles Sprickman spork@super-g.com ---- "I'm not a prophet or a stone-age man Just a mortal with potential of a superman I'm living on" -DB On Mon, 12 Jan 1998, spork wrote: > I did, and I am :) Never heard anything back though... > > Thanks anyhow, > > Charles > > > > > > A kernel made from sources supped today (and one from last week) are both > > > giving the same panic shortly after a bunch of webservers start: > > > > Please report -STABLE problems to stable@freebsd.org, a mailing list you > > should be subscribed to. > > > > Doug White | University of Oregon > > Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant > > http://gladstone.uoregon.edu/~dwhite | Computer Science Major > > > > > From owner-freebsd-stable Wed Jan 14 11:42:56 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA14359 for stable-outgoing; Wed, 14 Jan 1998 11:42:56 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from super-g.inch.com ([207.240.140.161]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA14249; Wed, 14 Jan 1998 11:42:10 -0800 (PST) (envelope-from spork@super-g.com) Received: from localhost (localhost [127.0.0.1]) by super-g.inch.com (8.8.8/8.8.5) with SMTP id OAA07905; Wed, 14 Jan 1998 14:41:47 -0500 (EST) Date: Wed, 14 Jan 1998 14:41:47 -0500 (EST) From: spork X-Sender: spork@super-g.inch.com To: Doug White cc: questions@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: -stable panic In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk And as a followup to my own question, this is what fixed the "vref where vget..." problem: We have three web machines, all running the same kernel, lkms, and binaries. One of them paniced shortly after boot. The machines are identical, except for the one that paniced, which has 128M instead of 98M. I had mistakenly done the "installworld" with -DNOLKM, which skipped updating the Linux lkm. For some reason, two of the machines had no problem with the outdated lkm, and one did. Doing a "make install" in /usr/src/lkm/linux fixed it up. So the lesson learned is "always update your lkms". I win a pointy hat. Thanks, Charles Sprickman spork@super-g.com ---- "I'm not a prophet or a stone-age man Just a mortal with potential of a superman I'm living on" -DB On Mon, 12 Jan 1998, spork wrote: > I did, and I am :) Never heard anything back though... > > Thanks anyhow, > > Charles > > > > > > A kernel made from sources supped today (and one from last week) are both > > > giving the same panic shortly after a bunch of webservers start: > > > > Please report -STABLE problems to stable@freebsd.org, a mailing list you > > should be subscribed to. > > > > Doug White | University of Oregon > > Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant > > http://gladstone.uoregon.edu/~dwhite | Computer Science Major > > > > > From owner-freebsd-stable Wed Jan 14 11:46:35 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA14920 for stable-outgoing; Wed, 14 Jan 1998 11:46:35 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from super-g.inch.com ([207.240.140.161]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA14249; Wed, 14 Jan 1998 11:42:10 -0800 (PST) (envelope-from spork@super-g.com) Received: from localhost (localhost [127.0.0.1]) by super-g.inch.com (8.8.8/8.8.5) with SMTP id OAA07905; Wed, 14 Jan 1998 14:41:47 -0500 (EST) Date: Wed, 14 Jan 1998 14:41:47 -0500 (EST) From: spork X-Sender: spork@super-g.inch.com To: Doug White cc: questions@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: -stable panic In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk And as a followup to my own question, this is what fixed the "vref where vget..." problem: We have three web machines, all running the same kernel, lkms, and binaries. One of them paniced shortly after boot. The machines are identical, except for the one that paniced, which has 128M instead of 98M. I had mistakenly done the "installworld" with -DNOLKM, which skipped updating the Linux lkm. For some reason, two of the machines had no problem with the outdated lkm, and one did. Doing a "make install" in /usr/src/lkm/linux fixed it up. So the lesson learned is "always update your lkms". I win a pointy hat. Thanks, Charles Sprickman spork@super-g.com ---- "I'm not a prophet or a stone-age man Just a mortal with potential of a superman I'm living on" -DB On Mon, 12 Jan 1998, spork wrote: > I did, and I am :) Never heard anything back though... > > Thanks anyhow, > > Charles > > > > > > A kernel made from sources supped today (and one from last week) are both > > > giving the same panic shortly after a bunch of webservers start: > > > > Please report -STABLE problems to stable@freebsd.org, a mailing list you > > should be subscribed to. > > > > Doug White | University of Oregon > > Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant > > http://gladstone.uoregon.edu/~dwhite | Computer Science Major > > > > > From owner-freebsd-stable Wed Jan 14 11:48:34 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA15337 for stable-outgoing; Wed, 14 Jan 1998 11:48:34 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from super-g.inch.com ([207.240.140.161]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA14249; Wed, 14 Jan 1998 11:42:10 -0800 (PST) (envelope-from spork@super-g.com) Received: from localhost (localhost [127.0.0.1]) by super-g.inch.com (8.8.8/8.8.5) with SMTP id OAA07905; Wed, 14 Jan 1998 14:41:47 -0500 (EST) Date: Wed, 14 Jan 1998 14:41:47 -0500 (EST) From: spork X-Sender: spork@super-g.inch.com To: Doug White cc: questions@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: -stable panic In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk And as a followup to my own question, this is what fixed the "vref where vget..." problem: We have three web machines, all running the same kernel, lkms, and binaries. One of them paniced shortly after boot. The machines are identical, except for the one that paniced, which has 128M instead of 98M. I had mistakenly done the "installworld" with -DNOLKM, which skipped updating the Linux lkm. For some reason, two of the machines had no problem with the outdated lkm, and one did. Doing a "make install" in /usr/src/lkm/linux fixed it up. So the lesson learned is "always update your lkms". I win a pointy hat. Thanks, Charles Sprickman spork@super-g.com ---- "I'm not a prophet or a stone-age man Just a mortal with potential of a superman I'm living on" -DB On Mon, 12 Jan 1998, spork wrote: > I did, and I am :) Never heard anything back though... > > Thanks anyhow, > > Charles > > > > > > A kernel made from sources supped today (and one from last week) are both > > > giving the same panic shortly after a bunch of webservers start: > > > > Please report -STABLE problems to stable@freebsd.org, a mailing list you > > should be subscribed to. > > > > Doug White | University of Oregon > > Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant > > http://gladstone.uoregon.edu/~dwhite | Computer Science Major > > > > > From owner-freebsd-stable Wed Jan 14 11:50:46 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA15739 for stable-outgoing; Wed, 14 Jan 1998 11:50:46 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from super-g.inch.com ([207.240.140.161]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA14249; Wed, 14 Jan 1998 11:42:10 -0800 (PST) (envelope-from spork@super-g.com) Received: from localhost (localhost [127.0.0.1]) by super-g.inch.com (8.8.8/8.8.5) with SMTP id OAA07905; Wed, 14 Jan 1998 14:41:47 -0500 (EST) Date: Wed, 14 Jan 1998 14:41:47 -0500 (EST) From: spork X-Sender: spork@super-g.inch.com To: Doug White cc: questions@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: -stable panic In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk And as a followup to my own question, this is what fixed the "vref where vget..." problem: We have three web machines, all running the same kernel, lkms, and binaries. One of them paniced shortly after boot. The machines are identical, except for the one that paniced, which has 128M instead of 98M. I had mistakenly done the "installworld" with -DNOLKM, which skipped updating the Linux lkm. For some reason, two of the machines had no problem with the outdated lkm, and one did. Doing a "make install" in /usr/src/lkm/linux fixed it up. So the lesson learned is "always update your lkms". I win a pointy hat. Thanks, Charles Sprickman spork@super-g.com ---- "I'm not a prophet or a stone-age man Just a mortal with potential of a superman I'm living on" -DB On Mon, 12 Jan 1998, spork wrote: > I did, and I am :) Never heard anything back though... > > Thanks anyhow, > > Charles > > > > > > A kernel made from sources supped today (and one from last week) are both > > > giving the same panic shortly after a bunch of webservers start: > > > > Please report -STABLE problems to stable@freebsd.org, a mailing list you > > should be subscribed to. > > > > Doug White | University of Oregon > > Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant > > http://gladstone.uoregon.edu/~dwhite | Computer Science Major > > > > > From owner-freebsd-stable Wed Jan 14 11:53:36 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA15954 for stable-outgoing; Wed, 14 Jan 1998 11:53:36 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from super-g.inch.com ([207.240.140.161]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA14249; Wed, 14 Jan 1998 11:42:10 -0800 (PST) (envelope-from spork@super-g.com) Received: from localhost (localhost [127.0.0.1]) by super-g.inch.com (8.8.8/8.8.5) with SMTP id OAA07905; Wed, 14 Jan 1998 14:41:47 -0500 (EST) Date: Wed, 14 Jan 1998 14:41:47 -0500 (EST) From: spork X-Sender: spork@super-g.inch.com To: Doug White cc: questions@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: -stable panic In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk And as a followup to my own question, this is what fixed the "vref where vget..." problem: We have three web machines, all running the same kernel, lkms, and binaries. One of them paniced shortly after boot. The machines are identical, except for the one that paniced, which has 128M instead of 98M. I had mistakenly done the "installworld" with -DNOLKM, which skipped updating the Linux lkm. For some reason, two of the machines had no problem with the outdated lkm, and one did. Doing a "make install" in /usr/src/lkm/linux fixed it up. So the lesson learned is "always update your lkms". I win a pointy hat. Thanks, Charles Sprickman spork@super-g.com ---- "I'm not a prophet or a stone-age man Just a mortal with potential of a superman I'm living on" -DB On Mon, 12 Jan 1998, spork wrote: > I did, and I am :) Never heard anything back though... > > Thanks anyhow, > > Charles > > > > > > A kernel made from sources supped today (and one from last week) are both > > > giving the same panic shortly after a bunch of webservers start: > > > > Please report -STABLE problems to stable@freebsd.org, a mailing list you > > should be subscribed to. > > > > Doug White | University of Oregon > > Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant > > http://gladstone.uoregon.edu/~dwhite | Computer Science Major > > > > > From owner-freebsd-stable Wed Jan 14 12:10:18 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA17426 for stable-outgoing; Wed, 14 Jan 1998 12:10:18 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from mrelay.jrc.it ([139.191.1.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA17409; Wed, 14 Jan 1998 12:10:11 -0800 (PST) (envelope-from dirk.vangulik@jrc.it) Received: from elec.isei.jrc.it by mrelay.jrc.it (LMC5688) with SMTP id VAA07475; Wed, 14 Jan 1998 21:10:00 +0100 (MET) Received: from elect6.jrc.it by elec.isei.jrc.it (4.1/EI-3.0m) id AA19440; Wed, 14 Jan 98 21:09:24 +0100 Posted-Date: Wed, 14 Jan 1998 21:08:28 +0100 (MET) Date: Wed, 14 Jan 1998 21:08:28 +0100 (MET) From: Dirk-Willem van Gulik X-Sender: dirkx@elect6.jrc.it Reply-To: Dirk-Willem van Gulik To: john@mailhost.cas.unt.edu Cc: Greg Skafte , freebsd-stable@FreeBSD.ORG, freebsd-hackers@FreeBSD.ORG Subject: Re: 3com 3C509B Combo card In-Reply-To: <199801131506.JAA26146@www.cas.unt.edu> Message-Id: Reply-Path: Dirk.vanGulik@jrc.it Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 13 Jan 1998 john@mailhost.cas.unt.edu wrote: > > having a problem with my 3c509 cards. It seems under conditions of high > Last time I checked the GENERIC conf file said the 509 driver was buggy. > I can remember having problems with it way back in 1.05. I would suggest > moving to another card and would recommend the Intel EtherExpress 10/100B. Hmm, we run production with it on two large boxes in holland, and some smaller ones in the UK, no trouble whatsoever, in both modes. Dw. From owner-freebsd-stable Wed Jan 14 21:59:16 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA28717 for stable-outgoing; Wed, 14 Jan 1998 21:59:16 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from wcc.wcc.net (wcc.wcc.net [208.6.232.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA28657; Wed, 14 Jan 1998 21:58:52 -0800 (PST) (envelope-from piquan@wcc.wcc.net) Received: from detlev.UUCP (tnt219.wcc.net [208.10.139.219]) by wcc.wcc.net (8.8.7/8.8.7) with ESMTP id XAA08259; Wed, 14 Jan 1998 23:55:26 -0600 (CST) Received: (from joelh@localhost) by detlev.UUCP (8.8.8/8.8.7) id XAA04566; Wed, 14 Jan 1998 23:58:00 -0600 (CST) (envelope-from joelh) Date: Wed, 14 Jan 1998 23:58:00 -0600 (CST) Message-Id: <199801150558.XAA04566@detlev.UUCP> To: lyndon@ve7tcp.ampr.org CC: john@mailhost.cas.unt.edu, skafte@worldgate.com, freebsd-stable@FreeBSD.ORG, freebsd-hackers@FreeBSD.ORG In-reply-to: <199801140514.WAA11772@ve7tcp.ampr.org> (message from Lyndon Nerenberg on Tue, 13 Jan 1998 22:14:40 -0700) Subject: Re: 3com 3C509B Combo card From: Joel Ray Holveck Reply-to: joelh@gnu.org References: <199801140514.WAA11772@ve7tcp.ampr.org> Sender: owner-freebsd-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Okay, I'm stumped. I've run 509B's (and plain old 509's) since they > came out, in a lot of busy production critical servers, running FreeBSD > and just about anything else for x86 that networked. I've found them to > be nothing but rock solid reliable. > Do we know who originated the "buggy" comment in the kernel config? > Would someone like to volunteer to track back through CVS and see > who originated it? Would the originator care to explain the comment? > Personally, I think the whole "buggy" statement is bogus, and has been > for quite some time. Lacking evidence to the contrary the comment should > be squelched before this business of buggy 509's reaches the status > of urban legend :-) I can personally vouch that the 3C509 driver in -current was buggy at the year's beginning. At the beginning of the year, I installed a small LAN in my apartment: one W95 machine with a SVEC FD0290, and one FreeBSD machine with a 509. I never had usable network operations. A tcpdump showed that pings (and other packets) would not show as being returned until the ping process ended. (Simultanious pings would show responses from each when that process ended.) At that point, the appropriate number of ECHO_REPLYs would be generated. The computers operated normally when both were running Windows 95. I switched to an NE2000 clone and it worked fine. I haven't repeated the experiment since the recent changes in if_ep. Happy hacking, joelh -- Joel Ray Holveck - joelh@gnu.org - http://www.wp.com/piquan Fourth law of programming: Anything that can go wrong wi sendmail: segmentation violation - core dumped From owner-freebsd-stable Wed Jan 14 23:20:42 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA08104 for stable-outgoing; Wed, 14 Jan 1998 23:20:42 -0800 (PST) (envelope-from owner-freebsd-stable) 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 XAA08057 for ; Wed, 14 Jan 1998 23:20:14 -0800 (PST) (envelope-from tom@uniserve.com) Received: from shell.uniserve.com [204.244.186.218] by pop.uniserve.com with smtp (Exim 1.73 #1) id 0xsjb1-0003ZE-00; Wed, 14 Jan 1998 23:20:11 -0800 Date: Wed, 14 Jan 1998 23:20:07 -0800 (PST) From: Tom To: Chris Caputo cc: freebsd-stable@freebsd.org Subject: Re: network performance problems (de0) (resend) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 14 Jan 1998, Chris Caputo wrote: > de0: enabling 100baseTX port > de0: enabling Full Duplex 100baseTX port ... > Any thoughts or suggestions on how to debug this further? Check the network first. Is the switch port that the machine is connected to set to fullduplex? The de driver never used to be capable of fullduplex, so I suspect this is the source of your problems. > Chris Tom From owner-freebsd-stable Thu Jan 15 00:02:22 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA12089 for stable-outgoing; Thu, 15 Jan 1998 00:02:22 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from baklava.alt.net (root@baklava.alt.net [207.14.113.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA12065 for ; Thu, 15 Jan 1998 00:02:16 -0800 (PST) (envelope-from ccaputo@alt.net) Received: from baklava.alt.net (ccaputo@baklava.alt.net [207.14.113.9]) by baklava.alt.net (8.8.5/8.7.3) with SMTP id XAA16576; Wed, 14 Jan 1998 23:58:38 -0800 (PST) Date: Wed, 14 Jan 1998 23:58:37 -0800 (PST) From: Chris Caputo To: Tom cc: freebsd-stable@FreeBSD.ORG Subject: Re: network performance problems (de0) (resend) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 14 Jan 1998, Tom wrote: > On Wed, 14 Jan 1998, Chris Caputo wrote: > > > de0: enabling 100baseTX port > > de0: enabling Full Duplex 100baseTX port > ... > > Any thoughts or suggestions on how to debug this further? > > Check the network first. Is the switch port that the machine is > connected to set to fullduplex? > > The de driver never used to be capable of fullduplex, so I suspect this > is the source of your problems. Thanks for the suggestions. The cable, port, and driver have been tested with a FreeBSD 2.1-STABLE machine and Full Duplex 100baseTX has been confirmed and performance has corresponded to a working configuration. The 2.1-STABLE de driver has been working in full duplex for us for months. Chris From owner-freebsd-stable Thu Jan 15 02:16:39 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA28219 for stable-outgoing; Thu, 15 Jan 1998 02:16:39 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from implode.root.com (implode.root.com [198.145.90.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA28077 for ; Thu, 15 Jan 1998 02:14:05 -0800 (PST) (envelope-from root@implode.root.com) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.5/8.8.5) with ESMTP id CAA13226; Thu, 15 Jan 1998 02:17:05 -0800 (PST) Message-Id: <199801151017.CAA13226@implode.root.com> To: Chris Caputo cc: Tom , freebsd-stable@FreeBSD.ORG Subject: Re: network performance problems (de0) (resend) In-reply-to: Your message of "Wed, 14 Jan 1998 23:58:37 PST." From: David Greenman Reply-To: dg@root.com Date: Thu, 15 Jan 1998 02:17:05 -0800 Sender: owner-freebsd-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >On Wed, 14 Jan 1998, Tom wrote: >> On Wed, 14 Jan 1998, Chris Caputo wrote: >> >> > de0: enabling 100baseTX port >> > de0: enabling Full Duplex 100baseTX port >> ... >> > Any thoughts or suggestions on how to debug this further? >> >> Check the network first. Is the switch port that the machine is >> connected to set to fullduplex? >> >> The de driver never used to be capable of fullduplex, so I suspect this >> is the source of your problems. > >Thanks for the suggestions. > >The cable, port, and driver have been tested with a FreeBSD 2.1-STABLE >machine and Full Duplex 100baseTX has been confirmed and performance has >corresponded to a working configuration. The 2.1-STABLE de driver has >been working in full duplex for us for months. Nonetheless, the 'de' driver has historically been broken for full duplex operation and Tom's suggestion is right on the money. I'd try setting the device or the switch or both to half duplex to see if the problem goes away. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project From owner-freebsd-stable Thu Jan 15 03:03:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA03354 for stable-outgoing; Thu, 15 Jan 1998 03:03:53 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from baklava.alt.net (root@baklava.alt.net [207.14.113.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA03234 for ; Thu, 15 Jan 1998 03:02:29 -0800 (PST) (envelope-from ccaputo@alt.net) Received: from baklava.alt.net (ccaputo@baklava.alt.net [207.14.113.9]) by baklava.alt.net (8.8.5/8.7.3) with SMTP id CAA23655; Thu, 15 Jan 1998 02:41:25 -0800 (PST) Date: Thu, 15 Jan 1998 02:41:24 -0800 (PST) From: Chris Caputo To: David Greenman cc: freebsd-stable@FreeBSD.ORG Subject: Re: network performance problems (de0) (resend) In-Reply-To: <199801151017.CAA13226@implode.root.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 15 Jan 1998, David Greenman wrote: > Nonetheless, the 'de' driver has historically been broken for full > duplex operation and Tom's suggestion is right on the money. I'd try > setting the device or the switch or both to half duplex to see if the > problem goes away. Respectfully, I wonder if this is because people didn't know the link settings necessary to activate it on 2.1-STABLE. On 2.1 we are using ifconfig_de0="inet x.x.x.x link0 link1 link2 netmask x.x.x.x" in /etc/sysconfig and it is working like a charm. The switch reports no corrupt packets and netstat reports no collisions (implying nominal full duplex operation). I'll keep messing around with 2.2-STABLE and report anything that might be useful. Thanks, Chris From owner-freebsd-stable Thu Jan 15 10:16:29 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA17707 for stable-outgoing; Thu, 15 Jan 1998 10:16:29 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from starbase.globalpc.net (starbase.globalpc.net [207.193.205.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA17687; Thu, 15 Jan 1998 10:16:17 -0800 (PST) (envelope-from agonzale@starbase.globalpc.net) Received: from localhost (agonzale@localhost) by starbase.globalpc.net (8.8.8/8.8.5) with SMTP id MAA16593; Thu, 15 Jan 1998 12:13:03 -0600 (CST) Date: Thu, 15 Jan 1998 12:13:03 -0600 (CST) From: Adrian Gonzalez Reply-To: Adrian Gonzalez To: Greg Skafte cc: freebsd-stable@freebsd.org, freebsd-hackers@freebsd.org Subject: Re: 3com 3C509B Combo card In-Reply-To: <19980112144432.30074@worldgate.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I had this exact same problem on a 2.2.2-RELEASE box that was acting as a router between two lans. Changed the two 3c509's for a couple of 3c900 boards (vx driver) and the problems went away. I haven't even bothered using 3c509's with freebsd since then. My guess is 3c509 support is still 'buggy' :) hope this helps -Adrian On Mon, 12 Jan 1998, Greg Skafte wrote: > Over the last few weeks with various versions of RELENG_2_2 I've been > having a problem with my 3c509 cards. It seems under conditions of high > traffic and high colision rates that the nic seems to get confused.... > > the machine doesn't lock or reboot, I just lose network conectivity. > If I do an ifconfig ep0 down ; ifconfig ep0 up then I'm back.... > > has anyone else seen similar issues .... > > > -- > Email: skafte@worldgate.com Voice: +403 413 1910 Fax: +403 421 4929 > #575 Sun Life Place * 10123 99 Street * Edmonton, AB * Canada * T5J 3H1 > -- -- > When things can't get any worse, they simplify themselves by getting a whole > lot worse then complicated. A complete and utter disaster is the simplest > thing in the world; it's preventing one that's complex. (Janet Morris) > From owner-freebsd-stable Thu Jan 15 12:45:24 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA08845 for stable-outgoing; Thu, 15 Jan 1998 12:45:24 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from ohio.river.org (river.org [209.24.233.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA08829; Thu, 15 Jan 1998 12:45:14 -0800 (PST) (envelope-from dhawk@ohio.river.org) Received: (from dhawk@localhost) by ohio.river.org (8.8.8/8.7.3) id MAA15528; Thu, 15 Jan 1998 12:43:28 -0800 (PST) From: David Hawkins Message-Id: <199801152043.MAA15528@ohio.river.org> Subject: Re: 3com 3C509B Combo card In-Reply-To: <199801150558.XAA04566@detlev.UUCP> from Joel Ray Holveck at "Jan 14, 98 11:58:00 pm" To: joelh@gnu.org Date: Thu, 15 Jan 1998 12:43:27 -0800 (PST) Cc: lyndon@ve7tcp.ampr.org, john@mailhost.cas.unt.edu, skafte@worldgate.com, freebsd-stable@FreeBSD.ORG, freebsd-hackers@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > Okay, I'm stumped. I've run 509B's (and plain old 509's) since they > > came out, in a lot of busy production critical servers, running FreeBSD > > and just about anything else for x86 that networked. I've found them to > > be nothing but rock solid reliable. The River's been running a 509B for two years. A couple of things: 1. turn off PlugNPlay 2. don't use a transceiver Our colocation service moved the machine recently and put in a transceiver. The network connection became unreliable. Once I took off the transceiver all was well. (Someone else figured out the problem.) We've used FreeBSD from 2.0.5 until to 2.2.5-stable. later, david -- David Hawkins -- dhawk@river.org http://www.river.org "The mind limits. If you believe you've lost your wallet, you can't buy a thing." -- M Normal From owner-freebsd-stable Mon Jan 19 05:30:32 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA26636 for stable-outgoing; Mon, 19 Jan 1998 05:30:32 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from king.ki.informatik.uni-frankfurt.de (king.ki.informatik.uni-frankfurt.de [141.2.10.16]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA26573; Mon, 19 Jan 1998 05:30:15 -0800 (PST) (envelope-from marko@king.ki.informatik.uni-frankfurt.de) Received: (from marko@localhost) by king.ki.informatik.uni-frankfurt.de (8.7.1/8.7.1) id RAA09955; Fri, 16 Jan 1998 17:02:01 +0100 (MEZ) Date: Fri, 16 Jan 1998 17:02:01 +0100 (MEZ) Message-Id: <199801161602.RAA09955@king.ki.informatik.uni-frankfurt.de> From: Marko Schuetz MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: freebsd-mobile@freebsd.org, freebsd-stable@freebsd.org Subject: PCCard ethernet installation X-Mailer: VM 6.34 under Emacs 20.2.1 Reply-To: marko@cs.uni-frankfurt.de Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I boot my laptop with 2.2-980115-SNAP boot.flp. It does not detect my D-Link 650. Neither when I have ed0 active in the kernel nor when I deactivate it. How do I get it right? Marko From owner-freebsd-stable Mon Jan 19 08:26:16 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA11979 for stable-outgoing; Mon, 19 Jan 1998 08:26:16 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA11969; Mon, 19 Jan 1998 08:26:09 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id JAA12708; Mon, 19 Jan 1998 09:26:07 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id JAA03545; Mon, 19 Jan 1998 09:26:06 -0700 Date: Mon, 19 Jan 1998 09:26:06 -0700 Message-Id: <199801191626.JAA03545@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: marko@cs.uni-frankfurt.de Cc: freebsd-mobile@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG Subject: Re: PCCard ethernet installation In-Reply-To: <199801161602.RAA09955@king.ki.informatik.uni-frankfurt.de> References: <199801161602.RAA09955@king.ki.informatik.uni-frankfurt.de> X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-freebsd-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > I boot my laptop with 2.2-980115-SNAP boot.flp. The stock FreeBSD boot floppy doesn't detect any PCMCIA cards but the 3C589 series and the IBM InfoMover cards. You must use the PAO boot floppy to detect other cards. Nate From owner-freebsd-stable Mon Jan 19 14:19:58 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA26877 for stable-outgoing; Mon, 19 Jan 1998 14:19:58 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from baklava.alt.net (root@baklava.alt.net [207.14.113.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA26870 for ; Mon, 19 Jan 1998 14:19:48 -0800 (PST) (envelope-from ccaputo@alt.net) Received: from baklava.alt.net (ccaputo@baklava.alt.net [207.14.113.9]) by baklava.alt.net (8.8.5/8.7.3) with SMTP id OAA28893; Mon, 19 Jan 1998 14:19:40 -0800 (PST) Date: Mon, 19 Jan 1998 14:19:40 -0800 (PST) From: Chris Caputo To: freebsd-stable@FreeBSD.ORG Subject: Re: network performance problems (de0) (resend) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I ended up swapping in a 21140 based card (DE500-XA) to replace the 21143 (DE500-BA) based one and the problem went away. The conclusion based on this is that the 21143 driver may not be working well for Full-Duplex 100BaseTX applications. Some people asked about the switch. The switch is a Cisco Catalyst 2901. Chris On Thu, 15 Jan 1998, Chris Caputo wrote: > On Thu, 15 Jan 1998, David Greenman wrote: > > Nonetheless, the 'de' driver has historically been broken for full > > duplex operation and Tom's suggestion is right on the money. I'd try > > setting the device or the switch or both to half duplex to see if the > > problem goes away. > > Respectfully, I wonder if this is because people didn't know the link > settings necessary to activate it on 2.1-STABLE. On 2.1 we are using > > ifconfig_de0="inet x.x.x.x link0 link1 link2 netmask x.x.x.x" > > in /etc/sysconfig and it is working like a charm. The switch reports no > corrupt packets and netstat reports no collisions (implying nominal full > duplex operation). > > I'll keep messing around with 2.2-STABLE and report anything that might be > useful. > > Thanks, > Chris > From owner-freebsd-stable Mon Jan 19 19:26:45 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA23430 for stable-outgoing; Mon, 19 Jan 1998 19:26:45 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from outmail.utsunomiya-u.ac.jp (outmail.utsunomiya-u.ac.jp [160.12.196.3]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id TAA23412 for ; Mon, 19 Jan 1998 19:26:37 -0800 (PST) (envelope-from yokota@zodiac.mech.utsunomiya-u.ac.jp) Received: by outmail.utsunomiya-u.ac.jp id AA19530; Tue, 20 Jan 1998 12:26:17 +0900 Received: from zodiac.mech.utsunomiya-u.ac.jp (zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by zodiac.mech.utsunomiya-u.ac.jp (8.7.6+2.6Wbeta7/3.4W/zodiac-May96) with ESMTP id MAA12994; Tue, 20 Jan 1998 12:33:48 +0900 (JST) Message-Id: <199801200333.MAA12994@zodiac.mech.utsunomiya-u.ac.jp> To: stable@freebsd.org Cc: yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: ATTENTION: new mouse code merge from -current Date: Tue, 20 Jan 1998 12:33:43 +0900 From: Kazutaka YOKOTA Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I am going to merge new mouse support code from 3.0-CURRENT to 2.2-STABLE. The mse, psm, syscons/sysmouse drivers and moused will be modified. I will commit updated man pages too. Please refer to the man pages for mouse(4), mse(4), psm(4), sysmouse(4), rc.conf(5) and moused(8) for details. The change involves slight modification of some of console and mouse ioctls. However, binary compatibility support is provided, thus, old moused and existing programs which accesses mice will run as-is on the updated kernel. But, you are still advised to `make world' and rebuild the kernel so that the new moused will take advantage of reshaped console/mouse ioctls. Thank you. Kazu yokota@freebsd.org From owner-freebsd-stable Mon Jan 19 20:11:30 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA28501 for stable-outgoing; Mon, 19 Jan 1998 20:11:30 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from outmail.utsunomiya-u.ac.jp (outmail.utsunomiya-u.ac.jp [160.12.196.3]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id UAA28460 for ; Mon, 19 Jan 1998 20:11:06 -0800 (PST) (envelope-from yokota@zodiac.mech.utsunomiya-u.ac.jp) Received: by outmail.utsunomiya-u.ac.jp id AA19631; Tue, 20 Jan 1998 13:11:03 +0900 Received: from zodiac.mech.utsunomiya-u.ac.jp (zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by zodiac.mech.utsunomiya-u.ac.jp (8.7.6+2.6Wbeta7/3.4W/zodiac-May96) with ESMTP id NAA14120; Tue, 20 Jan 1998 13:18:35 +0900 (JST) Message-Id: <199801200418.NAA14120@zodiac.mech.utsunomiya-u.ac.jp> To: stable@freebsd.org Cc: yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: ATTENTION: new mouse code merge from -current In-Reply-To: Your message of "Tue, 20 Jan 1998 12:33:43 JST." <199801200333.MAA12994@zodiac.mech.utsunomiya-u.ac.jp> References: <199801200333.MAA12994@zodiac.mech.utsunomiya-u.ac.jp> Date: Tue, 20 Jan 1998 13:18:34 +0900 From: Kazutaka YOKOTA Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >I am going to merge new mouse support code from 3.0-CURRENT to >2.2-STABLE. The mse, psm, syscons/sysmouse drivers and moused will be >modified. [snip] Done. Kazu From owner-freebsd-stable Mon Jan 19 22:25:00 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA07236 for stable-outgoing; Mon, 19 Jan 1998 22:25:00 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from whiterose.ece.rice.edu (whiterose.ece.rice.edu [128.42.12.11]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA07204 for ; Mon, 19 Jan 1998 22:24:43 -0800 (PST) (envelope-from jyqiu@rice.edu) Received: from whiterose.ece.rice.edu (localhost [127.0.0.1]) by whiterose.ece.rice.edu (8.8.3/8.8.3) with SMTP id AAA12041 for ; Tue, 20 Jan 1998 00:24:42 GMT Message-ID: <34C3EECA.167EB0E7@rice.edu> Date: Tue, 20 Jan 1998 00:24:42 +0000 From: Jingyu Qiu X-Mailer: Mozilla 3.03 (X11; I; FreeBSD 2.1.6-RELEASE i386) MIME-Version: 1.0 To: freebsd-stable@FreeBSD.ORG Subject: can't do make -B Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk hi: When I 'make world' after I retrieved the freebsd-stable from cvsup, an error comes telling me that make can't recognize '-B' flag, which appear many times in the Makefile, make: illegal option -- B usage: make [-eiknqrst] [-D variable] [-d flags] [-f makefile ] [-I directory] [-j max_jobs] [variable=value] What's wrong here, should I use another version of make or gmake instead? Thanks in advance for your help. -- ----------------------------------------------- ! Jingyu QIU ! (713)527-8750x2776(o) ! ! 6500 Main #107; ! (713)630-9107(h) ! ! HOUSTON, TX77030 ! FAX: 524-5237 ! ! www.owlnet.rice.edu/~jyqiu ! ----------------------------------------------- From owner-freebsd-stable Tue Jan 20 18:14:27 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA00481 for stable-outgoing; Tue, 20 Jan 1998 18:14:27 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from nts351.sowah.com.hk ([202.85.47.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id SAA00462 for ; Tue, 20 Jan 1998 18:14:14 -0800 (PST) (envelope-from kclau@nts351.sowah.com.hk) Received: from kc (unverified [202.85.47.11]) by nts351.sowah.com.hk (EMWAC SMTPRS 0.83) with SMTP id ; Wed, 21 Jan 1998 10:22:29 +0800 Message-ID: Comments: Authenticated sender is From: "LAU Kim-ching" Organization: Sowah Group To: stable@freebsd.org Date: Wed, 21 Jan 1998 10:06:28 +0800 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Boot2 error Reply-to: kclau@iname.com Priority: normal X-mailer: Pegasus Mail for Windows (v2.54) Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk To make FreeBSD boot from drive 2 I need to re-make the boot block. I got an error message "boot2 is too big" and stopped. Is it anyway to fix it? \\\|/// (-@-@-) ==================oOO==(_)==OOo================= KC LAU CNA/CNE .oooO Oooo. ==================( )==( )================== \ ( ) / \_) (_/ From owner-freebsd-stable Wed Jan 21 01:03:27 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA06218 for stable-outgoing; Wed, 21 Jan 1998 01:03:27 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from baloon.mimi.com (sjx-ca126-30.ix.netcom.com [207.92.177.222]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA06211 for ; Wed, 21 Jan 1998 01:03:24 -0800 (PST) (envelope-from asami@vader.cs.berkeley.edu) Received: (from asami@localhost) by baloon.mimi.com (8.8.8/8.8.8) id BAA20779; Wed, 21 Jan 1998 01:03:16 -0800 (PST) (envelope-from asami) Date: Wed, 21 Jan 1998 01:03:16 -0800 (PST) Message-Id: <199801210903.BAA20779@baloon.mimi.com> To: jyqiu@rice.edu CC: freebsd-stable@FreeBSD.ORG In-reply-to: <34C3EECA.167EB0E7@rice.edu> (message from Jingyu Qiu on Tue, 20 Jan 1998 00:24:42 +0000) Subject: Re: can't do make -B From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * When I 'make world' after I retrieved the freebsd-stable from cvsup, * an error comes telling me that make can't recognize '-B' * flag, which appear many times in the Makefile, * * make: illegal option -- B * usage: make [-eiknqrst] [-D variable] [-d flags] [-f makefile ] * [-I directory] [-j max_jobs] [variable=value] * * What's wrong here, should I use another version of make or * gmake instead? I assume you are trying to build 2.2-stable on a 2.1.5R or older system. Please send the full log of the make session and the output of "grep Id /usr/src/Makefile". Satoshi From owner-freebsd-stable Wed Jan 21 03:50:44 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA17130 for stable-outgoing; Wed, 21 Jan 1998 03:50:44 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from obsidian.noc.dfn.de (obsidian.noc.dfn.de [193.174.247.193]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA17124 for ; Wed, 21 Jan 1998 03:50:41 -0800 (PST) (envelope-from schweikh@obsidian.noc.dfn.de) Received: (from schweikh@localhost) by obsidian.noc.dfn.de (8.8.7/8.8.7) id MAA03393; Wed, 21 Jan 1998 12:50:35 +0100 (MET) From: Jens Schweikhardt Message-Id: <199801211150.MAA03393@obsidian.noc.dfn.de> Subject: Re: Boot2 error To: kclau@iname.com Date: Wed, 21 Jan 1998 12:50:35 +0100 (MET) Cc: stable@FreeBSD.ORG In-Reply-To: from "LAU Kim-ching" at Jan 21, 98 10:06:28 am Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: ELM [version 2.4 PL25] Content-Type: text Sender: owner-freebsd-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk hello, world\n # To make FreeBSD boot from drive 2 I need to re-make the boot # block. # # I got an error message "boot2 is too big" and stopped. # # Is it anyway to fix it? You frobbed some files to change the default boot device? You no longer need to tweak the boot block. Just put 1:sd(0,a)kernel in /boot.config and the boot code will read that file next time and boot appropriately. # # \\\|/// # (-@-@-) # ==================oOO==(_)==OOo================= # KC LAU # CNA/CNE # .oooO Oooo. # ==================( )==( )================== # \ ( ) / # \_) (_/ Sig too long :-) Regards, Jens -- Jens Schweikhardt http://www.shuttle.de/schweikh/ SIGSIG -- signature too long (core dumped) From owner-freebsd-stable Wed Jan 21 09:46:22 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA15131 for stable-outgoing; Wed, 21 Jan 1998 09:46:22 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from owlnet.rice.edu (owlnet.rice.edu [128.42.49.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA15124 for ; Wed, 21 Jan 1998 09:46:19 -0800 (PST) (envelope-from jyqiu@owlnet.rice.edu) Received: from vermiculated.owlnet.rice.edu (vermiculated.owlnet.rice.edu [128.42.55.100]) by owlnet.rice.edu (8.8.5/8.8.5) with ESMTP id LAA12288; Wed, 21 Jan 1998 11:46:11 -0600 (CST) Received: from localhost (jyqiu@localhost) by vermiculated.owlnet.rice.edu (8.8.5/8.8.5) with SMTP id LAA06437; Wed, 21 Jan 1998 11:46:10 -0600 (CST) X-Authentication-Warning: vermiculated.owlnet.rice.edu: jyqiu owned process doing -bs Date: Wed, 21 Jan 1998 11:46:10 -0600 (CST) From: Jingyu Qiu To: Satoshi Asami cc: freebsd-stable@FreeBSD.ORG Subject: Re: can't do make -B In-Reply-To: <199801210903.BAA20779@baloon.mimi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Thanks, I have solved this problem by installing a new version of make which supports -B from the /sur/src/bin. > * When I 'make world' after I retrieved the freebsd-stable from cvsup, > * an error comes telling me that make can't recognize '-B' > * flag, which appear many times in the Makefile, > * > * make: illegal option -- B > * usage: make [-eiknqrst] [-D variable] [-d flags] [-f makefile ] > * [-I directory] [-j max_jobs] [variable=value] > * > * What's wrong here, should I use another version of make or > * gmake instead? > > I assume you are trying to build 2.2-stable on a 2.1.5R or older > system. Please send the full log of the make session and the output > of "grep Id /usr/src/Makefile". > > Satoshi > From owner-freebsd-stable Thu Jan 22 02:43:49 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA02796 for stable-outgoing; Thu, 22 Jan 1998 02:43:49 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA02790 for ; Thu, 22 Jan 1998 02:43:47 -0800 (PST) (envelope-from dag-erli@ifi.uio.no) Received: from grjottunagard.ifi.uio.no (2602@grjottunagard.ifi.uio.no [129.240.64.131]) by ifi.uio.no (8.8.8/8.8.7/ifi0.2) with ESMTP id LAA09903 for ; Thu, 22 Jan 1998 11:43:44 +0100 (MET) Received: (from dag-erli@localhost) by grjottunagard.ifi.uio.no ; Thu, 22 Jan 1998 11:43:43 +0100 (MET) To: freebsd-stable@freebsd.org Subject: New audio drivers in -stable? Organization: Gutteklubben Terrasse X-url: http://www.ifi.uio.no/~dag-erli/ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit From: dag-erli@ifi.uio.no (Dag-Erling Coidan Smørgrav) Date: 22 Jan 1998 11:43:42 +0100 Message-ID: Lines: 14 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Are there any plans to commit Luigi Rizzo's audio drivers to the 2.2-STABLE branch? They've been around for quite some time, and they seem to work adequately. IMHO they are not much more experimental than, say, the PnP code, which has been in -stable for quite a while now. It's rather a pain in parts of the anatomy which shall remain unnamed to repatch the kernel source every time you cvsup RELENG_2_2. BTW, is there any reason why FreeBSD is still using old-style device nodes instead of devfs? Is there any reason why I shouldn't 'rm -rf /dev' and 'mount devfs /dev'? -- * Finrod (INTJ) * Unix weenie * dag-erli@ifi.uio.no * cellular +47-92835919 * RFC1123: "Be liberal in what you accept, and conservative in what you send" From owner-freebsd-stable Thu Jan 22 20:00:49 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA23143 for stable-outgoing; Thu, 22 Jan 1998 20:00:49 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from awfulhak.org (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA23102; Thu, 22 Jan 1998 20:00:34 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.org (8.8.7/8.8.7) with ESMTP id DAA00632; Fri, 23 Jan 1998 03:08:46 GMT (envelope-from brian@gate.lan.awfulhak.org) Message-Id: <199801230308.DAA00632@awfulhak.org> X-Mailer: exmh version 2.0.1 12/23/97 To: stable@freebsd.org cc: committers@freebsd.org Subject: Re: 2.2.6 release schedule. In-reply-to: Your message of "Fri, 16 Jan 1998 05:52:16 PST." <4618.884958736@time.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 23 Jan 1998 03:08:46 +0000 From: Brian Somers Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > 2.2.5 was released early last November and that means that our > quarterly release schedule points at the end of February as the target > release date. [.....] This begs the question; how to people feel about the latest ppp sources going into -stable. It's undergone a *lot* of work, the main changes being the security model (now more flexible), deflate compression, M$ Chap (without hurting the release crunch stuff), lots of overflow bugs fixed, lots of routing table limits removed, random IP allocation and external chat(8) capabilities. Also, pppctl has command line editing, works with large routing tables and detects link termination properly. Most of these changes are `new features', so I don't know how people feel about bringing them into -stable. On the `bug' side, the main problem with ppp in RELENG_2_2 is that it doesn't implement the phase diagram from the rfc correctly. This results in a failure to hangup when talking to some peers. If ppp isn't wanted in -stable, I'll have to see if I can bring the phase fixes into RELENG_2_2 (this'll be a pain). Cheers. -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-freebsd-stable Thu Jan 22 22:09:57 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA02324 for stable-outgoing; Thu, 22 Jan 1998 22:09:57 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id WAA02271; Thu, 22 Jan 1998 22:09:34 -0800 (PST) (envelope-from imp@village.org) Received: from harmony [10.0.0.6] by rover.village.org with esmtp (Exim 1.71 #1) id 0xvc6s-000544-00; Thu, 22 Jan 1998 22:56:58 -0700 Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.8.8/8.8.3) with ESMTP id WAA24417; Thu, 22 Jan 1998 22:57:11 -0700 (MST) Message-Id: <199801230557.WAA24417@harmony.village.org> Subject: Re: 2.2.6 release schedule. To: Brian Somers , stable@freebsd.org, committers@freebsd.org In-reply-to: Your message of "Thu, 22 Jan 1998 22:52:41 MST." Date: Thu, 22 Jan 1998 22:57:10 -0700 From: Warner Losh Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk -------- Let me rephrase... I'd vote for the back merge. It fixes a lot of bugs and seems stable as we've not had a huge number of complaints about it recently. It would be a good risk, imho. Warner From owner-freebsd-stable Thu Jan 22 22:10:07 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA02413 for stable-outgoing; Thu, 22 Jan 1998 22:10:07 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id WAA02304; Thu, 22 Jan 1998 22:09:48 -0800 (PST) (envelope-from imp@village.org) Received: from harmony [10.0.0.6] by rover.village.org with esmtp (Exim 1.71 #1) id 0xvc2W-00053z-00; Thu, 22 Jan 1998 22:52:28 -0700 Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.8.8/8.8.3) with ESMTP id WAA24329; Thu, 22 Jan 1998 22:52:41 -0700 (MST) Message-Id: <199801230552.WAA24329@harmony.village.org> To: Brian Somers Subject: Re: 2.2.6 release schedule. Cc: stable@freebsd.org, committers@freebsd.org In-reply-to: Your message of "Fri, 23 Jan 1998 03:08:46 GMT." <199801230308.DAA00632@awfulhak.org> References: <199801230308.DAA00632@awfulhak.org> Date: Thu, 22 Jan 1998 22:52:41 -0700 From: Warner Losh Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <199801230308.DAA00632@awfulhak.org> Brian Somers writes: : This begs the question; how to people feel about the latest ppp : sources going into -stable. Do it. I haven't seen huge complaints... Warner From owner-freebsd-stable Fri Jan 23 05:57:58 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA02419 for stable-outgoing; Fri, 23 Jan 1998 05:57:58 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA02388; Fri, 23 Jan 1998 05:57:52 -0800 (PST) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id NAA00331; Fri, 23 Jan 1998 13:57:50 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.6/8.8.6) id OAA15193; Fri, 23 Jan 1998 14:57:50 +0100 (MET) Message-ID: <19980123145750.59255@follo.net> Date: Fri, 23 Jan 1998 14:57:50 +0100 From: Eivind Eklund To: Brian Somers Cc: stable@FreeBSD.ORG, committers@FreeBSD.ORG Subject: Re: 2.2.6 release schedule. References: <4618.884958736@time.cdrom.com> <199801230308.DAA00632@awfulhak.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88e In-Reply-To: <199801230308.DAA00632@awfulhak.org>; from Brian Somers on Fri, Jan 23, 1998 at 03:08:46AM +0000 Sender: owner-freebsd-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, Jan 23, 1998 at 03:08:46AM +0000, Brian Somers wrote: > > 2.2.5 was released early last November and that means that our > > quarterly release schedule points at the end of February as the target > > release date. > [.....] > > This begs the question; how to people feel about the latest ppp > sources going into -stable. It's undergone a *lot* of work, the main > changes being the security model (now more flexible), deflate > compression, M$ Chap (without hurting the release crunch stuff), lots > of overflow bugs fixed, lots of routing table limits removed, random > IP allocation and external chat(8) capabilities. Those overflow fixes more or less have to go into -stable. Besides that, I feel that you can merge all of it as long as it works, but I'm not The Powers That Be ;-) Eivind. From owner-freebsd-stable Fri Jan 23 07:45:14 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA12449 for stable-outgoing; Fri, 23 Jan 1998 07:45:14 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from mail.kersur.net (root@mail.kersur.net [199.79.199.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA12430 for ; Fri, 23 Jan 1998 07:45:01 -0800 (PST) (envelope-from dswartz@druber.com) Received: from manticore (manticore.druber.com [207.180.95.108]) by mail.kersur.net (8.8.8/8.8.8) with SMTP id KAA19996 for ; Fri, 23 Jan 1998 10:44:50 -0500 (EST) Message-Id: <3.0.2.32.19980123104447.00e635b0@mail.kersur.net> X-Sender: druber@mail.kersur.net X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.2 (32) Date: Fri, 23 Jan 1998 10:44:47 -0500 To: freebsd-stable@freebsd.org From: Dan Swartzendruber Subject: process hanging? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have been running INN 1.7.2 (the prepatched version inn-1.7.2.insync-1.1d). It had been running fine. The kernel is 2.2.5, running on a PII-300 with two adaptec UW controllers, using ccd0 for the news spool (multiple UW disks). The problem I am seeing is that for the last couple of days, the nightly expiration run is not completing. When I log in to the server and do 'ps axl', I see the primary expire process in state 'D', with wchan 'getblk'. This is during the building of the expire.rm file (the list of files to expire). It is not totally hung, since this file does grow (albeit glacially slowly). I can kill the process, and everything then finishes up fairly quickly. What is weird is that if I then re-run the expiration script manually, everything seems to work okay. Any ideas? --- Swartzendruber Consulting, Inc. From owner-freebsd-stable Fri Jan 23 15:31:41 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA28119 for stable-outgoing; Fri, 23 Jan 1998 15:31:41 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA28114 for ; Fri, 23 Jan 1998 15:31:39 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id QAA20153 for ; Fri, 23 Jan 1998 16:31:36 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id QAA23175; Fri, 23 Jan 1998 16:31:35 -0700 Date: Fri, 23 Jan 1998 16:31:35 -0700 Message-Id: <199801232331.QAA23175@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: stable@FreeBSD.org Subject: Stable NOT! X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-freebsd-stable@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk I upgraded my kernel recently, and now I can't mount my DOS partition, and NFS traffic 'hangs' the box. I'm not even able to break into the debugger, so does anyone have any good ideas on how to debug this? The DOS crash gives me a page not present panic and is *totally* repeatable, but it doesn't dump me into DDB. At a loss as to how to help, Nate From owner-freebsd-stable Sat Jan 24 03:29:13 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA00714 for stable-outgoing; Sat, 24 Jan 1998 03:29:13 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from Guard.PolyNet.Lviv.UA. (Guard.PolyNet.Lviv.UA [194.44.138.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id DAA00675 for ; Sat, 24 Jan 1998 03:28:39 -0800 (PST) (envelope-from pam@polynet.lviv.ua) Received: (qmail 3329 invoked from network); 24 Jan 1998 11:28:12 -0000 Received: from polynet.lviv.ua (HELO NetSurfer.lp.lviv.ua) (192.168.0.3) by guard.lp.lviv.ua with SMTP; 24 Jan 1998 11:28:12 -0000 Received: (from smap@localhost) by NetSurfer.lp.lviv.ua (8.8.5/8.6.12) id NAA06214 for ; Sat, 24 Jan 1998 13:28:12 +0200 (EET) Message-Id: <199801241128.NAA06214@NetSurfer.lp.lviv.ua> Received: from ws51.lp.lviv.ua(192.168.0.51) by NetSurfer.lp.lviv.ua via smap (V2.0beta) id xma006206; Sat, 24 Jan 98 13:27:48 +0200 Comments: Authenticated sender is From: "Adrian Pavlykevych" Organization: Lvivska Polytechnica To: stable@freebsd.org Date: Sat, 24 Jan 1998 13:28:59 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Please ignore Priority: normal X-mailer: Pegasus Mail for Win32 (v2.54) Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Test Adrian Pavlykevych System Administrator | State University "Lvivska Polytechnica" Campus Computer Network | 12, St. Bandery str, | Lviv, 290646 tel/fax:+380 (322) 742041 | Ukraine