From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A1B2E139083 for ; Mon, 11 Dec 2017 20:08:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3EE35E109C; Mon, 11 Dec 2017 20:08:12 +0000 (UTC) Received: from km35626.keymachine.de (km35626.keymachine.de [87.118.86.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C4144E1088 for ; Mon, 11 Dec 2017 20:08:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by km35626.keymachine.de (Postfix) with ESMTP id 102EA112597F for ; Mon, 11 Dec 2017 21:08:10 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at km35626.keymachine.de. Received: from km35626.keymachine.de ([127.0.0.1]) by localhost (km35626.keymachine.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id icFtVyAc9YZJ for ; Mon, 11 Dec 2017 21:08:07 +0100 (CET) Received: from grusum.endjinn.de (p2E5B5109.dip0.t-ipconnect.de [46.91.81.9]) by km35626.keymachine.de (Postfix) with ESMTPSA id 7D66C11258E9 for ; Mon, 11 Dec 2017 21:08:07 +0100 (CET) Received: by grusum.endjinn.de (Postfix, from userid 500) id EC8901702EA; Mon, 11 Dec 2017 20:45:19 +0100 (CET) Date: Mon, 11 Dec 2017 20:45:45 +0100 From: David Haller To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] How to repair a 'secondary Gentoo system' Message-ID: <20171211194545.eeyhmu35gqkbrj2r@grusum.endjinn.de> Mail-Followup-To: gentoo-user@lists.gentoo.org References: <20171211165842.dovnjea2yza27log@grusum.endjinn.de> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: Organization: What? X-Clacks-Overhead: GNU Terry Pratchett User-Agent: NeoMutt/20170609 (1.8.3) X-Archives-Salt: 48765b20-5e8b-4f36-ad36-e7eec2a28c38 X-Archives-Hash: 597f8dc82b45a8ce1e2d76185a0d616a Hello, On Mon, 11 Dec 2017, Helmut Jarausch wrote: >My procedure is quite similar, I only use > >mount --rbind /dev/ "${root}/dev" Ah, that's nice for /dev/{pts,shm,usb}/ ;) >I've tried >catchsegv chroot /OtherGentoo /bin/bash > >as well as > >chroot /OtherGentoo catchsegv /bin/bash > >In both cases, I don't get any error messages BUT I don't get chrooted. > >Strangely enough, dmesg shows > >systemd-coredump[25375]: Failed to connect to coredump service: No such file ^^^^^^ >or directory > >although I'm not using system but openrc on both system It seems to me though, that that systemd-coredump thingy is running though ... $ ps a -eo pid,cmd | awk '$1 == 25375 { print;}' If you're not using systemd as init and that thing still runs, that could be the cause of you not getting usable info. HTH, -dnh -- "N race conditions on the wall, N race conditionsa You take one down, pass it around, and wait. And wait some more." -- Bytor in #tribes