Created
August 4, 2016 15:16
-
-
Save da2x/87acc829c6e83f9f3cf00719b72fb862 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
strace mdns-scan | |
execve("/usr/bin/mdns-scan", ["mdns-scan"], [/* 15 vars */]) = 0 | |
brk(0) = 0x10d0000 | |
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) | |
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f977fe90000 | |
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) | |
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=18624, ...}) = 0 | |
mmap(NULL, 18624, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f977fe97000 | |
close(3) = 0 | |
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) | |
open("/lib/x86_64-linux-gnu/libc.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\0P \2\0\0\0\0\0"..., 832) = 832 | |
fstat(3, {st_mode=S_IFREG|0755, st_size=1840928, ...}) = 0 | |
mmap(NULL, 3949248, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f977f830000 | |
mprotect(0x7f977f9ea000, 2097152, PROT_NONE) = 0 | |
mmap(0x7f977fbea000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1ba000) = 0x7f977fbea000 | |
mmap(0x7f977fbf0000, 17088, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f977fbf0000 | |
close(3) = 0 | |
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f977fe80000 | |
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f977fe70000 | |
arch_prctl(ARCH_SET_FS, 0x7f977fe70740) = 0 | |
mprotect(0x7f977fbea000, 16384, PROT_READ) = 0 | |
mprotect(0x7f977fe22000, 4096, PROT_READ) = 0 | |
munmap(0x7f977fe97000, 18624) = 0 | |
socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 3 | |
setsockopt(3, SOL_IP, IP_MULTICAST_TTL, [255], 4) = 0 | |
setsockopt(3, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0 | |
bind(3, {sa_family=AF_INET, sin_port=htons(5353), sin_addr=inet_addr("224.0.0.251")}, 16) = -1 EINVAL (Invalid argument) | |
write(2, "bind() failed: Invalid argument\n", 32bind() failed: Invalid argument | |
) = 32 | |
close(3) = 0 | |
exit_group(1) = ? | |
+++ exited with 1 +++ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment