Subject: Re: pkg/36887 (Add package for microdc2)
To: None <heinz@NetBSD.org, gnats-admin@netbsd.org, pkgsrc-bugs@netbsd.org,>
From: Klaus Heinz <k.heinz.sep.sieben@kh-22.de>
List: pkgsrc-bugs
Date: 09/15/2007 21:40:07
The following reply was made to PR pkg/36887; it has been noted by GNATS.

From: Klaus Heinz <k.heinz.sep.sieben@kh-22.de>
To: gnats-bugs@NetBSD.org
Cc: d.den.brok@uni-bonn.de
Subject: Re: pkg/36887 (Add package for microdc2)
Date: Sat, 15 Sep 2007 23:39:29 +0200

 Hi,
 
 is this the expected behaviour?
 
   microdc2> connect localhost
   Looking up IP address for localhost
   localhost: Cannot look up address - servname not supported for ai_socktype
 
   microdc2> connect localhost:3000
   Looking up IP address for localhost
   localhost: Cannot look up address - servname not supported for
   ai_socktype
 
   microdc2> connect 127.0.0.1:3000
   Connecting to hub on 127.0.0.1:3000.
   Connected to hub from 127.0.0.1:64446.
   Hub name is Open DC Hub.
   Public: <Hub-Security> This hub is running version 0.7.15 of Open DC Hub.
   Nick accepted. You are now logged in.
   Private: [microdc2 From: Hub ] Welcome to the hub. Enjoy your stay.
 
 This looks like the "connect" command is unable to use DNS names.
 
 ciao
      Klaus