From owner-freebsd-hackers Mon Aug 25 11:07:30 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA27538 for hackers-outgoing; Mon, 25 Aug 1997 11:07:30 -0700 (PDT) Received: from misery.sdf.com (misery.sdf.com [204.244.210.193]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id LAA27531 for ; Mon, 25 Aug 1997 11:07:25 -0700 (PDT) Received: from tom by misery.sdf.com with smtp (Exim 1.62 #1) id 0x33Vo-000650-00; Mon, 25 Aug 1997 11:05:12 -0700 Date: Mon, 25 Aug 1997 11:05:12 -0700 (PDT) From: Tom Samplonius To: Thomas David Rivers cc: freebsd-hackers@freebsd.org Subject: Re: Two issues with 2.2-970825 In-Reply-To: <199708251620.MAA00327@lakes.dignus.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Mon, 25 Aug 1997, Thomas David Rivers wrote: > I just grabbed the ssys distribution (kernel sources) from > releng22.freebsd.org and rebuilt it using my existing kernel > configs... (from 2.2.2).. > > I've discovered two problems: > > 1) I can no longer mount my SCSI cd-rom; it pops back > with "invalid argument" - although the probe > said it was there, and the directory was there (I'm > using the 2.2.2 mount_cd9660.) You need the new mount sources too. > 2) IPFW divert seems to have gone south... > Here's the message I get (again, using the 2.2.2 ipfw): > > Aug 25 11:47:31 ponds /kernel: ip_fw_ctl: neither in nor out > > However, the line that generates this is: > > ipfw -f add divert 32000 ip from any to any via sl0 > > I thought with "via XXX" you didn't need an in/out argument... You need the new ipfw sources too. > - Dave Rivers - > > > > Tom