PDA

View Full Version : Samba install



Juny
03-12-2003, 11:40 PM
damn me again sorry for that!

got knoppix on hd
i didnt install samba at the install from knoppix, but now i want to install it after all...how can i do it..?

can someone please help me?

thnx...juny

rickenbacherus
03-13-2003, 01:17 AM
i didnt install samba at the install from knoppix,

Yes you did. It just isn't set to start on boot.
Add the following line in /etc/rc.local

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

Juny
03-13-2003, 09:00 AM
thnx rickenbacherus for answer all my questions, but im new in linux so would please dont come up with codes. :oops:






Add the following line in /etc/rc.local

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

do i have to go in console and type it? or just file:/etc/rc.local
and add the line somewhere :/etc/rc.d/init.d/smb start ?

thnx for ur time..

rickenbacherus
03-13-2003, 02:23 PM
If you're using the K desktop then click on 'K'>internet>xSMbrowser

also do

man samba

and go here http://www.samba.org/

Juny
03-13-2003, 04:39 PM
thnx dude!!!

rickenbacherus
03-13-2003, 06:01 PM
De nada hombre' :D

RockMumbles
03-13-2003, 11:31 PM
To get samba started at boot you'll need to put a link to /etc/init.d/samba in /etc/rc5.d.

so either in a terminal window or a console as root do the following:

ln -s /etc/init.d/samba /etc/rc5.d/S20samba

you can start samba manually by using the following command (as root):
/etc/init.d/samba start

HTH

rock

rickenbacherus
03-14-2003, 03:25 AM
Thanks for the followup Rock- I haven't got the hard/symbolic link thing quite figured out yet. :D So much to learn.