<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://easylinux.info/skins/common/feed.css?207"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>Syslogd to rsyslog - Revision history</title>
		<link>http://easylinux.info/index.php?title=Syslogd_to_rsyslog&amp;action=history</link>
		<description>Revision history for this page on the wiki</description>
		<language>en</language>
		<generator>MediaWiki 1.15.1</generator>
		<lastBuildDate>Tue, 21 May 2013 14:58:29 GMT</lastBuildDate>
		<item>
			<title>Perspectoff:&amp;#32;/* Create or alter rsyslog configuration file */</title>
			<link>http://easylinux.info/index.php?title=Syslogd_to_rsyslog&amp;diff=33133&amp;oldid=prev</link>
			<description>&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;Create or alter rsyslog configuration file&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
* This information is taken from [https://bugs.launchpad.net/ubuntu/+source/firestarter/+bug/776361 this Ubuntu Launchpad] bug discussion.&lt;br /&gt;
&lt;br /&gt;
*Starting with (K)Ubuntu 11.04 Lucid Lynx, the Linux logging mechanism was changed from syslogd to rsyslog. Some older applications still attempt to send logs to the syslogd system, however. The rsyslog system can be configured to intercept those logs.&lt;br /&gt;
&lt;br /&gt;
The Firestarter firewall, for example, is one of those programs, and unless this is done it will return errors regarding an inability to record logs. there are several other programs with similar problems. The solution is to create (or edit a pre-exisitng) configuration file to instruct rsyslog to interect the logs. &lt;br /&gt;
&lt;br /&gt;
== Create or alter rsyslog configuration file ==&lt;br /&gt;
&lt;br /&gt;
* Create a file /etc/rsyslog.d/90-foroldlogs.conf (use the text editor ''gedit'' instead of ''kate'' if using Ubuntu instead of Kubuntu):&lt;br /&gt;
  sudo kate /etc/rsyslog.d/90-foroldlogs.conf&lt;br /&gt;
&lt;br /&gt;
:that contains the lines:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
*.=info;*.=notice;*.=warn;\&lt;br /&gt;
 auth,authpriv.none;\&lt;br /&gt;
 cron,daemon.none;\&lt;br /&gt;
 mail,news.none -/var/log/messages&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Alternatively, edit the existing config file /etc/rsyslog.d/50-default.conf (use the text editor ''gedit'' instead of ''kate'' if using Ubuntu instead of Kubuntu):&lt;br /&gt;
 sudo kate /etc/rsyslog.d/50-default.conf&lt;br /&gt;
&lt;br /&gt;
:and uncomment the lines (remove the # at the beginning of each line):&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#*.=info;*.=notice;*.=warn;\&lt;br /&gt;
# auth,authpriv.none;\&lt;br /&gt;
# cron,daemon.none;\&lt;br /&gt;
# mail,news.none -/var/log/messages&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:to&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
*.=info;*.=notice;*.=warn;\&lt;br /&gt;
 auth,authpriv.none;\&lt;br /&gt;
 cron,daemon.none;\&lt;br /&gt;
 mail,news.none -/var/log/messages&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Then reboot the system or restart rsyslog:&lt;br /&gt;
 sudo /etc/init.d/rsyslog restart&lt;/div&gt;</description>
			<pubDate>Wed, 22 Feb 2012 05:18:37 GMT</pubDate>			<dc:creator>Perspectoff</dc:creator>			<comments>http://easylinux.info/wiki/Talk:Syslogd_to_rsyslog</comments>		</item>
	</channel>
</rss>