Gentoo Archives: gentoo-user

From: Joseph <syscon780@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] sendmail: warning: inet_protocols: disabling IPv6
Date: Tue, 18 Jun 2013 16:38:30
Message-Id: 20130618163912.GC19254@syscon7.inet
In Reply to: Re: [gentoo-user] sendmail: warning: inet_protocols: disabling IPv6 by Stroller
1 On 06/18/13 16:57, Stroller wrote:
2 >
3 >On 18 June 2013, at 16:00, Joseph wrote:
4 >
5 >> Every time I compile a package I get a message:
6 >>
7 >> sendmail: warning: inet_protocols: disabling IPv6 name/address support: Address family not supported by protocol
8 >
9 >1. Could you post the output of `grep -i mail /etc/make.conf` please?
10 >
11 >2. Could you show us some relevant output indicating the status of the "ipv6" USE flag on your system, please? Please show us all packages installed with it activated.
12 >
13 >I don't have an uptodate Gentoo system handy right now, so I'm not immediately sure the best way to perform that latter. There must be something cleaner and faster than `emerge -ep world | grep -i ipv6`, probably something in Gentoolkit.
14 >
15 >You get the message when you compile packages, and the error message begins with "sendmail" - this makes me think you have portage configured (in your make.conf) to send you its output by email (the ewarn, eerror &c messages), and that it is your mailer which is giving this warning.
16 >
17 >Googling the message suggests that your mailer might be Postfix: http://www.google.com/search?q=sendmail:+warning:+inet_protocols:+disabling+IPv6
18 >
19 >If so, the second hit looks promising: http://unix.stackexchange.com/a/70962
20 >
21 >Stroller.
22
23 You are correct, I'm using postfix and after emerge system is emailing me the notification.
24 grep -i mail /etc/make.conf
25
26 PORTAGE_ELOG_SYSTEM="mail"
27 PORTAGE_ELOG_MAILURI="root /usr/sbin/sendmail"
28 PORTAGE_ELOG_MAILSUBJECT="package \${PACKAGE} merged on \${HOST} with notice"
29
30 I've tried to edit /etc/postfix/main.cf
31 but it does not contain any statement such as "inet_protocols"
32
33 It could be something to do with a new portage :-/
34
35 --
36 Joseph

Replies

Subject Author
Re: [gentoo-user] sendmail: warning: inet_protocols: disabling IPv6 Randy Barlow <randy@×××××××××××××××××.com>