ABRT-DUMP-OOPS(1) ABRT Manual ABRT-DUMP-OOPS(1)NAME
abrt-dump-oops - Extract oops from FILE (or standard input)
SYNOPSIS
abrt-dump-oops [-vusoxtm] [-d DIR]/[-D] [FILE]
DESCRIPTION
This tool creates problem directory from, updates problem directory with or prints oops extracted from FILE or standard input.
OPTIONS -v, --verbose
Be more verbose. Can be given multiple times.
-s
Log to syslog
-o
Print found oopses on standard output
-d DIR
Create new problem directory in DIR for every oops found
-D
Same as -d DumpLocation, DumpLocation is specified in abrt.conf
-u PROBLEM
Save the extracted information in PROBLEM directory
-x
Make the problem directory world readable. Usable only with -d/-D
-t
Throttle problem directory creation to 1 per second
-m
Print search string(s) for abrt-watch-log to stdout and exit
SEE ALSO abrt-watch-log(1), abrt.conf(5)AUTHORS
o ABRT team
abrt 2.1.11 06/18/2014 ABRT-DUMP-OOPS(1)
Check Out this Related Man Page
ABRT-ACTION-SAVE-(1) ABRT Manual ABRT-ACTION-SAVE-(1)NAME
abrt-action-save-package-data - Query package database and save package and component name.
SYNOPSIS
abrt-action-save-package-data [-v] [-c CONFFILE] -d DIR
DESCRIPTION
The tool reads problem directory DIR. It analyzes contents of analyzer, executable, cmdline and remote elements, checks database of
installed packages, and creates new elements package and component.
This data is usually necessary if the problem will be reported to a bug tracking database.
Integration with ABRT events
This tool can be used as an ABRT reporter. Example fragment for /etc/libreport/report_event.conf:
# Determine in which package/component the crash happened (if not yet done):
EVENT=post-create component=
abrt-action-save-package-data
OPTIONS -v, --verbose
Be verbose
-c CONFFILE
Path to configuration file.
-d DIR
Path to problem directory.
SEE ALSO abrt_event.conf(5), abrt-action-save-package-data.conf(5)AUTHORS
o ABRT team
abrt 2.1.11 06/18/2014 ABRT-ACTION-SAVE-(1)
Dear gentlemen
I faced one problem when i made shutdown to my server AIX pserise/6000
the problem is the console (my console is outside not inside the server) corrupted during shutdown and restart so in this case I have to reinstall the linux in the console to allow me manage LPARS in the... (11 Replies)
Hi,
I have a file with the path of the directory present somewhere in it.I have assigned the path of the directory name to a variable. I want to replace it with another string.The code i used was
sed -e '/$variable/sbcd/' filename.
since the path name includes slashes '/', my sed command... (9 Replies)
Hi guys, i am putting this problem again please help me out..
The RPC problem is appearing on the screen while starting the portmap service,take a look of the real..
#/etc/init.d/portmap restart
Stopping portmap:
Starting portmap:
Cannot register service: RPC: Timed out
not registered:... (15 Replies)
I'm trying to write a function which opens a file pointer and writes one of the function parameters into the file, however for some reason Im getting a core dump error.
The code is as below
void WriteToFile(char *file_name, char *data)
{
FILE *fptr;
/*disk_name_size is a... (10 Replies)
#!/bin/sh
findit=`find . -name "a.log" | wc -l`
if ; then
touch a.log
fi
iCOUNT=`grep ERROR a.log | wc -l`
while (1)
do
fCOUNT=`grep ERROR b.log | wc -l`
if ; then
echo "1"
else
echo "0"
fi
done
Hi , (10 Replies)
My files look like this
I need to remove the columns where dashes are the majority, if any of the sequences has any character in that particular position it should be removed too. The IDs and Freqs should be kept intact. Thus, the resulting file should look like this
Thanks in advance (14 Replies)
Hi,
I have file names with month.txt extension. Like say - abcJan.txt edfFeb.txt.
What I need to do is: I need to read today's month and then check if I have file available for previous two months extension. Say for example today is Oct so I need to check whether I have files with Aug.txt and... (9 Replies)
Hello all,
I've been researching this problem for days, and have gotten no luck . =/
How do you copy a file to another directory without being in the same directory as the file? So, for example, say I wanted to copy the file 'my.txt' that is in the directory ' /export/hom0/user/asdf ' to the... (9 Replies)
Hi,
I search all forum, but I can not find solutions of my problem :(
I have multiple files (5000 files), inside there is this data :
FILE 1:
1195.921 -898.995 0.750312E-02-0.497526E-02 0.195382E-05 0.609417E-05
-2021.287 1305.479-0.819754E-02 0.107572E-01 0.313018E-05 0.885066E-05
... (15 Replies)
I have two directories, each have 27 files with same name and now I want to combine them one by one into another directory with same names.
I dont know how to use "and" for the "for loop" so it will not go in the circle.
so my code has a problem I dont know how to fix :wall::wall::wall::wall:... (15 Replies)
Greetings!!
am trying to retrieve a particular section from the url as in url.txt..
aim is to get the 83.8 MB as output, but somehow this is not happening!, please suggest what might be wrong.. attached is the screenshot and text file of the page source.
Best Regards,
Vinu (14 Replies)
Hi please help, sudden problem. (Without modification)
My server ~ 3-4 days ago, daily 4-5x timeout problem (slow loading my website).
Always the problem occurs every 4 hours!!! (No cronjob)
5500-28000 ms loading time 2-3 minutes and after resolves.
3-4 days before anything about not set the... (10 Replies)
Hello guys,
I have a problem. I'm trying to use SDiff with two files which are containing spaces.
My problem is that I want to save the output with > in an extra file.
If I try to use it like this.
sdiff "test file1" "test file2" > OutputfileI get this message:
usage: diff ... (11 Replies)