Hi!
I have an ethernet connection between 2 redhat linux 8 pcs at home.
I went to the terminal and typed /etc/init.d/smb start to start samba. The 2 messages appeared: starting SMB services [OK]
starting NMB services [OK]
Then I typed the ps aux | grep smb and the following messages appeared : root 1401 0.0 0.7 4916 1804 ? S 21:23 0:00 smbd-D
root 1459 0.0 0.2 3276 628 pts/os 21:41 0:00 grep smb
Does the above output messages mean that samba is up and working properly ?
Then I typed the smbclient //169.254.156.54/share and the following output messages appeared:
added interface ip=169.254.61.56 bcast=169.254.255.255 nmask=255.255.0.0
password:
I did not assign a network passwork so I typed Enter
Then the messages appeared:
Anonymous login successful
Domain=[ONG] OS=[UNIX] Server=[samba 2.2.5]
tree connect failed:NT_STATUS_BAD_NETWORK_NAME
Do you know what does the last output sentence mean and where does the problem lie and how to solve it ?
Oh yes,why is there no directory name e.g /usr/sbin/smbd before the smbd-D part ?
Please reply quickly if you can......thanks!!
