Search found 10 matches
- June 5th, 2016, 3:58 pm
- Forum: Debian/Ubuntu Package
- Topic: How to install SAB 1.0.3 in Ubuntu-Mate on RaspberryPi2?
- Replies: 1
- Views: 1797
How to install SAB 1.0.3 in Ubuntu-Mate on RaspberryPi2?
Hi, a lot of problem when i tried to install it on Ubuntu-Mate. I download 1.0.3, decrompress it and i launch ./SABNZBD.py Wizard say that i don't have unrar. How can i solve it? sudo apt-get install unrar or unrar-nonfree doesn't works. I need to use unrar also to decompress files made with winrar ...
- January 5th, 2016, 3:11 am
- Forum: General Help
- Topic: Unrar problem [raspberry]
- Replies: 16
- Views: 11943
Re: Unrar problem [raspberry]
Your time is correct, but probably your SAB logging is now going somewhere else. I don't know where. Strange that there is no unrar (anymore) in /usr/local/bin/. You can follow https://forums.sabnzbd.org/viewtopic.php?f=16&t=9844 to update SABnzbd on your system. First check with cat /etc/apt/s...
- January 4th, 2016, 3:58 pm
- Forum: General Help
- Topic: Unrar problem [raspberry]
- Replies: 16
- Views: 11943
Re: Unrar problem [raspberry]
Your logging is old: december 2015. So where is your current logging of SAB 0.8.0 Beta4? And why the /usr/local/bin/unrar ? Can you rename that file to something like /usr/local/bin/unrar-OLD, and then run again? i don't know why is old my time in old, how can i fix it? in raspbian is right. pi@ras...
- January 4th, 2016, 3:35 pm
- Forum: General Help
- Topic: Unrar problem [raspberry]
- Replies: 16
- Views: 11943
Re: Unrar problem [raspberry]
pi@raspberrypi ~/SABnzbd-0.8.0Beta4 $ cat ~/.sabnzbd/logs/sabnzbd.log | grep -i unrar 2015-12-18 12:00:35,528::INFO::[sabnzbdplus:458] unrar binary... found (/usr/local/bin/unrar) 2015-12-18 12:13:46,567::INFO::[sabnzbdplus:458] unrar binary... found (/usr/local/bin/unrar) 2015-12-18 12:16:31,796::...
- January 4th, 2016, 6:22 am
- Forum: General Help
- Topic: Unrar problem [raspberry]
- Replies: 16
- Views: 11943
Re: Unrar problem [raspberry]
Before you proceed: can you post the output I asked for? of course, some post ago http://forums.sabnzbd.org/viewtopic.php?f=2&t=19970&p=103642#p103640 with your version http://forums.sabnzbd.org/viewtopic.php?f=2&t=19970&p=103642#p103642 ( this output is with your version that you s...
- January 4th, 2016, 4:19 am
- Forum: General Help
- Topic: Unrar problem [raspberry]
- Replies: 16
- Views: 11943
Re: Unrar problem [raspberry]
anyway i get a version that you suggest. i do the outputsander wrote:That's old.my version is SABnzbd Version0.6.15
i try with this version, the message at the moment disappear.
you know how to autorun sabnzbd at reboot?
with previous version i edit sudo nano /etc/default/sabnzbdplus
USER=pi
but now?
- January 4th, 2016, 4:11 am
- Forum: General Help
- Topic: Unrar problem [raspberry]
- Replies: 16
- Views: 11943
Re: Unrar problem [raspberry]
I think you use an older version of SABnzbd. Can you run SABnzbd 0.8.0 beta4 like below? First stop SABnzbd. Then: cd wget 'https://github.com/sabnzbd/sabnzbd/releases/download/0.8.0Beta4/SABnzbd-0.8.0Beta4-src.tar.gz' tar xvzf SABnzbd-0.8.0Beta4-src.tar.gz cd SABnzbd-0.8.0Beta4/ ./SABnzbd.py After...
- January 3rd, 2016, 3:13 pm
- Forum: General Help
- Topic: Unrar problem [raspberry]
- Replies: 16
- Views: 11943
Re: Unrar problem [raspberry]
Can you post the output of: which unrar and unrar | head -5 and cat ~/.sabnzbd/logs/sabnzbd.log | grep -i unrar | tail -5 That will give more information about what is going on. pi@raspberrypi ~ $ which unrar /usr/bin/unrar pi@raspberrypi ~ $ unrar | head -5 UNRAR 5.30 beta 6 freeware Copyright (c)...
- January 3rd, 2016, 11:20 am
- Forum: General Help
- Topic: Unrar problem [raspberry]
- Replies: 16
- Views: 11943
Re: Unrar problem [raspberry]
Assuming you're using Raspbian: This is how I updated the unrar on my raspbian to UNRAR 5.30 beta 6 freeware: cd wget http://www.rarlab.com/rar/unrar-5.3.7-arm.gz gunzip unrar-5.3.7-arm.gz chmod +x unrar-5.3.7-arm ./unrar-5.3.7-arm That last command should show "UNRAR 5.30 beta 6 freeware"...
- January 2nd, 2016, 10:51 am
- Forum: General Help
- Topic: Unrar problem [raspberry]
- Replies: 16
- Views: 11943
Unrar problem [raspberry]
Hi to everybody, I have a little problem, because in my raspberry i have installed sabnzbd, but i can't extract .rar files Infact i have this message ⋅ Your UNRAR version is not recommended, get it from http://www.rarlab.com/rar_add.htm I read a thread in this forum about this problem but suggest to...