NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
AMRivlin
Mar 20, 2013Apprentice
OS6 now works on x86 Legacy WARNING: NO NTGR SUPPORT!
Update: It is now unofficially possible using NTGR images to update legacy hardware to os6.X See Post #3, for directions to install 6.2.1 on x86 Ultra and Pro Models. (ARM NOT SUPPORTED by this OS) ...
- Jan 21, 2016
mdgm and I have decided that its time to lock this thread. So please do post any new OS6 on Legacy issues on their own threads.
Iridabike
Mar 01, 2014Aspirant
I call mylcd script from the installed service below. I start a few things from this at startup using nohup.
With the script called mystartup.sh. I install with:
update-rc.d mystartup.sh defaults
/T
#!/bin/bash
#### BEGIN INIT INFO
# Provides: startup
# Required-Start: $remote_fs
# Required-Stop: $remote_fs
# Default-Start: 2 3 4 5
# Default-Stop:
# Short-Description: Start daemon at boot time
# Description: Enable service provided by daemon.
nohup sleep 200 2>/dev/null && /etc/init.d/mylcd.sh 2>/dev/null &
# nohup sleep 200 2>/dev/null && cd /apps/plexmediaserver && nohup ./start.sh 2>/dev/null &
nohup sleep 120 2>/dev/null && cd /data/Tims/PlexConnect && nohup /usr/bin/python2.7 PlexConnect.py 2>/dev/null &
nohup sleep 180 2>/dev/null && cp /run/readynasd/stats/temperature_int_deg.rrd /run/readynasd/stats/temperature_int_deg.rre
With the script called mystartup.sh. I install with:
update-rc.d mystartup.sh defaults
/T
#!/bin/bash
#### BEGIN INIT INFO
# Provides: startup
# Required-Start: $remote_fs
# Required-Stop: $remote_fs
# Default-Start: 2 3 4 5
# Default-Stop:
# Short-Description: Start daemon at boot time
# Description: Enable service provided by daemon.
nohup sleep 200 2>/dev/null && /etc/init.d/mylcd.sh 2>/dev/null &
# nohup sleep 200 2>/dev/null && cd /apps/plexmediaserver && nohup ./start.sh 2>/dev/null &
nohup sleep 120 2>/dev/null && cd /data/Tims/PlexConnect && nohup /usr/bin/python2.7 PlexConnect.py 2>/dev/null &
nohup sleep 180 2>/dev/null && cp /run/readynasd/stats/temperature_int_deg.rrd /run/readynasd/stats/temperature_int_deg.rre
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!