> I'm still having this problem after every reboot. > Here's some more information. During starup, this svc fails: > svc:/network/routing/ndp:default > > The start method eventually gets killed by SMF for > taking so long to complete. It's running: > /usr/lib/inet/in.ndpd
Strange; in.ndpd daemonizes pretty early, which should cause that command to return quickly. > I tried running that by hand, with the -d option, > and I observe that it seems to be trying to do an > IPv6 DHCP on my wired interface, and just waits... > (I'll send the log once I get that machine back up) in.ndpd won't do DHCP. At most, it will kick dhcpagent to do DHCP via start_dhcp(). To explore whether this is part of the problem, you can turn this off via "StatefulAddrConf false" in /etc/inet/ndpd.conf. -- meem _______________________________________________ networking-discuss mailing list [email protected]
