From debbugs-submit-bounces@debbugs.gnu.org Fri May 31 06:53:00 2019 Received: (at 35858) by debbugs.gnu.org; 31 May 2019 10:53:00 +0000 Received: from localhost ([127.0.0.1]:34881 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hWf9g-0003Y5-Iu for submit@debbugs.gnu.org; Fri, 31 May 2019 06:53:00 -0400 Received: from planete-kraus.eu ([89.234.140.182]:36692) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hWf9e-0003Xm-LX for 35858@debbugs.gnu.org; Fri, 31 May 2019 06:52:59 -0400 Received: from [2a00:5881:4008:2810:74c6:bdc1:8c55:1679] by planete-kraus.eu with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hWf9Z-0005sL-0w; Fri, 31 May 2019 11:52:53 +0100 Message-ID: <1559299971.2338.3.camel@planete-kraus.eu> Subject: Re: bug#35858: Null pointer error when partitioning with the graphical installer From: Vivien Kraus To: Ludovic =?ISO-8859-1?Q?Court=E8s?= Date: Fri, 31 May 2019 12:52:51 +0200 In-Reply-To: <87tvddty2l.fsf@gnu.org> References: <87sgt61fu6.fsf@planete-kraus.eu> <87ftoyy68p.fsf@gnu.org> <1559071852.4335.91.camel@planete-kraus.eu> <87tvddty2l.fsf@gnu.org> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.22.6-1+deb9u1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 35858 Cc: Mathieu Othacehe , 35858@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hello, I have installed with the manual method, it worked, I rebooted but my luck ends here: after entering my decryption key twice (the first time with a keyboard configured as US, the second with my azerty configuration, is this normal? Whatever I can add a new luks key with the US keyboard), I get a boot screen reading: GC Warning: pthread_getattr_np or pthread_attr_getstack failed for main thread GC Warning: Couldn't read /proc/stat Welcome, this is GNU's early boot Guile. Use '--repl' for an initrd REPL. loading kernel modules... Enter passphrase for /dev/sda2: ext2fs_check_if_mount: Can't check if filesystem is mounted due to missing mtab file while determining whether /dev/dm-0 is mounted. guix-root: clean, 181099/91545600 files, 7013116/366152801 blocks loading '/gnu/store/vxpwkiw1dp8m4xpjnzvmfq5bsnzccf61-system/boot'... making '/gnu/store/vxpwkiw1dp8m4xpjnzvmfq5bsnzccf61-system' the current system... setting up setuid programs in '/run/setuid-programs'... populating /etc from /gnu/store/qm_brk2hzpvzqsr3g62m3krbz9j4zh2i-etc... error in finalization thread: Success CP437: Invalid argument [ 17.016506] udevd[245]: no sender credentials received, message ignored nscd: 249 monitoring file `/etc/hosts` (1) nscd: 249 monitoring directory `/etc` (2) nscd: 249 monitoring file `/etc/resolv.conf` (3) nscd: 249 monitoring directory `/etc` (2) nscd: 249 monitoring file `/etc/services` (4) nscd: 249 monitoring directory `/etc` (2) [ 19.155923] Error: Driver 'pcspkr' is already registered, aborting... The success error and pcspkr are also printed when running the installer. I have 2 partitions: /dev/sda1 is the 512MB ESP partition, and /dev/sda2 is the fully encrypted disk (named 'guix-root'). Except for the keyboard configuration, UUIDs and default user, I have kept the default 'desktop' configuration.scm. There is no disk activity, no fan activity and it does not respond to C-M-Fn, but it does reboot on C-M-DEL. And if I re-run the graphical installer, I still get the null pointer dereference. So I will revert to having guix on top of another distro for now. Best regards, Vivien