Skip to content

Instantly share code, notes, and snippets.

View alexted's full-sized avatar
😛

Alex Ted alexted

😛
View GitHub Profile
@alexted
alexted / gist:f9282b2f2fc4c9965465749a83d706a3
Created March 15, 2026 10:50
amnezia-client: strace log - first run after restart
This file has been truncated, but you can view the full file.
7343 execve("/usr/local/bin/AmneziaVPN", ["AmneziaVPN"], 0x7ffd2578b548 /* 71 vars */) = 0
7343 brk(NULL) = 0x5653aabbe000
7343 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f467af5a000
7343 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
7343 openat(AT_FDCWD, "/home/alex/.local/lib/arch-mojo/glibc-hwcaps/x86-64-v3/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
7343 newfstatat(AT_FDCWD, "/home/alex/.local/lib/arch-mojo/glibc-hwcaps/x86-64-v3/", 0x7ffceff1bf30, 0) = -1 ENOENT (No such file or directory)
7343 openat(AT_FDCWD, "/home/alex/.local/lib/arch-mojo/glibc-hwcaps/x86-64-v2/libreadline.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
7343 newfstatat(AT_FDCWD, "/home/alex/.local/lib/arch-mojo/glibc-hwcaps/x86-64-v2/", 0x7ffceff1bf30, 0) = -1 ENOENT (No such file or directory)
7343 openat(AT_FDCWD, "/home/alex/.local/lib/arch-mojo/libreadline.so.8", O_RDONLY|O_CLOEXE