Results 1 to 6 of 6
I have redhat linux workstation enterprise linux 5.2. I am wanting it to automatically do updates without user interaction.
I have manually used pup for all my updates but want ...
- 02-09-2009 #1Just Joined!
- Join Date
- Sep 2008
- Posts
- 9
Redhat EL Worksation 5.2 - how do I do automatic updates?
I have redhat linux workstation enterprise linux 5.2. I am wanting it to automatically do updates without user interaction.
I have manually used pup for all my updates but want it to happen automatically.
How do I do this?
- 02-10-2009 #2
Create a cron job.
- 02-10-2009 #3Just Joined!
- Join Date
- Sep 2008
- Posts
- 9
Yes, a cron job works great. But if I just have the cron job run pup, pup still requires user interaction and clicking, "ok" to accept updates, etc...
Is there no way in redhat to automate this? You HAVE to interact with updates?
- 02-10-2009 #4
use yum instead, there should be a param to pass on the command line that forces it to accept the updates
- 02-10-2009 #5
Yes, use YUM to update your system. Works great here as a cron job.
- 02-11-2009 #6
add
yum -y update
to your crontab, the -y says "say yes to everything"New to the internet, technical forums, or the hacker / open source community??
Read this to learn good posting habits http://www.catb.org/~esr/faqs/smart-questions.html
RHCE for RHEL version 5
RHCT for RHEL version 4


Reply With Quote