Giter VIP home page Giter VIP logo

Comments (9)

SimonSR avatar SimonSR commented on May 18, 2024 1

It worked, thank you :) Looking forward to it

from unpackerr.

davidnewhall avatar davidnewhall commented on May 18, 2024

Is there a .rar file in /media/debian-transmission/Storage/Downloads/Completed/(edited out) ?

from unpackerr.

SimonSR avatar SimonSR commented on May 18, 2024

Yes

from unpackerr.

davidnewhall avatar davidnewhall commented on May 18, 2024

Is this running in a jail? a chroot? a docker container?
What version is it? How did you install it?
Running on the same host as transmission and radarr/sonarr?

I can't really say what it is for sure. Maybe the answers to these questions will help, but I'm a bit stumped. If there's arar file in that folder, it should find it and extract it. Perhaps the app is running as a user without privileges to read that folder?

More:

ps aux | grep unpack < what user is it running as?

See if that user can read the folder:

sudo -u <username> ls "/media/debian-transmission/Storage/Downloads/Completed/(edited out)"

from unpackerr.

SimonSR avatar SimonSR commented on May 18, 2024

Installed this file: unpackerr_0.7.0-82_amd64.deb In ubuntu 20.04.
All apps running running on same host.

ps aux | grep unpack
nobody 5889 0.0 0.2 1000136 8624 ? Ssl 13:43 0:00 /usr/bin/unpackerr
debian-+ 6384 0.0 0.0 20200 728 pts/0 S+ 13:49 0:00 grep --color=auto unpack

from unpackerr.

davidnewhall avatar davidnewhall commented on May 18, 2024

what user and group owns the files in /media/debian-transmission/Storage/Downloads/Completed/ ?

from unpackerr.

SimonSR avatar SimonSR commented on May 18, 2024

debian-transmission owns as both user and group

from unpackerr.

davidnewhall avatar davidnewhall commented on May 18, 2024

Okay, try this.. edit /lib/systemd/system/unpacker.service and change the User= line to User=debian-transmission. You can also add Group=debian-transmission if you want. Then run:

sudo systemctl daemon-reload
sudo systemctl restart unpackerr

This will make the app run as thedebian-transmission user; giving it access to all those files. I'm not real sure if there's a better way to handle this at the moment, but hoping this works!

EDIT: I just combined/cleaned up comments for readability. Thank you for the report, and good luck!

from unpackerr.

davidnewhall avatar davidnewhall commented on May 18, 2024

UPDATED: Unpackerr now uses a dedicated user in the systemd unit file and linux packages. The correct fix now days is to add the unpackerr user to the debian-transmission group and set the umask so the group can write.

from unpackerr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.