Quantcast
Channel: Debian on NSA325 V1/V2
Viewing all articles
Browse latest Browse all 359

Re: NSA 325 V2 Debian Is Possible!

$
0
0
addy75,

Please post the entire content of /etc/rc.local:
cat /etc/rc.local

Sometime, if there were error that has stopped rc.local somewhere, then these statements could have been skipped. To see if there was no error in rc.local, log the end of its execution:

in /etc/rc.local
logger -s -i "End of rc.local"
exit 0

Then check it after the system has booted:
logread | grep "rc.local"

Viewing all articles
Browse latest Browse all 359

Trending Articles