Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2013
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.83 KB | None | 0 0
  1. [DEBUG ] Loaded redis_return as virtual redis
  2. [DEBUG ] Loaded syslog_return as virtual syslog
  3. [DEBUG ] Loaded mongo_future_return as virtual mongo
  4. [DEBUG ] Loaded carbon_return as virtual carbon
  5. [DEBUG ] Created pidfile: /var/run/salt-minion.pid
  6. [DEBUG ] Chowned pidfile: /var/run/salt-minion.pid to user: root
  7. [INFO ] Minion is starting as user 'root'
  8. [DEBUG ] Minion "capture99" trying to tune in
  9. [DEBUG ] Minion PUB socket URI: ipc:///var/run/salt/minion/minion_event_fc1c2f9adb42ac5a303a84683e1ddb6e_pub.ipc
  10. [DEBUG ] Minion PULL socket URI: ipc:///var/run/salt/minion/minion_event_fc1c2f9adb42ac5a303a84683e1ddb6e_pull.ipc
  11. [INFO ] User sudo_ubuntu Executing command cmd.run with jid 20130724012326318820
  12. [DEBUG ] Command details {'tgt_type': 'glob', 'jid': '20130724012326318820', 'tgt': '*', 'ret': '', 'user': 'sudo_ubuntu', 'arg': ['ls /dev/null'], 'fun': 'cmd.run'}
  13. [INFO ] Executing command 'ls /dev/null' in directory '/home/ubuntu'
  14. [DEBUG ] output: /dev/null
  15. [INFO ] Returning information for job: 20130724012326318820
  16. [WARNING ] Stopping the Salt Minion
  17. [WARNING ] Exiting on Ctrl-c
  18.  
  19.  
  20.  
  21.  
  22. Strace:
  23.  
  24. ubuntu@capture99:/var/log/salt$ sudo strace -p 5914
  25. Process 5914 attached - interrupt to quit
  26. restart_syscall(<... resuming interrupted call ...>) = 1
  27. poll([{fd=13, events=POLLIN}], 1, 0) = 1 ([{fd=13, revents=POLLIN}])
  28. read(13, "\1\0\0\0\0\0\0\0", 8) = 8
  29. poll([{fd=13, events=POLLIN}], 1, 0) = 0 (Timeout)
  30. write(2, "[INFO ] User sudo_ubuntu Exec"..., 84) = 84
  31. stat("/var/log/salt/minion", {st_mode=S_IFREG|0644, st_size=43634, ...}) = 0
  32. stat("/var/log/salt/minion", {st_mode=S_IFREG|0644, st_size=43634, ...}) = 0
  33. stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=118, ...}) = 0
  34. write(3, "2013-07-24 01:23:26,349 [salt.mi"..., 127) = 127
  35. write(2, "[DEBUG ] Command details {'tgt"..., 168) = 168
  36. stat("/var/log/salt/minion", {st_mode=S_IFREG|0644, st_size=43761, ...}) = 0
  37. stat("/var/log/salt/minion", {st_mode=S_IFREG|0644, st_size=43761, ...}) = 0
  38. stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=118, ...}) = 0
  39. write(3, "2013-07-24 01:23:26,350 [salt.mi"..., 211) = 211
  40. stat("/usr/lib/python2.7/multiprocessing/forking", 0x7fff69e9f970) = -1 ENOENT (No such file or directory)
  41. open("/usr/lib/python2.7/multiprocessing/forking.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  42. open("/usr/lib/python2.7/multiprocessing/forkingmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  43. open("/usr/lib/python2.7/multiprocessing/forking.py", O_RDONLY) = 15
  44. fstat(15, {st_mode=S_IFREG|0644, st_size=16043, ...}) = 0
  45. open("/usr/lib/python2.7/multiprocessing/forking.pyc", O_RDONLY) = 16
  46. fstat(16, {st_mode=S_IFREG|0644, st_size=14164, ...}) = 0
  47. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fda44ac9000
  48. read(16, "\3\363\r\n\236\neQc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0s\7\3\0\0d\0"..., 4096) = 4096
  49. fstat(16, {st_mode=S_IFREG|0644, st_size=14164, ...}) = 0
  50. read(16, "t\3\0\0\0rest\t\0\0\0remaining(\0\0\0\0(\0\0\0\0"..., 8192) = 8192
  51. read(16, "\0r\315\2|\0\0d\n\0\31}\1\0t\16\0j\f\0j\21\0t\16\0j\f\0j\22\0"..., 4096) = 1876
  52. read(16, "", 4096) = 0
  53. close(16) = 0
  54. munmap(0x7fda44ac9000, 4096) = 0
  55. stat("/usr/lib/python2.7/multiprocessing/pickle", 0x7fff69e9c360) = -1 ENOENT (No such file or directory)
  56. open("/usr/lib/python2.7/multiprocessing/pickle.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  57. open("/usr/lib/python2.7/multiprocessing/picklemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  58. open("/usr/lib/python2.7/multiprocessing/pickle.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  59. open("/usr/lib/python2.7/multiprocessing/pickle.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  60. stat("/usr/lib/python2.7/multiprocessing/functools", 0x7fff69e9c360) = -1 ENOENT (No such file or directory)
  61. open("/usr/lib/python2.7/multiprocessing/functools.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  62. open("/usr/lib/python2.7/multiprocessing/functoolsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  63. open("/usr/lib/python2.7/multiprocessing/functools.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  64. open("/usr/lib/python2.7/multiprocessing/functools.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  65. stat("/usr/lib/python2.7/multiprocessing/time", 0x7fff69e9c360) = -1 ENOENT (No such file or directory)
  66. open("/usr/lib/python2.7/multiprocessing/time.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  67. open("/usr/lib/python2.7/multiprocessing/timemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  68. open("/usr/lib/python2.7/multiprocessing/time.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  69. open("/usr/lib/python2.7/multiprocessing/time.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  70. close(15) = 0
  71. clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fda44ab99d0) = 6012
  72. select(0, NULL, NULL, NULL, {0, 50000}) = 0 (Timeout)
  73. stat("/var/cache/salt/minion/module_refresh", 0x7fff69ea3f60) = -1 ENOENT (No such file or directory)
  74. poll([{fd=10, events=POLLIN}], 1, 0) = 1 ([{fd=10, revents=POLLIN}])
  75. poll([{fd=10, events=POLLIN}], 1, 0) = 1 ([{fd=10, revents=POLLIN}])
  76. read(10, "\1\0\0\0\0\0\0\0", 8) = 8
  77. poll([{fd=10, events=POLLIN}], 1, 0) = 0 (Timeout)
  78. poll([{fd=10, events=POLLIN}], 1, 1) = 0 (Timeout)
  79. poll([{fd=10, events=POLLIN}], 1, 0) = 0 (Timeout)
  80. poll([{fd=13, events=POLLIN}], 1, 0) = 0 (Timeout)
  81. poll([{fd=13, events=POLLIN}], 1, 0) = 0 (Timeout)
  82. poll([{fd=13, events=POLLIN}], 1, 60000) = ? ERESTART_RESTARTBLOCK (To be restarted)
  83. --- SIGCHLD (Child exited) @ 0 (0) ---
  84. rt_sigreturn(0xffffffff) = -1 EINTR (Interrupted system call)
  85. wait4(6012, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], WNOHANG, NULL) = 6012
  86. write(2, "[WARNING ] Stopping the Salt Min"..., 36) = 36
  87. stat("/var/log/salt/minion", {st_mode=S_IFREG|0644, st_size=44289, ...}) = 0
  88. stat("/var/log/salt/minion", {st_mode=S_IFREG|0644, st_size=44289, ...}) = 0
  89. stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=118, ...}) = 0
  90. write(3, "2013-07-24 01:23:26,441 [salt "..., 79) = 79
  91. write(2, "[WARNING ] Exiting on Ctrl-c\n", 29) = 29
  92. stat("/var/log/salt/minion", {st_mode=S_IFREG|0644, st_size=44368, ...}) = 0
  93. stat("/var/log/salt/minion", {st_mode=S_IFREG|0644, st_size=44368, ...}) = 0
  94. stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=118, ...}) = 0
  95. write(3, "2013-07-24 01:23:26,441 [salt "..., 72) = 72
  96. close(3) = 0
  97. rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7fda4469dcb0}, {0x5699b0, [], SA_RESTORER, 0x7fda4469dcb0}, 8) = 0
  98. rt_sigaction(SIGCHLD, {SIG_DFL, [], SA_RESTORER, 0x7fda4469dcb0}, {0x5699b0, [], SA_RESTORER, 0x7fda4469dcb0}, 8) = 0
  99. exit_group(0) = ?
  100. Process 5914 detached
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement