From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Mats_L=F6fdahl?= Newsgroups: gmane.emacs.help Subject: Tramp and BusyBox problem? Date: Tue, 03 Mar 2009 00:40:36 +0100 Organization: albasani.net Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1236056702 14398 80.91.229.12 (3 Mar 2009 05:05:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 3 Mar 2009 05:05:02 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Mar 03 06:06:18 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LeMon-0006Tl-Rh for geh-help-gnu-emacs@m.gmane.org; Tue, 03 Mar 2009 06:05:50 +0100 Original-Received: from localhost ([127.0.0.1]:49223 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LeMnS-0000LH-Nj for geh-help-gnu-emacs@m.gmane.org; Tue, 03 Mar 2009 00:04:02 -0500 Original-Path: news.stanford.edu!newsfeed.stanford.edu!newshub.sdsu.edu!feeder.erje.net!news2.arglkargh.de!news.albasani.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 16 Original-X-Trace: news.albasani.net kSLUNUVw5ABgRK79pFs8XMTXdTINcBvJ96vIG3JdnUE5ZikaXTUCMSqAgSZSC0hB22VGyelD5vqSPrcIySmc0ue99WSbRpTbCZPiGWIEbQHsCj0Yxx1fCJX/4PNK/TS3 Original-X-Complaints-To: abuse@albasani.net Original-NNTP-Posting-Date: Mon, 2 Mar 2009 23:41:40 +0000 (UTC) X-User-ID: djCRENgyA5IT9Kr4fVAK3xstlkbvTjb4ZuNb6P7zHCnLasYuz8ekQTJNlhWo2FXoLgnt6NbOjkrU7dmquC05Zw== Cancel-Lock: sha1:opQlfxivYsp4gMAXEWpAuMl74dE= User-Agent: Thunderbird 2.0.0.19 (X11/20090105) X-NNTP-Posting-Host: 0Vsw3KQL+Fy+dKkqTJRaL5qsvldJsoq/WAUy/Ijqi/Q= Original-Xref: news.stanford.edu gnu.emacs.help:167236 X-Mailman-Approved-At: Tue, 03 Mar 2009 00:03:44 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:62538 Archived-At: I'm trying to connect with tramp to my NAS (a Synology CubeStation 407), which is running linux and BusyBox. Regular ssh works fine and when I try to connect from emacs it looks like everything is going fine through the tramp setting up procedure, until I get to the following point: ... tramp: Testing remote command `/bin/ls' for -n...okay tramp: Using remote command `/bin/ls' for getting directory listings tramp: Sending the Perl script `tramp_file_attributes'...done. tramp-handle-file-attributes: Wrong type argument: listp, if Of course, I don't know if BusyBox is to blame here, it's just that it's the thing in my NAS that I know differs from the systems I usually connect to. Any ideas?