Advertisement
Guest User

Untitled

a guest
May 22nd, 2013
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. console log
  2. expect daemon
  3. respawn
  4.  
  5. exec /usr/sbin/zabbix_agentd
  6.  
  7.  
  8.  
  9. [ 1305.886452] init: Connection from private client
  10. [ 1305.887289] init: zabbix-agent goal changed from stop to start
  11. [ 1305.887340] init: zabbix-agent state changed from waiting to starting
  12. [ 1305.887398] init: Handling starting event
  13. [ 1305.887493] init: zabbix-agent state changed from starting to pre-start
  14. [ 1305.887537] init: zabbix-agent state changed from pre-start to spawned
  15. [ 1305.888701] init: zabbix-agent main process (19908)
  16. [ 1305.890305] init: zabbix-agent main process (19908) terminated with status 255
  17. [ 1305.890334] init: zabbix-agent main process ended, respawning
  18. [ 1305.890450] init: zabbix-agent state changed from spawned to post-start
  19. [ 1305.890681] init: zabbix-agent state changed from post-start to running
  20. [ 1305.890849] init: Handling started event
  21.  
  22.  
  23. Compared to another (well-behaving):
  24.  
  25. [ 1288.051459] init: Connection from private client
  26. [ 1288.052465] init: daemon-exit goal changed from stop to start
  27. [ 1288.052546] init: daemon-exit state changed from waiting to starting
  28. [ 1288.052647] init: Handling starting event
  29. [ 1288.052801] init: daemon-exit state changed from starting to pre-start
  30. [ 1288.052884] init: daemon-exit state changed from pre-start to spawned
  31. [ 1288.054604] init: daemon-exit main process (3747)
  32. [ 1288.054652] init: daemon-exit state changed from spawned to post-start
  33. [ 1288.054797] init: daemon-exit state changed from post-start to running
  34. [ 1288.054907] init: Handling started event
  35. [ 1288.056031] init: daemon-exit main process (3747) exited normally
  36. [ 1288.056071] init: daemon-exit main process ended, respawning
  37. [ 1288.056275] init: daemon-exit state changed from running to stopping
  38. [ 1288.056609] init: Handling stopping event
  39. [ 1288.056720] init: daemon-exit state changed from stopping to killed
  40. [ 1288.056990] init: daemon-exit state changed from killed to post-stop
  41. ....
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement