From owner-freebsd-stable Sun Feb 21 2:10:15 1999 Delivered-To: freebsd-stable@freebsd.org Received: from guru.phone.net (guru.phone.net [209.157.82.120]) by hub.freebsd.org (Postfix) with SMTP id 8E81910E6E for ; Sun, 21 Feb 1999 02:07:24 -0800 (PST) (envelope-from mwm@phone.net) Received: (qmail 1795 invoked by uid 100); 21 Feb 1999 10:07:22 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 21 Feb 1999 10:07:22 -0000 Date: Sun, 21 Feb 1999 02:07:22 -0800 (PST) From: Mike Meyer To: freebsd-stable@freebsd.org Subject: Upgrading to 3.1-STABLE... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG First, to insure that those responsible hear from more than just those who had problems (after all, if you didn't have problems, you don't ask for help, right :-), I'd like to state that my upgrade from a pre-ELF kernel (3.0-RELEASE) to 3.1-STABLE went just fine with a "make ugprade" and a "disklable -B da0". My The problems started *after* I got the new system up. :-( 1) I decided to remake the stuff in /dev."sh MAKEDEV all" didn't make da0s1a and friends. This means that after booting single user, I couldn't "mount -u /", cause that device wasn't there. To add insult to injury, I'm using a "dangerously dedicated" drive so da0a is what's really mounted, but that isn't what the kernel reports. Out comes the fixit disk. 2) The new lpt0 driver doesn't seem to work - it says "device not configured" when I try sending text at it. From the config file: # Parallel port - builds, but doesn't work, so... device ppc0 at isa? port? net irq 7 controller ppbus0 device lpt0 at ppbus? controller ppc0 at isa? disable port ? tty irq 7 and from dmesg: ppc0 at 0x378 irq 7 on isa ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode ppb0: IEEE1284 device found /NIBBLE Probing for PnP devices on ppbus0: ppbus0: HP ENHANCED PCL5,PJL,POSTSCRIPT 3) /stand didn't seem to get updated. How do I go about building this? Checking the handbook, the FAQ, the src tree and the FTP site all turn up nothing. Thanx, ; Sun, 21 Feb 1999 02:37:13 -0800 (PST) (envelope-from rnordier@nordier.com) Received: (from rnordier@localhost) by ceia.nordier.com (8.8.7/8.6.12) id MAA01082; Sun, 21 Feb 1999 12:30:13 +0200 (SAT) From: Robert Nordier Message-Id: <199902211030.MAA01082@ceia.nordier.com> Subject: Re: MATH_EMULATE on 486SX In-Reply-To: from Marcin Cieslak at "Feb 20, 99 11:42:29 pm" To: saper@system.pl (Marcin Cieslak) Date: Sun, 21 Feb 1999 12:30:11 +0200 (SAT) Cc: stable@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Marcin Cieslak wrote: > I have reproduced the behaviour described in > <3693366C.12CBFA8E@ktinet.com.tw> (on > freebsd-questions) on 3.0-RELEASE. > > The MATH_EMULATE option is present (without it > the kernel panics right after npx0) and we get: > > npx0 on motherboard > npx0: 387 emulator > changing root device ... > > and so on. > > The system boots, but fsck, ping, X server and > some other tools abort at some point with signal 10. > However, one can log in and spawn a shell. > > A quick backtrack on fsck compiled with -g > shows that it core dumps on the line (main.c:271): > > printf("(%d frags, %d blocks, %.1f%% fragmentation)\n", > > And the last output from fsck was: > > /dev/rwd0s1e: 5355 files, 89173 used, 64610 free > > It segfaults on printf("%f") -- so the error is in the > floating point code, presumably in FP emulation. > > The same configuration (I am just removing hdd) works > on 486DX fine. This sounds like the problem fixed by the following commit: | rnordier 1998/10/21 10:10:49 PDT | | Modified files: | sys/i386/i386 math_emulate.c | Log: | Get things limping along again for the 80386 and friends. The | ELF assembler emits a redundant operand-size prefix for the | fnstsw %ax instruction, and this stops the show for 3.0-RELEASE. | | Revision Changes Path | 1.30 +5 -2 src/sys/i386/i386/math_emulate.c -- Robert Nordier To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Feb 21 4:22:15 1999 Delivered-To: freebsd-stable@freebsd.org Received: from burra.zip.com.au (bart.zip.com.au [61.8.6.5]) by hub.freebsd.org (Postfix) with ESMTP id 7B4B510E80 for ; Sun, 21 Feb 1999 04:22:04 -0800 (PST) (envelope-from bart@burra.zip.com.au) Received: (from bart@localhost) by burra.zip.com.au (8.9.2/8.9.2) id XAA06732; Sun, 21 Feb 1999 23:23:57 +1100 (EST) (envelope-from bart) To: "Thomas T. Veldhouse" Cc: freebsd-stable@FreeBSD.ORG Subject: Re: nlpt device References: <36CE2007.D4E45FE6@visi.com> From: Bart Lindsey Date: 21 Feb 1999 23:23:56 +1100 In-Reply-To: "Thomas T. Veldhouse"'s message of "Fri, 19 Feb 1999 20:37:59 -0600" Message-ID: <874sog2bdv.fsf@rocklands.burra.zip.com.au> Lines: 50 X-Mailer: Gnus v5.5/Emacs 20.3 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Thomas, "Thomas T. Veldhouse" writes: > I am trying to use the nlpt device under 3.1-STABLE (02-18) and I am > having no success. I have a totally ISA system, an old 486. lpt0 works > fine, but since I was upgrading the kernel, I though I would use the new > driver as recommended, but the device is not detected. Here is my > configuration (relavent): > > controller ppbus0 > device nlpt0 at ppbus? > I have the following: (slightly modified from LINT) controller ppc0 at isa? port? tty irq 7 controller ppbus0 at ppc0 device nlpt0 at ppbus? > I get : > > stray irq 7 > stray irq 7 > stray irq 7 > stray irq 7 > stray irq 7 > too many stray irq 7's; not logging any more There's a description of this message in the source. Check it out in file: /usr/src/sys/i386/isa/intr_machdep.c. Look for isa_strayintr. > > I used to get that when I didn't configure the lpt driver. Any idea > what is going on here? > Hopefully, setting ppc0 as per above will fix this too ??? > Tom Veldhouse > veldy@visi.com > Cheers, Bart. BTW. It came as a shock when I discovered the following in dmesg after rebooting the first time having upgraded to 3.1-stable... Probing for PnP devices on ppbus0: ppbus0: PCL,MLC,PML nlpt0: on ppbus 0 like, wow! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Feb 21 4:41:25 1999 Delivered-To: freebsd-stable@freebsd.org Received: from burra.zip.com.au (bart.zip.com.au [61.8.6.5]) by hub.freebsd.org (Postfix) with ESMTP id 8C8511196D for ; Sun, 21 Feb 1999 04:41:20 -0800 (PST) (envelope-from bart@burra.zip.com.au) Received: (from bart@localhost) by burra.zip.com.au (8.9.2/8.9.2) id XAA06777; Sun, 21 Feb 1999 23:43:06 +1100 (EST) (envelope-from bart) To: Mike Meyer Cc: freebsd-stable@freebsd.org Subject: Re: Upgrading to 3.1-STABLE... References: From: Bart Lindsey Date: 21 Feb 1999 23:43:05 +1100 In-Reply-To: Mike Meyer's message of "Sun, 21 Feb 1999 02:07:22 -0800 (PST)" Message-ID: <873e402ahy.fsf@rocklands.burra.zip.com.au> Lines: 17 X-Mailer: Gnus v5.5/Emacs 20.3 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Mike, Mike Meyer writes: > 2) The new lpt0 driver doesn't seem to work - it says "device not > configured" when I try sending text at it. From the config file: > > # Parallel port - builds, but doesn't work, so... > device ppc0 at isa? port? net irq 7 > controller ppbus0 > device lpt0 at ppbus? > controller ppc0 at isa? disable port ? tty irq 7 Use nlpt0 instead of lpt0. Cheers, Bart. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Feb 21 6:33:36 1999 Delivered-To: freebsd-stable@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 608) id 65ED51159F; Sun, 21 Feb 1999 06:33:34 -0800 (PST) From: "Jonathan M. Bresler" To: fbsd-stb@ghostwheel.com Cc: jkh@zippy.cdrom.com, freebsd-stable@FreeBSD.ORG In-reply-to: <4.1.19990220204116.0094e720@pop2.ghostwheel.com> (message from Chris Knight on Sat, 20 Feb 1999 20:50:22 -0800) Subject: Re: /etc/mail/Makefile doesn't make. References: <54822.919563296@zippy.cdrom.com> <54822.919563296@zippy.cdrom.com> <4.1.19990220204116.0094e720@pop2.ghostwheel.com> Message-Id: <19990221143334.65ED51159F@hub.freebsd.org> Date: Sun, 21 Feb 1999 06:33:34 -0800 (PST) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Date: Sat, 20 Feb 1999 20:50:22 -0800 > From: Chris Knight > > At 07:16 PM 2/20/99 -0800, Jonathan M. Bresler wrote: > > > would that it was true....3.1-RELEASE has version 1.5 of the > > Makefile rather than version 1.6. 1.6 was committed on 1/31/99. > > May I ask which tree this was committed to? I just resynced against > RELENG_3 about five minutes ago, and it appears that the version in the > -STABLE tree is 1.5: > > shadows# head /usr/src/etc/mail/Makefile > # $Id: Makefile,v 1.5 1998/09/13 23:14:20 brian Exp $ the HEAD of course...thats the default landing place for all commits. i'll bring it over to RELENG_3 today. jmb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Feb 21 8:50:22 1999 Delivered-To: freebsd-stable@freebsd.org Received: from techpower.net (techpower.net [205.133.231.1]) by hub.freebsd.org (Postfix) with ESMTP id AD27210E01; Sun, 21 Feb 1999 08:50:14 -0800 (PST) (envelope-from hometeam@techpower.net) Received: from localhost (hometeam@localhost) by techpower.net (8.9.3/8.9.3) with ESMTP id LAA00667; Sun, 21 Feb 1999 11:52:09 -0500 (EST) Date: Sun, 21 Feb 1999 11:52:08 -0500 (EST) From: hometeam To: "Jonathan M. Bresler" Cc: fbsd-stb@ghostwheel.com, jkh@zippy.cdrom.com, freebsd-stable@FreeBSD.ORG Subject: Re: /etc/mail/Makefile doesn't make. In-Reply-To: <19990221143334.65ED51159F@hub.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG There is no support for this anymore. On Sun, 21 Feb 1999, Jonathan M. Bresler wrote: > > Date: Sat, 20 Feb 1999 20:50:22 -0800 > > From: Chris Knight > > > > At 07:16 PM 2/20/99 -0800, Jonathan M. Bresler wrote: > > > > > would that it was true....3.1-RELEASE has version 1.5 of the > > > Makefile rather than version 1.6. 1.6 was committed on 1/31/99. > > > > May I ask which tree this was committed to? I just resynced against > > RELENG_3 about five minutes ago, and it appears that the version in the > > -STABLE tree is 1.5: > > > > shadows# head /usr/src/etc/mail/Makefile > > # $Id: Makefile,v 1.5 1998/09/13 23:14:20 brian Exp $ > > > > the HEAD of course...thats the default landing place for all > commits. i'll bring it over to RELENG_3 today. > > jmb > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Feb 21 9: 6: 1 1999 Delivered-To: freebsd-stable@freebsd.org Received: from chmls11.mediaone.net (chmls11.mediaone.net [24.128.1.112]) by hub.freebsd.org (Postfix) with ESMTP id DE23611C73 for ; Sun, 21 Feb 1999 09:05:45 -0800 (PST) (envelope-from veldy@visi.com) Received: from barley (h-182-143.mn.mediaone.net [209.32.182.143]) by chmls11.mediaone.net (8.8.7/8.8.7) with SMTP id MAA18856; Sun, 21 Feb 1999 12:05:33 -0500 (EST) From: "Thomas T. Veldhouse" To: "Bart Lindsey" Cc: "FreeBSD-Stable" Subject: RE: nlpt device Date: Sun, 21 Feb 1999 11:06:46 -0600 Message-ID: <000501be5dbc$9039e260$0100a8c0@barley.veldy.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 X-Mimeole: Produced By Microsoft MimeOLE V4.72.3155.0 In-Reply-To: <874sog2bdv.fsf@rocklands.burra.zip.com.au> Importance: Normal Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I added: controller ppc0 at isa? port? tty irq 7 on my configuration last night (after a more thorough inspection) and it worked fine. What is the purpose of this versus nlpt (which is now also found)? On my PII machine with a AL440LX motherboard, I don't need this line and everything is found just fine. The real bummer for me is that I have a Lexmark 5700 printer, which has a proprietary command set and will not work under FreeBSD (without more work than it is worth). I may have to pull out my old HP600C and get it working again. Tom Veldhouse veldy@visi.com > -----Original Message----- > From: Bart Lindsey [mailto:bart@burra.zip.com.au] > Sent: Sunday, February 21, 1999 6:24 AM > To: Thomas T. Veldhouse > Cc: freebsd-stable@FreeBSD.ORG > Subject: Re: nlpt device > > > Hi Thomas, > > I have the following: (slightly modified from LINT) > > controller ppc0 at isa? port? tty irq 7 > controller ppbus0 at ppc0 > device nlpt0 at ppbus? > > > Cheers, > > Bart. > > BTW. It came as a shock when I discovered the following in dmesg after > rebooting the first time having upgraded to 3.1-stable... > > Probing for PnP devices on ppbus0: > ppbus0: PCL,MLC,PML > nlpt0: on ppbus 0 > > like, wow! > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Feb 21 9:31:57 1999 Delivered-To: freebsd-stable@freebsd.org Received: from barnes1.wustl.edu (barnes1.wustl.edu [128.252.162.58]) by hub.freebsd.org (Postfix) with ESMTP id 900B61185B for ; Sun, 21 Feb 1999 09:31:51 -0800 (PST) (envelope-from wayne@barnes1.wustl.edu) Received: (from wayne@localhost) by barnes1.wustl.edu (8.9.2/8.9.2) id LAA16085 for freebsd-stable@freebsd.org; Sun, 21 Feb 1999 11:43:40 -0600 (CST) (envelope-from wayne) From: "Wayne M. Barnes" Message-Id: <199902211743.LAA16085@barnes1.wustl.edu> Subject: Re: why is 3.1R has 2 floppies? (fwd) To: freebsd-stable@freebsd.org (stable mailing list at FreeBSD) Date: Sun, 21 Feb 1999 11:43:40 -0600 (CST) X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear Jordan, The file http://www.freebsd.org/install.txt does not exist at this server. ftp://ftp.freebsd.org/pub/FreeBSD/3.1-RELEASE/floppies/README.TXT is there, however. Wayne M. Barnes, Ph.D. wayne@barnes1.wustl.edu http://barnes1.wustl.edu Just plain Taq is old tech anymore. ----- Forwarded message from Jordan K. Hubbard ----- > hello > why does 3.1R has 2 floppies? I want to upgrade 1. Do not send such questions to this list; freebsd-questions is the correct place. 2. Read floppies/README.TXT or http://www.freebsd.org/install.txt - this is well documented for those who make even the most cursory attempt to read the documentation. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message ----- End of forwarded message from Jordan K. Hubbard ----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Feb 21 11:48:32 1999 Delivered-To: freebsd-stable@freebsd.org Received: from jaguar.ir.miami.edu (jaguar.ir.miami.edu [129.171.32.10]) by hub.freebsd.org (Postfix) with ESMTP id 5EFB911707 for ; Sun, 21 Feb 1999 11:48:29 -0800 (PST) (envelope-from marcus@miami.edu) Received: from jaguar.ir.miami.edu ("port 1686"@jaguar.ir.miami.edu [129.171.32.10]) by jaguar.ir.miami.edu (PMDF V5.2-29 #30976) with ESMTP id <0F7I00EC1SCPII@jaguar.ir.miami.edu> for freebsd-stable@freebsd.org; Sun, 21 Feb 1999 14:48:25 -0500 (EST) Date: Sun, 21 Feb 1999 14:48:25 -0500 (EST) From: "Joe \"Marcus\" Clarke" Subject: 3.1 boot loader question To: freebsd-stable@freebsd.org Message-id: MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am running 3.1-RELEASE on a system with a mix of IDE and SCSI drives. Everytime I boot, the kernel loads, then tries to switch root to da1s1a. This is an invalid root. Root should be on da0s1a. I have even compiled into the kernel root on da0, but that does not seem to help. There have been two ways I found to correct this: 1. create a /boot.config file with 1:da(0,a)/kernel in it 2. get to a boot loader prompt and set root_disk_unit=0 Both work, but here is my question. With solution 1, I don't get access to the cool new boot loader. I rather like it, and would like to be able to use it from time to time. With option 2, I can't autoboot the system. IT seems I always have to get to a prompt and set that variable. Is there a way to save that variable for each boot, or is there a way to make FreeBSD use da0s1a as root and still use the new BTX loader? Thanks. Here are some boot loader stats: disk 0: Floppy drive disk 1: IDE internal C: drive with Windows 95 disk 2: SCSI external D: drive with one partition and the following slices slice a: FFS (/) slice b: swap slice e: FFS (/var) slice f: FFS (/usr) slice g: FFS (/usr/local) slice h: FFS (/home) disk 3: IDE internal E: drive with one partition and the following slices slice e: FFS (/usr/ports) slice f: FFS (/usr/src) disk 4: SCSI external ZIP drive FAT 32 currdev is set to disk2s1a, but it always panics trying to change root to da1s1a. Joe Clarke To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Feb 21 14:20:15 1999 Delivered-To: freebsd-stable@freebsd.org Received: from chmls11.mediaone.net (chmls11.mediaone.net [24.128.1.112]) by hub.freebsd.org (Postfix) with ESMTP id 2FBC210E36 for ; Sun, 21 Feb 1999 14:20:09 -0800 (PST) (envelope-from veldy@visi.com) Received: from visi.com (h-182-143.mn.mediaone.net [209.32.182.143]) by chmls11.mediaone.net (8.8.7/8.8.7) with ESMTP id RAA03149; Sun, 21 Feb 1999 17:20:05 -0500 (EST) Message-ID: <36D086DD.AFDD2E23@visi.com> Date: Sun, 21 Feb 1999 16:21:17 -0600 From: "Thomas T. Veldhouse" X-Mailer: Mozilla 4.5 [en] (X11; U; FreeBSD 3.1-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: "Joe \\" Marcus\ " Clarke" Cc: freebsd-stable@FreeBSD.ORG Subject: Re: 3.1 boot loader question References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Also use: set root_disk_unit = 2 Tom Veldhouse veldy@visi.com Joe \"Marcus\" Clarke wrote: > I am running 3.1-RELEASE on a system with a mix of IDE and SCSI drives. > Everytime I boot, the kernel loads, then tries to switch root to da1s1a. > This is an invalid root. Root should be on da0s1a. I have even compiled > into the kernel root on da0, but that does not seem to help. There have > been two ways I found to correct this: > > 1. create a /boot.config file with 1:da(0,a)/kernel in it > 2. get to a boot loader prompt and set root_disk_unit=0 > > Both work, but here is my question. With solution 1, I don't get access > to the cool new boot loader. I rather like it, and would like to be able > to use it from time to time. With option 2, I can't autoboot the system. > IT seems I always have to get to a prompt and set that variable. Is there > a way to save that variable for each boot, or is there a way to make > FreeBSD use da0s1a as root and still use the new BTX loader? Thanks. > Here are some boot loader stats: > > disk 0: Floppy drive > disk 1: IDE internal C: drive with Windows 95 > disk 2: SCSI external D: drive with one partition and the following slices > slice a: FFS (/) > slice b: swap > slice e: FFS (/var) > slice f: FFS (/usr) > slice g: FFS (/usr/local) > slice h: FFS (/home) > disk 3: IDE internal E: drive with one partition and the following slices > slice e: FFS (/usr/ports) > slice f: FFS (/usr/src) > disk 4: SCSI external ZIP drive > FAT 32 > > currdev is set to disk2s1a, but it always panics trying to change root to > da1s1a. > > Joe Clarke > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Feb 21 14:43:36 1999 Delivered-To: freebsd-stable@freebsd.org Received: from kendra.ne.mediaone.net (kendra.ne.mediaone.net [24.128.94.182]) by hub.freebsd.org (Postfix) with ESMTP id A0349110CC for ; Sun, 21 Feb 1999 14:43:30 -0800 (PST) (envelope-from software@kew.com) Received: from sonata.hh.kew.com (root@sonata-dmz.hh.kew.com [192.168.205.1]) by kendra.ne.mediaone.net (8.9.1/8.9.1) with ESMTP id RAA27151; Sun, 21 Feb 1999 17:43:28 -0500 (EST) Received: from kew.com (minerva.hh.kew.com [192.168.203.144]) by sonata.hh.kew.com (8.9.1/8.9.1) with ESMTP id RAA12403; Sun, 21 Feb 1999 17:43:27 -0500 (EST) Message-ID: <36D08C0E.CF2F1C0E@kew.com> Date: Sun, 21 Feb 1999 17:43:26 -0500 From: Drew Derbyshire Organization: Kendra Electronic Wonderworks, Stoneham, MA 02180 (http://www.kew.com) X-Mailer: Mozilla 4.5 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: stable@freebsd.org Cc: edk@kew.com Subject: natd on 2.2.8 kills network performance Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've got to be missing something here ... I've been running natd and firewall rules on my primary firewall (pandora) since ~ 2.2.2; Trying to repeat the success on two other systems (mash and sonata), both at 2.2.8, just doesn't work cleanly, and I can't tell why. The sessions through the natd interface seem to hang for tens of seconds, during which time netstat shows a few characters queued for sending. Sessions through other interfaces are not affected, and the CPU is idle. Various small configuration items: * Both pandora and mash have the wide-dhcp client on the natd interface. sonata doesn't. * pandora uses a EtherLink III * sonata uses a SMC EtherEZ * mash uses a Etherlink Fast XL * pandora was an upgrade install from the 2.2.7 CD-ROM's * sonata was upgraded from 2.2.7 to 2.2.8 via a makeworld in December * mash was a clean install from the 2.2.8 CD-ROM's. pandora shows the divert socket active in netstat: diver 0 0 *.natd *.* sonata and mash do not.. The sonata 2.2.8 system has these kernel options: options IPFIREWALL #firewall options IPFIREWALL_VERBOSE #print information about options "IPFIREWALL_VERBOSE_LIMIT=100" #limit verbosity options IPDIVERT #divert sockets And it has these rules (ed0 is the natd interface): 01000 allow ip from any to any via lo0 02000 deny ip from any to 127.0.0.0/8 02100 divert 8668 ip from any to any via ed0 02200 allow tcp from any to any in recv ed0 02300 allow udp from any to any in recv ed0 02400 allow ip from any to any in recv ed0 02500 allow tcp from any to any out xmit ed0 02600 allow udp from any to any out xmit ed0 02700 allow ip from any to any out xmit ed0 65000 allow ip from any to any 65535 deny ip from any to any natd is involved thusly: natd -n ed0 The pandora, the working 2.2.7 system, with standard kernel options: options IPFIREWALL #firewall options IPFIREWALL_VERBOSE #print information about options "IPFIREWALL_VERBOSE_LIMIT=200" #limit verbosity options IPDIVERT #divert sockets and some reasonably tight rules: 00100 allow ip from any to any via lo0 00200 deny ip from any to 127.0.0.0/8 00300 divert 8668 tcp from any to 24.128.94.182 1024-65535 recv ep0 00400 divert 8668 tcp from not 24.128.94.182 1024-65535 to not 24.128.94.182 via ep0 00500 divert 8668 tcp from any to 24.128.94.182 540 recv ep0 00600 divert 8668 tcp from 192.168.205.1 540 to any via ep0 00700 deny ip from 192.168.205.0/24 to any in recv ep0 00800 deny ip from 192.168.0.0/16 to any in recv ep0 00900 deny ip from 172.16.0.0/12 to any via ep0 01000 deny ip from any to 172.16.0.0/12 via ep0 01100 deny ip from 10.0.0.0/8 to any via ep0 01200 deny ip from any to 10.0.0.0/8 via ep0 01300 deny ip from any to 224.0.0.0/3 10000 allow tcp from any to any via ed0 10100 allow tcp from any to any established . . . ep0 is the standard "public" interface. natd itself is configured to run thusly: natd -config /usr/local/etc/natd.conf -n ep0 # /usr/local/etc/natd.conf redirect_port tcp 192.168.205.1:540 540 dynamic yes I did try -dynamic (and a configuration file with dynamic yes) on sonata, no joy. Suggestions? -- Drew Derbyshire UUPC/extended e-mail: software@kew.com Telephone: 617-279-9812 Bring back ROSCOE release 4.1! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Feb 21 14:55:56 1999 Delivered-To: freebsd-stable@freebsd.org Received: from lake1.lakefield.net (lake1.lakefield.net [198.70.64.80]) by hub.freebsd.org (Postfix) with ESMTP id ACD0811058 for ; Sun, 21 Feb 1999 14:55:49 -0800 (PST) (envelope-from aheffner@lakefield.net) Received: from enterprise.muriel.dyn.ml.org (stonerd-4-45.lakefield.net [206.40.102.111]) by lake1.lakefield.net (8.8.4/8.7.3) with ESMTP id QAA03562; Sun, 21 Feb 1999 16:55:40 -0600 (CST) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Sun, 21 Feb 1999 16:55:52 -0600 (CST) From: Mike Heffner To: Mike Meyer Subject: RE: Upgrading to 3.1-STABLE... Cc: freebsd-stable@FreeBSD.ORG Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 21-Feb-99 Mike Meyer wrote: | | 3) /stand didn't seem to get updated. How do I go about building this? | Checking the handbook, the FAQ, the src tree and the FTP site all | turn up nothing. | well from: http://www.nothing-going-on.demon.co.uk/FreeBSD/make-world/make-world.html one would: # cd /usr/src/release/sysinstall # make all install have fun, ------------------------------------- Mike Heffner Manitowoc, WI 54220 ICQ# 882073 Date: 21-Feb-99 Time: 16:54:07 ------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Feb 21 15:31:28 1999 Delivered-To: freebsd-stable@freebsd.org Received: from hp9000.chc-chimes.com (hp9000.chc-chimes.com [206.67.97.84]) by hub.freebsd.org (Postfix) with ESMTP id D0A1A10E36 for ; Sun, 21 Feb 1999 15:31:23 -0800 (PST) (envelope-from billf@chc-chimes.com) Received: from localhost by hp9000.chc-chimes.com with SMTP (1.39.111.2/16.2) id AA230129862; Sun, 21 Feb 1999 18:31:02 -0500 Date: Sun, 21 Feb 1999 18:31:02 -0500 (EST) From: Bill Fumerola To: Mike Heffner Cc: Mike Meyer , freebsd-stable@FreeBSD.ORG Subject: RE: Upgrading to 3.1-STABLE... In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 21 Feb 1999, Mike Heffner wrote: > http://www.nothing-going-on.demon.co.uk/FreeBSD/make-world/make-world.html This document may or may not reflect reality. Step softly. - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Feb 21 16: 4:22 1999 Delivered-To: freebsd-stable@freebsd.org Received: from csmd2.cs.uni-magdeburg.de (prinz-atm.CS.Uni-Magdeburg.De [141.44.30.2]) by hub.freebsd.org (Postfix) with ESMTP id CDEEF10FA6 for ; Sun, 21 Feb 1999 16:04:15 -0800 (PST) (envelope-from jesse@mail.CS.Uni-Magdeburg.De) Received: from knecht.cs.uni-magdeburg.de (knecht [141.44.21.3]) by csmd2.cs.uni-magdeburg.de (8.9.1a/8.9.1) with ESMTP id BAA01318 for ; Mon, 22 Feb 1999 01:04:14 +0100 (MET) Received: (from jesse@localhost) by knecht.cs.uni-magdeburg.de (8.8.8+Sun/8.8.8) id BAA05577; Mon, 22 Feb 1999 01:04:15 +0100 (MET) From: Roland Jesse MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14032.40701.478834.986191@cs.uni-magdeburg.de> Date: Mon, 22 Feb 1999 01:04:13 +0100 (MET) To: freebsd-stable@freebsd.org Subject: Update from KDE 1.0 to KDE 1.1 X-Mailer: VM 6.67 under 20.4 "Emerald" XEmacs Lucid Reply-To: Roland Jesse X-Organization: University of Magdeburg X-Pgp-Fingerprint: 5D 08 5A E3 B4 AA 68 C1 FF 67 06 29 62 DD 9A D7 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I just wanted to upgrade KDE from 1.0 to 1.1. `uname -sr` is "FreeBSD 3.1-STABLE". While trying to build the kde11 port, I get a failure message out of the configure step of kdelibs11. Its config.log file ends in: ------- snip ------- configure:4686: checking for Qt tried /usr/lib/qt/lib configure:4790: c++ -o conftest -O -pipe -I/usr/X11R6/include/X11/qt -L/usr/X11 R6/lib -L/usr/X11R6/lib conftest.C -lqt -lXext -lX11 1>&5 /var/tmp/ccLO36931.o: In function `QDictM_QMetaObject::deleteItem(void *)': /var/tmp/ccLO36931.o(.text+0x1e): undefined reference to `QMetaObject::~QMetaObj ect(void)' /var/tmp/ccLO36931.o: In function `QDictM_QMetaObject::~QDictM_QMetaObject(void) ': /var/tmp/ccLO36931.o(.text+0x4e): undefined reference to `QGDict::~QGDict(void)' /var/tmp/ccLO36931.o: In function `QListM_QObject::~QListM_QObject(void)': /var/tmp/ccLO36931.o(.text+0xbe): undefined reference to `QGList::~QGList(void)' /var/tmp/ccLO36931.o: In function `QString::~QString(void)': /var/tmp/ccLO36931.o(.text+0xee): undefined reference to `QGArray::~QGArray(void )' /var/tmp/ccLO36931.o: In function `QArrayT::~QArrayT(void)': /var/tmp/ccLO36931.o(.text+0x116): undefined reference to `QGArray::~QGArray(voi d)' configure: failed program was: #include "confdefs.h" #include #include #include #if ! (QT_VERSION >= 142) #error 1 #endif int main() { return 0; } ------- snap ------- The port of Qt 1.42 is installed. But the port of Qt 1.40 is installed, too. It cannot be removed because of `pkg_info -R qt-1.40`: ------- snip ------- Information for qt-1.40: Required by: kdelibs-1.0 kdebase-1.0 kdeutils-1.0 kdesupport-1.0 kdegames-1.0 kdegraphics-1.0 kdenetwork-1.0 kdemultimedia-1.0 kde-1.0 ------- snap ------- The port of Qt 1.42 was installed *after* 1.40. So - what am I missing here? Any ideas? As a general side note: How is the user (me) supposed to remove the KDE 1.0 ports while installing the KDE 1.1 port? I simply did not want to pkg_delete the KDE 1.0 related ports (see above) before 1.1 is installed. But when I delete the 1.0 ports after installing KDE 1.1, files part of 1.1 might get removed. Does anybody have a way out of this 'circle'? I would appreciate it. Regards, Roland To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Feb 21 16: 8:44 1999 Delivered-To: freebsd-stable@freebsd.org Received: from lake1.lakefield.net (lake1.lakefield.net [198.70.64.80]) by hub.freebsd.org (Postfix) with ESMTP id 5EFF711706 for ; Sun, 21 Feb 1999 16:08:39 -0800 (PST) (envelope-from aheffner@lakefield.net) Received: from enterprise.muriel.dyn.ml.org (stonerd-9.lakefield.net [206.40.102.11]) by lake1.lakefield.net (8.8.4/8.7.3) with ESMTP id SAA08361 for ; Sun, 21 Feb 1999 18:08:37 -0600 (CST) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Sun, 21 Feb 1999 18:08:44 -0600 (CST) From: Mike Heffner To: FreeBSD-STABLE Subject: "Unknown type" messages in ppp Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG My recent upgrade from 2.2-stable to 3.1-stable went pretty well. Though when running ppp, i get weird messages: Unknown Type on Question 1 Unknown Type on Question 1 Unknown Type of Resource 100 and they repeat on and on, about 10 lines of 3 like that, they seem to occur at various network traffic times, ie. checking mail, browsing web, but not all the time. Anyone know what could be causing these messages? Are they safe to disregard? Thanx, ------------------------------------- Mike Heffner Manitowoc, WI 54220 ICQ# 882073 Date: 21-Feb-99 Time: 18:02:05 ------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Feb 21 16: 9:39 1999 Delivered-To: freebsd-stable@freebsd.org Received: from stade.demon.co.uk (stade.demon.co.uk [158.152.29.164]) by hub.freebsd.org (Postfix) with ESMTP id 644161174D for ; Sun, 21 Feb 1999 16:09:29 -0800 (PST) (envelope-from aw1@stade.co.uk) Received: (from aw1@localhost) by stade.demon.co.uk (8.9.3/8.9.1) id XAA23364; Sun, 21 Feb 1999 23:57:42 GMT (envelope-from aw1) Date: Sun, 21 Feb 1999 23:57:42 +0000 From: Adrian Wontroba To: Joe Marcus Clarke Cc: freebsd-stable@freebsd.org Subject: Re: 3.1 boot loader question Message-ID: <19990221235742.B21669@titus.stade.co.uk> Reply-To: aw1@stade.co.uk References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: ; from Joe Marcus Clarke on Sun, Feb 21, 1999 at 02:48:25PM -0500 X-Operating-System: FreeBSD 4.0-CURRENT Organization: Yes, I need some of that. X-Phone: +(44) 121 681 6677 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Feb 21, 1999 at 02:48:25PM -0500, Joe Marcus Clarke wrote: > 2. get to a boot loader prompt and set root_disk_unit=0 You can put commands to the loader in /boot/loader.rc, e.g, set root_disk_unit=0 mine contains: load /kernel load -t userconfig_script /kernel.config load -t splash_image_data /boot/splash.bmp load splash_bmp autoboot where /kernel.config contains PNP information for a sound card. pnp 1 0 os enable irq0 5 drq0 0 drq1 1 port0 0x220 port1 0x300 port2 0x388 pnp 1 1 os enable port0 0x201 quit The splash stuff is for a splash screen which appears soon after the kernel starts to initialise, hiding the device probes etc away. See LINT for more information on this, especially the splash pseudo device. -- Adrian Wontroba To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Feb 21 17:12:59 1999 Delivered-To: freebsd-stable@freebsd.org Received: from freya.circle.net (freya.circle.net [209.95.95.2]) by hub.freebsd.org (Postfix) with ESMTP id 3F0E011008 for ; Sun, 21 Feb 1999 17:12:53 -0800 (PST) (envelope-from tcobb@staff.circle.net) Received: by freya.circle.net with Internet Mail Service (5.5.2232.9) id ; Sun, 21 Feb 1999 20:12:06 -0500 Message-ID: From: tcobb@staff.circle.net To: stable@freebsd.org Subject: SMP and libc_r Date: Sun, 21 Feb 1999 20:12:05 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2232.9) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Quickie Q: Should I expect to see performance improvements with SMP and a multithreaded app using libc_r? The app in question is MySQL and doing the sql benchmarks with an SMP (dual pII 350) and non-smp kernel for the same box, I see much faster times with the non-smp version. system is: FreeBSD 3.1-RELEASE #0: Mon Feb 22 00:41:53 GMT 1999 root@geek.circle.net:/u sr/src/sys/compile/DOU-MU-2-NO_SMP I find it strange, but in the smp version the mysql daemon process seems to spend an awful lot of time in STATE "getblk". I'd appreciate pointers or tuning suggestions to make this work better. -Troy Cobb Circle Net, Inc. http://www.circle.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Feb 21 18:56:30 1999 Delivered-To: freebsd-stable@freebsd.org Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by hub.freebsd.org (Postfix) with ESMTP id 81E7711B65 for ; Sun, 21 Feb 1999 18:56:12 -0800 (PST) (envelope-from doconnor@gsoft.com.au) Received: from lot.gsoft.com.au (doconnor@lot.gsoft.com.au [203.38.152.106]) by cain.gsoft.com.au (8.8.8/8.8.8) with ESMTP id NAA21120; Mon, 22 Feb 1999 13:25:56 +1030 (CST) (envelope-from doconnor@gsoft.com.au) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Mon, 22 Feb 1999 13:25:56 +1030 (CST) From: "Daniel O'Connor" To: tcobb@staff.circle.net Subject: RE: SMP and libc_r Cc: stable@FreeBSD.ORG Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 22-Feb-99 tcobb@staff.circle.net wrote: > Should I expect to see performance improvements with SMP > and a multithreaded app using libc_r? The app in question No :( Not yet anyway :) > is MySQL and doing the sql benchmarks with an SMP (dual pII 350) > and non-smp kernel for the same box, I see much faster > times with the non-smp version. The SMP kernel spends more time in system locks over the entire kernel which is a bit annoying. SMP works much better for things like multiple CPU intensive processes, it works really badly on multiple IO intensive apps (because the all wait for the big kernel lock) --- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Feb 21 19: 1: 7 1999 Delivered-To: freebsd-stable@freebsd.org Received: from expresscopy.com (caffeine.expresscopy.com [206.163.205.68]) by hub.freebsd.org (Postfix) with ESMTP id 4083311D0F for ; Sun, 21 Feb 1999 19:01:00 -0800 (PST) (envelope-from dan@expresscopy.com) Received: from admin.expresscopy.com (admin.expresscopy.com [206.163.205.70]) by expresscopy.com (8.8.8/8.8.8) with ESMTP id TAA06951 for ; Sun, 21 Feb 1999 19:01:53 -0800 (PST) (envelope-from dan@expresscopy.com) Date: Sun, 21 Feb 1999 19:05:13 -0800 (PST) From: Dan To: freebsd-stable@freebsd.org Subject: Reboot Hangups with ahc driver Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I recently installed 3.0-19990209-STABLE branch of freebsd with mixed results. Every time I reboot, it hangs up after waiting 15 secons for SCSI devices to settle, and ends up dropping to the debugger with a message like: ahc_update_target.... Going to the console and doing a panic will make it reboot and come right back up. This machine is a PII-450 with an adaptec 7890 onboard controller. Should I just upgrade to 3.1-STABLE and be done with it? If the machine should panic in the future, I would prefer that it just reboot and come back up, not get stuck at the debugger prompt. By the way, has anyone figured out how to get a serial console to work that they can resolve problems like this remoteley? Thanks in advance, Dan dan@expresscopy.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Feb 21 19:10:22 1999 Delivered-To: freebsd-stable@freebsd.org Received: from freya.circle.net (freya.circle.net [209.95.95.2]) by hub.freebsd.org (Postfix) with ESMTP id 9780011EAC for ; Sun, 21 Feb 1999 19:10:20 -0800 (PST) (envelope-from tcobb@staff.circle.net) Received: by freya.circle.net with Internet Mail Service (5.5.2232.9) id ; Sun, 21 Feb 1999 22:09:33 -0500 Message-ID: From: tcobb@staff.circle.net To: doconnor@gsoft.com.au Cc: stable@FreeBSD.ORG Subject: RE: SMP and libc_r Date: Sun, 21 Feb 1999 22:09:32 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2232.9) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On 22-Feb-99 tcobb@staff.circle.net wrote: > > Should I expect to see performance improvements with SMP > > and a multithreaded app using libc_r? The app in question > No :( > Not yet anyway :) That's what I was afraid of. This awaits kernel-threads, eh? > > is MySQL and doing the sql benchmarks with an SMP (dual pII 350) > > and non-smp kernel for the same box, I see much faster > > times with the non-smp version. > The SMP kernel spends more time in system locks over the > entire kernel which is a bit > annoying. SMP works much better for things like multiple > CPU intensive processes, it > works really badly on multiple IO intensive apps (because > the all wait for the big kernel > lock) I find it strange that it should perform worse than a single CPU kernel on the same tests, though. Correct me if I'm wrong, but, if I throw alot of memory at MySQL and get it to cache the more frequently-accessed tables then I should be able to work around this? -Troy Cobb Circle Net, Inc. http://www.circle.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Feb 21 19:32:56 1999 Delivered-To: freebsd-stable@freebsd.org Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by hub.freebsd.org (Postfix) with ESMTP id A090A1213E for ; Sun, 21 Feb 1999 19:32:31 -0800 (PST) (envelope-from doconnor@gsoft.com.au) Received: from lot.gsoft.com.au (doconnor@lot.gsoft.com.au [203.38.152.106]) by cain.gsoft.com.au (8.8.8/8.8.8) with ESMTP id OAA21268; Mon, 22 Feb 1999 14:02:16 +1030 (CST) (envelope-from doconnor@gsoft.com.au) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Mon, 22 Feb 1999 14:02:16 +1030 (CST) From: "Daniel O'Connor" To: tcobb@staff.circle.net Subject: RE: SMP and libc_r Cc: stable@FreeBSD.ORG Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 22-Feb-99 tcobb@staff.circle.net wrote: > > Not yet anyway :) > That's what I was afraid of. This awaits kernel-threads, eh? Well, kernel threads exist, its just that the thread lib doesn't use them, AFAIK anyway... > > works really badly on multiple IO intensive apps (because > > the all wait for the big kernel > > lock) > I find it strange that it should perform worse than a single > CPU kernel on the same tests, though. Yeah, but I think it depends what else is going on... > Correct me if I'm wrong, but, if I throw alot of memory at > MySQL and get it to cache the more frequently-accessed > tables then I should be able to work around this? It sounds reasonable to me :) --- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Feb 21 20:46:22 1999 Delivered-To: freebsd-stable@freebsd.org Received: from mailhost2.u.washington.edu (mailhost2.u.washington.edu [140.142.33.2]) by hub.freebsd.org (Postfix) with ESMTP id 8206110FB0 for ; Sun, 21 Feb 1999 20:46:16 -0800 (PST) (envelope-from kzentner@u.washington.edu) Received: from cs237-3.spmodem.washington.edu (cs237-3.spmodem.washington.edu [140.142.173.124]) by mailhost2.u.washington.edu (8.9.3+UW99.02/8.9.3+UW99.01) with ESMTP id UAA31297 for ; Sun, 21 Feb 1999 20:46:14 -0800 Date: Sun, 21 Feb 1999 20:48:07 -0800 (PST) From: kristopher X-Sender: darxpryte@gabrielle.u.washington.edu To: stable@freebsd.org Subject: new printer driver (nlpt0) woes Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've been trying to get with the new nlpt drivers since the current lpt driver is "depreciated". First I must comment that the documentation for the new lpt driver is kind of poor and the driver does not seem to work the same as the former. I'm trying quite hard to figure out why so perhaps someone can help. printer type: hp 540 the line that I had in my kernel config that works: device lpt0 at isa? port? tty irq 7 vector lptintr the one I'm attepting to introduce while commenting out the above: controller ppc0 at isa? port? net irq 7 vector lptintr controller ppbus0 at ppc0 device nlpt0 at ppbus? my main printcap entry I use to print (which uses apsfilter): lp|lp2|penelope|cdjmono-letter-auto-mono|cdjmono auto mono:\ :lp=/dev/lpt0:\ :sd=/var/spool/lpd/cdjmono-letter-auto-mono:\ :lf=/var/spool/lpd/cdjmono-letter-auto-mono/log:\ :af=/var/spool/lpd/cdjmono-letter-auto-mono/acct:\ :if=/usr/local/apsfilter/filter/aps-cdjmono-letter-auto-mono:\ :mx#0:\ :sh: what happens: about 1/4 of the page prints and then it starts spewing extra pages and garbage. As for now I'm still using the old lpt driver since it still works. I'm a little discouraged that a printer driver that has worked wonderfully for so long is now replaced with one that is different and gives no explaination as to how. Perhaps it no longer works with apsfilter? Any responses are appreciated. ========================================================================== Kristopher Zentner | "Would you tell me, please, which Aspiring Linguist | way I ought to go from here?" FreeBSD Advocate | "That depends a great deal on kzentner@u.washington.edu | where you want to go." said the Cat ========================================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Feb 21 21: 6:13 1999 Delivered-To: freebsd-stable@freebsd.org Received: from quackerjack.cc.vt.edu (quackerjack.cc.vt.edu [198.82.160.250]) by hub.freebsd.org (Postfix) with ESMTP id DF2191163E for ; Sun, 21 Feb 1999 21:06:09 -0800 (PST) (envelope-from jobaldwi@vt.edu) Received: from sable.cc.vt.edu (sable.cc.vt.edu [128.173.16.30]) by quackerjack.cc.vt.edu (8.8.8/8.8.8) with ESMTP id AAA02105; Mon, 22 Feb 1999 00:06:08 -0500 (EST) Received: from john.baldwin.cx (jobaldwi.campus.vt.edu [198.82.67.63]) by sable.cc.vt.edu (8.8.8/8.8.8) with ESMTP id AAA06416; Mon, 22 Feb 1999 00:06:05 -0500 (EST) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Mon, 22 Feb 1999 00:06:07 -0500 (EST) From: John Baldwin To: kristopher Subject: RE: new printer driver (nlpt0) woes Cc: stable@freebsd.org Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 22-Feb-99 kristopher wrote: > the one I'm attepting to introduce while commenting out the above: > controller ppc0 at isa? port? net irq 7 vector lptintr ^^^^^^^^^^ \---------------> try changing this to device.. apsfilter works fine for me with nlpt0, but I do have ppc0 as a device and not a controller. > controller ppbus0 at ppc0 > device nlpt0 at ppbus? --- John Baldwin -- http://members.freedomnet.com/~jbaldwin/ PGP Key: http://members.freedomnet.com/~jbaldwin/pgpkey.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Feb 21 22: 7: 6 1999 Delivered-To: freebsd-stable@freebsd.org Received: from pop.uniserve.com (pop.uniserve.com [204.244.156.3]) by hub.freebsd.org (Postfix) with SMTP id E8CD910F03 for ; Sun, 21 Feb 1999 22:07:01 -0800 (PST) (envelope-from tom@uniserve.com) Received: from shell.uniserve.ca [204.244.186.218] by pop.uniserve.com with smtp (Exim 1.82 #4) id 10EoVY-0003Og-00; Sun, 21 Feb 1999 22:06:20 -0800 Date: Sun, 21 Feb 1999 22:06:16 -0800 (PST) From: Tom X-Sender: tom@shell.uniserve.ca To: Daniel O'Connor Cc: tcobb@staff.circle.net, stable@FreeBSD.ORG Subject: RE: SMP and libc_r In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 22 Feb 1999, Daniel O'Connor wrote: > The SMP kernel spends more time in system locks over the entire kernel which is a bit > annoying. SMP works much better for things like multiple CPU intensive processes, it > works really badly on multiple IO intensive apps (because the all wait for the big kernel > lock) Yes, also be aware that MySQL has this problem with writing as well. Don't expect SMP to improve MySQL performance a lot if you do a lot of updates and inserts as MySQL only allows one process at a time to write to the database. > --- > Daniel O'Connor software and network engineer > for Genesis Software - http://www.gsoft.com.au > "The nice thing about standards is that there > are so many of them to choose from." > -- Andrew Tanenbaum Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Feb 21 22:33:37 1999 Delivered-To: freebsd-stable@freebsd.org Received: from dfw-ix15.ix.netcom.com (dfw-ix15.ix.netcom.com [206.214.98.15]) by hub.freebsd.org (Postfix) with ESMTP id 137EB1104C for ; Sun, 21 Feb 1999 22:33:34 -0800 (PST) (envelope-from asami@stampede.cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix15.ix.netcom.com (8.8.4/8.8.4) id AAA28491; Mon, 22 Feb 1999 00:33:32 -0600 (CST) Received: from sji-ca44-119.ix.netcom.com(209.111.212.247) by dfw-ix15.ix.netcom.com via smap (V1.3) id rma028438; Mon Feb 22 00:33:14 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id WAA24913; Sun, 21 Feb 1999 22:33:11 -0800 (PST) Date: Sun, 21 Feb 1999 22:33:11 -0800 (PST) Message-Id: <199902220633.WAA24913@silvia.hip.berkeley.edu> To: bfoz@glue.umd.edu Cc: freebsd-stable@freebsd.org In-reply-to: <36CF250E.AD9D4159@glue.umd.edu> (message from Brandon Fosdick on Sat, 20 Feb 1999 16:11:42 -0500) Subject: Re: Root FS disapearing From: asami@freebsd.org (Satoshi Asami) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * df... * Filesystem 1K-blocks Used Avail Capacity Mounted on * /dev/sd0s1a 31775 28845 388 99% / * The USED value has stayed the same for a week, but just yesterday Avail * was 814. It seems to have gotten worse suddenly. fsck doesn't seem to I think you are staring right at it. :) * -rw------- 1 root wheel 430080 Feb 20 16:06 nmbd.core ^^^^^^ Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Feb 21 23:16: 5 1999 Delivered-To: freebsd-stable@freebsd.org Received: from neptune.psn.net (neptune.psn.net [207.211.58.16]) by hub.freebsd.org (Postfix) with ESMTP id 1787710EF6; Sun, 21 Feb 1999 23:15:40 -0800 (PST) (envelope-from chemtechweb@psn.net) Received: from 3-62.phx.psn.net ([209.63.183.92] helo=psn.net) by neptune.psn.net with esmtp (PSN Internet Service 2.10 #1) id 10Epae-0007Kn-00; Mon, 22 Feb 1999 00:15:40 -0700 Message-ID: <36D10480.9C816B00@psn.net> Date: Mon, 22 Feb 1999 00:17:20 -0700 From: Emmanuel Gravel Reply-To: chemtechweb@psn.net Organization: Orbit Communications X-Mailer: Mozilla 4.08 [en] (Win98; I) MIME-Version: 1.0 To: jmz@FreeBSD.ORG, freebsd-stable@freebsd.org Subject: Installing XFree86 3.3.3.1 on FreeBSD 3.1 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've recently upgraded from 2.2.7 to 3.1 stable and upgraded my ports collection. I tried upgrading XFree86 to the latest version to be as close as possible to a fully elf system (doing it one step at a time). I've done a make in the ports dir, and it downloaded the three necessary files (src-1, src-2 and the patches to 3.3.3.1). The make went without a problem. However, when I tried a make install, it stopped with error code 1. Here's a snippet: [...] tkother.o(.text+0x16b): undefined reference to `Tk_CoordsToWindow' tkother.o(.text+0x189): undefined reference to `Tcl_VarEval' tkother.o(.text+0x273): undefined reference to `Tk_CoordsToWindow' tkother.o(.text+0x291): undefined reference to `Tcl_VarEval' tkother.o(.text+0x2f4): undefined reference to `Tcl_SetResult' *** Error code 1 Stop. *** Error code 1 Stop. [...] The other errors are with these object files: main.o tclmisc.o tclvidmode.o tclcards.o tclother.o tclkbd.o tclxconf.o tclxkbui.o tclother.o All errors relating to Tcl_ or Tk_ references. I had installed TCL and TK from 2.2.7, in a.out format, and only the 8.0 and 8.1 versions. It was of my opinion that installing from the ports collection was supposed to be straight forward and painless. It's apparent however I was mistaken for XFree86, and have forgotten something important. I would like to know what I should have done different in order to install the latest version of XFree86, since I obviously made a mistake somewhere. I remember specifying something about tcl and tk in the make questions when it was running... but there was no mention of the version of tcl and tk which had to be installed, or the fact that they would have to be compiled in elf specifically. I mention this since I think that may be a possible source of the problem, but since this is my first time installing from source, I'd prefer to know what's happening every step of the way :) Thanks for your help, Manu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Feb 21 23:29: 7 1999 Delivered-To: freebsd-stable@freebsd.org Received: from relay.ucb.crimea.ua (relay.ucb.crimea.ua [212.110.138.1]) by hub.freebsd.org (Postfix) with ESMTP id 712F010EA0 for ; Sun, 21 Feb 1999 23:28:18 -0800 (PST) (envelope-from ru@ucb.crimea.ua) Received: (from ru@localhost) by relay.ucb.crimea.ua (8.9.2/8.9.2/UCB) id JAA43241; Mon, 22 Feb 1999 09:25:48 +0200 (EET) (envelope-from ru) Date: Mon, 22 Feb 1999 09:25:48 +0200 From: Ruslan Ermilov To: "Daniel C. Sobral" Cc: stable@FreeBSD.ORG Subject: Re: make world for 3.1-stable from 2.2.8-stable Message-ID: <19990222092548.A40215@ucb.crimea.ua> Mail-Followup-To: "Daniel C. Sobral" , stable@FreeBSD.ORG References: <19990219125704.A73480@ucb.crimea.ua> <36CE00BE.B028592F@newsguy.com> <19990220134146.A58288@ucb.crimea.ua> <36CED01F.67620853@newsguy.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.94.17i In-Reply-To: <36CED01F.67620853@newsguy.com>; from Daniel C. Sobral on Sun, Feb 21, 1999 at 12:09:19AM +0900 X-Operating-System: FreeBSD 3.1-STABLE i386 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Feb 21, 1999 at 12:09:19AM +0900, Daniel C. Sobral wrote: > Ruslan Ermilov wrote: > > > > # The aout->elf transition build is performed by doing a `make upgrade' (or > > # `make aout-to-elf') or in two steps by a `make aout-to-elf-build' followed > > # by a `make aout-to-elf-install', depending on user preference. > > > > So, it's my preference ;-) > > Still, "upgrade" is a more complete process than just aout-to-elf. > You ought to, at least, mention it. imho. > They are the same, `upgrade' is just a synonym for `aout-to-elf'. # src/Makefile,v 1.222.2.2; line 132: upgrade: aout-to-elf Cheers, -- Ruslan Ermilov Sysadmin and DBA of the ru@ucb.crimea.ua United Commercial Bank +380.652.247.647 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Feb 21 23:44:54 1999 Delivered-To: freebsd-stable@freebsd.org Received: from miris.lcs.mit.edu (miris.lcs.mit.edu [18.111.0.89]) by hub.freebsd.org (Postfix) with ESMTP id 886C710F25; Sun, 21 Feb 1999 23:44:50 -0800 (PST) (envelope-from beng@lcs.mit.edu) Received: from alnitak (root@miris.lcs.mit.edu [18.111.0.89]) by miris.lcs.mit.edu (8.8.7/8.8.7) with SMTP id CAA14664; Mon, 22 Feb 1999 02:44:41 -0500 (EST) Message-Id: <199902220744.CAA14664@miris.lcs.mit.edu> From: "Benjamin Greenwald" To: , , Subject: RE: Installing XFree86 3.3.3.1 on FreeBSD 3.1 Date: Mon, 22 Feb 1999 02:44:40 -0500 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2377.0 In-Reply-To: <36D10480.9C816B00@psn.net> X-Mimeole: Produced By Microsoft MimeOLE V4.72.3155.0 Importance: Normal Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The XF86Setup utility uses the tcl/tk libraries. Reinstall tcl/tk first. Perhaps the building of XF86Setup should be an option in the configure script? That or the script should check if the objformat of the libtk found is the same as the objformat XFree is being compiled to and print a warning if not. -Ben > -----Original Message----- > From: owner-freebsd-stable@freebsd.org > [mailto:owner-freebsd-stable@freebsd.org]On Behalf Of Emmanuel Gravel > Sent: Monday, February 22, 1999 2:17 AM > To: jmz@freebsd.org; freebsd-stable@freebsd.org > Subject: Installing XFree86 3.3.3.1 on FreeBSD 3.1 > > > I've recently upgraded from 2.2.7 to 3.1 stable and upgraded my ports > collection. I tried upgrading XFree86 to the latest version to > be as close as possible to a fully elf system (doing it one step > at a time). I've done a make in the ports dir, and it downloaded > the three necessary files (src-1, src-2 and the patches to 3.3.3.1). > The make went without a problem. However, when I tried a make install, > it stopped with error code 1. Here's a snippet: > > [...] > tkother.o(.text+0x16b): undefined reference to `Tk_CoordsToWindow' > tkother.o(.text+0x189): undefined reference to `Tcl_VarEval' > tkother.o(.text+0x273): undefined reference to `Tk_CoordsToWindow' > tkother.o(.text+0x291): undefined reference to `Tcl_VarEval' > tkother.o(.text+0x2f4): undefined reference to `Tcl_SetResult' > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > > [...] > > The other errors are with these object files: > > main.o tclmisc.o tclvidmode.o tclcards.o tclother.o tclkbd.o tclxconf.o > tclxkbui.o tclother.o > > All errors relating to Tcl_ or Tk_ references. I had installed TCL and > TK from 2.2.7, in a.out format, and only the 8.0 and 8.1 versions. > > It was of my opinion that installing from the ports collection was > supposed to be straight forward and painless. It's apparent however > I was mistaken for XFree86, and have forgotten something important. > I would like to know what I should have done different in order to > install the latest version of XFree86, since I obviously made a mistake > somewhere. I remember specifying something about tcl and tk in the > make questions when it was running... but there was no mention of the > version of tcl and tk which had to be installed, or the fact that they > would have to be compiled in elf specifically. I mention this since > I think that may be a possible source of the problem, but since this is > my first time installing from source, I'd prefer to know what's > happening every step of the way :) > > Thanks for your help, > > Manu > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Feb 21 23:54:32 1999 Delivered-To: freebsd-stable@freebsd.org Received: from relay.ucb.crimea.ua (relay.ucb.crimea.ua [212.110.138.1]) by hub.freebsd.org (Postfix) with ESMTP id BF46D10FB4 for ; Sun, 21 Feb 1999 23:53:47 -0800 (PST) (envelope-from ru@ucb.crimea.ua) Received: (from ru@localhost) by relay.ucb.crimea.ua (8.9.2/8.9.2/UCB) id JAA50892; Mon, 22 Feb 1999 09:52:23 +0200 (EET) (envelope-from ru) Date: Mon, 22 Feb 1999 09:52:23 +0200 From: Ruslan Ermilov To: Mike Meyer Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Upgrading to 3.1-STABLE... Message-ID: <19990222095223.C40215@ucb.crimea.ua> Mail-Followup-To: Mike Meyer , freebsd-stable@FreeBSD.ORG References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.94.17i In-Reply-To: ; from Mike Meyer on Sun, Feb 21, 1999 at 02:07:22AM -0800 X-Operating-System: FreeBSD 3.1-STABLE i386 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Feb 21, 1999 at 02:07:22AM -0800, Mike Meyer wrote: > First, to insure that those responsible hear from more than just those > who had problems (after all, if you didn't have problems, you don't > ask for help, right :-), I'd like to state that my upgrade from a > pre-ELF kernel (3.0-RELEASE) to 3.1-STABLE went just fine with a "make > ugprade" and a "disklable -B da0". My > > The problems started *after* I got the new system up. :-( > > 1) I decided to remake the stuff in /dev."sh MAKEDEV all" didn't > make da0s1a and friends. This means that after booting single > user, I couldn't "mount -u /", cause that device wasn't there. To > add insult to injury, I'm using a "dangerously dedicated" drive so > da0a is what's really mounted, but that isn't what the kernel > reports. Out comes the fixit disk. cd /dev; sh MAKEDEV da0 da0s1a > > 2) The new lpt0 driver doesn't seem to work - it says "device not > configured" when I try sending text at it. From the config file: > > # Parallel port - builds, but doesn't work, so... > device ppc0 at isa? port? net irq 7 > controller ppbus0 > device lpt0 at ppbus? > controller ppc0 at isa? disable port ? tty irq 7 > > and from dmesg: > > ppc0 at 0x378 irq 7 on isa > ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode > ppb0: IEEE1284 device found /NIBBLE > Probing for PnP devices on ppbus0: > ppbus0: HP ENHANCED PCL5,PJL,POSTSCRIPT > > > 3) /stand didn't seem to get updated. How do I go about building this? > Checking the handbook, the FAQ, the src tree and the FTP site all > turn up nothing. > Already answered. Cheers, -- Ruslan Ermilov Sysadmin and DBA of the ru@ucb.crimea.ua United Commercial Bank +380.652.247.647 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Feb 22 3:34:20 1999 Delivered-To: freebsd-stable@freebsd.org Received: from peach.ocn.ne.jp (peach.ocn.ne.jp [210.145.254.87]) by hub.freebsd.org (Postfix) with ESMTP id D31ED10E6A for ; Mon, 22 Feb 1999 03:34:17 -0800 (PST) (envelope-from dcs@newsguy.com) Received: from newsguy.com by peach.ocn.ne.jp (8.9.1a/OCN) id UAA02633; Mon, 22 Feb 1999 20:34:20 +0900 (JST) Message-ID: <36D13A67.E6983B98@newsguy.com> Date: Mon, 22 Feb 1999 20:07:19 +0900 From: "Daniel C. Sobral" X-Mailer: Mozilla 4.5 [en] (Win98; I) X-Accept-Language: pt-BR,ja MIME-Version: 1.0 To: kristopher Cc: stable@FreeBSD.ORG Subject: Re: new printer driver (nlpt0) woes References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Kristopher wrote: > > I've been trying to get with the new nlpt drivers since the current lpt > driver is "depreciated". First I must comment that the documentation for ^^^^^^^^^^^ That survived, eh? What's the file? -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org "To make it absolutely clear: you stand on the wrong end of my blasters, so you better get lost before I start target practice!" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Feb 22 4:10:20 1999 Delivered-To: freebsd-stable@freebsd.org Received: from relay.ucb.crimea.ua (relay.ucb.crimea.ua [212.110.138.1]) by hub.freebsd.org (Postfix) with ESMTP id 5A4E610EC2 for ; Mon, 22 Feb 1999 04:07:19 -0800 (PST) (envelope-from ru@ucb.crimea.ua) Received: (from ru@localhost) by relay.ucb.crimea.ua (8.9.2/8.9.2/UCB) id OAA08779; Mon, 22 Feb 1999 14:01:48 +0200 (EET) (envelope-from ru) Date: Mon, 22 Feb 1999 14:01:47 +0200 From: Ruslan Ermilov To: "Kenneth D. Merry" Cc: stable@FreeBSD.ORG, allenc@verinet.com, gallatin@cs.duke.edu Subject: Re: Tagged queueing Message-ID: <19990222140147.A2015@ucb.crimea.ua> Mail-Followup-To: "Kenneth D. Merry" , stable@FreeBSD.ORG, allenc@verinet.com, gallatin@cs.duke.edu References: <19990219233927.A4953@ucb.crimea.ua> <199902201930.MAA13801@panzer.plutotech.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary=BXVAT5kNtrzKuDFl X-Mailer: Mutt 0.94.17i In-Reply-To: <199902201930.MAA13801@panzer.plutotech.com>; from Kenneth D. Merry on Sat, Feb 20, 1999 at 12:30:43PM -0700 X-Operating-System: FreeBSD 3.1-STABLE i386 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --BXVAT5kNtrzKuDFl Content-Type: text/plain; charset=us-ascii On Sat, Feb 20, 1999 at 12:30:43PM -0700, Kenneth D. Merry wrote: > > The AHC_TAGENABLE option is no longer necessary. Tagged queueing is > enabled by default. > > The reason your drive does not have tagged queueing enabled is because it is > a Western Digital Enterprise drive: > da0 at ahc0 bus 0 target 0 lun 0 > da0: Fixed Direct Access SCSI-2 device > da0: 40.000MB/s transfers (20.000MHz, offset 8, 16bit) > da0: 4157MB (8515173 512 byte sectors: 64H 32S/T 4157C) > > Andrew Gallatin reported that his western digital enterprise drives only > get 1.5MB/sec throughput with tagged queueing turned on, and 8MB/sec > throughput with tagged queueing turned off. Therefore, we have a quirk > entry in the transport layer that disables tagged queueing for those > drives. Reported? What's the number of his problem report? I'm running 19990220-fresh 3.1-STABLE. I have attached 5 files: - notag.dmesg (dmesg output with TQ=off) - notag.out (test results) - tag.dmesg (dmesg output with TQ=on) - tag.out (test results) - patch (I used to restore TQ functionality of WD enterprise drive) Ken, will you revert your change in cam_xpt.c,v 1.11 for WD enterprise drives or should I open PR? P.S. At the moment, I see no reason why I should have TQ=off on my system, so: # dmesg | grep da0: da0: Fixed Direct Access SCSI-2 device da0: 40.000MB/s transfers (20.000MHz, offset 8, 16bit), Tagged Queueing Enabled da0: 4157MB (8515173 512 byte sectors: 64H 32S/T 4157C) (da0:ahc0:0:0:0): tagged openings now 64 Cheers, -- Ruslan Ermilov Sysadmin and DBA of the ru@ucb.crimea.ua United Commercial Bank +380.652.247.647 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --BXVAT5kNtrzKuDFl Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="notag.dmesg" Copyright (c) 1992-1999 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 3.1-STABLE #0: Sat Feb 20 00:49:21 EET 1999 root@:/usr/src/sys/compile/CHYRO Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 198665652 Hz CPU: Pentium Pro (198.67-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x619 Stepping=9 Features=0xfbff real memory = 33554432 (32768K bytes) avail memory = 29945856 (29244K bytes) Preloaded elf kernel "kernel.old" at 0xf02bb000. Probing for devices on PCI bus 0: Correcting Natoma config for non-SMP chip0: rev 0x02 on pci0.0.0 fxp0: rev 0x02 int a irq 10 on pci0.10.0 fxp0: Ethernet address 00:a0:c9:55:13:22 fxp1: rev 0x01 int a irq 9 on pci0.12.0 fxp1: Ethernet address 00:a0:c9:10:68:a0, 10Mbps ahc0: rev 0x00 int a irq 11 on pci0.13.0 ahc0: Using left over BIOS settings ahc0: aic7880 Wide Channel A, SCSI Id=7, 16/255 SCBs fxp2: rev 0x01 int a irq 11 on pci0.15.0 fxp2: Ethernet address 00:a0:c9:5a:51:f9, 10Mbps chip1: rev 0x01 on pci0.18.0 ide_pci0: rev 0x00 on pci0.18.1 vga0: rev 0x22 on pci0.20.0 Probing for PnP devices: Probing for devices on the ISA bus: sc0 on isa sc0: VGA color <16 virtual consoles, flags=0x0> atkbdc0 at 0x60-0x6f on motherboard atkbd0 irq 1 on isa psm0 not found sio0 at 0x3f8-0x3ff irq 4 on isa sio0: type 16550A sio1 at 0x2f8-0x2ff irq 3 on isa sio1: type 16550A cy0 irq 5 maddr 0xd4000 msize 8192 on isa wdc0 at 0x1f0-0x1f7 irq 14 flags 0xa0ffa0ff on isa wdc0: unit 0 (atapi): , removable, accel, dma, iordis acd0: drive speed 1378KB/sec, 256KB cache acd0: supported read types: CD-DA acd0: Audio: play, 256 volume levels acd0: Mechanism: ejectable tray acd0: Medium: no/blank disc inside, unlocked wdc1 not found at 0x170 fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: FIFO enabled, 8 bytes threshold fd0: 1.44MB 3.5in vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa npx0 on motherboard npx0: INT 16 interface IP packet filtering initialized, divert enabled, rule-based forwarding disabled, unlimited logging DUMMYNET initialized (980901) -- size dn_pkt 48 Waiting 2 seconds for SCSI devices to settle changing root device to da0s1a da0 at ahc0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-2 device da0: 40.000MB/s transfers (20.000MHz, offset 8, 16bit) da0: 4157MB (8515173 512 byte sectors: 64H 32S/T 4157C) --BXVAT5kNtrzKuDFl Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="notag.out" # dd if=/dev/zero of=test bs=64k count=1000 1000+0 records in 1000+0 records out 65536000 bytes transferred in 15.975625 secs (4102250 bytes/sec) # dd if=/dev/zero of=test bs=64k count=1000 1000+0 records in 1000+0 records out 65536000 bytes transferred in 15.952108 secs (4108297 bytes/sec) # dd if=/dev/zero of=test bs=64k count=1000 1000+0 records in 1000+0 records out 65536000 bytes transferred in 15.947152 secs (4109574 bytes/sec) # dd if=/dev/zero of=test bs=64k count=1000 1000+0 records in 1000+0 records out 65536000 bytes transferred in 15.990350 secs (4098472 bytes/sec) # dd if=/dev/zero of=test bs=64k count=1000 1000+0 records in 1000+0 records out 65536000 bytes transferred in 15.929346 secs (4114168 bytes/sec) --BXVAT5kNtrzKuDFl Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="tag.dmesg" Copyright (c) 1992-1999 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 3.1-STABLE #1: Mon Feb 22 13:14:55 EET 1999 root@relay.ucb.crimea.ua:/usr/src/sys/compile/CHYRO Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 198665784 Hz CPU: Pentium Pro (198.67-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x619 Stepping=9 Features=0xfbff real memory = 33554432 (32768K bytes) avail memory = 29945856 (29244K bytes) Preloaded elf kernel "kernel" at 0xf02bb000. Probing for devices on PCI bus 0: Correcting Natoma config for non-SMP chip0: rev 0x02 on pci0.0.0 fxp0: rev 0x02 int a irq 10 on pci0.10.0 fxp0: Ethernet address 00:a0:c9:55:13:22 fxp1: rev 0x01 int a irq 9 on pci0.12.0 fxp1: Ethernet address 00:a0:c9:10:68:a0, 10Mbps ahc0: rev 0x00 int a irq 11 on pci0.13.0 ahc0: Using left over BIOS settings ahc0: aic7880 Wide Channel A, SCSI Id=7, 16/255 SCBs fxp2: rev 0x01 int a irq 11 on pci0.15.0 fxp2: Ethernet address 00:a0:c9:5a:51:f9, 10Mbps chip1: rev 0x01 on pci0.18.0 ide_pci0: rev 0x00 on pci0.18.1 vga0: rev 0x22 on pci0.20.0 Probing for PnP devices: Probing for devices on the ISA bus: sc0 on isa sc0: VGA color <16 virtual consoles, flags=0x0> atkbdc0 at 0x60-0x6f on motherboard atkbd0 irq 1 on isa psm0 not found sio0 at 0x3f8-0x3ff irq 4 on isa sio0: type 16550A sio1 at 0x2f8-0x2ff irq 3 on isa sio1: type 16550A cy0 irq 5 maddr 0xd4000 msize 8192 on isa wdc0 at 0x1f0-0x1f7 irq 14 flags 0xa0ffa0ff on isa wdc0: unit 0 (atapi): , removable, accel, dma, iordis acd0: drive speed 1378KB/sec, 256KB cache acd0: supported read types: CD-DA acd0: Audio: play, 256 volume levels acd0: Mechanism: ejectable tray acd0: Medium: no/blank disc inside, unlocked wdc1 not found at 0x170 fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: FIFO enabled, 8 bytes threshold fd0: 1.44MB 3.5in vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa npx0 on motherboard npx0: INT 16 interface IP packet filtering initialized, divert enabled, rule-based forwarding disabled, unlimited logging DUMMYNET initialized (980901) -- size dn_pkt 48 Waiting 2 seconds for SCSI devices to settle changing root device to da0s1a da0 at ahc0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-2 device da0: 40.000MB/s transfers (20.000MHz, offset 8, 16bit), Tagged Queueing Enabled da0: 4157MB (8515173 512 byte sectors: 64H 32S/T 4157C) (da0:ahc0:0:0:0): tagged openings now 64 --BXVAT5kNtrzKuDFl Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="tag.out" # dd if=/dev/zero of=test bs=64k count=1000 1000+0 records in 1000+0 records out 65536000 bytes transferred in 15.142196 secs (4328038 bytes/sec) # dd if=/dev/zero of=test bs=64k count=1000 1000+0 records in 1000+0 records out 65536000 bytes transferred in 14.706395 secs (4456293 bytes/sec) # dd if=/dev/zero of=test bs=64k count=1000 1000+0 records in 1000+0 records out 65536000 bytes transferred in 14.414267 secs (4546607 bytes/sec) # dd if=/dev/zero of=test bs=64k count=1000 1000+0 records in 1000+0 records out 65536000 bytes transferred in 15.091607 secs (4342546 bytes/sec) # dd if=/dev/zero of=test bs=64k count=1000 1000+0 records in 1000+0 records out 65536000 bytes transferred in 14.792112 secs (4430469 bytes/sec) --BXVAT5kNtrzKuDFl Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch Index: cam_xpt.c =================================================================== RCS file: /usr/FreeBSD-CVS/src/sys/cam/cam_xpt.c,v retrieving revision 1.42.2.1 diff -u -r1.42.2.1 cam_xpt.c --- cam_xpt.c 1999/02/18 18:12:31 1.42.2.1 +++ cam_xpt.c 1999/02/22 11:14:36 @@ -335,15 +335,6 @@ { T_DIRECT, SIP_MEDIA_FIXED, west_digital, "WDE*", "*" }, /*quirks*/0, /*mintags*/0, /*maxtags*/0 }, - { - /* - * Slow when tagged queueing is enabled. (1.5MB/sec versus - * 8MB/sec.) - * Submitted by: Andrew Gallatin - */ - { T_DIRECT, SIP_MEDIA_FIXED, west_digital, "ENTERPRISE", "*" }, - /*quirks*/0, /*mintags*/0, /*maxtags*/0 - }, { /* * Doesn't handle queue full condition correctly, --BXVAT5kNtrzKuDFl-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Feb 22 5:33: 4 1999 Delivered-To: freebsd-stable@freebsd.org Received: from qix (hibou.obs-besancon.fr [193.52.184.7]) by hub.freebsd.org (Postfix) with ESMTP id 7E85110F67 for ; Mon, 22 Feb 1999 05:32:56 -0800 (PST) (envelope-from jmz@FreeBSD.ORG) Received: (from jmz@localhost) by qix (8.9.3/8.8.7) id OAA36044; Mon, 22 Feb 1999 14:36:02 +0100 (MET) Date: Mon, 22 Feb 1999 14:36:02 +0100 (MET) Message-Id: <199902221336.OAA36044@qix> X-Authentication-Warning: qix: jmz set sender to jmz@qix using -f From: Jean-Marc Zucconi To: beng@lcs.mit.edu Cc: chemtechweb@psn.net, freebsd-stable@freebsd.org In-reply-to: <199902220744.CAA14664@miris.lcs.mit.edu> (beng@lcs.mit.edu) Subject: Re: Installing XFree86 3.3.3.1 on FreeBSD 3.1 X-Mailer: Emacs Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>>>> Benjamin Greenwald writes: > The XF86Setup utility uses the tcl/tk libraries. Reinstall tcl/tk first. > Perhaps the building of XF86Setup should be an option in the configure > script? That or the script should check if the objformat of the libtk found > is the same as the objformat XFree is being compiled to and print a warning > if not. The building of XF86Setup can be considered as an option, because the port building will not fail if the tcl/tk libraries are not installed. Normally the aout libs must be moved in the lib/aout/ directory during the ELF upgrade. In this case, the port will not find the tcl/tk libraries and will not compile XF86Setup. Jean-Marc -- Jean-Marc Zucconi PGP Key: finger jmz@FreeBSD.ORG To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Feb 22 5:42: 7 1999 Delivered-To: freebsd-stable@freebsd.org Received: from polaris.we.lc.ehu.es (polaris.we.lc.ehu.es [158.227.6.43]) by hub.freebsd.org (Postfix) with ESMTP id E691E11A6F for ; Mon, 22 Feb 1999 05:41:15 -0800 (PST) (envelope-from jose@we.lc.ehu.es) Received: from we.lc.ehu.es (tiburon [158.227.6.111]) by polaris.we.lc.ehu.es (8.9.1/8.9.1) with ESMTP id OAA03553; Mon, 22 Feb 1999 14:41:03 +0100 (MET) Message-ID: <36D15E6E.5FCF911@we.lc.ehu.es> Date: Mon, 22 Feb 1999 14:41:02 +0100 From: "Jose M. Alcaide" Organization: Universidad del Pais Vasco - Dept. de Electricidad y Electronica X-Mailer: Mozilla 4.08 [en] (X11; U; FreeBSD 3.0-STABLE i386) MIME-Version: 1.0 To: Roland Jesse Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Update from KDE 1.0 to KDE 1.1 References: <14032.40701.478834.986191@cs.uni-magdeburg.de> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Roland Jesse wrote: > > The port of Qt 1.42 was installed *after* 1.40. So - what am I missing > here? Any ideas? > > As a general side note: How is the user (me) supposed to remove the > KDE 1.0 ports while installing the KDE 1.1 port? I simply did not want > to pkg_delete the KDE 1.0 related ports (see above) before 1.1 is > installed. But when I delete the 1.0 ports after installing KDE 1.1, > files part of 1.1 might get removed. Does anybody have a way out of > this 'circle'? I would appreciate it. > I installed KDE 1.1 without any problem, but I removed all the KDE and QT packages before the installation of KDE 1.1. I think that installing QT 1.42 over 1.40 and, in general, all the KDE 1.1 ports over KDE 1.0, is a bad idea. Most files are replaced, so the coherency of the packages would be lost. If you want to keep the old KDE 1.0 configuration (mainly modifications to global applications and MIME types), you should make a backup copy of the /usr/local/share/{apps,mimelnk} directories before removing KDE 1.0. Then, after installing KDE 1.1 you could restore the files you need. BTW, I found only a problem with KDE 1.1: the kaudioserver process, which allocates a shared memory segment, leaves it allocated on exit. I use the "startkde" script from xinitrc for firing KDE up. This problem did not happen with KDE 1.0. -- JMA ----------------------------------------------------------------------- José MŞ Alcaide | mailto:jose@we.lc.ehu.es Universidad del País Vasco | mailto:jmas@es.FreeBSD.ORG Dpto. de Electricidad y Electrónica | http://www.we.lc.ehu.es/~jose Facultad de Ciencias - Campus de Lejona | Tel.: +34-946012479 48940 Lejona (Vizcaya) - SPAIN | Fax: +34-944858139 ----------------------------------------------------------------------- "Go ahead... make my day." - H. Callahan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Feb 22 5:50:57 1999 Delivered-To: freebsd-stable@freebsd.org Received: from pantheon-po03.its.yale.edu (pantheon-po03.its.yale.edu [130.132.143.34]) by hub.freebsd.org (Postfix) with ESMTP id 2BE3211D39 for ; Mon, 22 Feb 1999 05:50:54 -0800 (PST) (envelope-from denis.ostrovsky@yale.edu) Received: from mercury.cis.yale.edu (do33@mercury.cis.yale.edu [130.132.143.247]) by pantheon-po03.its.yale.edu (8.8.8/8.8.8) with ESMTP id IAA19713; Mon, 22 Feb 1999 08:50:52 -0500 (EST) Received: from localhost (do33@localhost) by mercury.cis.yale.edu (8.8.8/8.8.8) with ESMTP id IAA17351; Mon, 22 Feb 1999 08:50:51 -0500 (EST) X-Authentication-Warning: mercury.cis.yale.edu: do33 owned process doing -bs Date: Mon, 22 Feb 1999 08:50:51 -0500 (EST) From: Dennis Ostrovsky X-Sender: do33@mercury.cis.yale.edu To: Emmanuel Gravel Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Installing XFree86 3.3.3.1 on FreeBSD 3.1 In-Reply-To: <36D10480.9C816B00@psn.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 22 Feb 1999, Emmanuel Gravel wrote: > I've recently upgraded from 2.2.7 to 3.1 stable and upgraded my ports > collection. I tried upgrading XFree86 to the latest version to > be as close as possible to a fully elf system (doing it one step > at a time). I've done a make in the ports dir, and it downloaded > the three necessary files (src-1, src-2 and the patches to 3.3.3.1). > The make went without a problem. However, when I tried a make install, > it stopped with error code 1. Here's a snippet: I had the exact same problem when I tried to upgrade X from the source once. I had tk/tcl installed, and I re-installed them and it still didn't work. I eventually just upgraded from the binary distribution, which works flawlessly and is also a hell of a lot faster than compiling everything. Dennis ------------------------------------------------------------------------ Dennis Ostrovsky ** Department of Chemistry ** Yale University E-mail: den@master.chem.yale.edu WWW: http://pantheon.yale.edu/~do33 ------------------------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Feb 22 6:18:17 1999 Delivered-To: freebsd-stable@freebsd.org Received: from awfulhak.org (awfulhak.force9.co.uk [195.166.136.63]) by hub.freebsd.org (Postfix) with ESMTP id 6372111AAF for ; Mon, 22 Feb 1999 06:18:13 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from keep.lan.Awfulhak.org (keep.lan.Awfulhak.org [172.16.0.8]) by awfulhak.org (8.8.8/8.8.8) with ESMTP id OAA03523; Mon, 22 Feb 1999 14:18:09 GMT (envelope-from brian@Awfulhak.org) Received: from keep.lan.Awfulhak.org (localhost [127.0.0.1]) by keep.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id KAA01433; Mon, 22 Feb 1999 10:43:54 GMT (envelope-from brian@keep.lan.Awfulhak.org) Message-Id: <199902221043.KAA01433@keep.lan.Awfulhak.org> X-Mailer: exmh version 2.0.2 2/24/98 To: Mike Heffner Cc: FreeBSD-STABLE Subject: Re: "Unknown type" messages in ppp In-reply-to: Your message of "Sun, 21 Feb 1999 18:08:44 CST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 22 Feb 1999 10:43:54 +0000 From: Brian Somers Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm afraid these messages don't come from ppp. > My recent upgrade from 2.2-stable to 3.1-stable went pretty well. Though when > running ppp, i get weird messages: > > Unknown Type on Question 1 > Unknown Type on Question 1 > Unknown Type of Resource 100 > > and they repeat on and on, about 10 lines of 3 like that, they seem to occur > at various network traffic times, ie. checking mail, browsing web, but not > all the time. > > Anyone know what could be causing these messages? Are they safe to disregard? > > > Thanx, > ------------------------------------- > Mike Heffner > Manitowoc, WI 54220 > ICQ# 882073 > Date: 21-Feb-99 Time: 18:02:05 > ------------------------------------- -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Feb 22 6:22:48 1999 Delivered-To: freebsd-stable@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id E88E611EDB for ; Mon, 22 Feb 1999 06:22:45 -0800 (PST) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.1/8.9.1) with ESMTP id JAA01016; Mon, 22 Feb 1999 09:22:38 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.9.2/8.9.1) id JAA13384; Mon, 22 Feb 1999 09:22:33 -0500 (EST) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Mon, 22 Feb 1999 09:22:32 -0500 (EST) To: Ruslan Ermilov Cc: "Kenneth D. Merry" , stable@FreeBSD.ORG, allenc@verinet.com Subject: Re: Tagged queueing In-Reply-To: <19990222140147.A2015@ucb.crimea.ua> References: <19990219233927.A4953@ucb.crimea.ua> <199902201930.MAA13801@panzer.plutotech.com> <19990222140147.A2015@ucb.crimea.ua> X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <14033.25751.508511.815083@grasshopper.cs.duke.edu> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ruslan Ermilov writes: > On Sat, Feb 20, 1999 at 12:30:43PM -0700, Kenneth D. Merry wrote: > > > > The AHC_TAGENABLE option is no longer necessary. Tagged queueing is > > enabled by default. > > > > The reason your drive does not have tagged queueing enabled is because it is > > a Western Digital Enterprise drive: > > da0 at ahc0 bus 0 target 0 lun 0 > > da0: Fixed Direct Access SCSI-2 device > > da0: 40.000MB/s transfers (20.000MHz, offset 8, 16bit) > > da0: 4157MB (8515173 512 byte sectors: 64H 32S/T 4157C) > > > > Andrew Gallatin reported that his western digital enterprise drives only > > get 1.5MB/sec throughput with tagged queueing turned on, and 8MB/sec > > throughput with tagged queueing turned off. Therefore, we have a quirk > > entry in the transport layer that disables tagged queueing for those > > drives. > Reported? What's the number of his problem report? I talked to him via private email shortly after CAM went into -current. I have two WDE's: da0 at ahc0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-2 device da0: 40.0MB/s transfers (20.0MHz, offset 8, 16bit) da0: 4095MB (8388314 512 byte sectors: 255H 63S/T 522C) da1 at ahc0 bus 0 target 1 lun 0 da1: Fixed Direct Access SCSI-2 device da1: 40.0MB/s transfers (20.0MHz, offset 8, 16bit) da1: 4157MB (8515173 512 byte sectors: 255H 63S/T 530C) Both show piss-poor performance with TQ enabled. Note that they are 'different' than yours at least in that my drive with 4157MB has revision 1.91 of the firmware. Perhaps that has something do do with it... Anyway, with TQ disabled, WCE on both drives I see decent performance: <9:12am>grasshopper/gallatin:tmp>df /var/tmp Filesystem 512-blocks Used Avail Capacity Mounted on /dev/da0s1e 575486 453702 75746 86% /var <9:12am>grasshopper/gallatin:tmp>dd if=/dev/zero of=/var/tmp/test bs=64k count=1000 1000+0 records in 1000+0 records out 65536000 bytes transferred in 8.440735 secs (7764253 bytes/sec) <9:13am>grasshopper/gallatin:tmp>df /freebsd/tmp/ Filesystem 512-blocks Used Avail Capacity Mounted on /dev/da1s1c 8252330 4384130 3208014 58% /freebsd <9:13am>grasshopper/gallatin:tmp>dd if=/dev/zero of=/freebsd/tmp/test bs=64k count=1000 1000+0 records in 1000+0 records out 65536000 bytes transferred in 7.876551 secs (8320393 bytes/sec) <9:15am>grasshopper/gallatin:tmp>uname -a FreeBSD grasshopper.cs.duke.edu 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Sun Jan 24 16:17:20 EST 1999 gallatin@grasshopper.cs.duke.edu:/freebsd/src/sys/compile/GRASSHOPPER i386 I'm sorry, but I've got a bit too much state laying around to be able reboot to turn on tagged queuing to verify my drives performance with TQ enabled still stinks... Drew ------------------------------------------------------------------------------ Andrew Gallatin, Sr Systems Programmer http://www.cs.duke.edu/~gallatin Duke University Email: gallatin@cs.duke.edu Department of Computer Science Phone: (919) 660-6590 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Feb 22 6:50:25 1999 Delivered-To: freebsd-stable@freebsd.org Received: from jaguar.ir.miami.edu (jaguar.ir.miami.edu [129.171.32.10]) by hub.freebsd.org (Postfix) with ESMTP id 56B2D1167C for ; Mon, 22 Feb 1999 06:50:22 -0800 (PST) (envelope-from marcus@miami.edu) Received: from jaguar.ir.miami.edu ("port 2780"@jaguar.ir.miami.edu [129.171.32.10]) by jaguar.ir.miami.edu (PMDF V5.2-29 #30976) with ESMTP id <0F7K00JL797XII@jaguar.ir.miami.edu> for freebsd-stable@freebsd.org; Mon, 22 Feb 1999 09:50:21 -0500 (EST) Date: Mon, 22 Feb 1999 09:50:21 -0500 (EST) From: "Joe \"Marcus\" Clarke" Subject: Boot failure w/ 3.1-RELEASE and 3.1-STABLE (fwd) To: freebsd-stable@freebsd.org Message-id: MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm getting a System Halt after inserting the mfsroot floppy trying to install 3.1-RELEASE or 3.1-STABLE on an HP Kayak 333. I have successfully booted and installed 3.1 on a Kayak 350 and Kayak 400, but the 333 is being uncooperative. Here is the stack trace I'm getting. It looks like it's related to the primary IDE controller. BTX loader 1.00 BTX version is 1.00 Console: interal video/keyboard BIOS drive A: is disk0 BIOS drive C: is disk1 FreeBSD/i386 bootstrap loader, Revision 0.5 638/65532kB (root@usw3.freebsd.org, Fri Feb 19 10:01:50 GMT 1999) /kernel text=0x18be9a data=0x1b34c+0x1dcc8 syms=[0x4+0x23c30+0x4+0x243bb] Please insert MFS root floppy and press enter: int=0000000e err=00000004 efl=00030246 eip=00002127 eax=00002001 ebx=00000000 ecx=0000df07 edx=000003f5 esi=0000a315 edi=0000a315 ebp=000003da esp=000003d0 cs=ebb7 ds=0040 es=f000 fs=0000 gs=0000 ss=9db7 cs:eip=8a 64 0a 8a c4 d0 e4 c0-e8 02 02 e0 b0 ff 2a c4 ss:esp=00 f0 4a 21 17 29 7e 25-15 a3 00 00 fe 9d 15 a3 System halted This is the output from the -STABLE install, but the -RELEASE is the same. The BIOS has just been updated to the latest revision (no help). Here are the system stats: HP Kayak Pentium II 333 MHz 66 MHz bus 512K L2 cache 128 MB RAM 6 GB UDMA IDE HD Cirrus Logic video card HP ethernet card (PCI Lance/PCnet-based) IDE CD-ROM (on secondary controller) I appreciate any input you can provide. Joe Clarke To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Feb 22 9: 8:33 1999 Delivered-To: freebsd-stable@freebsd.org Received: from po2.glue.umd.edu (po2.glue.umd.edu [129.2.128.45]) by hub.freebsd.org (Postfix) with ESMTP id 6C91810F35 for ; Mon, 22 Feb 1999 09:08:28 -0800 (PST) (envelope-from bfoz@glue.umd.edu) Received: from glue.umd.edu (nbf-24.umd.edu [128.8.38.24]) by po2.glue.umd.edu (8.9.0.Beta6/8.9.0.Beta6) with ESMTP id MAA18673; Mon, 22 Feb 1999 12:08:02 -0500 (EST) Message-ID: <36D18D68.E550C09B@glue.umd.edu> Date: Mon, 22 Feb 1999 12:01:28 -0500 From: Brandon Fosdick X-Mailer: Mozilla 4.5 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 To: Dennis Ostrovsky Cc: Emmanuel Gravel , freebsd-stable@FreeBSD.ORG Subject: Re: Installing XFree86 3.3.3.1 on FreeBSD 3.1 References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I had the same exact problem with the same solution. I guess its just a problem with the port. When I tried to install tk/tcl it said I needed to install XFree86, which then needed to install tk/tcl... Brandon Dennis Ostrovsky wrote: > > On Mon, 22 Feb 1999, Emmanuel Gravel wrote: > > > I've recently upgraded from 2.2.7 to 3.1 stable and upgraded my ports > > collection. I tried upgrading XFree86 to the latest version to > > be as close as possible to a fully elf system (doing it one step > > at a time). I've done a make in the ports dir, and it downloaded > > the three necessary files (src-1, src-2 and the patches to 3.3.3.1). > > The make went without a problem. However, when I tried a make install, > > it stopped with error code 1. Here's a snippet: > > I had the exact same problem when I tried to upgrade X from the source > once. I had tk/tcl installed, and I re-installed them and it still didn't > work. I eventually just upgraded from the binary distribution, which works > flawlessly and is also a hell of a lot faster than compiling everything. > > Dennis > > ------------------------------------------------------------------------ > Dennis Ostrovsky ** Department of Chemistry ** Yale University > > E-mail: den@master.chem.yale.edu WWW: http://pantheon.yale.edu/~do33 > ------------------------------------------------------------------------ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Feb 22 9:33:31 1999 Delivered-To: freebsd-stable@freebsd.org Received: from jeffnet.org (jeffnet.org [204.203.90.2]) by hub.freebsd.org (Postfix) with ESMTP id 239BD10E5C for ; Mon, 22 Feb 1999 09:33:23 -0800 (PST) (envelope-from paula@jeffnet.org) Received: from ellie.my.domain (ip122.jeffnet.org [204.203.88.122]) by jeffnet.org (8.8.0/8.8.0) with ESMTP id JAA09513 for ; Mon, 22 Feb 1999 09:39:03 -0800 Received: from localhost (papple@localhost) by ellie.my.domain (8.8.7/8.8.7) with ESMTP id JAA00831 for ; Mon, 22 Feb 1999 09:33:13 -0800 X-Authentication-Warning: ellie.my.domain: papple owned process doing -bs Date: Mon, 22 Feb 1999 09:33:13 -0800 (PST) From: Paul Apple X-Sender: papple@ellie.my.domain To: freebsd-stable@freebsd.org Subject: make upgrade failures Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG i've been trying make upgrade in single-user mode from version 2.2.6 to RELENG_3 that was fresh as of last Thursday. of the last three attempts: 1) there was a segmentation fault (please explain, is this a hardware fault or a memory allocation fault or ?) 2) cc: Internal compiler error: program cc1 got fatal signal 11 3) cc: Internal compiler error: program as got fatal signal 11 reading the man page for signal i see that the last two failures are also segmentation violations. two things that may be worth noting: i'm using -j4 option in the make line hoping to speed the process along. i'm doing this as suggested by "making the world your own". freebsd resides on a 486. is this too much for this processor? i've added the package 227upgrade.tgz. i pkg_deleted it and found out in short order that i was missing a group of *.mk files. would it help if i replaced those files with the originals from the cdrom? i've got transcripts of the last three attempts if needed. TIA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Feb 22 10:57:11 1999 Delivered-To: freebsd-stable@freebsd.org Received: from mail.rapidsite.net (mail.rapidsite.net [207.158.192.62]) by hub.freebsd.org (Postfix) with SMTP id D3ACD11035 for ; Mon, 22 Feb 1999 10:57:03 -0800 (PST) (envelope-from gryphon@intech.net) Received: from gw1.hway.net (207.158.192.37) by mail.rapidsite.net (RS ver 1.0.2) with SMTP id 16808; Mon, 22 Feb 1999 13:56:52 -0500 (EST) Message-ID: <36D1A934.D72BE9F@intech.net> Date: Mon, 22 Feb 1999 14:00:04 -0500 From: Coranth Gryphon Reply-To: gryphon@hway.net X-Mailer: Mozilla 4.08 [en] (WinNT; I) MIME-Version: 1.0 To: Dan Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Reboot Hangups with ahc driver References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Loop-Detect: 1 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > results. Every time I reboot, it hangs up after > waiting 15 secons for SCSI devices to settle, and ends up > dropping to the debugger with a message like: ahc_update_target.... > Going to the console and doing a panic will make it reboot and > come right back up. > > This machine is a PII-450 with an adaptec 7890 onboard controller. I had the same problem (with the 7890 onboard), except it froze after recognizing my SCSI devices. > Should I just upgrade to 3.1-STABLE and be done with it? I ran into this problem when doing the 3.1 Install (from floppy). After juggling a few things (mainly physical positions of the drives in the case -- no cable/config changes) it worked. I don't know what the problem was, though all failures were preceded with a "zf_read: fill error" before the freezes. Anyone know of any problems with the 7890 chipset? -coranth To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Feb 22 10:57:26 1999 Delivered-To: freebsd-stable@freebsd.org Received: from hub.lovett.com (hub.lovett.com [38.155.241.2]) by hub.freebsd.org (Postfix) with ESMTP id 3A239119C7 for ; Mon, 22 Feb 1999 10:57:22 -0800 (PST) (envelope-from ade@remarq.com) Received: from [38.155.241.8] (helo=xanadu) by hub.lovett.com with smtp (Exim 2.12 #1) id 10F0Xc-0002pC-00 for stable@freebsd.org; Mon, 22 Feb 1999 12:57:16 -0600 From: "Ade Lovett" To: Subject: Minor SCSI identification oddity Date: Mon, 22 Feb 1999 12:56:31 -0600 Message-ID: <005d01be5e95$0f287400$08f19b26@xanadu.lovett.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Machine is a PII/300, 160Mb memory, 3.1-STABLE cvsup'd as of two days ago. There are two SCSI controllers in the machine, a single-channel 2940U, and a dual 2940U/UW: ahc0: rev 0x00 int a irq 10 on pci0.14.0 ahc0: aic7880 Single Channel A, SCSI Id=7, 16/255 SCBs ahc1: rev 0x03 int a irq 14 on pci0.16.0 ahc1: aic7895 Wide Channel A, SCSI Id=7, 16/255 SCBs ahc2: rev 0x03 int b irq 15 on pci0.16.1 ahc2: aic7895 Single Channel B, SCSI Id=7, 16/255 SCBs Now, devices are attached to the system as follows: ahc0: DAT drive (id 5), CDROM (id 6) ahc1: Wide disk (id 0) ahc2: Normal disk (id 1) However, on boot up, I see the following: ... sa0 at ahc0 bus 0 target 5 lun 0 da1 at ahc1 bus 0 target 1 lun 0 da0 at ahc1 bus 0 target 0 lun 0 cd0 at ahc0 bus 0 target 6 lun 0 ... The system operates fine, with all devices accessible, but shouldn't the da1 device be shown as being connected to ahc2 bus 0, or ahc1 bus 1 ? -aDe -- Ade Lovett, RemarQ Communities, Inc., San Jose, CA. ade@remarq.com http://www.remarq.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Feb 22 11:50: 2 1999 Delivered-To: freebsd-stable@freebsd.org Received: from mailhost2.u.washington.edu (mailhost2.u.washington.edu [140.142.33.2]) by hub.freebsd.org (Postfix) with ESMTP id 6D28911052 for ; Mon, 22 Feb 1999 11:49:59 -0800 (PST) (envelope-from kzentner@u.washington.edu) Received: from cs237-3.spmodem.washington.edu (cs237-3.spmodem.washington.edu [140.142.173.124]) by mailhost2.u.washington.edu (8.9.3+UW99.02/8.9.3+UW99.01) with ESMTP id LAA03180; Mon, 22 Feb 1999 11:49:53 -0800 Date: Mon, 22 Feb 1999 11:51:43 -0800 (PST) From: kristopher X-Sender: darxpryte@gabrielle.u.washington.edu To: "Daniel C. Sobral" Cc: kristopher , stable@FreeBSD.ORG Subject: Re: new printer driver (nlpt0) woes In-Reply-To: <36D13A67.E6983B98@newsguy.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Must have been my bad. I misread the word from dmesg. It's actually thus: lp0: TCP/IP capable interface lpt-266243104: this driver is deprecated; use ppbus instead. ^^^^^^^^^^ ========================================================================== Kristopher Zentner | "Would you tell me, please, which Aspiring Linguist | way I ought to go from here?" FreeBSD Advocate | "That depends a great deal on kzentner@u.washington.edu | where you want to go." said the Cat ========================================================================== On Mon, 22 Feb 1999, Daniel C. Sobral wrote: > Kristopher wrote: > > > > I've been trying to get with the new nlpt drivers since the current lpt > > driver is "depreciated". First I must comment that the documentation for > ^^^^^^^^^^^ > That survived, eh? What's the file? > > -- > Daniel C. Sobral (8-DCS) > dcs@newsguy.com > dcs@freebsd.org > > "To make it absolutely clear: you stand on the wrong end of my > blasters, so you better get lost before I start target practice!" > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Feb 22 12:34:28 1999 Delivered-To: freebsd-stable@freebsd.org Received: from rtp-cse-185.cisco.com (rtp-cse-185.cisco.com [161.44.20.36]) by hub.freebsd.org (Postfix) with ESMTP id B6F8711782 for ; Mon, 22 Feb 1999 12:34:18 -0800 (PST) (envelope-from jclarke@cisco.com) Received: from localhost (jclarke@localhost) by rtp-cse-185.cisco.com (8.8.5/CA/950118) with ESMTP id PAA09145; Mon, 22 Feb 1999 15:34:05 -0500 (EST) Date: Mon, 22 Feb 1999 15:34:04 -0500 (EST) From: Joe Clarke To: "Thomas T. Veldhouse" Cc: freebsd-stable@freebsd.org Subject: Re: Boot failure w/ 3.1-RELEASE and 3.1-STABLE (fwd) In-Reply-To: <01c301be5e8e$bb11de70$236319ac@w142844.carlson.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thomas, I downloaded the latest stable floppies, did a low-level format of the floppies, then dd'd the images to them. Again, the same problem. Is there any special hardware or BIOS manipulations I need to do? The error looks related to the primary IDE controller, but I can't tell what specifically it is. Again, the machine is a HP Kayak XA 333 (w/ 66 MHz I/O bus). Thanks. Joe Clarke -- Joe Clarke, CE | | Customer Support Engineer ||||| ||||| Phone: (919) 472-2867 ..:|||||||||::|||||||||:.. Email: jclarke@cisco.com c i s c o S y s t e m s ---------------------------------------------------------------------------- On Mon, 22 Feb 1999, Thomas T. Veldhouse wrote: > Try using a new floppy for mfsroot. Format it first. I have not had any > problem since before 3.1-RELEASE. I have a very similar system except I use > a RivaTNT card instead of Cirrus Logic. However, video is almost certainly > not the problem. > > Tom Veldhouse > veldy@visi.com > > -----Original Message----- > From: Joe "Marcus" Clarke > To: freebsd-stable@FreeBSD.ORG > Date: Monday, February 22, 1999 12:02 PM > Subject: Boot failure w/ 3.1-RELEASE and 3.1-STABLE (fwd) > > > >I'm getting a System Halt after inserting the mfsroot floppy trying to > >install 3.1-RELEASE or 3.1-STABLE on an HP Kayak 333. I have successfully > >booted and installed 3.1 on a Kayak 350 and Kayak 400, but the 333 is > >being uncooperative. Here is the stack trace I'm getting. It looks like > >it's related to the primary IDE controller. > > > >BTX loader 1.00 BTX version is 1.00 > >Console: interal video/keyboard > >BIOS drive A: is disk0 > >BIOS drive C: is disk1 > > > >FreeBSD/i386 bootstrap loader, Revision 0.5 638/65532kB > >(root@usw3.freebsd.org, Fri Feb 19 10:01:50 GMT 1999) > >/kernel text=0x18be9a data=0x1b34c+0x1dcc8 syms=[0x4+0x23c30+0x4+0x243bb] > >Please insert MFS root floppy and press enter: > > > > > >int=0000000e err=00000004 efl=00030246 eip=00002127 > >eax=00002001 ebx=00000000 ecx=0000df07 edx=000003f5 > >esi=0000a315 edi=0000a315 ebp=000003da esp=000003d0 > >cs=ebb7 ds=0040 es=f000 fs=0000 gs=0000 ss=9db7 > >cs:eip=8a 64 0a 8a c4 d0 e4 c0-e8 02 02 e0 b0 ff 2a c4 > >ss:esp=00 f0 4a 21 17 29 7e 25-15 a3 00 00 fe 9d 15 a3 > >System halted > > > >This is the output from the -STABLE install, but the -RELEASE is the same. > >The BIOS has just been updated to the latest revision (no help). Here are > >the system stats: > > > >HP Kayak Pentium II 333 MHz 66 MHz bus > >512K L2 cache > >128 MB RAM > >6 GB UDMA IDE HD > >Cirrus Logic video card > >HP ethernet card (PCI Lance/PCnet-based) > >IDE CD-ROM (on secondary controller) > > > >I appreciate any input you can provide. > > > >Joe Clarke > > > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > >with "unsubscribe freebsd-stable" in the body of the message > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Feb 22 13:46:42 1999 Delivered-To: freebsd-stable@freebsd.org Received: from dfw-ix6.ix.netcom.com (dfw-ix6.ix.netcom.com [206.214.98.6]) by hub.freebsd.org (Postfix) with ESMTP id 5AB65113E3 for ; Mon, 22 Feb 1999 13:46:38 -0800 (PST) (envelope-from phate1@ix.netcom.com) Received: (from smap@localhost) by dfw-ix6.ix.netcom.com (8.8.4/8.8.4) id PAA10155 for ; Mon, 22 Feb 1999 15:46:22 -0600 (CST) From: phate1@ix.netcom.com Received: from nyc-ny100-41.ix.netcom.com(209.109.231.41) by dfw-ix6.ix.netcom.com via smap (V1.3) id rma010000; Mon Feb 22 15:44:52 1999 Message-ID: <000d01be5eac$87517140$29e76dd1@dialup.phate.com> To: Subject: Software bandwidth limiting solution Date: Mon, 22 Feb 1999 16:44:22 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I'm running 3.0-Stable. I'm trying to limit bandwidth to one of the boxes to to below 5Mbps (it's eating up a full 10Mbps lan).. Specifically just limit port 80 (web traffic) so I can telnet/ftp without any lag.. I tried dummynet, but it only seems to queue incoming packets, which results in me running out of my mbufs (8192 total), and the system reboots. Can a software solution handle this? Or would I need something hardware based? TIA, Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Feb 22 13:47:16 1999 Delivered-To: freebsd-stable@freebsd.org Received: from barnes1.wustl.edu (barnes1.wustl.edu [128.252.162.58]) by hub.freebsd.org (Postfix) with ESMTP id C753111562 for ; Mon, 22 Feb 1999 13:47:10 -0800 (PST) (envelope-from wayne@barnes1.wustl.edu) Received: (from wayne@localhost) by barnes1.wustl.edu (8.9.2/8.9.2) id PAA91741 for freebsd-stable@freebsd.org; Mon, 22 Feb 1999 15:59:15 -0600 (CST) (envelope-from wayne) From: "Wayne M. Barnes" Message-Id: <199902222159.PAA91741@barnes1.wustl.edu> Subject: passwd,send-pr,lprm broke in 3.1 To: freebsd-stable@freebsd.org (stable mailing list at FreeBSD) Date: Mon, 22 Feb 1999 15:59:14 -0600 (CST) X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear Chris Costello and other Stabilizers Re: send-pr, passwd and lprm just hang on 3.1 stable upgraded from 2.2.8. The above commands just hang and do nothing, still. You asked if I had the latest sh. I should have the latest everything. I have cvsup'd a few times, I have remade world a few times, I have made a few kernels, I have done mergemaster. The only files I did not update with mergemaster were spwd.db and pwd.db, since they were binary files. What is the proper way to regenerate .db files such as these? I even went back and did a 'make upgrade', even though it should have been redundant to other makes. No improvements to the problem. Not that there haven't been improvements to my system. I really like the new functionality of 3.1. Since I last wrote, I have found another command that hangs and does nothing: lprm (in addition to my original problems passwd and send-pr). If I enter illegal option -H to passwd and lprm, they come back immediately (properly) with usage: instructions. But if I use these commands properly, they just do nothing. Any ideas what to try? Wayne M. Barnes, Ph.D. wayne@barnes1.wustl.edu Biochemistry Dept. 8231 Washington Univ. Medical School 314.362.3351 fax 7183 660 South Euclid Ave., St. Louis, MO 63110 http://barnes1.wustl.edu Just plain Taq is old tech anymore. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Feb 22 13:53: 1 1999 Delivered-To: freebsd-stable@freebsd.org Received: from kodos.tinet.ie (kodos.tinet.ie [159.134.237.29]) by hub.freebsd.org (Postfix) with ESMTP id 77A3410F51 for ; Mon, 22 Feb 1999 13:52:52 -0800 (PST) (envelope-from tony@nua.ie) Received: from p80.as1.exs.dublin.tinet.ie ([159.134.224.80]) by kodos.tinet.ie with smtp (Exim 2.05 #23) id 10F3HU-0005Sw-00 for freebsd-stable@FreeBSD.ORG; Mon, 22 Feb 1999 21:52:48 +0000 From: tony@nua.ie (Tony Byrne) To: freebsd-stable@FreeBSD.ORG Subject: Boot freezes while waiting for SCSI devices to settle. Date: Mon, 22 Feb 1999 21:53:45 GMT Organization: ByrneHQ Message-ID: <36d3d1e8.1994981@mail.tinet.ie> X-Mailer: Forte Agent 1.5/32.451 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have an ASUS P2B-S motherboard with integral Adaptec 7890 based SCSI controller. Since I sync'd from the latest 3.1 Stable sources (today) and built a new 3.1 kernel my machine freezes while waiting for the SCSI devices to settle. This wasn't a problem with my previous 3.0 kernel which worked fine. Incidentally, I have the same problem when I try booting from the new installation floppies. Anybody got any ideas? Regards, Tony. -- =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Tony Byrne , Swords, Co. Dublin, Ireland. MP3 Artist: http://www.mp3.com/music/Instrumental/5583.html Get your copy of the Winamp MP3 player: http://www.winamp.com =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Feb 22 13:59:32 1999 Delivered-To: freebsd-stable@freebsd.org Received: from pop.uniserve.com (pop.uniserve.com [204.244.156.3]) by hub.freebsd.org (Postfix) with SMTP id 4A48911437 for ; Mon, 22 Feb 1999 13:59:28 -0800 (PST) (envelope-from tom@uniserve.com) Received: from shell.uniserve.ca [204.244.186.218] by pop.uniserve.com with smtp (Exim 1.82 #4) id 10F3Ns-0005CT-00; Mon, 22 Feb 1999 13:59:24 -0800 Date: Mon, 22 Feb 1999 13:59:21 -0800 (PST) From: Tom X-Sender: tom@shell.uniserve.ca To: "Wayne M. Barnes" Cc: stable mailing list at FreeBSD Subject: Re: passwd,send-pr,lprm broke in 3.1 In-Reply-To: <199902222159.PAA91741@barnes1.wustl.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 22 Feb 1999, Wayne M. Barnes wrote: > I have cvsup'd a few times, I have remade world a few > times, I have made a few kernels, I have done mergemaster. The only > files I did not update with mergemaster were spwd.db and pwd.db, > since they were binary files. What is the proper way to regenerate > .db files such as these? Well, they are the password files that are build from /etc/master.passwd I'd just run vipw, save (to make sure it looks like you've changed something), and then exit, and all the password files should be rebuilt. Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Feb 22 14:20: 4 1999 Delivered-To: freebsd-stable@freebsd.org Received: from neptune.psn.net (neptune.psn.net [207.211.58.16]) by hub.freebsd.org (Postfix) with ESMTP id 4AAE0111C3 for ; Mon, 22 Feb 1999 14:20:00 -0800 (PST) (envelope-from chemtechweb@psn.net) Received: from 2-212.phx.psn.net ([209.63.183.172] helo=psn.net) by neptune.psn.net with esmtp (PSN Internet Service 2.10 #1) for freebsd-stable@freebsd.org id 10F3hn-00078s-00; Mon, 22 Feb 1999 15:19:59 -0700 Message-ID: <36D1D86E.AEBED227@psn.net> Date: Mon, 22 Feb 1999 15:21:34 -0700 From: Emmanuel Gravel Reply-To: chemtechweb@psn.net Organization: Orbit Communications X-Mailer: Mozilla 4.08 [en] (Win98; I) MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: Installation of TCL and TK Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG System FreeBSD 3.1 stable, most recent ports. Tried installing both TCL/TK 8.0 and 8.1. Each time, TCL installs without a hitch. TK is another story. Whether I do a simple make in the proper TK dir (it goes and gets/installs TCL on it's own) or first install TCL, then try and install TK, it always comes up with a similar error in the make of TK: Error: shared library "tcl80\.1\.2" does not exist (it's tcl81\.1\.0 in the case of TK 8.1). Are there any other steps not performed by the make install of TCL which are required before TK will make? I'm doing this so I can properly install XFree86 from code from the ports. Thanks, Manu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Feb 22 14:27:29 1999 Delivered-To: freebsd-stable@freebsd.org Received: from regret.globalserve.net (regret.globalserve.net [209.90.144.72]) by hub.freebsd.org (Postfix) with ESMTP id 914EA10E88 for ; Mon, 22 Feb 1999 14:27:24 -0800 (PST) (envelope-from dm@regret.globalserve.net) Received: (from dm@localhost) by regret.globalserve.net (8.9.3/8.9.1) id SAA48054; Mon, 22 Feb 1999 18:38:23 GMT (envelope-from dm) Message-ID: <19990222183823.A47785@globalserve.net> Date: Mon, 22 Feb 1999 18:38:23 +0000 From: "Dan - Sr. Admin" To: "Wayne M. Barnes" Cc: freebsd-stable@freebsd.org Subject: Re: passwd,send-pr,lprm broke in 3.1 References: <199902222159.PAA91741@barnes1.wustl.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <199902222159.PAA91741@barnes1.wustl.edu>; from Wayne M. Barnes on Mon, Feb 22, 1999 at 03:59:14PM -0600 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I have cvsup'd a few times, I have remade world a few > times, I have made a few kernels, I have done mergemaster. The only > files I did not update with mergemaster were spwd.db and pwd.db, > since they were binary files. What is the proper way to regenerate > .db files such as these? Take a look at the pwd_mkdb(8) manual page. -- Dan Moschuk (TFreak!dm@globalserve.net) Senior Systems/Network Administrator Globalserve Communications Inc., a Primus Canada Company "Even a stopped clock is right twice a day" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Feb 22 14:50: 4 1999 Delivered-To: freebsd-stable@freebsd.org Received: from dingo.cdrom.com (dingo.cdrom.com [204.216.28.145]) by hub.freebsd.org (Postfix) with ESMTP id 9FD4210ED5 for ; Mon, 22 Feb 1999 14:50:02 -0800 (PST) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (localhost.cdrom.com [127.0.0.1]) by dingo.cdrom.com (8.9.1/8.8.8) with ESMTP id OAA01045; Mon, 22 Feb 1999 14:44:19 -0800 (PST) (envelope-from mike@dingo.cdrom.com) Message-Id: <199902222244.OAA01045@dingo.cdrom.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Joe Clarke Cc: "Thomas T. Veldhouse" , freebsd-stable@freebsd.org Subject: Re: Boot failure w/ 3.1-RELEASE and 3.1-STABLE (fwd) In-reply-to: Your message of "Mon, 22 Feb 1999 15:34:04 EST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 22 Feb 1999 14:44:19 -0800 From: Mike Smith Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG If you have another machine that you can build a new loader on, try this patch. It's possible that your BIOS is trying to work out if it's running under Windows, and BTX doesn't like that. Index: Makefile =================================================================== RCS file: /home/ncvs/src/sys/boot/i386/loader/Makefile,v retrieving revision 1.28 diff -u -r1.28 Makefile --- Makefile 1999/01/18 19:05:27 1.28 +++ Makefile 1999/02/22 10:03:10 @@ -32,7 +32,7 @@ CLEANFILES+= vers.c vers.o ${BASE}.list ${BASE}.bin ${BASE}.sym ${BASE}.help CFLAGS+= -Wall -LDFLAGS= -nostdlib -static -Ttext 0x1000 +LDFLAGS= -nostdlib -static -Ttext 0x0 # i386 standalone support library LIBI386= ${.OBJDIR}/../libi386/libi386.a > Thomas, I downloaded the latest stable floppies, did a low-level format of > the floppies, then dd'd the images to them. Again, the same problem. Is > there any special hardware or BIOS manipulations I need to do? The error > looks related to the primary IDE controller, but I can't tell what > specifically it is. Again, the machine is a HP Kayak XA 333 (w/ 66 MHz > I/O bus). Thanks. > > Joe Clarke > > -- > Joe Clarke, CE | | > Customer Support Engineer ||||| ||||| > Phone: (919) 472-2867 ..:|||||||||::|||||||||:.. > Email: jclarke@cisco.com c i s c o S y s t e m s > > ---------------------------------------------------------------------------- > > > On Mon, 22 Feb 1999, Thomas T. Veldhouse wrote: > > > Try using a new floppy for mfsroot. Format it first. I have not had any > > problem since before 3.1-RELEASE. I have a very similar system except I use > > a RivaTNT card instead of Cirrus Logic. However, video is almost certainly > > not the problem. > > > > Tom Veldhouse > > veldy@visi.com > > > > -----Original Message----- > > From: Joe "Marcus" Clarke > > To: freebsd-stable@FreeBSD.ORG > > Date: Monday, February 22, 1999 12:02 PM > > Subject: Boot failure w/ 3.1-RELEASE and 3.1-STABLE (fwd) > > > > > > >I'm getting a System Halt after inserting the mfsroot floppy trying to > > >install 3.1-RELEASE or 3.1-STABLE on an HP Kayak 333. I have successfully > > >booted and installed 3.1 on a Kayak 350 and Kayak 400, but the 333 is > > >being uncooperative. Here is the stack trace I'm getting. It looks like > > >it's related to the primary IDE controller. > > > > > >BTX loader 1.00 BTX version is 1.00 > > >Console: interal video/keyboard > > >BIOS drive A: is disk0 > > >BIOS drive C: is disk1 > > > > > >FreeBSD/i386 bootstrap loader, Revision 0.5 638/65532kB > > >(root@usw3.freebsd.org, Fri Feb 19 10:01:50 GMT 1999) > > >/kernel text=0x18be9a data=0x1b34c+0x1dcc8 syms=[0x4+0x23c30+0x4+0x243bb] > > >Please insert MFS root floppy and press enter: > > > > > > > > >int=0000000e err=00000004 efl=00030246 eip=00002127 > > >eax=00002001 ebx=00000000 ecx=0000df07 edx=000003f5 > > >esi=0000a315 edi=0000a315 ebp=000003da esp=000003d0 > > >cs=ebb7 ds=0040 es=f000 fs=0000 gs=0000 ss=9db7 > > >cs:eip=8a 64 0a 8a c4 d0 e4 c0-e8 02 02 e0 b0 ff 2a c4 > > >ss:esp=00 f0 4a 21 17 29 7e 25-15 a3 00 00 fe 9d 15 a3 > > >System halted > > > > > >This is the output from the -STABLE install, but the -RELEASE is the same. > > >The BIOS has just been updated to the latest revision (no help). Here are > > >the system stats: > > > > > >HP Kayak Pentium II 333 MHz 66 MHz bus > > >512K L2 cache > > >128 MB RAM > > >6 GB UDMA IDE HD > > >Cirrus Logic video card > > >HP ethernet card (PCI Lance/PCnet-based) > > >IDE CD-ROM (on secondary controller) > > > > > >I appreciate any input you can provide. > > > > > >Joe Clarke > > > > > > > > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > > >with "unsubscribe freebsd-stable" in the body of the message > > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > -- \\ 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. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Feb 22 15: 6:48 1999 Delivered-To: freebsd-stable@freebsd.org Received: from paprika.michvhf.com (paprika.michvhf.com [209.57.60.12]) by hub.freebsd.org (Postfix) with SMTP id EC80011064 for ; Mon, 22 Feb 1999 15:06:41 -0800 (PST) (envelope-from vev@michvhf.com) Received: (qmail 29811 invoked by uid 1001); 22 Feb 1999 23:06:42 -0000 Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <000d01be5eac$87517140$29e76dd1@dialup.phate.com> Date: Mon, 22 Feb 1999 18:06:41 -0500 (EST) X-Face: *0^4Iw) To: phate1@ix.netcom.com Subject: RE: Software bandwidth limiting solution Cc: freebsd-stable@FreeBSD.ORG Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 22-Feb-99 phate1@ix.netcom.com wrote: > Hello, > > I'm running 3.0-Stable. > > I'm trying to limit bandwidth to one of the boxes to to below 5Mbps (it's > eating up a full 10Mbps lan).. > Specifically just limit port 80 (web traffic) so I can telnet/ftp without > any lag.. > > I tried dummynet, but it only seems to queue incoming packets, which results > in me running out of my mbufs (8192 total), and the system reboots. > > Can a software solution handle this? Or would I need something hardware > based? Unless someone changed something in Dummynet you can limit in both directions by rule. Take another look at your ipfw rules. Vince. -- ========================================================================== Vince Vielhaber -- KA8CSH email: vev@michvhf.com flame-mail: /dev/null # include TEAM-OS2 Online Campground Directory http://www.camping-usa.com Online Giftshop Superstore http://www.cloudninegifts.com ========================================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Feb 22 15:42:29 1999 Delivered-To: freebsd-stable@freebsd.org Received: from bolero-x.rahul.net (bolero.rahul.net [192.160.13.1]) by hub.freebsd.org (Postfix) with SMTP id 96827118FB for ; Mon, 22 Feb 1999 15:42:25 -0800 (PST) (envelope-from dhesi@rahul.net) Received: from waltz.rahul.net by bolero-x.rahul.net with SMTP id AA27355 (5.67b8/IDA-1.5 for ); Mon, 22 Feb 1999 15:42:23 -0800 Received: by waltz.rahul.net (5.67b8/jive-a2i-1.0) id AA15858; Mon, 22 Feb 1999 15:41:50 -0800 Message-Id: <199902222341.AA15858@waltz.rahul.net> To: stable@freebsd.org Subject: Re: 3.1-RELEASE crash dump with -g kernel, 'page fault in kernel mode' In-Reply-To: Message from Rahul Dhesi of Fri, 19 Feb 99 19:33:01 -0800 Date: Mon, 22 Feb 99 15:41:50 -0800 From: Rahul Dhesi Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have been looking through the open PRs, and found this one that's interesting: kern/2717 Fatal trap 12: page fault while in kernel mode It contains this annotation made on Date: Wed, 12 Feb 1997 17:40:11 +1100: The standard (syscons) console driver and perhaps the pcvt console driver have some races when kernel printfs from interrupt handlers are mixed with normal console output. Workarounds: don't put (m)any printfs in interrupt handlers, or don't use /dev/ttyv0 for normal applications (it's still used for console output by syslogd etc so this only reduces the problem), or use a serial console. I wonder if this is still a problem in current versions of FreeBSD? If so, this might explain a number of different reports of 'page fault while in kernel mode' that I have seen, including mine (below). Would somebody who is familar with the internals of the syscons console driver please comment? What's interesting is that I have a machine (no keyboard) running 3.0-RELEASE doing News processing that never panics like this. It has a /boot.config file that contains '-h', which is supposed to force use of the serial port as console. But a number of machine running any of 3.0-RELEASE, 3.1-RELEASE, and various 3.0 snapshots, all with keyboard and display connected, and not having a /boot.config file, have panic'd with 'page fault while in kernel mode'. *IF* the use of the display is the problem, then I will be very happy, because it's easily fixable by switching to the serial console. I am going to try this. If anybody else has encountered these panics, please comment. Rahul > Date: Fri, 19 Feb 99 19:33:01 PST > From: Rahul Dhesi > To: stable@freebsd.org > Message-Id: <199902200333.AA27605@waltz.rahul.net> > Subject: 3.1-RELEASE crash dump with -g kernel, 'page fault in kernel *** mode' > I am now running 3.1-RELEASE with a kernel that was compiled with -g, > and I have a crash dump available. If anybody is interested in getting > more details, I will be happy to provide them to you -- please contact > me. Below is a little of what I have. This particular problem (page > fault in kernel mode) has been occurring with various STABLE snapshots. > > Rahul > > > Fatal trap 12: page fault while in kernel mode > fault virtual address = 0x48 > fault code = supervisor write, page not present > > ... > > (kgdb) where > #0 0xf015d86b in boot () > #1 0xf015daf0 in at_shutdown () > #2 0xf024c305 in trap_fatal () > #3 0xf024bfe3 in trap_pfault () > #4 0xf024bc5a in trap () > #5 0xf02117c8 in acquire_lock () > #6 0xf021440e in softdep_disk_io_initiation () > #7 0xf018caba in spec_strategy () > #8 0xf018c24d in spec_vnoperate () > #9 0xf021fe75 in ufs_vnoperatespec () > #10 0xf021f87b in ufs_strategy () > #11 0xf021fe45 in ufs_vnoperate () > #12 0xf017a023 in bwrite () > #13 0xf017e55a in vop_stdbwrite () > #14 0xf017e3a5 in vop_defaultop () > #15 0xf021fe45 in ufs_vnoperate () > #16 0xf017a9b7 in vfs_bio_awrite () > #17 0xf021966b in ffs_fsync () > #18 0xf0217b7b in ffs_sync () > #19 0xf0182e6f in sync () > #20 0xf015d6b1 in boot () > #21 0xf015daf0 in at_shutdown () > #22 0xf024c305 in trap_fatal () > ---Type to continue, or q to quit--- > #23 0xf024bfe3 in trap_pfault () > #24 0xf024bc5a in trap () > #25 0xf01eb2ad in tulip_rx_intr () > #26 0xf01eb9f3 in tulip_intr_handler () > #27 0xf01ebb51 in tulip_intr_normal () > > == END == > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Feb 22 16:21: 5 1999 Delivered-To: freebsd-stable@freebsd.org Received: from pop.uniserve.com (pop.uniserve.com [204.244.156.3]) by hub.freebsd.org (Postfix) with SMTP id 52DFB10F76 for ; Mon, 22 Feb 1999 16:21:03 -0800 (PST) (envelope-from tom@uniserve.com) Received: from shell.uniserve.ca [204.244.186.218] by pop.uniserve.com with smtp (Exim 1.82 #4) id 10F5ZZ-0003lD-00; Mon, 22 Feb 1999 16:19:37 -0800 Date: Mon, 22 Feb 1999 16:19:34 -0800 (PST) From: Tom X-Sender: tom@shell.uniserve.ca To: phate1@ix.netcom.com Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Software bandwidth limiting solution In-Reply-To: <000d01be5eac$87517140$29e76dd1@dialup.phate.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 22 Feb 1999 phate1@ix.netcom.com wrote: > Hello, > > I'm running 3.0-Stable. > > I'm trying to limit bandwidth to one of the boxes to to below 5Mbps (it's > eating up a full 10Mbps lan).. > Specifically just limit port 80 (web traffic) so I can telnet/ftp without > any lag.. > > I tried dummynet, but it only seems to queue incoming packets, which results > in me running out of my mbufs (8192 total), and the system reboots. > > Can a software solution handle this? Or would I need something hardware > based? Well, there is the altq package. Not sure if it works on 3.x though. altq has lots more functionality. I'm not even sure why altq wasn't imported instead of dummynet. Search the archives. Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Feb 22 16:21:19 1999 Delivered-To: freebsd-stable@freebsd.org Received: from merki.connect.com.au (merki.connect.com.au [192.189.54.36]) by hub.freebsd.org (Postfix) with ESMTP id 9429C10FBD for ; Mon, 22 Feb 1999 16:21:02 -0800 (PST) (envelope-from david.gray@computer.org) Received: from shrike.UUCP (Ucsa@localhost) by merki.connect.com.au with UUCP id LAA18560 (8.8.8/IDA-1.7 for freebsd-stable@freebsd.org); Tue, 23 Feb 1999 11:21:00 +1100 (EST) Received: from computer.org (cobra [20.10.51.54]) by shrike.syd.csa.com.au (8.8.7/8.8.7) with ESMTP id LAA25766 for ; Tue, 23 Feb 1999 11:14:40 +1100 (EST) Message-ID: <36D1F2F0.727953D0@computer.org> Date: Tue, 23 Feb 1999 11:14:40 +1100 From: David Gray X-Mailer: Mozilla 4.05 [en] (X11; I; IRIX 6.3 IP32) MIME-Version: 1.0 To: "freebsd-stable@freebsd.org" Subject: Re: Installing XFree86 3.3.3.1 on FreeBSD 3.1 References: <36D10480.9C816B00@psn.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Emmanuel Gravel wrote: > > I've recently upgraded from 2.2.7 to 3.1 stable and upgraded my ports > collection. I tried upgrading XFree86 to the latest version to > be as close as possible to a fully elf system (doing it one step > at a time). I've done a make in the ports dir, and it downloaded > the three necessary files (src-1, src-2 and the patches to 3.3.3.1). > The make went without a problem. However, when I tried a make install, > it stopped with error code 1. Here's a snippet: > > ... I've been unable to build XFree86 recently. I assume from this that the port is not broken and that it's a problem with my setup. My 3.1-stable system is a few weeks old, but with a freshly-cvsup'ed ports set and freshly make fetch'ed XFree86 port, I get the following output from make: /usr/ports/x11/XFree86 # make ===> Extracting for XFree86-3.3.3.1 >> Checksum OK for xc/X333src-1.tgz. >> Checksum OK for xc/X333src-2.tgz. >> Checksum OK for xc/3.3.3-3.3.3.1.diff.gz. ===> Patching for XFree86-3.3.3.1 ===> Applying distribution patches for XFree86-3.3.3.1 ===> Applying FreeBSD patches for XFree86-3.3.3.1 2 out of 4 hunks failed--saving rejects to programs/xdm/session.c.rej *** Error code 2 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. Any ideas how to fix this? Thanks, David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Feb 22 16:24: 3 1999 Delivered-To: freebsd-stable@freebsd.org Received: from barnes1.wustl.edu (barnes1.wustl.edu [128.252.162.58]) by hub.freebsd.org (Postfix) with ESMTP id 01C9711BC0 for ; Mon, 22 Feb 1999 16:23:34 -0800 (PST) (envelope-from wayne@barnes1.wustl.edu) Received: (from wayne@localhost) by barnes1.wustl.edu (8.9.2/8.9.2) id SAA00495 for freebsd-stable@freebsd.org; Mon, 22 Feb 1999 18:35:41 -0600 (CST) (envelope-from wayne) From: "Wayne M. Barnes" Message-Id: <199902230035.SAA00495@barnes1.wustl.edu> Subject: passwd,send-pr,lprm broke in 3.1 (fwd) To: freebsd-stable@freebsd.org (stable mailing list at FreeBSD) Date: Mon, 22 Feb 1999 18:35:41 -0600 (CST) X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear Stablizers, OH NO! Now I have TWO systems with bad passwd, send-pr. This system was okay at 3.0, so I thought it had dodged the passwd bullet, and it would be safe to upgrade to today's 3.1-stable. (by doing a 'make world' and building a new kernel) Wrong. Now it too has been infected with the problem. Everybody please try to change your password with 'passwd', and try to start the 'send-pr' program. On my two 3.1 systems (upgraded by_the_book) from 2.2.8, now these two commands (and, on one and only one of my 2 systems, lprm) just hang and do nothing. Is it really only me with this problem? I did a vipw and got fresh dates for my pwd.db and spwd.db files, but no change to the hanging of passwd. ----- message from Wayne M. Barnes ----- From owner-freebsd-stable@FreeBSD.ORG Mon Feb 22 16:12:50 1999 Delivered-To: freebsd-stable@freebsd.org From: "Wayne M. Barnes" Message-Id: <199902222159.PAA91741@barnes1.wustl.edu> Subject: passwd,send-pr,lprm broke in 3.1 Date: Mon, 22 Feb 1999 15:59:14 -0600 (CST) Dear Chris Costello and other Stabilizers Re: send-pr, passwd and lprm just hang on 3.1 stable upgraded from 2.2.8. The above commands just hang and do nothing, still. You asked if I had the latest sh. I should have the latest everything. I have cvsup'd a few times, I have remade world a few times, I have made a few kernels, I have done mergemaster. The only files I did not update with mergemaster were spwd.db and pwd.db, since they were binary files. What is the proper way to regenerate .db files such as these? I even went back and did a 'make upgrade', even though it should have been redundant to other makes. No improvements to the problem. Not that there haven't been improvements to my system. I really like the new functionality of 3.1. Since I last wrote, I have found another command that hangs and does nothing: lprm (in addition to my original problems passwd and send-pr). If I enter illegal option -H to passwd and lprm, they come back immediately (properly) with usage: instructions. But if I use these commands properly, they just do nothing. Any ideas what to try? Wayne M. Barnes, Ph.D. wayne@barnes1.wustl.edu Biochemistry Dept. 8231 Washington Univ. Medical School 314.362.3351 fax 7183 660 South Euclid Ave., St. Louis, MO 63110 http://barnes1.wustl.edu Just plain Taq is old tech anymore. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Feb 22 17:13:29 1999 Delivered-To: freebsd-stable@freebsd.org Received: from pobox.com (lakertya-1-107.mdm.mkt.execpc.com [169.207.118.107]) by hub.freebsd.org (Postfix) with ESMTP id 9235B10EEC for ; Mon, 22 Feb 1999 17:11:33 -0800 (PST) (envelope-from hamilton@pobox.com) Received: from pobox.com (localhost [127.0.0.1]) by pobox.com (Postfix) with ESMTP id 7F219465A3; Mon, 22 Feb 1999 19:11:23 -0600 (CST) To: "Wayne M. Barnes" Cc: freebsd-stable@FreeBSD.ORG (stable mailing list at FreeBSD) Subject: Re: passwd,send-pr,lprm broke in 3.1 (fwd) In-reply-to: Your message of "Mon, 22 Feb 1999 18:35:41 CST." <199902230035.SAA00495@barnes1.wustl.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 22 Feb 1999 19:11:22 -0600 From: Jon Hamilton Message-Id: <19990223011123.7F219465A3@pobox.com> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <199902230035.SAA00495@barnes1.wustl.edu>, "Wayne M. Barnes" wrote: } Dear Stablizers, } } OH NO! Now I have TWO systems with bad passwd, send-pr. } } This system was okay at 3.0, so I thought it had dodged the passwd } bullet, and it would be safe to upgrade to today's 3.1-stable. } (by doing a 'make world' and building a new kernel) } } Wrong. Now it too has been infected with the problem. } } Everybody please try to change your password with 'passwd', and } try to start the 'send-pr' program. On my two 3.1 systems (upgraded } by_the_book) from 2.2.8, now these two commands (and, on one and only } one of my 2 systems, lprm) just hang and do nothing. Is it } really only me with this problem? All work fine on my 3.1-STABLE system built from sources cvsupped from this morning. Did you try pwd_mkdb by hand? struct utmp did change from 2.x to 3.x, which I could believe might cause some of the problems you describe. You may also want to try running passwd as root, or using truss(1) to watch a passwd invocation and see where it's hanging (you'll need to do that as root as well in order get anything useful out of truss, since passwd is setuid). -- Jon Hamilton hamilton@pobox.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Feb 22 17:14:44 1999 Delivered-To: freebsd-stable@freebsd.org Received: from guru.phone.net (guru.phone.net [209.157.82.120]) by hub.freebsd.org (Postfix) with SMTP id D2C7110F2D for ; Mon, 22 Feb 1999 17:14:42 -0800 (PST) (envelope-from mwm@phone.net) Received: (qmail 76330 invoked by uid 100); 23 Feb 1999 01:14:41 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 23 Feb 1999 01:14:41 -0000 Date: Mon, 22 Feb 1999 17:14:41 -0800 (PST) From: Mike Meyer To: stable@freebsd.org Subject: reading a CD-RW device? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm running 3.1-RELEASE, and was going to use a 3.1-STABLE CD-RW to upgrade from (after doing a make buildworld on a 3.1-STABLE system). However, the 3.1-RELEASE CD-ROM drive fails to read the CD-RW disk prepared on the 3.1-STABLE system. Here's the appropriate export from dmesg: wdc0 at 0x1f0-0x1f7 irq 14 on isa wdc0: unit 0 (wd0): wd0: 696MB (1427328 sectors), 1416 cyls, 16 heads, 63 S/T, 512 B/S wdc0: unit 1 (atapi): , removable, accel, dma, iordy acd0: drive speed 4125KB/sec, 128KB cache acd0: supported read types: CD-R, CD-RW, CD-DA acd0: Audio: play, 255 volume levels acd0: Mechanism: ejectable tray acd0: Medium: CD-ROM 120mm data disc loaded, unlocked The message from the system is "acd0: read_toc failed" when I try to mount it. Further, I get the same error from commercial CD-ROMs until I power cycle the drive after that, after which it can handle CD-ROMs just fine. As a final note, under 3.0-RELEASE this drive worked fine with CD-RWs. Any suggestions would be a great deal of benefit, as the ability to read CD-RW disks is important for the intended use of this machine. Thanx, ; Mon, 22 Feb 1999 17:20:06 -0800 (PST) (envelope-from phate1@ix.netcom.com) Received: (from smap@localhost) by dfw-ix7.ix.netcom.com (8.8.4/8.8.4) id TAA02353; Mon, 22 Feb 1999 19:19:59 -0600 (CST) Received: from cowboy.exodus.net(209.67.40.167) by dfw-ix7.ix.netcom.com via smap (V1.3) id rma002261; Mon Feb 22 19:19:44 1999 Message-ID: <36D20301.ED62C822@ix.netcom.com> Date: Mon, 22 Feb 1999 20:23:13 -0500 From: Mike Organization: Integration Soft. X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: Tom Cc: freebsd-stable@freebsd.org Subject: Re: Software bandwidth limiting solution References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The $5,000 question is: Can I limit 10mbps flow to 5mbps via software? Or do I need to get a router to limit bandwidth to one box? Mike Tom wrote: > > On Mon, 22 Feb 1999 phate1@ix.netcom.com wrote: > > > Hello, > > > > I'm running 3.0-Stable. > > > > I'm trying to limit bandwidth to one of the boxes to to below 5Mbps (it's > > eating up a full 10Mbps lan).. > > Specifically just limit port 80 (web traffic) so I can telnet/ftp without > > any lag.. > > > > I tried dummynet, but it only seems to queue incoming packets, which results > > in me running out of my mbufs (8192 total), and the system reboots. > > > > Can a software solution handle this? Or would I need something hardware > > based? > > Well, there is the altq package. Not sure if it works on 3.x though. > altq has lots more functionality. I'm not even sure why altq wasn't > imported instead of dummynet. Search the archives. > > Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Feb 22 17:28:24 1999 Delivered-To: freebsd-stable@freebsd.org Received: from mailbox1.ucsd.edu (mailbox1.ucsd.edu [132.239.1.53]) by hub.freebsd.org (Postfix) with ESMTP id 9499611887 for ; Mon, 22 Feb 1999 17:28:21 -0800 (PST) (envelope-from rjdawes@physics.ucsd.edu) Received: from physics.ucsd.edu (huntington.ucsd.edu [132.239.73.96]) by mailbox1.ucsd.edu (8.9.1a/8.9.1) with SMTP id RAA01805 for ; Mon, 22 Feb 1999 17:28:21 -0800 (PST) Received: from localhost by physics.ucsd.edu (SMI-8.6/SMI-SVR4) id RAA01992; Mon, 22 Feb 1999 17:26:39 -0800 Date: Mon, 22 Feb 1999 17:26:39 -0800 (PST) From: "Richard J. Dawes" X-Sender: rjdawes@huntington Reply-To: Richard Dawes To: stable@freebsd.org Subject: 3.1-S build problem Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, all! I've had a problem making "buildworld" for 3.1-stable. I'd really appreciate if anyone can help me with this. Everything goes fine through building the libraries, and then building the system is fine too until it gets to /share/doc/psd: ==> share/doc ==> share/doc/psd ==> share/doc/title touch _stamp.extraobjs (cd /usr/src/share/doc/psd/title; groff -mtty-char -Tascii -ms -o1- /usr/src/share/doc/psd/title/Title) | gzip -cn > Title.ascii.gz groff: can't find 'DESC' file groff:fatal error: invalid device `ascii' ==> share/doc/psd/contents [...] I goes like this for some 200+ lines until it gets to "share/doc/usd/13.viref"; after the same groff errors, the make bails with: ***Error code 3 Stop. ***Error code 1 Stop. with several more error codes "1" repeating. As far as I can tell groff had been built without error. Although I had set "PRINTERDEVICE= ascii" previously in my make.conf (since I don't have any printer), I tried the "ps" setting and got the same results, only with "ps" substituted for "ascii" in the messages. I recompiled my kernel (my system was freshly installed back on Feb. 5.), kept cvsup-ing the sources, making "cleandir", clearing out /usr/obj, enabling/disabling lpt0 and/or ppbus0 in my kernel (what the hell, I thought), and basically taking every precaution I could find out about. Oh, and yes, the `devascii' and `devps' directories under both /usr/share/groff_fonts and /usr/obj/usr/src/tmp/usr/share/groff_fonts have `DESC' files. All to no avail: I keep getting the results above. So, now I know it must really be something stupid on my part ;-) I'm kinda new to this make world stuff, so Muchos Gracias to any who can send a pointer my way. Hasta! --Rich ======================================== Richard J. Dawes rdawes@ucsd.edu ======================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Feb 22 19: 2:21 1999 Delivered-To: freebsd-stable@freebsd.org Received: from pop.uniserve.com (pop.uniserve.com [204.244.156.3]) by hub.freebsd.org (Postfix) with SMTP id 3EABD1118D for ; Mon, 22 Feb 1999 19:02:18 -0800 (PST) (envelope-from tom@uniserve.com) Received: from shell.uniserve.ca [204.244.186.218] by pop.uniserve.com with smtp (Exim 1.82 #4) id 10F86g-00049o-00; Mon, 22 Feb 1999 19:01:58 -0800 Date: Mon, 22 Feb 1999 19:01:55 -0800 (PST) From: Tom X-Sender: tom@shell.uniserve.ca To: Mike Cc: freebsd-stable@freebsd.org Subject: Re: Software bandwidth limiting solution In-Reply-To: <36D20301.ED62C822@ix.netcom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 22 Feb 1999, Mike wrote: > The $5,000 question is: > > Can I limit 10mbps flow to 5mbps via software? Or do I need to get a > router to limit bandwidth to one box? > > Mike Well, the $0,000 answer is: look at altq. It does quite a bit more than that dummynet. It was supposedly tested on 100mbs networks, though apparently you need to increase certain timers to get a smooth flow at that speed. Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Feb 22 19: 4:31 1999 Delivered-To: freebsd-stable@freebsd.org Received: from barnes1.wustl.edu (barnes1.wustl.edu [128.252.162.58]) by hub.freebsd.org (Postfix) with ESMTP id 57A9511405 for ; Mon, 22 Feb 1999 19:04:26 -0800 (PST) (envelope-from wayne@barnes1.wustl.edu) Received: (from wayne@localhost) by barnes1.wustl.edu (8.9.2/8.9.2) id VAA00644 for freebsd-stable@freebsd.org; Mon, 22 Feb 1999 21:16:33 -0600 (CST) (envelope-from wayne) From: "Wayne M. Barnes" Message-Id: <199902230316.VAA00644@barnes1.wustl.edu> Subject: Re: passwd,send-pr,lprm broke in 3.1 (fwd) To: freebsd-stable@freebsd.org (stable mailing list at FreeBSD) Date: Mon, 22 Feb 1999 21:16:33 -0600 (CST) X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear Jon, Thank you for schooling me about the 'truss' command. The output to root@barnes1:/home/wayne>truss -o /usr/local/www/data/truss.passwd /usr/bin/passwd can be viewed at http://barnes1.wustl.edu/truss.passwd I hit Ctrl_C after about 10 sec. The output is geek to me. Can anyone interpret it? In a minute I'll do the same for my stuck send-pr, and you can look for truss.send-pr on my web page. I will not have clickable links to these files, but if you spell them, they will display. Wayne M. Barnes, Ph.D. wayne@barnes1.wustl.edu http://barnes1.wustl.edu Just plain Taq is old tech anymore. ----- Forwarded message from Jon Hamilton ----- From owner-freebsd-stable@FreeBSD.ORG Mon Feb 22 19:46:29 1999 Delivered-To: freebsd-stable@freebsd.org To: "Wayne M. Barnes" Subject: Re: passwd,send-pr,lprm broke in 3.1 (fwd) In message <199902230035.SAA00495@barnes1.wustl.edu>, "Wayne M. Barnes" wrote: } Dear Stablizers, } } OH NO! Now I have TWO systems with bad passwd, send-pr. } } This system was okay at 3.0, so I thought it had dodged the passwd } bullet, and it would be safe to upgrade to today's 3.1-stable. } (by doing a 'make world' and building a new kernel) } } Wrong. Now it too has been infected with the problem. } } Everybody please try to change your password with 'passwd', and } try to start the 'send-pr' program. On my two 3.1 systems (upgraded } by_the_book) from 2.2.8, now these two commands (and, on one and only } one of my 2 systems, lprm) just hang and do nothing. Is it } really only me with this problem? All work fine on my 3.1-STABLE system built from sources cvsupped from this morning. Did you try pwd_mkdb by hand? struct utmp did change from 2.x to 3.x, which I could believe might cause some of the problems you describe. You may also want to try running passwd as root, or using truss(1) to watch a passwd invocation and see where it's hanging (you'll need to do that as root as well in order get anything useful out of truss, since passwd is setuid). -- Jon Hamilton hamilton@pobox.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message ----- End of forwarded message from Jon Hamilton ----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Feb 22 19: 6:23 1999 Delivered-To: freebsd-stable@freebsd.org Received: from rf900.physics.usyd.edu.au (rf900.physics.usyd.edu.au [129.78.129.109]) by hub.freebsd.org (Postfix) with ESMTP id 337F6115C9 for ; Mon, 22 Feb 1999 19:06:12 -0800 (PST) (envelope-from dawes@rf900.physics.usyd.edu.au) Received: (from dawes@localhost) by rf900.physics.usyd.edu.au (8.9.1a/8.9.1) id OAA06787 for stable@freebsd.org; Tue, 23 Feb 1999 14:06:10 +1100 (EST) Message-ID: <19990223140609.A6297@rf900.physics.usyd.edu.au> Date: Tue, 23 Feb 1999 14:06:09 +1100 From: David Dawes To: stable@freebsd.org Subject: vm_bounce_alloc panic with 2.2.8 and ccd Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I was just attempting to configure some old SCSI drivers into a serially concatenated ccd, and I'm getting a panic in vm_bounce_alloc(): panic: vm_bounce_alloc: Unmapped page The trace from the crash dump is: #0 0xf010f3e3 in boot () #1 0xf010f6b2 in panic () #2 0xf01b7edf in vm_bounce_alloc () #3 0xf018a737 in sd_strategy () #4 0xf0187588 in scsi_strategy () #5 0xf018a244 in sdstrategy () #6 0xf01362be in spec_strategy () #7 0xf0101356 in ccdstart () #8 0xf010129b in ccdstrategy () #9 0xf0194240 in readdisklabel () #10 0xf010220a in ccdgetdisklabel () #11 0xf0101b54 in ccdioctl () #12 0xf0136157 in spec_ioctl () #13 0xf0132d7c in vn_ioctl () #14 0xf0116fb3 in ioctl () #15 0xf01b36a3 in syscall () #16 0x135b5 in ?? () #17 0x163a in ?? () #18 0x189e in ?? () #19 0x133a in ?? () #20 0x107e in ?? () The ccd.conf file is: ccd0 0 none /dev/sd1s1f /dev/sd2s1e /dev/sd0s1f and the partitions are: # /dev/rsd1s1c: # size offset fstype [fsize bsize bps/cpg] c: 8386733 0 unused 0 0 # (Cyl. 0 - 8386732) f: 8386733 0 4.2BSD 0 0 0 # (Cyl. 0 - 8386732) # /dev/rsd2s1c: # size offset fstype [fsize bsize bps/cpg] c: 4197405 0 unused 0 0 # (Cyl. 0 - 4197404) e: 4197405 0 4.2BSD 0 0 0 # (Cyl. 0 - 4197404) # /dev/rsd0s1c: # size offset fstype [fsize bsize bps/cpg] c: 2061108 0 unused 0 0 # (Cyl. 0 - 2061107) e: 409600 0 4.2BSD 0 0 0 # (Cyl. 0 - 409599) f: 1651508 409600 4.2BSD 0 0 0 # (Cyl. 409600 - 2061107) This happens with both 2.2.8-RELEASE, and a recent 2.2.8-STABLE. The box in question is an old 486/DX33, with 40MB DRAM, and an AHA1542C SCSI controller. The BOUNCE_BUFFERS option is set in the kernel config. I've been using the disks for a long time on this box, in a non-ccd config, without any problems. Anyone have any suggestions? David To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Feb 22 21:27:11 1999 Delivered-To: freebsd-stable@freebsd.org Received: from beast.freibergnet.de (beast.freibergnet.de [194.123.255.5]) by hub.freebsd.org (Postfix) with ESMTP id 6518110FBE for ; Mon, 22 Feb 1999 21:27:02 -0800 (PST) (envelope-from mw@beast.freibergnet.de) Received: (from mw@localhost) by beast.freibergnet.de (8.8.8/8.8.8) id GAA25352; Tue, 23 Feb 1999 06:26:50 +0100 (CET) (envelope-from mw) From: Martin Welk Message-Id: <199902230526.GAA25352@beast.freibergnet.de> Subject: Re: Software bandwidth limiting solution In-Reply-To: <36D20301.ED62C822@ix.netcom.com> from Mike at "Feb 22, 99 08:23:13 pm" To: phate1@ix.netcom.com (Mike) Date: Tue, 23 Feb 1999 06:26:50 +0100 (CET) Cc: tom@uniserve.com, freebsd-stable@FreeBSD.ORG Reply-To: mw@freibergnet.de Organization: Liebscher & Partner, Freiberg X-Phone: [+49|0] 3731 781386 X-PGP-Fingerprint: D3 C0 49 7D 8C B6 FC 97 F7 F4 1B DF 09 0E 15 2A X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mike writes: () Can I limit 10mbps flow to 5mbps via software? Or do I need to get a () router to limit bandwidth to one box? man 4 dummynet :-) My intention is not a ``RTFM'', but meant as a pointer. We have tried dummynet for bandwidth limiting on a FreeBSD based Ethernet router and it seems to work fine and maybe enough for your purpose. For example, you can use it for limiting traffic to special addresses or address range(s) but without limit for others, let's say, your personal desktop machine :-) You won't need a router. BTW, I found the documentation to be good enough for me, and I'm not to deep into TCP/IP. But you definitely need to learn about the IP Firewall and you need a custom kernel. Regards, Martin -- FreibergNet Systemhaus GbR Martin Welk * Sales, Support Systemhaus für Daten- und Netzwerktechnik phone +49 3731 781387 Unternehmensgruppe Liebscher & Partner fax +49 3731 781377 D-09599 Freiberg * Am St. Niclas Schacht 13 http://www.freibergnet.de/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Feb 22 21:32: 7 1999 Delivered-To: freebsd-stable@freebsd.org Received: from dfw-ix16.ix.netcom.com (dfw-ix16.ix.netcom.com [206.214.98.16]) by hub.freebsd.org (Postfix) with ESMTP id B6D0610F96 for ; Mon, 22 Feb 1999 21:32:04 -0800 (PST) (envelope-from phate1@ix.netcom.com) Received: (from smap@localhost) by dfw-ix16.ix.netcom.com (8.8.4/8.8.4) id XAA13009; Mon, 22 Feb 1999 23:31:54 -0600 (CST) Received: from user-38ld2j4.dialup.mindspring.com(209.86.138.100) by dfw-ix16.ix.netcom.com via smap (V1.3) id rma012903; Mon Feb 22 23:31:26 1999 Message-ID: <36D23DFE.DBEDC9AF@ix.netcom.com> Date: Tue, 23 Feb 1999 00:34:54 -0500 From: Mike Organization: Integration Soft. X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: mw@freibergnet.de Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Software bandwidth limiting solution References: <199902230526.GAA25352@beast.freibergnet.de> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have tried dummynet, configured it, and everything.. But the problem is my mbufs (netstat -m) increase greately when its set. Although it limits properly, my box reboots soon after the limit of mbufs is reached (which is 8192). What are your settings, and how many mbufs do u have? Martin Welk wrote: > > Mike writes: > > () Can I limit 10mbps flow to 5mbps via software? Or do I need to get a > () router to limit bandwidth to one box? > > man 4 dummynet :-) > > My intention is not a ``RTFM'', but meant as a pointer. We have tried > dummynet for bandwidth limiting on a FreeBSD based Ethernet router and > it seems to work fine and maybe enough for your purpose. > > For example, you can use it for limiting traffic to special addresses > or address range(s) but without limit for others, let's say, your > personal desktop machine :-) > > You won't need a router. > > BTW, I found the documentation to be good enough for me, and I'm not > to deep into TCP/IP. But you definitely need to learn about the IP > Firewall and you need a custom kernel. > > Regards, > > Martin > -- > FreibergNet Systemhaus GbR Martin Welk * Sales, Support > Systemhaus für Daten- und Netzwerktechnik phone +49 3731 781387 > Unternehmensgruppe Liebscher & Partner fax +49 3731 781377 > D-09599 Freiberg * Am St. Niclas Schacht 13 http://www.freibergnet.de/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Feb 22 22:17:16 1999 Delivered-To: freebsd-stable@freebsd.org Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (Postfix) with SMTP id A1F58113ED for ; Mon, 22 Feb 1999 22:17:13 -0800 (PST) (envelope-from luigi@labinfo.iet.unipi.it) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id EAA18677; Tue, 23 Feb 1999 04:56:00 +0100 From: Luigi Rizzo Message-Id: <199902230356.EAA18677@labinfo.iet.unipi.it> Subject: Re: Software bandwidth limiting solution To: phate1@ix.netcom.com Date: Tue, 23 Feb 1999 04:56:00 +0100 (MET) Cc: freebsd-stable@FreeBSD.ORG In-Reply-To: <000d01be5eac$87517140$29e76dd1@dialup.phate.com> from "phate1@ix.netcom.com" at Feb 22, 99 04:44:03 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 1081 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Hello, > > I'm running 3.0-Stable. > > I'm trying to limit bandwidth to one of the boxes to to below 5Mbps (it's > eating up a full 10Mbps lan).. > Specifically just limit port 80 (web traffic) so I can telnet/ftp without > any lag.. > > I tried dummynet, but it only seems to queue incoming packets, which results > in me running out of my mbufs (8192 total), and the system reboots. 1) what dummynet rules are you using ? it seems to me that you are doing something wrong with them; a single pipe never queues more than 100 pkts (mbuf clusters) and almost certainly you want to set a much lower limit. don't know how you can hit 8192. 2) dummynet has had some bugs in the past which i have tried to fix (see e.g. recent commits to ip_output.c), so you'd have to tell me precisely what version of ip_fw.c, ip_dummynet.c and ip_output.c you are running. > Can a software solution handle this? Or would I need something hardware > based? dummynet is good for hard limits, altq is good for flexible bandwidth allocation without hard limits. cheers luigi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Feb 22 22:28:19 1999 Delivered-To: freebsd-stable@freebsd.org Received: from inet.chip-web.com (c1003518-a.plstn1.sfba.home.com [24.1.82.47]) by hub.freebsd.org (Postfix) with SMTP id 0E21E11329 for ; Mon, 22 Feb 1999 22:27:17 -0800 (PST) (envelope-from ludwigp@bigfoot.com) Received: (qmail 21333 invoked from network); 23 Feb 1999 06:27:16 -0000 Received: from speedy.chip-web.com (HELO speedy) (172.16.1.1) by inet.chip-web.com with SMTP; 23 Feb 1999 06:27:16 -0000 Message-Id: <4.1.19990222222508.00a83ed0@mail-r> X-Sender: ludwigp2@mail-r X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Mon, 22 Feb 1999 22:27:14 -0800 To: mw@freibergnet.de, phate1@ix.netcom.com (Mike) From: Ludwig Pummer Subject: Re: Software bandwidth limiting solution Cc: tom@uniserve.com, freebsd-stable@FreeBSD.ORG In-Reply-To: <199902230526.GAA25352@beast.freibergnet.de> References: <36D20301.ED62C822@ix.netcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 09:26 PM 2/22/99 , Martin Welk wrote: >Mike writes: > >() Can I limit 10mbps flow to 5mbps via software? Or do I need to get a >() router to limit bandwidth to one box? > >man 4 dummynet :-) You apparently missed his original post, in which he stated that he tried dummynet, but since it queued things and the web server was using up a full 10Mbps, it was running out of mbufs. So he asked the list for a way to limit bandwidth, _besides_ dummynet. He left this out of his last post. --Ludwig Pummer ( ludwigp@bigfoot.com ) ICQ UIN: 692441 ( ludwigp@email.com ) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Feb 22 22:36:17 1999 Delivered-To: freebsd-stable@freebsd.org Received: from dfw-ix14.ix.netcom.com (dfw-ix14.ix.netcom.com [206.214.98.14]) by hub.freebsd.org (Postfix) with ESMTP id 77E1E11029 for ; Mon, 22 Feb 1999 22:36:15 -0800 (PST) (envelope-from phate1@ix.netcom.com) Received: (from smap@localhost) by dfw-ix14.ix.netcom.com (8.8.4/8.8.4) id AAA11758; Tue, 23 Feb 1999 00:35:38 -0600 (CST) Received: from user-38ld2j4.dialup.mindspring.com(209.86.138.100) by dfw-ix14.ix.netcom.com via smap (V1.3) id rma011743; Tue Feb 23 00:35:18 1999 Message-ID: <36D24CF7.71CFD869@ix.netcom.com> Date: Tue, 23 Feb 1999 01:38:47 -0500 From: Mike Organization: Integration Soft. X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: Luigi Rizzo Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Software bandwidth limiting solution References: <199902230356.EAA18677@labinfo.iet.unipi.it> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Checking versions... FreeBSD 3.0-STABLE #10: Tue Feb 2 15:08:13 EST 1999 ip_fw.c: $Id: ip_fw.c,v 1.103 1998/12/31 07:43:29 luigi Exp $ ip_dummynet.c $Id: ip_dummynet.c,v 1.7 1999/01/12 16:43:52 eivind Exp $ ip_output.c $Id: ip_output.c,v 1.85 1998/12/21 21:36:40 luigi Exp $ my rules are basically ipfw pipe 1 config bw 5Mb/s queue 0 or ipfw pipe 1 config bw 5Mb/s queue 10 plr 0.010 either way sooner or later mbufs are exhausted.. Mike Luigi Rizzo wrote: > > > Hello, > > > > I'm running 3.0-Stable. > > > > I'm trying to limit bandwidth to one of the boxes to to below 5Mbps (it's > > eating up a full 10Mbps lan).. > > Specifically just limit port 80 (web traffic) so I can telnet/ftp without > > any lag.. > > > > I tried dummynet, but it only seems to queue incoming packets, which results > > in me running out of my mbufs (8192 total), and the system reboots. > > 1) what dummynet rules are you using ? it seems to me that you are doing > something wrong with them; a single pipe never queues more than 100 > pkts (mbuf clusters) and almost certainly you want to set a much > lower limit. don't know how you can hit 8192. > 2) dummynet has had some bugs in the past which i have tried to fix (see > e.g. recent commits to ip_output.c), so you'd have to tell me > precisely what version of ip_fw.c, ip_dummynet.c and ip_output.c you > are running. > > > Can a software solution handle this? Or would I need something hardware > > based? > > dummynet is good for hard limits, altq is good for flexible bandwidth > allocation without hard limits. > > cheers > luigi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Feb 22 23:24:40 1999 Delivered-To: freebsd-stable@freebsd.org Received: from smtp.ufl.edu (sp05.nerdc.ufl.edu [128.227.175.135]) by hub.freebsd.org (Postfix) with ESMTP id 00E2811C54 for ; Mon, 22 Feb 1999 23:24:33 -0800 (PST) (envelope-from bobj@atlantic.net) Received: from nancy_home (gsvlfl-as-5-ip-59.atlantic.net [209.208.23.251]) by smtp.ufl.edu (8.9.1a/8.9.1/2.1.0) with SMTP id CAA63738; Tue, 23 Feb 1999 02:24:25 -0500 Message-Id: <3.0.2.32.19990223022429.031ad1f4@mail.atlantic.net> X-Sender: bobj@mail.atlantic.net X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.2 (32) Date: Tue, 23 Feb 1999 02:24:29 -0500 To: aheffner@lakefield.net From: Bob Johnson Subject: Re: "Unknown type" messages in ppp Cc: stable@freebsd.org In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Re: >Date: Sun, 21 Feb 1999 18:08:44 -0600 (CST) >From: Mike Heffner >Subject: "Unknown type" messages in ppp > >My recent upgrade from 2.2-stable to 3.1-stable went pretty well. Though >when >running ppp, i get weird messages: > >Unknown Type on Question 1 >Unknown Type on Question 1 >Unknown Type of Resource 100 > >[...] >Anyone know what could be causing these messages? Are they safe to >disregard? I ran into those late last night. My memory is a little hazy, but I _think_ I decided they were coming from the le0 driver (with a DEC DE-203 card). Is that by any chance what you are using? My system is busy doing a single-user make world at the moment, so I can't double check that. Most of the time my problem was much worse: it simply stopped transmitting or receiving anything through the Ethernet card, sometimes complaining that no buffers were available. I was setting up demand-dialed ppp at the time, and it seemed like there was some interaction between ppp and the Ethernet problems, but there is no firm evidence of that. This was all on 3.1-RELEASE. I picked up 3.1-STABLE today and once I've got it running I will investigate further. -- Bob Johnson +-------------------------------------------------------- | Bob Johnson | bobj@cisi.com +-------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Feb 22 23:54:58 1999 Delivered-To: freebsd-stable@freebsd.org Received: from main.piter.net (main.piter.net [195.201.22.10]) by hub.freebsd.org (Postfix) with ESMTP id A5B8010FEE for ; Mon, 22 Feb 1999 23:54:49 -0800 (PST) (envelope-from cyril@main.piter.net) Received: (from cyril@localhost) by main.piter.net (8.8.7/8.8.7/sply) id LAA17324; Tue, 23 Feb 1999 11:01:13 +0300 (MSK) (envelope-from cyril) Date: Tue, 23 Feb 1999 11:01:13 +0300 (MSK) From: "Cyril A. Vechera" Message-Id: <199902230801.LAA17324@main.piter.net> To: freebsd-stable@FreeBSD.ORG, phate1@ix.netcom.com Subject: Re: Software bandwidth limiting solution Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > From owner-freebsd-stable@FreeBSD.ORG Tue Feb 23 00:57:36 1999 > From: phate1@ix.netcom.com > To: > Subject: Software bandwidth limiting solution > Date: Mon, 22 Feb 1999 16:44:22 -0500 > > Hello, > > I'm running 3.0-Stable. > > I'm trying to limit bandwidth to one of the boxes to to below 5Mbps (it's > eating up a full 10Mbps lan).. > Specifically just limit port 80 (web traffic) so I can telnet/ftp without > any lag.. > > I tried dummynet, but it only seems to queue incoming packets, which results > in me running out of my mbufs (8192 total), and the system reboots. > > Can a software solution handle this? Or would I need something hardware > based? try ipltd. it runs out of kernel, it saves your from mbufs, but may sometimes freezes if your box is too heavy loaded. Sincerely your, Cyril A. Vechera email:cyril@piter.net --------- http://sply.piter.net > > TIA, > Mike > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Feb 23 0:40:20 1999 Delivered-To: freebsd-stable@freebsd.org Received: from peach.ocn.ne.jp (peach.ocn.ne.jp [210.145.254.87]) by hub.freebsd.org (Postfix) with ESMTP id 98190121B0 for ; Tue, 23 Feb 1999 00:40:17 -0800 (PST) (envelope-from dcs@newsguy.com) Received: from newsguy.com by peach.ocn.ne.jp (8.9.1a/OCN) id RAA19257; Tue, 23 Feb 1999 17:40:21 +0900 (JST) Message-ID: <36D1C16D.E35FE0BD@newsguy.com> Date: Tue, 23 Feb 1999 05:43:25 +0900 From: "Daniel C. Sobral" X-Mailer: Mozilla 4.5 [en] (Win98; I) X-Accept-Language: pt-BR,ja MIME-Version: 1.0 To: kristopher Cc: stable@FreeBSD.ORG Subject: Re: new printer driver (nlpt0) woes References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kristopher wrote: > > Must have been my bad. I misread the word from dmesg. It's actually thus: > > lp0: TCP/IP capable interface > lpt-266243104: this driver is deprecated; use ppbus instead. > ^^^^^^^^^^ I'm not so sure... The original commit message said "depreciated". You might have seen it elsewhere... -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org "To make it absolutely clear: you stand on the wrong end of my blasters, so you better get lost before I start target practice!" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Feb 23 0:43: 5 1999 Delivered-To: freebsd-stable@freebsd.org Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (Postfix) with SMTP id 7DCC3121CC for ; Tue, 23 Feb 1999 00:42:53 -0800 (PST) (envelope-from luigi@labinfo.iet.unipi.it) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id HAA18922; Tue, 23 Feb 1999 07:32:20 +0100 From: Luigi Rizzo Message-Id: <199902230632.HAA18922@labinfo.iet.unipi.it> Subject: Re: Software bandwidth limiting solution To: phate1@ix.netcom.com (Mike) Date: Tue, 23 Feb 1999 07:32:19 +0100 (MET) Cc: freebsd-stable@FreeBSD.ORG In-Reply-To: <36D24CF7.71CFD869@ix.netcom.com> from "Mike" at Feb 23, 99 01:38:28 am X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 1349 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Checking versions... > > FreeBSD 3.0-STABLE #10: Tue Feb 2 15:08:13 EST 1999 > > ip_fw.c: > $Id: ip_fw.c,v 1.103 1998/12/31 07:43:29 luigi Exp $ > > ip_dummynet.c > $Id: ip_dummynet.c,v 1.7 1999/01/12 16:43:52 eivind Exp $ > > ip_output.c > $Id: ip_output.c,v 1.85 1998/12/21 21:36:40 luigi Exp $ ok you are basically up to date except for the recent fix to ip_output. > my rules are basically > > ipfw pipe 1 config bw 5Mb/s queue 0 > > or > > ipfw pipe 1 config bw 5Mb/s queue 10 plr 0.010 you still don't say how you divert things to pipe 1 . The plr is there just for testing, in a production network you don't want to arbitrarily drop packets unless a queue fills up. > either way sooner or later mbufs are exhausted.. frankly i am not sure at all it is dummynet fault. are you sure you don't have something else eating mbufs ? i have read several msgs complaining about mbuf leaks recently, but none of them was about dummynet. cheers luigi -----------------------------------+------------------------------------- Luigi RIZZO . EMAIL: luigi@iet.unipi.it . Dip. di Ing. dell'Informazione HTTP://www.iet.unipi.it/~luigi/ . Universita` di Pisa TEL/FAX: +39-050-568.533/522 . via Diotisalvi 2, 56126 PISA (Italy) -----------------------------------+------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Feb 23 4: 9:32 1999 Delivered-To: freebsd-stable@freebsd.org Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (Postfix) with SMTP id B3E0C10EA7 for ; Tue, 23 Feb 1999 04:09:19 -0800 (PST) (envelope-from luigi@labinfo.iet.unipi.it) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id KAA19299; Tue, 23 Feb 1999 10:58:17 +0100 From: Luigi Rizzo Message-Id: <199902230958.KAA19299@labinfo.iet.unipi.it> Subject: Re: Software bandwidth limiting solution To: cyril@main.piter.net (Cyril A. Vechera) Date: Tue, 23 Feb 1999 10:58:17 +0100 (MET) Cc: freebsd-stable@FreeBSD.ORG, phate1@ix.netcom.com In-Reply-To: <199902230801.LAA17324@main.piter.net> from "Cyril A. Vechera" at Feb 23, 99 11:00:54 am X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 323 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > try ipltd. it runs out of kernel, it saves your from mbufs, > but may sometimes freezes if your box is too heavy loaded. and consider each pkt has to out and back into the kernel so you need some horsepower to run at several megabit/s rates (as opposed to altq/dummynet which only do pointer shuffling). cheers luigi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Feb 23 5:30:45 1999 Delivered-To: freebsd-stable@freebsd.org Received: from newman.cs.purdue.edu (newman.cs.purdue.edu [128.10.2.6]) by hub.freebsd.org (Postfix) with ESMTP id 1037711038 for ; Tue, 23 Feb 1999 05:30:42 -0800 (PST) (envelope-from earlyjp@cs.purdue.edu) Received: from lisa.cs.purdue.edu (0@lisa.cs.purdue.edu [128.10.7.22]) by newman.cs.purdue.edu (8.8.7/8.8.7/PURDUE_CS-2.0) with ESMTP id IAA19727 for ; Tue, 23 Feb 1999 08:30:42 -0500 (EST) Received: from lisa.cs.purdue.edu (675@lisa.cs.purdue.edu [128.10.7.22]) by lisa.cs.purdue.edu (8.8.7/8.8.7/PURDUE_CS-2.0) with ESMTP id IAA21417 for ; Tue, 23 Feb 1999 08:30:40 -0500 (EST) Date: Tue, 23 Feb 1999 08:30:39 -0500 (EST) From: Jim Early To: freebsd-stable@freebsd.org Subject: Netscape / aout woes :( Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greetings, Last week, I turned up a new machine with 2.2.5 (developer distribution - no X11), then immediately upgraded to 3.1-STABLE (used 'make upgrade'). I next installed XFree86 3.3.3.1. This version of XFree86 is elf. The outcome is that I have a happy, stable, system with elf binaries. I've brought over a few ports and packages, and most have gone in without a hitch. The problem I'm having is with Netscape 4.5. I think my aout configurations are not set up correctly in /etc/rc.conf or ldconfig (or both). I have been following this same saga that some others have reported, but their solutions don't seem to work for me. I (and perhaps some others) would really appreciate it if someone could post the proper /etc/rc.conf and ldconfig commands for an elf machine with aout compatibility. BTW, I want to try the JDK next, but I want to get this working first. Below is the error I'm getting from ld.so and my current configuration. # /usr/local/netscape/netscape /usr/libexec/ld.so: Undefined symbol "___error" called from netscape:/usr/X11R6/lib/aout/libX11.so.6.1 at 0x20c4161c # ldconfig -aout -r /var/run/ld.so.hints: search directories: /usr/lib/aout:/usr/X11R6/lib/aout 0:-lX11.6.1 => /usr/X11R6/lib/aout/libX11.so.6.1 1:-lICE.6.3 => /usr/X11R6/lib/aout/libICE.so.6.3 2:-lSM.6.0 => /usr/X11R6/lib/aout/libSM.so.6.0 3:-lXext.6.3 => /usr/X11R6/lib/aout/libXext.so.6.3 4:-lXt.6.0 => /usr/X11R6/lib/aout/libXt.so.6.0 5:-lc.3.0 => /usr/lib/aout/libc.so.3.0 6:-loldX.6.0 => /usr/X11R6/lib/aout/liboldX.so.6.0 7:-lXmu.6.0 => /usr/X11R6/lib/aout/libXmu.so.6.0 8:-lalias.2.4 => /usr/lib/aout/libalias.so.2.4 9:-lXIE.6.0 => /usr/X11R6/lib/aout/libXIE.so.6.0 10:-lXi.6.0 => /usr/X11R6/lib/aout/libXi.so.6.0 11:-lXtst.6.1 => /usr/X11R6/lib/aout/libXtst.so.6.1 12:-lXaw.6.1 => /usr/X11R6/lib/aout/libXaw.so.6.1 13:-lPEX5.6.0 => /usr/X11R6/lib/aout/libPEX5.so.6.0 14:-lacl.2.0 => /usr/lib/aout/libacl.so.2.0 15:-lXp.6.2 => /usr/X11R6/lib/aout/libXp.so.6.2 # ldconfig -elf -r /var/run/ld-elf.so.hints: search directories: /usr/X11R6/lib 0:-lICE.6 => /usr/X11R6/lib/libICE.so.6 1:-lPEX5.6 => /usr/X11R6/lib/libPEX5.so.6 2:-lSM.6 => /usr/X11R6/lib/libSM.so.6 3:-lX11.6 => /usr/X11R6/lib/libX11.so.6 4:-lXIE.6 => /usr/X11R6/lib/libXIE.so.6 5:-lXaw.6 => /usr/X11R6/lib/libXaw.so.6 6:-lXext.6 => /usr/X11R6/lib/libXext.so.6 7:-lXi.6 => /usr/X11R6/lib/libXi.so.6 8:-lXmu.6 => /usr/X11R6/lib/libXmu.so.6 9:-lXp.6 => /usr/X11R6/lib/libXp.so.6 10:-lXt.6 => /usr/X11R6/lib/libXt.so.6 11:-lXtst.6 => /usr/X11R6/lib/libXtst.so.6 12:-loldX.6 => /usr/X11R6/lib/liboldX.so.6 13:-lXpm.4 => /usr/X11R6/lib/libXpm.so.4 # cat /etc/rc.conf ... ############################################################## ### Miscellaneous administrative options ################### ############################################################## ibcs2_enable="NO" # Ibcs2 (SCO) emulation loaded at startup (or NO). linux_enable="NO" # Linux emulation loaded at startup (or NO). rand_irqs="NO" # Stir the entropy pool (eg: "5 11" or NO). # aout compatibility libraries ldconfig_paths_aout="/usr/lib/compat /usr/X11R6/lib/aout /usr/lib/aout /usr/local/lib/aout" # elf library paths ldconfig_paths="/usr/lib /usr/local/lib /usr/X11R6/lib" ... Thanks! Jim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Feb 23 5:37:16 1999 Delivered-To: freebsd-stable@freebsd.org Received: from bolero-x.rahul.net (bolero.rahul.net [192.160.13.1]) by hub.freebsd.org (Postfix) with SMTP id 547F710F42 for ; Tue, 23 Feb 1999 05:37:12 -0800 (PST) (envelope-from dhesi@rahul.net) Received: from q.bolero.rahul.net (bolero.rahul.net) by bolero-x.rahul.net with SMTP id AA17100 (5.67b8/IDA-1.5 for ); Tue, 23 Feb 1999 05:37:11 -0800 Message-Id: <199902231337.AA17100@bolero-x.rahul.net> Received: (qmail 17094 invoked from network); 23 Feb 1999 13:37:10 -0000 Received: from waltz.rahul.net (192.160.13.9) by bolero.rahul.net with SMTP; 23 Feb 1999 13:37:10 -0000 To: freebsd-stable@freebsd.org Subject: FYI: Don't let SunOS clients bind to FreeBSD NIS servers Date: Tue, 23 Feb 1999 05:37:09 -0800 From: Rahul Dhesi Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The standard gethostby*() library functions in SunOS do all host name resolutions via NIS queries. When started with the -n option to enable DNS resolution, the FreeBSD ypserv(1) process does DNS resolutions, but *VERY* slowly. This absolutely kills performance on Suns, if you have a Sun client bound to a FreeBSD NIS server. Observed with SunOS 4.1.3_U1 and FreeBSD 3.1-RELEASE. Solution: Don't let Sun clients bind to FreeBSD NIS servers. This can be achieved by using a /var/yp/securenets file. Rahul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Feb 23 5:49:54 1999 Delivered-To: freebsd-stable@freebsd.org Received: from paert.tse-online.de (paert.tse-online.de [194.97.69.172]) by hub.freebsd.org (Postfix) with SMTP id 39D7E10F42 for ; Tue, 23 Feb 1999 05:49:19 -0800 (PST) (envelope-from ab@paert.tse-online.de) Received: (qmail 8194 invoked by uid 1000); 23 Feb 1999 13:48:12 -0000 Date: Tue, 23 Feb 1999 14:48:12 +0100 From: Andreas Braukmann To: freebsd-stable@freebsd.org Subject: Wanted: descr. packet dataflow interfaces / forwarding / ipfw / nat Message-ID: <19990223144812.D7691@paert.tse-online.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i Organization: TSE TeleService GmbH Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi there, I'm searching for a piece of documentation or a 'simple' illustration describing the flow of packets through the network stack. Currently I'm building a 'gateway-machine' that should get some rather complicated (considering my knowledge of the networking code) jobs done. (NAT on multiple interfaces, transparent proxying, etc.) My former natd/ipfw-setups were quite simple. But now I'm in need of more detailed information concerning: - at which stages/times the filter engine sees each packet - whether a packet already translated by the natd, carries all the 'additional' information (e.x. direction, incoming interface, etc) further on - etc. etc. Yes, ... I've read the obviously available (man-page, READMEs, etc.) documentation thoroughly. Thanks in advance, Andreas -- : TSE TeleService GmbH : Gsf: Arne Reuter : : : Hovestrasse 14 : Andreas Braukmann : We do it with : : D-48351 Everswinkel : HRB: 1430, AG WAF : FreeBSD/SMP : :--------------------------------------------------------------------: : PGP-Key: http://www.tse-online.de/~ab/public-key : : Key fingerprint: 12 13 EF BC 22 DD F4 B6 3C 25 C9 06 DC D3 45 9B : To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Feb 23 6: 2:19 1999 Delivered-To: freebsd-stable@freebsd.org Received: from mortar.carlson.com (mortar.carlson.com [208.240.12.98]) by hub.freebsd.org (Postfix) with ESMTP id DA7B510F0C for ; Tue, 23 Feb 1999 06:02:13 -0800 (PST) (envelope-from veldy@visi.com) Received: from mortar.carlson.com (root@localhost) by mortar.carlson.com with ESMTP id IAA19919; Tue, 23 Feb 1999 08:01:53 -0600 (CST) Received: from w142844 ([172.25.99.35]) by mortar.carlson.com with SMTP id IAA19915; Tue, 23 Feb 1999 08:01:48 -0600 (CST) Message-ID: <004301be5f35$1c5328f0$236319ac@w142844.carlson.com> From: "Thomas T. Veldhouse" To: "Jim Early" , Subject: Re: Netscape / aout woes :( Date: Tue, 23 Feb 1999 08:02:08 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG First, make sure you compile X with the option to create a.out libraries. Next, reboot :-(. For some reason, ldconfig does not find the new X a.out libraries unless you reboot. You could try explicitly including /usr/X11R6/lib/aout with ldconfig yourself too. After that, Netscape and the JDK should work great. Tom Veldhouse veldy@visi.com -----Original Message----- From: Jim Early To: freebsd-stable@FreeBSD.ORG Date: Tuesday, February 23, 1999 7:41 AM Subject: Netscape / aout woes :( >Greetings, > Last week, I turned up a new machine with 2.2.5 (developer distribution >- no X11), then immediately upgraded to 3.1-STABLE (used 'make upgrade'). >I next installed XFree86 3.3.3.1. This version of XFree86 is elf. The >outcome is that I have a happy, stable, system with elf binaries. > > I've brought over a few ports and packages, and most have gone in >without a hitch. The problem I'm having is with Netscape 4.5. I think my >aout configurations are not set up correctly in /etc/rc.conf or ldconfig >(or both). I have been following this same saga that some others have >reported, but their solutions don't seem to work for me. I (and perhaps >some others) would really appreciate it if someone could post the proper >/etc/rc.conf and ldconfig commands for an elf machine with aout >compatibility. BTW, I want to try the JDK next, but I want to get this >working first. > > Below is the error I'm getting from ld.so and my current configuration. > ># /usr/local/netscape/netscape >/usr/libexec/ld.so: Undefined symbol "___error" called from >netscape:/usr/X11R6/lib/aout/libX11.so.6.1 at 0x20c4161c > ># ldconfig -aout -r >/var/run/ld.so.hints: > search directories: /usr/lib/aout:/usr/X11R6/lib/aout > 0:-lX11.6.1 => /usr/X11R6/lib/aout/libX11.so.6.1 > 1:-lICE.6.3 => /usr/X11R6/lib/aout/libICE.so.6.3 > 2:-lSM.6.0 => /usr/X11R6/lib/aout/libSM.so.6.0 > 3:-lXext.6.3 => /usr/X11R6/lib/aout/libXext.so.6.3 > 4:-lXt.6.0 => /usr/X11R6/lib/aout/libXt.so.6.0 > 5:-lc.3.0 => /usr/lib/aout/libc.so.3.0 > 6:-loldX.6.0 => /usr/X11R6/lib/aout/liboldX.so.6.0 > 7:-lXmu.6.0 => /usr/X11R6/lib/aout/libXmu.so.6.0 > 8:-lalias.2.4 => /usr/lib/aout/libalias.so.2.4 > 9:-lXIE.6.0 => /usr/X11R6/lib/aout/libXIE.so.6.0 > 10:-lXi.6.0 => /usr/X11R6/lib/aout/libXi.so.6.0 > 11:-lXtst.6.1 => /usr/X11R6/lib/aout/libXtst.so.6.1 > 12:-lXaw.6.1 => /usr/X11R6/lib/aout/libXaw.so.6.1 > 13:-lPEX5.6.0 => /usr/X11R6/lib/aout/libPEX5.so.6.0 > 14:-lacl.2.0 => /usr/lib/aout/libacl.so.2.0 > 15:-lXp.6.2 => /usr/X11R6/lib/aout/libXp.so.6.2 > ># ldconfig -elf -r >/var/run/ld-elf.so.hints: > search directories: /usr/X11R6/lib > 0:-lICE.6 => /usr/X11R6/lib/libICE.so.6 > 1:-lPEX5.6 => /usr/X11R6/lib/libPEX5.so.6 > 2:-lSM.6 => /usr/X11R6/lib/libSM.so.6 > 3:-lX11.6 => /usr/X11R6/lib/libX11.so.6 > 4:-lXIE.6 => /usr/X11R6/lib/libXIE.so.6 > 5:-lXaw.6 => /usr/X11R6/lib/libXaw.so.6 > 6:-lXext.6 => /usr/X11R6/lib/libXext.so.6 > 7:-lXi.6 => /usr/X11R6/lib/libXi.so.6 > 8:-lXmu.6 => /usr/X11R6/lib/libXmu.so.6 > 9:-lXp.6 => /usr/X11R6/lib/libXp.so.6 > 10:-lXt.6 => /usr/X11R6/lib/libXt.so.6 > 11:-lXtst.6 => /usr/X11R6/lib/libXtst.so.6 > 12:-loldX.6 => /usr/X11R6/lib/liboldX.so.6 > 13:-lXpm.4 => /usr/X11R6/lib/libXpm.so.4 ># cat /etc/rc.conf > >... > >############################################################## >### Miscellaneous administrative options ################### >############################################################## > >ibcs2_enable="NO" # Ibcs2 (SCO) emulation loaded at startup (or NO). >linux_enable="NO" # Linux emulation loaded at startup (or NO). >rand_irqs="NO" # Stir the entropy pool (eg: "5 11" or NO). > ># aout compatibility libraries >ldconfig_paths_aout="/usr/lib/compat /usr/X11R6/lib/aout /usr/lib/aout >/usr/local/lib/aout" > ># elf library paths >ldconfig_paths="/usr/lib /usr/local/lib /usr/X11R6/lib" > >... > > >Thanks! >Jim > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Feb 23 6:17: 6 1999 Delivered-To: freebsd-stable@freebsd.org Received: from sloth.cs.unm.edu (sloth.cs.unm.edu [198.59.151.21]) by hub.freebsd.org (Postfix) with ESMTP id 9E10D10FC4 for ; Tue, 23 Feb 1999 06:16:59 -0800 (PST) (envelope-from cfaehl@cs.unm.edu) Received: from avarice.cs.unm.edu ([198.59.151.252]) by sloth.cs.unm.edu with esmtp (Exim 2.10 #1) id 10FIdq-0005pk-00; Tue, 23 Feb 1999 07:16:54 -0700 X-Mailer: exmh version 2.0.2 2/24/98 To: Rahul Dhesi Cc: freebsd-stable@freebsd.org Subject: Re: FYI: Don't let SunOS clients bind to FreeBSD NIS servers In-Reply-To: Message from Rahul Dhesi of "Tue, 23 Feb 1999 05:37:09 PST." <199902231337.AA17100@bolero-x.rahul.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 23 Feb 1999 07:16:51 -0700 From: "Chris D. Faehl" Message-Id: Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > The standard gethostby*() library functions in SunOS do all host name > resolutions via NIS queries. > > When started with the -n option to enable DNS resolution, the FreeBSD > ypserv(1) process does DNS resolutions, but *VERY* slowly. This > absolutely kills performance on Suns, if you have a Sun client bound to > a FreeBSD NIS server. Observed with SunOS 4.1.3_U1 and FreeBSD 3.1-RELEASE. > > Solution: Don't let Sun clients bind to FreeBSD NIS servers. This can > be achieved by using a /var/yp/securenets file. Solution: the suns are broken. Known problem. Update your resolver libraries on the sun clients so that they perform proper DNS. Should be able to find instructions in a Sun FAQ somewhere (sorry, no URL on hand). It's a hack that FreeBSD had the unusual courtesy to provide Sun boxes. Let's don't foster this kind of nefarious client behavior... > > Rahul > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > ------------------------------------------------------------------------------- Chris Faehl | Email: cfaehl@cs.unm.edu The University of New Mexico | URL: http://www.cs.unm.edu/~cfaehl Computer Science Dept., Rm. FEC 313 | Phone: 505/277-3016 Albuquerque, NM 87131 USA | FAX: 505/277-6927 ------------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Feb 23 6:27: 1 1999 Delivered-To: freebsd-stable@freebsd.org Received: from mortar.carlson.com (mortar.carlson.com [208.240.12.98]) by hub.freebsd.org (Postfix) with ESMTP id 099D611118 for ; Tue, 23 Feb 1999 06:26:57 -0800 (PST) (envelope-from veldy@visi.com) Received: from mortar.carlson.com (root@localhost) by mortar.carlson.com with ESMTP id IAA20053 for ; Tue, 23 Feb 1999 08:26:36 -0600 (CST) Received: from w142844 ([172.25.99.35]) by mortar.carlson.com with SMTP id IAA20049 for ; Tue, 23 Feb 1999 08:26:36 -0600 (CST) Message-ID: <009501be5f38$90ce7790$236319ac@w142844.carlson.com> From: "Thomas T. Veldhouse" To: "FreeBSD-Stable" Subject: -DNOAOUT Why build a.out ... Date: Tue, 23 Feb 1999 08:26:55 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG All, I was wondering if there is ever a reason to build the a.out compatibility during a make world once it has already been done. Will there ever be updates to the a.out code that will require a rebuild, or is it safe from this point foward to use -DNOAOUT since I already have the require a.out tools and libraries? Tom Veldhouse veldy@visi.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Feb 23 7:34:37 1999 Delivered-To: freebsd-stable@freebsd.org Received: from newman.cs.purdue.edu (newman.cs.purdue.edu [128.10.2.6]) by hub.freebsd.org (Postfix) with ESMTP id 92A5411877 for ; Tue, 23 Feb 1999 07:34:34 -0800 (PST) (envelope-from earlyjp@cs.purdue.edu) Received: from lisa.cs.purdue.edu (0@lisa.cs.purdue.edu [128.10.7.22]) by newman.cs.purdue.edu (8.8.7/8.8.7/PURDUE_CS-2.0) with ESMTP id KAA23576; Tue, 23 Feb 1999 10:34:33 -0500 (EST) Received: from lisa.cs.purdue.edu (675@lisa.cs.purdue.edu [128.10.7.22]) by lisa.cs.purdue.edu (8.8.7/8.8.7/PURDUE_CS-2.0) with ESMTP id KAA23510; Tue, 23 Feb 1999 10:34:31 -0500 (EST) Date: Tue, 23 Feb 1999 10:34:30 -0500 (EST) From: Jim Early To: "Thomas T. Veldhouse" Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Netscape / aout woes :( In-Reply-To: <004301be5f35$1c5328f0$236319ac@w142844.carlson.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Tom, Thanks for your reply. However, I installed XFree86 as binaries using the instructions found at: http://www.xfree86.org/3.3.3.1/RELNOTES11.html Basically, this was just an extraction of some tar balls. I don't recall any mention during the installation of aout libraries. Is there a way to provide compatibility once the binaries are in place? Is it recommended that I reinstall xfree86 from source? I read some recent postings to freebsd-questions that indicate there are problems there, too. Thanks again, Jim On Tue, 23 Feb 1999, Thomas T. Veldhouse wrote: > First, make sure you compile X with the option to create a.out libraries. > Next, reboot :-(. For some reason, ldconfig does not find the new X a.out > libraries unless you reboot. You could try explicitly including > /usr/X11R6/lib/aout with ldconfig yourself too. After that, Netscape and > the JDK should work great. > > Tom Veldhouse > veldy@visi.com > > -----Original Message----- > From: Jim Early > To: freebsd-stable@FreeBSD.ORG > Date: Tuesday, February 23, 1999 7:41 AM > Subject: Netscape / aout woes :( > > > >Greetings, > > Last week, I turned up a new machine with 2.2.5 (developer distribution > >- no X11), then immediately upgraded to 3.1-STABLE (used 'make upgrade'). > >I next installed XFree86 3.3.3.1. This version of XFree86 is elf. The > >outcome is that I have a happy, stable, system with elf binaries. > > > > I've brought over a few ports and packages, and most have gone in > >without a hitch. The problem I'm having is with Netscape 4.5. I think my > >aout configurations are not set up correctly in /etc/rc.conf or ldconfig > >(or both). I have been following this same saga that some others have > >reported, but their solutions don't seem to work for me. I (and perhaps > >some others) would really appreciate it if someone could post the proper > >/etc/rc.conf and ldconfig commands for an elf machine with aout > >compatibility. BTW, I want to try the JDK next, but I want to get this > >working first. > > > > Below is the error I'm getting from ld.so and my current configuration. > > > ># /usr/local/netscape/netscape > >/usr/libexec/ld.so: Undefined symbol "___error" called from > >netscape:/usr/X11R6/lib/aout/libX11.so.6.1 at 0x20c4161c > > > ># ldconfig -aout -r > >/var/run/ld.so.hints: > > search directories: /usr/lib/aout:/usr/X11R6/lib/aout > > 0:-lX11.6.1 => /usr/X11R6/lib/aout/libX11.so.6.1 > > 1:-lICE.6.3 => /usr/X11R6/lib/aout/libICE.so.6.3 > > 2:-lSM.6.0 => /usr/X11R6/lib/aout/libSM.so.6.0 > > 3:-lXext.6.3 => /usr/X11R6/lib/aout/libXext.so.6.3 > > 4:-lXt.6.0 => /usr/X11R6/lib/aout/libXt.so.6.0 > > 5:-lc.3.0 => /usr/lib/aout/libc.so.3.0 > > 6:-loldX.6.0 => /usr/X11R6/lib/aout/liboldX.so.6.0 > > 7:-lXmu.6.0 => /usr/X11R6/lib/aout/libXmu.so.6.0 > > 8:-lalias.2.4 => /usr/lib/aout/libalias.so.2.4 > > 9:-lXIE.6.0 => /usr/X11R6/lib/aout/libXIE.so.6.0 > > 10:-lXi.6.0 => /usr/X11R6/lib/aout/libXi.so.6.0 > > 11:-lXtst.6.1 => /usr/X11R6/lib/aout/libXtst.so.6.1 > > 12:-lXaw.6.1 => /usr/X11R6/lib/aout/libXaw.so.6.1 > > 13:-lPEX5.6.0 => /usr/X11R6/lib/aout/libPEX5.so.6.0 > > 14:-lacl.2.0 => /usr/lib/aout/libacl.so.2.0 > > 15:-lXp.6.2 => /usr/X11R6/lib/aout/libXp.so.6.2 > > > ># ldconfig -elf -r > >/var/run/ld-elf.so.hints: > > search directories: /usr/X11R6/lib > > 0:-lICE.6 => /usr/X11R6/lib/libICE.so.6 > > 1:-lPEX5.6 => /usr/X11R6/lib/libPEX5.so.6 > > 2:-lSM.6 => /usr/X11R6/lib/libSM.so.6 > > 3:-lX11.6 => /usr/X11R6/lib/libX11.so.6 > > 4:-lXIE.6 => /usr/X11R6/lib/libXIE.so.6 > > 5:-lXaw.6 => /usr/X11R6/lib/libXaw.so.6 > > 6:-lXext.6 => /usr/X11R6/lib/libXext.so.6 > > 7:-lXi.6 => /usr/X11R6/lib/libXi.so.6 > > 8:-lXmu.6 => /usr/X11R6/lib/libXmu.so.6 > > 9:-lXp.6 => /usr/X11R6/lib/libXp.so.6 > > 10:-lXt.6 => /usr/X11R6/lib/libXt.so.6 > > 11:-lXtst.6 => /usr/X11R6/lib/libXtst.so.6 > > 12:-loldX.6 => /usr/X11R6/lib/liboldX.so.6 > > 13:-lXpm.4 => /usr/X11R6/lib/libXpm.so.4 > ># cat /etc/rc.conf > > > >... > > > >############################################################## > >### Miscellaneous administrative options ################### > >############################################################## > > > >ibcs2_enable="NO" # Ibcs2 (SCO) emulation loaded at startup (or NO). > >linux_enable="NO" # Linux emulation loaded at startup (or NO). > >rand_irqs="NO" # Stir the entropy pool (eg: "5 11" or NO). > > > ># aout compatibility libraries > >ldconfig_paths_aout="/usr/lib/compat /usr/X11R6/lib/aout /usr/lib/aout > >/usr/local/lib/aout" > > > ># elf library paths > >ldconfig_paths="/usr/lib /usr/local/lib /usr/X11R6/lib" > > > >... > > > > > >Thanks! > >Jim > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > >with "unsubscribe freebsd-questions" in the body of the message > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > >with "unsubscribe freebsd-stable" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Feb 23 7:39:53 1999 Delivered-To: freebsd-stable@freebsd.org Received: from relay.ucb.crimea.ua (relay.ucb.crimea.ua [212.110.138.1]) by hub.freebsd.org (Postfix) with ESMTP id 6406711D8D for ; Tue, 23 Feb 1999 07:39:04 -0800 (PST) (envelope-from ru@ucb.crimea.ua) Received: (from ru@localhost) by relay.ucb.crimea.ua (8.9.2/8.9.2/UCB) id RAA24426; Tue, 23 Feb 1999 17:37:30 +0200 (EET) (envelope-from ru) Date: Tue, 23 Feb 1999 17:37:29 +0200 From: Ruslan Ermilov To: "Thomas T. Veldhouse" Cc: FreeBSD-Stable Subject: Re: -DNOAOUT Why build a.out ... Message-ID: <19990223173729.B18631@ucb.crimea.ua> Mail-Followup-To: "Thomas T. Veldhouse" , FreeBSD-Stable References: <009501be5f38$90ce7790$236319ac@w142844.carlson.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.94.17i In-Reply-To: <009501be5f38$90ce7790$236319ac@w142844.carlson.com>; from Thomas T. Veldhouse on Tue, Feb 23, 1999 at 08:26:55AM -0600 X-Operating-System: FreeBSD 3.1-STABLE i386 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Feb 23, 1999 at 08:26:55AM -0600, Thomas T. Veldhouse wrote: > All, > > I was wondering if there is ever a reason to build the a.out > compatibility during a make world once it has already been done. Will there > ever be updates to the a.out code that will require a rebuild, or is it safe > from this point foward to use -DNOAOUT since I already have the require > a.out tools and libraries? If you do not have/plan any a.out programs, it is safe to use -DNOAOUT. But if you do, it's better to build it anyway. I'll explain _why_. a.out compatibility stuff (a.k.a. legacy support) compiles _current_ sources of all libraries, a.out rtld and old boot blocks in a.out format. So, for example, if libc was modified, building with legacy stuff will upgrade both ELF and a.out versions of libc. Cheers, -- Ruslan Ermilov Sysadmin and DBA of the ru@ucb.crimea.ua United Commercial Bank +380.652.247.647 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Feb 23 7:43:15 1999 Delivered-To: freebsd-stable@freebsd.org Received: from mortar.carlson.com (mortar.carlson.com [208.240.12.98]) by hub.freebsd.org (Postfix) with ESMTP id B62E111E5F for ; Tue, 23 Feb 1999 07:43:11 -0800 (PST) (envelope-from veldy@visi.com) Received: from mortar.carlson.com (root@localhost) by mortar.carlson.com with ESMTP id JAA20412; Tue, 23 Feb 1999 09:42:51 -0600 (CST) Received: from w142844 ([172.25.99.35]) by mortar.carlson.com with SMTP id JAA20408; Tue, 23 Feb 1999 09:42:51 -0600 (CST) Message-ID: <00ba01be5f43$3789fc30$236319ac@w142844.carlson.com> From: "Thomas T. Veldhouse" To: "Jim Early" Cc: Subject: Re: Netscape / aout woes :( Date: Tue, 23 Feb 1999 09:43:10 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG All I know about is to simply recompile and force the install (you will get a prompt to set an environment variable to force the install). I never use the binaries, as they don't usually include the US sercurity extensions. I compile from source. I am not aware of anyplace you can download the libraries from. On my PII-333, the XFree86 compile only take an hour, actually less. The only problems with compiling from source is the TCL thing required for the setup stuff. If you are worried about it, compile TCL and TK first. You won't have a problem because you already have X installed. Then recompile the source and everything will be good. Tom Veldhouse veldy@visi.com -----Original Message----- From: Jim Early To: Thomas T. Veldhouse Cc: freebsd-stable@FreeBSD.ORG Date: Tuesday, February 23, 1999 9:34 AM Subject: Re: Netscape / aout woes :( >Tom, > Thanks for your reply. However, I installed XFree86 as binaries using >the instructions found at: > > http://www.xfree86.org/3.3.3.1/RELNOTES11.html > >Basically, this was just an extraction of some tar balls. I don't recall >any mention during the installation of aout libraries. Is there a way to >provide compatibility once the binaries are in place? > >Is it recommended that I reinstall xfree86 from source? I read some recent >postings to freebsd-questions that indicate there are problems there, too. > >Thanks again, >Jim > >On Tue, 23 Feb 1999, Thomas T. Veldhouse wrote: > >> First, make sure you compile X with the option to create a.out libraries. >> Next, reboot :-(. For some reason, ldconfig does not find the new X a.out >> libraries unless you reboot. You could try explicitly including >> /usr/X11R6/lib/aout with ldconfig yourself too. After that, Netscape and >> the JDK should work great. >> >> Tom Veldhouse >> veldy@visi.com >> >> -----Original Message----- >> From: Jim Early >> To: freebsd-stable@FreeBSD.ORG >> Date: Tuesday, February 23, 1999 7:41 AM >> Subject: Netscape / aout woes :( >> >> >> >Greetings, >> > Last week, I turned up a new machine with 2.2.5 (developer distribution >> >- no X11), then immediately upgraded to 3.1-STABLE (used 'make upgrade'). >> >I next installed XFree86 3.3.3.1. This version of XFree86 is elf. The >> >outcome is that I have a happy, stable, system with elf binaries. >> > >> > I've brought over a few ports and packages, and most have gone in >> >without a hitch. The problem I'm having is with Netscape 4.5. I think my >> >aout configurations are not set up correctly in /etc/rc.conf or ldconfig >> >(or both). I have been following this same saga that some others have >> >reported, but their solutions don't seem to work for me. I (and perhaps >> >some others) would really appreciate it if someone could post the proper >> >/etc/rc.conf and ldconfig commands for an elf machine with aout >> >compatibility. BTW, I want to try the JDK next, but I want to get this >> >working first. >> > >> > Below is the error I'm getting from ld.so and my current configuration. >> > >> ># /usr/local/netscape/netscape >> >/usr/libexec/ld.so: Undefined symbol "___error" called from >> >netscape:/usr/X11R6/lib/aout/libX11.so.6.1 at 0x20c4161c >> > >> ># ldconfig -aout -r >> >/var/run/ld.so.hints: >> > search directories: /usr/lib/aout:/usr/X11R6/lib/aout >> > 0:-lX11.6.1 => /usr/X11R6/lib/aout/libX11.so.6.1 >> > 1:-lICE.6.3 => /usr/X11R6/lib/aout/libICE.so.6.3 >> > 2:-lSM.6.0 => /usr/X11R6/lib/aout/libSM.so.6.0 >> > 3:-lXext.6.3 => /usr/X11R6/lib/aout/libXext.so.6.3 >> > 4:-lXt.6.0 => /usr/X11R6/lib/aout/libXt.so.6.0 >> > 5:-lc.3.0 => /usr/lib/aout/libc.so.3.0 >> > 6:-loldX.6.0 => /usr/X11R6/lib/aout/liboldX.so.6.0 >> > 7:-lXmu.6.0 => /usr/X11R6/lib/aout/libXmu.so.6.0 >> > 8:-lalias.2.4 => /usr/lib/aout/libalias.so.2.4 >> > 9:-lXIE.6.0 => /usr/X11R6/lib/aout/libXIE.so.6.0 >> > 10:-lXi.6.0 => /usr/X11R6/lib/aout/libXi.so.6.0 >> > 11:-lXtst.6.1 => /usr/X11R6/lib/aout/libXtst.so.6.1 >> > 12:-lXaw.6.1 => /usr/X11R6/lib/aout/libXaw.so.6.1 >> > 13:-lPEX5.6.0 => /usr/X11R6/lib/aout/libPEX5.so.6.0 >> > 14:-lacl.2.0 => /usr/lib/aout/libacl.so.2.0 >> > 15:-lXp.6.2 => /usr/X11R6/lib/aout/libXp.so.6.2 >> > >> ># ldconfig -elf -r >> >/var/run/ld-elf.so.hints: >> > search directories: /usr/X11R6/lib >> > 0:-lICE.6 => /usr/X11R6/lib/libICE.so.6 >> > 1:-lPEX5.6 => /usr/X11R6/lib/libPEX5.so.6 >> > 2:-lSM.6 => /usr/X11R6/lib/libSM.so.6 >> > 3:-lX11.6 => /usr/X11R6/lib/libX11.so.6 >> > 4:-lXIE.6 => /usr/X11R6/lib/libXIE.so.6 >> > 5:-lXaw.6 => /usr/X11R6/lib/libXaw.so.6 >> > 6:-lXext.6 => /usr/X11R6/lib/libXext.so.6 >> > 7:-lXi.6 => /usr/X11R6/lib/libXi.so.6 >> > 8:-lXmu.6 => /usr/X11R6/lib/libXmu.so.6 >> > 9:-lXp.6 => /usr/X11R6/lib/libXp.so.6 >> > 10:-lXt.6 => /usr/X11R6/lib/libXt.so.6 >> > 11:-lXtst.6 => /usr/X11R6/lib/libXtst.so.6 >> > 12:-loldX.6 => /usr/X11R6/lib/liboldX.so.6 >> > 13:-lXpm.4 => /usr/X11R6/lib/libXpm.so.4 >> ># cat /etc/rc.conf >> > >> >... >> > >> >############################################################## >> >### Miscellaneous administrative options ################### >> >############################################################## >> > >> >ibcs2_enable="NO" # Ibcs2 (SCO) emulation loaded at startup (or NO). >> >linux_enable="NO" # Linux emulation loaded at startup (or NO). >> >rand_irqs="NO" # Stir the entropy pool (eg: "5 11" or NO). >> > >> ># aout compatibility libraries >> >ldconfig_paths_aout="/usr/lib/compat /usr/X11R6/lib/aout /usr/lib/aout >> >/usr/local/lib/aout" >> > >> ># elf library paths >> >ldconfig_paths="/usr/lib /usr/local/lib /usr/X11R6/lib" >> > >> >... >> > >> > >> >Thanks! >> >Jim >> > >> > >> > >> >To Unsubscribe: send mail to majordomo@FreeBSD.org >> >with "unsubscribe freebsd-questions" in the body of the message >> > >> > >> > >> >To Unsubscribe: send mail to majordomo@FreeBSD.org >> >with "unsubscribe freebsd-stable" in the body of the message >> > >> > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Feb 23 7:45:25 1999 Delivered-To: freebsd-stable@freebsd.org Received: from mortar.carlson.com (mortar.carlson.com [208.240.12.98]) by hub.freebsd.org (Postfix) with ESMTP id 5AFF911E75 for ; Tue, 23 Feb 1999 07:45:18 -0800 (PST) (envelope-from veldy@visi.com) Received: from mortar.carlson.com (root@localhost) by mortar.carlson.com with ESMTP id JAA20422; Tue, 23 Feb 1999 09:44:59 -0600 (CST) Received: from w142844 ([172.25.99.35]) by mortar.carlson.com with SMTP id JAA20418; Tue, 23 Feb 1999 09:44:58 -0600 (CST) Message-ID: <00c501be5f43$83c50f90$236319ac@w142844.carlson.com> From: "Thomas T. Veldhouse" To: "Ruslan Ermilov" Cc: "FreeBSD-Stable" Subject: Re: -DNOAOUT Why build a.out ... Date: Tue, 23 Feb 1999 09:45:18 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I was hoping that wasn't the case. I maintain too machines with my build, one that requires the a.out libraries, and one that does not. Is it possible to simply remove the libraries after they are installed on this other machine, or better yet, can I do this: make -DNOAOUT installworld even though I built the a.out world during the buildworld phase? Tom Veldhouse veldy@visi.com -----Original Message----- From: Ruslan Ermilov To: Thomas T. Veldhouse Cc: FreeBSD-Stable Date: Tuesday, February 23, 1999 9:38 AM Subject: Re: -DNOAOUT Why build a.out ... >On Tue, Feb 23, 1999 at 08:26:55AM -0600, Thomas T. Veldhouse wrote: >> All, >> >> I was wondering if there is ever a reason to build the a.out >> compatibility during a make world once it has already been done. Will there >> ever be updates to the a.out code that will require a rebuild, or is it safe >> from this point foward to use -DNOAOUT since I already have the require >> a.out tools and libraries? > >If you do not have/plan any a.out programs, it is safe to use -DNOAOUT. >But if you do, it's better to build it anyway. I'll explain _why_. >a.out compatibility stuff (a.k.a. legacy support) compiles _current_ >sources of all libraries, a.out rtld and old boot blocks in a.out >format. So, for example, if libc was modified, building with legacy >stuff will upgrade both ELF and a.out versions of libc. > > >Cheers, >-- >Ruslan Ermilov Sysadmin and DBA of the >ru@ucb.crimea.ua United Commercial Bank >+380.652.247.647 Simferopol, Ukraine > >http://www.FreeBSD.org The Power To Serve >http://www.oracle.com Enabling The Information Age > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Feb 23 8: 3:32 1999 Delivered-To: freebsd-stable@freebsd.org Received: from relay.ucb.crimea.ua (relay.ucb.crimea.ua [212.110.138.1]) by hub.freebsd.org (Postfix) with ESMTP id 667E611625 for ; Tue, 23 Feb 1999 08:02:54 -0800 (PST) (envelope-from ru@ucb.crimea.ua) Received: (from ru@localhost) by relay.ucb.crimea.ua (8.9.2/8.9.2/UCB) id SAA29079; Tue, 23 Feb 1999 18:01:47 +0200 (EET) (envelope-from ru) Date: Tue, 23 Feb 1999 18:01:47 +0200 From: Ruslan Ermilov To: "Thomas T. Veldhouse" Cc: FreeBSD-Stable Subject: Re: -DNOAOUT Why build a.out ... Message-ID: <19990223180147.A27999@ucb.crimea.ua> Mail-Followup-To: "Thomas T. Veldhouse" , FreeBSD-Stable References: <00c501be5f43$83c50f90$236319ac@w142844.carlson.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.94.17i In-Reply-To: <00c501be5f43$83c50f90$236319ac@w142844.carlson.com>; from Thomas T. Veldhouse on Tue, Feb 23, 1999 at 09:45:18AM -0600 X-Operating-System: FreeBSD 3.1-STABLE i386 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Feb 23, 1999 at 09:45:18AM -0600, Thomas T. Veldhouse wrote: > I was hoping that wasn't the case. I maintain too machines with my build, > one that requires the a.out libraries, and one that does not. Is it > possible to simply remove the libraries after they are installed on this > other machine, or better yet, can I do this: > > make -DNOAOUT installworld > > even though I built the a.out world during the buildworld phase? > Yup! See /usr/src/Makefile.inc0 for details. -- Ruslan Ermilov Sysadmin and DBA of the ru@ucb.crimea.ua United Commercial Bank +380.652.247.647 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Feb 23 9:18:54 1999 Delivered-To: freebsd-stable@freebsd.org Received: from dfw-ix6.ix.netcom.com (dfw-ix6.ix.netcom.com [206.214.98.6]) by hub.freebsd.org (Postfix) with ESMTP id 1B6BB11166 for ; Tue, 23 Feb 1999 09:18:43 -0800 (PST) (envelope-from phate1@ix.netcom.com) Received: (from smap@localhost) by dfw-ix6.ix.netcom.com (8.8.4/8.8.4) id LAA23112; Tue, 23 Feb 1999 11:17:18 -0600 (CST) From: phate1@ix.netcom.com Received: from nyc-ny71-37.ix.netcom.com(209.109.226.229) by dfw-ix6.ix.netcom.com via smap (V1.3) id rma023021; Tue Feb 23 11:16:39 1999 Message-ID: <002a01be5f50$3995e5e0$e5e26dd1@dialup.phate.com> To: "Luigi Rizzo" Cc: Subject: Re: Software bandwidth limiting solution Date: Tue, 23 Feb 1999 12:16:14 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ipfw add 10000 pipe 1 tcp from 80 to any ipfw pipe 1 config bw 5Mbits/s queue 10 anyway you look at it, if it the limiting starts to work, I start to go up in mbufs.. I don't know who's responsible for it.. ? If I just use a simple ipfw rule, it works, I don't lose any mbufs, but a combination with dummynet, if it works, it means my box will reboot later on :) So I have to remove the ipfw rule, before my mbufs go dangerously high, and as soon as I remove it, mbufs drop from 7500 or so to like 1500 (their normal).. Mike -----Original Message----- From: Luigi Rizzo To: Mike Cc: freebsd-stable@FreeBSD.ORG Date: Tuesday, February 23, 1999 3:42 AM Subject: Re: Software bandwidth limiting solution >> Checking versions... >> >> FreeBSD 3.0-STABLE #10: Tue Feb 2 15:08:13 EST 1999 >> >> ip_fw.c: >> $Id: ip_fw.c,v 1.103 1998/12/31 07:43:29 luigi Exp $ >> >> ip_dummynet.c >> $Id: ip_dummynet.c,v 1.7 1999/01/12 16:43:52 eivind Exp $ >> >> ip_output.c >> $Id: ip_output.c,v 1.85 1998/12/21 21:36:40 luigi Exp $ > >ok you are basically up to date except for the recent fix to ip_output. > >> my rules are basically >> >> ipfw pipe 1 config bw 5Mb/s queue 0 >> >> or >> >> ipfw pipe 1 config bw 5Mb/s queue 10 plr 0.010 > >you still don't say how you divert things to pipe 1 . The plr is there >just for testing, in a production network you don't want to arbitrarily >drop packets unless a queue fills up. > >> either way sooner or later mbufs are exhausted.. > >frankly i am not sure at all it is dummynet fault. are you sure you >don't have something else eating mbufs ? i have read several msgs >complaining about mbuf leaks recently, but none of them was about >dummynet. > > cheers > luigi >-----------------------------------+------------------------------------- > Luigi RIZZO . > EMAIL: luigi@iet.unipi.it . Dip. di Ing. dell'Informazione > HTTP://www.iet.unipi.it/~luigi/ . Universita` di Pisa > TEL/FAX: +39-050-568.533/522 . via Diotisalvi 2, 56126 PISA (Italy) >-----------------------------------+------------------------------------- > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Feb 23 9:20:33 1999 Delivered-To: freebsd-stable@freebsd.org Received: from aniwa.sky (p20-max8.wlg.ihug.co.nz [209.79.142.212]) by hub.freebsd.org (Postfix) with ESMTP id 93969113C0 for ; Tue, 23 Feb 1999 09:20:27 -0800 (PST) (envelope-from andrew@squiz.co.nz) Received: from aniwa.sky (localhost [127.0.0.1]) by aniwa.sky (8.9.1a/8.9.1) with ESMTP id GAA22179; Wed, 24 Feb 1999 06:20:10 +1300 (NZDT) Message-Id: <199902231720.GAA22179@aniwa.sky> X-Mailer: exmh version 2.0.2 2/24/98 To: Andreas Braukmann Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Wanted: descr. packet dataflow interfaces / forwarding / ipfw / nat In-reply-to: Your message of "Tue, 23 Feb 1999 14:48:12 BST." <19990223144812.D7691@paert.tse-online.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 24 Feb 1999 06:20:10 +1300 From: Andrew McNaughton Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Packets coming out of NAT are just ordinary packets which get passed to the TCP stack again. Packets coming in on some interface will go to ipfw which may or may not block, log (hint) or send the packet to NAT. packets coming from NAT will then pass back into the tcp stack, and therefore ipfw. I presume they are first outgoing and then incoming on lo0, and then outgoing on whichever interface you route the packet to. Andrew McNaughton > Hi there, > > I'm searching for a piece of documentation or a 'simple' illustration > describing the flow of packets through the network stack. > > Currently I'm building a 'gateway-machine' that should get some > rather complicated (considering my knowledge of the networking code) > jobs done. (NAT on multiple interfaces, transparent proxying, etc.) > > My former natd/ipfw-setups were quite simple. But now I'm in need > of more detailed information concerning: > - at which stages/times the filter engine sees each packet > - whether a packet already translated by the natd, carries all > the 'additional' information (e.x. direction, incoming interface, etc) > further on > - etc. etc. > > Yes, ... I've read the obviously available (man-page, READMEs, etc.) > documentation thoroughly. > > Thanks in advance, > Andreas > > -- > : TSE TeleService GmbH : Gsf: Arne Reuter : : > : Hovestrasse 14 : Andreas Braukmann : We do it with : > : D-48351 Everswinkel : HRB: 1430, AG WAF : FreeBSD/SMP : > :--------------------------------------------------------------------: > : PGP-Key: http://www.tse-online.de/~ab/public-key : > : Key fingerprint: 12 13 EF BC 22 DD F4 B6 3C 25 C9 06 DC D3 45 9B : > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Feb 23 10:43:17 1999 Delivered-To: freebsd-stable@freebsd.org Received: from dorifer.heim3.tu-clausthal.de (dorifer.heim3.tu-clausthal.de [139.174.243.252]) by hub.freebsd.org (Postfix) with ESMTP id E60621102E for ; Tue, 23 Feb 1999 10:43:07 -0800 (PST) (envelope-from olli@dorifer.heim3.tu-clausthal.de) Received: (from olli@localhost) by dorifer.heim3.tu-clausthal.de (8.8.8/8.8.8) id TAA04086 for freebsd-stable@FreeBSD.ORG; Tue, 23 Feb 1999 19:43:06 +0100 (CET) (envelope-from olli) Date: Tue, 23 Feb 1999 19:43:06 +0100 (CET) From: Oliver Fromme Message-Id: <199902231843.TAA04086@dorifer.heim3.tu-clausthal.de> To: freebsd-stable@FreeBSD.ORG Subject: CD-ROM images: 2.2.8 or 3.1? Newsgroups: list.freebsd-stable Organization: Administration Heim 3 Reply-To: olli@FreeBSE.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Newsreader: TIN [version 1.2 RZTUC(3) PL2] Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, We have some space at ftp7.de.freebsd.org to provide one set of CD-ROM images (and of course we are still encouraging people to buy them from WC if possible, or to contribute/donate to the project in other ways). The question is: which set should we put online -- 2.2.8-R or 3.1-R? Unfortunately we don't have space for both. (At the moment, 2.2.8-R is online, but the 3.1-R images are already waiting.) Regards Oliver PS: Please reply via private mail! (Reply-to is set.) -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany (Info: finger userinfo:olli@dorifer.heim3.tu-clausthal.de) "In jedem Stück Kohle wartet ein Diamant auf seine Geburt" (Terry Pratchett) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Feb 23 10:45:50 1999 Delivered-To: freebsd-stable@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 23229113C2 for ; Tue, 23 Feb 1999 10:45:47 -0800 (PST) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by relay.nuxi.com (8.9.2/8.9.1) id KAA10225; Tue, 23 Feb 1999 10:44:08 -0800 (PST) (envelope-from obrien) Date: Tue, 23 Feb 1999 10:44:08 -0800 From: "David O'Brien" To: Ruslan Ermilov Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Upgrading to 3.1-STABLE... Message-ID: <19990223104408.A10167@relay.nuxi.com> Reply-To: obrien@NUXI.com References: <19990222095223.C40215@ucb.crimea.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <19990222095223.C40215@ucb.crimea.ua>; from Ruslan Ermilov on Mon, Feb 22, 1999 at 09:52:23AM +0200 X-Operating-System: FreeBSD 3.1-STABLE Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > device ppc0 at isa? port? net irq 7 > > controller ppbus0 > > device lpt0 at ppbus? > > controller ppc0 at isa? disable port ? tty irq 7 I messed up lpt0 in -STABLE several days ago. Please CVSup to get a new GENERIC kernel config file and start from there. -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Feb 23 11:42:51 1999 Delivered-To: freebsd-stable@freebsd.org Received: from mortar.carlson.com (mortar.carlson.com [208.240.12.98]) by hub.freebsd.org (Postfix) with ESMTP id 2BB251128C; Tue, 23 Feb 1999 11:42:36 -0800 (PST) (envelope-from veldy@visi.com) Received: from mortar.carlson.com (root@localhost) by mortar.carlson.com with ESMTP id NAA21558; Tue, 23 Feb 1999 13:42:16 -0600 (CST) Received: from w142844 ([172.25.99.35]) by mortar.carlson.com with SMTP id NAA21554; Tue, 23 Feb 1999 13:42:16 -0600 (CST) Message-ID: <01b401be5f64$ab1019c0$236319ac@w142844.carlson.com> From: "Thomas T. Veldhouse" To: "FreeBSD-Current" , "FreeBSD-Stable" Subject: listproc problem? Date: Tue, 23 Feb 1999 13:42:37 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have been seeing 5 hour delays from when the message was sent to the list and when the message arrives in my mailbox. It seems to be a problem with the following jump: Received: from hub.freebsd.org (hub.FreeBSD.ORG [204.216.27.18]) by mail2.sol.net (8.8.8/8.8.8/SNNS-1.02) with ESMTP id NAA00902; Tue, 23 Feb 1999 13:26:13 -0600 (CST) Received: by hub.freebsd.org (Postfix, from userid 538) id AECC411D08; Tue, 23 Feb 1999 07:34:37 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with SMTP id 5DD8B11B6C; Tue, 23 Feb 1999 07:34:37 -0800 (PST) (envelope-from owner-freebsd-stable) Also, as a side note, how do I set up my box to use PostFix instead of sendmail? I heard that it was (or was considered) included in the 3.1-RELEASE, it just wasn't enabled by default. Tom Veldhouse veldy@visi.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Feb 23 12:19:53 1999 Delivered-To: freebsd-stable@freebsd.org Received: from mortar.carlson.com (mortar.carlson.com [208.240.12.98]) by hub.freebsd.org (Postfix) with ESMTP id 6651D116CA for ; Tue, 23 Feb 1999 12:19:37 -0800 (PST) (envelope-from veldy@visi.com) Received: from mortar.carlson.com (root@localhost) by mortar.carlson.com with ESMTP id OAA21807 for ; Tue, 23 Feb 1999 14:19:17 -0600 (CST) Received: from w142844 ([172.25.99.35]) by mortar.carlson.com with SMTP id OAA21803 for ; Tue, 23 Feb 1999 14:19:17 -0600 (CST) Message-ID: <01d201be5f69$d73656e0$236319ac@w142844.carlson.com> From: "Thomas T. Veldhouse" To: "FreeBSD-Stable" Subject: Re: listproc problem? Date: Tue, 23 Feb 1999 14:19:39 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This time it was only 20 minutes. -----Original Message----- From: Thomas T. Veldhouse To: FreeBSD-Current ; FreeBSD-Stable Date: Tuesday, February 23, 1999 2:00 PM Subject: listproc problem? >I have been seeing 5 hour delays from when the message was sent to the list >and when the message arrives in my mailbox. It seems to be a problem with >the following jump: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Feb 23 15:32: 7 1999 Delivered-To: freebsd-stable@freebsd.org Received: from fw.bby.com.au (ns.bby.com.au [192.83.119.129]) by hub.freebsd.org (Postfix) with ESMTP id 063EA112EA for ; Tue, 23 Feb 1999 15:32:01 -0800 (PST) (envelope-from gnb@itga.com.au) Received: (from daemon@localhost) by fw.bby.com.au (8.8.8/8.6.9) id KAA10506 for ; Wed, 24 Feb 1999 10:32:01 +1100 (EST) Received: from lightning.itga.com.au(192.168.71.20) via SMTP by fw.bby.com.au, id smtpd010504; Tue Feb 23 23:31:55 1999 Received: from lightning (lightning [192.168.71.20]) by lightning.itga.com.au (8.9.1a/8.9.1) with ESMTP id KAA09479; Wed, 24 Feb 1999 10:31:54 +1100 (EST) Message-Id: <199902232331.KAA09479@lightning.itga.com.au> X-Mailer: exmh version 2.0.1 12/23/97 From: Gregory Bond To: freebsd-stable@FreeBSD.ORG Subject: Re: Software bandwidth limiting solution In-reply-to: Your message of Tue, 23 Feb 1999 10:58:17 +0100. Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 24 Feb 1999 10:31:54 +1100 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a situation where our link is being saturated (3+second rtt) by _incoming_ web traffic going into the squid cache. If I set up dummynet on the firewall so that all traffic to the web cache goes via a pipe with 96kB/ sec bandwidth limit (on a 128k link), will that be enough to leave some room on the pipe for the rest of the packets? I can see easily how well dummynet would work if applied to the _sending_ end of the congested link, how well does it work on the _receiving_ end? Hints, experiences, comments welcome. Greg. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Feb 23 16:20:17 1999 Delivered-To: freebsd-stable@freebsd.org Received: from adelphi.physics.adelaide.edu.au (adelphi.physics.adelaide.edu.au [129.127.36.247]) by hub.freebsd.org (Postfix) with ESMTP id 2511911222; Tue, 23 Feb 1999 16:20:04 -0800 (PST) (envelope-from kkennawa@physics.adelaide.edu.au) Received: from bragg (bragg [129.127.36.34]) by adelphi.physics.adelaide.edu.au (8.8.8/8.8.8/UofA-1.5) with SMTP id KAA24978; Wed, 24 Feb 1999 10:50:03 +1030 (CST) Received: from localhost by bragg; (5.65/1.1.8.2/05Aug95-0227PM) id AA30351; Wed, 24 Feb 1999 10:50:01 +1030 Date: Wed, 24 Feb 1999 10:50:01 +1030 (CST) From: Kris Kennaway X-Sender: kkennawa@bragg To: "Thomas T. Veldhouse" Cc: FreeBSD-Current , FreeBSD-Stable Subject: Re: listproc problem? In-Reply-To: <01b401be5f64$ab1019c0$236319ac@w142844.carlson.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 23 Feb 1999, Thomas T. Veldhouse wrote: > Also, as a side note, how do I set up my box to use PostFix instead of > sendmail? I heard that it was (or was considered) included in the > 3.1-RELEASE, it just wasn't enabled by default. It was shouted down as unnecessary bloat in favour of a port. However, I haven't seen this port submitted yet..until then looks like you'll have to install manually. Kris ----- (ASP) Microsoft Corporation (MSFT) announced today that the release of its productivity suite, Office 2000, will be delayed until the first quarter of 1901. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Feb 23 18:49: 4 1999 Delivered-To: freebsd-stable@freebsd.org Received: from regpc30.murdoch.edu.au (regpc30.murdoch.edu.au [134.115.241.13]) by hub.freebsd.org (Postfix) with ESMTP id E859D1163C for ; Tue, 23 Feb 1999 18:48:53 -0800 (PST) (envelope-from jarvis@guru.wow.aust.com) Received: from guru.wow.aust.com (regmac23.murdoch.edu.au [134.115.241.182]) by regpc30.murdoch.edu.au (8.8.8/8.8.8) with ESMTP id KAA03614; Wed, 24 Feb 1999 10:48:48 +0800 (WST) (envelope-from jarvis@guru.wow.aust.com) Message-ID: <36D36892.F8503926@guru.wow.aust.com> Date: Wed, 24 Feb 1999 10:49:00 +0800 From: Jarvis Cochrane Reply-To: jarvis@guru.wow.aust.com X-Mailer: Mozilla 4.5 (Macintosh; I; PPC) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD Stable Subject: Help with NIS - reposted Content-Type: text/plain; charset=us-ascii; x-mac-type="54455854"; x-mac-creator="4D4F5353" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I'm running two Freebsd 2.2.8 machines as a NIS master (and client of itself!) and NIS client, respectively. I would like to set up the second machine, currently the NIS client only, as a slave master. When I try to start ypserv on the client, it start ok, and doesn't leave any messages in /var/log/messages or anything like that. But, when I do a 'make all' in /var/yp to push the maps to the new slave master, I get: rome# make all Updating passwd.byname... yppush: transfer of map passwd.byname to server alexandria.murdoch.edu.au failed yppush: status returned by ypxfr: Domain not supported by server Pushed passwd.byname map. Updating passwd.byuid... yp_mkdb: duplicate key '0' - skipping yppush: transfer of map passwd.byuid to server alexandria.murdoch.edu.au failed yppush: status returned by ypxfr: Domain not supported by server Pushed passwd.byuid map. make: cannot open ../Makefile. *** Error code 2 Stop. rome# (rome is my NIS master, and alexandria is the slave). I've put alexandria in /var/yp/ypservers and enabled 'push' in /var/yp/Makefile. I assume that I need to tell ypserv on alexandria that it is (a) a slave and (b) that it's master is rome (see the sense in my naming convention? Rome is the middle of my little empire, and the master of all things!), but how do I do this? Thanks for your help in advance, and thanks for a _great_ OS! Jarvis To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Feb 23 18:51:56 1999 Delivered-To: freebsd-stable@freebsd.org Received: from chmls11.mediaone.net (chmls11.mediaone.net [24.128.1.112]) by hub.freebsd.org (Postfix) with ESMTP id 8FA83116FA for ; Tue, 23 Feb 1999 18:51:54 -0800 (PST) (envelope-from veldy@visi.com) Received: from visi.com (h-181-225.mn.mediaone.net [209.32.181.225]) by chmls11.mediaone.net (8.8.7/8.8.7) with ESMTP id VAA01842 for ; Tue, 23 Feb 1999 21:51:48 -0500 (EST) Message-ID: <36D3698E.A64EFBB7@visi.com> Date: Tue, 23 Feb 1999 20:53:02 -0600 From: "Thomas T. Veldhouse" X-Mailer: Mozilla 4.5 [en] (X11; U; FreeBSD 3.1-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: CVSUP Problem Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I always get the following error when I try to start cvsup (16) under X11. I am behind a firewall if that makes a difference. I start by passing -P m as an option: *** *** runtime error: *** *** Segmentation violation - possible attempt to dereference NIL *** pc = 0x28312ff8 = Cat + 0x18 in ../src/text/Text.m3 *** This error happens everytime unless I pass the -g switch. Tom Veldhouse veldy@visi.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Feb 24 13:28:22 1999 Delivered-To: freebsd-stable@freebsd.org Received: from tolstoy.mpd.ca (mpd.ca [206.123.11.35]) by hub.freebsd.org (Postfix) with ESMTP id 857EB1168C for ; Wed, 24 Feb 1999 13:25:37 -0800 (PST) (envelope-from wlloyd@tolstoy.mpd.ca) Received: (from wlloyd@localhost) by tolstoy.mpd.ca (8.8.8/8.8.8) id WAA03845 for freebsd-stable@freebsd.org; Tue, 23 Feb 1999 22:48:30 -0500 (EST) (envelope-from wlloyd) Date: Tue, 23 Feb 1999 22:48:29 -0500 From: William Lloyd To: freebsd-stable@freebsd.org Subject: 3.1 Release splash image Message-ID: <19990223224829.A3826@tolstoy.mpd.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I don't remember seeing any links to images that people are using as splash screens for 3.1. I do think that at some point somebody should "bless" a splash image for a release. FreeBSD is a great OS, nothing wrong with a little promotional real estate. Perhaps WC has the intention of using the CD-ROM cover image ? I make no claims about artistic talent, I was playing in gimp. The artwork is obviously stolen from one of the freebsd www banners ;-) http://www.slap.net/~wlloyd -bill -- William Lloyd mailto:wlloyd@mpd.ca | http://www.mpd.ca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Feb 24 13:28:47 1999 Delivered-To: freebsd-stable@freebsd.org Received: from regpc30.murdoch.edu.au (regpc30.murdoch.edu.au [134.115.241.13]) by hub.freebsd.org (Postfix) with ESMTP id 6DAB910E74 for ; Wed, 24 Feb 1999 13:17:49 -0800 (PST) (envelope-from jarvis@guru.wow.aust.com) Received: from guru.wow.aust.com (regmac23.murdoch.edu.au [134.115.241.182]) by regpc30.murdoch.edu.au (8.8.8/8.8.8) with ESMTP id MAA03816; Wed, 24 Feb 1999 12:10:22 +0800 (WST) (envelope-from jarvis@guru.wow.aust.com) Message-ID: <36D37BB0.15389D4E@guru.wow.aust.com> Date: Wed, 24 Feb 1999 12:10:42 +0800 From: Jarvis Cochrane Reply-To: jarvis@guru.wow.aust.com X-Mailer: Mozilla 4.5 (Macintosh; I; PPC) X-Accept-Language: en MIME-Version: 1.0 To: Tom Subject: Re: Help with NIS - reposted References: Content-Type: text/plain; charset=us-ascii; x-mac-type="54455854"; x-mac-creator="4D4F5353" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Tom wrote: > On Wed, 24 Feb 1999, Jarvis Cochrane wrote: > > > yppush: status returned by ypxfr: Domain not supported by server > > Pushed passwd.byname map. > > I don't think the YP domainname is the same on both servers. Use > "domainaname" to view/set the YP domainname. Have just checked that - it's ok... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Feb 24 13:58:34 1999 Delivered-To: freebsd-stable@freebsd.org Received: from Dorm-36314.rh.uh.edu (Dorm-36314.RH.UH.EDU [129.7.141.218]) by hub.freebsd.org (Postfix) with ESMTP id 656861218E for ; Wed, 24 Feb 1999 13:58:30 -0800 (PST) (envelope-from wotan@Dorm-36314.rh.uh.edu) Received: from localhost (wotan@localhost) by Dorm-36314.rh.uh.edu (8.9.2/8.9.2) with ESMTP id PAA78542; Wed, 24 Feb 1999 15:27:29 -0600 (CST) (envelope-from wotan@Dorm-36314.rh.uh.edu) Date: Wed, 24 Feb 1999 15:27:29 -0600 (CST) From: Jonathan Fosburgh Reply-To: jef53313@bayou.uh.edu To: "Thomas T. Veldhouse" Cc: freebsd-stable@FreeBSD.ORG Subject: Re: CVSUP Problem In-Reply-To: <36D3698E.A64EFBB7@visi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > This error happens everytime unless I pass the -g switch. > I believe some of the packages of CVS don't allow gui, which do you have? Jonathan Fosburgh Geotechnician Snyder Oil Corporation Houston, TX Home Page: http://www.geocities.com/vienna/1498 Manager, FreeBSD Webring: http://www.geocities.com/vienna/1498/computer/freebsdring.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Feb 24 13:59:51 1999 Delivered-To: freebsd-stable@freebsd.org Received: from extra.gc.lviv.ua (gc.cscd.lviv.ua [195.5.17.246]) by hub.freebsd.org (Postfix) with ESMTP id AD9EE121BE for ; Wed, 24 Feb 1999 13:59:20 -0800 (PST) (envelope-from vadim@gc.lviv.ua) Received: from gate.gc.lviv.ua (gate.gc.lviv.ua [192.168.168.18]) by extra.gc.lviv.ua (8.9.2/8.9.0) with ESMTP id SAA00708 for ; Wed, 24 Feb 1999 18:30:10 +0200 (EET) Received: from intra (intra.gc.lviv.ua [192.168.1.93]) by gate.gc.lviv.ua (8.9.2/8.9.1) with SMTP id SAA34681 for ; Wed, 24 Feb 1999 18:31:15 +0200 (EET) Message-ID: <010101be6012$f0423060$5d01a8c0@gc.lviv.ua> From: "Vadim Chekan" To: Subject: No buffer space available Date: Wed, 24 Feb 1999 18:30:05 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-u" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.0810.800 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.0810.800 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello! I recently installed FreeBSD-3.1STABLE and have a problem. My mashine reboots and only one messege before it: Feb 24 13:13:49 extra /kernel: xl1: watchdog timeout ^^^^^^^^^^ what does it means? Feb 24 13:16:26 extra /kernel: Copyright (c) 1992-1999 FreeBSD Inc. Feb 24 13:16:26 extra /kernel: Copyright (c) 1982, 1986, 1989, 1991, 1993 Feb 24 13:16:26 extra /kernel: The Regents of the University of California. All Feb 24 13:16:26 extra /kernel: FreeBSD 3.1-STABLE #0: Mon Feb 22 15:08:45 EET 1 Feb 24 13:16:26 extra /kernel: root@extra.gc.lviv.ua:/usr/src/sys/compile/EXTRA Feb 24 13:16:26 extra /kernel: Timecounter "i8254" frequency 1193182 Hz Feb 24 13:16:26 extra /kernel: CPU: Pentium/P55C (166.19-MHz 586-class CPU) Feb 24 13:16:26 extra /kernel: Origin = "GenuineIntel" Id = 0x543 Stepping=3 Feb 24 13:16:26 extra /kernel: Features=0x8001bf rev 0x03 on pci0.0.0 Feb 24 13:16:26 extra /kernel: xl0: <3Com 3c905 Fast Etherlink XL 10/100BaseTX> Feb 24 13:16:26 extra /kernel: xl0: Ethernet address: 00:60:08:cd:e9:ec Feb 24 13:16:26 extra /kernel: xl0: autoneg complete, link status good (half-du Feb 24 13:16:26 extra /kernel: xl1: <3Com 3c900 Etherlink XL 10BaseT> rev 0x00 Feb 24 13:16:26 extra /kernel: xl1: Ethernet address: 00:60:97:2a:35:aa Feb 24 13:16:26 extra /kernel: xl1: selecting 10baseT transceiver, half duplex Some hours after I notice that via ethrnet card xl1 isn't any traffic. ping to host behaind this card outputs sendto: No buffer space available In my logs I notice many records: Feb 24 17:10:09 extra squid[256]: comm_udp_sendto: FD 38, 195.5.17.242, port 3130: (55) No buffer space available Feb 24 17:10:09 extra squid[256]: comm_udp_sendto: FD 38, 195.5.17.242, port 3130: (55) No buffer space available Is this known problem? Vadim Chekan. P.S. All this hardware worked over year under FreeBSD-2.2[158] without any problems. P.P.S. i use natd and ipfw on interface xl1 (natd -n xl1) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Feb 24 14: 0:11 1999 Delivered-To: freebsd-stable@freebsd.org Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (Postfix) with SMTP id 71B9C120EF for ; Wed, 24 Feb 1999 14:00:07 -0800 (PST) (envelope-from luigi@labinfo.iet.unipi.it) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id JAA20214; Wed, 24 Feb 1999 09:32:06 +0100 From: Luigi Rizzo Message-Id: <199902240832.JAA20214@labinfo.iet.unipi.it> Subject: Re: Software bandwidth limiting solution To: phate1@ix.netcom.com Date: Wed, 24 Feb 1999 09:32:06 +0100 (MET) Cc: freebsd-stable@FreeBSD.ORG In-Reply-To: <002a01be5f50$3995e5e0$e5e26dd1@dialup.phate.com> from "phate1@ix.netcom.com" at Feb 23, 99 12:15:55 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 1395 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > ipfw add 10000 pipe 1 tcp from 80 to any > ipfw pipe 1 config bw 5Mbits/s queue 10 > > anyway you look at it, if it the limiting starts to work, I start to go up > in mbufs.. I don't know who's responsible for it.. ? nor do i. however: pkts do remain trapped into the send buffer of the sender if they are not acked. maybe the bw limiting causes many clients to restart a connection etc. etc. -- can you monitor (with netstat -na) the Send-Q for active connections and see if the sum resembles something similar to the total mbuf occupation ? > So I have to remove the ipfw rule, before my mbufs go dangerously high, and > as soon as I remove it, mbufs drop from 7500 or so to like 1500 (their > normal).. oh, so that would suggest that for some reason pkts remain trapped into a pipe but never come out ... i will investigate the problem, in the meantime if you can tell me the above it will help track any bug (also, if i send you some patches, would you be able to test them ?) cheers luigi -----------------------------------+------------------------------------- Luigi RIZZO . EMAIL: luigi@iet.unipi.it . Dip. di Ing. dell'Informazione HTTP://www.iet.unipi.it/~luigi/ . Universita` di Pisa TEL/FAX: +39-050-568.533/522 . via Diotisalvi 2, 56126 PISA (Italy) -----------------------------------+------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Feb 24 14: 2:14 1999 Delivered-To: freebsd-stable@freebsd.org Received: from jaguar.ir.miami.edu (jaguar.ir.miami.edu [129.171.32.10]) by hub.freebsd.org (Postfix) with ESMTP id F146B12246 for ; Wed, 24 Feb 1999 14:01:57 -0800 (PST) (envelope-from marcus@miami.edu) Received: from jaguar.ir.miami.edu ("port 2276"@jaguar.ir.miami.edu [129.171.32.10]) by jaguar.ir.miami.edu (PMDF V5.2-29 #30976) with ESMTP id <0F7O00IFRIIPTD@jaguar.ir.miami.edu> for freebsd-stable@freebsd.org; Wed, 24 Feb 1999 17:01:37 -0500 (EST) Date: Wed, 24 Feb 1999 17:01:37 -0500 (EST) From: "Joe \"Marcus\" Clarke" Subject: Re: 3.1 Release splash image In-reply-to: <19990223224829.A3826@tolstoy.mpd.ca> To: William Lloyd Cc: freebsd-stable@freebsd.org Message-id: MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I took the Moon shot and made a 3.1 spalsh screen out of it. It can be downloaded from http://jaguar.ir.miami.edu/~marcus/fbsd_splash.bmp Joe Clarke On Tue, 23 Feb 1999, William Lloyd wrote: > > I don't remember seeing any links to images that people are using as > splash screens for 3.1. I do think that at some point somebody > should "bless" a splash image for a release. FreeBSD is a great > OS, nothing wrong with a little promotional real estate. > > Perhaps WC has the intention of using the CD-ROM cover image ? > > I make no claims about artistic talent, I was playing in gimp. > The artwork is obviously stolen from one of the freebsd www banners ;-) > > http://www.slap.net/~wlloyd > > -bill > > -- > William Lloyd mailto:wlloyd@mpd.ca | http://www.mpd.ca > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Feb 24 14:15:30 1999 Delivered-To: freebsd-stable@freebsd.org Received: from lionking.org (blacker-99.caltech.edu [131.215.86.99]) by hub.freebsd.org (Postfix) with ESMTP id 47B4A11F67 for ; Wed, 24 Feb 1999 14:11:19 -0800 (PST) (envelope-from btman@ugcs.caltech.edu) Received: from localhost (btman@localhost) by lionking.org (8.9.1a/8.9.1) with ESMTP id DAA24738 for ; Wed, 24 Feb 1999 03:18:28 -0800 (PST) X-Authentication-Warning: lionking.org: btman owned process doing -bs Date: Wed, 24 Feb 1999 03:18:28 -0800 (PST) From: Brian Tiemann X-Sender: btman@lionking.org To: freebsd-stable@freebsd.org Subject: Bad file descriptor Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Okay-- I don't know what happened, but I think I need the input of someone more experienced in these matters than me. One of my source directories seems to have gotten clobbered somehow. It's killing cvsup now, thus: Parsing supfile "/usr/share/examples/cvsup/stable-supfile" Looking up address of cvsup.FreeBSD.org Connecting to cvsup.FreeBSD.org Connected to cvsup.FreeBSD.org Server software version: REL_16_0 Negotiating file attribute support Exchanging collection information Establishing multiplexed-mode data connection Running Updating collection src-all/cvs Updater failed: Cannot create directories leading to "/usr/src/contrib/nvi/docs/interp/#cvs.cvsup-23994.1": Bad file descriptor "interp" seems to be broken. And as expected, I can't delete that directory or even list it. So, and I'm sure it's a simple answer (like "fsck it" or something), what's the answer? Thanks! Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Feb 24 14:16:47 1999 Delivered-To: freebsd-stable@freebsd.org Received: from zypresse.pk.she.de (zypresse.pk.she.de [193.98.90.55]) by hub.freebsd.org (Postfix) with ESMTP id 307D712394 for ; Wed, 24 Feb 1999 14:12:45 -0800 (PST) (envelope-from sold@pk.she.de) Received: from pk.she.de (pm235.pk.she.de [194.45.219.235]) by zypresse.pk.she.de (8.9.1/8.7.6) with ESMTP id TAA01208 for ; Wed, 24 Feb 1999 19:15:05 +0100 Received: (from sold@localhost) by pk.she.de (8.8.8/8.8.8) id TAA00351; Wed, 24 Feb 1999 19:10:49 +0100 (CET) (envelope-from sold) From: Christoph Sold MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="krdoLYk8ch" Content-Transfer-Encoding: 7bit Date: Wed, 24 Feb 1999 19:10:49 +0100 (CET) To: FreeBSD-Stable@FreeBSD.org Subject: 2.2.8-S => 3.1-S make aout-to-elf-build fails X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <14036.16136.313480.359293@localhost.pk.she.de> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --krdoLYk8ch Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit The subject says it all. This is my only machine, and I got only a slow modem connection to the 'net. Any ideas how to get this sucker up to speed? Thanks in advance -Christoph Sold P.S: Boring details follow... ------ root@cheasy[/home/sold/cvsup]$ uname -a FreeBSD cheasy.pk.she.de 2.2.8-STABLE FreeBSD 2.2.8-STABLE #0: Thu Jan 14 18:44:46 CET 1999 sold@cheasy.pk.she.de:/usr/src/sys/compile/CHEASY-STABLE i386 root@cheasy[/usr/src]$ tail -n 20 aout-to-elf-build.out ===> sbin/clri cc -nostdinc -O -pipe -I/usr/obj/aout/usr/src/tmp/usr/include -c /usr/src/sbin/clri/clri.c cc -nostdinc -O -pipe -I/usr/obj/aout/usr/src/tmp/usr/include -static -o clri clri.o gzip -cn /usr/src/sbin/clri/clri.8 > clri.8.gz ===> sbin/dhclient *** Error code 2 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. ------ Source updated using the attached supfiles on Feb 19. --krdoLYk8ch Content-Type: text/plain Content-Description: stable-supfile Content-Disposition: inline; filename="stable-supfile" Content-Transfer-Encoding: 7bit # $Id: stable-supfile,v 1.14 1999/02/11 18:14:03 jdp Exp $ # # This file contains all of the "CVSup collections" that make up the # FreeBSD-stable source tree. # # CVSup (CVS Update Protocol) allows you to download the latest CVS # tree (or any branch of development therefrom) to your system easily # and efficiently (far more so than with sup, which CVSup is aimed # at replacing). If you're running CVSup interactively, and are # currently using an X display server, you should run CVSup as follows # to keep your CVS tree up-to-date: # # cvsup stable-supfile # # If not running X, or invoking cvsup from a non-interactive script, then # run it as follows: # # cvsup -g -L 2 stable-supfile # # You may wish to change some of the settings in this file to better # suit your system: # # host=CHANGE_THIS.FreeBSD.org # This specifies the server host which will supply the # file updates. You must change it to one of the CVSup # mirror sites listed in the FreeBSD Handbook at # http://www.freebsd.org/handbook/mirrors.html. # You can override this setting on the command line # with cvsup's "-h host" option. # # base=/usr # This specifies the root where CVSup will store information # about the collections you have transferred to your system. # A setting of "/usr" will generate this information in # /usr/sup. Even if you are CVSupping a large number of # collections, you will be hard pressed to generate more than # ~1MB of data in this directory. You can override the # "base" setting on the command line with cvsup's "-b base" # option. This directory must exist in order to run CVSup. # # prefix=/usr # This specifies where to place the requested files. A # setting of "/usr" will place all of the files requested # in "/usr/src" (e.g., "/usr/src/bin", "/usr/src/lib"). # The prefix directory must exist in order to run CVSup. # ############################################################################### # # DANGER! WARNING! LOOK OUT! VORSICHT! # # If you add any of the ports collections to this file, be sure to # specify them like this: # # ports-all tag=. # # If you leave out the "tag=." portion, CVSup will delete all of # the files in your ports tree. That is because the ports collections # do not use the same tags as the main part of the FreeBSD source tree. # ############################################################################### # Defaults that apply to all the collections # # IMPORTANT: Change the next line to use one of the CVSup mirror sites # listed at http://www.freebsd.org/handbook/mirrors.html. *default host=cvsup2.de.FreeBSD.org *default base=/usr *default prefix=/usr # The following line is for 3-stable. If you want 2.2-stable, change # "RELENG_3" to "RELENG_2_2". *default release=cvs tag=RELENG_3 *default delete use-rel-suffix # If your network link is a T1 or faster, comment out the following line. *default compress ## Main Source Tree. # # The easiest way to get the main source tree is to use the "src-all" # mega-collection. It includes all of the individual "src-*" collections, # except "src-crypto", "src-eBones", and "src-secure". src-all ports-all tag=. # These are the individual collections that make up "src-all". If you # use these, be sure to comment out "src-all" above. #src-base #src-bin #src-contrib #src-etc #src-games #src-gnu #src-include #src-kerberosIV #src-lib #src-libexec #src-release #src-sbin #src-share #src-sys #src-tools #src-usrbin #src-usrsbin ## Export-restricted collections. # # Only people in the USA and Canada may fetch these collections. If # you are not in the USA or Canada, please use the collections in the # "secure-supfile" instead. src-crypto #src-eBones #src-secure --krdoLYk8ch Content-Type: text/plain Content-Description: secure-stable-supfile Content-Disposition: inline; filename="secure-stable-supfile" Content-Transfer-Encoding: 7bit # $Id: secure-stable-supfile,v 1.2.2.5 1997/10/14 03:24:36 jdp Exp $ # # This file contains all of the "CVSup collections" that make up the # source tree of the FreeBSD-stable international secure distribution. # If you are outside the USA or Canada, use this file. # # CVSup (CVS Update Protocol) allows you to download the latest CVS # tree (or any branch of development therefrom) to your system easily # and efficiently (far more so than with sup, which CVSup is aimed # at replacing). If you're running CVSup interactively, and are # currently using an X display server, you should run CVSup as follows # to keep your CVS tree up-to-date: # # cvsup secure-stable-supfile # # If not running X, or invoking cvsup from a non-interactive script, then # run it as follows: # # cvsup -g -L 2 secure-stable-supfile # # You may wish to change some of the settings in this file to better # suit your system: # # base=/usr # This specifies the root where CVSup will store information # about the collections you have transferred to your system. # A setting of "/usr" will generate this information in # /usr/sup. Even if you are CVSupping a large number of # collections, you will be hard pressed to generate more than # ~1MB of data in this directory. You can override the # "base" setting on the command line with cvsup's "-b base" # option. This directory must exist in order to run CVSup. # # prefix=/usr # This specifies where to place the requested files. A # setting of "/usr" will place all of the files requested # in "/usr/src" (i.e., "/usr/src/eBones" and "/usr/src/secure"). # The prefix directory must exist in order to run CVSup. # Defaults that apply to all the collections *default host=cvsup.internat.FreeBSD.org *default base=/usr #*default host=storm.sea.uct.ac.za #*default host=ftp.iqm.unicamp.br #*default host=nic.funet.fi *default prefix=/usr # The following line is for 2.2-stable. If you want 2.1-stable, change # "RELENG_2_2" to "RELENG_2_1_0". *default release=cvs tag=RELENG_3 *default delete use-rel-suffix # If your network link is a T1 or faster, comment out the following line. *default compress ## The international secure collections. src-crypto src-eBones src-secure --krdoLYk8ch-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Feb 24 14:19:26 1999 Delivered-To: freebsd-stable@freebsd.org Received: from itsdsv1.enc.edu (fw1.enc.edu [207.95.42.127]) by hub.freebsd.org (Postfix) with ESMTP id ED8EB122E6 for ; Wed, 24 Feb 1999 14:15:31 -0800 (PST) (envelope-from owensc@enc.edu) Received: from enc.edu ([10.1.20.106]) by itsdsv1.enc.edu (8.7.5/8.7.3) with ESMTP id HAA17372; Wed, 24 Feb 1999 07:48:51 -0500 (EST) Message-ID: <36D3F3DF.E8674F48@enc.edu> Date: Wed, 24 Feb 1999 07:43:11 -0500 From: Charles Owens Organization: Eastern Nazarene College X-Mailer: Mozilla 4.5 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: jarvis@guru.wow.aust.com Cc: FreeBSD Stable Subject: Re: Help with NIS - reposted References: <36D36892.F8503926@guru.wow.aust.com> Content-Type: multipart/mixed; boundary="------------A79DF1523498D61D93436CB6" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. --------------A79DF1523498D61D93436CB6 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I've had some trouble with this sort of thing before. I never spent enough time with it to really be sure what the issue is... I just poked and kicked until it started working. What I did was to use ftp to move a copy of the maps down to the slave master. After I did this once, the maps would push out successfully. Chuck Jarvis Cochrane wrote: > Hi, > > I'm running two Freebsd 2.2.8 machines as a NIS master (and client of > itself!) and NIS client, respectively. > > I would like to set up the second machine, currently the NIS client > only, as a slave master. When I try to start ypserv on the client, it > start ok, and doesn't leave any messages in /var/log/messages or > anything like that. > > But, when I do a 'make all' in /var/yp to push the maps to the new slave > > master, I get: > > rome# make all > Updating passwd.byname... > yppush: transfer of map passwd.byname to server > alexandria.murdoch.edu.au failed > yppush: status returned by ypxfr: Domain not supported by server > Pushed passwd.byname map. > Updating passwd.byuid... > yp_mkdb: duplicate key '0' - skipping > yppush: transfer of map passwd.byuid to server alexandria.murdoch.edu.au > > failed > yppush: status returned by ypxfr: Domain not supported by server > Pushed passwd.byuid map. > make: cannot open ../Makefile. > *** Error code 2 > > Stop. > rome# > > (rome is my NIS master, and alexandria is the slave). > > I've put alexandria in /var/yp/ypservers and enabled 'push' in > /var/yp/Makefile. > > I assume that I need to tell ypserv on alexandria that it is (a) a slave > > and (b) that it's master is rome (see the sense in my naming convention? > > Rome is the middle of my little empire, and the master of all things!), > but how do I do this? > > Thanks for your help in advance, and thanks for a _great_ OS! > > Jarvis > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message -- --- ------------------------------------------------------------------------- Charles N. Owens Email: owensc@enc.edu http://www.enc.edu/~owensc Network & Systems Administrator Information Technology Services "Outside of a dog, a book is a man's Eastern Nazarene College best friend. Inside of a dog it's too dark to read." - Groucho Marx ------------------------------------------------------------------------- --------------A79DF1523498D61D93436CB6 Content-Type: text/x-vcard; charset=us-ascii; name="owensc.vcf" Content-Transfer-Encoding: 7bit Content-Description: Card for Charles Owens Content-Disposition: attachment; filename="owensc.vcf" begin:vcard n:Owens;Charles tel;fax:617-745-7907 tel;work:617-745-3725 x-mozilla-html:FALSE url:http://www.enc.edu/~owensc org:Eatern Nazarene College;Information Technology Services adr:;;23 East Elm Avenue;Quincy;MA;02170;USA version:2.1 email;internet:owensc@enc.edu title:Network & Systems Coordinator x-mozilla-cpt:;0 fn:Charles N. Owens end:vcard --------------A79DF1523498D61D93436CB6-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Feb 24 15:11:46 1999 Delivered-To: freebsd-stable@freebsd.org Received: from quackerjack.cc.vt.edu (quackerjack.cc.vt.edu [198.82.160.250]) by hub.freebsd.org (Postfix) with ESMTP id 0028A1171F for ; Wed, 24 Feb 1999 15:11:41 -0800 (PST) (envelope-from jobaldwi@vt.edu) Received: from sable.cc.vt.edu (sable.cc.vt.edu [128.173.16.30]) by quackerjack.cc.vt.edu (8.8.8/8.8.8) with ESMTP id SAA07834; Wed, 24 Feb 1999 18:11:11 -0500 (EST) Received: from john.baldwin.cx (jobaldwi.campus.vt.edu [198.82.67.63]) by sable.cc.vt.edu (8.8.8/8.8.8) with ESMTP id SAA23974; Wed, 24 Feb 1999 18:11:10 -0500 (EST) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Wed, 24 Feb 1999 18:11:09 -0500 (EST) From: John Baldwin To: "Joe \"Marcus\" Clarke" Subject: Re: 3.1 Release splash image Cc: freebsd-stable@freebsd.org, William Lloyd Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I did a somewhat cheesy one as a takeoff of the moon shot for 3.1, but I sent Chuck out a bit farther. You can find it at http://members.freedomnet.com/~jbaldwin/bsd_splash.bmp If anyone feels like adding something to it, feel free, just send me back the results.. It does need Chuck in there somewhere... :) On 24-Feb-99 Joe \"Marcus\" Clarke wrote: > I took the Moon shot and made a 3.1 spalsh screen out of it. It can be > downloaded from http://jaguar.ir.miami.edu/~marcus/fbsd_splash.bmp > > Joe Clarke > > On Tue, 23 Feb 1999, William Lloyd wrote: > >> >> I don't remember seeing any links to images that people are using as >> splash screens for 3.1. I do think that at some point somebody >> should "bless" a splash image for a release. FreeBSD is a great >> OS, nothing wrong with a little promotional real estate. >> >> Perhaps WC has the intention of using the CD-ROM cover image ? >> >> I make no claims about artistic talent, I was playing in gimp. >> The artwork is obviously stolen from one of the freebsd www banners ;-) >> >> http://www.slap.net/~wlloyd >> >> -bill >> >> -- >> William Lloyd mailto:wlloyd@mpd.ca | http://www.mpd.ca >> >> >> To Unsubscribe: send mail to majordomo@FreeBSD.org >> with "unsubscribe freebsd-stable" in the body of the message >> > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message --- John Baldwin -- http://members.freedomnet.com/~jbaldwin/ PGP Key: http://members.freedomnet.com/~jbaldwin/pgpkey.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Feb 24 15:48:47 1999 Delivered-To: freebsd-stable@freebsd.org Received: from tiger.ziplink.net (tiger.ziplink.net [208.196.97.189]) by hub.freebsd.org (Postfix) with ESMTP id E3AC414C0D for ; Wed, 24 Feb 1999 15:48:38 -0800 (PST) (envelope-from tishi@ziplink.net) Received: from localhost (tishi@localhost) by tiger.ziplink.net (8.8.5/8.8.5) with SMTP id SAA03807 for ; Wed, 24 Feb 1999 18:48:21 -0500 (EST) X-Authentication-Warning: tiger.ziplink.net: tishi owned process doing -bs Date: Wed, 24 Feb 1999 18:48:21 -0500 (EST) From: Tom Ishikawa To: freebsd-stable@freebsd.org Subject: Problem w/ 3.1-STABLE/RELEASE Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I recently installed 3.1-STABLE and have a problem. My PC does not boot any more. It's said 'invalid format' and repeats 'boot.help' file. I tried 3.1-RELEASE, 3.0-19990209-STABLE, and 4.0-19990223-SNAP and those gives me the same error. my system is P-II 450, GA-6BXC motherboard. any hints or suggestions? BTW, it works w/ 2.2.8-RELEASE. thanx -tishi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Feb 24 16:15:32 1999 Delivered-To: freebsd-stable@freebsd.org Received: from pop.uniserve.com (pop.uniserve.com [204.244.156.3]) by hub.freebsd.org (Postfix) with SMTP id 3352A14C43 for ; Wed, 24 Feb 1999 16:14:49 -0800 (PST) (envelope-from tom@uniserve.com) Received: from shell.uniserve.ca [204.244.186.218] by pop.uniserve.com with smtp (Exim 1.82 #4) id 10FUl6-0000s5-00; Tue, 23 Feb 1999 19:13:12 -0800 Date: Tue, 23 Feb 1999 19:13:09 -0800 (PST) From: Tom X-Sender: tom@shell.uniserve.ca To: Jarvis Cochrane Cc: FreeBSD Stable Subject: Re: Help with NIS - reposted In-Reply-To: <36D36892.F8503926@guru.wow.aust.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 24 Feb 1999, Jarvis Cochrane wrote: > yppush: status returned by ypxfr: Domain not supported by server > Pushed passwd.byname map. I don't think the YP domainname is the same on both servers. Use "domainaname" to view/set the YP domainname. Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Feb 24 16:17:10 1999 Delivered-To: freebsd-stable@freebsd.org Received: from alecto.physics.uiuc.edu (alecto.physics.uiuc.edu [130.126.8.20]) by hub.freebsd.org (Postfix) with ESMTP id 273C114C1C for ; Wed, 24 Feb 1999 16:17:06 -0800 (PST) (envelope-from igor@alecto.physics.uiuc.edu) Received: (from igor@localhost) by alecto.physics.uiuc.edu (8.9.0/8.9.0) id SAA13520; Wed, 24 Feb 1999 18:16:49 -0600 (CST) From: Igor Roshchin Message-Id: <199902250016.SAA13520@alecto.physics.uiuc.edu> Subject: FreeBSD [3.1] is Unix ??? (Was: Re: 3.1 Release splash image) In-Reply-To: from "Joe \"Marcus\" Clarke" at "Feb 24, 1999 5: 1:37 pm" To: marcus@miami.edu (Joe "Marcus" Clarke) Date: Wed, 24 Feb 1999 18:16:49 -0600 (CST) Cc: stable@freebsd.org X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello! On that screen image I see the word "Unix". I wonder - how about the statement that FreeBSD is not a Unix, but a Unix-like system ? (see http://www.UNIX-systems.org/ by the Opengroup) This is actually a wider question, then just about the splash screen. I remember a discussion some time ago about that, and somebody pointed out that (at that time) www.freebsd.org was referring to FreeBSD as a Unix-like system. However, now www.freebsd.org says "Unix".. Did anything change ? Igor (Sorry, it should be probably addressed to -questions) > I took the Moon shot and made a 3.1 spalsh screen out of it. It can be > downloaded from http://jaguar.ir.miami.edu/~marcus/fbsd_splash.bmp > > Joe Clarke > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Feb 24 17:16:14 1999 Delivered-To: freebsd-stable@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id 67DAE14C8F for ; Wed, 24 Feb 1999 17:16:12 -0800 (PST) (envelope-from dkelly@nospam.hiwaay.net) Received: from nospam.hiwaay.net (tnt8-216-180-14-39.dialup.HiWAAY.net [216.180.14.39] (may be forged)) by mail.HiWAAY.net (8.9.1a/8.9.0) with ESMTP id TAA23735; Wed, 24 Feb 1999 19:15:54 -0600 (CST) Received: from nospam.hiwaay.net (localhost [127.0.0.1]) by nospam.hiwaay.net (8.9.2/8.9.2) with ESMTP id TAA47809; Wed, 24 Feb 1999 19:15:52 -0600 (CST) (envelope-from dkelly@nospam.hiwaay.net) Message-Id: <199902250115.TAA47809@nospam.hiwaay.net> X-Mailer: exmh version 2.0.2 2/24/98 To: Igor Roshchin Cc: marcus@miami.edu (Joe "Marcus" Clarke), stable@FreeBSD.ORG From: David Kelly Subject: Re: FreeBSD [3.1] is Unix ??? (Was: Re: 3.1 Release splash image) In-reply-to: Message from Igor Roshchin of "Wed, 24 Feb 1999 18:16:49 CST." <199902250016.SAA13520@alecto.physics.uiuc.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 24 Feb 1999 19:15:51 -0600 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Igor Roshchin writes: > Hello! > > > On that screen image I see the word "Unix". > I wonder - how about the statement that FreeBSD is not a Unix, > but a Unix-like system ? > (see http://www.UNIX-systems.org/ by the Opengroup) It all has to do with who owns the trademark to the name, "Unix". FreeBSD, Inc., does not own that trademark and does not pay tribute for the use of the name. Therefore FreeBSD is only "Unix-like". In reality FreeBSD is a true blue-blood Un*x system, traceable to the origins of Unix. -- David Kelly N4HHE, dkelly@nospam.hiwaay.net ===================================================================== The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Feb 24 17:26:26 1999 Delivered-To: freebsd-stable@freebsd.org Received: from dfw-ix8.ix.netcom.com (dfw-ix8.ix.netcom.com [206.214.98.8]) by hub.freebsd.org (Postfix) with ESMTP id EF73914C47 for ; Wed, 24 Feb 1999 17:26:19 -0800 (PST) (envelope-from asami@stampede.cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix8.ix.netcom.com (8.8.4/8.8.4) id TAA10395; Wed, 24 Feb 1999 19:25:46 -0600 (CST) Received: from sji-ca44-119.ix.netcom.com(209.111.212.247) by dfw-ix8.ix.netcom.com via smap (V1.3) id rma010359; Wed Feb 24 19:25:14 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id RAA36024; Wed, 24 Feb 1999 17:25:10 -0800 (PST) Date: Wed, 24 Feb 1999 17:25:10 -0800 (PST) Message-Id: <199902250125.RAA36024@silvia.hip.berkeley.edu> To: wlloyd@tolstoy.mpd.ca Cc: freebsd-stable@freebsd.org In-reply-to: <19990223224829.A3826@tolstoy.mpd.ca> (message from William Lloyd on Tue, 23 Feb 1999 22:48:29 -0500) Subject: Re: 3.1 Release splash image From: asami@freebsd.org (Satoshi Asami) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * From: William Lloyd * I don't remember seeing any links to images that people are using as * splash screens for 3.1. I do think that at some point somebody * should "bless" a splash image for a release. FreeBSD is a great * OS, nothing wrong with a little promotional real estate. I just grabbed the original powerlogo and converted it to bmp. Still looks nice and cute. (And I can use it on all machines regardless of the version. :) http://www.freebsd.org/~asami/images/powerlogo.bmp Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Feb 24 18: 8:45 1999 Delivered-To: freebsd-stable@freebsd.org Received: from bastuba.partitur.se (bastuba.partitur.se [193.219.246.194]) by hub.freebsd.org (Postfix) with ESMTP id 9FE5714BE9; Wed, 24 Feb 1999 18:08:38 -0800 (PST) (envelope-from girgen@partitur.se) Received: from partitur.se (solist.partitur.se [193.219.246.204]) by bastuba.partitur.se (8.8.8/8.8.8) with ESMTP id DAA24627; Thu, 25 Feb 1999 03:08:21 +0100 (CET) (envelope-from girgen@partitur.se) Message-ID: <36D4B092.8B076D55@partitur.se> Date: Thu, 25 Feb 1999 03:08:18 +0100 From: Palle Girgensohn Organization: Partitur X-Mailer: Mozilla 4.5 [en] (X11; I; SunOS 5.6 sun4u) X-Accept-Language: sv, en MIME-Version: 1.0 To: freebsd-stable@freebsd.org Cc: freebsd-current@freebsd.org Subject: panic: aha0 Invalid CCB or SG list Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG (Sorry for the crosspost, but I'd like to now if this is fixed in -current) Hi! I've seen three crashes in the last couple of weeks, with a server box that's been running stable as a rock for two years, at least. It has an adaptec 2940UW with six disks, and an adaptec 1542CP that's connected to a seagate travan tape driver. It's running STABLE-3.1 from Feb 19 1999, and since the last upgrade, I've seen three crashes, all related to dumping to tape. Since I got no info on what happened, I decided to sit down with the machine, run a backup sequence to tape, and wait for it to possibly crash. After 90 minutes, I was about to give up when suddenly, poof: panic: aha0 Invalid CCB or SG list. So, it's probably the 1540 driver (or hardware)? Can anybody shed some light on what to do? Is it software? That's my guess, since the machine never ONCE has crashed until the upgrade to 3.x. I had one crash when running current form beginning of January (soon after moving to 3.x), and now theese three in a week. The 1540 has been in the machine for about six months. Before starting the panicking backup, I spawned off a few logs: netstat -I de0 -w 5 and vmstat -p sa -p da -w 5 I'm not sure how to interpret them, but there's an excerpt at the end of this mail of the vmstat output (it stops in the middle of a row, when the crash occurred). The backups are made with amanda (see the ports collection), and uses gzip, hence the outbursts of cpu load. The netstat seems pretty uninteresting; quite normal. If there's anything I can do to help debug I'll do it, but device drivers are a little above my level of expertise. Thanks in advance! /Palle Here's a dmesg: Copyright (c) 1992-1999 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 3.1-STABLE #0: Fri Feb 19 23:35:59 CET 1999 girgen@tb303.partitur.se:/usr/src/sys/compile/TRUMPET Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 198948269 Hz CPU: Pentium Pro (198.95-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x617 Stepping=7 Features=0xfbff real memory = 201326592 (196608K bytes) avail memory = 192790528 (188272K bytes) Preloaded elf kernel "kernel" at 0xf02b5000. Probing for devices on PCI bus 0: Correcting Natoma config for non-SMP chip0: rev 0x02 on pci0.0.0 chip1: rev 0x00 on pci0.7.0 ide_pci0: rev 0x00 on pci0.7.1 de0: rev 0x20 int a irq 12 on pci0.11.0 de0: SMC 9332BDT 21140A [10-100Mb/s] pass 2.0 de0: address 00:00:c0:27:eb:e9 vga0: rev 0x54 int a irq 9 on pci0.12.0 ahc0: rev 0x00 int a irq 11 on pci0.13.0 ahc0: aic7880 Wide Channel A, SCSI Id=7, 16/255 SCBs Probing for devices on the ISA bus: sc0 on isa sc0: VGA color <16 virtual consoles, flags=0x0> atkbdc0 at 0x60-0x6f on motherboard atkbd0 irq 1 on isa psm0 not found sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa sio0: type 16550A sio1 at 0x2f8-0x2ff irq 3 on isa sio1: type 16550A psm0 not found at 0x60 fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: FIFO enabled, 8 bytes threshold fd0: 1.44MB 3.5in wdreset: error1: 0x0 wdreset: error1: 0x0 wdc0 not found at 0x1f0 aha0 at 0x330-0x333 irq 10 drq 7 on isa aha0: AHA-1542CP FW Rev. D.0 (ID=46) SCSI Host Adapter, SCSI ID 7, 16 CCBs vga0 at 0x3c0-0x3df maddr 0xa0000 msize 131072 on isa npx0 on motherboard npx0: INT 16 interface Waiting 5 seconds for SCSI devices to settle de0: enabling 100baseTX port sa0 at aha0 bus 0 target 5 lun 0 sa0: Removable Sequential Access SCSI-2 device sa0: 3.333MB/s transfers (3.333MHz, offset 8) da4 at ahc0 bus 0 target 4 lun 0 da4: Fixed Direct Access SCSI-2 device da4: 40.0MB/s transfers (20.0MHz, offset 8, 16bit), Tagged Queueing Enabled da4: 8683MB (17783240 512 byte sectors: 255H 63S/T 1106C) da0 at ahc0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-2 device da0: 40.0MB/s transfers (20.0MHz, offset 8, 16bit), Tagged Queueing Enabled da0: 2049MB (4197405 512 byte sectors: 255H 63S/T 261C) changing root device to da0s1a da3 at ahc0 bus 0 target 3 lun 0 da3: Fixed Direct Access SCSI-2 device da3: 40.0MB/s transfers (20.0MHz, offset 8, 16bit), Tagged Queueing Enabled da3: 4134MB (8467200 512 byte sectors: 255H 63S/T 527C) da2 at ahc0 bus 0 target 2 lun 0 da2: Fixed Direct Access SCSI-2 device da2: 40.0MB/s transfers (20.0MHz, offset 8, 16bit), Tagged Queueing Enabled da2: 4134MB (8467200 512 byte sectors: 255H 63S/T 527C) da1 at ahc0 bus 0 target 1 lun 0 da1: Fixed Direct Access SCSI-2 device da1: 40.0MB/s transfers (20.0MHz, offset 8, 16bit), Tagged Queueing Enabled da1: 4134MB (8467200 512 byte sectors: 255H 63S/T 527C) WARNING: / was not properly dismounted ffs_mountfs: superblock updated for soft updates ffs_mountfs: superblock updated for soft updates ffs_mountfs: superblock updated for soft updates ffs_mountfs: superblock updated for soft updates ffs_mountfs: superblock updated for soft updates ffs_mountfs: superblock updated for soft updates ffs_mountfs: superblock updated for soft updates ffs_mountfs: superblock updated for soft updates ffs_mountfs: superblock updated for soft updates ffs_mountfs: superblock updated for soft updates --------------- # and here's the kernel config: machine "i386" cpu "I586_CPU" cpu "I686_CPU" ident TRUMPET maxusers 150 options INET #InterNETworking options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options MFS #Memory Filesystem #options MFS_ROOT #MFS usable as root device, "MFS" req'ed options EXPORTMFS options NFS #Network Filesystem #options NFS_ROOT #NFS usable as root device, "NFS" req'ed options MSDOSFS #MSDOS Filesystem options "CD9660" #ISO 9660 Filesystem #options "CD9660_ROOT" #CD-ROM usable as root. "CD9660" req'ed options PROCFS #Process filesystem options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=5000 #Be pessimistic about Joe SCSI device options UCONSOLE #Allow users to grab the console options FAILSAFE #Be conservative options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options NETATALK #options PQ_LARGECACHE # color for 512k/16k cache options INCLUDE_CONFIG_FILE # Include this file in kernel options "NO_F00F_HACK" #This is not a Pentium options SOFTUPDATES config kernel root on da0 controller isa0 controller eisa0 controller pci0 controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 disk fd0 at fdc0 drive 0 options "CMD640" # work around CMD640 chip deficiency controller wdc0 at isa? port "IO_WD1" bio irq 14 disk wd0 at wdc0 drive 0 #disk wd1 at wdc0 drive 1 # A single entry for any of these controllers (ncr, ahb, ahc, amd) is # sufficient for any number of installed devices. controller ahc0 controller aha0 at isa? port ? cam irq ? controller scbus0 device da0 device sa0 options "SA_SPACE_TIMEOUT=(2*60)" options "SA_REWIND_TIMEOUT=(2*60)" options "SA_ERASE_TIMEOUT=(4*60)" device pass0 # atkbdc0 controlls both the keyboard and the PS/2 mouse controller atkbdc0 at isa? port IO_KBD tty device atkbd0 at isa? tty irq 1 device psm0 at isa? tty irq 12 device vga0 at isa? port ? conflicts # syscons is the default console driver, resembling an SCO console device sc0 at isa? tty device npx0 at isa? port "IO_NPX" irq 13 device sio0 at isa? port "IO_COM1" flags 0x10 tty irq 4 device sio1 at isa? port "IO_COM2" tty irq 3 device sio2 at isa? disable port "IO_COM3" tty irq 5 device sio3 at isa? disable port "IO_COM4" tty irq 9 # parallell port controller ppbus0 device nlpt0 at ppbus? device psm0 at isa? port "IO_KBD" conflicts tty irq 12 device de0 #device fxp0 #device vx0 pseudo-device loop pseudo-device ether pseudo-device sl 1 pseudo-device ppp 1 pseudo-device tun 1 pseudo-device pty 16 pseudo-device gzip # Exec gzipped a.out's options SYSVSEM options SYSVSHM options SYSVMSG options "SHMMAXPGS=9000" pseudo-device bpfilter 4 #Berkeley packet filter the result of vmstat -p sa -p da -w 5: procs memory page disks faults cpu r b w avm fre flt re pi po fr sr da0 da1 sa0 in sy cs us sy id 1 7 0 13560 23524 2 0 0 0 1 0 222 0 0 573 3857 1968 76 15 9 1 7 0 14396 21028 8 0 0 0 7 0 224 0 0 535 3942 1837 65 16 19 1 7 0 14608 18604 2 0 0 0 0 0 218 0 0 534 3801 1877 67 13 20 1 5 0 15088 16108 9 0 0 0 7 0 187 0 0 506 3331 1745 62 12 27 3 6 0 15320 13716 2 0 0 0 0 0 209 0 0 552 3716 1905 63 15 22 3 5 0 15620 10768 2 0 0 0 1 0 200 0 0 490 3532 1854 72 17 12 4 4 0 15320 8228 31 0 1 0 36 0 184 0 0 490 4316 1656 65 13 22 1 5 0 15448 9588 3 0 0 0 1 249 178 0 0 521 3160 1819 79 17 4 1 5 0 13600 10256 66 0 1 0 59 209 147 1 0 484 3144 1564 72 17 11 2 6 0 13536 7312 18 0 0 0 8 0 159 0 0 462 3824 1598 64 13 23 0 7 0 14868 10324 54 0 0 0 38 249 155 0 0 457 3114 1379 42 12 46 3 4 0 16004 7016 30 0 0 0 0 0 177 0 0 526 3777 1722 55 14 31 1 5 0 15496 8412 9 0 0 0 9 249 199 0 0 552 3458 1854 74 16 10 1 7 0 15496 11152 13 0 0 0 12 249 183 0 0 513 3210 1698 50 15 35 1 5 0 15708 8688 9 0 0 0 9 0 185 0 0 507 3222 1706 58 13 29 5 4 0 13352 8016 13 0 0 0 12 0 211 0 0 541 4085 2211 21 12 67 4 4 0 15768 6836 18 0 0 0 39 0 207 0 0 531 4726 1930 43 13 44 1 7 0 15600 10168 6 0 1 0 7 250 173 0 0 501 3091 1626 38 12 50 procs memory page disks faults cpu r b w avm fre flt re pi po fr sr da0 da1 sa0 in sy cs us sy id 0 8 0 14676 8368 1 0 0 0 0 0 171 0 0 466 3141 1697 42 11 47 2 6 0 14676 10576 6 0 0 0 7 249 202 0 0 513 3575 1753 69 15 16 4 4 0 13928 7988 18 0 0 0 1 0 185 0 0 500 3285 1717 54 15 31 1 7 0 13772 6708 1 0 0 0 0 0 152 0 0 511 2698 1518 29 10 61 1 5 0 14004 9864 1 0 0 0 1 249 166 0 0 488 2932 1561 40 11 49 4 4 0 11816 8520 1 0 0 0 0 0 137 0 0 484 2438 1365 25 9 66 0 8 0 12148 6608 1 0 0 0 1 0 134 0 0 443 2414 1403 38 12 50 3 4 0 11980 9504 1 0 0 0 0 249 154 0 0 458 2701 1462 45 11 44 1 5 0 12492 10952 1 0 0 0 0 225 191 0 0 500 3383 1809 72 16 12 1 5 0 12972 7280 1 0 0 0 1 0 183 0 0 512 3231 1800 81 19 0 2 5 0 14372 8672 1 0 0 0 0 249 183 0 0 520 3251 1814 84 15 1 3 5 0 14372 10104 1 0 0 0 0 249 183 0 0 494 3220 1762 84 15 1 2 5 0 13148 6552 1 0 0 0 0 0 176 0 0 485 3109 1767 82 16 2 1 7 0 13148 8424 1 0 0 0 0 250 184 0 0 475 3231 1769 71 13 15 1 8 0 13208 11040 2 0 0 0 16 249 186 0 0 450 3308 1666 48 14 38 2 7 0 13484 7164 1 0 0 0 0 0 191 0 17 458 3548 1703 42 17 41 4 4 0 14368 7560 1 0 0 0 0 252 207 1 18 482 3829 1733 56 19 25 0 8 0 14368 6572 1 0 0 0 1 253 167 1 18 447 3142 1715 74 21 5 procs memory page disks faults cpu r b w avm fre flt re pi po fr sr da0 da1 sa0 in sy cs us sy id 1 8 0 13900 7300 1 0 0 0 1 252 157 0 18 426 3055 1544 41 17 42 1 7 0 13900 7728 1 0 0 0 1 250 178 0 18 461 3485 1689 44 19 37 3 7 0 13460 8952 1 0 0 0 0 250 195 0 18 456 3720 1813 36 14 50 2 7 0 13940 10544 1 0 0 0 1 249 174 0 12 465 3194 1609 43 17 41 1 7 0 14524 7384 1 0 0 0 1 0 170 0 8 417 3095 1561 53 15 31 1 9 0 14824 8384 1 0 0 0 0 249 156 0 18 416 2963 1482 33 18 49 0 9 0 14752 10192 1 0 0 0 1 250 199 0 18 492 3988 2012 23 17 60 0 9 0 13964 6836 1 0 0 0 0 0 210 0 18 469 4218 2123 27 18 55 2 8 0 13016 8604 1 0 0 0 1 250 209 0 18 661 4203 2307 27 17 56 3 6 0 12716 9568 1 0 0 0 1 205 192 0 18 496 3955 2122 21 14 65 2 7 0 12576 10544 1 0 0 0 1 202 192 1 18 496 3949 2090 23 14 64 1 7 0 12996 8428 1 0 0 0 0 0 196 0 14 444 3703 1871 50 17 33 2 7 0 13328 6804 1 0 0 0 1 0 190 0 0 434 3484 1799 50 15 35 3 5 0 13328 9400 1 0 0 0 0 249 198 1 0 538 3419 1862 71 15 15 1 7 0 13540 47520 1 0 0 0 2023 0 173 0 0 535 2885 1689 60 15 24 2 7 0 12228 47096 21 0 2 0 20 0 96 0 0 335 1804 932 14 8 79 0 8 0 14300 45400 1 0 0 0 0 0 146 0 0 390 2634 1426 42 12 46 2 4 0 14300 43744 1 0 0 0 0 0 190 0 0 442 3377 1763 48 14 39 procs memory page disks faults cpu r b w avm fre flt re pi po fr sr da0 da1 sa0 in sy cs us sy id 3 4 0 13556 41908 1 0 0 0 0 0 188 0 0 452 3298 1631 51 14 35 1 6 0 13076 40540 1 0 0 0 1 0 167 1 0 497 3016 1669 42 11 47 2 6 0 11140 39564 1 0 0 0 0 0 148 1 0 542 2615 1589 27 11 61 1 7 0 11140 38308 1 0 0 0 1 0 189 1 0 435 3409 1712 41 14 45 0 7 0 11744 36996 8 0 0 0 8 0 161 0 0 413 2939 1546 38 10 52 1 8 0 15456 35028 135 0 4 0 140 0 123 1 0 559 3471 1273 28 12 60 2 7 0 15620 32648 1 0 0 0 0 0 0 1 15 1990 3691 1850 6 19 75 0 9 0 15620 29692 1 0 0 0 0 0 0 0 18 1422 2596 1289 4 14 81 3 7 0 16648 26612 9 0 1 0 1 0 2 0 18 540 842 390 1 8 91 1 8 0 11684 23796 9 0 0 0 16 0 1 0 18 561 889 404 1 8 91 1 8 0 14036 20848 4 0 0 0 4 0 1 0 18 558 857 404 1 7 92 1 8 0 13164 17960 1 0 0 0 0 0 1 0 18 538 814 376 1 7 91 1 8 0 11640 15020 1 0 0 0 1 0 2 0 18 535 781 383 1 8 90 1 8 0 9908 12124 1 0 0 0 0 0 0 0 18 474 671 321 1 7 93 010 0 9256 8100 1 0 0 0 0 0 1 0 18 441 521 288 1 5 94 1 8 0 9424 9264 1 0 0 0 0 249 0 1 18 451 517 298 1 6 93 3 6 0 9656 11344 1 0 0 0 1 252 1 1 18 431 592 277 5 7 87 2 9 0 15776 7204 55 0 1 0 7 0 1 0 18 465 2907 1754 18 13 69 procs memory page disks faults cpu r b w avm fre flt re pi po fr sr da0 da1 sa0 in sy cs us sy id 2 7 0 16876 10056 54 0 0 0 1 251 0 1 5 448 3551 1676 11 12 77 0 6 0 14628 8896 14 0 0 0 99 0 0 0 17 314 9091 445 80 9 11 1 8 0 15108 8720 2 0 0 0 1 249 0 0 18 429 2817 1382 56 16 28 1 6 0 15108 8528 1 0 0 0 0 249 0 2 18 519 4204 1944 72 22 6 3 6 0 16232 8320 1 0 0 0 1 255 1 1 18 516 4381 1905 74 21 5 1 6 0 16052 8160 1 0 0 0 0 250 1 0 18 526 4543 2031 71 20 9 1 6 0 15128 7952 1 0 0 0 1 253 0 0 18 536 4625 2024 71 24 5 2 7 0 13396 8560 1 0 0 0 0 253 0 0 18 531 3598 1692 48 19 33 5 3 0 13096 9248 2 0 0 0 1 252 0 1 18 541 3680 1703 45 16 40 1 6 0 13096 9232 1 0 0 0 0 249 0 1 18 521 4385 1932 66 22 12 4 5 0 13980 9592 1 0 0 0 1 250 1 1 18 534 4180 1854 55 20 25 1 7 0 13980 10464 1 0 0 0 1 254 0 0 18 503 3808 1749 40 16 44 6 4 0 14312 10384 1 0 0 0 0 255 0 0 18 488 3727 1841 61 18 21 3 6 0 13096 10640 1 0 0 0 1 250 0 0 18 532 4238 1898 57 20 24 1 6 0 14352 9840 1 0 0 0 1 251 0 0 18 477 3492 1879 63 22 15 1 8 0 15520 9456 1 0 0 0 1 249 0 0 18 482 3470 1803 56 22 21 1 6 0 16092 10224 5 0 0 0 4 249 1 0 18 573 4353 1921 45 17 37 1 6 0 16932 9712 1 0 0 0 0 249 0 8 18 479 3184 1657 62 18 20 procs memory page disks faults cpu r b w avm fre flt re pi po fr sr da0 da1 sa0 in sy cs us sy id 1 6 0 16040 9936 1 0 0 0 0 249 0 0 18 569 4936 2127 61 21 18 3 5 0 14308 8280 1 0 0 0 1 251 0 1 18 436 3118 1807 77 23 0 1 6 0 13936 8404 12 0 0 0 6 251 1 0 7 420 2990 1789 81 19 0 2 6 0 13096 7464 1 0 0 0 0 250 0 0 14 421 2999 1767 77 23 0 3 5 0 13328 10848 1 0 0 0 1 501 2 0 18 442 3077 1826 76 24 0 1 6 0 14296 9116 1 0 0 0 0 249 1 1 18 441 3065 1748 77 23 0 1 8 0 14628 7304 1 0 0 0 0 249 0 0 18 438 3153 1846 77 23 0 1 6 0 14064 10472 1 0 0 0 1 499 0 2 18 452 3230 1872 76 24 0 1 6 0 15620 8644 1 0 0 0 0 249 0 0 18 442 3222 1861 76 24 0 2 6 0 15948 6680 1 0 0 0 0 249 0 0 18 445 3215 1880 80 20 0 4 5 0 16520 9736 3 0 0 0 2 498 0 0 18 442 3240 1847 78 22 0 1 8 0 16520 7800 1 0 0 0 0 250 1 0 18 453 3265 1910 78 22 0 1 6 0 15328 10944 1 0 0 0 1 500 0 0 18 455 3217 1889 76 24 0 2 5 0 13596 9040 1 0 0 0 0 250 0 0 18 453 3253 1854 78 22 0 1 6 0 13224 7136 1 0 0 0 0 249 0 0 18 446 3241 1847 74 26 0 1 6 0 13224 10248 1 0 0 0 1 498 0 0 18 447 3231 1872 74 26 0 3 4 0 13456 8304 1 0 0 0 0 249 0 1 18 475 3242 1906 77 23 0 1 8 0 13792 11184 1 0 0 0 1 498 1 1 18 476 3206 1871 80 20 0 procs memory page disks faults cpu r b w avm fre flt re pi po fr sr da0 da1 sa0 in sy cs us sy id 2 7 0 14124 9320 1 0 0 0 1 249 0 0 18 461 3261 1929 77 23 0 1 6 0 13560 7416 1 0 0 0 0 249 0 0 18 447 3213 1866 77 22 0 1 6 0 14816 10440 31 0 2 0 22 498 3 0 18 452 3218 1862 77 23 0 1 6 0 16212 8512 1 0 0 0 0 249 0 0 18 462 3236 1864 77 22 0 1 6 0 16852 7824 2 0 0 0 1 249 2 0 9 443 3252 1914 82 18 0 1 6 0 16852 8488 1 0 0 0 1 249 1 0 1 434 3236 1930 83 17 0 2 5 0 15628 6608 1 0 0 0 0 250 2 0 18 449 3238 1873 76 24 0 1 6 0 13896 9728 1 0 0 0 1 499 0 0 18 445 3181 1874 77 23 0 2 6 0 16180 11344 49 0 2 0 11 498 2 1 18 488 3462 1788 75 24 2 1 6 0 15376 9328 8 0 0 0 42 249 2 1 18 480 3775 1858 74 24 2 3 4 0 15044 7764 52 0 1 0 47 249 1 1 18 445 4135 1723 73 26 2 1 6 0 15044 11216 1 0 0 0 2 502 2 0 18 453 2974 1715 69 24 7 2 6 0 15036 9480 1 0 0 0 0 249 1 0 18 447 3093 1769 74 23 3 1 6 0 16092 7312 56 0 1 0 24 251 1 1 18 440 4371 1874 73 27 0 1 7 0 15864 6680 55 0 1 0 79 250 0 1 18 448 4002 1674 68 25 6 1 6 0 16760 10328 1 0 0 0 1 499 1 0 18 471 2826 1677 70 22 8 1 6 0 16428 8584 1 0 0 0 0 249 0 0 18 451 3125 1830 81 19 0 2 6 0 16920 6656 53 0 1 0 14 251 1 2 18 460 3556 1721 72 25 3 procs memory page disks faults cpu r b w avm fre flt re pi po fr sr da0 da1 sa0 in sy cs us sy id 1 8 0 15368 10896 4 0 0 0 38 500 1 1 18 428 3437 1743 79 21 1 2 7 0 14472 9496 1 0 0 0 1 249 0 1 18 594 2877 1952 67 26 7 1 6 0 14640 7648 1 0 0 0 0 249 0 1 18 520 3097 1885 73 25 2 1 6 0 14988 10728 1 0 0 0 1 498 0 0 18 479 3205 1895 77 23 0 1 6 0 14720 8812 2 0 0 0 1 249 0 0 18 468 3189 1875 75 24 0 1 6 0 14580 6968 1 0 0 0 1 249 1 1 18 463 3178 1852 76 24 0 2 7 0 14912 10272 1 0 0 0 1 498 0 0 18 570 3049 1996 77 23 0 2 6 0 13696 10432 1 0 0 0 0 249 1 0 5 509 3108 1941 81 19 0 1 6 0 14640 9288 1 0 0 0 1 252 0 1 15 434 3045 1743 78 22 0 4 4 0 16372 7624 1 0 0 0 1 250 0 0 18 429 3059 1728 78 22 0 1 8 0 16040 11000 1 0 0 0 1 498 0 0 18 427 3033 1712 78 22 0 1 6 0 15296 9456 1 0 0 0 0 249 0 0 18 446 3010 1751 76 24 0 1 8 0 14480 7500 1 0 0 0 0 247 1 0 18 437 3188 1836 77 23 0 1 8 0 12748 10672 1 0 0 0 1 501 1 1 18 455 3192 1873 77 23 0 1 6 0 12748 8776 1 0 0 0 1 249 0 0 18 438 3208 1874 76 24 0 1 7 0 13312 6872 1 0 0 0 0 249 0 0 18 438 3207 1851 78 22 0 1 6 0 12980 9968 1 0 0 0 1 500 0 0 18 460 3219 1871 75 25 0 1 6 0 12980 8040 1 0 0 0 0 249 0 1 18 454 3197 1856 76 24 0 procs memory page disks faults cpu r b w avm fre flt re pi po fr sr da0 da1 sa0 in sy cs us sy id 4 4 0 13684 11144 2 0 0 0 2 498 1 1 18 440 3231 1824 76 24 0 1 6 0 13120 9240 1 0 0 0 0 249 0 1 18 438 3222 1835 75 25 0 1 6 0 14344 7312 1 0 0 0 0 249 0 0 18 437 3209 1873 77 23 0 1 6 0 16076 10432 1 0 0 0 1 498 0 0 18 459 3202 1882 75 25 0 1 6 0 15704 8412 1 0 0 0 1 249 0 0 18 460 3196 1870 76 24 0 1 6 0 14960 6568 1 0 0 0 0 249 0 0 18 437 3210 1853 73 27 0 2 5 0 14780 9672 1 0 0 0 1 501 1 0 18 437 3197 1844 77 23 0 1 6 0 13048 7768 1 0 0 0 0 249 0 0 18 436 3224 1821 76 24 0 1 6 0 12748 10960 1 0 0 0 1 500 0 0 18 435 3187 1845 77 23 0 1 6 0 13312 10544 1 0 0 0 0 249 0 0 8 431 3211 1907 79 21 0 1 6 0 12980 9248 1 0 0 0 0 249 0 0 14 434 3215 1856 80 20 0 1 7 0 13632 7296 1 0 0 0 1 251 0 0 18 444 3071 1817 78 22 0 2 5 0 13964 10352 1 0 0 0 3 498 1 0 18 446 3113 1800 76 24 0 2 6 0 13400 8512 1 0 0 0 1 249 0 0 18 436 3140 1797 78 22 0 4 4 0 14624 6832 1 0 0 0 0 251 0 0 18 432 3122 1770 79 21 0 2 8 0 15736 10152 1 0 0 0 1 499 0 0 18 428 3072 1721 79 21 0 1 6 0 15404 8664 1 0 0 0 0 249 0 0 18 427 3030 1708 77 23 0 3 6 0 18696 11048 122 0 8 0 19 498 9 2 18 449 3294 1802 75 25 0 procs memory page disks faults cpu r b w avm fre flt re pi po fr sr da0 da1 sa0 in sy cs us sy id 1 6 0 18556 9248 3 0 0 0 1 249 3 0 18 434 3225 1820 77 23 0 4 4 0 17828 7456 1 0 0 0 0 249 1 1 18 433 3104 1760 79 21 0 1 6 0 17828 10696 1 0 0 0 1 499 1 1 18 434 3128 1814 77 23 0 1 6 0 13480 9072 1 0 0 0 0 250 0 1 18 458 3096 1847 77 23 0 1 6 0 13148 7400 1 0 0 0 0 251 0 0 18 435 3059 1767 76 24 0 4 3 0 12980 10720 1 0 0 0 1 501 0 0 18 430 3089 1772 79 21 0 3 6 0 13312 8856 1 0 0 0 0 249 0 0 18 435 3183 1831 76 24 0 1 6 0 13524 7056 1 0 0 0 0 249 1 0 18 437 3183 1848 79 21 0 1 6 0 14304 10104 32 0 2 0 24 503 3 0 18 440 3238 1830 75 24 0 1 6 0 16036 8176 1 0 0 0 0 249 1 0 18 437 3194 1815 76 24 0 1 6 0 16036 11320 1 0 0 0 1 498 0 0 18 452 3192 1840 77 23 0 2 6 0 18980 10684 1 0 0 0 1 249 1 0 11 433 3083 1809 79 21 0 1 8 0 18200 10024 1 0 0 0 0 249 0 0 10 434 3188 1879 79 21 0 1 6 0 16636 8336 1 0 0 0 0 251 1 1 18 450 3106 1820 77 23 0 1 6 0 16636 11296 1 0 0 0 1 499 0 0 18 450 2973 1726 77 22 1 1 6 0 14132 9488 1 0 0 0 1 249 0 0 18 437 3174 1821 76 24 0 2 6 0 13800 7856 1 0 0 0 0 250 0 0 18 426 3032 1738 80 20 0 3 5 0 13972 11120 1 0 0 0 1 502 1 0 18 432 3138 1823 76 24 0 procs memory page disks faults cpu r b w avm fre flt re pi po fr sr da0 da1 sa0 in sy cs us sy id 1 6 0 14304 9184 1 0 0 0 0 249 1 0 18 437 3207 1867 76 24 0 1 6 0 13864 7312 1 0 0 0 0 249 1 1 18 438 3202 1855 74 26 0 1 7 0 14344 10448 2 0 0 0 1 498 0 0 18 436 3205 1833 78 22 0 2 6 0 15736 8592 1 0 0 0 1 251 0 0 18 436 3195 1870 79 21 0 2 6 0 15704 6980 1 0 0 0 0 250 1 0 18 426 3019 1750 80 20 0 1 6 0 19228 10372 3 0 0 0 12 500 1 0 18 436 3166 1846 76 24 0 1 6 0 19976 7996 31 0 1 0 3 251 7 0 18 437 3716 1778 75 24 1 1 6 0 18792 6716 10 0 0 0 34 251 2 1 18 452 3105 1817 77 23 0 2 5 0 18492 10096 1 0 0 0 1 498 2 0 18 445 3089 1815 77 23 0 1 6 0 15860 8128 69 0 5 0 54 249 2 0 18 437 3178 1641 75 24 1 1 6 0 15364 11364 71 0 1 0 54 498 0 0 18 428 3248 1669 77 23 0 1 6 0 14992 9736 1 0 0 0 1 249 0 0 18 428 3068 1754 79 21 0 3 4 0 15744 10480 1 0 0 0 0 249 3 0 5 451 3099 1831 79 21 0 1 5 0 15956 7248 1 0 0 0 0 0 1 0 0 458 3406 1825 73 16 11 0 8 0 16200 27764 1 0 0 0 1269 498 2 34 0 1552 3016 1820 61 29 10 1 7 0 17560 19068 1 0 0 0 19 0 0 71 0 1675 3118 1683 40 33 28 3 6 0 15768 13772 1 0 0 0 2 0 0 26 0 955 3650 1822 57 21 21 3 6 0 16928 10736 1 0 0 0 0 0 0 1 0 506 3266 1620 56 15 30 procs memory page disks faults cpu r b w avm fre flt re pi po fr sr da0 da1 sa0 in sy cs us sy id 1 8 0 18128 8168 1 0 0 0 9 0 0 0 0 499 3057 1569 44 14 42 3 5 0 16436 10476 3 0 0 0 4 249 2 2 0 574 3387 1658 41 12 47 1 7 0 15764 8436 1 0 0 0 1 0 0 1 0 518 3216 1616 40 14 46 1 8 0 13680 10656 74 0 0 0 55 249 0 8 0 503 2962 1427 48 13 40 0 9 0 16932 7964 4 0 1 0 0 0 1 4 0 532 3005 1603 45 13 42 1 5 0 16568 10768 1 0 0 0 8 249 1 1 0 470 3352 1704 63 14 23 3 6 0 16900 8104 1 0 0 0 0 0 0 2 0 461 3317 1702 68 16 16 1 5 0 19940 10308 19 4 0 0 8 249 0 4 0 550 3636 1877 63 17 20 0 9 0 23136 7996 11 0 0 0 9 0 1 2 0 480 2777 1510 40 13 46 1 5 0 25276 9624 81 2 3 0 55 249 0 4 0 515 3291 1642 63 14 22 2 8 0 28692 7016 137 0 3 0 154 0 14 450 4 804 3217 1164 29 13 58 1 8 0 28316 8776 1 0 0 0 1 252 0 808 18 1101 1884 970 2 14 84 1 9 0 23696 7508 71 0 0 0 62 0 0 254 4 707 890 501 8 9 83 010 0 18880 9424 1 0 0 0 1 250 1 316 17 682 798 495 1 7 92 2 7 0 14184 11276 1 0 0 0 3 249 1 153 18 532 477 345 1 7 92 1 8 0 11576 8100 10 0 0 0 11 0 0 359 18 728 989 561 2 10 88 1 8 0 11220 10148 1 0 0 0 8 249 1 351 18 669 910 499 1 7 92 0 9 0 12888 6916 7 0 0 0 7 0 2 426 18 752 1166 595 2 8 90 procs memory page disks faults cpu r b w avm fre flt re pi po fr sr da0 da1 sa0 in sy cs us sy id 0 9 0 13220 8908 1 0 0 0 0 249 0 111 18 383 476 218 0 8 92 2 7 0 13432 10904 10 0 0 0 13 251 1 105 18 415 528 248 1 7 92 0 9 0 13912 7788 14 0 0 0 16 0 4 117 18 387 641 236 1 8 91 1 8 0 13604 9896 1 0 0 0 1 252 0 115 18 374 491 223 0 6 93 0 9 0 13568 6884 1 0 0 0 0 0 1 115 18 373 492 220 0 8 92 1 9 0 15160 8928 1 0 0 0 0 252 0 112 18 373 487 221 0 7 92 1 9 0 13600 11088 1 0 0 0 1 252 0 112 18 370 483 216 0 7 93 0 9 0 14560 8160 7 0 0 0 7 0 0 112 18 377 555 226 0 7 93 1 8 0 14388 10244 1 0 0 0 0 251 1 107 18 372 478 213 0 7 92 0 9 0 12432 7300 1 0 0 0 1 0 0 113 18 374 499 220 0 7 92 1 8 0 12432 9392 1 0 0 0 1 251 0 108 18 517 487 365 0 7 93 0 9 0 10256 6448 1 0 0 0 0 0 1 100 18 530 467 382 0 7 93 1 8 0 10588 8592 1 0 0 0 1 260 0 106 18 436 470 286 0 7 93 0 9 0 10148 10640 1 0 0 0 0 252 0 105 18 397 477 245 0 6 93 0 9 0 10488 9420 31 1 1 0 21 0 2 105 7 367 376 179 0 5 95 1 9 0 12180 7252 1 0 0 0 1 0 0 99 13 364 399 195 0 5 94 3 7 0 12180 9328 1 0 0 0 1 256 0 103 18 377 467 225 2 7 92 1 9 0 14276 6384 1 0 0 0 0 0 1 98 18 370 461 217 0 7 93 procs memory page disks faults cpu r b w avm fre flt re pi po fr sr da0 da1 sa0 in sy cs us sy id 0 9 0 13764 8528 1 0 0 0 0 251 0 92 18 349 445 197 2 6 92 4 8 0 18668 9544 48 0 1 0 7 250 2 89 18 354 1236 747 9 8 83 3 7 0 18672 10200 20 0 0 0 1 249 1 103 18 377 2033 1313 13 12 75 1 9 0 16536 6940 10 0 0 0 1 0 0 102 18 362 1566 938 7 10 83 1 9 0 16540 8824 6 0 0 0 1 252 0 102 18 368 1557 941 5 10 85 3 7 0 17460 9692 52 0 0 0 0 249 1 60 18 344 12842 731 36 11 53 2 6 0 15612 8664 4 0 0 0 123 0 0 129 18 397 4922 1108 46 12 42 1 6 0 15792 7696 1 0 0 0 0 251 0 196 18 472 3645 1887 73 21 7 3 6 0 16572 7524 3 0 0 0 1 249 2 310 18 586 5573 2397 65 23 12 2 6 0 17204 7780 1 0 0 0 1 252 0 206 18 611 3522 1867 45 20 36 1 8 0 16724 7296 1 0 0 0 0 249 0 188 18 472 3542 1741 83 17 0 1 8 0 19492 8880 1 0 0 0 1 252 0 433 18 718 7817 2975 47 27 25 2 6 0 18700 10896 2 0 0 0 1 249 0 486 18 758 8779 3336 42 27 31 5 5 0 16840 7920 1 0 0 0 0 0 0 503 18 805 9042 3409 44 27 29 3 6 0 16840 9904 1 0 0 0 0 250 0 527 18 838 9448 3568 48 26 26 1 6 0 13860 6920 1 0 0 0 0 0 1 497 18 795 8947 3402 43 27 30 5 5 0 13860 10328 1 0 0 0 1 256 0 490 10 778 8775 3298 46 20 34 0 9 0 14192 8376 1 0 0 0 0 0 0 519 12 832 9366 3531 46 25 29 procs memory page disks faults cpu r b w avm fre flt re pi po fr sr da0 da1 sa0 in sy cs us sy id 3 4 0 14192 10352 1 0 0 0 0 252 0 469 18 794 8442 3256 42 25 33 3 6 0 14404 7344 1 0 0 0 0 0 0 577 18 871 10263 3713 53 27 19 3 6 0 14884 9424 1 0 0 0 0 254 0 555 18 841 9866 3612 53 26 20 1 8 0 16244 6376 1 0 0 0 0 0 1 565 18 866 10114 3736 53 27 21 0 9 0 16544 8388 1 0 0 0 0 252 1 548 18 863 9737 3551 48 28 24 3 5 0 19312 10416 1 0 0 0 1 250 0 585 18 879 10359 3711 53 31 17 4 5 0 18832 7416 1 0 0 0 0 0 0 571 18 866 10103 3650 54 28 18 0 9 0 17140 9468 1 0 0 0 3 251 1 523 18 787 9362 3489 47 27 26 1 8 0 16840 10640 1 0 0 0 1 250 1 271 18 578 4797 2126 38 19 42 1 8 0 14232 10480 1 0 0 0 1 250 2 211 18 513 3910 1870 72 19 9 2 5 0 14232 9840 1 0 0 0 0 250 1 174 18 457 3286 1719 78 20 1 2 6 0 14564 9152 1 0 0 0 0 250 0 155 18 423 2971 1583 80 20 0 1 6 0 14564 8536 1 0 0 0 1 249 0 157 18 435 3029 1595 81 19 0 4 5 0 14404 8016 1 0 0 0 0 251 0 191 18 464 3607 1768 78 20 1 1 6 0 14252 7600 1 0 0 0 0 250 0 240 18 504 4388 1959 78 22 1 1 6 0 15920 7064 1 0 0 0 0 249 1 215 18 481 4004 1903 75 22 3 1 6 0 15920 6552 1 0 0 0 0 251 0 205 18 478 3705 1853 66 21 13 1 6 0 18348 10976 1 0 0 0 1 500 0 198 18 474 3720 1795 78 22 0 procs memory page disks faults cpu r b w avm fre flt re pi po fr sr da0 da1 sa0 in sy cs us sy id 1 6 0 17836 11288 1 0 0 0 1 249 0 206 12 475 3767 1822 83 17 0 1 6 0 15836 7192 1 0 0 0 0 0 0 188 8 457 3436 1725 83 17 0 3 4 0 15836 6472 1 0 0 0 0 249 0 155 18 424 2975 1600 83 17 0 2 7 0 14188 10848 1 0 0 0 1 498 0 164 18 449 3173 1641 81 17 2 2 7 0 14188 6480 1 0 0 0 0 0 0 183 18 453 2941 1496 37 17 46 3 4 0 14520 6840 1 0 0 0 0 250 0 271 18 544 4848 2040 61 20 19 3 6 0 14520 6984 1 0 0 0 0 249 0 253 18 537 4564 1956 65 19 16 2 6 0 14080 7312 1 0 0 0 0 250 0 279 18 552 5015 2115 60 21 18 1 6 0 14860 6648 1 0 0 0 1 249 0 159 18 442 3061 1601 71 18 11 2 6 0 16220 7152 1 0 0 0 0 249 1 282 18 548 5038 2123 56 21 23 1 8 0 16220 8944 1 0 0 0 0 250 0 560 18 820 9790 3404 52 31 16 0 9 0 16664 11024 5 0 0 0 26 251 0 170 18 439 2918 1391 23 13 63 1 6 0 16152 11200 1 0 0 0 0 249 0 268 18 536 4846 2052 65 21 14 1 6 0 14152 11184 1 0 0 0 1 250 0 310 18 582 5590 2238 76 24 0 2 7 0 14628 6612 1 0 0 0 0 0 0 234 18 517 4144 1806 55 19 26 3 4 0 13704 7344 1 0 0 0 0 251 0 335 18 623 5939 2353 58 24 18 1 6 0 13704 6400 1 0 0 0 0 250 0 174 18 472 3328 1692 81 19 0 4 4 0 14036 10832 1 0 0 0 1 499 0 179 18 448 3392 1734 82 18 0 procs memory page disks faults cpu r b w avm fre flt re pi po fr sr da0 da1 sa0 in sy cs us sy id 2 6 0 14036 10048 1 0 0 0 0 249 0 171 18 458 3281 1709 78 22 0 1 6 0 14248 9424 1 0 0 0 0 251 0 177 18 451 3364 1655 78 22 0 1 6 0 14560 9016 31 0 2 0 21 249 3 172 15 450 3287 1636 79 21 0 2 6 0 16252 10600 1 0 0 0 0 249 0 300 7 567 5314 2218 79 21 0 1 6 0 16244 9936 1 0 0 0 0 249 2 197 18 479 3682 1746 81 19 0 1 6 0 15976 9264 1 0 0 0 1 251 1 194 18 481 3671 1773 79 21 0 2 6 0 15464 8752 1 0 0 0 0 251 0 193 18 461 3615 1744 79 21 0 1 6 0 14420 9040 2 0 0 0 1 251 0 360 18 643 6484 2513 71 24 4 1 6 0 14120 8304 1 0 0 0 0 251 0 176 18 452 3344 1656 79 21 0 1 6 0 14352 7464 1 0 0 0 0 250 0 179 18 476 3415 1708 80 20 0 4 5 0 14352 6688 1 0 0 0 0 249 1 172 18 478 3283 1656 78 22 0 2 6 0 14036 11008 1 0 0 0 1 499 0 177 18 481 3386 1666 78 22 0 1 6 0 13868 10264 1 0 0 0 2 251 0 169 18 447 3242 1660 82 18 0 1 6 0 14420 10192 1 0 0 0 0 251 0 285 18 584 5252 2245 77 21 3 1 6 0 14900 9636 2 0 0 0 1 252 0 196 18 462 3670 1732 81 19 0 1 6 0 16260 9040 1 0 0 0 0 250 0 196 18 462 3659 1734 81 19 0 1 6 0 16260 8472 1 0 0 0 0 251 0 193 18 472 3628 1736 79 21 0 1 6 0 15508 8204 12 0 0 0 5 251 1 244 18 531 4527 1992 71 23 6 procs memory page disks faults cpu r b w avm fre flt re pi po fr sr da0 da1 sa0 in sy cs us sy id 1 6 0 14996 7504 1 0 0 0 1 249 0 206 18 486 3865 1836 78 22 0 2 5 0 13304 6936 1 0 0 0 1 249 1 216 18 501 4055 1842 81 19 0 1 6 0 13304 6660 1 0 0 0 1 249 0 303 18 572 5507 2239 77 23 0 3 5 0 13536 6544 1 0 0 0 0 250 0 348 18 617 6243 2467 74 26 0 1 6 0 13536 10544 1 0 0 0 1 465 1 274 18 539 4994 2128 74 25 0 1 6 0 13868 7224 1 0 0 0 0 0 0 246 2 489 4326 1955 84 16 0 2 6 0 13868 6672 1 0 0 0 0 251 0 250 18 523 4593 2030 77 23 0 1 6 0 14080 10944 22 0 1 0 18 498 3 228 18 513 4245 1923 75 24 1 2 7 0 14860 10960 1 0 0 0 0 250 1 209 18 476 3451 1672 56 19 25 1 6 0 16220 11120 1 0 0 0 0 250 1 237 18 505 4238 1874 63 20 17 2 8 0 16220 6640 1 0 0 0 0 0 0 257 18 520 4376 1847 55 21 25 1 6 0 15508 6800 1 0 0 0 0 254 1 176 18 445 3018 1535 49 18 32 2 6 0 14996 6504 1 0 0 0 0 251 0 208 18 478 3699 1806 59 23 19 1 6 0 13304 11248 1 0 0 0 1 499 0 183 18 454 3379 1653 72 18 10 3 6 0 13304 6980 1 0 0 0 1 0 0 261 18 524 4615 2017 47 21 31 4 4 0 14188 7656 1 0 0 0 0 250 0 295 18 571 5392 2216 58 20 22 2 6 0 14188 7056 1 0 0 0 0 251 0 174 18 456 3319 1633 77 21 3 0 9 0 14860 8468 4 0 0 0 2 249 2 176 18 449 2906 1383 24 13 62 procs memory page disks faults cpu r b w avm fre flt re pi po fr sr da0 da1 sa0 in sy cs us sy id 211 0 15700 10072 1 0 0 0 1 251 0 158 18 439 2506 1267 15 14 71 1 6 0 15260 6608 1 0 0 0 0 0 1 173 18 446 2747 1292 22 12 65 2 5 0 15740 10448 1 0 0 0 1 502 0 154 18 422 2982 1687 79 20 0 1 6 0 17100 8928 1 0 0 0 0 249 0 152 18 420 2973 1728 78 22 0 1 6 0 17400 7672 1 0 0 0 0 249 0 161 18 431 3101 1683 79 21 0 1 6 0 15808 11240 1 0 0 0 1 499 1 148 18 428 2932 1639 76 24 0 1 6 0 16288 9744 14 0 0 0 7 249 0 154 18 434 3032 1725 79 21 0 1 6 0 15436 6996 4 0 0 0 2 0 1 175 4 431 2962 1543 54 15 31 3 5 0 15136 7888 1 0 0 0 0 250 0 202 18 469 3505 1589 42 18 39 2 6 0 15368 8112 1 0 0 0 0 251 0 293 18 561 5234 2097 69 21 9 3 6 0 13908 9604 1 0 0 0 0 250 0 155 18 423 2517 1243 23 12 65 3 6 0 14240 9840 1 0 0 0 1 252 1 143 18 414 2437 1323 44 15 41 3 6 0 14240 11248 1 0 0 0 0 249 0 142 18 406 2386 1200 19 14 67 1 8 0 14420 7940 1 0 0 0 0 0 2 140 18 408 2314 1107 16 12 73 3 5 0 14900 8168 1 0 0 0 1 249 0 227 18 518 4108 1869 60 20 21 3 4 0 16760 7376 1 0 0 0 0 249 0 203 18 503 3664 1781 73 21 6 1 6 0 16760 6800 1 0 0 0 0 250 0 210 18 477 3904 1814 79 21 0 0 9 0 16348 6816 1 0 0 0 0 249 1 206 18 471 3807 1780 57 21 22 procs memory page disks faults cpu r b w avm fre flt re pi po fr sr da0 da1 sa0 in sy cs us sy id 1 6 0 15836 6688 1 0 0 0 0 249 0 158 18 421 2952 1562 64 18 18 1 6 0 12828 10800 1 0 0 0 1 498 0 163 18 430 3120 1680 80 20 0 1 6 0 12520 10024 1 0 0 0 0 249 0 171 18 437 3252 1652 79 21 0 1 6 0 13564 9320 1 0 0 0 1 251 0 172 18 442 3257 1681 77 23 0 1 6 0 13564 8440 1 0 0 0 0 249 0 168 18 435 3209 1666 81 19 0 2 5 0 13896 7712 1 0 0 0 0 251 1 173 18 441 3199 1695 76 21 3 1 8 0 15368 7216 135 0 3 0 153 249 15 140 18 514 3878 1524 58 20 23 1 8 0 15344 9268 1 0 0 0 0 251 0 0 18 1139 2019 1000 3 16 82 1 8 0 15824 11344 31 0 1 0 21 250 2 0 18 1073 1928 940 3 13 84 1 8 0 17516 10324 1 0 0 0 0 0 1 0 6 974 1562 777 3 10 87 1 8 0 12516 8028 1 0 0 0 1 0 0 0 15 897 1491 727 1 7 91 0 9 0 12344 10048 1 0 0 0 0 250 1 0 18 482 706 325 0 7 92 1 8 0 11832 7164 1 0 0 0 0 0 1 0 18 458 653 301 0 7 93 2 8 0 10512 9176 1 0 0 0 0 249 1 1 18 469 654 300 0 6 94 1 8 0 9640 11216 1 0 0 0 0 249 0 0 18 447 627 286 0 8 92 2 7 0 9564 8272 1 0 0 0 0 0 0 0 18 457 648 298 0 7 92 0 9 0 9564 10384 1 0 0 0 0 250 0 0 18 463 660 305 0 6 94 1 8 0 9832 7408 1 0 0 0 0 0 0 0 18 460 651 304 0 7 93 procs memory page disks faults cpu r b w avm fre flt re pi po fr sr da0 da1 sa0 in sy cs us sy id 0 9 0 9832 9480 1 0 0 0 0 251 1 0 18 444 622 287 0 7 92 1 8 0 10044 6600 1 0 0 0 0 0 0 0 18 451 637 288 1 7 92 1 8 0 10524 8656 2 0 0 0 1 250 0 0 18 448 636 294 0 8 92 1 8 0 11884 10704 1 0 0 0 0 250 0 0 18 422 598 273 0 8 92 1 8 0 12184 7812 1 0 0 0 0 0 0 0 18 425 594 273 0 6 93 1 8 0 11772 9872 1 0 0 0 0 250 0 0 18 442 633 290 0 7 93 1 8 0 11260 6984 1 0 0 0 0 0 1 0 18 432 586 266 0 6 93 1 8 0 9568 9040 1 0 0 0 0 250 1 0 18 448 631 277 0 7 93 0 9 0 9268 11088 1 0 0 0 2 258 0 0 18 404 552 242 0 7 92 1 8 0 10152 8944 1 0 0 0 0 0 0 0 18 409 572 250 1 6 93 0 9 0 10572 6392 1 0 0 0 0 0 2 0 11 400 500 209 1 5 94 0 9 0 10904 8408 1 0 0 0 1 255 0 0 17 414 536 242 0 7 93 0 9 0 10904 66036 1 0 0 0 3115 0 1 0 5 366 333 155 1 5 94 1 8 0 10524 62820 1 0 0 0 12 0 1 0 18 383 469 217 2 15 83 2 9 0 16860 58856 36 0 0 0 1 0 0 2 18 369 1257 775 10 8 82 2 8 0 18228 55688 6 0 0 0 0 0 0 1 18 415 1609 964 5 8 87 2 8 0 18232 52484 2 0 0 0 0 0 0 1 18 392 1488 887 4 10 86 2 9 0 17312 49424 3 0 0 0 0 0 0 1 18 390 1467 859 5 10 86 procs memory page disks faults cpu r b w avm fre flt re pi po fr sr da0 da1 sa0 in sy cs us sy id 1 8 0 17812 45348 52 0 0 0 0 0 1 0 18 352 5674 668 30 9 61 2 6 0 13900 43620 3 0 0 0 89 0 0 0 18 395 3008 992 24 14 62 1 6 0 13900 38276 1 0 0 0 1 0 0 0 18 469 3369 1721 58 21 21 1 6 0 14132 33812 2 0 0 0 0 0 0 0 18 564 4849 2049 57 21 23 3 6 0 13856 28444 1 0 0 0 0 0 0 0 18 525 4268 1950 73 23 4 2 7 0 13708 24696 1 0 0 0 0 0 1 1 18 437 2818 1380 29 14 57 3 6 0 13708 20992 1 0 0 0 0 0 2 0 18 500 3770 1710 34 13 53 0 9 0 14700 17216 1 0 0 0 1 0 0 0 18 448 2802 1345 27 14 59 1 6 0 14700 12792 1 0 0 0 0 0 0 0 18 690 7407 2790 67 27 5 3 5 0 16060 7120 1 0 0 0 0 0 0 0 18 468 3568 1746 80 20 0 1 6 0 16060 6512 1 0 0 0 0 256 0 0 18 463 3630 1789 81 19 0 3 5 0 15208 10736 1 0 0 0 1 503 0 0 18 476 3547 1764 79 21 0 1 6 0 15336 10048 1 0 0 0 1 250 0 0 18 484 3673 1790 79 21 0 2 5 0 13644 9400 1 0 0 0 1 249 1 0 18 462 3477 1764 83 17 0 4 4 0 13644 11024 1 0 0 0 1 249 0 0 2 462 3562 1759 82 18 0 2 6 0 13504 10448 1 0 0 0 0 250 0 0 18 470 3813 1789 74 26 0 2 5 0 13196 9816 1 0 0 0 0 249 0 0 18 512 4508 2025 77 23 0 1 6 0 13528 9192 1 0 0 0 0 249 0 0 18 499 4273 1951 76 24 0 procs memory page disks faults cpu r b w avm fre flt re pi po fr sr da0 da1 sa0 in sy cs us sy id 1 6 0 13052 8688 1 0 0 0 1 251 0 0 18 501 4360 1952 77 23 0 1 6 0 14220 8080 1 0 0 0 0 251 1 0 18 499 4166 1924 77 23 0 2 6 0 14696 6732 1 0 0 0 0 249 0 13 18 542 4097 1979 78 22 0 1 6 0 16224 9960 1 0 0 0 1 499 0 4 18 550 3899 1966 78 22 0 2 6 0 16524 9168 1 0 0 0 0 249 1 0 18 493 3959 1845 78 22 0 2 5 0 15972 8624 1 0 0 0 1 252 2 0 18 497 4036 1864 77 23 0 2 6 0 15972 8072 1 0 0 0 1 249 1 0 18 495 4036 1859 78 22 0 0 9 0 13644 8496 1 0 0 0 0 250 1 0 18 481 3594 1664 53 17 30 1 6 0 13272 8896 1 0 0 0 0 249 0 0 18 428 2634 1352 46 16 38 1 6 0 13876 7784 1 0 0 0 1 249 1 0 18 418 2947 1622 80 20 0 1 6 0 13876 6616 1 0 0 0 0 249 1 0 18 441 2986 1657 80 20 0 2 6 0 13900 10344 1 0 0 0 1 498 0 0 18 443 2976 1630 79 21 0 3 4 0 12964 9272 1 0 0 0 1 250 0 0 18 433 3001 1628 78 22 0 1 6 0 14528 7980 63 0 3 0 44 249 6 0 18 435 3059 1658 80 20 0 1 6 0 14528 6840 1 0 0 0 0 249 0 0 18 437 2988 1634 81 19 0 3 5 0 16220 10736 1 0 0 0 1 501 1 1 18 469 3006 1668 79 21 0 2 6 0 16388 11152 1 0 0 0 0 249 0 0 4 466 2964 1676 82 18 0 1 6 0 16456 8968 1 0 0 0 0 252 0 13 18 557 2937 1797 77 23 0 procs memory page disks faults cpu r b w avm fre flt re pi po fr sr da0 da1 sa0 in sy cs us sy id 3 5 0 14764 7640 1 0 0 0 1 250 0 7 18 460 2961 1685 81 19 0 1 6 0 15104 6432 1 0 0 0 0 249 1 5 18 425 2958 1666 79 21 0 3 6 0 15104 10256 1 0 0 0 1 498 0 2 18 421 2964 1633 79 21 0 1 6 0 15336 9064 1 0 0 0 1 249 0 1 18 458 3056 1669 79 21 0 2 6 0 14828 7832 1 0 0 0 0 252 0 3 18 458 3006 1667 77 23 0 1 6 0 15160 6560 1 0 0 0 1 249 0 2 18 439 2980 1643 78 22 0 1 6 0 13944 10480 1 0 0 0 1 502 0 2 18 482 3102 1695 80 20 0 1 6 0 15500 9228 27 0 2 0 18 251 4 1 18 441 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Feb 24 19:29:34 1999 Delivered-To: freebsd-stable@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 608) id 6748C14CC3; Wed, 24 Feb 1999 19:29:32 -0800 (PST) From: "Jonathan M. Bresler" To: veldy@visi.com Cc: freebsd-current@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG In-reply-to: <01b401be5f64$ab1019c0$236319ac@w142844.carlson.com> (veldy@visi.com) Subject: Re: listproc problem? References: <01b401be5f64$ab1019c0$236319ac@w142844.carlson.com> Message-Id: <19990225032932.6748C14CC3@hub.freebsd.org> Date: Wed, 24 Feb 1999 19:29:32 -0800 (PST) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > From: "Thomas T. Veldhouse" > Date: Tue, 23 Feb 1999 13:42:37 -0600 > Content-Type: text/plain; > charset="iso-8859-1" > X-Priority: 3 > X-MSMail-Priority: Normal > X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 > Sender: owner-freebsd-current@FreeBSD.ORG > X-Loop: FreeBSD.ORG > Precedence: bulk > > I have been seeing 5 hour delays from when the message was sent to the list > and when the message arrives in my mailbox. It seems to be a problem with > the following jump: looks like we had an issue while trying to reach mail2.sol.net. that one hop took about 3 hours (not five...gotta watch those timezone changes ;) > > Received: from hub.freebsd.org (hub.FreeBSD.ORG [204.216.27.18]) > by mail2.sol.net (8.8.8/8.8.8/SNNS-1.02) with ESMTP id NAA00902; > Tue, 23 Feb 1999 13:26:13 -0600 (CST) > Received: by hub.freebsd.org (Postfix, from userid 538) > id AECC411D08; Tue, 23 Feb 1999 07:34:37 -0800 (PST) > Received: from localhost (localhost [127.0.0.1]) > by hub.freebsd.org (Postfix) with SMTP > id 5DD8B11B6C; Tue, 23 Feb 1999 07:34:37 -0800 (PST) > (envelope-from owner-freebsd-stable) > > Also, as a side note, how do I set up my box to use PostFix instead of > sendmail? I heard that it was (or was considered) included in the > 3.1-RELEASE, it just wasn't enabled by default. it was considered but not included in the end....the disucssion in the committers mailing list indicated that people were not ready to go that way yet. we will try again soon. jmb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Feb 24 19:36:17 1999 Delivered-To: freebsd-stable@freebsd.org Received: from dfw-ix6.ix.netcom.com (dfw-ix6.ix.netcom.com [206.214.98.6]) by hub.freebsd.org (Postfix) with ESMTP id CED3114CF3 for ; Wed, 24 Feb 1999 19:36:11 -0800 (PST) (envelope-from phate1@ix.netcom.com) Received: (from smap@localhost) by dfw-ix6.ix.netcom.com (8.8.4/8.8.4) id VAA06329; Wed, 24 Feb 1999 21:35:16 -0600 (CST) Received: from user-38ld2mi.dialup.mindspring.com(209.86.138.210) by dfw-ix6.ix.netcom.com via smap (V1.3) id rma006276; Wed Feb 24 21:34:44 1999 Message-ID: <36D4C4AD.594CDFD6@ix.netcom.com> Date: Wed, 24 Feb 1999 22:34:05 -0500 From: Mike Organization: Integration Soft. X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: Luigi Rizzo Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Software bandwidth limiting solution References: <199902240832.JAA20214@labinfo.iet.unipi.it> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Luigi Rizzo wrote: > > > ipfw add 10000 pipe 1 tcp from 80 to any > > ipfw pipe 1 config bw 5Mbits/s queue 10 > > > > anyway you look at it, if it the limiting starts to work, I start to go up > > in mbufs.. I don't know who's responsible for it.. ? > > nor do i. however: pkts do remain trapped into the send buffer of the > sender if they are not acked. maybe the bw limiting causes many clients > to restart a connection etc. etc. -- can you monitor (with netstat -na) > the Send-Q for active connections and see if the sum resembles > something similar to the total mbuf occupation ? > Yep, I will try this tomorrow at work. > > So I have to remove the ipfw rule, before my mbufs go dangerously high, and > > as soon as I remove it, mbufs drop from 7500 or so to like 1500 (their > > normal).. > > oh, so that would suggest that for some reason pkts remain trapped into > a pipe but never come out ... i will investigate the problem, in the > meantime if you can tell me the above it will help track any bug (also, > if i send you some patches, would you be able to test them ?) Yes, of course. Anything to fix the possible problems. Thanks, for your assistance Yev > > cheers > luigi > -----------------------------------+------------------------------------- > Luigi RIZZO . > EMAIL: luigi@iet.unipi.it . Dip. di Ing. dell'Informazione > HTTP://www.iet.unipi.it/~luigi/ . Universita` di Pisa > TEL/FAX: +39-050-568.533/522 . via Diotisalvi 2, 56126 PISA (Italy) > -----------------------------------+------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Feb 24 19:46: 3 1999 Delivered-To: freebsd-stable@freebsd.org Received: from dfw-ix6.ix.netcom.com (dfw-ix6.ix.netcom.com [206.214.98.6]) by hub.freebsd.org (Postfix) with ESMTP id ABBF114BFE for ; Wed, 24 Feb 1999 19:46:01 -0800 (PST) (envelope-from phate1@ix.netcom.com) Received: (from smap@localhost) by dfw-ix6.ix.netcom.com (8.8.4/8.8.4) id VAA08088 for ; Wed, 24 Feb 1999 21:45:37 -0600 (CST) Received: from user-38ld2mi.dialup.mindspring.com(209.86.138.210) by dfw-ix6.ix.netcom.com via smap (V1.3) id rma008019; Wed Feb 24 21:45:13 1999 Message-ID: <36D4C713.C7AE0C24@ix.netcom.com> Date: Wed, 24 Feb 1999 22:44:19 -0500 From: Yev Organization: Integration Soft. X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: resizing partitions? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Will it ever be possible to resize existing partitions? a la fips? I have dilemmas everytime I install a new box with a new 18gig drive, which way to partition it, and how much space to give each partition... Better get it right the first time, or is there a solution for changing them later.. Tia, Yev To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Feb 24 19:51: 7 1999 Delivered-To: freebsd-stable@freebsd.org Received: from jason01.u.washington.edu (jason01.u.washington.edu [140.142.70.24]) by hub.freebsd.org (Postfix) with ESMTP id B07C614CCE for ; Wed, 24 Feb 1999 19:51:05 -0800 (PST) (envelope-from jcwells@u.washington.edu) Received: from saul9.u.washington.edu (root@saul9.u.washington.edu [140.142.82.7]) by jason01.u.washington.edu (8.9.3+UW99.02/8.9.3+UW99.01) with ESMTP id TAB31296; Wed, 24 Feb 1999 19:50:48 -0800 Received: from S8-37-26.student.washington.edu (S8-37-26.student.washington.edu [128.208.37.26]) by saul9.u.washington.edu (8.9.2+UW99.01/8.9.2+UW99.01) with ESMTP id TAA21132; Wed, 24 Feb 1999 19:50:47 -0800 (PST) Date: Wed, 24 Feb 1999 19:50:39 -0800 (PST) From: "Jason C. Wells" X-Sender: jcw@s8-37-26.student.washington.edu Reply-To: "Jason C. Wells" To: William Lloyd Cc: freebsd-stable@FreeBSD.ORG Subject: Re: 3.1 Release splash image In-Reply-To: <19990223224829.A3826@tolstoy.mpd.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 23 Feb 1999, William Lloyd wrote: >I don't remember seeing any links to images that people are using as >splash screens for 3.1. I do think that at some point somebody >should "bless" a splash image for a release. FreeBSD is a great >OS, nothing wrong with a little promotional real estate. http://weber.u.washington.edu/~jcwells/graphics/splash.bmp I stole this from Daemon News. Catchya Later, | Give me UNIX or give me a typewriter. Jason Wells | http://www.freebsd.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Feb 24 20: 1:46 1999 Delivered-To: freebsd-stable@freebsd.org Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by hub.freebsd.org (Postfix) with ESMTP id ED9ED14CF2 for ; Wed, 24 Feb 1999 20:01:41 -0800 (PST) (envelope-from doconnor@gsoft.com.au) Received: from lot.gsoft.com.au (doconnor@lot.gsoft.com.au [203.38.152.106]) by cain.gsoft.com.au (8.8.8/8.8.8) with ESMTP id OAA01151; Thu, 25 Feb 1999 14:31:04 +1030 (CST) (envelope-from doconnor@gsoft.com.au) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <36D4C713.C7AE0C24@ix.netcom.com> Date: Thu, 25 Feb 1999 14:31:04 +1030 (CST) From: "Daniel O'Connor" To: Yev Subject: RE: resizing partitions? Cc: freebsd-stable@FreeBSD.ORG Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 25-Feb-99 Yev wrote: > Will it ever be possible to resize existing partitions? a la fips? > I have dilemmas everytime I install a new box with a new 18gig drive, > which way to partition it, and how much space to give each partition... Well, there is a program called fsresize which is floating around, but it appears to have some bugs.. There are some people playing with it I think, but not too intensivly. --- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Feb 24 21:15:13 1999 Delivered-To: freebsd-stable@freebsd.org Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (Postfix) with ESMTP id 0269814D9A for ; Wed, 24 Feb 1999 21:15:11 -0800 (PST) (envelope-from jdp@polstra.com) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.9.1/8.9.1) with ESMTP id VAA25535; Wed, 24 Feb 1999 21:14:54 -0800 (PST) (envelope-from jdp@polstra.com) From: John Polstra Received: (from jdp@localhost) by vashon.polstra.com (8.9.2/8.9.1) id VAA00609; Wed, 24 Feb 1999 21:14:54 -0800 (PST) (envelope-from jdp@polstra.com) Date: Wed, 24 Feb 1999 21:14:54 -0800 (PST) Message-Id: <199902250514.VAA00609@vashon.polstra.com> To: veldy@visi.com Subject: Re: CVSUP Problem In-Reply-To: <36D3698E.A64EFBB7@visi.com> Organization: Polstra & Co., Seattle, WA Cc: stable@freebsd.org Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In article <36D3698E.A64EFBB7@visi.com>, Thomas T. Veldhouse wrote: > I always get the following error when I try to start cvsup (16) under > X11. I am behind a firewall if that makes a difference. I start by > passing -P m as an option: > > *** > *** runtime error: > *** > *** Segmentation violation - possible attempt to dereference NIL > *** pc = 0x28312ff8 = Cat + 0x18 in ../src/text/Text.m3 > *** > > This error happens everytime unless I pass the -g switch. I've seen this kind of thing before in situations where the hostname and/or DNS setup is incorrect. It's something in the way the Modula-3 runtime uses X11. Make sure your hostname looks up properly in both directions: blake$ host `hostname` blake.polstra.com has address 206.213.73.12 blake$ host 206.213.73.12 12.73.213.206.IN-ADDR.ARPA domain name pointer blake.polstra.com If your $DISPLAY environment variable names a different host, try it for that one too. I added an explicit check for this problem in CVSup some time ago, so you'd get an error message instead of a core dump. But I suspect it still doesn't cover all the possible failure modes. John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Nobody ever went broke underestimating the taste of the American public." -- H. L. Mencken To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Feb 24 21:28:52 1999 Delivered-To: freebsd-stable@freebsd.org Received: from mail.double-barrel.be (mail.double-barrel.be [194.7.102.20]) by hub.freebsd.org (Postfix) with ESMTP id E1E5D14E52 for ; Wed, 24 Feb 1999 21:28:31 -0800 (PST) (envelope-from mvergall@ns.double-barrel.be) Received: (from uucp@localhost) by mail.double-barrel.be (8.8.8/8.8.8) id GAA14208; Thu, 25 Feb 1999 06:26:48 +0100 (CET) (envelope-from mvergall@ns.double-barrel.be) Received: from ns.double-barrel.be(194.7.102.18) via SMTP by mail.double-barrel.be, id smtpdF14206; Thu Feb 25 06:26:41 1999 Received: from localhost (mvergall@localhost) by ns.double-barrel.be (8.8.7/8.8.7) with ESMTP id GAA04491; Thu, 25 Feb 1999 06:26:39 +0100 Date: Thu, 25 Feb 1999 06:26:39 +0100 (CET) From: "Michael C. Vergallen" To: Yev Cc: freebsd-stable@FreeBSD.ORG Subject: Re: resizing partitions? In-Reply-To: <36D4C713.C7AE0C24@ix.netcom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I personally use : / 100MB /swap 2x actual memory upto max off 256MB /var 200MB /usr 1600MB /home 100MB per user /usr/local rest of disc However some may have a different sceme they use. but my personal rationale behind this is as followes : / can be small enough to just hold the kernel kernel.generic kernel.old and what else needs to be on / swap if you have 32MB to 128MB their may be a time that swap is needed so give it 2 times the physical size. if you have more memory swap off 256MB is actually a luxury but .. /usr make it just big enough so you can recompile the os and leave the ports inplace so you don't have to redownload all the ports after your upgrade. /home 100Mb or so per user is enough for most users to store all their personal data during 3 - 6 months..This is enough for them to have a reasonable on line archive. /usr/local is the place where all the software will live you install so make it big enough. Michael --- Michael C. Vergallen A.k.A. Mad Mike, Sportstraat 28 http://www.double-barrel.be/mvergall/ B 9000 Gent ftp://ftp.double-barrel.be/pub/linux/ Belgium tel : 32-9-2227764 Fax : 32-9-2224976 On Wed, 24 Feb 1999, Yev wrote: > Will it ever be possible to resize existing partitions? a la fips? > > I have dilemmas everytime I install a new box with a new 18gig drive, > which way to partition it, and how much space to give each partition... > > Better get it right the first time, or is there a solution for changing > them later.. > > Tia, > Yev > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Feb 24 21:37:37 1999 Delivered-To: freebsd-stable@freebsd.org Received: from picalon.gun.de (picalon.gun.de [194.77.0.18]) by hub.freebsd.org (Postfix) with ESMTP id 4B43B14FA1 for ; Wed, 24 Feb 1999 21:37:34 -0800 (PST) (envelope-from andreas@klemm.gtn.com) Received: from klemm.gtn.com (pppak04.gtn.com [194.231.123.169]) by picalon.gun.de (8.8.6/8.8.6) with ESMTP id GAA12482 for ; Thu, 25 Feb 1999 06:37:15 +0100 (MET) Received: (from andreas@localhost) by klemm.gtn.com (8.9.2/8.9.2) id GAA11459 for freebsd-stable@FreeBSD.ORG; Thu, 25 Feb 1999 06:37:04 +0100 (CET) (envelope-from andreas) Date: Thu, 25 Feb 1999 06:37:04 +0100 From: Andreas Klemm To: freebsd-stable@FreeBSD.ORG Subject: 3.1-STABLE: can't mount ccd's and panic dirty bufs on reboot or halt Message-ID: <19990225063704.A11192@titan.klemm.gtn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i X-Disclaimer: A free society is one where it is safe to be unpopular X-Operating-System: FreeBSD 3.1-STABLE SMP Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Since a few days I experience problems with ccd. I did a make world, build a new kernel. The next boot hangs, because the 4 ccd's can't be concatenated anymore so fsck fails. Another thing is, that on every halt or reboot DDB is entered because of dirty bufs. My kernel config file: machine "i386" cpu "I686_CPU" ident TITAN maxusers 256 options INCLUDE_CONFIG_FILE # Include this file in kernel options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options SMP # Symmetric MultiProcessor Kernel options APIC_IO # Symmetric (APIC) I/O options "I4B_SMP_WORKAROUND" # Options for the VM subsystem options PQ_HUGECACHE # color for 1024k/16k cache # Debugging options DDB options KTRACE #kernel tracing # Network #options MROUTING # Multicast routing options IPFIREWALL #firewall options IPFIREWALL_VERBOSE #print information about # dropped packets options IPFIREWALL_FORWARD #enable xparent proxy support options "IPFIREWALL_VERBOSE_LIMIT=100" #limit verbosity options IPDIVERT #divert sockets options "ICMP_BANDLIM" options DUMMYNET options INET #InterNETworking options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options SOFTUPDATES #Softupdates options MFS #Memory Filesystem options MSDOSFS #MSDOS Filesystem options "CD9660" #ISO 9660 Filesystem options PROCFS #Process filesystem options KERNFS #Kernel filesystem options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!] options UCONSOLE #Allow users to grab the console options SYSVSHM options SYSVSEM options SYSVMSG options "MD5" options NSWAPDEV=3 options COMPAT_LINUX options SHOW_BUSYBUFS options "P1003_1B" options "_KPOSIX_PRIORITY_SCHEDULING" options "_KPOSIX_VERSION=199309L" # Size of the kernel message buffer. Should be N * pagesize. options "MSGBUF_SIZE=40960" config kernel root on da0s2a controller isa0 controller pci0 controller pnp0 controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 disk fd0 at fdc0 drive 0 controller ahc0 controller scbus0 at ahc0 disk da0 at scbus0 target 0 unit 0 disk da3 at scbus0 target 1 unit 0 tape sa0 at scbus0 target 4 device cd0 at scbus0 target 5 device cd1 at scbus0 target 6 device pass0 # CAM passthrough driver # AHA 2940 controller ahc1 controller scbus1 at ahc1 disk da1 at scbus1 target 1 unit 0 disk da2 at scbus1 target 2 unit 0 options SCSI_DELAY=8000 #Be pessimistic about Joe SCSI device options AHC_ALLOW_MEMIO options SCSI_REPORT_GEOMETRY # atkbdc0 controlls both the keyboard and the PS/2 mouse controller atkbdc0 at isa? port IO_KBD tty device atkbd0 at isa? tty irq 1 device psm0 at isa? tty irq 12 device vga0 at isa? port ? conflicts # splash screen/screen saver pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? tty device npx0 at isa? port IO_NPX irq 13 device sio0 at isa? port "IO_COM1" flags 0x10 tty irq 4 device sio1 at isa? port "IO_COM2" tty irq 3 device lpt0 at isa? port? tty irq 7 device xl0 device ed0 at isa? port 0x280 net irq 10 iomem 0xd8000 pseudo-device loop pseudo-device ether pseudo-device pty 256 pseudo-device gzip #Exec gzipped a.out's pseudo-device vn #Vnode driver (turns a file into a device) pseudo-device snp 3 #Snoop device - to look at pty/vty/etc.. pseudo-device bpfilter 4 #Berkeley packet filter pseudo-device sppp #Generic Synchronous PPP pseudo-device tun 1 pseudo-device ppp 1 pseudo-device ccd 4 #Concatenated disk driver options PPP_BSDCOMP #PPP BSD-compress support options PPP_DEFLATE #PPP zlib/deflate/gzip support options PPP_FILTER #enable bpf filtering (needs bpfilter) # ISDN4BSD section options "ELSA_QS1PCI" device isic0 pseudo-device "i4bq921" pseudo-device "i4bq931" pseudo-device "i4b" pseudo-device "i4btrc" 4 pseudo-device "i4bctl" pseudo-device "i4brbch" 4 pseudo-device "i4btel" 2 pseudo-device "i4bipr" 4 options IPR_VJ pseudo-device "i4bisppp" 4 -- Andreas Klemm http://www.FreeBSD.ORG/~andreas What gives you 90% more speed, for example, in kernel compilation ? http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Feb 24 22:50:56 1999 Delivered-To: freebsd-stable@freebsd.org Received: from smtp.ufl.edu (sp28fe.nerdc.ufl.edu [128.227.128.108]) by hub.freebsd.org (Postfix) with ESMTP id C985314CAA for ; Wed, 24 Feb 1999 22:49:30 -0800 (PST) (envelope-from bobj@atlantic.net) Received: from nancy_home (dialup1.ifas.ufl.edu [128.227.242.41]) by smtp.ufl.edu (8.9.3/8.9.3/2.2.0) with SMTP id BAA26340; Thu, 25 Feb 1999 01:49:11 -0500 Message-Id: <3.0.2.32.19990225014826.030da87c@mail.atlantic.net> X-Sender: bobj@mail.atlantic.net X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.2 (32) Date: Thu, 25 Feb 1999 01:48:26 -0500 To: Mike Heffner From: Bob Johnson Subject: Re: "Unknown type" messages in ppp Cc: stable@freebsd.org In-Reply-To: References: <3.0.2.32.19990223022429.031ad1f4@mail.atlantic.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Regarding: >Date: Sun, 21 Feb 1999 18:08:44 -0600 (CST) >From: Mike Heffner >Subject: "Unknown type" messages in ppp > >My recent upgrade from 2.2-stable to 3.1-stable went pretty well. Though >when >running ppp, i get weird messages: > >Unknown Type on Question 1 >Unknown Type on Question 1 >Unknown Type of Resource 100 > >and they repeat on and on, about 10 lines of 3 like that, they seem to >occur >at various network traffic times, ie. checking mail, browsing web, but >not >all the time. > >Anyone know what could be causing these messages? Are they safe to >disregard? > OK. I think I found the source code that generates these error messages in /usr/src/lib/libalias/alias_nbt.c In general, libalias appears to be a collection of routines to handle aliasing of TCP/IP packets (i.e. translating between your local IP numbers and the public number that your gateway uses to send them out on the Internet -- if I understand it correctly). I predict that if you disable aliasing on tun0 (the ppp connection) you will stop seeing those error messages. Of course, that's not real helpful as a long term solution, but it would tend to confirm that this is the source of the messages. The particular routine in question handles netbios packets. If you aren't doing anything that requires netbios (Windows networking through your gateway), you might be able to safely ignore the messages, but when I saw them in my system things were definitely unstable. The code is rather inscrutable to someone who doesn't know the netbios protocol, so the best guess I have is that it means just what it says: for some reason, a Windows system on your network is sending a netbios query that the aliasing code doesn't recognize, and doesn't know how to handle. Of course, if you don't have a Windows system on your network, it gets even more mysterious. And I thought it was simply a matter of copying packets from one interface to another. Silly me. I hope that's helpful. Does this sound accurate to anyone? -- Bob +-------------------------------------------------------- | Bob Johnson | bobj@cisi.com +-------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Feb 24 23:23: 8 1999 Delivered-To: freebsd-stable@freebsd.org Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (Postfix) with SMTP id 6439D14C11 for ; Wed, 24 Feb 1999 23:23:05 -0800 (PST) (envelope-from luigi@labinfo.iet.unipi.it) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id GAA22481; Thu, 25 Feb 1999 06:11:17 +0100 From: Luigi Rizzo Message-Id: <199902250511.GAA22481@labinfo.iet.unipi.it> Subject: Re: Software bandwidth limiting solution To: phate1@ix.netcom.com (Mike) Date: Thu, 25 Feb 1999 06:11:17 +0100 (MET) Cc: freebsd-stable@FreeBSD.ORG In-Reply-To: <36D4C4AD.594CDFD6@ix.netcom.com> from "Mike" at Feb 24, 99 10:33:46 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 579 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > oh, so that would suggest that for some reason pkts remain trapped into > > a pipe but never come out ... i will investigate the problem, in the > > meantime if you can tell me the above it will help track any bug (also, > > if i send you some patches, would you be able to test them ?) > > Yes, of course. > Anything to fix the possible problems. > > Thanks, for your assistance thank you for your help. feedback from users like you is fundamental for me to find&fix stability problems on busy machines. will be back with more on this i think next week. cheers luigi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Feb 25 2:23: 5 1999 Delivered-To: freebsd-stable@freebsd.org Received: from rsfq.npi.msu.su (unknown [194.67.81.98]) by hub.freebsd.org (Postfix) with ESMTP id 7E53C14D30 for ; Thu, 25 Feb 1999 02:22:24 -0800 (PST) (envelope-from svysh@rsfq.npi.msu.su) Received: from handel.rsfq.npi.msu.su (handel.rsfq.npi.msu.su [158.250.52.24]) by rsfq.npi.msu.su (8.9.2/8.9.2) with SMTP id NAA01625 for ; Thu, 25 Feb 1999 13:22:14 +0300 (MSK) (envelope-from svysh@rsfq.npi.msu.su) Message-Id: <3.0.5.32.19990225132324.007bd840@rsfq.npi.msu.su> X-Sender: svysh@rsfq.npi.msu.su (Unverified) X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Thu, 25 Feb 1999 13:23:24 +0300 To: freebsd-stable@freebsd.org From: Sergei Vyshenski Subject: mergemaster and /dev/ Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG From the body of mergemaster and from its output, it is clear that it builds and populates .../temproot/dev/ directory. But does it take care of files in the actual /dev/ directory? Is it necessary to install /dev/ later by hand as described in a tutorial on making the world? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Feb 25 3:49:12 1999 Delivered-To: freebsd-stable@freebsd.org Received: from eagle.plab.ku.dk (eagle.plab.ku.dk [130.225.105.63]) by hub.freebsd.org (Postfix) with ESMTP id 921F914D32 for ; Thu, 25 Feb 1999 03:49:09 -0800 (PST) (envelope-from voland@eagle.plab.ku.dk) Received: (from voland@localhost) by eagle.plab.ku.dk (8.9.2/8.9.1) id MAA03619; Thu, 25 Feb 1999 12:47:27 +0100 (CET) (envelope-from voland) Mime-version: 1.0 Content-type: text/plain; charset="koi8-r" Content-transfer-encoding: 8bit X-Comment-To: William Lloyd To: William Lloyd Cc: freebsd-stable@FreeBSD.ORG Subject: Re: 3.1 Release splash image References: <19990223224829.A3826@tolstoy.mpd.ca> From: Vadim Belman In-Reply-To: William Lloyd's message of "Tue, 23 Feb 1999 22:48:29 -0500" Date: 25 Feb 1999 12:47:27 +0100 Message-ID: <85sobuvh68.fsf@eagle.plab.ku.dk> Lines: 23 X-Mailer: Gnus v5.5/Emacs 20.3 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi William! On 24 Feb 99 at 04:48, "William" (William Lloyd) wrote: William> Perhaps WC has the intention of using the CD-ROM cover image ? William> I make no claims about artistic talent, I was playing in gimp. William> The artwork is obviously stolen from one of the freebsd www William> banners ;-) William> http://www.slap.net/~wlloyd http://www.plab.ku.dk/voland/stuff.html contains three splash screens (actually, two of them are made specially for our laboratory, as well as two logos for the KDE desktop manager). I'm not a happy owner of artistic talent either. What I'm trying to say is that the image used in my splash BMPs is the best one related to the daemon I ever seen. -- /Voland Vadim Belman E-mail: voland@plab.ku.dk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Feb 25 4:31:22 1999 Delivered-To: freebsd-stable@freebsd.org Received: from starfish.hendigital.com.au (starfish.hendigital.com.au [203.57.79.241]) by hub.freebsd.org (Postfix) with ESMTP id 5BE1E14D1F for ; Thu, 25 Feb 1999 04:29:49 -0800 (PST) (envelope-from john@hendigital.com.au) Received: from stingray (stingray.hendigital.com.au [203.57.79.243]) by starfish.hendigital.com.au (8.9.0/8.9.0) with SMTP id TAA09395 for ; Thu, 25 Feb 1999 19:21:53 +0800 (WST) Message-Id: <199902251121.TAA09395@starfish.hendigital.com.au> From: "John Hennessy" Organization: Hennessy Digital To: freebsd-stable@FreeBSD.ORG Date: Thu, 25 Feb 1999 19:20:10 +0800 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT X-mailer: Pegasus Mail for Win32 (v3.01d) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG subscribe freebsd-stable To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Feb 25 5: 0:58 1999 Delivered-To: freebsd-stable@freebsd.org Received: from milf18.bus.net (milf18.bus.net [207.41.25.18]) by hub.freebsd.org (Postfix) with ESMTP id C647B14D7F for ; Thu, 25 Feb 1999 05:00:23 -0800 (PST) (envelope-from cao@milf18.bus.net) Received: (from cao@localhost) by milf18.bus.net (8.8.8/8.8.8) id IAA25274 for freebsd-stable@freebsd.org; Thu, 25 Feb 1999 08:00:05 -0500 (EST) (envelope-from cao) Date: Thu, 25 Feb 1999 08:00:05 -0500 From: "Chuck O'Donnell" To: freebsd-stable@freebsd.org Subject: perl config broken? Message-ID: <19990225080005.A25187@milf18.bus.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Using FreeBSD 3.1-STABLE, last cvsup February 24 I had a problem compiling a perl modules that requires dynamic loading (specifically mod_perl). Compilation breaks when the linker is called. Look at the following two commands, which are similar to the ones that perl modules use to automatically determine system flags: $ perl -MConfig -e 'print "$Config{ld}\n"' ld $ perl -MConfig -e 'print "$Config{ldflags}\n"' -Wl,-E $ I think "-Wl,-E" is a flag to gcc, telling it what flags to pass to the linker. So in that case, $Config{ld} should report "cc" or "gcc", no? Addionally, cut from `perldoc Config': ld From dlsrc.U: This variable indicates the program to be used to link libraries for dynamic loading. On some systems, it is ld. On ELF systems, it should be $cc. Mostly, we'll try to respect the hint file setting. I did a cvsup and make world last night to make sure that this hasn't already been addressed, but it hasn't. I will be happy to do any work (investigation or otherwise) to fix it if someone can offer a pointer in the right direction with regards to how we maintain the perl build environment under FreeBSD. Thanks. Chuck To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Feb 25 5:20:19 1999 Delivered-To: freebsd-stable@freebsd.org Received: from sloth.cs.unm.edu (sloth.cs.unm.edu [198.59.151.21]) by hub.freebsd.org (Postfix) with ESMTP id 53C5B14CF6 for ; Thu, 25 Feb 1999 05:19:26 -0800 (PST) (envelope-from cfaehl@cs.unm.edu) Received: from avarice.cs.unm.edu ([198.59.151.252]) by sloth.cs.unm.edu with esmtp (Exim 2.10 #1) id 10G0hH-0007YN-00; Thu, 25 Feb 1999 06:19:23 -0700 X-Mailer: exmh version 2.0.2 2/24/98 To: Tom Ishikawa Cc: freebsd-stable@freebsd.org Subject: Re: Problem w/ 3.1-STABLE/RELEASE In-Reply-To: Message from Tom Ishikawa of "Wed, 24 Feb 1999 18:48:21 EST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 25 Feb 1999 06:19:10 -0700 From: "Chris D. Faehl" Message-Id: Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > Hi, > > I recently installed 3.1-STABLE and have a problem. > My PC does not boot any more. It's said 'invalid format' and repeats > 'boot.help' file. I tried 3.1-RELEASE, 3.0-19990209-STABLE, > and 4.0-19990223-SNAP and those gives me the same error. > > my system is P-II 450, GA-6BXC motherboard. > > any hints or suggestions? disklabel -B da0 ^^^ or whatever your root disk is. The boot loader you've got on your disk right now can't deal with ELF kernels. > > BTW, it works w/ 2.2.8-RELEASE. > > thanx > -tishi > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > ------------------------------------------------------------------------------- Chris Faehl | Email: cfaehl@cs.unm.edu The University of New Mexico | URL: http://www.cs.unm.edu/~cfaehl Computer Science Dept., Rm. FEC 313 | Phone: 505/277-3016 Albuquerque, NM 87131 USA | FAX: 505/277-6927 ------------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Feb 25 5:54:37 1999 Delivered-To: freebsd-stable@freebsd.org Received: from mortar.carlson.com (mortar.carlson.com [208.240.12.98]) by hub.freebsd.org (Postfix) with ESMTP id D487F14D95; Thu, 25 Feb 1999 05:54:29 -0800 (PST) (envelope-from veldy@visi.com) Received: from mortar.carlson.com (root@localhost) by mortar.carlson.com with ESMTP id HAA05742; Thu, 25 Feb 1999 07:53:54 -0600 (CST) Received: from w142844 ([172.25.99.35]) by mortar.carlson.com with SMTP id HAA05738; Thu, 25 Feb 1999 07:53:52 -0600 (CST) Message-ID: <022501be60c6$6107e110$236319ac@w142844.carlson.com> From: "Thomas T. Veldhouse" To: "Kris Kennaway" Cc: "FreeBSD-Current" , "FreeBSD-Stable" Subject: Re: listproc problem? Date: Thu, 25 Feb 1999 07:54:34 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >> Also, as a side note, how do I set up my box to use PostFix instead of >> sendmail? I heard that it was (or was considered) included in the >> 3.1-RELEASE, it just wasn't enabled by default. > >It was shouted down as unnecessary bloat in favour of a port. However, I >haven't seen this port submitted yet..until then looks like you'll have to >install manually. > I have done that and it works pretty well. It is still BETA though. It is probably just as well that it isn't in the core distribution. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Feb 25 6:44:25 1999 Delivered-To: freebsd-stable@freebsd.org Received: from point.osg.gov.bc.ca (point.osg.gov.bc.ca [142.32.102.44]) by hub.freebsd.org (Postfix) with ESMTP id D132414D91 for ; Thu, 25 Feb 1999 06:44:23 -0800 (PST) (envelope-from Cy.Schubert@uumail.gov.bc.ca) Received: (from daemon@localhost) by point.osg.gov.bc.ca (8.9.1/8.8.8) id GAA13602; Thu, 25 Feb 1999 06:44:06 -0800 Received: from passer.osg.gov.bc.ca(142.32.110.29) via SMTP by point.osg.gov.bc.ca, id smtpda13600; Thu Feb 25 06:43:51 1999 Received: (from uucp@localhost) by passer.osg.gov.bc.ca (8.9.3/8.9.1) id GAA21339; Thu, 25 Feb 1999 06:43:35 -0800 (PST) Message-Id: <199902251443.GAA21339@passer.osg.gov.bc.ca> Received: from localhost.osg.gov.bc.ca(127.0.0.1), claiming to be "passer.osg.gov.bc.ca" via SMTP by localhost.osg.gov.bc.ca, id smtpdL21327; Thu Feb 25 06:43:05 1999 X-Mailer: exmh version 2.0.2 2/24/98 Reply-To: Cy Schubert - ITSD Open Systems Group X-OS: FreeBSD 2.2.8-RELEASE+CAM X-Sender: cschuber To: Sergei Vyshenski Cc: freebsd-stable@FreeBSD.ORG Subject: Re: mergemaster and /dev/ In-reply-to: Your message of "Thu, 25 Feb 1999 13:23:24 +0300." <3.0.5.32.19990225132324.007bd840@rsfq.npi.msu.su> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 25 Feb 1999 06:43:05 -0800 From: Cy Schubert Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <3.0.5.32.19990225132324.007bd840@rsfq.npi.msu.su>, Sergei Vyshenski writes: > From the body of mergemaster and from its output, it is clear > that it builds and populates .../temproot/dev/ directory. > But does it take care of files in the actual /dev/ directory? > Is it necessary to install /dev/ later by hand as described > in a tutorial on making the world? I've got a test partition that I run 3.1 from at home. I ran mergemaster and rebooted. The system boots and my applications run. What more is there to say? Regards, Phone: (250)387-8437 Cy Schubert Fax: (250)387-5766 Open Systems Group Internet: Cy.Schubert@uumail.gov.bc.ca ITSD Cy.Schubert@gems8.gov.bc.ca Province of BC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Feb 25 12:47:51 1999 Delivered-To: freebsd-stable@freebsd.org Received: from maile.telia.com (maile.telia.com [194.22.190.16]) by hub.freebsd.org (Postfix) with ESMTP id CAC9614C8B for ; Thu, 25 Feb 1999 12:47:43 -0800 (PST) (envelope-from girgen@partitur.se) Received: from d1o29.telia.com (root@d1o29.telia.com [194.236.214.241]) by mailc.telia.com (8.8.8/8.8.8) with ESMTP id EAA25431; Wed, 24 Feb 1999 04:58:44 +0100 (CET) Received: from stordatan.telia.com (t3o29p107.telia.com [194.236.215.107]) by d1o29.telia.com (8.8.8/8.8.5) with ESMTP id EAA05055; Wed, 24 Feb 1999 04:58:39 +0100 (MET) Received: from partitur.se (localhost [127.0.0.1]) by stordatan.telia.com (8.9.2/8.9.1) with ESMTP id EAA67028; Wed, 24 Feb 1999 04:58:12 +0100 (CET) (envelope-from girgen@partitur.se) Message-ID: <36D378D4.74ECC3F3@partitur.se> Date: Wed, 24 Feb 1999 04:58:12 +0100 From: Palle Girgensohn Organization: Partitur X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 3.1-STABLE i386) X-Accept-Language: sv, en MIME-Version: 1.0 To: Roland Jesse Cc: freebsd-stable@freebsd.org Subject: Re: Update from KDE 1.0 to KDE 1.1 References: <14032.40701.478834.986191@cs.uni-magdeburg.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have also seen these messages, but also got rid of them by rebuilding everything. (In my case I made it even more complicated by experimenting with egcs compiler. It seems to be very important that both qt and kde are all built by the same compiler.) /Palle Roland Jesse wrote: > > Hello, > > I just wanted to upgrade KDE from 1.0 to 1.1. `uname -sr` is "FreeBSD > 3.1-STABLE". > > While trying to build the kde11 port, I get a failure message out of > the configure step of kdelibs11. Its config.log file ends in: > > ------- snip ------- > configure:4686: checking for Qt > tried /usr/lib/qt/lib > configure:4790: c++ -o conftest -O -pipe -I/usr/X11R6/include/X11/qt -L/usr/X11 > R6/lib -L/usr/X11R6/lib conftest.C -lqt -lXext -lX11 1>&5 > /var/tmp/ccLO36931.o: In function `QDictM_QMetaObject::deleteItem(void *)': > /var/tmp/ccLO36931.o(.text+0x1e): undefined reference to `QMetaObject::~QMetaObj > ect(void)' > /var/tmp/ccLO36931.o: In function `QDictM_QMetaObject::~QDictM_QMetaObject(void) > ': > /var/tmp/ccLO36931.o(.text+0x4e): undefined reference to `QGDict::~QGDict(void)' > /var/tmp/ccLO36931.o: In function `QListM_QObject::~QListM_QObject(void)': > /var/tmp/ccLO36931.o(.text+0xbe): undefined reference to `QGList::~QGList(void)' > /var/tmp/ccLO36931.o: In function `QString::~QString(void)': > /var/tmp/ccLO36931.o(.text+0xee): undefined reference to `QGArray::~QGArray(void > )' > /var/tmp/ccLO36931.o: In function `QArrayT::~QArrayT(void)': > /var/tmp/ccLO36931.o(.text+0x116): undefined reference to `QGArray::~QGArray(voi > d)' > configure: failed program was: > #include "confdefs.h" > #include > #include > #include > > #if ! (QT_VERSION >= 142) > #error 1 > #endif > > int main() { > return 0; > } > ------- snap ------- > > The port of Qt 1.42 is installed. But the port of Qt 1.40 is > installed, too. It cannot be removed because of `pkg_info -R qt-1.40`: > > ------- snip ------- > Information for qt-1.40: > > Required by: > kdelibs-1.0 > kdebase-1.0 > kdeutils-1.0 > kdesupport-1.0 > kdegames-1.0 > kdegraphics-1.0 > kdenetwork-1.0 > kdemultimedia-1.0 > kde-1.0 > ------- snap ------- > > The port of Qt 1.42 was installed *after* 1.40. So - what am I missing > here? Any ideas? > > As a general side note: How is the user (me) supposed to remove the > KDE 1.0 ports while installing the KDE 1.1 port? I simply did not want > to pkg_delete the KDE 1.0 related ports (see above) before 1.1 is > installed. But when I delete the 1.0 ports after installing KDE 1.1, > files part of 1.1 might get removed. Does anybody have a way out of > this 'circle'? I would appreciate it. > > Regards, > Roland > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Feb 25 13:13:31 1999 Delivered-To: freebsd-stable@freebsd.org Received: from mortar.carlson.com (mortar.carlson.com [208.240.12.98]) by hub.freebsd.org (Postfix) with ESMTP id BE66914DE0 for ; Thu, 25 Feb 1999 13:13:27 -0800 (PST) (envelope-from veldy@visi.com) Received: from mortar.carlson.com (root@localhost) by mortar.carlson.com with ESMTP id PAA08344; Thu, 25 Feb 1999 15:12:40 -0600 (CST) Received: from w142844 ([172.25.99.35]) by mortar.carlson.com with SMTP id PAA08340; Thu, 25 Feb 1999 15:12:31 -0600 (CST) Message-ID: <004701be6103$9f03b8d0$236319ac@w142844.carlson.com> From: "Thomas T. Veldhouse" To: "Palle Girgensohn" , "Roland Jesse" Cc: Subject: Re: Update from KDE 1.0 to KDE 1.1 Date: Thu, 25 Feb 1999 15:12:50 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >I have also seen these messages, but also got rid of them by rebuilding >everything. (In my case I made it even more complicated by experimenting >with egcs compiler. It seems to be very important that both qt and kde >are all built by the same compiler.) > That is because EGCS uses a different (and better) C++ library to link to than gcc-2.7.2.1. EGCS has much better C++ support, so I would build everything with Qt or KDE using EGCS. It is bound to be faster. This is very much like the problems with differing versions of the C library that Linux is having right now. I don't suppose there is a way for the port to check which library Qt is linked against and then to use the appropriate compiler (i.e. use sed, awk or perl?). Tom Veldhouse veldy@visi.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Feb 25 13:20:42 1999 Delivered-To: freebsd-stable@freebsd.org Received: from saga1.Stanford.EDU (saga1.Stanford.EDU [171.64.15.131]) by hub.freebsd.org (Postfix) with ESMTP id A874D14D8D for ; Thu, 25 Feb 1999 13:19:41 -0800 (PST) (envelope-from zxu@leland.Stanford.EDU) Received: (from zxu@localhost) by saga1.Stanford.EDU (8.8.8/8.8.7) id NAA17070; Thu, 25 Feb 1999 13:19:25 -0800 (PST) Date: Thu, 25 Feb 1999 13:19:25 -0800 (PST) From: Zhong Xu To: freebsd-stable@FreeBSD.ORG Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG auth 9199116c subscribe freebsd-stable zxu@leland.Stanford.EDU To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Feb 25 13:55:45 1999 Delivered-To: freebsd-stable@freebsd.org Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (Postfix) with ESMTP id 6EEF514DEB for ; Thu, 25 Feb 1999 13:55:43 -0800 (PST) (envelope-from jdp@polstra.com) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.9.1/8.9.1) with ESMTP id NAA00576; Thu, 25 Feb 1999 13:55:26 -0800 (PST) (envelope-from jdp@polstra.com) From: John Polstra Received: (from jdp@localhost) by vashon.polstra.com (8.9.2/8.9.1) id NAA01849; Thu, 25 Feb 1999 13:55:26 -0800 (PST) (envelope-from jdp@polstra.com) Date: Thu, 25 Feb 1999 13:55:26 -0800 (PST) Message-Id: <199902252155.NAA01849@vashon.polstra.com> To: btman@ugcs.caltech.edu Subject: Re: Bad file descriptor In-Reply-To: Organization: Polstra & Co., Seattle, WA Cc: stable@freebsd.org Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In article , Brian Tiemann wrote: > > One of my source directories seems to have gotten clobbered > somehow. It's killing cvsup now, thus: ... > Updater failed: Cannot create directories leading to > "/usr/src/contrib/nvi/docs/interp/#cvs.cvsup-23994.1": Bad file descriptor Yeah, something bad is wrong. > "interp" seems to be broken. And as expected, I can't delete that > directory or even list it. What's the exact error message? Have you tried this? cd /usr/src/contrib/nvi/docs chflags -R 0 interp rm -rf interp or this? cd /usr/src/contrib/nvi chflags -R 0 docs rm -rf docs > So, and I'm sure it's a simple answer (like "fsck it" or > something), Yes, definitely run fsck on the filesystem. John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Nobody ever went broke underestimating the taste of the American public." -- H. L. Mencken To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Feb 25 14:59: 9 1999 Delivered-To: freebsd-stable@freebsd.org Received: from polaris.we.lc.ehu.es (polaris.we.lc.ehu.es [158.227.6.43]) by hub.freebsd.org (Postfix) with ESMTP id 490F214E50 for ; Thu, 25 Feb 1999 14:58:55 -0800 (PST) (envelope-from jose@we.lc.ehu.es) Received: from we.lc.ehu.es (lxpx46.lx.ehu.es [158.227.99.46]) by polaris.we.lc.ehu.es (8.9.1/8.9.1) with ESMTP id XAA16989 for ; Thu, 25 Feb 1999 23:58:36 +0100 (MET) Message-ID: <36D5D59B.F2382FC8@we.lc.ehu.es> Date: Thu, 25 Feb 1999 23:58:35 +0100 From: "Jose M. Alcaide" Organization: Universidad del País Vasco - Dept. Electricidad y Electrónica X-Mailer: Mozilla 4.07 [en] (X11; U; FreeBSD 3.1-RELEASE i386) MIME-Version: 1.0 To: freebsd-stable@FreeBSD.ORG Subject: 3.1-RELEASE: discrepancies between "sysinstall" and "make world" results Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The 3.1R system which results from a "sysinstall" has an important difference from the one that results from a "make world": in the first case, the a.out libraries (the compat22 distribution) are installed under /usr/lib/compat/aout; in the second case, these libraries go into /usr/lib/aout. Some packages (such as netscape-4.08) fails to install under a "sysinstalled" 3.1R system because the package installer checks for the presence of the a.out libraries under /usr/lib/aout. Another problem: the 3.1R sysinstall does not populate the /usr/mdec directory; however, a "make world" does. Jordan? -- JMA ----------------------------------------------------------------------- José MŞ Alcaide | mailto:jose@we.lc.ehu.es Universidad del País Vasco | mailto:jmas@es.FreeBSD.ORG Dpto. de Electricidad y Electrónica | http://www.we.lc.ehu.es/~jose Facultad de Ciencias - Campus de Lejona | Tel.: +34-946012479 48940 Lejona (Vizcaya) - SPAIN | Fax: +34-944858139 ----------------------------------------------------------------------- "Go ahead... make my day." - H. Callahan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Feb 25 15: 7:16 1999 Delivered-To: freebsd-stable@freebsd.org Received: from dingo.cdrom.com (castles204.castles.com [208.214.165.204]) by hub.freebsd.org (Postfix) with ESMTP id 8741914E7F for ; Thu, 25 Feb 1999 15:07:14 -0800 (PST) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (localhost [127.0.0.1]) by dingo.cdrom.com (8.9.1/8.8.8) with ESMTP id PAA02385; Thu, 25 Feb 1999 15:02:00 -0800 (PST) (envelope-from mike@dingo.cdrom.com) Message-Id: <199902252302.PAA02385@dingo.cdrom.com> X-Mailer: exmh version 2.0.2 2/24/98 To: "Jose M. Alcaide" Cc: freebsd-stable@FreeBSD.ORG Subject: Re: 3.1-RELEASE: discrepancies between "sysinstall" and "make world" results In-reply-to: Your message of "Thu, 25 Feb 1999 23:58:35 +0100." <36D5D59B.F2382FC8@we.lc.ehu.es> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Date: Thu, 25 Feb 1999 15:01:59 -0800 From: Mike Smith Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Unfortunately, these reports are too late. Why didn't you test = *before* 3.1 was released? > Another problem: the 3.1R sysinstall does not populate the /usr/mdec > directory; however, a "make world" does. 'make world' is broken in this case. -- = \\ 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. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Feb 25 15: 8:52 1999 Delivered-To: freebsd-stable@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 2116E14DDF; Thu, 25 Feb 1999 15:08:48 -0800 (PST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony [10.0.0.6]) by rover.village.org (8.9.3/8.6.6) with ESMTP id XAA12061; Thu, 25 Feb 1999 23:08:31 GMT Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id QAA04402; Thu, 25 Feb 1999 16:08:35 -0700 (MST) Message-Id: <199902252308.QAA04402@harmony.village.org> To: Palle Girgensohn Subject: Re: panic: aha0 Invalid CCB or SG list Cc: freebsd-stable@FreeBSD.ORG, freebsd-current@FreeBSD.ORG In-reply-to: Your message of "Thu, 25 Feb 1999 03:08:18 +0100." <36D4B092.8B076D55@partitur.se> References: <36D4B092.8B076D55@partitur.se> Date: Thu, 25 Feb 1999 16:08:35 -0700 From: Warner Losh Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <36D4B092.8B076D55@partitur.se> Palle Girgensohn writes: : I've seen three crashes in the last couple of weeks, with a server : box that's been running stable as a rock for two years, at least. It : has an adaptec 2940UW with six disks, and an adaptec 1542CP that's : connected to a seagate travan tape driver. OK. This card is known to be good. At least I've not had any problems with it. : It's running STABLE-3.1 from Feb 19 1999, and since the last : upgrade, I've seen three crashes, all related to dumping to : tape. Since I got no info on what happened, I decided to sit down : with the machine, run a backup sequence to tape, and wait for it to : possibly crash. After 90 minutes, I was about to give up when : suddenly, poof: : panic: aha0 Invalid CCB or SG list. : : So, it's probably the 1540 driver (or hardware)? Ah. OK. I'm not doing tape stuff on my machine. How fast is that seagate tr-4 that you are doing? : Can anybody shed some light on what to do? Is it software? That's my : guess, since the machine never ONCE has crashed until the upgrade to : 3.x. I had one crash when running current form beginning of January : (soon after moving to 3.x), and now theese three in a week. The 1540 : has been in the machine for about six months. Chances are really good that this is software. The invalid ccb or sg list is due to either a race condition or something taht corrupts these things. : If there's anything I can do to help debug I'll do it, but device : drivers are a little above my level of expertise. If you can wait a day or three, I might be able to find something that will help. However, I don't have a tape drive right now to test it with. I'll see what I can beg, borrow or steal. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Feb 25 15: 8:55 1999 Delivered-To: freebsd-stable@freebsd.org Received: from alecto.physics.uiuc.edu (alecto.physics.uiuc.edu [130.126.8.20]) by hub.freebsd.org (Postfix) with ESMTP id 7FFC414DD6 for ; Thu, 25 Feb 1999 15:08:43 -0800 (PST) (envelope-from igor@alecto.physics.uiuc.edu) Received: (from igor@localhost) by alecto.physics.uiuc.edu (8.9.0/8.9.0) id RAA22574; Thu, 25 Feb 1999 17:08:25 -0600 (CST) From: Igor Roshchin Message-Id: <199902252308.RAA22574@alecto.physics.uiuc.edu> Subject: Re: FreeBSD [3.1] is Unix ??? (Was: Re: 3.1 Release splash image) In-Reply-To: <199902250115.TAA47809@nospam.hiwaay.net> from "David Kelly" at "Feb 24, 1999 7:15:51 pm" To: dkelly@hiwaay.net (David Kelly) Date: Thu, 25 Feb 1999 17:08:25 -0600 (CST) Cc: stable@freebsd.org X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Igor Roshchin writes: > > > > On that screen image I see the word "Unix". > > I wonder - how about the statement that FreeBSD is not a Unix, > > but a Unix-like system ? > > (see http://www.UNIX-systems.org/ by the Opengroup) > > It all has to do with who owns the trademark to the name, "Unix". > FreeBSD, Inc., does not own that trademark and does not pay tribute for > the use of the name. Therefore FreeBSD is only "Unix-like". > > In reality FreeBSD is a true blue-blood Un*x system, traceable to the > origins of Unix. > > > -- > David Kelly N4HHE, dkelly@nospam.hiwaay.net > It's rather the question of definitions. (And you are right - the definitions are given by the owners of the trademark) I know what FreeBSD is, and I refer to it as "Unix" between my friends/colleagues and myself. However, if technically speaking it is not Unix (TM) according to the current definition, - it should not be called that way either on the official web-page, or on the logo-s. Igor To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Feb 25 15:17:55 1999 Delivered-To: freebsd-stable@freebsd.org Received: from polaris.we.lc.ehu.es (polaris.we.lc.ehu.es [158.227.6.43]) by hub.freebsd.org (Postfix) with ESMTP id C5C0414EAD for ; Thu, 25 Feb 1999 15:17:45 -0800 (PST) (envelope-from jose@we.lc.ehu.es) Received: from we.lc.ehu.es (lxpx46.lx.ehu.es [158.227.99.46]) by polaris.we.lc.ehu.es (8.9.1/8.9.1) with ESMTP id AAA17036; Fri, 26 Feb 1999 00:16:43 +0100 (MET) Message-ID: <36D5D9D9.D64EC5DA@we.lc.ehu.es> Date: Fri, 26 Feb 1999 00:16:42 +0100 From: "Jose M. Alcaide" Organization: Universidad del País Vasco - Dept. Electricidad y Electrónica X-Mailer: Mozilla 4.07 [en] (X11; U; FreeBSD 3.1-RELEASE i386) MIME-Version: 1.0 To: Mike Smith Cc: freebsd-stable@FreeBSD.ORG Subject: Re: 3.1-RELEASE: discrepancies between "sysinstall" and "make world" results References: <199902252302.PAA02385@dingo.cdrom.com> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mike Smith wrote: > > Unfortunately, these reports are too late. Why didn't you test > *before* 3.1 was released? > The answer is simple: I cannot install snapshots because the links to the sites that store them is _very_ slow from my University. I "sysinstalled" my first 3.1-RELEASE system yesterday, because it was not available at a nearby mirror before then. I'm sorry. > > Another problem: the 3.1R sysinstall does not populate the /usr/mdec > > directory; however, a "make world" does. > > 'make world' is broken in this case. What do you mean? Nothing must go into /usr/mdec? I was told that some of the files in this directory are needed by PicoBSD. -- JMA ----------------------------------------------------------------------- José MŞ Alcaide | mailto:jose@we.lc.ehu.es Universidad del País Vasco | mailto:jmas@es.FreeBSD.ORG Dpto. de Electricidad y Electrónica | http://www.we.lc.ehu.es/~jose Facultad de Ciencias - Campus de Lejona | Tel.: +34-946012479 48940 Lejona (Vizcaya) - SPAIN | Fax: +34-944858139 ----------------------------------------------------------------------- "Go ahead... make my day." - H. Callahan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Feb 25 16:21:50 1999 Delivered-To: freebsd-stable@freebsd.org Received: from dorifer.heim3.tu-clausthal.de (dorifer.heim3.tu-clausthal.de [139.174.243.252]) by hub.freebsd.org (Postfix) with ESMTP id EEE0214D44 for ; Thu, 25 Feb 1999 16:21:47 -0800 (PST) (envelope-from olli@dorifer.heim3.tu-clausthal.de) Received: (from olli@localhost) by dorifer.heim3.tu-clausthal.de (8.8.8/8.8.8) id BAA22376 for freebsd-stable@FreeBSD.ORG; Fri, 26 Feb 1999 01:21:30 +0100 (CET) (envelope-from olli) Date: Fri, 26 Feb 1999 01:21:30 +0100 (CET) From: Oliver Fromme Message-Id: <199902260021.BAA22376@dorifer.heim3.tu-clausthal.de> To: freebsd-stable@FreeBSD.ORG Subject: Re: 3.1-RELEASE: discrepancies between "sysinstall" and "make world" results Newsgroups: list.freebsd-stable Organization: Administration Heim 3 Reply-To: freebsd-stable@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Newsreader: TIN [version 1.2 RZTUC(3) PL2] Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jose M. Alcaide wrote in list.freebsd-stable: > Mike Smith wrote: > > Unfortunately, these reports are too late. Why didn't you test > > *before* 3.1 was released? > > The answer is simple: I cannot install snapshots because the links > to the sites that store them is _very_ slow from my University. Did you try the "FreeBSD Snap Finder" at the following URL? It is very useful. http://www.itworks.com.au/~gavin/FBSDsites.php3 For example, it would have told you that all recent snapshots and betas were available from ftp7.de.freebsd.org, which has an average transferate of about 40 Kbyte/s to your site (I just uploaded a kernel to your FTP server for testing. ;-) (40 Kbyte/s is not terribly fast, but I think it's fast enough to download a FreeBSD snapshot, which would take about 45 minutes if you download everything.) Regards Oliver -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany (Info: finger userinfo:olli@dorifer.heim3.tu-clausthal.de) "In jedem Stück Kohle wartet ein Diamant auf seine Geburt" (Terry Pratchett) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Feb 25 17:19:10 1999 Delivered-To: freebsd-stable@freebsd.org Received: from starfish.hendigital.com.au (starfish.hendigital.com.au [203.57.79.241]) by hub.freebsd.org (Postfix) with ESMTP id AB52214E62 for ; Thu, 25 Feb 1999 17:18:36 -0800 (PST) (envelope-from john@hendigital.com.au) Received: from stingray (stingray.hendigital.com.au [203.57.79.243]) by starfish.hendigital.com.au (8.9.0/8.9.0) with SMTP id JAA04337 for ; Fri, 26 Feb 1999 09:18:20 +0800 (WST) Message-Id: <199902260118.JAA04337@starfish.hendigital.com.au> From: "John Hennessy" Organization: Hennessy Digital To: stable@FreeBSD.ORG Date: Fri, 26 Feb 1999 09:16:36 +0800 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Achieving 3.1-STABLE X-mailer: Pegasus Mail for Win32 (v3.01d) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have read the available documentation but seemed to have missed something here. People speak of 3.1-RELEASE and 3.1-STABLE. I have a copy of 3.1-RELEASE but wish to move to STABLE for the obvious reasons. As I understood it 3.1-RELEASE is built on the 3.0-STABLE branch. How do I achieve STABLE with my existing RELEASE. Is it simply a matter of applying the code that lives in the 3.1-STABLE directory found on the FTP site. John. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Feb 25 17:33:46 1999 Delivered-To: freebsd-stable@freebsd.org Received: from netmug.org (netmug.org [204.188.144.33]) by hub.freebsd.org (Postfix) with ESMTP id CCA5E14EE2 for ; Thu, 25 Feb 1999 17:33:41 -0800 (PST) (envelope-from perl@netmug.org) Received: from localhost (perl@localhost) by netmug.org (8.8.8/NetMUG_1.0.0) with ESMTP id RAA03586; Thu, 25 Feb 1999 17:31:33 -0800 (PST) Date: Thu, 25 Feb 1999 17:31:33 -0800 (PST) From: perl To: John Hennessy Cc: stable@FreeBSD.ORG Subject: Re: Achieving 3.1-STABLE In-Reply-To: <199902260118.JAA04337@starfish.hendigital.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 26 Feb 1999, John Hennessy wrote: > I have read the available documentation but seemed to have missed > something here. > > People speak of 3.1-RELEASE and 3.1-STABLE. > I have a copy of 3.1-RELEASE but wish to move to STABLE for the obvious > reasons. I'm curious, what are those reasons? > As I understood it 3.1-RELEASE is built on the 3.0-STABLE branch. > > How do I achieve STABLE with my existing RELEASE. > Is it simply a matter of applying the code that lives in the 3.1-STABLE > directory found on the FTP site. Install cvsup from either the package or the port then check out /usr/share/examples/cvsup/stable-supfile. Also take a look at the handbook. Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Feb 25 18:15:52 1999 Delivered-To: freebsd-stable@freebsd.org Received: from zippy.cdrom.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (Postfix) with ESMTP id 3ED7214E8C for ; Thu, 25 Feb 1999 18:15:38 -0800 (PST) (envelope-from jkh@zippy.cdrom.com) Received: from zippy.cdrom.com (localhost [127.0.0.1]) by zippy.cdrom.com (8.9.3/8.9.3) with ESMTP id SAA05575; Thu, 25 Feb 1999 18:15:28 -0800 (PST) (envelope-from jkh@zippy.cdrom.com) To: "Jose M. Alcaide" Cc: freebsd-stable@FreeBSD.ORG Subject: Re: 3.1-RELEASE: discrepancies between "sysinstall" and "make world" results In-reply-to: Your message of "Thu, 25 Feb 1999 23:58:35 +0100." <36D5D59B.F2382FC8@we.lc.ehu.es> Date: Thu, 25 Feb 1999 18:15:28 -0800 Message-ID: <5572.919995328@zippy.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > these libraries go into /usr/lib/aout. Some packages (such as > netscape-4.08) fails to install under a "sysinstalled" 3.1R system > because the package installer checks for the presence of the a.out > libraries under /usr/lib/aout. Hmmm. Modulo the information already spelled out in the ERRATA, I didn't have this problem. > Another problem: the 3.1R sysinstall does not populate the /usr/mdec > directory; however, a "make world" does. /usr/mdec is dead; if make world is still sticking stuff there, it's probably broken. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Feb 25 20:41:49 1999 Delivered-To: freebsd-stable@freebsd.org Received: from freeway.dcfinc.com (cx74889-a.phnx3.az.home.com [24.1.193.157]) by hub.freebsd.org (Postfix) with ESMTP id 73B0714DFC for ; Thu, 25 Feb 1999 20:41:05 -0800 (PST) (envelope-from chad@freeway.dcfinc.com) Received: (from chad@localhost) by freeway.dcfinc.com (8.8.8/8.8.8) id VAA11606; Thu, 25 Feb 1999 21:40:33 -0700 (MST) (envelope-from chad) From: "Chad R. Larson" Message-Id: <199902260440.VAA11606@freeway.dcfinc.com> Subject: Re: FreeBSD [3.1] is Unix ??? (Was: Re: 3.1 Release splash image) In-Reply-To: <199902252308.RAA22574@alecto.physics.uiuc.edu> from Igor Roshchin at "Feb 25, 99 05:08:25 pm" To: igor@physics.uiuc.edu (Igor Roshchin) Date: Thu, 25 Feb 1999 21:40:33 -0700 (MST) Cc: dkelly@hiwaay.net, stable@FreeBSD.ORG Reply-To: chad@DCFinc.com X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG As I recall, Igor Roshchin wrote: > It's rather the question of definitions. > (And you are right - the definitions are given by the owners of the trademark) > > I know what FreeBSD is, and I refer to it as "Unix" between my > friends/colleagues and myself. However, if technically speaking it > is not Unix (TM) according to the current definition, - > it should not be called that way either on the official web-page, or > on the logo-s. > > Igor Any idea what would be involved in getting to be "Real UNIX"? I mean, besides the obvious license fee to X/Open. Is there some validation suite that would have to be passed? How close are we? -crl -- Chad R. Larson (CRL15) 602-953-1392 Brother, can you paradigm? chad@dcfinc.com chad@larsons.org chad@anasazi.com larson1@home.net DCF, Inc. - 14623 North 49th Place, Scottsdale, Arizona 85254-2207 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Feb 25 21: 3:29 1999 Delivered-To: freebsd-stable@freebsd.org Received: from dfw-ix15.ix.netcom.com (dfw-ix15.ix.netcom.com [206.214.98.15]) by hub.freebsd.org (Postfix) with ESMTP id 1ABC014E8A for ; Thu, 25 Feb 1999 21:03:27 -0800 (PST) (envelope-from phate1@ix.netcom.com) Received: (from smap@localhost) by dfw-ix15.ix.netcom.com (8.8.4/8.8.4) id XAA00906; Thu, 25 Feb 1999 23:01:35 -0600 (CST) Received: from user-38ld0ku.dialup.mindspring.com(209.86.130.158) by dfw-ix15.ix.netcom.com via smap (V1.3) id rma000857; Thu Feb 25 23:01:01 1999 Message-ID: <36D62A66.FFA038D9@ix.netcom.com> Date: Fri, 26 Feb 1999 00:00:22 -0500 From: Yev Organization: Integration Soft. X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: chad@DCFinc.com Cc: Igor Roshchin , dkelly@hiwaay.net, stable@FreeBSD.ORG Subject: Re: FreeBSD [3.1] is Unix ??? (Was: Re: 3.1 Release splash image) References: <199902260440.VAA11606@freeway.dcfinc.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG With all due respect.. WHO CARES? Freebsd is a great OS, who cares if its called a Unix, a Un*x, a fake unix, a unix-like OS, a bsd-like unix, etc. If it works great, what difference does it make whats called? OK so if UNIX is a trademark of OpenGroup, dont call it Unix.. Can we please end this thread now? It doesnt even belong in freebsd-stable.. Y Chad R. Larson wrote: > > As I recall, Igor Roshchin wrote: > > It's rather the question of definitions. > > (And you are right - the definitions are given by the owners of the trademark) > > > > I know what FreeBSD is, and I refer to it as "Unix" between my > > friends/colleagues and myself. However, if technically speaking it > > is not Unix (TM) according to the current definition, - > > it should not be called that way either on the official web-page, or > > on the logo-s. > > > > Igor > > Any idea what would be involved in getting to be "Real UNIX"? I > mean, besides the obvious license fee to X/Open. > > Is there some validation suite that would have to be passed? How > close are we? > > -crl > -- > Chad R. Larson (CRL15) 602-953-1392 Brother, can you paradigm? > chad@dcfinc.com chad@larsons.org chad@anasazi.com larson1@home.net > DCF, Inc. - 14623 North 49th Place, Scottsdale, Arizona 85254-2207 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Feb 25 23:18:19 1999 Delivered-To: freebsd-stable@freebsd.org Received: from pop.uniserve.com (pop.uniserve.com [204.244.156.3]) by hub.freebsd.org (Postfix) with SMTP id 0882014EE4 for ; Thu, 25 Feb 1999 23:18:17 -0800 (PST) (envelope-from tom@uniserve.com) Received: from shell.uniserve.ca [204.244.186.218] by pop.uniserve.com with smtp (Exim 1.82 #4) id 10GHX0-0000qD-00; Thu, 25 Feb 1999 23:17:54 -0800 Date: Thu, 25 Feb 1999 23:17:49 -0800 (PST) From: Tom X-Sender: tom@shell.uniserve.ca To: "Chad R. Larson" Cc: Igor Roshchin , dkelly@hiwaay.net, stable@FreeBSD.ORG Subject: Re: FreeBSD [3.1] is Unix ??? (Was: Re: 3.1 Release splash image) In-Reply-To: <199902260440.VAA11606@freeway.dcfinc.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 25 Feb 1999, Chad R. Larson wrote: > Any idea what would be involved in getting to be "Real UNIX"? I > mean, besides the obvious license fee to X/Open. > > Is there some validation suite that would have to be passed? How > close are we? It will never happen. I don't the validation suite is freely available, and it costs a lot of money for an official test. So the best you can do is eyeball the spec and eyeball the code and figure it out for yourself. > -crl > -- > Chad R. Larson (CRL15) 602-953-1392 Brother, can you paradigm? > chad@dcfinc.com chad@larsons.org chad@anasazi.com larson1@home.net > DCF, Inc. - 14623 North 49th Place, Scottsdale, Arizona 85254-2207 Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Feb 25 23:22: 3 1999 Delivered-To: freebsd-stable@freebsd.org Received: from mailhost.iprg.nokia.com (mailhost.iprg.nokia.com [205.226.5.12]) by hub.freebsd.org (Postfix) with ESMTP id 0818414EB2 for ; Thu, 25 Feb 1999 23:22:01 -0800 (PST) (envelope-from scott@iprg.nokia.com) Received: from iprg.nokia.com (melkor.iprg.nokia.com [205.226.1.82]) by mailhost.iprg.nokia.com (8.8.8/8.6.10) with ESMTP id XAA15392; Thu, 25 Feb 1999 23:21:45 -0800 (PST) Message-ID: <36D64B86.30166047@iprg.nokia.com> Date: Thu, 25 Feb 1999 23:21:43 -0800 From: Scott Sewall Organization: Nokia Communications X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 2.2.6-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: stable@freebsd.org Subject: Problem booting 3.1 floppy #1: zf_read: fill error Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Booting the first FreeBSD 3.1 boot floppy (kern.flp) fails with the following message: zf_read: fill_error Any idea what's wrong? The floppy identifies itself: BTX loader 1.00 BTX version is 1.00 . . FreeBSD/i386 bootstrap laoder, Revision 0.5 639/64512KB (jkh@time.cdrom, Mon Feb 15 13:26:18 GMT 1999) . . Any help would be greatly appreciated. -- Scott To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Feb 25 23:33:14 1999 Delivered-To: freebsd-stable@freebsd.org Received: from dingo.cdrom.com (castles134.castles.com [208.214.165.134]) by hub.freebsd.org (Postfix) with ESMTP id C972114EC9 for ; Thu, 25 Feb 1999 23:33:12 -0800 (PST) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (localhost [127.0.0.1]) by dingo.cdrom.com (8.9.1/8.8.8) with ESMTP id XAA05288; Thu, 25 Feb 1999 23:25:22 -0800 (PST) (envelope-from mike@dingo.cdrom.com) Message-Id: <199902260725.XAA05288@dingo.cdrom.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Scott Sewall Cc: stable@freebsd.org Subject: Re: Problem booting 3.1 floppy #1: zf_read: fill error In-reply-to: Your message of "Thu, 25 Feb 1999 23:21:43 PST." <36D64B86.30166047@iprg.nokia.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 25 Feb 1999 23:25:22 -0800 From: Mike Smith Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > Booting the first FreeBSD 3.1 boot floppy (kern.flp) fails with the following message: > zf_read: fill_error > > Any idea what's wrong? You almost certainly have a bad floppy. > The floppy identifies itself: > BTX loader 1.00 BTX version is 1.00 > . > . > FreeBSD/i386 bootstrap laoder, Revision 0.5 639/64512KB > (jkh@time.cdrom, Mon Feb 15 13:26:18 GMT 1999) > . > . > > Any help would be greatly appreciated. > > -- Scott > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > -- \\ 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. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Feb 26 0:10:42 1999 Delivered-To: freebsd-stable@freebsd.org Received: from mailhost.iprg.nokia.com (mailhost.iprg.nokia.com [205.226.5.12]) by hub.freebsd.org (Postfix) with ESMTP id 4E29B14F0F for ; Fri, 26 Feb 1999 00:10:38 -0800 (PST) (envelope-from scott@iprg.nokia.com) Received: from iprg.nokia.com (melkor.iprg.nokia.com [205.226.1.82]) by mailhost.iprg.nokia.com (8.8.8/8.6.10) with ESMTP id AAA16487; Fri, 26 Feb 1999 00:09:19 -0800 (PST) Message-ID: <36D656AE.5B1562A@iprg.nokia.com> Date: Fri, 26 Feb 1999 00:09:19 -0800 From: Scott Sewall Organization: Nokia Communications X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 2.2.6-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Mike Smith Cc: stable@freebsd.org Subject: Re: Problem booting 3.1 floppy #1: zf_read: fill error References: <199902260725.XAA05288@dingo.cdrom.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG That was it. Thanks for your help. -- Scott Mike Smith wrote: > > > > Booting the first FreeBSD 3.1 boot floppy (kern.flp) fails with the following message: > > zf_read: fill_error > > > > Any idea what's wrong? > > You almost certainly have a bad floppy. > > > The floppy identifies itself: > > BTX loader 1.00 BTX version is 1.00 > > . > > . > > FreeBSD/i386 bootstrap laoder, Revision 0.5 639/64512KB > > (jkh@time.cdrom, Mon Feb 15 13:26:18 GMT 1999) > > . > > . > > > > Any help would be greatly appreciated. > > > > -- Scott > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Feb 26 1:25:58 1999 Delivered-To: freebsd-stable@freebsd.org Received: from polaris.we.lc.ehu.es (polaris.we.lc.ehu.es [158.227.6.43]) by hub.freebsd.org (Postfix) with ESMTP id 1302614F19 for ; Fri, 26 Feb 1999 01:20:33 -0800 (PST) (envelope-from jose@we.lc.ehu.es) Received: from we.lc.ehu.es (tiburon [158.227.6.111]) by polaris.we.lc.ehu.es (8.9.1/8.9.1) with ESMTP id KAA17936; Fri, 26 Feb 1999 10:18:46 +0100 (MET) Message-ID: <36D666F5.A1679FC0@we.lc.ehu.es> Date: Fri, 26 Feb 1999 10:18:45 +0100 From: "Jose M. Alcaide" Organization: Universidad del Pais Vasco - Dept. de Electricidad y Electronica X-Mailer: Mozilla 4.08 [en] (X11; U; FreeBSD 3.0-STABLE i386) MIME-Version: 1.0 To: freebsd-stable@FreeBSD.ORG Cc: Oliver Fromme Subject: Re: 3.1-RELEASE: discrepancies between "sysinstall" and "make world" results References: <199902260021.BAA22376@dorifer.heim3.tu-clausthal.de> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Oliver Fromme wrote: > > Jose M. Alcaide wrote in list.freebsd-stable: > > Mike Smith wrote: > > > Unfortunately, these reports are too late. Why didn't you test > > > *before* 3.1 was released? > > > > The answer is simple: I cannot install snapshots because the links > > to the sites that store them is _very_ slow from my University. > > Did you try the "FreeBSD Snap Finder" at the following URL? > It is very useful. > http://www.itworks.com.au/~gavin/FBSDsites.php3 > THANK YOU!!! I didn't heard of that URL before. We have "high" data rates when connecting to other European universities (usually), but it's difficult to find recent mirrors of snapshots. Thanks again, -- JMA ----------------------------------------------------------------------- José MŞ Alcaide | mailto:jose@we.lc.ehu.es Universidad del País Vasco | mailto:jmas@es.FreeBSD.ORG Dpto. de Electricidad y Electrónica | http://www.we.lc.ehu.es/~jose Facultad de Ciencias - Campus de Lejona | Tel.: +34-946012479 48940 Lejona (Vizcaya) - SPAIN | Fax: +34-944858139 ----------------------------------------------------------------------- "Go ahead... make my day." - H. Callahan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Feb 26 1:51:11 1999 Delivered-To: freebsd-stable@freebsd.org Received: from polaris.we.lc.ehu.es (polaris.we.lc.ehu.es [158.227.6.43]) by hub.freebsd.org (Postfix) with ESMTP id 10D2B14F47 for ; Fri, 26 Feb 1999 01:41:01 -0800 (PST) (envelope-from jose@we.lc.ehu.es) Received: from we.lc.ehu.es (tiburon [158.227.6.111]) by polaris.we.lc.ehu.es (8.9.1/8.9.1) with ESMTP id KAA18031; Fri, 26 Feb 1999 10:38:19 +0100 (MET) Message-ID: <36D66B8A.13D6F8A5@we.lc.ehu.es> Date: Fri, 26 Feb 1999 10:38:18 +0100 From: "Jose M. Alcaide" Organization: Universidad del Pais Vasco - Dept. de Electricidad y Electronica X-Mailer: Mozilla 4.08 [en] (X11; U; FreeBSD 3.0-STABLE i386) MIME-Version: 1.0 To: "Jordan K. Hubbard" Cc: freebsd-stable@FreeBSD.ORG Subject: Re: 3.1-RELEASE: discrepancies between "sysinstall" and "make world" results References: <5572.919995328@zippy.cdrom.com> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jordan K. Hubbard wrote: > > > these libraries go into /usr/lib/aout. Some packages (such as > > netscape-4.08) fails to install under a "sysinstalled" 3.1R system > > because the package installer checks for the presence of the a.out > > libraries under /usr/lib/aout. > > Hmmm. Modulo the information already spelled out in the ERRATA, I > didn't have this problem. > You are right about the Netscape problem, but... in any case, there is a difference between the "sysinstall" and the "make world". In /usr/src/share/mk/bsd.own.mk (v1.21), lines 143-146: .if ${OBJFORMAT} == aout LIBDIR?= /usr/lib/aout .else LIBDIR?= /usr/lib .endif But these libraries are installed under /usr/lib/compat/aout by sysinstall. BTW, the URL http://www.freebsd.org/releases/3.1/errata.html (mentioned in ERRATA.TXT) does not exist. > > Another problem: the 3.1R sysinstall does not populate the /usr/mdec > > directory; however, a "make world" does. > > /usr/mdec is dead; if make world is still sticking stuff there, it's > probably broken. > I don't use /usr/mdec at all, but I was told that some of its files are needed by PicoBSD. As I have not [yet] used PicoBSD, I am not sure that this problem actually exists. -- JMA ----------------------------------------------------------------------- José MŞ Alcaide | mailto:jose@we.lc.ehu.es Universidad del País Vasco | mailto:jmas@es.FreeBSD.ORG Dpto. de Electricidad y Electrónica | http://www.we.lc.ehu.es/~jose Facultad de Ciencias - Campus de Lejona | Tel.: +34-946012479 48940 Lejona (Vizcaya) - SPAIN | Fax: +34-944858139 ----------------------------------------------------------------------- "Go ahead... make my day." - H. Callahan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Feb 26 6: 2:21 1999 Delivered-To: freebsd-stable@freebsd.org Received: from roo.stockholm.yahoo.com (roo.stockholm.yahoo.com [195.67.32.209]) by hub.freebsd.org (Postfix) with ESMTP id 3FB4D14F40 for ; Fri, 26 Feb 1999 06:01:12 -0800 (PST) (envelope-from felipe@se.yahoo-inc.com) Received: from se.yahoo-inc.com (localhost [127.0.0.1]) by roo.stockholm.yahoo.com (8.9.1/8.9.1) with ESMTP id OAA00310; Fri, 26 Feb 1999 14:59:47 +0100 (CET) (envelope-from felipe@se.yahoo-inc.com) Message-ID: <36D6A8D3.77FB3385@se.yahoo-inc.com> Date: Fri, 26 Feb 1999 14:59:47 +0100 From: Felipe Garcia Organization: Yahoo! X-Mailer: Mozilla 4.07 [en] (X11; I; FreeBSD 3.0-RELEASE i386) MIME-Version: 1.0 To: "Chris D. Faehl" Cc: Tom Ishikawa , freebsd-stable@FreeBSD.ORG Subject: Re: Problem w/ 3.1-STABLE/RELEASE References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Chris D. Faehl wrote: > > > > > Hi, > > > > I recently installed 3.1-STABLE and have a problem. > > My PC does not boot any more. It's said 'invalid format' and repeats > > 'boot.help' file. I tried 3.1-RELEASE, 3.0-19990209-STABLE, > > and 4.0-19990223-SNAP and those gives me the same error. > > > > my system is P-II 450, GA-6BXC motherboard. > > > > any hints or suggestions? > > disklabel -B da0 > ^^^ tried this but I still get invaild format. tried building /usr/src/sys/i386/boot/biosboot and oing disklabel -B -b boot1 -s boot2 da0 in /usr/mdec, this puts the old loader in.... /felipe > or whatever your root disk is. The boot loader you've got on your > disk right now can't deal with ELF kernels. > > > > > BTW, it works w/ 2.2.8-RELEASE. > > > > thanx > > -tishi > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-stable" in the body of the message > > > > ------------------------------------------------------------------------------- > Chris Faehl | Email: cfaehl@cs.unm.edu > The University of New Mexico | URL: http://www.cs.unm.edu/~cfaehl > Computer Science Dept., Rm. FEC 313 | Phone: 505/277-3016 > Albuquerque, NM 87131 USA | FAX: 505/277-6927 > ------------------------------------------------------------------------------- > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message -- Felipe Garcia felipe@se.yahoo-inc.com +46 8 412 69 84 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Feb 26 6:54:29 1999 Delivered-To: freebsd-stable@freebsd.org Received: from roo.stockholm.yahoo.com (roo.stockholm.yahoo.com [195.67.32.209]) by hub.freebsd.org (Postfix) with ESMTP id 1CFE21509F for ; Fri, 26 Feb 1999 06:54:19 -0800 (PST) (envelope-from felipe@se.yahoo-inc.com) Received: from se.yahoo-inc.com (localhost [127.0.0.1]) by roo.stockholm.yahoo.com (8.9.1/8.9.1) with ESMTP id PAA00312 for ; Fri, 26 Feb 1999 15:53:51 +0100 (CET) (envelope-from felipe@se.yahoo-inc.com) Message-ID: <36D6B57E.AB156247@se.yahoo-inc.com> Date: Fri, 26 Feb 1999 15:53:50 +0100 From: Felipe Garcia Organization: Yahoo! X-Mailer: Mozilla 4.07 [en] (X11; I; FreeBSD 3.0-RELEASE i386) MIME-Version: 1.0 To: "freebsd-stable@FreeBSD.ORG" Subject: load src broken Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG su-2.02# make Warning: Object directory not changed from original /usr/src/sys/boot/i386/loader cc -O -pipe -DBOOT_FORTH -I/usr/src/sys/boot/i386/loader/../../ficl -I/usr/src/sys/boot/i386/loader/../../common -I/usr/src/sys/boot/i386/loader/../../.. -I. -Wall -I/usr/src/sys/boot/i386/loader/.. -I/usr/src/sys/boot/i386/loader/../btx/lib -elf -DNEW_LINKER_SET -c /usr/src/sys/boot/i386/loader/../../common/commands.c /usr/src/sys/boot/i386/loader/../../common/commands.c: In function `command_echo': /usr/src/sys/boot/i386/loader/../../common/commands.c:303: `optreset' undeclared (first use this function) /usr/src/sys/boot/i386/loader/../../common/commands.c:303: (Each undeclared identifier is reported only once /usr/src/sys/boot/i386/loader/../../common/commands.c:303: for each function it appears in.) /usr/src/sys/boot/i386/loader/../../common/commands.c: In function `command_read': /usr/src/sys/boot/i386/loader/../../common/commands.c:348: `optreset' undeclared (first use this function) /usr/src/sys/boot/i386/loader/../../common/commands.c: In function `command_lsdev': /usr/src/sys/boot/i386/loader/../../common/commands.c:444: `optreset' undeclared (first use this function) /usr/src/sys/boot/i386/loader/../../common/commands.c:461: structure has no member named `dv_print' /usr/src/sys/boot/i386/loader/../../common/commands.c:462: structure has no member named `dv_print' /usr/src/sys/boot/i386/loader/../../common/commands.c:464: structure has no member named `dv_print' *** Error code 1 Stop. su-2.02# pwd /usr/src/sys/boot/i386/loader su-2.02# /felipe -- Felipe Garcia felipe@se.yahoo-inc.com +46 8 412 69 84 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Feb 26 6:58:54 1999 Delivered-To: freebsd-stable@freebsd.org Received: from fallout.campusview.indiana.edu (fallout.campusview.indiana.edu [149.159.1.1]) by hub.freebsd.org (Postfix) with ESMTP id D3CD115007 for ; Fri, 26 Feb 1999 06:58:31 -0800 (PST) (envelope-from jfieber@fallout.campusview.indiana.edu) Received: from localhost (jfieber@localhost) by fallout.campusview.indiana.edu (8.9.2/8.9.1) with ESMTP id JAA11404; Fri, 26 Feb 1999 09:58:02 -0500 (EST) Date: Fri, 26 Feb 1999 09:58:02 -0500 (EST) From: John Fieber To: Tom Cc: "Chad R. Larson" , Igor Roshchin , dkelly@hiwaay.net, stable@FreeBSD.ORG Subject: Re: FreeBSD [3.1] is Unix ??? (Was: Re: 3.1 Release splash image) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 25 Feb 1999, Tom wrote: > On Thu, 25 Feb 1999, Chad R. Larson wrote: > > > Any idea what would be involved in getting to be "Real UNIX"? I > > mean, besides the obvious license fee to X/Open. > > > > Is there some validation suite that would have to be passed? How > > close are we? > > It will never happen. I don't the validation suite is freely available, > and it costs a lot of money for an official test. So the best you can do > is eyeball the spec and eyeball the code and figure it out for yourself. Not only does the validation process cost money, but passing requires Motif/CDE. (For the workstation Unix at least). -john To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Feb 26 7: 5:35 1999 Delivered-To: freebsd-stable@freebsd.org Received: from d1o29.telia.com (d1o29.telia.com [194.236.214.241]) by hub.freebsd.org (Postfix) with ESMTP id 8E7E814F4E; Fri, 26 Feb 1999 07:05:13 -0800 (PST) (envelope-from girgen@partitur.se) Received: from stordatan.telia.com (t2o29p108.telia.com [194.236.214.228]) by d1o29.telia.com (8.8.8/8.8.5) with ESMTP id QAA23119; Fri, 26 Feb 1999 16:04:53 +0100 (MET) Received: from partitur.se (localhost [127.0.0.1]) by stordatan.telia.com (8.9.2/8.9.1) with ESMTP id QAA00468; Fri, 26 Feb 1999 16:04:27 +0100 (CET) (envelope-from girgen@partitur.se) Message-ID: <36D6B7FB.C919EE6A@partitur.se> Date: Fri, 26 Feb 1999 16:04:27 +0100 From: User Girgen Organization: Partitur X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 3.1-STABLE i386) X-Accept-Language: sv, en MIME-Version: 1.0 To: Warner Losh Cc: freebsd-stable@FreeBSD.ORG, freebsd-current@FreeBSD.ORG Subject: Re: panic: aha0 Invalid CCB or SG list References: <36D4B092.8B076D55@partitur.se> <199902252308.QAA04402@harmony.village.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Warner Losh wrote: > > In message <36D4B092.8B076D55@partitur.se> Palle Girgensohn writes: > : I've seen three crashes in the last couple of weeks, with a server > : box that's been running stable as a rock for two years, at least. It > : has an adaptec 2940UW with six disks, and an adaptec 1542CP that's > : connected to a seagate travan tape driver. > > OK. This card is known to be good. At least I've not had any > problems with it. Same here, until now. > : It's running STABLE-3.1 from Feb 19 1999, and since the last > : upgrade, I've seen three crashes, all related to dumping to > : tape. Since I got no info on what happened, I decided to sit down > : with the machine, run a backup sequence to tape, and wait for it to > : possibly crash. After 90 minutes, I was about to give up when > : suddenly, poof: > : panic: aha0 Invalid CCB or SG list. > : > : So, it's probably the 1540 driver (or hardware)? > > Ah. OK. I'm not doing tape stuff on my machine. How fast is that > seagate tr-4 that you are doing? It claims 600 Kbytes/s; normally around 550 Kb when at its best, but it depends. > : Can anybody shed some light on what to do? Is it software? That's my > : guess, since the machine never ONCE has crashed until the upgrade to > : 3.x. I had one crash when running current form beginning of January > : (soon after moving to 3.x), and now theese three in a week. The 1540 > : has been in the machine for about six months. > > Chances are really good that this is software. The invalid ccb or sg > list is due to either a race condition or something taht corrupts > these things. > > : If there's anything I can do to help debug I'll do it, but device > : drivers are a little above my level of expertise. > > If you can wait a day or three, I might be able to find something that > will help. However, I don't have a tape drive right now to test it > with. I'll see what I can beg, borrow or steal. I can wait, no problem. It seems that the crashes occur when the CPU is 100% loaded. (The backup system (amanda) is running gzip on dumps before writing to tape. It's a parallell process: the client dumps and gzips, and sent the zipped file over network to tape host, which puts it on a scratch disk. These files are written to tape by the tape host. The crashes occur when the tape host is scheduled for level 0 dumps itself, meaning it will perform gzip at the same it is writing to tape. This explains why it doesn't happen every night.) Thanks a lot for helping! /Palle To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Feb 26 9:34:46 1999 Delivered-To: freebsd-stable@freebsd.org Received: from dingo.cdrom.com (castles134.castles.com [208.214.165.134]) by hub.freebsd.org (Postfix) with ESMTP id 024EF14FB7 for ; Fri, 26 Feb 1999 09:34:41 -0800 (PST) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (localhost [127.0.0.1]) by dingo.cdrom.com (8.9.1/8.8.8) with ESMTP id JAA08248; Fri, 26 Feb 1999 09:26:29 -0800 (PST) (envelope-from mike@dingo.cdrom.com) Message-Id: <199902261726.JAA08248@dingo.cdrom.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Felipe Garcia Cc: "freebsd-stable@FreeBSD.ORG" Subject: Re: load src broken In-reply-to: Your message of "Fri, 26 Feb 1999 15:53:50 +0100." <36D6B57E.AB156247@se.yahoo-inc.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 26 Feb 1999 09:26:28 -0800 From: Mike Smith Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Your system hasn't been correctly updated; specifically you haven't built libstand recently. > su-2.02# make > Warning: Object directory not changed from original > /usr/src/sys/boot/i386/loader > cc -O -pipe -DBOOT_FORTH -I/usr/src/sys/boot/i386/loader/../../ficl > -I/usr/src/sys/boot/i386/loader/../../common > -I/usr/src/sys/boot/i386/loader/../../.. -I. -Wall > -I/usr/src/sys/boot/i386/loader/.. > -I/usr/src/sys/boot/i386/loader/../btx/lib -elf -DNEW_LINKER_SET -c > /usr/src/sys/boot/i386/loader/../../common/commands.c > /usr/src/sys/boot/i386/loader/../../common/commands.c: In function > `command_echo': > /usr/src/sys/boot/i386/loader/../../common/commands.c:303: `optreset' > undeclared (first use this function) > /usr/src/sys/boot/i386/loader/../../common/commands.c:303: (Each > undeclared identifier is reported only once > /usr/src/sys/boot/i386/loader/../../common/commands.c:303: for each > function it appears in.) > /usr/src/sys/boot/i386/loader/../../common/commands.c: In function > `command_read': > /usr/src/sys/boot/i386/loader/../../common/commands.c:348: `optreset' > undeclared (first use this function) > /usr/src/sys/boot/i386/loader/../../common/commands.c: In function > `command_lsdev': > /usr/src/sys/boot/i386/loader/../../common/commands.c:444: `optreset' > undeclared (first use this function) > /usr/src/sys/boot/i386/loader/../../common/commands.c:461: structure has > no member named `dv_print' > /usr/src/sys/boot/i386/loader/../../common/commands.c:462: structure has > no member named `dv_print' > /usr/src/sys/boot/i386/loader/../../common/commands.c:464: structure has > no member named `dv_print' > *** Error code 1 > > Stop. > su-2.02# pwd > /usr/src/sys/boot/i386/loader > su-2.02# > > > /felipe > > > -- > Felipe Garcia > felipe@se.yahoo-inc.com > +46 8 412 69 84 > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > -- \\ 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. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Feb 26 11:15:35 1999 Delivered-To: freebsd-stable@freebsd.org Received: from peach.ocn.ne.jp (peach.ocn.ne.jp [210.145.254.87]) by hub.freebsd.org (Postfix) with ESMTP id BB8E315027 for ; Fri, 26 Feb 1999 11:15:31 -0800 (PST) (envelope-from dcs@newsguy.com) Received: from newsguy.com by peach.ocn.ne.jp (8.9.1a/OCN) id EAA09340; Sat, 27 Feb 1999 04:15:14 +0900 (JST) Message-ID: <36D6F0DD.3F9AE121@newsguy.com> Date: Sat, 27 Feb 1999 04:07:09 +0900 From: "Daniel C. Sobral" X-Mailer: Mozilla 4.5 [en] (Win98; I) X-Accept-Language: pt-BR,ja MIME-Version: 1.0 To: Felipe Garcia Cc: "freebsd-stable@FreeBSD.ORG" Subject: Re: load src broken References: <36D6B57E.AB156247@se.yahoo-inc.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Felipe Garcia wrote: > > su-2.02# make > Warning: Object directory not changed from original It would help if your libraries and include files (in this case, the include files) were also up to date. -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org "To make it absolutely clear: you stand on the wrong end of my blasters, so you better get lost before I start target practice!" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Feb 26 11:22:30 1999 Delivered-To: freebsd-stable@freebsd.org Received: from dfw-ix8.ix.netcom.com (dfw-ix8.ix.netcom.com [206.214.98.8]) by hub.freebsd.org (Postfix) with ESMTP id C0944150A9 for ; Fri, 26 Feb 1999 11:22:28 -0800 (PST) (envelope-from phate1@ix.netcom.com) Received: (from smap@localhost) by dfw-ix8.ix.netcom.com (8.8.4/8.8.4) id NAB22279; Fri, 26 Feb 1999 13:21:40 -0600 (CST) Received: from user-38ld2q0.dialup.mindspring.com(209.86.139.64) by dfw-ix8.ix.netcom.com via smap (V1.3) id rma022198; Fri Feb 26 13:20:59 1999 Message-ID: <36D6F3F5.3B1C4A4F@ix.netcom.com> Date: Fri, 26 Feb 1999 14:20:21 -0500 From: Yev Organization: Integration Soft. X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: Langa Kentane , freebsd-stable@freebsd.org Subject: Re: Binding more ip addresses to one card References: <913B8C252194D2119BD500805F318178970513@za12nt02.mweb.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG man ifconfig read about multi-homing.. Langa Kentane wrote: > > How can I bind more ip addresses to my nic so that it responds to more than > one ip address. > > Or can you please point me to the howto's please ... > > Thanks in advance > > ________________________________________________________________________ > Langa F. Kentane (CNA, MCP) | Unix, DOS & Window > Technical Suppot | The good, the bad & the ugly > M-Web Connect PTY/LTD | mailto:evablunted@earthling.net > Tel: +27 82 960 4963 | http://members.xoom.com/evablunted > ________________________________________________________________________ > "Microsoft isn't evil, they just make really crappy Operating Systems" > - Linus Torvalds > ________________________________________________________________________ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Feb 26 11:48:59 1999 Delivered-To: freebsd-stable@freebsd.org Received: from nefertiti.lightningweb.com (nefertiti.lightningweb.com [198.68.191.157]) by hub.freebsd.org (Postfix) with ESMTP id 424491500C for ; Fri, 26 Feb 1999 11:48:58 -0800 (PST) (envelope-from keith@lightningweb.com) Received: from localhost (keith@localhost) by nefertiti.lightningweb.com (8.8.7/8.8.5) with SMTP id LAA15396; Fri, 26 Feb 1999 11:50:25 -0800 (PST) Date: Fri, 26 Feb 1999 11:50:25 -0800 (PST) From: Keith Woodman To: Yev Cc: Langa Kentane , freebsd-stable@FreeBSD.ORG Subject: Re: Binding more ip addresses to one card In-Reply-To: <36D6F3F5.3B1C4A4F@ix.netcom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ifconfig eth0:1 your.other.ip.here netmask ?.?.?.? broadcast ?.?.?.? ifconfig eth0:2 your.other.ip.here netmask ?.?.?.? broadcast ?.?.?.? ifconfig eth0:3 your.other.ip.here netmask ?.?.?.? broadcast ?.?.?.? etc etc etc Is best that you read the man on it though. :-) Keith ---------------------------------------------------------------------- Keith Woodman Technical Coordinator Keith@lightningweb.com Lightningweb LLC pid 7962 (sniffit), uid 0: exited on signal 10 (core dumped) ---------------------------------------------------------------------- On Fri, 26 Feb 1999, Yev wrote: > man ifconfig > > read about multi-homing.. > > > > Langa Kentane wrote: > > > > How can I bind more ip addresses to my nic so that it responds to more than > > one ip address. > > > > Or can you please point me to the howto's please ... > > > > Thanks in advance > > > > ________________________________________________________________________ > > Langa F. Kentane (CNA, MCP) | Unix, DOS & Window > > Technical Suppot | The good, the bad & the ugly > > M-Web Connect PTY/LTD | mailto:evablunted@earthling.net > > Tel: +27 82 960 4963 | http://members.xoom.com/evablunted > > ________________________________________________________________________ > > "Microsoft isn't evil, they just make really crappy Operating Systems" > > - Linus Torvalds > > ________________________________________________________________________ > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Feb 26 12: 0:18 1999 Delivered-To: freebsd-stable@freebsd.org Received: from bolero-x.rahul.net (bolero.rahul.net [192.160.13.1]) by hub.freebsd.org (Postfix) with SMTP id 682511500B for ; Fri, 26 Feb 1999 12:00:06 -0800 (PST) (envelope-from dhesi@rahul.net) Received: from waltz.rahul.net by bolero-x.rahul.net with SMTP id AA15299 (5.67b8/IDA-1.5 for ); Fri, 26 Feb 1999 11:59:49 -0800 Received: by waltz.rahul.net (5.67b8/jive-a2i-1.0) id AA01241; Fri, 26 Feb 1999 11:59:47 -0800 Message-Id: <199902261959.AA01241@waltz.rahul.net> To: stable@freebsd.org Subject: Re: 3.1-RELEASE crash dump with -g kernel, 'page fault in kernel mode' Date: Fri, 26 Feb 99 11:59:47 -0800 From: Rahul Dhesi Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This time around I have a crash dump with full debugging symbols available. (Below.) This and the previous two crashes have all been triggered from within the de driver. If I don't hear from anybody about this I will file a PR. Rahul 11:39 purple:/var/crash# gdb -k kernel.debug vmcore.2 GDB is free software and you are welcome to distribute copies of it under certain conditions; type "show copying" to see the conditions. There is absolutely no warranty for GDB; type "show warranty" for details. GDB 4.16 (i386-unknown-freebsd), Copyright 1996 Free Software Foundation, Inc... IdlePTD 3485696 initial pcb at 2de454 panicstr: page fault panic messages: --- Fatal trap 12: page fault while in kernel mode fault virtual address = 0x48 fault code = supervisor write, page not present instruction pointer = 0x8:0xf01eb2ed stack pointer = 0x10:0xf02c22d0 frame pointer = 0x10:0xf02c2310 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = Idle interrupt mask = net tty trap number = 12 panic: page fault syncing disks... Fatal trap 12: page fault while in kernel mode fault virtual address = 0x30 fault code = supervisor read, page not present instruction pointer = 0x8:0xf0211808 stack pointer = 0x10:0xf02c2028 frame pointer = 0x10:0xf02c202c code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = Idle interrupt mask = net tty bio trap number = 12 panic: page fault dumping to dev 20401, offset 524288 dump 256 255 254 253 252 251 250 249 248 247 246 245 244 243 242 241 240 239 238 237 236 235 234 233 232 231 230 229 228 227 226 225 224 223 222 221 220 219 218 217 216 215 214 213 212 211 210 209 208 207 206 205 204 203 202 201 200 199 198 197 196 195 194 193 192 191 190 189 188 187 186 185 184 183 182 181 180 179 178 177 176 175 174 173 172 171 170 169 168 167 166 165 164 163 162 161 160 159 158 157 156 155 154 153 152 151 150 149 148 147 146 145 144 143 142 141 140 139 138 137 136 135 134 133 132 131 130 129 128 127 126 125 124 123 122 121 120 119 118 117 116 115 114 113 112 111 110 109 108 107 106 105 104 103 102 101 100 99 98 9 7 96 95 94 93 92 91 90 89 88 87 86 85 84 83 82 81 80 79 78 77 76 75 74 73 72 71 70 69 68 67 66 65 64 63 62 61 60 59 58 57 56 55 54 53 52 51 50 49 48 47 46 45 44 43 42 41 40 39 38 37 36 35 34 33 32 31 30 29 28 27 26 25 24 23 22 21 20 19 18 1 7 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 --- #0 boot (howto=260) at ../../kern/kern_shutdown.c:285 285 dumppcb.pcb_cr3 = rcr3(); (kgdb) where #0 boot (howto=260) at ../../kern/kern_shutdown.c:285 #1 0xf015db30 in at_shutdown ( function=0xf02b686f <__set_sysinit_set_sym_memdev_sys_init+1115>, arg=0x0, queue=12) at ../../kern/kern_shutdown.c:446 #2 0xf024c345 in trap_fatal (frame=0xf02c1fec, eva=48) at ../../i386/i386/trap.c:942 #3 0xf024c023 in trap_pfault (frame=0xf02c1fec, usermode=0, eva=48) at ../../i386/i386/trap.c:835 #4 0xf024bc9a in trap (frame={tf_es = 223936528, tf_ds = 16, tf_edi = -251228672, tf_esi = 0, tf_ebp = -265543636, tf_isp = -265543660, tf_ebx = -265476020, tf_edx = -1073217472, tf_ecx = 0, tf_eax = 0, tf_trapno = 12, tf_err = 0, tf_eip = -266266616, tf_cs = 8, tf_eflags = 66178, tf_esp = -154505216, tf_ss = -265543604}) at ../../i386/i386/trap.c:437 #5 0xf0211808 in acquire_lock (lk=0xf02d284c) at ../../ufs/ffs/ffs_softdep.c:268 #6 0xf0214633 in initiate_write_inodeblock (inodedep=0xf1068e00, bp=0xf5e9f210) at ../../ufs/ffs/ffs_softdep.c:2821 #7 0xf02143db in softdep_disk_io_initiation (bp=0xf5e9f210) at ../../ufs/ffs/ffs_softdep.c:2680 #8 0xf018cafa in spec_strategy (ap=0xf02c20ac) at ../../miscfs/specfs/spec_vnops.c:539 #9 0xf018c28d in spec_vnoperate (ap=0xf02c20ac) ---Type to continue, or q to quit--- at ../../miscfs/specfs/spec_vnops.c:129 #10 0xf021feb5 in ufs_vnoperatespec (ap=0xf02c20ac) at ../../ufs/ufs/ufs_vnops.c:2312 #11 0xf017a063 in bwrite (bp=0xf5e9f210) at vnode_if.h:891 #12 0xf017e59a in vop_stdbwrite (ap=0xf02c2114) at ../../kern/vfs_default.c:296 #13 0xf017e3e5 in vop_defaultop (ap=0xf02c2114) at ../../kern/vfs_default.c:130 #14 0xf018c28d in spec_vnoperate (ap=0xf02c2114) at ../../miscfs/specfs/spec_vnops.c:129 #15 0xf021feb5 in ufs_vnoperatespec (ap=0xf02c2114) at ../../ufs/ufs/ufs_vnops.c:2312 #16 0xf017a9f7 in vfs_bio_awrite (bp=0xf5e9f210) at vnode_if.h:1145 #17 0xf02196ab in ffs_fsync (ap=0xf02c219c) at ../../ufs/ffs/ffs_vnops.c:200 #18 0xf0217bbb in ffs_sync (mp=0xf0e6bc00, waitfor=2, cred=0xf0a9b380, p=0xf02f751c) at vnode_if.h:499 #19 0xf0182eaf in sync (p=0xf02f751c, uap=0x0) at ../../kern/vfs_syscalls.c:549 #20 0xf015d6f1 in boot (howto=256) at ../../kern/kern_shutdown.c:203 #21 0xf015db30 in at_shutdown ( function=0xf02b686f <__set_sysinit_set_sym_memdev_sys_init+1115>, arg=0x0, queue=12) at ../../kern/kern_shutdown.c:446 #22 0xf024c345 in trap_fatal (frame=0xf02c2294, eva=72) at ../../i386/i386/trap.c:942 #23 0xf024c023 in trap_pfault (frame=0xf02c2294, usermode=0, eva=72) at ../../i386/i386/trap.c:835 ---Type to continue, or q to quit--- #24 0xf024bc9a in trap (frame={tf_es = 16, tf_ds = 16, tf_edi = -257310720, tf_esi = -257215744, tf_ebp = -265542896, tf_isp = -265542980, tf_ebx = -253346240, tf_edx = -257215744, tf_ecx = 0, tf_eax = -1649606648, tf_trapno = 12, tf_err = 2, tf_eip = -266423571, tf_cs = 8, tf_eflags = 66051, tf_esp = -257310720, tf_ss = -60358587}) at ../../i386/i386/trap.c:437 #25 0xf01eb2ed in tulip_rx_intr (sc=0xf0a9c000) at ../../pci/if_de.c:3602 #26 0xf01eba33 in tulip_intr_handler (sc=0xf0a9c000, progress_p=0xf02c2338) at ../../pci/if_de.c:3976 #27 0xf01ebb91 in tulip_intr_normal (arg=0xf0a9c000) at ../../pci/if_de.c:4165 (kgdb) == END == To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Feb 26 12: 7:14 1999 Delivered-To: freebsd-stable@freebsd.org Received: from guru.phone.net (guru.phone.net [209.157.82.120]) by hub.freebsd.org (Postfix) with SMTP id 12F4F15118 for ; Fri, 26 Feb 1999 12:07:12 -0800 (PST) (envelope-from mwm@phone.net) Received: (qmail 5559 invoked by uid 100); 26 Feb 1999 20:06:55 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 26 Feb 1999 20:06:55 -0000 Date: Fri, 26 Feb 1999 12:06:55 -0800 (PST) From: Mike Meyer To: freebsd-stable@FreeBSD.ORG Subject: release disk sizes? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I want to create an install CD-ROM of 3.1-STABLE for local use (don't ask). After convincing "Make release" to work in /usr/src/release, I get two things in .../R/cdrom; disc1 & disc2. They seem awefully small, though - slightly more than 100 MB each. Is that actually correct? Thanx, ; Fri, 26 Feb 1999 12:51:51 -0800 (PST) (envelope-from jason@intercom.com) Received: from mail.intercom.com (mail.intercom.com [206.98.165.10]) by mail.intercom.com (8.9.0/8.9.0) with SMTP id PAA12413; Fri, 26 Feb 1999 15:49:59 -0500 (EST) Date: Fri, 26 Feb 1999 15:49:59 -0500 (EST) From: "Jason J. Horton" To: Keith Woodman Cc: Yev , Langa Kentane , freebsd-stable@FreeBSD.ORG Subject: Re: Binding more ip addresses to one card In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 26 Feb 1999, Keith Woodman wrote: > ifconfig eth0:1 your.other.ip.here netmask ?.?.?.? broadcast ?.?.?.? Doesn't that only work on Linux? Under FreeBSD, I do: ifconfig fxp0 inet a.b.c.d netmask 255.255.255.255 alias replace fxp0 with yer ether device and a.b.c.d with the IP you want. Then toss it in /etc/rc.local (repeat if neccessary) and yer set. my 2 cents -J To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Feb 26 12:59:16 1999 Delivered-To: freebsd-stable@freebsd.org Received: from shell2.la.best.com (shell2.la.best.com [209.24.216.141]) by hub.freebsd.org (Postfix) with ESMTP id F1DAD14D51 for ; Fri, 26 Feb 1999 12:59:13 -0800 (PST) (envelope-from nugundam@shell2.la.best.com) Received: (from nugundam@localhost) by shell2.la.best.com (8.9.3/8.9.2/best.sh) id MAA06027; Fri, 26 Feb 1999 12:57:49 -0800 (PST) Message-ID: <19990226125749.A5356@la.best.com> Date: Fri, 26 Feb 1999 12:57:49 -0800 From: "Joseph T. Lee" To: "Thomas T. Veldhouse" , Jim Early , freebsd-stable@FreeBSD.ORG Subject: Re: Netscape / aout woes :( References: <004301be5f35$1c5328f0$236319ac@w142844.carlson.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <004301be5f35$1c5328f0$236319ac@w142844.carlson.com>; from Thomas T. Veldhouse on Tue, Feb 23, 1999 at 08:02:08AM -0600 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Feb 23, 1999 at 08:02:08AM -0600, Thomas T. Veldhouse wrote: > First, make sure you compile X with the option to create a.out libraries. > Next, reboot :-(. For some reason, ldconfig does not find the new X a.out > libraries unless you reboot. You could try explicitly including > /usr/X11R6/lib/aout with ldconfig yourself too. After that, Netscape and > the JDK should work great. Yes, a ldconfig -aout -m /usr/X11R6/lib/aout will work. Maybe since the move to ELF, the Makefile wasn't updated for this shift in libraries? -- Joseph nugundam =best=com==/==\=IIGS=/==\=Playstation=/==\=Civic HX CVT=/==\ # Anime Expo 1998 >> www.anime-expo.org/ > # Redline Games >> www.redlinegames.com/ > # Cal-Animage Epsilon >> www.best.com/~nugundam/epsilon/ > # EX: The Online World of Anime & Manga >> www.ex.org/ / To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Feb 26 13: 1:10 1999 Delivered-To: freebsd-stable@freebsd.org Received: from shell2.la.best.com (shell2.la.best.com [209.24.216.141]) by hub.freebsd.org (Postfix) with ESMTP id 87D8815036 for ; Fri, 26 Feb 1999 13:01:08 -0800 (PST) (envelope-from nugundam@shell2.la.best.com) Received: (from nugundam@localhost) by shell2.la.best.com (8.9.3/8.9.2/best.sh) id NAA06299; Fri, 26 Feb 1999 13:00:39 -0800 (PST) Message-ID: <19990226130039.B5356@la.best.com> Date: Fri, 26 Feb 1999 13:00:39 -0800 From: "Joseph T. Lee" To: Yev , freebsd-stable@FreeBSD.ORG Subject: Re: resizing partitions? References: <36D4C713.C7AE0C24@ix.netcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <36D4C713.C7AE0C24@ix.netcom.com>; from Yev on Wed, Feb 24, 1999 at 10:44:19PM -0500 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Feb 24, 1999 at 10:44:19PM -0500, Yev wrote: > Will it ever be possible to resize existing partitions? a la fips? Well, one option is if you do multi-boot and windows is one of them partitions, you can try using PartitionMagic or Partition Commander. -- Joseph nugundam =best=com==/==\=IIGS=/==\=Playstation=/==\=Civic HX CVT=/==\ # Anime Expo 1998 >> www.anime-expo.org/ > # Redline Games >> www.redlinegames.com/ > # Cal-Animage Epsilon >> www.best.com/~nugundam/epsilon/ > # EX: The Online World of Anime & Manga >> www.ex.org/ / To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Feb 26 13: 6:17 1999 Delivered-To: freebsd-stable@freebsd.org Received: from lister.commercial-letter.com (lister.commercial-letter.com [38.156.234.2]) by hub.freebsd.org (Postfix) with ESMTP id BB07D15036 for ; Fri, 26 Feb 1999 13:05:58 -0800 (PST) (envelope-from chrisa@commercial-letter.com) Received: from earth (rimmer.commercial-letter.com [38.156.234.5]) by lister.commercial-letter.com (8.8.8/8.8.7) with SMTP id PAA21246; Fri, 26 Feb 1999 15:00:16 -0600 (CST) (envelope-from chrisa@commercial-letter.com) From: "Chris Aubuchon" To: "'Keith Woodman'" , "'Yev'" Cc: "'Langa Kentane'" , Subject: RE: Binding more ip addresses to one card Date: Fri, 26 Feb 1999 15:04:12 -0600 Message-ID: <003d01be61cb$90448ea0$1600000a@earth.commercial-letter.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Importance: Normal Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > -----Original Message----- > From: owner-freebsd-stable@FreeBSD.ORG > [mailto:owner-freebsd-stable@FreeBSD.ORG]On Behalf Of Keith Woodman > Sent: Friday, February 26, 1999 1:50 PM > To: Yev > Cc: Langa Kentane; freebsd-stable@FreeBSD.ORG > Subject: Re: Binding more ip addresses to one card > > > ifconfig eth0:1 your.other.ip.here netmask ?.?.?.? broadcast ?.?.?.? > ifconfig eth0:2 your.other.ip.here netmask ?.?.?.? broadcast ?.?.?.? ^^^^^^^ Actually, for aliases, the netmask should be 255.255.255.255 > > Is best that you read the man on it though. :-) > > Keith > [snip to end] ChrisA ------------------------------------- Chris Aubuchon Systems Administrator chrisa@commercial-letter.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Feb 26 13:12:19 1999 Delivered-To: freebsd-stable@freebsd.org Received: from dingo.cdrom.com (castles169.castles.com [208.214.165.169]) by hub.freebsd.org (Postfix) with ESMTP id 4B00015092 for ; Fri, 26 Feb 1999 13:12:07 -0800 (PST) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (localhost [127.0.0.1]) by dingo.cdrom.com (8.9.1/8.8.8) with ESMTP id NAA09442; Fri, 26 Feb 1999 13:02:13 -0800 (PST) (envelope-from mike@dingo.cdrom.com) Message-Id: <199902262102.NAA09442@dingo.cdrom.com> X-Mailer: exmh version 2.0.2 2/24/98 To: "Chris Aubuchon" Cc: "'Keith Woodman'" , "'Yev'" , "'Langa Kentane'" , freebsd-stable@FreeBSD.ORG Subject: Re: Binding more ip addresses to one card In-reply-to: Your message of "Fri, 26 Feb 1999 15:04:12 CST." <003d01be61cb$90448ea0$1600000a@earth.commercial-letter.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 26 Feb 1999 13:02:13 -0800 From: Mike Smith Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > -----Original Message----- > > From: owner-freebsd-stable@FreeBSD.ORG > > [mailto:owner-freebsd-stable@FreeBSD.ORG]On Behalf Of Keith Woodman > > Sent: Friday, February 26, 1999 1:50 PM > > To: Yev > > Cc: Langa Kentane; freebsd-stable@FreeBSD.ORG > > Subject: Re: Binding more ip addresses to one card > > > > > > ifconfig eth0:1 your.other.ip.here netmask ?.?.?.? broadcast ?.?.?.? > > ifconfig eth0:2 your.other.ip.here netmask ?.?.?.? broadcast ?.?.?.? > ^^^^^^^ > Actually, for aliases, the netmask should be 255.255.255.255 Only if you already have an address bound to that interface with an open netmask. eg. ifconfig ed0 1.2.3.4 netmask 255.255.255.0 ifconfig ed0 1.2.3.5 netmask 255.255.255.255 alias ifconfig ed0 5.5.5.5 netmask 255.255.255.0 alias ifconfig ed0 5.5.5.8 netmask 255.255.255.255 In each case, the aliases with all-1s netmasks have that netmask because the address they're adding is already in a range that's attached to the interface. -- \\ 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. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Feb 26 13:21: 0 1999 Delivered-To: freebsd-stable@freebsd.org Received: from zippy.cdrom.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (Postfix) with ESMTP id C48DC14DD2 for ; Fri, 26 Feb 1999 13:19:58 -0800 (PST) (envelope-from jkh@zippy.cdrom.com) Received: from zippy.cdrom.com (localhost [127.0.0.1]) by zippy.cdrom.com (8.9.3/8.9.3) with ESMTP id NAA09911; Fri, 26 Feb 1999 13:19:50 -0800 (PST) (envelope-from jkh@zippy.cdrom.com) To: Mike Meyer Cc: freebsd-stable@FreeBSD.ORG Subject: Re: release disk sizes? In-reply-to: Your message of "Fri, 26 Feb 1999 12:06:55 PST." Date: Fri, 26 Feb 1999 13:19:50 -0800 Message-ID: <9908.920063990@zippy.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I want to create an install CD-ROM of 3.1-STABLE for local use (don't > ask). After convincing "Make release" to work in /usr/src/release, I > get two things in .../R/cdrom; disc1 & disc2. They seem awefully > small, though - slightly more than 100 MB each. Is that actually > correct? Sure. You haven't added XFree86 or any packages yet. :) - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Feb 26 13:21: 2 1999 Delivered-To: freebsd-stable@freebsd.org Received: from awfulhak.org (awfulhak.force9.co.uk [195.166.136.63]) by hub.freebsd.org (Postfix) with ESMTP id 1C26E14C91 for ; Fri, 26 Feb 1999 13:20:44 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from keep.lan.Awfulhak.org (keep.lan.Awfulhak.org [172.16.0.8]) by awfulhak.org (8.8.8/8.8.8) with ESMTP id UAA25508; Fri, 26 Feb 1999 20:49:13 GMT (envelope-from brian@Awfulhak.org) Received: from keep.lan.Awfulhak.org (localhost [127.0.0.1]) by keep.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id IAA00498; Fri, 26 Feb 1999 08:57:48 GMT (envelope-from brian@keep.lan.Awfulhak.org) Message-Id: <199902260857.IAA00498@keep.lan.Awfulhak.org> X-Mailer: exmh version 2.0.2 2/24/98 To: Bob Johnson Cc: Mike Heffner , stable@freebsd.org, Charles Mott , Eivind Eklund , Ari Suutari Subject: Re: "Unknown type" messages in ppp In-reply-to: Your message of "Thu, 25 Feb 1999 01:48:26 EST." <3.0.2.32.19990225014826.030da87c@mail.atlantic.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 26 Feb 1999 08:57:47 +0000 From: Brian Somers Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG *CHOKE* Your diagnosis is correct - but looking in libalias, I see that this is a *BIG* problem :-( Ppp closes all file descriptors that it's not using. A quick grep in the libalias code shows a rather generous helping of printf()s and fprintf()s. This could cause some pretty nasty problems.... I'm going to merge the latest libalias stuff into FreeBSD-current in the next few days. After that, I'll look at removing all printf()s, fprintf()s, warn()s err()s etc from the code (the DEBUG stuff is fine). If anyone has any objections to this, please let me know asap. > Regarding: > >Date: Sun, 21 Feb 1999 18:08:44 -0600 (CST) > >From: Mike Heffner > >Subject: "Unknown type" messages in ppp > > > >My recent upgrade from 2.2-stable to 3.1-stable went pretty well. Though > >when > >running ppp, i get weird messages: > > > >Unknown Type on Question 1 > >Unknown Type on Question 1 > >Unknown Type of Resource 100 > > > >and they repeat on and on, about 10 lines of 3 like that, they seem to > >occur > >at various network traffic times, ie. checking mail, browsing web, but > >not > >all the time. > > > >Anyone know what could be causing these messages? Are they safe to > >disregard? > > > > > OK. I think I found the source code that generates these error messages in > /usr/src/lib/libalias/alias_nbt.c > > In general, libalias appears to be a collection of routines to handle > aliasing of TCP/IP packets (i.e. translating between your local IP numbers > and the public number that your gateway uses to send them out on the > Internet -- if I understand it correctly). I predict that if you disable > aliasing on tun0 (the ppp connection) you will stop seeing those error > messages. Of course, that's not real helpful as a long term solution, but > it would tend to confirm that this is the source of the messages. > > The particular routine in question handles netbios packets. If you aren't > doing anything that requires netbios (Windows networking through your > gateway), you might be able to safely ignore the messages, but when I saw > them in my system things were definitely unstable. The code is rather > inscrutable to someone who doesn't know the netbios protocol, so the best > guess I have is that it means just what it says: for some reason, a Windows > system on your network is sending a netbios query that the aliasing code > doesn't recognize, and doesn't know how to handle. Of course, if you don't > have a Windows system on your network, it gets even more mysterious. > > And I thought it was simply a matter of copying packets from one interface > to another. Silly me. > > I hope that's helpful. Does this sound accurate to anyone? > > -- Bob > > > +-------------------------------------------------------- > | Bob Johnson > | bobj@cisi.com > +-------------------------------------------------------- -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Feb 26 13:37:28 1999 Delivered-To: freebsd-stable@freebsd.org Received: from pop.uniserve.com (pop.uniserve.com [204.244.156.3]) by hub.freebsd.org (Postfix) with SMTP id 7B04414CCC for ; Fri, 26 Feb 1999 13:37:27 -0800 (PST) (envelope-from tom@uniserve.com) Received: from shell.uniserve.ca [204.244.186.218] by pop.uniserve.com with smtp (Exim 1.82 #4) id 10GUwR-0006eR-00; Fri, 26 Feb 1999 13:37:03 -0800 Date: Fri, 26 Feb 1999 13:37:01 -0800 (PST) From: Tom X-Sender: tom@shell.uniserve.ca To: "Joseph T. Lee" Cc: Yev , freebsd-stable@FreeBSD.ORG Subject: Re: resizing partitions? In-Reply-To: <19990226130039.B5356@la.best.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 26 Feb 1999, Joseph T. Lee wrote: > On Wed, Feb 24, 1999 at 10:44:19PM -0500, Yev wrote: > > Will it ever be possible to resize existing partitions? a la fips? > > Well, one option is if you do multi-boot and windows is one of them > partitions, you can try using PartitionMagic or Partition Commander. Well, except that PartionMagic has no idea of how to extend UFS filesytems. I don't think it will extend the partition until it can extend the filesystem too. I recall a special version of newfs that could append unallocated space at the end of a filesystem, to that filesystem. > -- > Joseph nugundam =best=com==/==\=IIGS=/==\=Playstation=/==\=Civic HX CVT=/==\ > # Anime Expo 1998 >> www.anime-expo.org/ > > # Redline Games >> www.redlinegames.com/ > > # Cal-Animage Epsilon >> www.best.com/~nugundam/epsilon/ > > # EX: The Online World of Anime & Manga >> www.ex.org/ / > Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Feb 26 13:47:42 1999 Delivered-To: freebsd-stable@freebsd.org Received: from freeway.dcfinc.com (cx74889-a.phnx3.az.home.com [24.1.193.157]) by hub.freebsd.org (Postfix) with ESMTP id B715514CC7 for ; Fri, 26 Feb 1999 13:47:40 -0800 (PST) (envelope-from chad@freeway.dcfinc.com) Received: (from chad@localhost) by freeway.dcfinc.com (8.8.8/8.8.8) id OAA12759; Fri, 26 Feb 1999 14:46:09 -0700 (MST) (envelope-from chad) From: "Chad R. Larson" Message-Id: <199902262146.OAA12759@freeway.dcfinc.com> Subject: Re: Binding more ip addresses to one card In-Reply-To: <36D6F3F5.3B1C4A4F@ix.netcom.com> from Yev at "Feb 26, 99 02:20:21 pm" To: phate1@ix.netcom.com (Yev) Date: Fri, 26 Feb 1999 14:46:09 -0700 (MST) Cc: LKentane@mweb.com, freebsd-stable@FreeBSD.ORG Reply-To: chad@DCFinc.com X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG As I recall, Yev wrote: > man ifconfig > > read about multi-homing.. > Close. Read about the ifconfig keyword "alias". On your FreeBSD system, there's a place in /etc/rc.conf for you to set alias addresses for any of the interfaces. > Langa Kentane wrote: > > > > How can I bind more ip addresses to my nic so that it responds to more than > > one ip address. > > > > Or can you please point me to the howto's please ... > > > > Thanks in advance > > > > ________________________________________________________________________ > > Langa F. Kentane (CNA, MCP) | Unix, DOS & Window > > Technical Suppot | The good, the bad & the ugly > > M-Web Connect PTY/LTD | mailto:evablunted@earthling.net > > Tel: +27 82 960 4963 | http://members.xoom.com/evablunted > > ________________________________________________________________________ -crl -- Chad R. Larson (CRL15) 602-953-1392 Brother, can you paradigm? chad@dcfinc.com chad@larsons.org chad@anasazi.com larson1@home.net DCF, Inc. - 14623 North 49th Place, Scottsdale, Arizona 85254-2207 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Feb 26 13:53:32 1999 Delivered-To: freebsd-stable@freebsd.org Received: from freeway.dcfinc.com (cx74889-a.phnx3.az.home.com [24.1.193.157]) by hub.freebsd.org (Postfix) with ESMTP id 52CE814C91 for ; Fri, 26 Feb 1999 13:53:31 -0800 (PST) (envelope-from chad@freeway.dcfinc.com) Received: (from chad@localhost) by freeway.dcfinc.com (8.8.8/8.8.8) id OAA12780; Fri, 26 Feb 1999 14:51:53 -0700 (MST) (envelope-from chad) From: "Chad R. Larson" Message-Id: <199902262151.OAA12780@freeway.dcfinc.com> Subject: Re: Binding more ip addresses to one card In-Reply-To: from Keith Woodman at "Feb 26, 99 11:50:25 am" To: keith@lightningweb.com (Keith Woodman) Date: Fri, 26 Feb 1999 14:51:53 -0700 (MST) Cc: phate1@ix.netcom.com, LKentane@mweb.com, freebsd-stable@FreeBSD.ORG Reply-To: chad@DCFinc.com X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG As I recall, Keith Woodman wrote: > ifconfig eth0:1 your.other.ip.here netmask ?.?.?.? broadcast ?.?.?.? > ifconfig eth0:2 your.other.ip.here netmask ?.?.?.? broadcast ?.?.?.? > ifconfig eth0:3 your.other.ip.here netmask ?.?.?.? broadcast ?.?.?.? > etc etc etc > > Is best that you read the man on it though. :-) > > Keith Yes it is best to read the man. You'd find that the syntax above isn't for FreeBSD. It =does= work on Solaris and Linux, however... -crl -- Chad R. Larson (CRL15) 602-953-1392 Brother, can you paradigm? chad@dcfinc.com chad@larsons.org chad@anasazi.com larson1@home.net DCF, Inc. - 14623 North 49th Place, Scottsdale, Arizona 85254-2207 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Feb 26 13:56:38 1999 Delivered-To: freebsd-stable@freebsd.org Received: from freeway.dcfinc.com (cx74889-a.phnx3.az.home.com [24.1.193.157]) by hub.freebsd.org (Postfix) with ESMTP id 347AA14FFD for ; Fri, 26 Feb 1999 13:56:10 -0800 (PST) (envelope-from chad@freeway.dcfinc.com) Received: (from chad@localhost) by freeway.dcfinc.com (8.8.8/8.8.8) id OAA12798; Fri, 26 Feb 1999 14:54:29 -0700 (MST) (envelope-from chad) From: "Chad R. Larson" Message-Id: <199902262154.OAA12798@freeway.dcfinc.com> Subject: Re: Binding more ip addresses to one card In-Reply-To: <003d01be61cb$90448ea0$1600000a@earth.commercial-letter.com> from Chris Aubuchon at "Feb 26, 99 03:04:12 pm" To: chrisa@commercial-letter.com (Chris Aubuchon) Date: Fri, 26 Feb 1999 14:54:29 -0700 (MST) Cc: keith@lightningweb.com, phate1@ix.netcom.com, LKentane@mweb.com, freebsd-stable@FreeBSD.ORG Reply-To: chad@DCFinc.com X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG As I recall, Chris Aubuchon wrote: > > > > ifconfig eth0:1 your.other.ip.here netmask ?.?.?.? broadcast ?.?.?.? > > ifconfig eth0:2 your.other.ip.here netmask ?.?.?.? broadcast ?.?.?.? > ^^^^^^^ > Actually, for aliases, the netmask should be 255.255.255.255 Why? -crl -- Chad R. Larson (CRL15) 602-953-1392 Brother, can you paradigm? chad@dcfinc.com chad@larsons.org chad@anasazi.com larson1@home.net DCF, Inc. - 14623 North 49th Place, Scottsdale, Arizona 85254-2207 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Feb 26 14:15:54 1999 Delivered-To: freebsd-stable@freebsd.org Received: from mailhost.europe.yahoo.com (mailhost.telia.europe.yahoo.com [195.67.49.10]) by hub.freebsd.org (Postfix) with ESMTP id 35D4014FF2 for ; Fri, 26 Feb 1999 14:15:33 -0800 (PST) (envelope-from felipe@se.yahoo-inc.com) Received: from se.yahoo-inc.com (t1o73p77.telia.com [62.20.218.77]) by mailhost.europe.yahoo.com (8.8.7/8.6.12) with ESMTP id WAA19495; Fri, 26 Feb 1999 22:13:58 GMT (envelope-from felipe@se.yahoo-inc.com) Message-ID: <36D71CB6.288A1085@se.yahoo-inc.com> Date: Fri, 26 Feb 1999 23:14:14 +0100 From: Felipe Garcia X-Mailer: Mozilla 4.08 [en] (X11; I; FreeBSD 2.2.8-RELEASE i386) MIME-Version: 1.0 To: Mike Smith Cc: "freebsd-stable@FreeBSD.ORG" Subject: Re: load src broken References: <199902261726.JAA08248@dingo.cdrom.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mike Smith wrote: well I cvsuped the system this morning (from cvsup.freebsd.org) and then did a buildworld and install (all ok) then I rebulit the kernel and the system refused to boot, so I booted kernel.old, looking around I found the loader so I tried to bulit it again and this is the result.. > Your system hasn't been correctly updated; specifically you haven't > built libstand recently. > how do I do this? /felipe > > > su-2.02# make > > Warning: Object directory not changed from original > > /usr/src/sys/boot/i386/loader > > cc -O -pipe -DBOOT_FORTH -I/usr/src/sys/boot/i386/loader/../../ficl > > -I/usr/src/sys/boot/i386/loader/../../common > > -I/usr/src/sys/boot/i386/loader/../../.. -I. -Wall > > -I/usr/src/sys/boot/i386/loader/.. > > -I/usr/src/sys/boot/i386/loader/../btx/lib -elf -DNEW_LINKER_SET -c > > /usr/src/sys/boot/i386/loader/../../common/commands.c > > /usr/src/sys/boot/i386/loader/../../common/commands.c: In function > > `command_echo': > > /usr/src/sys/boot/i386/loader/../../common/commands.c:303: `optreset' > > undeclared (first use this function) > > /usr/src/sys/boot/i386/loader/../../common/commands.c:303: (Each > > undeclared identifier is reported only once > > /usr/src/sys/boot/i386/loader/../../common/commands.c:303: for each > > function it appears in.) > > /usr/src/sys/boot/i386/loader/../../common/commands.c: In function > > `command_read': > > /usr/src/sys/boot/i386/loader/../../common/commands.c:348: `optreset' > > undeclared (first use this function) > > /usr/src/sys/boot/i386/loader/../../common/commands.c: In function > > `command_lsdev': > > /usr/src/sys/boot/i386/loader/../../common/commands.c:444: `optreset' > > undeclared (first use this function) > > /usr/src/sys/boot/i386/loader/../../common/commands.c:461: structure has > > no member named `dv_print' > > /usr/src/sys/boot/i386/loader/../../common/commands.c:462: structure has > > no member named `dv_print' > > /usr/src/sys/boot/i386/loader/../../common/commands.c:464: structure has > > no member named `dv_print' > > *** Error code 1 > > > > Stop. > > su-2.02# pwd > > /usr/src/sys/boot/i386/loader > > su-2.02# > > > > > > /felipe > > > > > > -- > > Felipe Garcia > > felipe@se.yahoo-inc.com > > +46 8 412 69 84 > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-stable" in the body of the message > > > > -- > \\ 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. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Feb 26 14:26:30 1999 Delivered-To: freebsd-stable@freebsd.org Received: from nefertiti.lightningweb.com (nefertiti.lightningweb.com [198.68.191.157]) by hub.freebsd.org (Postfix) with ESMTP id 6549C15072 for ; Fri, 26 Feb 1999 14:26:28 -0800 (PST) (envelope-from keith@lightningweb.com) Received: from localhost (keith@localhost) by nefertiti.lightningweb.com (8.8.7/8.8.5) with SMTP id OAA21341; Fri, 26 Feb 1999 14:28:12 -0800 (PST) Date: Fri, 26 Feb 1999 14:28:12 -0800 (PST) From: Keith Woodman To: "Chad R. Larson" Cc: Chris Aubuchon , phate1@ix.netcom.com, LKentane@mweb.com, freebsd-stable@FreeBSD.ORG Subject: Re: Binding more ip addresses to one card In-Reply-To: <199902262154.OAA12798@freeway.dcfinc.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Crap.. Sorry all. Geuss I get to many mailing lists. My bad. was reading a linux post right before I read this about the aliasing. Posted to the wrong list. Sorry for the confusion. Yes I know netmasks are't defined as ?.?.?.? hehehehe. Keith ---------------------------------------------------------------------- Keith Woodman Technical Coordinator Keith@lightningweb.com Lightningweb LLC pid 7962 (sniffit), uid 0: exited on signal 10 (core dumped) ---------------------------------------------------------------------- On Fri, 26 Feb 1999, Chad R. Larson wrote: > As I recall, Chris Aubuchon wrote: > > > > > > ifconfig eth0:1 your.other.ip.here netmask ?.?.?.? broadcast ?.?.?.? > > > ifconfig eth0:2 your.other.ip.here netmask ?.?.?.? broadcast ?.?.?.? > > ^^^^^^^ > > Actually, for aliases, the netmask should be 255.255.255.255 > > Why? > > -crl > -- > Chad R. Larson (CRL15) 602-953-1392 Brother, can you paradigm? > chad@dcfinc.com chad@larsons.org chad@anasazi.com larson1@home.net > DCF, Inc. - 14623 North 49th Place, Scottsdale, Arizona 85254-2207 > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Feb 26 15: 9: 6 1999 Delivered-To: freebsd-stable@freebsd.org Received: from peach.ocn.ne.jp (peach.ocn.ne.jp [210.145.254.87]) by hub.freebsd.org (Postfix) with ESMTP id EF37E14CA3 for ; Fri, 26 Feb 1999 15:09:04 -0800 (PST) (envelope-from dcs@newsguy.com) Received: from newsguy.com by peach.ocn.ne.jp (8.9.1a/OCN) id IAA17451; Sat, 27 Feb 1999 08:08:28 +0900 (JST) Message-ID: <36D72929.4343281B@newsguy.com> Date: Sat, 27 Feb 1999 08:07:21 +0900 From: "Daniel C. Sobral" X-Mailer: Mozilla 4.5 [en] (Win98; I) X-Accept-Language: pt-BR,ja MIME-Version: 1.0 To: Felipe Garcia Cc: Mike Smith , "freebsd-stable@FreeBSD.ORG" Subject: Re: load src broken References: <199902261726.JAA08248@dingo.cdrom.com> <36D71CB6.288A1085@se.yahoo-inc.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Felipe Garcia wrote: > > well I cvsuped the system this morning (from cvsup.freebsd.org) and then did > a buildworld and install (all ok) then I rebulit the kernel and the system > refused to boot, so I booted kernel.old, looking around I found the loader so > I tried to bulit it again and this is the result.. You upgraded your system from 2.2.something to 3.1 through "make world"? The correct way of doing it is "make upgrade" + updating /etc (mergemaster is your friend for the later). At this point, I have no idea in what state is your system. Was /etc updated? What version you had installed before installworld? Does booting /boot/loader works? I'm afraid of telling you to do anything without more information. -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org "To make it absolutely clear: you stand on the wrong end of my blasters, so you better get lost before I start target practice!" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Feb 26 15:45:35 1999 Delivered-To: freebsd-stable@freebsd.org Received: from buffy.tpgi.com.au (buffy.tpgi.com.au [203.12.160.34]) by hub.freebsd.org (Postfix) with ESMTP id 4650B14FEC for ; Fri, 26 Feb 1999 15:45:19 -0800 (PST) (envelope-from eirvine@tpgi.com.au) Received: (from smtpd@localhost) by buffy.tpgi.com.au (8.8.7/8.8.7) id KAA05869 for ; Sat, 27 Feb 1999 10:45:00 +1100 Received: from tar-56k-213.tpgi.com.au(203.26.26.213), claiming to be "tpgi.com.au" via SMTP by buffy.tpgi.com.au, id smtpda05844; Sat Feb 27 10:44:54 1999 Message-ID: <36D73204.1B12AD1@tpgi.com.au> Date: Sat, 27 Feb 1999 10:45:08 +1100 From: Eddie Irvine X-Mailer: Mozilla 4.03 [en] (Win95; I) MIME-Version: 1.0 To: "stable@FreeBSD.ORG" Subject: 2.8 kernel - new build won't boot. Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, My freebsd proxy server crashed for the second time ever - so I thought I'd do a cvsup and recompile/reinstall the kernel. All went well till reboot: The kernel refused to load, stating that the bad block table or something was in an invalid format (I should have written this down - but I expected not to fix it and it was late). Using fixit mode, I fsck'd the disk partitions, but no luck. I then removed the new kernel and copied across the old, and up she came. Any ideas? Perhaps my IDE disk really is on the way out? Eddie. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Feb 26 16:18:54 1999 Delivered-To: freebsd-stable@freebsd.org Received: from mailhost.europe.yahoo.com (mailhost.telia.europe.yahoo.com [195.67.49.10]) by hub.freebsd.org (Postfix) with ESMTP id AC77B14BD4 for ; Fri, 26 Feb 1999 16:18:50 -0800 (PST) (envelope-from felipe@se.yahoo-inc.com) Received: from se.yahoo-inc.com (t2o73p69.telia.com [62.20.218.189]) by mailhost.europe.yahoo.com (8.8.7/8.6.12) with ESMTP id AAA07514; Sat, 27 Feb 1999 00:16:48 GMT (envelope-from felipe@se.yahoo-inc.com) Message-ID: <36D73982.4E9A9A2C@se.yahoo-inc.com> Date: Sat, 27 Feb 1999 01:17:07 +0100 From: Felipe Garcia X-Mailer: Mozilla 4.08 [en] (X11; I; FreeBSD 2.2.8-RELEASE i386) MIME-Version: 1.0 To: "Daniel C. Sobral" Cc: Mike Smith , "freebsd-stable@FreeBSD.ORG" Subject: Re: load src broken References: <199902261726.JAA08248@dingo.cdrom.com> <36D71CB6.288A1085@se.yahoo-inc.com> <36D72929.4343281B@newsguy.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Daniel C. Sobral wrote: > Felipe Garcia wrote: > > > > well I cvsuped the system this morning (from cvsup.freebsd.org) and then did > > a buildworld and install (all ok) then I rebulit the kernel and the system > > refused to boot, so I booted kernel.old, looking around I found the loader so > > I tried to bulit it again and this is the result.. > > You upgraded your system from 2.2.something to 3.1 through "make > world"? The correct way of doing it is "make upgrade" + updating > /etc (mergemaster is your friend for the later). it was a 3.0 to 3.1 upgrade... > > > At this point, I have no idea in what state is your system. Was /etc > updated? yes > What version you had installed before installworld? 3.0 > Does > booting /boot/loader works? > ? > > I'm afraid of telling you to do anything without more information. > > -- > Daniel C. Sobral (8-DCS) > dcs@newsguy.com > dcs@freebsd.org > > "To make it absolutely clear: you stand on the wrong end of my > blasters, so you better get lost before I start target practice!" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Feb 26 16:36:16 1999 Delivered-To: freebsd-stable@freebsd.org Received: from mail.costcare.com (eshost.ni.net [206.16.200.69]) by hub.freebsd.org (Postfix) with SMTP id 13AEB14F60 for ; Fri, 26 Feb 1999 16:35:40 -0800 (PST) (envelope-from SBenjamin@CostCare.com) Received: by mail.costcare.com with SMTP (Microsoft Exchange Server Internet Mail Connector Version 4.0.996.62) id <01BE61A5.9FD7CA10@mail.costcare.com>; Fri, 26 Feb 1999 16:32:39 -0800 Message-ID: From: Scott Benjamin To: "'freebsd-stable@FreeBSD.ORG'" Subject: Date: Fri, 26 Feb 1999 16:32:35 -0800 X-Mailer: Microsoft Exchange Server Internet Mail Connector Version 4.0.996.62 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG auth 0dbb49ef subscribe freebsd-stable SBenjamin@CostCare.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Feb 26 16:37:40 1999 Delivered-To: freebsd-stable@freebsd.org Received: from peach.ocn.ne.jp (peach.ocn.ne.jp [210.145.254.87]) by hub.freebsd.org (Postfix) with ESMTP id 0CA0614BD4 for ; Fri, 26 Feb 1999 16:37:38 -0800 (PST) (envelope-from dcs@newsguy.com) Received: from newsguy.com by peach.ocn.ne.jp (8.9.1a/OCN) id JAA22482; Sat, 27 Feb 1999 09:37:23 +0900 (JST) Message-ID: <36D73E00.4CFED16C@newsguy.com> Date: Sat, 27 Feb 1999 09:36:16 +0900 From: "Daniel C. Sobral" X-Mailer: Mozilla 4.5 [en] (Win98; I) X-Accept-Language: pt-BR,ja MIME-Version: 1.0 To: Felipe Garcia , freebsd-stable@freebsd.org Subject: Re: load src broken References: <199902261726.JAA08248@dingo.cdrom.com> <36D71CB6.288A1085@se.yahoo-inc.com> <36D72929.4343281B@newsguy.com> <36D73982.4E9A9A2C@se.yahoo-inc.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Felipe Garcia wrote: > > it was a 3.0 to 3.1 upgrade... Well... better. :-) > > Does > > booting /boot/loader works? > > > > ? Instead of booting kernel.old, booting /boot/loader. Does that work? For now, I think you ought to rm -fr /usr/obj; chflags -R noschg /usr/obj; rm -fr /usr/obj, and then make world again. That is, unless you actually removed /usr/obj after installworld. I say this because when you compiled libstand again, it did not use the obj path. A change was made that make this work again (ie, if you have buildworld in /usr/obj, recompiling a subtree ought to do the right thing), but you have to remove /usr/obj for it to work. Aside from that (ie, independent of you doing the above or not), cd /usr/src/lib/libstand; make depend all install; cd /usr/src/sys/boot; make depend all install ought to work. The error you got points to a src/sys/boot out of sync with src/lib/libstand (libstand being used older than boot). -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org "To make it absolutely clear: you stand on the wrong end of my blasters, so you better get lost before I start target practice!" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Feb 26 16:47:14 1999 Delivered-To: freebsd-stable@freebsd.org Received: from lionking.org (blacker-99.caltech.edu [131.215.86.99]) by hub.freebsd.org (Postfix) with ESMTP id 6228B14F5F for ; Fri, 26 Feb 1999 16:47:13 -0800 (PST) (envelope-from btman@ugcs.caltech.edu) Received: from localhost (btman@localhost) by lionking.org (8.9.1a/8.9.1) with ESMTP id QAA20778 for ; Fri, 26 Feb 1999 16:46:57 -0800 (PST) X-Authentication-Warning: lionking.org: btman owned process doing -bs Date: Fri, 26 Feb 1999 16:46:57 -0800 (PST) From: Brian Tiemann X-Sender: btman@lionking.org To: freebsd-stable@freebsd.org Subject: Weird perl behavior Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Perl seems to be doing some odd things on my 3.1-STABLE box (last built 2/23). Here's a sample script: #!/usr/bin/perl print "Type: "; $input = ; At the prompt, if you hit Backspace, it prints out this line: load: 1.14 cmd: perl 83389 [ttyin] 0.00u 0.00s 0% 980k This doesn't happen on my other box, running 2.2.8-STABLE. Has anyone else seen this? Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Feb 26 16:53: 1 1999 Delivered-To: freebsd-stable@freebsd.org Received: from enya.clari.net.au (enya.clari.net.au [203.8.14.116]) by hub.freebsd.org (Postfix) with ESMTP id 9240A14BD4 for ; Fri, 26 Feb 1999 16:52:56 -0800 (PST) (envelope-from danny@enya.clari.net.au) Received: from localhost (danny@localhost) by enya.clari.net.au (8.8.8/8.8.7) with SMTP id LAA26342; Sat, 27 Feb 1999 11:51:49 +1100 (EST) (envelope-from danny@enya.clari.net.au) Date: Sat, 27 Feb 1999 11:51:49 +1100 (EST) From: "Daniel O'Callaghan" To: Keith Woodman Cc: Yev , Langa Kentane , freebsd-stable@FreeBSD.ORG Subject: Re: Binding more ip addresses to one card In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 26 Feb 1999, Keith Woodman wrote: > ifconfig eth0:1 your.other.ip.here netmask ?.?.?.? broadcast ?.?.?.? > ifconfig eth0:2 your.other.ip.here netmask ?.?.?.? broadcast ?.?.?.? > ifconfig eth0:3 your.other.ip.here netmask ?.?.?.? broadcast ?.?.?.? That's Linux syntax. Try ifconfig ed0 alias your.other.ip.here netmask ?.?.?.? broadcast ?.?.?.? Note that if you are binding an extra IP address from a network which is already assigned, you must use a netmask of 255.255.255.255 e.g. ifconfig ed0 1.2.3.1 netmask 255.255.255.0 ifconfig ed0 1.2.3.2 netmask 255.255.255.255 alias ifconfig ed0 4.5.6.1 netmask 255.255.255.0 alias 4.5.6.1 is part of 4.5.6 network, which is not part of 1.2.3, so you should use a netmask which reflects the aliased network. Danny To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Feb 26 17:44:51 1999 Delivered-To: freebsd-stable@freebsd.org Received: from guru.phone.net (guru.phone.net [209.157.82.120]) by hub.freebsd.org (Postfix) with SMTP id E767C1504F for ; Fri, 26 Feb 1999 17:44:48 -0800 (PST) (envelope-from mwm@phone.net) Received: (qmail 7441 invoked by uid 100); 27 Feb 1999 01:44:30 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 27 Feb 1999 01:44:30 -0000 Date: Fri, 26 Feb 1999 17:44:30 -0800 (PST) From: Mike Meyer To: freebsd-stable@FreeBSD.ORG Subject: Re: release disk sizes? In-Reply-To: <9908.920063990@zippy.cdrom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ok, that makes sense. Is there a makefile/script somewhere to take care of all that for me as well? Thanx, Date: Fri, 26 Feb 1999 13:19:50 -0800 > From: Jordan K. Hubbard > To: Mike Meyer > Cc: freebsd-stable@FreeBSD.ORG > Subject: Re: release disk sizes? > > > I want to create an install CD-ROM of 3.1-STABLE for local use (don't > > ask). After convincing "Make release" to work in /usr/src/release, I > > get two things in .../R/cdrom; disc1 & disc2. They seem awefully > > small, though - slightly more than 100 MB each. Is that actually > > correct? > > Sure. You haven't added XFree86 or any packages yet. :) > > - Jordan > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Feb 26 17:58:36 1999 Delivered-To: freebsd-stable@freebsd.org Received: from zippy.cdrom.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (Postfix) with ESMTP id 5C4C215051 for ; Fri, 26 Feb 1999 17:58:05 -0800 (PST) (envelope-from jkh@zippy.cdrom.com) Received: from zippy.cdrom.com (localhost [127.0.0.1]) by zippy.cdrom.com (8.9.3/8.9.3) with ESMTP id RAA11210; Fri, 26 Feb 1999 17:57:57 -0800 (PST) (envelope-from jkh@zippy.cdrom.com) To: Mike Meyer Cc: freebsd-stable@FreeBSD.ORG Subject: Re: release disk sizes? In-reply-to: Your message of "Fri, 26 Feb 1999 17:44:30 PST." Date: Fri, 26 Feb 1999 17:57:57 -0800 Message-ID: <11206.920080677@zippy.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Ok, that makes sense. Is there a makefile/script somewhere to take > care of all that for me as well? Nope, that's one piece which is still done more or less by hand. Well, Steve has some scripts for breaking packages colletions apart, but they probably require that you have an entire N gigabyte collection available. I don't have any of that stuff in any case since he always provides me with the packages already segregated now. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Feb 26 17:59:42 1999 Delivered-To: freebsd-stable@freebsd.org Received: from d1o29.telia.com (d1o29.telia.com [194.236.214.241]) by hub.freebsd.org (Postfix) with ESMTP id 643AB15057; Fri, 26 Feb 1999 17:59:36 -0800 (PST) (envelope-from girgen@partitur.se) Received: from stordatan.telia.com (t3o29p72.telia.com [194.236.215.72]) by d1o29.telia.com (8.8.8/8.8.5) with ESMTP id CAA13495; Sat, 27 Feb 1999 02:59:16 +0100 (MET) Received: from partitur.se (localhost [127.0.0.1]) by stordatan.telia.com (8.9.2/8.9.1) with ESMTP id MAA01196; Fri, 26 Feb 1999 12:50:18 +0100 (CET) (envelope-from girgen@partitur.se) Message-ID: <36D68A7A.CC8FEF98@partitur.se> Date: Fri, 26 Feb 1999 12:50:18 +0100 From: User Girgen Organization: Partitur X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 3.1-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Warner Losh Cc: freebsd-stable@FreeBSD.ORG, freebsd-current@FreeBSD.ORG Subject: Re: panic: aha0 Invalid CCB or SG list References: <36D4B092.8B076D55@partitur.se> <199902252308.QAA04402@harmony.village.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Warner Losh wrote: > > In message <36D4B092.8B076D55@partitur.se> Palle Girgensohn writes: > : I've seen three crashes in the last couple of weeks, with a server > : box that's been running stable as a rock for two years, at least. It > : has an adaptec 2940UW with six disks, and an adaptec 1542CP that's > : connected to a seagate travan tape driver. > > OK. This card is known to be good. At least I've not had any > problems with it. > > : It's running STABLE-3.1 from Feb 19 1999, and since the last > : upgrade, I've seen three crashes, all related to dumping to > : tape. Since I got no info on what happened, I decided to sit down > : with the machine, run a backup sequence to tape, and wait for it to > : possibly crash. After 90 minutes, I was about to give up when > : suddenly, poof: > : panic: aha0 Invalid CCB or SG list. > : > : So, it's probably the 1540 driver (or hardware)? > > Ah. OK. I'm not doing tape stuff on my machine. How fast is that > seagate tr-4 that you are doing? It claims it can do 600 Kbytes/s, but most often it's around 550 when writing large "prepared" dump files. > > : Can anybody shed some light on what to do? Is it software? That's my > : guess, since the machine never ONCE has crashed until the upgrade to > : 3.x. I had one crash when running current form beginning of January > : (soon after moving to 3.x), and now theese three in a week. The 1540 > : has been in the machine for about six months. > > Chances are really good that this is software. The invalid ccb or sg > list is due to either a race condition or something taht corrupts > these things. > > : If there's anything I can do to help debug I'll do it, but device > : drivers are a little above my level of expertise. > > If you can wait a day or three, I might be able to find something that > will help. However, I don't have a tape drive right now to test it > with. I'll see what I can beg, borrow or steal. > > Warner I can wait, no problem. I don't think I have a choice, anyway ;-) It seems to be working better when not utilizing the CPU 100% when writing to tape. As I mentioned, I'm using amanda to dump both server and a bunch of workstations. Amanda does gzip on the the dumps before writing them to a scratch disk on the tape host, from where they are written to tape. Since the backup client performs the gzip, I don't see crashes every night, but only when a lot of the dumps scheduled are from the tape host itself (that is, when the tape host is gzipping away att 100% CPU, while at the same writing to tape). Thanks for helping! /Palle To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Feb 26 18: 5: 0 1999 Delivered-To: freebsd-stable@freebsd.org Received: from soda.CSUA.Berkeley.EDU (soda.CSUA.Berkeley.EDU [128.32.43.52]) by hub.freebsd.org (Postfix) with ESMTP id BF53614EF9 for ; Fri, 26 Feb 1999 18:04:51 -0800 (PST) (envelope-from dbushong@CSUA.Berkeley.EDU) Received: (from dbushong@localhost) by soda.CSUA.Berkeley.EDU (8.8.8/) id SAA01125; Fri, 26 Feb 1999 18:04:34 -0800 (PST) env-from (dbushong) From: dbushong@CSUA.Berkeley.EDU (David Bushong) Message-Id: <199902270204.SAA01125@soda.CSUA.Berkeley.EDU> Subject: Re: Weird perl behavior In-Reply-To: from Brian Tiemann at "Feb 26, 99 04:46:57 pm" To: btman@ugcs.caltech.edu (Brian Tiemann) Date: Fri, 26 Feb 1999 18:04:34 -0800 (PST) Cc: freebsd-stable@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This isn't perl. It's stty. Do an stty -a, and see that "status" is set to. For example: % stty -a ... cchars: discard = ^O; dsusp = ^Y; eof = ^D; eol = ; eol2 = ; erase = ^H; intr = ^C; kill = ^U; lnext = ^V; min = 1; quit = ^\; reprint = ^R; start = ^Q; status = ^T; stop = ^S; susp = ^Z; time = 0; werase = ^W; Note I have it set to ^T. So if i run % perl and hit ^T, I get: load: 0.06 cmd: perl5.00502 21939 [ttyin] 0.00u 0.00s 0% 860k but of course I could also run cat % cat load: 0.07 cmd: cat 21938 [ttyin] 0.00u 0.00s 0% 88k You must have status bound to whatever backspace is. To see what backspace is sending for you, type ^V then backspace (^V means control-V of course). --David Bushong > > Perl seems to be doing some odd things on my 3.1-STABLE box (last > built 2/23). Here's a sample script: > > > #!/usr/bin/perl > > print "Type: "; > $input = ; > > > At the prompt, if you hit Backspace, it prints out this line: > > load: 1.14 cmd: perl 83389 [ttyin] 0.00u 0.00s 0% 980k > > This doesn't happen on my other box, running 2.2.8-STABLE. > Has anyone else seen this? > > Brian > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Feb 26 19: 1:23 1999 Delivered-To: freebsd-stable@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id 873EB14FD8 for ; Fri, 26 Feb 1999 19:01:21 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with SMTP id VAA19096; Fri, 26 Feb 1999 21:00:59 -0600 (CST) Date: Fri, 26 Feb 1999 21:00:59 -0600 (CST) From: Steve Price To: "Jordan K. Hubbard" Cc: Mike Meyer , freebsd-stable@FreeBSD.ORG Subject: Re: release disk sizes? In-Reply-To: <11206.920080677@zippy.cdrom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 26 Feb 1999, Jordan K. Hubbard wrote: # > Ok, that makes sense. Is there a makefile/script somewhere to take # > care of all that for me as well? # # Nope, that's one piece which is still done more or less by hand. # Well, Steve has some scripts for breaking packages colletions apart, # but they probably require that you have an entire N gigabyte # collection available. I don't have any of that stuff in any case # since he always provides me with the packages already segregated now. Yes, the scripts I have require that for at least the first couple of steps in the process you have a fresh ports tree, all the packages, and all the distfiles accessible from the machine that you are running the scripts on. I'm playing with a few ideas to remedy that, but don't have anything solid right now. -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Feb 26 22:52:46 1999 Delivered-To: freebsd-stable@freebsd.org Received: from netmug.org (netmug.org [204.188.144.33]) by hub.freebsd.org (Postfix) with ESMTP id 062DD150C3 for ; Fri, 26 Feb 1999 22:52:44 -0800 (PST) (envelope-from perl@netmug.org) Received: from localhost (perl@localhost) by netmug.org (8.8.8/NetMUG_1.0.0) with ESMTP id WAA19576; Fri, 26 Feb 1999 22:51:19 -0800 (PST) Date: Fri, 26 Feb 1999 22:51:19 -0800 (PST) From: perl To: Brian Tiemann Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Weird perl behavior In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG That isn't perl doing that. It looks like somehow you got stty status ^H (or whatever your backspace key is) set. Michael On Fri, 26 Feb 1999, Brian Tiemann wrote: > > Perl seems to be doing some odd things on my 3.1-STABLE box (last > built 2/23). Here's a sample script: > > > #!/usr/bin/perl > > print "Type: "; > $input = ; > > > At the prompt, if you hit Backspace, it prints out this line: > > load: 1.14 cmd: perl 83389 [ttyin] 0.00u 0.00s 0% 980k > > This doesn't happen on my other box, running 2.2.8-STABLE. > Has anyone else seen this? > > Brian > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Feb 26 23:26:31 1999 Delivered-To: freebsd-stable@freebsd.org Received: from linteuto.teuto.de (unknown [194.77.23.26]) by hub.freebsd.org (Postfix) with ESMTP id 9DADC1511E for ; Fri, 26 Feb 1999 23:26:22 -0800 (PST) (envelope-from martin@rumolt.teuto.de) Received: from rumolt.teuto.de (root@rumolt.teuto.de [212.8.203.81]) by linteuto.teuto.de (8.8.7/8.8.7) with ESMTP id IAA23555 for ; Sat, 27 Feb 1999 08:26:04 +0100 Received: (from martin@localhost) by rumolt.teuto.de (8.8.8/8.8.7) id IAA03994 for freebsd-stable@freebsd.org; Sat, 27 Feb 1999 08:22:42 +0100 (MET) From: Martin Husemann Message-Id: <199902270722.IAA03994@rumolt.teuto.de> Subject: Install doesn't work To: freebsd-stable@freebsd.org Date: Sat, 27 Feb 1999 08:22:41 +0100 (MET) Organization: Crusaders Catering Services Inc. ;-) X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello! I tried to boot FreeBSD 3.1 stable (fetched form ftp.releng3 about February 20) on a machine here where I usualy run NetBSD on. It didn't work, as during the "Probing for devices" phase there is a kernel panic (integer divide) after a lot of ILLEGAL REQUEST messages apparently from the SCSI driver probing the QIC tape. This tape device has a quirks entry on NetBSD because it responds to all LUN's (without that quirk it would attach as eight devices). I can't disbale EISA devices in the kernel configuration, and can't block SCSI devices, so is there any way around this? Martin P.S.: just for reference, this particualr machine runs NetBSD just fine, dmesg output follows: NetBSD 1.3I (RUMOLT) #0: Fri Feb 26 16:41:34 MET 1999 martin@asprian.teuto.de:/usr/src/sys-i4b/arch/i386/compile/RUMOLT cpu0: Intel 486DX (486-class) real mem = 33161216 avail mem = 29143040 using 430 buffers containing 1761280 bytes of memory mainbus0 (root) eisa0 at mainbus0 ahb0 at eisa0 slot 1: Adaptec AHA-1742A SCSI ahb0: interrupting at irq 11 scsibus0 at ahb0: 8 targets, 8 luns per target sd0 at scsibus0 targ 0 lun 0: SCSI2 0/direct fixed sd0: 501MB, 2448 cyl, 6 head, 69 sec, 512 bytes/sect x 1027548 sectors st0 at scsibus0 targ 3 lun 0: SCSI1 1/sequential removable st0: drive empty cd0 at scsibus0 targ 4 lun 0: SCSI2 5/cdrom removable sd1 at scsibus0 targ 6 lun 0: SCSI2 0/direct fixed sd1: 4134MB, 8205 cyl, 6 head, 171 sec, 512 bytes/sect x 8467200 sectors device ATI4400 at eisa0 slot 3 not configured ep0 at eisa0 slot 4: 3Com 3Com 3C597 Fast Etherlink TX ep0: interrupting at irq 10 ep0: address 00:10:4b:24:be:a8, 64KB word-wide FIFO, 3:1 Rx:Tx split ep0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX (default 10baseT) isa0 at mainbus0 com0 at isa0 port 0x3f8-0x3ff irq 4: ns8250 or ns16450, no fifo com1 at isa0 port 0x2f8-0x2ff irq 3: ns16550a, working fifo lpt0 at isa0 port 0x378-0x37b irq 7 we0 at isa0 port 0x300-0x31f iomem 0xe0000-0xe3fff irq 15 we0: WD8013EP Ethernet (16-bit) we0: Ethernet address 00:00:c0:11:48:2d npx0 at isa0 port 0xf0-0xff: using exception 16 vt0 at isa0 port 0x60-0x6f irq 1 vt0: generic, 80 col, color, 8 scr, mf2-kbd, [R3.32] vt0: console fdc0 at isa0 port 0x3f0-0x3f7 irq 6 drq 2 fd0 at fdc0 drive 0: 1.44MB, 80 cyl, 2 head, 18 sec isic0 at isa0 port 0x340-0x347 irq 5 isic0: AVM A1 or AVM Fritz!Card isic0: ISAC 2085 Version V2.3 (B3) (IOM-2) isic0: HSCX 82525 Version A3 isic1 at isa0 port 0xd80-0xd87 irq 12 isic1: Teles S0/16.3 isic1: ISAC 2085 Version A1/A2 or 2086/2186 Version 1.1 (IOM-2) isic1: HSCX 82525 or 21525 Version 2.1 biomask 840 netmask 9c60 ttymask 9ce2 i4b: ISDN call control device attached i4btrc: 2 ISDN trace device(s) attached i4bctl: ISDN system control port attached i4brbch: 4 raw B channel access device(s) attached i4btel: 2 ISDN telephony interface device(s) attached i4bipr: 2 IP over raw HDLC ISDN device(s) attached (VJ header compression) i4bisppp: 2 ISDN SyncPPP device(s) attached boot device: sd0 root on sd0a dumps on sd0b root file system type: ffs IP Filter: initialized. Default = pass all, Logging = disabled To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Feb 27 1:11:27 1999 Delivered-To: freebsd-stable@freebsd.org Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.65]) by hub.freebsd.org (Postfix) with ESMTP id 793FE1506A for ; Sat, 27 Feb 1999 01:11:17 -0800 (PST) (envelope-from mark@grondar.za) Received: from greenpeace.grondar.za (IDENT:LNtWCK6dL7EKQJW9GveRmFKEkVEKh7CT@greenpeace.grondar.za [196.7.18.132]) by gratis.grondar.za (8.9.2/8.9.2) with ESMTP id LAA61023; Sat, 27 Feb 1999 11:10:58 +0200 (SAST) (envelope-from mark@grondar.za) Received: from grondar.za (IDENT:GHN83yR4JEHohSlKlKkSfY5rFP8nMi/3@localhost [127.0.0.1]) by greenpeace.grondar.za (8.9.3/8.9.3) with ESMTP id LAA17795; Sat, 27 Feb 1999 11:10:57 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199902270910.LAA17795@greenpeace.grondar.za> To: Brian Tiemann Cc: freebsd-stable@freebsd.org Subject: Re: Weird perl behavior In-Reply-To: Your message of " Fri, 26 Feb 1999 16:46:57 PST." References: Date: Sat, 27 Feb 1999 11:10:55 +0200 From: Mark Murray Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Brian Tiemann wrote: > > Perl seems to be doing some odd things on my 3.1-STABLE box (last > built 2/23). Here's a sample script: > > > #!/usr/bin/perl > > print "Type: "; > $input = ; > > > At the prompt, if you hit Backspace, it prints out this line: > > load: 1.14 cmd: perl 83389 [ttyin] 0.00u 0.00s 0% 980k > > This doesn't happen on my other box, running 2.2.8-STABLE. > Has anyone else seen this? Nope. It works fine on my 3.x and 4.x boxes. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Feb 27 5:25: 8 1999 Delivered-To: freebsd-stable@freebsd.org Received: from megaweapon.zigg.com (megaweapon.zigg.com [206.114.60.8]) by hub.freebsd.org (Postfix) with ESMTP id 397041508D for ; Sat, 27 Feb 1999 05:24:45 -0800 (PST) (envelope-from matt@zigg.com) Received: from localhost (matt@localhost) by megaweapon.zigg.com (8.9.2/8.9.2) with ESMTP id IAA27565; Sat, 27 Feb 1999 08:24:23 -0500 (EST) (envelope-from matt@zigg.com) Date: Sat, 27 Feb 1999 08:24:22 -0500 (EST) From: Matt Behrens To: Brian Tiemann Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Weird perl behavior In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Doesn't happen on mine, cvsupped about 2/16. On Fri, 26 Feb 1999, Brian Tiemann wrote: : Perl seems to be doing some odd things on my 3.1-STABLE box (last : built 2/23). Here's a sample script: : : : #!/usr/bin/perl : : print "Type: "; : $input = ; : : : At the prompt, if you hit Backspace, it prints out this line: : : load: 1.14 cmd: perl 83389 [ttyin] 0.00u 0.00s 0% 980k : : This doesn't happen on my other box, running 2.2.8-STABLE. : Has anyone else seen this? Matt Behrens "I'm Shadrach!" "I'm Meshach!" Owner/Administrator, zigg.com "I'm a bumblebee! ... a-benny-boo ... Chief Engineer, Nameless IRC Network I'm Benny!" - "Rack, Shack, & Benny" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Feb 27 8:16:26 1999 Delivered-To: freebsd-stable@freebsd.org Received: from hops.veldy.org (h-182-176.mn.mediaone.net [209.32.182.176]) by hub.freebsd.org (Postfix) with ESMTP id B4F3115074 for ; Sat, 27 Feb 1999 08:16:22 -0800 (PST) (envelope-from veldy@visi.com) Received: from barley (unknown [192.168.0.1]) by hops.veldy.org (Postfix) with SMTP id 85670122F for ; Sat, 27 Feb 1999 10:17:28 -0600 (CST) From: "Thomas T. Veldhouse" To: Subject: Problem with acd0 Date: Sat, 27 Feb 1999 10:17:19 -0600 Message-ID: <000001be626c$a5e4d520$0100a8c0@barley.veldy.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I have a HP7200i ATAPI attached as my primary slave. I have not had any problems burning in the past. However, I now have the new device configuration using /dev/rwcd0c -> /dev/racd0c and /dev/wcd0c -> /dev/acd0c. So it appears that we now DO have an ACD device, whereas before we only had the WCD device. My problem is I have lost three CD's when trying to burn. Everytime the drive begins to blink (green) when it tries to fixate. This has never been a problem in the past and it still isn't a problem under windows :-(. Does anybody have an idea of what could be wrong here? I am running 3.1-STABLE as of 2-26-1999. Tom Veldhouse veldy@visi.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Feb 27 12: 0:39 1999 Delivered-To: freebsd-stable@freebsd.org Received: from portwwwbus.tc.cc.va.us (portwwwbus.tc.cc.va.us [164.106.211.16]) by hub.freebsd.org (Postfix) with ESMTP id 6980D14BDB for ; Sat, 27 Feb 1999 12:00:34 -0800 (PST) (envelope-from djflow@my-dejanews.com) Received: from enigma (207-172-209-165.s165.tnt1.nrf.erols.com [207.172.209.165]) by portwwwbus.tc.cc.va.us (8.8.5/8.8.5) with SMTP id OAA22378; Sat, 27 Feb 1999 14:54:16 -0500 (EST) From: "Derek Flowers" To: "Steve Price" , "Jordan K. Hubbard" Cc: "Mike Meyer" , Subject: RE: Splitting package directories [was: release disk sizes?] Date: Sat, 27 Feb 1999 14:54:29 -0500 Message-ID: <000201be628a$fcc79620$4ad4fea9@enigma> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Importance: Normal Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have some scripts I used to create split package directories and indexes for sysinstall. All that is required is a copy of the packages directory off the ftp site. The only prerequisite is that the package index is complete. Basically, I grabbed everything in the packages directory off the ftp site. Then I split the packages into two directories, the first being all console packages and the other all X11 packages. First, I copied everything in the packages directory except for the All directory to a new directory. I then used a script to look for all packages that have XFree86 as a dependency and moved those packages to the new directory. Then I run another script to verify that all the package dependencies exist in each package directory, those that do not get copied to the correct location. I then run a script to delete all non-existent links in each package directory. Finally, I run a script to recreate the package indexes. The end result is that there are two package directories, each with its own package index and complete package dependencies. With 3.1-RELEASE, the console packages directory can be placed on one CD along with all the install distributions and the second X11 packages directory can be placed on another CD. If there is interest, I can make available the scripts I used to do this and instructions on how they work. -Derek > -----Original Message----- > From: owner-freebsd-stable@FreeBSD.ORG > [mailto:owner-freebsd-stable@FreeBSD.ORG]On Behalf Of Steve Price > Sent: Friday, February 26, 1999 10:01 PM > To: Jordan K. Hubbard > Cc: Mike Meyer; freebsd-stable@FreeBSD.ORG > Subject: Re: release disk sizes? > > > On Fri, 26 Feb 1999, Jordan K. Hubbard wrote: > > # > Ok, that makes sense. Is there a makefile/script somewhere to take > # > care of all that for me as well? > # > # Nope, that's one piece which is still done more or less by hand. > # Well, Steve has some scripts for breaking packages colletions apart, > # but they probably require that you have an entire N gigabyte > # collection available. I don't have any of that stuff in any case > # since he always provides me with the packages already segregated now. > > Yes, the scripts I have require that for at least the first > couple of steps in the process you have a fresh ports tree, > all the packages, and all the distfiles accessible from the > machine that you are running the scripts on. I'm playing with > a few ideas to remedy that, but don't have anything solid > right now. > > -steve > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Feb 27 15:50:10 1999 Delivered-To: freebsd-stable@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id BE5461503C for ; Sat, 27 Feb 1999 15:49:48 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with SMTP id RAA24631; Sat, 27 Feb 1999 17:49:25 -0600 (CST) Date: Sat, 27 Feb 1999 17:49:25 -0600 (CST) From: Steve Price To: Derek Flowers Cc: "Jordan K. Hubbard" , Mike Meyer , freebsd-stable@FreeBSD.ORG Subject: RE: Splitting package directories [was: release disk sizes?] In-Reply-To: <000201be628a$fcc79620$4ad4fea9@enigma> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 27 Feb 1999, Derek Flowers wrote: # I have some scripts I used to create split package directories and indexes # for sysinstall. All that is required is a copy of the packages directory # off the ftp site. The only prerequisite is that the package index is # complete. Do they take care of splitting the packages into M chunks each of potentially different size whilst taking into account the dependencies between packages? The problem becomes a bit more hairy when you are trying to split things onto several CDs that already have bits on them that are imposing space constraints. I realize the subject only speaks to packages but the reason my little scripts needs more stuff is because I'm trying to place the distfiles on the CDs too. The need for the distfiles is obvious and the need for the ports tree is so that I know which distfiles go with which port. The latter is important so that I can try to keep all the distfiles required by a port and its dependencies on the same CD. I'd like to see what you have nonetheless if you don't mind sending it my way. :-) Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Feb 27 19: 9:34 1999 Delivered-To: freebsd-stable@freebsd.org Received: from Post-Office.UH.EDU (Post-Office.UH.EDU [129.7.1.20]) by hub.freebsd.org (Postfix) with ESMTP id DBBAA14C91 for ; Sat, 27 Feb 1999 19:09:25 -0800 (PST) (envelope-from zdenko@CS.UH.EDU) Received: from CS.UH.EDU (zeus.cs.uh.edu [129.7.192.1]) by Post-Office.UH.EDU (PMDF V5.2-29 #34071) with SMTP id <0F7U005L2GR88B@Post-Office.UH.EDU> for freebsd-stable@FreeBSD.ORG; Sat, 27 Feb 1999 21:09:08 -0600 (CST) Received: from blackbird.CS.UH.EDU by CS.UH.EDU (COSC/UH-zeus) id AA07054; Sat, 27 Feb 1999 21:09:18 -0600 (CST) Received: by blackbird.CS.UH.EDU (4.1/UH-4.1) id AA01948; Sat, 27 Feb 1999 21:09:26 -0600 (CST) Date: Sat, 27 Feb 1999 21:09:18 -0600 (CST) From: Zdenko Tomasic Subject: 3.1S - iicbus/ppbus: missing headers To: freebsd-stable@FreeBSD.ORG Reply-To: zdenko@CS.UH.EDU Message-id: <9902280309.AA07054@CS.UH.EDU> Content-transfer-encoding: 7BIT Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Since lpt is deprecated as per os message and one is supposed to switch to ppbus, it is a bit surprising to discover that iicbb iicbb_if.h and iicbus_if.h are missing, hence ppbus compilation fails. There are .m files present: /usr/src/sys/dev/iicbus/iicbb_if.m /usr/src/sys/dev/iicbus/iicbus_if.m Are they supposed to be preprocessed somehow into .h ones? tnx. ZT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Feb 27 21: 3:54 1999 Delivered-To: freebsd-stable@freebsd.org Received: from portwwwbus.tc.cc.va.us (portwwwbus.tc.cc.va.us [164.106.211.16]) by hub.freebsd.org (Postfix) with ESMTP id A8D5F1508E for ; Sat, 27 Feb 1999 21:03:52 -0800 (PST) (envelope-from djflow@my-dejanews.com) Received: from enigma (207-172-209-39.s39.tnt1.nrf.erols.com [207.172.209.39]) by portwwwbus.tc.cc.va.us (8.8.5/8.8.5) with SMTP id XAA22949; Sat, 27 Feb 1999 23:58:00 -0500 (EST) From: "Derek Flowers" To: "Steve Price" Cc: "Jordan K. Hubbard" , "Mike Meyer" , Subject: RE: Splitting package directories [was: release disk sizes?] Date: Sat, 27 Feb 1999 23:58:15 -0500 Message-ID: <000001be62d6$f2f1aa40$ad98fea9@enigma> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Do they take care of splitting the packages into M chunks each > of potentially different size whilst taking into account the > dependencies between packages? Unfortunately, no. The main script does the following: 1) Verify that all the packages have an entry in the index 2) Verify that all the packages in the index exist 3) Verify that all package dependencies exist The next script creates a package index covering only the packages that exist using the original package index as a master. Hence the need for a correct original package index. Finally, the last script traverses the package directory and removes all malformed symbolic links. I'll send you the scripts Monday when I get back to work. My main goal was to create a CD set of 3.1-RELEASE and the packages. I found by splitting the packages into two groups (console and X11) I was able to put the distribution files and packages onto two CDs. The first CD has the distribution files and the console packages, a total size of 514.9MB. The second CD contains only X11 packages with a total size of 648.5MB. I did not have a need for the live filesystem, CVS, or distfiles for the ports. The only work I had to do by hand was to split the packages by category and copy the necessary dependencies. The first was easy since I could just grep the package index to find the packages dependent on XFree86. The second was also easy since the main script above outputs the missing dependencies. I just fed the first into the mv command. The second was fed into the cp command. I imagine with the next release I will need a new method of splitting the packages since the X11 packages are at the limit of the CD. I'll try and work on a new set of scripts to automatically split the packages into groups of size M. Question: Would it be possible to rewrite sysinstall so that the CDs can be exchanged in the middle of a package install? There is alot of wasted space in duplicating package dependencies. It could be something like this: 1) Store in the index which disk contains which package. 2) If the package to be installed is not on the current disk, unmount the cd and bring up an Ok/Cancel dialog asking for the correct disk. 2a) If the user selects Ok, mount the cd and restart at step 2 2b) If the user selects Cancel, cancel the current package install and any dependent package installs. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Feb 27 21:46:13 1999 Delivered-To: freebsd-stable@freebsd.org Received: from Post-Office.UH.EDU (Post-Office.UH.EDU [129.7.1.20]) by hub.freebsd.org (Postfix) with ESMTP id 417CC150E0 for ; Sat, 27 Feb 1999 21:46:03 -0800 (PST) (envelope-from zdenko@CS.UH.EDU) Received: from CS.UH.EDU (zeus.cs.uh.edu [129.7.192.1]) by Post-Office.UH.EDU (PMDF V5.2-29 #34071) with SMTP id <0F7U00F4FO0AL9@Post-Office.UH.EDU> for freebsd-stable@freebsd.org; Sat, 27 Feb 1999 23:45:46 -0600 (CST) Received: from blackbird.CS.UH.EDU by CS.UH.EDU (COSC/UH-zeus) id AA08111; Sat, 27 Feb 1999 23:45:57 -0600 (CST) Received: by blackbird.CS.UH.EDU (4.1/UH-4.1) id AA01950; Sat, 27 Feb 1999 23:46:05 -0600 (CST) Date: Sat, 27 Feb 1999 23:45:56 -0600 (CST) From: Zdenko Tomasic Subject: Re: Weird perl behavior In-reply-to: To: btman@ugcs.caltech.edu Cc: freebsd-stable@freebsd.org Reply-To: zdenko@CS.UH.EDU Message-id: <9902280545.AA08111@CS.UH.EDU> Content-transfer-encoding: 7BIT Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG that's not perl doing, it's status line usually assigned to ^T (often eclipsed by shell's assignmet of ^T to transpose) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Feb 27 22:37: 7 1999 Delivered-To: freebsd-stable@freebsd.org Received: from mail.rdc1.bc.wave.home.com (ha1.rdc1.bc.wave.home.com [24.2.10.66]) by hub.freebsd.org (Postfix) with ESMTP id CCBB8150CD for ; Sat, 27 Feb 1999 22:36:41 -0800 (PST) (envelope-from matt@silk.net) Received: from silk.net ([24.65.0.98]) by mail.rdc1.bc.wave.home.com (InterMail v4.00.03 201-229-104) with ESMTP id <19990228063625.WQMS11952.mail.rdc1.bc.wave.home.com@silk.net> for ; Sat, 27 Feb 1999 22:36:25 -0800 Message-ID: <36D8E3E3.2841BD56@silk.net> Date: Sat, 27 Feb 1999 22:36:19 -0800 From: Matt Chambers Reply-To: matt@silk.net X-Mailer: Mozilla 4.5 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-stable@FreeBSD.Org Subject: 3.1 Rel to 3.1 stable(new user to unix) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi there, I have cvsup'd to stable and done a make buildworld, make installworld and have recompiled my kernel, up to there everything went fine. As it looked I was running the new boot blocks. I reboot, and now it says Invalid Format! and the boot: keeps repeating it self. kernel.old doesnt work(y i dont know yet)and ive spent the better part of 2-3days goin bug-eyed over the docs. Any help would be greatly appreciated. Thanks, MattC. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Feb 27 22:37:40 1999 Delivered-To: freebsd-stable@freebsd.org Received: from geo.geocast.net (geo.geocast.net [128.177.240.120]) by hub.freebsd.org (Postfix) with ESMTP id D8E461518B for ; Sat, 27 Feb 1999 22:37:29 -0800 (PST) (envelope-from castor@geocast.net) Received: from localhost (castor@localhost) by geo.geocast.net (8.8.8/8.8.8) with ESMTP id WAA14865 for ; Sat, 27 Feb 1999 22:37:36 -0800 (PST) Date: Sat, 27 Feb 1999 22:37:36 -0800 (PST) From: Castor Fu To: freebsd-stable@freebsd.org Subject: bus_dmamap_load & compiler glitch Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm trying to use the bus_dma interface with 3.1-RELEASE and the bus_dmamap_load routine appears to compile incorrectly with the default C compiler and default flags. It somehow fouls up in detecting the first segment and generates two segments, the first of which is garbage. Has anyone seen anything like this? I realize these routines are not used much yet in current drivers. Putting in a few printfs seems to get the compiler to do the right thing. -castor To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Feb 27 22:41:23 1999 Delivered-To: freebsd-stable@freebsd.org Received: from holly.dyndns.org (ip41.houston3.tx.pub-ip.psi.net [38.12.169.41]) by hub.freebsd.org (Postfix) with ESMTP id E843C14E69 for ; Sat, 27 Feb 1999 22:41:13 -0800 (PST) (envelope-from chris@holly.dyndns.org) Received: (from chris@localhost) by holly.dyndns.org (8.9.2/8.9.2) id AAA01257; Sun, 28 Feb 1999 00:41:52 -0600 (CST) (envelope-from chris) Date: Sun, 28 Feb 1999 00:41:51 -0600 From: Chris Costello To: Matt Chambers Cc: freebsd-stable@freebsd.org Subject: Re: 3.1 Rel to 3.1 stable(new user to unix) Message-ID: <19990228004151.E711@holly.dyndns.org> Reply-To: chris@calldei.com References: <36D8E3E3.2841BD56@silk.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3us In-Reply-To: <36D8E3E3.2841BD56@silk.net>; from Matt Chambers on Sat, Feb 27, 1999 at 10:36:19PM -0800 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Feb 28, 1999, Matt Chambers put this into my mailbox: > Hi there, > > I have cvsup'd to stable and done a make buildworld, make installworld > and have recompiled my kernel, up to there everything went fine. As it > looked I was running the new boot blocks. I reboot, and now it says > Invalid Format! and the boot: keeps repeating it self. kernel.old doesnt > work(y i dont know yet)and ive spent the better part of 2-3days goin > bug-eyed over the docs. Any help would be greatly appreciated. http://www.freebsd.org/~peter/elfday.html describes what you should have done. > > Thanks, > MattC. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > -- Powered by FreeBSD 3.1-STABLE. "The Power to Serve!" In the FreeBSD handbook, on a network routing diagram, next to "Windows 95 box," there is commented "(Do not admit to owning one.)" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Feb 27 22:53:54 1999 Delivered-To: freebsd-stable@freebsd.org Received: from peach.ocn.ne.jp (peach.ocn.ne.jp [210.145.254.87]) by hub.freebsd.org (Postfix) with ESMTP id 9474B151B8 for ; Sat, 27 Feb 1999 22:53:27 -0800 (PST) (envelope-from dcs@newsguy.com) Received: from newsguy.com by peach.ocn.ne.jp (8.9.1a/OCN) id PAA11960; Sun, 28 Feb 1999 15:53:03 +0900 (JST) Message-ID: <36D8E74D.37C07B87@newsguy.com> Date: Sun, 28 Feb 1999 15:50:53 +0900 From: "Daniel C. Sobral" X-Mailer: Mozilla 4.5 [en] (Win98; I) X-Accept-Language: pt-BR,ja MIME-Version: 1.0 To: chris@calldei.com Cc: Matt Chambers , freebsd-stable@FreeBSD.ORG Subject: Re: 3.1 Rel to 3.1 stable(new user to unix) References: <36D8E3E3.2841BD56@silk.net> <19990228004151.E711@holly.dyndns.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Chris Costello wrote: > > On Sun, Feb 28, 1999, Matt Chambers put this into my mailbox: > > Hi there, > > > > I have cvsup'd to stable and done a make buildworld, make installworld > > and have recompiled my kernel, up to there everything went fine. As it > > looked I was running the new boot blocks. I reboot, and now it says > > Invalid Format! and the boot: keeps repeating it self. kernel.old doesnt > > work(y i dont know yet)and ive spent the better part of 2-3days goin > > bug-eyed over the docs. Any help would be greatly appreciated. > > http://www.freebsd.org/~peter/elfday.html describes what you should > have done. If he was running 3.1-RELEASE, that is not relevant. If he was running 3.0-RELEASE, that's another matter entirely... :-) -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org "To make it absolutely clear: you stand on the wrong end of my blasters, so you better get lost before I start target practice!" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Feb 27 23: 9: 6 1999 Delivered-To: freebsd-stable@freebsd.org Received: from mailhost.directlink.net (mailhost.directlink.net [207.239.163.2]) by hub.freebsd.org (Postfix) with ESMTP id E0C4415123 for ; Sat, 27 Feb 1999 23:09:03 -0800 (PST) (envelope-from billh@directlink.net) Received: from directlink.net [207.239.163.119] by mailhost.directlink.net with ESMTP (SMTPD32-5.01) id ADE65E70146; Sun, 28 Feb 1999 02:27:18 EST Message-ID: <36D8EA99.59960F86@directlink.net> Date: Sun, 28 Feb 1999 01:04:57 -0600 From: Bill Hamilton X-Mailer: Mozilla 4.5 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 Cc: freebsd-stable@FreeBSD.Org Subject: 3.0 Rel to 3.1 stable References: <36D8E3E3.2841BD56@silk.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I just cvsup'd and tried a "make upgrade" to get to 3.1 stable (from 3.0 release) . All was going well until make faulted ... cd /usr/src/usr.bin/lex/lib; /usr/obj/aout/usr/src/tmp/usr/bin/make -DNOINFO -DNOMAN -DNOPIC -DNOPROFILE -DNOSHARED cleandepend; /usr/obj/aout/usr/src/tmp/usr/bin/make -DNOINFO -DNOMAN -DNOPIC -DNOPROFILE -DNOSHARED all; /usr/obj/aout/usr/src/tmp/usr/bin/make -DNOINFO -DNOMAN -DNOPIC -DNOPROFILE -DNOSHARED -B install cleandir obj Segmentation fault - core dumped *** Error code 139 Stop. *** Error code 1 Can someone advise me on how to proceed? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Feb 27 23:14:42 1999 Delivered-To: freebsd-stable@freebsd.org Received: from dorifer.heim3.tu-clausthal.de (dorifer.heim3.tu-clausthal.de [139.174.243.252]) by hub.freebsd.org (Postfix) with ESMTP id 6444E1518A for ; Sat, 27 Feb 1999 23:14:39 -0800 (PST) (envelope-from olli@dorifer.heim3.tu-clausthal.de) Received: (from olli@localhost) by dorifer.heim3.tu-clausthal.de (8.8.8/8.8.8) id IAA19422 for freebsd-stable@freebsd.org; Sun, 28 Feb 1999 08:14:23 +0100 (CET) (envelope-from olli) Date: Sun, 28 Feb 1999 08:14:23 +0100 (CET) From: Oliver Fromme Message-Id: <199902280714.IAA19422@dorifer.heim3.tu-clausthal.de> To: freebsd-stable@freebsd.org Subject: 3.1 CD-ROM images available Newsgroups: list.freebsd-stable Organization: Administration Heim 3 Reply-To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Newsreader: TIN [version 1.2 RZTUC(3) PL2] Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, ftp7.de.freebsd.org /pub/FreeBSD/CD-ROM-images/3.1-RELEASE Please read the README file _before_ downloading anything. The number of simultaneous FTP users is currently limited to 30 because of weak server hardware. The files are also mirrored at ftp.uni-rostock.de, but it seems like they only picked up two of the images so far (their FTP server runs on Windows...). If anyone wants to mirror the images elsewhere, he/she is very welcome to do so. The server is located in Germany. If you're far away or badly connected, downloading the images will take _ages_ (note that the server supports "reget"). I'd recommend to order the original CD-ROMs from Walnut Creek in any case, if possible. They come with a nice introductory booklet, colorful cover, a sheet of FreeBSD stickers, and the good feeling of supporting the FreeBSD project. :) Regards Oliver PS: Unfortunately, I had to remove the 2.2.8 CDROM images, because there's only enough HD space to keep one set of CDROMs online. Sorry. -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany (Info: finger userinfo:olli@dorifer.heim3.tu-clausthal.de) "In jedem Stück Kohle wartet ein Diamant auf seine Geburt" (Terry Pratchett) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sat Feb 27 23:59:46 1999 Delivered-To: freebsd-stable@freebsd.org Received: from peach.ocn.ne.jp (peach.ocn.ne.jp [210.145.254.87]) by hub.freebsd.org (Postfix) with ESMTP id C02C714E69 for ; Sat, 27 Feb 1999 23:59:44 -0800 (PST) (envelope-from dcs@newsguy.com) Received: from newsguy.com by peach.ocn.ne.jp (8.9.1a/OCN) id QAA17321; Sun, 28 Feb 1999 16:59:32 +0900 (JST) Message-ID: <36D8F6D0.C24C3A0F@newsguy.com> Date: Sun, 28 Feb 1999 16:57:04 +0900 From: "Daniel C. Sobral" X-Mailer: Mozilla 4.5 [en] (Win98; I) X-Accept-Language: pt-BR,ja MIME-Version: 1.0 To: Bill Hamilton Cc: freebsd-stable@FreeBSD.ORG Subject: Re: 3.0 Rel to 3.1 stable References: <36D8E3E3.2841BD56@silk.net> <36D8EA99.59960F86@directlink.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Bill Hamilton wrote: > > Can someone advise me on how to proceed? Are you using -O2 in COPTFLAGS? -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org "To make it absolutely clear: you stand on the wrong end of my blasters, so you better get lost before I start target practice!" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message