Bug 163593

Summary: radvd looking for config file in bad place
Product: [Fedora] Fedora Reporter: Petr Krištof <petr>
Component: radvdAssignee: Jason Vas Dias <jvdias>
Status: CLOSED CURRENTRELEASE QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: 4CC: redhat
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 0.8-2 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-08-19 08:38:36 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:
Attachments:
Description Flags
Define --prefix= to configure none

Description Petr Krištof 2005-07-19 11:05:40 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050513 Fedora/1.7.8-1.3.1

Description of problem:
After upgrade from radvd-0.7.3-1_FC4 -> radvd-0.8-1.FC4
radvd stops work.

New radvd is looking for config file in /usr/local/etc/ directory
while right place for config file is /etc directory

I guess the new package was compiled without correct
%configure --sysconfdir= option


Version-Release number of selected component (if applicable):
radvd-0.8-1.FC4

How reproducible:
Always

Steps to Reproduce:
1. upgrade to radvd-0.8-1.FC4
2. service radvd restart

  

Actual Results:  Service fails with error:

Jul 19 12:46:26server radvd[2286]: version 0.8 started
Jul 19 12:46:26 server radvd[2286]: can't open /usr/local/etc/radvd.conf:
No such file or directory

Expected Results:  Service should startup.

Additional info:

Temporary workaround is to modify /etc/sysconfig/radvd to
OPTIONS="-u radvd -C /etc/radvd.conf"

Comment 1 Petr Krištof 2005-07-19 11:19:24 UTC
Created attachment 116921 [details]
Define --prefix= to configure

Comment 2 Jason Vas Dias 2005-07-19 16:49:45 UTC
This bug is now fixed with radvd-0.8-2.FC4 .

Comment 3 Petr Krištof 2005-07-19 17:02:33 UTC
Verified.

Package radvd-0.8-2.FC4 work fine.
Thanks for quick response.