Good morning,

in early February I had experienced a particular issue related to gvfsusing
pkgs from my custom pkg repository (closely tracks head).

Some day, x11-fm/thunar and x11-fm/pcmanfm were no longer able to access
Samba shares.

I did reproduce the issue in an isolated environment (a VM with
only FreeBSD base + dbus and gvfs pkgs installed) and was 
able to reproduce the issue on the command line.

        # kldload fuse
        # chmod a+rw /dev/fuse
        # service dbus onestart
        
With tevent 0.9.28:

        % dbus-launch csh
        % gvfs-mount smb://WORKGROUP\;mpeterma@proliant/public
        % gvfs-mount -l 
        Mount(0): public on proliant -> 
smb://WORKGROUP;mpeterma@proliant/public/
          Type: GDaemonMount
        (Ok, expected good behavior)
          
With tevent 0.9.31:

        % dbus-launch csh
        % gvfs-mount smb://WORKGROUP\;mpeterma@proliant/public
        (waiting forever..., unexpected bad behavior)

With this findings I submitted a bug report[1], currently still in New
state with
no public visible progress. I am wondering what I could do. Since keeping
the 0.9.31 version in ports will make it part of the next quarterly
release, I
fear a majority of users will recognize the problem then.


Best regards,
Matthias

[1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216230

-- 
Matthias Petermann <[email protected]> | www.petermann-it.de
GnuPG: 0x5C3E6D75 | 5930 86EF 7965 2BBA 6572  C3D7 7B1D A3C3 5C3E 6D75

_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[email protected]"

Reply via email to