Search found 15 matches
- July 19th, 2012, 2:36 pm
- Forum: Bug Reports
- Topic: SABnzbd 0.7.0 - FreeBSD8.3
- Replies: 27
- Views: 14609
Re: SABnzbd 0.7.0 - FreeBSD8.3
Fixed!!! So, in the end, it was my fault. :( I always "un-check" ipv6 support on everything that I compile, because my thought was always I don't use it, don't want it. But now that support for ipv6 is in SAB - this was breaking it, because when it tried to bind to ipv6 it would freak out....
- June 24th, 2012, 2:57 pm
- Forum: Bug Reports
- Topic: SABnzbd 0.7.0 - FreeBSD8.3
- Replies: 27
- Views: 14609
Re: SABnzbd 0.7.0 - FreeBSD8.3
On my test Sab box with minimal install: sabtest# python Python 2.7.3 (default, Jun 19 2012, 03:57:44) [GCC 4.2.2 20070831 prerelease [FreeBSD]] on freebsd8 Type "help", "copyright", "credits" or "license" for more information. >>> import socket >>> socket.get...
- June 23rd, 2012, 11:29 pm
- Forum: Bug Reports
- Topic: SABnzbd 0.7.0 - FreeBSD8.3
- Replies: 27
- Views: 14609
Re: SABnzbd 0.7.0 - FreeBSD8.3
Results of the first mini-program test: sabtest# python pytest 2 1 6 ('127.0.0.1', 1111) 2 1 6 ('127.0.0.1', 1111) 28 1 6 (28, '\x04W\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00') 2 1 6 ('0.0.0.0', 1111) 28 1 6 (28, '\x04W\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00') sabtest# Here is result...
- June 20th, 2012, 12:43 pm
- Forum: Bug Reports
- Topic: SABnzbd 0.7.0 - FreeBSD8.3
- Replies: 27
- Views: 14609
Re: SABnzbd 0.7.0 - FreeBSD8.3
I am at a business conference so I cant do much yet... Stupid work getting in the way. :) But I did resolve the uname issue and its still not working quite right. I will try what sander's posted in a few days when work stops getting in the way. [root@Jarvis ~]# uname -n Jarvis [root@Jarvis ~]# ping ...
- June 18th, 2012, 11:15 pm
- Forum: Bug Reports
- Topic: SABnzbd 0.7.0 - FreeBSD8.3
- Replies: 27
- Views: 14609
Re: SABnzbd 0.7.0 - FreeBSD8.3
I wanted to try on a fresh install so I installed FreeBSD 8.3 in a virtual machine (VMWare). Installed only Sabnzbd and dependencies, along with Wget to grab the files and I get the same errors when I run it. I will put the output below in case it helps. sabtest# ./SABnzbd.py 2012-06-19 04:13:45,438...
- June 18th, 2012, 9:42 pm
- Forum: Bug Reports
- Topic: SABnzbd 0.7.0 - FreeBSD8.3
- Replies: 27
- Views: 14609
Re: SABnzbd 0.7.0 - FreeBSD8.3
Here are my results for what you asked: [root@Jarvis ~]# python Python 2.7.3 (default, Jun 15 2012, 08:29:18) [GCC 4.2.2 20070831 prerelease [FreeBSD]] on freebsd8 Type "help", "copyright", "credits" or "license" for more information. >>> import socket >>> soc...
- June 17th, 2012, 7:52 pm
- Forum: Bug Reports
- Topic: SABnzbd 0.7.0 - FreeBSD8.3
- Replies: 27
- Views: 14609
Re: SABnzbd 0.7.0 - FreeBSD8.3
It is strange! I appreciate your help - have a good one!
- June 17th, 2012, 7:25 pm
- Forum: Bug Reports
- Topic: SABnzbd 0.7.0 - FreeBSD8.3
- Replies: 27
- Views: 14609
Re: SABnzbd 0.7.0 - FreeBSD8.3
Here is my output from that. I included all of it. (I notice at one point it says "in check_port. host is 28 port is 8085" which seems strange, is this what your after?) [root@Jarvis /datapool/systemfiles/SABnzbd.7]# ./SABnzbd.py in check_port. host is localhost port is 8085 2012-06-17 17:...
- June 17th, 2012, 6:46 pm
- Forum: Bug Reports
- Topic: SABnzbd 0.7.0 - FreeBSD8.3
- Replies: 27
- Views: 14609
Re: SABnzbd 0.7.0 - FreeBSD8.3
There we go.. Thanks This doesnt look right to me, but here is the output: [root@Jarvis /datapool/systemfiles]# python probeer_check_port.py 2 1 6 ('127.0.0.1', 1111) 2 1 6 ('127.0.0.1', 1111) 28 1 6 (28, '\x04W\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00') 2 1 6 ('0.0.0.0', 1111) 28 1 6 (28, '\...
- June 17th, 2012, 6:32 pm
- Forum: Bug Reports
- Topic: SABnzbd 0.7.0 - FreeBSD8.3
- Replies: 27
- Views: 14609
Re: SABnzbd 0.7.0 - FreeBSD8.3
I am not great at coding - so I am trying to follow here.. Initially I got... [root@Jarvis /datapool/systemfiles]# python probeer_check_port.py File "probeer_check_port.py", line 15 print af, socktype, proto, canonname, sa ^ IndentationError: unindent does not match any outer indentation l...
- June 17th, 2012, 5:40 pm
- Forum: Bug Reports
- Topic: SABnzbd 0.7.0 - FreeBSD8.3
- Replies: 27
- Views: 14609
Re: SABnzbd 0.7.0 - FreeBSD8.3
So I changed my host to 0.0.0.0 in the sabnzbd.ini config file. Unfortunately that is what seems to be a major hangup for it? It gives lots of errors when I try to start it now. When previously it would startup fine. [root@Jarvis /datapool/systemfiles/SABnzbd.7]# ./SABnzbd.py 2012-06-17 15:37:02,762...
- June 17th, 2012, 5:33 pm
- Forum: Bug Reports
- Topic: SABnzbd 0.7.0 - FreeBSD8.3
- Replies: 27
- Views: 14609
Re: SABnzbd 0.7.0 - FreeBSD8.3
True, after I said that I realized that would jut block it. 
I will take a look at the config, ultimately your right, I could just redo the config and then keep all my other files that actually contain the data. I realize none of its in the config.
Appreciate the help!
I will take a look at the config, ultimately your right, I could just redo the config and then keep all my other files that actually contain the data. I realize none of its in the config.
Appreciate the help!
- June 17th, 2012, 5:15 pm
- Forum: Bug Reports
- Topic: SABnzbd 0.7.0 - FreeBSD8.3
- Replies: 27
- Views: 14609
Re: SABnzbd 0.7.0 - FreeBSD8.3
I will try the 0.0.0.0 in the /etc/hosts file I assume?
But I cant try the 127.0.0.1 because its a command line only server
But I cant try the 127.0.0.1 because its a command line only server
- June 17th, 2012, 4:30 pm
- Forum: Bug Reports
- Topic: SABnzbd 0.7.0 - FreeBSD8.3
- Replies: 27
- Views: 14609
Re: SABnzbd 0.7.0 - FreeBSD8.3
Initially that did not work (my hostname wouldn't resolve). So I changed my /etc/hosts config to this: ::1 localhost localhost.my.domain 127.0.0.1 localhost localhost.my.domain 10.0.0.1 Jarvis 10.0.0.1 Jarvis. Which now results in a proper ping: [root@Jarvis /datapool/systemfiles/SABnzbd]# uname -n ...
- June 17th, 2012, 3:09 pm
- Forum: Bug Reports
- Topic: SABnzbd 0.7.0 - FreeBSD8.3
- Replies: 27
- Views: 14609
SABnzbd 0.7.0 - FreeBSD8.3
Hello, I am attempting to update to 0.7.0. For some background information I use the FreeBSD ports tree to install the dependencies, but anytime I upgrade I just drop in the source code and run it on my own. This has worked for a few years/upgrades on sab for me until now. When I saw 7 was released,...