SAMBA in Linux - Administration Checklist
Updated September 16, 2002
Created December 15, 2000


Autogenerated Site Map
Search this Site!:
Search this site powered by FreeFind

prev next index

Samba startup guide checklist:


This applies to a lot of Linux versions, notes for this page was gathered from RH70.

install Linux
install smaba
check your hostname: hostname.html If the system host name is not set correctly then Samba and any number of other programs will have problems. Check your smb.conf file for the following:

Set up your users by 1st adding them to linux (useradd / passwd)
Set up your users by then adding them to samba (smbadduser / smbpasswd)
Check the run levels you want samba to run in (usually 2,3,4, and 5)
- Use ntsysv or use chkconfig to set the runlevels:
     chkconfig --list smb
     chkconfig --level 2345 smb on
See if samba is running: "ps ax | grep mbd", you should see smbd
and nmbd running; if not, then they are not running.
     start samba /etc/rc.d/init.d/smb start
Now the "ps -ax | grep mbd" should show both smbd and nmbd running.


Getting SWAT to work in RH70

If running RH70 you should get the updates from www.redhat.com on
thir RH70 Post instal gotcha's page: http://www.redhat.com/support/docs/gotchas/7.0/gotchas-7-6.html#ss6.3
Here are two items to get swat running (Samba Web Administration Tool):
edit /etc/xinetd.d/swat and change 2 lines.
The one line that says localhost, change it to 127.0.0.1
The line that says disabled=yes, change it value to no.
Restart xinetd
     /etc/rc.d/init.d/xinetd restart

prev next index
Search this Site!:
Search this site powered by FreeFind

Homepage: http://www.cpqlinux.com
Site Map: http://www.cpqlinux.com/sitemap.html