View Issue Details

IDProjectCategoryView StatusLast Update
0004872SOGosogo-toolpublic2020-09-28 10:56
Reporterxbone_ch Assigned To 
PriorityhighSeverityminorReproducibilityalways
Status newResolutionopen 
OSDebianOS Version9.9 
Product Version4.1.1 
Summary0004872: sogo-tool on Debian 9.9 always triggers >> Got an error/timeout reading communication packets
Description

I have 3 sogo-tool commands running with crontab as sogo user.
I see that an other user had this issue also on FreeBSD, is there a fix avaliable?

crontab -e -u sogo

          • /usr/sbin/sogo-tool expire-sessions 30 >/dev/null 2>&1; /usr/sbin/sogo-ealarms-notify >/dev/null 2>&1
            0 0 * /usr/sbin/sogo-tool update-autoreply -p /etc/sogo/sieve.cred >/dev/null 2>&1

2019-11-05T12:38:01.851639Z 7920 [Note] Aborted connection 7920 to db: 'sogo' user: 'sogo' host: '10.xx.xx.xx' (Got an error reading communication packets)
2019-11-05T12:38:02.034801Z 7921 [Note] Aborted connection 7921 to db: 'sogo' user: 'sogo' host: '10.xx.xx.xx' (Got an error reading communication packets)
2019-11-05T12:38:33.191466Z 7864 [Note] Aborted connection 7864 to db: 'sogo' user: 'sogo' host: '10.xx.xx.xx' (Got timeout reading communication packets)
2019-11-05T12:38:38.575884Z 7853 [Note] Aborted connection 7853 to db: 'sogo' user: 'sogo' host: '10.xx.xx.xx' (Got timeout reading communication packets)

MariaDB Output:
+-----------------------------+----------+
| Aborted_clients | 862 |
| Aborted_connects | 0 |
+-----------------------------+----------+

+-----------------------------+----------+
| connect_timeout | 300 |
| delayed_insert_timeout | 300 |
| have_statement_timeout | YES |
| innodb_flush_log_at_timeout | 1 |
| innodb_lock_wait_timeout | 50 |
| innodb_rollback_on_timeout | OFF |
| interactive_timeout | 28800 |
| lock_wait_timeout | 31536000 |
| net_read_timeout | 30 |
| net_write_timeout | 60 |
| rpl_stop_slave_timeout | 31536000 |
| slave_net_timeout | 60 |
| thread_pool_idle_timeout | 60 |
| wait_timeout | 28800 |
| wsrep_RSU_commit_timeout | 5000 |
+-----------------------------+----------+

  • nginx version: nginx/1.10.3
  • PHP 7.0.33-0+deb9u6 (php-fpm)
  • MySQL 5.7.27-30-57-log Percona XtraDB Cluster
Tagsmysql, sogo-tool

Activities

heupink

heupink

2020-09-17 14:33

reporter   ~0014785

Are you still getting this?
We upgraded last Tuesday, and I just discovered this issue today, and asked on the mailinglist. Things seem to work fine otherwise, it's just the sogo-ealarms-notify that triggers the error.
Not sure if functionality is also affected...

Christian Mack

Christian Mack

2020-09-21 15:11

developer   ~0014795

Do you have big enough max allowed connections to your mysql database?

heupink

heupink

2020-09-21 15:23

reporter   ~0014797

Thanks for responding!
I am not the original poster, but I just bumped my max_connections from 200 to 500 and it made no difference.
Plus it only happens for the cron job on sogo-ealarms-notify, and if the limit was the issue, we would probably also see it happening more randomly.
Now it happens only exactly every minute, when the sogo-ealarms-notify runs.

Christian Mack

Christian Mack

2020-09-21 15:29

developer   ~0014798

Have you set OCSEMailAlarmsFolderURL and SOGoEnableEMailAlarms = YES; ?

heupink

heupink

2020-09-21 15:34

reporter   ~0014799

Yes:
OCSEMailAlarmsFolderURL = "mysql://xxx:yyy@server:3306/sogo/sogo_alarms_folder";
SOGoEnableEMailAlarms = YES;

Mysql entry is like the other ones for OCSSessionsFolderURL, SOGoProfileURL, etc.

Before the upgrade from debian 9 to 10 this all worked, it started right after upgrading 9 -> 10. (and changing the sogo repo to match buster)

Christian Mack

Christian Mack

2020-09-21 15:40

developer   ~0014800

Do you get errors when calling /usr/sbin/sogo-ealarms-notify on commandline as user sogo?

heupink

heupink

2020-09-21 15:49

reporter   ~0014801

Yes, using "sudo -u sogo /usr/sbin/sogo-ealarms-notify" the error shows each time.
For the rest, the system (including contacts and calendaring) seems to be running fine.

Christian Mack

Christian Mack

2020-09-22 07:37

developer   ~0014803

What have you set for max_allowed_packet in your mysqld server configuration?

heupink

heupink

2020-09-22 07:42

reporter   ~0014804

MariaDB [(none)]> show variables like 'max_allowed_packet'
-> ;
+--------------------+----------+
| Variable_name | Value |
+--------------------+----------+
| max_allowed_packet | 67108864 |
+--------------------+----------+
1 row in set (0.001 sec)

Is that too small? Should I try increasing it?

Christian Mack

Christian Mack

2020-09-22 07:56

developer   ~0014805

What have you set on the client for max_allowed_packet?
Does it match?

If it does match, then you should increase it on both server and client.
I would double it to 128M

heupink

heupink

2020-09-22 08:15

reporter   ~0014806

I set it, and after verifying, it did not come into effect:

MariaDB [(none)]> SET GLOBAL max_allowed_packet=134217728;
Query OK, 0 rows affected (0.000 sec)

MariaDB [(none)]> show variables like 'max_allowed_packet';
+--------------------+----------+
| Variable_name | Value |
+--------------------+----------+
| max_allowed_packet | 67108864 |
+--------------------+----------+
1 row in set (0.001 sec)

According to https://stackoverflow.com/questions/9922894/set-global-max-allowed-packet-doesnt-work I have to restart mariadb for the new size to become in effect. I cannot do that now, afraid it will disrupt SOGo usage. Will change in conf files, and report back tomorrow/tonight.

heupink

heupink

2020-09-22 18:02

reporter   ~0014808

Now the setting is changed, and the error each minute after running sogo-ealarms-notify remains. :-(

I hope this confirms for the client:

mysql --print-defaults | grep packet
--max_allowed_packet=128M --port=3306 --socket=/var/run/mysqld/mysqld.sock

And this confirms the server:

MariaDB [(none)]> SHOW VARIABLES LIKE "max_allowed_packet";
+--------------------+-----------+
| Variable_name | Value |
+--------------------+-----------+
| max_allowed_packet | 134217728 |
+--------------------+-----------+
1 row in set (0.001 sec)

I asked the mailinglist for feedback from others on debian10/sogo V5, but I received no replies.

Christian Mack

Christian Mack

2020-09-24 07:25

developer   ~0014822

Perhaps this is only set for mysql client.
Could you check, if this is set in section "[client]" too?

heupink

heupink

2020-09-24 07:35

reporter   ~0014823

Yes I think it is:

root@sogo:~# grep -A 3 client /etc/mysql/my.cnf
[client]
max_allowed_packet = 128M
port = 3306
socket = /var/run/mysqld/mysqld.sock

Christian Mack

Christian Mack

2020-09-24 08:10

developer   ~0014824

Yes, with this max_allowed_packet is set correct on server and client.

I assume, you don't run out of memory on the database server?

As the server reports only "Aborted_clients" errors, and you use the default for wait_timeout and interactive_timeout (== 8 hours), it only can be either a network problem or a rare bug where the connection doesn't get closed.
Did your network change while upgrading?
Different network card, different switches, router or firewalls between SOGo server and database server?

heupink

heupink

2020-09-24 08:23

reporter   ~0014825

Not running out of memory, no.

Network did not change during upgrade at all.

What I can do, as mysql is actually local: access it through localhost, to fully eliminate network issues. I will change that tonight, as not to disrupt current activity. (or would you want me to try socket access? Like this: https://www.tumfatig.net/20110727/configure-sogo-to-use-mysql-socket/)

But my feeling (as the issue only happens for sogo-ealarms-notify) is that sogo-ealarms-notify simply accesses the database somehow differently than the other sogo components. I don't think it's a timeout, as the error comes immediately when running the minute-ly cronjob.

heupink

heupink

2020-09-24 19:12

reporter   ~0014831

So, I changed sogo.conf to connect to mysql@localhost, and I noticed there was no need to restart sogo... the cron job runs every minute, taking it's options from sogo.conf, so they were used as soon as I saved the file.

Anyway: the error remains. I really think there is something wrong in the V5 sogo-ealarms-notify binary itself. (probably in combination with debian 10 mariadb)

heupink

heupink

2020-09-25 10:23

reporter   ~0014844

I just created a fresh debian 10 VM, followed instructions from inverse to install sogo nightlies:

After adding the mysql config to sogo.conf, enabling the sogo-ealarms cron job, and setting:
SOGoAppointmentSendEMailNotifications = YES;
SOGoACLsSendEMailNotifications = YES;
SOGoFoldersSendEMailNotifications = YES;
SOGoEnableEMailAlarms = YES;

We are now also getting the sogo-ealarms-notify cronjob error every minute on this fresh new system running with all the defaults, and no legacy stuff anywhere.

Seems to me that this is an bug / error in the ealarms binary that somehow slipped through, and should be easy to reproduce (and hopefully fix as well...) :-)

heupink

heupink

2020-09-25 10:39

reporter   ~0014846

If it helps... here an strace of the sogo-ealarms run, triggering the error.

my_strace_output_error (244,043 bytes)   
execve("/bin/bash", ["/bin/bash", "-c", "/usr/sbin/sogo-ealarms-notify", "sogo"], 0x7ffd32c008b8 /* 28 vars */) = 0
brk(NULL)                               = 0x55b0d4e4c000
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=23585, ...}) = 0
mmap(NULL, 23585, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fe7d2b79000
close(3)                                = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libtinfo.so.6", 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@\351\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=183528, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe7d2b77000
mmap(NULL, 186752, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fe7d2b49000
mmap(0x7fe7d2b57000, 57344, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe000) = 0x7fe7d2b57000
mmap(0x7fe7d2b65000, 53248, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1c000) = 0x7fe7d2b65000
mmap(0x7fe7d2b72000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x28000) = 0x7fe7d2b72000
close(3)                                = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/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\0000\21\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=14592, ...}) = 0
mmap(NULL, 16656, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fe7d2b44000
mmap(0x7fe7d2b45000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7fe7d2b45000
mmap(0x7fe7d2b46000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7fe7d2b46000
mmap(0x7fe7d2b47000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7fe7d2b47000
close(3)                                = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/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\260A\2\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1824496, ...}) = 0
mmap(NULL, 1837056, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fe7d2983000
mprotect(0x7fe7d29a5000, 1658880, PROT_NONE) = 0
mmap(0x7fe7d29a5000, 1343488, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x22000) = 0x7fe7d29a5000
mmap(0x7fe7d2aed000, 311296, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16a000) = 0x7fe7d2aed000
mmap(0x7fe7d2b3a000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1b6000) = 0x7fe7d2b3a000
mmap(0x7fe7d2b40000, 14336, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fe7d2b40000
close(3)                                = 0
mmap(NULL, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe7d2980000
arch_prctl(ARCH_SET_FS, 0x7fe7d2980740) = 0
mprotect(0x7fe7d2b3a000, 16384, PROT_READ) = 0
mprotect(0x7fe7d2b47000, 4096, PROT_READ) = 0
mprotect(0x7fe7d2b72000, 16384, PROT_READ) = 0
mprotect(0x55b0d3c70000, 12288, PROT_READ) = 0
mprotect(0x7fe7d2ba6000, 4096, PROT_READ) = 0
munmap(0x7fe7d2b79000, 23585)           = 0
openat(AT_FDCWD, "/dev/tty", O_RDWR|O_NONBLOCK) = 3
close(3)                                = 0
brk(NULL)                               = 0x55b0d4e4c000
brk(0x55b0d4e6d000)                     = 0x55b0d4e6d000
openat(AT_FDCWD, "/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=3031632, ...}) = 0
mmap(NULL, 3031632, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fe7d269b000
close(3)                                = 0
openat(AT_FDCWD, "/usr/share/locale/locale.alias", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=2995, ...}) = 0
read(3, "# Locale name alias data base.\n#"..., 4096) = 2995
read(3, "", 4096)                       = 0
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/locale/nl_NL.UTF-8/LC_IDENTIFICATION", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/locale/nl_NL.utf8/LC_IDENTIFICATION", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/locale/nl_NL/LC_IDENTIFICATION", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/locale/nl.UTF-8/LC_IDENTIFICATION", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/locale/nl.utf8/LC_IDENTIFICATION", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/locale/nl/LC_IDENTIFICATION", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
getuid()                                = 0
getgid()                                = 0
geteuid()                               = 0
getegid()                               = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
ioctl(-1, TIOCGPGRP, 0x7ffd8cd4c864)    = -1 EBADF (Bad file descriptor)
sysinfo({uptime=1658, loads=[352, 576, 0], totalram=4137656320, freeram=3739992064, sharedram=11071488, bufferram=2670592, totalswap=4292866048, freeswap=4292866048, procs=208, totalhigh=0, freehigh=0, mem_unit=1}) = 0
rt_sigaction(SIGCHLD, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fe7d29ba840}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
rt_sigaction(SIGCHLD, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fe7d29ba840}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fe7d29ba840}, 8) = 0
rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fe7d29ba840}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fe7d29ba840}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fe7d29ba840}, 8) = 0
rt_sigaction(SIGQUIT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fe7d29ba840}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
rt_sigaction(SIGQUIT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fe7d29ba840}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fe7d29ba840}, 8) = 0
rt_sigaction(SIGTSTP, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fe7d29ba840}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
rt_sigaction(SIGTSTP, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fe7d29ba840}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fe7d29ba840}, 8) = 0
rt_sigaction(SIGTTIN, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fe7d29ba840}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
rt_sigaction(SIGTTIN, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fe7d29ba840}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fe7d29ba840}, 8) = 0
rt_sigaction(SIGTTOU, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fe7d29ba840}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
rt_sigaction(SIGTTOU, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fe7d29ba840}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fe7d29ba840}, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
rt_sigaction(SIGQUIT, {sa_handler=SIG_IGN, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fe7d29ba840}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fe7d29ba840}, 8) = 0
uname({sysname="Linux", nodename="ws088", ...}) = 0
stat("/etc/sogo", {st_mode=S_IFDIR|0750, st_size=53, ...}) = 0
stat(".", {st_mode=S_IFDIR|0750, st_size=53, ...}) = 0
stat("/etc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/etc/sogo", {st_mode=S_IFDIR|0750, st_size=53, ...}) = 0
stat("/var/log", {st_mode=S_IFDIR|0755, st_size=326, ...}) = 0
getpid()                                = 1670
getppid()                               = 1667
getpid()                                = 1670
getpgrp()                               = 1667
ioctl(2, TIOCGPGRP, 0x7ffd8cd4c734)     = -1 ENOTTY (Inappropriate ioctl for device)
rt_sigaction(SIGCHLD, {sa_handler=0x55b0d3bb83f0, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fe7d29ba840}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fe7d29ba840}, 8) = 0
ioctl(2, TIOCGPGRP, 0x7ffd8cd4c714)     = -1 ENOTTY (Inappropriate ioctl for device)
prlimit64(0, RLIMIT_NPROC, NULL, {rlim_cur=15548, rlim_max=15548}) = 0
openat(AT_FDCWD, "/usr/lib/locale/nl_NL.UTF-8/LC_NUMERIC", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/locale/nl_NL.utf8/LC_NUMERIC", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/locale/nl_NL/LC_NUMERIC", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/locale/nl.UTF-8/LC_NUMERIC", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/locale/nl.utf8/LC_NUMERIC", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/locale/nl/LC_NUMERIC", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=26402, ...}) = 0
mmap(NULL, 26402, PROT_READ, MAP_SHARED, 3, 0) = 0x7fe7d2694000
close(3)                                = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fe7d29ba840}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fe7d29ba840}, 8) = 0
rt_sigaction(SIGQUIT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fe7d29ba840}, {sa_handler=SIG_IGN, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fe7d29ba840}, 8) = 0
rt_sigaction(SIGCHLD, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fe7d29ba840}, {sa_handler=0x55b0d3bb83f0, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fe7d29ba840}, 8) = 0
execve("/usr/sbin/sogo-ealarms-notify", ["/usr/sbin/sogo-ealarms-notify"], 0x55b0d4e55e40 /* 28 vars */) = 0
brk(NULL)                               = 0x55e1b5742000
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/sogo/tls/x86_64/x86_64/libSOGo.so.5", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/sogo/tls/x86_64/x86_64", 0x7ffc446fe830) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/sogo/tls/x86_64/libSOGo.so.5", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/sogo/tls/x86_64", 0x7ffc446fe830) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/sogo/tls/x86_64/libSOGo.so.5", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/sogo/tls/x86_64", 0x7ffc446fe830) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/sogo/tls/libSOGo.so.5", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/sogo/tls", 0x7ffc446fe830) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/sogo/x86_64/x86_64/libSOGo.so.5", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/sogo/x86_64/x86_64", 0x7ffc446fe830) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/sogo/x86_64/libSOGo.so.5", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/sogo/x86_64", 0x7ffc446fe830) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/sogo/x86_64/libSOGo.so.5", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/sogo/x86_64", 0x7ffc446fe830) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/sogo/libSOGo.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\0p\370\6\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=1414144, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ffbaa5f2000
mmap(NULL, 1406024, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffbaa49a000
mprotect(0x7ffbaa509000, 606208, PROT_NONE) = 0
mmap(0x7ffbaa509000, 483328, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6f000) = 0x7ffbaa509000
mmap(0x7ffbaa57f000, 118784, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe5000) = 0x7ffbaa57f000
mmap(0x7ffbaa59d000, 344064, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x102000) = 0x7ffbaa59d000
mmap(0x7ffbaa5f1000, 1096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ffbaa5f1000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/sogo/libGDLContentStore.so.4.9", 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\20A\1\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=273024, ...}) = 0
mmap(NULL, 272560, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffbaa457000
mmap(0x7ffbaa46b000, 94208, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14000) = 0x7ffbaa46b000
mmap(0x7ffbaa482000, 28672, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2b000) = 0x7ffbaa482000
mmap(0x7ffbaa489000, 69632, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x31000) = 0x7ffbaa489000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/sogo/libNGCards.so.4.9", 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\0pQ\2\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=460776, ...}) = 0
mmap(NULL, 456104, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffbaa3e7000
mmap(0x7ffbaa40c000, 143360, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x25000) = 0x7ffbaa40c000
mmap(0x7ffbaa42f000, 36864, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x48000) = 0x7ffbaa42f000
mmap(0x7ffbaa438000, 126976, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x50000) = 0x7ffbaa438000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/sogo/libEOControl.so.4.9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=23585, ...}) = 0
mmap(NULL, 23585, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7ffbaa3e1000
close(3)                                = 0
openat(AT_FDCWD, "/lib/libEOControl.so.4.9", 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\322\1\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=369296, ...}) = 0
mmap(NULL, 366976, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffbaa387000
mmap(0x7ffbaa3a4000, 110592, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1d000) = 0x7ffbaa3a4000
mmap(0x7ffbaa3bf000, 40960, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x38000) = 0x7ffbaa3bf000
mmap(0x7ffbaa3c9000, 98304, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x41000) = 0x7ffbaa3c9000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/sogo/libNGStreams.so.4.9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/libNGStreams.so.4.9", 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\366\2\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=525696, ...}) = 0
mmap(NULL, 521888, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffbaa307000
mmap(0x7ffbaa336000, 118784, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2f000) = 0x7ffbaa336000
mmap(0x7ffbaa353000, 57344, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4c000) = 0x7ffbaa353000
mmap(0x7ffbaa361000, 155648, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x59000) = 0x7ffbaa361000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/sogo/libNGMime.so.4.9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/libNGMime.so.4.9", 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@\304\7\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=1540304, ...}) = 0
mmap(NULL, 1528992, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffbaa191000
mmap(0x7ffbaa20d000, 466944, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7c000) = 0x7ffbaa20d000
mmap(0x7ffbaa27f000, 147456, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xee000) = 0x7ffbaa27f000
mmap(0x7ffbaa2a3000, 405504, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x111000) = 0x7ffbaa2a3000
mmap(0x7ffbaa306000, 1184, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ffbaa306000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/sogo/libNGExtensions.so.4.9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/libNGExtensions.so.4.9", 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\345\3\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=801368, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ffbaa18f000
mmap(NULL, 791328, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffbaa0cd000
mmap(0x7ffbaa10b000, 245760, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3e000) = 0x7ffbaa10b000
mmap(0x7ffbaa147000, 94208, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7a000) = 0x7ffbaa147000
mmap(0x7ffbaa15e000, 200704, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x90000) = 0x7ffbaa15e000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/sogo/libNGObjWeb.so.4.9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/libNGObjWeb.so.4.9", 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\260\366\20\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=3398200, ...}) = 0
mmap(NULL, 3371312, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba9d95000
mprotect(0x7ffba9ea4000, 1327104, PROT_NONE) = 0
mmap(0x7ffba9ea4000, 999424, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x10f000) = 0x7ffba9ea4000
mmap(0x7ffba9f98000, 323584, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x203000) = 0x7ffba9f98000
mmap(0x7ffba9fe8000, 933888, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x252000) = 0x7ffba9fe8000
mmap(0x7ffbaa0cc000, 304, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ffbaa0cc000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/sogo/libWEExtensions.so.4.9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/libWEExtensions.so.4.9", 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\301\5\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=1209704, ...}) = 0
mmap(NULL, 1202448, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba9c6f000
mprotect(0x7ffba9ccb000, 487424, PROT_NONE) = 0
mmap(0x7ffba9ccb000, 372736, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5c000) = 0x7ffba9ccb000
mmap(0x7ffba9d26000, 110592, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb7000) = 0x7ffba9d26000
mmap(0x7ffba9d42000, 339968, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd2000) = 0x7ffba9d42000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/sogo/libgnustep-base.so.1.26", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/libgnustep-base.so.1.26", 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`\261\27\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=6419696, ...}) = 0
mmap(NULL, 6433528, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba964c000
mprotect(0x7ffba97c4000, 3694592, PROT_NONE) = 0
mmap(0x7ffba97c4000, 2342912, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x178000) = 0x7ffba97c4000
mmap(0x7ffba9a00000, 1347584, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3b4000) = 0x7ffba9a00000
mmap(0x7ffba9b4a000, 1187840, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4fd000) = 0x7ffba9b4a000
mmap(0x7ffba9c6c000, 11000, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ffba9c6c000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/sogo/libobjc.so.4", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libobjc.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\20h\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=133080, ...}) = 0
mmap(NULL, 144584, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba9628000
mmap(0x7ffba962e000, 69632, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7ffba962e000
mmap(0x7ffba963f000, 32768, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17000) = 0x7ffba963f000
mmap(0x7ffba9647000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1e000) = 0x7ffba9647000
mmap(0x7ffba964a000, 5320, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ffba964a000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/sogo/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libm.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\0p\322\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=1579448, ...}) = 0
mmap(NULL, 1581384, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba94a5000
mmap(0x7ffba94b2000, 651264, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd000) = 0x7ffba94b2000
mmap(0x7ffba9551000, 872448, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xac000) = 0x7ffba9551000
mmap(0x7ffba9626000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x180000) = 0x7ffba9626000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/sogo/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/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\3402\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=100712, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ffba94a3000
mmap(NULL, 103472, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba9489000
mprotect(0x7ffba948c000, 86016, PROT_NONE) = 0
mmap(0x7ffba948c000, 69632, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7ffba948c000
mmap(0x7ffba949d000, 12288, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14000) = 0x7ffba949d000
mmap(0x7ffba94a1000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17000) = 0x7ffba94a1000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/sogo/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libpthread.so.0", 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@l\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=146968, ...}) = 0
mmap(NULL, 132288, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba9468000
mmap(0x7ffba946e000, 61440, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7ffba946e000
mmap(0x7ffba947d000, 24576, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x15000) = 0x7ffba947d000
mmap(0x7ffba9483000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1a000) = 0x7ffba9483000
mmap(0x7ffba9485000, 13504, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ffba9485000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/sogo/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/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\260A\2\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1824496, ...}) = 0
mmap(NULL, 1837056, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba92a7000
mprotect(0x7ffba92c9000, 1658880, PROT_NONE) = 0
mmap(0x7ffba92c9000, 1343488, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x22000) = 0x7ffba92c9000
mmap(0x7ffba9411000, 311296, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16a000) = 0x7ffba9411000
mmap(0x7ffba945e000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1b6000) = 0x7ffba945e000
mmap(0x7ffba9464000, 14336, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ffba9464000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/sogo/libmemcached.so.11", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libmemcached.so.11", 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\320O\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=200056, ...}) = 0
mmap(NULL, 2295184, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba9076000
mprotect(0x7ffba90a6000, 2093056, PROT_NONE) = 0
mmap(0x7ffba92a5000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2f000) = 0x7ffba92a5000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/sogo/libzip.so.4", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libzip.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`G\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=105672, ...}) = 0
mmap(NULL, 107752, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba905b000
mmap(0x7ffba905f000, 65536, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x7ffba905f000
mmap(0x7ffba906f000, 20480, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14000) = 0x7ffba906f000
mmap(0x7ffba9074000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x18000) = 0x7ffba9074000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/sogo/libGDLAccess.so.4.9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/libGDLAccess.so.4.9", 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@\303\3\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=782328, ...}) = 0
mmap(NULL, 775984, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba8f9d000
mprotect(0x7ffba8fd9000, 335872, PROT_NONE) = 0
mmap(0x7ffba8fd9000, 249856, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3c000) = 0x7ffba8fd9000
mmap(0x7ffba9016000, 81920, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x79000) = 0x7ffba9016000
mmap(0x7ffba902b000, 196608, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8d000) = 0x7ffba902b000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/sogo/libDOM.so.4.9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/libDOM.so.4.9", 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`\1\2\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=373072, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ffba8f9b000
mmap(NULL, 369912, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba8f40000
mmap(0x7ffba8f60000, 94208, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x20000) = 0x7ffba8f60000
mmap(0x7ffba8f77000, 45056, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x37000) = 0x7ffba8f77000
mmap(0x7ffba8f82000, 102400, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x41000) = 0x7ffba8f82000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/sogo/libSaxObjC.so.4.9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/libSaxObjC.so.4.9", 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\240\341\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=168872, ...}) = 0
mmap(NULL, 168512, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba8f16000
mmap(0x7ffba8f24000, 45056, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe000) = 0x7ffba8f24000
mmap(0x7ffba8f2f000, 20480, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x19000) = 0x7ffba8f2f000
mmap(0x7ffba8f34000, 49152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1d000) = 0x7ffba8f34000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/sogo/libNGLdap.so.4.9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/libNGLdap.so.4.9", 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$\1\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=217088, ...}) = 0
mmap(NULL, 216936, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba8ee1000
mmap(0x7ffba8ef3000, 65536, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x12000) = 0x7ffba8ef3000
mmap(0x7ffba8f03000, 20480, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x22000) = 0x7ffba8f03000
mmap(0x7ffba8f08000, 57344, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x26000) = 0x7ffba8f08000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/sogo/libSBJson.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/libSBJson.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\320@\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=55560, ...}) = 0
mmap(NULL, 56632, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba8ed3000
mmap(0x7ffba8ed7000, 16384, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x7ffba8ed7000
mmap(0x7ffba8edb000, 8192, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x7ffba8edb000
mmap(0x7ffba8edd000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9000) = 0x7ffba8edd000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/sogo/libcrypto.so.1.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libcrypto.so.1.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\360\10\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=3031904, ...}) = 0
mmap(NULL, 3051424, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba8bea000
mprotect(0x7ffba8c6f000, 2285568, PROT_NONE) = 0
mmap(0x7ffba8c6f000, 1695744, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x85000) = 0x7ffba8c6f000
mmap(0x7ffba8e0d000, 585728, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x223000) = 0x7ffba8e0d000
mmap(0x7ffba8e9d000, 204800, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2b2000) = 0x7ffba8e9d000
mmap(0x7ffba8ecf000, 16288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ffba8ecf000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/sogo/liblasso.so.3", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/liblasso.so.3", 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\226\1\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=530784, ...}) = 0
mmap(NULL, 534920, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba8b67000
mmap(0x7ffba8b7e000, 278528, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17000) = 0x7ffba8b7e000
mmap(0x7ffba8bc2000, 114688, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5b000) = 0x7ffba8bc2000
mmap(0x7ffba8bde000, 49152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x76000) = 0x7ffba8bde000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/sogo/libgobject-2.0.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libgobject-2.0.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@\267\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=342072, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ffba8b65000
mmap(NULL, 346984, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba8b10000
mmap(0x7ffba8b1b000, 204800, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb000) = 0x7ffba8b1b000
mmap(0x7ffba8b4d000, 90112, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3d000) = 0x7ffba8b4d000
mmap(0x7ffba8b63000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x52000) = 0x7ffba8b63000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/sogo/libglib-2.0.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libglib-2.0.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\240\275\1\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=1166640, ...}) = 0
mmap(NULL, 1171848, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba89f1000
mprotect(0x7ffba8a0c000, 1052672, PROT_NONE) = 0
mmap(0x7ffba8a0c000, 516096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1b000) = 0x7ffba8a0c000
mmap(0x7ffba8a8a000, 532480, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x99000) = 0x7ffba8a8a000
mmap(0x7ffba8b0d000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11b000) = 0x7ffba8b0d000
mmap(0x7ffba8b0f000, 392, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ffba8b0f000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/sogo/liboath.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/liboath.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
fstat(3, {st_mode=S_IFREG|0644, st_size=84440, ...}) = 0
mmap(NULL, 88552, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba89db000
mmap(0x7ffba89dd000, 61440, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffba89dd000
mmap(0x7ffba89ec000, 12288, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11000) = 0x7ffba89ec000
mmap(0x7ffba89ef000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x13000) = 0x7ffba89ef000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/sogo/libsodium.so.23", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libsodium.so.23", 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\240\313\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=350920, ...}) = 0
mmap(NULL, 353288, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba8984000
mmap(0x7ffba8990000, 225280, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xc000) = 0x7ffba8990000
mmap(0x7ffba89c7000, 73728, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x43000) = 0x7ffba89c7000
mmap(0x7ffba89d9000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x54000) = 0x7ffba89d9000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/sogo/libcrypt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libcrypt.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\240\21\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=43328, ...}) = 0
mmap(NULL, 234016, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba894a000
mprotect(0x7ffba894b000, 36864, PROT_NONE) = 0
mmap(0x7ffba894b000, 24576, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7ffba894b000
mmap(0x7ffba8951000, 8192, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7ffba8951000
mmap(0x7ffba8954000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9000) = 0x7ffba8954000
mmap(0x7ffba8956000, 184864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ffba8956000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/sogo/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/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\0000\21\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=14592, ...}) = 0
mmap(NULL, 16656, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba8945000
mmap(0x7ffba8946000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7ffba8946000
mmap(0x7ffba8947000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffba8947000
mmap(0x7ffba8948000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffba8948000
close(3)                                = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ffba8943000
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/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\320#\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=121280, ...}) = 0
mmap(NULL, 2216336, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba8725000
mprotect(0x7ffba8741000, 2097152, PROT_NONE) = 0
mmap(0x7ffba8941000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1c000) = 0x7ffba8941000
close(3)                                = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libssl.so.1.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\364\1\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=593696, ...}) = 0
mmap(NULL, 596272, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba8693000
mprotect(0x7ffba86b0000, 425984, PROT_NONE) = 0
mmap(0x7ffba86b0000, 315392, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1d000) = 0x7ffba86b0000
mmap(0x7ffba86fd000, 106496, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6a000) = 0x7ffba86fd000
mmap(0x7ffba8718000, 53248, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x84000) = 0x7ffba8718000
close(3)                                = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libavahi-common.so.3", 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\0206\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=52336, ...}) = 0
mmap(NULL, 54608, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba8685000
mmap(0x7ffba8688000, 24576, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7ffba8688000
mmap(0x7ffba868e000, 12288, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9000) = 0x7ffba868e000
mmap(0x7ffba8691000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb000) = 0x7ffba8691000
close(3)                                = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libavahi-client.so.3", 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\220F\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=72760, ...}) = 0
mmap(NULL, 74840, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba8672000
mmap(0x7ffba8676000, 36864, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x7ffba8676000
mmap(0x7ffba867f000, 16384, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd000) = 0x7ffba867f000
mmap(0x7ffba8683000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x10000) = 0x7ffba8683000
close(3)                                = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libgnutls.so.30", 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@5\3\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=1748352, ...}) = 0
mmap(NULL, 1755496, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba84c5000
mmap(0x7ffba84f5000, 1069056, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x30000) = 0x7ffba84f5000
mmap(0x7ffba85fa000, 417792, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x135000) = 0x7ffba85fa000
mmap(0x7ffba8660000, 69632, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x19a000) = 0x7ffba8660000
mmap(0x7ffba8671000, 2408, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ffba8671000
close(3)                                = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libxslt.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\200\266\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=264320, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ffba84c3000
mmap(NULL, 267624, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba8481000
mmap(0x7ffba848b000, 159744, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa000) = 0x7ffba848b000
mmap(0x7ffba84b2000, 57344, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x31000) = 0x7ffba84b2000
mmap(0x7ffba84c0000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3e000) = 0x7ffba84c0000
close(3)                                = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libxml2.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\320\354\2\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=1731832, ...}) = 0
mmap(NULL, 1739192, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba82d8000
mprotect(0x7ffba8306000, 1507328, PROT_NONE) = 0
mmap(0x7ffba8306000, 1163264, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2e000) = 0x7ffba8306000
mmap(0x7ffba8422000, 339968, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14a000) = 0x7ffba8422000
mmap(0x7ffba8476000, 40960, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x19d000) = 0x7ffba8476000
mmap(0x7ffba8480000, 2488, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ffba8480000
close(3)                                = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libffi.so.6", 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
fstat(3, {st_mode=S_IFREG|0644, st_size=35224, ...}) = 0
mmap(NULL, 38504, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba82ce000
mmap(0x7ffba82d0000, 20480, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffba82d0000
mmap(0x7ffba82d5000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7ffba82d5000
mmap(0x7ffba82d6000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7ffba82d6000
close(3)                                = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libicui18n.so.63", 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\360\364\r\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=2984248, ...}) = 0
mmap(NULL, 2990296, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba7ff3000
mprotect(0x7ffba80d0000, 2015232, PROT_NONE) = 0
mmap(0x7ffba80d0000, 1482752, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xdd000) = 0x7ffba80d0000
mmap(0x7ffba823a000, 528384, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x247000) = 0x7ffba823a000
mmap(0x7ffba82bc000, 69632, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2c8000) = 0x7ffba82bc000
mmap(0x7ffba82cd000, 216, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ffba82cd000
close(3)                                = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libicuuc.so.63", 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$\6\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=1886216, ...}) = 0
mmap(NULL, 1896208, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba7e24000
mmap(0x7ffba7e86000, 868352, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x62000) = 0x7ffba7e86000
mmap(0x7ffba7f5a000, 540672, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x136000) = 0x7ffba7f5a000
mmap(0x7ffba7fde000, 81920, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1b9000) = 0x7ffba7fde000
mmap(0x7ffba7ff2000, 3856, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ffba7ff2000
close(3)                                = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libsasl2.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\2605\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=113392, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ffba7e22000
mmap(NULL, 115688, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba7e05000
mmap(0x7ffba7e08000, 73728, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7ffba7e08000
mmap(0x7ffba7e1a000, 24576, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x15000) = 0x7ffba7e1a000
mmap(0x7ffba7e20000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1a000) = 0x7ffba7e20000
close(3)                                = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libstdc++.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\260\304\10\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=1570256, ...}) = 0
mmap(NULL, 1585184, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba7c81000
mprotect(0x7ffba7d0a000, 962560, PROT_NONE) = 0
mmap(0x7ffba7d0a000, 704512, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x89000) = 0x7ffba7d0a000
mmap(0x7ffba7db6000, 253952, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x135000) = 0x7ffba7db6000
mmap(0x7ffba7df5000, 49152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x173000) = 0x7ffba7df5000
mmap(0x7ffba7e01000, 12320, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ffba7e01000
close(3)                                = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libbz2.so.1.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\260\"\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=74688, ...}) = 0
mmap(NULL, 76840, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba7c6e000
mmap(0x7ffba7c70000, 53248, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffba7c70000
mmap(0x7ffba7c7d000, 8192, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xf000) = 0x7ffba7c7d000
mmap(0x7ffba7c7f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x10000) = 0x7ffba7c7f000
close(3)                                = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libldap_r-2.4.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\0\377\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=331088, ...}) = 0
mmap(NULL, 342664, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba7c1a000
mprotect(0x7ffba7c28000, 266240, PROT_NONE) = 0
mmap(0x7ffba7c28000, 204800, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe000) = 0x7ffba7c28000
mmap(0x7ffba7c5a000, 57344, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x40000) = 0x7ffba7c5a000
mmap(0x7ffba7c69000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4e000) = 0x7ffba7c69000
mmap(0x7ffba7c6c000, 6792, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ffba7c6c000
close(3)                                = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/liblber-2.4.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\0p6\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=63672, ...}) = 0
mmap(NULL, 65960, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba7c09000
mprotect(0x7ffba7c0c000, 49152, PROT_NONE) = 0
mmap(0x7ffba7c0c000, 32768, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7ffba7c0c000
mmap(0x7ffba7c14000, 12288, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb000) = 0x7ffba7c14000
mmap(0x7ffba7c18000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe000) = 0x7ffba7c18000
close(3)                                = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libxmlsec1-openssl.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\220\367\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=287568, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ffba7c07000
mmap(NULL, 294456, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba7bbf000
mprotect(0x7ffba7bcd000, 217088, PROT_NONE) = 0
mmap(0x7ffba7bcd000, 155648, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe000) = 0x7ffba7bcd000
mmap(0x7ffba7bf3000, 57344, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x34000) = 0x7ffba7bf3000
mmap(0x7ffba7c02000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x42000) = 0x7ffba7c02000
mmap(0x7ffba7c06000, 3640, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ffba7c06000
close(3)                                = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libxmlsec1.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\260*\1\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=423312, ...}) = 0
mmap(NULL, 425584, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba7b57000
mmap(0x7ffba7b68000, 229376, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11000) = 0x7ffba7b68000
mmap(0x7ffba7ba0000, 110592, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x49000) = 0x7ffba7ba0000
mmap(0x7ffba7bbb000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x63000) = 0x7ffba7bbb000
close(3)                                = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libpcre.so.3", 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|0644, st_size=468944, ...}) = 0
mmap(NULL, 471304, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba7ae3000
mmap(0x7ffba7ae5000, 335872, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffba7ae5000
mmap(0x7ffba7b37000, 122880, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x54000) = 0x7ffba7b37000
mmap(0x7ffba7b55000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x71000) = 0x7ffba7b55000
close(3)                                = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libdbus-1.so.3", 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@\355\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=333976, ...}) = 0
mmap(NULL, 336592, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba7a90000
mmap(0x7ffba7a9d000, 188416, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd000) = 0x7ffba7a9d000
mmap(0x7ffba7acb000, 86016, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3b000) = 0x7ffba7acb000
mmap(0x7ffba7ae0000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4f000) = 0x7ffba7ae0000
close(3)                                = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libp11-kit.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\270\2\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=1236720, ...}) = 0
mmap(NULL, 1240320, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba7961000
mmap(0x7ffba798c000, 606208, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2b000) = 0x7ffba798c000
mmap(0x7ffba7a20000, 372736, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xbf000) = 0x7ffba7a20000
mmap(0x7ffba7a7b000, 86016, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x119000) = 0x7ffba7a7b000
close(3)                                = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libidn2.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\0#\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=120752, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ffba795f000
mmap(NULL, 122904, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba7940000
mmap(0x7ffba7942000, 16384, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffba7942000
mmap(0x7ffba7946000, 94208, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7ffba7946000
mmap(0x7ffba795d000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1c000) = 0x7ffba795d000
close(3)                                = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libunistring.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\300 \1\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=1583144, ...}) = 0
mmap(NULL, 1587464, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba77bc000
mmap(0x7ffba77cd000, 225280, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11000) = 0x7ffba77cd000
mmap(0x7ffba7804000, 1273856, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x48000) = 0x7ffba7804000
mmap(0x7ffba793b000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17e000) = 0x7ffba793b000
close(3)                                = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libtasn1.so.6", 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,\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=75776, ...}) = 0
mmap(NULL, 2171592, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba75a9000
mprotect(0x7ffba75ba000, 2097152, PROT_NONE) = 0
mmap(0x7ffba77ba000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11000) = 0x7ffba77ba000
close(3)                                = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libnettle.so.6", 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`\231\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=224472, ...}) = 0
mmap(NULL, 226472, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba7571000
mmap(0x7ffba757a000, 118784, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9000) = 0x7ffba757a000
mmap(0x7ffba7597000, 61440, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x26000) = 0x7ffba7597000
mmap(0x7ffba75a6000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x34000) = 0x7ffba75a6000
close(3)                                = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libhogweed.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 \216\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=229192, ...}) = 0
mmap(NULL, 231192, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba7538000
mprotect(0x7ffba7540000, 192512, PROT_NONE) = 0
mmap(0x7ffba7540000, 65536, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x7ffba7540000
mmap(0x7ffba7550000, 122880, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x18000) = 0x7ffba7550000
mmap(0x7ffba756f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x36000) = 0x7ffba756f000
close(3)                                = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libgmp.so.10", 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\306\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=533280, ...}) = 0
mmap(NULL, 535424, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba74b5000
mprotect(0x7ffba74c0000, 483328, PROT_NONE) = 0
mmap(0x7ffba74c0000, 385024, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb000) = 0x7ffba74c0000
mmap(0x7ffba751e000, 94208, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x69000) = 0x7ffba751e000
mmap(0x7ffba7536000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x80000) = 0x7ffba7536000
close(3)                                = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libicudata.so.63", 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
fstat(3, {st_mode=S_IFREG|0644, st_size=27190832, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ffba74b3000
mmap(NULL, 27193360, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba5ac3000
mmap(0x7ffba5ac4000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7ffba5ac4000
mmap(0x7ffba5ac5000, 27181056, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffba5ac5000
mmap(0x7ffba74b1000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x19ed000) = 0x7ffba74b1000
close(3)                                = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/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\0205\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=158400, ...}) = 0
mmap(NULL, 160400, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba5a9b000
mmap(0x7ffba5a9e000, 98304, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7ffba5a9e000
mmap(0x7ffba5ab6000, 45056, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1b000) = 0x7ffba5ab6000
mmap(0x7ffba5ac1000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x25000) = 0x7ffba5ac1000
close(3)                                = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libresolv.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\240C\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=93000, ...}) = 0
mmap(NULL, 105088, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba5a81000
mprotect(0x7ffba5a85000, 73728, PROT_NONE) = 0
mmap(0x7ffba5a85000, 53248, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x7ffba5a85000
mmap(0x7ffba5a92000, 16384, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11000) = 0x7ffba5a92000
mmap(0x7ffba5a97000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x15000) = 0x7ffba5a97000
mmap(0x7ffba5a99000, 6784, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ffba5a99000
close(3)                                = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/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@\30\1\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=651472, ...}) = 0
mmap(NULL, 656048, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba59e0000
mprotect(0x7ffba59f0000, 573440, PROT_NONE) = 0
mmap(0x7ffba59f0000, 434176, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x10000) = 0x7ffba59f0000
mmap(0x7ffba5a5a000, 135168, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7a000) = 0x7ffba5a5a000
mmap(0x7ffba5a7c000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9b000) = 0x7ffba5a7c000
mmap(0x7ffba5a80000, 688, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ffba5a80000
close(3)                                = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/librt.so.1", 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\260#\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=35808, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ffba59de000
mmap(NULL, 39904, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba59d4000
mmap(0x7ffba59d6000, 16384, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffba59d6000
mmap(0x7ffba59da000, 8192, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7ffba59da000
mmap(0x7ffba59dc000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7ffba59dc000
close(3)                                = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/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\360\"\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=121184, ...}) = 0
mmap(NULL, 123264, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba59b5000
mmap(0x7ffba59b7000, 98304, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffba59b7000
mmap(0x7ffba59cf000, 12288, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1a000) = 0x7ffba59cf000
mmap(0x7ffba59d2000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1c000) = 0x7ffba59d2000
close(3)                                = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/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\305\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=1168056, ...}) = 0
mmap(NULL, 1171400, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba5897000
mmap(0x7ffba58a3000, 843776, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xc000) = 0x7ffba58a3000
mmap(0x7ffba5971000, 249856, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xda000) = 0x7ffba5971000
mmap(0x7ffba59ae000, 28672, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x116000) = 0x7ffba59ae000
close(3)                                = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/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\0\200F\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=137424, ...}) = 0
mmap(NULL, 139872, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba5874000
mprotect(0x7ffba5878000, 118784, PROT_NONE) = 0
mmap(0x7ffba5878000, 77824, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x7ffba5878000
mmap(0x7ffba588b000, 36864, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17000) = 0x7ffba588b000
mmap(0x7ffba5895000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x20000) = 0x7ffba5895000
close(3)                                = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ffba5872000
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ffba5870000
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ffba586e000
mmap(NULL, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ffba586b000
arch_prctl(ARCH_SET_FS, 0x7ffba586be40) = 0
mprotect(0x7ffba945e000, 16384, PROT_READ) = 0
mprotect(0x7ffba5895000, 4096, PROT_READ) = 0
mprotect(0x7ffba59ae000, 8192, PROT_READ) = 0
mprotect(0x7ffba59d2000, 4096, PROT_READ) = 0
mprotect(0x7ffba9483000, 4096, PROT_READ) = 0
mprotect(0x7ffba59dc000, 4096, PROT_READ) = 0
mprotect(0x7ffba5ac1000, 4096, PROT_READ) = 0
mprotect(0x7ffba5a7c000, 12288, PROT_READ) = 0
mprotect(0x7ffba5a97000, 4096, PROT_READ) = 0
mprotect(0x7ffba74b1000, 4096, PROT_READ) = 0
mprotect(0x7ffba7536000, 4096, PROT_READ) = 0
mprotect(0x7ffba75a6000, 8192, PROT_READ) = 0
mprotect(0x7ffba756f000, 4096, PROT_READ) = 0
mprotect(0x7ffba77ba000, 4096, PROT_READ) = 0
mprotect(0x7ffba793b000, 16384, PROT_READ) = 0
mprotect(0x7ffba795d000, 4096, PROT_READ) = 0
mprotect(0x7ffba8948000, 4096, PROT_READ) = 0
mprotect(0x7ffba82d6000, 4096, PROT_READ) = 0
mprotect(0x7ffba7a7b000, 45056, PROT_READ) = 0
mprotect(0x7ffba7ae0000, 8192, PROT_READ) = 0
mprotect(0x7ffba7b55000, 4096, PROT_READ) = 0
mprotect(0x7ffba8941000, 4096, PROT_READ) = 0
mprotect(0x7ffba94a1000, 4096, PROT_READ) = 0
mprotect(0x7ffba9626000, 4096, PROT_READ) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ffba5869000
mprotect(0x7ffba7df5000, 40960, PROT_READ) = 0
mprotect(0x7ffba7fde000, 77824, PROT_READ) = 0
mprotect(0x7ffba82bc000, 65536, PROT_READ) = 0
mprotect(0x7ffba8476000, 32768, PROT_READ) = 0
mprotect(0x7ffba84c0000, 8192, PROT_READ) = 0
mprotect(0x7ffba7bbb000, 12288, PROT_READ) = 0
mprotect(0x7ffba8e9d000, 196608, PROT_READ) = 0
mprotect(0x7ffba8718000, 36864, PROT_READ) = 0
mprotect(0x7ffba7c02000, 12288, PROT_READ) = 0
mprotect(0x7ffba7c18000, 4096, PROT_READ) = 0
mprotect(0x7ffba8660000, 65536, PROT_READ) = 0
mprotect(0x7ffba7e20000, 4096, PROT_READ) = 0
mprotect(0x7ffba7c69000, 8192, PROT_READ) = 0
mprotect(0x7ffba7c7f000, 4096, PROT_READ) = 0
mprotect(0x7ffba8691000, 4096, PROT_READ) = 0
mprotect(0x7ffba8683000, 4096, PROT_READ) = 0
mprotect(0x7ffba8954000, 4096, PROT_READ) = 0
mprotect(0x7ffba89d9000, 4096, PROT_READ) = 0
mprotect(0x7ffba89ef000, 4096, PROT_READ) = 0
mprotect(0x7ffba8b0d000, 4096, PROT_READ) = 0
mprotect(0x7ffba8b63000, 4096, PROT_READ) = 0
mprotect(0x7ffba8bde000, 16384, PROT_READ) = 0
mprotect(0x7ffba9647000, 4096, PROT_READ) = 0
mprotect(0x7ffba9b4a000, 24576, PROT_READ) = 0
mprotect(0x7ffba8edd000, 4096, PROT_READ) = 0
mprotect(0x7ffbaa3c9000, 4096, PROT_READ) = 0
mprotect(0x7ffba8f34000, 4096, PROT_READ) = 0
mprotect(0x7ffba8f82000, 4096, PROT_READ) = 0
mprotect(0x7ffbaa15e000, 4096, PROT_READ) = 0
mprotect(0x7ffba8f08000, 4096, PROT_READ) = 0
mprotect(0x7ffba902b000, 4096, PROT_READ) = 0
mprotect(0x7ffba9074000, 4096, PROT_READ) = 0
mprotect(0x7ffba92a5000, 4096, PROT_READ) = 0
mprotect(0x7ffbaa361000, 4096, PROT_READ) = 0
mprotect(0x7ffbaa2a3000, 4096, PROT_READ) = 0
mprotect(0x7ffba9fe8000, 4096, PROT_READ) = 0
mprotect(0x7ffba9d42000, 4096, PROT_READ) = 0
mprotect(0x7ffbaa438000, 4096, PROT_READ) = 0
mprotect(0x7ffbaa489000, 4096, PROT_READ) = 0
mprotect(0x7ffbaa59d000, 4096, PROT_READ) = 0
mprotect(0x55e1b4fed000, 4096, PROT_READ) = 0
mprotect(0x7ffbaa61b000, 4096, PROT_READ) = 0
munmap(0x7ffbaa3e1000, 23585)           = 0
set_tid_address(0x7ffba586c110)         = 1670
set_robust_list(0x7ffba586c120, 24)     = 0
rt_sigaction(SIGRTMIN, {sa_handler=0x7ffba946e6b0, sa_mask=[], sa_flags=SA_RESTORER|SA_SIGINFO, sa_restorer=0x7ffba947a730}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {sa_handler=0x7ffba946e740, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART|SA_SIGINFO, sa_restorer=0x7ffba947a730}, 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)                               = 0x55e1b5742000
brk(0x55e1b5763000)                     = 0x55e1b5763000
brk(0x55e1b5784000)                     = 0x55e1b5784000
getrandom("\x7b", 1, GRND_NONBLOCK)     = 1
stat("/etc/gnutls/default-priorities", 0x7ffc446ff540) = -1 ENOENT (No such file or directory)
futex(0x7ffba8b0ef58, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7ffba8b0ef58, FUTEX_WAKE_PRIVATE, 2147483647) = 0
brk(0x55e1b57a5000)                     = 0x55e1b57a5000
brk(0x55e1b57c6000)                     = 0x55e1b57c6000
brk(0x55e1b57e7000)                     = 0x55e1b57e7000
brk(0x55e1b5808000)                     = 0x55e1b5808000
getpid()                                = 1670
openat(AT_FDCWD, "/proc/1670/cmdline", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
read(3, "/usr/sbin/sogo-ealarms-notify\0", 1024) = 30
read(3, "", 1024)                       = 0
close(3)                                = 0
openat(AT_FDCWD, "/proc/1670/cmdline", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
read(3, "/usr/sbin/sogo-ealarms-notify\0", 1024) = 30
close(3)                                = 0
openat(AT_FDCWD, "/proc/1670/cmdline", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
read(3, "/usr/sbin/sogo-ealarms-notify\0", 1024) = 30
close(3)                                = 0
brk(0x55e1b5829000)                     = 0x55e1b5829000
brk(0x55e1b584a000)                     = 0x55e1b584a000
mmap(NULL, 135168, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ffba5848000
brk(0x55e1b586b000)                     = 0x55e1b586b000
brk(0x55e1b588c000)                     = 0x55e1b588c000
rt_sigaction(SIGPIPE, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
rt_sigaction(SIGPIPE, {sa_handler=SIG_IGN, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7ffba947a730}, NULL, 8) = 0
brk(0x55e1b58ad000)                     = 0x55e1b58ad000
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=26402, ...}) = 0
mmap(NULL, 26402, PROT_READ, MAP_SHARED, 3, 0) = 0x7ffba5841000
close(3)                                = 0
futex(0x7ffba9463a08, FUTEX_WAKE_PRIVATE, 2147483647) = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/gconv/UTF-16.so", 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\260\20\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=18568, ...}) = 0
mmap(NULL, 20576, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffbaa3e1000
mmap(0x7ffbaa3e2000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7ffbaa3e2000
mmap(0x7ffbaa3e4000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7ffbaa3e4000
mmap(0x7ffbaa3e5000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7ffbaa3e5000
close(3)                                = 0
mprotect(0x7ffbaa3e5000, 4096, PROT_READ) = 0
brk(0x55e1b58d2000)                     = 0x55e1b58d2000
brk(0x55e1b58ca000)                     = 0x55e1b58ca000
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/gconv/EUC-JP.so", 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\20\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=18544, ...}) = 0
mmap(NULL, 20552, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba583b000
mmap(0x7ffba583c000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7ffba583c000
mmap(0x7ffba583e000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7ffba583e000
mmap(0x7ffba583f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7ffba583f000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/gconv/tls/x86_64/x86_64/libJIS.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/gconv/tls/x86_64/x86_64", 0x7ffc446fe060) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/gconv/tls/x86_64/libJIS.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/gconv/tls/x86_64", 0x7ffc446fe060) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/gconv/tls/x86_64/libJIS.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/gconv/tls/x86_64", 0x7ffc446fe060) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/gconv/tls/libJIS.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/gconv/tls", 0x7ffc446fe060) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/gconv/x86_64/x86_64/libJIS.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/gconv/x86_64/x86_64", 0x7ffc446fe060) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/gconv/x86_64/libJIS.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/gconv/x86_64", 0x7ffc446fe060) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/gconv/x86_64/libJIS.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/gconv/x86_64", 0x7ffc446fe060) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/gconv/libJIS.so", 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
fstat(3, {st_mode=S_IFREG|0644, st_size=104376, ...}) = 0
mmap(NULL, 106536, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba5820000
mmap(0x7ffba5821000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7ffba5821000
mmap(0x7ffba5822000, 94208, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffba5822000
mmap(0x7ffba5839000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x18000) = 0x7ffba5839000
close(3)                                = 0
mprotect(0x7ffba5839000, 4096, PROT_READ) = 0
mprotect(0x7ffba583f000, 4096, PROT_READ) = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/gconv/ISO8859-1.so", 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\20\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=14448, ...}) = 0
mmap(NULL, 16456, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba581b000
mmap(0x7ffba581c000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7ffba581c000
mmap(0x7ffba581d000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffba581d000
mmap(0x7ffba581e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffba581e000
close(3)                                = 0
mprotect(0x7ffba581e000, 4096, PROT_READ) = 0
munmap(0x7ffba583b000, 20552)           = 0
munmap(0x7ffba5820000, 106536)          = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/gconv/SJIS.so", 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\20\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=100464, ...}) = 0
mmap(NULL, 102472, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba5827000
mmap(0x7ffba5828000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7ffba5828000
mmap(0x7ffba582a000, 86016, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7ffba582a000
mmap(0x7ffba583f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17000) = 0x7ffba583f000
close(3)                                = 0
mprotect(0x7ffba583f000, 4096, PROT_READ) = 0
munmap(0x7ffba581b000, 16456)           = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/gconv/ISO8859-2.so", 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\20\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=14448, ...}) = 0
mmap(NULL, 16456, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba5822000
mmap(0x7ffba5823000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7ffba5823000
mmap(0x7ffba5824000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffba5824000
mmap(0x7ffba5825000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffba5825000
close(3)                                = 0
mprotect(0x7ffba5825000, 4096, PROT_READ) = 0
munmap(0x7ffba5827000, 102472)          = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/gconv/CP1251.so", 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\20\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=14448, ...}) = 0
mmap(NULL, 16456, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba583c000
mmap(0x7ffba583d000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7ffba583d000
mmap(0x7ffba583e000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffba583e000
mmap(0x7ffba583f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffba583f000
close(3)                                = 0
mprotect(0x7ffba583f000, 4096, PROT_READ) = 0
munmap(0x7ffba5822000, 16456)           = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/gconv/CP1252.so", 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\20\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=14448, ...}) = 0
mmap(NULL, 16456, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba5837000
mmap(0x7ffba5838000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7ffba5838000
mmap(0x7ffba5839000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffba5839000
mmap(0x7ffba583a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffba583a000
close(3)                                = 0
mprotect(0x7ffba583a000, 4096, PROT_READ) = 0
munmap(0x7ffba583c000, 16456)           = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/gconv/CP1253.so", 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\20\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=14448, ...}) = 0
mmap(NULL, 16456, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba583c000
mmap(0x7ffba583d000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7ffba583d000
mmap(0x7ffba583e000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffba583e000
mmap(0x7ffba583f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffba583f000
close(3)                                = 0
mprotect(0x7ffba583f000, 4096, PROT_READ) = 0
munmap(0x7ffba5837000, 16456)           = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/gconv/CP1254.so", 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\20\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=14448, ...}) = 0
mmap(NULL, 16456, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba5837000
mmap(0x7ffba5838000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7ffba5838000
mmap(0x7ffba5839000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffba5839000
mmap(0x7ffba583a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffba583a000
close(3)                                = 0
mprotect(0x7ffba583a000, 4096, PROT_READ) = 0
munmap(0x7ffba583c000, 16456)           = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/gconv/CP1250.so", 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\20\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=14448, ...}) = 0
mmap(NULL, 16456, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba583c000
mmap(0x7ffba583d000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7ffba583d000
mmap(0x7ffba583e000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffba583e000
mmap(0x7ffba583f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffba583f000
close(3)                                = 0
mprotect(0x7ffba583f000, 4096, PROT_READ) = 0
munmap(0x7ffba5837000, 16456)           = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/gconv/ISO-2022-JP.so", 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\20\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=47248, ...}) = 0
mmap(NULL, 49256, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba582f000
mmap(0x7ffba5830000, 36864, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7ffba5830000
mmap(0x7ffba5839000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa000) = 0x7ffba5839000
mmap(0x7ffba583a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa000) = 0x7ffba583a000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/gconv/libJIS.so", 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
fstat(3, {st_mode=S_IFREG|0644, st_size=104376, ...}) = 0
mmap(NULL, 106536, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba5814000
mmap(0x7ffba5815000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7ffba5815000
mmap(0x7ffba5816000, 94208, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffba5816000
mmap(0x7ffba582d000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x18000) = 0x7ffba582d000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/gconv/libGB.so", 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
fstat(3, {st_mode=S_IFREG|0644, st_size=71608, ...}) = 0
mmap(NULL, 73768, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba5801000
mmap(0x7ffba5802000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7ffba5802000
mmap(0x7ffba5803000, 61440, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffba5803000
mmap(0x7ffba5812000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x10000) = 0x7ffba5812000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/gconv/libKSC.so", 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
fstat(3, {st_mode=S_IFREG|0644, st_size=51128, ...}) = 0
mmap(NULL, 53288, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba57f3000
mmap(0x7ffba57f4000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7ffba57f4000
mmap(0x7ffba57f5000, 40960, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffba57f5000
mmap(0x7ffba57ff000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb000) = 0x7ffba57ff000
close(3)                                = 0
mprotect(0x7ffba57ff000, 4096, PROT_READ) = 0
mprotect(0x7ffba5812000, 4096, PROT_READ) = 0
mprotect(0x7ffba582d000, 4096, PROT_READ) = 0
mprotect(0x7ffba583a000, 4096, PROT_READ) = 0
munmap(0x7ffba583c000, 16456)           = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/gconv/MACINTOSH.so", 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\20\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=14448, ...}) = 0
mmap(NULL, 16456, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba583c000
mmap(0x7ffba583d000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7ffba583d000
mmap(0x7ffba583e000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffba583e000
mmap(0x7ffba583f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffba583f000
close(3)                                = 0
mprotect(0x7ffba583f000, 4096, PROT_READ) = 0
munmap(0x7ffba582f000, 49256)           = 0
munmap(0x7ffba5814000, 106536)          = 0
munmap(0x7ffba5801000, 73768)           = 0
munmap(0x7ffba57f3000, 53288)           = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/gconv/ISO8859-5.so", 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\20\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=14448, ...}) = 0
mmap(NULL, 16456, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba5837000
mmap(0x7ffba5838000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7ffba5838000
mmap(0x7ffba5839000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffba5839000
mmap(0x7ffba583a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffba583a000
close(3)                                = 0
mprotect(0x7ffba583a000, 4096, PROT_READ) = 0
munmap(0x7ffba583c000, 16456)           = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/gconv/KOI8-R.so", 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\20\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=14448, ...}) = 0
mmap(NULL, 16456, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba583c000
mmap(0x7ffba583d000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7ffba583d000
mmap(0x7ffba583e000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffba583e000
mmap(0x7ffba583f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffba583f000
close(3)                                = 0
mprotect(0x7ffba583f000, 4096, PROT_READ) = 0
munmap(0x7ffba5837000, 16456)           = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/gconv/ISO8859-3.so", 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\20\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=14448, ...}) = 0
mmap(NULL, 16456, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba5837000
mmap(0x7ffba5838000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7ffba5838000
mmap(0x7ffba5839000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffba5839000
mmap(0x7ffba583a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffba583a000
close(3)                                = 0
mprotect(0x7ffba583a000, 4096, PROT_READ) = 0
munmap(0x7ffba583c000, 16456)           = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/gconv/ISO8859-4.so", 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\20\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=14448, ...}) = 0
mmap(NULL, 16456, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba583c000
mmap(0x7ffba583d000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7ffba583d000
mmap(0x7ffba583e000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffba583e000
mmap(0x7ffba583f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffba583f000
close(3)                                = 0
mprotect(0x7ffba583f000, 4096, PROT_READ) = 0
munmap(0x7ffba5837000, 16456)           = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/gconv/ISO8859-6.so", 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\20\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=14448, ...}) = 0
mmap(NULL, 16456, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba5837000
mmap(0x7ffba5838000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7ffba5838000
mmap(0x7ffba5839000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffba5839000
mmap(0x7ffba583a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffba583a000
close(3)                                = 0
mprotect(0x7ffba583a000, 4096, PROT_READ) = 0
munmap(0x7ffba583c000, 16456)           = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/gconv/ISO8859-7.so", 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\20\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=14448, ...}) = 0
mmap(NULL, 16456, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba583c000
mmap(0x7ffba583d000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7ffba583d000
mmap(0x7ffba583e000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffba583e000
mmap(0x7ffba583f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffba583f000
close(3)                                = 0
mprotect(0x7ffba583f000, 4096, PROT_READ) = 0
munmap(0x7ffba5837000, 16456)           = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/gconv/ISO8859-8.so", 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\20\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=14448, ...}) = 0
mmap(NULL, 16456, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba5837000
mmap(0x7ffba5838000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7ffba5838000
mmap(0x7ffba5839000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffba5839000
mmap(0x7ffba583a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffba583a000
close(3)                                = 0
mprotect(0x7ffba583a000, 4096, PROT_READ) = 0
munmap(0x7ffba583c000, 16456)           = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/gconv/ISO8859-9.so", 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\20\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=14448, ...}) = 0
mmap(NULL, 16456, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba583c000
mmap(0x7ffba583d000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7ffba583d000
mmap(0x7ffba583e000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffba583e000
mmap(0x7ffba583f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffba583f000
close(3)                                = 0
mprotect(0x7ffba583f000, 4096, PROT_READ) = 0
munmap(0x7ffba5837000, 16456)           = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/gconv/ISO8859-10.so", 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\20\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=14448, ...}) = 0
mmap(NULL, 16456, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba5837000
mmap(0x7ffba5838000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7ffba5838000
mmap(0x7ffba5839000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffba5839000
mmap(0x7ffba583a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffba583a000
close(3)                                = 0
mprotect(0x7ffba583a000, 4096, PROT_READ) = 0
munmap(0x7ffba583c000, 16456)           = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/gconv/ISO8859-11.so", 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\20\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=14448, ...}) = 0
mmap(NULL, 16456, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba583c000
mmap(0x7ffba583d000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7ffba583d000
mmap(0x7ffba583e000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffba583e000
mmap(0x7ffba583f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffba583f000
close(3)                                = 0
mprotect(0x7ffba583f000, 4096, PROT_READ) = 0
munmap(0x7ffba5837000, 16456)           = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/gconv/ISO8859-13.so", 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\20\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=14448, ...}) = 0
mmap(NULL, 16456, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba5837000
mmap(0x7ffba5838000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7ffba5838000
mmap(0x7ffba5839000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffba5839000
mmap(0x7ffba583a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffba583a000
close(3)                                = 0
mprotect(0x7ffba583a000, 4096, PROT_READ) = 0
munmap(0x7ffba583c000, 16456)           = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/gconv/ISO8859-14.so", 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\20\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=14448, ...}) = 0
mmap(NULL, 16456, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba583c000
mmap(0x7ffba583d000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7ffba583d000
mmap(0x7ffba583e000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffba583e000
mmap(0x7ffba583f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffba583f000
close(3)                                = 0
mprotect(0x7ffba583f000, 4096, PROT_READ) = 0
munmap(0x7ffba5837000, 16456)           = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/gconv/ISO8859-15.so", 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\20\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=14448, ...}) = 0
mmap(NULL, 16456, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba5837000
mmap(0x7ffba5838000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7ffba5838000
mmap(0x7ffba5839000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffba5839000
mmap(0x7ffba583a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffba583a000
close(3)                                = 0
mprotect(0x7ffba583a000, 4096, PROT_READ) = 0
munmap(0x7ffba583c000, 16456)           = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/gconv/UTF-7.so", 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|0644, st_size=22648, ...}) = 0
mmap(NULL, 24656, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba5830000
mmap(0x7ffba5831000, 12288, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7ffba5831000
mmap(0x7ffba5834000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x7ffba5834000
mmap(0x7ffba5835000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x7ffba5835000
close(3)                                = 0
mprotect(0x7ffba5835000, 4096, PROT_READ) = 0
munmap(0x7ffba5837000, 16456)           = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/gconv/EUC-CN.so", 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\20\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=22640, ...}) = 0
mmap(NULL, 24648, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba583a000
mmap(0x7ffba583b000, 12288, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7ffba583b000
mmap(0x7ffba583e000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x7ffba583e000
mmap(0x7ffba583f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x7ffba583f000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/gconv/libGB.so", 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
fstat(3, {st_mode=S_IFREG|0644, st_size=71608, ...}) = 0
mmap(NULL, 73768, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba581d000
mmap(0x7ffba581e000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7ffba581e000
mmap(0x7ffba581f000, 61440, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffba581f000
mmap(0x7ffba582e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x10000) = 0x7ffba582e000
close(3)                                = 0
mprotect(0x7ffba582e000, 4096, PROT_READ) = 0
mprotect(0x7ffba583f000, 4096, PROT_READ) = 0
munmap(0x7ffba5830000, 24656)           = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/gconv/BIG5.so", 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\20\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=96368, ...}) = 0
mmap(NULL, 98376, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba5804000
mmap(0x7ffba5805000, 12288, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7ffba5805000
mmap(0x7ffba5808000, 77824, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x7ffba5808000
mmap(0x7ffba581b000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16000) = 0x7ffba581b000
close(3)                                = 0
mprotect(0x7ffba581b000, 4096, PROT_READ) = 0
munmap(0x7ffba583a000, 24648)           = 0
munmap(0x7ffba581d000, 73768)           = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/gconv/EUC-KR.so", 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\20\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=18544, ...}) = 0
mmap(NULL, 20552, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba583b000
mmap(0x7ffba583c000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7ffba583c000
mmap(0x7ffba583e000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7ffba583e000
mmap(0x7ffba583f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7ffba583f000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/gconv/libKSC.so", 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
fstat(3, {st_mode=S_IFREG|0644, st_size=51128, ...}) = 0
mmap(NULL, 53288, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba582d000
mmap(0x7ffba582e000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7ffba582e000
mmap(0x7ffba582f000, 40960, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffba582f000
mmap(0x7ffba5839000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb000) = 0x7ffba5839000
close(3)                                = 0
mprotect(0x7ffba5839000, 4096, PROT_READ) = 0
mprotect(0x7ffba583f000, 4096, PROT_READ) = 0
munmap(0x7ffba5804000, 98376)           = 0
munmap(0x7ffba583b000, 20552)           = 0
munmap(0x7ffba582d000, 53288)           = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/gconv/UTF-32.so", 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\260\20\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=18568, ...}) = 0
mmap(NULL, 20576, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba583b000
mmap(0x7ffba583c000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7ffba583c000
mmap(0x7ffba583e000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7ffba583e000
mmap(0x7ffba583f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7ffba583f000
close(3)                                = 0
mprotect(0x7ffba583f000, 4096, PROT_READ) = 0
brk(0x55e1b58eb000)                     = 0x55e1b58eb000
gettid()                                = 1670
getpid()                                = 1670
gettid()                                = 1670
futex(0x7ffba89490c8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
openat(AT_FDCWD, "/usr/local/lib/GNUstep/SOGo/libSOGoNSUserDefaults.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
brk(0x55e1b590c000)                     = 0x55e1b590c000
brk(0x55e1b592d000)                     = 0x55e1b592d000
geteuid()                               = 0
socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3
connect(3, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
close(3)                                = 0
socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3
connect(3, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
close(3)                                = 0
openat(AT_FDCWD, "/etc/nsswitch.conf", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=510, ...}) = 0
read(3, "# /etc/nsswitch.conf\n#\n# Example"..., 4096) = 510
read(3, "", 4096)                       = 0
close(3)                                = 0
openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=23585, ...}) = 0
mmap(NULL, 23585, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7ffba5835000
close(3)                                = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libnss_files.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\0003\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=55792, ...}) = 0
mmap(NULL, 83768, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba5820000
mprotect(0x7ffba5823000, 40960, PROT_NONE) = 0
mmap(0x7ffba5823000, 28672, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7ffba5823000
mmap(0x7ffba582a000, 8192, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa000) = 0x7ffba582a000
mmap(0x7ffba582d000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xc000) = 0x7ffba582d000
mmap(0x7ffba582f000, 22328, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ffba582f000
close(3)                                = 0
mprotect(0x7ffba582d000, 4096, PROT_READ) = 0
munmap(0x7ffba5835000, 23585)           = 0
openat(AT_FDCWD, "/etc/passwd", O_RDONLY|O_CLOEXEC) = 3
lseek(3, 0, SEEK_CUR)                   = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=1573, ...}) = 0
read(3, "root:x:0:0:root:/root:/bin/bash\n"..., 4096) = 1573
close(3)                                = 0
geteuid()                               = 0
getuid()                                = 0
brk(0x55e1b594e000)                     = 0x55e1b594e000
access("/etc/GNUstep/GNUstep.conf", R_OK) = 0
stat("/etc/GNUstep/GNUstep.conf", {st_mode=S_IFREG|0644, st_size=6489, ...}) = 0
stat("/etc/GNUstep/GNUstep.conf", {st_mode=S_IFREG|0644, st_size=6489, ...}) = 0
openat(AT_FDCWD, "/etc/GNUstep/GNUstep.conf", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=6489, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=6489, ...}) = 0
lseek(3, 4096, SEEK_SET)                = 4096
read(3, "ditionally it is /usr/GNUstep/Sy"..., 2393) = 2393
lseek(3, 0, SEEK_SET)                   = 0
read(3, "# This is the GNUstep configurat"..., 4096) = 4096
read(3, "ditionally it is /usr/GNUstep/Sy"..., 4096) = 2393
close(3)                                = 0
stat("/etc/GNUstep/GlobalDefaults", 0x7ffc446ff1f0) = -1 ENOENT (No such file or directory)
access("/etc/GNUstep/GlobalDefaults.plist", R_OK) = -1 ENOENT (No such file or directory)
getuid()                                = 0
geteuid()                               = 0
openat(AT_FDCWD, "/etc/passwd", O_RDONLY|O_CLOEXEC) = 3
lseek(3, 0, SEEK_CUR)                   = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=1573, ...}) = 0
read(3, "root:x:0:0:root:/root:/bin/bash\n"..., 4096) = 1573
close(3)                                = 0
access("/root/.GNUstep.conf", R_OK)     = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/etc/passwd", O_RDONLY|O_CLOEXEC) = 3
lseek(3, 0, SEEK_CUR)                   = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=1573, ...}) = 0
read(3, "root:x:0:0:root:/root:/bin/bash\n"..., 4096) = 1573
close(3)                                = 0
geteuid()                               = 0
openat(AT_FDCWD, "/etc/passwd", O_RDONLY|O_CLOEXEC) = 3
lseek(3, 0, SEEK_CUR)                   = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=1573, ...}) = 0
read(3, "root:x:0:0:root:/root:/bin/bash\n"..., 4096) = 1573
close(3)                                = 0
stat("/root/GNUstep/Defaults", 0x7ffc446ff2b0) = -1 ENOENT (No such file or directory)
stat("/root/GNUstep/Defaults", 0x7ffc446ff220) = -1 ENOENT (No such file or directory)
stat("/root/GNUstep/Defaults", 0x55e1b578bc68) = -1 ENOENT (No such file or directory)
getcwd("/etc/sogo", 4095)               = 10
stat("/root/GNUstep/Library/Libraries", 0x7ffc446ff140) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/GNUstep/Libraries", 0x7ffc446ff140) = -1 ENOENT (No such file or directory)
stat("/usr/lib/GNUstep/Libraries", {st_mode=S_IFDIR|0755, st_size=43, ...}) = 0
stat("/usr/lib/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources", {st_mode=S_IFDIR|0755, st_size=281, ...}) = 0
readlink("/proc/self/exe", "/usr/sbin/sogo-ealarms-notify", 4095) = 29
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=145, ...}) = 0
lstat("/usr/sbin", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
lstat("/usr/sbin/sogo-ealarms-notify", {st_mode=S_IFREG|0755, st_size=44024, ...}) = 0
stat("/usr/sbin/Resources", 0x7ffc446fef60) = -1 ENOENT (No such file or directory)
stat("/root/GNUstep/Library/Tools/Resources/sogo-ealarms-notify", 0x7ffc446fef60) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/GNUstep/Tools/Resources/sogo-ealarms-notify", 0x7ffc446fef60) = -1 ENOENT (No such file or directory)
stat("/usr/lib/GNUstep/Tools/Resources/sogo-ealarms-notify", 0x7ffc446fef60) = -1 ENOENT (No such file or directory)
brk(0x55e1b596f000)                     = 0x55e1b596f000
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=145, ...}) = 0
lstat("/usr/sbin", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
lstat("/usr/sbin/Resources", 0x7ffc446fddf0) = -1 ENOENT (No such file or directory)
stat("/usr/sbin/Resources/sogo-ealarms-notify", 0x7ffc446fee70) = -1 ENOENT (No such file or directory)
stat("/usr/sbin/Resources/sogo-ealarms-notify/Resources", 0x7ffc446fedb0) = -1 ENOENT (No such file or directory)
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=145, ...}) = 0
lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=8192, ...}) = 0
lstat("/usr/lib/GNUstep", {st_mode=S_IFDIR|0755, st_size=328, ...}) = 0
lstat("/usr/lib/GNUstep/Libraries", {st_mode=S_IFLNK|0777, st_size=29, ...}) = 0
readlink("/usr/lib/GNUstep/Libraries", "../../share/GNUstep/Libraries", 4095) = 29
lstat("/usr/share", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/share/GNUstep", {st_mode=S_IFDIR|0755, st_size=138, ...}) = 0
lstat("/usr/share/GNUstep/Libraries", {st_mode=S_IFDIR|0755, st_size=43, ...}) = 0
lstat("/usr/share/GNUstep/Libraries/gnustep-base", {st_mode=S_IFDIR|0755, st_size=22, ...}) = 0
lstat("/usr/share/GNUstep/Libraries/gnustep-base/Versions", {st_mode=S_IFDIR|0755, st_size=18, ...}) = 0
lstat("/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.26", {st_mode=S_IFDIR|0755, st_size=23, ...}) = 0
lstat("/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources", {st_mode=S_IFDIR|0755, st_size=281, ...}) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=145, ...}) = 0
lstat("/usr/share", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/share/GNUstep", {st_mode=S_IFDIR|0755, st_size=138, ...}) = 0
lstat("/usr/share/GNUstep/Libraries", {st_mode=S_IFDIR|0755, st_size=43, ...}) = 0
lstat("/usr/share/GNUstep/Libraries/gnustep-base", {st_mode=S_IFDIR|0755, st_size=22, ...}) = 0
lstat("/usr/share/GNUstep/Libraries/gnustep-base/Versions", {st_mode=S_IFDIR|0755, st_size=18, ...}) = 0
lstat("/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.26", {st_mode=S_IFDIR|0755, st_size=23, ...}) = 0
lstat("/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources", {st_mode=S_IFDIR|0755, st_size=281, ...}) = 0
stat("/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources", {st_mode=S_IFDIR|0755, st_size=281, ...}) = 0
openat(AT_FDCWD, "/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=281, ...}) = 0
getdents64(3, /* 15 entries */, 32768)  = 528
getdents64(3, /* 0 entries */, 32768)   = 0
close(3)                                = 0
stat("/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources/Resources", 0x7ffc446feef0) = -1 ENOENT (No such file or directory)
access("/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources/Info-gnustep.plist", R_OK) = 0
stat("/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources/Info-gnustep.plist", {st_mode=S_IFREG|0644, st_size=206, ...}) = 0
openat(AT_FDCWD, "/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources/Info-gnustep.plist", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=206, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=206, ...}) = 0
lseek(3, 0, SEEK_SET)                   = 0
read(3, "{\n  NSExecutable = \"gnustep-base"..., 206) = 206
lseek(3, 206, SEEK_SET)                 = 206
close(3)                                = 0
mmap(NULL, 143360, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ffba57fd000
stat("/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources/Languages", {st_mode=S_IFDIR|0755, st_size=312, ...}) = 0
openat(AT_FDCWD, "/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources/Languages", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=312, ...}) = 0
getdents64(3, /* 20 entries */, 32768)  = 656
getdents64(3, /* 0 entries */, 32768)   = 0
close(3)                                = 0
access("/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources/Languages/Locale.aliases", R_OK) = 0
stat("/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources/Languages/Locale.aliases", {st_mode=S_IFREG|0644, st_size=7965, ...}) = 0
openat(AT_FDCWD, "/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources/Languages/Locale.aliases", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=7965, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=7965, ...}) = 0
lseek(3, 4096, SEEK_SET)                = 4096
read(3, "    iu = Inuktitut;\n    iw = Heb"..., 3869) = 3869
lseek(3, 0, SEEK_SET)                   = 0
read(3, "{\n    aa = Afar;\n    aa_DJ = Dji"..., 4096) = 4096
read(3, "    iu = Inuktitut;\n    iw = Heb"..., 4096) = 3869
close(3)                                = 0
brk(0x55e1b5990000)                     = 0x55e1b5990000
access("/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources/Languages/Locale.canonical", R_OK) = 0
stat("/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources/Languages/Locale.canonical", {st_mode=S_IFREG|0644, st_size=9526, ...}) = 0
openat(AT_FDCWD, "/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources/Languages/Locale.canonical", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=9526, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=9526, ...}) = 0
lseek(3, 8192, SEEK_SET)                = 8192
read(3, "  jav = jw;\n  jaw = jw;\n  jpn = "..., 1334) = 1334
lseek(3, 0, SEEK_SET)                   = 0
read(3, "{\n  Abkhazian = ab;\n  Achinese ="..., 8192) = 8192
read(3, "  jav = jw;\n  jaw = jw;\n  jpn = "..., 4096) = 1334
close(3)                                = 0
brk(0x55e1b59b2000)                     = 0x55e1b59b2000
stat("/root/GNUstep/Library/Frameworks/SOGo.framework", 0x7ffc446ff110) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/GNUstep/Frameworks/SOGo.framework", 0x7ffc446ff110) = -1 ENOENT (No such file or directory)
stat("/usr/lib/GNUstep/Frameworks/SOGo.framework", {st_mode=S_IFDIR|0755, st_size=66, ...}) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=145, ...}) = 0
lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=8192, ...}) = 0
lstat("/usr/lib/GNUstep", {st_mode=S_IFDIR|0755, st_size=328, ...}) = 0
lstat("/usr/lib/GNUstep/Frameworks", {st_mode=S_IFDIR|0755, st_size=28, ...}) = 0
lstat("/usr/lib/GNUstep/Frameworks/SOGo.framework", {st_mode=S_IFDIR|0755, st_size=66, ...}) = 0
stat("/usr/lib/GNUstep/Frameworks/SOGo.framework", {st_mode=S_IFDIR|0755, st_size=66, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/Frameworks/SOGo.framework", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=66, ...}) = 0
getdents64(3, /* 6 entries */, 32768)   = 168
getdents64(3, /* 0 entries */, 32768)   = 0
close(3)                                = 0
stat("/usr/lib/GNUstep/Frameworks/SOGo.framework/Resources", {st_mode=S_IFDIR|0755, st_size=146, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/Frameworks/SOGo.framework/Resources", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=146, ...}) = 0
getdents64(3, /* 7 entries */, 32768)   = 264
getdents64(3, /* 0 entries */, 32768)   = 0
close(3)                                = 0
access("/usr/lib/GNUstep/Frameworks/SOGo.framework/Resources/Info-gnustep.plist", R_OK) = 0
stat("/usr/lib/GNUstep/Frameworks/SOGo.framework/Resources/Info-gnustep.plist", {st_mode=S_IFREG|0644, st_size=1006, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/Frameworks/SOGo.framework/Resources/Info-gnustep.plist", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=1006, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=1006, ...}) = 0
lseek(3, 0, SEEK_SET)                   = 0
read(3, "{\n  NOTE = \"Automatically genera"..., 1006) = 1006
lseek(3, 1006, SEEK_SET)                = 1006
close(3)                                = 0
stat("/root/GNUstep/Library/Libraries", 0x7ffc446ff200) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/GNUstep/Libraries", 0x7ffc446ff200) = -1 ENOENT (No such file or directory)
stat("/usr/lib/GNUstep/Libraries", {st_mode=S_IFDIR|0755, st_size=43, ...}) = 0
stat("/usr/lib/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources", {st_mode=S_IFDIR|0755, st_size=281, ...}) = 0
stat("/usr/lib/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources", {st_mode=S_IFDIR|0755, st_size=281, ...}) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=145, ...}) = 0
lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=8192, ...}) = 0
lstat("/usr/lib/GNUstep", {st_mode=S_IFDIR|0755, st_size=328, ...}) = 0
lstat("/usr/lib/GNUstep/Libraries", {st_mode=S_IFLNK|0777, st_size=29, ...}) = 0
readlink("/usr/lib/GNUstep/Libraries", "../../share/GNUstep/Libraries", 4095) = 29
lstat("/usr/share", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/share/GNUstep", {st_mode=S_IFDIR|0755, st_size=138, ...}) = 0
lstat("/usr/share/GNUstep/Libraries", {st_mode=S_IFDIR|0755, st_size=43, ...}) = 0
lstat("/usr/share/GNUstep/Libraries/gnustep-base", {st_mode=S_IFDIR|0755, st_size=22, ...}) = 0
lstat("/usr/share/GNUstep/Libraries/gnustep-base/Versions", {st_mode=S_IFDIR|0755, st_size=18, ...}) = 0
lstat("/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.26", {st_mode=S_IFDIR|0755, st_size=23, ...}) = 0
lstat("/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources", {st_mode=S_IFDIR|0755, st_size=281, ...}) = 0
access("/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources/Languages/Locale.aliases", R_OK) = 0
stat("/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources/Languages/Locale.aliases", {st_mode=S_IFREG|0644, st_size=7965, ...}) = 0
openat(AT_FDCWD, "/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources/Languages/Locale.aliases", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=7965, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=7965, ...}) = 0
lseek(3, 4096, SEEK_SET)                = 4096
read(3, "    iu = Inuktitut;\n    iw = Heb"..., 3869) = 3869
lseek(3, 0, SEEK_SET)                   = 0
read(3, "{\n    aa = Afar;\n    aa_DJ = Dji"..., 4096) = 4096
read(3, "    iu = Inuktitut;\n    iw = Heb"..., 4096) = 3869
close(3)                                = 0
stat("/root/GNUstep/Library/Libraries", 0x7ffc446ff200) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/GNUstep/Libraries", 0x7ffc446ff200) = -1 ENOENT (No such file or directory)
stat("/usr/lib/GNUstep/Libraries", {st_mode=S_IFDIR|0755, st_size=43, ...}) = 0
stat("/usr/lib/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources", {st_mode=S_IFDIR|0755, st_size=281, ...}) = 0
stat("/usr/lib/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources", {st_mode=S_IFDIR|0755, st_size=281, ...}) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=145, ...}) = 0
lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=8192, ...}) = 0
lstat("/usr/lib/GNUstep", {st_mode=S_IFDIR|0755, st_size=328, ...}) = 0
lstat("/usr/lib/GNUstep/Libraries", {st_mode=S_IFLNK|0777, st_size=29, ...}) = 0
readlink("/usr/lib/GNUstep/Libraries", "../../share/GNUstep/Libraries", 4095) = 29
lstat("/usr/share", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/share/GNUstep", {st_mode=S_IFDIR|0755, st_size=138, ...}) = 0
lstat("/usr/share/GNUstep/Libraries", {st_mode=S_IFDIR|0755, st_size=43, ...}) = 0
lstat("/usr/share/GNUstep/Libraries/gnustep-base", {st_mode=S_IFDIR|0755, st_size=22, ...}) = 0
lstat("/usr/share/GNUstep/Libraries/gnustep-base/Versions", {st_mode=S_IFDIR|0755, st_size=18, ...}) = 0
lstat("/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.26", {st_mode=S_IFDIR|0755, st_size=23, ...}) = 0
lstat("/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources", {st_mode=S_IFDIR|0755, st_size=281, ...}) = 0
access("/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources/Languages/Locale.aliases", R_OK) = 0
stat("/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources/Languages/Locale.aliases", {st_mode=S_IFREG|0644, st_size=7965, ...}) = 0
openat(AT_FDCWD, "/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources/Languages/Locale.aliases", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=7965, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=7965, ...}) = 0
lseek(3, 4096, SEEK_SET)                = 4096
read(3, "    iu = Inuktitut;\n    iw = Heb"..., 3869) = 3869
lseek(3, 0, SEEK_SET)                   = 0
read(3, "{\n    aa = Afar;\n    aa_DJ = Dji"..., 4096) = 4096
read(3, "    iu = Inuktitut;\n    iw = Heb"..., 4096) = 3869
close(3)                                = 0
brk(0x55e1b59d3000)                     = 0x55e1b59d3000
stat("/root/GNUstep/Library/Libraries", 0x7ffc446ff200) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/GNUstep/Libraries", 0x7ffc446ff200) = -1 ENOENT (No such file or directory)
stat("/usr/lib/GNUstep/Libraries", {st_mode=S_IFDIR|0755, st_size=43, ...}) = 0
stat("/usr/lib/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources", {st_mode=S_IFDIR|0755, st_size=281, ...}) = 0
stat("/usr/lib/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources", {st_mode=S_IFDIR|0755, st_size=281, ...}) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=145, ...}) = 0
lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=8192, ...}) = 0
lstat("/usr/lib/GNUstep", {st_mode=S_IFDIR|0755, st_size=328, ...}) = 0
lstat("/usr/lib/GNUstep/Libraries", {st_mode=S_IFLNK|0777, st_size=29, ...}) = 0
readlink("/usr/lib/GNUstep/Libraries", "../../share/GNUstep/Libraries", 4095) = 29
lstat("/usr/share", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/share/GNUstep", {st_mode=S_IFDIR|0755, st_size=138, ...}) = 0
lstat("/usr/share/GNUstep/Libraries", {st_mode=S_IFDIR|0755, st_size=43, ...}) = 0
lstat("/usr/share/GNUstep/Libraries/gnustep-base", {st_mode=S_IFDIR|0755, st_size=22, ...}) = 0
lstat("/usr/share/GNUstep/Libraries/gnustep-base/Versions", {st_mode=S_IFDIR|0755, st_size=18, ...}) = 0
lstat("/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.26", {st_mode=S_IFDIR|0755, st_size=23, ...}) = 0
lstat("/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources", {st_mode=S_IFDIR|0755, st_size=281, ...}) = 0
access("/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources/Languages/Locale.aliases", R_OK) = 0
stat("/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources/Languages/Locale.aliases", {st_mode=S_IFREG|0644, st_size=7965, ...}) = 0
openat(AT_FDCWD, "/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources/Languages/Locale.aliases", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=7965, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=7965, ...}) = 0
lseek(3, 4096, SEEK_SET)                = 4096
read(3, "    iu = Inuktitut;\n    iw = Heb"..., 3869) = 3869
lseek(3, 0, SEEK_SET)                   = 0
read(3, "{\n    aa = Afar;\n    aa_DJ = Dji"..., 4096) = 4096
read(3, "    iu = Inuktitut;\n    iw = Heb"..., 4096) = 3869
close(3)                                = 0
stat("/root/GNUstep/Library/Libraries", 0x7ffc446ff270) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/GNUstep/Libraries", 0x7ffc446ff270) = -1 ENOENT (No such file or directory)
stat("/usr/lib/GNUstep/Libraries", {st_mode=S_IFDIR|0755, st_size=43, ...}) = 0
stat("/usr/lib/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources", {st_mode=S_IFDIR|0755, st_size=281, ...}) = 0
stat("/usr/lib/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources", {st_mode=S_IFDIR|0755, st_size=281, ...}) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=145, ...}) = 0
lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=8192, ...}) = 0
lstat("/usr/lib/GNUstep", {st_mode=S_IFDIR|0755, st_size=328, ...}) = 0
lstat("/usr/lib/GNUstep/Libraries", {st_mode=S_IFLNK|0777, st_size=29, ...}) = 0
readlink("/usr/lib/GNUstep/Libraries", "../../share/GNUstep/Libraries", 4095) = 29
lstat("/usr/share", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/share/GNUstep", {st_mode=S_IFDIR|0755, st_size=138, ...}) = 0
lstat("/usr/share/GNUstep/Libraries", {st_mode=S_IFDIR|0755, st_size=43, ...}) = 0
lstat("/usr/share/GNUstep/Libraries/gnustep-base", {st_mode=S_IFDIR|0755, st_size=22, ...}) = 0
lstat("/usr/share/GNUstep/Libraries/gnustep-base/Versions", {st_mode=S_IFDIR|0755, st_size=18, ...}) = 0
lstat("/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.26", {st_mode=S_IFDIR|0755, st_size=23, ...}) = 0
lstat("/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources", {st_mode=S_IFDIR|0755, st_size=281, ...}) = 0
access("/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources/Languages/Locale.aliases", R_OK) = 0
stat("/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources/Languages/Locale.aliases", {st_mode=S_IFREG|0644, st_size=7965, ...}) = 0
openat(AT_FDCWD, "/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources/Languages/Locale.aliases", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=7965, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=7965, ...}) = 0
lseek(3, 4096, SEEK_SET)                = 4096
read(3, "    iu = Inuktitut;\n    iw = Heb"..., 3869) = 3869
lseek(3, 0, SEEK_SET)                   = 0
brk(0x55e1b59f4000)                     = 0x55e1b59f4000
read(3, "{\n    aa = Afar;\n    aa_DJ = Dji"..., 4096) = 4096
read(3, "    iu = Inuktitut;\n    iw = Heb"..., 4096) = 3869
close(3)                                = 0
stat("/root/GNUstep/Library/Libraries/gnustep-base/Versions/1.26/Resources/Languages/AmericanEnglish", 0x7ffc446ff310) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources/Languages/AmericanEnglish", 0x7ffc446ff310) = -1 ENOENT (No such file or directory)
stat("/usr/lib/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources/Languages/AmericanEnglish", 0x7ffc446ff310) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=3031632, ...}) = 0
mmap(NULL, 3031632, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7ffba5518000
close(3)                                = 0
openat(AT_FDCWD, "/usr/share/locale/locale.alias", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=2995, ...}) = 0
read(3, "# Locale name alias data base.\n#"..., 4096) = 2995
read(3, "", 4096)                       = 0
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/locale/nl_NL.UTF-8/LC_IDENTIFICATION", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/locale/nl_NL.utf8/LC_IDENTIFICATION", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/locale/nl_NL/LC_IDENTIFICATION", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/locale/nl.UTF-8/LC_IDENTIFICATION", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/locale/nl.utf8/LC_IDENTIFICATION", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/locale/nl/LC_IDENTIFICATION", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/root/GNUstep/Library/Libraries", 0x7ffc446ff270) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/GNUstep/Libraries", 0x7ffc446ff270) = -1 ENOENT (No such file or directory)
stat("/usr/lib/GNUstep/Libraries", {st_mode=S_IFDIR|0755, st_size=43, ...}) = 0
stat("/usr/lib/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources", {st_mode=S_IFDIR|0755, st_size=281, ...}) = 0
stat("/usr/lib/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources", {st_mode=S_IFDIR|0755, st_size=281, ...}) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=145, ...}) = 0
lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=8192, ...}) = 0
lstat("/usr/lib/GNUstep", {st_mode=S_IFDIR|0755, st_size=328, ...}) = 0
lstat("/usr/lib/GNUstep/Libraries", {st_mode=S_IFLNK|0777, st_size=29, ...}) = 0
readlink("/usr/lib/GNUstep/Libraries", "../../share/GNUstep/Libraries", 4095) = 29
lstat("/usr/share", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/share/GNUstep", {st_mode=S_IFDIR|0755, st_size=138, ...}) = 0
lstat("/usr/share/GNUstep/Libraries", {st_mode=S_IFDIR|0755, st_size=43, ...}) = 0
lstat("/usr/share/GNUstep/Libraries/gnustep-base", {st_mode=S_IFDIR|0755, st_size=22, ...}) = 0
lstat("/usr/share/GNUstep/Libraries/gnustep-base/Versions", {st_mode=S_IFDIR|0755, st_size=18, ...}) = 0
lstat("/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.26", {st_mode=S_IFDIR|0755, st_size=23, ...}) = 0
lstat("/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources", {st_mode=S_IFDIR|0755, st_size=281, ...}) = 0
access("/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources/Languages/Locale.aliases", R_OK) = 0
stat("/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources/Languages/Locale.aliases", {st_mode=S_IFREG|0644, st_size=7965, ...}) = 0
openat(AT_FDCWD, "/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources/Languages/Locale.aliases", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=7965, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=7965, ...}) = 0
lseek(3, 4096, SEEK_SET)                = 4096
read(3, "    iu = Inuktitut;\n    iw = Heb"..., 3869) = 3869
lseek(3, 0, SEEK_SET)                   = 0
read(3, "{\n    aa = Afar;\n    aa_DJ = Dji"..., 4096) = 4096
read(3, "    iu = Inuktitut;\n    iw = Heb"..., 4096) = 3869
close(3)                                = 0
brk(0x55e1b5a15000)                     = 0x55e1b5a15000
stat("/root/GNUstep/Library/Libraries/gnustep-base/Versions/1.26/Resources/Languages/English", 0x7ffc446ff310) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources/Languages/English", 0x7ffc446ff310) = -1 ENOENT (No such file or directory)
stat("/usr/lib/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources/Languages/English", {st_mode=S_IFREG|0644, st_size=1454, ...}) = 0
stat("/usr/lib/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources/Languages/English", {st_mode=S_IFREG|0644, st_size=1454, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources/Languages/English", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=1454, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=1454, ...}) = 0
lseek(3, 0, SEEK_SET)                   = 0
read(3, "/* English */\n{\n  NSLanguageName"..., 1454) = 1454
lseek(3, 1454, SEEK_SET)                = 1454
close(3)                                = 0
stat("/usr/lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Resources", {st_mode=S_IFDIR|0755, st_size=146, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Resources", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=146, ...}) = 0
getdents64(3, /* 7 entries */, 32768)   = 264
getdents64(3, /* 0 entries */, 32768)   = 0
close(3)                                = 0
stat("/usr/lib/GNUstep/Frameworks/SOGo.framework/Versions/5", {st_mode=S_IFDIR|0755, st_size=50, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/Frameworks/SOGo.framework/Versions/5", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=50, ...}) = 0
brk(0x55e1b5a37000)                     = 0x55e1b5a37000
getdents64(3, /* 5 entries */, 32768)   = 136
getdents64(3, /* 0 entries */, 32768)   = 0
brk(0x55e1b5a2f000)                     = 0x55e1b5a2f000
close(3)                                = 0
access("/usr/lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Resources/SOGoDefaults.plist", R_OK) = 0
stat("/usr/lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Resources/SOGoDefaults.plist", {st_mode=S_IFREG|0644, st_size=5141, ...}) = 0
stat("/usr/lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Resources/SOGoDefaults.plist", {st_mode=S_IFREG|0644, st_size=5141, ...}) = 0
stat("/usr/lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Resources/SOGoDefaults.plist", {st_mode=S_IFREG|0644, st_size=5141, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Resources/SOGoDefaults.plist", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=5141, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=5141, ...}) = 0
lseek(3, 4096, SEEK_SET)                = 4096
read(3, "rs\",\n        \"Gifts\",\n        \"C"..., 1045) = 1045
lseek(3, 0, SEEK_SET)                   = 0
read(3, "{\n    WOWorkersCount = 1;\n    WO"..., 4096) = 4096
read(3, "rs\",\n        \"Gifts\",\n        \"C"..., 4096) = 1045
close(3)                                = 0
stat("/etc/sogo/debconf.conf", 0x7ffc446ff320) = -1 ENOENT (No such file or directory)
stat("/etc/sogo/sogo.conf", {st_mode=S_IFREG|0640, st_size=6171, ...}) = 0
stat("/etc/sogo/sogo.conf", {st_mode=S_IFREG|0640, st_size=6171, ...}) = 0
stat("/etc/sogo/sogo.conf", {st_mode=S_IFREG|0640, st_size=6171, ...}) = 0
openat(AT_FDCWD, "/etc/sogo/sogo.conf", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0640, st_size=6171, ...}) = 0
fstat(3, {st_mode=S_IFREG|0640, st_size=6171, ...}) = 0
lseek(3, 4096, SEEK_SET)                = 4096
read(3, "s,DC=domain,DC=tld\";\n  //    bin"..., 2075) = 2075
lseek(3, 0, SEEK_SET)                   = 0
read(3, "{\n  /* *********************  Ma"..., 4096) = 4096
read(3, "s,DC=domain,DC=tld\";\n  //    bin"..., 4096) = 2075
close(3)                                = 0
brk(0x55e1b5a50000)                     = 0x55e1b5a50000
stat("/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources/GSTLS", {st_mode=S_IFDIR|0755, st_size=33, ...}) = 0
openat(AT_FDCWD, "/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources/GSTLS", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=33, ...}) = 0
getdents64(3, /* 3 entries */, 32768)   = 88
getdents64(3, /* 0 entries */, 32768)   = 0
close(3)                                = 0
access("/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources/GSTLS/ca-certificates.crt", R_OK) = 0
fstat(2, {st_mode=S_IFREG|0644, st_size=130958, ...}) = 0
fcntl(2, F_GETFL)                       = 0x8001 (flags O_WRONLY|O_LARGEFILE)
stat("/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources/English.lproj", {st_mode=S_IFDIR|0755, st_size=33, ...}) = 0
openat(AT_FDCWD, "/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources/English.lproj", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=33, ...}) = 0
getdents64(3, /* 3 entries */, 32768)   = 88
getdents64(3, /* 0 entries */, 32768)   = 0
close(3)                                = 0
stat("/root/GNUstep/Library/SoProducts-4.9", 0x7ffc446ff240) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/GNUstep/SoProducts-4.9", 0x7ffc446ff240) = -1 ENOENT (No such file or directory)
stat("/usr/lib/GNUstep/SoProducts-4.9", {st_mode=S_IFDIR|0755, st_size=24, ...}) = 0
stat("/usr/lib/GNUstep/SoProducts-4.9", {st_mode=S_IFDIR|0755, st_size=24, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SoProducts-4.9", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=24, ...}) = 0
getdents64(3, /* 3 entries */, 32768)   = 80
getdents64(3, /* 0 entries */, 32768)   = 0
close(3)                                = 0
stat("/usr/lib/GNUstep/SoProducts-4.9/SoCore.sxp", {st_mode=S_IFDIR|0755, st_size=55, ...}) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=145, ...}) = 0
lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=8192, ...}) = 0
lstat("/usr/lib/GNUstep", {st_mode=S_IFDIR|0755, st_size=328, ...}) = 0
lstat("/usr/lib/GNUstep/SoProducts-4.9", {st_mode=S_IFDIR|0755, st_size=24, ...}) = 0
lstat("/usr/lib/GNUstep/SoProducts-4.9/SoCore.sxp", {st_mode=S_IFDIR|0755, st_size=55, ...}) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=145, ...}) = 0
lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=8192, ...}) = 0
lstat("/usr/lib/GNUstep", {st_mode=S_IFDIR|0755, st_size=328, ...}) = 0
lstat("/usr/lib/GNUstep/SoProducts-4.9", {st_mode=S_IFDIR|0755, st_size=24, ...}) = 0
lstat("/usr/lib/GNUstep/SoProducts-4.9/SoCore.sxp", {st_mode=S_IFDIR|0755, st_size=55, ...}) = 0
stat("/usr/lib/GNUstep/SoProducts-4.9/SoCore.sxp", {st_mode=S_IFDIR|0755, st_size=55, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SoProducts-4.9/SoCore.sxp", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=55, ...}) = 0
getdents64(3, /* 5 entries */, 32768)   = 144
getdents64(3, /* 0 entries */, 32768)   = 0
close(3)                                = 0
stat("/usr/lib/GNUstep/SoProducts-4.9/SoCore.sxp/Resources", {st_mode=S_IFDIR|0755, st_size=68, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SoProducts-4.9/SoCore.sxp/Resources", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=68, ...}) = 0
getdents64(3, /* 5 entries */, 32768)   = 160
getdents64(3, /* 0 entries */, 32768)   = 0
close(3)                                = 0
access("/usr/lib/GNUstep/SoProducts-4.9/SoCore.sxp/Resources/Info-gnustep.plist", R_OK) = 0
stat("/usr/lib/GNUstep/SoProducts-4.9/SoCore.sxp/Resources/Info-gnustep.plist", {st_mode=S_IFREG|0644, st_size=141, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SoProducts-4.9/SoCore.sxp/Resources/Info-gnustep.plist", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=141, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=141, ...}) = 0
lseek(3, 0, SEEK_SET)                   = 0
read(3, "{\n  NOTE = \"Automatically genera"..., 141) = 141
lseek(3, 141, SEEK_SET)                 = 141
close(3)                                = 0
access("/usr/lib/GNUstep/SoProducts-4.9/SoCore.sxp/Resources/product.plist", R_OK) = 0
access("/usr/lib/GNUstep/SoProducts-4.9/SoCore.sxp/Resources/product.plist", R_OK) = 0
stat("/usr/lib/GNUstep/SoProducts-4.9/SoCore.sxp/Resources/product.plist", {st_mode=S_IFREG|0644, st_size=2101, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SoProducts-4.9/SoCore.sxp/Resources/product.plist", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=2101, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=2101, ...}) = 0
lseek(3, 0, SEEK_SET)                   = 0
read(3, "{\n  classes = {\n    \n    NSObjec"..., 2101) = 2101
lseek(3, 2101, SEEK_SET)                = 2101
close(3)                                = 0
stat("/usr/local/share/sope-4.9/ngobjweb", 0x7ffc446fed90) = -1 ENOENT (No such file or directory)
stat("/usr/share/sope-4.9/ngobjweb", 0x7ffc446fed90) = -1 ENOENT (No such file or directory)
stat("/root/GNUstep/Library/Libraries/Resources/NGObjWeb/Defaults.plist", 0x7ffc446fee30) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/GNUstep/Libraries/Resources/NGObjWeb/Defaults.plist", 0x7ffc446fee30) = -1 ENOENT (No such file or directory)
stat("/usr/lib/GNUstep/Libraries/Resources/NGObjWeb/Defaults.plist", {st_mode=S_IFREG|0644, st_size=10932, ...}) = 0
stat("/usr/lib/GNUstep/Libraries/Resources/NGObjWeb/Defaults.plist", {st_mode=S_IFREG|0644, st_size=10932, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/Libraries/Resources/NGObjWeb/Defaults.plist", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=10932, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=10932, ...}) = 0
lseek(3, 8192, SEEK_SET)                = 8192
read(3, "m\";\n    \"http://schemas.microsof"..., 2740) = 2740
lseek(3, 0, SEEK_SET)                   = 0
read(3, "{\n  NGObjWeb_doc_               "..., 8192) = 8192
read(3, "m\";\n    \"http://schemas.microsof"..., 4096) = 2740
close(3)                                = 0
brk(0x55e1b5a73000)                     = 0x55e1b5a73000
stat("/usr/local/lib64/sope-4.9/products/", 0x7ffc446ff240) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/sope-4.9/products/", 0x7ffc446ff240) = -1 ENOENT (No such file or directory)
stat("/root/GNUstep/Library/SOGo", 0x7ffc446ff320) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/GNUstep/SOGo", 0x7ffc446ff320) = -1 ENOENT (No such file or directory)
stat("/usr/lib/GNUstep/SOGo", {st_mode=S_IFDIR|0755, st_size=305, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=305, ...}) = 0
getdents64(3, /* 15 entries */, 32768)  = 552
getdents64(3, /* 0 entries */, 32768)   = 0
close(3)                                = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=145, ...}) = 0
lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=8192, ...}) = 0
lstat("/usr/lib/GNUstep", {st_mode=S_IFDIR|0755, st_size=328, ...}) = 0
lstat("/usr/lib/GNUstep/SOGo", {st_mode=S_IFDIR|0755, st_size=305, ...}) = 0
lstat("/usr/lib/GNUstep/SOGo/AdministrationUI.SOGo", {st_mode=S_IFDIR|0755, st_size=65, ...}) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=145, ...}) = 0
lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=8192, ...}) = 0
lstat("/usr/lib/GNUstep", {st_mode=S_IFDIR|0755, st_size=328, ...}) = 0
lstat("/usr/lib/GNUstep/SOGo", {st_mode=S_IFDIR|0755, st_size=305, ...}) = 0
lstat("/usr/lib/GNUstep/SOGo/AdministrationUI.SOGo", {st_mode=S_IFDIR|0755, st_size=65, ...}) = 0
stat("/usr/lib/GNUstep/SOGo/AdministrationUI.SOGo", {st_mode=S_IFDIR|0755, st_size=65, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/AdministrationUI.SOGo", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=65, ...}) = 0
brk(0x55e1b5a99000)                     = 0x55e1b5a99000
getdents64(3, /* 5 entries */, 32768)   = 152
getdents64(3, /* 0 entries */, 32768)   = 0
brk(0x55e1b5a91000)                     = 0x55e1b5a91000
close(3)                                = 0
stat("/usr/lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
getdents64(3, /* 42 entries */, 32768)  = 1592
getdents64(3, /* 0 entries */, 32768)   = 0
close(3)                                = 0
stat("/usr/lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/English.lproj", {st_mode=S_IFDIR|0755, st_size=33, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/English.lproj", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=33, ...}) = 0
getdents64(3, /* 3 entries */, 32768)   = 88
getdents64(3, /* 0 entries */, 32768)   = 0
close(3)                                = 0
access("/usr/lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Info-gnustep.plist", R_OK) = 0
stat("/usr/lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Info-gnustep.plist", {st_mode=S_IFREG|0644, st_size=161, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Info-gnustep.plist", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=161, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=161, ...}) = 0
lseek(3, 0, SEEK_SET)                   = 0
read(3, "{\n  NOTE = \"Automatically genera"..., 161) = 161
lseek(3, 161, SEEK_SET)                 = 161
close(3)                                = 0
access("/usr/lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/product.plist", R_OK) = 0
access("/usr/lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/product.plist", R_OK) = 0
stat("/usr/lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/product.plist", {st_mode=S_IFREG|0644, st_size=506, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/product.plist", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=506, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=506, ...}) = 0
lseek(3, 0, SEEK_SET)                   = 0
read(3, "{ /* -*- Mode: java; indent-tabs"..., 506) = 506
lseek(3, 506, SEEK_SET)                 = 506
close(3)                                = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=145, ...}) = 0
lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=8192, ...}) = 0
lstat("/usr/lib/GNUstep", {st_mode=S_IFDIR|0755, st_size=328, ...}) = 0
lstat("/usr/lib/GNUstep/SOGo", {st_mode=S_IFDIR|0755, st_size=305, ...}) = 0
lstat("/usr/lib/GNUstep/SOGo/Appointments.SOGo", {st_mode=S_IFDIR|0755, st_size=68, ...}) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=145, ...}) = 0
lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=8192, ...}) = 0
lstat("/usr/lib/GNUstep", {st_mode=S_IFDIR|0755, st_size=328, ...}) = 0
lstat("/usr/lib/GNUstep/SOGo", {st_mode=S_IFDIR|0755, st_size=305, ...}) = 0
lstat("/usr/lib/GNUstep/SOGo/Appointments.SOGo", {st_mode=S_IFDIR|0755, st_size=68, ...}) = 0
stat("/usr/lib/GNUstep/SOGo/Appointments.SOGo", {st_mode=S_IFDIR|0755, st_size=68, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/Appointments.SOGo", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=68, ...}) = 0
getdents64(3, /* 5 entries */, 32768)   = 152
getdents64(3, /* 0 entries */, 32768)   = 0
close(3)                                = 0
stat("/usr/lib/GNUstep/SOGo/Appointments.SOGo/Resources", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/Appointments.SOGo/Resources", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
getdents64(3, /* 45 entries */, 32768)  = 1744
getdents64(3, /* 0 entries */, 32768)   = 0
close(3)                                = 0
stat("/usr/lib/GNUstep/SOGo/Appointments.SOGo/Resources/English.lproj", {st_mode=S_IFDIR|0755, st_size=33, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/Appointments.SOGo/Resources/English.lproj", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=33, ...}) = 0
getdents64(3, /* 3 entries */, 32768)   = 88
getdents64(3, /* 0 entries */, 32768)   = 0
close(3)                                = 0
access("/usr/lib/GNUstep/SOGo/Appointments.SOGo/Resources/Info-gnustep.plist", R_OK) = 0
stat("/usr/lib/GNUstep/SOGo/Appointments.SOGo/Resources/Info-gnustep.plist", {st_mode=S_IFREG|0644, st_size=135, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/Appointments.SOGo/Resources/Info-gnustep.plist", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=135, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=135, ...}) = 0
lseek(3, 0, SEEK_SET)                   = 0
read(3, "{\n  NOTE = \"Automatically genera"..., 135) = 135
lseek(3, 135, SEEK_SET)                 = 135
close(3)                                = 0
access("/usr/lib/GNUstep/SOGo/Appointments.SOGo/Resources/product.plist", R_OK) = 0
access("/usr/lib/GNUstep/SOGo/Appointments.SOGo/Resources/product.plist", R_OK) = 0
stat("/usr/lib/GNUstep/SOGo/Appointments.SOGo/Resources/product.plist", {st_mode=S_IFREG|0644, st_size=6925, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/Appointments.SOGo/Resources/product.plist", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=6925, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=6925, ...}) = 0
lseek(3, 4096, SEEK_SET)                = 4096
read(3, "les = {\n        \"SOGoDAVReadPerm"..., 2829) = 2829
lseek(3, 0, SEEK_SET)                   = 0
read(3, "{\n  requires = ( MAIN );\n\n  publ"..., 4096) = 4096
read(3, "les = {\n        \"SOGoDAVReadPerm"..., 4096) = 2829
close(3)                                = 0
brk(0x55e1b5ab2000)                     = 0x55e1b5ab2000
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=145, ...}) = 0
lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=8192, ...}) = 0
lstat("/usr/lib/GNUstep", {st_mode=S_IFDIR|0755, st_size=328, ...}) = 0
lstat("/usr/lib/GNUstep/SOGo", {st_mode=S_IFDIR|0755, st_size=305, ...}) = 0
lstat("/usr/lib/GNUstep/SOGo/CommonUI.SOGo", {st_mode=S_IFDIR|0755, st_size=82, ...}) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=145, ...}) = 0
lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=8192, ...}) = 0
lstat("/usr/lib/GNUstep", {st_mode=S_IFDIR|0755, st_size=328, ...}) = 0
lstat("/usr/lib/GNUstep/SOGo", {st_mode=S_IFDIR|0755, st_size=305, ...}) = 0
lstat("/usr/lib/GNUstep/SOGo/CommonUI.SOGo", {st_mode=S_IFDIR|0755, st_size=82, ...}) = 0
stat("/usr/lib/GNUstep/SOGo/CommonUI.SOGo", {st_mode=S_IFDIR|0755, st_size=82, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/CommonUI.SOGo", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=82, ...}) = 0
getdents64(3, /* 6 entries */, 32768)   = 184
getdents64(3, /* 0 entries */, 32768)   = 0
close(3)                                = 0
stat("/usr/lib/GNUstep/SOGo/CommonUI.SOGo/Resources", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/CommonUI.SOGo/Resources", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
getdents64(3, /* 42 entries */, 32768)  = 1592
getdents64(3, /* 0 entries */, 32768)   = 0
close(3)                                = 0
stat("/usr/lib/GNUstep/SOGo/CommonUI.SOGo/Resources/English.lproj", {st_mode=S_IFDIR|0755, st_size=33, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/CommonUI.SOGo/Resources/English.lproj", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=33, ...}) = 0
getdents64(3, /* 3 entries */, 32768)   = 88
getdents64(3, /* 0 entries */, 32768)   = 0
close(3)                                = 0
access("/usr/lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Info-gnustep.plist", R_OK) = 0
stat("/usr/lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Info-gnustep.plist", {st_mode=S_IFREG|0644, st_size=145, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Info-gnustep.plist", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=145, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=145, ...}) = 0
lseek(3, 0, SEEK_SET)                   = 0
read(3, "{\n  NOTE = \"Automatically genera"..., 145) = 145
lseek(3, 145, SEEK_SET)                 = 145
close(3)                                = 0
access("/usr/lib/GNUstep/SOGo/CommonUI.SOGo/Resources/product.plist", R_OK) = 0
access("/usr/lib/GNUstep/SOGo/CommonUI.SOGo/Resources/product.plist", R_OK) = 0
stat("/usr/lib/GNUstep/SOGo/CommonUI.SOGo/Resources/product.plist", {st_mode=S_IFREG|0644, st_size=4703, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/CommonUI.SOGo/Resources/product.plist", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=4703, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=4703, ...}) = 0
lseek(3, 4096, SEEK_SET)                = 4096
read(3, "ss Contents Information\";\n      "..., 607) = 607
lseek(3, 0, SEEK_SET)                   = 0
read(3, "{ /* -*- Mode: java; indent-tabs"..., 4096) = 4096
read(3, "ss Contents Information\";\n      "..., 4096) = 607
close(3)                                = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=145, ...}) = 0
lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=8192, ...}) = 0
lstat("/usr/lib/GNUstep", {st_mode=S_IFDIR|0755, st_size=328, ...}) = 0
lstat("/usr/lib/GNUstep/SOGo", {st_mode=S_IFDIR|0755, st_size=305, ...}) = 0
lstat("/usr/lib/GNUstep/SOGo/Contacts.SOGo", {st_mode=S_IFDIR|0755, st_size=57, ...}) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=145, ...}) = 0
lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=8192, ...}) = 0
lstat("/usr/lib/GNUstep", {st_mode=S_IFDIR|0755, st_size=328, ...}) = 0
lstat("/usr/lib/GNUstep/SOGo", {st_mode=S_IFDIR|0755, st_size=305, ...}) = 0
lstat("/usr/lib/GNUstep/SOGo/Contacts.SOGo", {st_mode=S_IFDIR|0755, st_size=57, ...}) = 0
stat("/usr/lib/GNUstep/SOGo/Contacts.SOGo", {st_mode=S_IFDIR|0755, st_size=57, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/Contacts.SOGo", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=57, ...}) = 0
getdents64(3, /* 5 entries */, 32768)   = 144
getdents64(3, /* 0 entries */, 32768)   = 0
close(3)                                = 0
stat("/usr/lib/GNUstep/SOGo/Contacts.SOGo/Resources", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/Contacts.SOGo/Resources", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
brk(0x55e1b5ad6000)                     = 0x55e1b5ad6000
getdents64(3, /* 42 entries */, 32768)  = 1592
getdents64(3, /* 0 entries */, 32768)   = 0
brk(0x55e1b5ace000)                     = 0x55e1b5ace000
close(3)                                = 0
stat("/usr/lib/GNUstep/SOGo/Contacts.SOGo/Resources/English.lproj", {st_mode=S_IFDIR|0755, st_size=33, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/Contacts.SOGo/Resources/English.lproj", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=33, ...}) = 0
getdents64(3, /* 3 entries */, 32768)   = 88
getdents64(3, /* 0 entries */, 32768)   = 0
close(3)                                = 0
access("/usr/lib/GNUstep/SOGo/Contacts.SOGo/Resources/Info-gnustep.plist", R_OK) = 0
stat("/usr/lib/GNUstep/SOGo/Contacts.SOGo/Resources/Info-gnustep.plist", {st_mode=S_IFREG|0644, st_size=149, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/Contacts.SOGo/Resources/Info-gnustep.plist", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=149, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=149, ...}) = 0
lseek(3, 0, SEEK_SET)                   = 0
read(3, "{\n  NOTE = \"Automatically genera"..., 149) = 149
lseek(3, 149, SEEK_SET)                 = 149
close(3)                                = 0
access("/usr/lib/GNUstep/SOGo/Contacts.SOGo/Resources/product.plist", R_OK) = 0
access("/usr/lib/GNUstep/SOGo/Contacts.SOGo/Resources/product.plist", R_OK) = 0
stat("/usr/lib/GNUstep/SOGo/Contacts.SOGo/Resources/product.plist", {st_mode=S_IFREG|0644, st_size=912, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/Contacts.SOGo/Resources/product.plist", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=912, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=912, ...}) = 0
lseek(3, 0, SEEK_SET)                   = 0
read(3, "{\n  requires = ( MAIN );\n\n  publ"..., 912) = 912
lseek(3, 912, SEEK_SET)                 = 912
close(3)                                = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=145, ...}) = 0
lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=8192, ...}) = 0
lstat("/usr/lib/GNUstep", {st_mode=S_IFDIR|0755, st_size=328, ...}) = 0
lstat("/usr/lib/GNUstep/SOGo", {st_mode=S_IFDIR|0755, st_size=305, ...}) = 0
lstat("/usr/lib/GNUstep/SOGo/ContactsUI.SOGo", {st_mode=S_IFDIR|0755, st_size=84, ...}) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=145, ...}) = 0
lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=8192, ...}) = 0
lstat("/usr/lib/GNUstep", {st_mode=S_IFDIR|0755, st_size=328, ...}) = 0
lstat("/usr/lib/GNUstep/SOGo", {st_mode=S_IFDIR|0755, st_size=305, ...}) = 0
lstat("/usr/lib/GNUstep/SOGo/ContactsUI.SOGo", {st_mode=S_IFDIR|0755, st_size=84, ...}) = 0
stat("/usr/lib/GNUstep/SOGo/ContactsUI.SOGo", {st_mode=S_IFDIR|0755, st_size=84, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/ContactsUI.SOGo", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=84, ...}) = 0
getdents64(3, /* 6 entries */, 32768)   = 184
getdents64(3, /* 0 entries */, 32768)   = 0
close(3)                                = 0
stat("/usr/lib/GNUstep/SOGo/ContactsUI.SOGo/Resources", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/ContactsUI.SOGo/Resources", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
getdents64(3, /* 42 entries */, 32768)  = 1592
getdents64(3, /* 0 entries */, 32768)   = 0
close(3)                                = 0
stat("/usr/lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/English.lproj", {st_mode=S_IFDIR|0755, st_size=33, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/English.lproj", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=33, ...}) = 0
getdents64(3, /* 3 entries */, 32768)   = 88
getdents64(3, /* 0 entries */, 32768)   = 0
close(3)                                = 0
access("/usr/lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Info-gnustep.plist", R_OK) = 0
stat("/usr/lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Info-gnustep.plist", {st_mode=S_IFREG|0644, st_size=149, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Info-gnustep.plist", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=149, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=149, ...}) = 0
lseek(3, 0, SEEK_SET)                   = 0
read(3, "{\n  NOTE = \"Automatically genera"..., 149) = 149
lseek(3, 149, SEEK_SET)                 = 149
close(3)                                = 0
access("/usr/lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/product.plist", R_OK) = 0
access("/usr/lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/product.plist", R_OK) = 0
stat("/usr/lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/product.plist", {st_mode=S_IFREG|0644, st_size=6760, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/product.plist", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=6760, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=6760, ...}) = 0
lseek(3, 4096, SEEK_SET)                = 4096
read(3, "   protectedBy = \"Change Images "..., 2664) = 2664
lseek(3, 0, SEEK_SET)                   = 0
read(3, "{ /* -*- Mode: java; indent-tabs"..., 4096) = 4096
read(3, "   protectedBy = \"Change Images "..., 4096) = 2664
close(3)                                = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=145, ...}) = 0
lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=8192, ...}) = 0
lstat("/usr/lib/GNUstep", {st_mode=S_IFDIR|0755, st_size=328, ...}) = 0
lstat("/usr/lib/GNUstep/SOGo", {st_mode=S_IFDIR|0755, st_size=305, ...}) = 0
lstat("/usr/lib/GNUstep/SOGo/MailPartViewers.SOGo", {st_mode=S_IFDIR|0755, st_size=64, ...}) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=145, ...}) = 0
lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=8192, ...}) = 0
lstat("/usr/lib/GNUstep", {st_mode=S_IFDIR|0755, st_size=328, ...}) = 0
lstat("/usr/lib/GNUstep/SOGo", {st_mode=S_IFDIR|0755, st_size=305, ...}) = 0
lstat("/usr/lib/GNUstep/SOGo/MailPartViewers.SOGo", {st_mode=S_IFDIR|0755, st_size=64, ...}) = 0
stat("/usr/lib/GNUstep/SOGo/MailPartViewers.SOGo", {st_mode=S_IFDIR|0755, st_size=64, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/MailPartViewers.SOGo", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=64, ...}) = 0
brk(0x55e1b5af6000)                     = 0x55e1b5af6000
getdents64(3, /* 5 entries */, 32768)   = 152
getdents64(3, /* 0 entries */, 32768)   = 0
close(3)                                = 0
stat("/usr/lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
getdents64(3, /* 42 entries */, 32768)  = 1592
getdents64(3, /* 0 entries */, 32768)   = 0
close(3)                                = 0
stat("/usr/lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/English.lproj", {st_mode=S_IFDIR|0755, st_size=33, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/English.lproj", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=33, ...}) = 0
getdents64(3, /* 3 entries */, 32768)   = 88
getdents64(3, /* 0 entries */, 32768)   = 0
close(3)                                = 0
access("/usr/lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Info-gnustep.plist", R_OK) = 0
stat("/usr/lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Info-gnustep.plist", {st_mode=S_IFREG|0644, st_size=159, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Info-gnustep.plist", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=159, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=159, ...}) = 0
lseek(3, 0, SEEK_SET)                   = 0
read(3, "{\n  NOTE = \"Automatically genera"..., 159) = 159
lseek(3, 159, SEEK_SET)                 = 159
close(3)                                = 0
access("/usr/lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/product.plist", R_OK) = 0
access("/usr/lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/product.plist", R_OK) = 0
stat("/usr/lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/product.plist", {st_mode=S_IFREG|0644, st_size=1523, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/product.plist", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=1523, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=1523, ...}) = 0
lseek(3, 0, SEEK_SET)                   = 0
read(3, "{ /* -*- Mode: java; indent-tabs"..., 1523) = 1523
lseek(3, 1523, SEEK_SET)                = 1523
close(3)                                = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=145, ...}) = 0
lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=8192, ...}) = 0
lstat("/usr/lib/GNUstep", {st_mode=S_IFDIR|0755, st_size=328, ...}) = 0
lstat("/usr/lib/GNUstep/SOGo", {st_mode=S_IFDIR|0755, st_size=305, ...}) = 0
lstat("/usr/lib/GNUstep/SOGo/Mailer.SOGo", {st_mode=S_IFDIR|0755, st_size=62, ...}) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=145, ...}) = 0
lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=8192, ...}) = 0
lstat("/usr/lib/GNUstep", {st_mode=S_IFDIR|0755, st_size=328, ...}) = 0
lstat("/usr/lib/GNUstep/SOGo", {st_mode=S_IFDIR|0755, st_size=305, ...}) = 0
lstat("/usr/lib/GNUstep/SOGo/Mailer.SOGo", {st_mode=S_IFDIR|0755, st_size=62, ...}) = 0
stat("/usr/lib/GNUstep/SOGo/Mailer.SOGo", {st_mode=S_IFDIR|0755, st_size=62, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/Mailer.SOGo", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=62, ...}) = 0
getdents64(3, /* 5 entries */, 32768)   = 152
getdents64(3, /* 0 entries */, 32768)   = 0
close(3)                                = 0
stat("/usr/lib/GNUstep/SOGo/Mailer.SOGo/Resources", {st_mode=S_IFDIR|0755, st_size=8192, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/Mailer.SOGo/Resources", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=8192, ...}) = 0
getdents64(3, /* 117 entries */, 32768) = 5296
getdents64(3, /* 0 entries */, 32768)   = 0
close(3)                                = 0
stat("/usr/lib/GNUstep/SOGo/Mailer.SOGo/Resources/English.lproj", {st_mode=S_IFDIR|0755, st_size=33, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/Mailer.SOGo/Resources/English.lproj", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=33, ...}) = 0
getdents64(3, /* 3 entries */, 32768)   = 88
getdents64(3, /* 0 entries */, 32768)   = 0
close(3)                                = 0
access("/usr/lib/GNUstep/SOGo/Mailer.SOGo/Resources/Info-gnustep.plist", R_OK) = 0
stat("/usr/lib/GNUstep/SOGo/Mailer.SOGo/Resources/Info-gnustep.plist", {st_mode=S_IFREG|0644, st_size=123, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/Mailer.SOGo/Resources/Info-gnustep.plist", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=123, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=123, ...}) = 0
lseek(3, 0, SEEK_SET)                   = 0
read(3, "{\n  NOTE = \"Automatically genera"..., 123) = 123
lseek(3, 123, SEEK_SET)                 = 123
close(3)                                = 0
access("/usr/lib/GNUstep/SOGo/Mailer.SOGo/Resources/product.plist", R_OK) = 0
access("/usr/lib/GNUstep/SOGo/Mailer.SOGo/Resources/product.plist", R_OK) = 0
stat("/usr/lib/GNUstep/SOGo/Mailer.SOGo/Resources/product.plist", {st_mode=S_IFREG|0644, st_size=2240, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/Mailer.SOGo/Resources/product.plist", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=2240, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=2240, ...}) = 0
lseek(3, 0, SEEK_SET)                   = 0
read(3, "{\n  requires = ( MAIN, Contacts "..., 2240) = 2240
lseek(3, 2240, SEEK_SET)                = 2240
close(3)                                = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=145, ...}) = 0
lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=8192, ...}) = 0
lstat("/usr/lib/GNUstep", {st_mode=S_IFDIR|0755, st_size=328, ...}) = 0
lstat("/usr/lib/GNUstep/SOGo", {st_mode=S_IFDIR|0755, st_size=305, ...}) = 0
lstat("/usr/lib/GNUstep/SOGo/MailerUI.SOGo", {st_mode=S_IFDIR|0755, st_size=82, ...}) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=145, ...}) = 0
lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=8192, ...}) = 0
lstat("/usr/lib/GNUstep", {st_mode=S_IFDIR|0755, st_size=328, ...}) = 0
lstat("/usr/lib/GNUstep/SOGo", {st_mode=S_IFDIR|0755, st_size=305, ...}) = 0
lstat("/usr/lib/GNUstep/SOGo/MailerUI.SOGo", {st_mode=S_IFDIR|0755, st_size=82, ...}) = 0
stat("/usr/lib/GNUstep/SOGo/MailerUI.SOGo", {st_mode=S_IFDIR|0755, st_size=82, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/MailerUI.SOGo", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=82, ...}) = 0
brk(0x55e1b5b18000)                     = 0x55e1b5b18000
getdents64(3, /* 6 entries */, 32768)   = 184
getdents64(3, /* 0 entries */, 32768)   = 0
close(3)                                = 0
stat("/usr/lib/GNUstep/SOGo/MailerUI.SOGo/Resources", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/MailerUI.SOGo/Resources", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
getdents64(3, /* 42 entries */, 32768)  = 1592
getdents64(3, /* 0 entries */, 32768)   = 0
close(3)                                = 0
stat("/usr/lib/GNUstep/SOGo/MailerUI.SOGo/Resources/English.lproj", {st_mode=S_IFDIR|0755, st_size=33, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/MailerUI.SOGo/Resources/English.lproj", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=33, ...}) = 0
getdents64(3, /* 3 entries */, 32768)   = 88
getdents64(3, /* 0 entries */, 32768)   = 0
close(3)                                = 0
access("/usr/lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Info-gnustep.plist", R_OK) = 0
stat("/usr/lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Info-gnustep.plist", {st_mode=S_IFREG|0644, st_size=145, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Info-gnustep.plist", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=145, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=145, ...}) = 0
lseek(3, 0, SEEK_SET)                   = 0
read(3, "{\n  NOTE = \"Automatically genera"..., 145) = 145
lseek(3, 145, SEEK_SET)                 = 145
close(3)                                = 0
access("/usr/lib/GNUstep/SOGo/MailerUI.SOGo/Resources/product.plist", R_OK) = 0
access("/usr/lib/GNUstep/SOGo/MailerUI.SOGo/Resources/product.plist", R_OK) = 0
stat("/usr/lib/GNUstep/SOGo/MailerUI.SOGo/Resources/product.plist", {st_mode=S_IFREG|0644, st_size=12308, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/MailerUI.SOGo/Resources/product.plist", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=12308, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=12308, ...}) = 0
lseek(3, 12288, SEEK_SET)               = 12288
read(3, "  };\n    };\n  };\n}\n\n", 20) = 20
lseek(3, 0, SEEK_SET)                   = 0
read(3, "{ /* -*- Mode: java; indent-tabs"..., 12288) = 12288
read(3, "  };\n    };\n  };\n}\n\n", 4096) = 20
close(3)                                = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=145, ...}) = 0
lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=8192, ...}) = 0
lstat("/usr/lib/GNUstep", {st_mode=S_IFDIR|0755, st_size=328, ...}) = 0
lstat("/usr/lib/GNUstep/SOGo", {st_mode=S_IFDIR|0755, st_size=305, ...}) = 0
lstat("/usr/lib/GNUstep/SOGo/MainUI.SOGo", {st_mode=S_IFDIR|0755, st_size=55, ...}) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=145, ...}) = 0
lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=8192, ...}) = 0
lstat("/usr/lib/GNUstep", {st_mode=S_IFDIR|0755, st_size=328, ...}) = 0
lstat("/usr/lib/GNUstep/SOGo", {st_mode=S_IFDIR|0755, st_size=305, ...}) = 0
lstat("/usr/lib/GNUstep/SOGo/MainUI.SOGo", {st_mode=S_IFDIR|0755, st_size=55, ...}) = 0
stat("/usr/lib/GNUstep/SOGo/MainUI.SOGo", {st_mode=S_IFDIR|0755, st_size=55, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/MainUI.SOGo", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=55, ...}) = 0
brk(0x55e1b5b3a000)                     = 0x55e1b5b3a000
getdents64(3, /* 5 entries */, 32768)   = 144
getdents64(3, /* 0 entries */, 32768)   = 0
close(3)                                = 0
stat("/usr/lib/GNUstep/SOGo/MainUI.SOGo/Resources", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/MainUI.SOGo/Resources", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
getdents64(3, /* 55 entries */, 32768)  = 2160
getdents64(3, /* 0 entries */, 32768)   = 0
close(3)                                = 0
stat("/usr/lib/GNUstep/SOGo/MainUI.SOGo/Resources/English.lproj", {st_mode=S_IFDIR|0755, st_size=47, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/MainUI.SOGo/Resources/English.lproj", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=47, ...}) = 0
getdents64(3, /* 4 entries */, 32768)   = 120
getdents64(3, /* 0 entries */, 32768)   = 0
close(3)                                = 0
access("/usr/lib/GNUstep/SOGo/MainUI.SOGo/Resources/Info-gnustep.plist", R_OK) = 0
stat("/usr/lib/GNUstep/SOGo/MainUI.SOGo/Resources/Info-gnustep.plist", {st_mode=S_IFREG|0644, st_size=141, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/MainUI.SOGo/Resources/Info-gnustep.plist", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=141, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=141, ...}) = 0
lseek(3, 0, SEEK_SET)                   = 0
read(3, "{\n  NOTE = \"Automatically genera"..., 141) = 141
lseek(3, 141, SEEK_SET)                 = 141
close(3)                                = 0
access("/usr/lib/GNUstep/SOGo/MainUI.SOGo/Resources/product.plist", R_OK) = 0
access("/usr/lib/GNUstep/SOGo/MainUI.SOGo/Resources/product.plist", R_OK) = 0
stat("/usr/lib/GNUstep/SOGo/MainUI.SOGo/Resources/product.plist", {st_mode=S_IFREG|0644, st_size=7254, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/MainUI.SOGo/Resources/product.plist", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=7254, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=7254, ...}) = 0
lseek(3, 4096, SEEK_SET)                = 4096
read(3, "iveSync\";\n        };\n        cas"..., 3158) = 3158
lseek(3, 0, SEEK_SET)                   = 0
read(3, "{ /* -*- Mode: java; indent-tabs"..., 4096) = 4096
read(3, "iveSync\";\n        };\n        cas"..., 4096) = 3158
close(3)                                = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=145, ...}) = 0
lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=8192, ...}) = 0
lstat("/usr/lib/GNUstep", {st_mode=S_IFDIR|0755, st_size=328, ...}) = 0
lstat("/usr/lib/GNUstep/SOGo", {st_mode=S_IFDIR|0755, st_size=305, ...}) = 0
lstat("/usr/lib/GNUstep/SOGo/PreferencesUI.SOGo", {st_mode=S_IFDIR|0755, st_size=62, ...}) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=145, ...}) = 0
lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=8192, ...}) = 0
lstat("/usr/lib/GNUstep", {st_mode=S_IFDIR|0755, st_size=328, ...}) = 0
lstat("/usr/lib/GNUstep/SOGo", {st_mode=S_IFDIR|0755, st_size=305, ...}) = 0
lstat("/usr/lib/GNUstep/SOGo/PreferencesUI.SOGo", {st_mode=S_IFDIR|0755, st_size=62, ...}) = 0
stat("/usr/lib/GNUstep/SOGo/PreferencesUI.SOGo", {st_mode=S_IFDIR|0755, st_size=62, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/PreferencesUI.SOGo", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=62, ...}) = 0
getdents64(3, /* 5 entries */, 32768)   = 152
getdents64(3, /* 0 entries */, 32768)   = 0
close(3)                                = 0
stat("/usr/lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
brk(0x55e1b5b5b000)                     = 0x55e1b5b5b000
getdents64(3, /* 43 entries */, 32768)  = 1640
getdents64(3, /* 0 entries */, 32768)   = 0
brk(0x55e1b5b53000)                     = 0x55e1b5b53000
close(3)                                = 0
stat("/usr/lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/English.lproj", {st_mode=S_IFDIR|0755, st_size=33, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/English.lproj", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=33, ...}) = 0
getdents64(3, /* 3 entries */, 32768)   = 88
getdents64(3, /* 0 entries */, 32768)   = 0
close(3)                                = 0
access("/usr/lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Info-gnustep.plist", R_OK) = 0
stat("/usr/lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Info-gnustep.plist", {st_mode=S_IFREG|0644, st_size=155, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Info-gnustep.plist", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=155, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=155, ...}) = 0
lseek(3, 0, SEEK_SET)                   = 0
read(3, "{\n  NOTE = \"Automatically genera"..., 155) = 155
lseek(3, 155, SEEK_SET)                 = 155
close(3)                                = 0
access("/usr/lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/product.plist", R_OK) = 0
access("/usr/lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/product.plist", R_OK) = 0
stat("/usr/lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/product.plist", {st_mode=S_IFREG|0644, st_size=1322, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/product.plist", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=1322, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=1322, ...}) = 0
lseek(3, 0, SEEK_SET)                   = 0
read(3, "{ /* -*- Mode: java; indent-tabs"..., 1322) = 1322
lseek(3, 1322, SEEK_SET)                = 1322
close(3)                                = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=145, ...}) = 0
lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=8192, ...}) = 0
lstat("/usr/lib/GNUstep", {st_mode=S_IFDIR|0755, st_size=328, ...}) = 0
lstat("/usr/lib/GNUstep/SOGo", {st_mode=S_IFDIR|0755, st_size=305, ...}) = 0
lstat("/usr/lib/GNUstep/SOGo/SchedulerUI.SOGo", {st_mode=S_IFDIR|0755, st_size=85, ...}) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=145, ...}) = 0
lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=8192, ...}) = 0
lstat("/usr/lib/GNUstep", {st_mode=S_IFDIR|0755, st_size=328, ...}) = 0
lstat("/usr/lib/GNUstep/SOGo", {st_mode=S_IFDIR|0755, st_size=305, ...}) = 0
lstat("/usr/lib/GNUstep/SOGo/SchedulerUI.SOGo", {st_mode=S_IFDIR|0755, st_size=85, ...}) = 0
stat("/usr/lib/GNUstep/SOGo/SchedulerUI.SOGo", {st_mode=S_IFDIR|0755, st_size=85, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/SchedulerUI.SOGo", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=85, ...}) = 0
getdents64(3, /* 6 entries */, 32768)   = 184
getdents64(3, /* 0 entries */, 32768)   = 0
close(3)                                = 0
stat("/usr/lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
getdents64(3, /* 43 entries */, 32768)  = 1624
getdents64(3, /* 0 entries */, 32768)   = 0
close(3)                                = 0
stat("/usr/lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/English.lproj", {st_mode=S_IFDIR|0755, st_size=33, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/English.lproj", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=33, ...}) = 0
getdents64(3, /* 3 entries */, 32768)   = 88
getdents64(3, /* 0 entries */, 32768)   = 0
close(3)                                = 0
access("/usr/lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Info-gnustep.plist", R_OK) = 0
stat("/usr/lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Info-gnustep.plist", {st_mode=S_IFREG|0644, st_size=151, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Info-gnustep.plist", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=151, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=151, ...}) = 0
lseek(3, 0, SEEK_SET)                   = 0
read(3, "{\n  NOTE = \"Automatically genera"..., 151) = 151
lseek(3, 151, SEEK_SET)                 = 151
close(3)                                = 0
access("/usr/lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/product.plist", R_OK) = 0
access("/usr/lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/product.plist", R_OK) = 0
stat("/usr/lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/product.plist", {st_mode=S_IFREG|0644, st_size=9502, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/product.plist", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=9502, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=9502, ...}) = 0
lseek(3, 8192, SEEK_SET)                = 8192
read(3, "= {\n          protectedBy = \"Vie"..., 1310) = 1310
lseek(3, 0, SEEK_SET)                   = 0
read(3, "{ /* -*- Mode: java; indent-tabs"..., 8192) = 8192
read(3, "= {\n          protectedBy = \"Vie"..., 4096) = 1310
close(3)                                = 0
brk(0x55e1b5b74000)                     = 0x55e1b5b74000
stat("/usr/lib/GNUstep/SOGo/Contacts.SOGo/bundle-info.plist", 0x7ffc446ff1c0) = -1 ENOENT (No such file or directory)
access("/usr/lib/GNUstep/SOGo/Contacts.SOGo/x86_64-linux-gnu/gnu-gnu-gnu/Contacts", R_OK) = -1 ENOENT (No such file or directory)
access("/usr/lib/GNUstep/SOGo/Contacts.SOGo/x86_64-linux-gnu/Contacts", R_OK) = -1 ENOENT (No such file or directory)
access("/usr/lib/GNUstep/SOGo/Contacts.SOGo/Contacts", R_OK) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/Contacts.SOGo/Contacts", 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\3600\1\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=232480, ...}) = 0
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/Contacts.SOGo/Contacts", 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\3600\1\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=232480, ...}) = 0
mmap(NULL, 231688, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba54df000
mmap(0x7ffba54f2000, 73728, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x13000) = 0x7ffba54f2000
mmap(0x7ffba5504000, 16384, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x25000) = 0x7ffba5504000
mmap(0x7ffba5508000, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x28000) = 0x7ffba5508000
close(3)                                = 0
mprotect(0x7ffba5508000, 4096, PROT_READ) = 0
brk(0x55e1b5b95000)                     = 0x55e1b5b95000
stat("/usr/lib/GNUstep/SOGo/Mailer.SOGo/bundle-info.plist", {st_mode=S_IFREG|0644, st_size=4, ...}) = 0
stat("/usr/lib/GNUstep/SOGo/Mailer.SOGo/bundle-info.plist", {st_mode=S_IFREG|0644, st_size=4, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/Mailer.SOGo/bundle-info.plist", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=4, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=4, ...}) = 0
lseek(3, 0, SEEK_SET)                   = 0
read(3, "{\n}\n", 4)                    = 4
lseek(3, 4, SEEK_SET)                   = 4
close(3)                                = 0
access("/usr/lib/GNUstep/SOGo/Mailer.SOGo/x86_64-linux-gnu/gnu-gnu-gnu/Mailer", R_OK) = -1 ENOENT (No such file or directory)
access("/usr/lib/GNUstep/SOGo/Mailer.SOGo/x86_64-linux-gnu/Mailer", R_OK) = -1 ENOENT (No such file or directory)
access("/usr/lib/GNUstep/SOGo/Mailer.SOGo/Mailer", R_OK) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/Mailer.SOGo/Mailer", 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\363\2\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=597632, ...}) = 0
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/Mailer.SOGo/Mailer", 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\363\2\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=597632, ...}) = 0
mmap(NULL, 594896, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba544d000
mmap(0x7ffba547c000, 204800, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2f000) = 0x7ffba547c000
mmap(0x7ffba54ae000, 40960, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x61000) = 0x7ffba54ae000
mmap(0x7ffba54b8000, 159744, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6a000) = 0x7ffba54b8000
close(3)                                = 0
mprotect(0x7ffba54b8000, 4096, PROT_READ) = 0
brk(0x55e1b5bb6000)                     = 0x55e1b5bb6000
brk(0x55e1b5bd7000)                     = 0x55e1b5bd7000
stat("/usr/lib/GNUstep/SOGo/Appointments.SOGo/bundle-info.plist", {st_mode=S_IFREG|0644, st_size=4, ...}) = 0
stat("/usr/lib/GNUstep/SOGo/Appointments.SOGo/bundle-info.plist", {st_mode=S_IFREG|0644, st_size=4, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/Appointments.SOGo/bundle-info.plist", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=4, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=4, ...}) = 0
lseek(3, 0, SEEK_SET)                   = 0
read(3, "{\n}\n", 4)                    = 4
lseek(3, 4, SEEK_SET)                   = 4
close(3)                                = 0
access("/usr/lib/GNUstep/SOGo/Appointments.SOGo/x86_64-linux-gnu/gnu-gnu-gnu/Appointments", R_OK) = -1 ENOENT (No such file or directory)
access("/usr/lib/GNUstep/SOGo/Appointments.SOGo/x86_64-linux-gnu/Appointments", R_OK) = -1 ENOENT (No such file or directory)
access("/usr/lib/GNUstep/SOGo/Appointments.SOGo/Appointments", R_OK) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/Appointments.SOGo/Appointments", 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\201\3\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=751824, ...}) = 0
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/Appointments.SOGo/Appointments", 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\201\3\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=751824, ...}) = 0
mmap(NULL, 746944, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba5396000
mprotect(0x7ffba53ce000, 327680, PROT_NONE) = 0
mmap(0x7ffba53ce000, 274432, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x38000) = 0x7ffba53ce000
mmap(0x7ffba5411000, 49152, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7b000) = 0x7ffba5411000
mmap(0x7ffba541e000, 192512, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x87000) = 0x7ffba541e000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/sogo/libcurl.so.4", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=23585, ...}) = 0
mmap(NULL, 23585, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7ffba5835000
close(3)                                = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libcurl.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\260\356\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=588232, ...}) = 0
mmap(NULL, 591336, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba5305000
mmap(0x7ffba5312000, 405504, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd000) = 0x7ffba5312000
mmap(0x7ffba5375000, 114688, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x70000) = 0x7ffba5375000
mmap(0x7ffba5391000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8b000) = 0x7ffba5391000
close(3)                                = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libnghttp2.so.14", 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\260R\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=158128, ...}) = 0
mmap(NULL, 160208, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba52dd000
mmap(0x7ffba52e2000, 77824, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x7ffba52e2000
mmap(0x7ffba52f5000, 49152, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x18000) = 0x7ffba52f5000
mmap(0x7ffba5301000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x23000) = 0x7ffba5301000
close(3)                                = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/librtmp.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\0PU\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=118184, ...}) = 0
mmap(NULL, 2213360, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba50c0000
mprotect(0x7ffba50db000, 2097152, PROT_NONE) = 0
mmap(0x7ffba52db000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1b000) = 0x7ffba52db000
close(3)                                = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libssh2.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`V\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=186696, ...}) = 0
mmap(NULL, 184760, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba5092000
mmap(0x7ffba5097000, 122880, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x7ffba5097000
mmap(0x7ffba50b5000, 36864, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x23000) = 0x7ffba50b5000
mmap(0x7ffba50be000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2c000) = 0x7ffba50be000
close(3)                                = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libpsl.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\0P\"\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=71520, ...}) = 0
mmap(NULL, 73744, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba507f000
mmap(0x7ffba5081000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffba5081000
mmap(0x7ffba5083000, 53248, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x7ffba5083000
mmap(0x7ffba5090000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x10000) = 0x7ffba5090000
close(3)                                = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libgssapi_krb5.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\300\303\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=309744, ...}) = 0
mmap(NULL, 312320, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba5032000
mmap(0x7ffba503d000, 204800, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb000) = 0x7ffba503d000
mmap(0x7ffba506f000, 49152, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3d000) = 0x7ffba506f000
mmap(0x7ffba507b000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x48000) = 0x7ffba507b000
close(3)                                = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libkrb5.so.3", 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\0000i\2\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=913280, ...}) = 0
mmap(NULL, 916064, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba4f52000
mprotect(0x7ffba4f76000, 700416, PROT_NONE) = 0
mmap(0x7ffba4f76000, 397312, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x24000) = 0x7ffba4f76000
mmap(0x7ffba4fd7000, 299008, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x85000) = 0x7ffba4fd7000
mmap(0x7ffba5021000, 69632, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xce000) = 0x7ffba5021000
close(3)                                = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libk5crypto.so.3", 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\300U\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=203600, ...}) = 0
mmap(NULL, 209400, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba4f1e000
mmap(0x7ffba4f23000, 118784, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x7ffba4f23000
mmap(0x7ffba4f40000, 57344, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x22000) = 0x7ffba4f40000
mmap(0x7ffba4f4e000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2f000) = 0x7ffba4f4e000
mmap(0x7ffba4f51000, 504, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ffba4f51000
close(3)                                = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libcom_err.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\260\"\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=18344, ...}) = 0
mmap(NULL, 20648, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba4f18000
mmap(0x7ffba4f1a000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffba4f1a000
mmap(0x7ffba4f1b000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7ffba4f1b000
mmap(0x7ffba4f1c000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7ffba4f1c000
close(3)                                = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libkrb5support.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@6\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=56352, ...}) = 0
mmap(NULL, 58760, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba4f09000
mmap(0x7ffba4f0c000, 28672, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7ffba4f0c000
mmap(0x7ffba4f13000, 12288, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa000) = 0x7ffba4f13000
mmap(0x7ffba4f16000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xc000) = 0x7ffba4f16000
close(3)                                = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libkeyutils.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\"\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=22448, ...}) = 0
mmap(NULL, 24592, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba4f02000
mmap(0x7ffba4f04000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffba4f04000
mmap(0x7ffba4f06000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x7ffba4f06000
mmap(0x7ffba4f07000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x7ffba4f07000
close(3)                                = 0
mprotect(0x7ffba4f07000, 4096, PROT_READ) = 0
mprotect(0x7ffba4f16000, 4096, PROT_READ) = 0
mprotect(0x7ffba4f1c000, 4096, PROT_READ) = 0
mprotect(0x7ffba4f4e000, 8192, PROT_READ) = 0
mprotect(0x7ffba5021000, 57344, PROT_READ) = 0
mprotect(0x7ffba507b000, 8192, PROT_READ) = 0
mprotect(0x7ffba5090000, 4096, PROT_READ) = 0
mprotect(0x7ffba50be000, 4096, PROT_READ) = 0
mprotect(0x7ffba52db000, 4096, PROT_READ) = 0
mprotect(0x7ffba5301000, 12288, PROT_READ) = 0
mprotect(0x7ffba5391000, 16384, PROT_READ) = 0
mprotect(0x7ffba541e000, 4096, PROT_READ) = 0
brk(0x55e1b5bf8000)                     = 0x55e1b5bf8000
munmap(0x7ffba5835000, 23585)           = 0
brk(0x55e1b5c19000)                     = 0x55e1b5c19000
stat("/usr/lib/GNUstep/SOGo/MailPartViewers.SOGo/bundle-info.plist", 0x7ffc446ff1c0) = -1 ENOENT (No such file or directory)
access("/usr/lib/GNUstep/SOGo/MailPartViewers.SOGo/x86_64-linux-gnu/gnu-gnu-gnu/MailPartViewers", R_OK) = -1 ENOENT (No such file or directory)
access("/usr/lib/GNUstep/SOGo/MailPartViewers.SOGo/x86_64-linux-gnu/MailPartViewers", R_OK) = -1 ENOENT (No such file or directory)
access("/usr/lib/GNUstep/SOGo/MailPartViewers.SOGo/MailPartViewers", R_OK) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/MailPartViewers.SOGo/MailPartViewers", 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\0P2\1\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=225352, ...}) = 0
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/MailPartViewers.SOGo/MailPartViewers", 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\0P2\1\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=225352, ...}) = 0
mmap(NULL, 223784, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba4ecb000
mmap(0x7ffba4ede000, 69632, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x13000) = 0x7ffba4ede000
mmap(0x7ffba4eef000, 16384, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x24000) = 0x7ffba4eef000
mmap(0x7ffba4ef3000, 61440, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x27000) = 0x7ffba4ef3000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/sogo/libSOGoUI.so.5.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\240\20\1\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=181712, ...}) = 0
mmap(NULL, 182288, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba4e9e000
mmap(0x7ffba4eaf000, 32768, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11000) = 0x7ffba4eaf000
mmap(0x7ffba4eb7000, 12288, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x19000) = 0x7ffba4eb7000
mmap(0x7ffba4eba000, 69632, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1b000) = 0x7ffba4eba000
close(3)                                = 0
mprotect(0x7ffba4eba000, 4096, PROT_READ) = 0
mprotect(0x7ffba4ef3000, 4096, PROT_READ) = 0
stat("/usr/lib/GNUstep/SOGo/CommonUI.SOGo/bundle-info.plist", {st_mode=S_IFREG|0644, st_size=415, ...}) = 0
stat("/usr/lib/GNUstep/SOGo/CommonUI.SOGo/bundle-info.plist", {st_mode=S_IFREG|0644, st_size=415, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/CommonUI.SOGo/bundle-info.plist", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=415, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=415, ...}) = 0
lseek(3, 0, SEEK_SET)                   = 0
read(3, "{\n  \"__cvs__\" = \"$Id: bundle-inf"..., 415) = 415
lseek(3, 415, SEEK_SET)                 = 415
close(3)                                = 0
stat("/", {st_mode=S_IFDIR|0755, st_size=325, ...}) = 0
stat("/", {st_mode=S_IFDIR|0755, st_size=325, ...}) = 0
openat(AT_FDCWD, "/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=325, ...}) = 0
brk(0x55e1b5c3b000)                     = 0x55e1b5c3b000
getdents64(3, /* 27 entries */, 32768)  = 720
getdents64(3, /* 0 entries */, 32768)   = 0
close(3)                                = 0
stat("/boot/bundle-info.plist", 0x7ffc446fee40) = -1 ENOENT (No such file or directory)
stat("/etc/bundle-info.plist", 0x7ffc446fee40) = -1 ENOENT (No such file or directory)
stat("/media/bundle-info.plist", 0x7ffc446fee40) = -1 ENOENT (No such file or directory)
stat("/var/bundle-info.plist", 0x7ffc446fee40) = -1 ENOENT (No such file or directory)
stat("/bin/bundle-info.plist", 0x7ffc446fee40) = -1 ENOENT (No such file or directory)
stat("/usr/bundle-info.plist", 0x7ffc446fee40) = -1 ENOENT (No such file or directory)
stat("/sbin/bundle-info.plist", 0x7ffc446fee40) = -1 ENOENT (No such file or directory)
stat("/lib/bundle-info.plist", 0x7ffc446fee40) = -1 ENOENT (No such file or directory)
stat("/lib32/bundle-info.plist", 0x7ffc446fee40) = -1 ENOENT (No such file or directory)
stat("/lib64/bundle-info.plist", 0x7ffc446fee40) = -1 ENOENT (No such file or directory)
stat("/libx32/bundle-info.plist", 0x7ffc446fee40) = -1 ENOENT (No such file or directory)
stat("/dev/bundle-info.plist", 0x7ffc446fee40) = -1 ENOENT (No such file or directory)
stat("/home/bundle-info.plist", 0x7ffc446fee40) = -1 ENOENT (No such file or directory)
stat("/proc/bundle-info.plist", 0x7ffc446fee40) = -1 ENOENT (No such file or directory)
stat("/root/bundle-info.plist", 0x7ffc446fee40) = -1 ENOENT (No such file or directory)
stat("/run/bundle-info.plist", 0x7ffc446fee40) = -1 ENOENT (No such file or directory)
stat("/sys/bundle-info.plist", 0x7ffc446fee40) = -1 ENOENT (No such file or directory)
stat("/tmp/bundle-info.plist", 0x7ffc446fee40) = -1 ENOENT (No such file or directory)
stat("/mnt/bundle-info.plist", 0x7ffc446fee40) = -1 ENOENT (No such file or directory)
stat("/srv/bundle-info.plist", 0x7ffc446fee40) = -1 ENOENT (No such file or directory)
stat("/opt/bundle-info.plist", 0x7ffc446fee40) = -1 ENOENT (No such file or directory)
stat("/vmlinuz.old/bundle-info.plist", 0x7ffc446fee40) = -1 ENOTDIR (Not a directory)
stat("/initrd.img.old/bundle-info.plist", 0x7ffc446fee40) = -1 ENOTDIR (Not a directory)
stat("/vmlinuz/bundle-info.plist", 0x7ffc446fee40) = -1 ENOTDIR (Not a directory)
stat("/initrd.img/bundle-info.plist", 0x7ffc446fee40) = -1 ENOTDIR (Not a directory)
stat("/bundle-info.plist", 0x7ffc446fee40) = -1 ENOENT (No such file or directory)
stat("/root/GNUstep/Library/Bundles", 0x7ffc446fee40) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/GNUstep/Bundles", 0x7ffc446fee40) = -1 ENOENT (No such file or directory)
stat("/usr/lib/GNUstep/Bundles", 0x7ffc446fee40) = -1 ENOENT (No such file or directory)
access("/usr/lib/GNUstep/SOGo/CommonUI.SOGo/x86_64-linux-gnu/gnu-gnu-gnu/CommonUI", R_OK) = -1 ENOENT (No such file or directory)
access("/usr/lib/GNUstep/SOGo/CommonUI.SOGo/x86_64-linux-gnu/CommonUI", R_OK) = -1 ENOENT (No such file or directory)
access("/usr/lib/GNUstep/SOGo/CommonUI.SOGo/CommonUI", R_OK) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/CommonUI.SOGo/CommonUI", 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\240\260\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=135496, ...}) = 0
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/CommonUI.SOGo/CommonUI", 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\240\260\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=135496, ...}) = 0
mmap(NULL, 135624, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba4e7c000
mmap(0x7ffba4e87000, 40960, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb000) = 0x7ffba4e87000
mmap(0x7ffba4e91000, 12288, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x15000) = 0x7ffba4e91000
mmap(0x7ffba4e94000, 40960, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17000) = 0x7ffba4e94000
close(3)                                = 0
mprotect(0x7ffba4e94000, 4096, PROT_READ) = 0
stat("/usr/lib/GNUstep/SOGo/MainUI.SOGo/bundle-info.plist", 0x7ffc446ff160) = -1 ENOENT (No such file or directory)
access("/usr/lib/GNUstep/SOGo/MainUI.SOGo/x86_64-linux-gnu/gnu-gnu-gnu/MainUI", R_OK) = -1 ENOENT (No such file or directory)
access("/usr/lib/GNUstep/SOGo/MainUI.SOGo/x86_64-linux-gnu/MainUI", R_OK) = -1 ENOENT (No such file or directory)
access("/usr/lib/GNUstep/SOGo/MainUI.SOGo/MainUI", R_OK) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/MainUI.SOGo/MainUI", 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\201\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=107040, ...}) = 0
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/MainUI.SOGo/MainUI", 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\201\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=107040, ...}) = 0
mmap(NULL, 107208, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba4e61000
mmap(0x7ffba4e69000, 36864, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x7ffba4e69000
mmap(0x7ffba4e72000, 8192, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11000) = 0x7ffba4e72000
mmap(0x7ffba4e74000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x12000) = 0x7ffba4e74000
close(3)                                = 0
mprotect(0x7ffba4e74000, 4096, PROT_READ) = 0
access("/usr/lib/GNUstep/SOGo/CommonUI.SOGo/Resources/product.plist", R_OK) = 0
stat("/usr/lib/GNUstep/SOGo/CommonUI.SOGo/Resources/product.plist", {st_mode=S_IFREG|0644, st_size=4703, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/CommonUI.SOGo/Resources/product.plist", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=4703, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=4703, ...}) = 0
lseek(3, 4096, SEEK_SET)                = 4096
read(3, "ss Contents Information\";\n      "..., 607) = 607
lseek(3, 0, SEEK_SET)                   = 0
read(3, "{ /* -*- Mode: java; indent-tabs"..., 4096) = 4096
read(3, "ss Contents Information\";\n      "..., 4096) = 607
close(3)                                = 0
brk(0x55e1b5c5c000)                     = 0x55e1b5c5c000
stat("/usr/lib/GNUstep/SOGo/ContactsUI.SOGo/bundle-info.plist", {st_mode=S_IFREG|0644, st_size=249, ...}) = 0
stat("/usr/lib/GNUstep/SOGo/ContactsUI.SOGo/bundle-info.plist", {st_mode=S_IFREG|0644, st_size=249, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/ContactsUI.SOGo/bundle-info.plist", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=249, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=249, ...}) = 0
lseek(3, 0, SEEK_SET)                   = 0
read(3, "{\n  requires = {\n    bundleManag"..., 249) = 249
lseek(3, 249, SEEK_SET)                 = 249
close(3)                                = 0
stat("/", {st_mode=S_IFDIR|0755, st_size=325, ...}) = 0
stat("/", {st_mode=S_IFDIR|0755, st_size=325, ...}) = 0
openat(AT_FDCWD, "/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=325, ...}) = 0
getdents64(3, /* 27 entries */, 32768)  = 720
getdents64(3, /* 0 entries */, 32768)   = 0
close(3)                                = 0
stat("/boot/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/etc/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/media/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/var/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/bin/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/usr/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/sbin/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/lib/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/lib32/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/lib64/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/libx32/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/dev/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/home/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/proc/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/root/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/run/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/sys/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/tmp/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/mnt/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/srv/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/opt/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/vmlinuz.old/bundle-info.plist", 0x7ffc446fef00) = -1 ENOTDIR (Not a directory)
stat("/initrd.img.old/bundle-info.plist", 0x7ffc446fef00) = -1 ENOTDIR (Not a directory)
stat("/vmlinuz/bundle-info.plist", 0x7ffc446fef00) = -1 ENOTDIR (Not a directory)
stat("/initrd.img/bundle-info.plist", 0x7ffc446fef00) = -1 ENOTDIR (Not a directory)
stat("/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/root/GNUstep/Library/Bundles", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/GNUstep/Bundles", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/usr/lib/GNUstep/Bundles", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
access("/usr/lib/GNUstep/SOGo/ContactsUI.SOGo/x86_64-linux-gnu/gnu-gnu-gnu/ContactsUI", R_OK) = -1 ENOENT (No such file or directory)
access("/usr/lib/GNUstep/SOGo/ContactsUI.SOGo/x86_64-linux-gnu/ContactsUI", R_OK) = -1 ENOENT (No such file or directory)
access("/usr/lib/GNUstep/SOGo/ContactsUI.SOGo/ContactsUI", R_OK) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/ContactsUI.SOGo/ContactsUI", 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\240\0\1\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=190064, ...}) = 0
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/ContactsUI.SOGo/ContactsUI", 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\240\0\1\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=190064, ...}) = 0
mmap(NULL, 189328, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba4e32000
mmap(0x7ffba4e42000, 57344, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x10000) = 0x7ffba4e42000
mmap(0x7ffba4e50000, 12288, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1e000) = 0x7ffba4e50000
mmap(0x7ffba4e53000, 57344, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x20000) = 0x7ffba4e53000
close(3)                                = 0
mprotect(0x7ffba4e53000, 4096, PROT_READ) = 0
stat("/usr/lib/GNUstep/SOGo/SchedulerUI.SOGo/bundle-info.plist", {st_mode=S_IFREG|0644, st_size=258, ...}) = 0
stat("/usr/lib/GNUstep/SOGo/SchedulerUI.SOGo/bundle-info.plist", {st_mode=S_IFREG|0644, st_size=258, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/SchedulerUI.SOGo/bundle-info.plist", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=258, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=258, ...}) = 0
lseek(3, 0, SEEK_SET)                   = 0
read(3, "{\n  \"__cvs__\" = \"$Id: bundle-inf"..., 258) = 258
lseek(3, 258, SEEK_SET)                 = 258
close(3)                                = 0
stat("/", {st_mode=S_IFDIR|0755, st_size=325, ...}) = 0
stat("/", {st_mode=S_IFDIR|0755, st_size=325, ...}) = 0
openat(AT_FDCWD, "/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=325, ...}) = 0
getdents64(3, /* 27 entries */, 32768)  = 720
brk(0x55e1b5c8a000)                     = 0x55e1b5c8a000
getdents64(3, /* 0 entries */, 32768)   = 0
close(3)                                = 0
stat("/boot/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/etc/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/media/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/var/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/bin/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/usr/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/sbin/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/lib/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/lib32/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/lib64/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/libx32/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/dev/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/home/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/proc/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/root/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/run/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/sys/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/tmp/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/mnt/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/srv/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/opt/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/vmlinuz.old/bundle-info.plist", 0x7ffc446fef00) = -1 ENOTDIR (Not a directory)
stat("/initrd.img.old/bundle-info.plist", 0x7ffc446fef00) = -1 ENOTDIR (Not a directory)
stat("/vmlinuz/bundle-info.plist", 0x7ffc446fef00) = -1 ENOTDIR (Not a directory)
stat("/initrd.img/bundle-info.plist", 0x7ffc446fef00) = -1 ENOTDIR (Not a directory)
stat("/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/root/GNUstep/Library/Bundles", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/GNUstep/Bundles", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/usr/lib/GNUstep/Bundles", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
access("/usr/lib/GNUstep/SOGo/SchedulerUI.SOGo/x86_64-linux-gnu/gnu-gnu-gnu/SchedulerUI", R_OK) = -1 ENOENT (No such file or directory)
access("/usr/lib/GNUstep/SOGo/SchedulerUI.SOGo/x86_64-linux-gnu/SchedulerUI", R_OK) = -1 ENOENT (No such file or directory)
access("/usr/lib/GNUstep/SOGo/SchedulerUI.SOGo/SchedulerUI", R_OK) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/SchedulerUI.SOGo/SchedulerUI", 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\360\1\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=390176, ...}) = 0
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/SchedulerUI.SOGo/SchedulerUI", 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\360\1\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=390176, ...}) = 0
mmap(NULL, 387536, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba4dd3000
mmap(0x7ffba4df2000, 126976, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1f000) = 0x7ffba4df2000
mmap(0x7ffba4e11000, 28672, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3e000) = 0x7ffba4e11000
mmap(0x7ffba4e18000, 106496, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x44000) = 0x7ffba4e18000
close(3)                                = 0
mprotect(0x7ffba4e18000, 4096, PROT_READ) = 0
stat("/usr/lib/GNUstep/SOGo/AdministrationUI.SOGo/bundle-info.plist", 0x7ffc446ff1c0) = -1 ENOENT (No such file or directory)
access("/usr/lib/GNUstep/SOGo/AdministrationUI.SOGo/x86_64-linux-gnu/gnu-gnu-gnu/AdministrationUI", R_OK) = -1 ENOENT (No such file or directory)
access("/usr/lib/GNUstep/SOGo/AdministrationUI.SOGo/x86_64-linux-gnu/AdministrationUI", R_OK) = -1 ENOENT (No such file or directory)
access("/usr/lib/GNUstep/SOGo/AdministrationUI.SOGo/AdministrationUI", R_OK) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/AdministrationUI.SOGo/AdministrationUI", 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\2000\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=35728, ...}) = 0
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/AdministrationUI.SOGo/AdministrationUI", 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\2000\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=35728, ...}) = 0
mmap(NULL, 36464, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba4dca000
mmap(0x7ffba4dcd000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7ffba4dcd000
mmap(0x7ffba4dcf000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x7ffba4dcf000
mmap(0x7ffba4dd0000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x7ffba4dd0000
close(3)                                = 0
mprotect(0x7ffba4dd0000, 4096, PROT_READ) = 0
stat("/usr/lib/GNUstep/SOGo/MailerUI.SOGo/bundle-info.plist", {st_mode=S_IFREG|0644, st_size=179, ...}) = 0
stat("/usr/lib/GNUstep/SOGo/MailerUI.SOGo/bundle-info.plist", {st_mode=S_IFREG|0644, st_size=179, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/MailerUI.SOGo/bundle-info.plist", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=179, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=179, ...}) = 0
lseek(3, 0, SEEK_SET)                   = 0
read(3, "{\n  requires = {\n    bundleManag"..., 179) = 179
lseek(3, 179, SEEK_SET)                 = 179
close(3)                                = 0
stat("/", {st_mode=S_IFDIR|0755, st_size=325, ...}) = 0
stat("/", {st_mode=S_IFDIR|0755, st_size=325, ...}) = 0
openat(AT_FDCWD, "/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=325, ...}) = 0
getdents64(3, /* 27 entries */, 32768)  = 720
getdents64(3, /* 0 entries */, 32768)   = 0
close(3)                                = 0
stat("/boot/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/etc/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/media/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/var/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/bin/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/usr/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/sbin/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/lib/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/lib32/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/lib64/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/libx32/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/dev/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/home/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/proc/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/root/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/run/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/sys/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/tmp/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/mnt/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/srv/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/opt/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/vmlinuz.old/bundle-info.plist", 0x7ffc446fef00) = -1 ENOTDIR (Not a directory)
stat("/initrd.img.old/bundle-info.plist", 0x7ffc446fef00) = -1 ENOTDIR (Not a directory)
stat("/vmlinuz/bundle-info.plist", 0x7ffc446fef00) = -1 ENOTDIR (Not a directory)
stat("/initrd.img/bundle-info.plist", 0x7ffc446fef00) = -1 ENOTDIR (Not a directory)
stat("/bundle-info.plist", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/root/GNUstep/Library/Bundles", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/GNUstep/Bundles", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
stat("/usr/lib/GNUstep/Bundles", 0x7ffc446fef00) = -1 ENOENT (No such file or directory)
access("/usr/lib/GNUstep/SOGo/MailerUI.SOGo/x86_64-linux-gnu/gnu-gnu-gnu/MailerUI", R_OK) = -1 ENOENT (No such file or directory)
access("/usr/lib/GNUstep/SOGo/MailerUI.SOGo/x86_64-linux-gnu/MailerUI", R_OK) = -1 ENOENT (No such file or directory)
access("/usr/lib/GNUstep/SOGo/MailerUI.SOGo/MailerUI", R_OK) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/MailerUI.SOGo/MailerUI", 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\220\1\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=315960, ...}) = 0
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/MailerUI.SOGo/MailerUI", 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\220\1\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=315960, ...}) = 0
mmap(NULL, 314504, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba4d7d000
mmap(0x7ffba4d96000, 106496, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x19000) = 0x7ffba4d96000
mmap(0x7ffba4db0000, 24576, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x33000) = 0x7ffba4db0000
mmap(0x7ffba4db6000, 81920, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x38000) = 0x7ffba4db6000
close(3)                                = 0
mprotect(0x7ffba4db6000, 4096, PROT_READ) = 0
stat("/usr/lib/GNUstep/SoProducts-4.9/SoCore.sxp/bundle-info.plist", 0x7ffc446ff1c0) = -1 ENOENT (No such file or directory)
access("/usr/lib/GNUstep/SoProducts-4.9/SoCore.sxp/x86_64-linux-gnu/gnu-gnu-gnu/SoCore", R_OK) = -1 ENOENT (No such file or directory)
access("/usr/lib/GNUstep/SoProducts-4.9/SoCore.sxp/x86_64-linux-gnu/SoCore", R_OK) = -1 ENOENT (No such file or directory)
access("/usr/lib/GNUstep/SoProducts-4.9/SoCore.sxp/SoCore", R_OK) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SoProducts-4.9/SoCore.sxp/SoCore", 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\20\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=15656, ...}) = 0
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SoProducts-4.9/SoCore.sxp/SoCore", 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\20\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=15656, ...}) = 0
mmap(NULL, 16848, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba5836000
mmap(0x7ffba5837000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7ffba5837000
mmap(0x7ffba5838000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffba5838000
mmap(0x7ffba5839000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ffba5839000
close(3)                                = 0
mprotect(0x7ffba5839000, 4096, PROT_READ) = 0
brk(0x55e1b5cab000)                     = 0x55e1b5cab000
stat("/usr/lib/GNUstep/SOGo/PreferencesUI.SOGo/bundle-info.plist", 0x7ffc446ff1c0) = -1 ENOENT (No such file or directory)
access("/usr/lib/GNUstep/SOGo/PreferencesUI.SOGo/x86_64-linux-gnu/gnu-gnu-gnu/PreferencesUI", R_OK) = -1 ENOENT (No such file or directory)
access("/usr/lib/GNUstep/SOGo/PreferencesUI.SOGo/x86_64-linux-gnu/PreferencesUI", R_OK) = -1 ENOENT (No such file or directory)
access("/usr/lib/GNUstep/SOGo/PreferencesUI.SOGo/PreferencesUI", R_OK) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/PreferencesUI.SOGo/PreferencesUI", 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\260\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=137128, ...}) = 0
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/SOGo/PreferencesUI.SOGo/PreferencesUI", 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\260\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=137128, ...}) = 0
mmap(NULL, 137656, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffba4d5b000
mmap(0x7ffba4d66000, 45056, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb000) = 0x7ffba4d66000
mmap(0x7ffba4d71000, 12288, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16000) = 0x7ffba4d71000
mmap(0x7ffba4d74000, 36864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x18000) = 0x7ffba4d74000
close(3)                                = 0
mprotect(0x7ffba4d74000, 4096, PROT_READ) = 0
stat("/root/GNUstep/Library/Libraries", 0x7ffc446ff2c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/GNUstep/Libraries", 0x7ffc446ff2c0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/GNUstep/Libraries", {st_mode=S_IFDIR|0755, st_size=43, ...}) = 0
stat("/usr/lib/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources", {st_mode=S_IFDIR|0755, st_size=281, ...}) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=145, ...}) = 0
lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=8192, ...}) = 0
lstat("/usr/lib/GNUstep", {st_mode=S_IFDIR|0755, st_size=328, ...}) = 0
lstat("/usr/lib/GNUstep/Libraries", {st_mode=S_IFLNK|0777, st_size=29, ...}) = 0
readlink("/usr/lib/GNUstep/Libraries", "../../share/GNUstep/Libraries", 4095) = 29
lstat("/usr/share", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/share/GNUstep", {st_mode=S_IFDIR|0755, st_size=138, ...}) = 0
lstat("/usr/share/GNUstep/Libraries", {st_mode=S_IFDIR|0755, st_size=43, ...}) = 0
lstat("/usr/share/GNUstep/Libraries/gnustep-base", {st_mode=S_IFDIR|0755, st_size=22, ...}) = 0
lstat("/usr/share/GNUstep/Libraries/gnustep-base/Versions", {st_mode=S_IFDIR|0755, st_size=18, ...}) = 0
lstat("/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.26", {st_mode=S_IFDIR|0755, st_size=23, ...}) = 0
lstat("/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources", {st_mode=S_IFDIR|0755, st_size=281, ...}) = 0
access("/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources/English.lproj/Localizable.strings", R_OK) = 0
stat("/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources/English.lproj/Localizable.strings", {st_mode=S_IFREG|0644, st_size=1921, ...}) = 0
openat(AT_FDCWD, "/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources/English.lproj/Localizable.strings", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=1921, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=1921, ...}) = 0
lseek(3, 0, SEEK_SET)                   = 0
read(3, "/* English  string encodings */\n"..., 1921) = 1921
lseek(3, 1921, SEEK_SET)                = 1921
close(3)                                = 0
stat("/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources/NSTimeZones", {st_mode=S_IFDIR|0755, st_size=244, ...}) = 0
openat(AT_FDCWD, "/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources/NSTimeZones", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=244, ...}) = 0
brk(0x55e1b5cd2000)                     = 0x55e1b5cd2000
getdents64(3, /* 13 entries */, 32768)  = 464
getdents64(3, /* 0 entries */, 32768)   = 0
brk(0x55e1b5cca000)                     = 0x55e1b5cca000
close(3)                                = 0
access("/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources/NSTimeZones/localtime", R_OK) = 0
stat("/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources/NSTimeZones/localtime", {st_mode=S_IFREG|0644, st_size=17, ...}) = 0
openat(AT_FDCWD, "/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.26/Resources/NSTimeZones/localtime", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=17, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=17, ...}) = 0
lseek(3, 0, SEEK_SET)                   = 0
read(3, "Europe/Amsterdam\n", 17)       = 17
lseek(3, 17, SEEK_SET)                  = 17
close(3)                                = 0
stat("/usr/share/zoneinfo/posix", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/share/zoneinfo/posix/Europe/Amsterdam", {st_mode=S_IFREG|0644, st_size=2949, ...}) = 0
stat("/usr/share/zoneinfo/posix/Europe/Amsterdam", {st_mode=S_IFREG|0644, st_size=2949, ...}) = 0
stat("/usr/share/zoneinfo/posix/Europe/Amsterdam", {st_mode=S_IFREG|0644, st_size=2949, ...}) = 0
openat(AT_FDCWD, "/usr/share/zoneinfo/posix/Europe/Amsterdam", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=2949, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=2949, ...}) = 0
lseek(3, 0, SEEK_SET)                   = 0
read(3, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\16\0\0\0\16\0\0\0\0"..., 2949) = 2949
lseek(3, 2949, SEEK_SET)                = 2949
close(3)                                = 0
getpid()                                = 1670
pipe([3, 4])                            = 0
fcntl(3, F_GETFL)                       = 0 (flags O_RDONLY)
fcntl(3, F_SETFL, O_RDONLY|O_NONBLOCK)  = 0
fcntl(4, F_GETFL)                       = 0x1 (flags O_WRONLY)
fcntl(4, F_SETFL, O_WRONLY|O_NONBLOCK)  = 0
stat("/usr/local/share/ocs", 0x7ffc446ff0b0) = -1 ENOENT (No such file or directory)
stat("/usr/share/ocs", 0x7ffc446ff0b0)  = -1 ENOENT (No such file or directory)
stat("/root/GNUstep/Library/OCSTypeModels", 0x7ffc446ff110) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/GNUstep/OCSTypeModels", 0x7ffc446ff110) = -1 ENOENT (No such file or directory)
stat("/usr/lib/GNUstep/OCSTypeModels", {st_mode=S_IFDIR|0755, st_size=104, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/OCSTypeModels", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 5
fstat(5, {st_mode=S_IFDIR|0755, st_size=104, ...}) = 0
getdents64(5, /* 6 entries */, 32768)   = 208
getdents64(5, /* 0 entries */, 32768)   = 0
close(5)                                = 0
stat("/usr/local/share/ocs", 0x7ffc446ff0a0) = -1 ENOENT (No such file or directory)
stat("/usr/share/ocs", 0x7ffc446ff0a0)  = -1 ENOENT (No such file or directory)
stat("/root/GNUstep/Library/OCSTypeModels/contact-oracle-mysql.ocs", 0x7ffc446ff140) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/GNUstep/OCSTypeModels/contact-oracle-mysql.ocs", 0x7ffc446ff140) = -1 ENOENT (No such file or directory)
stat("/usr/lib/GNUstep/OCSTypeModels/contact-oracle-mysql.ocs", 0x7ffc446ff140) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/ocs", 0x7ffc446ff0a0) = -1 ENOENT (No such file or directory)
stat("/usr/share/ocs", 0x7ffc446ff0a0)  = -1 ENOENT (No such file or directory)
stat("/root/GNUstep/Library/OCSTypeModels/contact-oracle.ocs", 0x7ffc446ff140) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/GNUstep/OCSTypeModels/contact-oracle.ocs", 0x7ffc446ff140) = -1 ENOENT (No such file or directory)
stat("/usr/lib/GNUstep/OCSTypeModels/contact-oracle.ocs", {st_mode=S_IFREG|0644, st_size=2267, ...}) = 0
stat("/usr/lib/GNUstep/OCSTypeModels/contact-oracle.ocs", {st_mode=S_IFREG|0644, st_size=2267, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/OCSTypeModels/contact-oracle.ocs", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=2267, ...}) = 0
fstat(5, {st_mode=S_IFREG|0644, st_size=2267, ...}) = 0
lseek(5, 0, SEEK_SET)                   = 0
read(5, "{\n  blobTablePattern  = \"SOGo_$f"..., 2267) = 2267
lseek(5, 2267, SEEK_SET)                = 2267
close(5)                                = 0
stat("/usr/local/share/ocs", 0x7ffc446ff0a0) = -1 ENOENT (No such file or directory)
stat("/usr/share/ocs", 0x7ffc446ff0a0)  = -1 ENOENT (No such file or directory)
stat("/root/GNUstep/Library/OCSTypeModels/contact-mysql.ocs", 0x7ffc446ff140) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/GNUstep/OCSTypeModels/contact-mysql.ocs", 0x7ffc446ff140) = -1 ENOENT (No such file or directory)
stat("/usr/lib/GNUstep/OCSTypeModels/contact-mysql.ocs", 0x7ffc446ff140) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/ocs", 0x7ffc446ff0a0) = -1 ENOENT (No such file or directory)
stat("/usr/share/ocs", 0x7ffc446ff0a0)  = -1 ENOENT (No such file or directory)
stat("/root/GNUstep/Library/OCSTypeModels/contact.ocs", 0x7ffc446ff140) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/GNUstep/OCSTypeModels/contact.ocs", 0x7ffc446ff140) = -1 ENOENT (No such file or directory)
stat("/usr/lib/GNUstep/OCSTypeModels/contact.ocs", {st_mode=S_IFREG|0644, st_size=2240, ...}) = 0
stat("/usr/lib/GNUstep/OCSTypeModels/contact.ocs", {st_mode=S_IFREG|0644, st_size=2240, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/OCSTypeModels/contact.ocs", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=2240, ...}) = 0
fstat(5, {st_mode=S_IFREG|0644, st_size=2240, ...}) = 0
lseek(5, 0, SEEK_SET)                   = 0
read(5, "{\n  blobTablePattern  = \"SOGo_$f"..., 2240) = 2240
lseek(5, 2240, SEEK_SET)                = 2240
close(5)                                = 0
stat("/usr/local/share/ocs", 0x7ffc446ff0a0) = -1 ENOENT (No such file or directory)
stat("/usr/share/ocs", 0x7ffc446ff0a0)  = -1 ENOENT (No such file or directory)
stat("/root/GNUstep/Library/OCSTypeModels/appointment-oracle-mysql.ocs", 0x7ffc446ff140) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/GNUstep/OCSTypeModels/appointment-oracle-mysql.ocs", 0x7ffc446ff140) = -1 ENOENT (No such file or directory)
stat("/usr/lib/GNUstep/OCSTypeModels/appointment-oracle-mysql.ocs", 0x7ffc446ff140) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/ocs", 0x7ffc446ff0a0) = -1 ENOENT (No such file or directory)
stat("/usr/share/ocs", 0x7ffc446ff0a0)  = -1 ENOENT (No such file or directory)
stat("/root/GNUstep/Library/OCSTypeModels/appointment-oracle.ocs", 0x7ffc446ff140) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/GNUstep/OCSTypeModels/appointment-oracle.ocs", 0x7ffc446ff140) = -1 ENOENT (No such file or directory)
stat("/usr/lib/GNUstep/OCSTypeModels/appointment-oracle.ocs", {st_mode=S_IFREG|0644, st_size=3231, ...}) = 0
stat("/usr/lib/GNUstep/OCSTypeModels/appointment-oracle.ocs", {st_mode=S_IFREG|0644, st_size=3231, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/OCSTypeModels/appointment-oracle.ocs", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=3231, ...}) = 0
fstat(5, {st_mode=S_IFREG|0644, st_size=3231, ...}) = 0
lseek(5, 0, SEEK_SET)                   = 0
read(5, "{\n  blobTablePattern = \"SOGo_$fo"..., 3231) = 3231
lseek(5, 3231, SEEK_SET)                = 3231
close(5)                                = 0
stat("/usr/local/share/ocs", 0x7ffc446ff0a0) = -1 ENOENT (No such file or directory)
stat("/usr/share/ocs", 0x7ffc446ff0a0)  = -1 ENOENT (No such file or directory)
stat("/root/GNUstep/Library/OCSTypeModels/appointment-mysql.ocs", 0x7ffc446ff140) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/GNUstep/OCSTypeModels/appointment-mysql.ocs", 0x7ffc446ff140) = -1 ENOENT (No such file or directory)
stat("/usr/lib/GNUstep/OCSTypeModels/appointment-mysql.ocs", 0x7ffc446ff140) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/ocs", 0x7ffc446ff0a0) = -1 ENOENT (No such file or directory)
stat("/usr/share/ocs", 0x7ffc446ff0a0)  = -1 ENOENT (No such file or directory)
stat("/root/GNUstep/Library/OCSTypeModels/appointment.ocs", 0x7ffc446ff140) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/GNUstep/OCSTypeModels/appointment.ocs", 0x7ffc446ff140) = -1 ENOENT (No such file or directory)
stat("/usr/lib/GNUstep/OCSTypeModels/appointment.ocs", {st_mode=S_IFREG|0644, st_size=3170, ...}) = 0
stat("/usr/lib/GNUstep/OCSTypeModels/appointment.ocs", {st_mode=S_IFREG|0644, st_size=3170, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/OCSTypeModels/appointment.ocs", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=3170, ...}) = 0
fstat(5, {st_mode=S_IFREG|0644, st_size=3170, ...}) = 0
lseek(5, 0, SEEK_SET)                   = 0
read(5, "{\n  blobTablePattern   = \"SOGo_$"..., 3170) = 3170
lseek(5, 3170, SEEK_SET)                = 3170
close(5)                                = 0
stat("/root/GNUstep/Library/GDLAdaptors-4.9/MySQL.gdladaptor", 0x7ffc446fefa0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/GNUstep/GDLAdaptors-4.9/MySQL.gdladaptor", 0x7ffc446fefa0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/GNUstep/GDLAdaptors-4.9/MySQL.gdladaptor", {st_mode=S_IFDIR|0755, st_size=54, ...}) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=145, ...}) = 0
lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=8192, ...}) = 0
lstat("/usr/lib/GNUstep", {st_mode=S_IFDIR|0755, st_size=328, ...}) = 0
lstat("/usr/lib/GNUstep/GDLAdaptors-4.9", {st_mode=S_IFDIR|0755, st_size=30, ...}) = 0
lstat("/usr/lib/GNUstep/GDLAdaptors-4.9/MySQL.gdladaptor", {st_mode=S_IFDIR|0755, st_size=54, ...}) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=145, ...}) = 0
lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=8192, ...}) = 0
lstat("/usr/lib/GNUstep", {st_mode=S_IFDIR|0755, st_size=328, ...}) = 0
lstat("/usr/lib/GNUstep/GDLAdaptors-4.9", {st_mode=S_IFDIR|0755, st_size=30, ...}) = 0
lstat("/usr/lib/GNUstep/GDLAdaptors-4.9/MySQL.gdladaptor", {st_mode=S_IFDIR|0755, st_size=54, ...}) = 0
stat("/usr/lib/GNUstep/GDLAdaptors-4.9/MySQL.gdladaptor", {st_mode=S_IFDIR|0755, st_size=54, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/GDLAdaptors-4.9/MySQL.gdladaptor", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 5
fstat(5, {st_mode=S_IFDIR|0755, st_size=54, ...}) = 0
getdents64(5, /* 5 entries */, 32768)   = 144
getdents64(5, /* 0 entries */, 32768)   = 0
close(5)                                = 0
stat("/usr/lib/GNUstep/GDLAdaptors-4.9/MySQL.gdladaptor/Resources", {st_mode=S_IFDIR|0755, st_size=47, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/GDLAdaptors-4.9/MySQL.gdladaptor/Resources", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 5
fstat(5, {st_mode=S_IFDIR|0755, st_size=47, ...}) = 0
getdents64(5, /* 4 entries */, 32768)   = 120
getdents64(5, /* 0 entries */, 32768)   = 0
close(5)                                = 0
access("/usr/lib/GNUstep/GDLAdaptors-4.9/MySQL.gdladaptor/Resources/Info-gnustep.plist", R_OK) = 0
stat("/usr/lib/GNUstep/GDLAdaptors-4.9/MySQL.gdladaptor/Resources/Info-gnustep.plist", {st_mode=S_IFREG|0644, st_size=140, ...}) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/GDLAdaptors-4.9/MySQL.gdladaptor/Resources/Info-gnustep.plist", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=140, ...}) = 0
fstat(5, {st_mode=S_IFREG|0644, st_size=140, ...}) = 0
lseek(5, 0, SEEK_SET)                   = 0
read(5, "{\n  NOTE = \"Automatically genera"..., 140) = 140
lseek(5, 140, SEEK_SET)                 = 140
close(5)                                = 0
stat("/usr/lib/GNUstep/GDLAdaptors-4.9/MySQL.gdladaptor/bundle-info.plist", 0x7ffc446feef0) = -1 ENOENT (No such file or directory)
access("/usr/lib/GNUstep/GDLAdaptors-4.9/MySQL.gdladaptor/x86_64-linux-gnu/gnu-gnu-gnu/MySQL", R_OK) = -1 ENOENT (No such file or directory)
access("/usr/lib/GNUstep/GDLAdaptors-4.9/MySQL.gdladaptor/x86_64-linux-gnu/MySQL", R_OK) = -1 ENOENT (No such file or directory)
access("/usr/lib/GNUstep/GDLAdaptors-4.9/MySQL.gdladaptor/MySQL", R_OK) = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/GDLAdaptors-4.9/MySQL.gdladaptor/MySQL", 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\200\302\0\0\0\0\0\0"..., 832) = 832
fstat(5, {st_mode=S_IFREG|0755, st_size=147304, ...}) = 0
close(5)                                = 0
openat(AT_FDCWD, "/usr/lib/GNUstep/GDLAdaptors-4.9/MySQL.gdladaptor/MySQL", 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\200\302\0\0\0\0\0\0"..., 832) = 832
fstat(5, {st_mode=S_IFREG|0755, st_size=147304, ...}) = 0
mmap(NULL, 147016, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 0x7ffba4d37000
mmap(0x7ffba4d43000, 36864, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0xc000) = 0x7ffba4d43000
mmap(0x7ffba4d4c000, 16384, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x15000) = 0x7ffba4d4c000
mmap(0x7ffba4d50000, 45056, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x18000) = 0x7ffba4d50000
close(5)                                = 0
openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=23585, ...}) = 0
mmap(NULL, 23585, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7ffba4d31000
close(5)                                = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libmariadb.so.3", 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\300\233\1\0\0\0\0\0"..., 832) = 832
fstat(5, {st_mode=S_IFREG|0644, st_size=344304, ...}) = 0
mmap(NULL, 353480, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 0x7ffba4cda000
mmap(0x7ffba4cf3000, 143360, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x19000) = 0x7ffba4cf3000
mmap(0x7ffba4d16000, 57344, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x3c000) = 0x7ffba4d16000
mmap(0x7ffba4d24000, 45056, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x49000) = 0x7ffba4d24000
mmap(0x7ffba4d2f000, 5320, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ffba4d2f000
close(5)                                = 0
mprotect(0x7ffba4d24000, 36864, PROT_READ) = 0
mprotect(0x7ffba4d50000, 4096, PROT_READ) = 0
brk(0x55e1b5ceb000)                     = 0x55e1b5ceb000
brk(0x55e1b5d0c000)                     = 0x55e1b5d0c000
brk(0x55e1b5d2d000)                     = 0x55e1b5d2d000
brk(0x55e1b5d4e000)                     = 0x55e1b5d4e000
munmap(0x7ffba4d31000, 23585)           = 0
socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 5
connect(5, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
close(5)                                = 0
socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 5
connect(5, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
close(5)                                = 0
openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=23585, ...}) = 0
mmap(NULL, 23585, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7ffba4d31000
close(5)                                = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/tls/x86_64/x86_64/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/lib/x86_64-linux-gnu/tls/x86_64/x86_64", 0x7ffc446fe650) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/tls/x86_64/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/lib/x86_64-linux-gnu/tls/x86_64", 0x7ffc446fe650) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/tls/x86_64/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/lib/x86_64-linux-gnu/tls/x86_64", 0x7ffc446fe650) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/tls/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/lib/x86_64-linux-gnu/tls", 0x7ffc446fe650) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/x86_64/x86_64/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/lib/x86_64-linux-gnu/x86_64/x86_64", 0x7ffc446fe650) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/x86_64/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/lib/x86_64-linux-gnu/x86_64", 0x7ffc446fe650) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/x86_64/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/lib/x86_64-linux-gnu/x86_64", 0x7ffc446fe650) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/lib/x86_64-linux-gnu", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/tls/x86_64/x86_64/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/tls/x86_64/x86_64", 0x7ffc446fe650) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/tls/x86_64/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/tls/x86_64", 0x7ffc446fe650) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/tls/x86_64/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/tls/x86_64", 0x7ffc446fe650) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/tls/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/tls", 0x7ffc446fe650) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/x86_64/x86_64/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/x86_64/x86_64", 0x7ffc446fe650) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/x86_64/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/x86_64", 0x7ffc446fe650) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/x86_64/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/x86_64", 0x7ffc446fe650) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0
openat(AT_FDCWD, "/lib/tls/x86_64/x86_64/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/lib/tls/x86_64/x86_64", 0x7ffc446fe650) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/tls/x86_64/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/lib/tls/x86_64", 0x7ffc446fe650) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/tls/x86_64/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/lib/tls/x86_64", 0x7ffc446fe650) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/tls/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/lib/tls", 0x7ffc446fe650)        = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/x86_64/x86_64/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/lib/x86_64/x86_64", 0x7ffc446fe650) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/x86_64/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/lib/x86_64", 0x7ffc446fe650)     = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/x86_64/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/lib/x86_64", 0x7ffc446fe650)     = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/lib", {st_mode=S_IFDIR|0755, st_size=8192, ...}) = 0
openat(AT_FDCWD, "/usr/lib/tls/x86_64/x86_64/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/tls/x86_64/x86_64", 0x7ffc446fe650) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/tls/x86_64/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/tls/x86_64", 0x7ffc446fe650) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/tls/x86_64/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/tls/x86_64", 0x7ffc446fe650) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/tls/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/tls", 0x7ffc446fe650)    = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/x86_64/x86_64/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64/x86_64", 0x7ffc446fe650) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/x86_64/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64", 0x7ffc446fe650) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/x86_64/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64", 0x7ffc446fe650) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=8192, ...}) = 0
munmap(0x7ffba4d31000, 23585)           = 0
openat(AT_FDCWD, "/etc/services", O_RDONLY|O_CLOEXEC) = 5
lseek(5, 0, SEEK_CUR)                   = 0
fstat(5, {st_mode=S_IFREG|0644, st_size=18774, ...}) = 0
read(5, "# Network services, Internet sty"..., 4096) = 4096
lseek(5, 0, SEEK_CUR)                   = 4096
read(5, "d\t\t464/tcp\nkpasswd\t\t464/udp\nsubm"..., 4096) = 4096
lseek(5, 0, SEEK_CUR)                   = 8192
read(5, "p\npipe-server\t2010/tcp\tpipe_serv"..., 4096) = 4096
close(5)                                = 0
rt_sigaction(SIGPIPE, {sa_handler=SIG_IGN, sa_mask=[PIPE], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7ffba92de840}, {sa_handler=SIG_IGN, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7ffba947a730}, 8) = 0
futex(0x7ffba4d2e94c, FUTEX_WAKE_PRIVATE, 2147483647) = 0
brk(0x55e1b5d70000)                     = 0x55e1b5d70000
getpid()                                = 1670
socket(AF_UNIX, SOCK_STREAM, 0)         = 5
fcntl(5, F_SETFL, O_RDONLY|O_NONBLOCK)  = 0
connect(5, {sa_family=AF_UNIX, sun_path="/var/run/mysqld/mysqld.sock"}, 110) = 0
fcntl(5, F_SETFL, O_RDONLY)             = 0
setsockopt(5, SOL_IP, IP_TOS, [8], 4)   = -1 EOPNOTSUPP (Operation not supported)
setsockopt(5, SOL_SOCKET, SO_KEEPALIVE, [1], 4) = 0
recvfrom(5, "g\0\0\0\n5.5.5-10.3.23-MariaDB-0+deb"..., 16384, MSG_DONTWAIT, NULL, NULL) = 107
sendto(5, "\312\0\0\1\214\242\236\0\0\0\0@\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 206, MSG_DONTWAIT|MSG_NOSIGNAL, NULL, 0) = 206
recvfrom(5, 0x55e1b5d4f810, 16384, MSG_DONTWAIT, NULL, NULL) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}], 1, -1)    = 1 ([{fd=5, revents=POLLIN}])
recvfrom(5, "\25\0\0\2\0\0\0\2@\0\0\0\f\1\n\tsogoempty", 16384, MSG_DONTWAIT, NULL, NULL) = 25
setsockopt(5, SOL_SOCKET, SO_RCVTIMEO, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 16) = 0
setsockopt(5, SOL_SOCKET, SO_SNDTIMEO, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 16) = 0
sendto(5, "\27\0\0\0\3SET CHARACTER SET utf8", 27, MSG_DONTWAIT|MSG_NOSIGNAL, NULL, 0) = 27
recvfrom(5, "e\0\0\1\0\0\0\2@\0\0\0\\\0\32\24character_set_cl"..., 16384, MSG_DONTWAIT, NULL, NULL) = 105
sendto(5, "\7\0\0\0\3BEGIN;", 11, MSG_DONTWAIT|MSG_NOSIGNAL, NULL, 0) = 11
recvfrom(5, "\7\0\0\1\0\0\0\3\0\0\0", 16384, MSG_DONTWAIT, NULL, NULL) = 11
sendto(5, "\260\0\0\0\3SELECT t1.c_alarm_number, t"..., 180, MSG_DONTWAIT|MSG_NOSIGNAL, NULL, 0) = 180
recvfrom(5, "\1\0\0\1\5O\0\0\2\3def\tsogoempty\2t1\22sogo_"..., 16384, MSG_DONTWAIT, NULL, NULL) = 390
brk(0x55e1b5d92000)                     = 0x55e1b5d92000
brk(0x55e1b5d8e000)                     = 0x55e1b5d8e000
sendto(5, "\n\0\0\0\3ROLLBACK;", 14, MSG_DONTWAIT|MSG_NOSIGNAL, NULL, 0) = 14
recvfrom(5, "\7\0\0\1\0\0\0\2\0\0\0", 16384, MSG_DONTWAIT, NULL, NULL) = 11
exit_group(0)                           = ?
+++ exited with 0 +++
my_strace_output_error (244,043 bytes)   
heupink

heupink

2020-09-28 10:56

reporter   ~0014862

FYI: I changed sogo.conf mysql connection to use mysql domain sockets, in an attempt to completely eliminate the networking component. Also then the error is still happening.

Issue History

Date Modified Username Field Change
2019-11-05 12:54 xbone_ch New Issue
2019-11-05 12:55 xbone_ch Tag Attached: sogo-tool
2019-11-05 12:55 xbone_ch Tag Attached: mysql
2020-09-17 14:33 heupink Note Added: 0014785
2020-09-21 15:11 Christian Mack Note Added: 0014795
2020-09-21 15:23 heupink Note Added: 0014797
2020-09-21 15:29 Christian Mack Note Added: 0014798
2020-09-21 15:34 heupink Note Added: 0014799
2020-09-21 15:40 Christian Mack Note Added: 0014800
2020-09-21 15:49 heupink Note Added: 0014801
2020-09-22 07:37 Christian Mack Note Added: 0014803
2020-09-22 07:42 heupink Note Added: 0014804
2020-09-22 07:56 Christian Mack Note Added: 0014805
2020-09-22 08:15 heupink Note Added: 0014806
2020-09-22 18:02 heupink Note Added: 0014808
2020-09-24 07:25 Christian Mack Note Added: 0014822
2020-09-24 07:35 heupink Note Added: 0014823
2020-09-24 08:10 Christian Mack Note Added: 0014824
2020-09-24 08:23 heupink Note Added: 0014825
2020-09-24 19:12 heupink Note Added: 0014831
2020-09-25 10:23 heupink Note Added: 0014844
2020-09-25 10:39 heupink Note Added: 0014846
2020-09-25 10:39 heupink File Added: my_strace_output_error
2020-09-28 10:56 heupink Note Added: 0014862