nmbd постоянно много говорит в консоль
Добавлено: 2010-10-27 12:24:32
При загрузке системы в консоль вываливаются постоянные сообщения от nmbd
Вот что в логе /var/log/samba34/log.nmbd
Это так и должно быть, или где то косяк?
На всякий случай прилагаю конфиг самбы
Вот что в логе /var/log/samba34/log.nmbd
Код: Выделить всё
Samba name server GATEWAY is now a local master browser for workgroup AC-CONSTRUCTION on subnet 0.0.0.0
*****
[2010/10/27 11:20:51, 0] nmbd/nmbd.c:71(terminate)
Got SIGTERM: going down...
[2010/10/27 11:22:41, 0] nmbd/nmbd.c:855(main)
nmbd version 3.4.9 started.
Copyright Andrew Tridgell and the Samba Team 1992-2009
[2010/10/27 11:22:41, 0] nmbd/nmbd_subnetdb.c:241(create_subnets)
create_subnets: No local IPv4 non-loopback interfaces !
[2010/10/27 11:22:41, 0] nmbd/nmbd_subnetdb.c:242(create_subnets)
create_subnets: Waiting for an interface to appear ...
[2010/10/27 11:22:49, 0] libsmb/nmblib.c:839(send_udp)
Packet send failed to 0.255.255.255(137) ERRNO=No route to host
[2010/10/27 11:22:49, 0] nmbd/nmbd_packets.c:1631(retransmit_or_expire_response_records)
retransmit_or_expire_response_records: Failed to resend packet id 27938 to IP 0.255.255.255 on subnet 0.0.0.0На всякий случай прилагаю конфиг самбы
Код: Выделить всё
#======================= Global Settings =====================================
[global]
workgroup = AC-CONSTRUCTION
server string = Gateway server
security = ADS
hosts allow = 192.168.1. 217.170.220. 127.
log file = /var/log/samba/log.%m
max log size = 50
password server = servern.ac-construction.local
realm = AC-CONSTRUCTION.LOCAL
dns proxy = no
display charset = koi8-r
unix charset = koi8-r
dos charset = cp866
winbind separator = +
winbind use default domain = yes
winbind uid = 10000-15000
winbind gid = 10000-15000
winbind enum users = yes
winbind enum groups = yes
# 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 = 33
# 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