[Bug 462379] Re: ubiquity does not honor apt proxy settings while downloading language packs

Ryan Tandy 462379 at bugs.launchpad.net
Thu May 22 17:02:28 UTC 2014


Hi,

I don't know why this was closed. It was never fixed and still exists in
the trusty ISOs.

While downloading package lists:

Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
tcp        0      0 10.0.254.77:48653       10.0.2.9:3142           ESTABLISHED 8324/http       
tcp        0      0 10.0.254.77:923         10.0.2.1:2049           ESTABLISHED -               
tcp        0      0 10.0.254.77:53577       91.189.92.61:80         ESTABLISHED 2295/python3    

(10.0.2.9:3142 is the apt proxy, 10.0.2.1 is the NFS server,
91.189.92.61 is geoname-lookup.ubuntu.com)

While downloading language packs:

Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
tcp        0      0 10.0.254.77:923         10.0.2.1:2049           ESTABLISHED -               
tcp        0      0 10.0.254.77:48655       10.0.2.9:3142           TIME_WAIT   -               
tcp        0      0 10.0.254.77:48654       10.0.2.9:3142           TIME_WAIT   -               
tcp        0      0 10.0.254.77:53577       91.189.92.61:80         ESTABLISHED 2295/python3    
tcp        0      0 10.0.254.77:33316       91.189.91.15:80         ESTABLISHED 9445/http       

(the connections to the proxy have been closed, 91.189.91.15 is a member
of the ca.archive.ubuntu.com rotation)

/etc/apt/apt.conf is configured properly on the target system and works
after installation.

Please re-open.

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to ubiquity in Ubuntu.
https://bugs.launchpad.net/bugs/462379

Title:
  ubiquity does not honor apt proxy settings while downloading language
  packs

Status in “ubiquity” package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: ubiquity

  When ubiquity downloads additional english language packages in an
  en_US install (as reported in bug 462367), it does not honor the apt
  proxy configuration as setup during the installer. It correctly
  downloads the Packages files from the proxy, but not the individual
  packages themselves.

  Here is netstat output while ubiquity is configuring apt:

  $ sudo netstat -antp
  Active Internet connections (servers and established)
  Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
  tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      2231/cupsd      
  tcp        0      0 10.0.2.15:60353         192.168.1.210:3142      ESTABLISHED 8000/http       
  tcp6       0      0 ::1:631                 :::*                    LISTEN      2231/cupsd      

  and here is netstat output while downloading one of the packages:

  $ sudo netstat -antp
  Active Internet connections (servers and established)
  Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
  tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      2231/cupsd      
  tcp     1448      0 10.0.2.15:32799         91.189.88.40:80         ESTABLISHED 8888/http       
  tcp6       0      0 ::1:631                 :::*                    LISTEN      2231/cupsd

  (host 91.189.88.40 being one of hosts in archive.ubuntu.com)

  $ ps auwwx | grep 8888
  root      8888  1.5  0.4  27572  2204 ?        S    21:02   0:01 /usr/lib/apt/methods/http

  $ pstree -p -l 2921
  gksudo(2921)───devkit-disks(2923)───ubiquity(2925)─┬─debconf-communi(7553)
                                                     ├─log-output(7555)───install.py(7556)───http(8888)
                                                     └─{ubiquity}(6529)

  ProblemType: Bug
  Architecture: amd64
  Date: Tue Oct 27 21:07:50 2009
  DistroRelease: Ubuntu 9.10
  LiveMediaBuild: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
  Package: ubiquity 2.0.6
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
  SourcePackage: ubiquity
  Uname: Linux 2.6.31-14-generic x86_64
  XsessionErrors:
   (gnome-settings-daemon:2751): GLib-CRITICAL **: g_propagate_error: assertion `src != NULL' failed
   (gnome-settings-daemon:2751): GLib-CRITICAL **: g_propagate_error: assertion `src != NULL' failed
   (nautilus:2807): Eel-CRITICAL **: eel_preferences_get_boolean: assertion `preferences_is_initialized ()' failed
   (polkit-gnome-authentication-agent-1:2830): GLib-CRITICAL **: g_once_init_leave: assertion `initialization_value != 0' failed
   (gnome-panel:2806): Gdk-CRITICAL **: gdk_x11_colormap_foreign_new: assertion `GDK_IS_VISUAL (visual)' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/462379/+subscriptions



More information about the foundations-bugs mailing list