acenko / FLACCue

FLAC with cuesheet support for Plex.
MIT License
54 stars 3 forks source link

Synology package doesn't work #2

Closed nick4fake closed 4 years ago

nick4fake commented 4 years ago

Unfortunately latest compiled version doesn't start. It outputs the following to /var/log/messages:

umount: can't umount /flaccue: Invalid argument

So probably it can't mount fuse (so that I see unmount problem).

nick4fake commented 4 years ago

Ok, more logs:

==> synofeasibilitycheck.log <==
2020-05-05T14:28:00+03:00 nas synoscgi_SYNO.Core.Package_1_feasibility_check[25586]: feasibility_check.cpp:87 FeasibilityCheck: [Info] Start feasibility check [package_start] with type [hard].
2020-05-05T14:28:00+03:00 nas synoscgi_SYNO.Core.Package_1_feasibility_check[25586]: feasibility_check.cpp:106 FeasibilityCheck: [Info] [0] of feasibility check [package_start] failed.
2020-05-05T14:28:00+03:00 nas synoscgi_SYNO.Core.Package_1_feasibility_check[25586]: feasibility_check.cpp:79 FeasibilityCheck: [Info] No [package_start] feasibility check config with type [soft].

==> messages <==
2020-05-05T14:28:02+03:00 nas umount: can't umount /flaccue: Invalid argument

==> synopkg.log <==
2020/05/05 14:28:02     start FLACCue: begin to stop version 2.0.0002
2020/05/05 14:28:02     start FLACCue 2.0.0002 Begin start-stop-status stop
2020/05/05 14:28:02     start FLACCue 2.0.0002 End start-stop-status stop ret=[0]
2020/05/05 14:28:02     start FLACCue 2.0.0002 Begin unload apparmor
2020/05/05 14:28:02     start FLACCue 2.0.0002 End unload apparmor ret=[0]
2020/05/05 14:28:02     start FLACCue: stop version 2.0.0002 successfully, result 0
2020/05/05 14:28:02     start FLACCue: begin to start version 2.0.0002
2020/05/05 14:28:03     start FLACCue 2.0.0002 Begin pre-load apparmor
2020/05/05 14:28:03     start FLACCue 2.0.0002 End pre-load apparmor ret=[0]
2020/05/05 14:28:03     start FLACCue 2.0.0002 Begin start-stop-status start
2020/05/05 14:28:03     start FLACCue 2.0.0002 End start-stop-status start ret=[0]
2020/05/05 14:28:03     start FLACCue: start version 2.0.0002 successfully, result 0

==> synoservice.log <==
2020-05-05T14:28:02+03:00 nas synoscgi_SYNO.Core.Package.Control_1_start[25693]: service_stop.c:23 synoservice: [pkgctl-FLACCue] stopping ...
2020-05-05T14:28:02+03:00 nas synoscgi_SYNO.Core.Package.Control_1_start[25693]: service_stop.c:86 synoservice: [pkgctl-FLACCue] stopped.
2020-05-05T14:28:02+03:00 nas synoscgi_SYNO.Core.Package.Control_1_start[25693]: service_start.c:74 synoservice: [pkgctl-FLACCue] starting ...
2020-05-05T14:28:03+03:00 nas synoscgi_SYNO.Core.Package.Control_1_start[25693]: service_start.c:178 synoservice: [pkgctl-FLACCue] started.

==> auth.log <==
2020-05-05T14:28:03+03:00 nas sudo:     root : TTY=unknown ; PWD=/ ; USER=plex ; COMMAND=/bin/nohup FLACCue/ /flaccue/
2020-05-05T14:28:03+03:00 nas sudo: pam_unix(sudo:session): session opened for user plex by (uid=0)
2020-05-05T14:28:03+03:00 nas sudo: pam_unix(sudo:session): session closed for user plex

==> pmesg <==
<< SOME RANDOM DATA >>
nick4fake commented 4 years ago

Ok, stupid me. I didn't install ffmpeg and pip packages.

@acenko thank you for the great work!