Zum Inhalt springen

Needrestart: Unterschied zwischen den Versionen

Aus Foxwiki
KKeine Bearbeitungszusammenfassung
K Textersetzung - „wikitable“ durch „table table-striped table-hover“
 
(15 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 3: Zeile 3:
= Beschreibung =
= Beschreibung =
= Installation =
= Installation =
# '''apt install needrestart'''
= Syntax =
= Syntax =
  # '''needrestart [-(v|q)] [-n] [-c <cfg>] [-r <mode>] [-f <fe>] [-u <ui>] [-(b|p)] [-kl]'''
  # '''needrestart [-(v|q)] [-n] [-c <cfg>] [-r <mode>] [-f <fe>] [-u <ui>] [-(b|p)] [-kl]'''


== Optionen ==
== Optionen ==
{| class="wikitable sortable"
{| class="table table-striped table-hover sortable"
|-
|-
! Option !! Beschreibung
! Option !! Beschreibung
Zeile 17: Zeile 19:
| -m <mode> || set level of technical details
| -m <mode> || set level of technical details


e   (e)asy mode
e (e)asy mode


a   (a)dvanced mode
a (a)dvanced mode
|-
|-
| -n || set default answer to 'no'
| -n || set default answer to 'no'
Zeile 27: Zeile 29:
| -r <mode> || set restart mode
| -r <mode> || set restart mode


l   (l)ist only
l (l)ist only


i   (i)nteractive restart
i (i)nteractive restart


a   (a)utomatically restart
a (a)utomatically restart


ATTENTION: If needrestart is configured to run in interactive mode but is run non-interactive (i.e. unattended-upgrades) it will fallback to list only mode.
ATTENTION: If needrestart is configured to run in interactive mode but is run non-interactive (i.e. unattended-upgrades) it will fallback to list only mode.
Zeile 48: Zeile 50:
|}
|}


= Umgebungsvariablen =
= Umgebung =
The following environment variables can be used to override the config file options. Command line parameters do always supersede them.
The following environment variables can be used to override the config file options. Command line parameters do always supersede them.


{| class="wikitable sortable"
{| class="table table-striped table-hover sortable"
|-
|-
! Umgebungsvariable   !! Beschreibung
! Umgebungsvariable !! Beschreibung
|-
|-
| NEEDRESTART_MODE || Change the configured restart mode (see also the -r parameter): (l)ist only, (i)nteractive or (a)utomatically
| NEEDRESTART_MODE || Change the configured restart mode (see also the -r parameter): (l)ist only, (i)nteractive or (a)utomatically
|}
|}


When used with apt-get(8) needrestart supports the following additional environment variables:
When used with apt-get(8) needrestart supports the following additional environment variables:


{| class="wikitable sortable"
{| class="table table-striped table-hover sortable"
|-
|-
! Umgebungsvariable   !! Beschreibung
! Umgebungsvariable !! Beschreibung
|-
|-
| DEBIAN_FRONTEND || debconf(7) frontend to use, can also set using the -f parameter.
| DEBIAN_FRONTEND || debconf(7) frontend to use, can also set using the -f parameter.
Zeile 71: Zeile 73:
= Links =
= Links =
== Dateien ==
== Dateien ==
== Man-Pages ==
== Man-Page ==
== Intern ==
== Intern ==
== Weblinks ==
== Weblinks ==
Zeile 98: Zeile 100:
</div>
</div>


[[Kategorie:Linux:Softwareverwaltung]]
[[Kategorie:Linux/Software/Verwaltung]]
[[Kategorie:Linux:Befehl]]
[[Kategorie:Linux/Befehl]]

Aktuelle Version vom 29. Juli 2026, 11:00 Uhr

needrestart checks which daemons need to be restarted after library upgrades.

Beschreibung

Installation

# apt install needrestart

Syntax

# needrestart [-(v|q)] [-n] [-c <cfg>] [-r <mode>] [-f <fe>] [-u <ui>] [-(b|p)] [-kl]

Optionen

Option Beschreibung
-v be more verbose
-q be quiet
-m <mode> set level of technical details

e (e)asy mode

a (a)dvanced mode

-n set default answer to 'no'
-c <cfg> config filename
-r <mode> set restart mode

l (l)ist only

i (i)nteractive restart

a (a)utomatically restart

ATTENTION: If needrestart is configured to run in interactive mode but is run non-interactive (i.e. unattended-upgrades) it will fallback to list only mode.

-b enable batch mode
-p nagios plugin mode: makes output and exit codes nagios compatible
-f <fe> override debconf(7) frontend, sets the DEBIAN_FRONTEND environment variable to <fe>
-u <ui> use preferred UI package (-u ? shows available packages)
-k only check for obsolete kernel
-l only check for obsolete libraries

Umgebung

The following environment variables can be used to override the config file options. Command line parameters do always supersede them.

Umgebungsvariable Beschreibung
NEEDRESTART_MODE Change the configured restart mode (see also the -r parameter): (l)ist only, (i)nteractive or (a)utomatically

When used with apt-get(8) needrestart supports the following additional environment variables:

Umgebungsvariable Beschreibung
DEBIAN_FRONTEND debconf(7) frontend to use, can also set using the -f parameter.
NEEDRESTART_SUSPEND If set to a non-empty value the apt-get(8) hook will not run needrestart after installing or updating packages.

Links

Dateien

Man-Page

Intern

  1. https://github.com/liske/needrestart

Kontrollfragen

Testfrage 1

Antwort1

Testfrage 2

Antwort2

Testfrage 3

Antwort3

Testfrage 4

Antwort4

Testfrage 5

Antwort5