-
Notifications
You must be signed in to change notification settings - Fork 12
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
journalctl receives excessive messages from vpn #6
Comments
Ooooooh, this is interesting. It looks like |
Looking into it further, a quick fix would be editing your mullvad service (assuming it's being used) at /usr/lib/systemd/system/mullvad-daemon.service to execute the daemon with the --disable-log-to-file flag. If you want to check out the daemon itself it's located at /opt/Mullvad\ VPN/resources/mullvad-daemon. EDIT: I can't test this to verify that it works but it should |
Nice find! Yep it works! Apparently the
Follow up with |
Since the script calls
mullvad status
intermittently, journalctl ends up flooded with these requests. This leads to excessive journal size. The major issue I foresee is if the user has a small max journal size set: then mullvad (and perhaps other vpn) entries would dominate the space. This could make debugging computers with a small max journal size tricky. (Running on 5.4.1-MANJARO.)Does anyone know a good way to silence these journal outputs - preferably without silencing other mullvad journal outputs?
The text was updated successfully, but these errors were encountered: