nzbhydra2
nzbhydra2 copied to clipboard
BUG: Unable to read control ID with native release
Hello,
I'm having issues running the "native" (amd64-linux) with my container, i get the following message looping in wrapper.log:
023-02-15 21:22:21,406 INFO - Determined release type: native
2023-02-15 21:22:21,407 INFO - Starting NZBHydra main process with command line: ./core -Xmx256M -DfromWrapper=true -DinternalApiKey=uzlhnuycomnocjfboblo -Dspring.output.ansi.enabled=ALWAYS --datafolder /opt/nzbhydra2/data in folder /opt/nzbhydra2
2023-02-15 21:22:22,168 WARNING - Unable to read control ID from /opt/nzbhydra2/data/control.id: [Errno 2] No such file or directory: '/opt/nzbhydra2/data/control.id'. Falling back to process return code 127
2023-02-15 21:22:22,168 INFO - NZBHydra main process has terminated for shutdown
Note that there nothing extra within this file and nzbhydra2.log is not created yet.
Falling back to the generic release is working, so i guess this is some specific issue with this native build.
Try rubbing the core executable from a command line and see what it prints.
On Wed, 15 Feb 2023, 22:47 Nicolas Di Gregorio, @.***> wrote:
Hello,
I'm having issues running the "native" (amd64-linux) with my container, i get the following message looping in wrapper.log:
023-02-15 21:22:21,406 INFO - Determined release type: native 2023-02-15 21:22:21,407 INFO - Starting NZBHydra main process with command line: ./core -Xmx256M -DfromWrapper=true -DinternalApiKey=uzlhnuycomnocjfboblo -Dspring.output.ansi.enabled=ALWAYS --datafolder /opt/nzbhydra2/data in folder /opt/nzbhydra2 2023-02-15 21:22:22,168 WARNING - Unable to read control ID from /opt/nzbhydra2/data/control.id: [Errno 2] No such file or directory: '/opt/nzbhydra2/data/control.id'. Falling back to process return code 127 2023-02-15 21:22:22,168 INFO - NZBHydra main process has terminated for shutdown
Note that there nothing extra within this file and nzbhydra2.log is not created yet.
Falling back to the generic release is working, so i guess this is some specific issue with this native build.
— Reply to this email directly, view it on GitHub https://github.com/theotherp/nzbhydra2/issues/852, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADNUA6PUFRYXEXIU3Z66L7TWXVFIHANCNFSM6AAAAAAU5MC7U4 . You are receiving this because you are subscribed to this thread.Message ID: @.***>
Please reopen if you're still affected.