root@dm7080:/usr/bin# ./oscam -b -r 2 -c /etc/tuxbox/config ./oscam: error while loading shared libraries: op_garbage_collector: cannot open shared object file: No such file or directory
Die oscam Binary liegt in: /usr/bin
Wenn ich die os.service starten will, wird folgende Meldung ausgegeben:
root@dm7080:~# systemctl start os Job for os.service failed. See 'systemctl status os.service' and 'journalctl -xn' for details.
Wenn ich mir den Status der os.service aufrufe:
root@dm7080:/usr/bin# systemctl status os os.service Loaded: loaded (/lib/systemd/system/os.service; disabled) Active: failed (Result: exit-code) since Wed 2014-10-15 12:36:58 CEST; 3s ago Process: 656 ExecStart=/bin/sh -c /usr/bin/oscam -b -r 2 -c /etc/tuxbox (code=exited, status=127)
Oct 15 12:36:58 dm7080 systemd[1]: Starting os.service... Oct 15 12:36:58 dm7080 systemd[1]: os.service: control process exited, code...27 Oct 15 12:36:58 dm7080 systemd[1]: Failed to start os.service. Oct 15 12:36:58 dm7080 systemd[1]: Unit os.service entered failed state.
Der Return Code 127 bedeutet wohl:
[TABLE="class: CALSTABLE"]
[TR]
[TD]127[/TD]
[TD]"command not found"[/TD]
[TD]illegal_command[/TD]
[TD]Possible problem with $PATH or a typo[/TD]
[/TR]
[/TABLE]