Advertisement
Guest User

Untitled

a guest
May 3rd, 2013
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. root@nut:~# service ceph restart mon
  2. === mon.a ===
  3. === mon.a ===
  4. Stopping Ceph mon.a on nut...done
  5. === mon.a ===
  6. Starting Ceph mon.a on nut...
  7. *** Caught signal (Segmentation fault) **
  8. in thread 7f41ce40d780
  9. 2013-05-03 09:01:34.789829 7f41ce40d780 -1 compacting monitor store ...
  10. ceph version 0.60-803-g7544e86 (7544e8663225903703e1d30baa8a7cbfcf771e1a)
  11. 1: /usr/bin/ceph-mon() [0x596faa]
  12. 2: (()+0xfcb0) [0x7f41cdfeccb0]
  13. 3: (main()+0xda2) [0x48bba2]
  14. 4: (__libc_start_main()+0xed) [0x7f41cc4c276d]
  15. 5: /usr/bin/ceph-mon() [0x48eb1d]
  16. 2013-05-03 09:01:34.790367 7f41ce40d780 -1 *** Caught signal (Segmentation fault) **
  17. in thread 7f41ce40d780
  18.  
  19. ceph version 0.60-803-g7544e86 (7544e8663225903703e1d30baa8a7cbfcf771e1a)
  20. 1: /usr/bin/ceph-mon() [0x596faa]
  21. 2: (()+0xfcb0) [0x7f41cdfeccb0]
  22. 3: (main()+0xda2) [0x48bba2]
  23. 4: (__libc_start_main()+0xed) [0x7f41cc4c276d]
  24. 5: /usr/bin/ceph-mon() [0x48eb1d]
  25. NOTE: a copy of the executable, or `objdump -rdS <executable>` is needed to interpret this.
  26.  
  27. -1> 2013-05-03 09:01:34.789829 7f41ce40d780 -1 compacting monitor store ...
  28. 0> 2013-05-03 09:01:34.790367 7f41ce40d780 -1 *** Caught signal (Segmentation fault) **
  29. in thread 7f41ce40d780
  30.  
  31. ceph version 0.60-803-g7544e86 (7544e8663225903703e1d30baa8a7cbfcf771e1a)
  32. 1: /usr/bin/ceph-mon() [0x596faa]
  33. 2: (()+0xfcb0) [0x7f41cdfeccb0]
  34. 3: (main()+0xda2) [0x48bba2]
  35. 4: (__libc_start_main()+0xed) [0x7f41cc4c276d]
  36. 5: /usr/bin/ceph-mon() [0x48eb1d]
  37. NOTE: a copy of the executable, or `objdump -rdS <executable>` is needed to interpret this.
  38.  
  39. bash: line 1: 3202 Segmentation fault (core dumped) /usr/bin/ceph-mon -i a --pid-file /var/run/ceph/mon.a.pid -c /etc/ceph/ceph.conf
  40. failed: 'ulimit -n 8192; /usr/bin/ceph-mon -i a --pid-file /var/run/ceph/mon.a.pid -c /etc/ceph/ceph.conf '
  41. Starting ceph-create-keys on nut...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement