From owner-freebsd-stable@FreeBSD.ORG Tue Mar 20 16:06:18 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2801D16A402 for ; Tue, 20 Mar 2007 16:06:18 +0000 (UTC) (envelope-from cptsalek@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.191]) by mx1.freebsd.org (Postfix) with ESMTP id ABB6813C4C2 for ; Tue, 20 Mar 2007 16:06:17 +0000 (UTC) (envelope-from cptsalek@gmail.com) Received: by nf-out-0910.google.com with SMTP id k27so403189nfc for ; Tue, 20 Mar 2007 09:06:16 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=eigH1KQqru0IyB7D9tLfesmFG+huUKcqy8BLglSw60HnrdfJf/1DgbMLjbDbMNpf7b0B+k1Cn6BOgEM/z9MfZSo5hTq0EWoXrF3ZdhCAI6Vaq3xtFcbgOaZfOAWN1xZ7QdWxO7vKnhh8H8aywCAwvhM+d4BXnEnJypEEUGUW4Ng= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=nWgSLwoyHqbeKE2T6xHnfFDIrs0/u+xG1vHaZ/35AL9XtKf0aRse7b4PxjN+Q3GF0MqeBKjkPbKV1qvqcUS1Z0+4nS5TUIHwc6jRFqdBGEMsEjRYk94OKGzEyfxHLgMeOJo2CZZ4l443UzTsPuz21KN2b2y9kc8EGt/WNaj81xg= Received: by 10.82.163.13 with SMTP id l13mr12912013bue.1174405078674; Tue, 20 Mar 2007 08:37:58 -0700 (PDT) Received: by 10.82.153.6 with HTTP; Tue, 20 Mar 2007 08:37:58 -0700 (PDT) Message-ID: <14989d6e0703200837kf9f565ek63bfb5eb7c30820@mail.gmail.com> Date: Tue, 20 Mar 2007 15:37:58 +0000 From: "Christian Walther" To: dzalewski@open-craft.com In-Reply-To: <200703201704.49696.dzalewski@open-craft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200703201704.49696.dzalewski@open-craft.com> Cc: freebsd-stable@freebsd.org Subject: Re: OpenSSH 4.6 error: channel 0: chan_read_failed for istate 3 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Mar 2007 16:06:18 -0000 On 20/03/07, Dominik Zalewski wrote: > Hi All, > > After upgrading to openssh-portable-4.6.p1,1 I'm getting following messages in > logs: > > error: channel 0: chan_read_failed for istate 3 I guess you're either using scp or ssh to execute remote commands? We've the same issue on our Solaris boxes. The only workaround we found so far was to comment out the error(..) statement responsible for the output of the above line. It's located in nchan.c in the chan_read_failed() function. I'm sorry but I'm not at work, otherwise I could supply a diff. HTH anyway, Christian