From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrey Tykhonov Subject: Re: Connect to the ssh and execute any command Date: Tue, 17 Sep 2013 22:05:23 +0300 Message-ID: <20130917190523.GA7455@demi> References: <20130912215641.GA6461@demi> <87y571p6dt.fsf@gmx.de> <20130916174453.GA8446@demi> <877gegrl8k.fsf@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47017) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VM0bZ-00049Z-64 for emacs-orgmode@gnu.org; Tue, 17 Sep 2013 15:06:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VM0bP-00055A-LF for emacs-orgmode@gnu.org; Tue, 17 Sep 2013 15:06:32 -0400 Content-Disposition: inline In-Reply-To: <877gegrl8k.fsf@gmx.de> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Michael Albinus Cc: tramp-devel@gnu.org, emacs-orgmode@gnu.org On Tue, Sep 17, 2013 at 08:54:51AM +0200, Michael Albinus wrote: > Andrey Tykhonov writes: > > Hi Andrey, Hi Michael! > > >> Tramp does not use FUSE for ssh connections. Please show an example > >> connection to the remote host, and how it fails. > > > Here I try to "ls -la" and get the following error: > > > > Couldn't find a POSIX `id' command > > Your remote host does not find a proper "id" command. What happens, if > you call the following commands in a shell on that remote host: > > # id -u id: Command not found. > # id --version id: Command not found. > # which id id: Command not found. > # whereis id whereis: Command not found. I also didn't find 'id' by means of find / -name id As I understand TRAMP is not able to work without 'id'. Therefore TRAMP is not suitable for me... > # uname -a FreeBSD {hostname} 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Fri Sep 13 21:22:42 PDT 2013 auto-build@{hostname}:{some/path/} amd64 Here I replaced real hostname by {hostname}. Best regards, Andrey > > > Best regards, > > Andrey. > > Best regards, Michael.