Re: Beep or visual signal after booting OpenBSD/sparc64
Jameel Akari <[email protected]>
| Newsgroups | gmane.os.openbsd.sparc |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 17 Sep 2009, Hans Ivers wrote: > there a way to play a "signal" when the system has finished its > booting sequence, to inform me that services are up and running? > Ideally, it would be a beep sound, but basically any audible or > visible signal is ok for me. ... > - visual signal (there are two alarms linked to green lights in the > front case that can be set in LOM but I understand they are not > accessible within OpenBSD). Does the machdep.led_blink sysctl not work on a V100? You can set it in /etc/sysctl.conf so it starts blinking once the kernel has loaded it; or script something in rc.local to toggle it based on whatever conditions you want: sysctl -w machdep.led_blink=1 I use this on my Ultra10 firewall boxes to indicate they've at least attempted to boot. -- Jameel Akari