Hallo,
* Helge Kreutzmann [Sat, Jun 04 2016, 03:28:42PM]:
> … with attachement, sorry.

Thanks! Let's see, here it starts to do DNS to identify which interface to
listen on:

> open("/etc/host.conf", O_RDONLY|O_CLOEXEC) = 5
> fstat(5, {st_mode=S_IFREG|0644, st_size=9, ...}) = 0
> mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x7f8e66910000
> read(5, "multi on\n", 4096)             = 9
> read(5, "", 4096)                       = 0
> close(5)                                = 0
> munmap(0x7f8e66910000, 4096)            = 0
> futex(0x7f8e64cf5ac4, FUTEX_WAKE_PRIVATE, 2147483647) = 0
> open("/etc/resolv.conf", O_RDONLY|O_CLOEXEC) = 5

That goes on for a while...

> connect(5, {sa_family=AF_INET, sin_port=htons(53), 
> sin_addr=inet_addr("127.0.0.1")}, 16) = 0
> poll([{fd=5, events=POLLOUT}], 1, 0)    = 1 ([{fd=5, revents=POLLOUT}])
> sendmmsg(5, {{{msg_name(0)=NULL, 
> msg_iov(1)=[{"\234H\1\0\0\1\0\0\0\0\0\0\003172\00216\00218\0040/24\0\0\1\0\1",
>  32}], msg_controllen=0, msg_flags=0}, 32}}, 2, MSG_NOSIGNAL) = 1
> poll([{fd=5, events=POLLIN|POLLOUT}], 1, 5000) = 1 ([{fd=5, revents=POLLOUT}])
> sendto(5, 
> "\255\265\1\0\0\1\0\0\0\0\0\0\003172\00216\00218\0040/24\0\0\34\0\1", 32, 
> MSG_NOSIGNAL, NULL, 0) = 32
> poll([{fd=5, events=POLLIN}], 1, 4999)  = 1 ([{fd=5, revents=POLLERR}])
> close(5)                                = 0
> socket(PF_INET, SOCK_DGRAM|SOCK_NONBLOCK, IPPROTO_IP) = 5
> connect(5, {sa_family=AF_INET, sin_port=htons(53), 
> sin_addr=inet_addr("127.0.0.1")}, 16) = 0
> poll([{fd=5, events=POLLOUT}], 1, 0)    = 1 ([{fd=5, revents=POLLOUT}])
> sendmmsg(5, {{{msg_name(0)=NULL, 
> msg_iov(1)=[{"\234H\1\0\0\1\0\0\0\0\0\0\003172\00216\00218\0040/24\0\0\1\0\1",
>  32}], msg_controllen=0, msg_flags=0}, 32}}, 2, MSG_NOSIGNAL) = 1
> poll([{fd=5, events=POLLIN|POLLOUT}], 1, 5000) = 1 ([{fd=5, revents=POLLOUT}])
> sendto(5, 
> "\255\265\1\0\0\1\0\0\0\0\0\0\003172\00216\00218\0040/24\0\0\34\0\1", 32, 
> MSG_NOSIGNAL, NULL, 0) = 32
> poll([{fd=5, events=POLLIN}], 1, 4999)  = 1 ([{fd=5, revents=POLLERR}])
> close(5)                                = 0
> socket(PF_INET, SOCK_DGRAM|SOCK_NONBLOCK, IPPROTO_IP) = 5
> connect(5, {sa_family=AF_INET, sin_port=htons(53), 
> sin_addr=inet_addr("127.0.0.1")}, 16) = 0
> poll([{fd=5, events=POLLOUT}], 1, 0)    = 1 ([{fd=5, revents=POLLOUT}])
> sendmmsg(5, {{{msg_name(0)=NULL, 
> msg_iov(1)=[{"$R\1\0\0\1\0\0\0\0\0\0\003172\00216\00218\0040/24\nhelg"..., 
> 46}], msg_controllen=0, msg_flags=0}, 46}}, 2, MSG_NOSIGNAL) = 1
> poll([{fd=5, events=POLLIN|POLLOUT}], 1, 5000) = 1 ([{fd=5, revents=POLLOUT}])
> sendto(5, "5\371\1\0\0\1\0\0\0\0\0\0\003172\00216\00218\0040/24\nhelg"..., 
> 46, MSG_NOSIGNAL, NULL, 0) = 46
> poll([{fd=5, events=POLLIN}], 1, 4999)  = 1 ([{fd=5, revents=POLLERR}])
> close(5)                                = 0
> socket(PF_INET, SOCK_DGRAM|SOCK_NONBLOCK, IPPROTO_IP) = 5
> connect(5, {sa_family=AF_INET, sin_port=htons(53), 
> sin_addr=inet_addr("127.0.0.1")}, 16) = 0
> poll([{fd=5, events=POLLOUT}], 1, 0)    = 1 ([{fd=5, revents=POLLOUT}])
> sendmmsg(5, {{{msg_name(0)=NULL, 
> msg_iov(1)=[{"$R\1\0\0\1\0\0\0\0\0\0\003172\00216\00218\0040/24\nhelg"..., 
> 46}], msg_controllen=0, msg_flags=0}, 46}}, 2, MSG_NOSIGNAL) = 1
> poll([{fd=5, events=POLLIN|POLLOUT}], 1, 5000) = 1 ([{fd=5, revents=POLLOUT}])
> sendto(5, "5\371\1\0\0\1\0\0\0\0\0\0\003172\00216\00218\0040/24\nhelg"..., 
> 46, MSG_NOSIGNAL, NULL, 0) = 46
> poll([{fd=5, events=POLLIN}], 1, 4999)  = 1 ([{fd=5, revents=POLLERR}])
> close(5)                                = 0
> write(2, "Error resolving address for bind"..., 56Error resolving address for 
> binding: Connection refused

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?

Another thing, it DID tell the reason to systemd. Wasn't there a message in
systemctl status output?

Regards,
Eduard.

-- 
<yath> ich hab ja vorhin das tcsh irgendwie als tcl interpretiert und mich
        gewundert, seit wann die syntax so komisch is

Attachment: signature.asc
Description: PGP signature

Reply via email to