Line 33: |
Line 33: |
| ===Slow login with win7 to sme8 domain=== | | ===Slow login with win7 to sme8 domain=== |
| | | |
− | With certain networks you may have an issue with a slow login to the SME Server domain due to a timeout issue on the network. In this case you should apply the following commands to your SME Server as can be found at [[bugzilla:7332]] | + | With certain networks you may have an issue with a slow login to the SME Server domain due to a timeout issue on the network. In this case you should install a second patch (in first you have to install the win7samba.reg). The history of this patch can be found at [[bugzilla:7332]] |
− | The version of package needed e-smith-samba-2.2.0-54.el5.sme is in smeupdates-testing but will shortly be by default in smeupdates so in the first instance verify your package version | + | The version of package needed e-smith-samba-2.2.0-57.el5.sme is in smeupdates-testing but will shortly be by default in smeupdates so in the first instance verify your package version |
| | | |
| rpm -qa e-smith-samba | | rpm -qa e-smith-samba |
− | e-smith-samba-2.2.0-54.el5.sme | + | e-smith-samba-2.2.0-57.el5.sme |
| | | |
| You need at least this version as above, otherwise try this | | You need at least this version as above, otherwise try this |
Line 44: |
Line 44: |
| signal-event post-upgrade; signal-event reboot | | signal-event post-upgrade; signal-event reboot |
| | | |
− | Then you must add a new configuration setting to you smb internal database
| |
− |
| |
− | config setprop smb WaitForNetwork disabled
| |
− | signal-event console-save
| |
| | | |
| This is what you need to find in your server-ressources | | This is what you need to find in your server-ressources |
| | | |
− | cat /home/e-smith/files/server-resources/regedit/win7samba.reg | + | cat /home/e-smith/files/server-resources/regedit/windows_samba_performance.reg |
| | | |
| Windows Registry Editor Version 5.00 | | Windows Registry Editor Version 5.00 |
| | | |
− | [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\LanManWorkstation\Parameters]
| |
− | "DNSNameResolutionRequired"=dword:00000000
| |
− | "DomainCompatibilityMode"=dword:00000001
| |
| [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System] | | [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System] |
| + | "SlowLinkDetectEnabled"=dword:00000000 |
| + | "DeleteRoamingCache"=dword:00000001 |
| "WaitForNetwork"=dword:00000000 | | "WaitForNetwork"=dword:00000000 |
| + | "CompatibleRUPSecurity"=dword:00000001 |
| + | |
| | | |
| After this you follow the usual way to add a Win7 to the SME DOMAIN, as above [[Windows_7_Support#Join_a_SME_Server_8.0_Domain_with_Win7]] | | After this you follow the usual way to add a Win7 to the SME DOMAIN, as above [[Windows_7_Support#Join_a_SME_Server_8.0_Domain_with_Win7]] |