Search found 11 matches

by ljw1
August 23rd, 2013, 9:44 pm
Forum: General Help
Topic: par2 on solaris fails on * [partial fix now]
Replies: 8
Views: 3473

Re: par2 on solaris fails on *

Additional debugging info from the log 2013-08-24 12:39:50,931::ERROR::[newsunpack:865] Error [Errno 8] Exec format error while running par2_repair on set 0x3qm8ItdK5nUru 2013-08-24 12:39:50,931::INFO::[newsunpack:866] Traceback: Traceback (most recent call last): File "/opt/SABnzbd/sabnzbd/new...
by ljw1
August 23rd, 2013, 4:35 pm
Forum: General Help
Topic: par2 on solaris fails on * [partial fix now]
Replies: 8
Views: 3473

Re: par2 on solaris fails on *

Oops I pasted the debug version of the script. The actual script is :- #/bin/bash! # Script to wrap around par2 binary # The wrapper removes the __ADMIN__ folder only IFS_OLD="$IFS" IFS="\n" shopt -s extglob IGNOREVAR="!(__ADMIN__)" COMMAND="$1" shift PARPATH=...
by ljw1
August 23rd, 2013, 4:33 pm
Forum: General Help
Topic: par2 on solaris fails on * [partial fix now]
Replies: 8
Views: 3473

Re: par2 on solaris fails on *

I have made a script in the interim which works when using the command line, but it doesn't work when integrated with Sabnzbd. It gives the following error - Error [Errno 8] Exec format error while running par2_repair on set The script is as follows :- #/bin/bash! # Script to wrap around par2 binary...
by ljw1
August 6th, 2013, 5:43 pm
Forum: General Help
Topic: par2 on solaris fails on * [partial fix now]
Replies: 8
Views: 3473

Re: par2 on solaris fails on *

The problem is with how the '*' is interpreted. In normal cases it globs all the files and directories except those with a . at the beginning. A simple solution is to rename the __ADMIN__ folder to something like .__ADMIN__. Another solution is to enable a shell extension in bash to allow for exlusi...
by ljw1
August 5th, 2013, 5:54 pm
Forum: General Help
Topic: par2 on solaris fails on * [partial fix now]
Replies: 8
Views: 3473

par2 on solaris fails on * [partial fix now]

Hi!
Since updating to 0.7.14 my sabnzbd install is failing on most downloads. The par2 command compiled for solaris doesn't appear to be able to have wildcards. Does anyone have any suggestions of how to fix this?
by ljw1
July 27th, 2013, 12:20 am
Forum: General Help
Topic: Intentionally misnamed rar sets unusable with Sabnzbd?
Replies: 43
Views: 42471

Re: Intentionally misnamed rar sets unusable with Sabnzbd?

I am also striking this issue. The release name is intentional obscured and following downloading the par2 repair process doesn't rename the files as expected. If I run par2repair *.par2 * it finds the files that match it internally and rename all the files.
by ljw1
October 14th, 2012, 11:58 pm
Forum: Bug Reports
Topic: Upgrade to 0.7.4 from 0.7.2 fails
Replies: 3
Views: 1741

Re: Upgrade to 0.7.4 from 0.7.2 fails

Copied the expanded source file directly from sourceforge, so no package. The weird thing is that both versions fail.
by ljw1
October 13th, 2012, 12:56 pm
Forum: Bug Reports
Topic: Upgrade to 0.7.4 from 0.7.2 fails
Replies: 3
Views: 1741

Upgrade to 0.7.4 from 0.7.2 fails

When upgrading from 0.7.2 to 0.7.4 or 0.7.3 upon restarting SABnzbd the following is output. Any ideas how to fix it? Traceback (most recent call last): File "/opt/SABnzbd/SABnzbd.py", line 65, in <module> import sabnzbd File "/opt/SABnzbd/sabnzbd/__init__.py", line 18, in <modul...
by ljw1
July 2nd, 2012, 12:28 am
Forum: General Help
Topic: Permission's not being set recursively [ZFS/Solarish)
Replies: 6
Views: 5786

Re: Permission's not being set recursively

I have not had any success with getting sab to apply the set permissions on solaris. You might want to look at creating a script to achieve what you need.
by ljw1
July 12th, 2011, 4:21 pm
Forum: General Help
Topic: Why doesn't SABnzbd play nice with NFS ACLs?
Replies: 7
Views: 4008

Re: Why doesn't SABnzbd play nice with NFS ACLs?

I also have this problem. Any file created by sabnzbd does not inherit the file permissions of the folder it was created in. Could you please explain how the files are created then so then maybe a patch can be made to allow for the files to be created in the same way as the underlying os. PS Did you...
by ljw1
July 12th, 2011, 4:03 pm
Forum: General Help
Topic: do not change permissions - is there a setting for this?
Replies: 3
Views: 2723

Re: do not change permissions - is there a setting for this?

Sorry for dredging up an old post but this is the only thing that I can find that is relevant to the problem. My sabnzbd uses folders mounted on an nfs4 server which passes through the acls that are applied on the server. Creating or deleting the in a normal terminal with the same user as sabnzbd wo...