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
d6a52310
Unverified
Commit
d6a52310
authored
4 years ago
by
anarcat
Browse files
Options
Downloads
Patches
Plain Diff
found a problem with bridges on reboot, with a fix
parent
a1f1b469
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/ganeti.md
+22
-0
22 additions, 0 deletions
howto/ganeti.md
with
22 additions
and
0 deletions
howto/ganeti.md
+
22
−
0
View file @
d6a52310
...
...
@@ -882,6 +882,28 @@ often, by scheduling a [harep](http://docs.ganeti.org/ganeti/2.15/man/harep.html
Debian by default. See also the
[
autorepair
](
http://docs.ganeti.org/ganeti/2.15/html/admin.html#autorepair
)
section of the admin
manual.
### Bridge configuration failures
If you get the following error while trying to bring up the bridge:
root@chi-node-02:~# ifup br0
add bridge failed: Package not installed
run-parts: /etc/network/if-pre-up.d/bridge exited with return code 1
ifup: failed to bring up br0
... it might be the bridge cannot find a way to load the kernel
module, because kernel module loading has been disabled. Reboot with
the
`/etc/no_modules_disabled`
file present:
touch /etc/no_modules_disabled
reboot
It might be that the machine took too long to boot because it's not in
mandos and the operator took too long to enter the LUKS
passphrase. Re-enable the machine with this command on mandos:
mandos-ctl --enable chi-node-02.torproject
### Other troubleshooting
Riseup has
[
documentation on various failure scenarios
](
https://we.riseup.net/riseup+tech/ganeti#failure-scenarios
)
including
...
...
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