cfa82ee93f
Sending SIGUSR1 to the Anaconda process raises an exception with some random data. This can be used to test exception handling and bug reporting.
10 lines
272 B
Bash
10 lines
272 B
Bash
kill -USR1 `cat /var/run/anaconda.pid`
|
|
kill -USR2 `cat /var/run/anaconda.pid`
|
|
kill -HUP `cat /var/run/anaconda.pid`
|
|
udevadm info --export-db | less
|
|
tail -f /tmp/storage.log
|
|
echo b > /proc/sysrq-trigger
|
|
dmsetup table
|
|
multipath -d
|
|
HOME=/root chroot /mnt/sysimage bash -l -i
|