Displaying 5 results from an estimated 5 matches for "yumcheckorinstallupd".
2007 Dec 22
1
Request on Cent OS insight
...utomated update *(email)* of system updates.
I found the link below in the WIKI. Additionally I have enable "yum" to run as a service int 345 and started it.
yum update from the command line works fine-
There are three scripts indicated on the web link below :
http://wiki.centos.org/YumCheckOrInstallUpdates
usr/bin/yum-check ( not on the machine)
/etc/cron.daily/yum.cron: ( not on the machine)
there a is file named yum.cron at this location-
[root at bmc-4 cron.daily]# cat yum.cron
#!/bin/sh
if [ -f /var/lock/subsys/yum ]; then
/usr/bin/yum -R 120 -e 0 -d 0 -y update...
2007 Nov 20
2
modern-CentOS-1.7-10
Hi guys,
We have now a redesign of the theme, based on fedora wiki theme. I
want to thank Dimitris Glezos for making it GPL.
The version 1.7-10 of the CentOS theme is available from:
http://wiki.centos.org/ArtWork/Wiki
Have you any suggestion ?
Cheers,
al.
2007 Sep 27
3
Wiki restructure
Hi all,
Now that there is an effort underway to improve the look/theme of the
Wiki. I would like to discuss the content of the wiki.
IMO there are too many links on the frontpage. With a new theme, the
News/Events items on top can go into a sidebar, so that will be taken care
of the news items. I will not discuss them here.
But currently, there is little structure in all the links/titles on the
2007 Apr 20
11
License for Wiki Content - LAST CALL
Okay, this will never come to an end otherwise:
I would like to use <http://creativecommons.org/licenses/by-sa/3.0/> as
the license for the complete content of the wiki.
The content on the wiki is *NOT* licensed at all at the moment.
So this call goes out to *ALL* people who have already contributed to
the wiki:
Is it okay with you to use this license for your content on the wiki?
If
2013 Feb 25
13
running yum update on remote servers
I have read a couple old threads here on updates for servers, and I am
looking for some mechanics to getting the actual updates done. I don't
want automatic updates; I want to control when and what gets updated.
First I have to determine that a particular server needs updates. I
suppose a daily script that would run "yum check-updates' and emails me
the results could work, but