From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from <gentoo-user+bounces-60423-garchives=archives.gentoo.org@gentoo.org>) id 1HKhha-0003Z2-0V for garchives@archives.gentoo.org; Fri, 23 Feb 2007 21:11:38 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l1NLAMta026033; Fri, 23 Feb 2007 21:10:22 GMT Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.250]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l1NL3jp9016370 for <gentoo-user@lists.gentoo.org>; Fri, 23 Feb 2007 21:03:46 GMT Received: by an-out-0708.google.com with SMTP id b8so432915ana for <gentoo-user@lists.gentoo.org>; Fri, 23 Feb 2007 13:03:45 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=MbiR3IBXp+SE/8rKhWYbpog3q7Hsh2MQG1boP2v++nyI5WfM9v5xU/GfYzr6iP0Lm8tqqB7xGkHuj/CBkc02BNiYRGnHzZh5YmulbyM8GnSAIRDdIxYmOhdAnnCofUOZuo2Jh5FMudmckMmsPp+BXoRdy180GNKghiiBySh7Dyk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=XOts59qaO0kb5/CqkhDsnNP3BNCqPZ+T6y+xflg/fwj83EuTS6ntT7vCh8NcP68Cphk+7DXy0uxjUouZJVa/Lg4lS3UsMNM8ycUdpqxDlupXXZ3jnJNFKtAbouEfPbI2mBuRM2wKqvpbGqE4yjIYbUN36wN93cbmtTcWr1Shv9k= Received: by 10.115.47.1 with SMTP id z1mr1231806waj.1172264621860; Fri, 23 Feb 2007 13:03:41 -0800 (PST) Received: by 10.114.26.7 with HTTP; Fri, 23 Feb 2007 13:03:41 -0800 (PST) Message-ID: <1f200a430702231303t1507d4afra6050eaf7133c474@mail.gmail.com> Date: Fri, 23 Feb 2007 22:03:41 +0100 From: "Ivan Perez" <ivanperezdominguez@gmail.com> To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] coda auto-login In-Reply-To: <20070223201945.00ec85c6@krikkit.digimed.co.uk> Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_59422_17388735.1172264621776" References: <20070223195852.GC27827@nibiru.local> <20070223201945.00ec85c6@krikkit.digimed.co.uk> X-Archives-Salt: 3f252c00-cff9-4d2e-9aae-e44b61ca6240 X-Archives-Hash: 52a3de758d1291a26a560c03f8ff5ce8 ------=_Part_59422_17388735.1172264621776 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline 2007/2/23, Neil Bothwick <neil@digimed.co.uk>: > > On Fri, 23 Feb 2007 20:58:52 +0100, Enrico Weigelt wrote: > > > how can I do an automatic login on startup ? > > That depends on where you want to login - console, KDE, GNOME, another WM? Neil is right. GDM and KDM have their own built-in auto-login mechanisms. If you're using xdm, I think you'll have to play with the /etc/X11 files a bit more. If you just want a startx with a modified .xinitrc, changing the inittab to run whatever you want would suffice. However, doing it in /etc/conf.d/local.start or inittab may seem the same but it's not. Personally, I wouldn't add an autologin command to local.start, since some services might depend on it to start, and they wouldn't be able until that command you add to local.start finishes. You would have to force the creation of a child process, so that the parent can stop and the init procedure can go on. -- > Neil Bothwick > > Blessed be the pessimist for he hath made backups. > > ------=_Part_59422_17388735.1172264621776 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 2007/2/23, Neil Bothwick <<a href="mailto:neil@digimed.co.uk">neil@digimed.co.uk</a>>:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> On Fri, 23 Feb 2007 20:58:52 +0100, Enrico Weigelt wrote:<br><br>> how can I do an automatic login on startup ?<br><br>That depends on where you want to login - console, KDE, GNOME, another WM?</blockquote><div><br>Neil is right. GDM and KDM have their own built-in auto-login mechanisms. <br>If you're using xdm, I think you'll have to play with the /etc/X11 files a bit<br>more. <br><br>If you just want a startx with a modified .xinitrc, changing the inittab to run<br>whatever you want would suffice. However, doing it in /etc/conf.d/local.start <br>or inittab may seem the same but it's not.<br><br></div>Personally, I wouldn't add an autologin command to local.start, since some<br>services might depend on it to start, and they wouldn't be able until<br> that command you add to local.start finishes. You would have to force<br>the creation of a child process, so that the parent can stop and the init procedure<br>can go on.<br><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> --<br>Neil Bothwick<br><br>Blessed be the pessimist for he hath made backups.<br><br></blockquote></div><br> ------=_Part_59422_17388735.1172264621776-- -- gentoo-user@gentoo.org mailing list