I've been trying to get my SuSE system om my Windows domain so that I can share the drive. I've read through the tutorial on suse.com ( and it says
"First the package samba from series n should be installed. By setting the variable <START_SMB> to the value yes in the file /etc/rc.config, the SMB services are started when the computer is booted."
The problem is when I opened the rc.config file with KEdit there was no variable <START_SMB> to set to yes?
This is what my rc.config file looks like
#
# /etc/rc.config
#
# Copyright (c) 1996-2002 SuSE Linux AG Nuernberg, Germany.
# All rights reserved.
#
# Author: Werner Fink <werner@suse.de>, 1996
# Burchard Steinbild <feedback@suse.de>, 1996
#
# Configuration database for shell scripts in /etc/init.d, /sbin/SuSEconfig
# and /etc/cron.daily/aaa_base*
#
# Please edit this file and execute /sbin/SuSEconfig to configure everything.
#
#
# Attention! This variable PATH is NOT setting the PATH for user or root
# shells. It is only used internally for /etc/init.d/*, SuSEconfig and
# cron.daily. Please do NOT change PATH here.
#
PATH=/sbin:/bin:/usr/sbin:/usr/bin
##
## Formatting the boot script messages, see /etc/rc.status.
## Source /etc/rc.status if rc_done isn't defined
##
test "$rc_done"= = = -a -e /etc/rc.status && . /etc/rc.status
I tried adding <START_SMB> at the end but this doesn't seem to have made a difference.
The other info says
"The main configuration file of Samba is /etc/smb.conf." but this file doesn't exist?
If anyone knows of a better tutorial they can point me to or can advise, it would be much appriciated. Tezdread
"With every solution comes a new problem"
"First the package samba from series n should be installed. By setting the variable <START_SMB> to the value yes in the file /etc/rc.config, the SMB services are started when the computer is booted."
The problem is when I opened the rc.config file with KEdit there was no variable <START_SMB> to set to yes?
This is what my rc.config file looks like
#
# /etc/rc.config
#
# Copyright (c) 1996-2002 SuSE Linux AG Nuernberg, Germany.
# All rights reserved.
#
# Author: Werner Fink <werner@suse.de>, 1996
# Burchard Steinbild <feedback@suse.de>, 1996
#
# Configuration database for shell scripts in /etc/init.d, /sbin/SuSEconfig
# and /etc/cron.daily/aaa_base*
#
# Please edit this file and execute /sbin/SuSEconfig to configure everything.
#
#
# Attention! This variable PATH is NOT setting the PATH for user or root
# shells. It is only used internally for /etc/init.d/*, SuSEconfig and
# cron.daily. Please do NOT change PATH here.
#
PATH=/sbin:/bin:/usr/sbin:/usr/bin
##
## Formatting the boot script messages, see /etc/rc.status.
## Source /etc/rc.status if rc_done isn't defined
##
test "$rc_done"= = = -a -e /etc/rc.status && . /etc/rc.status
I tried adding <START_SMB> at the end but this doesn't seem to have made a difference.
The other info says
"The main configuration file of Samba is /etc/smb.conf." but this file doesn't exist?
If anyone knows of a better tutorial they can point me to or can advise, it would be much appriciated. Tezdread
"With every solution comes a new problem"