Skip to content

Instantly share code, notes, and snippets.

View pcolmer's full-sized avatar

Philip Colmer pcolmer

View GitHub Profile
@pcolmer
pcolmer / gist:db532776776476b63990a13622702ca3
Created January 15, 2018 10:23
irssi with SSL failure
9577 execve("/usr/bin/irssi", ["irssi"], [/* 19 vars */]) = 0
9577 brk(NULL) = 0x7fffcfb5a000
9577 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
9577 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6627cc0000
9577 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
9577 open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
9577 fstat(3, {st_mode=S_IFREG|0644, st_size=25783, ...}) = 0
9577 mmap(NULL, 25783, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f6627cb9000
9577 close(3) = 0
9577 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)