<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Thanks a lot - the disable-dhcpv6 did the trick in my case - as
opposite to Eric Kennys experience.<br>
Posibly related to the fact, that I have been running 2.6 kernel
(latest) all along.<br>
<br>
Regards, Joern.<br>
<br>
------------------------------------------<br>
<br>
Evan Hunt skrev:
<blockquote cite="mid:20080530154757.GA42926@isc.org" type="cite">
  <blockquote type="cite">
    <pre wrap="">Error opening '/proc/net/if_inet6' to list IPv6 interfaces: No such file 
or directory

even though the "-4" option is set when calling dhcpd. Same behavior 
encountered
in dcpd-4.1.0a1.

Any ideas, anyone ??
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Compiling with --disable-dhcpv6 should shut it up.

But you're right, if -6 isn't set on the command line, it shouldn't even be
trying to enumerate IPv6 interfaces in the first place, much less logging an
error if it can't.
  </pre>
</blockquote>
<br>
</body>
</html>