Koozali.org: home of the SME Server

Obsolete Releases => SME Server 8.x => Topic started by: davidS on October 20, 2013, 05:49:41 PM

Title: [solved] problem updating samba3x
Post by: davidS on October 20, 2013, 05:49:41 PM
i accidentally stopped the update now i got an error message

There are unfinished transactions remaining. You might consider running yum-complete-transaction first to finish them.
The program yum-complete-transaction is found in the yum-utils package.
--> Running transaction check
---> Package samba3x.i386 0:3.6.6-0.136.el5 set to be updated
---> Package samba3x-client.i386 0:3.6.6-0.136.el5 set to be updated
--> Processing Dependency: samba3x-common = 3.6.6-0.129.el5 for package: samba3x-winbind
---> Package samba3x-common.i386 0:3.6.6-0.136.el5 set to be updated
--> Finished Dependency Resolution
samba3x-winbind-3.6.6-0.129.el5.i386 from installed has depsolving problems
  --> Missing Dependency: samba3x-common = 3.6.6-0.129.el5 is needed by package samba3x-winbind-3.6.6-0.129.el5.i386 (installed)
Error: Missing Dependency: samba3x-common = 3.6.6-0.129.el5 is needed by package samba3x-winbind-3.6.6-0.129.el5.i386 (installed)
 You could try using --skip-broken to work around the problem
 You could try running: package-cleanup --problems
                        package-cleanup --dupes
                        rpm -Va --nofiles --nodigest
The program package-cleanup is found in the yum-utils package.
any advice ??
thanks
Title: Re: problem updating samba3x
Post by: davidS on October 24, 2013, 07:14:48 PM
any one ???
Title: Re: problem updating samba3x
Post by: nicolatiana on October 24, 2013, 10:57:28 PM
Have you tried to install yum-utils and follow the error message suggestions ?

Nicola
Title: Re: problem updating samba3x
Post by: davidS on October 25, 2013, 08:36:15 AM
 thank you nicola
after i installed the yum-utils and run the yum-complete-transaction everything went well.

Title: Re: problem updating samba3x
Post by: nicolatiana on October 25, 2013, 09:17:53 AM
Please add a [Solved] tag to the subject

Nicola
Title: Re: problem updating samba3x
Post by: CharlieBrady on October 25, 2013, 05:31:10 PM
any advice ??

rpm -e samba3x-winbind

Your problem was that you had samba3x-winbind-3.6.6-0.129.el5 installed which required samba3x-common-3.6.6-0.129.el5.

You are now trying to install samba3x-3.6.6-0.136.el5 which installs samba3x-common-3.6.6-0.136.el5 which causes samba3x-common-3.6.6-0.129.el5 to be removed.

samba3x-winbind-3.6.6-0.136.el5 isn't available in the smeupdates repository, so the upgrade can't be completed.

All of this is stated in the error message you showed.

If you remove samba3x-winbind-3.6.6-0.129.el5 from your system you won't encounter this problem.
Title: [solved] Re: problem updating samba3x
Post by: davidS on October 25, 2013, 10:32:32 PM
hello
i already  solved the problem by using the yum-complete-transaction command, as for your solution the sme wont allow you to remove samba3x-winbind-3.6.6-0.129.el5 because of an important dependencies
Title: Re: [solved] Re: problem updating samba3x
Post by: janet on October 26, 2013, 01:13:28 AM
sibony88

Sometimes you just have to use a bigger (ie the correct) hammer

rpm -e --nodeps samba3x-winbind
Title: Re: [solved] Re: problem updating samba3x
Post by: CharlieBrady on October 26, 2013, 05:06:47 AM
Sometimes you just have to use a bigger (ie the correct) hammer

rpm -e --nodeps samba3x-winbind

No, I don't think that's wise either. It sounds like something needs samba3x-winbind (but we haven't been told what). Probably the best course of action is to find and install the correct version of samba3x-winbind. Or remove samba3x-winbind and whatever contrib has a dependency on it.