Sinds een commit op 31-03 wil Sickrage niet meer starten op mijn Synology NAS. Log laat dit zien:
2017-03-31 17:39:49 INFO CHECKVERSION :: New update found for SickRage, starting auto-updater ...
2017-03-31 17:39:51 INFO CHECKVERSION :: Config backup in progress...
2017-03-31 17:40:54 INFO CHECKVERSION :: Config backup successful, updating...
2017-03-31 17:41:00 INFO CHECKVERSION :: Pushover notification successful.
2017-03-31 17:41:00 INFO CHECKVERSION :: Update was successful!
2017-03-31 17:41:00 INFO EVENT-QUEUE :: Aborting all threads
2017-03-31 17:41:00 INFO EVENT-QUEUE :: Waiting for the DAILYSEARCHER thread to exit
2017-03-31 17:41:01 INFO EVENT-QUEUE :: Waiting for the BACKLOG thread to exit
2017-03-31 17:41:01 INFO EVENT-QUEUE :: Waiting for the SHOWUPDATER thread to exit
2017-03-31 17:41:01 INFO EVENT-QUEUE :: Waiting for the CHECKVERSION thread to exit
2017-03-31 17:41:01 INFO EVENT-QUEUE :: Waiting for the SHOWQUEUE thread to exit
2017-03-31 17:41:01 INFO EVENT-QUEUE :: Waiting for the SEARCHQUEUE-DAILY-SEARCH thread to exit
2017-03-31 17:41:01 INFO EVENT-QUEUE :: Waiting for the POSTPROCESSOR thread to exit
2017-03-31 17:41:01 INFO EVENT-QUEUE :: Waiting for the POSTPROCESSOR thread to exit
2017-03-31 17:41:01 INFO EVENT-QUEUE :: Waiting for the TRAKTCHECKER thread to exit
2017-03-31 17:41:01 INFO EVENT-QUEUE :: Waiting for the FINDPROPERS thread to exit
2017-03-31 17:41:01 INFO EVENT-QUEUE :: Waiting for the FINDSUBTITLES thread to exit
2017-03-31 17:41:01 INFO EVENT-QUEUE :: Waiting for the EVENT-QUEUE thread to exit
2017-03-31 17:41:02 INFO EVENT-QUEUE :: Saving all shows to the database
2017-03-31 17:41:02 INFO EVENT-QUEUE :: Saving config file to disk
2017-03-31 17:41:02 INFO EVENT-QUEUE :: Shutting down Tornado
2017-03-31 17:41:02 INFO EVENT-QUEUE :: Restarting SickRage with ['/usr/local/sickrage/env/bin/python', u'/usr/local/sickrage/var/SickRage/SickBeard.py', '--daemon', '--pidfile', '/usr/local/sickrage/var/sickrage.pid', '--config', '/usr/local/sickrage/var/config.ini', '--datadir', '/usr/local/sickrage/var/', '--nolaunch']
Nu vermoed ik dat er wat is gegaan met updaten en lees ik dat ik handmatig met Git een nieuwe versie kan binnenhalen. Via de Github FAQ van Sickrage dit gevonden:
Stop SickRage, SSH(Linux)/CMD(Windows) and enter SickRage folder
git remote set-url origin
https://github.com/SickRage/SickRage.git
git remote set-branches --add origin master
git remote update
git fetch origin
git checkout master
git branch --set-upstream-to origin/master
git reset --hard origin/master
git pull
Alleen ik krijg het niet voor elkaar om de command in de juiste folder uit te voeren. Krijg eigenlijk altijd de melding: -ash: git: command not found
In config.ini staat de instelling git_remote = origin
Dit zou moeten kloppen lees ik in diverse documentatie.
Iemand enig idee waar ik dat Git command moet uitvoeren?
Ik heb bijna elke folder in \volume1\@appstore\sickrage geprobeerd maar zonder succes.