All Projects → rackerlabs → auter

rackerlabs / auter

Licence: Apache-2.0 license
Automatic updates for RHEL, Debian, and their derivatives, with the ability to run pre/post hooks & reboot afterwards.

Programming Languages

shell
77523 projects
Roff
2310 projects
Makefile
30231 projects

Labels

Projects that are alternatives of or similar to auter

ELFPatch
A library for patching ELFs
Stars: ✭ 46 (-20.69%)
Mutual labels:  patching
IPAPatch
Patch iOS Apps, The Easy Way, Without Jailbreak.
Stars: ✭ 301 (+418.97%)
Mutual labels:  patching
bmod
bmod parses binaries for modification/patching and disassembles machine code sections.
Stars: ✭ 12 (-79.31%)
Mutual labels:  patching
Nexmon
The C-based Firmware Patching Framework for Broadcom/Cypress WiFi Chips that enables Monitor Mode, Frame Injection and much more
Stars: ✭ 1,761 (+2936.21%)
Mutual labels:  patching
Ipapatch
Patch iOS Apps, The Easy Way, Without Jailbreak.
Stars: ✭ 3,837 (+6515.52%)
Mutual labels:  patching
framework
A creative coding library.
Stars: ✭ 35 (-39.66%)
Mutual labels:  patching
Oxide.Patcher
IL patcher for use with adding Oxide support to .NET games
Stars: ✭ 27 (-53.45%)
Mutual labels:  patching
XnaToFna
Relink games / tools using the XNA Framework 4.0 to use FNA instead
Stars: ✭ 40 (-31.03%)
Mutual labels:  patching
tiler
N-dimensional NumPy array tiling and merging with overlapping, padding and tapering
Stars: ✭ 26 (-55.17%)
Mutual labels:  patching
fennec
Rewriting functions in compiled binaries using McSema
Stars: ✭ 78 (+34.48%)
Mutual labels:  patching
ProgramUpdater
PUF - Program Updater Framework. A library to easier the task of program updating
Stars: ✭ 14 (-75.86%)
Mutual labels:  patching
Hellf
ELF patching library in Python
Stars: ✭ 18 (-68.97%)
Mutual labels:  patching
SharePoint-Patch-Script
An updated version of Russ Maxwell's "5 hour" SharePoint Patch Script supporting SharePoint 2013, 2016, and 2019.
Stars: ✭ 48 (-17.24%)
Mutual labels:  patching

Auter

Automatic Update Transaction Execution by Rackspace

Build Status

Automatic updates for RHEL and Debian based distributions with the ability to pre-download packages, run hooks, and perform automated reboots.

Why use Auter?

It is important to maintain regular system patching on Linux servers to keep up with the latest bug and security fixes; some of these updates will require service or server reboots which is where Auter fits in.

Auter provides a flexible, host-based, solution for updating system packages via the distributions default package manager. It is possible to configure independent configuration profiles that can be run individually either manually on the command line, or scheduled using cron jobs. This would allow weekly updates to take place without a reboot, and a monthly patching schedule for the kernel and other core services that require a reboot.

Auter is also capable of caching available updates, and subsequently only installing from the cache. This allows package versions to be synchronized across environments that have different installation dates.

There are also cases when other options are more suitable:

  • I want to update nightly and handle reboots manually: yum-cron or dnf-automatic
  • I want to manage updates via a central management console: RHN Satellite, or configuration management systems such as Chef or Puppet

Installation

Auter is available for RHEL and its derivatives via the EPEL repository.

$ yum/dnf install auter

There isn't currently a package maintained for Debian, however we provide a .deb package on the releases page.

Setup

All Auter configuration information is stored in /etc/auter/auter.conf; it allows you to set basic options such as the sleep delay (MAXDELAY), and whether automatic reboots should take place (AUTOREBOOT).

More information can be found on the Wiki.

Usage

Auter can be run manually:

$ auter --prep
$ auter --apply

or via cron:

# Prep Every Friday at 22:00
0 22 * * Fri root /usr/bin/auter --prep
# Apply Every Saturday at 23:00
0 23 * * Sat root /usr/bin/auter --apply

For more examples and usage, please refer to the Wiki.

Contributing

Please read HACKING.md for details on how to contribute, and the process for submitting pull requests.

Maintainers

  • Nick Rhodes
  • Paolo Gigante

See also the list of original contributors who started the project.

Related projects

  • Auter Manager: Simplify the installation of Auter across multiple servers with a single master configuration file written in CSV.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].