Re: 75 second delay using telnet/ssh (ipv6 related)

2000-04-06 Thread Yoshinobu Inoue
In message 38EBB04B.13877.3416842@localhost [EMAIL PROTECTED] writes: : Is this problem just with current? I am having the same type of : problem with the sshd daemon on 4.0-STABLE We found that the records were confusing our local name server. Kill and restart it and it was fine

Re: 75 second delay using telnet/ssh (ipv6 related)

2000-04-06 Thread Warner Losh
In message [EMAIL PROTECTED] Yoshinobu Inoue writes: : Are those records defined for local machines on the local : name server? : Then, I would like to try same configuration, and could you : please give me that zone files? Machine A is trying to access a filesystem on machine B via amd +

Re: 75 second delay using telnet/ssh (ipv6 related)

2000-04-05 Thread Yoshinobu Inoue
Sorry for the inconvenience and I'll try the fix. Sorry to be late, but I tried resolver fix and it seems to work. This should remove such 75 seconds delay in apps which use getaddrinfo(). Please review and try this patches. I applied it and am running with it now,

Re: 75 second delay using telnet/ssh (ipv6 related)

2000-04-05 Thread David
On 6 Apr 2000, at 12:53, Yoshinobu Inoue wrote: Is this problem just with current? I am having the same type of problem with the sshd daemon on 4.0-STABLE David DeTinne On 6 Apr 2000, at 12:53, Yoshinobu Inoue wrote: I applied it and am running with it now, but I can't say one way or

Re: 75 second delay using telnet/ssh (ipv6 related)

2000-04-05 Thread Yoshinobu Inoue
On 6 Apr 2000, at 12:53, Yoshinobu Inoue wrote: Is this problem just with current? I am having the same type of problem with the sshd daemon on 4.0-STABLE The problem also happens on 4.0-STABLE, and my patch also applies to it. I'll MFC it to 4.0-STABLE after I confirmed it on the current.

Re: 75 second delay using telnet/ssh (ipv6 related)

2000-04-05 Thread Warner Losh
In message 38EBB04B.13877.3416842@localhost [EMAIL PROTECTED] writes: : Is this problem just with current? I am having the same type of : problem with the sshd daemon on 4.0-STABLE We found that the records were confusing our local name server. Kill and restart it and it was fine again

Re: 75 second delay using telnet/ssh (ipv6 related)

2000-04-01 Thread Yoshinobu Inoue
Hi, This is kind of weird, so I want to see if anyone else has noticed this or has a solution to it. If I use telnet or ssh (there might be more programs, but I have only noticed these two so far), and supply a hostname to it, my machine is constantly requesting records, and

Re: 75 second delay using telnet/ssh (ipv6 related)

2000-04-01 Thread Chris Piazza
On Sun, Apr 02, 2000 at 07:55:51AM +0900, Yoshinobu Inoue wrote: Sorry for the inconvenience and I'll try the fix. Sorry to be late, but I tried resolver fix and it seems to work. This should remove such 75 seconds delay in apps which use getaddrinfo(). Please review and try this

Re: 75 second delay using telnet/ssh (ipv6 related)

2000-04-01 Thread Yoshinobu Inoue
Sorry for the inconvenience and I'll try the fix. Sorry to be late, but I tried resolver fix and it seems to work. This should remove such 75 seconds delay in apps which use getaddrinfo(). Please review and try this patches. I applied it and am running with it now, but I can't

Re: 75 second delay using telnet/ssh (ipv6 related)

2000-03-20 Thread Visigoth
On Sun, 19 Mar 2000, Chris Piazza wrote: If I use telnet or ssh (there might be more programs, but I have only noticed these two so far), and supply a hostname to it, my machine is constantly requesting records, and finally after 75 seconds it requests and receives an A record from

Re: 75 second delay using telnet/ssh (ipv6 related)

2000-03-20 Thread Chris Piazza
On Mon, Mar 20, 2000 at 11:33:24AM -0600, Visigoth wrote: On Sun, 19 Mar 2000, Chris Piazza wrote: If I use telnet or ssh (there might be more programs, but I have only noticed these two so far), and supply a hostname to it, my machine is constantly requesting records, and

Re: 75 second delay using telnet/ssh (ipv6 related)

2000-03-20 Thread 梅本 肇
On Mon, 20 Mar 2000 12:02:21 -0800 Chris Piazza [EMAIL PROTECTED] said: According to Mr. Stevens (Unix Network Programing Vol 1 chapt 9.4) this option, or having the env. variable RES_OPTIONS=inet6 set will cause the behavior you are describing... It's a behavior of gethostbyname().

Re: 75 second delay using telnet/ssh (ipv6 related)

2000-03-20 Thread Yoshinobu Inoue
Hi. Hi, This is kind of weird, so I want to see if anyone else has noticed this or has a solution to it. If I use telnet or ssh (there might be more programs, but I have only noticed these two so far), and supply a hostname to it, my machine is constantly requesting records, and

75 second delay using telnet/ssh (ipv6 related)

2000-03-19 Thread Chris Piazza
Hi. This is kind of weird, so I want to see if anyone else has noticed this or has a solution to it. If I use telnet or ssh (there might be more programs, but I have only noticed these two so far), and supply a hostname to it, my machine is constantly requesting records, and finally after