Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Wiki Replica
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
TPA
Wiki Replica
Commits
5c6ab9b3
Verified
Commit
5c6ab9b3
authored
3 years ago
by
anarcat
Browse files
Options
Downloads
Patches
Plain Diff
add /srv as a separate step
parent
676eac23
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
howto/new-machine.md
+11
-2
11 additions, 2 deletions
howto/new-machine.md
with
11 additions
and
2 deletions
howto/new-machine.md
+
11
−
2
View file @
5c6ab9b3
...
...
@@ -209,13 +209,22 @@ above](#pre-requisites)! Some installers cover all of those steps, but most do n
7.
... and if the machine is handling mail, add it to
[
dnswl.org
](
https://www.dnswl.org/
)
(password in tor-passwords,
`hosts-extra-info`
)
8.
once everything is done, reboot the new machine to make sure
8.
you will probably want to create a
`/srv`
filesystem to hole
service files and data unless this is a very minimal
system. Typically, installers may create the partition, but will
*not*
create the filesystem and configure it in
`/etc/fstab`
:
mkfs -t ext4 -j /dev/sdc &&
printf 'UUID=%s\t/srv\text4\tdefaults\t1\t2\n' $(blkid --match-tag UUID --output value /dev/sdc) >> /etc/fstab &&
mount /srv
9.
once everything is done, reboot the new machine to make sure
*that*
still works:
reboot
At this point, the machine has a basic TPA setup. You will probably
need to assign it a "role" in Puppet to get it to do anything.
need to assign it a "role" in Puppet to get it to do anything.
# Reference
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment