Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jan 2017 11:59:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 216230] devel/tevent: upgrade from 0.9.28 -> 0.9.31 causes gvfs-mount fail for smb shares, affects also x11-fm/thunar, x11-fm/pcmanfm, x11-fm/nautilus, x11-fm/caja
Message-ID:  <bug-216230-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D216230

            Bug ID: 216230
           Summary: devel/tevent: upgrade from 0.9.28 -> 0.9.31 causes
                    gvfs-mount fail for smb shares, affects also
                    x11-fm/thunar, x11-fm/pcmanfm, x11-fm/nautilus,
                    x11-fm/caja
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: matthias@petermann-it.de
                CC: gnome@FreeBSD.org, timur@FreeBSD.org
                CC: gnome@FreeBSD.org, timur@FreeBSD.org

Created attachment 179028
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D179028&action=
=3Dedit
gvfs-mount ktrace

Symptoms
--------

To me this problem was initially indirectly noticeable. I am using a custom=
 pkg
repository which provides pkgs close to head in a rolling manner. Some day,
x11-fm/thunar and x11-fm/pcmanfm were no longer able to access smb shares a=
fter
a pkg update.

Reproduction
------------

I did reproduce the issue in an isolated environment (a VM with
only FreeBSD base + dbus and gvfs pkgs installed) and was=20
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=20
        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)

Further Details
---------------

 - I am attaching ktrace captures of gvfs-mount, gvfsd and gvfsd-smb
   of the test run with tevent 0.9.31 (with which the issue occurs)

 - Around the same time the gvfs issue occured, also the net/samba36
   port smbd daemon wasn't able to startup (and still is). I fixed this
   permanently by upgrading to samba44, but samba36 users will very=20
   likely report similiar issues.

 - downgrading exclusively tevent to 0.9.28 on my production desktop
   solved the Thunar / PCManFM issue.

 - Other users do have the same issue reported in FreeBSD Forums:
   https://forums.freebsd.org/threads/59222/

 - The SVN commit which introduced tevent 0.9.31 was r430417 and the
   comment stated:=20

    "Update Samba4* supplimentary libraries to the newer versions."

Known Workaround
----------------

 - locally downgrade to tevent 0.9.28, this can be enforced by=20
   downloading the 0.9.28 pkg and installing it via

        # pkg add -f tevent-0.9.28.txz

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-216230-13>