Fedora Account System
Red Hat Associate
Red Hat Customer
Description of problem: [root@homedesk samba]# cat log.smbd [2009/11/22 00:05:45, 0] smbd/server.c:1065(main) smbd version 3.4.2-47.fc12 started. Copyright Andrew Tridgell and the Samba Team 1992-2009 [2009/11/22 00:05:45, 0] smbd/server.c:457(smbd_open_one_socket) smbd_open_once_socket: open_socket_in: Адрес уже используется (address already is used) [2009/11/22 00:05:45, 0] smbd/server.c:457(smbd_open_one_socket) smbd_open_once_socket: open_socket_in: Адрес уже используется (address already is used) Version-Release number of selected component (if applicable): samba-3.4.2-47.fc12.i686 How reproducible: 100% Steps to Reproduce: 1. service smb start 2. 3. Actual results: error message in log Expected results: no error message in log Additional info:
Seems something break the configuration, I try to change the passdb backend to smbpasswd (passdb backend = smbpasswd in /etc/samba/smb.conf), then service smbd restart, and recreate my users and now it seems to work.
This still occurs on 3.4.7 [2010/05/26 20:11:06, 0] smbd/server.c:1065(main) smbd version 3.4.7-58.fc12 started. Copyright Andrew Tridgell and the Samba Team 1992-2009 [2010/05/26 20:11:06, 0] printing/print_cups.c:103(cups_connect) Unable to connect to CUPS server localhost:631 - Connection refused [2010/05/26 20:11:06, 0] printing/print_cups.c:103(cups_connect) Unable to connect to CUPS server localhost:631 - Connection refused [2010/05/26 20:11:06, 0] smbd/server.c:457(smbd_open_one_socket) smbd_open_once_socket: open_socket_in: Address already in use [2010/05/26 20:11:06, 0] smbd/server.c:457(smbd_open_one_socket) smbd_open_once_socket: open_socket_in: Address already in use I have tried with smbpasswd and tdbsam but no success.
My problem is fixed it works fine with tdbsam. I just needed the appropriate entries in the firewall. My lack of attention to detail. However I find the log messages very misleading when starting the service.