Re: [expert] Re: Security warnings @ rc.local

2000-07-09 Thread Daniel Woods


> On another topic: I put some stuff in my rc.local file that is not
> executing upon bootup.  In fact, I don't think -any- of my rc.local
> is executing, because when I run it manually, my "mods" work fine.
> What script calls this file?

/etc/rc.d/rc3.d/S99local  is linked to /etc/rc.d/rc.local

If you don't see it there, add it with
cd /etc/rc.d/rc3.d/
ln -s ../rc.local S99local
cd /etc/rc.d/rc5.d/
ln -s ../rc.local S99local

All files/links you see in /etc/rc.d/rc3.d/ and /etc/rc.d/rc5.d/
are executed in alphabetical order when booting up.

Thanks... Dan.





Re: [expert] Re: Security warnings @ rc.local

2000-07-09 Thread Alexander Skwar

On Fri, Jul 07, 2000 at 01:08:01PM -0400, Bob Puff@NLE wrote:
> executing upon bootup.  In fact, I don't think -any- of my rc.local is

To find out if rc.local is executed, rm /etc/issue and reboot.  If you still
see that penguin ascii image at a console prompt, rc.local is executed.

> executing, because when I run it manually, my "mods" work fine.  What
> script calls this file?

Don't know.

Alexander Skwar
-- 
Homepage:   http://www.digitalprojects.com
Sichere Mail?   Mail an [EMAIL PROTECTED] fuer GnuPG Keys
ICQ:7328191

 PGP signature


Re: [expert] Re: Security warnings @ rc.local

2000-07-09 Thread Anton Graham

Submitted 07-Jul-00 by Bob Puff@NLE:
> Ok, so if I'm basically OK, how do I get rid of the daily "security
> warnings" in my mail?  How is this turned off?

You need to set a custom security level (preferred) or reduce your
security level.  custom levels can be defined using
/usr/share/msec/custom.sh

> On another topic: I put some stuff in my rc.local file that is not
> executing upon bootup.  In fact, I don't think -any- of my rc.local
> is executing, because when I run it manually, my "mods" work fine.
> What script calls this file?

It's not called by a script, per se.  There should be a symlink
/etc/rc.d/rc[2-5].d/S99local which points to it.

P.S. for the sake of readability, please set your mail client to wrap
long lines in outgoing messages.

-- 
   _
 _|_|_
  ( )   *Anton Graham
  /v\  / <[EMAIL PROTECTED]>
/(   )X
 (m_m)   GPG ID: 18F78541
Penguin Powered!




[expert] Re: Security warnings @ rc.local

2000-07-08 Thread Bob [EMAIL PROTECTED]

> > Yes, I am using Webmin - really nice tool!  It is password-protected, so I'm not 
>that concerned at the moment.  Is that
> all that the long text was trying to tell me, or are there other ports open?
> > 
> > Bob
> 
> Yes, others are open, fairly standard ones.  I'd tend to want to
> kill off wu-ftpd and make sure innd has the appropriate false
> setting for verifycancels in innd.conf.  
> 
> Civileme

Ok, so if I'm basically OK, how do I get rid of the daily "security warnings" in my 
mail?  How is this turned off?

On another topic: I put some stuff in my rc.local file that is not executing upon 
bootup.  In fact, I don't think -any- of my rc.local is executing, because when I run 
it manually, my "mods" work fine.  What script calls this file?

Bob