Re: [gentoo-user] What is starting net.eth1 [not in rc-update]

2008-12-29 Thread Ian Lee

Neil Bothwick wrote:

On Sun, 28 Dec 2008 17:04:23 -0600, Dale wrote:


Probably hotplug, add !net.eth0 to rc_hotplug in /etc/rc.conf




That's in /etc/conf.d/rc on mine.  Has it moved?


It moved in the switch from baselayout1 to baselayout2/openrc.



This could be what four looking for

http://bugs.gentoo.org/show_bug.cgi?id=206518



Ian



[gentoo-user] What is starting net.eth1 [not in rc-update]

2008-12-28 Thread Harry Putnam
I don't have an entry for net.eth1 in rc-update show

I don't have any mention of eth1 in /etc/conf.d/net
(only eth0)

Nonetheless something continues to try to start net.eth1 during boot.
What else controls that?  If its not in rc-update or /etc/conf.d/net
it shouldn't happen.

I have a few other boot problems...I'm not sure where they arise from.

hwclock is meddling about during shutdown.
Again, it isn't shown in rc-update 
and /etc/conf.d/hwclock has this in it:

  # If you want to set the Hardware Clock to the current System Time
  # during shutdown, then say YES here.  You normally don't need to
  # do this if you run a ntp daemon.
  clock_systohc=NO

Still, on a shutdown I can't get past this output:
 
 hwclock waiting for localmount
 (Over and over)

I have to hit a manual reset on the computer to get past 
  hwclock waiting for localmount

Also klogd cannot be stopped by reboot or shutdown.  But at least,
unlike hwclock, after a pause the shutdown proceeds anyway.

 eix -Ic openrc
  sys-apps/openrc (0@12/25/08): OpenRC manages the services, startup
  and shutdown of a host

 eix -Ic udev
  [I] sys-fs/udev (135...@12/24/08): Linux dynamic and persistent device
  naming support (aka userspace devfs)




Re: [gentoo-user] What is starting net.eth1 [not in rc-update]

2008-12-28 Thread Ian Lee

Harry Putnam wrote:

I don't have an entry for net.eth1 in rc-update show

I don't have any mention of eth1 in /etc/conf.d/net
(only eth0)

Nonetheless something continues to try to start net.eth1 during boot.
What else controls that?  If its not in rc-update or /etc/conf.d/net
it shouldn't happen.

I have a few other boot problems...I'm not sure where they arise from.

hwclock is meddling about during shutdown.
Again, it isn't shown in rc-update 
and /etc/conf.d/hwclock has this in it:


  # If you want to set the Hardware Clock to the current System Time
  # during shutdown, then say YES here.  You normally don't need to
  # do this if you run a ntp daemon.
  clock_systohc=NO

Still, on a shutdown I can't get past this output:
 
 hwclock waiting for localmount

 (Over and over)

I have to hit a manual reset on the computer to get past 
  hwclock waiting for localmount


Also klogd cannot be stopped by reboot or shutdown.  But at least,
unlike hwclock, after a pause the shutdown proceeds anyway.

 eix -Ic openrc
  sys-apps/openrc (0@12/25/08): OpenRC manages the services, startup
  and shutdown of a host

 eix -Ic udev
  [I] sys-fs/udev (135...@12/24/08): Linux dynamic and persistent device
  naming support (aka userspace devfs)




1) net.eth1 problem

There is a udev hook for starting net.* init scripts, 
/lib/udev/rules.d/90-network.rules to be precise



2) Openrc problem
I'm asuming here the openrc problems are from a recent upgrade you have 
done and not inslalled the the runlevels required sadly they are not 
done automatically. Have a look in /usr/share/openrc/runlevels these are 
needed for openrc to work copy any that don't exist in /etc/runlevels 
most important are sysinit and shutdown, boot and default are likey to 
be fine






Re: [gentoo-user] What is starting net.eth1 [not in rc-update]

2008-12-28 Thread Dirk Heinrichs
Am Sonntag, 28. Dezember 2008 12:38:37 schrieb Harry Putnam:
 Still, on a shutdown I can't get past this output:
  
  hwclock waiting for localmount

I mentioned it in your other thread. Try masking openrc =0.4.0.

Bye...

Dirk



signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] What is starting net.eth1 [not in rc-update]

2008-12-28 Thread Dirk Heinrichs
Am Sonntag, 28. Dezember 2008 12:50:41 schrieb Ian Lee:

 2) Openrc problem
 I'm asuming here the openrc problems are from a recent upgrade you have
 done and not inslalled the the runlevels required sadly they are not
 done automatically. Have a look in /usr/share/openrc/runlevels these are
 needed for openrc to work copy any that don't exist in /etc/runlevels
 most important are sysinit and shutdown, boot and default are likey to
 be fine

Hmm, I have the same problem here, but I do have all the directories from 
/usr/share/openrc/runlevels in /etc/runlevels.

Bye...

Dirk


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] What is starting net.eth1 [not in rc-update]

2008-12-28 Thread Ian Lee

Dirk Heinrichs wrote:

Am Sonntag, 28. Dezember 2008 12:50:41 schrieb Ian Lee:


2) Openrc problem
I'm asuming here the openrc problems are from a recent upgrade you have
done and not inslalled the the runlevels required sadly they are not
done automatically. Have a look in /usr/share/openrc/runlevels these are
needed for openrc to work copy any that don't exist in /etc/runlevels
most important are sysinit and shutdown, boot and default are likey to
be fine


Hmm, I have the same problem here, but I do have all the directories from 
/usr/share/openrc/runlevels in /etc/runlevels.


Bye...

Dirk

I just found this it might help

http://bugs.gentoo.org/252380



Re: [gentoo-user] What is starting net.eth1 [not in rc-update]

2008-12-28 Thread Dirk Heinrichs
Am Sonntag, 28. Dezember 2008 15:23:25 schrieb Ian Lee:

 I just found this it might help

 http://bugs.gentoo.org/252380

Yes, it did. Thanks a lot.

Bye...

Dirk


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] What is starting net.eth1 [not in rc-update]

2008-12-28 Thread Neil Bothwick
On Sun, 28 Dec 2008 05:38:37 -0600, Harry Putnam wrote:

 Nonetheless something continues to try to start net.eth1 during boot.
 What else controls that?  If its not in rc-update or /etc/conf.d/net
 it shouldn't happen.

Probably hotplug, add !net.eth0 to rc_hotplug in /etc/rc.conf


-- 
Neil Bothwick

I am Flatulus of Borg.  You will be asphixiated.


signature.asc
Description: PGP signature


Re: [gentoo-user] What is starting net.eth1 [not in rc-update]

2008-12-28 Thread Dale
Neil Bothwick wrote:
 On Sun, 28 Dec 2008 05:38:37 -0600, Harry Putnam wrote:

   
 Nonetheless something continues to try to start net.eth1 during boot.
 What else controls that?  If its not in rc-update or /etc/conf.d/net
 it shouldn't happen.
 

 Probably hotplug, add !net.eth0 to rc_hotplug in /etc/rc.conf


   

That's in /etc/conf.d/rc on mine.  Has it moved?

Dale

:-)  :-)



Re: [gentoo-user] What is starting net.eth1 [not in rc-update]

2008-12-28 Thread Matt Edens
It is defiantly in hotplug, I have the same thing happen on my gentoo box
with dual gigabit net.  There is a way to stop it from starting but I do not
remember off the top of my head and cant't look quick as I am away from that
box atm on vacation.  Should be something on the wiki that will tell you how
to turn it off.

Matt

On Sun, Dec 28, 2008 at 3:04 PM, Dale rdalek1...@gmail.com wrote:

 Neil Bothwick wrote:
  On Sun, 28 Dec 2008 05:38:37 -0600, Harry Putnam wrote:
 
 
  Nonetheless something continues to try to start net.eth1 during boot.
  What else controls that?  If its not in rc-update or /etc/conf.d/net
  it shouldn't happen.
 
 
  Probably hotplug, add !net.eth0 to rc_hotplug in /etc/rc.conf
 
 
 

 That's in /etc/conf.d/rc on mine.  Has it moved?

 Dale

 :-)  :-)




Re: [gentoo-user] What is starting net.eth1 [not in rc-update]

2008-12-28 Thread Neil Bothwick
On Sun, 28 Dec 2008 16:06:53 -0800, Matt Edens wrote:

 It is defiantly in hotplug, I have the same thing happen on my gentoo
 box with dual gigabit net.  There is a way to stop it from starting but
 I do not remember off the top of my head and cant't look quick as I am
 away from that box atm on vacation.  Should be something on the wiki
 that will tell you how to turn it off.

That's one of the drawbacks of top posting, it does not
encourage you to look at the mail you are quoting, thus not noticing that
it contains the answer to the question you are posing :(

 
  Neil Bothwick wrote:  
   On Sun, 28 Dec 2008 05:38:37 -0600, Harry Putnam wrote:
  

   Nonetheless something continues to try to start net.eth1 during
   boot. What else controls that?  If its not in rc-update
   or /etc/conf.d/net it shouldn't happen.

  
   Probably hotplug, add !net.eth0 to rc_hotplug in /etc/rc.conf
  
  

 
  That's in /etc/conf.d/rc on mine.  Has it moved?
 
  Dale
 
  :-)  :-)
 
   




-- 
Neil Bothwick

In a country of free speech, why are there phone bills?


signature.asc
Description: PGP signature


Re: [gentoo-user] What is starting net.eth1 [not in rc-update]

2008-12-28 Thread Neil Bothwick
On Sun, 28 Dec 2008 17:04:23 -0600, Dale wrote:

  Probably hotplug, add !net.eth0 to rc_hotplug in /etc/rc.conf


 That's in /etc/conf.d/rc on mine.  Has it moved?

It moved in the switch from baselayout1 to baselayout2/openrc.


-- 
Neil Bothwick

I wonder how much deeper would the ocean be without sponges.


signature.asc
Description: PGP signature


Re: [gentoo-user] What is starting net.eth1 [not in rc-update]

2008-12-28 Thread Dale
Neil Bothwick wrote:
 On Sun, 28 Dec 2008 17:04:23 -0600, Dale wrote:

   
 Probably hotplug, add !net.eth0 to rc_hotplug in /etc/rc.conf
   


   
 That's in /etc/conf.d/rc on mine.  Has it moved?
 

 It moved in the switch from baselayout1 to baselayout2/openrc.


   

Oh, I'm still on baselayout 1 here.  That explains that I guess. 

Dale

:-)  :-)