X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-qg0-f42.google.com (mail-qg0-f42.google.com [209.85.192.42]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id D8BD8DC00C9 for ; Thu, 27 Nov 2014 20:16:36 +0000 (UTC) Received: by mail-qg0-f42.google.com with SMTP id z107so4003417qgd.1 for ; Thu, 27 Nov 2014 12:16:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:reply-to:to:subject:date:user-agent:references:in-reply-to :mime-version:content-type:content-transfer-encoding:message-id; bh=vzzYdVrR3GnZFfMhiO0Sl1H+136B4jjdIzBZpre8lxs=; b=lElP8lpMfsnERab8k4eMWmGUA60wHbx9/UDLFdKuLqQaXGj3qDfBqWPW0VH2COr1Vl 58DiyQ433XH07x6BU97vI5kosMN2P+cy2gWK0OJg7ZfTx3UzXEg7tC/tsAT+JuPfeVLZ zlaRcfZYLiF9nbMGhZxi34mLGEhQTvIr2Xh+C00oozI7C8TrDI+/uPj1djsnuCzj81oA EoPqEVEd4X8BbM2fsQsjezaH0hRIsmuOagU4TpMT6LMnA1taW8FVu2v1oEHjAg3oGjUk cbzbAol29KrFzlOnvVCb87lWSOXzmim0rku4udU3lejtBJcXrgk8H4ZscFEGPZFYeXAJ dEeg== X-Received: by 10.224.148.18 with SMTP id n18mr56995704qav.100.1417119396149; Thu, 27 Nov 2014 12:16:36 -0800 (PST) Received: from microknoppix.localnet ([117.252.249.218]) by mx.google.com with ESMTPSA id x17sm7431769qae.11.2014.11.27.12.16.35 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 27 Nov 2014 12:16:35 -0800 (PST) From: "V.Krishn" Reply-To: vkrishn4@gmail.com To: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] [PATCH] testing/syslog-ng: update to 3.6.1 Date: Fri, 28 Nov 2014 01:46:28 +0530 User-Agent: KMail/1.13.7 (Linux/3.9.6-64; KDE/4.8.4; x86_64; ; ) References: <1417106169-2137-1-git-send-email-developer@it-offshore.co.uk> <20141127180432.GA1713@newbook> In-Reply-To: <20141127180432.GA1713@newbook> X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201411280146.28583.vkrishn4@gmail.com> Thanks, Seems ok, only getting now errors relating to starting 3.6.1 I think some of the files i.e have to modified too syslog-ng-destination.std syslog-ng-filter.std syslog-ng.initd syslog-ng.logrotate syslog-ng-log.std syslog-ng-options.std syslog-ng.post-install syslog-ng-source.std Some msg while starting syslog-ng v3.6.1 ------------------------------ [2014-11-27T20:09:59.753453] WARNING: Configuration file has no version number, assuming syslog-ng 2.1 format. Please add @version: maj.min to the beginning of the file to indicate this explicitly; [2014-11-27T20:09:59.753481] WARNING: Configuration file format is too old, syslog-ng is running in compatibility mode Please update it to use the syslog- ng 3.6 format at your time of convinience, compatibility mode can operate less efficiently in some cases. To upgrade the configuration, please review the warnings about incompatible changes printed by syslog-ng, and once completed change the @version header at the top of the configuration file.; [2014-11-27T20:09:59.753500] WARNING: global: the default value of chain_hostnames is changing to 'no' in syslog-ng 3.0, please update your configuration accordingly; [2014-11-27T20:09:59.753516] WARNING: global: the default value of log_fifo_size() has changed to 10000 in syslog-ng 3.3 to reflect log_iw_size() changes for tcp()/udp() window size changes; [2014-11-27T20:09:59.755516] WARNING: input: sources do not remove new-line characters from messages by default from syslog-ng 3.0, please add 'no-multi- line' flag to your configuration if you want to retain this functionality; [2014-11-27T20:09:59.755544] WARNING: the expected message format is being changed for unix-domain transports to improve syslogd compatibity with syslog- ng 3.2. If you are using custom applications which bypass the syslog() API, you might need the 'expect-hostname' flag to get the old behaviour back; [2014-11-27T20:09:59.755593] WARNING: file source: default value of follow_freq in file sources has changed in syslog-ng 3.0 to '1' for all files except /proc/kmsg; [2014-11-27T20:09:59.755616] WARNING: Your configuration file uses an obsoleted keyword, please update your configuration; keyword='log_prefix', change='program_override' [2014-11-27T20:09:59.755686] WARNING: template: the default value for template-escape has changed to 'no' from syslog-ng 3.0, please update your configuration file accordingly; [2014-11-27T20:09:59.756444] WARNING: syslog-ng changed the default regexp implementation to PCRE starting from syslog-ng 3.6, please ensure your regexp works with PCRE or please specify type("posix") in filters explicitly; [2014-11-27T20:09:59.756471] WARNING: filters do not store matches in macros by default from syslog-ng 3.0, please update your configuration by using an explicit 'store-matches' flag to achieve that; -- Regards. V.Krishn > On Thu, Nov 27, 2014 at 04:36:09PM +0000, Stuart Cardall wrote: > > update to 3.6.1 + docs subpkg > > I know you've gotten it to build. But have you also verified that it > works properly when installed (including dragging in the right runtime > dependencies when they aren't installed already?) > > Thanks, > Isaac Dunham > > > --- > Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org > Help: alpine-devel+help@lists.alpinelinux.org > --- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---