>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
> On Tue, 17 Sep 2019 11:20:42 +, Frank Morawietz
> said:
> 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/d
Hi all,
is there any relationship between fcopy and /dev/null ?
The fcopy commands works in my new hook and successfully copies config files
onto the to-be-installed system.
But every time fcopy is used, it complains...
"Can't open /dev/null: No such file or directory"
..