Comment 121 for bug 34813

Revision history for this message
Robie Basak (racb) wrote :

@acabre:

Thanks for the strace file.

This is exactly what is needed but unfortunately there's a small issue. Because gedit seems to be aware of the file the strace output was being redirected to, my instructions included filtering out all mentions of the word "strace" from the log. Except that you called your mountpoint and directories strace too which I wasn't expecting. So the messages that I actually needed got filtered out too.

Could you please do it again, but this time use a command like this:

strace gedit 2>&1|grep -v filterthisaway > /tmp/filterthisaway.log

...and make sure that you don't mention the word filterthisaway anywhere else.

Thanks

Robie