Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18

Thread: Google chrome (dev) sources.list problem

  1. #11
    Join Date
    Feb 2007
    Beans
    784
    Distro
    Ubuntu Development Release

    Re: Google chrome (dev) sources.list problem

    Yay! Done it!

    I had to use the hostname of this machine as the value in the HTTP field

    and after some digging, I discovered I needed to add
    acl localhost src 127.0.1.1/32
    acl to_localhost dst 127.0.1.0/8

    to squid.conf

    I've certainly overdone it there (I only need 127.0.1.1 I'm sure) and I don't know whether I need both those lines, but I am now not freezing on the google repo when I 'reload' in synaptic!
    To err is human, but not uniquely so.

  2. #12
    Join Date
    Nov 2009
    Beans
    8

    Re: Google chrome (dev) sources.list problem

    I take it that Synaptic works now?

    You can put the IP of the machine into Synaptic as the HTTP proxy address as well, you don't have to use the hostname.

    Happy installing

  3. #13
    Join Date
    Feb 2007
    Beans
    784
    Distro
    Ubuntu Development Release

    Re: Google chrome (dev) sources.list problem

    Quote Originally Posted by cengelbrecht View Post
    I take it that Synaptic works now?

    You can put the IP of the machine into Synaptic as the HTTP proxy address as well, you don't have to use the hostname.

    Happy installing
    Yep, I'm happy!
    To err is human, but not uniquely so.

  4. #14
    Join Date
    Sep 2006
    Beans
    24
    Distro
    Xubuntu

    Re: Google chrome (dev) sources.list problem

    FYI, Google recognizes this as a problem, but "there is no timeframe yet" for fixing it. (Source.)

  5. #15
    Join Date
    Apr 2007
    Location
    Cosenza, Italy
    Beans
    194
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Google chrome (dev) sources.list problem

    I have fixed it by creating the file "/etc/apt/apt.conf.d/90localsettings" with the following content:

    Code:
    Acquire::http::Pipeline-Depth "0";

  6. #16
    Join Date
    Feb 2007
    Beans
    784
    Distro
    Ubuntu Development Release

    Re: Google chrome (dev) sources.list problem

    Quote Originally Posted by krige View Post
    I have fixed it by creating the file "/etc/apt/apt.conf.d/90localsettings" with the following content:

    Code:
    Acquire::http::Pipeline-Depth "0";
    That is cool!

    Thanks - much easier than the struggles I had with squid!
    To err is human, but not uniquely so.

  7. #17
    Join Date
    Feb 2007
    Beans
    784
    Distro
    Ubuntu Development Release

    Re: Google chrome (dev) sources.list problem

    I have just used

    Code:
     echo "Acquire::http::Pipeline-Depth "0";" | sudo tee /etc/apt/apt.conf.d/90localsettings
    as a quick way to do this.
    To err is human, but not uniquely so.

  8. #18
    Join Date
    Apr 2007
    Location
    Cosenza, Italy
    Beans
    194
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Google chrome (dev) sources.list problem

    I think they have fixed this: I didn't need to create that file on a fresh Ubuntu 10.04 and updates installation doesn't get stalled anymore.

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •