Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: blockbuster on July 14, 2006, 11:06:22 AM

Title: Yum errors in logfile
Post by: blockbuster on July 14, 2006, 11:06:22 AM
I have the following errors in my Yum logfile, this error is repeating every day the same 6 lines. Any ideas where to look or how to solve?

2006-07-13 04:04:53.047652500 Error: No Groups on which to run command
2006-07-13 04:04:53.103769500 yum grouplist available status 256
2006-07-13 04:04:56.853053500 Error: No Groups on which to run command
2006-07-13 04:04:56.933546500 yum grouplist installed status 256
2006-07-13 04:04:59.157275500 Error: No Groups on which to run command
2006-07-13 04:04:59.237928500 yum grouplist updates status 256
Title: Yum errors in logfile
Post by: meneer on August 28, 2006, 10:24:32 PM
Same here...
Title: Re: Yum errors in logfile
Post by: cactus on August 28, 2006, 11:10:12 PM
Quote from: "blockbuster"
I have the following errors in my Yum logfile, this error is repeating every day the same 6 lines. Any ideas where to look or how to solve?

2006-07-13 04:04:53.047652500 Error: No Groups on which to run command
2006-07-13 04:04:53.103769500 yum grouplist available status 256
2006-07-13 04:04:56.853053500 Error: No Groups on which to run command
2006-07-13 04:04:56.933546500 yum grouplist installed status 256
2006-07-13 04:04:59.157275500 Error: No Groups on which to run command
2006-07-13 04:04:59.237928500 yum grouplist updates status 256

This is log noise and can be considered harmless.

It is the yum update program getting lists of all the files in repositories, after requesting the group file (which contains a list of pacakges that can be installed in groups) which is not required for a repository to have and therefore sometimes is not provided if I remember correctly.
Title: Re: Yum errors in logfile
Post by: meneer on August 29, 2006, 07:12:57 PM
Quote from: "cactus"

This is log noise and can be considered harmless.

It is the yum update program getting lists of all the files in repositories, after requesting the group file (which contains a list of pacakges that can be installed in groups) which is not required for a repository to have and therefore sometimes is not provided if I remember correctly.


Thanks!