Bill Nottingham wrote:
Gerry Reno (greno@verizon.net) said:
hang. How do I get the network started early enough in the boot with this
NetworkManager in the picture?
for service in messagebus haldaemon NetworkManager ; do
chkconfig $service resetpriorities
done
Bill
Thanks Bill. I did this and I see that in 2 3 4 5 it goes from K90
network to S10 network. I then did 'chkconfig network on' and rebooted
and the mounts work from rc.local but when I get logged in there is no
network. Somehow the network service and the NetworkManager service get
in conflict. How to fix this?
Regards,
Gerry
--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list
05-05-2008, 07:42 PM
Bill Nottingham
F9 nfs, rpcbind, NetworkManager
Gerry Reno (greno@verizon.net) said:
>>> hang. How do I get the network started early enough in the boot with
>>> this NetworkManager in the picture?
>>
>> for service in messagebus haldaemon NetworkManager ; do
>> chkconfig $service resetpriorities
>> done
>
> Thanks Bill. I did this and I see that in 2 3 4 5 it goes from K90 network
> to S10 network.
No, you need to reset the priorities of NetworkManager, et. al., not network.
Where is NetworkManager starting?
> Somehow the network service and the NetworkManager service get in conflict.
> How to fix this?
That depends on your configuration. What do your
/etc/sysconfig/network-scripts/ifcfg-eth* files look like?
Bill
--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list
05-05-2008, 07:57 PM
Gerry Reno
F9 nfs, rpcbind, NetworkManager
Bill Nottingham wrote:
Gerry Reno (greno@verizon.net) said:
hang. How do I get the network started early enough in the boot with
this NetworkManager in the picture?
for service in messagebus haldaemon NetworkManager ; do
chkconfig $service resetpriorities
done
Thanks Bill. I did this and I see that in 2 3 4 5 it goes from K90 network
to S10 network.
No, you need to reset the priorities of NetworkManager, et. al., not network.
Where is NetworkManager starting?
Somehow the network service and the NetworkManager service get in conflict.
How to fix this?
That depends on your configuration. What do your
/etc/sysconfig/network-scripts/ifcfg-eth* files look like?
as a side-note: I don't know why this NetworkManager keeps setting
BOOTPROTO=none, I keep resetting it to BOOTPROTO=static but the
NetworkManager always overwrites this.
Right now NetworkManager is set at S99 in 2 3 4 5. In it's file it has:
# chkconfig - 27 73
And how do I undo the messagebus haldaemon NetworkManager
resetpriorities thing if that isn't what's needed?
Regards,
Gerry
--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list
05-05-2008, 08:01 PM
Bill Nottingham
F9 nfs, rpcbind, NetworkManager
Gerry Reno (greno@verizon.net) said:
> Right now NetworkManager is set at S99 in 2 3 4 5. In it's file it has: #
> chkconfig - 27 73
>
>
> And how do I undo the messagebus haldaemon NetworkManager resetpriorities
> thing if that isn't what's needed?
Well, it apparently didn't take. I'm assuming haldaemon is starting at 98?
Bill
--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list
05-05-2008, 08:04 PM
Gerry Reno
F9 nfs, rpcbind, NetworkManager
Bill Nottingham wrote:
Gerry Reno (greno@verizon.net) said:
Right now NetworkManager is set at S99 in 2 3 4 5. In it's file it has: #
chkconfig - 27 73
And how do I undo the messagebus haldaemon NetworkManager resetpriorities
thing if that isn't what's needed?
Well, it apparently didn't take. I'm assuming haldaemon is starting at 98?
Bill
Yes, haldaemon is at 98.
Regards,
Gerry
--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list
05-05-2008, 08:09 PM
Gerry Reno
F9 nfs, rpcbind, NetworkManager
Gerry Reno wrote:
Bill Nottingham wrote:
Gerry Reno (greno@verizon.net) said:
Right now NetworkManager is set at S99 in 2 3 4 5. In it's file it
has: # chkconfig - 27 73
And how do I undo the messagebus haldaemon NetworkManager
resetpriorities thing if that isn't what's needed?
Well, it apparently didn't take. I'm assuming haldaemon is starting
at 98?
Bill
Yes, haldaemon is at 98.
Regards,
Gerry
rpcbind is starting at S13 so NetworkManager would need to start ahead
of this.
Regards,
Gerry
--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list
05-05-2008, 08:09 PM
Bill Nottingham
F9 nfs, rpcbind, NetworkManager
Gerry Reno (greno@verizon.net) said:
>> Well, it apparently didn't take. I'm assuming haldaemon is starting at 98?
>
> Yes, haldaemon is at 98.
What version of hal and NetworkManager do you have?
Bill
--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list
05-05-2008, 08:13 PM
Gerry Reno
F9 nfs, rpcbind, NetworkManager
Bill Nottingham wrote:
Gerry Reno (greno@verizon.net) said:
Well, it apparently didn't take. I'm assuming haldaemon is starting at 98?
Yes, haldaemon is at 98.
What version of hal and NetworkManager do you have?
Also, NetworkManager keeps erasing /etc/resolv.conf.* I go into Network
and define all the DNS.* I check /etc/resolv.conf to make sure it gets
there.* And then some time later when I'm doing some network operation
DNS fails and I look and /etc/resolv.conf is empty except for the line
that says generated by NetworkManager.
Regards,
Gerry
--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list
--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list
05-05-2008, 08:27 PM
Mike Chambers
F9 nfs, rpcbind, NetworkManager
On Mon, 2008-05-05 at 16:13 -0400, Gerry Reno wrote:
> Also, NetworkManager keeps erasing /etc/resolv.conf. I go into
> Network and define all the DNS. I check /etc/resolv.conf to make sure
> it gets there. And then some time later when I'm doing some network
> operation DNS fails and I look and /etc/resolv.conf is empty except
> for the line that says generated by NetworkManager.
Edit your /etc/sysconfig/network-scripts/ifcfg-eth0 (or wlan0 or
whatever your using) and put in your DNS1= (DNS2, DNS3, etc) and search=
info and that should help fix it unless your using dhcp.