altair4 wrote:These kinds of performance problem are difficult ( for me anyway ) to diagnose and fix. If it worked once and now doesn't after the update then maybe something was changed in the settings. Post the output of the following commands so we can see how you are set up:
- Code: Select all
testparm -s
- Code: Select all
net usershare info --long
- Code: Select all
smbtree
jeff@main:~$ testparm -s
Load smb config files from /etc/samba/smb.conf
rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384)
Processing section "[Guest Share]"
Unknown parameter encountered: "browswable"
Ignoring unknown parameter "browswable"
Global parameter usershare allow guests found in service section!
Global parameter map to guest found in service section!
Global parameter encrypt passwords found in service section!
Global parameter passdb backend found in service section!
Global parameter obey pam restrictions found in service section!
Global parameter unix password sync found in service section!
Global parameter passwd program found in service section!
Global parameter passwd chat found in service section!
Global parameter pam password change found in service section!
Processing section "[homes]"
Processing section "[printers]"
Processing section "[print$]"
WARNING: The security=share option is deprecated
Loaded services file OK.
Server role: ROLE_STANDALONE
[global]
server string = %h server
security = SHARE
syslog = 0
log file = /var/log/samba/log.%m
max log size = 1000
dns proxy = No
panic action = /usr/share/samba/panic-action %d
idmap config * : backend = tdb
[Guest Share]
path = /share
read only = No
guest ok = Yes
[homes]
comment = Home Directories
valid users = %S
create mask = 0700
directory mask = 0700
browseable = No
[printers]
comment = All Printers
path = /var/spool/samba
create mask = 0700
printable = Yes
print ok = Yes
browseable = No
[print$]
comment = Printer Drivers
path = /var/lib/samba/printers
The other two commands did not turn up any results.