Autor Tópico: samba timeout KDE4  (Lida 1309 vezes)

Offline NanukeX

  • Usuário Ubuntu
  • *
  • Mensagens: 67
  • Linux Inside
    • Ver perfil
samba timeout KDE4
« Online: 19 de Maio de 2011, 20:13 »
    Ola pessoal estou tendo esse problema com o samba como posso resolver. Se eu entrar com o IP funciona mas se for pelo KDE4 não. Abaixo segue meu smb.conf

Código: [Selecionar]
[global]
workgroup = Debian_Server
netbios name = debian
server string = %h server (Samba, KDE)
dns proxy = no
interfaces = wlan0 127.0.0.0/8 eth0
bind interfaces only = true
client lanman auth=yes
lanman auth=yes
wins support = yes
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 SO_KEEPALIVE IPTOS_LOWDELAY
browseable = yes
time server = no
log file = /var/log/samba/log.%m
max log size = 1000
syslog = 0
panic action = /usr/share/samba/panic-action %d
security = user

encrypt passwords = true
passdb backend = tdbsam
obey pam restrictions = yes
guest account = nobody
invalid users = root
passwd program = /usr/bin/passwd %u

[Share]
        writable = yes
        path = /home/ebertholdo/Share/
        create mask = 0660
        valid users = ebertholdo
        public = false
        inherit permissions = true
Código: [Selecionar]