Jeff Bailey <[EMAIL PROTECTED]> writes:
> In my ongoing quest to `lsh'ize the GNU servers, I'm now testing native
> lsh keys. On every machine I try to generate I get the following:
>
> $ lsh_keygen | lsh_writekey
> lsh_writekey: File exists
lsh_writekey doesn't like overwriting existing key files (it opens
them with O_EXCL). What behaviour would you prefer? Not using O_EXCL?
Improving the error message? Adding a --force flag?
Anyway,
rm ~/.lsh/identity ~/.lsh/identity.pub && lsh_keygen | lsh_writekey
should work.
> One thing. I notice that configure complained about an old M4
> implementation, but it didn't fail so I assumed that this was another
> case where it only mattered if I changed source files.
You're right. A newer m4 is needed only for generating some files in
the src/testsuite.
/Niels