hmm, thanks it worked :)
btw, somebody can point me how to make that yum use my configurated best point to update, not try some random site?
and how hard is to make local yum repository?
In my country we have problem with internacional trafic and I`m interested to make local server where you can point yum to update and write how-to in our language...
seth vidal wrote:
So it started to work... but then I don`t have connection to international trafic (yea, I live in coutry where international and local trafic is different prices :) and I use proxy to get updates...
So again it is not working. what I do:
#http_proxy="http://proxi.ip:port/"
#yum -y updated
make the above:
export http_proxy="http://proxy.ip:port/" yum -y update
and it will probably work.
-sv