[Mono-bugs] [Bug 49273][Blo] Changed - Very slow connection via Npgsql from mono 0.26

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 16 Nov 2003 09:41:35 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by fxjrlists@yahoo.com.br.

http://bugzilla.ximian.com/show_bug.cgi?id=49273

--- shadow/49273	2003-11-03 05:40:48.000000000 -0500
+++ shadow/49273.tmp.27506	2003-11-16 09:41:35.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 49273
 Product: Mono/Runtime
 Version: unspecified
 OS: unknown
 OS Details: Red Hat Linux 9 with Nicquist G2.4 Rpms
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Blocker
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: yakeen@sannyas-on.net               
 QAContact: mono-bugs@ximian.com
@@ -80,6 +80,24 @@
 started work as in mono 0.25. Curious. There wasn't in this case
 unreachable...
 my /etc/hosts seems to be ok
 # Do not remove the following line, or various programs
 # that require network functionality will fail.
 127.0.0.1 eserver localhost.localdomain localhost
+
+------- Additional Comments From fxjrlists@yahoo.com.br  2003-11-16 09:41 -------
+
+The problem is the lack of the mapping of localhost in /etc/hosts in
+the ipv6 format.
+
+From the ethereal files David sent me, I could notice some ipv6 name
+queries.
+
+I could get it working by adding the folloing entry in /etc/hosts file:
+
+::1 hostname localhost.localdomain localhost
+
+Please, give it a try and let me know if you still get the same problem.
+
+Thanks for pointing it out.
+
+