I'm having trouble sending messages to my Win2000 and XP clients. Everything worked with Samba 2.2.2, and now with Samba 3.0 (CVS) it fails. Below are two trails, the first works (sending to the Samba server) and the second fails. (Also, how do I get rid of the upcase.dat, lowcase.dat, and valid.dat errors?) Thanks!! -Paul penguin# echo "TEST" | smbclient -M penguin incorrect size for /usr/local/samba/lib/upcase.dat - got 0 expected 131072 incorrect size for /usr/local/samba/lib/lowcase.dat - got 0 expected 131072 creating lame upcase table creating lame lowcase table incorrect size for /usr/local/samba/lib/valid.dat - got 0 expected 65536 creating default valid table incorrect size for /usr/local/samba/lib/valid.dat - got 0 expected 65536 creating default valid table INFO: Debug class all level = 3 (pid 12440 from pid 12440) added interface ip=192.168.100.1 bcast=192.168.100.255 nmask=255.255.255.0 added interface ip=127.0.0.1 bcast=127.255.255.255 nmask=255.0.0.0 Got a positive name query response from 127.0.0.1 ( 192.168.100.1 ) error connecting to 192.168.100.1:445 (Connection refused) Connected. Type your message, ending it with a Control-D sent 6 bytes ^^^^^ WORKED penguin# echo "TEST" | smbclient -M pmiller incorrect size for /usr/local/samba/lib/upcase.dat - got 0 expected 131072 incorrect size for /usr/local/samba/lib/lowcase.dat - got 0 expected 131072 creating lame upcase table creating lame lowcase table incorrect size for /usr/local/samba/lib/valid.dat - got 0 expected 65536 creating default valid table incorrect size for /usr/local/samba/lib/valid.dat - got 0 expected 65536 creating default valid table INFO: Debug class all level = 3 (pid 12438 from pid 12438) added interface ip=192.168.100.1 bcast=192.168.100.255 nmask=255.255.255.0 added interface ip=127.0.0.1 bcast=127.255.255.255 nmask=255.0.0.0 Got a positive name query response from 127.0.0.1 ( 192.168.100.200 ) read_socket_with_timeout: timeout read. read error = Connection reset by peer. message start: SUCCESS - 0 ^^^^^ DID NOT WORK!!