Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
143
Issues
143
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
4db9df55
Commit
4db9df55
authored
Jul 16, 2018
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor tweak to portal installation; need to make sure the emulab.key
is readable, since its on boss, this is fine.
parent
6800a39a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
install/phases/boss/portal
install/phases/boss/portal
+3
-0
No files found.
install/phases/boss/portal
View file @
4db9df55
...
@@ -69,6 +69,9 @@ sub Install($$$)
...
@@ -69,6 +69,9 @@ sub Install($$$)
ExecQuietFatal("chown nobody:nobody /var/run/fcgidsock");
ExecQuietFatal("chown nobody:nobody /var/run/fcgidsock");
ExecQuietFatal("chmod 770 /var/run/fcgidsock");
ExecQuietFatal("chmod 770 /var/run/fcgidsock");
};
};
Phase "emulabkey", "Fixing perms on $TBROOT/etc/emulab.key", sub {
ExecQuietFatal("chmod 644 $TBROOT/etc/emulab.key");
};
Phase "rc.conf", "Adding fcgid to apache flags", sub {
Phase "rc.conf", "Adding fcgid to apache flags", sub {
PhaseSkip("already added") unless `grep -q PGENI_FCGID $RCCONF`;
PhaseSkip("already added") unless `grep -q PGENI_FCGID $RCCONF`;
my $flags = "-DSSL -DPGENI -DPGENI_FCGID";
my $flags = "-DSSL -DPGENI -DPGENI_FCGID";
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment