I joined the #fai channel nickname pommerer. But I am not shure
how to use it. In the meantime: the answer
./mk-basefile -J CENTOS7_64
Extracting: filesystem-3.2-18.el7.x86_64.rpm
failed to extract filesystem-3.2-18.el7.x86_64.rpm: 16384 cmd:
rpm2cpio /var/tmp/basefiles.u4JkGb1u/filesystem-3.2-18.el7.x86_64.rpm
| (cd /var/tmp/basefiles.u4JkGb1u ; cpio --extract
--extract-over-symlinks --make-directories --no-absolute-filenames
--preserve-modification-time) 2>/dev/null >/dev/null at
/usr/sbin/rinse line 1156.
Regards
Werner
Zitat von Thomas Lange <la...@informatik.uni-koeln.de>:
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