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
-
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
-
Same here...
-
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.
-
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!