-
Notifications
You must be signed in to change notification settings - Fork 2
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
Numerous issues on Ubuntu 22.04 / mint 21.1 #12
Comments
Tried to touch a file in |
I got the dbus and python errors to go away by adding Now qomui reports as having connected to air vpn successfully but I don't believe it is. I can ping IP addresses but DNS is broken. Hopeful to figure this out as eddie-ui is extremely buggy software and qomui is still the best VPN client I've ever had. I'm not sure yet how to interpret these iptables errors. I tried enabling |
Very happy to report that I resolved my connection issues with I'll see if I can rename the issue but will obviously leave the breadcrumbs for anyone dealing with either of the same issues as I have. For what it's worth the iptables commands still return Back to the issue at hand: If I understood this at all correctly, the real solution may simply be to specify or allow setting an alternate location for EDIT: And the other smaller issue is one should not have to symlink Thanks! |
Apologies for spamming anyone's notifications, but it appears I have not narrowed down all issues on my own after all. Even after disabling dfw, sym linking to the deprecated systemd-resolve, and rolling back to cgroups v1, I'm still unable to get remotely consistent results from the firewall or bypass feature. Posting as much of my recent logs as comment length will allow. Thanks
|
I haven't touched this codebase in a while (nor have I ran Linux in a while), but I am fairly sure some of these issues have to do with overdependence on older components (systemd-networkd/resolved, iptables-legacy, etc...) both in the original project and in my fork (at the time I was using Arch Linux with systemd-networkd/resolved and nftables with no other firewalling). I'll see about reworking the code to compensate for these, and be less-dependent on these components. |
EDIT: The other problem I describe below was simply operator error; I didn't realize ufw was running. The only real issues here then are 1.) the cgroup error and 2.) the deprecation of systemd-resolve. I found workarounds for both.
I've had great luck with this fork on Mint 19 which is based on Ubuntu 18.04, however I've recently started from scratch on Mint 21.1 based on Ubuntu 22.04. I'm using awesome window manager in a custom session script that also contains mate-settings-daemon and lxpolkit
5.15.0-73-generic #80-Ubuntu SMP Mon May 15 15:18:26 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
I've installed the deb from the releases page. Here's what I've hit in the logs:
So far the above was the easiest issue to work around, the
systemd-resolve
command has been deprecated and its replacement is almost 100% synonymous so I work around viasudo ln -s /usr/bin/resolvectl /usr/bin/systemd-resolve
This one above is a little more cryptic for me, I assume it's related to what follows. For this I'd really appreciate any feedback. It only hits the log when I enable bypass, and it comes with numerous dbus errors in my desktop notifications:
The issue persists after installing
cgroup-tools
and even trying to run qomui as sudo. I get errorcgroup change of group failed
if I try to executecgexec -g net_cls:bypass_qomui
I really appreciate this project and would be grateful for any assistance you can provide. Hopefully I'm overlooking something super obvious
The text was updated successfully, but these errors were encountered: