On Wed, 24 Mar 1999, J. H. wrote:

 # 
 # Ok, here's the deal.  I got my Linux Box (RedHat 5.2) to talk to my
 # Win98 machine.  (all this time it was an IRQ conflict with my SCSI
 # card).  I can ping and everything is great.  I can also use an X
 # emulator on the W98 box to take control of the Linux box.  Everything is
 # running on a home LAN (two PCs and a hub).  I'm running SAMBA.  I WAS
 # able to map a drive on the W98 machine to a volume on my Linux box and
 # copy files over.  THEN I chaged my init default to 5 instead of 3 and
 # now, for some reason, when I try to map a drive I get the error "Unable

You do not have the samba startup script (/etc/rc.d/init.d/smb) linked
into /etc/rc.d/rc5.d. Try this:

cd /etc/rc.d
cp -a rc3.d/*smb rc5.d

for the permanent fix. For now, you can just

/etc/rc.d/init.d/smb start

You might also want to check what other scripts aren't linked into init
level 5. (look at /etc/rc.d/rc3.d and compare it to /etc/rc.d/rc5.d).

G'day! <redhat == microsoft?>
--                                             n i c h o l a s  j  l e o n
elegance through simplicity*http://mrnick.binary9.net*[EMAIL PROTECTED]
good fortune through truth*roaming:[EMAIL PROTECTED]*ICQ#2170994*U+($++)
TRA#6805*not all questions have answers*pseudogeek:P+++($++)L+($++)W=lm@b9
2.3x10e-53*seek the path-not the destination*madison*pain builds character

-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to