From owner-freebsd-stable Wed Jan 1 7:13:49 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E5CF37B40C for ; Wed, 1 Jan 2003 07:13:47 -0800 (PST) Received: from tomts21-srv.bellnexxia.net (tomts21.bellnexxia.net [209.226.175.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47F6643EB2 for ; Wed, 1 Jan 2003 07:13:46 -0800 (PST) (envelope-from matt@gsicomp.on.ca) Received: from xena.gsicomp.on.ca ([65.95.176.107]) by tomts21-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20030101151345.DOBA7873.tomts21-srv.bellnexxia.net@xena.gsicomp.on.ca>; Wed, 1 Jan 2003 10:13:45 -0500 Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by xena.gsicomp.on.ca (8.11.3/8.11.3) with SMTP id h01FCIp80076; Wed, 1 Jan 2003 10:12:18 -0500 (EST) (envelope-from matt@gsicomp.on.ca) Message-ID: <005a01c2b1a8$6d01c5d0$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: =?iso-8859-1?Q?Erik_Ran=E0?= , References: <3E126368.8070007@hem.passagen.se> Subject: Re: installworld stops with error code 71 that boot2 does not exsist? Date: Wed, 1 Jan 2003 10:14:05 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > When i try to run #make installworld. The "make installworld" stops with > error code 71. > It does not find some file or dir as shown below. > > Is this in the end of installworld and i can just /ignore or am i in big > trouble? You should do a 'make buildworld' again. It looks like your 'make buildworld' failed and hasn't built all of the required parts and pieces; thus installation fails because the parts and pieces aren't there. > > /Erik Ranà > > cf/sendmail.schema /usr/share/sendmail/cf/sendmail.schema > ===> sys > ===> sys/boot > ===> sys/boot/ficl > ===> sys/boot/i386 > ===> sys/boot/i386/mbr > install -o root -g wheel -m 444 mbr /boot > ===> sys/boot/i386/boot0 > install -o root -g wheel -m 444 boot0 /boot > ===> sys/boot/i386/btx > ===> sys/boot/i386/btx/btx > ===> sys/boot/i386/btx/btxldr > ===> sys/boot/i386/btx/lib > ===> sys/boot/i386/boot2 > install -o root -g wheel -m 444 boot1 /boot/boot1 > install -o root -g wheel -m 444 boot2 /boot/boot2 > install: boot2: No such file or directory > *** Error code 71 > > Stop in /usr/src/sys/boot/i386/boot2. > *** Error code 1 > > Stop in /usr/src/sys/boot/i386. > *** Error code 1 > > Stop in /usr/src/sys/boot. > *** Error code 1 > > Stop in /usr/src/sys. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. -- Matt Emmerton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jan 1 9:21: 7 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA11637B401 for ; Wed, 1 Jan 2003 09:21:05 -0800 (PST) Received: from centri.iodamedia.net (mkc-65-31-213-135.kc.rr.com [65.31.213.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57EFA43EE5 for ; Wed, 1 Jan 2003 09:21:01 -0800 (PST) (envelope-from shawnm@iodamedia.net) Received: from tango ([192.168.2.72]) by centri.iodamedia.net (8.11.6/8.11.6) with SMTP id h01HMde22070 for ; Wed, 1 Jan 2003 11:22:39 -0600 From: "Shawn Mitchell" To: Subject: ipfw - trans proxy Date: Wed, 1 Jan 2003 11:20:59 -0600 Message-ID: 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 IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Anyone have an example of a working transparent proxy for freebsd using squid? I've seen lots of them, but they all have squid running on the same box. Here's the layout: [FreeBSD]<-->[OpenBSD Firewall]<--->[Squid Server] Due to OpenBSD's pf, I can't redirect to the Squid server there. So I'm trying to do it with my FreeBSD router. 8 ports on the OpenBSD Firewall from diffrent networks, I'm trying to redirect them back into the squid server. Anyone have any suggestions? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Jan 1 14:21:27 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 445C337B401 for ; Wed, 1 Jan 2003 14:21:22 -0800 (PST) Received: from thufir.bluecom.no (thufir.bluecom.no [217.118.32.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A6A643EB2 for ; Wed, 1 Jan 2003 14:21:17 -0800 (PST) (envelope-from erik@pentadon.com) Received: from erik (a217-118-56-152.bluecom.no [217.118.56.152]) by thufir.bluecom.no (Postfix) with ESMTP id 70C1050EC6D; Wed, 1 Jan 2003 23:21:05 +0100 (CET) From: =?iso-8859-1?Q?Erik_Paulsen_Sk=E5lerud?= To: "'Cameron Murdoch'" , Subject: RE: Spontaneous shutdown - fxp related? Date: Wed, 1 Jan 2003 23:21:05 +0100 MIME-Version: 1.0 Message-ID: <001801c2b1e4$13663380$0a00000a@lan.tekniker.no> X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4024 Content-Type: multipart/signed; micalg=SHA1; protocol="application/x-pkcs7-signature"; boundary="----=_NextPart_000_0013_01C2B1EC.73E83070" In-Reply-To: <98D8849D7BBCEF44B063404DCD267EC602662F@zulu.bprarchitects.com> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0013_01C2B1EC.73E83070 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Maybe you should try to not run -STABLE if you don't need it? Try using RELENG_4_7 instead. Or update your -STABLE to a newer one (I know that mux is currently doing some work on the pci network cards drivers). Erik. -----Original Message----- From: owner-freebsd-stable@FreeBSD.ORG [mailto:owner-freebsd-stable@FreeBSD.ORG] On Behalf Of Cameron Murdoch Sent: Tuesday, December 31, 2002 7:19 PM To: stable@freebsd.org Subject: Spontaneous shutdown - fxp related? I have a problem with a machine I am trying to setup. It is going to be a firewall running ipfilter. The machine contains two brand new intel pro/100 server cards, (fxp driver), one connected to the internal LAN and one connected to our ADSL modem. The system seems fine when not doing anything but if just one client machine starts to use the internet after a while the machine will appear to switch off. The screen will blank and the computer will become completely unresponsive but it still has power in that the PSU fan still spins. The system reboots ok though is complains about root no being unmounted, etc. This effect is 100%, (so far) reproducible by trying to download a 60Mb file to a client computer within the internal network. The download never gets further than 6 or 7%. I have swapped the nics for other cards though the only spares I have a also Intel cards; I have also swapped the cards about the PCI slots without any luck. This computer is running -STABLE and is quite old so I wouldn't be that surprised if it is on it's way out. Any suggestions on what to try next? I can provide any information needed. Thanks! Cam [cmurdoch@kilo]$ uname -a FreeBSD kilo.bprarchitects.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Tue Dec 31 17:42:47 GMT 2002 root@juliet.bprarchitects.com:/usr/obj/usr/releng4/src/sys/KILO i386 [cmurdoch@kilo]$ cat /var/run/dmesg.boot Copyright (c) 1992-2002 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.7-STABLE #0: Tue Dec 31 17:42:47 GMT 2002 root@juliet.bprarchitects.com:/usr/obj/usr/releng4/src/sys/KILO Timecounter "i8254" frequency 1193182 Hz CPU: Pentium/P55C (200.46-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x543 Stepping = 3 Features=0x8001bf real memory = 67108864 (65536K bytes) avail memory = 61923328 (60472K bytes) Preloaded elf kernel "kernel" at 0xc0360000. Intel Pentium detected, installing workaround for F00F bug Using $PIR table, 6 entries at 0xc00fd820 npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xf000-0xf00f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 pci0: at 7.2 irq 11 chip1: port 0x5000-0x500f at device 7.3 on pci0 pci0: at 17.0 irq 10 fxp0: port 0x6500-0x653f mem 0xe1100000-0xe111ffff,0xe1121000-0xe1121fff irq 9 at device 18.0 on pci0 fxp0: Ethernet address 00:02:b3:c1:c6:49 inphy0: on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto fxp1: port 0x6600-0x663f mem 0xe1000000-0xe10fffff,0xe1120000-0xe1120fff irq 12 at device 19.0 on pci0 fxp1: Ethernet address 00:02:b3:5d:45:3f inphy1: on miibus1 inphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto orm0: