[Samba] Game freezing

Rowland Penny rpenny at samba.org
Fri Nov 24 19:12:03 UTC 2017


See inline comments:

On Fri, 24 Nov 2017 19:31:30 +0100
Antoine Huchet via samba <samba at lists.samba.org> wrote:

> Hello,
> 
> 
> I hope it is ok to come here for a little help.
> 
> I use _Samba Version 4.5.12-Debian_ on a _Linux serveur 4.9.0-4-amd64
> #1 SMP Debian 4.9.51-1 (2017-09-28) x86_64 GNU/Linux_.
> I use it to load games from my Playstation 2 over my home network.
> 
> Here is the relevant part of my smb.conf file.
> 
>     ~ % cat /etc/samba/smb.conf
>     [global]
>             netbios name = Partage
>             workgroup = USERS
>             ntlm auth = Yes
>             security = user
>             idmap config * : backend = tdb

You don't need the above line, it is a default setting.

>             hosts allow = 192.168.1.
>             cclient ntlmv2 auth = Yes

There should only be one 'c' at the start of the line above, so Samba
will ignore the line, but there is no point in fixing it, just remove
the line, it is the default setting.

> 
>     [PS2SMB]
>             path = /srv/PS2SMB
>             force user = ps2
>             hosts allow = 192.168.1.6
>             read only = No
>             valid users = ps2
> 

Try adding 'deadtime = 15'

Rowland





More information about the samba mailing list