non-existing packages in Base group

General support questions
Post Reply
tolid
Posts: 4
Joined: 2017/02/03 10:21:43

non-existing packages in Base group

Post by tolid » 2017/02/03 10:42:29

Hi,

We are running CentOS 6.8 on our workstations and I noticed that some packages which are removed from CentOS still be present in, for example, Base group. It generates warning/error messages in our internal scripts which use a group's packages list.
How I can remove these packages from the group description? Ideally it should be fixed in CentOS itself but I am looking for a quick solution for our stations.
This is the list of non existing packages:
abrt-plugin-mailx
abrt-plugin-sosreport
openssl-ibmca
redhat-access-insights

User avatar
TrevorH
Site Admin
Posts: 33219
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: non-existing packages in Base group

Post by TrevorH » 2017/02/03 11:42:16

What are you doing at the time you see the warnings? I tried using yum list and it just says the packages don't exist (they don't).
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

tolid
Posts: 4
Joined: 2017/02/03 10:21:43

Re: non-existing packages in Base group

Post by tolid » 2017/02/03 11:54:48

The idea is to keep a consistent state of software on the workstations: originally we used "yum groupinstall abc" for installation.
Now we run a script which compares list of packages from "yum groupinfo" and list of installed packages. It will try to reinstall a package if the package is listed in "yum groupinfo" but not installed.

User avatar
TrevorH
Site Admin
Posts: 33219
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: non-existing packages in Base group

Post by TrevorH » 2017/02/03 12:00:21

Yeah. Which groups?
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

tolid
Posts: 4
Joined: 2017/02/03 10:21:43

Re: non-existing packages in Base group

Post by tolid » 2017/02/03 13:37:27

group Base, as I wrote before

Code: Select all

>yum groupinfo Base
  ....
Group: Base
 Description: The basic installation of CentOS Linux.
 Mandatory Packages:
   ...
 Default Packages:
   ...
   abrt-plugin-mailx
   ...
   openssl-ibmca
   ...
   redhat-access-insights
   ...
 

tolid
Posts: 4
Joined: 2017/02/03 10:21:43

Re: non-existing packages in Base group

Post by tolid » 2017/02/06 09:21:20

Solved by the modified script.
Sad it can't be fix on a higher level.

User avatar
TrevorH
Site Admin
Posts: 33219
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: non-existing packages in Base group

Post by TrevorH » 2017/02/06 10:03:15

You need to raise a bug on bugs.centos.org - it took me a while to find the person responsible as there were various conferences going on last week.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

Post Reply