Hi,
I get segmentation fault when starting Zebra on RouterStation (Kamikaze r15349, prebuild by Ubiquiti). Can anyone help?
I downloaded the code via SVN:
svn co - r15349 svn://svn.openwrt.org/openwrt/trunk
I selected target AR71xx and RouterStation option in menuconfig.
Downloaded quagga-unstable files from https://dev.openwrt.org/browser/package … a-unstable (currently at version 0.99.15)
Hit "make V=99", all successfull.
Copied packages to web server, edited opkg.conf, did a "opkg update" on my board.
"Opkg install quagga-unstable-ospfd" downloaded and installed all dependencies successfully.
Then I copy-pasted zebra.conf and ospfd.conf from my old router (Debian, tried also my OpenWRT IXP4xx router config files).
When i hit "./quagga-unstable start" i get ...
root@RouterStation:~# /etc/init.d/quagga start
quagga.init: Starting zebra ... Segmentation fault
failed.
quagga.init: Starting ospfd ... done.
quagga.init: Starting watchquagga ... done.
root@RouterStation:~#
Then i did "opkg clear quagga-unstable" ... with all dependencies.
Recompiled the package using quagga-unstable 0.99.12 (i got this working on my old RB433AH, also AR71xx).
But I get the same error again.
Zebra -> Segmentation Fault
OSPF -> OK
watchquagga -> OK
Any ideas what could be the problem?
If it helps... i tried to make some other packages "nano" and "ntpclient" ... all work OK
root@RouterStation:~# ntpclient -l -h pool.ntp.org -c 1 -s &
root@RouterStation:~# 40109 34230.183 22444.0 18.7 13890.4 45501.7 0
root@RouterStation:~# date
Sun Oct 25 09:30:34 UTC 2009
root@RouterStation:~#
(Last edited by dajhard on 25 Oct 2009, 11:33)