-
Notifications
You must be signed in to change notification settings - Fork 237
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Be more informative if loopback setup fails
We're seeing loopback setup fail in Fedora infrastructure for rpm-ostree composes: https://pagure.io/releng/issue/6602 This should help debug. Tested with strace fault injection: ``` $ strace -o strace.log -f -e fault=bind:error=EPERM bwrap --unshare-net --bind / / true loopback: Failed to bind NETLINK_ROUTE socket: Operation not permitted $ ``` Closes: #166 Approved by: alexlarsson
- Loading branch information
1 parent
a26b09a
commit e605e2d
Showing
3 changed files
with
9 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,4 +18,4 @@ | |
|
||
#pragma once | ||
|
||
int loopback_setup (void); | ||
void loopback_setup (void); |