Bug 134153 - .xsession-errors growing rapidly after updating KDE
Summary: .xsession-errors growing rapidly after updating KDE
Status: RESOLVED INVALID
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: KDE (show other bugs)
Version: Final
Hardware: i586 SuSE Linux 10.0
: P5 - None : Minor
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-17 11:50 UTC by Jörg Spilker
Modified: 2005-11-17 21:28 UTC (History)
0 users

See Also:
Found By: Customer
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jörg Spilker 2005-11-17 11:50:55 UTC
i recently updated KDE to the latest version from the supplementary directory and now .xession-errors is growing rapidly. It´s seems as if file notification events are logged by every running kde application. I had to cut the file to zero length every 12 hours to avoid a full home directory. Is there any switch to remove this kind of debug messages?
Comment 1 Dirk Mueller 2005-11-17 12:14:24 UTC
did you update to the version from today (3.5rc1)?
Comment 2 Jörg Spilker 2005-11-17 13:28:20 UTC
No, i updated from ftp.gwdg.de/pub/suse/i386/supplementary/KDE/update_for_10.0 where release 3.4.3-2 is still available
Comment 3 Stephan Kulow 2005-11-17 13:36:24 UTC
hmm, what is part of that .xsession-errors? the only debug output ever added to file notifications was added to 3.5
Comment 4 Jörg Spilker 2005-11-17 18:17:50 UTC
Lots of lines like this

EVENT ON WD=11
CREATE (file) 0x00000100
FILENAME=onlinesig6UyoQ0
EVENT ON WD=11
OPEN (file) 0x00000020
FILENAME=onlinesig6UyoQ0
EVENT ON WD=437
ACCESS (file) 0x00000001
FILENAME=db.kat
EVENT ON WD=11
ATTRIB (file) 0x00000004
FILENAME=onlinesig6UyoQ0
EVENT ON WD=11
MODIFY (file) 0x00000002
FILENAME=onlinesig6UyoQ0
EVENT ON WD=437
ACCESS (file) 0x00000001
FILENAME=db.kat
EVENT ON WD=11
DELETE (file) 0x00000200
FILENAME=onlinesig.dat
EVENT ON WD=437
ACCESS (file) 0x00000001
FILENAME=db.kat
EVENT ON WD=11
MOVE_FROM (file) 0x00000040
FILENAME=onlinesig6UyoQ0
EVENT ON WD=11
MOVE_TO (file) 0x00000080
FILENAME=onlinesig.dat
EVENT ON WD=437
ACCESS (file) 0x00000001
FILENAME=db.kat
EVENT ON WD=437
ACCESS (file) 0x00000001
FILENAME=db.kat
EVENT ON WD=11
CREATE (file) 0x00000100
FILENAME=amulesigbtlpRO
EVENT ON WD=11
OPEN (file) 0x00000020
FILENAME=amulesigbtlpRO

deleting the file and restarting kde shows about 600.000 lines in the file after 1/2 hour.

According to lsof, only kde application have opened the file, not my running gnome apps.
Comment 5 Stephan Kulow 2005-11-17 19:48:14 UTC
that's kat. please report it directly to the kat developers (at bugs.kde.org) - whatever you run in the background that creates tons of these temporary files, it's causing this kat events. And as kat is in very early development, it's generating lots of debug
Comment 6 Jörg Spilker 2005-11-17 21:28:47 UTC
Well, thanks for your diagnostics. After disabling kat, everything is fine. I will report to bugs.kde.org.