[Bug 1855758] Re: error when connecting to smb server

2019-12-12 Thread Andreas Hasenack
That NAS seems pretty old, you might have to live with the configuration
change to downgrade the protocol to SMB1. Maybe you can ssh into it and
find out what samba version it's running, and tweak its config manually.
I find it weird that samba, even from 2011, would reject SMB2
connections, or not work with them. Have you also looked for firmware
upgrades?

About the dbus error, lxqt is in the universe repository and thus not
strictly supported. If you could reproduce the error with a normal
ubuntu desktop, that would be better. I tried a 20.04 desktop the other
day, standard ubuntu-desktop, and could connect to my NAS just fine (a
synology Ds216), but it doesn't show up in the "windows network" tab,
just under "other locations".

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

Title:
  error when connecting to smb server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1855758/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1855758] Re: error when connecting to smb server

2019-12-10 Thread Andreas Hasenack
Regarding the dbus error, I have never seen that before. I'll try to get
a 20.04 desktop running.

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

Title:
  error when connecting to smb server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1855758/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1855758] Re: error when connecting to smb server

2019-12-10 Thread Andreas Hasenack
I'm not sure we can add that to the package. There is a world-wide
effort to get rid of the SMB1 protocol. Even modern windows machines
have it disabled by default I think.

You are probably better off in changing the configuration of your NAS to
support more modern protocols. Have you inspected that configuration? It
could be something simple to change.

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

Title:
  error when connecting to smb server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1855758/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1855758] Re: error when connecting to smb server

2019-12-09 Thread Andreas Hasenack
Samba 4.11.x disabled SMB1 by default both for the client and the server
(https://www.samba.org/samba/history/samba-4.11.0.html):

SMB1 is disabled by default
---

The defaults of 'client min protocol' and 'server min protocol'
have been changed to SMB2_02.

This means clients without support for SMB2 or SMB3 are no longer
able to connect to smbd (by default).

It also means client tools like smbclient and other,
as well as applications making use of libsmbclient are no longer
able to connect to servers without SMB2 or SMB3 support (by default).
"""

If your NAS Server only supports SMB1, then this could be the problem.

Can you try setting this in the [global] section of /etc/samba/smb.conf
in your ubuntu machine and try again please:

client min protocol = NT1


You might need to logout/login again.

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

Title:
  error when connecting to smb server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1855758/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs