public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] New baselayout changed my rc-update?
@ 2006-06-30 22:44 Mick
  2006-06-30 22:57 ` Anielkis Herrera Gonzalez
  0 siblings, 1 reply; 6+ messages in thread
From: Mick @ 2006-06-30 22:44 UTC (permalink / raw
  To: gentoo-user

Hi All,

After a baselayout update I rebooted and now get:

* Device initiated services: net.eth0

and after a few more lines:

* net.eth0: cannot start until the runlevel boot has completed.

This happens despite the fact that net.eth0 is not in my rc-update scripts
(however, net.lo is).

rc-update comes up with some errors too:
========================================
# rc-update -s
 * Invalid runlevel entry: /etc/runlevels/boot/.keep
 * Invalid runlevel entry: /etc/runlevels/default/.keep
 * Invalid runlevel entry: /etc/runlevels/nonetwork/.keep
 * Invalid runlevel entry: /etc/runlevels/single/.keep
               acpid |      default
           alsasound | boot
            bootmisc | boot
             checkfs | boot
           checkroot | boot
               clock | boot
            coldplug | boot
         consolefont | boot
          domainname |      default
              hdparm |      default
   hibernate-cleanup | boot
            hostname | boot
             hotplug |      default
            iptables |      default
             keymaps | boot
               local |      default nonetwork
          localmount | boot
       microcode_ctl |      default
             modules | boot
              net.lo | boot
            netmount |      default
           rmnologin | boot
              serial | boot
           syslog-ng |      default
             urandom | boot
          vixie-cron |      default
                 xdm |      default
========================================

What now?
-- 
Regards,
Mick
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] New baselayout changed my rc-update?
  2006-06-30 22:44 [gentoo-user] New baselayout changed my rc-update? Mick
@ 2006-06-30 22:57 ` Anielkis Herrera Gonzalez
  2006-06-30 23:11   ` Mick
  0 siblings, 1 reply; 6+ messages in thread
From: Anielkis Herrera Gonzalez @ 2006-06-30 22:57 UTC (permalink / raw
  To: gentoo-user

try  
#rc-update show -v
-- 
________________________________________________________
           Ing. Anielkis Herrera González
             Desarrollador de Nova LNX
                 Linux User #377809

        Universidad de las Ciencias Informáticas
                        Cuba
________________________________________________________

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] New baselayout changed my rc-update?
  2006-06-30 22:57 ` Anielkis Herrera Gonzalez
@ 2006-06-30 23:11   ` Mick
  2006-06-30 23:49     ` Daniel da Veiga
  2006-06-30 23:56     ` Anielkis Herrera Gonzalez
  0 siblings, 2 replies; 6+ messages in thread
From: Mick @ 2006-06-30 23:11 UTC (permalink / raw
  To: gentoo-user

On 01/07/06, Anielkis Herrera Gonzalez <aherrerag@estudiantes.uci.cu> wrote:
> try
> #rc-update show -v

Thanks, the errors are still there:
===================================
# rc-update show -v
 * Invalid runlevel entry: /etc/runlevels/boot/.keep
 * Invalid runlevel entry: /etc/runlevels/default/.keep
 * Invalid runlevel entry: /etc/runlevels/nonetwork/.keep
 * Invalid runlevel entry: /etc/runlevels/single/.keep
               acpid |      default
           alsasound | boot
           bluetooth |
       bluetooth_pan |
            bootmisc | boot
             checkfs | boot
           checkroot | boot
               clock | boot
            coldplug | boot
         consolefont | boot
            cpufreqd |
        cpufrequtils |
         crypto-loop |
               cupsd |
          domainname |      default
                famd |
          fancontrol |
           freepopsd |
                 gpm |
              hdparm |      default
   hibernate-cleanup | boot
            hostname | boot
             hotplug |      default
           ip6tables |
            iptables |      default
                irda |
             keymaps | boot
                lisa |
          lm_sensors |
               local |      default nonetwork
          localmount | boot
       mDNSResponder |
       microcode_ctl |      default
             modules | boot
             nessusd |
            net.eth0 |
              net.lo | boot
            net.ppp0 |
            netmount |      default
                nifd |
                nscd |
                ntop |
             numlock |
             portmap |
             privoxy |
               psion |
             pwcheck |
             reslisa |
           rmnologin | boot
              rsyncd |
           saslauthd |
              serial | boot
              splash |
                sshd |
           syslog-ng |      default
                 tor |
             urandom | boot
          vixie-cron |      default
                 xdm |      default
                 xfs |
===================================
-- 
Regards,
Mick
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] New baselayout changed my rc-update?
  2006-06-30 23:11   ` Mick
@ 2006-06-30 23:49     ` Daniel da Veiga
  2006-06-30 23:56     ` Anielkis Herrera Gonzalez
  1 sibling, 0 replies; 6+ messages in thread
From: Daniel da Veiga @ 2006-06-30 23:49 UTC (permalink / raw
  To: gentoo-user

There was a thread about his yesterday, check the archives.
It seems that a new feature is the possibility to run the appropriate
script upon device detection, you can, however, change this behavior:

A little copy/paste from that thread.
############################
On 6/29/06, Neil Bothwick <neil@digimed.co.uk> wrote:
> On Thu, 29 Jun 2006 12:34:54 +0200, Etaoin Shrdlu wrote:
>
> > After the recent baselayout update, I see these messages at boot time:
>
> What do you mean by "recent"? It greatly depends on whether you are
> running stable or testing, arch or ~arch.
>
> >
> > ...
> > Device initiating service: net.eth0
> > ...
> > ...
> > * net.etho: cannot start until the runlevel boot has completed
> > ...
>
> Adding 'RC_PLUG_SERVICES="!net.eth0"' to /etc/conf.d/rc may fix this.
> Read the comments in the file for an explanation.
#################################

On 6/30/06, Mick <michaelkintzios@gmail.com> wrote:
> On 01/07/06, Anielkis Herrera Gonzalez <aherrerag@estudiantes.uci.cu> wrote:
> > try
> > #rc-update show -v
>
> Thanks, the errors are still there:
> ===================================
> # rc-update show -v
>  * Invalid runlevel entry: /etc/runlevels/boot/.keep
>  * Invalid runlevel entry: /etc/runlevels/default/.keep
>  * Invalid runlevel entry: /etc/runlevels/nonetwork/.keep
>  * Invalid runlevel entry: /etc/runlevels/single/.keep
>                acpid |      default
>            alsasound | boot
>            bluetooth |
>        bluetooth_pan |
>             bootmisc | boot
>              checkfs | boot
>            checkroot | boot
>                clock | boot
>             coldplug | boot
>          consolefont | boot
>             cpufreqd |
>         cpufrequtils |
>          crypto-loop |
>                cupsd |
>           domainname |      default
>                 famd |
>           fancontrol |
>            freepopsd |
>                  gpm |
>               hdparm |      default
>    hibernate-cleanup | boot
>             hostname | boot
>              hotplug |      default
>            ip6tables |
>             iptables |      default
>                 irda |
>              keymaps | boot
>                 lisa |
>           lm_sensors |
>                local |      default nonetwork
>           localmount | boot
>        mDNSResponder |
>        microcode_ctl |      default
>              modules | boot
>              nessusd |
>             net.eth0 |
>               net.lo | boot
>             net.ppp0 |
>             netmount |      default
>                 nifd |
>                 nscd |
>                 ntop |
>              numlock |
>              portmap |
>              privoxy |
>                psion |
>              pwcheck |
>              reslisa |
>            rmnologin | boot
>               rsyncd |
>            saslauthd |
>               serial | boot
>               splash |
>                 sshd |
>            syslog-ng |      default
>                  tor |
>              urandom | boot
>           vixie-cron |      default
>                  xdm |      default
>                  xfs |
> ===================================
> --
> Regards,
> Mick
> --
> gentoo-user@gentoo.org mailing list
>
>


-- 
Daniel da Veiga
Computer Operator - RS - Brazil
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCM/IT/P/O d-? s:- a? C++$ UBLA++ P+ L++ E--- W+++$ N o+ K- w O M- V-
PS PE Y PGP- t+ 5 X+++ R+* tv b+ DI+++ D+ G+ e h+ r+ y++
------END GEEK CODE BLOCK------
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] New baselayout changed my rc-update?
  2006-06-30 23:11   ` Mick
  2006-06-30 23:49     ` Daniel da Veiga
@ 2006-06-30 23:56     ` Anielkis Herrera Gonzalez
  2006-07-01  9:55       ` Mick
  1 sibling, 1 reply; 6+ messages in thread
From: Anielkis Herrera Gonzalez @ 2006-06-30 23:56 UTC (permalink / raw
  To: gentoo-user

ok(but I don't know why), but you can see the other init scripts.. no?
-- 
________________________________________________________
           Ing. Anielkis Herrera González
             Desarrollador de Nova LNX
                 Linux User #377809

        Universidad de las Ciencias Informáticas
                        Cuba
________________________________________________________

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] New baselayout changed my rc-update?
  2006-06-30 23:56     ` Anielkis Herrera Gonzalez
@ 2006-07-01  9:55       ` Mick
  0 siblings, 0 replies; 6+ messages in thread
From: Mick @ 2006-07-01  9:55 UTC (permalink / raw
  To: gentoo-user

On 01/07/06, Anielkis Herrera Gonzalez <aherrerag@estudiantes.uci.cu> wrote:
> ok(but I don't know why), but you can see the other init scripts.. no?

Thanks, I found the other thread and will continue there.
-- 
Regards,
Mick
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-07-01 10:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-30 22:44 [gentoo-user] New baselayout changed my rc-update? Mick
2006-06-30 22:57 ` Anielkis Herrera Gonzalez
2006-06-30 23:11   ` Mick
2006-06-30 23:49     ` Daniel da Veiga
2006-06-30 23:56     ` Anielkis Herrera Gonzalez
2006-07-01  9:55       ` Mick

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox