OPNsense Forum

Archive => 17.7 Legacy Series => Topic started by: r0000000m on December 15, 2017, 11:40:10 am

Title: opnsense 17.7.10 : can't start os-quagga 1.4.3
Post by: r0000000m on December 15, 2017, 11:40:10 am
Hello !

opnsense 17.7.10 / os-quagga 1.4.3

Unfortunately I can't start the quagga service. Did I miss something or is there a bug ?

Thanks, I wish a good day to whoever read this :p

Code: [Select]
root@opnsense-dedibox:~ # clog /var/log/quagga.log
Segmentation fault (core dumped)

Code: [Select]
root@opnsense-dedibox:~ # ls -l /var/log/quagga.log
-rw-r-----  1 quagga  quagga  0 Dec 15 10:43 /var/log/quagga.log

Code: [Select]
Dec 15 11:33:03 opnsense-dedibox configd.py: [36b580d6-2fe2-402a-9bb7-305e4ffa9627] request quagga
Dec 15 11:33:03 opnsense-dedibox configd.py: [ed9f44d4-8998-47b5-b5ef-e7bc14713aa6] stopping quagga
Dec 15 11:33:03 opnsense-dedibox configd.py: [deeb2ed5-fba0-477f-aae4-751a5ea9dcdb] generate template OPNsense/Quagga
Dec 15 11:33:03 opnsense-dedibox configd.py: generate template container OPNsense/Quagga
Dec 15 11:33:04 opnsense-dedibox configd.py: [deeb2ed5-fba0-477f-aae4-751a5ea9dcdb] Inline action failed with OPNsense/Quagga OPNsense/Quagga/quagga unexpected char u'#' at 936 at Traceback (most recent call last):   File "/usr/local/opnsense/service/modules/processhandler.py", line 507, in execute     return ph_inline_actions.execute(self, inline_act_parameters)   File "/usr/local/opnsense/service/modules/ph_inline_actions.py", line 50, in execute     filenames = tmpl.generate(parameters)   File "/usr/local/opnsense/service/modules/template.py", line 321, in generate     raise render_exception Exception: OPNsense/Quagga OPNsense/Quagga/quagga unexpected char u'#' at 936
Dec 15 11:33:04 opnsense-dedibox configd.py: [14767aee-fe41-44cb-90f4-3413a979770a] starting quagga
Dec 15 11:33:04 opnsense-dedibox configd.py: [e3da2fca-7b83-4f1d-873a-d16a634afcb6] Reloading filter
Dec 15 11:33:05 opnsense-dedibox configd.py: [3c7f87c0-11c9-4561-916e-fc2547072dac] request quagga
Title: Re: opnsense 17.7.10 : can't start os-quagga 1.4.3
Post by: mimugmail on December 15, 2017, 12:04:56 pm
Quagga logs in text, please tail -f and not clog.

The rest I try to reproduce ...
Title: Re: opnsense 17.7.10 : can't start os-quagga 1.4.3
Post by: r0000000m on December 15, 2017, 12:09:20 pm
Hi !

Thanks for your reply.

For now quagga.log is empty but I will tail -f next time :-)

Regards,
Title: Re: opnsense 17.7.10 : can't start os-quagga 1.4.3
Post by: mimugmail on December 15, 2017, 12:10:45 pm
Did this work with 17.7.9? Or is this first time usage?

OSPF? RIP? BGP?
Title: Re: opnsense 17.7.10 : can't start os-quagga 1.4.3
Post by: franco on December 15, 2017, 12:32:36 pm
https://github.com/opnsense/plugins/commit/b6b9d20

# opnsense-patch -c plugins b6b9d20

Does this help?


Cheers,
Franco
Title: Re: opnsense 17.7.10 : can't start os-quagga 1.4.3
Post by: r0000000m on December 15, 2017, 01:39:27 pm
OSPF only and first time usage ! I will try the patch asap :)
Title: Re: opnsense 17.7.10 : can't start os-quagga 1.4.3
Post by: franco on December 15, 2017, 08:44:07 pm
Despite the missing feedback a hotfix was issued. Grab the latest version if you still need it. ;)


Thanks,
Franco
Title: Re: opnsense 17.7.10 : can't start os-quagga 1.4.3
Post by: r0000000m on December 15, 2017, 10:29:38 pm
Thanks for the quick fix (impressive), indeed the service is starting now.

And sorry for the late feedback, I was having family time :p
Title: Re: opnsense 17.7.10 : can't start os-quagga 1.4.3
Post by: franco on December 15, 2017, 10:51:27 pm
No worries. I just wanted to check back and let you know it was tested and shipped. Thank you for your report :)


Cheers,
Franco