EAK Just Debian Guru Page :) Just another Linux weblog

24Sep/10Off

Kloxo ssl hatasi,

Slmlar, Kloxo nun bu ssl hatasindan kurtulmanin en kolay yolu yum update  ile sistemi guncellemektir, yoksa cok uygrastirir,.

Filed under: Centos Comments Off
24Sep/10Off

Lxadmin , qmail conflicts with sendmail

--> Processing Conflict: qmail conflicts sendmail
--> Finished Dependency Resolution
qmail-1.03-1.5.15.i386 from installed has depsolving problems
--> qmail conflicts with sendmail
Error: qmail conflicts with sendmail

yum erase sendmail-doc sendmail-cf

Filed under: Centos Comments Off
11Sep/10Off

Yum Warning: There Are Unfinished Transactions Remaining, You Might Consider Running Yum-Complete-Transaction First To Finish Them

During the build of a Linux development server earlier I performed a “yum update” to update all of the packages after installing CentOS 5.4. I got busy with other tasks and left the server at work without checking to verify that the update had worked properly. Now after dinner I started to get back to work on the server by installing some new packages via yum and received a yum warning message which I describe in greater detail below along with how to resolve the warning.

CentOS Linux Yum Warning 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.

The above message showed up near the top of the output of “yum remove sendmail” and after testing it turns out that the message displays on any yum command that is issued to this server. I assume that earlier when issuing a yum update things did not complete correctly thus leaving some unfinished transactions. Resolving this issue is easy enough though by installing the “yum-utils” package and then running yum-complete-transaction.

Filed under: Centos Continue reading