On Sun, 4 Aug 2013 19:48:38 -0700 John Jason Jordan <[email protected]> wrote:
> On Sun, 4 Aug 2013 19:34:24 -0700 > "Mike C." <[email protected]> dijo: > > >"Creating object for path > >'/org/freedesktop/NetworkManager/ActiveConnection/17' failed in > >libnm-glib." > > > >A possible solution might be to disable the Network Manager app. As > >JJJ mentioned and I tend to agree with something is stopping you > >from being able to manually assign an ip address to eth0. > > > >Network Manager is a many headed monster with lots of tentacles and > >if it's not happy about something it might be interfering with your > >attempts to configure eth0 manually via ifconfig. > > > >So perhaps try disable NM and try manually assigning and ip addr > >again. Don't bother with adding any routes until we can get eth0 to > >take an ip addr assignment. > > > >sudo stop network-manager > > At this time I'll try anything. However, > > $ sudo stop network manager > password, etc. > sudo stop: command not found Try this: $ sudo systemctl stop NetworkManager.service Fedora 17 has switched over to systemd almost totally. --Dale -- The optimist thinks that this is the best of all possible worlds, and the pessimist knows it. -- J. Robert Oppenheimer, "Bulletin of Atomic Scientists" _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
