Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 83619 - net-misc/howl - mDNSResponder service do not accept MDNSRESPONDER_OPTS="-i eth1" though it is valid
Summary: net-misc/howl - mDNSResponder service do not accept MDNSRESPONDER_OPTS="-i et...
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Saleem Abdulrasool (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on: 183776
Blocks:
  Show dependency tree
 
Reported: 2005-02-28 16:36 UTC by Hans Hvelplund Odborg
Modified: 2007-07-11 04:07 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hans Hvelplund Odborg 2005-02-28 16:36:14 UTC
if specify i specify
MDNSRESPONDER_OPTS="-i eth1" in /etc/conf.d/mDNSResponder
the init script will not work correctly

i worked around it by changing:
      start-stop-daemon --start --quiet --pidfile /var/run/mDNSResponder.pid \
             --startas /usr/bin/mDNSResponder -- ${MDNSRESPONDER_OPTS}
into:
      start-stop-daemon --start --quiet --pidfile /var/run/mDNSResponder.pid \
             --startas /usr/bin/mDNSResponder -- -i eth1 ${MDNSRESPONDER_OPTS}

but that's not how it's supposed to work

Reproducible: Always
Steps to Reproduce:
1. edit /etc/conf.d/mDNSResponder so that it has MDNSRESPONDER_OPTS="-i eth1"
2. /etc/init.d/mDNSResponder start
3. /etc/init.d/mDNSResponder restart (this will show that mDNSResponder is not running as it cannot stop it)

Actual Results:  
 * Stopping mDNSResponder... 
 * Failed to stop mDNSResponder                                  [ !! ] 
 

Expected Results:  
 * Stopping mDNSResponder...                                     [ ok ] 
 * Starting mDNSResponder...                                     [ ok ]
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2005-02-28 17:39:38 UTC
btw. William, according to misc/herds.xml in the gentoo cvs module there is no net-misc herd. Also I can't find you listed in any herd. Would be nice, if this this would be fixed.
Comment 2 Sandy McArthur 2005-03-01 08:56:48 UTC
Carsten: I'm an ex-gentoo dev. While I created the originial howl package, I didn't add it to portage and I don't have the access to fix it.
Comment 3 Carsten Lohrke (RETIRED) gentoo-dev 2005-03-04 06:27:53 UTC
>I'm an ex-gentoo dev.

Oh -- I'm sorry to hear that.


Stefan: There's a howl bug assigned to you, hope I'm not too wrong to provide you some bugs to work on. :)
Comment 4 Slobodan D. Sredojevic 2005-06-04 09:43:35 UTC
* net-misc/mDNSResponder
     Available versions:  ~98
     Installed:           no
     Homepage:            http://developer.apple.com/macosx/rendezvous/
     Description:         The mDNSResponder project is a component of
Rendezvous, Apple's ease-of-use IP networking initiative.

Actually not related to this bug but seems this is not correct homepage URI for
mDNSResponder. Found this one:
http://developer.apple.com/networking/bonjour/index.html

Ssl
Comment 5 Hans Hvelplund Odborg 2005-06-04 10:07:26 UTC
this bug report relates to net-misc/howl not net-misc/mDNSResponder 
Comment 6 Saleem Abdulrasool (RETIRED) gentoo-dev 2007-07-11 04:07:06 UTC
This package is no longer maintained upstream, and is awaiting removal as such.  Please migrate to avahi.