From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-122742-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1QLdRi-0008Ju-US
	for garchives@archives.gentoo.org; Sun, 15 May 2011 15:41:31 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A4ACE1C05F;
	Sun, 15 May 2011 15:39:22 +0000 (UTC)
Received: from mail-yx0-f181.google.com (mail-yx0-f181.google.com [209.85.213.181])
	by pigeon.gentoo.org (Postfix) with ESMTP id 76C491C05F
	for <gentoo-user@lists.gentoo.org>; Sun, 15 May 2011 15:39:22 +0000 (UTC)
Received: by yxm8 with SMTP id 8so1753286yxm.40
        for <gentoo-user@lists.gentoo.org>; Sun, 15 May 2011 08:39:22 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:message-id:date:from:user-agent:mime-version:to
         :subject:references:in-reply-to:content-type
         :content-transfer-encoding;
        bh=D+j6uC5//EnKmubcZMAMfS56eZ9B+t5pET0V+tBauOo=;
        b=Jm7/uNji6rjKzReYLToGfbkDDYGrARlOoP9ky6bxVwi/PNfR2OtxNmib7aVHac1yCE
         YvzViQGLY0Vw1Jq59xOrJGemG+aqak8yZszEDSWUXAKBp25vvc+CA1uhf3rjxeePNxUM
         Dv7ENlqTM1gudAFfExns49ID8/ojtZN2nb6hc=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=message-id:date:from:user-agent:mime-version:to:subject:references
         :in-reply-to:content-type:content-transfer-encoding;
        b=tZrOFMXn+0H0wyINE7iboCm23AT/D17+d+FQGKKRcYnGr9j3JbKDjswmLEJ/wsYLkf
         qA0Kmyhl8oUI5IDhHpt9E0B5bTaD+rC+hn/CKp0VYE8YFeAI0LxS011DfBcBWdvd9IGr
         HonP6ctJJ3c4wGgpLOmzJ1XvarsquejAHXyq0=
Received: by 10.236.76.229 with SMTP id b65mr2359664yhe.379.1305473961963;
        Sun, 15 May 2011 08:39:21 -0700 (PDT)
Received: from [192.168.2.5] (adsl-65-0-94-119.jan.bellsouth.net [65.0.94.119])
        by mx.google.com with ESMTPS id v1sm3239915anh.51.2011.05.15.08.39.20
        (version=SSLv3 cipher=OTHER);
        Sun, 15 May 2011 08:39:21 -0700 (PDT)
Message-ID: <4DCFF3A7.5080003@gmail.com>
Date: Sun, 15 May 2011 10:39:19 -0500
From: Dale <rdalek1967@gmail.com>
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.19) Gecko/20110501 Gentoo/2.0.14 SeaMonkey/2.0.14
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] grub menu and the new openrc
References: <4DCFAC1F.1030101@gmail.com> <201105151620.49268.michaelkintzios@gmail.com>
In-Reply-To: <201105151620.49268.michaelkintzios@gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Archives-Salt: 
X-Archives-Hash: 8ab33b160c9f54ea21f7f4b29e4553b7

Mick wrote:
> On Sunday 15 May 2011 11:34:07 Dale wrote:
>    
>> Hi,
>>
>> I updated my kernel and had to reboot.  I usually boot to single user
>> mode and rebuild my video drivers.  Since I have this in my grub list, I
>> just select single user and it boots to single user mode.  Well, not any
>> more.  This is my current settings:
>>
>> title Gentoo
>> kernel (hd0,0)/bzImage-2.6.38-r5-1 root=/dev/sda3
>>
>> title Gentoo boot level
>> kernel (hd0,0)/bzImage-2.6.38-r5-1 root=/dev/sda3 softlevel=boot
>>
>> title Gentoo single user
>> kernel (hd0,0)/bzImage-2.6.38-r5-1 root=/dev/sda3 softlevel=single
>>
>> root@fireball / #
>>
>> I went back and looked at the guide but no mention of this.  I don't see
>> anything in the man pages either.  What is the correct way to define a
>> runlevel to boot to in grub with the new openrc?
>>
>> Thanks.
>>
>> Dale
>>
>> :-)  :-)
>>      
> According to my /etc/inittab:
>
> # new-style single-user
> su0:S:wait:/sbin/rc single
> su1:S:wait:/sbin/sulogin
>
> so softlevel=single should get you there.  However, you say it doesn't ...
>
> # rc-update show single
> #
>
> Hmm ... nothing there.  Sure enough its empty:
>
> $ ls -la /etc/runlevels/single/
> total 8
> drwxr-xr-x 2 root root 4096 Jan 21  2010 .
> drwxr-xr-x 8 root root 4096 May  2 10:54 ..
>
> So, what you would need to do I think is add the services you want starting at
> single runlevel there and you should be good to go.
>    

There never has been anything in my single user runlevel.  It worked 
fine a few weeks ago but after the openrc upgrade, no more worky.

The funny thing is, I can go to a console and type in rc single, that 
works fine.  It goes to single user mode with no errors.  Well, I did 
notice top showed the ttys still running.  I'm going to test that 
later.  That may be another thread for another day.  Sort of beating on 
one thing at a time.  ;-)

I just thought maybe it changed from softlevel to something else but if 
it did, I can't find it documented anywhere and even Google appears to 
be lost on this.

Open to ideas still.

Dale

:-)  :-)