From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from felloff.net ([216.126.196.34]) by ur; Fri Sep 11 22:09:26 EDT 2015 Message-ID: <1843000694f353e7801712e0f4348e81@felloff.net> List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: base out-scaling storage Date: Sat, 12 Sep 2015 04:09:18 +0200 From: cinap_lenrek@felloff.net To: 9front@9front.org Subject: Re: [9front] cwfs dump In-Reply-To: <83AFDF47-D18D-4506-B6DB-801E419805FD@ar.aichi-u.ac.jp> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit correct. cwfs uses the systems time, which is initialized to from rtc by /boot/boot (to get at least the date right), but is later corrected by aux/timesync once the system is fully booted up. the problem was that cwfs didnt use the local timezone because /env/timezone is missing on boot. i just pushed a change that makes cwfs read in /adm/timezone/local when /env/timezone is missing so dump times will be in local time now. this was a classical bootstrap problem. normally, /env/timezone is initialized by /bin/init, but cwfs is not run after init because because init is on the very filesystem cwfs serves. -- cinap