Bug 426986 - avahi-dnsconf tries to start before avahi-daemon by default
Summary: avahi-dnsconf tries to start before avahi-daemon by default
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: avahi
Version: 8
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Martin Bacovsky
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-12-29 11:44 UTC by Steven Côté
Modified: 2008-03-27 00:33 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-03-27 00:33:03 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Steven Côté 2007-12-29 11:44:14 UTC
Description of problem:
After installing avahi-daemon and avahi-dnsconf, in runlevel 5 the initscripts
try to start avahi-dnsconf before avahi-daemon (S92 vs S98). Since avahi-dnsconf
relies on avahi-daemon, it fails to start.

Version-Release number of selected component (if applicable):
0.6.21-6.fc8 (both components)

How reproducible:
always

Steps to Reproduce:
1. install avahi and avahi-dnsconfd
2. restart computer
  
Actual results:
avahi-dnsconf is not running. It works fine if manually started.

Expected results:
Both avahi-dnsconf and avahi-daemon should be running

Additional info:
I manually changed the start order of these two at run level 5 so that
avahi-dnsconf starts after avahi-daemon and it starts fine now.

Comment 1 Steven Côté 2007-12-30 10:16:18 UTC
I'm changing the component to Avahi, it seems more appropriate.

Comment 2 Lennart Poettering 2008-03-27 00:33:03 UTC
avahi-daemon's chkconfig line is now:

# chkconfig: 345 96 02

avahi-dnsconfd's chkconf line is now:

# chkconfig: - 96 02

I thus believe this problem doesn't exist anymore, because both are started at
prio 96 and n is alphabetically after a.

Closing bug.


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