From owner-freebsd-sparc64@FreeBSD.ORG Sat Jan 29 10:01:23 2005 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2916216A4CE for ; Sat, 29 Jan 2005 10:01:23 +0000 (GMT) Received: from ms-smtp-01-eri0.socal.rr.com (ms-smtp-01-qfe0.socal.rr.com [66.75.162.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id D41CD43D1F for ; Sat, 29 Jan 2005 10:01:22 +0000 (GMT) (envelope-from esayer1@san.rr.com) Received: from [192.168.1.29] (66-75-225-77.san.rr.com [66.75.225.77]) j0TA1FkM023873; Sat, 29 Jan 2005 02:01:16 -0800 (PST) In-Reply-To: <20050126191244.D57836@carver.gumbysoft.com> References: <41EEE119.9080907@dsmirc.f9.co.uk> <20050120141444.F85588@carver.gumbysoft.com> <41F068CA.8090502@dsmirc.f9.co.uk> <41F1A09D.80500@dsmirc.f9.co.uk> <20050126191244.D57836@carver.gumbysoft.com> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <9C905474-71DC-11D9-8E04-000A95CCF8C4@san.rr.com> Content-Transfer-Encoding: 7bit From: Evan Sayer Date: Sat, 29 Jan 2005 02:00:31 -0800 To: Doug White X-Mailer: Apple Mail (2.619) X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: Andrew D Wiles cc: freebsd-sparc64@freebsd.org Subject: Re: [Fwd: MMU Miss panic] X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Jan 2005 10:01:23 -0000 On Jan 26, 2005, at 7:13 PM, Doug White wrote: > On Sat, 22 Jan 2005, Andrew D Wiles wrote: > >> Doug White wrote: >> >>> On Fri, 21 Jan 2005, Andrew D Wiles wrote: >>> >>> >>> >>>> ---TYR.inc--- >>>> # The additions to the generic kernel that make tyr special >>>> # in future simply include this file and trim down the generic >>>> kernel >>>> >>>> options IPFIREWALL >>>> options IPFIREWALL_VERBOSE >>>> #options IPFIREWALL_FORWARD >>>> #options IPFIREWALL_DEFAULT_TO_ACCEPT >>>> options IPDIVERT >>>> options IPSTEALTH >>>> options CONSPEED= 115200 >>>> >>>> # Include samba support in the kernel because encrypted passwords >>>> are req'd >>>> >>>> options NETSMBCRYPTO #encrypted password support >>>> for SMB >>>> options LIBMCHAIN >>>> options LIBICONV >>>> >>>> >>> >>> Try removing the smb and related options here. >>> >>> -- >>> Doug White | FreeBSD: The Power to Serve >>> dwhite@gumbysoft.com | www.FreeBSD.org >>> _______________________________________________ >>> freebsd-sparc64@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-sparc64 >>> To unsubscribe, send any mail to >>> "freebsd-sparc64-unsubscribe@freebsd.org" >>> >>> >> That seems to have fixed the problem with booting, however networking >> services fail on boot, smbd fails to start as does nfs rendering the >> machine up, but useless. > > Since you have IPFIREWALL_DEFAULT_TOACCEPT commented out, the default > is > to deny all, so if you want to use your network you'll need to define > some > ipfw rules that allow you to do what you want. :) > > -- > Doug White | FreeBSD: The Power to Serve > dwhite@gumbysoft.com | www.FreeBSD.org > _______________________________________________ > freebsd-sparc64@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-sparc64 > To unsubscribe, send any mail to > "freebsd-sparc64-unsubscribe@freebsd.org" >