Skip to content

Commit

Permalink
net/frr: try to fix bootup for #2100
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Feb 27, 2018
1 parent c62475a commit f26a704
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions net/frr/src/etc/rc.syshook.d/50-frr.start
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh

# XXX this should not be strictly needed
/usr/local/etc/rc.d/frr start

5 comments on commit f26a704

@mimugmail
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The patch is just missing a chmod 755, then it's working ;)

chmod 755 /usr/local/etc/rc.syshook.d/50-frr.start

@fichtner
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I copied from a similar file. this is weird oO

@fichtner
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

permissions are correct, so that is an opnsense-patch issue

@mimugmail
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indeed, I applied the patch and compared permissions. But finally it works, most impotant 👍

@fichtner
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Found it... was working for core but not plugins. Thanks for the hint!

opnsense/update@f5f37da5e1

Please sign in to comment.