[Bug 1828107] Re: gvfs can't list shares from smb servers that disabled SMB1

2023-03-27 Thread William Maddox
@ BloodyIron It looks like the problem you are experiencing is the same
issue as I have had.  I think the reason that it works after you kill
gvfsd-smb-browse is that your FreeNAS server is advertising itself via
mDNS, and gvfsd will see that.  You don't need SMB1 or WSDD for gvfsd to
discover your NAS.  But it is also looking for a "Windows Network" (i.e.
the Windows "network neighborhood" or workgroup that shows up as a
separate subfolder) using SMB1, and that fails if the server does not
provide SMB1.  Crucially, however, it fails in a way that leaves the
gvfsd-smb-browse process in a bad state where it fails to allow browsing
of the server even though it has been discovered via mDNS.  I encourage
you to take a look at my patch, or to use the PPA at
https://launchpad.net/~wmaddox3rd/+archive/ubuntu/gvfs-smb-sharelist-
patch. It does indeed look like there is a bug here in that attempting
discovery via SMB1 somehow breaks browsing of the server discovered via
mDNS.

See also my remarks here:
https://gitlab.gnome.org/GNOME/gvfs/-/issues/307#note_1632096

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to a duplicate bug report (1881780).
https://bugs.launchpad.net/bugs/1828107

Title:
  gvfs can't list shares from smb servers that disabled SMB1

To manage notifications about this bug go to:
https://bugs.launchpad.net/gvfs/+bug/1828107/+subscriptions


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

[Bug 1828107] Re: gvfs can't list shares from smb servers that disabled SMB1

2023-01-03 Thread William Maddox
Inspired by BloodyIron's comments above, I investigated this issue and
was able to develop a patch that solves this problem for my use case:
browsing NAS devices running TrueNAS and OpenMediaVault.  It appears
that the gvfsd-smb-browse process is left in a bad state after
attempting to mount a workgroup, which occurs either when attempting to
open an URL like smb://WORKGROUP/ or during network discovery in gvfsd-
network.  My patch simply disables workgroup discovery/browsing
functionality, leaving *browsing* functionality intact for servers that
are *discovered* via DNS-SD (mDNS). This does not address the issue of
discovering Windows 10 servers that advertise themselves only via WS-
Discovery, but appears to work fine for devices that advertise
themselves using mDNS, allowing those devices to be successfully
browsed.

I note that workgroups are an obsolete concept in a post-NT1 (post-SMB1)
world, so the offending code should eventually just be yanked out, along
with the addition of support for WS-Discovery in Linux.  My patch does
not address the root cause, as whatever is going wrong while attempting
to mount a workgroup should result in a recoverable error.  I traced
gvfsbackendsmbbrowse.c:do_mount() up to the point at which
smbc_opendir() is called without any surprises, whereupon things went
south.  I did not investigate any further, but if I were to do so, I'd
be inclined to take a look for an unreleased lock.

** Patch added: "Disable broken workgroup discovery/browsing"
   
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1828107/+attachment/5639041/+files/smb-browse-patch.diff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to a duplicate bug report (1881780).
https://bugs.launchpad.net/bugs/1828107

Title:
  gvfs can't list shares from smb servers that disabled SMB1

To manage notifications about this bug go to:
https://bugs.launchpad.net/gvfs/+bug/1828107/+subscriptions


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

[Bug 1686081] Re: If -synaptics is installed, GNOME Mouse & Touchpad Settings doesn't work

2018-02-12 Thread William Maddox
I experienced this problem when doing a *clean installation* of Ubuntu
GNOME 16.04.3.  I confirmed that the synaptics driver was in use.  apt-
get update; apt-get upgrade did not resolve the problem.

I was able to get the touchpad settings working by uninstalling the
synaptics driver and installing libinput.  I had to upgrade a held-back
dependency in order to do this, and I'm not sure if the result was
entirely kosher.

It seems like a clean installation should not have this problem, nor is
it clear to me how the synaptics support got dropped in Ubuntu GNOME
16.04.3 when the upstream version affected was 3.20, and 16.04.3 is
still documented as including GNOME 3.18.  I can understand how these
kinds of issues can occur in an upgrade to a new major version such as
17.10, but it's really a big boo-boo to have this sort of breakage in
the routine updates to an LTS release.  It would at least be helpful to
mention this issue in the release notes for UG 16.04.3.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1686081

Title:
  If -synaptics is installed, GNOME Mouse & Touchpad Settings doesn't
  work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-release-notes/+bug/1686081/+subscriptions

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

[Bug 1278437] Re: can't move link type .desktop files around on desktop

2017-03-09 Thread William Maddox
I am running Ubuntu 16.04.2 and still see the bug.  I downloaded the
source package nautilus_3.18.4.is.3.14.3-0ubuntu5 and observed that the
upstream patch referenced in comment #19 was *not* present.  I applied
the patch, ran configure/make, and the resulting nautilus binary no
longer exhibited the bug.  Can we get an updated package for 16.04?  It
seems it would ease the pain for a lot of people and should be easy to
do.  I'm not an Ubuntu or Debian developer, and do not know the niceties
of preparing a proper package for distribution.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1278437

Title:
  can't move link type .desktop files around on desktop

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1278437/+subscriptions

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


[Bug 1278437] Re: can't move link type .desktop files around on desktop

2014-07-10 Thread William Maddox
Please note that this bug does not only affect links on the desktop, but 
appears to affect any *.desktop file of type "Link".  When I drag the 
"Examples" link in my home directory to another folder, I get a copy of the the 
referenced directory "example-content". 
This kind of flaw in basic functionality looks really bad to new users coming 
from Windows, and made 14.04 a non-starter for me until I replaced nautilus 
with nemo.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1278437

Title:
  can't move link type .desktop files around on desktop

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1278437/+subscriptions

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