Bugzilla – Bug 397422
ntp rpm throws an error when installing
Last modified: 2008-09-02 18:07:51 UTC
2008-06-05 13:08:06 ntp-4.2.4p4-42.1.i586.rpm install failed rpm output: warning: /etc/ntp.conf created as /etc/ntp.conf.rpmnew warning: /etc/slp.reg.d/ntp.reg created as /etc/slp.reg.d/ntp.reg.rpmnew warning: /var/lib/ntp/etc/ntp.conf.iburst created as /var/lib/ntp/etc/ntp.conf.iburst.rpmnew error: unpacking of archive failed on file /var/run/ntp: cpio: rename failed - Is a directory /var/run/ntp is really a directory
fixed
+test -L /var/run/ntp || rm -f /var/run/ntp && : this will not help at all if /var/run/ntp is a directory. either use "mv" or you need "rm -rf" ...
fixed with rm -rf
*** Bug 403265 has been marked as a duplicate of this bug. ***
Because the LATER and REMIND resolutions have been removed, the resolution of this bug has changed from LATER to WONTFIX. If this bug needs to be reconsidered, reopen it and set a future "Target Milestone for Fix."