Nieuws:

Welkom, Gast. Alsjeblieft inloggen of registreren.
Heb je de activerings-mail niet ontvangen?

Auteur Topic: apt-index-watch process continu bezig. Hoe dat te stoppen?  (gelezen 823 keer)

apt-index-watch process continu bezig. Hoe dat te stoppen?
« Gepost op: 2006/12/17, 21:06:14 »
Heej luitjes,

sinds een paar dagen is er continu een process herhaaldelijk bezig, die om de paar seconden 100% van mn CPU in beslag neemt.
Heel irritant...:(

Om dus te kijken welke "bugger" bezig is mij te irriteren heb ik met het commando top in de terminal bekeken wat de naam van mijn irritatie is.
Zoals aangegeven in de titel van dit topic, heet het proces apt-index-watch.

Gelukkig weet ik nu hoe het heet, maarru met sudo killall apt-index-watch krijg ik niks gedaan...

Iemand hier met de gouden tip? ;)

Alvast bedankt :)

Offline profoX

  • Lid
    • wesley
    • Lionslink
apt-index-watch process continu bezig. Hoe dat te stoppen?
« Reactie #1 Gepost op: 2006/12/17, 21:10:15 »
sudo killall -9 apt-index-watcher misschien?
die -9 forceert het afsluiten

maar misschien was het gewoon een spelfout langs jouw kant, want het is apt-index-watcher en niet apt-index-watch :)

dus sudo killall apt-index-watcher doet het misschien ook wel?

edit:

Gebruik je trouwens Edgy? Na zoeken op launchpad is de bug bekend sinds Edgy.
https://launchpad.net/distros/ubuntu/+source/libapt-front/+bug/64531

edit 2:

een paar mogelijke voorlopige oplossingen die ik heb vergaderd vanuit de comments bij dat bugrapport:

Citaat
simple workaround until updated packages are available: edit /etc/init.d/apt-index-watcher and insert a line just containing "exit 0" after line 1 and apt-index-watcher won't be started any more (at least not until you update the apt-index-watcher package - an updated package would recreate this file)
Citaat
I moved pkgcache.bin and srcpkgcache.bin out of /var/cache/apt-index-watcher, and the CPU spikes vanished. The files were replaced with newer copies, and the new copies had the exact same md5sum as the old ones I moved out.

So I'm thinking that one could run:

$ sudo touch /var/cache/apt-index-watcher/*

but if that doesn't work, use rm instead of touch.
Human Knowledge Belongs To The World -- Antitrust (2001)
Nederlandstalige Ubuntu documentatie van Ubuntu-NL (wiki)

apt-index-watch process continu bezig. Hoe dat te stoppen?
« Reactie #2 Gepost op: 2006/12/17, 21:37:13 »
Heey ik weet nu hoe ik het kan killen, het was inderdaad ...-watcher
heel vreemd want na opnieuw opstarten was het probleem terug en het proces wordt in de lijst van top weergegeven als ...-watch :( grrr

maar nu ga ik ff de door jou gevonden aanwijzingen uitproberen om het blijvend te doen laten ophouden!

apt-index-watch process continu bezig. Hoe dat te stoppen?
« Reactie #3 Gepost op: 2006/12/17, 21:48:03 »
Het is gelukt met:
sudo touch /var/cache/apt-index-watcher/*

:):)