This repository was archived by the owner on Jan 12, 2021. It is now read-only.
This repository was archived by the owner on Jan 12, 2021. It is now read-only.
Zebra cannot start #15
Open
Description
Reported by @Timothy-G-Griffin
- Here us my setup
Debian
VirtualBox
Mac
2) I downloaded your code and built the core, kernel, and file system for netkit-ng
(In the end, I made no modifications to filesystem-tweaks)
3) Download the "Simple announcement" lab from the Interdomain routing section of
http://wiki.netkit.org/index.php/Labs_Official
- For some reason, the original netkit setup (on routers) has symbolic links
/etc/init.d/zebra --> /etc/init.d/quagga (this quagga script is installed with package quagga)
/etc/zebra --> /etc/quagga
So I make appropriate changes to the lab. For router1, for example, the line
/etc/init.d/zebra start
is changed to
/etc/init.d/quagga start
and the directory
router1/etc/zebra
is renamed to
router1/etc/quagga- use lstart to start the lab.
- on router 1 we see that the zebra daemon is not running. The phase 2 init script produces the
error
zebravty_read_config : failed to open configuration file /etc/quagga/zebra.conf : Permission
denied
Comments: this lab does not in fact have a zebra.conf file, and it should be OK without it. But when > I do put one in /etc/quagga I still get this error.