Linux srv25.usacloudserver.us 5.14.0-570.39.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 4 05:08:52 EDT 2025 x86_64
LiteSpeed
Server IP : 23.137.84.82 & Your IP : 216.73.216.85
Domains :
Cant Read [ /etc/named.conf ]
User : epicgamerzoneco
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
passenger /
templates /
installer_common /
Delete
Unzip
Name
Size
Permission
Date
Action
cannot_access_files_as_root.txt.erb
728
B
-rw-r--r--
2025-04-17 08:59
gem_install_permission_problems.txt.erb
739
B
-rw-r--r--
2025-04-17 08:59
low_amount_of_memory_warning.txt.erb
1000
B
-rw-r--r--
2025-04-17 08:59
run_installer_as_root.txt.erb
552
B
-rw-r--r--
2025-04-17 08:59
world_inaccessible_directories.txt.erb
663
B
-rw-r--r--
2025-04-17 08:59
Save
Rename
<red>Permission problems in your gem directory detected</red> Your gem directory is <%= Gem.dir %>, and the files within are supposed to be owned by the '<%= `whoami`.strip %>' user. However, it looks like you installed the Phusion Passenger gem with 'sudo', causing some files within to be owned by the 'root' user. This will cause permission problems later on. Please run the following command to fix the permissions: <b>sudo chown -R <%= `whoami`.strip %> "<%= Gem.dir %>"</b> Also, please remember to run 'gem install' commands <b>without sudo</b> in the future. Sudo is only necessary if the gem directory is located outside the home directory. After having fixed the permissions, please <yellow>re-run this installer</yellow>.