Jump to content
NAKIVO Community Forum

RJB

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by RJB

  1. 1 hour ago, Benjamin said:

    Hello RJB. Thank you very much for your reply.

    I had forgotten to mention that. I also tried to run this as a sh or bash command. Unfortunately, the syntax error then simply slips a few lines further down.
    In the VM Ubuntu this script also works. It shows you the conditions and you can accept them and then the corresponding script runs through.

    What i try to say is: is the installer the correct script or maybe a somehow wrong/broken download.

    To check you can open the script with vi/nano and see what's inside.

  2. 14 minutes ago, Benjamin said:

    Hi
    I have tried several times to install the Nakivo on the Synology NAS DS1817+ with Docker. Unfortunately without success so far. I always get the following error message:
    ./NAKIVO_Backup_Replication_v10.4.0.58736_Installer-FREE.sh: line 1: syntax error near unexpected token `newline'                                                                                           
    ./NAKIVO_Backup_Replication_v10.4.0.58736_Installer-FREE.sh: line 1: `<!DOCTYPE html>' 

    Of course, I have already googled for it, but I didn't get anything out of it.

    I have already changed the sources for package installation and also reinstalled many packages from another ubuntusystem. Unfortunately the error still persists. 

    On a VM with Ubuntu I can run the script without problems. Bash script also work on the NAS Ubuntu system.

    Does anyone have any ideas?
     

    Hello Benjamin

    Looks like the Nakivo installer isn't the Nakivo installer but some html download.

    The firstline should be #!/bin/sh and not something with doctype html 🙂

     

  3. On 10/15/2021 at 7:35 PM, RJB said:

    Quick and dirty:

    1 - Create ubuntu(used 18.04) container with volume mounted to old repo folder and network(bridge) using host(synology) network.

    2 - Update apt and install nakivo requirements (apt install cifs-utils ntfs-3g open-iscsi)

    3 - Install nakivo (install, install again,remove, install ... )

    4 - Check rights on mounted repo folder

    5 - Should be running now 🙂

    Forgot the systemctl replacement

    2a - wget https://raw.githubusercontent.com/gdraheim/docker-systemctl-replacement/master/files/docker/systemctl.py -O /usr/local/bin/systemctl

    2b - make it executable: chmod +x /usr/local/bin/systemctl

    and create a script which starts the required(iscsid, nkv-bhsvc, nkv-dirsvc) services

  4. Quick and dirty:

    1 - Create ubuntu(used 18.04) container with volume mounted to old repo folder and network(bridge) using host(synology) network.

    2 - Update apt and install nakivo requirements (apt install cifs-utils ntfs-3g open-iscsi)

    3 - Install nakivo (install, install again,remove, install ... )

    4 - Check rights on mounted repo folder

    5 - Should be running now :-)

×
×
  • Create New...