Search Results - JustLinux Forums


Search:

Type: Posts; User: fishface

Page 1 of 13 1 2 3 4

Search: Search took 0.14 seconds.

  1. Replies
    1
    Views
    14,922

    Fixed it. I had to turn off immutable option...

    Fixed it.

    I had to turn off immutable option by commenting out the (-e 2) at the bottom of audit.rules, then added to the top of the file:

    -W never,exclude -F path=/u00/splunk/var -k exclude
    ...
  2. Replies
    1
    Views
    14,922

    How do I exclude a directory from audit

    Using audit to track system changes, with rules from the CIS security guidelines.

    This server also has Splunk running on it, this creates lots of changes that are reflected in the audit log files,...
  3. Replies
    3
    Views
    4,491

    Okay, I changed the second umask value (else)...

    Okay, I changed the second umask value (else) back to the default value of 022, left the if value at 027 and it now works fine.

    Before:
    if [ $UID -gt 99 ] && [ "`id -gn`" = "`id -un`" ]; then...
  4. Replies
    3
    Views
    4,491

    The bashrc is the installed default, all I...

    The bashrc is the installed default, all I changed was umask number, but your're right...wonder why CentOS did it that way.

    The same setting works fine on CentOS5.4 32-bit, and the bashrc appear...
  5. Replies
    3
    Views
    4,491

    Cannot get umask setting to stick

    CentOS6.2 64-bit

    I've changed the umask setting in in /etc/bashrc from the default to 027 for security reasons, it now looks like this:

    if [ $UID -gt 99 ] && [ "`id -gn`" = "`id -un`" ]; then
    ...
  6. Replies
    3
    Views
    12,046

    Thanks for the reply. Ideally I would like...

    Thanks for the reply.

    Ideally I would like the output of tail -f (or use some of the xconsole options in rsyslong to accomplish this...but it seems it is buggy from what I've read) on each server...
  7. Replies
    3
    Views
    12,046

    Getting rsyslog to display to console

    I trying to get rsyslog to send messages in /var/log/secure (or auth) to my desktop, tried xconsole but not without much success.

    I have a few servers and I would like to get live alerts of...
  8. Replies
    1
    Views
    13,188

    Samba 'create mask' not working correctly

    I have 2 shares via Samba and the create mask permissions for Windows users are not working as expected.

    The 2 shares point to the same directory 'testing_Hold'...that is the way it has been...
  9. Replies
    2
    Views
    12,063

    Update: NOTE: CentOS-6.0 works a differently,...

    Update:

    NOTE: CentOS-6.0 works a differently, it uses pam_tally2.so, you have to modify the /etc/pam.d/sshd file to block SSH access, also no_magic_root and no_reset options are not available in...
  10. Replies
    2
    Views
    12,063

    I know this is an old thread, but thought I'd...

    I know this is an old thread, but thought I'd update it for the benefit of others.

    I know this works for CentOS 5.5 (Final).

    I recommend creating a 'test' user to try it out.

    This will lock...
  11. Replies
    2
    Views
    7,839

    Fixed. After binding the Webmin IP address to...

    Fixed.

    After binding the Webmin IP address to a local interface I noticed that the URL in the address (in the web browser) changed from https://myserver.local:10000 to an IP address, for example...
  12. Replies
    2
    Views
    7,839

    Webmin - IP binding issue

    I'm playing around with the latest Webmin and I'm not having much luck getting it to bind to the local IP (the one and only interface), after setting it as per the guide here:...
  13. You might me able to do something with pfsense (...

    You might me able to do something with pfsense ( http://www.pfsense.org/ ), maybe with the squid plugins, it also have captive port, which might be useful for restricting/logging access.

    You can...
  14. Yeah, I have a love/hate relationship with LVM,...

    Yeah, I have a love/hate relationship with LVM, great on servers and the such like, but on a desktop...not for me, I inherited this machine so I have been putting up with it, along with CentOS5.6,...
  15. How do I install Ubuntu alongside a Centos5.6 LVM2 install

    How do I install Ubuntu alongside a Centos5.6 LVM install


    I have CentOS 5.6 installed on a machine, using LVM, single 160GB disk.

    CentOS root used most of the disk space as /root
    ...
  16. Replies
    1
    Views
    4,918

    Howto get nagios to start at boot time

    Brief history.

    I tried setting up Nagios 3.2.2 on Ubuntu 8.04 using this guide
    http://nagios.sourceforge.net/docs/3_0/quickstart-ubuntu.html

    Every thing went well until trying 'make...
  17. Replies
    3
    Views
    7,656

    Looks as if I need to use pam_cracklib - I'd...

    Looks as if I need to use pam_cracklib - I'd better start playing then :)

    Any help will still be appreciated. :)
  18. Replies
    11
    Views
    4,052

    4 years later on... :) I have moved on since...

    4 years later on... :) I have moved on since then, I'm now getting to grips with Debian...and have a 2 year daughter!! :D

    Yes I was running as root, would be odd if it was for security reasons as...
  19. Replies
    3
    Views
    7,656

    How to change default password complexity

    I''m new to Debian 5 so please be gentle:)

    When I use 'adduser' it states 'Enter the new password (minimum of 5, maximum of 8 characters)' - how can I enforce password complexity?

    I would like...
  20. Problem solved, I had also downloaded...

    Problem solved, I had also downloaded clonezilla-sysresccd, got the CDs mixed, the official Clonezilla works fine. :)

    clonezilla-sysresccd did appear to have some extra nifty things...but if it...
  21. Clonezilla not working with Advent 4211 netbook

    I thought I'd ask here first as the range of knowledge is great, but might end up on some Clonezilla forum :)

    I using clonezilla-live-1.2.5-35-i686 to create an image of my Advent 4211 netbook,...
  22. Replies
    3
    Views
    2,735

    Thanks x, just what I needed to know.

    Thanks x, just what I needed to know.
  23. Replies
    3
    Views
    2,735

    Disabling start up items

    I'm currently using Debian 5.04 Lenny, and I trying to figure out how I stop things running at boot time, in the simplest way, if possible.

    In Redhat/SuSE all I had to do was 'chkconfig xxx off'...
  24. Replies
    14
    Views
    16,790

    Yes, it accepts connections and works fine if you...

    Yes, it accepts connections and works fine if you start it manually, even with the network interface manually defined to 192.168.199.222

    teeitup -thinking about, your right I can't see any...
  25. Replies
    14
    Views
    16,790

    Ok, I missed an important bit of information out....

    Ok, I missed an important bit of information out.

    I changed 'ListenAddress 0.0.0.0' to 'ListenAddress 192.168.199.222' which is the IP address of the machine, to make it more secure.

    But to my...
Results 1 to 25 of 302
Page 1 of 13 1 2 3 4