gpg: erro ao criar senha: Operação cancelada

0

Eu compilei o gnupg-2.1.15 no CentOS6.5

Uma vez que a compilação é feita, está funcionando bem no mesmo host.

Mas se eu mover binários e bibliotecas para o host remoto e tentar usar o gpg, haverá um erro abaixo.

gpg: problem with the agent: End of file
gpg: error creating passphrase: Operation cancelled
gpg: symmetric encryption of 'file.txt' failed: Operation cancelled

strace gpg -c file.txt (saída truncada):

write(5, "GETINFO cmd_has_option GET_PASSP"..., 44) = 44
write(5, "\n", 1)                       = 1
read(5, "OK", 1002)                     = 2
read(5, "\n", 1000)                     = 1
write(5, "GET_PASSPHRASE --data --repeat=1"..., 77) = 77
write(5, "\n", 1)                       = 1
read(5, "INQUIRE PINENTRY_LAUNCHED 625\n", 1002) = 30
write(5, "END", 3)                      = 3
write(5, "\n", 1)                       = 1
"INQUIRE PINENTRY_LAUNCHED 631\n", 1002) = 30
write(5, "END", 3)                      = 3
write(5, "\n", 1)                       = 1
"", 1002)                       = 0
write(2, "gpg: problem with the agent: End"..., 40gpg: problem with the agent: End of file) = 40
write(2, "\n", 1
)                       = 1
close(3)                                = 0
write(2, "gpg: error creating passphrase: "..., 51gpg: error creating passphrase: Operation cancelled) = 51
write(2, "\n", 1
)                       = 1
write(2, "gpg: symmetric encryption of 'no"..., 67gpg: symmetric encryption of 'novas.rc' failed: Operation cancelled) = 67
write(2, "\n", 1
)                       = 1
open("/remote/us01home34/ids_cm/.gnupg/random_seed", O_WRONLY|O_CREAT, 0600) = 3
fcntl(3, F_SETLK, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
ftruncate(3, 0)                         = 0
write(3, "q52$}\t5373+X00o,yZ)\"Y25H2/1202"..., 600) = 600
close(3)                                = 0
munmap(0x7f39d9bb7000, 32768)           = 0
exit_group(2)                           = ?

Saída inteira de strace:

% strace gpg2 -c gui_command.log
execve(" gnupg-2.1.15/bin/gpg2", ["gpg2", "-c", "gui_command.log"], [/* 43 vars */]) = 0
brk(0)                                  = 0xece000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f495451d000
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)
open(" gnupg-2.1.15/deps/lib/tls/x86_64/libz.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
stat(" gnupg-2.1.15/deps/lib/tls/x86_64", 0x7fff4f505e10) = -1 ENOENT (No such file or directory)
open(" gnupg-2.1.15/deps/lib/tls/libz.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
stat(" gnupg-2.1.15/deps/lib/tls", 0x7fff4f505e10) = -1 ENOENT (No such file or directory)
open(" gnupg-2.1.15/deps/lib/x86_64/libz.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
stat(" gnupg-2.1.15/deps/lib/x86_64", 0x7fff4f505e10) = -1 ENOENT (No such file or directory)
open(" gnupg-2.1.15/deps/lib/libz.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
stat(" gnupg-2.1.15/deps/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/local/lib/tls/x86_64/libz.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/tls/x86_64", 0x7fff4f505e10) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/tls/libz.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/tls", 0x7fff4f505e10) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/x86_64/libz.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64", 0x7fff4f505e10) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/libz.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/etc/ld.so.cache", O_RDONLY)      = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=404457, ...}) = 0
mmap(NULL, 404457, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f49544ba000
close(3)                                = 0
open("/lib64/libz.so.1", O_RDONLY)      = 3
read(3, "7ELF
gpg: problem with the agent: End of file
gpg: error creating passphrase: Operation cancelled
gpg: symmetric encryption of 'file.txt' failed: Operation cancelled
write(5, "GETINFO cmd_has_option GET_PASSP"..., 44) = 44
write(5, "\n", 1)                       = 1
read(5, "OK", 1002)                     = 2
read(5, "\n", 1000)                     = 1
write(5, "GET_PASSPHRASE --data --repeat=1"..., 77) = 77
write(5, "\n", 1)                       = 1
read(5, "INQUIRE PINENTRY_LAUNCHED 625\n", 1002) = 30
write(5, "END", 3)                      = 3
write(5, "\n", 1)                       = 1
"INQUIRE PINENTRY_LAUNCHED 631\n", 1002) = 30
write(5, "END", 3)                      = 3
write(5, "\n", 1)                       = 1
"", 1002)                       = 0
write(2, "gpg: problem with the agent: End"..., 40gpg: problem with the agent: End of file) = 40
write(2, "\n", 1
)                       = 1
close(3)                                = 0
write(2, "gpg: error creating passphrase: "..., 51gpg: error creating passphrase: Operation cancelled) = 51
write(2, "\n", 1
)                       = 1
write(2, "gpg: symmetric encryption of 'no"..., 67gpg: symmetric encryption of 'novas.rc' failed: Operation cancelled) = 67
write(2, "\n", 1
)                       = 1
open("/remote/us01home34/ids_cm/.gnupg/random_seed", O_WRONLY|O_CREAT, 0600) = 3
fcntl(3, F_SETLK, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
ftruncate(3, 0)                         = 0
write(3, "q52$}\t5373+X00o,yZ)\"Y25H2/1202"..., 600) = 600
close(3)                                = 0
munmap(0x7f39d9bb7000, 32768)           = 0
exit_group(2)                           = ?
% strace gpg2 -c gui_command.log
execve(" gnupg-2.1.15/bin/gpg2", ["gpg2", "-c", "gui_command.log"], [/* 43 vars */]) = 0
brk(0)                                  = 0xece000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f495451d000
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)
open(" gnupg-2.1.15/deps/lib/tls/x86_64/libz.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
stat(" gnupg-2.1.15/deps/lib/tls/x86_64", 0x7fff4f505e10) = -1 ENOENT (No such file or directory)
open(" gnupg-2.1.15/deps/lib/tls/libz.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
stat(" gnupg-2.1.15/deps/lib/tls", 0x7fff4f505e10) = -1 ENOENT (No such file or directory)
open(" gnupg-2.1.15/deps/lib/x86_64/libz.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
stat(" gnupg-2.1.15/deps/lib/x86_64", 0x7fff4f505e10) = -1 ENOENT (No such file or directory)
open(" gnupg-2.1.15/deps/lib/libz.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
stat(" gnupg-2.1.15/deps/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/local/lib/tls/x86_64/libz.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/tls/x86_64", 0x7fff4f505e10) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/tls/libz.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/tls", 0x7fff4f505e10) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/x86_64/libz.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64", 0x7fff4f505e10) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/libz.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/etc/ld.so.cache", O_RDONLY)      = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=404457, ...}) = 0
mmap(NULL, 404457, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f49544ba000
close(3)                                = 0
open("/lib64/libz.so.1", O_RDONLY)      = 3
read(3, "7ELF%pre%%pre%%pre%%pre%%pre%%pre%%pre%%pre%%pre%%pre%>%pre%%pre%%pre%%pre% !%pre%%pre%%pre%%pre%%pre%%pre%"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=88600, ...}) = 0
mmap(NULL, 2183696, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f49540e9000
mprotect(0x7f49540fe000, 2093056, PROT_NONE) = 0
mmap(0x7f49542fd000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14000) = 0x7f49542fd000
close(3)                                = 0
open(" gnupg-2.1.15/deps/lib/libbz2.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/libbz2.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/lib64/libbz2.so.1", O_RDONLY)    = 3
read(3, "7ELF%pre%%pre%%pre%%pre%%pre%%pre%%pre%%pre%%pre%%pre%>%pre%%pre%%pre%%pre%00%pre%%pre%%pre%%pre%%pre%%pre%"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=67592, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f49544b9000
mmap(NULL, 2162768, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f4953ed8000
mprotect(0x7f4953ee8000, 2093056, PROT_NONE) = 0
mmap(0x7f49540e7000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xf000) = 0x7f49540e7000
close(3)                                = 0
open(" gnupg-2.1.15/deps/lib/libgcrypt.so.20", O_RDONLY) = 3
read(3, "7ELF%pre%%pre%%pre%%pre%%pre%%pre%%pre%%pre%%pre%%pre%>%pre%%pre%%pre%%pre%%pre%7%pre%%pre%%pre%%pre%%pre%%pre%"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=3456395, ...}) = 0
mmap(NULL, 3061312, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f4953bec000
mprotect(0x7f4953cd1000, 2093056, PROT_NONE) = 0
mmap(0x7f4953ed0000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe4000) = 0x7f4953ed0000
close(3)                                = 0
open(" gnupg-2.1.15/deps/lib/libgpg-error.so.0", O_RDONLY) = 3
read(3, "7ELF%pre%%pre%%pre%%pre%%pre%%pre%%pre%%pre%%pre%%pre%>%pre%%pre%%pre%%pre%0&%pre%%pre%%pre%%pre%%pre%%pre%"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=282533, ...}) = 0
mmap(NULL, 2167992, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f49539da000
mprotect(0x7f49539eb000, 2097152, PROT_NONE) = 0
mmap(0x7f4953beb000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11000) = 0x7f4953beb000
close(3)                                = 0
open(" gnupg-2.1.15/deps/lib/libreadline.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/libreadline.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/lib64/libreadline.so.6", O_RDONLY) = 3
read(3, "7ELF%pre%%pre%%pre%%pre%%pre%%pre%%pre%%pre%%pre%%pre%>%pre%%pre%%pre%%pre%PE%pre%%pre%%pre%%pre%%pre%"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=269592, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f49544b8000
mmap(NULL, 2370056, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f4953797000
mprotect(0x7f49537d1000, 2097152, PROT_NONE) = 0
mmap(0x7f49539d1000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3a000) = 0x7f49539d1000
mmap(0x7f49539d9000, 2568, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f49539d9000
close(3)                                = 0
open(" gnupg-2.1.15/deps/lib/libassuan.so.0", O_RDONLY) = 3
read(3, "7ELF%pre%%pre%%pre%%pre%%pre%%pre%%pre%%pre%%pre%%pre%>%pre%%pre%%pre%%pre%04%pre%%pre%%pre%%pre%%pre%%pre%"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=416569, ...}) = 0
mmap(NULL, 2166448, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f4953586000
mprotect(0x7f4953597000, 2093056, PROT_NONE) = 0
mmap(0x7f4953796000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x10000) = 0x7f4953796000
close(3)                                = 0
open(" gnupg-2.1.15/deps/lib/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/lib64/libc.so.6", O_RDONLY)      = 3
read(3, "7ELF%pre%%pre%%pre%%pre%%pre%%pre%%pre%%pre%%pre%>%pre%%pre%%pre%%pre%p6%pre%%pre%%pre%%pre%%pre%"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1921176, ...}) = 0
mmap(NULL, 3750152, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f49531f2000
mprotect(0x7f495337c000, 2097152, PROT_NONE) = 0
mmap(0x7f495357c000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x18a000) = 0x7f495357c000
mmap(0x7f4953581000, 18696, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f4953581000
close(3)                                = 0
open(" gnupg-2.1.15/deps/lib/libtinfo.so.5", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/libtinfo.so.5", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/lib64/libtinfo.so.5", O_RDONLY)  = 3
read(3, "7ELF%pre%%pre%%pre%%pre%%pre%%pre%%pre%%pre%%pre%%pre%>%pre%%pre%%pre%%pre%@0%pre%%pre%%pre%%pre%%pre%%pre%"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=135896, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f49544b7000
mmap(NULL, 2232320, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f4952fd1000
mprotect(0x7f4952fee000, 2097152, PROT_NONE) = 0
mmap(0x7f49531ee000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1d000) = 0x7f49531ee000
close(3)                                = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f49544b6000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f49544b5000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f49544b4000
arch_prctl(ARCH_SET_FS, 0x7f49544b5700) = 0
mprotect(0x7f495357c000, 16384, PROT_READ) = 0
mprotect(0x7f49542fd000, 4096, PROT_READ) = 0
mprotect(0x7f495451e000, 4096, PROT_READ) = 0
munmap(0x7f49544ba000, 404457)          = 0
brk(0)                                  = 0xece000
brk(0xeef000)                           = 0xeef000
fstat(0, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0
fstat(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0
fstat(2, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0
open("/usr/lib/locale/locale-archive", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=99158576, ...}) = 0
mmap(NULL, 99158576, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f494d140000
close(3)                                = 0
access("/etc/gcrypt/fips_enabled", F_OK) = -1 ENOENT (No such file or directory)
open("/proc/sys/crypto/fips_enabled", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f495451c000
read(3, "0\n", 1024)                    = 2
close(3)                                = 0
munmap(0x7f495451c000, 4096)            = 0
open("/etc/gcrypt/hwf.deny", O_RDONLY)  = -1 ENOENT (No such file or directory)
getrlimit(RLIMIT_CORE, {rlim_cur=0, rlim_max=RLIM_INFINITY}) = 0
setrlimit(RLIMIT_CORE, {rlim_cur=0, rlim_max=RLIM_INFINITY}) = 0
rt_sigaction(SIGINT, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGINT, {0x495c80, [], SA_RESTORER, 0x7f49532246a0}, NULL, 8) = 0
rt_sigaction(SIGHUP, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGHUP, {0x495c80, [], SA_RESTORER, 0x7f49532246a0}, NULL, 8) = 0
rt_sigaction(SIGTERM, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGTERM, {0x495c80, [], SA_RESTORER, 0x7f49532246a0}, NULL, 8) = 0
rt_sigaction(SIGQUIT, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGQUIT, {0x495c80, [], SA_RESTORER, 0x7f49532246a0}, NULL, 8) = 0
rt_sigaction(SIGSEGV, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGSEGV, {0x495c80, [], SA_RESTORER, 0x7f49532246a0}, NULL, 8) = 0
rt_sigaction(SIGUSR1, {0x495a80, [], SA_RESTORER, 0x7f49532246a0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f49532246a0}, NULL, 8) = 0
mmap(NULL, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4954515000
getuid()                                = 32382
mlock(0x7f4954515000, 32768)            = 0
geteuid()                               = 32382
access(" /home/venkatesh/.gnupg/gpg.conf-2.1.15", R_OK) = -1 ENOENT (No such file or directory)
access(" /home/venkatesh/.gnupg/gpg.conf-2.1", R_OK) = -1 ENOENT (No such file or directory)
access(" /home/venkatesh/.gnupg/gpg.conf-2", R_OK) = -1 ENOENT (No such file or directory)
access(" /home/venkatesh/.gnupg/gpg.conf", R_OK) = 0
access(" /home/venkatesh/.gnupg/options", R_OK) = -1 ENOENT (No such file or directory)
stat(" /home/venkatesh/.gnupg", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat(" /home/venkatesh", {st_mode=S_IFDIR|0755, st_size=118784, ...}) = 0
getuid()                                = 32382
open("/usr/share/locale/locale.alias", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=2512, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4954514000
read(3, "# Locale name alias data base.\n#"..., 4096) = 2512
read(3, "", 4096)                       = 0
close(3)                                = 0
munmap(0x7f4954514000, 4096)            = 0
open(" gnupg-2.1.15/share/locale/en_US.UTF-8/LC_MESSAGES/gnupg2.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open(" gnupg-2.1.15/share/locale/en_US.utf8/LC_MESSAGES/gnupg2.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open(" gnupg-2.1.15/share/locale/en_US/LC_MESSAGES/gnupg2.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open(" gnupg-2.1.15/share/locale/en.UTF-8/LC_MESSAGES/gnupg2.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open(" gnupg-2.1.15/share/locale/en.utf8/LC_MESSAGES/gnupg2.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open(" gnupg-2.1.15/share/locale/en/LC_MESSAGES/gnupg2.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
write(2, "gpg: WARNING: unsafe permissions"..., 77gpg: WARNING: unsafe permissions on homedir ' /home/venkatesh/.gnupg) = 77
write(2, "'\n", 2'
)                      = 2
open(" /home/venkatesh/.gnupg/gpg.conf", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=10, ...}) = 0
mmap(NULL, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f495450d000
read(3, "use-agent\n", 32768)           = 10
read(3, "", 32768)                      = 0
close(3)                                = 0
munmap(0x7f495450d000, 32768)           = 0
access(" /home/venkatesh/.gnupg/random_seed", F_OK) = 0
open(" /home/venkatesh/.gnupg/pubring.gpg", O_RDONLY) = -1 ENOENT (No such file or directory)
open(" /home/venkatesh/.gnupg/pubring.kbx", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0600, st_size=32, ...}) = 0
mmap(NULL, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f495450d000
read(3, "%pre%%pre%%pre% %pre%KBXf%pre%%pre%%pre%%pre%X3X3%pre%%pre%%pre%%pre%%pre%%pre%%pre%%pre%", 32768) = 32
close(3)                                = 0
munmap(0x7f495450d000, 32768)           = 0
access(" /home/venkatesh/.gnupg/pubring.kbx", F_OK) = 0
open("gui_command.log", O_RDONLY)       = 3
access("/dev/random", R_OK)             = 0
access("/dev/urandom", R_OK)            = 0
getpid()                                = 8080
open(" /home/venkatesh/.gnupg/random_seed", O_RDONLY) = 4
fcntl(4, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
fstat(4, {st_mode=S_IFREG|0600, st_size=600, ...}) = 0
read(4, "Q43&4gG h)4725G36L2&5G|%e7-k"..., 600) = 600
close(4)                                = 0
times({tms_utime=0, tms_stime=1, tms_cutime=0, tms_cstime=0}) = 967382149
open("/dev/urandom", O_RDONLY)          = 4
fcntl(4, F_GETFD)                       = 0
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
select(5, [4], NULL, NULL, {0, 100000}) = 1 (in [4], left {0, 99994})
read(4, "1n*573\J21104X", 16) = 16
getrusage(RUSAGE_SELF, {ru_utime={0, 999}, ru_stime={0, 12998}, ...}) = 0
times({tms_utime=0, tms_stime=1, tms_cutime=0, tms_cstime=0}) = 967382149
open(" gnupg-2.1.15/deps/share/locale/en_US.UTF-8/LC_MESSAGES/libgpg-error.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open(" gnupg-2.1.15/deps/share/locale/en_US.utf8/LC_MESSAGES/libgpg-error.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open(" gnupg-2.1.15/deps/share/locale/en_US/LC_MESSAGES/libgpg-error.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open(" gnupg-2.1.15/deps/share/locale/en.UTF-8/LC_MESSAGES/libgpg-error.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open(" gnupg-2.1.15/deps/share/locale/en.utf8/LC_MESSAGES/libgpg-error.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open(" gnupg-2.1.15/deps/share/locale/en/LC_MESSAGES/libgpg-error.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
getuid()                                = 32382
stat("/run/user/32382", 0x7fff4f5049a0) = -1 ENOENT (No such file or directory)
getuid()                                = 32382
stat("/var/run/user/32382", 0x7fff4f5049a0) = -1 ENOENT (No such file or directory)
stat(" /home/venkatesh/.gnupg/S.gpg-agent", {st_mode=S_IFSOCK|0700, st_size=0, ...}) = 0
socket(PF_FILE, SOCK_STREAM, 0)         = 5
stat(" /home/venkatesh/.gnupg/S.gpg-agent", {st_mode=S_IFSOCK|0700, st_size=0, ...}) = 0
connect(5, {sa_family=AF_FILE, path=" /home/venkatesh/.gnupg/S.gpg-agent"}, 46) = -1 ECONNREFUSED (Connection refused)
open("/usr/share/locale/en_US.UTF-8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/en_US.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/en_US/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/en.UTF-8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/en.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/en/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
close(5)                                = 0
uname({sys="Linux", node="us02vlgapps-rh6", ...}) = 0
open(" /home/venkatesh/.gnupg/.#lk0x0000000000ee08f0.us02vlgapps-rh6.8080", O_WRONLY|O_CREAT|O_EXCL, 0644) = 5
write(5, "      8080\n", 11)            = 11
write(5, "us02vlgapps-rh6", 15)         = 15
write(5, "\n", 1)                       = 1
close(5)                                = 0
stat(" /home/venkatesh/.gnupg/.#lk0x0000000000ee08f0.us02vlgapps-rh6.8080", {st_mode=S_IFREG|0644, st_size=27, ...}) = 0
link(" /home/venkatesh/.gnupg/.#lk0x0000000000ee08f0.us02vlgapps-rh6.8080", " /home/venkatesh/.gnupg/.#lk0x0000000000ee08f0.us02vlgapps-rh6.8080x") = 0
stat(" /home/venkatesh/.gnupg/.#lk0x0000000000ee08f0.us02vlgapps-rh6.8080", {st_mode=S_IFREG|0644, st_size=27, ...}) = 0
unlink(" /home/venkatesh/.gnupg/.#lk0x0000000000ee08f0.us02vlgapps-rh6.8080x") = 0
link(" /home/venkatesh/.gnupg/.#lk0x0000000000ee08f0.us02vlgapps-rh6.8080", " /home/venkatesh/.gnupg/gnupg_spawn_agent_sentinel.lock") = 0
stat(" /home/venkatesh/.gnupg/.#lk0x0000000000ee08f0.us02vlgapps-rh6.8080", {st_mode=S_IFREG|0644, st_size=27, ...}) = 0
stat(" /home/venkatesh/.gnupg/S.gpg-agent", {st_mode=S_IFSOCK|0700, st_size=0, ...}) = 0
socket(PF_FILE, SOCK_STREAM, 0)         = 5
stat(" /home/venkatesh/.gnupg/S.gpg-agent", {st_mode=S_IFSOCK|0700, st_size=0, ...}) = 0
connect(5, {sa_family=AF_FILE, path=" /home/venkatesh/.gnupg/S.gpg-agent"}, 46) = -1 ECONNREFUSED (Connection refused)
close(5)                                = 0
getuid()                                = 32382
geteuid()                               = 32382
access(" gnupg-2.1.15/bin/gpg-agent", X_OK) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f49544b59d0) = 8081
wait4(8081, NULL, 0, NULL)              = 8081
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigaction(SIGCHLD, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
nanosleep({1, 0}, 0x7fff4f504aa0)       = 0
stat(" /home/venkatesh/.gnupg/S.gpg-agent", {st_mode=S_IFSOCK|0700, st_size=0, ...}) = 0
socket(PF_FILE, SOCK_STREAM, 0)         = 5
stat(" /home/venkatesh/.gnupg/S.gpg-agent", {st_mode=S_IFSOCK|0700, st_size=0, ...}) = 0
connect(5, {sa_family=AF_FILE, path=" /home/venkatesh/.gnupg/S.gpg-agent"}, 46) = 0
read(5, "OK Pleased to meet you, process "..., 1002) = 36
read(5, "\n", 966)                      = 1
unlink(" /home/venkatesh/.gnupg/gnupg_spawn_agent_sentinel.lock") = 0
unlink(" /home/venkatesh/.gnupg/.#lk0x0000000000ee08f0.us02vlgapps-rh6.8080") = 0
write(5, "RESET", 5)                    = 5
write(5, "\n", 1)                       = 1
read(5, "OK", 1002)                     = 2
read(5, "\n", 1000)                     = 1
ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
readlink("/proc/self/fd/0", "/dev/pts/0"..., 4095) = 10
ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
readlink("/proc/self/fd/0", "/dev/pts/0", 4095) = 10
write(5, "OPTION ttyname=/dev/pts/0", 25) = 25
write(5, "\n", 1)                       = 1
read(5, "OK", 1002)                     = 2
read(5, "\n", 1000)                     = 1
write(5, "OPTION ttytype=xterm", 20)    = 20
write(5, "\n", 1)                       = 1
read(5, "OK", 1002)                     = 2
read(5, "\n", 1000)                     = 1
write(5, "OPTION lc-ctype=en_US.UTF-8", 27) = 27
write(5, "\n", 1)                       = 1
read(5, "OK", 1002)                     = 2
read(5, "\n", 1000)                     = 1
write(5, "OPTION lc-messages=en_US.UTF-8", 30) = 30
write(5, "\n", 1)                       = 1
read(5, "OK", 1002)                     = 2
read(5, "\n", 1000)                     = 1
write(5, "GETINFO version", 15)         = 15
write(5, "\n", 1)                       = 1
read(5, "D 2.1.15\n", 1002)             = 9
read(5, "OK", 1002)                     = 2
read(5, "\n", 1000)                     = 1
write(5, "OPTION allow-pinentry-notify", 28) = 28
write(5, "\n", 1)                       = 1
read(5, "OK", 1002)                     = 2
read(5, "\n", 1000)                     = 1
write(5, "OPTION agent-awareness=2.1.0", 28) = 28
write(5, "\n", 1)                       = 1
read(5, "OK", 1002)                     = 2
read(5, "\n", 1000)                     = 1
write(5, "AGENT_ID", 8)                 = 8
write(5, "\n", 1)                       = 1
read(5, "ERR 67109139 Unknown IPC command"..., 1002) = 44
read(5, "\n", 958)                      = 1
write(5, "GETINFO s2k_count", 17)       = 17
write(5, "\n", 1)                       = 1
read(5, "D 5991424\n", 1002)            = 10
read(5, "OK", 1002)                     = 2
read(5, "\n", 1000)                     = 1
write(5, "GETINFO cmd_has_option GET_PASSP"..., 44) = 44
write(5, "\n", 1)                       = 1
read(5, "OK", 1002)                     = 2
read(5, "\n", 1000)                     = 1
write(5, "GET_PASSPHRASE --data --repeat=1"..., 77) = 77
write(5, "\n", 1)                       = 1
read(5, "INQUIRE PINENTRY_LAUNCHED 8085\n", 1002) = 31
write(5, "END", 3)                      = 3
write(5, "\n", 1)                       = 1
"INQUIRE PINENTRY_LAUNCHED 8088\n", 1002) = 31
write(5, "END", 3)                      = 3
write(5, "\n", 1)                       = 1
"", 1002)                       = 0
write(2, "gpg: problem with the agent: End"..., 40gpg: problem with the agent: End of file) = 40
write(2, "\n", 1
)                       = 1
close(3)                                = 0
write(2, "gpg: error creating passphrase: "..., 51gpg: error creating passphrase: Operation cancelled) = 51
write(2, "\n", 1
)                       = 1
write(2, "gpg: symmetric encryption of 'gu"..., 74gpg: symmetric encryption of 'gui_command.log' failed: Operation cancelled) = 74
write(2, "\n", 1
)                       = 1
open(" /home/venkatesh/.gnupg/random_seed", O_WRONLY|O_CREAT, 0600) = 3
fcntl(3, F_SETLK, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
ftruncate(3, 0)                         = 0
write(3, "6R1:1d07a*67E7'67C1324Z418&464"..., 600) = 600
close(3)                                = 0
munmap(0x7f4954515000, 32768)           = 0
exit_group(2)                           = ?
%pre%%pre%%pre%%pre%%pre%%pre%%pre%>%pre%%pre%%pre%%pre% !%pre%%pre%%pre%%pre%%pre%%pre%"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=88600, ...}) = 0 mmap(NULL, 2183696, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f49540e9000 mprotect(0x7f49540fe000, 2093056, PROT_NONE) = 0 mmap(0x7f49542fd000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14000) = 0x7f49542fd000 close(3) = 0 open(" gnupg-2.1.15/deps/lib/libbz2.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/local/lib/libbz2.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) open("/lib64/libbz2.so.1", O_RDONLY) = 3 read(3, "7ELF%pre%%pre%%pre%%pre%%pre%%pre%%pre%%pre%%pre%%pre%>%pre%%pre%%pre%%pre%00%pre%%pre%%pre%%pre%%pre%%pre%"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=67592, ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f49544b9000 mmap(NULL, 2162768, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f4953ed8000 mprotect(0x7f4953ee8000, 2093056, PROT_NONE) = 0 mmap(0x7f49540e7000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xf000) = 0x7f49540e7000 close(3) = 0 open(" gnupg-2.1.15/deps/lib/libgcrypt.so.20", O_RDONLY) = 3 read(3, "7ELF%pre%%pre%%pre%%pre%%pre%%pre%%pre%%pre%%pre%%pre%>%pre%%pre%%pre%%pre%%pre%7%pre%%pre%%pre%%pre%%pre%%pre%"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=3456395, ...}) = 0 mmap(NULL, 3061312, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f4953bec000 mprotect(0x7f4953cd1000, 2093056, PROT_NONE) = 0 mmap(0x7f4953ed0000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe4000) = 0x7f4953ed0000 close(3) = 0 open(" gnupg-2.1.15/deps/lib/libgpg-error.so.0", O_RDONLY) = 3 read(3, "7ELF%pre%%pre%%pre%%pre%%pre%%pre%%pre%%pre%%pre%%pre%>%pre%%pre%%pre%%pre%0&%pre%%pre%%pre%%pre%%pre%%pre%"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=282533, ...}) = 0 mmap(NULL, 2167992, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f49539da000 mprotect(0x7f49539eb000, 2097152, PROT_NONE) = 0 mmap(0x7f4953beb000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11000) = 0x7f4953beb000 close(3) = 0 open(" gnupg-2.1.15/deps/lib/libreadline.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/local/lib/libreadline.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) open("/lib64/libreadline.so.6", O_RDONLY) = 3 read(3, "7ELF%pre%%pre%%pre%%pre%%pre%%pre%%pre%%pre%%pre%%pre%>%pre%%pre%%pre%%pre%PE%pre%%pre%%pre%%pre%%pre%"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=269592, ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f49544b8000 mmap(NULL, 2370056, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f4953797000 mprotect(0x7f49537d1000, 2097152, PROT_NONE) = 0 mmap(0x7f49539d1000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3a000) = 0x7f49539d1000 mmap(0x7f49539d9000, 2568, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f49539d9000 close(3) = 0 open(" gnupg-2.1.15/deps/lib/libassuan.so.0", O_RDONLY) = 3 read(3, "7ELF%pre%%pre%%pre%%pre%%pre%%pre%%pre%%pre%%pre%%pre%>%pre%%pre%%pre%%pre%04%pre%%pre%%pre%%pre%%pre%%pre%"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=416569, ...}) = 0 mmap(NULL, 2166448, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f4953586000 mprotect(0x7f4953597000, 2093056, PROT_NONE) = 0 mmap(0x7f4953796000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x10000) = 0x7f4953796000 close(3) = 0 open(" gnupg-2.1.15/deps/lib/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/local/lib/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) open("/lib64/libc.so.6", O_RDONLY) = 3 read(3, "7ELF%pre%%pre%%pre%%pre%%pre%%pre%%pre%%pre%%pre%>%pre%%pre%%pre%%pre%p6%pre%%pre%%pre%%pre%%pre%"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=1921176, ...}) = 0 mmap(NULL, 3750152, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f49531f2000 mprotect(0x7f495337c000, 2097152, PROT_NONE) = 0 mmap(0x7f495357c000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x18a000) = 0x7f495357c000 mmap(0x7f4953581000, 18696, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f4953581000 close(3) = 0 open(" gnupg-2.1.15/deps/lib/libtinfo.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/local/lib/libtinfo.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) open("/lib64/libtinfo.so.5", O_RDONLY) = 3 read(3, "7ELF%pre%%pre%%pre%%pre%%pre%%pre%%pre%%pre%%pre%%pre%>%pre%%pre%%pre%%pre%@0%pre%%pre%%pre%%pre%%pre%%pre%"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=135896, ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f49544b7000 mmap(NULL, 2232320, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f4952fd1000 mprotect(0x7f4952fee000, 2097152, PROT_NONE) = 0 mmap(0x7f49531ee000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1d000) = 0x7f49531ee000 close(3) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f49544b6000 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f49544b5000 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f49544b4000 arch_prctl(ARCH_SET_FS, 0x7f49544b5700) = 0 mprotect(0x7f495357c000, 16384, PROT_READ) = 0 mprotect(0x7f49542fd000, 4096, PROT_READ) = 0 mprotect(0x7f495451e000, 4096, PROT_READ) = 0 munmap(0x7f49544ba000, 404457) = 0 brk(0) = 0xece000 brk(0xeef000) = 0xeef000 fstat(0, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0 fstat(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0 fstat(2, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0 open("/usr/lib/locale/locale-archive", O_RDONLY) = 3 fstat(3, {st_mode=S_IFREG|0644, st_size=99158576, ...}) = 0 mmap(NULL, 99158576, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f494d140000 close(3) = 0 access("/etc/gcrypt/fips_enabled", F_OK) = -1 ENOENT (No such file or directory) open("/proc/sys/crypto/fips_enabled", O_RDONLY) = 3 fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f495451c000 read(3, "0\n", 1024) = 2 close(3) = 0 munmap(0x7f495451c000, 4096) = 0 open("/etc/gcrypt/hwf.deny", O_RDONLY) = -1 ENOENT (No such file or directory) getrlimit(RLIMIT_CORE, {rlim_cur=0, rlim_max=RLIM_INFINITY}) = 0 setrlimit(RLIMIT_CORE, {rlim_cur=0, rlim_max=RLIM_INFINITY}) = 0 rt_sigaction(SIGINT, NULL, {SIG_DFL, [], 0}, 8) = 0 rt_sigaction(SIGINT, {0x495c80, [], SA_RESTORER, 0x7f49532246a0}, NULL, 8) = 0 rt_sigaction(SIGHUP, NULL, {SIG_DFL, [], 0}, 8) = 0 rt_sigaction(SIGHUP, {0x495c80, [], SA_RESTORER, 0x7f49532246a0}, NULL, 8) = 0 rt_sigaction(SIGTERM, NULL, {SIG_DFL, [], 0}, 8) = 0 rt_sigaction(SIGTERM, {0x495c80, [], SA_RESTORER, 0x7f49532246a0}, NULL, 8) = 0 rt_sigaction(SIGQUIT, NULL, {SIG_DFL, [], 0}, 8) = 0 rt_sigaction(SIGQUIT, {0x495c80, [], SA_RESTORER, 0x7f49532246a0}, NULL, 8) = 0 rt_sigaction(SIGSEGV, NULL, {SIG_DFL, [], 0}, 8) = 0 rt_sigaction(SIGSEGV, {0x495c80, [], SA_RESTORER, 0x7f49532246a0}, NULL, 8) = 0 rt_sigaction(SIGUSR1, {0x495a80, [], SA_RESTORER, 0x7f49532246a0}, NULL, 8) = 0 rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f49532246a0}, NULL, 8) = 0 mmap(NULL, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4954515000 getuid() = 32382 mlock(0x7f4954515000, 32768) = 0 geteuid() = 32382 access(" /home/venkatesh/.gnupg/gpg.conf-2.1.15", R_OK) = -1 ENOENT (No such file or directory) access(" /home/venkatesh/.gnupg/gpg.conf-2.1", R_OK) = -1 ENOENT (No such file or directory) access(" /home/venkatesh/.gnupg/gpg.conf-2", R_OK) = -1 ENOENT (No such file or directory) access(" /home/venkatesh/.gnupg/gpg.conf", R_OK) = 0 access(" /home/venkatesh/.gnupg/options", R_OK) = -1 ENOENT (No such file or directory) stat(" /home/venkatesh/.gnupg", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 stat(" /home/venkatesh", {st_mode=S_IFDIR|0755, st_size=118784, ...}) = 0 getuid() = 32382 open("/usr/share/locale/locale.alias", O_RDONLY) = 3 fstat(3, {st_mode=S_IFREG|0644, st_size=2512, ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4954514000 read(3, "# Locale name alias data base.\n#"..., 4096) = 2512 read(3, "", 4096) = 0 close(3) = 0 munmap(0x7f4954514000, 4096) = 0 open(" gnupg-2.1.15/share/locale/en_US.UTF-8/LC_MESSAGES/gnupg2.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open(" gnupg-2.1.15/share/locale/en_US.utf8/LC_MESSAGES/gnupg2.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open(" gnupg-2.1.15/share/locale/en_US/LC_MESSAGES/gnupg2.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open(" gnupg-2.1.15/share/locale/en.UTF-8/LC_MESSAGES/gnupg2.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open(" gnupg-2.1.15/share/locale/en.utf8/LC_MESSAGES/gnupg2.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open(" gnupg-2.1.15/share/locale/en/LC_MESSAGES/gnupg2.mo", O_RDONLY) = -1 ENOENT (No such file or directory) write(2, "gpg: WARNING: unsafe permissions"..., 77gpg: WARNING: unsafe permissions on homedir ' /home/venkatesh/.gnupg) = 77 write(2, "'\n", 2' ) = 2 open(" /home/venkatesh/.gnupg/gpg.conf", O_RDONLY) = 3 fstat(3, {st_mode=S_IFREG|0644, st_size=10, ...}) = 0 mmap(NULL, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f495450d000 read(3, "use-agent\n", 32768) = 10 read(3, "", 32768) = 0 close(3) = 0 munmap(0x7f495450d000, 32768) = 0 access(" /home/venkatesh/.gnupg/random_seed", F_OK) = 0 open(" /home/venkatesh/.gnupg/pubring.gpg", O_RDONLY) = -1 ENOENT (No such file or directory) open(" /home/venkatesh/.gnupg/pubring.kbx", O_RDONLY) = 3 fstat(3, {st_mode=S_IFREG|0600, st_size=32, ...}) = 0 mmap(NULL, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f495450d000 read(3, "%pre%%pre%%pre% %pre%KBXf%pre%%pre%%pre%%pre%X3X3%pre%%pre%%pre%%pre%%pre%%pre%%pre%%pre%", 32768) = 32 close(3) = 0 munmap(0x7f495450d000, 32768) = 0 access(" /home/venkatesh/.gnupg/pubring.kbx", F_OK) = 0 open("gui_command.log", O_RDONLY) = 3 access("/dev/random", R_OK) = 0 access("/dev/urandom", R_OK) = 0 getpid() = 8080 open(" /home/venkatesh/.gnupg/random_seed", O_RDONLY) = 4 fcntl(4, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0 fstat(4, {st_mode=S_IFREG|0600, st_size=600, ...}) = 0 read(4, "Q43&4gG h)4725G36L2&5G|%e7-k"..., 600) = 600 close(4) = 0 times({tms_utime=0, tms_stime=1, tms_cutime=0, tms_cstime=0}) = 967382149 open("/dev/urandom", O_RDONLY) = 4 fcntl(4, F_GETFD) = 0 fcntl(4, F_SETFD, FD_CLOEXEC) = 0 select(5, [4], NULL, NULL, {0, 100000}) = 1 (in [4], left {0, 99994}) read(4, "1n*573\J21104X", 16) = 16 getrusage(RUSAGE_SELF, {ru_utime={0, 999}, ru_stime={0, 12998}, ...}) = 0 times({tms_utime=0, tms_stime=1, tms_cutime=0, tms_cstime=0}) = 967382149 open(" gnupg-2.1.15/deps/share/locale/en_US.UTF-8/LC_MESSAGES/libgpg-error.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open(" gnupg-2.1.15/deps/share/locale/en_US.utf8/LC_MESSAGES/libgpg-error.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open(" gnupg-2.1.15/deps/share/locale/en_US/LC_MESSAGES/libgpg-error.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open(" gnupg-2.1.15/deps/share/locale/en.UTF-8/LC_MESSAGES/libgpg-error.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open(" gnupg-2.1.15/deps/share/locale/en.utf8/LC_MESSAGES/libgpg-error.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open(" gnupg-2.1.15/deps/share/locale/en/LC_MESSAGES/libgpg-error.mo", O_RDONLY) = -1 ENOENT (No such file or directory) getuid() = 32382 stat("/run/user/32382", 0x7fff4f5049a0) = -1 ENOENT (No such file or directory) getuid() = 32382 stat("/var/run/user/32382", 0x7fff4f5049a0) = -1 ENOENT (No such file or directory) stat(" /home/venkatesh/.gnupg/S.gpg-agent", {st_mode=S_IFSOCK|0700, st_size=0, ...}) = 0 socket(PF_FILE, SOCK_STREAM, 0) = 5 stat(" /home/venkatesh/.gnupg/S.gpg-agent", {st_mode=S_IFSOCK|0700, st_size=0, ...}) = 0 connect(5, {sa_family=AF_FILE, path=" /home/venkatesh/.gnupg/S.gpg-agent"}, 46) = -1 ECONNREFUSED (Connection refused) open("/usr/share/locale/en_US.UTF-8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale/en_US.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale/en_US/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale/en.UTF-8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale/en.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale/en/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) close(5) = 0 uname({sys="Linux", node="us02vlgapps-rh6", ...}) = 0 open(" /home/venkatesh/.gnupg/.#lk0x0000000000ee08f0.us02vlgapps-rh6.8080", O_WRONLY|O_CREAT|O_EXCL, 0644) = 5 write(5, " 8080\n", 11) = 11 write(5, "us02vlgapps-rh6", 15) = 15 write(5, "\n", 1) = 1 close(5) = 0 stat(" /home/venkatesh/.gnupg/.#lk0x0000000000ee08f0.us02vlgapps-rh6.8080", {st_mode=S_IFREG|0644, st_size=27, ...}) = 0 link(" /home/venkatesh/.gnupg/.#lk0x0000000000ee08f0.us02vlgapps-rh6.8080", " /home/venkatesh/.gnupg/.#lk0x0000000000ee08f0.us02vlgapps-rh6.8080x") = 0 stat(" /home/venkatesh/.gnupg/.#lk0x0000000000ee08f0.us02vlgapps-rh6.8080", {st_mode=S_IFREG|0644, st_size=27, ...}) = 0 unlink(" /home/venkatesh/.gnupg/.#lk0x0000000000ee08f0.us02vlgapps-rh6.8080x") = 0 link(" /home/venkatesh/.gnupg/.#lk0x0000000000ee08f0.us02vlgapps-rh6.8080", " /home/venkatesh/.gnupg/gnupg_spawn_agent_sentinel.lock") = 0 stat(" /home/venkatesh/.gnupg/.#lk0x0000000000ee08f0.us02vlgapps-rh6.8080", {st_mode=S_IFREG|0644, st_size=27, ...}) = 0 stat(" /home/venkatesh/.gnupg/S.gpg-agent", {st_mode=S_IFSOCK|0700, st_size=0, ...}) = 0 socket(PF_FILE, SOCK_STREAM, 0) = 5 stat(" /home/venkatesh/.gnupg/S.gpg-agent", {st_mode=S_IFSOCK|0700, st_size=0, ...}) = 0 connect(5, {sa_family=AF_FILE, path=" /home/venkatesh/.gnupg/S.gpg-agent"}, 46) = -1 ECONNREFUSED (Connection refused) close(5) = 0 getuid() = 32382 geteuid() = 32382 access(" gnupg-2.1.15/bin/gpg-agent", X_OK) = 0 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f49544b59d0) = 8081 wait4(8081, NULL, 0, NULL) = 8081 --- SIGCHLD (Child exited) @ 0 (0) --- rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0 rt_sigaction(SIGCHLD, NULL, {SIG_DFL, [], 0}, 8) = 0 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 nanosleep({1, 0}, 0x7fff4f504aa0) = 0 stat(" /home/venkatesh/.gnupg/S.gpg-agent", {st_mode=S_IFSOCK|0700, st_size=0, ...}) = 0 socket(PF_FILE, SOCK_STREAM, 0) = 5 stat(" /home/venkatesh/.gnupg/S.gpg-agent", {st_mode=S_IFSOCK|0700, st_size=0, ...}) = 0 connect(5, {sa_family=AF_FILE, path=" /home/venkatesh/.gnupg/S.gpg-agent"}, 46) = 0 read(5, "OK Pleased to meet you, process "..., 1002) = 36 read(5, "\n", 966) = 1 unlink(" /home/venkatesh/.gnupg/gnupg_spawn_agent_sentinel.lock") = 0 unlink(" /home/venkatesh/.gnupg/.#lk0x0000000000ee08f0.us02vlgapps-rh6.8080") = 0 write(5, "RESET", 5) = 5 write(5, "\n", 1) = 1 read(5, "OK", 1002) = 2 read(5, "\n", 1000) = 1 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 readlink("/proc/self/fd/0", "/dev/pts/0"..., 4095) = 10 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 readlink("/proc/self/fd/0", "/dev/pts/0", 4095) = 10 write(5, "OPTION ttyname=/dev/pts/0", 25) = 25 write(5, "\n", 1) = 1 read(5, "OK", 1002) = 2 read(5, "\n", 1000) = 1 write(5, "OPTION ttytype=xterm", 20) = 20 write(5, "\n", 1) = 1 read(5, "OK", 1002) = 2 read(5, "\n", 1000) = 1 write(5, "OPTION lc-ctype=en_US.UTF-8", 27) = 27 write(5, "\n", 1) = 1 read(5, "OK", 1002) = 2 read(5, "\n", 1000) = 1 write(5, "OPTION lc-messages=en_US.UTF-8", 30) = 30 write(5, "\n", 1) = 1 read(5, "OK", 1002) = 2 read(5, "\n", 1000) = 1 write(5, "GETINFO version", 15) = 15 write(5, "\n", 1) = 1 read(5, "D 2.1.15\n", 1002) = 9 read(5, "OK", 1002) = 2 read(5, "\n", 1000) = 1 write(5, "OPTION allow-pinentry-notify", 28) = 28 write(5, "\n", 1) = 1 read(5, "OK", 1002) = 2 read(5, "\n", 1000) = 1 write(5, "OPTION agent-awareness=2.1.0", 28) = 28 write(5, "\n", 1) = 1 read(5, "OK", 1002) = 2 read(5, "\n", 1000) = 1 write(5, "AGENT_ID", 8) = 8 write(5, "\n", 1) = 1 read(5, "ERR 67109139 Unknown IPC command"..., 1002) = 44 read(5, "\n", 958) = 1 write(5, "GETINFO s2k_count", 17) = 17 write(5, "\n", 1) = 1 read(5, "D 5991424\n", 1002) = 10 read(5, "OK", 1002) = 2 read(5, "\n", 1000) = 1 write(5, "GETINFO cmd_has_option GET_PASSP"..., 44) = 44 write(5, "\n", 1) = 1 read(5, "OK", 1002) = 2 read(5, "\n", 1000) = 1 write(5, "GET_PASSPHRASE --data --repeat=1"..., 77) = 77 write(5, "\n", 1) = 1 read(5, "INQUIRE PINENTRY_LAUNCHED 8085\n", 1002) = 31 write(5, "END", 3) = 3 write(5, "\n", 1) = 1 "INQUIRE PINENTRY_LAUNCHED 8088\n", 1002) = 31 write(5, "END", 3) = 3 write(5, "\n", 1) = 1 "", 1002) = 0 write(2, "gpg: problem with the agent: End"..., 40gpg: problem with the agent: End of file) = 40 write(2, "\n", 1 ) = 1 close(3) = 0 write(2, "gpg: error creating passphrase: "..., 51gpg: error creating passphrase: Operation cancelled) = 51 write(2, "\n", 1 ) = 1 write(2, "gpg: symmetric encryption of 'gu"..., 74gpg: symmetric encryption of 'gui_command.log' failed: Operation cancelled) = 74 write(2, "\n", 1 ) = 1 open(" /home/venkatesh/.gnupg/random_seed", O_WRONLY|O_CREAT, 0600) = 3 fcntl(3, F_SETLK, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0 ftruncate(3, 0) = 0 write(3, "6R1:1d07a*67E7'67C1324Z418&464"..., 600) = 600 close(3) = 0 munmap(0x7f4954515000, 32768) = 0 exit_group(2) = ?
    
por user41290 03.11.2016 / 10:44

0 respostas