Advertisement
IceManSpy

Untitled

Mar 8th, 2015
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 13.46 KB | None | 0 0
  1. /* fail */
  2.  
  3. access("/var/lock/ploop/ploop.lck", F_OK) = -1 ENOENT (No such file or directory)
  4. access("/var/lock/ploop", F_OK)         = -1 ENOENT (No such file or directory)
  5. mkdir("/var/lock/ploop", 0700)          = 0
  6. open("/var/lock/ploop/ploop.lck", O_WRONLY|O_CREAT|O_TRUNC, 0600) = 7
  7. close(7)                                = 0
  8. open("/var/lock/ploop/ploop.lck", O_RDWR) = 7
  9. fcntl(7, F_SETFD, FD_CLOEXEC)           = 0
  10. flock(7, LOCK_EX)                       = 0
  11. open("/sys/block/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 8
  12. getdents(8, /* 28 entries */, 32768)    = 784
  13. getdents(8, /* 0 entries */, 32768)     = 0
  14. close(8)                                = 0
  15. close(7)                                = 0
  16. flock(6, LOCK_UN)                       = 0
  17. close(6)                                = 0
  18.  
  19.  
  20. /* good */
  21.  
  22. access("/var/lock/ploop/ploop.lck", F_OK) = 0
  23. open("/var/lock/ploop/ploop.lck", O_RDWR) = 9
  24. fcntl(9, F_SETFD, FD_CLOEXEC)           = 0
  25. flock(9, LOCK_EX)                       = 0
  26. open("/sys/block/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 10
  27. getdents(10, /* 29 entries */, 32768)   = 816
  28. open("/sys/block/ploop59415/pdelta/0/image", O_RDONLY) = -1 ENOENT (No such file or directory)
  29. getdents(10, /* 0 entries */, 32768)    = 0
  30. close(10)                               = 0
  31. close(9)                                = 0
  32. flock(8, LOCK_UN)                       = 0
  33. close(8)                                = 0
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40. /* fail */
  41.  
  42. write(2, "Container start failed (try to c"..., 74) = 74
  43. write(2, "\n", 1)                       = 1
  44. stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2679, ...}) = 0
  45. write(3, "2015-03-08T21:59:48+0100 vzctl :"..., 117) = 117
  46. close(7)                                = 0
  47. write(9, "\3\0\0\0", 4)                 = -1 EPIPE (Broken pipe)
  48. --- SIGPIPE (Broken pipe) @ 0 (0) ---
  49. close(9)                                = 0
  50. ioctl(4, 0x400c2e05, 0x7fffa2829910)    = 0
  51. write(1, "Killing container ...\n", 22) = 22
  52. stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2679, ...}) = 0
  53. write(3, "2015-03-08T21:59:48+0100 vzctl :"..., 64) = 64
  54. clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f2384571df0) = 2956
  55. wait4(2956, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 2956
  56.  
  57.  
  58.  
  59. /* good */
  60.  
  61. ioctl(4, 0x400c2e05, 0x7fffa5005ff0)    = 0
  62. write(1, "Adding IP address(es): 192.168.0"..., 37) = 37
  63. stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2679, ...}) = 0
  64. write(3, "2015-03-08T22:00:09+0100 vzctl :"..., 79) = 79
  65. ioctl(4, 0x40182803, 0x7fffa5005f30)    = 0
  66. access("/usr/lib/vzctl/vzctl/scripts/vps-net_add", F_OK) = 0
  67. rt_sigaction(SIGCHLD, NULL, {SIG_DFL, [], SA_RESTORER, 0x7fd8056d41e0}, 8) = 0
  68. rt_sigaction(SIGCHLD, {SIG_DFL, [], SA_RESTORER|SA_NOCLDSTOP, 0x7fd8056d41e0}, NULL, 8) = 0
  69. clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fd806a53df0) = 3044
  70. wait4(3044, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3044
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77. /* fail */
  78.  
  79. ioctl(4, 0x400c2e05, 0x7fffa28298e0)    = -1 ESRCH (No such process)
  80. write(1, "Container was stopped\n", 22) = 22
  81. stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2679, ...}) = 0
  82. write(3, "2015-03-08T21:59:50+0100 vzctl :"..., 64) = 64
  83. stat("/var/lib/vz/root/190", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  84. stat("/var/lib/vz/root/190/..", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
  85. stat("/var/lib/vz/root/190", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  86. stat("/var/lib/vz/root/190/..", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
  87. ioctl(4, 0x400c2e05, 0x7fffa28297c0)    = -1 ESRCH (No such process)
  88. access("/etc/vz/conf/190.umount", F_OK) = -1 ENOENT (No such file or directory)
  89. access("/etc/vz/conf/vps.umount", F_OK) = -1 ENOENT (No such file or directory)
  90. lstat("/var", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  91. lstat("/var/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  92. lstat("/var/lib/vz", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  93. lstat("/var/lib/vz/root", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
  94. lstat("/var/lib/vz/root/190", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  95. open("/proc/mounts", O_RDONLY)          = 6
  96. futex(0x7f2383547f00, FUTEX_WAKE_PRIVATE, 2147483647) = 0
  97. fstat(6, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
  98. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2384570000
  99. read(6, "sysfs /sys sysfs rw,nosuid,nodev"..., 1024) = 994
  100. read(6, "", 1024)                       = 0
  101. close(6)                                = 0
  102. munmap(0x7f2384570000, 4096)            = 0
  103. access("/var/lib/vz/private/190/root.hdd/DiskDescriptor.xml", F_OK) = 0
  104. lstat("/var", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  105. lstat("/var/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  106. lstat("/var/lib/vz", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  107. lstat("/var/lib/vz/private", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
  108. lstat("/var/lib/vz/private/190", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  109. lstat("/var/lib/vz/private/190/root.hdd", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
  110. lstat("/var/lib/vz/private/190/root.hdd/DiskDescriptor.xml", {st_mode=S_IFREG|0666, st_size=787, ...}) = 0
  111. stat("/var/lib/vz/private/190/root.hdd/DiskDescriptor.xml", {st_mode=S_IFREG|0666, st_size=787, ...}) = 0
  112. stat("/var/lib/vz/private/190/root.hdd/DiskDescriptor.xml", {st_mode=S_IFREG|0666, st_size=787, ...}) = 0
  113. stat("/var/lib/vz/private/190/root.hdd/DiskDescriptor.xml", {st_mode=S_IFREG|0666, st_size=787, ...}) = 0
  114. stat("/var/lib/vz/private/190/root.hdd/DiskDescriptor.xml", {st_mode=S_IFREG|0666, st_size=787, ...}) = 0
  115. open("/var/lib/vz/private/190/root.hdd/DiskDescriptor.xml", O_RDONLY) = 6
  116. lseek(6, 0, SEEK_CUR)                   = 0
  117. read(6, "<?xml version=\"1.0\"?>\n<Parallels"..., 8192) = 787
  118. read(6, "", 7405)                       = 0
  119. close(6)                                = 0
  120. access("/var/lib/vz/private/190/root.hdd/DiskDescriptor.xml.lck", F_OK) = 0
  121. open("/var/lib/vz/private/190/root.hdd/DiskDescriptor.xml.lck", O_RDWR) = 6
  122. fcntl(6, F_SETFD, FD_CLOEXEC)           = 0
  123. clock_gettime(CLOCK_MONOTONIC, {53, 584707644}) = 0
  124. rt_sigaction(SIGRT_2, {0x7f23825d03c0, [], SA_RESTORER, 0x7f23831f21e0}, {SIG_DFL, [], SA_RESTORER, 0x7f23831f21e0}, 8) = 0
  125. timer_create(CLOCK_MONOTONIC, {0x7fffa2826568, SIGRT_2, SIGEV_SIGNAL, {...}}, {0xa282667000000001}) = 0
  126. timer_settime(0x1, 0, {it_interval={0, 0}, it_value={60, 0}}, NULL) = 0
  127. flock(6, LOCK_EX)                       = 0
  128. timer_delete(0x1)                       = 0
  129. rt_sigaction(SIGRT_2, {SIG_DFL, [], SA_RESTORER, 0x7f23831f21e0}, NULL, 8) = 0
  130. stat("/var/lib/vz/private/190/root.hdd/DiskDescriptor.xml", {st_mode=S_IFREG|0666, st_size=787, ...}) = 0
  131. stat("/var/lib/vz/private/190/root.hdd/DiskDescriptor.xml", {st_mode=S_IFREG|0666, st_size=787, ...}) = 0
  132. stat("/var/lib/vz/private/190/root.hdd/DiskDescriptor.xml", {st_mode=S_IFREG|0666, st_size=787, ...}) = 0
  133. stat("/var/lib/vz/private/190/root.hdd/DiskDescriptor.xml", {st_mode=S_IFREG|0666, st_size=787, ...}) = 0
  134. open("/var/lib/vz/private/190/root.hdd/DiskDescriptor.xml", O_RDONLY) = 7
  135. lseek(7, 0, SEEK_CUR)                   = 0
  136. read(7, "<?xml version=\"1.0\"?>\n<Parallels"..., 8192) = 787
  137. read(7, "", 7405)                       = 0
  138. close(7)                                = 0
  139. lstat("/var", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  140. lstat("/var/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  141. lstat("/var/lib/vz", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  142. lstat("/var/lib/vz/private", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
  143. lstat("/var/lib/vz/private/190", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  144. lstat("/var/lib/vz/private/190/root.hdd", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
  145. lstat("/var/lib/vz/private/190/root.hdd/root.hdd", {st_mode=S_IFREG|0600, st_size=700448768, ...}) = 0
  146. access("/var/lock/ploop/ploop.lck", F_OK) = 0
  147. open("/var/lock/ploop/ploop.lck", O_RDWR) = 7
  148. fcntl(7, F_SETFD, FD_CLOEXEC)           = 0
  149. flock(7, LOCK_EX)                       = 0
  150. open("/sys/block/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 8
  151. getdents(8, /* 29 entries */, 32768)    = 816
  152. open("/sys/block/ploop59415/pdelta/0/image", O_RDONLY) = 9
  153. fstat(9, {st_mode=S_IFREG|0444, st_size=4096, ...}) = 0
  154. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2384570000
  155. read(9, "/var/lib/vz/private/190/root.hdd"..., 4096) = 42
  156. close(9)                                = 0
  157. munmap(0x7f2384570000, 4096)            = 0
  158. open("/sys/block/ploop59415/pstate/cookie", O_RDONLY) = 9
  159. fstat(9, {st_mode=S_IFREG|0444, st_size=4096, ...}) = 0
  160. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2384570000
  161. read(9, "\n", 4096)                     = 1
  162. close(9)                                = 0
  163. munmap(0x7f2384570000, 4096)            = 0
  164. close(8)                                = 0
  165. close(7)                                = 0
  166. open("/dev/ploop59415", O_RDONLY)       = 7
  167. ioctl(7, SNDCTL_DSP_MAPINBUF, 0x7fffa2827770) = 0
  168. close(7)                                = 0
  169. open("/sys/block/ploop59415/dev", O_RDONLY) = 7
  170. fstat(7, {st_mode=S_IFREG|0444, st_size=4096, ...}) = 0
  171. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2384570000
  172. read(7, "182:950640\n", 4096)           = 11
  173. close(7)                                = 0
  174. munmap(0x7f2384570000, 4096)            = 0
  175. open("/proc/self/mountinfo", O_RDONLY)  = 7
  176. fstat(7, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
  177. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2384570000
  178. read(7, "17 22 0:0 / /sys rw,nosuid,nodev"..., 1024) = 1024
  179. read(7, ",cpuacct,cpu,cpuset,name=fairsch"..., 1024) = 153
  180. close(7)                                = 0
  181. munmap(0x7f2384570000, 4096)            = 0
  182. statfs("/var/lib/vz/root/190", {f_type="EXT2_SUPER_MAGIC", f_bsize=4096, f_blocks=533654, f_bfree=360082, f_bavail=331308, f_files=144288, f_ffree=144270, f_fsid={-1648826561, -601167720}, f_namelen=255, f_frsize=4096}) = 0
  183. open("/var/lib/vz/private/190/root.hdd/.statfs", O_WRONLY|O_CREAT|O_TRUNC, 0600) = 7
  184. write(7, "\0\20\0\0\0\0\0\0\226$\10\0\0\0\0\0\222~\5\0\0\0\0\0\2403\2\0\0\0\0\0"..., 40) = 40
  185. close(7)                                = 0
  186. write(1, "Unmounting file system at /var/l"..., 47) = 47
  187. stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2679, ...}) = 0
  188. write(5, "2015-03-08T21:59:50+0100 : Unmou"..., 74) = 74
  189. umount("/var/lib/vz/root/190", 0)       = 0
  190. write(1, "Unmounting device /dev/ploop5941"..., 34) = 34
  191. stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2679, ...}) = 0
  192. write(5, "2015-03-08T21:59:50+0100 : Unmou"..., 61) = 61
  193. open("/dev/ploop59415", O_RDONLY)       = 7
  194. ioctl(7, SNDCTL_DSP_SPEED or SOUND_PCM_READ_RATE, 0) = 0
  195. ioctl(7, SNDCTL_DSP_SYNC, 0)            = 0
  196. close(7)                                = 0
  197. flock(6, LOCK_UN)                       = 0
  198. close(6)                                = 0
  199. write(1, "Container is unmounted\n", 23) = 23
  200. stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2679, ...}) = 0
  201. write(3, "2015-03-08T21:59:50+0100 vzctl :"..., 65) = 65
  202. access("/etc/vz/conf/190.postumount", F_OK) = -1 ENOENT (No such file or directory)
  203. access("/etc/vz/conf/vps.postumount", F_OK) = -1 ENOENT (No such file or directory)
  204. close(8)                                = -1 EBADF (Bad file descriptor)
  205. close(9)                                = -1 EBADF (Bad file descriptor)
  206. close(6)                                = -1 EBADF (Bad file descriptor)
  207. close(7)                                = -1 EBADF (Bad file descriptor)
  208. close(10)                               = 0
  209. close(11)                               = -1 EBADF (Bad file descriptor)
  210.  
  211.  
  212.  
  213. /* good */
  214.  
  215. ioctl(4, 0x400c2e05, 0x7fffa5006040)    = 0
  216. write(1, "Setting CPU units: 1000\n", 24) = 24
  217. stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2679, ...}) = 0
  218. write(3, "2015-03-08T22:00:10+0100 vzctl :"..., 66) = 66
  219. syscall_506(0xb4, 0x1f4, 0xffffffffffffffff, 0x7fd806a53b20, 0xffffffff, 0x7fd808c440d8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) = 0
  220. write(1, "Setting CPUs: 1\n", 16)       = 16
  221. stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2679, ...}) = 0
  222. write(3, "2015-03-08T22:00:10+0100 vzctl :"..., 58) = 58
  223. syscall_499(0xb4, 0x1, 0xffffffffffffffff, 0x7fd806a53b20, 0xffffffff, 0x42, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) = 0
  224. access("/var/lib/vz/private/180/root.hdd/DiskDescriptor.xml", F_OK) = 0
  225. write(9, "\0\0\0\0", 4)                 = 4
  226. close(9)                                = 0
  227. close(11)                               = 0
  228. read(12, "", 4)                         = 0
  229. write(1, "Container start in progress...\n", 31) = 31
  230. stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2679, ...}) = 0
  231. write(3, "2015-03-08T22:00:10+0100 vzctl :"..., 73) = 73
  232. close(10)                               = -1 EBADF (Bad file descriptor)
  233. close(11)                               = -1 EBADF (Bad file descriptor)
  234. close(8)                                = -1 EBADF (Bad file descriptor)
  235. close(9)                                = -1 EBADF (Bad file descriptor)
  236. close(12)                               = 0
  237. close(13)                               = -1 EBADF (Bad file descriptor)
  238. close(5)                                = 0
  239. close(6)                                = 0
  240. write(1, "Restoring completed successfully"..., 33) = 33
  241. stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2679, ...}) = 0
  242. write(3, "2015-03-08T22:00:10+0100 vzctl :"..., 75) = 75
  243. unlink("/var/lib/vz/dump/Dump.180")     = 0
  244. unlink("/var/lib/vz/lock/180.lck")      = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement