Click to See Complete Forum and Search --> : Slackware Question
twofoolish2b
12-03-2000, 03:35 PM
Does anyone know if Slackware 7.1 loads Samba on a full install? I have did a "which samba" and it does not find it. If it didn't install the first time how would I extract Samba from the cdrom?
Thanks...
armando86
12-03-2000, 06:31 PM
A full install should install every package on the install CD. Check the /etc/ directory to see if you have a file names smb.conf-example file or something named similarly.
------------------
majorpayne201@yahoo.com
"In a world without walls who needs windows?"
EscapeCharacter
12-03-2000, 07:05 PM
theres no actual program called samba try which smbd
------------------
I like source it never *****es about dependencies
--Escchr 2000
skweegie
12-03-2000, 07:19 PM
on a full install, the samba services are installed and initiated on boot/multiuser mode (run level 3) for slack.
(you will have to have setup your network during setup either via static, dhcp or loopback)
if you want to confirm this do a:
ls -al
in your /etc/rc.d directory.
you should notice that rc.samba is executable (755).
this doesn't mean that samba is configured however. for that you'll have to read a few how-to's and there may be an NHF here if I'm not mistaken...
hope this helps,
cheers
[This message has been edited by skweegie (edited 03 December 2000).]
twofoolish2b
12-03-2000, 07:49 PM
Thanks guys. I finally got it working. I have done this before, but it was on Mandrake. I am just starting to understand Slackware and I must say it's different. Thanks for the help.