Christopher Sawtell wrote:
On Tue, 25 May 2004 22:54, steve wrote:^^
Roger Searle wrote:[ snip ]
[EMAIL PROTECTED] roger]# find /home -mtime -1 -size +10240k | xargs ls -ld
then to konqueror to see that .xsession-errors is 8.3GB !!! so... rm .xsession-errors
Thanks for the help finding this. The obvious question now being: what
was causing that? Presumably it's going to grow again.
Yes, It is.
You're going to have to read _all_ of it to find that out (:
.xsession_errors is usually filled by Konqueror. Time to move over to gnome? It's much more mature than kde.
Steve
Not necessarily, the command;-
tail -f .xsession-errors
will allow you to watch the tail of the file as it grows. ( CTRL-S and CTRL-Q ) allow you to stop and start the flood of text.
There will probably be a meaningful message or three in there.
/usr/sbin/lsof | grep '.xsession-errors' will also tell you which programs have .xsession-errors open.
