Hello,
On a fresh new install based on ubuntu 16.04 32bits, I manage to handle everything worked fine execpt sickrage.
Here is my trouble (my user is named seedbox):
[seedbox@sd-94814]:(213.2kb)~/.sickrage$ sudo systemctl status sickrage@seedbox
● [email protected] - SickRage
Loaded: loaded (/etc/systemd/system/[email protected]; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Thu 2017-10-19 09:24:11 CEST; 7min ago
Process: 32160 ExecStart=/usr/bin/python /home/%I/.sickrage/SickBeard.py -q --daemon --nolaunch --datadir=/home/%I/.sOct 19 09:24:11 sd-94814 python[32160]: creationflags=creationflags)
Oct 19 09:24:11 sd-94814 python[32160]: File “/usr/lib/python2.7/subprocess.py”, line 711, in init
Oct 19 09:24:11 sd-94814 python[32160]: errread, errwrite)
Oct 19 09:24:11 sd-94814 python[32160]: File “/usr/lib/python2.7/subprocess.py”, line 1343, in _execute_child
Oct 19 09:24:11 sd-94814 python[32160]: raise child_exception
Oct 19 09:24:11 sd-94814 python[32160]: OSError: [Errno 8] Exec format error
Oct 19 09:24:11 sd-94814 systemd[1]: [email protected]: Control process exited, code=exited status=1
Oct 19 09:24:11 sd-94814 systemd[1]: Failed to start SickRage.
Oct 19 09:24:11 sd-94814 systemd[1]: [email protected]: Unit entered failed state.
Oct 19 09:24:11 sd-94814 systemd[1]: [email protected]: Failed with result ‘exit-code’.
Following some posts here on the forum, I did a git pull:
sd-94814:/home/seedbox/.sickrage# git fetch origin
sd-94814:/home/seedbox/.sickrage# git checkout master
Already on 'master’
Your branch is up-to-date with ‘origin/master’.
sd-94814:/home/seedbox/.sickrage# git branch -u origin/master
Branch master set up to track remote branch master from origin.
sd-94814:/home/seedbox/.sickrage# git reset --hard origin/master
HEAD is now at d8c2613 Revert “Show information in poster view in seperate DIV (#4011)” (#4016)
sd-94814:/home/seedbox/.sickrage# git pull
Already up-to-date.
I also try to start directly:
sd-94814:/home/seedbox/.sickrage# /usr/bin/python /home/seedbox/.sickrage/SickBeard.py -q --daemon --nolaunch --datadir=/home/seedbox/.sickrage
Traceback (most recent call last):
File “/home/seedbox/.sickrage/SickBeard.py”, line 69, in
import sickbeard
File “/home/seedbox/.sickrage/sickbeard/init.py”, line 33, in
import rarfile
File “/home/seedbox/.sickrage/lib/rarfile/init.py”, line 2952, in
_check_unrar_tool()
File “/home/seedbox/.sickrage/lib/rarfile/init.py”, line 2931, in _check_unrar_tool
custom_check([ORIG_UNRAR_TOOL], True)
File “/home/seedbox/.sickrage/lib/rarfile/init.py”, line 2823, in custom_check
p = custom_popen(cmd)
File “/home/seedbox/.sickrage/lib/rarfile/init.py”, line 2813, in custom_popen
creationflags=creationflags)
File “/usr/lib/python2.7/subprocess.py”, line 711, in init
errread, errwrite)
File “/usr/lib/python2.7/subprocess.py”, line 1343, in _execute_child
raise child_exception
OSError: [Errno 8] Exec format error
Not sure what I am missing… If anyone can help me?
Regards