I have been trying unsuccessfully to run bk clone to pull down Xen sources to a Linux box (running FC3) that is sitting behind a firewall. I have set the env variable http_proxy correctly and verified that access to outside world is possible as follows: $ http_proxy=proxy.mycompany.com:port_num wget http://xen.bkbits.net/ However, I get a "Connection refused" message each time I run $ http_proxy=proxy.mycompany.com:port_num bk clone http://xen.bkbits.net/xen-2.0.bk Any one out there that can help me understand my mistake? I tried specifying bk:// in the URI but that made no difference. Thanks, Bharadwaj ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
Try to set http_proxy as "http://proxy.mycompany.com:port_num" Bin On Mon, 21 Mar 2005 12:16:12 -0500, Bharadwaj Yadavalli <bharadwaj.yadavalli@hp.com> wrote:> I have been trying unsuccessfully to run bk clone to pull > down Xen sources to a Linux box (running FC3) that is > sitting behind a firewall. I have set the env variable > http_proxy correctly and verified that access to outside > world is possible as follows: > > $ http_proxy=proxy.mycompany.com:port_num wget http://xen.bkbits.net/ > > However, I get a "Connection refused" message each time I run > > $ http_proxy=proxy.mycompany.com:port_num bk clone http://xen.bkbits.net/xen-2.0.bk > > Any one out there that can help me understand my mistake? I > tried specifying bk:// in the URI but that made no > difference. > > Thanks, > > Bharadwaj > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/xen-devel >------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
I tried it earlier... and now - again. Unfortunately, no luck. Bharadwaj On Mon, Mar 21, 2005 at 05:24:40PM +0000, Bin Ren wrote:> Try to set http_proxy as "http://proxy.mycompany.com:port_num" > > Bin------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
Exporting with the proxy information in this format works for me: export http_proxy=http://mycompanyproxyname:mycompanyproxynumber/ (replace mycompanyproxyname and mycompanyproxynumber with your proxy information) bk clone http://xen.bkbits.net/xeno-unstable.bk xeno-unstable Elsie On Mon, 21 Mar 2005 12:16:12 -0500, Bharadwaj Yadavalli <bharadwaj.yadavalli@hp.com> wrote:> I have been trying unsuccessfully to run bk clone to pull down Xen > sources to a Linux box (running FC3) that is sitting behind a > firewall. I have set the env variable http_proxy correctly and > verified that access to outside world is possible as follows: > > $ http_proxy=proxy.mycompany.com:port_num wget http://xen.bkbits.net/ > > However, I get a "Connection refused" message each time I run > > $ http_proxy=proxy.mycompany.com:port_num bk clone > http://xen.bkbits.net/xen-2.0.bk > > Any one out there that can help me understand my mistake? I tried > specifying bk:// in the URI but that made no difference. > > Thanks, > > Bharadwaj------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id396&op=click _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
I figured out my mistake. I need to specify the value as http_proxy=http://myhttpproxyserver:portno and not as http_proxy=myhttpproxyserver:portno Sorry for the noise. Bharadwaj On Mon, 21 Mar 2005 12:16:12 -0500, I wrote:> I have been trying unsuccessfully to run bk clone to pull down Xen > sources to a Linux box (running FC3) that is sitting behind a > firewall. I have set the env variable http_proxy correctly and > verified that access to outside world is possible as follows: > > $ http_proxy=proxy.mycompany.com:port_num wget http://xen.bkbits.net/ > > However, I get a "Connection refused" message each time I run > > $ http_proxy=proxy.mycompany.com:port_num bk clone > http://xen.bkbits.net/xen-2.0.bk > > Any one out there that can help me understand my mistake? I tried > specifying bk:// in the URI but that made no difference. > > Thanks, > > Bharadwaj------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel