Questions tagged [update]

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.

634 questions
233
votes
4 answers

Symlink not updating as expected when using an absolute with relative path

I am trying to use symbolic links. I did some reading and found the following commands: Creation -> ln -s {/path/to/file-name} {link-name} Update -> ln -sfn {/path/to/file-name} {link-name} Deletion -> rm {link-name} Creations and deletions work…
Jérôme Verstrynge
  • 4,747
  • 7
  • 23
  • 34
146
votes
3 answers

How can I upgrade to Java 1.8 on an Amazon Linux Server?

I tried sudo yum update but it just keeps java "1.7.0_75". I need 1.8 for it to work with another application but can't figure out how to upgrade it. Do I need to manually install it somehow? There's not much information on this on the internet as…
K_dar
  • 1,463
  • 2
  • 10
  • 4
80
votes
3 answers

What does that mean: packages excluded due to repository priority protections

When updating with yum i recieve the following message: yum update Loaded plugins: fastestmirror, priorities Loading mirror speeds from cached hostfile * atomic: www7.atomicorp.com * base: mirror.de.leaseweb.net * extras: mirror.de.leaseweb.net …
mate64
  • 1,641
  • 4
  • 18
  • 29
65
votes
9 answers

How can I check from the command line if a reboot is required on RHEL or CentOS?

I'm using CentOS and Red Hat Enterprise Linux on a few machines without the GUI. How can I check if recently installed updates require a reboot? In Ubuntu, I'm used to checking if /var/run/reboot-required is present.
Jim Hunziker
  • 1,802
  • 4
  • 17
  • 18
61
votes
11 answers

How Often Should I Update our Linux Server?

I am responsible for managing both our production server (mail, web, database are all on one server) and our test server. Both are built on Debian. However as I am very new to system administration, I have only been installing updates as I come…
Noah Goodrich
  • 18,677
  • 6
  • 24
  • 16
39
votes
7 answers

Update the container of a service in Amazon ECS

What kind of approach is recommended for updating the container of a service which is running in Amazon ECS? The AWS documentation says: "If you have updated the Docker image of your application, you can create a new task definition with that image…
Petrus Repo
  • 492
  • 1
  • 4
  • 7
35
votes
2 answers

HP plan to restrict access to ProLiant server firmware - consequences?

I've been a longtime advocate for HP ProLiant servers in my system environments. The platform has been the basis of my infrastructure designs across several industries for the past 12 years. The main selling points of ProLiant hardware have been…
ewwhite
  • 194,921
  • 91
  • 434
  • 799
33
votes
10 answers

Best way to fully update a new installed Windows?

I am wondering, what is the best way to automatically update a new installation of Windows (Windows 7)? When I manually update a new install of Windows 7 SP1, I get about 45 updates. Installing those is not the problem, but after installing those,…
stefan.at.wpf
  • 885
  • 3
  • 12
  • 20
27
votes
1 answer

How to update a package using puppet and a .deb file

I am trying to figure out the proper way to update/upgrade a deb package using puppet from a local source deb file. My current config looks like this... class adobe-air-2-0-4 { file { "/opt/air-debs": ensure => directory } file {…
delux247
  • 764
  • 1
  • 6
  • 12
27
votes
6 answers

Updating production Ubuntu boxes the dos and don'ts

Every so often I login to production web/db/tools boxes and see the typical message: 30 packages can be updated. 16 updates are security updates. My question is, how do all of you handle updates on your production Ubuntu boxes? Do you automate these…
imaginative
  • 1,941
  • 9
  • 32
  • 48
26
votes
7 answers

Should I have to enable automatic update on Debian lenny stable?

I have installed a new Linux Debian lenny server that will be a LAMP and a Subversion server. Should I have to enable automatic updates? If I enable it, I am sure that I have the latest security patches. It also should not break my system since…
user37220
  • 225
  • 2
  • 5
  • 8
24
votes
4 answers

OSX mojave: "crontab: tmp/tmp.X: Operation not permitted"

After updating my OSX to Mojave, it seems I am no longer able to edit my crontab. Any attempt to do so results in the error message on the title of this question. I tracked crontab to /private/var/at and the permissions are the same as another…
Joao Encarnacao
  • 343
  • 1
  • 2
  • 4
21
votes
2 answers

Why do I have .rpmnew file after an update?

I use yum to update my Fedora. After a huge update, I got many .rpmnew and .rpmsave files. I could understand if I had modified these files. But I'm sure that I didn't edit these files. What should I do with these files? What will happen at the next…
Luc M
  • 2,890
  • 4
  • 25
  • 27
20
votes
5 answers

Is it usually safe to run "apt-get upgrade" (in terms of stability) on a production server?

I often log into my Ubuntu 12.04.2 server (with Postgres 9.2.4 running with live production data) and see something akin to: 4 packages can be updated. 4 updates are security updates. This happens about every few days, of course. I'm not interested…
orokusaki
  • 2,693
  • 4
  • 28
  • 42
20
votes
8 answers

Is it important to reboot Linux after a kernel update?

I have a few production Fedora and Debian webservers that host our sites as well as user shell accounts (used for git vcs work, some screen+irssi sessions, etc). Occasionally a new kernel update will come down the pipeline in yum/apt-get, and I was…
lfaraone
  • 1,581
  • 2
  • 17
  • 22
1
2 3
42 43