From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <97d2b6f5d65b985581e77d39468b7111@plan9.bell-labs.com> To: 9fans@9fans.net Date: Wed, 18 Nov 2009 18:32:51 -0500 From: geoff@plan9.bell-labs.com In-Reply-To: <97d103a351191704e0169474cc5a9fb9@ladd.quanstro.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] sheevaplug port available Topicbox-Message-UUID: 9d3dde5e-ead5-11e9-9d60-3106f5b1d025 I just rediscovered that aux/timesync seems to freeze the stock 9plug kernel. I don't yet know why. I worked around it weeks ago in /bin/cpurc with this: if (! ~ $sysname feared openrd) # timesync seems to kill /sys/src/9/sheeva if(! ps|grep -s timesync) { aux/timesync -n pool.ntp.org if (test -e '#r/rtc') @ { sleep 10 # let timesync correct the time awk '{print $1}' /dev/time >'#r/rtc' # fix hw clock } & } and then forgot about it until it bit me today when I tried to boot a new machine. You may want to do the same until this bug is fixed. Meanwhile, it turns out that the 9plug kernel also runs on the openrd-client board, which has more peripherals, notably vga and a second Gb ether.