Advertisement
Guest User

Untitled

a guest
Jan 29th, 2014
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. root@asuka:/var/log# grep '22581 blocked' kern.log.1
  2. Jan 4 03:26:27 localhost kernel: [14156856.360891] INFO: task ls:22581 blocked for more than 120 seconds.
  3. Jan 4 03:28:27 localhost kernel: [14156976.360922] INFO: task ls:22581 blocked for more than 120 seconds.
  4. Jan 4 03:30:27 localhost kernel: [14157096.360894] INFO: task ls:22581 blocked for more than 120 seconds.
  5. Jan 4 03:32:27 localhost kernel: [14157216.360910] INFO: task ls:22581 blocked for more than 120 seconds.
  6. Jan 4 03:34:27 localhost kernel: [14157336.360901] INFO: task ls:22581 blocked for more than 120 seconds.
  7. Jan 4 03:36:27 localhost kernel: [14157456.360931] INFO: task ls:22581 blocked for more than 120 seconds.
  8. Jan 4 03:38:27 localhost kernel: [14157576.360919] INFO: task ls:22581 blocked for more than 120 seconds.
  9. Jan 4 03:40:27 localhost kernel: [14157696.360920] INFO: task ls:22581 blocked for more than 120 seconds.
  10. Jan 4 03:42:27 localhost kernel: [14157816.360988] INFO: task ls:22581 blocked for more than 120 seconds.
  11. Jan 4 03:44:27 localhost kernel: [14157936.360917] INFO: task ls:22581 blocked for more than 120 seconds.
  12. root@asuka:/var/log# ps xawu | grep 22581 | grep -v grep
  13. jane 22581 0.0 0.1 20988 788 ? D Jan04 0:00 ls --color=auto -la
  14. root@asuka:/var/log# kill -9 22581
  15. root@asuka:/var/log# ps xawu | grep 22581 | grep -v grep
  16. jane 22581 0.0 0.1 20988 788 ? D Jan04 0:00 ls --color=auto -la
  17. root@asuka:/var/log# kill -HUP 1
  18. root@asuka:/var/log# ps xawu | grep 22581 | grep -v grep
  19. jane 22581 0.0 0.1 20988 788 ? D Jan04 0:00 ls --color=auto -la
  20. root@asuka:/var/log# pstree 22581
  21. ls
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement