[Bug 1872476] Re: Shared files are shown as folders

2020-05-18 Thread Andreas Hasenack
This is fixed in 4.12.2 uploaded to groovy, so marking that task as fix
released.

** Changed in: samba (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  Shared files are shown as folders

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1872476/+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 1872476] Re: Shared files are shown as folders

2020-05-11 Thread Andreas Hasenack
For the SRU team reviewing this, I can confirm the bug is fixed in samba
4.12.2 which I will upload to groovy shortly:

root@groovy-samba-file-folder:~# gio info smb://127.0.0.1/testshare/123.txt | 
grep '^type:'
type: regular
root@groovy-samba-file-folder:~# apt-cache policy samba
samba:
  Installed: 2:4.12.2+dfsg-0ubuntu1~ppa2
  Candidate: 2:4.12.2+dfsg-0ubuntu1~ppa2
  Version table:
 *** 2:4.12.2+dfsg-0ubuntu1~ppa2 500
500 http://ppa.launchpad.net/ahasenack/samba-4122/ubuntu groovy/main 
amd64 Packages
100 /var/lib/dpkg/status
 2:4.11.6+dfsg-0ubuntu1.1 500
500 http://archive.ubuntu.com/ubuntu groovy/main amd64 Packages

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

Title:
  Shared files are shown as folders

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1872476/+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 1872476] Re: Shared files are shown as folders

2020-05-05 Thread Andreas Hasenack
** Also affects: samba (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Changed in: samba (Ubuntu Focal)
 Assignee: (unassigned) => Sergio Durigan Junior (sergiodj)

** Changed in: samba (Ubuntu Focal)
   Status: New => In Progress

** Changed in: samba (Ubuntu Focal)
   Importance: Undecided => High

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

Title:
  Shared files are shown as folders

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1872476/+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 1872476] Re: Shared files are shown as folders

2020-04-27 Thread Andreas Hasenack
Bruno, no need, we reproduced the bug and will work on a fix.

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

Title:
  Shared files are shown as folders

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1872476/+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 1872476] Re: Shared files are shown as folders

2020-04-27 Thread Andreas Hasenack
In fedora: https://bugzilla.redhat.com/show_bug.cgi?id=1801442#c28

Looks like the fix for https://bugzilla.samba.org/show_bug.cgi?id=14101
which went into 4.11.6 needs to be reverted for now.

Thanks santa_ on #ubuntu-devel for the pointers!

** Bug watch added: Red Hat Bugzilla #1801442
   https://bugzilla.redhat.com/show_bug.cgi?id=1801442

** Bug watch added: Samba Bugzilla #14101
   https://bugzilla.samba.org/show_bug.cgi?id=14101

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

Title:
  Shared files are shown as folders

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1872476/+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 1872476] Re: Shared files are shown as folders

2020-04-27 Thread Andreas Hasenack
When you are connected with the GUI and seeing all files as browsers,
can you please run smbstatus on your NAS to see what protocol version
was used?

NT1 is used for browsing when you set that option, but the client (your
machine) might switch to a higher version if the NAS says it supports
it.

For example, I just tried with a 20.04 install, browser to my NAS (a
synology DS216) using windows network, and when I actually connected to
a share, smbstatus on the server says it used SMB3_11:

root@ds216:~# smbstatus
29552   1587992052  andreas 10.10.1.230 downloads   SMB3_11


Regarding your smbclient test, you didn't add the -m switch, so it's likely is 
used a higher protocol version.

Example:
a) no -m switch:
$ smbclient //ds216.lowtech/downloads 
Enter WORKGROUP\andreas's password: 
Try "help" to get a list of possible commands.
smb: \>

smbstatus on the NAS:
# smbstatus
29833   1587992358  andreas 10.10.1.195 downloads   SMB3_11


b) with -m NT1:
$ smbclient //ds216.lowtech/downloads -m NT1
Enter WORKGROUP\andreas's password: 
Try "help" to get a list of possible commands.
smb: \>

smbstatus on the NAS:
# smbstatus
29816   1587992342  andreas 10.10.1.195 downloads   NT1

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

Title:
  Shared files are shown as folders

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1872476/+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 1872476] Re: Shared files are shown as folders

2020-04-14 Thread Rafael David Tinoco
Thank you for taking the time to file a bug report.

Could you please describe detailed steps in order to reproduce this
issue ?

Something like:

1) Configure smb.conf like this ""
2) Restart smb service
3) Try to access remote shared folder using smbfs:///
4) If it is authenticated or not
5) The other side OS version and configuration


and/or any other information, that might help us reproducing the issue, would 
be great!

Since there is not enough information in your report to begin triage or to
differentiate between a local configuration problem and a bug in Ubuntu, I
am marking this bug as "Incomplete". We would be grateful if you would:
provide a more complete description of the problem, explain why you
believe this is a bug in Ubuntu rather than a problem specific to your
system, and then change the bug status back to "New".

For local configuration issues, you can find assistance here:
http://www.ubuntu.com/support/community

** Changed in: samba (Ubuntu)
   Status: New => Incomplete

-- 
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/1872476

Title:
  Shared files are shown as folders

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1872476/+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