⚝
One Hat Cyber Team
⚝
Your IP:
216.73.217.4
Server IP:
41.128.143.86
Server:
Linux host.raqmix.cloud 6.8.0-1025-azure #30~22.04.1-Ubuntu SMP Wed Mar 12 15:28:20 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.3.23
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
passenger
/
templates
/
installer_common
/
View File Name :
gem_install_permission_problems.txt.erb
Permission problems in your gem directory detected
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:
sudo chown -R <%= `whoami`.strip %> "<%= Gem.dir %>"
Also, please remember to run 'gem install' commands
without sudo
in the future. Sudo is only necessary if the gem directory is located outside the home directory. After having fixed the permissions, please
re-run this installer
.