From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#22274: GuixSD resets hardware clock (on Lenovo x200 with libreboot) Date: Fri, 01 Jan 2016 16:28:17 +0100 Message-ID: <87oad5jp4e.fsf@gnu.org> References: <87ege42bg6.fsf@dustycloud.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54809) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aFBMX-0006Xw-95 for bug-guix@gnu.org; Fri, 01 Jan 2016 20:52:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aFBMW-0002ws-4d for bug-guix@gnu.org; Fri, 01 Jan 2016 20:52:09 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:45939) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aFBMW-0002we-1G for bug-guix@gnu.org; Fri, 01 Jan 2016 20:52:08 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aFBMV-0008CJ-RF for bug-guix@gnu.org; Fri, 01 Jan 2016 20:52:07 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87ege42bg6.fsf@dustycloud.org> (Christopher Allan Webber's message of "Wed, 30 Dec 2015 09:24:49 -0600") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Christopher Allan Webber Cc: 22274@debbugs.gnu.org Christopher Allan Webber skribis: > If I reboot into GuixSD, at some point in the boot process it resets my > hardware clock to 1970! If I reboot into Debian again after that, it's > 1970 there also. Ouch! Your config includes the ntp daemon. Could it be that it=E2=80=99s misbehaving? You can remove it along the lines of: (define %my-desktop-services (remove (lambda (service) (eq? (service-kind service) ntp-service-type)) %desktop-services)) Well, you need to export =E2=80=98ntp-service-type=E2=80=99 from (gnu servi= ces networking) first=E2=80=A6 Other than that, I have no idea what could be resetting the hardware clock to 0. HTH, Ludo=E2=80=99.