From owner-freebsd-ports@FreeBSD.ORG Fri Jul 11 15:22:00 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D02A51065673 for ; Fri, 11 Jul 2008 15:22:00 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from mail.ciam.ru (ns.ciam.ru [213.247.195.75]) by mx1.freebsd.org (Postfix) with ESMTP id 9BCB18FC1D for ; Fri, 11 Jul 2008 15:22:00 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from [77.41.76.79] (helo=[172.16.100.4]) by mail.ciam.ru with esmtpa (Exim 4.x) id 1KHKRQ-0003w7-Hd; Fri, 11 Jul 2008 19:21:48 +0400 Message-ID: <48777A3E.8090205@FreeBSD.org> Date: Fri, 11 Jul 2008 19:20:30 +0400 From: Sergey Matveychuk User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: dandee@hellteam.net References: <000001c87801$bd411a80$6508280a@tocnet28.jspoj.czf> <47C3A89C.5000503@tagnet.ru> <4CB32F5E329F44B2A3A95B20D9AD9675@tocnet28.jspoj.czf> <48722658.4060406@FreeBSD.org> <56874B070CEF4FA5B60B2D158D5A9113@tocnet28.jspoj.czf> In-Reply-To: <56874B070CEF4FA5B60B2D158D5A9113@tocnet28.jspoj.czf> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: ports@FreeBSD.org, 'Boris Kovalenko' Subject: Re: FreeBSD Port: quagga-0.99.10_3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jul 2008 15:22:00 -0000 Daniel Dvořák пишет: > Hi Sergey, > > may the problem with "lock pid_file" messages be connected with running watchquagga daemon ? > > Here is what I have got in rc.conf file: > > quagga_enable="YES" > quagga_flags="-d" > quagga_daemons="zebra ospfd ospf6d bgpd" <<<<<<<<<<<< Is this order okay ? It's a correct order. > quagga_extralibs_path="" > quagga_delay="10" > watchquagga_enable="YES" > watchquagga_flags="-dz -R '/usr/local/sbin/zebra -d; /usr/local/sbin/ospfd -d; /usr/local/sbin/ospf6d -d; /usr/local/sbin/bgpd -d' zebra ospfd ospf6d bgpd" <<<<<<<<<<<<<<<<<<<<< I hope this syntax is right one. I'd recommend this flags instead: "-dz -R '/usr/local/etc/rc.d/quagga restart' zebra ospfd ospf6d bgpd" -- Dixi. Sem.