From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Pimentel Subject: Re: Gluglug X200 hangs on boot after `# guix system reconfigure /etc/sysconfig.scm', right after starting dmd Date: Mon, 09 Mar 2015 08:14:02 -0300 Message-ID: References: <87mw4uhx1f.fsf@netris.org> <87386lb19f.fsf@netris.org> <87y4o3tfbs.fsf@netris.org> <3ee9868a9c9b84cf5dbc46333139767b@openmailbox.org> <85739998-D63C-4C31-BE1F-29751D096CC6@sumou.com> <87sidfq62g.fsf@netris.org> <8DCC8752-1531-4934-8BAD-5B0B59A7E683@sumou.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57266) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YUvdf-0006VG-Ur for guix-devel@gnu.org; Mon, 09 Mar 2015 07:14:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YUvde-0000gs-O3 for guix-devel@gnu.org; Mon, 09 Mar 2015 07:14:23 -0400 In-Reply-To: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: =?UTF-8?Q?=E7=99=BD=E3=81=84=E7=86=8A_=40=E7=9B=B8=E6=92=B2=E9=81=93?= Cc: guix-devel@gnu.org, guix-devel-bounces+d4n1=opmbx.org@gnu.org On 2015-03-09 07:46, =E7=99=BD=E3=81=84=E7=86=8A @=E7=9B=B8=E6=92=B2=E9=81= =93 wrote: > I've installed GuixSD on the Gluglug X200 without a problem, using > instructions for the X60. [1] >=20 > Did `# guix pull' and reconfigured the system to enable the wicd=20 > service. [2] >=20 > However on the Gluglug X200 the system freezes upon reboot with a > kernel panic if =E2=80=9C(wicd-service)=E2=80=9D is included in service= s in > sysconfig.scm, same symptoms upon boot crash as another user has > experienced with the X200. [3] >=20 > The current kernel is 3.18.9. >=20 > If sysconfig.scm contains: >=20 > (use modules (gnu)) > (use-service-modules xorg networking dbus avahi) > (use-package-modules avahi wicd) > ... > (services (cons* (slim-service) > (dbus-service (list wicd)) > (dhcp-client-service) > (avahi-service) > %base-services)) >=20 > the system boots no problem after reconfigure. However wicd can't be > started even with the dbus-enable hack [4], as the =E2=80=9Cwicd-servic= e=E2=80=9D is > logically not present, and thus =E2=80=9Csudo deco enable wicd=E2=80=9D= fails with =E2=80=9CNo > service at all providing wicd.=E2=80=9D >=20 > Now when just =E2=80=9C(wicd-service)=E2=80=9D is added to services, th= is being the > only change compared with the above, the system will hang on boot. >=20 > There are no error messages on boot up to dmd start. Then it fails=20 > with: >=20 > setting up setuid programs in '/run/setuid-programs'... > making '/gnu/store/h5s1apxpmg8cgdwj9x3yzyxj8f6zizzr-system' the > current system... > [ 2.915986] random: nonblocking pool is initialized > Service dmd has been started. > Assertion (null? (lookup-services (canonical-name new))) failed. > assertion-failed() > [ 4.706625] Kernel panic - not syncing: Attempted to kill init! > exitcode=3D0x00000100 > [ 4.706625] > [ 4.708661] CPU: 1 PID: 1 Comm: dmd Tainted: G I =20 > 3.18.9-gnu #1 > [ 4.709216] Hardware name: LENOVO 7459ED2/7459ED2, BIOS CBET4000 > 4.0 12/31/2014 > [ 4.709216] ffff88023310f100 ffff880234097e28 ffffffff8175e8cb > 000000000000542a > [ 4.709216] ffffffff81a7aad0 ffff880234097ea8 ffffffff817599be > ffff880234140000 > [ 4.709216] ffffffff00000010 ffff880234097eb8 ffff880234097e58 > ffffffff81c5ea80 > [ 4.709216] Call Trace: > [ 4.709216] [] dump_stack+0x46/0x58 > [ 4.709216] [] panic+0xc1/0x1f5 > [ 4.709216] [] do_exit+0xa67/0xa70 > [ 4.709216] [] ? wake_up_state+0x10/0x20 > [ 4.709216] [] ? signal_wake_up_state+0x22/0x40 > [ 4.709216] [] do_group_exit+0x3f/0xa0 > [ 4.709216] [] SyS_exit_group+0x14/0x20 > [ 4.709216] [] system_call_fastpath+0x16/0x1b > [ 4.709216] Kernel Offset: 0x0 from 0xffffffff81000000 (relocation > range: 0xffffffff80000000-0xffffffffbfffffff) > [ 4.709216] ---[ end Kernel panic - not syncing: Attempted to kill > init! exitcode=3D0x00000100 > [ 4.709216] >=20 > I'll be much obliged for help in getting wicd working on the Gluglug=20 > X200. >=20 > Best regards, > -- > =E7=99=BD=E3=81=84=E7=86=8A @=E7=9B=B8=E6=92=B2=E9=81=93 >=20 > [1] http://glean.eu/guix-gluglug.html > [2] http://lists.gnu.org/archive/html/guix-devel/2015-03/msg00250.html > [3] http://lists.gnu.org/archive/html/guix-devel/2015-02/msg00757.html > [4] http://lists.gnu.org/archive/html/guix-devel/2015-02/msg00338.html I have a similar error on x200 tablet, but there's kernel panic after=20 upgrade system, probalily was a configuration in my system. I'll=20 debuging for solution and help the community. --=20 Daniel Pimentel (d4n1)