Linux server.nvwebsoft.co.in 3.10.0-1160.114.2.el7.x86_64 #1 SMP Wed Mar 20 15:54:52 UTC 2024 x86_64
Apache
: 162.240.12.249 | : 3.147.68.18
202 Domain
8.1.31
nbspublicschool
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
etc /
libreport /
events.d /
[ HOME SHELL ]
Name
Size
Permission
Action
abrt_event.conf
4.85
KB
-rw-r--r--
ccpp_event.conf
4.7
KB
-rw-r--r--
ccpp_retrace_event.conf
153
B
-rw-r--r--
centos_report_event.conf
1.84
KB
-rw-r--r--
gconf_event.conf
476
B
-rw-r--r--
koops_event.conf
1.61
KB
-rw-r--r--
mailx_event.conf
203
B
-rw-r--r--
mdadm_event.conf
157
B
-rw-r--r--
python_event.conf
1.19
KB
-rw-r--r--
rhtsupport_event.conf
243
B
-rw-r--r--
smart_event.conf
969
B
-rw-r--r--
vimrc_event.conf
1.44
KB
-rw-r--r--
vmcore_event.conf
2.32
KB
-rw-r--r--
xorg_event.conf
974
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : vmcore_event.conf
EVENT=post-create analyzer=vmcore ( # If kdump machinery already extracted dmesg... if test -f vmcore-dmesg.txt; then # ...use that abrt-dump-oops -u $DUMP_DIR vmcore-dmesg.txt || exit $? # # Does "kernel" element exist? test -f kernel && exit 0 # # Try creating it from vmcore-dmesg.txt: # MCE oopses don't have kernel version in them, # but it should be specified earlier in the log. k=`sed -n '/Linux version/ s/.*Linux version \([^ ]*\) .*/\1/p' vmcore-dmesg.txt | tail -n1` test "$k" != "" && printf "%s" "$k" >kernel else # No vmcore-dmesg.txt, do it the hard way: abrt-action-analyze-vmcore || exit $? # # Does "kernel" element exist? test -f kernel && exit 0 # # Try creating it from dmesg_log (created by abrt-action-analyze-vmcore): test -f dmesg_log || exit 0 k=`sed -n '/Linux version/ s/.*Linux version \([^ ]*\) .*/\1/p' dmesg_log | tail -n1` test "$k" != "" && printf "%s" "$k" >kernel fi ) # Do not fail the event (->do not delete problem dir) # if check-oops-for-hw-error exits nonzero: { abrt-action-check-oops-for-hw-error || true; } # analyze EVENT=analyze_VMcore analyzer=vmcore abrt-action-analyze-oops && abrt-action-save-kernel-data # If you want behavior similar to one provided by kerneloops daemon # distributed by kerneloops.org - that is, if you want # oopses to be reported automatically and immediately without # user interaction, uncomment this line: #EVENT=post-create analyzer=vmcore reporter-kerneloops # report EVENT=report_Kerneloops analyzer=vmcore reporter-kerneloops EVENT=report_Bugzilla analyzer=vmcore reporter-bugzilla -b \ -F /etc/libreport/plugins/bugzilla_format_kernel.conf # update ABRT database after successful report to bugzilla EVENT=post_report analyzer=vmcore reporter-ureport -A -B exit 0 # Send micro report EVENT=report_uReport analyzer=vmcore /usr/libexec/abrt-action-ureport EVENT=report-gui analyzer=vmcore report-gtk -- "$DUMP_DIR" EVENT=report-cli analyzer=vmcore report-cli -- "$DUMP_DIR"
Close