Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'filter out IPv6 errors' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
filter out IPv6 errors
Authored by: gatorparrots on Feb 13, '05 01:40:15PM
You will see this type of error:
Feb 11 20:51:50 wfc xinetd[340]: service ssh, IPV6_ADDRFORM setsockopt() failed: Protocol not available (errno = 42)
If you have edited /etc/hostconfig and set IPV6=-YES- to IPV6=-NO- If this surmisation on my part is correct, you may want to include a line in your GeekTool chain that filters out these errors:
| grep -v "IPV6_ADDRFORM setsockopt() failed: Protocol not available"

[ Reply to This | # ]