<feed xmlns='http://www.w3.org/2005/Atom'>
<title>abrt.git/examples, branch 2.0.1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/'/>
<entry>
<title>remove dumpoops and KerneloopsScanner plugin</title>
<updated>2011-01-17T15:49:30+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>dvlasenk@redhat.com</email>
</author>
<published>2011-01-17T15:49:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=3a16d6494d6117c7515ad9000b1f9d86a54bb536'/>
<id>3a16d6494d6117c7515ad9000b1f9d86a54bb536</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;dvlasenk@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Denys Vlasenko &lt;dvlasenk@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>replace KerneloopsScanner plugin and dumpoops with abrt-dump-oops, use it in abrtd</title>
<updated>2011-01-17T15:39:11+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>dvlasenk@redhat.com</email>
</author>
<published>2011-01-17T15:39:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=e796e95a4efbfeb04223f61c600c7712da7b500f'/>
<id>e796e95a4efbfeb04223f61c600c7712da7b500f</id>
<content type='text'>
Patch adds new tool:

$ abrt-dump-oops
Usage: abrt-dump-oops [-vsrdow] FILE

Extract oops from syslog/dmesg file

    -v, --verbose         Be verbose
    -s                    Log to syslog
    -r                    Parse kernel's message buffer before parsing FILE
    -d                    Create ABRT dump for every oops found
    -o                    Print found oopses on standard output
    -w                    Do not exit, watch the file for new oopses

It extends dumpoops. Extensions:
* it can watch the syslog using -w option (uses inotify)
* it can scan dmesg buffer too

In this way, it also becomes a replacement for KerneloopsScanner plugin:
oops-detecting logic is taken verbatim from KerneloopsScanner source.

abrtd is changed to start it if it sees this directive in abrt.conf:

[ LogScanners ]
abrt-dump-oops = abrt-dump-oops -drw /var/log/messages

Default abrt.conf is changed to have such line.

Patch doesn't remove KerneloopsScanner plugin and dumpoops binary yet,
I will do it in a separate trivial patch.

Signed-off-by: Denys Vlasenko &lt;dvlasenk@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch adds new tool:

$ abrt-dump-oops
Usage: abrt-dump-oops [-vsrdow] FILE

Extract oops from syslog/dmesg file

    -v, --verbose         Be verbose
    -s                    Log to syslog
    -r                    Parse kernel's message buffer before parsing FILE
    -d                    Create ABRT dump for every oops found
    -o                    Print found oopses on standard output
    -w                    Do not exit, watch the file for new oopses

It extends dumpoops. Extensions:
* it can watch the syslog using -w option (uses inotify)
* it can scan dmesg buffer too

In this way, it also becomes a replacement for KerneloopsScanner plugin:
oops-detecting logic is taken verbatim from KerneloopsScanner source.

abrtd is changed to start it if it sees this directive in abrt.conf:

[ LogScanners ]
abrt-dump-oops = abrt-dump-oops -drw /var/log/messages

Default abrt.conf is changed to have such line.

Patch doesn't remove KerneloopsScanner plugin and dumpoops binary yet,
I will do it in a separate trivial patch.

Signed-off-by: Denys Vlasenko &lt;dvlasenk@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>add example of tainted kernel module</title>
<updated>2010-11-16T17:07:03+00:00</updated>
<author>
<name>Nikola Pajkovsky</name>
<email>npajkovs@redhat.com</email>
</author>
<published>2010-11-11T14:52:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=884a472d53956b82cbdc2aa87dff89a5e69991ec'/>
<id>884a472d53956b82cbdc2aa87dff89a5e69991ec</id>
<content type='text'>
Signed-off-by: Nikola Pajkovsky &lt;npajkovs@redhat.com&gt;
(cherry picked from commit da564d0e3b98e0ad62af9877c32f6c5a1ef510c9)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Nikola Pajkovsky &lt;npajkovs@redhat.com&gt;
(cherry picked from commit da564d0e3b98e0ad62af9877c32f6c5a1ef510c9)
</pre>
</div>
</content>
</entry>
<entry>
<title>remove RunApp plugin, abrt-event.conf superseded it</title>
<updated>2010-11-08T18:07:48+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>dvlasenk@redhat.com</email>
</author>
<published>2010-11-08T18:07:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=028af519c11d4bc3599562bc8a23caf66d50ea2e'/>
<id>028af519c11d4bc3599562bc8a23caf66d50ea2e</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;dvlasenk@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Denys Vlasenko &lt;dvlasenk@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>KerneloopsSysLog.cpp: do not stop on "--- [ cut here ] ---" line</title>
<updated>2010-05-25T12:21:59+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-05-25T12:21:59+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=199554cada64d659bd756c7fb637f2d1f6a3cf12'/>
<id>199554cada64d659bd756c7fb637f2d1f6a3cf12</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>update some utility devel scripts, no impact on users</title>
<updated>2010-05-25T12:18:23+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-05-25T12:18:23+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=f03f8111411de6ece4a810fadacd5e019e167cfe'/>
<id>f03f8111411de6ece4a810fadacd5e019e167cfe</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>add new examples with line --cut here--</title>
<updated>2010-05-25T12:04:54+00:00</updated>
<author>
<name>Nikola Pajkovsky</name>
<email>npajkovs@redhat.com</email>
</author>
<published>2010-05-25T12:04:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=fa8f2f161d37c293744ebe6fd7b55d63a2fe4bc3'/>
<id>fa8f2f161d37c293744ebe6fd7b55d63a2fe4bc3</id>
<content type='text'>
Signed-off-by: Nikola Pajkovsky &lt;npajkovs@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Nikola Pajkovsky &lt;npajkovs@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>More fixes for /var/cache/abrt -&gt; /var/spool/abrt conversion</title>
<updated>2010-05-21T14:23:56+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-05-21T14:23:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=45da7614beabcddc77632c855ac6c520296faa15'/>
<id>45da7614beabcddc77632c855ac6c520296faa15</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>add another example oops</title>
<updated>2010-05-17T17:17:14+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-05-17T17:17:14+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=31cfd4abeb6fd0b055e02f88d6ec490bff733c60'/>
<id>31cfd4abeb6fd0b055e02f88d6ec490bff733c60</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Kerneloops: fix a case when we file an oops w/o backtrace</title>
<updated>2010-03-17T11:49:25+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-03-17T11:49:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=e7f9a93381bb3021cbeabf2eb51e68b6743c07c7'/>
<id>e7f9a93381bb3021cbeabf2eb51e68b6743c07c7</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
