HOWTO Liveupdate using HTTP/FTP proxy?

gfk

Joined
Aug 23, 2008
Messages
2
Reaction score
0
My AAONE is finall attached to my home (cable) LAN. Browsing the web using a HTTP proxy running on another PC works. (The proxy is configured in firefox network preferences).

Now I would like to use the AAONE LiveUpdate, but this fails, because it does not know about the proxy (ok, how should it?).

Any ideas how I could make liveupdate use the proxy?

Thanks
gfk
 
Code:
sudo su
http_proxy=http://your_proxy:your_port
export http_proxy
yum remove (etc.)

yum actually worked, but liveupdate did not connect

(the text command to run it is "onlineupdate" btw)
 
Anyone please help me to my problem in connecting inside PROXY server

[root@localhost etc]# export http_proxy=http://username:password@ip_add:ip_port
[root@localhost etc]# yum install bluez-gnome
Could not retrieve mirrorlist http://mirrors.fedoraproject.org/mirror ... &arch=i386 error was
[Errno 14] HTTP Error 407: Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy filter is denied. )
Error: Cannot retrieve repository metadata (repomd.xml) for repository: fedora. Please verify its path and try again


Thanks for the big help
 
Back
Top