Bug 845562

Summary: error reading information on service radvd: No such file or directory
Product: [Fedora] Fedora Reporter: Jan Stodola <jstodola>
Component: radvdAssignee: Petr Pisar <ppisar>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: jpopelka, ppisar
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: radvd-1.9.1-3.fc18 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-08-07 14:29:39 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jan Stodola 2012-08-03 12:42:15 UTC
Description of problem:
There is an error message when installing radvd:

[root@ibm-ls21-02 ~]# yum install radvd
Loaded plugins: langpacks, presto, refresh-packagekit
Resolving Dependencies
--> Running transaction check
---> Package radvd.x86_64 0:1.9.1-2.fc18 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

==========================================================================
 Package       Arch           Version               Repository       Size
==========================================================================
Installing:
 radvd         x86_64         1.9.1-2.fc18          rawhide          82 k

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

Total download size: 82 k
Installed size: 158 k
Is this ok [y/N]: y
Downloading Packages:
radvd-1.9.1-2.fc18.x86_64.rpm                      |  82 kB     00:00     
Running Transaction Check
Running Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing : radvd-1.9.1-2.fc18.x86_64                              1/1 
error reading information on service radvd: No such file or directory
  Verifying  : radvd-1.9.1-2.fc18.x86_64                              1/1 

Installed:
  radvd.x86_64 0:1.9.1-2.fc18                                             

Complete!
[root@ibm-ls21-02 ~]#

Version-Release number of selected component (if applicable):
radvd-1.9.1-2.fc18.x86_64

How reproducible:
always

Steps to Reproduce:
1. yum install radvd
  
Actual results:
error reading information on service radvd: No such file or directory

Expected results:
no error message

Comment 1 Petr Pisar 2012-08-07 14:04:56 UTC
Something has changed:

# LANG=en_US.UTF-8 rpm -ivv radvd-1.9.1-2.fc18.x86_64.rpm
[...]
D: %post(radvd-1.9.1-2.fc18.x86_64): scriptlet start
D: %post(radvd-1.9.1-2.fc18.x86_64): execv(/bin/sh) pid 6671
+ /sbin/chkconfig --add radvd
error reading information on service radvd: No such file or directory
+ '[' 1 -eq 1 ']'
+ /bin/systemctl daemon-reload
D: %post(radvd-1.9.1-2.fc18.x86_64): waitpid(6671) rc 6671 status 0
D: running post-transaction scripts
[...]

# LANG=en_US.UTF-8 /sbin/chkconfig --add radvd
error reading information on service radvd: No such file or directory

The chkconfig croaks now if non-existing init script is passed.

This is stray command which should had been removed when migrating radvd to systemd. I will fix it.

Thank you for the report.