On Wed, 06 Dec 2006 18:07:43 +0100 Benedikt Meurer <[EMAIL PROTECTED]> wrote:
> Samuel Verstraete wrote: > >>>>> Lately i'm experiencing a whole new problem (at least for me) > >>>>> with thunar... Current svn and i keep getting the error message > >>>>> in the subject. Manually using pmount to mount my mass storage > >>>>> devices works like a charm but with thunar it fails > >>>>> > >>>>> dbus : 1.0.1 > >>>>> dbus-glib : 0.72 > >>>>> hal: 0.5.8.1 > >>>>> pmount: 0.9.13 > >>>>> > >>>>> Any suggestions? > >>>> Post the output of "mount" after a manual pmount for the device. > >>> /dev/sdb1 on /media/sdb1 type vfat > >>> (rw,noexec,nosuid,nodev,quiet,shortname=mixed,uid=1000,gid=101,umask=077) > >> Well, that's sdb1. Whatabout sda1? > > > > /dev/sda1 on /media/sda1 type vfat > > (rw,noexec,nosuid,nodev,quiet,shortname=mixed,uid=1000,gid=101,umask=077) > > Hm, that's weird. The error message indicates that the kernel does not > know wherer /dev/sda1 is mounted. Do you have gnome-mount installed > as well? OK this is fixed :) seems like pmount 0.9.13 is not able to work together with hal 0.5.8.1. You need to remove a certain line in the src/pmount-hal.c file (somewhere around line 360) : dbus_connection_close( dbus_conn ); just delete that line, recompile pmount and everything seems to work just fine :) gr,S. > > Benedikt > _______________________________________________ > Thunar-dev mailing list > Thunar-dev@xfce.org > http://foo-projects.org/mailman/listinfo/thunar-dev _______________________________________________ Thunar-dev mailing list Thunar-dev@xfce.org http://foo-projects.org/mailman/listinfo/thunar-dev