Check its running with:
>ps -few | grep mbd root 262 1 0 Jun21 ? 00:00:01 /usr/sbin/nmbd -D root 264 262 0 Jun21 ? 00:00:00 /usr/sbin/nmbd -D root 265 1 0 Jun21 ? 00:00:00 /usr/sbin/smbd -D
To check you can see your samba server, under XP use the command: net view
See the "Unofficial Samba How-To"
To add a machine under XP you will need to enable the root user under samba.
Give it a different smb password: smbpasswd -a root
(Note, under XP you get login failure if you don't enable the root user
in samba)
Under XP you will also need to set the following attributes:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netlogon\Parameters
using the command: regedit
"requiresignorseal"=dword:00000000 (from dword:00000001)
"signsecurechannel"=dword:00000000 (from dword:00000001)
machineName$:x:uid:gid:Machine Description:/nonexistent:/bin/false
smbpasswd -a new-user-name
[hp-raw] comment = HP 970Cxi printer on Linux (PPA input) path = /tmp printer name = hp writable = yes public = yes printable = yes print command = lpr -l -r -h -P %p %s [hp-ps] comment = HP 970Cxi printer on Linux (Postscript input) path = /tmp printer name = hp writable = yes public = yes printable = yes print command = lpr -r -h -P %p %s