-
Notifications
You must be signed in to change notification settings - Fork 9
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
Pac4cli recently broke on Ubuntu 20.04 #78
Comments
Hi @johnsonb88 , thanks for the bug report. The
and paste the output here? Another command that I'd be interested in is
Thank you! |
@tkluck, thanks for the help. If I start pac4cli manually with "--port", it seems to work:
(That looks correct: there's no proxy on my current network.)
|
@johnsonb88 , could it be that you installed another proxy on your system that's listening on port 3128? It's the default port for proxies. The command |
No, I don't think that's it, at least there's not one that's running at the moment:
Thanks for the debugging help. |
I see. There's not a lot to go on from the logs, so I was just trying to think of differences between your manual run and the systemd run. The port (23128 vs 3128) was an obvious thing to try. I'll see if I can reproduce and post here if I have any updates. |
Hey @johnsonb88 , I have reason to believe this may be related to systemd/systemd#22737. Would you be able to confirm this for me? Here's how to do that. Run
which will open up an editor for an override file. Add the following override:
Then,
Let me know how it goes! |
Running the steps you suggested to set Thanks! Do you plan to publish a change to the service file, or wait and let this get sorted out upstream in systemd? It looks like several projects were affected. |
Thanks for confirming.
I'll wait for upstream to sort this out, because I don't think I'll be able to do anything quicker than them. Also, the dynamicuser provides security. I'll leave this bug open so it's easy to find for others who run into the same. |
Pac4cli (Ubuntu 20.04 PPA version) had been working great for years, but broke within the last few days:
I assume this is due to a change in the version of one of its dependencies, possibly twisted.
Any suggestions? I'm happy to gather more info.
The text was updated successfully, but these errors were encountered: