DVR on OpenMediaVault (Devian Flavor) installation issues

Hi there,
I just paid for the subscription to Channels DVR to run on my Nas (Debian flavor of Linux) - Open Media Vault.
For installation, I have run the "curl -f -s https://getchannels.com/dvr/setup.sh | sh" command and it appears to not do anything.
When SSH'ing into the box, I connect as 'root' so maybe that's the reason?
My main storage is on a raid array, so I really don't want to use the storage on the OS drive (which is where any /home directory would be.
Can anyone please help me to get this installed?
I'm decently proficient with Linux, I'm just not sure where to start since no dpkg or .deb file is available as a download from Channels DVR.
Thanks!

Is there any output? Please copy paste exactly what's showing up with this command:

curl -v https://getchannels.com/dvr/setup.sh

Thank you fort the reply! :grinning:

curl -v https://getchannels.com/dvr/setup.sh

  • About to connect() to getchannels.com port 443 (#0)
  • Trying 185.199.108.153...
  • connected
  • Connected to getchannels.com (185.199.108.153) port 443 (#0)
  • successfully set certificate verify locations:
  • CAfile: none
    CApath: /etc/ssl/certs
  • SSLv3, TLS handshake, Client hello (1):
  • SSLv3, TLS handshake, Server hello (2):
  • SSLv3, TLS handshake, CERT (11):
  • SSLv3, TLS alert, Server hello (2):
  • SSL certificate problem: certificate is not yet valid
  • Closing connection #0
  • SSLv3, TLS alert, Client hello (1):
    curl: (60) SSL certificate problem: certificate is not yet valid
    More details here: http://curl.haxx.se/docs/sslcerts.html

curl performs SSL certificate verification by default, using a "bundle"
of Certificate Authority (CA) public keys (CA certs). If the default
bundle file isn't adequate, you can specify an alternate file
using the --cacert option.
If this HTTPS server uses a certificate signed by a CA represented in
the bundle, the certificate verification probably failed due to a
problem with the certificate (it might be expired, or the name might
not match the domain name in the URL).
If you'd like to turn off curl's verification of the certificate, use
the -k (or --insecure) option.

What does your NAS think is the current date & time?

1 Like

Weird. Putty says it's Sept. 1 2018 but inside the Web Admin for the NAS is has the correct Jan 2nd time.

Got pas that, but now I'm getting this issue:
First run as 'root':

curl -f -s https://getchannels.com/dvr/setup.sh | sh

Downloading Channels DVR 2018.11.20.2224 (linux-x86_64) to /media/c3811bd2-1ce1-44ea-b1e4-55f036ffeca1/MyDocuments/MyVideos/dvr/channels-dvr.....
sh: 75: channels-dvr/install.sh: Permission denied

ERROR: Installation of Channels DVR failed.
ERROR: Please contact [email protected] with the full output above.

You have to install the software into your home dir or /usr/local.

You can pick a dir to store recordings after install during setup

Ah, okay! I'll try that!

Got it!!!
Thanks for all the help guys!
Logging in and setting up the DVR now.

2 Likes