On Friday 01 April 2011 23:00, Tomasz Czapiewski wrote:
> Hi,
> I have replaced BusyBox 1.2.1 with 1.18.1 yestarday on one embedded machine 
> and 
> I've encountered problems using FISH connection from Midnight Commander on PC 
> to Dropbear SSH server on embedded machine.
> 
> All the file and dir names (including '.' and '..') are ending with:
> '\"\ \ ' - quotation mark (interted commas) and two spaces.
> 
> Unfortunately I don't know how MC executes 'ls' command (which arguments).
> I couldn't get the problematic output with 'ls' or 'ls -al' or other 
> arguments 
> so can't track where's the problem myself.

Run "strace -f -s99 -oLOG -p <pid_of_relevant_ssh_process>" on the machine
MC connects to. The LOG will contain, among others, execve() calls
to ls.

-- 
vda
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to