OPNsense
  • Home
  • Help
  • Search
  • Login
  • Register

  • OPNsense Forum »
  • Archive »
  • 18.1 Legacy Series »
  • [SOLVED] FRR Widget problem
« previous next »
  • Print
Pages: [1] 2

Author Topic: [SOLVED] FRR Widget problem  (Read 6034 times)

odites999

  • Newbie
  • *
  • Posts: 33
  • Karma: 4
    • View Profile
[SOLVED] FRR Widget problem
« on: January 14, 2018, 04:18:40 pm »
Hi!

I've just upgraded to OPNsense 18.1.r1-amd64. Every thing is working OK except the FRR Service that does not appear in the widget (image attached). However, it's working ok, doing what is supposed to do.

Could you please take a look?


Thanks in advance,
« Last Edit: February 28, 2018, 09:17:46 pm by franco »
Logged

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 13929
  • Karma: 1208
    • View Profile
Re: FRR Widget problem
« Reply #1 on: January 14, 2018, 04:31:10 pm »
Hi odites999,

A copy+paste fail indeed, thanks for your report!

Fixed via: https://github.com/opnsense/plugins/commit/7bc1c2088

You can try this by patching your system:

# opnsense-patch -c plugins 7bc1c2088


Cheers,
Franco
Logged

fabian

  • Hero Member
  • *****
  • Posts: 2768
  • Karma: 199
  • OPNsense Contributor (Language, VPN, Proxy, etc.)
    • View Profile
    • Personal Homepage
Re: FRR Widget problem
« Reply #2 on: January 14, 2018, 07:57:38 pm »
I am sorry it was my fault. It seems like I forgot about that when I did the migration from quagga. I am sorry for this inconvenience. The patch Franco created will be installed automatically with the next release if you don't patch it by yourself.
Logged

odites999

  • Newbie
  • *
  • Posts: 33
  • Karma: 4
    • View Profile
Re: FRR Widget problem
« Reply #3 on: January 15, 2018, 08:18:42 am »
Thanks for the quick fix. Patch installed and working OK. Great work guys!!


Cheers,
Logged

odites999

  • Newbie
  • *
  • Posts: 33
  • Karma: 4
    • View Profile
Re: [SOLVED] FRR Widget problem
« Reply #4 on: January 29, 2018, 01:32:53 pm »
Hello!

After the 18.1 update, the widget problem has appeared again. FRR is not started at boot.


Cheers,
Logged

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 13929
  • Karma: 1208
    • View Profile
Re: [SOLVED] FRR Widget problem
« Reply #5 on: January 29, 2018, 02:36:15 pm »
Er... we fixed the service probing, not the startup (if that was indeed an issue it was not handled as such).

"However, it's working ok, doing what is supposed to do." seemed to reinforce that assumption.


Cheers,
Franco
Logged

odites999

  • Newbie
  • *
  • Posts: 33
  • Karma: 4
    • View Profile
Re: [SOLVED] FRR Widget problem
« Reply #6 on: January 29, 2018, 02:49:47 pm »
Yes it does its job, once you have manually started the service, not before. Probably I did not explain it very well. Sorry. In my case, RIP routing is used by TV Service so I must start the service to be able to watch TV.


Cheers,
« Last Edit: January 29, 2018, 02:53:57 pm by odites999 »
Logged

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 13929
  • Karma: 1208
    • View Profile
Re: FRR Widget problem
« Reply #7 on: January 29, 2018, 03:14:50 pm »
Okay, hopefully Fabian can take a look and fix it in the next iteration. Thanks for explaining. :)


Cheers,
Franco
Logged

fabian

  • Hero Member
  • *****
  • Posts: 2768
  • Karma: 199
  • OPNsense Contributor (Language, VPN, Proxy, etc.)
    • View Profile
    • Personal Homepage
Re: FRR Widget problem
« Reply #8 on: January 29, 2018, 07:20:25 pm »
@fichtner - the plugin seems to create the correct config because "service frr start" starts it without issues. This means there is probably some trouble with booting the device since it should be started by rc.d.
Logged

odites999

  • Newbie
  • *
  • Posts: 33
  • Karma: 4
    • View Profile
Re: FRR Widget problem
« Reply #9 on: January 30, 2018, 10:16:06 am »
If I can help you to identify the problem, just tell me.
Logged

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 13929
  • Karma: 1208
    • View Profile
Re: FRR Widget problem
« Reply #10 on: February 28, 2018, 07:33:34 am »
We have a workaround in place... it should hit 18.1.3.

https://github.com/opnsense/plugins/commit/f26a704f9


Cheers,
Franco
Logged

odites999

  • Newbie
  • *
  • Posts: 33
  • Karma: 4
    • View Profile
Re: FRR Widget problem
« Reply #11 on: February 28, 2018, 08:56:38 am »
I have applied the patch (opnsense-patch -c plugins f26a704f9) but the problem is still there... no automatic start of FRR after rebooting the system.


Cheers,
Logged

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 13929
  • Karma: 1208
    • View Profile
Re: FRR Widget problem
« Reply #12 on: February 28, 2018, 08:59:57 am »
I don't know if it patches ok. Locally it worked. If not it would probably be beneficial if somebody started looking into why the service fails who has a proper setup. I don't believe there is no clever person around to find and fix this over the course of a month.


Cheers,
Franco
Logged

mimugmail

  • Hero Member
  • *****
  • Posts: 6332
  • Karma: 435
    • View Profile
Re: FRR Widget problem
« Reply #13 on: February 28, 2018, 11:23:29 am »
The patch is just missing a chmod 755, then it's working ;)

chmod 755 /usr/local/etc/rc.syshook.d/50-frr.start
Logged
Twitter: mimu_muc
WWW: www.routerperformance.net
Support plans: https://www.max-it.de/en/it-services/opnsense/
Commercial Plugins (German): https://opnsense.max-it.de/

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 13929
  • Karma: 1208
    • View Profile
Re: FRR Widget problem
« Reply #14 on: February 28, 2018, 03:24:03 pm »
chmod in opnsense-patch worked for core, but not for plugins...

https://github.com/opnsense/update/commit/f5f37da5
Logged

  • Print
Pages: [1] 2
« previous next »
  • OPNsense Forum »
  • Archive »
  • 18.1 Legacy Series »
  • [SOLVED] FRR Widget problem
 

OPNsense is an OSS project © Deciso B.V. 2015 - 2023 All rights reserved
  • SMF 2.0.19 | SMF © 2021, Simple Machines
    Privacy Policy
    | XHTML | RSS | WAP2