On Thu, Apr 26, 2012 at 10:10 AM, Brad Fitzpatrick <bradf...@golang.org> wrote:
> ARM builder had no green power happy blinking light. Unplugged from wall,
> plugged back in... all good.
> Computers.
No watchdog bark? then you might consider to have a industrial
power strip that has small TCP/IP stack and network interfaces. ;)
On Wed, Apr 25, 2012 at 6:34 PM, Mikio Hara <mikioh.mik...@gmail.com> wrote:
> On Thu, Apr 26, 2012 at 10:10 AM, Brad Fitzpatrick <bradf...@golang.org>
> wrote:
> > ARM builder had no green power happy blinking light. Unplugged from
> wall,
> > plugged back in... all good.
> > Computers.
> No watchdog bark?
If it has one, it's obviously not configured [properly].
> then you might consider to have a industrial
> power strip that has small TCP/IP stack and network interfaces. ;)
I actually have an extra one of those. I'd rather minimize the number of
parts here. It's not high priority if somebody has to power cycle it
occasionally. We'll see how reliable it turns out to be going forward.
On Thu, Apr 26, 2012 at 9:37 AM, Brad Fitzpatrick <bradf...@golang.org>wrote:
> On Wed, Apr 25, 2012 at 6:34 PM, Mikio Hara <mikioh.mik...@gmail.com>wrote:
>> On Thu, Apr 26, 2012 at 10:10 AM, Brad Fitzpatrick <bradf...@golang.org>
>> wrote:
>> > ARM builder had no green power happy blinking light. Unplugged from
>> wall,
>> > plugged back in... all good.
>> No watchdog bark?
> If it has one, it's obviously not configured [properly].
omap4430 has a watchdog, and has support in Linux kernel.
but you have to use it manually by accessing /dev/watchdog.
(reference program:
http://bazaar.launchpad.net/~gruemaster/+junk/watchdog/files,
but I don't try it because my builder needs manual setup at
boot time)