-
-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
prepare-suspend: do not disable virtual interfaces before suspend #385
Conversation
There is no need to disable virtual (dummy) interfaces before suspend, it matters only for physical ones. Especially, do not de-configure dummy eth1 used by Whonix, as there is nothing to turn it back on after resume. QubesOS/qubes-issues#2044 QubesOS/qubes-issues#7404
OpenQA test summaryComplete test suite and dependencies: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.1&build=2022072711-4.1&flavor=pull-requests New failures, excluding unstableCompared to: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.1&build=2022071906-4.1&flavor=update
Failed tests17 failures
Fixed failuresCompared to: https://openqa.qubes-os.org/tests/44309#dependencies 22 fixed
Unstable tests
|
There is no need to disable virtual (dummy) interfaces before suspend, it
matters only for physical ones. Especially, do not de-configure dummy eth1
used by Whonix, as there is nothing to turn it back on after resume.
QubesOS/qubes-issues#2044
QubesOS/qubes-issues#7404