Network proxy settings does not keep "DIRECT" value in apt.conf when set back to method "None"
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ubuntu-system-service (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned | ||
Oneiric |
Won't Fix
|
Undecided
|
Unassigned |
Bug Description
Network proxy settings in gnome-control-
NOTE: Acquire:
How to reproduce:
1. open network settings in gnome-control-
2. set proxy like the example below:
* method - manual
* HTTP Proxy - example.com:8080
* HTTPS Proxy - example.com:8090
3. press "Apply system wide"
- confirm proxy settings are written in /etc/apt/apt.conf
4. add the line below into /etc/apt/apt.conf manually
- Acquire:
5. add the line below into /etc/apt/
- Acquire:
6. turn off proxy by set back the Method to "None" and press "Apply system wide" again.
Expected to happen:
7. the three lines below are removed from /etc/apt/apt.conf
- Acquire:
- Acquire:
- Acquire::ftp::proxy "http://
but leave the lines below in /etc/apt/apt.conf and /etc/apt/
- Acquire:
- Acquire:
What happened instead:
7. the three lines are removed and also "DIRECT" lines are removed.
NOTE:
"Apply system wide" for /etc/environment leave no_proxy value as is.
ProblemType: BugDistroRelease: Ubuntu 11.10
Package: gnome-control-
ProcVersionSign
Uname: Linux 3.0.0-12-generic x86_64
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
CasperVersion: 1.285
Date: Tue Oct 18 05:07:00 2011
LiveMediaBuild: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111011)
ProcEnviron:
LANG=en_US.UTF-8
SHELL=
UpgradeStatus: No upgrade log present (probably fresh install)
usr_lib_
deja-dup 20.0-0ubuntu3
gnome-bluetooth 3.2.0-0ubuntu1
indicator-datetime 0.3.0-0ubuntu3
Related branches
- Ubuntu Core Development Team: Pending requested
-
Diff: 54 lines (+10/-16)1 file modifiedbackend/system-service-d (+10/-16)
Changed in gnome-control-center (Ubuntu): | |
assignee: | nobody → Rodrigo Moya (rodrigo-moya) |
Changed in ubuntu-system-service (Ubuntu Oneiric): | |
status: | New → In Progress |
tags: |
added: verification-done removed: verification-needed |
This is a bug in ubuntu- system- service again, which is the responsible for writing the proxy settings to /etc/apt/apt.conf.