Page 1 of 1

replace atomic's repo with EPEL & REMI

Posted: Fri Apr 08, 2011 4:34 am
by d8_compiler
i've tried today, to replace the up-to-date packages from epel/remi repositories with atomic's packages
and recieved Transaction Check Error's. i can not proceed with my update.


questions:

1. are the epel/remi repos recommended for servers using plesk ?
2. when will the atomic repo release php 5.3.6 ?
3. how can i clear the transaction check error's ?



Code: Select all


Dependencies Resolved

=====================================================================================================================================================================================================
 Package                                             Arch                                     Version                                                   Repository                              Size
=====================================================================================================================================================================================================
Updating:
 fail2ban                                            noarch                                   0.8.4-23.el5                                              epel                                   135 k
 inotify-tools                                       x86_64                                   3.14-1.el5                                                epel                                    49 k
 lua                                                 x86_64                                   5.1.4-4.el5                                               epel                                   229 k
 memcached                                           x86_64                                   1.4.5-2.el5.remi                                          remi                                    73 k
 mysql                                               x86_64                                   5.1.56-1.el5.remi                                         remi                                   1.1 M
 mysql-libs                                          x86_64                                   5.1.56-1.el5.remi                                         remi                                   1.7 M
 mysql-server                                        x86_64                                   5.1.56-1.el5.remi                                         remi                                    11 M
 perl-Error                                          noarch                                   1:0.17010-1.el5                                           epel                                    26 k
 perl-IO-Interface                                   x86_64                                   1.03-1.el5.2                                              epel                                    28 k
 perl-Text-Iconv                                     x86_64                                   1.4-5.el5                                                 epel                                    19 k
 php                                                 x86_64                                   5.3.6-1.el5.remi                                          remi                                   1.4 M
 php-cli                                             x86_64                                   5.3.6-1.el5.remi                                          remi                                   2.6 M
 php-common                                          x86_64                                   5.3.6-1.el5.remi                                          remi                                   972 k
 php-devel                                           x86_64                                   5.3.6-1.el5.remi                                          remi                                   623 k
 php-gd                                              x86_64                                   5.3.6-1.el5.remi                                          remi                                   208 k
 php-imap                                            x86_64                                   5.3.6-1.el5.remi                                          remi                                    87 k
 php-mbstring                                        x86_64                                   5.3.6-1.el5.remi                                          remi                                   2.3 M
 php-mysql                                           x86_64                                   5.3.6-1.el5.remi                                          remi                                   158 k
 php-pdo                                             x86_64                                   5.3.6-1.el5.remi                                          remi                                   117 k
 php-pear                                            noarch                                   1:1.9.2-3.el5.remi                                        remi                                   434 k
 php-soap                                            x86_64                                   5.3.6-1.el5.remi                                          remi                                   276 k
 php-xml                                             x86_64                                   5.3.6-1.el5.remi                                          remi                                   221 k
 ruby-mysql                                          x86_64                                   2.7.3-1.el5                                               epel                                    46 k
Installing for dependencies:
 libedit                                             x86_64                                   2.11-2.20080712cvs.el5                                    epel                                    80 k
 shorewall                                           noarch                                   4.0.15-1.el5                                              epel                                   9.2 k
 shorewall-common                                    noarch                                   4.0.15-1.el5                                              epel                                   232 k
 shorewall-perl                                      noarch                                   4.0.15-1.el5                                              epel                                   137 k
 shorewall-shell                                     noarch                                   4.0.15-1.el5                                              epel                                    76 k

Transaction Summary
=====================================================================================================================================================================================================
Install       5 Package(s)
Upgrade      23 Package(s)

Total size: 24 M
Is this ok [y/N]: y
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test


Transaction Check Error:
  file /etc/php.ini from install of php-common-5.3.6-1.el5.remi.x86_64 conflicts with file from package php-common-5.2.17-1.el5.art.i386
  file /usr/share/man/man1/php.1.gz from install of php-cli-5.3.6-1.el5.remi.x86_64 conflicts with file from package php-cli-5.2.17-1.el5.art.i386

Error Summary
-------------

-------------


d8

Re: replace atomic's repo with EPEL & REMI

Posted: Fri Apr 08, 2011 7:53 am
by scott
1. Epel is probably OK with plesk, Remi I'm not sure about. I'd ask remi what he thinks about it
2. PHP 5.3.6 was published to the atomic channel earlier this week
3. What you're seeing is a conflict between having both the x86_64 and i386 builds installed on the same system. The conflict is coming from the remi package, so I'd try disabling that repo and upgrading with the 5.3.6 packages from the atomic side.

Re: replace atomic's repo with EPEL & REMI

Posted: Fri Apr 08, 2011 8:07 am
by d8_compiler
scott wrote:1. Epel is probably OK with plesk, Remi I'm not sure about. I'd ask remi what he thinks about it
2. PHP 5.3.6 was published to the atomic channel earlier this week
3. What you're seeing is a conflict between having both the x86_64 and i386 builds installed on the same system. The conflict is coming from the remi package, so I'd try disabling that repo and upgrading with the 5.3.6 packages from the atomic side.

thank you - how to do so ?

Code: Select all

yum update --enablerepo atomic

Re: replace atomic's repo with EPEL & REMI

Posted: Fri Apr 08, 2011 8:16 am
by scott
you can disable a repo by removing the .repo file, editing the file and adding "enabled=0" to the channel, or specifying --disablerepo=<reponame> from the config.

If that still doesnt clear things up for you, you might want to try removing the .i386 php packages from your system.