@ bodhi
I tried as discriped on the website writte.
So i started rc.local manually
->
....and the led starts blinking.
It seems that rc.local is not started during system start
@bobafetthotmail
Thank you a lot!
I tried as discriped on the website writte.
exec 2> /tmp/rc.local.log # send stderr from rc.local to a log file exec 1>&2 # send stdout to the same log file set -x # tell sh to display commands before executionAfter reboot no log was created.
So i started rc.local manually
->
+ [ -d /sys/class/leds/nsa325:green:sys ] + echo default-on + echo none + [ -d /sys/class/leds/nsa325:green:sata1 ] + echo ide-disk1 + [ -d /sys/class/leds/nsa325:green:sata2 ] + echo ide-disk2 + exit 0
....and the led starts blinking.
It seems that rc.local is not started during system start
@bobafetthotmail
Thank you a lot!