Search found 8 matches
- June 20th, 2008, 8:50 pm
- Forum: Beta Releases
- Topic: unrar always fails
- Replies: 8
- Views: 5362
Re: unrar always fails
and there was the root of the problem. unrar was in /usr/local/bin, I had a better look at the log file and there it reported it could not find rar, but sabnzbd still started ok and stayed running. I had the same problem with par2 in the past, but in that case sabnzbd would not stay running and the ...
- June 20th, 2008, 6:27 pm
- Forum: Beta Releases
- Topic: unrar always fails
- Replies: 8
- Views: 5362
Re: unrar always fails
humm, did the same thing again, I can see the reference to 'nice' you are referring too. Might give rAf's OSX built version a go
- June 20th, 2008, 6:14 pm
- Forum: Beta Releases
- Topic: unrar always fails
- Replies: 8
- Views: 5362
Re: unrar always fails
embarrassingly unrar version 3.6B6, where as having checked the docs you ask for 3.66. Just downloaded 3.71 from rAf's build and trying another download, will let you know
Thanks
Thanks
- June 20th, 2008, 5:11 pm
- Forum: Beta Releases
- Topic: unrar always fails
- Replies: 8
- Views: 5362
Re: unrar always fails
thanks, sent log files to email
I did see similar problems with previous 0.4 RCs, but didn't spend much time investigating.
Can/will do more!
I did see similar problems with previous 0.4 RCs, but didn't spend much time investigating.
Can/will do more!
- June 20th, 2008, 4:46 pm
- Forum: Beta Releases
- Topic: unrar always fails
- Replies: 8
- Views: 5362
unrar always fails
I am looking for some help with debugging why unraring always fails after a download. I get a message to say "At least one file failed to be unpacked, skipping " but if I go to the directory where it downloaded the files (which it has now labeled in the directory name as FAILED) I can run ...
- May 14th, 2008, 1:23 pm
- Forum: Beta Releases
- Topic: email problems - v4-beta4
- Replies: 5
- Views: 5053
Re: email problems - v4-beta4
Thanks, I made some progress and discovered a few things. In def email_send(header, message): it tries to make a SMTP_SSL connection and if an exception occurs looks at the errorcode to decide that to do next. It will then only try a non-SSL SMTP connection if the error code was =1. When I try and...
- May 12th, 2008, 1:45 pm
- Forum: Beta Releases
- Topic: email problems - v4-beta4
- Replies: 5
- Views: 5053
Re: email problems - v4-beta4
Hi, It appears to behave in SMTP speak, I can telnet to it and send a message. $ telnet aspmx.l.google.com 25 Trying 64.233.185.27... Connected to aspmx.l.google.com (64.233.185.27). Escape character is '^]'. 220 mx.google.com ESMTP 9si13540264wrl.31 HELO HOST.MYDOMAIN.COM 250 mx.google.com at your ...
- May 11th, 2008, 2:42 pm
- Forum: Beta Releases
- Topic: email problems - v4-beta4
- Replies: 5
- Views: 5053
email problems - v4-beta4
Hi, Been trying v4-beta4 and so far not been able to get an email to work, this did work for me on v3.4 My settings are as follows (removed real address) Mail for my domain is hosted by google apps, so using one of their mail servers, which will happily relay as it is email for a domain they host. e...