Hi Dan,

Are you comfortable doing a little work from the command line interface? Fire up a 
konsole, switch
user to root (if you're not root already), and then you can configure it a few 
different ways. So
go like this:

1. Get to a command line: open a console, etc

2. Change to root if you're not already root:
[john@homer john]$ su
Password:
[root@homer john]#

3. You can activate it with chkconfig. Read the manpage and then it will go something 
like this,
as an example:
[root@homer john]# chkconfig smb on
[root@homer john]#

4. You can also fire up a menu-based configuration utility, ntsysv:
[root@homer john]# ntsysv

I don't use linuxconf, so i can't help you with why it's not working. But neither of 
the methods i
just mentioned has EVER failed me.

As for multiple instances of a service being listed, i know that the services that are
started/stopped are all in various subdirectories of /etc/rc.d - for example the 
services that are
started up when you have your box to boot into X automatically (runlevel 5) are 
located in
/etc/rc.d/rc5.d (hence the runlevel 5). Those with an S get started when that 
particular runlevel
is started, and those with a K get killed when that particular runlevel is started.

I hope that helps.

Good luck,
j

--- Dan Swartzendruber <[EMAIL PROTECTED]> wrote:
> 
> For some reason, samba wasn't starting at bootload, so I check in the 
> linuxconf services.  It's listed as "manual" and not running.  So I click 
> on the Automatic button for it, do Accept and leave.  Later, for some 
> reason, I went back and was looking at some services, and happened to see 
> the entry for Smb.  Guess what?  It still says "Manual"?  I experimented 
> with several other services and discovered the same thing.  Also, for some 
> reason, there are two entries for Imap.  This has gotten more than a little 
> frustrating, I must say.  I don't remember running into any of these issues 
> when I was running 6.1.  Some of these issues seem like basic QA oversights.
> 
> 
> 


__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/

Reply via email to