Aureport?


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Aureport?
# 1  
Old 11-25-2009
Aureport?

Hello,

I ran aureport on my server and I got the following result:

Summary Report
======================
Range of time: 12/31/1969 19:00:00.000 - 12/31/1969 19:00:00.000
Number of changes in configuration: 0
Number of changes to accounts or groups: 0
Number of logins: 0
Number of failed logins: 0
Number of users: 0
Number of terminals: 0
Number of host names: 0
Number of executables: 0
Number of files: 0
Number of AVC denials: 0
Number of failed syscalls: 0
Number of watched file events: 0
Number of anomaly events: 0
Number of responses to anomaly events: 0
Number of process IDs: 0
Number of events: 0
--------------
Why is the range of time so off? How do I correct this problem? My understanding is that auditd is not moniroring anything since it's range is stuck 40 years in the past based on this report!
 
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Fedora

aureport issues

Over the last few weeks, I have had 3 different machines start showing only the date of 12/31/1969 19:00:00 for the aureport logs. Seeing it on Fedora 6 and RHEL 5.5. I saw a few others posting on this same issue, but no answers. I am a newbie to linux/unix, and have exhausted all of my internal... (0 Replies)
Discussion started by: dantil
0 Replies
Login or Register to Ask a Question
ENVEXT(1)						  The Canonical Csound Reference						 ENVEXT(1)

NAME
envext - Extracts the envelope of a file to a text file. . SYNTAX
envext [-flags] soundfile csound -U envext [-flags] soundfile INITIALIZATION
soundfile - Name of the input soundfile. The following flags are available for envext (The default values are stated in parenthesis): -o fnam Name of output filename (newenv) -w size (in seconds) of analysis window (0.25) The envext utility generates a text file containing time and amplitude pairs by finding the absolute peak within each window. EXAMPLE
Using the command (while in the manual directory): csound -U envext examples/mary.wav will produce the a text file containing the following: 0.000 0.000 0.000 0.000 0.250 0.000 0.500 0.000 0.750 0.000 1.249 0.170 1.499 0.269 1.530 0.307 1.872 0.263 2.056 0.304 2.294 0.241 2.570 0.216 2.761 0.178 3.077 0.011 3.251 0.001 3.500 0.000 Which shows the time for the peak amplitude within each measured window. CREDITS
Author: John ffitch 1995 AUTHORS
Barry Vercoe MIT Media Lab Author. Dan Ellis MIT Media Lab, Cambridge Massachussetts Author. COPYRIGHT
5.10 08/01/2011 ENVEXT(1)