John Bergqvist
2021-Apr-05 13:52 UTC
[Samba] Problem with listing contents of directory of symlinks - not all files shown
This is my smb.conf [global] workgroup = WORKGROUP server string = Samba Server netbios name = SERVER server role = standalone server log file = /var/log/samba/%m.log max log size = 50 domain master = yes dns proxy = no allow insecure wide links = yes guest ok = no create mask = 0644 directory mask = 0755 follow symlinks = yes wide links = yes unix extensions = no #=======DISABLE PRINTING=======# load printers = no printing = bsd printcap name = /dev/null disable spoolss = yes show add printer wizard = no #============================ Share Definitions =============================[MythTV Recordings] path = "/hd1/TV Recordings" comment = "MythTV Recordings" read only = yes
Rowland penny
2021-Apr-05 14:17 UTC
[Samba] Problem with listing contents of directory of symlinks - not all files shown
On 05/04/2021 14:52, John Bergqvist via samba wrote:> This is my smb.conf > > [global] > workgroup = WORKGROUP > server string = Samba Server > netbios name = SERVER > server role = standalone server > log file = /var/log/samba/%m.log > max log size = 50 > domain master = yes > dns proxy = no > allow insecure wide links = yes > guest ok = no > create mask = 0644 > directory mask = 0755 > follow symlinks = yes > wide links = yes > unix extensions = no > #=======DISABLE PRINTING=======# > load printers = no > printing = bsd > printcap name = /dev/null > disable spoolss = yes > show add printer wizard = no > #============================ Share Definitions > =============================> [MythTV Recordings] > path = "/hd1/TV Recordings" > comment = "MythTV Recordings" > read only = yesNot much wrong there, except that 'guest ok = no' in global is not the way to turn guest access off, it is disabled by default, and a standalone server cannot be a domain master, the two are mutually exclusive. If fixing these minor problems doesn't help, then turn up Samba logging and see if anything pops out, after that, it will probably be best to log a bug. Rowland