Hallo,
* Helge Kreutzmann [Sat, Jun 04 2016, 05:59:22PM]:
> Hello Eduard,
> On Sat, Jun 04, 2016 at 05:45:26PM +0200, Eduard Bloch wrote:
> > * Helge Kreutzmann [Sat, Jun 04 2016, 04:35:05PM]:
> > > On Sat, Jun 04, 2016 at 04:21:16PM +0200, Eduard Bloch wrote:
> > > > * Helge Kreutzmann [Sat, Jun 04 2016, 03:28:42PM]:
> > > > > … with attachement, sorry.
> > >
> > > > So it tried four times and your private DNS is still failing.
> > > > Please fix the DNS server!
> > > > Maybe it was shut down for upgrade as well?
> > >
> > > Well, this machine does not have any DNS at all (atm), as I only use
> > > /etc/hosts in my privat network. Once it is (fully) installed, it will
> > > get direct internet and DNS access. I wasn't aware that DNS is needed
> > > (and thought IP numbers did as well).
> >
> > That's interesting. What it does is basically taking the strings and
> > throwing them at getaddrinfo(3) and using it's output to bind the
> > service on that hosts. What getaddrinfo does is blackbox from my POV.
> >
> > Can you please reveal the relevant config files (acng.conf or similar,
> > host.conf, etc.)?
>
> host.conf has not been modified by me, it reads:
> root@samd:/# cat /etc/host.conf
> multi on
>
> I attached acng.conf.
>
> If you need further files please let me know.
Mine is different, please a similar order line and try again.
$ cat /etc/host.conf
order hosts,bind
multi on
$ cat /etc/nsswitch.conf
# /etc/nsswitch.conf
#
# Example configuration of GNU Name Service Switch functionality.
# If you have the `glibc-doc' and `info' packages installed, try:
# `info libc "Name Service Switch"' for information about this file.
passwd: compat
group: compat
shadow: compat
hosts: files myhostname mdns4_minimal [NOTFOUND=return] dns mdns4
networks: files
protocols: db files
services: db files
ethers: db files
rpc: db files
> > I have seen a similar report from Ubuntu recently... probably this needs
> > to be reassigned to glibc ASAP.
>
> That is probably beyond my knowledge[1], could you reassign? I'm willing
> to test and provide information, no problem on that.
>
> Greetings
>
> Helge
>
> [1] Not the commands to reassign, but finding the right package and
> giving the right information for the bug to be proccessed.
Not sure yet - as said, it smells like a problem of getaddrinfo which
would be libc6. But first, can you confirm there is no bindaddress
directive anywhere in other conf files? What does:
$ /usr/lib/apt-cacher-ng/acngtool cfgdump | grep --color bind
print?
Regards,
Eduard.
--
<BadWolf> hallo. ich hab da so nen problem mit dem apache
<BadWolf> ich hab nur loadmodule php gemacht, und trotzdem funzt php
einwandfrei
<Tolimar> php läuft? Das ist in der tat ein Problem...