[Bug 554068] Re: Wget does not work with proxy

2012-05-25 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 556293 ***
https://bugs.launchpad.net/bugs/556293

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: wget (Ubuntu)
   Status: New => Confirmed

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

Title:
  Wget does not work with proxy

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 554068] Re: Wget does not work with proxy

2010-12-02 Thread Olzhas Adiyatov
*** This bug is a duplicate of bug 556293 ***
https://bugs.launchpad.net/bugs/556293

** This bug is no longer a duplicate of bug 232469
   wget does not use network proxy in some cases
** This bug has been marked a duplicate of bug 556293
   sudo does not keep http_proxy environment variable
 * You can subscribe to bug 556293 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/sudo/+bug/556293/+subscribe

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

Title:
  Wget does not work with proxy

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 554068] Re: Wget does not work with proxy

2010-08-25 Thread AaronD12
*** This bug is a duplicate of bug 232469 ***
https://bugs.launchpad.net/bugs/232469

I can verify this bug is resolved (in my case) by fixing the no_proxy 
environment variable using the fix from Id2ndR.
export no_proxy=$(echo $no_proxy | sed 's/,$//')

-- 
Wget does not work with proxy
https://bugs.launchpad.net/bugs/554068
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 554068] Re: Wget does not work with proxy

2010-06-28 Thread felipeal
*** This bug is a duplicate of bug 232469 ***
https://bugs.launchpad.net/bugs/232469

This bug is very annoying, I re-installed Ubuntu (after using another
distro for months) and spent hours trying to figure out why the proxy
stop working...

-- 
Wget does not work with proxy
https://bugs.launchpad.net/bugs/554068
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 554068] Re: Wget does not work with proxy

2010-05-17 Thread Pureferret
*** This bug is a duplicate of bug 232469 ***
https://bugs.launchpad.net/bugs/232469

I have no "$no_proxy" setting, and having the correct proxy settings in
apt.con and bash.bashrc. also set my proxy in system>preferences>network
proxy and in synaptic. The only thing I have working is firefox.

Also if I've stumbled on the wrong bug report can someone redirect me?

-- 
Wget does not work with proxy
https://bugs.launchpad.net/bugs/554068
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 554068] Re: Wget does not work with proxy

2010-05-07 Thread Uli Tillich
*** This bug is a duplicate of bug 232469 ***
https://bugs.launchpad.net/bugs/232469

** This bug has been marked a duplicate of bug 232469
   wget does not use network proxy in some cases

-- 
Wget does not work with proxy
https://bugs.launchpad.net/bugs/554068
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 554068] Re: Wget does not work with proxy

2010-04-29 Thread Erlan Sergaziev
Indeed the solution seems very easy but after trying to find how to fix
this I realized how difficult it is to contribute code.

Can someone with access to source code please make the correction.

I believe it should just be one line:

if (ihttps://bugs.launchpad.net/bugs/554068
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 554068] Re: Wget does not work with proxy

2010-04-28 Thread Nicholas Meyer
I can also confirm that removing the trailing comma fixes the problem.

-- 
Wget does not work with proxy
https://bugs.launchpad.net/bugs/554068
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 554068] Re: Wget does not work with proxy

2010-04-20 Thread darren
Just found this bug report. It's really annoying and should be fixed
before Lucid RC.

-- 
Wget does not work with proxy
https://bugs.launchpad.net/bugs/554068
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 554068] Re: Wget does not work with proxy

2010-04-20 Thread Chris Norman
This bug is a fairly recent phenomenon, at least on my system. Lubuntu
Beta 1 does not have this problem, whereas Lubuntu Beta 2 does.

-- 
Wget does not work with proxy
https://bugs.launchpad.net/bugs/554068
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 554068] Re: Wget does not work with proxy

2010-04-20 Thread Id2ndR
I confirm that removing the trainning comma fix the trouble.

Here is a command line that can handle it before it is fixed:
export no_proxy=$(echo $no_proxy | sed 's/,$//')

-- 
Wget does not work with proxy
https://bugs.launchpad.net/bugs/554068
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 554068] Re: Wget does not work with proxy

2010-04-19 Thread humble_coffee
Someone over in this bug
(https://bugs.launchpad.net/ubuntu/+source/wget/+bug/232469) found the
problem. The environment variable no_proxy has a trailing comma which it
should not. Once you remove that, downloads through the proxy started
working. I don't know whether this is the same problem that other people
on this bug have been experiencing though.

-- 
Wget does not work with proxy
https://bugs.launchpad.net/bugs/554068
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 554068] Re: Wget does not work with proxy

2010-04-19 Thread humble_coffee
My problem occurs without the use of sudo. I can't download any file at
all that requires proxy authentication with wget.

-- 
Wget does not work with proxy
https://bugs.launchpad.net/bugs/554068
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 554068] Re: Wget does not work with proxy

2010-04-19 Thread csantiago
I add two lines on top and forgot to renumber all the text. The correct
text should be:

««
humble_coffee, have you tried to use wget as normal user?

I think the problem is related to sudo. To check it, do the following:

1) Remove, or comment out, your settings of the proxy in wgetrc (either
in /etc/wgetrc as in ~/.wgetrc)

2) Set proxy in System->Preferences->Network Proxy and set it to be
system-wide

3) sudo su
This will make you enter a root. All the commands after this will run as root, 
so you don't to start them with SUDO

4) echo $http_proxy

If your proxy is correctly shown then you should be able to execute 5),
6) or 7)

If not, before going to 5) do:
export http_proxy="http://your.proxy.address:port/";

5) wget 

or
6) apt-get update

or
7) apt-get install 

If you can run 5) to 7) as described, but cannot run as:
sudo wget 
sudo apt-get update
sudo apt-get install 

then the problem is with SUDO that is not reading $http_proxy from environment. 
That bug is already reported in
https://bugs.launchpad.net/ubuntu/+source/sudo/+bug/556293

but it is with very low activity :-(
»»

Sorry about the second post.

-- 
Wget does not work with proxy
https://bugs.launchpad.net/bugs/554068
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 554068] Re: Wget does not work with proxy

2010-04-19 Thread csantiago
humble_coffee, have you tried to use wget as normal user?

I think the problem is related to sudo. To check it, do the following:

1) Remove, or comment out, your settings of the proxy in wgetrc (either
in /etc/wgetrc as in ~/.wgetrc)

2) Set proxy in System->Preferences->Network Proxy and set it to be
system-wide

3) sudo su
This will make you enter a root. All the commands after this will run as root, 
so you don't to start them with SUDO

2) echo $http_proxy

If your proxy is correctly shown then you should be able to execute 3),
4) or 5)

If not, before going to 3) do:
export http_proxy="http://your.proxy.address:port/";

3) wget 

or
4) apt-get update

or
5) apt-get install 


If you can run 3) to 5) as described, but cannot run as:
sudo wget 
sudo apt-get update
sudo apt-get install 

then the problem is with SUDO that is not reading $http_proxy from environment. 
That bug is already reported in
https://bugs.launchpad.net/ubuntu/+source/sudo/+bug/556293

but it is with very low activity :-(

-- 
Wget does not work with proxy
https://bugs.launchpad.net/bugs/554068
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 554068] Re: Wget does not work with proxy

2010-04-18 Thread humble_coffee
Oh and I've configured .wgetrc with all relevant options.

-- 
Wget does not work with proxy
https://bugs.launchpad.net/bugs/554068
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 554068] Re: Wget does not work with proxy

2010-04-18 Thread humble_coffee
I am also having issues with wget behind a proxy.  Trying to download
any address that requires proxy authorization fails with the following
message:

"failed: Connection timed out."

Also it seems to be trying to connect using port 80. Shouldn't it be
using the port specified in the proxy setting? I have the proxy
configured correctly in the Gnome Network Proxy Preferences and
everything else that needs proxy access works fine, with the exception
of apt-get. It's error message is:

"407  Proxy Authentication Required"

-- 
Wget does not work with proxy
https://bugs.launchpad.net/bugs/554068
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 554068] Re: Wget does not work with proxy

2010-04-09 Thread csantiago
The fact that "using 'sudo apt-get install b43-fwcutter' even after setting the 
proxy in /etc/wgetrc was still not working"
may be related with https://bugs.launchpad.net/ubuntu/+source/sudo/+bug/556293

-- 
Wget does not work with proxy
https://bugs.launchpad.net/bugs/554068
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 554068] Re: Wget does not work with proxy

2010-04-09 Thread csantiago
I confirm this bug. In my case I wanted to install b43-fwcutter
(proprietary driver for a wireless card) using a network behind a proxy.

A. Normal procedure (FAIL)
1) Set proxy in System->Preferences->Network Proxy and set it to be system-wide
2) Install driver through System->Administration->Hardware Drivers, or
3) Install b43-fwcutter through synaptic
DIDN'T WORK because it requires a wget command that was not using the proxy

B. Download and install (FAIL)
1) Download 
http://archive.ubuntu.com/ubuntu/pool/main/b/b43-fwcutter/b43-fwcutter_012-1build1_i386.deb
 via browser
2) Double-click to install
DIDN'T WORK because it also requires the wget command to get the firmware

C. Download both b43-fwcutter and firmware and then install (FAIL)
DIDN'T WORK because the installer didn't care if the firmware is on same folder 
and keep trying to download it

D. Using environment variable http_proxy (FAIL)
1) Set proxy in environment variable http_proxy
2) Install with 'sudo apt-get install b43-fwcutter'
DIDN'T WORK and give an error similar to
"Connecting to voxel.dl.sourceforge.net|208.122.31.13|:80... failed: Connection 
refused." 

E. Set proxy in /etc/wgetrc (ONLY WAY TO INSTALL IT)
1) uncomment lines with http_proxy and ftp_proxy and set the proxy
2) sudo sh
3) apt-get install b43-fwcutter

Strangely using 'sudo apt-get install b43-fwcutter' even after setting the 
proxy in /etc/wgetrc was still not working.
However, as root (using sudo sh) it finally installs it

SOLUTION:
In my opinion there must a way that, somehow, forces wget to use the proxy set 
in System->Preferences->Network Proxy

-- 
Wget does not work with proxy
https://bugs.launchpad.net/bugs/554068
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 554068] Re: Wget does not work with proxy

2010-04-02 Thread Chris Norman

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/42894773/Dependencies.txt

-- 
Wget does not work with proxy
https://bugs.launchpad.net/bugs/554068
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs