Sometimes when something doesn't work correctly, I run strace either on the command itself, or attach to the subprocess with an "strace -p <pid>". It sometimes gives me a clue as to what operation is hanging or failing to run, which in turn, leads to a solution.
On Mon, Jan 13, 2014 at 4:13 PM, Howard White <[email protected]> wrote: > On 01/13/2014 03:49 PM, Blake Dunlap wrote: >> >> Yeah, my guess is your box thinks it has IPv6 connectivity when you >> don't, and the AAAA records take precedence when available by design. >> >> Make sure all your network interfaces do not show a ipv6 address when >> you do an ifconfig. If they do, add this to the config for the interface >> "IPV6INIT=no" and do a service network restart. >> >> It will see IP6 as valid and listen to AAAA records if any interface has >> a valid ipv6 address. >> >> I don't remember if that's all it takes to make it stop, but it's a good >> start, and my first guess. >> >> -Blake >> > > Yes Blake, that is the current trail I follow. For the record, ifcfg-eth0 > has IPV6INIT="no". Now going through and adding IPV6AUTOCONF="no" in a > couple of places. > > > Howard > > -- > -- > You received this message because you are subscribed to the Google Groups > "NLUG" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nlug-talk?hl=en > > --- You received this message because you are subscribed to the Google > Groups "NLUG" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. -- Tilghman -- -- You received this message because you are subscribed to the Google Groups "NLUG" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nlug-talk?hl=en --- You received this message because you are subscribed to the Google Groups "NLUG" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
