Date: Thu, 7 Feb 2013 19:38:40 -0500 From: Brett Wynkoop <wynkoop@wynn.com> To: "Steve O'Hara-Smith" <steve@sohara.org> Cc: freebsd-arm@freebsd.org Subject: Re: named kills raspberry pi Message-ID: <20130207193840.407467bd@ivory.local> In-Reply-To: <20130207223038.ec308967273d6a16c41be97b@sohara.org> References: <20130207223038.ec308967273d6a16c41be97b@sohara.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 7 Feb 2013 22:30:38 +0000 "Steve O'Hara-Smith" <steve@sohara.org> wrote: > Hi, > > As soon as I start named either by rc.d script or directly, > whether in an ssh session or directly on the video console, with or > without chroot, my early model 256MB model B pi locks up solid, no > response on console, all ssh sessions freeze, no response to ping, > nothing until power cycle. I can build ports all day long, but if I > start named everything stops dead. > > I'm using about a two day old head tree currently but it's > been happening for several days now since I first tried it. The uboot > (20130201) and script I use are from > http://people.freebsd.org/~gonzo/arm/rpi/ with minor changes to the > script (-j 4 and no pi user) and a kernel config that includes pf and > altq. I earlier used the older script and uboot with the same results. > > Any ideas on how I can coax some more useful detail out of > this ? > Greeting- I just started named in base on a build from head as of 5 days ago on my BeagleBone. I made no adjustments to any config files, so it is running listening on localhost and acting as a caching server. root@beaglebone:/etc/rc.d # ./named onestart wrote key file "/var/named/etc/namedb/rndc.key" Starting named. root@beaglebone:/etc/rc.d # root@beaglebone:/etc/rc.d # ps ax | grep name 16104 - Is 0:01.41 /usr/sbin/named -t /var/named -u bind 16107 0 R+ 0:00.10 grep name root@beaglebone:/etc/rc.d # root@beaglebone:/etc/rc.d # nslookup > server localhost Default server: localhost Address: 127.0.0.1#53 Default server: localhost Address: ::1#53 > www.isc.org Server: localhost Address: 127.0.0.1#53 Non-authoritative answer: Name: www.isc.org Address: 149.20.64.42 > www.wynn.com Server: localhost Address: 127.0.0.1#53 Non-authoritative answer: Name: www.wynn.com Address: 199.89.147.3 > So......it seems to be working on my BeagleBone with 256 Mb. If you can give me more information I will see what I can determine by playing with my Bone. One thing I might suggest would be building a somewhat more generic kernel without pf and altq. My kernel is pretty generic with just some extra debugging flags included. I do not think that either pf or altq should be the problem, but with trouble shooting I always eliminate variables first. -Brett -- wynkoop@wynn.com http://prd4.wynn.com/wynkoop/pgp-keys.txt 917-642-6925 718-717-5435 I would never invade the United States. There would be a gun behind every blade of grass. --Isoroku Yamamoto
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130207193840.407467bd>