Search found 85 matches

by osde8info
2009/12/15 17:10:54
Forum: CentOS 5 - Software Support
Topic: Google chrome for CentOS ??
Replies: 40
Views: 16097

Re: Google chrome for CentOS ??

i'm waiting too !
in the meantime i'm having to use a centos/oel/rhel host vmware player 3 with xubuntu 9.10 guest vm that runs google chromium chrome vm just fine !
by osde8info
2009/11/12 11:09:20
Forum: CentOS 5 - Software Support
Topic: yum priorities problem
Replies: 13
Views: 4032

Re: yum priorities problem

yum yum-priorities is still broken see new bug http://bugs.centos.org/view.php?id=4002
by osde8info
2009/11/12 10:43:13
Forum: CentOS 5 - Software Support
Topic: which is the correct dag rpm to install when there are duplicates
Replies: 9
Views: 2422

Re: which is the correct dag rpm to install when there are duplicates

fantastic thanks

# yum --disablerepo=dag install GeoIP

worked
by osde8info
2009/10/05 11:57:11
Forum: CentOS 5 - General Support
Topic: Can't install Development Tools
Replies: 2
Views: 1283

Re: Can't install Development Tools

it look like you might be using a ovh http://www.ovh.co.uk/products/rps_offers.xml virtual server with the grsecurity http://www.grsecurity.net/ patch check your yum.conf you might find it includes exclude=kernel which normally makes sense for virtual machines you can uncomment this but your actual ...
by osde8info
2009/09/25 14:23:29
Forum: CentOS 5 - Software Support
Topic: c5-testing php-devel
Replies: 7
Views: 993

Re: c5-testing php-devel

interesting i'll see if setting all my centos repos to priority=1 still allows me to update apache httpd to 2.2.8 and php to 5.2.6
ps do you have any more links to yum priority documentation
by osde8info
2009/09/25 10:29:54
Forum: CentOS 5 - Software Support
Topic: yum priorities problem
Replies: 13
Views: 4032

Re: yum priorities problem

please also post output of # yum list yum* (which should look something like the following) Loaded plugins: fastestmirror, keys, priorities Repository dag is listed more than once in the configuration Loading mirror speeds from cached hostfile * extras: centosr3.centos.org * updates: centosh2.centos...
by osde8info
2009/09/25 10:21:36
Forum: CentOS 5 - Software Support
Topic: c5-testing php-devel
Replies: 7
Views: 993

Re: c5-testing php-devel

make sure you have yum-priorities installed

then add

priority=1
includepkgs=http*,mod*,php*

to your centos testing section and

priority=2

to all your other sections
by osde8info
2009/09/25 10:18:41
Forum: CentOS 5 - Software Support
Topic: PHP 5.2
Replies: 10
Views: 1868

Re: PHP 5.2

thanks that wasnt what i wanted !

so i've now changed it to

priority=1
includepkgs=http*,mod*,php*

and have now upgraded from apache httpd 2.2.3 to 2.2.8 as well
by osde8info
2009/09/24 19:55:47
Forum: CentOS 5 - Software Support
Topic: PHP 5.2
Replies: 10
Views: 1868

Re: PHP 5.2

i just edit (with nano or vi) my existing repo file and add the testing lines

these wiki links might also help you further

http://osde.info/Yum
http://fsse.info/CentosLamp
by osde8info
2009/09/24 16:37:34
Forum: CentOS 5 - Software Support
Topic: which is the correct dag rpm to install when there are duplicates
Replies: 9
Views: 2422

Re: which is the correct dag rpm to install when there are duplicates

it still trys to install dags even with yum priorities ! # grep priority /etc/yum.repos.d/* /etc/yum.repos.d/CentOS-Base.repo:priority=2 /etc/yum.repos.d/CentOS-Base.repo:priority=2 /etc/yum.repos.d/CentOS-Base.repo:priority=2 /etc/yum.repos.d/CentOS-Base.repo:priority=2 /etc/yum.repos.d/CentOS-Base...