[Samba] WinXP can't connect Samba_Server which can connect WinXP for files sharing
daniel.jarboe at custserv.com
daniel.jarboe at custserv.com
Tue Aug 20 03:03:00 GMT 2002
> # service smb start
> Starting SMB services: [ OK ]
>
> Only "smb services" indicated. "nmb service" disappears (which appears
> simultaneously in the previous verseion 2.2.3a)
>
> Is it correct for version 2.2.5-1 ??? Kindly advise me whether I need
> to have it reinstall ???
>
> Thanks
>
> Stephen
>
>
Yup, that's how the 2.2.5-1 RPM writes the init script:
# See how we were called.
case "$1" in
start)
echo -n "Starting SMB services: "
daemon smbd -D
daemon nmbd -D
echo
touch /var/lock/subsys/smb
;;
One "Starting SMB services" before starting both smbd and nmbd.
~ Daniel
More information about the samba
mailing list