Actions
Bug #7038
closedSG-1000 Quagga zebra service fails to start with signal 6 abort
Start date:
12/25/2016
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.4
Affected Architecture:
SG-1000
Description
Quagga_OSPF 0.6.16 package installed from package manager. Using config pasted below (raw, not assisted). OSPFd service starts, zebra service does not.
Performed reinstall:
Installed packages to be REINSTALLED:
pfSense-pkg-Quagga_OSPF-0.6.16 [pfSense]
Number of packages to be reinstalled: 1
[1/1] Reinstalling pfSense-pkg-Quagga_OSPF-0.6.16...
[1/1] Extracting pfSense-pkg-Quagga_OSPF-0.6.16: .......... done
Removing Quagga_OSPF components...
Menu items... done.
Services... done.
Loading package instructions...
Saving updated package information...
overwrite!
Loading package configuration... done.
Configuring package components...
Loading package instructions...
Custom commands...
Executing custom_php_resync_config_command()...done.
Menu items... done.
Services... done.
Writing configuration... done.
>>> Cleaning up cache... done.
Success
Affected System's OS:
2.4.0-BETA (arm) built on Sat Dec 24 01:15:14 CST 2016 FreeBSD 11.0-RELEASE-p5
Running zebra from command line:
# zebra -f /var/etc/quagga/zebra.conf Abort
OSFP config:
password <redacted> log syslog interface ovpnc1 ip ospf network broadcast ip ospf cost 10 ip ospf authentication-key <redacted> interface ovpnc2 ip ospf network broadcast ip ospf cost 10 ip ospf authentication-key <redacted> interface cpsw1 router ospf ospf router-id 10.8.8.1 passive-interface cpsw1 network 10.8.8.0/27 area 0.0.0.0 network 10.8.8.32/27 area 0.0.0.0 network 192.168.1.0/24 area 0.0.0.0 area 0.0.0.0 authentication
Zebra config:
password <redacted> log syslogAdditional packages:
- None
- 2x OpenVPN clients
- 2x CPSW
Last know working configuration (different hardware):
2.3.2-RELEASE-p1 (amd64) built on Tue Sep 27 12:13:07 CDT 2016 FreeBSD 10.3-RELEASE-p9
Updated by Ryan H almost 9 years ago
Relevant logs (system.log):
Dec 25 23:15:28 fw1 kernel: pid 5623 (zebra), uid 101: exited on signal 6
Updated by Jim Pingle almost 9 years ago
- Status changed from New to Confirmed
- Target version set to 2.4.0
Confirmed, happens even with a very basic config (one interface, dummy password, standard router ID and area filled in, nothing else).
: zebra -f /var/etc/quagga/zebra.conf Abort : cat /var/tmp/quagga.zebra.crashlog ZEBRA: Received signal 11 at 1482767724 (si_addr 0x20616740); aborting... no thread information available
Updated by Luiz Souza over 8 years ago
- Target version changed from 2.4.0 to 2.4.1
Updated by Renato Botelho about 8 years ago
- Status changed from Confirmed to Feedback
- Target version changed from 2.4.1 to 2.4.0
Fixed both quagga and frr
Updated by Luiz Souza about 8 years ago
- Status changed from Feedback to Resolved
Fixed with a workaround. We will get back to it at some point.
Mark as resolved for now.
Actions