Skip to content
This repository was archived by the owner on Oct 12, 2021. It is now read-only.

rar 5 problem #71

Open
Titeuf49 opened this issue Aug 23, 2017 · 3 comments
Open

rar 5 problem #71

Titeuf49 opened this issue Aug 23, 2017 · 3 comments

Comments

@Titeuf49
Copy link

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

@SSoft7
Copy link
Collaborator

SSoft7 commented Jan 25, 2018

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

@andykimpe
Copy link
Contributor

andykimpe commented Aug 15, 2018

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/*

@Titeuf49
Copy link
Author

Hi,
Nice thank

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants