pwidgets: huge /tmp/xerrs.log

Window managers, icon programs, widgets, etc.
Post Reply
Message
Author
vinayv
Posts: 9
Joined: Tue 01 Jul 2008, 03:27
Location: Bangalore, India

pwidgets: huge /tmp/xerrs.log

#1 Post by vinayv »

Hi,
I'm using Lucid Puppy 5.1.0 (full installation). The Pwidgets look great. So, I installed them and added a few widgets to my desktop. After a day or two, I saw huge decrease in the free space. The free space dropped by about 1.5GB. When I used gdmap to find out what took so much space, I saw that the /tmp/xerrs.log is 1.5GB in size. Most of it's entries were:

Code: Select all

# tail /tmp/xerrs.log
Conky: can't select(): Invalid argument
Conky: can't select(): Invalid argument
Conky: can't select(): Invalid argument
Conky: can't select(): Invalid argument
Conky: can't select(): Invalid argument
Conky: can't select(): Invalid argument
Conky: can't select(): Invalid argument
Conky: can't select(): Invalid argument
Conky: can't select(): Invalid argument
Conky: can't select(): Invalid argument
I know pwidgets uses conky to render the desktop widgets. But they seem to be causing huge log files. I deleted the log file and everything was fine for a day. After that, I had a bigger 2.5GB log file the next day!

Has anyone else seen this behaviour? Is there anyway to turn off logging for pwidgets/conky? Also, how can I stop pwidgets/conky from autoloading everytime I boot?
Regards,
Vinay V

User avatar
puppyluvr
Posts: 3470
Joined: Sun 06 Jan 2008, 23:14
Location: Chickasha Oklahoma
Contact:

#2 Post by puppyluvr »

:D Hello,
Delete /root/Startup/0showwidgets...
Or something like that, (as I dont have pwidgets installed ATM), but look in /root/Startup for a file with a similar name and remove it...
Close the Windows, and open your eyes, to a whole new world
I am Lead Dog of the
Puppy Linux Users Group on Facebook
Join us!

Puppy since 2.15CE...

vinayv
Posts: 9
Joined: Tue 01 Jul 2008, 03:27
Location: Bangalore, India

#3 Post by vinayv »

Thanks puppyluvr.. The file was /root/Startup/0_show_widgets
I deleted this file and pwidgets won't autoload anymore..

But it would be nice if I can load pwdigets AND somehow not have such a big log.. Is there a way to disable conky from writing to xerrs.log? Or it would be even better if there was a way to restrict the size of xerrs.log file itself
Regards,
Vinay V

aarf

#4 Post by aarf »

I am sure zigbert in the pwidgets thread would like to know about this issue.

vinayv
Posts: 9
Joined: Tue 01 Jul 2008, 03:27
Location: Bangalore, India

#5 Post by vinayv »

I have reported the same to zigbert in the pwidgets thread..

I also saw that there was a newer version 2.3.0 (I was using 2.2.7). So, I upgraded the pwidgets. Let me run this for a day and see if this still causes huge log files
Regards,
Vinay V

Sylvander
Posts: 4416
Joined: Mon 15 Dec 2008, 11:06
Location: West Lothian, Scotland, UK

#6 Post by Sylvander »

My Boxpup-413 /tmp/xerrs.log file is 44.3 kB in size.
Includes quite a long list of:
Error opening mixer device :(

...Preceded by mainly Conky errors.
Which are preceded by various others.

Pwidgets = ver 2.0.8

User avatar
puppyluvr
Posts: 3470
Joined: Sun 06 Jan 2008, 23:14
Location: Chickasha Oklahoma
Contact:

#7 Post by puppyluvr »

:D Hello,
Maybe a quick solution is to put a script in /root/Startup:

#!/bin/sh
rm /tmp/xerrs.log &

That will delete it on startup ...
At least till we get to the root of the problem..
Close the Windows, and open your eyes, to a whole new world
I am Lead Dog of the
Puppy Linux Users Group on Facebook
Join us!

Puppy since 2.15CE...

Post Reply