The process of applying, or files used to apply, improvements to a system or program. An update is typically encompasses minor changes and improvements, relative to an upgrade.
Questions tagged [update]
648 questions
3
votes
3 answers
Updating Glue records on thousands of domains
I am in the process of migrating a web server which has a few thousand small sites, and does its own DNS. Each site has a hostname in the form of "customer.ourcompany.com" and some also have "www.customersdomainname.com".
When we do the migration,…

Zimmy-DUB-Zongy-Zong-DUBBY
- 1,580
- 3
- 16
- 30
3
votes
1 answer
Shutting down Openstack server and virtual machines
When I shutdown Openstack compute host (for example reboot required by updates) what happens to virtual machines that were running on that host?
I know that when host starts again the virtual machines are in shutdown state. But were they shutdown…

Madoc Comadrin
- 570
- 4
- 11
- 29
3
votes
1 answer
"apt-get -y upgrade" in cron task runs but does not upgrade the system
This server runs Debian 7 and I'm facing a big mystery.
Here are my cron tasks:
$ sudo crontab -e
42 15 * * * apt-get -y update >> /var/log/my-apt-update.txt
52 15 * * * apt-get -y upgrade >> /var/log/my-apt-upgrade.txt
I added the ">>…

John Smith Optional
- 502
- 2
- 9
- 18
3
votes
2 answers
Not all updates syncing between WSUS and SCCM 2012
I have a single server with both WSUS and SCCM 2012 R2 installed. I'm pretty sure everything is configured correctly. The only errors I'm seeing in the wsyncmgr.log file when I do a full synchronization relates to problems downloading EULA's for…

Chuck Herrington
- 525
- 2
- 7
- 18
3
votes
1 answer
Why does wusa fail with "The System cannot find the file specified"?
On Windows 7 or later, attempting to use wusa.exe to install a CAB file containing a Windows update returns error 0x80070002 (-2147024894), "The System cannot find the file specified".
I've tried quoting the full path to the file, running the…

Harry Johnston
- 6,005
- 4
- 35
- 52
3
votes
2 answers
mcafee local automatic update
I'm working in a intranet with 50 machines and I'd like to set up mcafee to have each machine update its engine et virus definitions on a local FTP.
How to set up this configuration and what are the files to download from mcafee website to put on…
Arnaud
3
votes
2 answers
What could cause DNS to un-propagate?
I moved a Godaddy domain (ihearthawaii.com) to a digital ocean droplet around 15 hours ago. Tracking the DNS Propagation through sites like (whatsmydns.net), I notice that the propagation is struggling. It will propagate to certain servers, but…

Will03
- 33
- 1
- 3
3
votes
1 answer
Which apt options for a safe automatic update
Related to my previous question, what apt options should one use when upgrading a package so that:
if other packages would be removed as a result of the upgrade, apt will stop without touching anything
if new packages would be installed as a result…

bronto
- 121
- 11
3
votes
1 answer
RSS feed/email list to be notified about java updates
I'm doing upgrades of JDK on our servers regularly. But because Oracle JDK installed via custom packages (not via package manager) I need way to be notified about updates.
Are there way to be notified about java (JDK) updates? RSS (preferred) or…

valodzka
- 177
- 3
- 10
3
votes
1 answer
Prevent update-manager from overwriting my Configs
After installing a package with apt-get and then overwriting some package specific config files, whenever the system upgrades itself it tries to overwrite my custom configs with the package default ones.
Is there a better way to specific custom…

Alix Axel
- 2,803
- 6
- 29
- 30
3
votes
2 answers
Windows updates, Anti-virus updates for Air gapped hosts
I just took over as an admin for a network that uses corporate imaged hosts, to manage various special purpose machines.
These hosts directly connect to the equipment they are managing via Serial or ethernet(cross-ver), with absolutely no internet…

hyussuf
- 133
- 3
3
votes
2 answers
How to make partial update in Ubuntu
I have two general questions how to show updates content and how to make partial update for example I want to update only nginx and don't touch other environment.

Denis
- 229
- 3
- 8
3
votes
1 answer
Keep RHEL at a particular minor revision level?
I'm working with a large database platform (Or#&%@) that requires a specific revision level of Red Hat Enterprise Linux. In this case, it needs EL6.2 in order to retain support and compatibility with several DB features that we intend to use.
What…

ewwhite
- 197,159
- 92
- 443
- 809
3
votes
3 answers
Safely update php 5.3.3 to >=5.3.4 on centos 6
Would the following works fine without any issues? I have apc cache installed, the other packages the usual php configuration.
yum update php
would that be enough?
it is an active server, so want to make sure and see what should I take into…

Dreaded semicolon
- 181
- 2
- 10
3
votes
1 answer
Check for updates of a specific Debian package list
The setup
I run a Debian Squeeze host that I use to build a multilanguage project (python, java, php...) and generate custom packages (debian and RPM) automatically (through jenkins)
The problem
The target distributions of those Debian packages are…

Erwan Queffélec
- 397
- 4
- 11