Advertisement
Guest User

Untitled

a guest
Apr 7th, 2020
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.88 KB | None | 0 0
  1. vpnc version 0.5.4
  2. hex_test: 00010203
  3.  
  4. S1 init_sockaddr
  5. [2020-04-07 16:18:09]
  6.  
  7. S2 make_socket
  8. [2020-04-07 16:18:09]
  9.  
  10. S3 setup_tunnel
  11. [2020-04-07 16:18:09]
  12. using interface
  13. vpnc: can't initialise tunnel interface:1) = ? ERESTARTNOHAND (To be restarted if no handler)
  14. --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=823694, si_uid=0, si_status=1, si_utime=0, si_stime=0} ---
  15. write(5, "\21", 1) = 1
  16. rt_sigreturn({mask=[]}) = -1 EINTR (Interrupted system call)
  17. read(4, "\21", 1) = 1
  18. read(4, 0x7fc6b99df7, 1) = -1 EAGAIN (Resource temporarily unavailable)
  19. rt_sigprocmask(SIG_BLOCK, ~[RTMIN RT_1], [], 8) = 0
  20. rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
  21. wait4(823694, [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], WNOHANG|WSTOPPED, NULL) = 823694
  22. rt_sigaction(SIGHUP, {sa_handler=0x5560b9f010, sa_mask=~[KILL STOP RTMIN RT_1], sa_flags=SA_RESTART}, NULL, 8) = 0
  23. rt_sigaction(SIGINT, {sa_handler=0x5560b9f010, sa_mask=~[KILL STOP RTMIN RT_1], sa_flags=SA_RESTART}, NULL, 8) = 0
  24. rt_sigaction(SIGQUIT, {sa_handler=0x5560b9f010, sa_mask=~[KILL STOP RTMIN RT_1], sa_flags=SA_RESTART}, NULL, 8) = 0
  25. rt_sigaction(SIGUSR1, {sa_handler=0x5560b9f010, sa_mask=~[KILL STOP RTMIN RT_1], sa_flags=SA_RESTART}, NULL, 8) = 0
  26. rt_sigaction(SIGUSR2, {sa_handler=0x5560b9f010, sa_mask=~[KILL STOP RTMIN RT_1], sa_flags=SA_RESTART}, NULL, 8) = 0
  27. rt_sigaction(SIGPIPE, {sa_handler=SIG_IGN, sa_mask=~[KILL STOP RTMIN RT_1], sa_flags=SA_RESTART}, NULL, 8) = 0
  28. rt_sigaction(SIGALRM, {sa_handler=0x5560b9f010, sa_mask=~[KILL STOP RTMIN RT_1], sa_flags=SA_RESTART}, NULL, 8) = 0
  29. rt_sigaction(SIGTERM, {sa_handler=0x5560b9f010, sa_mask=~[KILL STOP RTMIN RT_1], sa_flags=SA_RESTART}, NULL, 8) = 0
  30. rt_sigaction(SIGCHLD, {sa_handler=0x5560b9f010, sa_mask=~[KILL STOP RTMIN RT_1], sa_flags=SA_RESTART}, NULL, 8) = 0
  31. rt_sigaction(SIGCONT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, NULL, 8) = 0
  32. rt_sigaction(SIGTSTP, {sa_handler=0x5560b9f010, sa_mask=~[KILL STOP RTMIN RT_1], sa_flags=SA_RESTART}, NULL, 8) = 0
  33. close(4) = 0
  34. close(5) = 0
  35. getuid() = 0
  36. openat(AT_FDCWD, "/etc/login.defs", O_RDONLY) = 3
  37. fstat(3, {st_mode=S_IFREG|0644, st_size=11046, ...}) = 0
  38. read(3, "#\n# /etc/login.defs - Configurat"..., 4096) = 4096
  39. read(3, "ommented out and\n# set TTYPERM t"..., 4096) = 4096
  40. read(3, "56, SHA256-based algorithm will "..., 4096) = 2854
  41. close(3) = 0
  42. munmap(0x7fa5759000, 163872) = 0
  43. munmap(0x7fa5710000, 295400) = 0
  44. munmap(0x7fa56fe000, 69648) = 0
  45. munmap(0x7fa56ec000, 69648) = 0
  46. munmap(0x7fa56d9000, 73768) = 0
  47. munmap(0x7fa56c4000, 81936) = 0
  48. munmap(0x7fa56b1000, 73744) = 0
  49. exit_group(1) = ?
  50. +++ exited with 1 +++
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement