Easy reproducer:

$ for p in `pidof udevd`; do sudo ls -l /proc/$p/fd | wc -l; done | awk '{$s += 
$1} END { print $s }'
14
$ sudo udevadm trigger --action=change --subsystem-match=block
$ for p in `pidof udevd`; do sudo ls -l /proc/$p/fd | wc -l; done | awk '{$s += 
$1} END { print $s }'
34


** Description changed:

- When i am plugging my usb removable media in karmic, nothing gets
- mounted automatically.
+ When I plug in my USB removable media in karmic, nothing gets mounted
+ automatically.
  
  It is an update from jaunty, and everything was fine in jaunty.
+ 
+ To see if you are affected by this particular bug, run:
+ 
+   for p in `pidof udevd`; do sudo ls -l /proc/$p/fd | wc -l; done | awk
+ '{$s += $1} END { print $s }'
+ 
+ If the resulting number is around 1000 or higher, then you have the
+ problem described in this  bug report.
  
  WORKAROUND: sudo stop udev; sudo start udev
  
  ProblemType: Bug
  Architecture: amd64
  Date: Thu Oct 29 15:43:34 2009
  DistroRelease: Ubuntu 9.10
  HotplugNewDevices: /dev/sdb /dev/sdb1
  HotplugNewMounts:
  
  Package: gvfs 1.4.1-0ubuntu1
  ProcEnviron:
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
  SourcePackage: gvfs
  Symptom: storage
  Uname: Linux 2.6.31-14-generic x86_64

-- 
devices not detected -- too many open files
https://bugs.launchpad.net/bugs/463347
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