[Bug 1733182] Re: Quagga (Zebra service) does not start out of the box
Andreas Hasenack
andreas at canonical.com
Mon Nov 20 13:43:47 UTC 2017
fwiw, I copied the two sample files /usr/share/doc/quagga-
core/examples/vtysh.conf.sample and /usr/share/doc/quagga-
core/examples/zebra.conf.sample into /etc/quagga, removed the .sample
extension and started the zebra service:
# systemctl start zebra
# systemctl status zebra
● zebra.service - GNU Zebra routing manager
Loaded: loaded (/lib/systemd/system/zebra.service; enabled; vendor preset: enabled)
Active: active (running) since Mon 2017-11-20 13:42:06 UTC; 3s ago
Docs: man:zebra
Process: 11193 ExecStart=/usr/sbin/zebra -d -A 127.0.0.1 -f /etc/quagga/zebra.conf (code=exited, status=0/SUCCESS)
Process: 11192 ExecStartPre=/bin/chown -f quagga:quaggavty /etc/quagga/vtysh.conf (code=exited, status=0/SUCCESS)
Process: 11191 ExecStartPre=/bin/chown -f quagga:quagga /run/quagga /etc/quagga/zebra.conf (code=exited, status=0/SUCCESS)
Process: 11190 ExecStartPre=/bin/chmod -f 640 /etc/quagga/vtysh.conf /etc/quagga/zebra.conf (code=exited, status=0/SUCCESS)
Process: 11189 ExecStartPre=/sbin/ip route flush proto zebra (code=exited, status=0/SUCCESS)
Main PID: 11194 (zebra)
Tasks: 1 (limit: 4915)
Memory: 1.3M
CPU: 14ms
CGroup: /system.slice/zebra.service
└─11194 /usr/sbin/zebra -d -A 127.0.0.1 -f /etc/quagga/zebra.conf
Nov 20 13:42:06 artful-zebra-start-1733182 systemd[1]: zebra.service: Failed to set invocation ID on control group /system.slice/zebra.service, ignoring: Operation not permitted
Nov 20 13:42:06 artful-zebra-start-1733182 systemd[1]: Starting GNU Zebra routing manager...
Nov 20 13:42:06 artful-zebra-start-1733182 systemd[1]: Started GNU Zebra routing manager.
(that "slice" error is because I'm running this in an lxd container,
that's all)
After that I have a zebra process running:
11194 ? Ss 0:00 /usr/sbin/zebra -d -A 127.0.0.1 -f /etc/quagga/zebra.conf
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to quagga in Ubuntu.
https://bugs.launchpad.net/bugs/1733182
Title:
Quagga (Zebra service) does not start out of the box
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/quagga/+bug/1733182/+subscriptions
More information about the Ubuntu-server-bugs
mailing list