Page 1 of 2
unrar version not recomended [Ubuntu on ARM]
Posted: March 16th, 2013, 4:38 am
by jbates58
hi all
i have just installed sab onto my ubuntu machine, and i have the unrar version is not recomended error down the bottom. i have gone to the rar_add site, but i am not sure what to donwload (i presumed the arm_ubuntu one, as thats what im using) but i dont know what to do with it, or where to put the file.
help please..
cheers
jbates58
Re: unrar version not recomended
Posted: March 16th, 2013, 5:39 am
by sander
What's the output of:
... so that we know what you're using
Re: unrar version not recomended
Posted: March 16th, 2013, 6:38 am
by jbates58
the output of: uname -a
Linux linaro-ubuntu-desktop 3.0.63-odroidx #5 SMP PREEMPT Fri Feb 15 19:59:36 KST 2013 armv7l armv7l armv7l GNU/Linux
linaro@linaro-ubuntu-desktop:~$
the outpot of: unrar | head -5
linaro@linaro-ubuntu-desktop:~$ unrar | head -5
unrar: Archive not specified
Try `unrar --help' or `unrar --usage' for more information.
linaro@linaro-ubuntu-desktop:~$
Re: unrar version not recomended
Posted: March 16th, 2013, 6:39 am
by jbates58
i have used many previous releases of this ubuntu, and sab and havent had this issue at all yet.
as far as i can tell, ubuntu is up to date etc...
Re: unrar version not recomended
Posted: March 16th, 2013, 6:55 am
by sander
Can you find out which version of unrar you're using? And can you post the output.
Maybe it just works, but SABnzbd does not recognize the output?
Here's some output of my unrar (on Ubuntu x86)
Code: Select all
sander@toverdoos:~$ unrar
UNRAR 4.00 beta 3 freeware Copyright (c) 1993-2010 Alexander Roshal
Usage: unrar <command> -<switch 1> -<switch N> <archive> <files...>
<@listfiles...> <path_to_extract\>
<Commands>
e Extract files to current directory
l[t,b] List archive [technical, bare]
Re: unrar version not recomended
Posted: March 16th, 2013, 6:58 am
by jbates58
how do i do that? im using it on an odroid-x arm board.
when i enter: unrar --version
i get: unrar 0.0.1
i have downloaded one from the site sab told me to, but i dont know where to put it.
Re: unrar version not recomended
Posted: March 16th, 2013, 8:10 am
by sander
unrar 0.0.1? Wow.
Back to the root: is SAB just complaining and is the unrarring just going well? Or is unrarring not going well? The answer to that question determines if you need to take steps.
EDIT: You run Ubuntu on ARM. Is that a real Ubuntu (provided by Canonical)? If so, I would expect unrar to be in the Ubuntu repositories ... possibly under the name "unrar-nonfree". So did you search with "apt-cache search unrar" and "apt-cache search unrar-nonfree"
Output from my ubuntu:
Code: Select all
sander@toverdoos:~$ apt-cache search unrar
libclamunrar6 - anti-virus utility for Unix - unrar support
unrar - Unarchiver for .rar files (non-free version)
comix - GTK Comic Book Viewer
unp - unpack (almost) everything with one command
unrar-free - Unarchiver for .rar files
sander@toverdoos:~$
Re: unrar version not recomended
Posted: March 16th, 2013, 8:31 am
by jbates58
sorry mate, i dont understand you log.
i am using the linaro ubuntu port on an odroid-x ARM SOC developer board.
i dont know if it works, as i havent actualy downloaded anything yet. just installing it and configuring it atm. but i have never seen this issue before, and i have used 8 or so other images of linaro.
cheers
jbates58
Re: unrar version not recomended
Posted: March 16th, 2013, 9:12 am
by sander
OK. My advice:
Do your first download (a 100MB post) and see what happens.
Can you login on your Linaro-Ubuntu-on-ARM, and type
and post the output here?
Re: unrar version not recomended
Posted: March 16th, 2013, 9:48 am
by jbates58
linaro@linaro-ubuntu-desktop:~$ sudo apt-cache search unrar
libclamunrar6 - anti-virus utility for Unix - unrar support
unrar - Unarchiver for .rar files (non-free version)
comix - GTK Comic Book Viewer
unp - unpack (almost) everything with one command
unrar-free - Unarchiver for .rar files
Re: unrar version not recomended
Posted: March 16th, 2013, 12:21 pm
by sander
What is the result of:
ls -al /usr/bin/unrar*
sudo apt-get remove unrar-free
sudo apt-get install unrar
and then again
ls -al /usr/bin/unrar*
Re: unrar version not recomended [Ubuntu on ARM]
Posted: March 16th, 2013, 10:33 pm
by jbates58
linaro@linaro-ubuntu-desktop:~$ ls -al /usr/bin/unrar*
lrwxrwxrwx 1 root root 23 Mar 16 07:34 /usr/bin/unrar -> /etc/alternatives/unrar
-rwxr-xr-x 1 root root 22728 Dec 2 2011 /usr/bin/unrar-free
then ran the install/uninstall
linaro@linaro-ubuntu-desktop:~$ ls -al /usr/bin/unrar*
lrwxrwxrwx 1 root root 23 Mar 16 07:34 /usr/bin/unrar -> /etc/alternatives/unrar
-rwxr-xr-x 1 root root 22728 Dec 2 2011 /usr/bin/unrar-free
-rwxr-xr-x 1 root root 125616 Dec 14 2011 /usr/bin/unrar-nonfree
Re: unrar version not recomended [Ubuntu on ARM]
Posted: March 16th, 2013, 10:36 pm
by jbates58
horay, that seems to have fixed it. i will let you know. still dloading a file.
cheers
jbates58
Re: unrar version not recomended [Ubuntu on ARM]
Posted: March 17th, 2013, 2:22 am
by sander
/usr/bin/unrar should link to /usr/bin/unrar-nonfree.
I don't see that in your second "ls -al" output, so I'm curious about the download/unrar result
Re: unrar version not recomended [Ubuntu on ARM]
Posted: March 19th, 2013, 4:28 am
by jcfp
sander wrote:/usr/bin/unrar should link to /usr/bin/unrar-nonfree.
It should, but this link is often indirect via the "alternatives" mechanism, for situations where more than one program "claims" a certain name. I.e., 'unrar' could be provided by both the free and the non-free incarnations (although for sab only the latter is any good). Just using ls only gets you limited info in such cases:
Code: Select all
update-alternatives --display unrar