Hi all!
I´m new in Quagga and I´ve just compiled and installed it successfully.
I´ve installed in the default directories (/usr/local/sbin and
/usr/local/etc).
I´m tryin to start zebra daemon using this command line:

$ zebra --daemon -A 127.0.0.1

First of all, it didn´t succeed because it was trying to use the default
user and group quagga/quagga. Therefore, I´ve configured again changing the
user and group to my own user alobo/alobo, using this comand line:

$ ./configure --enable-user=alobo --enable-group=alobo
-enable-vty-group=alobo

After this I compile and install quagga correctly, using these commands:
$ make
$ sudo make install

Now, when I try to start zebra daemon with this command:

$ zebra --daemon -A 127.0.0.1

I get the following error message:

privs_init: could not setgroups, Operation not permitted

Can you please help me?

Thanks in advance and best regards,
Ana
_______________________________________________
Quagga-users mailing list
[email protected]
https://lists.quagga.net/mailman/listinfo/quagga-users

Reply via email to