From owner-freebsd-questions@FreeBSD.ORG Sat May 20 13:36:38 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FABE16A475 for ; Sat, 20 May 2006 13:36:38 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 875FD43D6D for ; Sat, 20 May 2006 13:36:33 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by nz-out-0102.google.com with SMTP id 13so902451nzn for ; Sat, 20 May 2006 06:36:32 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ZF+xJQMmstK5xAGMxvIf1VJ0cfoZLq5ruLw2g4qXpfti+5as9tNJWiUxeHWCF9sxs/WpTEz3ijnGaXI9baS/u0UuPGIwHD6XMG3mk0FLlkpAHRcPc/9ZV/HB2O/h1p+x1dhdHSbHNHqbQ8wz70qeaMLKZ4qb0SyABHA0RyNFASc= Received: by 10.65.222.17 with SMTP id z17mr2102489qbq; Sat, 20 May 2006 06:26:32 -0700 (PDT) Received: by 10.65.203.20 with HTTP; Sat, 20 May 2006 06:26:32 -0700 (PDT) Message-ID: Date: Sat, 20 May 2006 17:26:32 +0400 From: "Andrew Pantyukhin" To: "FreeBSD Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: sshd delay X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2006 13:36:38 -0000 I have a problem. When I run sshd -ddd I get this: (I get the same delay without -ddd, of course) <...> debug3: mm_pty_allocate: waiting for MONITOR_ANS_PTY debug3: mm_request_receive_expect entering: type 26 debug3: mm_request_receive entering =3D=3D=3D> <60-90 seconds of delay> debug3: mm_request_send entering: type 26 <...> I started getting the delay a few days ago, on a number of hosts running 6.0-RELEASE/i386. I tried setting UseDNS off - to no effect. The sshd process is in state sbwait during the delay. Any ideas?