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.sfvmktemp: 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 .
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 .