Bug 80856 - net/mDNSResponder: mdnsd finds no interfaces, then exits
Summary: net/mDNSResponder: mdnsd finds no interfaces, then exits
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jean-Yves Lefort
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-10 13:50 UTC by bmw
Modified: 2005-05-10 20:27 UTC (History)
0 users

See Also:


Attachments
file.diff (702 bytes, patch)
2005-05-10 13:50 UTC, bmw
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description bmw 2005-05-10 13:50:02 UTC
	The mdnsd daemon in the net/mDNSResponder port has an Apple-origin
	bug that causes it to not see any interfaces while coming up.  It
	simply exits.  The mDNSResponder system (library and utilities) is
	useless without the mdnsd running.

Fix: Add this patch as "patch-ab" to net/mDNSResponder/files and reinstall.
I took this replacement line from the previous release (98_1).

--- patch-ab ---
How-To-Repeat: 	/usr/local/sbin/mdnsd
	you will see no daemon if you ps for it.

	/usr/local/sbin/mdnsd -debug
	You will see "starting" followed imeediately by "stopping"
Comment 1 Jean-Yves Lefort freebsd_committer freebsd_triage 2005-05-10 15:49:36 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jylefort

Take.
Comment 2 Jean-Yves Lefort freebsd_committer freebsd_triage 2005-05-10 20:27:25 UTC
State Changed
From-To: open->closed

Committed (please use diff -u next time), thanks!