From owner-freebsd-stable Wed Jan 31 6:54:44 2001 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 B65CE37B491 for ; Wed, 31 Jan 2001 06:54:23 -0800 (PST) Received: (from daemon@localhost) by point.osg.gov.bc.ca (8.8.7/8.8.8) id GAA32721; Wed, 31 Jan 2001 06:54:21 -0800 Received: from passer.osg.gov.bc.ca(142.32.110.29) via SMTP by point.osg.gov.bc.ca, id smtpda32719; Wed Jan 31 06:54:09 2001 Received: (from uucp@localhost) by passer.osg.gov.bc.ca (8.11.2/8.9.1) id f0VEs3m06484; Wed, 31 Jan 2001 06:54:03 -0800 (PST) Received: from cwsys9.cwsent.com(10.2.2.1), claiming to be "cwsys.cwsent.com" via SMTP by passer9.cwsent.com, id smtpdvS5545; Wed Jan 31 06:53:32 2001 Received: (from uucp@localhost) by cwsys.cwsent.com (8.11.2/8.9.1) id f0VErR822709; Wed, 31 Jan 2001 06:53:27 -0800 (PST) Message-Id: <200101311453.f0VErR822709@cwsys.cwsent.com> Received: from localhost.cwsent.com(127.0.0.1), claiming to be "cwsys" via SMTP by localhost.cwsent.com, id smtpda22702; Wed Jan 31 06:52:38 2001 X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 Reply-To: Cy Schubert - ITSD Open Systems Group From: Cy Schubert - ITSD Open Systems Group X-Sender: schubert To: brunomiguel@netcabo.pt Cc: freebsd-stable@FreeBSD.ORG Subject: Re: IPFilter will not allow traceroute anymore In-reply-to: Your message of "Sun, 28 Jan 2001 15:44:50 GMT." <3A743E72.3727.1396DB@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 31 Jan 2001 06:52:37 -0800 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <3A743E72.3727.1396DB@localhost>, "Bruno Miguel" writes: > > Cy Schubert - ITSD Open Systems Group wrote: > > > > > You're probably better of installing IPF 3.4.16. There have been many > > > bugfixes and improvements since 3.4.8 (version of IPF packaged with > > > FreeBSD-STABLE). > > I tried to install IPF 3.4.16 yesterday on fresh -STABLE, but after this > > my kernel couldn't be made. whilte making depend I got > > Find the correct path for osreldate.h and you see it is not where ip_compat.c > > is looking for it. You will need to fix a couple paths on a couple files. Why > > not use modules ? :-) > This error is going on for a long time now, I dunno why Darren hasn't fixed i > t > yet, though. I work around the problem by, --- FreeBSD-4.0/kinstall.orig Thu Oct 19 07:23:50 2000 +++ FreeBSD-4.0/kinstall Fri Nov 17 05:15:38 2000 @@ -19,6 +19,7 @@ echo "" echo "Linking /usr/include/osreldate.h to /sys/sys/osreldate.h" ln -s /usr/include/osreldate.h /sys/sys/osreldate.h +ln -s /usr/include/osreldate.h /sys/osreldate.h echo "" echo "Patching ip6_input.c and ip6_output.c" It's a kludge but it works until I find the time to develop a long term fix. Regards, Phone: (250)387-8437 Cy Schubert Fax: (250)387-5766 Team Leader, Sun/Alpha Team Internet: Cy.Schubert@osg.gov.bc.ca Open Systems Group, ITSD, ISTA Province of BC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message