debian/udpkey.keyscript: Don't send network setup chatter as key.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 29 Jun 2013 16:28:02 +0000 (17:28 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 29 Jun 2013 16:30:07 +0000 (17:30 +0100)
This was why we needed two goes at fetching the key.

debian/udpkey.keyscript
udpkey.1

index bdc48a3..8ac7ae6 100755 (executable)
@@ -43,7 +43,7 @@ fi
 if [ -f /scripts/functions ]; then
   . /scripts/functions
   configure_networking
-fi
+fi >&2
 
 ## Build a command line.
 cmd="/usr/bin/udpkey -k/etc/udpkey/keyring"
index eee03dc..c489c89 100644 (file)
--- a/udpkey.1
+++ b/udpkey.1
@@ -364,13 +364,7 @@ captured response.  Periodically rekeying the random number generator
 when high-quality entropy is available \(en serves to limit the exposure
 to responses captured since the last rekeying.
 .SH BUGS
-For some mysterious reason,
-.BR cryptsetup (8)
-initially rejects a key from
-.BR udpkey ;
-but when the relevant
-.B initramfs
-script retries, everything works.  I'm not sure what's going on here.
+None known.
 .SH SEE ALSO
 .BR key (1),
 .BR crypttab (5),