From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/84282 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Re: Posting to my university's nntp server hangs Date: Thu, 06 Mar 2014 08:37:10 +0100 Message-ID: <87bnxju6ah.fsf@gnu.org> References: <87ha7dkmmx.fsf@gnu.org> <87r46gvj3o.fsf@building.gnus.org> <871tygka49.fsf@gnu.org> <87lhwotw0t.fsf@building.gnus.org> <87mwh4y0h6.fsf@gnu.org> <87ppm0qz8f.fsf@building.gnus.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1394091498 30214 80.91.229.3 (6 Mar 2014 07:38:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 6 Mar 2014 07:38:18 +0000 (UTC) Cc: ding@gnus.org To: Lars Ingebrigtsen Original-X-From: ding-owner+M32530@lists.math.uh.edu Thu Mar 06 08:38:24 2014 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WLSsl-0000fY-DV for ding-account@gmane.org; Thu, 06 Mar 2014 08:38:19 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1WLSs2-0008Mn-AW; Thu, 06 Mar 2014 01:37:34 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1WLSrr-0008MX-8v for ding@lists.math.uh.edu; Thu, 06 Mar 2014 01:37:23 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1WLSrm-0006xN-QE for ding@lists.math.uh.edu; Thu, 06 Mar 2014 01:37:22 -0600 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1WLSrl-0003r9-6s; Thu, 06 Mar 2014 08:37:17 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 8A96D1A84E8; Thu, 6 Mar 2014 08:37:16 +0100 (CET) X-Virus-Scanned: amavisd-new at uni-koblenz.de Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id a8woQkV_30rv; Thu, 6 Mar 2014 08:37:16 +0100 (CET) X-CHKRCPT: Envelopesender noch tsdh@gnu.org Original-Received: from thinkpad-t61 (tsdh.uni-koblenz.de [141.26.67.142]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id 2068F1A84E6; Thu, 6 Mar 2014 08:37:16 +0100 (CET) Mail-Followup-To: Lars Ingebrigtsen , ding@gnus.org In-Reply-To: <87ppm0qz8f.fsf@building.gnus.org> (Lars Ingebrigtsen's message of "Wed, 05 Mar 2014 19:25:36 +0100") User-Agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.3.50 (gnu/linux) X-Spam-Score: -4.9 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:84282 Archived-At: Lars Ingebrigtsen writes: >> No, one for each nntp server (gmane and my university). >> >> - " *server news.uni-koblenz.de nntp *nntpd**" >> - " *server news.gmane.org nntp *nntpd**" >> >> And the " *server news.uni-koblenz.de nntp *nntpd**" buffer sometimes >> contains stuff, e.g., after a `g' in *Group* it contains: >> infko.softtech 0000003697 0000000034 y >> infko.oopm 0000003087 0000000001 m >> infko.mac 0000002661 0000000001 y > > So that's OK. Hm... > > Could you edebug through `nntp-request-post' and look in the > nntp-server-buffer (whatever that is) buffer to see what the server > says? Ok, the problematic form in `nntp-request-post' is (nntp-send-buffer "^[23].*\n") and `nntp-server-buffer' is " *nntpd*" which contains this line 340 Ok, recommended ID And in `nntp-send-buffer' it hangs at the form (nntp-retrieve-data nil nntp-address nntp-port-number nntp-server-buffer wait-for nnheader-callback-function) which seems to be waiting for some response from the server that doesn't arrive. Bye, Tassilo