Hi folks,

I upgraded from Ubuntu 16.04 LTS to Ubuntu 18.04 LTS and restored my `.gnupg` 
directory from a backup disk.

Now gpg doesn't see any keys... `gpg --list-keys` just exists with no output.

I've attached the strace output of `strace gpg --list-keys`, and here's the 
output of `tree .gnupg/`:

```
/home/paul/.gnupg
├── crls.d
│   └── DIR.txt
├── gpg-agent.conf
├── gpg-agent-info-xps
├── gpg.conf
├── hkps.pool.sks-keyservers.net.pem
├── openpgp-revocs.d
│   └── [REDACTED x2].rev
├── private-keys-v1.d
│   └── [REDACTED x8].key
├── pubring.gpg
├── pubring.kbx
├── random_seed
├── S.dirmngr
├── secring.gpg
├── S.gpg-agent
├── sshcontrol
└── trustdb.gpg

3 directories, 23 files

```

Is there anything else I can provide to help debug this?

Thanks!

Paul

[unsigned... obviously ;) ]
execve("/usr/bin/gpg", ["gpg", "--list-keys"], 0x7fff0d450728 /* 71 vars */) = 0
brk(NULL)                               = 0x5628be43b000
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
access("/etc/ld.so.preload", R_OK)      = 0
openat(AT_FDCWD, "/etc/ld.so.preload", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=0, ...}) = 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=122497, ...}) = 0
mmap(NULL, 122497, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f5a4f9f8000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
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\220\37\0\0\0\0\0\0"..., 
832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=116960, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7f5a4fa1e000
mmap(NULL, 2212016, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x7f5a4f5d0000
mprotect(0x7f5a4f5ec000, 2093056, PROT_NONE) = 0
mmap(0x7f5a4f7eb000, 8192, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1b000) = 0x7f5a4f7eb000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
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`\23\0\0\0\0\0\0"..., 
832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=66800, ...}) = 0
mmap(NULL, 2161864, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x7f5a4f3c0000
mprotect(0x7f5a4f3cf000, 2093056, PROT_NONE) = 0
mmap(0x7f5a4f5ce000, 8192, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe000) = 0x7f5a4f5ce000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libsqlite3.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\312\0\0\0\0\0\0"..., 832) = 
832
fstat(3, {st_mode=S_IFREG|0644, st_size=1082648, ...}) = 0
mmap(NULL, 3179736, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x7f5a4f0b0000
mprotect(0x7f5a4f1b3000, 2097152, PROT_NONE) = 0
mmap(0x7f5a4f3b3000, 20480, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x103000) = 0x7f5a4f3b3000
mmap(0x7f5a4f3b8000, 1240, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f5a4f3b8000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
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\0\274\0\0\0\0\0\0"..., 
832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=1155768, ...}) = 0
mmap(NULL, 3252232, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x7f5a4ed90000
mprotect(0x7f5a4eea4000, 2093056, PROT_NONE) = 0
mmap(0x7f5a4f0a3000, 28672, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x113000) = 0x7f5a4f0a3000
mmap(0x7f5a4f0aa000, 8, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f5a4f0aa000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libreadline.so.7", 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\2208\1\0\0\0\0\0"..., 
832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=294632, ...}) = 0
mmap(NULL, 2395240, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x7f5a4eb40000
mprotect(0x7f5a4eb81000, 2093056, PROT_NONE) = 0
mmap(0x7f5a4ed80000, 32768, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x40000) = 0x7f5a4ed80000
mmap(0x7f5a4ed88000, 3176, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f5a4ed88000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libassuan.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\0p3\0\0\0\0\0\0"..., 832) 
= 832
fstat(3, {st_mode=S_IFREG|0644, st_size=75928, ...}) = 0
mmap(NULL, 2171232, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x7f5a4e928000
mprotect(0x7f5a4e939000, 2097152, PROT_NONE) = 0
mmap(0x7f5a4eb39000, 8192, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11000) = 0x7f5a4eb39000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
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\340+\0\0\0\0\0\0"..., 
832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=84032, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7f5a4fa1c000
mmap(NULL, 2179304, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x7f5a4e710000
mprotect(0x7f5a4e724000, 2093056, PROT_NONE) = 0
mmap(0x7f5a4e923000, 8192, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x13000) = 0x7f5a4e923000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -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\260\34\2\0\0\0\0\0"..., 
832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=2030544, ...}) = 0
mmap(NULL, 4131552, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x7f5a4e318000
mprotect(0x7f5a4e4ff000, 2097152, PROT_NONE) = 0
mmap(0x7f5a4e6ff000, 24576, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1e7000) = 0x7f5a4e6ff000
mmap(0x7f5a4e705000, 15072, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f5a4e705000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -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\0\200\272\0\0\0\0\0\0"..., 832) = 
832
fstat(3, {st_mode=S_IFREG|0644, st_size=1700792, ...}) = 0
mmap(NULL, 3789144, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x7f5a4df78000
mprotect(0x7f5a4e115000, 2093056, PROT_NONE) = 0
mmap(0x7f5a4e314000, 8192, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x19c000) = 0x7f5a4e314000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -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\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000b\0\0\0\0\0\0"..., 
832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=144976, ...}) = 0
mmap(NULL, 2221184, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x7f5a4dd58000
mprotect(0x7f5a4dd72000, 2093056, PROT_NONE) = 0
mmap(0x7f5a4df71000, 8192, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x19000) = 0x7f5a4df71000
mmap(0x7f5a4df73000, 13440, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f5a4df73000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -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\0P\16\0\0\0\0\0\0"..., 
832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=14560, ...}) = 0
mmap(NULL, 2109712, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x7f5a4db50000
mprotect(0x7f5a4db53000, 2093056, PROT_NONE) = 0
mmap(0x7f5a4dd52000, 8192, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f5a4dd52000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libtinfo.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\220\311\0\0\0\0\0\0"..., 832) = 
832
fstat(3, {st_mode=S_IFREG|0644, st_size=170784, ...}) = 0
mmap(NULL, 2267936, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x7f5a4d920000
mprotect(0x7f5a4d945000, 2097152, PROT_NONE) = 0
mmap(0x7f5a4db45000, 20480, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x25000) = 0x7f5a4db45000
close(3)                                = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7f5a4fa1a000
mmap(NULL, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7f5a4f9f5000
arch_prctl(ARCH_SET_FS, 0x7f5a4f9f5740) = 0
mprotect(0x7f5a4e6ff000, 16384, PROT_READ) = 0
mprotect(0x7f5a4db45000, 16384, PROT_READ) = 0
mprotect(0x7f5a4dd52000, 4096, PROT_READ) = 0
mprotect(0x7f5a4df71000, 4096, PROT_READ) = 0
mprotect(0x7f5a4e314000, 4096, PROT_READ) = 0
mprotect(0x7f5a4e923000, 4096, PROT_READ) = 0
mprotect(0x7f5a4eb39000, 4096, PROT_READ) = 0
mprotect(0x7f5a4ed80000, 8192, PROT_READ) = 0
mprotect(0x7f5a4f0a3000, 8192, PROT_READ) = 0
mprotect(0x7f5a4f3b3000, 12288, PROT_READ) = 0
mprotect(0x7f5a4f5ce000, 4096, PROT_READ) = 0
mprotect(0x7f5a4f7eb000, 4096, PROT_READ) = 0
mprotect(0x5628bc66f000, 8192, PROT_READ) = 0
mprotect(0x7f5a4fa17000, 4096, PROT_READ) = 0
munmap(0x7f5a4f9f8000, 122497)          = 0
set_tid_address(0x7f5a4f9f5a10)         = 17788
set_robust_list(0x7f5a4f9f5a20, 24)     = 0
rt_sigaction(SIGRTMIN, {sa_handler=0x7f5a4dd5dcb0, sa_mask=[], 
sa_flags=SA_RESTORER|SA_SIGINFO, sa_restorer=0x7f5a4dd6a890}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {sa_handler=0x7f5a4dd5dd50, sa_mask=[], 
sa_flags=SA_RESTORER|SA_RESTART|SA_SIGINFO, sa_restorer=0x7f5a4dd6a890}, 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)                               = 0x5628be43b000
brk(0x5628be45c000)                     = 0x5628be45c000
fstat(0, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 3), ...}) = 0
fstat(1, {st_mode=S_IFREG|0644, st_size=10298, ...}) = 0
fstat(2, {st_mode=S_IFREG|0644, st_size=10355, ...}) = 0
openat(AT_FDCWD, "/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=10281936, ...}) = 0
mmap(NULL, 10281936, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f5a4cf50000
close(3)                                = 0
access("/etc/gcrypt/fips_enabled", F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/etc/gcrypt/hwf.deny", O_RDONLY) = -1 ENOENT (No such file or 
directory)
prlimit64(0, RLIMIT_CORE, NULL, {rlim_cur=0, rlim_max=RLIM64_INFINITY}) = 0
prlimit64(0, RLIMIT_CORE, {rlim_cur=0, rlim_max=RLIM64_INFINITY}, NULL) = 0
rt_sigaction(SIGINT, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
rt_sigaction(SIGINT, {sa_handler=0x5628bc42ff30, sa_mask=[], 
sa_flags=SA_RESTORER, sa_restorer=0x7f5a4e356f20}, NULL, 8) = 0
rt_sigaction(SIGHUP, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
rt_sigaction(SIGHUP, {sa_handler=0x5628bc42ff30, sa_mask=[], 
sa_flags=SA_RESTORER, sa_restorer=0x7f5a4e356f20}, NULL, 8) = 0
rt_sigaction(SIGTERM, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
rt_sigaction(SIGTERM, {sa_handler=0x5628bc42ff30, sa_mask=[], 
sa_flags=SA_RESTORER, sa_restorer=0x7f5a4e356f20}, NULL, 8) = 0
rt_sigaction(SIGQUIT, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
rt_sigaction(SIGQUIT, {sa_handler=0x5628bc42ff30, sa_mask=[], 
sa_flags=SA_RESTORER, sa_restorer=0x7f5a4e356f20}, NULL, 8) = 0
rt_sigaction(SIGSEGV, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
rt_sigaction(SIGSEGV, {sa_handler=0x5628bc42ff30, sa_mask=[], 
sa_flags=SA_RESTORER, sa_restorer=0x7f5a4e356f20}, NULL, 8) = 0
rt_sigaction(SIGUSR1, {sa_handler=0x5628bc42fe90, sa_mask=[], 
sa_flags=SA_RESTORER, sa_restorer=0x7f5a4e356f20}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {sa_handler=SIG_IGN, sa_mask=[], sa_flags=SA_RESTORER, 
sa_restorer=0x7f5a4e356f20}, NULL, 8) = 0
mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7f5a4fa07000
getuid()                                = 1000
mlock(0x7f5a4fa07000, 65536)            = 0
geteuid()                               = 1000
access("/home/paul/.gnupg/gpg.conf-2.2.4", R_OK) = -1 ENOENT (No such file or 
directory)
access("/home/paul/.gnupg/gpg.conf-2.2", R_OK) = -1 ENOENT (No such file or 
directory)
access("/home/paul/.gnupg/gpg.conf-2", R_OK) = -1 ENOENT (No such file or 
directory)
access("/home/paul/.gnupg/gpg.conf", R_OK) = 0
access("/home/paul/.gnupg/options", R_OK) = -1 ENOENT (No such file or 
directory)
stat("/home/paul/.gnupg", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
stat("/home/paul", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
getuid()                                = 1000
openat(AT_FDCWD, "/home/paul/.gnupg/gpg.conf", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0664, st_size=3108, ...}) = 0
read(3, "#\n# This is an implementation of"..., 4096) = 3108
read(3, "", 4096)                       = 0
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/share/locale/en_GB.UTF-8/LC_MESSAGES/gnupg2.mo", 
O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/share/locale/en_GB.utf8/LC_MESSAGES/gnupg2.mo", 
O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/share/locale/en_GB/LC_MESSAGES/gnupg2.mo", O_RDONLY) = 
-1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/share/locale/en.UTF-8/LC_MESSAGES/gnupg2.mo", O_RDONLY) 
= -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/share/locale/en.utf8/LC_MESSAGES/gnupg2.mo", O_RDONLY) = 
-1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/share/locale/en/LC_MESSAGES/gnupg2.mo", O_RDONLY) = -1 
ENOENT (No such file or directory)
openat(AT_FDCWD, 
"/usr/share/locale-langpack/en_GB.UTF-8/LC_MESSAGES/gnupg2.mo", O_RDONLY) = -1 
ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/share/locale-langpack/en_GB.utf8/LC_MESSAGES/gnupg2.mo", 
O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/share/locale-langpack/en_GB/LC_MESSAGES/gnupg2.mo", 
O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=9941, ...}) = 0
mmap(NULL, 9941, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f5a4fa00000
close(3)                                = 0
openat(AT_FDCWD, "/usr/share/locale-langpack/en.UTF-8/LC_MESSAGES/gnupg2.mo", 
O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/share/locale-langpack/en.utf8/LC_MESSAGES/gnupg2.mo", 
O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/share/locale-langpack/en/LC_MESSAGES/gnupg2.mo", 
O_RDONLY) = -1 ENOENT (No such file or directory)
access("/home/paul/.gnupg/random_seed", F_OK) = 0
openat(AT_FDCWD, "/home/paul/.gnupg/pubring.gpg", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0664, st_size=8329224, ...}) = 0
read(3, 
"\231\1\r\4R\377\221$\1\10\0\276\377{\330`\352g<\223\276\2\227\333\tcv\241d\362\251\223"...,
 4096) = 4096
close(3)                                = 0
openat(AT_FDCWD, "/home/paul/.gnupg/pubring.kbx", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0600, st_size=32, ...}) = 0
read(3, "\0\0\0 \1\1\0\2KBXf\0\0\0\0[XL\351[XL\351\0\0\0\0\0\0\0\0", 4096) = 32
close(3)                                = 0
access("/home/paul/.gnupg/pubring.kbx", F_OK) = 0
access("/home/paul/.gnupg/pubring.kbx", R_OK) = 0
stat("/home/paul/.gnupg/trustdb.gpg", {st_mode=S_IFREG|0664, st_size=5320, 
...}) = 0
openat(AT_FDCWD, "/home/paul/.gnupg/trustdb.gpg", O_RDWR) = 3
lseek(3, 0, SEEK_SET)                   = 0
read(3, "\1gpg\3\3\1\5\1\2\0\0[I\2604[py*\0\0\0\0\0\0\0\0\0\0\0\0"..., 40) = 40
lseek(3, 0, SEEK_SET)                   = 0
read(3, "\1gpg\3\3\1\5\1\2\0\0[I\2604[py*\0\0\0\0\0\0\0\0\0\0\0\0"..., 40) = 40
lseek(3, 40, SEEK_SET)                  = 40
read(3, "\n\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 
40) = 40
lseek(3, 80, SEEK_SET)                  = 80
read(3, "\n\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0#\0\0\0e\0\0\0Q\0\0"..., 40) 
= 40
lseek(3, 120, SEEK_SET)                 = 120
read(3, "\n\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0)\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 
40) = 40
lseek(3, 160, SEEK_SET)                 = 160
read(3, "\n\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0n\0\0\0\0\0\0\0\0\0\0"..., 
40) = 40
lseek(3, 200, SEEK_SET)                 = 200
read(3, "\n\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 
40) = 40
lseek(3, 240, SEEK_SET)                 = 240
read(3, "\n\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 
40) = 40
lseek(3, 280, SEEK_SET)                 = 280
read(3, "\n\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 
40) = 40
lseek(3, 320, SEEK_SET)                 = 320
read(3, "\n\0\0\0\0r\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0G\0\0"..., 
40) = 40
lseek(3, 360, SEEK_SET)                 = 360
read(3, "\n\0\0\0\0\0\0\0\0\0\0\0\0C\0\0\0\0\0\0\0~\0\0\0\0\0\0\0\0\0\0"..., 
40) = 40
lseek(3, 400, SEEK_SET)                 = 400
read(3, "\n\0\0\0\0Z\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0l\0\0"..., 
40) = 40
lseek(3, 440, SEEK_SET)                 = 440
read(3, "\n\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\37\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 
40) = 40
lseek(3, 480, SEEK_SET)                 = 480
read(3, "\n\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 
40) = 40
lseek(3, 520, SEEK_SET)                 = 520
read(3, "\n\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0A\0\0"..., 
40) = 40
lseek(3, 560, SEEK_SET)                 = 560
read(3, "\n\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 
40) = 40
lseek(3, 600, SEEK_SET)                 = 600
read(3, "\n\0\0\0\0\0\0\0\0k\0\0\0\0\0\0\0,\0\0\0\0\0\0\0E\0\0\0\0\0\0"..., 40) 
= 40
lseek(3, 640, SEEK_SET)                 = 640
read(3, "\n\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0x\0\0"..., 
40) = 40
lseek(3, 680, SEEK_SET)                 = 680
read(3, "\n\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0U\0\0\0\0\0\0\0\0\0\0"..., 
40) = 40
lseek(3, 720, SEEK_SET)                 = 720
read(3, "\n\0\0\0\0\0\0\0\0X\0\0\0008\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 
40) = 40
lseek(3, 760, SEEK_SET)                 = 760
read(3, "\n\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 
40) = 40
lseek(3, 800, SEEK_SET)                 = 800
read(3, "\n\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 
40) = 40
lseek(3, 840, SEEK_SET)                 = 840
read(3, "\n\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 
40) = 40
lseek(3, 880, SEEK_SET)                 = 880
read(3, "\n\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0004\0\0\0'\0\0\0\0\0\0\0\0\0\0"..., 
40) = 40
lseek(3, 920, SEEK_SET)                 = 920
read(3, "\n\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 
40) = 40
lseek(3, 960, SEEK_SET)                 = 960
read(3, "\n\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0t\0\0\0\0\0\0"..., 
40) = 40
lseek(3, 1000, SEEK_SET)                = 1000
read(3, "\n\0\0\0\0\0\0\0\0<\0\0\0\0\0\0\0\0\0\0\0O\0\0\0\0\0\0\0\0\0\0"..., 
40) = 40
lseek(3, 1040, SEEK_SET)                = 1040
read(3, "\n\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 
40) = 40
lseek(3, 1080, SEEK_SET)                = 1080
read(3, "\n\0\0\0\0\0\0\0\0K\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 
40) = 40
lseek(3, 1120, SEEK_SET)                = 1120
read(3, "\n\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 
40) = 40
lseek(3, 1160, SEEK_SET)                = 1160
read(3, "\n\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 
40) = 40
lseek(3, 1200, SEEK_SET)                = 1200
read(3, 
"\f\0\331\2177~\264|\306\335%z\232\7\345d\271\302u\275\325.\5\0\0\0\0\0\0\"\0\0"...,
 40) = 40
lseek(3, 1240, SEEK_SET)                = 1240
read(3, 
"\f\0]\325\270\362\214\276\372\2O\237G+c\214x\245\342\201\254\333\0\0\0\0\0\0\0 
\0\0"..., 40) = 40
lseek(3, 1280, SEEK_SET)                = 1280
read(3, 
"\r\0~\33\320Ue\364bt\336\3Y\7\266\20\252\322\nZ\200y\0\0\0\0\0\0\0\0\0\0"..., 
40) = 40
lseek(3, 1320, SEEK_SET)                = 1320
read(3, "\r\0\242\202\200d'\344\27\221\225\270D\335\0230\315\t>\305 
\310\5\0\0\0\0\1\0\0\0\0"..., 40) = 40
lseek(3, 1360, SEEK_SET)                = 1360
read(3, 
"\r\0\316fr\3339\273tk\3161\306?\336u\277\200\304\255\n}\5\0\0\0!\1\0\0\0\0"...,
 40) = 40
lseek(3, 1400, SEEK_SET)                = 1400
read(3, 
"\f\0\r$\263j\251\242\246QxxvE\22\2\202\34\276,\331\301\0\0\0\0\0\0\0$\0\0"..., 
40) = 40
lseek(3, 1440, SEEK_SET)                = 1440
read(3, 
"\r\0\375\220\343\26\203p\37\32\374\261\325R\32!\324\276\353\4\34\263\0\0\0\0\0\0\0\0\0\0"...,
 40) = 40
lseek(3, 1480, SEEK_SET)                = 1480
read(3, 
"\f\0\251\231\267I\215\32\215\304s\345<\2220\237c]\255\33U\27\6\0\0\0\0\0\0&\0\0"...,
 40) = 40
lseek(3, 1520, SEEK_SET)                = 1520
read(3, 
"\r\0008\276yX\267\306\340u\233\204`%\341n\2315\23FG\227\6\0\0\0\0\0\0\0\0\0"...,
 40) = 40
lseek(3, 1560, SEEK_SET)                = 1560
read(3, 
"\f\0\301q\235\211\323%\17<\232I1i\205\30\212\243\341\341r\300\0\0\0\0\0\0\0(\0\0"...,
 40) = 40
lseek(3, 1600, SEEK_SET)                = 1600
read(3, "\r\0\223hd^\35\225\272\236 
\213\\ot(X\363UN\317N\5\0\0\0\0\1\0\0\0\0"..., 40) = 40
lseek(3, 1640, SEEK_SET)                = 1640
read(3, 
"\f\0\25[C\232\345\260]\351z\314\354YC\30\304\25w\17N\261\0\0\0\0\0\0\0003\0\0"...,
 40) = 40
lseek(3, 1680, SEEK_SET)                = 1680
read(3, 
"\r\0x\16!\314\364\313|\224m\26\201\27\30\v\"\235\222ft\331\0\0\0\0\0\0\0\0\0\0"...,
 40) = 40
lseek(3, 1720, SEEK_SET)                = 1720
read(3, 
"\r\0\7\260\f\353\177w1\362\21G\312\1\345\261\25\1\267\211\5\257\0\0\0\0*\0\0\0\0\0"...,
 40) = 40
lseek(3, 1760, SEEK_SET)                = 1760
read(3, 
"\f\0\201\26\352`@9\0247\342\212\314\250\240\263\37\210\350\0223V\5\2\0\0\0\0\0002\0\0"...,
 40) = 40
lseek(3, 1800, SEEK_SET)                = 1800
read(3, 
"\r\0c\205\4I\226\247\v\360\17\265\253>\234\272\343\317\2768\6g\5\0\0\0\0\1\0\0\0\0"...,
 40) = 40
lseek(3, 1840, SEEK_SET)                = 1840
read(3, "\r\0\fV\35\313t/\3708\311\3201\30 
\366\323q\226\376\236\367\5\0\0\0-\1\0\0\0\0"..., 40) = 40
lseek(3, 1880, SEEK_SET)                = 1880
read(3, 
"\r\0b\221\234\26\267'\207\257\331\263\312\237\204k\37\300XS\344l\5\0\0\0.\1\0\0\0\0"...,
 40) = 40
lseek(3, 1920, SEEK_SET)                = 1920
read(3, 
"\r\0\rTS\363;\243\326\350\337\305u\34Fp\264\24\24\232\375|\5\0\0\0/\1\0\0\0\0"...,
 40) = 40
lseek(3, 1960, SEEK_SET)                = 1960
read(3, 
"\r\0\305\36X\332\365\345\250:\217\5\276\263\263\217\33\266\vB\345,\5\0\0\0000\1\0\0\0\0"...,
 40) = 40
lseek(3, 2000, SEEK_SET)                = 2000
read(3, 
"\r\0l\233\206\317\260\3541\177\340w2jKP\202\375lj!\263\5\0\0\0001\1\0\0\0\0"...,
 40) = 40
lseek(3, 2040, SEEK_SET)                = 2040
read(3, 
"\r\0l\210\211\306\10\335\24\351\31?#\356\363ab$\26\232\244\332\0\0\0\0+\0\0\0\0\0"...,
 40) = 40
lseek(3, 2080, SEEK_SET)                = 2080
read(3, 
"\f\0\300E\255;\263\244\206]\272\2\302\353\"'\313\326LIr\30\0\2\0\0\0\0\0>\0\0"...,
 40) = 40
lseek(3, 2120, SEEK_SET)                = 2120
read(3, 
"\r\0;\350\360\351t\376\354)\2636B&\215\276N\217Z7L\35\0\0\0\0\0\0\0\0\0\0"..., 
40) = 40
lseek(3, 2160, SEEK_SET)                = 2160
read(3, 
"\r\0\306\371\200M(\355>\177\353\355\367\215\213\332#\316np\370\237\5\0\0\0005\2\0\0\0\0"...,
 40) = 40
lseek(3, 2200, SEEK_SET)                = 2200
read(3, 
"\r\0\254\274\275n:\354\252\367TQV\315\231\233\tC\2577\v\2\0\0\0\0006\0\0\0\0\0"...,
 40) = 40
lseek(3, 2240, SEEK_SET)                = 2240
read(3, 
"\f\0\233\357/\tXf\f\217TMPw\1\216\10\302\344\366\215\221\0\1\0\0\0\0\0@\0\0"...,
 40) = 40
lseek(3, 2280, SEEK_SET)                = 2280
read(3, 
"\r\0\317LK\335\375O\311\352\225\252\3708\377\273lvg\3126S\0\0\0\0\0\0\0\0\0\0"...,
 40) = 40
lseek(3, 2320, SEEK_SET)                = 2320
read(3, 
"\f\0\331wt#5\347\344\r\35qw=\355\372\266\2\211\231\23[\0\0\0\0\0\0\0=\0\0"..., 
40) = 40
lseek(3, 2360, SEEK_SET)                = 2360
read(3, 
"\r\0\260`\n\271g\252Y\337\20\214\376,\240\247\22\234\230\26uH\5\0\0\0\0\1\0\0\0\0"...,
 40) = 40
lseek(3, 2400, SEEK_SET)                = 2400
read(3, "\v\0\0\0\0\0\0\0\0\36\0\0\0:\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 
40) = 40
lseek(3, 2440, SEEK_SET)                = 2440
read(3, 
"\r\0\334\255YH\241\234\332y\264\313\37co\0172\202G\3463Y\5\0\0\0;\1\0\0\0\0"...,
 40) = 40
lseek(3, 2480, SEEK_SET)                = 2480
read(3, 
"\r\0K/\357\0\34\21&E\363\250\16\215}\r\377UJ\35\26Z\5\0\0\0007\1\0\0\0\0"..., 
40) = 40
lseek(3, 2520, SEEK_SET)                = 2520
read(3, 
"\r\0\214\323>V$\n`\274\357z\345yl:\265\302[\21\233\206\0\0\0\0009\0\0\0\0\0"...,
 40) = 40
lseek(3, 2560, SEEK_SET)                = 2560
read(3, 
"\r\0E~\262\2050\222\271[\233|7Q\34\271\242\252o\204\212\223\0\0\0\0?\0\0\0\0\0"...,
 40) = 40
lseek(3, 2600, SEEK_SET)                = 2600
read(3, 
"\f\0r`\0173\227\354/\36vg\3767\272n\32\227Cu\31\3\0\0\0\0\0\0\0B\0\0"..., 40) 
= 40
lseek(3, 2640, SEEK_SET)                = 2640
read(3, 
"\r\0\2657\366\300\225\376l\360#\t\257L\305-.Q\252,*|\5\0\0\0\0\1\0\0\0\0"..., 
40) = 40
lseek(3, 2680, SEEK_SET)                = 2680
read(3, 
"\f\0J\345\321%\5-\230d\\\221\230\355\207\261\324\372\4\345\212c\6\0\0\0\0\0\0N\0\0"...,
 40) = 40
lseek(3, 2720, SEEK_SET)                = 2720
read(3, 
"\r\0\2412&\367\301\353\377\322%!\345\361\334TN\266\246\\@\302\0\0\0\0\0\0\0\0\0\0"...,
 40) = 40
lseek(3, 2760, SEEK_SET)                = 2760
read(3, 
"\f\0\203\321\r\26\6\275*\274\267,\374K\243\341\327P\242M\342\217\6\0\0\0\0\0\0F\0\0"...,
 40) = 40
lseek(3, 2800, SEEK_SET)                = 2800
read(3, 
"\r\0=\274\320\327\260\r\221\200V\334\t\247\220\202\316@\r\10\374_\6\0\0\0\0\0\0\0\0\0"...,
 40) = 40
lseek(3, 2840, SEEK_SET)                = 2840
read(3, 
"\f\0E~YF\341\344I\367\327x\\#IE3\324\202\251\241\6\0\0\0\0\0\0\0J\0\0"..., 40) 
= 40
lseek(3, 2880, SEEK_SET)                = 2880
read(3, 
"\r\0\243w\200\363>)\320+\374\366\263\243\33\252'+$\22?I\0\0\0\0\0\0\0\0\0\0"...,
 40) = 40
lseek(3, 2920, SEEK_SET)                = 2920
read(3, 
"\r\0Xe\277\333u{~i=\304Z\200\276\245\272\303:I\252\311\0\0\0\0H\0\0\0\0\0"..., 
40) = 40
lseek(3, 2960, SEEK_SET)                = 2960
read(3, 
"\r\0\355A`&\210\273\355<!\3x\335\324g\331\210\314\367o\332\0\0\0\0I\0\0\0\0\0"...,
 40) = 40
lseek(3, 3000, SEEK_SET)                = 3000
read(3, 
"\f\0\353\221\354\252\335x\271\241Bs\311\306\200\370\231\310\36\227\261\276\0\0\0\0\0\0\0L\0\0"...,
 40) = 40
lseek(3, 3040, SEEK_SET)                = 3040
read(3, 
"\r\0\204\232Y\347T\2\244\177\0\261\231E\21\210\306\226\230U\20\24\5\0\0\0\0\1\0\0\0\0"...,
 40) = 40
lseek(3, 3080, SEEK_SET)                = 3080
read(3, 
"\r\0\3179%Ch\24\245\200\214\334M\304\250\365\363\267*\361b\241\6\0\0\0D\0\0\0\0\0"...,
 40) = 40
lseek(3, 3120, SEEK_SET)                = 3120
read(3, 
"\r\0\313\24\273\2216\3126U\373\265\353\370\222-0:\207\22\232\226\6\0\0\0M\0\0\0\0\0"...,
 40) = 40
lseek(3, 3160, SEEK_SET)                = 3160
read(3, 
"\f\0\334\263\232\356\10G\361\371\354gS\374\310\217)W\230\367S\272\0\0\0\0\0\0\0P\0\0"...,
 40) = 40
lseek(3, 3200, SEEK_SET)                = 3200
read(3, 
"\r\0\301\307C\361\213\frKb\25K\354C\205\324\201\217\34\240\340\0\0\0\0\0\0\0\0\0\0"...,
 40) = 40
lseek(3, 3240, SEEK_SET)                = 3240
read(3, 
"\f\0\17\361\303\3057\373tU\317\341Jm\32o_\360\275\322sx\0\0\0\0\0\0\0R\0\0"...,
 40) = 40
lseek(3, 3280, SEEK_SET)                = 3280
read(3, 
"\r\0\361\273\204\202+\330\226\325\324\1h\325\214\321\217\374\267\232\250{\0\0\0\0\0\0\0\0\0\0"...,
 40) = 40
lseek(3, 3320, SEEK_SET)                = 3320
read(3, 
"\f\0\37S\373V'\253\267\214A\370\230\"\344P\260y\2\331\256O\0\0\0\0\0\0\0T\0\0"...,
 40) = 40
lseek(3, 3360, SEEK_SET)                = 3360
read(3, 
"\r\0\n\30\354\330C\276\256]\356K\257\244?\323E\206\214\256\233\303\0\0\0\0\0\0\0\0\0\0"...,
 40) = 40
lseek(3, 3400, SEEK_SET)                = 3400
read(3, 
"\f\0\224\313\257\33504Q\tV\0305\252\v\177\213`\343\355\372\343\0\1\0\0\0\0\0W\0\0"...,
 40) = 40
lseek(3, 3440, SEEK_SET)                = 3440
read(3, 
"\r\0y\273\377,\37D%f^\356\267\v\264\371\235?\277\253\271\306\5\0\0\0\0\1\0\0\0\0"...,
 40) = 40
lseek(3, 3480, SEEK_SET)                = 3480
read(3, 
"\r\0x\230\366\211\307\215\371\227\0214\350\251\24\2766\257\f\211-s\5\0\0\0V\1\0\0\0\0"...,
 40) = 40
lseek(3, 3520, SEEK_SET)                = 3520
read(3, 
"\f\0\232\246\17\251y\354\3450x\372\7\30\7\216\256\20L\324V'\0\0\0\0\0\0\0Y\0\0"...,
 40) = 40
lseek(3, 3560, SEEK_SET)                = 3560
read(3, 
"\r\0\224\353\324k<\305\247:\217\367\177\350\261\222\267\225\276\"\372G\0\0\0\0\0\0\0\0\0\0"...,
 40) = 40
lseek(3, 3600, SEEK_SET)                = 3600
read(3, 
"\f\0Qh\317\33\246\216D;\27Rv\231,\5\3603@L\351v\0\0\0\0\0\0\0\\\0\0"..., 40) = 
40
lseek(3, 3640, SEEK_SET)                = 3640
read(3, 
"\r\0s\246\364\177\22AKj\256\263\356\237\273\16\31\307\232\23\332]\0\0\0\0\0\0\0\0\0\0"...,
 40) = 40
lseek(3, 3680, SEEK_SET)                = 3680
read(3, 
"\r\0\5\317N\211\25\366\352gh\251\257n\200\266\33\374\245e\344\332\0\0\0\0[\0\0\0\0\0"...,
 40) = 40
lseek(3, 3720, SEEK_SET)                = 3720
read(3, 
"\f\0LGI\223A\211\34\202\306~u\264\342\205R\276\334\262\313\242\0\0\0\0\0\0\0^\0\0"...,
 40) = 40
lseek(3, 3760, SEEK_SET)                = 3760
read(3, 
"\r\0s\246\364\177\22AKj\256\263\356\237\273\16\31\307\232\23\332]\0\0\0\0\0\0\0\0\0\0"...,
 40) = 40
lseek(3, 3800, SEEK_SET)                = 3800
read(3, 
"\f\0\7c?Jg\321\0q\341\304\330e1\213*\16\317\336k\33\0\2\0\0\0\0\0d\0\0"..., 
40) = 40
lseek(3, 3840, SEEK_SET)                = 3840
read(3, 
"\r\0*v\240\36\371\212\275\273.\357>O\331v\213\275O\216\10>\2\0\0\0\0\0\0\0\0\0"...,
 40) = 40
lseek(3, 3880, SEEK_SET)                = 3880
read(3, 
"\r\0\314\200\252\210\212\260sMv\16\343n\362\304?O\263\36r\302\2\0\0\0`\0\0\0\0\0"...,
 40) = 40
lseek(3, 3920, SEEK_SET)                = 3920
read(3, 
"\r\0\327iM\352\3426\347f'\252\347\230#+\261i\213|\310\1\2\0\0\0a\0\0\0\0\0"...,
 40) = 40
lseek(3, 3960, SEEK_SET)                = 3960
read(3, 
"\r\0G\237\304\333+C5\t:\354\7q+?\336\252\253.u\6\2\0\0\0b\0\0\0\0\0"..., 40) = 
40
lseek(3, 4000, SEEK_SET)                = 4000
read(3, 
"\r\0\365\250\244\312/\274Sie\v\271\21\264\331\377\35g&\251\n\2\0\0\0c\0\0\0\0\0"...,
 40) = 40
lseek(3, 4040, SEEK_SET)                = 4040
read(3, 
"\f\0\16\345\276\227\222\202\330\v\237u@\361\314\322\355\224\322\0279\351\0\2\0\0\0\0\0j\0\0"...,
 40) = 40
lseek(3, 4080, SEEK_SET)                = 4080
read(3, 
"\r\0g\1\230P\246\375\231\210;CK\272$\315[7\\U\253>\2\0\0\0\0\0\0\0\0\0"..., 
40) = 40
lseek(3, 4120, SEEK_SET)                = 4120
read(3, 
"\r\0\365\21\216\0310\232%m\234\200*\363\270\27\232\305\252\235\4\344\2\0\0\0f\0\0\0\0\0"...,
 40) = 40
lseek(3, 4160, SEEK_SET)                = 4160
read(3, 
"\r\0\206v%\2617\256\5\370W\237\202\334)\265\352\362t8c\4\2\0\0\0g\0\0\0\0\0"...,
 40) = 40
lseek(3, 4200, SEEK_SET)                = 4200
read(3, 
"\r\0002\212\\l\33/\10\221\22^\313\344bBv\265\242)dx\2\0\0\0h\0\0\0\0\0"..., 
40) = 40
lseek(3, 4240, SEEK_SET)                = 4240
read(3, 
"\r\0\202\320\2\206B\234\226*\226+e\255\337\214r\230A\347\0267\2\0\0\0i\0\0\0\0\0"...,
 40) = 40
lseek(3, 4280, SEEK_SET)                = 4280
read(3, 
"\f\0\177\275\230>OT\5\260&Q\240Q\266\267g\331\0373\217\344\0\0\0\0\0\0\0q\0\0"...,
 40) = 40
lseek(3, 4320, SEEK_SET)                = 4320
read(3, "\f\0W\21\275\r#-\332FPO & \357\210\334\0D\231f\0\0\0\0\0\0\0p\0\0"..., 
40) = 40
lseek(3, 4360, SEEK_SET)                = 4360
read(3, "\f\0\37\7\242\376\\\20\210!b\tV\3755V[\205 
\356\217\230\0\0\0\0\0\0\0o\0\0"..., 40) = 40
lseek(3, 4400, SEEK_SET)                = 4400
read(3, "\v\0\0\0\0\0\0\0\0S\0\0\0m\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 
40) = 40
lseek(3, 4440, SEEK_SET)                = 4440
read(3, 
"\r\0h\220x\25688\307\213C\266t|\21\7\327\375\277\207a\374\0\0\0\0\0\0\0\0\0\0"...,
 40) = 40
lseek(3, 4480, SEEK_SET)                = 4480
read(3, 
"\r\0h\220x\25688\307\213C\266t|\21\7\327\375\277\207a\374\0\0\0\0\0\0\0\0\0\0"...,
 40) = 40
lseek(3, 4520, SEEK_SET)                = 4520
read(3, 
"\r\0h\220x\25688\307\213C\266t|\21\7\327\375\277\207a\374\0\0\0\0\0\0\0\0\0\0"...,
 40) = 40
lseek(3, 4560, SEEK_SET)                = 4560
read(3, 
"\f\0?g\207\265r\334\366\361ZZU\177\235\347\250\236-\342So\0\0\0\0\0\0\0s\0\0"...,
 40) = 40
lseek(3, 4600, SEEK_SET)                = 4600
read(3, 
"\r\0\n\377\351GF\1\217|\311\357n\314\332\354;\261\355-\337\307\5\0\0\0\0\1\0\0\0\0"...,
 40) = 40
lseek(3, 4640, SEEK_SET)                = 4640
read(3, "\f\0\324\253\31)d\367j\177\217\212\2335{\321\203 
\336\255\372\21\0\2\0\0\0\0\0u\0\0"..., 40) = 40
lseek(3, 4680, SEEK_SET)                = 4680
read(3, 
"\r\0\t$l\36754\225\236\352\366\2745\0008\214iW\244\217r\2\0\0\0\0\0\0\0\0\0"...,
 40) = 40
lseek(3, 4720, SEEK_SET)                = 4720
read(3, 
"\f\0OL\255\22\r|\365%\353z[\374\216vD\340\261\307\317\313\0\1\0\0\0\0\0w\0\0"...,
 40) = 40
lseek(3, 4760, SEEK_SET)                = 4760
read(3, "\r\0\36zk\20\37O}+\353\242\4\257 
|2S\326n\275\320\5\0\0\0\0\1\0\0\0\0"..., 40) = 40
lseek(3, 4800, SEEK_SET)                = 4800
read(3, 
"\f\0\215S\231\236\332g\267\247\263\306\315\367\3642Q\235'6\"\327\0\1\0\0\0\0\0{\0\0"...,
 40) = 40
lseek(3, 4840, SEEK_SET)                = 4840
read(3, "\r\0XMyrxI#\266\6\344\251W05LYA\265\3777\5\0\0\0\0\1\0\0\0\0"..., 40) 
= 40
lseek(3, 4880, SEEK_SET)                = 4880
read(3, 
"\r\0\5\3144\344\"\216\16\340g\314\366A!DB\326\262C{\26\5\0\0\0y\1\0\0\0\0"..., 
40) = 40
lseek(3, 4920, SEEK_SET)                = 4920
read(3, 
"\r\0\262?5\223\364Bv\260ujit\t\325\304\213tP\26*\2\0\0\0z\0\0\0\0\0"..., 40) = 
40
lseek(3, 4960, SEEK_SET)                = 4960
read(3, 
"\f\0Lx\305\35\32\310\3335\315\201\224\262s\25\360\3\16A\252\34\0\2\0\0\0\0\0\200\0\0"...,
 40) = 40
lseek(3, 5000, SEEK_SET)                = 5000
read(3, "\r\0\340\367\303S\247v\177\203\277\203\265\321\306\344\2670\34 
+\210\2\0\0\0\0\0\0\0\0\0"..., 40) = 40
lseek(3, 5040, SEEK_SET)                = 5040
read(3, "\v\0\0\0\0\0\0\0\0]\0\0\0|\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 
40) = 40
lseek(3, 5080, SEEK_SET)                = 5080
read(3, 
"\r\0&S\23\377`\370}\252\333\261\373jmT\336)\6\253\177%\2\0\0\0}\0\0\0\0\0"..., 
40) = 40
lseek(3, 5120, SEEK_SET)                = 5120
read(3, 
"\r\0\7\217\225\241\364.n\25{\302\324\250m\32\231\344\24\346\270r\2\0\0\0\177\0\0\0\0\0"...,
 40) = 40
lseek(3, 5160, SEEK_SET)                = 5160
read(3, 
"\f\0O\237\211\365PZ\301\321\242`c\34\333\21\207\271\335_i;\0\2\0\0\0\0\0\204\0\0"...,
 40) = 40
lseek(3, 5200, SEEK_SET)                = 5200
read(3, 
"\r\0\0017\325Ne\16@U%\0061\375b.\37\0237x\213\237\2\0\0\0\0\0\0\0\0\0"..., 40) 
= 40
lseek(3, 5240, SEEK_SET)                = 5240
read(3, "\v\0\0\0\0\0\0\0\0v\0\0\0\201\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 
40) = 40
lseek(3, 5280, SEEK_SET)                = 5280
read(3, 
"\r\0\237\34:j]{\200\347\263\341\254+\3068\377s3\0107\266\2\0\0\0\202\0\0\0\0\0"...,
 40) = 40
lseek(3, 5320, SEEK_SET)                = 5320
read(3, "", 40)                         = 0
lseek(3, 0, SEEK_SET)                   = 0
read(3, "\1gpg\3\3\1\5\1\2\0\0[I\2604[py*\0\0\0\0\0\0\0\0\0\0\0\0"..., 40) = 40
lseek(3, 0, SEEK_SET)                   = 0
read(3, "\1gpg\3\3\1\5\1\2\0\0[I\2604[py*\0\0\0\0\0\0\0\0\0\0\0\0"..., 40) = 40
openat(AT_FDCWD, "/home/paul/.gnupg/pubring.kbx", O_RDONLY) = 4
lseek(4, 0, SEEK_CUR)                   = 0
fstat(4, {st_mode=S_IFREG|0600, st_size=32, ...}) = 0
read(4, "\0\0\0 \1\1\0\2KBXf\0\0\0\0[XL\351[XL\351\0\0\0\0\0\0\0\0", 4096) = 32
lseek(4, 0, SEEK_CUR)                   = 32
read(4, "", 4096)                       = 0
close(4)                                = 0
munmap(0x7f5a4fa07000, 65536)           = 0
exit_group(0)                           = ?
+++ exited with 0 +++
_______________________________________________
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users

Reply via email to