Bug 845562 - error reading information on service radvd: No such file or directory
Summary: error reading information on service radvd: No such file or directory
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: radvd
Version: rawhide
Hardware: Unspecified
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Petr Pisar
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-08-03 12:42 UTC by Jan Stodola
Modified: 2012-08-07 14:29 UTC (History)
2 users (show)

Fixed In Version: radvd-1.9.1-3.fc18
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-08-07 14:29:39 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.