From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/7617 Path: main.gmane.org!not-for-mail From: Klaus Schniedergers Newsgroups: gmane.emacs.gnus.general Subject: Re: Cannot open server errors Date: 16 Aug 1996 16:06:16 +0200 Sender: eedksc%teamos30@ifi.uio.no Message-ID: References: <199608101931.PAA01738@justine.elastica.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.76) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035147905 7896 80.91.224.250 (20 Oct 2002 21:05:05 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:05:05 +0000 (UTC) Cc: ding@ifi.uio.no Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.7.5/8.6.9) with SMTP id HAA04421 for ; Fri, 16 Aug 1996 07:20:48 -0700 Original-Received: from mailgate.ericsson.se (mailgate.ericsson.se [130.100.2.2]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Fri, 16 Aug 1996 16:06:35 +0200 Original-Received: from teamos.eed.ericsson.se (teamos.eed.ericsson.se [164.48.132.2]) by mailgate.ericsson.se (8.7.5/8.7.3/gate-0.9) with SMTP id QAA03300; Fri, 16 Aug 1996 16:06:29 +0200 (MET DST) Original-Received: from teamos30.aachendom by teamos.eed.ericsson.se (4.1/SMI-4.1/TEAMOS2.0) id AA19937; Fri, 16 Aug 96 16:06:22 +0200 Original-Received: by teamos30.aachendom (5.x/SMI-SVR4) id AA02669; Fri, 16 Aug 1996 16:06:19 +0200 Original-To: Kai Grossjohann In-Reply-To: Kai Grossjohann's message of 16 Aug 1996 11:40:04 +0200 Original-Lines: 26 X-Mailer: Gnus v5.2.38/XEmacs 19.14 Xref: main.gmane.org gmane.emacs.gnus.general:7617 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:7617 >>>>> "Kai" == Kai Grossjohann writes: >>>>> Klaus Schniedergers writes: Klaus> I'm having the same problem. Gnus tells me after ~5 seconds Klaus> that there is a connection error, but it usually takes ~15 Klaus> seconds or more connecting to my slow server via telnet. Kai> M-x apropos RET timeout RET Kai> Kai> See nntp-*-timeout variables. That's the first thing I tried when having these problems. No luck: nntp-connection-timeout's value is nil -- a variable declared in Lisp. Documentation: *Number of seconds to wait before an nntp connection times out. If this variable is nil, which is the default, no timers are set. nntp-command-timeout's value is nil -- a variable declared in Lisp. Documentation: *Number of seconds to wait for a response when sending a command. If this variable is nil, which is the default, no timers are set.