From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/6370 Path: news.gmane.org!not-for-mail From: u-wsnj@aetey.se Newsgroups: gmane.linux.lib.musl.general Subject: Re: do_tzset() prevents reusing the same name of a timezone file Date: Sun, 19 Oct 2014 11:36:11 +0200 Message-ID: <20141019093611.GO10045@example.net> References: <20141019022056.GJ32028@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1413711474 31402 80.91.229.3 (19 Oct 2014 09:37:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 19 Oct 2014 09:37:54 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-6383-gllmg-musl=m.gmane.org@lists.openwall.com Sun Oct 19 11:37:48 2014 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1Xfmvq-00018r-Qv for gllmg-musl@plane.gmane.org; Sun, 19 Oct 2014 11:37:46 +0200 Original-Received: (qmail 9578 invoked by uid 550); 19 Oct 2014 09:37:45 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 9570 invoked from network); 19 Oct 2014 09:37:45 -0000 X-T2-Spam-Status: No, hits=0.8 required=5.0 tests=BAYES_50 Received-SPF: none receiver=mailfe03.swip.net; client-ip=77.247.181.163; envelope-from=u-wsnj@aetey.se Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Xref: news.gmane.org gmane.linux.lib.musl.general:6370 Archived-At: On Sun, Oct 19, 2014 at 11:26:08AM +0400, Королев Сергей wrote: > The constant TZ pointing to the symlink used to apply timezone settings for > all active processes in the system on the fly. This needs for proper > logging with the syslog. I may misunderstand what you mean by "proper logging" but logging in local time when the time zone is expected to change does not look reliable to me. I would suggest telling the syslog daemon to work in UTC (by setting its TZ variable to a corresponding value). Then you always have consistent logs and do not have to analyze which time zone a certain logged event happened in. Regards, Rune