SOLVED Configuring crashplan, assistance needed

Status
Not open for further replies.

katit

Contributor
Joined
Jun 16, 2015
Messages
162
I'm not a Linux guru, so be patient :)

This "official" info got me understanding how it should happen:
http://support.code42.com/CrashPlan/Latest/Configuring/Using_CrashPlan_On_A_Headless_Computer

I also follow this tutorial:
https://github.com/sirkkalap/freenas-crashplan-howto

I got to the point where I modified port in local config on my MAC, then I opened terminal and started tunnel to crashplan's jail IP. Then I put password in, seems like connection succeded. BUT. It won't connect. Here is what I'm getting:

Code:
debug1: Connection to port 4200 forwarding to 127.0.0.1 port 4243 requested.

debug2: fd 7 setting TCP_NODELAY

debug1: channel 2: new [direct-tcpip]

channel 2: open failed: connect failed: Connection refused

debug2: channel 2: zombie

debug2: channel 2: garbage collecting

debug1: channel 2: free: direct-tcpip: listening port 4200 for 127.0.0.1 port 4243, connect from 127.0.0.1 port 58564, nchannels 3

debug1: Connection to port 4200 forwarding to 127.0.0.1 port 4243 requested.

debug2: fd 7 setting TCP_NODELAY

debug1: channel 2: new [direct-tcpip]

channel 2: open failed: connect failed: Connection refused

debug2: channel 2: zombie

debug2: channel 2: garbage collecting

debug1: channel 2: free: direct-tcpip: listening port 4200 for 127.0.0.1 port 4243, connect from 127.0.0.1 port 58565, nchannels 3

debug1: Connection to port 4200 forwarding to 127.0.0.1 port 4243 requested.


Forwarding was started like so:

Code:
ssh -L 4200:127.0.0.1:4243 crashplan@192.168.99.106 -N -v -v
 

katit

Contributor
Joined
Jun 16, 2015
Messages
162
Actually, looks like it is a problem with plugin. I turn it "ON" and look like it is running, which was proved with:

Code:
netstat -na | grep LISTEN | grep 42

$ netstat -na | grep LISTEN | grep 42

tcp4       0      0 *.4242                 *.*                    LISTEN

tcp4       0      0 127.0.0.1.4243         *.*                    LISTEN

$ netstat -na | grep LISTEN | grep 42

$ netstat -na | grep LISTEN | grep 42

$ netstat -na | grep LISTEN | grep 42


Then, al of the suddent it stopped? And I can't start plugin again. The only errors I see in FreeNAS:

Code:
Jun 17 14:55:02 FreeNAS-home linux: pid 76556 (java): syscall epoll_create not implemented
Jun 17 14:55:22 FreeNAS-home linux: pid 76598 (java): syscall epoll_create not implemented
Jun 17 14:55:42 FreeNAS-home linux: pid 76658 (java): syscall epoll_create not implemented
Jun 17 14:59:18 FreeNAS-home linux: pid 80384 (java): syscall epoll_create not implemented
Jun 17 15:01:45 FreeNAS-home linux: pid 83826 (java): syscall epoll_create not implemented


Any suggestions on what I need to do next?
 

SweetAndLow

Sweet'NASty
Joined
Nov 6, 2013
Messages
6,421
That epoll_create error doesn't mean anything. What version is your crashplan server and you should also check out all the threads on crashplan updating there server version and breaking things. There is also a couple startup options that might need to be added to the java startup to get things working.

this thread might have the correct info or a least get you started.
https://forums.freenas.org/index.ph...ing-upgrade-then-no-longer-works-3-6-4.24227/
 

katit

Contributor
Joined
Jun 16, 2015
Messages
162
Thank you! I did that already before, however I changed only SRV_ portion. And looks like it wasn't enough. Now I made changes to both lines in run.conf and it seems to be running!! Kind of PITA to setup all this stuff, I just installed FreeNAS 2 days ago. Will try to reboot whole server couple of times to see how this service starts and behaves.
 
Status
Not open for further replies.
Top