Re: [gentoo-user] what is starting net.eth0 and how to stop it?

2009-04-21 Thread Etaoin Shrdlu
On Tuesday 21 April 2009, 03:58, Valmor de Almeida wrote:
 Etaoin Shrdlu wrote:
  That happened to me recently. Just change the value of the variable
  RC_PLUG_SERVICES in /etc/conf.d/net to exclude eth0, like eg

Actually, that should be /etc/conf.d/rc, NOT net. Sorry for the mistake.



[gentoo-user] what is starting net.eth0 and how to stop it?

2009-04-20 Thread Valmor de Almeida


Hello,

I would like to start net.eth0 manually, therefore I currently have

- rc-update show
   acpid | battery  default
bootmisc | boot
 checkfs | boot
   checkroot | boot
   clock | boot
 consolefont | boot
cpufreqd | battery  default
   hibernate-cleanup | boot
hostname | boot
 keymaps | boot
 laptop_mode | battery
  lm_sensors | battery  default
   local | battery  default nonetwork
  localmount | boot
 modules | boot
  net.lo | boot
netmount | battery  default
   rmnologin | boot
   syslog-ng | battery  default
 urandom | boot
  vixie-cron | battery  default

but net.eth0 continues to be started upon booting. In fact

- /etc/init.d/net.eth0 status
 * status:  started

Is netmount starting net.eth0? If not, how can I stop it from starting 
automatically?


Thanks,

--
Valmor




Re: [gentoo-user] what is starting net.eth0 and how to stop it?

2009-04-20 Thread Philip Webb
090420 Valmor de Almeida wrote:
 I would like to start net.eth0 manually, therefore I currently have
 - rc-update show
acpid | battery  default
 bootmisc | boot
  checkfs | boot
checkroot | boot
clock | boot
  consolefont | boot
 cpufreqd | battery  default
hibernate-cleanup | boot
 hostname | boot
  keymaps | boot
  laptop_mode | battery
   lm_sensors | battery  default
local | battery  default nonetwork
   localmount | boot
  modules | boot
   net.lo | boot
 netmount | battery  default
rmnologin | boot
syslog-ng | battery  default
  urandom | boot
   vixie-cron | battery  default
 but net.eth0 continues to be started upon booting. In fact
 - /etc/init.d/net.eth0 status
  * status:  started
 Is netmount starting net.eth0?
 If not, how can I stop it from starting automatically?

I get

   rc-update show
bootmisc | boot
 checkfs | boot
   checkroot | boot
   clock | boot
 consolefont | boot
   cupsd |  default
hald |  default
hostname | boot
 keymaps | boot
   local |  default nonetwork
  localmount | boot
 modules | boot
  net.lo | boot
ntpd |  default
   rmnologin | boot
sysklogd |  default
 urandom | boot
  vixie-cron |  default

 I start net.eth0 by hand, so it looks as if it's 'netmount'.

-- 
,,
SUPPORT ___//___,   Philip Webb
ELECTRIC   /] [] [] [] [] []|   Cities Centre, University of Toronto
TRANSIT`-O--O---'   purslowatchassdotutorontodotca




Re: [gentoo-user] what is starting net.eth0 and how to stop it?

2009-04-20 Thread Valmor de Almeida

Philip Webb wrote:


 I start net.eth0 by hand, so it looks as if it's 'netmount'.



I removed netmount from all run levels and still get net.eth0 started. 
It is happening before; during booting I see the line


   *Wiping /tmp directory...
   *Device initiated services: net.eth0 udev-postmount.


Wiping /tmp happens in /etc/init.d/bootmisc. Still looking for what 
starts net.eth0...


--
Valmor



Re: [gentoo-user] what is starting net.eth0 and how to stop it?

2009-04-20 Thread Etaoin Shrdlu
On Tuesday 21 April 2009, 01:44, Valmor de Almeida wrote:
 Philip Webb wrote:
   I start net.eth0 by hand, so it looks as if it's 'netmount'.

 I removed netmount from all run levels and still get net.eth0 started.
 It is happening before; during booting I see the line

 *Wiping /tmp directory...
 *Device initiated services: net.eth0 udev-postmount.


 Wiping /tmp happens in /etc/init.d/bootmisc. Still looking for what
 starts net.eth0...

That happened to me recently. Just change the value of the variable 
RC_PLUG_SERVICES in /etc/conf.d/net to exclude eth0, like eg 

RC_PLUG_SERVICES=!net.eth0



Re: [gentoo-user] what is starting net.eth0 and how to stop it?

2009-04-20 Thread Valmor de Almeida

Etaoin Shrdlu wrote:


That happened to me recently. Just change the value of the variable 
RC_PLUG_SERVICES in /etc/conf.d/net to exclude eth0, like eg 


RC_PLUG_SERVICES=!net.eth0



That did it. Never actually looked inside /etc/conf.d/rc.

Thanks,

--
Valmor