Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 67985 - rc-status does neither show net or net.* status
Summary: rc-status does neither show net or net.* status
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-18 02:42 UTC by Toralf Förster
Modified: 2004-10-18 07:37 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2004-10-18 02:42:02 UTC
Even if net.etho is started on my laptop, rc-status did not show this:
nhh221 ~ # rc-status
Runlevel: default
  netmount                                                                                                                                    [ started ]
  sysklogd                                                                                                                                    [ started ]
  hotplug                                                                                                                                     [ started ]
  hdparm                                                                                                                                      [ started ]
  vixie-cron                                                                                                                                  [ started ]
  hostname                                                                                                                                    [ started ]
  acpid                                                                                                                                       [ started ]
  speedfreq                                                                                                                                   [ started ]
  kmyfirewall                                                                                                                                 [ started ]
  dnetc                                                                                                                                       [ started ]
  sendmail                                                                                                                                    [ started ]
  zetagrid                                                                                                                                    [ started ]
  cupsd                                                                                                                                       [ started ]
  local                                                                                                                                       [ started ]
  alsasound                                                                                                                                   [ started ]
  xdm                                                                                                                                         [ started ]
  gimps                                                                                                                                       [ started ]
  ntpd                                                                                                                                        [ started ]
  ntp-client                                                                                                                                  [   off   ]

But it is started:

nhh221 ~ # /etc/init.d/net.eth0 status
 * status:  started
nnhh221 ~ # /etc/init.d/net.lo status
 * status:  started
hh221 ~ #     

                      

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Marcin Kryczek (RETIRED) gentoo-dev 2004-10-18 06:54:31 UTC
maybe you've got it in runlevel 'boot'? try: `rc-status boot` or for example `rc-status -s |grep started` to see all started services
Comment 2 Toralf Förster gentoo-dev 2004-10-18 07:23:30 UTC
nhh221_uml ~ # rc-status --all | grep started | egrep 'net\.'
  net.lo                                                              [ started ]
  net.eth0                                                            [ started ]

Right, net.lo is started in runlevel boot, but net.eth0 is in no runlevel. It is started via /etc/hotplug/net.agent I think.
Comment 3 SpanKY gentoo-dev 2004-10-18 07:37:57 UTC
i dont see the bug

neither of the net interfaces were started as part of the default runlevel thus none of them would show up