<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>Frequently Asked Questions About Linux / UNIX &#187; /etc/init.d/yum-updatesd</title> <atom:link href="http://www.cyberciti.biz/faq/tag/etcinitdyum-updatesd/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Fri, 03 Feb 2012 22:38:32 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>CentOS / RHEL Configure Yum Automatic Update Retrieval and Installation</title><link>http://www.cyberciti.biz/faq/fedora-automatic-update-retrieval-installation-with-cron/</link> <comments>http://www.cyberciti.biz/faq/fedora-automatic-update-retrieval-installation-with-cron/#comments</comments> <pubDate>Mon, 18 May 2009 12:07:06 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[BASH Shell]]></category> <category><![CDATA[CentOS]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Package management]]></category> <category><![CDATA[RedHat and Friends]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Suse]]></category> <category><![CDATA[/etc/init.d/yum-updatesd]]></category> <category><![CDATA[add cron job]]></category> <category><![CDATA[adding cron job]]></category> <category><![CDATA[centos linux]]></category> <category><![CDATA[critical errors]]></category> <category><![CDATA[cron job]]></category> <category><![CDATA[fedora yum command]]></category> <category><![CDATA[servers]]></category> <category><![CDATA[software packages]]></category> <category><![CDATA[software patches]]></category> <category><![CDATA[system updates]]></category> <category><![CDATA[weekly updates]]></category> <category><![CDATA[yum command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=3797</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/faq/category/redhat-and-friends/' title='See all Redhat/CentOS/Fedora Core related FAQ'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/rhlogo.gif' border='0' /></a></div> <span
class="drop_cap">T</span>he yum command line tool is used to install and update software packages under RHEL / CentOS Linux server. I know how to apply updates using <A
href="http://www.cyberciti.biz/faq/rhel-centos-fedora-linux-yum-command-howto/">yum update command</a> line, but I'd like to use cron to manually update packages where appropriate.  How do I configure yum to install software patches / updates automatically with <a
href="http://www.cyberciti.biz/faq/how-do-i-add-jobs-to-cron-under-linux-or-unix-oses">cron</a>?]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/fedora-automatic-update-retrieval-installation-with-cron/feed/</wfw:commentRss> <slash:comments>10</slash:comments> </item> <item><title>Existing lock /var/run/yum.pid: another copy is running as pid 523.</title><link>http://www.cyberciti.biz/faq/existing-lock-varrunyum-pid-another-copy-is-running-as-pid-523/</link> <comments>http://www.cyberciti.biz/faq/existing-lock-varrunyum-pid-another-copy-is-running-as-pid-523/#comments</comments> <pubDate>Mon, 23 Feb 2009 20:08:37 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[RedHat and Friends]]></category> <category><![CDATA[/etc/init.d/yum-updatesd]]></category> <category><![CDATA[CentOS]]></category> <category><![CDATA[check email]]></category> <category><![CDATA[command ps]]></category> <category><![CDATA[fedora]]></category> <category><![CDATA[grep]]></category> <category><![CDATA[memory]]></category> <category><![CDATA[priorities]]></category> <category><![CDATA[python]]></category> <category><![CDATA[redhat]]></category> <category><![CDATA[rhel]]></category> <category><![CDATA[sbin]]></category> <category><![CDATA[yum]]></category> <category><![CDATA[yum command]]></category> <category><![CDATA[yum update -y]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=6564</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/faq/category/redhat-and-friends/' title='See all Redhat/CentOS/Fedora Core related FAQ'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/rhlogo.gif' border='0' /></a></div> <span
class="drop_cap">I</span>'m running the command yum update -y and getting the following error:<blockquote>Loaded plugins: fastestmirror, priorities <strong>Existing lock /var/run/yum.pid: another copy is running as pid 523.
Another app is currently holding the yum lock; waiting for it to exit...</strong> The other application is: yum-updatesd-he
Memory :  14 M RSS ( 26 MB VSZ)
Started: Tue Feb  9 08:19:02 2010 - 14 day(s) 11:47:39 ago
State  : Sleeping, pid: 523
Another app is currently holding the yum lock; waiting for it to exit...
The other application is: yum-updatesd-he
Memory :  14 M RSS ( 26 MB VSZ)
Started: Tue Feb  9 08:19:02 2010 - 14 day(s) 11:47:41 ago
State  : Sleeping, pid: 523</blockquote> How do I fix this problem?]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/existing-lock-varrunyum-pid-another-copy-is-running-as-pid-523/feed/</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>Red hat / CentOS / Fedora Send Yum Package Update Notification Via Email</title><link>http://www.cyberciti.biz/faq/red-hat-centos-fedora-send-package-update-notification-via-email/</link> <comments>http://www.cyberciti.biz/faq/red-hat-centos-fedora-send-package-update-notification-via-email/#comments</comments> <pubDate>Thu, 05 Feb 2009 13:19:27 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[fedora linux]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Monitoring]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[Package management]]></category> <category><![CDATA[RedHat and Friends]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Suse]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[/etc/init.d/yum-updatesd]]></category> <category><![CDATA[/etc/yum/yum-updatesd.conf]]></category> <category><![CDATA[automated mail sending linux]]></category> <category><![CDATA[cron.daily Centos apt update]]></category> <category><![CDATA[cron.daily Fedora apt update]]></category> <category><![CDATA[cron.daily Redhat apt update]]></category> <category><![CDATA[cron.daily RHEL apt update]]></category> <category><![CDATA[e-mail notifier for CentOS]]></category> <category><![CDATA[e-mail notifier for Fedora]]></category> <category><![CDATA[e-mail notifier for RHEL]]></category> <category><![CDATA[email notification]]></category> <category><![CDATA[emit_via]]></category> <category><![CDATA[package updates]]></category> <category><![CDATA[security package]]></category> <category><![CDATA[yum email update notification]]></category> <category><![CDATA[yum email when upgrades]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=3230</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/faq/category/redhat-and-friends/' title='See all Redhat/CentOS/Fedora Core related FAQ'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/rhlogo.gif' border='0' /></a></div> <span
class="drop_cap">I</span> know how to send package <a
href="http://www.cyberciti.biz/faq/apt-get-apticron-send-email-upgrades-available/" title="Debian / Ubuntu Linux: Send Automatic Email Notification When Security Upgrades Available">update email notification under Debian / Ubuntu</a> Linux. How do I  send Automatic Email Notification under RHEL v4/5, CentOS, Red Hat and Fedora Linux, when security &#038; package updates available? How do I force yum to send an email when upgrades available? ]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/red-hat-centos-fedora-send-package-update-notification-via-email/feed/</wfw:commentRss> <slash:comments>8</slash:comments> </item> </channel> </rss>
