My computer seems stuck with a bad case of an hardcoded proxy. I have already tried setting no proxy in the Ubuntu configuration utility and applying the change system-wide. Grepping /etc
for the proxy gives no results.
I tried seeing what processes do have this configuration variables:
pstree -p | grep -P "'"$(sudo grep -ialP '\0?https?_proxy=.*?\0?' */environ | cut -f1 -d'/' | grep -P '[0-9]+' | tr '\n' '|')"'"
The first process that gets highlighted is upstart
, which is lanuched by lightdm
(not highlighted).
Why is lightdm
launching upstart
with a proxy configured? How can I prevent this?
This was most likely caused by the contents of my
~/.profile
file, which defined the relevant environment variables.If this shouldn't help you, then this increasingly nuclear command should?