From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56805) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dbC8B-0006Ib-Jg for guix-patches@gnu.org; Fri, 28 Jul 2017 16:45:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dbC86-0007uw-Kq for guix-patches@gnu.org; Fri, 28 Jul 2017 16:45:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:57701) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dbC86-0007um-Hh for guix-patches@gnu.org; Fri, 28 Jul 2017 16:45:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dbC86-0000h4-Cv for guix-patches@gnu.org; Fri, 28 Jul 2017 16:45:02 -0400 Subject: bug#27691: Qemu test tome4 works for me Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170714124108.24997-1-go.wigust@gmail.com> <87poczcaxz.fsf@magnolia.i-did-not-set--mail-host-address--so-tickle-me> <87h8y7xy7n.fsf@gnu.org> <87bmo8eaen.fsf@gmail.com> <87wp6va8vr.fsf@gnu.org> <87379jih9a.fsf@gmail.com> <87lgnb7xdq.fsf@gnu.org> <87lgn9586h.fsf_-_@gmail.com> Date: Fri, 28 Jul 2017 22:43:48 +0200 In-Reply-To: <87lgn9586h.fsf_-_@gmail.com> (Oleg Pykhalov's message of "Fri, 28 Jul 2017 10:31:34 +0300") Message-ID: <878tj8l2bf.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Oleg Pykhalov Cc: 27691-done@debbugs.gnu.org Hi Oleg, Oleg Pykhalov skribis: > I made a qemu machine to test tome4. It works for me. Could you check > for you? > > I build it with: > ./pre-inst-env guix system vm $HOME/dotfiles/guix/system-tome4.scm Indeed, it works here. I suspect it was due to my screen resolution or something along these lines. Anyway, committed! > Also I increased RAM to 2048 in generated script manually. Can I do > this automatically when I build a vm? No but you can run: /gnu/store/=E2=80=A6-run-vm.sh -m 2048 Thank you! Ludo=E2=80=99.