Hi Boris, new version of quagga 0.99.10 behaves strange when running daemons.
It logs events, which in version 0.99.9 is not appeared. The contents of the records of concern to me when they wrote "exiting", although quagga continues to work, and PID numbers coincided with a statement ps aux is that what is in /var/run/quagga. Ownership and permissions are on both systems in order and consistently. VERSION 0.99.9# egrep lock /var/log/quagga/zebra.log ^^^^^^^^^^^^^^ VERSION 0.99.9# egrep lock /var/log/quagga/ospfd.log VERSION 0.99.9# egrep lock /var/log/quagga/ospf6d.log VERSION 0.99.9# ls -l /etc2/quagga/ total 16 -rw-rw-r-- 1 quagga quagga 1944 13 úno 00:03 ospfd.conf -rw-rw-r-- 1 quagga quagga 1504 15 črv 03:03 ospf6d.conf -rw-rw-r-- 1 quagga quagga 129 10 led 01:52 vtysh.conf -rw-rw-r-- 1 quagga quagga 914 15 črv 02:46 zebra.conf VERSION 0.99.9# ls -l /var/log/quagga/ total 688828 -rw-rw---- 1 quagga quagga 3832252 4 čvc 03:45 ospfd.log -rw-rw---- 1 quagga quagga 700883744 4 čvc 03:46 ospf6d.log -rw-rw---- 1 quagga quagga 1866 28 črv 16:52 zebra.log VERSION 0.99.9# The worse: VERSION 0.99.10# egrep lock /var/log/quagga/zebra.log ^^^^^^^^^^^^^^^ 2008/06/30 01:38:59 errors: ZEBRA: Could not lock pid_file /var/run/quagga/zebra.pid, exiting 2008/07/01 13:57:21 errors: ZEBRA: Could not lock pid_file /var/run/quagga/zebra.pid, exiting VERSION 0.99.10# egrep lock /var/log/quagga/ospfd.log 2008/06/30 01:38:59 errors: OSPF: Could not lock pid_file /var/run/quagga/ospfd.pid, exiting 2008/07/01 13:57:21 errors: OSPF: Could not lock pid_file /var/run/quagga/ospfd.pid, exiting VERSION 0.99.10# egrep lock /var/log/quagga/ospf6d.log 2008/07/01 13:57:21 errors: OSPF6: Could not lock pid_file /var/run/quagga/ospf6d.pid, exiting VERSION 0.99.10# egrep lock /var/log/quagga/bgpd.log VERSION 0.99.10# ls -l /etc2/quagga/ total 16 -rw-rw-r-- 1 quagga quagga 2765 15 črv 01:15 bgpd.conf -rw-rw-r-- 1 quagga quagga 2141 27 led 19:11 ospfd.conf -rw-rw-r-- 1 quagga quagga 2008 27 črv 00:24 ospf6d.conf -rw-rw-r-- 1 quagga quagga 63 10 led 03:48 vtysh.conf -rw-rw-r-- 1 quagga quagga 1112 14 črv 21:11 zebra.conf VERSION 0.99.10# ls -l /var/log/quagga/ total 2072 -rw-rw---- 1 quagga quagga 20528 4 čvc 02:25 bgpd.log -rw-rw---- 1 quagga quagga 2038243 4 čvc 03:45 ospfd.log -rw-rw---- 1 quagga quagga 289 1 čvc 15:46 ospf6d.log -rw-rw---- 1 quagga quagga 28802 2 čvc 04:20 zebra.log VERSION 0.99.10# It seems it is not the problem of bgpd. Respect, Daniel _______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"