Re: Disabling NetworkManager

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, 29 Nov 2012 15:07:02 -0500 Alex <mysqlstudent@xxxxxxxxx> wrote:
> How do I properly disable NetworkManager so applications don't think
> my wired network is offline?

First, do a

  systemctl stop NetworkManager.service
  systemctl mask NetworkManager.service

Get well informed about the mask command in "man systemctl".

Then, configure properly the wired network interface to use the old
network service (most notably, pay attention to "NM_CONTROLLED" keyword
in /etc/sysconfig/network-scripts/ifcfg-<yourwiredinterface>).

Finally, when everything is set up properly, do a

  systemctl enable network.service
  systemctl restart network.service

or do a "start" instead of "restart" if it is not active already.

> My network is then functional, but Evolution and sometimes Firefox
> complain the network is stopped yet still enabled. If I disable it
> with systemctl entirely, Xorg crashes with the following:

What do you mean by "entirely"? How exactly did you disable it?

> Any ideas of how to properly disable NetworkManager so applications
> don't stop working?

All apps should work, regardless of NM or network.service being active,
as long as everything is configured so that the latter two don't clash
into each other. If Xorg or other things crash, it's a separate issue.
For one thing, Xorg should be operational for an offline machine as
well as an online one (although maybe it requires the loopback
interface to be active, I'm not sure).

Make sure that NM is masked and network.service is correctly configured
and operational. After that, report separately any issues that you might
have with other apps.

HTH, :-)
Marko

-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux