Experts: thank you for your help so far. Here is the problem now:
I have installed samba version 3.3.2, using funpkg. When I go: "wbinfo -V", it says: "3.3.2". Also, smbd, nmbd and winbindd are up. I can even go: "wbinfo -N venus" (where venus is a Windows UNC pc host name on the LAN), and it responds: "192.168.0.12" (which is venus' IP address).
But, when I go: "ping venus", it says: "ping: bad address: venus", and in the log file: ffp/var/log/samba/log.winbindd
it says:
"winbindd/winbindd.c:request_len_recv(616)
request_len_recv: Invalid request size received: 1844 (expected 2096)"
When I try to copy a file from the Windows PC to the NAS, going:
rsync -v "venus:e/my Documents/Temp/a.txt ." (where a.txt is the file I'd like to copy), it says:
"ssh: Could not resolve hostname venus: Name or service not known",
and in: ffp/var/log/samba/log.winbindd it says again:
"winbindd/winbindd.c:request_len_recv(616)
request_len_recv: Invalid request size received: 1844 (expected 2096)"
How to fix this?
Thanks in advance - Gail
Some more info: Afer installing samba 3.3.2, smbd and nmbd do not start on their own, and I have to go: "smb start" - then they start fine.
To start winbindd, I also have to go: "winbindd", and then the windbind daemon starts and stays up.
I can even go: "wbinfo -N venus" (where venus is a Windows UNC pc host name on the LAN), and it responds: "192.168.0.12" (which is venus' IP address).
When I go: "nmblookup venus", it responds:
"querying venus on 192.168.0.255
192.168.0.12 venus<00>"