Christof Petig schrieb:
private? well, I will tell you what happens in public and then try to
figure out how to make a log.
I think that this log is short enough to be sent to the list.
puck:~/localcvs/monotone> monotone --key="" pull off.net net.venge.monotone
monotone: warning: doing anonymous pull
monotone: rebuilding merkle trees for collection net.venge.monotone
monotone: [keys: 3] [mcerts: 576]
monotone: connecting to off.net
monotone: warning: caught bad_decode exception decoding input from peer
off.net: 'bad checksum 0xd755001c vs. 0x9a55131c'
Remember:
this is a big-endian unsigned-by-default-char aka trouble-is-likely
machine (powerpc)
Here's the 'log' (is there any way to get more verbose?)
monotone --verbose --key="" pull off.net net.venge.monotone
[...]
monotone: db.execute("INSERT OR REPLACE INTO merkle_nodes VALUES
('mcert', 'net.venge.monoto ...")
monotone: db.execute("COMMIT")
monotone: db.fetch("SELECT id, name, value, keypair, signature FROM
'manifest_certs' WHERE name = 'branch'")
monotone: connecting to off.net
monotone: read 47 bytes from fd 5 (peer off.net)
monotone: warning: caught bad_decode exception decoding input from peer
off.net: 'bad checksum 0x9f82fcb6 vs. 0xab8215b6'
Christof
|
|