One Hat Cyber Team
Your IP :
10.30.1.1
Server IP :
103.148.201.5
Server :
Linux web-olt 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64
Server Software :
Apache/2.4.52 (Ubuntu)
PHP Version :
8.1.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
lib
/
dpkg
/
info
/
Edit File:
rdma-core.postinst
#!/bin/sh set -e # Automatically added by dh_installinit/13.5.2ubuntu1 if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-deconfigure" ] || [ "$1" = "abort-remove" ] ; then if [ -z "${DPKG_ROOT:-}" ] && [ -x "/etc/init.d/iwpmd" ]; then update-rc.d iwpmd defaults >/dev/null invoke-rc.d --skip-systemd-native iwpmd restart || exit 1 fi fi # End automatically added section # Automatically added by dh_installsystemd/13.5.2ubuntu1 if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-deconfigure" ] || [ "$1" = "abort-remove" ] ; then if [ -z "${DPKG_ROOT:-}" ] && [ -d /run/systemd/system ]; then systemctl --system daemon-reload >/dev/null || true deb-systemd-invoke restart 'iwpmd.service' 'rdma-hw.target' 'rdma-ndd.service' >/dev/null || true fi fi # End automatically added section if [ "$1" = "configure" ]; then # we ship udev rules, so trigger an update. This has to be done after # DEBHELPER restarts systemd to get our new service files loaded. udevadm trigger --subsystem-match=infiniband --action=change || true udevadm trigger --subsystem-match=net --action=change || true udevadm trigger --subsystem-match=infiniband_mad --action=change || true fi
Simpan