monotone-devel
[Top][All Lists]
Advanced

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

[Monotone-devel] coLinux and 0.26pre1: Address family not supported by p


From: Henry Nestler
Subject: [Monotone-devel] coLinux and 0.26pre1: Address family not supported by protocol
Date: Wed, 18 Jan 2006 18:21:30 +0100
User-agent: Mozilla Thunderbird 0.6 (Windows/20040502)

Hello,

after testing some variants, here is the final state.  :-(

mt026-semistatic.txt:
Run as server on port 55555 don't work.

+ monotone-0.26pre1-x86-semistatic --db=colinux-testing.db --rcfile=serv_anonymous.lua serve --bind=monotone.colinux.org:55555 '*'
monotone: network error: name resolution failure for monotone.colinux.org

Full debug listing:
http://www.henrynestler.com/monotone-trace/debug-bind-semistatic.txt

Next try. Only port. Same problem:
http://www.henrynestler.com/monotone-trace/debug-bind-port-semistatic.txt

A command "host monotone.colinux.org" give me the right ipaddress.

This is not a problem in semistatic only. monotone-0.26pre1-linux-x86 has same error, after update GLIBC 6. But this is an other story. :)

Some more logs, debugs and strace listings you can get from web:
http://www.henrynestler.com/monotone-trace/

--
Henry Nestler
address@hidden mt-0.26]$ ./monotone-0.26pre1-x86-semistatic --full-version
monotone 0.26pre1 (base revision: a0d2b450c6ee230bb77275eae8ae1d9335aba4da)
Running on: Linux 2.4.20-31.9 #1 Tue Apr 13 18:04:23 EDT 2004 i686
Changes since base revision:
new_manifest [300bed96d647940aea20c37d1afc1d916a44aa95]

old_revision [a0d2b450c6ee230bb77275eae8ae1d9335aba4da]
old_manifest [300bed96d647940aea20c37d1afc1d916a44aa95]


  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.

  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.

----
address@hidden mt-0.26]$ ./monotone-0.26pre1-x86-semistatic 
--db=colinux-testing.db db migrate
monotone: calculating necessary migration steps
enter passphrase for key ID [henry]:
monotone: moving key 'henry' from database to /home/henry/.monotone/keys
monotone: committing changes to database
monotone: optimizing database

----
address@hidden mt-0.26]$ ./monotone-0.26pre1-x86-semistatic 
--db=colinux-testing.db --rcfile=serv_anonymous.lua serve 
--bind=monotone.colinux.org:55555 '*'
monotone: network error: name resolution failure for monotone.colinux.org

----
address@hidden mt-0.26]$ host monotone.colinux.org
monotone.colinux.org has address 66.36.228.15

----
address@hidden mt-0.26]$ host -a monotone.colinux.org
Trying "monotone.colinux.org"
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 5952
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;monotone.colinux.org.          IN      ANY

;; ANSWER SECTION:
monotone.colinux.org.   1773    IN      A       66.36.228.15

Received 54 bytes from 66.36.226.110#53 in 16 ms

----
address@hidden mt-0.26]$ ./monotone-0.26pre1-x86-semistatic 
--db=colinux-testing.db --rcfile=serv_anonymous.lua serve 
--bind=66.36.228.15:55555 '*'
monotone: network error: name resolution failure for 66.36.228.15

----
address@hidden mt-0.26]$ ./monotone-0.26pre1-x86-semistatic 
--db=colinux-testing.db --rcfile=serv_anonymous.lua serve --bind=:55555 '*'
monotone: fatal: std::runtime_error: network error: failure from socket(2): 
Address family not supported by protocol
monotone:
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 address@hidden
monotone: discarding debug log (maybe you want --debug or --dump?)

reply via email to

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