[Bug 47044] Re: apt cant work with disable proxy

2009-03-02 Thread MADcat
I too had this bug, but i fixed it with a simple command: export http_proxy= after this all was ok and here's my /etc/apt/apt.conf AcquireProxy false; Hope this helps :) -- apt cant work with disable proxy https://bugs.launchpad.net/bugs/47044 You received this bug notification

[Bug 47044] Re: apt cant work with disable proxy

2009-03-02 Thread MADcat
*Sigh* seems like it only fixed terminal apt-get, if I need plugins for totem or something else, he still gives me an error... still investigating though.. -- apt cant work with disable proxy https://bugs.launchpad.net/bugs/47044 You received this bug notification because you are a member of

[Bug 47044] Re: apt cant work with disable proxy

2007-11-18 Thread Martin Pitt
Copied to dapper-updates. ** Changed in: apt (Ubuntu Dapper) Status: Fix Committed = Fix Released -- apt cant work with disable proxy https://bugs.launchpad.net/bugs/47044 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. --

[Bug 47044] Re: apt cant work with disable proxy

2007-11-16 Thread Michael Vogt
+ string argv0 = _config-Find(confvar.c_str(),DecompressProg.c_str()); Find() returns a string and expects two char* + Args[0] = argv0.c_str(); Args[] is a array of char* - Args[0] = _config-Find(confvar.c_str(),DecompressProg.c_str()).c_str(); The problem with this construct is that

[Bug 47044] Re: apt cant work with disable proxy

2007-11-16 Thread Michael Vogt
** Description changed: Binary package hint: apt in my apt.conf is a proxy-entry on a other place (proxy is not unknow on this place), i disable this. in the apt.conf is the entry AcquireProxy false;. the problem: is only work, if deleted this entry. + + TEST CASE: + 1.

[Bug 47044] Re: apt cant work with disable proxy

2007-11-16 Thread Leann Ogasawara
Test completed successfully on Dapper Drake installation With apt version 0.6.43.3ubuntu2 all GET requests start with http:// With apt version 0.6.43.3ubuntu3 all GET requests start with / ** Tags added: verification-done ** Tags removed: verification-needed -- apt cant work with disable

[Bug 47044] Re: apt cant work with disable proxy

2007-07-23 Thread Martin Pitt
I do not quite understand this bit: - Args[0] = _config-Find(confvar.c_str(),DecompressProg.c_str()).c_str(); + string argv0 = _config-Find(confvar.c_str(),DecompressProg.c_str()); + Args[0] = argv0.c_str(); so the result of _config-Find() is first converted to a c_str(), then

[Bug 47044] Re: apt cant work with disable proxy

2007-05-02 Thread Martin Pitt
** Changed in: apt (Ubuntu Dapper) Status: In Progress = Fix Committed -- apt cant work with disable proxy https://bugs.launchpad.net/bugs/47044 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list

[Bug 47044] Re: apt cant work with disable proxy

2007-02-16 Thread Michael Vogt
Thanks Simon for having a look at this. The issue is not that it does not work at all (this would have been discovered much earlier). But that it does not work for certain configurations. One is e.g. when apt-proxy is used. Without the patch and with the above proxy line, apts http module sends

[Bug 47044] Re: apt cant work with disable proxy

2007-02-12 Thread Simon Law
This patch does not appear to do anything with apt 0.6.43.3ubuntu2, which is already in dapper. Is this because the parser is strict enough to throw away the word false? I can only reproduce this bug if the proxy is set to http://false;. ** Changed in: apt (Ubuntu Dapper) Status: Fix

[Bug 47044] Re: apt cant work with disable proxy

2007-01-30 Thread Martin Pitt
The diff is a PITA to read due to the regeneration of all the *.po files (which should be unnecessary). However, the actual code changes look sane and the .po changes are just comments, so please go ahead and upload to dapper-proposed. -- apt cant work with disable proxy

[Bug 47044] Re: apt cant work with disable proxy

2007-01-30 Thread Michael Vogt
Thanks for reviewing the patch. The new version is uploaded to dapper- proposed. I agree that the apt buildsystem sucks in this regrard and regenerates too much. ** Changed in: apt (Ubuntu Dapper) Status: Confirmed = In Progress -- apt cant work with disable proxy

[Bug 47044] Re: apt cant work with disable proxy

2007-01-30 Thread Martin Pitt
Accepted into dapper-proposed, please go ahead with QA testing. ** Tags added: verification-needed ** Changed in: apt (Ubuntu Dapper) Status: In Progress = Fix Committed -- apt cant work with disable proxy https://launchpad.net/bugs/47044 -- ubuntu-bugs mailing list

[Bug 47044] Re: apt cant work with disable proxy

2007-01-11 Thread Michael Vogt
** Attachment added: Fix for this problem in dapper http://librarian.launchpad.net/5691198/apt_0.6.43.3ubuntu3.debdiff ** Changed in: apt (Ubuntu Dapper) Importance: Undecided = Medium Assignee: (unassigned) = Michael Vogt Status: Unconfirmed = Confirmed Target: None =

[Bug 47044] Re: apt cant work with disable proxy

2007-01-11 Thread Michael Vogt
Subscribed ubuntu-sru. Please note that this patch fixes a strign corruption problem that is triggered when apt is run under cron. This additioanl fix is trivial and part of edgy and debians apt since several month. -- apt cant work with disable proxy https://launchpad.net/bugs/47044 --

[Bug 47044] Re: apt cant work with disable proxy

2006-10-18 Thread Colin Watson
This was fixed a while back: apt-setup (1:0.11ubuntu4) edgy; urgency=low * Backport from trunk (Joey Hess): - Fix broken proxy setting code in 90security. Closes: #378868 Some systems installed before this fix will have Acquire::http::proxy false set in apt.conf, which leads to

[Bug 47044] Re: apt cant work with disable proxy

2006-10-11 Thread Michael Vogt
** Bug 64320 has been marked a duplicate of this bug ** Bug 56968 has been marked a duplicate of this bug -- apt cant work with disable proxy https://launchpad.net/bugs/47044 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 47044] Re: apt cant work with disable proxy

2006-09-20 Thread Peter Baumann
This doesn't look like a bug in apt. It looks more like apt-setup is creating a bogus proxy entry, as it was noticed upstream. There it was also reassigned to apt-setup. I can confirm that I was also bitten by this bug during installing Dapper 6.06.1 Server (netboot and CD installation) ** Also

[Bug 47044] Re: apt cant work with disable proxy

2006-09-20 Thread Michael Vogt
This is indeed a bug in apt-setup, but apt still should be able to deal with a bad proxy entry. My lastest (edgy) upload should have fixed the issue. ** Changed in: apt (Ubuntu) Assignee: (unassigned) = Michael Vogt Status: Unconfirmed = Fix Released -- apt cant work with disable

[Bug 47044] Re: apt cant work with disable proxy

2006-09-20 Thread Peter Baumann
Could this backported to Dapper? It took me a long time to figure out why debootstrab in the installer works and installs the base system, but not the installation of the rest of the packages inside the chrooted /target. And this included grub, so I couldn't boot into the new (halfway installed)

[Bug 47044] Re: apt cant work with disable proxy

2006-09-02 Thread David J. Orman
This occured on a fresh installation of Ubuntu 6.06.1 server for me too. No fancy setup during install, just let it format a disk, partition the disk, and go. -- apt cant work with disable proxy https://launchpad.net/bugs/47044 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 47044] Re: apt cant work with disable proxy

2006-08-31 Thread Brad Whittington
I have repeatedly had trouble with this issue. All new installations of Dapper suffer from this problem. It is very frustrating. Is this an issue with apt-proxy or apt-get? should it be put down as a bug for apt-proxy? -- apt cant work with disable proxy https://launchpad.net/bugs/47044 --

[Bug 47044] Re: apt cant work with disable proxy

2006-08-29 Thread Bug Watch Updater
** Changed in: apt (Debian) Status: Unknown = Fix Released -- apt cant work with disable proxy https://launchpad.net/bugs/47044 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 47044] Re: apt cant work with disable proxy

2006-08-28 Thread Michael Vogt
** Bug 56503 has been marked a duplicate of this bug ** Bug watch added: Debian Bug tracker #378868 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=378868 ** Also affects: apt (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=378868 Importance: Unknown Status:

[Bug 47044] Re: apt cant work with disable proxy

2006-08-04 Thread Stephen Shirley
I've had the same issue with the apt acquire::http::proxy being set to 'false' preventing it from working with apt-proxy. With the setting as is, apt sends a 'GET http://hostname:portnum/ubuntu/etc' request instead of just 'GET /ubuntu/etc', which causes apt-proxy to (probably wrongfully) barf.