Pentium 3.0Ghz hyperthreading 1GB RAM, 1.5GB swap, using wired but have
wireless adaptor installed as well.

Ubuntu 8.04 was fine. Did an upgrade to 8.10, and had this runaway
NetworkManager problem. There were other issues related to a problematic
upgrade, so I wiped hdd and installed a clean 8.10, which fixed the
other issues but the NetworkManager (v0.7) problem reoccurred.

Upon bootup NetworkManager process starts consuming memory, confirmed in
System Monitor. Within 15-60 minutes it has consumed 600-800MB slowing
the system to a crawl and eventually Ubuntu stops responding. Executing
"sudo killall NetworkManager" before this point clears the consumed
memory and returns the system to a stable ~200MB memory. Executing "sudo
NetworkManager" causes the runaway memory problem to begin again.

Below is some output of /var/log/syslog when the NetworkManager process
is running.

Dec 9 17:20:23 myksrv kernel: [ 463.776477] [<c02147d8>] ? 
cap_file_ioctl+0x8/0x10
Dec 9 17:20:23 myksrv NetworkManager: <WARN> 
nm_error_monitoring_device_link_state(): error monitoring wired ethernet link 
state: error occurred while waiting for data on socket
Dec 9 17:20:23 myksrv last message repeated 8 times
Dec 9 17:20:23 myksrv kernel: [ 463.776487] [<c01bf27b>] sys_ioctl+0x6b/0x70
Dec 9 17:20:23 myksrv NetworkManager: <WARN> 
nm_error_monitoring_device_link_state(): error monitoring wired ethernet link 
state: error occurred while waiting for data on socket
Dec 9 17:20:23 myksrv last message repeated 10 times
Dec 9 17:20:23 myksrv kernel: [ 463.776495] [<c0103f7b>] 
sysenter_do_call+0x12/0x2f
Dec 9 17:20:23 myksrv NetworkManager: <WARN> 
nm_error_monitoring_device_link_state(): error monitoring wired ethernet link 
state: error occurred while waiting for data on socket
Dec 9 17:20:23 myksrv last message repeated 6 times
Dec 9 17:20:23 myksrv kernel: [ 463.776503] =======================
Dec 9 17:20:23 myksrv NetworkManager: <WARN> 
nm_error_monitoring_device_link_state(): error monitoring wired ethernet link 
state: error occurred while waiting for data on socket
Dec 9 17:20:54 myksrv last message repeated 305320 times
Dec 9 17:21:44 myksrv last message repeated 495634 times
Dec 9 17:21:44 myksrv kernel: [ 543.947734] wlan0: association FAILED: peer 
sent Status Code 10 (Cannot support all requested capabilities in Capability 
Information field)
Dec 9 17:21:44 myksrv NetworkManager: <WARN> 
nm_error_monitoring_device_link_state(): error monitoring wired ethernet link 
state: error occurred while waiting for data on socket
Dec 9 17:22:00 myksrv last message repeated 159869 times

Additionally, lspci is:

$ lspci
00:00.0 Host bridge: Intel Corporation 82865G/PE/P DRAM Controller/Host-Hub 
Interface (rev 02)
00:01.0 PCI bridge: Intel Corporation 82865G/PE/P PCI to AGP Controller (rev 02)
00:03.0 PCI bridge: Intel Corporation 82865G/PE/P PCI to CSA Bridge (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI 
Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI 
Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI 
Controller #3 (rev 02)
00:1d.3 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI 
Controller #4 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB2 EHCI 
Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev c2)
00:1f.0 ISA bridge: Intel Corporation 82801EB/ER (ICH5/ICH5R) LPC Interface 
Bridge (rev 02)
00:1f.1 IDE interface: Intel Corporation 82801EB/ER (ICH5/ICH5R) IDE Controller 
(rev 02)
00:1f.2 IDE interface: Intel Corporation 82801EB (ICH5) SATA Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801EB/ER (ICH5/ICH5R) SMBus Controller (rev 
02)
00:1f.5 Multimedia audio controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) 
AC'97 Audio Controller (rev 02)
01:00.0 VGA compatible controller: nVidia Corporation GeForce 7600 GT (rev a2)
02:01.0 Ethernet controller: Intel Corporation 82547EI Gigabit Ethernet 
Controller
03:02.0 Multimedia video controller: Brooktree Corporation Bt878 Video Capture 
(rev 11)
03:02.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture (rev 
11)
03:03.0 Multimedia video controller: Brooktree Corporation Bt878 Video Capture 
(rev 11)
03:03.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture (rev 
11)
03:04.0 Network controller: Texas Instruments ACX 111 54Mbps Wireless Interface
03:05.0 FireWire (IEEE 1394): Texas Instruments TSB43AB23 IEEE-1394a-2000 
Controller (PHY/Link)

The workaround that worked for me:

  $ sudo modprobe -r acx    # replace 'acx' with the module for your wireless 
card
  $ sudo gedit /etc/modprobe.d/blacklist    # add 'blacklist acx' (or other 
module) to file
  $ sudo depmod -a

This effectively disabled wireless, leaving the wired connection
running.

-- 
memory leak in Network Manager Intrepid
https://bugs.launchpad.net/bugs/291074
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to