Comment 40 for bug 396448

Revision history for this message
Martin Pitt (pitti) wrote : Re: [Bug 396448] Re: inconsistent automounting on startup

komputes [2009-09-01 21:25 -0000]:
> Yes, I updated last night (to the versions specifies in comment #20) and
> rebooted this morning. I still get prompted to enter a password for the
> secondary internal drive at the beginning of the gnome session.

OK, so this requires some deeper debugging then, as it is apparently a
different root cause than the one that everyone else had and which was
fixed now.

Please try the following command sets in the given order and check
which ones cause this dialog box to appear:

1.

   killall nautilus

2.

  kill `ps ux|grep usr/lib/gvfs|awk '{print $2}'`
  gvfs-mount -l

3.

  kill `ps ux|grep usr/lib/gvfs|awk '{print $2}'`
  killall nautilus

4.

 sudo killall devkit-disks-daemon
 killall nautilus

5.

  sudo killall devkit-disks-daemon
  kill `ps ux|grep usr/lib/gvfs|awk '{print $2}'`
  killall nautilus

Thanks,

Martin
--
Martin Pitt | http://www.piware.de
Ubuntu Developer (www.ubuntu.com) | Debian Developer (www.debian.org)