>>>>> On Thu, 26 Nov 2015 15:20:30 +0100, Werner Pommerer >>>>> <werner.pomme...@uni-hohenheim.de> said:
> I did: > rm -rf /var/cache/rinse/* > but it's still the same: I would be nice, if you could join the #fai channel. Then we do not need that many email, and I can help you much quicker. Next step is to patch the rinse script to get more error messages: < system($cmd) == 0 or die "failed to extract $name: $?"; --- > system($cmd) == 0 or die "failed to extract $name: $? cmd: $cmd"; -- regards Thomas