Your message dated Wed, 4 Dec 2024 20:33:58 +0300
with message-id <13b1e1d3-4a1c-4604-8256-e44c45acf...@tls.msk.ru>
and subject line Re: Bug#759896: postfix: Package installation fails during
setup when running newaliases
has caused the Debian Bug report #759896,
regarding postfix: Package installation fails during setup when running
newaliases
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
759896: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=759896
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: postfix
Version: 2.9.6-2
Severity: important
While building a Wheezy armhf image with live-build which installs postfix as
an additional package the configuration process fails with the message:
newaliases: fatal: inet_addr_local[getifaddrs]: getifaddrs: Address family not
supported by protocol
The relevant information from build.log:
Setting up postfix (2.9.6-2) ...
Adding group `postfix' (GID 106) ...
Done.
Adding system user `postfix' (UID 102) ...
Adding new user `postfix' (UID 102) with group `postfix' ...
Not creating home directory `/var/spool/postfix'.
Creating /etc/postfix/dynamicmaps.cf
Adding tcp map entry to /etc/postfix/dynamicmaps.cf
Adding sqlite map entry to /etc/postfix/dynamicmaps.cf
Adding group `postdrop' (GID 107) ...
Done.
setting myhostname: localhost.localdomain
setting alias maps
setting alias database
changing /etc/mailname to localhost.localdomain
setting myorigin
setting destinations: localhost.localdomain, localhost.localhost.localdomain, ,
localhost
setting relayhost:
setting mynetworks: 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
setting mailbox_size_limit: 0
setting recipient_delimiter: +
setting inet_interfaces: all
/etc/aliases does not exist, creating it.
WARNING: /etc/aliases exists, but does not have a root alias.
Postfix is now set up with a default configuration. If you need to make
changes, edit
/etc/postfix/main.cf (and others) as needed. To view Postfix configuration
values, see postconf(1).
After modifying main.cf, be sure to run '/etc/init.d/postfix reload'.
Running newaliases
newaliases: fatal: inet_addr_local[getifaddrs]: getifaddrs: Address family not
supported by protocol
dpkg: error processing postfix (--configure):
subprocess installed post-installation script returned error exit status 75
Regards
Volker
--- End Message ---
--- Begin Message ---
On Sat, 30 Aug 2014 22:52:07 +0200 votdev <vot...@gmx.de> wrote:
Package: postfix
Version: 2.9.6-2
Severity: important
While building a Wheezy armhf image with live-build which installs postfix as
an additional package the configuration process fails with the message:
newaliases: fatal: inet_addr_local[getifaddrs]: getifaddrs: Address family not
supported by protocol
This seems to be like an old problem with qemu, which has been fixed many years
ago.
Overall, I'd say postalias/newaliases should not care about hostname
and network interfaces, - the only task this utility has to complete
is to read the config file, grab single parameter from there (which
usually don't include reference to hostname), and do some file-based
operation (reading one file and writing another). But this is how
things are done in postfix.
Let's close this particular bug report - which is about qemu bug.
Thanks,
/mjt
--- End Message ---