previously mentioned attchements
From: Gowen <[email protected]>
Sent: 11 September 2019 12:19
To: David Ahern <[email protected]>; Alexis Bauvin <[email protected]>
Cc: [email protected] <[email protected]>
Subject: Re: VRF Issue Since kernel 5
Hi there,
Your perf command:
isc-worker0000 20261 [000] 2215.013849: fib:fib_table_lookup: table 10 oif 0
iif 0 proto 0 0.0.0.0/0 -> 127.0.0.1/0 tos 0 scope 0 flags 0 ==> dev eth0 gw
10.24.12.1 src 10.24.12.10 err 0
isc-worker0000 20261 [000] 2215.013915: fib:fib_table_lookup: table 10 oif 4
iif 1 proto 17 0.0.0.0/52138 -> 127.0.0.53/53 tos 0 scope 0 flags 4 ==> dev
eth0 gw 10.24.12.1 src 10.24.12.10 err 0
isc-worker0000 20261 [000] 2220.014006: fib:fib_table_lookup: table 10 oif 4
iif 1 proto 17 0.0.0.0/52138 -> 127.0.0.53/53 tos 0 scope 0 flags 4 ==> dev
eth0 gw 10.24.12.1 src 10.24.12.10 err 0
Also I set all iptables to policy ACCEPT and flushed the rules, enabled
forwarding, checked the sysctl settings are all '1'. I've looked at tracing DNS
through the iptables and I see that DNS uses a loopback interface as source and
destination - this would
be odd on a Cisco box but having looked around this appears to be normal?
I also gathered an strace of updating the package cache as well as a perf of
the same command - will send if interested (is more verbose and not sure if the
spam filter will block it)
Gareth
From: Gowen
Sent: 11 September 2019 06:09
To: David Ahern <[email protected]>; Alexis Bauvin <[email protected]>
Cc: [email protected] <[email protected]>
Subject: RE: VRF Issue Since kernel 5
Thanks for the link - that's really useful. I did re-order ip rules Friday (I
think) - no change
-----Original Message-----
From: David Ahern <[email protected]>
Sent: 10 September 2019 17:36
To: Alexis Bauvin <[email protected]>; Gowen <[email protected]>
Cc: [email protected]
Subject: Re: VRF Issue Since kernel 5
On 9/9/19 1:01 PM, Alexis Bauvin wrote:
> Could you try swapping the local and l3mdev rules?
>
> `ip rule del pref 0; ip rule add from all lookup local pref 1001`
yes, the rules should be re-ordered so that local rule is after l3mdev rule
(VRF is implemented as policy routing). In general, I would reverse the order
of those commands to ensure no breakage.
Also, 5.0 I think it was (too many kernel versions) added a new l3mdev sysctl
(raw_l3mdev_accept). Check all 3 of them and nmake sure they are set properly
for your use case.
These slides do not cover 5.0 changes but are still the best collection of
notes on VRF:
http://schd.ws/hosted_files/ossna2017/fe/vrf-tutorial-oss.pdf
sudo 25916 [000] 4124.775681: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 17 0.0.0.0/47817 -> 127.0.0.53/53 tos 0 scope 0 flags 0 ==> dev
lo gw 0.0.0.0 src 127.0.0.1 err 0
sudo 25916 [000] 4124.775699: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 17 127.0.0.1/47817 -> 127.0.0.53/53 tos 0 scope 0 flags 0 ==> dev
lo gw 0.0.0.0 src 127.0.0.1 err 0
sudo 25916 [000] 4124.776123: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 17 0.0.0.0/33336 -> 127.0.0.53/53 tos 0 scope 0 flags 0 ==> dev
lo gw 0.0.0.0 src 127.0.0.1 err 0
sudo 25916 [000] 4124.776125: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 17 127.0.0.1/33336 -> 127.0.0.53/53 tos 0 scope 0 flags 0 ==> dev
lo gw 0.0.0.0 src 127.0.0.1 err 0
sudo 25916 [000] 4124.776530: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 17 0.0.0.0/38530 -> 10.24.12.10/0 tos 0 scope 0 flags 0 ==> dev -
gw 0.0.0.0 src 0.0.0.0 err -11
sudo 25916 [000] 4124.776532: fib:fib_table_lookup: table 254 oif
0 iif 1 proto 17 0.0.0.0/38530 -> 10.24.12.10/0 tos 0 scope 0 flags 0 ==> dev
eth1 gw 0.0.0.0 src 10.24.12.9 err 0
sudo 25916 [000] 4124.776533: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 17 10.24.12.9/38530 -> 10.24.12.10/0 tos 0 scope 0 flags 0 ==>
dev - gw 0.0.0.0 src 0.0.0.0 err -11
sudo 25916 [000] 4124.776533: fib:fib_table_lookup: table 254 oif
0 iif 1 proto 17 10.24.12.9/38530 -> 10.24.12.10/0 tos 0 scope 0 flags 0 ==>
dev eth1 gw 0.0.0.0 src 10.24.12.9 err 0
sudo 25916 [000] 4124.776538: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 17 0.0.0.0/51581 -> 10.24.12.9/0 tos 0 scope 0 flags 0 ==> dev
eth1 gw 0.0.0.0 src 10.24.12.9 err 0
sudo 25916 [000] 4124.776539: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 17 10.24.12.9/51581 -> 10.24.12.9/0 tos 0 scope 0 flags 0 ==> dev
eth1 gw 0.0.0.0 src 10.24.12.9 err 0
http 25921 [001] 4124.841213: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 17 0.0.0.0/37649 -> 127.0.0.53/53 tos 0 scope 0 flags 0 ==> dev
lo gw 0.0.0.0 src 127.0.0.1 err 0
http 25921 [001] 4124.841216: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 17 127.0.0.1/37649 -> 127.0.0.53/53 tos 0 scope 0 flags 0 ==> dev
lo gw 0.0.0.0 src 127.0.0.1 err 0
http 25921 [001] 4124.841719: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 17 0.0.0.0/48658 -> 127.0.0.53/53 tos 0 scope 0 flags 0 ==> dev
lo gw 0.0.0.0 src 127.0.0.1 err 0
http 25921 [001] 4124.841721: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 17 127.0.0.1/48658 -> 127.0.0.53/53 tos 0 scope 0 flags 0 ==> dev
lo gw 0.0.0.0 src 127.0.0.1 err 0
http 25920 [000] 4124.841776: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 17 0.0.0.0/58750 -> 127.0.0.53/53 tos 0 scope 0 flags 0 ==> dev
lo gw 0.0.0.0 src 127.0.0.1 err 0
http 25920 [000] 4124.841777: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 17 127.0.0.1/58750 -> 127.0.0.53/53 tos 0 scope 0 flags 0 ==> dev
lo gw 0.0.0.0 src 127.0.0.1 err 0
http 25920 [000] 4124.842489: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 17 0.0.0.0/38137 -> 127.0.0.53/53 tos 0 scope 0 flags 0 ==> dev
lo gw 0.0.0.0 src 127.0.0.1 err 0
http 25920 [000] 4124.842491: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 17 127.0.0.1/38137 -> 127.0.0.53/53 tos 0 scope 0 flags 0 ==> dev
lo gw 0.0.0.0 src 127.0.0.1 err 0
http 25922 [000] 4124.843247: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 17 0.0.0.0/45896 -> 127.0.0.53/53 tos 0 scope 0 flags 0 ==> dev
lo gw 0.0.0.0 src 127.0.0.1 err 0
http 25922 [000] 4124.843249: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 17 127.0.0.1/45896 -> 127.0.0.53/53 tos 0 scope 0 flags 0 ==> dev
lo gw 0.0.0.0 src 127.0.0.1 err 0
http 25921 [000] 4124.869712: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 17 0.0.0.0/40647 -> 91.189.91.26/80 tos 0 scope 0 flags 0 ==> dev
- gw 0.0.0.0 src 0.0.0.0 err -11
http 25921 [000] 4124.869714: fib:fib_table_lookup: table 254 oif
0 iif 1 proto 17 0.0.0.0/40647 -> 91.189.91.26/80 tos 0 scope 0 flags 0 ==> dev
eth0 gw 10.24.12.1 src 10.24.12.10 err 0
http 25921 [000] 4124.869715: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 17 10.24.12.10/40647 -> 91.189.91.26/80 tos 0 scope 0 flags 0 ==>
dev - gw 0.0.0.0 src 0.0.0.0 err -11
http 25921 [000] 4124.869715: fib:fib_table_lookup: table 254 oif
0 iif 1 proto 17 10.24.12.10/40647 -> 91.189.91.26/80 tos 0 scope 0 flags 0 ==>
dev eth0 gw 10.24.12.1 src 10.24.12.10 err 0
http 25921 [000] 4124.869720: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 17 0.0.0.0/59464 -> 91.189.88.149/80 tos 0 scope 0 flags 0 ==>
dev - gw 0.0.0.0 src 0.0.0.0 err -11
http 25921 [000] 4124.869720: fib:fib_table_lookup: table 254 oif
0 iif 1 proto 17 0.0.0.0/59464 -> 91.189.88.149/80 tos 0 scope 0 flags 0 ==>
dev eth0 gw 10.24.12.1 src 10.24.12.10 err 0
http 25921 [000] 4124.869721: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 17 10.24.12.10/59464 -> 91.189.88.149/80 tos 0 scope 0 flags 0
==> dev - gw 0.0.0.0 src 0.0.0.0 err -11
http 25921 [000] 4124.869721: fib:fib_table_lookup: table 254 oif
0 iif 1 proto 17 10.24.12.10/59464 -> 91.189.88.149/80 tos 0 scope 0 flags 0
==> dev eth0 gw 10.24.12.1 src 10.24.12.10 err 0
http 25921 [000] 4124.869724: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 17 0.0.0.0/34526 -> 91.189.88.24/80 tos 0 scope 0 flags 0 ==> dev
- gw 0.0.0.0 src 0.0.0.0 err -11
http 25921 [000] 4124.869724: fib:fib_table_lookup: table 254 oif
0 iif 1 proto 17 0.0.0.0/34526 -> 91.189.88.24/80 tos 0 scope 0 flags 0 ==> dev
eth0 gw 10.24.12.1 src 10.24.12.10 err 0
http 25921 [000] 4124.869725: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 17 10.24.12.10/34526 -> 91.189.88.24/80 tos 0 scope 0 flags 0 ==>
dev - gw 0.0.0.0 src 0.0.0.0 err -11
http 25921 [000] 4124.869725: fib:fib_table_lookup: table 254 oif
0 iif 1 proto 17 10.24.12.10/34526 -> 91.189.88.24/80 tos 0 scope 0 flags 0 ==>
dev eth0 gw 10.24.12.1 src 10.24.12.10 err 0
http 25921 [000] 4124.869728: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 17 0.0.0.0/39702 -> 91.189.88.174/80 tos 0 scope 0 flags 0 ==>
dev - gw 0.0.0.0 src 0.0.0.0 err -11
http 25921 [000] 4124.869728: fib:fib_table_lookup: table 254 oif
0 iif 1 proto 17 0.0.0.0/39702 -> 91.189.88.174/80 tos 0 scope 0 flags 0 ==>
dev eth0 gw 10.24.12.1 src 10.24.12.10 err 0
http 25921 [000] 4124.869729: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 17 10.24.12.10/39702 -> 91.189.88.174/80 tos 0 scope 0 flags 0
==> dev - gw 0.0.0.0 src 0.0.0.0 err -11
http 25921 [000] 4124.869729: fib:fib_table_lookup: table 254 oif
0 iif 1 proto 17 10.24.12.10/39702 -> 91.189.88.174/80 tos 0 scope 0 flags 0
==> dev eth0 gw 10.24.12.1 src 10.24.12.10 err 0
http 25921 [000] 4124.869732: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 17 0.0.0.0/43935 -> 91.189.88.173/80 tos 0 scope 0 flags 0 ==>
dev - gw 0.0.0.0 src 0.0.0.0 err -11
http 25921 [000] 4124.869732: fib:fib_table_lookup: table 254 oif
0 iif 1 proto 17 0.0.0.0/43935 -> 91.189.88.173/80 tos 0 scope 0 flags 0 ==>
dev eth0 gw 10.24.12.1 src 10.24.12.10 err 0
http 25921 [000] 4124.869733: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 17 10.24.12.10/43935 -> 91.189.88.173/80 tos 0 scope 0 flags 0
==> dev - gw 0.0.0.0 src 0.0.0.0 err -11
http 25921 [000] 4124.869733: fib:fib_table_lookup: table 254 oif
0 iif 1 proto 17 10.24.12.10/43935 -> 91.189.88.173/80 tos 0 scope 0 flags 0
==> dev eth0 gw 10.24.12.1 src 10.24.12.10 err 0
http 25921 [000] 4124.869736: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 17 0.0.0.0/33215 -> 91.189.91.23/80 tos 0 scope 0 flags 0 ==> dev
- gw 0.0.0.0 src 0.0.0.0 err -11
http 25921 [000] 4124.869736: fib:fib_table_lookup: table 254 oif
0 iif 1 proto 17 0.0.0.0/33215 -> 91.189.91.23/80 tos 0 scope 0 flags 0 ==> dev
eth0 gw 10.24.12.1 src 10.24.12.10 err 0
http 25921 [000] 4124.869754: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 17 10.24.12.10/33215 -> 91.189.91.23/80 tos 0 scope 0 flags 0 ==>
dev - gw 0.0.0.0 src 0.0.0.0 err -11
http 25921 [000] 4124.869755: fib:fib_table_lookup: table 254 oif
0 iif 1 proto 17 10.24.12.10/33215 -> 91.189.91.23/80 tos 0 scope 0 flags 0 ==>
dev eth0 gw 10.24.12.1 src 10.24.12.10 err 0
http 25921 [000] 4124.869758: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 17 0.0.0.0/49179 -> 91.189.91.24/80 tos 0 scope 0 flags 0 ==> dev
- gw 0.0.0.0 src 0.0.0.0 err -11
http 25921 [000] 4124.869758: fib:fib_table_lookup: table 254 oif
0 iif 1 proto 17 0.0.0.0/49179 -> 91.189.91.24/80 tos 0 scope 0 flags 0 ==> dev
eth0 gw 10.24.12.1 src 10.24.12.10 err 0
http 25921 [000] 4124.869759: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 17 10.24.12.10/49179 -> 91.189.91.24/80 tos 0 scope 0 flags 0 ==>
dev - gw 0.0.0.0 src 0.0.0.0 err -11
http 25921 [000] 4124.869759: fib:fib_table_lookup: table 254 oif
0 iif 1 proto 17 10.24.12.10/49179 -> 91.189.91.24/80 tos 0 scope 0 flags 0 ==>
dev eth0 gw 10.24.12.1 src 10.24.12.10 err 0
http 25921 [000] 4124.869762: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 17 0.0.0.0/46951 -> 91.189.88.31/80 tos 0 scope 0 flags 0 ==> dev
- gw 0.0.0.0 src 0.0.0.0 err -11
http 25921 [000] 4124.869762: fib:fib_table_lookup: table 254 oif
0 iif 1 proto 17 0.0.0.0/46951 -> 91.189.88.31/80 tos 0 scope 0 flags 0 ==> dev
eth0 gw 10.24.12.1 src 10.24.12.10 err 0
http 25921 [000] 4124.869763: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 17 10.24.12.10/46951 -> 91.189.88.31/80 tos 0 scope 0 flags 0 ==>
dev - gw 0.0.0.0 src 0.0.0.0 err -11
http 25921 [000] 4124.869763: fib:fib_table_lookup: table 254 oif
0 iif 1 proto 17 10.24.12.10/46951 -> 91.189.88.31/80 tos 0 scope 0 flags 0 ==>
dev eth0 gw 10.24.12.1 src 10.24.12.10 err 0
http 25921 [000] 4124.869766: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 17 0.0.0.0/57985 -> 91.189.91.14/80 tos 0 scope 0 flags 0 ==> dev
- gw 0.0.0.0 src 0.0.0.0 err -11
http 25921 [000] 4124.869766: fib:fib_table_lookup: table 254 oif
0 iif 1 proto 17 0.0.0.0/57985 -> 91.189.91.14/80 tos 0 scope 0 flags 0 ==> dev
eth0 gw 10.24.12.1 src 10.24.12.10 err 0
http 25921 [000] 4124.869767: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 17 10.24.12.10/57985 -> 91.189.91.14/80 tos 0 scope 0 flags 0 ==>
dev - gw 0.0.0.0 src 0.0.0.0 err -11
http 25921 [000] 4124.869767: fib:fib_table_lookup: table 254 oif
0 iif 1 proto 17 10.24.12.10/57985 -> 91.189.91.14/80 tos 0 scope 0 flags 0 ==>
dev eth0 gw 10.24.12.1 src 10.24.12.10 err 0
http 25921 [000] 4124.869770: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 17 0.0.0.0/34612 -> 91.189.88.162/80 tos 0 scope 0 flags 0 ==>
dev - gw 0.0.0.0 src 0.0.0.0 err -11
http 25921 [000] 4124.869771: fib:fib_table_lookup: table 254 oif
0 iif 1 proto 17 0.0.0.0/34612 -> 91.189.88.162/80 tos 0 scope 0 flags 0 ==>
dev eth0 gw 10.24.12.1 src 10.24.12.10 err 0
http 25921 [000] 4124.869771: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 17 10.24.12.10/34612 -> 91.189.88.162/80 tos 0 scope 0 flags 0
==> dev - gw 0.0.0.0 src 0.0.0.0 err -11
http 25921 [000] 4124.869771: fib:fib_table_lookup: table 254 oif
0 iif 1 proto 17 10.24.12.10/34612 -> 91.189.88.162/80 tos 0 scope 0 flags 0
==> dev eth0 gw 10.24.12.1 src 10.24.12.10 err 0
http 25921 [000] 4124.869812: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 6 0.0.0.0/0 -> 91.189.91.26/80 tos 0 scope 0 flags 0 ==> dev - gw
0.0.0.0 src 0.0.0.0 err -11
http 25921 [000] 4124.869813: fib:fib_table_lookup: table 254 oif
0 iif 1 proto 6 0.0.0.0/0 -> 91.189.91.26/80 tos 0 scope 0 flags 0 ==> dev eth0
gw 10.24.12.1 src 10.24.12.10 err 0
http 25921 [000] 4124.869814: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 6 10.24.12.10/0 -> 91.189.91.26/80 tos 0 scope 0 flags 0 ==> dev
- gw 0.0.0.0 src 0.0.0.0 err -11
http 25921 [000] 4124.869814: fib:fib_table_lookup: table 254 oif
0 iif 1 proto 6 10.24.12.10/0 -> 91.189.91.26/80 tos 0 scope 0 flags 0 ==> dev
eth0 gw 10.24.12.1 src 10.24.12.10 err 0
http 25921 [000] 4124.869818: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 6 10.24.12.10/58264 -> 91.189.91.26/80 tos 0 scope 0 flags 0 ==>
dev - gw 0.0.0.0 src 0.0.0.0 err -11
http 25921 [000] 4124.869819: fib:fib_table_lookup: table 254 oif
0 iif 1 proto 6 10.24.12.10/58264 -> 91.189.91.26/80 tos 0 scope 0 flags 0 ==>
dev eth0 gw 10.24.12.1 src 10.24.12.10 err 0
http 25922 [000] 4124.871436: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 17 0.0.0.0/35659 -> 127.0.0.53/53 tos 0 scope 0 flags 0 ==> dev
lo gw 0.0.0.0 src 127.0.0.1 err 0
http 25922 [000] 4124.871437: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 17 127.0.0.1/35659 -> 127.0.0.53/53 tos 0 scope 0 flags 0 ==> dev
lo gw 0.0.0.0 src 127.0.0.1 err 0
http 25920 [000] 4124.872626: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 6 0.0.0.0/0 -> 91.189.95.83/80 tos 0 scope 0 flags 0 ==> dev - gw
0.0.0.0 src 0.0.0.0 err -11
http 25920 [000] 4124.872627: fib:fib_table_lookup: table 254 oif
0 iif 1 proto 6 0.0.0.0/0 -> 91.189.95.83/80 tos 0 scope 0 flags 0 ==> dev eth0
gw 10.24.12.1 src 10.24.12.10 err 0
http 25920 [000] 4124.872644: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 6 10.24.12.10/0 -> 91.189.95.83/80 tos 0 scope 0 flags 0 ==> dev
- gw 0.0.0.0 src 0.0.0.0 err -11
http 25920 [000] 4124.872645: fib:fib_table_lookup: table 254 oif
0 iif 1 proto 6 10.24.12.10/0 -> 91.189.95.83/80 tos 0 scope 0 flags 0 ==> dev
eth0 gw 10.24.12.1 src 10.24.12.10 err 0
http 25920 [000] 4124.872647: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 6 10.24.12.10/37810 -> 91.189.95.83/80 tos 0 scope 0 flags 0 ==>
dev - gw 0.0.0.0 src 0.0.0.0 err -11
http 25920 [000] 4124.872648: fib:fib_table_lookup: table 254 oif
0 iif 1 proto 6 10.24.12.10/37810 -> 91.189.95.83/80 tos 0 scope 0 flags 0 ==>
dev eth0 gw 10.24.12.1 src 10.24.12.10 err 0
http 25922 [000] 4125.053166: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 6 0.0.0.0/0 -> 51.140.0.211/80 tos 0 scope 0 flags 0 ==> dev - gw
0.0.0.0 src 0.0.0.0 err -11
http 25922 [000] 4125.053169: fib:fib_table_lookup: table 254 oif
0 iif 1 proto 6 0.0.0.0/0 -> 51.140.0.211/80 tos 0 scope 0 flags 0 ==> dev eth0
gw 10.24.12.1 src 10.24.12.10 err 0
http 25922 [000] 4125.053171: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 6 10.24.12.10/0 -> 51.140.0.211/80 tos 0 scope 0 flags 0 ==> dev
- gw 0.0.0.0 src 0.0.0.0 err -11
http 25922 [000] 4125.053172: fib:fib_table_lookup: table 254 oif
0 iif 1 proto 6 10.24.12.10/0 -> 51.140.0.211/80 tos 0 scope 0 flags 0 ==> dev
eth0 gw 10.24.12.1 src 10.24.12.10 err 0
http 25922 [000] 4125.053175: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 6 10.24.12.10/46538 -> 51.140.0.211/80 tos 0 scope 0 flags 0 ==>
dev - gw 0.0.0.0 src 0.0.0.0 err -11
http 25922 [000] 4125.053176: fib:fib_table_lookup: table 254 oif
0 iif 1 proto 6 10.24.12.10/46538 -> 51.140.0.211/80 tos 0 scope 0 flags 0 ==>
dev eth0 gw 10.24.12.1 src 10.24.12.10 err 0
http 25921 [000] 4125.120263: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 6 0.0.0.0/0 -> 91.189.88.149/80 tos 0 scope 0 flags 0 ==> dev -
gw 0.0.0.0 src 0.0.0.0 err -11
http 25921 [000] 4125.120265: fib:fib_table_lookup: table 254 oif
0 iif 1 proto 6 0.0.0.0/0 -> 91.189.88.149/80 tos 0 scope 0 flags 0 ==> dev
eth0 gw 10.24.12.1 src 10.24.12.10 err 0
http 25921 [000] 4125.120267: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 6 10.24.12.10/0 -> 91.189.88.149/80 tos 0 scope 0 flags 0 ==> dev
- gw 0.0.0.0 src 0.0.0.0 err -11
http 25921 [000] 4125.120268: fib:fib_table_lookup: table 254 oif
0 iif 1 proto 6 10.24.12.10/0 -> 91.189.88.149/80 tos 0 scope 0 flags 0 ==> dev
eth0 gw 10.24.12.1 src 10.24.12.10 err 0
http 25921 [000] 4125.120271: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 6 10.24.12.10/50938 -> 91.189.88.149/80 tos 0 scope 0 flags 0 ==>
dev - gw 0.0.0.0 src 0.0.0.0 err -11
http 25921 [000] 4125.120272: fib:fib_table_lookup: table 254 oif
0 iif 1 proto 6 10.24.12.10/50938 -> 91.189.88.149/80 tos 0 scope 0 flags 0 ==>
dev eth0 gw 10.24.12.1 src 10.24.12.10 err 0
http 25921 [000] 4125.370745: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 6 0.0.0.0/0 -> 91.189.88.24/80 tos 0 scope 0 flags 0 ==> dev - gw
0.0.0.0 src 0.0.0.0 err -11
http 25921 [000] 4125.370749: fib:fib_table_lookup: table 254 oif
0 iif 1 proto 6 0.0.0.0/0 -> 91.189.88.24/80 tos 0 scope 0 flags 0 ==> dev eth0
gw 10.24.12.1 src 10.24.12.10 err 0
http 25921 [000] 4125.370751: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 6 10.24.12.10/0 -> 91.189.88.24/80 tos 0 scope 0 flags 0 ==> dev
- gw 0.0.0.0 src 0.0.0.0 err -11
http 25921 [000] 4125.370752: fib:fib_table_lookup: table 254 oif
0 iif 1 proto 6 10.24.12.10/0 -> 91.189.88.24/80 tos 0 scope 0 flags 0 ==> dev
eth0 gw 10.24.12.1 src 10.24.12.10 err 0
http 25921 [000] 4125.370756: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 6 10.24.12.10/55830 -> 91.189.88.24/80 tos 0 scope 0 flags 0 ==>
dev - gw 0.0.0.0 src 0.0.0.0 err -11
http 25921 [000] 4125.370757: fib:fib_table_lookup: table 254 oif
0 iif 1 proto 6 10.24.12.10/55830 -> 91.189.88.24/80 tos 0 scope 0 flags 0 ==>
dev eth0 gw 10.24.12.1 src 10.24.12.10 err 0
http 25921 [000] 4125.621209: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 6 0.0.0.0/0 -> 91.189.88.174/80 tos 0 scope 0 flags 0 ==> dev -
gw 0.0.0.0 src 0.0.0.0 err -11
http 25921 [000] 4125.621212: fib:fib_table_lookup: table 254 oif
0 iif 1 proto 6 0.0.0.0/0 -> 91.189.88.174/80 tos 0 scope 0 flags 0 ==> dev
eth0 gw 10.24.12.1 src 10.24.12.10 err 0
http 25921 [000] 4125.621215: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 6 10.24.12.10/0 -> 91.189.88.174/80 tos 0 scope 0 flags 0 ==> dev
- gw 0.0.0.0 src 0.0.0.0 err -11
http 25921 [000] 4125.621216: fib:fib_table_lookup: table 254 oif
0 iif 1 proto 6 10.24.12.10/0 -> 91.189.88.174/80 tos 0 scope 0 flags 0 ==> dev
eth0 gw 10.24.12.1 src 10.24.12.10 err 0
http 25921 [000] 4125.621219: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 6 10.24.12.10/42472 -> 91.189.88.174/80 tos 0 scope 0 flags 0 ==>
dev - gw 0.0.0.0 src 0.0.0.0 err -11
http 25921 [000] 4125.621220: fib:fib_table_lookup: table 254 oif
0 iif 1 proto 6 10.24.12.10/42472 -> 91.189.88.174/80 tos 0 scope 0 flags 0 ==>
dev eth0 gw 10.24.12.1 src 10.24.12.10 err 0
http 25921 [000] 4125.871668: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 6 0.0.0.0/0 -> 91.189.88.173/80 tos 0 scope 0 flags 0 ==> dev -
gw 0.0.0.0 src 0.0.0.0 err -11
http 25921 [000] 4125.871671: fib:fib_table_lookup: table 254 oif
0 iif 1 proto 6 0.0.0.0/0 -> 91.189.88.173/80 tos 0 scope 0 flags 0 ==> dev
eth0 gw 10.24.12.1 src 10.24.12.10 err 0
http 25921 [000] 4125.871673: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 6 10.24.12.10/0 -> 91.189.88.173/80 tos 0 scope 0 flags 0 ==> dev
- gw 0.0.0.0 src 0.0.0.0 err -11
http 25921 [000] 4125.871674: fib:fib_table_lookup: table 254 oif
0 iif 1 proto 6 10.24.12.10/0 -> 91.189.88.173/80 tos 0 scope 0 flags 0 ==> dev
eth0 gw 10.24.12.1 src 10.24.12.10 err 0
http 25921 [000] 4125.871676: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 6 10.24.12.10/43154 -> 91.189.88.173/80 tos 0 scope 0 flags 0 ==>
dev - gw 0.0.0.0 src 0.0.0.0 err -11
http 25921 [000] 4125.871677: fib:fib_table_lookup: table 254 oif
0 iif 1 proto 6 10.24.12.10/43154 -> 91.189.88.173/80 tos 0 scope 0 flags 0 ==>
dev eth0 gw 10.24.12.1 src 10.24.12.10 err 0
http 25921 [000] 4126.122165: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 6 0.0.0.0/0 -> 91.189.91.23/80 tos 0 scope 0 flags 0 ==> dev - gw
0.0.0.0 src 0.0.0.0 err -11
http 25921 [000] 4126.122167: fib:fib_table_lookup: table 254 oif
0 iif 1 proto 6 0.0.0.0/0 -> 91.189.91.23/80 tos 0 scope 0 flags 0 ==> dev eth0
gw 10.24.12.1 src 10.24.12.10 err 0
http 25921 [000] 4126.122169: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 6 10.24.12.10/0 -> 91.189.91.23/80 tos 0 scope 0 flags 0 ==> dev
- gw 0.0.0.0 src 0.0.0.0 err -11
http 25921 [000] 4126.122169: fib:fib_table_lookup: table 254 oif
0 iif 1 proto 6 10.24.12.10/0 -> 91.189.91.23/80 tos 0 scope 0 flags 0 ==> dev
eth0 gw 10.24.12.1 src 10.24.12.10 err 0
http 25921 [000] 4126.122172: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 6 10.24.12.10/36070 -> 91.189.91.23/80 tos 0 scope 0 flags 0 ==>
dev - gw 0.0.0.0 src 0.0.0.0 err -11
http 25921 [000] 4126.122172: fib:fib_table_lookup: table 254 oif
0 iif 1 proto 6 10.24.12.10/36070 -> 91.189.91.23/80 tos 0 scope 0 flags 0 ==>
dev eth0 gw 10.24.12.1 src 10.24.12.10 err 0
http 25921 [000] 4126.372690: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 6 0.0.0.0/0 -> 91.189.91.24/80 tos 0 scope 0 flags 0 ==> dev - gw
0.0.0.0 src 0.0.0.0 err -11
http 25921 [000] 4126.372696: fib:fib_table_lookup: table 254 oif
0 iif 1 proto 6 0.0.0.0/0 -> 91.189.91.24/80 tos 0 scope 0 flags 0 ==> dev eth0
gw 10.24.12.1 src 10.24.12.10 err 0
http 25921 [000] 4126.372701: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 6 10.24.12.10/0 -> 91.189.91.24/80 tos 0 scope 0 flags 0 ==> dev
- gw 0.0.0.0 src 0.0.0.0 err -11
http 25921 [000] 4126.372703: fib:fib_table_lookup: table 254 oif
0 iif 1 proto 6 10.24.12.10/0 -> 91.189.91.24/80 tos 0 scope 0 flags 0 ==> dev
eth0 gw 10.24.12.1 src 10.24.12.10 err 0
http 25921 [000] 4126.372709: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 6 10.24.12.10/37798 -> 91.189.91.24/80 tos 0 scope 0 flags 0 ==>
dev - gw 0.0.0.0 src 0.0.0.0 err -11
http 25921 [000] 4126.372711: fib:fib_table_lookup: table 254 oif
0 iif 1 proto 6 10.24.12.10/37798 -> 91.189.91.24/80 tos 0 scope 0 flags 0 ==>
dev eth0 gw 10.24.12.1 src 10.24.12.10 err 0
http 25921 [000] 4126.623146: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 6 0.0.0.0/0 -> 91.189.88.31/80 tos 0 scope 0 flags 0 ==> dev - gw
0.0.0.0 src 0.0.0.0 err -11
http 25921 [000] 4126.623167: fib:fib_table_lookup: table 254 oif
0 iif 1 proto 6 0.0.0.0/0 -> 91.189.88.31/80 tos 0 scope 0 flags 0 ==> dev eth0
gw 10.24.12.1 src 10.24.12.10 err 0
http 25921 [000] 4126.623169: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 6 10.24.12.10/0 -> 91.189.88.31/80 tos 0 scope 0 flags 0 ==> dev
- gw 0.0.0.0 src 0.0.0.0 err -11
http 25921 [000] 4126.623170: fib:fib_table_lookup: table 254 oif
0 iif 1 proto 6 10.24.12.10/0 -> 91.189.88.31/80 tos 0 scope 0 flags 0 ==> dev
eth0 gw 10.24.12.1 src 10.24.12.10 err 0
http 25921 [000] 4126.623172: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 6 10.24.12.10/57332 -> 91.189.88.31/80 tos 0 scope 0 flags 0 ==>
dev - gw 0.0.0.0 src 0.0.0.0 err -11
http 25921 [000] 4126.623173: fib:fib_table_lookup: table 254 oif
0 iif 1 proto 6 10.24.12.10/57332 -> 91.189.88.31/80 tos 0 scope 0 flags 0 ==>
dev eth0 gw 10.24.12.1 src 10.24.12.10 err 0
http 25921 [000] 4126.873604: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 6 0.0.0.0/0 -> 91.189.91.14/80 tos 0 scope 0 flags 0 ==> dev - gw
0.0.0.0 src 0.0.0.0 err -11
http 25921 [000] 4126.873608: fib:fib_table_lookup: table 254 oif
0 iif 1 proto 6 0.0.0.0/0 -> 91.189.91.14/80 tos 0 scope 0 flags 0 ==> dev eth0
gw 10.24.12.1 src 10.24.12.10 err 0
http 25921 [000] 4126.873610: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 6 10.24.12.10/0 -> 91.189.91.14/80 tos 0 scope 0 flags 0 ==> dev
- gw 0.0.0.0 src 0.0.0.0 err -11
http 25921 [000] 4126.873610: fib:fib_table_lookup: table 254 oif
0 iif 1 proto 6 10.24.12.10/0 -> 91.189.91.14/80 tos 0 scope 0 flags 0 ==> dev
eth0 gw 10.24.12.1 src 10.24.12.10 err 0
http 25921 [000] 4126.873614: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 6 10.24.12.10/54374 -> 91.189.91.14/80 tos 0 scope 0 flags 0 ==>
dev - gw 0.0.0.0 src 0.0.0.0 err -11
http 25921 [000] 4126.873614: fib:fib_table_lookup: table 254 oif
0 iif 1 proto 6 10.24.12.10/54374 -> 91.189.91.14/80 tos 0 scope 0 flags 0 ==>
dev eth0 gw 10.24.12.1 src 10.24.12.10 err 0
http 25921 [000] 4127.124045: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 6 0.0.0.0/0 -> 91.189.88.162/80 tos 0 scope 0 flags 0 ==> dev -
gw 0.0.0.0 src 0.0.0.0 err -11
http 25921 [000] 4127.124050: fib:fib_table_lookup: table 254 oif
0 iif 1 proto 6 0.0.0.0/0 -> 91.189.88.162/80 tos 0 scope 0 flags 0 ==> dev
eth0 gw 10.24.12.1 src 10.24.12.10 err 0
http 25921 [000] 4127.124054: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 6 10.24.12.10/0 -> 91.189.88.162/80 tos 0 scope 0 flags 0 ==> dev
- gw 0.0.0.0 src 0.0.0.0 err -11
http 25921 [000] 4127.124056: fib:fib_table_lookup: table 254 oif
0 iif 1 proto 6 10.24.12.10/0 -> 91.189.88.162/80 tos 0 scope 0 flags 0 ==> dev
eth0 gw 10.24.12.1 src 10.24.12.10 err 0
http 25921 [000] 4127.124062: fib:fib_table_lookup: table 255 oif
0 iif 1 proto 6 10.24.12.10/45496 -> 91.189.88.162/80 tos 0 scope 0 flags 0 ==>
dev - gw 0.0.0.0 src 0.0.0.0 err -11
http 25921 [000] 4127.124063: fib:fib_table_lookup: table 254 oif
0 iif 1 proto 6 10.24.12.10/45496 -> 91.189.88.162/80 tos 0 scope 0 flags 0 ==>
dev eth0 gw 10.24.12.1 src 10.24.12.10 err 0
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
strace: Process 36321 attached
[pid 36321] +++ exited with 0 +++
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=36321, si_uid=0,
si_status=0, si_utime=0, si_stime=0} ---
socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 4
connect(4, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"}, 110) = -1
ENOENT (No such file or directory)
socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 4
connect(4, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"}, 110) = -1
ENOENT (No such file or directory)
socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 4
connect(4, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"}, 110) = -1
ENOENT (No such file or directory)
socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 4
connect(4, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"}, 110) = -1
ENOENT (No such file or directory)
strace: Process 36322 attached
[pid 36322] --- SIGINT {si_signo=SIGINT, si_code=SI_USER, si_pid=36320,
si_uid=0} ---
[pid 36322] +++ killed by SIGINT +++
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_KILLED, si_pid=36322, si_uid=0,
si_status=SIGINT, si_utime=0, si_stime=0} ---
strace: Process 36323 attached
strace: Process 36324 attached
strace: Process 36325 attached
[pid 36324] socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3
[pid 36324] connect(3, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"},
110) = -1 ENOENT (No such file or directory)
[pid 36324] socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3
[pid 36324] connect(3, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"},
110) = -1 ENOENT (No such file or directory)
[pid 36323] socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3
[pid 36323] connect(3, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"},
110) = -1 ENOENT (No such file or directory)
[pid 36323] socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3
[pid 36323] connect(3, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"},
110) = -1 ENOENT (No such file or directory)
[pid 36324] socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3
[pid 36324] connect(3, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"},
110) = -1 ENOENT (No such file or directory)
[pid 36324] socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3
[pid 36324] connect(3, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"},
110) = -1 ENOENT (No such file or directory)
[pid 36323] socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3
[pid 36323] connect(3, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"},
110) = -1 ENOENT (No such file or directory)
[pid 36323] socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3
[pid 36323] connect(3, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"},
110) = -1 ENOENT (No such file or directory)
[pid 36324] socket(AF_INET, SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK, IPPROTO_IP)
= 3
[pid 36324] connect(3, {sa_family=AF_INET, sin_port=htons(53),
sin_addr=inet_addr("127.0.0.53")}, 16) = 0
[pid 36324] sendto(3,
"PN\1\0\0\1\0\0\0\0\0\1\5_http\4_tcp\10security\6ubuntu\3com\0\0!\0\1\0\0)\2\0\0\0\0\0\0\0",
59, MSG_NOSIGNAL, NULL, 0) = 59
[pid 36324] recvfrom(3,
"PN\201\203\0\1\0\0\0\0\0\1\5_http\4_tcp\10security\6ubuntu\3com\0\0!\0\1\0\0)\377\326\0\0\0\0\0\0",
512, 0, {sa_family=AF_INET, sin_port=htons(53),
sin_addr=inet_addr("127.0.0.53")}, [28->16]) = 59
[pid 36324] socket(AF_NETLINK, SOCK_RAW, NETLINK_ROUTE) = 3
[pid 36324] bind(3, {sa_family=AF_NETLINK, nl_pid=0, nl_groups=00000000}, 12) = 0
[pid 36324] getsockname(3, {sa_family=AF_NETLINK, nl_pid=36324,
nl_groups=00000000}, [12]) = 0
[pid 36324] sendto(3, {{len=20, type=RTM_GETADDR,
flags=NLM_F_REQUEST|NLM_F_DUMP, seq=1568192209, pid=0}, {ifa_family=AF_UNSPEC,
...}}, 20, 0, {sa_family=AF_NETLINK, nl_pid=0, nl_groups=00000000}, 12) = 20
[pid 36324] recvmsg(3, {msg_name={sa_family=AF_NETLINK, nl_pid=0,
nl_groups=00000000}, msg_namelen=12, msg_iov=[{iov_base=[{{len=76,
type=RTM_NEWADDR, flags=NLM_F_MULTI, seq=1568192209, pid=36324},
{ifa_family=AF_INET, ifa_prefixlen=8, ifa_flags=IFA_F_PERMANENT,
ifa_scope=RT_SCOPE_HOST, ifa_index=if_nametoindex("lo")}, [{{nla_len=8,
nla_type=IFA_ADDRESS}, 127.0.0.1}, {{nla_len=8, nla_type=IFA_LOCAL},
127.0.0.1}, {{nla_len=7, nla_type=IFA_LABEL}, "lo"}, {{nla_len=8,
nla_type=IFA_FLAGS}, IFA_F_PERMANENT}, {{nla_len=20, nla_type=IFA_CACHEINFO},
{ifa_prefered=4294967295, ifa_valid=4294967295, cstamp=607, tstamp=607}}]},
{{len=88, type=RTM_NEWADDR, flags=NLM_F_MULTI, seq=1568192209, pid=36324},
{ifa_family=AF_INET, ifa_prefixlen=24, ifa_flags=IFA_F_PERMANENT,
ifa_scope=RT_SCOPE_UNIVERSE, ifa_index=if_nametoindex("eth0")}, [{{nla_len=8,
nla_type=IFA_ADDRESS}, 10.24.12.10}, {{nla_len=8, nla_type=IFA_LOCAL},
10.24.12.10}, {{nla_len=8, nla_type=IFA_BROADCAST}, 10.24.12.255}, {{nla_len=9,
nla_type=IFA_LABEL}, "eth0"}, {{nla_len=8, nla_type=IFA_FLAGS},
IFA_F_PERMANENT}, {{nla_len=20, nla_type=IFA_CACHEINFO},
{ifa_prefered=4294967295, ifa_valid=4294967295, cstamp=1494, tstamp=1494}}]},
{{len=88, type=RTM_NEWADDR, flags=NLM_F_MULTI, seq=1568192209, pid=36324},
{ifa_family=AF_INET, ifa_prefixlen=24, ifa_flags=IFA_F_PERMANENT,
ifa_scope=RT_SCOPE_UNIVERSE, ifa_index=if_nametoindex("eth1")}, [{{nla_len=8,
nla_type=IFA_ADDRESS}, 10.24.12.9}, {{nla_len=8, nla_type=IFA_LOCAL},
10.24.12.9}, {{nla_len=8, nla_type=IFA_BROADCAST}, 10.24.12.255}, {{nla_len=9,
nla_type=IFA_LABEL}, "eth1"}, {{nla_len=8, nla_type=IFA_FLAGS},
IFA_F_PERMANENT}, {{nla_len=20, nla_type=IFA_CACHEINFO},
{ifa_prefered=4294967295, ifa_valid=4294967295, cstamp=1200, tstamp=1200}}]}],
iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 252
[pid 36324] recvmsg(3, {msg_name={sa_family=AF_NETLINK, nl_pid=0,
nl_groups=00000000}, msg_namelen=12, msg_iov=[{iov_base=[{{len=72,
type=RTM_NEWADDR, flags=NLM_F_MULTI, seq=1568192209, pid=36324},
{ifa_family=AF_INET6, ifa_prefixlen=128, ifa_flags=IFA_F_PERMANENT,
ifa_scope=RT_SCOPE_HOST, ifa_index=if_nametoindex("lo")}, [{{nla_len=20,
nla_type=IFA_ADDRESS}, ::1}, {{nla_len=20, nla_type=IFA_CACHEINFO},
{ifa_prefered=4294967295, ifa_valid=4294967295, cstamp=607, tstamp=607}},
{{nla_len=8, nla_type=IFA_FLAGS}, IFA_F_PERMANENT}]}, {{len=72,
type=RTM_NEWADDR, flags=NLM_F_MULTI, seq=1568192209, pid=36324},
{ifa_family=AF_INET6, ifa_prefixlen=64, ifa_flags=IFA_F_PERMANENT,
ifa_scope=RT_SCOPE_LINK, ifa_index=if_nametoindex("eth0")}, [{{nla_len=20,
nla_type=IFA_ADDRESS}, fe80::222:48ff:fe07:ccad}, {{nla_len=20,
nla_type=IFA_CACHEINFO}, {ifa_prefered=4294967295, ifa_valid=4294967295,
cstamp=1490, tstamp=1490}}, {{nla_len=8, nla_type=IFA_FLAGS},
IFA_F_PERMANENT}]}, {{len=72, type=RTM_NEWADDR, flags=NLM_F_MULTI,
seq=1568192209, pid=36324}, {ifa_family=AF_INET6, ifa_prefixlen=64,
ifa_flags=IFA_F_PERMANENT, ifa_scope=RT_SCOPE_LINK,
ifa_index=if_nametoindex("eth1")}, [{{nla_len=20, nla_type=IFA_ADDRESS},
fe80::222:48ff:fe07:c96c}, {{nla_len=20, nla_type=IFA_CACHEINFO},
{ifa_prefered=4294967295, ifa_valid=4294967295, cstamp=1198, tstamp=1198}},
{{nla_len=8, nla_type=IFA_FLAGS}, IFA_F_PERMANENT}]}], iov_len=4096}],
msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 216
[pid 36324] recvmsg(3, {msg_name={sa_family=AF_NETLINK, nl_pid=0,
nl_groups=00000000}, msg_namelen=12, msg_iov=[{iov_base={{len=20,
type=NLMSG_DONE, flags=NLM_F_MULTI, seq=1568192209, pid=36324}, 0},
iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 20
[pid 36324] socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 4
[pid 36324] connect(4, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"},
110) = -1 ENOENT (No such file or directory)
[pid 36324] socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3
[pid 36324] connect(3, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"},
110) = -1 ENOENT (No such file or directory)
[pid 36323] socket(AF_INET, SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK, IPPROTO_IP)
= 3
[pid 36323] connect(3, {sa_family=AF_INET, sin_port=htons(53),
sin_addr=inet_addr("127.0.0.53")}, 16) = 0
[pid 36323] sendto(3,
"\247\n\1\0\0\1\0\0\0\0\0\1\5_http\4_tcp\3ppa\tlaunchpad\3net\0\0!\0\1\0\0)\2\0\0\0\0\0\0\0",
57, MSG_NOSIGNAL, NULL, 0) = 57
[pid 36323] recvfrom(3,
"\247\n\201\203\0\1\0\0\0\0\0\1\5_http\4_tcp\3ppa\tlaunchpad\3net\0\0!\0\1\0\0)\377\326\0\0\0\0\0\0",
512, 0, {sa_family=AF_INET, sin_port=htons(53),
sin_addr=inet_addr("127.0.0.53")}, [28->16]) = 57
[pid 36324] socket(AF_INET, SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK, IPPROTO_IP)
= 3
[pid 36324] connect(3, {sa_family=AF_INET, sin_port=htons(53),
sin_addr=inet_addr("127.0.0.53")}, 16) = 0
[pid 36324] sendmmsg(3, [{msg_hdr={msg_name=NULL, msg_namelen=0,
msg_iov=[{iov_base="2\331\1\0\0\1\0\0\0\0\0\1\10security\6ubuntu\3com\0\0\1\0\1\0\0)\4\260\0\0\0\0\0\0",
iov_len=48}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, msg_len=48},
{msg_hdr={msg_name=NULL, msg_namelen=0,
msg_iov=[{iov_base="\376\336\1\0\0\1\0\0\0\0\0\1\10security\6ubuntu\3com\0\0\34\0\1\0\0)\4\260\0\0\0\0\0\0",
iov_len=48}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, msg_len=48}], 2,
MSG_NOSIGNAL) = 2
[pid 36324] recvfrom(3, <unfinished ...>
[pid 36325] socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0
<unfinished ...>
[pid 36324] <... recvfrom resumed>
"\376\336\201\200\0\1\0\6\0\0\0\1\10security\6ubuntu\3com\0\0\34\0\1\300\f\0\34\0\1\0\0\0\30\0\20
\1\6|\23`\200\1\0\0\0\0\0\0\0!\300\f\0\34\0\1\0\0\0\30\0\20
\1\6|\25`\200\1\0\0\0\0\0\0\0\21\300\f\0\34\0\1\0\0\0\30\0\20
\1\6|\25b\0\0\0\0\0\0\0\0\0\26\300\f\0\34\0\1\0\0\0\30\0\20
\1\6|\23`\200\1\0\0\0\0\0\0\0\27\300\f\0\34\0\1\0\0\0\30\0\20
\1\6|\25b\0\0\0\0\0\0\0\0\0\31\300\f\0\34\0\1\0\0\0\30\0\20
\1\6|\25`\200\1\0\0\0\0\0\0\0\24\0\0)\377\326\0\0\0\0\0\0", 2048, 0,
{sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("127.0.0.53")},
[28->16]) = 216
[pid 36325] <... socket resumed> ) = 3
[pid 36325] connect(3, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"},
110) = -1 ENOENT (No such file or directory)
[pid 36323] socket(AF_NETLINK, SOCK_RAW, NETLINK_ROUTE) = 3
[pid 36325] socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0
<unfinished ...>
[pid 36323] bind(3, {sa_family=AF_NETLINK, nl_pid=0, nl_groups=00000000}, 12
<unfinished ...>
[pid 36325] <... socket resumed> ) = 3
[pid 36323] <... bind resumed> ) = 0
[pid 36325] connect(3, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"},
110 <unfinished ...>
[pid 36323] getsockname(3, <unfinished ...>
[pid 36325] <... connect resumed> ) = -1 ENOENT (No such file or directory)
[pid 36323] <... getsockname resumed> {sa_family=AF_NETLINK, nl_pid=36323,
nl_groups=00000000}, [12]) = 0
[pid 36323] sendto(3, {{len=20, type=RTM_GETADDR,
flags=NLM_F_REQUEST|NLM_F_DUMP, seq=1568192209, pid=0}, {ifa_family=AF_UNSPEC,
...}}, 20, 0, {sa_family=AF_NETLINK, nl_pid=0, nl_groups=00000000}, 12) = 20
[pid 36323] recvmsg(3, {msg_name={sa_family=AF_NETLINK, nl_pid=0,
nl_groups=00000000}, msg_namelen=12, msg_iov=[{iov_base=[{{len=76,
type=RTM_NEWADDR, flags=NLM_F_MULTI, seq=1568192209, pid=36323},
{ifa_family=AF_INET, ifa_prefixlen=8, ifa_flags=IFA_F_PERMANENT,
ifa_scope=RT_SCOPE_HOST, ifa_index=if_nametoindex("lo")}, [{{nla_len=8,
nla_type=IFA_ADDRESS}, 127.0.0.1}, {{nla_len=8, nla_type=IFA_LOCAL},
127.0.0.1}, {{nla_len=7, nla_type=IFA_LABEL}, "lo"}, {{nla_len=8,
nla_type=IFA_FLAGS}, IFA_F_PERMANENT}, {{nla_len=20, nla_type=IFA_CACHEINFO},
{ifa_prefered=4294967295, ifa_valid=4294967295, cstamp=607, tstamp=607}}]},
{{len=88, type=RTM_NEWADDR, flags=NLM_F_MULTI, seq=1568192209, pid=36323},
{ifa_family=AF_INET, ifa_prefixlen=24, ifa_flags=IFA_F_PERMANENT,
ifa_scope=RT_SCOPE_UNIVERSE, ifa_index=if_nametoindex("eth0")}, [{{nla_len=8,
nla_type=IFA_ADDRESS}, 10.24.12.10}, {{nla_len=8, nla_type=IFA_LOCAL},
10.24.12.10}, {{nla_len=8, nla_type=IFA_BROADCAST}, 10.24.12.255}, {{nla_len=9,
nla_type=IFA_LABEL}, "eth0"}, {{nla_len=8, nla_type=IFA_FLAGS},
IFA_F_PERMANENT}, {{nla_len=20, nla_type=IFA_CACHEINFO},
{ifa_prefered=4294967295, ifa_valid=4294967295, cstamp=1494, tstamp=1494}}]},
{{len=88, type=RTM_NEWADDR, flags=NLM_F_MULTI, seq=1568192209, pid=36323},
{ifa_family=AF_INET, ifa_prefixlen=24, ifa_flags=IFA_F_PERMANENT,
ifa_scope=RT_SCOPE_UNIVERSE, ifa_index=if_nametoindex("eth1")}, [{{nla_len=8,
nla_type=IFA_ADDRESS}, 10.24.12.9}, {{nla_len=8, nla_type=IFA_LOCAL},
10.24.12.9}, {{nla_len=8, nla_type=IFA_BROADCAST}, 10.24.12.255}, {{nla_len=9,
nla_type=IFA_LABEL}, "eth1"}, {{nla_len=8, nla_type=IFA_FLAGS},
IFA_F_PERMANENT}, {{nla_len=20, nla_type=IFA_CACHEINFO},
{ifa_prefered=4294967295, ifa_valid=4294967295, cstamp=1200, tstamp=1200}}]}],
iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 252
[pid 36323] recvmsg(3, {msg_name={sa_family=AF_NETLINK, nl_pid=0,
nl_groups=00000000}, msg_namelen=12, msg_iov=[{iov_base=[{{len=72,
type=RTM_NEWADDR, flags=NLM_F_MULTI, seq=1568192209, pid=36323},
{ifa_family=AF_INET6, ifa_prefixlen=128, ifa_flags=IFA_F_PERMANENT,
ifa_scope=RT_SCOPE_HOST, ifa_index=if_nametoindex("lo")}, [{{nla_len=20,
nla_type=IFA_ADDRESS}, ::1}, {{nla_len=20, nla_type=IFA_CACHEINFO},
{ifa_prefered=4294967295, ifa_valid=4294967295, cstamp=607, tstamp=607}},
{{nla_len=8, nla_type=IFA_FLAGS}, IFA_F_PERMANENT}]}, {{len=72,
type=RTM_NEWADDR, flags=NLM_F_MULTI, seq=1568192209, pid=36323},
{ifa_family=AF_INET6, ifa_prefixlen=64, ifa_flags=IFA_F_PERMANENT,
ifa_scope=RT_SCOPE_LINK, ifa_index=if_nametoindex("eth0")}, [{{nla_len=20,
nla_type=IFA_ADDRESS}, fe80::222:48ff:fe07:ccad}, {{nla_len=20,
nla_type=IFA_CACHEINFO}, {ifa_prefered=4294967295, ifa_valid=4294967295,
cstamp=1490, tstamp=1490}}, {{nla_len=8, nla_type=IFA_FLAGS},
IFA_F_PERMANENT}]}, {{len=72, type=RTM_NEWADDR, flags=NLM_F_MULTI,
seq=1568192209, pid=36323}, {ifa_family=AF_INET6, ifa_prefixlen=64,
ifa_flags=IFA_F_PERMANENT, ifa_scope=RT_SCOPE_LINK,
ifa_index=if_nametoindex("eth1")}, [{{nla_len=20, nla_type=IFA_ADDRESS},
fe80::222:48ff:fe07:c96c}, {{nla_len=20, nla_type=IFA_CACHEINFO},
{ifa_prefered=4294967295, ifa_valid=4294967295, cstamp=1198, tstamp=1198}},
{{nla_len=8, nla_type=IFA_FLAGS}, IFA_F_PERMANENT}]}], iov_len=4096}],
msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 216
[pid 36323] recvmsg(3, {msg_name={sa_family=AF_NETLINK, nl_pid=0,
nl_groups=00000000}, msg_namelen=12, msg_iov=[{iov_base={{len=20,
type=NLMSG_DONE, flags=NLM_F_MULTI, seq=1568192209, pid=36323}, 0},
iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 20
[pid 36323] socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 4
[pid 36323] connect(4, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"},
110) = -1 ENOENT (No such file or directory)
[pid 36323] socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3
[pid 36323] connect(3, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"},
110) = -1 ENOENT (No such file or directory)
[pid 36323] socket(AF_INET, SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK, IPPROTO_IP)
= 3
[pid 36323] connect(3, {sa_family=AF_INET, sin_port=htons(53),
sin_addr=inet_addr("127.0.0.53")}, 16) = 0
[pid 36323] sendmmsg(3, [{msg_hdr={msg_name=NULL, msg_namelen=0,
msg_iov=[{iov_base="DN\1\0\0\1\0\0\0\0\0\1\3ppa\tlaunchpad\3net\0\0\1\0\1\0\0)\4\260\0\0\0\0\0\0",
iov_len=46}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, msg_len=46},
{msg_hdr={msg_name=NULL, msg_namelen=0,
msg_iov=[{iov_base="\340S\1\0\0\1\0\0\0\0\0\1\3ppa\tlaunchpad\3net\0\0\34\0\1\0\0)\4\260\0\0\0\0\0\0",
iov_len=46}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, msg_len=46}], 2,
MSG_NOSIGNAL) = 2
[pid 36323] recvfrom(3,
"DN\201\200\0\1\0\1\0\0\0\1\3ppa\tlaunchpad\3net\0\0\1\0\1\300\f\0\1\0\1\0\0\0\n\0\4[\275_S\0\0)\377\326\0\0\0\0\0\0",
2048, 0, {sa_family=AF_INET, sin_port=htons(53),
sin_addr=inet_addr("127.0.0.53")}, [28->16]) = 62
[pid 36323] recvfrom(3,
"\340S\201\200\0\1\0\0\0\0\0\1\3ppa\tlaunchpad\3net\0\0\34\0\1\0\0)\377\326\0\0\0\0\0\0",
65536, 0, {sa_family=AF_INET, sin_port=htons(53),
sin_addr=inet_addr("127.0.0.53")}, [28->16]) = 46
[pid 36323] socket(AF_INET, SOCK_STREAM, IPPROTO_TCP) = 3
[pid 36323] connect(3, {sa_family=AF_INET, sin_port=htons(80),
sin_addr=inet_addr("91.189.95.83")}, 16) = -1 EINPROGRESS (Operation now in
progress)
[pid 36325] socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3
[pid 36325] connect(3, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"},
110) = -1 ENOENT (No such file or directory)
[pid 36325] socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3
[pid 36325] connect(3, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"},
110) = -1 ENOENT (No such file or directory)
[pid 36325] socket(AF_INET, SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK, IPPROTO_IP)
= 3
[pid 36325] connect(3, {sa_family=AF_INET, sin_port=htons(53),
sin_addr=inet_addr("127.0.0.53")}, 16) = 0
[pid 36325] sendto(3,
"\24A\1\0\0\1\0\0\0\0\0\1\5_http\4_tcp\5azure\7archive\6ubuntu\3com\0\0!\0\1\0\0)\2\0\0\0\0\0\0\0",
64, MSG_NOSIGNAL, NULL, 0) = 64
[pid 36325] recvfrom(3,
"\24A\201\203\0\1\0\0\0\0\0\1\5_http\4_tcp\5azure\7archive\6ubuntu\3com\0\0!\0\1\0\0)\377\326\0\0\0\0\0\0",
512, 0, {sa_family=AF_INET, sin_port=htons(53),
sin_addr=inet_addr("127.0.0.53")}, [28->16]) = 64
[pid 36325] socket(AF_NETLINK, SOCK_RAW, NETLINK_ROUTE) = 3
[pid 36325] bind(3, {sa_family=AF_NETLINK, nl_pid=0, nl_groups=00000000}, 12) = 0
[pid 36325] getsockname(3, {sa_family=AF_NETLINK, nl_pid=36325,
nl_groups=00000000}, [12]) = 0
[pid 36325] sendto(3, {{len=20, type=RTM_GETADDR,
flags=NLM_F_REQUEST|NLM_F_DUMP, seq=1568192209, pid=0}, {ifa_family=AF_UNSPEC,
...}}, 20, 0, {sa_family=AF_NETLINK, nl_pid=0, nl_groups=00000000}, 12) = 20
[pid 36325] recvmsg(3, {msg_name={sa_family=AF_NETLINK, nl_pid=0,
nl_groups=00000000}, msg_namelen=12, msg_iov=[{iov_base=[{{len=76,
type=RTM_NEWADDR, flags=NLM_F_MULTI, seq=1568192209, pid=36325},
{ifa_family=AF_INET, ifa_prefixlen=8, ifa_flags=IFA_F_PERMANENT,
ifa_scope=RT_SCOPE_HOST, ifa_index=if_nametoindex("lo")}, [{{nla_len=8,
nla_type=IFA_ADDRESS}, 127.0.0.1}, {{nla_len=8, nla_type=IFA_LOCAL},
127.0.0.1}, {{nla_len=7, nla_type=IFA_LABEL}, "lo"}, {{nla_len=8,
nla_type=IFA_FLAGS}, IFA_F_PERMANENT}, {{nla_len=20, nla_type=IFA_CACHEINFO},
{ifa_prefered=4294967295, ifa_valid=4294967295, cstamp=607, tstamp=607}}]},
{{len=88, type=RTM_NEWADDR, flags=NLM_F_MULTI, seq=1568192209, pid=36325},
{ifa_family=AF_INET, ifa_prefixlen=24, ifa_flags=IFA_F_PERMANENT,
ifa_scope=RT_SCOPE_UNIVERSE, ifa_index=if_nametoindex("eth0")}, [{{nla_len=8,
nla_type=IFA_ADDRESS}, 10.24.12.10}, {{nla_len=8, nla_type=IFA_LOCAL},
10.24.12.10}, {{nla_len=8, nla_type=IFA_BROADCAST}, 10.24.12.255}, {{nla_len=9,
nla_type=IFA_LABEL}, "eth0"}, {{nla_len=8, nla_type=IFA_FLAGS},
IFA_F_PERMANENT}, {{nla_len=20, nla_type=IFA_CACHEINFO},
{ifa_prefered=4294967295, ifa_valid=4294967295, cstamp=1494, tstamp=1494}}]},
{{len=88, type=RTM_NEWADDR, flags=NLM_F_MULTI, seq=1568192209, pid=36325},
{ifa_family=AF_INET, ifa_prefixlen=24, ifa_flags=IFA_F_PERMANENT,
ifa_scope=RT_SCOPE_UNIVERSE, ifa_index=if_nametoindex("eth1")}, [{{nla_len=8,
nla_type=IFA_ADDRESS}, 10.24.12.9}, {{nla_len=8, nla_type=IFA_LOCAL},
10.24.12.9}, {{nla_len=8, nla_type=IFA_BROADCAST}, 10.24.12.255}, {{nla_len=9,
nla_type=IFA_LABEL}, "eth1"}, {{nla_len=8, nla_type=IFA_FLAGS},
IFA_F_PERMANENT}, {{nla_len=20, nla_type=IFA_CACHEINFO},
{ifa_prefered=4294967295, ifa_valid=4294967295, cstamp=1200, tstamp=1200}}]}],
iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 252
[pid 36325] recvmsg(3, {msg_name={sa_family=AF_NETLINK, nl_pid=0,
nl_groups=00000000}, msg_namelen=12, msg_iov=[{iov_base=[{{len=72,
type=RTM_NEWADDR, flags=NLM_F_MULTI, seq=1568192209, pid=36325},
{ifa_family=AF_INET6, ifa_prefixlen=128, ifa_flags=IFA_F_PERMANENT,
ifa_scope=RT_SCOPE_HOST, ifa_index=if_nametoindex("lo")}, [{{nla_len=20,
nla_type=IFA_ADDRESS}, ::1}, {{nla_len=20, nla_type=IFA_CACHEINFO},
{ifa_prefered=4294967295, ifa_valid=4294967295, cstamp=607, tstamp=607}},
{{nla_len=8, nla_type=IFA_FLAGS}, IFA_F_PERMANENT}]}, {{len=72,
type=RTM_NEWADDR, flags=NLM_F_MULTI, seq=1568192209, pid=36325},
{ifa_family=AF_INET6, ifa_prefixlen=64, ifa_flags=IFA_F_PERMANENT,
ifa_scope=RT_SCOPE_LINK, ifa_index=if_nametoindex("eth0")}, [{{nla_len=20,
nla_type=IFA_ADDRESS}, fe80::222:48ff:fe07:ccad}, {{nla_len=20,
nla_type=IFA_CACHEINFO}, {ifa_prefered=4294967295, ifa_valid=4294967295,
cstamp=1490, tstamp=1490}}, {{nla_len=8, nla_type=IFA_FLAGS},
IFA_F_PERMANENT}]}, {{len=72, type=RTM_NEWADDR, flags=NLM_F_MULTI,
seq=1568192209, pid=36325}, {ifa_family=AF_INET6, ifa_prefixlen=64,
ifa_flags=IFA_F_PERMANENT, ifa_scope=RT_SCOPE_LINK,
ifa_index=if_nametoindex("eth1")}, [{{nla_len=20, nla_type=IFA_ADDRESS},
fe80::222:48ff:fe07:c96c}, {{nla_len=20, nla_type=IFA_CACHEINFO},
{ifa_prefered=4294967295, ifa_valid=4294967295, cstamp=1198, tstamp=1198}},
{{nla_len=8, nla_type=IFA_FLAGS}, IFA_F_PERMANENT}]}], iov_len=4096}],
msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 216
[pid 36325] recvmsg(3, {msg_name={sa_family=AF_NETLINK, nl_pid=0,
nl_groups=00000000}, msg_namelen=12, msg_iov=[{iov_base={{len=20,
type=NLMSG_DONE, flags=NLM_F_MULTI, seq=1568192209, pid=36325}, 0},
iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 20
[pid 36325] socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 4
[pid 36325] connect(4, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"},
110) = -1 ENOENT (No such file or directory)
[pid 36325] socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3
[pid 36325] connect(3, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"},
110) = -1 ENOENT (No such file or directory)
[pid 36324] recvfrom(3,
"2\331\201\200\0\1\0\n\0\0\0\1\10security\6ubuntu\3com\0\0\1\0\1\300\f\0\1\0\1\0\0\0\31\0\4[\275X\30\300\f\0\1\0\1\0\0\0\31\0\4[\275[\32\300\f\0\1\0\1\0\0\0\31\0\4[\275X\255\300\f\0\1\0\1\0\0\0\31\0\4[\275X\256\300\f\0\1\0\1\0\0\0\31\0\4[\275[\30\300\f\0\1\0\1\0\0\0\31\0\4[\275[\27\300\f\0\1\0\1\0\0\0\31\0\4[\275X\242\300\f\0\1\0\1\0\0\0\31\0\4[\275[\16\300\f\0\1\0\1\0\0\0\31\0\4[\275X\225\300\f\0\1\0\1\0\0\0\31\0\4[\275X\37\0\0)\377\326\0\0\0\0\0\0",
65536, 0, {sa_family=AF_INET, sin_port=htons(53),
sin_addr=inet_addr("127.0.0.53")}, [28->16]) = 208
[pid 36324] socket(AF_INET6, SOCK_DGRAM|SOCK_CLOEXEC, IPPROTO_IP) = 3
[pid 36324] connect(3, {sa_family=AF_INET6, sin6_port=htons(80),
inet_pton(AF_INET6, "2001:67c:1360:8001::21", &sin6_addr),
sin6_flowinfo=htonl(0), sin6_scope_id=0}, 28) = -1 ENETUNREACH (Network is
unreachable)
[pid 36324] connect(3, {sa_family=AF_UNSPEC,
sa_data="\0\0\0\0\0\0\0\0\0\0\0\0\0\0"}, 16) = 0
[pid 36324] connect(3, {sa_family=AF_INET6, sin6_port=htons(80),
inet_pton(AF_INET6, "2001:67c:1560:8001::11", &sin6_addr),
sin6_flowinfo=htonl(0), sin6_scope_id=0}, 28) = -1 ENETUNREACH (Network is
unreachable)
[pid 36324] connect(3, {sa_family=AF_UNSPEC,
sa_data="\0\0\0\0\0\0\0\0\0\0\0\0\0\0"}, 16) = 0
[pid 36324] connect(3, {sa_family=AF_INET6, sin6_port=htons(80),
inet_pton(AF_INET6, "2001:67c:1562::16", &sin6_addr), sin6_flowinfo=htonl(0),
sin6_scope_id=0}, 28) = -1 ENETUNREACH (Network is unreachable)
[pid 36324] connect(3, {sa_family=AF_UNSPEC,
sa_data="\0\0\0\0\0\0\0\0\0\0\0\0\0\0"}, 16) = 0
[pid 36324] connect(3, {sa_family=AF_INET6, sin6_port=htons(80),
inet_pton(AF_INET6, "2001:67c:1360:8001::17", &sin6_addr),
sin6_flowinfo=htonl(0), sin6_scope_id=0}, 28) = -1 ENETUNREACH (Network is
unreachable)
[pid 36324] connect(3, {sa_family=AF_UNSPEC,
sa_data="\0\0\0\0\0\0\0\0\0\0\0\0\0\0"}, 16 <unfinished ...>
[pid 36325] socket(AF_INET, SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK, IPPROTO_IP
<unfinished ...>
[pid 36324] <... connect resumed> ) = 0
[pid 36325] <... socket resumed> ) = 3
[pid 36324] connect(3, {sa_family=AF_INET6, sin6_port=htons(80),
inet_pton(AF_INET6, "2001:67c:1562::19", &sin6_addr), sin6_flowinfo=htonl(0),
sin6_scope_id=0}, 28 <unfinished ...>
[pid 36325] connect(3, {sa_family=AF_INET, sin_port=htons(53),
sin_addr=inet_addr("127.0.0.53")}, 16 <unfinished ...>
[pid 36324] <... connect resumed> ) = -1 ENETUNREACH (Network is
unreachable)
[pid 36325] <... connect resumed> ) = 0
[pid 36324] connect(3, {sa_family=AF_UNSPEC,
sa_data="\0\0\0\0\0\0\0\0\0\0\0\0\0\0"}, 16) = 0
[pid 36324] connect(3, {sa_family=AF_INET6, sin6_port=htons(80),
inet_pton(AF_INET6, "2001:67c:1560:8001::14", &sin6_addr),
sin6_flowinfo=htonl(0), sin6_scope_id=0}, 28 <unfinished ...>
[pid 36325] sendmmsg(3, <unfinished ...>
[pid 36324] <... connect resumed> ) = -1 ENETUNREACH (Network is
unreachable)
[pid 36325] <... sendmmsg resumed> [{msg_hdr={msg_name=NULL, msg_namelen=0,
msg_iov=[{iov_base="\346o\1\0\0\1\0\0\0\0\0\1\5azure\7archive\6ubuntu\3com\0\0\1\0\1\0\0)\4\260\0\0\0\0\0\0",
iov_len=53}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, msg_len=53},
{msg_hdr={msg_name=NULL, msg_namelen=0,
msg_iov=[{iov_base="\310w\1\0\0\1\0\0\0\0\0\1\5azure\7archive\6ubuntu\3com\0\0\34\0\1\0\0)\4\260\0\0\0\0\0\0",
iov_len=53}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, msg_len=53}], 2,
MSG_NOSIGNAL) = 2
[pid 36324] connect(3, {sa_family=AF_UNSPEC,
sa_data="\0\0\0\0\0\0\0\0\0\0\0\0\0\0"}, 16) = 0
[pid 36324] connect(3, {sa_family=AF_INET, sin_port=htons(80),
sin_addr=inet_addr("91.189.88.24")}, 16 <unfinished ...>
[pid 36325] recvfrom(3, <unfinished ...>
[pid 36324] <... connect resumed> ) = 0
[pid 36325] <... recvfrom resumed>
"\310w\201\200\0\1\0\2\0\0\0\1\5azure\7archive\6ubuntu\3com\0\0\34\0\1\300\f\0\5\0\1\0\0\0\32\0'\22ubuntu-archive-asm\16trafficmanager\3net\0\3006\0\5\0\1\0\0\0\243\0$\narchive-lb\7uksouth\10cloudapp\5azure\300!\0\0)\377\326\0\0\0\0\0\0",
2048, 0, {sa_family=AF_INET, sin_port=htons(53),
sin_addr=inet_addr("127.0.0.53")}, [28->16]) = 152
[pid 36324] getsockname(3, {sa_family=AF_INET6, sin6_port=htons(49655),
inet_pton(AF_INET6, "::ffff:10.24.12.10", &sin6_addr), sin6_flowinfo=htonl(0),
sin6_scope_id=0}, [28]) = 0
[pid 36324] connect(3, {sa_family=AF_UNSPEC,
sa_data="\0\0\0\0\0\0\0\0\0\0\0\0\0\0"}, 16) = 0
[pid 36324] connect(3, {sa_family=AF_INET, sin_port=htons(80),
sin_addr=inet_addr("91.189.91.26")}, 16) = 0
[pid 36324] getsockname(3, {sa_family=AF_INET6, sin6_port=htons(49028),
inet_pton(AF_INET6, "::ffff:10.24.12.10", &sin6_addr), sin6_flowinfo=htonl(0),
sin6_scope_id=0}, [28]) = 0
[pid 36324] connect(3, {sa_family=AF_UNSPEC,
sa_data="\0\0\0\0\0\0\0\0\0\0\0\0\0\0"}, 16) = 0
[pid 36324] connect(3, {sa_family=AF_INET, sin_port=htons(80),
sin_addr=inet_addr("91.189.88.173")}, 16) = 0
[pid 36324] getsockname(3, {sa_family=AF_INET6, sin6_port=htons(41881),
inet_pton(AF_INET6, "::ffff:10.24.12.10", &sin6_addr), sin6_flowinfo=htonl(0),
sin6_scope_id=0}, [28]) = 0
[pid 36324] connect(3, {sa_family=AF_UNSPEC,
sa_data="\0\0\0\0\0\0\0\0\0\0\0\0\0\0"}, 16) = 0
[pid 36324] connect(3, {sa_family=AF_INET, sin_port=htons(80),
sin_addr=inet_addr("91.189.88.174")}, 16) = 0
[pid 36324] getsockname(3, {sa_family=AF_INET6, sin6_port=htons(38464),
inet_pton(AF_INET6, "::ffff:10.24.12.10", &sin6_addr), sin6_flowinfo=htonl(0),
sin6_scope_id=0}, [28]) = 0
[pid 36324] connect(3, {sa_family=AF_UNSPEC,
sa_data="\0\0\0\0\0\0\0\0\0\0\0\0\0\0"}, 16) = 0
[pid 36324] connect(3, {sa_family=AF_INET, sin_port=htons(80),
sin_addr=inet_addr("91.189.91.24")}, 16) = 0
[pid 36324] getsockname(3, {sa_family=AF_INET6, sin6_port=htons(42203),
inet_pton(AF_INET6, "::ffff:10.24.12.10", &sin6_addr), sin6_flowinfo=htonl(0),
sin6_scope_id=0}, [28]) = 0
[pid 36324] connect(3, {sa_family=AF_UNSPEC,
sa_data="\0\0\0\0\0\0\0\0\0\0\0\0\0\0"}, 16) = 0
[pid 36324] connect(3, {sa_family=AF_INET, sin_port=htons(80),
sin_addr=inet_addr("91.189.91.23")}, 16) = 0
[pid 36324] getsockname(3, {sa_family=AF_INET6, sin6_port=htons(36741),
inet_pton(AF_INET6, "::ffff:10.24.12.10", &sin6_addr), sin6_flowinfo=htonl(0),
sin6_scope_id=0}, [28]) = 0
[pid 36324] connect(3, {sa_family=AF_UNSPEC,
sa_data="\0\0\0\0\0\0\0\0\0\0\0\0\0\0"}, 16) = 0
[pid 36324] connect(3, {sa_family=AF_INET, sin_port=htons(80),
sin_addr=inet_addr("91.189.88.162")}, 16) = 0
[pid 36324] getsockname(3, {sa_family=AF_INET6, sin6_port=htons(55074),
inet_pton(AF_INET6, "::ffff:10.24.12.10", &sin6_addr), sin6_flowinfo=htonl(0),
sin6_scope_id=0}, [28]) = 0
[pid 36324] connect(3, {sa_family=AF_UNSPEC,
sa_data="\0\0\0\0\0\0\0\0\0\0\0\0\0\0"}, 16) = 0
[pid 36324] connect(3, {sa_family=AF_INET, sin_port=htons(80),
sin_addr=inet_addr("91.189.91.14")}, 16) = 0
[pid 36324] getsockname(3, {sa_family=AF_INET6, sin6_port=htons(38765),
inet_pton(AF_INET6, "::ffff:10.24.12.10", &sin6_addr), sin6_flowinfo=htonl(0),
sin6_scope_id=0}, [28]) = 0
[pid 36324] connect(3, {sa_family=AF_UNSPEC,
sa_data="\0\0\0\0\0\0\0\0\0\0\0\0\0\0"}, 16) = 0
[pid 36324] connect(3, {sa_family=AF_INET, sin_port=htons(80),
sin_addr=inet_addr("91.189.88.149")}, 16) = 0
[pid 36324] getsockname(3, {sa_family=AF_INET6, sin6_port=htons(50952),
inet_pton(AF_INET6, "::ffff:10.24.12.10", &sin6_addr), sin6_flowinfo=htonl(0),
sin6_scope_id=0}, [28]) = 0
[pid 36324] connect(3, {sa_family=AF_UNSPEC,
sa_data="\0\0\0\0\0\0\0\0\0\0\0\0\0\0"}, 16) = 0
[pid 36324] connect(3, {sa_family=AF_INET, sin_port=htons(80),
sin_addr=inet_addr("91.189.88.31")}, 16) = 0
[pid 36324] getsockname(3, {sa_family=AF_INET6, sin6_port=htons(49783),
inet_pton(AF_INET6, "::ffff:10.24.12.10", &sin6_addr), sin6_flowinfo=htonl(0),
sin6_scope_id=0}, [28]) = 0
[pid 36324] socket(AF_INET, SOCK_STREAM, IPPROTO_TCP) = 3
[pid 36324] connect(3, {sa_family=AF_INET, sin_port=htons(80),
sin_addr=inet_addr("91.189.88.24")}, 16) = -1 EINPROGRESS (Operation now in
progress)
[pid 36325] recvfrom(3,
"\346o\201\200\0\1\0\3\0\0\0\1\5azure\7archive\6ubuntu\3com\0\0\1\0\1\300\f\0\5\0\1\0\0\0\32\0'\22ubuntu-archive-asm\16trafficmanager\3net\0\3006\0\5\0\1\0\0\0\243\0$\narchive-lb\7uksouth\10cloudapp\5azure\300!\300i\0\1\0\1\0\0\0\n\0\0043\214\0\323\0\0)\377\326\0\0\0\0\0\0",
65536, 0, {sa_family=AF_INET, sin_port=htons(53),
sin_addr=inet_addr("127.0.0.53")}, [28->16]) = 168
[pid 36325] socket(AF_INET, SOCK_STREAM, IPPROTO_TCP) = 3
[pid 36325] connect(3, {sa_family=AF_INET, sin_port=htons(80),
sin_addr=inet_addr("51.140.0.211")}, 16) = -1 EINPROGRESS (Operation now in
progress)
[pid 36324] socket(AF_INET6, SOCK_STREAM, IPPROTO_TCP) = 4
[pid 36324] connect(4, {sa_family=AF_INET6, sin6_port=htons(80),
inet_pton(AF_INET6, "2001:67c:1360:8001::21", &sin6_addr),
sin6_flowinfo=htonl(0), sin6_scope_id=0}, 28) = -1 ENETUNREACH (Network is
unreachable)
[pid 36324] socket(AF_INET, SOCK_STREAM, IPPROTO_TCP) = 4
[pid 36324] connect(4, {sa_family=AF_INET, sin_port=htons(80),
sin_addr=inet_addr("91.189.91.26")}, 16) = -1 EINPROGRESS (Operation now in
progress)
[pid 36324] socket(AF_INET6, SOCK_STREAM, IPPROTO_TCP) = 5
[pid 36324] connect(5, {sa_family=AF_INET6, sin6_port=htons(80),
inet_pton(AF_INET6, "2001:67c:1560:8001::11", &sin6_addr),
sin6_flowinfo=htonl(0), sin6_scope_id=0}, 28) = -1 ENETUNREACH (Network is
unreachable)
[pid 36324] socket(AF_INET, SOCK_STREAM, IPPROTO_TCP) = 5
[pid 36324] connect(5, {sa_family=AF_INET, sin_port=htons(80),
sin_addr=inet_addr("91.189.88.173")}, 16) = -1 EINPROGRESS (Operation now in
progress)
[pid 36324] socket(AF_INET6, SOCK_STREAM, IPPROTO_TCP) = 6
[pid 36324] connect(6, {sa_family=AF_INET6, sin6_port=htons(80),
inet_pton(AF_INET6, "2001:67c:1562::16", &sin6_addr), sin6_flowinfo=htonl(0),
sin6_scope_id=0}, 28) = -1 ENETUNREACH (Network is unreachable)
[pid 36324] socket(AF_INET, SOCK_STREAM, IPPROTO_TCP) = 6
[pid 36324] connect(6, {sa_family=AF_INET, sin_port=htons(80),
sin_addr=inet_addr("91.189.88.174")}, 16) = -1 EINPROGRESS (Operation now in
progress)
[pid 36324] socket(AF_INET6, SOCK_STREAM, IPPROTO_TCP) = 7
[pid 36324] connect(7, {sa_family=AF_INET6, sin6_port=htons(80),
inet_pton(AF_INET6, "2001:67c:1360:8001::17", &sin6_addr),
sin6_flowinfo=htonl(0), sin6_scope_id=0}, 28) = -1 ENETUNREACH (Network is
unreachable)
[pid 36324] socket(AF_INET, SOCK_STREAM, IPPROTO_TCP) = 7
[pid 36324] connect(7, {sa_family=AF_INET, sin_port=htons(80),
sin_addr=inet_addr("91.189.91.24")}, 16) = -1 EINPROGRESS (Operation now in
progress)
[pid 36324] socket(AF_INET6, SOCK_STREAM, IPPROTO_TCP) = 8
[pid 36324] connect(8, {sa_family=AF_INET6, sin6_port=htons(80),
inet_pton(AF_INET6, "2001:67c:1562::19", &sin6_addr), sin6_flowinfo=htonl(0),
sin6_scope_id=0}, 28) = -1 ENETUNREACH (Network is unreachable)
[pid 36324] socket(AF_INET, SOCK_STREAM, IPPROTO_TCP) = 8
[pid 36324] connect(8, {sa_family=AF_INET, sin_port=htons(80),
sin_addr=inet_addr("91.189.91.23")}, 16) = -1 EINPROGRESS (Operation now in
progress)
[pid 36324] socket(AF_INET6, SOCK_STREAM, IPPROTO_TCP) = 9
[pid 36324] connect(9, {sa_family=AF_INET6, sin6_port=htons(80),
inet_pton(AF_INET6, "2001:67c:1560:8001::14", &sin6_addr),
sin6_flowinfo=htonl(0), sin6_scope_id=0}, 28) = -1 ENETUNREACH (Network is
unreachable)
[pid 36324] socket(AF_INET, SOCK_STREAM, IPPROTO_TCP) = 9
[pid 36324] connect(9, {sa_family=AF_INET, sin_port=htons(80),
sin_addr=inet_addr("91.189.88.162")}, 16) = -1 EINPROGRESS (Operation now in
progress)
[pid 36324] socket(AF_INET, SOCK_STREAM, IPPROTO_TCP) = 10
[pid 36324] connect(10, {sa_family=AF_INET, sin_port=htons(80),
sin_addr=inet_addr("91.189.91.14")}, 16) = -1 EINPROGRESS (Operation now in
progress)
[pid 36324] socket(AF_INET, SOCK_STREAM, IPPROTO_TCP) = 11
[pid 36324] connect(11, {sa_family=AF_INET, sin_port=htons(80),
sin_addr=inet_addr("91.189.88.149")}, 16) = -1 EINPROGRESS (Operation now in
progress)
[pid 36324] socket(AF_INET, SOCK_STREAM, IPPROTO_TCP) = 12
[pid 36324] connect(12, {sa_family=AF_INET, sin_port=htons(80),
sin_addr=inet_addr("91.189.88.31")}, 16) = -1 EINPROGRESS (Operation now in
progress)
Err:1 http://ppa.launchpad.net/ansible/ansible/ubuntu bionic InRelease
Could not connect to ppa.launchpad.net:80 (91.189.95.83), connection timed out
Err:2 http://azure.archive.ubuntu.com/ubuntu bionic InRelease
Could not connect to azure.archive.ubuntu.com:80 (51.140.0.211), connection
timed out
Err:3 http://azure.archive.ubuntu.com/ubuntu bionic-updates InRelease
Unable to connect to azure.archive.ubuntu.com:http:
Err:4 http://azure.archive.ubuntu.com/ubuntu bionic-backports InRelease
Unable to connect to azure.archive.ubuntu.com:http:
Err:5 http://security.ubuntu.com/ubuntu bionic-security InRelease
Cannot initiate the connection to security.ubuntu.com:80
(2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot
initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::11). -
connect (101: Network is unreachable) Cannot initiate the connection to
security.ubuntu.com:80 (2001:67c:1562::16). - connect (101: Network is
unreachable) Cannot initiate the connection to security.ubuntu.com:80
(2001:67c:1360:8001::17). - connect (101: Network is unreachable) Cannot
initiate the connection to security.ubuntu.com:80 (2001:67c:1562::19). -
connect (101: Network is unreachable) Cannot initiate the connection to
security.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is
unreachable) Could not connect to security.ubuntu.com:80 (91.189.88.24),
connection timed out Could not connect to security.ubuntu.com:80
(91.189.91.26), connection timed out Could not connect to
security.ubuntu.com:80 (91.189.88.173), connection timed out Could not connect
to security.ubuntu.com:80 (91.189.88.174), connection timed out Could not
connect to security.ubuntu.com:80 (91.189.91.24), connection timed out Could
not connect to security.ubuntu.com:80 (91.189.91.23), connection timed out
Could not connect to security.ubuntu.com:80 (91.189.88.162), connection timed
out Could not connect to security.ubuntu.com:80 (91.189.91.14), connection
timed out Could not connect to security.ubuntu.com:80 (91.189.88.149),
connection timed out Could not connect to security.ubuntu.com:80
(91.189.88.31), connection timed out
[pid 36323] --- SIGINT {si_signo=SIGINT, si_code=SI_USER, si_pid=36320,
si_uid=0} ---
[pid 36323] +++ exited with 100 +++
[pid 36320] --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=36323,
si_uid=104, si_status=100, si_utime=0, si_stime=1} ---
[pid 36324] --- SIGINT {si_signo=SIGINT, si_code=SI_USER, si_pid=36320,
si_uid=0} ---
[pid 36324] +++ exited with 100 +++
[pid 36320] --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=36324,
si_uid=104, si_status=100, si_utime=0, si_stime=1} ---
[pid 36325] --- SIGINT {si_signo=SIGINT, si_code=SI_USER, si_pid=36320,
si_uid=0} ---
[pid 36325] +++ exited with 100 +++
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=36325, si_uid=104,
si_status=100, si_utime=1, si_stime=1} ---
Reading package lists...strace: Process 36394 attached
[pid 36394] +++ exited with 0 +++
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=36394, si_uid=0,
si_status=0, si_utime=0, si_stime=0} ---
strace: Process 36396 attached
[pid 36396] +++ exited with 0 +++
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=36396, si_uid=0,
si_status=0, si_utime=0, si_stime=0} ---
Building dependency tree...
Reading state information...
All packages are up to date.
W: Failed to fetch
http://azure.archive.ubuntu.com/ubuntu/dists/bionic/InRelease Could not
connect to azure.archive.ubuntu.com:80 (51.140.0.211), connection timed out
W: Failed to fetch
http://azure.archive.ubuntu.com/ubuntu/dists/bionic-updates/InRelease Unable
to connect to azure.archive.ubuntu.com:http:
W: Failed to fetch
http://azure.archive.ubuntu.com/ubuntu/dists/bionic-backports/InRelease Unable
to connect to azure.archive.ubuntu.com:http:
W: Failed to fetch
http://security.ubuntu.com/ubuntu/dists/bionic-security/InRelease Cannot
initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::21). -
connect (101: Network is unreachable) Cannot initiate the connection to
security.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is
unreachable) Cannot initiate the connection to security.ubuntu.com:80
(2001:67c:1562::16). - connect (101: Network is unreachable) Cannot initiate
the connection to security.ubuntu.com:80 (2001:67c:1360:8001::17). - connect
(101: Network is unreachable) Cannot initiate the connection to
security.ubuntu.com:80 (2001:67c:1562::19). - connect (101: Network is
unreachable) Cannot initiate the connection to security.ubuntu.com:80
(2001:67c:1560:8001::14). - connect (101: Network is unreachable) Could not
connect to security.ubuntu.com:80 (91.189.88.24), connection timed out Could
not connect to security.ubuntu.com:80 (91.189.91.26), connection timed out
Could not connect to security.ubuntu.com:80 (91.189.88.173), connection timed
out Could not connect to security.ubuntu.com:80 (91.189.88.174), connection
timed out Could not connect to security.ubuntu.com:80 (91.189.91.24),
connection timed out Could not connect to security.ubuntu.com:80
(91.189.91.23), connection timed out Could not connect to
security.ubuntu.com:80 (91.189.88.162), connection timed out Could not connect
to security.ubuntu.com:80 (91.189.91.14), connection timed out Could not
connect to security.ubuntu.com:80 (91.189.88.149), connection timed out Could
not connect to security.ubuntu.com:80 (91.189.88.31), connection timed out
W: Failed to fetch
http://ppa.launchpad.net/ansible/ansible/ubuntu/dists/bionic/InRelease Could
not connect to ppa.launchpad.net:80 (91.189.95.83), connection timed out
W: Some index files failed to download. They have been ignored, or old ones
used instead.
+++ exited with 0 +++