From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 10:27:16 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 82AF816A420 for ; Fri, 9 Nov 2007 10:27:16 +0000 (UTC) (envelope-from valerio.daelli@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.178]) by mx1.freebsd.org (Postfix) with ESMTP id 4BEA613C4BD for ; Fri, 9 Nov 2007 10:27:16 +0000 (UTC) (envelope-from valerio.daelli@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so568657waf for ; Fri, 09 Nov 2007 02:27:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=fXbjV0hODTBApzp0sstsQbMkO/KSgW6hG7h/y6QrLCw=; b=s+wcvdymjPGBmhIvGFIvMjpMVVW284yCxyzu7mk4Cgddu7vZ/F2eG3FGs6mx72eQHegKUBvwgEGZO11LDeNAEKR6V9yuHVr8IPthPcZMmE7Vmk1F8aWKKiBkc14bRMEs4BNBYApry7f4qtPMITUZL3OYlYKPEo0cUHR5hGBqylU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=fhDN+ZAuYx9PVNg8tLWx+uvaPCZo4Hb80Ouhza1j66WRDz3gW7C+0lLWig9tEDo21mrt1CdSK87GiXdLx1aQDp3qRcbo3JJnfq+SvIa86k7CYZFXuU0XxvNJnDWfn55zlffN5BWEWf4P/QM1ZO/vHMneuI7PFbKYDfSjPoUiTso= Received: by 10.114.175.16 with SMTP id x16mr960120wae.1194600621195; Fri, 09 Nov 2007 01:30:21 -0800 (PST) Received: by 10.114.182.7 with HTTP; Fri, 9 Nov 2007 01:30:21 -0800 (PST) Message-ID: <27dbfc8c0711090130g74f38e79n52ecde4a15d67ff8@mail.gmail.com> Date: Fri, 9 Nov 2007 10:30:21 +0100 From: "Valerio Daelli" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: [OT] Rotate logs for openbgpd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 10:27:16 -0000 Hi we use openbgpd-4.0 from ports. We would like to rotate its logs with newsyslog but if we send the daemon the HUP or USR1 signal it does not close its old, already-rotated log file. Does anyone by accident know the correct signal to get openbgpd close its old log file? Maybe we should use 'bgpctl reload'? Many thanks for your help Valerio Daelli