Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Been using unrar versions 3.71 beta 1 and 3.40 beta 1 and having errors with some recent downloaded RAR file. The same RAR archive extracts fine using 7-zip on Win32. Is anyone using a better tool on the DNS-323 for RAR archives than these two version of unrar that I have ?
I see that there is some kind of 7-zip built for ARM, but am clueless how to get it into a DNS-323
http://packages.debian.org/unstable/utils/p7zip
TIA
Offline
I remember having also once a weird problem with unrar 3.71 beta 1.
One folder with file inside the rar gave some kind of crc error and was not extracted. ![]()
This file was giving no problems with unrar for Windows.
I guess we have to live with it that sometimes you need a Windows box.
Offline
There're various way of getting packages for DNS-323.
One way is to setup optware ipkg http://wiki.dns323.info/howto:optware
then "ipkg update; ipkg install p7zip"
Offline
Thanks for the ipkg link, after successfully installing it I now find that the 7za binary built for the DNS-323 does NOT support RAR files...
drat drat drat... anyone have a different utility that can deal with RAR files on the DNS-323 ?
Offline
Same problems here with unrar 3.71 beta freeware on a CH3SNAS. Some rar archives can not be extracted with unrar 3.71 beta, but extract fine with XP winrar... Very inconvenient!
Offline
I have looked into this as well, trying it with the latest sources available from rarlab at http://www.rarlab.com/rar/unrarsrc-3.9.3.tar.gz
It is actually quite simple to build (just use the provided makefile.unix) to build on your DNS323 use
make -f makefile.unix unrar
to build the unrar binary. Latest sources are 3.90 beta 2.
However, the same problem is there (CRC failed). I found the code that actually determines the CRC_ERROR at the extract.cpp file, line 833 and 834. A check is done on the CRC of the unpacked file and the data IO. I am not sure what actually happens, but in GDB I see that the CRCs are indeed not the same. However, when unpacking the same rar sets on windows using winrar, there is no problem at all....
Offline
I have now build the unrar executable from the same sources but on Windows using MinGW. The windows binary build actually works. So the problem seems not to lie in the sources but in the environment. Differences are that MinGW has the 3.4.5 version of G++, while the cross-compiled one on the DNS323 (provided by ffp) is 4.1.3. Maybe there is a problem there? Anyone any idea?
Offline
Now unrar plugin has been added to optware p7zip ipk.
Another difference is libc, DNS323 uses uclibc. Would be interesting to see how unrar/p7zip under chroot debian fares.
Offline
bzhou wrote:
Now unrar plugin has been added to optware p7zip ipk.
Another difference is libc, DNS323 uses uclibc. Would be interesting to see how unrar/p7zip under chroot debian fares.
Are you saying the current ipkg works for you? no more crc errors?
p7zip_4.65-2_arm.ipk 05-Jun-2009 05:07 1.9M
looks like it was just updated today
Offline
I only tested p7zip on other optware feeds. Since I don't have DNS323, I'd rely on other people to test and report.
Offline
Can we use p7zip with nzbget?
This unrar crc error is the only problem I have when using nzbget.
I would like to fix it.
Offline
I installed optware, and both packages unrar and p7zip from the repository at http://ipkg.nslu2-linux.org/feeds/optwa … /unstable/
The unrar version is 3.80 freeware, the 7zip version is 9.04 beta. I have a RAR archive which unpacks fine using Windows unrar, but does not work with the unrar on DNS323. I've tried both the optware unrar and 7zip on this archive, but with no luck...
Still no fix for these stubborn archives that seem to be able to be uncompressed on windows only.... Weird. Anybody else had more luck with it?
Last edited by faethon (2009-06-19 22:03:34)
Offline
Anybody some more luck investigating this problem?
Offline
bumping this message once more.
Maybe someone has found a solution for this problem.
Offline
I have downloaded terrabytes with nzbget already and before that i was having severe issues with finding and using the correct unrar
ULI has made a package for unrar and I am using it for my nzbget installation I created for those who has not a lot of scripting skills
find here the unrar I am really happy about http://www.aroundmyroom.com/ch3snas-fun … .7.8-1.tgz
and to be honest, not all files will be 100% unpacked correctly, sometimes i see that the RAR files do have a CRC error, than it's (for nzbget) just not unpacked available in the Download folder.
but 99% of all my usenet files are unpacked without issue, but than with this version of unrar cause others do crash or have strange behaviour.
Offline