Hi Anthony,
how is your Icinga2 doing?
Sorry about the PAE stuff, I didn't notice.
Did Icinga2 crash again and would you be able to share the output of strace?
In addition, I did some research and found various reasons why these
crashes could happen.
I guess it might make sense to open up a bug report on GitHub and start
the normal debugging process:
https://github.com/Icinga/icinga2/issues
But: If you have some strace output for us, we might try it here first,
maybe we are able to find something.. :-)
Best,
Valentin
On 03.07.2017 13:47, Antony Stone wrote:
On Monday 03 July 2017 at 13:15:28, Valentin Höbel wrote:
Hi,
sorry to hear the crashes don't go away.
I didn't have a look at the information you provided yet, so I can't
really provide help now.
Regardng RAM/swap upgrade: You seem to run a 32 Bit kernel with no PAE
feature enabled - would adding more RAM/swap really help ? ;)
Hm, doesn't the i686 in the output of uname indicate that I have PAE support
(amongst other things)?
The hardware certainly supports it - I have pae in the flags section of
/proc/cpuinfo, as well as "address sizes: 46 bits physical, 48 bits virtual".
How long is Icinga2 running until it crashes?
# ls -l /var/log/icinga2/crash/
total 168
-rw-r--r-- 1 nagios adm 1230 Jun 30 11:54 report.1498816455.515574
-rw-r--r-- 1 nagios adm 1230 Jun 30 11:54 report.1498816464.104897
-rw-r--r-- 1 nagios adm 1112 Jun 30 15:07 report.1498828049.066844
-rw-r--r-- 1 nagios adm 1112 Jun 30 15:18 report.1498828706.077662
-rw-r--r-- 1 nagios adm 1112 Jun 30 15:18 report.1498828706.319308
-rw-r--r-- 1 nagios adm 1112 Jun 30 15:18 report.1498828706.521870
-rw-r--r-- 1 nagios adm 1112 Jun 30 15:18 report.1498828706.900479
-rw-r--r-- 1 nagios adm 1112 Jun 30 15:58 report.1498831107.706905
-rw-r--r-- 1 nagios adm 1794 Jun 30 15:58 report.1498831108.205991
-rw-r--r-- 1 nagios adm 1112 Jun 30 16:16 report.1498832193.793788
-rw-r--r-- 1 nagios adm 1112 Jun 30 16:44 report.1498833890.336354
-rw-r--r-- 1 nagios adm 1112 Jun 30 16:49 report.1498834184.196538
-rw-r--r-- 1 nagios adm 1112 Jun 30 16:49 report.1498834184.626100
-rw-r--r-- 1 nagios adm 1112 Jun 30 16:54 report.1498834449.963102
-rw-r--r-- 1 nagios adm 1112 Jun 30 17:07 report.1498835231.666019
-rw-r--r-- 1 nagios adm 1795 Jun 30 17:07 report.1498835232.029984
-rw-r--r-- 1 nagios adm 1112 Jun 30 17:36 report.1498836989.237832
-rw-r--r-- 1 nagios adm 1112 Jul 1 00:02 report.1498860153.071816
-rw-r--r-- 1 nagios adm 1112 Jul 1 13:42 report.1498909331.472401
-rw-r--r-- 1 nagios adm 1112 Jul 1 13:59 report.1498910388.778417
-rw-r--r-- 1 nagios adm 1112 Jul 1 13:59 report.1498910388.939726
-rw-r--r-- 1 nagios adm 1112 Jul 1 14:00 report.1498910458.197746
-rw-r--r-- 1 nagios adm 1112 Jul 1 14:03 report.1498910632.628626
-rw-r--r-- 1 nagios adm 1794 Jul 1 14:03 report.1498910633.234458
-rw-r--r-- 1 nagios adm 1112 Jul 1 14:11 report.1498911091.391449
-rw-r--r-- 1 nagios adm 1112 Jul 1 14:17 report.1498911449.076616
-rw-r--r-- 1 nagios adm 1112 Jul 1 14:17 report.1498911449.179626
-rw-r--r-- 1 nagios adm 1112 Jul 1 14:19 report.1498911590.110040
-rw-r--r-- 1 nagios adm 1794 Jul 1 14:19 report.1498911590.666673
-rw-r--r-- 1 nagios adm 1112 Jul 1 14:21 report.1498911698.993627
-rw-r--r-- 1 nagios adm 1112 Jul 1 14:24 report.1498911887.721932
-rw-r--r-- 1 nagios adm 1112 Jul 1 14:24 report.1498911888.171488
-rw-r--r-- 1 nagios adm 1795 Jul 2 02:02 report.1498953736.917421
-rw-r--r-- 1 nagios adm 1112 Jul 2 02:17 report.1498954646.922527
-rw-r--r-- 1 nagios adm 1112 Jul 3 02:01 report.1499040094.152307
-rw-r--r-- 1 nagios adm 1795 Jul 3 02:01 report.1499040095.369409
-rw-r--r-- 1 nagios adm 1112 Jul 3 10:20 report.1499070037.876253
-rw-r--r-- 1 nagios adm 1112 Jul 3 10:22 report.1499070136.137984
-rw-r--r-- 1 nagios adm 1112 Jul 3 12:46 report.1499078780.577142
-rw-r--r-- 1 nagios adm 1112 Jul 3 12:48 report.1499078881.500820
-rw-r--r-- 1 nagios adm 1787 Jul 3 12:48 report.1499078882.594072
-rw-r--r-- 1 nagios adm 1112 Jul 3 12:52 report.1499079135.967735
Can you trigger the crash?
Not completely reliably, although it does seem more prone to occur if I do a
'reload' on the Master (no matter whether I've changed the config for this
satellite or not).
I'd strace the current process until it crashes and have a look at the
output.
Okay, I'll give that a go, thanks. I might come back with some questions
about that - not my area of familiarity :)
Regards,
Antony.
--
Valentin Höbel
Senior Consultant IT Infrastructure
mobil 0711-95337077
open*i GmbH
Talstraße 41 70188 Stuttgart Germany
Geschäftsführer Tilo Mey
Amtsgericht Stuttgart, HRB 729287, Ust-IdNr DE264295269
Volksbank Stuttgart EG, BIC VOBADESS, IBAN DE75600901000340001003
_______________________________________________
icinga-users mailing list
icinga-users@lists.icinga.org
https://lists.icinga.org/mailman/listinfo/icinga-users