search for: tallylog

Displaying 7 results from an estimated 7 matches for "tallylog".

Did you mean: call_log
2009 Feb 12
5
logs such as messages, boot.log, and kernel contained 0 size
Hi, My both CentOS 5 servers have logging problems. Logs such as messages, boot.log, kernel, spooler, and tallylog in /var/log directory are all 0 size. The kernel is: Linux 2.6.18-92.1.22.el5 #1 SMP. Since the /var/log/messages contained no information it would be impossible to troubleshoot the problem. I am very sure both systems have not been hacked by others. Sincerely, Frank Ling ------------------...
2012 Apr 27
2
[PATCH 1/2] sysprep: remove the logfiles configured by logrotate
...ed, 21 insertions(+) diff --git a/sysprep/sysprep_operation_logfiles.ml b/sysprep/sysprep_operation_logfiles.ml index 2ad3726..cf72803 100644 --- a/sysprep/sysprep_operation_logfiles.ml +++ b/sysprep/sysprep_operation_logfiles.ml @@ -38,6 +38,27 @@ let globs = List.sort compare [ "/var/log/tallylog*"; "/var/log/wtmp*"; + (* logfiles configured by /etc/logrotate.d/* *) + "/var/log/BackupPC/LOG"; + "/var/log/ceph/*.log"; + "/var/log/chrony/*.log"; + "/var/log/cups/*_log"; + "/var/log/glusterfs/*glusterd.vol.log"; + &qu...
2015 Jul 09
3
[PATCH v2 0/3] appliance: Exclude more log files (RHBZ#1239154).
Since v1: - Don't remove the whole of /var/log - Cleanups and fixes to appliance/Makefile.am
2012 Sep 19
0
[PATCH] sysprep: remove apache2, audit and ntp in logfile operation
.../sysprep/sysprep_operation_logfiles.ml b/sysprep/sysprep_operation_logfiles.ml index 5e6ce7f..a2b1585 100644 --- a/sysprep/sysprep_operation_logfiles.ml +++ b/sysprep/sysprep_operation_logfiles.ml @@ -38,6 +38,10 @@ let globs = List.sort compare [ "/var/log/spooler*"; "/var/log/tallylog*"; "/var/log/wtmp*"; + "/var/log/apache2/*_log"; + "/var/log/apache2/*_log-*"; + "/var/log/audit/audit.log"; + "/var/log/ntp"; (* logfiles configured by /etc/logrotate.d/* *) "/var/log/BackupPC/LOG"; -- 1.7.12
2010 Apr 20
3
CentOS 5 - locking out users afer 3 failed attempts
Hi I am trying to lock users after 3 attempts and then set the timeout before they can log in again. I thought i could achieve this with auth required pam_tally.so deny=3 unlock_time=600 in /etc/pam.d/system-auth but it seems to not be the case - I cant find a working config for this anywhere and i wonder if anyone has one they can share? thanks
2012 Jun 16
5
Not real confident in 3.3
I do not mean to be argumentative, but I have to admit a little frustration with Gluster. I know an enormous emount of effort has gone into this product, and I just can't believe that with all the effort behind it and so many people using it, it could be so fragile. So here goes. Perhaps someone here can point to the error of my ways. I really want this to work because it would be ideal
2012 Mar 31
3
[PATCH (incomplete)] Rewrite virt-sysprep in OCaml.
This patch is incomplete but it illustrates the idea. virt-sysprep is rewritten as a modular tool in OCaml. Only the 'utmp' and 'hostname' operations are implemented at the moment. Rich.