LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-26-2016, 04:38 PM   #1
soy_vivi
LQ Newbie
 
Registered: Jan 2014
Posts: 6

Rep: Reputation: Disabled
Cool New groups in /etc/group file after yum update CentOS 6.7


Hello Everyone,

I just finished running a yum update on a CentOS 6.7 server and after the update was completed successfully, there are four new groups created in the /etc/group file:

video:x:39:
cdrom:x:11:
tape:x:33:
dialout:x:18:

Here's a list of the packages that were updated and installed with yum:

Feb 25 14:34:50 Updated: tzdata-2016a-2.el6.noarch
Feb 25 14:34:58 Updated: glibc-2.12-1.166.el6_7.7.x86_64
Feb 25 14:35:06 Updated: glibc-common-2.12-1.166.el6_7.7.x86_64
Feb 25 14:35:08 Updated: openssl-1.0.1e-42.el6_7.2.x86_64
Feb 25 14:35:09 Updated: chkconfig-1.3.49.3-5.el6_7.2.x86_64
Feb 25 14:35:10 Updated: libudev-147-2.63.el6_7.1.x86_64
Feb 25 14:35:10 Updated: nss-sysinit-3.19.1-8.el6_7.x86_64
Feb 25 14:35:11 Updated: nss-3.19.1-8.el6_7.x86_64
Feb 25 14:35:12 Updated: php-common-5.3.3-46.el6_7.1.x86_64
Feb 25 14:35:13 Updated: libxml2-2.7.6-20.el6_7.1.x86_64
Feb 25 14:35:14 Updated: php-cli-5.3.3-46.el6_7.1.x86_64
Feb 25 14:35:15 Updated: httpd-tools-2.2.15-47.el6.centos.3.x86_64
Feb 25 14:35:16 Updated: procps-3.2.8-35.el6_7.x86_64
Feb 25 14:35:18 Updated: initscripts-9.03.49-1.el6.centos.4.x86_64
Feb 25 14:35:21 Updated: udev-147-2.63.el6_7.1.x86_64
Feb 25 14:35:22 Updated: device-mapper-libs-1.02.95-3.el6_7.4.x86_64
Feb 25 14:35:22 Updated: device-mapper-1.02.95-3.el6_7.4.x86_64
Feb 25 14:35:23 Updated: device-mapper-event-libs-1.02.95-3.el6_7.4.x86_64
Feb 25 14:35:25 Updated: httpd-2.2.15-47.el6.centos.3.x86_64
Feb 25 14:35:26 Updated: device-mapper-event-1.02.95-3.el6_7.4.x86_64
Feb 25 14:35:27 Updated: lvm2-libs-2.02.118-3.el6_7.4.x86_64
Feb 25 14:35:28 Updated: ntpdate-4.2.6p5-5.el6.centos.4.x86_64
Feb 25 14:35:34 Updated: kernel-firmware-2.6.32-573.18.1.el6.noarch
Feb 25 14:35:36 Updated: kernel-headers-2.6.32-573.18.1.el6.x86_64
Feb 25 14:35:37 Updated: glibc-headers-2.12-1.166.el6_7.7.x86_64
Feb 25 14:35:39 Updated: selinux-policy-3.7.19-279.el6_7.8.noarch
Feb 25 14:36:06 Updated: selinux-policy-targeted-3.7.19-279.el6_7.8.noarch
Feb 25 14:36:07 Updated: glibc-devel-2.12-1.166.el6_7.7.x86_64
Feb 25 14:36:14 Installed: kernel-2.6.32-573.18.1.el6.x86_64
Feb 25 14:36:14 Updated: ntp-4.2.6p5-5.el6.centos.4.x86_64
Feb 25 14:36:15 Updated: lvm2-2.02.118-3.el6_7.4.x86_64
Feb 25 14:36:16 Updated: php-5.3.3-46.el6_7.1.x86_64
Feb 25 14:36:17 Updated: 1:mod_ssl-2.2.15-47.el6.centos.3.x86_64
Feb 25 14:36:18 Updated: nss-tools-3.19.1-8.el6_7.x86_64
Feb 25 14:36:19 Updated: kexec-tools-2.0.0-286.el6_7.1.x86_64
Feb 25 14:36:21 Updated: openssl-devel-1.0.1e-42.el6_7.2.x86_64
Feb 25 14:36:21 Updated: openssl-perl-1.0.1e-42.el6_7.2.x86_64
Feb 25 14:36:22 Updated: logrotate-3.7.8-26.el6_7.x86_64
Feb 25 14:36:23 Updated: 2:libpng-1.2.49-2.el6_7.x86_64
Feb 25 14:36:24 Updated: perl-Class-MOP-1.12-2.el6.x86_64
Feb 25 14:36:24 Updated: gnutls-2.8.5-19.el6_7.x86_64

This is strange because I updated other similar server with the same hardware and OS version and these groups weren't created. I thank you in advance for your input
 
Old 02-26-2016, 04:53 PM   #2
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
udev is the culprit

Search for the patch containing "video audio cdrom tape dialout" in https://www.rpmfind.net/linux/RPM/ce...l6.x86_64.html

It's an old, old patch though. Unusual that it's just taking effect on your system now.
 
Old 02-26-2016, 05:17 PM   #3
soy_vivi
LQ Newbie
 
Registered: Jan 2014
Posts: 6

Original Poster
Rep: Reputation: Disabled
Bizarre. I see this patch on another server "Feb 25 14:44:04 Updated: udev-147-2.63.el6_7.1.x86_64" with no groups created
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
how to update rhel 5 using centos yum updater without conflict with yum redhat plugin udayvikram Linux - Software 2 03-30-2010 08:15 AM
how to update rhel 5 using centos yum updater without conflict with yum redhat plugin udayvikram Linux - Newbie 1 03-29-2010 12:56 PM
yum update on CentOS 5.3 upgraded my system to CentOS 5.4 diskoe Red Hat 1 10-29-2009 04:41 PM
invalid group id redhat linux as 5 - all groups in group file are invalid groups nlong1 Red Hat 1 02-15-2009 03:43 AM
update centos 4 rc1 to centos 4 trou yum? maxut cAos 2 03-04-2005 02:36 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:51 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration