On Tue, Jul 20, 2010 at 3:10 PM, Michael Albinus
<address@hidden> wrote:
>> Tramp hangs with the command
>>
>> # /bin/ls --color=never -al /
>>
>
> I think that it has to do with some sluggish NFS partitions in /
>
> the same command without "-al" works just fine.
>
> So it's just a system problem on our end
Maybe. But is there indeed no output with that command? What happens with
# /bin/ls --color=never -al /dev/null >/dev/null 2>/dev/null; echo $?
address@hidden /]# /bin/ls --color=never -al /dev/null >/dev/null 2>/dev/null; echo $?
0
Best regards, Michael.