Search found 24 matches

by Handyman1984
April 27th, 2012, 12:34 pm
Forum: General Help
Topic: Couchpotato " unable to connect to SAB "
Replies: 10
Views: 15842

Re: Couchpotato " unable to connect to SAB "

Exactly what setting do you have in Config > Downloaders > Host? Note that it needs to be: host:port or ip:port and not http://host:port Edit: source code shows that actually doesn't matter anymore. Anyways, you're using a netbios name, unless you're actually running a WINS server I would not sugges...
by Handyman1984
April 22nd, 2012, 3:50 pm
Forum: General Help
Topic: Download queue
Replies: 11
Views: 7597

Re: Download queue

I have: /var/network/share < which is rsynced periodically over my servers, most folders here are writable. /var/network/share/nzb < which has a symlink in dropbox folder /var/network/share/nzb/movies && /var/network/share/nzb/music etc etc to act as categories. The output generally goes to:...
by Handyman1984
April 22nd, 2012, 3:17 pm
Forum: General Help
Topic: Download queue
Replies: 11
Views: 7597

Re: Download queue

Not that complicated at all, I just toss around with files and filenames mostly. You're right about the shared directory (ies), I've got folders emulating the categories, (which should be automated in time). The parent folder is on a CIFS (samba) share, writable to anyone with a valid IP. A small sc...
by Handyman1984
April 21st, 2012, 1:25 pm
Forum: Bug Reports
Topic: Incomplete log
Replies: 2
Views: 2094

Re: Incomplete log

Thanks for the response. The only reason why I reported was because it happened a couple of times within the hour with a restart in between. For as far as I'm considered the lack of information is the bug, and not the error itself. What I did: I readded a bunch (+/- 80) jobs to the queue to be proce...
by Handyman1984
April 21st, 2012, 11:56 am
Forum: General Help
Topic: Sometimes strange behaviour of SABNZB with date
Replies: 12
Views: 10424

Re: Sometimes strange behaviour of SABNZB with date

Yep.
You might want to use 'find' to automate stuff and touch everything recursively in the folder:
find . -exec touch {} \;
(The '.' is a wildcard here. )
by Handyman1984
April 21st, 2012, 11:44 am
Forum: General Help
Topic: Selective history deletion
Replies: 7
Views: 4886

Re: Selective history deletion

I think dcuritois means in the plush skin sander.

It's not a solution, but:
You can also use your keyboard to navigate. Especially [Tab] and [Enter] might help you, combined with the mouse...
by Handyman1984
April 21st, 2012, 11:34 am
Forum: Bug Reports
Topic: Incomplete log
Replies: 2
Views: 2094

Incomplete log

0.7.0B3: The gui shows me a warning with the category ERROR: SQL Command Failed, see log However, when I check the logs I can only find: 2012-04-21 16:15:12,209::ERROR::[database:90] SQL Command Failed, see log The entry before that is: 2012-04-21 16:13:57,740::ERROR::[downloader:526] Failed login f...
by Handyman1984
April 21st, 2012, 11:27 am
Forum: General Help
Topic: Sometimes strange behaviour of SABNZB with date
Replies: 12
Views: 10424

Re: Sometimes strange behaviour of SABNZB with date

Probably has everything to do with the original uploader's settings for the rar/zip file. If the one who packed the files chose the option to store the time that's probably what you get, if it was left away you'll make your own time. And yes, on linux a folder or file has more than one date. It stor...
by Handyman1984
April 13th, 2012, 5:32 pm
Forum: General Help
Topic: Another 'can't access from web' thread [SOLVED]
Replies: 17
Views: 18417

Re: Another 'can't access from web' thread [SOLVED]

Nope, a VPN or Virtual Private Network is a way to access your network remotely. IPSEC is a way to encrypt and secure IP traffic. Alternatively you could also use PPTP, which is a lot easier to set up, but not as secure. Also PPTP is set up using GRE, a protocol that not all NAT devices support. Com...
by Handyman1984
April 13th, 2012, 1:52 pm
Forum: General Help
Topic: Another 'can't access from web' thread [SOLVED]
Replies: 17
Views: 18417

Re: Another 'can't access from web' thread [SOLVED]

No problem at all.
If you won't go down this road, please reconsider the vpn one.
You seem like an enthousiast and IPSEC-VPN is a really cool thing to have, it might be a bit more difficult to get working.
by Handyman1984
April 13th, 2012, 1:41 pm
Forum: General Help
Topic: Another 'can't access from web' thread [SOLVED]
Replies: 17
Views: 18417

Re: Another 'can't access from web' thread [SOLVED]

I'll post how I did it: Since your box is ubuntu based, which is debian based I assume you can use apt. "NGINX™ is a high performance edge web server with the lowest memory footprint and the key features to build modern and efficient web infrastructure" I use it in production on all server...
by Handyman1984
April 13th, 2012, 12:00 pm
Forum: General Help
Topic: Another 'can't access from web' thread [SOLVED]
Replies: 17
Views: 18417

Re: Another 'can't access from web' thread

If you are on your work there's a big chance they tried to prevent proxy usage indeed as sander says, ssh being blocked increases that chance.
If thats the case I'd be happy to provide some urls explaining how to get rid of the port numbers for all your browser-based services.
by Handyman1984
April 13th, 2012, 11:30 am
Forum: General Help
Topic: Another 'can't access from web' thread [SOLVED]
Replies: 17
Views: 18417

Re: Another 'can't access from web' thread

tymanthius wrote: Did I make any sense there?
Yep very much, and I understand that you want sab working on the specified port.
by Handyman1984
April 13th, 2012, 10:51 am
Forum: General Help
Topic: Another 'can't access from web' thread [SOLVED]
Replies: 17
Views: 18417

Re: Another 'can't access from web' thread

That works for me in virtually the same setup. Use IPv6 VPN. :P Just kiddin, but still both great solutions. However you might benefit from using something like nginx to reverse proxy your lan-sided services, it takes away the ugly port numbers and allows you to use your domain name (fairly certain ...
by Handyman1984
April 13th, 2012, 10:30 am
Forum: General Help
Topic: Another 'can't access from web' thread [SOLVED]
Replies: 17
Views: 18417

Re: Another 'can't access from web' thread

What's the listening address that sab is configured to?