NZBget failed Categories

  • on the synology i have nzbget running, now I am trying it on OMV .

    I have a failure with it, it I have a failure on it.

    I think its about the categories perhaps.


    On the synology i have als bv path :/volume1/Nas/Movies.

    Looking on the forum i think the path in OVM must be then, /dev/disk/by-id/ata-ST12000VN0008-2YS101_ZV70H0QP/Nas/Movies.

    Because i think that is the link of the HDD?



    sorry, but what is wrong?


    • Official Post

    Looking on the forum i think the path in OVM must be then, /dev/disk/by-id/ata-ST12000VN0008-2YS101_ZV70H0QP/Nas/Movies.

    That is the device path mixed with the filesystem mount path and sub directories. You need the filesystem mount point. You can get that from the Filesystems tab if you enable the mount point column.

    omv 7.4.14-1 sandworm | 64 bit | 6.11 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.15 | compose 7.2.16 | k8s 7.3.1-1 | cputemp 7.0.2 | mergerfs 7.0.5 | scripts 7.0.9


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • That is the device path mixed with the filesystem mount path and sub directories. You need the filesystem mount point. You can get that from the Filesystems tab if you enable the mount point column.

    Thanks, its going well now, only its not going to the submap.

    I have at UUID=0e90f683-e902-4513-9e10-948bee7d9f5e a shared folder Nas/Movies.

    The folder Nas is be sharing. so I think Movies is reachable on Nzbget.

    So the destdir must be oi think ? UUID=0e90f683-e902-4513-9e10-948bee7d9f5e//Nas/Movies ?

    Even without Nas is not going to the destistion.


    Sorry Iam newbee ;)

    • Official Post

    I have at UUID=0e90f683-e902-4513-9e10-948bee7d9f5e a shared folder Nas/Movies.

    The folder Nas is be sharing. so I think Movies is reachable on Nzbget.

    So the destdir must be oi think ? UUID=0e90f683-e902-4513-9e10-948bee7d9f5e//Nas/Movies ?

    That is not right. Linux paths are always /path/to/some/file. You should enable the Absolute path column in the shared folders tab to get the path you need.

    omv 7.4.14-1 sandworm | 64 bit | 6.11 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.15 | compose 7.2.16 | k8s 7.3.1-1 | cputemp 7.0.2 | mergerfs 7.0.5 | scripts 7.0.9


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • Hi Guys, who can me please help me, I am trying now for three days to get Nzbget working.

    It won't place the download to a specify folder.


    I have a make a share directory Emby and subdirectorys in there Movie, Music... (also SMB )

    In Nzbget the Category link is the copy of the absolute path from OMV


    /srv/dev-disk-by-uuid-70637a77-b880-4a47-a87e-9169b44e2dd9/Emby/Movies


    Nzbget failed, permissoin denied and no directory

    Could not create directory /srv/dev-disk-by-uuid-70637a77-b880-4a47-a87e-9169b44e2dd9/Emby/Movies/Computer Totaal #10 (2024) HQ(1)/_unpack: could not create directory /srv/dev-disk-by-uuid-70637a77-b880-4a47-a87e-9169b44e2dd9: Permission denied


    Could not delete temporary directory /srv/dev-disk-by-uuid-70637a77-b880-4a47-a87e-9169b44e2dd9/Emby/Movies/Computer Totaal #10 (2024) HQ(1)/_unpack: No such file or directory

    Seems its a permission denied , but I cannot find it.

    Any tips ?


    Thanks

    Ron

  • You are not providing sufficient information to get help. For starters:


    Post the docker compose file you are using.


    Post a screenshot of the nzbget Settings | Paths page - the topmost part is enough.

    --
    Google is your friend and Bob's your uncle!


    OMV AMD64 7.x on headless Chenbro NR12000 1U 1x 8m Quad Core E3-1220 3.1GHz 32GB ECC RAM.

    Edited once, last by gderf ().

  • Thanks,


    here are the screenshots van NZB and the message, Permissoin denied.

    the directory are shared and have file control users/root/dockers


    This is the docker


    services:

    nzbget:

    image: lscr.io/linuxserver/nzbget:latest

    container_name: nzbget

    environment:

    - PUID=996

    - PGID=100

    - TZ=Etc/UTC

    - NZBGET_USER=nzbget #optional

    - NZBGET_PASS=tegbzn6789 #optional

    volumes:

    - /appdata/portainer/data/config:/config

    - /srv/dev-disk-by-uuid-f2137740-d40d-4562-b1b0-aaa3df078d94/Data/Emby/Download:/download

    ports:


    I really do not know wha is wrong


    Ron

  • In the nzbget web page Settings | Paths | MainDir you have:


    Code
    /srv/dev-disk-by-uuid-f2137740-d40d-4562-b1b0-aaa3df078d94/Data/Emby/Download:/download

    This is incorrect. Change it to this:


    Code
    /download


    In the future please use a code box to post compose files and such. The way you did it here removed all the formatting.


    You have other problems in that compose file but they may not prevent it from running.


    Try the above first and report back.

    --
    Google is your friend and Bob's your uncle!


    OMV AMD64 7.x on headless Chenbro NR12000 1U 1x 8m Quad Core E3-1220 3.1GHz 32GB ECC RAM.

  • Your Categories | Category1 | DestDir is also incorrect. You can not use a host side path there. You will need to create another volume for it in your compose file and put the correct path in this box.

    --
    Google is your friend and Bob's your uncle!


    OMV AMD64 7.x on headless Chenbro NR12000 1U 1x 8m Quad Core E3-1220 3.1GHz 32GB ECC RAM.

  • Thanks. NZB is running, but not download and to the category, even with youre proposal /download

    errorMon Oct 28 2024 14:38:57Could not create file /Download/tmp/nzb-2.tmp


  • You have introduced an error in your compose file:


    Code
    volumes:
      - /Download

    Put it back the way it was:


    Code
    volumes:
       - /srv/dev-disk-by-uuid-f2137740-d40d-4562-b1b0-aaa3df078d94/Data/Emby/Download:/download

    Then in the nzbget Settings | Paths | MainDir you put:


    Code
    /Download

    --
    Google is your friend and Bob's your uncle!


    OMV AMD64 7.x on headless Chenbro NR12000 1U 1x 8m Quad Core E3-1220 3.1GHz 32GB ECC RAM.

  • unfortunately, also not positive :(

    still not working with this adjustment.

    Ron


    Nzb


    errorMon Oct 28 2024 16:05:52Could not create file /download/tmp/nzb-11.tmp


    Docker







  • Your post of the compose file has all the formatting lost.


    Where did you get this from?


    Code
    environment:
      - PUID=996

    Very likely the root cause of your problem.


    Do you run any other dockers?

    --
    Google is your friend and Bob's your uncle!


    OMV AMD64 7.x on headless Chenbro NR12000 1U 1x 8m Quad Core E3-1220 3.1GHz 32GB ECC RAM.

  • But what was the source that suggested you use PUID=996? There are many YouTube videos out there that have this poor suggestion.


    Also, what about Emby? Is that running in a docker or was it directly installed?


    You will need to make a lot of changes to get this fixed.

    --
    Google is your friend and Bob's your uncle!


    OMV AMD64 7.x on headless Chenbro NR12000 1U 1x 8m Quad Core E3-1220 3.1GHz 32GB ECC RAM.

  • But what was the source that suggested you use PUID=996? There are many YouTube videos out there that have this poor suggestion.


    Also, what about Emby? Is that running in a docker or was it directly installed?


    You will need to make a lot of changes to get this fixed.

    Well, I remove the docker file now and went to portainer.

    I make a new container and its working, its downloading now :)


    but how can I change it to the specify category .

    Emby is not working yet, first need that NZB gets to the wright folder, but I tested Emby and also jellyfin , both were able to install.


    PUID , looking for the information on internet, read dat I must admin ID therefore, do not know i this was wright then


    Ron

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!