Error while bringing up eth1

5,510

Add NM_CONTROLLED=no to your /etc/sysconfig/network-scripts/ifcfg-eth1 file.

Share:
5,510

Related videos on Youtube

mhay
Author by

mhay

I am the guy with Simple Taste.......

Updated on September 18, 2022

Comments

  • mhay
    mhay over 1 year

    I'm getting this error while bringing up my network card:

    (process:2550): WARNING **: _nm_object_get_property: Error getting 'State' for /org/freedesktop/NetworkManager/ActiveConnection/3: (19) Method "Get" with signature "ss" on interface "org.freedesktop.DBus.Properties" doesn't exist

    I'm using the following commands:

    1. ifup eth1
    2. /etc/init.d/network restart
    

    I have installed a fresh copy of Centos 6.2 and configured the network card.

    • Bram
      Bram almost 12 years
      The error message refers to NetworkManager while the commands you use are the older plain network service commands. Are you using the NetworkManager service or the plain network service? check /sbin/chkconfig --list network and /sbin/chkconfig --list NetworkManager. Also please add what user account is used to execute these commands.
    • mhay
      mhay almost 12 years
      yeah i've checked NetworkManager services are off....this message appears while NetworkManager service are up while i'm bringing up my eth1 but i have disabled services #chkconfig --level 35 Networkmanager off and i am trying to activate my eth1 card without NetworkManager...i have made changes in ifcfg-eth1 file... nm_CONTROLLED="no" when NetworkManager services are off i don't see network notification icon on and if i go to system > preferance > network connection i don't see system eth0 or eth1 in wired tab.........Am i missing any step plz help me out to bring up eth1
    • dotplus
      dotplus almost 12 years
      Please post the contents of /etc/sysconfig/network and /etc/sysconfig/network-scripts/ifcfg-eth1
    • MadHatter
      MadHatter over 10 years
      mhay, note there's a difference beween nm_CONTROLLED="no" and NM_CONTROLLED="no". Only the latter will work, while you say you've done the former. If you do ever revisit SF, please post the contents of the files, as dotplus requests, above.
  • MadHatter
    MadHatter over 10 years
    The OP is pretty clear that he's not trying to use NetworkManager to manage this interface at all, so that's probably not it.