From owner-freebsd-gnome@freebsd.org Wed Jan 18 11:59:35 2017 Return-Path: Delivered-To: freebsd-gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 078C8CB5415 for ; Wed, 18 Jan 2017 11:59:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id E41691FDE for ; Wed, 18 Jan 2017 11:59:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id E3739CB5414; Wed, 18 Jan 2017 11:59:34 +0000 (UTC) Delivered-To: gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E3185CB5413 for ; Wed, 18 Jan 2017 11:59:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CF16C1FDD for ; Wed, 18 Jan 2017 11:59:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v0IBxYAw020656 for ; Wed, 18 Jan 2017 11:59:34 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gnome@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 Date: Wed, 18 Jan 2017 11:59:33 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: matthias@petermann-it.de X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jan 2017 11:59:35 -0000 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 on the CC list for the bug.=