You are not logged in.
when my laptop boots up NetworkManager initscript acts as if the --no-daemon was given so my tty1 ends up being full of messages like
NetworkManager: <information> Activation blah
the strange thing is that if i run
/etc/rc.d/networkmanager restartit works fine..
my rc.conf
alcachofa hacosta # grep -v ^# /etc/rc.conf
LOCALE="en_US.utf8"
HARDWARECLOCK="localtime"
TIMEZONE=America/Monterrey
KEYMAP=us
CONSOLEFONT=
CONSOLEMAP=
USECOLOR="yes"
MOD_AUTOLOAD="yes"
MOD_BLACKLIST=()
MODULES=( )
USELVM="no"
HOSTNAME="alcachofa"
lo="lo 127.0.0.1"
eth0="dhcp"
eth1="dhcp"
eth2="dhcp"
INTERFACES=(lo !eth0 !eth1 !eth2)
gateway="default gw 192.168.0.1"
ROUTES=(!gateway)
DAEMONS=( kdm alsa network @ipw3945d dbus hal !gensplash @gpm dhcdbd networkmanager)Offline