-
-
Notifications
You must be signed in to change notification settings - Fork 127
Revert "Use socks5 proxy on Whonix Gateway to fix onion urls resolution" #618
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
Conversation
Adding the options was moved to the uwt wrapper: Whonix/uwt@43e07ed It isn't needed here anymore. This reverts commit 2e68781.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #618 +/- ##
=======================================
Coverage 71.10% 71.10%
=======================================
Files 3 3
Lines 481 481
=======================================
Hits 342 342
Misses 139 139 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
OpenQA test summaryComplete test suite and dependencies: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2025110502-4.3&flavor=pull-requests Test run included the following:
Upload failures
New failures, excluding unstableCompared to: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2025081011-4.3&flavor=update
Failed tests16 failures
Fixed failuresCompared to: https://openqa.qubes-os.org/tests/149225#dependencies 82 fixed
Unstable testsPerformance TestsPerformance degradation:17 performance degradations
Remaining performance tests:161 tests
|
Depending on DNF version, it chooses cachedir either inside
--installroot, or in plain /var/cache. The latter is not writable by a
normal user, and due to fakeroot usage, DNF gets confused.
This manifests in a message like this:
Failed to expire repository cache in path "/var/cache/libdnf5/updates-79babcf8637033ce": cannot open file: (13) - Permission denied [/var/cache/libdnf5/updates-79babcf8637033ce/attrs/expired]
Specify cache dir explicitly.
Adding the options was moved to the uwt wrapper:
Whonix/uwt@43e07ed
It isn't needed here anymore.
This reverts commit 2e68781.
@adrelanos