From owner-freebsd-current@FreeBSD.ORG Wed Dec 12 20:12:47 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F4B416A419 for ; Wed, 12 Dec 2007 20:12:47 +0000 (UTC) (envelope-from chuckr@chuckr.org) Received: from mail2.sea5.speakeasy.net (mail2.sea5.speakeasy.net [69.17.117.4]) by mx1.freebsd.org (Postfix) with ESMTP id 771D813C459 for ; Wed, 12 Dec 2007 20:12:47 +0000 (UTC) (envelope-from chuckr@chuckr.org) Received: (qmail 28980 invoked from network); 12 Dec 2007 20:12:46 -0000 Received: from april.chuckr.org (chuckr@[66.92.151.30]) (envelope-sender ) by mail2.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 12 Dec 2007 20:12:46 -0000 Message-ID: <47604019.1010408@chuckr.org> Date: Wed, 12 Dec 2007 15:10:01 -0500 From: Chuck Robey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.9) Gecko/20071107 SeaMonkey/1.1.6 MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Wed, 12 Dec 2007 20:48:10 +0000 Subject: regarding that odd problem with scp X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Dec 2007 20:12:47 -0000 I found out what it was .... Just to remind, when I tried to use scp, I got an error message complaining about the PermitLocalCommand variable not being recognized, so that I could transfer nothing via scp. Well, it's an artifact of doing a buildworld & installworld, but not doing a new kernel, and not even doing a reboot. Once I did a new kernel and rebooted, the problem disappeared. Glad about that, because the way that the problem presented, well, it was more than a little unusual, and responded to none of the normal things you do to troubleshoot ssh problems. So, this problem (at least) is taken care of. Back to my audio driver distractions.