From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: "Herbert J. Skuhra" Newsgroups: gmane.emacs.help Subject: Re: sieve-manage hangs while connecting Date: Mon, 14 Nov 2016 00:33:28 +0100 Message-ID: <86eg2f6jlj.wl-herbert@mailbox.org> References: <86fun2gq3k.wl-herbert@mailbox.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-Trace: blaine.gmane.org 1479080099 8328 195.159.176.226 (13 Nov 2016 23:34:59 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 13 Nov 2016 23:34:59 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Nov 14 00:34:51 2016 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c64Hy-0005xV-79 for geh-help-gnu-emacs@m.gmane.org; Mon, 14 Nov 2016 00:34:18 +0100 Original-Received: from localhost ([::1]:35460 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c64I1-0000Pr-A7 for geh-help-gnu-emacs@m.gmane.org; Sun, 13 Nov 2016 18:34:21 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46210) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c64HL-0000OL-2c for help-gnu-emacs@gnu.org; Sun, 13 Nov 2016 18:33:39 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c64HI-0008R9-02 for help-gnu-emacs@gnu.org; Sun, 13 Nov 2016 18:33:39 -0500 Original-Received: from mx2.mailbox.org ([80.241.60.215]:33363) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c64HH-0008Qm-Mq for help-gnu-emacs@gnu.org; Sun, 13 Nov 2016 18:33:35 -0500 Original-Received: from smtp1.mailbox.org (smtp1.mailbox.org [80.241.60.240]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx2.mailbox.org (Postfix) with ESMTPS id B9C174373A for ; Mon, 14 Nov 2016 00:33:32 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mailbox.org; h= content-type:content-type:mime-version:references:in-reply-to :subject:subject:from:from:message-id:date:date:received; s= mail20150812; t=1479080010; bh=2rySa56Rj5BTR80K9pwzPkhkTlC+PIKsV jtxxGVj5xk=; b=jjoi/7yKbfkCHTe5RLB+GLj2E+wtM1dUJP2buVHfPJg4Domfy zwhlcy8NRok91BUlLmojzB27OqjGfMoXfW/YAB8bydX8RSgTO6B/h7tdqQHN03eH /CT4kEB+qpSdFO1X4kJ+hsb6lbsDdEDhSej82lUs568VJxVoOG6SjOOviPR85cNz NqPwiMlUluHtdTQLPlN6BNTz0/biPg3h40g5dHFKoTSH4ZUbaTTGJf3DaUF9hW+8 PxHPFG5uSZyO/+6+9AvrHoT1j5cNGqDJJmKNVqbr2Ty/sMyYsaQCzgWELziWx1bb qO2FxAf8eeabohY5aCUp2cbdHsZ7krFwiKMmw== X-Virus-Scanned: amavisd-new at heinlein-support.de Original-Received: from smtp1.mailbox.org ([80.241.60.240]) by gerste.heinlein-support.de (gerste.heinlein-support.de [91.198.250.173]) (amavisd-new, port 10030) with ESMTP id MIHDQiQO1v4N for ; Mon, 14 Nov 2016 00:33:30 +0100 (CET) In-Reply-To: <86fun2gq3k.wl-herbert@mailbox.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 80.241.60.215 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:111719 Archived-At: Herbert J. Skuhra wrote: > > Hi, > > I am running Emacs on FreeBSD 11-STABLE (i386/amd64) and I have a > strange problem with sieve-manage: the connection almost every time > hangs during sieve-manage-authenticate. > [...] > Any ideas how to debug/fix this? OK, I could resolve this issue by changing: # sysctl net.inet.tcp.delayed_ack=0 net.inet.tcp.delayed_ack: 1 -> 0 -- Herbert