Jeroen wrote:As root, just do 'grep -r http_proxy /etc', and as your user yourself, do 'grep -r http_proxy $HOME/.*', that will simply search on both the system-wide config area (/etc) and your user-specific stuff to this setting.
I found it in the file /etc/environment. but it says:
# +ANON_MARK+ Don't change this while anon-proxy manages this variable.
# +ANON_MARK+ To take back control of it run dpkg-reconfigure and tell
# +ANON_MARK+ debconf not to set this variable for you.
HTTP_PROXY=http://localhost:4001 # +ANON_MARK+
http_proxy=http://localhost:4001 # +ANON_MARK+
LANG=nl_NL@euro
I tried "dpkg-reconfigure" it asked for what to reconfig?
I tried "dpkg-reconfigure debconf" but it wasnt right too.
also reconfig anon or anon_mark didnt help. what is it, and what do I have to reconfigure?