Search found 7 matches

by hrast
December 25th, 2011, 11:32 pm
Forum: General Help
Topic: Intermediate certificate
Replies: 8
Views: 4786

Re: Intermediate certificate

I did something similar, where I created a server certificate for use with sabnzbd and FreeNAS. I have an existing OpenVPN install, so I used the CA created for that to sign a cert, imported the OpenVPN CA as trusted into my web browsers to stop errors from popping up. It wasn't terribly complicated...
by hrast
November 14th, 2011, 4:15 pm
Forum: General Help
Topic: Is auto unrar a virus risk?
Replies: 2
Views: 1379

Re: Is auto unrar a virus risk?

You can always run a post-processing script that passes the directory to ClamAV to scan, and moves the offending files to another location (or deletes them).
by hrast
November 14th, 2011, 3:55 pm
Forum: Post-Processing Scripts
Topic: Post Processing on FreeNAS
Replies: 7
Views: 4652

Re: Post Processing on FreeNAS

I was selecting the script from the drop down on the Download -> Queues menu. I went and added the same script to the Default category, and its working now.

The UI design there is odd if that is how its supposed to work.
by hrast
November 12th, 2011, 4:36 pm
Forum: Post-Processing Scripts
Topic: Post Processing on FreeNAS
Replies: 7
Views: 4652

Re: Post Processing on FreeNAS

Nope, I wrote all the scripts on the FreeBSD box. Interestingly, I tried this same thing yesterday with Ubuntu 11.10 Server and the Sabnzbd out of the repository linked in these forums and got the exact same problem.
by hrast
November 11th, 2011, 12:54 pm
Forum: Post-Processing Scripts
Topic: Post Processing on FreeNAS
Replies: 7
Views: 4652

Re: Post Processing on FreeNAS

I tried it last night on a straight FreeBSD 7-3 install, and had the exact same problem. Python 2.6.4, if I'm remembering correctly. Oh well.
by hrast
November 10th, 2011, 12:41 pm
Forum: Post-Processing Scripts
Topic: Post Processing on FreeNAS
Replies: 7
Views: 4652

Re: Post Processing on FreeNAS

I've tried bash as well. Do the R/D/U tasks impact this? I have it Repair/Unpack/Delete the archives so all I'm left with in the completed directory is the output file.
by hrast
November 9th, 2011, 3:54 pm
Forum: Post-Processing Scripts
Topic: Post Processing on FreeNAS
Replies: 7
Views: 4652

Post Processing on FreeNAS

I'm having a hell of a time trying to get any kind of post-processing script to work that uses the variables passed when the processing completes ( http://wiki.sabnzbd.org/user-scripts ). I've broken down as far as: #!/bin/sh set DIR=$1 echo $1 >> /mnt/zfstest/usenet/logtest And the only thing in th...