# smbd -S -F smbd version 3.0.23c started. Copyright Andrew Tridgell and the Samba Team 1992-2006 Unable to open printcap file /etc/printcap for read! Unable to open printcap file /etc/printcap for read! ERROR: Could not determine network interfaces, you must use a interfaces config line |
3.2.0 에서는 이런게 없었는데..
아무튼 3.0.23c 에서는
smb.conf의 global 섹션에 interface가 있어야 한다.
[global] interface = eth0 |
[링크 : http://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg223269.html]
./samba-3.0.23c/source/ 에서 아래의 명령을 실행하면 테스트 프로그램이 컴파일 된다.
gcc -g -o interfaces lib/interfaces.c -DAUTOCONF_TEST=1 -DHAVE_IFACE_IFCONF=1 |
[링크 : http://lists.samba.org/archive/samba-technical/2006-February/045430.html]
RE - [링크 : http://lists.samba.org/archive/samba-technical/2006-February/045440.html]
'프로그램 사용 > SMB(Samba)' 카테고리의 다른 글
samba 3.2.0 접속 테스트시 lanman auth 에러 발생 (0) | 2009.09.18 |
---|---|
삼바의 경계선 - Samba2 / Samba3 (0) | 2009.09.18 |
삼바 3.0.23c 설치하기 - install samba 3.0.23c (0) | 2009.09.18 |
smbpasswd -a 삼바유저 추가하기 (0) | 2009.09.17 |
smbd가 구동하지 못하는 조건 - 1 (0) | 2009.09.16 |