Doing a little more digging, doing a redirect (i.e. 'ls > ls.txt') works fine.
Running in debug doesn't show anything out of order. Doing an 'ls | grep <string>' produces: ---> sending a packet, length=13, type=12(READDIR), id=45 <--- got a packet, length=28, type=101(STATUS), id=30 ---- status code=1(EOF), message=End of file ---- eof <--- got a packet, length=28, type=101(STATUS), id=31 ---- status code=1(EOF), message=End of file <--- got a packet, length=28, type=101(STATUS), id=32 ---- status code=1(EOF), message=End of file And it stops there. Please let me know if there is anything more I can do. Chris -- Chris Sutcliffe http://emergedesktop.org
