Results 1 to 8 of 8

Thread: The network manager is not responsive afer some time

  1. #1
    Join Date
    Nov 2009
    Location
    Sofia, Bulgaria
    Beans
    305
    Distro
    Ubuntu 14.04 Trusty Tahr

    Question The network manager is not responsive afer some time

    I've noticed the following issue with my Ubuntu 12.04 installation. After some time while the laptop is working the network manager becomes not responsive at all. For example: I can see the available wireless networks, but I can't disconnect from the current SSID and connect to another SSID, or I can't connect using my USB 3G modem.
    Loging out and than back loging into the session solve this. Any idea?

    P.S. During all the time when I'm connected, I don't have issues with the connectivity.
    Registered Linux User #534948

  2. #2
    Join Date
    Nov 2009
    Location
    Sofia, Bulgaria
    Beans
    305
    Distro
    Ubuntu 14.04 Trusty Tahr

    Question Re: The network manager is not responsive afer some time

    Hm... any idea where I should look for clues when this happens. I found that it's reproducible. Where's the log of the Network Manager?
    Registered Linux User #534948

  3. #3
    Join Date
    Nov 2009
    Location
    Sofia, Bulgaria
    Beans
    305
    Distro
    Ubuntu 14.04 Trusty Tahr

    Post Re: The network manager is not responsive afer some time

    Just to give you an idea how it looks like when it hangs. The screenshot shows that at this moment, the VPN sub menu is not available anymore. Instead of options, I just see a small grey rectangle. Also, when this happens I can't disconnect from the SSID I'm connected to (the connectivity itself isn't affected at all), practically the whole menu isn't responding at all.
    I noticed that this happens only when I'm using an external USB device for connectivity (I use DWA-131 and a Huawai 3G USB modem).
    When I use the embedded wifi card, no issues...
    Attached Images Attached Images
    Registered Linux User #534948

  4. #4
    Join Date
    Apr 2012
    Beans
    7,256

    Re: The network manager is not responsive afer some time

    Hmm... mine's been doing something similar - I think it's not network-manager itself, it's the nm-applet - I've resorted to restarting it when it misbehaves (it's just a user process, part of the gnome session I think):

    Code:
    pkill nm-applet
    nm-applet 2>/dev/null &
    FWIW my version is

    Code:
    $ apt-cache policy network-manager-gnome
    network-manager-gnome:
      Installed: 0.9.4.1-0ubuntu2
      Candidate: 0.9.4.1-0ubuntu2
      Version table:
     *** 0.9.4.1-0ubuntu2 0
            500 http://ca.archive.ubuntu.com/ubuntu/ precise/main i386 Packages
            100 /var/lib/dpkg/status
    This is on a laptop running an internal Intel card (driver=iwl4965)

  5. #5
    Join Date
    Nov 2009
    Location
    Sofia, Bulgaria
    Beans
    305
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: The network manager is not responsive afer some time

    Looks like I have the same version, the only difference is that mine is 64 bit.
    Code:
    $ apt-cache policy network-manager-gnome
    network-manager-gnome:
      Installed: 0.9.4.1-0ubuntu2
      Candidate: 0.9.4.1-0ubuntu2
      Version table:
     *** 0.9.4.1-0ubuntu2 0
            500 http://bg.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages
            100 /var/lib/dpkg/status
    Registered Linux User #534948

  6. #6
    Join Date
    Jul 2008
    Location
    Bulgaria
    Beans
    311
    Distro
    Kubuntu 10.10 Maverick Meerkat

    Re: The network manager is not responsive afer some time

    Здрасти пич! Аз имах този проблем преди много време и мисля че го оправих като инсталирах WICD netowork manager-а. Пробвай,може и да има резултати
    I killed hope,but you buried it....

  7. #7
    Join Date
    Nov 2009
    Location
    Sofia, Bulgaria
    Beans
    305
    Distro
    Ubuntu 14.04 Trusty Tahr

    Talking Re: The network manager is not responsive afer some time

    That's quite amazing. I think you've actually nailed this. Executing
    Code:
    pkill nm-applet
    nm-applet 2>/dev/null &
    solves it! And you're right, it's not the Network Manager itself, it's just the nm-applet that is hanging. Throughout the execution of the above commands I haven't lost connectivity at all.
    Do you have any idea why this is happening, obviously this is a way to overcome it, but... can we avoid it from happening at all?
    Registered Linux User #534948

  8. #8
    Join Date
    Nov 2009
    Location
    Sofia, Bulgaria
    Beans
    305
    Distro
    Ubuntu 14.04 Trusty Tahr

    Smile Re: The network manager is not responsive afer some time

    Quote Originally Posted by alexandari View Post
    Здрасти пич! Аз имах този проблем преди много време и мисля че го оправих като инсталирах wicd netowork manager-а. Пробвай,може и да има резултати
    Ами да, до това е друг пакет за управление на мрежовите интерфейси, би трябвало да реши този проблем. Трябва да го пробвам някой път, когато имам време. Благодаря за идеята
    Registered Linux User #534948

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •