Until recently, I had only updated via the Plesk Control Panel.
I needed to update PHP for compatibility with a script. When that went OK, I got braver and updated MySQL. I finally bit the bullet and updated everything. So, I've run the following commands:
yum update php
yum update mysql
yum update
The last step hits a snag with the following error:
Transaction Check Error:
file /usr/bin/mysqldumpslow from install of mysql-server-5.0.83-1.el5.art.x86_64 conflicts with file from package mysql-5.0.22-2.2.el5_1.1.x86_64
I excluded that package and was able to run update to completion. However, I'm still stuck with this one remaining package conflict.
I suspect that the problem is either due to packages installed out of order or something Plesk-specific.
Any ideas?
--David
Plesk 9.2.1, CentOS 5.3, /usr/bin/mysqldumpslow conflict
-
- Atomicorp Staff - Site Admin
- Posts: 8355
- Joined: Wed Dec 31, 1969 8:00 pm
- Location: earth
- Contact:
Re: Plesk 9.2.1, CentOS 5.3, /usr/bin/mysqldumpslow conflict
try "yum upgrade", this will honor the obsoletes tag. By default "update" does not
Re: Plesk 9.2.1, CentOS 5.3, /usr/bin/mysqldumpslow conflict
# yum upgrade
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* atomic: www3.atomicorp.com
Excluding Packages from Plesk Server Administrator
Finished
Setting up Upgrade Process
Resolving Dependencies
--> Running transaction check
---> Package mysql-server.x86_64 0:5.0.83-1.el5.art set to be updated
--> Finished Dependency Resolution
Dependencies Resolved
==============================================================================================================================================
Package Arch Version Repository Size
==============================================================================================================================================
Updating:
mysql-server x86_64 5.0.83-1.el5.art atomic 10 M
Transaction Summary
==============================================================================================================================================
Install 0 Package(s)
Update 1 Package(s)
Remove 0 Package(s)
Total size: 10 M
Is this ok [y/N]: Y
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Check Error:
file /usr/bin/mysqldumpslow from install of mysql-server-5.0.83-1.el5.art.x86_64 conflicts with file from package mysql-5.0.22-2.2.el5_1.1.x86_64
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* atomic: www3.atomicorp.com
Excluding Packages from Plesk Server Administrator
Finished
Setting up Upgrade Process
Resolving Dependencies
--> Running transaction check
---> Package mysql-server.x86_64 0:5.0.83-1.el5.art set to be updated
--> Finished Dependency Resolution
Dependencies Resolved
==============================================================================================================================================
Package Arch Version Repository Size
==============================================================================================================================================
Updating:
mysql-server x86_64 5.0.83-1.el5.art atomic 10 M
Transaction Summary
==============================================================================================================================================
Install 0 Package(s)
Update 1 Package(s)
Remove 0 Package(s)
Total size: 10 M
Is this ok [y/N]: Y
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Check Error:
file /usr/bin/mysqldumpslow from install of mysql-server-5.0.83-1.el5.art.x86_64 conflicts with file from package mysql-5.0.22-2.2.el5_1.1.x86_64
-
- Atomicorp Staff - Site Admin
- Posts: 8355
- Joined: Wed Dec 31, 1969 8:00 pm
- Location: earth
- Contact:
Re: Plesk 9.2.1, CentOS 5.3, /usr/bin/mysqldumpslow conflict
do you have any excludes on mysql in your config? Try:
yum --disableexcludes upgrade
yum --disableexcludes upgrade