From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C08581381F3 for ; Sun, 29 Sep 2013 16:00:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62AD7E0A6F; Sun, 29 Sep 2013 16:00:05 +0000 (UTC) Received: from qmta14.westchester.pa.mail.comcast.net (qmta14.westchester.pa.mail.comcast.net [76.96.59.212]) by pigeon.gentoo.org (Postfix) with ESMTP id D55C9E0A6F for ; Sun, 29 Sep 2013 16:00:04 +0000 (UTC) Received: from omta14.westchester.pa.mail.comcast.net ([76.96.62.60]) by qmta14.westchester.pa.mail.comcast.net with comcast id X1vq1m0021HzFnQ5E404J9; Sun, 29 Sep 2013 16:00:04 +0000 Received: from odin.tremily.us ([50.159.125.102]) by omta14.westchester.pa.mail.comcast.net with comcast id X4031m00G2CghKm3a403zd; Sun, 29 Sep 2013 16:00:04 +0000 Received: by odin.tremily.us (Postfix, from userid 1000) id 35CF7BBCC85; Sun, 29 Sep 2013 09:00:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tremily.us; s=odin; t=1380470402; bh=IobwkjMd04Lc5/2FjR5ljyCUPVFgc3eAAP75+ZAl+I0=; h=Date:From:To:Subject:References:In-Reply-To; b=YOxevhLqjnZ2GmR/Z5Ad68soqPteCbU7O8Jy2O9ZOj4QCfkYbLeRudCkqcpbD9tq5 aGDLREx8iC7PWm3FjaMg7xROmv4W3egQP0WJlB4p3knydkDVtAzN/y9nVKqwClzXEH Y2Nyj69InsNSae3/frTc3ll1BY/p+Oj4MkK/0fxY= Date: Sun, 29 Sep 2013 09:00:02 -0700 From: "W. Trevor King" To: gentoo-catalyst@lists.gentoo.org Subject: Re: [gentoo-catalyst] [PATCH] Start the X server only once. Message-ID: <20130929160001.GE14148@odin.tremily.us> References: <1380148217-6077-1-git-send-email-mattst88@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="8vCeF2GUdMpe9ZbK" Content-Disposition: inline In-Reply-To: OpenPGP: id=39A2F3FA2AB17E5D8764F388FC29BDCDF15F5BE8; url=http://tremily.us/pubkey.txt User-Agent: Mutt/1.5.21 (2010-09-15) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20121106; t=1380470404; bh=xd/4CfsQMHF01ggJKs9IMOM8r2ykOO45oiAmE0LhoK4=; h=Received:Received:Received:Date:From:To:Subject:Message-ID: MIME-Version:Content-Type; b=iqbSDhN1j25brJYrcLid2tFcKI2eQLkYne2rThLZW9IBlDgyGjKSlWbM/gYf+oYxB jJHUcAziTwTV/cOh3pscgmPaHJru6H5RSecVr4OXc0iLGb62/Yqnqbt1eX4uBqEEZu 1FweBtt613JiVJxxNEKasQUY7CdQyt519ru2vt3npLiEDWS5TnQYTRmOZaUjr62pqZ zVlJ/AhFb3bE6Z3YpoP1L1q+er5qBhMSeE4pY/1Rk+/3KZ7BwzBsmAague6s6pSYP/ RZlFSOkIFvnRHeMIeakngAHtqZ9SG/ciDLDU0oS5afXL4gtHny96lTmvYMH6rRAMBx ovz9N7eTOBHEg== X-Archives-Salt: e28fa384-a524-47ee-8bad-c80c3923fcc0 X-Archives-Hash: 52a90070dfad4fc67c2241d308ba1600 --8vCeF2GUdMpe9ZbK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Sep 29, 2013 at 01:03:37AM -0400, Douglas Freed wrote: > On Wed, Sep 25, 2013 at 6:30 PM, Matt Turner wrote: > > From: Matt Turner > > > > Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=3D481236 > > --- > > livecd/files/livecd-bashrc | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/livecd/files/livecd-bashrc b/livecd/files/livecd-bashrc > > index 983e657..9ea1fea 100644 > > --- a/livecd/files/livecd-bashrc > > +++ b/livecd/files/livecd-bashrc > > @@ -4,7 +4,7 @@ if [ ! "$(grep nox /proc/cmdline)" ] > > then > > if [ -x /usr/bin/X ] > > then > > - if [ -e /etc/startx ] > > + if [ -e /etc/startx -a $(tty) =3D "/dev/tty7" ]; > > then > > rm -f /etc/startx > > ##STARTX > > -- > > 1.8.3.2 >=20 > This doesn't work because the livecd inittab doesn't (afaict) start a > getty on tty7, only tty1-6. I would change this to tty1 to solve > that. For what it's worth, this is what I submitted back in March [1]. As I pointed out later, Matt accidentally picked up an earlier version of the patch [2]. I gave up on bumping the issue in May [3]. Cheers, Trevor [1]: http://thread.gmane.org/gmane.linux.gentoo.catalyst/2187/focus=3D2191 [2]: http://article.gmane.org/gmane.linux.gentoo.catalyst/2221/match=3Dstar= tx [3]: http://thread.gmane.org/gmane.linux.gentoo.catalyst/2099/focus=3D2221 --=20 This email may be signed or encrypted with GnuPG (http://www.gnupg.org). For more information, see http://en.wikipedia.org/wiki/Pretty_Good_Privacy --8vCeF2GUdMpe9ZbK Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.20 (GNU/Linux) iQIcBAEBAgAGBQJSSE5/AAoJEKKfehoaNkbtCgYQAIvS67skcKv90dRtu735uRth gEtpW0uuyN36uicjf26q/o2JKQPCNKTkHE1Gs7iD/sb8nwxVP6jwnotH2raB0U1U eprnf7Wq0q+DpTMmd8nMD0NreJUyq7q141LDKVGWRx6uza5x1Lduawn+ZeiqfaSi DJ/3OR6tpKUBKAVZgCnj6DgizQhn6YcNc1VJqu0IYmTk4/0lNDsImfXi27oToy13 YmKZpDUP51rSKCAzygISJbwtKapx8WSz0FdF24G39T90opBAcb42XWEzMkCMomrK RUgFgwKwBfc+GZv1llfWXTGavrbLw082Q4RJSmQg04f+OxX4ehXRzF3xlzAISo2Z r3lHf3cN+w5o1oyDBO0akQRJj2r95GV/xRBXdEcUccDHP/pe5XfWanpZkG+/U83Y 0Y0J9OmTAkuMvSE4AOnT2075CjS3dhGppcCacj162Incq25XNmnRRvv6PeYjFWxJ CZWacYb/8r08mcigSsPsrnA3n+P9eBmsi4YKHppLKdI43OjKM7DG1twKntm9A55r 6uwRy76KMvk+GfuWiEGJR4frFuOd3kzs2ebyIyjRQjmbCzr+mK3H9MMsKDehrtxn zwQQNS7ek9J8mC81UMl9H+Y+uGXKh/VvyC/MWYQULB/GXC1YajzDNPrRsUskGOl0 gPCW7fZbhIlhg8lYLkPC =wWzk -----END PGP SIGNATURE----- --8vCeF2GUdMpe9ZbK--