monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-devel] bad server signature with 0.15


From: Nicholas Brown
Subject: [Monotone-devel] bad server signature with 0.15
Date: Wed, 10 Nov 2004 10:23:55 +0000
User-agent: KMail/1.7.1

I've just grabbed the 0.15 tarball and built/installed it.
However I'm hitting a error while following the self hosting instructions, 
monotone claims that there is a "bad server signature"

Am I doing something wrong or is this bug or is the key on the selfhosting 
page incorrect?

thanks,
Nick

monotone --db=monotone.db db init

monotone --debug --db=monotone.db read <keys.txt
monotone: set locale: LC_CTYPE=en_GB, LC_MESSAGES=en_GB
monotone: options path is MT/options
monotone: converting 2 bytes from UTF-8 to ISO-8859-1
monotone: converting 7 bytes from UTF-8 to ISO-8859-1
monotone: converting 8 bytes from ISO-8859-1 to UTF-8
monotone: converting 7 bytes from ISO-8859-1 to UTF-8
monotone: converting 16 bytes from ISO-8859-1 to UTF-8
monotone: converting 4 bytes from ISO-8859-1 to UTF-8
monotone: skipping nonexistent rcfile '/home/nicbrown/.monotonerc'
monotone: skipping nonexistent rcfile 'MT/monotonerc'
monotone: executing read command
monotone: read key data packet
monotone: db.execute("BEGIN")
monotone: db.fetch("SELECT name FROM sqlite_master WHERE type='view'")
monotone: db.execute("DROP VIEW 'manifest_certs_with_trust'")
monotone: db.execute("DROP VIEW 'trusted_manifest_certs'")
monotone: db.execute("DROP VIEW 'revision_certs_with_trust'")
monotone: db.execute("DROP VIEW 'trusted_revision_certs'")
monotone: db.execute("DROP VIEW 'trusted_parents_in_branch'")
monotone: db.execute("DROP VIEW 'trusted_children_in_branch'")
monotone: db.execute("DROP VIEW 'branch_heads'")
monotone: db.execute("-- view-schema for the sql database. this file is 
converted into a
--  ...")
monotone: db.fetch("SELECT id FROM public_keys WHERE id = 'address@hidden'")
monotone: db.execute("INSERT INTO public_keys 
VALUES('70a0f283898a18815a83df37c902e5f1492e9a ...")
monotone: db.execute("COMMIT")
monotone: read 1 packet

monotone --debug --db=monotone.db --key="" pull off.net net.venge.monotone
monotone: set locale: LC_CTYPE=en_GB, LC_MESSAGES=en_GB
monotone: options path is MT/options
monotone: converting 2 bytes from UTF-8 to ISO-8859-1
monotone: converting 7 bytes from UTF-8 to ISO-8859-1
monotone: converting 8 bytes from ISO-8859-1 to UTF-8
monotone: converting 7 bytes from ISO-8859-1 to UTF-8
monotone: converting 16 bytes from ISO-8859-1 to UTF-8
monotone: converting 6 bytes from ISO-8859-1 to UTF-8
monotone: converting 4 bytes from ISO-8859-1 to UTF-8
monotone: converting 7 bytes from ISO-8859-1 to UTF-8
monotone: converting 18 bytes from ISO-8859-1 to UTF-8
monotone: skipping nonexistent rcfile '/home/nicbrown/.monotonerc'
monotone: skipping nonexistent rcfile 'MT/monotonerc'
monotone: executing pull command
monotone: warning: doing anonymous pull
monotone: db.execute("BEGIN")
monotone: db.fetch("SELECT name FROM sqlite_master WHERE type='view'")
monotone: db.execute("DROP VIEW 'manifest_certs_with_trust'")
monotone: db.execute("DROP VIEW 'trusted_manifest_certs'")
monotone: db.execute("DROP VIEW 'revision_certs_with_trust'")
monotone: db.execute("DROP VIEW 'trusted_revision_certs'")
monotone: db.execute("DROP VIEW 'trusted_parents_in_branch'")
monotone: db.execute("DROP VIEW 'trusted_children_in_branch'")
monotone: db.execute("DROP VIEW 'branch_heads'")
monotone: db.execute("-- view-schema for the sql database. this file is 
converted into a
--  ...")
monotone: rebuilding merkle trees for collection net.venge.monotone
monotone: db.execute("DELETE FROM merkle_nodes WHERE type = 'rcert' AND 
collection = 'net.ve ...")
monotone: db.execute("INSERT OR REPLACE INTO merkle_nodes VALUES ('rcert', 
'net.venge.monoto ...")
monotone: db.execute("DELETE FROM merkle_nodes WHERE type = 'mcert' AND 
collection = 'net.ve ...")
monotone: db.execute("INSERT OR REPLACE INTO merkle_nodes VALUES ('mcert', 
'net.venge.monoto ...")
monotone: db.execute("DELETE FROM merkle_nodes WHERE type = 'fcert' AND 
collection = 'net.ve ...")
monotone: db.execute("INSERT OR REPLACE INTO merkle_nodes VALUES ('fcert', 
'net.venge.monoto ...")
monotone: db.execute("DELETE FROM merkle_nodes WHERE type = 'key' AND 
collection = 'net.veng ...")
monotone: db.execute("INSERT OR REPLACE INTO merkle_nodes VALUES ('key', 
'net.venge.monotone ...")
monotone: db.fetch("SELECT id, name, value, keypair, signature FROM 
'revision_certs' WHERE name = 'branch'")
monotone: db.execute("COMMIT")
monotone: db.fetch("SELECT id, name, value, keypair, signature FROM 
'revision_certs' WHERE name = 'branch'")
monotone: db.execute("BEGIN")
monotone: connecting to off.net
monotone: read 47 bytes from fd 7 (peer off.net)
monotone: processing 0 byte input buffer from peer off.net
monotone: received 'hello' netcmd from server 
'70a0f283898a18815a83df37c902e5f1492e9aa2' with nonce 
'813ff434532b62dc106b60fb57f9884827461321'
monotone: db.fetch("SELECT id FROM public_keys WHERE hash = 
'70a0f283898a18815a83df37c902e5f1492e9aa2'")
monotone: wrote 47 bytes to fd 7 (peer off.net), 0 remain in output buffer
monotone: read 138 bytes from fd 7 (peer off.net)
monotone: processing 0 byte input buffer from peer off.net
monotone: received 'confirm' netcmd from server 
'70a0f283898a18815a83df37c902e5f1492e9aa2' for collection 
'net.venge.monotone' in source mode
monotone: db.fetch("SELECT id FROM public_keys WHERE hash = 
'70a0f283898a18815a83df37c902e5f1492e9aa2'")
monotone: db.fetch("SELECT id, keydata FROM public_keys where hash = 
'70a0f283898a18815a83df37c902e5f1492e9aa2'")
monotone: building verifier for 160-byte pub key
monotone: checking 175-byte (128 decoded) signature
monotone: warning: bad server signature
monotone: terminated exchange with off.net
monotone: [bytes in: 185] [bytes out: 47]
monotone: db.execute("COMMIT")

monotone --db=monotone.db pubkey address@hidden
[pubkey address@hidden
MIGdMA0GCSqGSIb3DQEBAQUAA4GLADCBhwKBgQCkVU7BYI5bRRJmkJc8gomO9WdTTGG10Lmh
PdAEqD6sSdsMkTC9okfsQQ8obE+GODrFa70fX5PJNevNoE+Ryxzu+xtJjmuR2tYTeRNwNa0F
dIo/QLteQ4Vwh5162It1kPhLKb1Ki62ZG8aw6ATS4GQVJPci2g1lpn1RG0Z+fFdFJQIBEQ==
[end]




reply via email to

[Prev in Thread] Current Thread [Next in Thread]