From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?TWF0cyBMw7ZmZGFobA==?= Newsgroups: gmane.emacs.help Subject: Re: Tramp and BusyBox problem? Date: Sun, 15 Mar 2009 22:23:29 +0100 Organization: albasani.net Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1237153251 17597 80.91.229.12 (15 Mar 2009 21:40:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 15 Mar 2009 21:40:51 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Mar 15 22:42:08 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 1Liy5s-0007PG-0S for geh-help-gnu-emacs@m.gmane.org; Sun, 15 Mar 2009 22:42:04 +0100 Original-Received: from localhost ([127.0.0.1]:49532 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Liy4V-0007nE-Rl for geh-help-gnu-emacs@m.gmane.org; Sun, 15 Mar 2009 17:40:39 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!news.glorb.com!news2.glorb.com!newsfeed00.sul.t-online.de!t-online.de!news.albasani.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 62 Original-X-Trace: news.albasani.net xkWcNxgnbgnwpvRtW3brpHj7cUeyLhSmMsg9PqlcrRYfBpjJqGivw5Ssni5qUj1+mEEjtxm5ylf3o3ZqQYI9APIn04sc1xPilRnSqqk60tua2FEOb8MLT0cv1a8DnamT Original-X-Complaints-To: abuse@albasani.net Original-NNTP-Posting-Date: Sun, 15 Mar 2009 21:24:34 +0000 (UTC) X-User-ID: bU3RKoBF5WAUgctN7mEtPxUgrB7Le7b6ZG5cCiRH3WzRPzVeytZNcZp3FrwsgkuNRsnU9vT1FoGnkPQ5f0tz5A== In-Reply-To: Cancel-Lock: sha1:vZ3xzAkZVPKb2rA8tHKevk9gF10= User-Agent: Thunderbird 2.0.0.19 (X11/20090105) X-NNTP-Posting-Host: 4bOgD80maEX0znCWR4qZNOjpF3nykgd1STy5igjmvi0= Original-Xref: news.stanford.edu gnu.emacs.help:167657 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:62953 Archived-At: Michael Albinus wrote: > Mats Löfdahl writes: > >>> That's another problem. I would need Tramp traces now. Please apply >>> >>> (set tramp-verbose 6) >>> >>> and rerun your test. Afterwards, send the *debug tramp/scp root@10.0.0.3* >>> buffer. >> The buffer is called *tramp/scp root@10.0.0.3*, without the "debug" >> part, at least I guess this is what you need: > > Sorry, typo. I meant > > (setq tramp-verbose 6) > > And I still need the *debug ...* buffer. Right... >> Another weird thing: The above is from connecting to root@ the >> NAS. I've now installed bash on it and use that as my shell when I log >> in as an ordinary user. This works but the dired buffer looks weird, >> there are some codes surrounding the file names that I guess should >> have been stripped at some point. >> >> Here's an extract: >> >> ----begin---- >> /scp:mats@10.0.0.3:/: >> drwxr-xr-x 21 root root 4096 Mar 9 00:41 . >> drwxr-xr-x 21 root root 4096 Mar 9 00:41 .. >> -rw-r--r-- 1 root root 3 Aug 18 2004 >> .mkcert.serial >> -rw-r--r-- 1 root root 0 Feb 23 21:55 >> .needquotacheck >> -rw------- 1 root root 1024 Aug 18 2004 .rnd >> -rw-r--r-- 1 root root 2 Mar 9 23:16 >> .upgrade_vol >> drwxr-xr-x 2 root root 4096 Feb 23 21:54 bin >> drwxr-xr-x 3 root root 12288 Feb 23 21:55 dev >> drwxr-xr-x 10 root root 4096 Mar 13 23:51 etc >> ----end---- >> >> The non-ascii characters are represented as "^[" in the dired buffer >> but may not have survived the mouse copy to thunderbird. > > Her I need the debug buffer as well. Maybe you can run both constellations? It was different this time. When I connected as mats (bash), I first got the same uname error message as for root (BusyBox). But I knew that it _had_ worked, so I tried again and got the ugly dired buffer. So I did the same experiment with root in a fresh instance of emacs. This generated the uname error but did _not_ work at the second attempt. The debug buffers from the two sessions are here: http://www.solarphysics.kva.se/~mats/debug1.txt - root/BusyBox http://www.solarphysics.kva.se/~mats/debug2.txt - mats/bash