kdeinit filling up my file system

kdeinit filling up my file system

Post by Martin Lemieu » Fri, 11 Apr 2003 10:38:09



I discovered rencently that multiple instances of the kdeinit process
fills up one of my file system.

I found out that the file "xsess-bart" (bart being my user name) in
/var/tmp grows rapidly like crazy until I kill the top kdeinit process.
And I'm talking here about megs per few seconds! I absolutely need to
kill this b**** before it fills up my file system entirely.

Moreover, when I delete the file, the file system does not reset its
remaining-bytes size to its initial value until I restart the system.
Where again I have to kill the top kdeinit, and so on...

I coud see that the "xsess-bart" has the following content:

Running update-menus...done
DCOPServer up and running.
Can't get own host name. Your system is severely misconfigured

QMenuData::removeItem: Index -1 out of range
QMenuData::removeItem: Index -1 out of range
QMenuData::removeItem: Index -1 out of range
QMenuData::removeItem: Index -1 out of range
QMenuData::removeItem: Index -1 out of range
QMenuData::removeItem: Index -1 out of range
QMenuData::removeItem: Index -1 out of range
QMenuData::removeItem: Index -1 out of range
QMenuData::removeItem: Index -1 out of range
QMenuData::removeItem: Index -1 out of range
QMenuData::removeItem: Index -1 out of range
QMenuData::removeItem: Index -1 out of range
QMenuData::removeItem: Index -1 out of range
QMenuData::removeItem: Index -1 out of range
QMenuData::removeItem: Index -1 out of range
QMenuData::removeItem: Index -1 out of range
QMenuData::removeItem: Index -1 out of range
QMenuData::removeItem: Index -1 out of range
QMenuData::removeItem: Index -1 out of range
QMenuData::removeItem: Index -1 out of range
QMenuData::removeItem: Index -1 out of range
... (for megabytes long!)
QMenuData::removeItem: Index -1 out of range
QMenuData::removeItem: Index -1 out of range
QMenuData::removeItem: Index -1 out of range
DCOP aborting call from 'anonymous-6109' to 'klipper'
ERROR: KUniqueApplication: DCOP communication error!

This "Can't get host name" at the beginning is annoying me because when
I do "hostname" on the shell, it displays it. However, when I try the
short version (-s), it answers "hostname: Unknown host" after few
seconds.

I must say, I could never really setup this host name conveniently with
my Mandrake 8.1 .

If someone may help me out on this, I would appreciate.

Thanks.

 
 
 

kdeinit filling up my file system

Post by Lauri Watt » Fri, 11 Apr 2003 23:38:23


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


> I discovered rencently that multiple instances of the kdeinit process
> fills up one of my file system

It's actually all debug output from all X applications.

Quote:> I found out that the file "xsess-bart" (bart being my user name) in
> /var/tmp grows rapidly like crazy until I kill the top kdeinit
> process. And I'm talking here about megs per few seconds! I absolutely
> need to kill this b**** before it fills up my file system entirely.

> Moreover, when I delete the file, the file system does not reset its
> remaining-bytes size to its initial value until I restart the system.

Deleting a file doesn't remove it until the last process that has it
open closes.  That's normal UNIX behaviour, which is why you can't
delete the file to free the space while it's running.

Quote:> Where again I have to kill the top kdeinit, and so on...

> I coud see that the "xsess-bart" has the following content:

  I can't off the top of my head think how to turn it off (indeed, I
don't have one), but in your situation before now, I've done 'ln -s
/dev/null ~/.xsession-errors' or for you .xsess-bart I suppose.  The
debug output will still be coming, but I don't know

<snip many errors>

Quote:> This "Can't get host name" at the beginning is annoying me because
> when I do "hostname" on the shell, it displays it. However, when I try
> the short version (-s), it answers "hostname: Unknown host" after few
> seconds.

> I must say, I could never really setup this host name conveniently
> with my Mandrake 8.1 .

Normally I'd say edit /etc/hosts, but I guess Mandrake has some special
tool you need to use to do system administration.

After the line that says something like this:
127.0.0.1       localhost  localhost.localdomain l
put another like this (with real values though):
ip.address      fully.qualified.hostname hostname

Regards,
- --
Lauri Watts
KDE Documentation: http://i18n.kde.org/doc/
KDE on FreeBSD: http://freebsd.kde.org/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (FreeBSD)

iD8DBQE+lYHi/gUyA7PWnacRAvQQAJwJAzFr7RMltQUkKEZqXe6UMlyEDQCfTJXk
6RsjLE55ZjZQd7saRHCaHH8=
=E7i6
-----END PGP SIGNATURE-----

 
 
 

kdeinit filling up my file system

Post by Doug Laidla » Tue, 15 Apr 2003 23:01:30



> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1


>> I discovered rencently that multiple instances of the kdeinit process
>> fills up one of my file system

> It's actually all debug output from all X applications.

>> I found out that the file "xsess-bart" (bart being my user name) in
>> /var/tmp grows rapidly like crazy until I kill the top kdeinit
>> process. And I'm talking here about megs per few seconds! I absolutely
>> need to kill this b**** before it fills up my file system entirely.

>> Moreover, when I delete the file, the file system does not reset its
>> remaining-bytes size to its initial value until I restart the system.

> Deleting a file doesn't remove it until the last process that has it
> open closes.  That's normal UNIX behaviour, which is why you can't
> delete the file to free the space while it's running.

>> Where again I have to kill the top kdeinit, and so on...

>> I coud see that the "xsess-bart" has the following content:

>   I can't off the top of my head think how to turn it off (indeed, I
> don't have one), but in your situation before now, I've done 'ln -s
> /dev/null ~/.xsession-errors' or for you .xsess-bart I suppose.  The
> debug output will still be coming, but I don't know

> <snip many errors>

>> This "Can't get host name" at the beginning is annoying me because
>> when I do "hostname" on the shell, it displays it. However, when I try
>> the short version (-s), it answers "hostname: Unknown host" after few
>> seconds.

>> I must say, I could never really setup this host name conveniently
>> with my Mandrake 8.1 .

> Normally I'd say edit /etc/hosts, but I guess Mandrake has some special
> tool you need to use to do system administration.

> After the line that says something like this:
> 127.0.0.1       localhost  localhost.localdomain l
> put another like this (with real values though):
> ip.address      fully.qualified.hostname hostname

> Regards,
> - --
> Lauri Watts
> KDE Documentation: http://i18n.kde.org/doc/
> KDE on FreeBSD: http://freebsd.kde.org/
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.1 (FreeBSD)

> iD8DBQE+lYHi/gUyA7PWnacRAvQQAJwJAzFr7RMltQUkKEZqXe6UMlyEDQCfTJXk
> 6RsjLE55ZjZQd7saRHCaHH8=
> =E7i6
> -----END PGP SIGNATURE-----

To set up hostname with Mandrake, i had to do 2 things:

1) Change it with linuxconf.

2) Edit /etc/hosts, by adding the new hostname.  Keep the old one on a separate line, especially if you use Gnome.

Doug.

 
 
 

1. Enhanced Filing system - file system like DEC Advanced File system for Linux

    Some time ago I was involved in discussion on this news group regarding the
design of a new file system for Linux.  The main aim is to support dynamic size
changing by adding/removing partitions from the file system at run time without
interrupting processes that are using the file system.  Another major feature is
logging so that a system crash or power failure can be recovered from without
data loss or an excessive amount of time spent running FSCK.

  This project is now going ahead, if you are interested then please load up the
following URL: http://www.virtual.net.au/~rjc/enh-fs.html

Russell Coker

2. login sequence

3. root file system filling up

4. IRQ distribution in the 2.5.52 kernel

5. Hunting down cause of filling file system

6. Help: compiling Xanim under Linux

7. Predicting file system fill up.

8. Help configuring sendmail with PPP on standalone machine

9. File system fills up from PCNFS writes

10. / file system filling up fast...

11. Shape Ups,Men's Shape Ups,Men's Skechers Shape Ups - new styles!

12. "Standard Journaled File System" vs "Large File Enabled Journaled File System"

13. xdm-errors keeps filling filling up!