~ubuntu-branches/ubuntu/wily/ruby-passenger/wily-proposed

« back to all changes in this revision

Viewing changes to resources/templates/installer_common/gem_install_permission_problems.txt.erb

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2013-11-23 23:50:02 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20131123235002-8fdhsq7afj15o2z2
Tags: 4.0.25-1
* New upstream release.
* Refresh fix_install_path.patch.
* Build for Ruby 2.0 instead of 1.8. (Closes: #725591)
* Add fix_ftbfs_fortify_source.patch.
* Install passenger template files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<red>Permission problems in your gem directory detected</red>
 
2
 
 
3
Your gem directory is <%= Gem.dir %>, and the
 
4
files within are supposed to be owned by the '<%= `whoami`.strip %>' user.
 
5
However, it looks like you installed the Phusion Passenger gem with 'sudo',
 
6
causing some files within to be owned by the 'root' user. This will cause
 
7
permission problems later on.
 
8
 
 
9
Please run the following command to fix the permissions:
 
10
 
 
11
  <b>sudo chown -R <%= `whoami`.strip %> "<%= Gem.dir %>"</b>
 
12
 
 
13
Also, please remember to run 'gem install' commands <b>without sudo</b> in the
 
14
future. Sudo is only necessary if the gem directory is located outside the
 
15
home directory.
 
16
 
 
17
After having fixed the permissions, please <yellow>re-run this installer</yellow>.
 
 
b'\\ No newline at end of file'