<feed xmlns='http://www.w3.org/2005/Atom'>
<title>anaconda.git/utils/log_picker, branch firstboot-support</title>
<subtitle>Anaconda installer - personal development space, mostly the new TUI</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/anaconda.git/'/>
<entry>
<title>Clean up a bunch of exception handling code.</title>
<updated>2011-02-16T20:25:20+00:00</updated>
<author>
<name>David Lehman</name>
<email>dlehman@redhat.com</email>
</author>
<published>2011-02-15T00:03:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/anaconda.git/commit/?id=bb29a66e61df51451adc0d78be4651e46a94644a'/>
<id>bb29a66e61df51451adc0d78be4651e46a94644a</id>
<content type='text'>
Mostly replaces 'except Foo, e' with 'except Foo as e', but there
are a few areas where some logic gets reworked.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mostly replaces 'except Foo, e' with 'except Foo as e', but there
are a few areas where some logic gets reworked.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add logpicker support into Makefiles, anaconda.spec.in, configure.ac and upd-instroot.</title>
<updated>2010-10-11T07:41:32+00:00</updated>
<author>
<name>Tomas Mlcoch</name>
<email>tmlcoch@redhat.com</email>
</author>
<published>2010-09-22T11:41:07+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/anaconda.git/commit/?id=c1fdce4f85ea7889db576364c674b31a407bdf05'/>
<id>c1fdce4f85ea7889db576364c674b31a407bdf05</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add logpicker tool into utils</title>
<updated>2010-10-11T07:41:23+00:00</updated>
<author>
<name>Tomas Mlcoch</name>
<email>tmlcoch@redhat.com</email>
</author>
<published>2010-09-22T11:33:21+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/anaconda.git/commit/?id=df2b090bff38c8e7535aaf53a5ac4559f9d2b199'/>
<id>df2b090bff38c8e7535aaf53a5ac4559f9d2b199</id>
<content type='text'>
The Logpicker is a simple utility for log reporting.
It obtains a dump from the Anaconda + some another information
and creates a compressed archive. Then it's able to send the archive to:
- Bugzilla (in case of Fedora)
- Red Hat Ticketing System (in case of RHEL)
- email
- FTP server
- another computer via SCP
- local filesystem

The dump from the Anaconda is obtained by the signal SIGUSR2.
Other information gathered by the Logpicker are:
 - Filesystem structure image (list of directories and files in ram disk).
 - Output from commands "dmsetup ls --tree" and "dmsetup info -c".
The Logpicker is easy to extend. So you can easily add your own log gathering
classes.

The main advantage of this utility is that all important logs can be easily
sended (reported) by only one command without break an instalation.

Example of use:
logpicker --bugzilla --login=bzlogin --idbug=999999
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The Logpicker is a simple utility for log reporting.
It obtains a dump from the Anaconda + some another information
and creates a compressed archive. Then it's able to send the archive to:
- Bugzilla (in case of Fedora)
- Red Hat Ticketing System (in case of RHEL)
- email
- FTP server
- another computer via SCP
- local filesystem

The dump from the Anaconda is obtained by the signal SIGUSR2.
Other information gathered by the Logpicker are:
 - Filesystem structure image (list of directories and files in ram disk).
 - Output from commands "dmsetup ls --tree" and "dmsetup info -c".
The Logpicker is easy to extend. So you can easily add your own log gathering
classes.

The main advantage of this utility is that all important logs can be easily
sended (reported) by only one command without break an instalation.

Example of use:
logpicker --bugzilla --login=bzlogin --idbug=999999
</pre>
</div>
</content>
</entry>
</feed>
