<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://thelinuxsource.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://thelinuxsource.org/index.php?action=history&amp;feed=atom&amp;title=ABRT</id>
		<title>ABRT - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://thelinuxsource.org/index.php?action=history&amp;feed=atom&amp;title=ABRT"/>
		<link rel="alternate" type="text/html" href="http://thelinuxsource.org/index.php?title=ABRT&amp;action=history"/>
		<updated>2026-04-15T23:56:12Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.15</generator>

	<entry>
		<id>http://thelinuxsource.org/index.php?title=ABRT&amp;diff=107&amp;oldid=prev</id>
		<title>Support: Created page with &quot;====  Disabling Correctly ==== To disable correctly, all abrt services should be disabled via chkconfig (or systemctl) and the services stopped (Note: ccpp is a kernel loadabl...&quot;</title>
		<link rel="alternate" type="text/html" href="http://thelinuxsource.org/index.php?title=ABRT&amp;diff=107&amp;oldid=prev"/>
				<updated>2017-05-10T04:08:53Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;====  Disabling Correctly ==== To disable correctly, all abrt services should be disabled via chkconfig (or systemctl) and the services stopped (Note: ccpp is a kernel loadabl...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;====  Disabling Correctly ====&lt;br /&gt;
To disable correctly, all abrt services should be disabled via chkconfig (or systemctl) and the services stopped (Note: ccpp is a kernel loadable module, the stop command should rmmod it, and status should show that it is unloaded):&lt;br /&gt;
 ENT 6 or earlier:&lt;br /&gt;
 # chkconfig abrtd off&lt;br /&gt;
 # chkconfig abrt-ccpp off&lt;br /&gt;
 # chkconfig abrt-oops off&lt;br /&gt;
 # service abrt-ccpp stop&lt;br /&gt;
 # service abrt-oops stop&lt;br /&gt;
 # service abrtd stop&lt;br /&gt;
 OR, more correctly (some systems have more abrt modules installed)&lt;br /&gt;
 # for FILE in /etc/init.d/abrt-* ; do SERVICE=$(basename $FILE) ; chkconfig $SERVICE off ; service $SERVICE stop ; done ; chkconfig abrtd off ; service abrtd stop&lt;br /&gt;
 ENT 7&lt;br /&gt;
 # for SERVICE in $(systemctl list-unit-files | grep 'abrt-' | awk '{print $1}') ; do systemctl disable $SERVICE ; systemctl stop $SERVICE ; done ; systemctl disable abrtd ; systemctl stop abrtd&lt;br /&gt;
&lt;br /&gt;
====  Running/Fixing Email ====&lt;br /&gt;
If enabled, it needs to be setup to have a valid From: (EmailFrom=) address (defaults to user@localhost, which causes it to bounce/not be accepted by our mail servers)&lt;br /&gt;
 # cat /etc/libreport/plugins/mailx.conf&lt;br /&gt;
 &lt;br /&gt;
 # Uncomment and specify these parameters if you want to use&lt;br /&gt;
 # reporter-mailx tool outside of libreport's GUI&lt;br /&gt;
 # (i.e. from command line or in custom scripts)&lt;br /&gt;
 # and you don't want to specify parameters in every tool invocation.&lt;br /&gt;
 #&lt;br /&gt;
 # String parameters:&lt;br /&gt;
 # Subject=&lt;br /&gt;
 # EmailFrom=&lt;br /&gt;
 # EmailTo=&lt;br /&gt;
 #&lt;br /&gt;
 # Boolean parameter:&lt;br /&gt;
 # SendBinaryData=yes/no&lt;br /&gt;
SET THESE (minimal settings needed to fix email routing):&lt;br /&gt;
 EmailFrom=sa-general@example.net&lt;br /&gt;
 EmailTo=sa-general@example.net&lt;/div&gt;</summary>
		<author><name>Support</name></author>	</entry>

	</feed>