Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 171402 - net-misc/dhcpv6-0.10_pre20060828 initscript doesn't pass interface names on cmdline
Summary: net-misc/dhcpv6-0.10_pre20060828 initscript doesn't pass interface names on c...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High minor (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-19 03:53 UTC by Dustin J. Mitchell
Modified: 2008-03-29 19:43 UTC (History)
1 user (show)

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 Dustin J. Mitchell 2007-03-19 03:53:44 UTC
I have a crazy set of interfaces on my router - an IPv6 tunnel and an OpenVPN connection to work, both layered atop a PPPOE ADSL connection, and another ethernet card for an internal LAN.  Firing up dhcp6s for the internal LAN gives:
  Mar 18 21:31:08 [dhcp6s] setsockopt(insock, IPV6_JOIN_GROUP) Invalid argument
and a little stracing suggests this is trying to join a v6 group on one of these other interfaces (ppp0, I think, but potentially the OpenVPN one).

The fix is easy: add 'eth0' (the LAN interface) after /usr/sbin/dhcp6s in the initscript.

Thoughts on adding a variable to conf.d/dhcp6s for such a thing, and adding a ref to that in the ipv6 docs?  I can write a patch for the former if requested (and for the latter, if someone points me to the documentation source).

Reproducible: Always

Steps to Reproduce:
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-03-19 07:21:42 UTC
Which ebuils and version is this about?
Comment 2 Dustin J. Mitchell 2007-03-19 14:25:12 UTC
sorry, see summary
Comment 3 SpanKY gentoo-dev 2008-03-29 19:43:44 UTC
dhcpv6-1.0.14 in the tree ... use conf.d to control the behavior