arfoll / unrarall

bash script to unrar everything and cleanup in a given directory
GNU General Public License v3.0
260 stars 68 forks source link

Get error at unrar #54

Closed SpeedyLR closed 4 years ago

SpeedyLR commented 4 years ago

I'm testing this script on a raspberry pi 4 under raspbian lite, but get this error after execute:

pi@rpi:~ $ cd /my/test/dir && /home/pi/unrarall/unrarall --clean=all --force . Working over directory "/my/test/dir" Running cksfv using my.test.file.sfv mktemp: too few X's in template ‘unrarall’ Failed to create a temporary directory to handle extraction

What's going wrong?

Thanks, Speedy

EDIT: Solved, with root access. With follow call works the script fine: cd /my/test/dir && sudo /home/pi/unrarall/unrarall --clean=all --force .