This is seem unusual to anyone? I have this over and over and over in the smbd.log file: [2007/01/08 09:48:22, 5] lib/util_sock.c:print_socket_options(206) socket option SO_SNDBUF = 16384 [2007/01/08 09:48:22, 5] lib/util_sock.c:print_socket_options(206) socket option SO_RCVBUF = 16384 [2007/01/08 09:48:22, 5] lib/util_sock.c:print_socket_options(206) socket option SO_SNDLOWAT = 1 [2007/01/08 09:48:22, 5] lib/util_sock.c:print_socket_options(206) socket option SO_RCVLOWAT = 1 [2007/01/08 09:48:22, 5] lib/util_sock.c:print_socket_options(206) socket option SO_SNDTIMEO = 0 [2007/01/08 09:48:22, 5] lib/util_sock.c:print_socket_options(206) socket option SO_RCVTIMEO = 0 [2007/01/08 09:48:22, 5] lib/util_sock.c:print_socket_options(206) socket option SO_KEEPALIVE = 1 [2007/01/08 09:48:22, 5] lib/util_sock.c:print_socket_options(206) socket option SO_REUSEADDR = 1 [2007/01/08 09:48:22, 5] lib/util_sock.c:print_socket_options(206) socket option SO_BROADCAST = 0 [2007/01/08 09:48:22, 5] lib/util_sock.c:print_socket_options(206) socket option TCP_NODELAY = 1 [2007/01/08 09:48:22, 5] lib/util_sock.c:print_socket_options(206) socket option TCP_KEEPCNT = 9 [2007/01/08 09:48:22, 5] lib/util_sock.c:print_socket_options(206) socket option TCP_KEEPIDLE = 7200 [2007/01/08 09:48:22, 5] lib/util_sock.c:print_socket_options(206) socket option TCP_KEEPINTVL = 75 [2007/01/08 09:48:22, 5] lib/util_sock.c:print_socket_options(206) socket option IPTOS_LOWDELAY = 0 [2007/01/08 09:48:22, 5] lib/util_sock.c:print_socket_options(206) socket option IPTOS_THROUGHPUT = 0 [2007/01/08 09:48:22, 5] lib/util_sock.c:print_socket_options(206) socket option SO_SNDBUF = 16384 [2007/01/08 09:48:22, 5] lib/util_sock.c:print_socket_options(206) socket option SO_RCVBUF = 16384 [2007/01/08 09:48:22, 5] lib/util_sock.c:print_socket_options(206) socket option SO_SNDLOWAT = 1 [2007/01/08 09:48:22, 5] lib/util_sock.c:print_socket_options(206) socket option SO_RCVLOWAT = 1 [2007/01/08 09:48:22, 5] lib/util_sock.c:print_socket_options(206) socket option SO_SNDTIMEO = 0 [2007/01/08 09:48:22, 5] lib/util_sock.c:print_socket_options(206) socket option SO_RCVTIMEO = 0 I'm having a problem with the smbd process maxing out the CPU and don't know if this could be related? James