[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Connect to the ssh and execute any command
From: |
Michael Albinus |
Subject: |
Re: [O] Connect to the ssh and execute any command |
Date: |
Wed, 18 Sep 2013 08:42:44 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) |
Andrey Tykhonov <address@hidden> writes:
> Hi Michael!
Hi Andrey,
>> 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.
>
>> # 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 address@hidden:{some/path/} amd64
Strange. `id' (and also `whereis') belong to FreeBSD proper. See for
example <http://www.freebsd.org/cgi/man.cgi?query=id&sektion=1>
You might check with your remote host why it is not installed.
> Best regards,
> Andrey
Best regards, Michael.
Re: [O] Connect to the ssh and execute any command, Suvayu Ali, 2013/09/13