In that case, install the SSL plugin for Python (apt-get install openssh-openssl).bollescholle wrote:i filled it.... i just removed them from the screenshot
Search found 10 matches
- August 9th, 2013, 3:56 am
- Forum: General Help
- Topic: SSL Connection to Server
- Replies: 3
- Views: 1769
Re: SSL Connection to Server
- August 7th, 2013, 4:56 pm
- Forum: General Help
- Topic: SSL Connection to Server
- Replies: 3
- Views: 1769
Re: SSL Connection to Server
hey, i got a problem with the SSL connection to the Server. I cant active the SSL-Button, so i cant connect to my server ??? I installed SABnzbd on a Debian System. here you can see it: https://www.dropbox.com/s/lw4xd3kn5g6p19o/Unbenannt.png Consider filling the address, username and password to th...
- August 7th, 2013, 12:23 pm
- Forum: General Help
- Topic: Downloads Twice
- Replies: 9
- Views: 7782
Re: Downloads Twice
Yes.CBers wrote:What is the backup folder used for please, just storing .nzb files ?
- August 7th, 2013, 4:10 am
- Forum: General Help
- Topic: SABnzbd not passing completed movcies back to Couchpotato
- Replies: 4
- Views: 5914
Re: SABnzbd not passing completed movcies back to Couchpotat
So i understand how the SABnzbd / CouchPotato relationships works i have one more question : Once SAB downloads the movie to the specified folder I am presuming there is a delay between the time of the download completing and CouchPotato processing the movie and moving it to the actual library fold...
- August 7th, 2013, 4:02 am
- Forum: General Help
- Topic: Invalid par2 files, cannot verify or repair - again
- Replies: 33
- Views: 33193
Re: Invalid par2 files, cannot verify or repair - again
Has it happened before or did it begin to appear later on?
- August 6th, 2013, 4:18 am
- Forum: General Help
- Topic: Invalid par2 files, cannot verify or repair - again
- Replies: 33
- Views: 33193
Re: Invalid par2 files, cannot verify or repair - again
I have found that when I get a failed file with "Invalid par2 files, cannot verify or repair" I can use parbuddy and reconstitute the file. I have tested/watched a number of these in the last couple of weeks and nothing seems wrong that par buddy cannot fix. I find this pretty strange. I ...
- August 5th, 2013, 6:17 pm
- Forum: General Help
- Topic: SABnzbd not passing completed movcies back to Couchpotato
- Replies: 4
- Views: 5914
Re: SABnzbd not passing completed movcies back to Couchpotat
SABnzbd isn't meant to pass something back, CouchPotato calls the SABnzbd API every minute and checks the status of the nzb's it added. Check the CouchPotato logs, they will most likely contain an error message.
- August 5th, 2013, 6:12 pm
- Forum: General Help
- Topic: Connection timed out
- Replies: 3
- Views: 2394
Re: Connection timed out
The default MTU for Ethernet is 1500, the default MTU for IEEE 802.3/802.2 is 1492. Debian somehow managed to set the default MTU of Ethernet rather than the IEEE 802.3/802.2 default.shypike wrote:1492 is the default size for just about any system. Does Debian use a different default?
- July 28th, 2013, 4:14 pm
- Forum: General Help
- Topic: Connection timed out
- Replies: 3
- Views: 2394
Re: Connection timed out
I appear to have solved the issue by lowering the MTU. If someone ever gets the same issue and comes across this thread, execute this as root:
If that solves the issue, then make it permanent by adding
to the bottom of
Code: Select all
/sbin/ifconfig eth0 mtu 1492
Code: Select all
mtu 1492
Code: Select all
/etc/network/interfaces
- July 28th, 2013, 3:22 pm
- Forum: General Help
- Topic: Connection timed out
- Replies: 3
- Views: 2394
Connection timed out
Hi, It's been a while since I've been using SABnzbd. I was setting it up earlier today, but I can't figure out why it doesn't start downloading. Version: both 0.7.14 and 0.6.15 OS: Debian 7.1 Install-type: Linux repository Firewall Software: iptables (not the issue, had it disabled) Are you using IP...