You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Portainer on:
QNAP
OS Information: linux x86_64 QTS 5.1.7 (20240520)
Kernel Version: 5.10.60-qnap
Total CPU: 4
Total memory: 33.4 GB
Current Behavior
Docker image of nzbge.com does not fully load, web interface is not reachable as well
[INFO] nzbget 24.1 server-mode
[INFO] Pausing download before post-processing
[INFO] Checking pars for xx
[INFO] Verifying xx/xx
[INFO] Loading file xx.vol003+004.par2
[INFO] Recovery files created by: Created by par2cmdline version 0.4.
Segmentation fault
Expected Behavior
Webinterface should load and nzbget should not restart
Steps To Reproduce
In Portainer, i've created a Stack and deployed the nzbget.com image with the following docker compose:
According to the logs, you are using v24.1 and not the v24.2 you specified, right?
Could you send the NZB file to my email ([email protected]) so I can try to reproduce the issue?
According to the logs, you are using v24.1 and not the v24.2 you specified, right? Could you send the NZB file to my email ([email protected]) so I can try to reproduce the issue?
Hi Denis, what logs do you need/want?
I've recreated the docker image with 24.2 and i now see the following messages in my docker logs:
[INFO] nzbget 24.2 server-mode
[INFO] using /config/nzbget.conf
[INFO] nzbget runs on 0.0.0.0:6789
Segmentation fault
[INFO] nzbget 24.2 server-mode
[INFO] using /config/nzbget.conf
[INFO] nzbget runs on 0.0.0.0:6789
Segmentation fault
Unfortunately, you can't provide with additional logs, as this requires a Debug build.
I've recreated the docker image with 24.2 and i now see the following messages in my docker logs:
...
So the application crashes even on the first run, not on the repair or unpack step as I can see.
Is this a freshly installed version with default nzbget.conf, or are you already using your own nzbget.conf?
Is there already an issue for your problem?
NZBGet Version
v24.2-stable
Platform
Linux/Docker
Environment
Current Behavior
Docker image of nzbge.com does not fully load, web interface is not reachable as well
[INFO] nzbget 24.1 server-mode
[INFO] Pausing download before post-processing
[INFO] Checking pars for xx
[INFO] Verifying xx/xx
[INFO] Loading file xx.vol003+004.par2
[INFO] Recovery files created by: Created by par2cmdline version 0.4.
Segmentation fault
Expected Behavior
Webinterface should load and nzbget should not restart
Steps To Reproduce
In Portainer, i've created a Stack and deployed the nzbget.com image with the following docker compose:
version: "3" services: nzbget: container_name: nzbgetcom image: nzbgetcom/nzbget:latest restart: always network_mode: bridge environment: - TZ=Europe/Amsterdam ports: - 6789:6789 volumes: - /share/CACHEDEV1_DATA/Docker/nzbget:/config - /share/CACHEDEV1_DATA/Downloads:/downloads
Logs
No response
Extra information
No response
The text was updated successfully, but these errors were encountered: