-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pirate-Get as root #104
Comments
I wouldn't know but I strongly advise you to not run it as root: pirate-get is not exactly built with security in mind. Is there any particular reason why you are doing this? |
It was during testing and I had not made necessary changes for remote file systems by adding a usable group to the cifs file system mount and adding same group to the appropriate users, In trying to understand the flow of pirate-get I could not track down where/why it exited. I have changes I have and will continue to make to pirate-get to support my needs including additional filters, non interactive query and by a control script can manage the search and follow up with a download request, or send notification when a previously unavailable package is available, etc. Understanding when and why the program is exiting is simply part of my decoding of the existing code. Thanks for the advice though :) |
Ok, I'll look into it when I have some spare time. Anyway your changes look useful: are you interested in publishing or getting some of those merged? |
Thanks, I would greatly appreciate if someone that had time could help me use git hub appropriately. I haven't done much with this one yet, but I have been downloading many others and making changes for my use, much easier than writing something from scratch! I think the only thing I have added here is to "improve" in my opinion, the output so it fits on one screen, dropping the lowest results by adding:: |
Trying to track down why pirate-get fails to get to the point where URL is added to transmission
I added print to verify it was pirate-get that failed to call, rather than transmission that fails to add
if args.output == 'transmission':
printer.print('Adding to Transmission')
subprocess.call(args.transmission_command + ['--add', url])
When pirate-get is run as root and I select a link by number, pirate-get quietly quits to prompt and I have not tracked down where it is exiting or why.
The text was updated successfully, but these errors were encountered: