1
20.7 Legacy Series / Re: Unbound service routinely stopping/crashing following 20.7.7 update
« on: December 29, 2020, 10:27:34 am »Here's the latest Unbound revision 1 from FreeBSD ports to try:
# pkg add -f https://pkg.opnsense.org/FreeBSD:12:amd64/20.7/misc/unbound-1.13.0_1.txz
I tried this and can confirm that I am still getting crashes. Here is the latest General log lines from the last crash, running the above patch.
Code: [Select]
2020-12-28T23:16:15 kernel -> pid: 15953 ppid: 1 p_pax: 0xa50<SEGVGUARD,ASLR,NOSHLIBRANDOM,NODISALLOWMAP32BIT>
2020-12-28T23:16:15 kernel [HBSD SEGVGUARD] [unbound (15953)] Suspension expired.
2020-12-28T23:16:15 kernel pid 15953 (unbound), jid 0, uid 59: exited on signal 11
For now, I *think* I've setup a monit test to restart unbound if it crashes. Never used monit before, so we'll see if I did it right...