<feed xmlns='http://www.w3.org/2005/Atom'>
<title>anaconda.git/scripts/analog, 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>Remove misc. references to loader</title>
<updated>2012-02-15T17:07:40+00:00</updated>
<author>
<name>Will Woods</name>
<email>wwoods@redhat.com</email>
</author>
<published>2012-02-10T18:34:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/anaconda.git/commit/?id=98bf3f655a483c0041645bf59676ee8637224235'/>
<id>98bf3f655a483c0041645bf59676ee8637224235</id>
<content type='text'>
EVERY LAST REFERENCE TO LOADER MUST BE ELIMINATED RARRRR:
- remove references to loader in analog and makeupdates.
- change the default progname in isys/log.c from loader to anaconda.
- reword comments here and there that refer to loader.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
EVERY LAST REFERENCE TO LOADER MUST BE ELIMINATED RARRRR:
- remove references to loader in analog and makeupdates.
- change the default progname in isys/log.c from loader to anaconda.
- reword comments here and there that refer to loader.
</pre>
</div>
</content>
</entry>
<entry>
<title>analog: properly log user.info where NetworkManager (also) communicates.</title>
<updated>2011-10-11T14:06:55+00:00</updated>
<author>
<name>Ales Kozumplik</name>
<email>akozumpl@redhat.com</email>
</author>
<published>2011-10-11T14:06:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/anaconda.git/commit/?id=2e8e00c775f2add9999d2b45ebf538b69dcc21c2'/>
<id>2e8e00c775f2add9999d2b45ebf538b69dcc21c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>analog: bump the version to rsyslog 5</title>
<updated>2011-10-11T13:58:43+00:00</updated>
<author>
<name>Ales Kozumplik</name>
<email>akozumpl@redhat.com</email>
</author>
<published>2011-10-11T13:58:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/anaconda.git/commit/?id=e35fb7ed7af9a4178e32b9f4919073544cb90f36'/>
<id>e35fb7ed7af9a4178e32b9f4919073544cb90f36</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>analog: turn off another harmful feature of rsyslogd.</title>
<updated>2011-04-18T07:48:35+00:00</updated>
<author>
<name>Ales Kozumplik</name>
<email>akozumpl@redhat.com</email>
</author>
<published>2011-04-18T07:48:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/anaconda.git/commit/?id=99f5ecf219c4668bd2b8c41499b504683b90a2ca'/>
<id>99f5ecf219c4668bd2b8c41499b504683b90a2ca</id>
<content type='text'>
This disables dropping messages when there's too many of them which might
or might not cause the related bug.

Related: rhbz#696943
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This disables dropping messages when there's too many of them which might
or might not cause the related bug.

Related: rhbz#696943
</pre>
</div>
</content>
</entry>
<entry>
<title>analog: cleanup whitespace in the file.</title>
<updated>2011-04-18T07:47:59+00:00</updated>
<author>
<name>Ales Kozumplik</name>
<email>akozumpl@redhat.com</email>
</author>
<published>2011-04-18T07:47:59+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/anaconda.git/commit/?id=2f4d58725c5cbef7a3ee054f9c13d1ef33c479fb'/>
<id>2f4d58725c5cbef7a3ee054f9c13d1ef33c479fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve logging of ifcfg stuff.</title>
<updated>2010-09-27T08:28:39+00:00</updated>
<author>
<name>Radek Vykydal</name>
<email>rvykydal@redhat.com</email>
</author>
<published>2010-08-19T15:07:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/anaconda.git/commit/?id=1cb019c7dda212feb2ab06765c2a98da7d40a90d'/>
<id>1cb019c7dda212feb2ab06765c2a98da7d40a90d</id>
<content type='text'>
Still logging into /tmp/ifcfg.log, but now
- standard format is used,
- values of IfcfgFile are removed (only what would be written-out,
  that is __str__() output is kept) - it was only confusing,
  should be part of unit tests if anything
- logging of some events is added (e.g. Network.write(),
  Network.update())
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Still logging into /tmp/ifcfg.log, but now
- standard format is used,
- values of IfcfgFile are removed (only what would be written-out,
  that is __str__() output is kept) - it was only confusing,
  should be part of unit tests if anything
- logging of some events is added (e.g. Network.write(),
  Network.update())
</pre>
</div>
</content>
</entry>
<entry>
<title>logging: typo in analog</title>
<updated>2010-08-09T08:15:14+00:00</updated>
<author>
<name>Ales Kozumplik</name>
<email>akozumpl@redhat.com</email>
</author>
<published>2010-08-06T17:02:17+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/anaconda.git/commit/?id=7c6914051e95022b532c556848241435482bd9a0'/>
<id>7c6914051e95022b532c556848241435482bd9a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>logging: remote logging for traceback dumps.</title>
<updated>2010-07-26T08:38:55+00:00</updated>
<author>
<name>Ales Kozumplik</name>
<email>akozumpl@redhat.com</email>
</author>
<published>2010-07-22T14:47:21+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/anaconda.git/commit/?id=6977f0838e6d95ddfacdf0c284100ed0739cb10c'/>
<id>6977f0838e6d95ddfacdf0c284100ed0739cb10c</id>
<content type='text'>
Because the names of the traceback files are not known in advance and
there can be many of them, this patch appends every new traceback into
/tmp/anaconda-tb-all.log. This file is then forwarded over.

Related: rhbz#576439
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Because the names of the traceback files are not known in advance and
there can be many of them, this patch appends every new traceback into
/tmp/anaconda-tb-all.log. This file is then forwarded over.

Related: rhbz#576439
</pre>
</div>
</content>
</entry>
<entry>
<title>logging: also log X.log remotely</title>
<updated>2010-07-26T08:38:51+00:00</updated>
<author>
<name>Ales Kozumplik</name>
<email>akozumpl@redhat.com</email>
</author>
<published>2010-07-21T08:45:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/anaconda.git/commit/?id=6127ada1fb285138794c6394af0ffa0470373df8'/>
<id>6127ada1fb285138794c6394af0ffa0470373df8</id>
<content type='text'>
Related: rhbz#576439
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Related: rhbz#576439
</pre>
</div>
</content>
</entry>
<entry>
<title>analog: support reading the installation logs from a unix socket.</title>
<updated>2010-07-20T05:33:17+00:00</updated>
<author>
<name>Ales Kozumplik</name>
<email>akozumpl@redhat.com</email>
</author>
<published>2010-07-13T11:06:47+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/anaconda.git/commit/?id=e34ef1aaa720d59175972adb1277401e0b898cf1'/>
<id>e34ef1aaa720d59175972adb1277401e0b898cf1</id>
<content type='text'>
Related: rhbz#576439
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Related: rhbz#576439
</pre>
</div>
</content>
</entry>
</feed>
