NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
bishoptf
Feb 12, 2012Aspirant
Crashplan for Dummies, aka Step by Step :)
I have just went through this and have seen several folks post that they wish there was an all inclusive guide, I just bought a Pro 2 and so far I am pleased with what I see under the hood (looks like...
bishoptf
May 21, 2012Aspirant
depasseg wrote: I also ran into an issue with the target ReadyNas listed gray circle and a "Unable to backup - No Connection for x.x days" message. Here's the solution.
I increase the limit by running ulimit -n 8192 and then /etc/init.d/crashplan restart manually whenever I run into the gray circle issue. I've tried following the steps below to make it permanent, but haven't been successful.
Good updates, I cut my teeth on vi, but nano is probable easier for folks...Here are some suggestions for making that permanent, I don't have time atm to test them out but we should be able to make it work, the first is to make it like an addon:
Postby Skywalker » Fri Dec 07, 2007 11:44 am
The best way is probably to treat it as an addon. You can simply add a line in /etc/frontview/addons/addons.conf for your program. Follow the syntax of the SlimServer and DAAP addons, which is:
Code: Select all
SERVICE_NAME!!Friendly_Name!!Version!!Startup_command!!Stop_command
After that, add a line in /etc/default/services with
Code: Select all
SERVICE_NAME=1
.
So, for example, your a kissd service, it might be something like this:
In /etc/frontview/addons/addons.conf
Code: Select all
KISSD!!KISS Streaming Service!!0.1!!start-stop-daemon -S -q -b -x /usr/local/bin/kissdx -- -c /ust/local/etc/kissdx.conf -d!!start-stop-daemon -K -n kissdx
and in /etc/default/services
Code: Select all
KISSD=1
There is another option using the traditional rc.d methods, see this post for both methods - http://www.readynas.com/forum/viewtopic.php?f=35&t=14549
I would try the above first, if you need some help shoot me a PM and I will try to take a look but I think the addon method above shoudl work, just need to create the files...post back with success etc... :)
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!