opnsense / ports

OPNsense ports on top of FreeBSD
https://opnsense.org/
Other
157 stars 115 forks source link

[BUG] quagga fails to start probably because of a failed system call #39

Closed fabianfrz closed 7 years ago

fabianfrz commented 7 years ago

truss gives this as the last call: setregid(0x65,0x65) after this, only exit happens.

ospfd can run via with --user root --group wheel - so I think it is failing because of being unable to switch the user to quagga also known as 0x65. Sometimes it works after a reinstall but not after the next reboot / restart.

The user and the group exist on the system. The return code ($?) is 1

Version: 17.1.2

fichtner commented 7 years ago

this was done, right?

fabianfrz commented 7 years ago

yes it was ;)