Re: [Cooker] can't disable face browser in kdm (msec)

2002-02-23 Thread Levi Ramsey

On Sat Feb 23  7:53 -0800, garrick wrote:
> Thanks, I uninstalled it.  I also realized that it was stat'ing lots of soft
> links into /auto causing over 250 attempted automounts.  Heh, I can't have that.
> 
> If I were a newbie, I'd be really annoyed right now.  A relatively undocumented
> program that was automatically installed is automatically undoing all of my
> legitimate system changes without asking/informing me.  Hell, I've been
> admin'ing/designing/building Linux servers for years and I didn't know what
> was going on.

Having fought with msec over my syslog setup... I can agree.  Since MSEC
is installed by default, I think reasonably complete documentation (even
an FAQ listing common modifications) is a must.  How many times on this
list is the answer along the lines of:

"edit level.local"

Perhaps mcc could at some point in the future include a GUI msec
configurator...

-- 
Levi Ramsey
[EMAIL PROTECTED]
[EMAIL PROTECTED]

Boy, that crayon sure did hurt!
Linux 2.4.17-16mdk
  4:01pm  up 20:02, 15 users,  load average: 0.13, 0.14, 0.09




Re: [Cooker] can't disable face browser in kdm (msec)

2002-02-23 Thread garrick

On Sat, Feb 23, 2002 at 09:44:23AM +0100, Martin Maèok alleged:
> On Fri, Feb 22, 2002 at 09:16:21PM -0800, garrick wrote:
> > KDM actually handles all of those face icons surprisingly well.
> 
> > I can disable it in the KDE Control Center, and I see the changes
> > made to /usr/share/config/kdm/kdmrc.  But somehow that feature keeps
> > getting reenabled when I reboot.  Perhaps there's a particular
> > package I can uninstall?
> 
> msec is doing that job (and I don't know why). Either uninstall it
> (and uncomment PATH line in /etc/profile) or setup it to not do it (I
> don't know if that's possible) or delete /etc/cron.*/msec symlinks and
> make sure to do it everytime you upgrade msec or initscripts or after
> running msec by hand.
> 
> -- 
>  Martin Maèok http://underground.cz/
>[EMAIL PROTECTED]http://Xtrmntr.org/ORBman/

Thanks, I uninstalled it.  I also realized that it was stat'ing lots of soft
links into /auto causing over 250 attempted automounts.  Heh, I can't have that.

If I were a newbie, I'd be really annoyed right now.  A relatively undocumented
program that was automatically installed is automatically undoing all of my
legitimate system changes without asking/informing me.  Hell, I've been
admin'ing/designing/building Linux servers for years and I didn't know what
was going on.




Re: [Cooker] can't disable face browser in kdm (msec)

2002-02-23 Thread Guillaume Rousse

Ainsi parlait J.A. Magallon :
[..]
> --- /usr/share/msec/msec.py.origSat Feb 23 15:13:02 2002
> +++ /usr/share/msec/msec.py Sat Feb 23 02:07:57 2002
> @@ -146,7 +146,7 @@
>  set_shell_history_size(-1)
>  allow_root_login(1)
>  enable_sulogin(0)
> -allow_user_list(1)
> +allow_user_list(0)
>  enable_promisc_check(0)
>  accept_icmp_echo(1)
>  accept_bogus_error_responses(1)
>
> But that is just a workaround, it will be needed to check exactly what
> msec is doing...
> I will try to find time to take a look.
better set allow_user_list(0) in your /etc/security/msec/level.local, it's 
designed precisely for this.
-- 
Guillaume Rousse <[EMAIL PROTECTED]>
GPG key http://lis.snv.jussieu.fr/~rousse/gpgkey.html




Re: [Cooker] can't disable face browser in kdm (msec)

2002-02-23 Thread J.A. Magallon


On 20020223 Martin Mačok wrote:
>On Fri, Feb 22, 2002 at 09:16:21PM -0800, garrick wrote:
>> KDM actually handles all of those face icons surprisingly well.
>
>> I can disable it in the KDE Control Center, and I see the changes
>> made to /usr/share/config/kdm/kdmrc.  But somehow that feature keeps
>> getting reenabled when I reboot.  Perhaps there's a particular
>> package I can uninstall?
>
>msec is doing that job (and I don't know why). Either uninstall it
>(and uncomment PATH line in /etc/profile) or setup it to not do it (I
>don't know if that's possible) or delete /etc/cron.*/msec symlinks and
>make sure to do it everytime you upgrade msec or initscripts or after
>running msec by hand.
>

That way you kill all msec periodic checks.

Easier:

--- /usr/share/msec/msec.py.origSat Feb 23 15:13:02 2002
+++ /usr/share/msec/msec.py Sat Feb 23 02:07:57 2002
@@ -146,7 +146,7 @@
 set_shell_history_size(-1)
 allow_root_login(1)
 enable_sulogin(0)
-allow_user_list(1)
+allow_user_list(0)
 enable_promisc_check(0)
 accept_icmp_echo(1)
 accept_bogus_error_responses(1)

But that is just a workaround, it will be needed to check exactly what
msec is doing...
I will try to find time to take a look.

-- 
J.A. Magallon   #  Let the source be with you...
mailto:[EMAIL PROTECTED]
Mandrake Linux release 8.2 (Cooker) for i586
Linux werewolf 2.4.18-rc4 #3 SMP Sat Feb 23 12:44:46 CET 2002 i686




Re: [Cooker] can't disable face browser in kdm (msec)

2002-02-23 Thread Martin Mačok

On Fri, Feb 22, 2002 at 09:16:21PM -0800, garrick wrote:
> KDM actually handles all of those face icons surprisingly well.

> I can disable it in the KDE Control Center, and I see the changes
> made to /usr/share/config/kdm/kdmrc.  But somehow that feature keeps
> getting reenabled when I reboot.  Perhaps there's a particular
> package I can uninstall?

msec is doing that job (and I don't know why). Either uninstall it
(and uncomment PATH line in /etc/profile) or setup it to not do it (I
don't know if that's possible) or delete /etc/cron.*/msec symlinks and
make sure to do it everytime you upgrade msec or initscripts or after
running msec by hand.

-- 
 Martin Mačok http://underground.cz/
   [EMAIL PROTECTED]http://Xtrmntr.org/ORBman/