OXIESEC PANEL
- Current Dir:
/
/
opt
/
passenger
/
resources
/
templates
/
installer_common
Server IP: 2a02:4780:11:1084:0:327f:3464:10
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
10/21/2025 06:53:57 AM
rwxr-xr-x
📄
cannot_access_files_as_root.txt.erb
728 bytes
07/09/2025 07:27:24 PM
rw-r--r--
📄
gem_install_permission_problems.txt.erb
739 bytes
07/09/2025 07:27:24 PM
rw-r--r--
📄
low_amount_of_memory_warning.txt.erb
1000 bytes
07/09/2025 07:27:24 PM
rw-r--r--
📄
run_installer_as_root.txt.erb
552 bytes
07/09/2025 07:27:24 PM
rw-r--r--
📄
world_inaccessible_directories.txt.erb
663 bytes
07/09/2025 07:27:24 PM
rw-r--r--
Editing: run_installer_as_root.txt.erb
Close
<red>Permission problems</red> <% if @desc %> This installer must be able to <%= @access || "write to" %> <%= @desc %>. <% else %> This installer must be able to <%= @access || "write to" %> the following directory: <b><%= @dir %></b> <% end -%> But it can't do that, because you're running the installer as <b><%= `whoami`.strip %></b>. Please give this installer root privileges, by re-running it with <yellow><%= @sudo %></yellow>: <b>export ORIG_PATH="$PATH" <%= @sudo_s_e %> export PATH="$ORIG_PATH" <%= @ruby %> <%= @installer %></b>