[lorax] [PATCH] Add trigger for Anaconda's exception handling to bash_history

Vratislav Podzimek vpodzime at redhat.com
Fri Jan 18 09:08:19 UTC 2013


Sending SIGUSR1 to the Anaconda process raises an exception with
some random data. This can be used to test exception handling and
bug reporting.

Signed-off-by: Vratislav Podzimek <vpodzime at redhat.com>
---
 share/config_files/common/bash_history | 1 +
 1 file changed, 1 insertion(+)

diff --git a/share/config_files/common/bash_history b/share/config_files/common/bash_history
index 11ecdfc..511b790 100644
--- a/share/config_files/common/bash_history
+++ b/share/config_files/common/bash_history
@@ -1,5 +1,6 @@
 kill -USR2 `cat /var/run/anaconda.pid`
 kill -HUP `cat /var/run/anaconda.pid`
+kill -USR1 `cat /var/run/anaconda.pid`
 udevadm info --export-db | less
 tail -f /tmp/storage.log
 echo b > /proc/sysrq-trigger
-- 
1.7.11.7



More information about the anaconda-patches mailing list