rapidleech icon indicating copy to clipboard operation
rapidleech copied to clipboard

rar 5 problem

Open Titeuf49 opened this issue 7 years ago • 3 comments

Hello, Since the update for rar5, there are problems of decompression for big files of more than 1Gb. After a while he displays this:

"FILE_EXISTS"

After a refresh of the files, actually the file is there with the right size! But before the update, there was no problem! Thank

Titeuf49 avatar Aug 23 '17 12:08 Titeuf49

Try Again,There was an update with RAR 5 recently.

SSoft7 avatar Jan 25 '18 04:01 SSoft7

yes update rar file using online officiel rar website

https://rarlab.com/download.htm

execut eg command on ssh for update

update for 64bit server

cd your rapidleech

eg

cd /var/www/html/
rm -rf rar
wget https://rarlab.com/rar/rarlinux-x64-5.6.0.tar.gz
tar -xvf rarlinux-x64-5.6.0.tar.gz
rm -f rarlinux-x64-5.6.0.tar.gz
chmod -R 777 rar
chmod -R 777 rar/*

update for 32bit server

cd your rapidleech

eg

cd /var/www/html/
rm -rf rar
wget https://rarlab.com/rar/rarlinux-5.6.0.tar.gz
tar -xvf rarlinux-5.6.0.tar.gz
rm -f rarlinux-5.6.0.tar.gz
chmod -R 777 rar
chmod -R 777 rar/*

andykimpe avatar Aug 15 '18 20:08 andykimpe

Hi, Nice thank

Titeuf49 avatar Aug 16 '18 14:08 Titeuf49