>You have to use
>mknod --mode=666 $target/dev/null c 1 3
That was the key, now the error message is gone.
Thanks!
Frank
--
Frank Morawietz
IT Systems Administrator Global Computational Chemistry & Biology
Healthcare | Discovery Development Technologies
Merck
Merck Healthcare KGaA | Frankfurte
> On Tue, 17 Sep 2019 12:54:48 +, Frank Morawietz
> said:
> I added the mknod command ("mknod --mode=666 /dev/null c 1 3") to the
repository hook, right before calling fcopy the first time.
You have to use
mknod --mode=666 $target/dev/null c 1 3
Maybe /dev/null is needed in the
>> But every time fcopy is used, it complains…
>> “Can’t open /dev/null: No such file or directory”
>I guess this comes from a redirect of some output to /dev/null.
>I've checked the basefiles on
>http://fai-project.org/download/basefiles/
>
>and the debian, centos, Ubuntu basefiles have