Advertisement
Guest User

strace pdns_server

a guest
Oct 19th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. open("//pdns.pid", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 5
  2. ioctl(5, TIOCGWINSZ, 0x7ffc0e805ee8) = -1 ENOTTY (Not a tty)
  3. getpid() = 7
  4. write(5, "7\n", 2) = 2
  5. close(5) = 0
  6. wait4(9, 0x7ffc0e806438, WNOHANG, NULL) = 0
  7. nanosleep({1, 0}, Oct 19 16:27:18 Guardian is launching an instance
  8. Oct 19 16:27:18 Reading random entropy from '/dev/urandom'
  9. Oct 19 16:27:18 Loading '/usr/lib/pdns/pdns/libldapbackend.so'
  10. Oct 19 16:27:18 [ldapbackend] This is the ldap backend version 4.0.3 (Apr 3 2017 12:38:37) reporting
  11. Oct 19 16:27:18 This is a guarded instance of pdns
  12. Oct 19 16:27:18 UDP server bound to 0.0.0.0:53
  13. Oct 19 16:27:18 UDPv6 server bound to [::]:53
  14. Oct 19 16:27:18 TCP server bound to 0.0.0.0:53
  15. Oct 19 16:27:18 TCPv6 server bound to [::]:53
  16. Oct 19 16:27:18 PowerDNS Authoritative Server 4.0.3 (C) 2001-2016 PowerDNS.COM BV
  17. Oct 19 16:27:18 Using 64-bits mode. Built using gcc 6.2.1 20160822 on Apr 3 2017 12:39:24 by buildozer@build-3-5-x86_64.
  18. Oct 19 16:27:18 PowerDNS comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it according to the terms of the GPL version 2.
  19. Oct 19 16:27:18 Listening for HTTP requests on 0.0.0.0:80
  20. Oct 19 16:27:18 Doing stub resolving, using resolvers: 127.0.0.11
  21. Oct 19 16:27:18 Question got answered by 127.0.0.11
  22. Oct 19 16:27:18 Polled security status of version 4.0.3 at startup, no known issues reported: OK
  23. Oct 19 16:27:18 Creating backend connection for TCP
  24. Oct 19 16:27:18 [LdapBackend] LDAP servers = ldap://ldap/
  25. Oct 19 16:27:18 [LdapBackend] Ldap connection succeeded
  26. Oct 19 16:27:18 About to create 3 backend threads for UDP
  27. Oct 19 16:27:18 [LdapBackend] LDAP servers = ldap://ldap/
  28. Oct 19 16:27:18 [LdapBackend] Ldap connection succeeded
  29. Oct 19 16:27:18 [LdapBackend] LDAP servers = ldap://ldap/
  30. Oct 19 16:27:18 [LdapBackend] Ldap connection succeeded
  31. Oct 19 16:27:18 [LdapBackend] LDAP servers = ldap://ldap/
  32. Oct 19 16:27:18 [LdapBackend] Ldap connection succeeded
  33. Oct 19 16:27:18 Done launching threads, ready to distribute questions
  34. 0x7ffc0e8063b0) = 0
  35. wait4(9, 0x7ffc0e806438, WNOHANG, NULL) = 0
  36. nanosleep({1, 0}, 0x7ffc0e8063b0) = 0
  37. wait4(9, 0x7ffc0e806438, WNOHANG, NULL) = 0
  38. nanosleep({1, 0}, 0x7ffc0e8063b0) = 0
  39. wait4(9, 0x7ffc0e806438, WNOHANG, NULL) = 0
  40. nanosleep({1, 0}, 0x7ffc0e8063b0) = 0
  41. wait4(9, 0x7ffc0e806438, WNOHANG, NULL) = 0
  42. nanosleep({1, 0}, 0x7ffc0e8063b0) = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement