+ Responder ao Tópico



  1. #1

    Padrão Problema no log do samba....

    Galera estou com este problema que está sendo gerado nos dois servidores samba que tenho aqui na empresa, o primeiro em debian que é o principal e o segundo é redhat.
    o erro é:

    lib/util_sock.c:get_peer_addr (1221)
    getpeername failed. Error was transport.c:check_reload (1341)


    printing/pcap.ccap_cache_reload (223) reload statusk


    Alguém poderia me ajudar com este erro? Já tentei de tudo e procurei no google mais não encontrei nada referente!!!

    Obrigado a todos....

    Valew...

  2. #2

    Padrão

    Mas acontece algo de anormal em relação a transferencia de dados, permissão, perda de conexão???
    como esta a sua rede ai?
    os dois usam a mesma versão do samba?
    estão na mesma faixa de ip?
    ta usando como "grupo de trabalho" ou "dominio" ?

  3. #3

    Padrão

    os dois usam a mesma versão do samba, todos na mesma faixa de ip e estou usando dominio!!!

  4. #4

    Padrão

    opa...
    mas acontece algo de errado quando vc transporta algum arquivo, ou até mesmo no mapeamento...

    todo o caso verifique como que esta o
    "name resolve order" no seu smb.conf das duas maquinas...
    verifique se estão usando o mesmo DNS
    voce chegou a adicionar o nome dos servidores seguidos de seus ips dentro de /etc/hosts ?

    me parece, que este erro se refere a procura dos endereços_ip/nome de algum micro ai...

    posta a seção globlal dos seus servidores ai pra uma melhor analise!
    abraço!
    Outra coisa...
    se vc não usa uma impressora diretamente ligada ao servidor desative as opções referentes a parte de impressão. como cups, print cap etc...
    Última edição por Lincoln; 12-02-2009 às 08:42.

  5. #5

    Padrão

    [global]
    unix charset = iso8859-1
    workgroup = CATA
    realm = CATA.COM.BR
    netbios aliases = cata
    server string = Servidor de Contas e Arquivos
    passwd program = /usr/bin/smbpasswd %u
    passwd chat = *New*password*%n\n*Retype*new*password*%n\n*passwd:*all*authentication*tokens*updated*sucessfully*
    username map = /etc/samba/smbusers
    log level = 3
    log file = /var/log/samba/log.%m
    max log size = 2048
    max xmit = 65535
    name resolve order = lmhosts host wins bdcast
    time server = Yes
    deadtime = 15
    socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
    printcap name = /etc/printcap
    add machine script = /usr/sbin/useradd -d /dev/null -s /bin/false -g machines %u
    logon path = \\192.168.0.150\profilesNT\%U
    logon drive = w:
    logon home = \\%L\%U\.profile
    domain logons = Yes
    os level = 99
    preferred master = Yes
    domain master = Yes
    dns proxy = No
    wins support = Yes
    utmp = Yes
    panic action = /usr/share/samba/panic-action %d
    force create mode = 02770
    force directory mode = 02770
    change notify timeout = 300
    load printers = yes
    cups options = raw
    use client driver = yes
    printing = cups
    print command =
    lpq command = %p
    lprm command =
    case sensitive = No
    delete veto files = Yes
    veto files = *.mp3

    Servidor Secundário Banco de Dados...

    [global]

    # workgroup = NT-Domain-Name or Workgroup-Name, eg: MIDEARTH
    workgroup = cata
    netbios name = server
    # server string is the equivalent of the NT Description field
    server string = server

    # Security mode. Defines in which mode Samba will operate. Possible
    # values are share, user, server, domain and ads. Most people will want
    # user level security. See the Samba-HOWTO-Collection for details.
    security = share

    # This option is important for security. It allows you to restrict
    # connections to machines which are on your local network. The
    # following example restricts access to two C class networks and
    # the "loopback" interface. For more examples of the syntax see
    # the smb.conf man page
    ; hosts allow = 192.168.1. 192.168.2. 127.

    # If you want to automatically load your printer list rather
    # than setting them up individually then you'll need this
    ; load printers = yes

    # you may wish to override the location of the printcap file
    ; printcap name = /etc/printcap

    # on SystemV system setting printcap name to lpstat should allow
    # you to automatically obtain a printer list from the SystemV spool
    # system
    ; printcap name = lpstat

    # It should not be necessary to specify the print system type unless
    # it is non-standard. Currently supported print systems include:
    # bsd, cups, sysv, plp, lprng, aix, hpux, qnx
    ; printing = cups

    # Uncomment this if you want a guest account, you must add this to /etc/passwd
    # otherwise the user "nobody" is used
    ; guest account = pcguest

    # this tells Samba to use a separate log file for each machine
    # that connects
    log file = /var/log/samba/log.%m

    # Put a capping on the size of the log files (in Kb).
    max log size = 50

    # Use password server option only with security = server
    # The argument list may include:
    # password server = My_PDC_Name [My_BDC_Name] [My_Next_BDC_Name]
    # or to auto-locate the domain controller/s
    # password server = *
    ; password server = servcata

    # Use the realm option only with security = ads
    # Specifies the Active Directory realm the host is part of
    realm = Sistema CATA

    # Backend to store user information in. New installations should
    # use either tdbsam or ldapsam. smbpasswd is available for backwards
    # compatibility. tdbsam requires no further configuration.
    ; passdb backend = tdbsam

    # Using the following line enables you to customise your configuration
    # on a per machine basis. The %m gets replaced with the netbios name
    # of the machine that is connecting.
    # Note: Consider carefully the location in the configuration file of
    # this line. The included file is read at that point.
    ; include = /usr/local/samba/lib/smb.conf.%m

    # Configure Samba to use multiple interfaces
    # If you have multiple network interfaces then you must list them
    # here. See the man page for details.
    ; interfaces = 192.168.12.2/24 192.168.13.2/24

    # Browser Control Options:
    # set local master to no if you don't want Samba to become a master
    # browser on your network. Otherwise the normal election rules apply
    local master = no

    # OS Level determines the precedence of this server in master browser
    # elections. The default value should be reasonable
    os level = 1

    # Domain Master specifies Samba to be the Domain Master Browser. This
    # allows Samba to collate browse lists between subnets. Don't use this
    # if you already have a Windows NT domain controller doing this job
    domain master = no

    # Preferred Master causes Samba to force a local browser election on startup
    # and gives it a slightly higher chance of winning the election
    preferred master = no

    # if you enable domain logons then you may want a per-machine or
    # per user logon script
    # run a specific logon batch file per workstation (machine)
    ; logon script = %m.bat
    # run a specific logon batch file per username
    ; logon script = %U.bat

    # Where to store roving profiles (only for Win95 and WinNT)
    # %L substitutes for this servers netbios name, %U is username
    # You must uncomment the [Profiles] share below
    ; logon path = \\%L\Profiles\%U

    # Windows Internet Name Serving Support Section:
    # WINS Support - Tells the NMBD component of Samba to enable it's WINS Server
    ; wins support = yes

    # WINS Server - Tells the NMBD components of Samba to be a WINS Client
    # Note: Samba can be either a WINS Server, or a WINS Client, but NOT both
    ; wins server = w.x.y.z

    # WINS Proxy - Tells Samba to answer name resolution queries on
    # behalf of a non WINS capable client, for this to work there must be
    # at least one WINS Server on the network. The default is NO.
    ; wins proxy = yes

    # DNS Proxy - tells Samba whether or not to try to resolve NetBIOS names
    # via DNS nslookups. The default is NO.
    dns proxy = no

    # These scripts are used on a domain controller or stand-alone
    # machine to add or delete corresponding unix accounts
    ; add user script = /usr/sbin/useradd %u
    ; add group script = /usr/sbin/groupadd %g
    ; add machine script = /usr/sbin/adduser -n -g machines -c Machine -d /dev/null -s /bin/false %u
    ; delete user script = /usr/sbin/userdel %u
    ; delete user from group script = /usr/sbin/deluser %u %g
    ; delete group script = /usr/sbin/groupdel %g

    Ai estão os dois conf.
    Referente a impressora, estou tentando configurar uma agora, do cups ela imprime agora no compartilhamento do samba ele no mostra no browser nao sobe a impressora.

    No hosts cada um tem seu respectivo servidor com o ip mais é necessário colocar em cada hosts o ip do outro servidor???
    Obrigado por enquanto!!!

  6. #6

    Padrão

    comente o "dead time = 15"
    mude "security = share" para "security = users"
    tenta ai!

  7. #7

    Padrão

    De qual máquina???
    porque da maquina secundária eu ñao posso colocar em user porque não tenho controle de usuários neste servidor ele é somente banco de dados do programa empresarial e do programa compartilhado no samba.
    Agora o outro item vou comentar para verificar....
    Obrigado por enquanto....