Mailing List Archive

Correct way to stop rsyslog without losing messages
Hi all

What is the correct way to stop the rsyslog daemon without message loss?
I'm having trouble to stop it via systemd, it takes forever and then the
process is killed.
Cann you provide a sample systemd unit file? Or point me to a
thread/web/etc.

Thanks

Pedro



--
Sent from: http://rsyslog-users.1305293.n2.nabble.com/
_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com/professional-services/
What's up with rsyslog? Follow https://twitter.com/rgerhards
NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.
Re: Correct way to stop rsyslog without losing messages [ In reply to ]
My experience is that if rsyslog does not stop "quickly", then it is
trying to do something like write to a queue file or terminate
connectivity with a "slow" network partner.  If you can figure out what
it's trying to do you'll be halfway to solving the issue.

https://serverfault.com/questions/776732/how-long-do-daemons-have-to-exit-when-the-server-shutdown-signal-is-received

The systemd service file is simple, this one from a server with multiple
instances of rsyslog...

[Unit]
Description=rsyslog-nydfs_debug
Documentation=man:rsyslogd(8)
Documentation=https://www.rsyslog.com/doc/
After=network.target centrifydc.service

[Service]
Type=notify
User=loggingshare
Group=loggingshare
EnvironmentFile=-/nydfs/rsyslog/nydfs_debug/config/rsyslog.env
ExecStart=/usr/sbin/rsyslogd -n -f
/nydfs/rsyslog/nydfs_debug/rsyslog.conf -i
/nydfs/rsyslog/nydfs_debug/rsyslog.pid $SYSLOGD_OPTIONS
UMask=0066
StandardOutput=null
Restart=on-failure

# Increase the default a bit in order to allow many simultaneous
# files to be monitored, we might need a lot of fds.
LimitNOFILE=2048

[Install]
WantedBy=multi-user.target



Regards,



On 3/10/20 9:05 AM, pedro.m.reis via rsyslog wrote:
> Hi all
>
> What is the correct way to stop the rsyslog daemon without message loss?
> I'm having trouble to stop it via systemd, it takes forever and then the
> process is killed.
> Cann you provide a sample systemd unit file? Or point me to a
> thread/web/etc.
>
> Thanks
>
> Pedro
>
>
>
> --
> Sent from: http://rsyslog-users.1305293.n2.nabble.com/
> _______________________________________________
> rsyslog mailing list
> http://lists.adiscon.net/mailman/listinfo/rsyslog
> http://www.rsyslog.com/professional-services/
> What's up with rsyslog? Follow https://twitter.com/rgerhards
> NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.


_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com/professional-services/
What's up with rsyslog? Follow https://twitter.com/rgerhards
NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.
Re: Correct way to stop rsyslog without losing messages [ In reply to ]
In my use case the rsyslog is consuming from a kafka topic and writing to
disk... So I would expect that it should save the queues to disk and exit.
but it takes several minutes and the process is killed by systemd..



--
Sent from: http://rsyslog-users.1305293.n2.nabble.com/
_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com/professional-services/
What's up with rsyslog? Follow https://twitter.com/rgerhards
NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.
Re: Correct way to stop rsyslog without losing messages [ In reply to ]
version? config?

Rainer

El mar., 10 mar. 2020 a las 16:29, pedro.m.reis via rsyslog
(<rsyslog@lists.adiscon.com>) escribió:
>
> In my use case the rsyslog is consuming from a kafka topic and writing to
> disk... So I would expect that it should save the queues to disk and exit.
> but it takes several minutes and the process is killed by systemd..
>
>
>
> --
> Sent from: http://rsyslog-users.1305293.n2.nabble.com/
> _______________________________________________
> rsyslog mailing list
> http://lists.adiscon.net/mailman/listinfo/rsyslog
> http://www.rsyslog.com/professional-services/
> What's up with rsyslog? Follow https://twitter.com/rgerhards
> NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.
_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com/professional-services/
What's up with rsyslog? Follow https://twitter.com/rgerhards
NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.
Re: Correct way to stop rsyslog without losing messages [ In reply to ]
rsyslogd -version
rsyslogd 8.37.0-13.el8, compiled with:
PLATFORM: x86_64-redhat-linux-gnu
PLATFORM (lsb_release -d):
FEATURE_REGEXP: Yes
GSSAPI Kerberos 5 support: Yes
FEATURE_DEBUG (debug build, slow code): No
32bit Atomic operations supported: Yes
64bit Atomic operations supported: Yes
memory allocator: system default
Runtime Instrumentation (slow code): No
uuid support: Yes
systemd support: Yes
Number of Bits in RainerScript integers: 64


input(type="imkafka" topic="mytopic"
broker=["x.x.x.96:9092,x.x.x.97:9092,x.x.x.98:9092"]
ruleset="relp_1514"
consumergroup="mygroup"
)

ruleset(name="relp_1514"
queue.size="2500000"
queue.workerThreads="12"
queue.spoolDirectory="/var/log/spool"
queue.saveonshutdown="on"
queue.filename="main-relp-queue"
)

{
action(type="mmjsonparse")

if $parsesuccess == "OK" then {
action(type="omfile"
dynaFile="cee-json-parsed-ok"
template="json_msg"
queue.type="linkedlist"
queue.filename="write-onprem-queue"
queue.maxdiskspace="3G"
queue.spoolDirectory="/var/log/spool"
queue.dequeueBatchSize="8192"
queue.saveonshutdown="on"
dynaFileCacheSize="100000"
asyncWriting="on"
dirCreateMode="0755"
queue.workerThreads="6"
queue.size="2500000"
ioBufferSize="512k"
flushOnTXEnd="off"
)
}

else if $parsesuccess == "FAIL" then {
action(name="write_to_disk_nonjson" type="omfile"
queue.type="linkedlist"
queue.filename="write-onprem-queue"
queue.maxdiskspace="100G"
queue.spoolDirectory="/var/log/spool"
queue.saveonshutdown="on"
dynaFile="RemoteLogSavePath"
dynaFileCacheSize="100000"
asyncWriting="on"
dirCreateMode="0755"
)
}
}

----- systemd unit file

[Unit]
Description=System Logging Service
;Requires=syslog.socket
Wants=network.target network-online.target
After=network.target network-online.target
Documentation=man:rsyslogd(8)
Documentation=http://www.rsyslog.com/doc/

[Service]
Type=notify
EnvironmentFile=-/etc/sysconfig/rsyslog
ExecStart=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS
UMask=0066
StandardOutput=null
Restart=on-failure

# Increase the default a bit in order to allow many simultaneous
# files to be monitored, we might need a lot of fds.
LimitNOFILE=16384

KillMode=control-group
TimeoutSec=300
[Install]
WantedBy=multi-user.target
;Alias=syslog.service






--
Sent from: http://rsyslog-users.1305293.n2.nabble.com/
_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com/professional-services/
What's up with rsyslog? Follow https://twitter.com/rgerhards
NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.
Re: Correct way to stop rsyslog without losing messages [ In reply to ]
When I stopped it I get:

Mar 10 15:36:03 log03 systemd[1]: Stopping System Logging Service...
Mar 10 15:41:03 log03 systemd[1]: rsyslog.service: State 'stop-sigterm'
timed out. Killing.
Mar 10 15:41:03 log03 systemd[1]: rsyslog.service: Killing process 7986
(rsyslogd) with signal SIGKILL.
Mar 10 15:41:03 log03 systemd[1]: rsyslog.service: Main process exited,
code=killed, status=9/KILL
Mar 10 15:41:03 log03 systemd[1]: rsyslog.service: Failed with result
'timeout'.
Mar 10 15:41:03 log03 systemd[1]: Stopped System Logging Service.



--
Sent from: http://rsyslog-users.1305293.n2.nabble.com/
_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com/professional-services/
What's up with rsyslog? Follow https://twitter.com/rgerhards
NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.
Re: Correct way to stop rsyslog without losing messages [ In reply to ]
It's a pretty old version. I think even one with quite some bugs in
kafka components. I suggest to current 8.2002.0 and see if the issue
persists. You have also quite large queues - if there resides e.g.
500,000 messages in the cee-json-parsed-ok queue, it takes a while to
write them out to disk on shutdown ;-)

Rainer

El mar., 10 mar. 2020 a las 16:49, pedro.m.reis via rsyslog
(<rsyslog@lists.adiscon.com>) escribió:
>
> When I stopped it I get:
>
> Mar 10 15:36:03 log03 systemd[1]: Stopping System Logging Service...
> Mar 10 15:41:03 log03 systemd[1]: rsyslog.service: State 'stop-sigterm'
> timed out. Killing.
> Mar 10 15:41:03 log03 systemd[1]: rsyslog.service: Killing process 7986
> (rsyslogd) with signal SIGKILL.
> Mar 10 15:41:03 log03 systemd[1]: rsyslog.service: Main process exited,
> code=killed, status=9/KILL
> Mar 10 15:41:03 log03 systemd[1]: rsyslog.service: Failed with result
> 'timeout'.
> Mar 10 15:41:03 log03 systemd[1]: Stopped System Logging Service.
>
>
>
> --
> Sent from: http://rsyslog-users.1305293.n2.nabble.com/
> _______________________________________________
> rsyslog mailing list
> http://lists.adiscon.net/mailman/listinfo/rsyslog
> http://www.rsyslog.com/professional-services/
> What's up with rsyslog? Follow https://twitter.com/rgerhards
> NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.
_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com/professional-services/
What's up with rsyslog? Follow https://twitter.com/rgerhards
NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.
Re: Correct way to stop rsyslog without losing messages [ In reply to ]
Hi, tks

Ok, I will update this and see how it goes.
For the time it should take to write to disk, assuming that 500.000 messages
(normal syslog messages), how long should it take to write? Ballpark
value... Im using a 10G link to an external storage with SSD disks. The
storage itself does not have any significant load currently.

Thanks

Pedro






--
Sent from: http://rsyslog-users.1305293.n2.nabble.com/
_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com/professional-services/
What's up with rsyslog? Follow https://twitter.com/rgerhards
NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.
Re: Correct way to stop rsyslog without losing messages [ In reply to ]
El mar., 10 mar. 2020 a las 17:26, pedro.m.reis via rsyslog
(<rsyslog@lists.adiscon.com>) escribió:
>
> Hi, tks
>
> Ok, I will update this and see how it goes.
> For the time it should take to write to disk, assuming that 500.000 messages
> (normal syslog messages), how long should it take to write? Ballpark
> value... Im using a 10G link to an external storage with SSD disks. The
> storage itself does not have any significant load currently.
>

Depends on your hardware. Best to spin up monitoring during a
shutdown. Note that the other queues have even larger sizes.

Rainer

> Thanks
>
> Pedro
>
>
>
>
>
>
> --
> Sent from: http://rsyslog-users.1305293.n2.nabble.com/
> _______________________________________________
> rsyslog mailing list
> http://lists.adiscon.net/mailman/listinfo/rsyslog
> http://www.rsyslog.com/professional-services/
> What's up with rsyslog? Follow https://twitter.com/rgerhards
> NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.
_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com/professional-services/
What's up with rsyslog? Follow https://twitter.com/rgerhards
NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.
Re: Correct way to stop rsyslog without losing messages [ In reply to ]
Hi

Yes I know I have monstrous queues, Im still probing with several
configurations and loads.

So before rsyslogd starts I have :

On Kafka
Consumer group 'nms-pit' has no active members.
nms-pit syslog-global 0 158036144 158425372 389228
- - -
nms-pit syslog-global 1 158017045 158406807 389762
- - -
nms-pit syslog-global 2 158023011 158410967 387956
- - -

On the filesystems:

Device r/s w/s rkB/s wkB/s rrqm/s wrqm/s %rrqm
%wrqm r_await w_await aqu-sz rareq-sz wareq-sz svctm %util
sdd 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sdd1 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sdj 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00

Device r/s w/s rkB/s wkB/s rrqm/s wrqm/s %rrqm
%wrqm r_await w_await aqu-sz rareq-sz wareq-sz svctm %util
sdd 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sdd1 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sdj 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00

Device r/s w/s rkB/s wkB/s rrqm/s wrqm/s %rrqm
%wrqm r_await w_await aqu-sz rareq-sz wareq-sz svctm %util
sdd 0.00 0.20 0.00 0.40 0.00 0.00 0.00
0.00 0.00 1.00 0.00 0.00 2.00 2.00 0.04
sdd1 0.00 0.20 0.00 0.40 0.00 0.00 0.00
0.00 0.00 1.00 0.00 0.00 2.00 2.00 0.04
sdj 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00

Device r/s w/s rkB/s wkB/s rrqm/s wrqm/s %rrqm
%wrqm r_await w_await aqu-sz rareq-sz wareq-sz svctm %util
sdd 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sdd1 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sdj 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00

sdd / sdd1 = spool fs, where the rsyslog stores queue on shutdown
sdj = Write fs, where the rsyslogd stores the logs it receives from kafka.


When rsyslogd starts:

On kafka we can see the consumers:

nms-pit syslog-global 0 158220675 158974807 754132
rdkafka-1bf57873-da82-4a1e-9cc7-4a98e17e0340 /x.x.x.103 rdkafka
nms-pit syslog-global 1 158566106 158956792 390686
rdkafka-1bf57873-da82-4a1e-9cc7-4a98e17e0340 /x.x.x.103 rdkafka
nms-pit syslog-global 2 158206768 158961218 754450
rdkafka-1bf57873-da82-4a1e-9cc7-4a98e17e0340 /x.x.x.103 rdkafka

On the filesystems we can see activity also:

Device r/s w/s rkB/s wkB/s rrqm/s wrqm/s %rrqm
%wrqm r_await w_await aqu-sz rareq-sz wareq-sz svctm %util
sdd 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sdd1 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sdj 0.00 30.60 0.00 9673.60 0.00 31.00 0.00
50.32 0.00 13.41 0.39 0.00 316.13 0.74 2.26

Device r/s w/s rkB/s wkB/s rrqm/s wrqm/s %rrqm
%wrqm r_await w_await aqu-sz rareq-sz wareq-sz svctm %util
sdd 0.00 0.60 0.00 0.50 0.00 0.00 0.00
0.00 0.00 0.67 0.00 0.00 0.83 1.33 0.08
sdd1 0.00 0.60 0.00 0.50 0.00 0.00 0.00
0.00 0.00 0.67 0.00 0.00 0.83 1.33 0.08
sdj 0.00 35.80 0.00 524.00 0.00 57.60 0.00
61.67 0.00 1.02 0.02 0.00 14.64 0.11 0.40

Device r/s w/s rkB/s wkB/s rrqm/s wrqm/s %rrqm
%wrqm r_await w_await aqu-sz rareq-sz wareq-sz svctm %util
sdd 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sdd1 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sdj 0.00 4.40 0.00 174.40 0.00 9.60 0.00
68.57 0.00 1.41 0.00 0.00 39.64 0.36 0.16

Device r/s w/s rkB/s wkB/s rrqm/s wrqm/s %rrqm
%wrqm r_await w_await aqu-sz rareq-sz wareq-sz svctm %util
sdd 0.20 0.00 0.80 0.00 0.00 0.00 0.00
0.00 1.00 0.00 0.00 4.00 0.00 2.00 0.04
sdd1 0.20 0.00 0.80 0.00 0.00 0.00 0.00
0.00 1.00 0.00 0.00 4.00 0.00 2.00 0.04
sdj 0.00 2.20 0.00 27.20 0.00 4.60 0.00
67.65 0.00 0.91 0.00 0.00 12.36 0.45 0.10

Device r/s w/s rkB/s wkB/s rrqm/s wrqm/s %rrqm
%wrqm r_await w_await aqu-sz rareq-sz wareq-sz svctm %util
sdd 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sdd1 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sdj 0.00 1.20 0.00 16.00 0.00 2.80 0.00
70.00 0.00 0.83 0.00 0.00 13.33 0.50 0.06

rsyslogd was running for about 20m

After sending the systemctl stop rsyslog, after about 10-15 secs:

On kafka I see no consumers now.
Consumer group 'nms-pit' has no active members.
nms-pit syslog-global 0 163396912 163680765 283853
- - -
nms-pit syslog-global 1 163371712 163654818 283106
- - -
nms-pit syslog-global 2 163382362 163666497 284135
- - -

On the filesystems no activity:

Device r/s w/s rMB/s wMB/s rrqm/s wrqm/s %rrqm
%wrqm r_await w_await aqu-sz rareq-sz wareq-sz svctm %util
sdd 0.00 0.20 0.00 0.00 0.00 0.00 0.00
0.00 0.00 1.00 0.00 0.00 16.00 2.00 0.04
sdd1 0.00 0.20 0.00 0.00 0.00 0.00 0.00
0.00 0.00 1.00 0.00 0.00 16.00 2.00 0.04
sdj 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00

Device r/s w/s rMB/s wMB/s rrqm/s wrqm/s %rrqm
%wrqm r_await w_await aqu-sz rareq-sz wareq-sz svctm %util
sdd 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sdd1 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sdj 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00

Device r/s w/s rMB/s wMB/s rrqm/s wrqm/s %rrqm
%wrqm r_await w_await aqu-sz rareq-sz wareq-sz svctm %util
sdd 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sdd1 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sdj 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00

Device r/s w/s rMB/s wMB/s rrqm/s wrqm/s %rrqm
%wrqm r_await w_await aqu-sz rareq-sz wareq-sz svctm %util
sdd 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sdd1 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sdj 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00

Device r/s w/s rMB/s wMB/s rrqm/s wrqm/s %rrqm
%wrqm r_await w_await aqu-sz rareq-sz wareq-sz svctm %util
sdd 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sdd1 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sdj 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00

Device r/s w/s rMB/s wMB/s rrqm/s wrqm/s %rrqm
%wrqm r_await w_await aqu-sz rareq-sz wareq-sz svctm %util
sdd 0.00 0.20 0.00 0.00 0.00 0.00 0.00
0.00 0.00 1.00 0.00 0.00 1.00 1.00 0.02
sdd1 0.00 0.20 0.00 0.00 0.00 0.00 0.00
0.00 0.00 1.00 0.00 0.00 1.00 1.00 0.02
sdj 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00

Device r/s w/s rMB/s wMB/s rrqm/s wrqm/s %rrqm
%wrqm r_await w_await aqu-sz rareq-sz wareq-sz svctm %util
sdd 0.00 0.40 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.50 0.00 0.00 0.75 1.00 0.04
sdd1 0.00 0.40 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.50 0.00 0.00 0.75 1.00 0.04
sdj 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00

And the rsyslog is still running. It gets killed by systemd after the
timout.

Im going to upgrade to the most recent version and see how it behaves.





--
Sent from: http://rsyslog-users.1305293.n2.nabble.com/
_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com/professional-services/
What's up with rsyslog? Follow https://twitter.com/rgerhards
NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.
Re: Correct way to stop rsyslog without losing messages [ In reply to ]
Im having some problems activating the imkafka on this version...


2790.289223376:main thread : glbl.c: GenerateLocalHostName uses
'itldnnmslog03'
2790.289231207:main thread : ratelimit.c: ratelimit:rsyslogd[dflt]:new
ratelimiter:bReduceRepeatMsgs 0
2790.289235557:main thread : ratelimit.c:
ratelimit:rsyslogd[internal_messages]:new ratelimiter:bReduceRepeatMsgs 0
2790.289248447:main thread : rsyslogd.c: rsyslogd: checking if startup is
ok, pidfile '/var/run/syslogd.pid'.
2790.289279270:main thread : rsconf.c: telling modules to activate config
(before dropping privs) 0x56090eb5b1c0
2790.289286301:main thread : rsconf.c: pre priv drop activating config
0x56090eb5b1c0 for module imuxsock
2790.289289725:main thread : rsconf.c: pre priv drop activating config
0x56090eb5b1c0 for module imkafka
2790.289296875:main thread : rsconf.c: telling modules to activate config
0x56090eb5b1c0
2790.289300707:main thread : rsconf.c: activating config 0x56090eb5b1c0
for module builtin:omfile
2790.289307667:main thread : rsconf.c: activating config 0x56090eb5b1c0
for module builtin:ompipe
2790.289314407:main thread : rsconf.c: activating config 0x56090eb5b1c0
for module builtin:omfwd
2790.289319366:main thread : rsconf.c: activating config 0x56090eb5b1c0
for module imuxsock
2790.289326393:main thread : rsconf.c: activating config 0x56090eb5b1c0
for module imjournal
2790.289333307:main thread : rsconf.c: activating config 0x56090eb5b1c0
for module imkafka
2790.289355952:main thread : imkafka.c: imkafka: setting consumergroup:
'nms-pit'
2790.291499085:main thread : errmsg.c: Called LogMsg, msg: imkafka: error
creating kafka handle: Failed to create thread: No such file or directory
(2)

2790.291509481:main thread : operatingstate.c: osf: MSG imkafka: error
creating kafka handle: Failed to create thread: No such file or directory
(2)
: rsyslogd: imkafka: error creating kafka handle: Failed to create thread:
No such file or directory (2) [v8.2002.0 try https://www.rsyslog.com/e/2422
]
Called LogMsg, msg: activation of module imkafka failed
2790.291529674:main thread : operatingstate.c: osf: MSG activation of
module imkafka failed: rsyslogd: activation of module imkafka failed
[v8.2002.0 try https://www.rsyslog.com/e/2422 ]
Segmentation fault (core dumped)
[root@itldnnmslog03 log]# java -version
java version "13.0.1" 2019-10-15
Java(TM) SE Runtime Environment (build 13.0.1+9)
Java HotSpot(TM) 64-Bit Server VM (build 13.0.1+9, mixed mode, sharing)

rsyslogd -version
rsyslogd 8.2002.0 (aka 2020.02) compiled with:
PLATFORM: x86_64-redhat-linux-gnu
PLATFORM (lsb_release -d):
FEATURE_REGEXP: Yes
GSSAPI Kerberos 5 support: Yes
FEATURE_DEBUG (debug build, slow code): No
32bit Atomic operations supported: Yes
64bit Atomic operations supported: Yes
memory allocator: system default
Runtime Instrumentation (slow code): No
uuid support: Yes
systemd support: Yes
Config file: /etc/rsyslog.conf
PID file: /var/run/syslogd.pid
Number of Bits in RainerScript integers: 64

yum list installed | grep rsyslog
libestr.x86_64 0.1.11-1.el8
@rsyslog_v8
rsyslog.x86_64 8.2002.0-1.el8
@rsyslog_v8
rsyslog-kafka.x86_64 8.2002.0-1.el8
@rsyslog_v8



What am I missing?



--
Sent from: http://rsyslog-users.1305293.n2.nabble.com/
_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com/professional-services/
What's up with rsyslog? Follow https://twitter.com/rgerhards
NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.
Re: Correct way to stop rsyslog without losing messages [ In reply to ]
And the following.

This is a Centos 8 fully updated.


Mar 11 13:04:11 itldnnmslog03 systemd[1]: Starting System Logging Service...
Mar 11 13:04:11 itldnnmslog03 kernel: rdk:main[8509]: segfault at 59aea ip
00007fd2ba60a94f sp 00007fd2b7c74be0 error 4 in
imkafka.so[7fd2ba59f000+d6000]
Mar 11 13:04:11 itldnnmslog03 kernel: Code: c4 40 e9 d3 fe ff ff 0f 1f 40 00
45 31 c9 4c 8d 05 47 ee 04 00 eb a0 0f 1f 40 00 f3 0f 1e fa 41 54 55 53 48
89 fb 48 83 ec 10 <83> 7f 28 01 0f 84 fd 01 00 00 48 8b 87 c0 01 00 00 48 8d
b8 68 06
Mar 11 13:04:11 itldnnmslog03 systemd[1]: Started Process Core Dump (PID
8510/UID 0).
Mar 11 13:04:11 itldnnmslog03 systemd[1]: rsyslog.service: Main process
exited, code=killed, status=11/SEGV
Mar 11 13:04:11 itldnnmslog03 systemd[1]: rsyslog.service: Failed with
result 'signal'.
Mar 11 13:04:11 itldnnmslog03 systemd[1]: Failed to start System Logging
Service.
Mar 11 13:04:11 itldnnmslog03 systemd-coredump[8511]: Process 8508
(rsyslogd) of user 0 dumped core.#012#012Stack trace of thread 8509:#012#0
0x00007fd2ba60a94f rd_kafka_cgrp_reassign_broker (imkafka.so)#012#1
0x00007fd2ba5c7958 rd_kafka_thread_main (imkafka.so)#012#2
0x00007fd2bd83a3ea start_thread (libpthread.so.0)#012#3 0x00007fd2bc68a133
__clone (libc.so.6)#012#012Stack trace of thread 8508:#012#0
0x00007fd2bc684b77 __mmap (libc.so.6)#012#1 0x00007fd2bcdcd48f
mmap_cache_get (libsystemd.so.0)#012#2 0x00007fd2bcdc9a27 journal_file_open
(libsystemd.so.0)#012#3 0x00007fd2bcdcef17 add_any_file
(libsystemd.so.0)#012#4 0x00007fd2bcdd0060 add_file_by_name
(libsystemd.so.0)#012#5 0x00007fd2bcdd0193 directory_enumerate
(libsystemd.so.0)#012#6 0x00007fd2bcdd04c2 add_directory
(libsystemd.so.0)#012#7 0x00007fd2bcdd01dd directory_enumerate
(libsystemd.so.0)#012#8 0x00007fd2bcdd0936 add_root_directory
(libsystemd.so.0)#012#9 0x00007fd2bcdd0b35 add_search_paths
(libsystemd.so.0)#012#10 0x00007fd2bcdd28da sd_journal_open
(libsystemd.so.0)#012#11 0x00007fd2ba88b941 openJournal
(imjournal.so)#012#12 0x00005593cf15596a activate (rsyslogd)#012#13
0x00005593cf13257f initAll (rsyslogd)#012#14 0x00005593cf12fca5 main
(rsyslogd)#012#15 0x00007fd2bc5b1873 __libc_start_main (libc.so.6)#012#16
0x00005593cf1300be _start (rsyslogd)
Mar 11 12:32:50 itldnnmslog03 kernel: Linux version
4.18.0-147.5.1.el8_1.x86_64 (mockbuild@kbuilder.bsys.centos.org) (gcc
version 8.3.1 20190507 (Red Hat 8.3.1-4) (GCC)) #1 SMP Wed Feb 5 02:00:39
UTC 2020
Mar 11 12:32:50 itldnnmslog03 kernel: Command line:
BOOT_IMAGE=(hd0,gpt2)/vmlinuz-4.18.0-147.5.1.el8_1.x86_64
root=/dev/mapper/root-root ro resume=/dev/mapper/swap-swap
rd.lvm.lv=root/root rd.lvm.lv=swap/swap rhgb quiet fips=1
boot=UUID=b8655cc9-a1c1-47b3-9348-d95e64ae4023


strace rsyslogd -n
execve("/sbin/rsyslogd", ["rsyslogd", "-n"], 0x7ffc83b8d968 /* 23 vars */) =
0
brk(NULL) = 0x5644070f9000
arch_prctl(0x3001 /* ARCH_??? */, 0x7fff55afe2b0) = -1 EINVAL (Invalid
argument)
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or
directory)
openat(AT_FDCWD, "/usr/lib64/tls/haswell/avx512_1/x86_64/libz.so.1",
O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/tls/haswell/avx512_1/x86_64", 0x7fff55afd500) = -1 ENOENT
(No such file or directory)
openat(AT_FDCWD, "/usr/lib64/tls/haswell/avx512_1/libz.so.1",
O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/tls/haswell/avx512_1", 0x7fff55afd500) = -1 ENOENT (No such
file or directory)
openat(AT_FDCWD, "/usr/lib64/tls/haswell/x86_64/libz.so.1",
O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/tls/haswell/x86_64", 0x7fff55afd500) = -1 ENOENT (No such
file or directory)
openat(AT_FDCWD, "/usr/lib64/tls/haswell/libz.so.1", O_RDONLY|O_CLOEXEC) =
-1 ENOENT (No such file or directory)
stat("/usr/lib64/tls/haswell", 0x7fff55afd500) = -1 ENOENT (No such file or
directory)
openat(AT_FDCWD, "/usr/lib64/tls/avx512_1/x86_64/libz.so.1",
O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/tls/avx512_1/x86_64", 0x7fff55afd500) = -1 ENOENT (No such
file or directory)
openat(AT_FDCWD, "/usr/lib64/tls/avx512_1/libz.so.1", O_RDONLY|O_CLOEXEC) =
-1 ENOENT (No such file or directory)
stat("/usr/lib64/tls/avx512_1", 0x7fff55afd500) = -1 ENOENT (No such file or
directory)
openat(AT_FDCWD, "/usr/lib64/tls/x86_64/libz.so.1", O_RDONLY|O_CLOEXEC) = -1
ENOENT (No such file or directory)
stat("/usr/lib64/tls/x86_64", 0x7fff55afd500) = -1 ENOENT (No such file or
directory)
openat(AT_FDCWD, "/usr/lib64/tls/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT
(No such file or directory)
stat("/usr/lib64/tls", {st_mode=S_IFDIR|0555, st_size=6, ...}) = 0
openat(AT_FDCWD, "/usr/lib64/haswell/avx512_1/x86_64/libz.so.1",
O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/haswell/avx512_1/x86_64", 0x7fff55afd500) = -1 ENOENT (No
such file or directory)
openat(AT_FDCWD, "/usr/lib64/haswell/avx512_1/libz.so.1",
O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/haswell/avx512_1", 0x7fff55afd500) = -1 ENOENT (No such
file or directory)
openat(AT_FDCWD, "/usr/lib64/haswell/x86_64/libz.so.1", O_RDONLY|O_CLOEXEC)
= -1 ENOENT (No such file or directory)
stat("/usr/lib64/haswell/x86_64", 0x7fff55afd500) = -1 ENOENT (No such file
or directory)
openat(AT_FDCWD, "/usr/lib64/haswell/libz.so.1", O_RDONLY|O_CLOEXEC) = -1
ENOENT (No such file or directory)
stat("/usr/lib64/haswell", 0x7fff55afd500) = -1 ENOENT (No such file or
directory)
openat(AT_FDCWD, "/usr/lib64/avx512_1/x86_64/libz.so.1", O_RDONLY|O_CLOEXEC)
= -1 ENOENT (No such file or directory)
stat("/usr/lib64/avx512_1/x86_64", 0x7fff55afd500) = -1 ENOENT (No such file
or directory)
openat(AT_FDCWD, "/usr/lib64/avx512_1/libz.so.1", O_RDONLY|O_CLOEXEC) = -1
ENOENT (No such file or directory)
stat("/usr/lib64/avx512_1", 0x7fff55afd500) = -1 ENOENT (No such file or
directory)
openat(AT_FDCWD, "/usr/lib64/x86_64/libz.so.1", O_RDONLY|O_CLOEXEC) = -1
ENOENT (No such file or directory)
stat("/usr/lib64/x86_64", 0x7fff55afd500) = -1 ENOENT (No such file or
directory)
openat(AT_FDCWD, "/usr/lib64/libz.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0'\0\0\0\0\0\0"...,
832) = 832
lseek(3, 88296, SEEK_SET) = 88296
read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
fstat(3, {st_mode=S_IFREG|0755, st_size=101032, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x7f3387331000
lseek(3, 88296, SEEK_SET) = 88296
read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
mmap(NULL, 2187272, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0x7f3386ef4000
mprotect(0x7f3386f0a000, 2093056, PROT_NONE) = 0
mmap(0x7f3387109000, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x15000) = 0x7f3387109000
mmap(0x7f338710a000, 8, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f338710a000
close(3) = 0
openat(AT_FDCWD, "/usr/lib64/tls/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1
ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000o\0\0\0\0\0\0"...,
832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=754552, ...}) = 0
mmap(NULL, 2225344, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0x7f3386cd4000
mprotect(0x7f3386cef000, 2093056, PROT_NONE) = 0
mmap(0x7f3386eee000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1a000) = 0x7f3386eee000
mmap(0x7f3386ef0000, 13504, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f3386ef0000
close(3) = 0
openat(AT_FDCWD, "/usr/lib64/tls/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1
ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib64/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\20\0\0\0\0\0\0"..., 832)
= 832
fstat(3, {st_mode=S_IFREG|0755, st_size=52328, ...}) = 0
mmap(NULL, 2109744, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0x7f3386ad0000
mprotect(0x7f3386ad3000, 2093056, PROT_NONE) = 0
mmap(0x7f3386cd2000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f3386cd2000
close(3) = 0
openat(AT_FDCWD, "/usr/lib64/tls/librt.so.1", O_RDONLY|O_CLOEXEC) = -1
ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib64/librt.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340%\0\0\0\0\0\0"..., 832) =
832
fstat(3, {st_mode=S_IFREG|0755, st_size=142608, ...}) = 0
mmap(NULL, 2132928, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0x7f33868c7000
mprotect(0x7f33868ce000, 2097152, PROT_NONE) = 0
mmap(0x7f3386ace000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7f3386ace000
close(3) = 0
openat(AT_FDCWD, "/usr/lib64/tls/libestr.so.0", O_RDONLY|O_CLOEXEC) = -1
ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib64/libestr.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\f\0\0\0\0\0\0"..., 832)
= 832
lseek(3, 8872, SEEK_SET) = 8872
read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
fstat(3, {st_mode=S_IFREG|0644, st_size=16616, ...}) = 0
lseek(3, 8872, SEEK_SET) = 8872
read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
mmap(NULL, 2109448, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0x7f33866c3000
mprotect(0x7f33866c6000, 2093056, PROT_NONE) = 0
mmap(0x7f33868c5000, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f33868c5000
mmap(0x7f33868c6000, 8, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f33868c6000
close(3) = 0
openat(AT_FDCWD, "/usr/lib64/tls/libfastjson.so.4", O_RDONLY|O_CLOEXEC) = -1
ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib64/libfastjson.so.4", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20$\0\0\0\0\0\0"...,
832) = 832
lseek(3, 39840, SEEK_SET) = 39840
read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
fstat(3, {st_mode=S_IFREG|0755, st_size=49216, ...}) = 0
lseek(3, 39840, SEEK_SET) = 39840
read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
mmap(NULL, 2138544, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0x7f33864b8000
mprotect(0x7f33864c2000, 2093056, PROT_NONE) = 0
mmap(0x7f33866c1000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9000) = 0x7f33866c1000
close(3) = 0
openat(AT_FDCWD, "/usr/lib64/tls/libsystemd.so.0", O_RDONLY|O_CLOEXEC) = -1
ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib64/libsystemd.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\f\1\0\0\0\0\0"..., 832)
= 832
lseek(3, 653008, SEEK_SET) = 653008
read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
fstat(3, {st_mode=S_IFREG|0755, st_size=1637320, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x7f338732f000
lseek(3, 653008, SEEK_SET) = 653008
read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
mmap(NULL, 2769520, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0x7f3386213000
mprotect(0x7f33862b3000, 2097152, PROT_NONE) = 0
mmap(0x7f33864b3000, 16384, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa0000) = 0x7f33864b3000
mmap(0x7f33864b7000, 624, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f33864b7000
close(3) = 0
openat(AT_FDCWD, "/usr/lib64/tls/libuuid.so.1", O_RDONLY|O_CLOEXEC) = -1
ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib64/libuuid.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\32\0\0\0\0\0\0"...,
832) = 832
lseek(3, 24296, SEEK_SET) = 24296
read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
fstat(3, {st_mode=S_IFREG|0755, st_size=61432, ...}) = 0
lseek(3, 24296, SEEK_SET) = 24296
read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
mmap(NULL, 2125840, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0x7f338600b000
mprotect(0x7f3386011000, 2097152, PROT_NONE) = 0
mmap(0x7f3386211000, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7f3386211000
mmap(0x7f3386212000, 16, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f3386212000
close(3) = 0
openat(AT_FDCWD, "/usr/lib64/tls/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1
ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib64/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300-\0\0\0\0\0\0"..., 832) =
832
lseek(3, 92560, SEEK_SET) = 92560
read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
fstat(3, {st_mode=S_IFREG|0755, st_size=104256, ...}) = 0
lseek(3, 92560, SEEK_SET) = 92560
read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
mmap(NULL, 2192080, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0x7f3385df3000
mprotect(0x7f3385e0a000, 2093056, PROT_NONE) = 0
mmap(0x7f3386009000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16000) = 0x7f3386009000
close(3) = 0
openat(AT_FDCWD, "/usr/lib64/tls/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT
(No such file or directory)
openat(AT_FDCWD, "/usr/lib64/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3,
"\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\2009\2\0\0\0\0\0"..., 832) =
832
fstat(3, {st_mode=S_IFREG|0755, st_size=5993088, ...}) = 0
mmap(NULL, 3942432, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0x7f3385a30000
mprotect(0x7f3385be9000, 2097152, PROT_NONE) = 0
mmap(0x7f3385de9000, 24576, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1b9000) = 0x7f3385de9000
mmap(0x7f3385def000, 14368, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f3385def000
close(3) = 0
openat(AT_FDCWD, "/usr/lib64/tls/liblzma.so.5", O_RDONLY|O_CLOEXEC) = -1
ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib64/liblzma.so.5", O_RDONLY|O_CLOEXEC) = 3
read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\2405\0\0\0\0\0\0"..., 832) =
832
lseek(3, 150808, SEEK_SET) = 150808
read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
fstat(3, {st_mode=S_IFREG|0755, st_size=192024, ...}) = 0
lseek(3, 150808, SEEK_SET) = 150808
read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
mmap(NULL, 2252808, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0x7f3385809000
mprotect(0x7f338582e000, 2097152, PROT_NONE) = 0
mmap(0x7f3385a2e000, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x25000) = 0x7f3385a2e000
mmap(0x7f3385a2f000, 8, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f3385a2f000
close(3) = 0
openat(AT_FDCWD, "/usr/lib64/tls/liblz4.so.1", O_RDONLY|O_CLOEXEC) = -1
ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib64/liblz4.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320!\0\0\0\0\0\0"..., 832) =
832
lseek(3, 87152, SEEK_SET) = 87152
read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
fstat(3, {st_mode=S_IFREG|0755, st_size=96056, ...}) = 0
lseek(3, 87152, SEEK_SET) = 87152
read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
mmap(NULL, 2187272, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0x7f33855f2000
mprotect(0x7f3385608000, 2093056, PROT_NONE) = 0
mmap(0x7f3385807000, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x15000) = 0x7f3385807000
mmap(0x7f3385808000, 8, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f3385808000
close(3) = 0
openat(AT_FDCWD, "/usr/lib64/tls/libcap.so.2", O_RDONLY|O_CLOEXEC) = -1
ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib64/libcap.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\30\0\0\0\0\0\0"..., 832)
= 832
lseek(3, 15680, SEEK_SET) = 15680
read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
fstat(3, {st_mode=S_IFREG|0755, st_size=37952, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x7f338732d000
lseek(3, 15680, SEEK_SET) = 15680
read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
mmap(NULL, 2117944, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0x7f33853ec000
mprotect(0x7f33853f0000, 2097152, PROT_NONE) = 0
mmap(0x7f33855f0000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x7f33855f0000
close(3) = 0
openat(AT_FDCWD, "/usr/lib64/tls/libmount.so.1", O_RDONLY|O_CLOEXEC) = -1
ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib64/libmount.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\352\0\0\0\0\0\0"..., 832)
= 832
lseek(3, 346560, SEEK_SET) = 346560
read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
fstat(3, {st_mode=S_IFREG|0755, st_size=518384, ...}) = 0
lseek(3, 346560, SEEK_SET) = 346560
read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
mmap(NULL, 2462976, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0x7f3385192000
mprotect(0x7f33851e7000, 2097152, PROT_NONE) = 0
mmap(0x7f33853e7000, 16384, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x55000) = 0x7f33853e7000
mmap(0x7f33853eb000, 1280, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f33853eb000
close(3) = 0
openat(AT_FDCWD, "/usr/lib64/tls/libgcrypt.so.20", O_RDONLY|O_CLOEXEC) = -1
ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib64/libgcrypt.so.20", O_RDONLY|O_CLOEXEC) = 3
read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\265\0\0\0\0\0\0"...,
832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1465680, ...}) = 0
mmap(NULL, 3260328, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0x7f3384e76000
mprotect(0x7f3384f8c000, 2093056, PROT_NONE) = 0
mmap(0x7f338518b000, 28672, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x115000) = 0x7f338518b000
close(3) = 0
openat(AT_FDCWD, "/usr/lib64/tls/libblkid.so.1", O_RDONLY|O_CLOEXEC) = -1
ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib64/libblkid.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0
\266\0\0\0\0\0\0"..., 832) = 832
lseek(3, 308400, SEEK_SET) = 308400
read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
fstat(3, {st_mode=S_IFREG|0755, st_size=614888, ...}) = 0
lseek(3, 308400, SEEK_SET) = 308400
read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
mmap(NULL, 2430720, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0x7f3384c24000
mprotect(0x7f3384c70000, 2093056, PROT_NONE) = 0
mmap(0x7f3384e6f000, 24576, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4b000) = 0x7f3384e6f000
mmap(0x7f3384e75000, 1792, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f3384e75000
close(3) = 0
openat(AT_FDCWD, "/usr/lib64/tls/libselinux.so.1", O_RDONLY|O_CLOEXEC) = -1
ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib64/libselinux.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240z\0\0\0\0\0\0"..., 832) =
832
lseek(3, 157536, SEEK_SET) = 157536
read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
fstat(3, {st_mode=S_IFREG|0755, st_size=304856, ...}) = 0
lseek(3, 157536, SEEK_SET) = 157536
read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
mmap(NULL, 2270704, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0x7f33849f9000
mprotect(0x7f3384a20000, 2097152, PROT_NONE) = 0
mmap(0x7f3384c20000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x27000) = 0x7f3384c20000
mmap(0x7f3384c22000, 5616, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f3384c22000
close(3) = 0
openat(AT_FDCWD, "/usr/lib64/tls/libgpg-error.so.0", O_RDONLY|O_CLOEXEC) =
-1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib64/libgpg-error.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0PH\0\0\0\0\0\0"...,
832) = 832
lseek(3, 125832, SEEK_SET) = 125832
read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
fstat(3, {st_mode=S_IFREG|0755, st_size=145984, ...}) = 0
lseek(3, 125832, SEEK_SET) = 125832
read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
mmap(NULL, 2228800, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0x7f33847d8000
mprotect(0x7f33847f7000, 2097152, PROT_NONE) = 0
mmap(0x7f33849f7000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1f000) = 0x7f33849f7000
close(3) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x7f338732b000
openat(AT_FDCWD, "/usr/lib64/tls/libpcre2-8.so.0", O_RDONLY|O_CLOEXEC) = -1
ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib64/libpcre2-8.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P#\0\0\0\0\0\0"...,
832) = 832
lseek(3, 532816, SEEK_SET) = 532816
read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
fstat(3, {st_mode=S_IFREG|0755, st_size=553480, ...}) = 0
lseek(3, 532816, SEEK_SET) = 532816
read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
mmap(NULL, 2634280, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0x7f3384554000
mprotect(0x7f33845d7000, 2093056, PROT_NONE) = 0
mmap(0x7f33847d6000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x82000) = 0x7f33847d6000
close(3) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x7f3387329000
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x7f3387327000
arch_prctl(ARCH_SET_FS, 0x7f338732a680) = 0
mprotect(0x7f3385de9000, 16384, PROT_READ) = 0
mprotect(0x7f3386eee000, 4096, PROT_READ) = 0
mprotect(0x7f33847d6000, 4096, PROT_READ) = 0
mprotect(0x7f33849f7000, 4096, PROT_READ) = 0
mprotect(0x7f3386cd2000, 4096, PROT_READ) = 0
mprotect(0x7f3384c20000, 4096, PROT_READ) = 0
mprotect(0x7f3386211000, 4096, PROT_READ) = 0
mprotect(0x7f3384e6f000, 20480, PROT_READ) = 0
mprotect(0x7f338518b000, 8192, PROT_READ) = 0
mprotect(0x7f3386ace000, 4096, PROT_READ) = 0
mprotect(0x7f33853e7000, 12288, PROT_READ) = 0
mprotect(0x7f33855f0000, 4096, PROT_READ) = 0
mprotect(0x7f3385807000, 4096, PROT_READ) = 0
mprotect(0x7f3385a2e000, 4096, PROT_READ) = 0
mprotect(0x7f3386009000, 4096, PROT_READ) = 0
mprotect(0x7f33864b3000, 12288, PROT_READ) = 0
mprotect(0x7f33866c1000, 4096, PROT_READ) = 0
mprotect(0x7f33868c5000, 4096, PROT_READ) = 0
mprotect(0x7f3387109000, 4096, PROT_READ) = 0
mprotect(0x564405851000, 12288, PROT_READ) = 0
mprotect(0x7f3387333000, 4096, PROT_READ) = 0
set_tid_address(0x7f338732a950) = 8696
set_robust_list(0x7f338732a960, 24) = 0
rt_sigaction(SIGRTMIN, {sa_handler=0x7f3386cda9a0, sa_mask=[],
sa_flags=SA_RESTORER|SA_SIGINFO, sa_restorer=0x7f3386ce6dc0}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {sa_handler=0x7f3386cdaa30, sa_mask=[],
sa_flags=SA_RESTORER|SA_RESTART|SA_SIGINFO, sa_restorer=0x7f3386ce6dc0},
NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
prlimit64(0, RLIMIT_STACK, NULL, {rlim_cur=8192*1024,
rlim_max=RLIM64_INFINITY}) = 0
brk(NULL) = 0x5644070f9000
brk(0x56440711a000) = 0x56440711a000
statfs("/sys/fs/selinux", 0x7fff55afe200) = -1 ENOENT (No such file or
directory)
statfs("/selinux", 0x7fff55afe200) = -1 ENOENT (No such file or
directory)
openat(AT_FDCWD, "/proc/filesystems", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
read(3, "nodev\tsysfs\nnodev\trootfs\nnodev\tr"..., 1024) = 379
read(3, "", 1024) = 0
close(3) = 0
access("/etc/selinux/config", F_OK) = 0
access("/etc/system-fips", F_OK) = 0
futex(0x7f3386cd30e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
openat(AT_FDCWD, "/usr/lib64/libgcrypt.so.20", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0755, st_size=1465680, ...}) = 0
read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\265\0\0\0\0\0\0"...,
32768) = 32768
read(3,
"\350\2341\0\0\0\0\0\10\0\0\0\0\0\0\0\213\363\16\0\0\0\0\0\30\2351\0\0\0\0\0"...,
32768) = 32768
read(3,
"H\211\342H\211\307H\307\4$\0\0\0\0\350]\353\377\377H\213\34$\353\242\17\37\200\0\0\0\0"...,
32768) = 32768
read(3,
"0H\215\224\0\237\2\0\0\351\361\375\377\377f\220A\203\377\7|\232H\215\r\203d\2\0H\211H"...,
32768) = 32768
read(3,
"\320A9\306D\17B\360H\213D$@H1\3I\203\307\20H\213D$HH1C\10H\203\355"...,
32768) = 32768
read(3,
"H\213\4%(\0\0\0H\211D$\0101\300\213D$X\205\300\17\204\265\0\0\0\350\220\334\377\377"...,
32768) = 32768
read(3,
"\301\313\20\17\266\357D\17\266\303H\301\313\20\213,\257B\3\254\207\0\4\0\0003\254\267\0\10\0\0"...,
32768) = 32768
read(3,
"\201\347\17\17\17\17E1\374A\301\347\4E1\371E\211\317A\301\357\20E1\347A\201\347\377\377\0"...,
32768) = 32768
read(3,
"\24\254E\213\34\264\213G0A\301\301\10D1\300A\301\302\10A\301\303\10\301\300\10\17\266\353\17\266"...,
32768) = 32768
read(3,
"\0\f\0\0D3<\227L\207\321D\1\355A\1\355\3\257P\20\0\0001\305D\3\257T\20\0\0"...,
32768) = 32768
read(3,
"\326\301\311\n3\217\30\1\0\0A!\360D1\301E\t\320E1\301\367\321A1\360A1\312D\t"...,
32768) = 32768
read(3,
"\224\1\0\0f\17p\333\0f\17\357\343f\17n\237\230\1\0\0f\17p\333\0f\17\357\323f\17"...,
32768) = 32768
read(3,
"\304\342}X\207\240\0\0\0\305\355\357\320\304\342}X\207\244\0\0\0\305\365\357\310\304\342}X\207\250"...,
32768) = 32768
read(3,
"\301\354\20G\213\34\230D3\34\201E\17\266\344F3\34\242Lc\343G3\34\247C\215\\\35\0A"...,
32768) = 32768
read(3,
"\311\304By\34\377\304A)\353\325\304A\31d\350\304A9\374\300\304By\34\355\304A1\353\316\304"...,
32768) = 32768
read(3,
"\201\337\300\305\371r\320\4\304B9\0\366\304\3421\0\300\304\301y\357\306\305\1\333\367\305\201\337\377\305"...,
32768) = 32768
read(3,
"\345\357\334\304B-\0\327\304\301\35s\330\4\304B%\0\337\304\301\25s\330\5\304B\35\0\347\305\335"...,
32768) = 32768
read(3,
"b}X=XN\377\377\304b}Z-\237M\377\377\304b}Z5\246M\377\377\304b}Z\25\255"...,
32768) = 32768
read(3, "\0\0\0fD\17\177\4$fD\17\177L$\20fD\17\177T$ fD\17\177\\$0f\17"...,
32768) = 32768
read(3,
"|$0\350h\352\3\0H\213|$8\350^\352\3\0H\213|$@\350T\352\3\0H\213|$"...,
32768) = 32768
read(3, "AQAPQAWWV1\366ASRH\215\25\223+\5\0PH\213\274$\210\0\0\0001\300"...,
32768) = 32768
read(3,
"\326\1\321!\3161\306D\1\306E\215\204\7\330\230\200i\211\320D\213|$4\301\316\n1\310\1\316"...,
32768) = 32768
read(3,
"\230/\212B\221D7q\317\373\300\265\245\333\265\351\230/\212B\221D7q\317\373\300\265\245\333\265\351"...,
32768) = 32768
read(3,
"H\17\244\3002H\1\301\305\371\177\204$\320\1\0\0\305\371\324\5W\21\0\0\305\371\177\204$\200\2"...,
32768) = 32768
read(3, "1\372L\1\376H\3|$\310L1\301H\301\302
H1\360H\3t$\350H\301\311\20H\1\325"..., 32768) = 32768
read(3,
"\213\204$\250\0\0\0D\213\204$\230\0\0\0D\213\264$\254\0\0\0D\213\274$\234\0\0\0\220"...,
32768) = 32768
read(3,
"\300y\3551\300\17\37\0H\307\4\302\0\0\0\0H\203\300\19\303w\360\211u\4[]A\\\303"...,
32768) = 32768
read(3,
"H\213~\0101\366\3505\203\377\377\205\300\17\204M\2\0\0I\213|$\0201\366\350!\203\377\377\205"...,
32768) = 32768
read(3,
"\372\361\373\10\314\21\365\347\0\33\5\322\0\272Zs\330\"\267*\313\201c8:$\366\254z\375\276i"...,
32768) = 32768
read(3, "@\4\0\0p\4\0\0\20\4\0\0(\4\0\0000\4\0\0H\4\0\0\10\4\0\0`\4\0\0"...,
32768) = 32768
read(3, "95B89E69949D96512E873B9C8F8DFD49"..., 32768) = 32768
read(3,
"\204\356\3766\33gq@=\270\343\323\347\7bq\32:(\371\362\17\322H~\274|u\264\236v'"...,
32768) = 32768
read(3, "\364\220z\220\220d=\352\302_a__\235\276>\35 \200
=@\240gh\275hh\17\320\325"..., 32768) = 32768
read(3, "\215\2B\16\30\214\3D\16 \206\4D\16(\203\5F\0160s\n\16(A\16
A\16\30B\16"..., 32768) = 32768
read(3, "\0F\16\20\217\2E\16\30\216\3E\16
\215\4E\16(\214\5A\0160\206\6A\168\203\7D"..., 32768) = 32768
read(3,
"\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"...,
32768) = 32768
read(3, "ORTIFY\0\2\0\0\0\0\26\0\0\0\0\0\0\0\0\1\0\0GA+GLIBC"..., 32768) =
32768
read(3, "GA+omit_frame_pointer\0\0\0\f\0\0\0\0\0\0\0"..., 32768) = 32768
read(3, "\0\1\0\0GA!\10\0\0\0\0\26\0\0\0\0\0\0\0\0\1\0\0GA+omit_"..., 32768)
= 32768
read(3, "\21\0\0\0\0\0\0\0\0\1\0\0GA!stack_realign\0\0\0\0"..., 32768) =
32768
read(3, "otection\0\10\0\0\r\0\0\0\0\0\0\0\0\1\0\0GA*FORTI"..., 32768) =
32768
read(3, "gcc 8.3.1 20190507\0\0\n\0\0\0\0\0\0\0\0\1\0\0"..., 32768) = 32768
read(3, "\1\1\0\0GA*FORTIFY\0\2\0\0\0\0\26\0\0\0\0\0\0\0\1\1\0\0"..., 32768)
= 32768
read(3, "07\0\0\n\0\0\0\0\0\0\0\0\1\0\0GA*GOW\0*E\0\0\0\6\0\0\0"..., 32768)
= 32768
read(3, "GA*\7\2\0\0\0\5\0\0\0\0\0\0\0\0\1\0\0GA!\10\0\0\0\0\26\0\0\0"...,
32768) = 23888
read(3, "", 8192) = 0
read(3, "", 32768) = 0
close(3) = 0
openat(AT_FDCWD, "/usr/lib64/.libgcrypt.so.20.hmac", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=65, ...}) = 0
read(3, "95e4d8353204b1423c7b8a6baec1261d"..., 4096) = 65
read(3, "", 4096) = 0
close(3) = 0
getpid() = 8696
rt_sigaction(SIGTTIN, {sa_handler=0x5644055c2180, sa_mask=[],
sa_flags=SA_RESTORER, sa_restorer=0x7f3386ce6dc0}, NULL, 8) = 0
rt_sigaction(SIGTTOU, {sa_handler=0x5644055c2180, sa_mask=[],
sa_flags=SA_RESTORER, sa_restorer=0x7f3386ce6dc0}, NULL, 8) = 0
openat(AT_FDCWD, "/dev/urandom", O_RDONLY) = 3
sched_getparam(8696, [0]) = 0
sched_getscheduler(8696) = 0 (SCHED_OTHER)
sched_get_priority_min(SCHED_OTHER) = 0
sched_get_priority_max(SCHED_OTHER) = 0
openat(AT_FDCWD, "/usr/lib64/rsyslog/lmnet.so", O_RDONLY|O_CLOEXEC) = 4
read(4,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\31\0\0\0\0\0\0"..., 832) =
832
lseek(4, 21304, SEEK_SET) = 21304
read(4, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
fstat(4, {st_mode=S_IFREG|0755, st_size=34760, ...}) = 0
lseek(4, 21304, SEEK_SET) = 21304
read(4, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
mmap(NULL, 2122536, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) =
0x7f338434d000
mprotect(0x7f3384353000, 2093056, PROT_NONE) = 0
mmap(0x7f3384552000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x5000) = 0x7f3384552000
close(4) = 0
mprotect(0x7f3384552000, 4096, PROT_READ) = 0
uname({sysname="Linux", nodename="itldnnmslog03", ...}) = 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)
close(4) = 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)
close(4) = 0
openat(AT_FDCWD, "/etc/nsswitch.conf", O_RDONLY|O_CLOEXEC) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=2392, ...}) = 0
read(4, "# Generated by authselect on Wed"..., 4096) = 2392
read(4, "", 4096) = 0
close(4) = 0
stat("/etc/resolv.conf", {st_mode=S_IFREG|0644, st_size=113, ...}) = 0
openat(AT_FDCWD, "/etc/host.conf", O_RDONLY|O_CLOEXEC) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=9, ...}) = 0
read(4, "multi on\n", 4096) = 9
read(4, "", 4096) = 0
close(4) = 0
futex(0x7f3385df1904, FUTEX_WAKE_PRIVATE, 2147483647) = 0
openat(AT_FDCWD, "/etc/resolv.conf", O_RDONLY|O_CLOEXEC) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=113, ...}) = 0
read(4, "# Generated by NetworkManager\nse"..., 4096) = 113
read(4, "", 4096) = 0
close(4) = 0
openat(AT_FDCWD, "/usr/lib64/tls/libnss_files.so.2", O_RDONLY|O_CLOEXEC) =
-1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib64/libnss_files.so.2", O_RDONLY|O_CLOEXEC) = 4
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 '\0\0\0\0\0\0"...,
832) = 832
fstat(4, {st_mode=S_IFREG|0755, st_size=110520, ...}) = 0
mmap(NULL, 2168664, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) =
0x7f338413b000
mprotect(0x7f3384146000, 2093056, PROT_NONE) = 0
mmap(0x7f3384345000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0xa000) = 0x7f3384345000
mmap(0x7f3384347000, 22360, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f3384347000
close(4) = 0
mprotect(0x7f3384345000, 4096, PROT_READ) = 0
openat(AT_FDCWD, "/etc/hosts", O_RDONLY|O_CLOEXEC) = 4
lseek(4, 0, SEEK_CUR) = 0
fstat(4, {st_mode=S_IFREG|0644, st_size=214, ...}) = 0
read(4, "127.0.0.1 localhost localhost."..., 4096) = 214
lseek(4, 0, SEEK_CUR) = 214
read(4, "", 4096) = 0
close(4) = 0
access("/etc/localtime", R_OK) = 0
openat(AT_FDCWD, "/etc/rsyslog.conf", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=2495, ...}) = 0
read(4, "# rsyslog configuration file\n\n# "..., 4096) = 2495
read(4, "", 4096) = 0
close(4) = 0
openat(AT_FDCWD, "/usr/lib64/rsyslog/imuxsock.so", O_RDONLY|O_CLOEXEC) = 4
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`$\0\0\0\0\0\0"...,
832) = 832
lseek(4, 29824, SEEK_SET) = 29824
read(4, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
fstat(4, {st_mode=S_IFREG|0755, st_size=42200, ...}) = 0
lseek(4, 29824, SEEK_SET) = 29824
read(4, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
mmap(NULL, 2132200, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) =
0x7f3383f32000
mprotect(0x7f3383f3a000, 2093056, PROT_NONE) = 0
mmap(0x7f3384139000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x7000) = 0x7f3384139000
close(4) = 0
mprotect(0x7f3384139000, 4096, PROT_READ) = 0
openat(AT_FDCWD, "/usr/lib64/rsyslog/imjournal.so", O_RDONLY|O_CLOEXEC) = 4
read(4,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240\"\0\0\0\0\0\0"..., 832)
= 832
lseek(4, 23328, SEEK_SET) = 23328
read(4, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
fstat(4, {st_mode=S_IFREG|0755, st_size=33440, ...}) = 0
lseek(4, 23328, SEEK_SET) = 23328
read(4, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
mmap(NULL, 2123528, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) =
0x7f3383d2b000
mprotect(0x7f3383d31000, 2093056, PROT_NONE) = 0
mmap(0x7f3383f30000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x5000) = 0x7f3383f30000
close(4) = 0
mprotect(0x7f3383f30000, 4096, PROT_READ) = 0
stat("/var/lib/rsyslog", {st_mode=S_IFDIR|0700, st_size=29, ...}) = 0
stat("/etc/rsyslog.d/*.conf", 0x7fff55afb000) = -1 ENOENT (No such file or
directory)
openat(AT_FDCWD, "/etc/rsyslog.d",
O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 4
fstat(4, {st_mode=S_IFDIR|0755, st_size=6, ...}) = 0
brk(NULL) = 0x56440711a000
brk(0x56440713c000) = 0x56440713c000
getdents64(4, /* 2 entries */, 32768) = 48
getdents64(4, /* 0 entries */, 32768) = 0
brk(NULL) = 0x56440713c000
brk(NULL) = 0x56440713c000
brk(0x564407134000) = 0x564407134000
brk(NULL) = 0x564407134000
close(4) = 0
openat(AT_FDCWD, "/usr/lib64/rsyslog/imkafka.so", O_RDONLY|O_CLOEXEC) = 4
read(4,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\270\1\0\0\0\0\0"...,
832) = 832
lseek(4, 874152, SEEK_SET) = 874152
read(4, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
fstat(4, {st_mode=S_IFREG|0755, st_size=974720, ...}) = 0
lseek(4, 874152, SEEK_SET) = 874152
read(4, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
mmap(NULL, 3054008, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) =
0x7f3383a41000
mprotect(0x7f3383b17000, 2093056, PROT_NONE) = 0
mmap(0x7f3383d16000, 69632, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0xd5000) = 0x7f3383d16000
mmap(0x7f3383d27000, 14776, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f3383d27000
close(4) = 0
openat(AT_FDCWD, "/usr/lib64/tls/libssl.so.1.1", O_RDONLY|O_CLOEXEC) = -1
ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib64/libssl.so.1.1", O_RDONLY|O_CLOEXEC) = 4
read(4,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\373\1\0\0\0\0\0"..., 832)
= 832
lseek(4, 546712, SEEK_SET) = 546712
read(4, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
fstat(4, {st_mode=S_IFREG|0755, st_size=774104, ...}) = 0
lseek(4, 546712, SEEK_SET) = 546712
read(4, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
mmap(NULL, 2699312, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) =
0x7f33837ad000
mprotect(0x7f3383833000, 2097152, PROT_NONE) = 0
mmap(0x7f3383a33000, 53248, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x86000) = 0x7f3383a33000
mmap(0x7f3383a40000, 48, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f3383a40000
close(4) = 0
openat(AT_FDCWD, "/usr/lib64/tls/libcrypto.so.1.1", O_RDONLY|O_CLOEXEC) = -1
ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib64/libcrypto.so.1.1", O_RDONLY|O_CLOEXEC) = 4
read(4,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\240\7\0\0\0\0\0"..., 832)
= 832
fstat(4, {st_mode=S_IFREG|0755, st_size=4671512, ...}) = 0
mmap(NULL, 5103496, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) =
0x7f33832cf000
mprotect(0x7f338357b000, 2093056, PROT_NONE) = 0
mmap(0x7f338377a000, 192512, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x2ab000) = 0x7f338377a000
mmap(0x7f33837a9000, 16264, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f33837a9000
close(4) = 0
openat(AT_FDCWD, "/usr/lib64/tls/libsasl2.so.3", O_RDONLY|O_CLOEXEC) = -1
ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib64/libsasl2.so.3", O_RDONLY|O_CLOEXEC) = 4
read(4,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260S\0\0\0\0\0\0"..., 832) =
832
lseek(4, 114272, SEEK_SET) = 114272
read(4, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
fstat(4, {st_mode=S_IFREG|0755, st_size=130176, ...}) = 0
lseek(4, 114272, SEEK_SET) = 114272
read(4, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
mmap(NULL, 2216904, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) =
0x7f33830b1000
mprotect(0x7f33830cd000, 2097152, PROT_NONE) = 0
mmap(0x7f33832cd000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x1c000) = 0x7f33832cd000
close(4) = 0
openat(AT_FDCWD, "/usr/lib64/tls/libresolv.so.2", O_RDONLY|O_CLOEXEC) = -1
ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib64/libresolv.so.2", O_RDONLY|O_CLOEXEC) = 4
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p<\0\0\0\0\0\0"...,
832) = 832
fstat(4, {st_mode=S_IFREG|0755, st_size=168368, ...}) = 0
mmap(NULL, 2189952, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) =
0x7f3382e9a000
mprotect(0x7f3382eae000, 2093056, PROT_NONE) = 0
mmap(0x7f33830ad000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x13000) = 0x7f33830ad000
mmap(0x7f33830af000, 6784, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f33830af000
close(4) = 0
openat(AT_FDCWD, "/usr/lib64/tls/libcrypt.so.1", O_RDONLY|O_CLOEXEC) = -1
ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib64/libcrypt.so.1", O_RDONLY|O_CLOEXEC) = 4
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\23\0\0\0\0\0\0"...,
832) = 832
lseek(4, 127864, SEEK_SET) = 127864
read(4, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
fstat(4, {st_mode=S_IFREG|0755, st_size=144568, ...}) = 0
lseek(4, 127864, SEEK_SET) = 127864
read(4, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
mmap(NULL, 2261384, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) =
0x7f3382c71000
mprotect(0x7f3382c91000, 2093056, PROT_NONE) = 0
mmap(0x7f3382e90000, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x1f000) = 0x7f3382e90000
mmap(0x7f3382e91000, 33160, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f3382e91000
close(4) = 0
openat(AT_FDCWD, "/usr/lib64/tls/libgssapi_krb5.so.2", O_RDONLY|O_CLOEXEC) =
-1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib64/libgssapi_krb5.so.2", O_RDONLY|O_CLOEXEC) = 4
read(4,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\336\0\0\0\0\0\0"..., 832) =
832
lseek(4, 313784, SEEK_SET) = 313784
read(4, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
fstat(4, {st_mode=S_IFREG|0755, st_size=603768, ...}) = 0
lseek(4, 313784, SEEK_SET) = 313784
read(4, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
mmap(NULL, 2423488, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) =
0x7f3382a21000
mprotect(0x7f3382a6e000, 2097152, PROT_NONE) = 0
mmap(0x7f3382c6e000, 12288, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x4d000) = 0x7f3382c6e000
close(4) = 0
openat(AT_FDCWD, "/usr/lib64/tls/libkrb5.so.3", O_RDONLY|O_CLOEXEC) = -1
ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib64/libkrb5.so.3", O_RDONLY|O_CLOEXEC) = 4
read(4,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240\216\2\0\0\0\0\0"...,
832) = 832
lseek(4, 912704, SEEK_SET) = 912704
read(4, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
fstat(4, {st_mode=S_IFREG|0755, st_size=1507952, ...}) = 0
lseek(4, 912704, SEEK_SET) = 912704
read(4, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
mmap(NULL, 3077696, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) =
0x7f3382731000
mprotect(0x7f3382810000, 2097152, PROT_NONE) = 0
mmap(0x7f3382a10000, 69632, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0xdf000) = 0x7f3382a10000
close(4) = 0
openat(AT_FDCWD, "/usr/lib64/tls/libk5crypto.so.3", O_RDONLY|O_CLOEXEC) = -1
ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib64/libk5crypto.so.3", O_RDONLY|O_CLOEXEC) = 4
read(4,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320]\0\0\0\0\0\0"..., 832) =
832
lseek(4, 103424, SEEK_SET) = 103424
read(4, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
fstat(4, {st_mode=S_IFREG|0755, st_size=273488, ...}) = 0
lseek(4, 103424, SEEK_SET) = 103424
read(4, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
mmap(NULL, 2207792, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) =
0x7f3382515000
mprotect(0x7f338252f000, 2093056, PROT_NONE) = 0
mmap(0x7f338272e000, 12288, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x19000) = 0x7f338272e000
close(4) = 0
openat(AT_FDCWD, "/usr/lib64/tls/libcom_err.so.2", O_RDONLY|O_CLOEXEC) = -1
ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib64/libcom_err.so.2", O_RDONLY|O_CLOEXEC) = 4
read(4,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\27\0\0\0\0\0\0"..., 832)
= 832
lseek(4, 10464, SEEK_SET) = 10464
read(4, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
fstat(4, {st_mode=S_IFREG|0755, st_size=27208, ...}) = 0
lseek(4, 10464, SEEK_SET) = 10464
read(4, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
mmap(NULL, 2109608, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) =
0x7f3382311000
mprotect(0x7f3382314000, 2093056, PROT_NONE) = 0
mmap(0x7f3382513000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x2000) = 0x7f3382513000
close(4) = 0
openat(AT_FDCWD, "/usr/lib64/tls/libkrb5support.so.0", O_RDONLY|O_CLOEXEC) =
-1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib64/libkrb5support.so.0", O_RDONLY|O_CLOEXEC) = 4
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20E\0\0\0\0\0\0"...,
832) = 832
lseek(4, 60208, SEEK_SET) = 60208
read(4, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
fstat(4, {st_mode=S_IFREG|0755, st_size=118736, ...}) = 0
lseek(4, 60208, SEEK_SET) = 60208
read(4, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
mmap(NULL, 2163400, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) =
0x7f3382100000
mprotect(0x7f338210f000, 2097152, PROT_NONE) = 0
mmap(0x7f338230f000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0xf000) = 0x7f338230f000
close(4) = 0
openat(AT_FDCWD, "/usr/lib64/tls/libkeyutils.so.1", O_RDONLY|O_CLOEXEC) = -1
ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib64/libkeyutils.so.1", O_RDONLY|O_CLOEXEC) = 4
read(4,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\27\0\0\0\0\0\0"..., 832)
= 832
lseek(4, 11304, SEEK_SET) = 11304
read(4, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
fstat(4, {st_mode=S_IFREG|0755, st_size=16320, ...}) = 0
lseek(4, 11304, SEEK_SET) = 11304
read(4, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
mmap(NULL, 2109448, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) =
0x7f3381efc000
mprotect(0x7f3381eff000, 2093056, PROT_NONE) = 0
mmap(0x7f33820fe000, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x2000) = 0x7f33820fe000
mmap(0x7f33820ff000, 8, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f33820ff000
close(4) = 0
mprotect(0x7f33820fe000, 4096, PROT_READ) = 0
mprotect(0x7f338377a000, 176128, PROT_READ) = 0
mprotect(0x7f33830ad000, 4096, PROT_READ) = 0
mprotect(0x7f338230f000, 4096, PROT_READ) = 0
mprotect(0x7f3382513000, 4096, PROT_READ) = 0
mprotect(0x7f338272e000, 8192, PROT_READ) = 0
mprotect(0x7f3382a10000, 61440, PROT_READ) = 0
mprotect(0x7f3382c6e000, 8192, PROT_READ) = 0
mprotect(0x7f3382e90000, 4096, PROT_READ) = 0
mprotect(0x7f33832cd000, 4096, PROT_READ) = 0
mprotect(0x7f3383a33000, 36864, PROT_READ) = 0
mprotect(0x7f3383d16000, 65536, PROT_READ) = 0
access("/etc/system-fips", F_OK) = 0
futex(0x7f33837ab274, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f33837ab7d8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f33837ab7cc, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f33837ab7c4, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f33837ab8c0, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f33837ab7a8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f33837ab2a4, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f33837ab7b0, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f33837ab1c4, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f33837ab9a0, FUTEX_WAKE_PRIVATE, 2147483647) = 0
getrandom("\xd1\xf8\xc5\x0e\xcc\x96\xb6\x4c\x8d\x38\x24\x1e\x37\x83\xf8\x5e",
16, GRND_NONBLOCK) = 16
futex(0x7f33837ab924, FUTEX_WAKE_PRIVATE, 2147483647) = 0
getrandom("\xac\xe8\x9e\x56\xc8\x57\xf2\x5c\x9c\xad\xaa\x03\xf9\x93\x41\x62",
16, GRND_NONBLOCK) = 16
getrandom("\x97\x3d\x8b\xda\xce\xc6\x9b\x9e\x9d\xdd\x29\x6b\x0b\xd7\x13\xe7",
16, GRND_NONBLOCK) = 16
getpid() = 8696
futex(0x7f33837ab900, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f33837ab15c, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f33837ab150, FUTEX_WAKE_PRIVATE, 2147483647) = 0
brk(NULL) = 0x564407134000
brk(0x564407155000) = 0x564407155000
futex(0x7f33837ab7bc, FUTEX_WAKE_PRIVATE, 2147483647) = 0
openat(AT_FDCWD, "/usr/lib64/.libcrypto.so.1.1.hmac", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=65, ...}) = 0
read(4, "139a58fdf881061d086f34a713fa3591"..., 4096) = 65
openat(AT_FDCWD, "/usr/lib64/libcrypto.so.1.1", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0755, st_size=4671512, ...}) = 0
read(5,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\240\7\0\0\0\0\0"...,
16384) = 16384
read(5,
"\22\r\0\0\0\0\0\0\0\0\0\0\0\0\0\0\24\r\0\0\25\r\0\0\27\r\0\0\31\r\0\0"...,
16384) = 16384
read(5,
"<!A\237\275A\322\10\26i^\\O\3366\274,e\3542\327#3\v\236\225\266\316\n\222\204)&quot;...,
16384) = 16384
read(5,
&quot;0F\34\0\0\0\0\0\35\0\0\0\0\0\0\0]-\0\0\22\0\f\0\20I\n\0\0\0\0\0&quot;...,
16384) = 16384
read(5,
&quot;\27\t\0\0\22\0\f\0\260+\t\0\0\0\0\0\270\3\0\0\0\0\0\0\373)\1\0\22\0\f\0&quot;...,
16384) = 16384
read(5,
&quot;\t\0\0\0\0\0\0\0\373\366\0\0\22\0\f\0`\207\36\0\0\0\0\0-\3\0\0\0\0\0\0&quot;...,
16384) = 16384
read(5,
&quot;\20\334\36\0\0\0\0\0\20\0\0\0\0\0\0\0\217T\0\0\22\0\f\0\240\311\r\0\0\0\0\0&quot;...,
16384) = 16384
read(5,
&quot;e\251\0\0\22\0\f\0p\33\27\0\0\0\0\0\10\0\0\0\0\0\0\0\312\260\0\0\22\0\f\0&quot;...,
16384) = 16384
read(5,
&quot;\23\0\0\0\0\0\0\0o^\0\0\22\0\f\0\3605\16\0\0\0\0\0\t\0\0\0\0\0\0\0&quot;...,
16384) = 16384
read(5,
&quot;\360\233\25\0\0\0\0\0\25\0\0\0\0\0\0\0\360\235\0\0\22\0\f\0000\236\26\0\0\0\0\0&quot;...,
16384) = 16384
read(5, &quot;_meth_get_read_ex\0BIO_meth_set_r&quot;..., 16384) = 16384
read(5, &quot;ofactor\0EC_GROUP_get_ecpkparamet&quot;..., 16384) = 16384
read(5, &quot;secure_malloc_done\0OPENSSL_threa&quot;..., 16384) = 16384
read(5, &quot;E_load\0OSSL_STORE_supports_searc&quot;..., 16384) = 16384
read(5, &quot;SAPrivateKey_fp\0i2d_RSAPrivateKe&quot;..., 16384) = 16384
read(5,
&quot;\2\0\2\0\2\0\2\0\2\0\2\0\2\0\2\0\2\0\2\0\2\0\2\0\2\0\2\0\2\0\2\0&quot;...,
16384) = 16384
read(5,
&quot;\10\0\0\0\0\0\0\0\360y\&quot;\0\0\0\0\0\320\347J\0\0\0\0\0\10\0\0\0\0\0\0\0&quot;...,
16384) = 16384
read(5,
&quot;8!K\0\0\0\0\0\10\0\0\0\0\0\0\0\200\351L\0\0\0\0\0H!K\0\0\0\0\0&quot;...,
16384) = 16384
read(5,
&quot;\240\234\26\0\0\0\0\0\340cK\0\0\0\0\0\10\0\0\0\0\0\0\0\0\226\26\0\0\0\0\0&quot;...,
16384) = 16384
read(5,
&quot;\10\0\0\0\0\0\0\0\351\23%\0\0\0\0\0000\234K\0\0\0\0\0\10\0\0\0\0\0\0\0&quot;...,
16384) = 16384
read(5,
&quot;\310\300K\0\0\0\0\0\10\0\0\0\0\0\0\0\201\234$\0\0\0\0\0\330\300K\0\0\0\0\0&quot;...,
16384) = 16384
read(5,
&quot;k\254$\0\0\0\0\0\310\344K\0\0\0\0\0\10\0\0\0\0\0\0\0\340!%\0\0\0\0\0&quot;...,
16384) = 16384
read(5,
&quot;\10\0\0\0\0\0\0\0M&amp;%\0\0\0\0\0h\tL\0\0\0\0\0\10\0\0\0\0\0\0\0&quot;...,
16384) = 16384
read(5,
&quot;p.L\0\0\0\0\0\10\0\0\0\0\0\0\0\243\316$\0\0\0\0\0x.L\0\0\0\0\0&quot;...,
16384) = 16384
read(5,
&quot;\fT%\0\0\0\0\0\30XL\0\0\0\0\0\10\0\0\0\0\0\0\0\37T%\0\0\0\0\0&quot;...,
16384) = 16384
read(5,
&quot;\10\0\0\0\0\0\0\0D\230%\0\0\0\0\0x\215L\0\0\0\0\0\10\0\0\0\0\0\0\0&quot;...,
16384) = 16384
read(5, &quot;\350\276L\0\0\0\0\0\10\0\0\0\0\0\0\0
\242L\0\0\0\0\0\30\277L\0\0\0\0\0&quot;..., 16384) = 16384
read(5, &quot;p\31\25\0\0\0\0\0\250\357L\0\0\0\0\0\10\0\0\0\0\0\0\0
\364\24\0\0\0\0\0&quot;..., 16384) = 16384
read(5, &quot;\10\0\0\0\0\0\0\0
\323J\0\0\0\0\0\310$M\0\0\0\0\0\10\0\0\0\0\0\0\0&quot;..., 16384) = 16384
read(5,
&quot;(jM\0\0\0\0\0\10\0\0\0\0\0\0\0\10\24$\0\0\0\0\08jM\0\0\0\0\0&quot;...,
16384) = 16384
read(5,
&quot;\0\0\0\0\0\0\0\0\10[.M\0\0\0\0\0\7\0\0\0\10\0\0\0\0\0\0\0\0\0\0\0&quot;...,
16384) = 16384
read(5,
&quot;c|w{\362ko\3050\1g+\376\327\253v\312\202\311}\372YG\360\255\324\242\257\234\244r\300&quot;...,
16384) = 16384
read(5,
&quot;\334\3211\307\301\315\7\1\321\3\\$$1\357\211\316\301\301\5\1\3731\356\301\312\7\1\313\3D$&quot;...,
16384) = 16384
read(5,
&quot;\327\305\315s\336\10\304C{\360\342\26G\215\f)E1\337\305\375\376\306\304C{\360\362\r\304C{&quot;...,
16384) = 16384
read(5,
&quot;f\178\336\320fE\17\376\311fE\17\357\327f\178\336\330fA\17r\346\37fE\17\324\377f&quot;...,
16384) = 16384
read(5,
&quot;\365\363E\17oT$0I\203\376@\17\204\16\2\0\0fA\17\357\311fE\17p\356\23fE\17&quot;...,
16384) = 16384
read(5,
&quot;H\211\336L\211\357\350\365O\0\0H\213L$HdH3\f%(\0\0\0u*H\203\304X[.&quot;...,
16384) = 16384
read(5,
&quot;0\0\17\205\270\376\377\377H\213|$(\350\216\26\27\0I\211\304\351\266\376\377\377f\17\37D\0\0&quot;...,
16384) = 16384
read(5,
&quot;\0H\215\25${\30\0Jc\4\242H\1\320>\377\340f\17\37D\0\0\211\362)\352H\215^\1"...,
16384) = 16384
read(5,
"\213t$\30\3507\207\377\377\205\300t3H\2155\\\362\27\0L\211\377A\203\305\1\350`\333\24\0"...,
16384) = 16384
read(5,
"\304\0\0\0H\213D$\30L\211\30\270\1\0\0\0H\213|$HdH3<%(\0\0\0\17"..., 16384)
= 16384
read(5,
"L\211L$\20L\211\\$\10\350q\370\377\377L\213\\$\10L\213L$\20\205\300\17\205\236\373\377"...,
16384) = 16384
read(5,
"\363\17\36\372H\307G\2\0\0\0\0H\211\372H\215\177\nH\307G^\0\0\0\0\211\320H\203\347"...,
16384) = 16384
read(5, "\0\0001\333\276\213\0\0\0\277
\0\0\0\350\215\350\n\0\3513\377\377\377\17\37\204\0\0\0\0\0"..., 16384) =
16384
read(5,
"\255\374\377\377H\213}0\350\363\206\377\377\211\302\270\4\0\0\0\203\372\2\17\204\224\374\377\377\270\6\0"...,
16384) = 16384
read(5,
"ATI\211\374USH\201\354\250\0\0\0H\213o8dH\213\4%(\0\0\0H\211\204$\230"...,
16384) = 16384
read(5,
"A1\330A\301\310\10E\1\306E1\365A\301\315\7A\1\377D\3T$`\3\254$\210\0\0\0"...,
16384) = 16384
read(5,
"H\213\24\306H\367\322H\211\24\301H\203\300\1H9\307u\354\211]\230L\213\255`\377\377\377H\215"...,
16384) = 16384
read(5,
"\377\377\205\300t\n\213S\0201\300\205\322\17\224\300[.\303\17\37@\0f.\17\37\204\0\0\0\0\0"...,
16384) = 16384
read(5,
"\357A\307D$\10\6\0\0\0L\211\347\273\1\0\0\0\350\251\306\377\377\351\36\375\377\377\17\37@\0"...,
16384) = 16384
read(5,
"\213D$\f\353\252f.\17\37\204\0\0\0\0\0\307E\20\0\0\0\0H\211\336H\211\357\350.\0"...,
16384) = 16384
read(5,
"H\215\235@\1\0\0H\211\4$H\211\350L\215\255\200\2\0\0%\377\17\0\0H\5@\1\0\0"...,
16384) = 16384
read(5,
"\366\347\304b\353\366v\30\363L\178\366c\360fL\178\366\352H\215\f\1H\215v
\363L\17"..., 16384) = 16384
read(5,
",\220\213^\30A\211\352D\3\24\210\213N\34D\211\325D1\335\1\353\323\303\211\331\17\266\337D\17"...,
16384) = 16384
read(5,
"\25H\357\351bq\rH\357\362bq\5H\357\373b\321\35Hr\314\20b\321\25Hr\315\20b\321"...,
16384) = 16384
read(5,
"\272\1\0\0\0\353\341f\17\37\204\0\0\0\0\0\363\17\36\372AWA\211\367AVA\211\326AU"...,
16384) = 16384
read(5,
"\350\353\233\20\0\213\0\203\370\4u\324\203;\4\177\331\307\3\5\0\0\0\353\321\17\37\200\0\0\0\0"...,
16384) = 16384
read(5,
"\0L\211\357H\2155\306q\24\0H\211\3\350\355N\n\0\270\1\0\0\0H\203\3048[]A\\"...,
16384) = 16384
read(5,
"\36=\24\0\350\227(\7\0\270\377\377\377\377\351{\377\377\377A\2703\0\0\0\353\233\17\37D\0\0"...,
16384) = 16384
read(5,
"\5\0\0001\312D\211\341\213t$\370\301\351\0323\224\210\0\6\0\0D\211\341\301\351\2\203\341?3"...,
16384) = 16384
read(5,
"+\17\37\200\0\0\0\0Hc\373I\203\304\1A\17\266T$\377\203\303\1I\203\305\0012T<@"...,
16384) = 16384
read(5,
"\363\17\36\372H\211\367H\211\326H\211\312L\211\301M\211\310L\213L$\10\351\263\213\374\377\17\37\0"...,
16384) = 16384
read(5,
"\213L$XM\211\340L\211\366H\213\224$\220\0\0\0L\211\377\350\266K\374\377\205\300\17\204\271\7"...,
16384) = 16384
read(5, "\0\0H\211\363H\205\366\17\204\202\0\0\0\366G\24\1u,H\213G
H\205\300t\23H\211\336"..., 16384) = 16384
read(5,
"(\0\0\0u\20H\201\304\360\1\0\0[]A\\A]A^\303\350%\223\367\377\17\37D\0\0"...,
16384) = 16384
read(5, "\4%(\0\0\0H\211\204$h\1\0\0001\300H\213F0\363\17oV H\215\214$
\1\0"..., 16384) = 16384
read(5,
"\300H\203\304\10[]\303\17\37\204\0\0\0\0\0\270\376\377\377\377\353\352f\17\37\204\0\0\0\0\0"...,
16384) = 16384
read(5,
"\345\30\23\0L\211\347\350\364\316\7\0\351d\377\377\377\17\37D\0\0f.\17\37\204\0\0\0\0\0"...,
16384) = 16384
read(5, "H\211D$
H\205\300\17\204\242\3\0\0H\307D$\30\0\0\0\0M\205\377\17\204`\1\0\0"...,
16384) = 16384
read(5,
"E1\355ATI\211\374UH\211\365SL\211\303H\203\354\10M\205\300\17\204\213\0\0\0H\211\337"...,
16384) = 16384
read(5,
"?H\213GPH\211T$\320H\213WXf\17oD$\310H\203\300\300L\211w\10H\203\322?"...,
16384) = 16384
read(5,
"fA\211\355\367\352\211\350\301\370\37\321\372)\302\215\4\222A)\305\17\204r\1\0\0\213t$T\205"...,
16384) = 16384
read(5,
"\0\0u\22H\201\304H\3\0\0[]A\\A]A^A_\303\350%\223\365\377\17\37D\0\0"...,
16384) = 16384
read(5,
"*\326*z\201\313\305cT\377b\254\271\266\362~\265\235\255\263\244\273I7\27\246\325F,\0371\255"...,
16384) = 16384
read(5,
"\314\212$\"\22:\10\262f\343d2\357\300n\37(\356\375Z\4\267YV\265\vC\346@:\202z"...,
16384) = 16384
read(5,
"\202*\349M(\273\236\350\10\203\25cH\335\274\312\355\361\203\354\26o\0\310\306]i7,>\241"...,
16384) = 16384
read(5,
"V\3029\340h6\264\34]\375\27|\213\373&_+\6\252y\257&\344\356\4\277\217\327\320\2
\7"..., 16384) = 16384
read(5,
"\340\267Mi\357\275\371\200\306\335\374\271\207\207\312\355\341\334\270\0034\34\230Q\241\v\341p\361\334tB"...,
16384) = 16384
read(5, "
Ul~\3074M\205X\352\271\334\357\371}\302mf\206\326i#_@\205\252\27\4\277\376\321)"...,
16384) = 16384
read(5,
"XjfR\204\355\321\260\302\303\251\346\0n\313K\10d\220&\34AW<\0dU\23U\7\302\317"...,
16384) = 16384
read(5,
"\207\223\36\10\t\241m\243(X\223\214\327\200\227\373\25\260@\3452\3\224\325\372f\364\340\33\265\327\311"...,
16384) = 16384
read(5,
"\324\4s\337\330Y\226\253\216\16!\377\33\317\33\267`\275?\327\213C\242\251\336\264\21]\37\315\225E"...,
16384) = 16384
read(5,
"\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\377\377\377\377"...,
16384) = 16384
read(5,
"H\215\234$\200\0\0\0L\213L$@L\213T$HH\215t$\300L\213\\$PL\213d$"..., 16384)
= 16384
read(5, "\332\374\377\377I\213T$
H\211\331H\213t$\20H\211\357H\213D$\30\377\320\205\300\17\204\273"...,
16384) = 16384
read(5,
"\321H\367\347I\1\300H\213F\10I\21\321H\367\345Hk\375\23I\1\302H\213F\20I\21\323H"...,
16384) = 16384
read(5,
"\277&\0\0\0H\215\rS\217\16\0H\211D$\10\350\212(\0\0H\213D$\10\351,\377\377\377"...,
16384) = 16384
read(5,
"\205\300x\231\213\3\213S\49\320u\347\276\377\377\377\377H\211\357\350f%\365\377\366\304\1t)\213"...,
16384) = 16384
read(5,
"HcxD\351\362\376\377\377\17\37\200\0\0\0\0H\211\337\350\10\370\377\3771\300\3516\377\377\377A"...,
16384) = 16384
read(5,
"\206\304\1\0\0A\17\21\276\324\1\0\0A\17\21\216\344\1\0\0A\17\21\226\364\1\0\0A\17\21"...,
16384) = 16384
read(5,
"\1\0\0\0\351\261\373\377\377\17\37\200\0\0\0\0Hc\362\351\307\374\377\377\17\37\204\0\0\0\0\0"...,
16384) = 16384
read(5, "I\301\344>L\1d$0L\1d$(M\205\355u-H\213L$HdH3\f%(\0\0"..., 16384) =
16384
read(5,
"\346\2\210\223\210\0\0\0tp\213T$\10A\17\267L\24\376f\211L\20\376\353_\17\37D\0\0"...,
16384) = 16384
read(5,
"\3631\366H\203\354(dH\213\4%(\0\0\0H\211D$\0301\300\3504\347\0\0H\211\342\277"...,
16384) = 16384
read(5, "$
H\205\355\17\204\225\0\0\0H\211\357\350\235\346\375\377\205\300\17\204E\1\0\0\211\336H\211\357"...,
16384) = 16384
read(5,
"\211\337L\211\366\350\206G\0\0\205\300\17\2049\376\377\3771\322L\211\366H\211\337\350\221G\0\0\205"...,
16384) = 16384
read(5,
"/\213D$\4I\211\4$H\213t$\10dH34%(\0\0\0\211\350u\31H\203\304\30[."...,
16384) = 16384
read(5,
"\211\336[.\272\3\0\0\0\211\301H\215=\357\0\0\0001\300\351\310\370\377\377\17\37\204\0\0\0\0\0"...,
16384) = 16384
read(5,
"\17\205\352\0\0\0\205\300t\v\306\1\0\250\2\17\205\363\0\0\0H\213C\20L\211\346H\211\337\272"...,
16384) = 16384
read(5,
"$(\377\320L\211\346M\211\340L\213T$\20H\203\346\360H\213D$\30L\213\\$
H\215L"..., 16384) = 16384
read(5,
":D\337\0f\17\357\330f\17\357\331f\17o\343f\17s\333\10f\17s\374\10f\17\357\313f\17"...,
16384) = 16384
read(5, "H\213\5\331\2104\0H\205\300t\326H\215T$
\211|$0H\215t$\20H\211\307\307D$"..., 16384) = 16384
read(5,
"\211\306\350\te\0\0I\213\177H\350\300\33\5\09\305|\304\275\1\0\0\0\3517\377\377\377f\220"...,
16384) = 16384
read(5,
"\213t$\30L\211\351L\211\347\211\302\350\177\363\377\377\350J9\375\377H\211\305H\205\300\17\204e\376"...,
16384) = 16384
read(5,
"\205\277\0\0\0H\201\304X\4\0\0[]A\\A]A^A_\303f\17\37\204\0\0\0\0\0"...,
16384) = 16384
read(5,
"\377\377H\211\30\351\352\376\377\377\272u\0\0\0H\2155\313\32\v\0\277\2\0\0\0\350\20O\376\377"...,
16384) = 16384
read(5,
"\351\253\307\377\377\220f.\17\37\204\0\0\0\0\0\363\17\36\372AUA\211\325ATI\211\3641\366"...,
16384) = 16384
read(5, "b\201\305 \324\376b\261\315(\324\367b\261\305
s\367\2b\261\315(\324\367b\361\215 s\326,"..., 16384) = 16384
read(5,
"\376\377\377\205\300t\235H\211\337\350\241\374\377\377H\211\337H\211\305\350\246\374\377\377I\211\6\353\207\350"...,
16384) = 16384
read(5,
"\340\39\306\17\204\200\0\0\0\211\360L\215\5M,\n\0\203\340\7H\1\302Ic\4\200L\1\300"...,
16384) = 16384
read(5, "\1\0\0H\203|$\20\0\17\204Q\1\0\0H\205\300\17\204H\1\0\0I\213\177
\273\1\0\0"..., 16384) = 16384
read(5,
"\300~n\213D$\30D\211\3361\322D\213T$0\367\336L\213L$PD\215@\377H\213D$"...,
16384) = 16384
read(5,
"\331A\270\5\0\0\0B\210\0042H\213u8\203\307\1L\211\352\3506\210\377\377\351\370\376\377\377\220"...,
16384) = 16384
read(5,
"D\17\266\333\17\266\337\301\355\20A\301\354\30F\213\34\230@\17\266\355F3\234\240\0\f\0\0D3"...,
16384) = 16384
read(5,
"@\304\303i\"\23\1M\215[.@\304\301ynH\304\305\371b\302\304AynI\304\304\342y\0\305"...,
16384) = 16384
read(5,
"\335\304\3015r\324\37\304A\35\376\344\305\375r\320\2\305\345\376\337\304A\35\353\341\305\375\353\306\304A"...,
16384) = 16384
read(5,
"D\1\3451\363A\3E\204\215\4\30\304c{\360\345\33\304\343{\360\335\0021\315D\1\3401\325A"...,
16384) = 16384
read(5,
"\20fD\17\376\323fA\17\376\321\178\315\365E\178\313\354f\17o\302f\17o\336f\17:\17"...,
16384) = 16384
read(5,
"\25\305\315\376u\240\305\305\357\371\304\301ur\323\31\305\305\357\372\304\301mr\363\7\304\301%\337\305\304"...,
16384) = 16384
read(5, "E1\327E\17\254\366\2D\1\300E\1\370A\211\305E\1\306\305\371\177t$
\304\343y\17\343\4"..., 16384) = 16384
read(5,
"\304A!\357\332M\211\324I\301\316\5M1\315M1\334\304A!\357\331I\301\315\4I1\336M!"...,
16384) = 16384
read(5, "A\1O(H\203\304\30[]A\\A]A^A_\303\17\37\0f.\17\37\204\0\0\0\0\0"...,
16384) = 16384
read(5,
"\203\376\3t\35Mc\366Hc\352L\211\347L)\365K\21544H\211\352\350s\22\351\377A\306\4"...,
16384) = 16384
read(5,
"\363\17\36\372H\211\370H\213\177\10H\213\0\377`8\17\37D\0\0f.\17\37\204\0\0\0\0\0"...,
16384) = 16384
read(5,
"1\300[\303f\220f.\17\37\204\0\0\0\0\0\363\17\36\372AUA\211\315ATA\211\324U\211"...,
16384) = 16384
read(5,
"$H\203\304\30[]A\\A]A^A_\303\350K[.\377\377H\211\307I\211F\10H\205\300u"...,
16384) = 16384
read(5,
"\363H\215KwH\215sWH\211\312H\215A\10H\367\332H\213\224Z\377\0\0\0\17\37D\0\0"...,
16384) = 16384
read(5,
"\363\17\36\372H\213\1778\351\3433\0\0\17\37\0\363\17\36\372H\213\1778\351\2434\0\0\17\37\0"...,
16384) = 16384
read(5,
"\377\211D$\24\205\300~\232H\215D$T\307D$H\0\0\0\0A\274\0\1\0\0A\276\0\1"...,
16384) = 16384
read(5,
"\211Cx\351\35\376\377\377\17\37\204\0\0\0\0\0\363\17\36\372H\213\177
\351\3\n\0\0\17\37\0"..., 16384) = 16384
read(5, "\20\211D$
\350\326\376\377\377I\211\304H\205\300\17\204\32\2\0\0H\213;\350\242\316\370\377I\211"...,
16384) = 16384
read(5,
"t$\30\211\351H\211\307\350\243\373\377\377\205\300\17\204\233\0\0\0L\211\377L\215l$
Lc\365"..., 16384) = 16384
read(5,
"\377\203\303\1\350G\230\375\377D9\353\17\205\355\376\377\377H\203\304\30L\211\340[]A\\A]A"...,
16384) = 16384
read(5,
"\350+p\351\377I\213t$\20H\205\366t\21\211\352H\211\337[]A\\\351\263\357\377\377\17\37\0"...,
16384) = 16384
read(5,
"H\2155\22D\4\0\277\6\0\0\0\350\3371\364\377XZ\351m\377\377\377\17\37\204\0\0\0\0\0"...,
16384) = 16384
read(5,
"\377t}H\211\326\350\25\327\374\377\203\370\377t\20\270\1\0\0\0H\203\304\10[]\303\17\37@\0"...,
16384) = 16384
read(5, "Disposition: attachment;\0\0\0\0\0\0\0\0"..., 16384) = 16384
read(5,
"8\310\0\366L\0\2556\252j\364\317\2342\16\244\324\3328y\rW\35\244\301a1\324&\225\246b"...,
16384) = 16384
read(5,
"t\fm\332l\305\252y\255\341\344<\2\310\360QZ\363\370\230\237\244&\26)+\330\356\343/8\35"...,
16384) = 16384
read(5, "OpenSSL 1.1.1c FIPS 28 May 2019"..., 16384) = 16384
read(5,
"\360x\337\1\325\35\237\0\243\177\223\377\r\332]\0U\30D\376F\24P\377\275\5\214\1Ra\376\377"...,
16384) = 16384
read(5,
"Q(-\376#f\217\377\fl\306\377\20\33\350\377\374G\272\1\260nr\0\216\3u\1qM\216\0"...,
16384) = 16384
read(5,
"\261\305\277\tkB\340\5\372\344\236\2\35[.\32\4\221Cw\7\357\r[.\1\1\257Q\17\361d\301\v"...,
16384) = 16384
read(5,
"\377\377\377\377\377\377\377\377\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377"...,
16384) = 16384
read(5,
"\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"...,
16384) = 16384
read(5,
"\226gA(\233\267\222\215d;\344\317~\252\36\261K\35\tVg\234\306m;\350\221\235\341\212\2672"...,
16384) = 16384
read(5, "E\235pYdq\207
\206[.\317e\346-\250\2\33`%\255\256\260\271\366\34Fai4@~\17"..., 16384) =
16384
read(5, "with-Specified\0ecdsa-with-SHA224"..., 16384) = 16384
read(5,
"\213\2\0\0\216\2\0\0\211\3\0\0\246\1\0\0\277\3\0\0\250\1\0\0\253\1\0\0\226\3\0\0"...,
16384) = 16384
read(5, "GOST 28147-89 TC26 parameter set"..., 16384) = 16384
read(5,
"01\0011\350\342\312*laM-\\SO\37\344\340\304$\360\360\3000\314\301\315\r\210\200\210\10"...,
16384) = 16384
read(5,
"\2500\372\377\2300\372\377\2100\372\377x0\372\377h0\372\377X0\372\377H0\372\37780\372\377"...,
16384) = 16384
read(5,
"lk\1\0@\"\346\377\200k\1\0P\"\346\377\224k\1\0`\"\346\377\250k\1\0\260\"\346\377"...,
16384) = 16384
read(5,
"@\315\2\0\20\31\361\377\214\315\2\0000\31\361\377\240\315\2\0\20\32\361\377\310\315\2\0p\32\361\377"...,
16384) = 16384
read(5,
"\334\22\4\0\240\23\371\377\370\22\4\0\260\23\371\377\f\23\4\0\300\23\371\377
\23\4\0\320\23\371\377"..., 16384) = 16384
read(5, "\300\26\0\0Ld\342\377]\0\0\0\0H\16 f\n\16\10B\v\0\0
\0\0\0\334\26\0\0"..., 16384) = 16384
read(5,
"\300V\0\0\fT\343\377Y\0\0\0\0J\16\20\203\2v\303\16\10\0\0\20\0\0\0\334V\0\0"...,
16384) = 16384
read(5,
"B\16\30B\16\20B\16\10D\v\0\0\0\0\0H\0\0\0\324\226\0\0hl\344\377\261\0\0\0"...,
16384) = 16384
read(5,
"\206\2D\16\30\203\3D\16`\2\260\n\16\30A\16\20A\16\10A\v\0<\0\0\0\334\326\0\0"...,
16384) = 16384
read(5,
"\10B\v\0@\0\0\0\310\26\1\0\4_\347\3778\1\0\0\0F\16\20\216\2B\16\30\215\3E"...,
16384) = 16384
read(5,
"\203\2\2z\303\16\10\0(\0\0\0\314V\1\0\300\260\350\377\\\0\0\0\0E\16\20\206\2C\16"...,
16384) = 16384
read(5, "A\0160A\16(B\16 B\16\30B\16\20B\16\10D\vI\n\168A\0160A\16(B\16"...,
16384) = 16384
read(5,
"B\16\30B\16\20B\16\10\0\0\0\20\0\0\0\320\326\1\0|\266\355\377\"\0\0\0\0\0\0\0"...,
16384) = 16384
read(5, "\16
I\16\30J\16\20A\16\10\0\24\0\0\0\320\26\2\0\354o\356\377\31\0\0\0\0H\16\20"...,
16384) = 16384
read(5, "\300V\2\0\3549\357\377\251\0\0\0\0F\16\20\216\2E\16\30\215\3H\16
\214\4D\16(\206"..., 16384) = 16384
read(5, "\206\6A\168\203\7G\16@\3v\1\168A\0160A\16(B\16
B\16\30B\16\20B\16"..., 16384) = 16384
read(5,
"J\16\10\0\30\0\0\0\310\326\2\0t&\361\377\30\5\0\0\0}\f\v\20\3\326\4\f\7\10\0"...,
16384) = 16384
read(5, "
\0\0\0\304\26\3\0\370z\363\377\232\10\0\0\0C\r\0A\203\2A\206\3\3\214\10\306D\303"...,
16384) = 16384
read(5, "\0H\16
_\n\16\10I\vo\16\10\0\0\0\20\0\0\0\324V\3\0\230/\365\377:\0\0\0"..., 16384)
= 16384
read(5, "\30\0\0\0\304\226\3\0(\373\365\377]\0\0\0\0H\16
_\n\16\10I\v\0\0\20\0\0\0"..., 16384) = 16384
read(5,
";\0\0\0\0O\16\20\203\2P\16\10A\303H\16\20\203\2J\16\10\0`\0\0\0\334\326\3\0"...,
16384) = 16384
read(5,
"\0\240\7\r\0\0\0\0:\363!\0\0\0\0\0\0\260\7\r\0\0\0\0N\363!\0\0\0\0\0"...,
16384) = 16384
read(5,
"j\0\0\16\0\0\0\0\330\266\"\0\0\0\0\0k\0\0\16\0\0\0\0\337\264\"\0\0\0\0\0"...,
16384) = 16384
read(5, "\0000\7&\0\0\0\0'\f$\0\0\0\0\0\0\20\f&\0\0\0\0007\f$\0\0\0\0\0"...,
16384) = 16384
read(5,
"\20\0\0\0<\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"...,
16384) = 16384
read(5,
"\26\234$\0\0\0\0\0+\1\0\0\10\0\0\0\363\32%\0\0\0\0\0\0\0\0\0\0\0\0\0"...,
16384) = 16384
read(5,
"\0\0\0\0\0\0\0\0\263\271$\0\0\0\0\0\263\271$\0\0\0\0\0\305\2\0\0\5\0\0\0"...,
16384) = 16384
read(5, "^\4\0\0\t\0\0\0].%\0\0\0\0\0\0\0\0\0\0\0\0\0\30A%\0\0\0\0\0"...,
16384) = 16384
read(5,
"\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0p\371\33\0\0\0\0\0"...,
16384) = 16384
read(5,
"\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\217\2\"\0\0\0\0\0"...,
16384) = 16384
read(5,
"\360\23\27\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"...,
16384) = 16384
read(5,
"`\315J\0\0\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\10\0\0\0\0\0\0\0"...,
16384) = 16384
read(5, "`A$\0\0\0\0\0 \0\0\0\0\0\0\0\240A$\0\0\0\0\0000\0\0\0\0\0\0\0"...,
16384) = 16384
read(5, "\0\0\0\0\0\1\0\0GA$\5gcc 8.3.1 20190507\0\0"..., 16384) = 16384
read(5, "GA+stack_clash\0\0\23\0\0\0\0\0\0\0\0\1\0\0GA*c"..., 16384) = 16384
read(5, "GA+stack_clash\0\0\23\0\0\0\0\0\0\0\0\1\0\0GA*c"..., 16384) = 16384
read(5, "\26\0\0\0\0\0\0\0\1\1\0\0GA+GLIBCXX_ASSERTION"..., 16384) = 16384
read(5,
"GA$\0013h878\0\0\0\332\240\7\0\0\0\0\0\332\240\7\0\0\0\0\0\27\0\0\0"...,
16384) = 16384
read(5, "\0\0\0\0\0\1\0\0GA+stack_clash\0\0\23\0\0\0\0\0\0\0"..., 16384) =
16384
read(5, "TIONS\0\0\0\6\0\0\0\0\0\0\0\0\1\0\0GA*\7\2\0\0\0\5\0\0\0"...,
16384) = 16384
read(5, "\0\1\0\0GA*GOW\0*E\0\0\0\6\0\0\0\0\0\0\0\0\1\0\0GA*\2"..., 16384) =
16384
read(5, "LIBCXX_ASSERTIONS\0\0\0\r\0\0\0\0\0\0\0\1\1\0\0"..., 16384) = 16384
read(5, "XX_ASSERTIONS\0\0\0\6\0\0\0\0\0\0\0\0\1\0\0GA*\7"..., 16384) =
16384
read(5, "\26\0\0\0\0\0\0\0\1\1\0\0GA+GLIBCXX_ASSERTION"..., 16384) = 16384
read(5, "\0\0\0\0\0\1\0\0GA!\10\0\0\0\0\26\0\0\0\0\0\0\0\0\1\0\0GA+o"...,
16384) = 16384
read(5, "GA*FORTIFY\0\2\0\0\0\0\26\0\0\0\0\0\0\0\1\1\0\0GA+G"..., 16384) =
16384
read(5, "e_pointer\0\0\0\f\0\0\0\0\0\0\0\0\1\0\0GA*\6\22\0\0\0"..., 16384) =
16384
read(5, "\0\0\0\0\26\0\0\0\0\0\0\0\0\1\0\0GA+GLIBCXX_ASSER"..., 16384) =
16384
read(5, "\0\0\0\0\0\1\0\0GA!stack_realign\0\0\0\0\n\0\0\0"..., 16384) =
16384
read(5, "\0\0\0\0\n\0\0\0\20\0\0\0\0\1\0\0GA$\0013c878\0\0\0\0\240\7\0"...,
16384) = 16384
read(5, "8.3.1 20190507\0\0\n\0\0\0\0\0\0\0\0\1\0\0GA*G"..., 16384) = 16384
read(5, "\0\0\0\0\0\1\0\0GA!stack_realign\0\0\0\0\r\0\0\0"..., 16384) =
16384
read(5, "e_pointer\0\0\0\f\0\0\0\0\0\0\0\0\1\0\0GA*\6\22\0\0\0"..., 16384) =
16384
read(5, "\n\0\0\0\20\0\0\0\0\1\0\0GA$\0013p878\0\0\0P\21\r\0\0\0\0\0"...,
16384) = 16384
read(5, "\0\1\0\0GA*cf_protection\0\10\0\0\r\0\0\0\0\0\0\0"..., 16384) =
16384
read(5, "\0\0\0\0\26\0\0\0\0\0\0\0\1\1\0\0GA+GLIBCXX_ASSER"..., 16384) =
16384
read(5, "XX_ASSERTIONS\0\0\0\r\0\0\0\0\0\0\0\1\1\0\0GA*F"..., 16384) = 16384
read(5, "\0\0\0\0\0\1\0\0GA*\7\2\0\0\0\5\0\0\0\0\0\0\0\0\1\0\0GA!\10"...,
16384) = 16384
read(5, "ORTIFY\0\2\0\0\0\0\26\0\0\0\0\0\0\0\1\1\0\0GA+GLIBC"..., 16384) =
16384
read(5, "\0\1\0\0GA!\10\0\0\0\0\26\0\0\0\0\0\0\0\0\1\0\0GA+omit_"..., 16384)
= 16384
read(5, "\0\1\0\0GA+GLIBCXX_ASSERTIONS\0\0\0\6\0\0\0"..., 16384) = 16384
read(5, "\0\0\0\0\26\0\0\0\0\0\0\0\1\1\0\0GA+GLIBCXX_ASSER"..., 16384) =
16384
read(5, "\21\0\0\0\0\0\0\0\0\1\0\0GA!stack_realign\0\0\0\0"..., 16384) =
16384
read(5, "\0\1\0\0GA!stack_realign\0\0\0\0\n\0\0\0\20\0\0\0"..., 16384) =
16384
read(5,
"\f\0\0\0\0\0\0\0\0\1\0\0GA*\6\22\0\0\0\21\0\f\0\21\0\0\0\0\0\0\0"...,
16384) = 16384
read(5, "GA*\7\2\0\0\0\5\0\0\0\0\0\0\0\0\1\0\0GA!\10\0\0\0\0\26\0\0\0"...,
16384) = 16384
read(5, "\0\0\0\0\1\1\0\0GA+GLIBCXX_ASSERTIONS\0\0\0"..., 16384) = 16384
read(5, "\26\0\0\0\0\0\0\0\0\1\0\0GA+GLIBCXX_ASSERTION"..., 16384) = 16384
read(5,
"3h878\0\0\0\332\240\7\0\0\0\0\0\332\240\7\0\0\0\0\0\27\0\0\0\0\0\0\0"...,
16384) = 16384
read(5, "tack_clash\0\0\23\0\0\0\0\0\0\0\0\1\0\0GA*cf_pr"..., 16384) = 16384
read(5, "\0\1\0\0GA+stack_clash\0\0\23\0\0\0\0\0\0\0\0\1\0\0"..., 16384) =
16384
read(5, "\0\0\0\0\1\1\0\0GA+GLIBCXX_ASSERTIONS\0\0\0"..., 16384) = 16384
read(5, "\0\0\0\0\0\1\0\0GA*\2\3\0\0\0\17\0\0\0\0\0\0\0\0\1\0\0GA+s"...,
16384) = 16384
read(5, "tack_realign\0\0\0\0\n\0\0\0\20\0\0\0\0\1\0\0GA$\1"..., 16384) =
16384
read(5, "mit_frame_pointer\0\0\0\f\0\0\0\0\0\0\0\0\1\0\0"..., 16384) = 16384
read(5, "frame_pointer\0\0\0\f\0\0\0\0\0\0\0\0\1\0\0GA*\6"..., 16384) =
16384
read(5, "\0\10\0\0\r\0\0\0\0\0\0\0\0\1\0\0GA*FORTIFY\0\2\0\0\0\0"..., 16384)
= 16384
read(5, "GA*\7\2\0\0\0\5\0\0\0\0\0\0\0\0\1\0\0GA!\10\0\0\0\0\26\0\0\0"...,
16384) = 16384
read(5, "otection\0\10\0\0\r\0\0\0\0\0\0\0\0\1\0\0GA*FORTI"..., 16384) =
16384
read(5, "sh\0\0\23\0\0\0\0\0\0\0\0\1\0\0GA*cf_protection"..., 16384) = 16384
read(5, "\0\0\0\0\26\0\0\0\0\0\0\0\1\1\0\0GA+GLIBCXX_ASSER"..., 16384) =
16384
read(5, "\0\0\0\0\1\1\0\0GA+GLIBCXX_ASSERTIONS\0\0\0"..., 16384) = 16384
read(5, "sh\0\0\23\0\0\0\0\0\0\0\0\1\0\0GA*cf_protection"..., 16384) = 16384
read(5, "GA*\2\3\0\0\0\17\0\0\0\0\0\0\0\0\1\0\0GA+stack_cla"..., 16384) =
16384
read(5, "GA*\7\2\0\0\0\5\0\0\0\0\0\0\0\0\1\0\0GA!\10\0\0\0\0\26\0\0\0"...,
16384) = 16384
read(5, "GA*cf_protection\0\10\0\0\r\0\0\0\0\0\0\0\0\1\0\0"..., 16384) =
16384
read(5, "GA*\2\3\0\0\0\17\0\0\0\0\0\0\0\0\1\0\0GA+stack_cla"..., 16384) =
16384
read(5, "\0\1\0\0GA$\5gcc 8.3.1 20190507\0\0\n\0\0\0"..., 16384) = 16384
read(5,
"\0\240\7\0\0\0\0\0\0\240\7\0\0\0\0\0\27\0\0\0\0\0\0\0\0\1\0\0GA$\5"...,
16384) = 16384
read(5, "GA+omit_frame_pointer\0\0\0\f\0\0\0\0\0\0\0"..., 16384) = 16384
read(5, "\0\1\0\0GA+stack_clash\0\0\23\0\0\0\0\0\0\0\0\1\0\0"..., 16384) =
16384
read(5, "gcc 8.3.1 20190507\0\0\n\0\0\0\0\0\0\0\0\1\0\0"..., 16384) = 16384
read(5, "LIBCXX_ASSERTIONS\0\0\0\6\0\0\0\0\0\0\0\0\1\0\0"..., 16384) = 16384
read(5, "\1\1\0\0GA*FORTIFY\0\2\0\0\0\0\26\0\0\0\0\0\0\0\1\1\0\0"..., 16384)
= 16384
read(5,
"\260s\30\0\0\0\0\0*w\30\0\0\0\0\0\27\0\0\0\0\0\0\0\0\1\0\0GA$\5"..., 16384)
= 16384
read(5, "GA!stack_realign\0\0\0\0\n\0\0\0\20\0\0\0\0\1\0\0"..., 16384) =
16384
read(5,
"\0\240\7\0\0\0\0\0\0\240\7\0\0\0\0\0\27\0\0\0\0\0\0\0\0\1\0\0GA$\5"...,
16384) = 16384
read(5, "\0\1\0\0GA*\2\3\0\0\0\17\0\0\0\0\0\0\0\0\1\0\0GA+stack"..., 16384)
= 16384
read(5, "frame_pointer\0\0\0\f\0\0\0\0\0\0\0\0\1\0\0GA*\6"..., 16384) =
16384
read(5, "\0\0\0\0\1\1\0\0GA+GLIBCXX_ASSERTIONS\0\0\0"..., 16384) = 16384
read(5, "GA+omit_frame_pointer\0\0\0\f\0\0\0\0\0\0\0"..., 16384) = 16384
read(5, "\r\0\0\0\0\0\0\0\1\1\0\0GA*FORTIFY\0\2\0\0\0\0\26\0\0\0"..., 16384)
= 16384
read(5, "sh\0\0\23\0\0\0\0\0\0\0\0\1\0\0GA*cf_protection"..., 16384) = 16384
read(5, "S\0\0\0\6\0\0\0\0\0\0\0\0\1\0\0GA*\7\2\0\0\0\5\0\0\0\0\0\0\0"...,
16384) = 16384
read(5, "\21\0\0\0\0\0\0\0\0\1\0\0GA!stack_realign\0\0\0\0"..., 16384) =
16384
read(5, "TIONS\0\0\0\n\0\0\0\20\0\0\0\0\1\0\0GA$\0013h878\0\0\0"..., 16384)
= 16384
read(5, "LIBCXX_ASSERTIONS\0\0\0\r\0\0\0\0\0\0\0\1\1\0\0"..., 16384) = 16384
read(5, "GA+GLIBCXX_ASSERTIONS\0\0\0\6\0\0\0\0\0\0\0"..., 16384) = 16384
read(5, "\0\0\0\0\27\0\0\0\0\0\0\0\0\1\0\0GA$\5gcc 8.3.1 20"..., 16384) =
16384
read(5, "ORTIFY\0\2\0\0\0\0\26\0\0\0\0\0\0\0\0\1\0\0GA+GLIBC"..., 16384) =
16384
read(5,
"\2\0\0\0\5\0\0\0\0\0\0\0\0\1\0\0GA!\10\0\0\0\0\26\0\0\0\0\0\0\0"..., 16384)
= 16384
read(5, "\0\0\0\0\0\1\0\0GA!\10\0\0\0\0\26\0\0\0\0\0\0\0\0\1\0\0GA+o"...,
16384) = 16384
read(5, "\0\1\0\0GA*\7\2\0\0\0\5\0\0\0\0\0\0\0\0\1\0\0GA!\10\0\0\0\0"...,
16384) = 16384
read(5, "07\0\0\n\0\0\0\0\0\0\0\0\1\0\0GA*GOW\0*E\0\0\0\6\0\0\0"..., 16384)
= 16384
read(5, "e_pointer\0\0\0\f\0\0\0\0\0\0\0\0\1\0\0GA*\6\22\0\0\0"..., 16384) =
16384
read(5, "\1\1\0\0GA+GLIBCXX_ASSERTIONS\0\0\0\r\0\0\0"..., 16384) = 16384
read(5, "FY\0\2\0\0\0\0\26\0\0\0\0\0\0\0\1\1\0\0GA+GLIBCXX_A"..., 16384) =
16384
read(5, "\26\0\0\0\0\0\0\0\1\1\0\0GA+GLIBCXX_ASSERTION"..., 16384) = 16384
read(5, "GA!stack_realign\0\0\0\0\n\0\0\0\20\0\0\0\0\1\0\0"..., 16384) =
16384
read(5, "FY\0\2\0\0\0\0\26\0\0\0\0\0\0\0\1\1\0\0GA+GLIBCXX_A"..., 16384) =
16384
read(5,
"\332\240\7\0\0\0\0\0\332\240\7\0\0\0\0\0\27\0\0\0\0\0\0\0\0\1\0\0GA$\5"...,
16384) = 16384
read(5, "GA*\7\2\0\0\0\5\0\0\0\0\0\0\0\0\1\0\0GA!\10\0\0\0\0\26\0\0\0"...,
16384) = 16384
read(5, "\r\0\0\0\0\0\0\0\1\1\0\0GA*FORTIFY\0\2\0\0\0\0\26\0\0\0"..., 16384)
= 16384
read(5, "\1\1\0\0GA*FORTIFY\0\2\0\0\0\0\26\0\0\0\0\0\0\0\1\1\0\0"..., 16384)
= 16384
read(5, "\0\1\0\0GA$\0013p878\0\0\0`_ \0\0\0\0\0\362a \0\0\0\0\0"..., 16384)
= 16384
read(5, "\0\1\0\0GA+stack_clash\0\0\23\0\0\0\0\0\0\0\0\1\0\0"..., 16384) =
16384
read(5, "E\0\0\0\6\0\0\0\0\0\0\0\0\1\0\0GA*\2\3\0\0\0\17\0\0\0\0\0\0\0"...,
16384) = 16384
read(5, "TIONS\0\0\0\r\0\0\0\0\0\0\0\1\1\0\0GA*FORTIFY\0\2"..., 16384) =
16384
read(5, "\r\0\0\0\0\0\0\0\1\1\0\0GA*FORTIFY\0\2\0\0\0\0\26\0\0\0"..., 16384)
= 16384
read(5, "\0\240\7\0\0\0\0\0\27\0\0\0\0\0\0\0\0\1\0\0GA$\5gcc 8.3."...,
16384) = 16384
read(5, "tack_realign\0\0\0\0\n\0\0\0\20\0\0\0\0\1\0\0GA$\1"..., 16384) =
16384
read(5, "\26\0\0\0\0\0\0\0\0\1\0\0GA+GLIBCXX_ASSERTION"..., 16384) = 16384
read(5, "LIBCXX_ASSERTIONS\0\0\0\6\0\0\0\0\0\0\0\0\1\0\0"..., 16384) = 16384
read(5,
"\\V\335Us\277\fu:\303\236\23\302\261\272\216\334z\244YF\3553\25~xHH\324\373\3601"...,
16384) = 16384
read(5,
"\253?\24\273\275\345\246\361\351\377G\225\213i9\237\320G\351\356(\213\252\353\363\271m\234\275\206\230\374"...,
16384) = 16384
read(5, "strtab\0.note.gnu.build-id\0.gnu.h"..., 16384) = 2072
read(5, "", 12288) = 0
read(5, "", 16384) = 0
close(5) = 0
close(4) = 0
openat(AT_FDCWD, "/usr/lib64/.libssl.so.1.1.hmac", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=65, ...}) = 0
read(4, "ab77e91bf6562091acee05c96d2e408c"..., 4096) = 65
openat(AT_FDCWD, "/usr/lib64/libssl.so.1.1", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0755, st_size=774104, ...}) = 0
read(5,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\373\1\0\0\0\0\0"...,
16384) = 16384
read(5,
"\352#\0\0\22\0\r\0\300\247\3\0\0\0\0\0003\0\0\0\0\0\0\0\262I\0\0\22\0\r\0"...,
16384) = 16384
read(5, "sion_methods\0SSL_COMP_set0_compr"..., 16384) = 16384
read(5,
"\227\221\226\6\0\0\f\0\30L\0\0\20\0\0\0t\31i\t\0\0\t\0#L\0\0\20\0\0\0"...,
16384) = 16384
read(5,
"\230\n\7\0\0\0\0\0\270\244(\0\0\0\0\0\10\0\0\0\0\0\0\0\270\n\7\0\0\0\0\0"...,
16384) = 16384
read(5,
"\10\0\0\0\0\0\0\0@\355\2\0\0\0\0\0\10\310(\0\0\0\0\0\10\0\0\0\0\0\0\0"...,
16384) = 16384
read(5,
"\370\n)\0\0\0\0\0\10\0\0\0\0\0\0\0\n\314\6\0\0\0\0\0\0\v)\0\0\0\0\0"...,
16384) = 16384
read(5,
"\0\0\0\0\0\0\0\0\300\356(\0\0\0\0\0\7\0\0\0\272\1\0\0\0\0\0\0\0\0\0\0"...,
16384) = 16384
read(5,
"\10H\205\300H\211\3\211S\10I\213W\20@\17\225\305H\211S\20I\213W\30H\211S\30I\213"...,
16384) = 16384
read(5,
"8\4\0\0\0u\31A\271\351\1\0\0L\215\5\\\202\4\0\271d\0\0\0\351\322\372\377\377f\220"...,
16384) = 16384
read(5,
"\0\0\0\17\205;\1\0\0H\201\304\230\0\0\0[]A\\A]A^A_\303\17\37D\0\0"...,
16384) = 16384
read(5,
"\353\203\343\1\17\205\246\1\0\0M\213\256h\4\0\0A\307F|\1\0\0\0\307D$\20\1\0\0"...,
16384) = 16384
read(5,
"\0H\205\300t1H\213\263\250\0\0\0H\203\354\10\272\25\0\0\0I\211\331\377\263\300\0\0\0A"...,
16384) = 16384
read(5,
"1\300\303\17\37\0f.\17\37\204\0\0\0\0\0\363\17\36\372H\203\354\10\350\263\242\377\377H\203\304"...,
16384) = 16384
read(5,
"\363\17\36\372H\213\207\20\1\0\0H\t\306H\211\267\20\1\0\0\303f.\17\37\204\0\0\0\0\0"...,
16384) = 16384
read(5,
"\0H\211\205\340\4\0\0\363\17o\203p\1\0\0\17\21\205\350\4\0\0\363\17o\213\200\1\0\0\17"...,
16384) = 16384
read(5, "\213D$ H\213L$\30H\215\4\200H\215\4\301H\203x
\0u\vH\203x(\0\17\204\277"..., 16384) = 16384
read(5,
"\0H\215\25(\17\3\0\211\300Hc\4\202H\1\320>\377\340\17\37@\0H\215\25\201\n\3\0\353"...,
16384) = 16384
read(5,
"t\21\276\2\0\0\0H\211\357\350\321\252\375\377\205\300u-A\271\222\1\0\0L\215\5\303\326\2\0"...,
16384) = 16384
read(5,
"]A\\A]A^\303\17\37\204\0\0\0\0\0L\215g\1H\307F\10\0\0\0\0I\215\4\34"...,
16384) = 16384
read(5,
"\0\0\0\213@`\203\340\10\205\300\17\204L\1\0\0\307\203\350\5\0\0\0\0\0\0H\213D$H"...,
16384) = 16384
read(5, "\205\300\17\204\224\3\0\0L9d$
\17\205]\3\0\0I\213F\10H\213\220\300\0\0\0D\213"..., 16384) = 16384
read(5,
"\274q\374\377f\220f.\17\37\204\0\0\0\0\0\363\17\36\372ATUSH\211\373H\203\354
d"..., 16384) = 16384
read(5,
"\363\17\36\372SH\211\373H\203\354\20H\213\227\250\0\0\0dH\213\4%(\0\0\0H\211D$"...,
16384) = 16384
read(5,
"\1\0\0H\211\337\272\201\1\0\0\276\377\377\377\377\350+\370\376\3771\300H\213L$\30dH3\f"...,
16384) = 16384
read(5,
"\300\17\204)\377\377\377H\211\307E1\355\350\236\261\373\377M\213\2478\4\0\0\351R\373\377\377f\220"...,
16384) = 16384
read(5, "\3\0A\203\370\377\17\204\f\2\0\0E\211\306I\215w
A\203\370\376\17\204\323\1\0\0Ic\300"..., 16384) = 16384
read(5,
"(B\373\377(B\373\377(B\373\377(B\373\377(B\373\377(B\373\377(B\373\377(B\373\377"...,
16384) = 16384
read(5, "lled\0\0\0\0dane cannot override mty"..., 16384) = 16384
read(5, "e\0tls_process_next_proto\0tls_pro"..., 16384) = 16384
read(5, "T|\0\0\260U\374\377h|\0\0\300U\374\377||\0\0\360U\374\377\244|\0\0
V\374\377"..., 16384) = 16384
read(5, "\320,\0\0\374b\373\377\230\1\0\0\0F\16\20\217\2B\16\30\216\3E\16
\215\4B\16(\214"..., 16384) = 16384
read(5, "\0\0\0\0\34\0\0\0\330l\0\0$
\374\377$\1\0\0\0E\16\20\203\2\2\216\n\16\10E"..., 16384) = 16384
read(5, "\0F\16\20\217\2B\16\30\216\3B\16
\215\4B\16(\214\5D\0160\206\6A\168\203\7G"..., 16384) = 16384
read(5,
"n\371\6\0\0\0\0\0\377\376\0\0\0\0\0\0u\371\6\0\0\0\0\0\375\376\0\0\0\0\0\0"...,
16384) = 16384
read(5,
"\220\340\2\0\0\0\0\0p9\2\0\0\0\0\0\300\35\2\0\0\0\0\0\200\36\2\0\0\0\0\0"...,
16384) = 16384
read(5,
"\1\0\0\0\0\0\0\0o\310\6\0\0\0\0\0X\336\6\0\0\0\0\0\255\300\0\3\4\0\0\0"...,
16384) = 16384
read(5, "XX_ASSERTIONS\0\0\0\r\0\0\0\0\0\0\0\1\1\0\0GA*F"..., 16384) = 16384
read(5, "\22\0\0\0\21\0\f\0\21\0\0\0\0\0\0\0\0\1\0\0GA!stack_rea"..., 16384)
= 16384
read(5, "\26\0\0\0\0\0\0\0\0\1\0\0GA+GLIBCXX_ASSERTION"..., 16384) = 16384
read(5, "otection\0\10\0\0\r\0\0\0\0\0\0\0\0\1\0\0GA*FORTI"..., 16384) =
16384
read(5, "\0\0\0\0\1\1\0\0GA+GLIBCXX_ASSERTIONS\0\0\0"..., 16384) = 16384
read(5, "\0\0\0\0\1\1\0\0GA+GLIBCXX_ASSERTIONS\0\0\0"..., 16384) = 16384
read(5, "frame_pointer\0\0\0\f\0\0\0\0\0\0\0\0\1\0\0GA*\6"..., 16384) =
16384
read(5, "07\0\0\n\0\0\0\0\0\0\0\0\1\0\0GA*GOW\0*E\0\0\0\6\0\0\0"..., 16384)
= 16384
read(5, "ORTIFY\0\2\0\0\0\0\26\0\0\0\0\0\0\0\1\1\0\0GA+GLIBC"..., 16384) =
16384
read(5, "S\0\0\0\6\0\0\0\0\0\0\0\0\1\0\0GA*\7\2\0\0\0\5\0\0\0\0\0\0\0"...,
16384) = 16384
read(5,
"#\240Ia\345\377\312\354_/\0275A\4\345*m3\2323\376O\325\10\2j\4\317\275\250\247\264"...,
16384) = 4056
read(5, "", 12288) = 0
read(5, "", 16384) = 0
close(5) = 0
close(4) = 0
openat(AT_FDCWD, "/proc/sys/crypto/fips_enabled", O_RDONLY) = 4
read(4, "1\n", 2) = 2
close(4) = 0
chdir("/") = 0
openat(AT_FDCWD, "/var/run/syslogd.pid", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=4, ...}) = 0
read(4, "8644", 4096) = 4
read(4, "", 4096) = 0
kill(8644, SIG_0) = -1 ESRCH (No such process)
close(4) = 0
getpid() = 8696
rt_sigaction(SIGPIPE, {sa_handler=SIG_IGN, sa_mask=[], sa_flags=SA_RESTORER,
sa_restorer=0x7f3386ce6dc0}, NULL, 8) = 0
rt_sigaction(SIGXFSZ, {sa_handler=SIG_IGN, sa_mask=[], sa_flags=SA_RESTORER,
sa_restorer=0x7f3386ce6dc0}, NULL, 8) = 0
rt_sigaction(SIGUSR1, {sa_handler=SIG_IGN, sa_mask=[], sa_flags=SA_RESTORER,
sa_restorer=0x7f3386ce6dc0}, NULL, 8) = 0
rt_sigaction(SIGINT, {sa_handler=SIG_IGN, sa_mask=[], sa_flags=SA_RESTORER,
sa_restorer=0x7f3386ce6dc0}, NULL, 8) = 0
rt_sigaction(SIGQUIT, {sa_handler=SIG_IGN, sa_mask=[], sa_flags=SA_RESTORER,
sa_restorer=0x7f3386ce6dc0}, NULL, 8) = 0
rt_sigaction(SIGTERM, {sa_handler=0x5644055c2870, sa_mask=[],
sa_flags=SA_RESTORER, sa_restorer=0x7f3386ce6dc0}, NULL, 8) = 0
rt_sigaction(SIGCHLD, {sa_handler=0x5644055c2190, sa_mask=[],
sa_flags=SA_RESTORER, sa_restorer=0x7f3386ce6dc0}, NULL, 8) = 0
rt_sigaction(SIGHUP, {sa_handler=0x5644055c23f0, sa_mask=[],
sa_flags=SA_RESTORER, sa_restorer=0x7f3386ce6dc0}, NULL, 8) = 0
futex(0x7f3383d268c4, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f33837a875c, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f33837ab778, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f33837ab770, FUTEX_WAKE_PRIVATE, 2147483647) = 0
openat(AT_FDCWD, "/etc/pki/tls/openssl.cnf", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=11372, ...}) = 0
read(4, "#\n# OpenSSL example configuratio"..., 4096) = 4096
stat("/etc/crypto-policies/back-ends/openssl.config", {st_mode=S_IFREG|0644,
st_size=162, ...}) = 0
openat(AT_FDCWD, "/etc/crypto-policies/back-ends/openssl.config", O_RDONLY)
= 5
fstat(5, {st_mode=S_IFREG|0644, st_size=162, ...}) = 0
read(5, "@SECLEVEL=2:kEECDH:kEDH:kPSK:kDH"..., 4096) = 162
read(5, "", 4096) = 0
close(5) = 0
stat("/etc/crypto-policies/back-ends/opensslcnf.config",
{st_mode=S_IFREG|0644, st_size=284, ...}) = 0
openat(AT_FDCWD, "/etc/crypto-policies/back-ends/opensslcnf.config",
O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=284, ...}) = 0
read(5, "CipherString = @SECLEVEL=2:kEECD"..., 4096) = 284
read(5, "", 4096) = 0
close(5) = 0
read(4, "password = secret\n# output_passw"..., 4096) = 4096
read(4, "01:FF\n\n[ crl_ext ]\n\n# CRL extens"..., 4096) = 3180
read(4, "", 4096) = 0
close(4) = 0
futex(0x7f33837ab7a0, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f3383a3ff40, FUTEX_WAKE_PRIVATE, 2147483647) = 0
sysinfo({uptime=2245, loads=[9632, 2304, 672], totalram=8335155200,
freeram=7407284224, sharedram=9560064, bufferram=6705152,
totalswap=2143285248, freeswap=2143285248, procs=357, totalhigh=0,
freehigh=0, mem_unit=1}) = 0
futex(0x7f3383a40028, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f3383a4001c, FUTEX_WAKE_PRIVATE, 2147483647) = 0
getuid() = 0
geteuid() = 0
getgid() = 0
getegid() = 0
openat(AT_FDCWD, "/usr/lib64/sasl2",
O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 4
fstat(4, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
getdents64(4, /* 17 entries */, 32768) = 632
openat(AT_FDCWD, "/usr/lib64/sasl2/libanonymous.la", O_RDONLY) = -1 ENOENT
(No such file or directory)
openat(AT_FDCWD, "/usr/lib64/sasl2/libanonymous.so", O_RDONLY|O_CLOEXEC) = 5
read(5,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\22\0\0\0\0\0\0"..., 832)
= 832
lseek(5, 14704, SEEK_SET) = 14704
read(5, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
fstat(5, {st_mode=S_IFREG|0755, st_size=21456, ...}) = 0
lseek(5, 14704, SEEK_SET) = 14704
read(5, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
mmap(NULL, 2113744, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) =
0x7f3381cf7000
mprotect(0x7f3381cfb000, 2093056, PROT_NONE) = 0
mmap(0x7f3381efa000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x3000) = 0x7f3381efa000
close(5) = 0
mprotect(0x7f3381efa000, 4096, PROT_READ) = 0
openat(AT_FDCWD, "/usr/lib64/sasl2/libsasldb.la", O_RDONLY) = -1 ENOENT (No
such file or directory)
openat(AT_FDCWD, "/usr/lib64/sasl2/libsasldb.so", O_RDONLY|O_CLOEXEC) = 5
read(5, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\26\0\0\0\0\0\0"...,
832) = 832
lseek(5, 21472, SEEK_SET) = 21472
read(5, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
fstat(5, {st_mode=S_IFREG|0755, st_size=30440, ...}) = 0
lseek(5, 21472, SEEK_SET) = 21472
read(5, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
mmap(NULL, 2121784, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) =
0x7f3381af0000
mprotect(0x7f3381af6000, 2093056, PROT_NONE) = 0
mmap(0x7f3381cf5000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x5000) = 0x7f3381cf5000
close(5) = 0
openat(AT_FDCWD, "/usr/lib64/tls/libdb-5.3.so", O_RDONLY|O_CLOEXEC) = -1
ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib64/libdb-5.3.so", O_RDONLY|O_CLOEXEC) = 5
read(5, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 O\3\0\0\0\0\0"...,
832) = 832
lseek(5, 1804744, SEEK_SET) = 1804744
read(5, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
fstat(5, {st_mode=S_IFREG|0755, st_size=2480968, ...}) = 0
brk(NULL) = 0x564407155000
brk(0x564407176000) = 0x564407176000
lseek(5, 1804744, SEEK_SET) = 1804744
read(5, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
mmap(NULL, 3944808, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) =
0x7f338172c000
mprotect(0x7f33818e5000, 2097152, PROT_NONE) = 0
mmap(0x7f3381ae5000, 45056, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x1b9000) = 0x7f3381ae5000
close(5) = 0
mprotect(0x7f3381ae5000, 40960, PROT_READ) = 0
mprotect(0x7f3381cf5000, 4096, PROT_READ) = 0
openat(AT_FDCWD, "/usr/lib64/sasl2/libgssapiv2.la", O_RDONLY) = -1 ENOENT
(No such file or directory)
openat(AT_FDCWD, "/usr/lib64/sasl2/libgssapiv2.so", O_RDONLY|O_CLOEXEC) = 5
read(5,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260\36\0\0\0\0\0\0"..., 832)
= 832
lseek(5, 31280, SEEK_SET) = 31280
read(5, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
fstat(5, {st_mode=S_IFREG|0755, st_size=38224, ...}) = 0
lseek(5, 31280, SEEK_SET) = 31280
read(5, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
mmap(NULL, 2130352, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) =
0x7f3381523000
mprotect(0x7f338152b000, 2093056, PROT_NONE) = 0
mmap(0x7f338172a000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x7000) = 0x7f338172a000
close(5) = 0
mprotect(0x7f338172a000, 4096, PROT_READ) = 0
openat(AT_FDCWD, "/usr/lib64/sasl2/liblogin.la", O_RDONLY) = -1 ENOENT (No
such file or directory)
openat(AT_FDCWD, "/usr/lib64/sasl2/liblogin.so", O_RDONLY|O_CLOEXEC) = 5
read(5,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\22\0\0\0\0\0\0"..., 832)
= 832
lseek(5, 15384, SEEK_SET) = 15384
read(5, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
fstat(5, {st_mode=S_IFREG|0755, st_size=21456, ...}) = 0
lseek(5, 15384, SEEK_SET) = 15384
read(5, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
mmap(NULL, 2113744, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) =
0x7f338131e000
mprotect(0x7f3381322000, 2093056, PROT_NONE) = 0
mmap(0x7f3381521000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x3000) = 0x7f3381521000
close(5) = 0
mprotect(0x7f3381521000, 4096, PROT_READ) = 0
openat(AT_FDCWD, "/usr/lib64/sasl2/libplain.la", O_RDONLY) = -1 ENOENT (No
such file or directory)
openat(AT_FDCWD, "/usr/lib64/sasl2/libplain.so", O_RDONLY|O_CLOEXEC) = 5
read(5,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\23\0\0\0\0\0\0"..., 832)
= 832
lseek(5, 15512, SEEK_SET) = 15512
read(5, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
fstat(5, {st_mode=S_IFREG|0755, st_size=25552, ...}) = 0
lseek(5, 15512, SEEK_SET) = 15512
read(5, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0",
32) = 32
mmap(NULL, 2117840, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) =
0x7f3381118000
mprotect(0x7f338111c000, 2097152, PROT_NONE) = 0
mmap(0x7f338131c000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x4000) = 0x7f338131c000
close(5) = 0
mprotect(0x7f338131c000, 4096, PROT_READ) = 0
getdents64(4, /* 0 entries */, 32768) = 0
close(4) = 0
rt_sigprocmask(SIG_SETMASK, ~[RTMIN RT_1], [], 8) = 0
mmap(NULL, 8392704, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) =
0x7f3380917000
mprotect(0x7f3380918000, 8388608, PROT_READ|PROT_WRITE) = 0
clone(child_stack=0x7f3381116df0,
flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID,
parent_tidptr=0x7f33811179d0, tls=0x7f3381117700,
child_tidptr=0x7f33811179d0) = 8697
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
openat(AT_FDCWD, "/etc/localtime", O_RDONLY|O_CLOEXEC) = 4
+++ killed by SIGSEGV (core dumped) +++
Segmentation fault (core dumped)





--
Sent from: http://rsyslog-users.1305293.n2.nabble.com/
_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com/professional-services/
What's up with rsyslog? Follow https://twitter.com/rgerhards
NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.
Re: Correct way to stop rsyslog without losing messages [ In reply to ]
I assume you installed rsyslog from rsyslog repositories?

This appears to be an internal librdkafka problem on centos8, I found this
thread regarding the error message:
https://github.com/edenhill/librdkafka/issues/2681

I need to check if we can reproduce the problem on our centos8 testbench
machines, this issue most likely needs to be fixed on the package build
level.

Best regards,
Andre Lorbach
--
Adiscon GmbH
Mozartstr. 21
97950 Großrinderfeld, Germany
Ph. +49-9349-9298530
Geschäftsführer/President: Rainer Gerhards Reg.-Gericht Mannheim, HRB
560610
Ust.-IDNr.: DE 81 22 04 622
Web: www.adiscon.com - Mail: info@adiscon.com

Informations regarding your data privacy policy can be found here:
https://www.adiscon.com/data-privacy-policy/

This e-mail may contain confidential and/or privileged information. If you
are not the intended recipient or have received this e-mail in error
please notify the sender immediately and delete this e-mail. Any
unauthorized copying, disclosure or distribution of the material in this
e-mail is strictly forbidden.

Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail
irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und
vernichten Sie diese E-Mail. Das unerlaubte Kopieren und die unbefugte
Weitergabe dieser E-Mail sind nicht gestattet.



> -----Original Message-----
> From: rsyslog [mailto:rsyslog-bounces@lists.adiscon.com] On Behalf Of
> pedro.m.reis via rsyslog
> Sent: Wednesday, 11 March 2020 11:56
> To: rsyslog@lists.adiscon.com
> Cc: pedro.m.reis <pedro.m.reis@gmail.com>
> Subject: Re: [rsyslog] Correct way to stop rsyslog without losing
messages
>
> Im having some problems activating the imkafka on this version...
>
>
> 2790.289223376:main thread : glbl.c: GenerateLocalHostName uses
> 'itldnnmslog03'
> 2790.289231207:main thread : ratelimit.c:
ratelimit:rsyslogd[dflt]:new
> ratelimiter:bReduceRepeatMsgs 0
> 2790.289235557:main thread : ratelimit.c:
> ratelimit:rsyslogd[internal_messages]:new ratelimiter:bReduceRepeatMsgs
> 0
> 2790.289248447:main thread : rsyslogd.c: rsyslogd: checking if
startup is
> ok, pidfile '/var/run/syslogd.pid'.
> 2790.289279270:main thread : rsconf.c: telling modules to activate
config
> (before dropping privs) 0x56090eb5b1c0
> 2790.289286301:main thread : rsconf.c: pre priv drop activating
config
> 0x56090eb5b1c0 for module imuxsock
> 2790.289289725:main thread : rsconf.c: pre priv drop activating
config
> 0x56090eb5b1c0 for module imkafka
> 2790.289296875:main thread : rsconf.c: telling modules to activate
config
> 0x56090eb5b1c0
> 2790.289300707:main thread : rsconf.c: activating config
0x56090eb5b1c0
> for module builtin:omfile
> 2790.289307667:main thread : rsconf.c: activating config
0x56090eb5b1c0
> for module builtin:ompipe
> 2790.289314407:main thread : rsconf.c: activating config
0x56090eb5b1c0
> for module builtin:omfwd
> 2790.289319366:main thread : rsconf.c: activating config
0x56090eb5b1c0
> for module imuxsock
> 2790.289326393:main thread : rsconf.c: activating config
0x56090eb5b1c0
> for module imjournal
> 2790.289333307:main thread : rsconf.c: activating config
0x56090eb5b1c0
> for module imkafka
> 2790.289355952:main thread : imkafka.c: imkafka: setting
consumergroup:
> 'nms-pit'
> 2790.291499085:main thread : errmsg.c: Called LogMsg, msg: imkafka:
error
> creating kafka handle: Failed to create thread: No such file or
directory
> (2)
>
> 2790.291509481:main thread : operatingstate.c: osf: MSG imkafka:
error
> creating kafka handle: Failed to create thread: No such file or
directory
> (2)
> : rsyslogd: imkafka: error creating kafka handle: Failed to create
thread:
> No such file or directory (2) [v8.2002.0 try
https://www.rsyslog.com/e/2422 ]
> Called LogMsg, msg: activation of module imkafka failed
> 2790.291529674:main thread : operatingstate.c: osf: MSG activation of
> module imkafka failed: rsyslogd: activation of module imkafka failed
> [v8.2002.0 try https://www.rsyslog.com/e/2422 ] Segmentation fault (core
> dumped)
> [root@itldnnmslog03 log]# java -version
> java version "13.0.1" 2019-10-15
> Java(TM) SE Runtime Environment (build 13.0.1+9) Java HotSpot(TM) 64-Bit
> Server VM (build 13.0.1+9, mixed mode, sharing)
>
> rsyslogd -version
> rsyslogd 8.2002.0 (aka 2020.02) compiled with:
> PLATFORM: x86_64-redhat-linux-gnu
> PLATFORM (lsb_release -d):
> FEATURE_REGEXP: Yes
> GSSAPI Kerberos 5 support: Yes
> FEATURE_DEBUG (debug build, slow code): No
> 32bit Atomic operations supported: Yes
> 64bit Atomic operations supported: Yes
> memory allocator: system default
> Runtime Instrumentation (slow code): No
> uuid support: Yes
> systemd support: Yes
> Config file: /etc/rsyslog.conf
> PID file: /var/run/syslogd.pid
> Number of Bits in RainerScript integers: 64
>
> yum list installed | grep rsyslog
> libestr.x86_64 0.1.11-1.el8
> @rsyslog_v8
> rsyslog.x86_64 8.2002.0-1.el8
> @rsyslog_v8
> rsyslog-kafka.x86_64 8.2002.0-1.el8
> @rsyslog_v8
>
>
>
> What am I missing?
>
>
>
> --
> Sent from: http://rsyslog-users.1305293.n2.nabble.com/
> _______________________________________________
> rsyslog mailing list
> http://lists.adiscon.net/mailman/listinfo/rsyslog
> http://www.rsyslog.com/professional-services/
> What's up with rsyslog? Follow https://twitter.com/rgerhards NOTE WELL:
> This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites
beyond
> our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.
_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com/professional-services/
What's up with rsyslog? Follow https://twitter.com/rgerhards
NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.
Re: Correct way to stop rsyslog without losing messages [ In reply to ]
Hi, yes from both the v8-stable and the v8-stable-nightly following this
instructions https://www.rsyslog.com/rhelcentos-rpms/

Regards,

Pedro



--
Sent from: http://rsyslog-users.1305293.n2.nabble.com/
_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com/professional-services/
What's up with rsyslog? Follow https://twitter.com/rgerhards
NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.
Re: Correct way to stop rsyslog without losing messages [ In reply to ]
And today, after installing a clean centos8, updated etc, using the base
rsyslog that comes with it (rsyslogd 8.37.0-13.el8, working yesterday), I
have this :

from /var/log/messages

Mar 12 13:45:17 x.x.x.com systemd-coredump[9484]: Process 9469 (rsyslogd) of
user 0 dumped core.#012#012Stack trace of thread 9469:#012#0
0x00007f6ea714b93f raise (libc.so.6)#012#1 0x00007f6ea7135c95 abort
(libc.so.6)#012#2 0x00005619247f3655 rsyslogdDoDie.cold.4 (rsyslogd)#012#3
0x00007f6ea83cad80 __restore_rt (libpthread.so.0)#012#4 0x00007f6ea83c67da
pthread_cond_timedwait@@GLIBC_2.3.2 (libpthread.so.0)#012#5
0x00005619248482ad thrdTerminateNonCancel (rsyslogd)#012#6
0x00005619248486e5 thrdTerminate (rsyslogd)#012#7 0x000056192484876d
thrdDestruct (rsyslogd)#012#8 0x00005619248246a8 llDestroyElt
(rsyslogd)#012#9 0x0000561924824730 llDestroy (rsyslogd)#012#10
0x0000561924848784 thrdTerminateAll (rsyslogd)#012#11 0x00005619247f3959
main (rsyslogd)#012#12 0x00007f6ea7137813 __libc_start_main
(libc.so.6)#012#13 0x00005619247f3d5e _start (rsyslogd)#012#012Stack trace
of thread 9473:#012#0 0x00007f6ea83c67da
pthread_cond_timedwait@@GLIBC_2.3.2 (libpthread.so.0)#012#1
0x00007f6ea2feb531 cnd_timedwait_ms (librdkafka.so.1)#012#2
0x00007f6ea2fb8438 rd_kafka_q_pop_serve.localalias.9 (librdkafka.so.1)#012#3
0x00007f6ea2fa075f rd_kafka_broker_ops_serve (librdkafka.so.1)#012#4
0x00007f6ea2fa0821 rd_kafka_broker_serve (librdkafka.so.1)#012#5
0x00007f6ea2fa0caf rd_kafka_broker_ua_idle (librdkafka.so.1)#012#6
0x00007f6ea2fa11ab rd_kafka_broker_thread_main (librdkafka.so.1)#012#7
0x00007f6ea2feb29b _thrd_wrapper_function (librdkafka.so.1)#012#8
0x00007f6ea83c02de start_thread (libpthread.so.0)#012#9 0x00007f6ea7210a63
__clone (libc.so.6)#012#012Stack trace of thread 9475:#012#0
0x00007f6ea83c67da pthread_cond_timedwait@@GLIBC_2.3.2
(libpthread.so.0)#012#1 0x00007f6ea2feb531 cnd_timedwait_ms
(librdkafka.so.1)#012#2 0x00007f6ea2fb8438
rd_kafka_q_pop_serve.localalias.9 (librdkafka.so.1)#012#3
0x00007f6ea2fa075f rd_kafka_broker_ops_serve (librdkafka.so.1)#012#4
0x00007f6ea2fa0821 rd_kafka_broker_serve (librdkafka.so.1)#012#5
0x00007f6ea2fa0caf rd_kafka_broker_ua_idle (librdkafka.so.1)#012#6
0x00007f6ea2fa11ab rd_kafka_broker_thread_main (librdkafka.so.1)#012#7
0x00007f6ea2feb29b _thrd_wrapper_function (librdkafka.so.1)#012#8
0x00007f6ea83c02de start_thread (libpthread.so.0)#012#9 0x00007f6ea7210a63
__clone (libc.so.6)#012#012Stack trace of thread 9471:#012#0
0x00007f6ea83c67da pthread_cond_timedwait@@GLIBC_2.3.2
(libpthread.so.0)#012#1 0x00007f6ea2feb531 cnd_timedwait_ms
(librdkafka.so.1)#012#2 0x00007f6ea2fb8438
rd_kafka_q_pop_serve.localalias.9 (librdkafka.so.1)#012#3
0x00007f6ea2fa075f rd_kafka_broker_ops_serve (librdkafka.so.1)#012#4
0x00007f6ea2fa0821 rd_kafka_broker_serve (librdkafka.so.1)#012#5
0x00007f6ea2fa0caf rd_kafka_broker_ua_idle (librdkafka.so.1)#012#6
0x00007f6ea2fa1835 rd_kafka_broker_thread_main (librdkafka.so.1)#012#7
0x00007f6ea2feb29b _thrd_wrapper_function (librdkafka.so.1)#012#8
0x00007f6ea83c02de start_thread (libpthread.so.0)#012#9 0x00007f6ea7210a63
__clone (libc.so.6)#012#012Stack trace of thread 9472:#012#0
0x00007f6ea72057e1 __poll (libc.so.6)#012#1 0x00007f6ea2fb3032
rd_kafka_transport_poll (librdkafka.so.1)#012#2 0x00007f6ea2fb307f
rd_kafka_transport_io_serve (librdkafka.so.1)#012#3 0x00007f6ea2fa08e9
rd_kafka_broker_serve (librdkafka.so.1)#012#4 0x00007f6ea2fa0caf
rd_kafka_broker_ua_idle (librdkafka.so.1)#012#5 0x00007f6ea2fa1835
rd_kafka_broker_thread_main (librdkafka.so.1)#012#6 0x00007f6ea2feb29b
_thrd_wrapper_function (librdkafka.so.1)#012#7 0x00007f6ea83c02de
start_thread (libpthread.so.0)#012#8 0x00007f6ea7210a63 __clone
(libc.so.6)#012#012Stack trace of thread 9470:#012#0 0x00007f6ea83c67da
pthread_cond_timedwait@@GLIBC_2.3.2 (libpthread.so.0)#012#1
0x00007f6ea2feb531 cnd_timedwait_ms (librdkafka.so.1)#012#2
0x00007f6ea2fb86b8 rd_kafka_q_serve.localalias.8 (librdkafka.so.1)#012#3
0x00007f6ea2f90e6c rd_kafka_thread_main (librdkafka.so.1)#012#4
0x00007f6ea2feb29b _thrd_wrapper_function (librdkafka.so.1)#012#5
0x00007f6ea83c02de start_thread (libpthread.so.0)#012#6 0x00007f6ea7210a63
__clone (libc.so.6)#012#012Stack trace of thread 9477:#012#0
0x00007f6ea72058d6 ppoll (libc.so.6)#012#1 0x00007f6ea796638f
fd_wait_for_event (libsystemd.so.0)#012#2 0x00007f6ea795acb3
sd_journal_wait (libsystemd.so.0)#012#3 0x00007f6ea5415b3a runInput
(imjournal.so)#012#4 0x0000561924848591 thrdStarter (rsyslogd)#012#5
0x00007f6ea83c02de start_thread (libpthread.so.0)#012#6 0x00007f6ea7210a63
__clone (libc.so.6)#012#012Stack trace of thread 9474:#012#0
0x00007f6ea83c67da pthread_cond_timedwait@@GLIBC_2.3.2
(libpthread.so.0)#012#1 0x00007f6ea2feb531 cnd_timedwait_ms
(librdkafka.so.1)#012#2 0x00007f6ea2fb8438
rd_kafka_q_pop_serve.localalias.9 (librdkafka.so.1)#012#3
0x00007f6ea2fa075f rd_kafka_broker_ops_serve (librdkafka.so.1)#012#4
0x00007f6ea2fa0821 rd_kafka_broker_serve (librdkafka.so.1)#012#5
0x00007f6ea2fa0caf rd_kafka_broker_ua_idle (librdkafka.so.1)#012#6
0x00007f6ea2fa11ab rd_kafka_broker_thread_main (librdkafka.so.1)#012#7
0x00007f6ea2feb29b _thrd_wrapper_function (librdkafka.so.1)#012#8
0x00007f6ea83c02de start_thread (libpthread.so.0)#012#9 0x00007f6ea7210a63
__clone (libc.so.6)#012#012Stack trace of thread 9479:#012#0
0x00007f6ea72080cf __select (libc.so.6)#012#1 0x0000561924828517 srSleep
(rsyslogd)#012#2 0x00007f6ea3450930 runInput (impstats.so)#012#3
0x0000561924848591 thrdStarter (rsyslogd)#012#4 0x00007f6ea83c02de
start_thread (libpthread.so.0)#012#5 0x00007f6ea7210a63 __clone
(libc.so.6)#012#012Stack trace of thread 9481:#012#0 0x00007f6ea83c648c
pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0)#012#1 0x0000561924837bfe
wtiWorker (rsyslogd)#012#2 0x00005619248369ec wtpWorker (rsyslogd)#012#3
0x00007f6ea83c02de start_thread (libpthread.so.0)#012#4 0x00007f6ea7210a63
__clone (libc.so.6)#012#012Stack trace of thread 9478:#012#0
0x00007f6ea83c9b44 read (libpthread.so.0)#012#1 0x00007f6ea3655eee readklog
(imklog.so)#012#2 0x00007f6ea365623d klogLogKMsg (imklog.so)#012#3
0x00007f6ea36553ec runInput (imklog.so)#012#4 0x0000561924848591
thrdStarter (rsyslogd)#012#5 0x00007f6ea83c02de start_thread
(libpthread.so.0)#012#6 0x00007f6ea7210a63 __clone (libc.so.6)#012#012Stack
trace of thread 9482:#012#0 0x00007f6ea83c648c
pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0)#012#1 0x0000561924837bfe
wtiWorker (rsyslogd)#012#2 0x00005619248369ec wtpWorker (rsyslogd)#012#3
0x00007f6ea83c02de start_thread (libpthread.so.0)#012#4 0x00007f6ea7210a63
__clone (libc.so.6)


rsyslogd itselfs continues to run, but no messages are consumed.


1151.364874193:main thread : rsconf.c: beginCnfLoad(0x7f6134c25950) for
module 'imkafka'
1151.364876780:main thread : rsconf.c: calling endCnfLoad() for module
'imkafka'
1151.364906302:main thread : rsconf.c: module imkafka tells us config can
be activated
1151.366871405:main thread : rsconf.c: imkafka
1151.367209291:main thread : rsconf.c: pre priv drop activating config
0x55fcc923c850 for module imkafka
1151.367242325:main thread : rsconf.c: activating config 0x55fcc923c850
for module imkafka
1151.370480185:main thread : rsconf.c: running module imkafka with config
0x55fcc9288ee0, term mode: cooperative/SIGTTIN
1151.370659413:7f610bbfe700: debug.c: thread created, tid 9560, name
'in:imkafka'
1151.370706077:7f610bbfe700: ../threads.c: set thread name to 'in:imkafka'
1151.371143685:imkafka.c : imkafka.c: imkafka: runInput loop started
...
1151.371294275:imkafka.c : imkafka.c: imkafka: creating kafka consumer
onsyslog-global/nms-pit/x.x.x.x:9092
1151.371309423:imkafka.c : imkafka.c: imkafka: Created topics(1) for
syslog-global)
1151.371411157:imkafka.c : imkafka.c: imkafka: Successfully subscribed
to syslog-global/nms-pit/x.x.x.x:9092
1152.370552950:imkafka.c : imkafka.c: imkafka: msgConsume EMPTY Loop on
syslog-global/nms-pit/x.x.x.x:9092
1153.469891015:imkafka.c : imkafka.c: imkafka: msgConsume EMPTY Loop on
syslog-global/nms-pit/x.x.x.x:9092
1154.569280062:imkafka.c : imkafka.c: imkafka: msgConsume EMPTY Loop
onsyslog-global/nms-pit/x.x.x.x:9092
1155.668756507:imkafka.c : imkafka.c: imkafka: msgConsume EMPTY Loop on
syslog-global/nms-pit/x.x.x.x:9092
1156.768298500:imkafka.c : imkafka.c: imkafka: msgConsume EMPTY Loop on
syslog-global/nms-pit/x.x.x.x:9092
1157.867703710:imkafka.c : imkafka.c: imkafka: msgConsume EMPTY Loop on
syslog-global/nms-pit/x.x.x.x:9092




--
Sent from: http://rsyslog-users.1305293.n2.nabble.com/
_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com/professional-services/
What's up with rsyslog? Follow https://twitter.com/rgerhards
NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.
Re: Correct way to stop rsyslog without losing messages [ In reply to ]
8.37 is known to have defunct kafka components.

Rainer

El jue., 12 mar. 2020 a las 15:02, pedro.m.reis via rsyslog
(<rsyslog@lists.adiscon.com>) escribió:
>
> And today, after installing a clean centos8, updated etc, using the base
> rsyslog that comes with it (rsyslogd 8.37.0-13.el8, working yesterday), I
> have this :
>
> from /var/log/messages
>
> Mar 12 13:45:17 x.x.x.com systemd-coredump[9484]: Process 9469 (rsyslogd) of
> user 0 dumped core.#012#012Stack trace of thread 9469:#012#0
> 0x00007f6ea714b93f raise (libc.so.6)#012#1 0x00007f6ea7135c95 abort
> (libc.so.6)#012#2 0x00005619247f3655 rsyslogdDoDie.cold.4 (rsyslogd)#012#3
> 0x00007f6ea83cad80 __restore_rt (libpthread.so.0)#012#4 0x00007f6ea83c67da
> pthread_cond_timedwait@@GLIBC_2.3.2 (libpthread.so.0)#012#5
> 0x00005619248482ad thrdTerminateNonCancel (rsyslogd)#012#6
> 0x00005619248486e5 thrdTerminate (rsyslogd)#012#7 0x000056192484876d
> thrdDestruct (rsyslogd)#012#8 0x00005619248246a8 llDestroyElt
> (rsyslogd)#012#9 0x0000561924824730 llDestroy (rsyslogd)#012#10
> 0x0000561924848784 thrdTerminateAll (rsyslogd)#012#11 0x00005619247f3959
> main (rsyslogd)#012#12 0x00007f6ea7137813 __libc_start_main
> (libc.so.6)#012#13 0x00005619247f3d5e _start (rsyslogd)#012#012Stack trace
> of thread 9473:#012#0 0x00007f6ea83c67da
> pthread_cond_timedwait@@GLIBC_2.3.2 (libpthread.so.0)#012#1
> 0x00007f6ea2feb531 cnd_timedwait_ms (librdkafka.so.1)#012#2
> 0x00007f6ea2fb8438 rd_kafka_q_pop_serve.localalias.9 (librdkafka.so.1)#012#3
> 0x00007f6ea2fa075f rd_kafka_broker_ops_serve (librdkafka.so.1)#012#4
> 0x00007f6ea2fa0821 rd_kafka_broker_serve (librdkafka.so.1)#012#5
> 0x00007f6ea2fa0caf rd_kafka_broker_ua_idle (librdkafka.so.1)#012#6
> 0x00007f6ea2fa11ab rd_kafka_broker_thread_main (librdkafka.so.1)#012#7
> 0x00007f6ea2feb29b _thrd_wrapper_function (librdkafka.so.1)#012#8
> 0x00007f6ea83c02de start_thread (libpthread.so.0)#012#9 0x00007f6ea7210a63
> __clone (libc.so.6)#012#012Stack trace of thread 9475:#012#0
> 0x00007f6ea83c67da pthread_cond_timedwait@@GLIBC_2.3.2
> (libpthread.so.0)#012#1 0x00007f6ea2feb531 cnd_timedwait_ms
> (librdkafka.so.1)#012#2 0x00007f6ea2fb8438
> rd_kafka_q_pop_serve.localalias.9 (librdkafka.so.1)#012#3
> 0x00007f6ea2fa075f rd_kafka_broker_ops_serve (librdkafka.so.1)#012#4
> 0x00007f6ea2fa0821 rd_kafka_broker_serve (librdkafka.so.1)#012#5
> 0x00007f6ea2fa0caf rd_kafka_broker_ua_idle (librdkafka.so.1)#012#6
> 0x00007f6ea2fa11ab rd_kafka_broker_thread_main (librdkafka.so.1)#012#7
> 0x00007f6ea2feb29b _thrd_wrapper_function (librdkafka.so.1)#012#8
> 0x00007f6ea83c02de start_thread (libpthread.so.0)#012#9 0x00007f6ea7210a63
> __clone (libc.so.6)#012#012Stack trace of thread 9471:#012#0
> 0x00007f6ea83c67da pthread_cond_timedwait@@GLIBC_2.3.2
> (libpthread.so.0)#012#1 0x00007f6ea2feb531 cnd_timedwait_ms
> (librdkafka.so.1)#012#2 0x00007f6ea2fb8438
> rd_kafka_q_pop_serve.localalias.9 (librdkafka.so.1)#012#3
> 0x00007f6ea2fa075f rd_kafka_broker_ops_serve (librdkafka.so.1)#012#4
> 0x00007f6ea2fa0821 rd_kafka_broker_serve (librdkafka.so.1)#012#5
> 0x00007f6ea2fa0caf rd_kafka_broker_ua_idle (librdkafka.so.1)#012#6
> 0x00007f6ea2fa1835 rd_kafka_broker_thread_main (librdkafka.so.1)#012#7
> 0x00007f6ea2feb29b _thrd_wrapper_function (librdkafka.so.1)#012#8
> 0x00007f6ea83c02de start_thread (libpthread.so.0)#012#9 0x00007f6ea7210a63
> __clone (libc.so.6)#012#012Stack trace of thread 9472:#012#0
> 0x00007f6ea72057e1 __poll (libc.so.6)#012#1 0x00007f6ea2fb3032
> rd_kafka_transport_poll (librdkafka.so.1)#012#2 0x00007f6ea2fb307f
> rd_kafka_transport_io_serve (librdkafka.so.1)#012#3 0x00007f6ea2fa08e9
> rd_kafka_broker_serve (librdkafka.so.1)#012#4 0x00007f6ea2fa0caf
> rd_kafka_broker_ua_idle (librdkafka.so.1)#012#5 0x00007f6ea2fa1835
> rd_kafka_broker_thread_main (librdkafka.so.1)#012#6 0x00007f6ea2feb29b
> _thrd_wrapper_function (librdkafka.so.1)#012#7 0x00007f6ea83c02de
> start_thread (libpthread.so.0)#012#8 0x00007f6ea7210a63 __clone
> (libc.so.6)#012#012Stack trace of thread 9470:#012#0 0x00007f6ea83c67da
> pthread_cond_timedwait@@GLIBC_2.3.2 (libpthread.so.0)#012#1
> 0x00007f6ea2feb531 cnd_timedwait_ms (librdkafka.so.1)#012#2
> 0x00007f6ea2fb86b8 rd_kafka_q_serve.localalias.8 (librdkafka.so.1)#012#3
> 0x00007f6ea2f90e6c rd_kafka_thread_main (librdkafka.so.1)#012#4
> 0x00007f6ea2feb29b _thrd_wrapper_function (librdkafka.so.1)#012#5
> 0x00007f6ea83c02de start_thread (libpthread.so.0)#012#6 0x00007f6ea7210a63
> __clone (libc.so.6)#012#012Stack trace of thread 9477:#012#0
> 0x00007f6ea72058d6 ppoll (libc.so.6)#012#1 0x00007f6ea796638f
> fd_wait_for_event (libsystemd.so.0)#012#2 0x00007f6ea795acb3
> sd_journal_wait (libsystemd.so.0)#012#3 0x00007f6ea5415b3a runInput
> (imjournal.so)#012#4 0x0000561924848591 thrdStarter (rsyslogd)#012#5
> 0x00007f6ea83c02de start_thread (libpthread.so.0)#012#6 0x00007f6ea7210a63
> __clone (libc.so.6)#012#012Stack trace of thread 9474:#012#0
> 0x00007f6ea83c67da pthread_cond_timedwait@@GLIBC_2.3.2
> (libpthread.so.0)#012#1 0x00007f6ea2feb531 cnd_timedwait_ms
> (librdkafka.so.1)#012#2 0x00007f6ea2fb8438
> rd_kafka_q_pop_serve.localalias.9 (librdkafka.so.1)#012#3
> 0x00007f6ea2fa075f rd_kafka_broker_ops_serve (librdkafka.so.1)#012#4
> 0x00007f6ea2fa0821 rd_kafka_broker_serve (librdkafka.so.1)#012#5
> 0x00007f6ea2fa0caf rd_kafka_broker_ua_idle (librdkafka.so.1)#012#6
> 0x00007f6ea2fa11ab rd_kafka_broker_thread_main (librdkafka.so.1)#012#7
> 0x00007f6ea2feb29b _thrd_wrapper_function (librdkafka.so.1)#012#8
> 0x00007f6ea83c02de start_thread (libpthread.so.0)#012#9 0x00007f6ea7210a63
> __clone (libc.so.6)#012#012Stack trace of thread 9479:#012#0
> 0x00007f6ea72080cf __select (libc.so.6)#012#1 0x0000561924828517 srSleep
> (rsyslogd)#012#2 0x00007f6ea3450930 runInput (impstats.so)#012#3
> 0x0000561924848591 thrdStarter (rsyslogd)#012#4 0x00007f6ea83c02de
> start_thread (libpthread.so.0)#012#5 0x00007f6ea7210a63 __clone
> (libc.so.6)#012#012Stack trace of thread 9481:#012#0 0x00007f6ea83c648c
> pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0)#012#1 0x0000561924837bfe
> wtiWorker (rsyslogd)#012#2 0x00005619248369ec wtpWorker (rsyslogd)#012#3
> 0x00007f6ea83c02de start_thread (libpthread.so.0)#012#4 0x00007f6ea7210a63
> __clone (libc.so.6)#012#012Stack trace of thread 9478:#012#0
> 0x00007f6ea83c9b44 read (libpthread.so.0)#012#1 0x00007f6ea3655eee readklog
> (imklog.so)#012#2 0x00007f6ea365623d klogLogKMsg (imklog.so)#012#3
> 0x00007f6ea36553ec runInput (imklog.so)#012#4 0x0000561924848591
> thrdStarter (rsyslogd)#012#5 0x00007f6ea83c02de start_thread
> (libpthread.so.0)#012#6 0x00007f6ea7210a63 __clone (libc.so.6)#012#012Stack
> trace of thread 9482:#012#0 0x00007f6ea83c648c
> pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0)#012#1 0x0000561924837bfe
> wtiWorker (rsyslogd)#012#2 0x00005619248369ec wtpWorker (rsyslogd)#012#3
> 0x00007f6ea83c02de start_thread (libpthread.so.0)#012#4 0x00007f6ea7210a63
> __clone (libc.so.6)
>
>
> rsyslogd itselfs continues to run, but no messages are consumed.
>
>
> 1151.364874193:main thread : rsconf.c: beginCnfLoad(0x7f6134c25950) for
> module 'imkafka'
> 1151.364876780:main thread : rsconf.c: calling endCnfLoad() for module
> 'imkafka'
> 1151.364906302:main thread : rsconf.c: module imkafka tells us config can
> be activated
> 1151.366871405:main thread : rsconf.c: imkafka
> 1151.367209291:main thread : rsconf.c: pre priv drop activating config
> 0x55fcc923c850 for module imkafka
> 1151.367242325:main thread : rsconf.c: activating config 0x55fcc923c850
> for module imkafka
> 1151.370480185:main thread : rsconf.c: running module imkafka with config
> 0x55fcc9288ee0, term mode: cooperative/SIGTTIN
> 1151.370659413:7f610bbfe700: debug.c: thread created, tid 9560, name
> 'in:imkafka'
> 1151.370706077:7f610bbfe700: ../threads.c: set thread name to 'in:imkafka'
> 1151.371143685:imkafka.c : imkafka.c: imkafka: runInput loop started
> ...
> 1151.371294275:imkafka.c : imkafka.c: imkafka: creating kafka consumer
> onsyslog-global/nms-pit/x.x.x.x:9092
> 1151.371309423:imkafka.c : imkafka.c: imkafka: Created topics(1) for
> syslog-global)
> 1151.371411157:imkafka.c : imkafka.c: imkafka: Successfully subscribed
> to syslog-global/nms-pit/x.x.x.x:9092
> 1152.370552950:imkafka.c : imkafka.c: imkafka: msgConsume EMPTY Loop on
> syslog-global/nms-pit/x.x.x.x:9092
> 1153.469891015:imkafka.c : imkafka.c: imkafka: msgConsume EMPTY Loop on
> syslog-global/nms-pit/x.x.x.x:9092
> 1154.569280062:imkafka.c : imkafka.c: imkafka: msgConsume EMPTY Loop
> onsyslog-global/nms-pit/x.x.x.x:9092
> 1155.668756507:imkafka.c : imkafka.c: imkafka: msgConsume EMPTY Loop on
> syslog-global/nms-pit/x.x.x.x:9092
> 1156.768298500:imkafka.c : imkafka.c: imkafka: msgConsume EMPTY Loop on
> syslog-global/nms-pit/x.x.x.x:9092
> 1157.867703710:imkafka.c : imkafka.c: imkafka: msgConsume EMPTY Loop on
> syslog-global/nms-pit/x.x.x.x:9092
>
>
>
>
> --
> Sent from: http://rsyslog-users.1305293.n2.nabble.com/
> _______________________________________________
> rsyslog mailing list
> http://lists.adiscon.net/mailman/listinfo/rsyslog
> http://www.rsyslog.com/professional-services/
> What's up with rsyslog? Follow https://twitter.com/rgerhards
> NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.
_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com/professional-services/
What's up with rsyslog? Follow https://twitter.com/rgerhards
NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.
Re: Correct way to stop rsyslog without losing messages [ In reply to ]
Is there any working version currently for centos8 that I can test?



--
Sent from: http://rsyslog-users.1305293.n2.nabble.com/
_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com/professional-services/
What's up with rsyslog? Follow https://twitter.com/rgerhards
NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.
Re: Correct way to stop rsyslog without losing messages [ In reply to ]
The version from https://www.rsyslog.com/rhelcentos-rpms/ should work (AFIK).

Rainer

El jue., 12 mar. 2020 a las 15:18, pedro.m.reis via rsyslog
(<rsyslog@lists.adiscon.com>) escribió:
>
> Is there any working version currently for centos8 that I can test?
>
>
>
> --
> Sent from: http://rsyslog-users.1305293.n2.nabble.com/
> _______________________________________________
> rsyslog mailing list
> http://lists.adiscon.net/mailman/listinfo/rsyslog
> http://www.rsyslog.com/professional-services/
> What's up with rsyslog? Follow https://twitter.com/rgerhards
> NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.
_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com/professional-services/
What's up with rsyslog? Follow https://twitter.com/rgerhards
NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.