On Tue, 2008-07-29 at 09:59 +0100, Philip Hannent wrote: > Hello, > > I tried to to an anonymous pull from two different servers using the native > windows build and it failed. I only have the get_passphrase function in my > monotonerc file. If I use MinGW bash shell and use monotone from that it > works > fine.
The particular error you're getting is that the server doesn't recognize your key. Does giving "--key=" work (anonymous pull, don't use a key at all)? I believe the native and cygwin versions look in different places for the config (and key store) directory, which would explain why one works and the other doesn't. > Also I tried to use the bug tracking system at savannah and it is awful! I > had > to register, wait to an email confirmation, login, type the report, hit > submit > be informed that I need to be logged in and enter a number, realise that it > lost > all that I had typed, logged in, was informed I didn't have a mygroup setup. > At > that point I lost interest and decided to email instead. > > Regards > Phil Hannent > > Some basics: > H:\mtn\elm.lynx>mtn version --full > monotone 0.40 (base revision: 5ccc279f9dea0444b47f03dd5291ecc985fcb7f6) > Running on : Windows NT/2000/XP/2003 (5.1, build 2600, Service Pack > 2) > on ia32 (level 15, rev 521) > C++ compiler : GNU C++ version 3.4.5 (mingw special) > C++ standard library: GNU libstdc++ version 20051201 > Boost version : 1_34_1 > Changes since base revision: > format_version "1" > > new_manifest [0fcbb0ac9e81ed63e9594ffb2807ece15035b31a] > > old_revision [dedb7e96fe917e0e8a30862b38e8092eefd7afa3] > > patch "win32/monotone.iss" > from [fe681cbaf7a90c2b7d01a5f529a975bc062ae04e] > to [35a5602603ccd6435f5ca667fa6824d7c5ef5def] > > Generated from data cached in the distribution; > further changes may have been made. > > > > To reproduce: > H:\mtn\test>mtn db init -d pidgin.mtn > > H:\mtn\test>mtn -d pidgin.mtn pull pidgin.im "im.pidgin.pidgin" > mtn: setting default server to pidgin.im > mtn: setting default branch include pattern to 'im.pidgin.pidgin' > mtn: setting default branch exclude pattern to '' > mtn: connecting to pidgin.im > mtn: first time connecting to server pidgin.im > mtn: I'll assume it's really them, but you might want to double-check > mtn: their key's fingerprint: 42a055d77e641de411e118d121cfc598ec0e7725 > mtn: warning: saving public key for [EMAIL PROTECTED] to database > mtn: finding items to synchronize: > mtn: warning: protocol error while processing peer pidgin.im: 'received > network > error: remote public key hash '769eb7a4b026f61b29ec2e74a7f07 > 73128f22ad9' is unknown' > mtn: ticks: >="bytes in"/1024, <="bytes out"/1024, c="certs in"/3 > mtn: ><c > mtn: error: processing failure while talking to peer pidgin.im, disconnecting > > Or: > H:\mtn>mtn -d guitone.mtn pull "guitone.thomaskeller.biz" > "net.venge.monotone.guitone" > mtn: connecting to guitone.thomaskeller.biz > mtn: finding items to synchronize: > mtn: warning: protocol error while processing peer guitone.thomaskeller.biz: > 'received network error: remote public key hash '769eb7a4b026f6 > 1b29ec2e74a7f0773128f22ad9' is unknown' > mtn: ticks: >="bytes in"/1024, <="bytes out"/1024, c="certs in"/3 > mtn: ><c > mtn: error: processing failure while talking to peer > guitone.thomaskeller.biz, > disconnecting > > > > > _______________________________________________ > Monotone-devel mailing list > [email protected] > http://lists.nongnu.org/mailman/listinfo/monotone-devel _______________________________________________ Monotone-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/monotone-devel
