efforg/rayhunter#791

View on GitHub →
#791 Support Request: Install Fails on Orbic Speed

I bought this unit from eBay using one of the links on the EFF site. I think it’s an Orbic Speed RC400L (but the docs that came with the device just say “Speed” and I cannot find any other model number). There is a SKU on the box: ORB400LBVZRT. (Is this the wrong sku? Does that ‘B’ need to be a ‘C’?)

I am able to join the Orbic wifi and open the portal using http://192.168.1.1/. I can log in on this web interface no problem.

When I run the rayhunter installer, it says:

$ ./installer orbic --admin-password REDACTED
Logging in and starting telnet... 
Failed to install rayhunter on the Orbic RC400L

Caused by:
    0: Failed to send login request
    1: error sending request
    2: client error (SendRequest)
    3: connection closed before message completed

I am able to telnet to port 80 but not the default telnet port.

1
Comments (3)

@DangRascal i don’t have any idea right now what the issue is (sometimes the installer is flaky and needs to be rerun a few times), but just wanted to say that the SKU is correct.

1

Thanks, that’s good to know. Any other telnet commands I could use to diagnose? (Am surprised the installer uses telnet, btw.) What port does it connect to? (I suppose I could tcpdump it.)

Well. I rebooted the orbic after a few days, re-ran the installer, and voila.

$ ./installer orbic --admin-password REDACTED
Logging in and starting telnet... done
Waiting for telnet to become available... done
Sending file /data/rayhunter/rayhunter-daemon ... ok
Sending file /data/rayhunter/config.toml ... ok
Sending file /etc/init.d/rayhunter_daemon ... ok
Sending file /etc/init.d/misc-daemon ... ok
Installation complete. Rebooting device...
Device is rebooting. After it's started up again, check out the web interface at http://192.168.1.1:8080

1