From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.3 required=5.0 tests=DKIM_ADSP_ALL,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H2 autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 19301 invoked from network); 13 Mar 2023 16:09:44 -0000 Received: from second.openwall.net (193.110.157.125) by inbox.vuxu.org with ESMTPUTF8; 13 Mar 2023 16:09:44 -0000 Received: (qmail 19592 invoked by uid 550); 13 Mar 2023 16:09:40 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Reply-To: musl@lists.openwall.com Received: (qmail 11338 invoked from network); 13 Mar 2023 15:30:56 -0000 From: =?iso-8859-1?Q?Briner_C=E9dric_=28DI=29?= To: "musl@lists.openwall.com" Thread-Topic: resolv.conf and ndots:5 Thread-Index: AdlVvV2tB8F0gKNMQIGjtCVSOSLAIQ== Date: Mon, 13 Mar 2023 15:30:44 +0000 Message-ID: <71e40202617b4912a98671fa73d30df4@etat.ge.ch> Accept-Language: fr-CH, en-US Content-Language: fr-FR X-MS-Has-Attach: X-MS-TNEF-Correlator: Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; d=etat.ge.ch; s=GVA21; c=relaxed/relaxed; h=from:to:subject:date:message-id:content-type:mime-version; bh=vZXisnHbdZABpqzd+H5+nAZQvPHyEjyiW5fCzn0TzQg=; b=XdJgkW8YkJ0Qe1Knz2YUsRe98/TgjlrbD5JCGE9+fieSKcxPhEE6CfpaxfNZ5OcokCtEHoqM7q16 K2GK1lunl5PSp62e3TqjtKb/7FNIUi2Fo2FB9HrJZvpOuKQ1sjPRJVQnYupGbpPkR/PS4ltxjjwD Ew0g8eK3Dj8Rks9xkQ1kIWzEl16aucId6XdWTsTecqBDMeqJW2kycw3mmC7UfgveJcHryef1Zj+k TJwvbEbmBEVvviXtfE79Y+HZ6MGzvKs/0boFBccAwhPy8CLbcIz647yjpyQh38wOowkFOiGu1G1B 3k56R+SXT2naIqZhEfBOcPA7aJ0bQZNbEcDAdg== Subject: [musl] resolv.conf and ndots:5 Hi, We do run kubernetes. And some of the applications are shipped with the mus= l libc library brought by alpine images. We have discovered a bad behaviour= on how the system "nss" is interpreting our /etc/resolv.conf cat /etc/resolv.conf # search app-5580-capitastra-rec-01.svc.cluster.local svc.cluster.local c= luster.local ceti.etat-ge.ch # nameserver 10.177.0.10 # options ndots:5 For checking the behaviour of libc, we have used the command "getent hosts"= . Below are the command that we have tested and the result o fit getent hosts ge.ch # getent hosts ge.ch. # 160.53.144.68 ge.ch ge.ch ge.ch. As you can see, the fully qualified ge.ch. (with the leading dot) is resolv= ing. And the ge.ch (without the leading dot) is not resolving. We have done some test for the following domain to better test and you can = see on the right if is succeed or not - ge.ch. sucesss - ge.ch failed - etat-ge.ch. success - etat-ge.ch failed - ge.fr success - tsr.ch success We have looked at the calls with the help of strace for this different comm= and. The ones that failed has such pattern on the strace - try to solve ge.ch. app-5580-capitastra-rec-01.svc.cluster.local - try to solve ge.ch.svc.cluster.local - try to solve ge.ch.cluster.local - try to solve ge.ch.ceti.etat-ge.ch - Do not try to solve ge.ch And the one that works well have the same trace but try to solve the last a= nd they solve it. - try to solve ge.fr. app-5580-capitastra-rec-01.svc.cluster.local - try to solve ge.fr.svc.cluster.local - try to solve ge.fr.cluster.local - try to solve ge.fr.ceti.etat-ge.ch - try to solve ge.fr -> success A bit puzzled by this, we imagined that the problem came from the libc and = the fact that the last search domain "ceti.etat-ge.ch" does finish as the d= omain (ge.ch) we want to resolve. That seems a bit strange.. but.. we saw the same when trying to solve "etat= -ge.ch" Furthermore, we have discovered that "getent hosts ge.ch" is working well i= f we change the line "options ndots:1" in the resolv.conf Below the signature are the capture made with strace. The firsts are the sp= arse one with the element you should look at, the second one (full) shows a= ll the call Regards, C=E9dric BRINER # Strace capture ## sparse and commented ### ge.ch As said, the ge.ch doesn't resolve, and this is shown in the strace of `get= ent hosts ge.ch` ``` . ge.ch.app-5580-capitastra-rec-01.svc.cluster.local [pid 1228780] recvfrom(3, "\273\226\205\3\0\1\0\0\0\1\0\1\2ge\2ch\32app-558= 0-capi"..., 512, 0, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_addr=3D= inet_addr("10.177.0.10")}, [16]) =3D 172 . ge.ch.app-5580-capitastra-rec-01.svc.cluster.local [pid 1228780] recvfrom(3, "\377\16\205\3\0\1\0\0\0\1\0\1\2ge\2ch\3svc\7clus= ter\5l"..., 512, 0, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_addr=3D= inet_addr("10.177.0.10")}, [16]) =3D 145 . ge.ch.app-5580-capitastra-rec-01.svc.cluster.local [pid 1228780] recvfrom(3, "\310\v\205\3\0\1\0\0\0\1\0\1\2ge\2ch\7cluster\5l= ocal"..., 512, 0, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_addr=3Din= et_addr("10.177.0.10")}, [16]) =3D 141 . ge.ch.app-5580-capitastra-rec-01.svc.cluster.local [pid 1228780] sendto(3, "\2567\1\0\0\1\0\0\0\0\0\0\2ge\2ch\4ceti\7etat-ge\2= "..., 39, MSG_NOSIGNAL, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_add= r=3Dinet_addr("10.177.0.10")}, 16) =3D 39 . ge.ch.app-5580-capitastra-rec-01.svc.cluster.local [pid 1228780] recvfrom(3, "\2567\205\200\0\1\0\0\0\1\0\1\2ge\2ch\4ceti\7eta= t-ge\2"..., 512, 0, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_addr=3D= inet_addr("10.177.0.10")}, [16]) =3D 140 . ``` ### tsr.ch As said, the tsr.ch doesn't resolve, and this is shown in the strace of `ge= tent hosts tsr.ch` ``` . tsr.ch.app-5580-capitastra-rec-01.svc.cluster.local [pid 1234077] sendto(3, "\5\223\1\0\0\1\0\0\0\0\0\0\3tsr\2ch\32app-5580-cap= "..., 69, MSG_NOSIGNAL, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_add= r=3Dinet_addr("10.177.0.10")}, 16) =3D 69 . tsr.ch.svc.cluster.local [pid 1234077] sendto(3, "\6n\1\0\0\1\0\0\0\0\0\0\3tsr\2ch\3svc\7cluster\5".= .., 42, MSG_NOSIGNAL, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_addr= =3Dinet_addr("10.177.0.10")}, 16) =3D 42 . tsr.ch.cluster.local [pid 1234077] sendto(3, "\4u\1\0\0\1\0\0\0\0\0\0\3tsr\2ch\7cluster\5loca"..= ., 38, MSG_NOSIGNAL, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_addr= =3Dinet_addr("10.177.0.10")}, 16) =3D 38 . tsr.ch.ceti.etat-ge.ch [pid 1234077] sendto(3, "\230\204\1\0\0\1\0\0\0\0\0\0\3tsr\2ch\4ceti\7etat-= ge"..., 40, MSG_NOSIGNAL, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_a= ddr=3Dinet_addr("10.177.0.10")}, 16) =3D 40 . tsr.ch. [pid 1234077] sendto(3, "\304\377\1\0\0\1\0\0\0\0\0\0\3tsr\2ch\0\0\34\0\1",= 24, MSG_NOSIGNAL, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_addr=3Di= net_addr("10.177.0.10")}, 16) =3D 24 ``` ### ge.fr As said, the ge.fr does resolve, and this is shown in the strace of `getent= hosts ge.fr` ``` . ge.fr.app-5580-capitastra-rec-01.svc.cluster.local [pid 1237356] sendto(3, "\225\345\1\0\0\1\0\0\0\0\0\0\2ge\2fr\32app-5580-ca= pi"..., 68, MSG_NOSIGNAL, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_a= ddr=3Dinet_addr("10.177.0.10")}, 16) =3D 68 . ge.fr.svc.cluster.local [pid 1237356] sendto(3, "L\301\1\0\0\1\0\0\0\0\0\0\2ge\2fr\3svc\7cluster\5l= "..., 41, MSG_NOSIGNAL, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_add= r=3Dinet_addr("10.177.0.10")}, 16) =3D 41 . ge.fr.cluster.local [pid 1237356] sendto(3, "\242>\1\0\0\1\0\0\0\0\0\0\2ge\2fr\7cluster\5local"= ..., 37, MSG_NOSIGNAL, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_addr= =3Dinet_addr("10.177.0.10")}, 16) =3D 37 . ge.fr.ceti.etat-ge.ch [pid 1237356] sendto(3, "pr\1\0\0\1\0\0\0\0\0\0\2ge\2fr\4ceti\7etat-ge\2"..= ., 39, MSG_NOSIGNAL, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_addr= =3Dinet_addr("10.177.0.10")}, 16) =3D 39 . ge.fr <-- it is tested [pid 1237356] sendto(3, "\2470\1\0\0\1\0\0\0\0\0\0\2ge\2fr\0\0\34\0\1", 23,= MSG_NOSIGNAL, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_addr=3Dinet_= addr("10.177.0.10")}, 16) =3D 23 ``` ### etat-ge.ch As said, the etat-ge.ch doesn't resolve, and this is shown in the strace of= `getent hosts etat-ge.ch` ``` . etat-ge.ch.app-5580-capitastra-rec-01.svc.cluster.local [pid 1241378] sendto(3, "E\36\1\0\0\1\0\0\0\0\0\0\7etat-ge\2ch\32app-5580".= .., 73, MSG_NOSIGNAL, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_addr= =3Dinet_addr("10.177.0.10")}, 16) =3D 73 . etat-ge.ch.svc.cluster.local [pid 1241378] sendto(3, "+\3\1\0\0\1\0\0\0\0\0\0\7etat-ge\2ch\3svc\7clus"..= ., 46, MSG_NOSIGNAL, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_addr= =3Dinet_addr("10.177.0.10")}, 16) =3D 46 . etat-ge.ch.cluster.local pid 1241378] sendto(3, "\247\242\1\0\0\1\0\0\0\0\0\0\7etat-ge\2ch\7cluster\= 5"..., 42, MSG_NOSIGNAL, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_ad= dr=3Dinet_addr("10.177.0.10")}, 16) =3D 42 . etat-ge.ch.ceti.etat-ge.ch pid 1241378] sendto(3, "\3114\1\0\0\1\0\0\0\0\0\0\7etat-ge\2ch\4ceti\7eta".= .., 44, MSG_NOSIGNAL, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_addr= =3Dinet_addr("10.177.0.10")}, 16) =3D 44 . ``` ## full=20 ### ge.ch ``` [pid 1228780] gettid( [pid 1220979] <... fork resumed>) =3D 454 [pid 1228780] <... gettid resumed>) =3D 454 [pid 1220979] rt_sigprocmask(SIG_SETMASK, ~[KILL STOP RTMIN RT_1 RT_2], [pid 1228780] rt_sigprocmask(SIG_SETMASK, ~[KILL STOP RTMIN RT_1 RT_2], [pid 1220979] <... rt_sigprocmask resumed>NULL, 8) =3D 0 [pid 1228780] <... rt_sigprocmask resumed>NULL, 8) =3D 0 [pid 1220979] rt_sigprocmask(SIG_SETMASK, [INT TERM CHLD], [pid 1228780] rt_sigprocmask(SIG_SETMASK, [INT TERM CHLD], [pid 1220979] <... rt_sigprocmask resumed>NULL, 8) =3D 0 [pid 1228780] <... rt_sigprocmask resumed>NULL, 8) =3D 0 [pid 1220979] rt_sigaction(SIGTERM, {sa_handler=3DSIG_IGN, sa_mask=3D[], sa= _flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, [pid 1228780] getpid( [pid 1220979] <... rt_sigaction resumed>{sa_handler=3DSIG_DFL, sa_mask=3D[]= , sa_flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, 8) =3D 0 [pid 1228780] <... getpid resumed>) =3D 454 [pid 1220979] setpgid(454, 454 [pid 1228780] rt_sigprocmask(SIG_SETMASK, [], [pid 1220979] <... setpgid resumed>) =3D 0 [pid 1228780] <... rt_sigprocmask resumed>NULL, 8) =3D 0 [pid 1220979] rt_sigprocmask(SIG_SETMASK, [], [pid 1228780] rt_sigaction(SIGTSTP, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa= _flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, [pid 1220979] <... rt_sigprocmask resumed>NULL, 8) =3D 0 [pid 1228780] <... rt_sigaction resumed>{sa_handler=3DSIG_IGN, sa_mask=3D[]= , sa_flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, 8) =3D 0 [pid 1228780] rt_sigaction(SIGTTIN, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa= _flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, {sa_handler=3DSIG_IGN,= sa_mask=3D[], sa_flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, 8) = =3D 0 [pid 1220979] rt_sigprocmask(SIG_BLOCK, [CHLD], [pid 1228780] rt_sigaction(SIGTTOU, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa= _flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, [pid 1220979] <... rt_sigprocmask resumed>[], 8) =3D 0 [pid 1228780] <... rt_sigaction resumed>{sa_handler=3DSIG_IGN, sa_mask=3D[]= , sa_flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, 8) =3D 0 [pid 1220979] close(3 [pid 1228780] setpgid(454, 454 [pid 1220979] <... close resumed>) =3D 0 [pid 1228780] <... setpgid resumed>) =3D 0 [pid 1220979] close(4 [pid 1228780] rt_sigprocmask(SIG_BLOCK, [CHLD TSTP TTIN TTOU], [pid 1220979] <... close resumed>) =3D 0 [pid 1228780] <... rt_sigprocmask resumed>[], 8) =3D 0 [pid 1220979] ioctl(255, TIOCGPGRP [pid 1228780] ioctl(255, TIOCSPGRP, [454] [pid 1220979] <... ioctl resumed>, [452]) =3D 0 [pid 1228780] <... ioctl resumed>) =3D 0 [pid 1220979] rt_sigprocmask(SIG_BLOCK, [CHLD TSTP TTIN TTOU], [pid 1228780] rt_sigprocmask(SIG_SETMASK, [], [pid 1220979] <... rt_sigprocmask resumed>[CHLD], 8) =3D 0 [pid 1228780] <... rt_sigprocmask resumed>NULL, 8) =3D 0 [pid 1220979] ioctl(255, TIOCSPGRP, [454] [pid 1228780] close(4 [pid 1220979] <... ioctl resumed>) =3D 0 [pid 1228780] <... close resumed>) =3D 0 [pid 1220979] rt_sigprocmask(SIG_SETMASK, [CHLD], [pid 1228780] read(3, [pid 1220979] <... rt_sigprocmask resumed>NULL, 8) =3D 0 [pid 1228780] <... read resumed>"", 1) =3D 0 [pid 1220979] rt_sigprocmask(SIG_SETMASK, [], [pid 1228780] close(3 [pid 1220979] <... rt_sigprocmask resumed>NULL, 8) =3D 0 [pid 1228780] <... close resumed>) =3D 0 [pid 1220979] rt_sigprocmask(SIG_BLOCK, [CHLD], [pid 1228780] rt_sigaction(SIGHUP, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa_= flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, [pid 1220979] <... rt_sigprocmask resumed>[], 8) =3D 0 [pid 1228780] <... rt_sigaction resumed>NULL, 8) =3D 0 [pid 1220979] wait4(-1, [pid 1228780] rt_sigaction(SIGILL, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa_= flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, NULL, 8) =3D 0 [pid 1228780] rt_sigaction(SIGTRAP, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa= _flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, NULL, 8) =3D 0 [pid 1228780] rt_sigprocmask(SIG_BLOCK, ~[], [], 8) =3D 0 [pid 1228780] rt_sigaction(SIGABRT, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa= _flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, NULL, 8) =3D 0 [pid 1228780] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) =3D 0 [pid 1228780] rt_sigaction(SIGFPE, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa_= flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, NULL, 8) =3D 0 [pid 1228780] rt_sigaction(SIGBUS, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa_= flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, NULL, 8) =3D 0 [pid 1228780] rt_sigaction(SIGSEGV, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa= _flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, NULL, 8) =3D 0 [pid 1228780] rt_sigaction(SIGSYS, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa_= flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, NULL, 8) =3D 0 [pid 1228780] rt_sigaction(SIGPIPE, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa= _flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, NULL, 8) =3D 0 [pid 1228780] rt_sigaction(SIGALRM, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa= _flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, NULL, 8) =3D 0 [pid 1228780] rt_sigaction(SIGXCPU, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa= _flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, NULL, 8) =3D 0 [pid 1228780] rt_sigaction(SIGXFSZ, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa= _flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, NULL, 8) =3D 0 [pid 1228780] rt_sigaction(SIGVTALRM, {sa_handler=3DSIG_DFL, sa_mask=3D[], = sa_flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, NULL, 8) =3D 0 [pid 1228780] rt_sigaction(SIGUSR1, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa= _flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, NULL, 8) =3D 0 [pid 1228780] rt_sigaction(SIGUSR2, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa= _flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, NULL, 8) =3D 0 [pid 1228780] rt_sigaction(SIGINT, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa_= flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, {sa_handler=3D0x562a87f= b3892, sa_mask=3D[], sa_flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b},= 8) =3D 0 [pid 1228780] rt_sigaction(SIGQUIT, {sa_handler=3DSIG_IGN, sa_mask=3D[], sa= _flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, {sa_handler=3DSIG_IGN,= sa_mask=3D[], sa_flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, 8) = =3D 0 [pid 1228780] rt_sigaction(SIGTERM, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa= _flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, {sa_handler=3DSIG_DFL,= sa_mask=3D[], sa_flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, 8) = =3D 0 [pid 1228780] rt_sigaction(SIGCHLD, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa= _flags=3DSA_RESTORER|SA_RESTART, sa_restorer=3D0x7fedd8c87c8b}, {sa_handler= =3D0x562a87f9dc76, sa_mask=3D[], sa_flags=3DSA_RESTORER|SA_RESTART, sa_rest= orer=3D0x7fedd8c87c8b}, 8) =3D 0 [pid 1228780] execve("/usr/bin/getent", ["getent", "hosts", "ge.ch"], 0x7fe= dd8b87ab0 /* 26 vars */) =3D 0 [pid 1228780] arch_prctl(ARCH_SET_FS, 0x7fddd9517b48) =3D 0 [pid 1228780] set_tid_address(0x7fddd9517f90) =3D 454 [pid 1228780] brk(NULL) =3D 0x55a7de1cb000 [pid 1228780] brk(0x55a7de1cd000) =3D 0x55a7de1cd000 [pid 1228780] mmap(0x55a7de1cb000, 4096, PROT_NONE, MAP_PRIVATE|MAP_FIXED|M= AP_ANONYMOUS, -1, 0) =3D 0x55a7de1cb000 [pid 1228780] mprotect(0x7fddd9514000, 4096, PROT_READ) =3D 0 [pid 1228780] mprotect(0x55a7ddb6f000, 4096, PROT_READ) =3D 0 [pid 1228780] open("/etc/hosts", O_RDONLY|O_LARGEFILE|O_CLOEXEC) =3D 3 [pid 1228780] fcntl(3, F_SETFD, FD_CLOEXEC) =3D 0 [pid 1228780] read(3, "# Kubernetes-managed hosts file."..., 1024) =3D 242 [pid 1228780] read(3, "", 1024) =3D 0 [pid 1228780] close(3) =3D 0 [pid 1228780] open("/etc/resolv.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) =3D = 3 [pid 1228780] fcntl(3, F_SETFD, FD_CLOEXEC) =3D 0 [pid 1228780] read(3, "search app-5580-capitastra-rec-0"..., 248) =3D 139 [pid 1228780] read(3, "", 248) =3D 0 [pid 1228780] close(3) =3D 0 [pid 1228780] socket(AF_INET, SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK, IPPROT= O_IP) =3D 3 [pid 1228780] bind(3, {sa_family=3DAF_INET, sin_port=3Dhtons(0), sin_addr= =3Dinet_addr("0.0.0.0")}, 16) =3D 0 [pid 1228780] sendto(3, "\273\226\1\0\0\1\0\0\0\0\0\0\2ge\2ch\32app-5580-ca= pi"..., 68, MSG_NOSIGNAL, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_a= ddr=3Dinet_addr("10.177.0.10")}, 16) =3D 68 [pid 1228780] poll([{fd=3D3, events=3DPOLLIN}], 1, 2500) =3D 1 ([{fd=3D3, r= events=3DPOLLIN}]) [pid 1228780] recvfrom(3, "\273\226\205\3\0\1\0\0\0\1\0\1\2ge\2ch\32app-558= 0-capi"..., 512, 0, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_addr=3D= inet_addr("10.177.0.10")}, [16]) =3D 172 [pid 1228780] close(3) =3D 0 [pid 1228780] socket(AF_INET, SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK, IPPROT= O_IP) =3D 3 [pid 1228780] bind(3, {sa_family=3DAF_INET, sin_port=3Dhtons(0), sin_addr= =3Dinet_addr("0.0.0.0")}, 16) =3D 0 [pid 1228780] sendto(3, "\377\16\1\0\0\1\0\0\0\0\0\0\2ge\2ch\3svc\7cluster\= 5l"..., 41, MSG_NOSIGNAL, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_a= ddr=3Dinet_addr("10.177.0.10")}, 16) =3D 41 [pid 1228780] poll([{fd=3D3, events=3DPOLLIN}], 1, 2500) =3D 1 ([{fd=3D3, r= events=3DPOLLIN}]) [pid 1228780] recvfrom(3, "\377\16\205\3\0\1\0\0\0\1\0\1\2ge\2ch\3svc\7clus= ter\5l"..., 512, 0, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_addr=3D= inet_addr("10.177.0.10")}, [16]) =3D 145 [pid 1228780] close(3) =3D 0 [pid 1228780] socket(AF_INET, SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK, IPPROT= O_IP) =3D 3 [pid 1228780] bind(3, {sa_family=3DAF_INET, sin_port=3Dhtons(0), sin_addr= =3Dinet_addr("0.0.0.0")}, 16) =3D 0 [pid 1228780] sendto(3, "\310\v\1\0\0\1\0\0\0\0\0\0\2ge\2ch\7cluster\5local= "..., 37, MSG_NOSIGNAL, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_add= r=3Dinet_addr("10.177.0.10")}, 16) =3D 37 [pid 1228780] poll([{fd=3D3, events=3DPOLLIN}], 1, 2500) =3D 1 ([{fd=3D3, r= events=3DPOLLIN}]) [pid 1228780] recvfrom(3, "\310\v\205\3\0\1\0\0\0\1\0\1\2ge\2ch\7cluster\5l= ocal"..., 512, 0, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_addr=3Din= et_addr("10.177.0.10")}, [16]) =3D 141 [pid 1228780] close(3) =3D 0 [pid 1228780] socket(AF_INET, SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK, IPPROT= O_IP) =3D 3 [pid 1228780] bind(3, {sa_family=3DAF_INET, sin_port=3Dhtons(0), sin_addr= =3Dinet_addr("0.0.0.0")}, 16) =3D 0 [pid 1228780] sendto(3, "\2567\1\0\0\1\0\0\0\0\0\0\2ge\2ch\4ceti\7etat-ge\2= "..., 39, MSG_NOSIGNAL, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_add= r=3Dinet_addr("10.177.0.10")}, 16) =3D 39 [pid 1228780] poll([{fd=3D3, events=3DPOLLIN}], 1, 2500) =3D 1 ([{fd=3D3, r= events=3DPOLLIN}]) [pid 1228780] recvfrom(3, "\2567\205\200\0\1\0\0\0\1\0\1\2ge\2ch\4ceti\7eta= t-ge\2"..., 512, 0, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_addr=3D= inet_addr("10.177.0.10")}, [16]) =3D 140 [pid 1228780] close(3) =3D 0 [pid 1228780] open("/etc/hosts", O_RDONLY|O_LARGEFILE|O_CLOEXEC) =3D 3 [pid 1228780] fcntl(3, F_SETFD, FD_CLOEXEC) =3D 0 [pid 1228780] read(3, "# Kubernetes-managed hosts file."..., 1024) =3D 242 [pid 1228780] read(3, "", 1024) =3D 0 [pid 1228780] close(3) =3D 0 [pid 1228780] open("/etc/resolv.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) =3D = 3 [pid 1228780] fcntl(3, F_SETFD, FD_CLOEXEC) =3D 0 [pid 1228780] read(3, "search app-5580-capitastra-rec-0"..., 248) =3D 139 [pid 1228780] read(3, "", 248) =3D 0 [pid 1228780] close(3) =3D 0 [pid 1228780] socket(AF_INET, SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK, IPPROT= O_IP) =3D 3 [pid 1228780] bind(3, {sa_family=3DAF_INET, sin_port=3Dhtons(0), sin_addr= =3Dinet_addr("0.0.0.0")}, 16) =3D 0 [pid 1228780] sendto(3, "@!\1\0\0\1\0\0\0\0\0\0\2ge\2ch\32app-5580-capi"...= , 68, MSG_NOSIGNAL, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_addr=3D= inet_addr("10.177.0.10")}, 16) =3D 68 [pid 1228780] poll([{fd=3D3, events=3DPOLLIN}], 1, 2500) =3D 1 ([{fd=3D3, r= events=3DPOLLIN}]) [pid 1228780] recvfrom(3, "@!\205\3\0\1\0\0\0\1\0\1\2ge\2ch\32app-5580-capi= "..., 512, 0, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_addr=3Dinet_a= ddr("10.177.0.10")}, [16]) =3D 172 [pid 1228780] close(3) =3D 0 [pid 1228780] socket(AF_INET, SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK, IPPROT= O_IP) =3D 3 [pid 1228780] bind(3, {sa_family=3DAF_INET, sin_port=3Dhtons(0), sin_addr= =3Dinet_addr("0.0.0.0")}, 16) =3D 0 [pid 1228780] sendto(3, "\7G\1\0\0\1\0\0\0\0\0\0\2ge\2ch\3svc\7cluster\5l".= .., 41, MSG_NOSIGNAL, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_addr= =3Dinet_addr("10.177.0.10")}, 16) =3D 41 [pid 1228780] poll([{fd=3D3, events=3DPOLLIN}], 1, 2500) =3D 1 ([{fd=3D3, r= events=3DPOLLIN}]) [pid 1228780] recvfrom(3, "\7G\205\3\0\1\0\0\0\1\0\1\2ge\2ch\3svc\7cluster\= 5l"..., 512, 0, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_addr=3Dinet= _addr("10.177.0.10")}, [16]) =3D 145 [pid 1228780] close(3) =3D 0 [pid 1228780] socket(AF_INET, SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK, IPPROT= O_IP) =3D 3 [pid 1228780] bind(3, {sa_family=3DAF_INET, sin_port=3Dhtons(0), sin_addr= =3Dinet_addr("0.0.0.0")}, 16) =3D 0 [pid 1228780] sendto(3, "*\334\1\0\0\1\0\0\0\0\0\0\2ge\2ch\7cluster\5local"= ..., 37, MSG_NOSIGNAL, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_addr= =3Dinet_addr("10.177.0.10")}, 16) =3D 37 [pid 1228780] poll([{fd=3D3, events=3DPOLLIN}], 1, 2500) =3D 1 ([{fd=3D3, r= events=3DPOLLIN}]) [pid 1228780] recvfrom(3, "*\334\205\3\0\1\0\0\0\1\0\1\2ge\2ch\7cluster\5lo= cal"..., 512, 0, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_addr=3Dine= t_addr("10.177.0.10")}, [16]) =3D 141 [pid 1228780] close(3) =3D 0 [pid 1228780] socket(AF_INET, SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK, IPPROT= O_IP) =3D 3 [pid 1228780] bind(3, {sa_family=3DAF_INET, sin_port=3Dhtons(0), sin_addr= =3Dinet_addr("0.0.0.0")}, 16) =3D 0 [pid 1228780] sendto(3, "\215\300\1\0\0\1\0\0\0\0\0\0\2ge\2ch\4ceti\7etat-g= e\2"..., 39, MSG_NOSIGNAL, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_= addr=3Dinet_addr("10.177.0.10")}, 16) =3D 39 [pid 1228780] poll([{fd=3D3, events=3DPOLLIN}], 1, 2500) =3D 1 ([{fd=3D3, r= events=3DPOLLIN}]) [pid 1228780] recvfrom(3, "\215\300\205\200\0\1\0\0\0\1\0\1\2ge\2ch\4ceti\7= etat-ge\2"..., 512, 0, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_addr= =3Dinet_addr("10.177.0.10")}, [16]) =3D 140 [pid 1228780] close(3) =3D 0 [pid 1228780] exit_group(2) =3D ? [pid 1228780] +++ exited with 2 +++ ``` ### tsr.ch ``` [pid 1234077] gettid( [pid 1220979] rt_sigprocmask(SIG_SETMASK, ~[KILL STOP RTMIN RT_1 RT_2], [pid 1234077] <... gettid resumed>) =3D 455 [pid 1220979] <... rt_sigprocmask resumed>NULL, 8) =3D 0 [pid 1220979] rt_sigprocmask(SIG_SETMASK, [INT TERM CHLD], [pid 1234077] rt_sigprocmask(SIG_SETMASK, ~[KILL STOP RTMIN RT_1 RT_2], [pid 1220979] <... rt_sigprocmask resumed>NULL, 8) =3D 0 [pid 1234077] <... rt_sigprocmask resumed>NULL, 8) =3D 0 [pid 1220979] rt_sigaction(SIGTERM, {sa_handler=3DSIG_IGN, sa_mask=3D[], sa= _flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, [pid 1234077] rt_sigprocmask(SIG_SETMASK, [INT TERM CHLD], [pid 1220979] <... rt_sigaction resumed>{sa_handler=3DSIG_DFL, sa_mask=3D[]= , sa_flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, 8) =3D 0 [pid 1234077] <... rt_sigprocmask resumed>NULL, 8) =3D 0 [pid 1220979] setpgid(455, 455) =3D 0 [pid 1234077] getpid() =3D 455 [pid 1220979] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) =3D 0 [pid 1234077] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) =3D 0 [pid 1234077] rt_sigaction(SIGTSTP, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa= _flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, [pid 1220979] rt_sigprocmask(SIG_BLOCK, [CHLD], [pid 1234077] <... rt_sigaction resumed>{sa_handler=3DSIG_IGN, sa_mask=3D[]= , sa_flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, 8) =3D 0 [pid 1220979] <... rt_sigprocmask resumed>[], 8) =3D 0 [pid 1234077] rt_sigaction(SIGTTIN, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa= _flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, [pid 1220979] close(3 [pid 1234077] <... rt_sigaction resumed>{sa_handler=3DSIG_IGN, sa_mask=3D[]= , sa_flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, 8) =3D 0 [pid 1220979] <... close resumed>) =3D 0 [pid 1234077] rt_sigaction(SIGTTOU, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa= _flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, [pid 1220979] close(4 [pid 1234077] <... rt_sigaction resumed>{sa_handler=3DSIG_IGN, sa_mask=3D[]= , sa_flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, 8) =3D 0 [pid 1220979] <... close resumed>) =3D 0 [pid 1234077] setpgid(455, 455) =3D 0 [pid 1220979] ioctl(255, TIOCGPGRP [pid 1234077] rt_sigprocmask(SIG_BLOCK, [CHLD TSTP TTIN TTOU], [pid 1220979] <... ioctl resumed>, [452]) =3D 0 [pid 1234077] <... rt_sigprocmask resumed>[], 8) =3D 0 [pid 1220979] rt_sigprocmask(SIG_BLOCK, [CHLD TSTP TTIN TTOU], [pid 1234077] ioctl(255, TIOCSPGRP, [455] [pid 1220979] <... rt_sigprocmask resumed>[CHLD], 8) =3D 0 [pid 1234077] <... ioctl resumed>) =3D 0 [pid 1220979] ioctl(255, TIOCSPGRP, [455] [pid 1234077] rt_sigprocmask(SIG_SETMASK, [], [pid 1220979] <... ioctl resumed>) =3D 0 [pid 1234077] <... rt_sigprocmask resumed>NULL, 8) =3D 0 [pid 1220979] rt_sigprocmask(SIG_SETMASK, [CHLD], [pid 1234077] close(4 [pid 1220979] <... rt_sigprocmask resumed>NULL, 8) =3D 0 [pid 1234077] <... close resumed>) =3D 0 [pid 1220979] rt_sigprocmask(SIG_SETMASK, [], [pid 1234077] read(3, [pid 1220979] <... rt_sigprocmask resumed>NULL, 8) =3D 0 [pid 1234077] <... read resumed>"", 1) =3D 0 [pid 1220979] rt_sigprocmask(SIG_BLOCK, [CHLD], [pid 1234077] close(3 [pid 1220979] <... rt_sigprocmask resumed>[], 8) =3D 0 [pid 1234077] <... close resumed>) =3D 0 [pid 1220979] wait4(-1, [pid 1234077] rt_sigaction(SIGHUP, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa_= flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, NULL, 8) =3D 0 [pid 1234077] rt_sigaction(SIGILL, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa_= flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, NULL, 8) =3D 0 [pid 1234077] rt_sigaction(SIGTRAP, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa= _flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, NULL, 8) =3D 0 [pid 1234077] rt_sigprocmask(SIG_BLOCK, ~[], [], 8) =3D 0 [pid 1234077] rt_sigaction(SIGABRT, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa= _flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, NULL, 8) =3D 0 [pid 1234077] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) =3D 0 [pid 1234077] rt_sigaction(SIGFPE, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa_= flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, NULL, 8) =3D 0 [pid 1234077] rt_sigaction(SIGBUS, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa_= flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, NULL, 8) =3D 0 [pid 1234077] rt_sigaction(SIGSEGV, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa= _flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, NULL, 8) =3D 0 [pid 1234077] rt_sigaction(SIGSYS, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa_= flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, NULL, 8) =3D 0 [pid 1234077] rt_sigaction(SIGPIPE, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa= _flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, NULL, 8) =3D 0 [pid 1234077] rt_sigaction(SIGALRM, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa= _flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, NULL, 8) =3D 0 [pid 1234077] rt_sigaction(SIGXCPU, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa= _flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, NULL, 8) =3D 0 [pid 1234077] rt_sigaction(SIGXFSZ, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa= _flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, NULL, 8) =3D 0 [pid 1234077] rt_sigaction(SIGVTALRM, {sa_handler=3DSIG_DFL, sa_mask=3D[], = sa_flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, NULL, 8) =3D 0 [pid 1234077] rt_sigaction(SIGUSR1, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa= _flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, NULL, 8) =3D 0 [pid 1234077] rt_sigaction(SIGUSR2, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa= _flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, NULL, 8) =3D 0 [pid 1234077] rt_sigaction(SIGINT, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa_= flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, {sa_handler=3D0x562a87f= b3892, sa_mask=3D[], sa_flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b},= 8) =3D 0 [pid 1234077] rt_sigaction(SIGQUIT, {sa_handler=3DSIG_IGN, sa_mask=3D[], sa= _flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, {sa_handler=3DSIG_IGN,= sa_mask=3D[], sa_flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, 8) = =3D 0 [pid 1234077] rt_sigaction(SIGTERM, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa= _flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, {sa_handler=3DSIG_DFL,= sa_mask=3D[], sa_flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, 8) = =3D 0 [pid 1234077] rt_sigaction(SIGCHLD, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa= _flags=3DSA_RESTORER|SA_RESTART, sa_restorer=3D0x7fedd8c87c8b}, {sa_handler= =3D0x562a87f9dc76, sa_mask=3D[], sa_flags=3DSA_RESTORER|SA_RESTART, sa_rest= orer=3D0x7fedd8c87c8b}, 8) =3D 0 [pid 1234077] execve("/usr/bin/getent", ["getent", "hosts", "tsr.ch"], 0x7f= edd8b87ab0 /* 26 vars */) =3D 0 [pid 1234077] arch_prctl(ARCH_SET_FS, 0x7f357417db48) =3D 0 [pid 1234077] set_tid_address(0x7f357417df90) =3D 455 [pid 1234077] brk(NULL) =3D 0x5608cc643000 [pid 1234077] brk(0x5608cc645000) =3D 0x5608cc645000 [pid 1234077] mmap(0x5608cc643000, 4096, PROT_NONE, MAP_PRIVATE|MAP_FIXED|M= AP_ANONYMOUS, -1, 0) =3D 0x5608cc643000 [pid 1234077] mprotect(0x7f357417a000, 4096, PROT_READ) =3D 0 [pid 1234077] mprotect(0x5608caeeb000, 4096, PROT_READ) =3D 0 [pid 1234077] open("/etc/hosts", O_RDONLY|O_LARGEFILE|O_CLOEXEC) =3D 3 [pid 1234077] fcntl(3, F_SETFD, FD_CLOEXEC) =3D 0 [pid 1234077] read(3, "# Kubernetes-managed hosts file."..., 1024) =3D 242 [pid 1234077] read(3, "", 1024) =3D 0 [pid 1234077] close(3) =3D 0 [pid 1234077] open("/etc/resolv.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) =3D = 3 [pid 1234077] fcntl(3, F_SETFD, FD_CLOEXEC) =3D 0 [pid 1234077] read(3, "search app-5580-capitastra-rec-0"..., 248) =3D 139 [pid 1234077] read(3, "", 248) =3D 0 [pid 1234077] close(3) =3D 0 [pid 1234077] socket(AF_INET, SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK, IPPROT= O_IP) =3D 3 [pid 1234077] bind(3, {sa_family=3DAF_INET, sin_port=3Dhtons(0), sin_addr= =3Dinet_addr("0.0.0.0")}, 16) =3D 0 [pid 1234077] sendto(3, "\5\223\1\0\0\1\0\0\0\0\0\0\3tsr\2ch\32app-5580-cap= "..., 69, MSG_NOSIGNAL, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_add= r=3Dinet_addr("10.177.0.10")}, 16) =3D 69 [pid 1234077] poll([{fd=3D3, events=3DPOLLIN}], 1, 2500) =3D 1 ([{fd=3D3, r= events=3DPOLLIN}]) [pid 1234077] recvfrom(3, "\5\223\205\3\0\1\0\0\0\1\0\1\3tsr\2ch\32app-5580= -cap"..., 512, 0, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_addr=3Din= et_addr("10.177.0.10")}, [16]) =3D 173 [pid 1234077] close(3) =3D 0 [pid 1234077] socket(AF_INET, SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK, IPPROT= O_IP) =3D 3 [pid 1234077] bind(3, {sa_family=3DAF_INET, sin_port=3Dhtons(0), sin_addr= =3Dinet_addr("0.0.0.0")}, 16) =3D 0 [pid 1234077] sendto(3, "\6n\1\0\0\1\0\0\0\0\0\0\3tsr\2ch\3svc\7cluster\5".= .., 42, MSG_NOSIGNAL, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_addr= =3Dinet_addr("10.177.0.10")}, 16) =3D 42 [pid 1234077] poll([{fd=3D3, events=3DPOLLIN}], 1, 2500) =3D 1 ([{fd=3D3, r= events=3DPOLLIN}]) [pid 1234077] recvfrom(3, "\6n\205\3\0\1\0\0\0\1\0\1\3tsr\2ch\3svc\7cluster= \5"..., 512, 0, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_addr=3Dinet= _addr("10.177.0.10")}, [16]) =3D 146 [pid 1234077] close(3) =3D 0 [pid 1234077] socket(AF_INET, SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK, IPPROT= O_IP) =3D 3 [pid 1234077] bind(3, {sa_family=3DAF_INET, sin_port=3Dhtons(0), sin_addr= =3Dinet_addr("0.0.0.0")}, 16) =3D 0 [pid 1234077] sendto(3, "\4u\1\0\0\1\0\0\0\0\0\0\3tsr\2ch\7cluster\5loca"..= ., 38, MSG_NOSIGNAL, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_addr= =3Dinet_addr("10.177.0.10")}, 16) =3D 38 [pid 1234077] poll([{fd=3D3, events=3DPOLLIN}], 1, 2500) =3D 1 ([{fd=3D3, r= events=3DPOLLIN}]) [pid 1234077] recvfrom(3, "\4u\205\3\0\1\0\0\0\1\0\1\3tsr\2ch\7cluster\5loc= a"..., 512, 0, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_addr=3Dinet_= addr("10.177.0.10")}, [16]) =3D 142 [pid 1234077] close(3) =3D 0 [pid 1234077] socket(AF_INET, SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK, IPPROT= O_IP) =3D 3 [pid 1234077] bind(3, {sa_family=3DAF_INET, sin_port=3Dhtons(0), sin_addr= =3Dinet_addr("0.0.0.0")}, 16) =3D 0 [pid 1234077] sendto(3, "\230\204\1\0\0\1\0\0\0\0\0\0\3tsr\2ch\4ceti\7etat-= ge"..., 40, MSG_NOSIGNAL, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_a= ddr=3Dinet_addr("10.177.0.10")}, 16) =3D 40 [pid 1234077] poll([{fd=3D3, events=3DPOLLIN}], 1, 2500) =3D 1 ([{fd=3D3, r= events=3DPOLLIN}]) [pid 1234077] recvfrom(3, "\230\204\205\203\0\1\0\0\0\1\0\1\3tsr\2ch\4ceti\= 7etat-ge"..., 512, 0, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_addr= =3Dinet_addr("10.177.0.10")}, [16]) =3D 141 [pid 1234077] close(3) =3D 0 [pid 1234077] socket(AF_INET, SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK, IPPROT= O_IP) =3D 3 [pid 1234077] bind(3, {sa_family=3DAF_INET, sin_port=3Dhtons(0), sin_addr= =3Dinet_addr("0.0.0.0")}, 16) =3D 0 [pid 1234077] sendto(3, "\304\377\1\0\0\1\0\0\0\0\0\0\3tsr\2ch\0\0\34\0\1",= 24, MSG_NOSIGNAL, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_addr=3Di= net_addr("10.177.0.10")}, 16) =3D 24 [pid 1234077] poll([{fd=3D3, events=3DPOLLIN}], 1, 2500) =3D 1 ([{fd=3D3, r= events=3DPOLLIN}]) [pid 1234077] recvfrom(3, "\304\377\201\200\0\1\0\0\0\1\0\1\3tsr\2ch\0\0\34= \0\1\3tsr\2ch\0"..., 512, 0, {sa_family=3DAF_INET, sin_port=3Dhtons(53), si= n_addr=3Dinet_addr("10.177.0.10")}, [16]) =3D 115 [pid 1234077] close(3) =3D 0 [pid 1234077] open("/etc/hosts", O_RDONLY|O_LARGEFILE|O_CLOEXEC) =3D 3 [pid 1234077] fcntl(3, F_SETFD, FD_CLOEXEC) =3D 0 [pid 1234077] read(3, "# Kubernetes-managed hosts file."..., 1024) =3D 242 [pid 1234077] read(3, "", 1024) =3D 0 [pid 1234077] close(3) =3D 0 [pid 1234077] open("/etc/resolv.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) =3D = 3 [pid 1234077] fcntl(3, F_SETFD, FD_CLOEXEC) =3D 0 [pid 1234077] read(3, "search app-5580-capitastra-rec-0"..., 248) =3D 139 [pid 1234077] read(3, "", 248) =3D 0 [pid 1234077] close(3) =3D 0 [pid 1234077] socket(AF_INET, SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK, IPPROT= O_IP) =3D 3 [pid 1234077] bind(3, {sa_family=3DAF_INET, sin_port=3Dhtons(0), sin_addr= =3Dinet_addr("0.0.0.0")}, 16) =3D 0 [pid 1234077] sendto(3, "\3057\1\0\0\1\0\0\0\0\0\0\3tsr\2ch\32app-5580-cap"= ..., 69, MSG_NOSIGNAL, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_addr= =3Dinet_addr("10.177.0.10")}, 16) =3D 69 [pid 1234077] poll([{fd=3D3, events=3DPOLLIN}], 1, 2500) =3D 1 ([{fd=3D3, r= events=3DPOLLIN}]) [pid 1234077] recvfrom(3, "\3057\205\3\0\1\0\0\0\1\0\1\3tsr\2ch\32app-5580-= cap"..., 512, 0, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_addr=3Dine= t_addr("10.177.0.10")}, [16]) =3D 173 [pid 1234077] close(3) =3D 0 [pid 1234077] socket(AF_INET, SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK, IPPROT= O_IP) =3D 3 [pid 1234077] bind(3, {sa_family=3DAF_INET, sin_port=3Dhtons(0), sin_addr= =3Dinet_addr("0.0.0.0")}, 16) =3D 0 [pid 1234077] sendto(3, "\rT\1\0\0\1\0\0\0\0\0\0\3tsr\2ch\3svc\7cluster\5".= .., 42, MSG_NOSIGNAL, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_addr= =3Dinet_addr("10.177.0.10")}, 16) =3D 42 [pid 1234077] poll([{fd=3D3, events=3DPOLLIN}], 1, 2500) =3D 1 ([{fd=3D3, r= events=3DPOLLIN}]) [pid 1234077] recvfrom(3, "\rT\205\3\0\1\0\0\0\1\0\1\3tsr\2ch\3svc\7cluster= \5"..., 512, 0, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_addr=3Dinet= _addr("10.177.0.10")}, [16]) =3D 146 [pid 1234077] close(3) =3D 0 [pid 1234077] socket(AF_INET, SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK, IPPROT= O_IP) =3D 3 [pid 1234077] bind(3, {sa_family=3DAF_INET, sin_port=3Dhtons(0), sin_addr= =3Dinet_addr("0.0.0.0")}, 16) =3D 0 [pid 1234077] sendto(3, "\311\26\1\0\0\1\0\0\0\0\0\0\3tsr\2ch\7cluster\5loc= a"..., 38, MSG_NOSIGNAL, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_ad= dr=3Dinet_addr("10.177.0.10")}, 16) =3D 38 [pid 1234077] poll([{fd=3D3, events=3DPOLLIN}], 1, 2500) =3D 1 ([{fd=3D3, r= events=3DPOLLIN}]) [pid 1234077] recvfrom(3, "\311\26\205\3\0\1\0\0\0\1\0\1\3tsr\2ch\7cluster\= 5loca"..., 512, 0, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_addr=3Di= net_addr("10.177.0.10")}, [16]) =3D 142 [pid 1234077] close(3) =3D 0 [pid 1234077] socket(AF_INET, SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK, IPPROT= O_IP) =3D 3 [pid 1234077] bind(3, {sa_family=3DAF_INET, sin_port=3Dhtons(0), sin_addr= =3Dinet_addr("0.0.0.0")}, 16) =3D 0 [pid 1234077] sendto(3, "\240\311\1\0\0\1\0\0\0\0\0\0\3tsr\2ch\4ceti\7etat-= ge"..., 40, MSG_NOSIGNAL, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_a= ddr=3Dinet_addr("10.177.0.10")}, 16) =3D 40 [pid 1234077] poll([{fd=3D3, events=3DPOLLIN}], 1, 2500) =3D 1 ([{fd=3D3, r= events=3DPOLLIN}]) [pid 1234077] recvfrom(3, "\240\311\205\203\0\1\0\0\0\1\0\1\3tsr\2ch\4ceti\= 7etat-ge"..., 512, 0, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_addr= =3Dinet_addr("10.177.0.10")}, [16]) =3D 141 [pid 1234077] close(3) =3D 0 [pid 1234077] socket(AF_INET, SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK, IPPROT= O_IP) =3D 3 [pid 1234077] bind(3, {sa_family=3DAF_INET, sin_port=3Dhtons(0), sin_addr= =3Dinet_addr("0.0.0.0")}, 16) =3D 0 [pid 1234077] sendto(3, "\\\t\1\0\0\1\0\0\0\0\0\0\3tsr\2ch\0\0\1\0\1", 24, = MSG_NOSIGNAL, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_addr=3Dinet_a= ddr("10.177.0.10")}, 16) =3D 24 [pid 1234077] poll([{fd=3D3, events=3DPOLLIN}], 1, 2500) =3D 1 ([{fd=3D3, r= events=3DPOLLIN}]) [pid 1234077] recvfrom(3, "\\\t\201\200\0\1\0\1\0\0\0\1\3tsr\2ch\0\0\1\0\1\= 3tsr\2ch\0"..., 512, 0, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_add= r=3Dinet_addr("10.177.0.10")}, [16]) =3D 57 [pid 1234077] close(3) =3D 0 [pid 1234077] ioctl(1, TIOCGWINSZ, {ws_row=3D32, ws_col=3D89, ws_xpixel=3D0= , ws_ypixel=3D0}) =3D 0 [pid 1234077] writev(1, [{iov_base=3D"146.159.93.14 tsr.ch tsr.ch", io= v_len=3D32}, {iov_base=3D"\n", iov_len=3D1}], 2) =3D 33 [pid 1234077] exit_group(0) =3D ? [pid 1234077] +++ exited with 0 +++ ``` ### ge.fr ``` [pid 1237356] gettid( [pid 1220979] rt_sigprocmask(SIG_SETMASK, ~[KILL STOP RTMIN RT_1 RT_2], [pid 1237356] <... gettid resumed>) =3D 458 [pid 1220979] <... rt_sigprocmask resumed>NULL, 8) =3D 0 [pid 1237356] rt_sigprocmask(SIG_SETMASK, ~[KILL STOP RTMIN RT_1 RT_2], [pid 1220979] rt_sigprocmask(SIG_SETMASK, [INT TERM CHLD], [pid 1237356] <... rt_sigprocmask resumed>NULL, 8) =3D 0 [pid 1220979] <... rt_sigprocmask resumed>NULL, 8) =3D 0 [pid 1237356] rt_sigprocmask(SIG_SETMASK, [INT TERM CHLD], [pid 1220979] rt_sigaction(SIGTERM, {sa_handler=3DSIG_IGN, sa_mask=3D[], sa= _flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, [pid 1237356] <... rt_sigprocmask resumed>NULL, 8) =3D 0 [pid 1220979] <... rt_sigaction resumed>{sa_handler=3DSIG_DFL, sa_mask=3D[]= , sa_flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, 8) =3D 0 [pid 1237356] getpid( [pid 1220979] setpgid(458, 458 [pid 1237356] <... getpid resumed>) =3D 458 [pid 1220979] <... setpgid resumed>) =3D 0 [pid 1237356] rt_sigprocmask(SIG_SETMASK, [], [pid 1220979] rt_sigprocmask(SIG_SETMASK, [], [pid 1237356] <... rt_sigprocmask resumed>NULL, 8) =3D 0 [pid 1220979] <... rt_sigprocmask resumed>NULL, 8) =3D 0 [pid 1237356] rt_sigaction(SIGTSTP, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa= _flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, {sa_handler=3DSIG_IGN,= sa_mask=3D[], sa_flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, 8) = =3D 0 [pid 1237356] rt_sigaction(SIGTTIN, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa= _flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, [pid 1220979] rt_sigprocmask(SIG_BLOCK, [CHLD], [pid 1237356] <... rt_sigaction resumed>{sa_handler=3DSIG_IGN, sa_mask=3D[]= , sa_flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, 8) =3D 0 [pid 1220979] <... rt_sigprocmask resumed>[], 8) =3D 0 [pid 1237356] rt_sigaction(SIGTTOU, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa= _flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, [pid 1220979] close(3 [pid 1237356] <... rt_sigaction resumed>{sa_handler=3DSIG_IGN, sa_mask=3D[]= , sa_flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, 8) =3D 0 [pid 1237356] setpgid(458, 458 [pid 1220979] <... close resumed>) =3D 0 [pid 1237356] <... setpgid resumed>) =3D 0 [pid 1237356] rt_sigprocmask(SIG_BLOCK, [CHLD TSTP TTIN TTOU], [pid 1220979] close(4 [pid 1237356] <... rt_sigprocmask resumed>[], 8) =3D 0 [pid 1237356] ioctl(255, TIOCSPGRP, [458] [pid 1220979] <... close resumed>) =3D 0 [pid 1237356] <... ioctl resumed>) =3D 0 [pid 1237356] rt_sigprocmask(SIG_SETMASK, [], [pid 1220979] ioctl(255, TIOCGPGRP [pid 1237356] <... rt_sigprocmask resumed>NULL, 8) =3D 0 [pid 1237356] close(4 [pid 1220979] <... ioctl resumed>, [458]) =3D 0 [pid 1237356] <... close resumed>) =3D 0 [pid 1237356] read(3, [pid 1220979] rt_sigprocmask(SIG_SETMASK, [], [pid 1237356] <... read resumed>"", 1) =3D 0 [pid 1220979] <... rt_sigprocmask resumed>NULL, 8) =3D 0 [pid 1237356] close(3) =3D 0 [pid 1220979] rt_sigprocmask(SIG_BLOCK, [CHLD], [pid 1237356] rt_sigaction(SIGHUP, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa_= flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, NULL, 8) =3D 0 [pid 1220979] <... rt_sigprocmask resumed>[], 8) =3D 0 [pid 1237356] rt_sigaction(SIGILL, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa_= flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, NULL, 8) =3D 0 [pid 1220979] wait4(-1, [pid 1237356] rt_sigaction(SIGTRAP, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa= _flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, NULL, 8) =3D 0 [pid 1237356] rt_sigprocmask(SIG_BLOCK, ~[], [], 8) =3D 0 [pid 1237356] rt_sigaction(SIGABRT, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa= _flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, NULL, 8) =3D 0 [pid 1237356] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) =3D 0 [pid 1237356] rt_sigaction(SIGFPE, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa_= flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, NULL, 8) =3D 0 [pid 1237356] rt_sigaction(SIGBUS, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa_= flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, NULL, 8) =3D 0 [pid 1237356] rt_sigaction(SIGSEGV, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa= _flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, NULL, 8) =3D 0 [pid 1237356] rt_sigaction(SIGSYS, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa_= flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, NULL, 8) =3D 0 [pid 1237356] rt_sigaction(SIGPIPE, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa= _flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, NULL, 8) =3D 0 [pid 1237356] rt_sigaction(SIGALRM, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa= _flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, NULL, 8) =3D 0 [pid 1237356] rt_sigaction(SIGXCPU, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa= _flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, NULL, 8) =3D 0 [pid 1237356] rt_sigaction(SIGXFSZ, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa= _flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, NULL, 8) =3D 0 [pid 1237356] rt_sigaction(SIGVTALRM, {sa_handler=3DSIG_DFL, sa_mask=3D[], = sa_flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, NULL, 8) =3D 0 [pid 1237356] rt_sigaction(SIGUSR1, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa= _flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, NULL, 8) =3D 0 [pid 1237356] rt_sigaction(SIGUSR2, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa= _flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, NULL, 8) =3D 0 [pid 1237356] rt_sigaction(SIGINT, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa_= flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, {sa_handler=3D0x562a87f= b3892, sa_mask=3D[], sa_flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b},= 8) =3D 0 [pid 1237356] rt_sigaction(SIGQUIT, {sa_handler=3DSIG_IGN, sa_mask=3D[], sa= _flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, {sa_handler=3DSIG_IGN,= sa_mask=3D[], sa_flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, 8) = =3D 0 [pid 1237356] rt_sigaction(SIGTERM, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa= _flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, {sa_handler=3DSIG_DFL,= sa_mask=3D[], sa_flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, 8) = =3D 0 [pid 1237356] rt_sigaction(SIGCHLD, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa= _flags=3DSA_RESTORER|SA_RESTART, sa_restorer=3D0x7fedd8c87c8b}, {sa_handler= =3D0x562a87f9dc76, sa_mask=3D[], sa_flags=3DSA_RESTORER|SA_RESTART, sa_rest= orer=3D0x7fedd8c87c8b}, 8) =3D 0 [pid 1237356] execve("/usr/bin/getent", ["getent", "hosts", "ge.fr"], 0x7fe= dd8b87ab0 /* 26 vars */) =3D 0 [pid 1237356] arch_prctl(ARCH_SET_FS, 0x7f999366db48) =3D 0 [pid 1237356] set_tid_address(0x7f999366df90) =3D 458 [pid 1237356] brk(NULL) =3D 0x559429699000 [pid 1237356] brk(0x55942969b000) =3D 0x55942969b000 [pid 1237356] mmap(0x559429699000, 4096, PROT_NONE, MAP_PRIVATE|MAP_FIXED|M= AP_ANONYMOUS, -1, 0) =3D 0x559429699000 [pid 1237356] mprotect(0x7f999366a000, 4096, PROT_READ) =3D 0 [pid 1237356] mprotect(0x559428f72000, 4096, PROT_READ) =3D 0 [pid 1237356] open("/etc/hosts", O_RDONLY|O_LARGEFILE|O_CLOEXEC) =3D 3 [pid 1237356] fcntl(3, F_SETFD, FD_CLOEXEC) =3D 0 [pid 1237356] read(3, "# Kubernetes-managed hosts file."..., 1024) =3D 242 [pid 1237356] read(3, "", 1024) =3D 0 [pid 1237356] close(3) =3D 0 [pid 1237356] open("/etc/resolv.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) =3D = 3 [pid 1237356] fcntl(3, F_SETFD, FD_CLOEXEC) =3D 0 [pid 1237356] read(3, "search app-5580-capitastra-rec-0"..., 248) =3D 139 [pid 1237356] read(3, "", 248) =3D 0 [pid 1237356] close(3) =3D 0 [pid 1237356] socket(AF_INET, SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK, IPPROT= O_IP) =3D 3 [pid 1237356] bind(3, {sa_family=3DAF_INET, sin_port=3Dhtons(0), sin_addr= =3Dinet_addr("0.0.0.0")}, 16) =3D 0 [pid 1237356] sendto(3, "\225\345\1\0\0\1\0\0\0\0\0\0\2ge\2fr\32app-5580-ca= pi"..., 68, MSG_NOSIGNAL, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_a= ddr=3Dinet_addr("10.177.0.10")}, 16) =3D 68 [pid 1237356] poll([{fd=3D3, events=3DPOLLIN}], 1, 2500) =3D 1 ([{fd=3D3, r= events=3DPOLLIN}]) [pid 1237356] recvfrom(3, "\225\345\205\3\0\1\0\0\0\1\0\1\2ge\2fr\32app-558= 0-capi"..., 512, 0, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_addr=3D= inet_addr("10.177.0.10")}, [16]) =3D 172 [pid 1237356] close(3) =3D 0 [pid 1237356] socket(AF_INET, SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK, IPPROT= O_IP) =3D 3 [pid 1237356] bind(3, {sa_family=3DAF_INET, sin_port=3Dhtons(0), sin_addr= =3Dinet_addr("0.0.0.0")}, 16) =3D 0 [pid 1237356] sendto(3, "L\301\1\0\0\1\0\0\0\0\0\0\2ge\2fr\3svc\7cluster\5l= "..., 41, MSG_NOSIGNAL, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_add= r=3Dinet_addr("10.177.0.10")}, 16) =3D 41 [pid 1237356] poll([{fd=3D3, events=3DPOLLIN}], 1, 2500) =3D 1 ([{fd=3D3, r= events=3DPOLLIN}]) [pid 1237356] recvfrom(3, "L\301\205\3\0\1\0\0\0\1\0\1\2ge\2fr\3svc\7cluste= r\5l"..., 512, 0, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_addr=3Din= et_addr("10.177.0.10")}, [16]) =3D 145 [pid 1237356] close(3) =3D 0 [pid 1237356] socket(AF_INET, SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK, IPPROT= O_IP) =3D 3 [pid 1237356] bind(3, {sa_family=3DAF_INET, sin_port=3Dhtons(0), sin_addr= =3Dinet_addr("0.0.0.0")}, 16) =3D 0 [pid 1237356] sendto(3, "\242>\1\0\0\1\0\0\0\0\0\0\2ge\2fr\7cluster\5local"= ..., 37, MSG_NOSIGNAL, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_addr= =3Dinet_addr("10.177.0.10")}, 16) =3D 37 [pid 1237356] poll([{fd=3D3, events=3DPOLLIN}], 1, 2500) =3D 1 ([{fd=3D3, r= events=3DPOLLIN}]) [pid 1237356] recvfrom(3, "\242>\205\3\0\1\0\0\0\1\0\1\2ge\2fr\7cluster\5lo= cal"..., 512, 0, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_addr=3Dine= t_addr("10.177.0.10")}, [16]) =3D 141 [pid 1237356] close(3) =3D 0 [pid 1237356] socket(AF_INET, SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK, IPPROT= O_IP) =3D 3 [pid 1237356] bind(3, {sa_family=3DAF_INET, sin_port=3Dhtons(0), sin_addr= =3Dinet_addr("0.0.0.0")}, 16) =3D 0 [pid 1237356] sendto(3, "pr\1\0\0\1\0\0\0\0\0\0\2ge\2fr\4ceti\7etat-ge\2"..= ., 39, MSG_NOSIGNAL, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_addr= =3Dinet_addr("10.177.0.10")}, 16) =3D 39 [pid 1237356] poll([{fd=3D3, events=3DPOLLIN}], 1, 2500) =3D 1 ([{fd=3D3, r= events=3DPOLLIN}]) [pid 1237356] recvfrom(3, "pr\205\203\0\1\0\0\0\1\0\1\2ge\2fr\4ceti\7etat-g= e\2"..., 512, 0, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_addr=3Dine= t_addr("10.177.0.10")}, [16]) =3D 140 [pid 1237356] close(3) =3D 0 [pid 1237356] socket(AF_INET, SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK, IPPROT= O_IP) =3D 3 [pid 1237356] bind(3, {sa_family=3DAF_INET, sin_port=3Dhtons(0), sin_addr= =3Dinet_addr("0.0.0.0")}, 16) =3D 0 [pid 1237356] sendto(3, "\2470\1\0\0\1\0\0\0\0\0\0\2ge\2fr\0\0\34\0\1", 23,= MSG_NOSIGNAL, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_addr=3Dinet_= addr("10.177.0.10")}, 16) =3D 23 [pid 1237356] poll([{fd=3D3, events=3DPOLLIN}], 1, 2500) =3D 1 ([{fd=3D3, r= events=3DPOLLIN}]) [pid 1237356] recvfrom(3, "\2470\205\200\0\1\0\0\0\1\0\1\2ge\2fr\0\0\34\0\1= \2ge\2fr\0\0\6"..., 512, 0, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin= _addr=3Dinet_addr("10.177.0.10")}, [16]) =3D 128 [pid 1237356] close(3) =3D 0 [pid 1237356] open("/etc/hosts", O_RDONLY|O_LARGEFILE|O_CLOEXEC) =3D 3 [pid 1237356] fcntl(3, F_SETFD, FD_CLOEXEC) =3D 0 [pid 1237356] read(3, "# Kubernetes-managed hosts file."..., 1024) =3D 242 [pid 1237356] read(3, "", 1024) =3D 0 [pid 1237356] close(3) =3D 0 [pid 1237356] open("/etc/resolv.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) =3D = 3 [pid 1237356] fcntl(3, F_SETFD, FD_CLOEXEC) =3D 0 [pid 1237356] read(3, "search app-5580-capitastra-rec-0"..., 248) =3D 139 [pid 1237356] read(3, "", 248) =3D 0 [pid 1237356] close(3) =3D 0 [pid 1237356] socket(AF_INET, SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK, IPPROT= O_IP) =3D 3 [pid 1237356] bind(3, {sa_family=3DAF_INET, sin_port=3Dhtons(0), sin_addr= =3Dinet_addr("0.0.0.0")}, 16) =3D 0 [pid 1237356] sendto(3, "\301/\1\0\0\1\0\0\0\0\0\0\2ge\2fr\32app-5580-capi"= ..., 68, MSG_NOSIGNAL, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_addr= =3Dinet_addr("10.177.0.10")}, 16) =3D 68 [pid 1237356] poll([{fd=3D3, events=3DPOLLIN}], 1, 2500) =3D 1 ([{fd=3D3, r= events=3DPOLLIN}]) [pid 1237356] recvfrom(3, "\301/\205\3\0\1\0\0\0\1\0\1\2ge\2fr\32app-5580-c= api"..., 512, 0, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_addr=3Dine= t_addr("10.177.0.10")}, [16]) =3D 172 [pid 1237356] close(3) =3D 0 [pid 1237356] socket(AF_INET, SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK, IPPROT= O_IP) =3D 3 [pid 1237356] bind(3, {sa_family=3DAF_INET, sin_port=3Dhtons(0), sin_addr= =3Dinet_addr("0.0.0.0")}, 16) =3D 0 [pid 1237356] sendto(3, "M\314\1\0\0\1\0\0\0\0\0\0\2ge\2fr\3svc\7cluster\5l= "..., 41, MSG_NOSIGNAL, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_add= r=3Dinet_addr("10.177.0.10")}, 16) =3D 41 [pid 1237356] poll([{fd=3D3, events=3DPOLLIN}], 1, 2500) =3D 1 ([{fd=3D3, r= events=3DPOLLIN}]) [pid 1237356] recvfrom(3, "M\314\205\3\0\1\0\0\0\1\0\1\2ge\2fr\3svc\7cluste= r\5l"..., 512, 0, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_addr=3Din= et_addr("10.177.0.10")}, [16]) =3D 145 [pid 1237356] close(3) =3D 0 [pid 1237356] socket(AF_INET, SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK, IPPROT= O_IP) =3D 3 [pid 1237356] bind(3, {sa_family=3DAF_INET, sin_port=3Dhtons(0), sin_addr= =3Dinet_addr("0.0.0.0")}, 16) =3D 0 [pid 1237356] sendto(3, "\360\223\1\0\0\1\0\0\0\0\0\0\2ge\2fr\7cluster\5loc= al"..., 37, MSG_NOSIGNAL, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_a= ddr=3Dinet_addr("10.177.0.10")}, 16) =3D 37 [pid 1237356] poll([{fd=3D3, events=3DPOLLIN}], 1, 2500) =3D 1 ([{fd=3D3, r= events=3DPOLLIN}]) [pid 1237356] recvfrom(3, "\360\223\205\3\0\1\0\0\0\1\0\1\2ge\2fr\7cluster\= 5local"..., 512, 0, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_addr=3D= inet_addr("10.177.0.10")}, [16]) =3D 141 [pid 1237356] close(3) =3D 0 [pid 1237356] socket(AF_INET, SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK, IPPROT= O_IP) =3D 3 [pid 1237356] bind(3, {sa_family=3DAF_INET, sin_port=3Dhtons(0), sin_addr= =3Dinet_addr("0.0.0.0")}, 16) =3D 0 [pid 1237356] sendto(3, "\257\256\1\0\0\1\0\0\0\0\0\0\2ge\2fr\4ceti\7etat-g= e\2"..., 39, MSG_NOSIGNAL, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_= addr=3Dinet_addr("10.177.0.10")}, 16) =3D 39 [pid 1237356] poll([{fd=3D3, events=3DPOLLIN}], 1, 2500) =3D 1 ([{fd=3D3, r= events=3DPOLLIN}]) [pid 1237356] recvfrom(3, "\257\256\205\203\0\1\0\0\0\1\0\1\2ge\2fr\4ceti\7= etat-ge\2"..., 512, 0, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_addr= =3Dinet_addr("10.177.0.10")}, [16]) =3D 140 [pid 1237356] close(3) =3D 0 [pid 1237356] socket(AF_INET, SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK, IPPROT= O_IP) =3D 3 [pid 1237356] bind(3, {sa_family=3DAF_INET, sin_port=3Dhtons(0), sin_addr= =3Dinet_addr("0.0.0.0")}, 16) =3D 0 [pid 1237356] sendto(3, "\\|\1\0\0\1\0\0\0\0\0\0\2ge\2fr\0\0\1\0\1", 23, MS= G_NOSIGNAL, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_addr=3Dinet_add= r("10.177.0.10")}, 16) =3D 23 [pid 1237356] poll([{fd=3D3, events=3DPOLLIN}], 1, 2500) =3D 1 ([{fd=3D3, r= events=3DPOLLIN}]) [pid 1237356] recvfrom(3, "\\|\205\200\0\1\0\1\0\0\0\1\2ge\2fr\0\0\1\0\1\2g= e\2fr\0\0\1"..., 512, 0, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_ad= dr=3Dinet_addr("10.177.0.10")}, [16]) =3D 55 [pid 1237356] close(3) =3D 0 [pid 1237356] ioctl(1, TIOCGWINSZ, {ws_row=3D32, ws_col=3D89, ws_xpixel=3D0= , ws_ypixel=3D0}) =3D 0 [pid 1237356] writev(1, [{iov_base=3D"5.135.179.141 ge.fr ge.fr", iov_= len=3D30}, {iov_base=3D"\n", iov_len=3D1}], 2) =3D 31 [pid 1237356] exit_group(0) =3D ? [pid 1237356] +++ exited with 0 +++ ``` ### etat-ge.ch ``` [pid 1241378] gettid( [pid 1220979] <... fork resumed>) =3D 460 [pid 1241378] <... gettid resumed>) =3D 460 [pid 1220979] rt_sigprocmask(SIG_SETMASK, ~[KILL STOP RTMIN RT_1 RT_2], [pid 1241378] rt_sigprocmask(SIG_SETMASK, ~[KILL STOP RTMIN RT_1 RT_2], [pid 1220979] <... rt_sigprocmask resumed>NULL, 8) =3D 0 [pid 1241378] <... rt_sigprocmask resumed>NULL, 8) =3D 0 [pid 1220979] rt_sigprocmask(SIG_SETMASK, [INT TERM CHLD], [pid 1241378] rt_sigprocmask(SIG_SETMASK, [INT TERM CHLD], [pid 1220979] <... rt_sigprocmask resumed>NULL, 8) =3D 0 [pid 1241378] <... rt_sigprocmask resumed>NULL, 8) =3D 0 [pid 1220979] rt_sigaction(SIGTERM, {sa_handler=3DSIG_IGN, sa_mask=3D[], sa= _flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, [pid 1241378] getpid( [pid 1220979] <... rt_sigaction resumed>{sa_handler=3DSIG_DFL, sa_mask=3D[]= , sa_flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, 8) =3D 0 [pid 1241378] <... getpid resumed>) =3D 460 [pid 1220979] setpgid(460, 460 [pid 1241378] rt_sigprocmask(SIG_SETMASK, [], [pid 1220979] <... setpgid resumed>) =3D 0 [pid 1241378] <... rt_sigprocmask resumed>NULL, 8) =3D 0 [pid 1241378] rt_sigaction(SIGTSTP, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa= _flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, [pid 1220979] rt_sigprocmask(SIG_SETMASK, [], [pid 1241378] <... rt_sigaction resumed>{sa_handler=3DSIG_IGN, sa_mask=3D[]= , sa_flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, 8) =3D 0 [pid 1220979] <... rt_sigprocmask resumed>NULL, 8) =3D 0 [pid 1241378] rt_sigaction(SIGTTIN, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa= _flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, {sa_handler=3DSIG_IGN,= sa_mask=3D[], sa_flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, 8) = =3D 0 [pid 1241378] rt_sigaction(SIGTTOU, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa= _flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, [pid 1220979] rt_sigprocmask(SIG_BLOCK, [CHLD], [pid 1241378] <... rt_sigaction resumed>{sa_handler=3DSIG_IGN, sa_mask=3D[]= , sa_flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, 8) =3D 0 [pid 1220979] <... rt_sigprocmask resumed>[], 8) =3D 0 [pid 1241378] setpgid(460, 460 [pid 1220979] close(3 [pid 1241378] <... setpgid resumed>) =3D 0 [pid 1220979] <... close resumed>) =3D 0 [pid 1241378] rt_sigprocmask(SIG_BLOCK, [CHLD TSTP TTIN TTOU], [pid 1220979] close(4 [pid 1241378] <... rt_sigprocmask resumed>[], 8) =3D 0 [pid 1220979] <... close resumed>) =3D 0 [pid 1241378] ioctl(255, TIOCSPGRP, [460]) =3D 0 [pid 1220979] ioctl(255, TIOCGPGRP [pid 1241378] rt_sigprocmask(SIG_SETMASK, [], [pid 1220979] <... ioctl resumed>, [460]) =3D 0 [pid 1241378] <... rt_sigprocmask resumed>NULL, 8) =3D 0 [pid 1220979] rt_sigprocmask(SIG_SETMASK, [], [pid 1241378] close(4 [pid 1220979] <... rt_sigprocmask resumed>NULL, 8) =3D 0 [pid 1241378] <... close resumed>) =3D 0 [pid 1220979] rt_sigprocmask(SIG_BLOCK, [CHLD], [pid 1241378] read(3, [pid 1220979] <... rt_sigprocmask resumed>[], 8) =3D 0 [pid 1241378] <... read resumed>"", 1) =3D 0 [pid 1220979] wait4(-1, [pid 1241378] close(3) =3D 0 [pid 1241378] rt_sigaction(SIGHUP, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa_= flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, NULL, 8) =3D 0 [pid 1241378] rt_sigaction(SIGILL, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa_= flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, NULL, 8) =3D 0 [pid 1241378] rt_sigaction(SIGTRAP, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa= _flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, NULL, 8) =3D 0 [pid 1241378] rt_sigprocmask(SIG_BLOCK, ~[], [], 8) =3D 0 [pid 1241378] rt_sigaction(SIGABRT, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa= _flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, NULL, 8) =3D 0 [pid 1241378] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) =3D 0 [pid 1241378] rt_sigaction(SIGFPE, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa_= flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, NULL, 8) =3D 0 [pid 1241378] rt_sigaction(SIGBUS, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa_= flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, NULL, 8) =3D 0 [pid 1241378] rt_sigaction(SIGSEGV, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa= _flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, NULL, 8) =3D 0 [pid 1241378] rt_sigaction(SIGSYS, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa_= flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, NULL, 8) =3D 0 [pid 1241378] rt_sigaction(SIGPIPE, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa= _flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, NULL, 8) =3D 0 [pid 1241378] rt_sigaction(SIGALRM, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa= _flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, NULL, 8) =3D 0 [pid 1241378] rt_sigaction(SIGXCPU, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa= _flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, NULL, 8) =3D 0 [pid 1241378] rt_sigaction(SIGXFSZ, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa= _flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, NULL, 8) =3D 0 [pid 1241378] rt_sigaction(SIGVTALRM, {sa_handler=3DSIG_DFL, sa_mask=3D[], = sa_flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, NULL, 8) =3D 0 [pid 1241378] rt_sigaction(SIGUSR1, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa= _flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, NULL, 8) =3D 0 [pid 1241378] rt_sigaction(SIGUSR2, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa= _flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, NULL, 8) =3D 0 [pid 1241378] rt_sigaction(SIGINT, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa_= flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, {sa_handler=3D0x562a87f= b3892, sa_mask=3D[], sa_flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b},= 8) =3D 0 [pid 1241378] rt_sigaction(SIGQUIT, {sa_handler=3DSIG_IGN, sa_mask=3D[], sa= _flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, {sa_handler=3DSIG_IGN,= sa_mask=3D[], sa_flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, 8) = =3D 0 [pid 1241378] rt_sigaction(SIGTERM, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa= _flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, {sa_handler=3DSIG_DFL,= sa_mask=3D[], sa_flags=3DSA_RESTORER, sa_restorer=3D0x7fedd8c87c8b}, 8) = =3D 0 [pid 1241378] rt_sigaction(SIGCHLD, {sa_handler=3DSIG_DFL, sa_mask=3D[], sa= _flags=3DSA_RESTORER|SA_RESTART, sa_restorer=3D0x7fedd8c87c8b}, {sa_handler= =3D0x562a87f9dc76, sa_mask=3D[], sa_flags=3DSA_RESTORER|SA_RESTART, sa_rest= orer=3D0x7fedd8c87c8b}, 8) =3D 0 [pid 1241378] execve("/usr/bin/getent", ["getent", "hosts", "etat-ge.ch"], = 0x7fedd8b87ab0 /* 26 vars */) =3D 0 [pid 1241378] arch_prctl(ARCH_SET_FS, 0x7f8ecbc77b48) =3D 0 [pid 1241378] set_tid_address(0x7f8ecbc77f90) =3D 460 [pid 1241378] brk(NULL) =3D 0x5591543f1000 [pid 1241378] brk(0x5591543f3000) =3D 0x5591543f3000 [pid 1241378] mmap(0x5591543f1000, 4096, PROT_NONE, MAP_PRIVATE|MAP_FIXED|M= AP_ANONYMOUS, -1, 0) =3D 0x5591543f1000 [pid 1241378] mprotect(0x7f8ecbc74000, 4096, PROT_READ) =3D 0 [pid 1241378] mprotect(0x559153169000, 4096, PROT_READ) =3D 0 [pid 1241378] open("/etc/hosts", O_RDONLY|O_LARGEFILE|O_CLOEXEC) =3D 3 [pid 1241378] fcntl(3, F_SETFD, FD_CLOEXEC) =3D 0 [pid 1241378] read(3, "# Kubernetes-managed hosts file."..., 1024) =3D 242 [pid 1241378] read(3, "", 1024) =3D 0 [pid 1241378] close(3) =3D 0 [pid 1241378] open("/etc/resolv.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) =3D = 3 [pid 1241378] fcntl(3, F_SETFD, FD_CLOEXEC) =3D 0 [pid 1241378] read(3, "search app-5580-capitastra-rec-0"..., 248) =3D 139 [pid 1241378] read(3, "", 248) =3D 0 [pid 1241378] close(3) =3D 0 [pid 1241378] socket(AF_INET, SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK, IPPROT= O_IP) =3D 3 [pid 1241378] bind(3, {sa_family=3DAF_INET, sin_port=3Dhtons(0), sin_addr= =3Dinet_addr("0.0.0.0")}, 16) =3D 0 [pid 1241378] sendto(3, "E\36\1\0\0\1\0\0\0\0\0\0\7etat-ge\2ch\32app-5580".= .., 73, MSG_NOSIGNAL, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_addr= =3Dinet_addr("10.177.0.10")}, 16) =3D 73 [pid 1241378] poll([{fd=3D3, events=3DPOLLIN}], 1, 2500) =3D 1 ([{fd=3D3, r= events=3DPOLLIN}]) [pid 1241378] recvfrom(3, "E\36\205\3\0\1\0\0\0\1\0\1\7etat-ge\2ch\32app-55= 80"..., 512, 0, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_addr=3Dinet= _addr("10.177.0.10")}, [16]) =3D 177 [pid 1241378] close(3) =3D 0 [pid 1241378] socket(AF_INET, SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK, IPPROT= O_IP) =3D 3 [pid 1241378] bind(3, {sa_family=3DAF_INET, sin_port=3Dhtons(0), sin_addr= =3Dinet_addr("0.0.0.0")}, 16) =3D 0 [pid 1241378] sendto(3, "+\3\1\0\0\1\0\0\0\0\0\0\7etat-ge\2ch\3svc\7clus"..= ., 46, MSG_NOSIGNAL, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_addr= =3Dinet_addr("10.177.0.10")}, 16) =3D 46 [pid 1241378] poll([{fd=3D3, events=3DPOLLIN}], 1, 2500) =3D 1 ([{fd=3D3, r= events=3DPOLLIN}]) [pid 1241378] recvfrom(3, "+\3\205\3\0\1\0\0\0\1\0\1\7etat-ge\2ch\3svc\7clu= s"..., 512, 0, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_addr=3Dinet_= addr("10.177.0.10")}, [16]) =3D 150 [pid 1241378] close(3) =3D 0 [pid 1241378] socket(AF_INET, SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK, IPPROT= O_IP) =3D 3 [pid 1241378] bind(3, {sa_family=3DAF_INET, sin_port=3Dhtons(0), sin_addr= =3Dinet_addr("0.0.0.0")}, 16) =3D 0 [pid 1241378] sendto(3, "\247\242\1\0\0\1\0\0\0\0\0\0\7etat-ge\2ch\7cluster= \5"..., 42, MSG_NOSIGNAL, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_a= ddr=3Dinet_addr("10.177.0.10")}, 16) =3D 42 [pid 1241378] poll([{fd=3D3, events=3DPOLLIN}], 1, 2500) =3D 1 ([{fd=3D3, r= events=3DPOLLIN}]) [pid 1241378] recvfrom(3, "\247\242\205\3\0\1\0\0\0\1\0\1\7etat-ge\2ch\7clu= ster\5"..., 512, 0, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_addr=3D= inet_addr("10.177.0.10")}, [16]) =3D 146 [pid 1241378] close(3) =3D 0 [pid 1241378] socket(AF_INET, SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK, IPPROT= O_IP) =3D 3 [pid 1241378] bind(3, {sa_family=3DAF_INET, sin_port=3Dhtons(0), sin_addr= =3Dinet_addr("0.0.0.0")}, 16) =3D 0 [pid 1241378] sendto(3, "\3114\1\0\0\1\0\0\0\0\0\0\7etat-ge\2ch\4ceti\7eta"= ..., 44, MSG_NOSIGNAL, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_addr= =3Dinet_addr("10.177.0.10")}, 16) =3D 44 [pid 1241378] poll([{fd=3D3, events=3DPOLLIN}], 1, 2500) =3D 1 ([{fd=3D3, r= events=3DPOLLIN}]) [pid 1241378] recvfrom(3, "\3114\205\200\0\1\0\0\0\1\0\1\7etat-ge\2ch\4ceti= \7eta"..., 512, 0, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_addr=3Di= net_addr("10.177.0.10")}, [16]) =3D 145 [pid 1241378] close(3) =3D 0 [pid 1241378] open("/etc/hosts", O_RDONLY|O_LARGEFILE|O_CLOEXEC) =3D 3 [pid 1241378] fcntl(3, F_SETFD, FD_CLOEXEC) =3D 0 [pid 1241378] read(3, "# Kubernetes-managed hosts file."..., 1024) =3D 242 [pid 1241378] read(3, "", 1024) =3D 0 [pid 1241378] close(3) =3D 0 [pid 1241378] open("/etc/resolv.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) =3D = 3 [pid 1241378] fcntl(3, F_SETFD, FD_CLOEXEC) =3D 0 [pid 1241378] read(3, "search app-5580-capitastra-rec-0"..., 248) =3D 139 [pid 1241378] read(3, "", 248) =3D 0 [pid 1241378] close(3) =3D 0 [pid 1241378] socket(AF_INET, SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK, IPPROT= O_IP) =3D 3 [pid 1241378] bind(3, {sa_family=3DAF_INET, sin_port=3Dhtons(0), sin_addr= =3Dinet_addr("0.0.0.0")}, 16) =3D 0 [pid 1241378] sendto(3, "q\\\1\0\0\1\0\0\0\0\0\0\7etat-ge\2ch\32app-5580"..= ., 73, MSG_NOSIGNAL, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_addr= =3Dinet_addr("10.177.0.10")}, 16) =3D 73 [pid 1241378] poll([{fd=3D3, events=3DPOLLIN}], 1, 2500) =3D 1 ([{fd=3D3, r= events=3DPOLLIN}]) [pid 1241378] recvfrom(3, "q\\\205\3\0\1\0\0\0\1\0\1\7etat-ge\2ch\32app-558= 0"..., 512, 0, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_addr=3Dinet_= addr("10.177.0.10")}, [16]) =3D 177 [pid 1241378] close(3) =3D 0 [pid 1241378] socket(AF_INET, SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK, IPPROT= O_IP) =3D 3 [pid 1241378] bind(3, {sa_family=3DAF_INET, sin_port=3Dhtons(0), sin_addr= =3Dinet_addr("0.0.0.0")}, 16) =3D 0 [pid 1241378] sendto(3, " \v\1\0\0\1\0\0\0\0\0\0\7etat-ge\2ch\3svc\7clus"..= ., 46, MSG_NOSIGNAL, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_addr= =3Dinet_addr("10.177.0.10")}, 16) =3D 46 [pid 1241378] poll([{fd=3D3, events=3DPOLLIN}], 1, 2500) =3D 1 ([{fd=3D3, r= events=3DPOLLIN}]) [pid 1241378] recvfrom(3, " \v\205\3\0\1\0\0\0\1\0\1\7etat-ge\2ch\3svc\7clu= s"..., 512, 0, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_addr=3Dinet_= addr("10.177.0.10")}, [16]) =3D 150 [pid 1241378] close(3) =3D 0 [pid 1241378] socket(AF_INET, SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK, IPPROT= O_IP) =3D 3 [pid 1241378] bind(3, {sa_family=3DAF_INET, sin_port=3Dhtons(0), sin_addr= =3Dinet_addr("0.0.0.0")}, 16) =3D 0 [pid 1241378] sendto(3, "n\4\1\0\0\1\0\0\0\0\0\0\7etat-ge\2ch\7cluster\5"..= ., 42, MSG_NOSIGNAL, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_addr= =3Dinet_addr("10.177.0.10")}, 16) =3D 42 [pid 1241378] poll([{fd=3D3, events=3DPOLLIN}], 1, 2500) =3D 1 ([{fd=3D3, r= events=3DPOLLIN}]) [pid 1241378] recvfrom(3, "n\4\205\3\0\1\0\0\0\1\0\1\7etat-ge\2ch\7cluster\= 5"..., 512, 0, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_addr=3Dinet_= addr("10.177.0.10")}, [16]) =3D 146 [pid 1241378] close(3) =3D 0 [pid 1241378] socket(AF_INET, SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK, IPPROT= O_IP) =3D 3 [pid 1241378] bind(3, {sa_family=3DAF_INET, sin_port=3Dhtons(0), sin_addr= =3Dinet_addr("0.0.0.0")}, 16) =3D 0 [pid 1241378] sendto(3, "\f\320\1\0\0\1\0\0\0\0\0\0\7etat-ge\2ch\4ceti\7eta= "..., 44, MSG_NOSIGNAL, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_add= r=3Dinet_addr("10.177.0.10")}, 16) =3D 44 [pid 1241378] poll([{fd=3D3, events=3DPOLLIN}], 1, 2500) =3D 1 ([{fd=3D3, r= events=3DPOLLIN}]) [pid 1241378] recvfrom(3, "\f\320\205\200\0\1\0\0\0\1\0\1\7etat-ge\2ch\4cet= i\7eta"..., 512, 0, {sa_family=3DAF_INET, sin_port=3Dhtons(53), sin_addr=3D= inet_addr("10.177.0.10")}, [16]) =3D 145 [pid 1241378] close(3) =3D 0 [pid 1241378] exit_group(2) =3D ? [pid 1241378] +++ exited with 2 +++ ```