Unpack failure

Get help, report and discuss bugs.
Post Reply
void.pointer
Posts: 60
Joined: 28 Sep 2014, 20:58

Unpack failure

Post by void.pointer » 12 Sep 2018, 00:19

I'm running nzbget on Ubuntu Server 18.04 using Docker from here:
https://hub.docker.com/r/linuxserver/nzbget/

I get these logs during post processing:

Code: Select all

Tue Sep 11 19:14:34 2018	DETAIL	Par: All files are correct, repair is not required.
Tue Sep 11 19:14:34 2018	INFO	Repair not needed for Tomb.Raider.2018.REPACK.Hybrid.1080p.BluRay.DTS.x264-VietHD-Rakuv/3ef511490c9c424a88162fa7eba9930a
Tue Sep 11 19:14:34 2018	INFO	Second unpack attempt skipped for Tomb.Raider.2018.REPACK.Hybrid.1080p.BluRay.DTS.x264-VietHD-Rakuv due to par-check not repaired anything
Tue Sep 11 19:14:34 2018	ERROR	Unpack for Tomb.Raider.2018.REPACK.Hybrid.1080p.BluRay.DTS.x264-VietHD-Rakuv failed.
I start my docker container for nzbget as follows:

Code: Select all

#!/usr/bin/env bash
docker run -d \
    --name nzbget \
    --restart unless-stopped \
    --network host \
    -p 6789:6789 \
    -e PUID="$(id -u nzbget)" \
    -e PGID="$(id -g nzbget)" \
    -e TZ="America/Chicago" \
    --mount type=bind,source=/media/plex,target=/downloads \
    --mount type=bind,source=/docker/nzbget,target=/config \
    linuxserver/nzbget
Any idea why this is failing? I had this same docker container running on Synology and I never had this problem. I simply moved my config directory to a new machine and started the container from there.

void.pointer
Posts: 60
Joined: 28 Sep 2014, 20:58

Re: Unpack failure

Post by void.pointer » 12 Sep 2018, 03:02

I didn't read far up enough in the logs. Turned out to be a permissions problem on the host related to volumes mapped to the docker container. Everything working great now.

Post Reply

Who is online

Users browsing this forum: No registered users and 53 guests