From owner-freebsd-stable Mon Oct 4 11:51:46 1999 Delivered-To: freebsd-stable@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 758) id A4E1D1550D; Mon, 4 Oct 1999 11:50:39 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 9A3CB1CD473; Mon, 4 Oct 1999 11:50:39 -0700 (PDT) (envelope-from kris@hub.freebsd.org) Date: Mon, 4 Oct 1999 11:50:39 -0700 (PDT) From: Kris Kennaway To: Martin McFlySr Cc: freebsd-stable@FreeBSD.ORG Subject: Re: how can i ...? what with ipfw? In-Reply-To: <13641.991004@McFlySr.Kurgan.Ru> 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, 4 Oct 1999, Martin McFlySr wrote: > Hello freebsd-stable@FreeBSD.ORG, > > 1. How can i see what namely was changed in files after CVSup is done? > I can seen at log CVSup, but can see only what files was changed: Subscribe to the cvs-all mailing list for a description of the changes are they take place (you could set up procmail to filter out non-stable commits - see the archives for how to do this). Alternatively, use the cvsweb interface to the CVS archives on www.freebsd.org. > 2. What happying with ipfw? > after change rc.firewall, sh rc.firewall, on console i see: > > dn_rule_delete, r 0xc09e6e30, default 0xc09e6eb0, 0 matches > dn_rule_delete, r 0xc09e6e20, default 0xc09e6eb0, 0 matches > dn_rule_delete, r 0xc09e6e10, default 0xc09e6eb0, 0 matches > dn_rule_delete, r 0xc09e6e00, default 0xc09e6eb0, 0 matches This sounds like broken binary compatability - are your kernel and ipfw binary in sync (i.e. have you built a new kernel and done a make world with sources of the same date)? ISTR that binary compatability was broken (and documented as such) between 3.2 and 3.3 or so, you should check the release notes and UPDATING file each time you update to catch these. Kris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message