Mar2zz / LaSi

LaSi is short for: Lazy admin Scripted Installers. Aim is to create 'easy' walkthrough-installers written in Bash for programs that are not inside official *nix-repo's, but for example only on Github or Googlecode. Main focus is headless servers, right now it supports debian-based systems, freeBSD-deratives (thx to Kriss1981) and bootstrapped Synology NAS devices (thx to Jeroenve)).
mar2zz.tweakblogs.net
GNU General Public License v3.0
60 stars 8 forks source link

Installation failed on Synology 214se (DSM 5) #68

Open SjorsHijgenaar opened 9 years ago

SjorsHijgenaar commented 9 years ago

Hi all!

First of all I want to state that I am new to GitHub and would in advice like to apologize for any unfollowed regulations.

I tried installing SickBeard via LaSi, however it gives me the following error, anyone had this before? Or maybe an idea how to fix it?:

/opt/etc/init.d/S99sickbeard.sh: No such file or directory

The entire log is as follows:

Are you sure you want to continue and install SickBeard?

Package textutils (2.1-5) installed in root is up to date. Nothing to be done Successfully terminated. Package py26-cheetah (2.4.2.1-1) installed in root is up to date. Nothing to be done Successfully terminated. Start fresh, removing /volume1/@appstore/sickbeard ...

Downloading Brickman's modified startupscript for SickBeard ...

/opt/etc/init.d/S99sickbeard.sh: No such file or directory

Failed! Installing SickBeard didn't finish, try again or: Copy the text above and report an issue at the following address: https://github.com/Mar2zz/LaSi/issues

SjorsHijgenaar commented 9 years ago

Manually made a dir /opt/etc/init.d which seemed to do the trick.

However, it now says it has been installed, but SickBeard doesn't seem to be running:

Are you sure you want to continue and install SickBeard?

Package textutils (2.1-5) installed in root is up to date. Nothing to be done Successfully terminated. Package py26-cheetah (2.4.2.1-1) installed in root is up to date. Nothing to be done Successfully terminated. Start fresh, removing /volume1/@appstore/sickbeard ...

Downloading Brickman's modified startupscript for SickBeard ...

--2014-10-02 16:27:14-- http://dl.dropbox.com/u/18712538/Synology/sickbeard/S99sickbeard.sh Resolving dl.dropbox.com... 54.225.151.253 Connecting to dl.dropbox.com|54.225.151.253|:80... connected. HTTP request sent, awaiting response... 302 FOUND Location: http://dl.dropboxusercontent.com/u/18712538/Synology/sickbeard/S99sickbeard.sh [following] --2014-10-02 16:27:14-- http://dl.dropboxusercontent.com/u/18712538/Synology/sickbeard/S99sickbeard.sh Resolving dl.dropboxusercontent.com... 54.225.176.91, 107.20.190.208, 23.21.45.65, ... Connecting to dl.dropboxusercontent.com|54.225.176.91|:80... connected. HTTP request sent, awaiting response... 302 FOUND Cookie coming from dl.dropboxusercontent.com attempted to set domain to dropbox.com Cookie coming from dl.dropboxusercontent.com attempted to set domain to dropbox.com Location: https://dl.dropboxusercontent.com/u/18712538/Synology/sickbeard/S99sickbeard.sh [following] --2014-10-02 16:27:15-- https://dl.dropboxusercontent.com/u/18712538/Synology/sickbeard/S99sickbeard.sh Connecting to dl.dropboxusercontent.com|54.225.176.91|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 3945 (3.9K) [text/x-sh] Saving to: '/opt/etc/init.d/S99sickbeard.sh'

100%[=========================================================================================================================>] 3,945 --.-K/s in 0s

2014-10-02 16:27:15 (102 MB/s) - '/opt/etc/init.d/S99sickbeard.sh' saved [3945/3945]

Done! Installed SickBeard. SickBeard is by default located @ http://JvB121:8081

JvB121> /opt/bin/python2.6: can't open file '/volume1/@appstore/sickbeard/SickBeard.py': [Errno 2] No such file or directory