|
Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...
|
Re: Error in function 9 during a post: msg#00077
|
Subject: |
Re: Error in function 9 during a post |
graydon hoare wrote:
Kevin Smith <monotone@xxxxxxxxxxxxxxx> writes:
I'm surprised, it really ought to try to post anything in the outgoing
queue, no matter what. could you run 'post' with --verbose and send
the output?
See below.
By the way, since my last message I blew away my database, re-created
it, re-fetched from your depot, committed two file adds, and then
retried the post. It again gave one error 9, and then says nothing each
subsequent time I run it. Just like before.
Also, I'm using the released 0.7 right now.
Kevin
-----
kevins@debian:~/work/monotone$ monotone post --verbose
monotone: opening rcfile '/home/kevins/.monotonerc' ... monotone: ok
monotone: executing post command
monotone: no URL provided, posting all queued targets
monotone: db.fetch("SELECT url FROM posting_queue GROUP BY url")
monotone: parsed URL: proto 'http', user '', host '10.20.30.10', port
'80', path '/cgi-bin/monotone/depot.cgi', group 'main'
monotone: found 1 targets for posting
monotone: parsed URL: proto 'http', user '', host '10.20.30.10', port
'80', path '/cgi-bin/monotone/depot.cgi', group 'main'
monotone: db.fetch("SELECT content FROM posting_queue WHERE url =
'http://10.20.30.10/cgi-bin/monotone/depot.cgi/main'")
monotone: db.fetch("SELECT id FROM private_keys WHERE id =
'coder@xxxxxxxxxxxxxxx'")
monotone: db.fetch("SELECT keydata FROM private_keys where id =
'coder@xxxxxxxxxxxxxxx'")
monotone: base64-decoding 856-byte private key
monotone: lua isfunction() failed in get_fn
enter passphrase for key ID [coder@xxxxxxxxxxxxxxx] :
monotone: running arc4 process on 633 bytes of data
monotone: building signer from 633-byte decrypted private key
monotone: produced 128-byte signature
monotone: resolving name 10.20.30.10
monotone: 10.20.30.10 considered a raw IP address, returning
monotone: resolved '10.20.30.10' as '10.20.30.10'
monotone: connecting to port number 80
monotone: HTTP -> 'POST
/cgi-bin/monotone/depot.cgi?q=post&group=main&user=coder@xxxxxxxxxxxxxxx&sig=7d1624bcca954f328fdee5c9dc66cbc19a3e251ccd3ac92ff3f8fc62024656988ce37664aa29368732e4355ffa75272c2d45ce3e1cd2336d5dd64972ff0104045000b66f9d12c955a9240376300d1ce394admonotone:
HTTP -> 'Host: 10.20.30.10'
monotone: HTTP -> 'Content-Length: 1580104'
|
| |