[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-28 Thread Robert Hooker
** Also affects: devicekit-disks (Ubuntu)
   Importance: Undecided
   Status: New

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in ubuntu.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-28 Thread Jean-Louis Dupond
We just need to gvfs package to be upgraded! This seems patched in

http://git.gnome.org/cgit/gvfs/commit/?id=384b3a679e3cf5138ada51338d613df517e0658a

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in ubuntu.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-28 Thread Robert Hooker
Indeed, the patch does fix it. I applied the 2 patches attached here,
disabled 90_relibtoolize.patch from the series, then fakeroot
debian/rules binary to build the packages and rebooted after installing
them. All mounts are working again via nautilus.

ps aux | grep gvfs

robert4205  0.0  0.1   6124  2168 ?S21:46   0:00 
/usr/lib/gvfs/gvfsd
robert4211  0.0  0.1  30084  2456 ?Ssl  21:46   0:00 
/usr/lib/gvfs//gvfs-fuse-daemon /home/robert/.gvfs
robert4347  0.0  0.1   6468  2840 ?S21:47   0:00 
/usr/lib/gvfs/gvfsd-trash --spawner :1.6 /org/gtk/gvfs/exec_spaw/0
robert4524  0.0  0.2  16052  3188 ?S21:47   0:00 
/usr/lib/gvfs/gvfs-gdu-volume-monitor
robert4526  0.0  0.1   7272  2468 ?S21:47   0:00 
/usr/lib/gvfs/gvfs-gphoto2-volume-monitor
robert4541  0.0  0.1   6124  2288 ?S21:47   0:00 
/usr/lib/gvfs/gvfsd-burn --spawner :1.6 /org/gtk/gvfs/exec_spaw/1


** Attachment added: "Patch from the git commit mentioned in the bug report in 
the initial post."
   http://launchpadlibrarian.net/28495345/88_polkit_undefined_symbol.patch

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in ubuntu.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-28 Thread Robert Hooker
I dont know how to integrate these changes into the patch series
properly so I didn't include a debdiff.

** Attachment added: "Remove all references to polkit from 
monitor/gdu/Makefile.in"
   http://launchpadlibrarian.net/28495383/89_gdu_molume_monitor-polkit.patch

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in ubuntu.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Vincenzo Ciancia
Perhaps it is expected that this bug will disappear in next gnome
synchronization?

** Changed in: gvfs (Ubuntu)
   Status: New => Confirmed

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in ubuntu.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Vincenzo Ciancia
In the meantime - for those who do not know and need an external drive
while testing karmic - you can mount your drive by hand:

sudo -s
mkdir /media/volumename
mount /dev/sdb1 /media/volumename

where /dev/sdb1 is replaced by your partition, and volumename is a
directory of your choice.

To see what partitions are on a device, you can do tail -f
/var/log/messages and *then* connect the drive. In the log you will see
information on the drive itself including a list of partitions. Then you
can terminate tail -f by hitting ctrl+c.

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in ubuntu.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Sebastien Bacher
the issue is fixed with gvfs 1.3.1 in karmic

** Changed in: gvfs (Ubuntu)
   Importance: Undecided => Low

** Changed in: gvfs (Ubuntu)
   Status: Confirmed => Fix Released

** Changed in: gvfs (Ubuntu)
 Assignee: (unassigned) => Ubuntu Desktop Bugs (desktop-bugs)

** Changed in: devicekit-disks (Ubuntu)
   Importance: Undecided => Low

** Changed in: devicekit-disks (Ubuntu)
   Status: New => Fix Released

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Jean-Louis Dupond
Its not fixed yet :( but the error changed to:

Not Authorized: Remote Exception invoking
org.freedesktop.PolicyKit1.Authority.CheckAuthorization() on
/org/freedesktop/PolicyKit1/Authority at name
org.freedesktop.PolicyKit1: org.freedesktop.DBus.Error.ServiceUnknown:
The name org.freedesktop.PolicyKit1 was not provided by any .service
files

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Robert Hooker
It works fine here. Perhaps you need to manually install policykit-1 and
policykit-1-gnome judging by the error?

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Jean-Louis Dupond
Indeed ! After installing policykit-1 & policykit-1-gnome it worked!
Missing depends ?

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Christopher
Worked for me too after a reboot and entering my password for the
external and flash drives. The other partition (Jaunty) mounted without
needing a password.

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Areia
Me too, after installing policykit-1-gnome, works with password.

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Christopher
After another reboot one drive will not mount. I have a 160GB Seagate
Free Agent drive and a 16GB Kingston flash drive. I have policykit-1 and
policykit-1-gnome installed.

Since the second reboot, the Seagate drive will not mount. The original
message 'Cannot get volume.fstype.alternative' is displayed.

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Christopher
A further note - the Seagate drive is formatted as NTFS while the 16GB
drive (mounted) is fat32.

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Francesco Marella
** Bug watch added: GNOME Bug Tracker #583704
   http://bugzilla.gnome.org/show_bug.cgi?id=583704

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Christopher
Thank you - it and a reboot did the trick.

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-28 Thread Robert Hooker
** Also affects: devicekit-disks (Ubuntu)
   Importance: Undecided
   Status: New

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in ubuntu.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-28 Thread Jean-Louis Dupond
We just need to gvfs package to be upgraded! This seems patched in

http://git.gnome.org/cgit/gvfs/commit/?id=384b3a679e3cf5138ada51338d613df517e0658a

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in ubuntu.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-28 Thread Robert Hooker
Indeed, the patch does fix it. I applied the 2 patches attached here,
disabled 90_relibtoolize.patch from the series, then fakeroot
debian/rules binary to build the packages and rebooted after installing
them. All mounts are working again via nautilus.

ps aux | grep gvfs

robert4205  0.0  0.1   6124  2168 ?S21:46   0:00 
/usr/lib/gvfs/gvfsd
robert4211  0.0  0.1  30084  2456 ?Ssl  21:46   0:00 
/usr/lib/gvfs//gvfs-fuse-daemon /home/robert/.gvfs
robert4347  0.0  0.1   6468  2840 ?S21:47   0:00 
/usr/lib/gvfs/gvfsd-trash --spawner :1.6 /org/gtk/gvfs/exec_spaw/0
robert4524  0.0  0.2  16052  3188 ?S21:47   0:00 
/usr/lib/gvfs/gvfs-gdu-volume-monitor
robert4526  0.0  0.1   7272  2468 ?S21:47   0:00 
/usr/lib/gvfs/gvfs-gphoto2-volume-monitor
robert4541  0.0  0.1   6124  2288 ?S21:47   0:00 
/usr/lib/gvfs/gvfsd-burn --spawner :1.6 /org/gtk/gvfs/exec_spaw/1


** Attachment added: "Patch from the git commit mentioned in the bug report in 
the initial post."
   http://launchpadlibrarian.net/28495345/88_polkit_undefined_symbol.patch

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in ubuntu.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-28 Thread Robert Hooker
I dont know how to integrate these changes into the patch series
properly so I didn't include a debdiff.

** Attachment added: "Remove all references to polkit from 
monitor/gdu/Makefile.in"
   http://launchpadlibrarian.net/28495383/89_gdu_molume_monitor-polkit.patch

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in ubuntu.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Vincenzo Ciancia
Perhaps it is expected that this bug will disappear in next gnome
synchronization?

** Changed in: gvfs (Ubuntu)
   Status: New => Confirmed

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in ubuntu.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Vincenzo Ciancia
In the meantime - for those who do not know and need an external drive
while testing karmic - you can mount your drive by hand:

sudo -s
mkdir /media/volumename
mount /dev/sdb1 /media/volumename

where /dev/sdb1 is replaced by your partition, and volumename is a
directory of your choice.

To see what partitions are on a device, you can do tail -f
/var/log/messages and *then* connect the drive. In the log you will see
information on the drive itself including a list of partitions. Then you
can terminate tail -f by hitting ctrl+c.

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in ubuntu.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Sebastien Bacher
the issue is fixed with gvfs 1.3.1 in karmic

** Changed in: gvfs (Ubuntu)
   Importance: Undecided => Low

** Changed in: gvfs (Ubuntu)
   Status: Confirmed => Fix Released

** Changed in: gvfs (Ubuntu)
 Assignee: (unassigned) => Ubuntu Desktop Bugs (desktop-bugs)

** Changed in: devicekit-disks (Ubuntu)
   Importance: Undecided => Low

** Changed in: devicekit-disks (Ubuntu)
   Status: New => Fix Released

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Jean-Louis Dupond
Its not fixed yet :( but the error changed to:

Not Authorized: Remote Exception invoking
org.freedesktop.PolicyKit1.Authority.CheckAuthorization() on
/org/freedesktop/PolicyKit1/Authority at name
org.freedesktop.PolicyKit1: org.freedesktop.DBus.Error.ServiceUnknown:
The name org.freedesktop.PolicyKit1 was not provided by any .service
files

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Robert Hooker
It works fine here. Perhaps you need to manually install policykit-1 and
policykit-1-gnome judging by the error?

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Jean-Louis Dupond
Indeed ! After installing policykit-1 & policykit-1-gnome it worked!
Missing depends ?

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Christopher
Worked for me too after a reboot and entering my password for the
external and flash drives. The other partition (Jaunty) mounted without
needing a password.

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Areia
Me too, after installing policykit-1-gnome, works with password.

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Christopher
After another reboot one drive will not mount. I have a 160GB Seagate
Free Agent drive and a 16GB Kingston flash drive. I have policykit-1 and
policykit-1-gnome installed.

Since the second reboot, the Seagate drive will not mount. The original
message 'Cannot get volume.fstype.alternative' is displayed.

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Christopher
A further note - the Seagate drive is formatted as NTFS while the 16GB
drive (mounted) is fat32.

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Francesco Marella
** Bug watch added: GNOME Bug Tracker #583704
   http://bugzilla.gnome.org/show_bug.cgi?id=583704

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Christopher
Thank you - it and a reboot did the trick.

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-28 Thread Robert Hooker
** Also affects: devicekit-disks (Ubuntu)
   Importance: Undecided
   Status: New

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in ubuntu.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-28 Thread Jean-Louis Dupond
We just need to gvfs package to be upgraded! This seems patched in

http://git.gnome.org/cgit/gvfs/commit/?id=384b3a679e3cf5138ada51338d613df517e0658a

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in ubuntu.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-28 Thread Robert Hooker
Indeed, the patch does fix it. I applied the 2 patches attached here,
disabled 90_relibtoolize.patch from the series, then fakeroot
debian/rules binary to build the packages and rebooted after installing
them. All mounts are working again via nautilus.

ps aux | grep gvfs

robert4205  0.0  0.1   6124  2168 ?S21:46   0:00 
/usr/lib/gvfs/gvfsd
robert4211  0.0  0.1  30084  2456 ?Ssl  21:46   0:00 
/usr/lib/gvfs//gvfs-fuse-daemon /home/robert/.gvfs
robert4347  0.0  0.1   6468  2840 ?S21:47   0:00 
/usr/lib/gvfs/gvfsd-trash --spawner :1.6 /org/gtk/gvfs/exec_spaw/0
robert4524  0.0  0.2  16052  3188 ?S21:47   0:00 
/usr/lib/gvfs/gvfs-gdu-volume-monitor
robert4526  0.0  0.1   7272  2468 ?S21:47   0:00 
/usr/lib/gvfs/gvfs-gphoto2-volume-monitor
robert4541  0.0  0.1   6124  2288 ?S21:47   0:00 
/usr/lib/gvfs/gvfsd-burn --spawner :1.6 /org/gtk/gvfs/exec_spaw/1


** Attachment added: "Patch from the git commit mentioned in the bug report in 
the initial post."
   http://launchpadlibrarian.net/28495345/88_polkit_undefined_symbol.patch

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in ubuntu.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-28 Thread Robert Hooker
I dont know how to integrate these changes into the patch series
properly so I didn't include a debdiff.

** Attachment added: "Remove all references to polkit from 
monitor/gdu/Makefile.in"
   http://launchpadlibrarian.net/28495383/89_gdu_molume_monitor-polkit.patch

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in ubuntu.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Vincenzo Ciancia
Perhaps it is expected that this bug will disappear in next gnome
synchronization?

** Changed in: gvfs (Ubuntu)
   Status: New => Confirmed

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in ubuntu.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Vincenzo Ciancia
In the meantime - for those who do not know and need an external drive
while testing karmic - you can mount your drive by hand:

sudo -s
mkdir /media/volumename
mount /dev/sdb1 /media/volumename

where /dev/sdb1 is replaced by your partition, and volumename is a
directory of your choice.

To see what partitions are on a device, you can do tail -f
/var/log/messages and *then* connect the drive. In the log you will see
information on the drive itself including a list of partitions. Then you
can terminate tail -f by hitting ctrl+c.

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in ubuntu.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Sebastien Bacher
the issue is fixed with gvfs 1.3.1 in karmic

** Changed in: gvfs (Ubuntu)
   Importance: Undecided => Low

** Changed in: gvfs (Ubuntu)
   Status: Confirmed => Fix Released

** Changed in: gvfs (Ubuntu)
 Assignee: (unassigned) => Ubuntu Desktop Bugs (desktop-bugs)

** Changed in: devicekit-disks (Ubuntu)
   Importance: Undecided => Low

** Changed in: devicekit-disks (Ubuntu)
   Status: New => Fix Released

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Jean-Louis Dupond
Its not fixed yet :( but the error changed to:

Not Authorized: Remote Exception invoking
org.freedesktop.PolicyKit1.Authority.CheckAuthorization() on
/org/freedesktop/PolicyKit1/Authority at name
org.freedesktop.PolicyKit1: org.freedesktop.DBus.Error.ServiceUnknown:
The name org.freedesktop.PolicyKit1 was not provided by any .service
files

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Robert Hooker
It works fine here. Perhaps you need to manually install policykit-1 and
policykit-1-gnome judging by the error?

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Jean-Louis Dupond
Indeed ! After installing policykit-1 & policykit-1-gnome it worked!
Missing depends ?

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Christopher
Worked for me too after a reboot and entering my password for the
external and flash drives. The other partition (Jaunty) mounted without
needing a password.

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Areia
Me too, after installing policykit-1-gnome, works with password.

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Christopher
After another reboot one drive will not mount. I have a 160GB Seagate
Free Agent drive and a 16GB Kingston flash drive. I have policykit-1 and
policykit-1-gnome installed.

Since the second reboot, the Seagate drive will not mount. The original
message 'Cannot get volume.fstype.alternative' is displayed.

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Christopher
A further note - the Seagate drive is formatted as NTFS while the 16GB
drive (mounted) is fat32.

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Francesco Marella
** Bug watch added: GNOME Bug Tracker #583704
   http://bugzilla.gnome.org/show_bug.cgi?id=583704

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Christopher
Thank you - it and a reboot did the trick.

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-28 Thread Robert Hooker
** Also affects: devicekit-disks (Ubuntu)
   Importance: Undecided
   Status: New

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in ubuntu.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-28 Thread Jean-Louis Dupond
We just need to gvfs package to be upgraded! This seems patched in

http://git.gnome.org/cgit/gvfs/commit/?id=384b3a679e3cf5138ada51338d613df517e0658a

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in ubuntu.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-28 Thread Robert Hooker
Indeed, the patch does fix it. I applied the 2 patches attached here,
disabled 90_relibtoolize.patch from the series, then fakeroot
debian/rules binary to build the packages and rebooted after installing
them. All mounts are working again via nautilus.

ps aux | grep gvfs

robert4205  0.0  0.1   6124  2168 ?S21:46   0:00 
/usr/lib/gvfs/gvfsd
robert4211  0.0  0.1  30084  2456 ?Ssl  21:46   0:00 
/usr/lib/gvfs//gvfs-fuse-daemon /home/robert/.gvfs
robert4347  0.0  0.1   6468  2840 ?S21:47   0:00 
/usr/lib/gvfs/gvfsd-trash --spawner :1.6 /org/gtk/gvfs/exec_spaw/0
robert4524  0.0  0.2  16052  3188 ?S21:47   0:00 
/usr/lib/gvfs/gvfs-gdu-volume-monitor
robert4526  0.0  0.1   7272  2468 ?S21:47   0:00 
/usr/lib/gvfs/gvfs-gphoto2-volume-monitor
robert4541  0.0  0.1   6124  2288 ?S21:47   0:00 
/usr/lib/gvfs/gvfsd-burn --spawner :1.6 /org/gtk/gvfs/exec_spaw/1


** Attachment added: "Patch from the git commit mentioned in the bug report in 
the initial post."
   http://launchpadlibrarian.net/28495345/88_polkit_undefined_symbol.patch

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in ubuntu.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-28 Thread Robert Hooker
I dont know how to integrate these changes into the patch series
properly so I didn't include a debdiff.

** Attachment added: "Remove all references to polkit from 
monitor/gdu/Makefile.in"
   http://launchpadlibrarian.net/28495383/89_gdu_molume_monitor-polkit.patch

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in ubuntu.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Vincenzo Ciancia
Perhaps it is expected that this bug will disappear in next gnome
synchronization?

** Changed in: gvfs (Ubuntu)
   Status: New => Confirmed

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in ubuntu.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Vincenzo Ciancia
In the meantime - for those who do not know and need an external drive
while testing karmic - you can mount your drive by hand:

sudo -s
mkdir /media/volumename
mount /dev/sdb1 /media/volumename

where /dev/sdb1 is replaced by your partition, and volumename is a
directory of your choice.

To see what partitions are on a device, you can do tail -f
/var/log/messages and *then* connect the drive. In the log you will see
information on the drive itself including a list of partitions. Then you
can terminate tail -f by hitting ctrl+c.

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in ubuntu.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Sebastien Bacher
the issue is fixed with gvfs 1.3.1 in karmic

** Changed in: gvfs (Ubuntu)
   Importance: Undecided => Low

** Changed in: gvfs (Ubuntu)
   Status: Confirmed => Fix Released

** Changed in: gvfs (Ubuntu)
 Assignee: (unassigned) => Ubuntu Desktop Bugs (desktop-bugs)

** Changed in: devicekit-disks (Ubuntu)
   Importance: Undecided => Low

** Changed in: devicekit-disks (Ubuntu)
   Status: New => Fix Released

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Jean-Louis Dupond
Its not fixed yet :( but the error changed to:

Not Authorized: Remote Exception invoking
org.freedesktop.PolicyKit1.Authority.CheckAuthorization() on
/org/freedesktop/PolicyKit1/Authority at name
org.freedesktop.PolicyKit1: org.freedesktop.DBus.Error.ServiceUnknown:
The name org.freedesktop.PolicyKit1 was not provided by any .service
files

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Robert Hooker
It works fine here. Perhaps you need to manually install policykit-1 and
policykit-1-gnome judging by the error?

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Jean-Louis Dupond
Indeed ! After installing policykit-1 & policykit-1-gnome it worked!
Missing depends ?

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Christopher
Worked for me too after a reboot and entering my password for the
external and flash drives. The other partition (Jaunty) mounted without
needing a password.

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Areia
Me too, after installing policykit-1-gnome, works with password.

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Christopher
After another reboot one drive will not mount. I have a 160GB Seagate
Free Agent drive and a 16GB Kingston flash drive. I have policykit-1 and
policykit-1-gnome installed.

Since the second reboot, the Seagate drive will not mount. The original
message 'Cannot get volume.fstype.alternative' is displayed.

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Christopher
A further note - the Seagate drive is formatted as NTFS while the 16GB
drive (mounted) is fat32.

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Francesco Marella
** Bug watch added: GNOME Bug Tracker #583704
   http://bugzilla.gnome.org/show_bug.cgi?id=583704

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Christopher
Thank you - it and a reboot did the trick.

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-28 Thread Robert Hooker
** Also affects: devicekit-disks (Ubuntu)
   Importance: Undecided
   Status: New

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in ubuntu.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-28 Thread Jean-Louis Dupond
We just need to gvfs package to be upgraded! This seems patched in

http://git.gnome.org/cgit/gvfs/commit/?id=384b3a679e3cf5138ada51338d613df517e0658a

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in ubuntu.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-28 Thread Robert Hooker
Indeed, the patch does fix it. I applied the 2 patches attached here,
disabled 90_relibtoolize.patch from the series, then fakeroot
debian/rules binary to build the packages and rebooted after installing
them. All mounts are working again via nautilus.

ps aux | grep gvfs

robert4205  0.0  0.1   6124  2168 ?S21:46   0:00 
/usr/lib/gvfs/gvfsd
robert4211  0.0  0.1  30084  2456 ?Ssl  21:46   0:00 
/usr/lib/gvfs//gvfs-fuse-daemon /home/robert/.gvfs
robert4347  0.0  0.1   6468  2840 ?S21:47   0:00 
/usr/lib/gvfs/gvfsd-trash --spawner :1.6 /org/gtk/gvfs/exec_spaw/0
robert4524  0.0  0.2  16052  3188 ?S21:47   0:00 
/usr/lib/gvfs/gvfs-gdu-volume-monitor
robert4526  0.0  0.1   7272  2468 ?S21:47   0:00 
/usr/lib/gvfs/gvfs-gphoto2-volume-monitor
robert4541  0.0  0.1   6124  2288 ?S21:47   0:00 
/usr/lib/gvfs/gvfsd-burn --spawner :1.6 /org/gtk/gvfs/exec_spaw/1


** Attachment added: "Patch from the git commit mentioned in the bug report in 
the initial post."
   http://launchpadlibrarian.net/28495345/88_polkit_undefined_symbol.patch

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in ubuntu.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-28 Thread Robert Hooker
I dont know how to integrate these changes into the patch series
properly so I didn't include a debdiff.

** Attachment added: "Remove all references to polkit from 
monitor/gdu/Makefile.in"
   http://launchpadlibrarian.net/28495383/89_gdu_molume_monitor-polkit.patch

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in ubuntu.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Vincenzo Ciancia
Perhaps it is expected that this bug will disappear in next gnome
synchronization?

** Changed in: gvfs (Ubuntu)
   Status: New => Confirmed

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in ubuntu.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Vincenzo Ciancia
In the meantime - for those who do not know and need an external drive
while testing karmic - you can mount your drive by hand:

sudo -s
mkdir /media/volumename
mount /dev/sdb1 /media/volumename

where /dev/sdb1 is replaced by your partition, and volumename is a
directory of your choice.

To see what partitions are on a device, you can do tail -f
/var/log/messages and *then* connect the drive. In the log you will see
information on the drive itself including a list of partitions. Then you
can terminate tail -f by hitting ctrl+c.

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in ubuntu.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Sebastien Bacher
the issue is fixed with gvfs 1.3.1 in karmic

** Changed in: gvfs (Ubuntu)
   Importance: Undecided => Low

** Changed in: gvfs (Ubuntu)
   Status: Confirmed => Fix Released

** Changed in: gvfs (Ubuntu)
 Assignee: (unassigned) => Ubuntu Desktop Bugs (desktop-bugs)

** Changed in: devicekit-disks (Ubuntu)
   Importance: Undecided => Low

** Changed in: devicekit-disks (Ubuntu)
   Status: New => Fix Released

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Jean-Louis Dupond
Its not fixed yet :( but the error changed to:

Not Authorized: Remote Exception invoking
org.freedesktop.PolicyKit1.Authority.CheckAuthorization() on
/org/freedesktop/PolicyKit1/Authority at name
org.freedesktop.PolicyKit1: org.freedesktop.DBus.Error.ServiceUnknown:
The name org.freedesktop.PolicyKit1 was not provided by any .service
files

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Robert Hooker
It works fine here. Perhaps you need to manually install policykit-1 and
policykit-1-gnome judging by the error?

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Jean-Louis Dupond
Indeed ! After installing policykit-1 & policykit-1-gnome it worked!
Missing depends ?

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Christopher
Worked for me too after a reboot and entering my password for the
external and flash drives. The other partition (Jaunty) mounted without
needing a password.

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Areia
Me too, after installing policykit-1-gnome, works with password.

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Christopher
After another reboot one drive will not mount. I have a 160GB Seagate
Free Agent drive and a 16GB Kingston flash drive. I have policykit-1 and
policykit-1-gnome installed.

Since the second reboot, the Seagate drive will not mount. The original
message 'Cannot get volume.fstype.alternative' is displayed.

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Christopher
A further note - the Seagate drive is formatted as NTFS while the 16GB
drive (mounted) is fat32.

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Francesco Marella
** Bug watch added: GNOME Bug Tracker #583704
   http://bugzilla.gnome.org/show_bug.cgi?id=583704

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Christopher
Thank you - it and a reboot did the trick.

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-28 Thread Robert Hooker
** Also affects: devicekit-disks (Ubuntu)
   Importance: Undecided
   Status: New

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in ubuntu.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-28 Thread Jean-Louis Dupond
We just need to gvfs package to be upgraded! This seems patched in

http://git.gnome.org/cgit/gvfs/commit/?id=384b3a679e3cf5138ada51338d613df517e0658a

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in ubuntu.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-28 Thread Robert Hooker
Indeed, the patch does fix it. I applied the 2 patches attached here,
disabled 90_relibtoolize.patch from the series, then fakeroot
debian/rules binary to build the packages and rebooted after installing
them. All mounts are working again via nautilus.

ps aux | grep gvfs

robert4205  0.0  0.1   6124  2168 ?S21:46   0:00 
/usr/lib/gvfs/gvfsd
robert4211  0.0  0.1  30084  2456 ?Ssl  21:46   0:00 
/usr/lib/gvfs//gvfs-fuse-daemon /home/robert/.gvfs
robert4347  0.0  0.1   6468  2840 ?S21:47   0:00 
/usr/lib/gvfs/gvfsd-trash --spawner :1.6 /org/gtk/gvfs/exec_spaw/0
robert4524  0.0  0.2  16052  3188 ?S21:47   0:00 
/usr/lib/gvfs/gvfs-gdu-volume-monitor
robert4526  0.0  0.1   7272  2468 ?S21:47   0:00 
/usr/lib/gvfs/gvfs-gphoto2-volume-monitor
robert4541  0.0  0.1   6124  2288 ?S21:47   0:00 
/usr/lib/gvfs/gvfsd-burn --spawner :1.6 /org/gtk/gvfs/exec_spaw/1


** Attachment added: "Patch from the git commit mentioned in the bug report in 
the initial post."
   http://launchpadlibrarian.net/28495345/88_polkit_undefined_symbol.patch

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in ubuntu.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-28 Thread Robert Hooker
I dont know how to integrate these changes into the patch series
properly so I didn't include a debdiff.

** Attachment added: "Remove all references to polkit from 
monitor/gdu/Makefile.in"
   http://launchpadlibrarian.net/28495383/89_gdu_molume_monitor-polkit.patch

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in ubuntu.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Vincenzo Ciancia
Perhaps it is expected that this bug will disappear in next gnome
synchronization?

** Changed in: gvfs (Ubuntu)
   Status: New => Confirmed

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in ubuntu.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Vincenzo Ciancia
In the meantime - for those who do not know and need an external drive
while testing karmic - you can mount your drive by hand:

sudo -s
mkdir /media/volumename
mount /dev/sdb1 /media/volumename

where /dev/sdb1 is replaced by your partition, and volumename is a
directory of your choice.

To see what partitions are on a device, you can do tail -f
/var/log/messages and *then* connect the drive. In the log you will see
information on the drive itself including a list of partitions. Then you
can terminate tail -f by hitting ctrl+c.

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in ubuntu.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Sebastien Bacher
the issue is fixed with gvfs 1.3.1 in karmic

** Changed in: gvfs (Ubuntu)
   Importance: Undecided => Low

** Changed in: gvfs (Ubuntu)
   Status: Confirmed => Fix Released

** Changed in: gvfs (Ubuntu)
 Assignee: (unassigned) => Ubuntu Desktop Bugs (desktop-bugs)

** Changed in: devicekit-disks (Ubuntu)
   Importance: Undecided => Low

** Changed in: devicekit-disks (Ubuntu)
   Status: New => Fix Released

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Jean-Louis Dupond
Its not fixed yet :( but the error changed to:

Not Authorized: Remote Exception invoking
org.freedesktop.PolicyKit1.Authority.CheckAuthorization() on
/org/freedesktop/PolicyKit1/Authority at name
org.freedesktop.PolicyKit1: org.freedesktop.DBus.Error.ServiceUnknown:
The name org.freedesktop.PolicyKit1 was not provided by any .service
files

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Robert Hooker
It works fine here. Perhaps you need to manually install policykit-1 and
policykit-1-gnome judging by the error?

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Jean-Louis Dupond
Indeed ! After installing policykit-1 & policykit-1-gnome it worked!
Missing depends ?

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Christopher
Worked for me too after a reboot and entering my password for the
external and flash drives. The other partition (Jaunty) mounted without
needing a password.

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Areia
Me too, after installing policykit-1-gnome, works with password.

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Christopher
After another reboot one drive will not mount. I have a 160GB Seagate
Free Agent drive and a 16GB Kingston flash drive. I have policykit-1 and
policykit-1-gnome installed.

Since the second reboot, the Seagate drive will not mount. The original
message 'Cannot get volume.fstype.alternative' is displayed.

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Christopher
A further note - the Seagate drive is formatted as NTFS while the 16GB
drive (mounted) is fat32.

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Francesco Marella
** Bug watch added: GNOME Bug Tracker #583704
   http://bugzilla.gnome.org/show_bug.cgi?id=583704

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Christopher
Thank you - it and a reboot did the trick.

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


Re: [Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Francesco Marella
you need to:
- install ntfs-config- start ntfs-config as root
- select the hard drive or partition of interest and enable support for both
internal and external devices.


2009/6/29 Christopher 

> A further note - the Seagate drive is formatted as NTFS while the 16GB
> drive (mounted) is fat32.
>
> --
> Unable to mount any media in nautilus.
> https://bugs.launchpad.net/bugs/393051
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in “devicekit-disks” package in Ubuntu: Fix Released
> Status in “gvfs” package in Ubuntu: Fix Released
>
> Bug description:
> Binary package hint: gvfs
>
> All mounts are disappearing when I try to click on one (SD card, or NTFS
> partition for example) to mount it in nautilus.
>
> /usr/lib/gvfs/gvfsd-computer --debug gives this error when I manually start
> it:
>
> Added new job source 0x9bd1810 (GVfsBackendComputer)
> Queued new job 0x9bd3418 (GVfsJobMount)
> send_reply, failed: 0
> register_mount_callback, mount_reply: 0x9bcc618, error: (nil)
>
> (process:10187): GVFS-RemoteVolumeMonitor-WARNING **: Owner :1.3606 of
> volume monitor org.gtk.Private.GduVolumeMonitor disconnected from the bus;
> removing drives/volumes/mounts
>
>
> Manually running /usr/lib/gvfs/gvfs-gdu-volume-monitor beforehand and then
> starting another gvfds-computer gives this error when the prior error
> happens in gvfsd-computer.
>
> /usr/lib/gvfs/gvfs-gdu-volume-monitor: symbol lookup error:
> /usr/lib/gvfs/gvfs-gdu-volume-monitor: undefined symbol:
> gdu_error_check_polkit_not_authorized
>
>
> This started in the past few days, some time around when devicekit-disks
> and gnome-disk-utility got updated. I see that there is a bug on gnome's
> bugzilla regarding the gvfs-gdu-volume-monitor undefined symbol error if it
> is relevant.
>
> http://bugzilla.gnome.org/show_bug.cgi?id=583704
>
>
> ps aux | grep gvfs after a fresh boot:
> robert4218  0.0  0.1   6256  2212 ?S21:22   0:01
> /usr/lib/gvfs/gvfsd
> robert4225  0.0  0.1  30084  2460 ?Ssl  21:22   0:00
> /usr/lib/gvfs//gvfs-fuse-daemon /home/robert/.gvfs
> robert4346  0.0  0.1   6468  2840 ?S21:22   0:00
> /usr/lib/gvfs/gvfsd-trash --spawner :1.6 /org/gtk/gvfs/exec_spaw/0
> robert4532  0.0  0.1   7272  2472 ?S21:22   0:00
> /usr/lib/gvfs/gvfs-gphoto2-volume-monitor
> robert4547  0.0  0.1   6124  2284 ?S21:23   0:00
> /usr/lib/gvfs/gvfsd-burn --spawner :1.6 /org/gtk/gvfs/exec_spaw/1
>
>
> My gvfs packages are 1.3git20090512-0ubuntu2
> gnome-disk-utility 0.4-0ubuntu1
> devicekit-disks  005-0ubuntu1
> policykit  0.9-4ubuntu1
> policykit-gnome 0.9-1ubuntu3
>

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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

Re: [Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Francesco Marella
you need to:
- install ntfs-config- start ntfs-config as root
- select the hard drive or partition of interest and enable support for both
internal and external devices.


2009/6/29 Christopher 

> A further note - the Seagate drive is formatted as NTFS while the 16GB
> drive (mounted) is fat32.
>
> --
> Unable to mount any media in nautilus.
> https://bugs.launchpad.net/bugs/393051
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in “devicekit-disks” package in Ubuntu: Fix Released
> Status in “gvfs” package in Ubuntu: Fix Released
>
> Bug description:
> Binary package hint: gvfs
>
> All mounts are disappearing when I try to click on one (SD card, or NTFS
> partition for example) to mount it in nautilus.
>
> /usr/lib/gvfs/gvfsd-computer --debug gives this error when I manually start
> it:
>
> Added new job source 0x9bd1810 (GVfsBackendComputer)
> Queued new job 0x9bd3418 (GVfsJobMount)
> send_reply, failed: 0
> register_mount_callback, mount_reply: 0x9bcc618, error: (nil)
>
> (process:10187): GVFS-RemoteVolumeMonitor-WARNING **: Owner :1.3606 of
> volume monitor org.gtk.Private.GduVolumeMonitor disconnected from the bus;
> removing drives/volumes/mounts
>
>
> Manually running /usr/lib/gvfs/gvfs-gdu-volume-monitor beforehand and then
> starting another gvfds-computer gives this error when the prior error
> happens in gvfsd-computer.
>
> /usr/lib/gvfs/gvfs-gdu-volume-monitor: symbol lookup error:
> /usr/lib/gvfs/gvfs-gdu-volume-monitor: undefined symbol:
> gdu_error_check_polkit_not_authorized
>
>
> This started in the past few days, some time around when devicekit-disks
> and gnome-disk-utility got updated. I see that there is a bug on gnome's
> bugzilla regarding the gvfs-gdu-volume-monitor undefined symbol error if it
> is relevant.
>
> http://bugzilla.gnome.org/show_bug.cgi?id=583704
>
>
> ps aux | grep gvfs after a fresh boot:
> robert4218  0.0  0.1   6256  2212 ?S21:22   0:01
> /usr/lib/gvfs/gvfsd
> robert4225  0.0  0.1  30084  2460 ?Ssl  21:22   0:00
> /usr/lib/gvfs//gvfs-fuse-daemon /home/robert/.gvfs
> robert4346  0.0  0.1   6468  2840 ?S21:22   0:00
> /usr/lib/gvfs/gvfsd-trash --spawner :1.6 /org/gtk/gvfs/exec_spaw/0
> robert4532  0.0  0.1   7272  2472 ?S21:22   0:00
> /usr/lib/gvfs/gvfs-gphoto2-volume-monitor
> robert4547  0.0  0.1   6124  2284 ?S21:23   0:00
> /usr/lib/gvfs/gvfsd-burn --spawner :1.6 /org/gtk/gvfs/exec_spaw/1
>
>
> My gvfs packages are 1.3git20090512-0ubuntu2
> gnome-disk-utility 0.4-0ubuntu1
> devicekit-disks  005-0ubuntu1
> policykit  0.9-4ubuntu1
> policykit-gnome 0.9-1ubuntu3
>

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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

Re: [Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Francesco Marella
you need to:
- install ntfs-config- start ntfs-config as root
- select the hard drive or partition of interest and enable support for both
internal and external devices.


2009/6/29 Christopher 

> A further note - the Seagate drive is formatted as NTFS while the 16GB
> drive (mounted) is fat32.
>
> --
> Unable to mount any media in nautilus.
> https://bugs.launchpad.net/bugs/393051
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in “devicekit-disks” package in Ubuntu: Fix Released
> Status in “gvfs” package in Ubuntu: Fix Released
>
> Bug description:
> Binary package hint: gvfs
>
> All mounts are disappearing when I try to click on one (SD card, or NTFS
> partition for example) to mount it in nautilus.
>
> /usr/lib/gvfs/gvfsd-computer --debug gives this error when I manually start
> it:
>
> Added new job source 0x9bd1810 (GVfsBackendComputer)
> Queued new job 0x9bd3418 (GVfsJobMount)
> send_reply, failed: 0
> register_mount_callback, mount_reply: 0x9bcc618, error: (nil)
>
> (process:10187): GVFS-RemoteVolumeMonitor-WARNING **: Owner :1.3606 of
> volume monitor org.gtk.Private.GduVolumeMonitor disconnected from the bus;
> removing drives/volumes/mounts
>
>
> Manually running /usr/lib/gvfs/gvfs-gdu-volume-monitor beforehand and then
> starting another gvfds-computer gives this error when the prior error
> happens in gvfsd-computer.
>
> /usr/lib/gvfs/gvfs-gdu-volume-monitor: symbol lookup error:
> /usr/lib/gvfs/gvfs-gdu-volume-monitor: undefined symbol:
> gdu_error_check_polkit_not_authorized
>
>
> This started in the past few days, some time around when devicekit-disks
> and gnome-disk-utility got updated. I see that there is a bug on gnome's
> bugzilla regarding the gvfs-gdu-volume-monitor undefined symbol error if it
> is relevant.
>
> http://bugzilla.gnome.org/show_bug.cgi?id=583704
>
>
> ps aux | grep gvfs after a fresh boot:
> robert4218  0.0  0.1   6256  2212 ?S21:22   0:01
> /usr/lib/gvfs/gvfsd
> robert4225  0.0  0.1  30084  2460 ?Ssl  21:22   0:00
> /usr/lib/gvfs//gvfs-fuse-daemon /home/robert/.gvfs
> robert4346  0.0  0.1   6468  2840 ?S21:22   0:00
> /usr/lib/gvfs/gvfsd-trash --spawner :1.6 /org/gtk/gvfs/exec_spaw/0
> robert4532  0.0  0.1   7272  2472 ?S21:22   0:00
> /usr/lib/gvfs/gvfs-gphoto2-volume-monitor
> robert4547  0.0  0.1   6124  2284 ?S21:23   0:00
> /usr/lib/gvfs/gvfsd-burn --spawner :1.6 /org/gtk/gvfs/exec_spaw/1
>
>
> My gvfs packages are 1.3git20090512-0ubuntu2
> gnome-disk-utility 0.4-0ubuntu1
> devicekit-disks  005-0ubuntu1
> policykit  0.9-4ubuntu1
> policykit-gnome 0.9-1ubuntu3
>

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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

Re: [Bug 393051] Re: Unable to mount any media in nautilus.

2009-06-29 Thread Francesco Marella
you need to:
- install ntfs-config- start ntfs-config as root
- select the hard drive or partition of interest and enable support for both
internal and external devices.


2009/6/29 Christopher 

> A further note - the Seagate drive is formatted as NTFS while the 16GB
> drive (mounted) is fat32.
>
> --
> Unable to mount any media in nautilus.
> https://bugs.launchpad.net/bugs/393051
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in “devicekit-disks” package in Ubuntu: Fix Released
> Status in “gvfs” package in Ubuntu: Fix Released
>
> Bug description:
> Binary package hint: gvfs
>
> All mounts are disappearing when I try to click on one (SD card, or NTFS
> partition for example) to mount it in nautilus.
>
> /usr/lib/gvfs/gvfsd-computer --debug gives this error when I manually start
> it:
>
> Added new job source 0x9bd1810 (GVfsBackendComputer)
> Queued new job 0x9bd3418 (GVfsJobMount)
> send_reply, failed: 0
> register_mount_callback, mount_reply: 0x9bcc618, error: (nil)
>
> (process:10187): GVFS-RemoteVolumeMonitor-WARNING **: Owner :1.3606 of
> volume monitor org.gtk.Private.GduVolumeMonitor disconnected from the bus;
> removing drives/volumes/mounts
>
>
> Manually running /usr/lib/gvfs/gvfs-gdu-volume-monitor beforehand and then
> starting another gvfds-computer gives this error when the prior error
> happens in gvfsd-computer.
>
> /usr/lib/gvfs/gvfs-gdu-volume-monitor: symbol lookup error:
> /usr/lib/gvfs/gvfs-gdu-volume-monitor: undefined symbol:
> gdu_error_check_polkit_not_authorized
>
>
> This started in the past few days, some time around when devicekit-disks
> and gnome-disk-utility got updated. I see that there is a bug on gnome's
> bugzilla regarding the gvfs-gdu-volume-monitor undefined symbol error if it
> is relevant.
>
> http://bugzilla.gnome.org/show_bug.cgi?id=583704
>
>
> ps aux | grep gvfs after a fresh boot:
> robert4218  0.0  0.1   6256  2212 ?S21:22   0:01
> /usr/lib/gvfs/gvfsd
> robert4225  0.0  0.1  30084  2460 ?Ssl  21:22   0:00
> /usr/lib/gvfs//gvfs-fuse-daemon /home/robert/.gvfs
> robert4346  0.0  0.1   6468  2840 ?S21:22   0:00
> /usr/lib/gvfs/gvfsd-trash --spawner :1.6 /org/gtk/gvfs/exec_spaw/0
> robert4532  0.0  0.1   7272  2472 ?S21:22   0:00
> /usr/lib/gvfs/gvfs-gphoto2-volume-monitor
> robert4547  0.0  0.1   6124  2284 ?S21:23   0:00
> /usr/lib/gvfs/gvfsd-burn --spawner :1.6 /org/gtk/gvfs/exec_spaw/1
>
>
> My gvfs packages are 1.3git20090512-0ubuntu2
> gnome-disk-utility 0.4-0ubuntu1
> devicekit-disks  005-0ubuntu1
> policykit  0.9-4ubuntu1
> policykit-gnome 0.9-1ubuntu3
>

-- 
Unable to mount any media in nautilus.
https://bugs.launchpad.net/bugs/393051
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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

  1   2   >