Well, since this is still happening and there appears to be no action on
it... here is the fix:
--- /usr/lib/python2.4/site-packages/UpdateManager/UpdateManager.py
2007-01-08 18:42:01.000000000 -0500
+++ /tmp/UpdateManager.py 2007-01-08 18:41:52.000000000 -0500
@@ -394,7 +394,7 @@
if use_auth:
auth_user =
self.gconfclient.get_string("/system/http_proxy/authentication_user")
auth_pw =
self.gconfclient.get_string("/system/http_proxy/authentication_password")
- proxy = "http://%s:[EMAIL PROTECTED]:%s/" %
(auth_user,auth_pw,host, port)
+ proxy = "http://%s:[EMAIL PROTECTED]:%s/" %
(auth_user,auth_pass,host, port)
else:
proxy = "http://%s:%s/" % (host, port)
if proxy:
--
NameError: global name 'auth_pass' is not defined
https://launchpad.net/bugs/75892
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs