Quantcast
Viewing all articles
Browse latest Browse all 359

Re: NSA 325 V2 Debian Is Possible!

#!/bin/sh -e
# Initialize LED Triggers
if [ -d /sys/class/leds/nsa325:green:sys ]; then
        echo default-on > /sys/class/leds/nsa325:green:sys/trigger
        echo none       > /sys/class/leds/nsa325:orange:sys/trigger
fi
if [ -d /sys/class/leds/nsa325:green:sata1 ]; then
   echo ide-disk1  > /sys/class/leds/nsa325:green:sata1/trigger
fi
if [ -d /sys/class/leds/nsa325:green:sata2 ]; then
   echo ide-disk2  > /sys/class/leds/nsa325:green:sata2/trigger
fi
exit 0

logread doesn't exist. If i try to install busybox-rsyslogd (which i've read contains logread) the system wants to uninstall openmediavault....

Viewing all articles
Browse latest Browse all 359

Trending Articles