samba-3.5.10-114.el6.x86_64 버젼에선
samba-3.0.10-1.4E.11 버젼에선 안 나타나던 문제가 발생. 아래와 같이 해결한다.

로그에 아래와 같은 에러메시지가 나올 땐
Feb 22 12:19:21 Stor-Main smbd[16932]: [2012/02/22 12:19:21.269806,  0] printing/print_cups.c:109(cups_connect)
Feb 22 12:19:21 Stor-Main smbd[16932]:   Unable to connect to CUPS server localhost:631 - 연결이 거부됨


smb.conf global 섹션에 아래 추가.
load printers = no
show add printer wizard = no
printing = bsd
printcap name = /dev/null
disable spoolss = yes


로그에 아래와 같은 에러메시지가 나올 땐
Feb 22 12:28:03 Stor-Main smbd[16978]: [2012/02/22 12:28:03.455969,  0] smbd/server.c:500(smbd_open_one_socket)
Feb 22 12:28:03 Stor-Main smbd[16978]:   smbd_open_once_socket: open_socket_in: 주소가 이미 사용 중입니다


smb.conf global 섹션에 아래 추가.
# interface
interfaces = 192.168.100.5
#interfaces = lo eth1 127.0.0.1 192.168.100.5
bind interfaces only = yes   ---> 이 부분 추가.


그리고 참고로 samba-3.5.10-114.el6.x86_64 버젼에선 nmbd 데몬이 smbd를 올릴때 같이 올라오지 않는다.
또한 samba가 samba-3.0.10 버젼 이후로 winbind와 연동 관련된 부분이 바뀌었다.

samba 에러처리

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다