monotone-devel
[Top][All Lists]
Advanced

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

[Monotone-devel] bug: monotone serve w/ long passphrase


From: Stefan Karpinski
Subject: [Monotone-devel] bug: monotone serve w/ long passphrase
Date: Sat, 24 Sep 2005 00:30:33 -0700

Monotone reports the following bug. Here's the short version:

$ monotone --db=~/monotone/sex.db serve basin.cs.ucsb.edu "org.leezard.*"
enter passphrase for key ID address@hidden:
monotone: fatal: std::exception: Botan: ARC4 cannot accept a key of length 33
monotone: this is almost certainly a bug in monotone.
monotone: please send this error message, the output of 'monotone -- full-version', monotone: and a description of what you were doing to monotone- address@hidden
monotone: discarding debug log (maybe you want --debug or --dump?)

And the long version (with --debug on):

$ monotone --db=~/monotone/sex.db serve basin.cs.ucsb.edu "org.leezard.*" --debug monotone: started up on Linux 2.4.20-37.9.legacy #1 Mon Sep 27 20:07:09 EDT 2004 i686 monotone: command line: 'monotone', '--db=~/monotone/sex.db', 'serve', 'basin.cs.ucsb.edu', 'org.leezard.*', '--debug'
monotone: set locale: LC_CTYPE=en_US.UTF-8, LC_MESSAGES=en_US.UTF-8
monotone: initial path is /cs/student/sgk
monotone: searching for 'MT' directory with root '/'
monotone: 'MT' not found in '/cs/student/sgk' with '' removed
monotone: 'MT' not found in '/cs/student' with 'sgk' removed
monotone: 'MT' not found in '/cs' with 'student/sgk' removed
monotone: search for 'MT' ended at '/' with 'cs/student/sgk' removed
monotone: '/MT' does not exist
monotone: skipping nonexistent rcfile '/cs/student/sgk/.monotone/ monotonerc'
monotone: skipping nonexistent rcfile 'MT/monotonerc'
monotone: executing serve command
monotone: prepared statement SELECT id FROM private_keys
monotone: binding 0 parameters for SELECT id FROM private_keys
monotone: prepared statement SELECT id FROM private_keys WHERE id = ?
monotone: binding 1 parameters for SELECT id FROM private_keys WHERE id = ?
monotone: binding 1 with value 'address@hidden'
monotone: prepared statement SELECT id FROM public_keys WHERE id = ?
monotone: binding 1 parameters for SELECT id FROM public_keys WHERE id = ?
monotone: binding 1 with value 'address@hidden'
monotone: prepared statement SELECT keydata FROM public_keys WHERE id = ? monotone: binding 1 parameters for SELECT keydata FROM public_keys WHERE id = ?
monotone: binding 1 with value 'address@hidden'
monotone: binding 1 parameters for SELECT id FROM private_keys WHERE id = ?
monotone: binding 1 with value 'address@hidden'
monotone: prepared statement SELECT keydata FROM private_keys WHERE id = ? monotone: binding 1 parameters for SELECT keydata FROM private_keys WHERE id = ?
monotone: binding 1 with value 'address@hidden'
monotone: lua isfunction() failed in get_fn
monotone: base64-decoding 856-byte private key
monotone: lua isfunction() failed in get_fn
enter passphrase for key ID address@hidden:
monotone: running arc4 process on 631 bytes of data
monotone: statement cache statistics
monotone: prepared 5 statements
monotone: 1 executions of SELECT id FROM private_keys
monotone: 2 executions of SELECT id FROM private_keys WHERE id = ?
monotone: 1 executions of SELECT id FROM public_keys WHERE id = ?
monotone: 1 executions of SELECT keydata FROM private_keys WHERE id = ?
monotone: 1 executions of SELECT keydata FROM public_keys WHERE id = ?
monotone: fatal: std::exception: Botan: ARC4 cannot accept a key of length 33
monotone: this is almost certainly a bug in monotone.
monotone: please send this error message, the output of 'monotone -- full-version', monotone: and a description of what you were doing to monotone- address@hidden
monotone: discarding debug log (maybe you want --debug or --dump?)

The version of monotone I was using was the pre-compiled linux version available from the site:

$ monotone --full-version
monotone 0.22 (base revision: 69129c6df327273da0483a0277a72be1801a9a27)
Running on: Linux 2.4.20-37.9.legacy #1 Mon Sep 27 20:07:09 EDT 2004 i686
Changes since base revision:

new_manifest [e8cb9a1b407e1e7ce561f9771c34d7b28fe157c2]

old_revision [69129c6df327273da0483a0277a72be1801a9a27]
old_manifest [e8cb9a1b407e1e7ce561f9771c34d7b28fe157c2]


  Generated from data cached in the distribution;
  further changes may have been made.

  Generated from data cached in the distribution;
  further changes may have been made.

--
Stefan Karpinski <address@hidden>
Mobility Management and Networking (MOMENT) Laboratory
Department of Computer Science
University of California Santa Barbara
http://moment.cs.ucsb.edu/





reply via email to

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