Comment 2 for bug 675577

Revision history for this message
Andreas Hasenack (ahasenack) wrote :

Hi, what version of landscape-client was that? And which version of Ubuntu?

The package reporter runs once an hour, and everytime there are package activities sent from the Landscape server by an administrator.

If it has been running for a long time, then there might be something wrong. It usually takes about the same amount of time than a run of "sudo apt-get update" and then it dies. You can see if there is something interesting in its log file at /var/log/landscape/.

That being said, it will consume more memory than apt because it uses psyco to try to speed things up. If you want to try, you can disable psyco which will make it consume less memory:

sudo /usr/share/smart/smart config --set psyco=0