View Issue Details

IDProjectCategoryView StatusLast Update
0000278Rocky-Linux-9basesystempublic2023-12-11 21:43
Reporterdonovan ellis Assigned ToLouis Abel  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionunable to reproduce 
Platformrocky 9OSrocky patchedOS Version9
Summary0000278: unable to installed chkconfig
DescriptionUnable to install chkconfig, tried many times. See below I did see a ticket on this and it said you could not replicate the problem.
This is a brand new machine that is fully patched yum update -y. I then installed safenet then I need chkconfig and it would not install

[root@rocktest centrify]# dnf install chkconfig
Last metadata expiration check: 0:18:24 ago on Thu 08 Sep 2022 01:58:06 PM EDT.
Dependencies resolved.
===========================================================================================================================================================================
 Package Architecture Version Repository Size
===========================================================================================================================================================================
Installing:
 chkconfig x86_64 1.20-2.el9 baseos 162 k

Transaction Summary
===========================================================================================================================================================================
Install 1 Package

Total download size: 162 k
Installed size: 764 k
Is this ok [y/N]: y
Downloading Packages:
chkconfig-1.20-2.el9.x86_64.rpm 244 kB/s | 162 kB 00:00
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total 165 kB/s | 162 kB 00:00
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing : 1/1
  Installing : chkconfig-1.20-2.el9.x86_64 1/1
Error unpacking rpm package chkconfig-1.20-2.el9.x86_64
  Verifying : chkconfig-1.20-2.el9.x86_64 1/1

Failed:
  chkconfig-1.20-2.el9.x86_64

Error: Transaction failed
[root@rocktest centrify]#

And then
[root@rocktest centrify]# yum install chkconfig
Last metadata expiration check: 0:19:05 ago on Thu 08 Sep 2022 01:58:06 PM EDT.
Dependencies resolved.
===========================================================================================================================================================================
 Package Architecture Version Repository Size
===========================================================================================================================================================================
Installing:
 chkconfig x86_64 1.20-2.el9 baseos 162 k

Transaction Summary
===========================================================================================================================================================================
Install 1 Package

Total download size: 162 k
Installed size: 764 k
Is this ok [y/N]: yes
Downloading Packages:
chkconfig-1.20-2.el9.x86_64.rpm 440 kB/s | 162 kB 00:00
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total 239 kB/s | 162 kB 00:00
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing : 1/1
  Installing : chkconfig-1.20-2.el9.x86_64 1/1
Error unpacking rpm package chkconfig-1.20-2.el9.x86_64
  Verifying : chkconfig-1.20-2.el9.x86_64 1/1

Failed:
  chkconfig-1.20-2.el9.x86_64

Error: Transaction failed
[root@rocktest centrify]# ^C
[root@rocktest centrify]#

Same isssue

Steps To ReproduceInstall rocky 9 and try to install chkconfig
TagsNo tags attached.

Activities

donovan ellis

donovan ellis

2022-09-08 18:29

reporter   ~0000501

more info.
I did try to run chkconfig before installing. It asked if wanted to install it. I said yes. that seems to cause the problem. In my case I restore the snap show and ran dnf install chkconfig and it installed OK
Louis Abel

Louis Abel

2022-09-08 19:56

administrator   ~0000502

As mentioned in a prior ticket, we cannot reproduce this.

[root@idp ~]# dnf install chkconfig
Last metadata expiration check: 1:39:01 ago on Thu 08 Sep 2022 11:06:19 AM MST.
Dependencies resolved.
================================================================================================================================================================
 Package Architecture Version Repository Size
================================================================================================================================================================
Installing:
 chkconfig x86_64 1.20-2.el9 baseos 162 k

Transaction Summary
================================================================================================================================================================
Install 1 Package

Total download size: 162 k
Installed size: 764 k
Is this ok [y/N]: y
Downloading Packages:
chkconfig-1.20-2.el9.x86_64.rpm 401 kB/s | 162 kB 00:00
----------------------------------------------------------------------------------------------------------------------------------------------------------------
Total 212 kB/s | 162 kB 00:00
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing : 1/1
  Installing : chkconfig-1.20-2.el9.x86_64 1/1
  Running scriptlet: chkconfig-1.20-2.el9.x86_64 1/1
  Verifying : chkconfig-1.20-2.el9.x86_64 1/1

Installed:
  chkconfig-1.20-2.el9.x86_64

Complete!

Please provide the following information:

rpm -q initscripts chkconfig systemd
rpm -qf /etc/init.d

Note: If you have created /etc/init.d as a directory, you will not be able to install the chkconfig nor initscripts packages.

Issue History

Date Modified Username Field Change
2022-09-08 18:19 donovan ellis New Issue
2022-09-08 18:29 donovan ellis Note Added: 0000501
2022-09-08 19:56 Louis Abel Assigned To => Louis Abel
2022-09-08 19:56 Louis Abel Status new => needinfo
2022-09-08 19:56 Louis Abel Note Added: 0000502
2023-07-31 23:43 Louis Abel Status needinfo => closed
2023-07-31 23:43 Louis Abel Resolution open => unable to reproduce