Bug 451710

Summary: Problem in initscript
Product: [Fedora] Fedora Reporter: romal <linux>
Component: radvdAssignee: Jiri Skala <jskala>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 9CC: aglotov
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-06-23 14:53:44 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description romal 2008-06-16 20:06:32 UTC
Description of problem:

The initscript fails.

Start and reload do never produce a "started"
Stop does always fail.

The daemon is running, when manually started:

[root@nass init.d]# radvd -d 4
^C[root@nass init.d]# /etc/init.d/radvd start
[root@nass init.d]# /etc/init.d/radvd restart
radvd beenden:                                             [FEHLGESCHLAGEN]
[root@nass init.d]# /etc/init.d/radvd reload
radvd neu laden:                                           [FEHLGESCHLAGEN]
[root@nass init.d]# radvd -d 4 -u radvd

The config-file is ok, ... I get dumps via radvdump and other ipv6-hosts get
their network. But all this does only work, when I start the daemon manually.

Version-Release number of selected component (if applicable):

[root@nass init.d]# rpm --query radvd
radvd-1.1-2.fc9.i386
[root@nass init.d]# 

How reproducible:

Always.

Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Jiri Skala 2008-06-23 14:53:44 UTC
Setting statuses restart, reload and stop fails because the radvd is not
started! The IPv6 networking and forwarding have to be enabled for successful
starting:

/etc/sysconfig/network have to contain following lines:
NETWORKING_IPV6=yes
IPV6FORWARDING=yes

If the IPv6 networking is not enabled the LSB compliant script have to return
correspondent exit code. The current release is unfortunately not LSB compliant!
This bug is fixed in release radvd-1.1-4.fc10. There will be displayed an error
message now if the IPv6 networking isn't enabled.