summaryrefslogtreecommitdiff
path: root/po/doc
diff options
context:
space:
mode:
Diffstat (limited to 'po/doc')
-rw-r--r--po/doc/guix-cookbook.fr.po60
-rw-r--r--po/doc/guix-manual.ru.po25325
2 files changed, 12712 insertions, 12673 deletions
diff --git a/po/doc/guix-cookbook.fr.po b/po/doc/guix-cookbook.fr.po
index 605cca5d727..f22aa9d7e82 100644
--- a/po/doc/guix-cookbook.fr.po
+++ b/po/doc/guix-cookbook.fr.po
@@ -1,7 +1,7 @@
# SOME DESCRIPTIVE TITLE
# Copyright (C) 2021 the authors of Guix (msgids) and the following authors (msgstr)
# This file is distributed under the same license as the guix manual package.
-# Julien Lepiller <fedora-account@lepiller.eu>, 2021, 2022, 2023.
+# Julien Lepiller <fedora-account@lepiller.eu>, 2021, 2022, 2023, 2024.
# Francois Polito <francois@polito.se>, 2021.
# tisse vert <tissevert+fedora@marvid.fr>, 2021.
# Florian Pelz <pelzflorian@pelzflorian.de>, 2023, 2024.
@@ -13,15 +13,15 @@ msgstr ""
"Project-Id-Version: guix manual checkout\n"
"Report-Msgid-Bugs-To: bug-guix@gnu.org\n"
"POT-Creation-Date: 2024-08-23 03:18+0000\n"
-"PO-Revision-Date: 2024-07-16 07:38+0000\n"
-"Last-Translator: Léane GRASSER <leane.grasser@proton.me>\n"
+"PO-Revision-Date: 2024-09-02 06:33+0000\n"
+"Last-Translator: Julien Lepiller <fedora-account@lepiller.eu>\n"
"Language-Team: French <https://translate.fedoraproject.org/projects/guix/documentation-cookbook/fr/>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: Weblate 5.6.2\n"
+"X-Generator: Weblate 5.7.1\n"
#. type: Plain text
#: guix-git/doc/guix-cookbook.texi:7
@@ -40,8 +40,6 @@ msgstr "Livre de recettes de GNU Guix"
#. type: copying
#: guix-git/doc/guix-cookbook.texi:28
-#, fuzzy
-#| msgid "Copyright @copyright{} 2019, 2022 Ricardo Wurmus@* Copyright @copyright{} 2019 Efraim Flashner@* Copyright @copyright{} 2019 Pierre Neidhardt@* Copyright @copyright{} 2020 Oleg Pykhalov@* Copyright @copyright{} 2020 Matthew Brooks@* Copyright @copyright{} 2020 Marcin Karpezo@* Copyright @copyright{} 2020 Brice Waegeneire@* Copyright @copyright{} 2020 André Batista@* Copyright @copyright{} 2020 Christine Lemmer-Webber@* Copyright @copyright{} 2021 Joshua Branson@* Copyright @copyright{} 2022, 2023 Maxim Cournoyer@* Copyright @copyright{} 2023 Ludovic Courtès@* Copyright @copyright{} 2023 Thomas Ieong"
msgid "Copyright @copyright{} 2019, 2022 Ricardo Wurmus@* Copyright @copyright{} 2019 Efraim Flashner@* Copyright @copyright{} 2019 Pierre Neidhardt@* Copyright @copyright{} 2020 Oleg Pykhalov@* Copyright @copyright{} 2020 Matthew Brooks@* Copyright @copyright{} 2020 Marcin Karpezo@* Copyright @copyright{} 2020 Brice Waegeneire@* Copyright @copyright{} 2020 André Batista@* Copyright @copyright{} 2020 Christine Lemmer-Webber@* Copyright @copyright{} 2021 Joshua Branson@* Copyright @copyright{} 2022, 2023 Maxim Cournoyer@* Copyright @copyright{} 2023-2024 Ludovic Courtès@* Copyright @copyright{} 2023 Thomas Ieong@* Copyright @copyright{} 2024 Florian Pelz@*"
msgstr ""
"Copyright @copyright{} 2019, 2022 Ricardo Wurmus@*\n"
@@ -55,8 +53,9 @@ msgstr ""
"Copyright @copyright{} 2020 Christine Lemmer-Webber@*\n"
"Copyright @copyright{} 2021 Joshua Branson@*\n"
"Copyright @copyright{} 2022, 2023 Maxim Cournoyer@*\n"
-"Copyright @copyright{} 2023 Ludovic Courtès@*\n"
-"Copyright @copyright{} 2023 Thomas Ieong"
+"Copyright @copyright{} 2023-2024 Ludovic Courtès@*\n"
+"Copyright @copyright{} 2023 Thomas Ieong@*\n"
+"Copyright @copyright{} 2024 Florian Pelz@*"
#. type: copying
#: guix-git/doc/guix-cookbook.texi:35
@@ -720,10 +719,9 @@ msgstr "Étape 3 : intégration continue."
#. type: node
#: guix-git/doc/guix-cookbook.texi:189 guix-git/doc/guix-cookbook.texi:4399
#: guix-git/doc/guix-cookbook.texi:4874
-#, fuzzy, no-wrap
-#| msgid "a manifest,"
+#, no-wrap
msgid "Build Manifest"
-msgstr "un manifeste,"
+msgstr "Manifeste de construction"
#. type: menuentry
#: guix-git/doc/guix-cookbook.texi:189 guix-git/doc/guix-cookbook.texi:4399
@@ -3367,23 +3365,7 @@ msgstr "La deuxième manière de créer un noyau personnalisé est de passer une
#. type: lisp
#: guix-git/doc/guix-cookbook.texi:1768
-#, fuzzy, no-wrap
-#| msgid ""
-#| "(define %default-extra-linux-options\n"
-#| " `(;; https://lists.gnu.org/archive/html/guix-devel/2014-04/msg00039.html\n"
-#| " (\"CONFIG_DEVPTS_MULTIPLE_INSTANCES\" . #true)\n"
-#| " ;; Modules required for initrd:\n"
-#| " (\"CONFIG_NET_9P\" . m)\n"
-#| " (\"CONFIG_NET_9P_VIRTIO\" . m)\n"
-#| " (\"CONFIG_VIRTIO_BLK\" . m)\n"
-#| " (\"CONFIG_VIRTIO_NET\" . m)\n"
-#| " (\"CONFIG_VIRTIO_PCI\" . m)\n"
-#| " (\"CONFIG_VIRTIO_BALLOON\" . m)\n"
-#| " (\"CONFIG_VIRTIO_MMIO\" . m)\n"
-#| " (\"CONFIG_FUSE_FS\" . m)\n"
-#| " (\"CONFIG_CIFS\" . m)\n"
-#| " (\"CONFIG_9P_FS\" . m)))\n"
-#| "\n"
+#, no-wrap
msgid ""
"(define (default-extra-linux-options version)\n"
" `(;; https://lists.gnu.org/archive/html/guix-devel/2014-04/msg00039.html\n"
@@ -3401,10 +3383,10 @@ msgid ""
" (\"CONFIG_9P_FS\" . m)))\n"
"\n"
msgstr ""
-"(define %default-extra-linux-options\n"
+"(define (default-extra-linux-options version)\n"
" `(;; https://lists.gnu.org/archive/html/guix-devel/2014-04/msg00039.html\n"
" (\"CONFIG_DEVPTS_MULTIPLE_INSTANCES\" . #true)\n"
-" ;; Modules required for initrd:\n"
+"  ;; Modules requis pour initrd :\n"
" (\"CONFIG_NET_9P\" . m)\n"
" (\"CONFIG_NET_9P_VIRTIO\" . m)\n"
" (\"CONFIG_VIRTIO_BLK\" . m)\n"
@@ -3527,10 +3509,8 @@ msgstr ""
#. type: Plain text
#: guix-git/doc/guix-cookbook.texi:1824
-#, fuzzy
-#| msgid "In the above example @code{%file-systems} is a collection of flags enabling different file system support, @code{%efi-support} enables EFI support and @code{%emulation} enables a x86_64-linux machine to act in 32-bit mode also. @code{%default-extra-linux-options} are the ones quoted above, which had to be added in since they were replaced in the @code{extra-options} keyword."
msgid "In the above example @code{%file-systems} is a collection of flags enabling different file system support, @code{%efi-support} enables EFI support and @code{%emulation} enables a x86_64-linux machine to act in 32-bit mode also. The @code{default-extra-linux-options} procedure is the one defined above, which had to be used to avoid loosing the default configuration options of the @code{extra-options} keyword."
-msgstr "Dans l'exemple ci-dessus @code{%fale-systems} est un ensemble de drapeaux qui activent la prise en charge de différents systèmes de fichiers, @code{%efi-support} active la prise en charge de l'EFI et @code{%emulation} permet à une machine x86_64-linux de fonctionner aussi en mode 32-bits. @code{%default-extra-linux-options} sont l'ensemble de ces options et elles devaient être ajoutées puisqu'elles ont été remplacées dans le mot-clé @code{extra-options}."
+msgstr "Dans l'exemple ci-dessus @code{%fale-systems} est un ensemble de drapeaux qui activent la prise en charge de différents systèmes de fichiers, @code{%efi-support} active la prise en charge de l'EFI et @code{%emulation} permet à une machine x86_64-linux de fonctionner aussi en mode 32-bits. La procédure @code{default-extra-linux-options} est définie plus haut, et elles devaient être utilisée pour éviter de perdre les options de configuration par défaut dans le mot-clé @code{extra-options}."
#. type: Plain text
#: guix-git/doc/guix-cookbook.texi:1833
@@ -7021,35 +7001,35 @@ msgstr "qemu, pont réseau"
#. type: Plain text
#: guix-git/doc/guix-cookbook.texi:3756
msgid "By default, QEMU uses a so-called ``user mode'' host network back-end, which is convenient as it does not require any configuration. Unfortunately, it is also quite limited. In this mode, the guest @abbr{VM, virtual machine} can access the network the same way the host would, but it cannot be reached from the host. Additionally, since the QEMU user networking mode relies on ICMP, ICMP-based networking tools such as @command{ping} do @emph{not} work in this mode. Thus, it is often desirable to configure a network bridge, which enables the guest to fully participate in the network. This is necessary, for example, when the guest is to be used as a server."
-msgstr ""
+msgstr "Par défaut, QEMU utilise un moteur réseau hôte en « mode utilisateur », qui est pratique comme il n'a pas besoin de configuration. Malheureusement, il est aussi très limité. Dans ce mode, la @abbr{VM, machine virtuelle} invitée peut accéder au réseau de la même manière que l'hôte, mais elle ne peut pas être atteinte depuis l'hôte. De plus, comme le mode de réseau utilisateur de QEMU se base sur ICMP, les outils de réseau basés sur ICMP comme @command{ping} ne fonctionnent @emph{pas} dans ce mode. Ainsi, il est souvent préférable de configurer un pont réseau, qui permet à l'invité de participer pleinement au réseau. Cela est nécessaire, par exemple, lorsque l'invité est utilisé comme serveur."
#. type: subsection
#: guix-git/doc/guix-cookbook.texi:3757
#, no-wrap
msgid "Creating a network bridge interface"
-msgstr ""
+msgstr "Créer une interface réseau pont"
#. type: Plain text
#: guix-git/doc/guix-cookbook.texi:3763
msgid "There are many ways to create a network bridge. The following command shows how to use NetworkManager and its @command{nmcli} command line interface (CLI) tool, which should already be available if your operating system declaration is based on one of the desktop templates:"
-msgstr ""
+msgstr "Il y a plusieurs manières de créer un pont réseau. La commande suivante indique comment utiliser NetworkManager et son outil en ligne de commande @command{nmcli}, qui devrait déjà être disponible si votre déclaration de système d'exploitation se base sur l'un des modèles de systèmes de bureau :"
#. type: example
#: guix-git/doc/guix-cookbook.texi:3766
#, no-wrap
msgid "# nmcli con add type bridge con-name br0 ifname br0\n"
-msgstr ""
+msgstr "# nmcli con add type bridge con-name br0 ifname br0\n"
#. type: Plain text
#: guix-git/doc/guix-cookbook.texi:3772
msgid "To have this bridge be part of your network, you must associate your network bridge with the Ethernet interface used to connect with the network. Assuming your interface is named @samp{enp2s0}, the following command can be used to do so:"
-msgstr ""
+msgstr "Pour que ce pont fasse partie de votre réseau, vous devez associer votre pont réseau à l’interface Ethernet utilisée pour vous connecter au réseau. En supposant que cette interface est nommée @samp{enp2s0}, la commande suivante peut être utilisée pour cela :"
#. type: example
#: guix-git/doc/guix-cookbook.texi:3775
#, no-wrap
msgid "# nmcli con add type bridge-slave ifname enp2s0 master br0\n"
-msgstr ""
+msgstr "# nmcli con add type bridge-slave ifname enp2s0 master br0\n"
#. type: quotation
#: guix-git/doc/guix-cookbook.texi:3777 guix-git/doc/guix-cookbook.texi:3819
@@ -7060,7 +7040,7 @@ msgstr "Important"
#. type: quotation
#: guix-git/doc/guix-cookbook.texi:3781
msgid "Only Ethernet interfaces can be added to a bridge. For wireless interfaces, consider the routed network approach detailed in @xref{Routed network for libvirt}."
-msgstr ""
+msgstr "Seules les interfaces Ethernet peut être ajoutées à un pont. Pour les interfaces sans fil, envisagez l'approche par réseau routé détaillée dans @xref{Routed network for libvirt}."
#. type: Plain text
#: guix-git/doc/guix-cookbook.texi:3787
diff --git a/po/doc/guix-manual.ru.po b/po/doc/guix-manual.ru.po
index a6e6216ef81..510fbe28ffa 100644
--- a/po/doc/guix-manual.ru.po
+++ b/po/doc/guix-manual.ru.po
@@ -24,7 +24,7 @@ msgstr ""
"Project-Id-Version: guix-manual 1.2.0-pre2\n"
"Report-Msgid-Bugs-To: bug-guix@gnu.org\n"
"POT-Creation-Date: 2024-06-27 03:18+0000\n"
-"PO-Revision-Date: 2024-08-30 16:38+0000\n"
+"PO-Revision-Date: 2024-09-04 11:59+0000\n"
"Last-Translator: Florian Pelz <pelzflorian@pelzflorian.de>\n"
"Language-Team: Russian <https://translate.fedoraproject.org/projects/guix/documentation-manual/ru/>\n"
"Language: ru\n"
@@ -32,7 +32,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-"X-Generator: Weblate 5.7\n"
+"X-Generator: Weblate 5.7.1\n"
"X-Bugs: Report translation errors to the Language-Team address.\n"
#. #-#-#-#-# contributing.pot (guix manual checkout) #-#-#-#-#
@@ -748,30 +748,30 @@ msgstr "Подробные сведения об этой команде см.
#: guix-git/doc/guix.texi:6570 guix-git/doc/guix.texi:6849
#: guix-git/doc/guix.texi:6973 guix-git/doc/guix.texi:7002
#: guix-git/doc/guix.texi:7043 guix-git/doc/guix.texi:7098
-#: guix-git/doc/guix.texi:8731 guix-git/doc/guix.texi:11048
-#: guix-git/doc/guix.texi:11190 guix-git/doc/guix.texi:11260
-#: guix-git/doc/guix.texi:13223 guix-git/doc/guix.texi:13263
-#: guix-git/doc/guix.texi:13363 guix-git/doc/guix.texi:13588
-#: guix-git/doc/guix.texi:13600 guix-git/doc/guix.texi:14492
-#: guix-git/doc/guix.texi:16461 guix-git/doc/guix.texi:16991
-#: guix-git/doc/guix.texi:17049 guix-git/doc/guix.texi:17082
-#: guix-git/doc/guix.texi:17160 guix-git/doc/guix.texi:17561
-#: guix-git/doc/guix.texi:18576 guix-git/doc/guix.texi:19139
-#: guix-git/doc/guix.texi:19644 guix-git/doc/guix.texi:19705
-#: guix-git/doc/guix.texi:22166 guix-git/doc/guix.texi:23080
-#: guix-git/doc/guix.texi:23263 guix-git/doc/guix.texi:23324
-#: guix-git/doc/guix.texi:23800 guix-git/doc/guix.texi:28824
-#: guix-git/doc/guix.texi:29441 guix-git/doc/guix.texi:32886
-#: guix-git/doc/guix.texi:37284 guix-git/doc/guix.texi:40655
-#: guix-git/doc/guix.texi:42214 guix-git/doc/guix.texi:42288
-#: guix-git/doc/guix.texi:42330 guix-git/doc/guix.texi:42676
-#: guix-git/doc/guix.texi:42846 guix-git/doc/guix.texi:43014
-#: guix-git/doc/guix.texi:43121 guix-git/doc/guix.texi:43167
-#: guix-git/doc/guix.texi:43224 guix-git/doc/guix.texi:43251
-#: guix-git/doc/guix.texi:43589 guix-git/doc/guix.texi:44999
-#: guix-git/doc/guix.texi:45049 guix-git/doc/guix.texi:45105
-#: guix-git/doc/guix.texi:45212 guix-git/doc/guix.texi:47305
-#: guix-git/doc/guix.texi:47349
+#: guix-git/doc/guix.texi:8731 guix-git/doc/guix.texi:11060
+#: guix-git/doc/guix.texi:11209 guix-git/doc/guix.texi:11279
+#: guix-git/doc/guix.texi:13242 guix-git/doc/guix.texi:13282
+#: guix-git/doc/guix.texi:13382 guix-git/doc/guix.texi:13607
+#: guix-git/doc/guix.texi:13619 guix-git/doc/guix.texi:14511
+#: guix-git/doc/guix.texi:16487 guix-git/doc/guix.texi:17017
+#: guix-git/doc/guix.texi:17075 guix-git/doc/guix.texi:17108
+#: guix-git/doc/guix.texi:17186 guix-git/doc/guix.texi:17587
+#: guix-git/doc/guix.texi:18602 guix-git/doc/guix.texi:19165
+#: guix-git/doc/guix.texi:19670 guix-git/doc/guix.texi:19731
+#: guix-git/doc/guix.texi:22192 guix-git/doc/guix.texi:23106
+#: guix-git/doc/guix.texi:23289 guix-git/doc/guix.texi:23350
+#: guix-git/doc/guix.texi:23826 guix-git/doc/guix.texi:28850
+#: guix-git/doc/guix.texi:29467 guix-git/doc/guix.texi:32912
+#: guix-git/doc/guix.texi:37313 guix-git/doc/guix.texi:40684
+#: guix-git/doc/guix.texi:42243 guix-git/doc/guix.texi:42317
+#: guix-git/doc/guix.texi:42359 guix-git/doc/guix.texi:42705
+#: guix-git/doc/guix.texi:42875 guix-git/doc/guix.texi:43043
+#: guix-git/doc/guix.texi:43150 guix-git/doc/guix.texi:43196
+#: guix-git/doc/guix.texi:43253 guix-git/doc/guix.texi:43280
+#: guix-git/doc/guix.texi:43618 guix-git/doc/guix.texi:45028
+#: guix-git/doc/guix.texi:45078 guix-git/doc/guix.texi:45134
+#: guix-git/doc/guix.texi:45241 guix-git/doc/guix.texi:47334
+#: guix-git/doc/guix.texi:47378
#, no-wrap
msgid "Note"
msgstr "Примечание"
@@ -1477,7 +1477,7 @@ msgstr ""
#. type: item
#: guix-git/doc/contributing.texi:793 guix-git/doc/contributing.texi:3156
-#: guix-git/doc/guix.texi:11219
+#: guix-git/doc/guix.texi:11238
#, no-wrap
msgid "guix"
msgstr "guix"
@@ -3083,8 +3083,8 @@ msgid "@var{hash} Returns a Git origin using the repository naming and tagging r
msgstr "@var{hash} Возвращает Git origin используя формат именования репозитория и метки, необходимые для опубликованного пакет Elm с оригинальным именем @var{elm-name} в версии @var{version} с контрольной суммой sha256 @var{hash}."
#. type: deffn
-#: guix-git/doc/contributing.texi:1675 guix-git/doc/guix.texi:37141
-#: guix-git/doc/guix.texi:41339
+#: guix-git/doc/contributing.texi:1675 guix-git/doc/guix.texi:37170
+#: guix-git/doc/guix.texi:41368
msgid "For example:"
msgstr "Например:"
@@ -3669,9 +3669,9 @@ msgid "$ git send-email --annotate -1\n"
msgstr "$ git send-email --annotate -1\n"
#. type: quotation
-#: guix-git/doc/contributing.texi:2112 guix-git/doc/guix.texi:10488
-#: guix-git/doc/guix.texi:20444 guix-git/doc/guix.texi:20452
-#: guix-git/doc/guix.texi:34615
+#: guix-git/doc/contributing.texi:2112 guix-git/doc/guix.texi:10494
+#: guix-git/doc/guix.texi:20470 guix-git/doc/guix.texi:20478
+#: guix-git/doc/guix.texi:34644
#, fuzzy, no-wrap
#| msgid "Top"
msgid "Tip"
@@ -4426,7 +4426,7 @@ msgstr ""
#. #-#-#-#-# guix.pot (guix manual checkout) #-#-#-#-#
#. type: defvar
#: guix-git/doc/contributing.texi:2606 guix-git/doc/guix.texi:650
-#: guix-git/doc/guix.texi:47669
+#: guix-git/doc/guix.texi:47698
#, no-wrap
msgid "powerpc64le-linux"
msgstr "aarch64-linux"
@@ -4599,8 +4599,8 @@ msgstr "Получив доступ, пожалуйста, отправьте с
#. type: quotation
#: guix-git/doc/contributing.texi:2745 guix-git/doc/guix.texi:706
-#: guix-git/doc/guix.texi:738 guix-git/doc/guix.texi:21896
-#: guix-git/doc/guix.texi:35051 guix-git/doc/guix.texi:35670
+#: guix-git/doc/guix.texi:738 guix-git/doc/guix.texi:21922
+#: guix-git/doc/guix.texi:35080 guix-git/doc/guix.texi:35699
#, no-wrap
msgid "Important"
msgstr "Важно"
@@ -4932,7 +4932,7 @@ msgstr "Эту проверку можно отключить @emph{на сво
#. #-#-#-#-# guix.pot (guix manual checkout) #-#-#-#-#
#. type: item
#: guix-git/doc/contributing.texi:3033 guix-git/doc/guix.texi:3993
-#: guix-git/doc/guix.texi:44249 guix-git/doc/guix.texi:44306
+#: guix-git/doc/guix.texi:44278 guix-git/doc/guix.texi:44335
#, no-wrap
msgid "documentation"
msgstr "документация"
@@ -5650,14 +5650,14 @@ msgstr "Полная установка операционной системы.
#. type: section
#: guix-git/doc/guix.texi:218 guix-git/doc/guix.texi:2676
-#: guix-git/doc/guix.texi:2677 guix-git/doc/guix.texi:16973
+#: guix-git/doc/guix.texi:2677 guix-git/doc/guix.texi:16999
#, no-wrap
msgid "Getting Started"
msgstr "Начало работы"
#. type: menuentry
#: guix-git/doc/guix.texi:218 guix-git/doc/guix.texi:383
-#: guix-git/doc/guix.texi:16970
+#: guix-git/doc/guix.texi:16996
msgid "Your first steps."
msgstr "Прервые шаги."
@@ -5711,7 +5711,7 @@ msgstr "Использование Guix в Scheme."
#. type: chapter
#: guix-git/doc/guix.texi:218 guix-git/doc/guix.texi:332
-#: guix-git/doc/guix.texi:12798 guix-git/doc/guix.texi:12799
+#: guix-git/doc/guix.texi:12817 guix-git/doc/guix.texi:12818
#, no-wrap
msgid "Utilities"
msgstr "Утилиты"
@@ -5723,7 +5723,7 @@ msgstr "Команды управления пакетами."
#. type: chapter
#: guix-git/doc/guix.texi:218 guix-git/doc/guix.texi:358
-#: guix-git/doc/guix.texi:16759 guix-git/doc/guix.texi:16760
+#: guix-git/doc/guix.texi:16785 guix-git/doc/guix.texi:16786
#, no-wrap
msgid "Foreign Architectures"
msgstr ""
@@ -5735,7 +5735,7 @@ msgstr ""
#. type: chapter
#: guix-git/doc/guix.texi:218 guix-git/doc/guix.texi:363
-#: guix-git/doc/guix.texi:16925 guix-git/doc/guix.texi:16926
+#: guix-git/doc/guix.texi:16951 guix-git/doc/guix.texi:16952
#, no-wrap
msgid "System Configuration"
msgstr "Настройка системы"
@@ -5747,7 +5747,7 @@ msgstr "Конфигурирование операционной системы
#. type: chapter
#: guix-git/doc/guix.texi:218 guix-git/doc/guix.texi:437
-#: guix-git/doc/guix.texi:44800 guix-git/doc/guix.texi:44801
+#: guix-git/doc/guix.texi:44829 guix-git/doc/guix.texi:44830
#, no-wrap
msgid "System Troubleshooting Tips"
msgstr ""
@@ -5759,7 +5759,7 @@ msgstr ""
#. type: chapter
#: guix-git/doc/guix.texi:218 guix-git/doc/guix.texi:441
-#: guix-git/doc/guix.texi:44915 guix-git/doc/guix.texi:44916
+#: guix-git/doc/guix.texi:44944 guix-git/doc/guix.texi:44945
#, fuzzy, no-wrap
#| msgid "System Configuration"
msgid "Home Configuration"
@@ -5773,8 +5773,8 @@ msgid "Configuring the home environment."
msgstr "Конфигурирование загрузчика диска."
#. type: chapter
-#: guix-git/doc/guix.texi:218 guix-git/doc/guix.texi:47520
-#: guix-git/doc/guix.texi:47521
+#: guix-git/doc/guix.texi:218 guix-git/doc/guix.texi:47549
+#: guix-git/doc/guix.texi:47550
#, no-wrap
msgid "Documentation"
msgstr "Документация"
@@ -5786,7 +5786,7 @@ msgstr "Программы обзора пользовательских ман
#. type: chapter
#: guix-git/doc/guix.texi:218 guix-git/doc/guix.texi:467
-#: guix-git/doc/guix.texi:47586 guix-git/doc/guix.texi:47587
+#: guix-git/doc/guix.texi:47615 guix-git/doc/guix.texi:47616
#, fuzzy, no-wrap
#| msgid "--list-formats"
msgid "Platforms"
@@ -5800,7 +5800,7 @@ msgid "Defining platforms."
msgstr "Описание новых пакетов."
#. type: node
-#: guix-git/doc/guix.texi:218 guix-git/doc/guix.texi:47720
+#: guix-git/doc/guix.texi:218 guix-git/doc/guix.texi:47749
#, fuzzy, no-wrap
#| msgid "System calls"
msgid "System Images"
@@ -5815,7 +5815,7 @@ msgstr "повторение, окружения программного обе
#. type: chapter
#: guix-git/doc/guix.texi:218 guix-git/doc/guix.texi:483
-#: guix-git/doc/guix.texi:48257 guix-git/doc/guix.texi:48258
+#: guix-git/doc/guix.texi:48286 guix-git/doc/guix.texi:48287
#, no-wrap
msgid "Installing Debugging Files"
msgstr "Установка файлов отладки"
@@ -5826,7 +5826,7 @@ msgid "Feeding the debugger."
msgstr "Запуск отладчика."
#. type: node
-#: guix-git/doc/guix.texi:218 guix-git/doc/guix.texi:48412
+#: guix-git/doc/guix.texi:218 guix-git/doc/guix.texi:48441
#, no-wrap
msgid "Using TeX and LaTeX"
msgstr ""
@@ -5839,8 +5839,8 @@ msgid "Typesetting."
msgstr "Тестирование Guix."
#. type: chapter
-#: guix-git/doc/guix.texi:218 guix-git/doc/guix.texi:48531
-#: guix-git/doc/guix.texi:48532
+#: guix-git/doc/guix.texi:218 guix-git/doc/guix.texi:48560
+#: guix-git/doc/guix.texi:48561
#, no-wrap
msgid "Security Updates"
msgstr "Обновления безопасности"
@@ -5852,7 +5852,7 @@ msgstr "Быстрое применение исправлений безопа
#. type: chapter
#: guix-git/doc/guix.texi:218 guix-git/doc/guix.texi:488
-#: guix-git/doc/guix.texi:48646 guix-git/doc/guix.texi:48647
+#: guix-git/doc/guix.texi:48675 guix-git/doc/guix.texi:48676
#, no-wrap
msgid "Bootstrapping"
msgstr "Начальная загрузка"
@@ -5863,7 +5863,7 @@ msgid "GNU/Linux built from scratch."
msgstr "Сборка GNU/Linux с нуля."
#. type: node
-#: guix-git/doc/guix.texi:218 guix-git/doc/guix.texi:48950
+#: guix-git/doc/guix.texi:218 guix-git/doc/guix.texi:48979
#, no-wrap
msgid "Porting"
msgstr "Портирование"
@@ -5879,8 +5879,8 @@ msgid "Your help needed!"
msgstr "Нужна ваша помощь!"
#. type: chapter
-#: guix-git/doc/guix.texi:223 guix-git/doc/guix.texi:49000
-#: guix-git/doc/guix.texi:49001
+#: guix-git/doc/guix.texi:223 guix-git/doc/guix.texi:49029
+#: guix-git/doc/guix.texi:49030
#, no-wrap
msgid "Acknowledgments"
msgstr "Благодарности"
@@ -5891,8 +5891,8 @@ msgid "Thanks!"
msgstr "Спасибо!"
#. type: appendix
-#: guix-git/doc/guix.texi:223 guix-git/doc/guix.texi:49022
-#: guix-git/doc/guix.texi:49023
+#: guix-git/doc/guix.texi:223 guix-git/doc/guix.texi:49051
+#: guix-git/doc/guix.texi:49052
#, no-wrap
msgid "GNU Free Documentation License"
msgstr "Лицензия свободной документации GNU"
@@ -5903,8 +5903,8 @@ msgid "The license of this manual."
msgstr "Лицензия этого руководства."
#. type: unnumbered
-#: guix-git/doc/guix.texi:223 guix-git/doc/guix.texi:49028
-#: guix-git/doc/guix.texi:49029
+#: guix-git/doc/guix.texi:223 guix-git/doc/guix.texi:49057
+#: guix-git/doc/guix.texi:49058
#, no-wrap
msgid "Concept Index"
msgstr "Термины и указатели"
@@ -5915,8 +5915,8 @@ msgid "Concepts."
msgstr "Понятия."
#. type: unnumbered
-#: guix-git/doc/guix.texi:223 guix-git/doc/guix.texi:49032
-#: guix-git/doc/guix.texi:49033
+#: guix-git/doc/guix.texi:223 guix-git/doc/guix.texi:49061
+#: guix-git/doc/guix.texi:49062
#, no-wrap
msgid "Programming Index"
msgstr "Программный индекс"
@@ -6665,8 +6665,8 @@ msgstr "Задание параметров сборки пакетов."
#. type: subsection
#: guix-git/doc/guix.texi:325 guix-git/doc/guix.texi:7482
-#: guix-git/doc/guix.texi:10277 guix-git/doc/guix.texi:10278
-#: guix-git/doc/guix.texi:10814
+#: guix-git/doc/guix.texi:10283 guix-git/doc/guix.texi:10284
+#: guix-git/doc/guix.texi:10826
#, no-wrap
msgid "Build Phases"
msgstr "Фазы сборки"
@@ -6678,7 +6678,7 @@ msgstr "Фазы процесса сборки пакета."
#. type: section
#: guix-git/doc/guix.texi:325 guix-git/doc/guix.texi:7482
-#: guix-git/doc/guix.texi:10502 guix-git/doc/guix.texi:10503
+#: guix-git/doc/guix.texi:10508 guix-git/doc/guix.texi:10509
#, fuzzy, no-wrap
msgid "Build Utilities"
msgstr "Утилиты"
@@ -6690,7 +6690,7 @@ msgstr "Импорт описаниий пакетов."
#. type: section
#: guix-git/doc/guix.texi:325 guix-git/doc/guix.texi:7482
-#: guix-git/doc/guix.texi:10971 guix-git/doc/guix.texi:10972
+#: guix-git/doc/guix.texi:10983 guix-git/doc/guix.texi:10984
#, fuzzy, no-wrap
#| msgid "search paths"
msgid "Search Paths"
@@ -6705,7 +6705,7 @@ msgstr "Подготовка отдельного окружения сборк
#. type: section
#: guix-git/doc/guix.texi:325 guix-git/doc/guix.texi:7482
-#: guix-git/doc/guix.texi:11168 guix-git/doc/guix.texi:11169
+#: guix-git/doc/guix.texi:11187 guix-git/doc/guix.texi:11188
#, no-wrap
msgid "The Store"
msgstr "Хранилище"
@@ -6717,7 +6717,7 @@ msgstr "Работа с хранилищем пакетов."
#. type: section
#: guix-git/doc/guix.texi:325 guix-git/doc/guix.texi:7482
-#: guix-git/doc/guix.texi:11320 guix-git/doc/guix.texi:11321
+#: guix-git/doc/guix.texi:11339 guix-git/doc/guix.texi:11340
#, no-wrap
msgid "Derivations"
msgstr "Деривации"
@@ -6729,7 +6729,7 @@ msgstr "Низкоуровневый интерфейс дериваций па
#. type: section
#: guix-git/doc/guix.texi:325 guix-git/doc/guix.texi:7482
-#: guix-git/doc/guix.texi:11513 guix-git/doc/guix.texi:11514
+#: guix-git/doc/guix.texi:11532 guix-git/doc/guix.texi:11533
#, no-wrap
msgid "The Store Monad"
msgstr "Устройство склада"
@@ -6741,7 +6741,7 @@ msgstr "Чисто функциональный интерфейс доступ
#. type: section
#: guix-git/doc/guix.texi:325 guix-git/doc/guix.texi:7482
-#: guix-git/doc/guix.texi:11835 guix-git/doc/guix.texi:11836
+#: guix-git/doc/guix.texi:11854 guix-git/doc/guix.texi:11855
#, no-wrap
msgid "G-Expressions"
msgstr "G-Expressions"
@@ -6753,7 +6753,7 @@ msgstr "Управление механизмом сборки."
#. type: node
#: guix-git/doc/guix.texi:325 guix-git/doc/guix.texi:7482
-#: guix-git/doc/guix.texi:12519
+#: guix-git/doc/guix.texi:12538
#, no-wrap
msgid "Invoking guix repl"
msgstr "Запуск guix repl"
@@ -6765,7 +6765,7 @@ msgstr "Программирование Guix в Guile"
#. type: section
#: guix-git/doc/guix.texi:325 guix-git/doc/guix.texi:7482
-#: guix-git/doc/guix.texi:12636 guix-git/doc/guix.texi:12637
+#: guix-git/doc/guix.texi:12655 guix-git/doc/guix.texi:12656
#, fuzzy, no-wrap
#| msgid "Using Guix in Scheme."
msgid "Using Guix Interactively"
@@ -6801,412 +6801,412 @@ msgid "The origin data type."
msgstr "Тип данных origin."
#. type: node
-#: guix-git/doc/guix.texi:349 guix-git/doc/guix.texi:12823
-#: guix-git/doc/guix.texi:12825
+#: guix-git/doc/guix.texi:349 guix-git/doc/guix.texi:12842
+#: guix-git/doc/guix.texi:12844
#, no-wrap
msgid "Invoking guix build"
msgstr "Запуск guix build"
#. type: menuentry
-#: guix-git/doc/guix.texi:349 guix-git/doc/guix.texi:12823
+#: guix-git/doc/guix.texi:349 guix-git/doc/guix.texi:12842
msgid "Building packages from the command line."
msgstr "Сборка пакетов в командной строке."
#. type: node
-#: guix-git/doc/guix.texi:349 guix-git/doc/guix.texi:12823
-#: guix-git/doc/guix.texi:13783
+#: guix-git/doc/guix.texi:349 guix-git/doc/guix.texi:12842
+#: guix-git/doc/guix.texi:13802
#, no-wrap
msgid "Invoking guix edit"
msgstr "Запуск guix edit"
#. type: menuentry
-#: guix-git/doc/guix.texi:349 guix-git/doc/guix.texi:12823
+#: guix-git/doc/guix.texi:349 guix-git/doc/guix.texi:12842
msgid "Editing package definitions."
msgstr "Редактирование описания пакета."
#. type: node
-#: guix-git/doc/guix.texi:349 guix-git/doc/guix.texi:12823
-#: guix-git/doc/guix.texi:13813
+#: guix-git/doc/guix.texi:349 guix-git/doc/guix.texi:12842
+#: guix-git/doc/guix.texi:13832
#, no-wrap
msgid "Invoking guix download"
msgstr "Запуск guix download"
#. type: menuentry
-#: guix-git/doc/guix.texi:349 guix-git/doc/guix.texi:12823
+#: guix-git/doc/guix.texi:349 guix-git/doc/guix.texi:12842
msgid "Downloading a file and printing its hash."
msgstr "Загрузка файла и вывод его хэша."
#. type: node
-#: guix-git/doc/guix.texi:349 guix-git/doc/guix.texi:12823
-#: guix-git/doc/guix.texi:13894
+#: guix-git/doc/guix.texi:349 guix-git/doc/guix.texi:12842
+#: guix-git/doc/guix.texi:13913
#, no-wrap
msgid "Invoking guix hash"
msgstr "Запуск guix hash"
#. type: menuentry
-#: guix-git/doc/guix.texi:349 guix-git/doc/guix.texi:12823
+#: guix-git/doc/guix.texi:349 guix-git/doc/guix.texi:12842
msgid "Computing the cryptographic hash of a file."
msgstr "Вычисление криптографического хеша файла."
#. type: node
-#: guix-git/doc/guix.texi:349 guix-git/doc/guix.texi:12823
-#: guix-git/doc/guix.texi:13985
+#: guix-git/doc/guix.texi:349 guix-git/doc/guix.texi:12842
+#: guix-git/doc/guix.texi:14004
#, no-wrap
msgid "Invoking guix import"
msgstr "Запуск guix import"
#. type: menuentry
-#: guix-git/doc/guix.texi:349 guix-git/doc/guix.texi:12823
+#: guix-git/doc/guix.texi:349 guix-git/doc/guix.texi:12842
msgid "Importing package definitions."
msgstr "Импорт описаниий пакетов."
#. type: node
-#: guix-git/doc/guix.texi:349 guix-git/doc/guix.texi:12823
-#: guix-git/doc/guix.texi:14661
+#: guix-git/doc/guix.texi:349 guix-git/doc/guix.texi:12842
+#: guix-git/doc/guix.texi:14680
#, no-wrap
msgid "Invoking guix refresh"
msgstr "Запуск guix refresh"
#. type: menuentry
-#: guix-git/doc/guix.texi:349 guix-git/doc/guix.texi:12823
+#: guix-git/doc/guix.texi:349 guix-git/doc/guix.texi:12842
msgid "Updating package definitions."
msgstr "Обновление описаний пакетов."
#. type: node
-#: guix-git/doc/guix.texi:349 guix-git/doc/guix.texi:12823
-#: guix-git/doc/guix.texi:15117
+#: guix-git/doc/guix.texi:349 guix-git/doc/guix.texi:12842
+#: guix-git/doc/guix.texi:15136
#, fuzzy, no-wrap
#| msgid "Invoking guix system"
msgid "Invoking guix style"
msgstr "Вызов guix system"
#. type: menuentry
-#: guix-git/doc/guix.texi:349 guix-git/doc/guix.texi:12823
+#: guix-git/doc/guix.texi:349 guix-git/doc/guix.texi:12842
#, fuzzy
#| msgid "Editing package definitions."
msgid "Styling package definitions."
msgstr "Редактирование описания пакета."
#. type: node
-#: guix-git/doc/guix.texi:349 guix-git/doc/guix.texi:12823
-#: guix-git/doc/guix.texi:15319
+#: guix-git/doc/guix.texi:349 guix-git/doc/guix.texi:12842
+#: guix-git/doc/guix.texi:15345
#, no-wrap
msgid "Invoking guix lint"
msgstr "Запуск guix lint"
#. type: menuentry
-#: guix-git/doc/guix.texi:349 guix-git/doc/guix.texi:12823
+#: guix-git/doc/guix.texi:349 guix-git/doc/guix.texi:12842
msgid "Finding errors in package definitions."
msgstr "Поиск ошибок в описаниях пакетов."
#. type: node
-#: guix-git/doc/guix.texi:349 guix-git/doc/guix.texi:12823
-#: guix-git/doc/guix.texi:15505
+#: guix-git/doc/guix.texi:349 guix-git/doc/guix.texi:12842
+#: guix-git/doc/guix.texi:15531
#, no-wrap
msgid "Invoking guix size"
msgstr "Запуск guix size"
#. type: menuentry
-#: guix-git/doc/guix.texi:349 guix-git/doc/guix.texi:12823
+#: guix-git/doc/guix.texi:349 guix-git/doc/guix.texi:12842
msgid "Profiling disk usage."
msgstr "Обзор использования диска."
#. type: node
-#: guix-git/doc/guix.texi:349 guix-git/doc/guix.texi:12823
-#: guix-git/doc/guix.texi:15649
+#: guix-git/doc/guix.texi:349 guix-git/doc/guix.texi:12842
+#: guix-git/doc/guix.texi:15675
#, no-wrap
msgid "Invoking guix graph"
msgstr "Запуск guix graph"
#. type: menuentry
-#: guix-git/doc/guix.texi:349 guix-git/doc/guix.texi:12823
+#: guix-git/doc/guix.texi:349 guix-git/doc/guix.texi:12842
msgid "Visualizing the graph of packages."
msgstr "Визуализация графа пакета."
#. type: node
-#: guix-git/doc/guix.texi:349 guix-git/doc/guix.texi:12823
-#: guix-git/doc/guix.texi:15930
+#: guix-git/doc/guix.texi:349 guix-git/doc/guix.texi:12842
+#: guix-git/doc/guix.texi:15956
#, no-wrap
msgid "Invoking guix publish"
msgstr "Запуск guix publish"
#. type: menuentry
-#: guix-git/doc/guix.texi:349 guix-git/doc/guix.texi:12823
+#: guix-git/doc/guix.texi:349 guix-git/doc/guix.texi:12842
msgid "Sharing substitutes."
msgstr "Совместное использование подстановок."
#. type: node
-#: guix-git/doc/guix.texi:349 guix-git/doc/guix.texi:12823
-#: guix-git/doc/guix.texi:16204
+#: guix-git/doc/guix.texi:349 guix-git/doc/guix.texi:12842
+#: guix-git/doc/guix.texi:16230
#, no-wrap
msgid "Invoking guix challenge"
msgstr "Запуск guix challenge"
#. type: menuentry
-#: guix-git/doc/guix.texi:349 guix-git/doc/guix.texi:12823
+#: guix-git/doc/guix.texi:349 guix-git/doc/guix.texi:12842
msgid "Challenging substitute servers."
msgstr "Соперничающие серверы подстановок."
#. type: node
-#: guix-git/doc/guix.texi:349 guix-git/doc/guix.texi:12823
-#: guix-git/doc/guix.texi:16393
+#: guix-git/doc/guix.texi:349 guix-git/doc/guix.texi:12842
+#: guix-git/doc/guix.texi:16419
#, no-wrap
msgid "Invoking guix copy"
msgstr "Запуск guix copy"
#. type: menuentry
-#: guix-git/doc/guix.texi:349 guix-git/doc/guix.texi:12823
+#: guix-git/doc/guix.texi:349 guix-git/doc/guix.texi:12842
msgid "Copying to and from a remote store."
msgstr "Копирование из и в удалённый склад."
#. type: node
-#: guix-git/doc/guix.texi:349 guix-git/doc/guix.texi:12823
-#: guix-git/doc/guix.texi:16457
+#: guix-git/doc/guix.texi:349 guix-git/doc/guix.texi:12842
+#: guix-git/doc/guix.texi:16483
#, no-wrap
msgid "Invoking guix container"
msgstr "Запуск guix container"
#. type: menuentry
-#: guix-git/doc/guix.texi:349 guix-git/doc/guix.texi:12823
+#: guix-git/doc/guix.texi:349 guix-git/doc/guix.texi:12842
msgid "Process isolation."
msgstr "Изоляция процесса."
#. type: node
-#: guix-git/doc/guix.texi:349 guix-git/doc/guix.texi:12823
-#: guix-git/doc/guix.texi:16511
+#: guix-git/doc/guix.texi:349 guix-git/doc/guix.texi:12842
+#: guix-git/doc/guix.texi:16537
#, no-wrap
msgid "Invoking guix weather"
msgstr "Запуск guix weather"
#. type: menuentry
-#: guix-git/doc/guix.texi:349 guix-git/doc/guix.texi:12823
+#: guix-git/doc/guix.texi:349 guix-git/doc/guix.texi:12842
msgid "Assessing substitute availability."
msgstr "Оценка доступности подстановок."
#. type: node
-#: guix-git/doc/guix.texi:349 guix-git/doc/guix.texi:12823
-#: guix-git/doc/guix.texi:16660
+#: guix-git/doc/guix.texi:349 guix-git/doc/guix.texi:12842
+#: guix-git/doc/guix.texi:16686
#, no-wrap
msgid "Invoking guix processes"
msgstr "Запуск guix processes"
#. type: menuentry
-#: guix-git/doc/guix.texi:349 guix-git/doc/guix.texi:12823
+#: guix-git/doc/guix.texi:349 guix-git/doc/guix.texi:12842
msgid "Listing client processes."
msgstr "Чтение клиентских процессов."
#. type: section
-#: guix-git/doc/guix.texi:351 guix-git/doc/guix.texi:12826
+#: guix-git/doc/guix.texi:351 guix-git/doc/guix.texi:12845
#, no-wrap
msgid "Invoking @command{guix build}"
msgstr "Запуск @command{guix build}"
#. type: subsection
-#: guix-git/doc/guix.texi:356 guix-git/doc/guix.texi:12877
-#: guix-git/doc/guix.texi:12879 guix-git/doc/guix.texi:12880
+#: guix-git/doc/guix.texi:356 guix-git/doc/guix.texi:12896
+#: guix-git/doc/guix.texi:12898 guix-git/doc/guix.texi:12899
#, no-wrap
msgid "Common Build Options"
msgstr "Стандартные параметры сборки"
#. type: menuentry
-#: guix-git/doc/guix.texi:356 guix-git/doc/guix.texi:12877
+#: guix-git/doc/guix.texi:356 guix-git/doc/guix.texi:12896
msgid "Build options for most commands."
msgstr "Параметры сборки для большинства команд."
#. type: subsection
-#: guix-git/doc/guix.texi:356 guix-git/doc/guix.texi:12877
-#: guix-git/doc/guix.texi:13034 guix-git/doc/guix.texi:13035
+#: guix-git/doc/guix.texi:356 guix-git/doc/guix.texi:12896
+#: guix-git/doc/guix.texi:13053 guix-git/doc/guix.texi:13054
#, no-wrap
msgid "Package Transformation Options"
msgstr "Параметры преобразования пакета"
#. type: menuentry
-#: guix-git/doc/guix.texi:356 guix-git/doc/guix.texi:12877
+#: guix-git/doc/guix.texi:356 guix-git/doc/guix.texi:12896
msgid "Creating variants of packages."
msgstr "Создание вариантов пакетов."
#. type: subsection
-#: guix-git/doc/guix.texi:356 guix-git/doc/guix.texi:12877
-#: guix-git/doc/guix.texi:13457 guix-git/doc/guix.texi:13458
+#: guix-git/doc/guix.texi:356 guix-git/doc/guix.texi:12896
+#: guix-git/doc/guix.texi:13476 guix-git/doc/guix.texi:13477
#, no-wrap
msgid "Additional Build Options"
msgstr "Дополнительные параметры сборки"
#. type: menuentry
-#: guix-git/doc/guix.texi:356 guix-git/doc/guix.texi:12877
+#: guix-git/doc/guix.texi:356 guix-git/doc/guix.texi:12896
msgid "Options specific to 'guix build'."
msgstr "Особые параметры для 'guix build'."
#. type: subsection
-#: guix-git/doc/guix.texi:356 guix-git/doc/guix.texi:12877
-#: guix-git/doc/guix.texi:13703 guix-git/doc/guix.texi:13704
+#: guix-git/doc/guix.texi:356 guix-git/doc/guix.texi:12896
+#: guix-git/doc/guix.texi:13722 guix-git/doc/guix.texi:13723
#, no-wrap
msgid "Debugging Build Failures"
msgstr "Отладка ошибок сборки"
#. type: menuentry
-#: guix-git/doc/guix.texi:356 guix-git/doc/guix.texi:12877
+#: guix-git/doc/guix.texi:356 guix-git/doc/guix.texi:12896
msgid "Real life packaging experience."
msgstr "Жизненный опыт в сборке пакетов."
#. type: section
-#: guix-git/doc/guix.texi:361 guix-git/doc/guix.texi:16783
-#: guix-git/doc/guix.texi:16785 guix-git/doc/guix.texi:16786
+#: guix-git/doc/guix.texi:361 guix-git/doc/guix.texi:16809
+#: guix-git/doc/guix.texi:16811 guix-git/doc/guix.texi:16812
#, fuzzy, no-wrap
#| msgid "cross-compilation"
msgid "Cross-Compilation"
msgstr "кросс-компиляция"
#. type: menuentry
-#: guix-git/doc/guix.texi:361 guix-git/doc/guix.texi:16783
+#: guix-git/doc/guix.texi:361 guix-git/doc/guix.texi:16809
msgid "Cross-compiling for another architecture."
msgstr ""
#. type: section
-#: guix-git/doc/guix.texi:361 guix-git/doc/guix.texi:16783
-#: guix-git/doc/guix.texi:16837 guix-git/doc/guix.texi:16838
+#: guix-git/doc/guix.texi:361 guix-git/doc/guix.texi:16809
+#: guix-git/doc/guix.texi:16863 guix-git/doc/guix.texi:16864
#, no-wrap
msgid "Native Builds"
msgstr ""
#. type: menuentry
-#: guix-git/doc/guix.texi:361 guix-git/doc/guix.texi:16783
+#: guix-git/doc/guix.texi:361 guix-git/doc/guix.texi:16809
#, fuzzy
#| msgid "Targeting another platform or kernel."
msgid "Targeting another architecture through native builds."
msgstr "Перевод на другую платформу или ядро."
#. type: node
-#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:16970
-#: guix-git/doc/guix.texi:16972
+#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:16996
+#: guix-git/doc/guix.texi:16998
#, fuzzy, no-wrap
#| msgid "Getting Started"
msgid "Getting Started with the System"
msgstr "Начиная"
#. type: section
-#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:16970
-#: guix-git/doc/guix.texi:17175 guix-git/doc/guix.texi:17176
+#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:16996
+#: guix-git/doc/guix.texi:17201 guix-git/doc/guix.texi:17202
#, no-wrap
msgid "Using the Configuration System"
msgstr "Использование системы конфигурации"
#. type: menuentry
-#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:16970
+#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:16996
msgid "Customizing your GNU system."
msgstr "Настройка вашей системы GNU."
#. type: node
-#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:16970
-#: guix-git/doc/guix.texi:17504
+#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:16996
+#: guix-git/doc/guix.texi:17530
#, no-wrap
msgid "operating-system Reference"
msgstr "Интерфейс operating-system"
#. type: menuentry
-#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:16970
+#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:16996
msgid "Detail of operating-system declarations."
msgstr "Подробные сведения об объявлениях opertaing-system."
#. type: section
#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:385
-#: guix-git/doc/guix.texi:16970 guix-git/doc/guix.texi:17723
-#: guix-git/doc/guix.texi:17724
+#: guix-git/doc/guix.texi:16996 guix-git/doc/guix.texi:17749
+#: guix-git/doc/guix.texi:17750
#, no-wrap
msgid "File Systems"
msgstr "Файловые системы"
#. type: menuentry
-#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:16970
+#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:16996
msgid "Configuring file system mounts."
msgstr "Настройка точек подключения файловой системы."
#. type: section
-#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:16970
-#: guix-git/doc/guix.texi:18100 guix-git/doc/guix.texi:18101
+#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:16996
+#: guix-git/doc/guix.texi:18126 guix-git/doc/guix.texi:18127
#, no-wrap
msgid "Mapped Devices"
msgstr "Размеченные устройства"
#. type: menuentry
-#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:16970
+#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:16996
msgid "Block device extra processing."
msgstr "Дополнительные проверки блочных устройств."
#. type: section
-#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:16970
-#: guix-git/doc/guix.texi:18273 guix-git/doc/guix.texi:18274
+#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:16996
+#: guix-git/doc/guix.texi:18299 guix-git/doc/guix.texi:18300
#, fuzzy, no-wrap
#| msgid "swap space"
msgid "Swap Space"
msgstr "место на диске"
#. type: menuentry
-#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:16970
+#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:16996
msgid "Backing RAM with disk space."
msgstr ""
#. type: section
-#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:16970
-#: guix-git/doc/guix.texi:18455 guix-git/doc/guix.texi:18456
+#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:16996
+#: guix-git/doc/guix.texi:18481 guix-git/doc/guix.texi:18482
#, no-wrap
msgid "User Accounts"
msgstr "Учётные записи пользователей"
#. type: menuentry
-#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:16970
+#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:16996
msgid "Specifying user accounts."
msgstr "Задание пользовательских учётных записей."
#. type: section
#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:2228
-#: guix-git/doc/guix.texi:16970 guix-git/doc/guix.texi:18636
-#: guix-git/doc/guix.texi:18637
+#: guix-git/doc/guix.texi:16996 guix-git/doc/guix.texi:18662
+#: guix-git/doc/guix.texi:18663
#, no-wrap
msgid "Keyboard Layout"
msgstr "Раскладка клавиатуры"
#. type: menuentry
-#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:16970
+#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:16996
msgid "How the system interprets key strokes."
msgstr "Интерпретация нажатия клавиш системой."
#. type: section
#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:1707
-#: guix-git/doc/guix.texi:16970 guix-git/doc/guix.texi:18781
-#: guix-git/doc/guix.texi:18782
+#: guix-git/doc/guix.texi:16996 guix-git/doc/guix.texi:18807
+#: guix-git/doc/guix.texi:18808
#, no-wrap
msgid "Locales"
msgstr "Региональные настройки"
#. type: menuentry
-#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:16970
+#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:16996
msgid "Language and cultural convention settings."
msgstr "Настройка языка и культурных особенностей."
#. type: node
#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:389
-#: guix-git/doc/guix.texi:16970 guix-git/doc/guix.texi:18921
-#: guix-git/doc/guix.texi:18922 guix-git/doc/guix.texi:34588
+#: guix-git/doc/guix.texi:16996 guix-git/doc/guix.texi:18947
+#: guix-git/doc/guix.texi:18948 guix-git/doc/guix.texi:34617
#, no-wrap
msgid "Services"
msgstr "Сервисы"
#. type: menuentry
-#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:16970
+#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:16996
msgid "Specifying system services."
msgstr "Настройка системных служб."
#. type: section
-#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:16970
-#: guix-git/doc/guix.texi:41651 guix-git/doc/guix.texi:41652
+#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:16996
+#: guix-git/doc/guix.texi:41680 guix-git/doc/guix.texi:41681
#, fuzzy, no-wrap
#| msgid "Setuid Programs"
msgid "Privileged Programs"
msgstr "Программы setuid"
#. type: menuentry
-#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:16970
+#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:16996
#, fuzzy
#| msgid "Programs running with root privileges."
msgid "Programs running with elevated privileges."
@@ -7214,664 +7214,664 @@ msgstr "Программы, выполняемые с правами root."
#. type: section
#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:1871
-#: guix-git/doc/guix.texi:16970 guix-git/doc/guix.texi:41748
-#: guix-git/doc/guix.texi:41749
+#: guix-git/doc/guix.texi:16996 guix-git/doc/guix.texi:41777
+#: guix-git/doc/guix.texi:41778
#, no-wrap
msgid "X.509 Certificates"
msgstr "Сертификаты X.509"
#. type: menuentry
-#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:16970
+#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:16996
msgid "Authenticating HTTPS servers."
msgstr "Аутентификация серверов HTTPS."
#. type: section
#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:1766
-#: guix-git/doc/guix.texi:16970 guix-git/doc/guix.texi:41812
-#: guix-git/doc/guix.texi:41813
+#: guix-git/doc/guix.texi:16996 guix-git/doc/guix.texi:41841
+#: guix-git/doc/guix.texi:41842
#, no-wrap
msgid "Name Service Switch"
-msgstr "Служба выбора имён"
+msgstr "Переключатель службы имен"
#. type: menuentry
-#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:16970
+#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:16996
msgid "Configuring libc's name service switch."
msgstr "Настройка службы имён libc."
#. type: section
-#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:16970
-#: guix-git/doc/guix.texi:41950 guix-git/doc/guix.texi:41951
+#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:16996
+#: guix-git/doc/guix.texi:41979 guix-git/doc/guix.texi:41980
#, no-wrap
msgid "Initial RAM Disk"
msgstr "Начальный RAM-диск"
#. type: menuentry
-#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:16970
+#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:16996
msgid "Linux-Libre bootstrapping."
msgstr "Начальная загрузка Linux-Libre."
#. type: section
-#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:16970
-#: guix-git/doc/guix.texi:42157 guix-git/doc/guix.texi:42158
+#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:16996
+#: guix-git/doc/guix.texi:42186 guix-git/doc/guix.texi:42187
#, no-wrap
msgid "Bootloader Configuration"
msgstr "Настройка загрузчика"
#. type: menuentry
-#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:16970
+#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:16996
msgid "Configuring the boot loader."
msgstr "Конфигурирование загрузчика диска."
#. type: node
-#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:16970
-#: guix-git/doc/guix.texi:42593
+#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:16996
+#: guix-git/doc/guix.texi:42622
#, no-wrap
msgid "Invoking guix system"
msgstr "Вызов guix system"
#. type: menuentry
-#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:16970
+#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:16996
msgid "Instantiating a system configuration."
msgstr "Проверка конфигурации операционной системы."
#. type: node
-#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:16970
-#: guix-git/doc/guix.texi:43240
+#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:16996
+#: guix-git/doc/guix.texi:43269
#, no-wrap
msgid "Invoking guix deploy"
msgstr "Запуск guix deploy"
#. type: menuentry
-#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:16970
+#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:16996
msgid "Deploying a system configuration to a remote host."
msgstr "Развёртывание конфигурации системы на удалённой машине."
#. type: node
-#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:16970
-#: guix-git/doc/guix.texi:43481
+#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:16996
+#: guix-git/doc/guix.texi:43510
#, no-wrap
msgid "Running Guix in a VM"
msgstr "Запуск Guix на виртуальной машине"
#. type: menuentry
-#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:16970
+#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:16996
msgid "How to run Guix System in a virtual machine."
msgstr "Как запускать систему Guix на виртуальной машине."
#. type: section
#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:429
-#: guix-git/doc/guix.texi:16970 guix-git/doc/guix.texi:43616
-#: guix-git/doc/guix.texi:43617
+#: guix-git/doc/guix.texi:16996 guix-git/doc/guix.texi:43645
+#: guix-git/doc/guix.texi:43646
#, no-wrap
msgid "Defining Services"
msgstr "Создание служб"
#. type: menuentry
-#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:16970
+#: guix-git/doc/guix.texi:383 guix-git/doc/guix.texi:16996
msgid "Adding new service definitions."
msgstr "Добавление новых определений служб."
#. type: subsection
-#: guix-git/doc/guix.texi:387 guix-git/doc/guix.texi:17994
-#: guix-git/doc/guix.texi:17996 guix-git/doc/guix.texi:17997
+#: guix-git/doc/guix.texi:387 guix-git/doc/guix.texi:18020
+#: guix-git/doc/guix.texi:18022 guix-git/doc/guix.texi:18023
#, fuzzy, no-wrap
msgid "Btrfs file system"
msgstr "Сетевые файловые системы"
#. type: subsection
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
-#: guix-git/doc/guix.texi:19021 guix-git/doc/guix.texi:19022
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
+#: guix-git/doc/guix.texi:19047 guix-git/doc/guix.texi:19048
#, no-wrap
msgid "Base Services"
msgstr "Базовые службы"
#. type: menuentry
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
msgid "Essential system services."
msgstr "Ключевые службы системы."
#. type: subsection
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
-#: guix-git/doc/guix.texi:20383 guix-git/doc/guix.texi:20384
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
+#: guix-git/doc/guix.texi:20409 guix-git/doc/guix.texi:20410
#, no-wrap
msgid "Scheduled Job Execution"
msgstr "Запланированное исполнения задач"
#. type: menuentry
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
msgid "The mcron service."
msgstr "Служба mcron."
#. type: subsection
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
-#: guix-git/doc/guix.texi:20557 guix-git/doc/guix.texi:20558
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
+#: guix-git/doc/guix.texi:20583 guix-git/doc/guix.texi:20584
#, no-wrap
msgid "Log Rotation"
msgstr "Ротация логов"
#. type: menuentry
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
msgid "The rottlog service."
msgstr "Сервис rottlog."
#. type: subsection
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
-#: guix-git/doc/guix.texi:20778 guix-git/doc/guix.texi:20779
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
+#: guix-git/doc/guix.texi:20804 guix-git/doc/guix.texi:20805
#, fuzzy, no-wrap
#| msgid "Networking"
msgid "Networking Setup"
msgstr "Сеть"
#. type: menuentry
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
#, fuzzy
#| msgid "user interfaces"
msgid "Setting up network interfaces."
msgstr "пользовательские интерфейсы"
#. type: subsection
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
-#: guix-git/doc/guix.texi:21485 guix-git/doc/guix.texi:21486
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
+#: guix-git/doc/guix.texi:21511 guix-git/doc/guix.texi:21512
#, no-wrap
msgid "Networking Services"
msgstr "Сервисы сети"
#. type: menuentry
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
#, fuzzy
#| msgid "Network setup, SSH daemon, etc."
msgid "Firewall, SSH daemon, etc."
msgstr "Установка сети, демон SSH и т.д."
#. type: subsection
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
-#: guix-git/doc/guix.texi:22949 guix-git/doc/guix.texi:22950
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
+#: guix-git/doc/guix.texi:22975 guix-git/doc/guix.texi:22976
#, no-wrap
msgid "Unattended Upgrades"
msgstr "Автоматические обновления"
#. type: menuentry
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
msgid "Automated system upgrades."
msgstr "Автоматические обновления системы."
#. type: subsection
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
-#: guix-git/doc/guix.texi:23098 guix-git/doc/guix.texi:23099
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
+#: guix-git/doc/guix.texi:23124 guix-git/doc/guix.texi:23125
#, no-wrap
msgid "X Window"
msgstr "Оконная система X"
#. type: menuentry
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
msgid "Graphical display."
msgstr "Графический дисплей."
#. type: subsection
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
-#: guix-git/doc/guix.texi:23761 guix-git/doc/guix.texi:23762
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
+#: guix-git/doc/guix.texi:23787 guix-git/doc/guix.texi:23788
#, no-wrap
msgid "Printing Services"
msgstr "Сервисы печати"
#. type: menuentry
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
msgid "Local and remote printer support."
msgstr "Поддержка локальных и удалённых принтеров."
#. type: subsection
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
-#: guix-git/doc/guix.texi:24583 guix-git/doc/guix.texi:24584
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
+#: guix-git/doc/guix.texi:24609 guix-git/doc/guix.texi:24610
#, no-wrap
msgid "Desktop Services"
msgstr "Сервисы рабочего стола"
#. type: menuentry
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
msgid "D-Bus and desktop services."
msgstr "D-Bus и сервисы рабочего стола."
#. type: subsection
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
-#: guix-git/doc/guix.texi:25781 guix-git/doc/guix.texi:25782
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
+#: guix-git/doc/guix.texi:25807 guix-git/doc/guix.texi:25808
#, no-wrap
msgid "Sound Services"
msgstr "Звуковые сервисы"
#. type: menuentry
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
msgid "ALSA and Pulseaudio services."
msgstr "Сервисы ALSA и Pulseaudio."
#. type: subsection
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
-#: guix-git/doc/guix.texi:25954 guix-git/doc/guix.texi:25955
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
+#: guix-git/doc/guix.texi:25980 guix-git/doc/guix.texi:25981
#, fuzzy, no-wrap
msgid "File Search Services"
msgstr "Сервисы сообщений"
#. type: menuentry
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
msgid "Tools to search for files."
msgstr ""
#. type: subsection
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
-#: guix-git/doc/guix.texi:26058 guix-git/doc/guix.texi:26059
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
+#: guix-git/doc/guix.texi:26084 guix-git/doc/guix.texi:26085
#, no-wrap
msgid "Database Services"
msgstr "Сервисы баз данных"
#. type: menuentry
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
msgid "SQL databases, key-value stores, etc."
msgstr "Базы данных SQL, базы ключ-значение и т. д."
#. type: subsection
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
-#: guix-git/doc/guix.texi:26425 guix-git/doc/guix.texi:26426
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
+#: guix-git/doc/guix.texi:26451 guix-git/doc/guix.texi:26452
#, no-wrap
msgid "Mail Services"
msgstr "Почтовые сервисы"
#. type: menuentry
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
msgid "IMAP, POP3, SMTP, and all that."
msgstr "IMAP, POP3, SMTP и прочее."
#. type: subsection
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
-#: guix-git/doc/guix.texi:28527 guix-git/doc/guix.texi:28528
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
+#: guix-git/doc/guix.texi:28553 guix-git/doc/guix.texi:28554
#, no-wrap
msgid "Messaging Services"
msgstr "Сервисы сообщений"
#. type: menuentry
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
msgid "Messaging services."
msgstr "Сервисы сообщений."
#. type: subsection
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
-#: guix-git/doc/guix.texi:29038 guix-git/doc/guix.texi:29039
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
+#: guix-git/doc/guix.texi:29064 guix-git/doc/guix.texi:29065
#, no-wrap
msgid "Telephony Services"
msgstr "Сервисы телефонии"
#. type: menuentry
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
msgid "Telephony services."
msgstr "Сервисы телефонии."
#. type: subsection
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
-#: guix-git/doc/guix.texi:29490 guix-git/doc/guix.texi:29491
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
+#: guix-git/doc/guix.texi:29516 guix-git/doc/guix.texi:29517
#, fuzzy, no-wrap
msgid "File-Sharing Services"
msgstr "Сервисы сообщений"
#. type: menuentry
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
#, fuzzy
msgid "File-sharing services."
msgstr "Сервисы сообщений."
#. type: subsection
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
-#: guix-git/doc/guix.texi:30288 guix-git/doc/guix.texi:30289
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
+#: guix-git/doc/guix.texi:30314 guix-git/doc/guix.texi:30315
#, no-wrap
msgid "Monitoring Services"
msgstr "Сервисы мониторинга"
#. type: menuentry
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
msgid "Monitoring services."
msgstr "Сервисы мониторинга."
#. type: subsection
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
-#: guix-git/doc/guix.texi:30946 guix-git/doc/guix.texi:30947
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
+#: guix-git/doc/guix.texi:30972 guix-git/doc/guix.texi:30973
#, no-wrap
msgid "Kerberos Services"
msgstr "Сервисы Kerberos"
#. type: menuentry
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
msgid "Kerberos services."
msgstr "Сервисы Kerberos."
#. type: subsection
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
-#: guix-git/doc/guix.texi:31072 guix-git/doc/guix.texi:31073
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
+#: guix-git/doc/guix.texi:31098 guix-git/doc/guix.texi:31099
#, no-wrap
msgid "LDAP Services"
msgstr "LDAP Сервисы"
#. type: menuentry
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
msgid "LDAP services."
msgstr "LDAP сервисы."
#. type: subsection
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
-#: guix-git/doc/guix.texi:31736 guix-git/doc/guix.texi:31737
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
+#: guix-git/doc/guix.texi:31762 guix-git/doc/guix.texi:31763
#, no-wrap
msgid "Web Services"
msgstr "Веб-сервисы"
#. type: menuentry
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
msgid "Web servers."
msgstr "Веб-серверы."
#. type: subsection
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
-#: guix-git/doc/guix.texi:33031 guix-git/doc/guix.texi:33032
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
+#: guix-git/doc/guix.texi:33060 guix-git/doc/guix.texi:33061
#, no-wrap
msgid "Certificate Services"
msgstr "Сервисы сертификатов"
#. type: menuentry
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
msgid "TLS certificates via Let's Encrypt."
msgstr "Сертификаты TLS через Let's Encrypt."
#. type: subsection
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
-#: guix-git/doc/guix.texi:33211 guix-git/doc/guix.texi:33212
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
+#: guix-git/doc/guix.texi:33240 guix-git/doc/guix.texi:33241
#, no-wrap
msgid "DNS Services"
msgstr "Сервисы DNS"
#. type: menuentry
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
msgid "DNS daemons."
msgstr "DNS-демоны."
#. type: subsection
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
-#: guix-git/doc/guix.texi:33868 guix-git/doc/guix.texi:33869
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
+#: guix-git/doc/guix.texi:33897 guix-git/doc/guix.texi:33898
#, fuzzy, no-wrap
#| msgid "VPN Services"
msgid "VNC Services"
msgstr "VPN-сервисы"
#. type: menuentry
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
#, fuzzy
#| msgid "VPN daemons."
msgid "VNC daemons."
msgstr "VPN-демоны."
#. type: subsection
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
-#: guix-git/doc/guix.texi:34022 guix-git/doc/guix.texi:34023
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
+#: guix-git/doc/guix.texi:34051 guix-git/doc/guix.texi:34052
#, no-wrap
msgid "VPN Services"
msgstr "VPN-сервисы"
#. type: menuentry
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
msgid "VPN daemons."
msgstr "VPN-демоны."
#. type: node
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
-#: guix-git/doc/guix.texi:34392 guix-git/doc/guix.texi:34393
-#: guix-git/doc/guix.texi:34588
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
+#: guix-git/doc/guix.texi:34421 guix-git/doc/guix.texi:34422
+#: guix-git/doc/guix.texi:34617
#, no-wrap
msgid "Network File System"
msgstr "Сетевые файловые системы"
#. type: menuentry
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
msgid "NFS related services."
msgstr "Сервисы, работающие с сетевыми файловыми системами."
#. type: subsection
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
-#: guix-git/doc/guix.texi:34588 guix-git/doc/guix.texi:34589
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
+#: guix-git/doc/guix.texi:34617 guix-git/doc/guix.texi:34618
#, fuzzy, no-wrap
#| msgid "Game Services"
msgid "Samba Services"
msgstr "Игровые службы"
#. type: menuentry
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
#, fuzzy
#| msgid "pam-services"
msgid "Samba services."
msgstr "Базовые сервисы"
#. type: subsection
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
-#: guix-git/doc/guix.texi:34588 guix-git/doc/guix.texi:34740
-#: guix-git/doc/guix.texi:34741
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
+#: guix-git/doc/guix.texi:34617 guix-git/doc/guix.texi:34769
+#: guix-git/doc/guix.texi:34770
#, no-wrap
msgid "Continuous Integration"
msgstr "Длительная интеграция"
#. type: menuentry
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
msgid "Cuirass and Laminar services."
msgstr "Сервис Cuirass."
#. type: subsection
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
-#: guix-git/doc/guix.texi:35038 guix-git/doc/guix.texi:35039
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
+#: guix-git/doc/guix.texi:35067 guix-git/doc/guix.texi:35068
#, no-wrap
msgid "Power Management Services"
msgstr "Сервисы управления питанием"
#. type: menuentry
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
msgid "Extending battery life."
msgstr "Продление жизни батареи."
#. type: subsection
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
-#: guix-git/doc/guix.texi:35643 guix-git/doc/guix.texi:35644
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
+#: guix-git/doc/guix.texi:35672 guix-git/doc/guix.texi:35673
#, no-wrap
msgid "Audio Services"
msgstr "Сервисы аудио"
#. type: menuentry
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
msgid "The MPD."
msgstr "MPD."
#. type: subsection
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
-#: guix-git/doc/guix.texi:36050 guix-git/doc/guix.texi:36051
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
+#: guix-git/doc/guix.texi:36079 guix-git/doc/guix.texi:36080
#, no-wrap
msgid "Virtualization Services"
msgstr "Сервисы виртуализации"
#. type: menuentry
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
msgid "Virtualization services."
msgstr "Сервисы виртуализации."
#. type: subsection
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
-#: guix-git/doc/guix.texi:37953 guix-git/doc/guix.texi:37954
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
+#: guix-git/doc/guix.texi:37982 guix-git/doc/guix.texi:37983
#, no-wrap
msgid "Version Control Services"
msgstr "Сервисы упраления версиями"
#. type: menuentry
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
msgid "Providing remote access to Git repositories."
msgstr "Доступ к удалённым репозиториям Git."
#. type: subsection
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
-#: guix-git/doc/guix.texi:39310 guix-git/doc/guix.texi:39311
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
+#: guix-git/doc/guix.texi:39339 guix-git/doc/guix.texi:39340
#, no-wrap
msgid "Game Services"
msgstr "Игровые службы"
#. type: menuentry
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
msgid "Game servers."
msgstr "Игровые службы."
#. type: subsection
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
-#: guix-git/doc/guix.texi:39361 guix-git/doc/guix.texi:39362
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
+#: guix-git/doc/guix.texi:39390 guix-git/doc/guix.texi:39391
#, no-wrap
msgid "PAM Mount Service"
msgstr "Службы подключения PAM"
#. type: menuentry
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
msgid "Service to mount volumes when logging in."
msgstr "Служба подключения томов при входе в систему."
#. type: subsection
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
-#: guix-git/doc/guix.texi:39542 guix-git/doc/guix.texi:39543
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
+#: guix-git/doc/guix.texi:39571 guix-git/doc/guix.texi:39572
#, no-wrap
msgid "Guix Services"
msgstr "Сервисы Guix"
#. type: menuentry
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
msgid "Services relating specifically to Guix."
msgstr "Сервисы, касающиеся конкретно Guix."
#. type: subsection
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
-#: guix-git/doc/guix.texi:40037 guix-git/doc/guix.texi:40038
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
+#: guix-git/doc/guix.texi:40066 guix-git/doc/guix.texi:40067
#, no-wrap
msgid "Linux Services"
msgstr "Службы Linux"
#. type: menuentry
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
msgid "Services tied to the Linux kernel."
msgstr "Службы, привязанные к ядру Linux."
#. type: subsection
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
-#: guix-git/doc/guix.texi:40414 guix-git/doc/guix.texi:40415
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
+#: guix-git/doc/guix.texi:40443 guix-git/doc/guix.texi:40444
#, no-wrap
msgid "Hurd Services"
msgstr "Сервисы Hurd"
#. type: menuentry
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
msgid "Services specific for a Hurd System."
msgstr "Сервисы, касающиеся Hurd System."
#. type: subsection
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
-#: guix-git/doc/guix.texi:40456 guix-git/doc/guix.texi:40457
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
+#: guix-git/doc/guix.texi:40485 guix-git/doc/guix.texi:40486
#, no-wrap
msgid "Miscellaneous Services"
msgstr "Разнообразные службы"
#. type: menuentry
-#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19019
+#: guix-git/doc/guix.texi:427 guix-git/doc/guix.texi:19045
msgid "Other services."
msgstr "Другие службы."
#. type: subsection
-#: guix-git/doc/guix.texi:435 guix-git/doc/guix.texi:43629
-#: guix-git/doc/guix.texi:43631 guix-git/doc/guix.texi:43632
+#: guix-git/doc/guix.texi:435 guix-git/doc/guix.texi:43658
+#: guix-git/doc/guix.texi:43660 guix-git/doc/guix.texi:43661
#, no-wrap
msgid "Service Composition"
msgstr "Структура сервисов"
#. type: menuentry
-#: guix-git/doc/guix.texi:435 guix-git/doc/guix.texi:43629
+#: guix-git/doc/guix.texi:435 guix-git/doc/guix.texi:43658
msgid "The model for composing services."
msgstr "Модель построения сервисов."
#. type: subsection
-#: guix-git/doc/guix.texi:435 guix-git/doc/guix.texi:43629
-#: guix-git/doc/guix.texi:43687 guix-git/doc/guix.texi:43688
+#: guix-git/doc/guix.texi:435 guix-git/doc/guix.texi:43658
+#: guix-git/doc/guix.texi:43716 guix-git/doc/guix.texi:43717
#, no-wrap
msgid "Service Types and Services"
msgstr "Типы сервисов и сервисы"
#. type: menuentry
-#: guix-git/doc/guix.texi:435 guix-git/doc/guix.texi:43629
+#: guix-git/doc/guix.texi:435 guix-git/doc/guix.texi:43658
msgid "Types and services."
msgstr "Типы и сервисы."
#. type: subsection
-#: guix-git/doc/guix.texi:435 guix-git/doc/guix.texi:43629
-#: guix-git/doc/guix.texi:43823 guix-git/doc/guix.texi:43824
+#: guix-git/doc/guix.texi:435 guix-git/doc/guix.texi:43658
+#: guix-git/doc/guix.texi:43852 guix-git/doc/guix.texi:43853
#, no-wrap
msgid "Service Reference"
msgstr "Интерфейс сервиса"
#. type: menuentry
-#: guix-git/doc/guix.texi:435 guix-git/doc/guix.texi:43629
+#: guix-git/doc/guix.texi:435 guix-git/doc/guix.texi:43658
msgid "API reference."
msgstr "Доступ через API."
#. type: subsection
-#: guix-git/doc/guix.texi:435 guix-git/doc/guix.texi:43629
-#: guix-git/doc/guix.texi:44140 guix-git/doc/guix.texi:44141
+#: guix-git/doc/guix.texi:435 guix-git/doc/guix.texi:43658
+#: guix-git/doc/guix.texi:44169 guix-git/doc/guix.texi:44170
#, no-wrap
msgid "Shepherd Services"
msgstr "Сервисы Shepherd"
#. type: menuentry
-#: guix-git/doc/guix.texi:435 guix-git/doc/guix.texi:43629
+#: guix-git/doc/guix.texi:435 guix-git/doc/guix.texi:43658
msgid "A particular type of service."
msgstr "Особенный тип сервисов."
#. type: subsection
-#: guix-git/doc/guix.texi:435 guix-git/doc/guix.texi:43629
-#: guix-git/doc/guix.texi:44425 guix-git/doc/guix.texi:44426
+#: guix-git/doc/guix.texi:435 guix-git/doc/guix.texi:43658
+#: guix-git/doc/guix.texi:44454 guix-git/doc/guix.texi:44455
#, fuzzy, no-wrap
#| msgid "System Configuration"
msgid "Complex Configurations"
msgstr "Конфигурирование системы"
#. type: menuentry
-#: guix-git/doc/guix.texi:435 guix-git/doc/guix.texi:43629
+#: guix-git/doc/guix.texi:435 guix-git/doc/guix.texi:43658
#, fuzzy
#| msgid "Instantiating a system configuration."
msgid "Defining bindings for complex configurations."
msgstr "Проверка конфигурации операционной системы."
#. type: section
-#: guix-git/doc/guix.texi:439 guix-git/doc/guix.texi:44817
-#: guix-git/doc/guix.texi:44819 guix-git/doc/guix.texi:44820
+#: guix-git/doc/guix.texi:439 guix-git/doc/guix.texi:44846
+#: guix-git/doc/guix.texi:44848 guix-git/doc/guix.texi:44849
#, fuzzy, no-wrap
#| msgid "Configuring the operating system."
msgid "Chrooting into an existing system"
msgstr "Конфигурирование операционной системы."
#. type: section
-#: guix-git/doc/guix.texi:446 guix-git/doc/guix.texi:44972
-#: guix-git/doc/guix.texi:44974 guix-git/doc/guix.texi:44975
+#: guix-git/doc/guix.texi:446 guix-git/doc/guix.texi:45001
+#: guix-git/doc/guix.texi:45003 guix-git/doc/guix.texi:45004
#, fuzzy, no-wrap
#| msgid "Preparing the isolated build environment."
msgid "Declaring the Home Environment"
msgstr "Подготовка отдельного окружения сборки."
#. type: menuentry
-#: guix-git/doc/guix.texi:446 guix-git/doc/guix.texi:44972
+#: guix-git/doc/guix.texi:446 guix-git/doc/guix.texi:45001
#, fuzzy
#| msgid "Customizing your GNU system."
msgid "Customizing your Home."
msgstr "Настройка вашей системы GNU."
#. type: section
-#: guix-git/doc/guix.texi:446 guix-git/doc/guix.texi:44972
-#: guix-git/doc/guix.texi:45063 guix-git/doc/guix.texi:45064
+#: guix-git/doc/guix.texi:446 guix-git/doc/guix.texi:45001
+#: guix-git/doc/guix.texi:45092 guix-git/doc/guix.texi:45093
#, fuzzy, no-wrap
#| msgid "Configuring the boot loader."
msgid "Configuring the Shell"
msgstr "Конфигурирование загрузчика диска."
#. type: menuentry
-#: guix-git/doc/guix.texi:446 guix-git/doc/guix.texi:44972
+#: guix-git/doc/guix.texi:446 guix-git/doc/guix.texi:45001
#, fuzzy
#| msgid "Invoking guix environment"
msgid "Enabling home environment."
@@ -7879,396 +7879,396 @@ msgstr "Запуск guix environment"
#. type: section
#: guix-git/doc/guix.texi:446 guix-git/doc/guix.texi:448
-#: guix-git/doc/guix.texi:44972 guix-git/doc/guix.texi:45110
-#: guix-git/doc/guix.texi:45111
+#: guix-git/doc/guix.texi:45001 guix-git/doc/guix.texi:45139
+#: guix-git/doc/guix.texi:45140
#, fuzzy, no-wrap
#| msgid "Game Services"
msgid "Home Services"
msgstr "Игровые службы"
#. type: menuentry
-#: guix-git/doc/guix.texi:446 guix-git/doc/guix.texi:44972
+#: guix-git/doc/guix.texi:446 guix-git/doc/guix.texi:45001
#, fuzzy
#| msgid "Specifying system services."
msgid "Specifying home services."
msgstr "Настройка системных служб."
#. type: node
-#: guix-git/doc/guix.texi:446 guix-git/doc/guix.texi:44972
-#: guix-git/doc/guix.texi:47178
+#: guix-git/doc/guix.texi:446 guix-git/doc/guix.texi:45001
+#: guix-git/doc/guix.texi:47207
#, no-wrap
msgid "Invoking guix home"
msgstr "Запуск guix home"
#. type: menuentry
-#: guix-git/doc/guix.texi:446 guix-git/doc/guix.texi:44972
+#: guix-git/doc/guix.texi:446 guix-git/doc/guix.texi:45001
#, fuzzy
#| msgid "Instantiating a system configuration."
msgid "Instantiating a home configuration."
msgstr "Проверка конфигурации операционной системы."
#. type: subsection
-#: guix-git/doc/guix.texi:465 guix-git/doc/guix.texi:45158
-#: guix-git/doc/guix.texi:45161 guix-git/doc/guix.texi:45162
+#: guix-git/doc/guix.texi:465 guix-git/doc/guix.texi:45187
+#: guix-git/doc/guix.texi:45190 guix-git/doc/guix.texi:45191
#, fuzzy, no-wrap
#| msgid "Essential system services."
msgid "Essential Home Services"
msgstr "Ключевые службы системы."
#. type: menuentry
-#: guix-git/doc/guix.texi:465 guix-git/doc/guix.texi:45158
+#: guix-git/doc/guix.texi:465 guix-git/doc/guix.texi:45187
msgid "Environment variables, packages, on-* scripts."
msgstr ""
#. type: menuentry
-#: guix-git/doc/guix.texi:465 guix-git/doc/guix.texi:45158
+#: guix-git/doc/guix.texi:465 guix-git/doc/guix.texi:45187
#, fuzzy
#| msgid "Shepherd Services"
msgid "Shells: Shells Home Services"
msgstr "Сервисы Shepherd"
#. type: menuentry
-#: guix-git/doc/guix.texi:465 guix-git/doc/guix.texi:45158
+#: guix-git/doc/guix.texi:465 guix-git/doc/guix.texi:45187
msgid "POSIX shells, Bash, Zsh."
msgstr ""
#. type: menuentry
-#: guix-git/doc/guix.texi:465 guix-git/doc/guix.texi:45158
+#: guix-git/doc/guix.texi:465 guix-git/doc/guix.texi:45187
#, fuzzy
#| msgid "PAM Mount Service"
msgid "Mcron: Mcron Home Service"
msgstr "Службы подключения PAM"
#. type: menuentry
-#: guix-git/doc/guix.texi:465 guix-git/doc/guix.texi:45158
+#: guix-git/doc/guix.texi:465 guix-git/doc/guix.texi:45187
#, fuzzy
#| msgid "Scheduled Job Execution"
msgid "Scheduled User's Job Execution."
msgstr "Запланированное исполнения задач"
#. type: menuentry
-#: guix-git/doc/guix.texi:465 guix-git/doc/guix.texi:45158
+#: guix-git/doc/guix.texi:465 guix-git/doc/guix.texi:45187
#, fuzzy
#| msgid "Power Management Services"
msgid "Power Management: Power Management Home Services"
msgstr "Сервисы управления питанием"
#. type: menuentry
-#: guix-git/doc/guix.texi:465 guix-git/doc/guix.texi:45158
+#: guix-git/doc/guix.texi:465 guix-git/doc/guix.texi:45187
#, fuzzy
#| msgid "Service type for Patchwork."
msgid "Services for battery power."
msgstr "Поделитесь своей работой."
#. type: menuentry
-#: guix-git/doc/guix.texi:465 guix-git/doc/guix.texi:45158
+#: guix-git/doc/guix.texi:465 guix-git/doc/guix.texi:45187
#, fuzzy
#| msgid "Shepherd Services"
msgid "Shepherd: Shepherd Home Service"
msgstr "Сервисы Shepherd"
#. type: menuentry
-#: guix-git/doc/guix.texi:465 guix-git/doc/guix.texi:45158
+#: guix-git/doc/guix.texi:465 guix-git/doc/guix.texi:45187
#, fuzzy
#| msgid "Messaging services."
msgid "Managing User's Daemons."
msgstr "Сервисы сообщений."
#. type: menuentry
-#: guix-git/doc/guix.texi:465 guix-git/doc/guix.texi:45158
+#: guix-git/doc/guix.texi:465 guix-git/doc/guix.texi:45187
msgid "SSH: Secure Shell"
msgstr ""
#. type: menuentry
-#: guix-git/doc/guix.texi:465 guix-git/doc/guix.texi:45158
+#: guix-git/doc/guix.texi:465 guix-git/doc/guix.texi:45187
msgid "Setting up the secure shell client."
msgstr ""
#. type: menuentry
-#: guix-git/doc/guix.texi:465 guix-git/doc/guix.texi:45158
+#: guix-git/doc/guix.texi:465 guix-git/doc/guix.texi:45187
msgid "GPG: GNU Privacy Guard"
msgstr ""
#. type: menuentry
-#: guix-git/doc/guix.texi:465 guix-git/doc/guix.texi:45158
+#: guix-git/doc/guix.texi:465 guix-git/doc/guix.texi:45187
msgid "Setting up GPG and related tools."
msgstr ""
#. type: menuentry
-#: guix-git/doc/guix.texi:465 guix-git/doc/guix.texi:45158
+#: guix-git/doc/guix.texi:465 guix-git/doc/guix.texi:45187
#, fuzzy
#| msgid "Desktop Services"
msgid "Desktop: Desktop Home Services"
msgstr "Сервисы рабочего стола"
#. type: menuentry
-#: guix-git/doc/guix.texi:465 guix-git/doc/guix.texi:45158
+#: guix-git/doc/guix.texi:465 guix-git/doc/guix.texi:45187
#, fuzzy
#| msgid "development environments"
msgid "Services for graphical environments."
msgstr "окружения разработки"
#. type: menuentry
-#: guix-git/doc/guix.texi:465 guix-git/doc/guix.texi:45158
+#: guix-git/doc/guix.texi:465 guix-git/doc/guix.texi:45187
#, fuzzy
#| msgid "Game Services"
msgid "Guix: Guix Home Services"
msgstr "Игровые службы"
#. type: menuentry
-#: guix-git/doc/guix.texi:465 guix-git/doc/guix.texi:45158
+#: guix-git/doc/guix.texi:465 guix-git/doc/guix.texi:45187
#, fuzzy
#| msgid "Services"
msgid "Services for Guix."
msgstr "Сервисы"
#. type: menuentry
-#: guix-git/doc/guix.texi:465 guix-git/doc/guix.texi:45158
+#: guix-git/doc/guix.texi:465 guix-git/doc/guix.texi:45187
#, fuzzy
#| msgid "PAM Mount Service"
msgid "Fonts: Fonts Home Services"
msgstr "Службы подключения PAM"
#. type: menuentry
-#: guix-git/doc/guix.texi:465 guix-git/doc/guix.texi:45158
+#: guix-git/doc/guix.texi:465 guix-git/doc/guix.texi:45187
#, fuzzy
#| msgid "development environments"
msgid "Services for managing User's fonts."
msgstr "окружения разработки"
#. type: menuentry
-#: guix-git/doc/guix.texi:465 guix-git/doc/guix.texi:45158
+#: guix-git/doc/guix.texi:465 guix-git/doc/guix.texi:45187
#, fuzzy
#| msgid "PAM Mount Service"
msgid "Sound: Sound Home Services"
msgstr "Службы подключения PAM"
#. type: menuentry
-#: guix-git/doc/guix.texi:465 guix-git/doc/guix.texi:45158
+#: guix-git/doc/guix.texi:465 guix-git/doc/guix.texi:45187
msgid "Dealing with audio."
msgstr ""
#. type: menuentry
-#: guix-git/doc/guix.texi:465 guix-git/doc/guix.texi:45158
+#: guix-git/doc/guix.texi:465 guix-git/doc/guix.texi:45187
#, fuzzy
#| msgid "Game Services"
msgid "Mail: Mail Home Services"
msgstr "Игровые службы"
#. type: menuentry
-#: guix-git/doc/guix.texi:465 guix-git/doc/guix.texi:45158
+#: guix-git/doc/guix.texi:465 guix-git/doc/guix.texi:45187
#, fuzzy
#| msgid "development environments"
msgid "Services for managing mail."
msgstr "окружения разработки"
#. type: menuentry
-#: guix-git/doc/guix.texi:465 guix-git/doc/guix.texi:45158
+#: guix-git/doc/guix.texi:465 guix-git/doc/guix.texi:45187
#, fuzzy
#| msgid "Messaging Services"
msgid "Messaging: Messaging Home Services"
msgstr "Сервисы сообщений"
#. type: menuentry
-#: guix-git/doc/guix.texi:465 guix-git/doc/guix.texi:45158
+#: guix-git/doc/guix.texi:465 guix-git/doc/guix.texi:45187
#, fuzzy
#| msgid "development environments"
msgid "Services for managing messaging."
msgstr "окружения разработки"
#. type: menuentry
-#: guix-git/doc/guix.texi:465 guix-git/doc/guix.texi:45158
+#: guix-git/doc/guix.texi:465 guix-git/doc/guix.texi:45187
#, fuzzy
#| msgid "Game Services"
msgid "Media: Media Home Services"
msgstr "Игровые службы"
#. type: menuentry
-#: guix-git/doc/guix.texi:465 guix-git/doc/guix.texi:45158
+#: guix-git/doc/guix.texi:465 guix-git/doc/guix.texi:45187
#, fuzzy
#| msgid "development environments"
msgid "Services for managing media."
msgstr "окружения разработки"
#. type: menuentry
-#: guix-git/doc/guix.texi:465 guix-git/doc/guix.texi:45158
+#: guix-git/doc/guix.texi:465 guix-git/doc/guix.texi:45187
#, fuzzy
#| msgid "Networking Services"
msgid "Networking: Networking Home Services"
msgstr "Сервисы сети"
#. type: menuentry
-#: guix-git/doc/guix.texi:465 guix-git/doc/guix.texi:45158
+#: guix-git/doc/guix.texi:465 guix-git/doc/guix.texi:45187
#, fuzzy
#| msgid "Networking Services"
msgid "Networking services."
msgstr "Сервисы сети"
#. type: menuentry
-#: guix-git/doc/guix.texi:465 guix-git/doc/guix.texi:45158
+#: guix-git/doc/guix.texi:465 guix-git/doc/guix.texi:45187
#, fuzzy
#| msgid "Miscellaneous Services"
msgid "Miscellaneous: Miscellaneous Home Services"
msgstr "Разнообразные службы"
#. type: menuentry
-#: guix-git/doc/guix.texi:465 guix-git/doc/guix.texi:45158
+#: guix-git/doc/guix.texi:465 guix-git/doc/guix.texi:45187
#, fuzzy
#| msgid "Other services."
msgid "More services."
msgstr "Другие службы."
#. type: node
-#: guix-git/doc/guix.texi:470 guix-git/doc/guix.texi:47598
-#: guix-git/doc/guix.texi:47600
+#: guix-git/doc/guix.texi:470 guix-git/doc/guix.texi:47627
+#: guix-git/doc/guix.texi:47629
#, fuzzy, no-wrap
#| msgid "origin Reference"
msgid "platform Reference"
msgstr "Интерфейс origin"
#. type: menuentry
-#: guix-git/doc/guix.texi:470 guix-git/doc/guix.texi:47598
+#: guix-git/doc/guix.texi:470 guix-git/doc/guix.texi:47627
#, fuzzy
#| msgid "Detail of operating-system declarations."
msgid "Detail of platform declarations."
msgstr "Подробные сведения об объявлениях opertaing-system."
#. type: section
-#: guix-git/doc/guix.texi:470 guix-git/doc/guix.texi:47598
-#: guix-git/doc/guix.texi:47647 guix-git/doc/guix.texi:47648
+#: guix-git/doc/guix.texi:470 guix-git/doc/guix.texi:47627
+#: guix-git/doc/guix.texi:47676 guix-git/doc/guix.texi:47677
#, fuzzy, no-wrap
#| msgid "Supported hardware."
msgid "Supported Platforms"
msgstr "Поддерживаемое аппаратное обеспечение."
#. type: menuentry
-#: guix-git/doc/guix.texi:470 guix-git/doc/guix.texi:47598
+#: guix-git/doc/guix.texi:470 guix-git/doc/guix.texi:47627
msgid "Description of the supported platforms."
msgstr ""
#. type: chapter
-#: guix-git/doc/guix.texi:472 guix-git/doc/guix.texi:47721
+#: guix-git/doc/guix.texi:472 guix-git/doc/guix.texi:47750
#, fuzzy, no-wrap
#| msgid "Creating software bundles."
msgid "Creating System Images"
msgstr "Создание наборов программ."
#. type: node
-#: guix-git/doc/guix.texi:477 guix-git/doc/guix.texi:47753
-#: guix-git/doc/guix.texi:47755
+#: guix-git/doc/guix.texi:477 guix-git/doc/guix.texi:47782
+#: guix-git/doc/guix.texi:47784
#, fuzzy, no-wrap
#| msgid "package Reference"
msgid "image Reference"
msgstr "ссылка на пакет"
#. type: menuentry
-#: guix-git/doc/guix.texi:477 guix-git/doc/guix.texi:47753
+#: guix-git/doc/guix.texi:477 guix-git/doc/guix.texi:47782
#, fuzzy
#| msgid "Detail of operating-system declarations."
msgid "Detail of image declarations."
msgstr "Подробные сведения об объявлениях opertaing-system."
#. type: section
-#: guix-git/doc/guix.texi:477 guix-git/doc/guix.texi:47753
-#: guix-git/doc/guix.texi:47905 guix-git/doc/guix.texi:47906
+#: guix-git/doc/guix.texi:477 guix-git/doc/guix.texi:47782
+#: guix-git/doc/guix.texi:47934 guix-git/doc/guix.texi:47935
#, fuzzy, no-wrap
#| msgid "installation image"
msgid "Instantiate an Image"
msgstr "установочный образ"
#. type: menuentry
-#: guix-git/doc/guix.texi:477 guix-git/doc/guix.texi:47753
+#: guix-git/doc/guix.texi:477 guix-git/doc/guix.texi:47782
msgid "How to instantiate an image record."
msgstr ""
#. type: section
-#: guix-git/doc/guix.texi:477 guix-git/doc/guix.texi:47753
-#: guix-git/doc/guix.texi:48075 guix-git/doc/guix.texi:48076
+#: guix-git/doc/guix.texi:477 guix-git/doc/guix.texi:47782
+#: guix-git/doc/guix.texi:48104 guix-git/doc/guix.texi:48105
#, fuzzy, no-wrap
#| msgid "package Reference"
msgid "image-type Reference"
msgstr "ссылка на пакет"
#. type: menuentry
-#: guix-git/doc/guix.texi:477 guix-git/doc/guix.texi:47753
+#: guix-git/doc/guix.texi:477 guix-git/doc/guix.texi:47782
#, fuzzy
#| msgid "Detail of operating-system declarations."
msgid "Detail of image types declaration."
msgstr "Подробные сведения об объявлениях opertaing-system."
#. type: section
-#: guix-git/doc/guix.texi:477 guix-git/doc/guix.texi:47753
-#: guix-git/doc/guix.texi:48204 guix-git/doc/guix.texi:48205
+#: guix-git/doc/guix.texi:477 guix-git/doc/guix.texi:47782
+#: guix-git/doc/guix.texi:48233 guix-git/doc/guix.texi:48234
#, fuzzy, no-wrap
#| msgid "Package Modules"
msgid "Image Modules"
msgstr "Пакетные модули"
#. type: menuentry
-#: guix-git/doc/guix.texi:477 guix-git/doc/guix.texi:47753
+#: guix-git/doc/guix.texi:477 guix-git/doc/guix.texi:47782
msgid "Definition of image modules."
msgstr ""
#. type: section
-#: guix-git/doc/guix.texi:479 guix-git/doc/guix.texi:47756
+#: guix-git/doc/guix.texi:479 guix-git/doc/guix.texi:47785
#, fuzzy, no-wrap
#| msgid "@code{package} Reference"
msgid "@code{image} Reference"
msgstr "@code{package} Ссылка"
#. type: node
-#: guix-git/doc/guix.texi:481 guix-git/doc/guix.texi:47845
-#: guix-git/doc/guix.texi:47847
+#: guix-git/doc/guix.texi:481 guix-git/doc/guix.texi:47874
+#: guix-git/doc/guix.texi:47876
#, fuzzy, no-wrap
#| msgid "origin Reference"
msgid "partition Reference"
msgstr "Интерфейс origin"
#. type: section
-#: guix-git/doc/guix.texi:486 guix-git/doc/guix.texi:48274
-#: guix-git/doc/guix.texi:48276 guix-git/doc/guix.texi:48277
+#: guix-git/doc/guix.texi:486 guix-git/doc/guix.texi:48303
+#: guix-git/doc/guix.texi:48305 guix-git/doc/guix.texi:48306
#, no-wrap
msgid "Separate Debug Info"
msgstr "Отдельная информация об отладке"
#. type: menuentry
-#: guix-git/doc/guix.texi:486 guix-git/doc/guix.texi:48274
+#: guix-git/doc/guix.texi:486 guix-git/doc/guix.texi:48303
msgid "Installing 'debug' outputs."
msgstr "Установка выводов отладочной информации."
#. type: section
-#: guix-git/doc/guix.texi:486 guix-git/doc/guix.texi:48274
-#: guix-git/doc/guix.texi:48349 guix-git/doc/guix.texi:48350
+#: guix-git/doc/guix.texi:486 guix-git/doc/guix.texi:48303
+#: guix-git/doc/guix.texi:48378 guix-git/doc/guix.texi:48379
#, no-wrap
msgid "Rebuilding Debug Info"
msgstr "Сборка с отладочной информацией"
#. type: menuentry
-#: guix-git/doc/guix.texi:486 guix-git/doc/guix.texi:48274
+#: guix-git/doc/guix.texi:486 guix-git/doc/guix.texi:48303
msgid "Building missing debug info."
msgstr "Сборка отсутствующей отладочной информации."
#. type: node
-#: guix-git/doc/guix.texi:491 guix-git/doc/guix.texi:48685
-#: guix-git/doc/guix.texi:48687
+#: guix-git/doc/guix.texi:491 guix-git/doc/guix.texi:48714
+#: guix-git/doc/guix.texi:48716
#, no-wrap
msgid "Full-Source Bootstrap"
msgstr ""
#. type: menuentry
-#: guix-git/doc/guix.texi:491 guix-git/doc/guix.texi:48685
+#: guix-git/doc/guix.texi:491 guix-git/doc/guix.texi:48714
msgid "A Bootstrap worthy of GNU."
msgstr "Первичная загрузка, достойная GNU."
#. type: section
-#: guix-git/doc/guix.texi:491 guix-git/doc/guix.texi:48685
-#: guix-git/doc/guix.texi:48774 guix-git/doc/guix.texi:48775
+#: guix-git/doc/guix.texi:491 guix-git/doc/guix.texi:48714
+#: guix-git/doc/guix.texi:48803 guix-git/doc/guix.texi:48804
#, no-wrap
msgid "Preparing to Use the Bootstrap Binaries"
msgstr "Подготовка к использованию двоичных файлов первоначальной загрузки"
#. type: menuentry
-#: guix-git/doc/guix.texi:491 guix-git/doc/guix.texi:48685
+#: guix-git/doc/guix.texi:491 guix-git/doc/guix.texi:48714
msgid "Building that what matters most."
msgstr "Сборка самого главного."
@@ -8365,7 +8365,7 @@ msgstr "Под капотом Guix работает как @dfn{функцион
#. type: cindex
#: guix-git/doc/guix.texi:567 guix-git/doc/guix.texi:4160
-#: guix-git/doc/guix.texi:11171
+#: guix-git/doc/guix.texi:11190
#, no-wrap
msgid "store"
msgstr "склад"
@@ -8408,7 +8408,7 @@ msgstr "Пакеты в данные момент доступны для сле
#. type: defvar
#: guix-git/doc/guix.texi:613 guix-git/doc/guix.texi:2065
-#: guix-git/doc/guix.texi:47681
+#: guix-git/doc/guix.texi:47710
#, no-wrap
msgid "x86_64-linux"
msgstr "x86_64-linux"
@@ -8420,7 +8420,7 @@ msgstr "архитектура Intel/AMD @code{x86_64} с ядром Linux-Libre
#. type: defvar
#: guix-git/doc/guix.texi:616 guix-git/doc/guix.texi:2068
-#: guix-git/doc/guix.texi:47677
+#: guix-git/doc/guix.texi:47706
#, no-wrap
msgid "i686-linux"
msgstr "i686-linux"
@@ -8442,7 +8442,7 @@ msgid "ARMv7-A architecture with hard float, Thumb-2 and NEON, using the EABI ha
msgstr "архитектура ARMv7-A с hard float, Thumb-2 и NEON, использующая двоичный интерфейс приложений EABI hard-float (ABI), с ядром Linux-Libre."
#. type: defvar
-#: guix-git/doc/guix.texi:624 guix-git/doc/guix.texi:47657
+#: guix-git/doc/guix.texi:624 guix-git/doc/guix.texi:47686
#, no-wrap
msgid "aarch64-linux"
msgstr "aarch64-linux"
@@ -8453,7 +8453,7 @@ msgid "little-endian 64-bit ARMv8-A processors, Linux-Libre kernel."
msgstr "процессоры little-endian 64-bit ARMv8-A с ядром Linux-Libre."
#. type: defvar
-#: guix-git/doc/guix.texi:627 guix-git/doc/guix.texi:47700
+#: guix-git/doc/guix.texi:627 guix-git/doc/guix.texi:47729
#, no-wrap
msgid "i586-gnu"
msgstr "i586-gnu"
@@ -8499,7 +8499,7 @@ msgid "little-endian 64-bit Power ISA processors, Linux-Libre kernel. This incl
msgstr "64-битные процессоры Power ISA с прямым порядком байтов, ядро Linux-Libre. Сюда входят системы POWER9, такие как @uref{https://www.fsf.org/news/talos-ii-mainboard-and-talos-ii-lite-mainboard-now-fsf-certified-to-respect-your-freedom, RYF Talos II mainboard}. Эта платформа доступна как «предварительная версия»: хотя она и поддерживается, подстановки еще не доступны (@pxref{Substitutes}), а некоторые пакеты могут не собираться (@pxref{Tracking Bugs and Patches}). Тем не менее, сообщество Guix активно работает над улучшением этой поддержки, и сейчас отличное время, чтобы попробовать и принять участие!"
#. type: defvar
-#: guix-git/doc/guix.texi:661 guix-git/doc/guix.texi:47673
+#: guix-git/doc/guix.texi:661 guix-git/doc/guix.texi:47702
#, fuzzy, no-wrap
#| msgid "aarch64-linux"
msgid "riscv64-linux"
@@ -8719,7 +8719,7 @@ msgstr ""
#. type: cindex
#: guix-git/doc/guix.texi:812 guix-git/doc/guix.texi:3673
-#: guix-git/doc/guix.texi:19631
+#: guix-git/doc/guix.texi:19657
#, no-wrap
msgid "substitutes, authorization thereof"
msgstr "авторизация, подстановок"
@@ -9117,17 +9117,17 @@ msgstr "Этот тип данных представляет машины дл
#. type: code{#1}
#: guix-git/doc/guix.texi:1115 guix-git/doc/guix.texi:7763
-#: guix-git/doc/guix.texi:8823 guix-git/doc/guix.texi:18501
-#: guix-git/doc/guix.texi:18600 guix-git/doc/guix.texi:18840
-#: guix-git/doc/guix.texi:20953 guix-git/doc/guix.texi:21859
-#: guix-git/doc/guix.texi:22119 guix-git/doc/guix.texi:26277
-#: guix-git/doc/guix.texi:29466 guix-git/doc/guix.texi:31007
-#: guix-git/doc/guix.texi:31804 guix-git/doc/guix.texi:32182
-#: guix-git/doc/guix.texi:32228 guix-git/doc/guix.texi:34365
-#: guix-git/doc/guix.texi:37446 guix-git/doc/guix.texi:37484
-#: guix-git/doc/guix.texi:40686 guix-git/doc/guix.texi:40703
-#: guix-git/doc/guix.texi:41929 guix-git/doc/guix.texi:43945
-#: guix-git/doc/guix.texi:44303 guix-git/doc/guix.texi:48092
+#: guix-git/doc/guix.texi:8823 guix-git/doc/guix.texi:18527
+#: guix-git/doc/guix.texi:18626 guix-git/doc/guix.texi:18866
+#: guix-git/doc/guix.texi:20979 guix-git/doc/guix.texi:21885
+#: guix-git/doc/guix.texi:22145 guix-git/doc/guix.texi:26303
+#: guix-git/doc/guix.texi:29492 guix-git/doc/guix.texi:31033
+#: guix-git/doc/guix.texi:31830 guix-git/doc/guix.texi:32208
+#: guix-git/doc/guix.texi:32254 guix-git/doc/guix.texi:34394
+#: guix-git/doc/guix.texi:37475 guix-git/doc/guix.texi:37513
+#: guix-git/doc/guix.texi:40715 guix-git/doc/guix.texi:40732
+#: guix-git/doc/guix.texi:41958 guix-git/doc/guix.texi:43974
+#: guix-git/doc/guix.texi:44332 guix-git/doc/guix.texi:48121
#, no-wrap
msgid "name"
msgstr "name"
@@ -9149,7 +9149,7 @@ msgid "The system types the remote machine supports---e.g., @code{(list \"x86_64
msgstr "Тип системы удалённой машины, то есть @code{x86_64-linux}."
#. type: code{#1}
-#: guix-git/doc/guix.texi:1122 guix-git/doc/guix.texi:21869
+#: guix-git/doc/guix.texi:1122 guix-git/doc/guix.texi:21895
#, no-wrap
msgid "user"
msgstr "user"
@@ -9204,7 +9204,7 @@ msgid "A number of optional fields may be specified:"
msgstr "Список необязательных полей:"
#. type: item
-#: guix-git/doc/guix.texi:1156 guix-git/doc/guix.texi:43421
+#: guix-git/doc/guix.texi:1156 guix-git/doc/guix.texi:43450
#, no-wrap
msgid "@code{port} (default: @code{22})"
msgstr "@code{port} (default: @code{22})"
@@ -9330,7 +9330,7 @@ msgid "There is one last thing to do once @file{machines.scm} is in place. As e
msgstr "Есть ещё одна вещь, которую нужно выполнить после размещения @file{machines.scm}. Выше описано, что при разгрузке файлы передаются вперёд и назад между складами на машинах. Для этого необходимо сгенерировать ключ-пару на кадой машине, чтобы позволить демону экспортировать подписанные архивы файлов из склада (@pxref{Invoking guix archive}):"
#. type: example
-#: guix-git/doc/guix.texi:1223 guix-git/doc/guix.texi:43325
+#: guix-git/doc/guix.texi:1223 guix-git/doc/guix.texi:43354
#, no-wrap
msgid "# guix archive --generate-key\n"
msgstr "# guix archive --generate-key\n"
@@ -9607,7 +9607,7 @@ msgstr "контейнер, окружение сборки"
#. type: cindex
#: guix-git/doc/guix.texi:1415 guix-git/doc/guix.texi:2962
-#: guix-git/doc/guix.texi:3879 guix-git/doc/guix.texi:16207
+#: guix-git/doc/guix.texi:3879 guix-git/doc/guix.texi:16233
#, no-wrap
msgid "reproducible builds"
msgstr "воспроизводимые сборки"
@@ -9649,7 +9649,7 @@ msgid "Take users from @var{group} to run build processes (@pxref{Setting Up the
msgstr "Использовать пользователей из группы @var{group} для запуска процессов сборки (@pxref{Setting Up the Daemon, build users})."
#. type: item
-#: guix-git/doc/guix.texi:1451 guix-git/doc/guix.texi:12939
+#: guix-git/doc/guix.texi:1451 guix-git/doc/guix.texi:12958
#, no-wrap
msgid "--no-substitutes"
msgstr "--no-substitutes"
@@ -9662,7 +9662,7 @@ msgid "substitutes"
msgstr "подстановки"
#. type: table
-#: guix-git/doc/guix.texi:1456 guix-git/doc/guix.texi:12943
+#: guix-git/doc/guix.texi:1456 guix-git/doc/guix.texi:12962
msgid "Do not use substitutes for build products. That is, always build things locally instead of allowing downloads of pre-built binaries (@pxref{Substitutes})."
msgstr "Не использовать подстановки для сборок. Это означает --- собирать элементы локально вместо того, чтобы скачивать собранные бинарники (@pxref{Substitutes})."
@@ -9677,9 +9677,9 @@ msgid "daemon-substitute-urls"
msgstr "daemon-substitute-urls"
#. type: item
-#: guix-git/doc/guix.texi:1462 guix-git/doc/guix.texi:12926
-#: guix-git/doc/guix.texi:15609 guix-git/doc/guix.texi:16359
-#: guix-git/doc/guix.texi:16589
+#: guix-git/doc/guix.texi:1462 guix-git/doc/guix.texi:12945
+#: guix-git/doc/guix.texi:15635 guix-git/doc/guix.texi:16385
+#: guix-git/doc/guix.texi:16615
#, no-wrap
msgid "--substitute-urls=@var{urls}"
msgstr "--substitute-urls=@var{urls}"
@@ -9700,13 +9700,13 @@ msgid "@xref{Getting Substitutes from Other Servers}, for more information on ho
msgstr "@xref{Getting Substitutes from Other Servers}, для получения дополнительной информации о том, как настроить демон для получения заменителей с других серверов."
#. type: item
-#: guix-git/doc/guix.texi:1474 guix-git/doc/guix.texi:12962
+#: guix-git/doc/guix.texi:1474 guix-git/doc/guix.texi:12981
#, no-wrap
msgid "--no-offload"
msgstr "--no-offload"
#. type: table
-#: guix-git/doc/guix.texi:1478 guix-git/doc/guix.texi:12966
+#: guix-git/doc/guix.texi:1478 guix-git/doc/guix.texi:12985
msgid "Do not use offload builds to other machines (@pxref{Daemon Offload Setup}). That is, always build things locally instead of offloading builds to remote machines."
msgstr "Не использовать подстановки для сборок. Это означает --- собирать элементы локально вместо того, чтобы скачивать собранные бинарники (@pxref{Substitutes})."
@@ -9727,13 +9727,13 @@ msgid "When this option is used, @command{guix gc --list-failures} can be used t
msgstr "При установке этой опции можно использовать @command{guix gc --list-failures}, чтобы просматривать элементы склада, помеченные как ошибочные; @command{guix gc --clear-failures} удаляет элементы склада из кеша ошибок. @xref{Invoking guix gc}."
#. type: item
-#: guix-git/doc/guix.texi:1487 guix-git/doc/guix.texi:12992
+#: guix-git/doc/guix.texi:1487 guix-git/doc/guix.texi:13011
#, no-wrap
msgid "--cores=@var{n}"
msgstr "--cores=@var{n}"
#. type: itemx
-#: guix-git/doc/guix.texi:1488 guix-git/doc/guix.texi:12993
+#: guix-git/doc/guix.texi:1488 guix-git/doc/guix.texi:13012
#, no-wrap
msgid "-c @var{n}"
msgstr "-c @var{n}"
@@ -9754,13 +9754,13 @@ msgid "The effect is to define the @env{NIX_BUILD_CORES} environment variable in
msgstr "В результате устанавливается переменная окружения @code{NIX_BUILD_CORES} для процесса сборки, который затем может использовать её для применения внутреннего параллелизма, например, для запуска @code{make -j$NIX_BUILD_CORES}."
#. type: item
-#: guix-git/doc/guix.texi:1500 guix-git/doc/guix.texi:12997
+#: guix-git/doc/guix.texi:1500 guix-git/doc/guix.texi:13016
#, no-wrap
msgid "--max-jobs=@var{n}"
msgstr "--max-jobs=@var{n}"
#. type: itemx
-#: guix-git/doc/guix.texi:1501 guix-git/doc/guix.texi:12998
+#: guix-git/doc/guix.texi:1501 guix-git/doc/guix.texi:13017
#, no-wrap
msgid "-M @var{n}"
msgstr "-M @var{n}"
@@ -9771,13 +9771,13 @@ msgid "Allow at most @var{n} build jobs in parallel. The default value is @code
msgstr "Разрешить максимум @var{n} параллельных задач сборки. Значение по умолчанию - @code{1}. Установка в @code{0} означает, чтоб сборки не будут выполняться локально, вместо этого, демон будет разгружать сборки (@pxref{Daemon Offload Setup}) или просто отчитается об ошибке."
#. type: item
-#: guix-git/doc/guix.texi:1507 guix-git/doc/guix.texi:12967
+#: guix-git/doc/guix.texi:1507 guix-git/doc/guix.texi:12986
#, no-wrap
msgid "--max-silent-time=@var{seconds}"
msgstr "--max-silent-time=@var{seconds}"
#. type: table
-#: guix-git/doc/guix.texi:1510 guix-git/doc/guix.texi:12970
+#: guix-git/doc/guix.texi:1510 guix-git/doc/guix.texi:12989
msgid "When the build or substitution process remains silent for more than @var{seconds}, terminate it and report a build failure."
msgstr "Когда процесс сборки или подстановки молчит более @var{seconds} секунд, завершить его и отчитаться об ошибке сборки."
@@ -9794,13 +9794,13 @@ msgid "The value specified here can be overridden by clients (@pxref{Common Buil
msgstr "Значение, заданное здесь, может быть переопределено клиентами (@pxref{Common Build Options, @code{--max-silent-time}})."
#. type: item
-#: guix-git/doc/guix.texi:1516 guix-git/doc/guix.texi:12974
+#: guix-git/doc/guix.texi:1516 guix-git/doc/guix.texi:12993
#, no-wrap
msgid "--timeout=@var{seconds}"
msgstr "--timeout=@var{seconds}"
#. type: table
-#: guix-git/doc/guix.texi:1519 guix-git/doc/guix.texi:12977
+#: guix-git/doc/guix.texi:1519 guix-git/doc/guix.texi:12996
msgid "Likewise, when the build or substitution process lasts for more than @var{seconds}, terminate it and report a build failure."
msgstr "Точно так же, когда процесс сборки или подстановки длится более @var{seconds}, завершить его и отчитаться об ошибке сборки."
@@ -9826,8 +9826,8 @@ msgid "Build each derivation @var{n} times in a row, and raise an error if conse
msgstr "Собирать каждую деривацию @var{n} раз подряд и вызывать ошибку, если результаты последовательных сборок не идентичны бит-к-биту. Отметим, что эта настройка может быть переопределена клиентами в команде, например, @command{guix build} (@pxref{Invoking guix build})."
#. type: table
-#: guix-git/doc/guix.texi:1534 guix-git/doc/guix.texi:12961
-#: guix-git/doc/guix.texi:13645
+#: guix-git/doc/guix.texi:1534 guix-git/doc/guix.texi:12980
+#: guix-git/doc/guix.texi:13664
msgid "When used in conjunction with @option{--keep-failed}, the differing output is kept in the store, under @file{/gnu/store/@dots{}-check}. This makes it easy to look for differences between the two results."
msgstr "При использовании вместе с @option{--keep-failed} различные результаты сохраняются на складе под @file{/gnu/store/@dots{}-check}. Это делает возможным просмотр различий между двумя результатами."
@@ -9904,7 +9904,7 @@ msgid "--discover[=yes|no]"
msgstr "--discover[=yes|no]"
#. type: table
-#: guix-git/doc/guix.texi:1570 guix-git/doc/guix.texi:19726
+#: guix-git/doc/guix.texi:1570 guix-git/doc/guix.texi:19752
msgid "Whether to discover substitute servers on the local network using mDNS and DNS-SD."
msgstr "Следует ли обнаруживать сервера с заменителями в локальной сети с помощью mDNS and DNS-SD."
@@ -10049,9 +10049,9 @@ msgstr "Не сохранять логи сборки. По умолчанию
#. type: item
#: guix-git/doc/guix.texi:1650 guix-git/doc/guix.texi:4626
#: guix-git/doc/guix.texi:6230 guix-git/doc/guix.texi:6727
-#: guix-git/doc/guix.texi:7233 guix-git/doc/guix.texi:13581
-#: guix-git/doc/guix.texi:15636 guix-git/doc/guix.texi:15901
-#: guix-git/doc/guix.texi:16595 guix-git/doc/guix.texi:43033
+#: guix-git/doc/guix.texi:7233 guix-git/doc/guix.texi:13600
+#: guix-git/doc/guix.texi:15662 guix-git/doc/guix.texi:15927
+#: guix-git/doc/guix.texi:16621 guix-git/doc/guix.texi:43062
#, no-wrap
msgid "--system=@var{system}"
msgstr "--system=@var{system}"
@@ -10062,7 +10062,7 @@ msgid "Assume @var{system} as the current system type. By default it is the arc
msgstr "Считать @var{system} текущим типом системы. По умолчанию это пара архитектура/ядро, обнаруженная во время конфигурации, например, @code{x86_64-linux}."
#. type: item
-#: guix-git/doc/guix.texi:1655 guix-git/doc/guix.texi:12606
+#: guix-git/doc/guix.texi:1655 guix-git/doc/guix.texi:12625
#, no-wrap
msgid "--listen=@var{endpoint}"
msgstr "--listen=@var{endpoint}"
@@ -10090,25 +10090,25 @@ msgid "--listen=localhost"
msgstr "--listen=localhost"
#. type: cindex
-#: guix-git/doc/guix.texi:1667 guix-git/doc/guix.texi:11220
+#: guix-git/doc/guix.texi:1667 guix-git/doc/guix.texi:11239
#, no-wrap
msgid "daemon, remote access"
msgstr "демон, удалённый доступ"
#. type: cindex
-#: guix-git/doc/guix.texi:1668 guix-git/doc/guix.texi:11221
+#: guix-git/doc/guix.texi:1668 guix-git/doc/guix.texi:11240
#, no-wrap
msgid "remote access to the daemon"
msgstr "удалённый доступ к демону"
#. type: cindex
-#: guix-git/doc/guix.texi:1669 guix-git/doc/guix.texi:11222
+#: guix-git/doc/guix.texi:1669 guix-git/doc/guix.texi:11241
#, no-wrap
msgid "daemon, cluster setup"
msgstr "демон, установка кластера"
#. type: cindex
-#: guix-git/doc/guix.texi:1670 guix-git/doc/guix.texi:11223
+#: guix-git/doc/guix.texi:1670 guix-git/doc/guix.texi:11242
#, no-wrap
msgid "clusters, daemon setup"
msgstr "кластеры, установка демона"
@@ -10161,7 +10161,7 @@ msgid "locales, when not on Guix System"
msgstr "локали, если не на системе Guix"
#. type: vindex
-#: guix-git/doc/guix.texi:1711 guix-git/doc/guix.texi:18824
+#: guix-git/doc/guix.texi:1711 guix-git/doc/guix.texi:18850
#, no-wrap
msgid "LOCPATH"
msgstr "LOCPATH"
@@ -10249,7 +10249,7 @@ msgid "NSS (name service switch), glibc"
msgstr "NSS (выбор имён сервисов), glibc"
#. type: cindex
-#: guix-git/doc/guix.texi:1770 guix-git/doc/guix.texi:19467
+#: guix-git/doc/guix.texi:1770 guix-git/doc/guix.texi:19493
#, fuzzy, no-wrap
#| msgid "nscd (name service caching daemon)"
msgid "@abbr{nscd, name service cache daemon}"
@@ -10394,7 +10394,7 @@ msgid "After that, you can run @code{xlsfonts} (from @code{xlsfonts} package) t
msgstr "После этого можно запустить @code{xlsfonts} (из пакета @code{xlsfonts}), чтобы убедиться, что ваши шрифты TrueType находятся там."
#. type: code{#1}
-#: guix-git/doc/guix.texi:1873 guix-git/doc/guix.texi:41769
+#: guix-git/doc/guix.texi:1873 guix-git/doc/guix.texi:41798
#, no-wrap
msgid "nss-certs"
msgstr "nss-certs"
@@ -10820,7 +10820,7 @@ msgid "Before you can install the system, you may want to adjust the keyboard la
msgstr "Перед установкой системы вам может понадобиться смена раскладки клавиатуры, а также настройка сети и разметка целевого жёсткого диска. В этом разделе приведены соответствующие инструкции."
#. type: cindex
-#: guix-git/doc/guix.texi:2230 guix-git/doc/guix.texi:18639
+#: guix-git/doc/guix.texi:2230 guix-git/doc/guix.texi:18665
#, no-wrap
msgid "keyboard layout"
msgstr "раскладка клавиатуры"
@@ -11104,13 +11104,13 @@ msgid "parted /dev/sda set 1 esp on\n"
msgstr "parted /dev/sda set 1 esp on\n"
#. type: vindex
-#: guix-git/doc/guix.texi:2387 guix-git/doc/guix.texi:42196
+#: guix-git/doc/guix.texi:2387 guix-git/doc/guix.texi:42225
#, no-wrap
msgid "grub-bootloader"
msgstr "grub-bootloader"
#. type: vindex
-#: guix-git/doc/guix.texi:2388 guix-git/doc/guix.texi:42200
+#: guix-git/doc/guix.texi:2388 guix-git/doc/guix.texi:42229
#, no-wrap
msgid "grub-efi-bootloader"
msgstr "grub-efi-bootloader"
@@ -11148,7 +11148,7 @@ msgid "mkfs.ext4 -L my-root /dev/sda2\n"
msgstr "mkfs.ext4 -L my-root /dev/sda2\n"
#. type: cindex
-#: guix-git/doc/guix.texi:2425 guix-git/doc/guix.texi:17366
+#: guix-git/doc/guix.texi:2425 guix-git/doc/guix.texi:17392
#, no-wrap
msgid "encrypted disk"
msgstr "шифрованный диск"
@@ -11327,7 +11327,7 @@ msgid "Success, you've now booted into Guix System! You can upgrade the system w
msgstr "Замечательно! Теперь вы загрузились в систему Guix! Теперь можно обновить систему, когда у вас будет на это время, запустив, например:"
#. type: example
-#: guix-git/doc/guix.texi:2581 guix-git/doc/guix.texi:17153
+#: guix-git/doc/guix.texi:2581 guix-git/doc/guix.texi:17179
#, no-wrap
msgid ""
"guix pull\n"
@@ -11699,7 +11699,7 @@ msgid "If you installed Guix System, one of the first things you'll want to do i
msgstr "Если вы установили Guix System, первое, что вам нужно сделать, это обновить вашу систему. После того, как вы запустите команду @command{guix pull}, чтобы получить последнюю версию Guix, вы можете обновить систему следующим образом:"
#. type: example
-#: guix-git/doc/guix.texi:2838 guix-git/doc/guix.texi:17066
+#: guix-git/doc/guix.texi:2838 guix-git/doc/guix.texi:17092
#, no-wrap
msgid "sudo guix system reconfigure /etc/config.scm\n"
msgstr "sudo guix system reconfigure /etc/config.scm\n"
@@ -12098,7 +12098,7 @@ msgstr "--install-from-file=@var{file}"
#. type: itemx
#: guix-git/doc/guix.texi:3147 guix-git/doc/guix.texi:6119
-#: guix-git/doc/guix.texi:13472
+#: guix-git/doc/guix.texi:13491
#, no-wrap
msgid "-f @var{file}"
msgstr "-f @var{file}"
@@ -12115,7 +12115,7 @@ msgid "As an example, @var{file} might contain a definition like this (@pxref{De
msgstr "Например, @var{file} может содержать определение (@pxref{Defining Packages}):"
#. type: include
-#: guix-git/doc/guix.texi:3154 guix-git/doc/guix.texi:13480
+#: guix-git/doc/guix.texi:3154 guix-git/doc/guix.texi:13499
#, no-wrap
msgid "package-hello.scm"
msgstr "package-hello.scm"
@@ -12133,7 +12133,7 @@ msgid "The @var{file} may also contain a JSON representation of one or more pack
msgstr "@var{file} может также содержать JSON-представление одного или нескольких определений пакетов. Запуск @code{guix package -f} на файле @file{hello.json} со следующим содержимым, установит пакет @code{greeter} после сборки @code{myhello}:"
#. type: example
-#: guix-git/doc/guix.texi:3169 guix-git/doc/guix.texi:13490
+#: guix-git/doc/guix.texi:3169 guix-git/doc/guix.texi:13509
#, no-wrap
msgid "@verbatiminclude package-hello.json\n"
msgstr "@verbatiminclude environment-gdb.scm\n"
@@ -12247,7 +12247,7 @@ msgstr "profile-manifest"
#. type: item
#: guix-git/doc/guix.texi:3225 guix-git/doc/guix.texi:6138
#: guix-git/doc/guix.texi:6655 guix-git/doc/guix.texi:7214
-#: guix-git/doc/guix.texi:14866 guix-git/doc/guix.texi:16601
+#: guix-git/doc/guix.texi:14885 guix-git/doc/guix.texi:16627
#, no-wrap
msgid "--manifest=@var{file}"
msgstr "--manifest=@var{file}"
@@ -12255,7 +12255,7 @@ msgstr "--manifest=@var{file}"
#. type: itemx
#: guix-git/doc/guix.texi:3226 guix-git/doc/guix.texi:6139
#: guix-git/doc/guix.texi:6656 guix-git/doc/guix.texi:7215
-#: guix-git/doc/guix.texi:14867
+#: guix-git/doc/guix.texi:14886
#, no-wrap
msgid "-m @var{file}"
msgstr "-m @var{file}"
@@ -12334,7 +12334,7 @@ msgstr "--roll-back"
#. type: cindex
#: guix-git/doc/guix.texi:3258 guix-git/doc/guix.texi:4552
-#: guix-git/doc/guix.texi:42779 guix-git/doc/guix.texi:47383
+#: guix-git/doc/guix.texi:42808 guix-git/doc/guix.texi:47412
#, no-wrap
msgid "rolling back"
msgstr "откат"
@@ -12385,7 +12385,7 @@ msgstr "-S @var{pattern}"
#. type: cindex
#: guix-git/doc/guix.texi:3277 guix-git/doc/guix.texi:3510
-#: guix-git/doc/guix.texi:4560 guix-git/doc/guix.texi:42737
+#: guix-git/doc/guix.texi:4560 guix-git/doc/guix.texi:42766
#, no-wrap
msgid "generations"
msgstr "поколения"
@@ -13329,7 +13329,7 @@ msgid "Now you're all set! Substitutes will be preferably taken from @code{https
msgstr "Теперь все готово! Замены предпочтительно брать из @code{https://guix.example.org}, используя @code{@value{SUBSTITUTE-SERVER}} в качестве альтернативы. Конечно, вы можете указать столько серверов-заменителей, сколько захотите, но с оговоркой, что поиск замены может быть замедлен, если потребуется связаться со слишком большим количеством серверов."
#. type: quotation
-#: guix-git/doc/guix.texi:3841 guix-git/doc/guix.texi:17207
+#: guix-git/doc/guix.texi:3841 guix-git/doc/guix.texi:17233
#, fuzzy, no-wrap
#| msgid "guix system troubleshooting"
msgid "Troubleshooting"
@@ -13521,7 +13521,7 @@ msgid "file, searching in packages"
msgstr "поиск пакетов"
#. type: cindex
-#: guix-git/doc/guix.texi:4042 guix-git/doc/guix.texi:25957
+#: guix-git/doc/guix.texi:4042 guix-git/doc/guix.texi:25983
#, fuzzy, no-wrap
#| msgid "file, searching"
msgid "file search"
@@ -13605,12 +13605,12 @@ msgstr ""
#. type: Plain text
#: guix-git/doc/guix.texi:4104 guix-git/doc/guix.texi:4723
#: guix-git/doc/guix.texi:5921 guix-git/doc/guix.texi:6462
-#: guix-git/doc/guix.texi:7362 guix-git/doc/guix.texi:12535
-#: guix-git/doc/guix.texi:12837 guix-git/doc/guix.texi:13904
-#: guix-git/doc/guix.texi:14000 guix-git/doc/guix.texi:15174
-#: guix-git/doc/guix.texi:15457 guix-git/doc/guix.texi:15960
-#: guix-git/doc/guix.texi:16338 guix-git/doc/guix.texi:16434
-#: guix-git/doc/guix.texi:16473 guix-git/doc/guix.texi:16574
+#: guix-git/doc/guix.texi:7362 guix-git/doc/guix.texi:12554
+#: guix-git/doc/guix.texi:12856 guix-git/doc/guix.texi:13923
+#: guix-git/doc/guix.texi:14019 guix-git/doc/guix.texi:15193
+#: guix-git/doc/guix.texi:15483 guix-git/doc/guix.texi:15986
+#: guix-git/doc/guix.texi:16364 guix-git/doc/guix.texi:16460
+#: guix-git/doc/guix.texi:16499 guix-git/doc/guix.texi:16600
msgid "The general syntax is:"
msgstr "Основной синтаксис:"
@@ -13627,7 +13627,7 @@ msgid "... where @var{file} is the name of a file to search for (specifically, t
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:4115 guix-git/doc/guix.texi:12588
+#: guix-git/doc/guix.texi:4115 guix-git/doc/guix.texi:12607
msgid "The available options are as follows:"
msgstr ""
@@ -13638,7 +13638,7 @@ msgid "--glob"
msgstr ""
#. type: itemx
-#: guix-git/doc/guix.texi:4118 guix-git/doc/guix.texi:13874
+#: guix-git/doc/guix.texi:4118 guix-git/doc/guix.texi:13893
#, no-wrap
msgid "-g"
msgstr ""
@@ -13660,13 +13660,13 @@ msgid "Display database statistics."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:4126 guix-git/doc/guix.texi:14796
+#: guix-git/doc/guix.texi:4126 guix-git/doc/guix.texi:14815
#, no-wrap
msgid "--update"
msgstr "--update"
#. type: itemx
-#: guix-git/doc/guix.texi:4127 guix-git/doc/guix.texi:14797
+#: guix-git/doc/guix.texi:4127 guix-git/doc/guix.texi:14816
#, no-wrap
msgid "-u"
msgstr "-u"
@@ -14006,7 +14006,7 @@ msgid "--referrers"
msgstr "--referrers"
#. type: cindex
-#: guix-git/doc/guix.texi:4299 guix-git/doc/guix.texi:15654
+#: guix-git/doc/guix.texi:4299 guix-git/doc/guix.texi:15680
#, no-wrap
msgid "package dependencies"
msgstr "зависимости пакетов"
@@ -14029,8 +14029,8 @@ msgid "-R"
msgstr "-R"
#. type: item
-#: guix-git/doc/guix.texi:4305 guix-git/doc/guix.texi:15510
-#: guix-git/doc/guix.texi:15538 guix-git/doc/guix.texi:15619
+#: guix-git/doc/guix.texi:4305 guix-git/doc/guix.texi:15536
+#: guix-git/doc/guix.texi:15564 guix-git/doc/guix.texi:15645
#, no-wrap
msgid "closure"
msgstr "конвейер"
@@ -14053,7 +14053,7 @@ msgstr "--derivers"
#. type: item
#: guix-git/doc/guix.texi:4316 guix-git/doc/guix.texi:7454
-#: guix-git/doc/guix.texi:15356 guix-git/doc/guix.texi:15763
+#: guix-git/doc/guix.texi:15382 guix-git/doc/guix.texi:15789
#, no-wrap
msgid "derivation"
msgstr "деривация"
@@ -14134,7 +14134,7 @@ msgid "repairing the store"
msgstr "восстановление склада"
#. type: cindex
-#: guix-git/doc/guix.texi:4358 guix-git/doc/guix.texi:13648
+#: guix-git/doc/guix.texi:4358 guix-git/doc/guix.texi:13667
#, no-wrap
msgid "corruption, recovering from"
msgstr "разрушение, его восстановление"
@@ -14391,7 +14391,7 @@ msgstr "--commit=@var{commit}"
#. type: item
#: guix-git/doc/guix.texi:4499 guix-git/doc/guix.texi:4735
-#: guix-git/doc/guix.texi:13883
+#: guix-git/doc/guix.texi:13902
#, no-wrap
msgid "--branch=@var{branch}"
msgstr "--branch=@var{branch}"
@@ -14446,7 +14446,7 @@ msgstr "%default-channels"
#. type: itemx
#: guix-git/doc/guix.texi:4519 guix-git/doc/guix.texi:4747
-#: guix-git/doc/guix.texi:12631 guix-git/doc/guix.texi:13466
+#: guix-git/doc/guix.texi:12650 guix-git/doc/guix.texi:13485
#, no-wrap
msgid "-q"
msgstr "-q"
@@ -14470,8 +14470,8 @@ msgstr "--news"
#. type: itemx
#: guix-git/doc/guix.texi:4525 guix-git/doc/guix.texi:6248
-#: guix-git/doc/guix.texi:6745 guix-git/doc/guix.texi:43091
-#: guix-git/doc/guix.texi:47260
+#: guix-git/doc/guix.texi:6745 guix-git/doc/guix.texi:43120
+#: guix-git/doc/guix.texi:47289
#, no-wrap
msgid "-N"
msgstr "-N"
@@ -14529,15 +14529,15 @@ msgid "Use @var{profile} instead of @file{~/.config/guix/current}."
msgstr "Использовать профиль @var{profile} вместо @file{~/.config/guix/current}."
#. type: item
-#: guix-git/doc/guix.texi:4592 guix-git/doc/guix.texi:12917
-#: guix-git/doc/guix.texi:15194
+#: guix-git/doc/guix.texi:4592 guix-git/doc/guix.texi:12936
+#: guix-git/doc/guix.texi:15213
#, no-wrap
msgid "--dry-run"
msgstr "--dry-run"
#. type: itemx
-#: guix-git/doc/guix.texi:4593 guix-git/doc/guix.texi:12918
-#: guix-git/doc/guix.texi:15195 guix-git/doc/guix.texi:15492
+#: guix-git/doc/guix.texi:4593 guix-git/doc/guix.texi:12937
+#: guix-git/doc/guix.texi:15214 guix-git/doc/guix.texi:15518
#, no-wrap
msgid "-n"
msgstr "-n"
@@ -14548,8 +14548,8 @@ msgid "Show which channel commit(s) would be used and what would be built or sub
msgstr "Показать, какие коммиты будут использоваться, и что будет собрано или скачано в виде подстановок, но не выполнять эту работу."
#. type: item
-#: guix-git/doc/guix.texi:4597 guix-git/doc/guix.texi:43110
-#: guix-git/doc/guix.texi:47508
+#: guix-git/doc/guix.texi:4597 guix-git/doc/guix.texi:43139
+#: guix-git/doc/guix.texi:47537
#, no-wrap
msgid "--allow-downgrades"
msgstr "--allow-downgrades"
@@ -14571,7 +14571,7 @@ msgid "By default, @command{guix pull} protects against so-called ``downgrade at
msgstr "По умолчанию @command{guix pull} защищает от так называемых ``атак на более раннюю версию'', когда репозиторий Git данного канала будет сброшен до более ранней или несвязанной версии, что может привести к установке более старых, известных уязвимых версий пакетов."
#. type: quotation
-#: guix-git/doc/guix.texi:4610 guix-git/doc/guix.texi:43124
+#: guix-git/doc/guix.texi:4610 guix-git/doc/guix.texi:43153
msgid "Make sure you understand its security implications before using @option{--allow-downgrades}."
msgstr "Прежде чем использовать @option{--allow-downgrades}, убедитесь, что вы понимаете его последствия для безопасности."
@@ -14605,9 +14605,9 @@ msgstr "Прежде чем использовать @option{--disable-authentic
#. type: itemx
#: guix-git/doc/guix.texi:4627 guix-git/doc/guix.texi:6231
#: guix-git/doc/guix.texi:6728 guix-git/doc/guix.texi:7234
-#: guix-git/doc/guix.texi:13582 guix-git/doc/guix.texi:15637
-#: guix-git/doc/guix.texi:15902 guix-git/doc/guix.texi:16596
-#: guix-git/doc/guix.texi:43034
+#: guix-git/doc/guix.texi:13601 guix-git/doc/guix.texi:15663
+#: guix-git/doc/guix.texi:15928 guix-git/doc/guix.texi:16622
+#: guix-git/doc/guix.texi:43063
#, no-wrap
msgid "-s @var{system}"
msgstr "-s @var{system}"
@@ -14767,7 +14767,7 @@ msgid "The functionality described here is a ``technology preview'' as of versio
msgstr "Функциональность, описанная здесь, --- это обзор технологии версии @value{VERSION}. Интерфейс может меняться."
#. type: cindex
-#: guix-git/doc/guix.texi:4774 guix-git/doc/guix.texi:12581
+#: guix-git/doc/guix.texi:4774 guix-git/doc/guix.texi:12600
#, no-wrap
msgid "inferiors"
msgstr "ранние версии"
@@ -15142,20 +15142,20 @@ msgstr "Подробнее об опциях, поддерживаемых @comm
#. type: item
#: guix-git/doc/guix.texi:4954 guix-git/doc/guix.texi:6947
-#: guix-git/doc/guix.texi:16723
+#: guix-git/doc/guix.texi:16749
#, no-wrap
msgid "--format=@var{format}"
msgstr "--format=@var{format}"
#. type: itemx
#: guix-git/doc/guix.texi:4955 guix-git/doc/guix.texi:6948
-#: guix-git/doc/guix.texi:16724
+#: guix-git/doc/guix.texi:16750
#, no-wrap
msgid "-f @var{format}"
msgstr "-f @var{format}"
#. type: table
-#: guix-git/doc/guix.texi:4957 guix-git/doc/guix.texi:16726
+#: guix-git/doc/guix.texi:4957 guix-git/doc/guix.texi:16752
msgid "Produce output in the specified @var{format}, one of:"
msgstr "Произвести вывод в указанном формате @var{format}, одном из:"
@@ -15193,7 +15193,7 @@ msgid "like @code{channels}, but omit the @code{introduction} field; use it to p
msgstr "как @code{channels}, но без поля @code{Introduction}; используйте его для создания спецификации канала, подходящей для Guix версии 1.1.0 или более ранней. Поле @code{Introduction} связано с аутентификацией канала (@pxref{Channels, Channel Authentication}) и не поддерживается этими более ранними версиями;"
#. type: item
-#: guix-git/doc/guix.texi:4971 guix-git/doc/guix.texi:14246
+#: guix-git/doc/guix.texi:4971 guix-git/doc/guix.texi:14265
#, no-wrap
msgid "json"
msgstr "json"
@@ -15210,7 +15210,7 @@ msgid "produce a list of channel specifications in JSON format;"
msgstr "произвести список спецификаций каналов в формате JSON;"
#. type: item
-#: guix-git/doc/guix.texi:4974 guix-git/doc/guix.texi:16728
+#: guix-git/doc/guix.texi:4974 guix-git/doc/guix.texi:16754
#, no-wrap
msgid "recutils"
msgstr "recutils"
@@ -15402,30 +15402,30 @@ msgid "Dependencies are @emph{not} included in the output, unless @option{--recu
msgstr "Зависимости @emph{не} включаются в выход, если не задана опция @option{--recursive}."
#. type: itemx
-#: guix-git/doc/guix.texi:5088 guix-git/doc/guix.texi:13890
-#: guix-git/doc/guix.texi:13937 guix-git/doc/guix.texi:14073
-#: guix-git/doc/guix.texi:14104 guix-git/doc/guix.texi:14136
-#: guix-git/doc/guix.texi:14240 guix-git/doc/guix.texi:14321
-#: guix-git/doc/guix.texi:14362 guix-git/doc/guix.texi:14413
-#: guix-git/doc/guix.texi:14438 guix-git/doc/guix.texi:14470
-#: guix-git/doc/guix.texi:14503 guix-git/doc/guix.texi:14519
-#: guix-git/doc/guix.texi:14539 guix-git/doc/guix.texi:14587
-#: guix-git/doc/guix.texi:14623 guix-git/doc/guix.texi:14650
+#: guix-git/doc/guix.texi:5088 guix-git/doc/guix.texi:13909
+#: guix-git/doc/guix.texi:13956 guix-git/doc/guix.texi:14092
+#: guix-git/doc/guix.texi:14123 guix-git/doc/guix.texi:14155
+#: guix-git/doc/guix.texi:14259 guix-git/doc/guix.texi:14340
+#: guix-git/doc/guix.texi:14381 guix-git/doc/guix.texi:14432
+#: guix-git/doc/guix.texi:14457 guix-git/doc/guix.texi:14489
+#: guix-git/doc/guix.texi:14522 guix-git/doc/guix.texi:14538
+#: guix-git/doc/guix.texi:14558 guix-git/doc/guix.texi:14606
+#: guix-git/doc/guix.texi:14642 guix-git/doc/guix.texi:14669
#, no-wrap
msgid "-r"
msgstr "-r"
#. type: item
-#: guix-git/doc/guix.texi:5089 guix-git/doc/guix.texi:13889
-#: guix-git/doc/guix.texi:13936 guix-git/doc/guix.texi:14072
-#: guix-git/doc/guix.texi:14103 guix-git/doc/guix.texi:14135
-#: guix-git/doc/guix.texi:14239 guix-git/doc/guix.texi:14320
-#: guix-git/doc/guix.texi:14361 guix-git/doc/guix.texi:14412
-#: guix-git/doc/guix.texi:14437 guix-git/doc/guix.texi:14469
-#: guix-git/doc/guix.texi:14502 guix-git/doc/guix.texi:14518
-#: guix-git/doc/guix.texi:14538 guix-git/doc/guix.texi:14586
-#: guix-git/doc/guix.texi:14622 guix-git/doc/guix.texi:14649
-#: guix-git/doc/guix.texi:14698
+#: guix-git/doc/guix.texi:5089 guix-git/doc/guix.texi:13908
+#: guix-git/doc/guix.texi:13955 guix-git/doc/guix.texi:14091
+#: guix-git/doc/guix.texi:14122 guix-git/doc/guix.texi:14154
+#: guix-git/doc/guix.texi:14258 guix-git/doc/guix.texi:14339
+#: guix-git/doc/guix.texi:14380 guix-git/doc/guix.texi:14431
+#: guix-git/doc/guix.texi:14456 guix-git/doc/guix.texi:14488
+#: guix-git/doc/guix.texi:14521 guix-git/doc/guix.texi:14537
+#: guix-git/doc/guix.texi:14557 guix-git/doc/guix.texi:14605
+#: guix-git/doc/guix.texi:14641 guix-git/doc/guix.texi:14668
+#: guix-git/doc/guix.texi:14717
#, no-wrap
msgid "--recursive"
msgstr "--recursive"
@@ -15552,8 +15552,8 @@ msgid "--list"
msgstr "--list"
#. type: itemx
-#: guix-git/doc/guix.texi:5164 guix-git/doc/guix.texi:14308
-#: guix-git/doc/guix.texi:14355
+#: guix-git/doc/guix.texi:5164 guix-git/doc/guix.texi:14327
+#: guix-git/doc/guix.texi:14374
#, no-wrap
msgid "-t"
msgstr "-t"
@@ -16126,10 +16126,10 @@ msgstr ""
#. type: quotation
#: guix-git/doc/guix.texi:5581 guix-git/doc/guix.texi:7010
-#: guix-git/doc/guix.texi:7050 guix-git/doc/guix.texi:13400
-#: guix-git/doc/guix.texi:17531 guix-git/doc/guix.texi:25866
-#: guix-git/doc/guix.texi:25873 guix-git/doc/guix.texi:33939
-#: guix-git/doc/guix.texi:40111
+#: guix-git/doc/guix.texi:7050 guix-git/doc/guix.texi:13419
+#: guix-git/doc/guix.texi:17557 guix-git/doc/guix.texi:25892
+#: guix-git/doc/guix.texi:25899 guix-git/doc/guix.texi:33968
+#: guix-git/doc/guix.texi:40140
#, no-wrap
msgid "Warning"
msgstr "Внимание"
@@ -16731,8 +16731,8 @@ msgid "has access to host's authentication records from the @code{XAUTHORITY}"
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:6021 guix-git/doc/guix.texi:11213
-#: guix-git/doc/guix.texi:31807
+#: guix-git/doc/guix.texi:6021 guix-git/doc/guix.texi:11232
+#: guix-git/doc/guix.texi:31833
#, no-wrap
msgid "file"
msgstr ""
@@ -16800,7 +16800,7 @@ msgstr "Доступные опции резюмированы ниже."
#. type: item
#: guix-git/doc/guix.texi:6054 guix-git/doc/guix.texi:6593
-#: guix-git/doc/guix.texi:13630
+#: guix-git/doc/guix.texi:13649
#, no-wrap
msgid "--check"
msgstr "--check"
@@ -16847,22 +16847,22 @@ msgstr "guix shell -D guile autoconf automake libtool\n"
#. type: item
#: guix-git/doc/guix.texi:6085 guix-git/doc/guix.texi:6614
-#: guix-git/doc/guix.texi:7205 guix-git/doc/guix.texi:13497
-#: guix-git/doc/guix.texi:14783 guix-git/doc/guix.texi:15283
-#: guix-git/doc/guix.texi:15481 guix-git/doc/guix.texi:15891
-#: guix-git/doc/guix.texi:16610 guix-git/doc/guix.texi:43025
-#: guix-git/doc/guix.texi:47502
+#: guix-git/doc/guix.texi:7205 guix-git/doc/guix.texi:13516
+#: guix-git/doc/guix.texi:14802 guix-git/doc/guix.texi:15309
+#: guix-git/doc/guix.texi:15507 guix-git/doc/guix.texi:15917
+#: guix-git/doc/guix.texi:16636 guix-git/doc/guix.texi:43054
+#: guix-git/doc/guix.texi:47531
#, no-wrap
msgid "--expression=@var{expr}"
msgstr "--expression=@var{expr}"
#. type: itemx
#: guix-git/doc/guix.texi:6086 guix-git/doc/guix.texi:6615
-#: guix-git/doc/guix.texi:7206 guix-git/doc/guix.texi:13498
-#: guix-git/doc/guix.texi:14784 guix-git/doc/guix.texi:15284
-#: guix-git/doc/guix.texi:15482 guix-git/doc/guix.texi:15892
-#: guix-git/doc/guix.texi:16611 guix-git/doc/guix.texi:43026
-#: guix-git/doc/guix.texi:47503
+#: guix-git/doc/guix.texi:7206 guix-git/doc/guix.texi:13517
+#: guix-git/doc/guix.texi:14803 guix-git/doc/guix.texi:15310
+#: guix-git/doc/guix.texi:15508 guix-git/doc/guix.texi:15918
+#: guix-git/doc/guix.texi:16637 guix-git/doc/guix.texi:43055
+#: guix-git/doc/guix.texi:47532
#, no-wrap
msgid "-e @var{expr}"
msgstr "-e @var{expr}"
@@ -16874,7 +16874,7 @@ msgstr "Создать окружение для пакета или списк
#. type: table
#: guix-git/doc/guix.texi:6091 guix-git/doc/guix.texi:6620
-#: guix-git/doc/guix.texi:15288
+#: guix-git/doc/guix.texi:15314
msgid "For example, running:"
msgstr "Например, запуск:"
@@ -16924,7 +16924,7 @@ msgid "@xref{package-development-manifest, @code{package->development-manifest}}
msgstr "@xref{export-manifest, @option{--export-manifest}}, чтобы узнать, как получить файл манифеста из существующего профиля."
#. type: item
-#: guix-git/doc/guix.texi:6118 guix-git/doc/guix.texi:13471
+#: guix-git/doc/guix.texi:6118 guix-git/doc/guix.texi:13490
#, no-wrap
msgid "--file=@var{file}"
msgstr "--file=@var{file}"
@@ -17133,8 +17133,8 @@ msgstr "-C"
#. type: item
#: guix-git/doc/guix.texi:6236 guix-git/doc/guix.texi:6557
-#: guix-git/doc/guix.texi:6733 guix-git/doc/guix.texi:16459
-#: guix-git/doc/guix.texi:42989 guix-git/doc/guix.texi:47241
+#: guix-git/doc/guix.texi:6733 guix-git/doc/guix.texi:16485
+#: guix-git/doc/guix.texi:43018 guix-git/doc/guix.texi:47270
#, no-wrap
msgid "container"
msgstr "контейнер"
@@ -17151,7 +17151,7 @@ msgstr "Порождаемый процесс снаружи предстаёт
#. type: item
#: guix-git/doc/guix.texi:6247 guix-git/doc/guix.texi:6744
-#: guix-git/doc/guix.texi:43090 guix-git/doc/guix.texi:47259
+#: guix-git/doc/guix.texi:43119 guix-git/doc/guix.texi:47288
#, no-wrap
msgid "--network"
msgstr "--network"
@@ -17185,14 +17185,14 @@ msgstr "Определённые пакеты сконфигурированы,
#. type: item
#: guix-git/doc/guix.texi:6269 guix-git/doc/guix.texi:6766
-#: guix-git/doc/guix.texi:16029
+#: guix-git/doc/guix.texi:16055
#, no-wrap
msgid "--user=@var{user}"
msgstr "--user=@var{user}"
#. type: itemx
#: guix-git/doc/guix.texi:6270 guix-git/doc/guix.texi:6767
-#: guix-git/doc/guix.texi:16030
+#: guix-git/doc/guix.texi:16056
#, no-wrap
msgid "-u @var{user}"
msgstr "-u @var{user}"
@@ -17241,14 +17241,14 @@ msgstr "Для контейнеров стандартным поведение
#. type: item
#: guix-git/doc/guix.texi:6303 guix-git/doc/guix.texi:6800
-#: guix-git/doc/guix.texi:47263
+#: guix-git/doc/guix.texi:47292
#, no-wrap
msgid "--expose=@var{source}[=@var{target}]"
msgstr "--expose=@var{source}[=@var{target}]"
#. type: itemx
#: guix-git/doc/guix.texi:6304 guix-git/doc/guix.texi:6801
-#: guix-git/doc/guix.texi:47264
+#: guix-git/doc/guix.texi:47293
#, no-wrap
msgid "--share=@var{source}[=@var{target}]"
msgstr "--share=@var{source}[=@var{target}]"
@@ -17449,16 +17449,16 @@ msgstr ""
#. type: item
#: guix-git/doc/guix.texi:6412 guix-git/doc/guix.texi:6598
-#: guix-git/doc/guix.texi:7280 guix-git/doc/guix.texi:13659
-#: guix-git/doc/guix.texi:43095
+#: guix-git/doc/guix.texi:7280 guix-git/doc/guix.texi:13678
+#: guix-git/doc/guix.texi:43124
#, no-wrap
msgid "--root=@var{file}"
msgstr "--root=@var{file}"
#. type: itemx
#: guix-git/doc/guix.texi:6413 guix-git/doc/guix.texi:6599
-#: guix-git/doc/guix.texi:7281 guix-git/doc/guix.texi:13660
-#: guix-git/doc/guix.texi:43096
+#: guix-git/doc/guix.texi:7281 guix-git/doc/guix.texi:13679
+#: guix-git/doc/guix.texi:43125
#, no-wrap
msgid "-r @var{file}"
msgstr "-r @var{file}"
@@ -18177,7 +18177,7 @@ msgid "To produce relocatable binaries that work even in the absence of user nam
msgstr "Чтобы создать relocatable двоичные файлы, которые работают даже при отсутствии пользовательских пространств имен, передайте @option{--relocatable} или @option{-R} @emph{дважды}. В этом случае двоичные файлы будут пытаться использовать пространство имен пользователей и возвращаться к другому @dfn{механизму выполнения}, если пространства имен пользователей не поддерживаются. Поддерживаются следующие механизмы выполнения:"
#. type: item
-#: guix-git/doc/guix.texi:7111 guix-git/doc/guix.texi:21098
+#: guix-git/doc/guix.texi:7111 guix-git/doc/guix.texi:21124
#, no-wrap
msgid "default"
msgstr "по умолчанию"
@@ -18374,9 +18374,9 @@ msgid "When transferring images between different nodes or systems, having more
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:7208 guix-git/doc/guix.texi:14786
-#: guix-git/doc/guix.texi:15484 guix-git/doc/guix.texi:15894
-#: guix-git/doc/guix.texi:16613
+#: guix-git/doc/guix.texi:7208 guix-git/doc/guix.texi:14805
+#: guix-git/doc/guix.texi:15510 guix-git/doc/guix.texi:15920
+#: guix-git/doc/guix.texi:16639
msgid "Consider the package @var{expr} evaluates to."
msgstr "Процедура, при выполнении которой возвращается пакет."
@@ -18410,21 +18410,21 @@ msgid "@xref{Writing Manifests}, for information on how to write a manifest. @x
msgstr "@xref{export-manifest, @option{--export-manifest}}, чтобы узнать, как получить файл манифеста из существующего профиля."
#. type: item
-#: guix-git/doc/guix.texi:7238 guix-git/doc/guix.texi:13615
-#: guix-git/doc/guix.texi:43038
+#: guix-git/doc/guix.texi:7238 guix-git/doc/guix.texi:13634
+#: guix-git/doc/guix.texi:43067
#, no-wrap
msgid "--target=@var{triplet}"
msgstr "--target=@var{triplet}"
#. type: cindex
#: guix-git/doc/guix.texi:7239 guix-git/doc/guix.texi:7731
-#: guix-git/doc/guix.texi:13616
+#: guix-git/doc/guix.texi:13635
#, no-wrap
msgid "cross-compilation"
msgstr "кросс-компиляция"
#. type: table
-#: guix-git/doc/guix.texi:7243 guix-git/doc/guix.texi:43042
+#: guix-git/doc/guix.texi:7243 guix-git/doc/guix.texi:43071
msgid "Cross-build for @var{triplet}, which must be a valid GNU triplet, such as @code{\"aarch64-linux-gnu\"} (@pxref{Specifying target triplets, GNU configuration triplets,, autoconf, Autoconf})."
msgstr "Cross-сборка для @var{triplet}, который должен быть допустимым GNU triplet, например @code{\\ \"aarch64-linux-gnu\\\"} (@pxref{Specifying target triplets, GNU configuration triplets,, autoconf, Autoconf})."
@@ -18466,7 +18466,7 @@ msgid "For instance, @code{-S /opt/gnu/bin=bin} creates a @file{/opt/gnu/bin} sy
msgstr "Например, @code{-S /opt/gnu/bin=bin} создает символическую ссылку @file{/opt/gnu/bin}, указывающую на подкаталог @file{bin} профиля."
#. type: item
-#: guix-git/doc/guix.texi:7263 guix-git/doc/guix.texi:43049
+#: guix-git/doc/guix.texi:7263 guix-git/doc/guix.texi:43078
#, no-wrap
msgid "--save-provenance"
msgstr "--save-provenance"
@@ -18525,14 +18525,14 @@ msgid "One use case for this is the Guix self-contained binary tarball (@pxref{B
msgstr "Одним из вариантов использования является включающий себя двоичный архив Guix (@pxref{Binary Installation})."
#. type: item
-#: guix-git/doc/guix.texi:7302 guix-git/doc/guix.texi:43043
+#: guix-git/doc/guix.texi:7302 guix-git/doc/guix.texi:43072
#, no-wrap
msgid "--derivation"
msgstr "--derivation"
#. type: itemx
-#: guix-git/doc/guix.texi:7303 guix-git/doc/guix.texi:13655
-#: guix-git/doc/guix.texi:43044
+#: guix-git/doc/guix.texi:7303 guix-git/doc/guix.texi:13674
+#: guix-git/doc/guix.texi:43073
#, no-wrap
msgid "-d"
msgstr "-d"
@@ -19184,8 +19184,8 @@ msgid "The version of the package, as a string. @xref{Version Numbers}, for gui
msgstr "Версия пакета, в виде строки."
#. type: code{#1}
-#: guix-git/doc/guix.texi:7770 guix-git/doc/guix.texi:15339
-#: guix-git/doc/guix.texi:18130 guix-git/doc/guix.texi:18844
+#: guix-git/doc/guix.texi:7770 guix-git/doc/guix.texi:15365
+#: guix-git/doc/guix.texi:18156 guix-git/doc/guix.texi:18870
#, no-wrap
msgid "source"
msgstr "source"
@@ -19207,7 +19207,7 @@ msgid "The build system that should be used to build the package (@pxref{Build S
msgstr "Система сборки, которую следует использовать для сборки пакета (@pxref{Build Systems})."
#. type: item
-#: guix-git/doc/guix.texi:7782 guix-git/doc/guix.texi:21877
+#: guix-git/doc/guix.texi:7782 guix-git/doc/guix.texi:21903
#, no-wrap
msgid "@code{arguments} (default: @code{'()})"
msgstr "@code{arguments} (default: @code{'()})"
@@ -19435,7 +19435,7 @@ msgid "This must be either @code{#f} or a package object that will be used as a
msgstr "Это должен быть либо @code{#f}, либо объект пакета, который будет использоваться как @dfn{замена} для этого пакета. @xref{Security Updates, grafts}, чтобы узнать подробности."
#. type: item
-#: guix-git/doc/guix.texi:7924 guix-git/doc/guix.texi:15331
+#: guix-git/doc/guix.texi:7924 guix-git/doc/guix.texi:15357
#, no-wrap
msgid "synopsis"
msgstr "синопсис"
@@ -19446,8 +19446,8 @@ msgid "A one-line description of the package."
msgstr "Описание пакета в одну строку."
#. type: code{#1}
-#: guix-git/doc/guix.texi:7927 guix-git/doc/guix.texi:15332
-#: guix-git/doc/guix.texi:43809 guix-git/doc/guix.texi:43969
+#: guix-git/doc/guix.texi:7927 guix-git/doc/guix.texi:15358
+#: guix-git/doc/guix.texi:43838 guix-git/doc/guix.texi:43998
#, no-wrap
msgid "description"
msgstr "описание"
@@ -19477,7 +19477,7 @@ msgid "The license of the package; a value from @code{(guix licenses)}, or a lis
msgstr "Лицензия пакета; значение из @code{(guix licenses)} или список таких значений."
#. type: itemx
-#: guix-git/doc/guix.texi:7936 guix-git/doc/guix.texi:15340
+#: guix-git/doc/guix.texi:7936 guix-git/doc/guix.texi:15366
#, no-wrap
msgid "home-page"
msgstr "главная страница"
@@ -19787,7 +19787,7 @@ msgid "This is the data type representing a source code origin."
msgstr "Это тип данных, представляющий источник исходного кода."
#. type: code{#1}
-#: guix-git/doc/guix.texi:8079 guix-git/doc/guix.texi:32204
+#: guix-git/doc/guix.texi:8079 guix-git/doc/guix.texi:32230
#, no-wrap
msgid "uri"
msgstr "uri"
@@ -19907,7 +19907,7 @@ msgid "Input packages or derivations to the patching process. When this is @cod
msgstr "Входные пакеты или derivation'ы для процесса исправления. Когда это @code{#f}, предоставляется обычный набор входных данных, необходимых для исправления, например GNU@tie{}Patch."
#. type: item
-#: guix-git/doc/guix.texi:8140 guix-git/doc/guix.texi:32062
+#: guix-git/doc/guix.texi:8140 guix-git/doc/guix.texi:32088
#, no-wrap
msgid "@code{modules} (default: @code{'()})"
msgstr "@code{modules} (по умолчанию: @code{'()})"
@@ -20046,7 +20046,7 @@ msgstr "Управление конфигурацией операционной
#. type: code{#1}
#: guix-git/doc/guix.texi:8219 guix-git/doc/guix.texi:8267
#: guix-git/doc/guix.texi:8291 guix-git/doc/guix.texi:8326
-#: guix-git/doc/guix.texi:29473
+#: guix-git/doc/guix.texi:29499
#, no-wrap
msgid "url"
msgstr "url"
@@ -20239,8 +20239,8 @@ msgid "The name of an account that has read-access to the repository, if the rep
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:8305 guix-git/doc/guix.texi:18556
-#: guix-git/doc/guix.texi:18611
+#: guix-git/doc/guix.texi:8305 guix-git/doc/guix.texi:18582
+#: guix-git/doc/guix.texi:18637
#, no-wrap
msgid "@code{password} (default: @code{#f})"
msgstr ""
@@ -20336,7 +20336,7 @@ msgid "The CVS root directory."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:8353 guix-git/doc/guix.texi:15776
+#: guix-git/doc/guix.texi:8353 guix-git/doc/guix.texi:15802
#, no-wrap
msgid "module"
msgstr "модуль"
@@ -20793,7 +20793,7 @@ msgid "Optionally, @var{rewrite-name} is a one-argument procedure that takes the
msgstr "При необходимости, @var{rewrite-name} - это процедура с одним аргументом, которая принимает имя пакета и возвращает его новое имя после перезаписи."
#. type: table
-#: guix-git/doc/guix.texi:8587 guix-git/doc/guix.texi:13241
+#: guix-git/doc/guix.texi:8587 guix-git/doc/guix.texi:13260
msgid "Consider this example:"
msgstr "Рассмотрим пример:"
@@ -21171,8 +21171,8 @@ msgid "Output of @code{item} to use, in case @code{item} has multiple outputs (@
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:8835 guix-git/doc/guix.texi:17882
-#: guix-git/doc/guix.texi:18333
+#: guix-git/doc/guix.texi:8835 guix-git/doc/guix.texi:17908
+#: guix-git/doc/guix.texi:18359
#, no-wrap
msgid "@code{dependencies} (default: @code{'()})"
msgstr ""
@@ -21442,8 +21442,8 @@ msgid "@code{gnu-build-system} represents the GNU Build System, and variants the
msgstr "@code{gnu-build-system} представляет систему сборки GNU и ее варианты (@pxref{Configuration, configuration and makefile conventions,, standards, GNU Coding Standards})."
#. type: cindex
-#: guix-git/doc/guix.texi:9006 guix-git/doc/guix.texi:10193
-#: guix-git/doc/guix.texi:10816
+#: guix-git/doc/guix.texi:9006 guix-git/doc/guix.texi:10199
+#: guix-git/doc/guix.texi:10828
#, no-wrap
msgid "build phases"
msgstr "build phases"
@@ -21552,7 +21552,7 @@ msgid "These Boolean values specify whether to build, respectively run the test
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:9065 guix-git/doc/guix.texi:10333
+#: guix-git/doc/guix.texi:9065 guix-git/doc/guix.texi:10339
#, no-wrap
msgid "RUNPATH, validation"
msgstr ""
@@ -21947,498 +21947,521 @@ msgstr "Фильтры @code{#:exclude} и @code{#:exclude-regexp}"
msgid "are the complement of their inclusion counterpart. Without @code{#:include} flags, install all files but those matching the exclusion filters. If both inclusions and exclusions are specified, the exclusions are done on top of the inclusions."
msgstr "являются дополнением к своим аналогам включения. Без флагов @code{#:include} установить все файлы, кроме тех, которые соответствуют фильтрам исключения. Если указаны и включения, и исключения, то исключения выполняются поверх включений."
+#. type: item
+#: guix-git/doc/guix.texi:9315
+#, no-wrap
+msgid "When a package has multiple outputs, the @code{#:output} argument"
+msgstr ""
+
#. type: itemize
#: guix-git/doc/guix.texi:9318
+msgid "can be used to specify which output label the files should be installed to."
+msgstr ""
+
+#. type: itemize
+#: guix-git/doc/guix.texi:9321
msgid "In all cases, the paths relative to @var{source} are preserved within @var{target}."
msgstr "В любом случае пути, относительные к @var{source}, сохраняются в @var{target}."
#. type: defvar
-#: guix-git/doc/guix.texi:9321
+#: guix-git/doc/guix.texi:9324
msgid "Examples:"
msgstr "Примеры:"
#. type: item
-#: guix-git/doc/guix.texi:9323
+#: guix-git/doc/guix.texi:9326
#, no-wrap
msgid "@code{(\"foo/bar\" \"share/my-app/\")}: Install @file{bar} to @file{share/my-app/bar}."
msgstr "@code{(\"foo/bar\" \"share/my-app/\")}: Установить @file{bar} в @file{share/my-app/bar}."
#. type: item
-#: guix-git/doc/guix.texi:9324
+#: guix-git/doc/guix.texi:9327
#, no-wrap
msgid "@code{(\"foo/bar\" \"share/my-app/baz\")}: Install @file{bar} to @file{share/my-app/baz}."
msgstr "@code{(\"foo/bar\" \"share/my-app/baz\")}: Установить @file{bar} в @file{share/my-app/baz}."
#. type: item
-#: guix-git/doc/guix.texi:9325
+#: guix-git/doc/guix.texi:9328
#, no-wrap
msgid "@code{(\"foo/\" \"share/my-app\")}: Install the content of @file{foo} inside @file{share/my-app},"
msgstr "@code{(\"foo/\" \"share/my-app\")}: Установить содержимое @file{foo} в @file{share/my-app},"
#. type: itemize
-#: guix-git/doc/guix.texi:9327
+#: guix-git/doc/guix.texi:9330
msgid "e.g., install @file{foo/sub/file} to @file{share/my-app/sub/file}."
msgstr "например, установить @file{foo/sub/file} в @file{share/my-app/sub/file}."
#. type: item
-#: guix-git/doc/guix.texi:9327
+#: guix-git/doc/guix.texi:9330
#, no-wrap
msgid "@code{(\"foo/\" \"share/my-app\" #:include (\"sub/file\"))}: Install only @file{foo/sub/file} to"
msgstr "@code{(\"foo/\" \"share/my-app\" #:include (\"sub/file\"))}: Установить только @file{foo/sub/file} в"
#. type: itemize
-#: guix-git/doc/guix.texi:9329
+#: guix-git/doc/guix.texi:9332
msgid "@file{share/my-app/sub/file}."
msgstr "@file{share/my-app/sub/file}."
#. type: item
-#: guix-git/doc/guix.texi:9329
+#: guix-git/doc/guix.texi:9332
#, no-wrap
msgid "@code{(\"foo/sub\" \"share/my-app\" #:include (\"file\"))}: Install @file{foo/sub/file} to"
msgstr "@code{(\"foo/sub\" \"share/my-app\" #:include (\"file\"))}: Установить @file{foo/sub/file} в"
#. type: itemize
-#: guix-git/doc/guix.texi:9331
+#: guix-git/doc/guix.texi:9334
msgid "@file{share/my-app/file}."
msgstr "@file{share/my-app/file}."
-#. type: defvar
+#. type: item
#: guix-git/doc/guix.texi:9334
#, fuzzy, no-wrap
+#| msgid "@code{(\"foo/sub\" \"share/my-app\" #:include (\"file\"))}: Install @file{foo/sub/file} to"
+msgid "@code{(\"foo/doc\" \"share/my-app/doc\" #:output \"doc\")}: Install"
+msgstr "@code{(\"foo/sub\" \"share/my-app\" #:include (\"file\"))}: Установить @file{foo/sub/file} в"
+
+#. type: itemize
+#: guix-git/doc/guix.texi:9337
+msgid "@file{\"foo/doc\"} to @file{\"share/my-app/doc\"} within the @code{\"doc\"} output."
+msgstr ""
+
+#. type: defvar
+#: guix-git/doc/guix.texi:9340
+#, fuzzy, no-wrap
#| msgid "emacs-build-system"
msgid "vim-build-system"
msgstr "emacs-build-system"
#. type: defvar
-#: guix-git/doc/guix.texi:9339
+#: guix-git/doc/guix.texi:9345
msgid "This variable is exported by @code{(guix build-system vim)}. It is an extension of the @code{copy-build-system}, installing Vim and Neovim plugins into locations where these two text editors know to find their plugins, using their packpaths."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:9344
+#: guix-git/doc/guix.texi:9350
msgid "Packages which are prefixed with @code{vim-} will be installed in Vim's packpath, while those prefixed with @code{neovim-} will be installed in Neovim's packpath. If there is a @code{doc} directory with the plugin then helptags will be generated automatically."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:9346
+#: guix-git/doc/guix.texi:9352
msgid "There are a couple of keywords added with the @code{vim-build-system}:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:9347
+#: guix-git/doc/guix.texi:9353
#, no-wrap
msgid "With @code{plugin-name} it is possible to set the name of the plugin."
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:9351
+#: guix-git/doc/guix.texi:9357
msgid "While by default this is set to the name and version of the package, it is often more helpful to set this to name which the upstream author calls their plugin. This is the name used for @command{:packadd} from inside Vim."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:9351
+#: guix-git/doc/guix.texi:9357
#, no-wrap
msgid "With @code{install-plan} it is possible to augment the built-in"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:9356
+#: guix-git/doc/guix.texi:9362
msgid "install-plan of the @code{vim-build-system}. This is particularly helpful if you have files which should be installed in other locations. For more information about using the @code{install-plan}, see the @code{copy-build-system} (@pxref{Build Systems, @code{copy-build-system}})."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:9356
+#: guix-git/doc/guix.texi:9362
#, no-wrap
msgid "With @code{#:vim} it is possible to add this package to Vim's packpath,"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:9359
+#: guix-git/doc/guix.texi:9365
msgid "in addition to if it is added automatically because of the @code{vim-} prefix in the package's name."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:9359
+#: guix-git/doc/guix.texi:9365
#, no-wrap
msgid "With @code{#:neovim} it is possible to add this package to Neovim's"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:9362
+#: guix-git/doc/guix.texi:9368
msgid "packpath, in addition to if it is added automatically because of the @code{neovim-} prefix in the package's name."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:9362
+#: guix-git/doc/guix.texi:9368
#, no-wrap
msgid "With @code{#:mode} it is possible to adjust the path which the plugin is"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:9367
+#: guix-git/doc/guix.texi:9373
msgid "installed into. By default the plugin is installed into @code{start} and other options are available, including @code{opt}. Adding a plugin into @code{opt} will mean you will need to run, for example, @command{:packadd foo} to load the @code{foo} plugin from inside of Vim."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:9370
+#: guix-git/doc/guix.texi:9376
#, no-wrap
msgid "Clojure (programming language)"
msgstr "Clojure (язык программирования)"
#. type: cindex
-#: guix-git/doc/guix.texi:9371
+#: guix-git/doc/guix.texi:9377
#, no-wrap
msgid "simple Clojure build system"
msgstr "простая система сборки Clojure"
#. type: defvar
-#: guix-git/doc/guix.texi:9372
+#: guix-git/doc/guix.texi:9378
#, fuzzy, no-wrap
#| msgid "build-system"
msgid "clojure-build-system"
msgstr "система сборки"
#. type: defvar
-#: guix-git/doc/guix.texi:9377
+#: guix-git/doc/guix.texi:9383
msgid "This variable is exported by @code{(guix build-system clojure)}. It implements a simple build procedure for @uref{https://clojure.org/, Clojure} packages using plain old @code{compile} in Clojure. Cross-compilation is not supported yet."
msgstr "Эта переменная экспортируется @code{(guix build-system clojure)}. Она реализует простую процедуру сборки пакетов @uref{https://clojure.org/, Clojure} с использованием простого старого @code{compile} в Clojure. Кросс-компиляция пока не поддерживается."
#. type: defvar
-#: guix-git/doc/guix.texi:9381
+#: guix-git/doc/guix.texi:9387
msgid "It adds @code{clojure}, @code{icedtea} and @code{zip} to the set of inputs. Different packages can be specified with the @code{#:clojure}, @code{#:jdk} and @code{#:zip} parameters, respectively."
msgstr "Она добавляет @code{clojure}, @code{icedtea} и @code{zip} к набору входных данных. Различные пакеты можно указать с помощью параметров @code{#:clojure}, @code{#:jdk} и @code{#:zip} соответственно."
#. type: defvar
-#: guix-git/doc/guix.texi:9387
+#: guix-git/doc/guix.texi:9393
msgid "A list of source directories, test directories and jar names can be specified with the @code{#:source-dirs}, @code{#:test-dirs} and @code{#:jar-names} parameters, respectively. Compile directory and main class can be specified with the @code{#:compile-dir} and @code{#:main-class} parameters, respectively. Other parameters are documented below."
msgstr "Список исходных каталогов, тестовых каталогов и имен jar-файлов можно указать с помощью параметров @code{#:source-dirs}, @code{#:test-dirs} и @code{#:jar-names} соответственно. Каталог компиляции и основной класс можно указать с помощью параметров @code{#:compile-dir} и @code{#:main-class} соответственно. Остальные параметры описаны ниже."
#. type: defvar
-#: guix-git/doc/guix.texi:9390
+#: guix-git/doc/guix.texi:9396
msgid "This build system is an extension of @code{ant-build-system}, but with the following phases changed:"
msgstr "Эта система сборки является расширением @code{ant-build-system}, но со следующими изменениями:"
#. type: item
-#: guix-git/doc/guix.texi:9393 guix-git/doc/guix.texi:9969
-#: guix-git/doc/guix.texi:10154 guix-git/doc/guix.texi:10203
-#: guix-git/doc/guix.texi:10311 guix-git/doc/guix.texi:42815
-#: guix-git/doc/guix.texi:47410
+#: guix-git/doc/guix.texi:9399 guix-git/doc/guix.texi:9975
+#: guix-git/doc/guix.texi:10160 guix-git/doc/guix.texi:10209
+#: guix-git/doc/guix.texi:10317 guix-git/doc/guix.texi:42844
+#: guix-git/doc/guix.texi:47439
#, no-wrap
msgid "build"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:9402
+#: guix-git/doc/guix.texi:9408
msgid "This phase calls @code{compile} in Clojure to compile source files and runs @command{jar} to create jars from both source files and compiled files according to the include list and exclude list specified in @code{#:aot-include} and @code{#:aot-exclude}, respectively. The exclude list has priority over the include list. These lists consist of symbols representing Clojure libraries or the special keyword @code{#:all} representing all Clojure libraries found under the source directories. The parameter @code{#:omit-source?} decides if source should be included into the jars."
msgstr "На этом этапе вызывается @code{compile} в Clojure для компиляции исходных файлов и запускается @command{jar} для создания jar-файлов как из исходных файлов, так и из скомпилированных файлов в соответствии со списком включения и списком исключений, указанным в @code{#:aot-include} и @code{#:aot-exclude} соответственно. Список исключений имеет приоритет над списком включения. Эти списки состоят из символов, представляющих библиотеки Clojure, или специального ключевого слова @code{#:all}, представляющего все библиотеки Clojure, находящиеся в исходных каталогах. Параметр @code{#:omit-source?} определяет, следует ли включать исходники в jar-файлы."
#. type: item
-#: guix-git/doc/guix.texi:9403 guix-git/doc/guix.texi:9973
-#: guix-git/doc/guix.texi:10158 guix-git/doc/guix.texi:10316
+#: guix-git/doc/guix.texi:9409 guix-git/doc/guix.texi:9979
+#: guix-git/doc/guix.texi:10164 guix-git/doc/guix.texi:10322
#, no-wrap
msgid "check"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:9410
+#: guix-git/doc/guix.texi:9416
msgid "This phase runs tests according to the include list and exclude list specified in @code{#:test-include} and @code{#:test-exclude}, respectively. Their meanings are analogous to that of @code{#:aot-include} and @code{#:aot-exclude}, except that the special keyword @code{#:all} now stands for all Clojure libraries found under the test directories. The parameter @code{#:tests?} decides if tests should be run."
msgstr "На этом этапе выполняются тесты в соответствии со списком включения и списком исключений, указанными в @code{#:test-include} и @code{#:test-exclude} соответственно. Их значения аналогичны значениям @code{#:aot-include} и @code{#:aot-exclude}, за исключением того, что специальное ключевое слово @code{#:all} теперь обозначает все библиотеки Clojure, находящиеся в каталогах test. Параметр @code{#:tests?} определяет, нужно ли запускать тесты."
#. type: item
-#: guix-git/doc/guix.texi:9411 guix-git/doc/guix.texi:9979
-#: guix-git/doc/guix.texi:10164 guix-git/doc/guix.texi:10207
-#: guix-git/doc/guix.texi:10322
+#: guix-git/doc/guix.texi:9417 guix-git/doc/guix.texi:9985
+#: guix-git/doc/guix.texi:10170 guix-git/doc/guix.texi:10213
+#: guix-git/doc/guix.texi:10328
#, no-wrap
msgid "install"
msgstr "установка"
#. type: table
-#: guix-git/doc/guix.texi:9413
+#: guix-git/doc/guix.texi:9419
msgid "This phase installs all jars built previously."
msgstr "На этом этапе устанавливаются все созданные ранее jars."
#. type: defvar
-#: guix-git/doc/guix.texi:9416
+#: guix-git/doc/guix.texi:9422
msgid "Apart from the above, this build system also contains an additional phase:"
msgstr "Помимо вышесказанного, эта система сборки также содержит дополнительную фазу:"
#. type: item
-#: guix-git/doc/guix.texi:9419
+#: guix-git/doc/guix.texi:9425
#, no-wrap
msgid "install-doc"
msgstr "install-doc"
#. type: table
-#: guix-git/doc/guix.texi:9424
+#: guix-git/doc/guix.texi:9430
msgid "This phase installs all top-level files with base name matching @code{%doc-regex}. A different regex can be specified with the @code{#:doc-regex} parameter. All files (recursively) inside the documentation directories specified in @code{#:doc-dirs} are installed as well."
msgstr "На этом этапе устанавливаются все файлы верхнего уровня с базовым именем, совпадающим с @code{%doc-regex}. Другое регулярное выражение можно указать с помощью параметра @code{#:doc-regex}. Все файлы (рекурсивно) в каталогах документации, указанные в @code{#:doc-dirs}, также устанавливаются."
#. type: defvar
-#: guix-git/doc/guix.texi:9427
+#: guix-git/doc/guix.texi:9433
#, fuzzy, no-wrap
#| msgid "emacs-build-system"
msgid "cmake-build-system"
msgstr "emacs-build-system"
#. type: defvar
-#: guix-git/doc/guix.texi:9431
+#: guix-git/doc/guix.texi:9437
msgid "This variable is exported by @code{(guix build-system cmake)}. It implements the build procedure for packages using the @url{https://www.cmake.org, CMake build tool}."
msgstr "Эта переменная экспортируется @code{(guix build-system cmake)}. Она реализует процедуру сборки пакетов с использованием @url{https://www.cmake.org, инструмента сборки CMake}."
#. type: defvar
-#: guix-git/doc/guix.texi:9435
+#: guix-git/doc/guix.texi:9441
msgid "It automatically adds the @code{cmake} package to the set of inputs. Which package is used can be specified with the @code{#:cmake} parameter."
msgstr "Она автоматически добавляет пакет @code{cmake} в набор входных данных. Какой пакет используется, можно указать с помощью параметра @code{#:cmake}."
#. type: defvar
-#: guix-git/doc/guix.texi:9442
+#: guix-git/doc/guix.texi:9448
msgid "The @code{#:configure-flags} parameter is taken as a list of flags passed to the @command{cmake} command. The @code{#:build-type} parameter specifies in abstract terms the flags passed to the compiler; it defaults to @code{\"RelWithDebInfo\"} (short for ``release mode with debugging information''), which roughly means that code is compiled with @code{-O2 -g}, as is the case for Autoconf-based packages by default."
msgstr "Параметр @code{#:configure-flags} используется как список флагов, переданных команде @command{cmake}. Параметр @code{#:build-type} абстрактно определяет флаги, передаваемые компилятору; по умолчанию используется @code{\"RelWithDebInfo\"} (сокращение от ``release mode с отладочной информацией''), что примерно означает, что код компилируется с помощью @code{-O2 -g}, как в случае пакетов на основе Autoconf по умолчанию."
#. type: defvar
-#: guix-git/doc/guix.texi:9444
+#: guix-git/doc/guix.texi:9450
#, fuzzy, no-wrap
#| msgid "build-system"
msgid "composer-build-system"
msgstr "система сборки"
#. type: defvar
-#: guix-git/doc/guix.texi:9448
+#: guix-git/doc/guix.texi:9454
#, fuzzy
#| msgid "This variable is exported by @code{(guix build-system cmake)}. It implements the build procedure for packages using the @url{https://www.cmake.org, CMake build tool}."
msgid "This variable is exported by @code{(guix build-system composer)}. It implements the build procedure for packages using @url{https://getcomposer.org/, Composer}, the PHP package manager."
msgstr "Эта переменная экспортируется @code{(guix build-system cmake)}. Она реализует процедуру сборки пакетов с использованием @url{https://www.cmake.org, инструмента сборки CMake}."
#. type: defvar
-#: guix-git/doc/guix.texi:9451
+#: guix-git/doc/guix.texi:9457
#, fuzzy
#| msgid "It automatically adds the @code{dune} package to the set of inputs. Which package is used can be specified with the @code{#:dune} parameter."
msgid "It automatically adds the @code{php} package to the set of inputs. Which package is used can be specified with the @code{#:php} parameter."
msgstr "Она автоматически добавляет пакет @code{dune} в набор входных данных. Какой пакет используется, можно указать с помощью параметра @code{#:dune}."
#. type: defvar
-#: guix-git/doc/guix.texi:9456
+#: guix-git/doc/guix.texi:9462
msgid "The @code{#:test-target} parameter is used to control which script is run for the tests. By default, the @code{test} script is run if it exists. If the script does not exist, the build system will run @code{phpunit} from the source directory, assuming there is a @file{phpunit.xml} file."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:9458
+#: guix-git/doc/guix.texi:9464
#, fuzzy, no-wrap
#| msgid "build-system"
msgid "dune-build-system"
msgstr "система сборки"
#. type: defvar
-#: guix-git/doc/guix.texi:9465
+#: guix-git/doc/guix.texi:9471
msgid "This variable is exported by @code{(guix build-system dune)}. It supports builds of packages using @uref{https://dune.build/, Dune}, a build tool for the OCaml programming language. It is implemented as an extension of the @code{ocaml-build-system} which is described below. As such, the @code{#:ocaml} and @code{#:findlib} parameters can be passed to this build system."
msgstr "Эта переменная экспортируется в @code{(guix build-system dune)}. Она поддерживает сборку пакетов с использованием @uref{https://dune.build/, Dune}, инструмента сборки для языка программирования OCaml. Она реализована как расширение @code{ocaml-build-system}, описанную ниже. Таким образом, в эту систему сборки можно передать параметры @code{#:ocaml} и @code{#:findlib}."
#. type: defvar
-#: guix-git/doc/guix.texi:9469
+#: guix-git/doc/guix.texi:9475
msgid "It automatically adds the @code{dune} package to the set of inputs. Which package is used can be specified with the @code{#:dune} parameter."
msgstr "Она автоматически добавляет пакет @code{dune} в набор входных данных. Какой пакет используется, можно указать с помощью параметра @code{#:dune}."
#. type: defvar
-#: guix-git/doc/guix.texi:9473
+#: guix-git/doc/guix.texi:9479
msgid "There is no @code{configure} phase because dune packages typically don't need to be configured. The @code{#:build-flags} parameter is taken as a list of flags passed to the @code{dune} command during the build."
msgstr "Фаза @code{configure} отсутствует, потому что dune пакеты обычно не нужно настраивать. Параметр @code{#:build-flags} используется как список флагов, переданных команде @code{dune} во время сборки."
#. type: defvar
-#: guix-git/doc/guix.texi:9477
+#: guix-git/doc/guix.texi:9483
msgid "The @code{#:jbuild?} parameter can be passed to use the @code{jbuild} command instead of the more recent @code{dune} command while building a package. Its default value is @code{#f}."
msgstr "Параметр @code{#:jbuild?} можно передать для использования команды @code{jbuild} вместо более новой команды @code{dune} при сборке пакета. Его значение по умолчанию - @code{#f}."
#. type: defvar
-#: guix-git/doc/guix.texi:9482
+#: guix-git/doc/guix.texi:9488
msgid "The @code{#:package} parameter can be passed to specify a package name, which is useful when a package contains multiple packages and you want to build only one of them. This is equivalent to passing the @code{-p} argument to @code{dune}."
msgstr "Параметр @code{#:package} может быть передан для указания имени пакета, что полезно, когда пакет содержит несколько пакетов, и вы хотите создать только один из них. Это эквивалентно передаче аргумента @code{-p} в @code{dune}."
#. type: defvar
-#: guix-git/doc/guix.texi:9485
+#: guix-git/doc/guix.texi:9491
#, fuzzy, no-wrap
#| msgid "emacs-build-system"
msgid "elm-build-system"
msgstr "emacs-build-system"
#. type: defvar
-#: guix-git/doc/guix.texi:9489
+#: guix-git/doc/guix.texi:9495
#, fuzzy
#| msgid "This variable is exported by @code{(guix build-system cmake)}. It implements the build procedure for packages using the @url{https://www.cmake.org, CMake build tool}."
msgid "This variable is exported by @code{(guix build-system elm)}. It implements a build procedure for @url{https://elm-lang.org, Elm} packages similar to @samp{elm install}."
msgstr "Эта переменная экспортируется @code{(guix build-system cmake)}. Она реализует процедуру сборки пакетов с использованием @url{https://www.cmake.org, инструмента сборки CMake}."
#. type: defvar
-#: guix-git/doc/guix.texi:9497
+#: guix-git/doc/guix.texi:9503
msgid "The build system adds an Elm compiler package to the set of inputs. The default compiler package (currently @code{elm-sans-reactor}) can be overridden using the @code{#:elm} argument. Additionally, Elm packages needed by the build system itself are added as implicit inputs if they are not already present: to suppress this behavior, use the @code{#:implicit-elm-package-inputs?} argument, which is primarily useful for bootstrapping."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:9501
+#: guix-git/doc/guix.texi:9507
msgid "The @code{\"dependencies\"} and @code{\"test-dependencies\"} in an Elm package's @file{elm.json} file correspond to @code{propagated-inputs} and @code{inputs}, respectively."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:9505
+#: guix-git/doc/guix.texi:9511
msgid "Elm requires a particular structure for package names: @pxref{Elm Packages} for more details, including utilities provided by @code{(guix build-system elm)}."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:9507
+#: guix-git/doc/guix.texi:9513
msgid "There are currently a few noteworthy limitations to @code{elm-build-system}:"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:9518
+#: guix-git/doc/guix.texi:9524
msgid "The build system is focused on @dfn{packages} in the Elm sense of the word: Elm @dfn{projects} which declare @code{@{ \"type\": \"package\" @}} in their @file{elm.json} files. Using @code{elm-build-system} to build Elm @dfn{applications} (which declare @code{@{ \"type\": \"application\" @}}) is possible, but requires ad-hoc modifications to the build phases. For examples, see the definitions of the @code{elm-todomvc} example application and the @code{elm} package itself (because the front-end for the @samp{elm reactor} command is an Elm application)."
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:9530
+#: guix-git/doc/guix.texi:9536
msgid "Elm supports multiple versions of a package coexisting simultaneously under @env{ELM_HOME}, but this does not yet work well with @code{elm-build-system}. This limitation primarily affects Elm applications, because they specify exact versions for their dependencies, whereas Elm packages specify supported version ranges. As a workaround, the example applications mentioned above use the @code{patch-application-dependencies} procedure provided by @code{(guix build elm-build-system)} to rewrite their @file{elm.json} files to refer to the package versions actually present in the build environment. Alternatively, Guix package transformations (@pxref{Defining Package Variants}) could be used to rewrite an application's entire dependency graph."
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:9536
+#: guix-git/doc/guix.texi:9542
msgid "We are not yet able to run tests for Elm projects because neither @url{https://github.com/mpizenberg/elm-test-rs, @command{elm-test-rs}} nor the Node.js-based @url{https://github.com/rtfeldman/node-test-runner, @command{elm-test}} runner has been packaged for Guix yet."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:9539
+#: guix-git/doc/guix.texi:9545
#, fuzzy, no-wrap
#| msgid "build-system"
msgid "go-build-system"
msgstr "система сборки"
#. type: defvar
-#: guix-git/doc/guix.texi:9544
+#: guix-git/doc/guix.texi:9550
msgid "This variable is exported by @code{(guix build-system go)}. It implements a build procedure for Go packages using the standard @url{https://golang.org/cmd/go/#hdr-Compile_packages_and_dependencies, Go build mechanisms}."
msgstr "Эта переменная экспортируется @code{(guix build-system go)}. Онf реализует процедуру сборки пакетов Go с использованием стандартного @url{https://golang.org/cmd/go/#hdr-Compile_packages_and_dependencies, механизмов сборки Go}."
#. type: defvar
-#: guix-git/doc/guix.texi:9555
+#: guix-git/doc/guix.texi:9561
msgid "The user is expected to provide a value for the key @code{#:import-path} and, in some cases, @code{#:unpack-path}. The @url{https://golang.org/doc/code.html#ImportPaths, import path} corresponds to the file system path expected by the package's build scripts and any referring packages, and provides a unique way to refer to a Go package. It is typically based on a combination of the package source code's remote URI and file system hierarchy structure. In some cases, you will need to unpack the package's source code to a different directory structure than the one indicated by the import path, and @code{#:unpack-path} should be used in such cases."
msgstr "Ожидается, что пользователь предоставит значение для ключа @code{#:import-path} и, в некоторых случаях, @code{#:unpack-path}. @url{https://golang.org/doc/code.html#ImportPaths, import path} соответствует пути к файловой системе, ожидаемому сценариями сборки пакета и любыми ссылочными пакетами, и обеспечивает уникальный способ ссылки на Go пакет. Обычно он основан на комбинации удаленного URI исходного кода пакета и иерархической структуры файловой системы. В некоторых случаях вам нужно будет распаковать исходный код пакета в другую структуру каталогов, отличную от той, которая указана в пути импорта, и в таких случаях следует использовать @code{#:unpack-path}."
#. type: defvar
-#: guix-git/doc/guix.texi:9560
+#: guix-git/doc/guix.texi:9566
msgid "Packages that provide Go libraries should install their source code into the built output. The key @code{#:install-source?}, which defaults to @code{#t}, controls whether or not the source code is installed. It can be set to @code{#f} for packages that only provide executable files."
msgstr "Пакеты, которые предоставляют библиотеки Go, должны устанавливать свой исходный код во встроенные выходные данные. Ключ @code{#:install-source?}, который по умолчанию равен @code{#t}, определяет, установливается ли исходный код. Для пакетов, которые предоставляют только исполняемые файлы, может быть установлено значение @code{#f}."
#. type: defvar
-#: guix-git/doc/guix.texi:9567
+#: guix-git/doc/guix.texi:9573
msgid "Packages can be cross-built, and if a specific architecture or operating system is desired then the keywords @code{#:goarch} and @code{#:goos} can be used to force the package to be built for that architecture and operating system. The combinations known to Go can be found @url{https://golang.org/doc/install/source#environment, in their documentation}."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:9570
+#: guix-git/doc/guix.texi:9576
msgid "The key @code{#:go} can be used to specify the Go compiler package with which to build the package."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:9573
+#: guix-git/doc/guix.texi:9579
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} glib-or-gtk-build-system"
msgid "glib-or-gtk-build-system"
msgstr "{Scheme переменная} glib-or-gtk-build-system"
#. type: defvar
-#: guix-git/doc/guix.texi:9576
+#: guix-git/doc/guix.texi:9582
msgid "This variable is exported by @code{(guix build-system glib-or-gtk)}. It is intended for use with packages making use of GLib or GTK+."
msgstr "Эта переменная экспортируется в @code{(guix build-system glib-or-gtk)}. Она предназначена для использования с пакетами, использующими GLib или GTK+."
#. type: defvar
-#: guix-git/doc/guix.texi:9579
+#: guix-git/doc/guix.texi:9585
msgid "This build system adds the following two phases to the ones defined by @code{gnu-build-system}:"
msgstr "Эта система сборки добавляет следующие две фазы к тем, которые определены в @code{gnu-build-system}:"
#. type: item
-#: guix-git/doc/guix.texi:9581 guix-git/doc/guix.texi:10180
+#: guix-git/doc/guix.texi:9587 guix-git/doc/guix.texi:10186
#, no-wrap
msgid "glib-or-gtk-wrap"
msgstr "glib-or-gtk-wrap"
#. type: table
-#: guix-git/doc/guix.texi:9588
+#: guix-git/doc/guix.texi:9594
msgid "The phase @code{glib-or-gtk-wrap} ensures that programs in @file{bin/} are able to find GLib ``schemas'' and @uref{https://developer.gnome.org/gtk3/stable/gtk-running.html, GTK+ modules}. This is achieved by wrapping the programs in launch scripts that appropriately set the @env{XDG_DATA_DIRS} and @env{GTK_PATH} environment variables."
msgstr "Фаза @code{glib-or-gtk-wrap} гарантирует, что программы в @file{bin/} смогут найти GLib ``schemas'' и @uref{https://developer.gnome.org/gtk3/stable /gtk-running.html, модули GTK+}. Это достигается путем включения программ в сценарии запуска, которые соответствующим образом устанавливают переменные среды @env{XDG_DATA_DIRS} и @env{GTK_PATH}."
#. type: table
-#: guix-git/doc/guix.texi:9595
+#: guix-git/doc/guix.texi:9601
msgid "It is possible to exclude specific package outputs from that wrapping process by listing their names in the @code{#:glib-or-gtk-wrap-excluded-outputs} parameter. This is useful when an output is known not to contain any GLib or GTK+ binaries, and where wrapping would gratuitously add a dependency of that output on GLib and GTK+."
msgstr "Можно исключить определенные выходные данные пакета из этого процесса упаковки, указав их имена в параметре @code{#:glib-or-gtk-wrap-excluded-output}. Это полезно, когда известно, что выходной файл не содержит двоичных файлов GLib или GTK+, и где wrapping может произвольно добавить зависимость этого вывода от GLib и GTK+."
#. type: item
-#: guix-git/doc/guix.texi:9596 guix-git/doc/guix.texi:10184
+#: guix-git/doc/guix.texi:9602 guix-git/doc/guix.texi:10190
#, no-wrap
msgid "glib-or-gtk-compile-schemas"
msgstr "glib-or-gtk-compile-schemas"
#. type: table
-#: guix-git/doc/guix.texi:9604
+#: guix-git/doc/guix.texi:9610
msgid "The phase @code{glib-or-gtk-compile-schemas} makes sure that all @uref{https://developer.gnome.org/gio/stable/glib-compile-schemas.html, GSettings schemas} of GLib are compiled. Compilation is performed by the @command{glib-compile-schemas} program. It is provided by the package @code{glib:bin} which is automatically imported by the build system. The @code{glib} package providing @command{glib-compile-schemas} can be specified with the @code{#:glib} parameter."
msgstr "Фаза @code{glib-or-gtk-compile-schemas} гарантирует, что все @uref{https://developer.gnome.org/gio/stable/glib-compile-schemas.html, GSettings schemas} в GLib скомпилированы. Компиляция выполняется программой @command{glib-compile-schemas}. Она предоставляется пакетом @code{glib:bin}, который автоматически импортируется системой сборки. Пакет @code{glib}, предоставляющий @command{glib-compile-schemas}, можно указать с помощью параметра @code{#:glib}."
#. type: defvar
-#: guix-git/doc/guix.texi:9607
+#: guix-git/doc/guix.texi:9613
msgid "Both phases are executed after the @code{install} phase."
msgstr "Обе фазы выполняются после фазы @code{install}."
#. type: defvar
-#: guix-git/doc/guix.texi:9609
+#: guix-git/doc/guix.texi:9615
#, fuzzy, no-wrap
#| msgid "build-system"
msgid "guile-build-system"
msgstr "система сборки"
#. type: defvar
-#: guix-git/doc/guix.texi:9616
+#: guix-git/doc/guix.texi:9622
msgid "This build system is for Guile packages that consist exclusively of Scheme code and that are so lean that they don't even have a makefile, let alone a @file{configure} script. It compiles Scheme code using @command{guild compile} (@pxref{Compilation,,, guile, GNU Guile Reference Manual}) and installs the @file{.scm} and @file{.go} files in the right place. It also installs documentation."
msgstr "Эта система сборки предназначена для пакетов Guile, которые состоят исключительно из кода Scheme и настолько скудны, что у них даже нет make-файла, не говоря уже о сценарии @file{configure}. Она компилирует Scheme код с помощью @command{guild compile} (@pxref{Compilation,,, guile, GNU Guile Reference Manual}) и устанавливает файлы @file{.scm} и @file{.go} в нужное место. Она также устанавливает документацию."
#. type: defvar
-#: guix-git/doc/guix.texi:9619
+#: guix-git/doc/guix.texi:9625
msgid "This build system supports cross-compilation by using the @option{--target} option of @samp{guild compile}."
msgstr "Эта система сборки поддерживает кросс-компиляцию с использованием параметра @option{--target} в @samp{guild compile}."
#. type: defvar
-#: guix-git/doc/guix.texi:9622
+#: guix-git/doc/guix.texi:9628
msgid "Packages built with @code{guile-build-system} must provide a Guile package in their @code{native-inputs} field."
msgstr "Пакеты, созданные с помощью @code{guile-build-system}, должны содержать пакет Guile в поле @code{native-inputs}."
#. type: defvar
-#: guix-git/doc/guix.texi:9624
+#: guix-git/doc/guix.texi:9630
#, fuzzy, no-wrap
#| msgid "build-system"
msgid "julia-build-system"
msgstr "система сборки"
#. type: defvar
-#: guix-git/doc/guix.texi:9631
+#: guix-git/doc/guix.texi:9637
msgid "This variable is exported by @code{(guix build-system julia)}. It implements the build procedure used by @uref{https://julialang.org/, julia} packages, which essentially is similar to running @samp{julia -e 'using Pkg; Pkg.add(package)'} in an environment where @env{JULIA_LOAD_PATH} contains the paths to all Julia package inputs. Tests are run by calling @code{/test/runtests.jl}."
msgstr "Эта переменная экспортируется в @code{(guix build-system julia)}. Она реализует процедуру сборки, используемую пакетами @uref{https://julialang.org/, julia}, которая по сути аналогична запуску @samp{julia -e 'используя Pkg; Pkg.add(package)'} в среде, где @env{JULIA_LOAD_PATH} содержит пути ко всем входным данным пакета Julia. Тесты запускаются с @code{Pkg.test}."
#. type: defvar
-#: guix-git/doc/guix.texi:9636
+#: guix-git/doc/guix.texi:9642
msgid "The Julia package name and uuid is read from the file @file{Project.toml}. These values can be overridden by passing the argument @code{#:julia-package-name} (which must be correctly capitalized) or @code{#:julia-package-uuid}."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:9640
+#: guix-git/doc/guix.texi:9646
msgid "Julia packages usually manage their binary dependencies via @code{JLLWrappers.jl}, a Julia package that creates a module (named after the wrapped library followed by @code{_jll.jl}."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:9645
+#: guix-git/doc/guix.texi:9651
msgid "To add the binary path @code{_jll.jl} packages, you need to patch the files under @file{src/wrappers/}, replacing the call to the macro @code{JLLWrappers.@@generate_wrapper_header}, adding as a second argument containing the store path the binary."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:9649
+#: guix-git/doc/guix.texi:9655
msgid "As an example, in the MbedTLS Julia package, we add a build phase (@pxref{Build Phases}) to insert the absolute file name of the wrapped MbedTLS package:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:9661
+#: guix-git/doc/guix.texi:9667
#, no-wrap
msgid ""
"(add-after 'unpack 'override-binary-path\n"
@@ -22454,927 +22477,927 @@ msgid ""
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:9667
+#: guix-git/doc/guix.texi:9673
msgid "Some older packages that aren't using @file{Project.toml} yet, will require this file to be created, too. It is internally done if the arguments @code{#:julia-package-name} and @code{#:julia-package-uuid} are provided."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:9669
+#: guix-git/doc/guix.texi:9675
#, fuzzy, no-wrap
#| msgid "emacs-build-system"
msgid "maven-build-system"
msgstr "emacs-build-system"
#. type: defvar
-#: guix-git/doc/guix.texi:9676
+#: guix-git/doc/guix.texi:9682
msgid "This variable is exported by @code{(guix build-system maven)}. It implements a build procedure for @uref{https://maven.apache.org, Maven} packages. Maven is a dependency and lifecycle management tool for Java. A user of Maven specifies dependencies and plugins in a @file{pom.xml} file that Maven reads. When Maven does not have one of the dependencies or plugins in its repository, it will download them and use them to build the package."
msgstr "Эта переменная экспортируется в @code{(guix build-system maven)}. Она реализует процедуру сборки пакетов @uref{https://maven.apache.org, Maven}. Maven - это инструмент для управления зависимостями и жизненным циклом Java. Пользователь Maven указывает зависимости и плагины в файле @file{pom.xml}, который читает Maven. Когда Maven не имеет одной из зависимостей или плагинов в своем репозитории, он загружает их и использует для сборки пакета."
#. type: defvar
-#: guix-git/doc/guix.texi:9686
+#: guix-git/doc/guix.texi:9692
msgid "The maven build system ensures that maven will not try to download any dependency by running in offline mode. Maven will fail if a dependency is missing. Before running Maven, the @file{pom.xml} (and subprojects) are modified to specify the version of dependencies and plugins that match the versions available in the guix build environment. Dependencies and plugins must be installed in the fake maven repository at @file{lib/m2}, and are symlinked into a proper repository before maven is run. Maven is instructed to use that repository for the build and installs built artifacts there. Changed files are copied to the @file{lib/m2} directory of the package output."
msgstr "Система сборки maven гарантирует, что maven не будет пытаться загрузить какие-либо зависимости, работая в offline режиме. Maven завершится ошибкой, если зависимость отсутствует. Перед запуском Maven @file{pom.xml} (и подпроекты) модифицируются, чтобы указать версию зависимостей и плагинов, которые соответствуют версиям, доступным в среде сборки guix. Зависимости и плагины должны быть установлены в поддельном репозитории maven по адресу @file{lib/m2} и перед запуском maven привязаны к соответствующему репозиторию. Maven получает указание использовать этот репозиторий для сборки и устанавливает туда созданные артефакты. Измененные файлы копируются в каталог @file{lib/m2} выходных данных пакета."
#. type: defvar
-#: guix-git/doc/guix.texi:9689
+#: guix-git/doc/guix.texi:9695
msgid "You can specify a @file{pom.xml} file with the @code{#:pom-file} argument, or let the build system use the default @file{pom.xml} file in the sources."
msgstr "Вы можете указать файл @file{pom.xml} с аргументом @code{#:pom-file} или позволить системе сборки использовать файл @file{pom.xml} по умолчанию в источниках."
#. type: defvar
-#: guix-git/doc/guix.texi:9695
+#: guix-git/doc/guix.texi:9701
msgid "In case you need to specify a dependency's version manually, you can use the @code{#:local-packages} argument. It takes an association list where the key is the groupId of the package and its value is an association list where the key is the artifactId of the package and its value is the version you want to override in the @file{pom.xml}."
msgstr "Если вам нужно указать версию зависимости вручную, вы можете использовать аргумент @code{#:local-packages}. Он принимает список ассоциаций, где ключ - это groupId пакета, а его значение - это список ассоциаций, где ключ - это artifactId пакета, а его значение - это версия, которую вы хотите переопределить в @file{pom.xml}."
#. type: defvar
-#: guix-git/doc/guix.texi:9701
+#: guix-git/doc/guix.texi:9707
msgid "Some packages use dependencies or plugins that are not useful at runtime nor at build time in Guix. You can alter the @file{pom.xml} file to remove them using the @code{#:exclude} argument. Its value is an association list where the key is the groupId of the plugin or dependency you want to remove, and the value is a list of artifactId you want to remove."
msgstr "Некоторые пакеты используют зависимости или плагины, которые не используются ни во время выполнения, ни во время сборки в Guix. Вы можете изменить файл @file{pom.xml}, чтобы удалить их, используя аргумент @code{#:exclude}. Его значение - это список ассоциаций, где ключ - это groupId плагина или зависимости, которые вы хотите удалить, а значение - это список artifactId, которые вы хотите удалить."
#. type: defvar
-#: guix-git/doc/guix.texi:9704
+#: guix-git/doc/guix.texi:9710
msgid "You can override the default @code{jdk} and @code{maven} packages with the corresponding argument, @code{#:jdk} and @code{#:maven}."
msgstr "Вы можете переопределить пакеты по умолчанию @code{jdk} и @code{maven} с помощью соответствующего аргумента, @code{#:jdk} и @code{#:maven}."
#. type: defvar
-#: guix-git/doc/guix.texi:9709
+#: guix-git/doc/guix.texi:9715
msgid "The @code{#:maven-plugins} argument is a list of maven plugins used during the build, with the same format as the @code{inputs} fields of the package declaration. Its default value is @code{(default-maven-plugins)} which is also exported."
msgstr "Аргумент @code{#:maven-plugins} - это список подключаемых модулей maven, используемых во время сборки, в том же формате, что и поля @code{inputs} в объявлении пакета. Его значение по умолчанию - @code{(default-maven-plugins)}, которое также экспортируется."
#. type: defvar
-#: guix-git/doc/guix.texi:9711
+#: guix-git/doc/guix.texi:9717
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} minetest-mod-build-system"
msgid "minetest-mod-build-system"
msgstr "{Scheme переменная} minetest-mod-build-system"
#. type: defvar
-#: guix-git/doc/guix.texi:9717
+#: guix-git/doc/guix.texi:9723
#, fuzzy
#| msgid "This variable is exported by @code{(guix build-system ocaml)}. It implements a build procedure for @uref{https://ocaml.org, OCaml} packages, which consists of choosing the correct set of commands to run for each package. OCaml packages can expect many different commands to be run. This build system will try some of them."
msgid "This variable is exported by @code{(guix build-system minetest)}. It implements a build procedure for @uref{https://www.minetest.net, Minetest} mods, which consists of copying Lua code, images and other resources to the location Minetest searches for mods. The build system also minimises PNG images and verifies that Minetest can load the mod without errors."
msgstr "Эта переменная экспортируется в @code{(guix build-system ocaml)}. Она реализует процедуру сборки пакетов @uref{https://ocaml.org, OCaml}, которая заключается в выборе правильного набора команд для запуска для каждого пакета. Пакеты OCaml могут ожидать выполнения множества различных команд. Эта система сборки попробует некоторые из них."
#. type: defvar
-#: guix-git/doc/guix.texi:9719
+#: guix-git/doc/guix.texi:9725
#, fuzzy, no-wrap
#| msgid "build-system"
msgid "minify-build-system"
msgstr "система сборки"
#. type: defvar
-#: guix-git/doc/guix.texi:9722
+#: guix-git/doc/guix.texi:9728
msgid "This variable is exported by @code{(guix build-system minify)}. It implements a minification procedure for simple JavaScript packages."
msgstr "Эта переменная экспортируется в @code{(guix build-system minify)}. Она реализует процедуру минификации для простых пакетов JavaScript."
#. type: defvar
-#: guix-git/doc/guix.texi:9728
+#: guix-git/doc/guix.texi:9734
msgid "It adds @code{uglify-js} to the set of inputs and uses it to compress all JavaScript files in the @file{src} directory. A different minifier package can be specified with the @code{#:uglify-js} parameter, but it is expected that the package writes the minified code to the standard output."
msgstr "Он добавляет @code{uglify-js} к набору входных данных и использует его для сжатия всех файлов JavaScript в каталоге @file{src}. Другой minifier пакет можно указать с помощью параметра @code{#:uglify-js}, но ожидается, что этот пакет запишет минимизированный код в стандартный вывод."
#. type: defvar
-#: guix-git/doc/guix.texi:9732
+#: guix-git/doc/guix.texi:9738
msgid "When the input JavaScript files are not all located in the @file{src} directory, the parameter @code{#:javascript-files} can be used to specify a list of file names to feed to the minifier."
msgstr "Когда не все входные файлы JavaScript находятся в каталоге @file{src}, можно использовать параметр @code{#:javascript-files}, чтобы указать список имен файлов для передачи в minifier."
#. type: defvar
-#: guix-git/doc/guix.texi:9734
+#: guix-git/doc/guix.texi:9740
#, fuzzy, no-wrap
#| msgid "build-system"
msgid "mozilla-build-system"
msgstr "система сборки"
#. type: defvar
-#: guix-git/doc/guix.texi:9741
+#: guix-git/doc/guix.texi:9747
msgid "This variable is exported by @code{(guix build-system mozilla)}. It sets the @code{--target} and @code{--host} configuration flags to what software developed by Mozilla expects -- due to historical reasons, Mozilla software expects @code{--host} to be the system that is cross-compiled from and @code{--target} to be the system that is cross-compiled to, contrary to the standard Autotools conventions."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:9743
+#: guix-git/doc/guix.texi:9749
#, fuzzy, no-wrap
#| msgid "build-system"
msgid "ocaml-build-system"
msgstr "система сборки"
#. type: defvar
-#: guix-git/doc/guix.texi:9749
+#: guix-git/doc/guix.texi:9755
msgid "This variable is exported by @code{(guix build-system ocaml)}. It implements a build procedure for @uref{https://ocaml.org, OCaml} packages, which consists of choosing the correct set of commands to run for each package. OCaml packages can expect many different commands to be run. This build system will try some of them."
msgstr "Эта переменная экспортируется в @code{(guix build-system ocaml)}. Она реализует процедуру сборки пакетов @uref{https://ocaml.org, OCaml}, которая заключается в выборе правильного набора команд для запуска для каждого пакета. Пакеты OCaml могут ожидать выполнения множества различных команд. Эта система сборки попробует некоторые из них."
#. type: defvar
-#: guix-git/doc/guix.texi:9759
+#: guix-git/doc/guix.texi:9765
msgid "When the package has a @file{setup.ml} file present at the top-level, it will run @code{ocaml setup.ml -configure}, @code{ocaml setup.ml -build} and @code{ocaml setup.ml -install}. The build system will assume that this file was generated by @uref{http://oasis.forge.ocamlcore.org/, OASIS} and will take care of setting the prefix and enabling tests if they are not disabled. You can pass configure and build flags with the @code{#:configure-flags} and @code{#:build-flags}. The @code{#:test-flags} key can be passed to change the set of flags used to enable tests. The @code{#:use-make?} key can be used to bypass this system in the build and install phases."
msgstr "Если в пакете есть файл @file{setup.ml} на верхнем уровне, он будет запускать @code{ocaml setup.ml -configure}, @code{ocaml setup.ml -build} и @code{ocaml setup.ml -install}. Система сборки предполагает, что этот файл был сгенерирован @uref{http://oasis.forge.ocamlcore.org/, OASIS}, и позаботится об установке префикса и включении тестов, если они не отключены. Вы можете передать флаги конфигурации и сборки с помощью @code{#:configure-flags} и @code{#:build-flags}. Ключ @code{#:test-flags} может быть передан для изменения набора флагов, используемых для включения тестов. Ключ @code{#:use-make?} можно использовать для обхода этой системы на этапах сборки и установки."
#. type: defvar
-#: guix-git/doc/guix.texi:9764
+#: guix-git/doc/guix.texi:9770
msgid "When the package has a @file{configure} file, it is assumed that it is a hand-made configure script that requires a different argument format than in the @code{gnu-build-system}. You can add more flags with the @code{#:configure-flags} key."
msgstr "Когда в пакете есть файл @file{configure}, предполагается, что это созданный вручную скрипт настройки, для которого требуется другой формат аргументов, чем в @code{gnu-build-system}. Вы можете добавить дополнительные флаги с помощью клавиши @code{#:configure-flags}."
#. type: defvar
-#: guix-git/doc/guix.texi:9768
+#: guix-git/doc/guix.texi:9774
msgid "When the package has a @file{Makefile} file (or @code{#:use-make?} is @code{#t}), it will be used and more flags can be passed to the build and install phases with the @code{#:make-flags} key."
msgstr "Когда в пакете есть файл @file{Makefile} (или @code{#:use-make?} - это @code{#t}), он будет использоваться, и дополнительные флаги могут быть переданы на этапы сборки и установки с @code{#:make-flags} ключом."
#. type: defvar
-#: guix-git/doc/guix.texi:9776
+#: guix-git/doc/guix.texi:9782
msgid "Finally, some packages do not have these files and use a somewhat standard location for its build system. In that case, the build system will run @code{ocaml pkg/pkg.ml} or @code{ocaml pkg/build.ml} and take care of providing the path to the required findlib module. Additional flags can be passed via the @code{#:build-flags} key. Install is taken care of by @command{opam-installer}. In this case, the @code{opam} package must be added to the @code{native-inputs} field of the package definition."
msgstr "Наконец, некоторые пакеты не имеют этих файлов и используют стандартное расположение для своей системы сборки. В этом случае система сборки запустит @code{ocaml pkg/pkg.ml} или @code{ocaml pkg/build.ml} и позаботится о предоставлении пути к необходимому модулю findlib. Дополнительные флаги можно передать с помощью ключа @code{#:build-flags}. Об установке позаботится @command{opam-installer}. В этом случае пакет @code{opam} необходимо добавить в поле @code{native-inputs} в определении пакета."
#. type: defvar
-#: guix-git/doc/guix.texi:9784
+#: guix-git/doc/guix.texi:9790
msgid "Note that most OCaml packages assume they will be installed in the same directory as OCaml, which is not what we want in guix. In particular, they will install @file{.so} files in their module's directory, which is usually fine because it is in the OCaml compiler directory. In guix though, these libraries cannot be found and we use @env{CAML_LD_LIBRARY_PATH}. This variable points to @file{lib/ocaml/site-lib/stubslibs} and this is where @file{.so} libraries should be installed."
msgstr "Обратите внимание, что большинство пакетов OCaml предполагают, что они будут установлены в том же каталоге, что и OCaml, что не является тем, что мы хотим в guix. В частности, они устанавливают файлы @file{.so} в каталог своего модуля, что обычно нормально, потому что он находится в каталоге компилятора OCaml. Однако в guix эти библиотеки нельзя найти, и мы используем @env{CAML_LD_LIBRARY_PATH}. Эта переменная указывает на @file{lib/ocaml/site-lib/stubslibs}, и именно здесь должны быть установлены библиотеки @file{.so}."
#. type: defvar
-#: guix-git/doc/guix.texi:9786
+#: guix-git/doc/guix.texi:9792
#, fuzzy, no-wrap
#| msgid "build-system"
msgid "python-build-system"
msgstr "система сборки"
#. type: defvar
-#: guix-git/doc/guix.texi:9791
+#: guix-git/doc/guix.texi:9797
msgid "This variable is exported by @code{(guix build-system python)}. It implements the more or less standard build procedure used by Python packages, which consists in running @code{python setup.py build} and then @code{python setup.py install --prefix=/gnu/store/@dots{}}."
msgstr "Эта переменная экспортируется в @code{(guix build-system python)}. Она реализует более или менее стандартную процедуру сборки, используемую пакетами Python, которая заключается в запуске @code{python setup.py build}, а затем @code{python setup.py install --prefix=/gnu/store/@dots{}}."
#. type: defvar
-#: guix-git/doc/guix.texi:9796
+#: guix-git/doc/guix.texi:9802
#, fuzzy
#| msgid "For packages that install stand-alone Python programs under @code{bin/}, it takes care of wrapping these programs so that their @env{PYTHONPATH} environment variable points to all the Python libraries they depend on."
msgid "For packages that install stand-alone Python programs under @code{bin/}, it takes care of wrapping these programs so that their @env{GUIX_PYTHONPATH} environment variable points to all the Python libraries they depend on."
msgstr "Для пакетов, которые устанавливают само-достаточные программы Python в @code{bin/}, она заботится об обертке этих программ, чтобы их переменная среды @env{PYTHONPATH} указывала на все библиотеки Python, от которых они зависят."
#. type: defvar
-#: guix-git/doc/guix.texi:9802
+#: guix-git/doc/guix.texi:9808
msgid "Which Python package is used to perform the build can be specified with the @code{#:python} parameter. This is a useful way to force a package to be built for a specific version of the Python interpreter, which might be necessary if the package is only compatible with a single interpreter version."
msgstr "Какой пакет Python используется для сборки, можно указать с помощью параметра @code{#:python}. Это полезный способ принудительно создать пакет для определенной версии интерпретатора Python, что может потребоваться, если пакет совместим только с одной версией интерпретатора."
#. type: defvar
-#: guix-git/doc/guix.texi:9807
+#: guix-git/doc/guix.texi:9813
msgid "By default guix calls @code{setup.py} under control of @code{setuptools}, much like @command{pip} does. Some packages are not compatible with setuptools (and pip), thus you can disable this by setting the @code{#:use-setuptools?} parameter to @code{#f}."
msgstr "По умолчанию guix вызывает @code{setup.py} под управлением @code{setuptools}, как и @command{pip}. Некоторые пакеты несовместимы с setuptools (и pip), поэтому вы можете отключить это, установив для параметра @code{#:use-setuptools?} значение @code{#f}."
#. type: defvar
-#: guix-git/doc/guix.texi:9813
+#: guix-git/doc/guix.texi:9819
msgid "If a @code{\"python\"} output is available, the package is installed into it instead of the default @code{\"out\"} output. This is useful for packages that include a Python package as only a part of the software, and thus want to combine the phases of @code{python-build-system} with another build system. Python bindings are a common usecase."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:9815
+#: guix-git/doc/guix.texi:9821
#, fuzzy, no-wrap
#| msgid "emacs-build-system"
msgid "pyproject-build-system"
msgstr "emacs-build-system"
#. type: defvar
-#: guix-git/doc/guix.texi:9820
+#: guix-git/doc/guix.texi:9826
msgid "This is a variable exported by @code{guix build-system pyproject}. It is based on @var{python-build-system}, and adds support for @file{pyproject.toml} and @url{https://peps.python.org/pep-0517/, PEP 517}. It also supports a variety of build backends and test frameworks."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:9822
+#: guix-git/doc/guix.texi:9828
msgid "The API is slightly different from @var{python-build-system}:"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:9825
+#: guix-git/doc/guix.texi:9831
msgid "@code{#:use-setuptools?} and @code{#:test-target} is removed."
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:9828
+#: guix-git/doc/guix.texi:9834
msgid "@code{#:build-backend} is added. It defaults to @code{#false} and will try to guess the appropriate backend based on @file{pyproject.toml}."
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:9831
+#: guix-git/doc/guix.texi:9837
msgid "@code{#:test-backend} is added. It defaults to @code{#false} and will guess an appropriate test backend based on what is available in package inputs."
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:9835
+#: guix-git/doc/guix.texi:9841
msgid "@code{#:test-flags} is added. The default is @code{'()}. These flags are passed as arguments to the test command. Note that flags for verbose output is always enabled on supported backends."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:9841
+#: guix-git/doc/guix.texi:9847
msgid "It is considered ``experimental'' in that the implementation details are not set in stone yet, however users are encouraged to try it for new Python projects (even those using @file{setup.py}). The API is subject to change, but any breaking changes in the Guix channel will be dealt with."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:9844
+#: guix-git/doc/guix.texi:9850
msgid "Eventually this build system will be deprecated and merged back into @var{python-build-system}, probably some time in 2024."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:9846
+#: guix-git/doc/guix.texi:9852
#, fuzzy, no-wrap
#| msgid "build-system"
msgid "perl-build-system"
msgstr "система сборки"
#. type: defvar
-#: guix-git/doc/guix.texi:9858
+#: guix-git/doc/guix.texi:9864
msgid "This variable is exported by @code{(guix build-system perl)}. It implements the standard build procedure for Perl packages, which either consists in running @code{perl Build.PL --prefix=/gnu/store/@dots{}}, followed by @code{Build} and @code{Build install}; or in running @code{perl Makefile.PL PREFIX=/gnu/store/@dots{}}, followed by @code{make} and @code{make install}, depending on which of @code{Build.PL} or @code{Makefile.PL} is present in the package distribution. Preference is given to the former if both @code{Build.PL} and @code{Makefile.PL} exist in the package distribution. This preference can be reversed by specifying @code{#t} for the @code{#:make-maker?} parameter."
msgstr "Эта переменная экспортируется в @code{(guix build-system perl)}. Она реализует стандартную процедуру сборки для пакетов Perl, которая заключается либо в запуске @code{perl Build.PL --prefix=/gnu/store/@dots{}}, за которым следуют @code{Build} и @code{Build install}; или при запуске @code{perl Makefile.PL PREFIX=/gnu/store/@dots{}}, за которым следуют @code{make} и @code{make install}, в зависимости от того, какой из @code{Build.PL} или @code{Makefile.PL} присутствует в дистрибутиве пакета. Предпочтение отдается первому, если в дистрибутиве пакета есть и @code{Build.PL}, и @code{Makefile.PL}. Это предпочтение можно отменить, указав @code{#t} для параметра @code{#:make-maker?}."
#. type: defvar
-#: guix-git/doc/guix.texi:9862
+#: guix-git/doc/guix.texi:9868
msgid "The initial @code{perl Makefile.PL} or @code{perl Build.PL} invocation passes flags specified by the @code{#:make-maker-flags} or @code{#:module-build-flags} parameter, respectively."
msgstr "Первоначальный вызов @code{perl Makefile.PL} или @code{perl Build.PL} передает флаги, указанные в параметре @code{#:make-maker-flags} или @code{#:module-build-flags}, соответственно."
#. type: defvar
-#: guix-git/doc/guix.texi:9864
+#: guix-git/doc/guix.texi:9870
msgid "Which Perl package is used can be specified with @code{#:perl}."
msgstr "Какой пакет Perl используется, можно указать с помощью @code{#:perl}."
#. type: defvar
-#: guix-git/doc/guix.texi:9866
+#: guix-git/doc/guix.texi:9872
#, fuzzy, no-wrap
#| msgid "build-system"
msgid "renpy-build-system"
msgstr "система сборки"
#. type: defvar
-#: guix-git/doc/guix.texi:9870
+#: guix-git/doc/guix.texi:9876
msgid "This variable is exported by @code{(guix build-system renpy)}. It implements the more or less standard build procedure used by Ren'py games, which consists of loading @code{#:game} once, thereby creating bytecode for it."
msgstr "Эта переменная экспортируется в @code{(guix build-system python)}. Она реализует более или менее стандартную процедуру сборки, используемую пакетами Python, которая заключается в запуске @code{python setup.py build}, а затем @code{python setup.py install --prefix=/gnu/store/@dots{}}."
#. type: defvar
-#: guix-git/doc/guix.texi:9873
+#: guix-git/doc/guix.texi:9879
msgid "It further creates a wrapper script in @code{bin/} and a desktop entry in @code{share/applications}, both of which can be used to launch the game."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:9877
+#: guix-git/doc/guix.texi:9883
msgid "Which Ren'py package is used can be specified with @code{#:renpy}. Games can also be installed in outputs other than ``out'' by using @code{#:output}."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:9879
+#: guix-git/doc/guix.texi:9885
#, fuzzy, no-wrap
#| msgid "build-system"
msgid "qt-build-system"
msgstr "система сборки"
#. type: defvar
-#: guix-git/doc/guix.texi:9882
+#: guix-git/doc/guix.texi:9888
msgid "This variable is exported by @code{(guix build-system qt)}. It is intended for use with applications using Qt or KDE."
msgstr "Эта переменная экспортируется в @code{(guix build-system qt)}. Она предназначена для использования с приложениями, использующими Qt или KDE."
#. type: defvar
-#: guix-git/doc/guix.texi:9885
+#: guix-git/doc/guix.texi:9891
msgid "This build system adds the following two phases to the ones defined by @code{cmake-build-system}:"
msgstr "Эта система сборки добавляет следующие две фазы к тем, которые определены в @code{cmake-build-system}:"
#. type: item
-#: guix-git/doc/guix.texi:9887
+#: guix-git/doc/guix.texi:9893
#, no-wrap
msgid "check-setup"
msgstr "check-setup"
#. type: table
-#: guix-git/doc/guix.texi:9894
+#: guix-git/doc/guix.texi:9900
msgid "The phase @code{check-setup} prepares the environment for running the checks as commonly used by Qt test programs. For now this only sets some environment variables: @code{QT_QPA_PLATFORM=offscreen}, @code{DBUS_FATAL_WARNINGS=0} and @code{CTEST_OUTPUT_ON_FAILURE=1}."
msgstr "Фаза @code{check-setup} подготавливает среду к запуску проверок, которые обычно используются тестовыми программами Qt. Пока это устанавливает только некоторые переменные среды: @code{QT_QPA_PLATFORM=offscreen}, @code{DBUS_FATAL_WARNINGS=0} и @code{CTEST_OUTPUT_ON_FAILURE=1}."
#. type: table
-#: guix-git/doc/guix.texi:9897
+#: guix-git/doc/guix.texi:9903
msgid "This phase is added before the @code{check} phase. It's a separate phase to ease adjusting if necessary."
msgstr "Этот этап добавляется перед этапом @code{check}. Это отдельный этап для облегчения настройки."
#. type: item
-#: guix-git/doc/guix.texi:9898
+#: guix-git/doc/guix.texi:9904
#, no-wrap
msgid "qt-wrap"
msgstr "qt-wrap"
#. type: table
-#: guix-git/doc/guix.texi:9904
+#: guix-git/doc/guix.texi:9910
msgid "The phase @code{qt-wrap} searches for Qt5 plugin paths, QML paths and some XDG in the inputs and output. In case some path is found, all programs in the output's @file{bin/}, @file{sbin/}, @file{libexec/} and @file{lib/libexec/} directories are wrapped in scripts defining the necessary environment variables."
msgstr "Фаза @code{qt-wrap} ищет пути к плагинам Qt5, пути QML и некоторый XDG во входных и выходных данных. Если путь найден, все программы в выходных каталогах @file{bin/}, @file{sbin/}, @file{libexec/} и @file{lib/libexec/} заключены в сценарии, определяющие необходимые environment переменные."
#. type: table
-#: guix-git/doc/guix.texi:9910
+#: guix-git/doc/guix.texi:9916
msgid "It is possible to exclude specific package outputs from that wrapping process by listing their names in the @code{#:qt-wrap-excluded-outputs} parameter. This is useful when an output is known not to contain any Qt binaries, and where wrapping would gratuitously add a dependency of that output on Qt, KDE, or such."
msgstr "Можно исключить определенные выходные данные пакета из этого процесса упаковки, указав их имена в параметре @code{#:qt-wrap-excluded-output}. Это полезно, когда известно, что вывод не содержит никаких двоичных файлов Qt, и когда обертка может произвольно добавить зависимость этого вывода от Qt, KDE и т.п."
#. type: table
-#: guix-git/doc/guix.texi:9912
+#: guix-git/doc/guix.texi:9918
msgid "This phase is added after the @code{install} phase."
msgstr "Эта фаза добавляется после фазы @code{install}."
#. type: defvar
-#: guix-git/doc/guix.texi:9915
+#: guix-git/doc/guix.texi:9921
#, fuzzy, no-wrap
#| msgid "build-system"
msgid "r-build-system"
msgstr "система сборки"
#. type: defvar
-#: guix-git/doc/guix.texi:9923
+#: guix-git/doc/guix.texi:9929
msgid "This variable is exported by @code{(guix build-system r)}. It implements the build procedure used by @uref{https://r-project.org, R} packages, which essentially is little more than running @samp{R CMD INSTALL --library=/gnu/store/@dots{}} in an environment where @env{R_LIBS_SITE} contains the paths to all R package inputs. Tests are run after installation using the R function @code{tools::testInstalledPackage}."
msgstr "Эта переменная экспортируется в @code{(guix build-system r)}. Она реализует процедуру сборки, используемую пакетами @uref{https://r-project.org, R}, которая, по сути, немного больше, чем запуск @samp{R CMD INSTALL --library=/gnu/store/@dots{}} в среде, где @env{R_LIBS_SITE} содержит пути ко всем входам пакета R. Тесты запускаются после установки с использованием R-функции @code{tools::testInstalledPackage}."
#. type: defvar
-#: guix-git/doc/guix.texi:9925
+#: guix-git/doc/guix.texi:9931
#, fuzzy, no-wrap
#| msgid "build-system"
msgid "rakudo-build-system"
msgstr "система сборки"
#. type: defvar
-#: guix-git/doc/guix.texi:9933
+#: guix-git/doc/guix.texi:9939
msgid "This variable is exported by @code{(guix build-system rakudo)}. It implements the build procedure used by @uref{https://rakudo.org/, Rakudo} for @uref{https://perl6.org/, Perl6} packages. It installs the package to @code{/gnu/store/@dots{}/NAME-VERSION/share/perl6} and installs the binaries, library files and the resources, as well as wrap the files under the @code{bin/} directory. Tests can be skipped by passing @code{#f} to the @code{tests?} parameter."
msgstr "Эта переменная экспортируется @code{(guix build-system rakudo)}. Которая реализует систем сборки, используемую @uref{https://rakudo.org/, Rakudo} для @uref{https://perl6.org/, Perl6} пакетов. Она устанавливает: пакет в @code{/gnu/store/@dots{}/NAME-VERSION/share/perl6}; двоичные файлы, библиотеки и ресурсы; помещает файлы в @code{bin/}. Тесты можно пропустить, передав @code{#f} параметру @code{tests?}."
#. type: defvar
-#: guix-git/doc/guix.texi:9941
+#: guix-git/doc/guix.texi:9947
msgid "Which rakudo package is used can be specified with @code{rakudo}. Which perl6-tap-harness package used for the tests can be specified with @code{#:prove6} or removed by passing @code{#f} to the @code{with-prove6?} parameter. Which perl6-zef package used for tests and installing can be specified with @code{#:zef} or removed by passing @code{#f} to the @code{with-zef?} parameter."
msgstr "Какой пакет rakudo используется, можно указать с помощью @code{rakudo}. Какой пакет perl6-tap-harness, используемый для тестов, можно указать с помощью @code{#:verify6} или удалить, передав @code{#f} в параметр @code{with-verify6?}. Какой пакет perl6-zef, используемый для тестирования и установки, можно указать с помощью @code{#:zef} или удалить, передав @code{#f} в параметр @code{with-zef?}."
#. type: defvar
-#: guix-git/doc/guix.texi:9943
+#: guix-git/doc/guix.texi:9949
#, fuzzy, no-wrap
#| msgid "emacs-build-system"
msgid "rebar-build-system"
msgstr "emacs-build-system"
#. type: defvar
-#: guix-git/doc/guix.texi:9947
+#: guix-git/doc/guix.texi:9953
#, fuzzy
#| msgid "This variable is exported by @code{(guix build-system cmake)}. It implements the build procedure for packages using the @url{https://www.cmake.org, CMake build tool}."
msgid "This variable is exported by @code{(guix build-system rebar)}. It implements a build procedure around @uref{https://rebar3.org,rebar3}, a build system for programs written in the Erlang language."
msgstr "Эта переменная экспортируется @code{(guix build-system cmake)}. Она реализует процедуру сборки пакетов с использованием @url{https://www.cmake.org, инструмента сборки CMake}."
#. type: defvar
-#: guix-git/doc/guix.texi:9951
+#: guix-git/doc/guix.texi:9957
#, fuzzy
#| msgid "It adds @code{clojure}, @code{icedtea} and @code{zip} to the set of inputs. Different packages can be specified with the @code{#:clojure}, @code{#:jdk} and @code{#:zip} parameters, respectively."
msgid "It adds both @code{rebar3} and the @code{erlang} to the set of inputs. Different packages can be specified with the @code{#:rebar} and @code{#:erlang} parameters, respectively."
msgstr "Она добавляет @code{clojure}, @code{icedtea} и @code{zip} к набору входных данных. Различные пакеты можно указать с помощью параметров @code{#:clojure}, @code{#:jdk} и @code{#:zip} соответственно."
#. type: defvar
-#: guix-git/doc/guix.texi:9954
+#: guix-git/doc/guix.texi:9960
#, fuzzy
#| msgid "This build system is an extension of @code{gnu-build-system}, but with the following phases changed:"
msgid "This build system is based on @code{gnu-build-system}, but with the following phases changed:"
msgstr "Эта система сборки является расширением @code{gnu-build-system}, но со следующими изменениями:"
#. type: item
-#: guix-git/doc/guix.texi:9957 guix-git/doc/guix.texi:10296
+#: guix-git/doc/guix.texi:9963 guix-git/doc/guix.texi:10302
#, no-wrap
msgid "unpack"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:9963
+#: guix-git/doc/guix.texi:9969
msgid "This phase, after unpacking the source like the @code{gnu-build-system} does, checks for a file @code{contents.tar.gz} at the top-level of the source. If this file exists, it will be unpacked, too. This eases handling of package hosted at @uref{https://hex.pm/}, the Erlang and Elixir package repository."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:9964
+#: guix-git/doc/guix.texi:9970
#, fuzzy, no-wrap
#| msgid "--bootstrap"
msgid "bootstrap"
msgstr "--bootstrap"
#. type: item
-#: guix-git/doc/guix.texi:9965 guix-git/doc/guix.texi:10148
-#: guix-git/doc/guix.texi:10199 guix-git/doc/guix.texi:10306
+#: guix-git/doc/guix.texi:9971 guix-git/doc/guix.texi:10154
+#: guix-git/doc/guix.texi:10205 guix-git/doc/guix.texi:10312
#, no-wrap
msgid "configure"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:9968
+#: guix-git/doc/guix.texi:9974
msgid "There are no @code{bootstrap} and @code{configure} phase because erlang packages typically don’t need to be configured."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:9972
+#: guix-git/doc/guix.texi:9978
#, fuzzy
#| msgid "Run @code{make install} with the flags listed in @code{#:make-flags}."
msgid "This phase runs @code{rebar3 compile} with the flags listed in @code{#:rebar-flags}."
msgstr "Запустить @code{make install} с флагами, перечисленными в @code{#:make-flags}."
#. type: table
-#: guix-git/doc/guix.texi:9978
+#: guix-git/doc/guix.texi:9984
msgid "Unless @code{#:tests? #f} is passed, this phase runs @code{rebar3 eunit}, or some other target specified with @code{#:test-target}, with the flags listed in @code{#:rebar-flags},"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:9982
+#: guix-git/doc/guix.texi:9988
msgid "This installs the files created in the @i{default} profile, or some other profile specified with @code{#:install-profile}."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:9986
+#: guix-git/doc/guix.texi:9992
#, fuzzy, no-wrap
#| msgid "build-system"
msgid "texlive-build-system"
msgstr "система сборки"
#. type: defvar
-#: guix-git/doc/guix.texi:9991
+#: guix-git/doc/guix.texi:9997
msgid "This variable is exported by @code{(guix build-system texlive)}. It is used to build TeX packages in batch mode with a specified engine. The build system sets the @env{TEXINPUTS} variable to find all TeX source files in the inputs."
msgstr "Эта переменная экспортируется в @code{(guix build-system texlive)}. Она используется для сборки пакетов TeX в batch режиме с указанным движком. Система сборки устанавливает переменную @env{TEXINPUTS} для поиска всех исходных файлов TeX во входных данных."
#. type: defvar
-#: guix-git/doc/guix.texi:9998
+#: guix-git/doc/guix.texi:10004
#, fuzzy
#| msgid "By default it runs @code{luatex} on all files ending on @code{ins}. A different engine and format can be specified with the @code{#:tex-format} argument. Different build targets can be specified with the @code{#:build-targets} argument, which expects a list of file names. The build system adds only @code{texlive-bin} and @code{texlive-latex-base} (both from @code{(gnu packages tex}) to the inputs. Both can be overridden with the arguments @code{#:texlive-bin} and @code{#:texlive-latex-base}, respectively."
msgid "By default it tries to run @code{luatex} on all @file{.ins} files, and if it fails to find any, on all @file{.dtx} files. A different engine and format can be specified with, respectively, the @code{#:tex-engine} and @code{#:tex-format} arguments. Different build targets can be specified with the @code{#:build-targets} argument, which expects a list of file names."
msgstr "По умолчанию она запускает @code{luatex} для всех файлов, заканчивающихся на @code{ins}. Другой механизм и формат можно указать с помощью аргумента @code{#:tex-format}. Различные цели сборки могут быть указаны с помощью аргумента @code{#:build-target}, который ожидает список имен файлов. Система сборки добавляет к входам только @code{texlive-bin} и @code{texlive-latex-base} (оба из @code{(gnu packages tex}). Оба могут быть переопределены с помощью аргументов @code{#:texlive-bin} и @code{#:texlive-latex-base} соответственно."
#. type: defvar
-#: guix-git/doc/guix.texi:10005
+#: guix-git/doc/guix.texi:10011
msgid "It also generates font metrics (i.e., @file{.tfm} files) out of Metafont files whenever possible. Likewise, it can also create TeX formats (i.e., @file{.fmt} files) listed in the @code{#:create-formats} argument, and generate a symbolic link from @file{bin/} directory to any script located in @file{texmf-dist/scripts/}, provided its file name is listed in @code{#:link-scripts} argument."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:10009
+#: guix-git/doc/guix.texi:10015
msgid "The build system adds @code{texlive-bin} from @code{(gnu packages tex)} to the native inputs. It can be overridden with the @code{#:texlive-bin} argument."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:10016
+#: guix-git/doc/guix.texi:10022
msgid "The package @code{texlive-latex-bin}, from the same module, contains most of the tools for building TeX Live packages; for convenience, it is also added by default to the native inputs. However, this can be troublesome when building a dependency of @code{texlive-latex-bin} itself. In this particular situation, the @code{#:texlive-latex-bin?} argument should be set to @code{#f}."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:10018
+#: guix-git/doc/guix.texi:10024
#, fuzzy, no-wrap
#| msgid "build-system"
msgid "ruby-build-system"
msgstr "система сборки"
#. type: defvar
-#: guix-git/doc/guix.texi:10022
+#: guix-git/doc/guix.texi:10028
msgid "This variable is exported by @code{(guix build-system ruby)}. It implements the RubyGems build procedure used by Ruby packages, which involves running @code{gem build} followed by @code{gem install}."
msgstr "Эта переменная экспортируется в @code{(guix build-system ruby)}. Она реализует процедуру сборки RubyGems, используемую пакетами Ruby, которая включает запуск @code{gem build}, за которым следует @code{gem install}."
#. type: defvar
-#: guix-git/doc/guix.texi:10030
+#: guix-git/doc/guix.texi:10036
msgid "The @code{source} field of a package that uses this build system typically references a gem archive, since this is the format that Ruby developers use when releasing their software. The build system unpacks the gem archive, potentially patches the source, runs the test suite, repackages the gem, and installs it. Additionally, directories and tarballs may be referenced to allow building unreleased gems from Git or a traditional source release tarball."
msgstr "Поле @code{source} пакета, использующего эту систему сборки, обычно ссылается на gem архив, поскольку это формат, который разработчики Ruby используют при выпуске своего программного обеспечения. Система сборки распаковывает gem архив, потенциально исправляет исходный код, запускает набор тестов, переупаковывает gem и устанавливает его. Кроме того, на каталоги и архивы можно ссылаться, чтобы можно было создавать unreleased gem'ы из Git или традиционного архива с исходным кодом."
#. type: defvar
-#: guix-git/doc/guix.texi:10034
+#: guix-git/doc/guix.texi:10040
msgid "Which Ruby package is used can be specified with the @code{#:ruby} parameter. A list of additional flags to be passed to the @command{gem} command can be specified with the @code{#:gem-flags} parameter."
msgstr "Какой пакет Ruby используется, можно указать с помощью параметра @code{#:ruby}. Список дополнительных флагов, передаваемых команде @command{gem}, можно указать с помощью параметра @code{#:gem-flags}."
#. type: defvar
-#: guix-git/doc/guix.texi:10036
+#: guix-git/doc/guix.texi:10042
#, fuzzy, no-wrap
#| msgid "build-system"
msgid "waf-build-system"
msgstr "система сборки"
#. type: defvar
-#: guix-git/doc/guix.texi:10042
+#: guix-git/doc/guix.texi:10048
msgid "This variable is exported by @code{(guix build-system waf)}. It implements a build procedure around the @code{waf} script. The common phases---@code{configure}, @code{build}, and @code{install}---are implemented by passing their names as arguments to the @code{waf} script."
msgstr "Эта переменная экспортируется в @code{(guix build-system waf)}. Она реализует процедуру сборки вокруг сценария @code{waf}. Общие этапы---@code{configure}, @code{build} и @code{install}---реализуются путем передачи их имен в качестве аргументов сценарию @code{waf}."
#. type: defvar
-#: guix-git/doc/guix.texi:10046
+#: guix-git/doc/guix.texi:10052
msgid "The @code{waf} script is executed by the Python interpreter. Which Python package is used to run the script can be specified with the @code{#:python} parameter."
msgstr "Скрипт @code{waf} выполняется интерпретатором Python. Какой пакет Python используется для запуска сценария, можно указать с помощью параметра @code{#:python}."
#. type: defvar
-#: guix-git/doc/guix.texi:10048
+#: guix-git/doc/guix.texi:10054
#, fuzzy, no-wrap
#| msgid "build-system"
msgid "zig-build-system"
msgstr "система сборки"
#. type: defvar
-#: guix-git/doc/guix.texi:10052
+#: guix-git/doc/guix.texi:10058
#, fuzzy
#| msgid "This variable is exported by @code{(guix build-system cmake)}. It implements the build procedure for packages using the @url{https://www.cmake.org, CMake build tool}."
msgid "This variable is exported by @code{(guix build-system zig)}. It implements the build procedures for the @uref{https://ziglang.org/, Zig} build system (@command{zig build} command)."
msgstr "Эта переменная экспортируется @code{(guix build-system cmake)}. Она реализует процедуру сборки пакетов с использованием @url{https://www.cmake.org, инструмента сборки CMake}."
#. type: defvar
-#: guix-git/doc/guix.texi:10055
+#: guix-git/doc/guix.texi:10061
#, fuzzy
#| msgid "This build system adds @code{chicken} to the package inputs, as well as the packages of @code{gnu-build-system}."
msgid "Selecting this build system adds @code{zig} to the package inputs, in addition to the packages of @code{gnu-build-system}."
msgstr "Эта система сборки добавляет @code{chicken} к входным данным (inputs) пакета, а также к пакетам @code{gnu-build-system}."
#. type: defvar
-#: guix-git/doc/guix.texi:10062
+#: guix-git/doc/guix.texi:10068
#, fuzzy
#| msgid "There is no @code{configure} phase because dune packages typically don't need to be configured. The @code{#:build-flags} parameter is taken as a list of flags passed to the @code{dune} command during the build."
msgid "There is no @code{configure} phase because Zig packages typically do not need to be configured. The @code{#:zig-build-flags} parameter is a list of flags that are passed to the @code{zig} command during the build. The @code{#:zig-test-flags} parameter is a list of flags that are passed to the @code{zig test} command during the @code{check} phase. The default compiler package can be overridden with the @code{#:zig} argument."
msgstr "Фаза @code{configure} отсутствует, потому что dune пакеты обычно не нужно настраивать. Параметр @code{#:build-flags} используется как список флагов, переданных команде @code{dune} во время сборки."
#. type: defvar
-#: guix-git/doc/guix.texi:10067
+#: guix-git/doc/guix.texi:10073
msgid "The optional @code{zig-release-type} parameter declares the type of release. Possible values are: @code{safe}, @code{fast}, or @code{small}. The default value is @code{#f}, which causes the release flag to be omitted from the @code{zig} command. That results in a @code{debug} build."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:10069
+#: guix-git/doc/guix.texi:10075
#, fuzzy, no-wrap
#| msgid "emacs-build-system"
msgid "scons-build-system"
msgstr "emacs-build-system"
#. type: defvar
-#: guix-git/doc/guix.texi:10075
+#: guix-git/doc/guix.texi:10081
msgid "This variable is exported by @code{(guix build-system scons)}. It implements the build procedure used by the SCons software construction tool. This build system runs @code{scons} to build the package, @code{scons test} to run tests, and then @code{scons install} to install the package."
msgstr "Эта переменная экспортируется в @code{(guix build-system scons)}. Она реализует процедуру сборки, используемую инструментом сборки программного обеспечения SCons. Эта система сборки запускает @code{scons} для сборки пакета, @code{scons test} для запуска тестов и затем @code{scons install} для установки пакета."
#. type: defvar
-#: guix-git/doc/guix.texi:10082
+#: guix-git/doc/guix.texi:10088
msgid "Additional flags to be passed to @code{scons} can be specified with the @code{#:scons-flags} parameter. The default build and install targets can be overridden with @code{#:build-targets} and @code{#:install-targets} respectively. The version of Python used to run SCons can be specified by selecting the appropriate SCons package with the @code{#:scons} parameter."
msgstr "Дополнительные флаги, передаваемые в @code{scons}, можно указать с помощью параметра @code{#:scons-flags}. Цели сборки и установки по умолчанию могут быть переопределены с помощью @code{#:build-target} и @code{#:install-target} соответственно. Версия Python, используемая для запуска SCons, может быть указана путем выбора соответствующего пакета SCons с параметром @code{#:scons}."
#. type: defvar
-#: guix-git/doc/guix.texi:10084
+#: guix-git/doc/guix.texi:10090
#, fuzzy, no-wrap
#| msgid "emacs-build-system"
msgid "haskell-build-system"
msgstr "emacs-build-system"
#. type: defvar
-#: guix-git/doc/guix.texi:10098
+#: guix-git/doc/guix.texi:10104
msgid "This variable is exported by @code{(guix build-system haskell)}. It implements the Cabal build procedure used by Haskell packages, which involves running @code{runhaskell Setup.hs configure --prefix=/gnu/store/@dots{}} and @code{runhaskell Setup.hs build}. Instead of installing the package by running @code{runhaskell Setup.hs install}, to avoid trying to register libraries in the read-only compiler store directory, the build system uses @code{runhaskell Setup.hs copy}, followed by @code{runhaskell Setup.hs register}. In addition, the build system generates the package documentation by running @code{runhaskell Setup.hs haddock}, unless @code{#:haddock? #f} is passed. Optional Haddock parameters can be passed with the help of the @code{#:haddock-flags} parameter. If the file @code{Setup.hs} is not found, the build system looks for @code{Setup.lhs} instead."
msgstr "Эта переменная экспортируется в @code{(guix build-system haskell)}. Она реализует процедуру сборки Cabal, используемую пакетами Haskell, которая включает запуск @code{runhaskell Setup.hs configure --prefix=/gnu/store/@dots{}} и @code{runhaskell Setup.hs build}. Вместо установки пакета путем запуска @code{runhaskell Setup.hs install}, чтобы избежать попыток регистрации библиотек в каталоге хранилища компилятора только для чтения, система сборки использует @code{runhaskell Setup.hs copy}, за которым следует @code{runhaskell Setup.hs register}. Кроме того, система сборки генерирует документацию по пакету, запуская @code{runhaskell Setup.hs haddock}, если только @code{#:haddock? #f} пройден. Дополнительные параметры можно передать с помощью параметра @code{#:haddock-flags}. Если файл @code{Setup.hs} не найден, система сборки вместо этого ищет @code{Setup.lhs}."
#. type: defvar
-#: guix-git/doc/guix.texi:10101
+#: guix-git/doc/guix.texi:10107
msgid "Which Haskell compiler is used can be specified with the @code{#:haskell} parameter which defaults to @code{ghc}."
msgstr "Какой компилятор Haskell используется, можно указать с помощью параметра @code{#:haskell}, который по умолчанию равен @code{ghc}."
#. type: defvar
-#: guix-git/doc/guix.texi:10103
+#: guix-git/doc/guix.texi:10109
#, fuzzy, no-wrap
#| msgid "build-system"
msgid "dub-build-system"
msgstr "система сборки"
#. type: defvar
-#: guix-git/doc/guix.texi:10108
+#: guix-git/doc/guix.texi:10114
msgid "This variable is exported by @code{(guix build-system dub)}. It implements the Dub build procedure used by D packages, which involves running @code{dub build} and @code{dub run}. Installation is done by copying the files manually."
msgstr "Эта переменная экспортируется в @code{(guix build-system dub)}. Она реализует процедуру сборки Dub, используемую пакетами D, которая включает запуск @code{dub build} и @code{dub run}. Установка осуществляется путем копирования файлов вручную."
#. type: defvar
-#: guix-git/doc/guix.texi:10111
+#: guix-git/doc/guix.texi:10117
msgid "Which D compiler is used can be specified with the @code{#:ldc} parameter which defaults to @code{ldc}."
msgstr "Какой компилятор D используется, можно указать с помощью параметра @code{#:ldc}, который по умолчанию равен @code{ldc}."
#. type: defvar
-#: guix-git/doc/guix.texi:10114
+#: guix-git/doc/guix.texi:10120
#, no-wrap
msgid "emacs-build-system"
msgstr "emacs-build-system"
#. type: defvar
-#: guix-git/doc/guix.texi:10118
+#: guix-git/doc/guix.texi:10124
msgid "This variable is exported by @code{(guix build-system emacs)}. It implements an installation procedure similar to the packaging system of Emacs itself (@pxref{Packages,,, emacs, The GNU Emacs Manual})."
msgstr "Эта переменная экспортируется в @code{(guix build-system emacs)}. Она реализует процедуру установки, аналогичную системе упаковки самого Emacs (@pxref{Packages,,, emacs, The GNU Emacs Manual})."
#. type: defvar
-#: guix-git/doc/guix.texi:10124
+#: guix-git/doc/guix.texi:10130
msgid "It first creates the @code{@code{package}-autoloads.el} file, then it byte compiles all Emacs Lisp files. Differently from the Emacs packaging system, the Info documentation files are moved to the standard documentation directory and the @file{dir} file is deleted. The Elisp package files are installed directly under @file{share/emacs/site-lisp}."
msgstr "Сначала она создает файл @code{@code{package}-autoloads.el}, а затем байт-компилирует все файлы Emacs Lisp. В отличие от системы упаковки Emacs, файлы документации Info перемещаются в стандартный каталог документации, а файл @file{dir} удаляется. Файлы пакета Elisp устанавливаются непосредственно в @file{share/emacs/site-lisp}."
#. type: defvar
-#: guix-git/doc/guix.texi:10126
+#: guix-git/doc/guix.texi:10132
#, fuzzy, no-wrap
#| msgid "build-system"
msgid "font-build-system"
msgstr "система сборки"
#. type: defvar
-#: guix-git/doc/guix.texi:10132
+#: guix-git/doc/guix.texi:10138
msgid "This variable is exported by @code{(guix build-system font)}. It implements an installation procedure for font packages where upstream provides pre-compiled TrueType, OpenType, etc.@: font files that merely need to be copied into place. It copies font files to standard locations in the output directory."
msgstr "Эта переменная экспортируется в @code{(guix build-system font)}. Она реализует процедуру установки для пакетов шрифтов, в которой upstream предоставляет предварительно скомпилированные файлы TrueType, OpenType и т.д.@: файлы шрифтов, которые необходимо просто скопировать на место. Она копирует файлы шрифтов в стандартные места выходного каталога."
#. type: defvar
-#: guix-git/doc/guix.texi:10134
+#: guix-git/doc/guix.texi:10140
#, fuzzy, no-wrap
#| msgid "emacs-build-system"
msgid "meson-build-system"
msgstr "emacs-build-system"
#. type: defvar
-#: guix-git/doc/guix.texi:10138
+#: guix-git/doc/guix.texi:10144
msgid "This variable is exported by @code{(guix build-system meson)}. It implements the build procedure for packages that use @url{https://mesonbuild.com, Meson} as their build system."
msgstr "Эта переменная экспортируется в @code{(guix build-system meson)}. Она реализует процедуру сборки для пакетов, которые используют @url{https://mesonbuild.com, Meson} в качестве своей системы сборки."
#. type: defvar
-#: guix-git/doc/guix.texi:10142
+#: guix-git/doc/guix.texi:10148
msgid "It adds both Meson and @uref{https://ninja-build.org/, Ninja} to the set of inputs, and they can be changed with the parameters @code{#:meson} and @code{#:ninja} if needed."
msgstr "Она добавляет к набору входов как Meson, так и @uref{https://ninja-build.org/, Ninja}, при необходимости их можно изменить с помощью параметров @code{#:meson} и @code{#:ninja}."
#. type: defvar
-#: guix-git/doc/guix.texi:10145
+#: guix-git/doc/guix.texi:10151
msgid "This build system is an extension of @code{gnu-build-system}, but with the following phases changed to some specific for Meson:"
msgstr "Эта система сборки является расширением @code{gnu-build-system}, но со следующими фазами, измененными на некоторые специфичные для Meson:"
#. type: table
-#: guix-git/doc/guix.texi:10153
+#: guix-git/doc/guix.texi:10159
msgid "The phase runs @code{meson} with the flags specified in @code{#:configure-flags}. The flag @option{--buildtype} is always set to @code{debugoptimized} unless something else is specified in @code{#:build-type}."
msgstr "На этапе выполняется @code{meson} с флагами, указанными в @code{#:configure-flags}. Флаг @option{--buildtype} всегда установлен на @code{debugoptimized}, если что-то еще не указано в @code{#:build-type}."
#. type: table
-#: guix-git/doc/guix.texi:10157
+#: guix-git/doc/guix.texi:10163
msgid "The phase runs @code{ninja} to build the package in parallel by default, but this can be changed with @code{#:parallel-build?}."
msgstr "На этапе выполняется @code{ninja} для параллельной сборки пакета по умолчанию, но это можно изменить с помощью @code{#:parallel-build?}."
#. type: table
-#: guix-git/doc/guix.texi:10163
+#: guix-git/doc/guix.texi:10169
msgid "The phase runs @samp{meson test} with a base set of options that cannot be overridden. This base set of options can be extended via the @code{#:test-options} argument, for example to select or skip a specific test suite."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:10166
+#: guix-git/doc/guix.texi:10172
msgid "The phase runs @code{ninja install} and can not be changed."
msgstr "Фаза выполняется @code{ninja install} и не может быть изменен."
#. type: defvar
-#: guix-git/doc/guix.texi:10169
+#: guix-git/doc/guix.texi:10175
msgid "Apart from that, the build system also adds the following phases:"
msgstr "Помимо этого, система сборки также добавляет следующие фазы:"
#. type: item
-#: guix-git/doc/guix.texi:10172
+#: guix-git/doc/guix.texi:10178
#, no-wrap
msgid "fix-runpath"
msgstr "fix-runpath"
#. type: table
-#: guix-git/doc/guix.texi:10179
+#: guix-git/doc/guix.texi:10185
#, fuzzy
#| msgid "This phase ensures that all binaries can find the libraries they need. It searches for required libraries in subdirectories of the package being built, and adds those to @code{RUNPATH} where needed. It also removes references to libraries left over from the build phase by @code{meson-for-build}, such as test dependencies, that aren't actually required for the program to run."
msgid "This phase ensures that all binaries can find the libraries they need. It searches for required libraries in subdirectories of the package being built, and adds those to @code{RUNPATH} where needed. It also removes references to libraries left over from the build phase by @code{meson}, such as test dependencies, that aren't actually required for the program to run."
msgstr "Эта фаза гарантирует, что все двоичные файлы могут найти нужные библиотеки. Она ищет необходимые библиотеки в подкаталогах собираемого пакета и, при необходимости, добавляет их в @code{RUNPATH}. Она также удаляет ссылки на библиотеки, оставшиеся от фазы сборки @code{meson-for-build}, такие как тестовые зависимости, которые на самом деле не требуются для запуска программы."
#. type: table
-#: guix-git/doc/guix.texi:10183 guix-git/doc/guix.texi:10187
+#: guix-git/doc/guix.texi:10189 guix-git/doc/guix.texi:10193
msgid "This phase is the phase provided by @code{glib-or-gtk-build-system}, and it is not enabled by default. It can be enabled with @code{#:glib-or-gtk?}."
msgstr "Эта фаза предоставляется @code{glib-or-gtk-build-system} и по умолчанию не включена. Ее можно включить с помощью @code{#:glib-or-gtk?}."
#. type: defvar
-#: guix-git/doc/guix.texi:10190
+#: guix-git/doc/guix.texi:10196
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} linux-module-build-system"
msgid "linux-module-build-system"
msgstr "{Scheme переменная} linux-module-build-system"
#. type: defvar
-#: guix-git/doc/guix.texi:10192
+#: guix-git/doc/guix.texi:10198
msgid "@code{linux-module-build-system} allows building Linux kernel modules."
msgstr "@code{linux-module-build-system} позволяет создавать модули ядра Linux."
#. type: defvar
-#: guix-git/doc/guix.texi:10196
+#: guix-git/doc/guix.texi:10202
msgid "This build system is an extension of @code{gnu-build-system}, but with the following phases changed:"
msgstr "Эта система сборки является расширением @code{gnu-build-system}, но со следующими изменениями:"
#. type: table
-#: guix-git/doc/guix.texi:10202
+#: guix-git/doc/guix.texi:10208
msgid "This phase configures the environment so that the Linux kernel's Makefile can be used to build the external kernel module."
msgstr "На этой фазе среда настраивается таким образом, чтобы Makefile ядра Linux можно было использовать для сборки внешнего модуля ядра."
#. type: table
-#: guix-git/doc/guix.texi:10206
+#: guix-git/doc/guix.texi:10212
msgid "This phase uses the Linux kernel's Makefile in order to build the external kernel module."
msgstr "На этой фазе используется Makefile ядра Linux для сборки внешнего модуля ядра."
#. type: table
-#: guix-git/doc/guix.texi:10210
+#: guix-git/doc/guix.texi:10216
msgid "This phase uses the Linux kernel's Makefile in order to install the external kernel module."
msgstr "На этой фазе используется Makefile ядра Linux для установки внешнего модуля ядра."
#. type: defvar
-#: guix-git/doc/guix.texi:10215
+#: guix-git/doc/guix.texi:10221
msgid "It is possible and useful to specify the Linux kernel to use for building the module (in the @code{arguments} form of a package using the @code{linux-module-build-system}, use the key @code{#:linux} to specify it)."
msgstr "Возможно и полезно указать ядро Linux, которое будет использоваться для сборки модуля (в форме @code{arguments} пакета с использованием @code{linux-module-build-system} используйте ключ @code{#:linux}, чтобы указать это)."
#. type: defvar
-#: guix-git/doc/guix.texi:10217
+#: guix-git/doc/guix.texi:10223
#, fuzzy, no-wrap
#| msgid "build-system"
msgid "node-build-system"
msgstr "система сборки"
#. type: defvar
-#: guix-git/doc/guix.texi:10222
+#: guix-git/doc/guix.texi:10228
msgid "This variable is exported by @code{(guix build-system node)}. It implements the build procedure used by @uref{https://nodejs.org, Node.js}, which implements an approximation of the @code{npm install} command, followed by an @code{npm test} command."
msgstr "Эта переменная экспортируется в @code{(guix build-system node)}. Она реализует процедуру сборки, используемую @uref{https://nodejs.org, Node.js}, которая реализует аппроксимацию команды @code{npm install}, за которой следует команда @code{npm test}."
#. type: defvar
-#: guix-git/doc/guix.texi:10226
+#: guix-git/doc/guix.texi:10232
msgid "Which Node.js package is used to interpret the @code{npm} commands can be specified with the @code{#:node} parameter which defaults to @code{node}."
msgstr "Какой пакет Node.js используется для интерпретации команд @code{npm}, можно указать с помощью параметра @code{#:node}, который по умолчанию равен @code{node}."
#. type: defvar
-#: guix-git/doc/guix.texi:10228
+#: guix-git/doc/guix.texi:10234
#, fuzzy, no-wrap
#| msgid "build-system"
msgid "tree-sitter-build-system"
msgstr "система сборки"
#. type: defvar
-#: guix-git/doc/guix.texi:10236
+#: guix-git/doc/guix.texi:10242
msgid "This variable is exported by @code{(guix build-system tree-sitter)}. It implements procedures to compile grammars for the @url{https://tree-sitter.github.io/tree-sitter/, Tree-sitter} parsing library. It essentially runs @code{tree-sitter generate} to translate @code{grammar.js} grammars to JSON and then to C. Which it then compiles to native code."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:10240
+#: guix-git/doc/guix.texi:10246
msgid "Tree-sitter packages may support multiple grammars, so this build system supports a @code{#:grammar-directories} keyword to specify a list of locations where a @code{grammar.js} file may be found."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:10244
+#: guix-git/doc/guix.texi:10250
msgid "Grammars sometimes depend on each other, such as C++ depending on C and TypeScript depending on JavaScript. You may use inputs to declare such dependencies."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:10251
+#: guix-git/doc/guix.texi:10257
msgid "Lastly, for packages that do not need anything as sophisticated, a ``trivial'' build system is provided. It is trivial in the sense that it provides basically no support: it does not pull any implicit inputs, and does not have a notion of build phases."
msgstr "Наконец, для пакетов, которым не нужно ничего столь же сложного, предоставляется ``trivial'' система сборки. Она тривиальна в том смысле, что она практически не оказывает поддержки при сборке: она не извлекает никаких неявных входных данных и не имеет понятия о этапах сборки."
#. type: defvar
-#: guix-git/doc/guix.texi:10252
+#: guix-git/doc/guix.texi:10258
#, fuzzy, no-wrap
#| msgid "build-system"
msgid "trivial-build-system"
msgstr "система сборки"
#. type: defvar
-#: guix-git/doc/guix.texi:10254
+#: guix-git/doc/guix.texi:10260
msgid "This variable is exported by @code{(guix build-system trivial)}."
msgstr "Эта переменная экспортируется @code{(guix build-system trivial)}."
#. type: defvar
-#: guix-git/doc/guix.texi:10259
+#: guix-git/doc/guix.texi:10265
msgid "This build system requires a @code{#:builder} argument. This argument must be a Scheme expression that builds the package output(s)---as with @code{build-expression->derivation} (@pxref{Derivations, @code{build-expression->derivation}})."
msgstr "Эта система сборки требует аргумента @code{#:builder}. Этот аргумент должен быть Scheme выражением, которое строит выходные данные пакета---как с @code{build-expression->derivation} (@pxref{Derivations, @code{build-expression->derivation}})."
#. type: defvar
-#: guix-git/doc/guix.texi:10261
+#: guix-git/doc/guix.texi:10267
#, fuzzy, no-wrap
#| msgid "build-system"
msgid "channel-build-system"
msgstr "система сборки"
#. type: defvar
-#: guix-git/doc/guix.texi:10263
+#: guix-git/doc/guix.texi:10269
#, fuzzy
#| msgid "This variable is exported by @code{(guix build-system trivial)}."
msgid "This variable is exported by @code{(guix build-system channel)}."
msgstr "Эта переменная экспортируется @code{(guix build-system trivial)}."
#. type: defvar
-#: guix-git/doc/guix.texi:10269
+#: guix-git/doc/guix.texi:10275
msgid "This build system is meant primarily for internal use. A package using this build system must have a channel specification as its @code{source} field (@pxref{Channels}); alternatively, its source can be a directory name, in which case an additional @code{#:commit} argument must be supplied to specify the commit being built (a hexadecimal string)."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:10272
+#: guix-git/doc/guix.texi:10278
msgid "Optionally, a @code{#:channels} argument specifying additional channels can be provided."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:10275
+#: guix-git/doc/guix.texi:10281
msgid "The resulting package is a Guix instance of the given channel(s), similar to how @command{guix time-machine} would build it."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:10280
+#: guix-git/doc/guix.texi:10286
#, no-wrap
msgid "build phases, for packages"
msgstr "входные данные, для пакетов Python"
#. type: Plain text
-#: guix-git/doc/guix.texi:10286
+#: guix-git/doc/guix.texi:10292
msgid "Almost all package build systems implement a notion @dfn{build phases}: a sequence of actions that the build system executes, when you build the package, leading to the installed byproducts in the store. A notable exception is the ``bare-bones'' @code{trivial-build-system} (@pxref{Build Systems})."
msgstr "Почти все системы сборки пакетов реализуют понятие @dfn{фазы сборки}: последовательность действий, которые система сборки выполняет при сборке пакета, что приводит к установке побочных продуктов в store. Заметным исключением является ``bare-bones'' @code{trivial-build-system} (@pxref{Build Systems})."
#. type: Plain text
-#: guix-git/doc/guix.texi:10290
+#: guix-git/doc/guix.texi:10296
msgid "As discussed in the previous section, those build systems provide a standard list of phases. For @code{gnu-build-system}, the main build phases are the following:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:10292
+#: guix-git/doc/guix.texi:10298
#, fuzzy, no-wrap
#| msgid "--search-paths"
msgid "set-paths"
msgstr "--search-paths"
#. type: table
-#: guix-git/doc/guix.texi:10295
+#: guix-git/doc/guix.texi:10301
msgid "Define search path environment variables for all the input packages, including @env{PATH} (@pxref{Search Paths})."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:10300
+#: guix-git/doc/guix.texi:10306
msgid "Unpack the source tarball, and change the current directory to the extracted source tree. If the source is actually a directory, copy it to the build tree, and enter that directory."
msgstr "Распаковать архив исходных текстов и измените текущий каталог на извлеченное дерево исходных текстов. Если источник на самом деле является каталогом, скопировать его в дерево сборки и войдите в этот каталог."
#. type: item
-#: guix-git/doc/guix.texi:10301
+#: guix-git/doc/guix.texi:10307
#, no-wrap
msgid "patch-source-shebangs"
msgstr "patch-source-shebangs"
#. type: table
-#: guix-git/doc/guix.texi:10305
+#: guix-git/doc/guix.texi:10311
msgid "Patch shebangs encountered in source files so they refer to the right store file names. For instance, this changes @code{#!/bin/sh} to @code{#!/gnu/store/@dots{}-bash-4.3/bin/sh}."
msgstr "Изменить shebang, встречающиеся в исходных файлах, чтобы они ссылались на правильные имена файлов хранилища. Например, это изменяет @code{#!/bin/sh} на @code{#!/gnu/store/@dots{}-bash-4.3/bin/sh}."
#. type: table
-#: guix-git/doc/guix.texi:10310
+#: guix-git/doc/guix.texi:10316
msgid "Run the @file{configure} script with a number of default options, such as @option{--prefix=/gnu/store/@dots{}}, as well as the options specified by the @code{#:configure-flags} argument."
msgstr "Запустить сценарий @file{configure} с несколькими параметрами по умолчанию, такими как @option{--prefix=/gnu/store/@dots{}}, а также параметрами, указанными в @code{#:configure-flags} аргументе."
#. type: table
-#: guix-git/doc/guix.texi:10315
+#: guix-git/doc/guix.texi:10321
msgid "Run @code{make} with the list of flags specified with @code{#:make-flags}. If the @code{#:parallel-build?} argument is true (the default), build with @code{make -j}."
msgstr "Запустить @code{make} со списком флагов, указанным с помощью @code{#:make-flags}. Если аргумент @code{#:parallel-build?} истинен (по умолчанию), выполнить сборку с @code{make -j}."
#. type: table
-#: guix-git/doc/guix.texi:10321
+#: guix-git/doc/guix.texi:10327
msgid "Run @code{make check}, or some other target specified with @code{#:test-target}, unless @code{#:tests? #f} is passed. If the @code{#:parallel-tests?} argument is true (the default), run @code{make check -j}."
msgstr "Запустить @code{make check} или другой target, указанный с помощью @code{#:test-target}, если только @code{#:tests? #f} пройден. Если аргумент @code{#:parallel-tests?} истинен (по умолчанию), запустить @code{make check -j}."
#. type: table
-#: guix-git/doc/guix.texi:10324
+#: guix-git/doc/guix.texi:10330
msgid "Run @code{make install} with the flags listed in @code{#:make-flags}."
msgstr "Запустить @code{make install} с флагами, перечисленными в @code{#:make-flags}."
#. type: item
-#: guix-git/doc/guix.texi:10325
+#: guix-git/doc/guix.texi:10331
#, no-wrap
msgid "patch-shebangs"
msgstr "patch-shebangs"
#. type: table
-#: guix-git/doc/guix.texi:10327
+#: guix-git/doc/guix.texi:10333
msgid "Patch shebangs on the installed executable files."
msgstr "Изменить shebangs на установленные исполняемые файлы."
#. type: item
-#: guix-git/doc/guix.texi:10328
+#: guix-git/doc/guix.texi:10334
#, no-wrap
msgid "strip"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:10332
+#: guix-git/doc/guix.texi:10338
msgid "Strip debugging symbols from ELF files (unless @code{#:strip-binaries?} is false), copying them to the @code{debug} output when available (@pxref{Installing Debugging Files})."
msgstr "Удалить символы отладки из файлов ELF (если @code{#:strip-binaries?} не является ложным), скопировав их в выходные данные @code{debug}, если они доступны (@pxref{Installing Debugging Files})."
#. type: anchor{#1}
-#: guix-git/doc/guix.texi:10335
+#: guix-git/doc/guix.texi:10341
msgid "phase-validate-runpath"
msgstr "phase-validate-runpath"
#. type: item
-#: guix-git/doc/guix.texi:10335
+#: guix-git/doc/guix.texi:10341
#, no-wrap
msgid "validate-runpath"
msgstr "validate-runpath"
#. type: table
-#: guix-git/doc/guix.texi:10338
+#: guix-git/doc/guix.texi:10344
msgid "Validate the @code{RUNPATH} of ELF binaries, unless @code{#:validate-runpath?} is false (@pxref{Build Systems})."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:10346
+#: guix-git/doc/guix.texi:10352
msgid "This validation step consists in making sure that all the shared libraries needed by an ELF binary, which are listed as @code{DT_NEEDED} entries in its @code{PT_DYNAMIC} segment, appear in the @code{DT_RUNPATH} entry of that binary. In other words, it ensures that running or using those binaries will not result in a ``file not found'' error at run time. @xref{Options, @option{-rpath},, ld, The GNU Linker}, for more information on @code{RUNPATH}."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:10356
+#: guix-git/doc/guix.texi:10362
msgid "Other build systems have similar phases, with some variations. For example, @code{cmake-build-system} has same-named phases but its @code{configure} phases runs @code{cmake} instead of @code{./configure}. Others, such as @code{python-build-system}, have a wholly different list of standard phases. All this code runs on the @dfn{build side}: it is evaluated when you actually build the package, in a dedicated build process spawned by the build daemon (@pxref{Invoking guix-daemon})."
msgstr "Как обсуждалось в предыдущем разделе, эти системы сборки предоставляют стандартный список фаз. Для @code{gnu-build-system} стандартные фазы включают фазу @code{unpack} для распаковки архива исходного кода, фазу @command{configure} для запуска @code{./configure}, @code{build} фаза для запуска @command{make} и (среди прочего) фазу @code{install} для запуска @command{make install}; @pxref{Build Systems}, чтобы получить более подробное представление об этих фазах. Точно так же @code{cmake-build-system} наследует эти фазы, но его фаза @code{configure} запускает @command{cmake} вместо @command{./configure}. Другие системы сборки, такие как @code{python-build-system}, имеют совершенно другой список стандартных фаз. Весь этот код выполняется на @dfn{build side}: он выполняется, когда вы фактически собираете пакет, в отдельном процессе сборки, порожденном демоном сборки (@pxref{Invoking guix-daemon})."
#. type: Plain text
-#: guix-git/doc/guix.texi:10363
+#: guix-git/doc/guix.texi:10369
msgid "Build phases are represented as association lists or ``alists'' (@pxref{Association Lists,,, guile, GNU Guile Reference Manual}) where each key is a symbol for the name of the phase and the associated value is a procedure that accepts an arbitrary number of arguments. By convention, those procedures receive information about the build in the form of @dfn{keyword parameters}, which they can use or ignore."
msgstr "Этапы сборки представлены в виде ассоциативных списков или ``alists'' (@pxref{Association Lists,,, guile, GNU Guile Reference Manual}), где каждый ключ является символом имени фазы, а соответствующее значение - процедурой, которая принимает произвольное количество аргументов. По соглашению эти процедуры получают информацию о сборке в виде @dfn{ключевых параметров}, которые они могут использовать или игнорировать."
#. type: vindex
-#: guix-git/doc/guix.texi:10364
+#: guix-git/doc/guix.texi:10370
#, no-wrap
msgid "%standard-phases"
msgstr "%standard-phases"
#. type: Plain text
-#: guix-git/doc/guix.texi:10370
+#: guix-git/doc/guix.texi:10376
msgid "For example, here is how @code{(guix build gnu-build-system)} defines @code{%standard-phases}, the variable holding its alist of build phases@footnote{We present a simplified view of those build phases, but do take a look at @code{(guix build gnu-build-system)} to see all the details!}:"
msgstr "Например, вот как @code{(guix build gnu-build-system)} определяет @code{%standard-phase}, переменную, содержащую список фаз сборки @footnote{Мы представляем упрощенное представление этих фаз сборки, но обязательно взгляните на @code{(guix build gnu-build-system)}, чтобы увидеть все подробности!}:"
#. type: lisp
-#: guix-git/doc/guix.texi:10373
+#: guix-git/doc/guix.texi:10379
#, no-wrap
msgid ""
";; The build phases of 'gnu-build-system'.\n"
@@ -23382,7 +23405,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:10377
+#: guix-git/doc/guix.texi:10383
#, no-wrap
msgid ""
"(define* (unpack #:key source #:allow-other-keys)\n"
@@ -23392,7 +23415,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:10383
+#: guix-git/doc/guix.texi:10389
#, no-wrap
msgid ""
"(define* (configure #:key outputs #:allow-other-keys)\n"
@@ -23404,7 +23427,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:10387
+#: guix-git/doc/guix.texi:10393
#, no-wrap
msgid ""
"(define* (build #:allow-other-keys)\n"
@@ -23414,7 +23437,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:10394
+#: guix-git/doc/guix.texi:10400
#, no-wrap
msgid ""
"(define* (check #:key (test-target \"check\") (tests? #true)\n"
@@ -23427,7 +23450,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:10398
+#: guix-git/doc/guix.texi:10404
#, no-wrap
msgid ""
"(define* (install #:allow-other-keys)\n"
@@ -23437,7 +23460,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:10407
+#: guix-git/doc/guix.texi:10413
#, no-wrap
msgid ""
"(define %standard-phases\n"
@@ -23451,38 +23474,38 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:10417
+#: guix-git/doc/guix.texi:10423
msgid "This shows how @code{%standard-phases} is defined as a list of symbol/procedure pairs (@pxref{Pairs,,, guile, GNU Guile Reference Manual}). The first pair associates the @code{unpack} procedure with the @code{unpack} symbol---a name; the second pair defines the @code{configure} phase similarly, and so on. When building a package that uses @code{gnu-build-system} with its default list of phases, those phases are executed sequentially. You can see the name of each phase started and completed in the build log of packages that you build."
msgstr "Это показывает, как @code{%standard-phase} определяется как список пар символ/процедура (@pxref{Pairs,,, guile, GNU Guile Reference Manual}). Первая пара связывает процедуру @code{unpack} с символом @code{unpack}---именем; вторая пара аналогичным образом определяет фазу @code{configure} и так далее. При сборке пакета, который использует @code{gnu-build-system} со списком фаз по умолчанию, эти фазы выполняются последовательно. Вы можете увидеть название каждой фазы, запущенной и завершенной, в журнале сборки пакетов, которые вы собираете."
#. type: Plain text
-#: guix-git/doc/guix.texi:10423
+#: guix-git/doc/guix.texi:10429
msgid "Let's now look at the procedures themselves. Each one is defined with @code{define*}: @code{#:key} lists keyword parameters the procedure accepts, possibly with a default value, and @code{#:allow-other-keys} specifies that other keyword parameters are ignored (@pxref{Optional Arguments,,, guile, GNU Guile Reference Manual})."
msgstr "Теперь посмотрим на сами процедуры. Каждая из них определяется с помощью @code{define*}: @code{#:key} перечисляет параметры ключевого слова, которые принимает процедура, возможно, со значением по умолчанию, а @code{#:allow-other-keys} указывает, что другие параметры ключевого слова являются игнорируется (@pxref{Optional Arguments,,, guile, GNU Guile Reference Manual})."
#. type: Plain text
-#: guix-git/doc/guix.texi:10439
+#: guix-git/doc/guix.texi:10445
msgid "The @code{unpack} procedure honors the @code{source} parameter, which the build system uses to pass the file name of the source tarball (or version control checkout), and it ignores other parameters. The @code{configure} phase only cares about the @code{outputs} parameter, an alist mapping package output names to their store file name (@pxref{Packages with Multiple Outputs}). It extracts the file name of for @code{out}, the default output, and passes it to @command{./configure} as the installation prefix, meaning that @command{make install} will eventually copy all the files in that directory (@pxref{Configuration, configuration and makefile conventions,, standards, GNU Coding Standards}). @code{build} and @code{install} ignore all their arguments. @code{check} honors the @code{test-target} argument, which specifies the name of the Makefile target to run tests; it prints a message and skips tests when @code{tests?} is false."
msgstr "Процедура @code{unpack} учитывает параметр @code{source}, который система сборки использует для передачи имени файла исходного архива (или checkout контроля версий), и игнорирует другие параметры. Фаза @code{configure} касается только параметра @code{output}, списка имен выходных пакетов, отображающих имена файлов хранилища (@pxref{Packages with Multiple Outputs}). Она извлекает имя файла для @code{out}, вывода по умолчанию, и передает его @command{./configure} в качестве префикса установки, что означает, что @command{make install} в конечном итоге скопирует все файлы в этом каталоге (@pxref{Configuration, configuration and makefile conventions,, standards, GNU Coding Standards}). @code{build} и @code{install} игнорируют все свои аргументы. @code{check} учитывает аргумент @code{test-target}, который указывает имя цели Makefile для запуска тестов; она печатает сообщение и пропускает тесты, если @code{tests?} ложно."
#. type: cindex
-#: guix-git/doc/guix.texi:10440
+#: guix-git/doc/guix.texi:10446
#, no-wrap
msgid "build phases, customizing"
msgstr "build phases, customizing"
#. type: Plain text
-#: guix-git/doc/guix.texi:10449
+#: guix-git/doc/guix.texi:10455
msgid "The list of phases used for a particular package can be changed with the @code{#:phases} parameter of the build system. Changing the set of build phases boils down to building a new alist of phases based on the @code{%standard-phases} alist described above. This can be done with standard alist procedures such as @code{alist-delete} (@pxref{SRFI-1 Association Lists,,, guile, GNU Guile Reference Manual}); however, it is more convenient to do so with @code{modify-phases} (@pxref{Build Utilities, @code{modify-phases}})."
msgstr "Список фаз, используемых для конкретного пакета, можно изменить с помощью параметра @code{#:phase} системы сборки. Изменение набора фаз сборки сводится к созданию нового списка фаз на основе списка @code{%standard-phase}, описанного выше. Это можно сделать с помощью стандартных процедур списков, таких как @code{alist-delete} (@pxref{SRFI-1 Association Lists,,, guile, GNU Guile Reference Manual}); однако это удобнее делать с помощью @code{modify-phase} (@pxref{Build Utilities, @code{modify-phases}})."
#. type: Plain text
-#: guix-git/doc/guix.texi:10454
+#: guix-git/doc/guix.texi:10460
msgid "Here is an example of a package definition that removes the @code{configure} phase of @code{%standard-phases} and inserts a new phase before the @code{build} phase, called @code{set-prefix-in-makefile}:"
msgstr "Вот пример определения пакета, который удаляет фазу @code{configure} из @code{%standard-phase} и вставляет новую фазу перед фазой @code{build}, которая называется @code{set-prefix-in- makefile}:"
#. type: lisp
-#: guix-git/doc/guix.texi:10478
+#: guix-git/doc/guix.texi:10484
#, no-wrap
msgid ""
"(define-public example\n"
@@ -23510,51 +23533,51 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:10487
+#: guix-git/doc/guix.texi:10493
#, fuzzy
#| msgid "The new phase that is inserted is written as an anonymous procedure, introduced with @code{lambda*}; it honors the @code{outputs} parameter we have seen before. @xref{Build Utilities}, for more about the helpers used by this phase, and for more examples of @code{modify-phases}."
msgid "The new phase that is inserted is written as an anonymous procedure, introduced with @code{lambda*}; it looks for the @file{xmllint} executable under a @file{/bin} directory among the package's inputs (@pxref{package Reference}). It also honors the @code{outputs} parameter we have seen before. @xref{Build Utilities}, for more about the helpers used by this phase, and for more examples of @code{modify-phases}."
msgstr "Новая вставляемая фаза записывается как анонимная процедура, представленная с помощью @code{lambda*}; она учитывает параметр @code{output}, который мы видели ранее. @xref{Build Utilities}, чтобы узнать больше о помощниках, используемых в этой фазе, и получить больше примеров @code{modify-phase}."
#. type: quotation
-#: guix-git/doc/guix.texi:10491
+#: guix-git/doc/guix.texi:10497
msgid "You can inspect the code associated with a package's @code{#:phases} argument interactively, at the REPL (@pxref{Using Guix Interactively})."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:10493 guix-git/doc/guix.texi:11846
+#: guix-git/doc/guix.texi:10499 guix-git/doc/guix.texi:11865
#, no-wrap
msgid "code staging"
msgstr "staging кода"
#. type: cindex
-#: guix-git/doc/guix.texi:10494 guix-git/doc/guix.texi:11847
+#: guix-git/doc/guix.texi:10500 guix-git/doc/guix.texi:11866
#, no-wrap
msgid "staging, of code"
msgstr "форматировние, кода"
#. type: Plain text
-#: guix-git/doc/guix.texi:10501
+#: guix-git/doc/guix.texi:10507
msgid "Keep in mind that build phases are code evaluated at the time the package is actually built. This explains why the whole @code{modify-phases} expression above is quoted (it comes after the @code{'} or apostrophe): it is @dfn{staged} for later execution. @xref{G-Expressions}, for an explanation of code staging and the @dfn{code strata} involved."
msgstr "Имейте в виду, что фазы сборки - это код, выполняемый во время фактической сборки пакета. Это объясняет, почему приведенное выше выражение @code{modify-phase} целиком (оно идет после @code{'} или апострофа): это @dfn{staged} для последующего выполнения. @xref{G-Expressions} для объяснения staging кода и задействованных @dfn{code strata}."
#. type: Plain text
-#: guix-git/doc/guix.texi:10511
+#: guix-git/doc/guix.texi:10517
msgid "As soon as you start writing non-trivial package definitions (@pxref{Defining Packages}) or other build actions (@pxref{G-Expressions}), you will likely start looking for helpers for ``shell-like'' actions---creating directories, copying and deleting files recursively, manipulating build phases, and so on. The @code{(guix build utils)} module provides such utility procedures."
msgstr "Как только вы начнете писать нетривиальные определения пакетов (@pxref{Defining Packages}) или другие действия сборки (@pxref{G-Expressions}), вы, скорее всего, начнете искать помощников для действий, подобных оболочке---создание каталогов, рекурсивное копирование и удаление файлов, управление этапами сборки и т.д. Модуль @code{(guix build utils)} предоставляет такие служебные процедуры."
#. type: Plain text
-#: guix-git/doc/guix.texi:10515
+#: guix-git/doc/guix.texi:10521
msgid "Most build systems load @code{(guix build utils)} (@pxref{Build Systems}). Thus, when writing custom build phases for your package definitions, you can usually assume those procedures are in scope."
msgstr "Большинство систем сборки загружают @code{(guix build utils)} (@pxref{Build Systems}). Таким образом, при написании настраиваемых фаз сборки для определений пакетов вы обычно можете предположить, что эти процедуры входят в область действия."
#. type: Plain text
-#: guix-git/doc/guix.texi:10520
+#: guix-git/doc/guix.texi:10526
msgid "When writing G-expressions, you can import @code{(guix build utils)} on the ``build side'' using @code{with-imported-modules} and then put it in scope with the @code{use-modules} form (@pxref{Using Guile Modules,,, guile, GNU Guile Reference Manual}):"
msgstr "При написании G-выражений вы можете импортировать @code{(guix build utils)} на ``стороне сборки'', используя @code{with-import-modules}, а затем поместить его в область видимости с помощью формы @code{use-modules} (@pxref{Using Guile Modules,,, guile, GNU Guile Reference Manual}):"
#. type: lisp
-#: guix-git/doc/guix.texi:10527
+#: guix-git/doc/guix.texi:10533
#, no-wrap
msgid ""
"(with-imported-modules '((guix build utils)) ;import it\n"
@@ -23566,7 +23589,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:10530
+#: guix-git/doc/guix.texi:10536
#, no-wrap
msgid ""
" ;; Happily use its 'mkdir-p' procedure.\n"
@@ -23574,262 +23597,262 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:10534
+#: guix-git/doc/guix.texi:10540
msgid "The remainder of this section is the reference for most of the utility procedures provided by @code{(guix build utils)}."
msgstr "Оставшаяся часть этого раздела является справочником по большинству служебных процедур, предоставляемых @code{(guix build utils)}."
#. type: subsection
-#: guix-git/doc/guix.texi:10537
+#: guix-git/doc/guix.texi:10543
#, no-wrap
msgid "Dealing with Store File Names"
msgstr "Работа с именами файлов в store"
#. type: Plain text
-#: guix-git/doc/guix.texi:10540
+#: guix-git/doc/guix.texi:10546
msgid "This section documents procedures that deal with store file names."
msgstr "В этом разделе описаны процедуры, относящиеся к именам файлов в store."
#. type: deffn
-#: guix-git/doc/guix.texi:10541
+#: guix-git/doc/guix.texi:10547
#, fuzzy, no-wrap
#| msgid "{Scheme Procedure} %store-directory"
msgid "{Procedure} %store-directory"
msgstr "{Процедура Scheme} sane-service-type"
#. type: deffn
-#: guix-git/doc/guix.texi:10543
+#: guix-git/doc/guix.texi:10549
msgid "Return the directory name of the store."
msgstr "Проверить целостность склада."
#. type: deffn
-#: guix-git/doc/guix.texi:10545
+#: guix-git/doc/guix.texi:10551
#, fuzzy, no-wrap
#| msgid "{Scheme Procedure} store-file-name? @var{file}"
msgid "{Procedure} store-file-name? file"
msgstr "{Scheme Procedure} file-union @var{name} @var{files}"
#. type: deffn
-#: guix-git/doc/guix.texi:10547
+#: guix-git/doc/guix.texi:10553
msgid "Return true if @var{file} is in the store."
msgstr "Возвращает true, если объект @var{obj} --- это пакет ранней версии."
#. type: deffn
-#: guix-git/doc/guix.texi:10549
+#: guix-git/doc/guix.texi:10555
#, fuzzy, no-wrap
#| msgid "{Scheme Procedure} strip-store-file-name @var{file}"
msgid "{Procedure} strip-store-file-name file"
msgstr "{Scheme Procedure} file-union @var{name} @var{files}"
#. type: deffn
-#: guix-git/doc/guix.texi:10552
+#: guix-git/doc/guix.texi:10558
msgid "Strip the @file{/gnu/store} and hash from @var{file}, a store file name. The result is typically a @code{\"@var{package}-@var{version}\"} string."
msgstr "Удалиnm @file{/gnu/store} и хэш из @var{file}, имени файла в store. Результатом обычно является строка @code{\"@var{package}-@var{version}\"}."
#. type: deffn
-#: guix-git/doc/guix.texi:10554
+#: guix-git/doc/guix.texi:10560
#, fuzzy, no-wrap
#| msgid "{Scheme Procedure} package-name->name+version @var{name}"
msgid "{Procedure} package-name->name+version name"
msgstr "{Процедура Scheme} inferior-package-version @var{package}"
#. type: deffn
-#: guix-git/doc/guix.texi:10559
+#: guix-git/doc/guix.texi:10565
msgid "Given @var{name}, a package name like @code{\"foo-0.9.1b\"}, return two values: @code{\"foo\"} and @code{\"0.9.1b\"}. When the version part is unavailable, @var{name} and @code{#f} are returned. The first hyphen followed by a digit is considered to introduce the version part."
msgstr "Учитывая @var{name}, имя пакета, такое как @code{\"foo-0.9.1b\"}, возвращает два значения: @code{\"foo\"} и @code{\"0.9.1b\"}. Если часть версии недоступна, возвращаются @var{name} и @code{#f}. Считается, что первый дефис, за которым следует цифра, обозначает часть версии."
#. type: subsection
-#: guix-git/doc/guix.texi:10561
+#: guix-git/doc/guix.texi:10567
#, no-wrap
msgid "File Types"
msgstr "Файловые системы"
#. type: Plain text
-#: guix-git/doc/guix.texi:10564
+#: guix-git/doc/guix.texi:10570
msgid "The procedures below deal with files and file types."
msgstr "Процедуры, приведённые ниже, обеспечивают работу и управление ранними версиями пакетов."
#. type: deffn
-#: guix-git/doc/guix.texi:10565
+#: guix-git/doc/guix.texi:10571
#, fuzzy, no-wrap
#| msgid "{Scheme Procedure} directory-exists? @var{dir}"
msgid "{Procedure} directory-exists? dir"
msgstr "{Scheme Procedure} directory-union @var{name} @var{things}"
#. type: deffn
-#: guix-git/doc/guix.texi:10567
+#: guix-git/doc/guix.texi:10573
msgid "Return @code{#t} if @var{dir} exists and is a directory."
msgstr "Вернуть @code{#t}, если @var{dir} существует и является каталогом."
#. type: deffn
-#: guix-git/doc/guix.texi:10569
+#: guix-git/doc/guix.texi:10575
#, fuzzy, no-wrap
#| msgid "{Scheme Procedure} executable-file? @var{file}"
msgid "{Procedure} executable-file? file"
msgstr "{Scheme Procedure} file-union @var{name} @var{files}"
#. type: deffn
-#: guix-git/doc/guix.texi:10571
+#: guix-git/doc/guix.texi:10577
msgid "Return @code{#t} if @var{file} exists and is executable."
msgstr "Вернуть @code{#t}, если @var{file} существует и исполняемый файл."
#. type: deffn
-#: guix-git/doc/guix.texi:10573
+#: guix-git/doc/guix.texi:10579
#, fuzzy, no-wrap
#| msgid "{Scheme Procedure} symbolic-link? @var{file}"
msgid "{Procedure} symbolic-link? file"
msgstr "{Scheme Procedure} file-union @var{name} @var{files}"
#. type: deffn
-#: guix-git/doc/guix.texi:10575
+#: guix-git/doc/guix.texi:10581
msgid "Return @code{#t} if @var{file} is a symbolic link (aka. a ``symlink'')."
msgstr "Вернуть @code{#t}, если @var{file} является символической ссылкой (также известной как ``символическая ссылка'')."
#. type: deffn
-#: guix-git/doc/guix.texi:10577
+#: guix-git/doc/guix.texi:10583
#, fuzzy, no-wrap
#| msgid "{Scheme Procedure} elf-file? @var{file}"
msgid "{Procedure} elf-file? file"
msgstr "{Scheme Procedure} file-union @var{name} @var{files}"
#. type: deffnx
-#: guix-git/doc/guix.texi:10578
+#: guix-git/doc/guix.texi:10584
#, fuzzy, no-wrap
#| msgid "{Scheme Procedure} ar-file? @var{file}"
msgid "{Procedure} ar-file? file"
msgstr "{Scheme Procedure} file-union @var{name} @var{files}"
#. type: deffnx
-#: guix-git/doc/guix.texi:10579
+#: guix-git/doc/guix.texi:10585
#, fuzzy, no-wrap
#| msgid "{Scheme Procedure} gzip-file? @var{file}"
msgid "{Procedure} gzip-file? file"
msgstr "{Scheme Procedure} file-union @var{name} @var{files}"
#. type: deffn
-#: guix-git/doc/guix.texi:10582
+#: guix-git/doc/guix.texi:10588
msgid "Return @code{#t} if @var{file} is, respectively, an ELF file, an @code{ar} archive (such as a @file{.a} static library), or a gzip file."
msgstr "Вернуть @code{#t}, если @var{file} является, соответственно, файлом ELF, архивом @code{ar} (например, статической библиотекой @file{.a}) или файлом gzip."
#. type: deffn
-#: guix-git/doc/guix.texi:10584
+#: guix-git/doc/guix.texi:10590
#, fuzzy, no-wrap
#| msgid "{Scheme Procedure} reset-gzip-timestamp @var{file} [#:keep-mtime? #t]"
msgid "{Procedure} reset-gzip-timestamp file [#:keep-mtime? #t]"
msgstr "{Процедура Scheme} inferior-package-inputs @var{package}"
#. type: deffn
-#: guix-git/doc/guix.texi:10588
+#: guix-git/doc/guix.texi:10594
msgid "If @var{file} is a gzip file, reset its embedded timestamp (as with @command{gzip --no-name}) and return true. Otherwise return @code{#f}. When @var{keep-mtime?} is true, preserve @var{file}'s modification time."
msgstr "Если @var{file} является файлом gzip, сбросить его timestamp (как в случае @command{gzip --no-name}) и вернуть истину. В противном случае вернуть @code{#f}. Когда @var{keep-mtime?} истинна, сохранить время модификации @var{file}."
#. type: subsection
-#: guix-git/doc/guix.texi:10590
+#: guix-git/doc/guix.texi:10596
#, no-wrap
msgid "File Manipulation"
msgstr "Управление файлами"
#. type: Plain text
-#: guix-git/doc/guix.texi:10597
+#: guix-git/doc/guix.texi:10603
msgid "The following procedures and macros help create, modify, and delete files. They provide functionality comparable to common shell utilities such as @command{mkdir -p}, @command{cp -r}, @command{rm -r}, and @command{sed}. They complement Guile's extensive, but low-level, file system interface (@pxref{POSIX,,, guile, GNU Guile Reference Manual})."
msgstr "Следующие процедуры и макросы помогают создавать, изменять и удалять файлы. Они обеспечивают функциональность, сопоставимую с такими обычными утилитами оболочки, как @command{mkdir -p}, @command{cp -r}, @command{rm -r} и @command{sed}. Они дополняют обширный, но низкоуровневый интерфейс файловой системы Guile (@pxref{POSIX,,, guile, GNU Guile Reference Manual})."
#. type: defmac
-#: guix-git/doc/guix.texi:10598
+#: guix-git/doc/guix.texi:10604
#, fuzzy, no-wrap
#| msgid "{Scheme Syntax} with-directory-excursion @var{directory} @var{body}@dots{}"
msgid "with-directory-excursion directory body @dots{}"
msgstr "{Scheme Syntax} let-system @var{system} @var{body}@dots{}"
#. type: defmac
-#: guix-git/doc/guix.texi:10600
+#: guix-git/doc/guix.texi:10606
msgid "Run @var{body} with @var{directory} as the process's current directory."
msgstr "Запустить @var{body} с @var{directory} в качестве текущего каталога процесса."
#. type: defmac
-#: guix-git/doc/guix.texi:10607
+#: guix-git/doc/guix.texi:10613
msgid "Essentially, this macro changes the current directory to @var{directory} before evaluating @var{body}, using @code{chdir} (@pxref{Processes,,, guile, GNU Guile Reference Manual}). It changes back to the initial directory when the dynamic extent of @var{body} is left, be it @i{via} normal procedure return or @i{via} a non-local exit such as an exception."
msgstr "По сути, этот макрос изменяет текущий каталог на @var{directory} перед вычислением @var{body}, используя @code{chdir} (@pxref{Processes,,, guile, GNU Guile Reference Manual}). Она возвращается в исходный каталог, когда остается динамический extent @var{body}, будь то @i{через} возврат нормальной процедуры или @i{через} нелокальный выход, такой как исключение."
#. type: deffn
-#: guix-git/doc/guix.texi:10609
+#: guix-git/doc/guix.texi:10615
#, fuzzy, no-wrap
#| msgid "{Scheme Procedure} mkdir-p @var{dir}"
msgid "{Procedure} mkdir-p dir"
msgstr "{Процедура Scheme} inferior-packages @var{inferior}"
#. type: deffn
-#: guix-git/doc/guix.texi:10611
+#: guix-git/doc/guix.texi:10617
msgid "Create directory @var{dir} and all its ancestors."
msgstr "Создать каталог @var{dir} и всех его предков."
#. type: deffn
-#: guix-git/doc/guix.texi:10613
+#: guix-git/doc/guix.texi:10619
#, fuzzy, no-wrap
#| msgid "a writable @file{/tmp} directory."
msgid "{Procedure} install-file file directory"
msgstr "директория @file{/tmp}, доступная для записи."
#. type: deffn
-#: guix-git/doc/guix.texi:10616
+#: guix-git/doc/guix.texi:10622
msgid "Create @var{directory} if it does not exist and copy @var{file} in there under the same name."
msgstr "Создать @var{каталог}, если он не существует, и скопировать туда @var{file} под тем же именем."
#. type: deffn
-#: guix-git/doc/guix.texi:10618
+#: guix-git/doc/guix.texi:10624
#, fuzzy, no-wrap
#| msgid "{Scheme Procedure} make-file-writable @var{file}"
msgid "{Procedure} make-file-writable file"
msgstr "{Scheme Procedure} file-union @var{name} @var{files}"
#. type: deffn
-#: guix-git/doc/guix.texi:10620
+#: guix-git/doc/guix.texi:10626
msgid "Make @var{file} writable for its owner."
msgstr "Сделать @var{file} доступным для записи его владельцу."
#. type: deffn
-#: guix-git/doc/guix.texi:10622
+#: guix-git/doc/guix.texi:10628
#, fuzzy, no-wrap
#| msgid "{Scheme Procedure} copy-recursively @var{source} @var{destination} @"
msgid "{Procedure} copy-recursively source destination @"
msgstr "{Scheme Procedure} lookup-inferior-packages @var{inferior} @var{name} @"
#. type: deffn
-#: guix-git/doc/guix.texi:10631
+#: guix-git/doc/guix.texi:10643
#, fuzzy
#| msgid "[#:log (current-output-port)] [#:follow-symlinks? #f] [#:keep-mtime? #f] Copy @var{source} directory to @var{destination}. Follow symlinks if @var{follow-symlinks?} is true; otherwise, just preserve them. When @var{keep-mtime?} is true, keep the modification time of the files in @var{source} on those of @var{destination}. Write verbose output to the @var{log} port."
-msgid "[#:log (current-output-port)] [#:follow-symlinks? #f] @ [#:copy-file copy-file] [#:keep-mtime? #f] [#:keep-permissions? #t] Copy @var{source} directory to @var{destination}. Follow symlinks if @var{follow-symlinks?} is true; otherwise, just preserve them. Call @var{copy-file} to copy regular files. When @var{keep-mtime?} is true, keep the modification time of the files in @var{source} on those of @var{destination}. When @var{keep-permissions?} is true, preserve file permissions. Write verbose output to the @var{log} port."
+msgid "[#:log (current-output-port)] [#:follow-symlinks? #f] @ [#:copy-file copy-file] [#:keep-mtime? #f] [#:keep-permissions? #t] [#:select? (const #t)] Copy @var{source} directory to @var{destination}. Follow symlinks if @var{follow-symlinks?} is true; otherwise, just preserve them. Call @var{copy-file} to copy regular files. Call @var{select?}, taking two arguments, @var{file} and @var{stat}, for each entry in @var{source}, where @var{file} is the entry's absolute file name and @var{stat} is the result of @code{lstat} (or @code{stat} if @var{follow-symlinks?} is true); exclude entries for which @var{select?} does not return true. When @var{keep-mtime?} is true, keep the modification time of the files in @var{source} on those of @var{destination}. When @var{keep-permissions?} is true, preserve file permissions. Write verbose output to the @var{log} port."
msgstr "[#:log (current-output-port)] [#:follow-symlinks? #f] [#:keep-mtime? #f] Скопировать каталог @var{source} в @var{destination}. Следовать символическим ссылкам, если @var{follow-symlinks?} истинна; в противном случае просто сохранить их. Когда @var{keep-mtime?} истинна, оставить время изменения файлов в @var{source} таким же, как у @var{destination}. Записывать подробный вывод в порт @var{log}."
#. type: deffn
-#: guix-git/doc/guix.texi:10633
+#: guix-git/doc/guix.texi:10645
#, fuzzy, no-wrap
#| msgid "{Scheme Procedure} delete-file-recursively @var{dir} @"
msgid "{Procedure} delete-file-recursively dir [#:follow-mounts? #f]"
msgstr "{Процедура Scheme} open-inferior @var{directory} @"
#. type: deffn
-#: guix-git/doc/guix.texi:10637
+#: guix-git/doc/guix.texi:10649
#, fuzzy
#| msgid "[#:follow-mounts? #f] Delete @var{dir} recursively, like @command{rm -rf}, without following symlinks. Don't follow mount points either, unless @var{follow-mounts?} is true. Report but ignore errors."
msgid "Delete @var{dir} recursively, like @command{rm -rf}, without following symlinks. Don't follow mount points either, unless @var{follow-mounts?} is true. Report but ignore errors."
msgstr "[#:follow-mounts? #f] @var{dir} рекурсивно, как @command{rm -rf}, без использования символических ссылок. Также не следовать точкам монтирования, если @var{follow-mounts?} не истинна. Сообщать об ошибках, но игнорировать их."
#. type: defmac
-#: guix-git/doc/guix.texi:10639
+#: guix-git/doc/guix.texi:10651
#, fuzzy, no-wrap
#| msgid "substituter"
msgid "substitute* file @"
msgstr "заменяющий"
#. type: defmac
-#: guix-git/doc/guix.texi:10644
+#: guix-git/doc/guix.texi:10656
#, fuzzy
#| msgid "((@var{regexp} @var{match-var}@dots{}) @var{body}@dots{}) @dots{} Substitute @var{regexp} in @var{file} by the string returned by @var{body}. @var{body} is evaluated with each @var{match-var} bound to the corresponding positional regexp sub-expression. For example:"
msgid "((regexp match-var@dots{}) body@dots{}) @dots{} Substitute @var{regexp} in @var{file} by the string returned by @var{body}. @var{body} is evaluated with each @var{match-var} bound to the corresponding positional regexp sub-expression. For example:"
msgstr "((@var{regexp} @var{match-var}@dots{}) @var{body}@dots{}) @dots{} Заменить @var{regexp} в @var{file} строкой, возвращаемой @var{body}. @var{body} вычисляется с каждой привязкой @var{match-var} к соответствующему подвыражению позиционного регулярного выражения. Например:"
#. type: lisp
-#: guix-git/doc/guix.texi:10651
+#: guix-git/doc/guix.texi:10663
#, no-wrap
msgid ""
"(substitute* file\n"
@@ -23840,73 +23863,73 @@ msgid ""
msgstr ""
#. type: defmac
-#: guix-git/doc/guix.texi:10657
+#: guix-git/doc/guix.texi:10669
msgid "Here, anytime a line of @var{file} contains @code{hello}, it is replaced by @code{good morning}. Anytime a line of @var{file} matches the second regexp, @code{all} is bound to the complete match, @code{letters} is bound to the first sub-expression, and @code{end} is bound to the last one."
msgstr "Здесь, когда строка @var{file} содержит @code{hello}, она заменяется на @code{good morning}. Каждый раз, когда строка @var{file} соответствует второму регулярному выражению, @code{all} привязывается к полному совпадению, @code{letters} привязано к первому подвыражению, а @code{end} привязано к последнему."
#. type: defmac
-#: guix-git/doc/guix.texi:10660
+#: guix-git/doc/guix.texi:10672
msgid "When one of the @var{match-var} is @code{_}, no variable is bound to the corresponding match substring."
msgstr "Когда одно из @var{match-var} - @code{_}, никакая переменная не связана с соответствующей подстрокой соответствия."
#. type: defmac
-#: guix-git/doc/guix.texi:10663
+#: guix-git/doc/guix.texi:10675
msgid "Alternatively, @var{file} may be a list of file names, in which case they are all subject to the substitutions."
msgstr "В качестве альтернативы @var{file} может быть списком имен файлов, и в этом случае все они могут быть заменены."
#. type: defmac
-#: guix-git/doc/guix.texi:10668
+#: guix-git/doc/guix.texi:10680
msgid "Be careful about using @code{$} to match the end of a line; by itself it won't match the terminating newline of a line. For example, to match a whole line ending with a backslash, one needs a regex like @code{\"(.*)\\\\\\\\\\n$\"}."
msgstr "Будьте осторожны с использованием @code{$} для поиска конца строки; само по себе он не будет соответствовать завершению новой строки в строке. Например, для поиска целой строки, заканчивающейся обратной косой чертой, нужен регекс типа @code{\"(.*)\\\\\\\\\\n$\"}."
#. type: subsection
-#: guix-git/doc/guix.texi:10670
+#: guix-git/doc/guix.texi:10682
#, no-wrap
msgid "File Search"
msgstr "Файловые системы"
#. type: cindex
-#: guix-git/doc/guix.texi:10672
+#: guix-git/doc/guix.texi:10684
#, no-wrap
msgid "file, searching"
msgstr "файл, поиск"
#. type: Plain text
-#: guix-git/doc/guix.texi:10674
+#: guix-git/doc/guix.texi:10686
msgid "This section documents procedures to search and filter files."
msgstr "В этом разделе описаны процедуры поиска и фильтрации файлов."
#. type: deffn
-#: guix-git/doc/guix.texi:10675
+#: guix-git/doc/guix.texi:10687
#, fuzzy, no-wrap
#| msgid "{Scheme Procedure} file-name-predicate @var{regexp}"
msgid "{Procedure} file-name-predicate regexp"
msgstr "{Процедура Scheme} inferior-package? @var{obj}"
#. type: deffn
-#: guix-git/doc/guix.texi:10678
+#: guix-git/doc/guix.texi:10690
msgid "Return a predicate that returns true when passed a file name whose base name matches @var{regexp}."
msgstr "Вернуть предикат, который возвращает истину при передаче имени файла, базовое имя которого совпадает с @var{regexp}."
#. type: deffn
-#: guix-git/doc/guix.texi:10680
+#: guix-git/doc/guix.texi:10692
#, fuzzy, no-wrap
#| msgid "{Scheme Procedure} find-files @var{dir} [@var{pred}] @"
msgid "{Procedure} find-files dir [pred] @"
msgstr "{Процедура Scheme} lookup-inferior-packages @var{inferior} @var{name} @"
#. type: deffn
-#: guix-git/doc/guix.texi:10691
+#: guix-git/doc/guix.texi:10703
msgid "[#:stat lstat] [#:directories? #f] [#:fail-on-error? #f] Return the lexicographically sorted list of files under @var{dir} for which @var{pred} returns true. @var{pred} is passed two arguments: the absolute file name, and its stat buffer; the default predicate always returns true. @var{pred} can also be a regular expression, in which case it is equivalent to @code{(file-name-predicate @var{pred})}. @var{stat} is used to obtain file information; using @code{lstat} means that symlinks are not followed. If @var{directories?} is true, then directories will also be included. If @var{fail-on-error?} is true, raise an exception upon error."
msgstr "[#:stat lstat] [#:directories? #f] [#:fail-on-error? #f] Возвращает лексикографически отсортированный список файлов в @var{dir}, для которых @var{pred} возвращает истину. @var{pred} передается два аргумента: абсолютное имя файла и его буфер статистики; предикат по умолчанию всегда возвращает истину. @var{pred} также может быть регулярным выражением, в этом случае оно эквивалентно @code{(file-name-predicate @var{pred})}. @var{stat} используется для получения информации о файле; использование @code{lstat} означает, что символические ссылки не соблюдаются. Если @var{directories?} истина, то каталоги также будут включены. Если @var{fail-on-error?} истина, генерировать исключение при ошибке."
#. type: Plain text
-#: guix-git/doc/guix.texi:10695
+#: guix-git/doc/guix.texi:10707
msgid "Here are a few examples where we assume that the current directory is the root of the Guix source tree:"
msgstr "Вот несколько примеров, в которых мы предполагаем, что текущий каталог является корнем дерева исходников Guix:"
#. type: lisp
-#: guix-git/doc/guix.texi:10700
+#: guix-git/doc/guix.texi:10712
#, no-wrap
msgid ""
";; List all the regular files in the current directory.\n"
@@ -23916,7 +23939,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:10704
+#: guix-git/doc/guix.texi:10716
#, no-wrap
msgid ""
";; List all the .scm files under gnu/services.\n"
@@ -23926,7 +23949,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:10708
+#: guix-git/doc/guix.texi:10720
#, no-wrap
msgid ""
";; List ar files in the current directory.\n"
@@ -23935,48 +23958,48 @@ msgid ""
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:10710
+#: guix-git/doc/guix.texi:10722
#, fuzzy, no-wrap
#| msgid "{Scheme Procedure} which @var{program}"
msgid "{Procedure} which program"
msgstr "{Процедура Scheme} inferior-packages @var{inferior}"
#. type: deffn
-#: guix-git/doc/guix.texi:10713
+#: guix-git/doc/guix.texi:10725
msgid "Return the complete file name for @var{program} as found in @code{$PATH}, or @code{#f} if @var{program} could not be found."
msgstr "Вернуть полное имя файла для @var{program}, как в @code{$PATH}, или @code{#f}, если @var{program} не найдена."
#. type: deffn
-#: guix-git/doc/guix.texi:10715
+#: guix-git/doc/guix.texi:10727
#, fuzzy, no-wrap
#| msgid "{Scheme Procedure} scheme-file @var{name} @var{exp} @"
msgid "{Procedure} search-input-file inputs name"
msgstr "{Scheme Procedure} scheme-file @var{name} @var{exp} @"
#. type: deffnx
-#: guix-git/doc/guix.texi:10716
+#: guix-git/doc/guix.texi:10728
#, fuzzy, no-wrap
#| msgid "{Scheme Procedure} directory-union @var{name} @var{things}"
msgid "{Procedure} search-input-directory inputs name"
msgstr "{Scheme Procedure} directory-union @var{name} @var{things}"
#. type: deffn
-#: guix-git/doc/guix.texi:10721
+#: guix-git/doc/guix.texi:10733
msgid "Return the complete file name for @var{name} as found in @var{inputs}; @code{search-input-file} searches for a regular file and @code{search-input-directory} searches for a directory. If @var{name} could not be found, an exception is raised."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:10725
+#: guix-git/doc/guix.texi:10737
msgid "Here, @var{inputs} must be an association list like @code{inputs} and @code{native-inputs} as available to build phases (@pxref{Build Phases})."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:10729
+#: guix-git/doc/guix.texi:10741
msgid "Here is a (simplified) example of how @code{search-input-file} is used in a build phase of the @code{wireguard-tools} package:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:10738
+#: guix-git/doc/guix.texi:10750
#, no-wrap
msgid ""
"(add-after 'install 'wrap-wg-quick\n"
@@ -23989,121 +24012,121 @@ msgid ""
msgstr ""
#. type: subsection
-#: guix-git/doc/guix.texi:10740
+#: guix-git/doc/guix.texi:10752
#, fuzzy, no-wrap
#| msgid "Log Rotation"
msgid "Program Invocation"
msgstr "Ротация логов"
#. type: cindex
-#: guix-git/doc/guix.texi:10742
+#: guix-git/doc/guix.texi:10754
#, no-wrap
msgid "program invocation, from Scheme"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:10743
+#: guix-git/doc/guix.texi:10755
#, no-wrap
msgid "invoking programs, from Scheme"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:10747
+#: guix-git/doc/guix.texi:10759
msgid "You'll find handy procedures to spawn processes in this module, essentially convenient wrappers around Guile's @code{system*} (@pxref{Processes, @code{system*},, guile, GNU Guile Reference Manual})."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:10748
+#: guix-git/doc/guix.texi:10760
#, fuzzy, no-wrap
#| msgid "{Scheme Procedure} guix-os @var{variants}@dots{}"
msgid "{Procedure} invoke program args@dots{}"
msgstr "{Процедура Scheme} lookup-inferior-packages @var{inferior} @var{name} @"
#. type: deffn
-#: guix-git/doc/guix.texi:10752
+#: guix-git/doc/guix.texi:10764
msgid "Invoke @var{program} with the given @var{args}. Raise an @code{&invoke-error} exception if the exit code is non-zero; otherwise return @code{#t}."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:10756
+#: guix-git/doc/guix.texi:10768
msgid "The advantage compared to @code{system*} is that you do not need to check the return value. This reduces boilerplate in shell-script-like snippets for instance in package build phases."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:10758
+#: guix-git/doc/guix.texi:10770
#, fuzzy, no-wrap
#| msgid "{Scheme Procedure} inferior-package? @var{obj}"
msgid "{Procedure} invoke-error? c"
msgstr "{Процедура Scheme} inferior-package? @var{obj}"
#. type: deffn
-#: guix-git/doc/guix.texi:10760
+#: guix-git/doc/guix.texi:10772
#, fuzzy
#| msgid "Return true if @var{obj} is an inferior package."
msgid "Return true if @var{c} is an @code{&invoke-error} condition."
msgstr "Возвращает true, если объект @var{obj} --- это пакет ранней версии."
#. type: deffn
-#: guix-git/doc/guix.texi:10762
+#: guix-git/doc/guix.texi:10774
#, fuzzy, no-wrap
#| msgid "{Scheme Procedure} inferior-package? @var{obj}"
msgid "{Procedure} invoke-error-program c"
msgstr "{Процедура Scheme} inferior-package? @var{obj}"
#. type: deffnx
-#: guix-git/doc/guix.texi:10763
+#: guix-git/doc/guix.texi:10775
#, fuzzy, no-wrap
#| msgid "{Scheme Procedure} inferior-package-inputs @var{package}"
msgid "{Procedure} invoke-error-arguments c"
msgstr "{Процедура Scheme} inferior-package-inputs @var{package}"
#. type: deffnx
-#: guix-git/doc/guix.texi:10764
+#: guix-git/doc/guix.texi:10776
#, fuzzy, no-wrap
#| msgid "{Scheme Procedure} directory-exists? @var{dir}"
msgid "{Procedure} invoke-error-exit-status c"
msgstr "{Scheme Procedure} directory-union @var{name} @var{things}"
#. type: deffnx
-#: guix-git/doc/guix.texi:10765
+#: guix-git/doc/guix.texi:10777
#, fuzzy, no-wrap
#| msgid "{Scheme Procedure} inferior-package-name @var{package}"
msgid "{Procedure} invoke-error-term-signal c"
msgstr "{Процедура Scheme} inferior-package-name @var{package}"
#. type: deffnx
-#: guix-git/doc/guix.texi:10766
+#: guix-git/doc/guix.texi:10778
#, fuzzy, no-wrap
#| msgid "{Scheme Procedure} inferior-package-name @var{package}"
msgid "{Procedure} invoke-error-stop-signal c"
msgstr "{Процедура Scheme} inferior-package-name @var{package}"
#. type: deffn
-#: guix-git/doc/guix.texi:10768
+#: guix-git/doc/guix.texi:10780
msgid "Access specific fields of @var{c}, an @code{&invoke-error} condition."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:10770
+#: guix-git/doc/guix.texi:10782
#, fuzzy, no-wrap
#| msgid "{Scheme Procedure} find-files @var{dir} [@var{pred}] @"
msgid "{Procedure} report-invoke-error c [port]"
msgstr "{Процедура Scheme} lookup-inferior-packages @var{inferior} @var{name} @"
#. type: deffn
-#: guix-git/doc/guix.texi:10773
+#: guix-git/doc/guix.texi:10785
msgid "Report to @var{port} (by default the current error port) about @var{c}, an @code{&invoke-error} condition, in a human-friendly way."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:10775
+#: guix-git/doc/guix.texi:10787
#, fuzzy
#| msgid "... would look like this:"
msgid "Typical usage would look like this:"
msgstr "Вывод должен быть таким:"
#. type: lisp
-#: guix-git/doc/guix.texi:10779
+#: guix-git/doc/guix.texi:10791
#, fuzzy, no-wrap
#| msgid ""
#| "(use-modules (guix utils)\n"
@@ -24121,7 +24144,7 @@ msgstr ""
"\n"
#. type: lisp
-#: guix-git/doc/guix.texi:10783
+#: guix-git/doc/guix.texi:10795
#, no-wrap
msgid ""
"(guard (c ((invoke-error? c)\n"
@@ -24131,32 +24154,32 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:10785
+#: guix-git/doc/guix.texi:10797
#, no-wrap
msgid "@print{} command \"date\" \"--imaginary-option\" failed with status 1\n"
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:10788
+#: guix-git/doc/guix.texi:10800
#, fuzzy, no-wrap
#| msgid "{Scheme Procedure} file-append @var{obj} @var{suffix} @dots{}"
msgid "{Procedure} invoke/quiet program args@dots{}"
msgstr "{Scheme Procedure} file-append @var{obj} @var{suffix} @dots{}"
#. type: deffn
-#: guix-git/doc/guix.texi:10794
+#: guix-git/doc/guix.texi:10806
msgid "Invoke @var{program} with @var{args} and capture @var{program}'s standard output and standard error. If @var{program} succeeds, print nothing and return the unspecified value; otherwise, raise a @code{&message} error condition that includes the status code and the output of @var{program}."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:10796
+#: guix-git/doc/guix.texi:10808
#, fuzzy
#| msgid "Consider this example:"
msgid "Here's an example:"
msgstr "Рассмотрим пример:"
#. type: lisp
-#: guix-git/doc/guix.texi:10801
+#: guix-git/doc/guix.texi:10813
#, fuzzy, no-wrap
#| msgid ""
#| "(use-modules (guix utils)\n"
@@ -24175,7 +24198,7 @@ msgstr ""
"\n"
#. type: lisp
-#: guix-git/doc/guix.texi:10806
+#: guix-git/doc/guix.texi:10818
#, no-wrap
msgid ""
"(guard (c ((message-condition? c)\n"
@@ -24186,7 +24209,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:10808
+#: guix-git/doc/guix.texi:10820
#, no-wrap
msgid ""
"@print{} 'date --imaginary-option' exited with status 1; output follows:\n"
@@ -24194,7 +24217,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:10811
+#: guix-git/doc/guix.texi:10823
#, no-wrap
msgid ""
" date: unrecognized option '--imaginary-option'\n"
@@ -24202,35 +24225,35 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:10823
+#: guix-git/doc/guix.texi:10835
msgid "The @code{(guix build utils)} also contains tools to manipulate build phases as used by build systems (@pxref{Build Systems}). Build phases are represented as association lists or ``alists'' (@pxref{Association Lists,,, guile, GNU Guile Reference Manual}) where each key is a symbol naming the phase and the associated value is a procedure (@pxref{Build Phases})."
msgstr "@code{(guix build utils)} также содержит инструменты для управления фазами сборки, которые используются системами сборки (@pxref{Build Systems}). Фазы сборки представлены в виде ассоциативных списков или ``alists'' (@pxref{Association Lists,,, guile, GNU Guile Reference Manual}), где каждый ключ представляет собой символ, обозначающий фазу, а связанное значение представляет собой процедуру (@pxref{Build Phases})."
#. type: Plain text
-#: guix-git/doc/guix.texi:10827
+#: guix-git/doc/guix.texi:10839
msgid "Guile core and the @code{(srfi srfi-1)} module both provide tools to manipulate alists. The @code{(guix build utils)} module complements those with tools written with build phases in mind."
msgstr "Ядро Guile и модуль @code{(srfi srfi-1)} предоставляют инструменты для управления списками. Модуль @code{(guix build utils)} дополняет их инструментами, написанными с учетом фаз сборки."
#. type: cindex
-#: guix-git/doc/guix.texi:10828
+#: guix-git/doc/guix.texi:10840
#, no-wrap
msgid "build phases, modifying"
msgstr "build phases, modifying"
#. type: defmac
-#: guix-git/doc/guix.texi:10829
+#: guix-git/doc/guix.texi:10841
#, fuzzy, no-wrap
#| msgid "{Scheme Syntax} modify-phases @var{phases} @var{clause}@dots{}"
msgid "modify-phases phases clause@dots{}"
msgstr "{Scheme Syntax} let-system @var{system} @var{body}@dots{}"
#. type: defmac
-#: guix-git/doc/guix.texi:10832
+#: guix-git/doc/guix.texi:10844
msgid "Modify @var{phases} sequentially as per each @var{clause}, which may have one of the following forms:"
msgstr "Изменить @var{phases} последовательно в соответствии с каждым @var{clause}, которое может иметь одну из следующих форм:"
#. type: lisp
-#: guix-git/doc/guix.texi:10838
+#: guix-git/doc/guix.texi:10850
#, no-wrap
msgid ""
"(delete @var{old-phase-name})\n"
@@ -24244,17 +24267,17 @@ msgstr ""
"(add-after @var{old-phase-name} @var{new-phase-name} @var{new-phase})\n"
#. type: defmac
-#: guix-git/doc/guix.texi:10842
+#: guix-git/doc/guix.texi:10854
msgid "Where every @var{phase-name} above is an expression evaluating to a symbol, and @var{new-phase} an expression evaluating to a procedure."
msgstr "Где каждая @var{phase-name} выше - это выражение, преобразующееся в символ, а @var{new-phase} - выражение, преобразующееся в процедуру."
#. type: Plain text
-#: guix-git/doc/guix.texi:10853
+#: guix-git/doc/guix.texi:10865
msgid "The example below is taken from the definition of the @code{grep} package. It adds a phase to run after the @code{install} phase, called @code{fix-egrep-and-fgrep}. That phase is a procedure (@code{lambda*} is for anonymous procedures) that takes a @code{#:outputs} keyword argument and ignores extra keyword arguments (@pxref{Optional Arguments,,, guile, GNU Guile Reference Manual}, for more on @code{lambda*} and optional and keyword arguments.) The phase uses @code{substitute*} to modify the installed @file{egrep} and @file{fgrep} scripts so that they refer to @code{grep} by its absolute file name:"
msgstr "Пример ниже взят из определения пакета @code{grep}. Он добавляет фазу для запуска после фазы @code{install}, которая называется @code{fix-egrep-and-fgrep}. Эта фаза представляет собой процедуру (@code{lambda*} обозначает анонимную процедуру), которая принимает аргумент ключевого слова @code{#:output} и игнорирует дополнительные аргументы ключевого слова (@pxref{Optional Arguments,,, guile, GNU Guile Reference Manual}, for more on @code{lambda*} and optional and keyword arguments.) В фазе используется @code{substitute*} для изменения установленных сценариев @file{egrep} и @file{fgrep}, чтобы они ссылались на @code{grep} по абсолютному имени файла:"
#. type: lisp
-#: guix-git/doc/guix.texi:10866
+#: guix-git/doc/guix.texi:10878
#, no-wrap
msgid ""
"(modify-phases %standard-phases\n"
@@ -24271,12 +24294,12 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:10873
+#: guix-git/doc/guix.texi:10885
msgid "In the example below, phases are modified in two ways: the standard @code{configure} phase is deleted, presumably because the package does not have a @file{configure} script or anything similar, and the default @code{install} phase is replaced by one that manually copies the executable files to be installed:"
msgstr "В приведенном ниже примере фазы изменяются двумя способами: стандартная фаза @code{configure} удаляется, предположительно потому, что в пакете нет сценария @file{configure} или чего-то подобного, и фаза @code{install} по умолчанию заменяется файлом, который вручную копирует устанавливаемые исполняемые файлы:"
#. type: lisp
-#: guix-git/doc/guix.texi:10885
+#: guix-git/doc/guix.texi:10897
#, no-wrap
msgid ""
"(modify-phases %standard-phases\n"
@@ -24292,87 +24315,87 @@ msgid ""
msgstr ""
#. type: subsection
-#: guix-git/doc/guix.texi:10889
+#: guix-git/doc/guix.texi:10901
#, fuzzy, no-wrap
#| msgid "ld-wrapper"
msgid "Wrappers"
msgstr "ld-wrapper"
#. type: cindex
-#: guix-git/doc/guix.texi:10891
+#: guix-git/doc/guix.texi:10903
#, fuzzy, no-wrap
#| msgid "linker wrapper"
msgid "program wrappers"
msgstr "ld-wrapper"
#. type: cindex
-#: guix-git/doc/guix.texi:10892
+#: guix-git/doc/guix.texi:10904
#, no-wrap
msgid "wrapping programs"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:10898
+#: guix-git/doc/guix.texi:10910
msgid "It is not unusual for a command to require certain environment variables to be set for proper functioning, typically search paths (@pxref{Search Paths}). Failing to do that, the command might fail to find files or other commands it relies on, or it might pick the ``wrong'' ones---depending on the environment in which it runs. Examples include:"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:10902
+#: guix-git/doc/guix.texi:10914
msgid "a shell script that assumes all the commands it uses are in @env{PATH};"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:10906
+#: guix-git/doc/guix.texi:10918
msgid "a Guile program that assumes all its modules are in @env{GUILE_LOAD_PATH} and @env{GUILE_LOAD_COMPILED_PATH};"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:10910
+#: guix-git/doc/guix.texi:10922
msgid "a Qt application that expects to find certain plugins in @env{QT_PLUGIN_PATH}."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:10918
+#: guix-git/doc/guix.texi:10930
msgid "For a package writer, the goal is to make sure commands always work the same rather than depend on some external settings. One way to achieve that is to @dfn{wrap} commands in a thin script that sets those environment variables, thereby ensuring that those run-time dependencies are always found. The wrapper would be used to set @env{PATH}, @env{GUILE_LOAD_PATH}, or @env{QT_PLUGIN_PATH} in the examples above."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:10921
+#: guix-git/doc/guix.texi:10933
msgid "To ease that task, the @code{(guix build utils)} module provides a couple of helpers to wrap commands."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:10922
+#: guix-git/doc/guix.texi:10934
#, fuzzy, no-wrap
#| msgid "{Scheme Procedure} which @var{program}"
msgid "{Procedure} wrap-program program [#:sh sh] [#:rest variables]"
msgstr "{Процедура Scheme} inferior-packages @var{inferior}"
#. type: deffn
-#: guix-git/doc/guix.texi:10924
+#: guix-git/doc/guix.texi:10936
msgid "Make a wrapper for @var{program}. @var{variables} should look like this:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:10927
+#: guix-git/doc/guix.texi:10939
#, no-wrap
msgid "'(@var{variable} @var{delimiter} @var{position} @var{list-of-directories})\n"
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:10931
+#: guix-git/doc/guix.texi:10943
msgid "where @var{delimiter} is optional. @code{:} will be used if @var{delimiter} is not given."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:10933
+#: guix-git/doc/guix.texi:10945
#, fuzzy
#| msgid "For example, this command:"
msgid "For example, this call:"
msgstr "Например, эта команда:"
#. type: lisp
-#: guix-git/doc/guix.texi:10939
+#: guix-git/doc/guix.texi:10951
#, no-wrap
msgid ""
"(wrap-program \"foo\"\n"
@@ -24382,12 +24405,12 @@ msgid ""
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:10943
+#: guix-git/doc/guix.texi:10955
msgid "will copy @file{foo} to @file{.foo-real} and create the file @file{foo} with the following contents:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:10949
+#: guix-git/doc/guix.texi:10961
#, no-wrap
msgid ""
"#!location/of/bin/bash\n"
@@ -24397,55 +24420,55 @@ msgid ""
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:10954
+#: guix-git/doc/guix.texi:10966
msgid "If @var{program} has previously been wrapped by @code{wrap-program}, the wrapper is extended with definitions for @var{variables}. If it is not, @var{sh} will be used as the interpreter."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:10956
+#: guix-git/doc/guix.texi:10968
#, no-wrap
msgid "{Procedure} wrap-script program [#:guile guile] [#:rest variables]"
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:10963
+#: guix-git/doc/guix.texi:10975
msgid "Wrap the script @var{program} such that @var{variables} are set first. The format of @var{variables} is the same as in the @code{wrap-program} procedure. This procedure differs from @code{wrap-program} in that it does not create a separate shell script. Instead, @var{program} is modified directly by prepending a Guile script, which is interpreted as a comment in the script's language."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:10966
+#: guix-git/doc/guix.texi:10978
msgid "Special encoding comments as supported by Python are recreated on the second line."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:10969
+#: guix-git/doc/guix.texi:10981
msgid "Note that this procedure can only be used once per file as Guile scripts are not supported."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:10974
+#: guix-git/doc/guix.texi:10986
#, fuzzy, no-wrap
#| msgid "search paths"
msgid "search path"
msgstr "пути поиска"
#. type: Plain text
-#: guix-git/doc/guix.texi:10981
+#: guix-git/doc/guix.texi:10993
msgid "Many programs and libraries look for input data in a @dfn{search path}, a list of directories: shells like Bash look for executables in the command search path, a C compiler looks for @file{.h} files in its header search path, the Python interpreter looks for @file{.py} files in its search path, the spell checker has a search path for dictionaries, and so on."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:10989
+#: guix-git/doc/guix.texi:11001
msgid "Search paths can usually be defined or overridden @i{via} environment variables (@pxref{Environment Variables,,, libc, The GNU C Library Reference Manual}). For example, the search paths mentioned above can be changed by defining the @env{PATH}, @env{C_INCLUDE_PATH}, @env{PYTHONPATH} (or @env{GUIX_PYTHONPATH}), and @env{DICPATH} environment variables---you know, all these something-PATH variables that you need to get right or things ``won't be found''."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:10999
+#: guix-git/doc/guix.texi:11011
msgid "You may have noticed from the command line that Guix ``knows'' which search path environment variables should be defined, and how. When you install packages in your default profile, the file @file{~/.guix-profile/etc/profile} is created, which you can ``source'' from the shell to set those variables. Likewise, if you ask @command{guix shell} to create an environment containing Python and NumPy, a Python library, and if you pass it the @option{--search-paths} option, it will tell you about @env{PATH} and @env{GUIX_PYTHONPATH} (@pxref{Invoking guix shell}):"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:11004
+#: guix-git/doc/guix.texi:11016
#, no-wrap
msgid ""
"$ guix shell python python-numpy --pure --search-paths\n"
@@ -24454,12 +24477,12 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:11008
+#: guix-git/doc/guix.texi:11020
msgid "When you omit @option{--search-paths}, it defines these environment variables right away, such that Python can readily find NumPy:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:11017
+#: guix-git/doc/guix.texi:11029
#, no-wrap
msgid ""
"$ guix shell python python-numpy -- python3\n"
@@ -24472,12 +24495,12 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:11022
+#: guix-git/doc/guix.texi:11034
msgid "For this to work, the definition of the @code{python} package @emph{declares} the search path it cares about and its associated environment variable, @env{GUIX_PYTHONPATH}. It looks like this:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:11032
+#: guix-git/doc/guix.texi:11044
#, no-wrap
msgid ""
"(package\n"
@@ -24491,22 +24514,22 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:11047
+#: guix-git/doc/guix.texi:11059
msgid "What this @code{native-search-paths} field says is that, when the @code{python} package is used, the @env{GUIX_PYTHONPATH} environment variable must be defined to include all the @file{lib/python/3.9/site-packages} sub-directories encountered in its environment. (The @code{native-} bit means that, if we are in a cross-compilation environment, only native inputs may be added to the search path; @pxref{package Reference, @code{search-paths}}.) In the NumPy example above, the profile where @code{python} appears contains exactly one such sub-directory, and @env{GUIX_PYTHONPATH} is set to that. When there are several @file{lib/python/3.9/site-packages}---this is the case in package build environments---they are all added to @env{GUIX_PYTHONPATH}, separated by colons (@code{:})."
msgstr ""
#. type: quotation
-#: guix-git/doc/guix.texi:11054
+#: guix-git/doc/guix.texi:11066
msgid "Notice that @env{GUIX_PYTHONPATH} is specified as part of the definition of the @code{python} package, and @emph{not} as part of that of @code{python-numpy}. This is because this environment variable ``belongs'' to Python, not NumPy: Python actually reads the value of that variable and honors it."
msgstr ""
#. type: quotation
-#: guix-git/doc/guix.texi:11058
+#: guix-git/doc/guix.texi:11070
msgid "Corollary: if you create a profile that does not contain @code{python}, @code{GUIX_PYTHONPATH} will @emph{not} be defined, even if it contains packages that provide @file{.py} files:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:11062
+#: guix-git/doc/guix.texi:11074
#, no-wrap
msgid ""
"$ guix shell python-numpy --search-paths --pure\n"
@@ -24514,159 +24537,172 @@ msgid ""
msgstr ""
#. type: quotation
-#: guix-git/doc/guix.texi:11066
+#: guix-git/doc/guix.texi:11078
msgid "This makes a lot of sense if we look at this profile in isolation: no software in this profile would read @env{GUIX_PYTHONPATH}."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:11076
+#: guix-git/doc/guix.texi:11088
msgid "Of course, there are many variations on that theme: some packages honor more than one search path, some use separators other than colon, some accumulate several directories in their search path, and so on. A more complex example is the search path of libxml2: the value of the @env{XML_CATALOG_FILES} environment variable is space-separated, it must contain a list of @file{catalog.xml} files (not directories), which are to be found in @file{xml} sub-directories---nothing less. The search path specification looks like this:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:11088
+#: guix-git/doc/guix.texi:11097
#, no-wrap
msgid ""
-"(package\n"
-" (name \"libxml2\")\n"
-" ;; some fields omitted\n"
-" (native-search-paths\n"
-" (list (search-path-specification\n"
-" (variable \"XML_CATALOG_FILES\")\n"
-" (separator \" \")\n"
-" (files '(\"xml\"))\n"
-" (file-pattern \"^catalog\\\\.xml$\")\n"
-" (file-type 'regular)))))\n"
+"(search-path-specification\n"
+" (variable \"XML_CATALOG_FILES\")\n"
+" (separator \" \")\n"
+" (files '(\"xml\"))\n"
+" (file-pattern \"^catalog\\\\.xml$\")\n"
+" (file-type 'regular))\n"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:11091
+#: guix-git/doc/guix.texi:11100
msgid "Worry not, search path specifications are usually not this tricky."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:11095
+#: guix-git/doc/guix.texi:11104
msgid "The @code{(guix search-paths)} module defines the data type of search path specifications and a number of helper procedures. Below is the reference of search path specifications."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:11096
+#: guix-git/doc/guix.texi:11105
#, fuzzy, no-wrap
#| msgid "{Data Type} agate-configuration"
msgid "{Data Type} search-path-specification"
msgstr "{Data Type} pagekite-configuration"
#. type: deftp
-#: guix-git/doc/guix.texi:11098
+#: guix-git/doc/guix.texi:11107
#, fuzzy
#| msgid "This is the data type for the OpenDHT service configuration."
msgid "The data type for search path specifications."
msgstr "Управление конфигурацией операционной системы."
#. type: code{#1}
-#: guix-git/doc/guix.texi:11100
+#: guix-git/doc/guix.texi:11109
#, no-wrap
msgid "variable"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:11102
+#: guix-git/doc/guix.texi:11111
msgid "The name of the environment variable for this search path (a string)."
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:11103 guix-git/doc/guix.texi:20647
+#: guix-git/doc/guix.texi:11112 guix-git/doc/guix.texi:20673
#, no-wrap
msgid "files"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:11106
+#: guix-git/doc/guix.texi:11115
#, fuzzy
#| msgid "A list of command-line flags that should be passed to the @code{patch} command."
msgid "The list of sub-directories (strings) that should be added to the search path."
msgstr "Список флагов командной строки, которые следует передать команде @code{patch}."
#. type: item
-#: guix-git/doc/guix.texi:11107
+#: guix-git/doc/guix.texi:11116
#, fuzzy, no-wrap
#| msgid "@code{port} (default: @code{\"\"})"
msgid "@code{separator} (default: @code{\":\"})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:11109
+#: guix-git/doc/guix.texi:11118
msgid "The string used to separate search path components."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:11117
+#: guix-git/doc/guix.texi:11126
msgid "As a special case, a @code{separator} value of @code{#f} specifies a ``single-component search path''---in other words, a search path that cannot contain more than one element. This is useful in some cases, such as the @code{SSL_CERT_DIR} variable (honored by OpenSSL, cURL, and a few other packages) or the @code{ASPELL_DICT_DIR} variable (honored by the GNU Aspell spell checker), both of which must point to a single directory."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:11118
+#: guix-git/doc/guix.texi:11127
#, fuzzy, no-wrap
#| msgid "@code{type} (default: @code{'server})"
msgid "@code{file-type} (default: @code{'directory})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:11122
+#: guix-git/doc/guix.texi:11131
msgid "The type of file being matched---@code{'directory} or @code{'regular}, though it can be any symbol returned by @code{stat:type} (@pxref{File System, @code{stat},, guile, GNU Guile Reference Manual})."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:11125
-msgid "In the libxml2 example above, we would match regular files; in the Python example, we would match directories."
+#: guix-git/doc/guix.texi:11134
+msgid "In the @env{XML_CATALOG_FILES} example above, we would match regular files; in the Python example, we would match directories."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:11126
+#: guix-git/doc/guix.texi:11135
#, fuzzy, no-wrap
#| msgid "@code{user-path} (default: @code{#f})"
msgid "@code{file-pattern} (default: @code{#f})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:11130
+#: guix-git/doc/guix.texi:11139
msgid "This must be either @code{#f} or a regular expression specifying files to be matched @emph{within} the sub-directories specified by the @code{files} field."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:11132
-msgid "Again, the libxml2 example shows a situation where this is needed."
+#: guix-git/doc/guix.texi:11142
+msgid "Again, the @env{XML_CATALOG_FILES} example shows a situation where this is needed."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:11138
+#: guix-git/doc/guix.texi:11148
msgid "Some search paths are not tied by a single package but to many packages. To reduce duplications, some of them are pre-defined in @code{(guix search-paths)}."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:11139
+#: guix-git/doc/guix.texi:11149
+#, no-wrap
+msgid "$SGML_CATALOG_FILES"
+msgstr ""
+
+#. type: defvarx
+#: guix-git/doc/guix.texi:11150
+#, no-wrap
+msgid "$XML_CATALOG_FILES"
+msgstr ""
+
+#. type: defvar
+#: guix-git/doc/guix.texi:11156
+msgid "These two search paths indicate where the @url{https://www.oasis-open.org/specs/a401.htm,TR9401 catalog}@footnote{ Alternatively known as SGML catalog.} or @url{https://www.oasis-open.org/committees/download.php/14809/xml-catalogs.html, XML catalog} files can be found."
+msgstr ""
+
+#. type: defvar
+#: guix-git/doc/guix.texi:11158
#, no-wrap
msgid "$SSL_CERT_DIR"
msgstr ""
#. type: defvarx
-#: guix-git/doc/guix.texi:11140
+#: guix-git/doc/guix.texi:11159
#, no-wrap
msgid "$SSL_CERT_FILE"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:11143
+#: guix-git/doc/guix.texi:11162
msgid "These two search paths indicate where X.509 certificates can be found (@pxref{X.509 Certificates})."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:11146
+#: guix-git/doc/guix.texi:11165
msgid "These pre-defined search paths can be used as in the following example:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:11152
+#: guix-git/doc/guix.texi:11171
#, no-wrap
msgid ""
"(package\n"
@@ -24676,402 +24712,402 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:11157
+#: guix-git/doc/guix.texi:11176
msgid "How do you turn search path specifications on one hand and a bunch of directories on the other hand in a set of environment variable definitions? That's the job of @code{evaluate-search-paths}."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:11158
+#: guix-git/doc/guix.texi:11177
#, fuzzy, no-wrap
#| msgid "{Scheme Procedure} inferior-package-search-paths @var{package}"
msgid "{Procedure} evaluate-search-paths search-paths directories [getenv]"
msgstr "{Процедура Scheme} inferior-package-search-paths @var{package}"
#. type: deffn
-#: guix-git/doc/guix.texi:11163
+#: guix-git/doc/guix.texi:11182
msgid "Evaluate @var{search-paths}, a list of search-path specifications, for @var{directories}, a list of directory names, and return a list of specification/value pairs. Use @var{getenv} to determine the current settings and report only settings not already effective."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:11167
+#: guix-git/doc/guix.texi:11186
msgid "The @code{(guix profiles)} provides a higher-level helper procedure, @code{load-profile}, that sets the environment variables of a profile."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:11172
+#: guix-git/doc/guix.texi:11191
#, no-wrap
msgid "store items"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:11173
+#: guix-git/doc/guix.texi:11192
#, no-wrap
msgid "store paths"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:11184
+#: guix-git/doc/guix.texi:11203
msgid "Conceptually, the @dfn{store} is the place where derivations that have been built successfully are stored---by default, @file{/gnu/store}. Sub-directories in the store are referred to as @dfn{store items} or sometimes @dfn{store paths}. The store has an associated database that contains information such as the store paths referred to by each store path, and the list of @emph{valid} store items---results of successful builds. This database resides in @file{@var{localstatedir}/guix/db}, where @var{localstatedir} is the state directory specified @i{via} @option{--localstatedir} at configure time, usually @file{/var}."
msgstr "Концептуально @dfn{store} - это место, где хранятся успешно построенные derivation'ы - по умолчанию @file{/gnu/store}. Подкаталоги в store называются @dfn{store items} или иногда @dfn{store paths}. У store есть связанная база данных, которая содержит такую информацию, как store paths, на которые ссылается каждый store path, и список @emph{валидных} store item'ов---результаты успешных сборок. Эта база данных находится в @file{@var{localstatedir}/guix/db}, где @var{localstatedir} - это каталог состояний, указанный @i{через} @option{--localstatedir} во время configure, обычно @file{/var}."
#. type: Plain text
-#: guix-git/doc/guix.texi:11189
+#: guix-git/doc/guix.texi:11208
msgid "The store is @emph{always} accessed by the daemon on behalf of its clients (@pxref{Invoking guix-daemon}). To manipulate the store, clients connect to the daemon over a Unix-domain socket, send requests to it, and read the result---these are remote procedure calls, or RPCs."
msgstr "Демон @emph{всегда} обращается к store от имени своих клиентов (@pxref{Invoking guix-daemon}). Чтобы управлять store, клиенты подключаются к демону через сокет домена Unix, отправляют ему запросы и читают результат - это вызовы удаленных процедур или RPC."
#. type: quotation
-#: guix-git/doc/guix.texi:11194
+#: guix-git/doc/guix.texi:11213
msgid "Users must @emph{never} modify files under @file{/gnu/store} directly. This would lead to inconsistencies and break the immutability assumptions of Guix's functional model (@pxref{Introduction})."
msgstr "Пользователи должны @emph{никогда} напрямую изменять файлы в @file{/gnu/store}. Это приведет к несоответствиям и нарушит предположения о неизменности функциональной модели Guix (@pxref{Introduction})."
#. type: quotation
-#: guix-git/doc/guix.texi:11198
+#: guix-git/doc/guix.texi:11217
msgid "@xref{Invoking guix gc, @command{guix gc --verify}}, for information on how to check the integrity of the store and attempt recovery from accidental modifications."
msgstr "@xref{Invoking guix gc, @command{guix gc --verify}}, для получения информации о том, как проверить целостность store и попытаться восстановить его после случайных изменений."
#. type: Plain text
-#: guix-git/doc/guix.texi:11205
+#: guix-git/doc/guix.texi:11224
msgid "The @code{(guix store)} module provides procedures to connect to the daemon, and to perform RPCs. These are described below. By default, @code{open-connection}, and thus all the @command{guix} commands, connect to the local daemon or to the URI specified by the @env{GUIX_DAEMON_SOCKET} environment variable."
msgstr "Модуль @code{(guix store)} предоставляет процедуры для подключения к демону и выполнения RPC. Они описаны ниже. По умолчанию @code{open-connection} и, следовательно, все команды @command{guix} подключаются к локальному демону или к URI, указанному в переменной среды @env{GUIX_DAEMON_SOCKET}."
#. type: defvr
-#: guix-git/doc/guix.texi:11206
+#: guix-git/doc/guix.texi:11225
#, no-wrap
msgid "{Environment Variable} GUIX_DAEMON_SOCKET"
msgstr "{Environment Variable} GUIX_DAEMON_SOCKET"
#. type: defvr
-#: guix-git/doc/guix.texi:11211
+#: guix-git/doc/guix.texi:11230
msgid "When set, the value of this variable should be a file name or a URI designating the daemon endpoint. When it is a file name, it denotes a Unix-domain socket to connect to. In addition to file names, the supported URI schemes are:"
msgstr "Если установлено, значение этой переменной должно быть именем файла или URI, обозначающим конечную точку демона. Когда это имя файла, оно обозначает сокет домена Unix, к которому нужно подключиться. Помимо имен файлов, поддерживаются следующие схемы URI:"
#. type: itemx
-#: guix-git/doc/guix.texi:11214
+#: guix-git/doc/guix.texi:11233
#, no-wrap
msgid "unix"
msgstr "unix"
#. type: table
-#: guix-git/doc/guix.texi:11218
+#: guix-git/doc/guix.texi:11237
msgid "These are for Unix-domain sockets. @code{file:///var/guix/daemon-socket/socket} is equivalent to @file{/var/guix/daemon-socket/socket}."
msgstr "Это для сокетов домена Unix. @code{file:///var/guix/daemon-socket/socket} эквивалентен @file{/var/guix/daemon-socket/socket}."
#. type: table
-#: guix-git/doc/guix.texi:11227
+#: guix-git/doc/guix.texi:11246
msgid "These URIs denote connections over TCP/IP, without encryption nor authentication of the remote host. The URI must specify the host name and optionally a port number (by default port 44146 is used):"
msgstr "Эти URI обозначают соединения через TCP/IP без шифрования и аутентификации удаленного хоста. В URI необходимо указать имя хоста и, возможно, номер порта (по умолчанию используется порт 44146):"
#. type: example
-#: guix-git/doc/guix.texi:11230
+#: guix-git/doc/guix.texi:11249
#, no-wrap
msgid "guix://master.guix.example.org:1234\n"
msgstr "guix://master.guix.example.org:1234\n"
#. type: table
-#: guix-git/doc/guix.texi:11235
+#: guix-git/doc/guix.texi:11254
msgid "This setup is suitable on local networks, such as clusters, where only trusted nodes may connect to the build daemon at @code{master.guix.example.org}."
msgstr "Эта настройка подходит для локальных сетей, таких как кластеры, где только доверенные узлы могут подключаться к демону сборки по адресу @code{master.guix.example.org}."
#. type: table
-#: guix-git/doc/guix.texi:11239
+#: guix-git/doc/guix.texi:11258
msgid "The @option{--listen} option of @command{guix-daemon} can be used to instruct it to listen for TCP connections (@pxref{Invoking guix-daemon, @option{--listen}})."
msgstr "Параметр @option{--listen} команды @command{guix-daemon} можно использовать для указания ему прослушивать TCP-соединения (@pxref{Invoking guix-daemon, @option{--listen}})."
#. type: item
-#: guix-git/doc/guix.texi:11240
+#: guix-git/doc/guix.texi:11259
#, no-wrap
msgid "ssh"
msgstr "ssh"
#. type: cindex
-#: guix-git/doc/guix.texi:11241
+#: guix-git/doc/guix.texi:11260
#, no-wrap
msgid "SSH access to build daemons"
msgstr "доступ к демонам сборки по ssh"
#. type: table
-#: guix-git/doc/guix.texi:11247
+#: guix-git/doc/guix.texi:11266
msgid "These URIs allow you to connect to a remote daemon over SSH@. This feature requires Guile-SSH (@pxref{Requirements}) and a working @command{guile} binary in @env{PATH} on the destination machine. It supports public key and GSSAPI authentication. A typical URL might look like this:"
msgstr "Эти URI позволяют подключаться к удаленному демону через SSH. Для этой функции требуется Guile-SSH (@pxref{Requirements}) и рабочий @command{guile} binary файл в @env{PATH} на конечном компьютере. Он поддерживает открытый ключ и аутентификацию GSSAPI. Типичный URL-адрес может выглядеть так:"
#. type: example
-#: guix-git/doc/guix.texi:11250
+#: guix-git/doc/guix.texi:11269
#, no-wrap
msgid "ssh://charlie@@guix.example.org:22\n"
msgstr "ssh://charlie@@guix.example.org:22\n"
#. type: table
-#: guix-git/doc/guix.texi:11254
+#: guix-git/doc/guix.texi:11273
msgid "As for @command{guix copy}, the usual OpenSSH client configuration files are honored (@pxref{Invoking guix copy})."
msgstr "Что касается @command{guix copy}, учитываются обычные файлы конфигурации клиента OpenSSH (@pxref{Invoking guix copy})."
#. type: defvr
-#: guix-git/doc/guix.texi:11257
+#: guix-git/doc/guix.texi:11276
msgid "Additional URI schemes may be supported in the future."
msgstr "В будущем могут поддерживаться дополнительные схемы URI."
#. type: quotation
-#: guix-git/doc/guix.texi:11264
+#: guix-git/doc/guix.texi:11283
msgid "The ability to connect to remote build daemons is considered experimental as of @value{VERSION}. Please get in touch with us to share any problems or suggestions you may have (@pxref{Contributing})."
msgstr "Возможность подключения к демонам удаленной сборки считается экспериментальной с @value{VERSION}. Пожалуйста, свяжитесь с нами, чтобы поделиться любыми проблемами или предложениями, которые могут у вас возникнуть (@pxref{Contributing})."
#. type: deffn
-#: guix-git/doc/guix.texi:11267
+#: guix-git/doc/guix.texi:11286
#, no-wrap
msgid "{Procedure} open-connection [uri] [#:reserve-space? #t]"
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:11272
+#: guix-git/doc/guix.texi:11291
msgid "Connect to the daemon over the Unix-domain socket at @var{uri} (a string). When @var{reserve-space?} is true, instruct it to reserve a little bit of extra space on the file system so that the garbage collector can still operate should the disk become full. Return a server object."
msgstr "Подключится к демону через сокет домена Unix по адресу @var{uri} (строка). Когда @var{reserve-space?} истинна, указать ему, чтобы он зарезервировал немного дополнительного места в файловой системе, чтобы сборщик мусора мог работать, если диск заполнится. Вернуть объект сервера."
#. type: deffn
-#: guix-git/doc/guix.texi:11275
+#: guix-git/doc/guix.texi:11294
msgid "@var{file} defaults to @code{%default-socket-path}, which is the normal location given the options that were passed to @command{configure}."
msgstr "@var{file} по умолчанию - @code{%default-socket-path}, что является обычным расположением с учетом параметров, переданных в @command{configure}."
#. type: deffn
-#: guix-git/doc/guix.texi:11277
+#: guix-git/doc/guix.texi:11296
#, fuzzy, no-wrap
#| msgid "Close the connection to @var{server}."
msgid "{Procedure} close-connection server"
msgstr "Закрыть соединение с @var{server}."
#. type: deffn
-#: guix-git/doc/guix.texi:11279
+#: guix-git/doc/guix.texi:11298
msgid "Close the connection to @var{server}."
msgstr "Закрыть соединение с @var{server}."
#. type: defvar
-#: guix-git/doc/guix.texi:11281
+#: guix-git/doc/guix.texi:11300
#, no-wrap
msgid "current-build-output-port"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:11284
+#: guix-git/doc/guix.texi:11303
msgid "This variable is bound to a SRFI-39 parameter, which refers to the port where build and error logs sent by the daemon should be written."
msgstr "Эта переменная привязана к параметру SRFI-39, который относится к порту, на который должны быть записаны журналы сборки и ошибок, отправляемые демоном."
#. type: Plain text
-#: guix-git/doc/guix.texi:11288
+#: guix-git/doc/guix.texi:11307
msgid "Procedures that make RPCs all take a server object as their first argument."
msgstr "Процедуры, которые заставляют все RPC принимать объект сервера в качестве своего первого аргумента."
#. type: cindex
-#: guix-git/doc/guix.texi:11289
+#: guix-git/doc/guix.texi:11308
#, no-wrap
msgid "invalid store items"
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:11290
+#: guix-git/doc/guix.texi:11309
#, fuzzy, no-wrap
#| msgid "valid-path? server path"
msgid "{Procedure} valid-path? server path"
msgstr "valid-path? server path"
#. type: deffn
-#: guix-git/doc/guix.texi:11295
+#: guix-git/doc/guix.texi:11314
msgid "Return @code{#t} when @var{path} designates a valid store item and @code{#f} otherwise (an invalid item may exist on disk but still be invalid, for instance because it is the result of an aborted or failed build)."
msgstr "Возвращать @code{#t}, когда @var{path} обозначает допустимый элемент хранилища, и @code{#f} в противном случае (недопустимый элемент может существовать на диске, но по-прежнему быть недопустимым, например, потому что он является результатом прерывания или неудачной сборки)."
#. type: deffn
-#: guix-git/doc/guix.texi:11298
+#: guix-git/doc/guix.texi:11317
msgid "A @code{&store-protocol-error} condition is raised if @var{path} is not prefixed by the store directory (@file{/gnu/store})."
msgstr "Условие @code{&store-protocol-error} возникает, если @var{path} не имеет префикса в каталоге store (@file{/gnu/store})."
#. type: deffn
-#: guix-git/doc/guix.texi:11300
+#: guix-git/doc/guix.texi:11319
#, no-wrap
msgid "{Procedure} add-text-to-store server name text [references]"
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:11304
+#: guix-git/doc/guix.texi:11323
msgid "Add @var{text} under file @var{name} in the store, and return its store path. @var{references} is the list of store paths referred to by the resulting store path."
msgstr "Добавить @var{text} в файл @var{name} в store и вернуть его store path. @var{references} - это список store path'ы, на которые ссылается конечный store path."
#. type: deffn
-#: guix-git/doc/guix.texi:11306
+#: guix-git/doc/guix.texi:11325
#, fuzzy, no-wrap
#| msgid "{Scheme Procedure} build-derivations @var{store} @var{derivations} @"
msgid "{Procedure} build-derivations store derivations [mode]"
msgstr "{Scheme Procedure} lookup-inferior-packages @var{inferior} @var{name} @"
#. type: deffn
-#: guix-git/doc/guix.texi:11310
+#: guix-git/doc/guix.texi:11329
#, fuzzy
#| msgid "[@var{mode}] Build @var{derivations}, a list of @code{<derivation>} objects, @file{.drv} file names, or derivation/output pairs, using the specified @var{mode}---@code{(build-mode normal)} by default."
msgid "Build @var{derivations}, a list of @code{<derivation>} objects, @file{.drv} file names, or derivation/output pairs, using the specified @var{mode}---@code{(build-mode normal)} by default."
msgstr "[@var{mode}] Собрать @var{derivations}, список объектов @code{<derivation>}, имен файлов @file{.drv} или пар derivation/output, используя указанный @var{mode}---@code{(build-mode normal)} по умолчанию."
#. type: Plain text
-#: guix-git/doc/guix.texi:11316
+#: guix-git/doc/guix.texi:11335
msgid "Note that the @code{(guix monads)} module provides a monad as well as monadic versions of the above procedures, with the goal of making it more convenient to work with code that accesses the store (@pxref{The Store Monad})."
msgstr "Обратите внимание, что модуль @code{(guix monads)} предоставляет как монаду, так и монадические версии вышеупомянутых процедур с целью сделать более удобной работу с кодом, который обращается к store (@pxref{The Store Monad})."
#. type: i{#1}
-#: guix-git/doc/guix.texi:11319
+#: guix-git/doc/guix.texi:11338
msgid "This section is currently incomplete."
msgstr "Этот раздел в настоящее время не завершен."
#. type: cindex
-#: guix-git/doc/guix.texi:11323
+#: guix-git/doc/guix.texi:11342
#, no-wrap
msgid "derivations"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:11327
+#: guix-git/doc/guix.texi:11346
msgid "Low-level build actions and the environment in which they are performed are represented by @dfn{derivations}. A derivation contains the following pieces of information:"
msgstr "Действия низкоуровневой сборки и среда, в которой они выполняются, представлены через @dfn{derivations}. Derivation содержит следующую информацию:"
#. type: itemize
-#: guix-git/doc/guix.texi:11332
+#: guix-git/doc/guix.texi:11351
msgid "The outputs of the derivation---derivations produce at least one file or directory in the store, but may produce more."
msgstr "The outputs of the derivation---derivations создают по крайней мере один файл или каталог в store, но могут создавать и больше."
#. type: cindex
-#: guix-git/doc/guix.texi:11334
+#: guix-git/doc/guix.texi:11353
#, no-wrap
msgid "build-time dependencies"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:11335
+#: guix-git/doc/guix.texi:11354
#, no-wrap
msgid "dependencies, build-time"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:11339
+#: guix-git/doc/guix.texi:11358
#, fuzzy
#| msgid "The inputs of the derivations---i.e., its build-time dependencies---which may be other derivations or plain files in the store (patches, build scripts, etc.)."
msgid "The inputs of the derivation---i.e., its build-time dependencies---which may be other derivations or plain files in the store (patches, build scripts, etc.)."
msgstr "Входные данные производных---то есть его build-time зависимости - которые могут быть другими derivation'ами или простыми файлами в store (патчи, скрипты сборки и т.д.)."
#. type: itemize
-#: guix-git/doc/guix.texi:11342
+#: guix-git/doc/guix.texi:11361
msgid "The system type targeted by the derivation---e.g., @code{x86_64-linux}."
msgstr "Тип системы, на который нацелена derivation - например, @code{x86_64-linux}."
#. type: itemize
-#: guix-git/doc/guix.texi:11346
+#: guix-git/doc/guix.texi:11365
msgid "The file name of a build script in the store, along with the arguments to be passed."
msgstr "Имя файла скрипта сборки в store вместе с передаваемыми аргументами."
#. type: itemize
-#: guix-git/doc/guix.texi:11349
+#: guix-git/doc/guix.texi:11368
msgid "A list of environment variables to be defined."
msgstr "Список переменных среды, которые необходимо определить."
#. type: cindex
-#: guix-git/doc/guix.texi:11352
+#: guix-git/doc/guix.texi:11371
#, no-wrap
msgid "derivation path"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:11360
+#: guix-git/doc/guix.texi:11379
msgid "Derivations allow clients of the daemon to communicate build actions to the store. They exist in two forms: as an in-memory representation, both on the client- and daemon-side, and as files in the store whose name end in @file{.drv}---these files are referred to as @dfn{derivation paths}. Derivations paths can be passed to the @code{build-derivations} procedure to perform the build actions they prescribe (@pxref{The Store})."
msgstr "Derivation'ы позволяют клиентам демона передавать действия сборки в store. Они существуют в двух формах: как представление в памяти, как на стороне клиента, так и на стороне демона, и в виде файлов в хранилище, имена которых заканчиваются на @file{.drv} - эти файлы называются @dfn{derivation paths}. Derivation paths могут быть переданы в процедуру @code{build-derivations} для выполнения действий сборки, которые они предписывают (@pxref{The Store})."
#. type: cindex
-#: guix-git/doc/guix.texi:11361
+#: guix-git/doc/guix.texi:11380
#, no-wrap
msgid "fixed-output derivations"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:11368
+#: guix-git/doc/guix.texi:11387
msgid "Operations such as file downloads and version-control checkouts for which the expected content hash is known in advance are modeled as @dfn{fixed-output derivations}. Unlike regular derivations, the outputs of a fixed-output derivation are independent of its inputs---e.g., a source code download produces the same result regardless of the download method and tools being used."
msgstr "Такие операции, как загрузка файлов и проверка версий, для которых заранее известен ожидаемый хэш содержимого, моделируются как @dfn{fixed-output derivations}. В отличие от обычных дериваций, выходные данные деривации с фиксированным выходом не зависят от его входных данных - например, загрузка исходного кода дает тот же результат независимо от метода загрузки и используемых инструментов."
#. type: item
-#: guix-git/doc/guix.texi:11369 guix-git/doc/guix.texi:15790
+#: guix-git/doc/guix.texi:11388 guix-git/doc/guix.texi:15816
#, no-wrap
msgid "references"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:11370
+#: guix-git/doc/guix.texi:11389
#, no-wrap
msgid "run-time dependencies"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:11371
+#: guix-git/doc/guix.texi:11390
#, no-wrap
msgid "dependencies, run-time"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:11378
+#: guix-git/doc/guix.texi:11397
msgid "The outputs of derivations---i.e., the build results---have a set of @dfn{references}, as reported by the @code{references} RPC or the @command{guix gc --references} command (@pxref{Invoking guix gc}). References are the set of run-time dependencies of the build results. References are a subset of the inputs of the derivation; this subset is automatically computed by the build daemon by scanning all the files in the outputs."
msgstr "Outputs of derivations---то есть результаты сборки---имеют множество @dfn{references}, в соответствии с указаниями RPC @code{references} или команды @command{guix gc --references} (@pxref{Invoking guix gc}). References - это набор run-time зависимостей результатов сборки. References - это подмножество входных данных derivation; это подмножество автоматически вычисляется демоном сборки путем сканирования всех файлов в выходных данных."
#. type: Plain text
-#: guix-git/doc/guix.texi:11383
+#: guix-git/doc/guix.texi:11402
msgid "The @code{(guix derivations)} module provides a representation of derivations as Scheme objects, along with procedures to create and otherwise manipulate derivations. The lowest-level primitive to create a derivation is the @code{derivation} procedure:"
msgstr "Модуль @code{(guix diverations)} предоставляет представление derivation'ов в виде Scheme объектов, а также процедуры для создания derivation'ов и других манипуляций с ними. Самым низкоуровневым примитивом для создания derivation'а является процедура @code{derivation}:"
#. type: deffn
-#: guix-git/doc/guix.texi:11384
+#: guix-git/doc/guix.texi:11403
#, no-wrap
msgid "{Procedure} derivation store name builder args @"
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:11393
+#: guix-git/doc/guix.texi:11412
#, fuzzy
#| msgid "@var{args} [#:outputs '(\"out\")] [#:hash #f] [#:hash-algo #f] @ [#:recursive? #f] [#:inputs '()] [#:env-vars '()] @ [#:system (%current-system)] [#:references-graphs #f] @ [#:allowed-references #f] [#:disallowed-references #f] @ [#:leaked-env-vars #f] [#:local-build? #f] @ [#:substitutable? #t] [#:properties '()] Build a derivation with the given arguments, and return the resulting @code{<derivation>} object."
msgid "[#:outputs '(\"out\")] [#:hash #f] [#:hash-algo #f] @ [#:recursive? #f] [#:inputs '()] [#:env-vars '()] @ [#:system (%current-system)] [#:references-graphs #f] @ [#:allowed-references #f] [#:disallowed-references #f] @ [#:leaked-env-vars #f] [#:local-build? #f] @ [#:substitutable? #t] [#:properties '()] Build a derivation with the given arguments, and return the resulting @code{<derivation>} object."
msgstr "@var{args} [#:outputs '(\\\"out\\\")] [#:hash #f] [#:hash-algo #f] @ [#:recursive? #f] [#:inputs '()] [#:env-vars '()] @ [#:system (%current-system)] [#:references-graphs #f] @ [#:allowed-references #f] [#:disallowed-references #f] @ [#:leaked-env-vars #f] [#:local-build? #f] @ [#:substitutable? #t] [#:properties '()] Собрать производную с заданными аргументами и вернуть полученный объект @code{<derivation>}."
#. type: deffn
-#: guix-git/doc/guix.texi:11400
+#: guix-git/doc/guix.texi:11419
msgid "When @var{hash} and @var{hash-algo} are given, a @dfn{fixed-output derivation} is created---i.e., one whose result is known in advance, such as a file download. If, in addition, @var{recursive?} is true, then that fixed output may be an executable file or a directory and @var{hash} must be the hash of an archive containing this output."
msgstr "Когда заданы @var{hash} и @var{hash-algo}, создается @dfn{fixed-output derivation} - то есть результат, который известен заранее, например, загрузка файла. Кроме того, если @var{recursive?} истинна, то этот фиксированный вывод может быть исполняемым файлом или каталогом, а @var{hash} должен быть хешем архива, содержащего этот вывод."
#. type: deffn
-#: guix-git/doc/guix.texi:11405
+#: guix-git/doc/guix.texi:11424
msgid "When @var{references-graphs} is true, it must be a list of file name/store path pairs. In that case, the reference graph of each store path is exported in the build environment in the corresponding file, in a simple text format."
msgstr "Когда @var{links-graphs} истинна, данная переменная должна быть списком из пар имя файла и путь к store. В этом случае граф ссылок каждого store path экспортируется в среду сборки в соответствующий файл в простом текстовом формате."
#. type: deffn
-#: guix-git/doc/guix.texi:11410
+#: guix-git/doc/guix.texi:11429
msgid "When @var{allowed-references} is true, it must be a list of store items or outputs that the derivation's output may refer to. Likewise, @var{disallowed-references}, if true, must be a list of things the outputs may @emph{not} refer to."
msgstr "Когда @var{allowed-links} истинна, данная переменная должна быть списком store item'ов или выходных данных, на которые может ссылаться выход derivation'а. Аналогично, @var{disallowed-links}, если она истинна, данная переменная должна быть списком сущностей, на которые @emph{не} могут ссылаться выходные данные."
#. type: deffn
-#: guix-git/doc/guix.texi:11417
+#: guix-git/doc/guix.texi:11436
msgid "When @var{leaked-env-vars} is true, it must be a list of strings denoting environment variables that are allowed to ``leak'' from the daemon's environment to the build environment. This is only applicable to fixed-output derivations---i.e., when @var{hash} is true. The main use is to allow variables such as @code{http_proxy} to be passed to derivations that download files."
msgstr "Когда @var{leaked-env-vars} истинна, данная переменная должна быть списком строк, обозначающих переменные среды, которым разрешено ``просачиваться'' из среды демона в среду сборки. Это применимо только к fixed-output derivation'ам, т.е. когда @var{hash} истинна. Основное использование - разрешить передачу таких переменных, как @code{http_proxy}, derivation'ам, которые загружают файлы."
#. type: deffn
-#: guix-git/doc/guix.texi:11422
+#: guix-git/doc/guix.texi:11441
msgid "When @var{local-build?} is true, declare that the derivation is not a good candidate for offloading and should rather be built locally (@pxref{Daemon Offload Setup}). This is the case for small derivations where the costs of data transfers would outweigh the benefits."
msgstr "Когда @var{local-build?} истинна, объявить, что производная не является хорошим кандидатом для offload и должна быть собрана локально (@pxref{Daemon Offload Setup}). Это справедливо для небольших derivation'ов, когда затраты на передачу данных перевешивают выгоды."
#. type: deffn
-#: guix-git/doc/guix.texi:11427
+#: guix-git/doc/guix.texi:11446
msgid "When @var{substitutable?} is false, declare that substitutes of the derivation's output should not be used (@pxref{Substitutes}). This is useful, for instance, when building packages that capture details of the host CPU instruction set."
msgstr "Когда @var{substitutable?} ложно, объявить, что substitutes derivation'ов не должны использоваться (@pxref{Substitutes}). Это полезно, например, при создании пакетов, которые фиксируют подробности набора команд центрального процессора."
#. type: deffn
-#: guix-git/doc/guix.texi:11430
+#: guix-git/doc/guix.texi:11449
msgid "@var{properties} must be an association list describing ``properties'' of the derivation. It is kept as-is, uninterpreted, in the derivation."
msgstr "@var{properties} должна быть списком ассоциаций, описывающих ``свойства'' derivation'а. При выводе они сохраняются как есть, без интерпретации."
#. type: Plain text
-#: guix-git/doc/guix.texi:11436
+#: guix-git/doc/guix.texi:11455
msgid "Here's an example with a shell script as its builder, assuming @var{store} is an open connection to the daemon, and @var{bash} points to a Bash executable in the store:"
msgstr "Вот пример со shell скриптом в качестве его builder'а, предполагая, что @var{store} является открытым соединением с демоном, а @var{bash} указывает на исполняемый файл Bash в store:"
#. type: lisp
-#: guix-git/doc/guix.texi:11441
+#: guix-git/doc/guix.texi:11460
#, no-wrap
msgid ""
"(use-modules (guix utils)\n"
@@ -25085,7 +25121,7 @@ msgstr ""
"\n"
#. type: lisp
-#: guix-git/doc/guix.texi:11450
+#: guix-git/doc/guix.texi:11469
#, no-wrap
msgid ""
"(let ((builder ; add the Bash script to the store\n"
@@ -25107,51 +25143,51 @@ msgstr ""
"@result{} #<derivation /gnu/store/@dots{}-foo.drv => /gnu/store/@dots{}-foo>\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:11457
+#: guix-git/doc/guix.texi:11476
msgid "As can be guessed, this primitive is cumbersome to use directly. A better approach is to write build scripts in Scheme, of course! The best course of action for that is to write the build code as a ``G-expression'', and to pass it to @code{gexp->derivation}. For more information, @pxref{G-Expressions}."
msgstr "Как можно догадаться, этот примитив неудобно использовать напрямую. Конечно, лучший подход - писать скрипты сборки на Scheme! Лучше всего для этого написать код сборки как ``G-выражение'' и передать его в @code{gexp->derivation}. Для получения дополнительной информации, @pxref{G-Expressions}."
#. type: Plain text
-#: guix-git/doc/guix.texi:11462
+#: guix-git/doc/guix.texi:11481
msgid "Once upon a time, @code{gexp->derivation} did not exist and constructing derivations with build code written in Scheme was achieved with @code{build-expression->derivation}, documented below. This procedure is now deprecated in favor of the much nicer @code{gexp->derivation}."
msgstr "Когда-то давно @code{gexp->derivation} не существовала, и построение derivation'ов с помощью кода сборки, написанного на Scheme, достигалось с помощью @code{build-expression->derivation}, описанной ниже. Эта процедура теперь устарела и заменена более приятным @code{gexp->derivation}."
#. type: deffn
-#: guix-git/doc/guix.texi:11463
+#: guix-git/doc/guix.texi:11482
#, fuzzy, no-wrap
#| msgid "{Scheme Procedure} package-cross-derivation @var{store} @"
msgid "{Procedure} build-expression->derivation store name exp @"
msgstr "{Процедура Scheme} package-cross-derivation @var{store} @"
#. type: deffn
-#: guix-git/doc/guix.texi:11478
+#: guix-git/doc/guix.texi:11497
#, fuzzy
#| msgid "@var{name} @var{exp} @ [#:system (%current-system)] [#:inputs '()] @ [#:outputs '(\"out\")] [#:hash #f] [#:hash-algo #f] @ [#:recursive? #f] [#:env-vars '()] [#:modules '()] @ [#:references-graphs #f] [#:allowed-references #f] @ [#:disallowed-references #f] @ [#:local-build? #f] [#:substitutable? #t] [#:guile-for-build #f] Return a derivation that executes Scheme expression @var{exp} as a builder for derivation @var{name}. @var{inputs} must be a list of @code{(name drv-path sub-drv)} tuples; when @var{sub-drv} is omitted, @code{\"out\"} is assumed. @var{modules} is a list of names of Guile modules from the current search path to be copied in the store, compiled, and made available in the load path during the execution of @var{exp}---e.g., @code{((guix build utils) (guix build gnu-build-system))}."
msgid "[#:system (%current-system)] [#:inputs '()] @ [#:outputs '(\"out\")] [#:hash #f] [#:hash-algo #f] @ [#:recursive? #f] [#:env-vars '()] [#:modules '()] @ [#:references-graphs #f] [#:allowed-references #f] @ [#:disallowed-references #f] @ [#:local-build? #f] [#:substitutable? #t] [#:guile-for-build #f] Return a derivation that executes Scheme expression @var{exp} as a builder for derivation @var{name}. @var{inputs} must be a list of @code{(name drv-path sub-drv)} tuples; when @var{sub-drv} is omitted, @code{\"out\"} is assumed. @var{modules} is a list of names of Guile modules from the current search path to be copied in the store, compiled, and made available in the load path during the execution of @var{exp}---e.g., @code{((guix build utils) (guix build gnu-build-system))}."
msgstr "@var{name} @var{exp} @ [#:system (%current-system)] [#:inputs '()] @ [#:outputs '(\\\"out\\\")] [#:hash #f] [#:hash-algo #f] @ [#:recursive? #f] [#:env-vars '()] [#:modules '()] @ [#:references-graphs #f] [#:allowed-references #f] @ [#:disallowed-references #f] @ [#:local-build? #f] [#:substitutable? #t] [#:guile-for-build #f] Возвращает derivation, которая исполняет Scheme выражение @var{exp} как builder для derivation'а @var{name}. @var{inputs} должна быть списком кортежей @code{(name drv-path sub-drv)}; когда @var{sub-drv} опущена, предполагается @code{\"out\"}. @var{modules} - это список имен модулей Guile из текущего пути поиска, которые будут скопированы в store, скомпилированы и станут доступными в пути загрузки во время выполнения @var{exp}---например, @code{((guix build utils) (guix build gnu-build-system))}."
#. type: deffn
-#: guix-git/doc/guix.texi:11486
+#: guix-git/doc/guix.texi:11505
msgid "@var{exp} is evaluated in an environment where @code{%outputs} is bound to a list of output/path pairs, and where @code{%build-inputs} is bound to a list of string/output-path pairs made from @var{inputs}. Optionally, @var{env-vars} is a list of string pairs specifying the name and value of environment variables visible to the builder. The builder terminates by passing the result of @var{exp} to @code{exit}; thus, when @var{exp} returns @code{#f}, the build is considered to have failed."
msgstr "@var{exp} выполняется в среде, где @code{%output} привязан к списку пар output/path, а где @code{%build-inputs} привязан к списку пар строка/output-path сделаными из @var{input}. Необязательно, @var{env-vars} - это список пар строк, определяющих имя и значение переменных среды, видимых builder'у. Builder завершает работу, передавая результат @var{exp} в @code{exit}; таким образом, когда @var{exp} возвращает @code{#f}, сборка считается неудачной."
#. type: deffn
-#: guix-git/doc/guix.texi:11490
+#: guix-git/doc/guix.texi:11509
msgid "@var{exp} is built using @var{guile-for-build} (a derivation). When @var{guile-for-build} is omitted or is @code{#f}, the value of the @code{%guile-for-build} fluid is used instead."
msgstr "@var{exp} собирается с использованием @var{guile-for-build} (derivation). Когда @var{guile-for-build} опущена или равна @code{#f}, вместо этого используется значение fluid'а @code{%guile-for-build}."
#. type: deffn
-#: guix-git/doc/guix.texi:11495
+#: guix-git/doc/guix.texi:11514
msgid "See the @code{derivation} procedure for the meaning of @var{references-graphs}, @var{allowed-references}, @var{disallowed-references}, @var{local-build?}, and @var{substitutable?}."
msgstr "См. в процедуре @code{derivation} значение @var{references-graphs}, @var{allowed-references}, @var{disallowed-references}, @var{local-build?} и @var{substitutable?}."
#. type: Plain text
-#: guix-git/doc/guix.texi:11500
+#: guix-git/doc/guix.texi:11519
msgid "Here's an example of a single-output derivation that creates a directory containing one file:"
msgstr "Вот пример single-output derivation'а, которая создает каталог, содержащий один файл:"
#. type: lisp
-#: guix-git/doc/guix.texi:11508
+#: guix-git/doc/guix.texi:11527
#, no-wrap
msgid ""
"(let ((builder '(let ((out (assoc-ref %outputs \"out\")))\n"
@@ -25171,51 +25207,51 @@ msgstr ""
"\n"
#. type: lisp
-#: guix-git/doc/guix.texi:11510
+#: guix-git/doc/guix.texi:11529
#, no-wrap
msgid "@result{} #<derivation /gnu/store/@dots{}-goo.drv => @dots{}>\n"
msgstr "@result{} #<derivation /gnu/store/@dots{}-goo.drv => @dots{}>\n"
#. type: cindex
-#: guix-git/doc/guix.texi:11516
+#: guix-git/doc/guix.texi:11535
#, no-wrap
msgid "monad"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:11522
+#: guix-git/doc/guix.texi:11541
msgid "The procedures that operate on the store described in the previous sections all take an open connection to the build daemon as their first argument. Although the underlying model is functional, they either have side effects or depend on the current state of the store."
msgstr "Все процедуры, которые работают с store, описанные в предыдущих разделах, принимают открытое соединение с демоном сборки в качестве первого аргумента. Хотя основная модель является функциональной, они либо имеют побочные эффекты, либо зависят от текущего состояния store."
#. type: Plain text
-#: guix-git/doc/guix.texi:11528
+#: guix-git/doc/guix.texi:11547
msgid "The former is inconvenient: the connection to the build daemon has to be carried around in all those functions, making it impossible to compose functions that do not take that parameter with functions that do. The latter can be problematic: since store operations have side effects and/or depend on external state, they have to be properly sequenced."
msgstr "Первое неудобно: соединение с демоном сборки должно поддерживаться во всех этих функциях, что делает невозможным составление функций, которые не принимают этот параметр, с функциями, которые его принимают. Последнее может быть проблематичным: поскольку операции store имеют побочные эффекты и/или зависят от внешнего состояния, они должны быть правильно упорядочены."
#. type: cindex
-#: guix-git/doc/guix.texi:11529
+#: guix-git/doc/guix.texi:11548
#, no-wrap
msgid "monadic values"
msgstr "монадические значения"
#. type: cindex
-#: guix-git/doc/guix.texi:11530
+#: guix-git/doc/guix.texi:11549
#, no-wrap
msgid "monadic functions"
msgstr "монадические функции"
#. type: Plain text
-#: guix-git/doc/guix.texi:11540
+#: guix-git/doc/guix.texi:11559
msgid "This is where the @code{(guix monads)} module comes in. This module provides a framework for working with @dfn{monads}, and a particularly useful monad for our uses, the @dfn{store monad}. Monads are a construct that allows two things: associating ``context'' with values (in our case, the context is the store), and building sequences of computations (here computations include accesses to the store). Values in a monad---values that carry this additional context---are called @dfn{monadic values}; procedures that return such values are called @dfn{monadic procedures}."
msgstr "Здесь на помощь приходит модуль @code{(guix monads)}. Этот модуль предоставляет основу для работы с @dfn{monads} и особенно полезную монаду для наших целей - @dfn{store monad}. Монады - это конструкции, которая позволяют две вещи: связывать ``контекст'' со значениями (в нашем случае контекст - это store) и строить последовательности вычислений (здесь вычисления включают доступ к store). Значения в монаде---значения, которые несут этот дополнительный контекст---называются @dfn{монадическими значениями}; процедуры, возвращающие такие значения, называются @dfn{монадическими процедурами}."
#. type: Plain text
-#: guix-git/doc/guix.texi:11542
+#: guix-git/doc/guix.texi:11561
msgid "Consider this ``normal'' procedure:"
msgstr "Рассмотрим эту ``нормальную'' процедуру:"
#. type: lisp
-#: guix-git/doc/guix.texi:11551
+#: guix-git/doc/guix.texi:11570
#, no-wrap
msgid ""
"(define (sh-symlink store)\n"
@@ -25235,12 +25271,12 @@ msgstr ""
" `(symlink ,sh %output))))\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:11555
+#: guix-git/doc/guix.texi:11574
msgid "Using @code{(guix monads)} and @code{(guix gexp)}, it may be rewritten as a monadic function:"
msgstr "Используя @code{(guix monads)} и @code{(guix gexp)}, ее можно переписать как монадическую функцию:"
#. type: lisp
-#: guix-git/doc/guix.texi:11563
+#: guix-git/doc/guix.texi:11582
#, no-wrap
msgid ""
"(define (sh-symlink)\n"
@@ -25258,17 +25294,17 @@ msgstr ""
" #$output))))\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:11570
+#: guix-git/doc/guix.texi:11589
msgid "There are several things to note in the second version: the @code{store} parameter is now implicit and is ``threaded'' in the calls to the @code{package->derivation} and @code{gexp->derivation} monadic procedures, and the monadic value returned by @code{package->derivation} is @dfn{bound} using @code{mlet} instead of plain @code{let}."
msgstr "Во второй версии следует отметить несколько моментов: параметр @code{store} теперь является неявным и является ``threaded'' в вызовах @code{package->derivation} и @code{gexp->derivation} монадические процедуры, а монадическим значением, возвращаемым @code{package->derivation}, является @dfn{bound} с использованием @code{mlet} вместо простого @code{let}."
#. type: Plain text
-#: guix-git/doc/guix.texi:11574
+#: guix-git/doc/guix.texi:11593
msgid "As it turns out, the call to @code{package->derivation} can even be omitted since it will take place implicitly, as we will see later (@pxref{G-Expressions}):"
msgstr "Оказывается, вызов @code{package->derivation} можно даже опустить, поскольку она будет выполняться неявно, как мы увидим позже (@pxref{G-Expressions}):"
#. type: lisp
-#: guix-git/doc/guix.texi:11580
+#: guix-git/doc/guix.texi:11599
#, no-wrap
msgid ""
"(define (sh-symlink)\n"
@@ -25282,12 +25318,12 @@ msgstr ""
" #$output)))\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:11589
+#: guix-git/doc/guix.texi:11608
msgid "Calling the monadic @code{sh-symlink} has no effect. As someone once said, ``you exit a monad like you exit a building on fire: by running''. So, to exit the monad and get the desired effect, one must use @code{run-with-store}:"
msgstr "Вызов монадического @code{sh-symlink} ни на что не влияет. Как кто-то однажды сказал: ``Вы выходите из монады, как вы выходите из горящего здания: by running''. Итак, чтобы выйти из монады и получить желаемый эффект, нужно использовать @code{run-with-store}:"
#. type: lisp
-#: guix-git/doc/guix.texi:11593
+#: guix-git/doc/guix.texi:11612
#, no-wrap
msgid ""
"(run-with-store (open-connection) (sh-symlink))\n"
@@ -25297,14 +25333,14 @@ msgstr ""
"@result{} /gnu/store/...-sh-symlink\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:11600
+#: guix-git/doc/guix.texi:11619
#, fuzzy
#| msgid "Note that the @code{(guix monad-repl)} module extends the Guile REPL with new ``meta-commands'' to make it easier to deal with monadic procedures: @code{run-in-store}, and @code{enter-store-monad}. The former is used to ``run'' a single monadic value through the store:"
msgid "Note that the @code{(guix monad-repl)} module extends the Guile REPL with new ``commands'' to make it easier to deal with monadic procedures: @code{run-in-store}, and @code{enter-store-monad} (@pxref{Using Guix Interactively}). The former is used to ``run'' a single monadic value through the store:"
msgstr "Обратите внимание, что модуль @code{(guix monad-repl)} расширяет Guile REPL новыми ``метакомандами'', чтобы упростить работу с монадическими процедурами: @code{run-in-store} и @code{Enter-store-monad}. Первая используется для ``run'' одного монадического значения через store:"
#. type: example
-#: guix-git/doc/guix.texi:11604
+#: guix-git/doc/guix.texi:11623
#, no-wrap
msgid ""
"scheme@@(guile-user)> ,run-in-store (package->derivation hello)\n"
@@ -25314,12 +25350,12 @@ msgstr ""
"$1 = #<derivation /gnu/store/@dots{}-hello-2.9.drv => @dots{}>\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:11608
+#: guix-git/doc/guix.texi:11627
msgid "The latter enters a recursive REPL, where all the return values are automatically run through the store:"
msgstr "Последний входит в рекурсивный REPL, где все возвращаемые значения автоматически проходят через хранилище:"
#. type: example
-#: guix-git/doc/guix.texi:11617
+#: guix-git/doc/guix.texi:11636
#, no-wrap
msgid ""
"scheme@@(guile-user)> ,enter-store-monad\n"
@@ -25339,55 +25375,55 @@ msgstr ""
"scheme@@(guile-user)>\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:11622
+#: guix-git/doc/guix.texi:11641
msgid "Note that non-monadic values cannot be returned in the @code{store-monad} REPL."
msgstr "Обратите внимание, что немонадические значения не могут быть возвращены в REPL @code{store-monad}."
#. type: Plain text
-#: guix-git/doc/guix.texi:11625
+#: guix-git/doc/guix.texi:11644
msgid "Other meta-commands are available at the REPL, such as @code{,build} to build a file-like object (@pxref{Using Guix Interactively})."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:11628
+#: guix-git/doc/guix.texi:11647
msgid "The main syntactic forms to deal with monads in general are provided by the @code{(guix monads)} module and are described below."
msgstr "Основные синтаксические формы для работы с монадами в целом предоставляются модулем @code{(guix monads)} и описаны ниже."
#. type: defmac
-#: guix-git/doc/guix.texi:11629
+#: guix-git/doc/guix.texi:11648
#, no-wrap
msgid "with-monad monad body @dots{}"
msgstr ""
#. type: defmac
-#: guix-git/doc/guix.texi:11632
+#: guix-git/doc/guix.texi:11651
msgid "Evaluate any @code{>>=} or @code{return} forms in @var{body} as being in @var{monad}."
msgstr ""
#. type: defmac
-#: guix-git/doc/guix.texi:11634
+#: guix-git/doc/guix.texi:11653
#, no-wrap
msgid "return val"
msgstr ""
#. type: defmac
-#: guix-git/doc/guix.texi:11636
+#: guix-git/doc/guix.texi:11655
msgid "Return a monadic value that encapsulates @var{val}."
msgstr "Возвращает монадическое значение, инкапсулирующее @var{val}."
#. type: defmac
-#: guix-git/doc/guix.texi:11638
+#: guix-git/doc/guix.texi:11657
#, no-wrap
msgid ">>= mval mproc @dots{}"
msgstr ""
#. type: defmac
-#: guix-git/doc/guix.texi:11645
+#: guix-git/doc/guix.texi:11664
msgid "@dfn{Bind} monadic value @var{mval}, passing its ``contents'' to monadic procedures @var{mproc}@dots{}@footnote{This operation is commonly referred to as ``bind'', but that name denotes an unrelated procedure in Guile. Thus we use this somewhat cryptic symbol inherited from the Haskell language.}. There can be one @var{mproc} or several of them, as in this example:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:11653
+#: guix-git/doc/guix.texi:11672
#, no-wrap
msgid ""
"(run-with-state\n"
@@ -25407,7 +25443,7 @@ msgstr ""
"\n"
#. type: lisp
-#: guix-git/doc/guix.texi:11656
+#: guix-git/doc/guix.texi:11675
#, no-wrap
msgid ""
"@result{} 4\n"
@@ -25417,94 +25453,94 @@ msgstr ""
"@result{} some-state\n"
#. type: defmac
-#: guix-git/doc/guix.texi:11659
+#: guix-git/doc/guix.texi:11678
#, no-wrap
msgid "mlet monad ((var mval) @dots{}) body @dots{}"
msgstr ""
#. type: defmacx
-#: guix-git/doc/guix.texi:11660
+#: guix-git/doc/guix.texi:11679
#, no-wrap
msgid "mlet* monad ((var mval) @dots{}) body @dots{}"
msgstr ""
#. type: defmac
-#: guix-git/doc/guix.texi:11671
+#: guix-git/doc/guix.texi:11690
msgid "Bind the variables @var{var} to the monadic values @var{mval} in @var{body}, which is a sequence of expressions. As with the bind operator, this can be thought of as ``unpacking'' the raw, non-monadic value ``contained'' in @var{mval} and making @var{var} refer to that raw, non-monadic value within the scope of the @var{body}. The form (@var{var} -> @var{val}) binds @var{var} to the ``normal'' value @var{val}, as per @code{let}. The binding operations occur in sequence from left to right. The last expression of @var{body} must be a monadic expression, and its result will become the result of the @code{mlet} or @code{mlet*} when run in the @var{monad}."
msgstr ""
#. type: defmac
-#: guix-git/doc/guix.texi:11674
+#: guix-git/doc/guix.texi:11693
msgid "@code{mlet*} is to @code{mlet} what @code{let*} is to @code{let} (@pxref{Local Bindings,,, guile, GNU Guile Reference Manual})."
msgstr ""
#. type: defmac
-#: guix-git/doc/guix.texi:11676
+#: guix-git/doc/guix.texi:11695
#, no-wrap
msgid "mbegin monad mexp @dots{}"
msgstr ""
#. type: defmac
-#: guix-git/doc/guix.texi:11680
+#: guix-git/doc/guix.texi:11699
msgid "Bind @var{mexp} and the following monadic expressions in sequence, returning the result of the last expression. Every expression in the sequence must be a monadic expression."
msgstr ""
#. type: defmac
-#: guix-git/doc/guix.texi:11684
+#: guix-git/doc/guix.texi:11703
msgid "This is akin to @code{mlet}, except that the return values of the monadic expressions are ignored. In that sense, it is analogous to @code{begin}, but applied to monadic expressions."
msgstr ""
#. type: defmac
-#: guix-git/doc/guix.texi:11686
+#: guix-git/doc/guix.texi:11705
#, no-wrap
msgid "mwhen condition mexp0 mexp* @dots{}"
msgstr ""
#. type: defmac
-#: guix-git/doc/guix.texi:11691
+#: guix-git/doc/guix.texi:11710
msgid "When @var{condition} is true, evaluate the sequence of monadic expressions @var{mexp0}..@var{mexp*} as in an @code{mbegin}. When @var{condition} is false, return @code{*unspecified*} in the current monad. Every expression in the sequence must be a monadic expression."
msgstr ""
#. type: defmac
-#: guix-git/doc/guix.texi:11693
+#: guix-git/doc/guix.texi:11712
#, no-wrap
msgid "munless condition mexp0 mexp* @dots{}"
msgstr ""
#. type: defmac
-#: guix-git/doc/guix.texi:11698
+#: guix-git/doc/guix.texi:11717
msgid "When @var{condition} is false, evaluate the sequence of monadic expressions @var{mexp0}..@var{mexp*} as in an @code{mbegin}. When @var{condition} is true, return @code{*unspecified*} in the current monad. Every expression in the sequence must be a monadic expression."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:11700
+#: guix-git/doc/guix.texi:11719
#, no-wrap
msgid "state monad"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:11704
+#: guix-git/doc/guix.texi:11723
msgid "The @code{(guix monads)} module provides the @dfn{state monad}, which allows an additional value---the state---to be @emph{threaded} through monadic procedure calls."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:11705
+#: guix-git/doc/guix.texi:11724
#, no-wrap
msgid "%state-monad"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:11708
+#: guix-git/doc/guix.texi:11727
msgid "The state monad. Procedures in the state monad can access and change the state that is threaded."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:11712
+#: guix-git/doc/guix.texi:11731
msgid "Consider the example below. The @code{square} procedure returns a value in the state monad. It returns the square of its argument, but also increments the current state value:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:11719
+#: guix-git/doc/guix.texi:11738
#, no-wrap
msgid ""
"(define (square x)\n"
@@ -25522,7 +25558,7 @@ msgstr ""
"\n"
#. type: lisp
-#: guix-git/doc/guix.texi:11723
+#: guix-git/doc/guix.texi:11742
#, no-wrap
msgid ""
"(run-with-state (sequence %state-monad (map square (iota 3))) 0)\n"
@@ -25534,147 +25570,147 @@ msgstr ""
"@result{} 3\n"
#. type: defvar
-#: guix-git/doc/guix.texi:11727
+#: guix-git/doc/guix.texi:11746
msgid "When ``run'' through @code{%state-monad}, we obtain that additional state value, which is the number of @code{square} calls."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:11729
+#: guix-git/doc/guix.texi:11748
#, no-wrap
msgid "{Monadic Procedure} current-state"
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:11731
+#: guix-git/doc/guix.texi:11750
msgid "Return the current state as a monadic value."
msgstr "Вернуть текущее состояние в виде монадического значения."
#. type: deffn
-#: guix-git/doc/guix.texi:11733
+#: guix-git/doc/guix.texi:11752
#, no-wrap
msgid "{Monadic Procedure} set-current-state @var{value}"
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:11736
+#: guix-git/doc/guix.texi:11755
msgid "Set the current state to @var{value} and return the previous state as a monadic value."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:11738
+#: guix-git/doc/guix.texi:11757
#, no-wrap
msgid "{Monadic Procedure} state-push @var{value}"
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:11741
+#: guix-git/doc/guix.texi:11760
msgid "Push @var{value} to the current state, which is assumed to be a list, and return the previous state as a monadic value."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:11743
+#: guix-git/doc/guix.texi:11762
#, no-wrap
msgid "{Monadic Procedure} state-pop"
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:11746
+#: guix-git/doc/guix.texi:11765
msgid "Pop a value from the current state and return it as a monadic value. The state is assumed to be a list."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:11748
+#: guix-git/doc/guix.texi:11767
#, no-wrap
msgid "{Procedure} run-with-state mval [state]"
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:11751
+#: guix-git/doc/guix.texi:11770
msgid "Run monadic value @var{mval} starting with @var{state} as the initial state. Return two values: the resulting value, and the resulting state."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:11755
+#: guix-git/doc/guix.texi:11774
msgid "The main interface to the store monad, provided by the @code{(guix store)} module, is as follows."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:11756
+#: guix-git/doc/guix.texi:11775
#, no-wrap
msgid "%store-monad"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:11758
+#: guix-git/doc/guix.texi:11777
msgid "The store monad---an alias for @code{%state-monad}."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:11762
+#: guix-git/doc/guix.texi:11781
msgid "Values in the store monad encapsulate accesses to the store. When its effect is needed, a value of the store monad must be ``evaluated'' by passing it to the @code{run-with-store} procedure (see below)."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:11764
+#: guix-git/doc/guix.texi:11783
#, no-wrap
msgid "{Procedure} run-with-store store mval @"
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:11768
+#: guix-git/doc/guix.texi:11787
msgid "[#:guile-for-build] [#:system (%current-system)] Run @var{mval}, a monadic value in the store monad, in @var{store}, an open store connection."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:11770
+#: guix-git/doc/guix.texi:11789
#, no-wrap
msgid "{Monadic Procedure} text-file @var{name} @var{text} [@var{references}]"
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:11774
+#: guix-git/doc/guix.texi:11793
msgid "Return as a monadic value the absolute file name in the store of the file containing @var{text}, a string. @var{references} is a list of store items that the resulting text file refers to; it defaults to the empty list."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:11776
+#: guix-git/doc/guix.texi:11795
#, no-wrap
msgid "{Monadic Procedure} binary-file @var{name} @var{data} [@var{references}]"
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:11780
+#: guix-git/doc/guix.texi:11799
msgid "Return as a monadic value the absolute file name in the store of the file containing @var{data}, a bytevector. @var{references} is a list of store items that the resulting binary file refers to; it defaults to the empty list."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:11782
+#: guix-git/doc/guix.texi:11801
#, no-wrap
msgid "{Monadic Procedure} interned-file @var{file} [@var{name}] @"
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:11787
+#: guix-git/doc/guix.texi:11806
msgid "[#:recursive? #t] [#:select? (const #t)] Return the name of @var{file} once interned in the store. Use @var{name} as its store name, or the basename of @var{file} if @var{name} is omitted."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:11791 guix-git/doc/guix.texi:12217
+#: guix-git/doc/guix.texi:11810 guix-git/doc/guix.texi:12236
msgid "When @var{recursive?} is true, the contents of @var{file} are added recursively; if @var{file} designates a flat file and @var{recursive?} is true, its contents are added, and its permission bits are kept."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:11796 guix-git/doc/guix.texi:12222
+#: guix-git/doc/guix.texi:11815 guix-git/doc/guix.texi:12241
msgid "When @var{recursive?} is true, call @code{(@var{select?} @var{file} @var{stat})} for each directory entry, where @var{file} is the entry's absolute file name and @var{stat} is the result of @code{lstat}; exclude entries for which @var{select?} does not return true."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:11798
+#: guix-git/doc/guix.texi:11817
msgid "The example below adds a file to the store, under two different names:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:11804
+#: guix-git/doc/guix.texi:11823
#, no-wrap
msgid ""
"(run-with-store (open-connection)\n"
@@ -25690,120 +25726,120 @@ msgstr ""
"\n"
#. type: lisp
-#: guix-git/doc/guix.texi:11806
+#: guix-git/doc/guix.texi:11825
#, no-wrap
msgid "@result{} (\"/gnu/store/rwm@dots{}-README\" \"/gnu/store/44i@dots{}-LEGU-MIN\")\n"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:11812
+#: guix-git/doc/guix.texi:11831
msgid "The @code{(guix packages)} module exports the following package-related monadic procedures:"
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:11813
+#: guix-git/doc/guix.texi:11832
#, no-wrap
msgid "{Monadic Procedure} package-file @var{package} [@var{file}] @"
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:11821
+#: guix-git/doc/guix.texi:11840
msgid "[#:system (%current-system)] [#:target #f] @ [#:output \"out\"] Return as a monadic value in the absolute file name of @var{file} within the @var{output} directory of @var{package}. When @var{file} is omitted, return the name of the @var{output} directory of @var{package}. When @var{target} is true, use it as a cross-compilation target triplet."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:11825
+#: guix-git/doc/guix.texi:11844
msgid "Note that this procedure does @emph{not} build @var{package}. Thus, the result might or might not designate an existing file. We recommend not using this procedure unless you know what you are doing."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:11827
+#: guix-git/doc/guix.texi:11846
#, no-wrap
msgid "{Monadic Procedure} package->derivation @var{package} [@var{system}]"
msgstr ""
#. type: deffnx
-#: guix-git/doc/guix.texi:11828
+#: guix-git/doc/guix.texi:11847
#, no-wrap
msgid "{Monadic Procedure} package->cross-derivation @var{package} @"
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:11832
+#: guix-git/doc/guix.texi:11851
msgid "@var{target} [@var{system}] Monadic version of @code{package-derivation} and @code{package-cross-derivation} (@pxref{Defining Packages})."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:11838
+#: guix-git/doc/guix.texi:11857
#, no-wrap
msgid "G-expression"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:11839
+#: guix-git/doc/guix.texi:11858
#, no-wrap
msgid "build code quoting"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:11845
+#: guix-git/doc/guix.texi:11864
msgid "So we have ``derivations'', which represent a sequence of build actions to be performed to produce an item in the store (@pxref{Derivations}). These build actions are performed when asking the daemon to actually build the derivations; they are run by the daemon in a container (@pxref{Invoking guix-daemon})."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:11848
+#: guix-git/doc/guix.texi:11867
#, no-wrap
msgid "strata of code"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:11860
+#: guix-git/doc/guix.texi:11879
msgid "It should come as no surprise that we like to write these build actions in Scheme. When we do that, we end up with two @dfn{strata} of Scheme code@footnote{The term @dfn{stratum} in this context was coined by Manuel Serrano et al.@: in the context of their work on Hop. Oleg Kiselyov, who has written insightful @url{http://okmij.org/ftp/meta-programming/#meta-scheme, essays and code on this topic}, refers to this kind of code generation as @dfn{staging}.}: the ``host code''---code that defines packages, talks to the daemon, etc.---and the ``build code''---code that actually performs build actions, such as making directories, invoking @command{make}, and so on (@pxref{Build Phases})."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:11867
+#: guix-git/doc/guix.texi:11886
msgid "To describe a derivation and its build actions, one typically needs to embed build code inside host code. It boils down to manipulating build code as data, and the homoiconicity of Scheme---code has a direct representation as data---comes in handy for that. But we need more than the normal @code{quasiquote} mechanism in Scheme to construct build expressions."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:11876
+#: guix-git/doc/guix.texi:11895
msgid "The @code{(guix gexp)} module implements @dfn{G-expressions}, a form of S-expressions adapted to build expressions. G-expressions, or @dfn{gexps}, consist essentially of three syntactic forms: @code{gexp}, @code{ungexp}, and @code{ungexp-splicing} (or simply: @code{#~}, @code{#$}, and @code{#$@@}), which are comparable to @code{quasiquote}, @code{unquote}, and @code{unquote-splicing}, respectively (@pxref{Expression Syntax, @code{quasiquote},, guile, GNU Guile Reference Manual}). However, there are major differences:"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:11881
+#: guix-git/doc/guix.texi:11900
msgid "Gexps are meant to be written to a file and run or manipulated by other processes."
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:11886
+#: guix-git/doc/guix.texi:11905
msgid "When a high-level object such as a package or derivation is unquoted inside a gexp, the result is as if its output file name had been introduced."
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:11891
+#: guix-git/doc/guix.texi:11910
msgid "Gexps carry information about the packages or derivations they refer to, and these dependencies are automatically added as inputs to the build processes that use them."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:11893 guix-git/doc/guix.texi:12495
+#: guix-git/doc/guix.texi:11912 guix-git/doc/guix.texi:12514
#, no-wrap
msgid "lowering, of high-level objects in gexps"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:11903
+#: guix-git/doc/guix.texi:11922
msgid "This mechanism is not limited to package and derivation objects: @dfn{compilers} able to ``lower'' other high-level objects to derivations or files in the store can be defined, such that these objects can also be inserted into gexps. For example, a useful type of high-level objects that can be inserted in a gexp is ``file-like objects'', which make it easy to add files to the store and to refer to them in derivations and such (see @code{local-file} and @code{plain-file} below)."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:11905
+#: guix-git/doc/guix.texi:11924
msgid "To illustrate the idea, here is an example of a gexp:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:11913
+#: guix-git/doc/guix.texi:11932
#, no-wrap
msgid ""
"(define build-exp\n"
@@ -25821,34 +25857,34 @@ msgstr ""
" \"list-files\")))\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:11918
+#: guix-git/doc/guix.texi:11937
msgid "This gexp can be passed to @code{gexp->derivation}; we obtain a derivation that builds a directory containing exactly one symlink to @file{/gnu/store/@dots{}-coreutils-8.22/bin/ls}:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:11921
+#: guix-git/doc/guix.texi:11940
#, no-wrap
msgid "(gexp->derivation \"the-thing\" build-exp)\n"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:11929
+#: guix-git/doc/guix.texi:11948
msgid "As one would expect, the @code{\"/gnu/store/@dots{}-coreutils-8.22\"} string is substituted to the reference to the @var{coreutils} package in the actual build code, and @var{coreutils} is automatically made an input to the derivation. Likewise, @code{#$output} (equivalent to @code{(ungexp output)}) is replaced by a string containing the directory name of the output of the derivation."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:11930
+#: guix-git/doc/guix.texi:11949
#, no-wrap
msgid "cross compilation"
msgstr "кросс-компиляция"
#. type: Plain text
-#: guix-git/doc/guix.texi:11936
+#: guix-git/doc/guix.texi:11955
msgid "In a cross-compilation context, it is useful to distinguish between references to the @emph{native} build of a package---that can run on the host---versus references to cross builds of a package. To that end, the @code{#+} plays the same role as @code{#$}, but is a reference to a native package build:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:11947
+#: guix-git/doc/guix.texi:11966
#, no-wrap
msgid ""
"(gexp->derivation \"vi\"\n"
@@ -25872,29 +25908,29 @@ msgstr ""
" #:target \"aarch64-linux-gnu\")\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:11953
+#: guix-git/doc/guix.texi:11972
msgid "In the example above, the native build of @var{coreutils} is used, so that @command{ln} can actually run on the host; but then the cross-compiled build of @var{emacs} is referenced."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:11954
+#: guix-git/doc/guix.texi:11973
#, no-wrap
msgid "imported modules, for gexps"
msgstr "импортированные модули, для gexps"
#. type: findex
-#: guix-git/doc/guix.texi:11955
+#: guix-git/doc/guix.texi:11974
#, no-wrap
msgid "with-imported-modules"
msgstr "with-imported-modules"
#. type: Plain text
-#: guix-git/doc/guix.texi:11960
+#: guix-git/doc/guix.texi:11979
msgid "Another gexp feature is @dfn{imported modules}: sometimes you want to be able to use certain Guile modules from the ``host environment'' in the gexp, so those modules should be imported in the ``build environment''. The @code{with-imported-modules} form allows you to express that:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:11971
+#: guix-git/doc/guix.texi:11990
#, no-wrap
msgid ""
"(let ((build (with-imported-modules '((guix build utils))\n"
@@ -25918,29 +25954,29 @@ msgstr ""
" #t)))\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:11977
+#: guix-git/doc/guix.texi:11996
msgid "In this example, the @code{(guix build utils)} module is automatically pulled into the isolated build environment of our gexp, such that @code{(use-modules (guix build utils))} works as expected."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:11978
+#: guix-git/doc/guix.texi:11997
#, no-wrap
msgid "module closure"
msgstr ""
#. type: findex
-#: guix-git/doc/guix.texi:11979
+#: guix-git/doc/guix.texi:11998
#, no-wrap
msgid "source-module-closure"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:11986
+#: guix-git/doc/guix.texi:12005
msgid "Usually you want the @emph{closure} of the module to be imported---i.e., the module itself and all the modules it depends on---rather than just the module; failing to do that, attempts to use the module will fail because of missing dependent modules. The @code{source-module-closure} procedure computes the closure of a module by looking at its source file headers, which comes in handy in this case:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:11989
+#: guix-git/doc/guix.texi:12008
#, no-wrap
msgid ""
"(use-modules (guix modules)) ;for 'source-module-closure'\n"
@@ -25950,7 +25986,7 @@ msgstr ""
"\n"
#. type: lisp
-#: guix-git/doc/guix.texi:11998
+#: guix-git/doc/guix.texi:12017
#, fuzzy, no-wrap
#| msgid ""
#| "(with-imported-modules (source-module-closure\n"
@@ -25981,24 +26017,24 @@ msgstr ""
" @dots{})))\n"
#. type: cindex
-#: guix-git/doc/guix.texi:12000
+#: guix-git/doc/guix.texi:12019
#, no-wrap
msgid "extensions, for gexps"
msgstr ""
#. type: findex
-#: guix-git/doc/guix.texi:12001
+#: guix-git/doc/guix.texi:12020
#, no-wrap
msgid "with-extensions"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:12006
+#: guix-git/doc/guix.texi:12025
msgid "In the same vein, sometimes you want to import not just pure-Scheme modules, but also ``extensions'' such as Guile bindings to C libraries or other ``full-blown'' packages. Say you need the @code{guile-json} package available on the build side, here's how you would do it:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:12009
+#: guix-git/doc/guix.texi:12028
#, no-wrap
msgid ""
"(use-modules (gnu packages guile)) ;for 'guile-json'\n"
@@ -26008,7 +26044,7 @@ msgstr ""
"\n"
#. type: lisp
-#: guix-git/doc/guix.texi:12015
+#: guix-git/doc/guix.texi:12034
#, no-wrap
msgid ""
"(with-extensions (list guile-json)\n"
@@ -26024,192 +26060,192 @@ msgstr ""
" @dots{})))\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:12018
+#: guix-git/doc/guix.texi:12037
msgid "The syntactic form to construct gexps is summarized below."
msgstr ""
#. type: defmac
-#: guix-git/doc/guix.texi:12019
+#: guix-git/doc/guix.texi:12038
#, fuzzy, no-wrap
#| msgid "-e @var{exp}"
msgid "#~@var{exp}"
msgstr "-e @var{exp}"
#. type: defmacx
-#: guix-git/doc/guix.texi:12020
+#: guix-git/doc/guix.texi:12039
#, fuzzy, no-wrap
#| msgid "-e @var{exp}"
msgid "(gexp @var{exp})"
msgstr "-e @var{exp}"
#. type: defmac
-#: guix-git/doc/guix.texi:12023
+#: guix-git/doc/guix.texi:12042
msgid "Return a G-expression containing @var{exp}. @var{exp} may contain one or more of the following forms:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:12025
+#: guix-git/doc/guix.texi:12044
#, no-wrap
msgid "#$@var{obj}"
msgstr "#$@var{obj}"
#. type: itemx
-#: guix-git/doc/guix.texi:12026
+#: guix-git/doc/guix.texi:12045
#, no-wrap
msgid "(ungexp @var{obj})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:12031
+#: guix-git/doc/guix.texi:12050
msgid "Introduce a reference to @var{obj}. @var{obj} may have one of the supported types, for example a package or a derivation, in which case the @code{ungexp} form is replaced by its output file name---e.g., @code{\"/gnu/store/@dots{}-coreutils-8.22}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:12034
+#: guix-git/doc/guix.texi:12053
msgid "If @var{obj} is a list, it is traversed and references to supported objects are substituted similarly."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:12037
+#: guix-git/doc/guix.texi:12056
msgid "If @var{obj} is another gexp, its contents are inserted and its dependencies are added to those of the containing gexp."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:12039
+#: guix-git/doc/guix.texi:12058
msgid "If @var{obj} is another kind of object, it is inserted as is."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:12040
+#: guix-git/doc/guix.texi:12059
#, no-wrap
msgid "#$@var{obj}:@var{output}"
msgstr ""
#. type: itemx
-#: guix-git/doc/guix.texi:12041
+#: guix-git/doc/guix.texi:12060
#, no-wrap
msgid "(ungexp @var{obj} @var{output})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:12045
+#: guix-git/doc/guix.texi:12064
msgid "This is like the form above, but referring explicitly to the @var{output} of @var{obj}---this is useful when @var{obj} produces multiple outputs (@pxref{Packages with Multiple Outputs})."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:12050
+#: guix-git/doc/guix.texi:12069
msgid "Sometimes a gexp unconditionally refers to the @code{\"out\"} output, but the user of that gexp would still like to insert a reference to another output. The @code{gexp-input} procedure aims to address that. @xref{gexp-input}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:12051
+#: guix-git/doc/guix.texi:12070
#, no-wrap
msgid "#+@var{obj}"
msgstr ""
#. type: itemx
-#: guix-git/doc/guix.texi:12052
+#: guix-git/doc/guix.texi:12071
#, no-wrap
msgid "#+@var{obj}:output"
msgstr ""
#. type: itemx
-#: guix-git/doc/guix.texi:12053
+#: guix-git/doc/guix.texi:12072
#, no-wrap
msgid "(ungexp-native @var{obj})"
msgstr ""
#. type: itemx
-#: guix-git/doc/guix.texi:12054
+#: guix-git/doc/guix.texi:12073
#, no-wrap
msgid "(ungexp-native @var{obj} @var{output})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:12057
+#: guix-git/doc/guix.texi:12076
msgid "Same as @code{ungexp}, but produces a reference to the @emph{native} build of @var{obj} when used in a cross compilation context."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:12058
+#: guix-git/doc/guix.texi:12077
#, no-wrap
msgid "#$output[:@var{output}]"
msgstr ""
#. type: itemx
-#: guix-git/doc/guix.texi:12059
+#: guix-git/doc/guix.texi:12078
#, no-wrap
msgid "(ungexp output [@var{output}])"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:12062
+#: guix-git/doc/guix.texi:12081
msgid "Insert a reference to derivation output @var{output}, or to the main output when @var{output} is omitted."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:12064
+#: guix-git/doc/guix.texi:12083
msgid "This only makes sense for gexps passed to @code{gexp->derivation}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:12065
+#: guix-git/doc/guix.texi:12084
#, no-wrap
msgid "#$@@@var{lst}"
msgstr ""
#. type: itemx
-#: guix-git/doc/guix.texi:12066
+#: guix-git/doc/guix.texi:12085
#, no-wrap
msgid "(ungexp-splicing @var{lst})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:12069
+#: guix-git/doc/guix.texi:12088
msgid "Like the above, but splices the contents of @var{lst} inside the containing list."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:12070
+#: guix-git/doc/guix.texi:12089
#, no-wrap
msgid "#+@@@var{lst}"
msgstr ""
#. type: itemx
-#: guix-git/doc/guix.texi:12071
+#: guix-git/doc/guix.texi:12090
#, no-wrap
msgid "(ungexp-native-splicing @var{lst})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:12074
+#: guix-git/doc/guix.texi:12093
msgid "Like the above, but refers to native builds of the objects listed in @var{lst}."
msgstr ""
#. type: defmac
-#: guix-git/doc/guix.texi:12079
+#: guix-git/doc/guix.texi:12098
msgid "G-expressions created by @code{gexp} or @code{#~} are run-time objects of the @code{gexp?} type (see below)."
msgstr ""
#. type: defmac
-#: guix-git/doc/guix.texi:12081
+#: guix-git/doc/guix.texi:12100
#, fuzzy, no-wrap
#| msgid "with-imported-modules"
msgid "with-imported-modules modules body@dots{}"
msgstr "with-imported-modules"
#. type: defmac
-#: guix-git/doc/guix.texi:12084
+#: guix-git/doc/guix.texi:12103
msgid "Mark the gexps defined in @var{body}@dots{} as requiring @var{modules} in their execution environment."
msgstr ""
#. type: defmac
-#: guix-git/doc/guix.texi:12088
+#: guix-git/doc/guix.texi:12107
msgid "Each item in @var{modules} can be the name of a module, such as @code{(guix build utils)}, or it can be a module name, followed by an arrow, followed by a file-like object:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:12094
+#: guix-git/doc/guix.texi:12113
#, no-wrap
msgid ""
"`((guix build utils)\n"
@@ -26223,80 +26259,80 @@ msgstr ""
" #~(define-module @dots{}))))\n"
#. type: defmac
-#: guix-git/doc/guix.texi:12099
+#: guix-git/doc/guix.texi:12118
msgid "In the example above, the first two modules are taken from the search path, and the last one is created from the given file-like object."
msgstr ""
#. type: defmac
-#: guix-git/doc/guix.texi:12103
+#: guix-git/doc/guix.texi:12122
msgid "This form has @emph{lexical} scope: it has an effect on the gexps directly defined in @var{body}@dots{}, but not on those defined, say, in procedures called from @var{body}@dots{}."
msgstr ""
#. type: defmac
-#: guix-git/doc/guix.texi:12105
+#: guix-git/doc/guix.texi:12124
#, no-wrap
msgid "with-extensions extensions body@dots{}"
msgstr ""
#. type: defmac
-#: guix-git/doc/guix.texi:12110
+#: guix-git/doc/guix.texi:12129
msgid "Mark the gexps defined in @var{body}@dots{} as requiring @var{extensions} in their build and execution environment. @var{extensions} is typically a list of package objects such as those defined in the @code{(gnu packages guile)} module."
msgstr ""
#. type: defmac
-#: guix-git/doc/guix.texi:12115
+#: guix-git/doc/guix.texi:12134
msgid "Concretely, the packages listed in @var{extensions} are added to the load path while compiling imported modules in @var{body}@dots{}; they are also added to the load path of the gexp returned by @var{body}@dots{}."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:12117
+#: guix-git/doc/guix.texi:12136
#, no-wrap
msgid "{Procedure} gexp? obj"
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:12119
+#: guix-git/doc/guix.texi:12138
msgid "Return @code{#t} if @var{obj} is a G-expression."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:12125
+#: guix-git/doc/guix.texi:12144
msgid "G-expressions are meant to be written to disk, either as code building some derivation, or as plain files in the store. The monadic procedures below allow you to do that (@pxref{The Store Monad}, for more information about monads)."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:12126
+#: guix-git/doc/guix.texi:12145
#, no-wrap
msgid "{Monadic Procedure} gexp->derivation @var{name} @var{exp} @"
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:12144
+#: guix-git/doc/guix.texi:12163
msgid "[#:system (%current-system)] [#:target #f] [#:graft? #t] @ [#:hash #f] [#:hash-algo #f] @ [#:recursive? #f] [#:env-vars '()] [#:modules '()] @ [#:module-path @code{%load-path}] @ [#:effective-version \"2.2\"] @ [#:references-graphs #f] [#:allowed-references #f] @ [#:disallowed-references #f] @ [#:leaked-env-vars #f] @ [#:script-name (string-append @var{name} \"-builder\")] @ [#:deprecation-warnings #f] @ [#:local-build? #f] [#:substitutable? #t] @ [#:properties '()] [#:guile-for-build #f] Return a derivation @var{name} that runs @var{exp} (a gexp) with @var{guile-for-build} (a derivation) on @var{system}; @var{exp} is stored in a file called @var{script-name}. When @var{target} is true, it is used as the cross-compilation target triplet for packages referred to by @var{exp}."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:12152
+#: guix-git/doc/guix.texi:12171
msgid "@var{modules} is deprecated in favor of @code{with-imported-modules}. Its meaning is to make @var{modules} available in the evaluation context of @var{exp}; @var{modules} is a list of names of Guile modules searched in @var{module-path} to be copied in the store, compiled, and made available in the load path during the execution of @var{exp}---e.g., @code{((guix build utils) (guix build gnu-build-system))}."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:12155
+#: guix-git/doc/guix.texi:12174
msgid "@var{effective-version} determines the string to use when adding extensions of @var{exp} (see @code{with-extensions}) to the search path---e.g., @code{\"2.2\"}."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:12158
+#: guix-git/doc/guix.texi:12177
msgid "@var{graft?} determines whether packages referred to by @var{exp} should be grafted when applicable."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:12161
+#: guix-git/doc/guix.texi:12180
msgid "When @var{references-graphs} is true, it must be a list of tuples of one of the following forms:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:12167
+#: guix-git/doc/guix.texi:12186
#, fuzzy, no-wrap
#| msgid ""
#| "(@var{file-name} @var{package})\n"
@@ -26317,38 +26353,38 @@ msgstr ""
"(@var{file-name} @var{store-item})\n"
#. type: deffn
-#: guix-git/doc/guix.texi:12173
+#: guix-git/doc/guix.texi:12192
msgid "The right-hand-side of each element of @var{references-graphs} is automatically made an input of the build process of @var{exp}. In the build environment, each @var{file-name} contains the reference graph of the corresponding item, in a simple text format."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:12179
+#: guix-git/doc/guix.texi:12198
msgid "@var{allowed-references} must be either @code{#f} or a list of output names and packages. In the latter case, the list denotes store items that the result is allowed to refer to. Any reference to another store item will lead to a build error. Similarly for @var{disallowed-references}, which can list items that must not be referenced by the outputs."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:12182
+#: guix-git/doc/guix.texi:12201
msgid "@var{deprecation-warnings} determines whether to show deprecation warnings while compiling modules. It can be @code{#f}, @code{#t}, or @code{'detailed}."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:12184
+#: guix-git/doc/guix.texi:12203
msgid "The other arguments are as for @code{derivation} (@pxref{Derivations})."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:12186
+#: guix-git/doc/guix.texi:12205
#, no-wrap
msgid "file-like objects"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:12191
+#: guix-git/doc/guix.texi:12210
msgid "The @code{local-file}, @code{plain-file}, @code{computed-file}, @code{program-file}, and @code{scheme-file} procedures below return @dfn{file-like objects}. That is, when unquoted in a G-expression, these objects lead to a file in the store. Consider this G-expression:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:12195
+#: guix-git/doc/guix.texi:12214
#, no-wrap
msgid ""
"#~(system* #$(file-append glibc \"/sbin/nscd\") \"-f\"\n"
@@ -26356,28 +26392,28 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:12204
+#: guix-git/doc/guix.texi:12223
msgid "The effect here is to ``intern'' @file{/tmp/my-nscd.conf} by copying it to the store. Once expanded, for instance @i{via} @code{gexp->derivation}, the G-expression refers to that copy under @file{/gnu/store}; thus, modifying or removing the file in @file{/tmp} does not have any effect on what the G-expression does. @code{plain-file} can be used similarly; it differs in that the file content is directly passed as a string."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:12205
+#: guix-git/doc/guix.texi:12224
#, no-wrap
msgid "{Procedure} local-file file [name] [#:recursive? #f] [#:select? (const #t)]"
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:12213
+#: guix-git/doc/guix.texi:12232
msgid "Return an object representing local file @var{file} to add to the store; this object can be used in a gexp. If @var{file} is a literal string denoting a relative file name, it is looked up relative to the source file where it appears; if @var{file} is not a literal string, it is looked up relative to the current working directory at run time. @var{file} will be added to the store under @var{name}--by default the base name of @var{file}."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:12228
+#: guix-git/doc/guix.texi:12247
msgid "@var{file} can be wrapped in the @code{assume-valid-file-name} syntactic keyword. When this is done, there will not be a warning when @code{local-file} is used with a non-literal path. The path is still looked up relative to the current working directory at run time. Wrapping is done like this:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:12233
+#: guix-git/doc/guix.texi:12252
#, no-wrap
msgid ""
"(define alice-key-file-path \"alice.pub\")\n"
@@ -26386,60 +26422,60 @@ msgid ""
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:12237
+#: guix-git/doc/guix.texi:12256
msgid "This is the declarative counterpart of the @code{interned-file} monadic procedure (@pxref{The Store Monad, @code{interned-file}})."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:12239
+#: guix-git/doc/guix.texi:12258
#, no-wrap
msgid "{Procedure} plain-file name content"
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:12242
+#: guix-git/doc/guix.texi:12261
msgid "Return an object representing a text file called @var{name} with the given @var{content} (a string or a bytevector) to be added to the store."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:12244
+#: guix-git/doc/guix.texi:12263
msgid "This is the declarative counterpart of @code{text-file}."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:12246
+#: guix-git/doc/guix.texi:12265
#, no-wrap
msgid "{Procedure} computed-file name gexp [#:local-build? #t] [#:options '()]"
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:12251
+#: guix-git/doc/guix.texi:12270
msgid "Return an object representing the store item @var{name}, a file or directory computed by @var{gexp}. When @var{local-build?} is true (the default), the derivation is built locally. @var{options} is a list of additional arguments to pass to @code{gexp->derivation}."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:12253
+#: guix-git/doc/guix.texi:12272
msgid "This is the declarative counterpart of @code{gexp->derivation}."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:12255
+#: guix-git/doc/guix.texi:12274
#, no-wrap
msgid "{Monadic Procedure} gexp->script @var{name} @var{exp} @"
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:12261
+#: guix-git/doc/guix.texi:12280
msgid "[#:guile (default-guile)] [#:module-path %load-path] @ [#:system (%current-system)] [#:target #f] Return an executable script @var{name} that runs @var{exp} using @var{guile}, with @var{exp}'s imported modules in its search path. Look up @var{exp}'s modules in @var{module-path}."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:12264
+#: guix-git/doc/guix.texi:12283
msgid "The example below builds a script that simply invokes the @command{ls} command:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:12267
+#: guix-git/doc/guix.texi:12286
#, no-wrap
msgid ""
"(use-modules (guix gexp) (gnu packages base))\n"
@@ -26447,7 +26483,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:12271
+#: guix-git/doc/guix.texi:12290
#, no-wrap
msgid ""
"(gexp->script \"list-files\"\n"
@@ -26456,12 +26492,12 @@ msgid ""
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:12276
+#: guix-git/doc/guix.texi:12295
msgid "When ``running'' it through the store (@pxref{The Store Monad, @code{run-with-store}}), we obtain a derivation that produces an executable file @file{/gnu/store/@dots{}-list-files} along these lines:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:12281
+#: guix-git/doc/guix.texi:12300
#, no-wrap
msgid ""
"#!/gnu/store/@dots{}-guile-2.0.11/bin/guile -ds\n"
@@ -26470,79 +26506,79 @@ msgid ""
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:12284
+#: guix-git/doc/guix.texi:12303
#, no-wrap
msgid "{Procedure} program-file name exp [#:guile #f] [#:module-path %load-path]"
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:12288
+#: guix-git/doc/guix.texi:12307
msgid "Return an object representing the executable store item @var{name} that runs @var{gexp}. @var{guile} is the Guile package used to execute that script. Imported modules of @var{gexp} are looked up in @var{module-path}."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:12290
+#: guix-git/doc/guix.texi:12309
msgid "This is the declarative counterpart of @code{gexp->script}."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:12292
+#: guix-git/doc/guix.texi:12311
#, no-wrap
msgid "{Monadic Procedure} gexp->file @var{name} @var{exp} @"
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:12299
+#: guix-git/doc/guix.texi:12318
msgid "[#:set-load-path? #t] [#:module-path %load-path] @ [#:splice? #f] @ [#:guile (default-guile)] Return a derivation that builds a file @var{name} containing @var{exp}. When @var{splice?} is true, @var{exp} is considered to be a list of expressions that will be spliced in the resulting file."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:12304
+#: guix-git/doc/guix.texi:12323
msgid "When @var{set-load-path?} is true, emit code in the resulting file to set @code{%load-path} and @code{%load-compiled-path} to honor @var{exp}'s imported modules. Look up @var{exp}'s modules in @var{module-path}."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:12307
+#: guix-git/doc/guix.texi:12326
msgid "The resulting file holds references to all the dependencies of @var{exp} or a subset thereof."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:12309
+#: guix-git/doc/guix.texi:12328
#, fuzzy, no-wrap
#| msgid "{Scheme Procedure} scheme-file @var{name} @var{exp} @"
msgid "{Procedure} scheme-file name exp [#:splice? #f] @"
msgstr "{Scheme Procedure} scheme-file @var{name} @var{exp} @"
#. type: deffn
-#: guix-git/doc/guix.texi:12313
+#: guix-git/doc/guix.texi:12332
#, fuzzy
#| msgid "[#:splice? #f] [#:set-load-path? #t] Return an object representing the Scheme file @var{name} that contains @var{exp}."
msgid "[#:guile #f] [#:set-load-path? #t] Return an object representing the Scheme file @var{name} that contains @var{exp}. @var{guile} is the Guile package used to produce that file."
msgstr "[#:splice? #f] [#:set-load-path? #t] Возвращает объект, представляющий Scheme файл file @var{name} содержащий @var{exp}."
#. type: deffn
-#: guix-git/doc/guix.texi:12315
+#: guix-git/doc/guix.texi:12334
msgid "This is the declarative counterpart of @code{gexp->file}."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:12317
+#: guix-git/doc/guix.texi:12336
#, no-wrap
msgid "{Monadic Procedure} text-file* @var{name} @var{text} @dots{}"
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:12323
+#: guix-git/doc/guix.texi:12342
msgid "Return as a monadic value a derivation that builds a text file containing all of @var{text}. @var{text} may list, in addition to strings, objects of any type that can be used in a gexp: packages, derivations, local file objects, etc. The resulting store file holds references to all these."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:12328
+#: guix-git/doc/guix.texi:12347
msgid "This variant should be preferred over @code{text-file} anytime the file to create will reference items from the store. This is typically the case when building a configuration file that embeds store file names, like this:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:12336
+#: guix-git/doc/guix.texi:12355
#, no-wrap
msgid ""
"(define (profile.sh)\n"
@@ -26560,24 +26596,24 @@ msgstr ""
" grep \"/bin:\" sed \"/bin\\n\"))\n"
#. type: deffn
-#: guix-git/doc/guix.texi:12341
+#: guix-git/doc/guix.texi:12360
msgid "In this example, the resulting @file{/gnu/store/@dots{}-profile.sh} file will reference @var{coreutils}, @var{grep}, and @var{sed}, thereby preventing them from being garbage-collected during its lifetime."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:12343
+#: guix-git/doc/guix.texi:12362
#, fuzzy, no-wrap
#| msgid "{Scheme Procedure} mixed-text-file @var{name} @var{text} @dots{}"
msgid "{Procedure} mixed-text-file name text @dots{}"
msgstr "{Scheme Procedure} mixed-text-file @var{name} @var{text} @dots{}"
#. type: deffn
-#: guix-git/doc/guix.texi:12347
+#: guix-git/doc/guix.texi:12366
msgid "Return an object representing store file @var{name} containing @var{text}. @var{text} is a sequence of strings and file-like objects, as in:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:12351
+#: guix-git/doc/guix.texi:12370
#, no-wrap
msgid ""
"(mixed-text-file \"profile\"\n"
@@ -26587,24 +26623,24 @@ msgstr ""
" \"export PATH=\" coreutils \"/bin:\" grep \"/bin\")\n"
#. type: deffn
-#: guix-git/doc/guix.texi:12354
+#: guix-git/doc/guix.texi:12373
msgid "This is the declarative counterpart of @code{text-file*}."
msgstr "Это декларативный аналог @code{text-file*}."
#. type: deffn
-#: guix-git/doc/guix.texi:12356
+#: guix-git/doc/guix.texi:12375
#, fuzzy, no-wrap
#| msgid "source-file-name"
msgid "{Procedure} file-union name files"
msgstr "source-file-name"
#. type: deffn
-#: guix-git/doc/guix.texi:12361
+#: guix-git/doc/guix.texi:12380
msgid "Return a @code{<computed-file>} that builds a directory containing all of @var{files}. Each item in @var{files} must be a two-element list where the first element is the file name to use in the new directory, and the second element is a gexp denoting the target file. Here's an example:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:12368
+#: guix-git/doc/guix.texi:12387
#, no-wrap
msgid ""
"(file-union \"etc\"\n"
@@ -26620,52 +26656,52 @@ msgstr ""
" \"alias ls='ls --color=auto'\"))))\n"
#. type: deffn
-#: guix-git/doc/guix.texi:12371
+#: guix-git/doc/guix.texi:12390
msgid "This yields an @code{etc} directory containing these two files."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:12373
+#: guix-git/doc/guix.texi:12392
#, fuzzy, no-wrap
#| msgid "{Scheme Procedure} directory-union @var{name} @var{things}"
msgid "{Procedure} directory-union name things"
msgstr "{Scheme Procedure} directory-union @var{name} @var{things}"
#. type: deffn
-#: guix-git/doc/guix.texi:12376
+#: guix-git/doc/guix.texi:12395
msgid "Return a directory that is the union of @var{things}, where @var{things} is a list of file-like objects denoting directories. For example:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:12379
+#: guix-git/doc/guix.texi:12398
#, no-wrap
msgid "(directory-union \"guile+emacs\" (list guile emacs))\n"
msgstr "(directory-union \"guile+emacs\" (list guile emacs))\n"
#. type: deffn
-#: guix-git/doc/guix.texi:12382
+#: guix-git/doc/guix.texi:12401
msgid "yields a directory that is the union of the @code{guile} and @code{emacs} packages."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:12384
+#: guix-git/doc/guix.texi:12403
#, fuzzy, no-wrap
#| msgid "{Scheme Procedure} file-append @var{obj} @var{suffix} @dots{}"
msgid "{Procedure} file-append obj suffix @dots{}"
msgstr "{Scheme Procedure} file-append @var{obj} @var{suffix} @dots{}"
#. type: deffn
-#: guix-git/doc/guix.texi:12388
+#: guix-git/doc/guix.texi:12407
msgid "Return a file-like object that expands to the concatenation of @var{obj} and @var{suffix}, where @var{obj} is a lowerable object and each @var{suffix} is a string."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:12390
+#: guix-git/doc/guix.texi:12409
msgid "As an example, consider this gexp:"
msgstr "В качестве примера рассмотрим этот gexp:"
#. type: lisp
-#: guix-git/doc/guix.texi:12395
+#: guix-git/doc/guix.texi:12414
#, no-wrap
msgid ""
"(gexp->script \"run-uname\"\n"
@@ -26677,12 +26713,12 @@ msgstr ""
" \"/bin/uname\")))\n"
#. type: deffn
-#: guix-git/doc/guix.texi:12398
+#: guix-git/doc/guix.texi:12417
msgid "The same effect could be achieved with:"
msgstr "Такого же эффекта можно добиться с помощью:"
#. type: lisp
-#: guix-git/doc/guix.texi:12403
+#: guix-git/doc/guix.texi:12422
#, no-wrap
msgid ""
"(gexp->script \"run-uname\"\n"
@@ -26694,41 +26730,41 @@ msgstr ""
" \"/bin/uname\")))\n"
#. type: deffn
-#: guix-git/doc/guix.texi:12409
+#: guix-git/doc/guix.texi:12428
msgid "There is one difference though: in the @code{file-append} case, the resulting script contains the absolute file name as a string, whereas in the second case, the resulting script contains a @code{(string-append @dots{})} expression to construct the file name @emph{at run time}."
msgstr ""
#. type: defmac
-#: guix-git/doc/guix.texi:12411
+#: guix-git/doc/guix.texi:12430
#, fuzzy, no-wrap
#| msgid "{Scheme Syntax} let-system @var{system} @var{body}@dots{}"
msgid "let-system system body@dots{}"
msgstr "{Scheme Syntax} let-system @var{system} @var{body}@dots{}"
#. type: defmacx
-#: guix-git/doc/guix.texi:12412
+#: guix-git/doc/guix.texi:12431
#, fuzzy, no-wrap
#| msgid "{Scheme Syntax} let-system (@var{system} @var{target}) @var{body}@dots{}"
msgid "let-system (system target) body@dots{}"
msgstr "{Scheme Syntax} let-system (@var{system} @var{target}) @var{body}@dots{}"
#. type: defmac
-#: guix-git/doc/guix.texi:12415
+#: guix-git/doc/guix.texi:12434
msgid "Bind @var{system} to the currently targeted system---e.g., @code{\"x86_64-linux\"}---within @var{body}."
msgstr "Привязать @var{system} к текущей целевой системе---например, @code{\\\"x86_64-linux\\\"}---в @var{body}."
#. type: defmac
-#: guix-git/doc/guix.texi:12420
+#: guix-git/doc/guix.texi:12439
msgid "In the second case, additionally bind @var{target} to the current cross-compilation target---a GNU triplet such as @code{\"arm-linux-gnueabihf\"}---or @code{#f} if we are not cross-compiling."
msgstr ""
#. type: defmac
-#: guix-git/doc/guix.texi:12423
+#: guix-git/doc/guix.texi:12442
msgid "@code{let-system} is useful in the occasional case where the object spliced into the gexp depends on the target system, as in this example:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:12434
+#: guix-git/doc/guix.texi:12453
#, no-wrap
msgid ""
"#~(system*\n"
@@ -26752,23 +26788,23 @@ msgstr ""
" \"-net\" \"user\" #$image)\n"
#. type: defmac
-#: guix-git/doc/guix.texi:12437
+#: guix-git/doc/guix.texi:12456
#, no-wrap
msgid "with-parameters ((parameter value) @dots{}) exp"
msgstr ""
#. type: defmac
-#: guix-git/doc/guix.texi:12443
+#: guix-git/doc/guix.texi:12462
msgid "This macro is similar to the @code{parameterize} form for dynamically-bound @dfn{parameters} (@pxref{Parameters,,, guile, GNU Guile Reference Manual}). The key difference is that it takes effect when the file-like object returned by @var{exp} is lowered to a derivation or store item."
msgstr ""
#. type: defmac
-#: guix-git/doc/guix.texi:12446
+#: guix-git/doc/guix.texi:12465
msgid "A typical use of @code{with-parameters} is to force the system in effect for a given object:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:12450
+#: guix-git/doc/guix.texi:12469
#, no-wrap
msgid ""
"(with-parameters ((%current-system \"i686-linux\"))\n"
@@ -26778,36 +26814,36 @@ msgstr ""
" coreutils)\n"
#. type: defmac
-#: guix-git/doc/guix.texi:12454
+#: guix-git/doc/guix.texi:12473
msgid "The example above returns an object that corresponds to the i686 build of Coreutils, regardless of the current value of @code{%current-system}."
msgstr ""
#. type: anchor{#1}
-#: guix-git/doc/guix.texi:12457
+#: guix-git/doc/guix.texi:12476
#, fuzzy
#| msgid "outputs"
msgid "gexp-input"
msgstr "результаты"
#. type: deffn
-#: guix-git/doc/guix.texi:12457
+#: guix-git/doc/guix.texi:12476
#, fuzzy, no-wrap
#| msgid "{Scheme Procedure} package-mapping @var{proc} [@var{cut?}] [#:deep? #f]"
msgid "{Procedure} gexp-input @var{obj} [@var{output}] [#:native? #f]"
msgstr "{Процедура Scheme} inferior-package-location @var{package}"
#. type: deffn
-#: guix-git/doc/guix.texi:12461
+#: guix-git/doc/guix.texi:12480
msgid "Return a @dfn{gexp input} record for the given @var{output} of file-like object @var{obj}, with @code{#:native?} determining whether this is a native reference (as with @code{ungexp-native}) or not."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:12466
+#: guix-git/doc/guix.texi:12485
msgid "This procedure is helpful when you want to pass a reference to a specific output of an object to some procedure that may not know about that output. For example, assume you have this procedure, which takes one file-like object:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:12471
+#: guix-git/doc/guix.texi:12490
#, no-wrap
msgid ""
"(define (make-symlink target)\n"
@@ -26816,23 +26852,23 @@ msgid ""
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:12477
+#: guix-git/doc/guix.texi:12496
msgid "Here @code{make-symlink} can only ever refer to the default output of @var{target}---the @code{\"out\"} output (@pxref{Packages with Multiple Outputs}). To have it refer to, say, the @code{\"lib\"} output of the @code{hwloc} package, you can call it like so:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:12480
+#: guix-git/doc/guix.texi:12499
#, no-wrap
msgid "(make-symlink (gexp-input hwloc \"lib\"))\n"
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:12483
+#: guix-git/doc/guix.texi:12502
msgid "You can also compose it like any other file-like object:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:12487
+#: guix-git/doc/guix.texi:12506
#, no-wrap
msgid ""
"(make-symlink\n"
@@ -26840,97 +26876,97 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:12494
+#: guix-git/doc/guix.texi:12513
msgid "Of course, in addition to gexps embedded in ``host'' code, there are also modules containing build tools. To make it clear that they are meant to be used in the build stratum, these modules are kept in the @code{(guix build @dots{})} name space."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:12500
+#: guix-git/doc/guix.texi:12519
msgid "Internally, high-level objects are @dfn{lowered}, using their compiler, to either derivations or store items. For instance, lowering a package yields a derivation, and lowering a @code{plain-file} yields a store item. This is achieved using the @code{lower-object} monadic procedure."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:12501
+#: guix-git/doc/guix.texi:12520
#, no-wrap
msgid "{Monadic Procedure} lower-object @var{obj} [@var{system}] @"
msgstr "{Monadic Procedure} lower-object @var{obj} [@var{system}] @"
#. type: deffn
-#: guix-git/doc/guix.texi:12507
+#: guix-git/doc/guix.texi:12526
msgid "[#:target #f] Return as a value in @code{%store-monad} the derivation or store item corresponding to @var{obj} for @var{system}, cross-compiling for @var{target} if @var{target} is true. @var{obj} must be an object that has an associated gexp compiler, such as a @code{<package>}."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:12509
+#: guix-git/doc/guix.texi:12528
#, fuzzy, no-wrap
#| msgid "{Scheme Procedure} file-name-predicate @var{regexp}"
msgid "{Procedure} gexp->approximate-sexp gexp"
msgstr "{Процедура Scheme} inferior-package? @var{obj}"
#. type: deffn
-#: guix-git/doc/guix.texi:12517
+#: guix-git/doc/guix.texi:12536
msgid "Sometimes, it may be useful to convert a G-exp into a S-exp. For example, some linters (@pxref{Invoking guix lint}) peek into the build phases of a package to detect potential problems. This conversion can be achieved with this procedure. However, some information can be lost in the process. More specifically, lowerable objects will be silently replaced with some arbitrary object -- currently the list @code{(*approximate*)}, but this may change."
msgstr ""
#. type: section
-#: guix-git/doc/guix.texi:12520
+#: guix-git/doc/guix.texi:12539
#, no-wrap
msgid "Invoking @command{guix repl}"
msgstr "Вызов @command{guix repl}"
#. type: command{#1}
-#: guix-git/doc/guix.texi:12522
+#: guix-git/doc/guix.texi:12541
#, fuzzy, no-wrap
#| msgid "guix pull"
msgid "guix repl"
msgstr "guix pull"
#. type: cindex
-#: guix-git/doc/guix.texi:12523
+#: guix-git/doc/guix.texi:12542
#, no-wrap
msgid "REPL, read-eval-print loop, script"
msgstr "цикл чтение-вычисление-вывод"
#. type: Plain text
-#: guix-git/doc/guix.texi:12533
+#: guix-git/doc/guix.texi:12552
msgid "The @command{guix repl} command makes it easier to program Guix in Guile by launching a Guile @dfn{read-eval-print loop} (REPL) for interactive programming (@pxref{Using Guile Interactively,,, guile, GNU Guile Reference Manual}), or by running Guile scripts (@pxref{Running Guile Scripts,,, guile, GNU Guile Reference Manual}). Compared to just launching the @command{guile} command, @command{guix repl} guarantees that all the Guix modules and all its dependencies are available in the search path."
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:12538
+#: guix-git/doc/guix.texi:12557
#, no-wrap
msgid "guix repl @var{options} [@var{file} @var{args}]\n"
msgstr "guix repl @var{options} [@var{file} @var{args}]\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:12542
+#: guix-git/doc/guix.texi:12561
msgid "When a @var{file} argument is provided, @var{file} is executed as a Guile scripts:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:12545
+#: guix-git/doc/guix.texi:12564
#, no-wrap
msgid "guix repl my-script.scm\n"
msgstr "guix repl my-script.scm\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:12549
+#: guix-git/doc/guix.texi:12568
msgid "To pass arguments to the script, use @code{--} to prevent them from being interpreted as arguments to @command{guix repl} itself:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:12552
+#: guix-git/doc/guix.texi:12571
#, no-wrap
msgid "guix repl -- my-script.scm --input=foo.txt\n"
msgstr "guix repl -- my-script.scm --input=foo.txt\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:12557
+#: guix-git/doc/guix.texi:12576
msgid "To make a script executable directly from the shell, using the guix executable that is on the user's search path, add the following two lines at the top of the script:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:12561
+#: guix-git/doc/guix.texi:12580
#, no-wrap
msgid ""
"@code{#!/usr/bin/env -S guix repl --}\n"
@@ -26940,12 +26976,12 @@ msgstr ""
"@code{!#}\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:12565
+#: guix-git/doc/guix.texi:12584
msgid "To make a script that launches an interactive REPL directly from the shell, use the @code{--interactive} flag:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:12569
+#: guix-git/doc/guix.texi:12588
#, fuzzy, no-wrap
#| msgid ""
#| "@code{#!/usr/bin/env -S guix repl --}\n"
@@ -26958,12 +26994,12 @@ msgstr ""
"@code{!#}\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:12573
+#: guix-git/doc/guix.texi:12592
msgid "Without a file name argument, a Guile REPL is started, allowing for interactive use (@pxref{Using Guix Interactively}):"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:12579
+#: guix-git/doc/guix.texi:12598
#, no-wrap
msgid ""
"$ guix repl\n"
@@ -26977,180 +27013,180 @@ msgstr ""
"$1 = #<package coreutils@@8.29 gnu/packages/base.scm:327 3e28300>\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:12586
+#: guix-git/doc/guix.texi:12605
msgid "In addition, @command{guix repl} implements a simple machine-readable REPL protocol for use by @code{(guix inferior)}, a facility to interact with @dfn{inferiors}, separate processes running a potentially different revision of Guix."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:12590 guix-git/doc/guix.texi:15865
+#: guix-git/doc/guix.texi:12609 guix-git/doc/guix.texi:15891
#, no-wrap
msgid "--list-types"
msgstr "--list-types"
#. type: table
-#: guix-git/doc/guix.texi:12593
+#: guix-git/doc/guix.texi:12612
msgid "Display the @var{TYPE} options for @command{guix repl --type=TYPE} and exit."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:12594 guix-git/doc/guix.texi:15860
+#: guix-git/doc/guix.texi:12613 guix-git/doc/guix.texi:15886
#, no-wrap
msgid "--type=@var{type}"
msgstr "--type=@var{type}"
#. type: itemx
-#: guix-git/doc/guix.texi:12595 guix-git/doc/guix.texi:15861
-#: guix-git/doc/guix.texi:43068
+#: guix-git/doc/guix.texi:12614 guix-git/doc/guix.texi:15887
+#: guix-git/doc/guix.texi:43097
#, no-wrap
msgid "-t @var{type}"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:12597
+#: guix-git/doc/guix.texi:12616
msgid "Start a REPL of the given @var{TYPE}, which can be one of the following:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:12599
+#: guix-git/doc/guix.texi:12618
#, no-wrap
msgid "guile"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:12601
+#: guix-git/doc/guix.texi:12620
msgid "This is default, and it spawns a standard full-featured Guile REPL."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:12601
+#: guix-git/doc/guix.texi:12620
#, no-wrap
msgid "machine"
msgstr "компьютер"
#. type: table
-#: guix-git/doc/guix.texi:12604
+#: guix-git/doc/guix.texi:12623
msgid "Spawn a REPL that uses the machine-readable protocol. This is the protocol that the @code{(guix inferior)} module speaks."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:12610
+#: guix-git/doc/guix.texi:12629
msgid "By default, @command{guix repl} reads from standard input and writes to standard output. When this option is passed, it will instead listen for connections on @var{endpoint}. Here are examples of valid options:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:12612
+#: guix-git/doc/guix.texi:12631
#, no-wrap
msgid "--listen=tcp:37146"
msgstr "--listen=tcp:37146"
#. type: table
-#: guix-git/doc/guix.texi:12614
+#: guix-git/doc/guix.texi:12633
msgid "Accept connections on localhost on port 37146."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:12615
+#: guix-git/doc/guix.texi:12634
#, no-wrap
msgid "--listen=unix:/tmp/socket"
msgstr "--listen=unix:/tmp/socket"
#. type: table
-#: guix-git/doc/guix.texi:12617
+#: guix-git/doc/guix.texi:12636
msgid "Accept connections on the Unix-domain socket @file{/tmp/socket}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:12619
+#: guix-git/doc/guix.texi:12638
#, fuzzy, no-wrap
#| msgid "user interfaces"
msgid "--interactive"
msgstr "пользовательские интерфейсы"
#. type: itemx
-#: guix-git/doc/guix.texi:12620
+#: guix-git/doc/guix.texi:12639
#, no-wrap
msgid "-i"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:12622
+#: guix-git/doc/guix.texi:12641
msgid "Launch the interactive REPL after @var{file} is executed."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:12623 guix-git/doc/guix.texi:12889
-#: guix-git/doc/guix.texi:15095 guix-git/doc/guix.texi:15278
-#: guix-git/doc/guix.texi:15495 guix-git/doc/guix.texi:15640
-#: guix-git/doc/guix.texi:15908
+#: guix-git/doc/guix.texi:12642 guix-git/doc/guix.texi:12908
+#: guix-git/doc/guix.texi:15114 guix-git/doc/guix.texi:15304
+#: guix-git/doc/guix.texi:15521 guix-git/doc/guix.texi:15666
+#: guix-git/doc/guix.texi:15934
#, no-wrap
msgid "--load-path=@var{directory}"
msgstr "--load-path=@var{directory}"
#. type: itemx
-#: guix-git/doc/guix.texi:12624 guix-git/doc/guix.texi:12890
-#: guix-git/doc/guix.texi:15096 guix-git/doc/guix.texi:15279
-#: guix-git/doc/guix.texi:15496 guix-git/doc/guix.texi:15641
-#: guix-git/doc/guix.texi:15909
+#: guix-git/doc/guix.texi:12643 guix-git/doc/guix.texi:12909
+#: guix-git/doc/guix.texi:15115 guix-git/doc/guix.texi:15305
+#: guix-git/doc/guix.texi:15522 guix-git/doc/guix.texi:15667
+#: guix-git/doc/guix.texi:15935
#, no-wrap
msgid "-L @var{directory}"
msgstr "-L @var{directory}"
#. type: table
-#: guix-git/doc/guix.texi:12627 guix-git/doc/guix.texi:12893
-#: guix-git/doc/guix.texi:15099 guix-git/doc/guix.texi:15282
-#: guix-git/doc/guix.texi:15499 guix-git/doc/guix.texi:15644
-#: guix-git/doc/guix.texi:15912
+#: guix-git/doc/guix.texi:12646 guix-git/doc/guix.texi:12912
+#: guix-git/doc/guix.texi:15118 guix-git/doc/guix.texi:15308
+#: guix-git/doc/guix.texi:15525 guix-git/doc/guix.texi:15670
+#: guix-git/doc/guix.texi:15938
msgid "Add @var{directory} to the front of the package module search path (@pxref{Package Modules})."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:12630
+#: guix-git/doc/guix.texi:12649
msgid "This allows users to define their own packages and make them visible to the script or REPL."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:12634
+#: guix-git/doc/guix.texi:12653
msgid "Inhibit loading of the @file{~/.guile} file. By default, that configuration file is loaded when spawning a @code{guile} REPL."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:12639
+#: guix-git/doc/guix.texi:12658
#, fuzzy, no-wrap
#| msgid "user interfaces"
msgid "interactive use"
msgstr "пользовательские интерфейсы"
#. type: cindex
-#: guix-git/doc/guix.texi:12640
+#: guix-git/doc/guix.texi:12659
#, fuzzy, no-wrap
#| msgid "read-eval-print loop"
msgid "REPL, read-eval-print loop"
msgstr "цикл чтение-вычисление-вывод"
#. type: Plain text
-#: guix-git/doc/guix.texi:12646
+#: guix-git/doc/guix.texi:12665
msgid "The @command{guix repl} command gives you access to a warm and friendly @dfn{read-eval-print loop} (REPL) (@pxref{Invoking guix repl}). If you're getting into Guix programming---defining your own packages, writing manifests, defining services for Guix System or Guix Home, etc.---you will surely find it convenient to toy with ideas at the REPL."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:12652
+#: guix-git/doc/guix.texi:12671
msgid "If you use Emacs, the most convenient way to do that is with Geiser (@pxref{The Perfect Setup}), but you do not have to use Emacs to enjoy the REPL@. When using @command{guix repl} or @command{guile} in the terminal, we recommend using Readline for completion and Colorized to get colorful output. To do that, you can run:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:12655
+#: guix-git/doc/guix.texi:12674
#, fuzzy, no-wrap
#| msgid "guix environment --ad-hoc guile guile-sdl -- guile\n"
msgid "guix install guile guile-readline guile-colorized\n"
msgstr "guix environment --ad-hoc guile guile-sdl -- guile\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:12660
+#: guix-git/doc/guix.texi:12679
msgid "... and then create a @file{.guile} file in your home directory containing this:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:12663
+#: guix-git/doc/guix.texi:12682
#, no-wrap
msgid ""
"(use-modules (ice-9 readline) (ice-9 colorized))\n"
@@ -27158,7 +27194,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:12666
+#: guix-git/doc/guix.texi:12685
#, no-wrap
msgid ""
"(activate-readline)\n"
@@ -27166,12 +27202,12 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:12670
+#: guix-git/doc/guix.texi:12689
msgid "The REPL lets you evaluate Scheme code; you type a Scheme expression at the prompt, and the REPL prints what it evaluates to:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:12677
+#: guix-git/doc/guix.texi:12696
#, no-wrap
msgid ""
"$ guix repl\n"
@@ -27182,12 +27218,12 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:12688
+#: guix-git/doc/guix.texi:12707
msgid "It becomes interesting when you start fiddling with Guix at the REPL. The first thing you'll want to do is to ``import'' the @code{(guix)} module, which gives access to the main part of the programming interface, and perhaps a bunch of useful Guix modules. You could type @code{(use-modules (guix))}, which is valid Scheme code to import a module (@pxref{Using Guile Modules,,, guile, GNU Guile Reference Manual}), but the REPL provides the @code{use} @dfn{command} as a shorthand notation (@pxref{REPL Commands,,, guile, GNU Guile Reference Manual}):"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:12692
+#: guix-git/doc/guix.texi:12711
#, no-wrap
msgid ""
"scheme@@(guix-user)> ,use (guix)\n"
@@ -27195,17 +27231,17 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:12697
+#: guix-git/doc/guix.texi:12716
msgid "Notice that REPL commands are introduced by a leading comma. A REPL command like @code{use} is not valid Scheme code; it's interpreted specially by the REPL."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:12706
+#: guix-git/doc/guix.texi:12725
msgid "Guix extends the Guile REPL with additional commands for convenience. Among those, the @code{build} command comes in handy: it ensures that the given file-like object is built, building it if needed, and returns its output file name(s). In the example below, we build the @code{coreutils} and @code{grep} packages, as well as a ``computed file'' (@pxref{G-Expressions, @code{computed-file}}), and we use the @code{scandir} procedure to list the files in Grep's @code{/bin} directory:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:12719
+#: guix-git/doc/guix.texi:12738
#, no-wrap
msgid ""
"scheme@@(guix-user)> ,build coreutils\n"
@@ -27222,12 +27258,12 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:12727
+#: guix-git/doc/guix.texi:12746
msgid "As a packager, you may be willing to inspect the build phases or flags of a given package; this is particularly useful when relying a lot on inheritance to define package variants (@pxref{Defining Package Variants}) or when package arguments are a result of some computation, both of which can make it harder to foresee what ends up in the package arguments. Additional commands let you inspect those package arguments:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:12743
+#: guix-git/doc/guix.texi:12762
#, no-wrap
msgid ""
"scheme@@(guix-user)> ,phases grep\n"
@@ -27247,12 +27283,12 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:12748
+#: guix-git/doc/guix.texi:12767
msgid "At a lower-level, a useful command is @code{lower}: it takes a file-like object and ``lowers'' it into a derivation (@pxref{Derivations}) or a store file:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:12754
+#: guix-git/doc/guix.texi:12773
#, no-wrap
msgid ""
"scheme@@(guix-user)> ,lower grep\n"
@@ -27262,145 +27298,145 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:12758
+#: guix-git/doc/guix.texi:12777
msgid "The full list of REPL commands can be seen by typing @code{,help guix} and is given below for reference."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:12759
+#: guix-git/doc/guix.texi:12778
#, no-wrap
msgid "{REPL command} build @var{object}"
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:12762
+#: guix-git/doc/guix.texi:12781
msgid "Lower @var{object} and build it if it's not already built, returning its output file name(s)."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:12764
+#: guix-git/doc/guix.texi:12783
#, no-wrap
msgid "{REPL command} lower @var{object}"
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:12766
+#: guix-git/doc/guix.texi:12785
msgid "Lower @var{object} into a derivation or store file name and return it."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:12768
+#: guix-git/doc/guix.texi:12787
#, fuzzy, no-wrap
#| msgid "--verbosity=@var{level}"
msgid "{REPL command} verbosity @var{level}"
msgstr "--verbosity=@var{level}"
#. type: deffn
-#: guix-git/doc/guix.texi:12770
+#: guix-git/doc/guix.texi:12789
#, fuzzy
#| msgid "--verbosity=@var{level}"
msgid "Change build verbosity to @var{level}."
msgstr "--verbosity=@var{level}"
#. type: deffn
-#: guix-git/doc/guix.texi:12774
+#: guix-git/doc/guix.texi:12793
msgid "This is similar to the @option{--verbosity} command-line option (@pxref{Common Build Options}): level 0 means total silence, level 1 shows build events only, and higher levels print build logs."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:12776
+#: guix-git/doc/guix.texi:12795
#, fuzzy, no-wrap
#| msgid "--verbosity=@var{level}"
msgid "{REPL command} phases @var{package}"
msgstr "--verbosity=@var{level}"
#. type: deffnx
-#: guix-git/doc/guix.texi:12777
+#: guix-git/doc/guix.texi:12796
#, fuzzy, no-wrap
#| msgid "--verbosity=@var{level}"
msgid "{REPL command} configure-flags @var{package}"
msgstr "--verbosity=@var{level}"
#. type: deffnx
-#: guix-git/doc/guix.texi:12778
+#: guix-git/doc/guix.texi:12797
#, fuzzy, no-wrap
#| msgid "--verbosity=@var{level}"
msgid "{REPL command} make-flags @var{package}"
msgstr "--verbosity=@var{level}"
#. type: deffn
-#: guix-git/doc/guix.texi:12785
+#: guix-git/doc/guix.texi:12804
msgid "These REPL commands return the value of one element of the @code{arguments} field of @var{package} (@pxref{package Reference}): the first one show the staged code associated with @code{#:phases} (@pxref{Build Phases}), the second shows the code for @code{#:configure-flags}, and @code{,make-flags} returns the code for @code{#:make-flags}."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:12787
+#: guix-git/doc/guix.texi:12806
#, no-wrap
msgid "{REPL command} run-in-store @var{exp}"
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:12790
+#: guix-git/doc/guix.texi:12809
msgid "Run @var{exp}, a monadic expression, through the store monad. @xref{The Store Monad}, for more information."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:12792
+#: guix-git/doc/guix.texi:12811
#, no-wrap
msgid "{REPL command} enter-store-monad"
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:12795
+#: guix-git/doc/guix.texi:12814
msgid "Enter a new REPL to evaluate monadic expressions (@pxref{The Store Monad}). You can quit this ``inner'' REPL by typing @code{,q}."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:12805
+#: guix-git/doc/guix.texi:12824
msgid "This section describes Guix command-line utilities. Some of them are primarily targeted at developers and users who write new package definitions, while others are more generally useful. They complement the Scheme programming interface of Guix in a convenient way."
msgstr "В этом разделе описаны утилиты командной строки Guix. Некоторые из них в первую очередь нацелены на разработчиков и пользователей, которые пишут новые определения пакетов, в то время как другие полезны в целом. Они удобно дополняют программный интерфейс Scheme в Guix."
#. type: cindex
-#: guix-git/doc/guix.texi:12828
+#: guix-git/doc/guix.texi:12847
#, no-wrap
msgid "package building"
msgstr "сборка пакета"
#. type: command{#1}
-#: guix-git/doc/guix.texi:12829
+#: guix-git/doc/guix.texi:12848
#, no-wrap
msgid "guix build"
msgstr "guix build"
#. type: Plain text
-#: guix-git/doc/guix.texi:12835
+#: guix-git/doc/guix.texi:12854
msgid "The @command{guix build} command builds packages or derivations and their dependencies, and prints the resulting store paths. Note that it does not modify the user's profile---this is the job of the @command{guix package} command (@pxref{Invoking guix package}). Thus, it is mainly useful for distribution developers."
msgstr "Команда @command{guix build} собирает пакеты или производные и их зависимости и выводит полученные пути в хранилище (store paths). Обратите внимание, что она не изменяет профиль пользователя---это задача команды @command{guix package} (@pxref{Invoking guix package}). Таким образом, это в основном полезно для разработчиков дистрибутива."
#. type: example
-#: guix-git/doc/guix.texi:12840
+#: guix-git/doc/guix.texi:12859
#, no-wrap
msgid "guix build @var{options} @var{package-or-derivation}@dots{}\n"
msgstr "guix build @var{options} @var{package-or-derivation}@dots{}\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:12845
+#: guix-git/doc/guix.texi:12864
msgid "As an example, the following command builds the latest versions of Emacs and of Guile, displays their build logs, and finally displays the resulting directories:"
msgstr "В качестве примера следующая команда собирает последние версии Emacs и Guile, отображает их логи и, наконец, отображает полученные директории:"
#. type: example
-#: guix-git/doc/guix.texi:12848
+#: guix-git/doc/guix.texi:12867
#, no-wrap
msgid "guix build emacs guile\n"
msgstr "guix build emacs guile\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:12851
+#: guix-git/doc/guix.texi:12870
msgid "Similarly, the following command builds all the available packages:"
msgstr "Аналогичным образом следующая команда собирает все доступные пакеты:"
#. type: example
-#: guix-git/doc/guix.texi:12855
+#: guix-git/doc/guix.texi:12874
#, fuzzy, no-wrap
#| msgid ""
#| "guix build --quiet --keep-going \\\n"
@@ -27413,327 +27449,327 @@ msgstr ""
" `guix package -A | cut -f1,2 --output-delimiter=@@`\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:12863
+#: guix-git/doc/guix.texi:12882
msgid "@var{package-or-derivation} may be either the name of a package found in the software distribution such as @code{coreutils} or @code{coreutils@@8.20}, or a derivation such as @file{/gnu/store/@dots{}-coreutils-8.19.drv}. In the former case, a package with the corresponding name (and optionally version) is searched for among the GNU distribution modules (@pxref{Package Modules})."
msgstr "@var{package-or-derivation} может быть именем пакета, найденного в дистрибутиве программного обеспечения, например @code{coreutils} или @code{coreutils@@8.20}, или производным, например @file{/gnu/store/@dots{}-coreutils-8.19.drv}. В первом случае пакет с соответствующим именем (и, возможно, версией) ищется среди модулей дистрибутива GNU (@pxref{Package Modules})."
#. type: Plain text
-#: guix-git/doc/guix.texi:12868
+#: guix-git/doc/guix.texi:12887
msgid "Alternatively, the @option{--expression} option may be used to specify a Scheme expression that evaluates to a package; this is useful when disambiguating among several same-named packages or package variants is needed."
msgstr "В качестве альтернативы можно использовать параметр @option{--expression}, чтобы указать выражение на языке Scheme, оценивающее пакет; это полезно, когда требуется устранение неоднозначности между несколькими пакетами с одинаковыми именами или вариантами пакетов."
#. type: Plain text
-#: guix-git/doc/guix.texi:12871
+#: guix-git/doc/guix.texi:12890
msgid "There may be zero or more @var{options}. The available options are described in the subsections below."
msgstr "Может быть ноль или больше @var{options}. Доступные параметры описаны в подразделах ниже."
#. type: Plain text
-#: guix-git/doc/guix.texi:12886
+#: guix-git/doc/guix.texi:12905
msgid "A number of options that control the build process are common to @command{guix build} and other commands that can spawn builds, such as @command{guix package} or @command{guix archive}. These are the following:"
msgstr "Ряд параметров, управляющих процессом сборки, является общим для @command{guix build} и других команд, которые могут порождать сборки, например @command{guix package} или @command{guix archive}. Это следующие:"
#. type: table
-#: guix-git/doc/guix.texi:12896 guix-git/doc/guix.texi:15102
-#: guix-git/doc/guix.texi:15502 guix-git/doc/guix.texi:15647
-#: guix-git/doc/guix.texi:15915
+#: guix-git/doc/guix.texi:12915 guix-git/doc/guix.texi:15121
+#: guix-git/doc/guix.texi:15528 guix-git/doc/guix.texi:15673
+#: guix-git/doc/guix.texi:15941
msgid "This allows users to define their own packages and make them visible to the command-line tools."
msgstr "Это позволяет пользователям определять свои собственные пакеты и делать их видимыми для инструментов командной строки."
#. type: item
-#: guix-git/doc/guix.texi:12897
+#: guix-git/doc/guix.texi:12916
#, no-wrap
msgid "--keep-failed"
msgstr "--keep-failed"
#. type: itemx
-#: guix-git/doc/guix.texi:12898
+#: guix-git/doc/guix.texi:12917
#, no-wrap
msgid "-K"
msgstr "-K"
#. type: table
-#: guix-git/doc/guix.texi:12904
+#: guix-git/doc/guix.texi:12923
msgid "Keep the build tree of failed builds. Thus, if a build fails, its build tree is kept under @file{/tmp}, in a directory whose name is shown at the end of the build log. This is useful when debugging build issues. @xref{Debugging Build Failures}, for tips and tricks on how to debug build issues."
msgstr "Сохраните дерево сборки неудачных попыток сборки. Таким образом, в случае сбоя сборки ее дерево сборки сохраняется в @file{/tmp}, в каталоге, имя которого отображается в конце журнала сборки. Это полезно при отладке проблем сборки. @xref{Debugging Build Failures}, советы и рекомендации по отладке проблем сборки."
#. type: table
-#: guix-git/doc/guix.texi:12908
+#: guix-git/doc/guix.texi:12927
msgid "This option implies @option{--no-offload}, and it has no effect when connecting to a remote daemon with a @code{guix://} URI (@pxref{The Store, the @env{GUIX_DAEMON_SOCKET} variable})."
msgstr "Этот параметр предполагает @option{--no-offload} и не действует при подключении к удалённому демону с URI @code{guix://} (@pxref{The Store, the @env{GUIX_DAEMON_SOCKET}}."
#. type: item
-#: guix-git/doc/guix.texi:12909
+#: guix-git/doc/guix.texi:12928
#, no-wrap
msgid "--keep-going"
msgstr "--keep-going"
#. type: itemx
-#: guix-git/doc/guix.texi:12910
+#: guix-git/doc/guix.texi:12929
#, no-wrap
msgid "-k"
msgstr "-k"
#. type: table
-#: guix-git/doc/guix.texi:12913
+#: guix-git/doc/guix.texi:12932
msgid "Keep going when some of the derivations fail to build; return only once all the builds have either completed or failed."
msgstr "Продолжайте, когда некоторые из производных не удается построить; возвращайтесь только после того, как все сборки будут завершены или не пройдены."
#. type: table
-#: guix-git/doc/guix.texi:12916
+#: guix-git/doc/guix.texi:12935
msgid "The default behavior is to stop as soon as one of the specified derivations has failed."
msgstr "Поведение по умолчанию---остановка, как только одна из указанных производных не удалась."
#. type: table
-#: guix-git/doc/guix.texi:12920
+#: guix-git/doc/guix.texi:12939
msgid "Do not build the derivations."
msgstr "Не собирайте производные."
#. type: anchor{#1}
-#: guix-git/doc/guix.texi:12922
+#: guix-git/doc/guix.texi:12941
msgid "fallback-option"
msgstr "fallback-option"
#. type: item
-#: guix-git/doc/guix.texi:12922
+#: guix-git/doc/guix.texi:12941
#, no-wrap
msgid "--fallback"
msgstr "--fallback"
#. type: table
-#: guix-git/doc/guix.texi:12925
+#: guix-git/doc/guix.texi:12944
msgid "When substituting a pre-built binary fails, fall back to building packages locally (@pxref{Substitution Failure})."
msgstr "Если замена предварительно созданного двоичного файла не удалась, процесс возвращается к сборке пакетов локально (@pxref{Substitution Failure})."
#. type: anchor{#1}
-#: guix-git/doc/guix.texi:12931
+#: guix-git/doc/guix.texi:12950
msgid "client-substitute-urls"
msgstr "client-substitute-urls"
#. type: table
-#: guix-git/doc/guix.texi:12931
+#: guix-git/doc/guix.texi:12950
msgid "Consider @var{urls} the whitespace-separated list of substitute source URLs, overriding the default list of URLs of @command{guix-daemon} (@pxref{daemon-substitute-urls,, @command{guix-daemon} URLs})."
msgstr "Рассмотрим @var{urls} разделенный пробелами список URL-адресов источников замещений, заменяющий список URL-адресов по умолчанию @command{guix-daemon} (@pxref{daemon-substitute-urls,, @command{guix-daemon} URLs})."
#. type: table
-#: guix-git/doc/guix.texi:12935
+#: guix-git/doc/guix.texi:12954
msgid "This means that substitutes may be downloaded from @var{urls}, provided they are signed by a key authorized by the system administrator (@pxref{Substitutes})."
msgstr "Это означает, что заменители могут быть загружены с @var{urls}, при условии, что они подписаны ключом, авторизованным системным администратором (@pxref{Substitutes})."
#. type: table
-#: guix-git/doc/guix.texi:12938
+#: guix-git/doc/guix.texi:12957
msgid "When @var{urls} is the empty string, substitutes are effectively disabled."
msgstr "Когда @var{urls} является пустой строкой---замены фактически отключены."
#. type: item
-#: guix-git/doc/guix.texi:12944
+#: guix-git/doc/guix.texi:12963
#, no-wrap
msgid "--no-grafts"
msgstr "--no-grafts"
#. type: table
-#: guix-git/doc/guix.texi:12948
+#: guix-git/doc/guix.texi:12967
msgid "Do not ``graft'' packages. In practice, this means that package updates available as grafts are not applied. @xref{Security Updates}, for more information on grafts."
msgstr "Не ``прививайте'' (graft) пакеты. На практике это означает, что обновления пакетов, доступные в виде прививок, не применяются. Ознакомьтесь с @xref{Security Updates}, чтобы узнать больше о прививках (grafts)."
#. type: item
-#: guix-git/doc/guix.texi:12949
+#: guix-git/doc/guix.texi:12968
#, no-wrap
msgid "--rounds=@var{n}"
msgstr "--rounds=@var{n}"
#. type: table
-#: guix-git/doc/guix.texi:12952
+#: guix-git/doc/guix.texi:12971
msgid "Build each derivation @var{n} times in a row, and raise an error if consecutive build results are not bit-for-bit identical."
msgstr "Соберите каждое производное @var{n} раз подряд и вызовите появление ошибки, если последовательные результаты построения не будут побитно идентичны."
#. type: table
-#: guix-git/doc/guix.texi:12957
+#: guix-git/doc/guix.texi:12976
msgid "This is a useful way to detect non-deterministic builds processes. Non-deterministic build processes are a problem because they make it practically impossible for users to @emph{verify} whether third-party binaries are genuine. @xref{Invoking guix challenge}, for more."
msgstr "Это полезный способ обнаружения недетерминированных процессов сборки. Недетерминированные процессы сборки представляют собой проблему, потому что они делают практически невозможным для пользователей @emph{verify} подлинность сторонних двоичных файлов. Обратитесь к @xref{Invoking guix challenge}, чтобы узнать больше."
#. type: table
-#: guix-git/doc/guix.texi:12973
+#: guix-git/doc/guix.texi:12992
msgid "By default, the daemon's setting is honored (@pxref{Invoking guix-daemon, @option{--max-silent-time}})."
msgstr "По умолчанию настройки демона соблюдаются (@pxref{Invoking guix-daemon, @option{--max-silent-time}})."
#. type: table
-#: guix-git/doc/guix.texi:12980
+#: guix-git/doc/guix.texi:12999
msgid "By default, the daemon's setting is honored (@pxref{Invoking guix-daemon, @option{--timeout}})."
msgstr "Это ничего не выводит, если демон не был запущен с опцией @option{--cache-failures} (@pxref{Invoking guix-daemon, @option{--cache-failures}})."
#. type: cindex
-#: guix-git/doc/guix.texi:12983
+#: guix-git/doc/guix.texi:13002
#, no-wrap
msgid "verbosity, of the command-line tools"
msgstr "многословие инструментов командной строки"
#. type: cindex
-#: guix-git/doc/guix.texi:12984
+#: guix-git/doc/guix.texi:13003
#, no-wrap
msgid "build logs, verbosity"
msgstr "журналы сборки, многословие"
#. type: item
-#: guix-git/doc/guix.texi:12985
+#: guix-git/doc/guix.texi:13004
#, no-wrap
msgid "-v @var{level}"
msgstr "-v @var{level}"
#. type: itemx
-#: guix-git/doc/guix.texi:12986
+#: guix-git/doc/guix.texi:13005
#, no-wrap
msgid "--verbosity=@var{level}"
msgstr "--verbosity=@var{level}"
#. type: table
-#: guix-git/doc/guix.texi:12991
+#: guix-git/doc/guix.texi:13010
msgid "Use the given verbosity @var{level}, an integer. Choosing 0 means that no output is produced, 1 is for quiet output; 2 is similar to 1 but it additionally displays download URLs; 3 shows all the build log output on standard error."
msgstr "Используйте заданную степень многословия @var{level} (целое число). Выбор 0 означает, что вывод не производится, 1 - для тихого вывода, а 2 показывает весь вывод журнала сборки при стандартной ошибке."
#. type: table
-#: guix-git/doc/guix.texi:12996
+#: guix-git/doc/guix.texi:13015
msgid "Allow the use of up to @var{n} CPU cores for the build. The special value @code{0} means to use as many CPU cores as available."
msgstr "Разрешить использование до @var{n} ядер ЦП для сборки. Специальное значение @code{0} означает использование максимально доступного количества ядер ЦП."
#. type: table
-#: guix-git/doc/guix.texi:13002
+#: guix-git/doc/guix.texi:13021
msgid "Allow at most @var{n} build jobs in parallel. @xref{Invoking guix-daemon, @option{--max-jobs}}, for details about this option and the equivalent @command{guix-daemon} option."
msgstr "Разрешить не более @var{n} сборок параллельно. Обратитесь к @xref{Invoking guix-daemon, @option{--max-jobs}} для получения подробной информации об этой опции и аналогичной опции @command{guix-daemon}."
#. type: item
-#: guix-git/doc/guix.texi:13003
+#: guix-git/doc/guix.texi:13022
#, no-wrap
msgid "--debug=@var{level}"
msgstr "--debug=@var{level}"
#. type: table
-#: guix-git/doc/guix.texi:13007
+#: guix-git/doc/guix.texi:13026
msgid "Produce debugging output coming from the build daemon. @var{level} must be an integer between 0 and 5; higher means more verbose output. Setting a level of 4 or more may be helpful when debugging setup issues with the build daemon."
msgstr "Создавать отладочные данные, поступающие от демона сборки. @var{level} должен быть целым числом от 0 до 5; чем выше, тем подробнее вывод. Уровнь 4 или выше может быть полезен при отладке проблемы с установкой демона сборки."
#. type: Plain text
-#: guix-git/doc/guix.texi:13014
+#: guix-git/doc/guix.texi:13033
msgid "Behind the scenes, @command{guix build} is essentially an interface to the @code{package-derivation} procedure of the @code{(guix packages)} module, and to the @code{build-derivations} procedure of the @code{(guix derivations)} module."
msgstr "За кулисами @command{guix build}, по сути, является интерфейсом к процедуре @code{package-diveration} модуля @code{(guix packages)} и к процедуре @code{build-diverations} модуля @code{(guix derivations)} модуль."
#. type: Plain text
-#: guix-git/doc/guix.texi:13018
+#: guix-git/doc/guix.texi:13037
msgid "In addition to options explicitly passed on the command line, @command{guix build} and other @command{guix} commands that support building honor the @env{GUIX_BUILD_OPTIONS} environment variable."
msgstr "Помимо параметров, явно переданных в командной строке, @command{guix build} и другие команды @command{guix}, поддерживающие сборку, учитывают переменную среды @env{GUIX_BUILD_OPTIONS}."
#. type: defvr
-#: guix-git/doc/guix.texi:13019
+#: guix-git/doc/guix.texi:13038
#, no-wrap
msgid "{Environment Variable} GUIX_BUILD_OPTIONS"
msgstr "{Environment Variable} GUIX_BUILD_OPTIONS"
#. type: defvr
-#: guix-git/doc/guix.texi:13024
+#: guix-git/doc/guix.texi:13043
msgid "Users can define this variable to a list of command line options that will automatically be used by @command{guix build} and other @command{guix} commands that can perform builds, as in the example below:"
msgstr "Пользователи могут определить эту переменную для списка параметров командной строки, которые будут автоматически использоваться @command{guix build} и другими командами @command{guix}, которые могут выполнять сборки, как в примере ниже:"
#. type: example
-#: guix-git/doc/guix.texi:13027
+#: guix-git/doc/guix.texi:13046
#, no-wrap
msgid "$ export GUIX_BUILD_OPTIONS=\"--no-substitutes -c 2 -L /foo/bar\"\n"
msgstr "$ export GUIX_BUILD_OPTIONS=\"--no-substitutes -c 2 -L /foo/bar\"\n"
#. type: defvr
-#: guix-git/doc/guix.texi:13031
+#: guix-git/doc/guix.texi:13050
msgid "These options are parsed independently, and the result is appended to the parsed command-line options."
msgstr "Эти параметры анализируются независимо, а результат добавляется к проанализированным параметрам командной строки."
#. type: cindex
-#: guix-git/doc/guix.texi:13037
+#: guix-git/doc/guix.texi:13056
#, no-wrap
msgid "package variants"
msgstr "варианты пакета"
#. type: Plain text
-#: guix-git/doc/guix.texi:13045
+#: guix-git/doc/guix.texi:13064
msgid "Another set of command-line options supported by @command{guix build} and also @command{guix package} are @dfn{package transformation options}. These are options that make it possible to define @dfn{package variants}---for instance, packages built from different source code. This is a convenient way to create customized packages on the fly without having to type in the definitions of package variants (@pxref{Defining Packages})."
msgstr "Другой набор параметров командной строки, поддерживаемых @command{guix build} и @command{guix package} это @dfn{package transformation options}. Это параметры, которые позволяют определять @dfn{package variants}---например, пакеты, созданные из другого исходного кода. Это удобный способ создавать индивидуальные пакеты на лету без необходимости вводить определения вариантов пакета (@pxref{Defining Packages})."
#. type: Plain text
-#: guix-git/doc/guix.texi:13049
+#: guix-git/doc/guix.texi:13068
msgid "Package transformation options are preserved across upgrades: @command{guix upgrade} attempts to apply transformation options initially used when creating the profile to the upgraded packages."
msgstr "Параметры преобразования пакета сохраняются при обновлении: @command{guix upgrade} пытается применить параметры преобразования, которые изначально использовались при создании профиля, к обновленным пакетам."
#. type: Plain text
-#: guix-git/doc/guix.texi:13054
+#: guix-git/doc/guix.texi:13073
msgid "The available options are listed below. Most commands support them and also support a @option{--help-transform} option that lists all the available options and a synopsis (these options are not shown in the @option{--help} output for brevity)."
msgstr "Доступные варианты перечислены ниже. Большинство команд поддерживают их, а также поддерживают параметр @option{--help-transform}, в котором перечислены все доступные параметры и их крткое описание (эти параметры не показаны в выводе @option{--help} для краткости)."
#. type: cindex
-#: guix-git/doc/guix.texi:13057
+#: guix-git/doc/guix.texi:13076
#, fuzzy, no-wrap
#| msgid "formatting code"
msgid "performance, tuning code"
msgstr "форматирование кода"
#. type: cindex
-#: guix-git/doc/guix.texi:13058
+#: guix-git/doc/guix.texi:13077
#, fuzzy, no-wrap
#| msgid "customization, of packages"
msgid "optimization, of package code"
msgstr "настройка, пакетов"
#. type: cindex
-#: guix-git/doc/guix.texi:13059
+#: guix-git/doc/guix.texi:13078
#, fuzzy, no-wrap
#| msgid "inputs, of packages"
msgid "tuning, of package code"
msgstr "входные данные пакетов"
#. type: cindex
-#: guix-git/doc/guix.texi:13060
+#: guix-git/doc/guix.texi:13079
#, no-wrap
msgid "SIMD support"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:13061
+#: guix-git/doc/guix.texi:13080
#, fuzzy, no-wrap
#| msgid "installing packages"
msgid "tunable packages"
msgstr "установка пакетов"
#. type: cindex
-#: guix-git/doc/guix.texi:13062
+#: guix-git/doc/guix.texi:13081
#, fuzzy, no-wrap
#| msgid "package version"
msgid "package multi-versioning"
msgstr "версия пакета"
#. type: item
-#: guix-git/doc/guix.texi:13063
+#: guix-git/doc/guix.texi:13082
#, fuzzy, no-wrap
#| msgid "--user=@var{user}"
msgid "--tune[=@var{cpu}]"
msgstr "--user=@var{user}"
#. type: table
-#: guix-git/doc/guix.texi:13067
+#: guix-git/doc/guix.texi:13086
msgid "Use versions of the packages marked as ``tunable'' optimized for @var{cpu}. When @var{cpu} is @code{native}, or when it is omitted, tune for the CPU on which the @command{guix} command is running."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13073
+#: guix-git/doc/guix.texi:13092
msgid "Valid @var{cpu} names are those recognized by the underlying compiler, by default the GNU Compiler Collection. On x86_64 processors, this includes CPU names such as @code{nehalem}, @code{haswell}, and @code{skylake} (@pxref{x86 Options, @code{-march},, gcc, Using the GNU Compiler Collection (GCC)})."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13080
+#: guix-git/doc/guix.texi:13099
msgid "As new generations of CPUs come out, they augment the standard instruction set architecture (ISA) with additional instructions, in particular instructions for single-instruction/multiple-data (SIMD) parallel processing. For example, while Core2 and Skylake CPUs both implement the x86_64 ISA, only the latter supports AVX2 SIMD instructions."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13087
+#: guix-git/doc/guix.texi:13106
msgid "The primary gain one can expect from @option{--tune} is for programs that can make use of those SIMD capabilities @emph{and} that do not already have a mechanism to select the right optimized code at run time. Packages that have the @code{tunable?} property set are considered @dfn{tunable packages} by the @option{--tune} option; a package definition with the property set looks like this:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:13092
+#: guix-git/doc/guix.texi:13111
#, fuzzy, no-wrap
#| msgid ""
#| "(package\n"
@@ -27752,7 +27788,7 @@ msgstr ""
"\n"
#. type: lisp
-#: guix-git/doc/guix.texi:13096
+#: guix-git/doc/guix.texi:13115
#, no-wrap
msgid ""
" ;; This package may benefit from SIMD extensions so\n"
@@ -27761,89 +27797,89 @@ msgid ""
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13101
+#: guix-git/doc/guix.texi:13120
msgid "Other packages are not considered tunable. This allows Guix to use generic binaries in the cases where tuning for a specific CPU is unlikely to provide any gain."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13107
+#: guix-git/doc/guix.texi:13126
msgid "Tuned packages are built with @code{-march=@var{CPU}}; under the hood, the @option{-march} option is passed to the actual wrapper by a compiler wrapper. Since the build machine may not be able to run code for the target CPU micro-architecture, the test suite is not run when building a tuned package."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13111
+#: guix-git/doc/guix.texi:13130
msgid "To reduce rebuilds to the minimum, tuned packages are @emph{grafted} onto packages that depend on them (@pxref{Security Updates, grafts}). Thus, using @option{--no-grafts} cancels the effect of @option{--tune}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13117
+#: guix-git/doc/guix.texi:13136
msgid "We call this technique @dfn{package multi-versioning}: several variants of tunable packages may be built, one for each CPU variant. It is the coarse-grain counterpart of @dfn{function multi-versioning} as implemented by the GNU tool chain (@pxref{Function Multiversioning,,, gcc, Using the GNU Compiler Collection (GCC)})."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:13118
+#: guix-git/doc/guix.texi:13137
#, no-wrap
msgid "--with-source=@var{source}"
msgstr "--with-source=@var{source}"
#. type: itemx
-#: guix-git/doc/guix.texi:13119
+#: guix-git/doc/guix.texi:13138
#, no-wrap
msgid "--with-source=@var{package}=@var{source}"
msgstr "--with-source=@var{package}=@var{source}"
#. type: itemx
-#: guix-git/doc/guix.texi:13120
+#: guix-git/doc/guix.texi:13139
#, no-wrap
msgid "--with-source=@var{package}@@@var{version}=@var{source}"
msgstr "--with-source=@var{package}@@@var{version}=@var{source}"
#. type: table
-#: guix-git/doc/guix.texi:13125
+#: guix-git/doc/guix.texi:13144
msgid "Use @var{source} as the source of @var{package}, and @var{version} as its version number. @var{source} must be a file name or a URL, as for @command{guix download} (@pxref{Invoking guix download})."
msgstr "Используйте @var{source} в качестве источника @var{package} и @var{version} в качестве номера версии. @var{source} должен быть именем файла или URL-адресом, как для @command{guix download} (@pxref{Invoking guix download})."
#. type: table
-#: guix-git/doc/guix.texi:13131
+#: guix-git/doc/guix.texi:13150
msgid "When @var{package} is omitted, it is taken to be the package name specified on the command line that matches the base of @var{source}---e.g., if @var{source} is @code{/src/guile-2.0.10.tar.gz}, the corresponding package is @code{guile}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13134
+#: guix-git/doc/guix.texi:13153
msgid "Likewise, when @var{version} is omitted, the version string is inferred from @var{source}; in the previous example, it is @code{2.0.10}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13139
+#: guix-git/doc/guix.texi:13158
msgid "This option allows users to try out versions of packages other than the one provided by the distribution. The example below downloads @file{ed-1.7.tar.gz} from a GNU mirror and uses that as the source for the @code{ed} package:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:13142
+#: guix-git/doc/guix.texi:13161
#, fuzzy, no-wrap
#| msgid "guix build ed --with-source=mirror://gnu/ed/ed-1.7.tar.gz\n"
msgid "guix build ed --with-source=mirror://gnu/ed/ed-1.4.tar.gz\n"
msgstr "guix build ed --with-source=mirror://gnu/ed/ed-1.7.tar.gz\n"
#. type: table
-#: guix-git/doc/guix.texi:13147
+#: guix-git/doc/guix.texi:13166
msgid "As a developer, @option{--with-source} makes it easy to test release candidates, and even to test their impact on packages that depend on them:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:13150
+#: guix-git/doc/guix.texi:13169
#, fuzzy, no-wrap
#| msgid "guix build ed --with-source=mirror://gnu/ed/ed-1.7.tar.gz\n"
msgid "guix build elogind --with-source=@dots{}/shepherd-0.9.0rc1.tar.gz\n"
msgstr "guix build ed --with-source=mirror://gnu/ed/ed-1.7.tar.gz\n"
#. type: table
-#: guix-git/doc/guix.texi:13153
+#: guix-git/doc/guix.texi:13172
msgid "@dots{} or to build from a checkout in a pristine environment:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:13157
+#: guix-git/doc/guix.texi:13176
#, no-wrap
msgid ""
"$ git clone git://git.sv.gnu.org/guix.git\n"
@@ -27853,127 +27889,127 @@ msgstr ""
"$ guix build guix --with-source=guix@@1.0=./guix\n"
#. type: item
-#: guix-git/doc/guix.texi:13159
+#: guix-git/doc/guix.texi:13178
#, no-wrap
msgid "--with-input=@var{package}=@var{replacement}"
msgstr "--with-input=@var{package}=@var{replacement}"
#. type: table
-#: guix-git/doc/guix.texi:13164
+#: guix-git/doc/guix.texi:13183
msgid "Replace dependency on @var{package} by a dependency on @var{replacement}. @var{package} must be a package name, and @var{replacement} must be a package specification such as @code{guile} or @code{guile@@1.8}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13168
+#: guix-git/doc/guix.texi:13187
msgid "For instance, the following command builds Guix, but replaces its dependency on the current stable version of Guile with a dependency on the legacy version of Guile, @code{guile@@2.2}:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:13171
+#: guix-git/doc/guix.texi:13190
#, fuzzy, no-wrap
#| msgid "guix build --with-input=guile=guile@@2.0 guix\n"
msgid "guix build --with-input=guile=guile@@2.2 guix\n"
msgstr "guix build --with-input=guile=guile@@2.0 guix\n"
#. type: table
-#: guix-git/doc/guix.texi:13176
+#: guix-git/doc/guix.texi:13195
msgid "This is a recursive, deep replacement. So in this example, both @code{guix} and its dependency @code{guile-json} (which also depends on @code{guile}) get rebuilt against @code{guile@@2.2}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13179
+#: guix-git/doc/guix.texi:13198
msgid "This is implemented using the @code{package-input-rewriting/spec} Scheme procedure (@pxref{Defining Packages, @code{package-input-rewriting/spec}})."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:13180
+#: guix-git/doc/guix.texi:13199
#, no-wrap
msgid "--with-graft=@var{package}=@var{replacement}"
msgstr "--with-graft=@var{package}=@var{replacement}"
#. type: table
-#: guix-git/doc/guix.texi:13186
+#: guix-git/doc/guix.texi:13205
msgid "This is similar to @option{--with-input} but with an important difference: instead of rebuilding the whole dependency chain, @var{replacement} is built and then @dfn{grafted} onto the binaries that were initially referring to @var{package}. @xref{Security Updates}, for more information on grafts."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13190
+#: guix-git/doc/guix.texi:13209
msgid "For example, the command below grafts version 3.5.4 of GnuTLS onto Wget and all its dependencies, replacing references to the version of GnuTLS they currently refer to:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:13193
+#: guix-git/doc/guix.texi:13212
#, no-wrap
msgid "guix build --with-graft=gnutls=gnutls@@3.5.4 wget\n"
msgstr "guix build --with-graft=gnutls=gnutls@@3.5.4 wget\n"
#. type: table
-#: guix-git/doc/guix.texi:13202
+#: guix-git/doc/guix.texi:13221
msgid "This has the advantage of being much faster than rebuilding everything. But there is a caveat: it works if and only if @var{package} and @var{replacement} are strictly compatible---for example, if they provide a library, the application binary interface (ABI) of those libraries must be compatible. If @var{replacement} is somehow incompatible with @var{package}, then the resulting package may be unusable. Use with care!"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:13203 guix-git/doc/guix.texi:48352
+#: guix-git/doc/guix.texi:13222 guix-git/doc/guix.texi:48381
#, no-wrap
msgid "debugging info, rebuilding"
msgstr "отладка файлов"
#. type: item
-#: guix-git/doc/guix.texi:13204
+#: guix-git/doc/guix.texi:13223
#, no-wrap
msgid "--with-debug-info=@var{package}"
msgstr "--without-tests=@var{package}"
#. type: table
-#: guix-git/doc/guix.texi:13209
+#: guix-git/doc/guix.texi:13228
msgid "Build @var{package} in a way that preserves its debugging info and graft it onto packages that depend on it. This is useful if @var{package} does not already provide debugging info as a @code{debug} output (@pxref{Installing Debugging Files})."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13215
+#: guix-git/doc/guix.texi:13234
msgid "For example, suppose you're experiencing a crash in Inkscape and would like to see what's up in GLib, a library deep down in Inkscape's dependency graph. GLib lacks a @code{debug} output, so debugging is tough. Fortunately, you rebuild GLib with debugging info and tack it on Inkscape:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:13218 guix-git/doc/guix.texi:48383
+#: guix-git/doc/guix.texi:13237 guix-git/doc/guix.texi:48412
#, no-wrap
msgid "guix install inkscape --with-debug-info=glib\n"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13222
+#: guix-git/doc/guix.texi:13241
msgid "Only GLib needs to be recompiled so this takes a reasonable amount of time. @xref{Installing Debugging Files}, for more info."
msgstr ""
#. type: quotation
-#: guix-git/doc/guix.texi:13228
+#: guix-git/doc/guix.texi:13247
msgid "Under the hood, this option works by passing the @samp{#:strip-binaries? #f} to the build system of the package of interest (@pxref{Build Systems}). Most build systems support that option but some do not. In that case, an error is raised."
msgstr ""
#. type: quotation
-#: guix-git/doc/guix.texi:13232
+#: guix-git/doc/guix.texi:13251
msgid "Likewise, if a C/C++ package is built without @code{-g} (which is rarely the case), debugging info will remain unavailable even when @code{#:strip-binaries?} is false."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:13234
+#: guix-git/doc/guix.texi:13253
#, no-wrap
msgid "tool chain, changing the build tool chain of a package"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:13235
+#: guix-git/doc/guix.texi:13254
#, no-wrap
msgid "--with-c-toolchain=@var{package}=@var{toolchain}"
msgstr "--with-commit=@var{package}=@var{commit}"
#. type: table
-#: guix-git/doc/guix.texi:13239
+#: guix-git/doc/guix.texi:13258
msgid "This option changes the compilation of @var{package} and everything that depends on it so that they get built with @var{toolchain} instead of the default GNU tool chain for C/C++."
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:13246
+#: guix-git/doc/guix.texi:13265
#, no-wrap
msgid ""
"guix build octave-cli \\\n"
@@ -27982,17 +28018,17 @@ msgid ""
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13253
+#: guix-git/doc/guix.texi:13272
msgid "The command above builds a variant of the @code{fftw} and @code{fftwf} packages using version 10 of @code{gcc-toolchain} instead of the default tool chain, and then builds a variant of the GNU@tie{}Octave command-line interface using them. GNU@tie{}Octave itself is also built with @code{gcc-toolchain@@10}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13257
+#: guix-git/doc/guix.texi:13276
msgid "This other example builds the Hardware Locality (@code{hwloc}) library and its dependents up to @code{intel-mpi-benchmarks} with the Clang C compiler:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:13261
+#: guix-git/doc/guix.texi:13280
#, no-wrap
msgid ""
"guix build --with-c-toolchain=hwloc=clang-toolchain \\\n"
@@ -28000,40 +28036,40 @@ msgid ""
msgstr ""
#. type: quotation
-#: guix-git/doc/guix.texi:13270
+#: guix-git/doc/guix.texi:13289
msgid "There can be application binary interface (ABI) incompatibilities among tool chains. This is particularly true of the C++ standard library and run-time support libraries such as that of OpenMP@. By rebuilding all dependents with the same tool chain, @option{--with-c-toolchain} minimizes the risks of incompatibility but cannot entirely eliminate them. Choose @var{package} wisely."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:13272
+#: guix-git/doc/guix.texi:13291
#, no-wrap
msgid "--with-git-url=@var{package}=@var{url}"
msgstr "--with-git-url=@var{package}=@var{url}"
#. type: cindex
-#: guix-git/doc/guix.texi:13273
+#: guix-git/doc/guix.texi:13292
#, no-wrap
msgid "Git, using the latest commit"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:13274
+#: guix-git/doc/guix.texi:13293
#, no-wrap
msgid "latest commit, building"
msgstr "последний коммит, сборка"
#. type: table
-#: guix-git/doc/guix.texi:13278
+#: guix-git/doc/guix.texi:13297
msgid "Build @var{package} from the latest commit of the @code{master} branch of the Git repository at @var{url}. Git sub-modules of the repository are fetched, recursively."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13281
+#: guix-git/doc/guix.texi:13300
msgid "For example, the following command builds the NumPy Python library against the latest commit of the master branch of Python itself:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:13285
+#: guix-git/doc/guix.texi:13304
#, no-wrap
msgid ""
"guix build python-numpy \\\n"
@@ -28043,122 +28079,122 @@ msgstr ""
" --with-git-url=python=https://github.com/python/cpython\n"
#. type: table
-#: guix-git/doc/guix.texi:13289
+#: guix-git/doc/guix.texi:13308
msgid "This option can also be combined with @option{--with-branch} or @option{--with-commit} (see below)."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:13290 guix-git/doc/guix.texi:34743
+#: guix-git/doc/guix.texi:13309 guix-git/doc/guix.texi:34772
#, no-wrap
msgid "continuous integration"
msgstr "непрерывная интеграция"
#. type: table
-#: guix-git/doc/guix.texi:13296
+#: guix-git/doc/guix.texi:13315
msgid "Obviously, since it uses the latest commit of the given branch, the result of such a command varies over time. Nevertheless it is a convenient way to rebuild entire software stacks against the latest commit of one or more packages. This is particularly useful in the context of continuous integration (CI)."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13300
+#: guix-git/doc/guix.texi:13319
msgid "Checkouts are kept in a cache under @file{~/.cache/guix/checkouts} to speed up consecutive accesses to the same repository. You may want to clean it up once in a while to save disk space."
msgstr "Рабочие копии хранятся в кэше в разделе @file{~/.cache/guix/checkouts} для ускорения последовательных обращений к одному и тому же репозиторию.\tВозможно, вам захочется время от времени очищать его, чтобы сэкономить место на диске."
#. type: item
-#: guix-git/doc/guix.texi:13301
+#: guix-git/doc/guix.texi:13320
#, no-wrap
msgid "--with-branch=@var{package}=@var{branch}"
msgstr "--with-branch=@var{package}=@var{branch}"
#. type: table
-#: guix-git/doc/guix.texi:13307
+#: guix-git/doc/guix.texi:13326
msgid "Build @var{package} from the latest commit of @var{branch}. If the @code{source} field of @var{package} is an origin with the @code{git-fetch} method (@pxref{origin Reference}) or a @code{git-checkout} object, the repository URL is taken from that @code{source}. Otherwise you have to use @option{--with-git-url} to specify the URL of the Git repository."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13312
+#: guix-git/doc/guix.texi:13331
msgid "For instance, the following command builds @code{guile-sqlite3} from the latest commit of its @code{master} branch, and then builds @code{guix} (which depends on it) and @code{cuirass} (which depends on @code{guix}) against this specific @code{guile-sqlite3} build:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:13315
+#: guix-git/doc/guix.texi:13334
#, no-wrap
msgid "guix build --with-branch=guile-sqlite3=master cuirass\n"
msgstr "guix build --with-branch=guile-sqlite3=master cuirass\n"
#. type: item
-#: guix-git/doc/guix.texi:13317
+#: guix-git/doc/guix.texi:13336
#, no-wrap
msgid "--with-commit=@var{package}=@var{commit}"
msgstr "--with-commit=@var{package}=@var{commit}"
#. type: table
-#: guix-git/doc/guix.texi:13322
+#: guix-git/doc/guix.texi:13341
msgid "This is similar to @option{--with-branch}, except that it builds from @var{commit} rather than the tip of a branch. @var{commit} must be a valid Git commit SHA1 identifier, a tag, or a @command{git describe} style identifier such as @code{1.0-3-gabc123}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:13323
+#: guix-git/doc/guix.texi:13342
#, no-wrap
msgid "--with-patch=@var{package}=@var{file}"
msgstr "--with-branch=@var{package}=@var{branch}"
#. type: table
-#: guix-git/doc/guix.texi:13330
+#: guix-git/doc/guix.texi:13349
msgid "Add @var{file} to the list of patches applied to @var{package}, where @var{package} is a spec such as @code{python@@3.8} or @code{glibc}. @var{file} must contain a patch; it is applied with the flags specified in the @code{origin} of @var{package} (@pxref{origin Reference}), which by default includes @code{-p1} (@pxref{patch Directories,,, diffutils, Comparing and Merging Files})."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13333
+#: guix-git/doc/guix.texi:13352
msgid "As an example, the command below rebuilds Coreutils with the GNU C Library (glibc) patched with the given patch:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:13336
+#: guix-git/doc/guix.texi:13355
#, no-wrap
msgid "guix build coreutils --with-patch=glibc=./glibc-frob.patch\n"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13340
+#: guix-git/doc/guix.texi:13359
msgid "In this example, glibc itself as well as everything that leads to Coreutils in the dependency graph is rebuilt."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:13341
+#: guix-git/doc/guix.texi:13360
#, no-wrap
msgid "configure flags, changing them"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:13342
+#: guix-git/doc/guix.texi:13361
#, fuzzy, no-wrap
#| msgid "--with-git-url=@var{package}=@var{url}"
msgid "--with-configure-flag=@var{package}=@var{flag}"
msgstr "--with-git-url=@var{package}=@var{url}"
#. type: table
-#: guix-git/doc/guix.texi:13347
+#: guix-git/doc/guix.texi:13366
msgid "Append @var{flag} to the configure flags of @var{package}, where @var{package} is a spec such as @code{guile@@3.0} or @code{glibc}. The build system of @var{package} must support the @code{#:configure-flags} argument."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13350
+#: guix-git/doc/guix.texi:13369
msgid "For example, the command below builds GNU@tie{}Hello with the configure flag @code{--disable-nls}:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:13353
+#: guix-git/doc/guix.texi:13372
#, no-wrap
msgid "guix build hello --with-configure-flag=hello=--disable-nls\n"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13357
+#: guix-git/doc/guix.texi:13376
msgid "The following command passes an extra flag to @command{cmake} as it builds @code{lapack}:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:13361
+#: guix-git/doc/guix.texi:13380
#, no-wrap
msgid ""
"guix build lapack \\\n"
@@ -28166,271 +28202,271 @@ msgid ""
msgstr ""
#. type: quotation
-#: guix-git/doc/guix.texi:13368
+#: guix-git/doc/guix.texi:13387
msgid "Under the hood, this option works by passing the @samp{#:configure-flags} argument to the build system of the package of interest (@pxref{Build Systems}). Most build systems support that option but some do not. In that case, an error is raised."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:13370
+#: guix-git/doc/guix.texi:13389
#, no-wrap
msgid "upstream, latest version"
msgstr "версия пакета"
#. type: item
-#: guix-git/doc/guix.texi:13371
+#: guix-git/doc/guix.texi:13390
#, no-wrap
msgid "--with-latest=@var{package}"
msgstr "--without-tests=@var{package}"
#. type: itemx
-#: guix-git/doc/guix.texi:13372
+#: guix-git/doc/guix.texi:13391
#, fuzzy, no-wrap
#| msgid "--with-source=@var{package}=@var{source}"
msgid "--with-version=@var{package}=@var{version}"
msgstr "--with-source=@var{package}=@var{source}"
#. type: table
-#: guix-git/doc/guix.texi:13378
+#: guix-git/doc/guix.texi:13397
msgid "So you like living on the bleeding edge? The @option{--with-latest} option is for you! It replaces occurrences of @var{package} in the dependency graph with its latest upstream version, as reported by @command{guix refresh} (@pxref{Invoking guix refresh})."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13382
+#: guix-git/doc/guix.texi:13401
msgid "It does so by determining the latest upstream release of @var{package} (if possible), downloading it, and authenticating it @emph{if} it comes with an OpenPGP signature."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13385
+#: guix-git/doc/guix.texi:13404
msgid "As an example, the command below builds Guix against the latest version of Guile-JSON:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:13388
+#: guix-git/doc/guix.texi:13407
#, no-wrap
msgid "guix build guix --with-latest=guile-json\n"
msgstr "guix build --with-input=guile=guile@@2.0 guix\n"
#. type: table
-#: guix-git/doc/guix.texi:13395
+#: guix-git/doc/guix.texi:13414
msgid "The @option{--with-version} works similarly except that it lets you specify that you want precisely @var{version}, assuming that version exists upstream. For example, to spawn a development environment with SciPy built against version 1.22.4 of NumPy (skipping its test suite because hey, we're not gonna wait this long), you would run:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:13398
+#: guix-git/doc/guix.texi:13417
#, fuzzy, no-wrap
#| msgid "guix shell python python-numpy -- python3\n"
msgid "guix shell python python-scipy --with-version=python-numpy=1.22.4\n"
msgstr "guix shell python python-numpy -- python3\n"
#. type: quotation
-#: guix-git/doc/guix.texi:13405
+#: guix-git/doc/guix.texi:13424
msgid "Because they depend on source code published at a given point in time on upstream servers, deployments made with @option{--with-latest} and @option{--with-version} may be non-reproducible: source might disappear or be modified in place on the servers."
msgstr ""
#. type: quotation
-#: guix-git/doc/guix.texi:13408
+#: guix-git/doc/guix.texi:13427
msgid "To deploy old software versions without compromising on reproducibility, @pxref{Invoking guix time-machine, @command{guix time-machine}}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13417
+#: guix-git/doc/guix.texi:13436
msgid "There are limitations. First, in cases where the tool cannot or does not know how to authenticate source code, you are at risk of running malicious code; a warning is emitted in this case. Second, this option simply changes the source used in the existing package definitions, which is not always sufficient: there might be additional dependencies that need to be added, patches to apply, and more generally the quality assurance work that Guix developers normally do will be missing."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13422
+#: guix-git/doc/guix.texi:13441
msgid "You've been warned! When those limitations are acceptable, it's a snappy way to stay on top. We encourage you to submit patches updating the actual package definitions once you have successfully tested an upgrade with @option{--with-latest} (@pxref{Contributing})."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:13423
+#: guix-git/doc/guix.texi:13442
#, no-wrap
msgid "test suite, skipping"
msgstr "набор тестов"
#. type: item
-#: guix-git/doc/guix.texi:13424
+#: guix-git/doc/guix.texi:13443
#, no-wrap
msgid "--without-tests=@var{package}"
msgstr "--without-tests=@var{package}"
#. type: table
-#: guix-git/doc/guix.texi:13430
+#: guix-git/doc/guix.texi:13449
msgid "Build @var{package} without running its tests. This can be useful in situations where you want to skip the lengthy test suite of a intermediate package, or if a package's test suite fails in a non-deterministic fashion. It should be used with care because running the test suite is a good way to ensure a package is working as intended."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13434
+#: guix-git/doc/guix.texi:13453
msgid "Turning off tests leads to a different store item. Consequently, when using this option, anything that depends on @var{package} must be rebuilt, as in this example:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:13437
+#: guix-git/doc/guix.texi:13456
#, no-wrap
msgid "guix install --without-tests=python python-notebook\n"
msgstr "guix install --without-tests=python python-notebook\n"
#. type: table
-#: guix-git/doc/guix.texi:13443
+#: guix-git/doc/guix.texi:13462
msgid "The command above installs @code{python-notebook} on top of @code{python} built without running its test suite. To do so, it also rebuilds everything that depends on @code{python}, including @code{python-notebook} itself."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13449
+#: guix-git/doc/guix.texi:13468
msgid "Internally, @option{--without-tests} relies on changing the @code{#:tests?} option of a package's @code{check} phase (@pxref{Build Systems}). Note that some packages use a customized @code{check} phase that does not respect a @code{#:tests? #f} setting. Therefore, @option{--without-tests} has no effect on these packages."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:13456
+#: guix-git/doc/guix.texi:13475
msgid "Wondering how to achieve the same effect using Scheme code, for example in your manifest, or how to write your own package transformation? @xref{Defining Package Variants}, for an overview of the programming interfaces available."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:13462
+#: guix-git/doc/guix.texi:13481
msgid "The command-line options presented below are specific to @command{guix build}."
msgstr "Параметры командной строки, представленные ниже, относятся к @command{guix build}."
#. type: item
-#: guix-git/doc/guix.texi:13465
+#: guix-git/doc/guix.texi:13484
#, no-wrap
msgid "--quiet"
msgstr "--quiet"
#. type: table
-#: guix-git/doc/guix.texi:13470
+#: guix-git/doc/guix.texi:13489
msgid "Build quietly, without displaying the build log; this is equivalent to @option{--verbosity=0}. Upon completion, the build log is kept in @file{/var} (or similar) and can always be retrieved using the @option{--log-file} option."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13475
+#: guix-git/doc/guix.texi:13494
msgid "Build the package, derivation, or other file-like object that the code within @var{file} evaluates to (@pxref{G-Expressions, file-like objects})."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13478
+#: guix-git/doc/guix.texi:13497
msgid "As an example, @var{file} might contain a package definition like this (@pxref{Defining Packages}):"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13487
+#: guix-git/doc/guix.texi:13506
msgid "The @var{file} may also contain a JSON representation of one or more package definitions. Running @code{guix build -f} on @file{hello.json} with the following contents would result in building the packages @code{myhello} and @code{greeter}:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:13492
+#: guix-git/doc/guix.texi:13511
#, no-wrap
msgid "--manifest=@var{manifest}"
msgstr "--manifest=@var{file}"
#. type: itemx
-#: guix-git/doc/guix.texi:13493
+#: guix-git/doc/guix.texi:13512
#, no-wrap
msgid "-m @var{manifest}"
msgstr "-m @var{file}"
#. type: table
-#: guix-git/doc/guix.texi:13496
+#: guix-git/doc/guix.texi:13515
msgid "Build all packages listed in the given @var{manifest} (@pxref{profile-manifest, @option{--manifest}})."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13500
+#: guix-git/doc/guix.texi:13519
msgid "Build the package or derivation @var{expr} evaluates to."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13504
+#: guix-git/doc/guix.texi:13523
msgid "For example, @var{expr} may be @code{(@@ (gnu packages guile) guile-1.8)}, which unambiguously designates this specific variant of version 1.8 of Guile."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13508
+#: guix-git/doc/guix.texi:13527
msgid "Alternatively, @var{expr} may be a G-expression, in which case it is used as a build program passed to @code{gexp->derivation} (@pxref{G-Expressions})."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13512
+#: guix-git/doc/guix.texi:13531
msgid "Lastly, @var{expr} may refer to a zero-argument monadic procedure (@pxref{The Store Monad}). The procedure must return a derivation as a monadic value, which is then passed through @code{run-with-store}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:13513
+#: guix-git/doc/guix.texi:13532
#, no-wrap
msgid "--source"
msgstr ""
#. type: itemx
-#: guix-git/doc/guix.texi:13514
+#: guix-git/doc/guix.texi:13533
#, no-wrap
msgid "-S"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13517
+#: guix-git/doc/guix.texi:13536
msgid "Build the source derivations of the packages, rather than the packages themselves."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13521
+#: guix-git/doc/guix.texi:13540
msgid "For instance, @code{guix build -S gcc} returns something like @file{/gnu/store/@dots{}-gcc-4.7.2.tar.bz2}, which is the GCC source tarball."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13525
+#: guix-git/doc/guix.texi:13544
msgid "The returned source tarball is the result of applying any patches and code snippets specified in the package @code{origin} (@pxref{Defining Packages})."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:13526
+#: guix-git/doc/guix.texi:13545
#, no-wrap
msgid "source, verification"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13532
+#: guix-git/doc/guix.texi:13551
msgid "As with other derivations, the result of building a source derivation can be verified using the @option{--check} option (@pxref{build-check}). This is useful to validate that a (potentially already built or substituted, thus cached) package source matches against its declared hash."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13537
+#: guix-git/doc/guix.texi:13556
msgid "Note that @command{guix build -S} compiles the sources only of the specified packages. They do not include the sources of statically linked dependencies and by themselves are insufficient for reproducing the packages."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:13538
+#: guix-git/doc/guix.texi:13557
#, no-wrap
msgid "--sources"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13545
+#: guix-git/doc/guix.texi:13564
msgid "Fetch and return the source of @var{package-or-derivation} and all their dependencies, recursively. This is a handy way to obtain a local copy of all the source code needed to build @var{packages}, allowing you to eventually build them even without network access. It is an extension of the @option{--source} option and can accept one of the following optional argument values:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:13547 guix-git/doc/guix.texi:15701
+#: guix-git/doc/guix.texi:13566 guix-git/doc/guix.texi:15727
#, no-wrap
msgid "package"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13550
+#: guix-git/doc/guix.texi:13569
msgid "This value causes the @option{--sources} option to behave in the same way as the @option{--source} option."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:13551 guix-git/doc/guix.texi:23889
+#: guix-git/doc/guix.texi:13570 guix-git/doc/guix.texi:23915
#, no-wrap
msgid "all"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13554
+#: guix-git/doc/guix.texi:13573
msgid "Build the source derivations of all packages, including any source that might be listed as @code{inputs}. This is the default value."
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:13560
+#: guix-git/doc/guix.texi:13579
#, no-wrap
msgid ""
"$ guix build --sources tzdata\n"
@@ -28440,18 +28476,18 @@ msgid ""
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:13562
+#: guix-git/doc/guix.texi:13581
#, no-wrap
msgid "transitive"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13566
+#: guix-git/doc/guix.texi:13585
msgid "Build the source derivations of all packages, as well of all transitive inputs to the packages. This can be used e.g.@: to prefetch package source for later offline building."
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:13577
+#: guix-git/doc/guix.texi:13596
#, no-wrap
msgid ""
"$ guix build --sources=transitive tzdata\n"
@@ -28466,170 +28502,170 @@ msgid ""
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13587
+#: guix-git/doc/guix.texi:13606
msgid "Attempt to build for @var{system}---e.g., @code{i686-linux}---instead of the system type of the build host. The @command{guix build} command allows you to repeat this option several times, in which case it builds for all the specified systems; other commands ignore extraneous @option{-s} options."
msgstr ""
#. type: quotation
-#: guix-git/doc/guix.texi:13592
+#: guix-git/doc/guix.texi:13611
msgid "The @option{--system} flag is for @emph{native} compilation and must not be confused with cross-compilation. See @option{--target} below for information on cross-compilation."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13599
+#: guix-git/doc/guix.texi:13618
msgid "An example use of this is on Linux-based systems, which can emulate different personalities. For instance, passing @option{--system=i686-linux} on an @code{x86_64-linux} system or @option{--system=armhf-linux} on an @code{aarch64-linux} system allows you to build packages in a complete 32-bit environment."
msgstr ""
#. type: quotation
-#: guix-git/doc/guix.texi:13604
+#: guix-git/doc/guix.texi:13623
msgid "Building for an @code{armhf-linux} system is unconditionally enabled on @code{aarch64-linux} machines, although certain aarch64 chipsets do not allow for this functionality, notably the ThunderX."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13610
+#: guix-git/doc/guix.texi:13629
msgid "Similarly, when transparent emulation with QEMU and @code{binfmt_misc} is enabled (@pxref{Virtualization Services, @code{qemu-binfmt-service-type}}), you can build for any system for which a QEMU @code{binfmt_misc} handler is installed."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13614
+#: guix-git/doc/guix.texi:13633
msgid "Builds for a system other than that of the machine you are using can also be offloaded to a remote machine of the right architecture. @xref{Daemon Offload Setup}, for more information on offloading."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13620
+#: guix-git/doc/guix.texi:13639
msgid "Cross-build for @var{triplet}, which must be a valid GNU triplet, such as @code{\"aarch64-linux-gnu\"} (@pxref{Specifying Target Triplets, GNU configuration triplets,, autoconf, Autoconf})."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:13621
+#: guix-git/doc/guix.texi:13640
#, fuzzy, no-wrap
#| msgid "--list-types"
msgid "--list-systems"
msgstr "--list-types"
#. type: table
-#: guix-git/doc/guix.texi:13624
+#: guix-git/doc/guix.texi:13643
msgid "List all the supported systems, that can be passed as an argument to @option{--system}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:13625
+#: guix-git/doc/guix.texi:13644
#, fuzzy, no-wrap
#| msgid "--list-types"
msgid "--list-targets"
msgstr "--list-types"
#. type: table
-#: guix-git/doc/guix.texi:13628
+#: guix-git/doc/guix.texi:13647
msgid "List all the supported targets, that can be passed as an argument to @option{--target}."
msgstr ""
#. type: anchor{#1}
-#: guix-git/doc/guix.texi:13630
+#: guix-git/doc/guix.texi:13649
msgid "build-check"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:13631
+#: guix-git/doc/guix.texi:13650
#, no-wrap
msgid "determinism, checking"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:13632
+#: guix-git/doc/guix.texi:13651
#, no-wrap
msgid "reproducibility, checking"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13636
+#: guix-git/doc/guix.texi:13655
msgid "Rebuild @var{package-or-derivation}, which are already available in the store, and raise an error if the build results are not bit-for-bit identical."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13641
+#: guix-git/doc/guix.texi:13660
msgid "This mechanism allows you to check whether previously installed substitutes are genuine (@pxref{Substitutes}), or whether the build result of a package is deterministic. @xref{Invoking guix challenge}, for more background information and tools."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:13646
+#: guix-git/doc/guix.texi:13665
#, no-wrap
msgid "--repair"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:13647
+#: guix-git/doc/guix.texi:13666
#, no-wrap
msgid "repairing store items"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13651
+#: guix-git/doc/guix.texi:13670
msgid "Attempt to repair the specified store items, if they are corrupt, by re-downloading or rebuilding them."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13653
+#: guix-git/doc/guix.texi:13672
msgid "This operation is not atomic and thus restricted to @code{root}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:13654
+#: guix-git/doc/guix.texi:13673
#, no-wrap
msgid "--derivations"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13658
+#: guix-git/doc/guix.texi:13677
msgid "Return the derivation paths, not the output paths, of the given packages."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:13661
+#: guix-git/doc/guix.texi:13680
#, no-wrap
msgid "GC roots, adding"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:13662
+#: guix-git/doc/guix.texi:13681
#, no-wrap
msgid "garbage collector roots, adding"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13665 guix-git/doc/guix.texi:43099
+#: guix-git/doc/guix.texi:13684 guix-git/doc/guix.texi:43128
msgid "Make @var{file} a symlink to the result, and register it as a garbage collector root."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13671
+#: guix-git/doc/guix.texi:13690
msgid "Consequently, the results of this @command{guix build} invocation are protected from garbage collection until @var{file} is removed. When that option is omitted, build results are eligible for garbage collection as soon as the build completes. @xref{Invoking guix gc}, for more on GC roots."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:13672
+#: guix-git/doc/guix.texi:13691
#, no-wrap
msgid "--log-file"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:13673
+#: guix-git/doc/guix.texi:13692
#, no-wrap
msgid "build logs, access"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13677
+#: guix-git/doc/guix.texi:13696
msgid "Return the build log file names or URLs for the given @var{package-or-derivation}, or raise an error if build logs are missing."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13680
+#: guix-git/doc/guix.texi:13699
msgid "This works regardless of how packages or derivations are specified. For instance, the following invocations are equivalent:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:13686
+#: guix-git/doc/guix.texi:13705
#, no-wrap
msgid ""
"guix build --log-file $(guix build -d guile)\n"
@@ -28639,17 +28675,17 @@ msgid ""
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13691
+#: guix-git/doc/guix.texi:13710
msgid "If a log is unavailable locally, and unless @option{--no-substitutes} is passed, the command looks for a corresponding log on one of the substitute servers (as specified with @option{--substitute-urls})."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13694
+#: guix-git/doc/guix.texi:13713
msgid "So for instance, imagine you want to see the build log of GDB on @code{aarch64}, but you are actually on an @code{x86_64} machine:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:13698
+#: guix-git/doc/guix.texi:13717
#, no-wrap
msgid ""
"$ guix build --log-file gdb -s aarch64-linux\n"
@@ -28657,33 +28693,33 @@ msgid ""
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13701
+#: guix-git/doc/guix.texi:13720
msgid "You can freely access a huge library of build logs!"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:13706
+#: guix-git/doc/guix.texi:13725
#, no-wrap
msgid "build failures, debugging"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:13712
+#: guix-git/doc/guix.texi:13731
msgid "When defining a new package (@pxref{Defining Packages}), you will probably find yourself spending some time debugging and tweaking the build until it succeeds. To do that, you need to operate the build commands yourself in an environment as close as possible to the one the build daemon uses."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:13717
+#: guix-git/doc/guix.texi:13736
msgid "To that end, the first thing to do is to use the @option{--keep-failed} or @option{-K} option of @command{guix build}, which will keep the failed build tree in @file{/tmp} or whatever directory you specified as @env{TMPDIR} (@pxref{Common Build Options, @option{--keep-failed}})."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:13723
+#: guix-git/doc/guix.texi:13742
msgid "From there on, you can @command{cd} to the failed build tree and source the @file{environment-variables} file, which contains all the environment variable definitions that were in place when the build failed. So let's say you're debugging a build failure in package @code{foo}; a typical session would look like this:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:13730
+#: guix-git/doc/guix.texi:13749
#, no-wrap
msgid ""
"$ guix build foo -K\n"
@@ -28694,22 +28730,22 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:13734
+#: guix-git/doc/guix.texi:13753
msgid "Now, you can invoke commands as if you were the daemon (almost) and troubleshoot your build process."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:13740
+#: guix-git/doc/guix.texi:13759
msgid "Sometimes it happens that, for example, a package's tests pass when you run them manually but they fail when the daemon runs them. This can happen because the daemon runs builds in containers where, unlike in our environment above, network access is missing, @file{/bin/sh} does not exist, etc. (@pxref{Build Environment Setup})."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:13743
+#: guix-git/doc/guix.texi:13762
msgid "In such cases, you may need to inspect the build process from within a container similar to the one the build daemon creates:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:13751
+#: guix-git/doc/guix.texi:13770
#, no-wrap
msgid ""
"$ guix build -K foo\n"
@@ -28721,400 +28757,400 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:13760
+#: guix-git/doc/guix.texi:13779
msgid "Here, @command{guix shell -C} creates a container and spawns a new shell in it (@pxref{Invoking guix shell}). The @command{strace gdb} part adds the @command{strace} and @command{gdb} commands to the container, which you may find handy while debugging. The @option{--no-grafts} option makes sure we get the exact same environment, with ungrafted packages (@pxref{Security Updates}, for more info on grafts)."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:13763
+#: guix-git/doc/guix.texi:13782
msgid "To get closer to a container like that used by the build daemon, we can remove @file{/bin/sh}:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:13766
+#: guix-git/doc/guix.texi:13785
#, no-wrap
msgid "[env]# rm /bin/sh\n"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:13770
+#: guix-git/doc/guix.texi:13789
msgid "(Don't worry, this is harmless: this is all happening in the throw-away container created by @command{guix shell}.)"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:13773
+#: guix-git/doc/guix.texi:13792
msgid "The @command{strace} command is probably not in the search path, but we can run:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:13776
+#: guix-git/doc/guix.texi:13795
#, no-wrap
msgid "[env]# $GUIX_ENVIRONMENT/bin/strace -f -o log make check\n"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:13781
+#: guix-git/doc/guix.texi:13800
msgid "In this way, not only you will have reproduced the environment variables the daemon uses, you will also be running the build process in a container similar to the one the daemon uses."
msgstr ""
#. type: section
-#: guix-git/doc/guix.texi:13784
+#: guix-git/doc/guix.texi:13803
#, no-wrap
msgid "Invoking @command{guix edit}"
msgstr "Вызов @command{guix edit}"
#. type: command{#1}
-#: guix-git/doc/guix.texi:13786
+#: guix-git/doc/guix.texi:13805
#, no-wrap
msgid "guix edit"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:13787
+#: guix-git/doc/guix.texi:13806
#, no-wrap
msgid "package definition, editing"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:13792
+#: guix-git/doc/guix.texi:13811
msgid "So many packages, so many source files! The @command{guix edit} command facilitates the life of users and packagers by pointing their editor at the source file containing the definition of the specified packages. For instance:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:13795
+#: guix-git/doc/guix.texi:13814
#, no-wrap
msgid "guix edit gcc@@4.9 vim\n"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:13801
+#: guix-git/doc/guix.texi:13820
msgid "launches the program specified in the @env{VISUAL} or in the @env{EDITOR} environment variable to view the recipe of GCC@tie{}4.9.3 and that of Vim."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:13807
+#: guix-git/doc/guix.texi:13826
msgid "If you are using a Guix Git checkout (@pxref{Building from Git}), or have created your own packages on @env{GUIX_PACKAGE_PATH} (@pxref{Package Modules}), you will be able to edit the package recipes. In other cases, you will be able to examine the read-only recipes for packages currently in the store."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:13812
+#: guix-git/doc/guix.texi:13831
msgid "Instead of @env{GUIX_PACKAGE_PATH}, the command-line option @option{--load-path=@var{directory}} (or in short @option{-L @var{directory}}) allows you to add @var{directory} to the front of the package module search path and so make your own packages visible."
msgstr ""
#. type: section
-#: guix-git/doc/guix.texi:13814
+#: guix-git/doc/guix.texi:13833
#, no-wrap
msgid "Invoking @command{guix download}"
msgstr "Вызов @command{guix download}"
#. type: command{#1}
-#: guix-git/doc/guix.texi:13816
+#: guix-git/doc/guix.texi:13835
#, no-wrap
msgid "guix download"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:13817
+#: guix-git/doc/guix.texi:13836
#, no-wrap
msgid "downloading package sources"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:13824
+#: guix-git/doc/guix.texi:13843
msgid "When writing a package definition, developers typically need to download a source tarball, compute its SHA256 hash, and write that hash in the package definition (@pxref{Defining Packages}). The @command{guix download} tool helps with this task: it downloads a file from the given URI, adds it to the store, and prints both its file name in the store and its SHA256 hash."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:13831
+#: guix-git/doc/guix.texi:13850
msgid "The fact that the downloaded file is added to the store saves bandwidth: when the developer eventually tries to build the newly defined package with @command{guix build}, the source tarball will not have to be downloaded again because it is already in the store. It is also a convenient way to temporarily stash files, which may be deleted eventually (@pxref{Invoking guix gc})."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:13839
+#: guix-git/doc/guix.texi:13858
msgid "The @command{guix download} command supports the same URIs as used in package definitions. In particular, it supports @code{mirror://} URIs. @code{https} URIs (HTTP over TLS) are supported @emph{provided} the Guile bindings for GnuTLS are available in the user's environment; when they are not available, an error is raised. @xref{Guile Preparations, how to install the GnuTLS bindings for Guile,, gnutls-guile, GnuTLS-Guile}, for more information."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:13844
+#: guix-git/doc/guix.texi:13863
msgid "@command{guix download} verifies HTTPS server certificates by loading the certificates of X.509 authorities from the directory pointed to by the @env{SSL_CERT_DIR} environment variable (@pxref{X.509 Certificates}), unless @option{--no-check-certificate} is used."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:13847
+#: guix-git/doc/guix.texi:13866
msgid "Alternatively, @command{guix download} can also retrieve a Git repository, possibly a specific commit, tag, or branch."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:13849 guix-git/doc/guix.texi:16019
+#: guix-git/doc/guix.texi:13868 guix-git/doc/guix.texi:16045
msgid "The following options are available:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:13851 guix-git/doc/guix.texi:13915
+#: guix-git/doc/guix.texi:13870 guix-git/doc/guix.texi:13934
#, no-wrap
msgid "--hash=@var{algorithm}"
msgstr "--show=@var{package}"
#. type: itemx
-#: guix-git/doc/guix.texi:13852 guix-git/doc/guix.texi:13916
+#: guix-git/doc/guix.texi:13871 guix-git/doc/guix.texi:13935
#, no-wrap
msgid "-H @var{algorithm}"
msgstr "-f @var{format}"
#. type: table
-#: guix-git/doc/guix.texi:13855
+#: guix-git/doc/guix.texi:13874
msgid "Compute a hash using the specified @var{algorithm}. @xref{Invoking guix hash}, for more information."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:13856 guix-git/doc/guix.texi:13925
+#: guix-git/doc/guix.texi:13875 guix-git/doc/guix.texi:13944
#, no-wrap
msgid "--format=@var{fmt}"
msgstr ""
#. type: itemx
-#: guix-git/doc/guix.texi:13857 guix-git/doc/guix.texi:13926
+#: guix-git/doc/guix.texi:13876 guix-git/doc/guix.texi:13945
#, no-wrap
msgid "-f @var{fmt}"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13860
+#: guix-git/doc/guix.texi:13879
msgid "Write the hash in the format specified by @var{fmt}. For more information on the valid values for @var{fmt}, @pxref{Invoking guix hash}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:13861
+#: guix-git/doc/guix.texi:13880
#, no-wrap
msgid "--no-check-certificate"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13863
+#: guix-git/doc/guix.texi:13882
msgid "Do not validate the X.509 certificates of HTTPS servers."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13867
+#: guix-git/doc/guix.texi:13886
msgid "When using this option, you have @emph{absolutely no guarantee} that you are communicating with the authentic server responsible for the given URL, which makes you vulnerable to ``man-in-the-middle'' attacks."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:13868
+#: guix-git/doc/guix.texi:13887
#, no-wrap
msgid "--output=@var{file}"
msgstr ""
#. type: itemx
-#: guix-git/doc/guix.texi:13869
+#: guix-git/doc/guix.texi:13888
#, no-wrap
msgid "-o @var{file}"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13872
+#: guix-git/doc/guix.texi:13891
msgid "Save the downloaded file to @var{file} instead of adding it to the store."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:13873
+#: guix-git/doc/guix.texi:13892
#, no-wrap
msgid "--git"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13876
+#: guix-git/doc/guix.texi:13895
msgid "Checkout the Git repository at the latest commit on the default branch."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:13877
+#: guix-git/doc/guix.texi:13896
#, fuzzy, no-wrap
#| msgid "--commit=@var{commit}"
msgid "--commit=@var{commit-or-tag}"
msgstr "--commit=@var{commit}"
#. type: table
-#: guix-git/doc/guix.texi:13879
+#: guix-git/doc/guix.texi:13898
#, fuzzy
#| msgid "The URL of the Git repository to clone."
msgid "Checkout the Git repository at @var{commit-or-tag}."
msgstr "URL-адрес репозитория Git для клонирования."
#. type: table
-#: guix-git/doc/guix.texi:13882
+#: guix-git/doc/guix.texi:13901
msgid "@var{commit-or-tag} can be either a tag or a commit defined in the Git repository."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13885
+#: guix-git/doc/guix.texi:13904
#, fuzzy
#| msgid "The URL of the Git repository to clone."
msgid "Checkout the Git repository at @var{branch}."
msgstr "URL-адрес репозитория Git для клонирования."
#. type: table
-#: guix-git/doc/guix.texi:13888
+#: guix-git/doc/guix.texi:13907
msgid "The repository will be checked out at the latest commit of @var{branch}, which must be a valid branch of the Git repository."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13892
+#: guix-git/doc/guix.texi:13911
#, fuzzy
#| msgid "Pushing to the official repository."
msgid "Recursively clone the Git repository."
msgstr "Внесение изменений в официальный репозиторий."
#. type: section
-#: guix-git/doc/guix.texi:13895
+#: guix-git/doc/guix.texi:13914
#, no-wrap
msgid "Invoking @command{guix hash}"
msgstr "Вызов @command{guix hash}"
#. type: command{#1}
-#: guix-git/doc/guix.texi:13897
+#: guix-git/doc/guix.texi:13916
#, no-wrap
msgid "guix hash"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:13902
+#: guix-git/doc/guix.texi:13921
msgid "The @command{guix hash} command computes the hash of a file. It is primarily a convenience tool for anyone contributing to the distribution: it computes the cryptographic hash of one or more files, which can be used in the definition of a package (@pxref{Defining Packages})."
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:13907
+#: guix-git/doc/guix.texi:13926
#, fuzzy, no-wrap
#| msgid "guix repl @var{options} [@var{file} @var{args}]\n"
msgid "guix hash @var{option} @var{file} ...\n"
msgstr "guix repl @var{options} [@var{file} @var{args}]\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:13912
+#: guix-git/doc/guix.texi:13931
msgid "When @var{file} is @code{-} (a hyphen), @command{guix hash} computes the hash of data read from standard input. @command{guix hash} has the following options:"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13919
+#: guix-git/doc/guix.texi:13938
msgid "Compute a hash using the specified @var{algorithm}, @code{sha256} by default."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13924
+#: guix-git/doc/guix.texi:13943
msgid "@var{algorithm} must be the name of a cryptographic hash algorithm supported by Libgcrypt @i{via} Guile-Gcrypt---e.g., @code{sha512} or @code{sha3-256} (@pxref{Hash Functions,,, guile-gcrypt, Guile-Gcrypt Reference Manual})."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13928
+#: guix-git/doc/guix.texi:13947
msgid "Write the hash in the format specified by @var{fmt}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13931
+#: guix-git/doc/guix.texi:13950
msgid "Supported formats: @code{base64}, @code{nix-base32}, @code{base32}, @code{base16} (@code{hex} and @code{hexadecimal} can be used as well)."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13935
+#: guix-git/doc/guix.texi:13954
msgid "If the @option{--format} option is not specified, @command{guix hash} will output the hash in @code{nix-base32}. This representation is used in the definitions of packages."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13941
+#: guix-git/doc/guix.texi:13960
msgid "The @option{--recursive} option is deprecated in favor of @option{--serializer=nar} (see below); @option{-r} remains accepted as a convenient shorthand."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:13942
+#: guix-git/doc/guix.texi:13961
#, fuzzy, no-wrap
#| msgid "--type=@var{type}"
msgid "--serializer=@var{type}"
msgstr "--type=@var{type}"
#. type: itemx
-#: guix-git/doc/guix.texi:13943
+#: guix-git/doc/guix.texi:13962
#, fuzzy, no-wrap
#| msgid "-S @var{spec}"
msgid "-S @var{type}"
msgstr "-S @var{spec}"
#. type: table
-#: guix-git/doc/guix.texi:13945
+#: guix-git/doc/guix.texi:13964
msgid "Compute the hash on @var{file} using @var{type} serialization."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13947
+#: guix-git/doc/guix.texi:13966
#, fuzzy
#| msgid "The @var{options} can be among the following:"
msgid "@var{type} may be one of the following:"
msgstr "Опции @var{options} могут быть следующими:"
#. type: item
-#: guix-git/doc/guix.texi:13949 guix-git/doc/guix.texi:16378
-#: guix-git/doc/guix.texi:21132 guix-git/doc/guix.texi:23886
+#: guix-git/doc/guix.texi:13968 guix-git/doc/guix.texi:16404
+#: guix-git/doc/guix.texi:21158 guix-git/doc/guix.texi:23912
#, no-wrap
msgid "none"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13951
+#: guix-git/doc/guix.texi:13970
msgid "This is the default: it computes the hash of a file's contents."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:13952
+#: guix-git/doc/guix.texi:13971
#, no-wrap
msgid "nar"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13962
+#: guix-git/doc/guix.texi:13981
msgid "Compute the hash of a ``normalized archive'' (or ``nar'') containing @var{file}, including its children if it is a directory. Some of the metadata of @var{file} is part of the archive; for instance, when @var{file} is a regular file, the hash is different depending on whether @var{file} is executable or not. Metadata such as time stamps have no impact on the hash (@pxref{Invoking guix archive}, for more info on the nar format)."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:13963
+#: guix-git/doc/guix.texi:13982
#, fuzzy, no-wrap
#| msgid "github"
msgid "git"
msgstr "github"
#. type: table
-#: guix-git/doc/guix.texi:13966
+#: guix-git/doc/guix.texi:13985
msgid "Compute the hash of the file or directory as a Git ``tree'', following the same method as the Git version control system."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:13968
+#: guix-git/doc/guix.texi:13987
#, no-wrap
msgid "--exclude-vcs"
msgstr ""
#. type: itemx
-#: guix-git/doc/guix.texi:13969 guix-git/doc/guix.texi:15477
+#: guix-git/doc/guix.texi:13988 guix-git/doc/guix.texi:15503
#, no-wrap
msgid "-x"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:13972
+#: guix-git/doc/guix.texi:13991
msgid "When combined with @option{--recursive}, exclude version control system directories (@file{.bzr}, @file{.git}, @file{.hg}, etc.)."
msgstr ""
#. type: vindex
-#: guix-git/doc/guix.texi:13973
+#: guix-git/doc/guix.texi:13992
#, no-wrap
msgid "git-fetch"
msgstr "git-fetch"
#. type: table
-#: guix-git/doc/guix.texi:13977
+#: guix-git/doc/guix.texi:13996
msgid "As an example, here is how you would compute the hash of a Git checkout, which is useful when using the @code{git-fetch} method (@pxref{origin Reference}):"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:13982
+#: guix-git/doc/guix.texi:14001
#, no-wrap
msgid ""
"$ git clone http://example.org/foo.git\n"
@@ -29123,418 +29159,418 @@ msgid ""
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:13986 guix-git/doc/guix.texi:13991
+#: guix-git/doc/guix.texi:14005 guix-git/doc/guix.texi:14010
#, no-wrap
msgid "Invoking @command{guix import}"
msgstr "Вызов @command{guix import}"
#. type: cindex
-#: guix-git/doc/guix.texi:13988
+#: guix-git/doc/guix.texi:14007
#, no-wrap
msgid "importing packages"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:13989
+#: guix-git/doc/guix.texi:14008
#, no-wrap
msgid "package import"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:13990
+#: guix-git/doc/guix.texi:14009
#, no-wrap
msgid "package conversion"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:13998
+#: guix-git/doc/guix.texi:14017
msgid "The @command{guix import} command is useful for people who would like to add a package to the distribution with as little work as possible---a legitimate demand. The command knows of a few repositories from which it can ``import'' package metadata. The result is a package definition, or a template thereof, in the format we know (@pxref{Defining Packages})."
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:14003
+#: guix-git/doc/guix.texi:14022
#, fuzzy, no-wrap
#| msgid "guix weather @var{options}@dots{} [@var{packages}@dots{}]\n"
msgid "guix import [@var{global-options}@dots{}] @var{importer} @var{package} [@var{options}@dots{}]\n"
msgstr "guix environment @var{options} @var{package}@dots{}\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:14009
+#: guix-git/doc/guix.texi:14028
msgid "@var{importer} specifies the source from which to import package metadata, and @var{options} specifies a package identifier and other options specific to @var{importer}. @command{guix import} itself has the following @var{global-options}:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:14011
+#: guix-git/doc/guix.texi:14030
#, fuzzy, no-wrap
#| msgid "--root=@var{file}"
msgid "--insert=@var{file}"
msgstr "--root=@var{file}"
#. type: itemx
-#: guix-git/doc/guix.texi:14012
+#: guix-git/doc/guix.texi:14031
#, fuzzy, no-wrap
#| msgid "-f @var{file}"
msgid "-i @var{file}"
msgstr "-f @var{file}"
#. type: table
-#: guix-git/doc/guix.texi:14016
+#: guix-git/doc/guix.texi:14035
msgid "Insert the package definition(s) that the @var{importer} generated into the specified @var{file}, either in alphabetical order among existing package definitions, or at the end of the file otherwise."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:14021
+#: guix-git/doc/guix.texi:14040
msgid "Some of the importers rely on the ability to run the @command{gpgv} command. For these, GnuPG must be installed and in @code{$PATH}; run @code{guix install gnupg} if needed."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:14023
+#: guix-git/doc/guix.texi:14042
msgid "Currently, the available ``importers'' are:"
msgstr "Возможные форматы:"
#. type: item
-#: guix-git/doc/guix.texi:14025 guix-git/doc/guix.texi:14877
+#: guix-git/doc/guix.texi:14044 guix-git/doc/guix.texi:14896
#, no-wrap
msgid "gnu"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14029
+#: guix-git/doc/guix.texi:14048
msgid "Import metadata for the given GNU package. This provides a template for the latest version of that GNU package, including the hash of its source tarball, and its canonical synopsis and description."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14032
+#: guix-git/doc/guix.texi:14051
msgid "Additional information such as the package dependencies and its license needs to be figured out manually."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14035
+#: guix-git/doc/guix.texi:14054
msgid "For example, the following command returns a package definition for GNU@tie{}Hello:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:14038
+#: guix-git/doc/guix.texi:14057
#, no-wrap
msgid "guix import gnu hello\n"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14041 guix-git/doc/guix.texi:14302
-#: guix-git/doc/guix.texi:14352 guix-git/doc/guix.texi:14381
+#: guix-git/doc/guix.texi:14060 guix-git/doc/guix.texi:14321
+#: guix-git/doc/guix.texi:14371 guix-git/doc/guix.texi:14400
msgid "Specific command-line options are:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:14043 guix-git/doc/guix.texi:15075
+#: guix-git/doc/guix.texi:14062 guix-git/doc/guix.texi:15094
#, no-wrap
msgid "--key-download=@var{policy}"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14047
+#: guix-git/doc/guix.texi:14066
msgid "As for @command{guix refresh}, specify the policy to handle missing OpenPGP keys when verifying the package signature. @xref{Invoking guix refresh, @option{--key-download}}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:14049 guix-git/doc/guix.texi:14050
-#: guix-git/doc/guix.texi:14901
+#: guix-git/doc/guix.texi:14068 guix-git/doc/guix.texi:14069
+#: guix-git/doc/guix.texi:14920
#, no-wrap
msgid "pypi"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14057
+#: guix-git/doc/guix.texi:14076
msgid "Import metadata from the @uref{https://pypi.python.org/, Python Package Index}. Information is taken from the JSON-formatted description available at @code{pypi.python.org} and usually includes all the relevant information, including package dependencies. For maximum efficiency, it is recommended to install the @command{unzip} utility, so that the importer can unzip Python wheels and gather data from them."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14060
+#: guix-git/doc/guix.texi:14079
msgid "The command below imports metadata for the latest version of the @code{itsdangerous} Python package:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:14063
+#: guix-git/doc/guix.texi:14082
#, no-wrap
msgid "guix import pypi itsdangerous\n"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14066 guix-git/doc/guix.texi:14097
-#: guix-git/doc/guix.texi:14174 guix-git/doc/guix.texi:14615
+#: guix-git/doc/guix.texi:14085 guix-git/doc/guix.texi:14116
+#: guix-git/doc/guix.texi:14193 guix-git/doc/guix.texi:14634
msgid "You can also ask for a specific version:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:14069
+#: guix-git/doc/guix.texi:14088
#, fuzzy, no-wrap
#| msgid "guix import hackage mtl@@2.1.3.1\n"
msgid "guix import pypi itsdangerous@@1.1.0\n"
msgstr "guix import hackage mtl@@2.1.3.1\n"
#. type: table
-#: guix-git/doc/guix.texi:14077 guix-git/doc/guix.texi:14108
-#: guix-git/doc/guix.texi:14140 guix-git/doc/guix.texi:14244
-#: guix-git/doc/guix.texi:14325 guix-git/doc/guix.texi:14366
-#: guix-git/doc/guix.texi:14417 guix-git/doc/guix.texi:14442
-#: guix-git/doc/guix.texi:14474 guix-git/doc/guix.texi:14507
-#: guix-git/doc/guix.texi:14523 guix-git/doc/guix.texi:14543
-#: guix-git/doc/guix.texi:14591 guix-git/doc/guix.texi:14627
-#: guix-git/doc/guix.texi:14654
+#: guix-git/doc/guix.texi:14096 guix-git/doc/guix.texi:14127
+#: guix-git/doc/guix.texi:14159 guix-git/doc/guix.texi:14263
+#: guix-git/doc/guix.texi:14344 guix-git/doc/guix.texi:14385
+#: guix-git/doc/guix.texi:14436 guix-git/doc/guix.texi:14461
+#: guix-git/doc/guix.texi:14493 guix-git/doc/guix.texi:14526
+#: guix-git/doc/guix.texi:14542 guix-git/doc/guix.texi:14562
+#: guix-git/doc/guix.texi:14610 guix-git/doc/guix.texi:14646
+#: guix-git/doc/guix.texi:14673
msgid "Traverse the dependency graph of the given upstream package recursively and generate package expressions for all those packages that are not yet in Guix."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:14079 guix-git/doc/guix.texi:14080
-#: guix-git/doc/guix.texi:14903
+#: guix-git/doc/guix.texi:14098 guix-git/doc/guix.texi:14099
+#: guix-git/doc/guix.texi:14922
#, no-wrap
msgid "gem"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14089
+#: guix-git/doc/guix.texi:14108
msgid "Import metadata from @uref{https://rubygems.org/, RubyGems}. Information is taken from the JSON-formatted description available at @code{rubygems.org} and includes most relevant information, including runtime dependencies. There are some caveats, however. The metadata doesn't distinguish between synopses and descriptions, so the same string is used for both fields. Additionally, the details of non-Ruby dependencies required to build native extensions is unavailable and left as an exercise to the packager."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14091
+#: guix-git/doc/guix.texi:14110
msgid "The command below imports metadata for the @code{rails} Ruby package:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:14094
+#: guix-git/doc/guix.texi:14113
#, no-wrap
msgid "guix import gem rails\n"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:14100
+#: guix-git/doc/guix.texi:14119
#, fuzzy, no-wrap
#| msgid "guix import hackage mtl@@2.1.3.1\n"
msgid "guix import gem rails@@7.0.4\n"
msgstr "guix import hackage mtl@@2.1.3.1\n"
#. type: cindex
-#: guix-git/doc/guix.texi:14110 guix-git/doc/guix.texi:14111
+#: guix-git/doc/guix.texi:14129 guix-git/doc/guix.texi:14130
#, no-wrap
msgid "minetest"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:14112
+#: guix-git/doc/guix.texi:14131
#, no-wrap
msgid "ContentDB"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14121
+#: guix-git/doc/guix.texi:14140
msgid "Import metadata from @uref{https://content.minetest.net, ContentDB}. Information is taken from the JSON-formatted metadata provided through @uref{https://content.minetest.net/help/api/, ContentDB's API} and includes most relevant information, including dependencies. There are some caveats, however. The license information is often incomplete. The commit hash is sometimes missing. The descriptions are in the Markdown format, but Guix uses Texinfo instead. Texture packs and subgames are unsupported."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14123
+#: guix-git/doc/guix.texi:14142
msgid "The command below imports metadata for the Mesecons mod by Jeija:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:14126
+#: guix-git/doc/guix.texi:14145
#, no-wrap
msgid "guix import minetest Jeija/mesecons\n"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14129
+#: guix-git/doc/guix.texi:14148
msgid "The author name can also be left out:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:14132
+#: guix-git/doc/guix.texi:14151
#, no-wrap
msgid "guix import minetest mesecons\n"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:14142 guix-git/doc/guix.texi:14899
+#: guix-git/doc/guix.texi:14161 guix-git/doc/guix.texi:14918
#, no-wrap
msgid "cpan"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:14143
+#: guix-git/doc/guix.texi:14162
#, no-wrap
msgid "CPAN"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14151
+#: guix-git/doc/guix.texi:14170
msgid "Import metadata from @uref{https://www.metacpan.org/, MetaCPAN}. Information is taken from the JSON-formatted metadata provided through @uref{https://fastapi.metacpan.org/, MetaCPAN's API} and includes most relevant information, such as module dependencies. License information should be checked closely. If Perl is available in the store, then the @code{corelist} utility will be used to filter core modules out of the list of dependencies."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14153
+#: guix-git/doc/guix.texi:14172
msgid "The command below imports metadata for the Acme::Boolean Perl module:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:14156
+#: guix-git/doc/guix.texi:14175
#, no-wrap
msgid "guix import cpan Acme::Boolean\n"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:14158 guix-git/doc/guix.texi:14895
+#: guix-git/doc/guix.texi:14177 guix-git/doc/guix.texi:14914
#, no-wrap
msgid "cran"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:14159
+#: guix-git/doc/guix.texi:14178
#, no-wrap
msgid "CRAN"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:14160
+#: guix-git/doc/guix.texi:14179
#, no-wrap
msgid "Bioconductor"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14164
+#: guix-git/doc/guix.texi:14183
msgid "Import metadata from @uref{https://cran.r-project.org/, CRAN}, the central repository for the @uref{https://r-project.org, GNU@tie{}R statistical and graphical environment}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14166
+#: guix-git/doc/guix.texi:14185
msgid "Information is extracted from the @file{DESCRIPTION} file of the package."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14168
+#: guix-git/doc/guix.texi:14187
msgid "The command below imports metadata for the Cairo R package:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:14171
+#: guix-git/doc/guix.texi:14190
#, no-wrap
msgid "guix import cran Cairo\n"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:14177
+#: guix-git/doc/guix.texi:14196
#, fuzzy, no-wrap
#| msgid "guix import hackage mtl@@2.1.3.1\n"
msgid "guix import cran rasterVis@@0.50.3\n"
msgstr "guix import hackage mtl@@2.1.3.1\n"
#. type: table
-#: guix-git/doc/guix.texi:14182
+#: guix-git/doc/guix.texi:14201
msgid "When @option{--recursive} is added, the importer will traverse the dependency graph of the given upstream package recursively and generate package expressions for all those packages that are not yet in Guix."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14189
+#: guix-git/doc/guix.texi:14208
msgid "When @option{--style=specification} is added, the importer will generate package definitions whose inputs are package specifications instead of references to package variables. This is useful when generated package definitions are to be appended to existing user modules, as the list of used package modules need not be changed. The default is @option{--style=variable}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14193
+#: guix-git/doc/guix.texi:14212
msgid "When @option{--prefix=license:} is added, the importer will prefix license atoms with @code{license:}, allowing a prefixed import of @code{(guix licenses)}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14198
+#: guix-git/doc/guix.texi:14217
msgid "When @option{--archive=bioconductor} is added, metadata is imported from @uref{https://www.bioconductor.org/, Bioconductor}, a repository of R packages for the analysis and comprehension of high-throughput genomic data in bioinformatics."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14201
+#: guix-git/doc/guix.texi:14220
msgid "Information is extracted from the @file{DESCRIPTION} file contained in the package archive."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14203
+#: guix-git/doc/guix.texi:14222
msgid "The command below imports metadata for the GenomicRanges R package:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:14206
+#: guix-git/doc/guix.texi:14225
#, no-wrap
msgid "guix import cran --archive=bioconductor GenomicRanges\n"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14211
+#: guix-git/doc/guix.texi:14230
msgid "Finally, you can also import R packages that have not yet been published on CRAN or Bioconductor as long as they are in a git repository. Use @option{--archive=git} followed by the URL of the git repository:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:14214
+#: guix-git/doc/guix.texi:14233
#, no-wrap
msgid "guix import cran --archive=git https://github.com/immunogenomics/harmony\n"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:14216
+#: guix-git/doc/guix.texi:14235
#, no-wrap
msgid "texlive"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:14217
+#: guix-git/doc/guix.texi:14236
#, no-wrap
msgid "TeX Live"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:14218
+#: guix-git/doc/guix.texi:14237
#, no-wrap
msgid "CTAN"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14222
+#: guix-git/doc/guix.texi:14241
msgid "Import TeX package information from the TeX Live package database for TeX packages that are part of the @uref{https://www.tug.org/texlive/, TeX Live distribution}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14229
+#: guix-git/doc/guix.texi:14248
msgid "Information about the package is obtained from the TeX Live package database, a plain text file that is included in the @code{texlive-scripts} package. The source code is downloaded from possibly multiple locations in the SVN repository of the Tex Live project. Note that therefore SVN must be installed and in @code{$PATH}; run @code{guix install subversion} if needed."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14231
+#: guix-git/doc/guix.texi:14250
msgid "The command below imports metadata for the @code{fontspec} TeX package:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:14234
+#: guix-git/doc/guix.texi:14253
#, no-wrap
msgid "guix import texlive fontspec\n"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14237 guix-git/doc/guix.texi:14435
-#: guix-git/doc/guix.texi:14467 guix-git/doc/guix.texi:14500
-#: guix-git/doc/guix.texi:14516 guix-git/doc/guix.texi:14536
-#: guix-git/doc/guix.texi:14584 guix-git/doc/guix.texi:14621
-#: guix-git/doc/guix.texi:14647
+#: guix-git/doc/guix.texi:14256 guix-git/doc/guix.texi:14454
+#: guix-git/doc/guix.texi:14486 guix-git/doc/guix.texi:14519
+#: guix-git/doc/guix.texi:14535 guix-git/doc/guix.texi:14555
+#: guix-git/doc/guix.texi:14603 guix-git/doc/guix.texi:14640
+#: guix-git/doc/guix.texi:14666
msgid "Additional options include:"
msgstr "Дополительные опции включаю:"
#. type: cindex
-#: guix-git/doc/guix.texi:14247
+#: guix-git/doc/guix.texi:14266
#, no-wrap
msgid "JSON, import"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14250
+#: guix-git/doc/guix.texi:14269
msgid "Import package metadata from a local JSON file. Consider the following example package definition in JSON format:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:14263
+#: guix-git/doc/guix.texi:14282
#, no-wrap
msgid ""
"@{\n"
@@ -29551,17 +29587,17 @@ msgid ""
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14269
+#: guix-git/doc/guix.texi:14288
msgid "The field names are the same as for the @code{<package>} record (@xref{Defining Packages}). References to other packages are provided as JSON lists of quoted package specification strings such as @code{guile} or @code{guile@@2.0}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14272
+#: guix-git/doc/guix.texi:14291
msgid "The importer also supports a more explicit source definition using the common fields for @code{<origin>} records:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:14285
+#: guix-git/doc/guix.texi:14304
#, no-wrap
msgid ""
"@{\n"
@@ -29578,543 +29614,543 @@ msgid ""
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14289
+#: guix-git/doc/guix.texi:14308
msgid "The command below reads metadata from the JSON file @code{hello.json} and outputs a package expression:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:14292
+#: guix-git/doc/guix.texi:14311
#, no-wrap
msgid "guix import json hello.json\n"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:14294 guix-git/doc/guix.texi:14295
-#: guix-git/doc/guix.texi:14907
+#: guix-git/doc/guix.texi:14313 guix-git/doc/guix.texi:14314
+#: guix-git/doc/guix.texi:14926
#, no-wrap
msgid "hackage"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14300
+#: guix-git/doc/guix.texi:14319
msgid "Import metadata from the Haskell community's central package archive @uref{https://hackage.haskell.org/, Hackage}. Information is taken from Cabal files and includes all the relevant information, including package dependencies."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:14304
+#: guix-git/doc/guix.texi:14323
#, no-wrap
msgid "--stdin"
msgstr ""
#. type: itemx
-#: guix-git/doc/guix.texi:14305
+#: guix-git/doc/guix.texi:14324
#, no-wrap
msgid "-s"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14307
+#: guix-git/doc/guix.texi:14326
msgid "Read a Cabal file from standard input."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:14307 guix-git/doc/guix.texi:14354
+#: guix-git/doc/guix.texi:14326 guix-git/doc/guix.texi:14373
#, no-wrap
msgid "--no-test-dependencies"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14310 guix-git/doc/guix.texi:14357
+#: guix-git/doc/guix.texi:14329 guix-git/doc/guix.texi:14376
msgid "Do not include dependencies required only by the test suites."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:14310
+#: guix-git/doc/guix.texi:14329
#, no-wrap
msgid "--cabal-environment=@var{alist}"
msgstr ""
#. type: itemx
-#: guix-git/doc/guix.texi:14311
+#: guix-git/doc/guix.texi:14330
#, no-wrap
msgid "-e @var{alist}"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14320
+#: guix-git/doc/guix.texi:14339
msgid "@var{alist} is a Scheme alist defining the environment in which the Cabal conditionals are evaluated. The accepted keys are: @code{os}, @code{arch}, @code{impl} and a string representing the name of a flag. The value associated with a flag has to be either the symbol @code{true} or @code{false}. The value associated with other keys has to conform to the Cabal file format definition. The default value associated with the keys @code{os}, @code{arch} and @code{impl} is @samp{linux}, @samp{x86_64} and @samp{ghc}, respectively."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14330
+#: guix-git/doc/guix.texi:14349
msgid "The command below imports metadata for the latest version of the HTTP Haskell package without including test dependencies and specifying the value of the flag @samp{network-uri} as @code{false}:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:14333
+#: guix-git/doc/guix.texi:14352
#, no-wrap
msgid "guix import hackage -t -e \"'((\\\"network-uri\\\" . false))\" HTTP\n"
msgstr "guix import hackage -t -e \"'((\\\"network-uri\\\" . false))\" HTTP\n"
#. type: table
-#: guix-git/doc/guix.texi:14337
+#: guix-git/doc/guix.texi:14356
msgid "A specific package version may optionally be specified by following the package name by an at-sign and a version number as in the following example:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:14340
+#: guix-git/doc/guix.texi:14359
#, no-wrap
msgid "guix import hackage mtl@@2.1.3.1\n"
msgstr "guix import hackage mtl@@2.1.3.1\n"
#. type: item
-#: guix-git/doc/guix.texi:14342 guix-git/doc/guix.texi:14343
-#: guix-git/doc/guix.texi:14909
+#: guix-git/doc/guix.texi:14361 guix-git/doc/guix.texi:14362
+#: guix-git/doc/guix.texi:14928
#, no-wrap
msgid "stackage"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14350
+#: guix-git/doc/guix.texi:14369
msgid "The @code{stackage} importer is a wrapper around the @code{hackage} one. It takes a package name, looks up the package version included in a long-term support (LTS) @uref{https://www.stackage.org, Stackage} release and uses the @code{hackage} importer to retrieve its metadata. Note that it is up to you to select an LTS release compatible with the GHC compiler used by Guix."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:14357
+#: guix-git/doc/guix.texi:14376
#, no-wrap
msgid "--lts-version=@var{version}"
msgstr "--lts-version=@var{version}"
#. type: itemx
-#: guix-git/doc/guix.texi:14358
+#: guix-git/doc/guix.texi:14377
#, no-wrap
msgid "-l @var{version}"
msgstr "-l @var{version}"
#. type: table
-#: guix-git/doc/guix.texi:14361
+#: guix-git/doc/guix.texi:14380
msgid "@var{version} is the desired LTS release version. If omitted the latest release is used."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14370
+#: guix-git/doc/guix.texi:14389
msgid "The command below imports metadata for the HTTP Haskell package included in the LTS Stackage release version 7.18:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:14373
+#: guix-git/doc/guix.texi:14392
#, no-wrap
msgid "guix import stackage --lts-version=7.18 HTTP\n"
msgstr "guix import stackage --lts-version=7.18 HTTP\n"
#. type: item
-#: guix-git/doc/guix.texi:14375 guix-git/doc/guix.texi:14376
-#: guix-git/doc/guix.texi:14893
+#: guix-git/doc/guix.texi:14394 guix-git/doc/guix.texi:14395
+#: guix-git/doc/guix.texi:14912
#, no-wrap
msgid "elpa"
msgstr "elpa"
#. type: table
-#: guix-git/doc/guix.texi:14379
+#: guix-git/doc/guix.texi:14398
msgid "Import metadata from an Emacs Lisp Package Archive (ELPA) package repository (@pxref{Packages,,, emacs, The GNU Emacs Manual})."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:14383
+#: guix-git/doc/guix.texi:14402
#, no-wrap
msgid "--archive=@var{repo}"
msgstr "--archive=@var{repo}"
#. type: itemx
-#: guix-git/doc/guix.texi:14384
+#: guix-git/doc/guix.texi:14403
#, no-wrap
msgid "-a @var{repo}"
msgstr "-a @var{repo}"
#. type: table
-#: guix-git/doc/guix.texi:14388
+#: guix-git/doc/guix.texi:14407
msgid "@var{repo} identifies the archive repository from which to retrieve the information. Currently the supported repositories and their identifiers are:"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:14392
+#: guix-git/doc/guix.texi:14411
msgid "@uref{https://elpa.gnu.org/packages, GNU}, selected by the @code{gnu} identifier. This is the default."
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:14398
+#: guix-git/doc/guix.texi:14417
msgid "Packages from @code{elpa.gnu.org} are signed with one of the keys contained in the GnuPG keyring at @file{share/emacs/25.1/etc/package-keyring.gpg} (or similar) in the @code{emacs} package (@pxref{Package Installation, ELPA package signatures,, emacs, The GNU Emacs Manual})."
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:14402
+#: guix-git/doc/guix.texi:14421
msgid "@uref{https://elpa.nongnu.org/nongnu/, NonGNU}, selected by the @code{nongnu} identifier."
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:14406
+#: guix-git/doc/guix.texi:14425
msgid "@uref{https://stable.melpa.org/packages, MELPA-Stable}, selected by the @code{melpa-stable} identifier."
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:14410
+#: guix-git/doc/guix.texi:14429
msgid "@uref{https://melpa.org/packages, MELPA}, selected by the @code{melpa} identifier."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:14419 guix-git/doc/guix.texi:14420
-#: guix-git/doc/guix.texi:14911
+#: guix-git/doc/guix.texi:14438 guix-git/doc/guix.texi:14439
+#: guix-git/doc/guix.texi:14930
#, no-wrap
msgid "crate"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14423
+#: guix-git/doc/guix.texi:14442
msgid "Import metadata from the crates.io Rust package repository @uref{https://crates.io, crates.io}, as in this example:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:14426
+#: guix-git/doc/guix.texi:14445
#, no-wrap
msgid "guix import crate blake2-rfc\n"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14429
+#: guix-git/doc/guix.texi:14448
msgid "The crate importer also allows you to specify a version string:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:14432
+#: guix-git/doc/guix.texi:14451
#, no-wrap
msgid "guix import crate constant-time-eq@@0.1.0\n"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:14442
+#: guix-git/doc/guix.texi:14461
#, no-wrap
msgid "--recursive-dev-dependencies"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14446
+#: guix-git/doc/guix.texi:14465
msgid "If @option{--recursive-dev-dependencies} is specified, also the recursively imported packages contain their development dependencies, which are recursively imported as well."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:14446
+#: guix-git/doc/guix.texi:14465
#, fuzzy, no-wrap
#| msgid "--allow-downgrades"
msgid "--allow-yanked"
msgstr "--allow-downgrades"
#. type: table
-#: guix-git/doc/guix.texi:14449
+#: guix-git/doc/guix.texi:14468
msgid "If no non-yanked version of a crate is available, use the latest yanked version instead instead of aborting."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:14451 guix-git/doc/guix.texi:14452
+#: guix-git/doc/guix.texi:14470 guix-git/doc/guix.texi:14471
#, no-wrap
msgid "elm"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14455
+#: guix-git/doc/guix.texi:14474
msgid "Import metadata from the Elm package repository @uref{https://package.elm-lang.org, package.elm-lang.org}, as in this example:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:14458
+#: guix-git/doc/guix.texi:14477
#, no-wrap
msgid "guix import elm elm-explorations/webgl\n"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14461
+#: guix-git/doc/guix.texi:14480
msgid "The Elm importer also allows you to specify a version string:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:14464
+#: guix-git/doc/guix.texi:14483
#, fuzzy, no-wrap
#| msgid "guix import hackage mtl@@2.1.3.1\n"
msgid "guix import elm elm-explorations/webgl@@1.1.3\n"
msgstr "guix import hackage mtl@@2.1.3.1\n"
#. type: item
-#: guix-git/doc/guix.texi:14476
+#: guix-git/doc/guix.texi:14495
#, no-wrap
msgid "npm-binary"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:14477
+#: guix-git/doc/guix.texi:14496
#, no-wrap
msgid "npm"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:14478
+#: guix-git/doc/guix.texi:14497
#, no-wrap
msgid "Node.js"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14481
+#: guix-git/doc/guix.texi:14500
msgid "Import metadata from the @uref{https://registry.npmjs.org, npm Registry}, as in this example:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:14484
+#: guix-git/doc/guix.texi:14503
#, no-wrap
msgid "guix import npm-binary buffer-crc32\n"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14487
+#: guix-git/doc/guix.texi:14506
msgid "The npm-binary importer also allows you to specify a version string:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:14490
+#: guix-git/doc/guix.texi:14509
#, fuzzy, no-wrap
#| msgid "guix import hackage mtl@@2.1.3.1\n"
msgid "guix import npm-binary buffer-crc32@@1.0.0\n"
msgstr "guix import hackage mtl@@2.1.3.1\n"
#. type: quotation
-#: guix-git/doc/guix.texi:14497
+#: guix-git/doc/guix.texi:14516
msgid "Generated package expressions skip the build step of the @code{node-build-system}. As such, generated package expressions often refer to transpiled or generated files, instead of being built from source."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:14509
+#: guix-git/doc/guix.texi:14528
#, no-wrap
msgid "opam"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:14510
+#: guix-git/doc/guix.texi:14529
#, no-wrap
msgid "OPAM"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:14511
+#: guix-git/doc/guix.texi:14530
#, no-wrap
msgid "OCaml"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14514
+#: guix-git/doc/guix.texi:14533
msgid "Import metadata from the @uref{https://opam.ocaml.org/, OPAM} package repository used by the OCaml community."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:14525
+#: guix-git/doc/guix.texi:14544
#, no-wrap
msgid "composer"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:14526
+#: guix-git/doc/guix.texi:14545
#, no-wrap
msgid "Composer"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:14527
+#: guix-git/doc/guix.texi:14546
#, no-wrap
msgid "PHP"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14530
+#: guix-git/doc/guix.texi:14549
msgid "Import metadata from the @uref{https://getcomposer.org/, Composer} package archive used by the PHP community, as in this example:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:14533
+#: guix-git/doc/guix.texi:14552
#, fuzzy, no-wrap
#| msgid "guix import hackage mtl@@2.1.3.1\n"
msgid "guix import composer phpunit/phpunit\n"
msgstr "guix import hackage mtl@@2.1.3.1\n"
#. type: item
-#: guix-git/doc/guix.texi:14543
+#: guix-git/doc/guix.texi:14562
#, no-wrap
msgid "--repo"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14547
+#: guix-git/doc/guix.texi:14566
msgid "By default, packages are searched in the official OPAM repository. This option, which can be used more than once, lets you add other repositories which will be searched for packages. It accepts as valid arguments:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:14549
+#: guix-git/doc/guix.texi:14568
#, no-wrap
msgid "the name of a known repository - can be one of @code{opam},"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:14552
+#: guix-git/doc/guix.texi:14571
msgid "@code{coq} (equivalent to @code{coq-released}), @code{coq-core-dev}, @code{coq-extra-dev} or @code{grew}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:14552
+#: guix-git/doc/guix.texi:14571
#, fuzzy, no-wrap
#| msgid "The URL of the Git repository to clone."
msgid "the URL of a repository as expected by the"
msgstr "URL-адрес репозитория Git для клонирования."
#. type: itemize
-#: guix-git/doc/guix.texi:14556
+#: guix-git/doc/guix.texi:14575
msgid "@code{opam repository add} command (for instance, the URL equivalent of the above @code{opam} name would be @uref{https://opam.ocaml.org})."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:14556
+#: guix-git/doc/guix.texi:14575
#, no-wrap
msgid "the path to a local copy of a repository (a directory containing a"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:14558
+#: guix-git/doc/guix.texi:14577
#, fuzzy
#| msgid "Package Modules in a Sub-directory"
msgid "@file{packages/} sub-directory)."
msgstr "Пакетные модули в поддиректории"
#. type: table
-#: guix-git/doc/guix.texi:14563
+#: guix-git/doc/guix.texi:14582
msgid "Repositories are assumed to be passed to this option by order of preference. The additional repositories will not replace the default @code{opam} repository, which is always kept as a fallback."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14568
+#: guix-git/doc/guix.texi:14587
msgid "Also, please note that versions are not compared across repositories. The first repository (from left to right) that has at least one version of a given package will prevail over any others, and the version imported will be the latest one found @emph{in this repository only}."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:14571 guix-git/doc/guix.texi:14572
+#: guix-git/doc/guix.texi:14590 guix-git/doc/guix.texi:14591
#, no-wrap
msgid "go"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14575
+#: guix-git/doc/guix.texi:14594
msgid "Import metadata for a Go module using @uref{https://proxy.golang.org, proxy.golang.org}."
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:14578
+#: guix-git/doc/guix.texi:14597
#, no-wrap
msgid "guix import go gopkg.in/yaml.v2\n"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14582
+#: guix-git/doc/guix.texi:14601
msgid "It is possible to use a package specification with a @code{@@VERSION} suffix to import a specific version."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:14591
+#: guix-git/doc/guix.texi:14610
#, no-wrap
msgid "--pin-versions"
msgstr "версия"
#. type: table
-#: guix-git/doc/guix.texi:14599
+#: guix-git/doc/guix.texi:14618
msgid "When using this option, the importer preserves the exact versions of the Go modules dependencies instead of using their latest available versions. This can be useful when attempting to import packages that recursively depend on former versions of themselves to build. When using this mode, the symbol of the package is made by appending the version to its name, so that multiple versions of the same package can coexist."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:14601 guix-git/doc/guix.texi:14602
-#: guix-git/doc/guix.texi:14891
+#: guix-git/doc/guix.texi:14620 guix-git/doc/guix.texi:14621
+#: guix-git/doc/guix.texi:14910
#, no-wrap
msgid "egg"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14609
+#: guix-git/doc/guix.texi:14628
msgid "Import metadata for @uref{https://wiki.call-cc.org/eggs, CHICKEN eggs}. The information is taken from @file{PACKAGE.egg} files found in the @uref{git://code.call-cc.org/eggs-5-all, eggs-5-all} Git repository. However, it does not provide all the information that we need, there is no ``description'' field, and the licenses used are not always precise (BSD is often used instead of BSD-N)."
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:14612
+#: guix-git/doc/guix.texi:14631
#, no-wrap
msgid "guix import egg sourcehut\n"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:14618
+#: guix-git/doc/guix.texi:14637
#, fuzzy, no-wrap
#| msgid "guix import hackage mtl@@2.1.3.1\n"
msgid "guix import egg arrays@@1.0\n"
msgstr "guix import hackage mtl@@2.1.3.1\n"
#. type: cindex
-#: guix-git/doc/guix.texi:14629 guix-git/doc/guix.texi:14630
+#: guix-git/doc/guix.texi:14648 guix-git/doc/guix.texi:14649
#, no-wrap
msgid "hexpm"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14633
+#: guix-git/doc/guix.texi:14652
msgid "Import metadata from the hex.pm Erlang and Elixir package repository @uref{https://hex.pm, hex.pm}, as in this example:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:14636
+#: guix-git/doc/guix.texi:14655
#, fuzzy, no-wrap
#| msgid "guix import hackage mtl@@2.1.3.1\n"
msgid "guix import hexpm stun\n"
msgstr "guix import hackage mtl@@2.1.3.1\n"
#. type: table
-#: guix-git/doc/guix.texi:14639
+#: guix-git/doc/guix.texi:14658
msgid "The importer tries to determine the build system used by the package."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14641
+#: guix-git/doc/guix.texi:14660
msgid "The hexpm importer also allows you to specify a version string:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:14644
+#: guix-git/doc/guix.texi:14663
#, fuzzy, no-wrap
#| msgid "guix import hackage mtl@@2.1.3.1\n"
msgid "guix import hexpm cf@@0.3.0\n"
msgstr "guix import hackage mtl@@2.1.3.1\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:14660
+#: guix-git/doc/guix.texi:14679
msgid "The structure of the @command{guix import} code is modular. It would be useful to have more importers for other package formats, and your help is welcome here (@pxref{Contributing})."
msgstr ""
#. type: section
-#: guix-git/doc/guix.texi:14662
+#: guix-git/doc/guix.texi:14681
#, no-wrap
msgid "Invoking @command{guix refresh}"
msgstr "Вызов @command{guix refresh}"
#. type: command{#1}
-#: guix-git/doc/guix.texi:14664
+#: guix-git/doc/guix.texi:14683
#, no-wrap
msgid "guix refresh"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:14672
+#: guix-git/doc/guix.texi:14691
msgid "The primary audience of the @command{guix refresh} command is packagers. As a user, you may be interested in the @option{--with-latest} option, which can bring you package update superpowers built upon @command{guix refresh} (@pxref{Package Transformation Options, @option{--with-latest}}). By default, @command{guix refresh} reports any packages provided by the distribution that are outdated compared to the latest upstream version, like this:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:14677
+#: guix-git/doc/guix.texi:14696
#, no-wrap
msgid ""
"$ guix refresh\n"
@@ -30126,12 +30162,12 @@ msgstr ""
"gnu/packages/glib.scm:77:12: glib would be upgraded from 2.34.3 to 2.37.0\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:14681
+#: guix-git/doc/guix.texi:14700
msgid "Alternatively, one can specify packages to consider, in which case a warning is emitted for packages that lack an updater:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:14686
+#: guix-git/doc/guix.texi:14705
#, no-wrap
msgid ""
"$ guix refresh coreutils guile guile-ssh\n"
@@ -30143,17 +30179,17 @@ msgstr ""
"gnu/packages/guile.scm:136:12: guile would be upgraded from 2.0.12 to 2.0.13\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:14695
+#: guix-git/doc/guix.texi:14714
msgid "@command{guix refresh} browses the upstream repository of each package and determines the highest version number of the releases therein. The command knows how to update specific types of packages: GNU packages, ELPA packages, etc.---see the documentation for @option{--type} below. There are many packages, though, for which it lacks a method to determine whether a new upstream release is available. However, the mechanism is extensible, so feel free to get in touch with us to add a new method!"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14700
+#: guix-git/doc/guix.texi:14719
msgid "Consider the packages specified, and all the packages upon which they depend."
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:14708
+#: guix-git/doc/guix.texi:14727
#, no-wrap
msgid ""
"$ guix refresh --recursive coreutils\n"
@@ -30171,12 +30207,12 @@ msgstr ""
"@dots{}\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:14717
+#: guix-git/doc/guix.texi:14736
msgid "If for some reason you don't want to update to the latest version, you can update to a specific version by appending an equal sign and the desired version number to the package specification. Note that not all updaters support this; an error is reported when an updater cannot refresh to the specified version."
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:14729
+#: guix-git/doc/guix.texi:14748
#, no-wrap
msgid ""
"$ guix refresh trytond-party\n"
@@ -30192,12 +30228,12 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:14735
+#: guix-git/doc/guix.texi:14754
msgid "In some specific cases, you may have many packages specified via a manifest or a module selection which should all be updated together; for these cases, the @option{--target-version} option can be provided to have them all refreshed to the same version, as shown in the examples below:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:14740
+#: guix-git/doc/guix.texi:14759
#, fuzzy, no-wrap
#| msgid ""
#| "$ guix refresh\n"
@@ -30213,7 +30249,7 @@ msgstr ""
"gnu/packages/glib.scm:77:12: glib would be upgraded from 2.34.3 to 2.37.0\n"
#. type: example
-#: guix-git/doc/guix.texi:14749
+#: guix-git/doc/guix.texi:14768
#, no-wrap
msgid ""
"$ guix refresh --manifest=qt5-manifest.scm --target-version=5.15.10\n"
@@ -30225,12 +30261,12 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:14755
+#: guix-git/doc/guix.texi:14774
msgid "Sometimes the upstream name differs from the package name used in Guix, and @command{guix refresh} needs a little help. Most updaters honor the @code{upstream-name} property in package definitions, which can be used to that effect:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:14762
+#: guix-git/doc/guix.texi:14781
#, no-wrap
msgid ""
"(define-public network-manager\n"
@@ -30246,89 +30282,89 @@ msgstr ""
" (properties '((upstream-name . \"NetworkManager\")))))\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:14772
+#: guix-git/doc/guix.texi:14791
msgid "When passed @option{--update}, it modifies distribution source files to update the version numbers and source code hashes of those package definitions, as well as possibly their inputs (@pxref{Defining Packages}). This is achieved by downloading each package's latest source tarball and its associated OpenPGP signature, authenticating the downloaded tarball against its signature using @command{gpgv}, and finally computing its hash---note that GnuPG must be installed and in @code{$PATH}; run @code{guix install gnupg} if needed."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:14778
+#: guix-git/doc/guix.texi:14797
msgid "When the public key used to sign the tarball is missing from the user's keyring, an attempt is made to automatically retrieve it from a public key server; when this is successful, the key is added to the user's keyring; otherwise, @command{guix refresh} reports an error."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:14780
+#: guix-git/doc/guix.texi:14799
msgid "The following options are supported:"
msgstr "Поддерживаются следующие варианты:"
#. type: table
-#: guix-git/doc/guix.texi:14788 guix-git/doc/guix.texi:15896
+#: guix-git/doc/guix.texi:14807 guix-git/doc/guix.texi:15922
msgid "This is useful to precisely refer to a package, as in this example:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:14791
+#: guix-git/doc/guix.texi:14810
#, no-wrap
msgid "guix refresh -l -e '(@@@@ (gnu packages commencement) glibc-final)'\n"
msgstr "guix refresh -l -e '(@@@@ (gnu packages commencement) glibc-final)'\n"
#. type: table
-#: guix-git/doc/guix.texi:14795
+#: guix-git/doc/guix.texi:14814
msgid "This command lists the dependents of the ``final'' libc (essentially all the packages)."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14801
+#: guix-git/doc/guix.texi:14820
msgid "Update distribution source files (package definitions) in place. This is usually run from a checkout of the Guix source tree (@pxref{Running Guix Before It Is Installed}):"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:14804
+#: guix-git/doc/guix.texi:14823
#, fuzzy, no-wrap
#| msgid "$ ./pre-inst-env guix refresh -s non-core -u\n"
msgid "./pre-inst-env guix refresh -s non-core -u\n"
msgstr "$ ./pre-inst-env guix refresh -s non-core -u\n"
#. type: table
-#: guix-git/doc/guix.texi:14808
+#: guix-git/doc/guix.texi:14827
msgid "@xref{Defining Packages}, for more information on package definitions. You can also run it on packages from a third-party channel:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:14811
+#: guix-git/doc/guix.texi:14830
#, fuzzy, no-wrap
#| msgid "guix install @var{package}\n"
msgid "guix refresh -L /path/to/channel -u @var{package}\n"
msgstr "guix install @var{package}\n"
#. type: table
-#: guix-git/doc/guix.texi:14814
+#: guix-git/doc/guix.texi:14833
msgid "@xref{Creating a Channel}, on how to create a channel."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14820
+#: guix-git/doc/guix.texi:14839
msgid "This command updates the version and source code hash of the package. Depending on the updater being used, it can also update the various @samp{inputs} fields of the package. In some cases, the updater might get inputs wrong---it might not know about an extra input that's necessary, or it might add an input that should be avoided."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:14821
+#: guix-git/doc/guix.texi:14840
#, no-wrap
msgid "@code{updater-extra-inputs}, package property"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:14822
+#: guix-git/doc/guix.texi:14841
#, no-wrap
msgid "@code{updater-ignored-inputs}, package property"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14830
+#: guix-git/doc/guix.texi:14849
msgid "To address that, packagers can add properties stating inputs that should be added to those found by the updater or inputs that should be ignored: the @code{updater-extra-inputs} and @code{updater-ignored-inputs} properties pertain to ``regular'' inputs, and there are equivalent properties for @samp{native} and @samp{propagated} inputs. In the example below, we tell the updater that we need @samp{openmpi} as an additional input:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:14839
+#: guix-git/doc/guix.texi:14858
#, fuzzy, no-wrap
#| msgid ""
#| "(define-public network-manager\n"
@@ -30352,278 +30388,278 @@ msgstr ""
" (properties '((upstream-name . \"NetworkManager\")))))\n"
#. type: table
-#: guix-git/doc/guix.texi:14844
+#: guix-git/doc/guix.texi:14863
msgid "That way, @command{guix refresh -u python-mpi4py} will leave the @samp{openmpi} input, even if it is not among the inputs it would normally add."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:14845
+#: guix-git/doc/guix.texi:14864
#, no-wrap
msgid "--select=[@var{subset}]"
msgstr "--select=[@var{subset}]"
#. type: itemx
-#: guix-git/doc/guix.texi:14846
+#: guix-git/doc/guix.texi:14865
#, no-wrap
msgid "-s @var{subset}"
msgstr "-s @var{subset}"
#. type: table
-#: guix-git/doc/guix.texi:14849
+#: guix-git/doc/guix.texi:14868
msgid "Select all the packages in @var{subset}, one of @code{core}, @code{non-core} or @code{module:@var{name}}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14856
+#: guix-git/doc/guix.texi:14875
msgid "The @code{core} subset refers to all the packages at the core of the distribution---i.e., packages that are used to build ``everything else''. This includes GCC, libc, Binutils, Bash, etc. Usually, changing one of these packages in the distribution entails a rebuild of all the others. Thus, such updates are an inconvenience to users in terms of build time or bandwidth used to achieve the upgrade."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14860
+#: guix-git/doc/guix.texi:14879
msgid "The @code{non-core} subset refers to the remaining packages. It is typically useful in cases where an update of the core packages would be inconvenient."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14865
+#: guix-git/doc/guix.texi:14884
msgid "The @code{module:@var{name}} subset refers to all the packages in a specified guile module. The module can be specified as @code{module:guile} or @code{module:(gnu packages guile)}, the former is a shorthand for the later."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14870
+#: guix-git/doc/guix.texi:14889
msgid "Select all the packages from the manifest in @var{file}. This is useful to check if any packages of the user manifest can be updated."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:14871
+#: guix-git/doc/guix.texi:14890
#, no-wrap
msgid "--type=@var{updater}"
msgstr "--type=@var{updater}"
#. type: itemx
-#: guix-git/doc/guix.texi:14872
+#: guix-git/doc/guix.texi:14891
#, no-wrap
msgid "-t @var{updater}"
msgstr "-t @var{updater}"
#. type: table
-#: guix-git/doc/guix.texi:14875
+#: guix-git/doc/guix.texi:14894
msgid "Select only packages handled by @var{updater} (may be a comma-separated list of updaters). Currently, @var{updater} may be one of:"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14879
+#: guix-git/doc/guix.texi:14898
msgid "the updater for GNU packages;"
msgstr "средство обновления пакетов GNU;"
#. type: item
-#: guix-git/doc/guix.texi:14879
+#: guix-git/doc/guix.texi:14898
#, no-wrap
msgid "savannah"
msgstr "savannah"
#. type: table
-#: guix-git/doc/guix.texi:14881
+#: guix-git/doc/guix.texi:14900
msgid "the updater for packages hosted at @uref{https://savannah.gnu.org, Savannah};"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:14881
+#: guix-git/doc/guix.texi:14900
#, no-wrap
msgid "sourceforge"
msgstr "источник"
#. type: table
-#: guix-git/doc/guix.texi:14883
+#: guix-git/doc/guix.texi:14902
msgid "the updater for packages hosted at @uref{https://sourceforge.net, SourceForge};"
msgstr "средство обновления пакетов, размещенных на kernel.org;"
#. type: item
-#: guix-git/doc/guix.texi:14883
+#: guix-git/doc/guix.texi:14902
#, no-wrap
msgid "gnome"
msgstr "gnome"
#. type: table
-#: guix-git/doc/guix.texi:14885
+#: guix-git/doc/guix.texi:14904
msgid "the updater for GNOME packages;"
msgstr "средство обновления пакетов GNOME;"
#. type: item
-#: guix-git/doc/guix.texi:14885
+#: guix-git/doc/guix.texi:14904
#, no-wrap
msgid "kde"
msgstr "kde"
#. type: table
-#: guix-git/doc/guix.texi:14887
+#: guix-git/doc/guix.texi:14906
msgid "the updater for KDE packages;"
msgstr "средство обновления пакетов KDE;"
#. type: item
-#: guix-git/doc/guix.texi:14887
+#: guix-git/doc/guix.texi:14906
#, no-wrap
msgid "xorg"
msgstr "xorg"
#. type: table
-#: guix-git/doc/guix.texi:14889
+#: guix-git/doc/guix.texi:14908
msgid "the updater for X.org packages;"
msgstr "средство обновления пакетов X.org;"
#. type: item
-#: guix-git/doc/guix.texi:14889
+#: guix-git/doc/guix.texi:14908
#, no-wrap
msgid "kernel.org"
msgstr "kernel.org"
#. type: table
-#: guix-git/doc/guix.texi:14891
+#: guix-git/doc/guix.texi:14910
msgid "the updater for packages hosted on kernel.org;"
msgstr "средство обновления пакетов, размещенных на kernel.org;"
#. type: table
-#: guix-git/doc/guix.texi:14893
+#: guix-git/doc/guix.texi:14912
msgid "the updater for @uref{https://wiki.call-cc.org/eggs/, Egg} packages;"
msgstr "средство обновления пакетов @uref{https://wiki.call-cc.org/eggs/, Egg};"
#. type: table
-#: guix-git/doc/guix.texi:14895
+#: guix-git/doc/guix.texi:14914
msgid "the updater for @uref{https://elpa.gnu.org/, ELPA} packages;"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14897
+#: guix-git/doc/guix.texi:14916
msgid "the updater for @uref{https://cran.r-project.org/, CRAN} packages;"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:14897
+#: guix-git/doc/guix.texi:14916
#, no-wrap
msgid "bioconductor"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14899
+#: guix-git/doc/guix.texi:14918
msgid "the updater for @uref{https://www.bioconductor.org/, Bioconductor} R packages;"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14901
+#: guix-git/doc/guix.texi:14920
msgid "the updater for @uref{https://www.cpan.org/, CPAN} packages;"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14903
+#: guix-git/doc/guix.texi:14922
msgid "the updater for @uref{https://pypi.python.org, PyPI} packages."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14905
+#: guix-git/doc/guix.texi:14924
msgid "the updater for @uref{https://rubygems.org, RubyGems} packages."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:14905
+#: guix-git/doc/guix.texi:14924
#, no-wrap
msgid "github"
msgstr "github"
#. type: table
-#: guix-git/doc/guix.texi:14907
+#: guix-git/doc/guix.texi:14926
msgid "the updater for @uref{https://github.com, GitHub} packages."
msgstr "средство обновления пакетов @uref{https://github.com, GitHub}."
#. type: table
-#: guix-git/doc/guix.texi:14909
+#: guix-git/doc/guix.texi:14928
msgid "the updater for @uref{https://hackage.haskell.org, Hackage} packages."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14911
+#: guix-git/doc/guix.texi:14930
msgid "the updater for @uref{https://www.stackage.org, Stackage} packages."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14913
+#: guix-git/doc/guix.texi:14932
msgid "the updater for @uref{https://crates.io, Crates} packages."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:14913
+#: guix-git/doc/guix.texi:14932
#, no-wrap
msgid "launchpad"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14915
+#: guix-git/doc/guix.texi:14934
msgid "the updater for @uref{https://launchpad.net, Launchpad} packages."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:14915
+#: guix-git/doc/guix.texi:14934
#, no-wrap
msgid "generic-html"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14919
+#: guix-git/doc/guix.texi:14938
msgid "a generic updater that crawls the HTML page where the source tarball of the package is hosted, when applicable, or the HTML page specified by the @code{release-monitoring-url} property of the package."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:14920
+#: guix-git/doc/guix.texi:14939
#, no-wrap
msgid "generic-git"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14925
+#: guix-git/doc/guix.texi:14944
msgid "a generic updater for packages hosted on Git repositories. It tries to be smart about parsing Git tag names, but if it is not able to parse the tag name and compare tags correctly, users can define the following properties for a package."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:14927
+#: guix-git/doc/guix.texi:14946
#, no-wrap
msgid "@code{release-tag-prefix}: a regular expression for matching a prefix of"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:14929 guix-git/doc/guix.texi:14932
+#: guix-git/doc/guix.texi:14948 guix-git/doc/guix.texi:14951
#, fuzzy
#| msgid "The role name."
msgid "the tag name."
msgstr "Имя роли."
#. type: item
-#: guix-git/doc/guix.texi:14930
+#: guix-git/doc/guix.texi:14949
#, no-wrap
msgid "@code{release-tag-suffix}: a regular expression for matching a suffix of"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:14933
+#: guix-git/doc/guix.texi:14952
#, no-wrap
msgid "@code{release-tag-version-delimiter}: a string used as the delimiter in"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:14935
+#: guix-git/doc/guix.texi:14954
msgid "the tag name for separating the numbers of the version."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:14936
+#: guix-git/doc/guix.texi:14955
#, no-wrap
msgid "@code{accept-pre-releases}: by default, the updater will ignore"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:14939
+#: guix-git/doc/guix.texi:14958
msgid "pre-releases; to make it also look for pre-releases, set the this property to @code{#t}."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:14950
+#: guix-git/doc/guix.texi:14969
#, no-wrap
msgid ""
"(package\n"
@@ -30636,12 +30672,12 @@ msgid ""
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14957
+#: guix-git/doc/guix.texi:14976
msgid "For instance, the following command only checks for updates of Emacs packages hosted at @code{elpa.gnu.org} and for updates of CRAN packages:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:14962
+#: guix-git/doc/guix.texi:14981
#, no-wrap
msgid ""
"$ guix refresh --type=elpa,cran\n"
@@ -30650,39 +30686,39 @@ msgid ""
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:14964
+#: guix-git/doc/guix.texi:14983
#, no-wrap
msgid "--list-updaters"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14966
+#: guix-git/doc/guix.texi:14985
msgid "List available updaters and exit (see @option{--type} above)."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:14969
+#: guix-git/doc/guix.texi:14988
msgid "For each updater, display the fraction of packages it covers; at the end, display the fraction of packages covered by all these updaters."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:14973
+#: guix-git/doc/guix.texi:14992
msgid "In addition, @command{guix refresh} can be passed one or more package names, as in this example:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:14976
+#: guix-git/doc/guix.texi:14995
#, no-wrap
msgid "$ ./pre-inst-env guix refresh -u emacs idutils gcc@@4.8\n"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:14983
+#: guix-git/doc/guix.texi:15002
msgid "The command above specifically updates the @code{emacs} and @code{idutils} packages. The @option{--select} option would have no effect in this case. You might also want to update definitions that correspond to the packages installed in your profile:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:14987
+#: guix-git/doc/guix.texi:15006
#, no-wrap
msgid ""
"$ ./pre-inst-env guix refresh -u \\\n"
@@ -30690,40 +30726,40 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:14993
+#: guix-git/doc/guix.texi:15012
msgid "When considering whether to upgrade a package, it is sometimes convenient to know which packages would be affected by the upgrade and should be checked for compatibility. For this the following option may be used when passing @command{guix refresh} one or more package names:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:14996
+#: guix-git/doc/guix.texi:15015
#, no-wrap
msgid "--list-dependent"
msgstr ""
#. type: itemx
-#: guix-git/doc/guix.texi:14997 guix-git/doc/guix.texi:15275
-#: guix-git/doc/guix.texi:15467
+#: guix-git/doc/guix.texi:15016 guix-git/doc/guix.texi:15301
+#: guix-git/doc/guix.texi:15493
#, no-wrap
msgid "-l"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:15000
+#: guix-git/doc/guix.texi:15019
msgid "List top-level dependent packages that would need to be rebuilt as a result of upgrading one or more packages."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:15004
+#: guix-git/doc/guix.texi:15023
msgid "@xref{Invoking guix graph, the @code{reverse-package} type of @command{guix graph}}, for information on how to visualize the list of dependents of a package."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:15010
+#: guix-git/doc/guix.texi:15029
msgid "Be aware that the @option{--list-dependent} option only @emph{approximates} the rebuilds that would be required as a result of an upgrade. More rebuilds might be required under some circumstances."
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:15015
+#: guix-git/doc/guix.texi:15034
#, no-wrap
msgid ""
"$ guix refresh --list-dependent flex\n"
@@ -30732,29 +30768,29 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:15019
+#: guix-git/doc/guix.texi:15038
msgid "The command above lists a set of packages that could be built to check for compatibility with an upgraded @code{flex} package."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:15022
+#: guix-git/doc/guix.texi:15041
#, no-wrap
msgid "--list-transitive"
msgstr ""
#. type: itemx
-#: guix-git/doc/guix.texi:15023
+#: guix-git/doc/guix.texi:15042
#, no-wrap
msgid "-T"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:15025
+#: guix-git/doc/guix.texi:15044
msgid "List all the packages which one or more packages depend upon."
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:15030
+#: guix-git/doc/guix.texi:15049
#, no-wrap
msgid ""
"$ guix refresh --list-transitive flex\n"
@@ -30763,60 +30799,60 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:15036
+#: guix-git/doc/guix.texi:15055
msgid "The command above lists a set of packages which, when changed, would cause @code{flex} to be rebuilt."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:15038
+#: guix-git/doc/guix.texi:15057
msgid "The following options can be used to customize GnuPG operation:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:15041
+#: guix-git/doc/guix.texi:15060
#, no-wrap
msgid "--gpg=@var{command}"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:15044
+#: guix-git/doc/guix.texi:15063
msgid "Use @var{command} as the GnuPG 2.x command. @var{command} is searched for in @code{$PATH}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:15045
+#: guix-git/doc/guix.texi:15064
#, no-wrap
msgid "--keyring=@var{file}"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:15051
+#: guix-git/doc/guix.texi:15070
msgid "Use @var{file} as the keyring for upstream keys. @var{file} must be in the @dfn{keybox format}. Keybox files usually have a name ending in @file{.kbx} and the GNU@tie{}Privacy Guard (GPG) can manipulate these files (@pxref{kbxutil, @command{kbxutil},, gnupg, Using the GNU Privacy Guard}, for information on a tool to manipulate keybox files)."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:15057
+#: guix-git/doc/guix.texi:15076
msgid "When this option is omitted, @command{guix refresh} uses @file{~/.config/guix/upstream/trustedkeys.kbx} as the keyring for upstream signing keys. OpenPGP signatures are checked against keys from this keyring; missing keys are downloaded to this keyring as well (see @option{--key-download} below)."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:15060
+#: guix-git/doc/guix.texi:15079
msgid "You can export keys from your default GPG keyring into a keybox file using commands like this one:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:15063
+#: guix-git/doc/guix.texi:15082
#, no-wrap
msgid "gpg --export rms@@gnu.org | kbxutil --import-openpgp >> mykeyring.kbx\n"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:15066
+#: guix-git/doc/guix.texi:15085
msgid "Likewise, you can fetch keys to a specific keybox file like this:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:15070
+#: guix-git/doc/guix.texi:15089
#, no-wrap
msgid ""
"gpg --no-default-keyring --keyring mykeyring.kbx \\\n"
@@ -30826,129 +30862,129 @@ msgstr ""
" --recv-keys @value{OPENPGP-SIGNING-KEY-ID}\n"
#. type: table
-#: guix-git/doc/guix.texi:15074
+#: guix-git/doc/guix.texi:15093
msgid "@xref{GPG Configuration Options, @option{--keyring},, gnupg, Using the GNU Privacy Guard}, for more information on GPG's @option{--keyring} option."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:15078
+#: guix-git/doc/guix.texi:15097
msgid "Handle missing OpenPGP keys according to @var{policy}, which may be one of:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:15080 guix-git/doc/guix.texi:15310
-#: guix-git/doc/guix.texi:27272
+#: guix-git/doc/guix.texi:15099 guix-git/doc/guix.texi:15336
+#: guix-git/doc/guix.texi:27298
#, no-wrap
msgid "always"
msgstr "всегда"
#. type: table
-#: guix-git/doc/guix.texi:15083
+#: guix-git/doc/guix.texi:15102
msgid "Always download missing OpenPGP keys from the key server, and add them to the user's GnuPG keyring."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:15084 guix-git/doc/guix.texi:27274
+#: guix-git/doc/guix.texi:15103 guix-git/doc/guix.texi:27300
#, no-wrap
msgid "never"
msgstr "никогда"
#. type: table
-#: guix-git/doc/guix.texi:15086
+#: guix-git/doc/guix.texi:15105
msgid "Never try to download missing OpenPGP keys. Instead just bail out."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:15087
+#: guix-git/doc/guix.texi:15106
#, no-wrap
msgid "interactive"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:15090
+#: guix-git/doc/guix.texi:15109
msgid "When a package signed with an unknown OpenPGP key is encountered, ask the user whether to download it or not. This is the default behavior."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:15092
+#: guix-git/doc/guix.texi:15111
#, no-wrap
msgid "--key-server=@var{host}"
msgstr "--key-server=@var{host}"
#. type: table
-#: guix-git/doc/guix.texi:15094
+#: guix-git/doc/guix.texi:15113
msgid "Use @var{host} as the OpenPGP key server when importing a public key."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:15115
+#: guix-git/doc/guix.texi:15134
msgid "The @code{github} updater uses the @uref{https://developer.github.com/v3/, GitHub API} to query for new releases. When used repeatedly e.g.@: when refreshing all packages, GitHub will eventually refuse to answer any further API requests. By default 60 API requests per hour are allowed, and a full refresh on all GitHub packages in Guix requires more than this. Authentication with GitHub through the use of an API token alleviates these limits. To use an API token, set the environment variable @env{GUIX_GITHUB_TOKEN} to a token procured from @uref{https://github.com/settings/tokens} or otherwise."
msgstr ""
#. type: section
-#: guix-git/doc/guix.texi:15118
+#: guix-git/doc/guix.texi:15137
#, fuzzy, no-wrap
#| msgid "Invoking @command{guix size}"
msgid "Invoking @command{guix style}"
msgstr "Вызов @command{guix size}"
#. type: command{#1}
-#: guix-git/doc/guix.texi:15120
+#: guix-git/doc/guix.texi:15139
#, fuzzy, no-wrap
#| msgid "Invoking guix system"
msgid "guix style"
msgstr "Вызов guix system"
#. type: cindex
-#: guix-git/doc/guix.texi:15121
+#: guix-git/doc/guix.texi:15140
#, fuzzy, no-wrap
#| msgid "--symlink=@var{spec}"
msgid "styling rules"
msgstr "--symlink=@var{spec}"
#. type: cindex
-#: guix-git/doc/guix.texi:15122
+#: guix-git/doc/guix.texi:15141
#, fuzzy, no-wrap
#| msgid "coding style"
msgid "lint, code style"
msgstr "стиль кодирования"
#. type: cindex
-#: guix-git/doc/guix.texi:15123
+#: guix-git/doc/guix.texi:15142
#, fuzzy, no-wrap
#| msgid "formatting code"
msgid "format, code style"
msgstr "форматирование кода"
#. type: cindex
-#: guix-git/doc/guix.texi:15124
+#: guix-git/doc/guix.texi:15143
#, fuzzy, no-wrap
#| msgid "Writing conventions."
msgid "format conventions"
msgstr "Написание соглашений."
#. type: Plain text
-#: guix-git/doc/guix.texi:15131
+#: guix-git/doc/guix.texi:15150
msgid "The @command{guix style} command helps users and packagers alike style their package definitions and configuration files according to the latest fashionable trends. It can either reformat whole files, with the @option{--whole-file} option, or apply specific @dfn{styling rules} to individual package definitions. The command currently provides the following styling rules:"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:15136
+#: guix-git/doc/guix.texi:15155
msgid "formatting package definitions according to the project's conventions (@pxref{Formatting Code});"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:15139
+#: guix-git/doc/guix.texi:15158
msgid "rewriting package inputs to the ``new style'', as explained below."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:15145
+#: guix-git/doc/guix.texi:15164
msgid "The way package inputs are written is going through a transition (@pxref{package Reference}, for more on package inputs). Until version 1.3.0, package inputs were written using the ``old style'', where each input was given an explicit label, most of the time the package name:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:15152
+#: guix-git/doc/guix.texi:15171
#, no-wrap
msgid ""
"(package\n"
@@ -30959,12 +30995,12 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:15156
+#: guix-git/doc/guix.texi:15175
msgid "Today, the old style is deprecated and the preferred style looks like this:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:15162
+#: guix-git/doc/guix.texi:15181
#, no-wrap
msgid ""
"(package\n"
@@ -30974,156 +31010,173 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:15167
+#: guix-git/doc/guix.texi:15186
msgid "Likewise, uses of @code{alist-delete} and friends to manipulate inputs is now deprecated in favor of @code{modify-inputs} (@pxref{Defining Package Variants}, for more info on @code{modify-inputs})."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:15172
+#: guix-git/doc/guix.texi:15191
msgid "In the vast majority of cases, this is a purely mechanical change on the surface syntax that does not even incur a package rebuild. Running @command{guix style -S inputs} can do that for you, whether you're working on packages in Guix proper or in an external channel."
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:15177
+#: guix-git/doc/guix.texi:15196
#, fuzzy, no-wrap
#| msgid "guix shell [@var{options}] [@var{package}@dots{}]\n"
msgid "guix style [@var{options}] @var{package}@dots{}\n"
msgstr "guix shell [@var{options}] [@var{package}@dots{}]\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:15184
+#: guix-git/doc/guix.texi:15203
msgid "This causes @command{guix style} to analyze and rewrite the definition of @var{package}@dots{} or, when @var{package} is omitted, of @emph{all} the packages. The @option{--styling} or @option{-S} option allows you to select the style rule, the default rule being @code{format}---see below."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:15186
+#: guix-git/doc/guix.texi:15205
msgid "To reformat entire source files, the syntax is:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:15189
+#: guix-git/doc/guix.texi:15208
#, fuzzy, no-wrap
#| msgid "guix shell [@var{options}] [@var{package}@dots{}]\n"
msgid "guix style --whole-file @var{file}@dots{}\n"
msgstr "guix shell [@var{options}] [@var{package}@dots{}]\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:15192 guix-git/doc/guix.texi:16587
+#: guix-git/doc/guix.texi:15211 guix-git/doc/guix.texi:16613
msgid "The available options are listed below."
msgstr "Доступные опции резюмированы ниже."
#. type: table
-#: guix-git/doc/guix.texi:15197
+#: guix-git/doc/guix.texi:15216
msgid "Show source file locations that would be edited but do not modify them."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:15198
+#: guix-git/doc/guix.texi:15217
#, fuzzy, no-wrap
#| msgid "token-file"
msgid "--whole-file"
msgstr "профиль"
#. type: itemx
-#: guix-git/doc/guix.texi:15199
+#: guix-git/doc/guix.texi:15218
#, no-wrap
msgid "-f"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:15203
+#: guix-git/doc/guix.texi:15222
msgid "Reformat the given files in their entirety. In that case, subsequent arguments are interpreted as file names (rather than package names), and the @option{--styling} option has no effect."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:15206
+#: guix-git/doc/guix.texi:15225
msgid "As an example, here is how you might reformat your operating system configuration (you need write permissions for the file):"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:15209
+#: guix-git/doc/guix.texi:15228
#, fuzzy, no-wrap
#| msgid "guix system init /mnt/etc/config.scm /mnt\n"
msgid "guix style -f /etc/config.scm\n"
msgstr "guix system init /mnt/etc/config.scm /mnt\n"
#. type: item
-#: guix-git/doc/guix.texi:15211
+#: guix-git/doc/guix.texi:15230
+#, no-wrap
+msgid "--alphabetical-sort"
+msgstr ""
+
+#. type: itemx
+#: guix-git/doc/guix.texi:15231
+#, no-wrap
+msgid "-A"
+msgstr ""
+
+#. type: table
+#: guix-git/doc/guix.texi:15236
+msgid "Place the top-level package definitions in the given files in alphabetical order. Package definitions with matching names are placed with versions in descending order. This option only has an effect in combination with @option{--whole-file}."
+msgstr ""
+
+#. type: item
+#: guix-git/doc/guix.texi:15237
#, fuzzy, no-wrap
#| msgid "--symlink=@var{spec}"
msgid "--styling=@var{rule}"
msgstr "--symlink=@var{spec}"
#. type: itemx
-#: guix-git/doc/guix.texi:15212
+#: guix-git/doc/guix.texi:15238
#, fuzzy, no-wrap
#| msgid "-S @var{spec}"
msgid "-S @var{rule}"
msgstr "-S @var{spec}"
#. type: table
-#: guix-git/doc/guix.texi:15214
+#: guix-git/doc/guix.texi:15240
#, fuzzy
#| msgid "The @var{options} can be among the following:"
msgid "Apply @var{rule}, one of the following styling rules:"
msgstr "Опции @var{options} могут быть следующими:"
#. type: code{#1}
-#: guix-git/doc/guix.texi:15216 guix-git/doc/guix.texi:47769
+#: guix-git/doc/guix.texi:15242 guix-git/doc/guix.texi:47798
#, fuzzy, no-wrap
#| msgid "--list-formats"
msgid "format"
msgstr "--list-roots"
#. type: table
-#: guix-git/doc/guix.texi:15221
+#: guix-git/doc/guix.texi:15247
msgid "Format the given package definition(s)---this is the default styling rule. For example, a packager running Guix on a checkout (@pxref{Running Guix Before It Is Installed}) might want to reformat the definition of the Coreutils package like so:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:15224
+#: guix-git/doc/guix.texi:15250
#, fuzzy, no-wrap
#| msgid "./pre-inst-env guix build guix\n"
msgid "./pre-inst-env guix style coreutils\n"
msgstr "./pre-inst-env guix build gnew --keep-failed\n"
#. type: item
-#: guix-git/doc/guix.texi:15226
+#: guix-git/doc/guix.texi:15252
#, fuzzy, no-wrap
#| msgid "outputs"
msgid "inputs"
msgstr "результаты"
#. type: table
-#: guix-git/doc/guix.texi:15230
+#: guix-git/doc/guix.texi:15256
msgid "Rewrite package inputs to the ``new style'', as described above. This is how you would rewrite inputs of package @code{whatnot} in your own channel:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:15233
+#: guix-git/doc/guix.texi:15259
#, no-wrap
msgid "guix style -L ~/my/channel -S inputs whatnot\n"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:15239
+#: guix-git/doc/guix.texi:15265
msgid "Rewriting is done in a conservative way: preserving comments and bailing out if it cannot make sense of the code that appears in an inputs field. The @option{--input-simplification} option described below provides fine-grain control over when inputs should be simplified."
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:15240 guix-git/doc/guix.texi:20962
-#: guix-git/doc/guix.texi:39568
+#: guix-git/doc/guix.texi:15266 guix-git/doc/guix.texi:20988
+#: guix-git/doc/guix.texi:39597
#, no-wrap
msgid "arguments"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:15243
+#: guix-git/doc/guix.texi:15269
msgid "Rewrite package arguments to use G-expressions (@pxref{G-Expressions}). For example, consider this package definition:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:15252
+#: guix-git/doc/guix.texi:15278
#, no-wrap
msgid ""
"(define-public my-package\n"
@@ -31136,12 +31189,12 @@ msgid ""
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:15257
+#: guix-git/doc/guix.texi:15283
msgid "Running @command{guix style -S arguments} on this package would rewrite its @code{arguments} field like to:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:15266
+#: guix-git/doc/guix.texi:15292
#, no-wrap
msgid ""
"(define-public my-package\n"
@@ -31154,263 +31207,263 @@ msgid ""
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:15272
+#: guix-git/doc/guix.texi:15298
msgid "Note that changes made by the @code{arguments} rule do not entail a rebuild of the affected packages. Furthermore, if a package definition happens to be using G-expressions already, @command{guix style} leaves it unchanged."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:15274
+#: guix-git/doc/guix.texi:15300
#, fuzzy, no-wrap
#| msgid "--list-types"
msgid "--list-stylings"
msgstr "--list-types"
#. type: table
-#: guix-git/doc/guix.texi:15277
+#: guix-git/doc/guix.texi:15303
msgid "List and describe the available styling rules and exit."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:15286
+#: guix-git/doc/guix.texi:15312
#, fuzzy
#| msgid "Install the package @var{exp} evaluates to."
msgid "Style the package @var{expr} evaluates to."
msgstr "Устанавить пакет, соответствующий @var{exp}."
#. type: example
-#: guix-git/doc/guix.texi:15291
+#: guix-git/doc/guix.texi:15317
#, fuzzy, no-wrap
#| msgid "guix shell -e '(@@ (gnu) %base-packages)'\n"
msgid "guix style -e '(@@ (gnu packages gcc) gcc-5)'\n"
msgstr "guix shell -e '(@@ (gnu) %base-packages)'\n"
#. type: table
-#: guix-git/doc/guix.texi:15294
+#: guix-git/doc/guix.texi:15320
#, fuzzy
#| msgid "Updating the Guix package definition."
msgid "styles the @code{gcc-5} package definition."
msgstr "Обновление описания пакета guix."
#. type: item
-#: guix-git/doc/guix.texi:15295
+#: guix-git/doc/guix.texi:15321
#, no-wrap
msgid "--input-simplification=@var{policy}"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:15300
+#: guix-git/doc/guix.texi:15326
msgid "When using the @code{inputs} styling rule, with @samp{-S inputs}, this option specifies the package input simplification policy for cases where an input label does not match the corresponding package name. @var{policy} may be one of the following:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:15302
+#: guix-git/doc/guix.texi:15328
#, no-wrap
msgid "silent"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:15305
+#: guix-git/doc/guix.texi:15331
msgid "Simplify inputs only when the change is ``silent'', meaning that the package does not need to be rebuilt (its derivation is unchanged)."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:15306
+#: guix-git/doc/guix.texi:15332
#, no-wrap
msgid "safe"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:15309
+#: guix-git/doc/guix.texi:15335
msgid "Simplify inputs only when that is ``safe'' to do: the package might need to be rebuilt, but the change is known to have no observable effect."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:15313
+#: guix-git/doc/guix.texi:15339
msgid "Simplify inputs even when input labels do not match package names, and even if that might have an observable effect."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:15317
+#: guix-git/doc/guix.texi:15343
msgid "The default is @code{silent}, meaning that input simplifications do not trigger any package rebuild."
msgstr ""
#. type: section
-#: guix-git/doc/guix.texi:15320
+#: guix-git/doc/guix.texi:15346
#, no-wrap
msgid "Invoking @command{guix lint}"
msgstr "Вызов @command{guix lint}"
#. type: command{#1}
-#: guix-git/doc/guix.texi:15322
+#: guix-git/doc/guix.texi:15348
#, no-wrap
msgid "guix lint"
msgstr "guix lint"
#. type: cindex
-#: guix-git/doc/guix.texi:15323
+#: guix-git/doc/guix.texi:15349
#, no-wrap
msgid "package, checking for errors"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:15329
+#: guix-git/doc/guix.texi:15355
msgid "The @command{guix lint} command is meant to help package developers avoid common errors and use a consistent style. It runs a number of checks on a given set of packages in order to find common mistakes in their definitions. Available @dfn{checkers} include (see @option{--list-checkers} for a complete list):"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:15335
+#: guix-git/doc/guix.texi:15361
msgid "Validate certain typographical and stylistic rules about package descriptions and synopses."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:15336
+#: guix-git/doc/guix.texi:15362
#, no-wrap
msgid "inputs-should-be-native"
msgstr "inputs-should-be-native"
#. type: table
-#: guix-git/doc/guix.texi:15338
+#: guix-git/doc/guix.texi:15364
msgid "Identify inputs that should most likely be native inputs."
msgstr ""
#. type: itemx
-#: guix-git/doc/guix.texi:15341
+#: guix-git/doc/guix.texi:15367
#, no-wrap
msgid "mirror-url"
msgstr "mirror-url"
#. type: itemx
-#: guix-git/doc/guix.texi:15342
+#: guix-git/doc/guix.texi:15368
#, no-wrap
msgid "github-url"
msgstr "github-url"
#. type: itemx
-#: guix-git/doc/guix.texi:15343
+#: guix-git/doc/guix.texi:15369
#, no-wrap
msgid "source-file-name"
msgstr "source-file-name"
#. type: table
-#: guix-git/doc/guix.texi:15350
+#: guix-git/doc/guix.texi:15376
msgid "Probe @code{home-page} and @code{source} URLs and report those that are invalid. Suggest a @code{mirror://} URL when applicable. If the @code{source} URL redirects to a GitHub URL, recommend usage of the GitHub URL@. Check that the source file name is meaningful, e.g.@: is not just a version number or ``git-checkout'', without a declared @code{file-name} (@pxref{origin Reference})."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:15351
+#: guix-git/doc/guix.texi:15377
#, no-wrap
msgid "source-unstable-tarball"
msgstr "source-unstable-tarball"
#. type: table
-#: guix-git/doc/guix.texi:15355
+#: guix-git/doc/guix.texi:15381
msgid "Parse the @code{source} URL to determine if a tarball from GitHub is autogenerated or if it is a release tarball. Unfortunately GitHub's autogenerated tarballs are sometimes regenerated."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:15359
+#: guix-git/doc/guix.texi:15385
msgid "Check that the derivation of the given packages can be successfully computed for all the supported systems (@pxref{Derivations})."
msgstr "Вернуть деривацию(-ии), производящие данные элементы склада (@pxref{Derivations})."
#. type: item
-#: guix-git/doc/guix.texi:15360
+#: guix-git/doc/guix.texi:15386
#, no-wrap
msgid "profile-collisions"
msgstr "противоречеия профиля"
#. type: table
-#: guix-git/doc/guix.texi:15366
+#: guix-git/doc/guix.texi:15392
msgid "Check whether installing the given packages in a profile would lead to collisions. Collisions occur when several packages with the same name but a different version or a different store file name are propagated. @xref{package Reference, @code{propagated-inputs}}, for more information on propagated inputs."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:15367
+#: guix-git/doc/guix.texi:15393
#, no-wrap
msgid "archival"
msgstr "архивирование"
#. type: cindex
-#: guix-git/doc/guix.texi:15368
+#: guix-git/doc/guix.texi:15394
#, no-wrap
msgid "Software Heritage, source code archive"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:15369
+#: guix-git/doc/guix.texi:15395
#, no-wrap
msgid "archival of source code, Software Heritage"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:15372
+#: guix-git/doc/guix.texi:15398
msgid "Checks whether the package's source code is archived at @uref{https://www.softwareheritage.org, Software Heritage}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:15380
+#: guix-git/doc/guix.texi:15406
msgid "When the source code that is not archived comes from a version-control system (VCS)---e.g., it's obtained with @code{git-fetch}, send Software Heritage a ``save'' request so that it eventually archives it. This ensures that the source will remain available in the long term, and that Guix can fall back to Software Heritage should the source code disappear from its original host. The status of recent ``save'' requests can be @uref{https://archive.softwareheritage.org/save/#requests, viewed on-line}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:15385
+#: guix-git/doc/guix.texi:15411
msgid "When source code is a tarball obtained with @code{url-fetch}, simply print a message when it is not archived. As of this writing, Software Heritage does not allow requests to save arbitrary tarballs; we are working on ways to ensure that non-VCS source code is also archived."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:15391
+#: guix-git/doc/guix.texi:15417
msgid "Software Heritage @uref{https://archive.softwareheritage.org/api/#rate-limiting, limits the request rate per IP address}. When the limit is reached, @command{guix lint} prints a message and the @code{archival} checker stops doing anything until that limit has been reset."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:15392
+#: guix-git/doc/guix.texi:15418
#, no-wrap
msgid "cve"
msgstr "cve"
#. type: cindex
-#: guix-git/doc/guix.texi:15393 guix-git/doc/guix.texi:48535
+#: guix-git/doc/guix.texi:15419 guix-git/doc/guix.texi:48564
#, no-wrap
msgid "security vulnerabilities"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:15394
+#: guix-git/doc/guix.texi:15420
#, no-wrap
msgid "CVE, Common Vulnerabilities and Exposures"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:15399
+#: guix-git/doc/guix.texi:15425
msgid "Report known vulnerabilities found in the Common Vulnerabilities and Exposures (CVE) databases of the current and past year @uref{https://nvd.nist.gov/vuln/data-feeds, published by the US NIST}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:15401
+#: guix-git/doc/guix.texi:15427
msgid "To view information about a particular vulnerability, visit pages such as:"
msgstr ""
#. type: indicateurl{#1}
-#: guix-git/doc/guix.texi:15405
+#: guix-git/doc/guix.texi:15431
msgid "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-YYYY-ABCD"
msgstr ""
#. type: indicateurl{#1}
-#: guix-git/doc/guix.texi:15407
+#: guix-git/doc/guix.texi:15433
msgid "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-YYYY-ABCD"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:15412
+#: guix-git/doc/guix.texi:15438
msgid "where @code{CVE-YYYY-ABCD} is the CVE identifier---e.g., @code{CVE-2015-7554}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:15417
+#: guix-git/doc/guix.texi:15443
msgid "Package developers can specify in package recipes the @uref{https://nvd.nist.gov/products/cpe,Common Platform Enumeration (CPE)} name and version of the package when they differ from the name or version that Guix uses, as in this example:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:15425
+#: guix-git/doc/guix.texi:15451
#, no-wrap
msgid ""
"(package\n"
@@ -31422,12 +31475,12 @@ msgid ""
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:15432
+#: guix-git/doc/guix.texi:15458
msgid "Some entries in the CVE database do not specify which version of a package they apply to, and would thus ``stick around'' forever. Package developers who found CVE alerts and verified they can be ignored can declare them as in this example:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:15442
+#: guix-git/doc/guix.texi:15468
#, no-wrap
msgid ""
"(package\n"
@@ -31441,136 +31494,136 @@ msgid ""
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:15444
+#: guix-git/doc/guix.texi:15470
#, no-wrap
msgid "formatting"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:15447
+#: guix-git/doc/guix.texi:15473
msgid "Warn about obvious source code formatting issues: trailing white space, use of tabulations, etc."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:15448
+#: guix-git/doc/guix.texi:15474
#, no-wrap
msgid "input-labels"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:15454
+#: guix-git/doc/guix.texi:15480
msgid "Report old-style input labels that do not match the name of the corresponding package. This aims to help migrate from the ``old input style''. @xref{package Reference}, for more information on package inputs and input styles. @xref{Invoking guix style}, on how to migrate to the new style."
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:15460
+#: guix-git/doc/guix.texi:15486
#, no-wrap
msgid "guix lint @var{options} @var{package}@dots{}\n"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:15464
+#: guix-git/doc/guix.texi:15490
msgid "If no package is given on the command line, then all packages are checked. The @var{options} may be zero or more of the following:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:15466
+#: guix-git/doc/guix.texi:15492
#, no-wrap
msgid "--list-checkers"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:15470
+#: guix-git/doc/guix.texi:15496
msgid "List and describe all the available checkers that will be run on packages and exit."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:15471
+#: guix-git/doc/guix.texi:15497
#, no-wrap
msgid "--checkers"
msgstr ""
#. type: itemx
-#: guix-git/doc/guix.texi:15472
+#: guix-git/doc/guix.texi:15498
#, no-wrap
msgid "-c"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:15475
+#: guix-git/doc/guix.texi:15501
msgid "Only enable the checkers specified in a comma-separated list using the names returned by @option{--list-checkers}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:15476
+#: guix-git/doc/guix.texi:15502
#, no-wrap
msgid "--exclude"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:15480
+#: guix-git/doc/guix.texi:15506
msgid "Only disable the checkers specified in a comma-separated list using the names returned by @option{--list-checkers}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:15486
+#: guix-git/doc/guix.texi:15512
msgid "This is useful to unambiguously designate packages, as in this example:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:15489
+#: guix-git/doc/guix.texi:15515
#, fuzzy, no-wrap
#| msgid "guix shell -e '(@@ (gnu) %base-packages)'\n"
msgid "guix lint -c archival -e '(@@ (gnu packages guile) guile-3.0)'\n"
msgstr "guix shell -e '(@@ (gnu) %base-packages)'\n"
#. type: item
-#: guix-git/doc/guix.texi:15491
+#: guix-git/doc/guix.texi:15517
#, no-wrap
msgid "--no-network"
msgstr "--network"
#. type: table
-#: guix-git/doc/guix.texi:15494
+#: guix-git/doc/guix.texi:15520
msgid "Only enable the checkers that do not depend on Internet access."
msgstr ""
#. type: section
-#: guix-git/doc/guix.texi:15506
+#: guix-git/doc/guix.texi:15532
#, no-wrap
msgid "Invoking @command{guix size}"
msgstr "Вызов @command{guix size}"
#. type: code{#1}
-#: guix-git/doc/guix.texi:15508 guix-git/doc/guix.texi:43474
+#: guix-git/doc/guix.texi:15534 guix-git/doc/guix.texi:43503
#, no-wrap
msgid "size"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:15509
+#: guix-git/doc/guix.texi:15535
#, no-wrap
msgid "package size"
msgstr ""
#. type: command{#1}
-#: guix-git/doc/guix.texi:15511
+#: guix-git/doc/guix.texi:15537
#, no-wrap
msgid "guix size"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:15518
+#: guix-git/doc/guix.texi:15544
msgid "The @command{guix size} command helps package developers profile the disk usage of packages. It is easy to overlook the impact of an additional dependency added to a package, or the impact of using a single output for a package that could easily be split (@pxref{Packages with Multiple Outputs}). Such are the typical issues that @command{guix size} can highlight."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:15523
+#: guix-git/doc/guix.texi:15549
msgid "The command can be passed one or more package specifications such as @code{gcc@@4.8} or @code{guile:debug}, or a file name in the store. Consider this example:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:15536
+#: guix-git/doc/guix.texi:15562
#, no-wrap
msgid ""
"$ guix size coreutils\n"
@@ -31587,54 +31640,54 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:15542
+#: guix-git/doc/guix.texi:15568
msgid "The store items listed here constitute the @dfn{transitive closure} of Coreutils---i.e., Coreutils and all its dependencies, recursively---as would be returned by:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:15545
+#: guix-git/doc/guix.texi:15571
#, no-wrap
msgid "$ guix gc -R /gnu/store/@dots{}-coreutils-8.23\n"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:15553
+#: guix-git/doc/guix.texi:15579
msgid "Here the output shows three columns next to store items. The first column, labeled ``total'', shows the size in mebibytes (MiB) of the closure of the store item---that is, its own size plus the size of all its dependencies. The next column, labeled ``self'', shows the size of the item itself. The last column shows the ratio of the size of the item itself to the space occupied by all the items listed here."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:15559
+#: guix-git/doc/guix.texi:15585
msgid "In this example, we see that the closure of Coreutils weighs in at 79@tie{}MiB, most of which is taken by libc and GCC's run-time support libraries. (That libc and GCC's libraries represent a large fraction of the closure is not a problem @i{per se} because they are always available on the system anyway.)"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:15562
+#: guix-git/doc/guix.texi:15588
msgid "Since the command also accepts store file names, assessing the size of a build result is straightforward:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:15565
+#: guix-git/doc/guix.texi:15591
#, no-wrap
msgid "guix size $(guix system build config.scm)\n"
msgstr "guix size $(guix system build config.scm)\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:15575
+#: guix-git/doc/guix.texi:15601
msgid "When the package(s) passed to @command{guix size} are available in the store@footnote{More precisely, @command{guix size} looks for the @emph{ungrafted} variant of the given package(s), as returned by @code{guix build @var{package} --no-grafts}. @xref{Security Updates}, for information on grafts.}, @command{guix size} queries the daemon to determine its dependencies, and measures its size in the store, similar to @command{du -ms --apparent-size} (@pxref{du invocation,,, coreutils, GNU Coreutils})."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:15580
+#: guix-git/doc/guix.texi:15606
msgid "When the given packages are @emph{not} in the store, @command{guix size} reports information based on the available substitutes (@pxref{Substitutes}). This makes it possible to profile the disk usage of store items that are not even on disk, only available remotely."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:15582
+#: guix-git/doc/guix.texi:15608
msgid "You can also specify several package names:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:15592
+#: guix-git/doc/guix.texi:15618
#, no-wrap
msgid ""
"$ guix size coreutils grep sed bash\n"
@@ -31656,359 +31709,359 @@ msgstr ""
"total: 102.3 MiB\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:15598
+#: guix-git/doc/guix.texi:15624
msgid "In this example we see that the combination of the four packages takes 102.3@tie{}MiB in total, which is much less than the sum of each closure since they have a lot of dependencies in common."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:15604
+#: guix-git/doc/guix.texi:15630
msgid "When looking at the profile returned by @command{guix size}, you may find yourself wondering why a given package shows up in the profile at all. To understand it, you can use @command{guix graph --path -t references} to display the shortest path between the two packages (@pxref{Invoking guix graph})."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:15606
+#: guix-git/doc/guix.texi:15632
msgid "The available options are:"
msgstr "Доступные опции:"
#. type: table
-#: guix-git/doc/guix.texi:15612
+#: guix-git/doc/guix.texi:15638
msgid "Use substitute information from @var{urls}. @xref{client-substitute-urls, the same option for @code{guix build}}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:15613
+#: guix-git/doc/guix.texi:15639
#, no-wrap
msgid "--sort=@var{key}"
msgstr "--sort=@var{key}"
#. type: table
-#: guix-git/doc/guix.texi:15615
+#: guix-git/doc/guix.texi:15641
msgid "Sort lines according to @var{key}, one of the following options:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:15617
+#: guix-git/doc/guix.texi:15643
#, no-wrap
msgid "self"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:15619
+#: guix-git/doc/guix.texi:15645
msgid "the size of each item (the default);"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:15621
+#: guix-git/doc/guix.texi:15647
msgid "the total size of the item's closure."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:15623
+#: guix-git/doc/guix.texi:15649
#, no-wrap
msgid "--map-file=@var{file}"
msgstr "--map-file=@var{file}"
#. type: table
-#: guix-git/doc/guix.texi:15625
+#: guix-git/doc/guix.texi:15651
msgid "Write a graphical map of disk usage in PNG format to @var{file}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:15627
+#: guix-git/doc/guix.texi:15653
msgid "For the example above, the map looks like this:"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:15630
+#: guix-git/doc/guix.texi:15656
msgid "@image{images/coreutils-size-map,5in,, map of Coreutils disk usage produced by @command{guix size}}"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:15635
+#: guix-git/doc/guix.texi:15661
msgid "This option requires that @uref{https://wingolog.org/software/guile-charting/, Guile-Charting} be installed and visible in Guile's module search path. When that is not the case, @command{guix size} fails as it tries to load it."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:15639
+#: guix-git/doc/guix.texi:15665
msgid "Consider packages for @var{system}---e.g., @code{x86_64-linux}."
msgstr ""
#. type: section
-#: guix-git/doc/guix.texi:15650
+#: guix-git/doc/guix.texi:15676
#, no-wrap
msgid "Invoking @command{guix graph}"
msgstr "Вызов @command{guix graph}"
#. type: cindex
-#: guix-git/doc/guix.texi:15652
+#: guix-git/doc/guix.texi:15678
#, no-wrap
msgid "DAG"
msgstr "DAG"
#. type: command{#1}
-#: guix-git/doc/guix.texi:15653
+#: guix-git/doc/guix.texi:15679
#, no-wrap
msgid "guix graph"
msgstr "guix graph"
#. type: Plain text
-#: guix-git/doc/guix.texi:15668
+#: guix-git/doc/guix.texi:15694
msgid "Packages and their dependencies form a @dfn{graph}, specifically a directed acyclic graph (DAG). It can quickly become difficult to have a mental model of the package DAG, so the @command{guix graph} command provides a visual representation of the DAG@. By default, @command{guix graph} emits a DAG representation in the input format of @uref{https://www.graphviz.org/, Graphviz}, so its output can be passed directly to the @command{dot} command of Graphviz. It can also emit an HTML page with embedded JavaScript code to display a ``chord diagram'' in a Web browser, using the @uref{https://d3js.org/, d3.js} library, or emit Cypher queries to construct a graph in a graph database supporting the @uref{https://www.opencypher.org/, openCypher} query language. With @option{--path}, it simply displays the shortest path between two packages. The general syntax is:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:15671
+#: guix-git/doc/guix.texi:15697
#, no-wrap
msgid "guix graph @var{options} @var{package}@dots{}\n"
msgstr "guix graph @var{options} @var{package}@dots{}\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:15676
+#: guix-git/doc/guix.texi:15702
msgid "For example, the following command generates a PDF file representing the package DAG for the GNU@tie{}Core Utilities, showing its build-time dependencies:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:15679
+#: guix-git/doc/guix.texi:15705
#, no-wrap
msgid "guix graph coreutils | dot -Tpdf > dag.pdf\n"
msgstr "guix graph coreutils | dot -Tpdf > dag.pdf\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:15682
+#: guix-git/doc/guix.texi:15708
msgid "The output looks like this:"
msgstr "Вывод должен быть таким:"
#. type: Plain text
-#: guix-git/doc/guix.texi:15684
+#: guix-git/doc/guix.texi:15710
msgid "@image{images/coreutils-graph,2in,,Dependency graph of the GNU Coreutils}"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:15686
+#: guix-git/doc/guix.texi:15712
msgid "Nice little graph, no?"
msgstr "Неплохой граф, не так ли?"
#. type: Plain text
-#: guix-git/doc/guix.texi:15689
+#: guix-git/doc/guix.texi:15715
msgid "You may find it more pleasant to navigate the graph interactively with @command{xdot} (from the @code{xdot} package):"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:15692
+#: guix-git/doc/guix.texi:15718
#, no-wrap
msgid "guix graph coreutils | xdot -\n"
msgstr "guix graph coreutils | xdot -\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:15699
+#: guix-git/doc/guix.texi:15725
msgid "But there is more than one graph! The one above is concise: it is the graph of package objects, omitting implicit inputs such as GCC, libc, grep, etc. It is often useful to have such a concise graph, but sometimes one may want to see more details. @command{guix graph} supports several types of graphs, allowing you to choose the level of detail:"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:15705
+#: guix-git/doc/guix.texi:15731
msgid "This is the default type used in the example above. It shows the DAG of package objects, excluding implicit dependencies. It is concise, but filters out many details."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:15706
+#: guix-git/doc/guix.texi:15732
#, no-wrap
msgid "reverse-package"
msgstr "reverse-package"
#. type: table
-#: guix-git/doc/guix.texi:15708
+#: guix-git/doc/guix.texi:15734
msgid "This shows the @emph{reverse} DAG of packages. For example:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:15711
+#: guix-git/doc/guix.texi:15737
#, no-wrap
msgid "guix graph --type=reverse-package ocaml\n"
msgstr "guix graph --type=reverse-package ocaml\n"
#. type: table
-#: guix-git/doc/guix.texi:15716
+#: guix-git/doc/guix.texi:15742
msgid "...@: yields the graph of packages that @emph{explicitly} depend on OCaml (if you are also interested in cases where OCaml is an implicit dependency, see @code{reverse-bag} below)."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:15721
+#: guix-git/doc/guix.texi:15747
msgid "Note that for core packages this can yield huge graphs. If all you want is to know the number of packages that depend on a given package, use @command{guix refresh --list-dependent} (@pxref{Invoking guix refresh, @option{--list-dependent}})."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:15722
+#: guix-git/doc/guix.texi:15748
#, no-wrap
msgid "bag-emerged"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:15724
+#: guix-git/doc/guix.texi:15750
msgid "This is the package DAG, @emph{including} implicit inputs."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:15726
+#: guix-git/doc/guix.texi:15752
msgid "For instance, the following command:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:15729
+#: guix-git/doc/guix.texi:15755
#, no-wrap
msgid "guix graph --type=bag-emerged coreutils\n"
msgstr "guix graph --type=bag-emerged coreutils\n"
#. type: table
-#: guix-git/doc/guix.texi:15732
+#: guix-git/doc/guix.texi:15758
msgid "...@: yields this bigger graph:"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:15734
+#: guix-git/doc/guix.texi:15760
msgid "@image{images/coreutils-bag-graph,,5in,Detailed dependency graph of the GNU Coreutils}"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:15737
+#: guix-git/doc/guix.texi:15763
msgid "At the bottom of the graph, we see all the implicit inputs of @var{gnu-build-system} (@pxref{Build Systems, @code{gnu-build-system}})."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:15741
+#: guix-git/doc/guix.texi:15767
msgid "Now, note that the dependencies of these implicit inputs---that is, the @dfn{bootstrap dependencies} (@pxref{Bootstrapping})---are not shown here, for conciseness."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:15742
+#: guix-git/doc/guix.texi:15768
#, no-wrap
msgid "bag"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:15745
+#: guix-git/doc/guix.texi:15771
msgid "Similar to @code{bag-emerged}, but this time including all the bootstrap dependencies."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:15746
+#: guix-git/doc/guix.texi:15772
#, no-wrap
msgid "bag-with-origins"
msgstr "bag-with-origins"
#. type: table
-#: guix-git/doc/guix.texi:15748
+#: guix-git/doc/guix.texi:15774
msgid "Similar to @code{bag}, but also showing origins and their dependencies."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:15749
+#: guix-git/doc/guix.texi:15775
#, no-wrap
msgid "reverse-bag"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:15752
+#: guix-git/doc/guix.texi:15778
msgid "This shows the @emph{reverse} DAG of packages. Unlike @code{reverse-package}, it also takes implicit dependencies into account. For example:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:15755
+#: guix-git/doc/guix.texi:15781
#, no-wrap
msgid "guix graph -t reverse-bag dune\n"
msgstr "guix graph -t reverse-bag dune\n"
#. type: table
-#: guix-git/doc/guix.texi:15762
+#: guix-git/doc/guix.texi:15788
msgid "...@: yields the graph of all packages that depend on Dune, directly or indirectly. Since Dune is an @emph{implicit} dependency of many packages @i{via} @code{dune-build-system}, this shows a large number of packages, whereas @code{reverse-package} would show very few if any."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:15768
+#: guix-git/doc/guix.texi:15794
msgid "This is the most detailed representation: It shows the DAG of derivations (@pxref{Derivations}) and plain store items. Compared to the above representation, many additional nodes are visible, including build scripts, patches, Guile modules, etc."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:15771
+#: guix-git/doc/guix.texi:15797
msgid "For this type of graph, it is also possible to pass a @file{.drv} file name instead of a package name, as in:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:15774
+#: guix-git/doc/guix.texi:15800
#, no-wrap
msgid "guix graph -t derivation $(guix system build -d my-config.scm)\n"
msgstr "guix graph -t derivation `guix system build -d my-config.scm`\n"
#. type: table
-#: guix-git/doc/guix.texi:15780
+#: guix-git/doc/guix.texi:15806
msgid "This is the graph of @dfn{package modules} (@pxref{Package Modules}). For example, the following command shows the graph for the package module that defines the @code{guile} package:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:15783
+#: guix-git/doc/guix.texi:15809
#, no-wrap
msgid "guix graph -t module guile | xdot -\n"
msgstr "guix graph -t module guile | xdot -\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:15788
+#: guix-git/doc/guix.texi:15814
msgid "All the types above correspond to @emph{build-time dependencies}. The following graph type represents the @emph{run-time dependencies}:"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:15793
+#: guix-git/doc/guix.texi:15819
msgid "This is the graph of @dfn{references} of a package output, as returned by @command{guix gc --references} (@pxref{Invoking guix gc})."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:15796
+#: guix-git/doc/guix.texi:15822
msgid "If the given package output is not available in the store, @command{guix graph} attempts to obtain dependency information from substitutes."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:15800
+#: guix-git/doc/guix.texi:15826
msgid "Here you can also pass a store file name instead of a package name. For example, the command below produces the reference graph of your profile (which can be big!):"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:15803
+#: guix-git/doc/guix.texi:15829
#, no-wrap
msgid "guix graph -t references $(readlink -f ~/.guix-profile)\n"
msgstr "guix graph -t references `readlink -f ~/.guix-profile`\n"
#. type: item
-#: guix-git/doc/guix.texi:15805
+#: guix-git/doc/guix.texi:15831
#, no-wrap
msgid "referrers"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:15808
+#: guix-git/doc/guix.texi:15834
msgid "This is the graph of the @dfn{referrers} of a store item, as returned by @command{guix gc --referrers} (@pxref{Invoking guix gc})."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:15814
+#: guix-git/doc/guix.texi:15840
msgid "This relies exclusively on local information from your store. For instance, let us suppose that the current Inkscape is available in 10 profiles on your machine; @command{guix graph -t referrers inkscape} will show a graph rooted at Inkscape and with those 10 profiles linked to it."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:15817
+#: guix-git/doc/guix.texi:15843
msgid "It can help determine what is preventing a store item from being garbage collected."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:15820
+#: guix-git/doc/guix.texi:15846
#, no-wrap
msgid "shortest path, between packages"
msgstr "кратчайший путь между пакетами"
#. type: Plain text
-#: guix-git/doc/guix.texi:15827
+#: guix-git/doc/guix.texi:15853
msgid "Often, the graph of the package you are interested in does not fit on your screen, and anyway all you want to know is @emph{why} that package actually depends on some seemingly unrelated package. The @option{--path} option instructs @command{guix graph} to display the shortest path between two packages (or derivations, or store items, etc.):"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:15841
+#: guix-git/doc/guix.texi:15867
#, no-wrap
msgid ""
"$ guix graph --path emacs libunistring\n"
@@ -32038,83 +32091,83 @@ msgstr ""
"/gnu/store/@dots{}-libunistring-0.9.10\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:15849
+#: guix-git/doc/guix.texi:15875
msgid "Sometimes you still want to visualize the graph but would like to trim it so it can actually be displayed. One way to do it is via the @option{--max-depth} (or @option{-M}) option, which lets you specify the maximum depth of the graph. In the example below, we visualize only @code{libreoffice} and the nodes whose distance to @code{libreoffice} is at most 2:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:15852
+#: guix-git/doc/guix.texi:15878
#, fuzzy, no-wrap
#| msgid "guix graph -t module guile | xdot -\n"
msgid "guix graph -M 2 libreoffice | xdot -f fdp -\n"
msgstr "guix graph -t module guile | xdot -\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:15856
+#: guix-git/doc/guix.texi:15882
msgid "Mind you, that's still a big ball of spaghetti, but at least @command{dot} can render it quickly and it can be browsed somewhat."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:15858
+#: guix-git/doc/guix.texi:15884
msgid "The available options are the following:"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:15864
+#: guix-git/doc/guix.texi:15890
msgid "Produce a graph output of @var{type}, where @var{type} must be one of the values listed above."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:15867
+#: guix-git/doc/guix.texi:15893
msgid "List the supported graph types."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:15868
+#: guix-git/doc/guix.texi:15894
#, no-wrap
msgid "--backend=@var{backend}"
msgstr "--backend=@var{backend}"
#. type: itemx
-#: guix-git/doc/guix.texi:15869
+#: guix-git/doc/guix.texi:15895
#, no-wrap
msgid "-b @var{backend}"
msgstr "-b @var{backend}"
#. type: table
-#: guix-git/doc/guix.texi:15871
+#: guix-git/doc/guix.texi:15897
msgid "Produce a graph using the selected @var{backend}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:15872
+#: guix-git/doc/guix.texi:15898
#, no-wrap
msgid "--list-backends"
msgstr "--list-backends"
#. type: table
-#: guix-git/doc/guix.texi:15874
+#: guix-git/doc/guix.texi:15900
msgid "List the supported graph backends."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:15876
+#: guix-git/doc/guix.texi:15902
msgid "Currently, the available backends are Graphviz and d3.js."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:15877
+#: guix-git/doc/guix.texi:15903
#, no-wrap
msgid "--path"
msgstr "--paths"
#. type: table
-#: guix-git/doc/guix.texi:15882
+#: guix-git/doc/guix.texi:15908
msgid "Display the shortest path between two nodes of the type specified by @option{--type}. The example below shows the shortest path between @code{libreoffice} and @code{llvm} according to the references of @code{libreoffice}:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:15889
+#: guix-git/doc/guix.texi:15915
#, no-wrap
msgid ""
"$ guix graph --path -t references libreoffice llvm\n"
@@ -32130,410 +32183,410 @@ msgstr ""
"/gnu/store/@dots{}-llvm-9.0.1\n"
#. type: example
-#: guix-git/doc/guix.texi:15899
+#: guix-git/doc/guix.texi:15925
#, no-wrap
msgid "guix graph -e '(@@@@ (gnu packages commencement) gnu-make-final)'\n"
msgstr "guix graph -e '(@@@@ (gnu packages commencement) gnu-make-final)'\n"
#. type: table
-#: guix-git/doc/guix.texi:15904
+#: guix-git/doc/guix.texi:15930
msgid "Display the graph for @var{system}---e.g., @code{i686-linux}."
msgstr "Вывести граф для @var{system}---например, @code{i686-linux}."
#. type: table
-#: guix-git/doc/guix.texi:15907
+#: guix-git/doc/guix.texi:15933
msgid "The package dependency graph is largely architecture-independent, but there are some architecture-dependent bits that this option allows you to visualize."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:15923
+#: guix-git/doc/guix.texi:15949
msgid "On top of that, @command{guix graph} supports all the usual package transformation options (@pxref{Package Transformation Options}). This makes it easy to view the effect of a graph-rewriting transformation such as @option{--with-input}. For example, the command below outputs the graph of @code{git} once @code{openssl} has been replaced by @code{libressl} everywhere in the graph:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:15926
+#: guix-git/doc/guix.texi:15952
#, no-wrap
msgid "guix graph git --with-input=openssl=libressl\n"
msgstr "guix graph git --with-input=openssl=libressl\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:15929
+#: guix-git/doc/guix.texi:15955
msgid "So many possibilities, so much fun!"
msgstr ""
#. type: section
-#: guix-git/doc/guix.texi:15931
+#: guix-git/doc/guix.texi:15957
#, no-wrap
msgid "Invoking @command{guix publish}"
msgstr "Вызов @command{guix publish}"
#. type: command{#1}
-#: guix-git/doc/guix.texi:15933
+#: guix-git/doc/guix.texi:15959
#, no-wrap
msgid "guix publish"
msgstr "guix publish"
#. type: Plain text
-#: guix-git/doc/guix.texi:15937
+#: guix-git/doc/guix.texi:15963
msgid "The purpose of @command{guix publish} is to enable users to easily share their store with others, who can then use it as a substitute server (@pxref{Substitutes})."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:15943
+#: guix-git/doc/guix.texi:15969
msgid "When @command{guix publish} runs, it spawns an HTTP server which allows anyone with network access to obtain substitutes from it. This means that any machine running Guix can also act as if it were a build farm, since the HTTP interface is compatible with Cuirass, the software behind the @code{@value{SUBSTITUTE-SERVER-1}} build farm."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:15949
+#: guix-git/doc/guix.texi:15975
msgid "For security, each substitute is signed, allowing recipients to check their authenticity and integrity (@pxref{Substitutes}). Because @command{guix publish} uses the signing key of the system, which is only readable by the system administrator, it must be started as root; the @option{--user} option makes it drop root privileges early on."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:15953
+#: guix-git/doc/guix.texi:15979
msgid "The signing key pair must be generated before @command{guix publish} is launched, using @command{guix archive --generate-key} (@pxref{Invoking guix archive})."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:15958
+#: guix-git/doc/guix.texi:15984
msgid "When the @option{--advertise} option is passed, the server advertises its availability on the local network using multicast DNS (mDNS) and DNS service discovery (DNS-SD), currently @i{via} Guile-Avahi (@pxref{Top,,, guile-avahi, Using Avahi in Guile Scheme Programs})."
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:15963
+#: guix-git/doc/guix.texi:15989
#, no-wrap
msgid "guix publish @var{options}@dots{}\n"
msgstr "guix publish @var{options}@dots{}\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:15967
+#: guix-git/doc/guix.texi:15993
msgid "Running @command{guix publish} without any additional arguments will spawn an HTTP server on port 8080:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:15970
+#: guix-git/doc/guix.texi:15996
#, no-wrap
msgid "guix publish\n"
msgstr "guix publish\n"
#. type: cindex
-#: guix-git/doc/guix.texi:15972
+#: guix-git/doc/guix.texi:15998
#, fuzzy, no-wrap
#| msgid "Invoking @command{guix publish}"
msgid "socket activation, for @command{guix publish}"
msgstr "Вызов @command{guix publish}"
#. type: Plain text
-#: guix-git/doc/guix.texi:15976
+#: guix-git/doc/guix.texi:16002
msgid "@command{guix publish} can also be started following the systemd ``socket activation'' protocol (@pxref{Service De- and Constructors, @code{make-systemd-constructor},, shepherd, The GNU Shepherd Manual})."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:15979
+#: guix-git/doc/guix.texi:16005
msgid "Once a publishing server has been authorized, the daemon may download substitutes from it. @xref{Getting Substitutes from Other Servers}."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:15987
+#: guix-git/doc/guix.texi:16013
msgid "By default, @command{guix publish} compresses archives on the fly as it serves them. This ``on-the-fly'' mode is convenient in that it requires no setup and is immediately available. However, when serving lots of clients, we recommend using the @option{--cache} option, which enables caching of the archives before they are sent to clients---see below for details. The @command{guix weather} command provides a handy way to check what a server provides (@pxref{Invoking guix weather})."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:15994
+#: guix-git/doc/guix.texi:16020
msgid "As a bonus, @command{guix publish} also serves as a content-addressed mirror for source files referenced in @code{origin} records (@pxref{origin Reference}). For instance, assuming @command{guix publish} is running on @code{example.org}, the following URL returns the raw @file{hello-2.10.tar.gz} file with the given SHA256 hash (represented in @code{nix-base32} format, @pxref{Invoking guix hash}):"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:15997
+#: guix-git/doc/guix.texi:16023
#, no-wrap
msgid "http://example.org/file/hello-2.10.tar.gz/sha256/0ssi1@dots{}ndq1i\n"
msgstr "http://example.org/file/hello-2.10.tar.gz/sha256/0ssi1@dots{}ndq1i\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:16001
+#: guix-git/doc/guix.texi:16027
msgid "Obviously, these URLs only work for files that are in the store; in other cases, they return 404 (``Not Found'')."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:16002
+#: guix-git/doc/guix.texi:16028
#, no-wrap
msgid "build logs, publication"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:16004
+#: guix-git/doc/guix.texi:16030
msgid "Build logs are available from @code{/log} URLs like:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:16007
+#: guix-git/doc/guix.texi:16033
#, no-wrap
msgid "http://example.org/log/gwspk@dots{}-guile-2.2.3\n"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:16017
+#: guix-git/doc/guix.texi:16043
msgid "When @command{guix-daemon} is configured to save compressed build logs, as is the case by default (@pxref{Invoking guix-daemon}), @code{/log} URLs return the compressed log as-is, with an appropriate @code{Content-Type} and/or @code{Content-Encoding} header. We recommend running @command{guix-daemon} with @option{--log-compression=gzip} since Web browsers can automatically decompress it, which is not the case with Bzip2 compression."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:16021
+#: guix-git/doc/guix.texi:16047
#, no-wrap
msgid "--port=@var{port}"
msgstr ""
#. type: itemx
-#: guix-git/doc/guix.texi:16022
+#: guix-git/doc/guix.texi:16048
#, no-wrap
msgid "-p @var{port}"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:16024
+#: guix-git/doc/guix.texi:16050
msgid "Listen for HTTP requests on @var{port}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:16025
+#: guix-git/doc/guix.texi:16051
#, no-wrap
msgid "--listen=@var{host}"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:16028
+#: guix-git/doc/guix.texi:16054
msgid "Listen on the network interface for @var{host}. The default is to accept connections from any interface."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:16033
+#: guix-git/doc/guix.texi:16059
msgid "Change privileges to @var{user} as soon as possible---i.e., once the server socket is open and the signing key has been read."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:16034
+#: guix-git/doc/guix.texi:16060
#, no-wrap
msgid "--compression[=@var{method}[:@var{level}]]"
msgstr "--log-compression=@var{type}"
#. type: itemx
-#: guix-git/doc/guix.texi:16035
+#: guix-git/doc/guix.texi:16061
#, no-wrap
msgid "-C [@var{method}[:@var{level}]]"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:16039
+#: guix-git/doc/guix.texi:16065
msgid "Compress data using the given @var{method} and @var{level}. @var{method} is one of @code{lzip}, @code{zstd}, and @code{gzip}; when @var{method} is omitted, @code{gzip} is used."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:16043
+#: guix-git/doc/guix.texi:16069
msgid "When @var{level} is zero, disable compression. The range 1 to 9 corresponds to different compression levels: 1 is the fastest, and 9 is the best (CPU-intensive). The default is 3."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:16050
+#: guix-git/doc/guix.texi:16076
msgid "Usually, @code{lzip} compresses noticeably better than @code{gzip} for a small increase in CPU usage; see @uref{https://nongnu.org/lzip/lzip_benchmark.html,benchmarks on the lzip Web page}. However, @code{lzip} achieves low decompression throughput (on the order of 50@tie{}MiB/s on modern hardware), which can be a bottleneck for someone who downloads over a fast network connection."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:16054
+#: guix-git/doc/guix.texi:16080
msgid "The compression ratio of @code{zstd} is between that of @code{lzip} and that of @code{gzip}; its main advantage is a @uref{https://facebook.github.io/zstd/,high decompression speed}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:16063
+#: guix-git/doc/guix.texi:16089
msgid "Unless @option{--cache} is used, compression occurs on the fly and the compressed streams are not cached. Thus, to reduce load on the machine that runs @command{guix publish}, it may be a good idea to choose a low compression level, to run @command{guix publish} behind a caching proxy, or to use @option{--cache}. Using @option{--cache} has the advantage that it allows @command{guix publish} to add @code{Content-Length} HTTP header to its responses."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:16068
+#: guix-git/doc/guix.texi:16094
msgid "This option can be repeated, in which case every substitute gets compressed using all the selected methods, and all of them are advertised. This is useful when users may not support all the compression methods: they can select the one they support."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:16069
+#: guix-git/doc/guix.texi:16095
#, no-wrap
msgid "--cache=@var{directory}"
msgstr ""
#. type: itemx
-#: guix-git/doc/guix.texi:16070
+#: guix-git/doc/guix.texi:16096
#, no-wrap
msgid "-c @var{directory}"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:16073
+#: guix-git/doc/guix.texi:16099
msgid "Cache archives and meta-data (@code{.narinfo} URLs) to @var{directory} and only serve archives that are in cache."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:16081
+#: guix-git/doc/guix.texi:16107
msgid "When this option is omitted, archives and meta-data are created on-the-fly. This can reduce the available bandwidth, especially when compression is enabled, since this may become CPU-bound. Another drawback of the default mode is that the length of archives is not known in advance, so @command{guix publish} does not add a @code{Content-Length} HTTP header to its responses, which in turn prevents clients from knowing the amount of data being downloaded."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:16089
+#: guix-git/doc/guix.texi:16115
msgid "Conversely, when @option{--cache} is used, the first request for a store item (@i{via} a @code{.narinfo} URL) triggers a background process to @dfn{bake} the archive---computing its @code{.narinfo} and compressing the archive, if needed. Once the archive is cached in @var{directory}, subsequent requests succeed and are served directly from the cache, which guarantees that clients get the best possible bandwidth."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:16096
+#: guix-git/doc/guix.texi:16122
msgid "That first @code{.narinfo} request nonetheless returns 200, provided the requested store item is ``small enough'', below the cache bypass threshold---see @option{--cache-bypass-threshold} below. That way, clients do not have to wait until the archive is baked. For larger store items, the first @code{.narinfo} request returns 404, meaning that clients have to wait until the archive is baked."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:16100
+#: guix-git/doc/guix.texi:16126
msgid "The ``baking'' process is performed by worker threads. By default, one thread per CPU core is created, but this can be customized. See @option{--workers} below."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:16103
+#: guix-git/doc/guix.texi:16129
msgid "When @option{--ttl} is used, cached entries are automatically deleted when they have expired."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:16104
+#: guix-git/doc/guix.texi:16130
#, no-wrap
msgid "--workers=@var{N}"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:16107
+#: guix-git/doc/guix.texi:16133
msgid "When @option{--cache} is used, request the allocation of @var{N} worker threads to ``bake'' archives."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:16108
+#: guix-git/doc/guix.texi:16134
#, no-wrap
msgid "--ttl=@var{ttl}"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:16112 guix-git/doc/guix.texi:39958
+#: guix-git/doc/guix.texi:16138 guix-git/doc/guix.texi:39987
msgid "Produce @code{Cache-Control} HTTP headers that advertise a time-to-live (TTL) of @var{ttl}. @var{ttl} must denote a duration: @code{5d} means 5 days, @code{1m} means 1 month, and so on."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:16117
+#: guix-git/doc/guix.texi:16143
msgid "This allows the user's Guix to keep substitute information in cache for @var{ttl}. However, note that @code{guix publish} does not itself guarantee that the store items it provides will indeed remain available for as long as @var{ttl}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:16121
+#: guix-git/doc/guix.texi:16147
msgid "Additionally, when @option{--cache} is used, cached entries that have not been accessed for @var{ttl} and that no longer have a corresponding item in the store, may be deleted."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:16122
+#: guix-git/doc/guix.texi:16148
#, no-wrap
msgid "--negative-ttl=@var{ttl}"
msgstr "--manifest=@var{file}"
#. type: table
-#: guix-git/doc/guix.texi:16127 guix-git/doc/guix.texi:39975
+#: guix-git/doc/guix.texi:16153 guix-git/doc/guix.texi:40004
msgid "Similarly produce @code{Cache-Control} HTTP headers to advertise the time-to-live (TTL) of @emph{negative} lookups---missing store items, for which the HTTP 404 code is returned. By default, no negative TTL is advertised."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:16131
+#: guix-git/doc/guix.texi:16157
msgid "This parameter can help adjust server load and substitute latency by instructing cooperating clients to be more or less patient when a store item is missing."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:16132
+#: guix-git/doc/guix.texi:16158
#, no-wrap
msgid "--cache-bypass-threshold=@var{size}"
msgstr "--search-paths[=@var{kind}]"
#. type: table
-#: guix-git/doc/guix.texi:16137
+#: guix-git/doc/guix.texi:16163
msgid "When used in conjunction with @option{--cache}, store items smaller than @var{size} are immediately available, even when they are not yet in cache. @var{size} is a size in bytes, or it can be suffixed by @code{M} for megabytes and so on. The default is @code{10M}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:16142
+#: guix-git/doc/guix.texi:16168
msgid "``Cache bypass'' allows you to reduce the publication delay for clients at the expense of possibly additional I/O and CPU use on the server side: depending on the client access patterns, those store items can end up being baked several times until a copy is available in cache."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:16146
+#: guix-git/doc/guix.texi:16172
msgid "Increasing the threshold may be useful for sites that have few users, or to guarantee that users get substitutes even for store items that are not popular."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:16147
+#: guix-git/doc/guix.texi:16173
#, no-wrap
msgid "--nar-path=@var{path}"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:16150
+#: guix-git/doc/guix.texi:16176
msgid "Use @var{path} as the prefix for the URLs of ``nar'' files (@pxref{Invoking guix archive, normalized archives})."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:16154
+#: guix-git/doc/guix.texi:16180
msgid "By default, nars are served at a URL such as @code{/nar/gzip/@dots{}-coreutils-8.25}. This option allows you to change the @code{/nar} part to @var{path}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:16155
+#: guix-git/doc/guix.texi:16181
#, no-wrap
msgid "--public-key=@var{file}"
msgstr ""
#. type: itemx
-#: guix-git/doc/guix.texi:16156
+#: guix-git/doc/guix.texi:16182
#, no-wrap
msgid "--private-key=@var{file}"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:16159 guix-git/doc/guix.texi:34936
-#: guix-git/doc/guix.texi:34973
+#: guix-git/doc/guix.texi:16185 guix-git/doc/guix.texi:34965
+#: guix-git/doc/guix.texi:35002
msgid "Use the specific @var{file}s as the public/private key pair used to sign the store items being published."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:16166
+#: guix-git/doc/guix.texi:16192
msgid "The files must correspond to the same key pair (the private key is used for signing and the public key is merely advertised in the signature metadata). They must contain keys in the canonical s-expression format as produced by @command{guix archive --generate-key} (@pxref{Invoking guix archive}). By default, @file{/etc/guix/signing-key.pub} and @file{/etc/guix/signing-key.sec} are used."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:16167
+#: guix-git/doc/guix.texi:16193
#, no-wrap
msgid "--repl[=@var{port}]"
msgstr ""
#. type: itemx
-#: guix-git/doc/guix.texi:16168
+#: guix-git/doc/guix.texi:16194
#, no-wrap
msgid "-r [@var{port}]"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:16172
+#: guix-git/doc/guix.texi:16198
msgid "Spawn a Guile REPL server (@pxref{REPL Servers,,, guile, GNU Guile Reference Manual}) on @var{port} (37146 by default). This is used primarily for debugging a running @command{guix publish} server."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:16178
+#: guix-git/doc/guix.texi:16204
msgid "Enabling @command{guix publish} on Guix System is a one-liner: just instantiate a @code{guix-publish-service-type} service in the @code{services} field of the @code{operating-system} declaration (@pxref{guix-publish-service-type, @code{guix-publish-service-type}})."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:16181
+#: guix-git/doc/guix.texi:16207
msgid "If you are instead running Guix on a ``foreign distro'', follow these instructions:"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:16185
+#: guix-git/doc/guix.texi:16211
msgid "If your host distro uses the systemd init system:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:16190
+#: guix-git/doc/guix.texi:16216
#, no-wrap
msgid ""
"# ln -s ~root/.guix-profile/lib/systemd/system/guix-publish.service \\\n"
@@ -32542,12 +32595,12 @@ msgid ""
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:16194
+#: guix-git/doc/guix.texi:16220
msgid "If your host distro uses the Upstart init system:"
msgstr "Если ваш дистрибутив использует систему инициализации Upstart:"
#. type: example
-#: guix-git/doc/guix.texi:16198
+#: guix-git/doc/guix.texi:16224
#, no-wrap
msgid ""
"# ln -s ~root/.guix-profile/lib/upstart/system/guix-publish.conf /etc/init/\n"
@@ -32555,56 +32608,56 @@ msgid ""
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:16202
+#: guix-git/doc/guix.texi:16228
msgid "Otherwise, proceed similarly with your distro's init system."
msgstr ""
#. type: section
-#: guix-git/doc/guix.texi:16205
+#: guix-git/doc/guix.texi:16231
#, no-wrap
msgid "Invoking @command{guix challenge}"
msgstr "Вызов @command{guix challenge}"
#. type: cindex
-#: guix-git/doc/guix.texi:16208
+#: guix-git/doc/guix.texi:16234
#, no-wrap
msgid "verifiable builds"
msgstr ""
#. type: command{#1}
-#: guix-git/doc/guix.texi:16209
+#: guix-git/doc/guix.texi:16235
#, no-wrap
msgid "guix challenge"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:16210
+#: guix-git/doc/guix.texi:16236
#, no-wrap
msgid "challenge"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:16215
+#: guix-git/doc/guix.texi:16241
msgid "Do the binaries provided by this server really correspond to the source code it claims to build? Is a package build process deterministic? These are the questions the @command{guix challenge} command attempts to answer."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:16223
+#: guix-git/doc/guix.texi:16249
msgid "The former is obviously an important question: Before using a substitute server (@pxref{Substitutes}), one had better @emph{verify} that it provides the right binaries, and thus @emph{challenge} it. The latter is what enables the former: If package builds are deterministic, then independent builds of the package should yield the exact same result, bit for bit; if a server provides a binary different from the one obtained locally, it may be either corrupt or malicious."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:16232
+#: guix-git/doc/guix.texi:16258
msgid "We know that the hash that shows up in @file{/gnu/store} file names is the hash of all the inputs of the process that built the file or directory---compilers, libraries, build scripts, etc. (@pxref{Introduction}). Assuming deterministic build processes, one store file name should map to exactly one build output. @command{guix challenge} checks whether there is, indeed, a single mapping by comparing the build outputs of several independent builds of any given store item."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:16234
+#: guix-git/doc/guix.texi:16260
msgid "The command output looks like this:"
msgstr ""
#. type: smallexample
-#: guix-git/doc/guix.texi:16248
+#: guix-git/doc/guix.texi:16274
#, no-wrap
msgid ""
"$ guix challenge \\\n"
@@ -32623,7 +32676,7 @@ msgid ""
msgstr ""
#. type: smallexample
-#: guix-git/doc/guix.texi:16255
+#: guix-git/doc/guix.texi:16281
#, no-wrap
msgid ""
"/gnu/store/@dots{}-git-2.5.0 contents differ:\n"
@@ -32636,7 +32689,7 @@ msgid ""
msgstr ""
#. type: smallexample
-#: guix-git/doc/guix.texi:16262
+#: guix-git/doc/guix.texi:16288
#, no-wrap
msgid ""
"/gnu/store/@dots{}-pius-2.1.1 contents differ:\n"
@@ -32649,7 +32702,7 @@ msgid ""
msgstr ""
#. type: smallexample
-#: guix-git/doc/guix.texi:16264
+#: guix-git/doc/guix.texi:16290
#, no-wrap
msgid ""
"@dots{}\n"
@@ -32657,7 +32710,7 @@ msgid ""
msgstr ""
#. type: smallexample
-#: guix-git/doc/guix.texi:16269
+#: guix-git/doc/guix.texi:16295
#, no-wrap
msgid ""
"5 store items were analyzed:\n"
@@ -32667,28 +32720,28 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:16279
+#: guix-git/doc/guix.texi:16305
msgid "In this example, @command{guix challenge} queries all the substitute servers for each of the fives packages specified on the command line. It then reports those store items for which the servers obtained a result different from the local build (if it exists) and/or different from one another; here, the @samp{local hash} lines indicate that a local build result was available for each of these packages and shows its hash."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:16280
+#: guix-git/doc/guix.texi:16306
#, no-wrap
msgid "non-determinism, in package builds"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:16291
+#: guix-git/doc/guix.texi:16317
msgid "As an example, @code{guix.example.org} always gets a different answer. Conversely, @code{@value{SUBSTITUTE-SERVER-1}} agrees with local builds, except in the case of Git. This might indicate that the build process of Git is non-deterministic, meaning that its output varies as a function of various things that Guix does not fully control, in spite of building packages in isolated environments (@pxref{Features}). Most common sources of non-determinism include the addition of timestamps in build results, the inclusion of random numbers, and directory listings sorted by inode number. See @uref{https://reproducible-builds.org/docs/}, for more information."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:16294
+#: guix-git/doc/guix.texi:16320
msgid "To find out what is wrong with this Git binary, the easiest approach is to run:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:16299
+#: guix-git/doc/guix.texi:16325
#, no-wrap
msgid ""
"guix challenge git \\\n"
@@ -32697,17 +32750,17 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:16303
+#: guix-git/doc/guix.texi:16329
msgid "This automatically invokes @command{diffoscope}, which displays detailed information about files that differ."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:16306
+#: guix-git/doc/guix.texi:16332
msgid "Alternatively, we can do something along these lines (@pxref{Invoking guix archive}):"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:16311
+#: guix-git/doc/guix.texi:16337
#, fuzzy, no-wrap
msgid ""
"$ wget -q -O - https://@value{SUBSTITUTE-SERVER-1}/nar/lzip/@dots{}-git-2.5.0 \\\n"
@@ -32719,169 +32772,169 @@ msgstr ""
" | bunzip2 | guix archive -x /tmp/emacs\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:16320
+#: guix-git/doc/guix.texi:16346
msgid "This command shows the difference between the files resulting from the local build, and the files resulting from the build on @code{@value{SUBSTITUTE-SERVER-1}} (@pxref{Overview, Comparing and Merging Files,, diffutils, Comparing and Merging Files}). The @command{diff} command works great for text files. When binary files differ, a better option is @uref{https://diffoscope.org/, Diffoscope}, a tool that helps visualize differences for all kinds of files."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:16328
+#: guix-git/doc/guix.texi:16354
msgid "Once you have done that work, you can tell whether the differences are due to a non-deterministic build process or to a malicious server. We try hard to remove sources of non-determinism in packages to make it easier to verify substitutes, but of course, this is a process that involves not just Guix, but a large part of the free software community. In the meantime, @command{guix challenge} is one tool to help address the problem."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:16332
+#: guix-git/doc/guix.texi:16358
msgid "If you are writing packages for Guix, you are encouraged to check whether @code{@value{SUBSTITUTE-SERVER-1}} and other substitute servers obtain the same build result as you did with:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:16335
+#: guix-git/doc/guix.texi:16361
#, fuzzy, no-wrap
#| msgid "guix install @var{package}\n"
msgid "guix challenge @var{package}\n"
msgstr "guix install @var{package}\n"
#. type: example
-#: guix-git/doc/guix.texi:16341
+#: guix-git/doc/guix.texi:16367
#, fuzzy, no-wrap
#| msgid "guix shell [@var{options}] [@var{package}@dots{}]\n"
msgid "guix challenge @var{options} @var{argument}@dots{}\n"
msgstr "guix shell [@var{options}] [@var{package}@dots{}]\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:16348
+#: guix-git/doc/guix.texi:16374
msgid "where @var{argument} is a package specification such as @code{guile@@2.0} or @code{glibc:debug} or, alternatively, a store file name as returned, for example, by @command{guix build} or @command{guix gc --list-live}."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:16354
+#: guix-git/doc/guix.texi:16380
msgid "When a difference is found between the hash of a locally-built item and that of a server-provided substitute, or among substitutes provided by different servers, the command displays it as in the example above and its exit code is 2 (other non-zero exit codes denote other kinds of errors)."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:16356
+#: guix-git/doc/guix.texi:16382
msgid "The one option that matters is:"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:16362
+#: guix-git/doc/guix.texi:16388
msgid "Consider @var{urls} the whitespace-separated list of substitute source URLs to compare to."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:16363
+#: guix-git/doc/guix.texi:16389
#, no-wrap
msgid "--diff=@var{mode}"
msgstr "--load=@var{file}"
#. type: table
-#: guix-git/doc/guix.texi:16365
+#: guix-git/doc/guix.texi:16391
msgid "Upon mismatches, show differences according to @var{mode}, one of:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:16367
+#: guix-git/doc/guix.texi:16393
#, no-wrap
msgid "@code{simple} (the default)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:16369
+#: guix-git/doc/guix.texi:16395
msgid "Show the list of files that differ."
msgstr "Вывести список живых файлов и директорий склада."
#. type: code{#1}
-#: guix-git/doc/guix.texi:16370
+#: guix-git/doc/guix.texi:16396
#, no-wrap
msgid "diffoscope"
msgstr ""
#. type: var{#1}
-#: guix-git/doc/guix.texi:16371
+#: guix-git/doc/guix.texi:16397
#, no-wrap
msgid "command"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:16374
+#: guix-git/doc/guix.texi:16400
msgid "Invoke @uref{https://diffoscope.org/, Diffoscope}, passing it two directories whose contents do not match."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:16377
+#: guix-git/doc/guix.texi:16403
msgid "When @var{command} is an absolute file name, run @var{command} instead of Diffoscope."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:16380
+#: guix-git/doc/guix.texi:16406
msgid "Do not show further details about the differences."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:16385
+#: guix-git/doc/guix.texi:16411
msgid "Thus, unless @option{--diff=none} is passed, @command{guix challenge} downloads the store items from the given substitute servers so that it can compare them."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:16386
+#: guix-git/doc/guix.texi:16412
#, no-wrap
msgid "--verbose"
msgstr "--verbose"
#. type: itemx
-#: guix-git/doc/guix.texi:16387
+#: guix-git/doc/guix.texi:16413
#, no-wrap
msgid "-v"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:16390
+#: guix-git/doc/guix.texi:16416
msgid "Show details about matches (identical contents) in addition to information about mismatches."
msgstr ""
#. type: section
-#: guix-git/doc/guix.texi:16394
+#: guix-git/doc/guix.texi:16420
#, no-wrap
msgid "Invoking @command{guix copy}"
msgstr "Вызов @command{guix copy}"
#. type: command{#1}
-#: guix-git/doc/guix.texi:16396
+#: guix-git/doc/guix.texi:16422
#, fuzzy, no-wrap
#| msgid "Invoking guix copy"
msgid "guix copy"
msgstr "Запуск guix copy"
#. type: cindex
-#: guix-git/doc/guix.texi:16397
+#: guix-git/doc/guix.texi:16423
#, no-wrap
msgid "copy, of store items, over SSH"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:16398
+#: guix-git/doc/guix.texi:16424
#, no-wrap
msgid "SSH, copy of store items"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:16399
+#: guix-git/doc/guix.texi:16425
#, no-wrap
msgid "sharing store items across machines"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:16400
+#: guix-git/doc/guix.texi:16426
#, no-wrap
msgid "transferring store items across machines"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:16407
+#: guix-git/doc/guix.texi:16433
msgid "The @command{guix copy} command copies items from the store of one machine to that of another machine over a secure shell (SSH) connection@footnote{This command is available only when Guile-SSH was found. @xref{Requirements}, for details.}. For example, the following command copies the @code{coreutils} package, the user's profile, and all their dependencies over to @var{host}, logged in as @var{user}:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:16411
+#: guix-git/doc/guix.texi:16437
#, no-wrap
msgid ""
"guix copy --to=@var{user}@@@var{host} \\\n"
@@ -32889,199 +32942,199 @@ msgid ""
msgstr "guix graph -t references `readlink -f ~/.guix-profile`\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:16415
+#: guix-git/doc/guix.texi:16441
msgid "If some of the items to be copied are already present on @var{host}, they are not actually sent."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:16418
+#: guix-git/doc/guix.texi:16444
msgid "The command below retrieves @code{libreoffice} and @code{gimp} from @var{host}, assuming they are available there:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:16421
+#: guix-git/doc/guix.texi:16447
#, no-wrap
msgid "guix copy --from=@var{host} libreoffice gimp\n"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:16426
+#: guix-git/doc/guix.texi:16452
msgid "The SSH connection is established using the Guile-SSH client, which is compatible with OpenSSH: it honors @file{~/.ssh/known_hosts} and @file{~/.ssh/config}, and uses the SSH agent for authentication."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:16432
+#: guix-git/doc/guix.texi:16458
msgid "The key used to sign items that are sent must be accepted by the remote machine. Likewise, the key used by the remote machine to sign items you are retrieving must be in @file{/etc/guix/acl} so it is accepted by your own daemon. @xref{Invoking guix archive}, for more information about store item authentication."
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:16437
+#: guix-git/doc/guix.texi:16463
#, no-wrap
msgid "guix copy [--to=@var{spec}|--from=@var{spec}] @var{items}@dots{}\n"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:16440
+#: guix-git/doc/guix.texi:16466
msgid "You must always specify one of the following options:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:16442
+#: guix-git/doc/guix.texi:16468
#, no-wrap
msgid "--to=@var{spec}"
msgstr ""
#. type: itemx
-#: guix-git/doc/guix.texi:16443
+#: guix-git/doc/guix.texi:16469
#, no-wrap
msgid "--from=@var{spec}"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:16447
+#: guix-git/doc/guix.texi:16473
msgid "Specify the host to send to or receive from. @var{spec} must be an SSH spec such as @code{example.org}, @code{charlie@@example.org}, or @code{charlie@@example.org:2222}."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:16451
+#: guix-git/doc/guix.texi:16477
msgid "The @var{items} can be either package names, such as @code{gimp}, or store items, such as @file{/gnu/store/@dots{}-idutils-4.6}."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:16455
+#: guix-git/doc/guix.texi:16481
msgid "When specifying the name of a package to send, it is first built if needed, unless @option{--dry-run} was specified. Common build options are supported (@pxref{Common Build Options})."
msgstr ""
#. type: section
-#: guix-git/doc/guix.texi:16458
+#: guix-git/doc/guix.texi:16484
#, no-wrap
msgid "Invoking @command{guix container}"
msgstr "Вызов @command{guix container}"
#. type: command{#1}
-#: guix-git/doc/guix.texi:16460
+#: guix-git/doc/guix.texi:16486
#, no-wrap
msgid "guix container"
msgstr ""
#. type: quotation
-#: guix-git/doc/guix.texi:16464
+#: guix-git/doc/guix.texi:16490
msgid "As of version @value{VERSION}, this tool is experimental. The interface is subject to radical change in the future."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:16471
+#: guix-git/doc/guix.texi:16497
msgid "The purpose of @command{guix container} is to manipulate processes running within an isolated environment, commonly known as a ``container'', typically created by the @command{guix shell} (@pxref{Invoking guix shell}) and @command{guix system container} (@pxref{Invoking guix system}) commands."
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:16476
+#: guix-git/doc/guix.texi:16502
#, no-wrap
msgid "guix container @var{action} @var{options}@dots{}\n"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:16480
+#: guix-git/doc/guix.texi:16506
msgid "@var{action} specifies the operation to perform with a container, and @var{options} specifies the context-specific arguments for the action."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:16482
+#: guix-git/doc/guix.texi:16508
msgid "The following actions are available:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:16484
+#: guix-git/doc/guix.texi:16510
#, no-wrap
msgid "exec"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:16486
+#: guix-git/doc/guix.texi:16512
msgid "Execute a command within the context of a running container."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:16488
+#: guix-git/doc/guix.texi:16514
msgid "The syntax is:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:16491
+#: guix-git/doc/guix.texi:16517
#, no-wrap
msgid "guix container exec @var{pid} @var{program} @var{arguments}@dots{}\n"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:16497
+#: guix-git/doc/guix.texi:16523
msgid "@var{pid} specifies the process ID of the running container. @var{program} specifies an executable file name within the root file system of the container. @var{arguments} are the additional options that will be passed to @var{program}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:16501
+#: guix-git/doc/guix.texi:16527
msgid "The following command launches an interactive login shell inside a Guix system container, started by @command{guix system container}, and whose process ID is 9001:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:16504
+#: guix-git/doc/guix.texi:16530
#, no-wrap
msgid "guix container exec 9001 /run/current-system/profile/bin/bash --login\n"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:16508
+#: guix-git/doc/guix.texi:16534
msgid "Note that the @var{pid} cannot be the parent process of a container. It must be PID 1 of the container or one of its child processes."
msgstr ""
#. type: section
-#: guix-git/doc/guix.texi:16512
+#: guix-git/doc/guix.texi:16538
#, no-wrap
msgid "Invoking @command{guix weather}"
msgstr "Вызов @command{guix weather}"
#. type: command{#1}
-#: guix-git/doc/guix.texi:16514
+#: guix-git/doc/guix.texi:16540
#, fuzzy, no-wrap
#| msgid "Invoking guix weather"
msgid "guix weather"
msgstr "Запуск guix weather"
#. type: Plain text
-#: guix-git/doc/guix.texi:16525
+#: guix-git/doc/guix.texi:16551
msgid "Occasionally you're grumpy because substitutes are lacking and you end up building packages by yourself (@pxref{Substitutes}). The @command{guix weather} command reports on substitute availability on the specified servers so you can have an idea of whether you'll be grumpy today. It can sometimes be useful info as a user, but it is primarily useful to people running @command{guix publish} (@pxref{Invoking guix publish}). Sometimes substitutes @emph{are} available but they are not authorized on your system; @command{guix weather} reports it so you can authorize them if you want (@pxref{Getting Substitutes from Other Servers})."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:16526
+#: guix-git/doc/guix.texi:16552
#, no-wrap
msgid "statistics, for substitutes"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:16527
+#: guix-git/doc/guix.texi:16553
#, no-wrap
msgid "availability of substitutes"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:16528
+#: guix-git/doc/guix.texi:16554
#, no-wrap
msgid "substitute availability"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:16529
+#: guix-git/doc/guix.texi:16555
#, no-wrap
msgid "weather, substitute availability"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:16531
+#: guix-git/doc/guix.texi:16557
msgid "Here's a sample run:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:16543
+#: guix-git/doc/guix.texi:16569
#, no-wrap
msgid ""
"$ guix weather --substitute-urls=https://guix.example.org\n"
@@ -33098,7 +33151,7 @@ msgid ""
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:16553
+#: guix-git/doc/guix.texi:16579
#, no-wrap
msgid ""
" 9.8% (342 out of 3,470) of the missing items are queued\n"
@@ -33113,88 +33166,88 @@ msgid ""
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:16555
+#: guix-git/doc/guix.texi:16581
#, no-wrap
msgid "continuous integration, statistics"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:16566
+#: guix-git/doc/guix.texi:16592
msgid "As you can see, it reports the fraction of all the packages for which substitutes are available on the server---regardless of whether substitutes are enabled, and regardless of whether this server's signing key is authorized. It also reports the size of the compressed archives (``nars'') provided by the server, the size the corresponding store items occupy in the store (assuming deduplication is turned off), and the server's throughput. The second part gives continuous integration (CI) statistics, if the server supports it. In addition, using the @option{--coverage} option, @command{guix weather} can list ``important'' package substitutes missing on the server (see below)."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:16572
+#: guix-git/doc/guix.texi:16598
msgid "To achieve that, @command{guix weather} queries over HTTP(S) meta-data (@dfn{narinfos}) for all the relevant store items. Like @command{guix challenge}, it ignores signatures on those substitutes, which is innocuous since the command only gathers statistics and cannot install those substitutes."
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:16577
+#: guix-git/doc/guix.texi:16603
#, no-wrap
msgid "guix weather @var{options}@dots{} [@var{packages}@dots{}]\n"
msgstr "guix environment @var{options} @var{package}@dots{}\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:16585
+#: guix-git/doc/guix.texi:16611
msgid "When @var{packages} is omitted, @command{guix weather} checks the availability of substitutes for @emph{all} the packages, or for those specified with @option{--manifest}; otherwise it only considers the specified packages. It is also possible to query specific system types with @option{--system}. @command{guix weather} exits with a non-zero code when the fraction of available substitutes is below 100%."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:16594
+#: guix-git/doc/guix.texi:16620
msgid "@var{urls} is the space-separated list of substitute server URLs to query. When this option is omitted, the URLs specified with the @option{--substitute-urls} option of @command{guix-daemon} are used or, as a last resort, the default set of substitute URLs."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:16600
+#: guix-git/doc/guix.texi:16626
msgid "Query substitutes for @var{system}---e.g., @code{aarch64-linux}. This option can be repeated, in which case @command{guix weather} will query substitutes for several system types."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:16606
+#: guix-git/doc/guix.texi:16632
msgid "Instead of querying substitutes for all the packages, only ask for those specified in @var{file}. @var{file} must contain a @dfn{manifest}, as with the @code{-m} option of @command{guix package} (@pxref{Invoking guix package})."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:16609
+#: guix-git/doc/guix.texi:16635
msgid "This option can be repeated several times, in which case the manifests are concatenated."
msgstr "Создать окружение для пакетов, содержащихся в объекте манифеста, возвращаемого кодом Scheme в файле @var{file}."
#. type: table
-#: guix-git/doc/guix.texi:16617
+#: guix-git/doc/guix.texi:16643
msgid "A typical use case for this option is specifying a package that is hidden and thus cannot be referred to in the usual way, as in this example:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:16620
+#: guix-git/doc/guix.texi:16646
#, fuzzy, no-wrap
#| msgid "guix shell -e '(@@ (gnu) %base-packages)'\n"
msgid "guix weather -e '(@@@@ (gnu packages rust) rust-bootstrap)'\n"
msgstr "guix shell -e '(@@ (gnu) %base-packages)'\n"
#. type: table
-#: guix-git/doc/guix.texi:16623
+#: guix-git/doc/guix.texi:16649
msgid "This option can be repeated."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:16624
+#: guix-git/doc/guix.texi:16650
#, no-wrap
msgid "--coverage[=@var{count}]"
msgstr ""
#. type: itemx
-#: guix-git/doc/guix.texi:16625
+#: guix-git/doc/guix.texi:16651
#, no-wrap
msgid "-c [@var{count}]"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:16631
+#: guix-git/doc/guix.texi:16657
msgid "Report on substitute coverage for packages: list packages with at least @var{count} dependents (zero by default) for which substitutes are unavailable. Dependent packages themselves are not listed: if @var{b} depends on @var{a} and @var{a} has no substitutes, only @var{a} is listed, even though @var{b} usually lacks substitutes as well. The result looks like this:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:16645
+#: guix-git/doc/guix.texi:16671
#, no-wrap
msgid ""
"$ guix weather --substitute-urls=@value{SUBSTITUTE-URLS} -c 10\n"
@@ -33212,46 +33265,46 @@ msgid ""
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:16651
+#: guix-git/doc/guix.texi:16677
msgid "What this example shows is that @code{kcoreaddons} and presumably the 58 packages that depend on it have no substitutes at @code{@value{SUBSTITUTE-SERVER-1}}; likewise for @code{qgpgme} and the 46 packages that depend on it."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:16655
+#: guix-git/doc/guix.texi:16681
msgid "If you are a Guix developer, or if you are taking care of this build farm, you'll probably want to have a closer look at these packages: they may simply fail to build."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:16656
+#: guix-git/doc/guix.texi:16682
#, no-wrap
msgid "--display-missing"
msgstr "--missing"
#. type: table
-#: guix-git/doc/guix.texi:16658
+#: guix-git/doc/guix.texi:16684
msgid "Display the list of store items for which substitutes are missing."
msgstr ""
#. type: section
-#: guix-git/doc/guix.texi:16661
+#: guix-git/doc/guix.texi:16687
#, no-wrap
msgid "Invoking @command{guix processes}"
msgstr "Вызов @command{guix processes}"
#. type: command{#1}
-#: guix-git/doc/guix.texi:16663
+#: guix-git/doc/guix.texi:16689
#, fuzzy, no-wrap
#| msgid "Invoking guix processes"
msgid "guix processes"
msgstr "Запуск guix processes"
#. type: Plain text
-#: guix-git/doc/guix.texi:16670
+#: guix-git/doc/guix.texi:16696
msgid "The @command{guix processes} command can be useful to developers and system administrators, especially on multi-user machines and on build farms: it lists the current sessions (connections to the daemon), as well as information about the processes involved@footnote{Remote sessions, when @command{guix-daemon} is started with @option{--listen} specifying a TCP endpoint, are @emph{not} listed.}. Here's an example of the information it returns:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:16676
+#: guix-git/doc/guix.texi:16702
#, no-wrap
msgid ""
"$ sudo guix processes\n"
@@ -33262,7 +33315,7 @@ msgid ""
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:16680
+#: guix-git/doc/guix.texi:16706
#, no-wrap
msgid ""
"SessionPID: 19402\n"
@@ -33272,7 +33325,7 @@ msgid ""
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:16693
+#: guix-git/doc/guix.texi:16719
#, no-wrap
msgid ""
"SessionPID: 19444\n"
@@ -33290,22 +33343,22 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:16700
+#: guix-git/doc/guix.texi:16726
msgid "In this example we see that @command{guix-daemon} has three clients: @command{guix shell}, @command{guix publish}, and the Cuirass continuous integration tool; their process identifier (PID) is given by the @code{ClientPID} field. The @code{SessionPID} field gives the PID of the @command{guix-daemon} sub-process of this particular session."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:16707
+#: guix-git/doc/guix.texi:16733
msgid "The @code{LockHeld} fields show which store items are currently locked by this session, which corresponds to store items being built or substituted (the @code{LockHeld} field is not displayed when @command{guix processes} is not running as root). Last, by looking at the @code{ChildPID} and @code{ChildCommand} fields, we understand that these three builds are being offloaded (@pxref{Daemon Offload Setup})."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:16712
+#: guix-git/doc/guix.texi:16738
msgid "The output is in Recutils format so we can use the handy @command{recsel} command to select sessions of interest (@pxref{Selection Expressions,,, recutils, GNU recutils manual}). As an example, the command shows the command line and PID of the client that triggered the build of a Perl package:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:16718
+#: guix-git/doc/guix.texi:16744
#, no-wrap
msgid ""
"$ sudo guix processes | \\\n"
@@ -33315,28 +33368,28 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:16721
+#: guix-git/doc/guix.texi:16747
msgid "Additional options are listed below."
msgstr "Доступные опции резюмированы ниже."
#. type: table
-#: guix-git/doc/guix.texi:16731
+#: guix-git/doc/guix.texi:16757
msgid "The default option. It outputs a set of Session recutils records that include each @code{ChildProcess} as a field."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:16732
+#: guix-git/doc/guix.texi:16758
#, no-wrap
msgid "normalized"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:16739
+#: guix-git/doc/guix.texi:16765
msgid "Normalize the output records into record sets (@pxref{Record Sets,,, recutils, GNU recutils manual}). Normalizing into record sets allows joins across record types. The example below lists the PID of each @code{ChildProcess} and the associated PID for @code{Session} that spawned the @code{ChildProcess} where the @code{Session} was started using @command{guix build}."
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:16749
+#: guix-git/doc/guix.texi:16775
#, no-wrap
msgid ""
"$ guix processes --format=normalized | \\\n"
@@ -33351,7 +33404,7 @@ msgid ""
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:16752
+#: guix-git/doc/guix.texi:16778
#, no-wrap
msgid ""
"PID: 4554\n"
@@ -33360,7 +33413,7 @@ msgid ""
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:16755
+#: guix-git/doc/guix.texi:16781
#, no-wrap
msgid ""
"PID: 4646\n"
@@ -33368,46 +33421,46 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:16765
+#: guix-git/doc/guix.texi:16791
msgid "You can target computers of different CPU architectures when producing packages (@pxref{Invoking guix package}), packs (@pxref{Invoking guix pack}) or full systems (@pxref{Invoking guix system})."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:16768
+#: guix-git/doc/guix.texi:16794
msgid "GNU Guix supports two distinct mechanisms to target foreign architectures:"
msgstr ""
#. type: enumerate
-#: guix-git/doc/guix.texi:16774
+#: guix-git/doc/guix.texi:16800
msgid "The traditional @uref{https://en.wikipedia.org/wiki/Cross_compiler,cross-compilation} mechanism."
msgstr ""
#. type: enumerate
-#: guix-git/doc/guix.texi:16778
+#: guix-git/doc/guix.texi:16804
msgid "The native building mechanism which consists in building using the CPU instruction set of the foreign system you are targeting. It often requires emulation, using the QEMU program for instance."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:16788
+#: guix-git/doc/guix.texi:16814
#, fuzzy, no-wrap
#| msgid "foreign distro"
msgid "foreign architectures"
msgstr "чужой дистрибутив"
#. type: Plain text
-#: guix-git/doc/guix.texi:16791
+#: guix-git/doc/guix.texi:16817
#, fuzzy
#| msgid "This build system supports cross-compilation by using the @option{--target} option of @samp{guild compile}."
msgid "The commands supporting cross-compilation are proposing the @option{--list-targets} and @option{--target} options."
msgstr "Эта система сборки поддерживает кросс-компиляцию с использованием параметра @option{--target} в @samp{guild compile}."
#. type: Plain text
-#: guix-git/doc/guix.texi:16794
+#: guix-git/doc/guix.texi:16820
msgid "The @option{--list-targets} option lists all the supported targets that can be passed as an argument to @option{--target}."
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:16798
+#: guix-git/doc/guix.texi:16824
#, no-wrap
msgid ""
"$ guix build --list-targets\n"
@@ -33416,7 +33469,7 @@ msgid ""
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:16814
+#: guix-git/doc/guix.texi:16840
#, no-wrap
msgid ""
" - aarch64-linux-gnu\n"
@@ -33437,19 +33490,19 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:16818
+#: guix-git/doc/guix.texi:16844
#, fuzzy
#| msgid "Cross-build for @var{triplet}, which must be a valid GNU triplet, such as @code{\"aarch64-linux-gnu\"} (@pxref{Specifying target triplets, GNU configuration triplets,, autoconf, Autoconf})."
msgid "Targets are specified as GNU triplets (@pxref{Specifying Target Triplets, GNU configuration triplets,, autoconf, Autoconf})."
msgstr "Cross-сборка для @var{triplet}, который должен быть допустимым GNU triplet, например @code{\\ \"aarch64-linux-gnu\\\"} (@pxref{Specifying target triplets, GNU configuration triplets,, autoconf, Autoconf})."
#. type: Plain text
-#: guix-git/doc/guix.texi:16822
+#: guix-git/doc/guix.texi:16848
msgid "Those triplets are passed to GCC and the other underlying compilers possibly involved when building a package, a system image or any other GNU Guix output."
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:16826
+#: guix-git/doc/guix.texi:16852
#, no-wrap
msgid ""
"$ guix build --target=aarch64-linux-gnu hello\n"
@@ -33458,7 +33511,7 @@ msgid ""
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:16830
+#: guix-git/doc/guix.texi:16856
#, no-wrap
msgid ""
"$ file /gnu/store/9926by9qrxa91ijkhw9ndgwp4bn24g9h-hello-2.12/bin/hello\n"
@@ -33467,22 +33520,22 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:16836
+#: guix-git/doc/guix.texi:16862
msgid "The major benefit of cross-compilation is that there are no performance penalty compared to emulation using QEMU. There are however higher risks that some packages fail to cross-compile because fewer users are using this mechanism extensively."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:16842
+#: guix-git/doc/guix.texi:16868
msgid "The commands that support impersonating a specific system have the @option{--list-systems} and @option{--system} options."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:16845
+#: guix-git/doc/guix.texi:16871
msgid "The @option{--list-systems} option lists all the supported systems that can be passed as an argument to @option{--system}."
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:16849
+#: guix-git/doc/guix.texi:16875
#, no-wrap
msgid ""
"$ guix build --list-systems\n"
@@ -33491,7 +33544,7 @@ msgid ""
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:16859
+#: guix-git/doc/guix.texi:16885
#, no-wrap
msgid ""
" - x86_64-linux [current]\n"
@@ -33507,7 +33560,7 @@ msgid ""
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:16862
+#: guix-git/doc/guix.texi:16888
#, no-wrap
msgid ""
"$ guix build --system=i686-linux hello\n"
@@ -33516,7 +33569,7 @@ msgid ""
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:16866
+#: guix-git/doc/guix.texi:16892
#, no-wrap
msgid ""
"$ file /gnu/store/cc0km35s8x2z4pmwkrqqjx46i8b1i3gm-hello-2.12/bin/hello\n"
@@ -33525,37 +33578,37 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:16870
+#: guix-git/doc/guix.texi:16896
msgid "In the above example, the current system is @var{x86_64-linux}. The @var{hello} package is however built for the @var{i686-linux} system."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:16874
+#: guix-git/doc/guix.texi:16900
msgid "This is possible because the @var{i686} CPU instruction set is a subset of the @var{x86_64}, hence @var{i686} targeting binaries can be run on @var{x86_64}."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:16879
+#: guix-git/doc/guix.texi:16905
msgid "Still in the context of the previous example, if picking the @var{aarch64-linux} system and the @command{guix build --system=aarch64-linux hello} has to build some derivations, an extra step might be needed."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:16887
+#: guix-git/doc/guix.texi:16913
msgid "The @var{aarch64-linux} targeting binaries cannot directly be run on a @var{x86_64-linux} system. An emulation layer is requested. The GNU Guix daemon can take advantage of the Linux kernel @uref{https://en.wikipedia.org/wiki/Binfmt_misc,binfmt_misc} mechanism for that. In short, the Linux kernel can defer the execution of a binary targeting a foreign platform, here @var{aarch64-linux}, to a userspace program, usually an emulator."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:16893
+#: guix-git/doc/guix.texi:16919
msgid "There is a service that registers QEMU as a backend for the @code{binfmt_misc} mechanism (@pxref{Virtualization Services, @code{qemu-binfmt-service-type}}). On Debian based foreign distributions, the alternative would be the @code{qemu-user-static} package."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:16896
+#: guix-git/doc/guix.texi:16922
msgid "If the @code{binfmt_misc} mechanism is not setup correctly, the building will fail this way:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:16904
+#: guix-git/doc/guix.texi:16930
#, no-wrap
msgid ""
"$ guix build --system=armhf-linux hello --check\n"
@@ -33567,12 +33620,12 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:16908
+#: guix-git/doc/guix.texi:16934
msgid "whereas, with the @code{binfmt_misc} mechanism correctly linked with QEMU, one can expect to see:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:16912
+#: guix-git/doc/guix.texi:16938
#, no-wrap
msgid ""
"$ guix build --system=armhf-linux hello --check\n"
@@ -33580,72 +33633,72 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:16918
+#: guix-git/doc/guix.texi:16944
msgid "The main advantage of native building compared to cross-compiling, is that more packages are likely to build correctly. However it comes at a price: compilation backed by QEMU is @emph{way slower} than cross-compilation, because every instruction needs to be emulated."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:16924
+#: guix-git/doc/guix.texi:16950
msgid "The availability of substitutes for the architecture targeted by the @code{--system} option can mitigate this problem. An other way to work around it is to install GNU Guix on a machine whose CPU supports the targeted instruction set, and set it up as an offload machine (@pxref{Daemon Offload Setup})."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:16928
+#: guix-git/doc/guix.texi:16954
#, no-wrap
msgid "system configuration"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:16934
+#: guix-git/doc/guix.texi:16960
msgid "Guix System supports a consistent whole-system configuration mechanism. By that we mean that all aspects of the global system configuration---such as the available system services, timezone and locale settings, user accounts---are declared in a single place. Such a @dfn{system configuration} can be @dfn{instantiated}---i.e., effected."
msgstr "Система Guix поддерживает согласованный механизм конфигурации всей системы. Под этим мы подразумеваем, что все аспекты глобальной конфигурации системы - такие как доступные системные службы, настройки часового пояса и локали, учетные записи пользователей - объявляются в одном месте. Такая @dfn{системная конфигурация} может быть @dfn{инстанцирована} - то есть, реализована."
#. type: Plain text
-#: guix-git/doc/guix.texi:16944
+#: guix-git/doc/guix.texi:16970
msgid "One of the advantages of putting all the system configuration under the control of Guix is that it supports transactional system upgrades, and makes it possible to roll back to a previous system instantiation, should something go wrong with the new one (@pxref{Features}). Another advantage is that it makes it easy to replicate the exact same configuration across different machines, or at different points in time, without having to resort to additional administration tools layered on top of the own tools of the system."
msgstr "Одним из преимуществ передачи всей конфигурации системы под контроль Guix является поддержка транзакционных обновлений системы и возможность отката к предыдущей конфигурации системы, если что-то пойдет не так с новыми (@pxref{Features}). Еще одним преимуществом является то, что она позволяет легко воспроизводить точно такую же конфигурацию на разных машинах или в разные моменты времени, не прибегая к дополнительным инструментам администрирования, наложенным поверх собственных инструментов системы."
#. type: Plain text
-#: guix-git/doc/guix.texi:16949
+#: guix-git/doc/guix.texi:16975
msgid "This section describes this mechanism. First we focus on the system administrator's viewpoint---explaining how the system is configured and instantiated. Then we show how this mechanism can be extended, for instance to support new system services."
msgstr "В данном разделе описывается этот механизм. Сначала мы сосредоточимся на точке зрения системного администратора - объясним, как происходит конфигурирование и инстанцирование системы. Затем мы покажем, как этот механизм может быть расширен, например, для поддержки новых системных сервисов."
#. type: cindex
-#: guix-git/doc/guix.texi:16975
+#: guix-git/doc/guix.texi:17001
#, fuzzy, no-wrap
#| msgid "System Configuration"
msgid "system configuration file"
msgstr "Конфигурирование системы"
#. type: cindex
-#: guix-git/doc/guix.texi:16976
+#: guix-git/doc/guix.texi:17002
#, fuzzy, no-wrap
#| msgid "configuration file for channels"
msgid "configuration file, of the system"
msgstr "конфигурационный файл для каналов"
#. type: Plain text
-#: guix-git/doc/guix.texi:16986
+#: guix-git/doc/guix.texi:17012
msgid "You're reading this section probably because you have just installed Guix System (@pxref{System Installation}) and would like to know where to go from here. If you're already familiar with GNU/Linux system administration, the way Guix System is configured is very different from what you're used to: you won't install a system service by running @command{guix install}, you won't configure services by modifying files under @file{/etc}, and you won't create user accounts by invoking @command{useradd}; instead, all these aspects are spelled out in a @dfn{system configuration file}."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:16990
+#: guix-git/doc/guix.texi:17016
msgid "The first step with Guix System is thus to write the @dfn{system configuration file}; luckily, system installation already generated one for you and stored it under @file{/etc/config.scm}."
msgstr ""
#. type: quotation
-#: guix-git/doc/guix.texi:16996
+#: guix-git/doc/guix.texi:17022
msgid "You can store your system configuration file anywhere you like---it doesn't have to be at @file{/etc/config.scm}. It's a good idea to keep it under version control, for instance in a @uref{https://git-scm.com/book/en/, Git repository}."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:17001
+#: guix-git/doc/guix.texi:17027
msgid "The @emph{entire} configuration of the system---user accounts, system services, timezone, locale settings---is declared in this file, which follows this template:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:17006
+#: guix-git/doc/guix.texi:17032
#, fuzzy, no-wrap
#| msgid ""
#| "(use-modules (gnu packages base)) ;for 'hello'\n"
@@ -33660,7 +33713,7 @@ msgstr ""
"\n"
#. type: lisp
-#: guix-git/doc/guix.texi:17016
+#: guix-git/doc/guix.texi:17042
#, no-wrap
msgid ""
"(operating-system\n"
@@ -33675,323 +33728,323 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:17024
+#: guix-git/doc/guix.texi:17050
msgid "This configuration file is in fact a Scheme program; the first lines pull in modules providing variables you might need in the rest of the file---e.g., packages, services, etc. The @code{operating-system} form declares the system configuration as a @dfn{record} with a number of @dfn{fields}. @xref{Using the Configuration System}, to view complete examples and learn what to put in there."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:17029
+#: guix-git/doc/guix.texi:17055
msgid "The second step, once you have this configuration file, is to test it. Of course, you can skip this step if you're feeling lucky---you choose! To do that, pass your configuration file to @command{guix system vm} (no need to be root, you can do that as a regular user):"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:17032
+#: guix-git/doc/guix.texi:17058
#, fuzzy, no-wrap
#| msgid "guix system init /mnt/etc/config.scm /mnt\n"
msgid "guix system vm /etc/config.scm\n"
msgstr "guix system init /mnt/etc/config.scm /mnt\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:17038
+#: guix-git/doc/guix.texi:17064
msgid "This command returns the name of a shell script that starts a virtual machine (VM) running the system @emph{as described in the configuration file}:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:17041
+#: guix-git/doc/guix.texi:17067
#, no-wrap
msgid "/gnu/store/@dots{}-run-vm.sh\n"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:17048
+#: guix-git/doc/guix.texi:17074
msgid "In this VM, you can log in as @code{root} with no password. That's a good way to check that your configuration file is correct and that it gives the expected result, without touching your system. @xref{Invoking guix system}, for more information."
msgstr ""
#. type: quotation
-#: guix-git/doc/guix.texi:17056
+#: guix-git/doc/guix.texi:17082
msgid "When using @command{guix system vm}, aspects tied to your hardware such as file systems and mapped devices are overridden because they cannot be meaningfully tested in the VM@. Other aspects such as static network configuration (@pxref{Networking Setup, @code{static-networking-service-type}}) are @emph{not} overridden but they may not work inside the VM@."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:17058 guix-git/doc/guix.texi:17468
+#: guix-git/doc/guix.texi:17084 guix-git/doc/guix.texi:17494
#, fuzzy, no-wrap
#| msgid "System Installation"
msgid "system instantiation"
msgstr "Установка системы"
#. type: cindex
-#: guix-git/doc/guix.texi:17059 guix-git/doc/guix.texi:17469
+#: guix-git/doc/guix.texi:17085 guix-git/doc/guix.texi:17495
#, fuzzy, no-wrap
#| msgid "Configuring the operating system."
msgid "reconfiguring the system"
msgstr "Конфигурирование операционной системы."
#. type: Plain text
-#: guix-git/doc/guix.texi:17063
+#: guix-git/doc/guix.texi:17089
msgid "The third step, once you're happy with your configuration, is to @dfn{instantiate} it---make this configuration effective on your system. To do that, run:"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:17068
+#: guix-git/doc/guix.texi:17094
#, fuzzy, no-wrap
#| msgid "Specifying system services."
msgid "upgrading system services"
msgstr "Настройка системных служб."
#. type: cindex
-#: guix-git/doc/guix.texi:17069
+#: guix-git/doc/guix.texi:17095
#, fuzzy, no-wrap
#| msgid "substitute servers, adding more"
msgid "system services, upgrading"
msgstr "Авторизация сервера подстановок"
#. type: Plain text
-#: guix-git/doc/guix.texi:17077
+#: guix-git/doc/guix.texi:17103
msgid "This operation is @dfn{transactional}: either it succeeds and you end up with an upgraded system, or it fails and nothing has changed. Note that it does @emph{not} restart system services that were already running. Thus, to upgrade those services, you have to reboot or to explicitly restart them; for example, to restart the secure shell (SSH) daemon, you would run:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:17080
+#: guix-git/doc/guix.texi:17106
#, fuzzy, no-wrap
#| msgid "herd start ssh-daemon\n"
msgid "sudo herd restart sshd\n"
msgstr "herd start ssh-daemon\n"
#. type: quotation
-#: guix-git/doc/guix.texi:17086
+#: guix-git/doc/guix.texi:17112
msgid "System services are managed by the Shepherd (@pxref{Jump Start,,, shepherd, The GNU Shepherd Manual}). The @code{herd} command lets you inspect, start, and stop services. To view the status of services, run:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:17089
+#: guix-git/doc/guix.texi:17115
#, fuzzy, no-wrap
#| msgid "guix install emacs-guix\n"
msgid "sudo herd status\n"
msgstr "guix install emacs-guix\n"
#. type: quotation
-#: guix-git/doc/guix.texi:17093
+#: guix-git/doc/guix.texi:17119
msgid "To view detailed information about a given service, add its name to the command:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:17096
+#: guix-git/doc/guix.texi:17122
#, fuzzy, no-wrap
#| msgid "herd start ssh-daemon\n"
msgid "sudo herd status sshd\n"
msgstr "herd start ssh-daemon\n"
#. type: quotation
-#: guix-git/doc/guix.texi:17099
+#: guix-git/doc/guix.texi:17125
#, fuzzy
#| msgid "@xref{Invoking guix style}, for more information."
msgid "@xref{Services}, for more information."
msgstr "@xref{Invoking guix style} для дополнительной информации."
#. type: cindex
-#: guix-git/doc/guix.texi:17101
+#: guix-git/doc/guix.texi:17127
#, fuzzy, no-wrap
#| msgid "provenance tracking, of the operating system"
msgid "provenance, of the system"
msgstr "трекинг источника, артефакты программного обеспечения"
#. type: Plain text
-#: guix-git/doc/guix.texi:17104
+#: guix-git/doc/guix.texi:17130
msgid "The system records its @dfn{provenance}---the configuration file and channels that were used to deploy it. You can view it like so:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:17107 guix-git/doc/guix.texi:42711
+#: guix-git/doc/guix.texi:17133 guix-git/doc/guix.texi:42740
#, no-wrap
msgid "guix system describe\n"
msgstr "guix system describe\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:17111
+#: guix-git/doc/guix.texi:17137
msgid "Additionally, @command{guix system reconfigure} preserves previous system generations, which you can list:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:17114
+#: guix-git/doc/guix.texi:17140
#, fuzzy, no-wrap
#| msgid "guix package --list-generations\n"
msgid "guix system list-generations\n"
msgstr "guix package --list-generations\n"
#. type: cindex
-#: guix-git/doc/guix.texi:17117
+#: guix-git/doc/guix.texi:17143
#, no-wrap
msgid "roll back, for the system"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:17124
+#: guix-git/doc/guix.texi:17150
#, fuzzy
#| msgid "Upon completion, the system runs the latest versions of its software packages. When you eventually reboot, you'll notice a sub-menu in the bootloader that reads ``Old system generations'': it's what allows you to boot @emph{an older generation of your system}, should the latest generation be ``broken'' or otherwise unsatisfying. Just like for packages, you can always @emph{roll back} to a previous generation @emph{of the whole system}:"
msgid "Crucially, that means that you can always @emph{roll back} to an earlier generation should something go wrong! When you eventually reboot, you'll notice a sub-menu in the bootloader that reads ``Old system generations'': it's what allows you to boot @emph{an older generation of your system}, should the latest generation be ``broken'' or otherwise unsatisfying. You can also ``permanently'' roll back, like so:"
msgstr "По завершении в системе будут запущены последние версии пакетов. Когда вы перезагрузите машину, вы заметите подменю в загрузчике ``Old system generations'': это то, что позволяет вам загружать @emph{старшее поколение вашей системы}, если последнее поколение ``сломано'' или не соответствует вашим ожиданиям. Как и в случае с пакетами, вы всегда можете @emph{откатиться} на предыдущее поколение @emph{всей системы}:"
#. type: example
-#: guix-git/doc/guix.texi:17127
+#: guix-git/doc/guix.texi:17153
#, no-wrap
msgid "sudo guix system roll-back\n"
msgstr "sudo guix system roll-back\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:17132
+#: guix-git/doc/guix.texi:17158
msgid "Alternatively, you can use @command{guix system switch-generation} to switch to a specific generation."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:17137
+#: guix-git/doc/guix.texi:17163
msgid "Once in a while, you'll want to delete old generations that you do not need anymore to allow @dfn{garbage collection} to free space (@pxref{Invoking guix gc}). For example, to remove generations older than 4 months, run:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:17140
+#: guix-git/doc/guix.texi:17166
#, fuzzy, no-wrap
#| msgid "guix package --list-generations\n"
msgid "sudo guix system delete-generations 4m\n"
msgstr "guix package --list-generations\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:17146
+#: guix-git/doc/guix.texi:17172
msgid "From there on, anytime you want to change something in the system configuration, be it adding a user account or changing parameters of a service, you will first update your configuration file and then run @command{guix system reconfigure} as shown above."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:17146
+#: guix-git/doc/guix.texi:17172
#, fuzzy, no-wrap
#| msgid "integrity, of the store"
msgid "upgrade, of the system"
msgstr "целостность, склада"
#. type: Plain text
-#: guix-git/doc/guix.texi:17149
+#: guix-git/doc/guix.texi:17175
msgid "Likewise, to @emph{upgrade} system software, you first fetch an up-to-date Guix and then reconfigure your system with that new Guix:"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:17158
+#: guix-git/doc/guix.texi:17184
#, fuzzy
#| msgid "This builds a new system generation with the latest packages and services (@pxref{Invoking guix system}). We recommend doing that regularly so that your system includes the latest security updates (@pxref{Security Updates})."
msgid "We recommend doing that regularly so that your system includes the latest security updates (@pxref{Security Updates})."
msgstr "Это соберёт поколение (generation) системы с последними пакетами и сервисами (@pxref{Invoking guix system}). Мы рекомендуем делать это регулярно, чтобы ваша система содержала обновления безопасности (@pxref{Security Updates})."
#. type: cindex
-#: guix-git/doc/guix.texi:17161
+#: guix-git/doc/guix.texi:17187
#, no-wrap
msgid "sudo vs. @command{guix pull}"
msgstr "sudo vs. @command{guix pull}"
#. type: quotation
-#: guix-git/doc/guix.texi:17164
+#: guix-git/doc/guix.texi:17190
#, fuzzy
#| msgid "Note that @command{sudo guix} runs your user's @command{guix} command and @emph{not} root's, because @command{sudo} leaves @env{PATH} unchanged. To explicitly run root's @command{guix}, type @command{sudo -i guix @dots{}}."
msgid "@command{sudo guix} runs your user's @command{guix} command and @emph{not} root's, because @command{sudo} leaves @env{PATH} unchanged."
msgstr "Отметим, что @command{sudo guix} запускает команду @command{guix} от вашего пользователя, но @emph{не} от root, потому что @command{sudo} не меняет @code{PATH}. Чтобы вместо этого запустить @command{guix} от root, напечатайте @command{sudo -i guix @dots{}}."
#. type: quotation
-#: guix-git/doc/guix.texi:17169
+#: guix-git/doc/guix.texi:17195
msgid "The difference matters here, because @command{guix pull} updates the @command{guix} command and package definitions only for the user it is run as. This means that if you choose to use @command{guix system reconfigure} in root's login shell, you'll need to @command{guix pull} separately."
msgstr "Разница важна, потому что @command{guix pull} обновляет команду @command{guix} и определения пакетов только для пользователя, от имени которого она запускается. Это означает, что если вы решите использовать @command{guix system reconfigure} от имени root, вам нужно будет запустить @command{guix pull} отдельно."
#. type: Plain text
-#: guix-git/doc/guix.texi:17174
+#: guix-git/doc/guix.texi:17200
msgid "That's it! If you're getting started with Guix entirely, @pxref{Getting Started}. The next sections dive in more detail into the crux of the matter: system configuration."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:17182
+#: guix-git/doc/guix.texi:17208
msgid "The previous section showed the overall workflow you would follow when administering a Guix System machine (@pxref{Getting Started with the System}). Let's now see in more detail what goes into the system configuration file."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:17189
+#: guix-git/doc/guix.texi:17215
#, fuzzy
#| msgid "The operating system is configured by providing an @code{operating-system} declaration in a file that can then be passed to the @command{guix system} command (@pxref{Invoking guix system}). A simple setup, with the default system services, the default Linux-Libre kernel, initial RAM disk, and boot loader looks like this:"
msgid "The operating system is configured by providing an @code{operating-system} declaration in a file that can then be passed to the @command{guix system} command (@pxref{Invoking guix system}), as we've seen before. A simple setup, with the default Linux-Libre kernel, initial RAM disk, and a couple of system services added to those provided by default looks like this:"
msgstr "Операционная система конфигурируется путем предоставления описания @code{операционной системы} в файле, который затем может быть передан команде @command{guix system} (@pxref{Вызов guix system}). Простая конфигурация с системными службами по умолчанию, ядром Linux-Libre по умолчанию, начальным RAM-диском и загрузчиком выглядит следующим образом:"
#. type: code{#1}
-#: guix-git/doc/guix.texi:17190 guix-git/doc/guix.texi:43393
-#: guix-git/doc/guix.texi:47799
+#: guix-git/doc/guix.texi:17216 guix-git/doc/guix.texi:43422
+#: guix-git/doc/guix.texi:47828
#, no-wrap
msgid "operating-system"
msgstr ""
#. type: include
-#: guix-git/doc/guix.texi:17192
+#: guix-git/doc/guix.texi:17218
#, no-wrap
msgid "os-config-bare-bones.texi"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:17204
+#: guix-git/doc/guix.texi:17230
#, fuzzy
#| msgid "This example should be self-describing. Some of the fields defined above, such as @code{host-name} and @code{bootloader}, are mandatory. Others, such as @code{packages} and @code{services}, can be omitted, in which case they get a default value."
msgid "The configuration is declarative. It is code in the Scheme programming language; the whole @code{(operating-system @dots{})} expression produces a @dfn{record} with a number of @dfn{fields}. Some of the fields defined above, such as @code{host-name} and @code{bootloader}, are mandatory. Others, such as @code{packages} and @code{services}, can be omitted, in which case they get a default value. @xref{operating-system Reference}, for details about all the available fields."
msgstr "Этот пример должен быть самоописанием. Некоторые из определенных выше полей, такие как @code{имя хоста} и @code{загрузчик}, являются обязательными. Другие, такие как @code{пакеты} и @code{службы}, могут быть опущены, в этом случае они получают значение по умолчанию."
#. type: Plain text
-#: guix-git/doc/guix.texi:17206
+#: guix-git/doc/guix.texi:17232
msgid "Below we discuss the meaning of some of the most important fields."
msgstr ""
#. type: quotation
-#: guix-git/doc/guix.texi:17211
+#: guix-git/doc/guix.texi:17237
msgid "The configuration file is a Scheme program and you might get the syntax or semantics wrong as you get started. Syntactic issues such as misplaced parentheses can often be identified by reformatting your file:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:17214
+#: guix-git/doc/guix.texi:17240
#, fuzzy, no-wrap
#| msgid "guix system init /mnt/etc/config.scm /mnt\n"
msgid "guix style -f config.scm\n"
msgstr "guix system init /mnt/etc/config.scm /mnt\n"
#. type: quotation
-#: guix-git/doc/guix.texi:17220
+#: guix-git/doc/guix.texi:17246
msgid "The Cookbook has a short section to get started with the Scheme programming language that explains the fundamentals, which you will find helpful when hacking your configuration. @xref{A Scheme Crash Course,,, guix-cookbook, GNU Guix Cookbook}."
msgstr ""
#. type: unnumberedsubsec
-#: guix-git/doc/guix.texi:17222
+#: guix-git/doc/guix.texi:17248
#, no-wrap
msgid "Bootloader"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:17224
+#: guix-git/doc/guix.texi:17250
#, no-wrap
msgid "legacy boot, on Intel machines"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:17225
+#: guix-git/doc/guix.texi:17251
#, no-wrap
msgid "BIOS boot, on Intel machines"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:17226
+#: guix-git/doc/guix.texi:17252
#, no-wrap
msgid "UEFI boot"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:17227
+#: guix-git/doc/guix.texi:17253
#, no-wrap
msgid "EFI boot"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:17233
+#: guix-git/doc/guix.texi:17259
msgid "The @code{bootloader} field describes the method that will be used to boot your system. Machines based on Intel processors can boot in ``legacy'' BIOS mode, as in the example above. However, more recent machines rely instead on the @dfn{Unified Extensible Firmware Interface} (UEFI) to boot. In that case, the @code{bootloader} field should contain something along these lines:"
msgstr "Поле @code{bootloader} описывает метод, который будет использоваться для загрузки вашей системы. Компьютеры на базе процессоров Intel могут загружаться в \"устаревшем\" режиме BIOS, как в примере выше. Однако более современные машины используют для загрузки @dfn{Unified Extensible Firmware Interface} (UEFI). В этом случае поле @code{bootloader} должно содержать примерно следующее:"
#. type: lisp
-#: guix-git/doc/guix.texi:17238
+#: guix-git/doc/guix.texi:17264
#, no-wrap
msgid ""
"(bootloader-configuration\n"
@@ -34000,29 +34053,29 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:17242
+#: guix-git/doc/guix.texi:17268
msgid "@xref{Bootloader Configuration}, for more information on the available configuration options."
msgstr "@xref{Bootloader Configuration}, для получения дополнительной информации о доступных параметрах конфигурации."
#. type: unnumberedsubsec
-#: guix-git/doc/guix.texi:17243
+#: guix-git/doc/guix.texi:17269
#, no-wrap
msgid "Globally-Visible Packages"
msgstr ""
#. type: vindex
-#: guix-git/doc/guix.texi:17245
+#: guix-git/doc/guix.texi:17271
#, no-wrap
msgid "%base-packages"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:17258
+#: guix-git/doc/guix.texi:17284
msgid "The @code{packages} field lists packages that will be globally visible on the system, for all user accounts---i.e., in every user's @env{PATH} environment variable---in addition to the per-user profiles (@pxref{Invoking guix package}). The @code{%base-packages} variable provides all the tools one would expect for basic user and administrator tasks---including the GNU Core Utilities, the GNU Networking Utilities, the @command{mg} lightweight text editor, @command{find}, @command{grep}, etc. The example above adds GNU@tie{}Screen to those, taken from the @code{(gnu packages screen)} module (@pxref{Package Modules}). The @code{(list package output)} syntax can be used to add a specific output of a package:"
msgstr "В поле @code{packages} перечислены пакеты, которые будут глобально видны в системе, для всех учетных записей пользователей - т.е. в переменной окружения @env{PATH} каждого пользователя - в дополнение к профилям для каждого пользователя (@pxref{Invoking guix package}). Переменная @code{%base-packages} предоставляет все инструменты, которые можно ожидать для выполнения основных задач пользователя и администратора, включая GNU Core Utilities, GNU Networking Utilities, легкий текстовый редактор @command{mg}, @command{find}, @command{grep} и т.д. В примере выше к ним добавляется GNU@tie{}Screen, взятый из модуля @code{(gnu packages screen)} (@pxref{Package Modules}). Синтаксис @code{(list package output)} можно использовать для добавления конкретного вывода пакета:"
#. type: lisp
-#: guix-git/doc/guix.texi:17262
+#: guix-git/doc/guix.texi:17288
#, no-wrap
msgid ""
"(use-modules (gnu packages))\n"
@@ -34031,7 +34084,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:17267
+#: guix-git/doc/guix.texi:17293
#, no-wrap
msgid ""
"(operating-system\n"
@@ -34041,18 +34094,18 @@ msgid ""
msgstr ""
#. type: findex
-#: guix-git/doc/guix.texi:17269
+#: guix-git/doc/guix.texi:17295
#, no-wrap
msgid "specification->package"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:17278
+#: guix-git/doc/guix.texi:17304
msgid "Referring to packages by variable name, like @code{isc-bind} above, has the advantage of being unambiguous; it also allows typos and such to be diagnosed right away as ``unbound variables''. The downside is that one needs to know which module defines which package, and to augment the @code{use-package-modules} line accordingly. To avoid that, one can use the @code{specification->package} procedure of the @code{(gnu packages)} module, which returns the best package for a given name or name and version:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:17281 guix-git/doc/guix.texi:17297
+#: guix-git/doc/guix.texi:17307 guix-git/doc/guix.texi:17323
#, no-wrap
msgid ""
"(use-modules (gnu packages))\n"
@@ -34060,7 +34113,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:17287
+#: guix-git/doc/guix.texi:17313
#, no-wrap
msgid ""
"(operating-system\n"
@@ -34071,19 +34124,19 @@ msgid ""
msgstr ""
#. type: findex
-#: guix-git/doc/guix.texi:17289
+#: guix-git/doc/guix.texi:17315
#, fuzzy, no-wrap
#| msgid "specifications->manifest"
msgid "specifications->packages"
msgstr "specifications->manifest"
#. type: Plain text
-#: guix-git/doc/guix.texi:17294
+#: guix-git/doc/guix.texi:17320
msgid "When a package has more than one output it can be a challenge to refer to a specific output instead of just to the standard @code{out} output. For these situations one can use the @code{specifications->packages} procedure from the @code{(gnu packages)} module. For example:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:17303
+#: guix-git/doc/guix.texi:17329
#, no-wrap
msgid ""
"(operating-system\n"
@@ -34095,58 +34148,58 @@ msgid ""
msgstr ""
#. type: unnumberedsubsec
-#: guix-git/doc/guix.texi:17306
+#: guix-git/doc/guix.texi:17332
#, no-wrap
msgid "System Services"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:17308 guix-git/doc/guix.texi:41916
-#: guix-git/doc/guix.texi:43634
+#: guix-git/doc/guix.texi:17334 guix-git/doc/guix.texi:41945
+#: guix-git/doc/guix.texi:43663
#, no-wrap
msgid "services"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:17309 guix-git/doc/guix.texi:19028
+#: guix-git/doc/guix.texi:17335 guix-git/doc/guix.texi:19054
#, no-wrap
msgid "%base-services"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:17319
+#: guix-git/doc/guix.texi:17345
msgid "The @code{services} field lists @dfn{system services} to be made available when the system starts (@pxref{Services}). The @code{operating-system} declaration above specifies that, in addition to the basic services, we want the OpenSSH secure shell daemon listening on port 2222 (@pxref{Networking Services, @code{openssh-service-type}}). Under the hood, @code{openssh-service-type} arranges so that @command{sshd} is started with the right command-line options, possibly with supporting configuration files generated as needed (@pxref{Defining Services})."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:17320
+#: guix-git/doc/guix.texi:17346
#, no-wrap
msgid "customization, of services"
msgstr ""
#. type: findex
-#: guix-git/doc/guix.texi:17321
+#: guix-git/doc/guix.texi:17347
#, no-wrap
msgid "modify-services"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:17325
+#: guix-git/doc/guix.texi:17351
msgid "Occasionally, instead of using the base services as is, you will want to customize them. To do this, use @code{modify-services} (@pxref{Service Reference, @code{modify-services}}) to modify the list."
msgstr ""
#. type: anchor{#1}
-#: guix-git/doc/guix.texi:17331
+#: guix-git/doc/guix.texi:17357
msgid "auto-login to TTY"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:17331
+#: guix-git/doc/guix.texi:17357
msgid "For example, suppose you want to modify @code{guix-daemon} and Mingetty (the console log-in) in the @code{%base-services} list (@pxref{Base Services, @code{%base-services}}). To do that, you can write the following in your operating system declaration:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:17348
+#: guix-git/doc/guix.texi:17374
#, fuzzy, no-wrap
#| msgid ""
#| "(operating-system\n"
@@ -34199,7 +34252,7 @@ msgstr ""
" %default-authorized-guix-keys)))))))\n"
#. type: lisp
-#: guix-git/doc/guix.texi:17352
+#: guix-git/doc/guix.texi:17378
#, no-wrap
msgid ""
"(operating-system\n"
@@ -34208,49 +34261,49 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:17365
+#: guix-git/doc/guix.texi:17391
msgid "This changes the configuration---i.e., the service parameters---of the @code{guix-service-type} instance, and that of all the @code{mingetty-service-type} instances in the @code{%base-services} list (@pxref{Auto-Login to a Specific TTY, see the cookbook for how to auto-login one user to a specific TTY,, guix-cookbook, GNU Guix Cookbook})). Observe how this is accomplished: first, we arrange for the original configuration to be bound to the identifier @code{config} in the @var{body}, and then we write the @var{body} so that it evaluates to the desired configuration. In particular, notice how we use @code{inherit} to create a new configuration which has the same values as the old configuration, but with a few modifications."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:17372
+#: guix-git/doc/guix.texi:17398
msgid "The configuration for a typical ``desktop'' usage, with an encrypted root partition, a swap file on the root partition, the X11 display server, GNOME and Xfce (users can choose which of these desktop environments to use at the log-in screen by pressing @kbd{F1}), network management, power management, and more, would look like this:"
msgstr ""
#. type: include
-#: guix-git/doc/guix.texi:17374
+#: guix-git/doc/guix.texi:17400
#, no-wrap
msgid "os-config-desktop.texi"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:17379
+#: guix-git/doc/guix.texi:17405
msgid "A graphical system with a choice of lightweight window managers instead of full-blown desktop environments would look like this:"
msgstr ""
#. type: include
-#: guix-git/doc/guix.texi:17381
+#: guix-git/doc/guix.texi:17407
#, no-wrap
msgid "os-config-lightweight-desktop.texi"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:17387
+#: guix-git/doc/guix.texi:17413
msgid "This example refers to the @file{/boot/efi} file system by its UUID, @code{1234-ABCD}. Replace this UUID with the right UUID on your system, as returned by the @command{blkid} command."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:17390
+#: guix-git/doc/guix.texi:17416
msgid "@xref{Desktop Services}, for the exact list of services provided by @code{%desktop-services}."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:17397
+#: guix-git/doc/guix.texi:17423
msgid "Again, @code{%desktop-services} is just a list of service objects. If you want to remove services from there, you can do so using the procedures for list filtering (@pxref{SRFI-1 Filtering and Partitioning,,, guile, GNU Guile Reference Manual}). For instance, the following expression returns a list that contains all the services in @code{%desktop-services} minus the Avahi service:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:17402
+#: guix-git/doc/guix.texi:17428
#, no-wrap
msgid ""
"(remove (lambda (service)\n"
@@ -34259,12 +34312,12 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:17405
+#: guix-git/doc/guix.texi:17431
msgid "Alternatively, the @code{modify-services} macro can be used:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:17409
+#: guix-git/doc/guix.texi:17435
#, no-wrap
msgid ""
"(modify-services %desktop-services\n"
@@ -34272,52 +34325,52 @@ msgid ""
msgstr ""
#. type: unnumberedsubsec
-#: guix-git/doc/guix.texi:17411
+#: guix-git/doc/guix.texi:17437
#, fuzzy, no-wrap
#| msgid "Printing Services"
msgid "Inspecting Services"
msgstr "Сервисы печати"
#. type: cindex
-#: guix-git/doc/guix.texi:17413
+#: guix-git/doc/guix.texi:17439
#, fuzzy, no-wrap
#| msgid "Invoking guix system"
msgid "troubleshooting, for system services"
msgstr "Вызов guix system"
#. type: cindex
-#: guix-git/doc/guix.texi:17414
+#: guix-git/doc/guix.texi:17440
#, fuzzy, no-wrap
#| msgid "Specifying system services."
msgid "inspecting system services"
msgstr "Настройка системных служб."
#. type: cindex
-#: guix-git/doc/guix.texi:17415
+#: guix-git/doc/guix.texi:17441
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "system services, inspecting"
msgstr "activation-service-type"
#. type: Plain text
-#: guix-git/doc/guix.texi:17419
+#: guix-git/doc/guix.texi:17445
msgid "As you work on your system configuration, you might wonder why some system service doesn't show up or why the system is not as you expected. There are several ways to inspect and troubleshoot problems."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:17420
+#: guix-git/doc/guix.texi:17446
#, fuzzy, no-wrap
#| msgid "configuration file for channels"
msgid "dependency graph, of Shepherd services"
msgstr "конфигурационный файл для каналов"
#. type: Plain text
-#: guix-git/doc/guix.texi:17423
+#: guix-git/doc/guix.texi:17449
msgid "First, you can inspect the dependency graph of Shepherd services like so:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:17427
+#: guix-git/doc/guix.texi:17453
#, no-wrap
msgid ""
"guix system shepherd-graph /etc/config.scm | \\\n"
@@ -34325,24 +34378,24 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:17434
+#: guix-git/doc/guix.texi:17460
msgid "This lets you visualize the Shepherd services as defined in @file{/etc/config.scm}. Each box is a service as would be shown by @command{sudo herd status} on the running system, and each arrow denotes a dependency (in the sense that if service @var{A} depends on @var{B}, then @var{B} must be started before @var{A})."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:17435
+#: guix-git/doc/guix.texi:17461
#, fuzzy, no-wrap
#| msgid "provenance tracking, of the operating system"
msgid "extension graph, of services"
msgstr "трекинг источника, артефакты программного обеспечения"
#. type: Plain text
-#: guix-git/doc/guix.texi:17439
+#: guix-git/doc/guix.texi:17465
msgid "Not all ``services'' are Shepherd services though, since Guix System uses a broader definition of the term (@pxref{Services}). To visualize system services and their relations at a higher level, run:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:17443
+#: guix-git/doc/guix.texi:17469
#, no-wrap
msgid ""
"guix system extension-graph /etc/config.scm | \\\n"
@@ -34350,17 +34403,17 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:17449
+#: guix-git/doc/guix.texi:17475
msgid "This lets you view the @dfn{service extension graph}: how services ``extend'' each other, for instance by contributing to their configuration. @xref{Service Composition}, to understand the meaning of this graph."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:17453
+#: guix-git/doc/guix.texi:17479
msgid "Last, you may also find it useful to inspect your system configuration at the REPL (@pxref{Using Guix Interactively}). Here is an example session:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:17461
+#: guix-git/doc/guix.texi:17487
#, no-wrap
msgid ""
"$ guix repl\n"
@@ -34372,329 +34425,329 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:17465
+#: guix-git/doc/guix.texi:17491
msgid "@xref{Service Reference}, to learn about the Scheme interface to manipulate and inspect services."
msgstr ""
#. type: unnumberedsubsec
-#: guix-git/doc/guix.texi:17466
+#: guix-git/doc/guix.texi:17492
#, no-wrap
msgid "Instantiating the System"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:17475
+#: guix-git/doc/guix.texi:17501
msgid "Assuming the @code{operating-system} declaration is stored in the @file{config.scm} file, the @command{sudo guix system reconfigure config.scm} command instantiates that configuration, and makes it the default boot entry. @xref{Getting Started with the System}, for an overview."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:17483
+#: guix-git/doc/guix.texi:17509
msgid "The normal way to change the system configuration is by updating this file and re-running @command{guix system reconfigure}. One should never have to touch files in @file{/etc} or to run commands that modify the system state such as @command{useradd} or @command{grub-install}. In fact, you must avoid that since that would not only void your warranty but also prevent you from rolling back to previous versions of your system, should you ever need to."
msgstr ""
#. type: unnumberedsubsec
-#: guix-git/doc/guix.texi:17484
+#: guix-git/doc/guix.texi:17510
#, no-wrap
msgid "The Programming Interface"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:17489
+#: guix-git/doc/guix.texi:17515
msgid "At the Scheme level, the bulk of an @code{operating-system} declaration is instantiated with the following monadic procedure (@pxref{The Store Monad}):"
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:17490
+#: guix-git/doc/guix.texi:17516
#, no-wrap
msgid "{Monadic Procedure} operating-system-derivation os"
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:17493
+#: guix-git/doc/guix.texi:17519
msgid "Return a derivation that builds @var{os}, an @code{operating-system} object (@pxref{Derivations})."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:17497
+#: guix-git/doc/guix.texi:17523
msgid "The output of the derivation is a single directory that refers to all the packages, configuration files, and other supporting files needed to instantiate @var{os}."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:17502
+#: guix-git/doc/guix.texi:17528
msgid "This procedure is provided by the @code{(gnu system)} module. Along with @code{(gnu services)} (@pxref{Services}), this module contains the guts of Guix System. Make sure to visit it!"
msgstr ""
#. type: section
-#: guix-git/doc/guix.texi:17505
+#: guix-git/doc/guix.texi:17531
#, no-wrap
msgid "@code{operating-system} Reference"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:17510
+#: guix-git/doc/guix.texi:17536
msgid "This section summarizes all the options available in @code{operating-system} declarations (@pxref{Using the Configuration System})."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:17511
+#: guix-git/doc/guix.texi:17537
#, no-wrap
msgid "{Data Type} operating-system"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:17515
+#: guix-git/doc/guix.texi:17541
msgid "This is the data type representing an operating system configuration. By that, we mean all the global system configuration, not per-user configuration (@pxref{Using the Configuration System})."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:17517
+#: guix-git/doc/guix.texi:17543
#, no-wrap
msgid "@code{kernel} (default: @code{linux-libre})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:17523
+#: guix-git/doc/guix.texi:17549
msgid "The package object of the operating system kernel to use@footnote{Currently only the Linux-libre kernel is fully supported. Using GNU@tie{}mach with the GNU@tie{}Hurd is experimental and only available when building a virtual machine disk image.}."
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:17524 guix-git/doc/guix.texi:37038
+#: guix-git/doc/guix.texi:17550 guix-git/doc/guix.texi:37067
#, no-wrap
msgid "hurd"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:17525
+#: guix-git/doc/guix.texi:17551
#, no-wrap
msgid "@code{hurd} (default: @code{#f})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:17530
+#: guix-git/doc/guix.texi:17556
msgid "The package object of the Hurd to be started by the kernel. When this field is set, produce a GNU/Hurd operating system. In that case, @code{kernel} must also be set to the @code{gnumach} package---the microkernel the Hurd runs on."
msgstr ""
#. type: quotation
-#: guix-git/doc/guix.texi:17533
+#: guix-git/doc/guix.texi:17559
msgid "This feature is experimental and only supported for disk images."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:17535
+#: guix-git/doc/guix.texi:17561
#, no-wrap
msgid "@code{kernel-loadable-modules} (default: '())"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:17538
+#: guix-git/doc/guix.texi:17564
msgid "A list of objects (usually packages) to collect loadable kernel modules from--e.g. @code{(list ddcci-driver-linux)}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:17539
+#: guix-git/doc/guix.texi:17565
#, no-wrap
msgid "@code{kernel-arguments} (default: @code{%default-kernel-arguments})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:17542
+#: guix-git/doc/guix.texi:17568
msgid "List of strings or gexps representing additional arguments to pass on the command-line of the kernel---e.g., @code{(\"console=ttyS0\")}."
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:17543 guix-git/doc/guix.texi:42160
-#: guix-git/doc/guix.texi:42179
+#: guix-git/doc/guix.texi:17569 guix-git/doc/guix.texi:42189
+#: guix-git/doc/guix.texi:42208
#, no-wrap
msgid "bootloader"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:17545
+#: guix-git/doc/guix.texi:17571
msgid "The system bootloader configuration object. @xref{Bootloader Configuration}."
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:17546 guix-git/doc/guix.texi:42451
-#: guix-git/doc/guix.texi:47880
+#: guix-git/doc/guix.texi:17572 guix-git/doc/guix.texi:42480
+#: guix-git/doc/guix.texi:47909
#, no-wrap
msgid "label"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:17549
+#: guix-git/doc/guix.texi:17575
msgid "This is the label (a string) as it appears in the bootloader's menu entry. The default label includes the kernel name and version."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:17550 guix-git/doc/guix.texi:19453
-#: guix-git/doc/guix.texi:23644 guix-git/doc/guix.texi:42323
+#: guix-git/doc/guix.texi:17576 guix-git/doc/guix.texi:19479
+#: guix-git/doc/guix.texi:23670 guix-git/doc/guix.texi:42352
#, no-wrap
msgid "@code{keyboard-layout} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:17555
+#: guix-git/doc/guix.texi:17581
msgid "This field specifies the keyboard layout to use in the console. It can be either @code{#f}, in which case the default keyboard layout is used (usually US English), or a @code{<keyboard-layout>} record. @xref{Keyboard Layout}, for more information."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:17560
+#: guix-git/doc/guix.texi:17586
msgid "This keyboard layout is in effect as soon as the kernel has booted. For instance, it is the keyboard layout in effect when you type a passphrase if your root file system is on a @code{luks-device-mapping} mapped device (@pxref{Mapped Devices})."
msgstr ""
#. type: quotation
-#: guix-git/doc/guix.texi:17567
+#: guix-git/doc/guix.texi:17593
msgid "This does @emph{not} specify the keyboard layout used by the bootloader, nor that used by the graphical display server. @xref{Bootloader Configuration}, for information on how to specify the bootloader's keyboard layout. @xref{X Window}, for information on how to specify the keyboard layout used by the X Window System."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:17569
+#: guix-git/doc/guix.texi:17595
#, no-wrap
msgid "@code{initrd-modules} (default: @code{%base-initrd-modules})"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:17570 guix-git/doc/guix.texi:41953
-#: guix-git/doc/guix.texi:42086
+#: guix-git/doc/guix.texi:17596 guix-git/doc/guix.texi:41982
+#: guix-git/doc/guix.texi:42115
#, no-wrap
msgid "initrd"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:17571 guix-git/doc/guix.texi:41954
-#: guix-git/doc/guix.texi:42087
+#: guix-git/doc/guix.texi:17597 guix-git/doc/guix.texi:41983
+#: guix-git/doc/guix.texi:42116
#, no-wrap
msgid "initial RAM disk"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:17574
+#: guix-git/doc/guix.texi:17600
msgid "The list of Linux kernel modules that need to be available in the initial RAM disk. @xref{Initial RAM Disk}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:17575
+#: guix-git/doc/guix.texi:17601
#, no-wrap
msgid "@code{initrd} (default: @code{base-initrd})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:17579
+#: guix-git/doc/guix.texi:17605
msgid "A procedure that returns an initial RAM disk for the Linux kernel. This field is provided to support low-level customization and should rarely be needed for casual use. @xref{Initial RAM Disk}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:17580
+#: guix-git/doc/guix.texi:17606
#, no-wrap
msgid "@code{firmware} (default: @code{%base-firmware})"
msgstr "@code{port} (default: @code{22})"
#. type: cindex
-#: guix-git/doc/guix.texi:17581
+#: guix-git/doc/guix.texi:17607
#, no-wrap
msgid "firmware"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:17583
+#: guix-git/doc/guix.texi:17609
msgid "List of firmware packages loadable by the operating system kernel."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:17588
+#: guix-git/doc/guix.texi:17614
msgid "The default includes firmware needed for Atheros- and Broadcom-based WiFi devices (Linux-libre modules @code{ath9k} and @code{b43-open}, respectively). @xref{Hardware Considerations}, for more info on supported hardware."
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:17589 guix-git/doc/guix.texi:43412
+#: guix-git/doc/guix.texi:17615 guix-git/doc/guix.texi:43441
#, no-wrap
msgid "host-name"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:17591
+#: guix-git/doc/guix.texi:17617
msgid "The host name."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:17592
+#: guix-git/doc/guix.texi:17618
#, no-wrap
msgid "@code{mapped-devices} (default: @code{'()})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:17594
+#: guix-git/doc/guix.texi:17620
msgid "A list of mapped devices. @xref{Mapped Devices}."
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:17595
+#: guix-git/doc/guix.texi:17621
#, no-wrap
msgid "file-systems"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:17597
+#: guix-git/doc/guix.texi:17623
msgid "A list of file systems. @xref{File Systems}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:17598
+#: guix-git/doc/guix.texi:17624
#, no-wrap
msgid "@code{swap-devices} (default: @code{'()})"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:17599
+#: guix-git/doc/guix.texi:17625
#, no-wrap
msgid "swap devices"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:17601
+#: guix-git/doc/guix.texi:17627
msgid "A list of swap spaces. @xref{Swap Space}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:17602
+#: guix-git/doc/guix.texi:17628
#, no-wrap
msgid "@code{users} (default: @code{%base-user-accounts})"
msgstr ""
#. type: itemx
-#: guix-git/doc/guix.texi:17603
+#: guix-git/doc/guix.texi:17629
#, no-wrap
msgid "@code{groups} (default: @code{%base-groups})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:17605
+#: guix-git/doc/guix.texi:17631
msgid "List of user accounts and groups. @xref{User Accounts}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:17608
+#: guix-git/doc/guix.texi:17634
msgid "If the @code{users} list lacks a user account with UID@tie{}0, a ``root'' account with UID@tie{}0 is automatically added."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:17609
+#: guix-git/doc/guix.texi:17635
#, no-wrap
msgid "@code{skeletons} (default: @code{(default-skeletons)})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:17613
+#: guix-git/doc/guix.texi:17639
msgid "A list of target file name/file-like object tuples (@pxref{G-Expressions, file-like objects}). These are the skeleton files that will be added to the home directory of newly-created user accounts."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:17615
+#: guix-git/doc/guix.texi:17641
msgid "For instance, a valid value may look like this:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:17621
+#: guix-git/doc/guix.texi:17647
#, no-wrap
msgid ""
"`((\".bashrc\" ,(plain-file \"bashrc\" \"echo Hello\\n\"))\n"
@@ -34704,29 +34757,29 @@ msgid ""
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:17623
+#: guix-git/doc/guix.texi:17649
#, no-wrap
msgid "@code{issue} (default: @code{%default-issue})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:17626
+#: guix-git/doc/guix.texi:17652
msgid "A string denoting the contents of the @file{/etc/issue} file, which is displayed when users log in on a text console."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:17627
+#: guix-git/doc/guix.texi:17653
#, no-wrap
msgid "@code{packages} (default: @code{%base-packages})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:17631
+#: guix-git/doc/guix.texi:17657
msgid "A list of packages to be installed in the global profile, which is accessible at @file{/run/current-system/profile}. Each element is either a package variable or a package/output tuple. Here's a simple example of both:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:17636
+#: guix-git/doc/guix.texi:17662
#, no-wrap
msgid ""
"(cons* git ; the default \"out\" output\n"
@@ -34735,182 +34788,182 @@ msgid ""
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:17641
+#: guix-git/doc/guix.texi:17667
msgid "The default set includes core utilities and it is good practice to install non-core utilities in user profiles (@pxref{Invoking guix package})."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:17642
+#: guix-git/doc/guix.texi:17668
#, fuzzy, no-wrap
#| msgid "@code{size} (default @code{\"1G\"})"
msgid "@code{timezone} (default: @code{\"Etc/UTC\"})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:17644
+#: guix-git/doc/guix.texi:17670
msgid "A timezone identifying string---e.g., @code{\"Europe/Paris\"}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:17648
+#: guix-git/doc/guix.texi:17674
msgid "You can run the @command{tzselect} command to find out which timezone string corresponds to your region. Choosing an invalid timezone name causes @command{guix system} to fail."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:17649 guix-git/doc/guix.texi:26109
+#: guix-git/doc/guix.texi:17675 guix-git/doc/guix.texi:26135
#, no-wrap
msgid "@code{locale} (default: @code{\"en_US.utf8\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:17652
+#: guix-git/doc/guix.texi:17678
msgid "The name of the default locale (@pxref{Locale Names,,, libc, The GNU C Library Reference Manual}). @xref{Locales}, for more information."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:17653
+#: guix-git/doc/guix.texi:17679
#, no-wrap
msgid "@code{locale-definitions} (default: @code{%default-locale-definitions})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:17656
+#: guix-git/doc/guix.texi:17682
msgid "The list of locale definitions to be compiled and that may be used at run time. @xref{Locales}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:17657
+#: guix-git/doc/guix.texi:17683
#, no-wrap
msgid "@code{locale-libcs} (default: @code{(list @var{glibc})})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:17661
+#: guix-git/doc/guix.texi:17687
msgid "The list of GNU@tie{}libc packages whose locale data and tools are used to build the locale definitions. @xref{Locales}, for compatibility considerations that justify this option."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:17662
+#: guix-git/doc/guix.texi:17688
#, no-wrap
msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:17666
+#: guix-git/doc/guix.texi:17692
msgid "Configuration of the libc name service switch (NSS)---a @code{<name-service-switch>} object. @xref{Name Service Switch}, for details."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:17667
+#: guix-git/doc/guix.texi:17693
#, no-wrap
msgid "@code{services} (default: @code{%base-services})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:17669
+#: guix-git/doc/guix.texi:17695
msgid "A list of service objects denoting system services. @xref{Services}."
msgstr ""
#. type: anchor{#1}
-#: guix-git/doc/guix.texi:17671
+#: guix-git/doc/guix.texi:17697
#, fuzzy
#| msgid "operating-system Reference"
msgid "operating-system-essential-services"
msgstr "Интерфейс operating-system"
#. type: cindex
-#: guix-git/doc/guix.texi:17671
+#: guix-git/doc/guix.texi:17697
#, no-wrap
msgid "essential services"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:17672
+#: guix-git/doc/guix.texi:17698
#, no-wrap
msgid "@code{essential-services} (default: ...)"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:17678
+#: guix-git/doc/guix.texi:17704
msgid "The list of ``essential services''---i.e., things like instances of @code{system-service-type} (@pxref{Service Reference}) and @code{host-name-service-type}, which are derived from the operating system definition itself. As a user you should @emph{never} need to touch this field."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:17679
+#: guix-git/doc/guix.texi:17705
#, no-wrap
msgid "@code{pam-services} (default: @code{(base-pam-services)})"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:17680
+#: guix-git/doc/guix.texi:17706
#, no-wrap
msgid "PAM"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:17681
+#: guix-git/doc/guix.texi:17707
#, no-wrap
msgid "pluggable authentication modules"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:17684
+#: guix-git/doc/guix.texi:17710
msgid "Linux @dfn{pluggable authentication module} (PAM) services."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:17685
+#: guix-git/doc/guix.texi:17711
#, fuzzy, no-wrap
#| msgid "@code{setuid-programs} (default: @code{%setuid-programs})"
msgid "@code{privileged-programs} (default: @code{%default-privileged-programs})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:17688
+#: guix-git/doc/guix.texi:17714
msgid "List of @code{<privileged-program>}. @xref{Privileged Programs}, for more information."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:17689
+#: guix-git/doc/guix.texi:17715
#, no-wrap
msgid "@code{sudoers-file} (default: @code{%sudoers-specification})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: cindex
-#: guix-git/doc/guix.texi:17690
+#: guix-git/doc/guix.texi:17716
#, no-wrap
msgid "sudoers file"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:17693
+#: guix-git/doc/guix.texi:17719
msgid "The contents of the @file{/etc/sudoers} file as a file-like object (@pxref{G-Expressions, @code{local-file} and @code{plain-file}})."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:17698
+#: guix-git/doc/guix.texi:17724
msgid "This file specifies which users can use the @command{sudo} command, what they are allowed to do, and what privileges they may gain. The default is that only @code{root} and members of the @code{wheel} group may use @code{sudo}."
msgstr ""
#. type: defmac
-#: guix-git/doc/guix.texi:17701
+#: guix-git/doc/guix.texi:17727
#, fuzzy, no-wrap
#| msgid "operating-system Reference"
msgid "this-operating-system"
msgstr "Интерфейс operating-system"
#. type: defmac
-#: guix-git/doc/guix.texi:17704
+#: guix-git/doc/guix.texi:17730
msgid "When used in the @emph{lexical scope} of an operating system field definition, this identifier resolves to the operating system being defined."
msgstr ""
#. type: defmac
-#: guix-git/doc/guix.texi:17707
+#: guix-git/doc/guix.texi:17733
msgid "The example below shows how to refer to the operating system being defined in the definition of the @code{label} field:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:17710
+#: guix-git/doc/guix.texi:17736
#, no-wrap
msgid ""
"(use-modules (gnu) (guix))\n"
@@ -34918,7 +34971,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:17715
+#: guix-git/doc/guix.texi:17741
#, no-wrap
msgid ""
"(operating-system\n"
@@ -34928,17 +34981,17 @@ msgid ""
msgstr ""
#. type: defmac
-#: guix-git/doc/guix.texi:17719
+#: guix-git/doc/guix.texi:17745
msgid "It is an error to refer to @code{this-operating-system} outside an operating system definition."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:17730
+#: guix-git/doc/guix.texi:17756
msgid "The list of file systems to be mounted is specified in the @code{file-systems} field of the operating system declaration (@pxref{Using the Configuration System}). Each file system is declared using the @code{file-system} form, like this:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:17736
+#: guix-git/doc/guix.texi:17762
#, no-wrap
msgid ""
"(file-system\n"
@@ -34948,68 +35001,68 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:17740
+#: guix-git/doc/guix.texi:17766
msgid "As usual, some of the fields are mandatory---those shown in the example above---while others can be omitted. These are described below."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:17741
+#: guix-git/doc/guix.texi:17767
#, no-wrap
msgid "{Data Type} file-system"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:17744
+#: guix-git/doc/guix.texi:17770
msgid "Objects of this type represent file systems to be mounted. They contain the following members:"
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:17746 guix-git/doc/guix.texi:18150
-#: guix-git/doc/guix.texi:20956 guix-git/doc/guix.texi:40006
+#: guix-git/doc/guix.texi:17772 guix-git/doc/guix.texi:18176
+#: guix-git/doc/guix.texi:20982 guix-git/doc/guix.texi:40035
#, no-wrap
msgid "type"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:17749
+#: guix-git/doc/guix.texi:17775
msgid "This is a string specifying the type of the file system---e.g., @code{\"ext4\"}."
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:17750
+#: guix-git/doc/guix.texi:17776
#, no-wrap
msgid "mount-point"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:17752
+#: guix-git/doc/guix.texi:17778
msgid "This designates the place where the file system is to be mounted."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:17753 guix-git/doc/guix.texi:20902
+#: guix-git/doc/guix.texi:17779 guix-git/doc/guix.texi:20928
#, no-wrap
msgid "device"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:17763
+#: guix-git/doc/guix.texi:17789
msgid "This names the ``source'' of the file system. It can be one of three things: a file system label, a file system UUID, or the name of a @file{/dev} node. Labels and UUIDs offer a way to refer to file systems without having to hard-code their actual device name@footnote{Note that, while it is tempting to use @file{/dev/disk/by-uuid} and similar device names to achieve the same result, this is not recommended: These special device nodes are created by the udev daemon and may be unavailable at the time the device is mounted.}."
msgstr ""
#. type: findex
-#: guix-git/doc/guix.texi:17764
+#: guix-git/doc/guix.texi:17790
#, no-wrap
msgid "file-system-label"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:17769
+#: guix-git/doc/guix.texi:17795
msgid "File system labels are created using the @code{file-system-label} procedure, UUIDs are created using @code{uuid}, and @file{/dev} nodes are plain strings. Here's an example of a file system referred to by its label, as shown by the @command{e2label} command:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:17775
+#: guix-git/doc/guix.texi:17801
#, no-wrap
msgid ""
"(file-system\n"
@@ -35019,19 +35072,19 @@ msgid ""
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:17777 guix-git/doc/guix.texi:39733
-#: guix-git/doc/guix.texi:39749
+#: guix-git/doc/guix.texi:17803 guix-git/doc/guix.texi:39762
+#: guix-git/doc/guix.texi:39778
#, no-wrap
msgid "uuid"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:17785
+#: guix-git/doc/guix.texi:17811
msgid "UUIDs are converted from their string representation (as shown by the @command{tune2fs -l} command) using the @code{uuid} form@footnote{The @code{uuid} form expects 16-byte UUIDs as defined in @uref{https://tools.ietf.org/html/rfc4122, RFC@tie{}4122}. This is the form of UUID used by the ext2 family of file systems and others, but it is different from ``UUIDs'' found in FAT file systems, for instance.}, like this:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:17791
+#: guix-git/doc/guix.texi:17817
#, no-wrap
msgid ""
"(file-system\n"
@@ -35041,197 +35094,197 @@ msgid ""
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:17799
+#: guix-git/doc/guix.texi:17825
msgid "When the source of a file system is a mapped device (@pxref{Mapped Devices}), its @code{device} field @emph{must} refer to the mapped device name---e.g., @file{\"/dev/mapper/root-partition\"}. This is required so that the system knows that mounting the file system depends on having the corresponding device mapping established."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:17800 guix-git/doc/guix.texi:47889
+#: guix-git/doc/guix.texi:17826 guix-git/doc/guix.texi:47918
#, no-wrap
msgid "@code{flags} (default: @code{'()})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:17812
+#: guix-git/doc/guix.texi:17838
msgid "This is a list of symbols denoting mount flags. Recognized flags include @code{read-only}, @code{bind-mount}, @code{no-dev} (disallow access to special files), @code{no-suid} (ignore setuid and setgid bits), @code{no-atime} (do not update file access times), @code{no-diratime} (likewise for directories only), @code{strict-atime} (update file access time), @code{lazy-time} (only update time on the in-memory version of the file inode), @code{no-exec} (disallow program execution), and @code{shared} (make the mount shared). @xref{Mount-Unmount-Remount,,, libc, The GNU C Library Reference Manual}, for more information on these flags."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:17813
+#: guix-git/doc/guix.texi:17839
#, no-wrap
msgid "@code{options} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:17817
+#: guix-git/doc/guix.texi:17843
msgid "This is either @code{#f}, or a string denoting mount options passed to the file system driver. @xref{Mount-Unmount-Remount,,, libc, The GNU C Library Reference Manual}, for details."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:17821
+#: guix-git/doc/guix.texi:17847
msgid "Run @command{man 8 mount} for options for various file systems, but beware that what it lists as file-system-independent ``mount options'' are in fact flags, and belong in the @code{flags} field described above."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:17826
+#: guix-git/doc/guix.texi:17852
msgid "The @code{file-system-options->alist} and @code{alist->file-system-options} procedures from @code{(gnu system file-systems)} can be used to convert file system options given as an association list to the string representation, and vice-versa."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:17827
+#: guix-git/doc/guix.texi:17853
#, no-wrap
msgid "@code{mount?} (default: @code{#t})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:17832
+#: guix-git/doc/guix.texi:17858
msgid "This value indicates whether to automatically mount the file system when the system is brought up. When set to @code{#f}, the file system gets an entry in @file{/etc/fstab} (read by the @command{mount} command) but is not automatically mounted."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:17833
+#: guix-git/doc/guix.texi:17859
#, no-wrap
msgid "@code{needed-for-boot?} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:17838
+#: guix-git/doc/guix.texi:17864
msgid "This Boolean value indicates whether the file system is needed when booting. If that is true, then the file system is mounted when the initial RAM disk (initrd) is loaded. This is always the case, for instance, for the root file system."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:17839
+#: guix-git/doc/guix.texi:17865
#, no-wrap
msgid "@code{check?} (default: @code{#t})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:17843
+#: guix-git/doc/guix.texi:17869
msgid "This Boolean indicates whether the file system should be checked for errors before being mounted. How and when this happens can be further adjusted with the following options."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:17844
+#: guix-git/doc/guix.texi:17870
#, fuzzy, no-wrap
#| msgid "@code{silent?} (default: @code{#f})"
msgid "@code{skip-check-if-clean?} (default: @code{#t})"
msgstr "@code{snippet} (по умолчанию: @code{#f})"
#. type: table
-#: guix-git/doc/guix.texi:17849
+#: guix-git/doc/guix.texi:17875
msgid "When true, this Boolean indicates that a file system check triggered by @code{check?} may exit early if the file system is marked as ``clean'', meaning that it was previously correctly unmounted and should not contain errors."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:17853
+#: guix-git/doc/guix.texi:17879
msgid "Setting this to false will always force a full consistency check when @code{check?} is true. This may take a very long time and is not recommended on healthy systems---in fact, it may reduce reliability!"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:17857
+#: guix-git/doc/guix.texi:17883
msgid "Conversely, some primitive file systems like @code{fat} do not keep track of clean shutdowns and will perform a full scan regardless of the value of this option."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:17858
+#: guix-git/doc/guix.texi:17884
#, fuzzy, no-wrap
#| msgid "@code{server} (default: @code{'()})"
msgid "@code{repair} (default: @code{'preen})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:17861
+#: guix-git/doc/guix.texi:17887
msgid "When @code{check?} finds errors, it can (try to) repair them and continue booting. This option controls when and how to do so."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:17865
+#: guix-git/doc/guix.texi:17891
msgid "If false, try not to modify the file system at all. Checking certain file systems like @code{jfs} may still write to the device to replay the journal. No repairs will be attempted."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:17868
+#: guix-git/doc/guix.texi:17894
msgid "If @code{#t}, try to repair any errors found and assume ``yes'' to all questions. This will fix the most errors, but may be risky."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:17872
+#: guix-git/doc/guix.texi:17898
msgid "If @code{'preen}, repair only errors that are safe to fix without human interaction. What that means is left up to the developers of each file system and may be equivalent to ``none'' or ``all''."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:17873
+#: guix-git/doc/guix.texi:17899
#, no-wrap
msgid "@code{create-mount-point?} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:17875
+#: guix-git/doc/guix.texi:17901
msgid "When true, the mount point is created if it does not exist yet."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:17876
+#: guix-git/doc/guix.texi:17902
#, no-wrap
msgid "@code{mount-may-fail?} (default: @code{#f})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:17881
+#: guix-git/doc/guix.texi:17907
msgid "When true, this indicates that mounting this file system can fail but that should not be considered an error. This is useful in unusual cases; an example of this is @code{efivarfs}, a file system that can only be mounted on EFI/UEFI systems."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:17886
+#: guix-git/doc/guix.texi:17912
msgid "This is a list of @code{<file-system>} or @code{<mapped-device>} objects representing file systems that must be mounted or mapped devices that must be opened before (and unmounted or closed after) this one."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:17890
+#: guix-git/doc/guix.texi:17916
msgid "As an example, consider a hierarchy of mounts: @file{/sys/fs/cgroup} is a dependency of @file{/sys/fs/cgroup/cpu} and @file{/sys/fs/cgroup/memory}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:17893
+#: guix-git/doc/guix.texi:17919
msgid "Another example is a file system that depends on a mapped device, for example for an encrypted partition (@pxref{Mapped Devices})."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:17894
+#: guix-git/doc/guix.texi:17920
#, fuzzy, no-wrap
#| msgid "@code{requirement} (default: @code{'()})"
msgid "@code{shepherd-requirements} (default: @code{'()})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:17897
+#: guix-git/doc/guix.texi:17923
msgid "This is a list of symbols denoting Shepherd requirements that must be met before mounting the file system."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:17900
+#: guix-git/doc/guix.texi:17926
msgid "As an example, an NFS file system would typically have a requirement for @code{networking}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:17907
+#: guix-git/doc/guix.texi:17933
msgid "Typically, file systems are mounted before most other Shepherd services are started. However, file systems with a non-empty shepherd-requirements field are mounted after Shepherd services have begun. Any Shepherd service that depends on a file system with a non-empty shepherd-requirements field must depend on it directly and not on the generic symbol @code{file-systems}."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:17910
+#: guix-git/doc/guix.texi:17936
#, fuzzy, no-wrap
#| msgid "{Scheme Procedure} file-system-label @var{str}"
msgid "{Procedure} file-system-label str"
msgstr "{Процедура Scheme} inferior-package? @var{obj}"
#. type: deffn
-#: guix-git/doc/guix.texi:17913
+#: guix-git/doc/guix.texi:17939
msgid "This procedure returns an opaque file system label from @var{str}, a string:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:17917
+#: guix-git/doc/guix.texi:17943
#, no-wrap
msgid ""
"(file-system-label \"home\")\n"
@@ -35239,106 +35292,106 @@ msgid ""
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:17921
+#: guix-git/doc/guix.texi:17947
msgid "File system labels are used to refer to file systems by label rather than by device name. See above for examples."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:17925
+#: guix-git/doc/guix.texi:17951
msgid "The @code{(gnu system file-systems)} exports the following useful variables."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:17926
+#: guix-git/doc/guix.texi:17952
#, fuzzy, no-wrap
#| msgid "build-system"
msgid "%base-file-systems"
msgstr "система сборки"
#. type: defvar
-#: guix-git/doc/guix.texi:17931
+#: guix-git/doc/guix.texi:17957
msgid "These are essential file systems that are required on normal systems, such as @code{%pseudo-terminal-file-system} and @code{%immutable-store} (see below). Operating system declarations should always contain at least these."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:17933
+#: guix-git/doc/guix.texi:17959
#, no-wrap
msgid "%pseudo-terminal-file-system"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:17939
+#: guix-git/doc/guix.texi:17965
msgid "This is the file system to be mounted as @file{/dev/pts}. It supports @dfn{pseudo-terminals} created @i{via} @code{openpty} and similar functions (@pxref{Pseudo-Terminals,,, libc, The GNU C Library Reference Manual}). Pseudo-terminals are used by terminal emulators such as @command{xterm}."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:17941
+#: guix-git/doc/guix.texi:17967
#, no-wrap
msgid "%shared-memory-file-system"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:17945
+#: guix-git/doc/guix.texi:17971
msgid "This file system is mounted as @file{/dev/shm} and is used to support memory sharing across processes (@pxref{Memory-mapped I/O, @code{shm_open},, libc, The GNU C Library Reference Manual})."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:17947
+#: guix-git/doc/guix.texi:17973
#, no-wrap
msgid "%immutable-store"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:17952
+#: guix-git/doc/guix.texi:17978
msgid "This file system performs a read-only ``bind mount'' of @file{/gnu/store}, making it read-only for all the users including @code{root}. This prevents against accidental modification by software running as @code{root} or by system administrators."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:17955
+#: guix-git/doc/guix.texi:17981
msgid "The daemon itself is still able to write to the store: it remounts it read-write in its own ``name space.''"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:17957
+#: guix-git/doc/guix.texi:17983
#, no-wrap
msgid "%binary-format-file-system"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:17961
+#: guix-git/doc/guix.texi:17987
msgid "The @code{binfmt_misc} file system, which allows handling of arbitrary executable file types to be delegated to user space. This requires the @code{binfmt.ko} kernel module to be loaded."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:17963
+#: guix-git/doc/guix.texi:17989
#, no-wrap
msgid "%fuse-control-file-system"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:17967
+#: guix-git/doc/guix.texi:17993
msgid "The @code{fusectl} file system, which allows unprivileged users to mount and unmount user-space FUSE file systems. This requires the @code{fuse.ko} kernel module to be loaded."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:17971
+#: guix-git/doc/guix.texi:17997
msgid "The @code{(gnu system uuid)} module provides tools to deal with file system ``unique identifiers'' (UUIDs)."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:17972
+#: guix-git/doc/guix.texi:17998
#, fuzzy, no-wrap
#| msgid "{Scheme Procedure} uuid @var{str} [@var{type}]"
msgid "{Procedure} uuid str [type]"
msgstr "{Процедура Scheme} lookup-inferior-packages @var{inferior} @var{name} @"
#. type: deffn
-#: guix-git/doc/guix.texi:17975
+#: guix-git/doc/guix.texi:18001
msgid "Return an opaque UUID (unique identifier) object of the given @var{type} (a symbol) by parsing @var{str} (a string):"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:17979
+#: guix-git/doc/guix.texi:18005
#, no-wrap
msgid ""
"(uuid \"4dab5feb-d176-45de-b287-9b0a6e4c01cb\")\n"
@@ -35347,7 +35400,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:17982
+#: guix-git/doc/guix.texi:18008
#, no-wrap
msgid ""
"(uuid \"1234-ABCD\" 'fat)\n"
@@ -35355,27 +35408,27 @@ msgid ""
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:17986
+#: guix-git/doc/guix.texi:18012
msgid "@var{type} may be one of @code{dce}, @code{iso9660}, @code{fat}, @code{ntfs}, or one of the commonly found synonyms for these."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:17989
+#: guix-git/doc/guix.texi:18015
msgid "UUIDs are another way to unambiguously refer to file systems in operating system configuration. See the examples above."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:18003
+#: guix-git/doc/guix.texi:18029
msgid "The Btrfs has special features, such as subvolumes, that merit being explained in more details. The following section attempts to cover basic as well as complex uses of a Btrfs file system with the Guix System."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:18006
+#: guix-git/doc/guix.texi:18032
msgid "In its simplest usage, a Btrfs file system can be described, for example, by:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:18012
+#: guix-git/doc/guix.texi:18038
#, no-wrap
msgid ""
"(file-system\n"
@@ -35385,12 +35438,12 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:18018
+#: guix-git/doc/guix.texi:18044
msgid "The example below is more complex, as it makes use of a Btrfs subvolume, named @code{rootfs}. The parent Btrfs file system is labeled @code{my-btrfs-pool}, and is located on an encrypted device (hence the dependency on @code{mapped-devices}):"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:18026
+#: guix-git/doc/guix.texi:18052
#, no-wrap
msgid ""
"(file-system\n"
@@ -35402,17 +35455,17 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:18037
+#: guix-git/doc/guix.texi:18063
msgid "Some bootloaders, for example GRUB, only mount a Btrfs partition at its top level during the early boot, and rely on their configuration to refer to the correct subvolume path within that top level. The bootloaders operating in this way typically produce their configuration on a running system where the Btrfs partitions are already mounted and where the subvolume information is readily available. As an example, @command{grub-mkconfig}, the configuration generator command shipped with GRUB, reads @file{/proc/self/mountinfo} to determine the top-level path of a subvolume."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:18045
+#: guix-git/doc/guix.texi:18071
msgid "The Guix System produces a bootloader configuration using the operating system configuration as its sole input; it is therefore necessary to extract the subvolume name on which @file{/gnu/store} lives (if any) from that operating system configuration. To better illustrate, consider a subvolume named 'rootfs' which contains the root file system data. In such situation, the GRUB bootloader would only see the top level of the root Btrfs partition, e.g.:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:18052
+#: guix-git/doc/guix.texi:18078
#, no-wrap
msgid ""
"/ (top level)\n"
@@ -35423,17 +35476,17 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:18057
+#: guix-git/doc/guix.texi:18083
msgid "Thus, the subvolume name must be prepended to the @file{/gnu/store} path of the kernel, initrd binaries and any other files referred to in the GRUB configuration that must be found during the early boot."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:18060
+#: guix-git/doc/guix.texi:18086
msgid "The next example shows a nested hierarchy of subvolumes and directories:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:18067
+#: guix-git/doc/guix.texi:18093
#, no-wrap
msgid ""
"/ (top level)\n"
@@ -35444,17 +35497,17 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:18074
+#: guix-git/doc/guix.texi:18100
msgid "This scenario would work without mounting the 'store' subvolume. Mounting 'rootfs' is sufficient, since the subvolume name matches its intended mount point in the file system hierarchy. Alternatively, the 'store' subvolume could be referred to by setting the @code{subvol} option to either @code{/rootfs/gnu/store} or @code{rootfs/gnu/store}."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:18076
+#: guix-git/doc/guix.texi:18102
msgid "Finally, a more contrived example of nested subvolumes:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:18083
+#: guix-git/doc/guix.texi:18109
#, no-wrap
msgid ""
"/ (top level)\n"
@@ -35465,12 +35518,12 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:18090
+#: guix-git/doc/guix.texi:18116
msgid "Here, the 'guix-store' subvolume doesn't match its intended mount point, so it is necessary to mount it. The subvolume must be fully specified, by passing its file name to the @code{subvol} option. To illustrate, the 'guix-store' subvolume could be mounted on @file{/gnu/store} by using a file system declaration such as:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:18098
+#: guix-git/doc/guix.texi:18124
#, no-wrap
msgid ""
"(file-system\n"
@@ -35482,100 +35535,100 @@ msgid ""
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:18103
+#: guix-git/doc/guix.texi:18129
#, no-wrap
msgid "device mapping"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:18104
+#: guix-git/doc/guix.texi:18130
#, no-wrap
msgid "mapped devices"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:18121
+#: guix-git/doc/guix.texi:18147
msgid "The Linux kernel has a notion of @dfn{device mapping}: a block device, such as a hard disk partition, can be @dfn{mapped} into another device, usually in @code{/dev/mapper/}, with additional processing over the data that flows through it@footnote{Note that the GNU@tie{}Hurd makes no difference between the concept of a ``mapped device'' and that of a file system: both boil down to @emph{translating} input/output operations made on a file to operations on its backing store. Thus, the Hurd implements mapped devices, like file systems, using the generic @dfn{translator} mechanism (@pxref{Translators,,, hurd, The GNU Hurd Reference Manual}).}. A typical example is encryption device mapping: all writes to the mapped device are encrypted, and all reads are deciphered, transparently. Guix extends this notion by considering any device or set of devices that are @dfn{transformed} in some way to create a new device; for instance, RAID devices are obtained by @dfn{assembling} several other devices, such as hard disks or partitions, into a new one that behaves as one partition."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:18124
+#: guix-git/doc/guix.texi:18150
msgid "Mapped devices are declared using the @code{mapped-device} form, defined as follows; for examples, see below."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:18125
+#: guix-git/doc/guix.texi:18151
#, no-wrap
msgid "{Data Type} mapped-device"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:18128
+#: guix-git/doc/guix.texi:18154
msgid "Objects of this type represent device mappings that will be made when the system boots up."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:18135
+#: guix-git/doc/guix.texi:18161
msgid "This is either a string specifying the name of the block device to be mapped, such as @code{\"/dev/sda3\"}, or a list of such strings when several devices need to be assembled for creating a new one. In case of LVM this is a string specifying name of the volume group to be mapped."
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:18136 guix-git/doc/guix.texi:18328
-#: guix-git/doc/guix.texi:47612
+#: guix-git/doc/guix.texi:18162 guix-git/doc/guix.texi:18354
+#: guix-git/doc/guix.texi:47641
#, no-wrap
msgid "target"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:18145
+#: guix-git/doc/guix.texi:18171
msgid "This string specifies the name of the resulting mapped device. For kernel mappers such as encrypted devices of type @code{luks-device-mapping}, specifying @code{\"my-partition\"} leads to the creation of the @code{\"/dev/mapper/my-partition\"} device. For RAID devices of type @code{raid-device-mapping}, the full device name such as @code{\"/dev/md0\"} needs to be given. LVM logical volumes of type @code{lvm-device-mapping} need to be specified as @code{\"VGNAME-LVNAME\"}."
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:18146 guix-git/doc/guix.texi:42294
+#: guix-git/doc/guix.texi:18172 guix-git/doc/guix.texi:42323
#, no-wrap
msgid "targets"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:18149
+#: guix-git/doc/guix.texi:18175
msgid "This list of strings specifies names of the resulting mapped devices in case there are several. The format is identical to @var{target}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:18153
+#: guix-git/doc/guix.texi:18179
msgid "This must be a @code{mapped-device-kind} object, which specifies how @var{source} is mapped to @var{target}."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:18156
+#: guix-git/doc/guix.texi:18182
#, no-wrap
msgid "luks-device-mapping"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:18160
+#: guix-git/doc/guix.texi:18186
msgid "This defines LUKS block device encryption using the @command{cryptsetup} command from the package with the same name. It relies on the @code{dm-crypt} Linux kernel module."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:18162
+#: guix-git/doc/guix.texi:18188
#, no-wrap
msgid "{Procedure} luks-device-mapping-with-options [#:key-file]"
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:18167
+#: guix-git/doc/guix.texi:18193
msgid "Return a @code{luks-device-mapping} object, which defines LUKS block device encryption using the @command{cryptsetup} command from the package with the same name. It relies on the @code{dm-crypt} Linux kernel module."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:18174
+#: guix-git/doc/guix.texi:18200
msgid "If @code{key-file} is provided, unlocking is first attempted using that key file. This has an advantage of not requiring a password entry, so it can be used (for example) to unlock RAID arrays automatically on boot. If key file unlock fails, password unlock is attempted as well. Key file is not stored in the store and needs to be available at the given location at the time of the unlock attempt."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:18183
+#: guix-git/doc/guix.texi:18209
#, no-wrap
msgid ""
";; Following definition would be equivalent to running:\n"
@@ -35588,54 +35641,54 @@ msgid ""
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:18186
+#: guix-git/doc/guix.texi:18212
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} lvm-device-mapping"
msgid "raid-device-mapping"
msgstr "{Процедура Scheme} sane-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:18191
+#: guix-git/doc/guix.texi:18217
msgid "This defines a RAID device, which is assembled using the @code{mdadm} command from the package with the same name. It requires a Linux kernel module for the appropriate RAID level to be loaded, such as @code{raid456} for RAID-4, RAID-5 or RAID-6, or @code{raid10} for RAID-10."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:18193
+#: guix-git/doc/guix.texi:18219
#, no-wrap
msgid "LVM, logical volume manager"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:18194
+#: guix-git/doc/guix.texi:18220
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} lvm-device-mapping"
msgid "lvm-device-mapping"
msgstr "{Процедура Scheme} sane-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:18199
+#: guix-git/doc/guix.texi:18225
msgid "This defines one or more logical volumes for the Linux @uref{https://www.sourceware.org/lvm2/, Logical Volume Manager (LVM)}. The volume group is activated by the @command{vgchange} command from the @code{lvm2} package."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:18201
+#: guix-git/doc/guix.texi:18227
#, no-wrap
msgid "disk encryption"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:18202
+#: guix-git/doc/guix.texi:18228
#, no-wrap
msgid "LUKS"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:18210
+#: guix-git/doc/guix.texi:18236
msgid "The following example specifies a mapping from @file{/dev/sda3} to @file{/dev/mapper/home} using LUKS---the @url{https://gitlab.com/cryptsetup/cryptsetup,Linux Unified Key Setup}, a standard mechanism for disk encryption. The @file{/dev/mapper/home} device can then be used as the @code{device} of a @code{file-system} declaration (@pxref{File Systems})."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:18216
+#: guix-git/doc/guix.texi:18242
#, no-wrap
msgid ""
"(mapped-device\n"
@@ -35645,23 +35698,23 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:18221
+#: guix-git/doc/guix.texi:18247
msgid "Alternatively, to become independent of device numbering, one may obtain the LUKS UUID (@dfn{unique identifier}) of the source device by a command like:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:18224
+#: guix-git/doc/guix.texi:18250
#, no-wrap
msgid "cryptsetup luksUUID /dev/sda3\n"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:18227
+#: guix-git/doc/guix.texi:18253
msgid "and use it as follows:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:18233
+#: guix-git/doc/guix.texi:18259
#, no-wrap
msgid ""
"(mapped-device\n"
@@ -35671,23 +35724,23 @@ msgid ""
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:18235
+#: guix-git/doc/guix.texi:18261
#, no-wrap
msgid "swap encryption"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:18242
+#: guix-git/doc/guix.texi:18268
msgid "It is also desirable to encrypt swap space, since swap space may contain sensitive data. One way to accomplish that is to use a swap file in a file system on a device mapped via LUKS encryption. In this way, the swap file is encrypted because the entire device is encrypted. @xref{Swap Space}, or @xref{Preparing for Installation,,Disk Partitioning}, for an example."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:18245
+#: guix-git/doc/guix.texi:18271
msgid "A RAID device formed of the partitions @file{/dev/sda1} and @file{/dev/sdb1} may be declared as follows:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:18251
+#: guix-git/doc/guix.texi:18277
#, no-wrap
msgid ""
"(mapped-device\n"
@@ -35697,17 +35750,17 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:18258
+#: guix-git/doc/guix.texi:18284
msgid "The @file{/dev/md0} device can then be used as the @code{device} of a @code{file-system} declaration (@pxref{File Systems}). Note that the RAID level need not be given; it is chosen during the initial creation and formatting of the RAID device and is determined automatically later."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:18261
+#: guix-git/doc/guix.texi:18287
msgid "LVM logical volumes ``alpha'' and ``beta'' from volume group ``vg0'' can be declared as follows:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:18267
+#: guix-git/doc/guix.texi:18293
#, no-wrap
msgid ""
"(mapped-device\n"
@@ -35717,123 +35770,123 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:18272
+#: guix-git/doc/guix.texi:18298
msgid "Devices @file{/dev/mapper/vg0-alpha} and @file{/dev/mapper/vg0-beta} can then be used as the @code{device} of a @code{file-system} declaration (@pxref{File Systems})."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:18275
+#: guix-git/doc/guix.texi:18301
#, no-wrap
msgid "swap space"
msgstr "место на диске"
#. type: Plain text
-#: guix-git/doc/guix.texi:18285
+#: guix-git/doc/guix.texi:18311
msgid "Swap space, as it is commonly called, is a disk area specifically designated for paging: the process in charge of memory management (the Linux kernel or Hurd's default pager) can decide that some memory pages stored in RAM which belong to a running program but are unused should be stored on disk instead. It unloads those from the RAM, freeing up precious fast memory, and writes them to the swap space. If the program tries to access that very page, the memory management process loads it back into memory for the program to use."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:18291
+#: guix-git/doc/guix.texi:18317
msgid "A common misconception about swap is that it is only useful when small amounts of RAM are available to the system. However, it should be noted that kernels often use all available RAM for disk access caching to make I/O faster, and thus paging out unused portions of program memory will expand the RAM available for such caching."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:18295
+#: guix-git/doc/guix.texi:18321
msgid "For a more detailed description of how memory is managed from the viewpoint of a monolithic kernel, @pxref{Memory Concepts,,, libc, The GNU C Library Reference Manual}."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:18304
+#: guix-git/doc/guix.texi:18330
msgid "The Linux kernel has support for swap partitions and swap files: the former uses a whole disk partition for paging, whereas the second uses a file on a file system for that (the file system driver needs to support it). On a comparable setup, both have the same performance, so one should consider ease of use when deciding between them. Partitions are ``simpler'' and do not need file system support, but need to be allocated at disk formatting time (logical volumes notwithstanding), whereas files can be allocated and deallocated at any time."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:18305
+#: guix-git/doc/guix.texi:18331
#, fuzzy, no-wrap
#| msgid "derivation"
msgid "hibernation"
msgstr "деривация"
#. type: cindex
-#: guix-git/doc/guix.texi:18306
+#: guix-git/doc/guix.texi:18332
#, no-wrap
msgid "suspend to disk"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:18317
+#: guix-git/doc/guix.texi:18343
msgid "Swap space is also required to put the system into @dfn{hibernation} (also called @dfn{suspend to disk}), whereby memory is dumped to swap before shutdown so it can be restored when the machine is eventually restarted. Hibernation uses at most half the size of the RAM in the configured swap space. The Linux kernel needs to know about the swap space to be used to resume from hibernation on boot (@i{via} a kernel argument). When using a swap file, its offset in the device holding it also needs to be given to the kernel; that value has to be updated if the file is initialized again as swap---e.g., because its size was changed."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:18322
+#: guix-git/doc/guix.texi:18348
msgid "Note that swap space is not zeroed on shutdown, so sensitive data (such as passwords) may linger on it if it was paged out. As such, you should consider having your swap reside on an encrypted device (@pxref{Mapped Devices})."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:18323
+#: guix-git/doc/guix.texi:18349
#, fuzzy, no-wrap
#| msgid "{Data Type} package"
msgid "{Data Type} swap-space"
msgstr "{Тип данных} package"
#. type: deftp
-#: guix-git/doc/guix.texi:18326
+#: guix-git/doc/guix.texi:18352
msgid "Objects of this type represent swap spaces. They contain the following members:"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:18332
+#: guix-git/doc/guix.texi:18358
msgid "The device or file to use, either a UUID, a @code{file-system-label} or a string, as in the definition of a @code{file-system} (@pxref{File Systems})."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:18339
+#: guix-git/doc/guix.texi:18365
msgid "A list of @code{file-system} or @code{mapped-device} objects, upon which the availability of the space depends. Note that just like for @code{file-system} objects, dependencies which are needed for boot and mounted in early userspace are not managed by the Shepherd, and so automatically filtered out for you."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:18340
+#: guix-git/doc/guix.texi:18366
#, fuzzy, no-wrap
#| msgid "@code{port} (default: @code{#f})"
msgid "@code{priority} (default: @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:18347
+#: guix-git/doc/guix.texi:18373
msgid "Only supported by the Linux kernel. Either @code{#f} to disable swap priority, or an integer between 0 and 32767. The kernel will first use swap spaces of higher priority when paging, and use same priority spaces on a round-robin basis. The kernel will use swap spaces without a set priority after prioritized spaces, and in the order that they appeared in (not round-robin)."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:18348
+#: guix-git/doc/guix.texi:18374
#, fuzzy, no-wrap
#| msgid "@code{discover?} (default: @code{#f})"
msgid "@code{discard?} (default: @code{#f})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:18352
+#: guix-git/doc/guix.texi:18378
msgid "Only supported by the Linux kernel. When true, the kernel will notify the disk controller of discarded pages, for example with the TRIM operation on Solid State Drives."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:18357
+#: guix-git/doc/guix.texi:18383
msgid "Here are some examples:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:18360
+#: guix-git/doc/guix.texi:18386
#, no-wrap
msgid "(swap-space (target (uuid \"4dab5feb-d176-45de-b287-9b0a6e4c01cb\")))\n"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:18365
+#: guix-git/doc/guix.texi:18391
msgid "Use the swap partition with the given UUID@. You can learn the UUID of a Linux swap partition by running @command{swaplabel @var{device}}, where @var{device} is the @file{/dev} file name of that partition."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:18370
+#: guix-git/doc/guix.texi:18396
#, no-wrap
msgid ""
"(swap-space\n"
@@ -35842,17 +35895,17 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:18376
+#: guix-git/doc/guix.texi:18402
msgid "Use the partition with label @code{swap}, which can be found after all the @var{mapped-devices} mapped devices have been opened. Again, the @command{swaplabel} command allows you to view and change the label of a Linux swap partition."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:18379
+#: guix-git/doc/guix.texi:18405
msgid "Here's a more involved example with the corresponding @code{file-systems} part of an @code{operating-system} declaration."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:18390
+#: guix-git/doc/guix.texi:18416
#, no-wrap
msgid ""
"(file-systems\n"
@@ -35868,7 +35921,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:18397
+#: guix-git/doc/guix.texi:18423
#, no-wrap
msgid ""
"(swap-devices\n"
@@ -35880,12 +35933,12 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:18402
+#: guix-git/doc/guix.texi:18428
msgid "Use the file @file{/btrfs/swapfile} as swap space, which depends on the file system mounted at @file{/btrfs}. Note how we use Guile's filter to select the file system in an elegant fashion!"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:18409
+#: guix-git/doc/guix.texi:18435
#, no-wrap
msgid ""
"(swap-devices\n"
@@ -35897,7 +35950,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:18413
+#: guix-git/doc/guix.texi:18439
#, fuzzy, no-wrap
#| msgid "@code{kernel-arguments} (default: @code{%default-kernel-arguments})"
msgid ""
@@ -35907,12 +35960,12 @@ msgid ""
msgstr "@code{features} (default: @code{'()})"
#. type: Plain text
-#: guix-git/doc/guix.texi:18420
+#: guix-git/doc/guix.texi:18446
msgid "The above snippet of an @code{operating-system} declaration enables the mapped device @file{/dev/mapper/my-swap} (which may be part of an encrypted device) as swap space, and tells the kernel to use it for hibernation via the @code{resume} kernel argument (@pxref{operating-system Reference}, @code{kernel-arguments})."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:18428
+#: guix-git/doc/guix.texi:18454
#, no-wrap
msgid ""
"(swap-devices\n"
@@ -35925,7 +35978,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:18433
+#: guix-git/doc/guix.texi:18459
#, fuzzy, no-wrap
#| msgid "@code{kernel-arguments} (default: @code{%default-kernel-arguments})"
msgid ""
@@ -35936,12 +35989,12 @@ msgid ""
msgstr "@code{features} (default: @code{'()})"
#. type: Plain text
-#: guix-git/doc/guix.texi:18443
+#: guix-git/doc/guix.texi:18469
msgid "This other snippet of @code{operating-system} enables the swap file @file{/swapfile} for hibernation by telling the kernel about the partition containing it (@code{resume} argument) and its offset on that partition (@code{resume_offset} argument). The latter value can be found in the output of the command @command{filefrag -e} as the first number right under the @code{physical_offset} column header (the second command extracts its value directly):"
msgstr ""
#. type: smallexample
-#: guix-git/doc/guix.texi:18453
+#: guix-git/doc/guix.texi:18479
#, no-wrap
msgid ""
"$ sudo filefrag -e /swapfile\n"
@@ -35955,30 +36008,30 @@ msgid ""
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:18458
+#: guix-git/doc/guix.texi:18484
#, no-wrap
msgid "users"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:18459
+#: guix-git/doc/guix.texi:18485
#, no-wrap
msgid "accounts"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:18460
+#: guix-git/doc/guix.texi:18486
#, no-wrap
msgid "user accounts"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:18464
+#: guix-git/doc/guix.texi:18490
msgid "User accounts and groups are entirely managed through the @code{operating-system} declaration. They are specified with the @code{user-account} and @code{user-group} forms:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:18474
+#: guix-git/doc/guix.texi:18500
#, no-wrap
msgid ""
"(user-account\n"
@@ -35992,12 +36045,12 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:18478
+#: guix-git/doc/guix.texi:18504
msgid "Here's a user account that uses a different shell and a custom home directory (the default would be @file{\"/home/bob\"}):"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:18486
+#: guix-git/doc/guix.texi:18512
#, no-wrap
msgid ""
"(user-account\n"
@@ -36009,165 +36062,165 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:18495
+#: guix-git/doc/guix.texi:18521
msgid "When booting or upon completion of @command{guix system reconfigure}, the system ensures that only the user accounts and groups specified in the @code{operating-system} declaration exist, and with the specified properties. Thus, account or group creations or modifications made by directly invoking commands such as @command{useradd} are lost upon reconfiguration or reboot. This ensures that the system remains exactly as declared."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:18496
+#: guix-git/doc/guix.texi:18522
#, no-wrap
msgid "{Data Type} user-account"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:18499
+#: guix-git/doc/guix.texi:18525
msgid "Objects of this type represent user accounts. The following members may be specified:"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:18503
+#: guix-git/doc/guix.texi:18529
msgid "The name of the user account."
msgstr ""
#. type: itemx
-#: guix-git/doc/guix.texi:18504 guix-git/doc/guix.texi:41907
+#: guix-git/doc/guix.texi:18530 guix-git/doc/guix.texi:41936
#, no-wrap
msgid "group"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:18505 guix-git/doc/guix.texi:18589
+#: guix-git/doc/guix.texi:18531 guix-git/doc/guix.texi:18615
#, no-wrap
msgid "groups"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:18508
+#: guix-git/doc/guix.texi:18534
msgid "This is the name (a string) or identifier (a number) of the user group this account belongs to."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:18509
+#: guix-git/doc/guix.texi:18535
#, no-wrap
msgid "@code{supplementary-groups} (default: @code{'()})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:18512
+#: guix-git/doc/guix.texi:18538
msgid "Optionally, this can be defined as a list of group names that this account belongs to."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:18513 guix-git/doc/guix.texi:26168
+#: guix-git/doc/guix.texi:18539 guix-git/doc/guix.texi:26194
#, no-wrap
msgid "@code{uid} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:18517
+#: guix-git/doc/guix.texi:18543
msgid "This is the user ID for this account (a number), or @code{#f}. In the latter case, a number is automatically chosen by the system when the account is created."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:18518 guix-git/doc/guix.texi:22127
+#: guix-git/doc/guix.texi:18544 guix-git/doc/guix.texi:22153
#, no-wrap
msgid "@code{comment} (default: @code{\"\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:18520
+#: guix-git/doc/guix.texi:18546
msgid "A comment about the account, such as the account owner's full name."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:18525
+#: guix-git/doc/guix.texi:18551
msgid "Note that, for non-system accounts, users are free to change their real name as it appears in @file{/etc/passwd} using the @command{chfn} command. When they do, their choice prevails over the system administrator's choice; reconfiguring does @emph{not} change their name."
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:18526
+#: guix-git/doc/guix.texi:18552
#, no-wrap
msgid "home-directory"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:18528
+#: guix-git/doc/guix.texi:18554
msgid "This is the name of the home directory for the account."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:18529
+#: guix-git/doc/guix.texi:18555
#, no-wrap
msgid "@code{create-home-directory?} (default: @code{#t})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:18532
+#: guix-git/doc/guix.texi:18558
msgid "Indicates whether the home directory of this account should be created if it does not exist yet."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:18533
+#: guix-git/doc/guix.texi:18559
#, no-wrap
msgid "@code{shell} (default: Bash)"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:18537
+#: guix-git/doc/guix.texi:18563
msgid "This is a G-expression denoting the file name of a program to be used as the shell (@pxref{G-Expressions}). For example, you would refer to the Bash executable like this:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:18540
+#: guix-git/doc/guix.texi:18566
#, no-wrap
msgid "(file-append bash \"/bin/bash\")\n"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:18544
+#: guix-git/doc/guix.texi:18570
msgid "... and to the Zsh executable like that:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:18547
+#: guix-git/doc/guix.texi:18573
#, no-wrap
msgid "(file-append zsh \"/bin/zsh\")\n"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:18549 guix-git/doc/guix.texi:18607
+#: guix-git/doc/guix.texi:18575 guix-git/doc/guix.texi:18633
#, no-wrap
msgid "@code{system?} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:18553
+#: guix-git/doc/guix.texi:18579
msgid "This Boolean value indicates whether the account is a ``system'' account. System accounts are sometimes treated specially; for instance, graphical login managers do not list them."
msgstr ""
#. type: anchor{#1}
-#: guix-git/doc/guix.texi:18555
+#: guix-git/doc/guix.texi:18581
msgid "user-account-password"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:18555
+#: guix-git/doc/guix.texi:18581
#, no-wrap
msgid "password, for user accounts"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:18562
+#: guix-git/doc/guix.texi:18588
msgid "You would normally leave this field to @code{#f}, initialize user passwords as @code{root} with the @command{passwd} command, and then let users change it with @command{passwd}. Passwords set with @command{passwd} are of course preserved across reboot and reconfiguration."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:18566
+#: guix-git/doc/guix.texi:18592
msgid "If you @emph{do} want to set an initial password for an account, then this field must contain the encrypted password, as a string. You can use the @code{crypt} procedure for this purpose:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:18571
+#: guix-git/doc/guix.texi:18597
#, no-wrap
msgid ""
"(user-account\n"
@@ -36177,7 +36230,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:18574
+#: guix-git/doc/guix.texi:18600
#, no-wrap
msgid ""
" ;; Specify a SHA-512-hashed initial password.\n"
@@ -36185,174 +36238,174 @@ msgid ""
msgstr ""
#. type: quotation
-#: guix-git/doc/guix.texi:18580
+#: guix-git/doc/guix.texi:18606
msgid "The hash of this initial password will be available in a file in @file{/gnu/store}, readable by all the users, so this method must be used with care."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:18585
+#: guix-git/doc/guix.texi:18611
msgid "@xref{Passphrase Storage,,, libc, The GNU C Library Reference Manual}, for more information on password encryption, and @ref{Encryption,,, guile, GNU Guile Reference Manual}, for information on Guile's @code{crypt} procedure."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:18591
+#: guix-git/doc/guix.texi:18617
msgid "User group declarations are even simpler:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:18594
+#: guix-git/doc/guix.texi:18620
#, no-wrap
msgid "(user-group (name \"students\"))\n"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:18596
+#: guix-git/doc/guix.texi:18622
#, no-wrap
msgid "{Data Type} user-group"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:18598
+#: guix-git/doc/guix.texi:18624
msgid "This type is for, well, user groups. There are just a few fields:"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:18602
+#: guix-git/doc/guix.texi:18628
msgid "The name of the group."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:18603 guix-git/doc/guix.texi:37179
+#: guix-git/doc/guix.texi:18629 guix-git/doc/guix.texi:37208
#, no-wrap
msgid "@code{id} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:18606
+#: guix-git/doc/guix.texi:18632
msgid "The group identifier (a number). If @code{#f}, a new number is automatically allocated when the group is created."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:18610
+#: guix-git/doc/guix.texi:18636
msgid "This Boolean value indicates whether the group is a ``system'' group. System groups have low numerical IDs."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:18614
+#: guix-git/doc/guix.texi:18640
msgid "What, user groups can have a password? Well, apparently yes. Unless @code{#f}, this field specifies the password of the group."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:18620
+#: guix-git/doc/guix.texi:18646
msgid "For convenience, a variable lists all the basic user groups one may expect:"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:18621
+#: guix-git/doc/guix.texi:18647
#, no-wrap
msgid "%base-groups"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:18626
+#: guix-git/doc/guix.texi:18652
msgid "This is the list of basic user groups that users and/or packages expect to be present on the system. This includes groups such as ``root'', ``wheel'', and ``users'', as well as groups used to control access to specific devices such as ``audio'', ``disk'', and ``cdrom''."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:18628
+#: guix-git/doc/guix.texi:18654
#, fuzzy, no-wrap
#| msgid "User Accounts"
msgid "%base-user-accounts"
msgstr "Учётные записи пользователей"
#. type: defvar
-#: guix-git/doc/guix.texi:18631
+#: guix-git/doc/guix.texi:18657
msgid "This is the list of basic system accounts that programs may expect to find on a GNU/Linux system, such as the ``nobody'' account."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:18634
+#: guix-git/doc/guix.texi:18660
msgid "Note that the ``root'' account is not included here. It is a special-case and is automatically added whether or not it is specified."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:18640
+#: guix-git/doc/guix.texi:18666
#, no-wrap
msgid "keymap"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:18648
+#: guix-git/doc/guix.texi:18674
msgid "To specify what each key of your keyboard does, you need to tell the operating system what @dfn{keyboard layout} you want to use. The default, when nothing is specified, is the US English QWERTY layout for 105-key PC keyboards. However, German speakers will usually prefer the German QWERTZ layout, French speakers will want the AZERTY layout, and so on; hackers might prefer Dvorak or bépo, and they might even want to further customize the effect of some of the keys. This section explains how to get that done."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:18649
+#: guix-git/doc/guix.texi:18675
#, no-wrap
msgid "keyboard layout, definition"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:18651
+#: guix-git/doc/guix.texi:18677
msgid "There are three components that will want to know about your keyboard layout:"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:18658
+#: guix-git/doc/guix.texi:18684
msgid "The @emph{bootloader} may want to know what keyboard layout you want to use (@pxref{Bootloader Configuration, @code{keyboard-layout}}). This is useful if you want, for instance, to make sure that you can type the passphrase of your encrypted root partition using the right layout."
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:18663
+#: guix-git/doc/guix.texi:18689
msgid "The @emph{operating system kernel}, Linux, will need that so that the console is properly configured (@pxref{operating-system Reference, @code{keyboard-layout}})."
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:18667
+#: guix-git/doc/guix.texi:18693
msgid "The @emph{graphical display server}, usually Xorg, also has its own idea of the keyboard layout (@pxref{X Window, @code{keyboard-layout}})."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:18671
+#: guix-git/doc/guix.texi:18697
msgid "Guix allows you to configure all three separately but, fortunately, it allows you to share the same keyboard layout for all three components."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:18672
+#: guix-git/doc/guix.texi:18698
#, no-wrap
msgid "XKB, keyboard layouts"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:18680
+#: guix-git/doc/guix.texi:18706
msgid "Keyboard layouts are represented by records created by the @code{keyboard-layout} procedure of @code{(gnu system keyboard)}. Following the X Keyboard extension (XKB), each layout has four attributes: a name (often a language code such as ``fi'' for Finnish or ``jp'' for Japanese), an optional variant name, an optional keyboard model name, and a possibly empty list of additional options. In most cases the layout name is all you care about."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:18681
+#: guix-git/doc/guix.texi:18707
#, no-wrap
msgid "{Procedure} keyboard-layout name [variant] [#:model] [#:options '()]"
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:18683
+#: guix-git/doc/guix.texi:18709
#, fuzzy
#| msgid "{Scheme Procedure} keyboard-layout @var{name} [@var{variant}] @"
msgid "Return a new keyboard layout with the given @var{name} and @var{variant}."
msgstr "{Scheme Procedure} directory-union @var{name} @var{things}"
#. type: deffn
-#: guix-git/doc/guix.texi:18687
+#: guix-git/doc/guix.texi:18713
msgid "@var{name} must be a string such as @code{\"fr\"}; @var{variant} must be a string such as @code{\"bepo\"} or @code{\"nodeadkeys\"}. See the @code{xkeyboard-config} package for valid options."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:18690
+#: guix-git/doc/guix.texi:18716
msgid "Here are a few examples:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:18695
+#: guix-git/doc/guix.texi:18721
#, no-wrap
msgid ""
";; The German QWERTZ layout. Here we assume a standard\n"
@@ -36362,7 +36415,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:18698
+#: guix-git/doc/guix.texi:18724
#, no-wrap
msgid ""
";; The bépo variant of the French layout.\n"
@@ -36371,7 +36424,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:18701
+#: guix-git/doc/guix.texi:18727
#, no-wrap
msgid ""
";; The Catalan layout.\n"
@@ -36380,7 +36433,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:18704
+#: guix-git/doc/guix.texi:18730
#, no-wrap
msgid ""
";; Arabic layout with \"Alt-Shift\" to switch to US layout.\n"
@@ -36389,7 +36442,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:18711
+#: guix-git/doc/guix.texi:18737
#, no-wrap
msgid ""
";; The Latin American Spanish layout. In addition, the\n"
@@ -36402,7 +36455,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:18714
+#: guix-git/doc/guix.texi:18740
#, no-wrap
msgid ""
";; The Russian layout for a ThinkPad keyboard.\n"
@@ -36411,7 +36464,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:18719
+#: guix-git/doc/guix.texi:18745
#, no-wrap
msgid ""
";; The \"US international\" layout, which is the US layout plus\n"
@@ -36421,29 +36474,29 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:18723
+#: guix-git/doc/guix.texi:18749
msgid "See the @file{share/X11/xkb} directory of the @code{xkeyboard-config} package for a complete list of supported layouts, variants, and models."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:18724
+#: guix-git/doc/guix.texi:18750
#, no-wrap
msgid "keyboard layout, configuration"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:18728
+#: guix-git/doc/guix.texi:18754
msgid "Let's say you want your system to use the Turkish keyboard layout throughout your system---bootloader, console, and Xorg. Here's what your system configuration would look like:"
msgstr ""
#. type: findex
-#: guix-git/doc/guix.texi:18729
+#: guix-git/doc/guix.texi:18755
#, no-wrap
msgid "set-xorg-configuration"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:18733
+#: guix-git/doc/guix.texi:18759
#, no-wrap
msgid ""
";; Using the Turkish layout for the bootloader, the console,\n"
@@ -36452,7 +36505,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:18745
+#: guix-git/doc/guix.texi:18771
#, no-wrap
msgid ""
"(operating-system\n"
@@ -36469,76 +36522,76 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:18752
+#: guix-git/doc/guix.texi:18778
msgid "In the example above, for GRUB and for Xorg, we just refer to the @code{keyboard-layout} field defined above, but we could just as well refer to a different layout. The @code{set-xorg-configuration} procedure communicates the desired Xorg configuration to the graphical log-in manager, by default GDM."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:18755
+#: guix-git/doc/guix.texi:18781
msgid "We've discussed how to specify the @emph{default} keyboard layout of your system when it starts, but you can also adjust it at run time:"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:18760
+#: guix-git/doc/guix.texi:18786
msgid "If you're using GNOME, its settings panel has a ``Region & Language'' entry where you can select one or more keyboard layouts."
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:18765
+#: guix-git/doc/guix.texi:18791
msgid "Under Xorg, the @command{setxkbmap} command (from the same-named package) allows you to change the current layout. For example, this is how you would change the layout to US Dvorak:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:18768
+#: guix-git/doc/guix.texi:18794
#, no-wrap
msgid "setxkbmap us dvorak\n"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:18775
+#: guix-git/doc/guix.texi:18801
msgid "The @code{loadkeys} command changes the keyboard layout in effect in the Linux console. However, note that @code{loadkeys} does @emph{not} use the XKB keyboard layout categorization described above. The command below loads the French bépo layout:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:18778
+#: guix-git/doc/guix.texi:18804
#, no-wrap
msgid "loadkeys fr-bepo\n"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:18784
+#: guix-git/doc/guix.texi:18810
#, no-wrap
msgid "locale"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:18791
+#: guix-git/doc/guix.texi:18817
msgid "A @dfn{locale} defines cultural conventions for a particular language and region of the world (@pxref{Locales,,, libc, The GNU C Library Reference Manual}). Each locale has a name that typically has the form @code{@var{language}_@var{territory}.@var{codeset}}---e.g., @code{fr_LU.utf8} designates the locale for the French language, with cultural conventions from Luxembourg, and using the UTF-8 encoding."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:18792
+#: guix-git/doc/guix.texi:18818
#, no-wrap
msgid "locale definition"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:18796
+#: guix-git/doc/guix.texi:18822
msgid "Usually, you will want to specify the default locale for the machine using the @code{locale} field of the @code{operating-system} declaration (@pxref{operating-system Reference, @code{locale}})."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:18805
+#: guix-git/doc/guix.texi:18831
msgid "The selected locale is automatically added to the @dfn{locale definitions} known to the system if needed, with its codeset inferred from its name---e.g., @code{bo_CN.utf8} will be assumed to use the @code{UTF-8} codeset. Additional locale definitions can be specified in the @code{locale-definitions} slot of @code{operating-system}---this is useful, for instance, if the codeset could not be inferred from the locale name. The default set of locale definitions includes some widely used locales, but not all the available locales, in order to save space."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:18808
+#: guix-git/doc/guix.texi:18834
msgid "For instance, to add the North Frisian locale for Germany, the value of that field may be:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:18813
+#: guix-git/doc/guix.texi:18839
#, no-wrap
msgid ""
"(cons (locale-definition\n"
@@ -36547,12 +36600,12 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:18817
+#: guix-git/doc/guix.texi:18843
msgid "Likewise, to save space, one might want @code{locale-definitions} to list only the locales that are actually used, as in:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:18822
+#: guix-git/doc/guix.texi:18848
#, no-wrap
msgid ""
"(list (locale-definition\n"
@@ -36561,115 +36614,115 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:18831
+#: guix-git/doc/guix.texi:18857
msgid "The compiled locale definitions are available at @file{/run/current-system/locale/X.Y}, where @code{X.Y} is the libc version, which is the default location where the GNU@tie{}libc provided by Guix looks for locale data. This can be overridden using the @env{LOCPATH} environment variable (@pxref{locales-and-locpath, @env{LOCPATH} and locale packages})."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:18834
+#: guix-git/doc/guix.texi:18860
msgid "The @code{locale-definition} form is provided by the @code{(gnu system locale)} module. Details are given below."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:18835
+#: guix-git/doc/guix.texi:18861
#, no-wrap
msgid "{Data Type} locale-definition"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:18837
+#: guix-git/doc/guix.texi:18863
msgid "This is the data type of a locale definition."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:18843
+#: guix-git/doc/guix.texi:18869
msgid "The name of the locale. @xref{Locale Names,,, libc, The GNU C Library Reference Manual}, for more information on locale names."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:18847
+#: guix-git/doc/guix.texi:18873
msgid "The name of the source for that locale. This is typically the @code{@var{language}_@var{territory}} part of the locale name."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:18848
+#: guix-git/doc/guix.texi:18874
#, no-wrap
msgid "@code{charset} (default: @code{\"UTF-8\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:18852
+#: guix-git/doc/guix.texi:18878
msgid "The ``character set'' or ``code set'' for that locale, @uref{https://www.iana.org/assignments/character-sets, as defined by IANA}."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:18856
+#: guix-git/doc/guix.texi:18882
#, fuzzy, no-wrap
#| msgid "%default-channels"
msgid "%default-locale-definitions"
msgstr "%default-channels"
#. type: defvar
-#: guix-git/doc/guix.texi:18860
+#: guix-git/doc/guix.texi:18886
msgid "A list of commonly used UTF-8 locales, used as the default value of the @code{locale-definitions} field of @code{operating-system} declarations."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:18861
+#: guix-git/doc/guix.texi:18887
#, no-wrap
msgid "locale name"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:18862
+#: guix-git/doc/guix.texi:18888
#, no-wrap
msgid "normalized codeset in locale names"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:18868
+#: guix-git/doc/guix.texi:18894
msgid "These locale definitions use the @dfn{normalized codeset} for the part that follows the dot in the name (@pxref{Using gettextized software, normalized codeset,, libc, The GNU C Library Reference Manual}). So for instance it has @code{uk_UA.utf8} but @emph{not}, say, @code{uk_UA.UTF-8}."
msgstr ""
#. type: subsection
-#: guix-git/doc/guix.texi:18870
+#: guix-git/doc/guix.texi:18896
#, no-wrap
msgid "Locale Data Compatibility Considerations"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:18872
+#: guix-git/doc/guix.texi:18898
#, no-wrap
msgid "incompatibility, of locale data"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:18879
+#: guix-git/doc/guix.texi:18905
msgid "@code{operating-system} declarations provide a @code{locale-libcs} field to specify the GNU@tie{}libc packages that are used to compile locale declarations (@pxref{operating-system Reference}). ``Why would I care?'', you may ask. Well, it turns out that the binary format of locale data is occasionally incompatible from one libc version to another."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:18891
+#: guix-git/doc/guix.texi:18917
msgid "For instance, a program linked against libc version 2.21 is unable to read locale data produced with libc 2.22; worse, that program @emph{aborts} instead of simply ignoring the incompatible locale data@footnote{Versions 2.23 and later of GNU@tie{}libc will simply skip the incompatible locale data, which is already an improvement.}. Similarly, a program linked against libc 2.22 can read most, but not all, of the locale data from libc 2.21 (specifically, @env{LC_COLLATE} data is incompatible); thus calls to @code{setlocale} may fail, but programs will not abort."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:18896
+#: guix-git/doc/guix.texi:18922
msgid "The ``problem'' with Guix is that users have a lot of freedom: They can choose whether and when to upgrade software in their profiles, and might be using a libc version different from the one the system administrator used to build the system-wide locale data."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:18900
+#: guix-git/doc/guix.texi:18926
msgid "Fortunately, unprivileged users can also install their own locale data and define @env{GUIX_LOCPATH} accordingly (@pxref{locales-and-locpath, @env{GUIX_LOCPATH} and locale packages})."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:18907
+#: guix-git/doc/guix.texi:18933
msgid "Still, it is best if the system-wide locale data at @file{/run/current-system/locale} is built for all the libc versions actually in use on the system, so that all the programs can access it---this is especially crucial on a multi-user system. To do that, the administrator can specify several libc packages in the @code{locale-libcs} field of @code{operating-system}:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:18910
+#: guix-git/doc/guix.texi:18936
#, no-wrap
msgid ""
"(use-package-modules base)\n"
@@ -36677,7 +36730,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:18914
+#: guix-git/doc/guix.texi:18940
#, no-wrap
msgid ""
"(operating-system\n"
@@ -36686,39 +36739,39 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:18919
+#: guix-git/doc/guix.texi:18945
msgid "This example would lead to a system containing locale definitions for both libc 2.21 and the current version of libc in @file{/run/current-system/locale}."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:18924
+#: guix-git/doc/guix.texi:18950
#, no-wrap
msgid "system services"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:18930
+#: guix-git/doc/guix.texi:18956
msgid "An important part of preparing an @code{operating-system} declaration is listing @dfn{system services} and their configuration (@pxref{Using the Configuration System}). System services are typically daemons launched when the system boots, or other actions needed at that time---e.g., configuring network access."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:18937
+#: guix-git/doc/guix.texi:18963
msgid "Guix has a broad definition of ``service'' (@pxref{Service Composition}), but many services are managed by the GNU@tie{}Shepherd (@pxref{Shepherd Services}). On a running system, the @command{herd} command allows you to list the available services, show their status, start and stop them, or do other specific operations (@pxref{Jump Start,,, shepherd, The GNU Shepherd Manual}). For example:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:18940
+#: guix-git/doc/guix.texi:18966
#, no-wrap
msgid "# herd status\n"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:18945
+#: guix-git/doc/guix.texi:18971
msgid "The above command, run as @code{root}, lists the currently defined services. The @command{herd doc} command shows a synopsis of the given service and its associated actions:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:18949
+#: guix-git/doc/guix.texi:18975
#, no-wrap
msgid ""
"# herd doc nscd\n"
@@ -36727,7 +36780,7 @@ msgid ""
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:18952
+#: guix-git/doc/guix.texi:18978
#, no-wrap
msgid ""
"# herd doc nscd action invalidate\n"
@@ -36735,12 +36788,12 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:18957
+#: guix-git/doc/guix.texi:18983
msgid "The @command{start}, @command{stop}, and @command{restart} sub-commands have the effect you would expect. For instance, the commands below stop the nscd service and restart the Xorg display server:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:18964
+#: guix-git/doc/guix.texi:18990
#, no-wrap
msgid ""
"# herd stop nscd\n"
@@ -36751,26 +36804,26 @@ msgid ""
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:18966
+#: guix-git/doc/guix.texi:18992
#, fuzzy, no-wrap
#| msgid "Configuration record for the LXQt desktop environment."
msgid "configuration, action for shepherd services"
msgstr "Конфигурации для среды рабочего стола LXQt."
#. type: cindex
-#: guix-git/doc/guix.texi:18967
+#: guix-git/doc/guix.texi:18993
#, fuzzy, no-wrap
#| msgid "configuration file for channels"
msgid "configuration file, of a shepherd service"
msgstr "конфигурационный файл для каналов"
#. type: Plain text
-#: guix-git/doc/guix.texi:18971
+#: guix-git/doc/guix.texi:18997
msgid "For some services, @command{herd configuration} returns the name of the service's configuration file, which can be handy to inspect its configuration:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:18975
+#: guix-git/doc/guix.texi:19001
#, no-wrap
msgid ""
"# herd configuration sshd\n"
@@ -36778,27 +36831,27 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:18980
+#: guix-git/doc/guix.texi:19006
msgid "The following sections document the available services, starting with the core services, that may be used in an @code{operating-system} declaration."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:19027
+#: guix-git/doc/guix.texi:19053
msgid "The @code{(gnu services base)} module provides definitions for the basic services that one expects from the system. The services exported by this module are listed below."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:19034
+#: guix-git/doc/guix.texi:19060
msgid "This variable contains a list of basic services (@pxref{Service Types and Services}, for more information on service objects) one would expect from the system: a login service (mingetty) on each tty, syslogd, the libc name service cache daemon (nscd), the udev device manager, and more."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:19039
+#: guix-git/doc/guix.texi:19065
msgid "This is the default value of the @code{services} field of @code{operating-system} declarations. Usually, when customizing a system, you will want to append services to @code{%base-services}, like this:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:19044
+#: guix-git/doc/guix.texi:19070
#, no-wrap
msgid ""
"(append (list (service avahi-service-type)\n"
@@ -36807,36 +36860,36 @@ msgid ""
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:19047
+#: guix-git/doc/guix.texi:19073
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "special-files-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:19050
+#: guix-git/doc/guix.texi:19076
msgid "This is the service that sets up ``special files'' such as @file{/bin/sh}; an instance of it is part of @code{%base-services}."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:19054
+#: guix-git/doc/guix.texi:19080
msgid "The value associated with @code{special-files-service-type} services must be a list of two-element lists where the first element is the ``special file'' and the second element is its target. By default it is:"
msgstr ""
#. type: file{#1}
-#: guix-git/doc/guix.texi:19055
+#: guix-git/doc/guix.texi:19081
#, no-wrap
msgid "/bin/sh"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:19056
+#: guix-git/doc/guix.texi:19082
#, no-wrap
msgid "@file{sh}, in @file{/bin}"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:19060
+#: guix-git/doc/guix.texi:19086
#, no-wrap
msgid ""
"`((\"/bin/sh\" ,(file-append bash \"/bin/sh\"))\n"
@@ -36844,24 +36897,24 @@ msgid ""
msgstr ""
#. type: file{#1}
-#: guix-git/doc/guix.texi:19062
+#: guix-git/doc/guix.texi:19088
#, no-wrap
msgid "/usr/bin/env"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:19063
+#: guix-git/doc/guix.texi:19089
#, no-wrap
msgid "@file{env}, in @file{/usr/bin}"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:19066
+#: guix-git/doc/guix.texi:19092
msgid "If you want to add, say, @code{/bin/bash} to your system, you can change it to:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:19071
+#: guix-git/doc/guix.texi:19097
#, no-wrap
msgid ""
"`((\"/bin/sh\" ,(file-append bash \"/bin/sh\"))\n"
@@ -36870,29 +36923,29 @@ msgid ""
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:19078
+#: guix-git/doc/guix.texi:19104
msgid "Since this is part of @code{%base-services}, you can use @code{modify-services} to customize the set of special files (@pxref{Service Reference, @code{modify-services}}). But the simple way to add a special file is @i{via} the @code{extra-special-file} procedure (see below)."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:19080
+#: guix-git/doc/guix.texi:19106
#, fuzzy, no-wrap
#| msgid "{Scheme Procedure} install-file @var{file} @var{directory}"
msgid "{Procedure} extra-special-file file target"
msgstr "{Процедура Scheme} open-inferior @var{directory} @"
#. type: deffn
-#: guix-git/doc/guix.texi:19082
+#: guix-git/doc/guix.texi:19108
msgid "Use @var{target} as the ``special file'' @var{file}."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:19086
+#: guix-git/doc/guix.texi:19112
msgid "For example, adding the following lines to the @code{services} field of your operating system declaration leads to a @file{/usr/bin/env} symlink:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:19090
+#: guix-git/doc/guix.texi:19116
#, no-wrap
msgid ""
"(extra-special-file \"/usr/bin/env\"\n"
@@ -36900,36 +36953,36 @@ msgid ""
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:19095
+#: guix-git/doc/guix.texi:19121
msgid "This procedure is meant for @code{/bin/sh}, @code{/usr/bin/env} and similar targets. In particular, use for targets under @code{/etc} might not work as expected if the target is managed by Guix in other ways."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:19097
+#: guix-git/doc/guix.texi:19123
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "host-name-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:19101
+#: guix-git/doc/guix.texi:19127
msgid "Type of the service that sets the system host name, whose value is a string. This service is included in @code{operating-system} by default (@pxref{operating-system-essential-services,@code{essential-services}})."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:19103
+#: guix-git/doc/guix.texi:19129
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} console-font-service-type"
msgid "console-font-service-type"
msgstr "{Процедура Scheme} sane-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:19108
+#: guix-git/doc/guix.texi:19134
msgid "Install the given fonts on the specified ttys (fonts are per virtual console on the kernel Linux). The value of this service is a list of tty/font pairs. The font can be the name of a font provided by the @code{kbd} package or any valid argument to @command{setfont}, as in this example:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:19117
+#: guix-git/doc/guix.texi:19143
#, no-wrap
msgid ""
"`((\"tty1\" . \"LatGrkCyr-8x16\")\n"
@@ -36942,19 +36995,19 @@ msgid ""
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:19120
+#: guix-git/doc/guix.texi:19146
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "hosts-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:19124
+#: guix-git/doc/guix.texi:19150
msgid "Type of the service that populates the entries for (@file{/etc/hosts}). This service type can be @emph{extended} by passing it a list of @code{host} records."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:19126
+#: guix-git/doc/guix.texi:19152
#, fuzzy
#| msgid "The example below shows how to add a package as a native input of itself when cross-compiling:"
msgid "The example below shows how to add two entries to @file{/etc/hosts}:"
@@ -36962,7 +37015,7 @@ msgstr "В приведенном ниже примере показано, ка
#. The domain names below SHOULD NOT be translated.
#. type: lisp
-#: guix-git/doc/guix.texi:19137
+#: guix-git/doc/guix.texi:19163
#, fuzzy, no-wrap
#| msgid ""
#| ";; Add variant packages to those Guix provides.\n"
@@ -36985,18 +37038,18 @@ msgstr ""
" %default-channels)\n"
#. type: cindex
-#: guix-git/doc/guix.texi:19140
+#: guix-git/doc/guix.texi:19166
#, no-wrap
msgid "@file{/etc/hosts} default entries"
msgstr ""
#. type: quotation
-#: guix-git/doc/guix.texi:19142
+#: guix-git/doc/guix.texi:19168
msgid "By default @file{/etc/hosts} comes with the following entries:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:19145
+#: guix-git/doc/guix.texi:19171
#, no-wrap
msgid ""
"127.0.0.1 localhost @var{host-name}\n"
@@ -37004,17 +37057,17 @@ msgid ""
msgstr ""
#. type: quotation
-#: guix-git/doc/guix.texi:19151
+#: guix-git/doc/guix.texi:19177
msgid "For most setups this is what you want though if you find yourself in the situation where you want to change the default entries, you can do so in @code{operating-system} via @code{modify-services} (@pxref{Service Reference,@code{modify-services}})."
msgstr ""
#. type: quotation
-#: guix-git/doc/guix.texi:19154
+#: guix-git/doc/guix.texi:19180
msgid "The following example shows how to unset @var{host-name} from being an alias of @code{localhost}."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:19157 guix-git/doc/guix.texi:20432
+#: guix-git/doc/guix.texi:19183 guix-git/doc/guix.texi:20458
#, no-wrap
msgid ""
"(operating-system\n"
@@ -37023,7 +37076,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:19164
+#: guix-git/doc/guix.texi:19190
#, no-wrap
msgid ""
" (essential-services\n"
@@ -37035,1138 +37088,1138 @@ msgid ""
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:19169
+#: guix-git/doc/guix.texi:19195
#, fuzzy, no-wrap
#| msgid "{Scheme Procedure} hg-fetch @var{ref} @var{hash-algo} @var{hash} @"
msgid "{Procedure} host @var{address} @var{canonical-name} [@var{aliases}]"
msgstr "{Scheme Procedure} mixed-text-file @var{name} @var{text} @dots{}"
#. type: deffn
-#: guix-git/doc/guix.texi:19172
+#: guix-git/doc/guix.texi:19198
msgid "Return a new record for the host at @var{address} with the given @var{canonical-name} and possibly @var{aliases}."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:19176
+#: guix-git/doc/guix.texi:19202
msgid "@var{address} must be a string denoting a valid IPv4 or IPv6 address, and @var{canonical-name} and the strings listed in @var{aliases} must be valid host names."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:19178
+#: guix-git/doc/guix.texi:19204
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "login-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:19181
+#: guix-git/doc/guix.texi:19207
msgid "Type of the service that provides a console login service, whose value is a @code{<login-configuration>} object."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:19183
+#: guix-git/doc/guix.texi:19209
#, no-wrap
msgid "{Data Type} login-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:19186
+#: guix-git/doc/guix.texi:19212
#, fuzzy
msgid "Data type representing the configuration of login, which specifies the @acronym{MOTD, message of the day}, among other things."
msgstr "Управление конфигурацией операционной системы."
#. type: code{#1}
-#: guix-git/doc/guix.texi:19189 guix-git/doc/guix.texi:20228
+#: guix-git/doc/guix.texi:19215 guix-git/doc/guix.texi:20254
#, no-wrap
msgid "motd"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:19190
+#: guix-git/doc/guix.texi:19216
#, no-wrap
msgid "message of the day"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19192 guix-git/doc/guix.texi:20230
+#: guix-git/doc/guix.texi:19218 guix-git/doc/guix.texi:20256
msgid "A file-like object containing the ``message of the day''."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19193 guix-git/doc/guix.texi:20231
-#: guix-git/doc/guix.texi:23233
+#: guix-git/doc/guix.texi:19219 guix-git/doc/guix.texi:20257
+#: guix-git/doc/guix.texi:23259
#, no-wrap
msgid "@code{allow-empty-passwords?} (default: @code{#t})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19196 guix-git/doc/guix.texi:20234
+#: guix-git/doc/guix.texi:19222 guix-git/doc/guix.texi:20260
msgid "Allow empty passwords by default so that first-time users can log in when the 'root' account has just been created."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:19200
+#: guix-git/doc/guix.texi:19226
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "mingetty-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:19204
+#: guix-git/doc/guix.texi:19230
msgid "Type of the service that runs Mingetty, an implementation of the virtual console log-in. The value for this service is a @code{<mingetty-configuration>} object."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:19206
+#: guix-git/doc/guix.texi:19232
#, no-wrap
msgid "{Data Type} mingetty-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:19209
+#: guix-git/doc/guix.texi:19235
#, fuzzy
msgid "Data type representing the configuration of Mingetty, which specifies the tty to run, among other things."
msgstr "Управление конфигурацией операционной системы."
#. type: code{#1}
-#: guix-git/doc/guix.texi:19211 guix-git/doc/guix.texi:19249
-#: guix-git/doc/guix.texi:40447
+#: guix-git/doc/guix.texi:19237 guix-git/doc/guix.texi:19275
+#: guix-git/doc/guix.texi:40476
#, no-wrap
msgid "tty"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19213
+#: guix-git/doc/guix.texi:19239
msgid "The name of the console this Mingetty runs on---e.g., @code{\"tty1\"}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19214 guix-git/doc/guix.texi:19278
-#: guix-git/doc/guix.texi:19440
+#: guix-git/doc/guix.texi:19240 guix-git/doc/guix.texi:19304
+#: guix-git/doc/guix.texi:19466
#, no-wrap
msgid "@code{auto-login} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19218
+#: guix-git/doc/guix.texi:19244
msgid "When true, this field must be a string denoting the user name under which the system automatically logs in. When it is @code{#f}, a user name and password must be entered to log in."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19219
+#: guix-git/doc/guix.texi:19245
#, no-wrap
msgid "@code{login-program} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19223
+#: guix-git/doc/guix.texi:19249
msgid "This must be either @code{#f}, in which case the default log-in program is used (@command{login} from the Shadow tool suite), or a gexp denoting the name of the log-in program."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19224
+#: guix-git/doc/guix.texi:19250
#, no-wrap
msgid "@code{login-pause?} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19227
+#: guix-git/doc/guix.texi:19253
msgid "When set to @code{#t} in conjunction with @var{auto-login}, the user will have to press a key before the log-in shell is launched."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19228
+#: guix-git/doc/guix.texi:19254
#, no-wrap
msgid "@code{clear-on-logout?} (default: @code{#t})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:19230
+#: guix-git/doc/guix.texi:19256
msgid "When set to @code{#t}, the screen will be cleared after logout."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19231
+#: guix-git/doc/guix.texi:19257
#, no-wrap
msgid "@code{mingetty} (default: @var{mingetty})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19233
+#: guix-git/doc/guix.texi:19259
msgid "The Mingetty package to use."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:19237
+#: guix-git/doc/guix.texi:19263
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "agetty-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:19241
+#: guix-git/doc/guix.texi:19267
msgid "Type of the service that runs agetty, which implements virtual and serial console log-in. The value for this service is a @code{<agetty-configuration>} object."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:19243
+#: guix-git/doc/guix.texi:19269
#, no-wrap
msgid "{Data Type} agetty-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:19247
+#: guix-git/doc/guix.texi:19273
msgid "Data type representing the configuration of agetty, which specifies the tty to run, among other things@footnote{See the @code{agetty(8)} man page for more information.}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19253
+#: guix-git/doc/guix.texi:19279
msgid "The name of the console this agetty runs on, as a string---e.g., @code{\"ttyS0\"}. This argument is optional, it will default to a reasonable default serial port used by the kernel Linux."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19257
+#: guix-git/doc/guix.texi:19283
msgid "For this, if there is a value for an option @code{agetty.tty} in the kernel command line, agetty will extract the device name of the serial port from it and use that."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19261
+#: guix-git/doc/guix.texi:19287
msgid "If not and if there is a value for an option @code{console} with a tty in the Linux command line, agetty will extract the device name of the serial port from it and use that."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19265
+#: guix-git/doc/guix.texi:19291
msgid "In both cases, agetty will leave the other serial device settings (baud rate etc.)@: alone---in the hope that Linux pinned them to the correct values."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19266 guix-git/doc/guix.texi:40633
+#: guix-git/doc/guix.texi:19292 guix-git/doc/guix.texi:40662
#, no-wrap
msgid "@code{baud-rate} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19269
+#: guix-git/doc/guix.texi:19295
msgid "A string containing a comma-separated list of one or more baud rates, in descending order."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19270
+#: guix-git/doc/guix.texi:19296
#, no-wrap
msgid "@code{term} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19273
+#: guix-git/doc/guix.texi:19299
msgid "A string containing the value used for the @env{TERM} environment variable."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19274
+#: guix-git/doc/guix.texi:19300
#, no-wrap
msgid "@code{eight-bits?} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19277
+#: guix-git/doc/guix.texi:19303
msgid "When @code{#t}, the tty is assumed to be 8-bit clean, and parity detection is disabled."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19281 guix-git/doc/guix.texi:19443
+#: guix-git/doc/guix.texi:19307 guix-git/doc/guix.texi:19469
msgid "When passed a login name, as a string, the specified user will be logged in automatically without prompting for their login name or password."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19282
+#: guix-git/doc/guix.texi:19308
#, no-wrap
msgid "@code{no-reset?} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19284
+#: guix-git/doc/guix.texi:19310
msgid "When @code{#t}, don't reset terminal cflags (control modes)."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19285
+#: guix-git/doc/guix.texi:19311
#, no-wrap
msgid "@code{host} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19288
+#: guix-git/doc/guix.texi:19314
msgid "This accepts a string containing the ``login_host'', which will be written into the @file{/var/run/utmpx} file."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19289
+#: guix-git/doc/guix.texi:19315
#, no-wrap
msgid "@code{remote?} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19293
+#: guix-git/doc/guix.texi:19319
msgid "When set to @code{#t} in conjunction with @var{host}, this will add an @code{-r} fakehost option to the command line of the login program specified in @var{login-program}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19294
+#: guix-git/doc/guix.texi:19320
#, no-wrap
msgid "@code{flow-control?} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19296
+#: guix-git/doc/guix.texi:19322
msgid "When set to @code{#t}, enable hardware (RTS/CTS) flow control."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19297
+#: guix-git/doc/guix.texi:19323
#, no-wrap
msgid "@code{no-issue?} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19300
+#: guix-git/doc/guix.texi:19326
msgid "When set to @code{#t}, the contents of the @file{/etc/issue} file will not be displayed before presenting the login prompt."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19301
+#: guix-git/doc/guix.texi:19327
#, no-wrap
msgid "@code{init-string} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19304
+#: guix-git/doc/guix.texi:19330
msgid "This accepts a string that will be sent to the tty or modem before sending anything else. It can be used to initialize a modem."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19305
+#: guix-git/doc/guix.texi:19331
#, no-wrap
msgid "@code{no-clear?} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19308
+#: guix-git/doc/guix.texi:19334
msgid "When set to @code{#t}, agetty will not clear the screen before showing the login prompt."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19309
+#: guix-git/doc/guix.texi:19335
#, no-wrap
msgid "@code{login-program} (default: (file-append shadow \"/bin/login\"))"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19313
+#: guix-git/doc/guix.texi:19339
msgid "This must be either a gexp denoting the name of a log-in program, or unset, in which case the default value is the @command{login} from the Shadow tool suite."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19314
+#: guix-git/doc/guix.texi:19340
#, no-wrap
msgid "@code{local-line} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19318
+#: guix-git/doc/guix.texi:19344
msgid "Control the CLOCAL line flag. This accepts one of three symbols as arguments, @code{'auto}, @code{'always}, or @code{'never}. If @code{#f}, the default value chosen by agetty is @code{'auto}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19319
+#: guix-git/doc/guix.texi:19345
#, no-wrap
msgid "@code{extract-baud?} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19322
+#: guix-git/doc/guix.texi:19348
msgid "When set to @code{#t}, instruct agetty to try to extract the baud rate from the status messages produced by certain types of modems."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19323
+#: guix-git/doc/guix.texi:19349
#, no-wrap
msgid "@code{skip-login?} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19327
+#: guix-git/doc/guix.texi:19353
msgid "When set to @code{#t}, do not prompt the user for a login name. This can be used with @var{login-program} field to use non-standard login systems."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19328
+#: guix-git/doc/guix.texi:19354
#, no-wrap
msgid "@code{no-newline?} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19331
+#: guix-git/doc/guix.texi:19357
msgid "When set to @code{#t}, do not print a newline before printing the @file{/etc/issue} file."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19333
+#: guix-git/doc/guix.texi:19359
#, no-wrap
msgid "@code{login-options} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19338
+#: guix-git/doc/guix.texi:19364
msgid "This option accepts a string containing options that are passed to the login program. When used with the @var{login-program}, be aware that a malicious user could try to enter a login name containing embedded options that could be parsed by the login program."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19339
+#: guix-git/doc/guix.texi:19365
#, no-wrap
msgid "@code{login-pause} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19343
+#: guix-git/doc/guix.texi:19369
msgid "When set to @code{#t}, wait for any key before showing the login prompt. This can be used in conjunction with @var{auto-login} to save memory by lazily spawning shells."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19344 guix-git/doc/guix.texi:34702
+#: guix-git/doc/guix.texi:19370 guix-git/doc/guix.texi:34731
#, no-wrap
msgid "@code{chroot} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19347
+#: guix-git/doc/guix.texi:19373
msgid "Change root to the specified directory. This option accepts a directory path as a string."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19348
+#: guix-git/doc/guix.texi:19374
#, no-wrap
msgid "@code{hangup?} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19351
+#: guix-git/doc/guix.texi:19377
msgid "Use the Linux system call @code{vhangup} to do a virtual hangup of the specified terminal."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19352
+#: guix-git/doc/guix.texi:19378
#, no-wrap
msgid "@code{keep-baud?} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19356
+#: guix-git/doc/guix.texi:19382
msgid "When set to @code{#t}, try to keep the existing baud rate. The baud rates from @var{baud-rate} are used when agetty receives a @key{BREAK} character."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19357
+#: guix-git/doc/guix.texi:19383
#, no-wrap
msgid "@code{timeout} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19360
+#: guix-git/doc/guix.texi:19386
msgid "When set to an integer value, terminate if no user name could be read within @var{timeout} seconds."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19361
+#: guix-git/doc/guix.texi:19387
#, no-wrap
msgid "@code{detect-case?} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19367
+#: guix-git/doc/guix.texi:19393
msgid "When set to @code{#t}, turn on support for detecting an uppercase-only terminal. This setting will detect a login name containing only uppercase letters as indicating an uppercase-only terminal and turn on some upper-to-lower case conversions. Note that this will not support Unicode characters."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19368
+#: guix-git/doc/guix.texi:19394
#, no-wrap
msgid "@code{wait-cr?} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19373
+#: guix-git/doc/guix.texi:19399
msgid "When set to @code{#t}, wait for the user or modem to send a carriage-return or linefeed character before displaying @file{/etc/issue} or login prompt. This is typically used with the @var{init-string} option."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19374
+#: guix-git/doc/guix.texi:19400
#, no-wrap
msgid "@code{no-hints?} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19377
+#: guix-git/doc/guix.texi:19403
msgid "When set to @code{#t}, do not print hints about Num, Caps, and Scroll locks."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19378
+#: guix-git/doc/guix.texi:19404
#, no-wrap
msgid "@code{no-hostname?} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19381
+#: guix-git/doc/guix.texi:19407
msgid "By default, the hostname is printed. When this option is set to @code{#t}, no hostname will be shown at all."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19382
+#: guix-git/doc/guix.texi:19408
#, no-wrap
msgid "@code{long-hostname?} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19386
+#: guix-git/doc/guix.texi:19412
msgid "By default, the hostname is only printed until the first dot. When this option is set to @code{#t}, the fully qualified hostname by @code{gethostname} or @code{getaddrinfo} is shown."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19387
+#: guix-git/doc/guix.texi:19413
#, no-wrap
msgid "@code{erase-characters} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19390
+#: guix-git/doc/guix.texi:19416
msgid "This option accepts a string of additional characters that should be interpreted as backspace when the user types their login name."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19391
+#: guix-git/doc/guix.texi:19417
#, no-wrap
msgid "@code{kill-characters} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19395
+#: guix-git/doc/guix.texi:19421
msgid "This option accepts a string that should be interpreted to mean ``ignore all previous characters'' (also called a ``kill'' character) when the user types their login name."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19396
+#: guix-git/doc/guix.texi:19422
#, no-wrap
msgid "@code{chdir} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19399
+#: guix-git/doc/guix.texi:19425
msgid "This option accepts, as a string, a directory path that will be changed to before login."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19400
+#: guix-git/doc/guix.texi:19426
#, no-wrap
msgid "@code{delay} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19403
+#: guix-git/doc/guix.texi:19429
msgid "This options accepts, as an integer, the number of seconds to sleep before opening the tty and displaying the login prompt."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19404
+#: guix-git/doc/guix.texi:19430
#, no-wrap
msgid "@code{nice} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19407
+#: guix-git/doc/guix.texi:19433
msgid "This option accepts, as an integer, the nice value with which to run the @command{login} program."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19408 guix-git/doc/guix.texi:19750
-#: guix-git/doc/guix.texi:21416 guix-git/doc/guix.texi:30474
-#: guix-git/doc/guix.texi:32312 guix-git/doc/guix.texi:33861
-#: guix-git/doc/guix.texi:34862 guix-git/doc/guix.texi:38011
-#: guix-git/doc/guix.texi:41279 guix-git/doc/guix.texi:46335
-#: guix-git/doc/guix.texi:47027 guix-git/doc/guix.texi:47063
+#: guix-git/doc/guix.texi:19434 guix-git/doc/guix.texi:19776
+#: guix-git/doc/guix.texi:21442 guix-git/doc/guix.texi:30500
+#: guix-git/doc/guix.texi:32338 guix-git/doc/guix.texi:33890
+#: guix-git/doc/guix.texi:34891 guix-git/doc/guix.texi:38040
+#: guix-git/doc/guix.texi:41308 guix-git/doc/guix.texi:46364
+#: guix-git/doc/guix.texi:47056 guix-git/doc/guix.texi:47092
#, no-wrap
msgid "@code{extra-options} (default: @code{'()})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19411
+#: guix-git/doc/guix.texi:19437
msgid "This option provides an ``escape hatch'' for the user to provide arbitrary command-line arguments to @command{agetty} as a list of strings."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19412 guix-git/doc/guix.texi:21054
-#: guix-git/doc/guix.texi:21167 guix-git/doc/guix.texi:27864
-#: guix-git/doc/guix.texi:31975
+#: guix-git/doc/guix.texi:19438 guix-git/doc/guix.texi:21080
+#: guix-git/doc/guix.texi:21193 guix-git/doc/guix.texi:27890
+#: guix-git/doc/guix.texi:32001
#, fuzzy, no-wrap
#| msgid "@code{requirement} (default: @code{'()})"
msgid "@code{shepherd-requirement} (default: @code{'()})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:19415
+#: guix-git/doc/guix.texi:19441
msgid "The option can be used to provides extra shepherd requirements (for example @code{'syslogd}) to the respective @code{'term-}* shepherd service."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:19419
+#: guix-git/doc/guix.texi:19445
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "kmscon-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:19423
+#: guix-git/doc/guix.texi:19449
msgid "Type of the service that runs @uref{https://www.freedesktop.org/wiki/Software/kmscon,kmscon}, which implements virtual console log-in. The value for this service is a @code{<kmscon-configuration>} object."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:19425
+#: guix-git/doc/guix.texi:19451
#, no-wrap
msgid "{Data Type} kmscon-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:19428
+#: guix-git/doc/guix.texi:19454
#, fuzzy
msgid "Data type representing the configuration of Kmscon, which specifies the tty to run, among other things."
msgstr "Управление конфигурацией операционной системы."
#. type: code{#1}
-#: guix-git/doc/guix.texi:19430
+#: guix-git/doc/guix.texi:19456
#, no-wrap
msgid "virtual-terminal"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19432
+#: guix-git/doc/guix.texi:19458
msgid "The name of the console this Kmscon runs on---e.g., @code{\"tty1\"}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19433
+#: guix-git/doc/guix.texi:19459
#, no-wrap
msgid "@code{login-program} (default: @code{#~(string-append #$shadow \"/bin/login\")})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19436
+#: guix-git/doc/guix.texi:19462
msgid "A gexp denoting the name of the log-in program. The default log-in program is @command{login} from the Shadow tool suite."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19437
+#: guix-git/doc/guix.texi:19463
#, no-wrap
msgid "@code{login-arguments} (default: @code{'(\"-p\")})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19439
+#: guix-git/doc/guix.texi:19465
msgid "A list of arguments to pass to @command{login}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19444
+#: guix-git/doc/guix.texi:19470
#, no-wrap
msgid "@code{hardware-acceleration?} (default: #f)"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19446
+#: guix-git/doc/guix.texi:19472
msgid "Whether to use hardware acceleration."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19447
+#: guix-git/doc/guix.texi:19473
#, no-wrap
msgid "@code{font-engine} (default: @code{\"pango\"})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:19449
+#: guix-git/doc/guix.texi:19475
msgid "Font engine used in Kmscon."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19450
+#: guix-git/doc/guix.texi:19476
#, no-wrap
msgid "@code{font-size} (default: @code{12})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:19452
+#: guix-git/doc/guix.texi:19478
msgid "Font size used in Kmscon."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19456
+#: guix-git/doc/guix.texi:19482
msgid "If this is @code{#f}, Kmscon uses the default keyboard layout---usually US English (``qwerty'') for a 105-key PC keyboard."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19460
+#: guix-git/doc/guix.texi:19486
msgid "Otherwise this must be a @code{keyboard-layout} object specifying the keyboard layout. @xref{Keyboard Layout}, for more information on how to specify the keyboard layout."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19461
+#: guix-git/doc/guix.texi:19487
#, no-wrap
msgid "@code{kmscon} (default: @var{kmscon})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19463
+#: guix-git/doc/guix.texi:19489
msgid "The Kmscon package to use."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:19468
+#: guix-git/doc/guix.texi:19494
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "nscd-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:19471
+#: guix-git/doc/guix.texi:19497
#, fuzzy
#| msgid "Data type representing the configuration of IPFS."
msgid "Type of the service that runs the libc @abbr{nscd, name service cache daemon}, whose value is an @code{<nscd-configuration>} object."
msgstr "Управление конфигурацией операционной системы."
#. type: defvar
-#: guix-git/doc/guix.texi:19473
+#: guix-git/doc/guix.texi:19499
msgid "For convenience, the Shepherd service for nscd provides the following actions:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19475
+#: guix-git/doc/guix.texi:19501
#, no-wrap
msgid "invalidate"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:19476
+#: guix-git/doc/guix.texi:19502
#, no-wrap
msgid "nscd, cache invalidation"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:19477
+#: guix-git/doc/guix.texi:19503
#, no-wrap
msgid "cache invalidation, nscd"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19479
+#: guix-git/doc/guix.texi:19505
msgid "This invalidate the given cache. For instance, running:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:19482
+#: guix-git/doc/guix.texi:19508
#, no-wrap
msgid "herd invalidate nscd hosts\n"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19486
+#: guix-git/doc/guix.texi:19512
msgid "invalidates the host name lookup cache of nscd."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19487
+#: guix-git/doc/guix.texi:19513
#, no-wrap
msgid "statistics"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19490
+#: guix-git/doc/guix.texi:19516
msgid "Running @command{herd statistics nscd} displays information about nscd usage and caches."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:19493
+#: guix-git/doc/guix.texi:19519
#, no-wrap
msgid "{Data Type} nscd-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:19496
+#: guix-git/doc/guix.texi:19522
#, fuzzy
#| msgid "Data type representing the configuration of IPFS."
msgid "Data type representing the @abbr{nscd, name service cache daemon} configuration."
msgstr "Управление конфигурацией операционной системы."
#. type: item
-#: guix-git/doc/guix.texi:19499
+#: guix-git/doc/guix.texi:19525
#, no-wrap
msgid "@code{name-services} (default: @code{'()})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19502
+#: guix-git/doc/guix.texi:19528
msgid "List of packages denoting @dfn{name services} that must be visible to the nscd---e.g., @code{(list @var{nss-mdns})}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19503
+#: guix-git/doc/guix.texi:19529
#, no-wrap
msgid "@code{glibc} (default: @var{glibc})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19506
+#: guix-git/doc/guix.texi:19532
msgid "Package object denoting the GNU C Library providing the @command{nscd} command."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19507 guix-git/doc/guix.texi:40637
+#: guix-git/doc/guix.texi:19533 guix-git/doc/guix.texi:40666
#, no-wrap
msgid "@code{log-file} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19512
+#: guix-git/doc/guix.texi:19538
msgid "Name of the nscd log file. Debugging output goes to that file when @code{debug-level} is strictly positive, or to standard error if it is @code{#f}. Regular messages are written to syslog when @code{debug-level} is zero, regardless of the value of @code{log-file}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19513
+#: guix-git/doc/guix.texi:19539
#, no-wrap
msgid "@code{debug-level} (default: @code{0})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19516
+#: guix-git/doc/guix.texi:19542
msgid "Integer denoting the debugging levels. Higher numbers mean that more debugging output is logged."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19517
+#: guix-git/doc/guix.texi:19543
#, no-wrap
msgid "@code{caches} (default: @code{%nscd-default-caches})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:19520
+#: guix-git/doc/guix.texi:19546
msgid "List of @code{<nscd-cache>} objects denoting things to be cached; see below."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:19524
+#: guix-git/doc/guix.texi:19550
#, no-wrap
msgid "{Data Type} nscd-cache"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:19526
+#: guix-git/doc/guix.texi:19552
msgid "Data type representing a cache database of nscd and its parameters."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:19529 guix-git/doc/guix.texi:26061
+#: guix-git/doc/guix.texi:19555 guix-git/doc/guix.texi:26087
#, no-wrap
msgid "database"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19534
+#: guix-git/doc/guix.texi:19560
msgid "This is a symbol representing the name of the database to be cached. Valid values are @code{passwd}, @code{group}, @code{hosts}, and @code{services}, which designate the corresponding NSS database (@pxref{NSS Basics,,, libc, The GNU C Library Reference Manual})."
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:19535
+#: guix-git/doc/guix.texi:19561
#, no-wrap
msgid "positive-time-to-live"
msgstr ""
#. type: itemx
-#: guix-git/doc/guix.texi:19536
+#: guix-git/doc/guix.texi:19562
#, no-wrap
msgid "@code{negative-time-to-live} (default: @code{20})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19539
+#: guix-git/doc/guix.texi:19565
msgid "A number representing the number of seconds during which a positive or negative lookup result remains in cache."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19540
+#: guix-git/doc/guix.texi:19566
#, no-wrap
msgid "@code{check-files?} (default: @code{#t})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19543
+#: guix-git/doc/guix.texi:19569
msgid "Whether to check for updates of the files corresponding to @var{database}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19547
+#: guix-git/doc/guix.texi:19573
msgid "For instance, when @var{database} is @code{hosts}, setting this flag instructs nscd to check for updates in @file{/etc/hosts} and to take them into account."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19548
+#: guix-git/doc/guix.texi:19574
#, no-wrap
msgid "@code{persistent?} (default: @code{#t})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19550
+#: guix-git/doc/guix.texi:19576
msgid "Whether the cache should be stored persistently on disk."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19551
+#: guix-git/doc/guix.texi:19577
#, no-wrap
msgid "@code{shared?} (default: @code{#t})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19553
+#: guix-git/doc/guix.texi:19579
msgid "Whether the cache should be shared among users."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19554
+#: guix-git/doc/guix.texi:19580
#, no-wrap
msgid "@code{max-database-size} (default: 32@tie{}MiB)"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19556
+#: guix-git/doc/guix.texi:19582
msgid "Maximum size in bytes of the database cache."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:19563
+#: guix-git/doc/guix.texi:19589
#, fuzzy, no-wrap
#| msgid "%default-channels"
msgid "%nscd-default-caches"
msgstr "%default-channels"
#. type: defvar
-#: guix-git/doc/guix.texi:19566
+#: guix-git/doc/guix.texi:19592
msgid "List of @code{<nscd-cache>} objects used by default by @code{nscd-configuration} (see above)."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:19572
+#: guix-git/doc/guix.texi:19598
msgid "It enables persistent and aggressive caching of service and host name lookups. The latter provides better host name lookup performance, resilience in the face of unreliable name servers, and also better privacy---often the result of host name lookups is in local cache, so external name servers do not even need to be queried."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:19574
+#: guix-git/doc/guix.texi:19600
#, no-wrap
msgid "syslog"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:19575 guix-git/doc/guix.texi:20562
+#: guix-git/doc/guix.texi:19601 guix-git/doc/guix.texi:20588
#, no-wrap
msgid "logging"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:19576
+#: guix-git/doc/guix.texi:19602
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "syslog-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:19579
+#: guix-git/doc/guix.texi:19605
msgid "Type of the service that runs the syslog daemon, whose value is a @code{<syslog-configuration>} object."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:19585
+#: guix-git/doc/guix.texi:19611
msgid "To have a modified @code{syslog-configuration} come into effect after reconfiguring your system, the @samp{reload} action should be preferred to restarting the service, as many services such as the login manager depend on it and would be restarted as well:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:19588
+#: guix-git/doc/guix.texi:19614
#, fuzzy, no-wrap
#| msgid "# herd reload transmission-daemon\n"
msgid "# herd reload syslog\n"
msgstr "herd start ssh-daemon\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:19592
+#: guix-git/doc/guix.texi:19618
msgid "which will cause the running @command{syslogd} process to reload its configuration."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:19593
+#: guix-git/doc/guix.texi:19619
#, no-wrap
msgid "{Data Type} syslog-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:19595
+#: guix-git/doc/guix.texi:19621
#, fuzzy
#| msgid "Data type representing the configuration of Agate."
msgid "Data type representing the configuration of the syslog daemon."
msgstr "Управление конфигурацией операционной системы."
#. type: item
-#: guix-git/doc/guix.texi:19597
+#: guix-git/doc/guix.texi:19623
#, no-wrap
msgid "@code{syslogd} (default: @code{#~(string-append #$inetutils \"/libexec/syslogd\")})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19599
+#: guix-git/doc/guix.texi:19625
msgid "The syslog daemon to use."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19600
+#: guix-git/doc/guix.texi:19626
#, no-wrap
msgid "@code{config-file} (default: @code{%default-syslog.conf})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19604
+#: guix-git/doc/guix.texi:19630
msgid "The syslog configuration file to use. @xref{syslogd invocation,,, inetutils, GNU Inetutils}, for more information on the configuration file syntax."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:19608
+#: guix-git/doc/guix.texi:19634
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "guix-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:19612
+#: guix-git/doc/guix.texi:19638
msgid "This is the type of the service that runs the build daemon, @command{guix-daemon} (@pxref{Invoking guix-daemon}). Its value must be a @code{guix-configuration} record as described below."
msgstr ""
#. type: anchor{#1}
-#: guix-git/doc/guix.texi:19615
+#: guix-git/doc/guix.texi:19641
msgid "guix-configuration-type"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:19615
+#: guix-git/doc/guix.texi:19641
#, no-wrap
msgid "{Data Type} guix-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:19618
+#: guix-git/doc/guix.texi:19644
msgid "This data type represents the configuration of the Guix build daemon. @xref{Invoking guix-daemon}, for more information."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19620
+#: guix-git/doc/guix.texi:19646
#, no-wrap
msgid "@code{guix} (default: @var{guix})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19623
+#: guix-git/doc/guix.texi:19649
msgid "The Guix package to use. @xref{Customizing the System-Wide Guix} to learn how to provide a package with a pre-configured set of channels."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19624
+#: guix-git/doc/guix.texi:19650
#, no-wrap
msgid "@code{build-group} (default: @code{\"guixbuild\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19626
+#: guix-git/doc/guix.texi:19652
msgid "Name of the group for build user accounts."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19627
+#: guix-git/doc/guix.texi:19653
#, no-wrap
msgid "@code{build-accounts} (default: @code{10})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19629
+#: guix-git/doc/guix.texi:19655
msgid "Number of build user accounts to create."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19630
+#: guix-git/doc/guix.texi:19656
#, no-wrap
msgid "@code{authorize-key?} (default: @code{#t})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19637
+#: guix-git/doc/guix.texi:19663
msgid "Whether to authorize the substitute keys listed in @code{authorized-keys}---by default that of @code{@value{SUBSTITUTE-SERVER-1}} and @code{@value{SUBSTITUTE-SERVER-2}} (@pxref{Substitutes})."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19643
+#: guix-git/doc/guix.texi:19669
msgid "When @code{authorize-key?} is true, @file{/etc/guix/acl} cannot be changed by invoking @command{guix archive --authorize}. You must instead adjust @code{guix-configuration} as you wish and reconfigure the system. This ensures that your operating system configuration file is self-contained."
msgstr ""
#. type: quotation
-#: guix-git/doc/guix.texi:19650
+#: guix-git/doc/guix.texi:19676
msgid "When booting or reconfiguring to a system where @code{authorize-key?} is true, the existing @file{/etc/guix/acl} file is backed up as @file{/etc/guix/acl.bak} if it was determined to be a manually modified file. This is to facilitate migration from earlier versions, which allowed for in-place modifications to @file{/etc/guix/acl}."
msgstr ""
#. type: vindex
-#: guix-git/doc/guix.texi:19652
+#: guix-git/doc/guix.texi:19678
#, no-wrap
msgid "%default-authorized-guix-keys"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19653
+#: guix-git/doc/guix.texi:19679
#, no-wrap
msgid "@code{authorized-keys} (default: @code{%default-authorized-guix-keys})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:19659
+#: guix-git/doc/guix.texi:19685
msgid "The list of authorized key files for archive imports, as a list of string-valued gexps (@pxref{Invoking guix archive}). By default, it contains that of @code{@value{SUBSTITUTE-SERVER-1}} and @code{@value{SUBSTITUTE-SERVER-2}} (@pxref{Substitutes}). See @code{substitute-urls} below for an example on how to change it."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19660
+#: guix-git/doc/guix.texi:19686
#, no-wrap
msgid "@code{use-substitutes?} (default: @code{#t})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19662
+#: guix-git/doc/guix.texi:19688
msgid "Whether to use substitutes."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19663 guix-git/doc/guix.texi:34966
+#: guix-git/doc/guix.texi:19689 guix-git/doc/guix.texi:34995
#, no-wrap
msgid "@code{substitute-urls} (default: @code{%default-substitute-urls})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:19665 guix-git/doc/guix.texi:34968
+#: guix-git/doc/guix.texi:19691 guix-git/doc/guix.texi:34997
msgid "The list of URLs where to look for substitutes by default."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19672
+#: guix-git/doc/guix.texi:19698
msgid "Suppose you would like to fetch substitutes from @code{guix.example.org} in addition to @code{@value{SUBSTITUTE-SERVER-1}}. You will need to do two things: (1) add @code{guix.example.org} to @code{substitute-urls}, and (2) authorize its signing key, having done appropriate checks (@pxref{Substitute Server Authorization}). The configuration below does exactly that:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:19681
+#: guix-git/doc/guix.texi:19707
#, no-wrap
msgid ""
"(guix-configuration\n"
@@ -38179,115 +38232,115 @@ msgid ""
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19686
+#: guix-git/doc/guix.texi:19712
msgid "This example assumes that the file @file{./guix.example.org-key.pub} contains the public key that @code{guix.example.org} uses to sign substitutes."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19687
+#: guix-git/doc/guix.texi:19713
#, fuzzy, no-wrap
#| msgid "@code{generate-cache?} (default: @code{#t})"
msgid "@code{generate-substitute-key?} (default: @code{#t})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:19691
+#: guix-git/doc/guix.texi:19717
msgid "Whether to generate a @dfn{substitute key pair} under @file{/etc/guix/signing-key.pub} and @file{/etc/guix/signing-key.sec} if there is not already one."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19698
+#: guix-git/doc/guix.texi:19724
msgid "This key pair is used when exporting store items, for instance with @command{guix publish} (@pxref{Invoking guix publish}) or @command{guix archive} (@pxref{Invoking guix archive}). Generating a key pair takes a few seconds when enough entropy is available and is only done once; you might want to turn it off for instance in a virtual machine that does not need it and where the extra boot time is a problem."
msgstr ""
#. type: anchor{#1}
-#: guix-git/doc/guix.texi:19700
+#: guix-git/doc/guix.texi:19726
#, fuzzy
#| msgid "mumi-configuration-sender"
msgid "guix-configuration-channels"
msgstr "Конфигурирование системы"
#. type: item
-#: guix-git/doc/guix.texi:19700
+#: guix-git/doc/guix.texi:19726
#, fuzzy, no-wrap
#| msgid "@code{channel} (default: @code{1})"
msgid "@code{channels} (default: @code{#f})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:19704
+#: guix-git/doc/guix.texi:19730
#, fuzzy
#| msgid "Make the profile available under @file{~root/.config/guix/current}, which is where @command{guix pull} will install updates (@pxref{Invoking guix pull}):"
msgid "List of channels to be specified in @file{/etc/guix/channels.scm}, which is what @command{guix pull} uses by default (@pxref{Invoking guix pull})."
msgstr "Сделайте профиль доступным по пути @file{~root/.config/guix/current}, куда @command{guix pull} будет устанавливать обновления (@pxref{Invoking guix pull}):"
#. type: quotation
-#: guix-git/doc/guix.texi:19711
+#: guix-git/doc/guix.texi:19737
msgid "When reconfiguring a system, the existing @file{/etc/guix/channels.scm} file is backed up as @file{/etc/guix/channels.scm.bak} if it was determined to be a manually modified file. This is to facilitate migration from earlier versions, which allowed for in-place modifications to @file{/etc/guix/channels.scm}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19713
+#: guix-git/doc/guix.texi:19739
#, fuzzy, no-wrap
#| msgid "@code{gate-time} (default @code{30})"
msgid "@code{max-silent-time} (default: @code{3600})"
msgstr "@code{port} (default: @code{22})"
#. type: itemx
-#: guix-git/doc/guix.texi:19714
+#: guix-git/doc/guix.texi:19740
#, fuzzy, no-wrap
#| msgid "@code{job-age} (default: @code{(* 6 3600)})"
msgid "@code{timeout} (default: @code{(* 3600 24)})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:19718
+#: guix-git/doc/guix.texi:19744
msgid "The number of seconds of silence and the number of seconds of activity, respectively, after which a build process times out. A value of zero disables the timeout."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19719
+#: guix-git/doc/guix.texi:19745
#, fuzzy, no-wrap
#| msgid "@code{compression-level} (default: @code{3})"
msgid "@code{log-compression} (default: @code{'gzip})"
msgstr "@code{compression-level} (default: @code{3})"
#. type: table
-#: guix-git/doc/guix.texi:19722
+#: guix-git/doc/guix.texi:19748
msgid "The type of compression used for build logs---one of @code{gzip}, @code{bzip2}, or @code{none}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19723
+#: guix-git/doc/guix.texi:19749
#, no-wrap
msgid "@code{discover?} (default: @code{#f})"
msgstr "@code{features} (default: @code{'()})"
#. type: anchor{#1}
-#: guix-git/doc/guix.texi:19728
+#: guix-git/doc/guix.texi:19754
#, fuzzy
#| msgid "mumi-configuration-sender"
msgid "guix-configuration-build-machines"
msgstr "Конфигурирование системы"
#. type: item
-#: guix-git/doc/guix.texi:19728
+#: guix-git/doc/guix.texi:19754
#, fuzzy, no-wrap
msgid "@code{build-machines} (default: @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:19732
+#: guix-git/doc/guix.texi:19758
msgid "This field must be either @code{#f} or a list of gexps evaluating to a @code{build-machine} record or to a list of @code{build-machine} records (@pxref{Daemon Offload Setup})."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19739
+#: guix-git/doc/guix.texi:19765
msgid "When it is @code{#f}, the @file{/etc/guix/machines.scm} file is left untouched. Otherwise, the list of of gexps is written to @file{/etc/guix/machines.scm}; if a previously-existing file is found, it is backed up as @file{/etc/guix/machines.scm.bak}. This allows you to declare build machines for offloading directly in the operating system declaration, like so:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:19745
+#: guix-git/doc/guix.texi:19771
#, no-wrap
msgid ""
"(guix-configuration\n"
@@ -38297,254 +38350,254 @@ msgid ""
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19749
+#: guix-git/doc/guix.texi:19775
msgid "Additional build machines may be added @i{via} the @code{guix-extension} mechanism (see below)."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19752
+#: guix-git/doc/guix.texi:19778
msgid "List of extra command-line options for @command{guix-daemon}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19753
+#: guix-git/doc/guix.texi:19779
#, no-wrap
msgid "@code{log-file} (default: @code{\"/var/log/guix-daemon.log\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19756
+#: guix-git/doc/guix.texi:19782
msgid "File where @command{guix-daemon}'s standard output and standard error are written."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:19757
+#: guix-git/doc/guix.texi:19783
#, no-wrap
msgid "HTTP proxy, for @code{guix-daemon}"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:19758
+#: guix-git/doc/guix.texi:19784
#, no-wrap
msgid "proxy, for @code{guix-daemon} HTTP access"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19759
+#: guix-git/doc/guix.texi:19785
#, no-wrap
msgid "@code{http-proxy} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19762
+#: guix-git/doc/guix.texi:19788
msgid "The URL of the HTTP and HTTPS proxy used for downloading fixed-output derivations and substitutes."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19765
+#: guix-git/doc/guix.texi:19791
msgid "It is also possible to change the daemon's proxy at run time through the @code{set-http-proxy} action, which restarts it:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:19768
+#: guix-git/doc/guix.texi:19794
#, no-wrap
msgid "herd set-http-proxy guix-daemon http://localhost:8118\n"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19771
+#: guix-git/doc/guix.texi:19797
msgid "To clear the proxy settings, run:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:19774
+#: guix-git/doc/guix.texi:19800
#, no-wrap
msgid "herd set-http-proxy guix-daemon\n"
msgstr "herd start ssh-daemon\n"
#. type: item
-#: guix-git/doc/guix.texi:19776
+#: guix-git/doc/guix.texi:19802
#, no-wrap
msgid "@code{tmpdir} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19778
+#: guix-git/doc/guix.texi:19804
msgid "A directory path where the @command{guix-daemon} will perform builds."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19779
+#: guix-git/doc/guix.texi:19805
#, fuzzy, no-wrap
#| msgid "@code{extra-environment} (default: @code{#~'()})"
msgid "@code{environment} (default: @code{'()})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:19782
+#: guix-git/doc/guix.texi:19808
msgid "Environment variables to be set before starting the daemon, as a list of @code{key=value} strings."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:19786
+#: guix-git/doc/guix.texi:19812
#, fuzzy, no-wrap
#| msgid "{Data Type} webssh-configuration"
msgid "{Data Type} guix-extension"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:19791
+#: guix-git/doc/guix.texi:19817
msgid "This data type represents the parameters of the Guix build daemon that are extendable. This is the type of the object that must be used within a guix service extension. @xref{Service Composition}, for more information."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19793 guix-git/doc/guix.texi:22410
+#: guix-git/doc/guix.texi:19819 guix-git/doc/guix.texi:22436
#, no-wrap
msgid "@code{authorized-keys} (default: @code{'()})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19795
+#: guix-git/doc/guix.texi:19821
msgid "A list of file-like objects where each element contains a public key."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19796
+#: guix-git/doc/guix.texi:19822
#, fuzzy, no-wrap
#| msgid "@code{derivation-substitute-urls} (default: @code{#f})"
msgid "@code{substitute-urls} (default: @code{'()})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:19798
+#: guix-git/doc/guix.texi:19824
msgid "A list of strings where each element is a substitute URL."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19799
+#: guix-git/doc/guix.texi:19825
#, fuzzy, no-wrap
#| msgid "@code{admins} (default: @code{'()})"
msgid "@code{build-machines} (default: @code{'()})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:19803
+#: guix-git/doc/guix.texi:19829
msgid "A list of gexps that evaluate to @code{build-machine} records or to a list of @code{build-machine} records. (@pxref{Daemon Offload Setup})."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:19809
+#: guix-git/doc/guix.texi:19835
msgid "Using this field, a service may add new build machines to receive builds offloaded by the daemon. This is useful for a service such as @code{hurd-vm-service-type}, which can make a GNU/Hurd virtual machine directly usable for offloading (@pxref{hurd-vm, @code{hurd-vm-service-type}})."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19810
+#: guix-git/doc/guix.texi:19836
#, fuzzy, no-wrap
#| msgid "@code{roles} (default: @code{'()})"
msgid "@code{chroot-directories} (default: @code{'()})"
msgstr "@code{modules} (по умолчанию: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:19812
+#: guix-git/doc/guix.texi:19838
msgid "A list of file-like objects or strings pointing to additional directories the build daemon can use."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:19815
+#: guix-git/doc/guix.texi:19841
#, fuzzy, no-wrap
#| msgid "shepherd-root-service-type"
msgid "udev-service-type"
msgstr "shepherd-root-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:19819
+#: guix-git/doc/guix.texi:19845
msgid "Type of the service that runs udev, a service which populates the @file{/dev} directory dynamically, whose value is a @code{<udev-configuration>} object."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:19827
+#: guix-git/doc/guix.texi:19853
msgid "Since the file names for udev rules and hardware description files matter, the configuration items for rules and hardware cannot simply be plain file-like objects with the rules content, because the name would be ignored. Instead, they are directory file-like objects that contain optional rules in @file{lib/udev/rules.d} and optional hardware files in @file{lib/udev/hwdb.d}. This way, the service can be configured with whole packages from which to take rules and hwdb files."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:19833
+#: guix-git/doc/guix.texi:19859
msgid "The @code{udev-service-type} can be @emph{extended} with file-like directories that respect this hierarchy. For convenience, the @code{udev-rule} and @code{file->udev-rule} can be used to construct udev rules, while @code{udev-hardware} and @code{file->udev-hardware} can be used to construct hardware description files."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:19837
+#: guix-git/doc/guix.texi:19863
msgid "In an @code{operating-system} declaration, this service type can be @emph{extended} using procedures @code{udev-rules-service} and @code{udev-hardware-service}."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:19839
+#: guix-git/doc/guix.texi:19865
#, fuzzy, no-wrap
#| msgid "{Data Type} hurd-vm-configuration"
msgid "{Data Type} udev-configuration"
msgstr "{Тип данных} build-machine"
#. type: deftp
-#: guix-git/doc/guix.texi:19841
+#: guix-git/doc/guix.texi:19867
#, fuzzy
#| msgid "Data type representing the configuration of Agate."
msgid "Data type representing the configuration of udev."
msgstr "Управление конфигурацией операционной системы."
#. type: item
-#: guix-git/doc/guix.texi:19843
+#: guix-git/doc/guix.texi:19869
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{udev} (default: @code{eudev}) (type: file-like)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:19848
+#: guix-git/doc/guix.texi:19874
msgid "Package object of the udev service. This package is used at run-time, when compiled for the target system. In order to generate the @file{hwdb.bin} hardware index, it is also used when generating the system definition, compiled for the current system."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19849
+#: guix-git/doc/guix.texi:19875
#, fuzzy, no-wrap
#| msgid "@code{password} (default: @code{\"\"})"
msgid "@code{rules} (default: @var{'()}) (type: list-of-file-like)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:19851
+#: guix-git/doc/guix.texi:19877
msgid "List of file-like objects denoting udev rule files under a sub-directory."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19852
+#: guix-git/doc/guix.texi:19878
#, fuzzy, no-wrap
#| msgid "@code{password} (default: @code{\"\"})"
msgid "@code{hardware} (default: @var{'()}) (type: list-of-file-like)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:19855
+#: guix-git/doc/guix.texi:19881
msgid "List of file-like objects denoting udev hardware description files under a sub-directory."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:19859
+#: guix-git/doc/guix.texi:19885
#, fuzzy, no-wrap
#| msgid "(service @var{type})\n"
msgid "{Procedure} udev-rule @var{file-name} @var{contents}"
msgstr "(service @var{type})\n"
#. type: deffn
-#: guix-git/doc/guix.texi:19862
+#: guix-git/doc/guix.texi:19888
msgid "Return a udev-rule file named @var{file-name} containing the rules defined by the @var{contents} literal."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:19866
+#: guix-git/doc/guix.texi:19892
msgid "In the following example, a rule for a USB device is defined to be stored in the file @file{90-usb-thing.rules}. The rule runs a script upon detecting a USB device with a given product identifier."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:19874
+#: guix-git/doc/guix.texi:19900
#, no-wrap
msgid ""
"(define %example-udev-rule\n"
@@ -38556,36 +38609,36 @@ msgid ""
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:19877
+#: guix-git/doc/guix.texi:19903
#, fuzzy, no-wrap
#| msgid "(service @var{type})\n"
msgid "{Procedure} udev-hardware @var{file-name} @var{contents}"
msgstr "(service @var{type})\n"
#. type: deffn
-#: guix-git/doc/guix.texi:19880
+#: guix-git/doc/guix.texi:19906
msgid "Return a udev hardware description file named @var{file-name} containing the hardware information @var{contents}."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:19882
+#: guix-git/doc/guix.texi:19908
#, fuzzy, no-wrap
#| msgid "{Scheme Procedure} udev-rules-service [@var{name} @var{rules}] @"
msgid "{Procedure} udev-rules-service @var{name} @var{rules} [#:groups '()]"
msgstr "{Процедура Scheme} lookup-inferior-packages @var{inferior} @var{name} @"
#. type: deffn
-#: guix-git/doc/guix.texi:19888
+#: guix-git/doc/guix.texi:19914
msgid "Return a service that extends @code{udev-service-type} with @var{rules} and @code{account-service-type} with @var{groups} as system groups. This works by creating a singleton service type @code{@var{name}-udev-rules}, of which the returned service is an instance."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:19891
+#: guix-git/doc/guix.texi:19917
msgid "Here we show how it can be used to extend @code{udev-service-type} with the previously defined rule @code{%example-udev-rule}."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:19898
+#: guix-git/doc/guix.texi:19924
#, no-wrap
msgid ""
"(operating-system\n"
@@ -38596,36 +38649,36 @@ msgid ""
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:19901
+#: guix-git/doc/guix.texi:19927
#, fuzzy, no-wrap
#| msgid "{Scheme Procedure} udev-rules-service [@var{name} @var{rules}] @"
msgid "{Procedure} udev-hardware-service @var{name} @var{hardware}"
msgstr "{Процедура Scheme} lookup-inferior-packages @var{inferior} @var{name} @"
#. type: deffn
-#: guix-git/doc/guix.texi:19904
+#: guix-git/doc/guix.texi:19930
msgid "Return a service that extends @code{udev-service-type} with @var{hardware}. The service name is @code{@var{name}-udev-hardware}."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:19906
+#: guix-git/doc/guix.texi:19932
#, fuzzy, no-wrap
#| msgid "{Scheme Procedure} store-file-name? @var{file}"
msgid "{Procedure} file->udev-rule @var{file-name} @var{file}"
msgstr "{Scheme Procedure} file-union @var{name} @var{files}"
#. type: deffn
-#: guix-git/doc/guix.texi:19909
+#: guix-git/doc/guix.texi:19935
msgid "Return a udev-rule file named @var{file-name} containing the rules defined within @var{file}, a file-like object."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:19911
+#: guix-git/doc/guix.texi:19937
msgid "The following example showcases how we can use an existing rule file."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:19916
+#: guix-git/doc/guix.texi:19942
#, no-wrap
msgid ""
"(use-modules (guix download) ;for url-fetch\n"
@@ -38635,7 +38688,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:19927
+#: guix-git/doc/guix.texi:19953
#, no-wrap
msgid ""
"(define %android-udev-rules\n"
@@ -38651,29 +38704,29 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:19935
+#: guix-git/doc/guix.texi:19961
msgid "Since guix package definitions can be included in @var{rules} in order to use all their rules under the @file{lib/udev/rules.d} sub-directory, then in lieu of the previous @var{file->udev-rule} example, we could have used the @var{android-udev-rules} package which exists in Guix in the @code{(gnu packages android)} module."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:19936
+#: guix-git/doc/guix.texi:19962
#, fuzzy, no-wrap
#| msgid "{Scheme Procedure} store-file-name? @var{file}"
msgid "{Procedure} file->udev-hardware @var{file-name} @var{file}"
msgstr "{Scheme Procedure} file-union @var{name} @var{files}"
#. type: deffn
-#: guix-git/doc/guix.texi:19939
+#: guix-git/doc/guix.texi:19965
msgid "Return a udev hardware description file named @var{file-name} containing the rules defined within @var{file}, a file-like object."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:19949
+#: guix-git/doc/guix.texi:19975
msgid "The following example shows how to use the @var{android-udev-rules} package so that the Android tool @command{adb} can detect devices without root privileges. It also details how to create the @code{adbusers} group, which is required for the proper functioning of the rules defined within the @code{android-udev-rules} package. To create such a group, we must define it both as part of the @code{supplementary-groups} of our @code{user-account} declaration, as well as in the @var{groups} of the @code{udev-rules-service} procedure."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:19954
+#: guix-git/doc/guix.texi:19980
#, no-wrap
msgid ""
"(use-modules (gnu packages android) ;for android-udev-rules\n"
@@ -38683,7 +38736,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:19967
+#: guix-git/doc/guix.texi:19993
#, no-wrap
msgid ""
"(operating-system\n"
@@ -38701,375 +38754,375 @@ msgid ""
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:19969
+#: guix-git/doc/guix.texi:19995
#, fuzzy, no-wrap
#| msgid "provenance-service-type"
msgid "urandom-seed-service-type"
msgstr "provenance-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:19974
+#: guix-git/doc/guix.texi:20000
msgid "Save some entropy in @code{%random-seed-file} to seed @file{/dev/urandom} when rebooting. It also tries to seed @file{/dev/urandom} from @file{/dev/hwrng} while booting, if @file{/dev/hwrng} exists and is readable."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:19976
+#: guix-git/doc/guix.texi:20002
#, no-wrap
msgid "%random-seed-file"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:19980
+#: guix-git/doc/guix.texi:20006
msgid "This is the name of the file where some random bytes are saved by @var{urandom-seed-service} to seed @file{/dev/urandom} when rebooting. It defaults to @file{/var/lib/random-seed}."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:19982
+#: guix-git/doc/guix.texi:20008
#, no-wrap
msgid "mouse"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:19983
+#: guix-git/doc/guix.texi:20009
#, no-wrap
msgid "gpm"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:19984
+#: guix-git/doc/guix.texi:20010
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "gpm-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:19989
+#: guix-git/doc/guix.texi:20015
msgid "This is the type of the service that runs GPM, the @dfn{general-purpose mouse daemon}, which provides mouse support to the Linux console. GPM allows users to use the mouse in the console, notably to select, copy, and paste text."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:19992
+#: guix-git/doc/guix.texi:20018
msgid "The value for services of this type must be a @code{gpm-configuration} (see below). This service is not part of @code{%base-services}."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:19994
+#: guix-git/doc/guix.texi:20020
#, no-wrap
msgid "{Data Type} gpm-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:19996
+#: guix-git/doc/guix.texi:20022
msgid "Data type representing the configuration of GPM."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:19998
+#: guix-git/doc/guix.texi:20024
#, no-wrap
msgid "@code{options} (default: @code{%default-gpm-options})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:20003
+#: guix-git/doc/guix.texi:20029
msgid "Command-line options passed to @command{gpm}. The default set of options instruct @command{gpm} to listen to mouse events on @file{/dev/input/mice}. @xref{Command Line,,, gpm, gpm manual}, for more information."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:20004
+#: guix-git/doc/guix.texi:20030
#, no-wrap
msgid "@code{gpm} (default: @code{gpm})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:20006
+#: guix-git/doc/guix.texi:20032
msgid "The GPM package to use."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:20011
+#: guix-git/doc/guix.texi:20037
#, no-wrap
msgid "guix-publish-service-type"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:20015
+#: guix-git/doc/guix.texi:20041
msgid "This is the service type for @command{guix publish} (@pxref{Invoking guix publish}). Its value must be a @code{guix-publish-configuration} object, as described below."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:20019
+#: guix-git/doc/guix.texi:20045
msgid "This assumes that @file{/etc/guix} already contains a signing key pair as created by @command{guix archive --generate-key} (@pxref{Invoking guix archive}). If that is not the case, the service will fail to start."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:20021
+#: guix-git/doc/guix.texi:20047
#, no-wrap
msgid "{Data Type} guix-publish-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:20024
+#: guix-git/doc/guix.texi:20050
msgid "Data type representing the configuration of the @code{guix publish} service."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:20026
+#: guix-git/doc/guix.texi:20052
#, no-wrap
msgid "@code{guix} (default: @code{guix})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:20028 guix-git/doc/guix.texi:26040
+#: guix-git/doc/guix.texi:20054 guix-git/doc/guix.texi:26066
msgid "The Guix package to use."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:20029 guix-git/doc/guix.texi:37869
+#: guix-git/doc/guix.texi:20055 guix-git/doc/guix.texi:37898
#, no-wrap
msgid "@code{port} (default: @code{80})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:20031
+#: guix-git/doc/guix.texi:20057
msgid "The TCP port to listen for connections."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:20032 guix-git/doc/guix.texi:34846
-#: guix-git/doc/guix.texi:39271
+#: guix-git/doc/guix.texi:20058 guix-git/doc/guix.texi:34875
+#: guix-git/doc/guix.texi:39300
#, no-wrap
msgid "@code{host} (default: @code{\"localhost\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:20035
+#: guix-git/doc/guix.texi:20061
msgid "The host (and thus, network interface) to listen to. Use @code{\"0.0.0.0\"} to listen on all the network interfaces."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:20036
+#: guix-git/doc/guix.texi:20062
#, no-wrap
msgid "@code{advertise?} (default: @code{#f})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:20039
+#: guix-git/doc/guix.texi:20065
msgid "When true, advertise the service on the local network @i{via} the DNS-SD protocol, using Avahi."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:20043
+#: guix-git/doc/guix.texi:20069
msgid "This allows neighboring Guix devices with discovery on (see @code{guix-configuration} above) to discover this @command{guix publish} instance and to automatically download substitutes from it."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:20044
+#: guix-git/doc/guix.texi:20070
#, no-wrap
msgid "@code{compression} (default: @code{'((\"gzip\" 3) (\"zstd\" 3))})"
msgstr "@code{compression-level} (default: @code{3})"
#. type: table
-#: guix-git/doc/guix.texi:20048
+#: guix-git/doc/guix.texi:20074
msgid "This is a list of compression method/level tuple used when compressing substitutes. For example, to compress all substitutes with @emph{both} lzip at level 7 and gzip at level 9, write:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:20051
+#: guix-git/doc/guix.texi:20077
#, no-wrap
msgid "'((\"lzip\" 7) (\"gzip\" 9))\n"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:20057
+#: guix-git/doc/guix.texi:20083
msgid "Level 9 achieves the best compression ratio at the expense of increased CPU usage, whereas level 1 achieves fast compression. @xref{Invoking guix publish}, for more information on the available compression methods and the tradeoffs involved."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:20059
+#: guix-git/doc/guix.texi:20085
msgid "An empty list disables compression altogether."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:20060
+#: guix-git/doc/guix.texi:20086
#, no-wrap
msgid "@code{nar-path} (default: @code{\"nar\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:20063
+#: guix-git/doc/guix.texi:20089
msgid "The URL path at which ``nars'' can be fetched. @xref{Invoking guix publish, @option{--nar-path}}, for details."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:20064
+#: guix-git/doc/guix.texi:20090
#, no-wrap
msgid "@code{cache} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:20070
+#: guix-git/doc/guix.texi:20096
msgid "When it is @code{#f}, disable caching and instead generate archives on demand. Otherwise, this should be the name of a directory---e.g., @code{\"/var/cache/guix/publish\"}---where @command{guix publish} caches archives and meta-data ready to be sent. @xref{Invoking guix publish, @option{--cache}}, for more information on the tradeoffs involved."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:20071 guix-git/doc/guix.texi:40009
+#: guix-git/doc/guix.texi:20097 guix-git/doc/guix.texi:40038
#, no-wrap
msgid "@code{workers} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:20075
+#: guix-git/doc/guix.texi:20101
msgid "When it is an integer, this is the number of worker threads used for caching; when @code{#f}, the number of processors is used. @xref{Invoking guix publish, @option{--workers}}, for more information."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:20076
+#: guix-git/doc/guix.texi:20102
#, no-wrap
msgid "@code{cache-bypass-threshold} (default: 10 MiB)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:20081
+#: guix-git/doc/guix.texi:20107
msgid "When @code{cache} is true, this is the maximum size in bytes of a store item for which @command{guix publish} may bypass its cache in case of a cache miss. @xref{Invoking guix publish, @option{--cache-bypass-threshold}}, for more information."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:20082 guix-git/doc/guix.texi:39954
-#: guix-git/doc/guix.texi:40026
+#: guix-git/doc/guix.texi:20108 guix-git/doc/guix.texi:39983
+#: guix-git/doc/guix.texi:40055
#, no-wrap
msgid "@code{ttl} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:20086
+#: guix-git/doc/guix.texi:20112
msgid "When it is an integer, this denotes the @dfn{time-to-live} in seconds of the published archives. @xref{Invoking guix publish, @option{--ttl}}, for more information."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:20087 guix-git/doc/guix.texi:39970
+#: guix-git/doc/guix.texi:20113 guix-git/doc/guix.texi:39999
#, fuzzy, no-wrap
#| msgid "@code{email} (default: @code{#f})"
msgid "@code{negative-ttl} (default: @code{#f})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:20091
+#: guix-git/doc/guix.texi:20117
msgid "When it is an integer, this denotes the @dfn{time-to-live} in seconds for the negative lookups. @xref{Invoking guix publish, @option{--negative-ttl}}, for more information."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:20094
+#: guix-git/doc/guix.texi:20120
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "rngd-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:20097
+#: guix-git/doc/guix.texi:20123
msgid "Type of the service that runs rng-tools rngd, whose value is an @code{<rngd-configuration>} object."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:20099
+#: guix-git/doc/guix.texi:20125
#, fuzzy, no-wrap
#| msgid "{Data Type} nfs-configuration"
msgid "{Data Type} rngd-configuration"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:20101
+#: guix-git/doc/guix.texi:20127
#, fuzzy
#| msgid "Data type representing the configuration of Agate."
msgid "Data type representing the configuration of rngd."
msgstr "Управление конфигурацией операционной системы."
#. type: item
-#: guix-git/doc/guix.texi:20103
+#: guix-git/doc/guix.texi:20129
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{rng-tools} (default: @code{rng-tools}) (type: file-like)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:20105
+#: guix-git/doc/guix.texi:20131
#, fuzzy
#| msgid "The package object of the Agate server."
msgid "Package object of the rng-tools rngd."
msgstr "Пакет для использования."
#. type: item
-#: guix-git/doc/guix.texi:20106
+#: guix-git/doc/guix.texi:20132
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{device} (default: @var{\"/dev/hwrng\"}) (type: string)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:20109
+#: guix-git/doc/guix.texi:20135
msgid "Path of the device to add to the kernel's entropy pool. The service will fail if @var{device} does not exist."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:20113
+#: guix-git/doc/guix.texi:20139
#, no-wrap
msgid "session limits"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:20114
+#: guix-git/doc/guix.texi:20140
#, no-wrap
msgid "ulimit"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:20115
+#: guix-git/doc/guix.texi:20141
#, no-wrap
msgid "priority"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:20116
+#: guix-git/doc/guix.texi:20142
#, no-wrap
msgid "realtime"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:20117
+#: guix-git/doc/guix.texi:20143
#, no-wrap
msgid "jackd"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:20118
+#: guix-git/doc/guix.texi:20144
#, no-wrap
msgid "nofile"
msgstr "профиль"
#. type: cindex
-#: guix-git/doc/guix.texi:20119
+#: guix-git/doc/guix.texi:20145
#, no-wrap
msgid "open file descriptors"
msgstr "Краткие обзоры и описания"
#. type: defvar
-#: guix-git/doc/guix.texi:20121
+#: guix-git/doc/guix.texi:20147
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "pam-limits-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:20128
+#: guix-git/doc/guix.texi:20154
msgid "Type of the service that installs a configuration file for the @uref{http://linux-pam.org/Linux-PAM-html/sag-pam_limits.html, @code{pam_limits} module}. The value for this service type is a list of @code{pam-limits-entry} values, which can be used to specify @code{ulimit} limits and @code{nice} priority limits to user sessions. By default, the value is the empty list."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:20131
+#: guix-git/doc/guix.texi:20157
msgid "The following limits definition sets two hard and soft limits for all login sessions of users in the @code{realtime} group:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:20137
+#: guix-git/doc/guix.texi:20163
#, no-wrap
msgid ""
"(service pam-limits-service-type\n"
@@ -39079,17 +39132,17 @@ msgid ""
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:20143
+#: guix-git/doc/guix.texi:20169
msgid "The first entry increases the maximum realtime priority for non-privileged processes; the second entry lifts any restriction of the maximum address space that can be locked in memory. These settings are commonly used for real-time audio systems."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:20146
+#: guix-git/doc/guix.texi:20172
msgid "Another useful example is raising the maximum number of open file descriptors that can be used:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:20151
+#: guix-git/doc/guix.texi:20177
#, fuzzy, no-wrap
#| msgid ""
#| "(service postgresql-service-type\n"
@@ -39105,49 +39158,49 @@ msgstr ""
" (postgresql postgresql-10)))\n"
#. type: defvar
-#: guix-git/doc/guix.texi:20159
+#: guix-git/doc/guix.texi:20185
msgid "In the above example, the asterisk means the limit should apply to any user. It is important to ensure the chosen value doesn't exceed the maximum system value visible in the @file{/proc/sys/fs/file-max} file, else the users would be prevented from login in. For more information about the Pluggable Authentication Module (PAM) limits, refer to the @samp{pam_limits} man page from the @code{linux-pam} package."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:20161
+#: guix-git/doc/guix.texi:20187
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "greetd-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:20165
+#: guix-git/doc/guix.texi:20191
msgid "@uref{https://git.sr.ht/~kennylevinsen/greetd, @code{greetd}} is a minimal and flexible login manager daemon, that makes no assumptions about what you want to launch."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:20169
+#: guix-git/doc/guix.texi:20195
msgid "If you can run it from your shell in a TTY, greetd can start it. If it can be taught to speak a simple JSON-based IPC protocol, then it can be a geeter."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:20172
+#: guix-git/doc/guix.texi:20198
msgid "@code{greetd-service-type} provides necessary infrastructure for logging in users, including:"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:20176
+#: guix-git/doc/guix.texi:20202
msgid "@code{greetd} PAM service"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:20179
+#: guix-git/doc/guix.texi:20205
msgid "Special variation of @code{pam-mount} to mount @code{XDG_RUNTIME_DIR}"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:20183
+#: guix-git/doc/guix.texi:20209
msgid "Here is an example of switching from @code{mingetty-service-type} to @code{greetd-service-type}, and how different terminals could be:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:20221
+#: guix-git/doc/guix.texi:20247
#, no-wrap
msgid ""
" (append\n"
@@ -39189,439 +39242,439 @@ msgid ""
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:20224
+#: guix-git/doc/guix.texi:20250
#, fuzzy, no-wrap
#| msgid "{Data Type} ganeti-configuration"
msgid "{Data Type} greetd-configuration"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:20226
+#: guix-git/doc/guix.texi:20252
#, fuzzy
#| msgid "This is the data type representing the configuration for the hurd-getty-service."
msgid "Configuration record for the @code{greetd-service-type}."
msgstr "Управление конфигурацией операционной системы."
#. type: item
-#: guix-git/doc/guix.texi:20235
+#: guix-git/doc/guix.texi:20261
#, fuzzy, no-wrap
#| msgid "@code{admins} (default: @code{'()})"
msgid "@code{terminals} (default: @code{'()})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:20238
+#: guix-git/doc/guix.texi:20264
msgid "List of @code{greetd-terminal-configuration} per terminal for which @code{greetd} should be started."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:20239
+#: guix-git/doc/guix.texi:20265
#, fuzzy, no-wrap
#| msgid "@code{requirement} (default: @code{'()})"
msgid "@code{greeter-supplementary-groups} (default: @code{'()})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:20241
+#: guix-git/doc/guix.texi:20267
msgid "List of groups which should be added to @code{greeter} user. For instance:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:20243
+#: guix-git/doc/guix.texi:20269
#, no-wrap
msgid "(greeter-supplementary-groups '(\"seat\" \"video\"))\n"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:20245
+#: guix-git/doc/guix.texi:20271
#, fuzzy
#| msgid "This action will fail if the specified generation does not exist."
msgid "Note that this example will fail if @code{seat} group does not exist."
msgstr "Это действие завершится ошибкой, если указанное поколение не существует."
#. type: deftp
-#: guix-git/doc/guix.texi:20248
+#: guix-git/doc/guix.texi:20274
#, fuzzy, no-wrap
#| msgid "{Data Type} radicale-configuration"
msgid "{Data Type} greetd-terminal-configuration"
msgstr "{Data Type} pagekite-configuration"
#. type: deftp
-#: guix-git/doc/guix.texi:20250
+#: guix-git/doc/guix.texi:20276
#, fuzzy
#| msgid "Configuration record for the LXQt desktop environment."
msgid "Configuration record for per terminal greetd daemon service."
msgstr "Конфигурации для среды рабочего стола LXQt."
#. type: item
-#: guix-git/doc/guix.texi:20252
+#: guix-git/doc/guix.texi:20278
#, fuzzy, no-wrap
#| msgid "@code{ganeti} (default: @code{ganeti})"
msgid "@code{greetd} (default: @code{greetd})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:20254
+#: guix-git/doc/guix.texi:20280
#, fuzzy
#| msgid "The Hurd package to use."
msgid "The greetd package to use."
msgstr "Используемый пакет Hurd."
#. type: code{#1}
-#: guix-git/doc/guix.texi:20255
+#: guix-git/doc/guix.texi:20281
#, fuzzy, no-wrap
#| msgid "source-file-name"
msgid "config-file-name"
msgstr "source-file-name"
#. type: table
-#: guix-git/doc/guix.texi:20258
+#: guix-git/doc/guix.texi:20284
msgid "Configuration file name to use for greetd daemon. Generally, autogenerated derivation based on @code{terminal-vt} value."
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:20259
+#: guix-git/doc/guix.texi:20285
#, fuzzy, no-wrap
#| msgid "source-file-name"
msgid "log-file-name"
msgstr "source-file-name"
#. type: table
-#: guix-git/doc/guix.texi:20262
+#: guix-git/doc/guix.texi:20288
msgid "Log file name to use for greetd daemon. Generally, autogenerated name based on @code{terminal-vt} value."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:20263
+#: guix-git/doc/guix.texi:20289
#, fuzzy, no-wrap
#| msgid "@code{uri-path} (default: @samp{/git/})"
msgid "@code{terminal-vt} (default: @samp{\"7\"})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:20266
+#: guix-git/doc/guix.texi:20292
msgid "The VT to run on. Use of a specific VT with appropriate conflict avoidance is recommended."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:20267
+#: guix-git/doc/guix.texi:20293
#, fuzzy, no-wrap
#| msgid "@code{email} (default: @code{#f})"
msgid "@code{terminal-switch} (default: @code{#f})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:20269
+#: guix-git/doc/guix.texi:20295
#, fuzzy
#| msgid "This is the declarative counterpart of @code{text-file*}."
msgid "Make this terminal active on start of @code{greetd}."
msgstr "Это декларативный аналог @code{text-file*}."
#. type: item
-#: guix-git/doc/guix.texi:20270
+#: guix-git/doc/guix.texi:20296
#, fuzzy, no-wrap
msgid "@code{source-profile?} (default: @code{#t})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:20273
+#: guix-git/doc/guix.texi:20299
msgid "Whether to source @file{/etc/profile} and @file{~/.profile}, when they exist."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:20274
+#: guix-git/doc/guix.texi:20300
#, fuzzy, no-wrap
#| msgid "@code{auto-login-user} (default: @code{\"\"})"
msgid "@code{default-session-user} (default: @samp{\"greeter\"})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:20276
+#: guix-git/doc/guix.texi:20302
#, fuzzy
#| msgid "The URI to use for the database."
msgid "The user to use for running the greeter."
msgstr "URI для использования в базе данных."
#. type: item
-#: guix-git/doc/guix.texi:20277
+#: guix-git/doc/guix.texi:20303
#, fuzzy, no-wrap
#| msgid "@code{laminar} (default: @code{laminar})"
msgid "@code{default-session-command} (default: @code{(greetd-agreety-session)})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:20280
+#: guix-git/doc/guix.texi:20306
msgid "Can be either instance of @code{greetd-agreety-session} configuration or @code{gexp->script} like object to use as greeter."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:20284
+#: guix-git/doc/guix.texi:20310
#, fuzzy, no-wrap
#| msgid "{Data Type} shepherd-action"
msgid "{Data Type} greetd-agreety-session"
msgstr "{Data Type} shepherd-action"
#. type: deftp
-#: guix-git/doc/guix.texi:20286
+#: guix-git/doc/guix.texi:20312
#, fuzzy
#| msgid "Configuration record for the LXQt desktop environment."
msgid "Configuration record for the agreety greetd greeter."
msgstr "Конфигурации для среды рабочего стола LXQt."
#. type: item
-#: guix-git/doc/guix.texi:20288
+#: guix-git/doc/guix.texi:20314
#, fuzzy, no-wrap
#| msgid "@code{ganeti} (default: @code{ganeti})"
msgid "@code{agreety} (default: @code{greetd})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:20290
+#: guix-git/doc/guix.texi:20316
#, fuzzy
#| msgid "Package management commands."
msgid "The package with @command{/bin/agreety} command."
msgstr "Команды управления пакетами."
#. type: item
-#: guix-git/doc/guix.texi:20291
+#: guix-git/doc/guix.texi:20317
#, fuzzy, no-wrap
#| msgid "@code{options} (default: @code{'(\"--snapshot\")})"
msgid "@code{command} (default: @code{(file-append bash \"/bin/bash\")})"
msgstr "@code{outputs} (default: @code{'(\"out\")})"
#. type: table
-#: guix-git/doc/guix.texi:20293
+#: guix-git/doc/guix.texi:20319
msgid "Command to be started by @command{/bin/agreety} on successful login."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:20294
+#: guix-git/doc/guix.texi:20320
#, fuzzy, no-wrap
#| msgid "@code{patch-flags} (default: @code{'(\"-p1\")})"
msgid "@code{command-args} (default: @code{'(\"-l\")})"
msgstr "@code{patch-flags} (по умолчанию: @code{'(\"-p1\")})"
#. type: table
-#: guix-git/doc/guix.texi:20296 guix-git/doc/guix.texi:20320
+#: guix-git/doc/guix.texi:20322 guix-git/doc/guix.texi:20346
msgid "Command arguments to pass to command."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:20297 guix-git/doc/guix.texi:20342
+#: guix-git/doc/guix.texi:20323 guix-git/doc/guix.texi:20368
#, fuzzy, no-wrap
#| msgid "@code{extra-environment} (default: @code{#~'()})"
msgid "@code{extra-env} (default: @code{'()})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:20299 guix-git/doc/guix.texi:20344
+#: guix-git/doc/guix.texi:20325 guix-git/doc/guix.texi:20370
#, fuzzy
#| msgid "A list of environment variables to be defined."
msgid "Extra environment variables to set on login."
msgstr "Список переменных среды, которые необходимо определить."
#. type: item
-#: guix-git/doc/guix.texi:20300
+#: guix-git/doc/guix.texi:20326
#, fuzzy, no-wrap
#| msgid "@code{log-ip?} (default: @code{#t})"
msgid "@code{xdg-env?} (default: @code{#t})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:20304
+#: guix-git/doc/guix.texi:20330
msgid "If true @code{XDG_RUNTIME_DIR} and @code{XDG_SESSION_TYPE} will be set before starting command. One should note that, @code{extra-env} variables are set right after mentioned variables, so that they can be overridden."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:20308
+#: guix-git/doc/guix.texi:20334
#, fuzzy, no-wrap
#| msgid "{Data Type} shepherd-action"
msgid "{Data Type} greetd-wlgreet-session"
msgstr "{Data Type} shepherd-action"
#. type: deftp
-#: guix-git/doc/guix.texi:20310
+#: guix-git/doc/guix.texi:20336
#, fuzzy
#| msgid "Configuration record for the LXQt desktop environment."
msgid "Generic configuration record for the wlgreet greetd greeter."
msgstr "Конфигурации для среды рабочего стола LXQt."
#. type: item
-#: guix-git/doc/guix.texi:20312
+#: guix-git/doc/guix.texi:20338
#, fuzzy, no-wrap
#| msgid "@code{ganeti} (default: @code{ganeti})"
msgid "@code{wlgreet} (default: @code{wlgreet})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:20314
+#: guix-git/doc/guix.texi:20340
#, fuzzy
#| msgid "Package management commands."
msgid "The package with the @command{/bin/wlgreet} command."
msgstr "Команды управления пакетами."
#. type: item
-#: guix-git/doc/guix.texi:20315
+#: guix-git/doc/guix.texi:20341
#, fuzzy, no-wrap
#| msgid "@code{options} (default: @code{'(\"--snapshot\")})"
msgid "@code{command} (default: @code{(file-append sway \"/bin/sway\")})"
msgstr "@code{outputs} (default: @code{'(\"out\")})"
#. type: table
-#: guix-git/doc/guix.texi:20317
+#: guix-git/doc/guix.texi:20343
msgid "Command to be started by @command{/bin/wlgreet} on successful login."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:20318
+#: guix-git/doc/guix.texi:20344
#, fuzzy, no-wrap
#| msgid "@code{patch-flags} (default: @code{'(\"-p1\")})"
msgid "@code{command-args} (default: @code{'()})"
msgstr "@code{patch-flags} (по умолчанию: @code{'(\"-p1\")})"
#. type: item
-#: guix-git/doc/guix.texi:20321
+#: guix-git/doc/guix.texi:20347
#, fuzzy, no-wrap
#| msgid "@code{outputs} (default: @code{'(\"out\")})"
msgid "@code{output-mode} (default: @code{\"all\"})"
msgstr "@code{outputs} (default: @code{'(\"out\")})"
#. type: table
-#: guix-git/doc/guix.texi:20323
+#: guix-git/doc/guix.texi:20349
msgid "Option to use for @code{outputMode} in the TOML configuration file."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:20324
+#: guix-git/doc/guix.texi:20350
#, fuzzy, no-wrap
#| msgid "@code{channel} (default: @code{1})"
msgid "@code{scale} (default: @code{1})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:20326
+#: guix-git/doc/guix.texi:20352
msgid "Option to use for @code{scale} in the TOML configuration file."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:20327
+#: guix-git/doc/guix.texi:20353
#, fuzzy, no-wrap
#| msgid "@code{group} (default: @code{\"agate\"})"
msgid "@code{background} (default: @code{'(0 0 0 0.9)})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:20329
+#: guix-git/doc/guix.texi:20355
msgid "RGBA list to use as the background colour of the login prompt."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:20330
+#: guix-git/doc/guix.texi:20356
#, fuzzy, no-wrap
#| msgid "@code{admins} (default: @code{'()})"
msgid "@code{headline} (default: @code{'(1 1 1 1)})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:20332
+#: guix-git/doc/guix.texi:20358
msgid "RGBA list to use as the headline colour of the UI popup."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:20333
+#: guix-git/doc/guix.texi:20359
#, fuzzy, no-wrap
#| msgid "@code{port} (default: @code{1811})"
msgid "@code{prompt} (default: @code{'(1 1 1 1)})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:20335
+#: guix-git/doc/guix.texi:20361
msgid "RGBA list to use as the prompt colour of the UI popup."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:20336
+#: guix-git/doc/guix.texi:20362
#, fuzzy, no-wrap
#| msgid "@code{roles} (default: @code{'()})"
msgid "@code{prompt-error} (default: @code{'(1 1 1 1)})"
msgstr "@code{modules} (по умолчанию: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:20338
+#: guix-git/doc/guix.texi:20364
msgid "RGBA list to use as the error colour of the UI popup."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:20339
+#: guix-git/doc/guix.texi:20365
#, fuzzy, no-wrap
#| msgid "@code{server} (default: @code{'()})"
msgid "@code{border} (default: @code{'(1 1 1 1)})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:20341
+#: guix-git/doc/guix.texi:20367
msgid "RGBA list to use as the border colour of the UI popup."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:20348
+#: guix-git/doc/guix.texi:20374
#, fuzzy, no-wrap
#| msgid "{Data Type} shepherd-action"
msgid "{Data Type} greetd-wlgreet-sway-session"
msgstr "{Data Type} shepherd-action"
#. type: deftp
-#: guix-git/doc/guix.texi:20350
+#: guix-git/doc/guix.texi:20376
#, fuzzy
#| msgid "Configuration record for the LXQt desktop environment."
msgid "Sway-specific configuration record for the wlgreet greetd greeter."
msgstr "Конфигурации для среды рабочего стола LXQt."
#. type: item
-#: guix-git/doc/guix.texi:20352
+#: guix-git/doc/guix.texi:20378
#, fuzzy, no-wrap
#| msgid "@code{laminar} (default: @code{laminar})"
msgid "@code{wlgreet-session} (default: @code{(greetd-wlgreet-session)})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:20355
+#: guix-git/doc/guix.texi:20381
msgid "A @code{greetd-wlgreet-session} record for generic wlgreet configuration, on top of the Sway-specific @code{greetd-wlgreet-sway-session}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:20356
+#: guix-git/doc/guix.texi:20382
#, fuzzy, no-wrap
#| msgid "@code{ssl?} (default: @code{#t})"
msgid "@code{sway} (default: @code{sway})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:20358
+#: guix-git/doc/guix.texi:20384
#, fuzzy
#| msgid "Package management commands."
msgid "The package providing the @command{/bin/sway} command."
msgstr "Команды управления пакетами."
#. type: item
-#: guix-git/doc/guix.texi:20359
+#: guix-git/doc/guix.texi:20385
#, fuzzy, no-wrap
#| msgid "@code{configuration} (default: @code{#f})"
msgid "@code{sway-configuration} (default: #f)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:20362
+#: guix-git/doc/guix.texi:20388
msgid "File-like object providing an additional Sway configuration file to be prepended to the mandatory part of the configuration."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:20366
+#: guix-git/doc/guix.texi:20392
msgid "Here is an example of a greetd configuration that uses wlgreet and Sway:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:20380
+#: guix-git/doc/guix.texi:20406
#, no-wrap
msgid ""
" (greetd-configuration\n"
@@ -39639,35 +39692,35 @@ msgid ""
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:20386 guix-git/doc/guix.texi:45857
+#: guix-git/doc/guix.texi:20412 guix-git/doc/guix.texi:45886
#, no-wrap
msgid "cron"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:20387 guix-git/doc/guix.texi:45858
+#: guix-git/doc/guix.texi:20413 guix-git/doc/guix.texi:45887
#, no-wrap
msgid "mcron"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:20388 guix-git/doc/guix.texi:45859
+#: guix-git/doc/guix.texi:20414 guix-git/doc/guix.texi:45888
#, no-wrap
msgid "scheduling jobs"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:20395
+#: guix-git/doc/guix.texi:20421
msgid "The @code{(gnu services mcron)} module provides an interface to GNU@tie{}mcron, a daemon to run jobs at scheduled times (@pxref{Top,,, mcron, GNU@tie{}mcron}). GNU@tie{}mcron is similar to the traditional Unix @command{cron} daemon; the main difference is that it is implemented in Guile Scheme, which provides a lot of flexibility when specifying the scheduling of jobs and their actions."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:20403
+#: guix-git/doc/guix.texi:20429
msgid "The example below defines an operating system that runs the @command{updatedb} (@pxref{Invoking updatedb,,, find, Finding Files}) and the @command{guix gc} commands (@pxref{Invoking guix gc}) daily, as well as the @command{mkid} command on behalf of an unprivileged user (@pxref{mkid invocation,,, idutils, ID Database Utilities}). It uses gexps to introduce job definitions that are passed to mcron (@pxref{G-Expressions})."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:20407
+#: guix-git/doc/guix.texi:20433
#, no-wrap
msgid ""
"(use-modules (guix) (gnu) (gnu services mcron))\n"
@@ -39676,7 +39729,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:20416
+#: guix-git/doc/guix.texi:20442
#, no-wrap
msgid ""
"(define updatedb-job\n"
@@ -39691,7 +39744,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:20422
+#: guix-git/doc/guix.texi:20448
#, no-wrap
msgid ""
"(define garbage-collector-job\n"
@@ -39703,7 +39756,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:20429
+#: guix-git/doc/guix.texi:20455
#, no-wrap
msgid ""
"(define idutils-job\n"
@@ -39716,7 +39769,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:20442
+#: guix-git/doc/guix.texi:20468
#, no-wrap
msgid ""
" ;; %BASE-SERVICES already includes an instance of\n"
@@ -39731,22 +39784,22 @@ msgid ""
msgstr ""
#. type: quotation
-#: guix-git/doc/guix.texi:20450
+#: guix-git/doc/guix.texi:20476
msgid "When providing the action of a job specification as a procedure, you should provide an explicit name for the job via the optional 3rd argument as done in the @code{updatedb-job} example above. Otherwise, the job would appear as ``Lambda function'' in the output of @command{herd schedule mcron}, which is not nearly descriptive enough!"
msgstr ""
#. type: quotation
-#: guix-git/doc/guix.texi:20456
+#: guix-git/doc/guix.texi:20482
msgid "Avoid calling the Guile procedures @code{execl}, @code{execle} or @code{execlp} inside a job specification, else mcron won't be able to output the completion status of the job."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:20463
+#: guix-git/doc/guix.texi:20489
msgid "For more complex jobs defined in Scheme where you need control over the top level, for instance to introduce a @code{use-modules} form, you can move your code to a separate program using the @code{program-file} procedure of the @code{(guix gexp)} module (@pxref{G-Expressions}). The example below illustrates that."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:20479
+#: guix-git/doc/guix.texi:20505
#, no-wrap
msgid ""
"(define %battery-alert-job\n"
@@ -39767,7 +39820,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:20481
+#: guix-git/doc/guix.texi:20507
#, no-wrap
msgid ""
" (define %min-level 20)\n"
@@ -39775,7 +39828,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:20492
+#: guix-git/doc/guix.texi:20518
#, no-wrap
msgid ""
" (setenv \"LC_ALL\" \"C\") ;ensure English output\n"
@@ -39791,158 +39844,158 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:20497
+#: guix-git/doc/guix.texi:20523
msgid "@xref{Guile Syntax, mcron job specifications,, mcron, GNU@tie{}mcron}, for more information on mcron job specifications. Below is the reference of the mcron service."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:20500
+#: guix-git/doc/guix.texi:20526
msgid "On a running system, you can use the @code{schedule} action of the service to visualize the mcron jobs that will be executed next:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:20503
+#: guix-git/doc/guix.texi:20529
#, no-wrap
msgid "# herd schedule mcron\n"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:20508
+#: guix-git/doc/guix.texi:20534
msgid "The example above lists the next five tasks that will be executed, but you can also specify the number of tasks to display:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:20511
+#: guix-git/doc/guix.texi:20537
#, no-wrap
msgid "# herd schedule mcron 10\n"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:20513
+#: guix-git/doc/guix.texi:20539
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "mcron-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:20516
+#: guix-git/doc/guix.texi:20542
msgid "This is the type of the @code{mcron} service, whose value is an @code{mcron-configuration} object."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:20521 guix-git/doc/guix.texi:45878
+#: guix-git/doc/guix.texi:20547 guix-git/doc/guix.texi:45907
msgid "This service type can be the target of a service extension that provides additional job specifications (@pxref{Service Composition}). In other words, it is possible to define services that provide additional mcron jobs to run."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:20526
+#: guix-git/doc/guix.texi:20552
#, no-wrap
msgid "{Data Type} mcron-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:20528
+#: guix-git/doc/guix.texi:20554
msgid "Available @code{mcron-configuration} fields are:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:20530 guix-git/doc/guix.texi:45887
+#: guix-git/doc/guix.texi:20556 guix-git/doc/guix.texi:45916
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{mcron} (default: @code{mcron}) (type: file-like)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:20532 guix-git/doc/guix.texi:45889
+#: guix-git/doc/guix.texi:20558 guix-git/doc/guix.texi:45918
msgid "The mcron package to use."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:20533 guix-git/doc/guix.texi:45890
+#: guix-git/doc/guix.texi:20559 guix-git/doc/guix.texi:45919
#, fuzzy, no-wrap
#| msgid "@code{password} (default: @code{\"\"})"
msgid "@code{jobs} (default: @code{'()}) (type: list-of-gexps)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:20537 guix-git/doc/guix.texi:45894
+#: guix-git/doc/guix.texi:20563 guix-git/doc/guix.texi:45923
msgid "This is a list of gexps (@pxref{G-Expressions}), where each gexp corresponds to an mcron job specification (@pxref{Syntax, mcron job specifications,, mcron,GNU@tie{}mcron})."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:20538 guix-git/doc/guix.texi:45895
+#: guix-git/doc/guix.texi:20564 guix-git/doc/guix.texi:45924
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{log?} (default: @code{#t}) (type: boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:20540 guix-git/doc/guix.texi:45897
+#: guix-git/doc/guix.texi:20566 guix-git/doc/guix.texi:45926
msgid "Log messages to standard output."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:20541
+#: guix-git/doc/guix.texi:20567
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{log-file} (default: @code{\"/var/log/mcron.log\"}) (type: string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:20543
+#: guix-git/doc/guix.texi:20569
#, fuzzy
#| msgid "Log Rotation"
msgid "Log file location."
msgstr "Ротация логов"
#. type: item
-#: guix-git/doc/guix.texi:20544 guix-git/doc/guix.texi:45898
+#: guix-git/doc/guix.texi:20570 guix-git/doc/guix.texi:45927
#, fuzzy, no-wrap
#| msgid "@code{password} (default: @code{\"\"})"
msgid "@code{log-format} (default: @code{\"~1@@*~a ~a: ~a~%\"}) (type: string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:20549
+#: guix-git/doc/guix.texi:20575
msgid "@code{(ice-9 format)} format string for log messages. The default value produces messages like @samp{@var{pid} @var{name}: @var{message}} (@pxref{Invoking mcron, Invoking,, mcron,GNU@tie{}mcron}). Each message is also prefixed by a timestamp by GNU Shepherd."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:20550
+#: guix-git/doc/guix.texi:20576
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{date-format} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:20552
+#: guix-git/doc/guix.texi:20578
msgid "@code{(srfi srfi-19)} format string for date."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:20560
+#: guix-git/doc/guix.texi:20586
#, no-wrap
msgid "rottlog"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:20561
+#: guix-git/doc/guix.texi:20587
#, no-wrap
msgid "log rotation"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:20568
+#: guix-git/doc/guix.texi:20594
msgid "Log files such as those found in @file{/var/log} tend to grow endlessly, so it's a good idea to @dfn{rotate} them once in a while---i.e., archive their contents in separate files, possibly compressed. The @code{(gnu services admin)} module provides an interface to GNU@tie{}Rot[t]log, a log rotation tool (@pxref{Top,,, rottlog, GNU Rot[t]log Manual})."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:20574
+#: guix-git/doc/guix.texi:20600
msgid "This service is part of @code{%base-services}, and thus enabled by default, with the default settings, for commonly encountered log files. The example below shows how to extend it with an additional @dfn{rotation}, should you need to do that (usually, services that produce log files already take care of that):"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:20578
+#: guix-git/doc/guix.texi:20604
#, no-wrap
msgid ""
"(use-modules (guix) (gnu))\n"
@@ -39951,7 +40004,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:20582
+#: guix-git/doc/guix.texi:20608
#, no-wrap
msgid ""
"(define my-log-files\n"
@@ -39961,7 +40014,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:20591
+#: guix-git/doc/guix.texi:20617
#, no-wrap
msgid ""
"(operating-system\n"
@@ -39975,100 +40028,100 @@ msgid ""
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:20593
+#: guix-git/doc/guix.texi:20619
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "rottlog-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:20596
+#: guix-git/doc/guix.texi:20622
msgid "This is the type of the Rottlog service, whose value is a @code{rottlog-configuration} object."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:20599
+#: guix-git/doc/guix.texi:20625
msgid "Other services can extend this one with new @code{log-rotation} objects (see below), thereby augmenting the set of files to be rotated."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:20602
+#: guix-git/doc/guix.texi:20628
msgid "This service type can define mcron jobs (@pxref{Scheduled Job Execution}) to run the rottlog service."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:20604
+#: guix-git/doc/guix.texi:20630
#, no-wrap
msgid "{Data Type} rottlog-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:20606
+#: guix-git/doc/guix.texi:20632
msgid "Data type representing the configuration of rottlog."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:20608
+#: guix-git/doc/guix.texi:20634
#, no-wrap
msgid "@code{rottlog} (default: @code{rottlog})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:20610
+#: guix-git/doc/guix.texi:20636
msgid "The Rottlog package to use."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:20611
+#: guix-git/doc/guix.texi:20637
#, no-wrap
msgid "@code{rc-file} (default: @code{(file-append rottlog \"/etc/rc\")})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:20614
+#: guix-git/doc/guix.texi:20640
msgid "The Rottlog configuration file to use (@pxref{Mandatory RC Variables,,, rottlog, GNU Rot[t]log Manual})."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:20615
+#: guix-git/doc/guix.texi:20641
#, no-wrap
msgid "@code{rotations} (default: @code{%default-rotations})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:20617
+#: guix-git/doc/guix.texi:20643
msgid "A list of @code{log-rotation} objects as defined below."
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:20618
+#: guix-git/doc/guix.texi:20644
#, no-wrap
msgid "jobs"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:20621
+#: guix-git/doc/guix.texi:20647
msgid "This is a list of gexps where each gexp corresponds to an mcron job specification (@pxref{Scheduled Job Execution})."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:20624
+#: guix-git/doc/guix.texi:20650
#, no-wrap
msgid "{Data Type} log-rotation"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:20626
+#: guix-git/doc/guix.texi:20652
msgid "Data type representing the rotation of a group of log files."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:20630
+#: guix-git/doc/guix.texi:20656
msgid "Taking an example from the Rottlog manual (@pxref{Period Related File Examples,,, rottlog, GNU Rot[t]log Manual}), a log rotation might be defined like this:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:20639
+#: guix-git/doc/guix.texi:20665
#, no-wrap
msgid ""
"(log-rotation\n"
@@ -40081,85 +40134,85 @@ msgid ""
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:20642
+#: guix-git/doc/guix.texi:20668
msgid "The list of fields is as follows:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:20644
+#: guix-git/doc/guix.texi:20670
#, no-wrap
msgid "@code{frequency} (default: @code{'weekly})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:20646
+#: guix-git/doc/guix.texi:20672
msgid "The log rotation frequency, a symbol."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:20649
+#: guix-git/doc/guix.texi:20675
msgid "The list of files or file glob patterns to rotate."
msgstr ""
#. type: vindex
-#: guix-git/doc/guix.texi:20650
+#: guix-git/doc/guix.texi:20676
#, no-wrap
msgid "%default-log-rotation-options"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:20651
+#: guix-git/doc/guix.texi:20677
#, fuzzy, no-wrap
#| msgid "@code{os} (default: @code{%default-ganeti-os})"
msgid "@code{options} (default: @code{%default-log-rotation-options})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:20654
+#: guix-git/doc/guix.texi:20680
msgid "The list of rottlog options for this rotation (@pxref{Configuration parameters,,, rottlog, GNU Rot[t]log Manual})."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:20655
+#: guix-git/doc/guix.texi:20681
#, no-wrap
msgid "@code{post-rotate} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:20657
+#: guix-git/doc/guix.texi:20683
msgid "Either @code{#f} or a gexp to execute once the rotation has completed."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:20660
+#: guix-git/doc/guix.texi:20686
#, fuzzy, no-wrap
#| msgid "%default-channels"
msgid "%default-rotations"
msgstr "%default-channels"
#. type: defvar
-#: guix-git/doc/guix.texi:20663
+#: guix-git/doc/guix.texi:20689
msgid "Specifies weekly rotation of @code{%rotated-files} and of @file{/var/log/guix-daemon.log}."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:20665
+#: guix-git/doc/guix.texi:20691
#, no-wrap
msgid "%rotated-files"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:20669
+#: guix-git/doc/guix.texi:20695
msgid "The list of syslog-controlled files to be rotated. By default it is: @code{'(\"/var/log/messages\" \"/var/log/secure\" \"/var/log/debug\" \\ \"/var/log/maillog\")}."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:20677
+#: guix-git/doc/guix.texi:20703
msgid "Some log files just need to be deleted periodically once they are old, without any other criterion and without any archival step. This is the case of build logs stored by @command{guix-daemon} under @file{/var/log/guix/drvs} (@pxref{Invoking guix-daemon}). The @code{log-cleanup} service addresses this use case. For example, @code{%base-services} (@pxref{Base Services}) includes the following:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:20683
+#: guix-git/doc/guix.texi:20709
#, no-wrap
msgid ""
";; Periodically delete old build logs.\n"
@@ -40169,99 +40222,99 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:20686
+#: guix-git/doc/guix.texi:20712
msgid "That ensures build logs do not accumulate endlessly."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:20687
+#: guix-git/doc/guix.texi:20713
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} ganeti-cleaner-service-type"
msgid "log-cleanup-service-type"
msgstr "{Процедура Scheme} sane-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:20690
+#: guix-git/doc/guix.texi:20716
msgid "This is the type of the service to delete old logs. Its value must be a @code{log-cleanup-configuration} record as described below."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:20692
+#: guix-git/doc/guix.texi:20718
#, fuzzy, no-wrap
#| msgid "{Data Type} ganeti-cleaner-configuration"
msgid "{Data Type} log-cleanup-configuration"
msgstr "{Тип данных} build-machine"
#. type: deftp
-#: guix-git/doc/guix.texi:20694
+#: guix-git/doc/guix.texi:20720
#, fuzzy
#| msgid "Data type representing the configuration of IPFS."
msgid "Data type representing the log cleanup configuration"
msgstr "Управление конфигурацией операционной системы."
#. type: code{#1}
-#: guix-git/doc/guix.texi:20696
+#: guix-git/doc/guix.texi:20722
#, fuzzy, no-wrap
#| msgid "state directory"
msgid "directory"
msgstr "главный каталог"
#. type: table
-#: guix-git/doc/guix.texi:20698
+#: guix-git/doc/guix.texi:20724
#, fuzzy
#| msgid "Return the directory name of the store."
msgid "Name of the directory containing log files."
msgstr "Проверить целостность склада."
#. type: item
-#: guix-git/doc/guix.texi:20699
+#: guix-git/doc/guix.texi:20725
#, fuzzy, no-wrap
#| msgid "@code{system-expiration} (default: @code{(* 3 30 24 3600)})"
msgid "@code{expiry} (default: @code{(* 6 30 24 3600)})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:20702
+#: guix-git/doc/guix.texi:20728
msgid "Age in seconds after which a file is subject to deletion (six months by default)."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:20703
+#: guix-git/doc/guix.texi:20729
#, fuzzy, no-wrap
#| msgid "@code{schedule} (default: @code{\"30 01 * * 0\"})"
msgid "@code{schedule} (default: @code{\"30 12 01,08,15,22 * *\"})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:20706
+#: guix-git/doc/guix.texi:20732
msgid "String or gexp denoting the corresponding mcron job schedule (@pxref{Scheduled Job Execution})."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:20709
+#: guix-git/doc/guix.texi:20735
#, no-wrap
msgid "logging, anonymization"
msgstr ""
#. type: subheading
-#: guix-git/doc/guix.texi:20710
+#: guix-git/doc/guix.texi:20736
#, fuzzy, no-wrap
#| msgid "Sound Services"
msgid "Anonip Service"
msgstr "Звуковые сервисы"
#. type: Plain text
-#: guix-git/doc/guix.texi:20715
+#: guix-git/doc/guix.texi:20741
msgid "Anonip is a privacy filter that removes IP address from web server logs. This service creates a FIFO and filters any written lines with anonip before writing the filtered log to a target file."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:20719
+#: guix-git/doc/guix.texi:20745
msgid "The following example sets up the FIFO @file{/var/run/anonip/https.access.log} and writes the filtered log file @file{/var/log/anonip/https.access.log}."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:20725
+#: guix-git/doc/guix.texi:20751
#, fuzzy, no-wrap
msgid ""
"(service anonip-service-type\n"
@@ -40275,206 +40328,206 @@ msgstr ""
" (use-substitutes? #f)))\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:20730
+#: guix-git/doc/guix.texi:20756
msgid "Configure your web server to write its logs to the FIFO at @file{/var/run/anonip/https.access.log} and collect the anonymized log file at @file{/var/web-logs/https.access.log}."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:20731
+#: guix-git/doc/guix.texi:20757
#, fuzzy, no-wrap
#| msgid "{Data Type} nix-configuration"
msgid "{Data Type} anonip-configuration"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:20734
+#: guix-git/doc/guix.texi:20760
#, fuzzy
#| msgid "This data type represents the configuration of the hostapd service, with the following fields:"
msgid "This data type represents the configuration of anonip. It has the following parameters:"
msgstr "Этот тип данных представляет машины для сборки, на которые демон может разгружать сборки. Важные поля:"
#. type: item
-#: guix-git/doc/guix.texi:20736
+#: guix-git/doc/guix.texi:20762
#, fuzzy, no-wrap
#| msgid "@code{nix} (default: @code{nix})"
msgid "@code{anonip} (default: @code{anonip})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:20738
+#: guix-git/doc/guix.texi:20764
#, fuzzy
#| msgid "The audit package to use."
msgid "The anonip package to use."
msgstr "Пакет аудита для использования."
#. type: code{#1}
-#: guix-git/doc/guix.texi:20739
+#: guix-git/doc/guix.texi:20765
#, fuzzy, no-wrap
#| msgid "outputs"
msgid "input"
msgstr "результаты"
#. type: table
-#: guix-git/doc/guix.texi:20742
+#: guix-git/doc/guix.texi:20768
msgid "The file name of the input log file to process. The service creates a FIFO of this name. The web server should write its logs to this FIFO."
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:20743
+#: guix-git/doc/guix.texi:20769
#, fuzzy, no-wrap
#| msgid "outputs"
msgid "output"
msgstr "результаты"
#. type: table
-#: guix-git/doc/guix.texi:20745
+#: guix-git/doc/guix.texi:20771
#, fuzzy
#| msgid "File name of the log file."
msgid "The file name of the processed log file."
msgstr "Имя используемой базы данных."
#. type: deftp
-#: guix-git/doc/guix.texi:20748
+#: guix-git/doc/guix.texi:20774
#, fuzzy
#| msgid "The following options are supported:"
msgid "The following optional settings may be provided:"
msgstr "Поддерживаются следующие варианты:"
#. type: code{#1}
-#: guix-git/doc/guix.texi:20750
+#: guix-git/doc/guix.texi:20776
#, no-wrap
msgid "skip-private?"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:20752
+#: guix-git/doc/guix.texi:20778
msgid "When @code{#true} do not mask addresses in private ranges."
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:20753
+#: guix-git/doc/guix.texi:20779
#, no-wrap
msgid "column"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:20756
+#: guix-git/doc/guix.texi:20782
msgid "A 1-based indexed column number. Assume IP address is in the specified column (default is 1)."
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:20757
+#: guix-git/doc/guix.texi:20783
#, no-wrap
msgid "replacement"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:20759
+#: guix-git/doc/guix.texi:20785
msgid "Replacement string in case address parsing fails, e.g. @code{\"0.0.0.0\"}."
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:20760
+#: guix-git/doc/guix.texi:20786
#, no-wrap
msgid "ipv4mask"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:20762
+#: guix-git/doc/guix.texi:20788
msgid "Number of bits to mask in IPv4 addresses."
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:20763
+#: guix-git/doc/guix.texi:20789
#, no-wrap
msgid "ipv6mask"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:20765
+#: guix-git/doc/guix.texi:20791
msgid "Number of bits to mask in IPv6 addresses."
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:20766
+#: guix-git/doc/guix.texi:20792
#, fuzzy, no-wrap
#| msgid "Requirements"
msgid "increment"
msgstr "Требования"
#. type: table
-#: guix-git/doc/guix.texi:20768
+#: guix-git/doc/guix.texi:20794
msgid "Increment the IP address by the given number. By default this is zero."
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:20769
+#: guix-git/doc/guix.texi:20795
#, no-wrap
msgid "delimiter"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:20771
+#: guix-git/doc/guix.texi:20797
msgid "Log delimiter string."
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:20772
+#: guix-git/doc/guix.texi:20798
#, no-wrap
msgid "regex"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:20774
+#: guix-git/doc/guix.texi:20800
msgid "Regular expression for detecting IP addresses. Use this instead of @code{column}."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:20789
+#: guix-git/doc/guix.texi:20815
msgid "The @code{(gnu services networking)} module provides services to configure network interfaces and set up networking on your machine. Those services provide different ways for you to set up your machine: by declaring a static network configuration, by running a Dynamic Host Configuration Protocol (DHCP) client, or by running daemons such as NetworkManager and Connman that automate the whole process, automatically adapt to connectivity changes, and provide a high-level user interface."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:20795
+#: guix-git/doc/guix.texi:20821
msgid "On a laptop, NetworkManager and Connman are by far the most convenient options, which is why the default desktop services include NetworkManager (@pxref{Desktop Services, @code{%desktop-services}}). For a server, or for a virtual machine or a container, static network configuration or a simple DHCP client are often more appropriate."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:20798
+#: guix-git/doc/guix.texi:20824
msgid "This section describes the various network setup services available, starting with static network configuration."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:20799
+#: guix-git/doc/guix.texi:20825
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "static-networking-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:20804
+#: guix-git/doc/guix.texi:20830
msgid "This is the type for statically-configured network interfaces. Its value must be a list of @code{static-networking} records. Each of them declares a set of @dfn{addresses}, @dfn{routes}, and @dfn{links}, as shown below."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:20805
+#: guix-git/doc/guix.texi:20831
#, no-wrap
msgid "network interface controller (NIC)"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:20806
+#: guix-git/doc/guix.texi:20832
#, no-wrap
msgid "NIC, networking interface controller"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:20809
+#: guix-git/doc/guix.texi:20835
msgid "Here is the simplest configuration, with only one network interface controller (NIC) and only IPv4 connectivity:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:20823
+#: guix-git/doc/guix.texi:20849
#, no-wrap
msgid ""
";; Static networking for one NIC, IPv4-only.\n"
@@ -40492,31 +40545,31 @@ msgid ""
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:20832
+#: guix-git/doc/guix.texi:20858
msgid "The snippet above can be added to the @code{services} field of your operating system configuration (@pxref{Using the Configuration System}). It will configure your machine to have 10.0.2.15 as its IP address, with a 24-bit netmask for the local network---meaning that any 10.0.2.@var{x} address is on the local area network (LAN). Traffic to addresses outside the local network is routed @i{via} 10.0.2.2. Host names are resolved by sending domain name system (DNS) queries to 10.0.2.3."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:20834
+#: guix-git/doc/guix.texi:20860
#, fuzzy, no-wrap
#| msgid "{Data Type} ganeti-os-variant"
msgid "{Data Type} static-networking"
msgstr "{Тип данных} build-machine"
#. type: deftp
-#: guix-git/doc/guix.texi:20836
+#: guix-git/doc/guix.texi:20862
#, fuzzy
#| msgid "This is the data type representing the SDDM service configuration."
msgid "This is the data type representing a static network configuration."
msgstr "Управление конфигурацией операционной системы."
#. type: deftp
-#: guix-git/doc/guix.texi:20840
+#: guix-git/doc/guix.texi:20866
msgid "As an example, here is how you would declare the configuration of a machine with a single network interface controller (NIC) available as @code{eno1}, and with one IPv4 and one IPv6 address:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:20857
+#: guix-git/doc/guix.texi:20883
#, no-wrap
msgid ""
";; Network configuration for one NIC, IPv4 + IPv6.\n"
@@ -40537,12 +40590,12 @@ msgid ""
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:20863
+#: guix-git/doc/guix.texi:20889
msgid "If you are familiar with the @command{ip} command of the @uref{https://wiki.linuxfoundation.org/networking/iproute2, @code{iproute2} package} found on Linux-based systems, the declaration above is equivalent to typing:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:20869
+#: guix-git/doc/guix.texi:20895
#, no-wrap
msgid ""
"ip address add 10.0.2.15/24 dev eno1\n"
@@ -40552,255 +40605,255 @@ msgid ""
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:20874
+#: guix-git/doc/guix.texi:20900
msgid "Run @command{man 8 ip} for more info. Venerable GNU/Linux users will certainly know how to do it with @command{ifconfig} and @command{route}, but we'll spare you that."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:20876
+#: guix-git/doc/guix.texi:20902
msgid "The available fields of this data type are as follows:"
msgstr "Доступные поля этого типа данных следующие:"
#. type: code{#1}
-#: guix-git/doc/guix.texi:20878
+#: guix-git/doc/guix.texi:20904
#, fuzzy, no-wrap
#| msgid "ip address\n"
msgid "addresses"
msgstr "ip address\n"
#. type: itemx
-#: guix-git/doc/guix.texi:20879
+#: guix-git/doc/guix.texi:20905
#, fuzzy, no-wrap
#| msgid "@code{listen} (default: @code{'()})"
msgid "@code{links} (default: @code{'()})"
msgstr "@code{inputs} (default: @code{'()})"
#. type: itemx
-#: guix-git/doc/guix.texi:20880
+#: guix-git/doc/guix.texi:20906
#, fuzzy, no-wrap
#| msgid "@code{roles} (default: @code{'()})"
msgid "@code{routes} (default: @code{'()})"
msgstr "@code{modules} (по умолчанию: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:20883
+#: guix-git/doc/guix.texi:20909
msgid "The list of @code{network-address}, @code{network-link}, and @code{network-route} records for this network (see below)."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:20884
+#: guix-git/doc/guix.texi:20910
#, fuzzy, no-wrap
#| msgid "@code{server} (default: @code{'()})"
msgid "@code{name-servers} (default: @code{'()})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:20887
+#: guix-git/doc/guix.texi:20913
msgid "The list of IP addresses (strings) of domain name servers. These IP addresses go to @file{/etc/resolv.conf}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:20888
+#: guix-git/doc/guix.texi:20914
#, fuzzy, no-wrap
#| msgid "@code{permissions} (default: @code{'(createdb login)})"
msgid "@code{provision} (default: @code{'(networking)})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:20891
+#: guix-git/doc/guix.texi:20917
msgid "If true, this should be a list of symbols for the Shepherd service corresponding to this network configuration."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:20892
+#: guix-git/doc/guix.texi:20918
#, fuzzy, no-wrap
#| msgid "@code{requirement} (default: @code{'()})"
msgid "@code{requirement} (default @code{'()})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:20894
+#: guix-git/doc/guix.texi:20920
msgid "The list of Shepherd services depended on."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:20897
+#: guix-git/doc/guix.texi:20923
#, fuzzy, no-wrap
#| msgid "{Data Type} ganeti-os"
msgid "{Data Type} network-address"
msgstr "{Тип данных} build-machine"
#. type: deftp
-#: guix-git/doc/guix.texi:20900
+#: guix-git/doc/guix.texi:20926
#, fuzzy
#| msgid "This is the data type representing the SDDM service configuration."
msgid "This is the data type representing the IP address of a network interface."
msgstr "Управление конфигурацией операционной системы."
#. type: table
-#: guix-git/doc/guix.texi:20905
+#: guix-git/doc/guix.texi:20931
msgid "The name of the network interface for this address---e.g., @code{\"eno1\"}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:20906
+#: guix-git/doc/guix.texi:20932
#, no-wrap
msgid "value"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:20910
+#: guix-git/doc/guix.texi:20936
msgid "The actual IP address and network mask, in @uref{https://en.wikipedia.org/wiki/CIDR#CIDR_notation, @acronym{CIDR, Classless Inter-Domain Routing} notation}, as a string."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:20914
+#: guix-git/doc/guix.texi:20940
msgid "For example, @code{\"10.0.2.15/24\"} denotes IPv4 address 10.0.2.15 on a 24-bit sub-network---all 10.0.2.@var{x} addresses are on the same local network."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:20915
+#: guix-git/doc/guix.texi:20941
#, no-wrap
msgid "ipv6?"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:20918
+#: guix-git/doc/guix.texi:20944
msgid "Whether @code{value} denotes an IPv6 address. By default this is automatically determined."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:20921
+#: guix-git/doc/guix.texi:20947
#, fuzzy, no-wrap
#| msgid "{Data Type} ganeti-os"
msgid "{Data Type} network-route"
msgstr "{Тип данных} build-machine"
#. type: deftp
-#: guix-git/doc/guix.texi:20923
+#: guix-git/doc/guix.texi:20949
#, fuzzy
#| msgid "This is the data type representing a package recipe."
msgid "This is the data type representing a network route."
msgstr "Это тип данных, представляющий рецепт пакета."
#. type: code{#1}
-#: guix-git/doc/guix.texi:20925
+#: guix-git/doc/guix.texi:20951
#, fuzzy, no-wrap
#| msgid "derivation"
msgid "destination"
msgstr "деривация"
#. type: table
-#: guix-git/doc/guix.texi:20928
+#: guix-git/doc/guix.texi:20954
msgid "The route destination (a string), either an IP address and network mask or @code{\"default\"} to denote the default route."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:20929
+#: guix-git/doc/guix.texi:20955
#, fuzzy, no-wrap
msgid "@code{source} (default: @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:20931
+#: guix-git/doc/guix.texi:20957
#, fuzzy
#| msgid "The rottlog service."
msgid "The route source."
msgstr "Сервис rottlog."
#. type: item
-#: guix-git/doc/guix.texi:20932 guix-git/doc/guix.texi:42480
+#: guix-git/doc/guix.texi:20958 guix-git/doc/guix.texi:42509
#, no-wrap
msgid "@code{device} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:20934
+#: guix-git/doc/guix.texi:20960
msgid "The device used for this route---e.g., @code{\"eno2\"}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:20935
+#: guix-git/doc/guix.texi:20961
#, fuzzy, no-wrap
#| msgid "@code{log-ip?} (default: @code{#t})"
msgid "@code{ipv6?} (default: auto)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:20938
+#: guix-git/doc/guix.texi:20964
msgid "Whether this is an IPv6 route. By default this is automatically determined based on @code{destination} or @code{gateway}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:20939
+#: guix-git/doc/guix.texi:20965
#, fuzzy, no-wrap
#| msgid "@code{email} (default: @code{#f})"
msgid "@code{gateway} (default: @code{#f})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:20941
+#: guix-git/doc/guix.texi:20967
msgid "IP address (a string) through which traffic is routed."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:20944
+#: guix-git/doc/guix.texi:20970
#, fuzzy, no-wrap
#| msgid "{Data Type} origin"
msgid "{Data Type} network-link"
msgstr "{Тип данных} origin"
#. type: deftp
-#: guix-git/doc/guix.texi:20951
+#: guix-git/doc/guix.texi:20977
msgid "Data type for a network link (@pxref{Link,,, guile-netlink, Guile-Netlink Manual}). During startup, network links are employed to construct or modify existing or virtual ethernet links. These ethernet links can be identified by their @var{name} or @var{mac-address}. If there is a need to create virtual interface, @var{name} and @var{type} fields are required."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:20955
+#: guix-git/doc/guix.texi:20981
#, fuzzy
#| msgid "@code{port} (default: @code{#f})"
msgid "The name of the link---e.g., @code{\"v0p0\"} (default: @code{#f})."
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:20958
+#: guix-git/doc/guix.texi:20984
msgid "A symbol denoting the type of the link---e.g., @code{'veth} (default: @code{#f})."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:20959
+#: guix-git/doc/guix.texi:20985
#, fuzzy, no-wrap
#| msgid "ip address\n"
msgid "mac-address"
msgstr "ip address\n"
#. type: table
-#: guix-git/doc/guix.texi:20961
+#: guix-git/doc/guix.texi:20987
msgid "The mac-address of the link---e.g., @code{\"98:11:22:33:44:55\"} (default: @code{#f})."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:20964
+#: guix-git/doc/guix.texi:20990
msgid "List of arguments for this type of link."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:20976
+#: guix-git/doc/guix.texi:21002
msgid "Consider a scenario where a server equipped with a network interface which has multiple ports. These ports are connected to a switch, which supports @uref{https://en.wikipedia.org/wiki/Link_aggregation, link aggregation} (also known as bonding or NIC teaming). The switch uses port channels to consolidate multiple physical interfaces into one logical interface to provide higher bandwidth, load balancing, and link redundancy. When a port is added to a LAG (or link aggregation group), it inherits the properties of the port-channel. Some of these properties are VLAN membership, trunk status, and so on."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:20981
+#: guix-git/doc/guix.texi:21007
msgid "@uref{https://en.wikipedia.org/wiki/Virtual_LAN, VLAN} (or virtual local area network) is a logical network that is isolated from other VLANs on the same physical network. This can be used to segregate traffic, improve security, and simplify network management."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:20986
+#: guix-git/doc/guix.texi:21012
msgid "With all that in mind let's configure our static network for the server. We will bond two existing interfaces together using 802.3ad schema and on top of it, build a VLAN interface with id 1055. We assign a static ip to our new VLAN interface."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:20996
+#: guix-git/doc/guix.texi:21022
#, no-wrap
msgid ""
"(static-networking\n"
@@ -40815,7 +40868,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:21000
+#: guix-git/doc/guix.texi:21026
#, no-wrap
msgid ""
" (network-link\n"
@@ -40825,7 +40878,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:21004
+#: guix-git/doc/guix.texi:21030
#, no-wrap
msgid ""
" (network-link\n"
@@ -40835,7 +40888,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:21013
+#: guix-git/doc/guix.texi:21039
#, no-wrap
msgid ""
" (network-link\n"
@@ -40849,235 +40902,235 @@ msgid ""
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:21015
+#: guix-git/doc/guix.texi:21041
#, no-wrap
msgid "loopback device"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:21016
+#: guix-git/doc/guix.texi:21042
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} %default-sysctl-settings"
msgid "%loopback-static-networking"
msgstr "{Scheme Variable} ant-build-system"
#. type: defvar
-#: guix-git/doc/guix.texi:21020
+#: guix-git/doc/guix.texi:21046
msgid "This is the @code{static-networking} record representing the ``loopback device'', @code{lo}, for IP addresses 127.0.0.1 and ::1, and providing the @code{loopback} Shepherd service."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:21022
+#: guix-git/doc/guix.texi:21048
#, no-wrap
msgid "networking, with QEMU"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:21023
+#: guix-git/doc/guix.texi:21049
#, fuzzy, no-wrap
#| msgid "Networking"
msgid "QEMU, networking"
msgstr "Сеть"
#. type: defvar
-#: guix-git/doc/guix.texi:21024
+#: guix-git/doc/guix.texi:21050
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} %default-sysctl-settings"
msgid "%qemu-static-networking"
msgstr "{Scheme Variable} ant-build-system"
#. type: defvar
-#: guix-git/doc/guix.texi:21028
+#: guix-git/doc/guix.texi:21054
msgid "This is the @code{static-networking} record representing network setup when using QEMU's user-mode network stack on @code{eth0} (@pxref{Using the user mode network stack,,, qemu, QEMU Documentation})."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:21030
+#: guix-git/doc/guix.texi:21056
#, no-wrap
msgid "DHCP, networking service"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:21031
+#: guix-git/doc/guix.texi:21057
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "dhcp-client-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:21034
+#: guix-git/doc/guix.texi:21060
msgid "This is the type of services that run @var{dhclient}, the ISC Dynamic Host Configuration Protocol (DHCP) client."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:21036
+#: guix-git/doc/guix.texi:21062
#, fuzzy, no-wrap
#| msgid "{Data Type} opendht-configuration"
msgid "{Data Type} dhcp-client-configuration"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:21038
+#: guix-git/doc/guix.texi:21064
#, fuzzy
#| msgid "Data type representing the configuration of the Wireguard service."
msgid "Data type representing the configuration of the ISC DHCP client service."
msgstr "Управление конфигурацией операционной системы."
#. type: item
-#: guix-git/doc/guix.texi:21040 guix-git/doc/guix.texi:21510
+#: guix-git/doc/guix.texi:21066 guix-git/doc/guix.texi:21536
#, no-wrap
msgid "@code{package} (default: @code{isc-dhcp})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:21042
+#: guix-git/doc/guix.texi:21068
#, fuzzy
#| msgid "The Docker client package to use."
msgid "The ISC DHCP client package to use."
msgstr "Используемый Docker клиент."
#. type: item
-#: guix-git/doc/guix.texi:21043
+#: guix-git/doc/guix.texi:21069
#, fuzzy, no-wrap
#| msgid "@code{inputs} (default: @code{'()})"
msgid "@code{interfaces} (default: @code{'all})"
msgstr "@code{inputs} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:21046
+#: guix-git/doc/guix.texi:21072
msgid "Either @code{'all} or the list of interface names that the ISC DHCP client should listen on---e.g., @code{'(\"eno1\")}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:21050
+#: guix-git/doc/guix.texi:21076
msgid "When set to @code{'all}, the ISC DHCP client listens on all the available non-loopback interfaces that can be activated. Otherwise the ISC DHCP client listens only on the specified interfaces."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21051 guix-git/doc/guix.texi:21413
-#: guix-git/doc/guix.texi:21515 guix-git/doc/guix.texi:27912
-#: guix-git/doc/guix.texi:34652
+#: guix-git/doc/guix.texi:21077 guix-git/doc/guix.texi:21439
+#: guix-git/doc/guix.texi:21541 guix-git/doc/guix.texi:27938
+#: guix-git/doc/guix.texi:34681
#, no-wrap
msgid "@code{config-file} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:21053
+#: guix-git/doc/guix.texi:21079
#, fuzzy
#| msgid "A configuration file for this variant."
msgid "The configuration file for the ISC DHCP client."
msgstr "Файл конфигурации для этого варианта."
#. type: itemx
-#: guix-git/doc/guix.texi:21055
+#: guix-git/doc/guix.texi:21081
#, fuzzy, no-wrap
#| msgid "@code{permissions} (default: @code{'(createdb login)})"
msgid "@code{shepherd-provision} (default: @code{'(networking)})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:21060 guix-git/doc/guix.texi:21092
-#: guix-git/doc/guix.texi:21172
+#: guix-git/doc/guix.texi:21086 guix-git/doc/guix.texi:21118
+#: guix-git/doc/guix.texi:21198
msgid "This option can be used to provide a list of symbols naming Shepherd services that this service will depend on, such as @code{'wpa-supplicant} or @code{'iwd} if you require authenticated access for encrypted WiFi or Ethernet networks."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:21065
+#: guix-git/doc/guix.texi:21091
msgid "Likewise, @code{shepherd-provision} is a list of Shepherd service names (symbols) provided by this service. You might want to change the default value if you intend to run several ISC DHCP clients, only one of which provides the @code{networking} Shepherd service."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:21068
+#: guix-git/doc/guix.texi:21094
#, no-wrap
msgid "NetworkManager"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:21070
+#: guix-git/doc/guix.texi:21096
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "network-manager-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:21075
+#: guix-git/doc/guix.texi:21101
msgid "This is the service type for the @uref{https://wiki.gnome.org/Projects/NetworkManager, NetworkManager} service. The value for this service type is a @code{network-manager-configuration} record."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:21078 guix-git/doc/guix.texi:21433
-#: guix-git/doc/guix.texi:21462
+#: guix-git/doc/guix.texi:21104 guix-git/doc/guix.texi:21459
+#: guix-git/doc/guix.texi:21488
msgid "This service is part of @code{%desktop-services} (@pxref{Desktop Services})."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:21080
+#: guix-git/doc/guix.texi:21106
#, no-wrap
msgid "{Data Type} network-manager-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:21082
+#: guix-git/doc/guix.texi:21108
msgid "Data type representing the configuration of NetworkManager."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21084
+#: guix-git/doc/guix.texi:21110
#, no-wrap
msgid "@code{network-manager} (default: @code{network-manager})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:21086
+#: guix-git/doc/guix.texi:21112
msgid "The NetworkManager package to use."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21087
+#: guix-git/doc/guix.texi:21113
#, fuzzy, no-wrap
#| msgid "@code{requirement} (default: @code{'()})"
msgid "@code{shepherd-requirement} (default: @code{'(wpa-supplicant)})"
msgstr "@code{features} (default: @code{'()})"
#. type: item
-#: guix-git/doc/guix.texi:21093
+#: guix-git/doc/guix.texi:21119
#, no-wrap
msgid "@code{dns} (default: @code{\"default\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:21096
+#: guix-git/doc/guix.texi:21122
msgid "Processing mode for DNS, which affects how NetworkManager uses the @code{resolv.conf} configuration file."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:21101
+#: guix-git/doc/guix.texi:21127
msgid "NetworkManager will update @code{resolv.conf} to reflect the nameservers provided by currently active connections."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21102
+#: guix-git/doc/guix.texi:21128
#, no-wrap
msgid "dnsmasq"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:21106
+#: guix-git/doc/guix.texi:21132
msgid "NetworkManager will run @code{dnsmasq} as a local caching nameserver, using a @dfn{conditional forwarding} configuration if you are connected to a VPN, and then update @code{resolv.conf} to point to the local nameserver."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:21112
+#: guix-git/doc/guix.texi:21138
msgid "With this setting, you can share your network connection. For example when you want to share your network connection to another laptop @i{via} an Ethernet cable, you can open @command{nm-connection-editor} and configure the Wired connection's method for IPv4 and IPv6 to be ``Shared to other computers'' and reestablish the connection (or reboot)."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:21119
+#: guix-git/doc/guix.texi:21145
msgid "You can also set up a @dfn{host-to-guest connection} to QEMU VMs (@pxref{Installing Guix in a VM}). With a host-to-guest connection, you can e.g.@: access a Web server running on the VM (@pxref{Web Services}) from a Web browser on your host system, or connect to the VM @i{via} SSH (@pxref{Networking Services, @code{openssh-service-type}}). To set up a host-to-guest connection, run this command once:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:21126
+#: guix-git/doc/guix.texi:21152
#, no-wrap
msgid ""
"nmcli connection add type tun \\\n"
@@ -41088,53 +41141,53 @@ msgid ""
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:21131
+#: guix-git/doc/guix.texi:21157
msgid "Then each time you launch your QEMU VM (@pxref{Running Guix in a VM}), pass @option{-nic tap,ifname=tap0,script=no,downscript=no} to @command{qemu-system-...}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:21134
+#: guix-git/doc/guix.texi:21160
msgid "NetworkManager will not modify @code{resolv.conf}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21136
+#: guix-git/doc/guix.texi:21162
#, no-wrap
msgid "@code{vpn-plugins} (default: @code{'()})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:21140
+#: guix-git/doc/guix.texi:21166
msgid "This is the list of available plugins for virtual private networks (VPNs). An example of this is the @code{network-manager-openvpn} package, which allows NetworkManager to manage VPNs @i{via} OpenVPN."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:21144
+#: guix-git/doc/guix.texi:21170
#, no-wrap
msgid "Connman"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:21145
+#: guix-git/doc/guix.texi:21171
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "connman-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:21148
+#: guix-git/doc/guix.texi:21174
msgid "This is the service type to run @url{https://01.org/connman,Connman}, a network connection manager."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:21150
+#: guix-git/doc/guix.texi:21176
#, fuzzy
#| msgid "Available @code{home-mcron-configuration} fields are:"
msgid "Its value must be a @code{connman-configuration} record as in this example:"
msgstr "Доступными полями @code{home-mcron-configuration} являются:"
#. type: lisp
-#: guix-git/doc/guix.texi:21155
+#: guix-git/doc/guix.texi:21181
#, no-wrap
msgid ""
"(service connman-service-type\n"
@@ -41143,649 +41196,649 @@ msgid ""
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:21158
+#: guix-git/doc/guix.texi:21184
msgid "See below for details about @code{connman-configuration}."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:21160
+#: guix-git/doc/guix.texi:21186
#, no-wrap
msgid "{Data Type} connman-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:21162
+#: guix-git/doc/guix.texi:21188
msgid "Data Type representing the configuration of connman."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21164
+#: guix-git/doc/guix.texi:21190
#, no-wrap
msgid "@code{connman} (default: @var{connman})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:21166
+#: guix-git/doc/guix.texi:21192
msgid "The connman package to use."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21173
+#: guix-git/doc/guix.texi:21199
#, no-wrap
msgid "@code{disable-vpn?} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:21175
+#: guix-git/doc/guix.texi:21201
msgid "When true, disable connman's vpn plugin."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21176
+#: guix-git/doc/guix.texi:21202
#, fuzzy, no-wrap
#| msgid "@code{cleaner-configuration} (default: @code{(ganeti-cleaner-configuration)})"
msgid "@code{general-configuration} (default: @code{(connman-general-configuration)})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:21179
+#: guix-git/doc/guix.texi:21205
msgid "Configuration serialized to @file{main.conf} and passed as @option{--config} to @command{connmand}."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:21185
+#: guix-git/doc/guix.texi:21211
#, fuzzy, no-wrap
#| msgid "{Data Type} shepherd-configuration"
msgid "{Data Type} connman-general-configuration"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:21187
+#: guix-git/doc/guix.texi:21213
#, fuzzy
#| msgid "Available @code{home-mcron-configuration} fields are:"
msgid "Available @code{connman-general-configuration} fields are:"
msgstr "Доступными полями @code{home-mcron-configuration} являются:"
#. type: item
-#: guix-git/doc/guix.texi:21189
+#: guix-git/doc/guix.texi:21215
#, fuzzy, no-wrap
#| msgid "@code{modules} (default: @code{%default-modules})"
msgid "@code{input-request-timeout} (type: maybe-number)"
msgstr "@code{modules} (default: @code{%default-modules})"
#. type: table
-#: guix-git/doc/guix.texi:21194
+#: guix-git/doc/guix.texi:21220
msgid "Set input request timeout. Default is 120 seconds. The request for inputs like passphrase will timeout after certain amount of time. Use this setting to increase the value in case of different user interface designs."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21195
+#: guix-git/doc/guix.texi:21221
#, fuzzy, no-wrap
#| msgid "@code{modules} (default: @code{%default-modules})"
msgid "@code{browser-launch-timeout} (type: maybe-number)"
msgstr "@code{modules} (default: @code{%default-modules})"
#. type: table
-#: guix-git/doc/guix.texi:21200
+#: guix-git/doc/guix.texi:21226
msgid "Set browser launch timeout. Default is 300 seconds. The request for launching a browser for portal pages will timeout after certain amount of time. Use this setting to increase the value in case of different user interface designs."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21201
+#: guix-git/doc/guix.texi:21227
#, fuzzy, no-wrap
#| msgid "@code{discover?} (default: @code{#f})"
msgid "@code{background-scanning?} (type: maybe-boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:21211
+#: guix-git/doc/guix.texi:21237
msgid "Enable background scanning. Default is true. If wifi is disconnected, the background scanning will follow a simple back off mechanism from 3s up to 5 minutes. Then, it will stay in 5 minutes unless user specifically asks for scanning through a D-Bus call. If so, the mechanism will start again from 3s. This feature activates also the background scanning while being connected, which is required for roaming on wifi. When @code{background-scanning?} is false, ConnMan will not perform any scan regardless of wifi is connected or not, unless it is requested by the user through a D-Bus call."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21212
+#: guix-git/doc/guix.texi:21238
#, fuzzy, no-wrap
#| msgid "@code{discover?} (default: @code{#f})"
msgid "@code{use-gateways-as-timeservers?} (type: maybe-boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:21215
+#: guix-git/doc/guix.texi:21241
msgid "Assume that service gateways also function as timeservers. Default is false."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21216
+#: guix-git/doc/guix.texi:21242
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{fallback-timeservers} (type: maybe-list)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:21222
+#: guix-git/doc/guix.texi:21248
msgid "List of Fallback timeservers. These timeservers are used for NTP sync when there are no timeservers set by the user or by the service, and when @code{use-gateways-as-timeservers?} is @code{#f}. These can contain a mixed combination of fully qualified domain names, IPv4 and IPv6 addresses."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21223
+#: guix-git/doc/guix.texi:21249
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{fallback-nameservers} (type: maybe-list)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:21227
+#: guix-git/doc/guix.texi:21253
msgid "List of fallback nameservers appended to the list of nameservers given by the service. The nameserver entries must be in numeric format, host names are ignored."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21228
+#: guix-git/doc/guix.texi:21254
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{default-auto-connect-technologies} (type: maybe-list)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:21233
+#: guix-git/doc/guix.texi:21259
msgid "List of technologies that are marked autoconnectable by default. The default value for this entry when empty is @code{\"ethernet\"}, @code{\"wifi\"}, @code{\"cellular\"}. Services that are automatically connected must have been set up and saved to storage beforehand."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21234
+#: guix-git/doc/guix.texi:21260
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{default-favourite-technologies} (type: maybe-list)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:21238
+#: guix-git/doc/guix.texi:21264
msgid "List of technologies that are marked favorite by default. The default value for this entry when empty is @code{\"ethernet\"}. Connects to services from this technology even if not setup and saved to storage."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21239
+#: guix-git/doc/guix.texi:21265
#, fuzzy, no-wrap
#| msgid "@code{settings} (default: @code{%default-sysctl-settings})"
msgid "@code{always-connected-technologies} (type: maybe-list)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:21244
+#: guix-git/doc/guix.texi:21270
msgid "List of technologies which are always connected regardless of preferred-technologies setting (@code{auto-connect?} @code{#t}). The default value is empty and this feature is disabled unless explicitly enabled."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21245
+#: guix-git/doc/guix.texi:21271
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{preferred-technologies} (type: maybe-list)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:21255
+#: guix-git/doc/guix.texi:21281
msgid "List of preferred technologies from the most preferred one to the least preferred one. Services of the listed technology type will be tried one by one in the order given, until one of them gets connected or they are all tried. A service of a preferred technology type in state 'ready' will get the default route when compared to another preferred type further down the list with state 'ready' or with a non-preferred type; a service of a preferred technology type in state 'online' will get the default route when compared to either a non-preferred type or a preferred type further down in the list."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21256
+#: guix-git/doc/guix.texi:21282
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{network-interface-blacklist} (type: maybe-list)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:21261
+#: guix-git/doc/guix.texi:21287
msgid "List of blacklisted network interfaces. Found interfaces will be compared to the list and will not be handled by ConnMan, if their first characters match any of the list entries. Default value is @code{\"vmnet\"}, @code{\"vboxnet\"}, @code{\"virbr\"}, @code{\"ifb\"}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21262
+#: guix-git/doc/guix.texi:21288
#, fuzzy, no-wrap
#| msgid "@code{discover?} (default: @code{#f})"
msgid "@code{allow-hostname-updates?} (type: maybe-boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:21265
+#: guix-git/doc/guix.texi:21291
msgid "Allow ConnMan to change the system hostname. This can happen for example if we receive DHCP hostname option. Default value is @code{#t}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21266
+#: guix-git/doc/guix.texi:21292
#, fuzzy, no-wrap
#| msgid "@code{discover?} (default: @code{#f})"
msgid "@code{allow-domainname-updates?} (type: maybe-boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:21270
+#: guix-git/doc/guix.texi:21296
msgid "Allow connman to change the system domainname. This can happen for example if we receive DHCP domainname option. Default value is @code{#t}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21271
+#: guix-git/doc/guix.texi:21297
#, fuzzy, no-wrap
#| msgid "@code{discover?} (default: @code{#f})"
msgid "@code{single-connected-technology?} (type: maybe-boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:21282
+#: guix-git/doc/guix.texi:21308
msgid "Keep only a single connected technology at any time. When a new service is connected by the user or a better one is found according to preferred-technologies, the new service is kept connected and all the other previously connected services are disconnected. With this setting it does not matter whether the previously connected services are in 'online' or 'ready' states, the newly connected service is the only one that will be kept connected. A service connected by the user will be used until going out of network coverage. With this setting enabled applications will notice more network breaks than normal. Note this options can't be used with VPNs. Default value is @code{#f}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21283
+#: guix-git/doc/guix.texi:21309
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{tethering-technologies} (type: maybe-list)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:21293
+#: guix-git/doc/guix.texi:21319
msgid "List of technologies that are allowed to enable tethering. The default value is @code{\"wifi\"}, @code{\"bluetooth\"}, @code{\"gadget\"}. Only those technologies listed here are used for tethering. If one wants to tether ethernet, then add @code{\"ethernet\"} in the list. Note that if ethernet tethering is enabled, then a DHCP server is started on all ethernet interfaces. Tethered ethernet should never be connected to corporate or home network as it will disrupt normal operation of these networks. Due to this ethernet is not tethered by default. Do not activate ethernet tethering unless you really know what you are doing."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21294
+#: guix-git/doc/guix.texi:21320
#, fuzzy, no-wrap
#| msgid "@code{discover?} (default: @code{#f})"
msgid "@code{persistent-tethering-mode?} (type: maybe-boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:21298
+#: guix-git/doc/guix.texi:21324
msgid "Restore earlier tethering status when returning from offline mode, re-enabling a technology, and after restarts and reboots. Default value is @code{#f}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21299
+#: guix-git/doc/guix.texi:21325
#, fuzzy, no-wrap
#| msgid "@code{discover?} (default: @code{#f})"
msgid "@code{enable-6to4?} (type: maybe-boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:21304
+#: guix-git/doc/guix.texi:21330
msgid "Automatically enable anycast 6to4 if possible. This is not recommended, as the use of 6to4 will generally lead to a severe degradation of connection quality. See RFC6343. Default value is @code{#f} (as recommended by RFC6343 section 4.1)."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21305
+#: guix-git/doc/guix.texi:21331
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{vendor-class-id} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:21309
+#: guix-git/doc/guix.texi:21335
msgid "Set DHCP option 60 (Vendor Class ID) to the given string. This option can be used by DHCP servers to identify specific clients without having to rely on MAC address ranges, etc."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21310
+#: guix-git/doc/guix.texi:21336
#, fuzzy, no-wrap
#| msgid "@code{discover?} (default: @code{#f})"
msgid "@code{enable-online-check?} (type: maybe-boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:21317
+#: guix-git/doc/guix.texi:21343
msgid "Enable or disable use of HTTP GET as an online status check. When a service is in a READY state, and is selected as default, ConnMan will issue an HTTP GET request to verify that end-to-end connectivity is successful. Only then the service will be transitioned to ONLINE state. If this setting is false, the default service will remain in READY state. Default value is @code{#t}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21318
+#: guix-git/doc/guix.texi:21344
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{online-check-ipv4-url} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:21322
+#: guix-git/doc/guix.texi:21348
msgid "IPv4 URL used during the online status check. Please refer to the README for more detailed information. Default value is @uref{http://ipv4.connman.net/online/status.html}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21323
+#: guix-git/doc/guix.texi:21349
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{online-check-ipv6-url} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:21327
+#: guix-git/doc/guix.texi:21353
msgid "IPv6 URL used during the online status check. Please refer to the README for more detailed information. Default value is @uref{http://ipv6.connman.net/online/status.html}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21328
+#: guix-git/doc/guix.texi:21354
#, fuzzy, no-wrap
#| msgid "@code{modules} (default: @code{%default-modules})"
msgid "@code{online-check-initial-interval} (type: maybe-number)"
msgstr "@code{modules} (default: @code{%default-modules})"
#. type: table
-#: guix-git/doc/guix.texi:21331 guix-git/doc/guix.texi:21335
+#: guix-git/doc/guix.texi:21357 guix-git/doc/guix.texi:21361
msgid "Range of intervals between two online check requests. Please refer to the README for more detailed information. Default value is @samp{1}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21332
+#: guix-git/doc/guix.texi:21358
#, fuzzy, no-wrap
#| msgid "@code{modules} (default: @code{%default-modules})"
msgid "@code{online-check-max-interval} (type: maybe-number)"
msgstr "@code{modules} (default: @code{%default-modules})"
#. type: item
-#: guix-git/doc/guix.texi:21336
+#: guix-git/doc/guix.texi:21362
#, fuzzy, no-wrap
#| msgid "@code{discover?} (default: @code{#f})"
msgid "@code{enable-online-to-ready-transition?} (type: maybe-boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:21347
+#: guix-git/doc/guix.texi:21373
msgid "WARNING: This is an experimental feature. In addition to @code{enable-online-check} setting, enable or disable use of HTTP GET to detect the loss of end-to-end connectivity. If this setting is @code{#f}, when the default service transitions to ONLINE state, the HTTP GET request is no more called until next cycle, initiated by a transition of the default service to DISCONNECT state. If this setting is @code{#t}, the HTTP GET request keeps being called to guarantee that end-to-end connectivity is still successful. If not, the default service will transition to READY state, enabling another service to become the default one, in replacement. Default value is @code{#f}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21348
+#: guix-git/doc/guix.texi:21374
#, fuzzy, no-wrap
#| msgid "@code{discover?} (default: @code{#f})"
msgid "@code{auto-connect-roaming-services?} (type: maybe-boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:21352
+#: guix-git/doc/guix.texi:21378
msgid "Automatically connect roaming services. This is not recommended unless you know you won't have any billing problem. Default value is @code{#f}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21353
+#: guix-git/doc/guix.texi:21379
#, fuzzy, no-wrap
#| msgid "@code{discover?} (default: @code{#f})"
msgid "@code{address-conflict-detection?} (type: maybe-boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:21362
+#: guix-git/doc/guix.texi:21388
msgid "Enable or disable the implementation of IPv4 address conflict detection according to RFC5227. ConnMan will send probe ARP packets to see if an IPv4 address is already in use before assigning the address to an interface. If an address conflict occurs for a statically configured address, an IPv4LL address will be chosen instead (according to RFC3927). If an address conflict occurs for an address offered via DHCP, ConnMan sends a DHCP DECLINE once and for the second conflict resorts to finding an IPv4LL address. Default value is @code{#f}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21363
+#: guix-git/doc/guix.texi:21389
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{localtime} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:21365
+#: guix-git/doc/guix.texi:21391
msgid "Path to localtime file. Defaults to @file{/etc/localtime}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21366
+#: guix-git/doc/guix.texi:21392
#, fuzzy, no-wrap
#| msgid "@code{discover?} (default: @code{#f})"
msgid "@code{regulatory-domain-follows-timezone?} (type: maybe-boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:21372
+#: guix-git/doc/guix.texi:21398
msgid "Enable regulatory domain to be changed along timezone changes. With this option set to true each time the timezone changes the first present ISO3166 country code is read from @file{/usr/share/zoneinfo/zone1970.tab} and set as regulatory domain value. Default value is @code{#f}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21373
+#: guix-git/doc/guix.texi:21399
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{resolv-conf} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:21379
+#: guix-git/doc/guix.texi:21405
msgid "Path to resolv.conf file. If the file does not exist, but intermediate directories exist, it will be created. If this option is not set, it tries to write into @file{/var/run/connman/resolv.conf} if it fails (@file{/var/run/connman} does not exist or is not writeable). If you do not want to update resolv.conf, you can set @file{/dev/null}."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:21384
+#: guix-git/doc/guix.texi:21410
#, no-wrap
msgid "WPA Supplicant"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:21385
+#: guix-git/doc/guix.texi:21411
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "wpa-supplicant-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:21389
+#: guix-git/doc/guix.texi:21415
msgid "This is the service type to run @url{https://w1.fi/wpa_supplicant/,WPA supplicant}, an authentication daemon required to authenticate against encrypted WiFi or ethernet networks."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:21391
+#: guix-git/doc/guix.texi:21417
#, no-wrap
msgid "{Data Type} wpa-supplicant-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:21393
+#: guix-git/doc/guix.texi:21419
msgid "Data type representing the configuration of WPA Supplicant."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:21395 guix-git/doc/guix.texi:39377
+#: guix-git/doc/guix.texi:21421 guix-git/doc/guix.texi:39406
msgid "It takes the following parameters:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21397
+#: guix-git/doc/guix.texi:21423
#, no-wrap
msgid "@code{wpa-supplicant} (default: @code{wpa-supplicant})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:21399
+#: guix-git/doc/guix.texi:21425
msgid "The WPA Supplicant package to use."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21400
+#: guix-git/doc/guix.texi:21426
#, no-wrap
msgid "@code{requirement} (default: @code{'(user-processes loopback syslogd)}"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:21402
+#: guix-git/doc/guix.texi:21428
msgid "List of services that should be started before WPA Supplicant starts."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21403
+#: guix-git/doc/guix.texi:21429
#, no-wrap
msgid "@code{dbus?} (default: @code{#t})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:21405
+#: guix-git/doc/guix.texi:21431
msgid "Whether to listen for requests on D-Bus."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21406
+#: guix-git/doc/guix.texi:21432
#, no-wrap
msgid "@code{pid-file} (default: @code{\"/var/run/wpa_supplicant.pid\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:21408
+#: guix-git/doc/guix.texi:21434
msgid "Where to store the PID file."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21409 guix-git/doc/guix.texi:37638
-#: guix-git/doc/guix.texi:37780
+#: guix-git/doc/guix.texi:21435 guix-git/doc/guix.texi:37667
+#: guix-git/doc/guix.texi:37809
#, no-wrap
msgid "@code{interface} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:21412
+#: guix-git/doc/guix.texi:21438
msgid "If this is set, it must specify the name of a network interface that WPA supplicant will control."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:21415
+#: guix-git/doc/guix.texi:21441
msgid "Optional configuration file to use."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:21418
+#: guix-git/doc/guix.texi:21444
msgid "List of additional command-line arguments to pass to the daemon."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:21421
+#: guix-git/doc/guix.texi:21447
#, no-wrap
msgid "ModemManager"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:21424
+#: guix-git/doc/guix.texi:21450
msgid "Some networking devices such as modems require special care, and this is what the services below focus on."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:21425
+#: guix-git/doc/guix.texi:21451
#, fuzzy, no-wrap
#| msgid "provenance-service-type"
msgid "modem-manager-service-type"
msgstr "provenance-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:21430
+#: guix-git/doc/guix.texi:21456
msgid "This is the service type for the @uref{https://wiki.gnome.org/Projects/ModemManager, ModemManager} service. The value for this service type is a @code{modem-manager-configuration} record."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:21435
+#: guix-git/doc/guix.texi:21461
#, no-wrap
msgid "{Data Type} modem-manager-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:21437
+#: guix-git/doc/guix.texi:21463
msgid "Data type representing the configuration of ModemManager."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21439
+#: guix-git/doc/guix.texi:21465
#, no-wrap
msgid "@code{modem-manager} (default: @code{modem-manager})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:21441
+#: guix-git/doc/guix.texi:21467
msgid "The ModemManager package to use."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:21445
+#: guix-git/doc/guix.texi:21471
#, no-wrap
msgid "USB_ModeSwitch"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:21446
+#: guix-git/doc/guix.texi:21472
#, no-wrap
msgid "Modeswitching"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:21448
+#: guix-git/doc/guix.texi:21474
#, fuzzy, no-wrap
#| msgid "shepherd-root-service-type"
msgid "usb-modeswitch-service-type"
msgstr "shepherd-root-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:21453
+#: guix-git/doc/guix.texi:21479
msgid "This is the service type for the @uref{https://www.draisberghof.de/usb_modeswitch/, USB_ModeSwitch} service. The value for this service type is a @code{usb-modeswitch-configuration} record."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:21459
+#: guix-git/doc/guix.texi:21485
msgid "When plugged in, some USB modems (and other USB devices) initially present themselves as a read-only storage medium and not as a modem. They need to be @dfn{modeswitched} before they are usable. The USB_ModeSwitch service type installs udev rules to automatically modeswitch these devices when they are plugged in."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:21464
+#: guix-git/doc/guix.texi:21490
#, no-wrap
msgid "{Data Type} usb-modeswitch-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:21466
+#: guix-git/doc/guix.texi:21492
msgid "Data type representing the configuration of USB_ModeSwitch."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21468
+#: guix-git/doc/guix.texi:21494
#, no-wrap
msgid "@code{usb-modeswitch} (default: @code{usb-modeswitch})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:21470
+#: guix-git/doc/guix.texi:21496
msgid "The USB_ModeSwitch package providing the binaries for modeswitching."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21471
+#: guix-git/doc/guix.texi:21497
#, no-wrap
msgid "@code{usb-modeswitch-data} (default: @code{usb-modeswitch-data})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:21474
+#: guix-git/doc/guix.texi:21500
msgid "The package providing the device data and udev rules file used by USB_ModeSwitch."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21475
+#: guix-git/doc/guix.texi:21501
#, no-wrap
msgid "@code{config-file} (default: @code{#~(string-append #$usb-modeswitch:dispatcher \"/etc/usb_modeswitch.conf\")})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:21480
+#: guix-git/doc/guix.texi:21506
msgid "Which config file to use for the USB_ModeSwitch dispatcher. By default the config file shipped with USB_ModeSwitch is used which disables logging to @file{/var/log} among other default settings. If set to @code{#f}, no config file is used."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:21494
+#: guix-git/doc/guix.texi:21520
msgid "The @code{(gnu services networking)} module discussed in the previous section provides services for more advanced setups: providing a DHCP service for others to use, filtering packets with iptables or nftables, running a WiFi access point with @command{hostapd}, running the @command{inetd} ``superdaemon'', and more. This section describes those."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:21495
+#: guix-git/doc/guix.texi:21521
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "dhcpd-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:21499
+#: guix-git/doc/guix.texi:21525
msgid "This type defines a service that runs a DHCP daemon. To create a service of this type, you must supply a @code{<dhcpd-configuration>}. For example:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:21505
+#: guix-git/doc/guix.texi:21531
#, no-wrap
msgid ""
"(service dhcpd-service-type\n"
@@ -41795,91 +41848,91 @@ msgid ""
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:21508
+#: guix-git/doc/guix.texi:21534
#, no-wrap
msgid "{Data Type} dhcpd-configuration"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:21515
+#: guix-git/doc/guix.texi:21541
msgid "The package that provides the DHCP daemon. This package is expected to provide the daemon at @file{sbin/dhcpd} relative to its output directory. The default package is the @uref{https://www.isc.org/dhcp/, ISC's DHCP server}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:21520
+#: guix-git/doc/guix.texi:21546
msgid "The configuration file to use. This is required. It will be passed to @code{dhcpd} via its @code{-cf} option. This may be any ``file-like'' object (@pxref{G-Expressions, file-like objects}). See @code{man dhcpd.conf} for details on the configuration file syntax."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21520
+#: guix-git/doc/guix.texi:21546
#, no-wrap
msgid "@code{version} (default: @code{\"4\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:21525
+#: guix-git/doc/guix.texi:21551
msgid "The DHCP version to use. The ISC DHCP server supports the values ``4'', ``6'', and ``4o6''. These correspond to the @code{dhcpd} program options @code{-4}, @code{-6}, and @code{-4o6}. See @code{man dhcpd} for details."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21525
+#: guix-git/doc/guix.texi:21551
#, no-wrap
msgid "@code{run-directory} (default: @code{\"/run/dhcpd\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:21528
+#: guix-git/doc/guix.texi:21554
msgid "The run directory to use. At service activation time, this directory will be created if it does not exist."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21528
+#: guix-git/doc/guix.texi:21554
#, no-wrap
msgid "@code{pid-file} (default: @code{\"/run/dhcpd/dhcpd.pid\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:21531
+#: guix-git/doc/guix.texi:21557
msgid "The PID file to use. This corresponds to the @code{-pf} option of @code{dhcpd}. See @code{man dhcpd} for details."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21531
+#: guix-git/doc/guix.texi:21557
#, no-wrap
msgid "@code{interfaces} (default: @code{'()})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:21537
+#: guix-git/doc/guix.texi:21563
msgid "The names of the network interfaces on which dhcpd should listen for broadcasts. If this list is not empty, then its elements (which must be strings) will be appended to the @code{dhcpd} invocation when starting the daemon. It may not be necessary to explicitly specify any interfaces here; see @code{man dhcpd} for details."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:21540
+#: guix-git/doc/guix.texi:21566
#, no-wrap
msgid "hostapd service, for Wi-Fi access points"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:21541
+#: guix-git/doc/guix.texi:21567
#, no-wrap
msgid "Wi-Fi access points, hostapd service"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:21542
+#: guix-git/doc/guix.texi:21568
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "hostapd-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:21547
+#: guix-git/doc/guix.texi:21573
msgid "This is the service type to run the @uref{https://w1.fi/hostapd/, hostapd} daemon to set up WiFi (IEEE 802.11) access points and authentication servers. Its associated value must be a @code{hostapd-configuration} as shown below:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:21555
+#: guix-git/doc/guix.texi:21581
#, no-wrap
msgid ""
";; Use wlan1 to run the access point for \"My Network\".\n"
@@ -41891,131 +41944,131 @@ msgid ""
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:21558
+#: guix-git/doc/guix.texi:21584
#, no-wrap
msgid "{Data Type} hostapd-configuration"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:21561
+#: guix-git/doc/guix.texi:21587
msgid "This data type represents the configuration of the hostapd service, with the following fields:"
msgstr "Этот тип данных представляет машины для сборки, на которые демон может разгружать сборки. Важные поля:"
#. type: item
-#: guix-git/doc/guix.texi:21563
+#: guix-git/doc/guix.texi:21589
#, no-wrap
msgid "@code{package} (default: @code{hostapd})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:21565
+#: guix-git/doc/guix.texi:21591
msgid "The hostapd package to use."
msgstr "Используемый пакет hostapd."
#. type: item
-#: guix-git/doc/guix.texi:21566
+#: guix-git/doc/guix.texi:21592
#, no-wrap
msgid "@code{interface} (default: @code{\"wlan0\"})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:21568
+#: guix-git/doc/guix.texi:21594
msgid "The network interface to run the WiFi access point."
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:21569
+#: guix-git/doc/guix.texi:21595
#, no-wrap
msgid "ssid"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:21572
+#: guix-git/doc/guix.texi:21598
msgid "The SSID (@dfn{service set identifier}), a string that identifies this network."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21573
+#: guix-git/doc/guix.texi:21599
#, no-wrap
msgid "@code{broadcast-ssid?} (default: @code{#t})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:21575
+#: guix-git/doc/guix.texi:21601
msgid "Whether to broadcast this SSID."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21576
+#: guix-git/doc/guix.texi:21602
#, no-wrap
msgid "@code{channel} (default: @code{1})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:21578
+#: guix-git/doc/guix.texi:21604
msgid "The WiFi channel to use."
msgstr "Используемый канал Wi-Fi."
#. type: item
-#: guix-git/doc/guix.texi:21579
+#: guix-git/doc/guix.texi:21605
#, no-wrap
msgid "@code{driver} (default: @code{\"nl80211\"})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:21583
+#: guix-git/doc/guix.texi:21609
msgid "The driver interface type. @code{\"nl80211\"} is used with all Linux mac80211 drivers. Use @code{\"none\"} if building hostapd as a standalone RADIUS server that does not control any wireless/wired driver."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21584 guix-git/doc/guix.texi:29001
-#: guix-git/doc/guix.texi:32505
+#: guix-git/doc/guix.texi:21610 guix-git/doc/guix.texi:29027
+#: guix-git/doc/guix.texi:32531
#, no-wrap
msgid "@code{extra-settings} (default: @code{\"\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:21588
+#: guix-git/doc/guix.texi:21614
msgid "Extra settings to append as-is to the hostapd configuration file. See @uref{https://w1.fi/cgit/hostap/plain/hostapd/hostapd.conf} for the configuration file reference."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:21591
+#: guix-git/doc/guix.texi:21617
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} simulated-wifi-service-type"
msgid "simulated-wifi-service-type"
msgstr "{Процедура Scheme} sane-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:21598
+#: guix-git/doc/guix.texi:21624
msgid "This is the type of a service to simulate WiFi networking, which can be useful in virtual machines for testing purposes. The service loads the Linux kernel @uref{https://www.kernel.org/doc/html/latest/networking/mac80211_hwsim/mac80211_hwsim.html, @code{mac80211_hwsim} module} and starts hostapd to create a pseudo WiFi network that can be seen on @code{wlan0}, by default."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:21600
+#: guix-git/doc/guix.texi:21626
msgid "The service's value is a @code{hostapd-configuration} record."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:21603
+#: guix-git/doc/guix.texi:21629
#, no-wrap
msgid "iptables"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:21604
+#: guix-git/doc/guix.texi:21630
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "iptables-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:21610
+#: guix-git/doc/guix.texi:21636
msgid "This is the service type to set up an iptables configuration. iptables is a packet filtering framework supported by the Linux kernel. This service supports configuring iptables for both IPv4 and IPv6. A simple example configuration rejecting all incoming connections except those to the ssh port 22 is shown below."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:21632
+#: guix-git/doc/guix.texi:21658
#, no-wrap
msgid ""
"(service iptables-service-type\n"
@@ -42041,244 +42094,244 @@ msgid ""
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:21635
+#: guix-git/doc/guix.texi:21661
#, no-wrap
msgid "{Data Type} iptables-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:21637
+#: guix-git/doc/guix.texi:21663
msgid "The data type representing the configuration of iptables."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21639
+#: guix-git/doc/guix.texi:21665
#, no-wrap
msgid "@code{iptables} (default: @code{iptables})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:21642
+#: guix-git/doc/guix.texi:21668
msgid "The iptables package that provides @code{iptables-restore} and @code{ip6tables-restore}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21642
+#: guix-git/doc/guix.texi:21668
#, no-wrap
msgid "@code{ipv4-rules} (default: @code{%iptables-accept-all-rules})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:21646
+#: guix-git/doc/guix.texi:21672
msgid "The iptables rules to use. It will be passed to @code{iptables-restore}. This may be any ``file-like'' object (@pxref{G-Expressions, file-like objects})."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21646
+#: guix-git/doc/guix.texi:21672
#, no-wrap
msgid "@code{ipv6-rules} (default: @code{%iptables-accept-all-rules})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:21650
+#: guix-git/doc/guix.texi:21676
msgid "The ip6tables rules to use. It will be passed to @code{ip6tables-restore}. This may be any ``file-like'' object (@pxref{G-Expressions, file-like objects})."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:21653
+#: guix-git/doc/guix.texi:21679
#, no-wrap
msgid "nftables"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:21654
+#: guix-git/doc/guix.texi:21680
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "nftables-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:21662
+#: guix-git/doc/guix.texi:21688
msgid "This is the service type to set up a nftables configuration. nftables is a netfilter project that aims to replace the existing iptables, ip6tables, arptables and ebtables framework. It provides a new packet filtering framework, a new user-space utility @command{nft}, and a compatibility layer for iptables. This service comes with a default ruleset @code{%default-nftables-ruleset} that rejecting all incoming connections except those to the ssh port 22. To use it, simply write:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:21665
+#: guix-git/doc/guix.texi:21691
#, no-wrap
msgid "(service nftables-service-type)\n"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:21668
+#: guix-git/doc/guix.texi:21694
#, no-wrap
msgid "{Data Type} nftables-configuration"
msgstr "{Тип данных} build-machine"
#. type: deftp
-#: guix-git/doc/guix.texi:21670
+#: guix-git/doc/guix.texi:21696
msgid "The data type representing the configuration of nftables."
msgstr "Управление конфигурацией операционной системы."
#. type: item
-#: guix-git/doc/guix.texi:21672
+#: guix-git/doc/guix.texi:21698
#, no-wrap
msgid "@code{package} (default: @code{nftables})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:21674
+#: guix-git/doc/guix.texi:21700
msgid "The nftables package that provides @command{nft}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21674
+#: guix-git/doc/guix.texi:21700
#, no-wrap
msgid "@code{ruleset} (default: @code{%default-nftables-ruleset})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:21677
+#: guix-git/doc/guix.texi:21703
msgid "The nftables ruleset to use. This may be any ``file-like'' object (@pxref{G-Expressions, file-like objects})."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:21680
+#: guix-git/doc/guix.texi:21706
#, no-wrap
msgid "NTP (Network Time Protocol), service"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:21681
+#: guix-git/doc/guix.texi:21707
#, no-wrap
msgid "ntpd, service for the Network Time Protocol daemon"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:21682
+#: guix-git/doc/guix.texi:21708
#, no-wrap
msgid "real time clock"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:21683
+#: guix-git/doc/guix.texi:21709
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "ntp-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:21687
+#: guix-git/doc/guix.texi:21713
msgid "This is the type of the service running the @uref{https://www.ntp.org, Network Time Protocol (NTP)} daemon, @command{ntpd}. The daemon will keep the system clock synchronized with that of the specified NTP servers."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:21690
+#: guix-git/doc/guix.texi:21716
msgid "The value of this service is an @code{ntpd-configuration} object, as described below."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:21692
+#: guix-git/doc/guix.texi:21718
#, no-wrap
msgid "{Data Type} ntp-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:21694
+#: guix-git/doc/guix.texi:21720
msgid "This is the data type for the NTP service configuration."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21696
+#: guix-git/doc/guix.texi:21722
#, no-wrap
msgid "@code{servers} (default: @code{%ntp-servers})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:21700
+#: guix-git/doc/guix.texi:21726
msgid "This is the list of servers (@code{<ntp-server>} records) with which @command{ntpd} will be synchronized. See the @code{ntp-server} data type definition below."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21701
+#: guix-git/doc/guix.texi:21727
#, no-wrap
msgid "@code{allow-large-adjustment?} (default: @code{#t})"
msgstr "@code{parallel-builds} (default: @code{1})"
#. type: table
-#: guix-git/doc/guix.texi:21704
+#: guix-git/doc/guix.texi:21730
msgid "This determines whether @command{ntpd} is allowed to make an initial adjustment of more than 1,000 seconds."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21705
+#: guix-git/doc/guix.texi:21731
#, no-wrap
msgid "@code{ntp} (default: @code{ntp})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:21707
+#: guix-git/doc/guix.texi:21733
msgid "The NTP package to use."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:21710
+#: guix-git/doc/guix.texi:21736
#, fuzzy, no-wrap
#| msgid "pam-services"
msgid "%ntp-servers"
msgstr "Базовые сервисы"
#. type: defvar
-#: guix-git/doc/guix.texi:21713
+#: guix-git/doc/guix.texi:21739
msgid "List of host names used as the default NTP servers. These are servers of the @uref{https://www.ntppool.org/en/, NTP Pool Project}."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:21715
+#: guix-git/doc/guix.texi:21741
#, no-wrap
msgid "{Data Type} ntp-server"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:21717
+#: guix-git/doc/guix.texi:21743
msgid "The data type representing the configuration of a NTP server."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21719
+#: guix-git/doc/guix.texi:21745
#, no-wrap
msgid "@code{type} (default: @code{'server})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:21722
+#: guix-git/doc/guix.texi:21748
msgid "The type of the NTP server, given as a symbol. One of @code{'pool}, @code{'server}, @code{'peer}, @code{'broadcast} or @code{'manycastclient}."
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:21723
+#: guix-git/doc/guix.texi:21749
#, no-wrap
msgid "address"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:21725
+#: guix-git/doc/guix.texi:21751
msgid "The address of the server, as a string."
msgstr "Порядок следования устройств имеет значение."
#. type: code{#1}
-#: guix-git/doc/guix.texi:21726 guix-git/doc/guix.texi:40694
-#: guix-git/doc/guix.texi:40714
+#: guix-git/doc/guix.texi:21752 guix-git/doc/guix.texi:40723
+#: guix-git/doc/guix.texi:40743
#, no-wrap
msgid "options"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:21731
+#: guix-git/doc/guix.texi:21757
msgid "NTPD options to use with that specific server, given as a list of option names and/or of option names and values tuples. The following example define a server to use with the options @option{iburst} and @option{prefer}, as well as @option{version} 3 and a @option{maxpoll} time of 16 seconds."
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:21737
+#: guix-git/doc/guix.texi:21763
#, no-wrap
msgid ""
"(ntp-server\n"
@@ -42288,25 +42341,25 @@ msgid ""
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:21741
+#: guix-git/doc/guix.texi:21767
#, no-wrap
msgid "OpenNTPD"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:21742
+#: guix-git/doc/guix.texi:21768
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "openntpd-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:21746
+#: guix-git/doc/guix.texi:21772
msgid "Run the @command{ntpd}, the Network Time Protocol (NTP) daemon, as implemented by @uref{http://www.openntpd.org, OpenNTPD}. The daemon will keep the system clock synchronized with that of the given servers."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:21755
+#: guix-git/doc/guix.texi:21781
#, no-wrap
msgid ""
"(service\n"
@@ -42320,138 +42373,138 @@ msgid ""
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:21759
+#: guix-git/doc/guix.texi:21785
#, no-wrap
msgid "%openntpd-servers"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:21762
+#: guix-git/doc/guix.texi:21788
msgid "This variable is a list of the server addresses defined in @code{%ntp-servers}."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:21764
+#: guix-git/doc/guix.texi:21790
#, no-wrap
msgid "{Data Type} openntpd-configuration"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21766
+#: guix-git/doc/guix.texi:21792
#, fuzzy, no-wrap
#| msgid "@code{ssl?} (default: @code{#t})"
msgid "@code{openntpd} (default: @code{openntpd})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:21768
+#: guix-git/doc/guix.texi:21794
#, fuzzy
#| msgid "The hostapd package to use."
msgid "The openntpd package to use."
msgstr "Используемый пакет hostapd."
#. type: item
-#: guix-git/doc/guix.texi:21768
+#: guix-git/doc/guix.texi:21794
#, no-wrap
msgid "@code{listen-on} (default: @code{'(\"127.0.0.1\" \"::1\")})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:21770
+#: guix-git/doc/guix.texi:21796
msgid "A list of local IP addresses or hostnames the ntpd daemon should listen on."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21770
+#: guix-git/doc/guix.texi:21796
#, no-wrap
msgid "@code{query-from} (default: @code{'()})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:21772
+#: guix-git/doc/guix.texi:21798
msgid "A list of local IP address the ntpd daemon should use for outgoing queries."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21772
+#: guix-git/doc/guix.texi:21798
#, no-wrap
msgid "@code{sensor} (default: @code{'()})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:21777
+#: guix-git/doc/guix.texi:21803
msgid "Specify a list of timedelta sensor devices ntpd should use. @code{ntpd} will listen to each sensor that actually exists and ignore non-existent ones. See @uref{https://man.openbsd.org/ntpd.conf, upstream documentation} for more information."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21777
+#: guix-git/doc/guix.texi:21803
#, no-wrap
msgid "@code{server} (default: @code{'()})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:21779
+#: guix-git/doc/guix.texi:21805
msgid "Specify a list of IP addresses or hostnames of NTP servers to synchronize to."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21779
+#: guix-git/doc/guix.texi:21805
#, no-wrap
msgid "@code{servers} (default: @code{%openntp-servers})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:21781
+#: guix-git/doc/guix.texi:21807
msgid "Specify a list of IP addresses or hostnames of NTP pools to synchronize to."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21781
+#: guix-git/doc/guix.texi:21807
#, no-wrap
msgid "@code{constraint-from} (default: @code{'()})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:21788
+#: guix-git/doc/guix.texi:21814
msgid "@code{ntpd} can be configured to query the ‘Date’ from trusted HTTPS servers via TLS. This time information is not used for precision but acts as an authenticated constraint, thereby reducing the impact of unauthenticated NTP man-in-the-middle attacks. Specify a list of URLs, IP addresses or hostnames of HTTPS servers to provide a constraint."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21788
+#: guix-git/doc/guix.texi:21814
#, no-wrap
msgid "@code{constraints-from} (default: @code{'()})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:21792
+#: guix-git/doc/guix.texi:21818
msgid "As with constraint from, specify a list of URLs, IP addresses or hostnames of HTTPS servers to provide a constraint. Should the hostname resolve to multiple IP addresses, @code{ntpd} will calculate a median constraint from all of them."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:21795
+#: guix-git/doc/guix.texi:21821
#, no-wrap
msgid "inetd"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:21796
+#: guix-git/doc/guix.texi:21822
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "inetd-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:21801
+#: guix-git/doc/guix.texi:21827
msgid "This service runs the @command{inetd} (@pxref{inetd invocation,,, inetutils, GNU Inetutils}) daemon. @command{inetd} listens for connections on internet sockets, and lazily starts the specified server program when a connection is made on one of these sockets."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:21807
+#: guix-git/doc/guix.texi:21833
msgid "The value of this service is an @code{inetd-configuration} object. The following example configures the @command{inetd} daemon to provide the built-in @command{echo} service, as well as an smtp service which forwards smtp traffic over ssh to a server @code{smtp-server} behind a gateway @code{hostname}:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:21830
+#: guix-git/doc/guix.texi:21856
#, no-wrap
msgid ""
"(service\n"
@@ -42478,303 +42531,303 @@ msgid ""
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:21833
+#: guix-git/doc/guix.texi:21859
msgid "See below for more details about @code{inetd-configuration}."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:21835
+#: guix-git/doc/guix.texi:21861
#, no-wrap
msgid "{Data Type} inetd-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:21837
+#: guix-git/doc/guix.texi:21863
msgid "Data type representing the configuration of @command{inetd}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21839
+#: guix-git/doc/guix.texi:21865
#, no-wrap
msgid "@code{program} (default: @code{(file-append inetutils \"/libexec/inetd\")})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:21841
+#: guix-git/doc/guix.texi:21867
msgid "The @command{inetd} executable to use."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21842 guix-git/doc/guix.texi:33365
+#: guix-git/doc/guix.texi:21868 guix-git/doc/guix.texi:33394
#, no-wrap
msgid "@code{entries} (default: @code{'()})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:21845
+#: guix-git/doc/guix.texi:21871
msgid "A list of @command{inetd} service entries. Each entry should be created by the @code{inetd-entry} constructor."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:21848
+#: guix-git/doc/guix.texi:21874
#, no-wrap
msgid "{Data Type} inetd-entry"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:21852
+#: guix-git/doc/guix.texi:21878
msgid "Data type representing an entry in the @command{inetd} configuration. Each entry corresponds to a socket where @command{inetd} will listen for requests."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21854
+#: guix-git/doc/guix.texi:21880
#, no-wrap
msgid "@code{node} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:21859
+#: guix-git/doc/guix.texi:21885
msgid "Optional string, a comma-separated list of local addresses @command{inetd} should use when listening for this service. @xref{Configuration file,,, inetutils, GNU Inetutils} for a complete description of all options."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:21861
+#: guix-git/doc/guix.texi:21887
msgid "A string, the name must correspond to an entry in @code{/etc/services}."
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:21861
+#: guix-git/doc/guix.texi:21887
#, no-wrap
msgid "socket-type"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:21864
+#: guix-git/doc/guix.texi:21890
msgid "One of @code{'stream}, @code{'dgram}, @code{'raw}, @code{'rdm} or @code{'seqpacket}."
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:21864
+#: guix-git/doc/guix.texi:21890
#, no-wrap
msgid "protocol"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:21866
+#: guix-git/doc/guix.texi:21892
msgid "A string, must correspond to an entry in @code{/etc/protocols}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21866
+#: guix-git/doc/guix.texi:21892
#, no-wrap
msgid "@code{wait?} (default: @code{#t})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:21869
+#: guix-git/doc/guix.texi:21895
msgid "Whether @command{inetd} should wait for the server to exit before listening to new service requests."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:21874
+#: guix-git/doc/guix.texi:21900
msgid "A string containing the user (and, optionally, group) name of the user as whom the server should run. The group name can be specified in a suffix, separated by a colon or period, i.e.@: @code{\"user\"}, @code{\"user:group\"} or @code{\"user.group\"}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21874
+#: guix-git/doc/guix.texi:21900
#, no-wrap
msgid "@code{program} (default: @code{\"internal\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:21877
+#: guix-git/doc/guix.texi:21903
msgid "The server program which will serve the requests, or @code{\"internal\"} if @command{inetd} should use a built-in service."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:21882
+#: guix-git/doc/guix.texi:21908
msgid "A list strings or file-like objects, which are the server program's arguments, starting with the zeroth argument, i.e.@: the name of the program itself. For @command{inetd}'s internal services, this entry must be @code{'()} or @code{'(\"internal\")}."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:21886
+#: guix-git/doc/guix.texi:21912
msgid "@xref{Configuration file,,, inetutils, GNU Inetutils} for a more detailed discussion of each configuration field."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:21888
+#: guix-git/doc/guix.texi:21914
#, no-wrap
msgid "opendht, distributed hash table network service"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:21889
+#: guix-git/doc/guix.texi:21915
#, no-wrap
msgid "dhtproxy, for use with jami"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:21890
+#: guix-git/doc/guix.texi:21916
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "opendht-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:21895
+#: guix-git/doc/guix.texi:21921
msgid "This is the type of the service running a @uref{https://opendht.net, OpenDHT} node, @command{dhtnode}. The daemon can be used to host your own proxy service to the distributed hash table (DHT), for example to connect to with Jami, among other applications."
msgstr ""
#. type: quotation
-#: guix-git/doc/guix.texi:21905
+#: guix-git/doc/guix.texi:21931
msgid "When using the OpenDHT proxy server, the IP addresses it ``sees'' from the clients should be addresses reachable from other peers. In practice this means that a publicly reachable address is best suited for a proxy server, outside of your private network. For example, hosting the proxy server on a IPv4 private local network and exposing it via port forwarding could work for external peers, but peers local to the proxy would have their private addresses shared with the external peers, leading to connectivity problems."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:21909
+#: guix-git/doc/guix.texi:21935
msgid "The value of this service is a @code{opendht-configuration} object, as described below."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:21914
+#: guix-git/doc/guix.texi:21940
#, no-wrap
msgid "{Data Type} opendht-configuration"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:21916
+#: guix-git/doc/guix.texi:21942
msgid "Available @code{opendht-configuration} fields are:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21918
+#: guix-git/doc/guix.texi:21944
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{opendht} (default: @code{opendht}) (type: file-like)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:21920
+#: guix-git/doc/guix.texi:21946
msgid "The @code{opendht} package to use."
msgstr "Используемый пакет @code{webssh}."
#. type: item
-#: guix-git/doc/guix.texi:21921
+#: guix-git/doc/guix.texi:21947
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{peer-discovery?} (default: @code{#f}) (type: boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:21923
+#: guix-git/doc/guix.texi:21949
msgid "Whether to enable the multicast local peer discovery mechanism."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21924
+#: guix-git/doc/guix.texi:21950
#, fuzzy, no-wrap
#| msgid "@code{enabled?} (default: @code{#t})"
msgid "@code{enable-logging?} (default: @code{#f}) (type: boolean)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:21927
+#: guix-git/doc/guix.texi:21953
msgid "Whether to enable logging messages to syslog. It is disabled by default as it is rather verbose."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21928 guix-git/doc/guix.texi:23467
-#: guix-git/doc/guix.texi:28507 guix-git/doc/guix.texi:29201
+#: guix-git/doc/guix.texi:21954 guix-git/doc/guix.texi:23493
+#: guix-git/doc/guix.texi:28533 guix-git/doc/guix.texi:29227
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{debug?} (default: @code{#f}) (type: boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:21931
+#: guix-git/doc/guix.texi:21957
msgid "Whether to enable debug-level logging messages. This has no effect if logging is disabled."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21932
+#: guix-git/doc/guix.texi:21958
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{bootstrap-host} (default: @code{\"bootstrap.jami.net:4222\"}) (type: maybe-string)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:21939
+#: guix-git/doc/guix.texi:21965
msgid "The node host name that is used to make the first connection to the network. A specific port value can be provided by appending the @code{:PORT} suffix. By default, it uses the Jami bootstrap nodes, but any host can be specified here. It's also possible to disable bootstrapping by explicitly setting this field to the @code{%unset-value} value."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21940
+#: guix-git/doc/guix.texi:21966
#, fuzzy, no-wrap
#| msgid "@code{port} (default: @code{5432})"
msgid "@code{port} (default: @code{4222}) (type: maybe-number)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:21943
+#: guix-git/doc/guix.texi:21969
msgid "The UDP port to bind to. When left unspecified, an available port is automatically selected."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21944
+#: guix-git/doc/guix.texi:21970
#, fuzzy, no-wrap
#| msgid "@code{modules} (default: @code{%default-modules})"
msgid "@code{proxy-server-port} (type: maybe-number)"
msgstr "@code{modules} (default: @code{%default-modules})"
#. type: table
-#: guix-git/doc/guix.texi:21946
+#: guix-git/doc/guix.texi:21972
msgid "Spawn a proxy server listening on the specified port."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21947
+#: guix-git/doc/guix.texi:21973
#, fuzzy, no-wrap
#| msgid "@code{modules} (default: @code{%default-modules})"
msgid "@code{proxy-server-port-tls} (type: maybe-number)"
msgstr "@code{modules} (default: @code{%default-modules})"
#. type: table
-#: guix-git/doc/guix.texi:21949
+#: guix-git/doc/guix.texi:21975
msgid "Spawn a proxy server listening to TLS connections on the specified port."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:21953
+#: guix-git/doc/guix.texi:21979
#, no-wrap
msgid "Tor"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:21954
+#: guix-git/doc/guix.texi:21980
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "tor-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:21959
+#: guix-git/doc/guix.texi:21985
msgid "Type for a service that runs the @uref{https://torproject.org, Tor} anonymous networking daemon. The service is configured using a @code{<tor-configuration>} record. By default, the Tor daemon runs as the @code{tor} unprivileged user, which is a member of the @code{tor} group."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:21960
+#: guix-git/doc/guix.texi:21986
#, fuzzy, no-wrap
#| msgid "Monitoring services."
msgid "onion services, for Tor"
msgstr "Сервисы мониторинга."
#. type: defvar
-#: guix-git/doc/guix.texi:21964
+#: guix-git/doc/guix.texi:21990
msgid "Services of this type can be extended by other services to specify @dfn{onion services} (in addition to those already specified in @code{tor-configuration}) as in this example:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:21970
+#: guix-git/doc/guix.texi:21996
#, fuzzy, no-wrap
#| msgid ""
#| "(service-extension postgresql-role-service-type\n"
@@ -42793,120 +42846,120 @@ msgstr ""
" (create-database? #t))))\n"
#. type: deftp
-#: guix-git/doc/guix.texi:21973
+#: guix-git/doc/guix.texi:21999
#, no-wrap
msgid "{Data Type} tor-configuration"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21975
+#: guix-git/doc/guix.texi:22001
#, no-wrap
msgid "@code{tor} (default: @code{tor})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:21980
+#: guix-git/doc/guix.texi:22006
msgid "The package that provides the Tor daemon. This package is expected to provide the daemon at @file{bin/tor} relative to its output directory. The default package is the @uref{https://www.torproject.org, Tor Project's} implementation."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21981
+#: guix-git/doc/guix.texi:22007
#, no-wrap
msgid "@code{config-file} (default: @code{(plain-file \"empty\" \"\")})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:21987
+#: guix-git/doc/guix.texi:22013
msgid "The configuration file to use. It will be appended to a default configuration file, and the final configuration file will be passed to @code{tor} via its @code{-f} option. This may be any ``file-like'' object (@pxref{G-Expressions, file-like objects}). See @code{man tor} for details on the configuration file syntax."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21988
+#: guix-git/doc/guix.texi:22014
#, no-wrap
msgid "@code{hidden-services} (default: @code{'()})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:21993
+#: guix-git/doc/guix.texi:22019
msgid "The list of @code{<tor-onion-service-configuration>} records to use. For any onion service you include in this list, appropriate configuration to enable the onion service will be automatically added to the default configuration file."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:21994
+#: guix-git/doc/guix.texi:22020
#, no-wrap
msgid "@code{socks-socket-type} (default: @code{'tcp})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:22001
+#: guix-git/doc/guix.texi:22027
msgid "The default socket type that Tor should use for its SOCKS socket. This must be either @code{'tcp} or @code{'unix}. If it is @code{'tcp}, then by default Tor will listen on TCP port 9050 on the loopback interface (i.e., localhost). If it is @code{'unix}, then Tor will listen on the UNIX domain socket @file{/var/run/tor/socks-sock}, which will be made writable by members of the @code{tor} group."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:22006
+#: guix-git/doc/guix.texi:22032
msgid "If you want to customize the SOCKS socket in more detail, leave @code{socks-socket-type} at its default value of @code{'tcp} and use @code{config-file} to override the default by providing your own @code{SocksPort} option."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22007
+#: guix-git/doc/guix.texi:22033
#, no-wrap
msgid "@code{control-socket?} (default: @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:22013
+#: guix-git/doc/guix.texi:22039
msgid "Whether or not to provide a ``control socket'' by which Tor can be controlled to, for instance, dynamically instantiate tor onion services. If @code{#t}, Tor will listen for control commands on the UNIX domain socket @file{/var/run/tor/control-sock}, which will be made writable by members of the @code{tor} group."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:22017
+#: guix-git/doc/guix.texi:22043
#, fuzzy, no-wrap
#| msgid "Monitoring services."
msgid "onion service, tor"
msgstr "Сервисы мониторинга."
#. type: deftp
-#: guix-git/doc/guix.texi:22018
+#: guix-git/doc/guix.texi:22044
#, fuzzy, no-wrap
#| msgid "{Data Type} auditd-configuration"
msgid "{Data Type} tor-onion-service-configuration"
msgstr "{Тип данных} build-machine"
#. type: deftp
-#: guix-git/doc/guix.texi:22023
+#: guix-git/doc/guix.texi:22049
msgid "Data Type representing a Tor @dfn{Onion Service} configuration. See @url{https://community.torproject.org/onion-services/, the Tor project's documentation} for more information. Available @code{tor-onion-service-configuration} fields are:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22025 guix-git/doc/guix.texi:23733
-#: guix-git/doc/guix.texi:35832 guix-git/doc/guix.texi:41411
-#: guix-git/doc/guix.texi:41425 guix-git/doc/guix.texi:41523
-#: guix-git/doc/guix.texi:41619 guix-git/doc/guix.texi:46156
-#: guix-git/doc/guix.texi:46933
+#: guix-git/doc/guix.texi:22051 guix-git/doc/guix.texi:23759
+#: guix-git/doc/guix.texi:35861 guix-git/doc/guix.texi:41440
+#: guix-git/doc/guix.texi:41454 guix-git/doc/guix.texi:41552
+#: guix-git/doc/guix.texi:41648 guix-git/doc/guix.texi:46185
+#: guix-git/doc/guix.texi:46962
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{name} (type: string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:22030
+#: guix-git/doc/guix.texi:22056
msgid "Name for this Onion Service. This creates a @file{/var/lib/tor/hidden-services/@var{name}} directory, where the @file{hostname} file contains the @indicateurl{.onion} host name for this Onion Service."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22031
+#: guix-git/doc/guix.texi:22057
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{mapping} (type: alist)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:22033
+#: guix-git/doc/guix.texi:22059
msgid "Association list of port to address mappings. The following example:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:22036
+#: guix-git/doc/guix.texi:22062
#, no-wrap
msgid ""
"'((22 . \"127.0.0.1:22\")\n"
@@ -42914,34 +42967,34 @@ msgid ""
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:22038
+#: guix-git/doc/guix.texi:22064
msgid "maps ports 22 and 80 of the Onion Service to the local ports 22 and 8080."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:22043
+#: guix-git/doc/guix.texi:22069
msgid "The @code{(gnu services rsync)} module provides the following services:"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:22047
+#: guix-git/doc/guix.texi:22073
msgid "You might want an rsync daemon if you have files that you want available so anyone (or just yourself) can download existing files or upload new files."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:22048
+#: guix-git/doc/guix.texi:22074
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "rsync-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:22052
+#: guix-git/doc/guix.texi:22078
msgid "This is the service type for the @uref{https://rsync.samba.org, rsync} daemon, The value for this service type is a @command{rsync-configuration} record as in this example:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:22065
+#: guix-git/doc/guix.texi:22091
#, no-wrap
msgid ""
";; Export two directories over rsync. By default rsync listens on\n"
@@ -42958,258 +43011,258 @@ msgid ""
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:22068
+#: guix-git/doc/guix.texi:22094
msgid "See below for details about @code{rsync-configuration}."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:22070
+#: guix-git/doc/guix.texi:22096
#, no-wrap
msgid "{Data Type} rsync-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:22072
+#: guix-git/doc/guix.texi:22098
msgid "Data type representing the configuration for @code{rsync-service}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22074
+#: guix-git/doc/guix.texi:22100
#, no-wrap
msgid "@code{package} (default: @var{rsync})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:22076
+#: guix-git/doc/guix.texi:22102
msgid "@code{rsync} package to use."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22077 guix-git/doc/guix.texi:37872
+#: guix-git/doc/guix.texi:22103 guix-git/doc/guix.texi:37901
#, no-wrap
msgid "@code{address} (default: @code{#f})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:22080
+#: guix-git/doc/guix.texi:22106
msgid "IP address on which @command{rsync} listens for incoming connections. If unspecified, it defaults to listening on all available addresses."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22081
+#: guix-git/doc/guix.texi:22107
#, no-wrap
msgid "@code{port-number} (default: @code{873})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:22085
+#: guix-git/doc/guix.texi:22111
msgid "TCP port on which @command{rsync} listens for incoming connections. If port is less than @code{1024} @command{rsync} needs to be started as the @code{root} user and group."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22086
+#: guix-git/doc/guix.texi:22112
#, no-wrap
msgid "@code{pid-file} (default: @code{\"/var/run/rsyncd/rsyncd.pid\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:22088
+#: guix-git/doc/guix.texi:22114
msgid "Name of the file where @command{rsync} writes its PID."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22089
+#: guix-git/doc/guix.texi:22115
#, no-wrap
msgid "@code{lock-file} (default: @code{\"/var/run/rsyncd/rsyncd.lock\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:22091
+#: guix-git/doc/guix.texi:22117
msgid "Name of the file where @command{rsync} writes its lock file."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22092
+#: guix-git/doc/guix.texi:22118
#, no-wrap
msgid "@code{log-file} (default: @code{\"/var/log/rsyncd.log\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:22094
+#: guix-git/doc/guix.texi:22120
msgid "Name of the file where @command{rsync} writes its log file."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22095 guix-git/doc/guix.texi:43422
+#: guix-git/doc/guix.texi:22121 guix-git/doc/guix.texi:43451
#, no-wrap
msgid "@code{user} (default: @code{\"root\"})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:22097
+#: guix-git/doc/guix.texi:22123
msgid "Owner of the @code{rsync} process."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22098
+#: guix-git/doc/guix.texi:22124
#, fuzzy, no-wrap
#| msgid "@code{group} (default: @code{\"agate\"})"
msgid "@code{group} (default: @code{\"root\"})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:22100
+#: guix-git/doc/guix.texi:22126
msgid "Group of the @code{rsync} process."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22101
+#: guix-git/doc/guix.texi:22127
#, fuzzy, no-wrap
#| msgid "@code{user} (default: @code{\"root\"})"
msgid "@code{uid} (default: @code{\"rsyncd\"})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:22104
+#: guix-git/doc/guix.texi:22130
msgid "User name or user ID that file transfers to and from that module should take place as when the daemon was run as @code{root}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22105
+#: guix-git/doc/guix.texi:22131
#, fuzzy, no-wrap
#| msgid "@code{size} (default @code{\"1G\"})"
msgid "@code{gid} (default: @code{\"rsyncd\"})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:22107 guix-git/doc/guix.texi:22639
+#: guix-git/doc/guix.texi:22133 guix-git/doc/guix.texi:22665
msgid "Group name or group ID that will be used when accessing the module."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22108 guix-git/doc/guix.texi:44259
+#: guix-git/doc/guix.texi:22134 guix-git/doc/guix.texi:44288
#, no-wrap
msgid "@code{modules} (default: @code{%default-modules})"
msgstr "@code{modules} (default: @code{%default-modules})"
#. type: table
-#: guix-git/doc/guix.texi:22111
+#: guix-git/doc/guix.texi:22137
msgid "List of ``modules''---i.e., directories exported over rsync. Each element must be a @code{rsync-module} record, as described below."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:22114
+#: guix-git/doc/guix.texi:22140
#, fuzzy, no-wrap
#| msgid "{Data Type} postgresql-role"
msgid "{Data Type} rsync-module"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:22117
+#: guix-git/doc/guix.texi:22143
msgid "This is the data type for rsync ``modules''. A module is a directory exported over the rsync protocol. The available fields are as follows:"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:22123
+#: guix-git/doc/guix.texi:22149
msgid "The module name. This is the name that shows up in URLs. For example, if the module is called @code{music}, the corresponding URL will be @code{rsync://host.example.org/music}."
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:22124
+#: guix-git/doc/guix.texi:22150
#, fuzzy, no-wrap
#| msgid "source-file-name"
msgid "file-name"
msgstr "source-file-name"
#. type: table
-#: guix-git/doc/guix.texi:22126
+#: guix-git/doc/guix.texi:22152
#, fuzzy
#| msgid "Return the directory name of the store."
msgid "Name of the directory being exported."
msgstr "Проверить целостность склада."
#. type: table
-#: guix-git/doc/guix.texi:22130
+#: guix-git/doc/guix.texi:22156
msgid "Comment associated with the module. Client user interfaces may display it when they obtain the list of available modules."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22131
+#: guix-git/doc/guix.texi:22157
#, fuzzy, no-wrap
#| msgid "@code{enabled?} (default: @code{#t})"
msgid "@code{read-only?} (default: @code{#t})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:22135
+#: guix-git/doc/guix.texi:22161
msgid "Whether or not client will be able to upload files. If this is false, the uploads will be authorized if permissions on the daemon side permit it."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22136
+#: guix-git/doc/guix.texi:22162
#, fuzzy, no-wrap
#| msgid "@code{cert} (default: @code{#f})"
msgid "@code{chroot?} (default: @code{#t})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:22140
+#: guix-git/doc/guix.texi:22166
msgid "When this is true, the rsync daemon changes root to the module's directory before starting file transfers with the client. This improves security, but requires rsync to run as root."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22141
+#: guix-git/doc/guix.texi:22167
#, no-wrap
msgid "@code{timeout} (default: @code{300})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:22144
+#: guix-git/doc/guix.texi:22170
msgid "Idle time in seconds after which the daemon closes a connection with the client."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:22147 guix-git/doc/guix.texi:47076
+#: guix-git/doc/guix.texi:22173 guix-git/doc/guix.texi:47105
#, no-wrap
msgid "Syncthing, file synchronization service"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:22148 guix-git/doc/guix.texi:47077
+#: guix-git/doc/guix.texi:22174 guix-git/doc/guix.texi:47106
#, no-wrap
msgid "backup service, Syncthing"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:22150
+#: guix-git/doc/guix.texi:22176
msgid "The @code{(gnu services syncthing)} module provides the following services:"
msgstr "Модуль @code{(guix inferior)} предоставляет следующие процедуры для работы с ранними версиями:"
#. type: cindex
-#: guix-git/doc/guix.texi:22150
+#: guix-git/doc/guix.texi:22176
#, no-wrap
msgid "syncthing"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:22155
+#: guix-git/doc/guix.texi:22181
msgid "You might want a syncthing daemon if you have files between two or more computers and want to sync them in real time, safely protected from prying eyes."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:22156
+#: guix-git/doc/guix.texi:22182
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "syncthing-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:22160
+#: guix-git/doc/guix.texi:22186
msgid "This is the service type for the @uref{https://syncthing.net/, syncthing} daemon, The value for this service type is a @command{syncthing-configuration} record as in this example:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:22164
+#: guix-git/doc/guix.texi:22190
#, no-wrap
msgid ""
"(service syncthing-service-type\n"
@@ -43219,335 +43272,335 @@ msgstr ""
" (openssh-configuration))\n"
#. type: quotation
-#: guix-git/doc/guix.texi:22170
+#: guix-git/doc/guix.texi:22196
msgid "This service is also available for Guix Home, where it runs directly with your user privileges (@pxref{Networking Home Services, @code{home-syncthing-service-type}})."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:22173
+#: guix-git/doc/guix.texi:22199
msgid "See below for details about @code{syncthing-configuration}."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:22175
+#: guix-git/doc/guix.texi:22201
#, no-wrap
msgid "{Data Type} syncthing-configuration"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:22177
+#: guix-git/doc/guix.texi:22203
msgid "Data type representing the configuration for @code{syncthing-service-type}."
msgstr "Управление конфигурацией операционной системы."
#. type: item
-#: guix-git/doc/guix.texi:22179
+#: guix-git/doc/guix.texi:22205
#, no-wrap
msgid "@code{syncthing} (default: @var{syncthing})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:22181
+#: guix-git/doc/guix.texi:22207
msgid "@code{syncthing} package to use."
msgstr "пакет @code{syncthing} для использования."
#. type: item
-#: guix-git/doc/guix.texi:22182
+#: guix-git/doc/guix.texi:22208
#, no-wrap
msgid "@code{arguments} (default: @var{'()})"
msgstr "@code{arguments} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:22184
+#: guix-git/doc/guix.texi:22210
msgid "List of command-line arguments passing to @code{syncthing} binary."
msgstr "Список флагов командной строки, которые следует передать команде @code{patch}."
#. type: item
-#: guix-git/doc/guix.texi:22185
+#: guix-git/doc/guix.texi:22211
#, no-wrap
msgid "@code{logflags} (default: @var{0})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:22188
+#: guix-git/doc/guix.texi:22214
msgid "Sum of logging flags, see @uref{https://docs.syncthing.net/users/syncthing.html#cmdoption-logflags, Syncthing documentation logflags}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22189
+#: guix-git/doc/guix.texi:22215
#, no-wrap
msgid "@code{user} (default: @var{#f})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:22192
+#: guix-git/doc/guix.texi:22218
msgid "The user as which the Syncthing service is to be run. This assumes that the specified user exists."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22193
+#: guix-git/doc/guix.texi:22219
#, no-wrap
msgid "@code{group} (default: @var{\"users\"})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:22196
+#: guix-git/doc/guix.texi:22222
msgid "The group as which the Syncthing service is to be run. This assumes that the specified group exists."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22197
+#: guix-git/doc/guix.texi:22223
#, no-wrap
msgid "@code{home} (default: @var{#f})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:22200
+#: guix-git/doc/guix.texi:22226
msgid "Common configuration and data directory. The default configuration directory is @file{$HOME} of the specified Syncthing @code{user}."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:22205
+#: guix-git/doc/guix.texi:22231
msgid "Furthermore, @code{(gnu services ssh)} provides the following services."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:22205 guix-git/doc/guix.texi:22274
-#: guix-git/doc/guix.texi:43566
+#: guix-git/doc/guix.texi:22231 guix-git/doc/guix.texi:22300
+#: guix-git/doc/guix.texi:43595
#, no-wrap
msgid "SSH"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:22206 guix-git/doc/guix.texi:22275
-#: guix-git/doc/guix.texi:43567
+#: guix-git/doc/guix.texi:22232 guix-git/doc/guix.texi:22301
+#: guix-git/doc/guix.texi:43596
#, no-wrap
msgid "SSH server"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:22208
+#: guix-git/doc/guix.texi:22234
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "lsh-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:22212
+#: guix-git/doc/guix.texi:22238
msgid "Type of the service that runs the GNU@tie{}lsh secure shell (SSH) daemon, @command{lshd}. The value for this service is a @code{<lsh-configuration>} object."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:22214
+#: guix-git/doc/guix.texi:22240
#, fuzzy, no-wrap
#| msgid "{Data Type} nfs-configuration"
msgid "{Data Type} lsh-configuration"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:22216
+#: guix-git/doc/guix.texi:22242
#, fuzzy
#| msgid "Data type representing the configuration of @command{radicale}."
msgid "Data type representing the configuration of @command{lshd}."
msgstr "Управление конфигурацией операционной системы."
#. type: item
-#: guix-git/doc/guix.texi:22218
+#: guix-git/doc/guix.texi:22244
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{lsh} (default: @code{lsh}) (type: file-like)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:22220
+#: guix-git/doc/guix.texi:22246
#, fuzzy
#| msgid "The package object of the Agate server."
msgid "The package object of the GNU@tie{}lsh secure shell (SSH) daemon."
msgstr "Пакет для использования."
#. type: item
-#: guix-git/doc/guix.texi:22221
+#: guix-git/doc/guix.texi:22247
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{daemonic?} (default: @code{#t}) (type: boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:22223
+#: guix-git/doc/guix.texi:22249
msgid "Whether to detach from the controlling terminal."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22224
+#: guix-git/doc/guix.texi:22250
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{host-key} (default: @code{\"/etc/lsh/host-key\"}) (type: string)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:22227
+#: guix-git/doc/guix.texi:22253
msgid "File containing the @dfn{host key}. This file must be readable by root only."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22228
+#: guix-git/doc/guix.texi:22254
#, fuzzy, no-wrap
#| msgid "@code{extra-environment} (default: @code{#~'()})"
msgid "@code{interfaces} (default: @code{'()}) (type: list)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:22232
+#: guix-git/doc/guix.texi:22258
msgid "List of host names or addresses that @command{lshd} will listen on. If empty, @command{lshd} listens for connections on all the network interfaces."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22233
+#: guix-git/doc/guix.texi:22259
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{port-number} (default: @code{22}) (type: integer)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:22235
+#: guix-git/doc/guix.texi:22261
msgid "Port to listen on."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22236 guix-git/doc/guix.texi:23464
+#: guix-git/doc/guix.texi:22262 guix-git/doc/guix.texi:23490
#, fuzzy, no-wrap
#| msgid "@code{auto-start?} (default: @code{#t})"
msgid "@code{allow-empty-passwords?} (default: @code{#f}) (type: boolean)"
msgstr "@code{auto-start?} (default: @code{#t})"
#. type: table
-#: guix-git/doc/guix.texi:22238
+#: guix-git/doc/guix.texi:22264
msgid "Whether to accept log-ins with empty passwords."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22239
+#: guix-git/doc/guix.texi:22265
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{root-login?} (default: @code{#f}) (type: boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:22241
+#: guix-git/doc/guix.texi:22267
#, fuzzy
#| msgid "Whether to use a snippet, or a build phase."
msgid "Whether to accept log-ins as root."
msgstr "Где использовать сниппет, а где фазу сборки."
#. type: item
-#: guix-git/doc/guix.texi:22242
+#: guix-git/doc/guix.texi:22268
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{syslog-output?} (default: @code{#t}) (type: boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:22245
+#: guix-git/doc/guix.texi:22271
msgid "Whether to log @command{lshd} standard output to syslogd. This will make the service depend on the existence of a syslogd service."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22246
+#: guix-git/doc/guix.texi:22272
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{pid-file?} (default: @code{#f}) (type: boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:22249
+#: guix-git/doc/guix.texi:22275
msgid "When @code{#t}, @command{lshd} writes its PID to the file specified in @var{pid-file}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22250
+#: guix-git/doc/guix.texi:22276
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{pid-file} (default: @code{\"/var/run/lshd.pid\"}) (type: string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:22252
+#: guix-git/doc/guix.texi:22278
msgid "File that @command{lshd} will write its PID to."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22253
+#: guix-git/doc/guix.texi:22279
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{x11-forwarding?} (default: @code{#t}) (type: boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:22255
+#: guix-git/doc/guix.texi:22281
msgid "Whether to enable X11 forwarding."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22256
+#: guix-git/doc/guix.texi:22282
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{tcp/ip-forwarding?} (default: @code{#t}) (type: boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:22258
+#: guix-git/doc/guix.texi:22284
msgid "Whether to enable TCP/IP forwarding."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22259
+#: guix-git/doc/guix.texi:22285
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{password-authentication?} (default: @code{#t}) (type: boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:22261
+#: guix-git/doc/guix.texi:22287
msgid "Whether to accept log-ins using password authentication."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22262
+#: guix-git/doc/guix.texi:22288
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{public-key-authentication?} (default: @code{#t}) (type: boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:22264
+#: guix-git/doc/guix.texi:22290
msgid "Whether to accept log-ins using public key authentication."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22265
+#: guix-git/doc/guix.texi:22291
#, fuzzy, no-wrap
#| msgid "@code{enabled?} (default: @code{#t})"
msgid "@code{initialize?} (default: @code{#t}) (type: boolean)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:22270
+#: guix-git/doc/guix.texi:22296
msgid "When @code{#f}, it is up to the user to initialize the randomness generator (@pxref{lsh-make-seed,,, lsh, LSH Manual}), and to create a key pair with the private key stored in file @var{host-key} (@pxref{lshd basics,,, lsh, LSH Manual})."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:22276
+#: guix-git/doc/guix.texi:22302
#, fuzzy, no-wrap
#| msgid "(service openssh-service-type)\n"
msgid "openssh-service-type"
msgstr "(service openssh-service-type)\n"
#. type: defvar
-#: guix-git/doc/guix.texi:22280
+#: guix-git/doc/guix.texi:22306
msgid "This is the type for the @uref{http://www.openssh.org, OpenSSH} secure shell daemon, @command{sshd}. Its value must be an @code{openssh-configuration} record as in this example:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:22289
+#: guix-git/doc/guix.texi:22315
#, no-wrap
msgid ""
"(service openssh-service-type\n"
@@ -43560,17 +43613,17 @@ msgid ""
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:22292
+#: guix-git/doc/guix.texi:22318
msgid "See below for details about @code{openssh-configuration}."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:22295
+#: guix-git/doc/guix.texi:22321
msgid "This service can be extended with extra authorized keys, as in this example:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:22300
+#: guix-git/doc/guix.texi:22326
#, no-wrap
msgid ""
"(service-extension openssh-service-type\n"
@@ -43579,217 +43632,217 @@ msgid ""
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:22303
+#: guix-git/doc/guix.texi:22329
#, no-wrap
msgid "{Data Type} openssh-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:22305
+#: guix-git/doc/guix.texi:22331
msgid "This is the configuration record for OpenSSH's @command{sshd}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22307
+#: guix-git/doc/guix.texi:22333
#, no-wrap
msgid "@code{openssh} (default @var{openssh})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:22309 guix-git/doc/guix.texi:46331
+#: guix-git/doc/guix.texi:22335 guix-git/doc/guix.texi:46360
#, fuzzy
#| msgid "The Openssh package to use."
msgid "The OpenSSH package to use."
msgstr "Используемый пакет Openssh."
#. type: item
-#: guix-git/doc/guix.texi:22310
+#: guix-git/doc/guix.texi:22336
#, no-wrap
msgid "@code{pid-file} (default: @code{\"/var/run/sshd.pid\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:22312
+#: guix-git/doc/guix.texi:22338
msgid "Name of the file where @command{sshd} writes its PID."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22313
+#: guix-git/doc/guix.texi:22339
#, no-wrap
msgid "@code{port-number} (default: @code{22})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:22315
+#: guix-git/doc/guix.texi:22341
msgid "TCP port on which @command{sshd} listens for incoming connections."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22316
+#: guix-git/doc/guix.texi:22342
#, fuzzy, no-wrap
#| msgid "@code{max-clients} (default: @code{20})"
msgid "@code{max-connections} (default: @code{200})"
msgstr "@code{inputs} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:22321
+#: guix-git/doc/guix.texi:22347
msgid "Hard limit on the maximum number of simultaneous client connections, enforced by the inetd-style Shepherd service (@pxref{Service De- and Constructors, @code{make-inetd-constructor},, shepherd, The GNU Shepherd Manual})."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22322
+#: guix-git/doc/guix.texi:22348
#, no-wrap
msgid "@code{permit-root-login} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:22327
+#: guix-git/doc/guix.texi:22353
msgid "This field determines whether and when to allow logins as root. If @code{#f}, root logins are disallowed; if @code{#t}, they are allowed. If it's the symbol @code{'prohibit-password}, then root logins are permitted but not with password-based authentication."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22328 guix-git/doc/guix.texi:22498
+#: guix-git/doc/guix.texi:22354 guix-git/doc/guix.texi:22524
#, no-wrap
msgid "@code{allow-empty-passwords?} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:22331
+#: guix-git/doc/guix.texi:22357
msgid "When true, users with empty passwords may log in. When false, they may not."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22332 guix-git/doc/guix.texi:22501
+#: guix-git/doc/guix.texi:22358 guix-git/doc/guix.texi:22527
#, no-wrap
msgid "@code{password-authentication?} (default: @code{#t})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:22335
+#: guix-git/doc/guix.texi:22361
msgid "When true, users may log in with their password. When false, they have other authentication methods."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22336
+#: guix-git/doc/guix.texi:22362
#, no-wrap
msgid "@code{public-key-authentication?} (default: @code{#t})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:22339
+#: guix-git/doc/guix.texi:22365
msgid "When true, users may log in using public key authentication. When false, users have to use other authentication method."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:22342
+#: guix-git/doc/guix.texi:22368
msgid "Authorized public keys are stored in @file{~/.ssh/authorized_keys}. This is used only by protocol version 2."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22343
+#: guix-git/doc/guix.texi:22369
#, no-wrap
msgid "@code{x11-forwarding?} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:22347
+#: guix-git/doc/guix.texi:22373
msgid "When true, forwarding of X11 graphical client connections is enabled---in other words, @command{ssh} options @option{-X} and @option{-Y} will work."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22348
+#: guix-git/doc/guix.texi:22374
#, no-wrap
msgid "@code{allow-agent-forwarding?} (default: @code{#t})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:22350
+#: guix-git/doc/guix.texi:22376
msgid "Whether to allow agent forwarding."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22351
+#: guix-git/doc/guix.texi:22377
#, no-wrap
msgid "@code{allow-tcp-forwarding?} (default: @code{#t})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:22353
+#: guix-git/doc/guix.texi:22379
msgid "Whether to allow TCP forwarding."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22354
+#: guix-git/doc/guix.texi:22380
#, no-wrap
msgid "@code{gateway-ports?} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:22356
+#: guix-git/doc/guix.texi:22382
msgid "Whether to allow gateway ports."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22357
+#: guix-git/doc/guix.texi:22383
#, no-wrap
msgid "@code{challenge-response-authentication?} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:22360
+#: guix-git/doc/guix.texi:22386
msgid "Specifies whether challenge response authentication is allowed (e.g.@: via PAM)."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22361
+#: guix-git/doc/guix.texi:22387
#, no-wrap
msgid "@code{use-pam?} (default: @code{#t})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:22367
+#: guix-git/doc/guix.texi:22393
msgid "Enables the Pluggable Authentication Module interface. If set to @code{#t}, this will enable PAM authentication using @code{challenge-response-authentication?} and @code{password-authentication?}, in addition to PAM account and session module processing for all authentication types."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:22372
+#: guix-git/doc/guix.texi:22398
msgid "Because PAM challenge response authentication usually serves an equivalent role to password authentication, you should disable either @code{challenge-response-authentication?} or @code{password-authentication?}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22373
+#: guix-git/doc/guix.texi:22399
#, no-wrap
msgid "@code{print-last-log?} (default: @code{#t})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:22376
+#: guix-git/doc/guix.texi:22402
msgid "Specifies whether @command{sshd} should print the date and time of the last user login when a user logs in interactively."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22377
+#: guix-git/doc/guix.texi:22403
#, no-wrap
msgid "@code{subsystems} (default: @code{'((\"sftp\" \"internal-sftp\"))})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:22379
+#: guix-git/doc/guix.texi:22405
msgid "Configures external subsystems (e.g.@: file transfer daemon)."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:22383
+#: guix-git/doc/guix.texi:22409
msgid "This is a list of two-element lists, each of which containing the subsystem name and a command (with optional arguments) to execute upon subsystem request."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:22386
+#: guix-git/doc/guix.texi:22412
msgid "The command @command{internal-sftp} implements an in-process SFTP server. Alternatively, one can specify the @command{sftp-server} command:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:22391
+#: guix-git/doc/guix.texi:22417
#, no-wrap
msgid ""
"(service openssh-service-type\n"
@@ -43799,28 +43852,28 @@ msgid ""
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22393
+#: guix-git/doc/guix.texi:22419
#, no-wrap
msgid "@code{accepted-environment} (default: @code{'()})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:22395
+#: guix-git/doc/guix.texi:22421
msgid "List of strings describing which environment variables may be exported."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:22398
+#: guix-git/doc/guix.texi:22424
msgid "Each string gets on its own line. See the @code{AcceptEnv} option in @code{man sshd_config}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:22403
+#: guix-git/doc/guix.texi:22429
msgid "This example allows ssh-clients to export the @env{COLORTERM} variable. It is set by terminal emulators, which support colors. You can use it in your shell's resource file to enable colors for the prompt and commands if this variable is set."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:22408
+#: guix-git/doc/guix.texi:22434
#, no-wrap
msgid ""
"(service openssh-service-type\n"
@@ -43829,24 +43882,24 @@ msgid ""
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:22411
+#: guix-git/doc/guix.texi:22437
#, no-wrap
msgid "authorized keys, SSH"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:22412
+#: guix-git/doc/guix.texi:22438
#, no-wrap
msgid "SSH authorized keys"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:22416
+#: guix-git/doc/guix.texi:22442
msgid "This is the list of authorized keys. Each element of the list is a user name followed by one or more file-like objects that represent SSH public keys. For example:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:22423
+#: guix-git/doc/guix.texi:22449
#, no-wrap
msgid ""
"(openssh-configuration\n"
@@ -43857,62 +43910,62 @@ msgid ""
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:22428
+#: guix-git/doc/guix.texi:22454
msgid "registers the specified public keys for user accounts @code{rekado}, @code{chris}, and @code{root}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:22431
+#: guix-git/doc/guix.texi:22457
msgid "Additional authorized keys can be specified @i{via} @code{service-extension}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:22434
+#: guix-git/doc/guix.texi:22460
msgid "Note that this does @emph{not} interfere with the use of @file{~/.ssh/authorized_keys}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22435
+#: guix-git/doc/guix.texi:22461
#, fuzzy, no-wrap
#| msgid "@code{generate-cache?} (default: @code{#t})"
msgid "@code{generate-host-keys?} (default: @code{#t})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:22438
+#: guix-git/doc/guix.texi:22464
msgid "Whether to generate host key pairs with @command{ssh-keygen -A} under @file{/etc/ssh} if there are none."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:22444
+#: guix-git/doc/guix.texi:22470
msgid "Generating key pairs takes a few seconds when enough entropy is available and is only done once. You might want to turn it off for instance in a virtual machine that does not need it because host keys are provided in some other way, and where the extra boot time is a problem."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22445 guix-git/doc/guix.texi:22847
+#: guix-git/doc/guix.texi:22471 guix-git/doc/guix.texi:22873
#, no-wrap
msgid "@code{log-level} (default: @code{'info})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:22449
+#: guix-git/doc/guix.texi:22475
msgid "This is a symbol specifying the logging level: @code{quiet}, @code{fatal}, @code{error}, @code{info}, @code{verbose}, @code{debug}, etc. See the man page for @file{sshd_config} for the full list of level names."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22450 guix-git/doc/guix.texi:26350
-#: guix-git/doc/guix.texi:32106
+#: guix-git/doc/guix.texi:22476 guix-git/doc/guix.texi:26376
+#: guix-git/doc/guix.texi:32132
#, no-wrap
msgid "@code{extra-content} (default: @code{\"\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:22455
+#: guix-git/doc/guix.texi:22481
msgid "This field can be used to append arbitrary text to the configuration file. It is especially useful for elaborate configurations that cannot be expressed otherwise. This configuration, for example, would generally disable root logins, but permit them from one specific IP address:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:22461
+#: guix-git/doc/guix.texi:22487
#, no-wrap
msgid ""
"(openssh-configuration\n"
@@ -43922,24 +43975,24 @@ msgid ""
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:22466
+#: guix-git/doc/guix.texi:22492
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "dropbear-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:22470
+#: guix-git/doc/guix.texi:22496
msgid "Type of the service that runs the @url{https://matt.ucc.asn.au/dropbear/dropbear.html, Dropbear SSH daemon}, whose value is a @code{<dropbear-configuration>} object."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:22472
+#: guix-git/doc/guix.texi:22498
msgid "For example, to specify a Dropbear service listening on port 1234:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:22476
+#: guix-git/doc/guix.texi:22502
#, fuzzy, no-wrap
#| msgid ""
#| "(service guix-service-type\n"
@@ -43956,111 +44009,111 @@ msgstr ""
" (use-substitutes? #f)))\n"
#. type: deftp
-#: guix-git/doc/guix.texi:22479
+#: guix-git/doc/guix.texi:22505
#, no-wrap
msgid "{Data Type} dropbear-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:22481
+#: guix-git/doc/guix.texi:22507
msgid "This data type represents the configuration of a Dropbear SSH daemon."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22483
+#: guix-git/doc/guix.texi:22509
#, no-wrap
msgid "@code{dropbear} (default: @var{dropbear})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:22485
+#: guix-git/doc/guix.texi:22511
msgid "The Dropbear package to use."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22486
+#: guix-git/doc/guix.texi:22512
#, no-wrap
msgid "@code{port-number} (default: 22)"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:22488
+#: guix-git/doc/guix.texi:22514
msgid "The TCP port where the daemon waits for incoming connections."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22489
+#: guix-git/doc/guix.texi:22515
#, no-wrap
msgid "@code{syslog-output?} (default: @code{#t})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:22491
+#: guix-git/doc/guix.texi:22517
msgid "Whether to enable syslog output."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22492
+#: guix-git/doc/guix.texi:22518
#, no-wrap
msgid "@code{pid-file} (default: @code{\"/var/run/dropbear.pid\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:22494
+#: guix-git/doc/guix.texi:22520
msgid "File name of the daemon's PID file."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22495
+#: guix-git/doc/guix.texi:22521
#, no-wrap
msgid "@code{root-login?} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:22497
+#: guix-git/doc/guix.texi:22523
msgid "Whether to allow @code{root} logins."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:22500 guix-git/doc/guix.texi:23741
+#: guix-git/doc/guix.texi:22526 guix-git/doc/guix.texi:23767
msgid "Whether to allow empty passwords."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:22503
+#: guix-git/doc/guix.texi:22529
msgid "Whether to enable password-based authentication."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:22506
+#: guix-git/doc/guix.texi:22532
#, no-wrap
msgid "AutoSSH"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:22507
+#: guix-git/doc/guix.texi:22533
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "autossh-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:22515
+#: guix-git/doc/guix.texi:22541
msgid "This is the type for the @uref{https://www.harding.motd.ca/autossh, AutoSSH} program that runs a copy of @command{ssh} and monitors it, restarting it as necessary should it die or stop passing traffic. AutoSSH can be run manually from the command-line by passing arguments to the binary @command{autossh} from the package @code{autossh}, but it can also be run as a Guix service. This latter use case is documented here."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:22519
+#: guix-git/doc/guix.texi:22545
msgid "AutoSSH can be used to forward local traffic to a remote machine using an SSH tunnel, and it respects the @file{~/.ssh/config} of the user it is run as."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:22524
+#: guix-git/doc/guix.texi:22550
msgid "For example, to specify a service running autossh as the user @code{pino} and forwarding all local connections to port @code{8081} to @code{remote:8081} using an SSH tunnel, add this call to the operating system's @code{services} field:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:22530
+#: guix-git/doc/guix.texi:22556
#, no-wrap
msgid ""
"(service autossh-service-type\n"
@@ -44070,140 +44123,140 @@ msgid ""
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:22533
+#: guix-git/doc/guix.texi:22559
#, no-wrap
msgid "{Data Type} autossh-configuration"
msgstr "{Тип данных} build-machine"
#. type: deftp
-#: guix-git/doc/guix.texi:22535
+#: guix-git/doc/guix.texi:22561
msgid "This data type represents the configuration of an AutoSSH service."
msgstr "Управление конфигурацией операционной системы."
#. type: item
-#: guix-git/doc/guix.texi:22538
+#: guix-git/doc/guix.texi:22564
#, no-wrap
msgid "@code{user} (default @code{\"autossh\"})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:22541
+#: guix-git/doc/guix.texi:22567
msgid "The user as which the AutoSSH service is to be run. This assumes that the specified user exists."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22542
+#: guix-git/doc/guix.texi:22568
#, no-wrap
msgid "@code{poll} (default @code{600})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:22544
+#: guix-git/doc/guix.texi:22570
msgid "Specifies the connection poll time in seconds."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22545
+#: guix-git/doc/guix.texi:22571
#, no-wrap
msgid "@code{first-poll} (default @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:22551
+#: guix-git/doc/guix.texi:22577
msgid "Specifies how many seconds AutoSSH waits before the first connection test. After this first test, polling is resumed at the pace defined in @code{poll}. When set to @code{#f}, the first poll is not treated specially and will also use the connection poll specified in @code{poll}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22552
+#: guix-git/doc/guix.texi:22578
#, no-wrap
msgid "@code{gate-time} (default @code{30})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:22555
+#: guix-git/doc/guix.texi:22581
msgid "Specifies how many seconds an SSH connection must be active before it is considered successful."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22556
+#: guix-git/doc/guix.texi:22582
#, no-wrap
msgid "@code{log-level} (default @code{1})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:22559
+#: guix-git/doc/guix.texi:22585
msgid "The log level, corresponding to the levels used by syslog---so @code{0} is the most silent while @code{7} is the chattiest."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22560
+#: guix-git/doc/guix.texi:22586
#, no-wrap
msgid "@code{max-start} (default @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:22563
+#: guix-git/doc/guix.texi:22589
msgid "The maximum number of times SSH may be (re)started before AutoSSH exits. When set to @code{#f}, no maximum is configured and AutoSSH may restart indefinitely."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22564
+#: guix-git/doc/guix.texi:22590
#, no-wrap
msgid "@code{message} (default @code{\"\"})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:22566
+#: guix-git/doc/guix.texi:22592
msgid "The message to append to the echo message sent when testing connections."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22567
+#: guix-git/doc/guix.texi:22593
#, no-wrap
msgid "@code{port} (default @code{\"0\"})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:22577
+#: guix-git/doc/guix.texi:22603
msgid "The ports used for monitoring the connection. When set to @code{\"0\"}, monitoring is disabled. When set to @code{\"@var{n}\"} where @var{n} is a positive integer, ports @var{n} and @var{n}+1 are used for monitoring the connection, such that port @var{n} is the base monitoring port and @code{n+1} is the echo port. When set to @code{\"@var{n}:@var{m}\"} where @var{n} and @var{m} are positive integers, the ports @var{n} and @var{m} are used for monitoring the connection, such that port @var{n} is the base monitoring port and @var{m} is the echo port."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22578
+#: guix-git/doc/guix.texi:22604
#, no-wrap
msgid "@code{ssh-options} (default @code{'()})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:22582
+#: guix-git/doc/guix.texi:22608
msgid "The list of command-line arguments to pass to @command{ssh} when it is run. Options @option{-f} and @option{-M} are reserved for AutoSSH and may cause undefined behaviour."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:22586
+#: guix-git/doc/guix.texi:22612
#, no-wrap
msgid "WebSSH"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:22587
+#: guix-git/doc/guix.texi:22613
#, fuzzy, no-wrap
#| msgid "service types"
msgid "webssh-service-type"
msgstr "service types"
#. type: defvar
-#: guix-git/doc/guix.texi:22593
+#: guix-git/doc/guix.texi:22619
msgid "This is the type for the @uref{https://webssh.huashengdun.org/, WebSSH} program that runs a web SSH client. WebSSH can be run manually from the command-line by passing arguments to the binary @command{wssh} from the package @code{webssh}, but it can also be run as a Guix service. This latter use case is documented here."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:22599
+#: guix-git/doc/guix.texi:22625
msgid "For example, to specify a service running WebSSH on loopback interface on port @code{8888} with reject policy with a list of allowed to connection hosts, and NGINX as a reverse-proxy to this service listening for HTTPS connection, add this call to the operating system's @code{services} field:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:22607
+#: guix-git/doc/guix.texi:22633
#, no-wrap
msgid ""
"(service webssh-service-type\n"
@@ -44216,7 +44269,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:22623
+#: guix-git/doc/guix.texi:22649
#, no-wrap
msgid ""
"(service nginx-service-type\n"
@@ -44237,296 +44290,296 @@ msgid ""
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:22626
+#: guix-git/doc/guix.texi:22652
#, no-wrap
msgid "{Data Type} webssh-configuration"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:22628
+#: guix-git/doc/guix.texi:22654
msgid "Data type representing the configuration for @code{webssh-service}."
msgstr "Управление конфигурацией операционной системы."
#. type: item
-#: guix-git/doc/guix.texi:22630
+#: guix-git/doc/guix.texi:22656
#, no-wrap
msgid "@code{package} (default: @var{webssh})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:22632
+#: guix-git/doc/guix.texi:22658
msgid "@code{webssh} package to use."
msgstr "Используемый пакет @code{webssh}."
#. type: item
-#: guix-git/doc/guix.texi:22633
+#: guix-git/doc/guix.texi:22659
#, no-wrap
msgid "@code{user-name} (default: @var{\"webssh\"})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:22636
+#: guix-git/doc/guix.texi:22662
msgid "User name or user ID that file transfers to and from that module should take place."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22637
+#: guix-git/doc/guix.texi:22663
#, no-wrap
msgid "@code{group-name} (default: @var{\"webssh\"})"
msgstr "@code{port} (default: @code{22})"
#. type: item
-#: guix-git/doc/guix.texi:22640
+#: guix-git/doc/guix.texi:22666
#, no-wrap
msgid "@code{address} (default: @var{#f})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:22642
+#: guix-git/doc/guix.texi:22668
msgid "IP address on which @command{webssh} listens for incoming connections."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22643
+#: guix-git/doc/guix.texi:22669
#, no-wrap
msgid "@code{port} (default: @var{8888})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:22645
+#: guix-git/doc/guix.texi:22671
msgid "TCP port on which @command{webssh} listens for incoming connections."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22646
+#: guix-git/doc/guix.texi:22672
#, no-wrap
msgid "@code{policy} (default: @var{#f})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:22648
+#: guix-git/doc/guix.texi:22674
msgid "Connection policy. @var{reject} policy requires to specify @var{known-hosts}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22649
+#: guix-git/doc/guix.texi:22675
#, no-wrap
msgid "@code{known-hosts} (default: @var{'()})"
msgstr "@code{inputs} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:22651
+#: guix-git/doc/guix.texi:22677
msgid "List of hosts which allowed for SSH connection from @command{webssh}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22652
+#: guix-git/doc/guix.texi:22678
#, no-wrap
msgid "@code{log-file} (default: @file{\"/var/log/webssh.log\"})"
msgstr "@code{daemon-socket} (default: @code{\"/var/guix/daemon-socket/socket\"})"
#. type: table
-#: guix-git/doc/guix.texi:22654
+#: guix-git/doc/guix.texi:22680
msgid "Name of the file where @command{webssh} writes its log file."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22655
+#: guix-git/doc/guix.texi:22681
#, no-wrap
msgid "@code{log-level} (default: @var{#f})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:22657
+#: guix-git/doc/guix.texi:22683
msgid "Logging level."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:22661
+#: guix-git/doc/guix.texi:22687
#, fuzzy, no-wrap
#| msgid "(service openssh-service-type)\n"
msgid "block-facebook-hosts-service-type"
msgstr "(service openssh-service-type)\n"
#. type: defvar
-#: guix-git/doc/guix.texi:22668
+#: guix-git/doc/guix.texi:22694
msgid "This service type adds a list of known Facebook hosts to the @file{/etc/hosts} file. (@pxref{Host Names,,, libc, The GNU C Library Reference Manual}) Each line contains an entry that maps a known server name of the Facebook on-line service---e.g., @code{www.facebook.com}---to unroutable IPv4 and IPv6 addresses."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:22671
+#: guix-git/doc/guix.texi:22697
msgid "This mechanism can prevent programs running locally, such as Web browsers, from accessing Facebook."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:22674
+#: guix-git/doc/guix.texi:22700
msgid "The @code{(gnu services avahi)} provides the following definition."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:22675
+#: guix-git/doc/guix.texi:22701
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "avahi-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:22680
+#: guix-git/doc/guix.texi:22706
msgid "This is the service that runs @command{avahi-daemon}, a system-wide mDNS/DNS-SD responder that allows for service discovery and ``zero-configuration'' host name lookups (see @uref{https://avahi.org/}). Its value must be an @code{avahi-configuration} record---see below."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:22685
+#: guix-git/doc/guix.texi:22711
msgid "This service extends the name service cache daemon (nscd) so that it can resolve @code{.local} host names using @uref{https://0pointer.de/lennart/projects/nss-mdns/, nss-mdns}. @xref{Name Service Switch}, for information on host name resolution."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:22688
+#: guix-git/doc/guix.texi:22714
msgid "Additionally, add the @var{avahi} package to the system profile so that commands such as @command{avahi-browse} are directly usable."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:22690
+#: guix-git/doc/guix.texi:22716
#, no-wrap
msgid "{Data Type} avahi-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:22692
+#: guix-git/doc/guix.texi:22718
msgid "Data type representation the configuration for Avahi."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22695 guix-git/doc/guix.texi:34723
+#: guix-git/doc/guix.texi:22721 guix-git/doc/guix.texi:34752
#, no-wrap
msgid "@code{host-name} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:22698
+#: guix-git/doc/guix.texi:22724
msgid "If different from @code{#f}, use that as the host name to publish for this machine; otherwise, use the machine's actual host name."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22699 guix-git/doc/guix.texi:34927
+#: guix-git/doc/guix.texi:22725 guix-git/doc/guix.texi:34956
#, no-wrap
msgid "@code{publish?} (default: @code{#t})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:22702
+#: guix-git/doc/guix.texi:22728
msgid "When true, allow host names and services to be published (broadcast) over the network."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22703
+#: guix-git/doc/guix.texi:22729
#, no-wrap
msgid "@code{publish-workstation?} (default: @code{#t})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:22707
+#: guix-git/doc/guix.texi:22733
msgid "When true, @command{avahi-daemon} publishes the machine's host name and IP address via mDNS on the local network. To view the host names published on your local network, you can run:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:22710
+#: guix-git/doc/guix.texi:22736
#, no-wrap
msgid "avahi-browse _workstation._tcp\n"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22712
+#: guix-git/doc/guix.texi:22738
#, no-wrap
msgid "@code{wide-area?} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:22714
+#: guix-git/doc/guix.texi:22740
msgid "When true, DNS-SD over unicast DNS is enabled."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22715
+#: guix-git/doc/guix.texi:22741
#, no-wrap
msgid "@code{ipv4?} (default: @code{#t})"
msgstr ""
#. type: itemx
-#: guix-git/doc/guix.texi:22716
+#: guix-git/doc/guix.texi:22742
#, no-wrap
msgid "@code{ipv6?} (default: @code{#t})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:22718
+#: guix-git/doc/guix.texi:22744
msgid "These fields determine whether to use IPv4/IPv6 sockets."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22719
+#: guix-git/doc/guix.texi:22745
#, no-wrap
msgid "@code{domains-to-browse} (default: @code{'()})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:22721
+#: guix-git/doc/guix.texi:22747
msgid "This is a list of domains to browse."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:22724
+#: guix-git/doc/guix.texi:22750
#, fuzzy, no-wrap
#| msgid "provenance-service-type"
msgid "openvswitch-service-type"
msgstr "provenance-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:22728
+#: guix-git/doc/guix.texi:22754
msgid "This is the type of the @uref{https://www.openvswitch.org, Open vSwitch} service, whose value should be an @code{openvswitch-configuration} object."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:22730
+#: guix-git/doc/guix.texi:22756
#, no-wrap
msgid "{Data Type} openvswitch-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:22734
+#: guix-git/doc/guix.texi:22760
msgid "Data type representing the configuration of Open vSwitch, a multilayer virtual switch which is designed to enable massive network automation through programmatic extension."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22736
+#: guix-git/doc/guix.texi:22762
#, no-wrap
msgid "@code{package} (default: @var{openvswitch})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:22738
+#: guix-git/doc/guix.texi:22764
msgid "Package object of the Open vSwitch."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:22742
+#: guix-git/doc/guix.texi:22768
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "pagekite-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:22747
+#: guix-git/doc/guix.texi:22773
msgid "This is the service type for the @uref{https://pagekite.net, PageKite} service, a tunneling solution for making localhost servers publicly visible, even from behind restrictive firewalls or NAT without forwarded ports. The value for this service type is a @code{pagekite-configuration} record."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:22749
+#: guix-git/doc/guix.texi:22775
msgid "Here's an example exposing the local HTTP and SSH daemons:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:22756
+#: guix-git/doc/guix.texi:22782
#, no-wrap
msgid ""
"(service pagekite-service-type\n"
@@ -44537,111 +44590,111 @@ msgid ""
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:22759
+#: guix-git/doc/guix.texi:22785
#, no-wrap
msgid "{Data Type} pagekite-configuration"
msgstr "{Data Type} pagekite-configuration"
#. type: deftp
-#: guix-git/doc/guix.texi:22761
+#: guix-git/doc/guix.texi:22787
msgid "Data type representing the configuration of PageKite."
msgstr "Управление конфигурацией операционной системы."
#. type: item
-#: guix-git/doc/guix.texi:22763
+#: guix-git/doc/guix.texi:22789
#, no-wrap
msgid "@code{package} (default: @var{pagekite})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:22765
+#: guix-git/doc/guix.texi:22791
msgid "Package object of PageKite."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22766
+#: guix-git/doc/guix.texi:22792
#, no-wrap
msgid "@code{kitename} (default: @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:22768
+#: guix-git/doc/guix.texi:22794
msgid "PageKite name for authenticating to the frontend server."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22769
+#: guix-git/doc/guix.texi:22795
#, no-wrap
msgid "@code{kitesecret} (default: @code{#f})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:22772
+#: guix-git/doc/guix.texi:22798
msgid "Shared secret for authenticating to the frontend server. You should probably put this inside @code{extra-file} instead."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22773
+#: guix-git/doc/guix.texi:22799
#, no-wrap
msgid "@code{frontend} (default: @code{#f})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:22776
+#: guix-git/doc/guix.texi:22802
msgid "Connect to the named PageKite frontend server instead of the @uref{https://pagekite.net,,pagekite.net} service."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22777
+#: guix-git/doc/guix.texi:22803
#, no-wrap
msgid "@code{kites} (default: @code{'(\"http:@@kitename:localhost:80:@@kitesecret\")})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:22780
+#: guix-git/doc/guix.texi:22806
msgid "List of service kites to use. Exposes HTTP on port 80 by default. The format is @code{proto:kitename:host:port:secret}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22781
+#: guix-git/doc/guix.texi:22807
#, no-wrap
msgid "@code{extra-file} (default: @code{#f})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:22784
+#: guix-git/doc/guix.texi:22810
msgid "Extra configuration file to read, which you are expected to create manually. Use this to add additional options and manage shared secrets out-of-band."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:22788
+#: guix-git/doc/guix.texi:22814
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "yggdrasil-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:22792
+#: guix-git/doc/guix.texi:22818
msgid "The service type for connecting to the @uref{https://yggdrasil-network.github.io/, Yggdrasil network}, an early-stage implementation of a fully end-to-end encrypted IPv6 network."
msgstr ""
#. type: quotation
-#: guix-git/doc/guix.texi:22799
+#: guix-git/doc/guix.texi:22825
msgid "Yggdrasil provides name-independent routing with cryptographically generated addresses. Static addressing means you can keep the same address as long as you want, even if you move to a new location, or generate a new address (by generating new keys) whenever you want. @uref{https://yggdrasil-network.github.io/2018/07/28/addressing.html}"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:22803
+#: guix-git/doc/guix.texi:22829
msgid "Pass it a value of @code{yggdrasil-configuration} to connect it to public peers and/or local peers."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:22807
+#: guix-git/doc/guix.texi:22833
msgid "Here is an example using public peers and a static address. The static signing and encryption keys are defined in @file{/etc/yggdrasil-private.conf} (the default value for @code{config-file})."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:22819
+#: guix-git/doc/guix.texi:22845
#, no-wrap
msgid ""
";; part of the operating-system declaration\n"
@@ -44657,7 +44710,7 @@ msgid ""
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:22826
+#: guix-git/doc/guix.texi:22852
#, no-wrap
msgid ""
"# sample content for /etc/yggdrasil-private.conf\n"
@@ -44668,101 +44721,101 @@ msgid ""
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:22829
+#: guix-git/doc/guix.texi:22855
#, no-wrap
msgid "{Data Type} yggdrasil-configuration"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:22831
+#: guix-git/doc/guix.texi:22857
msgid "Data type representing the configuration of Yggdrasil."
msgstr "Управление конфигурацией операционной системы."
#. type: item
-#: guix-git/doc/guix.texi:22833
+#: guix-git/doc/guix.texi:22859
#, no-wrap
msgid "@code{package} (default: @code{yggdrasil})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:22835
+#: guix-git/doc/guix.texi:22861
msgid "Package object of Yggdrasil."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22836
+#: guix-git/doc/guix.texi:22862
#, no-wrap
msgid "@code{json-config} (default: @code{'()})"
msgstr "@code{inputs} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:22842
+#: guix-git/doc/guix.texi:22868
msgid "Contents of @file{/etc/yggdrasil.conf}. Will be merged with @file{/etc/yggdrasil-private.conf}. Note that these settings are stored in the Guix store, which is readable to all users. @strong{Do not store your private keys in it}. See the output of @code{yggdrasil -genconf} for a quick overview of valid keys and their default values."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22843
+#: guix-git/doc/guix.texi:22869
#, no-wrap
msgid "@code{autoconf?} (default: @code{#f})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:22846
+#: guix-git/doc/guix.texi:22872
msgid "Whether to use automatic mode. Enabling it makes Yggdrasil use a dynamic IP and peer with IPv6 neighbors."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:22849
+#: guix-git/doc/guix.texi:22875
msgid "How much detail to include in logs. Use @code{'debug} for more detail."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22850
+#: guix-git/doc/guix.texi:22876
#, no-wrap
msgid "@code{log-to} (default: @code{'stdout})"
msgstr "@code{outputs} (default: @code{'(\"out\")})"
#. type: table
-#: guix-git/doc/guix.texi:22854
+#: guix-git/doc/guix.texi:22880
msgid "Where to send logs. By default, the service logs standard output to @file{/var/log/yggdrasil.log}. The alternative is @code{'syslog}, which sends output to the running syslog service."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22855
+#: guix-git/doc/guix.texi:22881
#, no-wrap
msgid "@code{config-file} (default: @code{\"/etc/yggdrasil-private.conf\"})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:22862
+#: guix-git/doc/guix.texi:22888
msgid "What HJSON file to load sensitive data from. This is where private keys should be stored, which are necessary to specify if you don't want a randomized address after each restart. Use @code{#f} to disable. Options defined in this file take precedence over @code{json-config}. Use the output of @code{yggdrasil -genconf} as a starting point. To configure a static address, delete everything except PrivateKey option."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:22866
+#: guix-git/doc/guix.texi:22892
#, no-wrap
msgid "IPFS"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:22867
+#: guix-git/doc/guix.texi:22893
#, fuzzy, no-wrap
#| msgid "service types"
msgid "ipfs-service-type"
msgstr "service types"
#. type: defvar
-#: guix-git/doc/guix.texi:22871
+#: guix-git/doc/guix.texi:22897
msgid "The service type for connecting to the @uref{https://ipfs.io,IPFS network}, a global, versioned, peer-to-peer file system. Pass it a @code{ipfs-configuration} to change the ports used for the gateway and API."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:22873
+#: guix-git/doc/guix.texi:22899
msgid "Here's an example configuration, using some non-standard ports:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:22879
+#: guix-git/doc/guix.texi:22905
#, no-wrap
msgid ""
"(service ipfs-service-type\n"
@@ -44776,69 +44829,69 @@ msgstr ""
" (use-substitutes? #f)))\n"
#. type: deftp
-#: guix-git/doc/guix.texi:22882
+#: guix-git/doc/guix.texi:22908
#, no-wrap
msgid "{Data Type} ipfs-configuration"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:22884
+#: guix-git/doc/guix.texi:22910
msgid "Data type representing the configuration of IPFS."
msgstr "Управление конфигурацией операционной системы."
#. type: item
-#: guix-git/doc/guix.texi:22886
+#: guix-git/doc/guix.texi:22912
#, no-wrap
msgid "@code{package} (default: @code{go-ipfs})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:22888
+#: guix-git/doc/guix.texi:22914
msgid "Package object of IPFS."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22889
+#: guix-git/doc/guix.texi:22915
#, no-wrap
msgid "@code{gateway} (default: @code{\"/ip4/127.0.0.1/tcp/8082\"})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:22891
+#: guix-git/doc/guix.texi:22917
msgid "Address of the gateway, in ‘multiaddress’ format."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:22892
+#: guix-git/doc/guix.texi:22918
#, no-wrap
msgid "@code{api} (default: @code{\"/ip4/127.0.0.1/tcp/5001\"})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:22894
+#: guix-git/doc/guix.texi:22920
msgid "Address of the API endpoint, in ‘multiaddress’ format."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:22897
+#: guix-git/doc/guix.texi:22923
#, no-wrap
msgid "keepalived"
msgstr "--keep-failed"
#. type: defvar
-#: guix-git/doc/guix.texi:22898
+#: guix-git/doc/guix.texi:22924
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} keepalived-service-type"
msgid "keepalived-service-type"
msgstr "{Scheme Variable} profile-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:22903
+#: guix-git/doc/guix.texi:22929
msgid "This is the type for the @uref{https://www.keepalived.org/, Keepalived} routing software, @command{keepalived}. Its value must be an @code{keepalived-configuration} record as in this example for master machine:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:22908
+#: guix-git/doc/guix.texi:22934
#, no-wrap
msgid ""
"(service keepalived-service-type\n"
@@ -44850,12 +44903,12 @@ msgstr ""
" (config-file (local-file \"keepalived-master.conf\"))))\n"
#. type: defvar
-#: guix-git/doc/guix.texi:22911
+#: guix-git/doc/guix.texi:22937
msgid "where @file{keepalived-master.conf}:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:22923
+#: guix-git/doc/guix.texi:22949
#, no-wrap
msgid ""
"vrrp_instance my-group @{\n"
@@ -44871,12 +44924,12 @@ msgid ""
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:22926
+#: guix-git/doc/guix.texi:22952
msgid "and for backup machine:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:22931
+#: guix-git/doc/guix.texi:22957
#, no-wrap
msgid ""
"(service keepalived-service-type\n"
@@ -44888,12 +44941,12 @@ msgstr ""
" (config-file (local-file \"keepalived-backup.conf\"))))\n"
#. type: defvar
-#: guix-git/doc/guix.texi:22934
+#: guix-git/doc/guix.texi:22960
msgid "where @file{keepalived-backup.conf}:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:22946
+#: guix-git/doc/guix.texi:22972
#, no-wrap
msgid ""
"vrrp_instance my-group @{\n"
@@ -44909,136 +44962,136 @@ msgid ""
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:22952
+#: guix-git/doc/guix.texi:22978
#, no-wrap
msgid "unattended upgrades"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:22953
+#: guix-git/doc/guix.texi:22979
#, no-wrap
msgid "upgrades, unattended"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:22958
+#: guix-git/doc/guix.texi:22984
msgid "Guix provides a service to perform @emph{unattended upgrades}: periodically, the system automatically reconfigures itself from the latest Guix. Guix System has several properties that make unattended upgrades safe:"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:22963
+#: guix-git/doc/guix.texi:22989
msgid "upgrades are transactional (either the upgrade succeeds or it fails, but you cannot end up with an ``in-between'' system state);"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:22967
+#: guix-git/doc/guix.texi:22993
msgid "the upgrade log is kept---you can view it with @command{guix system list-generations}---and you can roll back to any previous generation, should the upgraded system fail to behave as intended;"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:22970
+#: guix-git/doc/guix.texi:22996
msgid "channel code is authenticated so you know you can only run genuine code (@pxref{Channels});"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:22973
+#: guix-git/doc/guix.texi:22999
msgid "@command{guix system reconfigure} prevents downgrades, which makes it immune to @dfn{downgrade attacks}."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:22978
+#: guix-git/doc/guix.texi:23004
msgid "To set up unattended upgrades, add an instance of @code{unattended-upgrade-service-type} like the one below to the list of your operating system services:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:22981
+#: guix-git/doc/guix.texi:23007
#, no-wrap
msgid "(service unattended-upgrade-service-type)\n"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:22988
+#: guix-git/doc/guix.texi:23014
msgid "The defaults above set up weekly upgrades: every Sunday at midnight. You do not need to provide the operating system configuration file: it uses @file{/run/current-system/configuration.scm}, which ensures it always uses your latest configuration---@pxref{provenance-service-type}, for more information about this file."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:22994
+#: guix-git/doc/guix.texi:23020
msgid "There are several things that can be configured, in particular the periodicity and services (daemons) to be restarted upon completion. When the upgrade is successful, the service takes care of deleting system generations older that some threshold, as per @command{guix system delete-generations}. See the reference below for details."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:22998
+#: guix-git/doc/guix.texi:23024
msgid "To ensure that upgrades are actually happening, you can run @command{guix system describe}. To investigate upgrade failures, visit the unattended upgrade log file (see below)."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:22999
+#: guix-git/doc/guix.texi:23025
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} unattended-upgrade-service-type"
msgid "unattended-upgrade-service-type"
msgstr "{Процедура Scheme} sane-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:23003
+#: guix-git/doc/guix.texi:23029
msgid "This is the service type for unattended upgrades. It sets up an mcron job (@pxref{Scheduled Job Execution}) that runs @command{guix system reconfigure} from the latest version of the specified channels."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:23006
+#: guix-git/doc/guix.texi:23032
msgid "Its value must be a @code{unattended-upgrade-configuration} record (see below)."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:23008
+#: guix-git/doc/guix.texi:23034
#, no-wrap
msgid "{Data Type} unattended-upgrade-configuration"
msgstr "{Тип данных} build-machine"
#. type: deftp
-#: guix-git/doc/guix.texi:23011
+#: guix-git/doc/guix.texi:23037
msgid "This data type represents the configuration of the unattended upgrade service. The following fields are available:"
msgstr "Этот тип данных представляет машины для сборки, на которые демон может разгружать сборки. Важные поля:"
#. type: item
-#: guix-git/doc/guix.texi:23013
+#: guix-git/doc/guix.texi:23039
#, no-wrap
msgid "@code{schedule} (default: @code{\"30 01 * * 0\"})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:23017
+#: guix-git/doc/guix.texi:23043
msgid "This is the schedule of upgrades, expressed as a gexp containing an mcron job schedule (@pxref{Guile Syntax, mcron job specifications,, mcron, GNU@tie{}mcron})."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23018 guix-git/doc/guix.texi:26051
+#: guix-git/doc/guix.texi:23044 guix-git/doc/guix.texi:26077
#, no-wrap
msgid "@code{channels} (default: @code{#~%default-channels})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:23022
+#: guix-git/doc/guix.texi:23048
msgid "This gexp specifies the channels to use for the upgrade (@pxref{Channels}). By default, the tip of the official @code{guix} channel is used."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23023
+#: guix-git/doc/guix.texi:23049
#, no-wrap
msgid "@code{operating-system-file} (default: @code{\"/run/current-system/configuration.scm\"})"
msgstr "@code{daemon-socket} (default: @code{\"/var/guix/daemon-socket/socket\"})"
#. type: table
-#: guix-git/doc/guix.texi:23026
+#: guix-git/doc/guix.texi:23052
msgid "This field specifies the operating system configuration file to use. The default is to reuse the config file of the current configuration."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23032
+#: guix-git/doc/guix.texi:23058
msgid "There are cases, though, where referring to @file{/run/current-system/configuration.scm} is not enough, for instance because that file refers to extra files (SSH public keys, extra configuration files, etc.) @i{via} @code{local-file} and similar constructs. For those cases, we recommend something along these lines:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:23038
+#: guix-git/doc/guix.texi:23064
#, no-wrap
msgid ""
"(unattended-upgrade-configuration\n"
@@ -45048,24 +45101,24 @@ msgid ""
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23045
+#: guix-git/doc/guix.texi:23071
msgid "The effect here is to import all of the current directory into the store, and to refer to @file{config.scm} within that directory. Therefore, uses of @code{local-file} within @file{config.scm} will work as expected. @xref{G-Expressions}, for information about @code{local-file} and @code{file-append}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23046
+#: guix-git/doc/guix.texi:23072
#, fuzzy, no-wrap
#| msgid "@code{systems} (default: @code{#f})"
msgid "@code{operating-system-expression} (default: @code{#f})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:23050
+#: guix-git/doc/guix.texi:23076
msgid "This field specifies an expression that evaluates to the operating system to use for the upgrade. If no value is provided the @code{operating-system-file} field value is used."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:23055
+#: guix-git/doc/guix.texi:23081
#, no-wrap
msgid ""
"(unattended-upgrade-configuration\n"
@@ -45074,341 +45127,341 @@ msgid ""
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23057
+#: guix-git/doc/guix.texi:23083
#, no-wrap
msgid "@code{services-to-restart} (default: @code{'(mcron)})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:23060
+#: guix-git/doc/guix.texi:23086
msgid "This field specifies the Shepherd services to restart when the upgrade completes."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23067
+#: guix-git/doc/guix.texi:23093
msgid "Those services are restarted right away upon completion, as with @command{herd restart}, which ensures that the latest version is running---remember that by default @command{guix system reconfigure} only restarts services that are not currently running, which is conservative: it minimizes disruption but leaves outdated services running."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23071
+#: guix-git/doc/guix.texi:23097
msgid "Use @command{herd status} to find out candidates for restarting. @xref{Services}, for general information about services. Common services to restart would include @code{ntpd} and @code{ssh-daemon}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23074
+#: guix-git/doc/guix.texi:23100
msgid "By default, the @code{mcron} service is restarted. This ensures that the latest version of the unattended upgrade job will be used next time."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23075
+#: guix-git/doc/guix.texi:23101
#, no-wrap
msgid "@code{system-expiration} (default: @code{(* 3 30 24 3600)})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:23079
+#: guix-git/doc/guix.texi:23105
msgid "This is the expiration time in seconds for system generations. System generations older that this amount of time are deleted with @command{guix system delete-generations} when an upgrade completes."
msgstr ""
#. type: quotation
-#: guix-git/doc/guix.texi:23084
+#: guix-git/doc/guix.texi:23110
msgid "The unattended upgrade service does not run the garbage collector. You will probably want to set up your own mcron job to run @command{guix gc} periodically."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23086
+#: guix-git/doc/guix.texi:23112
#, no-wrap
msgid "@code{maximum-duration} (default: @code{3600})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:23089
+#: guix-git/doc/guix.texi:23115
msgid "Maximum duration in seconds for the upgrade; past that time, the upgrade aborts."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23092
+#: guix-git/doc/guix.texi:23118
msgid "This is primarily useful to ensure the upgrade does not end up rebuilding or re-downloading ``the world''."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23093
+#: guix-git/doc/guix.texi:23119
#, no-wrap
msgid "@code{log-file} (default: @code{\"/var/log/unattended-upgrade.log\"})"
msgstr "@code{daemon-socket} (default: @code{\"/var/guix/daemon-socket/socket\"})"
#. type: table
-#: guix-git/doc/guix.texi:23095
+#: guix-git/doc/guix.texi:23121
msgid "File where unattended upgrades are logged."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:23101
+#: guix-git/doc/guix.texi:23127
#, no-wrap
msgid "X11"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:23102
+#: guix-git/doc/guix.texi:23128
#, no-wrap
msgid "X Window System"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:23103 guix-git/doc/guix.texi:23299
+#: guix-git/doc/guix.texi:23129 guix-git/doc/guix.texi:23325
#, no-wrap
msgid "login manager"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:23108
+#: guix-git/doc/guix.texi:23134
msgid "Support for the X Window graphical display system---specifically Xorg---is provided by the @code{(gnu services xorg)} module. Note that there is no @code{xorg-service} procedure. Instead, the X server is started by the @dfn{login manager}, by default the GNOME Display Manager (GDM)."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:23109
+#: guix-git/doc/guix.texi:23135
#, no-wrap
msgid "GDM"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:23110
+#: guix-git/doc/guix.texi:23136
#, no-wrap
msgid "GNOME, login manager"
msgstr ""
#. type: anchor{#1}
-#: guix-git/doc/guix.texi:23115
+#: guix-git/doc/guix.texi:23141
msgid "gdm"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:23115
+#: guix-git/doc/guix.texi:23141
msgid "GDM of course allows users to log in into window managers and desktop environments other than GNOME; for those using GNOME, GDM is required for features such as automatic screen locking."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:23116
+#: guix-git/doc/guix.texi:23142
#, no-wrap
msgid "window manager"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:23121
+#: guix-git/doc/guix.texi:23147
msgid "To use X11, you must install at least one @dfn{window manager}---for example the @code{windowmaker} or @code{openbox} packages---preferably by adding it to the @code{packages} field of your operating system definition (@pxref{operating-system Reference, system-wide packages})."
msgstr ""
#. type: anchor{#1}
-#: guix-git/doc/guix.texi:23127
+#: guix-git/doc/guix.texi:23153
msgid "wayland-gdm"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:23127
+#: guix-git/doc/guix.texi:23153
msgid "GDM also supports Wayland: it can itself use Wayland instead of X11 for its user interface, and it can also start Wayland sessions. The former is required for the latter, to enable, set @code{wayland?} to @code{#t} in @code{gdm-configuration}."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:23128
+#: guix-git/doc/guix.texi:23154
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "gdm-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:23133
+#: guix-git/doc/guix.texi:23159
msgid "This is the type for the @uref{https://wiki.gnome.org/Projects/GDM/, GNOME Desktop Manager} (GDM), a program that manages graphical display servers and handles graphical user logins. Its value must be a @code{gdm-configuration} (see below)."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:23134
+#: guix-git/doc/guix.texi:23160
#, fuzzy, no-wrap
#| msgid "service types"
msgid "session types"
msgstr "service types"
#. type: defvar
-#: guix-git/doc/guix.texi:23142
+#: guix-git/doc/guix.texi:23168
msgid "GDM looks for @dfn{session types} described by the @file{.desktop} files in @file{/run/current-system/profile/share/xsessions} (for X11 sessions) and @file{/run/current-system/profile/share/wayland-sessions} (for Wayland sessions) and allows users to choose a session from the log-in screen. Packages such as @code{gnome}, @code{xfce}, @code{i3} and @code{sway} provide @file{.desktop} files; adding them to the system-wide set of packages automatically makes them available at the log-in screen."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:23146
+#: guix-git/doc/guix.texi:23172
msgid "In addition, @file{~/.xsession} files are honored. When available, @file{~/.xsession} must be an executable that starts a window manager and/or other X clients."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:23148
+#: guix-git/doc/guix.texi:23174
#, no-wrap
msgid "{Data Type} gdm-configuration"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23150 guix-git/doc/guix.texi:23244
+#: guix-git/doc/guix.texi:23176 guix-git/doc/guix.texi:23270
#, no-wrap
msgid "@code{auto-login?} (default: @code{#f})"
msgstr ""
#. type: itemx
-#: guix-git/doc/guix.texi:23151
+#: guix-git/doc/guix.texi:23177
#, no-wrap
msgid "@code{default-user} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23153
+#: guix-git/doc/guix.texi:23179
msgid "When @code{auto-login?} is false, GDM presents a log-in screen."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23156
+#: guix-git/doc/guix.texi:23182
msgid "When @code{auto-login?} is true, GDM logs in directly as @code{default-user}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23157
+#: guix-git/doc/guix.texi:23183
#, fuzzy, no-wrap
#| msgid "@code{auto-upgrade?} (default: @code{#t})"
msgid "@code{auto-suspend?} (default @code{#t})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:23162
+#: guix-git/doc/guix.texi:23188
msgid "When true, GDM will automatically suspend to RAM when nobody is physically connected. When a machine is used via remote desktop or SSH, this should be set to false to avoid GDM interrupting remote sessions or rendering the machine unavailable."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23163 guix-git/doc/guix.texi:30369
-#: guix-git/doc/guix.texi:32484 guix-git/doc/guix.texi:37658
-#: guix-git/doc/guix.texi:37687 guix-git/doc/guix.texi:37716
-#: guix-git/doc/guix.texi:37743 guix-git/doc/guix.texi:37798
-#: guix-git/doc/guix.texi:37823 guix-git/doc/guix.texi:37850
-#: guix-git/doc/guix.texi:37876 guix-git/doc/guix.texi:37918
+#: guix-git/doc/guix.texi:23189 guix-git/doc/guix.texi:30395
+#: guix-git/doc/guix.texi:32510 guix-git/doc/guix.texi:37687
+#: guix-git/doc/guix.texi:37716 guix-git/doc/guix.texi:37745
+#: guix-git/doc/guix.texi:37772 guix-git/doc/guix.texi:37827
+#: guix-git/doc/guix.texi:37852 guix-git/doc/guix.texi:37879
+#: guix-git/doc/guix.texi:37905 guix-git/doc/guix.texi:37947
#, no-wrap
msgid "@code{debug?} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23165
+#: guix-git/doc/guix.texi:23191
msgid "When true, GDM writes debug messages to its log."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23166
+#: guix-git/doc/guix.texi:23192
#, no-wrap
msgid "@code{gnome-shell-assets} (default: ...)"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23168
+#: guix-git/doc/guix.texi:23194
msgid "List of GNOME Shell assets needed by GDM: icon theme, fonts, etc."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23169
+#: guix-git/doc/guix.texi:23195
#, no-wrap
msgid "@code{xorg-configuration} (default: @code{(xorg-configuration)})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23171 guix-git/doc/guix.texi:23271
-#: guix-git/doc/guix.texi:23381
+#: guix-git/doc/guix.texi:23197 guix-git/doc/guix.texi:23297
+#: guix-git/doc/guix.texi:23407
msgid "Configuration of the Xorg graphical server."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23172
+#: guix-git/doc/guix.texi:23198
#, fuzzy, no-wrap
#| msgid "@code{modules} (default: @code{'()})"
msgid "@code{x-session} (default: @code{(xinitrc)})"
msgstr "@code{modules} (по умолчанию: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:23174 guix-git/doc/guix.texi:23396
+#: guix-git/doc/guix.texi:23200 guix-git/doc/guix.texi:23422
msgid "Script to run before starting a X session."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23175
+#: guix-git/doc/guix.texi:23201
#, fuzzy, no-wrap
msgid "@code{xdmcp?} (default: @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:23180
+#: guix-git/doc/guix.texi:23206
msgid "When true, enable the X Display Manager Control Protocol (XDMCP). This should only be enabled in trusted environments, as the protocol is not secure. When enabled, GDM listens for XDMCP queries on the UDP port 177."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23181
+#: guix-git/doc/guix.texi:23207
#, no-wrap
msgid "@code{dbus-daemon} (default: @code{dbus-daemon-wrapper})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23183
+#: guix-git/doc/guix.texi:23209
msgid "File name of the @code{dbus-daemon} executable."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23184
+#: guix-git/doc/guix.texi:23210
#, no-wrap
msgid "@code{gdm} (default: @code{gdm})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23186
+#: guix-git/doc/guix.texi:23212
msgid "The GDM package to use."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23187
+#: guix-git/doc/guix.texi:23213
#, fuzzy, no-wrap
#| msgid "@code{lang} (default: @code{#f})"
msgid "@code{wayland?} (default: @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:23189
+#: guix-git/doc/guix.texi:23215
msgid "When true, enables Wayland in GDM, necessary to use Wayland sessions."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23190
+#: guix-git/doc/guix.texi:23216
#, fuzzy, no-wrap
#| msgid "@code{laminar} (default: @code{laminar})"
msgid "@code{wayland-session} (default: @code{gdm-wayland-session-wrapper})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:23193
+#: guix-git/doc/guix.texi:23219
msgid "The Wayland session wrapper to use, needed to setup the environment."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:23196
+#: guix-git/doc/guix.texi:23222
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "slim-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:23198
+#: guix-git/doc/guix.texi:23224
msgid "This is the type for the SLiM graphical login manager for X11."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:23202
+#: guix-git/doc/guix.texi:23228
msgid "Like GDM, SLiM looks for session types described by @file{.desktop} files and allows users to choose a session from the log-in screen using @kbd{F1}. It also honors @file{~/.xsession} files."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:23209
+#: guix-git/doc/guix.texi:23235
msgid "Unlike GDM, SLiM does not spawn the user session on a different VT after logging in, which means that you can only start one graphical session. If you want to be able to run multiple graphical sessions at the same time you have to add multiple SLiM services to your system services. The following example shows how to replace the default GDM service with two SLiM services on tty7 and tty8."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:23214
+#: guix-git/doc/guix.texi:23240
#, fuzzy, no-wrap
#| msgid ""
#| "(use-modules (gnu services)\n"
@@ -45429,7 +45482,7 @@ msgstr ""
"\n"
#. type: lisp
-#: guix-git/doc/guix.texi:23225
+#: guix-git/doc/guix.texi:23251
#, no-wrap
msgid ""
"(operating-system\n"
@@ -45445,203 +45498,203 @@ msgid ""
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:23229
+#: guix-git/doc/guix.texi:23255
#, no-wrap
msgid "{Data Type} slim-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:23231
+#: guix-git/doc/guix.texi:23257
msgid "Data type representing the configuration of @code{slim-service-type}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23235
+#: guix-git/doc/guix.texi:23261
msgid "Whether to allow logins with empty passwords."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23236
+#: guix-git/doc/guix.texi:23262
#, fuzzy, no-wrap
#| msgid "@code{lang} (default: @code{#f})"
msgid "@code{gnupg?} (default: @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:23243
+#: guix-git/doc/guix.texi:23269
msgid "If enabled, @code{pam-gnupg} will attempt to automatically unlock the user's GPG keys with the login password via @code{gpg-agent}. The keygrips of all keys to be unlocked should be written to @file{~/.pam-gnupg}, and can be queried with @code{gpg -K --with-keygrip}. Presetting passphrases must be enabled by adding @code{allow-preset-passphrase} in @file{~/.gnupg/gpg-agent.conf}."
msgstr ""
#. type: itemx
-#: guix-git/doc/guix.texi:23245
+#: guix-git/doc/guix.texi:23271
#, no-wrap
msgid "@code{default-user} (default: @code{\"\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23247
+#: guix-git/doc/guix.texi:23273
msgid "When @code{auto-login?} is false, SLiM presents a log-in screen."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23250
+#: guix-git/doc/guix.texi:23276
msgid "When @code{auto-login?} is true, SLiM logs in directly as @code{default-user}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23251
+#: guix-git/doc/guix.texi:23277
#, no-wrap
msgid "@code{theme} (default: @code{%default-slim-theme})"
msgstr ""
#. type: itemx
-#: guix-git/doc/guix.texi:23252
+#: guix-git/doc/guix.texi:23278
#, no-wrap
msgid "@code{theme-name} (default: @code{%default-slim-theme-name})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23254
+#: guix-git/doc/guix.texi:23280
msgid "The graphical theme to use and its name."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23255
+#: guix-git/doc/guix.texi:23281
#, no-wrap
msgid "@code{auto-login-session} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23258
+#: guix-git/doc/guix.texi:23284
msgid "If true, this must be the name of the executable to start as the default session---e.g., @code{(file-append windowmaker \"/bin/windowmaker\")}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23262
+#: guix-git/doc/guix.texi:23288
msgid "If false, a session described by one of the available @file{.desktop} files in @code{/run/current-system/profile} and @code{~/.guix-profile} will be used."
msgstr ""
#. type: quotation
-#: guix-git/doc/guix.texi:23267
+#: guix-git/doc/guix.texi:23293
msgid "You must install at least one window manager in the system profile or in your user profile. Failing to do that, if @code{auto-login-session} is false, you will be unable to log in."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23269 guix-git/doc/guix.texi:23379
+#: guix-git/doc/guix.texi:23295 guix-git/doc/guix.texi:23405
#, no-wrap
msgid "@code{xorg-configuration} (default @code{(xorg-configuration)})"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23272
+#: guix-git/doc/guix.texi:23298
#, no-wrap
msgid "@code{display} (default @code{\":0\"})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:23274
+#: guix-git/doc/guix.texi:23300
msgid "The display on which to start the Xorg graphical server."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23275
+#: guix-git/doc/guix.texi:23301
#, no-wrap
msgid "@code{vt} (default @code{\"vt7\"})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:23277
+#: guix-git/doc/guix.texi:23303
msgid "The VT on which to start the Xorg graphical server."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23278
+#: guix-git/doc/guix.texi:23304
#, no-wrap
msgid "@code{xauth} (default: @code{xauth})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23280
+#: guix-git/doc/guix.texi:23306
msgid "The XAuth package to use."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23281
+#: guix-git/doc/guix.texi:23307
#, no-wrap
msgid "@code{shepherd} (default: @code{shepherd})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23284
+#: guix-git/doc/guix.texi:23310
msgid "The Shepherd package used when invoking @command{halt} and @command{reboot}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23285
+#: guix-git/doc/guix.texi:23311
#, no-wrap
msgid "@code{sessreg} (default: @code{sessreg})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23287
+#: guix-git/doc/guix.texi:23313
msgid "The sessreg package used in order to register the session."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23288
+#: guix-git/doc/guix.texi:23314
#, no-wrap
msgid "@code{slim} (default: @code{slim})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23290
+#: guix-git/doc/guix.texi:23316
msgid "The SLiM package to use."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:23293
+#: guix-git/doc/guix.texi:23319
#, fuzzy, no-wrap
#| msgid "%default-channels"
msgid "%default-theme"
msgstr "%default-channels"
#. type: defvarx
-#: guix-git/doc/guix.texi:23294
+#: guix-git/doc/guix.texi:23320
#, fuzzy, no-wrap
#| msgid "%default-channels"
msgid "%default-theme-name"
msgstr "%default-channels"
#. type: defvar
-#: guix-git/doc/guix.texi:23296
+#: guix-git/doc/guix.texi:23322
msgid "The default SLiM theme and its name."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:23300
+#: guix-git/doc/guix.texi:23326
#, no-wrap
msgid "X11 login"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:23301
+#: guix-git/doc/guix.texi:23327
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "sddm-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:23305
+#: guix-git/doc/guix.texi:23331
msgid "This is the type of the service to run the @uref{https://github.com/sddm/sddm,SDDM display manager}. Its value must be a @code{sddm-configuration} record (see below)."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:23307
+#: guix-git/doc/guix.texi:23333
msgid "Here's an example use:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:23313
+#: guix-git/doc/guix.texi:23339
#, no-wrap
msgid ""
"(service sddm-service-type\n"
@@ -45651,362 +45704,362 @@ msgid ""
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:23316
+#: guix-git/doc/guix.texi:23342
#, no-wrap
msgid "{Data Type} sddm-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:23319
+#: guix-git/doc/guix.texi:23345
msgid "This data type represents the configuration of the SDDM login manager. The available fields are:"
msgstr "Этот тип данных представляет машины для сборки, на которые демон может разгружать сборки. Важные поля:"
#. type: item
-#: guix-git/doc/guix.texi:23321
+#: guix-git/doc/guix.texi:23347
#, no-wrap
msgid "@code{sddm} (default: @code{sddm})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:23323
+#: guix-git/doc/guix.texi:23349
msgid "The SDDM package to use."
msgstr "Используемый пакет SDDM."
#. type: quotation
-#: guix-git/doc/guix.texi:23327
+#: guix-git/doc/guix.texi:23353
msgid "sddm has Qt6 enabled by default. If you want to still use a Qt5 theme, you need to set it to @code{sddm-qt5}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23329
+#: guix-git/doc/guix.texi:23355
#, no-wrap
msgid "@code{display-server} (default: \"x11\")"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23332
+#: guix-git/doc/guix.texi:23358
msgid "Select display server to use for the greeter. Valid values are @samp{\"x11\"} or @samp{\"wayland\"}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23333
+#: guix-git/doc/guix.texi:23359
#, no-wrap
msgid "@code{numlock} (default: \"on\")"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23335
+#: guix-git/doc/guix.texi:23361
msgid "Valid values are @samp{\"on\"}, @samp{\"off\"} or @samp{\"none\"}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23336
+#: guix-git/doc/guix.texi:23362
#, fuzzy, no-wrap
#| msgid "@code{options} (default: @code{'(\"--snapshot\")})"
msgid "@code{halt-command} (default @code{#~(string-append #$shepherd \"/sbin/halt\")})"
msgstr "@code{outputs} (default: @code{'(\"out\")})"
#. type: table
-#: guix-git/doc/guix.texi:23338
+#: guix-git/doc/guix.texi:23364
msgid "Command to run when halting."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23339
+#: guix-git/doc/guix.texi:23365
#, no-wrap
msgid "@code{reboot-command} (default @code{#~(string-append #$shepherd \"/sbin/reboot\")})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23341
+#: guix-git/doc/guix.texi:23367
msgid "Command to run when rebooting."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23342
+#: guix-git/doc/guix.texi:23368
#, no-wrap
msgid "@code{theme} (default \"maldives\")"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23345
+#: guix-git/doc/guix.texi:23371
msgid "Theme to use. Default themes provided by SDDM are @samp{\"elarun\"}, @samp{\"maldives\"} or @samp{\"maya\"}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23346
+#: guix-git/doc/guix.texi:23372
#, no-wrap
msgid "@code{themes-directory} (default \"/run/current-system/profile/share/sddm/themes\")"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23348
+#: guix-git/doc/guix.texi:23374
msgid "Directory to look for themes."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23349
+#: guix-git/doc/guix.texi:23375
#, no-wrap
msgid "@code{faces-directory} (default \"/run/current-system/profile/share/sddm/faces\")"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23351
+#: guix-git/doc/guix.texi:23377
msgid "Directory to look for faces."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23352
+#: guix-git/doc/guix.texi:23378
#, no-wrap
msgid "@code{default-path} (default \"/run/current-system/profile/bin\")"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23354
+#: guix-git/doc/guix.texi:23380
msgid "Default PATH to use."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23355
+#: guix-git/doc/guix.texi:23381
#, no-wrap
msgid "@code{minimum-uid} (default: 1000)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:23357
+#: guix-git/doc/guix.texi:23383
msgid "Minimum UID displayed in SDDM and allowed for log-in."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23358
+#: guix-git/doc/guix.texi:23384
#, no-wrap
msgid "@code{maximum-uid} (default: 2000)"
msgstr "@code{parallel-builds} (default: @code{1})"
#. type: table
-#: guix-git/doc/guix.texi:23360
+#: guix-git/doc/guix.texi:23386
msgid "Maximum UID to display in SDDM."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23361
+#: guix-git/doc/guix.texi:23387
#, no-wrap
msgid "@code{remember-last-user?} (default #t)"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23363
+#: guix-git/doc/guix.texi:23389
msgid "Remember last user."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23364
+#: guix-git/doc/guix.texi:23390
#, no-wrap
msgid "@code{remember-last-session?} (default #t)"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23366
+#: guix-git/doc/guix.texi:23392
msgid "Remember last session."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23367
+#: guix-git/doc/guix.texi:23393
#, no-wrap
msgid "@code{hide-users} (default \"\")"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23369
+#: guix-git/doc/guix.texi:23395
msgid "Usernames to hide from SDDM greeter."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23370
+#: guix-git/doc/guix.texi:23396
#, no-wrap
msgid "@code{hide-shells} (default @code{#~(string-append #$shadow \"/sbin/nologin\")})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23372
+#: guix-git/doc/guix.texi:23398
msgid "Users with shells listed will be hidden from the SDDM greeter."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23373
+#: guix-git/doc/guix.texi:23399
#, no-wrap
msgid "@code{session-command} (default @code{#~(string-append #$sddm \"/share/sddm/scripts/wayland-session\")})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23375
+#: guix-git/doc/guix.texi:23401
msgid "Script to run before starting a wayland session."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23376
+#: guix-git/doc/guix.texi:23402
#, no-wrap
msgid "@code{sessions-directory} (default \"/run/current-system/profile/share/wayland-sessions\")"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23378
+#: guix-git/doc/guix.texi:23404
msgid "Directory to look for desktop files starting wayland sessions."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23382
+#: guix-git/doc/guix.texi:23408
#, no-wrap
msgid "@code{xauth-path} (default @code{#~(string-append #$xauth \"/bin/xauth\")})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23384
+#: guix-git/doc/guix.texi:23410
msgid "Path to xauth."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23385
+#: guix-git/doc/guix.texi:23411
#, no-wrap
msgid "@code{xephyr-path} (default @code{#~(string-append #$xorg-server \"/bin/Xephyr\")})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23387
+#: guix-git/doc/guix.texi:23413
msgid "Path to Xephyr."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23388
+#: guix-git/doc/guix.texi:23414
#, no-wrap
msgid "@code{xdisplay-start} (default @code{#~(string-append #$sddm \"/share/sddm/scripts/Xsetup\")})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23390
+#: guix-git/doc/guix.texi:23416
msgid "Script to run after starting xorg-server."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23391
+#: guix-git/doc/guix.texi:23417
#, no-wrap
msgid "@code{xdisplay-stop} (default @code{#~(string-append #$sddm \"/share/sddm/scripts/Xstop\")})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23393
+#: guix-git/doc/guix.texi:23419
msgid "Script to run before stopping xorg-server."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23394
+#: guix-git/doc/guix.texi:23420
#, no-wrap
msgid "@code{xsession-command} (default: @code{xinitrc})"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23397
+#: guix-git/doc/guix.texi:23423
#, no-wrap
msgid "@code{xsessions-directory} (default: \"/run/current-system/profile/share/xsessions\")"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23399
+#: guix-git/doc/guix.texi:23425
msgid "Directory to look for desktop files starting X sessions."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23400
+#: guix-git/doc/guix.texi:23426
#, no-wrap
msgid "@code{minimum-vt} (default: 7)"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23402
+#: guix-git/doc/guix.texi:23428
msgid "Minimum VT to use."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23403
+#: guix-git/doc/guix.texi:23429
#, no-wrap
msgid "@code{auto-login-user} (default \"\")"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23406
+#: guix-git/doc/guix.texi:23432
msgid "User account that will be automatically logged in. Setting this to the empty string disables auto-login."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23407
+#: guix-git/doc/guix.texi:23433
#, no-wrap
msgid "@code{auto-login-session} (default \"\")"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23409
+#: guix-git/doc/guix.texi:23435
msgid "The @file{.desktop} file name to use as the auto-login session, or the empty string."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23410
+#: guix-git/doc/guix.texi:23436
#, no-wrap
msgid "@code{relogin?} (default #f)"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23412
+#: guix-git/doc/guix.texi:23438
msgid "Relogin after logout."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:23416
+#: guix-git/doc/guix.texi:23442
#, no-wrap
msgid "lightdm, graphical login manager"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:23417
+#: guix-git/doc/guix.texi:23443
#, no-wrap
msgid "display manager, lightdm"
msgstr ""
#. type: anchor{#1}
-#: guix-git/doc/guix.texi:23419
+#: guix-git/doc/guix.texi:23445
msgid "lightdm"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:23419
+#: guix-git/doc/guix.texi:23445
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "lightdm-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:23427
+#: guix-git/doc/guix.texi:23453
msgid "This is the type of the service to run the @url{https://github.com/canonical/lightdm,LightDM display manager}. Its value must be a @code{lightdm-configuration} record, which is documented below. Among its distinguishing features are TigerVNC integration for easily remoting your desktop as well as support for the XDMCP protocol, which can be used by remote clients to start a session from the login manager."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:23429
+#: guix-git/doc/guix.texi:23455
msgid "In its most basic form, it can be used simply as:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:23432
+#: guix-git/doc/guix.texi:23458
#, fuzzy, no-wrap
#| msgid "(service laminar-service-type)\n"
msgid "(service lightdm-service-type)\n"
msgstr "(service openssh-service-type)\n"
#. type: defvar
-#: guix-git/doc/guix.texi:23436
+#: guix-git/doc/guix.texi:23462
msgid "A more elaborate example making use of the VNC capabilities and enabling more features and verbose logs could look like:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:23450
+#: guix-git/doc/guix.texi:23476
#, no-wrap
msgid ""
"(service lightdm-service-type\n"
@@ -46024,131 +46077,131 @@ msgid ""
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:23457
+#: guix-git/doc/guix.texi:23483
#, fuzzy, no-wrap
#| msgid "{Data Type} ganeti-configuration"
msgid "{Data Type} lightdm-configuration"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:23459
+#: guix-git/doc/guix.texi:23485
msgid "Available @code{lightdm-configuration} fields are:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23461
+#: guix-git/doc/guix.texi:23487
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{lightdm} (default: @code{lightdm}) (type: file-like)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:23463
+#: guix-git/doc/guix.texi:23489
#, fuzzy
#| msgid "The Hurd package to use."
msgid "The lightdm package to use."
msgstr "Используемый пакет Hurd."
#. type: table
-#: guix-git/doc/guix.texi:23466
+#: guix-git/doc/guix.texi:23492
msgid "Whether users not having a password set can login."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23469
+#: guix-git/doc/guix.texi:23495
#, fuzzy
#| msgid "Enable or disable debug output."
msgid "Enable verbose output."
msgstr "Как включить или отключить подстановки."
#. type: item
-#: guix-git/doc/guix.texi:23470
+#: guix-git/doc/guix.texi:23496
#, fuzzy, no-wrap
#| msgid "@code{rapi-configuration} (default: @code{(ganeti-rapi-configuration)})"
msgid "@code{xorg-configuration} (type: xorg-configuration)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:23474
+#: guix-git/doc/guix.texi:23500
msgid "The default Xorg server configuration to use to generate the Xorg server start script. It can be refined per seat via the @code{xserver-command} of the @code{<lightdm-seat-configuration>} record, if desired."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23475
+#: guix-git/doc/guix.texi:23501
#, fuzzy, no-wrap
#| msgid "{Data Type} ganeti-configuration"
msgid "@code{greeters} (type: list-of-greeter-configurations)"
msgstr "Конфигурирование системы"
#. type: table
-#: guix-git/doc/guix.texi:23477
+#: guix-git/doc/guix.texi:23503
#, fuzzy
#| msgid "The getmail configuration file to use."
msgid "The LightDM greeter configurations specifying the greeters to use."
msgstr "Используемый файл конфигурации getmail."
#. type: item
-#: guix-git/doc/guix.texi:23478
+#: guix-git/doc/guix.texi:23504
#, fuzzy, no-wrap
#| msgid "{Data Type} auditd-configuration"
msgid "@code{seats} (type: list-of-seat-configurations)"
msgstr "{Тип данных} build-machine"
#. type: table
-#: guix-git/doc/guix.texi:23480
+#: guix-git/doc/guix.texi:23506
msgid "The seat configurations to use. A LightDM seat is akin to a user."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23481 guix-git/doc/guix.texi:33984
+#: guix-git/doc/guix.texi:23507 guix-git/doc/guix.texi:34013
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{xdmcp?} (default: @code{#f}) (type: boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:23483
+#: guix-git/doc/guix.texi:23509
msgid "Whether a XDMCP server should listen on port UDP 177."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23484
+#: guix-git/doc/guix.texi:23510
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{xdmcp-listen-address} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:23487
+#: guix-git/doc/guix.texi:23513
msgid "The host or IP address the XDMCP server listens for incoming connections. When unspecified, listen on for any hosts/IP addresses."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23488
+#: guix-git/doc/guix.texi:23514
#, fuzzy, no-wrap
#| msgid "@code{auto-start?} (default: @code{#t})"
msgid "@code{vnc-server?} (default: @code{#f}) (type: boolean)"
msgstr "@code{auto-start?} (default: @code{#t})"
#. type: table
-#: guix-git/doc/guix.texi:23490
+#: guix-git/doc/guix.texi:23516
msgid "Whether a VNC server is started."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23491
+#: guix-git/doc/guix.texi:23517
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{vnc-server-command} (type: file-like)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:23495
+#: guix-git/doc/guix.texi:23521
msgid "The Xvnc command to use for the VNC server, it's possible to provide extra options not otherwise exposed along the command, for example to disable security:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:23499
+#: guix-git/doc/guix.texi:23525
#, no-wrap
msgid ""
"(vnc-server-command (file-append tigervnc-server \"/bin/Xvnc\"\n"
@@ -46156,12 +46209,12 @@ msgid ""
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23503
+#: guix-git/doc/guix.texi:23529
msgid "Or to set a PasswordFile for the classic (unsecure) VncAuth mechanism:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:23507
+#: guix-git/doc/guix.texi:23533
#, no-wrap
msgid ""
"(vnc-server-command (file-append tigervnc-server \"/bin/Xvnc\"\n"
@@ -46169,499 +46222,499 @@ msgid ""
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23513
+#: guix-git/doc/guix.texi:23539
msgid "The password file should be manually created using the @command{vncpasswd} command. Note that LightDM will create new sessions for VNC users, which means they need to authenticate in the same way as local users would."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23514
+#: guix-git/doc/guix.texi:23540
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{vnc-server-listen-address} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:23517
+#: guix-git/doc/guix.texi:23543
msgid "The host or IP address the VNC server listens for incoming connections. When unspecified, listen for any hosts/IP addresses."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23518
+#: guix-git/doc/guix.texi:23544
#, fuzzy, no-wrap
#| msgid "@code{port} (default: @code{5432})"
msgid "@code{vnc-server-port} (default: @code{5900}) (type: number)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:23520
+#: guix-git/doc/guix.texi:23546
msgid "The TCP port the VNC server should listen to."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23521 guix-git/doc/guix.texi:23570
-#: guix-git/doc/guix.texi:23608
+#: guix-git/doc/guix.texi:23547 guix-git/doc/guix.texi:23596
+#: guix-git/doc/guix.texi:23634
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{extra-config} (default: @code{'()}) (type: list-of-strings)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:23523
+#: guix-git/doc/guix.texi:23549
msgid "Extra configuration values to append to the LightDM configuration file."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:23531
+#: guix-git/doc/guix.texi:23557
#, fuzzy, no-wrap
#| msgid "{Data Type} ganeti-configuration"
msgid "{Data Type} lightdm-gtk-greeter-configuration"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:23533
+#: guix-git/doc/guix.texi:23559
msgid "Available @code{lightdm-gtk-greeter-configuration} fields are:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23535
+#: guix-git/doc/guix.texi:23561
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{lightdm-gtk-greeter} (default: @code{lightdm-gtk-greeter}) (type: file-like)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:23537
+#: guix-git/doc/guix.texi:23563
#, fuzzy
#| msgid "The Hurd package to use."
msgid "The lightdm-gtk-greeter package to use."
msgstr "Используемый пакет Hurd."
#. type: item
-#: guix-git/doc/guix.texi:23538
+#: guix-git/doc/guix.texi:23564
#, no-wrap
msgid "@code{assets} (default: @code{(adwaita-icon-theme gnome-themes-extra hicolor-icon-theme)}) (type: list-of-file-likes)"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23541
+#: guix-git/doc/guix.texi:23567
msgid "The list of packages complementing the greeter, such as package providing icon themes."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23542
+#: guix-git/doc/guix.texi:23568
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{theme-name} (default: @code{\"Adwaita\"}) (type: string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:23544
+#: guix-git/doc/guix.texi:23570
#, fuzzy
#| msgid "The name of the database to use."
msgid "The name of the theme to use."
msgstr "Имя используемой базы данных."
#. type: item
-#: guix-git/doc/guix.texi:23545
+#: guix-git/doc/guix.texi:23571
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{icon-theme-name} (default: @code{\"Adwaita\"}) (type: string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:23547
+#: guix-git/doc/guix.texi:23573
#, fuzzy
#| msgid "The name of the database to use."
msgid "The name of the icon theme to use."
msgstr "Имя используемой базы данных."
#. type: item
-#: guix-git/doc/guix.texi:23548
+#: guix-git/doc/guix.texi:23574
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{cursor-theme-name} (default: @code{\"Adwaita\"}) (type: string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:23550
+#: guix-git/doc/guix.texi:23576
#, fuzzy
#| msgid "The name of the database to use."
msgid "The name of the cursor theme to use."
msgstr "Имя используемой базы данных."
#. type: item
-#: guix-git/doc/guix.texi:23551
+#: guix-git/doc/guix.texi:23577
#, fuzzy, no-wrap
#| msgid "@code{port} (default: @code{5432})"
msgid "@code{cursor-theme-size} (default: @code{16}) (type: number)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:23553
+#: guix-git/doc/guix.texi:23579
#, fuzzy
#| msgid "The URI to use for the database."
msgid "The size to use for the cursor theme."
msgstr "URI для использования в базе данных."
#. type: item
-#: guix-git/doc/guix.texi:23554
+#: guix-git/doc/guix.texi:23580
#, fuzzy, no-wrap
#| msgid "@code{endpoint} (default: @code{#f})"
msgid "@code{allow-debugging?} (type: maybe-boolean)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:23556
+#: guix-git/doc/guix.texi:23582
msgid "Set to #t to enable debug log level."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23557
+#: guix-git/doc/guix.texi:23583
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{background} (type: file-like)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:23559
+#: guix-git/doc/guix.texi:23585
#, fuzzy
#| msgid "The package to use."
msgid "The background image to use."
msgstr "Пакет для использования."
#. type: item
-#: guix-git/doc/guix.texi:23560
+#: guix-git/doc/guix.texi:23586
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{at-spi-enabled?} (default: @code{#f}) (type: boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:23563
+#: guix-git/doc/guix.texi:23589
msgid "Enable accessibility support through the Assistive Technology Service Provider Interface (AT-SPI)."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23564
+#: guix-git/doc/guix.texi:23590
#, fuzzy, no-wrap
#| msgid "@code{password} (default: @code{\"\"})"
msgid "@code{a11y-states} (default: @code{(contrast font keyboard reader)}) (type: list-of-a11y-states)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:23566
+#: guix-git/doc/guix.texi:23592
msgid "The accessibility features to enable, given as list of symbols."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23567
+#: guix-git/doc/guix.texi:23593
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{reader} (type: maybe-file-like)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:23569
+#: guix-git/doc/guix.texi:23595
msgid "The command to use to launch a screen reader."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23573
+#: guix-git/doc/guix.texi:23599
msgid "Extra configuration values to append to the LightDM GTK Greeter configuration file."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:23580
+#: guix-git/doc/guix.texi:23606
#, fuzzy, no-wrap
#| msgid "{Data Type} auditd-configuration"
msgid "{Data Type} lightdm-seat-configuration"
msgstr "{Тип данных} build-machine"
#. type: deftp
-#: guix-git/doc/guix.texi:23582
+#: guix-git/doc/guix.texi:23608
msgid "Available @code{lightdm-seat-configuration} fields are:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23584
+#: guix-git/doc/guix.texi:23610
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{name} (type: seat-name)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:23587
+#: guix-git/doc/guix.texi:23613
msgid "The name of the seat. An asterisk (*) can be used in the name to apply the seat configuration to all the seat names it matches."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23588
+#: guix-git/doc/guix.texi:23614
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{user-session} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:23591
+#: guix-git/doc/guix.texi:23617
msgid "The session to use by default. The session name must be provided as a lowercase string, such as @code{\"gnome\"}, @code{\"ratpoison\"}, etc."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23592
+#: guix-git/doc/guix.texi:23618
#, fuzzy, no-wrap
#| msgid "@code{password} (default: @code{\"\"})"
msgid "@code{type} (default: @code{local}) (type: seat-type)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:23594
+#: guix-git/doc/guix.texi:23620
msgid "The type of the seat, either the @code{local} or @code{xremote} symbol."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23595
+#: guix-git/doc/guix.texi:23621
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{autologin-user} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:23597
+#: guix-git/doc/guix.texi:23623
msgid "The username to automatically log in with by default."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23598
+#: guix-git/doc/guix.texi:23624
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{greeter-session} (default: @code{lightdm-gtk-greeter}) (type: greeter-session)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:23601
+#: guix-git/doc/guix.texi:23627
msgid "The greeter session to use, specified as a symbol. Currently, only @code{lightdm-gtk-greeter} is supported."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23602
+#: guix-git/doc/guix.texi:23628
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{xserver-command} (type: maybe-file-like)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:23604
+#: guix-git/doc/guix.texi:23630
#, fuzzy
#| msgid "The package to use."
msgid "The Xorg server command to run."
msgstr "Пакет для использования."
#. type: item
-#: guix-git/doc/guix.texi:23605
+#: guix-git/doc/guix.texi:23631
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{session-wrapper} (type: file-like)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:23607
+#: guix-git/doc/guix.texi:23633
#, fuzzy
#| msgid "The Transmission package to use."
msgid "The xinitrc session wrapper to use."
msgstr "Используемый пакет nfs-utils."
#. type: table
-#: guix-git/doc/guix.texi:23610
+#: guix-git/doc/guix.texi:23636
msgid "Extra configuration values to append to the seat configuration section."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:23616
+#: guix-git/doc/guix.texi:23642
#, no-wrap
msgid "Xorg, configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:23617
+#: guix-git/doc/guix.texi:23643
#, no-wrap
msgid "{Data Type} xorg-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:23623
+#: guix-git/doc/guix.texi:23649
msgid "This data type represents the configuration of the Xorg graphical display server. Note that there is no Xorg service; instead, the X server is started by a ``display manager'' such as GDM, SDDM, LightDM or SLiM@. Thus, the configuration of these display managers aggregates an @code{xorg-configuration} record."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23625
+#: guix-git/doc/guix.texi:23651
#, no-wrap
msgid "@code{modules} (default: @code{%default-xorg-modules})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23628
+#: guix-git/doc/guix.texi:23654
msgid "This is a list of @dfn{module packages} loaded by the Xorg server---e.g., @code{xf86-video-vesa}, @code{xf86-input-keyboard}, and so on."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23629
+#: guix-git/doc/guix.texi:23655
#, no-wrap
msgid "@code{fonts} (default: @code{%default-xorg-fonts})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23631
+#: guix-git/doc/guix.texi:23657
msgid "This is a list of font directories to add to the server's @dfn{font path}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23632
+#: guix-git/doc/guix.texi:23658
#, no-wrap
msgid "@code{drivers} (default: @code{'()})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23636
+#: guix-git/doc/guix.texi:23662
msgid "This must be either the empty list, in which case Xorg chooses a graphics driver automatically, or a list of driver names that will be tried in this order---e.g., @code{'(\"modesetting\" \"vesa\")}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23637
+#: guix-git/doc/guix.texi:23663
#, no-wrap
msgid "@code{resolutions} (default: @code{'()})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23641
+#: guix-git/doc/guix.texi:23667
msgid "When @code{resolutions} is the empty list, Xorg chooses an appropriate screen resolution. Otherwise, it must be a list of resolutions---e.g., @code{'((1024 768) (640 480))}."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:23642
+#: guix-git/doc/guix.texi:23668
#, no-wrap
msgid "keyboard layout, for Xorg"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:23643
+#: guix-git/doc/guix.texi:23669
#, no-wrap
msgid "keymap, for Xorg"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23647
+#: guix-git/doc/guix.texi:23673
msgid "If this is @code{#f}, Xorg uses the default keyboard layout---usually US English (``qwerty'') for a 105-key PC keyboard."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23651
+#: guix-git/doc/guix.texi:23677
msgid "Otherwise this must be a @code{keyboard-layout} object specifying the keyboard layout in use when Xorg is running. @xref{Keyboard Layout}, for more information on how to specify the keyboard layout."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23652 guix-git/doc/guix.texi:26231
-#: guix-git/doc/guix.texi:41274
+#: guix-git/doc/guix.texi:23678 guix-git/doc/guix.texi:26257
+#: guix-git/doc/guix.texi:41303
#, no-wrap
msgid "@code{extra-config} (default: @code{'()})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23655 guix-git/doc/guix.texi:41278
+#: guix-git/doc/guix.texi:23681 guix-git/doc/guix.texi:41307
msgid "This is a list of strings or objects appended to the configuration file. It is used to pass extra text to be added verbatim to the configuration file."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23656
+#: guix-git/doc/guix.texi:23682
#, no-wrap
msgid "@code{server} (default: @code{xorg-server})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23658
+#: guix-git/doc/guix.texi:23684
msgid "This is the package providing the Xorg server."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23659
+#: guix-git/doc/guix.texi:23685
#, no-wrap
msgid "@code{server-arguments} (default: @code{%default-xorg-server-arguments})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23662
+#: guix-git/doc/guix.texi:23688
msgid "This is the list of command-line arguments to pass to the X server. The default is @code{-nolisten tcp}."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:23665
+#: guix-git/doc/guix.texi:23691
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} profile-service-type"
msgid "{Procedure} set-xorg-configuration config [login-manager-service-type]"
msgstr "{Scheme Variable} profile-service-type"
#. type: deffn
-#: guix-git/doc/guix.texi:23668
+#: guix-git/doc/guix.texi:23694
msgid "Tell the log-in manager (of type @var{login-manager-service-type}) to use @var{config}, an @code{<xorg-configuration>} record."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:23672
+#: guix-git/doc/guix.texi:23698
msgid "Since the Xorg configuration is embedded in the log-in manager's configuration---e.g., @code{gdm-configuration}---this procedure provides a shorthand to set the Xorg configuration."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:23674
+#: guix-git/doc/guix.texi:23700
#, no-wrap
msgid "{Procedure} xorg-start-command [config]"
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:23678
+#: guix-git/doc/guix.texi:23704
msgid "Return a @code{startx} script in which the modules, fonts, etc. specified in @var{config}, are available. The result should be used in place of @code{startx}."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:23680
+#: guix-git/doc/guix.texi:23706
msgid "Usually the X server is started by a login manager."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:23682
+#: guix-git/doc/guix.texi:23708
#, no-wrap
msgid "{Procedure} xorg-start-command-xinit [config]"
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:23691
+#: guix-git/doc/guix.texi:23717
msgid "Return a @code{startx} script in which the modules, fonts, etc. specified in @var{config} are available. The result should be used in place of @code{startx} and should be invoked by the user from a tty after login. Unlike @code{xorg-start-command}, this script calls xinit. Therefore it works well when executed from a tty. This script can be set up as @code{startx} using @code{startx-command-service-type} or @code{home-startx-command-service-type}. If you are using a desktop environment, you are unlikely to need this procedure."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:23694
+#: guix-git/doc/guix.texi:23720
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "screen-locker-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:23698
+#: guix-git/doc/guix.texi:23724
msgid "Type for a service that adds a package for a screen locker or screen saver to the set of privileged programs and/or add a PAM entry for it. The value for this service is a @code{<screen-locker-configuration>} object."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:23703
+#: guix-git/doc/guix.texi:23729
msgid "While the default behavior is to setup both a privileged program and PAM entry, these two methods are redundant. Screen locker programs may not execute when PAM is configured and @code{setuid} is set on their executable. In this case, @code{using-setuid?} can be set to @code{#f}."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:23705
+#: guix-git/doc/guix.texi:23731
#, fuzzy
#| msgid "For example, this command:"
msgid "For example, to make XlockMore usable:"
msgstr "Например, эта команда:"
#. type: lisp
-#: guix-git/doc/guix.texi:23711
+#: guix-git/doc/guix.texi:23737
#, fuzzy, no-wrap
#| msgid ""
#| "(service gmnisrv-service-type\n"
@@ -46678,17 +46731,17 @@ msgstr ""
" (config-file (local-file \"./my-gmnisrv.ini\"))))\n"
#. type: defvar
-#: guix-git/doc/guix.texi:23714
+#: guix-git/doc/guix.texi:23740
msgid "makes the good ol' XlockMore usable."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:23717
+#: guix-git/doc/guix.texi:23743
msgid "For example, swaylock fails to execute when compiled with PAM support and setuid enabled. One can thus disable setuid:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:23725
+#: guix-git/doc/guix.texi:23751
#, fuzzy, no-wrap
#| msgid ""
#| "(service gmnisrv-service-type\n"
@@ -46707,131 +46760,131 @@ msgstr ""
" (config-file (local-file \"./my-gmnisrv.ini\"))))\n"
#. type: deftp
-#: guix-git/doc/guix.texi:23729
+#: guix-git/doc/guix.texi:23755
#, fuzzy, no-wrap
#| msgid "{Data Type} shepherd-configuration"
msgid "{Data Type} screen-locker-configuration"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:23731
+#: guix-git/doc/guix.texi:23757
#, fuzzy
#| msgid "Available @code{slapd-configuration} fields are:"
msgid "Available @code{screen-locker-configuration} fields are:"
msgstr "Доступными полями @code{slapd-configuration} являются:"
#. type: table
-#: guix-git/doc/guix.texi:23735
+#: guix-git/doc/guix.texi:23761
#, fuzzy
#| msgid "Return the directory name of the store."
msgid "Name of the screen locker."
msgstr "Проверить целостность склада."
#. type: item
-#: guix-git/doc/guix.texi:23736
+#: guix-git/doc/guix.texi:23762
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{program} (type: file-like)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:23738
+#: guix-git/doc/guix.texi:23764
msgid "Path to the executable for the screen locker as a G-Expression."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23739
+#: guix-git/doc/guix.texi:23765
#, fuzzy, no-wrap
#| msgid "@code{auto-start?} (default: @code{#t})"
msgid "@code{allow-empty-password?} (default: @code{#f}) (type: boolean)"
msgstr "@code{auto-start?} (default: @code{#t})"
#. type: item
-#: guix-git/doc/guix.texi:23742
+#: guix-git/doc/guix.texi:23768
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{using-pam?} (default: @code{#t}) (type: boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:23744
+#: guix-git/doc/guix.texi:23770
#, fuzzy
#| msgid "Whether to use a snippet, or a build phase."
msgid "Whether to setup PAM entry."
msgstr "Где использовать сниппет, а где фазу сборки."
#. type: item
-#: guix-git/doc/guix.texi:23745
+#: guix-git/doc/guix.texi:23771
#, fuzzy, no-wrap
#| msgid "@code{enabled?} (default: @code{#t})"
msgid "@code{using-setuid?} (default: @code{#t}) (type: boolean)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:23747
+#: guix-git/doc/guix.texi:23773
#, fuzzy
#| msgid "Whether to use a snippet, or a build phase."
msgid "Whether to setup program as setuid binary."
msgstr "Где использовать сниппет, а где фазу сборки."
#. type: defvar
-#: guix-git/doc/guix.texi:23752
+#: guix-git/doc/guix.texi:23778
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "startx-command-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:23754
+#: guix-git/doc/guix.texi:23780
msgid "Add @command{startx} to the system profile putting it onto @env{PATH}."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:23758 guix-git/doc/guix.texi:46626
+#: guix-git/doc/guix.texi:23784 guix-git/doc/guix.texi:46655
msgid "The value for this service is a @code{<xorg-configuration>} object which is passed to the @code{xorg-start-command-xinit} procedure producing the @command{startx} used. Default value is @code{(xorg-configuration)}."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:23764
+#: guix-git/doc/guix.texi:23790
#, no-wrap
msgid "printer support with CUPS"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:23768
+#: guix-git/doc/guix.texi:23794
msgid "The @code{(gnu services cups)} module provides a Guix service definition for the CUPS printing service. To add printer support to a Guix system, add a @code{cups-service} to the operating system definition:"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:23769
+#: guix-git/doc/guix.texi:23795
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "cups-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:23773
+#: guix-git/doc/guix.texi:23799
msgid "The service type for the CUPS print server. Its value should be a valid CUPS configuration (see below). To use the default settings, simply write:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:23775
+#: guix-git/doc/guix.texi:23801
#, no-wrap
msgid "(service cups-service-type)\n"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:23785
+#: guix-git/doc/guix.texi:23811
msgid "The CUPS configuration controls the basic things about your CUPS installation: what interfaces it listens on, what to do if a print job fails, how much logging to do, and so on. To actually add a printer, you have to visit the @url{http://localhost:631} URL, or use a tool such as GNOME's printer configuration services. By default, configuring a CUPS service will generate a self-signed certificate if needed, for secure connections to the print server."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:23791
+#: guix-git/doc/guix.texi:23817
msgid "Suppose you want to enable the Web interface of CUPS and also add support for Epson printers @i{via} the @code{epson-inkjet-printer-escpr} package and for HP printers @i{via} the @code{hplip-minimal} package. You can do that directly, like this (you need to use the @code{(gnu packages cups)} module):"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:23798
+#: guix-git/doc/guix.texi:23824
#, no-wrap
msgid ""
"(service cups-service-type\n"
@@ -46847,1474 +46900,1474 @@ msgstr ""
" (list cups-filters epson-inkjet-printer-escpr hplip-minimal))))\n"
#. type: quotation
-#: guix-git/doc/guix.texi:23804
+#: guix-git/doc/guix.texi:23830
msgid "If you wish to use the Qt5 based GUI which comes with the hplip package then it is suggested that you install the @code{hplip} package, either in your OS configuration file or as your user."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:23812
+#: guix-git/doc/guix.texi:23838
msgid "The available configuration parameters follow. Each parameter definition is preceded by its type; for example, @samp{string-list foo} indicates that the @code{foo} parameter should be specified as a list of strings. There is also a way to specify the configuration as a string, if you have an old @code{cupsd.conf} file that you want to port over from some other system; see the end for more details."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:23823
+#: guix-git/doc/guix.texi:23849
msgid "Available @code{cups-configuration} fields are:"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:23824
+#: guix-git/doc/guix.texi:23850
#, no-wrap
msgid "{@code{cups-configuration} parameter} package cups"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:23826 guix-git/doc/guix.texi:24561
+#: guix-git/doc/guix.texi:23852 guix-git/doc/guix.texi:24587
msgid "The CUPS package."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:23828
+#: guix-git/doc/guix.texi:23854
#, no-wrap
msgid "{@code{cups-configuration} parameter} package-list extensions (default: @code{(list brlaser cups-filters epson-inkjet-printer-escpr foomatic-filters hplip-minimal splix)})"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:23830
+#: guix-git/doc/guix.texi:23856
msgid "Drivers and other extensions to the CUPS package."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:23832
+#: guix-git/doc/guix.texi:23858
#, no-wrap
msgid "{@code{cups-configuration} parameter} files-configuration files-configuration"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:23835
+#: guix-git/doc/guix.texi:23861
msgid "Configuration of where to write logs, what directories to use for print spools, and related privileged configuration parameters."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:23837
+#: guix-git/doc/guix.texi:23863
msgid "Available @code{files-configuration} fields are:"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:23838
+#: guix-git/doc/guix.texi:23864
#, no-wrap
msgid "{@code{files-configuration} parameter} log-location access-log"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:23846
+#: guix-git/doc/guix.texi:23872
msgid "Defines the access log filename. Specifying a blank filename disables access log generation. The value @code{stderr} causes log entries to be sent to the standard error file when the scheduler is running in the foreground, or to the system log daemon when run in the background. The value @code{syslog} causes log entries to be sent to the system log daemon. The server name may be included in filenames using the string @code{%s}, as in @code{/var/log/cups/%s-access_log}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:23848
+#: guix-git/doc/guix.texi:23874
msgid "Defaults to @samp{\"/var/log/cups/access_log\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:23850
+#: guix-git/doc/guix.texi:23876
#, no-wrap
msgid "{@code{files-configuration} parameter} file-name cache-dir"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:23852
+#: guix-git/doc/guix.texi:23878
msgid "Where CUPS should cache data."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:23854
+#: guix-git/doc/guix.texi:23880
msgid "Defaults to @samp{\"/var/cache/cups\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:23856
+#: guix-git/doc/guix.texi:23882
#, no-wrap
msgid "{@code{files-configuration} parameter} string config-file-perm"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:23859
+#: guix-git/doc/guix.texi:23885
msgid "Specifies the permissions for all configuration files that the scheduler writes."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:23865
+#: guix-git/doc/guix.texi:23891
msgid "Note that the permissions for the printers.conf file are currently masked to only allow access from the scheduler user (typically root). This is done because printer device URIs sometimes contain sensitive authentication information that should not be generally known on the system. There is no way to disable this security feature."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:23867
+#: guix-git/doc/guix.texi:23893
msgid "Defaults to @samp{\"0640\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:23869
+#: guix-git/doc/guix.texi:23895
#, no-wrap
msgid "{@code{files-configuration} parameter} log-location error-log"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:23877
+#: guix-git/doc/guix.texi:23903
msgid "Defines the error log filename. Specifying a blank filename disables error log generation. The value @code{stderr} causes log entries to be sent to the standard error file when the scheduler is running in the foreground, or to the system log daemon when run in the background. The value @code{syslog} causes log entries to be sent to the system log daemon. The server name may be included in filenames using the string @code{%s}, as in @code{/var/log/cups/%s-error_log}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:23879
+#: guix-git/doc/guix.texi:23905
msgid "Defaults to @samp{\"/var/log/cups/error_log\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:23881
+#: guix-git/doc/guix.texi:23907
#, no-wrap
msgid "{@code{files-configuration} parameter} string fatal-errors"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:23884
+#: guix-git/doc/guix.texi:23910
msgid "Specifies which errors are fatal, causing the scheduler to exit. The kind strings are:"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23888
+#: guix-git/doc/guix.texi:23914
msgid "No errors are fatal."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23891
+#: guix-git/doc/guix.texi:23917
msgid "All of the errors below are fatal."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23892
+#: guix-git/doc/guix.texi:23918
#, no-wrap
msgid "browse"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23895
+#: guix-git/doc/guix.texi:23921
msgid "Browsing initialization errors are fatal, for example failed connections to the DNS-SD daemon."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23896
+#: guix-git/doc/guix.texi:23922
#, no-wrap
msgid "config"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23898
+#: guix-git/doc/guix.texi:23924
msgid "Configuration file syntax errors are fatal."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23899
+#: guix-git/doc/guix.texi:23925
#, no-wrap
msgid "listen"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23902
+#: guix-git/doc/guix.texi:23928
msgid "Listen or Port errors are fatal, except for IPv6 failures on the loopback or @code{any} addresses."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23903
+#: guix-git/doc/guix.texi:23929
#, no-wrap
msgid "log"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23905
+#: guix-git/doc/guix.texi:23931
msgid "Log file creation or write errors are fatal."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:23906
+#: guix-git/doc/guix.texi:23932
#, no-wrap
msgid "permissions"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:23909
+#: guix-git/doc/guix.texi:23935
msgid "Bad startup file permissions are fatal, for example shared TLS certificate and key files with world-read permissions."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:23912
+#: guix-git/doc/guix.texi:23938
msgid "Defaults to @samp{\"all -browse\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:23914
+#: guix-git/doc/guix.texi:23940
#, no-wrap
msgid "{@code{files-configuration} parameter} boolean file-device?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:23917
+#: guix-git/doc/guix.texi:23943
msgid "Specifies whether the file pseudo-device can be used for new printer queues. The URI @uref{file:///dev/null} is always allowed."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:23919 guix-git/doc/guix.texi:23995
-#: guix-git/doc/guix.texi:24037 guix-git/doc/guix.texi:24056
-#: guix-git/doc/guix.texi:24062 guix-git/doc/guix.texi:24150
-#: guix-git/doc/guix.texi:24227 guix-git/doc/guix.texi:24535
-#: guix-git/doc/guix.texi:24548 guix-git/doc/guix.texi:26515
-#: guix-git/doc/guix.texi:28003 guix-git/doc/guix.texi:28109
-#: guix-git/doc/guix.texi:28174 guix-git/doc/guix.texi:28183
-#: guix-git/doc/guix.texi:29675 guix-git/doc/guix.texi:29719
-#: guix-git/doc/guix.texi:29736 guix-git/doc/guix.texi:29744
-#: guix-git/doc/guix.texi:29759 guix-git/doc/guix.texi:29777
-#: guix-git/doc/guix.texi:29801 guix-git/doc/guix.texi:29854
-#: guix-git/doc/guix.texi:29987 guix-git/doc/guix.texi:30021
-#: guix-git/doc/guix.texi:30057 guix-git/doc/guix.texi:30073
-#: guix-git/doc/guix.texi:30101 guix-git/doc/guix.texi:30162
-#: guix-git/doc/guix.texi:30245 guix-git/doc/guix.texi:35263
-#: guix-git/doc/guix.texi:35277 guix-git/doc/guix.texi:35477
-#: guix-git/doc/guix.texi:35522 guix-git/doc/guix.texi:35609
-#: guix-git/doc/guix.texi:36110 guix-git/doc/guix.texi:36143
-#: guix-git/doc/guix.texi:36283 guix-git/doc/guix.texi:36294
-#: guix-git/doc/guix.texi:36545 guix-git/doc/guix.texi:38289
-#: guix-git/doc/guix.texi:38298 guix-git/doc/guix.texi:38306
-#: guix-git/doc/guix.texi:38314 guix-git/doc/guix.texi:38330
-#: guix-git/doc/guix.texi:38346 guix-git/doc/guix.texi:38354
-#: guix-git/doc/guix.texi:38362 guix-git/doc/guix.texi:38371
-#: guix-git/doc/guix.texi:38380 guix-git/doc/guix.texi:38396
-#: guix-git/doc/guix.texi:38460 guix-git/doc/guix.texi:38566
-#: guix-git/doc/guix.texi:38574 guix-git/doc/guix.texi:38582
-#: guix-git/doc/guix.texi:38608 guix-git/doc/guix.texi:38662
-#: guix-git/doc/guix.texi:38710 guix-git/doc/guix.texi:38911
-#: guix-git/doc/guix.texi:38918
+#: guix-git/doc/guix.texi:23945 guix-git/doc/guix.texi:24021
+#: guix-git/doc/guix.texi:24063 guix-git/doc/guix.texi:24082
+#: guix-git/doc/guix.texi:24088 guix-git/doc/guix.texi:24176
+#: guix-git/doc/guix.texi:24253 guix-git/doc/guix.texi:24561
+#: guix-git/doc/guix.texi:24574 guix-git/doc/guix.texi:26541
+#: guix-git/doc/guix.texi:28029 guix-git/doc/guix.texi:28135
+#: guix-git/doc/guix.texi:28200 guix-git/doc/guix.texi:28209
+#: guix-git/doc/guix.texi:29701 guix-git/doc/guix.texi:29745
+#: guix-git/doc/guix.texi:29762 guix-git/doc/guix.texi:29770
+#: guix-git/doc/guix.texi:29785 guix-git/doc/guix.texi:29803
+#: guix-git/doc/guix.texi:29827 guix-git/doc/guix.texi:29880
+#: guix-git/doc/guix.texi:30013 guix-git/doc/guix.texi:30047
+#: guix-git/doc/guix.texi:30083 guix-git/doc/guix.texi:30099
+#: guix-git/doc/guix.texi:30127 guix-git/doc/guix.texi:30188
+#: guix-git/doc/guix.texi:30271 guix-git/doc/guix.texi:35292
+#: guix-git/doc/guix.texi:35306 guix-git/doc/guix.texi:35506
+#: guix-git/doc/guix.texi:35551 guix-git/doc/guix.texi:35638
+#: guix-git/doc/guix.texi:36139 guix-git/doc/guix.texi:36172
+#: guix-git/doc/guix.texi:36312 guix-git/doc/guix.texi:36323
+#: guix-git/doc/guix.texi:36574 guix-git/doc/guix.texi:38318
+#: guix-git/doc/guix.texi:38327 guix-git/doc/guix.texi:38335
+#: guix-git/doc/guix.texi:38343 guix-git/doc/guix.texi:38359
+#: guix-git/doc/guix.texi:38375 guix-git/doc/guix.texi:38383
+#: guix-git/doc/guix.texi:38391 guix-git/doc/guix.texi:38400
+#: guix-git/doc/guix.texi:38409 guix-git/doc/guix.texi:38425
+#: guix-git/doc/guix.texi:38489 guix-git/doc/guix.texi:38595
+#: guix-git/doc/guix.texi:38603 guix-git/doc/guix.texi:38611
+#: guix-git/doc/guix.texi:38637 guix-git/doc/guix.texi:38691
+#: guix-git/doc/guix.texi:38739 guix-git/doc/guix.texi:38940
+#: guix-git/doc/guix.texi:38947
msgid "Defaults to @samp{#f}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:23921
+#: guix-git/doc/guix.texi:23947
#, no-wrap
msgid "{@code{files-configuration} parameter} string group"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:23924
+#: guix-git/doc/guix.texi:23950
msgid "Specifies the group name or ID that will be used when executing external programs."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:23926 guix-git/doc/guix.texi:24012
+#: guix-git/doc/guix.texi:23952 guix-git/doc/guix.texi:24038
msgid "Defaults to @samp{\"lp\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:23928
+#: guix-git/doc/guix.texi:23954
#, no-wrap
msgid "{@code{files-configuration} parameter} string log-file-group"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:23930
+#: guix-git/doc/guix.texi:23956
msgid "Specifies the group name or ID that will be used for log files."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:23932
+#: guix-git/doc/guix.texi:23958
msgid "Defaults to @samp{\"lpadmin\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:23934
+#: guix-git/doc/guix.texi:23960
#, no-wrap
msgid "{@code{files-configuration} parameter} string log-file-perm"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:23936
+#: guix-git/doc/guix.texi:23962
msgid "Specifies the permissions for all log files that the scheduler writes."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:23938
+#: guix-git/doc/guix.texi:23964
msgid "Defaults to @samp{\"0644\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:23940
+#: guix-git/doc/guix.texi:23966
#, no-wrap
msgid "{@code{files-configuration} parameter} log-location page-log"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:23948
+#: guix-git/doc/guix.texi:23974
msgid "Defines the page log filename. Specifying a blank filename disables page log generation. The value @code{stderr} causes log entries to be sent to the standard error file when the scheduler is running in the foreground, or to the system log daemon when run in the background. The value @code{syslog} causes log entries to be sent to the system log daemon. The server name may be included in filenames using the string @code{%s}, as in @code{/var/log/cups/%s-page_log}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:23950
+#: guix-git/doc/guix.texi:23976
msgid "Defaults to @samp{\"/var/log/cups/page_log\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:23952
+#: guix-git/doc/guix.texi:23978
#, no-wrap
msgid "{@code{files-configuration} parameter} string remote-root"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:23955
+#: guix-git/doc/guix.texi:23981
msgid "Specifies the username that is associated with unauthenticated accesses by clients claiming to be the root user. The default is @code{remroot}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:23957
+#: guix-git/doc/guix.texi:23983
msgid "Defaults to @samp{\"remroot\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:23959
+#: guix-git/doc/guix.texi:23985
#, no-wrap
msgid "{@code{files-configuration} parameter} file-name request-root"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:23962
+#: guix-git/doc/guix.texi:23988
msgid "Specifies the directory that contains print jobs and other HTTP request data."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:23964
+#: guix-git/doc/guix.texi:23990
msgid "Defaults to @samp{\"/var/spool/cups\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:23966
+#: guix-git/doc/guix.texi:23992
#, no-wrap
msgid "{@code{files-configuration} parameter} sandboxing sandboxing"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:23971
+#: guix-git/doc/guix.texi:23997
msgid "Specifies the level of security sandboxing that is applied to print filters, backends, and other child processes of the scheduler; either @code{relaxed} or @code{strict}. This directive is currently only used/supported on macOS."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:23973
+#: guix-git/doc/guix.texi:23999
msgid "Defaults to @samp{strict}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:23975
+#: guix-git/doc/guix.texi:24001
#, no-wrap
msgid "{@code{files-configuration} parameter} file-name server-keychain"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:23980
+#: guix-git/doc/guix.texi:24006
msgid "Specifies the location of TLS certificates and private keys. CUPS will look for public and private keys in this directory: @file{.crt} files for PEM-encoded certificates and corresponding @file{.key} files for PEM-encoded private keys."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:23982
+#: guix-git/doc/guix.texi:24008
msgid "Defaults to @samp{\"/etc/cups/ssl\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:23984
+#: guix-git/doc/guix.texi:24010
#, no-wrap
msgid "{@code{files-configuration} parameter} file-name server-root"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:23986
+#: guix-git/doc/guix.texi:24012
msgid "Specifies the directory containing the server configuration files."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:23988
+#: guix-git/doc/guix.texi:24014
msgid "Defaults to @samp{\"/etc/cups\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:23990
+#: guix-git/doc/guix.texi:24016
#, no-wrap
msgid "{@code{files-configuration} parameter} boolean sync-on-close?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:23993
+#: guix-git/doc/guix.texi:24019
msgid "Specifies whether the scheduler calls fsync(2) after writing configuration or state files."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:23997
+#: guix-git/doc/guix.texi:24023
#, no-wrap
msgid "{@code{files-configuration} parameter} space-separated-string-list system-group"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:23999
+#: guix-git/doc/guix.texi:24025
msgid "Specifies the group(s) to use for @code{@@SYSTEM} group authentication."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24001
+#: guix-git/doc/guix.texi:24027
#, no-wrap
msgid "{@code{files-configuration} parameter} file-name temp-dir"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24003
+#: guix-git/doc/guix.texi:24029
msgid "Specifies the directory where temporary files are stored."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24005
+#: guix-git/doc/guix.texi:24031
msgid "Defaults to @samp{\"/var/spool/cups/tmp\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24007
+#: guix-git/doc/guix.texi:24033
#, no-wrap
msgid "{@code{files-configuration} parameter} string user"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24010
+#: guix-git/doc/guix.texi:24036
msgid "Specifies the user name or ID that is used when running external programs."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24014
+#: guix-git/doc/guix.texi:24040
#, no-wrap
msgid "{@code{files-configuration} parameter} string set-env"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24016
+#: guix-git/doc/guix.texi:24042
msgid "Set the specified environment variable to be passed to child processes."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24018
+#: guix-git/doc/guix.texi:24044
msgid "Defaults to @samp{\"variable value\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24021
+#: guix-git/doc/guix.texi:24047
#, no-wrap
msgid "{@code{cups-configuration} parameter} access-log-level access-log-level"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24028
+#: guix-git/doc/guix.texi:24054
msgid "Specifies the logging level for the AccessLog file. The @code{config} level logs when printers and classes are added, deleted, or modified and when configuration files are accessed or updated. The @code{actions} level logs when print jobs are submitted, held, released, modified, or canceled, and any of the conditions for @code{config}. The @code{all} level logs all requests."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24030
+#: guix-git/doc/guix.texi:24056
msgid "Defaults to @samp{actions}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24032
+#: guix-git/doc/guix.texi:24058
#, no-wrap
msgid "{@code{cups-configuration} parameter} boolean auto-purge-jobs?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24035
+#: guix-git/doc/guix.texi:24061
msgid "Specifies whether to purge job history data automatically when it is no longer required for quotas."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24039
+#: guix-git/doc/guix.texi:24065
#, no-wrap
msgid "{@code{cups-configuration} parameter} comma-separated-string-list browse-dns-sd-sub-types"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24041
+#: guix-git/doc/guix.texi:24067
msgid "Specifies a list of DNS-SD sub-types to advertise for each shared printer."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24044
+#: guix-git/doc/guix.texi:24070
msgid "The default @samp{(list \"_cups\" \"_print\" \"_universal\")} tells clients that CUPS sharing, IPP Everywhere, AirPrint, and Mopria are supported."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24046
+#: guix-git/doc/guix.texi:24072
#, no-wrap
msgid "{@code{cups-configuration} parameter} browse-local-protocols browse-local-protocols"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24048
+#: guix-git/doc/guix.texi:24074
msgid "Specifies which protocols to use for local printer sharing."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24050
+#: guix-git/doc/guix.texi:24076
msgid "Defaults to @samp{dnssd}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24052
+#: guix-git/doc/guix.texi:24078
#, no-wrap
msgid "{@code{cups-configuration} parameter} boolean browse-web-if?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24054
+#: guix-git/doc/guix.texi:24080
msgid "Specifies whether the CUPS web interface is advertised."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24058
+#: guix-git/doc/guix.texi:24084
#, no-wrap
msgid "{@code{cups-configuration} parameter} boolean browsing?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24060
+#: guix-git/doc/guix.texi:24086
msgid "Specifies whether shared printers are advertised."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24064
+#: guix-git/doc/guix.texi:24090
#, no-wrap
msgid "{@code{cups-configuration} parameter} default-auth-type default-auth-type"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24066
+#: guix-git/doc/guix.texi:24092
msgid "Specifies the default type of authentication to use."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24068
+#: guix-git/doc/guix.texi:24094
msgid "Defaults to @samp{Basic}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24070
+#: guix-git/doc/guix.texi:24096
#, no-wrap
msgid "{@code{cups-configuration} parameter} default-encryption default-encryption"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24072
+#: guix-git/doc/guix.texi:24098
msgid "Specifies whether encryption will be used for authenticated requests."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24074
+#: guix-git/doc/guix.texi:24100
msgid "Defaults to @samp{Required}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24076
+#: guix-git/doc/guix.texi:24102
#, no-wrap
msgid "{@code{cups-configuration} parameter} string default-language"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24078
+#: guix-git/doc/guix.texi:24104
msgid "Specifies the default language to use for text and web content."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24080
+#: guix-git/doc/guix.texi:24106
msgid "Defaults to @samp{\"en\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24082
+#: guix-git/doc/guix.texi:24108
#, no-wrap
msgid "{@code{cups-configuration} parameter} string default-paper-size"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24087
+#: guix-git/doc/guix.texi:24113
msgid "Specifies the default paper size for new print queues. @samp{\"Auto\"} uses a locale-specific default, while @samp{\"None\"} specifies there is no default paper size. Specific size names are typically @samp{\"Letter\"} or @samp{\"A4\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24089
+#: guix-git/doc/guix.texi:24115
msgid "Defaults to @samp{\"Auto\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24091
+#: guix-git/doc/guix.texi:24117
#, no-wrap
msgid "{@code{cups-configuration} parameter} string default-policy"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24093
+#: guix-git/doc/guix.texi:24119
msgid "Specifies the default access policy to use."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24095
+#: guix-git/doc/guix.texi:24121
msgid "Defaults to @samp{\"default\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24097
+#: guix-git/doc/guix.texi:24123
#, no-wrap
msgid "{@code{cups-configuration} parameter} boolean default-shared?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24099
+#: guix-git/doc/guix.texi:24125
msgid "Specifies whether local printers are shared by default."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24101 guix-git/doc/guix.texi:24181
-#: guix-git/doc/guix.texi:24451 guix-git/doc/guix.texi:28100
-#: guix-git/doc/guix.texi:28151 guix-git/doc/guix.texi:28158
-#: guix-git/doc/guix.texi:29699 guix-git/doc/guix.texi:29887
-#: guix-git/doc/guix.texi:30004 guix-git/doc/guix.texi:30040
-#: guix-git/doc/guix.texi:30091 guix-git/doc/guix.texi:30110
-#: guix-git/doc/guix.texi:30120 guix-git/doc/guix.texi:30130
-#: guix-git/doc/guix.texi:30189 guix-git/doc/guix.texi:30211
-#: guix-git/doc/guix.texi:30236 guix-git/doc/guix.texi:30262
-#: guix-git/doc/guix.texi:30280 guix-git/doc/guix.texi:35130
-#: guix-git/doc/guix.texi:35270 guix-git/doc/guix.texi:35484
-#: guix-git/doc/guix.texi:35491 guix-git/doc/guix.texi:35513
-#: guix-git/doc/guix.texi:35552 guix-git/doc/guix.texi:35572
-#: guix-git/doc/guix.texi:35586 guix-git/doc/guix.texi:36098
-#: guix-git/doc/guix.texi:38234 guix-git/doc/guix.texi:38322
-#: guix-git/doc/guix.texi:38338 guix-git/doc/guix.texi:38388
+#: guix-git/doc/guix.texi:24127 guix-git/doc/guix.texi:24207
+#: guix-git/doc/guix.texi:24477 guix-git/doc/guix.texi:28126
+#: guix-git/doc/guix.texi:28177 guix-git/doc/guix.texi:28184
+#: guix-git/doc/guix.texi:29725 guix-git/doc/guix.texi:29913
+#: guix-git/doc/guix.texi:30030 guix-git/doc/guix.texi:30066
+#: guix-git/doc/guix.texi:30117 guix-git/doc/guix.texi:30136
+#: guix-git/doc/guix.texi:30146 guix-git/doc/guix.texi:30156
+#: guix-git/doc/guix.texi:30215 guix-git/doc/guix.texi:30237
+#: guix-git/doc/guix.texi:30262 guix-git/doc/guix.texi:30288
+#: guix-git/doc/guix.texi:30306 guix-git/doc/guix.texi:35159
+#: guix-git/doc/guix.texi:35299 guix-git/doc/guix.texi:35513
+#: guix-git/doc/guix.texi:35520 guix-git/doc/guix.texi:35542
+#: guix-git/doc/guix.texi:35581 guix-git/doc/guix.texi:35601
+#: guix-git/doc/guix.texi:35615 guix-git/doc/guix.texi:36127
+#: guix-git/doc/guix.texi:38263 guix-git/doc/guix.texi:38351
+#: guix-git/doc/guix.texi:38367 guix-git/doc/guix.texi:38417
msgid "Defaults to @samp{#t}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24103
+#: guix-git/doc/guix.texi:24129
#, no-wrap
msgid "{@code{cups-configuration} parameter} non-negative-integer dirty-clean-interval"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24107
+#: guix-git/doc/guix.texi:24133
msgid "Specifies the delay for updating of configuration and state files, in seconds. A value of 0 causes the update to happen as soon as possible, typically within a few milliseconds."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24109 guix-git/doc/guix.texi:24157
-#: guix-git/doc/guix.texi:24166 guix-git/doc/guix.texi:24469
-#: guix-git/doc/guix.texi:30049 guix-git/doc/guix.texi:30082
+#: guix-git/doc/guix.texi:24135 guix-git/doc/guix.texi:24183
+#: guix-git/doc/guix.texi:24192 guix-git/doc/guix.texi:24495
+#: guix-git/doc/guix.texi:30075 guix-git/doc/guix.texi:30108
msgid "Defaults to @samp{30}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24111
+#: guix-git/doc/guix.texi:24137
#, no-wrap
msgid "{@code{cups-configuration} parameter} error-policy error-policy"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24117
+#: guix-git/doc/guix.texi:24143
msgid "Specifies what to do when an error occurs. Possible values are @code{abort-job}, which will discard the failed print job; @code{retry-job}, which will retry the job at a later time; @code{retry-current-job}, which retries the failed job immediately; and @code{stop-printer}, which stops the printer."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24119
+#: guix-git/doc/guix.texi:24145
msgid "Defaults to @samp{stop-printer}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24121
+#: guix-git/doc/guix.texi:24147
#, no-wrap
msgid "{@code{cups-configuration} parameter} non-negative-integer filter-limit"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24129
+#: guix-git/doc/guix.texi:24155
msgid "Specifies the maximum cost of filters that are run concurrently, which can be used to minimize disk, memory, and CPU resource problems. A limit of 0 disables filter limiting. An average print to a non-PostScript printer needs a filter limit of about 200. A PostScript printer needs about half that (100). Setting the limit below these thresholds will effectively limit the scheduler to printing a single job at any time."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24131 guix-git/doc/guix.texi:24139
-#: guix-git/doc/guix.texi:24188 guix-git/doc/guix.texi:24293
-#: guix-git/doc/guix.texi:24307 guix-git/doc/guix.texi:24314
-#: guix-git/doc/guix.texi:24335 guix-git/doc/guix.texi:24343
-#: guix-git/doc/guix.texi:24351 guix-git/doc/guix.texi:24359
-#: guix-git/doc/guix.texi:26645 guix-git/doc/guix.texi:26661
-#: guix-git/doc/guix.texi:27318 guix-git/doc/guix.texi:27330
-#: guix-git/doc/guix.texi:28119 guix-git/doc/guix.texi:28128
-#: guix-git/doc/guix.texi:28136 guix-git/doc/guix.texi:28144
-#: guix-git/doc/guix.texi:35146 guix-git/doc/guix.texi:35499
-#: guix-git/doc/guix.texi:38227 guix-git/doc/guix.texi:38527
-#: guix-git/doc/guix.texi:38702
+#: guix-git/doc/guix.texi:24157 guix-git/doc/guix.texi:24165
+#: guix-git/doc/guix.texi:24214 guix-git/doc/guix.texi:24319
+#: guix-git/doc/guix.texi:24333 guix-git/doc/guix.texi:24340
+#: guix-git/doc/guix.texi:24361 guix-git/doc/guix.texi:24369
+#: guix-git/doc/guix.texi:24377 guix-git/doc/guix.texi:24385
+#: guix-git/doc/guix.texi:26671 guix-git/doc/guix.texi:26687
+#: guix-git/doc/guix.texi:27344 guix-git/doc/guix.texi:27356
+#: guix-git/doc/guix.texi:28145 guix-git/doc/guix.texi:28154
+#: guix-git/doc/guix.texi:28162 guix-git/doc/guix.texi:28170
+#: guix-git/doc/guix.texi:35175 guix-git/doc/guix.texi:35528
+#: guix-git/doc/guix.texi:38256 guix-git/doc/guix.texi:38556
+#: guix-git/doc/guix.texi:38731
msgid "Defaults to @samp{0}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24133
+#: guix-git/doc/guix.texi:24159
#, no-wrap
msgid "{@code{cups-configuration} parameter} non-negative-integer filter-nice"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24137
+#: guix-git/doc/guix.texi:24163
msgid "Specifies the scheduling priority of filters that are run to print a job. The nice value ranges from 0, the highest priority, to 19, the lowest priority."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24141
+#: guix-git/doc/guix.texi:24167
#, no-wrap
msgid "{@code{cups-configuration} parameter} host-name-lookups host-name-lookups"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24148
+#: guix-git/doc/guix.texi:24174
msgid "Specifies whether to do reverse lookups on connecting clients. The @code{double} setting causes @code{cupsd} to verify that the hostname resolved from the address matches one of the addresses returned for that hostname. Double lookups also prevent clients with unregistered addresses from connecting to your server. Only set this option to @code{#t} or @code{double} if absolutely required."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24152
+#: guix-git/doc/guix.texi:24178
#, no-wrap
msgid "{@code{cups-configuration} parameter} non-negative-integer job-kill-delay"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24155
+#: guix-git/doc/guix.texi:24181
msgid "Specifies the number of seconds to wait before killing the filters and backend associated with a canceled or held job."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24159
+#: guix-git/doc/guix.texi:24185
#, no-wrap
msgid "{@code{cups-configuration} parameter} non-negative-integer job-retry-interval"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24164
+#: guix-git/doc/guix.texi:24190
msgid "Specifies the interval between retries of jobs in seconds. This is typically used for fax queues but can also be used with normal print queues whose error policy is @code{retry-job} or @code{retry-current-job}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24168
+#: guix-git/doc/guix.texi:24194
#, no-wrap
msgid "{@code{cups-configuration} parameter} non-negative-integer job-retry-limit"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24173
+#: guix-git/doc/guix.texi:24199
msgid "Specifies the number of retries that are done for jobs. This is typically used for fax queues but can also be used with normal print queues whose error policy is @code{retry-job} or @code{retry-current-job}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24175 guix-git/doc/guix.texi:30013
-#: guix-git/doc/guix.texi:36350 guix-git/doc/guix.texi:36370
-#: guix-git/doc/guix.texi:36386 guix-git/doc/guix.texi:36400
-#: guix-git/doc/guix.texi:36407 guix-git/doc/guix.texi:36414
-#: guix-git/doc/guix.texi:36421 guix-git/doc/guix.texi:36581
-#: guix-git/doc/guix.texi:36597 guix-git/doc/guix.texi:36604
-#: guix-git/doc/guix.texi:36611 guix-git/doc/guix.texi:36622
-#: guix-git/doc/guix.texi:38179 guix-git/doc/guix.texi:38187
-#: guix-git/doc/guix.texi:38195 guix-git/doc/guix.texi:38219
+#: guix-git/doc/guix.texi:24201 guix-git/doc/guix.texi:30039
+#: guix-git/doc/guix.texi:36379 guix-git/doc/guix.texi:36399
+#: guix-git/doc/guix.texi:36415 guix-git/doc/guix.texi:36429
+#: guix-git/doc/guix.texi:36436 guix-git/doc/guix.texi:36443
+#: guix-git/doc/guix.texi:36450 guix-git/doc/guix.texi:36610
+#: guix-git/doc/guix.texi:36626 guix-git/doc/guix.texi:36633
+#: guix-git/doc/guix.texi:36640 guix-git/doc/guix.texi:36651
+#: guix-git/doc/guix.texi:38208 guix-git/doc/guix.texi:38216
+#: guix-git/doc/guix.texi:38224 guix-git/doc/guix.texi:38248
msgid "Defaults to @samp{5}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24177
+#: guix-git/doc/guix.texi:24203
#, no-wrap
msgid "{@code{cups-configuration} parameter} boolean keep-alive?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24179
+#: guix-git/doc/guix.texi:24205
msgid "Specifies whether to support HTTP keep-alive connections."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24183
+#: guix-git/doc/guix.texi:24209
#, no-wrap
msgid "{@code{cups-configuration} parameter} non-negative-integer limit-request-body"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24186
+#: guix-git/doc/guix.texi:24212
msgid "Specifies the maximum size of print files, IPP requests, and HTML form data. A limit of 0 disables the limit check."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24190
+#: guix-git/doc/guix.texi:24216
#, no-wrap
msgid "{@code{cups-configuration} parameter} multiline-string-list listen"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24197
+#: guix-git/doc/guix.texi:24223
msgid "Listens on the specified interfaces for connections. Valid values are of the form @var{address}:@var{port}, where @var{address} is either an IPv6 address enclosed in brackets, an IPv4 address, or @code{*} to indicate all addresses. Values can also be file names of local UNIX domain sockets. The Listen directive is similar to the Port directive but allows you to restrict access to specific interfaces or networks."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24199
+#: guix-git/doc/guix.texi:24225
#, no-wrap
msgid "{@code{cups-configuration} parameter} location-access-control-list location-access-controls"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24201
+#: guix-git/doc/guix.texi:24227
msgid "Specifies a set of additional access controls."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24203
+#: guix-git/doc/guix.texi:24229
msgid "Available @code{location-access-controls} fields are:"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24204
+#: guix-git/doc/guix.texi:24230
#, no-wrap
msgid "{@code{location-access-controls} parameter} file-name path"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24206
+#: guix-git/doc/guix.texi:24232
msgid "Specifies the URI path to which the access control applies."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24208
+#: guix-git/doc/guix.texi:24234
#, no-wrap
msgid "{@code{location-access-controls} parameter} access-control-list access-controls"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24211
+#: guix-git/doc/guix.texi:24237
msgid "Access controls for all access to this path, in the same format as the @code{access-controls} of @code{operation-access-control}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24213 guix-git/doc/guix.texi:24219
-#: guix-git/doc/guix.texi:24233 guix-git/doc/guix.texi:24240
-#: guix-git/doc/guix.texi:24373 guix-git/doc/guix.texi:24432
-#: guix-git/doc/guix.texi:24514 guix-git/doc/guix.texi:24528
-#: guix-git/doc/guix.texi:26525 guix-git/doc/guix.texi:26534
-#: guix-git/doc/guix.texi:27804 guix-git/doc/guix.texi:28017
-#: guix-git/doc/guix.texi:28045 guix-git/doc/guix.texi:28075
-#: guix-git/doc/guix.texi:28190 guix-git/doc/guix.texi:28203
-#: guix-git/doc/guix.texi:28210 guix-git/doc/guix.texi:30219
-#: guix-git/doc/guix.texi:31294 guix-git/doc/guix.texi:31302
-#: guix-git/doc/guix.texi:31547 guix-git/doc/guix.texi:36241
-#: guix-git/doc/guix.texi:36301 guix-git/doc/guix.texi:36309
-#: guix-git/doc/guix.texi:38242 guix-git/doc/guix.texi:38249
-#: guix-git/doc/guix.texi:38591 guix-git/doc/guix.texi:38670
-#: guix-git/doc/guix.texi:38764 guix-git/doc/guix.texi:38772
-#: guix-git/doc/guix.texi:38808 guix-git/doc/guix.texi:38958
-#: guix-git/doc/guix.texi:39009 guix-git/doc/guix.texi:39018
+#: guix-git/doc/guix.texi:24239 guix-git/doc/guix.texi:24245
+#: guix-git/doc/guix.texi:24259 guix-git/doc/guix.texi:24266
+#: guix-git/doc/guix.texi:24399 guix-git/doc/guix.texi:24458
+#: guix-git/doc/guix.texi:24540 guix-git/doc/guix.texi:24554
+#: guix-git/doc/guix.texi:26551 guix-git/doc/guix.texi:26560
+#: guix-git/doc/guix.texi:27830 guix-git/doc/guix.texi:28043
+#: guix-git/doc/guix.texi:28071 guix-git/doc/guix.texi:28101
+#: guix-git/doc/guix.texi:28216 guix-git/doc/guix.texi:28229
+#: guix-git/doc/guix.texi:28236 guix-git/doc/guix.texi:30245
+#: guix-git/doc/guix.texi:31320 guix-git/doc/guix.texi:31328
+#: guix-git/doc/guix.texi:31573 guix-git/doc/guix.texi:36270
+#: guix-git/doc/guix.texi:36330 guix-git/doc/guix.texi:36338
+#: guix-git/doc/guix.texi:38271 guix-git/doc/guix.texi:38278
+#: guix-git/doc/guix.texi:38620 guix-git/doc/guix.texi:38699
+#: guix-git/doc/guix.texi:38793 guix-git/doc/guix.texi:38801
+#: guix-git/doc/guix.texi:38837 guix-git/doc/guix.texi:38987
+#: guix-git/doc/guix.texi:39038 guix-git/doc/guix.texi:39047
msgid "Defaults to @samp{'()}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24215
+#: guix-git/doc/guix.texi:24241
#, no-wrap
msgid "{@code{location-access-controls} parameter} method-access-control-list method-access-controls"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24217
+#: guix-git/doc/guix.texi:24243
msgid "Access controls for method-specific access to this path."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24221
+#: guix-git/doc/guix.texi:24247
msgid "Available @code{method-access-controls} fields are:"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24222
+#: guix-git/doc/guix.texi:24248
#, no-wrap
msgid "{@code{method-access-controls} parameter} boolean reverse?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24225
+#: guix-git/doc/guix.texi:24251
msgid "If @code{#t}, apply access controls to all methods except the listed methods. Otherwise apply to only the listed methods."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24229
+#: guix-git/doc/guix.texi:24255
#, no-wrap
msgid "{@code{method-access-controls} parameter} method-list methods"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24231
+#: guix-git/doc/guix.texi:24257
msgid "Methods to which this access control applies."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24235
+#: guix-git/doc/guix.texi:24261
#, no-wrap
msgid "{@code{method-access-controls} parameter} access-control-list access-controls"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24238
+#: guix-git/doc/guix.texi:24264
msgid "Access control directives, as a list of strings. Each string should be one directive, such as @samp{\"Order allow,deny\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24244
+#: guix-git/doc/guix.texi:24270
#, no-wrap
msgid "{@code{cups-configuration} parameter} non-negative-integer log-debug-history"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24248
+#: guix-git/doc/guix.texi:24274
msgid "Specifies the number of debugging messages that are retained for logging if an error occurs in a print job. Debug messages are logged regardless of the LogLevel setting."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24250 guix-git/doc/guix.texi:24271
-#: guix-git/doc/guix.texi:24278 guix-git/doc/guix.texi:27564
-#: guix-git/doc/guix.texi:29751 guix-git/doc/guix.texi:29766
+#: guix-git/doc/guix.texi:24276 guix-git/doc/guix.texi:24297
+#: guix-git/doc/guix.texi:24304 guix-git/doc/guix.texi:27590
+#: guix-git/doc/guix.texi:29777 guix-git/doc/guix.texi:29792
msgid "Defaults to @samp{100}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24252
+#: guix-git/doc/guix.texi:24278
#, no-wrap
msgid "{@code{cups-configuration} parameter} log-level log-level"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24255
+#: guix-git/doc/guix.texi:24281
msgid "Specifies the level of logging for the ErrorLog file. The value @code{none} stops all logging while @code{debug2} logs everything."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24257 guix-git/doc/guix.texi:30228
+#: guix-git/doc/guix.texi:24283 guix-git/doc/guix.texi:30254
msgid "Defaults to @samp{info}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24259
+#: guix-git/doc/guix.texi:24285
#, no-wrap
msgid "{@code{cups-configuration} parameter} log-time-format log-time-format"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24262
+#: guix-git/doc/guix.texi:24288
msgid "Specifies the format of the date and time in the log files. The value @code{standard} logs whole seconds while @code{usecs} logs microseconds."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24264
+#: guix-git/doc/guix.texi:24290
msgid "Defaults to @samp{standard}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24266
+#: guix-git/doc/guix.texi:24292
#, no-wrap
msgid "{@code{cups-configuration} parameter} non-negative-integer max-clients"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24269
+#: guix-git/doc/guix.texi:24295
msgid "Specifies the maximum number of simultaneous clients that are allowed by the scheduler."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24273
+#: guix-git/doc/guix.texi:24299
#, no-wrap
msgid "{@code{cups-configuration} parameter} non-negative-integer max-clients-per-host"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24276
+#: guix-git/doc/guix.texi:24302
msgid "Specifies the maximum number of simultaneous clients that are allowed from a single address."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24280
+#: guix-git/doc/guix.texi:24306
#, no-wrap
msgid "{@code{cups-configuration} parameter} non-negative-integer max-copies"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24283
+#: guix-git/doc/guix.texi:24309
msgid "Specifies the maximum number of copies that a user can print of each job."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24285
+#: guix-git/doc/guix.texi:24311
msgid "Defaults to @samp{9999}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24287
+#: guix-git/doc/guix.texi:24313
#, no-wrap
msgid "{@code{cups-configuration} parameter} non-negative-integer max-hold-time"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24291
+#: guix-git/doc/guix.texi:24317
msgid "Specifies the maximum time a job may remain in the @code{indefinite} hold state before it is canceled. A value of 0 disables cancellation of held jobs."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24295
+#: guix-git/doc/guix.texi:24321
#, no-wrap
msgid "{@code{cups-configuration} parameter} non-negative-integer max-jobs"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24298
+#: guix-git/doc/guix.texi:24324
msgid "Specifies the maximum number of simultaneous jobs that are allowed. Set to 0 to allow an unlimited number of jobs."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24300
+#: guix-git/doc/guix.texi:24326
msgid "Defaults to @samp{500}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24302
+#: guix-git/doc/guix.texi:24328
#, no-wrap
msgid "{@code{cups-configuration} parameter} non-negative-integer max-jobs-per-printer"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24305
+#: guix-git/doc/guix.texi:24331
msgid "Specifies the maximum number of simultaneous jobs that are allowed per printer. A value of 0 allows up to @code{max-jobs} per printer."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24309
+#: guix-git/doc/guix.texi:24335
#, no-wrap
msgid "{@code{cups-configuration} parameter} non-negative-integer max-jobs-per-user"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24312
+#: guix-git/doc/guix.texi:24338
msgid "Specifies the maximum number of simultaneous jobs that are allowed per user. A value of 0 allows up to @code{max-jobs} per user."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24316
+#: guix-git/doc/guix.texi:24342
#, no-wrap
msgid "{@code{cups-configuration} parameter} non-negative-integer max-job-time"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24319
+#: guix-git/doc/guix.texi:24345
msgid "Specifies the maximum time a job may take to print before it is canceled, in seconds. Set to 0 to disable cancellation of ``stuck'' jobs."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24321
+#: guix-git/doc/guix.texi:24347
msgid "Defaults to @samp{10800}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24323
+#: guix-git/doc/guix.texi:24349
#, no-wrap
msgid "{@code{cups-configuration} parameter} non-negative-integer max-log-size"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24326
+#: guix-git/doc/guix.texi:24352
msgid "Specifies the maximum size of the log files before they are rotated, in bytes. The value 0 disables log rotation."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24328
+#: guix-git/doc/guix.texi:24354
msgid "Defaults to @samp{1048576}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24330
+#: guix-git/doc/guix.texi:24356
#, no-wrap
msgid "{@code{cups-configuration} parameter} non-negative-integer max-subscriptions"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24333
+#: guix-git/doc/guix.texi:24359
msgid "Specifies the maximum number of simultaneous event subscriptions that are allowed. Set to @samp{0} to allow an unlimited number of subscriptions."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24337
+#: guix-git/doc/guix.texi:24363
#, no-wrap
msgid "{@code{cups-configuration} parameter} non-negative-integer max-subscriptions-per-job"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24341
+#: guix-git/doc/guix.texi:24367
msgid "Specifies the maximum number of simultaneous event subscriptions that are allowed per job. A value of @samp{0} allows up to @code{max-subscriptions} per job."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24345
+#: guix-git/doc/guix.texi:24371
#, no-wrap
msgid "{@code{cups-configuration} parameter} non-negative-integer max-subscriptions-per-printer"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24349
+#: guix-git/doc/guix.texi:24375
msgid "Specifies the maximum number of simultaneous event subscriptions that are allowed per printer. A value of @samp{0} allows up to @code{max-subscriptions} per printer."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24353
+#: guix-git/doc/guix.texi:24379
#, no-wrap
msgid "{@code{cups-configuration} parameter} non-negative-integer max-subscriptions-per-user"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24357
+#: guix-git/doc/guix.texi:24383
msgid "Specifies the maximum number of simultaneous event subscriptions that are allowed per user. A value of @samp{0} allows up to @code{max-subscriptions} per user."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24361
+#: guix-git/doc/guix.texi:24387
#, no-wrap
msgid "{@code{cups-configuration} parameter} non-negative-integer multiple-operation-timeout"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24364
+#: guix-git/doc/guix.texi:24390
msgid "Specifies the maximum amount of time to allow between files in a multiple file print job, in seconds."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24366 guix-git/doc/guix.texi:24541
+#: guix-git/doc/guix.texi:24392 guix-git/doc/guix.texi:24567
msgid "Defaults to @samp{900}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24368
+#: guix-git/doc/guix.texi:24394
#, no-wrap
msgid "{@code{cups-configuration} parameter} environment-variables environment-variables"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24371
+#: guix-git/doc/guix.texi:24397
msgid "Passes the specified environment variable(s) to child processes; a list of strings."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24375
+#: guix-git/doc/guix.texi:24401
#, no-wrap
msgid "{@code{cups-configuration} parameter} policy-configuration-list policies"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24377
+#: guix-git/doc/guix.texi:24403
msgid "Specifies named access control policies."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24379
+#: guix-git/doc/guix.texi:24405
msgid "Available @code{policy-configuration} fields are:"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24380
+#: guix-git/doc/guix.texi:24406
#, no-wrap
msgid "{@code{policy-configuration} parameter} string name"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24382
+#: guix-git/doc/guix.texi:24408
msgid "Name of the policy."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24384
+#: guix-git/doc/guix.texi:24410
#, no-wrap
msgid "{@code{policy-configuration} parameter} string job-private-access"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24394
+#: guix-git/doc/guix.texi:24420
msgid "Specifies an access list for a job's private values. @code{@@ACL} maps to the printer's requesting-user-name-allowed or requesting-user-name-denied values. @code{@@OWNER} maps to the job's owner. @code{@@SYSTEM} maps to the groups listed for the @code{system-group} field of the @code{files-configuration}, which is reified into the @code{cups-files.conf(5)} file. Other possible elements of the access list include specific user names, and @code{@@@var{group}} to indicate members of a specific group. The access list may also be simply @code{all} or @code{default}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24396 guix-git/doc/guix.texi:24418
+#: guix-git/doc/guix.texi:24422 guix-git/doc/guix.texi:24444
msgid "Defaults to @samp{\"@@OWNER @@SYSTEM\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24398
+#: guix-git/doc/guix.texi:24424
#, no-wrap
msgid "{@code{policy-configuration} parameter} string job-private-values"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24401 guix-git/doc/guix.texi:24423
+#: guix-git/doc/guix.texi:24427 guix-git/doc/guix.texi:24449
msgid "Specifies the list of job values to make private, or @code{all}, @code{default}, or @code{none}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24404
+#: guix-git/doc/guix.texi:24430
msgid "Defaults to @samp{\"job-name job-originating-host-name job-originating-user-name phone\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24406
+#: guix-git/doc/guix.texi:24432
#, no-wrap
msgid "{@code{policy-configuration} parameter} string subscription-private-access"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24416
+#: guix-git/doc/guix.texi:24442
msgid "Specifies an access list for a subscription's private values. @code{@@ACL} maps to the printer's requesting-user-name-allowed or requesting-user-name-denied values. @code{@@OWNER} maps to the job's owner. @code{@@SYSTEM} maps to the groups listed for the @code{system-group} field of the @code{files-configuration}, which is reified into the @code{cups-files.conf(5)} file. Other possible elements of the access list include specific user names, and @code{@@@var{group}} to indicate members of a specific group. The access list may also be simply @code{all} or @code{default}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24420
+#: guix-git/doc/guix.texi:24446
#, no-wrap
msgid "{@code{policy-configuration} parameter} string subscription-private-values"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24426
+#: guix-git/doc/guix.texi:24452
msgid "Defaults to @samp{\"notify-events notify-pull-method notify-recipient-uri notify-subscriber-user-name notify-user-data\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24428
+#: guix-git/doc/guix.texi:24454
#, no-wrap
msgid "{@code{policy-configuration} parameter} operation-access-control-list access-controls"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24430
+#: guix-git/doc/guix.texi:24456
msgid "Access control by IPP operation."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24435
+#: guix-git/doc/guix.texi:24461
#, no-wrap
msgid "{@code{cups-configuration} parameter} boolean-or-non-negative-integer preserve-job-files"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24440
+#: guix-git/doc/guix.texi:24466
msgid "Specifies whether job files (documents) are preserved after a job is printed. If a numeric value is specified, job files are preserved for the indicated number of seconds after printing. Otherwise a boolean value applies indefinitely."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24442
+#: guix-git/doc/guix.texi:24468
msgid "Defaults to @samp{86400}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24444
+#: guix-git/doc/guix.texi:24470
#, no-wrap
msgid "{@code{cups-configuration} parameter} boolean-or-non-negative-integer preserve-job-history"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24449
+#: guix-git/doc/guix.texi:24475
msgid "Specifies whether the job history is preserved after a job is printed. If a numeric value is specified, the job history is preserved for the indicated number of seconds after printing. If @code{#t}, the job history is preserved until the MaxJobs limit is reached."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24453
+#: guix-git/doc/guix.texi:24479
#, no-wrap
msgid "{@code{cups-configuration} parameter} comma-separated-string-list-or-#f ready-paper-sizes"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24457
+#: guix-git/doc/guix.texi:24483
msgid "Specifies a list of potential paper sizes that are reported as ready, that is: loaded. The actual list will contain only the sizes that each printer supports."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24462
+#: guix-git/doc/guix.texi:24488
msgid "The default value of @code{#f} is a special case: CUPS will use @samp{(list \\\"Letter\\\" \\\"Legal\\\" \\\"Tabloid\\\" \\\"4x6\\\" \\\"Env10\\\")} if the default paper size is \\\"Letter\\\", and @samp{(list \\\"A3\\\" \\\"A4\\\" \\\"A5\\\" \\\"A6\\\" \\\"EnvDL\\\")} otherwise."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24464
+#: guix-git/doc/guix.texi:24490
#, no-wrap
msgid "{@code{cups-configuration} parameter} non-negative-integer reload-timeout"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24467
+#: guix-git/doc/guix.texi:24493
msgid "Specifies the amount of time to wait for job completion before restarting the scheduler."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24471
+#: guix-git/doc/guix.texi:24497
#, no-wrap
msgid "{@code{cups-configuration} parameter} string server-admin"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24473
+#: guix-git/doc/guix.texi:24499
msgid "Specifies the email address of the server administrator."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24475
+#: guix-git/doc/guix.texi:24501
msgid "Defaults to @samp{\"root@@localhost.localdomain\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24477
+#: guix-git/doc/guix.texi:24503
#, no-wrap
msgid "{@code{cups-configuration} parameter} host-name-list-or-* server-alias"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24485
+#: guix-git/doc/guix.texi:24511
msgid "The ServerAlias directive is used for HTTP Host header validation when clients connect to the scheduler from external interfaces. Using the special name @code{*} can expose your system to known browser-based DNS rebinding attacks, even when accessing sites through a firewall. If the auto-discovery of alternate names does not work, we recommend listing each alternate name with a ServerAlias directive instead of using @code{*}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24487
+#: guix-git/doc/guix.texi:24513
msgid "Defaults to @samp{*}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24489
+#: guix-git/doc/guix.texi:24515
#, no-wrap
msgid "{@code{cups-configuration} parameter} string server-name"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24491
+#: guix-git/doc/guix.texi:24517
msgid "Specifies the fully-qualified host name of the server."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24493
+#: guix-git/doc/guix.texi:24519
msgid "Defaults to @samp{\"localhost\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24495
+#: guix-git/doc/guix.texi:24521
#, no-wrap
msgid "{@code{cups-configuration} parameter} server-tokens server-tokens"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24503
+#: guix-git/doc/guix.texi:24529
msgid "Specifies what information is included in the Server header of HTTP responses. @code{None} disables the Server header. @code{ProductOnly} reports @code{CUPS}. @code{Major} reports @code{CUPS 2}. @code{Minor} reports @code{CUPS 2.0}. @code{Minimal} reports @code{CUPS 2.0.0}. @code{OS} reports @code{CUPS 2.0.0 (@var{uname})} where @var{uname} is the output of the @code{uname} command. @code{Full} reports @code{CUPS 2.0.0 (@var{uname}) IPP/2.0}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24505
+#: guix-git/doc/guix.texi:24531
msgid "Defaults to @samp{Minimal}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24507
+#: guix-git/doc/guix.texi:24533
#, no-wrap
msgid "{@code{cups-configuration} parameter} multiline-string-list ssl-listen"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24512
+#: guix-git/doc/guix.texi:24538
msgid "Listens on the specified interfaces for encrypted connections. Valid values are of the form @var{address}:@var{port}, where @var{address} is either an IPv6 address enclosed in brackets, an IPv4 address, or @code{*} to indicate all addresses."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24516
+#: guix-git/doc/guix.texi:24542
#, no-wrap
msgid "{@code{cups-configuration} parameter} ssl-options ssl-options"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24526
+#: guix-git/doc/guix.texi:24552
msgid "Sets encryption options. By default, CUPS only supports encryption using TLS v1.0 or higher using known secure cipher suites. Security is reduced when @code{Allow} options are used, and enhanced when @code{Deny} options are used. The @code{AllowRC4} option enables the 128-bit RC4 cipher suites, which are required for some older clients. The @code{AllowSSL3} option enables SSL v3.0, which is required for some older clients that do not support TLS v1.0. The @code{DenyCBC} option disables all CBC cipher suites. The @code{DenyTLS1.0} option disables TLS v1.0 support - this sets the minimum protocol version to TLS v1.1."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24530
+#: guix-git/doc/guix.texi:24556
#, no-wrap
msgid "{@code{cups-configuration} parameter} boolean strict-conformance?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24533
+#: guix-git/doc/guix.texi:24559
msgid "Specifies whether the scheduler requires clients to strictly adhere to the IPP specifications."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24537
+#: guix-git/doc/guix.texi:24563
#, no-wrap
msgid "{@code{cups-configuration} parameter} non-negative-integer timeout"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24539
+#: guix-git/doc/guix.texi:24565
msgid "Specifies the HTTP request timeout, in seconds."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24544
+#: guix-git/doc/guix.texi:24570
#, no-wrap
msgid "{@code{cups-configuration} parameter} boolean web-interface?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24546
+#: guix-git/doc/guix.texi:24572
msgid "Specifies whether the web interface is enabled."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:24556
+#: guix-git/doc/guix.texi:24582
msgid "At this point you're probably thinking ``oh dear, Guix manual, I like you but you can stop already with the configuration options''. Indeed. However, one more point: it could be that you have an existing @code{cupsd.conf} that you want to use. In that case, you can pass an @code{opaque-cups-configuration} as the configuration of a @code{cups-service-type}."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:24558
+#: guix-git/doc/guix.texi:24584
msgid "Available @code{opaque-cups-configuration} fields are:"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24559
+#: guix-git/doc/guix.texi:24585
#, no-wrap
msgid "{@code{opaque-cups-configuration} parameter} package cups"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24563
+#: guix-git/doc/guix.texi:24589
#, no-wrap
msgid "{@code{opaque-cups-configuration} parameter} string cupsd.conf"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24565
+#: guix-git/doc/guix.texi:24591
msgid "The contents of the @code{cupsd.conf}, as a string."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24567
+#: guix-git/doc/guix.texi:24593
#, no-wrap
msgid "{@code{opaque-cups-configuration} parameter} string cups-files.conf"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:24569
+#: guix-git/doc/guix.texi:24595
msgid "The contents of the @code{cups-files.conf} file, as a string."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:24574
+#: guix-git/doc/guix.texi:24600
msgid "For example, if your @code{cupsd.conf} and @code{cups-files.conf} are in strings of the same name, you could instantiate a CUPS service like this:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:24580
+#: guix-git/doc/guix.texi:24606
#, no-wrap
msgid ""
"(service cups-service-type\n"
@@ -48324,456 +48377,456 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:24591
+#: guix-git/doc/guix.texi:24617
msgid "The @code{(gnu services desktop)} module provides services that are usually useful in the context of a ``desktop'' setup---that is, on a machine running a graphical display server, possibly with graphical user interfaces, etc. It also defines services that provide specific desktop environments like GNOME, Xfce or MATE."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:24595
+#: guix-git/doc/guix.texi:24621
msgid "To simplify things, the module defines a variable containing the set of services that users typically expect on a machine with a graphical environment and networking:"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:24596
+#: guix-git/doc/guix.texi:24622
#, fuzzy, no-wrap
#| msgid "Desktop Services"
msgid "%desktop-services"
msgstr "Сервисы рабочего стола"
#. type: defvar
-#: guix-git/doc/guix.texi:24599
+#: guix-git/doc/guix.texi:24625
msgid "This is a list of services that builds upon @code{%base-services} and adds or adjusts services for a typical ``desktop'' setup."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:24608
+#: guix-git/doc/guix.texi:24634
msgid "In particular, it adds a graphical login manager (@pxref{X Window, @code{gdm-service-type}}), screen lockers, a network management tool (@pxref{Networking Services, @code{network-manager-service-type}}) with modem support (@pxref{Networking Services, @code{modem-manager-service-type}}), energy and color management services, the @code{elogind} login and seat manager, the Polkit privilege service, the GeoClue location service, the AccountsService daemon that allows authorized users change system passwords, a NTP client (@pxref{Networking Services}) and the Avahi daemon."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:24613
+#: guix-git/doc/guix.texi:24639
msgid "The @code{%desktop-services} variable can be used as the @code{services} field of an @code{operating-system} declaration (@pxref{operating-system Reference, @code{services}})."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:24616
+#: guix-git/doc/guix.texi:24642
msgid "Additionally, the following procedures add one (or more!) desktop environments to a system."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:24618
+#: guix-git/doc/guix.texi:24644
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "@code{gnome-desktop-service-type} adds GNOME,"
msgstr "activation-service-type"
#. type: item
-#: guix-git/doc/guix.texi:24619
+#: guix-git/doc/guix.texi:24645
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "@code{plasma-desktop-service-type} adds KDE Plasma,"
msgstr "activation-service-type"
#. type: item
-#: guix-git/doc/guix.texi:24620
+#: guix-git/doc/guix.texi:24646
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} lxqt-desktop-service-type"
msgid "@code{enlightenment-desktop-service-type} adds Enlightenment,"
msgstr "{Scheme Variable} etc-service-type"
#. type: item
-#: guix-git/doc/guix.texi:24621
+#: guix-git/doc/guix.texi:24647
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "@code{lxqt-desktop-service-type} adds LXQt,"
msgstr "activation-service-type"
#. type: item
-#: guix-git/doc/guix.texi:24622
+#: guix-git/doc/guix.texi:24648
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "@code{mate-desktop-service-type} adds MATE, and"
msgstr "activation-service-type"
#. type: item
-#: guix-git/doc/guix.texi:24623
+#: guix-git/doc/guix.texi:24649
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "@code{xfce-desktop-service} adds Xfce."
msgstr "activation-service-type"
#. type: Plain text
-#: guix-git/doc/guix.texi:24629
+#: guix-git/doc/guix.texi:24655
msgid "These service types add ``metapackages'' such as @code{gnome} or @code{plasma} to the system profile, but most of them also set up other useful services that mere packages can't do."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:24634
+#: guix-git/doc/guix.texi:24660
msgid "For example, they may elevate privileges on a limited number of special-purpose system interfaces and programs. This allows backlight adjustment helpers, power management utilities, screen lockers, and other integrated functionality to work as expected."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:24644
+#: guix-git/doc/guix.texi:24670
msgid "The desktop environments in Guix use the Xorg display server by default. If you'd like to use the newer display server protocol called Wayland, you need to enable Wayland support in GDM (@pxref{wayland-gdm}). Another solution is to use the @code{sddm-service} instead of GDM as the graphical login manager. You should then select the ``GNOME (Wayland)'' session in SDDM@. Alternatively you can also try starting GNOME on Wayland manually from a TTY with the command ``XDG_SESSION_TYPE=wayland exec dbus-run-session gnome-session``. Currently only GNOME has support for Wayland."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:24645
+#: guix-git/doc/guix.texi:24671
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "gnome-desktop-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:24649
+#: guix-git/doc/guix.texi:24675
msgid "This is the type of the service that adds the @uref{https://www.gnome.org, GNOME} desktop environment. Its value is a @code{gnome-desktop-configuration} object (see below)."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:24652
+#: guix-git/doc/guix.texi:24678
msgid "This service adds the @code{gnome} package to the system profile, and extends polkit with the actions from @code{gnome-settings-daemon}."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:24654
+#: guix-git/doc/guix.texi:24680
#, no-wrap
msgid "{Data Type} gnome-desktop-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:24657
+#: guix-git/doc/guix.texi:24683
#, fuzzy
#| msgid "Available @code{home-mcron-configuration} fields are:"
msgid "Configuration record for the GNOME desktop environment. Available @code{gnome-desktop-configuration} fields are:"
msgstr "Доступными полями @code{home-mcron-configuration} являются:"
#. type: item
-#: guix-git/doc/guix.texi:24659
+#: guix-git/doc/guix.texi:24685
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{core-services} (type: list-of-packages)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:24661
+#: guix-git/doc/guix.texi:24687
msgid "A list of packages that the GNOME Shell and applications may rely on."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:24662
+#: guix-git/doc/guix.texi:24688
#, fuzzy, no-wrap
#| msgid "{Data Type} auditd-configuration"
msgid "@code{shell} (type: list-of-packages)"
msgstr "{Тип данных} build-machine"
#. type: table
-#: guix-git/doc/guix.texi:24665
+#: guix-git/doc/guix.texi:24691
msgid "A list of packages that constitute the GNOME Shell, without applications."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:24666
+#: guix-git/doc/guix.texi:24692
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{utilities} (type: list-of-packages)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:24668
+#: guix-git/doc/guix.texi:24694
msgid "A list of packages that serve as applications to use on top of the GNOME Shell."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:24669
+#: guix-git/doc/guix.texi:24695
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{gnome} (type: maybe-package)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:24674
+#: guix-git/doc/guix.texi:24700
msgid "This field used to be the only configuration point and specified a GNOME meta-package to install system-wide. Since the meta-package itself provides neither sources nor the actual packages and is only used to propagate them, this field is deprecated."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:24675
+#: guix-git/doc/guix.texi:24701
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{extra-packages} (type: list-of-packages)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:24680
+#: guix-git/doc/guix.texi:24706
msgid "A list of GNOME-adjacent packages to also include. This field is intended for users to add their own packages to their GNOME experience. Note, that it already includes some packages that are considered essential by some (most?) GNOME users."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:24681
+#: guix-git/doc/guix.texi:24707
#, fuzzy, no-wrap
#| msgid "@code{extra-environment} (default: @code{#~'()})"
msgid "@code{udev-ignorelist} (default: @code{()}) (type: list-of-strings)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:24686
+#: guix-git/doc/guix.texi:24712
msgid "A list of regular expressions denoting udev rules or hardware file names provided by any package that should not be installed. By default, every udev rule and hardware file specified by any package referenced in the other fields are installed."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:24687
+#: guix-git/doc/guix.texi:24713
#, fuzzy, no-wrap
#| msgid "@code{extra-environment} (default: @code{#~'()})"
msgid "@code{polkit-ignorelist} (default: @code{()}) (type: list-of-strings)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:24691
+#: guix-git/doc/guix.texi:24717
msgid "A list of regular expressions denoting polkit rules provided by any package that should not be installed. By default, every polkit rule added by any package referenced in the other fields are installed."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:24695
+#: guix-git/doc/guix.texi:24721
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "plasma-desktop-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:24699
+#: guix-git/doc/guix.texi:24725
msgid "This is the type of the service that adds the @uref{https://kde.org/plasma-desktop/, Plasma} desktop environment. Its value is a @code{plasma-desktop-configuration} object (see below)."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:24701
+#: guix-git/doc/guix.texi:24727
msgid "This service adds the @code{plasma} package to the system profile."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:24703
+#: guix-git/doc/guix.texi:24729
#, fuzzy, no-wrap
#| msgid "{Data Type} lxqt-desktop-configuration"
msgid "{Data Type} plasma-desktop-configuration"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:24705
+#: guix-git/doc/guix.texi:24731
#, fuzzy
#| msgid "Configuration record for the LXQt desktop environment."
msgid "Configuration record for the Plasma desktop environment."
msgstr "Конфигурации для среды рабочего стола LXQt."
#. type: item
-#: guix-git/doc/guix.texi:24707
+#: guix-git/doc/guix.texi:24733
#, fuzzy, no-wrap
#| msgid "@code{laminar} (default: @code{laminar})"
msgid "@code{plasma} (default: @code{plasma})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:24709
+#: guix-git/doc/guix.texi:24735
#, fuzzy
#| msgid "The Laminar package to use."
msgid "The Plasma package to use."
msgstr "Используемый пакет Mumi."
#. type: defvar
-#: guix-git/doc/guix.texi:24712
+#: guix-git/doc/guix.texi:24738
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "xfce-desktop-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:24716
+#: guix-git/doc/guix.texi:24742
msgid "This is the type of a service to run the @uref{Xfce, https://xfce.org/} desktop environment. Its value is an @code{xfce-desktop-configuration} object (see below)."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:24721
+#: guix-git/doc/guix.texi:24747
msgid "This service adds the @code{xfce} package to the system profile, and extends polkit with the ability for @code{thunar} to manipulate the file system as root from within a user session, after the user has authenticated with the administrator's password."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:24727
+#: guix-git/doc/guix.texi:24753
msgid "Note that @code{xfce4-panel} and its plugin packages should be installed in the same profile to ensure compatibility. When using this service, you should add extra plugins (@code{xfce4-whiskermenu-plugin}, @code{xfce4-weather-plugin}, etc.) to the @code{packages} field of your @code{operating-system}."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:24729
+#: guix-git/doc/guix.texi:24755
#, no-wrap
msgid "{Data Type} xfce-desktop-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:24731
+#: guix-git/doc/guix.texi:24757
msgid "Configuration record for the Xfce desktop environment."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:24733
+#: guix-git/doc/guix.texi:24759
#, no-wrap
msgid "@code{xfce} (default: @code{xfce})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:24735
+#: guix-git/doc/guix.texi:24761
msgid "The Xfce package to use."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:24738
+#: guix-git/doc/guix.texi:24764
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "mate-desktop-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:24742
+#: guix-git/doc/guix.texi:24768
msgid "This is the type of the service that runs the @uref{https://mate-desktop.org/, MATE desktop environment}. Its value is a @code{mate-desktop-configuration} object (see below)."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:24746
+#: guix-git/doc/guix.texi:24772
msgid "This service adds the @code{mate} package to the system profile, and extends polkit with the actions from @code{mate-settings-daemon}."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:24748
+#: guix-git/doc/guix.texi:24774
#, no-wrap
msgid "{Data Type} mate-desktop-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:24750
+#: guix-git/doc/guix.texi:24776
msgid "Configuration record for the MATE desktop environment."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:24752
+#: guix-git/doc/guix.texi:24778
#, no-wrap
msgid "@code{mate} (default: @code{mate})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:24754
+#: guix-git/doc/guix.texi:24780
msgid "The MATE package to use."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:24757
+#: guix-git/doc/guix.texi:24783
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "lxqt-desktop-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:24761
+#: guix-git/doc/guix.texi:24787
msgid "This is the type of the service that runs the @uref{https://lxqt-project.org, LXQt desktop environment}. Its value is a @code{lxqt-desktop-configuration} object (see below)."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:24764
+#: guix-git/doc/guix.texi:24790
msgid "This service adds the @code{lxqt} package to the system profile."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:24766
+#: guix-git/doc/guix.texi:24792
#, no-wrap
msgid "{Data Type} lxqt-desktop-configuration"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:24768
+#: guix-git/doc/guix.texi:24794
msgid "Configuration record for the LXQt desktop environment."
msgstr "Конфигурации для среды рабочего стола LXQt."
#. type: item
-#: guix-git/doc/guix.texi:24770
+#: guix-git/doc/guix.texi:24796
#, no-wrap
msgid "@code{lxqt} (default: @code{lxqt})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:24772
+#: guix-git/doc/guix.texi:24798
msgid "The LXQT package to use."
msgstr "Используемый пакет LXQT."
#. type: defvar
-#: guix-git/doc/guix.texi:24775
+#: guix-git/doc/guix.texi:24801
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "sugar-desktop-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:24779
+#: guix-git/doc/guix.texi:24805
msgid "This is the type of the service that runs the @uref{https://www.sugarlabs.org, Sugar desktop environment}. Its value is a @code{sugar-desktop-configuration} object (see below)."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:24783
+#: guix-git/doc/guix.texi:24809
msgid "This service adds the @code{sugar} package to the system profile, as well as any selected Sugar activities. By default it only includes a minimal set of activities."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:24785
+#: guix-git/doc/guix.texi:24811
#, fuzzy, no-wrap
#| msgid "{Data Type} lxqt-desktop-configuration"
msgid "{Data Type} sugar-desktop-configuration"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:24787
+#: guix-git/doc/guix.texi:24813
#, fuzzy
#| msgid "Configuration record for the LXQt desktop environment."
msgid "Configuration record for the Sugar desktop environment."
msgstr "Конфигурации для среды рабочего стола LXQt."
#. type: item
-#: guix-git/doc/guix.texi:24789
+#: guix-git/doc/guix.texi:24815
#, fuzzy, no-wrap
#| msgid "@code{ssl?} (default: @code{#t})"
msgid "@code{sugar} (default: @code{sugar})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:24791
+#: guix-git/doc/guix.texi:24817
#, fuzzy
#| msgid "The Hurd package to use."
msgid "The Sugar package to use."
msgstr "Используемый пакет Hurd."
#. type: item
-#: guix-git/doc/guix.texi:24791
+#: guix-git/doc/guix.texi:24817
#, fuzzy, no-wrap
#| msgid "@code{ganeti} (default: @code{ganeti})"
msgid "@code{gobject-introspection} (default: @code{gobject-introspection})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:24794
+#: guix-git/doc/guix.texi:24820
msgid "The @code{gobject-introspection} package to use. This package is used to access libraries installed as dependencies of Sugar activities."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:24794
+#: guix-git/doc/guix.texi:24820
#, fuzzy, no-wrap
#| msgid "@code{systems} (default: @code{(list (%current-system))})"
msgid "@code{activities} (default: @code{(list sugar-help-activity)})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:24796
+#: guix-git/doc/guix.texi:24822
msgid "A list of Sugar activities to install."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:24801
+#: guix-git/doc/guix.texi:24827
msgid "The following example configures the Sugar desktop environment with a number of useful activities:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:24816
+#: guix-git/doc/guix.texi:24842
#, no-wrap
msgid ""
"(use-modules (gnu))\n"
@@ -48792,41 +48845,41 @@ msgid ""
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:24818
+#: guix-git/doc/guix.texi:24844
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} lxqt-desktop-service-type"
msgid "enlightenment-desktop-service-type"
msgstr "{Scheme Variable} etc-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:24821
+#: guix-git/doc/guix.texi:24847
msgid "Return a service that adds the @code{enlightenment} package to the system profile, and extends dbus with actions from @code{efl}."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:24823
+#: guix-git/doc/guix.texi:24849
#, no-wrap
msgid "{Data Type} enlightenment-desktop-service-configuration"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:24825
+#: guix-git/doc/guix.texi:24851
#, no-wrap
msgid "@code{enlightenment} (default: @code{enlightenment})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:24827
+#: guix-git/doc/guix.texi:24853
msgid "The enlightenment package to use."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:24835
+#: guix-git/doc/guix.texi:24861
msgid "Because the GNOME, Xfce and MATE desktop services pull in so many packages, the default @code{%desktop-services} variable doesn't include any of them by default. To add GNOME, Xfce or MATE, just @code{cons} them onto @code{%desktop-services} in the @code{services} field of your @code{operating-system}:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:24846
+#: guix-git/doc/guix.texi:24872
#, no-wrap
msgid ""
"(use-modules (gnu))\n"
@@ -48841,727 +48894,727 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:24850
+#: guix-git/doc/guix.texi:24876
msgid "These desktop environments will then be available as options in the graphical login window."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:24854
+#: guix-git/doc/guix.texi:24880
msgid "The actual service definitions included in @code{%desktop-services} and provided by @code{(gnu services dbus)} and @code{(gnu services desktop)} are described below."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:24855
+#: guix-git/doc/guix.texi:24881
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "dbus-root-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:24860
+#: guix-git/doc/guix.texi:24886
msgid "Type for a service that runs the D-Bus ``system bus''. @footnote{@uref{https://dbus.freedesktop.org/, D-Bus} is an inter-process communication facility. Its system bus is used to allow system services to communicate and to be notified of system-wide events.}"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:24862
+#: guix-git/doc/guix.texi:24888
msgid "The value for this service type is a @code{<dbus-configuration>} record."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:24864
+#: guix-git/doc/guix.texi:24890
#, fuzzy, no-wrap
#| msgid "{Data Type} webssh-configuration"
msgid "{Data Type} dbus-configuration"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:24866
+#: guix-git/doc/guix.texi:24892
#, fuzzy
#| msgid "Data type representing the configuration for @code{syncthing-service-type}."
msgid "Data type representing the configuration for @code{dbus-root-service-type}."
msgstr "Управление конфигурацией операционной системы."
#. type: item
-#: guix-git/doc/guix.texi:24868
+#: guix-git/doc/guix.texi:24894
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{dbus} (default: @code{dbus}) (type: file-like)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:24870
+#: guix-git/doc/guix.texi:24896
#, fuzzy
#| msgid "Package Modules"
msgid "Package object for dbus."
msgstr "Пакетные модули"
#. type: item
-#: guix-git/doc/guix.texi:24871
+#: guix-git/doc/guix.texi:24897
#, fuzzy, no-wrap
#| msgid "@code{extra-environment} (default: @code{#~'()})"
msgid "@code{services} (default: @code{'()}) (type: list)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:24876
+#: guix-git/doc/guix.texi:24902
msgid "List of packages that provide an @file{etc/dbus-1/system.d} directory containing additional D-Bus configuration and policy files. For example, to allow avahi-daemon to use the system bus, @var{services} must be equal to @code{(list avahi)}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:24877 guix-git/doc/guix.texi:41636
-#: guix-git/doc/guix.texi:46280
+#: guix-git/doc/guix.texi:24903 guix-git/doc/guix.texi:41665
+#: guix-git/doc/guix.texi:46309
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{verbose?} (default: @code{#f}) (type: boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:24883
+#: guix-git/doc/guix.texi:24909
msgid "When @code{#t}, D-Bus is launched with environment variable @samp{DBUS_VERBOSE} set to @samp{1}. A verbose-enabled D-Bus package such as @code{dbus-verbose} should be provided to @var{dbus} in this scenario. The verbose output is logged to @file{/var/log/dbus-daemon.log}."
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:24887
+#: guix-git/doc/guix.texi:24913
#, no-wrap
msgid "Elogind"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:24893
+#: guix-git/doc/guix.texi:24919
msgid "@uref{https://github.com/elogind/elogind, Elogind} is a login and seat management daemon that also handles most system-level power events for a computer, for example suspending the system when a lid is closed, or shutting it down when the power button is pressed."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:24897
+#: guix-git/doc/guix.texi:24923
msgid "It also provides a D-Bus interface that can be used to know which users are logged in, know what kind of sessions they have open, suspend the system, inhibit system suspend, reboot the system, and other tasks."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:24898
+#: guix-git/doc/guix.texi:24924
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "elogind-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:24902
+#: guix-git/doc/guix.texi:24928
msgid "Type of the service that runs @command{elogind}, a login and seat management daemon. The value for this service is a @code{<elogind-configuration>} object."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:24907
+#: guix-git/doc/guix.texi:24933
#, fuzzy, no-wrap
#| msgid "{Data Type} opendht-configuration"
msgid "{Data Type} elogind-configuration"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:24909
+#: guix-git/doc/guix.texi:24935
#, fuzzy
#| msgid "Data type representing the configuration of @command{radicale}."
msgid "Data type representing the configuration of @command{elogind}."
msgstr "Управление конфигурацией операционной системы."
#. type: item
-#: guix-git/doc/guix.texi:24911
+#: guix-git/doc/guix.texi:24937
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{elogind} (default: @code{elogind}) (type: file-like)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:24913 guix-git/doc/guix.texi:24916
-#: guix-git/doc/guix.texi:24919 guix-git/doc/guix.texi:24922
-#: guix-git/doc/guix.texi:24925 guix-git/doc/guix.texi:24928
-#: guix-git/doc/guix.texi:24931 guix-git/doc/guix.texi:24934
-#: guix-git/doc/guix.texi:24937 guix-git/doc/guix.texi:24940
-#: guix-git/doc/guix.texi:24943 guix-git/doc/guix.texi:24946
-#: guix-git/doc/guix.texi:24949 guix-git/doc/guix.texi:24952
-#: guix-git/doc/guix.texi:24955 guix-git/doc/guix.texi:24958
-#: guix-git/doc/guix.texi:24961 guix-git/doc/guix.texi:24964
-#: guix-git/doc/guix.texi:24967 guix-git/doc/guix.texi:24970
-#: guix-git/doc/guix.texi:24973 guix-git/doc/guix.texi:24976
-#: guix-git/doc/guix.texi:24979 guix-git/doc/guix.texi:24982
-#: guix-git/doc/guix.texi:24985 guix-git/doc/guix.texi:24988
-#: guix-git/doc/guix.texi:24991 guix-git/doc/guix.texi:24994
-#: guix-git/doc/guix.texi:24997
+#: guix-git/doc/guix.texi:24939 guix-git/doc/guix.texi:24942
+#: guix-git/doc/guix.texi:24945 guix-git/doc/guix.texi:24948
+#: guix-git/doc/guix.texi:24951 guix-git/doc/guix.texi:24954
+#: guix-git/doc/guix.texi:24957 guix-git/doc/guix.texi:24960
+#: guix-git/doc/guix.texi:24963 guix-git/doc/guix.texi:24966
+#: guix-git/doc/guix.texi:24969 guix-git/doc/guix.texi:24972
+#: guix-git/doc/guix.texi:24975 guix-git/doc/guix.texi:24978
+#: guix-git/doc/guix.texi:24981 guix-git/doc/guix.texi:24984
+#: guix-git/doc/guix.texi:24987 guix-git/doc/guix.texi:24990
+#: guix-git/doc/guix.texi:24993 guix-git/doc/guix.texi:24996
+#: guix-git/doc/guix.texi:24999 guix-git/doc/guix.texi:25002
+#: guix-git/doc/guix.texi:25005 guix-git/doc/guix.texi:25008
+#: guix-git/doc/guix.texi:25011 guix-git/doc/guix.texi:25014
+#: guix-git/doc/guix.texi:25017 guix-git/doc/guix.texi:25020
+#: guix-git/doc/guix.texi:25023
msgid "..."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:24914
+#: guix-git/doc/guix.texi:24940
#, fuzzy, no-wrap
#| msgid "@code{auto-start?} (default: @code{#t})"
msgid "@code{kill-user-processes?} (default: @code{#f}) (type: boolean)"
msgstr "@code{auto-start?} (default: @code{#t})"
#. type: item
-#: guix-git/doc/guix.texi:24917
+#: guix-git/doc/guix.texi:24943
#, fuzzy, no-wrap
#| msgid "@code{extra-environment} (default: @code{#~'()})"
msgid "@code{kill-only-users} (default: @code{'()}) (type: list)"
msgstr "@code{features} (default: @code{'()})"
#. type: item
-#: guix-git/doc/guix.texi:24920
+#: guix-git/doc/guix.texi:24946
#, fuzzy, no-wrap
#| msgid "@code{password} (default: @code{\"\"})"
msgid "@code{kill-exclude-users} (default: @code{'(\"root\")}) (type: list-of-string)"
msgstr "@code{port} (default: @code{22})"
#. type: item
-#: guix-git/doc/guix.texi:24923
+#: guix-git/doc/guix.texi:24949
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{inhibit-delay-max-seconds} (default: @code{5}) (type: integer)"
msgstr "@code{features} (default: @code{'()})"
#. type: item
-#: guix-git/doc/guix.texi:24926
+#: guix-git/doc/guix.texi:24952
#, fuzzy, no-wrap
#| msgid "@code{auto-start?} (default: @code{#t})"
msgid "@code{handle-power-key} (default: @code{'poweroff}) (type: symbol)"
msgstr "@code{auto-start?} (default: @code{#t})"
#. type: item
-#: guix-git/doc/guix.texi:24929
+#: guix-git/doc/guix.texi:24955
#, fuzzy, no-wrap
#| msgid "@code{auto-start?} (default: @code{#t})"
msgid "@code{handle-suspend-key} (default: @code{'suspend}) (type: symbol)"
msgstr "@code{auto-start?} (default: @code{#t})"
#. type: item
-#: guix-git/doc/guix.texi:24932
+#: guix-git/doc/guix.texi:24958
#, fuzzy, no-wrap
#| msgid "@code{auto-start?} (default: @code{#t})"
msgid "@code{handle-hibernate-key} (default: @code{'hibernate}) (type: symbol)"
msgstr "@code{auto-start?} (default: @code{#t})"
#. type: item
-#: guix-git/doc/guix.texi:24935
+#: guix-git/doc/guix.texi:24961
#, fuzzy, no-wrap
#| msgid "@code{auto-start?} (default: @code{#t})"
msgid "@code{handle-lid-switch} (default: @code{'suspend}) (type: symbol)"
msgstr "@code{auto-start?} (default: @code{#t})"
#. type: item
-#: guix-git/doc/guix.texi:24938
+#: guix-git/doc/guix.texi:24964
#, fuzzy, no-wrap
#| msgid "@code{auto-start?} (default: @code{#t})"
msgid "@code{handle-lid-switch-docked} (default: @code{'ignore}) (type: symbol)"
msgstr "@code{auto-start?} (default: @code{#t})"
#. type: item
-#: guix-git/doc/guix.texi:24941
+#: guix-git/doc/guix.texi:24967
#, fuzzy, no-wrap
#| msgid "@code{auto-start?} (default: @code{#t})"
msgid "@code{handle-lid-switch-external-power} (default: @code{*unspecified*}) (type: symbol)"
msgstr "@code{auto-start?} (default: @code{#t})"
#. type: item
-#: guix-git/doc/guix.texi:24944
+#: guix-git/doc/guix.texi:24970
#, fuzzy, no-wrap
#| msgid "@code{enabled?} (default: @code{#t})"
msgid "@code{power-key-ignore-inhibited?} (default: @code{#f}) (type: boolean)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: item
-#: guix-git/doc/guix.texi:24947
+#: guix-git/doc/guix.texi:24973
#, fuzzy, no-wrap
#| msgid "@code{enabled?} (default: @code{#t})"
msgid "@code{suspend-key-ignore-inhibited?} (default: @code{#f}) (type: boolean)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: item
-#: guix-git/doc/guix.texi:24950
+#: guix-git/doc/guix.texi:24976
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{hibernate-key-ignore-inhibited?} (default: @code{#f}) (type: boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: item
-#: guix-git/doc/guix.texi:24953
+#: guix-git/doc/guix.texi:24979
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{lid-switch-ignore-inhibited?} (default: @code{#t}) (type: boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: item
-#: guix-git/doc/guix.texi:24956
+#: guix-git/doc/guix.texi:24982
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{holdoff-timeout-seconds} (default: @code{30}) (type: integer)"
msgstr "@code{features} (default: @code{'()})"
#. type: item
-#: guix-git/doc/guix.texi:24959
+#: guix-git/doc/guix.texi:24985
#, fuzzy, no-wrap
#| msgid "@code{auto-start?} (default: @code{#t})"
msgid "@code{idle-action} (default: @code{'ignore}) (type: symbol)"
msgstr "@code{auto-start?} (default: @code{#t})"
#. type: item
-#: guix-git/doc/guix.texi:24962
+#: guix-git/doc/guix.texi:24988
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{idle-action-seconds} (default: @code{(* 30 60)}) (type: integer)"
msgstr "@code{features} (default: @code{'()})"
#. type: item
-#: guix-git/doc/guix.texi:24965
+#: guix-git/doc/guix.texi:24991
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{runtime-directory-size-percent} (default: @code{10}) (type: integer)"
msgstr "@code{features} (default: @code{'()})"
#. type: item
-#: guix-git/doc/guix.texi:24968
+#: guix-git/doc/guix.texi:24994
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{runtime-directory-size} (default: @code{#f}) (type: integer)"
msgstr "@code{features} (default: @code{'()})"
#. type: item
-#: guix-git/doc/guix.texi:24971
+#: guix-git/doc/guix.texi:24997
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{remove-ipc?} (default: @code{#t}) (type: boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: item
-#: guix-git/doc/guix.texi:24974
+#: guix-git/doc/guix.texi:25000
#, fuzzy, no-wrap
#| msgid "@code{extra-environment} (default: @code{#~'()})"
msgid "@code{suspend-state} (default: @code{'(\"mem\" \"standby\" \"freeze\")}) (type: list)"
msgstr "@code{features} (default: @code{'()})"
#. type: item
-#: guix-git/doc/guix.texi:24977
+#: guix-git/doc/guix.texi:25003
#, fuzzy, no-wrap
#| msgid "@code{extra-environment} (default: @code{#~'()})"
msgid "@code{suspend-mode} (default: @code{'()}) (type: list)"
msgstr "@code{features} (default: @code{'()})"
#. type: item
-#: guix-git/doc/guix.texi:24980
+#: guix-git/doc/guix.texi:25006
#, fuzzy, no-wrap
#| msgid "@code{extra-environment} (default: @code{#~'()})"
msgid "@code{hibernate-state} (default: @code{'(\"disk\")}) (type: list)"
msgstr "@code{features} (default: @code{'()})"
#. type: item
-#: guix-git/doc/guix.texi:24983
+#: guix-git/doc/guix.texi:25009
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{hibernate-mode} (default: @code{'(\"platform\" \"shutdown\")}) (type: list)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: item
-#: guix-git/doc/guix.texi:24986
+#: guix-git/doc/guix.texi:25012
#, fuzzy, no-wrap
#| msgid "@code{extra-environment} (default: @code{#~'()})"
msgid "@code{hybrid-sleep-state} (default: @code{'(\"disk\")}) (type: list)"
msgstr "@code{features} (default: @code{'()})"
#. type: item
-#: guix-git/doc/guix.texi:24989
+#: guix-git/doc/guix.texi:25015
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{hybrid-sleep-mode} (default: @code{'(\"suspend\" \"platform\" \"shutdown\")}) (type: list)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: item
-#: guix-git/doc/guix.texi:24992
+#: guix-git/doc/guix.texi:25018
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{hibernate-delay-seconds} (default: @code{*unspecified*}) (type: integer)"
msgstr "@code{features} (default: @code{'()})"
#. type: item
-#: guix-git/doc/guix.texi:24995
+#: guix-git/doc/guix.texi:25021
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{suspend-estimation-seconds} (default: @code{*unspecified*}) (type: integer)"
msgstr "@code{features} (default: @code{'()})"
#. type: defvar
-#: guix-git/doc/guix.texi:25001
+#: guix-git/doc/guix.texi:25027
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "accountsservice-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:25008
+#: guix-git/doc/guix.texi:25034
msgid "Type for the service that runs AccountsService, a system service that can list available accounts, change their passwords, and so on. AccountsService integrates with PolicyKit to enable unprivileged users to acquire the capability to modify their system configuration. See @url{https://www.freedesktop.org/wiki/Software/AccountsService/, AccountsService} for more information."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:25011
+#: guix-git/doc/guix.texi:25037
msgid "The value for this service is a file-like object, by default it is set to @code{accountsservice} (the package object for AccountsService)."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:25013
+#: guix-git/doc/guix.texi:25039
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "polkit-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:25021
+#: guix-git/doc/guix.texi:25047
msgid "Type for the service that runs the @url{https://www.freedesktop.org/wiki/Software/polkit/, Polkit privilege management service}, which allows system administrators to grant access to privileged operations in a structured way. By querying the Polkit service, a privileged system component can know when it should grant additional capabilities to ordinary users. For example, an ordinary user can be granted the capability to suspend the system if the user is logged in locally."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:25023
+#: guix-git/doc/guix.texi:25049
msgid "The value for this service is a @code{<polkit-configuration>} object."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:25028
+#: guix-git/doc/guix.texi:25054
#, no-wrap
msgid "polkit-wheel-service"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:25033
+#: guix-git/doc/guix.texi:25059
msgid "Service that adds the @code{wheel} group as admins to the Polkit service. This makes it so that users in the @code{wheel} group are queried for their own passwords when performing administrative actions instead of @code{root}'s, similar to the behaviour used by @code{sudo}."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:25035
+#: guix-git/doc/guix.texi:25061
#, fuzzy, no-wrap
#| msgid "provenance-service-type"
msgid "upower-service-type"
msgstr "provenance-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:25039
+#: guix-git/doc/guix.texi:25065
msgid "Service that runs @uref{https://upower.freedesktop.org/, @command{upowerd}}, a system-wide monitor for power consumption and battery levels, with the given configuration settings."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:25042
+#: guix-git/doc/guix.texi:25068
msgid "It implements the @code{org.freedesktop.UPower} D-Bus interface, and is notably used by GNOME."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:25044
+#: guix-git/doc/guix.texi:25070
#, no-wrap
msgid "{Data Type} upower-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:25046
+#: guix-git/doc/guix.texi:25072
msgid "Data type representation the configuration for UPower."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25049
+#: guix-git/doc/guix.texi:25075
#, no-wrap
msgid "@code{upower} (default: @var{upower})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:25051
+#: guix-git/doc/guix.texi:25077
msgid "Package to use for @code{upower}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25052
+#: guix-git/doc/guix.texi:25078
#, no-wrap
msgid "@code{watts-up-pro?} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:25054
+#: guix-git/doc/guix.texi:25080
msgid "Enable the Watts Up Pro device."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25055
+#: guix-git/doc/guix.texi:25081
#, no-wrap
msgid "@code{poll-batteries?} (default: @code{#t})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:25057
+#: guix-git/doc/guix.texi:25083
msgid "Enable polling the kernel for battery level changes."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25058
+#: guix-git/doc/guix.texi:25084
#, no-wrap
msgid "@code{ignore-lid?} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:25060
+#: guix-git/doc/guix.texi:25086
msgid "Ignore the lid state, this can be useful if it's incorrect on a device."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25061
+#: guix-git/doc/guix.texi:25087
#, fuzzy, no-wrap
#| msgid "@code{enabled?} (default: @code{#t})"
msgid "@code{use-percentage-for-policy?} (default: @code{#t})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:25065
+#: guix-git/doc/guix.texi:25091
msgid "Whether to use a policy based on battery percentage rather than on estimated time left. A policy based on battery percentage is usually more reliable."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25066
+#: guix-git/doc/guix.texi:25092
#, fuzzy, no-wrap
#| msgid "@code{export-all?} (default: @code{#f})"
msgid "@code{percentage-low} (default: @code{20})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:25069
+#: guix-git/doc/guix.texi:25095
msgid "When @code{use-percentage-for-policy?} is @code{#t}, this sets the percentage at which the battery is considered low."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25070
+#: guix-git/doc/guix.texi:25096
#, fuzzy, no-wrap
#| msgid "@code{export-all?} (default: @code{#f})"
msgid "@code{percentage-critical} (default: @code{5})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:25073
+#: guix-git/doc/guix.texi:25099
msgid "When @code{use-percentage-for-policy?} is @code{#t}, this sets the percentage at which the battery is considered critical."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25074
+#: guix-git/doc/guix.texi:25100
#, no-wrap
msgid "@code{percentage-action} (default: @code{2})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:25077
+#: guix-git/doc/guix.texi:25103
msgid "When @code{use-percentage-for-policy?} is @code{#t}, this sets the percentage at which action will be taken."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25078
+#: guix-git/doc/guix.texi:25104
#, no-wrap
msgid "@code{time-low} (default: @code{1200})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:25081
+#: guix-git/doc/guix.texi:25107
msgid "When @code{use-time-for-policy?} is @code{#f}, this sets the time remaining in seconds at which the battery is considered low."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25082
+#: guix-git/doc/guix.texi:25108
#, no-wrap
msgid "@code{time-critical} (default: @code{300})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:25085
+#: guix-git/doc/guix.texi:25111
msgid "When @code{use-time-for-policy?} is @code{#f}, this sets the time remaining in seconds at which the battery is considered critical."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25086
+#: guix-git/doc/guix.texi:25112
#, no-wrap
msgid "@code{time-action} (default: @code{120})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:25089
+#: guix-git/doc/guix.texi:25115
msgid "When @code{use-time-for-policy?} is @code{#f}, this sets the time remaining in seconds at which action will be taken."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25090
+#: guix-git/doc/guix.texi:25116
#, no-wrap
msgid "@code{critical-power-action} (default: @code{'hybrid-sleep})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:25093
+#: guix-git/doc/guix.texi:25119
msgid "The action taken when @code{percentage-action} or @code{time-action} is reached (depending on the configuration of @code{use-percentage-for-policy?})."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:25095 guix-git/doc/guix.texi:25281
-#: guix-git/doc/guix.texi:25313 guix-git/doc/guix.texi:25333
-#: guix-git/doc/guix.texi:25554 guix-git/doc/guix.texi:25572
-#: guix-git/doc/guix.texi:25603 guix-git/doc/guix.texi:25616
-#: guix-git/doc/guix.texi:25666
+#: guix-git/doc/guix.texi:25121 guix-git/doc/guix.texi:25307
+#: guix-git/doc/guix.texi:25339 guix-git/doc/guix.texi:25359
+#: guix-git/doc/guix.texi:25580 guix-git/doc/guix.texi:25598
+#: guix-git/doc/guix.texi:25629 guix-git/doc/guix.texi:25642
+#: guix-git/doc/guix.texi:25692
msgid "Possible values are:"
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:25099
+#: guix-git/doc/guix.texi:25125
msgid "'power-off"
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:25102
+#: guix-git/doc/guix.texi:25128
msgid "'hibernate"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:25105
+#: guix-git/doc/guix.texi:25131
msgid "@code{'hybrid-sleep}."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:25110
+#: guix-git/doc/guix.texi:25136
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "udisks-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:25121
+#: guix-git/doc/guix.texi:25147
msgid "Type for the service that runs @uref{https://udisks.freedesktop.org/docs/latest/, UDisks}, a @dfn{disk management} daemon that provides user interfaces with notifications and ways to mount/unmount disks. Programs that talk to UDisks include the @command{udisksctl} command, part of UDisks, and GNOME Disks. Note that Udisks relies on the @command{mount} command, so it will only be able to use the file-system utilities installed in the system profile. For example if you want to be able to mount NTFS file-systems in read and write fashion, you'll need to have @code{ntfs-3g} installed system-wide."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:25123
+#: guix-git/doc/guix.texi:25149
msgid "The value for this service is a @code{<udisks-configuration>} object."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:25125
+#: guix-git/doc/guix.texi:25151
#, fuzzy, no-wrap
#| msgid "{Data Type} auditd-configuration"
msgid "{Data Type} udisks-configuration"
msgstr "{Тип данных} build-machine"
#. type: deftp
-#: guix-git/doc/guix.texi:25127
+#: guix-git/doc/guix.texi:25153
#, fuzzy
#| msgid "Data type representing the configuration for @code{syncthing-service-type}."
msgid "Data type representing the configuration for @code{udisks-service-type}."
msgstr "Управление конфигурацией операционной системы."
#. type: item
-#: guix-git/doc/guix.texi:25129
+#: guix-git/doc/guix.texi:25155
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{udisks} (default: @code{udisks}) (type: file-like)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:25131
+#: guix-git/doc/guix.texi:25157
msgid "Package object for UDisks."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:25135
+#: guix-git/doc/guix.texi:25161
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "gvfs-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:25140
+#: guix-git/doc/guix.texi:25166
msgid "Type for the service that provides virtual file systems for GIO applications, which enables support for @code{trash://}, @code{ftp://}, @code{sftp://} and many other location schemas in file managers like Nautilus (GNOME Files) and Thunar."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:25142
+#: guix-git/doc/guix.texi:25168
#, fuzzy
#| msgid "This is the data type for the OpenDHT service configuration."
msgid "The value for this service is a @code{<gvfs-configuration>} object."
msgstr "Управление конфигурацией операционной системы."
#. type: deftp
-#: guix-git/doc/guix.texi:25144
+#: guix-git/doc/guix.texi:25170
#, fuzzy, no-wrap
#| msgid "{Data Type} nfs-configuration"
msgid "{Data Type} gvfs-configuration"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:25146
+#: guix-git/doc/guix.texi:25172
#, fuzzy
#| msgid "Data type representing the configuration for @code{syncthing-service-type}."
msgid "Data type representing the configuration for @code{gvfs-service-type}."
msgstr "Управление конфигурацией операционной системы."
#. type: item
-#: guix-git/doc/guix.texi:25148
+#: guix-git/doc/guix.texi:25174
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{gvfs} (default: @code{gvfs}) (type: file-like)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:25150
+#: guix-git/doc/guix.texi:25176
#, fuzzy
#| msgid "Package Modules"
msgid "Package object for GVfs."
msgstr "Пакетные модули"
#. type: defvar
-#: guix-git/doc/guix.texi:25154
+#: guix-git/doc/guix.texi:25180
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "colord-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:25161
+#: guix-git/doc/guix.texi:25187
msgid "This is the type of the service that runs @command{colord}, a system service with a D-Bus interface to manage the color profiles of input and output devices such as screens and scanners. It is notably used by the GNOME Color Manager graphical tool. See @uref{https://www.freedesktop.org/software/colord/, the colord web site} for more information."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:25163
+#: guix-git/doc/guix.texi:25189
#, no-wrap
msgid "scanner access"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:25164
+#: guix-git/doc/guix.texi:25190
#, fuzzy, no-wrap
#| msgid "provenance-service-type"
msgid "sane-service-type"
msgstr "provenance-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:25170
+#: guix-git/doc/guix.texi:25196
msgid "This service provides access to scanners @i{via} @uref{http://www.sane-project.org, SANE} by installing the necessary udev rules. It is included in @code{%desktop-services} (@pxref{Desktop Services}) and relies by default on @code{sane-backends-minimal} package (see below) for hardware support."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:25172
+#: guix-git/doc/guix.texi:25198
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} sane-backends-minimal"
msgid "sane-backends-minimal"
msgstr "{Scheme Variable} ant-build-system"
#. type: defvar
-#: guix-git/doc/guix.texi:25175
+#: guix-git/doc/guix.texi:25201
msgid "The default package which the @code{sane-service-type} installs. It supports many recent scanners."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:25177
+#: guix-git/doc/guix.texi:25203
#, fuzzy, no-wrap
#| msgid "--list-backends"
msgid "sane-backends"
msgstr "--list-backends"
#. type: defvar
-#: guix-git/doc/guix.texi:25184
+#: guix-git/doc/guix.texi:25210
msgid "This package includes support for all scanners that @code{sane-backends-minimal} supports, plus older Hewlett-Packard scanners supported by @code{hplip} package. In order to use this on a system which relies on @code{%desktop-services}, you may use @code{modify-services} (@pxref{Service Reference, @code{modify-services}}) as illustrated below:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:25193
+#: guix-git/doc/guix.texi:25219
#, no-wrap
msgid ""
"(use-modules (gnu))\n"
@@ -49575,7 +49628,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:25198
+#: guix-git/doc/guix.texi:25224
#, no-wrap
msgid ""
"(define %my-desktop-services\n"
@@ -49586,7 +49639,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:25202
+#: guix-git/doc/guix.texi:25228
#, no-wrap
msgid ""
"(operating-system\n"
@@ -49595,1122 +49648,1122 @@ msgid ""
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:25205
+#: guix-git/doc/guix.texi:25231
#, no-wrap
msgid "{Procedure} geoclue-application name [#:allowed? #t] [#:system? #f] [#:users '()]"
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:25214
+#: guix-git/doc/guix.texi:25240
msgid "Return a configuration allowing an application to access GeoClue location data. @var{name} is the Desktop ID of the application, without the @code{.desktop} part. If @var{allowed?} is true, the application will have access to location information by default. The boolean @var{system?} value indicates whether an application is a system component or not. Finally @var{users} is a list of UIDs of all users for which this application is allowed location info access. An empty users list means that all users are allowed."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:25216
+#: guix-git/doc/guix.texi:25242
#, no-wrap
msgid "%standard-geoclue-applications"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:25223
+#: guix-git/doc/guix.texi:25249
msgid "The standard list of well-known GeoClue application configurations, granting authority to the GNOME date-and-time utility to ask for the current location in order to set the time zone, and allowing the IceCat and Epiphany web browsers to request location information. IceCat and Epiphany both query the user before allowing a web page to know the user's location."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:25225
+#: guix-git/doc/guix.texi:25251
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "geoclue-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:25231
+#: guix-git/doc/guix.texi:25257
msgid "Type for the service that runs the @url{https://wiki.freedesktop.org/www/Software/GeoClue/, GeoClue} location service. This service provides a D-Bus interface to allow applications to request access to a user's physical location, and optionally to add information to online location databases."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:25233
+#: guix-git/doc/guix.texi:25259
msgid "The value for this service is a @code{<geoclue-configuration>} object."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:25238
+#: guix-git/doc/guix.texi:25264
#, fuzzy, no-wrap
#| msgid "(service openssh-service-type)\n"
msgid "bluetooth-service-type"
msgstr "(service openssh-service-type)\n"
#. type: defvar
-#: guix-git/doc/guix.texi:25243
+#: guix-git/doc/guix.texi:25269
msgid "This is the type for the @uref{https://bluez.org/, Linux Bluetooth Protocol Stack} (BlueZ) system, which generates the @file{/etc/bluetooth/main.conf} configuration file. The value for this type is a @command{bluetooth-configuration} record as in this example:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:25246
+#: guix-git/doc/guix.texi:25272
#, fuzzy, no-wrap
#| msgid "(service openssh-service-type)\n"
msgid "(service bluetooth-service-type)\n"
msgstr "(service openssh-service-type)\n"
#. type: defvar
-#: guix-git/doc/guix.texi:25249
+#: guix-git/doc/guix.texi:25275
msgid "See below for details about @code{bluetooth-configuration}."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:25251
+#: guix-git/doc/guix.texi:25277
#, fuzzy, no-wrap
#| msgid "{Data Type} autossh-configuration"
msgid "{Data Type} bluetooth-configuration"
msgstr "{Тип данных} build-machine"
#. type: deftp
-#: guix-git/doc/guix.texi:25253
+#: guix-git/doc/guix.texi:25279
#, fuzzy
#| msgid "Data type representing the configuration for @code{webssh-service}."
msgid "Data type representing the configuration for @code{bluetooth-service}."
msgstr "Управление конфигурацией операционной системы."
#. type: item
-#: guix-git/doc/guix.texi:25255
+#: guix-git/doc/guix.texi:25281
#, fuzzy, no-wrap
#| msgid "@code{bitlbee} (default: @code{bitlbee})"
msgid "@code{bluez} (default: @code{bluez})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:25257
+#: guix-git/doc/guix.texi:25283
#, fuzzy
#| msgid "@code{webssh} package to use."
msgid "@code{bluez} package to use."
msgstr "Используемый пакет @code{webssh}."
#. type: item
-#: guix-git/doc/guix.texi:25258
+#: guix-git/doc/guix.texi:25284
#, fuzzy, no-wrap
#| msgid "@code{name} (default: @code{\"MPD\"})"
msgid "@code{name} (default: @code{\"BlueZ\"})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:25260
+#: guix-git/doc/guix.texi:25286
#, fuzzy
#| msgid "The peer name."
msgid "Default adapter name."
msgstr "Имя роли."
#. type: item
-#: guix-git/doc/guix.texi:25261
+#: guix-git/doc/guix.texi:25287
#, fuzzy, no-wrap
msgid "@code{class} (default: @code{#x000000})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:25263
+#: guix-git/doc/guix.texi:25289
msgid "Default device class. Only the major and minor device class bits are considered."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25264
+#: guix-git/doc/guix.texi:25290
#, fuzzy, no-wrap
#| msgid "@code{discover?} (default: @code{#f})"
msgid "@code{discoverable-timeout} (default: @code{180})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:25267
+#: guix-git/doc/guix.texi:25293
msgid "How long to stay in discoverable mode before going back to non-discoverable. The value is in seconds."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25268
+#: guix-git/doc/guix.texi:25294
#, fuzzy, no-wrap
#| msgid "@code{always-on?} (default: @code{#f})"
msgid "@code{always-pairable?} (default: @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:25270
+#: guix-git/doc/guix.texi:25296
msgid "Always allow pairing even if there are no agents registered."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25271
+#: guix-git/doc/guix.texi:25297
#, fuzzy, no-wrap
#| msgid "@code{gate-time} (default @code{30})"
msgid "@code{pairable-timeout} (default: @code{0})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:25274
+#: guix-git/doc/guix.texi:25300
msgid "How long to stay in pairable mode before going back to non-discoverable. The value is in seconds."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25275
+#: guix-git/doc/guix.texi:25301
#, fuzzy, no-wrap
#| msgid "@code{size} (default @code{\"1G\"})"
msgid "@code{device-id} (default: @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:25279
+#: guix-git/doc/guix.texi:25305
msgid "Use vendor id source (assigner), vendor, product and version information for DID profile support. The values are separated by \":\" and @var{assigner}, @var{VID}, @var{PID} and @var{version}."
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:25285
+#: guix-git/doc/guix.texi:25311
msgid "@code{#f} to disable it,"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:25289
+#: guix-git/doc/guix.texi:25315
msgid "@code{\"assigner:1234:5678:abcd\"}, where @var{assigner} is either @code{usb} (default) or @code{bluetooth}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25292
+#: guix-git/doc/guix.texi:25318
#, fuzzy, no-wrap
#| msgid "@code{discover?} (default: @code{#f})"
msgid "@code{reverse-service-discovery?} (default: @code{#t})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:25298
+#: guix-git/doc/guix.texi:25324
msgid "Do reverse service discovery for previously unknown devices that connect to us. For BR/EDR this option is really only needed for qualification since the BITE tester doesn't like us doing reverse SDP for some test cases, for LE this disables the GATT client functionally so it can be used in system which can only operate as peripheral."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25299
+#: guix-git/doc/guix.texi:25325
#, fuzzy, no-wrap
#| msgid "@code{enable-rest-api?} (default: @code{#t})"
msgid "@code{name-resolving?} (default: @code{#t})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:25302
+#: guix-git/doc/guix.texi:25328
msgid "Enable name resolving after inquiry. Set it to @code{#f} if you don't need remote devices name and want shorter discovery cycle."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25303
+#: guix-git/doc/guix.texi:25329
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{debug-keys?} (default: @code{#f})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:25307
+#: guix-git/doc/guix.texi:25333
msgid "Enable runtime persistency of debug link keys. Default is false which makes debug link keys valid only for the duration of the connection that they were created for."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25308
+#: guix-git/doc/guix.texi:25334
#, fuzzy, no-wrap
#| msgid "@code{control-socket?} (default: @code{#f})"
msgid "@code{controller-mode} (default: @code{'dual})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:25311
+#: guix-git/doc/guix.texi:25337
msgid "Restricts all controllers to the specified transport. @code{'dual} means both BR/EDR and LE are enabled (if supported by the hardware)."
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:25317
+#: guix-git/doc/guix.texi:25343
msgid "'dual"
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:25320
+#: guix-git/doc/guix.texi:25346
msgid "'bredr"
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:25323
+#: guix-git/doc/guix.texi:25349
msgid "'le"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25326
+#: guix-git/doc/guix.texi:25352
#, fuzzy, no-wrap
#| msgid "@code{extra-file} (default: @code{#f})"
msgid "@code{multi-profile} (default: @code{'off})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:25331
+#: guix-git/doc/guix.texi:25357
msgid "Enables Multi Profile Specification support. This allows to specify if system supports only Multiple Profiles Single Device (MPSD) configuration or both Multiple Profiles Single Device (MPSD) and Multiple Profiles Multiple Devices (MPMD) configurations."
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:25337
+#: guix-git/doc/guix.texi:25363
msgid "'off"
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:25340
+#: guix-git/doc/guix.texi:25366
msgid "'single"
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:25343
+#: guix-git/doc/guix.texi:25369
msgid "'multiple"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25346
+#: guix-git/doc/guix.texi:25372
#, fuzzy, no-wrap
#| msgid "@code{tftp-enable?} (default: @code{#f})"
msgid "@code{fast-connectable?} (default: @code{#f})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:25351
+#: guix-git/doc/guix.texi:25377
msgid "Permanently enables the Fast Connectable setting for adapters that support it. When enabled other devices can connect faster to us, however the tradeoff is increased power consumptions. This feature will fully work only on kernel version 4.1 and newer."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25352
+#: guix-git/doc/guix.texi:25378
#, fuzzy, no-wrap
#| msgid "@code{proxy} (default: @code{#f})"
msgid "@code{privacy} (default: @code{'off})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:25354
+#: guix-git/doc/guix.texi:25380
msgid "Default privacy settings."
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:25358
+#: guix-git/doc/guix.texi:25384
msgid "@code{'off}: Disable local privacy"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:25363
+#: guix-git/doc/guix.texi:25389
msgid "@code{'network/on}: A device will only accept advertising packets from peer devices that contain private addresses. It may not be compatible with some legacy devices since it requires the use of RPA(s) all the time"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:25369
+#: guix-git/doc/guix.texi:25395
msgid "@code{'device}: A device in device privacy mode is only concerned about the privacy of the device and will accept advertising packets from peer devices that contain their Identity Address as well as ones that contain a private address, even if the peer device has distributed its IRK in the past"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:25373
+#: guix-git/doc/guix.texi:25399
msgid "and additionally, if @var{controller-mode} is set to @code{'dual}:"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:25379
+#: guix-git/doc/guix.texi:25405
msgid "@code{'limited-network}: Apply Limited Discoverable Mode to advertising, which follows the same policy as to BR/EDR that publishes the identity address when discoverable, and Network Privacy Mode for scanning"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:25384
+#: guix-git/doc/guix.texi:25410
msgid "@code{'limited-device}: Apply Limited Discoverable Mode to advertising, which follows the same policy as to BR/EDR that publishes the identity address when discoverable, and Device Privacy Mode for scanning."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25387
+#: guix-git/doc/guix.texi:25413
#, fuzzy, no-wrap
#| msgid "@code{server} (default: @code{'()})"
msgid "@code{just-works-repairing} (default: @code{'never})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:25389
+#: guix-git/doc/guix.texi:25415
msgid "Specify the policy to the JUST-WORKS repairing initiated by peer."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:25391 guix-git/doc/guix.texi:25416
-#: guix-git/doc/guix.texi:25633
+#: guix-git/doc/guix.texi:25417 guix-git/doc/guix.texi:25442
+#: guix-git/doc/guix.texi:25659
msgid "Possible values:"
msgstr "Возможные значения:"
#. type: code{#1}
-#: guix-git/doc/guix.texi:25394
+#: guix-git/doc/guix.texi:25420
#, fuzzy
#| msgid "never"
msgid "'never"
msgstr "никогда"
#. type: code{#1}
-#: guix-git/doc/guix.texi:25397
+#: guix-git/doc/guix.texi:25423
msgid "'confirm"
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:25400
+#: guix-git/doc/guix.texi:25426
#, fuzzy
#| msgid "always"
msgid "'always"
msgstr "всегда"
#. type: item
-#: guix-git/doc/guix.texi:25403
+#: guix-git/doc/guix.texi:25429
#, fuzzy, no-wrap
#| msgid "@code{memory-limit} (default @code{0})"
msgid "@code{temporary-timeout} (default: @code{30})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:25406
+#: guix-git/doc/guix.texi:25432
msgid "How long to keep temporary devices around. The value is in seconds. @code{0} disables the timer completely."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25407
+#: guix-git/doc/guix.texi:25433
#, fuzzy, no-wrap
#| msgid "@code{discover?} (default: @code{#f})"
msgid "@code{refresh-discovery?} (default: @code{#t})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:25410
+#: guix-git/doc/guix.texi:25436
msgid "Enables the device to issue an SDP request to update known services when profile is connected."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25411
+#: guix-git/doc/guix.texi:25437
#, fuzzy, no-wrap
#| msgid "@code{export-all?} (default: @code{#f})"
msgid "@code{experimental} (default: @code{#f})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:25414
+#: guix-git/doc/guix.texi:25440
msgid "Enables experimental features and interfaces, alternatively a list of UUIDs can be given."
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:25420
+#: guix-git/doc/guix.texi:25446
msgid "#t"
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:25423
+#: guix-git/doc/guix.texi:25449
msgid "#f"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:25426 guix-git/doc/guix.texi:25640
+#: guix-git/doc/guix.texi:25452 guix-git/doc/guix.texi:25666
msgid "@code{(list (uuid <uuid-1>) (uuid <uuid-2>) ...)}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:25429
+#: guix-git/doc/guix.texi:25455
msgid "List of possible UUIDs:"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:25432
+#: guix-git/doc/guix.texi:25458
msgid "@code{d4992530-b9ec-469f-ab01-6c481c47da1c}: BlueZ Experimental Debug,"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:25435
+#: guix-git/doc/guix.texi:25461
msgid "@code{671b10b5-42c0-4696-9227-eb28d1b049d6}: BlueZ Experimental Simultaneous Central and Peripheral,"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:25438
+#: guix-git/doc/guix.texi:25464
msgid "@code{15c0a148-c273-11ea-b3de-0242ac130004}: BlueZ Experimental LL privacy,"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:25441
+#: guix-git/doc/guix.texi:25467
msgid "@code{330859bc-7506-492d-9370-9a6f0614037f}: BlueZ Experimental Bluetooth Quality Report,"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:25444
+#: guix-git/doc/guix.texi:25470
msgid "@code{a6695ace-ee7f-4fb9-881a-5fac66c629af}: BlueZ Experimental Offload Codecs."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25446
+#: guix-git/doc/guix.texi:25472
#, fuzzy, no-wrap
#| msgid "@code{remote-server} (default: @code{#f})"
msgid "@code{remote-name-request-retry-delay} (default: @code{300})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:25449
+#: guix-git/doc/guix.texi:25475
msgid "The duration to avoid retrying to resolve a peer's name, if the previous try failed."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25450
+#: guix-git/doc/guix.texi:25476
#, fuzzy, no-wrap
#| msgid "@code{snippet} (default: @code{#f})"
msgid "@code{page-scan-type} (default: @code{#f})"
msgstr "@code{snippet} (по умолчанию: @code{#f})"
#. type: table
-#: guix-git/doc/guix.texi:25452
+#: guix-git/doc/guix.texi:25478
msgid "BR/EDR Page scan activity type."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25453
+#: guix-git/doc/guix.texi:25479
#, fuzzy, no-wrap
#| msgid "@code{email} (default: @code{#f})"
msgid "@code{page-scan-interval} (default: @code{#f})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:25455
+#: guix-git/doc/guix.texi:25481
msgid "BR/EDR Page scan activity interval."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25456
+#: guix-git/doc/guix.texi:25482
#, fuzzy, no-wrap
#| msgid "@code{sandbox} (default: @code{#t})"
msgid "@code{page-scan-window} (default: @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:25458
+#: guix-git/doc/guix.texi:25484
msgid "BR/EDR Page scan activity window."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25459
+#: guix-git/doc/guix.texi:25485
#, fuzzy, no-wrap
#| msgid "@code{identity} (default: @code{#f})"
msgid "@code{inquiry-scan-type} (default: @code{#f})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:25461
+#: guix-git/doc/guix.texi:25487
msgid "BR/EDR Inquiry scan activity type."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25462
+#: guix-git/doc/guix.texi:25488
#, fuzzy, no-wrap
#| msgid "@code{initrd} (default: @code{#f})"
msgid "@code{inquiry-scan-interval} (default: @code{#f})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:25464
+#: guix-git/doc/guix.texi:25490
msgid "BR/EDR Inquiry scan activity interval."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25465
+#: guix-git/doc/guix.texi:25491
#, fuzzy, no-wrap
#| msgid "@code{initrd} (default: @code{#f})"
msgid "@code{inquiry-scan-window} (default: @code{#f})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:25467
+#: guix-git/doc/guix.texi:25493
msgid "BR/EDR Inquiry scan activity window."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25468
+#: guix-git/doc/guix.texi:25494
#, fuzzy, no-wrap
#| msgid "@code{port} (default: @code{#f})"
msgid "@code{link-supervision-timeout} (default: @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:25470
+#: guix-git/doc/guix.texi:25496
msgid "BR/EDR Link supervision timeout."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25471
+#: guix-git/doc/guix.texi:25497
#, fuzzy, no-wrap
#| msgid "@code{port} (default: @code{#f})"
msgid "@code{page-timeout} (default: @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:25473
+#: guix-git/doc/guix.texi:25499
msgid "BR/EDR Page timeout."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25474
+#: guix-git/doc/guix.texi:25500
#, fuzzy, no-wrap
#| msgid "@code{initrd} (default: @code{#f})"
msgid "@code{min-sniff-interval} (default: @code{#f})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:25476
+#: guix-git/doc/guix.texi:25502
msgid "BR/EDR minimum sniff interval."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25477
+#: guix-git/doc/guix.texi:25503
#, fuzzy, no-wrap
#| msgid "@code{max-start} (default @code{#f})"
msgid "@code{max-sniff-interval} (default: @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:25479
+#: guix-git/doc/guix.texi:25505
msgid "BR/EDR maximum sniff interval."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25480
+#: guix-git/doc/guix.texi:25506
#, fuzzy, no-wrap
#| msgid "@code{advertise?} (default: @code{#f})"
msgid "@code{min-advertisement-interval} (default: @code{#f})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:25482
+#: guix-git/doc/guix.texi:25508
msgid "LE minimum advertisement interval (used for legacy advertisement only)."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25483
+#: guix-git/doc/guix.texi:25509
#, fuzzy, no-wrap
#| msgid "@code{advertise?} (default: @code{#f})"
msgid "@code{max-advertisement-interval} (default: @code{#f})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:25485
+#: guix-git/doc/guix.texi:25511
msgid "LE maximum advertisement interval (used for legacy advertisement only)."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25486
+#: guix-git/doc/guix.texi:25512
#, fuzzy, no-wrap
#| msgid "@code{memory-report-interval} (default: @code{0})"
msgid "@code{multi-advertisement-rotation-interval} (default: @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:25488
+#: guix-git/doc/guix.texi:25514
msgid "LE multiple advertisement rotation interval."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25489
+#: guix-git/doc/guix.texi:25515
#, fuzzy, no-wrap
#| msgid "@code{control-socket?} (default: @code{#f})"
msgid "@code{scan-interval-auto-connect} (default: @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:25491
+#: guix-git/doc/guix.texi:25517
msgid "LE scanning interval used for passive scanning supporting auto connect."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25492
+#: guix-git/doc/guix.texi:25518
#, fuzzy, no-wrap
#| msgid "@code{autoconf?} (default: @code{#f})"
msgid "@code{scan-window-auto-connect} (default: @code{#f})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:25494
+#: guix-git/doc/guix.texi:25520
msgid "LE scanning window used for passive scanning supporting auto connect."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25495
+#: guix-git/doc/guix.texi:25521
#, fuzzy, no-wrap
#| msgid "@code{server} (default: @code{#f})"
msgid "@code{scan-interval-suspend} (default: @code{#f})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:25497
+#: guix-git/doc/guix.texi:25523
msgid "LE scanning interval used for active scanning supporting wake from suspend."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25498
+#: guix-git/doc/guix.texi:25524
#, fuzzy, no-wrap
#| msgid "@code{snippet} (default: @code{#f})"
msgid "@code{scan-window-suspend} (default: @code{#f})"
msgstr "@code{snippet} (по умолчанию: @code{#f})"
#. type: table
-#: guix-git/doc/guix.texi:25500
+#: guix-git/doc/guix.texi:25526
msgid "LE scanning window used for active scanning supporting wake from suspend."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25501
+#: guix-git/doc/guix.texi:25527
#, fuzzy, no-wrap
#| msgid "@code{discover?} (default: @code{#f})"
msgid "@code{scan-interval-discovery} (default: @code{#f})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:25503
+#: guix-git/doc/guix.texi:25529
msgid "LE scanning interval used for active scanning supporting discovery."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25504
+#: guix-git/doc/guix.texi:25530
#, fuzzy, no-wrap
#| msgid "@code{discover?} (default: @code{#f})"
msgid "@code{scan-window-discovery} (default: @code{#f})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:25506
+#: guix-git/doc/guix.texi:25532
msgid "LE scanning window used for active scanning supporting discovery."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25507
+#: guix-git/doc/guix.texi:25533
#, fuzzy, no-wrap
#| msgid "@code{server} (default: @code{#f})"
msgid "@code{scan-interval-adv-monitor} (default: @code{#f})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:25509
+#: guix-git/doc/guix.texi:25535
msgid "LE scanning interval used for passive scanning supporting the advertisement monitor APIs."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25510
+#: guix-git/doc/guix.texi:25536
#, fuzzy, no-wrap
#| msgid "@code{initrd} (default: @code{#f})"
msgid "@code{scan-window-adv-monitor} (default: @code{#f})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:25512
+#: guix-git/doc/guix.texi:25538
msgid "LE scanning window used for passive scanning supporting the advertisement monitor APIs."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25513
+#: guix-git/doc/guix.texi:25539
#, fuzzy, no-wrap
#| msgid "@code{control-socket?} (default: @code{#f})"
msgid "@code{scan-interval-connect} (default: @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:25515
+#: guix-git/doc/guix.texi:25541
msgid "LE scanning interval used for connection establishment."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25516
+#: guix-git/doc/guix.texi:25542
#, fuzzy, no-wrap
#| msgid "@code{snippet} (default: @code{#f})"
msgid "@code{scan-window-connect} (default: @code{#f})"
msgstr "@code{snippet} (по умолчанию: @code{#f})"
#. type: table
-#: guix-git/doc/guix.texi:25518
+#: guix-git/doc/guix.texi:25544
msgid "LE scanning window used for connection establishment."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25519
+#: guix-git/doc/guix.texi:25545
#, fuzzy, no-wrap
#| msgid "@code{memory-report-interval} (default: @code{0})"
msgid "@code{min-connection-interval} (default: @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:25522
+#: guix-git/doc/guix.texi:25548
msgid "LE default minimum connection interval. This value is superseded by any specific value provided via the Load Connection Parameters interface."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25523
+#: guix-git/doc/guix.texi:25549
#, fuzzy, no-wrap
#| msgid "@code{memory-report-interval} (default: @code{0})"
msgid "@code{max-connection-interval} (default: @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:25526
+#: guix-git/doc/guix.texi:25552
msgid "LE default maximum connection interval. This value is superseded by any specific value provided via the Load Connection Parameters interface."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25527
+#: guix-git/doc/guix.texi:25553
#, fuzzy, no-wrap
#| msgid "@code{components} (default: @code{#f})"
msgid "@code{connection-latency} (default: @code{#f})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:25530
+#: guix-git/doc/guix.texi:25556
msgid "LE default connection latency. This value is superseded by any specific value provided via the Load Connection Parameters interface."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25531
+#: guix-git/doc/guix.texi:25557
#, fuzzy, no-wrap
#| msgid "@code{control-socket?} (default: @code{#f})"
msgid "@code{connection-supervision-timeout} (default: @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:25534
+#: guix-git/doc/guix.texi:25560
msgid "LE default connection supervision timeout. This value is superseded by any specific value provided via the Load Connection Parameters interface."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25535
+#: guix-git/doc/guix.texi:25561
#, fuzzy, no-wrap
#| msgid "@code{autoconf?} (default: @code{#f})"
msgid "@code{autoconnect-timeout} (default: @code{#f})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:25538
+#: guix-git/doc/guix.texi:25564
msgid "LE default autoconnect timeout. This value is superseded by any specific value provided via the Load Connection Parameters interface."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25539
+#: guix-git/doc/guix.texi:25565
#, fuzzy, no-wrap
#| msgid "@code{maximum-duration} (default: @code{3600})"
msgid "@code{adv-mon-allowlist-scan-duration} (default: @code{300})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:25542
+#: guix-git/doc/guix.texi:25568
msgid "Allowlist scan duration during interleaving scan. Only used when scanning for ADV monitors. The units are msec."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25543
+#: guix-git/doc/guix.texi:25569
#, fuzzy, no-wrap
#| msgid "@code{maximum-duration} (default: @code{3600})"
msgid "@code{adv-mon-no-filter-scan-duration} (default: @code{500})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:25546
+#: guix-git/doc/guix.texi:25572
msgid "No filter scan duration during interleaving scan. Only used when scanning for ADV monitors. The units are msec."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25547
+#: guix-git/doc/guix.texi:25573
#, fuzzy, no-wrap
#| msgid "@code{enable-iptables?} (default @code{#t})"
msgid "@code{enable-adv-mon-interleave-scan?} (default: @code{#t})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:25549
+#: guix-git/doc/guix.texi:25575
msgid "Enable/Disable Advertisement Monitor interleave scan for power saving."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25550
+#: guix-git/doc/guix.texi:25576
#, fuzzy, no-wrap
#| msgid "@code{patches} (default: @code{'()})"
msgid "@code{cache} (default: @code{'always})"
msgstr "@code{patches} (по умолчанию: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:25552
+#: guix-git/doc/guix.texi:25578
msgid "GATT attribute cache."
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:25560
+#: guix-git/doc/guix.texi:25586
msgid "@code{'always}: Always cache attributes even for devices not paired, this is recommended as it is best for interoperability, with more consistent reconnection times and enables proper tracking of notifications for all devices"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:25563
+#: guix-git/doc/guix.texi:25589
msgid "@code{'yes}: Only cache attributes of paired devices"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:25566
+#: guix-git/doc/guix.texi:25592
msgid "@code{'no}: Never cache attributes."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25568
+#: guix-git/doc/guix.texi:25594
#, fuzzy, no-wrap
#| msgid "@code{port} (default: @code{22})"
msgid "@code{key-size} (default: @code{0})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:25570
+#: guix-git/doc/guix.texi:25596
msgid "Minimum required Encryption Key Size for accessing secured characteristics."
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:25575
+#: guix-git/doc/guix.texi:25601
msgid "@code{0}: Don't care"
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:25578
+#: guix-git/doc/guix.texi:25604
msgid "7 <= N <= 16"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25580
+#: guix-git/doc/guix.texi:25606
#, fuzzy, no-wrap
#| msgid "@code{channel} (default: @code{1})"
msgid "@code{exchange-mtu} (default: @code{517})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:25582
+#: guix-git/doc/guix.texi:25608
msgid "Exchange MTU size. Possible values are:"
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:25586
+#: guix-git/doc/guix.texi:25612
msgid "23 <= N <= 517"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25588
+#: guix-git/doc/guix.texi:25614
#, fuzzy, no-wrap
#| msgid "@code{channel} (default: @code{1})"
msgid "@code{att-channels} (default: @code{3})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:25590
+#: guix-git/doc/guix.texi:25616
msgid "Number of ATT channels. Possible values are:"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:25594
+#: guix-git/doc/guix.texi:25620
msgid "@code{1}: Disables EATT"
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:25597
+#: guix-git/doc/guix.texi:25623
msgid "2 <= N <= 5"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25599
+#: guix-git/doc/guix.texi:25625
#, fuzzy, no-wrap
#| msgid "@code{modules} (default: @code{'()})"
msgid "@code{session-mode} (default: @code{'basic})"
msgstr "@code{modules} (по умолчанию: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:25601
+#: guix-git/doc/guix.texi:25627
msgid "AVDTP L2CAP signalling channel mode."
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:25607 guix-git/doc/guix.texi:25620
+#: guix-git/doc/guix.texi:25633 guix-git/doc/guix.texi:25646
msgid "@code{'basic}: Use L2CAP basic mode"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:25610
+#: guix-git/doc/guix.texi:25636
msgid "@code{'ertm}: Use L2CAP enhanced retransmission mode."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25612
+#: guix-git/doc/guix.texi:25638
#, fuzzy, no-wrap
msgid "@code{stream-mode} (default: @code{'basic})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:25614
+#: guix-git/doc/guix.texi:25640
msgid "AVDTP L2CAP transport channel mode."
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:25623
+#: guix-git/doc/guix.texi:25649
msgid "@code{'streaming}: Use L2CAP streaming mode."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25625
+#: guix-git/doc/guix.texi:25651
#, fuzzy, no-wrap
#| msgid "@code{roles} (default: @code{'()})"
msgid "@code{reconnect-uuids} (default: @code{'()})"
msgstr "@code{modules} (по умолчанию: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:25631
+#: guix-git/doc/guix.texi:25657
msgid "The ReconnectUUIDs defines the set of remote services that should try to be reconnected to in case of a link loss (link supervision timeout). The policy plugin should contain a sane set of values by default, but this list can be overridden here. By setting the list to empty the reconnection feature gets disabled."
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:25637
+#: guix-git/doc/guix.texi:25663
msgid "'()"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25642
+#: guix-git/doc/guix.texi:25668
#, fuzzy, no-wrap
#| msgid "@code{rpcmountd-port} (default: @code{#f})"
msgid "@code{reconnect-attempts} (default: @code{7})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:25645
+#: guix-git/doc/guix.texi:25671
msgid "Defines the number of attempts to reconnect after a link lost. Setting the value to 0 disables reconnecting feature."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25646
+#: guix-git/doc/guix.texi:25672
#, fuzzy, no-wrap
#| msgid "@code{memory-report-interval} (default: @code{0})"
msgid "@code{reconnect-intervals} (default: @code{'(1 2 4 8 16 32 64)})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:25650
+#: guix-git/doc/guix.texi:25676
msgid "Defines a list of intervals in seconds to use in between attempts. If the number of attempts defined in @var{reconnect-attempts} is bigger than the list of intervals the last interval is repeated until the last attempt."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25651
+#: guix-git/doc/guix.texi:25677
#, fuzzy, no-wrap
#| msgid "@code{tftp-enable?} (default: @code{#f})"
msgid "@code{auto-enable?} (default: @code{#f})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:25654
+#: guix-git/doc/guix.texi:25680
msgid "Defines option to enable all controllers when they are found. This includes adapters present on start as well as adapters that are plugged in later on."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25655
+#: guix-git/doc/guix.texi:25681
#, fuzzy, no-wrap
#| msgid "@code{port} (default: @code{22})"
msgid "@code{resume-delay} (default: @code{2})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:25660
+#: guix-git/doc/guix.texi:25686
msgid "Audio devices that were disconnected due to suspend will be reconnected on resume. @var{resume-delay} determines the delay between when the controller resumes from suspend and a connection attempt is made. A longer delay is better for better co-existence with Wi-Fi. The value is in seconds."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25661
+#: guix-git/doc/guix.texi:25687
#, fuzzy, no-wrap
#| msgid "@code{rapi-ip} (default: @code{#f})"
msgid "@code{rssi-sampling-period} (default: @code{#xFF})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:25664
+#: guix-git/doc/guix.texi:25690
msgid "Default RSSI Sampling Period. This is used when a client registers an advertisement monitor and leaves the RSSISamplingPeriod unset."
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:25669
+#: guix-git/doc/guix.texi:25695
msgid "@code{#x0}: Report all advertisements"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:25672
+#: guix-git/doc/guix.texi:25698
msgid "@code{N = #xXX}: Report advertisements every N x 100 msec (range: #x01 to #xFE)"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:25675
+#: guix-git/doc/guix.texi:25701
msgid "@code{#xFF}: Report only one advertisement per device during monitoring period."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:25680
+#: guix-git/doc/guix.texi:25706
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "gnome-keyring-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:25684
+#: guix-git/doc/guix.texi:25710
msgid "This is the type of the service that adds the @uref{https://wiki.gnome.org/Projects/GnomeKeyring, GNOME Keyring}. Its value is a @code{gnome-keyring-configuration} object (see below)."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:25688
+#: guix-git/doc/guix.texi:25714
msgid "This service adds the @code{gnome-keyring} package to the system profile and extends PAM with entries using @code{pam_gnome_keyring.so}, unlocking a user's login keyring when they log in or setting its password with passwd."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:25690
+#: guix-git/doc/guix.texi:25716
#, no-wrap
msgid "{Data Type} gnome-keyring-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:25692
+#: guix-git/doc/guix.texi:25718
msgid "Configuration record for the GNOME Keyring service."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25694
+#: guix-git/doc/guix.texi:25720
#, no-wrap
msgid "@code{keyring} (default: @code{gnome-keyring})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:25696
+#: guix-git/doc/guix.texi:25722
msgid "The GNOME keyring package to use."
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:25697
+#: guix-git/doc/guix.texi:25723
#, no-wrap
msgid "pam-services"
msgstr "Базовые сервисы"
#. type: table
-#: guix-git/doc/guix.texi:25702
+#: guix-git/doc/guix.texi:25728
msgid "A list of @code{(@var{service} . @var{kind})} pairs denoting PAM services to extend, where @var{service} is the name of an existing service to extend and @var{kind} is one of @code{login} or @code{passwd}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:25708
+#: guix-git/doc/guix.texi:25734
msgid "If @code{login} is given, it adds an optional @code{pam_gnome_keyring.so} to the auth block without arguments and to the session block with @code{auto_start}. If @code{passwd} is given, it adds an optional @code{pam_gnome_keyring.so} to the password block without arguments."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:25711
+#: guix-git/doc/guix.texi:25737
msgid "By default, this field contains ``gdm-password'' with the value @code{login} and ``passwd'' is with the value @code{passwd}."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:25714
+#: guix-git/doc/guix.texi:25740
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "seatd-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:25717
+#: guix-git/doc/guix.texi:25743
msgid "@uref{https://sr.ht/~kennylevinsen/seatd/, seatd} is a minimal seat management daemon."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:25720
+#: guix-git/doc/guix.texi:25746
msgid "Seat management takes care of mediating access to shared devices (graphics, input), without requiring the applications needing access to be root."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:25726
+#: guix-git/doc/guix.texi:25752
#, no-wrap
msgid ""
"(append\n"
@@ -50721,7 +50774,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:25729
+#: guix-git/doc/guix.texi:25755
#, no-wrap
msgid ""
" ;; normally one would want %base-services\n"
@@ -50730,12 +50783,12 @@ msgid ""
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:25738
+#: guix-git/doc/guix.texi:25764
msgid "@code{seatd} operates over a UNIX domain socket, with @code{libseat} providing the client side of the protocol. Applications that acquire access to the shared resources via @code{seatd} (e.g. @code{sway}) need to be able to talk to this socket. This can be achieved by adding the user they run under to the group owning @code{seatd}'s socket (usually ``seat''), like so:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:25749
+#: guix-git/doc/guix.texi:25775
#, no-wrap
msgid ""
"(user-account\n"
@@ -50750,190 +50803,190 @@ msgid ""
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:25754
+#: guix-git/doc/guix.texi:25780
msgid "Depending on your setup, you will have to not only add regular users, but also system users to this group. For instance, some greetd greeters require graphics and therefore also need to negotiate with seatd."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:25757
+#: guix-git/doc/guix.texi:25783
#, fuzzy, no-wrap
#| msgid "{Data Type} auditd-configuration"
msgid "{Data Type} seatd-configuration"
msgstr "{Тип данных} build-machine"
#. type: deftp
-#: guix-git/doc/guix.texi:25759
+#: guix-git/doc/guix.texi:25785
#, fuzzy
#| msgid "Configuration record for the LXQt desktop environment."
msgid "Configuration record for the seatd daemon service."
msgstr "Конфигурации для среды рабочего стола LXQt."
#. type: item
-#: guix-git/doc/guix.texi:25761
+#: guix-git/doc/guix.texi:25787
#, fuzzy, no-wrap
#| msgid "@code{ssl?} (default: @code{#t})"
msgid "@code{seatd} (default: @code{seatd})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:25763
+#: guix-git/doc/guix.texi:25789
#, fuzzy
#| msgid "The hostapd package to use."
msgid "The seatd package to use."
msgstr "Используемый пакет hostapd."
#. type: item
-#: guix-git/doc/guix.texi:25764
+#: guix-git/doc/guix.texi:25790
#, fuzzy, no-wrap
#| msgid "@code{group} (default: @var{\"users\"})"
msgid "@code{group} (default: @samp{\"seat\"})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:25766
+#: guix-git/doc/guix.texi:25792
msgid "Group to own the seatd socket."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25767
+#: guix-git/doc/guix.texi:25793
#, fuzzy, no-wrap
#| msgid "@code{socket} (default: @code{\"/run/mysqld/mysqld.sock\"})"
msgid "@code{socket} (default: @samp{\"/run/seatd.sock\"})"
msgstr "@code{daemon-socket} (default: @code{\"/var/guix/daemon-socket/socket\"})"
#. type: table
-#: guix-git/doc/guix.texi:25769
+#: guix-git/doc/guix.texi:25795
#, fuzzy
#| msgid "Whether to use a snippet, or a build phase."
msgid "Where to create the seatd socket."
msgstr "Где использовать сниппет, а где фазу сборки."
#. type: item
-#: guix-git/doc/guix.texi:25770
+#: guix-git/doc/guix.texi:25796
#, fuzzy, no-wrap
#| msgid "@code{log-file} (default: @file{\"/var/log/agate.log\"})"
msgid "@code{logfile} (default: @samp{\"/var/log/seatd.log\"})"
msgstr "@code{daemon-socket} (default: @code{\"/var/guix/daemon-socket/socket\"})"
#. type: table
-#: guix-git/doc/guix.texi:25772
+#: guix-git/doc/guix.texi:25798
msgid "Log file to write to."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25773
+#: guix-git/doc/guix.texi:25799
#, fuzzy, no-wrap
#| msgid "@code{log-level} (default: @var{#f})"
msgid "@code{loglevel} (default: @samp{\"error\"})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:25776
+#: guix-git/doc/guix.texi:25802
msgid "Log level to output logs. Possible values: @samp{\"silent\"}, @samp{\"error\"}, @samp{\"info\"} and @samp{\"debug\"}."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:25784
+#: guix-git/doc/guix.texi:25810
#, no-wrap
msgid "sound support"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:25785
+#: guix-git/doc/guix.texi:25811
#, no-wrap
msgid "ALSA"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:25786
+#: guix-git/doc/guix.texi:25812
#, no-wrap
msgid "PulseAudio, sound support"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:25791
+#: guix-git/doc/guix.texi:25817
msgid "The @code{(gnu services sound)} module provides a service to configure the Advanced Linux Sound Architecture (ALSA) system, which makes PulseAudio the preferred ALSA output driver."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:25792
+#: guix-git/doc/guix.texi:25818
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "alsa-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:25797
+#: guix-git/doc/guix.texi:25823
msgid "This is the type for the @uref{https://alsa-project.org/, Advanced Linux Sound Architecture} (ALSA) system, which generates the @file{/etc/asound.conf} configuration file. The value for this type is a @command{alsa-configuration} record as in this example:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:25800
+#: guix-git/doc/guix.texi:25826
#, no-wrap
msgid "(service alsa-service-type)\n"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:25803
+#: guix-git/doc/guix.texi:25829
msgid "See below for details about @code{alsa-configuration}."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:25805
+#: guix-git/doc/guix.texi:25831
#, no-wrap
msgid "{Data Type} alsa-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:25807
+#: guix-git/doc/guix.texi:25833
msgid "Data type representing the configuration for @code{alsa-service}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25809
+#: guix-git/doc/guix.texi:25835
#, no-wrap
msgid "@code{alsa-plugins} (default: @var{alsa-plugins})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:25811
+#: guix-git/doc/guix.texi:25837
msgid "@code{alsa-plugins} package to use."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25812
+#: guix-git/doc/guix.texi:25838
#, no-wrap
msgid "@code{pulseaudio?} (default: @var{#t})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:25815
+#: guix-git/doc/guix.texi:25841
msgid "Whether ALSA applications should transparently be made to use the @uref{https://www.pulseaudio.org/, PulseAudio} sound server."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:25819
+#: guix-git/doc/guix.texi:25845
msgid "Using PulseAudio allows you to run several sound-producing applications at the same time and to individual control them @i{via} @command{pavucontrol}, among other things."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25820
+#: guix-git/doc/guix.texi:25846
#, no-wrap
msgid "@code{extra-options} (default: @var{\"\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:25822
+#: guix-git/doc/guix.texi:25848
msgid "String to append to the @file{/etc/asound.conf} file."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:25828
+#: guix-git/doc/guix.texi:25854
msgid "Individual users who want to override the system configuration of ALSA can do it with the @file{~/.asoundrc} file:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:25834
+#: guix-git/doc/guix.texi:25860
#, no-wrap
msgid ""
"# In guix, we have to specify the absolute path for plugins.\n"
@@ -50944,7 +50997,7 @@ msgid ""
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:25843
+#: guix-git/doc/guix.texi:25869
#, no-wrap
msgid ""
"# Routing ALSA to jack:\n"
@@ -50959,7 +51012,7 @@ msgid ""
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:25849
+#: guix-git/doc/guix.texi:25875
#, no-wrap
msgid ""
" capture_ports @{\n"
@@ -50971,7 +51024,7 @@ msgid ""
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:25856
+#: guix-git/doc/guix.texi:25882
#, no-wrap
msgid ""
"pcm.!default @{\n"
@@ -50983,106 +51036,106 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:25860
+#: guix-git/doc/guix.texi:25886
msgid "See @uref{https://www.alsa-project.org/main/index.php/Asoundrc} for the details."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:25861
+#: guix-git/doc/guix.texi:25887
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "pulseaudio-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:25865
+#: guix-git/doc/guix.texi:25891
msgid "This is the type for the @uref{https://www.pulseaudio.org/, PulseAudio} sound server. It exists to allow system overrides of the default settings via @code{pulseaudio-configuration}, see below."
msgstr ""
#. type: quotation
-#: guix-git/doc/guix.texi:25871
+#: guix-git/doc/guix.texi:25897
msgid "This service overrides per-user configuration files. If you want PulseAudio to honor configuration files in @file{~/.config/pulse} you have to unset the environment variables @env{PULSE_CONFIG} and @env{PULSE_CLIENTCONFIG} in your @file{~/.bash_profile}."
msgstr ""
#. type: quotation
-#: guix-git/doc/guix.texi:25879
+#: guix-git/doc/guix.texi:25905
msgid "This service on its own does not ensure, that the @code{pulseaudio} package exists on your machine. It merely adds configuration files for it, as detailed below. In the (admittedly unlikely) case, that you find yourself without a @code{pulseaudio} package, consider enabling it through the @code{alsa-service-type} above."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:25882
+#: guix-git/doc/guix.texi:25908
#, no-wrap
msgid "{Data Type} pulseaudio-configuration"
msgstr "{Тип данных} build-machine"
#. type: deftp
-#: guix-git/doc/guix.texi:25884
+#: guix-git/doc/guix.texi:25910
msgid "Data type representing the configuration for @code{pulseaudio-service}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25886
+#: guix-git/doc/guix.texi:25912
#, no-wrap
msgid "@code{client-conf} (default: @code{'()})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:25891
+#: guix-git/doc/guix.texi:25917
msgid "List of settings to set in @file{client.conf}. Accepts a list of strings or symbol-value pairs. A string will be inserted as-is with a newline added. A pair will be formatted as ``key = value'', again with a newline added."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25892
+#: guix-git/doc/guix.texi:25918
#, no-wrap
msgid "@code{daemon-conf} (default: @code{'((flat-volumes . no))})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:25895
+#: guix-git/doc/guix.texi:25921
msgid "List of settings to set in @file{daemon.conf}, formatted just like @var{client-conf}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25896
+#: guix-git/doc/guix.texi:25922
#, no-wrap
msgid "@code{script-file} (default: @code{(file-append pulseaudio \"/etc/pulse/default.pa\")})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:25901
+#: guix-git/doc/guix.texi:25927
msgid "Script file to use as @file{default.pa}. In case the @code{extra-script-files} field below is used, an @code{.include} directive pointing to @file{/etc/pulse/default.pa.d} is appended to the provided script."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25902
+#: guix-git/doc/guix.texi:25928
#, fuzzy, no-wrap
#| msgid "@code{features} (default: @code{'()})"
msgid "@code{extra-script-files} (default: @code{'()})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:25909
+#: guix-git/doc/guix.texi:25935
msgid "A list of file-like objects defining extra PulseAudio scripts to run at the initialization of the @command{pulseaudio} daemon, after the main @code{script-file}. The scripts are deployed to the @file{/etc/pulse/default.pa.d} directory; they should have the @samp{.pa} file name extension. For a reference of the available commands, refer to @command{man pulse-cli-syntax}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:25910
+#: guix-git/doc/guix.texi:25936
#, no-wrap
msgid "@code{system-script-file} (default: @code{(file-append pulseaudio \"/etc/pulse/system.pa\")})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:25912
+#: guix-git/doc/guix.texi:25938
msgid "Script file to use as @file{system.pa}."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:25917
+#: guix-git/doc/guix.texi:25943
msgid "The example below sets the default PulseAudio card profile, the default sink and the default source to use for a old SoundBlaster Audigy sound card:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:25926
+#: guix-git/doc/guix.texi:25952
#, no-wrap
msgid ""
"(pulseaudio-configuration\n"
@@ -51096,29 +51149,29 @@ msgid ""
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:25934
+#: guix-git/doc/guix.texi:25960
msgid "Note that @code{pulseaudio-service-type} is part of @code{%desktop-services}; if your operating system declaration was derived from one of the desktop templates, you'll want to adjust the above example to modify the existing @code{pulseaudio-service-type} via @code{modify-services} (@pxref{Service Reference, @code{modify-services}}), instead of defining a new one."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:25937
+#: guix-git/doc/guix.texi:25963
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "ladspa-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:25940
+#: guix-git/doc/guix.texi:25966
msgid "This service sets the @var{LADSPA_PATH} variable, so that programs, which respect it, e.g. PulseAudio, can load LADSPA plugins."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:25943
+#: guix-git/doc/guix.texi:25969
msgid "The following example will setup the service to enable modules from the @code{swh-plugins} package:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:25947
+#: guix-git/doc/guix.texi:25973
#, no-wrap
msgid ""
"(service ladspa-service-type\n"
@@ -51126,224 +51179,224 @@ msgid ""
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:25951
+#: guix-git/doc/guix.texi:25977
msgid "See @uref{http://plugin.org.uk/ladspa-swh/docs/ladspa-swh.html} for the details."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:25958
+#: guix-git/doc/guix.texi:25984
#, fuzzy, no-wrap
#| msgid "searching for packages"
msgid "searching for a file"
msgstr "поиск пакетов"
#. type: Plain text
-#: guix-git/doc/guix.texi:25962
+#: guix-git/doc/guix.texi:25988
msgid "The services in this section populate @dfn{file databases} that let you search for files on your machine. These services are provided by the @code{(gnu services admin)} module."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:25968
+#: guix-git/doc/guix.texi:25994
msgid "The first one, @code{file-database-service-type}, periodically runs the venerable @command{updatedb} command (@pxref{Invoking updatedb,,, find, GNU Findutils}). That command populates a database of file names that you can then search with the @command{locate} command (@pxref{Invoing locate,,, find, GNU Findutils}), as in this example:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:25971
+#: guix-git/doc/guix.texi:25997
#, no-wrap
msgid "locate important-notes.txt\n"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:25975
+#: guix-git/doc/guix.texi:26001
msgid "You can enable this service with its default settings by adding this snippet to your operating system services:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:25978
+#: guix-git/doc/guix.texi:26004
#, fuzzy, no-wrap
#| msgid "(service laminar-service-type)\n"
msgid "(service file-database-service-type)\n"
msgstr "(service openssh-service-type)\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:25984
+#: guix-git/doc/guix.texi:26010
msgid "This updates the database once a week, excluding files from @file{/gnu/store}---these are more usefully handled by @command{guix locate} (@pxref{Invoking guix locate}). You can of course provide a custom configuration, as described below."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:25985
+#: guix-git/doc/guix.texi:26011
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "file-database-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:25989
+#: guix-git/doc/guix.texi:26015
msgid "This is the type of the file database service, which runs @command{updatedb} periodically. Its associated value must be a @code{file-database-configuration} record, as described below."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:25991
+#: guix-git/doc/guix.texi:26017
#, fuzzy, no-wrap
#| msgid "{Data Type} mumi-configuration"
msgid "{Data Type} file-database-configuration"
msgstr "{Тип данных} build-machine"
#. type: deftp
-#: guix-git/doc/guix.texi:25994
+#: guix-git/doc/guix.texi:26020
#, fuzzy
#| msgid "Data type representing the Mumi service configuration. This type has the following fields:"
msgid "Record type for the @code{file-database-service-type} configuration, with the following fields:"
msgstr "Тип данных, представляющий конфигурацию сервиса Mumi. Этот тип имеет следующие поля:"
#. type: item
-#: guix-git/doc/guix.texi:25996
+#: guix-git/doc/guix.texi:26022
#, fuzzy, no-wrap
#| msgid "@code{package} (default: @code{git})"
msgid "@code{package} (default: @code{findutils})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:25999
+#: guix-git/doc/guix.texi:26025
#, fuzzy
#| msgid "Package management commands."
msgid "The GNU@tie{}Findutils package from which the @command{updatedb} command is taken."
msgstr "Команды управления пакетами."
#. type: item
-#: guix-git/doc/guix.texi:26000
+#: guix-git/doc/guix.texi:26026
#, fuzzy, no-wrap
#| msgid "@code{ruleset} (default: @code{%default-nftables-ruleset})"
msgid "@code{schedule} (default: @code{%default-file-database-update-schedule})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:26003
+#: guix-git/doc/guix.texi:26029
msgid "String or G-exp denoting an mcron schedule for the periodic @command{updatedb} job (@pxref{Guile Syntax,,, mcron, GNU@tie{}mcron})."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:26004
+#: guix-git/doc/guix.texi:26030
#, fuzzy, no-wrap
#| msgid "@code{configuration-directory} (default: @code{%default-auditd-configuration-directory})"
msgid "@code{excluded-directories} (default @code{%default-file-database-excluded-directories})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:26010
+#: guix-git/doc/guix.texi:26036
msgid "List of regular expressions of directories to ignore when building the file database. By default, this includes @file{/tmp} and @file{/gnu/store}; the latter should instead be indexed by @command{guix locate} (@pxref{Invoking guix locate}). This list is passed to the @option{--prunepaths} option of @command{updatedb} (@pxref{Invoking updatedb,,, find, GNU@tie{}Findutils})."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:26020
+#: guix-git/doc/guix.texi:26046
msgid "The second service, @code{package-database-service-type}, builds the database used by @command{guix locate}, which lets you search for packages that contain a given file (@pxref{Invoking guix locate}). The service periodically updates a system-wide database, which will be readily available to anyone running @command{guix locate} on the system. To use this service with its default settings, add this snippet to your service list:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:26023
+#: guix-git/doc/guix.texi:26049
#, fuzzy, no-wrap
#| msgid "(service rasdaemon-service-type)\n"
msgid "(service package-database-service-type)\n"
msgstr "(service openssh-service-type)\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:26026
+#: guix-git/doc/guix.texi:26052
msgid "This will run @command{guix locate --update} once a week."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:26027
+#: guix-git/doc/guix.texi:26053
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "package-database-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:26031
+#: guix-git/doc/guix.texi:26057
msgid "This is the service type for periodic @command{guix locate} updates (@pxref{Invoking guix locate}). Its value must be a @code{package-database-configuration} record, as shown below."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:26033
+#: guix-git/doc/guix.texi:26059
#, fuzzy, no-wrap
#| msgid "{Data Type} agate-configuration"
msgid "{Data Type} package-database-configuration"
msgstr "{Data Type} pagekite-configuration"
#. type: deftp
-#: guix-git/doc/guix.texi:26036
+#: guix-git/doc/guix.texi:26062
#, fuzzy
#| msgid "Data type representing the Mumi service configuration. This type has the following fields:"
msgid "Data type to configure periodic package database updates. It has the following fields:"
msgstr "Тип данных, представляющий конфигурацию сервиса Mumi. Этот тип имеет следующие поля:"
#. type: item
-#: guix-git/doc/guix.texi:26038
+#: guix-git/doc/guix.texi:26064
#, fuzzy, no-wrap
#| msgid "@code{package} (default: @code{git})"
msgid "@code{package} (default: @code{guix})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: item
-#: guix-git/doc/guix.texi:26041
+#: guix-git/doc/guix.texi:26067
#, fuzzy, no-wrap
#| msgid "@code{ruleset} (default: @code{%default-nftables-ruleset})"
msgid "@code{schedule} (default: @code{%default-package-database-update-schedule})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:26045
+#: guix-git/doc/guix.texi:26071
msgid "String or G-exp denoting an mcron schedule for the periodic @command{guix locate --update} job (@pxref{Guile Syntax,,, mcron, GNU@tie{}mcron})."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:26046
+#: guix-git/doc/guix.texi:26072
#, fuzzy, no-wrap
#| msgid "@code{ssl?} (default: @code{#t})"
msgid "@code{method} (default: @code{'store})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:26050
+#: guix-git/doc/guix.texi:26076
msgid "Indexing method for @command{guix locate}. The default value, @code{'store}, yields a more complete database but is relatively expensive in terms of CPU and input/output."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:26054
+#: guix-git/doc/guix.texi:26080
msgid "G-exp denoting the channels to use when updating the database (@pxref{Channels})."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:26062
+#: guix-git/doc/guix.texi:26088
#, no-wrap
msgid "SQL"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:26064
+#: guix-git/doc/guix.texi:26090
msgid "The @code{(gnu services databases)} module provides the following services."
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:26065
+#: guix-git/doc/guix.texi:26091
#, no-wrap
msgid "PostgreSQL"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:26067
+#: guix-git/doc/guix.texi:26093
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} postgresql-role-service-type"
msgid "postgresql-service-type"
msgstr "{Scheme Variable} profile-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:26072
+#: guix-git/doc/guix.texi:26098
msgid "The service type for the PostgreSQL database server. Its value should be a valid @code{postgresql-configuration} object, documented below. The following example describes a PostgreSQL service with the default configuration."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:26077
+#: guix-git/doc/guix.texi:26103
#, no-wrap
msgid ""
"(service postgresql-service-type\n"
@@ -51355,17 +51408,17 @@ msgstr ""
" (postgresql postgresql-10)))\n"
#. type: defvar
-#: guix-git/doc/guix.texi:26083
+#: guix-git/doc/guix.texi:26109
msgid "If the services fails to start, it may be due to an incompatible cluster already present in @var{data-directory}. Adjust it (or, if you don't need the cluster anymore, delete @var{data-directory}), then restart the service."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:26090
+#: guix-git/doc/guix.texi:26116
msgid "Peer authentication is used by default and the @code{postgres} user account has no shell, which prevents the direct execution of @code{psql} commands as this user. To use @code{psql}, you can temporarily log in as @code{postgres} using a shell, create a PostgreSQL superuser with the same name as one of the system users and then create the associated database."
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:26095
+#: guix-git/doc/guix.texi:26121
#, no-wrap
msgid ""
"sudo -u postgres -s /bin/sh\n"
@@ -51374,102 +51427,102 @@ msgid ""
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:26098
+#: guix-git/doc/guix.texi:26124
#, no-wrap
msgid "{Data Type} postgresql-configuration"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:26101
+#: guix-git/doc/guix.texi:26127
msgid "Data type representing the configuration for the @code{postgresql-service-type}."
msgstr "Управление конфигурацией операционной системы."
#. type: item
-#: guix-git/doc/guix.texi:26103
+#: guix-git/doc/guix.texi:26129
#, fuzzy, no-wrap
#| msgid "@code{host} (default: @code{\"/var/run/postgresql\"})"
msgid "@code{postgresql} (default: @code{postgresql-10})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:26105
+#: guix-git/doc/guix.texi:26131
msgid "PostgreSQL package to use for the service."
msgstr "Пакет PostgreSQL для использования в сервисе."
#. type: item
-#: guix-git/doc/guix.texi:26106
+#: guix-git/doc/guix.texi:26132
#, no-wrap
msgid "@code{port} (default: @code{5432})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:26108
+#: guix-git/doc/guix.texi:26134
msgid "Port on which PostgreSQL should listen."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:26111
+#: guix-git/doc/guix.texi:26137
msgid "Locale to use as the default when creating the database cluster."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:26112
+#: guix-git/doc/guix.texi:26138
#, no-wrap
msgid "@code{config-file} (default: @code{(postgresql-config-file)})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:26116
+#: guix-git/doc/guix.texi:26142
msgid "The configuration file to use when running PostgreSQL@. The default behaviour uses the postgresql-config-file record with the default values for the fields."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:26117
+#: guix-git/doc/guix.texi:26143
#, no-wrap
msgid "@code{log-directory} (default: @code{\"/var/log/postgresql\"})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:26121
+#: guix-git/doc/guix.texi:26147
msgid "The directory where @command{pg_ctl} output will be written in a file named @code{\"pg_ctl.log\"}. This file can be useful to debug PostgreSQL configuration errors for instance."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:26122
+#: guix-git/doc/guix.texi:26148
#, no-wrap
msgid "@code{data-directory} (default: @code{\"/var/lib/postgresql/data\"})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:26124
+#: guix-git/doc/guix.texi:26150
msgid "Directory in which to store the data."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:26125
+#: guix-git/doc/guix.texi:26151
#, no-wrap
msgid "@code{extension-packages} (default: @code{'()})"
msgstr "@code{patches} (по умолчанию: @code{'()})"
#. type: cindex
-#: guix-git/doc/guix.texi:26126
+#: guix-git/doc/guix.texi:26152
#, no-wrap
msgid "postgresql extension-packages"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:26131
+#: guix-git/doc/guix.texi:26157
msgid "Additional extensions are loaded from packages listed in @var{extension-packages}. Extensions are available at runtime. For instance, to create a geographic database using the @code{postgis} extension, a user can configure the postgresql-service as in this example:"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:26132
+#: guix-git/doc/guix.texi:26158
#, no-wrap
msgid "postgis"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:26135
+#: guix-git/doc/guix.texi:26161
#, no-wrap
msgid ""
"(use-package-modules databases geo)\n"
@@ -51477,7 +51530,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:26148
+#: guix-git/doc/guix.texi:26174
#, no-wrap
msgid ""
"(operating-system\n"
@@ -51495,12 +51548,12 @@ msgid ""
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:26152
+#: guix-git/doc/guix.texi:26178
msgid "Then the extension becomes visible and you can initialise an empty geographic database in this way:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:26159
+#: guix-git/doc/guix.texi:26185
#, no-wrap
msgid ""
"psql -U postgres\n"
@@ -51511,57 +51564,57 @@ msgid ""
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:26164
+#: guix-git/doc/guix.texi:26190
msgid "There is no need to add this field for contrib extensions such as hstore or dblink as they are already loadable by postgresql. This field is only required to add extensions provided by other packages."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:26165
+#: guix-git/doc/guix.texi:26191
#, fuzzy, no-wrap
#| msgid "@code{enabled?} (default: @code{#t})"
msgid "@code{create-account?} (default: @code{#t})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:26167
+#: guix-git/doc/guix.texi:26193
msgid "Whether or not the @code{postgres} user and group should be created."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:26172
+#: guix-git/doc/guix.texi:26198
msgid "Explicitly specify the UID of the @code{postgres} daemon account. You normally do not need to specify this, in which case a free UID will be automatically assigned."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:26175
+#: guix-git/doc/guix.texi:26201
msgid "One situation where this option might be useful is if the @var{data-directory} is located on a mounted network share."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:26176
+#: guix-git/doc/guix.texi:26202
#, fuzzy, no-wrap
#| msgid "@code{silent?} (default: @code{#f})"
msgid "@code{gid} (default: @code{#f})"
msgstr "@code{snippet} (по умолчанию: @code{#f})"
#. type: table
-#: guix-git/doc/guix.texi:26178
+#: guix-git/doc/guix.texi:26204
msgid "Explicitly specify the GID of the @code{postgres} group."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:26182
+#: guix-git/doc/guix.texi:26208
#, no-wrap
msgid "{Data Type} postgresql-config-file"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:26188
+#: guix-git/doc/guix.texi:26214
msgid "Data type representing the PostgreSQL configuration file. As shown in the following example, this can be used to customize the configuration of PostgreSQL@. Note that you can use any G-expression or filename in place of this record, if you already have a configuration file you'd like to use for example."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:26208
+#: guix-git/doc/guix.texi:26234
#, no-wrap
msgid ""
"(service postgresql-service-type\n"
@@ -51585,79 +51638,79 @@ msgid ""
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:26211
+#: guix-git/doc/guix.texi:26237
#, no-wrap
msgid "@code{log-destination} (default: @code{\"syslog\"})"
msgstr "@code{compression-level} (default: @code{3})"
#. type: table
-#: guix-git/doc/guix.texi:26214
+#: guix-git/doc/guix.texi:26240
msgid "The logging method to use for PostgreSQL@. Multiple values are accepted, separated by commas."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:26215
+#: guix-git/doc/guix.texi:26241
#, no-wrap
msgid "@code{hba-file} (default: @code{%default-postgres-hba})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:26218
+#: guix-git/doc/guix.texi:26244
msgid "Filename or G-expression for the host-based authentication configuration."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:26219
+#: guix-git/doc/guix.texi:26245
#, no-wrap
msgid "@code{ident-file} (default: @code{%default-postgres-ident})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:26221
+#: guix-git/doc/guix.texi:26247
msgid "Filename or G-expression for the user name mapping configuration."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:26222
+#: guix-git/doc/guix.texi:26248
#, fuzzy, no-wrap
#| msgid "@code{log-directory} (default: @code{\"/var/log/postgresql\"})"
msgid "@code{socket-directory} (default: @code{\"/var/run/postgresql\"})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:26227
+#: guix-git/doc/guix.texi:26253
msgid "Specifies the directory of the Unix-domain socket(s) on which PostgreSQL is to listen for connections from client applications. If set to @code{\"\"} PostgreSQL does not listen on any Unix-domain sockets, in which case only TCP/IP sockets can be used to connect to the server."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:26230
+#: guix-git/doc/guix.texi:26256
msgid "By default, the @code{#false} value means the PostgreSQL default value will be used, which is currently @samp{/tmp}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:26235
+#: guix-git/doc/guix.texi:26261
msgid "List of additional keys and values to include in the PostgreSQL config file. Each entry in the list should be a list where the first element is the key, and the remaining elements are the values."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:26241
+#: guix-git/doc/guix.texi:26267
msgid "The values can be numbers, booleans or strings and will be mapped to PostgreSQL parameters types @code{Boolean}, @code{String}, @code{Numeric}, @code{Numeric with Unit} and @code{Enumerated} described @uref{https://www.postgresql.org/docs/current/config-setting.html, here}."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:26245
+#: guix-git/doc/guix.texi:26271
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} postgresql-role-service-type"
msgid "postgresql-role-service-type"
msgstr "{Scheme Variable} profile-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:26248
+#: guix-git/doc/guix.texi:26274
msgid "This service allows to create PostgreSQL roles and databases after PostgreSQL service start. Here is an example of its use."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:26256
+#: guix-git/doc/guix.texi:26282
#, no-wrap
msgid ""
"(service postgresql-role-service-type\n"
@@ -51675,12 +51728,12 @@ msgstr ""
" (create-database? #t))))))\n"
#. type: defvar
-#: guix-git/doc/guix.texi:26260
+#: guix-git/doc/guix.texi:26286
msgid "This service can be extended with extra roles, as in this example:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:26266
+#: guix-git/doc/guix.texi:26292
#, no-wrap
msgid ""
"(service-extension postgresql-role-service-type\n"
@@ -51694,452 +51747,452 @@ msgstr ""
" (create-database? #t))))\n"
#. type: deftp
-#: guix-git/doc/guix.texi:26269
+#: guix-git/doc/guix.texi:26295
#, no-wrap
msgid "{Data Type} postgresql-role"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:26275
+#: guix-git/doc/guix.texi:26301
msgid "PostgreSQL manages database access permissions using the concept of roles. A role can be thought of as either a database user, or a group of database users, depending on how the role is set up. Roles can own database objects (for example, tables) and can assign privileges on those objects to other roles to control who has access to which objects."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:26279
+#: guix-git/doc/guix.texi:26305
msgid "The role name."
msgstr "Имя роли."
#. type: item
-#: guix-git/doc/guix.texi:26280
+#: guix-git/doc/guix.texi:26306
#, no-wrap
msgid "@code{permissions} (default: @code{'(createdb login)})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:26284
+#: guix-git/doc/guix.texi:26310
msgid "The role permissions list. Supported permissions are @code{bypassrls}, @code{createdb}, @code{createrole}, @code{login}, @code{replication} and @code{superuser}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:26285
+#: guix-git/doc/guix.texi:26311
#, no-wrap
msgid "@code{create-database?} (default: @code{#f})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:26287
+#: guix-git/doc/guix.texi:26313
msgid "whether to create a database with the same name as the role."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:26288
+#: guix-git/doc/guix.texi:26314
#, fuzzy, no-wrap
#| msgid "@code{endpoint} (default: @code{#f})"
msgid "@code{encoding} (default: @code{\"UTF8\"})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:26290
+#: guix-git/doc/guix.texi:26316
#, fuzzy
#| msgid "The URI to use for the database."
msgid "The character set to use for storing text in the database."
msgstr "URI для использования в базе данных."
#. type: item
-#: guix-git/doc/guix.texi:26291
+#: guix-git/doc/guix.texi:26317
#, fuzzy, no-wrap
#| msgid "@code{configuration} (default: @code{#f})"
msgid "@code{collation} (default: @code{\"en_US.utf8\"})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:26293
+#: guix-git/doc/guix.texi:26319
msgid "The string sort order locale setting."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:26294
+#: guix-git/doc/guix.texi:26320
#, fuzzy, no-wrap
#| msgid "@code{type} (default: @code{\"pulse\"})"
msgid "@code{ctype} (default: @code{\"en_US.utf8\"})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:26296
+#: guix-git/doc/guix.texi:26322
msgid "The character classification locale setting."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:26297
+#: guix-git/doc/guix.texi:26323
#, fuzzy, no-wrap
#| msgid "@code{mate} (default: @code{mate})"
msgid "@code{template} (default: @code{\"template1\"})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:26301
+#: guix-git/doc/guix.texi:26327
msgid "The default template to copy the new database from when creating it. Use @code{\"template0\"} for a pristine database with no system-local modifications."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:26305
+#: guix-git/doc/guix.texi:26331
#, no-wrap
msgid "{Data Type} postgresql-role-configuration"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:26308
+#: guix-git/doc/guix.texi:26334
msgid "Data type representing the configuration of @var{postgresql-role-service-type}."
msgstr "Управление конфигурацией операционной системы."
#. type: item
-#: guix-git/doc/guix.texi:26310
+#: guix-git/doc/guix.texi:26336
#, no-wrap
msgid "@code{host} (default: @code{\"/var/run/postgresql\"})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:26312
+#: guix-git/doc/guix.texi:26338
msgid "The PostgreSQL host to connect to."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:26313
+#: guix-git/doc/guix.texi:26339
#, no-wrap
msgid "@code{log} (default: @code{\"/var/log/postgresql_roles.log\"})"
msgstr "@code{daemon-socket} (default: @code{\"/var/guix/daemon-socket/socket\"})"
#. type: table
-#: guix-git/doc/guix.texi:26315
+#: guix-git/doc/guix.texi:26341
msgid "File name of the log file."
msgstr "Имя используемой базы данных."
#. type: item
-#: guix-git/doc/guix.texi:26316
+#: guix-git/doc/guix.texi:26342
#, no-wrap
msgid "@code{roles} (default: @code{'()})"
msgstr "@code{modules} (по умолчанию: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:26318
+#: guix-git/doc/guix.texi:26344
msgid "The initial PostgreSQL roles to create."
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:26321
+#: guix-git/doc/guix.texi:26347
#, no-wrap
msgid "MariaDB/MySQL"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:26323
+#: guix-git/doc/guix.texi:26349
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "mysql-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:26327
+#: guix-git/doc/guix.texi:26353
msgid "This is the service type for a MySQL or MariaDB database server. Its value is a @code{mysql-configuration} object that specifies which package to use, as well as various settings for the @command{mysqld} daemon."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:26329
+#: guix-git/doc/guix.texi:26355
#, no-wrap
msgid "{Data Type} mysql-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:26331
+#: guix-git/doc/guix.texi:26357
msgid "Data type representing the configuration of @var{mysql-service-type}."
msgstr "Управление конфигурацией операционной системы."
#. type: item
-#: guix-git/doc/guix.texi:26333
+#: guix-git/doc/guix.texi:26359
#, no-wrap
msgid "@code{mysql} (default: @var{mariadb})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:26336
+#: guix-git/doc/guix.texi:26362
msgid "Package object of the MySQL database server, can be either @var{mariadb} or @var{mysql}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:26339
+#: guix-git/doc/guix.texi:26365
msgid "For MySQL, a temporary root password will be displayed at activation time. For MariaDB, the root password is empty."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:26340 guix-git/doc/guix.texi:30430
+#: guix-git/doc/guix.texi:26366 guix-git/doc/guix.texi:30456
#, no-wrap
msgid "@code{bind-address} (default: @code{\"127.0.0.1\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:26343
+#: guix-git/doc/guix.texi:26369
msgid "The IP on which to listen for network connections. Use @code{\"0.0.0.0\"} to bind to all available network interfaces."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:26344
+#: guix-git/doc/guix.texi:26370
#, no-wrap
msgid "@code{port} (default: @code{3306})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:26346
+#: guix-git/doc/guix.texi:26372
msgid "TCP port on which the database server listens for incoming connections."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:26347
+#: guix-git/doc/guix.texi:26373
#, no-wrap
msgid "@code{socket} (default: @code{\"/run/mysqld/mysqld.sock\"})"
msgstr "@code{daemon-socket} (default: @code{\"/var/guix/daemon-socket/socket\"})"
#. type: table
-#: guix-git/doc/guix.texi:26349
+#: guix-git/doc/guix.texi:26375
msgid "Socket file to use for local (non-network) connections."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:26352
+#: guix-git/doc/guix.texi:26378
msgid "Additional settings for the @file{my.cnf} configuration file."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:26353
+#: guix-git/doc/guix.texi:26379
#, no-wrap
msgid "@code{extra-environment} (default: @code{#~'()})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:26355
+#: guix-git/doc/guix.texi:26381
msgid "List of environment variables passed to the @command{mysqld} process."
msgstr "Список переменных среды, которые необходимо определить."
#. type: item
-#: guix-git/doc/guix.texi:26356
+#: guix-git/doc/guix.texi:26382
#, no-wrap
msgid "@code{auto-upgrade?} (default: @code{#t})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:26361
+#: guix-git/doc/guix.texi:26387
msgid "Whether to automatically run @command{mysql_upgrade} after starting the service. This is necessary to upgrade the @dfn{system schema} after ``major'' updates (such as switching from MariaDB 10.4 to 10.5), but can be disabled if you would rather do that manually."
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:26365
+#: guix-git/doc/guix.texi:26391
#, no-wrap
msgid "Memcached"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:26367
+#: guix-git/doc/guix.texi:26393
#, fuzzy, no-wrap
#| msgid "provenance-service-type"
msgid "memcached-service-type"
msgstr "provenance-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:26371
+#: guix-git/doc/guix.texi:26397
msgid "This is the service type for the @uref{https://memcached.org/, Memcached} service, which provides a distributed in memory cache. The value for the service type is a @code{memcached-configuration} object."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:26375
+#: guix-git/doc/guix.texi:26401
#, no-wrap
msgid "(service memcached-service-type)\n"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:26377
+#: guix-git/doc/guix.texi:26403
#, no-wrap
msgid "{Data Type} memcached-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:26379
+#: guix-git/doc/guix.texi:26405
msgid "Data type representing the configuration of memcached."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:26381
+#: guix-git/doc/guix.texi:26407
#, no-wrap
msgid "@code{memcached} (default: @code{memcached})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:26383
+#: guix-git/doc/guix.texi:26409
msgid "The Memcached package to use."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:26384
+#: guix-git/doc/guix.texi:26410
#, no-wrap
msgid "@code{interfaces} (default: @code{'(\"0.0.0.0\")})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:26386
+#: guix-git/doc/guix.texi:26412
msgid "Network interfaces on which to listen."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:26387
+#: guix-git/doc/guix.texi:26413
#, no-wrap
msgid "@code{tcp-port} (default: @code{11211})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:26389
+#: guix-git/doc/guix.texi:26415
msgid "Port on which to accept connections."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:26390
+#: guix-git/doc/guix.texi:26416
#, no-wrap
msgid "@code{udp-port} (default: @code{11211})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:26393
+#: guix-git/doc/guix.texi:26419
msgid "Port on which to accept UDP connections on, a value of 0 will disable listening on a UDP socket."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:26394
+#: guix-git/doc/guix.texi:26420
#, no-wrap
msgid "@code{additional-options} (default: @code{'()})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:26396
+#: guix-git/doc/guix.texi:26422
msgid "Additional command line options to pass to @code{memcached}."
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:26399
+#: guix-git/doc/guix.texi:26425
#, no-wrap
msgid "Redis"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:26401
+#: guix-git/doc/guix.texi:26427
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "redis-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:26404
+#: guix-git/doc/guix.texi:26430
msgid "This is the service type for the @uref{https://redis.io/, Redis} key/value store, whose value is a @code{redis-configuration} object."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:26406
+#: guix-git/doc/guix.texi:26432
#, no-wrap
msgid "{Data Type} redis-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:26408
+#: guix-git/doc/guix.texi:26434
msgid "Data type representing the configuration of redis."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:26410
+#: guix-git/doc/guix.texi:26436
#, no-wrap
msgid "@code{redis} (default: @code{redis})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:26412
+#: guix-git/doc/guix.texi:26438
msgid "The Redis package to use."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:26413
+#: guix-git/doc/guix.texi:26439
#, no-wrap
msgid "@code{bind} (default: @code{\"127.0.0.1\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:26415
+#: guix-git/doc/guix.texi:26441
msgid "Network interface on which to listen."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:26416
+#: guix-git/doc/guix.texi:26442
#, no-wrap
msgid "@code{port} (default: @code{6379})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:26419
+#: guix-git/doc/guix.texi:26445
msgid "Port on which to accept connections on, a value of 0 will disable listening on a TCP socket."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:26420
+#: guix-git/doc/guix.texi:26446
#, no-wrap
msgid "@code{working-directory} (default: @code{\"/var/lib/redis\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:26422
+#: guix-git/doc/guix.texi:26448
msgid "Directory in which to store the database and related files."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:26428
+#: guix-git/doc/guix.texi:26454
#, no-wrap
msgid "mail"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:26429 guix-git/doc/guix.texi:28468
+#: guix-git/doc/guix.texi:26455 guix-git/doc/guix.texi:28494
#, no-wrap
msgid "email"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:26434
+#: guix-git/doc/guix.texi:26460
msgid "The @code{(gnu services mail)} module provides Guix service definitions for email services: IMAP, POP3, and LMTP servers, as well as mail transport agents (MTAs). Lots of acronyms! These services are detailed in the subsections below."
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:26435
+#: guix-git/doc/guix.texi:26461
#, no-wrap
msgid "Dovecot Service"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:26437
+#: guix-git/doc/guix.texi:26463
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "dovecot-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:26440
+#: guix-git/doc/guix.texi:26466
msgid "Type for the service that runs the Dovecot IMAP/POP3/LMTP mail server, whose value is a @code{<dovecot-configuration>} object."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:26450
+#: guix-git/doc/guix.texi:26476
msgid "By default, Dovecot does not need much configuration; the default configuration object created by @code{(dovecot-configuration)} will suffice if your mail is delivered to @code{~/Maildir}. A self-signed certificate will be generated for TLS-protected connections, though Dovecot will also listen on cleartext ports by default. There are a number of options, though, which mail administrators might need to change, and as is the case with other services, Guix allows the system administrator to specify these parameters via a uniform Scheme interface."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:26453
+#: guix-git/doc/guix.texi:26479
msgid "For example, to specify that mail is located at @code{maildir~/.mail}, one would instantiate the Dovecot service like this:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:26458
+#: guix-git/doc/guix.texi:26484
#, fuzzy, no-wrap
#| msgid ""
#| "(service gmnisrv-service-type\n"
@@ -52155,2478 +52208,2478 @@ msgstr ""
" (config-file (local-file \"./my-gmnisrv.ini\"))))\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:26466
+#: guix-git/doc/guix.texi:26492
msgid "The available configuration parameters follow. Each parameter definition is preceded by its type; for example, @samp{string-list foo} indicates that the @code{foo} parameter should be specified as a list of strings. There is also a way to specify the configuration as a string, if you have an old @code{dovecot.conf} file that you want to port over from some other system; see the end for more details."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:26476
+#: guix-git/doc/guix.texi:26502
msgid "Available @code{dovecot-configuration} fields are:"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26477
+#: guix-git/doc/guix.texi:26503
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} package dovecot"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26479 guix-git/doc/guix.texi:27828
+#: guix-git/doc/guix.texi:26505 guix-git/doc/guix.texi:27854
msgid "The dovecot package."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26481
+#: guix-git/doc/guix.texi:26507
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} comma-separated-string-list listen"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26487
+#: guix-git/doc/guix.texi:26513
msgid "A list of IPs or hosts where to listen for connections. @samp{*} listens on all IPv4 interfaces, @samp{::} listens on all IPv6 interfaces. If you want to specify non-default ports or anything more complex, customize the address and port fields of the @samp{inet-listener} of the specific services you are interested in."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26489
+#: guix-git/doc/guix.texi:26515
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} protocol-configuration-list protocols"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26492
+#: guix-git/doc/guix.texi:26518
msgid "List of protocols we want to serve. Available protocols include @samp{imap}, @samp{pop3}, and @samp{lmtp}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26494
+#: guix-git/doc/guix.texi:26520
msgid "Available @code{protocol-configuration} fields are:"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26495
+#: guix-git/doc/guix.texi:26521
#, no-wrap
msgid "{@code{protocol-configuration} parameter} string name"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26497
+#: guix-git/doc/guix.texi:26523
msgid "The name of the protocol."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26499
+#: guix-git/doc/guix.texi:26525
#, no-wrap
msgid "{@code{protocol-configuration} parameter} string auth-socket-path"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26503
+#: guix-git/doc/guix.texi:26529
msgid "UNIX socket path to the master authentication server to find users. This is used by imap (for shared users) and lda. It defaults to @samp{\"/var/run/dovecot/auth-userdb\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26505
+#: guix-git/doc/guix.texi:26531
#, no-wrap
msgid "{@code{protocol-configuration} parameter} boolean imap-metadata?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26510
+#: guix-git/doc/guix.texi:26536
msgid "Whether to enable the @code{IMAP METADATA} extension as defined in @uref{https://tools.ietf.org/html/rfc5464,RFC@tie{}5464}, which provides a means for clients to set and retrieve per-mailbox, per-user metadata and annotations over IMAP."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26513
+#: guix-git/doc/guix.texi:26539
msgid "If this is @samp{#t}, you must also specify a dictionary @i{via} the @code{mail-attribute-dict} setting."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26518
+#: guix-git/doc/guix.texi:26544
#, no-wrap
msgid "{@code{protocol-configuration} parameter} space-separated-string-list managesieve-notify-capabilities"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26523
+#: guix-git/doc/guix.texi:26549
msgid "Which NOTIFY capabilities to report to clients that first connect to the ManageSieve service, before authentication. These may differ from the capabilities offered to authenticated users. If this field is left empty, report what the Sieve interpreter supports by default."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26527
+#: guix-git/doc/guix.texi:26553
#, no-wrap
msgid "{@code{protocol-configuration} parameter} space-separated-string-list managesieve-sieve-capability"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26532
+#: guix-git/doc/guix.texi:26558
msgid "Which SIEVE capabilities to report to clients that first connect to the ManageSieve service, before authentication. These may differ from the capabilities offered to authenticated users. If this field is left empty, report what the Sieve interpreter supports by default."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26537
+#: guix-git/doc/guix.texi:26563
#, no-wrap
msgid "{@code{protocol-configuration} parameter} space-separated-string-list mail-plugins"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26539
+#: guix-git/doc/guix.texi:26565
msgid "Space separated list of plugins to load."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26541
+#: guix-git/doc/guix.texi:26567
#, no-wrap
msgid "{@code{protocol-configuration} parameter} non-negative-integer mail-max-userip-connections"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26545
+#: guix-git/doc/guix.texi:26571
msgid "Maximum number of IMAP connections allowed for a user from each IP address. NOTE: The username is compared case-sensitively. Defaults to @samp{10}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26549
+#: guix-git/doc/guix.texi:26575
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} service-configuration-list services"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26553
+#: guix-git/doc/guix.texi:26579
msgid "List of services to enable. Available services include @samp{imap}, @samp{imap-login}, @samp{pop3}, @samp{pop3-login}, @samp{auth}, and @samp{lmtp}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26555
+#: guix-git/doc/guix.texi:26581
msgid "Available @code{service-configuration} fields are:"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26556
+#: guix-git/doc/guix.texi:26582
#, no-wrap
msgid "{@code{service-configuration} parameter} string kind"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26561
+#: guix-git/doc/guix.texi:26587
msgid "The service kind. Valid values include @code{director}, @code{imap-login}, @code{pop3-login}, @code{lmtp}, @code{imap}, @code{pop3}, @code{auth}, @code{auth-worker}, @code{dict}, @code{tcpwrap}, @code{quota-warning}, or anything else."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26563
+#: guix-git/doc/guix.texi:26589
#, no-wrap
msgid "{@code{service-configuration} parameter} listener-configuration-list listeners"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26568
+#: guix-git/doc/guix.texi:26594
msgid "Listeners for the service. A listener is either a @code{unix-listener-configuration}, a @code{fifo-listener-configuration}, or an @code{inet-listener-configuration}. Defaults to @samp{'()}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26570
+#: guix-git/doc/guix.texi:26596
msgid "Available @code{unix-listener-configuration} fields are:"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26571
+#: guix-git/doc/guix.texi:26597
#, no-wrap
msgid "{@code{unix-listener-configuration} parameter} string path"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26574 guix-git/doc/guix.texi:26597
+#: guix-git/doc/guix.texi:26600 guix-git/doc/guix.texi:26623
msgid "Path to the file, relative to @code{base-dir} field. This is also used as the section name."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26576
+#: guix-git/doc/guix.texi:26602
#, no-wrap
msgid "{@code{unix-listener-configuration} parameter} string mode"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26579 guix-git/doc/guix.texi:26602
+#: guix-git/doc/guix.texi:26605 guix-git/doc/guix.texi:26628
msgid "The access mode for the socket. Defaults to @samp{\"0600\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26581
+#: guix-git/doc/guix.texi:26607
#, no-wrap
msgid "{@code{unix-listener-configuration} parameter} string user"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26584 guix-git/doc/guix.texi:26607
+#: guix-git/doc/guix.texi:26610 guix-git/doc/guix.texi:26633
msgid "The user to own the socket. Defaults to @samp{\"\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26586
+#: guix-git/doc/guix.texi:26612
#, no-wrap
msgid "{@code{unix-listener-configuration} parameter} string group"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26589 guix-git/doc/guix.texi:26612
+#: guix-git/doc/guix.texi:26615 guix-git/doc/guix.texi:26638
msgid "The group to own the socket. Defaults to @samp{\"\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26593
+#: guix-git/doc/guix.texi:26619
msgid "Available @code{fifo-listener-configuration} fields are:"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26594
+#: guix-git/doc/guix.texi:26620
#, no-wrap
msgid "{@code{fifo-listener-configuration} parameter} string path"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26599
+#: guix-git/doc/guix.texi:26625
#, no-wrap
msgid "{@code{fifo-listener-configuration} parameter} string mode"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26604
+#: guix-git/doc/guix.texi:26630
#, no-wrap
msgid "{@code{fifo-listener-configuration} parameter} string user"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26609
+#: guix-git/doc/guix.texi:26635
#, no-wrap
msgid "{@code{fifo-listener-configuration} parameter} string group"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26616
+#: guix-git/doc/guix.texi:26642
msgid "Available @code{inet-listener-configuration} fields are:"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26617
+#: guix-git/doc/guix.texi:26643
#, no-wrap
msgid "{@code{inet-listener-configuration} parameter} string protocol"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26619
+#: guix-git/doc/guix.texi:26645
msgid "The protocol to listen for."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26621
+#: guix-git/doc/guix.texi:26647
#, no-wrap
msgid "{@code{inet-listener-configuration} parameter} string address"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26624
+#: guix-git/doc/guix.texi:26650
msgid "The address on which to listen, or empty for all addresses. Defaults to @samp{\"\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26626
+#: guix-git/doc/guix.texi:26652
#, no-wrap
msgid "{@code{inet-listener-configuration} parameter} non-negative-integer port"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26628
+#: guix-git/doc/guix.texi:26654
msgid "The port on which to listen."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26630
+#: guix-git/doc/guix.texi:26656
#, no-wrap
msgid "{@code{inet-listener-configuration} parameter} boolean ssl?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26634
+#: guix-git/doc/guix.texi:26660
msgid "Whether to use SSL for this service; @samp{yes}, @samp{no}, or @samp{required}. Defaults to @samp{#t}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26638
+#: guix-git/doc/guix.texi:26664
#, no-wrap
msgid "{@code{service-configuration} parameter} non-negative-integer client-limit"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26643
+#: guix-git/doc/guix.texi:26669
msgid "Maximum number of simultaneous client connections per process. Once this number of connections is received, the next incoming connection will prompt Dovecot to spawn another process. If set to 0, @code{default-client-limit} is used instead."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26648
+#: guix-git/doc/guix.texi:26674
#, no-wrap
msgid "{@code{service-configuration} parameter} non-negative-integer service-count"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26653
+#: guix-git/doc/guix.texi:26679
msgid "Number of connections to handle before starting a new process. Typically the only useful values are 0 (unlimited) or 1. 1 is more secure, but 0 is faster. <doc/wiki/LoginProcess.txt>. Defaults to @samp{1}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26656
+#: guix-git/doc/guix.texi:26682
#, no-wrap
msgid "{@code{service-configuration} parameter} non-negative-integer process-limit"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26659
+#: guix-git/doc/guix.texi:26685
msgid "Maximum number of processes that can exist for this service. If set to 0, @code{default-process-limit} is used instead."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26664
+#: guix-git/doc/guix.texi:26690
#, no-wrap
msgid "{@code{service-configuration} parameter} non-negative-integer process-min-avail"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26667
+#: guix-git/doc/guix.texi:26693
msgid "Number of processes to always keep waiting for more connections. Defaults to @samp{0}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26669
+#: guix-git/doc/guix.texi:26695
#, no-wrap
msgid "{@code{service-configuration} parameter} non-negative-integer vsz-limit"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26673
+#: guix-git/doc/guix.texi:26699
msgid "If you set @samp{service-count 0}, you probably need to grow this. Defaults to @samp{256000000}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26677
+#: guix-git/doc/guix.texi:26703
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} dict-configuration dict"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26680
+#: guix-git/doc/guix.texi:26706
msgid "Dict configuration, as created by the @code{dict-configuration} constructor."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26682
+#: guix-git/doc/guix.texi:26708
msgid "Available @code{dict-configuration} fields are:"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26683
+#: guix-git/doc/guix.texi:26709
#, no-wrap
msgid "{@code{dict-configuration} parameter} free-form-fields entries"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26686
+#: guix-git/doc/guix.texi:26712
msgid "A list of key-value pairs that this dict should hold. Defaults to @samp{'()}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26690
+#: guix-git/doc/guix.texi:26716
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} passdb-configuration-list passdbs"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26693
+#: guix-git/doc/guix.texi:26719
msgid "A list of passdb configurations, each one created by the @code{passdb-configuration} constructor."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26695
+#: guix-git/doc/guix.texi:26721
msgid "Available @code{passdb-configuration} fields are:"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26696
+#: guix-git/doc/guix.texi:26722
#, no-wrap
msgid "{@code{passdb-configuration} parameter} string driver"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26701
+#: guix-git/doc/guix.texi:26727
msgid "The driver that the passdb should use. Valid values include @samp{pam}, @samp{passwd}, @samp{shadow}, @samp{bsdauth}, and @samp{static}. Defaults to @samp{\"pam\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26703
+#: guix-git/doc/guix.texi:26729
#, no-wrap
msgid "{@code{passdb-configuration} parameter} space-separated-string-list args"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26706
+#: guix-git/doc/guix.texi:26732
msgid "Space separated list of arguments to the passdb driver. Defaults to @samp{\"\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26710
+#: guix-git/doc/guix.texi:26736
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} userdb-configuration-list userdbs"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26713
+#: guix-git/doc/guix.texi:26739
msgid "List of userdb configurations, each one created by the @code{userdb-configuration} constructor."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26715
+#: guix-git/doc/guix.texi:26741
msgid "Available @code{userdb-configuration} fields are:"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26716
+#: guix-git/doc/guix.texi:26742
#, no-wrap
msgid "{@code{userdb-configuration} parameter} string driver"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26720
+#: guix-git/doc/guix.texi:26746
msgid "The driver that the userdb should use. Valid values include @samp{passwd} and @samp{static}. Defaults to @samp{\"passwd\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26722
+#: guix-git/doc/guix.texi:26748
#, no-wrap
msgid "{@code{userdb-configuration} parameter} space-separated-string-list args"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26725
+#: guix-git/doc/guix.texi:26751
msgid "Space separated list of arguments to the userdb driver. Defaults to @samp{\"\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26727
+#: guix-git/doc/guix.texi:26753
#, no-wrap
msgid "{@code{userdb-configuration} parameter} free-form-args override-fields"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26730
+#: guix-git/doc/guix.texi:26756
msgid "Override fields from passwd. Defaults to @samp{'()}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26734
+#: guix-git/doc/guix.texi:26760
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} plugin-configuration plugin-configuration"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26737
+#: guix-git/doc/guix.texi:26763
msgid "Plug-in configuration, created by the @code{plugin-configuration} constructor."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26739
+#: guix-git/doc/guix.texi:26765
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} list-of-namespace-configuration namespaces"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26742
+#: guix-git/doc/guix.texi:26768
msgid "List of namespaces. Each item in the list is created by the @code{namespace-configuration} constructor."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26744
+#: guix-git/doc/guix.texi:26770
msgid "Available @code{namespace-configuration} fields are:"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26745
+#: guix-git/doc/guix.texi:26771
#, no-wrap
msgid "{@code{namespace-configuration} parameter} string name"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26747
+#: guix-git/doc/guix.texi:26773
msgid "Name for this namespace."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26749
+#: guix-git/doc/guix.texi:26775
#, no-wrap
msgid "{@code{namespace-configuration} parameter} string type"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26752
+#: guix-git/doc/guix.texi:26778
msgid "Namespace type: @samp{private}, @samp{shared} or @samp{public}. Defaults to @samp{\"private\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26754
+#: guix-git/doc/guix.texi:26780
#, no-wrap
msgid "{@code{namespace-configuration} parameter} string separator"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26760
+#: guix-git/doc/guix.texi:26786
msgid "Hierarchy separator to use. You should use the same separator for all namespaces or some clients get confused. @samp{/} is usually a good one. The default however depends on the underlying mail storage format. Defaults to @samp{\"\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26762
+#: guix-git/doc/guix.texi:26788
#, no-wrap
msgid "{@code{namespace-configuration} parameter} string prefix"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26766
+#: guix-git/doc/guix.texi:26792
msgid "Prefix required to access this namespace. This needs to be different for all namespaces. For example @samp{Public/}. Defaults to @samp{\"\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26768
+#: guix-git/doc/guix.texi:26794
#, no-wrap
msgid "{@code{namespace-configuration} parameter} string location"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26772
+#: guix-git/doc/guix.texi:26798
msgid "Physical location of the mailbox. This is in the same format as mail_location, which is also the default for it. Defaults to @samp{\"\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26774
+#: guix-git/doc/guix.texi:26800
#, no-wrap
msgid "{@code{namespace-configuration} parameter} boolean inbox?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26778
+#: guix-git/doc/guix.texi:26804
msgid "There can be only one INBOX, and this setting defines which namespace has it. Defaults to @samp{#f}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26780
+#: guix-git/doc/guix.texi:26806
#, no-wrap
msgid "{@code{namespace-configuration} parameter} boolean hidden?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26788
+#: guix-git/doc/guix.texi:26814
msgid "If namespace is hidden, it's not advertised to clients via NAMESPACE extension. You'll most likely also want to set @samp{list? #f}. This is mostly useful when converting from another server with different namespaces which you want to deprecate but still keep working. For example you can create hidden namespaces with prefixes @samp{~/mail/}, @samp{~%u/mail/} and @samp{mail/}. Defaults to @samp{#f}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26790
+#: guix-git/doc/guix.texi:26816
#, no-wrap
msgid "{@code{namespace-configuration} parameter} boolean list?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26796
+#: guix-git/doc/guix.texi:26822
msgid "Show the mailboxes under this namespace with the LIST command. This makes the namespace visible for clients that do not support the NAMESPACE extension. The special @code{children} value lists child mailboxes, but hides the namespace prefix. Defaults to @samp{#t}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26798
+#: guix-git/doc/guix.texi:26824
#, no-wrap
msgid "{@code{namespace-configuration} parameter} boolean subscriptions?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26803
+#: guix-git/doc/guix.texi:26829
msgid "Namespace handles its own subscriptions. If set to @code{#f}, the parent namespace handles them. The empty prefix should always have this as @code{#t}). Defaults to @samp{#t}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26805
+#: guix-git/doc/guix.texi:26831
#, no-wrap
msgid "{@code{namespace-configuration} parameter} mailbox-configuration-list mailboxes"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26808
+#: guix-git/doc/guix.texi:26834
msgid "List of predefined mailboxes in this namespace. Defaults to @samp{'()}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26810
+#: guix-git/doc/guix.texi:26836
msgid "Available @code{mailbox-configuration} fields are:"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26811
+#: guix-git/doc/guix.texi:26837
#, no-wrap
msgid "{@code{mailbox-configuration} parameter} string name"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26813
+#: guix-git/doc/guix.texi:26839
msgid "Name for this mailbox."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26815
+#: guix-git/doc/guix.texi:26841
#, no-wrap
msgid "{@code{mailbox-configuration} parameter} string auto"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26819
+#: guix-git/doc/guix.texi:26845
msgid "@samp{create} will automatically create this mailbox. @samp{subscribe} will both create and subscribe to the mailbox. Defaults to @samp{\"no\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26821
+#: guix-git/doc/guix.texi:26847
#, no-wrap
msgid "{@code{mailbox-configuration} parameter} space-separated-string-list special-use"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26826
+#: guix-git/doc/guix.texi:26852
msgid "List of IMAP @code{SPECIAL-USE} attributes as specified by RFC 6154. Valid values are @code{\\All}, @code{\\Archive}, @code{\\Drafts}, @code{\\Flagged}, @code{\\Junk}, @code{\\Sent}, and @code{\\Trash}. Defaults to @samp{'()}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26832
+#: guix-git/doc/guix.texi:26858
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} file-name base-dir"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26835
+#: guix-git/doc/guix.texi:26861
msgid "Base directory where to store runtime data. Defaults to @samp{\"/var/run/dovecot/\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26837
+#: guix-git/doc/guix.texi:26863
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} string login-greeting"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26840
+#: guix-git/doc/guix.texi:26866
msgid "Greeting message for clients. Defaults to @samp{\"Dovecot ready.\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26842
+#: guix-git/doc/guix.texi:26868
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} space-separated-string-list login-trusted-networks"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26849
+#: guix-git/doc/guix.texi:26875
msgid "List of trusted network ranges. Connections from these IPs are allowed to override their IP addresses and ports (for logging and for authentication checks). @samp{disable-plaintext-auth} is also ignored for these networks. Typically you would specify your IMAP proxy servers here. Defaults to @samp{'()}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26851
+#: guix-git/doc/guix.texi:26877
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} space-separated-string-list login-access-sockets"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26854
+#: guix-git/doc/guix.texi:26880
msgid "List of login access check sockets (e.g.@: tcpwrap). Defaults to @samp{'()}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26856
+#: guix-git/doc/guix.texi:26882
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} boolean verbose-proctitle?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26862
+#: guix-git/doc/guix.texi:26888
msgid "Show more verbose process titles (in ps). Currently shows user name and IP address. Useful for seeing who is actually using the IMAP processes (e.g.@: shared mailboxes or if the same uid is used for multiple accounts). Defaults to @samp{#f}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26864
+#: guix-git/doc/guix.texi:26890
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} boolean shutdown-clients?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26870
+#: guix-git/doc/guix.texi:26896
msgid "Should all processes be killed when Dovecot master process shuts down. Setting this to @code{#f} means that Dovecot can be upgraded without forcing existing client connections to close (although that could also be a problem if the upgrade is e.g.@: due to a security fix). Defaults to @samp{#t}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26872
+#: guix-git/doc/guix.texi:26898
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} non-negative-integer doveadm-worker-count"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26876
+#: guix-git/doc/guix.texi:26902
msgid "If non-zero, run mail commands via this many connections to doveadm server, instead of running them directly in the same process. Defaults to @samp{0}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26878
+#: guix-git/doc/guix.texi:26904
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} string doveadm-socket-path"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26881
+#: guix-git/doc/guix.texi:26907
msgid "UNIX socket or host:port used for connecting to doveadm server. Defaults to @samp{\"doveadm-server\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26883
+#: guix-git/doc/guix.texi:26909
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} space-separated-string-list import-environment"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26887
+#: guix-git/doc/guix.texi:26913
msgid "List of environment variables that are preserved on Dovecot startup and passed down to all of its child processes. You can also give key=value pairs to always set specific settings."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26889
+#: guix-git/doc/guix.texi:26915
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} boolean disable-plaintext-auth?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26896
+#: guix-git/doc/guix.texi:26922
msgid "Disable LOGIN command and all other plaintext authentications unless SSL/TLS is used (LOGINDISABLED capability). Note that if the remote IP matches the local IP (i.e.@: you're connecting from the same computer), the connection is considered secure and plaintext authentication is allowed. See also the @samp{ssl=required} setting. Defaults to @samp{#t}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26898
+#: guix-git/doc/guix.texi:26924
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} non-negative-integer auth-cache-size"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26903
+#: guix-git/doc/guix.texi:26929
msgid "Authentication cache size (e.g.@: @samp{#e10e6}). 0 means it's disabled. Note that bsdauth, PAM and vpopmail require @samp{cache-key} to be set for caching to be used. Defaults to @samp{0}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26905
+#: guix-git/doc/guix.texi:26931
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} string auth-cache-ttl"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26913
+#: guix-git/doc/guix.texi:26939
msgid "Time to live for cached data. After TTL expires the cached record is no longer used, *except* if the main database lookup returns internal failure. We also try to handle password changes automatically: If user's previous authentication was successful, but this one wasn't, the cache isn't used. For now this works only with plaintext authentication. Defaults to @samp{\"1 hour\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26915
+#: guix-git/doc/guix.texi:26941
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} string auth-cache-negative-ttl"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26919
+#: guix-git/doc/guix.texi:26945
msgid "TTL for negative hits (user not found, password mismatch). 0 disables caching them completely. Defaults to @samp{\"1 hour\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26921
+#: guix-git/doc/guix.texi:26947
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} space-separated-string-list auth-realms"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26927
+#: guix-git/doc/guix.texi:26953
msgid "List of realms for SASL authentication mechanisms that need them. You can leave it empty if you don't want to support multiple realms. Many clients simply use the first one listed here, so keep the default realm first. Defaults to @samp{'()}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26929
+#: guix-git/doc/guix.texi:26955
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} string auth-default-realm"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26934
+#: guix-git/doc/guix.texi:26960
msgid "Default realm/domain to use if none was specified. This is used for both SASL realms and appending @@domain to username in plaintext logins. Defaults to @samp{\"\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26936
+#: guix-git/doc/guix.texi:26962
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} string auth-username-chars"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26943
+#: guix-git/doc/guix.texi:26969
msgid "List of allowed characters in username. If the user-given username contains a character not listed in here, the login automatically fails. This is just an extra check to make sure user can't exploit any potential quote escaping vulnerabilities with SQL/LDAP databases. If you want to allow all characters, set this value to empty. Defaults to @samp{\"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890.-_@@\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26945
+#: guix-git/doc/guix.texi:26971
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} string auth-username-translation"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26951
+#: guix-git/doc/guix.texi:26977
msgid "Username character translations before it's looked up from databases. The value contains series of from -> to characters. For example @samp{#@@/@@} means that @samp{#} and @samp{/} characters are translated to @samp{@@}. Defaults to @samp{\"\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26953
+#: guix-git/doc/guix.texi:26979
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} string auth-username-format"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26960
+#: guix-git/doc/guix.texi:26986
msgid "Username formatting before it's looked up from databases. You can use the standard variables here, e.g.@: %Lu would lowercase the username, %n would drop away the domain if it was given, or @samp{%n-AT-%d} would change the @samp{@@} into @samp{-AT-}. This translation is done after @samp{auth-username-translation} changes. Defaults to @samp{\"%Lu\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26962
+#: guix-git/doc/guix.texi:26988
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} string auth-master-user-separator"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26970
+#: guix-git/doc/guix.texi:26996
msgid "If you want to allow master users to log in by specifying the master username within the normal username string (i.e.@: not using SASL mechanism's support for it), you can specify the separator character here. The format is then <username><separator><master username>. UW-IMAP uses @samp{*} as the separator, so that could be a good choice. Defaults to @samp{\"\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26972
+#: guix-git/doc/guix.texi:26998
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} string auth-anonymous-username"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26976
+#: guix-git/doc/guix.texi:27002
msgid "Username to use for users logging in with ANONYMOUS SASL mechanism. Defaults to @samp{\"anonymous\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26978
+#: guix-git/doc/guix.texi:27004
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} non-negative-integer auth-worker-max-count"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26983
+#: guix-git/doc/guix.texi:27009
msgid "Maximum number of dovecot-auth worker processes. They're used to execute blocking passdb and userdb queries (e.g.@: MySQL and PAM). They're automatically created and destroyed as needed. Defaults to @samp{30}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26985
+#: guix-git/doc/guix.texi:27011
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} string auth-gssapi-hostname"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26990
+#: guix-git/doc/guix.texi:27016
msgid "Host name to use in GSSAPI principal names. The default is to use the name returned by gethostname(). Use @samp{$ALL} (with quotes) to allow all keytab entries. Defaults to @samp{\"\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26992
+#: guix-git/doc/guix.texi:27018
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} string auth-krb5-keytab"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:26998
+#: guix-git/doc/guix.texi:27024
msgid "Kerberos keytab to use for the GSSAPI mechanism. Will use the system default (usually @file{/etc/krb5.keytab}) if not specified. You may need to change the auth service to run as root to be able to read this file. Defaults to @samp{\"\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27000
+#: guix-git/doc/guix.texi:27026
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} boolean auth-use-winbind?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27005
+#: guix-git/doc/guix.texi:27031
msgid "Do NTLM and GSS-SPNEGO authentication using Samba's winbind daemon and @samp{ntlm-auth} helper. <doc/wiki/Authentication/Mechanisms/Winbind.txt>. Defaults to @samp{#f}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27007
+#: guix-git/doc/guix.texi:27033
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} file-name auth-winbind-helper-path"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27010
+#: guix-git/doc/guix.texi:27036
msgid "Path for Samba's @samp{ntlm-auth} helper binary. Defaults to @samp{\"/usr/bin/ntlm_auth\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27012
+#: guix-git/doc/guix.texi:27038
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} string auth-failure-delay"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27015
+#: guix-git/doc/guix.texi:27041
msgid "Time to delay before replying to failed authentications. Defaults to @samp{\"2 secs\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27017
+#: guix-git/doc/guix.texi:27043
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} boolean auth-ssl-require-client-cert?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27021
+#: guix-git/doc/guix.texi:27047
msgid "Require a valid SSL client certificate or the authentication fails. Defaults to @samp{#f}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27023
+#: guix-git/doc/guix.texi:27049
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} boolean auth-ssl-username-from-cert?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27028
+#: guix-git/doc/guix.texi:27054
msgid "Take the username from client's SSL certificate, using @code{X509_NAME_get_text_by_NID()} which returns the subject's DN's CommonName. Defaults to @samp{#f}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27030
+#: guix-git/doc/guix.texi:27056
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} space-separated-string-list auth-mechanisms"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27036
+#: guix-git/doc/guix.texi:27062
msgid "List of wanted authentication mechanisms. Supported mechanisms are: @samp{plain}, @samp{login}, @samp{digest-md5}, @samp{cram-md5}, @samp{ntlm}, @samp{rpa}, @samp{apop}, @samp{anonymous}, @samp{gssapi}, @samp{otp}, @samp{skey}, and @samp{gss-spnego}. See also the @samp{disable-plaintext-auth} setting."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27038
+#: guix-git/doc/guix.texi:27064
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} space-separated-string-list director-servers"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27043
+#: guix-git/doc/guix.texi:27069
msgid "List of IPs or hostnames to all director servers, including ourself. Ports can be specified as ip:port. The default port is the same as what director service's @samp{inet-listener} is using. Defaults to @samp{'()}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27045
+#: guix-git/doc/guix.texi:27071
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} space-separated-string-list director-mail-servers"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27049
+#: guix-git/doc/guix.texi:27075
msgid "List of IPs or hostnames to all backend mail servers. Ranges are allowed too, like 10.0.0.10-10.0.0.30. Defaults to @samp{'()}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27051
+#: guix-git/doc/guix.texi:27077
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} string director-user-expire"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27055
+#: guix-git/doc/guix.texi:27081
msgid "How long to redirect users to a specific server after it no longer has any connections. Defaults to @samp{\"15 min\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27057
+#: guix-git/doc/guix.texi:27083
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} string director-username-hash"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27062
+#: guix-git/doc/guix.texi:27088
msgid "How the username is translated before being hashed. Useful values include %Ln if user can log in with or without @@domain, %Ld if mailboxes are shared within domain. Defaults to @samp{\"%Lu\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27064
+#: guix-git/doc/guix.texi:27090
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} string log-path"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27068
+#: guix-git/doc/guix.texi:27094
msgid "Log file to use for error messages. @samp{syslog} logs to syslog, @samp{/dev/stderr} logs to stderr. Defaults to @samp{\"syslog\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27070
+#: guix-git/doc/guix.texi:27096
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} string info-log-path"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27074
+#: guix-git/doc/guix.texi:27100
msgid "Log file to use for informational messages. Defaults to @samp{log-path}. Defaults to @samp{\"\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27076
+#: guix-git/doc/guix.texi:27102
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} string debug-log-path"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27080
+#: guix-git/doc/guix.texi:27106
msgid "Log file to use for debug messages. Defaults to @samp{info-log-path}. Defaults to @samp{\"\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27082
+#: guix-git/doc/guix.texi:27108
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} string syslog-facility"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27087
+#: guix-git/doc/guix.texi:27113
msgid "Syslog facility to use if you're logging to syslog. Usually if you don't want to use @samp{mail}, you'll use local0..local7. Also other standard facilities are supported. Defaults to @samp{\"mail\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27089
+#: guix-git/doc/guix.texi:27115
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} boolean auth-verbose?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27093
+#: guix-git/doc/guix.texi:27119
msgid "Log unsuccessful authentication attempts and the reasons why they failed. Defaults to @samp{#f}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27095
+#: guix-git/doc/guix.texi:27121
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} string auth-verbose-passwords"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27102
+#: guix-git/doc/guix.texi:27128
msgid "In case of password mismatches, log the attempted password. Valid values are no, plain and sha1. sha1 can be useful for detecting brute force password attempts vs. user simply trying the same password over and over again. You can also truncate the value to n chars by appending \":n\" (e.g.@: sha1:6). Defaults to @samp{\"no\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27104
+#: guix-git/doc/guix.texi:27130
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} boolean auth-debug?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27108
+#: guix-git/doc/guix.texi:27134
msgid "Even more verbose logging for debugging purposes. Shows for example SQL queries. Defaults to @samp{#f}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27110
+#: guix-git/doc/guix.texi:27136
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} boolean auth-debug-passwords?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27115
+#: guix-git/doc/guix.texi:27141
msgid "In case of password mismatches, log the passwords and used scheme so the problem can be debugged. Enabling this also enables @samp{auth-debug}. Defaults to @samp{#f}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27117
+#: guix-git/doc/guix.texi:27143
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} boolean mail-debug?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27121
+#: guix-git/doc/guix.texi:27147
msgid "Enable mail process debugging. This can help you figure out why Dovecot isn't finding your mails. Defaults to @samp{#f}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27123
+#: guix-git/doc/guix.texi:27149
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} boolean verbose-ssl?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27126
+#: guix-git/doc/guix.texi:27152
msgid "Show protocol level SSL errors. Defaults to @samp{#f}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27128
+#: guix-git/doc/guix.texi:27154
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} string log-timestamp"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27132
+#: guix-git/doc/guix.texi:27158
msgid "Prefix for each line written to log file. % codes are in strftime(3) format. Defaults to @samp{\"\\\"%b %d %H:%M:%S \\\"\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27134
+#: guix-git/doc/guix.texi:27160
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} space-separated-string-list login-log-format-elements"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27138
+#: guix-git/doc/guix.texi:27164
msgid "List of elements we want to log. The elements which have a non-empty variable value are joined together to form a comma-separated string."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27140
+#: guix-git/doc/guix.texi:27166
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} string login-log-format"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27144
+#: guix-git/doc/guix.texi:27170
msgid "Login log format. %s contains @samp{login-log-format-elements} string, %$ contains the data we want to log. Defaults to @samp{\"%$: %s\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27146
+#: guix-git/doc/guix.texi:27172
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} string mail-log-prefix"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27150
+#: guix-git/doc/guix.texi:27176
msgid "Log prefix for mail processes. See doc/wiki/Variables.txt for list of possible variables you can use. Defaults to @samp{\"\\\"%s(%u)<%@{pid@}><%@{session@}>: \\\"\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27152
+#: guix-git/doc/guix.texi:27178
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} string deliver-log-format"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27154
+#: guix-git/doc/guix.texi:27180
msgid "Format to use for logging mail deliveries. You can use variables:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:27155
+#: guix-git/doc/guix.texi:27181
#, no-wrap
msgid "%$"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:27157
+#: guix-git/doc/guix.texi:27183
msgid "Delivery status message (e.g.@: @samp{saved to INBOX})"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:27157
+#: guix-git/doc/guix.texi:27183
#, no-wrap
msgid "%m"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:27159
+#: guix-git/doc/guix.texi:27185
msgid "Message-ID"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:27159 guix-git/doc/guix.texi:27702
+#: guix-git/doc/guix.texi:27185 guix-git/doc/guix.texi:27728
#, no-wrap
msgid "%s"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:27161
+#: guix-git/doc/guix.texi:27187
msgid "Subject"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:27161
+#: guix-git/doc/guix.texi:27187
#, no-wrap
msgid "%f"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:27163
+#: guix-git/doc/guix.texi:27189
msgid "From address"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:27163
+#: guix-git/doc/guix.texi:27189
#, no-wrap
msgid "%p"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:27165
+#: guix-git/doc/guix.texi:27191
msgid "Physical size"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:27165
+#: guix-git/doc/guix.texi:27191
#, no-wrap
msgid "%w"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:27167
+#: guix-git/doc/guix.texi:27193
msgid "Virtual size."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27169
+#: guix-git/doc/guix.texi:27195
msgid "Defaults to @samp{\"msgid=%m: %$\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27171
+#: guix-git/doc/guix.texi:27197
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} string mail-location"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27176
+#: guix-git/doc/guix.texi:27202
msgid "Location for users' mailboxes. The default is empty, which means that Dovecot tries to find the mailboxes automatically. This won't work if the user doesn't yet have any mail, so you should explicitly tell Dovecot the full location."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27182
+#: guix-git/doc/guix.texi:27208
msgid "If you're using mbox, giving a path to the INBOX file (e.g.@: @file{/var/mail/%u}) isn't enough. You'll also need to tell Dovecot where the other mailboxes are kept. This is called the @emph{root mail directory}, and it must be the first path given in the @samp{mail-location} setting."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27184
+#: guix-git/doc/guix.texi:27210
msgid "There are a few special variables you can use, e.g.:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:27186
+#: guix-git/doc/guix.texi:27212
#, no-wrap
msgid "%u"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:27188
+#: guix-git/doc/guix.texi:27214
msgid "username"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:27188 guix-git/doc/guix.texi:27698
+#: guix-git/doc/guix.texi:27214 guix-git/doc/guix.texi:27724
#, no-wrap
msgid "%n"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:27190
+#: guix-git/doc/guix.texi:27216
msgid "user part in user@@domain, same as %u if there's no domain"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:27190
+#: guix-git/doc/guix.texi:27216
#, no-wrap
msgid "%d"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:27192
+#: guix-git/doc/guix.texi:27218
msgid "domain part in user@@domain, empty if there's no domain"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:27192
+#: guix-git/doc/guix.texi:27218
#, no-wrap
msgid "%h"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:27194
+#: guix-git/doc/guix.texi:27220
msgid "home director"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27197
+#: guix-git/doc/guix.texi:27223
msgid "See doc/wiki/Variables.txt for full list. Some examples:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:27198
+#: guix-git/doc/guix.texi:27224
#, no-wrap
msgid "maildir:~/Maildir"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:27199
+#: guix-git/doc/guix.texi:27225
#, no-wrap
msgid "mbox:~/mail:INBOX=/var/mail/%u"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:27200
+#: guix-git/doc/guix.texi:27226
#, no-wrap
msgid "mbox:/var/mail/%d/%1n/%n:INDEX=/var/indexes/%d/%1n/%"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27203 guix-git/doc/guix.texi:27215
-#: guix-git/doc/guix.texi:27243 guix-git/doc/guix.texi:28010
-#: guix-git/doc/guix.texi:28024 guix-git/doc/guix.texi:28031
-#: guix-git/doc/guix.texi:28038 guix-git/doc/guix.texi:28068
-#: guix-git/doc/guix.texi:28166 guix-git/doc/guix.texi:36249
-#: guix-git/doc/guix.texi:36257 guix-git/doc/guix.texi:36265
-#: guix-git/doc/guix.texi:36273 guix-git/doc/guix.texi:36552
-#: guix-git/doc/guix.texi:38132 guix-git/doc/guix.texi:38140
-#: guix-git/doc/guix.texi:38148 guix-git/doc/guix.texi:38256
-#: guix-git/doc/guix.texi:38281 guix-git/doc/guix.texi:38412
-#: guix-git/doc/guix.texi:38420 guix-git/doc/guix.texi:38428
-#: guix-git/doc/guix.texi:38436 guix-git/doc/guix.texi:38444
-#: guix-git/doc/guix.texi:38452 guix-git/doc/guix.texi:38475
-#: guix-git/doc/guix.texi:38483 guix-git/doc/guix.texi:38535
-#: guix-git/doc/guix.texi:38551 guix-git/doc/guix.texi:38559
-#: guix-git/doc/guix.texi:38599 guix-git/doc/guix.texi:38622
-#: guix-git/doc/guix.texi:38644 guix-git/doc/guix.texi:38651
-#: guix-git/doc/guix.texi:38686 guix-git/doc/guix.texi:38694
-#: guix-git/doc/guix.texi:38718 guix-git/doc/guix.texi:38750
-#: guix-git/doc/guix.texi:38779 guix-git/doc/guix.texi:38786
-#: guix-git/doc/guix.texi:38793 guix-git/doc/guix.texi:38801
-#: guix-git/doc/guix.texi:38815 guix-git/doc/guix.texi:38824
-#: guix-git/doc/guix.texi:38834 guix-git/doc/guix.texi:38841
-#: guix-git/doc/guix.texi:38848 guix-git/doc/guix.texi:38855
-#: guix-git/doc/guix.texi:38926 guix-git/doc/guix.texi:38933
-#: guix-git/doc/guix.texi:38940 guix-git/doc/guix.texi:38949
-#: guix-git/doc/guix.texi:38965 guix-git/doc/guix.texi:38972
-#: guix-git/doc/guix.texi:38979 guix-git/doc/guix.texi:38986
-#: guix-git/doc/guix.texi:38994 guix-git/doc/guix.texi:39002
+#: guix-git/doc/guix.texi:27229 guix-git/doc/guix.texi:27241
+#: guix-git/doc/guix.texi:27269 guix-git/doc/guix.texi:28036
+#: guix-git/doc/guix.texi:28050 guix-git/doc/guix.texi:28057
+#: guix-git/doc/guix.texi:28064 guix-git/doc/guix.texi:28094
+#: guix-git/doc/guix.texi:28192 guix-git/doc/guix.texi:36278
+#: guix-git/doc/guix.texi:36286 guix-git/doc/guix.texi:36294
+#: guix-git/doc/guix.texi:36302 guix-git/doc/guix.texi:36581
+#: guix-git/doc/guix.texi:38161 guix-git/doc/guix.texi:38169
+#: guix-git/doc/guix.texi:38177 guix-git/doc/guix.texi:38285
+#: guix-git/doc/guix.texi:38310 guix-git/doc/guix.texi:38441
+#: guix-git/doc/guix.texi:38449 guix-git/doc/guix.texi:38457
+#: guix-git/doc/guix.texi:38465 guix-git/doc/guix.texi:38473
+#: guix-git/doc/guix.texi:38481 guix-git/doc/guix.texi:38504
+#: guix-git/doc/guix.texi:38512 guix-git/doc/guix.texi:38564
+#: guix-git/doc/guix.texi:38580 guix-git/doc/guix.texi:38588
+#: guix-git/doc/guix.texi:38628 guix-git/doc/guix.texi:38651
+#: guix-git/doc/guix.texi:38673 guix-git/doc/guix.texi:38680
+#: guix-git/doc/guix.texi:38715 guix-git/doc/guix.texi:38723
+#: guix-git/doc/guix.texi:38747 guix-git/doc/guix.texi:38779
+#: guix-git/doc/guix.texi:38808 guix-git/doc/guix.texi:38815
+#: guix-git/doc/guix.texi:38822 guix-git/doc/guix.texi:38830
+#: guix-git/doc/guix.texi:38844 guix-git/doc/guix.texi:38853
+#: guix-git/doc/guix.texi:38863 guix-git/doc/guix.texi:38870
+#: guix-git/doc/guix.texi:38877 guix-git/doc/guix.texi:38884
+#: guix-git/doc/guix.texi:38955 guix-git/doc/guix.texi:38962
+#: guix-git/doc/guix.texi:38969 guix-git/doc/guix.texi:38978
+#: guix-git/doc/guix.texi:38994 guix-git/doc/guix.texi:39001
+#: guix-git/doc/guix.texi:39008 guix-git/doc/guix.texi:39015
+#: guix-git/doc/guix.texi:39023 guix-git/doc/guix.texi:39031
msgid "Defaults to @samp{\"\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27205
+#: guix-git/doc/guix.texi:27231
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} string mail-uid"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27210
+#: guix-git/doc/guix.texi:27236
msgid "System user and group used to access mails. If you use multiple, userdb can override these by returning uid or gid fields. You can use either numbers or names. <doc/wiki/UserIds.txt>. Defaults to @samp{\"\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27212
+#: guix-git/doc/guix.texi:27238
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} string mail-gid"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27217
+#: guix-git/doc/guix.texi:27243
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} string mail-privileged-group"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27223
+#: guix-git/doc/guix.texi:27249
msgid "Group to enable temporarily for privileged operations. Currently this is used only with INBOX when either its initial creation or dotlocking fails. Typically this is set to @samp{\"mail\"} to give access to @file{/var/mail}. Defaults to @samp{\"\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27225
+#: guix-git/doc/guix.texi:27251
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} string mail-access-groups"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27233
+#: guix-git/doc/guix.texi:27259
msgid "Grant access to these supplementary groups for mail processes. Typically these are used to set up access to shared mailboxes. Note that it may be dangerous to set these if users can create symlinks (e.g.@: if @samp{mail} group is set here, @code{ln -s /var/mail ~/mail/var} could allow a user to delete others' mailboxes, or @code{ln -s /secret/shared/box ~/mail/mybox} would allow reading it). Defaults to @samp{\"\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27235
+#: guix-git/doc/guix.texi:27261
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} string mail-attribute-dict"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27238
+#: guix-git/doc/guix.texi:27264
msgid "The location of a dictionary used to store @code{IMAP METADATA} as defined by @uref{https://tools.ietf.org/html/rfc5464, RFC@tie{}5464}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27241
+#: guix-git/doc/guix.texi:27267
msgid "The IMAP METADATA commands are available only if the ``imap'' protocol configuration's @code{imap-metadata?} field is @samp{#t}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27246
+#: guix-git/doc/guix.texi:27272
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} boolean mail-full-filesystem-access?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27252
+#: guix-git/doc/guix.texi:27278
msgid "Allow full file system access to clients. There's no access checks other than what the operating system does for the active UID/GID@. It works with both maildir and mboxes, allowing you to prefix mailboxes names with e.g.@: @file{/path/} or @file{~user/}. Defaults to @samp{#f}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27254
+#: guix-git/doc/guix.texi:27280
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} boolean mmap-disable?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27258
+#: guix-git/doc/guix.texi:27284
msgid "Don't use @code{mmap()} at all. This is required if you store indexes to shared file systems (NFS or clustered file system). Defaults to @samp{#f}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27260
+#: guix-git/doc/guix.texi:27286
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} boolean dotlock-use-excl?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27265
+#: guix-git/doc/guix.texi:27291
msgid "Rely on @samp{O_EXCL} to work when creating dotlock files. NFS supports @samp{O_EXCL} since version 3, so this should be safe to use nowadays by default. Defaults to @samp{#t}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27267
+#: guix-git/doc/guix.texi:27293
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} string mail-fsync"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27269
+#: guix-git/doc/guix.texi:27295
msgid "When to use fsync() or fdatasync() calls:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:27270
+#: guix-git/doc/guix.texi:27296
#, no-wrap
msgid "optimized"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:27272
+#: guix-git/doc/guix.texi:27298
msgid "Whenever necessary to avoid losing important data"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:27274
+#: guix-git/doc/guix.texi:27300
msgid "Useful with e.g.@: NFS when @code{write()}s are delayed"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:27276
+#: guix-git/doc/guix.texi:27302
msgid "Never use it (best performance, but crashes can lose data)."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27278
+#: guix-git/doc/guix.texi:27304
msgid "Defaults to @samp{\"optimized\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27280
+#: guix-git/doc/guix.texi:27306
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} boolean mail-nfs-storage?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27285
+#: guix-git/doc/guix.texi:27311
msgid "Mail storage exists in NFS@. Set this to yes to make Dovecot flush NFS caches whenever needed. If you're using only a single mail server this isn't needed. Defaults to @samp{#f}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27287
+#: guix-git/doc/guix.texi:27313
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} boolean mail-nfs-index?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27291
+#: guix-git/doc/guix.texi:27317
msgid "Mail index files also exist in NFS@. Setting this to yes requires @samp{mmap-disable? #t} and @samp{fsync-disable? #f}. Defaults to @samp{#f}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27293
+#: guix-git/doc/guix.texi:27319
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} string lock-method"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27299
+#: guix-git/doc/guix.texi:27325
msgid "Locking method for index files. Alternatives are fcntl, flock and dotlock. Dotlocking uses some tricks which may create more disk I/O than other locking methods. NFS users: flock doesn't work, remember to change @samp{mmap-disable}. Defaults to @samp{\"fcntl\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27301
+#: guix-git/doc/guix.texi:27327
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} file-name mail-temp-dir"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27305
+#: guix-git/doc/guix.texi:27331
msgid "Directory in which LDA/LMTP temporarily stores incoming mails >128 kB. Defaults to @samp{\"/tmp\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27307
+#: guix-git/doc/guix.texi:27333
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} non-negative-integer first-valid-uid"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27313
+#: guix-git/doc/guix.texi:27339
msgid "Valid UID range for users. This is mostly to make sure that users can't log in as daemons or other system users. Note that denying root logins is hardcoded to dovecot binary and can't be done even if @samp{first-valid-uid} is set to 0. Defaults to @samp{500}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27315
+#: guix-git/doc/guix.texi:27341
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} non-negative-integer last-valid-uid"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27320
+#: guix-git/doc/guix.texi:27346
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} non-negative-integer first-valid-gid"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27325
+#: guix-git/doc/guix.texi:27351
msgid "Valid GID range for users. Users having non-valid GID as primary group ID aren't allowed to log in. If user belongs to supplementary groups with non-valid GIDs, those groups are not set. Defaults to @samp{1}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27327
+#: guix-git/doc/guix.texi:27353
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} non-negative-integer last-valid-gid"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27332
+#: guix-git/doc/guix.texi:27358
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} non-negative-integer mail-max-keyword-length"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27336
+#: guix-git/doc/guix.texi:27362
msgid "Maximum allowed length for mail keyword name. It's only forced when trying to create new keywords. Defaults to @samp{50}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27338
+#: guix-git/doc/guix.texi:27364
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} colon-separated-file-name-list valid-chroot-dirs"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27348
+#: guix-git/doc/guix.texi:27374
msgid "List of directories under which chrooting is allowed for mail processes (i.e.@: @file{/var/mail} will allow chrooting to @file{/var/mail/foo/bar} too). This setting doesn't affect @samp{login-chroot} @samp{mail-chroot} or auth chroot settings. If this setting is empty, @samp{/./} in home dirs are ignored. WARNING: Never add directories here which local users can modify, that may lead to root exploit. Usually this should be done only if you don't allow shell access for users. <doc/wiki/Chrooting.txt>. Defaults to @samp{'()}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27350
+#: guix-git/doc/guix.texi:27376
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} string mail-chroot"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27359
+#: guix-git/doc/guix.texi:27385
msgid "Default chroot directory for mail processes. This can be overridden for specific users in user database by giving @samp{/./} in user's home directory (e.g.@: @samp{/home/./user} chroots into @file{/home}). Note that usually there is no real need to do chrooting, Dovecot doesn't allow users to access files outside their mail directory anyway. If your home directories are prefixed with the chroot directory, append @samp{/.} to @samp{mail-chroot}. <doc/wiki/Chrooting.txt>. Defaults to @samp{\"\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27361
+#: guix-git/doc/guix.texi:27387
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} file-name auth-socket-path"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27365
+#: guix-git/doc/guix.texi:27391
msgid "UNIX socket path to master authentication server to find users. This is used by imap (for shared users) and lda. Defaults to @samp{\"/var/run/dovecot/auth-userdb\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27367
+#: guix-git/doc/guix.texi:27393
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} file-name mail-plugin-dir"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27370
+#: guix-git/doc/guix.texi:27396
msgid "Directory where to look up mail plugins. Defaults to @samp{\"/usr/lib/dovecot\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27372
+#: guix-git/doc/guix.texi:27398
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} space-separated-string-list mail-plugins"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27376
+#: guix-git/doc/guix.texi:27402
msgid "List of plugins to load for all services. Plugins specific to IMAP, LDA, etc.@: are added to this list in their own .conf files. Defaults to @samp{'()}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27378
+#: guix-git/doc/guix.texi:27404
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} non-negative-integer mail-cache-min-mail-count"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27383
+#: guix-git/doc/guix.texi:27409
msgid "The minimum number of mails in a mailbox before updates are done to cache file. This allows optimizing Dovecot's behavior to do less disk writes at the cost of more disk reads. Defaults to @samp{0}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27385
+#: guix-git/doc/guix.texi:27411
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} string mailbox-idle-check-interval"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27392
+#: guix-git/doc/guix.texi:27418
msgid "When IDLE command is running, mailbox is checked once in a while to see if there are any new mails or other changes. This setting defines the minimum time to wait between those checks. Dovecot can also use dnotify, inotify and kqueue to find out immediately when changes occur. Defaults to @samp{\"30 secs\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27394
+#: guix-git/doc/guix.texi:27420
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} boolean mail-save-crlf?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27401
+#: guix-git/doc/guix.texi:27427
msgid "Save mails with CR+LF instead of plain LF@. This makes sending those mails take less CPU, especially with sendfile() syscall with Linux and FreeBSD@. But it also creates a bit more disk I/O which may just make it slower. Also note that if other software reads the mboxes/maildirs, they may handle the extra CRs wrong and cause problems. Defaults to @samp{#f}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27403
+#: guix-git/doc/guix.texi:27429
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} boolean maildir-stat-dirs?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27411
+#: guix-git/doc/guix.texi:27437
msgid "By default LIST command returns all entries in maildir beginning with a dot. Enabling this option makes Dovecot return only entries which are directories. This is done by stat()ing each entry, so it causes more disk I/O. (For systems setting struct @samp{dirent->d_type} this check is free and it's done always regardless of this setting). Defaults to @samp{#f}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27413
+#: guix-git/doc/guix.texi:27439
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} boolean maildir-copy-with-hardlinks?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27418
+#: guix-git/doc/guix.texi:27444
msgid "When copying a message, do it with hard links whenever possible. This makes the performance much better, and it's unlikely to have any side effects. Defaults to @samp{#t}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27420
+#: guix-git/doc/guix.texi:27446
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} boolean maildir-very-dirty-syncs?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27425
+#: guix-git/doc/guix.texi:27451
msgid "Assume Dovecot is the only MUA accessing Maildir: Scan cur/ directory only when its mtime changes unexpectedly or when we can't find the mail otherwise. Defaults to @samp{#f}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27427
+#: guix-git/doc/guix.texi:27453
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} space-separated-string-list mbox-read-locks"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27430
+#: guix-git/doc/guix.texi:27456
msgid "Which locking methods to use for locking mbox. There are four available:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:27432
+#: guix-git/doc/guix.texi:27458
#, no-wrap
msgid "dotlock"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:27436
+#: guix-git/doc/guix.texi:27462
msgid "Create <mailbox>.lock file. This is the oldest and most NFS-safe solution. If you want to use /var/mail/ like directory, the users will need write access to that directory."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:27436
+#: guix-git/doc/guix.texi:27462
#, no-wrap
msgid "dotlock-try"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:27439
+#: guix-git/doc/guix.texi:27465
msgid "Same as dotlock, but if it fails because of permissions or because there isn't enough disk space, just skip it."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:27439
+#: guix-git/doc/guix.texi:27465
#, no-wrap
msgid "fcntl"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:27441
+#: guix-git/doc/guix.texi:27467
msgid "Use this if possible. Works with NFS too if lockd is used."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:27441
+#: guix-git/doc/guix.texi:27467
#, no-wrap
msgid "flock"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:27443 guix-git/doc/guix.texi:27445
+#: guix-git/doc/guix.texi:27469 guix-git/doc/guix.texi:27471
msgid "May not exist in all systems. Doesn't work with NFS."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:27443
+#: guix-git/doc/guix.texi:27469
#, no-wrap
msgid "lockf"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27451
+#: guix-git/doc/guix.texi:27477
msgid "You can use multiple locking methods; if you do the order they're declared in is important to avoid deadlocks if other MTAs/MUAs are using multiple locking methods as well. Some operating systems don't allow using some of them simultaneously."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27453
+#: guix-git/doc/guix.texi:27479
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} space-separated-string-list mbox-write-locks"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27457
+#: guix-git/doc/guix.texi:27483
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} string mbox-lock-timeout"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27460
+#: guix-git/doc/guix.texi:27486
msgid "Maximum time to wait for lock (all of them) before aborting. Defaults to @samp{\"5 mins\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27462
+#: guix-git/doc/guix.texi:27488
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} string mbox-dotlock-change-timeout"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27466
+#: guix-git/doc/guix.texi:27492
msgid "If dotlock exists but the mailbox isn't modified in any way, override the lock file after this much time. Defaults to @samp{\"2 mins\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27468
+#: guix-git/doc/guix.texi:27494
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} boolean mbox-dirty-syncs?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27479
+#: guix-git/doc/guix.texi:27505
msgid "When mbox changes unexpectedly we have to fully read it to find out what changed. If the mbox is large this can take a long time. Since the change is usually just a newly appended mail, it'd be faster to simply read the new mails. If this setting is enabled, Dovecot does this but still safely fallbacks to re-reading the whole mbox file whenever something in mbox isn't how it's expected to be. The only real downside to this setting is that if some other MUA changes message flags, Dovecot doesn't notice it immediately. Note that a full sync is done with SELECT, EXAMINE, EXPUNGE and CHECK commands. Defaults to @samp{#t}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27481
+#: guix-git/doc/guix.texi:27507
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} boolean mbox-very-dirty-syncs?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27486
+#: guix-git/doc/guix.texi:27512
msgid "Like @samp{mbox-dirty-syncs}, but don't do full syncs even with SELECT, EXAMINE, EXPUNGE or CHECK commands. If this is set, @samp{mbox-dirty-syncs} is ignored. Defaults to @samp{#f}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27488
+#: guix-git/doc/guix.texi:27514
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} boolean mbox-lazy-writes?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27494
+#: guix-git/doc/guix.texi:27520
msgid "Delay writing mbox headers until doing a full write sync (EXPUNGE and CHECK commands and when closing the mailbox). This is especially useful for POP3 where clients often delete all mails. The downside is that our changes aren't immediately visible to other MUAs. Defaults to @samp{#t}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27496
+#: guix-git/doc/guix.texi:27522
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} non-negative-integer mbox-min-index-size"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27501
+#: guix-git/doc/guix.texi:27527
msgid "If mbox size is smaller than this (e.g.@: 100k), don't write index files. If an index file already exists it's still read, just not updated. Defaults to @samp{0}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27503
+#: guix-git/doc/guix.texi:27529
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} non-negative-integer mdbox-rotate-size"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27506
+#: guix-git/doc/guix.texi:27532
msgid "Maximum dbox file size until it's rotated. Defaults to @samp{10000000}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27508
+#: guix-git/doc/guix.texi:27534
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} string mdbox-rotate-interval"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27513
+#: guix-git/doc/guix.texi:27539
msgid "Maximum dbox file age until it's rotated. Typically in days. Day begins from midnight, so 1d = today, 2d = yesterday, etc. 0 = check disabled. Defaults to @samp{\"1d\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27515
+#: guix-git/doc/guix.texi:27541
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} boolean mdbox-preallocate-space?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27520
+#: guix-git/doc/guix.texi:27546
msgid "When creating new mdbox files, immediately preallocate their size to @samp{mdbox-rotate-size}. This setting currently works only in Linux with some file systems (ext4, xfs). Defaults to @samp{#f}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27522
+#: guix-git/doc/guix.texi:27548
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} string mail-attachment-dir"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27526
+#: guix-git/doc/guix.texi:27552
msgid "sdbox and mdbox support saving mail attachments to external files, which also allows single instance storage for them. Other backends don't support this for now."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27528
+#: guix-git/doc/guix.texi:27554
msgid "WARNING: This feature hasn't been tested much yet. Use at your own risk."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27531
+#: guix-git/doc/guix.texi:27557
msgid "Directory root where to store mail attachments. Disabled, if empty. Defaults to @samp{\"\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27533
+#: guix-git/doc/guix.texi:27559
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} non-negative-integer mail-attachment-min-size"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27538
+#: guix-git/doc/guix.texi:27564
msgid "Attachments smaller than this aren't saved externally. It's also possible to write a plugin to disable saving specific attachments externally. Defaults to @samp{128000}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27540
+#: guix-git/doc/guix.texi:27566
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} string mail-attachment-fs"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27542
+#: guix-git/doc/guix.texi:27568
msgid "File system backend to use for saving attachments:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:27543
+#: guix-git/doc/guix.texi:27569
#, no-wrap
msgid "posix"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:27545
+#: guix-git/doc/guix.texi:27571
msgid "No SiS done by Dovecot (but this might help FS's own deduplication)"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:27545
+#: guix-git/doc/guix.texi:27571
#, no-wrap
msgid "sis posix"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:27547
+#: guix-git/doc/guix.texi:27573
msgid "SiS with immediate byte-by-byte comparison during saving"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:27547
+#: guix-git/doc/guix.texi:27573
#, no-wrap
msgid "sis-queue posix"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:27549
+#: guix-git/doc/guix.texi:27575
msgid "SiS with delayed comparison and deduplication."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27551
+#: guix-git/doc/guix.texi:27577
msgid "Defaults to @samp{\"sis posix\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27553
+#: guix-git/doc/guix.texi:27579
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} string mail-attachment-hash"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27559
+#: guix-git/doc/guix.texi:27585
msgid "Hash format to use in attachment filenames. You can add any text and variables: @code{%@{md4@}}, @code{%@{md5@}}, @code{%@{sha1@}}, @code{%@{sha256@}}, @code{%@{sha512@}}, @code{%@{size@}}. Variables can be truncated, e.g.@: @code{%@{sha256:80@}} returns only first 80 bits. Defaults to @samp{\"%@{sha1@}\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27561
+#: guix-git/doc/guix.texi:27587
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} non-negative-integer default-process-limit"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27566
+#: guix-git/doc/guix.texi:27592
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} non-negative-integer default-client-limit"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27569 guix-git/doc/guix.texi:36335
+#: guix-git/doc/guix.texi:27595 guix-git/doc/guix.texi:36364
msgid "Defaults to @samp{1000}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27571
+#: guix-git/doc/guix.texi:27597
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} non-negative-integer default-vsz-limit"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27576
+#: guix-git/doc/guix.texi:27602
msgid "Default VSZ (virtual memory size) limit for service processes. This is mainly intended to catch and kill processes that leak memory before they eat up everything. Defaults to @samp{256000000}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27578
+#: guix-git/doc/guix.texi:27604
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} string default-login-user"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27583
+#: guix-git/doc/guix.texi:27609
msgid "Login user is internally used by login processes. This is the most untrusted user in Dovecot system. It shouldn't have access to anything at all. Defaults to @samp{\"dovenull\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27585
+#: guix-git/doc/guix.texi:27611
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} string default-internal-user"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27590
+#: guix-git/doc/guix.texi:27616
msgid "Internal user is used by unprivileged processes. It should be separate from login user, so that login processes can't disturb other processes. Defaults to @samp{\"dovecot\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27592
+#: guix-git/doc/guix.texi:27618
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} string ssl?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27595
+#: guix-git/doc/guix.texi:27621
msgid "SSL/TLS support: yes, no, required. <doc/wiki/SSL.txt>. Defaults to @samp{\"required\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27597
+#: guix-git/doc/guix.texi:27623
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} string ssl-cert"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27600
+#: guix-git/doc/guix.texi:27626
msgid "PEM encoded X.509 SSL/TLS certificate (public key). Defaults to @samp{\"</etc/dovecot/default.pem\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27602
+#: guix-git/doc/guix.texi:27628
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} string ssl-key"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27607
+#: guix-git/doc/guix.texi:27633
msgid "PEM encoded SSL/TLS private key. The key is opened before dropping root privileges, so keep the key file unreadable by anyone but root. Defaults to @samp{\"</etc/dovecot/private/default.pem\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27609
+#: guix-git/doc/guix.texi:27635
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} string ssl-key-password"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27615
+#: guix-git/doc/guix.texi:27641
msgid "If key file is password protected, give the password here. Alternatively give it when starting dovecot with -p parameter. Since this file is often world-readable, you may want to place this setting instead to a different. Defaults to @samp{\"\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27617
+#: guix-git/doc/guix.texi:27643
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} string ssl-ca"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27623
+#: guix-git/doc/guix.texi:27649
msgid "PEM encoded trusted certificate authority. Set this only if you intend to use @samp{ssl-verify-client-cert? #t}. The file should contain the CA certificate(s) followed by the matching CRL(s). (e.g.@: @samp{ssl-ca </etc/ssl/certs/ca.pem}). Defaults to @samp{\"\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27625
+#: guix-git/doc/guix.texi:27651
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} boolean ssl-require-crl?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27628
+#: guix-git/doc/guix.texi:27654
msgid "Require that CRL check succeeds for client certificates. Defaults to @samp{#t}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27630
+#: guix-git/doc/guix.texi:27656
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} boolean ssl-verify-client-cert?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27634
+#: guix-git/doc/guix.texi:27660
msgid "Request client to send a certificate. If you also want to require it, set @samp{auth-ssl-require-client-cert? #t} in auth section. Defaults to @samp{#f}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27636
+#: guix-git/doc/guix.texi:27662
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} string ssl-cert-username-field"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27641
+#: guix-git/doc/guix.texi:27667
msgid "Which field from certificate to use for username. commonName and x500UniqueIdentifier are the usual choices. You'll also need to set @samp{auth-ssl-username-from-cert? #t}. Defaults to @samp{\"commonName\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27643
+#: guix-git/doc/guix.texi:27669
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} string ssl-min-protocol"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27646
+#: guix-git/doc/guix.texi:27672
msgid "Minimum SSL protocol version to accept. Defaults to @samp{\"TLSv1\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27648
+#: guix-git/doc/guix.texi:27674
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} string ssl-cipher-list"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27651
+#: guix-git/doc/guix.texi:27677
msgid "SSL ciphers to use. Defaults to @samp{\"ALL:!kRSA:!SRP:!kDHd:!DSS:!aNULL:!eNULL:!EXPORT:!DES:!3DES:!MD5:!PSK:!RC4:!ADH:!LOW@@STRENGTH\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27653
+#: guix-git/doc/guix.texi:27679
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} string ssl-crypto-device"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27656
+#: guix-git/doc/guix.texi:27682
msgid "SSL crypto device to use, for valid values run \"openssl engine\". Defaults to @samp{\"\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27658
+#: guix-git/doc/guix.texi:27684
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} string postmaster-address"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27662
+#: guix-git/doc/guix.texi:27688
msgid "Address to use when sending rejection mails. %d expands to recipient domain. Defaults to @samp{\"postmaster@@%d\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27664
+#: guix-git/doc/guix.texi:27690
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} string hostname"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27668
+#: guix-git/doc/guix.texi:27694
msgid "Hostname to use in various parts of sent mails (e.g.@: in Message-Id) and in LMTP replies. Default is the system's real hostname@@domain. Defaults to @samp{\"\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27670
+#: guix-git/doc/guix.texi:27696
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} boolean quota-full-tempfail?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27674
+#: guix-git/doc/guix.texi:27700
msgid "If user is over quota, return with temporary failure instead of bouncing the mail. Defaults to @samp{#f}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27676
+#: guix-git/doc/guix.texi:27702
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} file-name sendmail-path"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27679
+#: guix-git/doc/guix.texi:27705
msgid "Binary to use for sending mails. Defaults to @samp{\"/usr/sbin/sendmail\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27681
+#: guix-git/doc/guix.texi:27707
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} string submission-host"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27685
+#: guix-git/doc/guix.texi:27711
msgid "If non-empty, send mails via this SMTP host[:port] instead of sendmail. Defaults to @samp{\"\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27687
+#: guix-git/doc/guix.texi:27713
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} string rejection-subject"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27691
+#: guix-git/doc/guix.texi:27717
msgid "Subject: header to use for rejection mails. You can use the same variables as for @samp{rejection-reason} below. Defaults to @samp{\"Rejected: %s\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27693
+#: guix-git/doc/guix.texi:27719
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} string rejection-reason"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27696
+#: guix-git/doc/guix.texi:27722
msgid "Human readable error message for rejection mails. You can use variables:"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:27700
+#: guix-git/doc/guix.texi:27726
msgid "CRLF"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:27700
+#: guix-git/doc/guix.texi:27726
#, no-wrap
msgid "%r"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:27702
+#: guix-git/doc/guix.texi:27728
msgid "reason"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:27704
+#: guix-git/doc/guix.texi:27730
msgid "original subject"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:27704
+#: guix-git/doc/guix.texi:27730
#, no-wrap
msgid "%t"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:27706
+#: guix-git/doc/guix.texi:27732
msgid "recipient"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27708
+#: guix-git/doc/guix.texi:27734
msgid "Defaults to @samp{\"Your message to <%t> was automatically rejected:%n%r\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27710
+#: guix-git/doc/guix.texi:27736
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} string recipient-delimiter"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27714
+#: guix-git/doc/guix.texi:27740
msgid "Delimiter character between local-part and detail in email address. Defaults to @samp{\"+\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27716
+#: guix-git/doc/guix.texi:27742
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} string lda-original-recipient-header"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27722
+#: guix-git/doc/guix.texi:27748
msgid "Header where the original recipient address (SMTP's RCPT TO: address) is taken from if not available elsewhere. With dovecot-lda -a parameter overrides this. A commonly used header for this is X-Original-To. Defaults to @samp{\"\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27724
+#: guix-git/doc/guix.texi:27750
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} boolean lda-mailbox-autocreate?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27728
+#: guix-git/doc/guix.texi:27754
msgid "Should saving a mail to a nonexistent mailbox automatically create it?. Defaults to @samp{#f}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27730
+#: guix-git/doc/guix.texi:27756
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} boolean lda-mailbox-autosubscribe?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27734
+#: guix-git/doc/guix.texi:27760
msgid "Should automatically created mailboxes be also automatically subscribed?. Defaults to @samp{#f}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27736
+#: guix-git/doc/guix.texi:27762
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} non-negative-integer imap-max-line-length"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27742
+#: guix-git/doc/guix.texi:27768
msgid "Maximum IMAP command line length. Some clients generate very long command lines with huge mailboxes, so you may need to raise this if you get \"Too long argument\" or \"IMAP command line too large\" errors often. Defaults to @samp{64000}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27744
+#: guix-git/doc/guix.texi:27770
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} string imap-logout-format"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27746
+#: guix-git/doc/guix.texi:27772
msgid "IMAP logout format string:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:27747
+#: guix-git/doc/guix.texi:27773
#, no-wrap
msgid "%i"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:27749
+#: guix-git/doc/guix.texi:27775
msgid "total number of bytes read from client"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:27749
+#: guix-git/doc/guix.texi:27775
#, no-wrap
msgid "%o"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:27751
+#: guix-git/doc/guix.texi:27777
msgid "total number of bytes sent to client."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27754
+#: guix-git/doc/guix.texi:27780
msgid "See @file{doc/wiki/Variables.txt} for a list of all the variables you can use. Defaults to @samp{\"in=%i out=%o deleted=%@{deleted@} expunged=%@{expunged@} trashed=%@{trashed@} hdr_count=%@{fetch_hdr_count@} hdr_bytes=%@{fetch_hdr_bytes@} body_count=%@{fetch_body_count@} body_bytes=%@{fetch_body_bytes@}\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27756
+#: guix-git/doc/guix.texi:27782
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} string imap-capability"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27760
+#: guix-git/doc/guix.texi:27786
msgid "Override the IMAP CAPABILITY response. If the value begins with '+', add the given capabilities on top of the defaults (e.g.@: +XFOO XBAR). Defaults to @samp{\"\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27762
+#: guix-git/doc/guix.texi:27788
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} string imap-idle-notify-interval"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27766
+#: guix-git/doc/guix.texi:27792
msgid "How long to wait between \"OK Still here\" notifications when client is IDLEing. Defaults to @samp{\"2 mins\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27768
+#: guix-git/doc/guix.texi:27794
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} string imap-id-send"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27774
+#: guix-git/doc/guix.texi:27800
msgid "ID field names and values to send to clients. Using * as the value makes Dovecot use the default value. The following fields have default values currently: name, version, os, os-version, support-url, support-email. Defaults to @samp{\"\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27776
+#: guix-git/doc/guix.texi:27802
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} string imap-id-log"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27779
+#: guix-git/doc/guix.texi:27805
msgid "ID fields sent by client to log. * means everything. Defaults to @samp{\"\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27781
+#: guix-git/doc/guix.texi:27807
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} space-separated-string-list imap-client-workarounds"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27783
+#: guix-git/doc/guix.texi:27809
msgid "Workarounds for various client bugs:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:27785
+#: guix-git/doc/guix.texi:27811
#, no-wrap
msgid "delay-newmail"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:27792
+#: guix-git/doc/guix.texi:27818
msgid "Send EXISTS/RECENT new mail notifications only when replying to NOOP and CHECK commands. Some clients ignore them otherwise, for example OSX Mail (<v2.1). Outlook Express breaks more badly though, without this it may show user \"Message no longer in server\" errors. Note that OE6 still breaks even with this workaround if synchronization is set to \"Headers Only\"."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:27793
+#: guix-git/doc/guix.texi:27819
#, no-wrap
msgid "tb-extra-mailbox-sep"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:27797
+#: guix-git/doc/guix.texi:27823
msgid "Thunderbird gets somehow confused with LAYOUT=fs (mbox and dbox) and adds extra @samp{/} suffixes to mailbox names. This option causes Dovecot to ignore the extra @samp{/} instead of treating it as invalid mailbox name."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:27798
+#: guix-git/doc/guix.texi:27824
#, no-wrap
msgid "tb-lsub-flags"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:27802
+#: guix-git/doc/guix.texi:27828
msgid "Show \\Noselect flags for LSUB replies with LAYOUT=fs (e.g.@: mbox). This makes Thunderbird realize they aren't selectable and show them greyed out, instead of only later giving \"not selectable\" popup error."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27806
+#: guix-git/doc/guix.texi:27832
#, no-wrap
msgid "{@code{dovecot-configuration} parameter} string imap-urlauth-host"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27809
+#: guix-git/doc/guix.texi:27835
msgid "Host allowed in URLAUTH URLs sent by client. \"*\" allows all. Defaults to @samp{\"\"}."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:27817
+#: guix-git/doc/guix.texi:27843
msgid "Whew! Lots of configuration options. The nice thing about it though is that Guix has a complete interface to Dovecot's configuration language. This allows not only a nice way to declare configurations, but also offers reflective capabilities as well: users can write code to inspect and transform configurations from within Scheme."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:27823
+#: guix-git/doc/guix.texi:27849
msgid "However, it could be that you just want to get a @code{dovecot.conf} up and running. In that case, you can pass an @code{opaque-dovecot-configuration} as the @code{#:config} parameter to @code{dovecot-service}. As its name indicates, an opaque configuration does not have easy reflective capabilities."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:27825
+#: guix-git/doc/guix.texi:27851
msgid "Available @code{opaque-dovecot-configuration} fields are:"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27826
+#: guix-git/doc/guix.texi:27852
#, no-wrap
msgid "{@code{opaque-dovecot-configuration} parameter} package dovecot"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27830
+#: guix-git/doc/guix.texi:27856
#, no-wrap
msgid "{@code{opaque-dovecot-configuration} parameter} string string"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27832
+#: guix-git/doc/guix.texi:27858
msgid "The contents of the @code{dovecot.conf}, as a string."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:27836
+#: guix-git/doc/guix.texi:27862
msgid "For example, if your @code{dovecot.conf} is just the empty string, you could instantiate a dovecot service like this:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:27841
+#: guix-git/doc/guix.texi:27867
#, no-wrap
msgid ""
"(dovecot-service #:config\n"
@@ -54635,25 +54688,25 @@ msgid ""
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:27843
+#: guix-git/doc/guix.texi:27869
#, no-wrap
msgid "OpenSMTPD Service"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:27845
+#: guix-git/doc/guix.texi:27871
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "opensmtpd-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:27849
+#: guix-git/doc/guix.texi:27875
msgid "This is the type of the @uref{https://www.opensmtpd.org, OpenSMTPD} service, whose value should be an @code{opensmtpd-configuration} object as in this example:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:27854
+#: guix-git/doc/guix.texi:27880
#, no-wrap
msgid ""
"(service opensmtpd-service-type\n"
@@ -54662,94 +54715,94 @@ msgid ""
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:27857
+#: guix-git/doc/guix.texi:27883
#, no-wrap
msgid "{Data Type} opensmtpd-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:27859
+#: guix-git/doc/guix.texi:27885
msgid "Data type representing the configuration of opensmtpd."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:27861
+#: guix-git/doc/guix.texi:27887
#, no-wrap
msgid "@code{package} (default: @var{opensmtpd})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:27863
+#: guix-git/doc/guix.texi:27889
msgid "Package object of the OpenSMTPD SMTP server."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:27868
+#: guix-git/doc/guix.texi:27894
msgid "This option can be used to provide a list of symbols naming Shepherd services that this service will depend on, such as @code{'networking} if you want to configure OpenSMTPD to listen on non-loopback interfaces."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:27869
+#: guix-git/doc/guix.texi:27895
#, fuzzy, no-wrap
#| msgid "@code{config-file} (default: @code{%default-opensmtpd-file})"
msgid "@code{config-file} (default: @code{%default-opensmtpd-config-file})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:27874
+#: guix-git/doc/guix.texi:27900
msgid "File-like object of the OpenSMTPD configuration file to use. By default it listens on the loopback network interface, and allows for mail from users and daemons on the local machine, as well as permitting email to remote servers. Run @command{man smtpd.conf} for more information."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:27875
+#: guix-git/doc/guix.texi:27901
#, fuzzy, no-wrap
#| msgid "@code{ssl?} (default: @code{#t})"
msgid "@code{setgid-commands?} (default: @code{#t})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:27880
+#: guix-git/doc/guix.texi:27906
msgid "Make the following commands setgid to @code{smtpq} so they can be executed: @command{smtpctl}, @command{sendmail}, @command{send-mail}, @command{makemap}, @command{mailq}, and @command{newaliases}. @xref{Privileged Programs}, for more information on setgid programs."
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:27883
+#: guix-git/doc/guix.texi:27909
#, no-wrap
msgid "Exim Service"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:27885
+#: guix-git/doc/guix.texi:27911
#, no-wrap
msgid "mail transfer agent (MTA)"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:27886
+#: guix-git/doc/guix.texi:27912
#, no-wrap
msgid "MTA (mail transfer agent)"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:27887
+#: guix-git/doc/guix.texi:27913
#, no-wrap
msgid "SMTP"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:27889
+#: guix-git/doc/guix.texi:27915
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "exim-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:27893
+#: guix-git/doc/guix.texi:27919
msgid "This is the type of the @uref{https://exim.org, Exim} mail transfer agent (MTA), whose value should be an @code{exim-configuration} object as in this example:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:27898
+#: guix-git/doc/guix.texi:27924
#, no-wrap
msgid ""
"(service exim-service-type\n"
@@ -54758,553 +54811,553 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:27904
+#: guix-git/doc/guix.texi:27930
msgid "In order to use an @code{exim-service-type} service you must also have a @code{mail-aliases-service-type} service present in your @code{operating-system} (even if it has no aliases)."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:27905
+#: guix-git/doc/guix.texi:27931
#, no-wrap
msgid "{Data Type} exim-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:27907
+#: guix-git/doc/guix.texi:27933
msgid "Data type representing the configuration of exim."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:27909
+#: guix-git/doc/guix.texi:27935
#, no-wrap
msgid "@code{package} (default: @var{exim})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:27911
+#: guix-git/doc/guix.texi:27937
msgid "Package object of the Exim server."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:27918
+#: guix-git/doc/guix.texi:27944
msgid "File-like object of the Exim configuration file to use. If its value is @code{#f} then use the default configuration file from the package provided in @code{package}. The resulting configuration file is loaded after setting the @code{exim_user} and @code{exim_group} configuration variables."
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:27922
+#: guix-git/doc/guix.texi:27948
#, no-wrap
msgid "Getmail service"
msgstr "Почтовые сервисы"
#. type: cindex
-#: guix-git/doc/guix.texi:27924
+#: guix-git/doc/guix.texi:27950
#, no-wrap
msgid "IMAP"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:27925
+#: guix-git/doc/guix.texi:27951
#, no-wrap
msgid "POP"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:27927
+#: guix-git/doc/guix.texi:27953
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "getmail-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:27930
+#: guix-git/doc/guix.texi:27956
msgid "This is the type of the @uref{http://pyropus.ca/software/getmail/, Getmail} mail retriever, whose value should be a @code{getmail-configuration}."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:27933
+#: guix-git/doc/guix.texi:27959
msgid "Available @code{getmail-configuration} fields are:"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27934
+#: guix-git/doc/guix.texi:27960
#, no-wrap
msgid "{@code{getmail-configuration} parameter} symbol name"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27936
+#: guix-git/doc/guix.texi:27962
msgid "A symbol to identify the getmail service."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27938
+#: guix-git/doc/guix.texi:27964
msgid "Defaults to @samp{\"unset\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27941
+#: guix-git/doc/guix.texi:27967
#, no-wrap
msgid "{@code{getmail-configuration} parameter} package package"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27943
+#: guix-git/doc/guix.texi:27969
msgid "The getmail package to use."
msgstr "Используемый пакет getmail."
#. type: deftypevr
-#: guix-git/doc/guix.texi:27946
+#: guix-git/doc/guix.texi:27972
#, no-wrap
msgid "{@code{getmail-configuration} parameter} string user"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27948
+#: guix-git/doc/guix.texi:27974
msgid "The user to run getmail as."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27950 guix-git/doc/guix.texi:27957
+#: guix-git/doc/guix.texi:27976 guix-git/doc/guix.texi:27983
msgid "Defaults to @samp{\"getmail\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27953
+#: guix-git/doc/guix.texi:27979
#, no-wrap
msgid "{@code{getmail-configuration} parameter} string group"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27955
+#: guix-git/doc/guix.texi:27981
msgid "The group to run getmail as."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27960
+#: guix-git/doc/guix.texi:27986
#, no-wrap
msgid "{@code{getmail-configuration} parameter} string directory"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27962
+#: guix-git/doc/guix.texi:27988
msgid "The getmail directory to use."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27964
+#: guix-git/doc/guix.texi:27990
msgid "Defaults to @samp{\"/var/lib/getmail/default\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27967
+#: guix-git/doc/guix.texi:27993
#, no-wrap
msgid "{@code{getmail-configuration} parameter} getmail-configuration-file rcfile"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27969
+#: guix-git/doc/guix.texi:27995
msgid "The getmail configuration file to use."
msgstr "Используемый файл конфигурации getmail."
#. type: deftypevr
-#: guix-git/doc/guix.texi:27971
+#: guix-git/doc/guix.texi:27997
msgid "Available @code{getmail-configuration-file} fields are:"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27972
+#: guix-git/doc/guix.texi:27998
#, no-wrap
msgid "{@code{getmail-configuration-file} parameter} getmail-retriever-configuration retriever"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27974
+#: guix-git/doc/guix.texi:28000
msgid "What mail account to retrieve mail from, and how to access that account."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27976
+#: guix-git/doc/guix.texi:28002
msgid "Available @code{getmail-retriever-configuration} fields are:"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27977
+#: guix-git/doc/guix.texi:28003
#, no-wrap
msgid "{@code{getmail-retriever-configuration} parameter} string type"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27980
+#: guix-git/doc/guix.texi:28006
msgid "The type of mail retriever to use. Valid values include @samp{passwd} and @samp{static}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27982
+#: guix-git/doc/guix.texi:28008
msgid "Defaults to @samp{\"SimpleIMAPSSLRetriever\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27985
+#: guix-git/doc/guix.texi:28011
#, no-wrap
msgid "{@code{getmail-retriever-configuration} parameter} string server"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27987 guix-git/doc/guix.texi:27994
+#: guix-git/doc/guix.texi:28013 guix-git/doc/guix.texi:28020
msgid "Username to login to the mail server with."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27989 guix-git/doc/guix.texi:27996
-#: guix-git/doc/guix.texi:28060
+#: guix-git/doc/guix.texi:28015 guix-git/doc/guix.texi:28022
+#: guix-git/doc/guix.texi:28086
msgid "Defaults to @samp{unset}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27992
+#: guix-git/doc/guix.texi:28018
#, no-wrap
msgid "{@code{getmail-retriever-configuration} parameter} string username"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:27999
+#: guix-git/doc/guix.texi:28025
#, no-wrap
msgid "{@code{getmail-retriever-configuration} parameter} non-negative-integer port"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28001
+#: guix-git/doc/guix.texi:28027
msgid "Port number to connect to."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28006
+#: guix-git/doc/guix.texi:28032
#, no-wrap
msgid "{@code{getmail-retriever-configuration} parameter} string password"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28008 guix-git/doc/guix.texi:28015
+#: guix-git/doc/guix.texi:28034 guix-git/doc/guix.texi:28041
msgid "Override fields from passwd."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28013
+#: guix-git/doc/guix.texi:28039
#, no-wrap
msgid "{@code{getmail-retriever-configuration} parameter} list password-command"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28020
+#: guix-git/doc/guix.texi:28046
#, no-wrap
msgid "{@code{getmail-retriever-configuration} parameter} string keyfile"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28022
+#: guix-git/doc/guix.texi:28048
msgid "PEM-formatted key file to use for the TLS negotiation."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28027
+#: guix-git/doc/guix.texi:28053
#, no-wrap
msgid "{@code{getmail-retriever-configuration} parameter} string certfile"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28029
+#: guix-git/doc/guix.texi:28055
msgid "PEM-formatted certificate file to use for the TLS negotiation."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28034
+#: guix-git/doc/guix.texi:28060
#, no-wrap
msgid "{@code{getmail-retriever-configuration} parameter} string ca-certs"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28036
+#: guix-git/doc/guix.texi:28062
msgid "CA certificates to use."
msgstr "Сертификаты CA для использования."
#. type: deftypevr
-#: guix-git/doc/guix.texi:28041
+#: guix-git/doc/guix.texi:28067
#, no-wrap
msgid "{@code{getmail-retriever-configuration} parameter} parameter-alist extra-parameters"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28043
+#: guix-git/doc/guix.texi:28069
msgid "Extra retriever parameters."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28050
+#: guix-git/doc/guix.texi:28076
#, no-wrap
msgid "{@code{getmail-configuration-file} parameter} getmail-destination-configuration destination"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28052
+#: guix-git/doc/guix.texi:28078
msgid "What to do with retrieved messages."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28054
+#: guix-git/doc/guix.texi:28080
msgid "Available @code{getmail-destination-configuration} fields are:"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28055
+#: guix-git/doc/guix.texi:28081
#, no-wrap
msgid "{@code{getmail-destination-configuration} parameter} string type"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28058
+#: guix-git/doc/guix.texi:28084
msgid "The type of mail destination. Valid values include @samp{Maildir}, @samp{Mboxrd} and @samp{MDA_external}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28063
+#: guix-git/doc/guix.texi:28089
#, no-wrap
msgid "{@code{getmail-destination-configuration} parameter} string-or-filelike path"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28066
+#: guix-git/doc/guix.texi:28092
msgid "The path option for the mail destination. The behaviour depends on the chosen type."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28071
+#: guix-git/doc/guix.texi:28097
#, no-wrap
msgid "{@code{getmail-destination-configuration} parameter} parameter-alist extra-parameters"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28073
+#: guix-git/doc/guix.texi:28099
msgid "Extra destination parameters"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28080
+#: guix-git/doc/guix.texi:28106
#, no-wrap
msgid "{@code{getmail-configuration-file} parameter} getmail-options-configuration options"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28082
+#: guix-git/doc/guix.texi:28108
msgid "Configure getmail."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28084
+#: guix-git/doc/guix.texi:28110
msgid "Available @code{getmail-options-configuration} fields are:"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28085
+#: guix-git/doc/guix.texi:28111
#, no-wrap
msgid "{@code{getmail-options-configuration} parameter} non-negative-integer verbose"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28090
+#: guix-git/doc/guix.texi:28116
msgid "If set to @samp{0}, getmail will only print warnings and errors. A value of @samp{1} means that messages will be printed about retrieving and deleting messages. If set to @samp{2}, getmail will print messages about each of its actions."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28092 guix-git/doc/guix.texi:35506
-#: guix-git/doc/guix.texi:36393 guix-git/doc/guix.texi:36538
+#: guix-git/doc/guix.texi:28118 guix-git/doc/guix.texi:35535
+#: guix-git/doc/guix.texi:36422 guix-git/doc/guix.texi:36567
msgid "Defaults to @samp{1}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28095
+#: guix-git/doc/guix.texi:28121
#, no-wrap
msgid "{@code{getmail-options-configuration} parameter} boolean read-all"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28098
+#: guix-git/doc/guix.texi:28124
msgid "If true, getmail will retrieve all available messages. Otherwise it will only retrieve messages it hasn't seen previously."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28103
+#: guix-git/doc/guix.texi:28129
#, no-wrap
msgid "{@code{getmail-options-configuration} parameter} boolean delete"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28107
+#: guix-git/doc/guix.texi:28133
msgid "If set to true, messages will be deleted from the server after retrieving and successfully delivering them. Otherwise, messages will be left on the server."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28112
+#: guix-git/doc/guix.texi:28138
#, no-wrap
msgid "{@code{getmail-options-configuration} parameter} non-negative-integer delete-after"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28117
+#: guix-git/doc/guix.texi:28143
msgid "Getmail will delete messages this number of days after seeing them, if they have been delivered. This means messages will be left on the server this number of days after delivering them. A value of @samp{0} disabled this feature."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28122
+#: guix-git/doc/guix.texi:28148
#, no-wrap
msgid "{@code{getmail-options-configuration} parameter} non-negative-integer delete-bigger-than"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28126
+#: guix-git/doc/guix.texi:28152
msgid "Delete messages larger than this of bytes after retrieving them, even if the delete and delete-after options are disabled. A value of @samp{0} disables this feature."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28131
+#: guix-git/doc/guix.texi:28157
#, no-wrap
msgid "{@code{getmail-options-configuration} parameter} non-negative-integer max-bytes-per-session"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28134
+#: guix-git/doc/guix.texi:28160
msgid "Retrieve messages totalling up to this number of bytes before closing the session with the server. A value of @samp{0} disables this feature."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28139
+#: guix-git/doc/guix.texi:28165
#, no-wrap
msgid "{@code{getmail-options-configuration} parameter} non-negative-integer max-message-size"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28142
+#: guix-git/doc/guix.texi:28168
msgid "Don't retrieve messages larger than this number of bytes. A value of @samp{0} disables this feature."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28147
+#: guix-git/doc/guix.texi:28173
#, no-wrap
msgid "{@code{getmail-options-configuration} parameter} boolean delivered-to"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28149
+#: guix-git/doc/guix.texi:28175
msgid "If true, getmail will add a Delivered-To header to messages."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28154
+#: guix-git/doc/guix.texi:28180
#, no-wrap
msgid "{@code{getmail-options-configuration} parameter} boolean received"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28156
+#: guix-git/doc/guix.texi:28182
msgid "If set, getmail adds a Received header to the messages."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28161
+#: guix-git/doc/guix.texi:28187
#, no-wrap
msgid "{@code{getmail-options-configuration} parameter} string message-log"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28164
+#: guix-git/doc/guix.texi:28190
msgid "Getmail will record a log of its actions to the named file. A value of @samp{\"\"} disables this feature."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28169
+#: guix-git/doc/guix.texi:28195
#, no-wrap
msgid "{@code{getmail-options-configuration} parameter} boolean message-log-syslog"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28172
+#: guix-git/doc/guix.texi:28198
msgid "If true, getmail will record a log of its actions using the system logger."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28177
+#: guix-git/doc/guix.texi:28203
#, no-wrap
msgid "{@code{getmail-options-configuration} parameter} boolean message-log-verbose"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28181
+#: guix-git/doc/guix.texi:28207
msgid "If true, getmail will log information about messages not retrieved and the reason for not retrieving them, as well as starting and ending information lines."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28186
+#: guix-git/doc/guix.texi:28212
#, no-wrap
msgid "{@code{getmail-options-configuration} parameter} parameter-alist extra-parameters"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28188
+#: guix-git/doc/guix.texi:28214
msgid "Extra options to include."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28197
+#: guix-git/doc/guix.texi:28223
#, no-wrap
msgid "{@code{getmail-configuration} parameter} list idle"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28201
+#: guix-git/doc/guix.texi:28227
msgid "A list of mailboxes that getmail should wait on the server for new mail notifications. This depends on the server supporting the IDLE extension."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28206
+#: guix-git/doc/guix.texi:28232
#, no-wrap
msgid "{@code{getmail-configuration} parameter} list environment-variables"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28208
+#: guix-git/doc/guix.texi:28234
msgid "Environment variables to set for getmail."
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:28213
+#: guix-git/doc/guix.texi:28239
#, no-wrap
msgid "Mail Aliases Service"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:28215
+#: guix-git/doc/guix.texi:28241
#, no-wrap
msgid "email aliases"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:28216
+#: guix-git/doc/guix.texi:28242
#, no-wrap
msgid "aliases, for email addresses"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:28218
+#: guix-git/doc/guix.texi:28244
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "mail-aliases-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:28221
+#: guix-git/doc/guix.texi:28247
msgid "This is the type of the service which provides @code{/etc/aliases}, specifying how to deliver mail to users on this system."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:28226
+#: guix-git/doc/guix.texi:28252
#, no-wrap
msgid ""
"(service mail-aliases-service-type\n"
@@ -55313,35 +55366,35 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:28234
+#: guix-git/doc/guix.texi:28260
msgid "The configuration for a @code{mail-aliases-service-type} service is an association list denoting how to deliver mail that comes to this system. Each entry is of the form @code{(alias addresses ...)}, with @code{alias} specifying the local alias and @code{addresses} specifying where to deliver this user's mail."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:28240
+#: guix-git/doc/guix.texi:28266
msgid "The aliases aren't required to exist as users on the local system. In the above example, there doesn't need to be a @code{postmaster} entry in the @code{operating-system}'s @code{user-accounts} in order to deliver the @code{postmaster} mail to @code{bob} (which subsequently would deliver mail to @code{bob@@example.com} and @code{bob@@example2.com})."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:28241 guix-git/doc/guix.texi:28242
+#: guix-git/doc/guix.texi:28267 guix-git/doc/guix.texi:28268
#, no-wrap
msgid "GNU Mailutils IMAP4 Daemon"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:28244
+#: guix-git/doc/guix.texi:28270
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "imap4d-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:28248
+#: guix-git/doc/guix.texi:28274
msgid "This is the type of the GNU Mailutils IMAP4 Daemon (@pxref{imap4d,,, mailutils, GNU Mailutils Manual}), whose value should be an @code{imap4d-configuration} object as in this example:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:28253
+#: guix-git/doc/guix.texi:28279
#, no-wrap
msgid ""
"(service imap4d-service-type\n"
@@ -55350,756 +55403,756 @@ msgid ""
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:28256
+#: guix-git/doc/guix.texi:28282
#, no-wrap
msgid "{Data Type} imap4d-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:28258
+#: guix-git/doc/guix.texi:28284
msgid "Data type representing the configuration of @command{imap4d}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:28260
+#: guix-git/doc/guix.texi:28286
#, no-wrap
msgid "@code{package} (default: @code{mailutils})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:28262
+#: guix-git/doc/guix.texi:28288
msgid "The package that provides @command{imap4d}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:28263
+#: guix-git/doc/guix.texi:28289
#, no-wrap
msgid "@code{config-file} (default: @code{%default-imap4d-config-file})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:28267
+#: guix-git/doc/guix.texi:28293
msgid "File-like object of the configuration file to use, by default it will listen on TCP port 143 of @code{localhost}. @xref{Conf-imap4d,,, mailutils, GNU Mailutils Manual}, for details."
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:28271
+#: guix-git/doc/guix.texi:28297
#, no-wrap
msgid "Radicale Service"
msgstr "Почтовые сервисы"
#. type: cindex
-#: guix-git/doc/guix.texi:28272
+#: guix-git/doc/guix.texi:28298
#, no-wrap
msgid "CalDAV"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:28273
+#: guix-git/doc/guix.texi:28299
#, no-wrap
msgid "CardDAV"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:28275
+#: guix-git/doc/guix.texi:28301
#, fuzzy, no-wrap
#| msgid "provenance-service-type"
msgid "radicale-service-type"
msgstr "provenance-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:28281
+#: guix-git/doc/guix.texi:28307
msgid "This is the type of the @uref{https://radicale.org, Radicale} CalDAV/CardDAV server whose value should be a @code{radicale-configuration}. The default configuration matches the @uref{https://radicale.org/v3.html#configuration, upstream documentation}."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:28283
+#: guix-git/doc/guix.texi:28309
#, no-wrap
msgid "{Data Type} radicale-configuration"
msgstr "{Data Type} pagekite-configuration"
#. type: deftp
-#: guix-git/doc/guix.texi:28286
+#: guix-git/doc/guix.texi:28312
#, fuzzy
#| msgid "Data type representing the configuration of @command{radicale}."
msgid "Data type representing the configuration of @command{radicale}. Available @code{radicale-configuration} fields are:"
msgstr "Управление конфигурацией операционной системы."
#. type: item
-#: guix-git/doc/guix.texi:28288
+#: guix-git/doc/guix.texi:28314
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{package} (default: @code{radicale}) (type: package)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:28290
+#: guix-git/doc/guix.texi:28316
#, fuzzy
#| msgid "colliding packages in profiles"
msgid "Package that provides @command{radicale}."
msgstr "соперничающие пакеты в профиле"
#. type: item
-#: guix-git/doc/guix.texi:28291
+#: guix-git/doc/guix.texi:28317
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{auth} (default: @code{'()}) (type: radicale-auth-configuration)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:28293
+#: guix-git/doc/guix.texi:28319
#, fuzzy
#| msgid "Configuration record for the LXQt desktop environment."
msgid "Configuration for auth-related variables."
msgstr "Конфигурации для среды рабочего стола LXQt."
#. type: deftp
-#: guix-git/doc/guix.texi:28294
+#: guix-git/doc/guix.texi:28320
#, fuzzy, no-wrap
#| msgid "{Data Type} radicale-configuration"
msgid "{Data Type} radicale-auth-configuration"
msgstr "{Data Type} pagekite-configuration"
#. type: deftp
-#: guix-git/doc/guix.texi:28298
+#: guix-git/doc/guix.texi:28324
msgid "Data type representing the @code{auth} section of a @command{radicale} configuration file. Available @code{radicale-auth-configuration} fields are:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:28300
+#: guix-git/doc/guix.texi:28326
#, fuzzy, no-wrap
#| msgid "@code{auto-start?} (default: @code{#t})"
msgid "@code{type} (default: @code{'none}) (type: symbol)"
msgstr "@code{auto-start?} (default: @code{#t})"
#. type: table
-#: guix-git/doc/guix.texi:28305
+#: guix-git/doc/guix.texi:28331
msgid "The method to verify usernames and passwords. Options are @code{none}, @code{htpasswd}, @code{remote-user}, and @code{http-x-remote-user}. This value is tied to @code{htpasswd-filename} and @code{htpasswd-encryption}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:28306
+#: guix-git/doc/guix.texi:28332
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{htpasswd-filename} (default: @code{\"/etc/radicale/users\"}) (type: file-name)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:28309
+#: guix-git/doc/guix.texi:28335
msgid "Path to the htpasswd file. Use htpasswd or similar to generate this file."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:28310
+#: guix-git/doc/guix.texi:28336
#, fuzzy, no-wrap
#| msgid "@code{auto-start?} (default: @code{#t})"
msgid "@code{htpasswd-encryption} (default: @code{'md5}) (type: symbol)"
msgstr "@code{auto-start?} (default: @code{#t})"
#. type: table
-#: guix-git/doc/guix.texi:28313
+#: guix-git/doc/guix.texi:28339
msgid "Encryption method used in the htpasswd file. Options are @code{plain}, @code{bcrypt}, and @code{md5}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:28314
+#: guix-git/doc/guix.texi:28340
#, fuzzy, no-wrap
#| msgid "@code{port} (default: @code{5432})"
msgid "@code{delay} (default: @code{1}) (type: non-negative-integer)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:28316
+#: guix-git/doc/guix.texi:28342
msgid "Average delay after failed login attempts in seconds."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:28317
+#: guix-git/doc/guix.texi:28343
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{realm} (default: @code{\"Radicale - Password Required\"}) (type: string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:28319
+#: guix-git/doc/guix.texi:28345
msgid "Message displayed in the client when a password is needed."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:28324
+#: guix-git/doc/guix.texi:28350
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{encoding} (default: @code{'()}) (type: radicale-encoding-configuration)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:28326
+#: guix-git/doc/guix.texi:28352
#, fuzzy
#| msgid "Configuration record for the LXQt desktop environment."
msgid "Configuration for encoding-related variables."
msgstr "Конфигурации для среды рабочего стола LXQt."
#. type: deftp
-#: guix-git/doc/guix.texi:28327
+#: guix-git/doc/guix.texi:28353
#, fuzzy, no-wrap
#| msgid "{Data Type} radicale-configuration"
msgid "{Data Type} radicale-encoding-configuration"
msgstr "{Data Type} pagekite-configuration"
#. type: deftp
-#: guix-git/doc/guix.texi:28331
+#: guix-git/doc/guix.texi:28357
msgid "Data type representing the @code{encoding} section of a @command{radicale} configuration file. Available @code{radicale-encoding-configuration} fields are:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:28333
+#: guix-git/doc/guix.texi:28359
#, fuzzy, no-wrap
#| msgid "@code{auto-start?} (default: @code{#t})"
msgid "@code{request} (default: @code{'utf-8}) (type: symbol)"
msgstr "@code{auto-start?} (default: @code{#t})"
#. type: table
-#: guix-git/doc/guix.texi:28335
+#: guix-git/doc/guix.texi:28361
msgid "Encoding for responding requests."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:28336
+#: guix-git/doc/guix.texi:28362
#, fuzzy, no-wrap
#| msgid "@code{auto-start?} (default: @code{#t})"
msgid "@code{stock} (default: @code{'utf-8}) (type: symbol)"
msgstr "@code{auto-start?} (default: @code{#t})"
#. type: table
-#: guix-git/doc/guix.texi:28338
+#: guix-git/doc/guix.texi:28364
#, fuzzy
#| msgid "Extending the package collection."
msgid "Encoding for storing local collections."
msgstr "Расширение коллекции пакетов."
#. type: item
-#: guix-git/doc/guix.texi:28343
+#: guix-git/doc/guix.texi:28369
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{headers-file} (default: none) (type: file-like)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:28345
+#: guix-git/doc/guix.texi:28371
msgid "Custom HTTP headers."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:28346
+#: guix-git/doc/guix.texi:28372
#, fuzzy, no-wrap
#| msgid "@code{enabled?} (default: @code{#t})"
msgid "@code{logging} (default: @code{'()}) (type: radicale-logging-configuration)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:28348
+#: guix-git/doc/guix.texi:28374
#, fuzzy
#| msgid "Configuration record for the LXQt desktop environment."
msgid "Configuration for logging-related variables."
msgstr "Конфигурации для среды рабочего стола LXQt."
#. type: deftp
-#: guix-git/doc/guix.texi:28349
+#: guix-git/doc/guix.texi:28375
#, fuzzy, no-wrap
#| msgid "{Data Type} radicale-configuration"
msgid "{Data Type} radicale-logging-configuration"
msgstr "{Data Type} pagekite-configuration"
#. type: deftp
-#: guix-git/doc/guix.texi:28353
+#: guix-git/doc/guix.texi:28379
msgid "Data type representing the @code{logging} section of a @command{radicale} configuration file. Available @code{radicale-logging-configuration} fields are:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:28355
+#: guix-git/doc/guix.texi:28381
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{level} (default: @code{'warning}) (type: symbol)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:28358
+#: guix-git/doc/guix.texi:28384
msgid "Set the logging level. One of @code{debug}, @code{info}, @code{warning}, @code{error}, or @code{critical}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:28359
+#: guix-git/doc/guix.texi:28385
#, fuzzy, no-wrap
#| msgid "@code{auto-start?} (default: @code{#t})"
msgid "@code{mask-passwords?} (default: @code{#t}) (type: boolean)"
msgstr "@code{auto-start?} (default: @code{#t})"
#. type: table
-#: guix-git/doc/guix.texi:28361
+#: guix-git/doc/guix.texi:28387
msgid "Whether to include passwords in logs."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:28366
+#: guix-git/doc/guix.texi:28392
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{rights} (default: @code{'()}) (type: radicale-rights-configuration)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:28369
+#: guix-git/doc/guix.texi:28395
msgid "Configuration for rights-related variables. This should be a @code{radicale-rights-configuration}."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:28370
+#: guix-git/doc/guix.texi:28396
#, fuzzy, no-wrap
#| msgid "{Data Type} radicale-configuration"
msgid "{Data Type} radicale-rights-configuration"
msgstr "{Data Type} pagekite-configuration"
#. type: deftp
-#: guix-git/doc/guix.texi:28374
+#: guix-git/doc/guix.texi:28400
msgid "Data type representing the @code{rights} section of a @command{radicale} configuration file. Available @code{radicale-rights-configuration} fields are:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:28376
+#: guix-git/doc/guix.texi:28402
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{type} (default: @code{'owner-only}) (type: symbol)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:28384
+#: guix-git/doc/guix.texi:28410
msgid "Backend used to check collection access rights. The recommended backend is @code{owner-only}. If access to calendars and address books outside the home directory of users is granted, clients won't detect these collections and will not show them to the user. Choosing any other method is only useful if you access calendars and address books directly via URL. Options are @code{authenticate}, @code{owner-only}, @code{owner-write}, and @code{from-file}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:28385
+#: guix-git/doc/guix.texi:28411
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{file} (default: @code{\"\"}) (type: file-name)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:28387
+#: guix-git/doc/guix.texi:28413
msgid "File for the rights backend @code{from-file}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:28392
+#: guix-git/doc/guix.texi:28418
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{server} (default: @code{'()}) (type: radicale-server-configuration)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:28394
+#: guix-git/doc/guix.texi:28420
msgid "Configuration for server-related variables. Ignored if WSGI is used."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:28395
+#: guix-git/doc/guix.texi:28421
#, fuzzy, no-wrap
#| msgid "{Data Type} radicale-configuration"
msgid "{Data Type} radicale-server-configuration"
msgstr "{Data Type} pagekite-configuration"
#. type: deftp
-#: guix-git/doc/guix.texi:28399
+#: guix-git/doc/guix.texi:28425
msgid "Data type representing the @code{server} section of a @command{radicale} configuration file. Available @code{radicale-server-configuration} fields are:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:28401
+#: guix-git/doc/guix.texi:28427
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{hosts} (default: @code{(list \"localhost:5232\")}) (type: list-of-ip-addresses)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:28403
+#: guix-git/doc/guix.texi:28429
msgid "List of IP addresses that the server will bind to."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:28404
+#: guix-git/doc/guix.texi:28430
#, fuzzy, no-wrap
#| msgid "@code{port} (default: @code{5432})"
msgid "@code{max-connections} (default: @code{8}) (type: non-negative-integer)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:28406
+#: guix-git/doc/guix.texi:28432
msgid "Maximum number of parallel connections. Set to 0 to disable the limit."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:28407
+#: guix-git/doc/guix.texi:28433
#, fuzzy, no-wrap
#| msgid "@code{port} (default: @code{5432})"
msgid "@code{max-content-length} (default: @code{100000000}) (type: non-negative-integer)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:28409
+#: guix-git/doc/guix.texi:28435
msgid "Maximum size of the request body in bytes."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:28410
+#: guix-git/doc/guix.texi:28436
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{timeout} (default: @code{30}) (type: non-negative-integer)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:28412
+#: guix-git/doc/guix.texi:28438
msgid "Socket timeout in seconds."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:28413 guix-git/doc/guix.texi:36012
+#: guix-git/doc/guix.texi:28439 guix-git/doc/guix.texi:36041
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{ssl?} (default: @code{#f}) (type: boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:28415
+#: guix-git/doc/guix.texi:28441
#, fuzzy
#| msgid "Whether to use a snippet, or a build phase."
msgid "Whether to enable transport layer encryption."
msgstr "Где использовать сниппет, а где фазу сборки."
#. type: item
-#: guix-git/doc/guix.texi:28416
+#: guix-git/doc/guix.texi:28442
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{certificate} (default: @code{\"/etc/ssl/radicale.cert.pem\"}) (type: file-name)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:28418
+#: guix-git/doc/guix.texi:28444
msgid "Path of the SSL certificate."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:28419
+#: guix-git/doc/guix.texi:28445
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{key} (default: @code{\"/etc/ssl/radicale.key.pem\"}) (type: file-name)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:28422
+#: guix-git/doc/guix.texi:28448
msgid "Path to the private key for SSL. Only effective if @code{ssl?} is @code{#t}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:28423
+#: guix-git/doc/guix.texi:28449
#, fuzzy, no-wrap
#| msgid "@code{port} (default: @code{5432})"
msgid "@code{certificate-authority} (default: @code{\"\"}) (type: file-name)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:28429
+#: guix-git/doc/guix.texi:28455
msgid "Path to CA certificate for validating client certificates. This can be used to secure TCP traffic between Radicale and a reverse proxy. If you want to authenticate users with client-side certificates, you also have to write an authentication plugin that extracts the username from the certificate."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:28434
+#: guix-git/doc/guix.texi:28460
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{storage} (default: @code{'()}) (type: radicale-storage-configuration)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:28436
+#: guix-git/doc/guix.texi:28462
#, fuzzy
#| msgid "Configuration record for the LXQt desktop environment."
msgid "Configuration for storage-related variables."
msgstr "Конфигурации для среды рабочего стола LXQt."
#. type: deftp
-#: guix-git/doc/guix.texi:28437
+#: guix-git/doc/guix.texi:28463
#, fuzzy, no-wrap
#| msgid "{Data Type} radicale-configuration"
msgid "{Data Type} radicale-storage-configuration"
msgstr "{Data Type} pagekite-configuration"
#. type: deftp
-#: guix-git/doc/guix.texi:28441
+#: guix-git/doc/guix.texi:28467
msgid "Data type representing the @code{storage} section of a @command{radicale} configuration file. Available @code{radicale-storage-configuration} fields are:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:28443
+#: guix-git/doc/guix.texi:28469
#, fuzzy, no-wrap
#| msgid "@code{auto-start?} (default: @code{#t})"
msgid "@code{type} (default: @code{'multifilesystem}) (type: symbol)"
msgstr "@code{auto-start?} (default: @code{#t})"
#. type: table
-#: guix-git/doc/guix.texi:28446
+#: guix-git/doc/guix.texi:28472
msgid "Backend used to store data. Options are @code{multifilesystem} and @code{multifilesystem-nolock}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:28447
+#: guix-git/doc/guix.texi:28473
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{filesystem-folder} (default: @code{\"/var/lib/radicale/collections\"}) (type: file-name)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:28449
+#: guix-git/doc/guix.texi:28475
msgid "Folder for storing local collections. Created if not present."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:28450
+#: guix-git/doc/guix.texi:28476
#, fuzzy, no-wrap
#| msgid "@code{port} (default: @code{5432})"
msgid "@code{max-sync-token-age} (default: @code{2592000}) (type: non-negative-integer)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:28452
+#: guix-git/doc/guix.texi:28478
msgid "Delete sync-tokens that are older than the specified time in seconds."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:28453
+#: guix-git/doc/guix.texi:28479
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{hook} (default: @code{\"\"}) (type: string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:28455
+#: guix-git/doc/guix.texi:28481
msgid "Command run after changes to storage."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:28460
+#: guix-git/doc/guix.texi:28486
#, fuzzy, no-wrap
#| msgid "@code{enabled?} (default: @code{#t})"
msgid "@code{web-interface?} (default: @code{#t}) (type: boolean)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:28462
+#: guix-git/doc/guix.texi:28488
msgid "Whether to use Radicale's built-in web interface."
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:28467
+#: guix-git/doc/guix.texi:28493
#, fuzzy, no-wrap
#| msgid "Rasdaemon Service"
msgid "Rspamd Service"
msgstr "Почтовые сервисы"
#. type: cindex
-#: guix-git/doc/guix.texi:28469
+#: guix-git/doc/guix.texi:28495
#, no-wrap
msgid "spam"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:28471
+#: guix-git/doc/guix.texi:28497
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "rspamd-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:28474
+#: guix-git/doc/guix.texi:28500
#, fuzzy
#| msgid "This is the data type for the OpenDHT service configuration."
msgid "This is the type of the @uref{https://rspamd.com/, Rspamd} filtering system whose value should be a @code{rspamd-configuration}."
msgstr "Управление конфигурацией операционной системы."
#. type: deftp
-#: guix-git/doc/guix.texi:28478
+#: guix-git/doc/guix.texi:28504
#, fuzzy, no-wrap
#| msgid "{Data Type} auditd-configuration"
msgid "{Data Type} rspamd-configuration"
msgstr "{Тип данных} build-machine"
#. type: deftp
-#: guix-git/doc/guix.texi:28480
+#: guix-git/doc/guix.texi:28506
#, fuzzy
#| msgid "Available @code{slapd-configuration} fields are:"
msgid "Available @code{rspamd-configuration} fields are:"
msgstr "Доступными полями @code{slapd-configuration} являются:"
#. type: item
-#: guix-git/doc/guix.texi:28482
+#: guix-git/doc/guix.texi:28508
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{package} (default: @code{rspamd}) (type: file-like)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:28484
+#: guix-git/doc/guix.texi:28510
#, fuzzy
#| msgid "colliding packages in profiles"
msgid "The package that provides rspamd."
msgstr "соперничающие пакеты в профиле"
#. type: item
-#: guix-git/doc/guix.texi:28485
+#: guix-git/doc/guix.texi:28511
#, fuzzy, no-wrap
#| msgid "@code{config-file} (default: @code{%default-radicale-config-file})"
msgid "@code{config-file} (default: @code{%default-rspamd-config-file}) (type: file-like)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:28489
+#: guix-git/doc/guix.texi:28515
msgid "File-like object of the configuration file to use. By default all workers are enabled except fuzzy and they are binded to their usual ports, e.g localhost:11334, localhost:11333 and so on"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:28490
+#: guix-git/doc/guix.texi:28516
#, fuzzy, no-wrap
#| msgid "@code{extra-environment} (default: @code{#~'()})"
msgid "@code{local.d-files} (default: @code{()}) (type: directory-tree)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:28495
+#: guix-git/doc/guix.texi:28521
msgid "Configuration files in local.d, provided as a list of two element lists where the first element is the filename and the second one is a file-like object. Settings in these files will be merged with the defaults."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:28496
+#: guix-git/doc/guix.texi:28522
#, fuzzy, no-wrap
#| msgid "@code{extra-environment} (default: @code{#~'()})"
msgid "@code{override.d-files} (default: @code{()}) (type: directory-tree)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:28500
+#: guix-git/doc/guix.texi:28526
msgid "Configuration files in override.d, provided as a list of two element lists where the first element is the filename and the second one is a file-like object. Settings in these files will override the defaults."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:28501
+#: guix-git/doc/guix.texi:28527
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{user} (default: @code{%default-rspamd-account}) (type: user-account)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:28503
+#: guix-git/doc/guix.texi:28529
#, fuzzy
#| msgid "The system user to run the service as."
msgid "The user to run rspamd as."
msgstr "Сервис mcron."
#. type: item
-#: guix-git/doc/guix.texi:28504
+#: guix-git/doc/guix.texi:28530
#, fuzzy, no-wrap
#| msgid "@code{password} (default: @code{\"\"})"
msgid "@code{group} (default: @code{%default-rspamd-group}) (type: user-group)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:28506
+#: guix-git/doc/guix.texi:28532
msgid "The group to run rspamd as."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:28509
+#: guix-git/doc/guix.texi:28535
#, fuzzy
#| msgid "Produce debugging output."
msgid "Force debug output."
msgstr "Выводить отладочную информацию."
#. type: item
-#: guix-git/doc/guix.texi:28510
+#: guix-git/doc/guix.texi:28536
#, fuzzy, no-wrap
#| msgid "@code{enabled?} (default: @code{#t})"
msgid "@code{insecure?} (default: @code{#f}) (type: boolean)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:28512
+#: guix-git/doc/guix.texi:28538
#, fuzzy
#| msgid "Programs running with root privileges."
msgid "Ignore running workers as privileged users."
msgstr "Программы, выполняемые с правами root."
#. type: item
-#: guix-git/doc/guix.texi:28513
+#: guix-git/doc/guix.texi:28539
#, fuzzy, no-wrap
#| msgid "@code{enabled?} (default: @code{#t})"
msgid "@code{skip-template?} (default: @code{#f}) (type: boolean)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:28515
+#: guix-git/doc/guix.texi:28541
msgid "Do not apply Jinja templates."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:28516
+#: guix-git/doc/guix.texi:28542
#, fuzzy, no-wrap
#| msgid "@code{requirement} (default: @code{'()})"
msgid "@code{shepherd-requirements} (default: @code{(loopback)}) (type: list-of-symbols)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:28519 guix-git/doc/guix.texi:35960
+#: guix-git/doc/guix.texi:28545 guix-git/doc/guix.texi:35989
msgid "This is a list of symbols naming Shepherd services that this service will depend on."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:28530
+#: guix-git/doc/guix.texi:28556
#, no-wrap
msgid "messaging"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:28531
+#: guix-git/doc/guix.texi:28557
#, no-wrap
msgid "jabber"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:28532
+#: guix-git/doc/guix.texi:28558
#, no-wrap
msgid "XMPP"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:28536
+#: guix-git/doc/guix.texi:28562
msgid "The @code{(gnu services messaging)} module provides Guix service definitions for messaging services. Currently it provides the following services:"
msgstr "Модуль @code{(guix inferior)} предоставляет следующие процедуры для работы с ранними версиями:"
#. type: subsubheading
-#: guix-git/doc/guix.texi:28537
+#: guix-git/doc/guix.texi:28563
#, no-wrap
msgid "Prosody Service"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:28539
+#: guix-git/doc/guix.texi:28565
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "prosody-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:28543
+#: guix-git/doc/guix.texi:28569
msgid "This is the type for the @uref{https://prosody.im, Prosody XMPP communication server}. Its value must be a @code{prosody-configuration} record as in this example:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:28558
+#: guix-git/doc/guix.texi:28584
#, no-wrap
msgid ""
"(service prosody-service-type\n"
@@ -56118,702 +56171,702 @@ msgid ""
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:28561
+#: guix-git/doc/guix.texi:28587
msgid "See below for details about @code{prosody-configuration}."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:28567
+#: guix-git/doc/guix.texi:28593
msgid "By default, Prosody does not need much configuration. Only one @code{virtualhosts} field is needed: it specifies the domain you wish Prosody to serve."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:28570
+#: guix-git/doc/guix.texi:28596
msgid "You can perform various sanity checks on the generated configuration with the @code{prosodyctl check} command."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:28574
+#: guix-git/doc/guix.texi:28600
msgid "Prosodyctl will also help you to import certificates from the @code{letsencrypt} directory so that the @code{prosody} user can access them. See @url{https://prosody.im/doc/letsencrypt}."
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:28577
+#: guix-git/doc/guix.texi:28603
#, no-wrap
msgid "prosodyctl --root cert import /etc/certs\n"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:28584
+#: guix-git/doc/guix.texi:28610
msgid "The available configuration parameters follow. Each parameter definition is preceded by its type; for example, @samp{string-list foo} indicates that the @code{foo} parameter should be specified as a list of strings. Types starting with @code{maybe-} denote parameters that won't show up in @code{prosody.cfg.lua} when their value is left unspecified."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:28588
+#: guix-git/doc/guix.texi:28614
msgid "There is also a way to specify the configuration as a string, if you have an old @code{prosody.cfg.lua} file that you want to port over from some other system; see the end for more details."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:28591
+#: guix-git/doc/guix.texi:28617
msgid "The @code{file-object} type designates either a file-like object (@pxref{G-Expressions, file-like objects}) or a file name."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:28601
+#: guix-git/doc/guix.texi:28627
msgid "Available @code{prosody-configuration} fields are:"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28602
+#: guix-git/doc/guix.texi:28628
#, no-wrap
msgid "{@code{prosody-configuration} parameter} package prosody"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28604
+#: guix-git/doc/guix.texi:28630
msgid "The Prosody package."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28606
+#: guix-git/doc/guix.texi:28632
#, no-wrap
msgid "{@code{prosody-configuration} parameter} file-name data-path"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28610
+#: guix-git/doc/guix.texi:28636
msgid "Location of the Prosody data storage directory. See @url{https://prosody.im/doc/configure}. Defaults to @samp{\"/var/lib/prosody\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28612
+#: guix-git/doc/guix.texi:28638
#, no-wrap
msgid "{@code{prosody-configuration} parameter} file-object-list plugin-paths"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28616
+#: guix-git/doc/guix.texi:28642
msgid "Additional plugin directories. They are searched in all the specified paths in order. See @url{https://prosody.im/doc/plugins_directory}. Defaults to @samp{'()}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28618
+#: guix-git/doc/guix.texi:28644
#, no-wrap
msgid "{@code{prosody-configuration} parameter} file-name certificates"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28623
+#: guix-git/doc/guix.texi:28649
msgid "Every virtual host and component needs a certificate so that clients and servers can securely verify its identity. Prosody will automatically load certificates/keys from the directory specified here. Defaults to @samp{\"/etc/prosody/certs\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28625
+#: guix-git/doc/guix.texi:28651
#, no-wrap
msgid "{@code{prosody-configuration} parameter} string-list admins"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28631
+#: guix-git/doc/guix.texi:28657
msgid "This is a list of accounts that are admins for the server. Note that you must create the accounts separately. See @url{https://prosody.im/doc/admins} and @url{https://prosody.im/doc/creating_accounts}. Example: @code{(admins '(\"user1@@example.com\" \"user2@@example.net\"))} Defaults to @samp{'()}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28633
+#: guix-git/doc/guix.texi:28659
#, no-wrap
msgid "{@code{prosody-configuration} parameter} boolean use-libevent?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28637
+#: guix-git/doc/guix.texi:28663
msgid "Enable use of libevent for better performance under high load. See @url{https://prosody.im/doc/libevent}. Defaults to @samp{#f}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28639
+#: guix-git/doc/guix.texi:28665
#, no-wrap
msgid "{@code{prosody-configuration} parameter} module-list modules-enabled"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28645
+#: guix-git/doc/guix.texi:28671
msgid "This is the list of modules Prosody will load on startup. It looks for @code{mod_modulename.lua} in the plugins folder, so make sure that exists too. Documentation on modules can be found at: @url{https://prosody.im/doc/modules}. Defaults to @samp{'(\"roster\" \"saslauth\" \"tls\" \"dialback\" \"disco\" \"carbons\" \"private\" \"blocklist\" \"vcard\" \"version\" \"uptime\" \"time\" \"ping\" \"pep\" \"register\" \"admin_adhoc\")}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28647
+#: guix-git/doc/guix.texi:28673
#, no-wrap
msgid "{@code{prosody-configuration} parameter} string-list modules-disabled"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28651
+#: guix-git/doc/guix.texi:28677
msgid "@samp{\"offline\"}, @samp{\"c2s\"} and @samp{\"s2s\"} are auto-loaded, but should you want to disable them then add them to this list. Defaults to @samp{'()}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28653
+#: guix-git/doc/guix.texi:28679
#, no-wrap
msgid "{@code{prosody-configuration} parameter} file-object groups-file"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28658
+#: guix-git/doc/guix.texi:28684
msgid "Path to a text file where the shared groups are defined. If this path is empty then @samp{mod_groups} does nothing. See @url{https://prosody.im/doc/modules/mod_groups}. Defaults to @samp{\"/var/lib/prosody/sharedgroups.txt\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28660
+#: guix-git/doc/guix.texi:28686
#, no-wrap
msgid "{@code{prosody-configuration} parameter} boolean allow-registration?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28664
+#: guix-git/doc/guix.texi:28690
msgid "Disable account creation by default, for security. See @url{https://prosody.im/doc/creating_accounts}. Defaults to @samp{#f}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28666
+#: guix-git/doc/guix.texi:28692
#, no-wrap
msgid "{@code{prosody-configuration} parameter} maybe-ssl-configuration ssl"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28671
+#: guix-git/doc/guix.texi:28697
msgid "These are the SSL/TLS-related settings. Most of them are disabled so to use Prosody's defaults. If you do not completely understand these options, do not add them to your config, it is easy to lower the security of your server using them. See @url{https://prosody.im/doc/advanced_ssl_config}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28673
+#: guix-git/doc/guix.texi:28699
msgid "Available @code{ssl-configuration} fields are:"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28674
+#: guix-git/doc/guix.texi:28700
#, no-wrap
msgid "{@code{ssl-configuration} parameter} maybe-string protocol"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28676
+#: guix-git/doc/guix.texi:28702
msgid "This determines what handshake to use."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28678
+#: guix-git/doc/guix.texi:28704
#, no-wrap
msgid "{@code{ssl-configuration} parameter} maybe-file-name key"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28680
+#: guix-git/doc/guix.texi:28706
msgid "Path to your private key file."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28682
+#: guix-git/doc/guix.texi:28708
#, no-wrap
msgid "{@code{ssl-configuration} parameter} maybe-file-name certificate"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28684
+#: guix-git/doc/guix.texi:28710
msgid "Path to your certificate file."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28686
+#: guix-git/doc/guix.texi:28712
#, no-wrap
msgid "{@code{ssl-configuration} parameter} file-object capath"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28690
+#: guix-git/doc/guix.texi:28716
msgid "Path to directory containing root certificates that you wish Prosody to trust when verifying the certificates of remote servers. Defaults to @samp{\"/etc/ssl/certs\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28692
+#: guix-git/doc/guix.texi:28718
#, no-wrap
msgid "{@code{ssl-configuration} parameter} maybe-file-object cafile"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28695
+#: guix-git/doc/guix.texi:28721
msgid "Path to a file containing root certificates that you wish Prosody to trust. Similar to @code{capath} but with all certificates concatenated together."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28697
+#: guix-git/doc/guix.texi:28723
#, no-wrap
msgid "{@code{ssl-configuration} parameter} maybe-string-list verify"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28700
+#: guix-git/doc/guix.texi:28726
msgid "A list of verification options (these mostly map to OpenSSL's @code{set_verify()} flags)."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28702
+#: guix-git/doc/guix.texi:28728
#, no-wrap
msgid "{@code{ssl-configuration} parameter} maybe-string-list options"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28706
+#: guix-git/doc/guix.texi:28732
msgid "A list of general options relating to SSL/TLS@. These map to OpenSSL's @code{set_options()}. For a full list of options available in LuaSec, see the LuaSec source."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28708
+#: guix-git/doc/guix.texi:28734
#, no-wrap
msgid "{@code{ssl-configuration} parameter} maybe-non-negative-integer depth"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28711
+#: guix-git/doc/guix.texi:28737
msgid "How long a chain of certificate authorities to check when looking for a trusted root certificate."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28713
+#: guix-git/doc/guix.texi:28739
#, no-wrap
msgid "{@code{ssl-configuration} parameter} maybe-string ciphers"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28716
+#: guix-git/doc/guix.texi:28742
msgid "An OpenSSL cipher string. This selects what ciphers Prosody will offer to clients, and in what order."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28718
+#: guix-git/doc/guix.texi:28744
#, no-wrap
msgid "{@code{ssl-configuration} parameter} maybe-file-name dhparam"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28722
+#: guix-git/doc/guix.texi:28748
msgid "A path to a file containing parameters for Diffie-Hellman key exchange. You can create such a file with: @code{openssl dhparam -out /etc/prosody/certs/dh-2048.pem 2048}"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28724
+#: guix-git/doc/guix.texi:28750
#, no-wrap
msgid "{@code{ssl-configuration} parameter} maybe-string curve"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28727
+#: guix-git/doc/guix.texi:28753
msgid "Curve for Elliptic curve Diffie-Hellman. Prosody's default is @samp{\"secp384r1\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28729
+#: guix-git/doc/guix.texi:28755
#, no-wrap
msgid "{@code{ssl-configuration} parameter} maybe-string-list verifyext"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28731
+#: guix-git/doc/guix.texi:28757
msgid "A list of ``extra'' verification options."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28733
+#: guix-git/doc/guix.texi:28759
#, no-wrap
msgid "{@code{ssl-configuration} parameter} maybe-string password"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28735
+#: guix-git/doc/guix.texi:28761
msgid "Password for encrypted private keys."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28739
+#: guix-git/doc/guix.texi:28765
#, no-wrap
msgid "{@code{prosody-configuration} parameter} boolean c2s-require-encryption?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28743
+#: guix-git/doc/guix.texi:28769
msgid "Whether to force all client-to-server connections to be encrypted or not. See @url{https://prosody.im/doc/modules/mod_tls}. Defaults to @samp{#f}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28745
+#: guix-git/doc/guix.texi:28771
#, no-wrap
msgid "{@code{prosody-configuration} parameter} string-list disable-sasl-mechanisms"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28749
+#: guix-git/doc/guix.texi:28775
msgid "Set of mechanisms that will never be offered. See @url{https://prosody.im/doc/modules/mod_saslauth}. Defaults to @samp{'(\"DIGEST-MD5\")}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28751
+#: guix-git/doc/guix.texi:28777
#, no-wrap
msgid "{@code{prosody-configuration} parameter} string-list insecure-sasl-mechanisms"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28755
+#: guix-git/doc/guix.texi:28781
msgid "Set of mechanisms that will not be offered on unencrypted connections. See @url{https://prosody.im/doc/modules/mod_saslauth}. Defaults to @samp{'(\"PLAIN\" \"LOGIN\")}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28757
+#: guix-git/doc/guix.texi:28783
#, no-wrap
msgid "{@code{prosody-configuration} parameter} boolean s2s-require-encryption?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28761
+#: guix-git/doc/guix.texi:28787
msgid "Whether to force all server-to-server connections to be encrypted or not. See @url{https://prosody.im/doc/modules/mod_tls}. Defaults to @samp{#f}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28763
+#: guix-git/doc/guix.texi:28789
#, no-wrap
msgid "{@code{prosody-configuration} parameter} boolean s2s-secure-auth?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28769
+#: guix-git/doc/guix.texi:28795
msgid "Whether to require encryption and certificate authentication. This provides ideal security, but requires servers you communicate with to support encryption AND present valid, trusted certificates. See @url{https://prosody.im/doc/s2s#security}. Defaults to @samp{#f}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28771
+#: guix-git/doc/guix.texi:28797
#, no-wrap
msgid "{@code{prosody-configuration} parameter} string-list s2s-insecure-domains"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28777
+#: guix-git/doc/guix.texi:28803
msgid "Many servers don't support encryption or have invalid or self-signed certificates. You can list domains here that will not be required to authenticate using certificates. They will be authenticated using DNS@. See @url{https://prosody.im/doc/s2s#security}. Defaults to @samp{'()}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28779
+#: guix-git/doc/guix.texi:28805
#, no-wrap
msgid "{@code{prosody-configuration} parameter} string-list s2s-secure-domains"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28784
+#: guix-git/doc/guix.texi:28810
msgid "Even if you leave @code{s2s-secure-auth?} disabled, you can still require valid certificates for some domains by specifying a list here. See @url{https://prosody.im/doc/s2s#security}. Defaults to @samp{'()}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28786
+#: guix-git/doc/guix.texi:28812
#, no-wrap
msgid "{@code{prosody-configuration} parameter} string authentication"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28794
+#: guix-git/doc/guix.texi:28820
msgid "Select the authentication backend to use. The default provider stores passwords in plaintext and uses Prosody's configured data storage to store the authentication data. If you do not trust your server please see @url{https://prosody.im/doc/modules/mod_auth_internal_hashed} for information about using the hashed backend. See also @url{https://prosody.im/doc/authentication} Defaults to @samp{\"internal_plain\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28796
+#: guix-git/doc/guix.texi:28822
#, no-wrap
msgid "{@code{prosody-configuration} parameter} maybe-string log"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28800
+#: guix-git/doc/guix.texi:28826
msgid "Set logging options. Advanced logging configuration is not yet supported by the Prosody service. See @url{https://prosody.im/doc/logging}. Defaults to @samp{\"*syslog\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28802
+#: guix-git/doc/guix.texi:28828
#, no-wrap
msgid "{@code{prosody-configuration} parameter} file-name pidfile"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28805
+#: guix-git/doc/guix.texi:28831
msgid "File to write pid in. See @url{https://prosody.im/doc/modules/mod_posix}. Defaults to @samp{\"/var/run/prosody/prosody.pid\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28807
+#: guix-git/doc/guix.texi:28833
#, no-wrap
msgid "{@code{prosody-configuration} parameter} maybe-non-negative-integer http-max-content-size"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28809
+#: guix-git/doc/guix.texi:28835
msgid "Maximum allowed size of the HTTP body (in bytes)."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28811
+#: guix-git/doc/guix.texi:28837
#, no-wrap
msgid "{@code{prosody-configuration} parameter} maybe-string http-external-url"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28816
+#: guix-git/doc/guix.texi:28842
msgid "Some modules expose their own URL in various ways. This URL is built from the protocol, host and port used. If Prosody sits behind a proxy, the public URL will be @code{http-external-url} instead. See @url{https://prosody.im/doc/http#external_url}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28818
+#: guix-git/doc/guix.texi:28844
#, no-wrap
msgid "{@code{prosody-configuration} parameter} virtualhost-configuration-list virtualhosts"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28823
+#: guix-git/doc/guix.texi:28849
msgid "A host in Prosody is a domain on which user accounts can be created. For example if you want your users to have addresses like @samp{\"john.smith@@example.com\"} then you need to add a host @samp{\"example.com\"}. All options in this list will apply only to this host."
msgstr ""
#. type: quotation
-#: guix-git/doc/guix.texi:28830
+#: guix-git/doc/guix.texi:28856
msgid "The name @emph{virtual} host is used in configuration to avoid confusion with the actual physical host that Prosody is installed on. A single Prosody instance can serve many domains, each one defined as a VirtualHost entry in Prosody's configuration. Conversely a server that hosts a single domain would have just one VirtualHost entry."
msgstr ""
#. type: quotation
-#: guix-git/doc/guix.texi:28832
+#: guix-git/doc/guix.texi:28858
msgid "See @url{https://prosody.im/doc/configure#virtual_host_settings}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28835
+#: guix-git/doc/guix.texi:28861
msgid "Available @code{virtualhost-configuration} fields are:"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28837 guix-git/doc/guix.texi:28859
-#: guix-git/doc/guix.texi:28912
+#: guix-git/doc/guix.texi:28863 guix-git/doc/guix.texi:28885
+#: guix-git/doc/guix.texi:28938
msgid "all these @code{prosody-configuration} fields: @code{admins}, @code{use-libevent?}, @code{modules-enabled}, @code{modules-disabled}, @code{groups-file}, @code{allow-registration?}, @code{ssl}, @code{c2s-require-encryption?}, @code{disable-sasl-mechanisms}, @code{insecure-sasl-mechanisms}, @code{s2s-require-encryption?}, @code{s2s-secure-auth?}, @code{s2s-insecure-domains}, @code{s2s-secure-domains}, @code{authentication}, @code{log}, @code{http-max-content-size}, @code{http-external-url}, @code{raw-content}, plus:"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28837
+#: guix-git/doc/guix.texi:28863
#, no-wrap
msgid "{@code{virtualhost-configuration} parameter} string domain"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28839
+#: guix-git/doc/guix.texi:28865
msgid "Domain you wish Prosody to serve."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28843
+#: guix-git/doc/guix.texi:28869
#, no-wrap
msgid "{@code{prosody-configuration} parameter} int-component-configuration-list int-components"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28848
+#: guix-git/doc/guix.texi:28874
msgid "Components are extra services on a server which are available to clients, usually on a subdomain of the main server (such as @samp{\"mycomponent.example.com\"}). Example components might be chatroom servers, user directories, or gateways to other protocols."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28852
+#: guix-git/doc/guix.texi:28878
msgid "Internal components are implemented with Prosody-specific plugins. To add an internal component, you simply fill the hostname field, and the plugin you wish to use for the component."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28855
+#: guix-git/doc/guix.texi:28881
msgid "See @url{https://prosody.im/doc/components}. Defaults to @samp{'()}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28857
+#: guix-git/doc/guix.texi:28883
msgid "Available @code{int-component-configuration} fields are:"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28859
+#: guix-git/doc/guix.texi:28885
#, no-wrap
msgid "{@code{int-component-configuration} parameter} string hostname"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28861 guix-git/doc/guix.texi:28918
+#: guix-git/doc/guix.texi:28887 guix-git/doc/guix.texi:28944
msgid "Hostname of the component."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28863
+#: guix-git/doc/guix.texi:28889
#, no-wrap
msgid "{@code{int-component-configuration} parameter} string plugin"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28865
+#: guix-git/doc/guix.texi:28891
msgid "Plugin you wish to use for the component."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28867
+#: guix-git/doc/guix.texi:28893
#, no-wrap
msgid "{@code{int-component-configuration} parameter} maybe-mod-muc-configuration mod-muc"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28870
+#: guix-git/doc/guix.texi:28896
msgid "Multi-user chat (MUC) is Prosody's module for allowing you to create hosted chatrooms/conferences for XMPP users."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28874
+#: guix-git/doc/guix.texi:28900
msgid "General information on setting up and using multi-user chatrooms can be found in the ``Chatrooms'' documentation (@url{https://prosody.im/doc/chatrooms}), which you should read if you are new to XMPP chatrooms."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28876
+#: guix-git/doc/guix.texi:28902
msgid "See also @url{https://prosody.im/doc/modules/mod_muc}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28878
+#: guix-git/doc/guix.texi:28904
msgid "Available @code{mod-muc-configuration} fields are:"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28879
+#: guix-git/doc/guix.texi:28905
#, no-wrap
msgid "{@code{mod-muc-configuration} parameter} string name"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28882
+#: guix-git/doc/guix.texi:28908
msgid "The name to return in service discovery responses. Defaults to @samp{\"Prosody Chatrooms\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28884
+#: guix-git/doc/guix.texi:28910
#, no-wrap
msgid "{@code{mod-muc-configuration} parameter} string-or-boolean restrict-room-creation"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28891
+#: guix-git/doc/guix.texi:28917
msgid "If @samp{#t}, this will only allow admins to create new chatrooms. Otherwise anyone can create a room. The value @samp{\"local\"} restricts room creation to users on the service's parent domain. E.g.@: @samp{user@@example.com} can create rooms on @samp{rooms.example.com}. The value @samp{\"admin\"} restricts to service administrators only. Defaults to @samp{#f}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28893
+#: guix-git/doc/guix.texi:28919
#, no-wrap
msgid "{@code{mod-muc-configuration} parameter} non-negative-integer max-history-messages"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28897
+#: guix-git/doc/guix.texi:28923
msgid "Maximum number of history messages that will be sent to the member that has just joined the room. Defaults to @samp{20}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28903
+#: guix-git/doc/guix.texi:28929
#, no-wrap
msgid "{@code{prosody-configuration} parameter} ext-component-configuration-list ext-components"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28908
+#: guix-git/doc/guix.texi:28934
msgid "External components use XEP-0114, which most standalone components support. To add an external component, you simply fill the hostname field. See @url{https://prosody.im/doc/components}. Defaults to @samp{'()}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28910
+#: guix-git/doc/guix.texi:28936
msgid "Available @code{ext-component-configuration} fields are:"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28912
+#: guix-git/doc/guix.texi:28938
#, no-wrap
msgid "{@code{ext-component-configuration} parameter} string component-secret"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28914
+#: guix-git/doc/guix.texi:28940
msgid "Password which the component will use to log in."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28916
+#: guix-git/doc/guix.texi:28942
#, no-wrap
msgid "{@code{ext-component-configuration} parameter} string hostname"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28922
+#: guix-git/doc/guix.texi:28948
#, no-wrap
msgid "{@code{prosody-configuration} parameter} non-negative-integer-list component-ports"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28925
+#: guix-git/doc/guix.texi:28951
msgid "Port(s) Prosody listens on for component connections. Defaults to @samp{'(5347)}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28927
+#: guix-git/doc/guix.texi:28953
#, no-wrap
msgid "{@code{prosody-configuration} parameter} string component-interface"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28930
+#: guix-git/doc/guix.texi:28956
msgid "Interface Prosody listens on for component connections. Defaults to @samp{\"127.0.0.1\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28932
+#: guix-git/doc/guix.texi:28958
#, no-wrap
msgid "{@code{prosody-configuration} parameter} maybe-raw-content raw-content"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28934
+#: guix-git/doc/guix.texi:28960
msgid "Raw content that will be added to the configuration file."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:28942
+#: guix-git/doc/guix.texi:28968
msgid "It could be that you just want to get a @code{prosody.cfg.lua} up and running. In that case, you can pass an @code{opaque-prosody-configuration} record as the value of @code{prosody-service-type}. As its name indicates, an opaque configuration does not have easy reflective capabilities. Available @code{opaque-prosody-configuration} fields are:"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28943
+#: guix-git/doc/guix.texi:28969
#, no-wrap
msgid "{@code{opaque-prosody-configuration} parameter} package prosody"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28945
+#: guix-git/doc/guix.texi:28971
msgid "The prosody package."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28947
+#: guix-git/doc/guix.texi:28973
#, no-wrap
msgid "{@code{opaque-prosody-configuration} parameter} string prosody.cfg.lua"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:28949
+#: guix-git/doc/guix.texi:28975
msgid "The contents of the @code{prosody.cfg.lua} to use."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:28953
+#: guix-git/doc/guix.texi:28979
msgid "For example, if your @code{prosody.cfg.lua} is just the empty string, you could instantiate a prosody service like this:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:28958
+#: guix-git/doc/guix.texi:28984
#, no-wrap
msgid ""
"(service prosody-service-type\n"
@@ -56822,218 +56875,218 @@ msgid ""
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:28962
+#: guix-git/doc/guix.texi:28988
#, no-wrap
msgid "BitlBee Service"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:28964 guix-git/doc/guix.texi:29008
+#: guix-git/doc/guix.texi:28990 guix-git/doc/guix.texi:29034
#, no-wrap
msgid "IRC (Internet Relay Chat)"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:28965
+#: guix-git/doc/guix.texi:28991
#, no-wrap
msgid "IRC gateway"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:28968
+#: guix-git/doc/guix.texi:28994
msgid "@url{https://bitlbee.org,BitlBee} is a gateway that provides an IRC interface to a variety of messaging protocols such as XMPP."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:28969
+#: guix-git/doc/guix.texi:28995
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "bitlbee-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:28973
+#: guix-git/doc/guix.texi:28999
msgid "This is the service type for the @url{https://bitlbee.org,BitlBee} IRC gateway daemon. Its value is a @code{bitlbee-configuration} (see below)."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:28976
+#: guix-git/doc/guix.texi:29002
msgid "To have BitlBee listen on port 6667 on localhost, add this line to your services:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:28979
+#: guix-git/doc/guix.texi:29005
#, no-wrap
msgid "(service bitlbee-service-type)\n"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:28982
+#: guix-git/doc/guix.texi:29008
#, no-wrap
msgid "{Data Type} bitlbee-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:28984
+#: guix-git/doc/guix.texi:29010
msgid "This is the configuration for BitlBee, with the following fields:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:28986
+#: guix-git/doc/guix.texi:29012
#, no-wrap
msgid "@code{interface} (default: @code{\"127.0.0.1\"})"
msgstr ""
#. type: itemx
-#: guix-git/doc/guix.texi:28987
+#: guix-git/doc/guix.texi:29013
#, no-wrap
msgid "@code{port} (default: @code{6667})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:28990
+#: guix-git/doc/guix.texi:29016
msgid "Listen on the network interface corresponding to the IP address specified in @var{interface}, on @var{port}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:28994
+#: guix-git/doc/guix.texi:29020
msgid "When @var{interface} is @code{127.0.0.1}, only local clients can connect; when it is @code{0.0.0.0}, connections can come from any networking interface."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:28995
+#: guix-git/doc/guix.texi:29021
#, no-wrap
msgid "@code{bitlbee} (default: @code{bitlbee})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:28997
+#: guix-git/doc/guix.texi:29023
msgid "The BitlBee package to use."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:28998
+#: guix-git/doc/guix.texi:29024
#, no-wrap
msgid "@code{plugins} (default: @code{'()})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:29000
+#: guix-git/doc/guix.texi:29026
msgid "List of plugin packages to use---e.g., @code{bitlbee-discord}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:29003
+#: guix-git/doc/guix.texi:29029
msgid "Configuration snippet added as-is to the BitlBee configuration file."
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:29006
+#: guix-git/doc/guix.texi:29032
#, no-wrap
msgid "Quassel Service"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:29012
+#: guix-git/doc/guix.texi:29038
msgid "@url{https://quassel-irc.org/,Quassel} is a distributed IRC client, meaning that one or more clients can attach to and detach from the central core."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:29013
+#: guix-git/doc/guix.texi:29039
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "quassel-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:29017
+#: guix-git/doc/guix.texi:29043
msgid "This is the service type for the @url{https://quassel-irc.org/,Quassel} IRC backend daemon. Its value is a @code{quassel-configuration} (see below)."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:29019
+#: guix-git/doc/guix.texi:29045
#, no-wrap
msgid "{Data Type} quassel-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:29021
+#: guix-git/doc/guix.texi:29047
msgid "This is the configuration for Quassel, with the following fields:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:29023
+#: guix-git/doc/guix.texi:29049
#, no-wrap
msgid "@code{quassel} (default: @code{quassel})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:29025
+#: guix-git/doc/guix.texi:29051
msgid "The Quassel package to use."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:29026
+#: guix-git/doc/guix.texi:29052
#, no-wrap
msgid "@code{interface} (default: @code{\"::,0.0.0.0\"})"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:29027
+#: guix-git/doc/guix.texi:29053
#, no-wrap
msgid "@code{port} (default: @code{4242})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:29031
+#: guix-git/doc/guix.texi:29057
msgid "Listen on the network interface(s) corresponding to the IPv4 or IPv6 interfaces specified in the comma delimited @var{interface}, on @var{port}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:29032
+#: guix-git/doc/guix.texi:29058
#, no-wrap
msgid "@code{loglevel} (default: @code{\"Info\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:29035
+#: guix-git/doc/guix.texi:29061
msgid "The level of logging desired. Accepted values are Debug, Info, Warning and Error."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:29041
+#: guix-git/doc/guix.texi:29067
#, fuzzy, no-wrap
#| msgid "Telephony services."
msgid "telephony, services"
msgstr "Сервисы телефонии."
#. type: Plain text
-#: guix-git/doc/guix.texi:29045
+#: guix-git/doc/guix.texi:29071
#, fuzzy
#| msgid "The @code{(gnu services messaging)} module provides Guix service definitions for messaging services. Currently it provides the following services:"
msgid "The @code{(gnu services telephony)} module contains Guix service definitions for telephony services. Currently it provides the following services:"
msgstr "Модуль @code{(guix inferior)} предоставляет следующие процедуры для работы с ранними версиями:"
#. type: subsubheading
-#: guix-git/doc/guix.texi:29046
+#: guix-git/doc/guix.texi:29072
#, no-wrap
msgid "Jami"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:29048
+#: guix-git/doc/guix.texi:29074
#, fuzzy, no-wrap
#| msgid "service types"
msgid "jami-service-type"
msgstr "service types"
#. type: defvar
-#: guix-git/doc/guix.texi:29055
+#: guix-git/doc/guix.texi:29081
msgid "The service type for running Jami as a service. It takes a @code{jami-configuration} object as a value, documented below. This section describes how to configure a Jami server that can be used to host video (or audio) conferences, among other uses. The following example demonstrates how to specify Jami account archives (backups) to be provisioned automatically:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:29064
+#: guix-git/doc/guix.texi:29090
#, fuzzy, no-wrap
#| msgid ""
#| "(service postgresql-role-service-type\n"
@@ -57059,22 +57112,22 @@ msgstr ""
" (create-database? #t))))))\n"
#. type: defvar
-#: guix-git/doc/guix.texi:29069
+#: guix-git/doc/guix.texi:29095
msgid "When the accounts field is specified, the Jami account files of the service found under @file{/var/lib/jami} are recreated every time the service starts."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:29074
+#: guix-git/doc/guix.texi:29100
msgid "Jami accounts and their corresponding backup archives can be generated using the @code{jami} or @code{jami-gnome} Jami clients. The accounts should not be password-protected, but it is wise to ensure their files are only readable by @samp{root}."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:29077
+#: guix-git/doc/guix.texi:29103
msgid "The next example shows how to declare that only some contacts should be allowed to communicate with a given account:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:29089
+#: guix-git/doc/guix.texi:29115
#, no-wrap
msgid ""
"(service jami-service-type\n"
@@ -57090,17 +57143,17 @@ msgid ""
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:29095
+#: guix-git/doc/guix.texi:29121
msgid "In this mode, only the declared @code{allowed-contacts} can initiate communication with the Jami account. This can be used, for example, with rendezvous point accounts to create a private video conferencing space."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:29098
+#: guix-git/doc/guix.texi:29124
msgid "To put the system administrator in full control of the conferences hosted on their system, the Jami service supports the following actions:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:29110
+#: guix-git/doc/guix.texi:29136
#, no-wrap
msgid ""
"# herd doc jami list-actions\n"
@@ -57116,17 +57169,17 @@ msgid ""
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:29117
+#: guix-git/doc/guix.texi:29143
msgid "The above actions aim to provide the most valuable actions for moderation purposes, not to cover the whole Jami API. Users wanting to interact with the Jami daemon from Guile may be interested in experimenting with the @code{(gnu build jami-service)} module, which powers the above Shepherd actions."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:29123
+#: guix-git/doc/guix.texi:29149
msgid "The @code{add-moderator} and @code{ban-contact} actions accept a contact @emph{fingerprint} (40 characters long hash) as first argument and an account fingerprint or username as second argument:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:29127
+#: guix-git/doc/guix.texi:29153
#, no-wrap
msgid ""
"# herd add-moderator jami 1dbcb0f5f37324228235564b79f2b9737e9a008f \\\n"
@@ -57135,7 +57188,7 @@ msgid ""
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:29131
+#: guix-git/doc/guix.texi:29157
#, no-wrap
msgid ""
"# herd list-moderators jami\n"
@@ -57145,12 +57198,12 @@ msgid ""
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:29136
+#: guix-git/doc/guix.texi:29162
msgid "In the case of @code{ban-contact}, the second username argument is optional; when omitted, the account is banned from all Jami accounts:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:29139
+#: guix-git/doc/guix.texi:29165
#, no-wrap
msgid ""
"# herd ban-contact jami 1dbcb0f5f37324228235564b79f2b9737e9a008f\n"
@@ -57158,7 +57211,7 @@ msgid ""
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:29143
+#: guix-git/doc/guix.texi:29169
#, no-wrap
msgid ""
"# herd list-banned-contacts jami\n"
@@ -57168,17 +57221,17 @@ msgid ""
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:29147
+#: guix-git/doc/guix.texi:29173
msgid "Banned contacts are also stripped from their moderation privileges."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:29152
+#: guix-git/doc/guix.texi:29178
msgid "The @code{disable-account} action allows to completely disconnect an account from the network, making it unreachable, while @code{enable-account} does the inverse. They accept a single account username or fingerprint as first argument:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:29155
+#: guix-git/doc/guix.texi:29181
#, no-wrap
msgid ""
"# herd disable-account jami f3345f2775ddfe07a4b0d95daea111d15fbc1199\n"
@@ -57186,7 +57239,7 @@ msgid ""
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:29159
+#: guix-git/doc/guix.texi:29185
#, no-wrap
msgid ""
"# herd list-accounts jami\n"
@@ -57196,12 +57249,12 @@ msgid ""
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:29170
+#: guix-git/doc/guix.texi:29196
msgid "The @code{list-account-details} action prints the detailed parameters of each accounts in the Recutils format, which means the @command{recsel} command can be used to select accounts of interest (@pxref{Selection Expressions,,,recutils, GNU recutils manual}). Note that period characters (@samp{.}) found in the account parameter keys are mapped to underscores (@samp{_}) in the output, to meet the requirements of the Recutils format. The following example shows how to print the account fingerprints for all accounts operating in the rendezvous point mode:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:29175
+#: guix-git/doc/guix.texi:29201
#, no-wrap
msgid ""
"# herd list-account-details jami | \\\n"
@@ -57210,263 +57263,263 @@ msgid ""
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:29178
+#: guix-git/doc/guix.texi:29204
msgid "The remaining actions should be self-explanatory."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:29180
+#: guix-git/doc/guix.texi:29206
#, fuzzy
#| msgid "The available options are listed below."
msgid "The complete set of available configuration options is detailed below."
msgstr "Доступные опции резюмированы ниже."
#. type: deftp
-#: guix-git/doc/guix.texi:29185
+#: guix-git/doc/guix.texi:29211
#, fuzzy, no-wrap
#| msgid "{Data Type} mumi-configuration"
msgid "{Data Type} jami-configuration"
msgstr "{Тип данных} build-machine"
#. type: deftp
-#: guix-git/doc/guix.texi:29187
+#: guix-git/doc/guix.texi:29213
msgid "Available @code{jami-configuration} fields are:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:29189
+#: guix-git/doc/guix.texi:29215
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{libjami} (default: @code{libjami}) (type: package)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:29191
+#: guix-git/doc/guix.texi:29217
#, fuzzy
#| msgid "The Docker daemon package to use."
msgid "The Jami daemon package to use."
msgstr "Используемый пакет Docker демона."
#. type: item
-#: guix-git/doc/guix.texi:29192
+#: guix-git/doc/guix.texi:29218
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{dbus} (default: @code{dbus-for-jami}) (type: package)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:29194
+#: guix-git/doc/guix.texi:29220
#, fuzzy
#| msgid "The wireguard package to use for this service."
msgid "The D-Bus package to use to start the required D-Bus session."
msgstr "Пакет @code{ganeti} для использования в этой службе."
#. type: item
-#: guix-git/doc/guix.texi:29195
+#: guix-git/doc/guix.texi:29221
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{nss-certs} (default: @code{nss-certs}) (type: package)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:29197
+#: guix-git/doc/guix.texi:29223
#, fuzzy
#| msgid "The wireguard package to use for this service."
msgid "The nss-certs package to use to provide TLS certificates."
msgstr "Пакет @code{ganeti} для использования в этой службе."
#. type: item
-#: guix-git/doc/guix.texi:29198
+#: guix-git/doc/guix.texi:29224
#, fuzzy, no-wrap
#| msgid "@code{enabled?} (default: @code{#t})"
msgid "@code{enable-logging?} (default: @code{#t}) (type: boolean)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:29200
+#: guix-git/doc/guix.texi:29226
msgid "Whether to enable logging to syslog."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:29203
+#: guix-git/doc/guix.texi:29229
msgid "Whether to enable debug level messages."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:29204
+#: guix-git/doc/guix.texi:29230
#, fuzzy, no-wrap
#| msgid "@code{auto-start?} (default: @code{#t})"
msgid "@code{auto-answer?} (default: @code{#f}) (type: boolean)"
msgstr "@code{auto-start?} (default: @code{#t})"
#. type: table
-#: guix-git/doc/guix.texi:29206
+#: guix-git/doc/guix.texi:29232
msgid "Whether to force automatic answer to incoming calls."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:29207
+#: guix-git/doc/guix.texi:29233
#, fuzzy, no-wrap
#| msgid "@code{modules} (default: @code{%default-modules})"
msgid "@code{accounts} (type: maybe-jami-account-list)"
msgstr "@code{modules} (default: @code{%default-modules})"
#. type: table
-#: guix-git/doc/guix.texi:29212
+#: guix-git/doc/guix.texi:29238
msgid "A list of Jami accounts to be (re-)provisioned every time the Jami daemon service starts. When providing this field, the account directories under @file{/var/lib/jami/} are recreated every time the service starts, ensuring a consistent state."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:29218
+#: guix-git/doc/guix.texi:29244
#, fuzzy, no-wrap
#| msgid "{Data Type} machine"
msgid "{Data Type} jami-account"
msgstr "{Тип данных} build-machine"
#. type: deftp
-#: guix-git/doc/guix.texi:29220
+#: guix-git/doc/guix.texi:29246
msgid "Available @code{jami-account} fields are:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:29222
+#: guix-git/doc/guix.texi:29248
#, no-wrap
msgid "@code{archive} (type: string-or-computed-file)"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:29228
+#: guix-git/doc/guix.texi:29254
msgid "The account archive (backup) file name of the account. This is used to provision the account when the service starts. The account archive should @emph{not} be encrypted. It is highly recommended to make it readable only to the @samp{root} user (i.e., not in the store), to guard against leaking the secret key material of the Jami account it contains."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:29229
+#: guix-git/doc/guix.texi:29255
#, fuzzy, no-wrap
#| msgid "@code{modules} (default: @code{%default-modules})"
msgid "@code{allowed-contacts} (type: maybe-account-fingerprint-list)"
msgstr "@code{modules} (default: @code{%default-modules})"
#. type: table
-#: guix-git/doc/guix.texi:29236
+#: guix-git/doc/guix.texi:29262
msgid "The list of allowed contacts for the account, entered as their 40 characters long fingerprint. Messages or calls from accounts not in that list will be rejected. When left specified, the configuration of the account archive is used as-is with respect to contacts and public inbound calls/messaging allowance, which typically defaults to allow any contact to communicate with the account."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:29237
+#: guix-git/doc/guix.texi:29263
#, fuzzy, no-wrap
#| msgid "@code{modules} (default: @code{%default-modules})"
msgid "@code{moderators} (type: maybe-account-fingerprint-list)"
msgstr "@code{modules} (default: @code{%default-modules})"
#. type: table
-#: guix-git/doc/guix.texi:29243
+#: guix-git/doc/guix.texi:29269
msgid "The list of contacts that should have moderation privileges (to ban, mute, etc. other users) in rendezvous conferences, entered as their 40 characters long fingerprint. When left unspecified, the configuration of the account archive is used as-is with respect to moderation, which typically defaults to allow anyone to moderate."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:29244
+#: guix-git/doc/guix.texi:29270
#, fuzzy, no-wrap
#| msgid "@code{endpoint} (default: @code{#f})"
msgid "@code{rendezvous-point?} (type: maybe-boolean)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:29248
+#: guix-git/doc/guix.texi:29274
msgid "Whether the account should operate in the rendezvous mode. In this mode, all the incoming audio/video calls are mixed into a conference. When left unspecified, the value from the account archive prevails."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:29249
+#: guix-git/doc/guix.texi:29275
#, fuzzy, no-wrap
#| msgid "@code{discover?} (default: @code{#f})"
msgid "@code{peer-discovery?} (type: maybe-boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:29255
+#: guix-git/doc/guix.texi:29281
msgid "Whether peer discovery should be enabled. Peer discovery is used to discover other OpenDHT nodes on the local network, which can be useful to maintain communication between devices on such network even when the connection to the Internet has been lost. When left unspecified, the value from the account archive prevails."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:29256
+#: guix-git/doc/guix.texi:29282
#, fuzzy, no-wrap
#| msgid "@code{settings} (default: @code{%default-sysctl-settings})"
msgid "@code{bootstrap-hostnames} (type: maybe-list-of-strings)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:29260
+#: guix-git/doc/guix.texi:29286
msgid "A list of hostnames or IPs pointing to OpenDHT nodes, that should be used to initially join the OpenDHT network. When left unspecified, the value from the account archive prevails."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:29261
+#: guix-git/doc/guix.texi:29287
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{name-server-uri} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:29264
+#: guix-git/doc/guix.texi:29290
msgid "The URI of the name server to use, that can be used to retrieve the account fingerprint for a registered username."
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:29269
+#: guix-git/doc/guix.texi:29295
#, fuzzy, no-wrap
#| msgid "Game servers."
msgid "Mumble server"
msgstr "Игровые службы."
#. type: cindex
-#: guix-git/doc/guix.texi:29271
+#: guix-git/doc/guix.texi:29297
#, no-wrap
msgid "Mumble"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:29272
+#: guix-git/doc/guix.texi:29298
#, no-wrap
msgid "Murmur"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:29273
+#: guix-git/doc/guix.texi:29299
#, no-wrap
msgid "VoIP server"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:29276
+#: guix-git/doc/guix.texi:29302
msgid "This section describes how to set up and run a @uref{https://mumble.info, Mumble} server (formerly known as Murmur)."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:29277
+#: guix-git/doc/guix.texi:29303
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} zram-device-service-type"
msgid "mumble-server-service-type"
msgstr "{Процедура Scheme} sane-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:29281
+#: guix-git/doc/guix.texi:29307
msgid "This is the service to run a Mumble server. It takes a @code{mumble-server-configuration} object as its value, defined below."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:29283
+#: guix-git/doc/guix.texi:29309
#, fuzzy, no-wrap
#| msgid "{Data Type} auditd-configuration"
msgid "{Data Type} mumble-server-configuration"
msgstr "{Тип данных} build-machine"
#. type: deftp
-#: guix-git/doc/guix.texi:29286
+#: guix-git/doc/guix.texi:29312
msgid "The service type for the Mumble server. An example configuration can look like this:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:29295
+#: guix-git/doc/guix.texi:29321
#, no-wrap
msgid ""
"(service mumble-server-service-type\n"
@@ -57479,515 +57532,515 @@ msgid ""
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:29300
+#: guix-git/doc/guix.texi:29326
msgid "After reconfiguring your system, you can manually set the mumble-server @code{SuperUser} password with the command that is printed during the activation phase."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:29309
+#: guix-git/doc/guix.texi:29335
msgid "It is recommended to register a normal Mumble user account and grant it admin or moderator rights. You can use the @code{mumble} client to login as new normal user, register yourself, and log out. For the next step login with the name @code{SuperUser} use the @code{SuperUser} password that you set previously, and grant your newly registered mumble user administrator or moderator rights and create some channels."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:29311
+#: guix-git/doc/guix.texi:29337
msgid "Available @code{mumble-server-configuration} fields are:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:29313
+#: guix-git/doc/guix.texi:29339
#, no-wrap
msgid "@code{package} (default: @code{mumble})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:29315
+#: guix-git/doc/guix.texi:29341
msgid "Package that contains @code{bin/mumble-server}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:29316
+#: guix-git/doc/guix.texi:29342
#, fuzzy, no-wrap
#| msgid "@code{user} (default: @code{\"agate\"})"
msgid "@code{user} (default: @code{\"mumble-server\"})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:29318
+#: guix-git/doc/guix.texi:29344
msgid "User who will run the Mumble-Server server."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:29319
+#: guix-git/doc/guix.texi:29345
#, fuzzy, no-wrap
#| msgid "@code{group} (default: @code{\"agate\"})"
msgid "@code{group} (default: @code{\"mumble-server\"})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:29321
+#: guix-git/doc/guix.texi:29347
msgid "Group of the user who will run the mumble-server server."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:29322
+#: guix-git/doc/guix.texi:29348
#, no-wrap
msgid "@code{port} (default: @code{64738})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:29324
+#: guix-git/doc/guix.texi:29350
msgid "Port on which the server will listen."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:29325
+#: guix-git/doc/guix.texi:29351
#, no-wrap
msgid "@code{welcome-text} (default: @code{\"\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:29327
+#: guix-git/doc/guix.texi:29353
msgid "Welcome text sent to clients when they connect."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:29328
+#: guix-git/doc/guix.texi:29354
#, no-wrap
msgid "@code{server-password} (default: @code{\"\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:29330
+#: guix-git/doc/guix.texi:29356
msgid "Password the clients have to enter in order to connect."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:29331
+#: guix-git/doc/guix.texi:29357
#, no-wrap
msgid "@code{max-users} (default: @code{100})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:29333
+#: guix-git/doc/guix.texi:29359
msgid "Maximum of users that can be connected to the server at once."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:29334
+#: guix-git/doc/guix.texi:29360
#, no-wrap
msgid "@code{max-user-bandwidth} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:29336
+#: guix-git/doc/guix.texi:29362
msgid "Maximum voice traffic a user can send per second."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:29337
+#: guix-git/doc/guix.texi:29363
#, fuzzy, no-wrap
#| msgid "@code{data-directory} (default: @code{\"/var/lib/postgresql/data\"})"
msgid "@code{database-file} (default: @code{\"/var/lib/mumble-server/db.sqlite\"})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:29340
+#: guix-git/doc/guix.texi:29366
msgid "File name of the sqlite database. The service's user will become the owner of the directory."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:29341
+#: guix-git/doc/guix.texi:29367
#, fuzzy, no-wrap
#| msgid "@code{log-file} (default: @code{\"/var/log/cuirass-remote-server.log\"})"
msgid "@code{log-file} (default: @code{\"/var/log/mumble-server/mumble-server.log\"})"
msgstr "@code{daemon-socket} (default: @code{\"/var/guix/daemon-socket/socket\"})"
#. type: table
-#: guix-git/doc/guix.texi:29344
+#: guix-git/doc/guix.texi:29370
msgid "File name of the log file. The service's user will become the owner of the directory."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:29345
+#: guix-git/doc/guix.texi:29371
#, no-wrap
msgid "@code{autoban-attempts} (default: @code{10})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:29348
+#: guix-git/doc/guix.texi:29374
msgid "Maximum number of logins a user can make in @code{autoban-timeframe} without getting auto banned for @code{autoban-time}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:29349
+#: guix-git/doc/guix.texi:29375
#, no-wrap
msgid "@code{autoban-timeframe} (default: @code{120})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:29351
+#: guix-git/doc/guix.texi:29377
msgid "Timeframe for autoban in seconds."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:29352
+#: guix-git/doc/guix.texi:29378
#, no-wrap
msgid "@code{autoban-time} (default: @code{300})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:29355
+#: guix-git/doc/guix.texi:29381
msgid "Amount of time in seconds for which a client gets banned when violating the autoban limits."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:29356
+#: guix-git/doc/guix.texi:29382
#, no-wrap
msgid "@code{opus-threshold} (default: @code{100})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:29359
+#: guix-git/doc/guix.texi:29385
msgid "Percentage of clients that need to support opus before switching over to opus audio codec."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:29360
+#: guix-git/doc/guix.texi:29386
#, no-wrap
msgid "@code{channel-nesting-limit} (default: @code{10})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:29362
+#: guix-git/doc/guix.texi:29388
msgid "How deep channels can be nested at maximum."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:29363
+#: guix-git/doc/guix.texi:29389
#, no-wrap
msgid "@code{channelname-regex} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:29365
+#: guix-git/doc/guix.texi:29391
msgid "A string in form of a Qt regular expression that channel names must conform to."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:29366
+#: guix-git/doc/guix.texi:29392
#, no-wrap
msgid "@code{username-regex} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:29368
+#: guix-git/doc/guix.texi:29394
msgid "A string in form of a Qt regular expression that user names must conform to."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:29369
+#: guix-git/doc/guix.texi:29395
#, no-wrap
msgid "@code{text-message-length} (default: @code{5000})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:29371
+#: guix-git/doc/guix.texi:29397
msgid "Maximum size in bytes that a user can send in one text chat message."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:29372
+#: guix-git/doc/guix.texi:29398
#, no-wrap
msgid "@code{image-message-length} (default: @code{(* 128 1024)})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:29374
+#: guix-git/doc/guix.texi:29400
msgid "Maximum size in bytes that a user can send in one image message."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:29375
+#: guix-git/doc/guix.texi:29401
#, no-wrap
msgid "@code{cert-required?} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:29378
+#: guix-git/doc/guix.texi:29404
msgid "If it is set to @code{#t} clients that use weak password authentication will not be accepted. Users must have completed the certificate wizard to join."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:29379
+#: guix-git/doc/guix.texi:29405
#, no-wrap
msgid "@code{remember-channel?} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:29383
+#: guix-git/doc/guix.texi:29409
msgid "Should mumble-server remember the last channel each user was in when they disconnected and put them into the remembered channel when they rejoin."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:29384
+#: guix-git/doc/guix.texi:29410
#, no-wrap
msgid "@code{allow-html?} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:29386
+#: guix-git/doc/guix.texi:29412
msgid "Should html be allowed in text messages, user comments, and channel descriptions."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:29387
+#: guix-git/doc/guix.texi:29413
#, no-wrap
msgid "@code{allow-ping?} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:29391
+#: guix-git/doc/guix.texi:29417
msgid "Setting to true exposes the current user count, the maximum user count, and the server's maximum bandwidth per client to unauthenticated users. In the Mumble client, this information is shown in the Connect dialog."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:29393
+#: guix-git/doc/guix.texi:29419
msgid "Disabling this setting will prevent public listing of the server."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:29394
+#: guix-git/doc/guix.texi:29420
#, no-wrap
msgid "@code{bonjour?} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:29396
+#: guix-git/doc/guix.texi:29422
msgid "Should the server advertise itself in the local network through the bonjour protocol."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:29397
+#: guix-git/doc/guix.texi:29423
#, no-wrap
msgid "@code{send-version?} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:29399
+#: guix-git/doc/guix.texi:29425
msgid "Should the mumble-server server version be exposed in ping requests."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:29400
+#: guix-git/doc/guix.texi:29426
#, no-wrap
msgid "@code{log-days} (default: @code{31})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:29404
+#: guix-git/doc/guix.texi:29430
msgid "Mumble also stores logs in the database, which are accessible via RPC. The default is 31 days of months, but you can set this setting to 0 to keep logs forever, or -1 to disable logging to the database."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:29405
+#: guix-git/doc/guix.texi:29431
#, no-wrap
msgid "@code{obfuscate-ips?} (default: @code{#t})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:29407
+#: guix-git/doc/guix.texi:29433
msgid "Should logged ips be obfuscated to protect the privacy of users."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:29408
+#: guix-git/doc/guix.texi:29434
#, no-wrap
msgid "@code{ssl-cert} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:29410
+#: guix-git/doc/guix.texi:29436
msgid "File name of the SSL/TLS certificate used for encrypted connections."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:29413
+#: guix-git/doc/guix.texi:29439
#, no-wrap
msgid "(ssl-cert \"/etc/certs/example.com/fullchain.pem\")\n"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:29414
+#: guix-git/doc/guix.texi:29440
#, no-wrap
msgid "@code{ssl-key} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:29416
+#: guix-git/doc/guix.texi:29442
msgid "Filepath to the ssl private key used for encrypted connections."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:29418
+#: guix-git/doc/guix.texi:29444
#, no-wrap
msgid "(ssl-key \"/etc/certs/example.com/privkey.pem\")\n"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:29420
+#: guix-git/doc/guix.texi:29446
#, no-wrap
msgid "@code{ssl-dh-params} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:29425
+#: guix-git/doc/guix.texi:29451
msgid "File name of a PEM-encoded file with Diffie-Hellman parameters for the SSL/TLS encryption. Alternatively you set it to @code{\"@@ffdhe2048\"}, @code{\"@@ffdhe3072\"}, @code{\"@@ffdhe4096\"}, @code{\"@@ffdhe6144\"} or @code{\"@@ffdhe8192\"} to use bundled parameters from RFC 7919."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:29426
+#: guix-git/doc/guix.texi:29452
#, no-wrap
msgid "@code{ssl-ciphers} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:29429
+#: guix-git/doc/guix.texi:29455
msgid "The @code{ssl-ciphers} option chooses the cipher suites to make available for use in SSL/TLS."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:29433
+#: guix-git/doc/guix.texi:29459
msgid "This option is specified using @uref{https://www.openssl.org/docs/apps/ciphers.html#CIPHER-LIST-FORMAT, OpenSSL cipher list notation}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:29440
+#: guix-git/doc/guix.texi:29466
msgid "It is recommended that you try your cipher string using 'openssl ciphers <string>' before setting it here, to get a feel for which cipher suites you will get. After setting this option, it is recommend that you inspect your Mumble server log to ensure that Mumble is using the cipher suites that you expected it to."
msgstr ""
#. type: quotation
-#: guix-git/doc/guix.texi:29444
+#: guix-git/doc/guix.texi:29470
msgid "Changing this option may impact the backwards compatibility of your Mumble-Server server, and can remove the ability for older Mumble clients to be able to connect to it."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:29446
+#: guix-git/doc/guix.texi:29472
#, no-wrap
msgid "@code{public-registration} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:29449
+#: guix-git/doc/guix.texi:29475
msgid "Must be a @code{<mumble-server-public-registration-configuration>} record or @code{#f}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:29454
+#: guix-git/doc/guix.texi:29480
msgid "You can optionally register your server in the public server list that the @code{mumble} client shows on startup. You cannot register your server if you have set a @code{server-password}, or set @code{allow-ping} to @code{#f}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:29456
+#: guix-git/doc/guix.texi:29482
msgid "It might take a few hours until it shows up in the public list."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:29457 guix-git/doc/guix.texi:32044
+#: guix-git/doc/guix.texi:29483 guix-git/doc/guix.texi:32070
#, no-wrap
msgid "@code{file} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:29459
+#: guix-git/doc/guix.texi:29485
msgid "Optional alternative override for this configuration."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:29462
+#: guix-git/doc/guix.texi:29488
#, fuzzy, no-wrap
#| msgid "{Data Type} ganeti-mond-configuration"
msgid "{Data Type} mumble-server-public-registration-configuration"
msgstr "{Тип данных} build-machine"
#. type: deftp
-#: guix-git/doc/guix.texi:29464
+#: guix-git/doc/guix.texi:29490
msgid "Configuration for public registration of a mumble-server service."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:29468
+#: guix-git/doc/guix.texi:29494
msgid "This is a display name for your server. Not to be confused with the hostname."
msgstr ""
#. type: itemx
-#: guix-git/doc/guix.texi:29469 guix-git/doc/guix.texi:39738
-#: guix-git/doc/guix.texi:41913
+#: guix-git/doc/guix.texi:29495 guix-git/doc/guix.texi:39767
+#: guix-git/doc/guix.texi:41942
#, no-wrap
msgid "password"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:29472
+#: guix-git/doc/guix.texi:29498
msgid "A password to identify your registration. Subsequent updates will need the same password. Don't lose your password."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:29476
+#: guix-git/doc/guix.texi:29502
msgid "This should be a @code{http://} or @code{https://} link to your web site."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:29477
+#: guix-git/doc/guix.texi:29503
#, no-wrap
msgid "@code{hostname} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:29480
+#: guix-git/doc/guix.texi:29506
msgid "By default your server will be listed by its IP address. If it is set your server will be linked by this host name instead."
msgstr ""
#. type: quotation
-#: guix-git/doc/guix.texi:29483
+#: guix-git/doc/guix.texi:29509
#, no-wrap
msgid "Deprecation notice"
msgstr ""
#. type: quotation
-#: guix-git/doc/guix.texi:29488
+#: guix-git/doc/guix.texi:29514
msgid "Due to historical reasons, all of the above @code{mumble-server-} procedures are also exported with the @code{murmur-} prefix. It is recommended that you switch to using @code{mumble-server-} going forward."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:29495
+#: guix-git/doc/guix.texi:29521
msgid "The @code{(gnu services file-sharing)} module provides services that assist with transferring files over peer-to-peer file-sharing networks."
msgstr "Модуль @code{(gnu services file-sharing)} предоставляет следующие сервисы, помогающие с передачей файлов через одноранговые сети."
#. type: subsubheading
-#: guix-git/doc/guix.texi:29496
+#: guix-git/doc/guix.texi:29522
#, no-wrap
msgid "Transmission Daemon Service"
msgstr "Сервисы упраления версиями"
#. type: Plain text
-#: guix-git/doc/guix.texi:29504
+#: guix-git/doc/guix.texi:29530
msgid "@uref{https://transmissionbt.com/, Transmission} is a flexible BitTorrent client that offers a variety of graphical and command-line interfaces. A @code{transmission-daemon-service-type} service provides Transmission's headless variant, @command{transmission-daemon}, as a system service, allowing users to share files via BitTorrent even when they are not logged in."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:29505
+#: guix-git/doc/guix.texi:29531
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} transmission-daemon-service-type"
msgid "transmission-daemon-service-type"
msgstr "{Процедура Scheme} sane-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:29509
+#: guix-git/doc/guix.texi:29535
msgid "The service type for the Transmission Daemon BitTorrent client. Its value must be a @code{transmission-daemon-configuration} object as in this example:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:29520
+#: guix-git/doc/guix.texi:29546
#, no-wrap
msgid ""
"(service transmission-daemon-service-type\n"
@@ -58003,7 +58056,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:29525
+#: guix-git/doc/guix.texi:29551
#, no-wrap
msgid ""
" ;; Accept requests from this and other hosts on the\n"
@@ -58014,7 +58067,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:29529
+#: guix-git/doc/guix.texi:29555
#, no-wrap
msgid ""
" ;; Limit bandwidth use during work hours\n"
@@ -58024,7 +58077,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:29536
+#: guix-git/doc/guix.texi:29562
#, no-wrap
msgid ""
" (alt-speed-time-enabled? #t)\n"
@@ -58036,51 +58089,51 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:29549
+#: guix-git/doc/guix.texi:29575
msgid "Once the service is started, users can interact with the daemon through its Web interface (at @code{http://localhost:9091/}) or by using the @command{transmission-remote} command-line tool, available in the @code{transmission} package. (Emacs users may want to also consider the @code{emacs-transmission} package.) Both communicate with the daemon through its remote procedure call (RPC) interface, which by default is available to all users on the system; you may wish to change this by assigning values to the @code{rpc-authentication-required?}, @code{rpc-username} and @code{rpc-password} settings, as shown in the example above and documented further below."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:29557
+#: guix-git/doc/guix.texi:29583
msgid "The value for @code{rpc-password} must be a password hash of the type generated and used by Transmission clients. This can be copied verbatim from an existing @file{settings.json} file, if another Transmission client is already being used. Otherwise, the @code{transmission-password-hash} and @code{transmission-random-salt} procedures provided by this module can be used to obtain a suitable hash value."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:29558
+#: guix-git/doc/guix.texi:29584
#, fuzzy, no-wrap
#| msgid "{Scheme Procedure} transmission-password-hash @var{password} @var{salt}"
msgid "{Procedure} transmission-password-hash password salt"
msgstr "{Процедура Scheme} lookup-inferior-packages @var{inferior} @var{name} @"
#. type: deffn
-#: guix-git/doc/guix.texi:29562
+#: guix-git/doc/guix.texi:29588
msgid "Returns a string containing the result of hashing @var{password} together with @var{salt}, in the format recognized by Transmission clients for their @code{rpc-password} configuration setting."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:29566
+#: guix-git/doc/guix.texi:29592
msgid "@var{salt} must be an eight-character string. The @code{transmission-random-salt} procedure can be used to generate a suitable salt value at random."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:29568
+#: guix-git/doc/guix.texi:29594
#, fuzzy, no-wrap
#| msgid "{Scheme Procedure} transmission-random-salt"
msgid "{Procedure} transmission-random-salt"
msgstr "{Процедура Scheme} open-inferior @var{directory} @"
#. type: deffn
-#: guix-git/doc/guix.texi:29572
+#: guix-git/doc/guix.texi:29598
msgid "Returns a string containing a random, eight-character salt value of the type generated and used by Transmission clients, suitable for passing to the @code{transmission-password-hash} procedure."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:29578
+#: guix-git/doc/guix.texi:29604
msgid "These procedures are accessible from within a Guile REPL started with the @command{guix repl} command (@pxref{Invoking guix repl}). This is useful for obtaining a random salt value to provide as the second parameter to `transmission-password-hash`, as in this example session:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:29584
+#: guix-git/doc/guix.texi:29610
#, no-wrap
msgid ""
"$ guix repl\n"
@@ -58090,12 +58143,12 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:29587
+#: guix-git/doc/guix.texi:29613
msgid "Alternatively, a complete password hash can generated in a single step:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:29592
+#: guix-git/doc/guix.texi:29618
#, no-wrap
msgid ""
"scheme@@(guix-user)> (transmission-password-hash \"transmission\"\n"
@@ -58104,525 +58157,525 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:29597
+#: guix-git/doc/guix.texi:29623
msgid "The resulting string can be used as-is for the value of @code{rpc-password}, allowing the password to be kept hidden even in the operating-system configuration."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:29606
+#: guix-git/doc/guix.texi:29632
msgid "Torrent files downloaded by the daemon are directly accessible only to users in the ``transmission'' user group, who receive read-only access to the directory specified by the @code{download-dir} configuration setting (and also the directory specified by @code{incomplete-dir}, if @code{incomplete-dir-enabled?} is @code{#t}). Downloaded files can be moved to another directory or deleted altogether using @command{transmission-remote} with its @code{--move} and @code{--remove-and-delete} options."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:29613
+#: guix-git/doc/guix.texi:29639
msgid "If the @code{watch-dir-enabled?} setting is set to @code{#t}, users in the ``transmission'' group are able also to place @file{.torrent} files in the directory specified by @code{watch-dir} to have the corresponding torrents added by the daemon. (The @code{trash-original-torrent-files?} setting controls whether the daemon deletes these files after processing them.)"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:29618
+#: guix-git/doc/guix.texi:29644
msgid "Some of the daemon's configuration settings can be changed temporarily by @command{transmission-remote} and similar tools. To undo these changes, use the service's @code{reload} action to have the daemon reload its settings from disk:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:29621
+#: guix-git/doc/guix.texi:29647
#, no-wrap
msgid "# herd reload transmission-daemon\n"
msgstr "herd start ssh-daemon\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:29625
+#: guix-git/doc/guix.texi:29651
msgid "The full set of available configuration settings is defined by the @code{transmission-daemon-configuration} data type."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:29626
+#: guix-git/doc/guix.texi:29652
#, no-wrap
msgid "{Data Type} transmission-daemon-configuration"
msgstr "{Тип данных} build-machine"
#. type: deftp
-#: guix-git/doc/guix.texi:29630
+#: guix-git/doc/guix.texi:29656
msgid "The data type representing configuration settings for Transmission Daemon. These correspond directly to the settings recognized by Transmission clients in their @file{settings.json} file."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:29644
+#: guix-git/doc/guix.texi:29670
msgid "Available @code{transmission-daemon-configuration} fields are:"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29645
+#: guix-git/doc/guix.texi:29671
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} package transmission"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29647
+#: guix-git/doc/guix.texi:29673
msgid "The Transmission package to use."
msgstr "Используемый пакет nfs-utils."
#. type: deftypevr
-#: guix-git/doc/guix.texi:29650
+#: guix-git/doc/guix.texi:29676
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} non-negative-integer stop-wait-period"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29656
+#: guix-git/doc/guix.texi:29682
msgid "The period, in seconds, to wait when stopping the service for @command{transmission-daemon} to exit before killing its process. This allows the daemon time to complete its housekeeping and send a final update to trackers as it shuts down. On slow hosts, or hosts with a slow network connection, this value may need to be increased."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29658 guix-git/doc/guix.texi:30030
-#: guix-git/doc/guix.texi:38490 guix-git/doc/guix.texi:38726
-#: guix-git/doc/guix.texi:38734 guix-git/doc/guix.texi:38742
+#: guix-git/doc/guix.texi:29684 guix-git/doc/guix.texi:30056
+#: guix-git/doc/guix.texi:38519 guix-git/doc/guix.texi:38755
+#: guix-git/doc/guix.texi:38763 guix-git/doc/guix.texi:38771
msgid "Defaults to @samp{10}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29661
+#: guix-git/doc/guix.texi:29687
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} string download-dir"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29663
+#: guix-git/doc/guix.texi:29689
msgid "The directory to which torrent files are downloaded."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29665
+#: guix-git/doc/guix.texi:29691
msgid "Defaults to @samp{\"/var/lib/transmission-daemon/downloads\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29668
+#: guix-git/doc/guix.texi:29694
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} boolean incomplete-dir-enabled?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29673
+#: guix-git/doc/guix.texi:29699
msgid "If @code{#t}, files will be held in @code{incomplete-dir} while their torrent is being downloaded, then moved to @code{download-dir} once the torrent is complete. Otherwise, files for all torrents (including those still being downloaded) will be placed in @code{download-dir}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29678
+#: guix-git/doc/guix.texi:29704
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} maybe-string incomplete-dir"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29681
+#: guix-git/doc/guix.texi:29707
msgid "The directory in which files from incompletely downloaded torrents will be held when @code{incomplete-dir-enabled?} is @code{#t}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29683 guix-git/doc/guix.texi:29727
-#: guix-git/doc/guix.texi:29940 guix-git/doc/guix.texi:29996
-#: guix-git/doc/guix.texi:30170 guix-git/doc/guix.texi:30181
-#: guix-git/doc/guix.texi:30254 guix-git/doc/guix.texi:31128
-#: guix-git/doc/guix.texi:31171 guix-git/doc/guix.texi:31179
-#: guix-git/doc/guix.texi:31187 guix-git/doc/guix.texi:31195
-#: guix-git/doc/guix.texi:31204 guix-git/doc/guix.texi:31212
-#: guix-git/doc/guix.texi:31219 guix-git/doc/guix.texi:31227
-#: guix-git/doc/guix.texi:31235 guix-git/doc/guix.texi:31245
-#: guix-git/doc/guix.texi:31252 guix-git/doc/guix.texi:31276
-#: guix-git/doc/guix.texi:31284 guix-git/doc/guix.texi:31310
-#: guix-git/doc/guix.texi:31319 guix-git/doc/guix.texi:31328
-#: guix-git/doc/guix.texi:31337 guix-git/doc/guix.texi:31346
-#: guix-git/doc/guix.texi:31355 guix-git/doc/guix.texi:31363
-#: guix-git/doc/guix.texi:31371 guix-git/doc/guix.texi:31378
-#: guix-git/doc/guix.texi:31386 guix-git/doc/guix.texi:31393
-#: guix-git/doc/guix.texi:31401 guix-git/doc/guix.texi:31409
-#: guix-git/doc/guix.texi:31418 guix-git/doc/guix.texi:31427
-#: guix-git/doc/guix.texi:31435 guix-git/doc/guix.texi:31443
-#: guix-git/doc/guix.texi:31451 guix-git/doc/guix.texi:31462
-#: guix-git/doc/guix.texi:31472 guix-git/doc/guix.texi:31483
-#: guix-git/doc/guix.texi:31492 guix-git/doc/guix.texi:31502
-#: guix-git/doc/guix.texi:31510 guix-git/doc/guix.texi:31521
-#: guix-git/doc/guix.texi:31530 guix-git/doc/guix.texi:31540
-#: guix-git/doc/guix.texi:35176 guix-git/doc/guix.texi:35183
-#: guix-git/doc/guix.texi:35190 guix-git/doc/guix.texi:35197
-#: guix-git/doc/guix.texi:35204 guix-git/doc/guix.texi:35211
-#: guix-git/doc/guix.texi:35219 guix-git/doc/guix.texi:35227
-#: guix-git/doc/guix.texi:35234 guix-git/doc/guix.texi:35241
-#: guix-git/doc/guix.texi:35248 guix-git/doc/guix.texi:35255
-#: guix-git/doc/guix.texi:35285 guix-git/doc/guix.texi:35323
-#: guix-git/doc/guix.texi:35330 guix-git/doc/guix.texi:35339
-#: guix-git/doc/guix.texi:35361 guix-git/doc/guix.texi:35369
-#: guix-git/doc/guix.texi:35376 guix-git/doc/guix.texi:35405
-#: guix-git/doc/guix.texi:35412 guix-git/doc/guix.texi:35419
-#: guix-git/doc/guix.texi:35426 guix-git/doc/guix.texi:35559
-#: guix-git/doc/guix.texi:35579 guix-git/doc/guix.texi:35594
-#: guix-git/doc/guix.texi:35601 guix-git/doc/guix.texi:38863
-#: guix-git/doc/guix.texi:38871 guix-git/doc/guix.texi:38879
-#: guix-git/doc/guix.texi:38887 guix-git/doc/guix.texi:38895
-#: guix-git/doc/guix.texi:38903
+#: guix-git/doc/guix.texi:29709 guix-git/doc/guix.texi:29753
+#: guix-git/doc/guix.texi:29966 guix-git/doc/guix.texi:30022
+#: guix-git/doc/guix.texi:30196 guix-git/doc/guix.texi:30207
+#: guix-git/doc/guix.texi:30280 guix-git/doc/guix.texi:31154
+#: guix-git/doc/guix.texi:31197 guix-git/doc/guix.texi:31205
+#: guix-git/doc/guix.texi:31213 guix-git/doc/guix.texi:31221
+#: guix-git/doc/guix.texi:31230 guix-git/doc/guix.texi:31238
+#: guix-git/doc/guix.texi:31245 guix-git/doc/guix.texi:31253
+#: guix-git/doc/guix.texi:31261 guix-git/doc/guix.texi:31271
+#: guix-git/doc/guix.texi:31278 guix-git/doc/guix.texi:31302
+#: guix-git/doc/guix.texi:31310 guix-git/doc/guix.texi:31336
+#: guix-git/doc/guix.texi:31345 guix-git/doc/guix.texi:31354
+#: guix-git/doc/guix.texi:31363 guix-git/doc/guix.texi:31372
+#: guix-git/doc/guix.texi:31381 guix-git/doc/guix.texi:31389
+#: guix-git/doc/guix.texi:31397 guix-git/doc/guix.texi:31404
+#: guix-git/doc/guix.texi:31412 guix-git/doc/guix.texi:31419
+#: guix-git/doc/guix.texi:31427 guix-git/doc/guix.texi:31435
+#: guix-git/doc/guix.texi:31444 guix-git/doc/guix.texi:31453
+#: guix-git/doc/guix.texi:31461 guix-git/doc/guix.texi:31469
+#: guix-git/doc/guix.texi:31477 guix-git/doc/guix.texi:31488
+#: guix-git/doc/guix.texi:31498 guix-git/doc/guix.texi:31509
+#: guix-git/doc/guix.texi:31518 guix-git/doc/guix.texi:31528
+#: guix-git/doc/guix.texi:31536 guix-git/doc/guix.texi:31547
+#: guix-git/doc/guix.texi:31556 guix-git/doc/guix.texi:31566
+#: guix-git/doc/guix.texi:35205 guix-git/doc/guix.texi:35212
+#: guix-git/doc/guix.texi:35219 guix-git/doc/guix.texi:35226
+#: guix-git/doc/guix.texi:35233 guix-git/doc/guix.texi:35240
+#: guix-git/doc/guix.texi:35248 guix-git/doc/guix.texi:35256
+#: guix-git/doc/guix.texi:35263 guix-git/doc/guix.texi:35270
+#: guix-git/doc/guix.texi:35277 guix-git/doc/guix.texi:35284
+#: guix-git/doc/guix.texi:35314 guix-git/doc/guix.texi:35352
+#: guix-git/doc/guix.texi:35359 guix-git/doc/guix.texi:35368
+#: guix-git/doc/guix.texi:35390 guix-git/doc/guix.texi:35398
+#: guix-git/doc/guix.texi:35405 guix-git/doc/guix.texi:35434
+#: guix-git/doc/guix.texi:35441 guix-git/doc/guix.texi:35448
+#: guix-git/doc/guix.texi:35455 guix-git/doc/guix.texi:35588
+#: guix-git/doc/guix.texi:35608 guix-git/doc/guix.texi:35623
+#: guix-git/doc/guix.texi:35630 guix-git/doc/guix.texi:38892
+#: guix-git/doc/guix.texi:38900 guix-git/doc/guix.texi:38908
+#: guix-git/doc/guix.texi:38916 guix-git/doc/guix.texi:38924
+#: guix-git/doc/guix.texi:38932
msgid "Defaults to @samp{disabled}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29686
+#: guix-git/doc/guix.texi:29712
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} umask umask"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29689
+#: guix-git/doc/guix.texi:29715
msgid "The file mode creation mask used for downloaded files. (See the @command{umask} man page for more information.)"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29691
+#: guix-git/doc/guix.texi:29717
msgid "Defaults to @samp{18}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29694
+#: guix-git/doc/guix.texi:29720
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} boolean rename-partial-files?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29697
+#: guix-git/doc/guix.texi:29723
msgid "When @code{#t}, ``.part'' is appended to the name of partially downloaded files."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29702
+#: guix-git/doc/guix.texi:29728
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} preallocation-mode preallocation"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29707
+#: guix-git/doc/guix.texi:29733
msgid "The mode by which space should be preallocated for downloaded files, one of @code{none}, @code{fast} (or @code{sparse}) and @code{full}. Specifying @code{full} will minimize disk fragmentation at a cost to file-creation speed."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29709
+#: guix-git/doc/guix.texi:29735
msgid "Defaults to @samp{fast}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29712
+#: guix-git/doc/guix.texi:29738
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} boolean watch-dir-enabled?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29717
+#: guix-git/doc/guix.texi:29743
msgid "If @code{#t}, the directory specified by @code{watch-dir} will be watched for new @file{.torrent} files and the torrents they describe added automatically (and the original files removed, if @code{trash-original-torrent-files?} is @code{#t})."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29722
+#: guix-git/doc/guix.texi:29748
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} maybe-string watch-dir"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29725
+#: guix-git/doc/guix.texi:29751
msgid "The directory to be watched for @file{.torrent} files indicating new torrents to be added, when @code{watch-dir-enabled} is @code{#t}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29730
+#: guix-git/doc/guix.texi:29756
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} boolean trash-original-torrent-files?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29734
+#: guix-git/doc/guix.texi:29760
msgid "When @code{#t}, @file{.torrent} files will be deleted from the watch directory once their torrent has been added (see @code{watch-directory-enabled?})."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29739
+#: guix-git/doc/guix.texi:29765
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} boolean speed-limit-down-enabled?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29742
+#: guix-git/doc/guix.texi:29768
msgid "When @code{#t}, the daemon's download speed will be limited to the rate specified by @code{speed-limit-down}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29747
+#: guix-git/doc/guix.texi:29773
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} non-negative-integer speed-limit-down"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29749
+#: guix-git/doc/guix.texi:29775
msgid "The default global-maximum download speed, in kilobytes per second."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29754
+#: guix-git/doc/guix.texi:29780
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} boolean speed-limit-up-enabled?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29757
+#: guix-git/doc/guix.texi:29783
msgid "When @code{#t}, the daemon's upload speed will be limited to the rate specified by @code{speed-limit-up}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29762
+#: guix-git/doc/guix.texi:29788
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} non-negative-integer speed-limit-up"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29764
+#: guix-git/doc/guix.texi:29790
msgid "The default global-maximum upload speed, in kilobytes per second."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29769
+#: guix-git/doc/guix.texi:29795
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} boolean alt-speed-enabled?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29775
+#: guix-git/doc/guix.texi:29801
msgid "When @code{#t}, the alternate speed limits @code{alt-speed-down} and @code{alt-speed-up} are used (in place of @code{speed-limit-down} and @code{speed-limit-up}, if they are enabled) to constrain the daemon's bandwidth usage. This can be scheduled to occur automatically at certain times during the week; see @code{alt-speed-time-enabled?}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29780
+#: guix-git/doc/guix.texi:29806
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} non-negative-integer alt-speed-down"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29782
+#: guix-git/doc/guix.texi:29808
msgid "The alternate global-maximum download speed, in kilobytes per second."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29784 guix-git/doc/guix.texi:29791
-#: guix-git/doc/guix.texi:29963 guix-git/doc/guix.texi:38497
-#: guix-git/doc/guix.texi:38512
+#: guix-git/doc/guix.texi:29810 guix-git/doc/guix.texi:29817
+#: guix-git/doc/guix.texi:29989 guix-git/doc/guix.texi:38526
+#: guix-git/doc/guix.texi:38541
msgid "Defaults to @samp{50}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29787
+#: guix-git/doc/guix.texi:29813
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} non-negative-integer alt-speed-up"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29789
+#: guix-git/doc/guix.texi:29815
msgid "The alternate global-maximum upload speed, in kilobytes per second."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29794
+#: guix-git/doc/guix.texi:29820
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} boolean alt-speed-time-enabled?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29799
+#: guix-git/doc/guix.texi:29825
msgid "When @code{#t}, the alternate speed limits @code{alt-speed-down} and @code{alt-speed-up} will be enabled automatically during the periods specified by @code{alt-speed-time-day}, @code{alt-speed-time-begin} and @code{alt-time-speed-end}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29804
+#: guix-git/doc/guix.texi:29830
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} day-list alt-speed-time-day"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29809
+#: guix-git/doc/guix.texi:29835
msgid "The days of the week on which the alternate-speed schedule should be used, specified either as a list of days (@code{sunday}, @code{monday}, and so on) or using one of the symbols @code{weekdays}, @code{weekends} or @code{all}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29811
+#: guix-git/doc/guix.texi:29837
msgid "Defaults to @samp{all}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29814
+#: guix-git/doc/guix.texi:29840
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} non-negative-integer alt-speed-time-begin"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29817
+#: guix-git/doc/guix.texi:29843
msgid "The time of day at which to enable the alternate speed limits, expressed as a number of minutes since midnight."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29819
+#: guix-git/doc/guix.texi:29845
msgid "Defaults to @samp{540}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29822
+#: guix-git/doc/guix.texi:29848
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} non-negative-integer alt-speed-time-end"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29825
+#: guix-git/doc/guix.texi:29851
msgid "The time of day at which to disable the alternate speed limits, expressed as a number of minutes since midnight."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29827
+#: guix-git/doc/guix.texi:29853
msgid "Defaults to @samp{1020}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29830
+#: guix-git/doc/guix.texi:29856
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} string bind-address-ipv4"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29833
+#: guix-git/doc/guix.texi:29859
msgid "The IP address at which to listen for peer connections, or ``0.0.0.0'' to listen at all available IP addresses."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29835 guix-git/doc/guix.texi:30138
-#: guix-git/doc/guix.texi:36133
+#: guix-git/doc/guix.texi:29861 guix-git/doc/guix.texi:30164
+#: guix-git/doc/guix.texi:36162
msgid "Defaults to @samp{\"0.0.0.0\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29838
+#: guix-git/doc/guix.texi:29864
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} string bind-address-ipv6"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29841
+#: guix-git/doc/guix.texi:29867
msgid "The IPv6 address at which to listen for peer connections, or ``::'' to listen at all available IPv6 addresses."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29843
+#: guix-git/doc/guix.texi:29869
msgid "Defaults to @samp{\"::\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29846
+#: guix-git/doc/guix.texi:29872
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} boolean peer-port-random-on-start?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29852
+#: guix-git/doc/guix.texi:29878
msgid "If @code{#t}, when the daemon starts it will select a port at random on which to listen for peer connections, from the range specified (inclusively) by @code{peer-port-random-low} and @code{peer-port-random-high}. Otherwise, it listens on the port specified by @code{peer-port}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29857
+#: guix-git/doc/guix.texi:29883
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} port-number peer-port-random-low"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29860
+#: guix-git/doc/guix.texi:29886
msgid "The lowest selectable port number when @code{peer-port-random-on-start?} is @code{#t}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29862
+#: guix-git/doc/guix.texi:29888
msgid "Defaults to @samp{49152}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29865
+#: guix-git/doc/guix.texi:29891
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} port-number peer-port-random-high"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29868
+#: guix-git/doc/guix.texi:29894
msgid "The highest selectable port number when @code{peer-port-random-on-start} is @code{#t}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29870
+#: guix-git/doc/guix.texi:29896
msgid "Defaults to @samp{65535}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29873
+#: guix-git/doc/guix.texi:29899
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} port-number peer-port"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29876
+#: guix-git/doc/guix.texi:29902
msgid "The port on which to listen for peer connections when @code{peer-port-random-on-start?} is @code{#f}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29878
+#: guix-git/doc/guix.texi:29904
msgid "Defaults to @samp{51413}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29881
+#: guix-git/doc/guix.texi:29907
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} boolean port-forwarding-enabled?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29885
+#: guix-git/doc/guix.texi:29911
msgid "If @code{#t}, the daemon will attempt to configure port-forwarding on an upstream gateway automatically using @acronym{UPnP} and @acronym{NAT-PMP}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29890
+#: guix-git/doc/guix.texi:29916
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} encryption-mode encryption"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29895
+#: guix-git/doc/guix.texi:29921
msgid "The encryption preference for peer connections, one of @code{prefer-unencrypted-connections}, @code{prefer-encrypted-connections} or @code{require-encrypted-connections}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29897
+#: guix-git/doc/guix.texi:29923
msgid "Defaults to @samp{prefer-encrypted-connections}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29900
+#: guix-git/doc/guix.texi:29926
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} maybe-string peer-congestion-algorithm"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29905
+#: guix-git/doc/guix.texi:29931
msgid "The TCP congestion-control algorithm to use for peer connections, specified using a string recognized by the operating system in calls to @code{setsockopt}. When left unspecified, the operating-system default is used."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29914
+#: guix-git/doc/guix.texi:29940
msgid "Note that on GNU/Linux systems, the kernel must be configured to allow processes to use a congestion-control algorithm not in the default set; otherwise, it will deny these requests with ``Operation not permitted''. To see which algorithms are available on your system and which are currently permitted for use, look at the contents of the files @file{tcp_available_congestion_control} and @file{tcp_allowed_congestion_control} in the @file{/proc/sys/net/ipv4} directory."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29922
+#: guix-git/doc/guix.texi:29948
msgid "As an example, to have Transmission Daemon use @uref{http://www-ece.rice.edu/networks/TCP-LP/,the TCP Low Priority congestion-control algorithm}, you'll need to modify your kernel configuration to build in support for the algorithm, then update your operating-system configuration to allow its use by adding a @code{sysctl-service-type} service (or updating the existing one's configuration) with lines like the following:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:29929
+#: guix-git/doc/guix.texi:29955
#, no-wrap
msgid ""
"(service sysctl-service-type\n"
@@ -58638,529 +58691,529 @@ msgstr ""
" (list cups-filters epson-inkjet-printer-escpr hplip-minimal))))\n"
#. type: deftypevr
-#: guix-git/doc/guix.texi:29932
+#: guix-git/doc/guix.texi:29958
msgid "The Transmission Daemon configuration can then be updated with"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:29935
+#: guix-git/doc/guix.texi:29961
#, no-wrap
msgid "(peer-congestion-algorithm \"lp\")\n"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29938
+#: guix-git/doc/guix.texi:29964
msgid "and the system reconfigured to have the changes take effect."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29943
+#: guix-git/doc/guix.texi:29969
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} tcp-type-of-service peer-socket-tos"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29947
+#: guix-git/doc/guix.texi:29973
msgid "The type of service to request in outgoing @acronym{TCP} packets, one of @code{default}, @code{low-cost}, @code{throughput}, @code{low-delay} and @code{reliability}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29949
+#: guix-git/doc/guix.texi:29975
msgid "Defaults to @samp{default}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29952
+#: guix-git/doc/guix.texi:29978
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} non-negative-integer peer-limit-global"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29954
+#: guix-git/doc/guix.texi:29980
msgid "The global limit on the number of connected peers."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29956
+#: guix-git/doc/guix.texi:29982
msgid "Defaults to @samp{200}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29959
+#: guix-git/doc/guix.texi:29985
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} non-negative-integer peer-limit-per-torrent"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29961
+#: guix-git/doc/guix.texi:29987
msgid "The per-torrent limit on the number of connected peers."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29966
+#: guix-git/doc/guix.texi:29992
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} non-negative-integer upload-slots-per-torrent"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29969
+#: guix-git/doc/guix.texi:29995
msgid "The maximum number of peers to which the daemon will upload data simultaneously for each torrent."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29971
+#: guix-git/doc/guix.texi:29997
msgid "Defaults to @samp{14}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29974
+#: guix-git/doc/guix.texi:30000
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} non-negative-integer peer-id-ttl-hours"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29977
+#: guix-git/doc/guix.texi:30003
msgid "The maximum lifespan, in hours, of the peer ID associated with each public torrent before it is regenerated."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29979
+#: guix-git/doc/guix.texi:30005
msgid "Defaults to @samp{6}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29982
+#: guix-git/doc/guix.texi:30008
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} boolean blocklist-enabled?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29985
+#: guix-git/doc/guix.texi:30011
msgid "When @code{#t}, the daemon will ignore peers mentioned in the blocklist it has most recently downloaded from @code{blocklist-url}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29990
+#: guix-git/doc/guix.texi:30016
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} maybe-string blocklist-url"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29994
+#: guix-git/doc/guix.texi:30020
msgid "The URL of a peer blocklist (in @acronym{P2P}-plaintext or eMule @file{.dat} format) to be periodically downloaded and applied when @code{blocklist-enabled?} is @code{#t}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:29999
+#: guix-git/doc/guix.texi:30025
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} boolean download-queue-enabled?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30002
+#: guix-git/doc/guix.texi:30028
msgid "If @code{#t}, the daemon will be limited to downloading at most @code{download-queue-size} non-stalled torrents simultaneously."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30007
+#: guix-git/doc/guix.texi:30033
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} non-negative-integer download-queue-size"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30011
+#: guix-git/doc/guix.texi:30037
msgid "The size of the daemon's download queue, which limits the number of non-stalled torrents it will download at any one time when @code{download-queue-enabled?} is @code{#t}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30016
+#: guix-git/doc/guix.texi:30042
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} boolean seed-queue-enabled?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30019
+#: guix-git/doc/guix.texi:30045
msgid "If @code{#t}, the daemon will be limited to seeding at most @code{seed-queue-size} non-stalled torrents simultaneously."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30024
+#: guix-git/doc/guix.texi:30050
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} non-negative-integer seed-queue-size"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30028
+#: guix-git/doc/guix.texi:30054
msgid "The size of the daemon's seed queue, which limits the number of non-stalled torrents it will seed at any one time when @code{seed-queue-enabled?} is @code{#t}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30033
+#: guix-git/doc/guix.texi:30059
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} boolean queue-stalled-enabled?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30038
+#: guix-git/doc/guix.texi:30064
msgid "When @code{#t}, the daemon will consider torrents for which it has not shared data in the past @code{queue-stalled-minutes} minutes to be stalled and not count them against its @code{download-queue-size} and @code{seed-queue-size} limits."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30043
+#: guix-git/doc/guix.texi:30069
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} non-negative-integer queue-stalled-minutes"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30047
+#: guix-git/doc/guix.texi:30073
msgid "The maximum period, in minutes, a torrent may be idle before it is considered to be stalled, when @code{queue-stalled-enabled?} is @code{#t}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30052
+#: guix-git/doc/guix.texi:30078
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} boolean ratio-limit-enabled?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30055
+#: guix-git/doc/guix.texi:30081
msgid "When @code{#t}, a torrent being seeded will automatically be paused once it reaches the ratio specified by @code{ratio-limit}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30060
+#: guix-git/doc/guix.texi:30086
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} non-negative-rational ratio-limit"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30063
+#: guix-git/doc/guix.texi:30089
msgid "The ratio at which a torrent being seeded will be paused, when @code{ratio-limit-enabled?} is @code{#t}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30065
+#: guix-git/doc/guix.texi:30091
msgid "Defaults to @samp{2.0}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30068
+#: guix-git/doc/guix.texi:30094
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} boolean idle-seeding-limit-enabled?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30071
+#: guix-git/doc/guix.texi:30097
msgid "When @code{#t}, a torrent being seeded will automatically be paused once it has been idle for @code{idle-seeding-limit} minutes."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30076
+#: guix-git/doc/guix.texi:30102
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} non-negative-integer idle-seeding-limit"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30080
+#: guix-git/doc/guix.texi:30106
msgid "The maximum period, in minutes, a torrent being seeded may be idle before it is paused, when @code{idle-seeding-limit-enabled?} is @code{#t}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30085
+#: guix-git/doc/guix.texi:30111
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} boolean dht-enabled?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30089
+#: guix-git/doc/guix.texi:30115
msgid "Enable @uref{http://bittorrent.org/beps/bep_0005.html,the distributed hash table (@acronym{DHT}) protocol}, which supports the use of trackerless torrents."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30094
+#: guix-git/doc/guix.texi:30120
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} boolean lpd-enabled?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30099
+#: guix-git/doc/guix.texi:30125
msgid "Enable @uref{https://en.wikipedia.org/wiki/Local_Peer_Discovery,local peer discovery} (@acronym{LPD}), which allows the discovery of peers on the local network and may reduce the amount of data sent over the public Internet."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30104
+#: guix-git/doc/guix.texi:30130
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} boolean pex-enabled?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30108
+#: guix-git/doc/guix.texi:30134
msgid "Enable @uref{https://en.wikipedia.org/wiki/Peer_exchange,peer exchange} (@acronym{PEX}), which reduces the daemon's reliance on external trackers and may improve its performance."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30113
+#: guix-git/doc/guix.texi:30139
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} boolean utp-enabled?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30118
+#: guix-git/doc/guix.texi:30144
msgid "Enable @uref{http://bittorrent.org/beps/bep_0029.html,the micro transport protocol} (@acronym{uTP}), which aims to reduce the impact of BitTorrent traffic on other users of the local network while maintaining full utilization of the available bandwidth."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30123
+#: guix-git/doc/guix.texi:30149
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} boolean rpc-enabled?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30128
+#: guix-git/doc/guix.texi:30154
msgid "If @code{#t}, enable the remote procedure call (@acronym{RPC}) interface, which allows remote control of the daemon via its Web interface, the @command{transmission-remote} command-line client, and similar tools."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30133
+#: guix-git/doc/guix.texi:30159
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} string rpc-bind-address"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30136
+#: guix-git/doc/guix.texi:30162
msgid "The IP address at which to listen for @acronym{RPC} connections, or ``0.0.0.0'' to listen at all available IP addresses."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30141
+#: guix-git/doc/guix.texi:30167
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} port-number rpc-port"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30143
+#: guix-git/doc/guix.texi:30169
msgid "The port on which to listen for @acronym{RPC} connections."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30145
+#: guix-git/doc/guix.texi:30171
msgid "Defaults to @samp{9091}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30148
+#: guix-git/doc/guix.texi:30174
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} string rpc-url"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30150
+#: guix-git/doc/guix.texi:30176
msgid "The path prefix to use in the @acronym{RPC}-endpoint @acronym{URL}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30152
+#: guix-git/doc/guix.texi:30178
msgid "Defaults to @samp{\"/transmission/\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30155
+#: guix-git/doc/guix.texi:30181
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} boolean rpc-authentication-required?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30160
+#: guix-git/doc/guix.texi:30186
msgid "When @code{#t}, clients must authenticate (see @code{rpc-username} and @code{rpc-password}) when using the @acronym{RPC} interface. Note this has the side effect of disabling host-name whitelisting (see @code{rpc-host-whitelist-enabled?}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30165
+#: guix-git/doc/guix.texi:30191
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} maybe-string rpc-username"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30168
+#: guix-git/doc/guix.texi:30194
msgid "The username required by clients to access the @acronym{RPC} interface when @code{rpc-authentication-required?} is @code{#t}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30173
+#: guix-git/doc/guix.texi:30199
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} maybe-transmission-password-hash rpc-password"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30179
+#: guix-git/doc/guix.texi:30205
msgid "The password required by clients to access the @acronym{RPC} interface when @code{rpc-authentication-required?} is @code{#t}. This must be specified using a password hash in the format recognized by Transmission clients, either copied from an existing @file{settings.json} file or generated using the @code{transmission-password-hash} procedure."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30184
+#: guix-git/doc/guix.texi:30210
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} boolean rpc-whitelist-enabled?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30187
+#: guix-git/doc/guix.texi:30213
msgid "When @code{#t}, @acronym{RPC} requests will be accepted only when they originate from an address specified in @code{rpc-whitelist}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30192
+#: guix-git/doc/guix.texi:30218
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} string-list rpc-whitelist"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30196
+#: guix-git/doc/guix.texi:30222
msgid "The list of IP and IPv6 addresses from which @acronym{RPC} requests will be accepted when @code{rpc-whitelist-enabled?} is @code{#t}. Wildcards may be specified using @samp{*}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30198
+#: guix-git/doc/guix.texi:30224
msgid "Defaults to @samp{'(\"127.0.0.1\" \"::1\")}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30201
+#: guix-git/doc/guix.texi:30227
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} boolean rpc-host-whitelist-enabled?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30206
+#: guix-git/doc/guix.texi:30232
msgid "When @code{#t}, @acronym{RPC} requests will be accepted only when they are addressed to a host named in @code{rpc-host-whitelist}. Note that requests to ``localhost'' or ``localhost.'', or to a numeric address, are always accepted regardless of these settings."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30209
+#: guix-git/doc/guix.texi:30235
msgid "Note also this functionality is disabled when @code{rpc-authentication-required?} is @code{#t}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30214
+#: guix-git/doc/guix.texi:30240
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} string-list rpc-host-whitelist"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30217
+#: guix-git/doc/guix.texi:30243
msgid "The list of host names recognized by the @acronym{RPC} server when @code{rpc-host-whitelist-enabled?} is @code{#t}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30222
+#: guix-git/doc/guix.texi:30248
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} message-level message-level"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30226
+#: guix-git/doc/guix.texi:30252
msgid "The minimum severity level of messages to be logged (to @file{/var/log/transmission.log}) by the daemon, one of @code{none} (no logging), @code{error}, @code{info} and @code{debug}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30231
+#: guix-git/doc/guix.texi:30257
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} boolean start-added-torrents?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30234
+#: guix-git/doc/guix.texi:30260
msgid "When @code{#t}, torrents are started as soon as they are added; otherwise, they are added in ``paused'' state."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30239
+#: guix-git/doc/guix.texi:30265
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} boolean script-torrent-done-enabled?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30243
+#: guix-git/doc/guix.texi:30269
msgid "When @code{#t}, the script specified by @code{script-torrent-done-filename} will be invoked each time a torrent completes."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30248
+#: guix-git/doc/guix.texi:30274
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} maybe-file-object script-torrent-done-filename"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30252
+#: guix-git/doc/guix.texi:30278
msgid "A file name or file-like object specifying a script to run each time a torrent completes, when @code{script-torrent-done-enabled?} is @code{#t}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30257
+#: guix-git/doc/guix.texi:30283
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} boolean scrape-paused-torrents-enabled?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30260
+#: guix-git/doc/guix.texi:30286
msgid "When @code{#t}, the daemon will scrape trackers for a torrent even when the torrent is paused."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30265
+#: guix-git/doc/guix.texi:30291
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} non-negative-integer cache-size-mb"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30269
+#: guix-git/doc/guix.texi:30295
msgid "The amount of memory, in megabytes, to allocate for the daemon's in-memory cache. A larger value may increase performance by reducing the frequency of disk I/O."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30271
+#: guix-git/doc/guix.texi:30297
msgid "Defaults to @samp{4}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30274
+#: guix-git/doc/guix.texi:30300
#, no-wrap
msgid "{@code{transmission-daemon-configuration} parameter} boolean prefetch-enabled?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:30278
+#: guix-git/doc/guix.texi:30304
msgid "When @code{#t}, the daemon will try to improve I/O performance by hinting to the operating system which data is likely to be read next from disk to satisfy requests from peers."
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:30291
+#: guix-git/doc/guix.texi:30317
#, no-wrap
msgid "Tailon Service"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:30295
+#: guix-git/doc/guix.texi:30321
msgid "@uref{https://tailon.readthedocs.io/, Tailon} is a web application for viewing and searching log files."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:30298
+#: guix-git/doc/guix.texi:30324
msgid "The following example will configure the service with default values. By default, Tailon can be accessed on port 8080 (@code{http://localhost:8080})."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:30301
+#: guix-git/doc/guix.texi:30327
#, no-wrap
msgid "(service tailon-service-type)\n"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:30305
+#: guix-git/doc/guix.texi:30331
msgid "The following example customises more of the Tailon configuration, adding @command{sed} to the list of allowed commands."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:30312
+#: guix-git/doc/guix.texi:30338
#, no-wrap
msgid ""
"(service tailon-service-type\n"
@@ -59171,34 +59224,34 @@ msgid ""
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:30315
+#: guix-git/doc/guix.texi:30341
#, no-wrap
msgid "{Data Type} tailon-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:30318
+#: guix-git/doc/guix.texi:30344
msgid "Data type representing the configuration of Tailon. This type has the following parameters:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30320
+#: guix-git/doc/guix.texi:30346
#, no-wrap
msgid "@code{config-file} (default: @code{(tailon-configuration-file)})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:30324
+#: guix-git/doc/guix.texi:30350
msgid "The configuration file to use for Tailon. This can be set to a @dfn{tailon-configuration-file} record value, or any gexp (@pxref{G-Expressions})."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:30327
+#: guix-git/doc/guix.texi:30353
msgid "For example, to instead use a local file, the @code{local-file} function can be used:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:30332
+#: guix-git/doc/guix.texi:30358
#, no-wrap
msgid ""
"(service tailon-service-type\n"
@@ -59207,144 +59260,144 @@ msgid ""
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30334
+#: guix-git/doc/guix.texi:30360
#, no-wrap
msgid "@code{package} (default: @code{tailon})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:30336
+#: guix-git/doc/guix.texi:30362
msgid "The tailon package to use."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:30340
+#: guix-git/doc/guix.texi:30366
#, no-wrap
msgid "{Data Type} tailon-configuration-file"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:30343
+#: guix-git/doc/guix.texi:30369
msgid "Data type representing the configuration options for Tailon. This type has the following parameters:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30345
+#: guix-git/doc/guix.texi:30371
#, no-wrap
msgid "@code{files} (default: @code{(list \"/var/log\")})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:30350
+#: guix-git/doc/guix.texi:30376
msgid "List of files to display. The list can include strings for a single file or directory, or a list, where the first item is the name of a subsection, and the remaining items are the files or directories in that subsection."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30351
+#: guix-git/doc/guix.texi:30377
#, no-wrap
msgid "@code{bind} (default: @code{\"localhost:8080\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:30353
+#: guix-git/doc/guix.texi:30379
msgid "Address and port to which Tailon should bind on."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30354
+#: guix-git/doc/guix.texi:30380
#, no-wrap
msgid "@code{relative-root} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:30356
+#: guix-git/doc/guix.texi:30382
msgid "URL path to use for Tailon, set to @code{#f} to not use a path."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30357
+#: guix-git/doc/guix.texi:30383
#, no-wrap
msgid "@code{allow-transfers?} (default: @code{#t})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:30359
+#: guix-git/doc/guix.texi:30385
msgid "Allow downloading the log files in the web interface."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30360
+#: guix-git/doc/guix.texi:30386
#, no-wrap
msgid "@code{follow-names?} (default: @code{#t})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:30362
+#: guix-git/doc/guix.texi:30388
msgid "Allow tailing of not-yet existent files."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30363
+#: guix-git/doc/guix.texi:30389
#, no-wrap
msgid "@code{tail-lines} (default: @code{200})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:30365
+#: guix-git/doc/guix.texi:30391
msgid "Number of lines to read initially from each file."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30366
+#: guix-git/doc/guix.texi:30392
#, no-wrap
msgid "@code{allowed-commands} (default: @code{(list \"tail\" \"grep\" \"awk\")})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:30368
+#: guix-git/doc/guix.texi:30394
msgid "Commands to allow running. By default, @code{sed} is disabled."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:30371
+#: guix-git/doc/guix.texi:30397
msgid "Set @code{debug?} to @code{#t} to show debug messages."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30372
+#: guix-git/doc/guix.texi:30398
#, no-wrap
msgid "@code{wrap-lines} (default: @code{#t})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:30376
+#: guix-git/doc/guix.texi:30402
msgid "Initial line wrapping state in the web interface. Set to @code{#t} to initially wrap lines (the default), or to @code{#f} to initially not wrap lines."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30377
+#: guix-git/doc/guix.texi:30403
#, no-wrap
msgid "@code{http-auth} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:30381
+#: guix-git/doc/guix.texi:30407
msgid "HTTP authentication type to use. Set to @code{#f} to disable authentication (the default). Supported values are @code{\"digest\"} or @code{\"basic\"}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30382
+#: guix-git/doc/guix.texi:30408
#, no-wrap
msgid "@code{users} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:30387
+#: guix-git/doc/guix.texi:30413
msgid "If HTTP authentication is enabled (see @code{http-auth}), access will be restricted to the credentials provided here. To configure users, use a list of pairs, where the first element of the pair is the username, and the 2nd element of the pair is the password."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:30393
+#: guix-git/doc/guix.texi:30419
#, no-wrap
msgid ""
"(tailon-configuration-file\n"
@@ -59354,36 +59407,36 @@ msgid ""
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:30399
+#: guix-git/doc/guix.texi:30425
#, no-wrap
msgid "Darkstat Service"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:30400
+#: guix-git/doc/guix.texi:30426
#, no-wrap
msgid "darkstat"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:30403
+#: guix-git/doc/guix.texi:30429
msgid "Darkstat is a packet sniffer that captures network traffic, calculates statistics about usage, and serves reports over HTTP."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:30404
+#: guix-git/doc/guix.texi:30430
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "darkstat-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:30409
+#: guix-git/doc/guix.texi:30435
msgid "This is the service type for the @uref{https://unix4lyfe.org/darkstat/, darkstat} service, its value must be a @code{darkstat-configuration} record as in this example:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:30414
+#: guix-git/doc/guix.texi:30440
#, no-wrap
msgid ""
"(service darkstat-service-type\n"
@@ -59392,433 +59445,433 @@ msgid ""
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:30417
+#: guix-git/doc/guix.texi:30443
#, no-wrap
msgid "{Data Type} darkstat-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:30419
+#: guix-git/doc/guix.texi:30445
msgid "Data type representing the configuration of @command{darkstat}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30421
+#: guix-git/doc/guix.texi:30447
#, no-wrap
msgid "@code{package} (default: @code{darkstat})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:30423
+#: guix-git/doc/guix.texi:30449
msgid "The darkstat package to use."
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:30424
+#: guix-git/doc/guix.texi:30450
#, no-wrap
msgid "interface"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:30426
+#: guix-git/doc/guix.texi:30452
msgid "Capture traffic on the specified network interface."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30427
+#: guix-git/doc/guix.texi:30453
#, no-wrap
msgid "@code{port} (default: @code{\"667\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:30429
+#: guix-git/doc/guix.texi:30455
msgid "Bind the web interface to the specified port."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:30432 guix-git/doc/guix.texi:30468
+#: guix-git/doc/guix.texi:30458 guix-git/doc/guix.texi:30494
msgid "Bind the web interface to the specified address."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30433
+#: guix-git/doc/guix.texi:30459
#, no-wrap
msgid "@code{base} (default: @code{\"/\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:30436
+#: guix-git/doc/guix.texi:30462
msgid "Specify the path of the base URL@. This can be useful if @command{darkstat} is accessed via a reverse proxy."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:30441 guix-git/doc/guix.texi:30442
+#: guix-git/doc/guix.texi:30467 guix-git/doc/guix.texi:30468
#, no-wrap
msgid "prometheus-node-exporter"
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:30441
+#: guix-git/doc/guix.texi:30467
#, no-wrap
msgid "Prometheus Node Exporter Service"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:30448
+#: guix-git/doc/guix.texi:30474
msgid "The Prometheus ``node exporter'' makes hardware and operating system statistics provided by the Linux kernel available for the Prometheus monitoring system. This service should be deployed on all physical nodes and virtual machines, where monitoring these statistics is desirable."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:30449
+#: guix-git/doc/guix.texi:30475
#, fuzzy, no-wrap
#| msgid "(service prometheus-node-exporter-service-type)\n"
msgid "prometheus-node-exporter-service-type"
msgstr "(service openssh-service-type)\n"
#. type: defvar
-#: guix-git/doc/guix.texi:30453
+#: guix-git/doc/guix.texi:30479
msgid "This is the service type for the @uref{https://github.com/prometheus/node_exporter/, prometheus-node-exporter} service, its value must be a @code{prometheus-node-exporter-configuration}."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:30456
+#: guix-git/doc/guix.texi:30482
#, no-wrap
msgid "(service prometheus-node-exporter-service-type)\n"
msgstr "(service openssh-service-type)\n"
#. type: deftp
-#: guix-git/doc/guix.texi:30459
+#: guix-git/doc/guix.texi:30485
#, no-wrap
msgid "{Data Type} prometheus-node-exporter-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:30461
+#: guix-git/doc/guix.texi:30487
msgid "Data type representing the configuration of @command{node_exporter}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30463
+#: guix-git/doc/guix.texi:30489
#, no-wrap
msgid "@code{package} (default: @code{go-github-com-prometheus-node-exporter})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:30465
+#: guix-git/doc/guix.texi:30491
msgid "The prometheus-node-exporter package to use."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30466
+#: guix-git/doc/guix.texi:30492
#, no-wrap
msgid "@code{web-listen-address} (default: @code{\":9100\"})"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30469
+#: guix-git/doc/guix.texi:30495
#, no-wrap
msgid "@code{textfile-directory} (default: @code{\"/var/lib/prometheus/node-exporter\"})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:30473
+#: guix-git/doc/guix.texi:30499
msgid "This directory can be used to export metrics specific to this machine. Files containing metrics in the text format, with the filename ending in @code{.prom} should be placed in this directory."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:30476
+#: guix-git/doc/guix.texi:30502
msgid "Extra options to pass to the Prometheus node exporter."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:30481 guix-git/doc/guix.texi:30482
+#: guix-git/doc/guix.texi:30507 guix-git/doc/guix.texi:30508
#, fuzzy, no-wrap
#| msgid "--stats"
msgid "vnstat"
msgstr "--stats"
#. type: subsubheading
-#: guix-git/doc/guix.texi:30481
+#: guix-git/doc/guix.texi:30507
#, no-wrap
msgid "vnStat Network Traffic Monitor"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:30487
+#: guix-git/doc/guix.texi:30513
msgid "vnStat is a network traffic monitor that uses interface statistics provided by the kernel rather than traffic sniffing. This makes it a light resource monitor, regardless of network traffic rate."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:30488
+#: guix-git/doc/guix.texi:30514
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "vnstat-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:30491
+#: guix-git/doc/guix.texi:30517
msgid "This is the service type for the @uref{https://humdi.net/vnstat/,vnStat} daemon and accepts a @code{vnstat-configuration} value."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:30493
+#: guix-git/doc/guix.texi:30519
#, fuzzy
#| msgid "The following example specifies the Shepherd package for the operating system:"
msgid "The following example will configure the service with default values:"
msgstr "Следующий пример порождает новую оболочку, установленную для разработки GNU@tie{}Guile:"
#. type: lisp
-#: guix-git/doc/guix.texi:30496
+#: guix-git/doc/guix.texi:30522
#, fuzzy, no-wrap
#| msgid "(service laminar-service-type)\n"
msgid "(service vnstat-service-type)\n"
msgstr "(service openssh-service-type)\n"
#. type: deftp
-#: guix-git/doc/guix.texi:30500
+#: guix-git/doc/guix.texi:30526
#, fuzzy, no-wrap
#| msgid "{Data Type} auditd-configuration"
msgid "{Data Type} vnstat-configuration"
msgstr "{Тип данных} build-machine"
#. type: deftp
-#: guix-git/doc/guix.texi:30502
+#: guix-git/doc/guix.texi:30528
msgid "Available @code{vnstat-configuration} fields are:"
msgstr "Доступными полями @code{vnstat-configuration} являются:"
#. type: item
-#: guix-git/doc/guix.texi:30504
+#: guix-git/doc/guix.texi:30530
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{package} (default: @code{vnstat}) (type: file-like)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:30506
+#: guix-git/doc/guix.texi:30532
#, fuzzy
#| msgid "The Mumi package to use."
msgid "The vnstat package."
msgstr "Используемый пакет Mumi."
#. type: item
-#: guix-git/doc/guix.texi:30507
+#: guix-git/doc/guix.texi:30533
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{database-directory} (default: @code{\"/var/lib/vnstat\"}) (type: string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:30510
+#: guix-git/doc/guix.texi:30536
msgid "Specifies the directory where the database is to be stored. A full path must be given and a leading '/' isn't required."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30511
+#: guix-git/doc/guix.texi:30537
#, fuzzy, no-wrap
#| msgid "@code{port} (default: @code{5432})"
msgid "@code{5-minute-hours} (default: @code{48}) (type: maybe-integer)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:30516
+#: guix-git/doc/guix.texi:30542
msgid "Data retention duration for the 5 minute resolution entries. The configuration defines for how many past hours entries will be stored. Set to @code{-1} for unlimited entries or to @code{0} to disable the data collection of this resolution."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30517
+#: guix-git/doc/guix.texi:30543
#, fuzzy, no-wrap
#| msgid "@code{port} (default: @code{5432})"
msgid "@code{64bit-interface-counters} (default: @code{-2}) (type: maybe-integer)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:30526
+#: guix-git/doc/guix.texi:30552
msgid "Select interface counter handling. Set to @code{1} for defining that all interfaces use 64-bit counters on the kernel side and @code{0} for defining 32-bit counter. Set to @code{-1} for using the old style logic used in earlier versions where counter values within 32-bits are assumed to be 32-bit and anything larger is assumed to be a 64-bit counter. This may produce false results if a 64-bit counter is reset within the 32-bits. Set to @code{-2} for using automatic detection based on available kernel datastructures."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30527
+#: guix-git/doc/guix.texi:30553
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{always-add-new-interfaces?} (default: @code{#t}) (type: maybe-boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:30534
+#: guix-git/doc/guix.texi:30560
msgid "Enable or disable automatic creation of new database entries for interfaces not currently in the database even if the database file already exists when the daemon is started. New database entries will also get created for new interfaces seen while the daemon is running. Pseudo interfaces @samp{lo}, @samp{lo0} and @samp{sit0} are always excluded from getting added."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30535
+#: guix-git/doc/guix.texi:30561
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{bandwidth-detection?} (default: @code{#t}) (type: maybe-boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:30543
+#: guix-git/doc/guix.texi:30569
msgid "Try to automatically detect @var{max-bandwidth} value for each monitored interface. Mostly only ethernet interfaces support this feature. @var{max-bandwidth} will be used as fallback value if detection fails. Any interface specific @var{max-BW} configuration will disable the detection for the specified interface. In Linux, the detection is disabled for tun interfaces due to the Linux kernel always reporting 10 Mbit regardless of the used real interface."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30544
+#: guix-git/doc/guix.texi:30570
#, fuzzy, no-wrap
#| msgid "@code{port} (default: @code{5432})"
msgid "@code{bandwidth-detection-interval} (default: @code{5}) (type: maybe-integer)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:30549
+#: guix-git/doc/guix.texi:30575
msgid "How often in minutes interface specific detection of @var{max-bandwidth} is done for detecting possible changes when @var{bandwidth-detection} is enabled. Can be disabled by setting to @code{0}. Value range: @samp{0}..@samp{30}"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30550
+#: guix-git/doc/guix.texi:30576
#, fuzzy, no-wrap
#| msgid "@code{port} (default: @code{5432})"
msgid "@code{boot-variation} (default: @code{15}) (type: maybe-integer)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:30553
+#: guix-git/doc/guix.texi:30579
msgid "Time in seconds how much the boot time reported by system kernel can variate between updates. Value range: @samp{0}..@samp{300}"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30554
+#: guix-git/doc/guix.texi:30580
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{check-disk-space?} (default: @code{#t}) (type: maybe-boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:30557
+#: guix-git/doc/guix.texi:30583
msgid "Enable or disable the availability check of at least some free disk space before a database write."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30558
+#: guix-git/doc/guix.texi:30584
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{create-directories?} (default: @code{#t}) (type: maybe-boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:30561
+#: guix-git/doc/guix.texi:30587
msgid "Enable or disable the creation of directories when a configured path doesn't exist. This includes @var{database-directory}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30562
+#: guix-git/doc/guix.texi:30588
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{daemon-group} (type: maybe-user-group)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:30565
+#: guix-git/doc/guix.texi:30591
msgid "Specify the group to which the daemon process should switch during startup. Set to @code{%unset-value} to disable group switching."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30566
+#: guix-git/doc/guix.texi:30592
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{daemon-user} (type: maybe-user-account)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:30569
+#: guix-git/doc/guix.texi:30595
msgid "Specify the user to which the daemon process should switch during startup. Set to @code{%unset-value} to disable user switching."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30570
+#: guix-git/doc/guix.texi:30596
#, fuzzy, no-wrap
#| msgid "@code{port} (default: @code{5432})"
msgid "@code{daily-days} (default: @code{62}) (type: maybe-integer)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:30575
+#: guix-git/doc/guix.texi:30601
msgid "Data retention duration for the one day resolution entries. The configuration defines for how many past days entries will be stored. Set to @code{-1} for unlimited entries or to @code{0} to disable the data collection of this resolution."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30576
+#: guix-git/doc/guix.texi:30602
#, fuzzy, no-wrap
#| msgid "@code{port} (default: @code{5432})"
msgid "@code{database-synchronous} (default: @code{-1}) (type: maybe-integer)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:30587
+#: guix-git/doc/guix.texi:30613
msgid "Change the setting of the SQLite \"synchronous\" flag which controls how much care is taken to ensure disk writes have fully completed when writing data to the database before continuing other actions. Higher values take extra steps to ensure data safety at the cost of slower performance. A value of @code{0} will result in all handling being left to the filesystem itself. Set to @code{-1} to select the default value according to database mode controlled by @var{database-write-ahead-logging} setting. See SQLite documentation for more details regarding values from @code{1} to @code{3}. Value range: @samp{-1}..@samp{3}"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30588
+#: guix-git/doc/guix.texi:30614
#, fuzzy, no-wrap
#| msgid "@code{enabled?} (default: @code{#t})"
msgid "@code{database-write-ahead-logging?} (default: @code{#f}) (type: maybe-boolean)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:30592
+#: guix-git/doc/guix.texi:30618
msgid "Enable or disable SQLite Write-Ahead Logging mode for the database. See SQLite documentation for more details and note that support for read-only operations isn't available in older SQLite versions."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30593
+#: guix-git/doc/guix.texi:30619
#, fuzzy, no-wrap
#| msgid "@code{port} (default: @code{5432})"
msgid "@code{hourly-days} (default: @code{4}) (type: maybe-integer)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:30598
+#: guix-git/doc/guix.texi:30624
msgid "Data retention duration for the one hour resolution entries. The configuration defines for how many past days entries will be stored. Set to @code{-1} for unlimited entries or to @code{0} to disable the data collection of this resolution."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30599 guix-git/doc/guix.texi:35714
-#: guix-git/doc/guix.texi:40970 guix-git/doc/guix.texi:46965
+#: guix-git/doc/guix.texi:30625 guix-git/doc/guix.texi:35743
+#: guix-git/doc/guix.texi:40999 guix-git/doc/guix.texi:46994
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{log-file} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:30602
+#: guix-git/doc/guix.texi:30628
msgid "Specify log file path and name to be used if @var{use-logging} is set to @code{1}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30603
+#: guix-git/doc/guix.texi:30629
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{max-bandwidth} (type: maybe-integer)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:30608
+#: guix-git/doc/guix.texi:30634
msgid "Maximum bandwidth for all interfaces. If the interface specific traffic exceeds the given value then the data is assumed to be invalid and rejected. Set to 0 in order to disable the feature. Value range: @samp{0}..@samp{50000}"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30609
+#: guix-git/doc/guix.texi:30635
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{max-bw} (type: maybe-alist)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:30613
+#: guix-git/doc/guix.texi:30639
msgid "Same as @var{max-bandwidth} but can be used for setting individual limits for selected interfaces. This is an association list of interfaces as strings to integer values. For example,"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:30616
+#: guix-git/doc/guix.texi:30642
#, no-wrap
msgid ""
"(max-bw `((\"eth0\" . 15000)\n"
@@ -59826,746 +59879,746 @@ msgid ""
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:30619
+#: guix-git/doc/guix.texi:30645
msgid "@var{bandwidth-detection} is disabled on an interface specific level for each @var{max-bw} configuration. Value range: @samp{0}..@samp{50000}"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30620
+#: guix-git/doc/guix.texi:30646
#, fuzzy, no-wrap
#| msgid "@code{port} (default: @code{5432})"
msgid "@code{monthly-months} (default: @code{25}) (type: maybe-integer)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:30625
+#: guix-git/doc/guix.texi:30651
msgid "Data retention duration for the one month resolution entries. The configuration defines for how many past months entries will be stored. Set to @code{-1} for unlimited entries or to @code{0} to disable the data collection of this resolution."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30626
+#: guix-git/doc/guix.texi:30652
#, fuzzy, no-wrap
#| msgid "@code{port} (default: @code{5432})"
msgid "@code{month-rotate} (default: @code{1}) (type: maybe-integer)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:30633
+#: guix-git/doc/guix.texi:30659
msgid "Day of month that months are expected to change. Usually set to 1 but can be set to alternative values for example for tracking monthly billed traffic where the billing period doesn't start on the first day. For example, if set to 7, days of February up to and including the 6th will count for January. Changing this option will not cause existing data to be recalculated. Value range: @samp{1}..@samp{28}"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30634
+#: guix-git/doc/guix.texi:30660
#, fuzzy, no-wrap
#| msgid "@code{auto-start?} (default: @code{#t})"
msgid "@code{month-rotate-affects-years?} (default: @code{#f}) (type: maybe-boolean)"
msgstr "@code{auto-start?} (default: @code{#t})"
#. type: table
-#: guix-git/doc/guix.texi:30637
+#: guix-git/doc/guix.texi:30663
msgid "Enable or disable @var{month-rotate} also affecting yearly data. Applicable only when @var{month-rotate} has a value greater than one."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30638
+#: guix-git/doc/guix.texi:30664
#, fuzzy, no-wrap
#| msgid "@code{port} (default: @code{5432})"
msgid "@code{offline-save-interval} (default: @code{30}) (type: maybe-integer)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:30642
+#: guix-git/doc/guix.texi:30668
msgid "How often in minutes cached interface data is saved to file when all monitored interfaces are offline. Value range: @var{save-interval}..@samp{60}"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30643
+#: guix-git/doc/guix.texi:30669
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{pid-file} (default: @code{\"/var/run/vnstatd.pid\"}) (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:30645
+#: guix-git/doc/guix.texi:30671
msgid "Specify pid file path and name to be used."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30646
+#: guix-git/doc/guix.texi:30672
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{poll-interval} (default: @code{5}) (type: maybe-integer)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:30649
+#: guix-git/doc/guix.texi:30675
msgid "How often in seconds interfaces are checked for status changes. Value range: @samp{2}..@samp{60}"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30650
+#: guix-git/doc/guix.texi:30676
#, fuzzy, no-wrap
#| msgid "@code{discover?} (default: @code{#f})"
msgid "@code{rescan-database-on-save?} (type: maybe-boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:30655
+#: guix-git/doc/guix.texi:30681
msgid "Automatically discover added interfaces from the database and start monitoring. The rescan is done every @var{save-interval} or @var{offline-save-interval} minutes depending on the current activity state."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30656
+#: guix-git/doc/guix.texi:30682
#, fuzzy, no-wrap
#| msgid "@code{port} (default: @code{5432})"
msgid "@code{save-interval} (default: @code{5}) (type: maybe-integer)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:30659
+#: guix-git/doc/guix.texi:30685
msgid "How often in minutes cached interface data is saved to file. Value range: ( @var{update-interval} / 60 )..@samp{60}"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30660
+#: guix-git/doc/guix.texi:30686
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{save-on-status-change?} (default: @code{#t}) (type: maybe-boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:30664
+#: guix-git/doc/guix.texi:30690
msgid "Enable or disable the additional saving to file of cached interface data when the availability of an interface changes, i.e., when an interface goes offline or comes online."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30665
+#: guix-git/doc/guix.texi:30691
#, fuzzy, no-wrap
#| msgid "@code{port} (default: @code{5432})"
msgid "@code{time-sync-wait} (default: @code{5}) (type: maybe-integer)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:30671
+#: guix-git/doc/guix.texi:30697
msgid "How many minutes to wait during daemon startup for system clock to sync if most recent database update appears to be in the future. This may be needed in systems without a real-time clock (RTC) which require some time after boot to query and set the correct time. @code{0} = wait disabled. Value range: @samp{0}..@samp{60}"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30672
+#: guix-git/doc/guix.texi:30698
#, fuzzy, no-wrap
#| msgid "@code{port} (default: @code{5432})"
msgid "@code{top-day-entries} (default: @code{20}) (type: maybe-integer)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:30677
+#: guix-git/doc/guix.texi:30703
msgid "Data retention duration for the top day entries. The configuration defines how many of the past top day entries will be stored. Set to @code{-1} for unlimited entries or to @code{0} to disable the data collection of this resolution."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30678
+#: guix-git/doc/guix.texi:30704
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{trafficless-entries?} (default: @code{#t}) (type: maybe-boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:30681
+#: guix-git/doc/guix.texi:30707
msgid "Create database entries even when there is no traffic during the entry's time period."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30682
+#: guix-git/doc/guix.texi:30708
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{update-file-owner?} (default: @code{#t}) (type: maybe-boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:30691
+#: guix-git/doc/guix.texi:30717
msgid "Enable or disable the update of file ownership during daemon process startup. During daemon startup, only database, log and pid files will be modified if the user or group change feature ( @var{daemon-user} or @var{daemon-group} ) is enabled and the files don't match the requested user or group. During manual database creation, this option will cause file ownership to be inherited from the database directory if the directory already exists. This option only has effect when the process is started as root or via sudo."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30692
+#: guix-git/doc/guix.texi:30718
#, fuzzy, no-wrap
#| msgid "@code{port} (default: @code{5432})"
msgid "@code{update-interval} (default: @code{20}) (type: maybe-integer)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:30695
+#: guix-git/doc/guix.texi:30721
msgid "How often in seconds the interface data is updated. Value range: @var{poll-interval}..@samp{300}"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30696
+#: guix-git/doc/guix.texi:30722
#, fuzzy, no-wrap
#| msgid "@code{port} (default: @code{5432})"
msgid "@code{use-logging} (default: @code{2}) (type: maybe-integer)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:30699
+#: guix-git/doc/guix.texi:30725
msgid "Enable or disable logging. Accepted values are: @code{0} = disabled, @code{1} = logfile and @code{2} = syslog."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30700
+#: guix-git/doc/guix.texi:30726
#, fuzzy, no-wrap
#| msgid "@code{discover?} (default: @code{#f})"
msgid "@code{use-utc?} (type: maybe-boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:30706
+#: guix-git/doc/guix.texi:30732
msgid "Enable or disable using UTC as timezone in the database for all entries. When enabled, all entries added to the database will use UTC regardless of the configured system timezone. When disabled, the configured system timezone will be used. Changing this setting will not result in already existing data to be modified."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30707
+#: guix-git/doc/guix.texi:30733
#, fuzzy, no-wrap
#| msgid "@code{port} (default: @code{5432})"
msgid "@code{yearly-years} (default: @code{-1}) (type: maybe-integer)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:30712
+#: guix-git/doc/guix.texi:30738
msgid "Data retention duration for the one year resolution entries. The configuration defines for how many past years entries will be stored. Set to @code{-1} for unlimited entries or to @code{0} to disable the data collection of this resolution."
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:30717
+#: guix-git/doc/guix.texi:30743
#, no-wrap
msgid "Zabbix server"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:30718
+#: guix-git/doc/guix.texi:30744
#, no-wrap
msgid "zabbix zabbix-server"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:30723
+#: guix-git/doc/guix.texi:30749
msgid "Zabbix is a high performance monitoring system that can collect data from a variety of sources and provide the results in a web-based interface. Alerting and reporting is built-in, as well as @dfn{templates} for common operating system metrics such as network utilization, CPU load, and disk space consumption."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:30730
+#: guix-git/doc/guix.texi:30756
msgid "This service provides the central Zabbix monitoring service; you also need @ref{zabbix-front-end,@code{zabbix-front-end-service-type}} to configure Zabbix and display results, and optionally @ref{zabbix-agent, @code{zabbix-agent-service-type}} on machines that should be monitored (other data sources are supported, such as @ref{prometheus-node-exporter, Prometheus Node Exporter})."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:30731
+#: guix-git/doc/guix.texi:30757
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} zram-device-service-type"
msgid "zabbix-server-service-type"
msgstr "{Процедура Scheme} sane-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:30734
+#: guix-git/doc/guix.texi:30760
msgid "This is the service type for the Zabbix server service. Its value must be a @code{zabbix-server-configuration} record, shown below."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:30738
+#: guix-git/doc/guix.texi:30764
#, fuzzy, no-wrap
#| msgid "{Data Type} auditd-configuration"
msgid "{Data Type} zabbix-server-configuration"
msgstr "{Тип данных} build-machine"
#. type: deftp
-#: guix-git/doc/guix.texi:30740
+#: guix-git/doc/guix.texi:30766
msgid "Available @code{zabbix-server-configuration} fields are:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30742 guix-git/doc/guix.texi:30905
+#: guix-git/doc/guix.texi:30768 guix-git/doc/guix.texi:30931
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{zabbix-server} (default: @code{zabbix-server}) (type: file-like)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:30744
+#: guix-git/doc/guix.texi:30770
msgid "The zabbix-server package."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30745 guix-git/doc/guix.texi:30831
+#: guix-git/doc/guix.texi:30771 guix-git/doc/guix.texi:30857
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{user} (default: @code{\"zabbix\"}) (type: string)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:30747
+#: guix-git/doc/guix.texi:30773
msgid "User who will run the Zabbix server."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30748 guix-git/doc/guix.texi:30834
+#: guix-git/doc/guix.texi:30774 guix-git/doc/guix.texi:30860
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{group} (default: @code{\"zabbix\"}) (type: string)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:30750
+#: guix-git/doc/guix.texi:30776
msgid "Group who will run the Zabbix server."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30751
+#: guix-git/doc/guix.texi:30777
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{db-host} (default: @code{\"127.0.0.1\"}) (type: string)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:30753 guix-git/doc/guix.texi:30915
+#: guix-git/doc/guix.texi:30779 guix-git/doc/guix.texi:30941
msgid "Database host name."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30754 guix-git/doc/guix.texi:30919
+#: guix-git/doc/guix.texi:30780 guix-git/doc/guix.texi:30945
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{db-name} (default: @code{\"zabbix\"}) (type: string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:30756 guix-git/doc/guix.texi:30921
+#: guix-git/doc/guix.texi:30782 guix-git/doc/guix.texi:30947
msgid "Database name."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30757 guix-git/doc/guix.texi:30922
+#: guix-git/doc/guix.texi:30783 guix-git/doc/guix.texi:30948
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{db-user} (default: @code{\"zabbix\"}) (type: string)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:30759 guix-git/doc/guix.texi:30924
+#: guix-git/doc/guix.texi:30785 guix-git/doc/guix.texi:30950
msgid "Database user."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30760 guix-git/doc/guix.texi:30925
+#: guix-git/doc/guix.texi:30786 guix-git/doc/guix.texi:30951
#, fuzzy, no-wrap
#| msgid "@code{password} (default: @code{\"\"})"
msgid "@code{db-password} (default: @code{\"\"}) (type: string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:30763
+#: guix-git/doc/guix.texi:30789
msgid "Database password. Please, use @code{include-files} with @code{DBPassword=SECRET} inside a specified file instead."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30764 guix-git/doc/guix.texi:30916
+#: guix-git/doc/guix.texi:30790 guix-git/doc/guix.texi:30942
#, fuzzy, no-wrap
#| msgid "@code{port} (default: @code{5432})"
msgid "@code{db-port} (default: @code{5432}) (type: number)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:30766 guix-git/doc/guix.texi:30918
+#: guix-git/doc/guix.texi:30792 guix-git/doc/guix.texi:30944
msgid "Database port."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30767 guix-git/doc/guix.texi:30841
+#: guix-git/doc/guix.texi:30793 guix-git/doc/guix.texi:30867
#, fuzzy, no-wrap
#| msgid "@code{password} (default: @code{\"\"})"
msgid "@code{log-type} (default: @code{\"\"}) (type: string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:30769 guix-git/doc/guix.texi:30843
+#: guix-git/doc/guix.texi:30795 guix-git/doc/guix.texi:30869
msgid "Specifies where log messages are written to:"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:30772 guix-git/doc/guix.texi:30847
+#: guix-git/doc/guix.texi:30798 guix-git/doc/guix.texi:30873
#, no-wrap
msgid "@code{system} - syslog."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30774
+#: guix-git/doc/guix.texi:30800
#, no-wrap
msgid "@code{file} - file specified with @code{log-file} parameter."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30776 guix-git/doc/guix.texi:30851
+#: guix-git/doc/guix.texi:30802 guix-git/doc/guix.texi:30877
#, no-wrap
msgid "@code{console} - standard output."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30780
+#: guix-git/doc/guix.texi:30806
#, fuzzy, no-wrap
#| msgid "@code{log-file} (default: @code{\"/var/log/cuirass-remote-server.log\"})"
msgid "@code{log-file} (default: @code{\"/var/log/zabbix/server.log\"}) (type: string)"
msgstr "@code{daemon-socket} (default: @code{\"/var/guix/daemon-socket/socket\"})"
#. type: table
-#: guix-git/doc/guix.texi:30782 guix-git/doc/guix.texi:30857
+#: guix-git/doc/guix.texi:30808 guix-git/doc/guix.texi:30883
msgid "Log file name for @code{log-type} @code{file} parameter."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30783
+#: guix-git/doc/guix.texi:30809
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{pid-file} (default: @code{\"/var/run/zabbix/zabbix_server.pid\"}) (type: string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:30785 guix-git/doc/guix.texi:30860
+#: guix-git/doc/guix.texi:30811 guix-git/doc/guix.texi:30886
msgid "Name of PID file."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30786
+#: guix-git/doc/guix.texi:30812
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{ssl-ca-location} (default: @code{\"/etc/ssl/certs/ca-certificates.crt\"}) (type: string)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:30789
+#: guix-git/doc/guix.texi:30815
msgid "The location of certificate authority (CA) files for SSL server certificate verification."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30790
+#: guix-git/doc/guix.texi:30816
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{ssl-cert-location} (default: @code{\"/etc/ssl/certs\"}) (type: string)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:30792
+#: guix-git/doc/guix.texi:30818
msgid "Location of SSL client certificates."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30793 guix-git/doc/guix.texi:30871
+#: guix-git/doc/guix.texi:30819 guix-git/doc/guix.texi:30897
#, fuzzy, no-wrap
#| msgid "@code{metad-configuration} (default: @code{(ganeti-metad-configuration)})"
msgid "@code{extra-options} (default: @code{\"\"}) (type: extra-options)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:30795 guix-git/doc/guix.texi:30873
+#: guix-git/doc/guix.texi:30821 guix-git/doc/guix.texi:30899
msgid "Extra options will be appended to Zabbix server configuration file."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30796 guix-git/doc/guix.texi:30874
+#: guix-git/doc/guix.texi:30822 guix-git/doc/guix.texi:30900
#, fuzzy, no-wrap
#| msgid "@code{extra-environment} (default: @code{#~'()})"
msgid "@code{include-files} (default: @code{'()}) (type: include-files)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:30799 guix-git/doc/guix.texi:30877
+#: guix-git/doc/guix.texi:30825 guix-git/doc/guix.texi:30903
msgid "You may include individual files or all files in a directory in the configuration file."
msgstr ""
#. type: anchor{#1}
-#: guix-git/doc/guix.texi:30808
+#: guix-git/doc/guix.texi:30834
msgid "zabbix-agent"
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:30808
+#: guix-git/doc/guix.texi:30834
#, no-wrap
msgid "Zabbix agent"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:30809
+#: guix-git/doc/guix.texi:30835
#, no-wrap
msgid "zabbix zabbix-agent"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:30816
+#: guix-git/doc/guix.texi:30842
msgid "The Zabbix agent gathers information about the running system for the Zabbix monitoring server. It has a variety of built-in checks, and can be extended with custom @uref{https://www.zabbix.com/documentation/current/en/manual/config/items/userparameters, @dfn{user parameters}}."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:30817
+#: guix-git/doc/guix.texi:30843
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "zabbix-agent-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:30820
+#: guix-git/doc/guix.texi:30846
msgid "This is the service type for the Zabbix agent service. Its value must be a @code{zabbix-agent-configuration} record, shown below."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:30824
+#: guix-git/doc/guix.texi:30850
#, fuzzy, no-wrap
#| msgid "{Data Type} auditd-configuration"
msgid "{Data Type} zabbix-agent-configuration"
msgstr "{Тип данных} build-machine"
#. type: deftp
-#: guix-git/doc/guix.texi:30826
+#: guix-git/doc/guix.texi:30852
msgid "Available @code{zabbix-agent-configuration} fields are:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30828
+#: guix-git/doc/guix.texi:30854
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{zabbix-agent} (default: @code{zabbix-agentd}) (type: file-like)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:30830
+#: guix-git/doc/guix.texi:30856
msgid "The zabbix-agent package."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:30833
+#: guix-git/doc/guix.texi:30859
msgid "User who will run the Zabbix agent."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:30836
+#: guix-git/doc/guix.texi:30862
msgid "Group who will run the Zabbix agent."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30837
+#: guix-git/doc/guix.texi:30863
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{hostname} (default: @code{\"\"}) (type: string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:30840
+#: guix-git/doc/guix.texi:30866
msgid "Unique, case sensitive hostname which is required for active checks and must match hostname as configured on the server."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30848
+#: guix-git/doc/guix.texi:30874
#, no-wrap
msgid "@code{file} - file specified with"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:30850
+#: guix-git/doc/guix.texi:30876
msgid "@code{log-file} parameter."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30855
+#: guix-git/doc/guix.texi:30881
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{log-file} (default: @code{\"/var/log/zabbix/agent.log\"}) (type: string)"
msgstr "@code{port} (default: @code{22})"
#. type: item
-#: guix-git/doc/guix.texi:30858
+#: guix-git/doc/guix.texi:30884
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{pid-file} (default: @code{\"/var/run/zabbix/zabbix_agent.pid\"}) (type: string)"
msgstr "@code{port} (default: @code{22})"
#. type: item
-#: guix-git/doc/guix.texi:30861
+#: guix-git/doc/guix.texi:30887
#, fuzzy, no-wrap
#| msgid "@code{extra-environment} (default: @code{#~'()})"
msgid "@code{server} (default: @code{'(\"127.0.0.1\")}) (type: list)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:30865
+#: guix-git/doc/guix.texi:30891
msgid "List of IP addresses, optionally in CIDR notation, or hostnames of Zabbix servers and Zabbix proxies. Incoming connections will be accepted only from the hosts listed here."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30866
+#: guix-git/doc/guix.texi:30892
#, fuzzy, no-wrap
#| msgid "@code{extra-environment} (default: @code{#~'()})"
msgid "@code{server-active} (default: @code{'(\"127.0.0.1\")}) (type: list)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:30870
+#: guix-git/doc/guix.texi:30896
msgid "List of IP:port (or hostname:port) pairs of Zabbix servers and Zabbix proxies for active checks. If port is not specified, default port is used. If this parameter is not specified, active checks are disabled."
msgstr ""
#. type: anchor{#1}
-#: guix-git/doc/guix.texi:30886
+#: guix-git/doc/guix.texi:30912
msgid "zabbix-front-end"
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:30886
+#: guix-git/doc/guix.texi:30912
#, no-wrap
msgid "Zabbix front-end"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:30887
+#: guix-git/doc/guix.texi:30913
#, no-wrap
msgid "zabbix zabbix-front-end"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:30893
+#: guix-git/doc/guix.texi:30919
msgid "The Zabbix front-end provides a web interface to Zabbix. It does not need to run on the same machine as the Zabbix server. This service works by extending the @ref{PHP-FPM} and @ref{NGINX} services with the configuration necessary for loading the Zabbix user interface."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:30894
+#: guix-git/doc/guix.texi:30920
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} ganeti-mond-service-type"
msgid "zabbix-front-end-service-type"
msgstr "{Процедура Scheme} sane-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:30897
+#: guix-git/doc/guix.texi:30923
msgid "This is the service type for the Zabbix web frontend. Its value must be a @code{zabbix-front-end-configuration} record, shown below."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:30901
+#: guix-git/doc/guix.texi:30927
#, fuzzy, no-wrap
#| msgid "{Data Type} auditd-configuration"
msgid "{Data Type} zabbix-front-end-configuration"
msgstr "{Тип данных} build-machine"
#. type: deftp
-#: guix-git/doc/guix.texi:30903
+#: guix-git/doc/guix.texi:30929
msgid "Available @code{zabbix-front-end-configuration} fields are:"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:30907
+#: guix-git/doc/guix.texi:30933
#, fuzzy
#| msgid "The package to use."
msgid "The Zabbix server package to use."
msgstr "Пакет для использования."
#. type: item
-#: guix-git/doc/guix.texi:30908
+#: guix-git/doc/guix.texi:30934
#, fuzzy, no-wrap
#| msgid "@code{extra-environment} (default: @code{#~'()})"
msgid "@code{nginx} (default: @code{'()}) (type: list)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:30912
+#: guix-git/doc/guix.texi:30938
msgid "List of @ref{nginx-server-configuration,@code{nginx-server-configuration}} blocks for the Zabbix front-end. When empty, a default that listens on port 80 is used."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30913
+#: guix-git/doc/guix.texi:30939
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{db-host} (default: @code{\"localhost\"}) (type: string)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:30927
+#: guix-git/doc/guix.texi:30953
msgid "Database password. Please, use @code{db-secret-file} instead."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30928
+#: guix-git/doc/guix.texi:30954
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{db-secret-file} (default: @code{\"\"}) (type: string)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:30932
+#: guix-git/doc/guix.texi:30958
msgid "Secret file which will be appended to @file{zabbix.conf.php} file. This file contains credentials for use by Zabbix front-end. You are expected to create it manually."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30933
+#: guix-git/doc/guix.texi:30959
#, fuzzy, no-wrap
#| msgid "@code{extra-environment} (default: @code{#~'()})"
msgid "@code{zabbix-host} (default: @code{\"localhost\"}) (type: string)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:30935
+#: guix-git/doc/guix.texi:30961
msgid "Zabbix server hostname."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30936
+#: guix-git/doc/guix.texi:30962
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{zabbix-port} (default: @code{10051}) (type: number)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:30938
+#: guix-git/doc/guix.texi:30964
msgid "Zabbix server port."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:30948
+#: guix-git/doc/guix.texi:30974
#, no-wrap
msgid "Kerberos"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:30952
+#: guix-git/doc/guix.texi:30978
msgid "The @code{(gnu services kerberos)} module provides services relating to the authentication protocol @dfn{Kerberos}."
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:30953
+#: guix-git/doc/guix.texi:30979
#, no-wrap
msgid "Krb5 Service"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:30960
+#: guix-git/doc/guix.texi:30986
msgid "Programs using a Kerberos client library normally expect a configuration file in @file{/etc/krb5.conf}. This service generates such a file from a definition provided in the operating system declaration. It does not cause any daemon to be started."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:30964
+#: guix-git/doc/guix.texi:30990
msgid "No ``keytab'' files are provided by this service---you must explicitly create them. This service is known to work with the MIT client library, @code{mit-krb5}. Other implementations have not been tested."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:30965
+#: guix-git/doc/guix.texi:30991
#, fuzzy, no-wrap
#| msgid "service types"
msgid "krb5-service-type"
msgstr "service types"
#. type: defvar
-#: guix-git/doc/guix.texi:30967
+#: guix-git/doc/guix.texi:30993
msgid "A service type for Kerberos 5 clients."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:30971
+#: guix-git/doc/guix.texi:30997
msgid "Here is an example of its use:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:30985
+#: guix-git/doc/guix.texi:31011
#, no-wrap
msgid ""
"(service krb5-service-type\n"
@@ -60584,213 +60637,213 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:30989
+#: guix-git/doc/guix.texi:31015
msgid "This example provides a Kerberos@tie{}5 client configuration which:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30990
+#: guix-git/doc/guix.texi:31016
#, no-wrap
msgid "Recognizes two realms, @i{viz:} ``EXAMPLE.COM'' and ``ARGRX.EDU'', both"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:30992
+#: guix-git/doc/guix.texi:31018
msgid "of which have distinct administration servers and key distribution centers;"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30992
+#: guix-git/doc/guix.texi:31018
#, no-wrap
msgid "Will default to the realm ``EXAMPLE.COM'' if the realm is not explicitly"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:30994
+#: guix-git/doc/guix.texi:31020
msgid "specified by clients;"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:30994
+#: guix-git/doc/guix.texi:31020
#, no-wrap
msgid "Accepts services which only support encryption types known to be weak."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:31002
+#: guix-git/doc/guix.texi:31028
msgid "The @code{krb5-realm} and @code{krb5-configuration} types have many fields. Only the most commonly used ones are described here. For a full list, and more detailed explanation of each, see the MIT @uref{https://web.mit.edu/kerberos/krb5-devel/doc/admin/conf_files/krb5_conf.html,,krb5.conf} documentation."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:31004
+#: guix-git/doc/guix.texi:31030
#, no-wrap
msgid "{Data Type} krb5-realm"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:31005
+#: guix-git/doc/guix.texi:31031
#, no-wrap
msgid "realm, kerberos"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:31011
+#: guix-git/doc/guix.texi:31037
msgid "This field is a string identifying the name of the realm. A common convention is to use the fully qualified DNS name of your organization, converted to upper case."
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:31012
+#: guix-git/doc/guix.texi:31038
#, no-wrap
msgid "admin-server"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:31015
+#: guix-git/doc/guix.texi:31041
msgid "This field is a string identifying the host where the administration server is running."
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:31016
+#: guix-git/doc/guix.texi:31042
#, no-wrap
msgid "kdc"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:31019
+#: guix-git/doc/guix.texi:31045
msgid "This field is a string identifying the key distribution center for the realm."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:31022
+#: guix-git/doc/guix.texi:31048
#, no-wrap
msgid "{Data Type} krb5-configuration"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:31025
+#: guix-git/doc/guix.texi:31051
#, no-wrap
msgid "@code{allow-weak-crypto?} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:31028
+#: guix-git/doc/guix.texi:31054
msgid "If this flag is @code{#t} then services which only offer encryption algorithms known to be weak will be accepted."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:31029
+#: guix-git/doc/guix.texi:31055
#, no-wrap
msgid "@code{default-realm} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:31036
+#: guix-git/doc/guix.texi:31062
msgid "This field should be a string identifying the default Kerberos realm for the client. You should set this field to the name of your Kerberos realm. If this value is @code{#f} then a realm must be specified with every Kerberos principal when invoking programs such as @command{kinit}."
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:31037
+#: guix-git/doc/guix.texi:31063
#, no-wrap
msgid "realms"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:31042
+#: guix-git/doc/guix.texi:31068
msgid "This should be a non-empty list of @code{krb5-realm} objects, which clients may access. Normally, one of them will have a @code{name} field matching the @code{default-realm} field."
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:31046
+#: guix-git/doc/guix.texi:31072
#, no-wrap
msgid "PAM krb5 Service"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:31047
+#: guix-git/doc/guix.texi:31073
#, no-wrap
msgid "pam-krb5"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:31053
+#: guix-git/doc/guix.texi:31079
msgid "The @code{pam-krb5} service allows for login authentication and password management via Kerberos. You will need this service if you want PAM enabled applications to authenticate users using Kerberos."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:31054
+#: guix-git/doc/guix.texi:31080
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "pam-krb5-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:31056
+#: guix-git/doc/guix.texi:31082
msgid "A service type for the Kerberos 5 PAM module."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:31058
+#: guix-git/doc/guix.texi:31084
#, no-wrap
msgid "{Data Type} pam-krb5-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:31061
+#: guix-git/doc/guix.texi:31087
msgid "Data type representing the configuration of the Kerberos 5 PAM module. This type has the following parameters:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:31062
+#: guix-git/doc/guix.texi:31088
#, no-wrap
msgid "@code{pam-krb5} (default: @code{pam-krb5})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:31064
+#: guix-git/doc/guix.texi:31090
msgid "The pam-krb5 package to use."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:31065
+#: guix-git/doc/guix.texi:31091
#, no-wrap
msgid "@code{minimum-uid} (default: @code{1000})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:31068
+#: guix-git/doc/guix.texi:31094
msgid "The smallest user ID for which Kerberos authentications should be attempted. Local accounts with lower values will silently fail to authenticate."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:31074
+#: guix-git/doc/guix.texi:31100
#, no-wrap
msgid "LDAP"
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:31076
+#: guix-git/doc/guix.texi:31102
#, no-wrap
msgid "Authentication against LDAP with nslcd"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:31077
+#: guix-git/doc/guix.texi:31103
#, no-wrap
msgid "nslcd, LDAP service"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:31084
+#: guix-git/doc/guix.texi:31110
msgid "The @code{(gnu services authentication)} module provides the @code{nslcd-service-type}, which can be used to authenticate against an LDAP server. In addition to configuring the service itself, you may want to add @code{ldap} as a name service to the Name Service Switch. @xref{Name Service Switch} for detailed information."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:31088
+#: guix-git/doc/guix.texi:31114
msgid "Here is a simple operating system declaration with a default configuration of the @code{nslcd-service-type} and a Name Service Switch configuration that consults the @code{ldap} name service last:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:31111
+#: guix-git/doc/guix.texi:31137
#, no-wrap
msgid ""
"(use-service-modules authentication)\n"
@@ -60817,622 +60870,622 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:31116
+#: guix-git/doc/guix.texi:31142
msgid "Available @code{nslcd-configuration} fields are:"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31117
+#: guix-git/doc/guix.texi:31143
#, no-wrap
msgid "{@code{nslcd-configuration} parameter} package nss-pam-ldapd"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31119
+#: guix-git/doc/guix.texi:31145
msgid "The @code{nss-pam-ldapd} package to use."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31122
+#: guix-git/doc/guix.texi:31148
#, no-wrap
msgid "{@code{nslcd-configuration} parameter} maybe-number threads"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31126
+#: guix-git/doc/guix.texi:31152
msgid "The number of threads to start that can handle requests and perform LDAP queries. Each thread opens a separate connection to the LDAP server. The default is to start 5 threads."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31131
+#: guix-git/doc/guix.texi:31157
#, no-wrap
msgid "{@code{nslcd-configuration} parameter} string uid"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31133
+#: guix-git/doc/guix.texi:31159
msgid "This specifies the user id with which the daemon should be run."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31135 guix-git/doc/guix.texi:31142
+#: guix-git/doc/guix.texi:31161 guix-git/doc/guix.texi:31168
msgid "Defaults to @samp{\"nslcd\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31138
+#: guix-git/doc/guix.texi:31164
#, no-wrap
msgid "{@code{nslcd-configuration} parameter} string gid"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31140
+#: guix-git/doc/guix.texi:31166
msgid "This specifies the group id with which the daemon should be run."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31145
+#: guix-git/doc/guix.texi:31171
#, no-wrap
msgid "{@code{nslcd-configuration} parameter} log-option log"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31153
+#: guix-git/doc/guix.texi:31179
msgid "This option controls the way logging is done via a list containing SCHEME and LEVEL@. The SCHEME argument may either be the symbols @samp{none} or @samp{syslog}, or an absolute file name. The LEVEL argument is optional and specifies the log level. The log level may be one of the following symbols: @samp{crit}, @samp{error}, @samp{warning}, @samp{notice}, @samp{info} or @samp{debug}. All messages with the specified log level or higher are logged."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31155
+#: guix-git/doc/guix.texi:31181
msgid "Defaults to @samp{'(\"/var/log/nslcd\" info)}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31158
+#: guix-git/doc/guix.texi:31184
#, no-wrap
msgid "{@code{nslcd-configuration} parameter} list uri"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31161
+#: guix-git/doc/guix.texi:31187
msgid "The list of LDAP server URIs. Normally, only the first server will be used with the following servers as fall-back."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31163
+#: guix-git/doc/guix.texi:31189
msgid "Defaults to @samp{'(\"ldap://localhost:389/\")}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31166
+#: guix-git/doc/guix.texi:31192
#, no-wrap
msgid "{@code{nslcd-configuration} parameter} maybe-string ldap-version"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31169
+#: guix-git/doc/guix.texi:31195
msgid "The version of the LDAP protocol to use. The default is to use the maximum version supported by the LDAP library."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31174
+#: guix-git/doc/guix.texi:31200
#, no-wrap
msgid "{@code{nslcd-configuration} parameter} maybe-string binddn"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31177
+#: guix-git/doc/guix.texi:31203
msgid "Specifies the distinguished name with which to bind to the directory server for lookups. The default is to bind anonymously."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31182
+#: guix-git/doc/guix.texi:31208
#, no-wrap
msgid "{@code{nslcd-configuration} parameter} maybe-string bindpw"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31185
+#: guix-git/doc/guix.texi:31211
msgid "Specifies the credentials with which to bind. This option is only applicable when used with binddn."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31190
+#: guix-git/doc/guix.texi:31216
#, no-wrap
msgid "{@code{nslcd-configuration} parameter} maybe-string rootpwmoddn"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31193
+#: guix-git/doc/guix.texi:31219
msgid "Specifies the distinguished name to use when the root user tries to modify a user's password using the PAM module."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31198
+#: guix-git/doc/guix.texi:31224
#, no-wrap
msgid "{@code{nslcd-configuration} parameter} maybe-string rootpwmodpw"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31202
+#: guix-git/doc/guix.texi:31228
msgid "Specifies the credentials with which to bind if the root user tries to change a user's password. This option is only applicable when used with rootpwmoddn"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31207
+#: guix-git/doc/guix.texi:31233
#, no-wrap
msgid "{@code{nslcd-configuration} parameter} maybe-string sasl-mech"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31210
+#: guix-git/doc/guix.texi:31236
msgid "Specifies the SASL mechanism to be used when performing SASL authentication."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31215
+#: guix-git/doc/guix.texi:31241
#, no-wrap
msgid "{@code{nslcd-configuration} parameter} maybe-string sasl-realm"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31217
+#: guix-git/doc/guix.texi:31243
msgid "Specifies the SASL realm to be used when performing SASL authentication."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31222
+#: guix-git/doc/guix.texi:31248
#, no-wrap
msgid "{@code{nslcd-configuration} parameter} maybe-string sasl-authcid"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31225
+#: guix-git/doc/guix.texi:31251
msgid "Specifies the authentication identity to be used when performing SASL authentication."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31230
+#: guix-git/doc/guix.texi:31256
#, no-wrap
msgid "{@code{nslcd-configuration} parameter} maybe-string sasl-authzid"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31233
+#: guix-git/doc/guix.texi:31259
msgid "Specifies the authorization identity to be used when performing SASL authentication."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31238
+#: guix-git/doc/guix.texi:31264
#, no-wrap
msgid "{@code{nslcd-configuration} parameter} maybe-boolean sasl-canonicalize?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31243
+#: guix-git/doc/guix.texi:31269
msgid "Determines whether the LDAP server host name should be canonicalised. If this is enabled the LDAP library will do a reverse host name lookup. By default, it is left up to the LDAP library whether this check is performed or not."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31248
+#: guix-git/doc/guix.texi:31274
#, no-wrap
msgid "{@code{nslcd-configuration} parameter} maybe-string krb5-ccname"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31250
+#: guix-git/doc/guix.texi:31276
msgid "Set the name for the GSS-API Kerberos credentials cache."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31255
+#: guix-git/doc/guix.texi:31281
#, no-wrap
msgid "{@code{nslcd-configuration} parameter} string base"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31257
+#: guix-git/doc/guix.texi:31283
msgid "The directory search base."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31259
+#: guix-git/doc/guix.texi:31285
msgid "Defaults to @samp{\"dc=example,dc=com\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31262
+#: guix-git/doc/guix.texi:31288
#, no-wrap
msgid "{@code{nslcd-configuration} parameter} scope-option scope"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31266
+#: guix-git/doc/guix.texi:31292
msgid "Specifies the search scope (subtree, onelevel, base or children). The default scope is subtree; base scope is almost never useful for name service lookups; children scope is not supported on all servers."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31268
+#: guix-git/doc/guix.texi:31294
msgid "Defaults to @samp{'(subtree)}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31271
+#: guix-git/doc/guix.texi:31297
#, no-wrap
msgid "{@code{nslcd-configuration} parameter} maybe-deref-option deref"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31274
+#: guix-git/doc/guix.texi:31300
msgid "Specifies the policy for dereferencing aliases. The default policy is to never dereference aliases."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31279
+#: guix-git/doc/guix.texi:31305
#, no-wrap
msgid "{@code{nslcd-configuration} parameter} maybe-boolean referrals"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31282
+#: guix-git/doc/guix.texi:31308
msgid "Specifies whether automatic referral chasing should be enabled. The default behaviour is to chase referrals."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31287
+#: guix-git/doc/guix.texi:31313
#, no-wrap
msgid "{@code{nslcd-configuration} parameter} list-of-map-entries maps"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31292
+#: guix-git/doc/guix.texi:31318
msgid "This option allows for custom attributes to be looked up instead of the default RFC 2307 attributes. It is a list of maps, each consisting of the name of a map, the RFC 2307 attribute to match and the query expression for the attribute as it is available in the directory."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31297
+#: guix-git/doc/guix.texi:31323
#, no-wrap
msgid "{@code{nslcd-configuration} parameter} list-of-filter-entries filters"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31300
+#: guix-git/doc/guix.texi:31326
msgid "A list of filters consisting of the name of a map to which the filter applies and an LDAP search filter expression."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31305
+#: guix-git/doc/guix.texi:31331
#, no-wrap
msgid "{@code{nslcd-configuration} parameter} maybe-number bind-timelimit"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31308
+#: guix-git/doc/guix.texi:31334
msgid "Specifies the time limit in seconds to use when connecting to the directory server. The default value is 10 seconds."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31313
+#: guix-git/doc/guix.texi:31339
#, no-wrap
msgid "{@code{nslcd-configuration} parameter} maybe-number timelimit"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31317
+#: guix-git/doc/guix.texi:31343
msgid "Specifies the time limit (in seconds) to wait for a response from the LDAP server. A value of zero, which is the default, is to wait indefinitely for searches to be completed."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31322
+#: guix-git/doc/guix.texi:31348
#, no-wrap
msgid "{@code{nslcd-configuration} parameter} maybe-number idle-timelimit"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31326
+#: guix-git/doc/guix.texi:31352
msgid "Specifies the period if inactivity (in seconds) after which the con‐ nection to the LDAP server will be closed. The default is not to time out connections."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31331
+#: guix-git/doc/guix.texi:31357
#, no-wrap
msgid "{@code{nslcd-configuration} parameter} maybe-number reconnect-sleeptime"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31335
+#: guix-git/doc/guix.texi:31361
msgid "Specifies the number of seconds to sleep when connecting to all LDAP servers fails. By default one second is waited between the first failure and the first retry."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31340
+#: guix-git/doc/guix.texi:31366
#, no-wrap
msgid "{@code{nslcd-configuration} parameter} maybe-number reconnect-retrytime"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31344
+#: guix-git/doc/guix.texi:31370
msgid "Specifies the time after which the LDAP server is considered to be permanently unavailable. Once this time is reached retries will be done only once per this time period. The default value is 10 seconds."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31349
+#: guix-git/doc/guix.texi:31375
#, no-wrap
msgid "{@code{nslcd-configuration} parameter} maybe-ssl-option ssl"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31353
+#: guix-git/doc/guix.texi:31379
msgid "Specifies whether to use SSL/TLS or not (the default is not to). If 'start-tls is specified then StartTLS is used rather than raw LDAP over SSL."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31358
+#: guix-git/doc/guix.texi:31384
#, no-wrap
msgid "{@code{nslcd-configuration} parameter} maybe-tls-reqcert-option tls-reqcert"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31361
+#: guix-git/doc/guix.texi:31387
msgid "Specifies what checks to perform on a server-supplied certificate. The meaning of the values is described in the ldap.conf(5) manual page."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31366
+#: guix-git/doc/guix.texi:31392
#, no-wrap
msgid "{@code{nslcd-configuration} parameter} maybe-string tls-cacertdir"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31369
+#: guix-git/doc/guix.texi:31395
msgid "Specifies the directory containing X.509 certificates for peer authen‐ tication. This parameter is ignored when using GnuTLS."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31374
+#: guix-git/doc/guix.texi:31400
#, no-wrap
msgid "{@code{nslcd-configuration} parameter} maybe-string tls-cacertfile"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31376
+#: guix-git/doc/guix.texi:31402
msgid "Specifies the path to the X.509 certificate for peer authentication."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31381
+#: guix-git/doc/guix.texi:31407
#, no-wrap
msgid "{@code{nslcd-configuration} parameter} maybe-string tls-randfile"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31384
+#: guix-git/doc/guix.texi:31410
msgid "Specifies the path to an entropy source. This parameter is ignored when using GnuTLS."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31389
+#: guix-git/doc/guix.texi:31415
#, no-wrap
msgid "{@code{nslcd-configuration} parameter} maybe-string tls-ciphers"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31391
+#: guix-git/doc/guix.texi:31417
msgid "Specifies the ciphers to use for TLS as a string."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31396
+#: guix-git/doc/guix.texi:31422
#, no-wrap
msgid "{@code{nslcd-configuration} parameter} maybe-string tls-cert"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31399
+#: guix-git/doc/guix.texi:31425
msgid "Specifies the path to the file containing the local certificate for client TLS authentication."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31404
+#: guix-git/doc/guix.texi:31430
#, no-wrap
msgid "{@code{nslcd-configuration} parameter} maybe-string tls-key"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31407
+#: guix-git/doc/guix.texi:31433
msgid "Specifies the path to the file containing the private key for client TLS authentication."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31412
+#: guix-git/doc/guix.texi:31438
#, no-wrap
msgid "{@code{nslcd-configuration} parameter} maybe-number pagesize"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31416
+#: guix-git/doc/guix.texi:31442
msgid "Set this to a number greater than 0 to request paged results from the LDAP server in accordance with RFC2696. The default (0) is to not request paged results."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31421
+#: guix-git/doc/guix.texi:31447
#, no-wrap
msgid "{@code{nslcd-configuration} parameter} maybe-ignore-users-option nss-initgroups-ignoreusers"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31425
+#: guix-git/doc/guix.texi:31451
msgid "This option prevents group membership lookups through LDAP for the specified users. Alternatively, the value 'all-local may be used. With that value nslcd builds a full list of non-LDAP users on startup."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31430
+#: guix-git/doc/guix.texi:31456
#, no-wrap
msgid "{@code{nslcd-configuration} parameter} maybe-number nss-min-uid"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31433
+#: guix-git/doc/guix.texi:31459
msgid "This option ensures that LDAP users with a numeric user id lower than the specified value are ignored."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31438
+#: guix-git/doc/guix.texi:31464
#, no-wrap
msgid "{@code{nslcd-configuration} parameter} maybe-number nss-uid-offset"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31441
+#: guix-git/doc/guix.texi:31467
msgid "This option specifies an offset that is added to all LDAP numeric user ids. This can be used to avoid user id collisions with local users."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31446
+#: guix-git/doc/guix.texi:31472
#, no-wrap
msgid "{@code{nslcd-configuration} parameter} maybe-number nss-gid-offset"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31449
+#: guix-git/doc/guix.texi:31475
msgid "This option specifies an offset that is added to all LDAP numeric group ids. This can be used to avoid user id collisions with local groups."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31454
+#: guix-git/doc/guix.texi:31480
#, no-wrap
msgid "{@code{nslcd-configuration} parameter} maybe-boolean nss-nested-groups"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31460
+#: guix-git/doc/guix.texi:31486
msgid "If this option is set, the member attribute of a group may point to another group. Members of nested groups are also returned in the higher level group and parent groups are returned when finding groups for a specific user. The default is not to perform extra searches for nested groups."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31465
+#: guix-git/doc/guix.texi:31491
#, no-wrap
msgid "{@code{nslcd-configuration} parameter} maybe-boolean nss-getgrent-skipmembers"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31470
+#: guix-git/doc/guix.texi:31496
msgid "If this option is set, the group member list is not retrieved when looking up groups. Lookups for finding which groups a user belongs to will remain functional so the user will likely still get the correct groups assigned on login."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31475
+#: guix-git/doc/guix.texi:31501
#, no-wrap
msgid "{@code{nslcd-configuration} parameter} maybe-boolean nss-disable-enumeration"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31481
+#: guix-git/doc/guix.texi:31507
msgid "If this option is set, functions which cause all user/group entries to be loaded from the directory will not succeed in doing so. This can dramatically reduce LDAP server load in situations where there are a great number of users and/or groups. This option is not recommended for most configurations."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31486
+#: guix-git/doc/guix.texi:31512
#, no-wrap
msgid "{@code{nslcd-configuration} parameter} maybe-string validnames"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31490
+#: guix-git/doc/guix.texi:31516
msgid "This option can be used to specify how user and group names are verified within the system. This pattern is used to check all user and group names that are requested and returned from LDAP."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31495
+#: guix-git/doc/guix.texi:31521
#, no-wrap
msgid "{@code{nslcd-configuration} parameter} maybe-boolean ignorecase"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31500
+#: guix-git/doc/guix.texi:31526
msgid "This specifies whether or not to perform searches using case-insensitive matching. Enabling this could open up the system to authorization bypass vulnerabilities and introduce nscd cache poisoning vulnerabilities which allow denial of service."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31505
+#: guix-git/doc/guix.texi:31531
#, no-wrap
msgid "{@code{nslcd-configuration} parameter} maybe-boolean pam-authc-ppolicy"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31508
+#: guix-git/doc/guix.texi:31534
msgid "This option specifies whether password policy controls are requested and handled from the LDAP server when performing user authentication."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31513
+#: guix-git/doc/guix.texi:31539
#, no-wrap
msgid "{@code{nslcd-configuration} parameter} maybe-string pam-authc-search"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31519
+#: guix-git/doc/guix.texi:31545
msgid "By default nslcd performs an LDAP search with the user's credentials after BIND (authentication) to ensure that the BIND operation was successful. The default search is a simple check to see if the user's DN exists. A search filter can be specified that will be used instead. It should return at least one entry."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31524
+#: guix-git/doc/guix.texi:31550
#, no-wrap
msgid "{@code{nslcd-configuration} parameter} maybe-string pam-authz-search"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31528
+#: guix-git/doc/guix.texi:31554
msgid "This option allows flexible fine tuning of the authorisation check that should be performed. The search filter specified is executed and if any entries match, access is granted, otherwise access is denied."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31533
+#: guix-git/doc/guix.texi:31559
#, no-wrap
msgid "{@code{nslcd-configuration} parameter} maybe-string pam-password-prohibit-message"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31538
+#: guix-git/doc/guix.texi:31564
msgid "If this option is set password modification using pam_ldap will be denied and the specified message will be presented to the user instead. The message can be used to direct the user to an alternative means of changing their password."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31543
+#: guix-git/doc/guix.texi:31569
#, no-wrap
msgid "{@code{nslcd-configuration} parameter} list pam-services"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:31545
+#: guix-git/doc/guix.texi:31571
msgid "List of pam service names for which LDAP authentication should suffice."
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:31553
+#: guix-git/doc/guix.texi:31579
#, fuzzy, no-wrap
#| msgid "Dictionary Service"
msgid "LDAP Directory Server"
msgstr "Создание служб"
#. type: cindex
-#: guix-git/doc/guix.texi:31554
+#: guix-git/doc/guix.texi:31580
#, fuzzy, no-wrap
#| msgid "LDAP services."
msgid "LDAP, server"
msgstr "LDAP сервисы."
#. type: Plain text
-#: guix-git/doc/guix.texi:31559
+#: guix-git/doc/guix.texi:31585
msgid "The @code{(gnu services ldap)} module provides the @code{directory-server-service-type}, which can be used to create and launch an LDAP server instance."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:31562
+#: guix-git/doc/guix.texi:31588
msgid "Here is an example configuration of the @code{directory-server-service-type}:"
msgstr "Вот пример конфигурации @code{directory-server-service-type}:"
#. type: lisp
-#: guix-git/doc/guix.texi:31565
+#: guix-git/doc/guix.texi:31591
#, fuzzy, no-wrap
#| msgid ""
#| "(use-package-modules guile emacs)\n"
@@ -61445,7 +61498,7 @@ msgstr ""
"\n"
#. type: lisp
-#: guix-git/doc/guix.texi:31577
+#: guix-git/doc/guix.texi:31603
#, no-wrap
msgid ""
"...\n"
@@ -61462,507 +61515,507 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:31581
+#: guix-git/doc/guix.texi:31607
msgid "The root password should be generated with the @command{pwdhash} utility that is provided by the @code{389-ds-base} package."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:31586
+#: guix-git/doc/guix.texi:31612
msgid "Note that changes to the directory server configuration will not be applied to existing instances. You will need to back up and restore server data manually. Only new directory server instances will be created upon system reconfiguration."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:31588
+#: guix-git/doc/guix.texi:31614
#, fuzzy, no-wrap
#| msgid "{Data Type} radicale-configuration"
msgid "{Data Type} directory-server-instance-configuration"
msgstr "{Data Type} pagekite-configuration"
#. type: deftp
-#: guix-git/doc/guix.texi:31590
+#: guix-git/doc/guix.texi:31616
msgid "Available @code{directory-server-instance-configuration} fields are:"
msgstr "Доступными полями @code{directory-server-instance-configuration} являются:"
#. type: item
-#: guix-git/doc/guix.texi:31592
+#: guix-git/doc/guix.texi:31618
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{package} (default: @code{389-ds-base}) (type: file-like)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:31594
+#: guix-git/doc/guix.texi:31620
#, fuzzy
#| msgid "The @code{opendht} package to use."
msgid "The @code{389-ds-base} package."
msgstr "Используемый пакет @code{webssh}."
#. type: item
-#: guix-git/doc/guix.texi:31595
+#: guix-git/doc/guix.texi:31621
#, fuzzy, no-wrap
#| msgid "@code{port} (default: @code{5432})"
msgid "@code{config-version} (default: @code{2}) (type: number)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:31598
+#: guix-git/doc/guix.texi:31624
msgid "Sets the format version of the configuration file. To use the INF file with @command{dscreate}, this parameter must be 2."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:31599
+#: guix-git/doc/guix.texi:31625
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{full-machine-name} (default: @code{\"localhost\"}) (type: string)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:31601
+#: guix-git/doc/guix.texi:31627
msgid "Sets the fully qualified hostname (FQDN) of this system."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:31602
+#: guix-git/doc/guix.texi:31628
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{selinux} (default: @code{#false}) (type: boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:31606
+#: guix-git/doc/guix.texi:31632
msgid "Enables SELinux detection and integration during the installation of this instance. If set to @code{#true}, @command{dscreate} auto-detects whether SELinux is enabled."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:31607
+#: guix-git/doc/guix.texi:31633
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{strict-host-checking} (default: @code{#true}) (type: boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:31612
+#: guix-git/doc/guix.texi:31638
msgid "Sets whether the server verifies the forward and reverse record set in the @code{full-machine-name} parameter. When installing this instance with GSSAPI authentication behind a load balancer, set this parameter to @code{#false}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:31613
+#: guix-git/doc/guix.texi:31639
#, fuzzy, no-wrap
#| msgid "@code{enabled?} (default: @code{#t})"
msgid "@code{systemd} (default: @code{#false}) (type: boolean)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:31616
+#: guix-git/doc/guix.texi:31642
msgid "Enables systemd platform features. If set to @code{#true}, @command{dscreate} auto-detects whether systemd is installed."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:31617
+#: guix-git/doc/guix.texi:31643
#, fuzzy, no-wrap
#| msgid "{Data Type} auditd-configuration"
msgid "@code{slapd} (type: slapd-configuration)"
msgstr "{Тип данных} build-machine"
#. type: table
-#: guix-git/doc/guix.texi:31619
+#: guix-git/doc/guix.texi:31645
#, fuzzy
#| msgid "configuration"
msgid "Configuration of slapd."
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:31620
+#: guix-git/doc/guix.texi:31646
#, fuzzy, no-wrap
#| msgid "{Data Type} hostapd-configuration"
msgid "{Data Type} slapd-configuration"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:31622
+#: guix-git/doc/guix.texi:31648
msgid "Available @code{slapd-configuration} fields are:"
msgstr "Доступными полями @code{slapd-configuration} являются:"
#. type: item
-#: guix-git/doc/guix.texi:31624
+#: guix-git/doc/guix.texi:31650
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{instance-name} (default: @code{\"localhost\"}) (type: string)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:31628
+#: guix-git/doc/guix.texi:31654
msgid "Sets the name of the instance. You can refer to this value in other parameters of this INF file using the @code{@{instance_name@}} variable. Note that this name cannot be changed after the installation!"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:31629
+#: guix-git/doc/guix.texi:31655
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{user} (default: @code{\"dirsrv\"}) (type: string)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:31632
+#: guix-git/doc/guix.texi:31658
msgid "Sets the user name the ns-slapd process will use after the service started."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:31633
+#: guix-git/doc/guix.texi:31659
#, fuzzy, no-wrap
#| msgid "@code{password} (default: @code{\"\"})"
msgid "@code{group} (default: @code{\"dirsrv\"}) (type: string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:31636
+#: guix-git/doc/guix.texi:31662
msgid "Sets the group name the ns-slapd process will use after the service started."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:31637
+#: guix-git/doc/guix.texi:31663
#, fuzzy, no-wrap
#| msgid "@code{port} (default: @code{5432})"
msgid "@code{port} (default: @code{389}) (type: number)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:31639
+#: guix-git/doc/guix.texi:31665
msgid "Sets the TCP port the instance uses for LDAP connections."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:31640
+#: guix-git/doc/guix.texi:31666
#, fuzzy, no-wrap
#| msgid "@code{port} (default: @code{5432})"
msgid "@code{secure-port} (default: @code{636}) (type: number)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:31643
+#: guix-git/doc/guix.texi:31669
msgid "Sets the TCP port the instance uses for TLS-secured LDAP connections (LDAPS)."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:31644
+#: guix-git/doc/guix.texi:31670
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{root-dn} (default: @code{\"cn=Directory Manager\"}) (type: string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:31647
+#: guix-git/doc/guix.texi:31673
msgid "Sets the @dfn{Distinquished Name} (DN) of the administrator account for this instance."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:31648
+#: guix-git/doc/guix.texi:31674
#, fuzzy, no-wrap
#| msgid "@code{password} (default: @code{\"\"})"
msgid "@code{root-password} (default: @code{\"@{invalid@}YOU-SHOULD-CHANGE-THIS\"}) (type: string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:31655
+#: guix-git/doc/guix.texi:31681
msgid "Sets the password of the account specified in the @code{root-dn} parameter. You can either set this parameter to a plain text password @command{dscreate} hashes during the installation or to a \"@{algorithm@}hash\" string generated by the @command{pwdhash} utility. Note that setting a plain text password can be a security risk if unprivileged users can read this INF file!"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:31656
+#: guix-git/doc/guix.texi:31682
#, fuzzy, no-wrap
#| msgid "@code{enabled?} (default: @code{#t})"
msgid "@code{self-sign-cert} (default: @code{#true}) (type: boolean)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:31662
+#: guix-git/doc/guix.texi:31688
msgid "Sets whether the setup creates a self-signed certificate and enables TLS encryption during the installation. This is not suitable for production, but it enables administrators to use TLS right after the installation. You can replace the self-signed certificate with a certificate issued by a certificate authority."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:31663
+#: guix-git/doc/guix.texi:31689
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{self-sign-cert-valid-months} (default: @code{24}) (type: number)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:31666
+#: guix-git/doc/guix.texi:31692
msgid "Set the number of months the issued self-signed certificate will be valid."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:31667
+#: guix-git/doc/guix.texi:31693
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{backup-dir} (default: @code{\"/var/lib/dirsrv/slapd-@{instance_name@}/bak\"}) (type: string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:31669
+#: guix-git/doc/guix.texi:31695
#, fuzzy
#| msgid "Return the directory name of the store."
msgid "Set the backup directory of the instance."
msgstr "Проверить целостность склада."
#. type: item
-#: guix-git/doc/guix.texi:31670
+#: guix-git/doc/guix.texi:31696
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{cert-dir} (default: @code{\"/etc/dirsrv/slapd-@{instance_name@}\"}) (type: string)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:31673
+#: guix-git/doc/guix.texi:31699
msgid "Sets the directory of the instance's Network Security Services (NSS) database."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:31674
+#: guix-git/doc/guix.texi:31700
#, fuzzy, no-wrap
#| msgid "@code{password} (default: @code{\"\"})"
msgid "@code{config-dir} (default: @code{\"/etc/dirsrv/slapd-@{instance_name@}\"}) (type: string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:31676
+#: guix-git/doc/guix.texi:31702
#, fuzzy
#| msgid "Configuration record for the LXQt desktop environment."
msgid "Sets the configuration directory of the instance."
msgstr "Конфигурации для среды рабочего стола LXQt."
#. type: item
-#: guix-git/doc/guix.texi:31677
+#: guix-git/doc/guix.texi:31703
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{db-dir} (default: @code{\"/var/lib/dirsrv/slapd-@{instance_name@}/db\"}) (type: string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:31679
+#: guix-git/doc/guix.texi:31705
#, fuzzy
#| msgid "Return the directory name of the store."
msgid "Sets the database directory of the instance."
msgstr "Проверить целостность склада."
#. type: item
-#: guix-git/doc/guix.texi:31680
+#: guix-git/doc/guix.texi:31706
#, fuzzy, no-wrap
#| msgid "@code{password} (default: @code{\"\"})"
msgid "@code{initconfig-dir} (default: @code{\"/etc/dirsrv/registry\"}) (type: string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:31682
+#: guix-git/doc/guix.texi:31708
#, fuzzy
#| msgid "The object of the operating system configuration to deploy."
msgid "Sets the directory of the operating system's rc configuration directory."
msgstr "Управление конфигурацией операционной системы."
#. type: item
-#: guix-git/doc/guix.texi:31683
+#: guix-git/doc/guix.texi:31709
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{ldif-dir} (default: @code{\"/var/lib/dirsrv/slapd-@{instance_name@}/ldif\"}) (type: string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:31685
+#: guix-git/doc/guix.texi:31711
msgid "Sets the LDIF export and import directory of the instance."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:31686
+#: guix-git/doc/guix.texi:31712
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{lock-dir} (default: @code{\"/var/lock/dirsrv/slapd-@{instance_name@}\"}) (type: string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:31688
+#: guix-git/doc/guix.texi:31714
#, fuzzy
#| msgid "Return the directory name of the store."
msgid "Sets the lock directory of the instance."
msgstr "Проверить целостность склада."
#. type: item
-#: guix-git/doc/guix.texi:31689
+#: guix-git/doc/guix.texi:31715
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{log-dir} (default: @code{\"/var/log/dirsrv/slapd-@{instance_name@}\"}) (type: string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:31691
+#: guix-git/doc/guix.texi:31717
#, fuzzy
#| msgid "Return the directory name of the store."
msgid "Sets the log directory of the instance."
msgstr "Проверить целостность склада."
#. type: item
-#: guix-git/doc/guix.texi:31692
+#: guix-git/doc/guix.texi:31718
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{run-dir} (default: @code{\"/run/dirsrv\"}) (type: string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:31694
+#: guix-git/doc/guix.texi:31720
#, fuzzy
#| msgid "Return the directory name of the store."
msgid "Sets PID directory of the instance."
msgstr "Проверить целостность склада."
#. type: item
-#: guix-git/doc/guix.texi:31695
+#: guix-git/doc/guix.texi:31721
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{schema-dir} (default: @code{\"/etc/dirsrv/slapd-@{instance_name@}/schema\"}) (type: string)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:31697
+#: guix-git/doc/guix.texi:31723
#, fuzzy
#| msgid "Return the directory name of the store."
msgid "Sets schema directory of the instance."
msgstr "Проверить целостность склада."
#. type: item
-#: guix-git/doc/guix.texi:31698
+#: guix-git/doc/guix.texi:31724
#, fuzzy, no-wrap
#| msgid "@code{password} (default: @code{\"\"})"
msgid "@code{tmp-dir} (default: @code{\"/tmp\"}) (type: string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:31700
+#: guix-git/doc/guix.texi:31726
#, fuzzy
#| msgid "Return the directory name of the store."
msgid "Sets the temporary directory of the instance."
msgstr "Проверить целостность склада."
#. type: item
-#: guix-git/doc/guix.texi:31703
+#: guix-git/doc/guix.texi:31729
#, fuzzy, no-wrap
#| msgid "{Data Type} auditd-configuration"
msgid "@code{backend-userroot} (type: backend-userroot-configuration)"
msgstr "{Тип данных} build-machine"
#. type: table
-#: guix-git/doc/guix.texi:31705
+#: guix-git/doc/guix.texi:31731
#, fuzzy
#| msgid "Configuring the boot loader."
msgid "Configuration of the userroot backend."
msgstr "Конфигурирование загрузчика диска."
#. type: deftp
-#: guix-git/doc/guix.texi:31706
+#: guix-git/doc/guix.texi:31732
#, fuzzy, no-wrap
#| msgid "{Data Type} autossh-configuration"
msgid "{Data Type} backend-userroot-configuration"
msgstr "{Тип данных} build-machine"
#. type: deftp
-#: guix-git/doc/guix.texi:31708
+#: guix-git/doc/guix.texi:31734
msgid "Available @code{backend-userroot-configuration} fields are:"
msgstr "Доступными полями @code{backend-userroot-configuration} являются:"
#. type: item
-#: guix-git/doc/guix.texi:31710
+#: guix-git/doc/guix.texi:31736
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{create-suffix-entry?} (default: @code{#false}) (type: boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:31713
+#: guix-git/doc/guix.texi:31739
msgid "Set this parameter to @code{#true} to create a generic root node entry for the suffix in the database."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:31714
+#: guix-git/doc/guix.texi:31740
#, fuzzy, no-wrap
#| msgid "@code{enabled?} (default: @code{#t})"
msgid "@code{require-index?} (default: @code{#false}) (type: boolean)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:31717
+#: guix-git/doc/guix.texi:31743
msgid "Set this parameter to @code{#true} to refuse unindexed searches in this database."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:31718
+#: guix-git/doc/guix.texi:31744
#, fuzzy, no-wrap
#| msgid "@code{password} (default: @code{\"\"})"
msgid "@code{sample-entries} (default: @code{\"no\"}) (type: string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:31723
+#: guix-git/doc/guix.texi:31749
msgid "Set this parameter to @code{\"yes\"} to add latest version of sample entries to this database. Or, use @code{\"001003006\"} to use the 1.3.6 version sample entries. Use this option, for example, to create a database for testing purposes."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:31724
+#: guix-git/doc/guix.texi:31750
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{suffix} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:31729
+#: guix-git/doc/guix.texi:31755
msgid "Sets the root suffix stored in this database. If you do not set the suffix attribute the install process will not create the backend/suffix. You can also create multiple backends/suffixes by duplicating this section."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:31739
+#: guix-git/doc/guix.texi:31765
#, no-wrap
msgid "web"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:31740
+#: guix-git/doc/guix.texi:31766
#, no-wrap
msgid "www"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:31741
+#: guix-git/doc/guix.texi:31767
#, no-wrap
msgid "HTTP"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:31744
+#: guix-git/doc/guix.texi:31770
msgid "The @code{(gnu services web)} module provides the Apache HTTP Server, the nginx web server, and also a fastcgi wrapper daemon."
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:31745
+#: guix-git/doc/guix.texi:31771
#, no-wrap
msgid "Apache HTTP Server"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:31747
+#: guix-git/doc/guix.texi:31773
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "httpd-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:31751
+#: guix-git/doc/guix.texi:31777
msgid "Service type for the @uref{https://httpd.apache.org/,Apache HTTP} server (@dfn{httpd}). The value for this service type is a @code{httpd-configuration} record."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:31753 guix-git/doc/guix.texi:31935
+#: guix-git/doc/guix.texi:31779 guix-git/doc/guix.texi:31961
msgid "A simple example configuration is given below."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:31761
+#: guix-git/doc/guix.texi:31787
#, no-wrap
msgid ""
"(service httpd-service-type\n"
@@ -61974,12 +62027,12 @@ msgid ""
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:31765
+#: guix-git/doc/guix.texi:31791
msgid "Other services can also extend the @code{httpd-service-type} to add to the configuration."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:31774
+#: guix-git/doc/guix.texi:31800
#, fuzzy, no-wrap
#| msgid ""
#| ";; Add variant packages to those Guix provides.\n"
@@ -62003,116 +62056,116 @@ msgstr ""
" %default-channels)\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:31780
+#: guix-git/doc/guix.texi:31806
msgid "The details for the @code{httpd-configuration}, @code{httpd-module}, @code{httpd-config-file} and @code{httpd-virtualhost} record types are given below."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:31781
+#: guix-git/doc/guix.texi:31807
#, no-wrap
msgid "{Data Type} httpd-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:31783
+#: guix-git/doc/guix.texi:31809
msgid "This data type represents the configuration for the httpd service."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:31785
+#: guix-git/doc/guix.texi:31811
#, no-wrap
msgid "@code{package} (default: @code{httpd})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:31787
+#: guix-git/doc/guix.texi:31813
msgid "The httpd package to use."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:31788 guix-git/doc/guix.texi:31877
+#: guix-git/doc/guix.texi:31814 guix-git/doc/guix.texi:31903
#, no-wrap
msgid "@code{pid-file} (default: @code{\"/var/run/httpd\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:31790
+#: guix-git/doc/guix.texi:31816
msgid "The pid file used by the shepherd-service."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:31791
+#: guix-git/doc/guix.texi:31817
#, no-wrap
msgid "@code{config} (default: @code{(httpd-config-file)})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:31796
+#: guix-git/doc/guix.texi:31822
msgid "The configuration file to use with the httpd service. The default value is a @code{httpd-config-file} record, but this can also be a different G-expression that generates a file, for example a @code{plain-file}. A file outside of the store can also be specified through a string."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:31800
+#: guix-git/doc/guix.texi:31826
#, no-wrap
msgid "{Data Type} httpd-module"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:31802
+#: guix-git/doc/guix.texi:31828
msgid "This data type represents a module for the httpd service."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:31806
+#: guix-git/doc/guix.texi:31832
msgid "The name of the module."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:31812
+#: guix-git/doc/guix.texi:31838
msgid "The file for the module. This can be relative to the httpd package being used, the absolute location of a file, or a G-expression for a file within the store, for example @code{(file-append mod-wsgi \"/modules/mod_wsgi.so\")}."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:31816
+#: guix-git/doc/guix.texi:31842
#, fuzzy, no-wrap
#| msgid "%default-channels"
msgid "%default-httpd-modules"
msgstr "%default-channels"
#. type: defvar
-#: guix-git/doc/guix.texi:31818
+#: guix-git/doc/guix.texi:31844
msgid "A default list of @code{httpd-module} objects."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:31820
+#: guix-git/doc/guix.texi:31846
#, no-wrap
msgid "{Data Type} httpd-config-file"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:31822
+#: guix-git/doc/guix.texi:31848
msgid "This data type represents a configuration file for the httpd service."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:31824
+#: guix-git/doc/guix.texi:31850
#, no-wrap
msgid "@code{modules} (default: @code{%default-httpd-modules})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:31827
+#: guix-git/doc/guix.texi:31853
msgid "The modules to load. Additional modules can be added here, or loaded by additional configuration."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:31830
+#: guix-git/doc/guix.texi:31856
msgid "For example, in order to handle requests for PHP files, you can use Apache’s @code{mod_proxy_fcgi} module along with @code{php-fpm-service-type}:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:31852
+#: guix-git/doc/guix.texi:31878
#, no-wrap
msgid ""
"(service httpd-service-type\n"
@@ -62138,126 +62191,126 @@ msgid ""
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:31854
+#: guix-git/doc/guix.texi:31880
#, no-wrap
msgid "@code{server-root} (default: @code{httpd})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:31858
+#: guix-git/doc/guix.texi:31884
msgid "The @code{ServerRoot} in the configuration file, defaults to the httpd package. Directives including @code{Include} and @code{LoadModule} are taken as relative to the server root."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:31859
+#: guix-git/doc/guix.texi:31885
#, no-wrap
msgid "@code{server-name} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:31863
+#: guix-git/doc/guix.texi:31889
msgid "The @code{ServerName} in the configuration file, used to specify the request scheme, hostname and port that the server uses to identify itself."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:31867
+#: guix-git/doc/guix.texi:31893
msgid "This doesn't need to be set in the server config, and can be specified in virtual hosts. The default is @code{#f} to not specify a @code{ServerName}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:31868
+#: guix-git/doc/guix.texi:31894
#, no-wrap
msgid "@code{document-root} (default: @code{\"/srv/http\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:31870
+#: guix-git/doc/guix.texi:31896
msgid "The @code{DocumentRoot} from which files will be served."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:31871
+#: guix-git/doc/guix.texi:31897
#, no-wrap
msgid "@code{listen} (default: @code{'(\"80\")})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:31876
+#: guix-git/doc/guix.texi:31902
msgid "The list of values for the @code{Listen} directives in the config file. The value should be a list of strings, when each string can specify the port number to listen on, and optionally the IP address and protocol to use."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:31881
+#: guix-git/doc/guix.texi:31907
msgid "The @code{PidFile} to use. This should match the @code{pid-file} set in the @code{httpd-configuration} so that the Shepherd service is configured correctly."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:31882
+#: guix-git/doc/guix.texi:31908
#, no-wrap
msgid "@code{error-log} (default: @code{\"/var/log/httpd/error_log\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:31884
+#: guix-git/doc/guix.texi:31910
msgid "The @code{ErrorLog} to which the server will log errors."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:31885 guix-git/doc/guix.texi:32521
+#: guix-git/doc/guix.texi:31911 guix-git/doc/guix.texi:32547
#, no-wrap
msgid "@code{user} (default: @code{\"httpd\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:31887
+#: guix-git/doc/guix.texi:31913
msgid "The @code{User} which the server will answer requests as."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:31888
+#: guix-git/doc/guix.texi:31914
#, no-wrap
msgid "@code{group} (default: @code{\"httpd\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:31890
+#: guix-git/doc/guix.texi:31916
msgid "The @code{Group} which the server will answer requests as."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:31891
+#: guix-git/doc/guix.texi:31917
#, no-wrap
msgid "@code{extra-config} (default: @code{(list \"TypesConfig etc/httpd/mime.types\")})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:31894
+#: guix-git/doc/guix.texi:31920
msgid "A flat list of strings and G-expressions which will be added to the end of the configuration file."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:31897
+#: guix-git/doc/guix.texi:31923
msgid "Any values which the service is extended with will be appended to this list."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:31901
+#: guix-git/doc/guix.texi:31927
#, no-wrap
msgid "{Data Type} httpd-virtualhost"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:31903
+#: guix-git/doc/guix.texi:31929
msgid "This data type represents a virtualhost configuration block for the httpd service."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:31905
+#: guix-git/doc/guix.texi:31931
msgid "These should be added to the extra-config for the httpd-service."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:31914
+#: guix-git/doc/guix.texi:31940
#, no-wrap
msgid ""
"(simple-service 'www.example.com-server httpd-service-type\n"
@@ -62270,47 +62323,47 @@ msgid ""
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:31917
+#: guix-git/doc/guix.texi:31943
#, no-wrap
msgid "addresses-and-ports"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:31919
+#: guix-git/doc/guix.texi:31945
msgid "The addresses and ports for the @code{VirtualHost} directive."
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:31920
+#: guix-git/doc/guix.texi:31946
#, no-wrap
msgid "contents"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:31923
+#: guix-git/doc/guix.texi:31949
msgid "The contents of the @code{VirtualHost} directive, this should be a list of strings and G-expressions."
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:31928
+#: guix-git/doc/guix.texi:31954
#, no-wrap
msgid "NGINX"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:31930
+#: guix-git/doc/guix.texi:31956
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "nginx-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:31933
+#: guix-git/doc/guix.texi:31959
msgid "Service type for the @uref{https://nginx.org/,NGinx} web server. The value for this service type is a @code{<nginx-configuration>} record."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:31943 guix-git/doc/guix.texi:32010
+#: guix-git/doc/guix.texi:31969 guix-git/doc/guix.texi:32036
#, no-wrap
msgid ""
"(service nginx-service-type\n"
@@ -62322,12 +62375,12 @@ msgid ""
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:31948
+#: guix-git/doc/guix.texi:31974
msgid "In addition to adding server blocks to the service configuration directly, this service can be extended by other services to add server blocks, as in this example:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:31954
+#: guix-git/doc/guix.texi:31980
#, no-wrap
msgid ""
"(simple-service 'my-extra-server nginx-service-type\n"
@@ -62337,110 +62390,110 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:31965
+#: guix-git/doc/guix.texi:31991
msgid "At startup, @command{nginx} has not yet read its configuration file, so it uses a default file to log error messages. If it fails to load its configuration file, that is where error messages are logged. After the configuration file is loaded, the default error log file changes as per configuration. In our case, startup error messages can be found in @file{/var/run/nginx/logs/error.log}, and after configuration in @file{/var/log/nginx/error.log}. The second location can be changed with the @var{log-directory} configuration option."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:31966
+#: guix-git/doc/guix.texi:31992
#, no-wrap
msgid "{Data Type} nginx-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:31970
+#: guix-git/doc/guix.texi:31996
msgid "This data type represents the configuration for NGinx. Some configuration can be done through this and the other provided record types, or alternatively, a config file can be provided."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:31972
+#: guix-git/doc/guix.texi:31998
#, no-wrap
msgid "@code{nginx} (default: @code{nginx})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:31974
+#: guix-git/doc/guix.texi:32000
msgid "The nginx package to use."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:31978
+#: guix-git/doc/guix.texi:32004
msgid "This is a list of symbols naming Shepherd services the nginx service will depend on."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:31982
+#: guix-git/doc/guix.texi:32008
msgid "This is useful if you would like @command{nginx} to be started after a back-end web server or a logging service such as Anonip has been started."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:31983
+#: guix-git/doc/guix.texi:32009
#, no-wrap
msgid "@code{log-directory} (default: @code{\"/var/log/nginx\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:31985
+#: guix-git/doc/guix.texi:32011
msgid "The directory to which NGinx will write log files."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:31986
+#: guix-git/doc/guix.texi:32012
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{log-level} (default: @code{'error}) (type: symbol)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:31990
+#: guix-git/doc/guix.texi:32016
msgid "Logging level, which can be any of the following values: @code{'debug}, @code{'info}, @code{'notice}, @code{'warn}, @code{'error}, @code{'crit}, @code{'alert}, or @code{'emerg}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:31991
+#: guix-git/doc/guix.texi:32017
#, no-wrap
msgid "@code{run-directory} (default: @code{\"/var/run/nginx\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:31994
+#: guix-git/doc/guix.texi:32020
msgid "The directory in which NGinx will create a pid file, and write temporary files."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:31995
+#: guix-git/doc/guix.texi:32021
#, no-wrap
msgid "@code{server-blocks} (default: @code{'()})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:31999
+#: guix-git/doc/guix.texi:32025
msgid "A list of @dfn{server blocks} to create in the generated configuration file, the elements should be of type @code{<nginx-server-configuration>}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32003
+#: guix-git/doc/guix.texi:32029
msgid "The following example would setup NGinx to serve @code{www.example.com} from the @code{/srv/http/www.example.com} directory, without using HTTPS."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32012
+#: guix-git/doc/guix.texi:32038
#, no-wrap
msgid "@code{upstream-blocks} (default: @code{'()})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32016
+#: guix-git/doc/guix.texi:32042
msgid "A list of @dfn{upstream blocks} to create in the generated configuration file, the elements should be of type @code{<nginx-upstream-configuration>}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32023
+#: guix-git/doc/guix.texi:32049
msgid "Configuring upstreams through the @code{upstream-blocks} can be useful when combined with @code{locations} in the @code{<nginx-server-configuration>} records. The following example creates a server configuration with one location configuration, that will proxy requests to a upstream configuration, which will handle requests with two servers."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:32042
+#: guix-git/doc/guix.texi:32068
#, no-wrap
msgid ""
"(service\n"
@@ -62463,44 +62516,44 @@ msgid ""
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32050
+#: guix-git/doc/guix.texi:32076
msgid "If a configuration @var{file} is provided, this will be used, rather than generating a configuration file from the provided @code{log-directory}, @code{run-directory}, @code{server-blocks} and @code{upstream-blocks}. For proper operation, these arguments should match what is in @var{file} to ensure that the directories are created when the service is activated."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32054
+#: guix-git/doc/guix.texi:32080
msgid "This can be useful if you have an existing configuration file, or it's not possible to do what is required through the other parts of the nginx-configuration record."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32055
+#: guix-git/doc/guix.texi:32081
#, no-wrap
msgid "@code{server-names-hash-bucket-size} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32058
+#: guix-git/doc/guix.texi:32084
msgid "Bucket size for the server names hash tables, defaults to @code{#f} to use the size of the processors cache line."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32059
+#: guix-git/doc/guix.texi:32085
#, no-wrap
msgid "@code{server-names-hash-bucket-max-size} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32061
+#: guix-git/doc/guix.texi:32087
msgid "Maximum bucket size for the server names hash tables."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32065
+#: guix-git/doc/guix.texi:32091
msgid "List of nginx dynamic modules to load. This should be a list of file names of loadable modules, as in this example:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:32073
+#: guix-git/doc/guix.texi:32099
#, no-wrap
msgid ""
"(modules\n"
@@ -62512,18 +62565,18 @@ msgid ""
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32075
+#: guix-git/doc/guix.texi:32101
#, no-wrap
msgid "@code{lua-package-path} (default: @code{'()})"
msgstr "@code{native-search-paths} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:32078
+#: guix-git/doc/guix.texi:32104
msgid "List of nginx lua packages to load. This should be a list of package names of loadable lua modules, as in this example:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:32085
+#: guix-git/doc/guix.texi:32111
#, no-wrap
msgid ""
"(lua-package-path (list lua-resty-core\n"
@@ -62534,35 +62587,35 @@ msgid ""
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32087
+#: guix-git/doc/guix.texi:32113
#, no-wrap
msgid "@code{lua-package-cpath} (default: @code{'()})"
msgstr "@code{native-search-paths} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:32090
+#: guix-git/doc/guix.texi:32116
msgid "List of nginx lua C packages to load. This should be a list of package names of loadable lua C modules, as in this example:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:32093
+#: guix-git/doc/guix.texi:32119
#, no-wrap
msgid "(lua-package-cpath (list lua-resty-signal))\n"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32095
+#: guix-git/doc/guix.texi:32121
#, no-wrap
msgid "@code{global-directives} (default: @code{'((events . ()))})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:32098
+#: guix-git/doc/guix.texi:32124
msgid "Association list of global directives for the top level of the nginx configuration. Values may themselves be association lists."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:32104
+#: guix-git/doc/guix.texi:32130
#, no-wrap
msgid ""
"(global-directives\n"
@@ -62572,12 +62625,12 @@ msgid ""
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32112
+#: guix-git/doc/guix.texi:32138
msgid "Additional content to be appended to the @code{http} block. Can either be a value that can be lowered into a string or a list of such values. In the former case, it is inserted directly. In the latter, it is prefixed with indentation and suffixed with a newline. Nested lists are flattened into one line."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:32117
+#: guix-git/doc/guix.texi:32143
#, no-wrap
msgid ""
"(extra-content \"include /etc/nginx/custom-config.conf;\")\n"
@@ -62586,331 +62639,331 @@ msgid ""
msgstr ""
#. type: anchor{#1}
-#: guix-git/doc/guix.texi:32123
+#: guix-git/doc/guix.texi:32149
#, fuzzy
#| msgid "{Data Type} auditd-configuration"
msgid "nginx-server-configuration"
msgstr "{Тип данных} build-machine"
#. type: deftp
-#: guix-git/doc/guix.texi:32123
+#: guix-git/doc/guix.texi:32149
#, no-wrap
msgid "{Data Type} nginx-server-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:32126
+#: guix-git/doc/guix.texi:32152
msgid "Data type representing the configuration of an nginx server block. This type has the following parameters:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32128
+#: guix-git/doc/guix.texi:32154
#, no-wrap
msgid "@code{listen} (default: @code{'(\"80\" \"443 ssl\")})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32133
+#: guix-git/doc/guix.texi:32159
msgid "Each @code{listen} directive sets the address and port for IP, or the path for a UNIX-domain socket on which the server will accept requests. Both address and port, or only address or only port can be specified. An address may also be a hostname, for example:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:32136
+#: guix-git/doc/guix.texi:32162
#, no-wrap
msgid "'(\"127.0.0.1:8000\" \"127.0.0.1\" \"8000\" \"*:8000\" \"localhost:8000\")\n"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32138
+#: guix-git/doc/guix.texi:32164
#, no-wrap
msgid "@code{server-name} (default: @code{(list 'default)})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32141
+#: guix-git/doc/guix.texi:32167
msgid "A list of server names this server represents. @code{'default} represents the default server for connections matching no other server."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32142
+#: guix-git/doc/guix.texi:32168
#, no-wrap
msgid "@code{root} (default: @code{\"/srv/http\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32144
+#: guix-git/doc/guix.texi:32170
msgid "Root of the website nginx will serve."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32145
+#: guix-git/doc/guix.texi:32171
#, no-wrap
msgid "@code{locations} (default: @code{'()})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32149
+#: guix-git/doc/guix.texi:32175
msgid "A list of @dfn{nginx-location-configuration} or @dfn{nginx-named-location-configuration} records to use within this server block."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32150
+#: guix-git/doc/guix.texi:32176
#, no-wrap
msgid "@code{index} (default: @code{(list \"index.html\")})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32153
+#: guix-git/doc/guix.texi:32179
msgid "Index files to look for when clients ask for a directory. If it cannot be found, Nginx will send the list of files in the directory."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32154
+#: guix-git/doc/guix.texi:32180
#, no-wrap
msgid "@code{try-files} (default: @code{'()})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32157
+#: guix-git/doc/guix.texi:32183
msgid "A list of files whose existence is checked in the specified order. @code{nginx} will use the first file it finds to process the request."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32158
+#: guix-git/doc/guix.texi:32184
#, no-wrap
msgid "@code{ssl-certificate} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32161
+#: guix-git/doc/guix.texi:32187
msgid "Where to find the certificate for secure connections. Set it to @code{#f} if you don't have a certificate or you don't want to use HTTPS."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32162
+#: guix-git/doc/guix.texi:32188
#, no-wrap
msgid "@code{ssl-certificate-key} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32165
+#: guix-git/doc/guix.texi:32191
msgid "Where to find the private key for secure connections. Set it to @code{#f} if you don't have a key or you don't want to use HTTPS."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32166
+#: guix-git/doc/guix.texi:32192
#, no-wrap
msgid "@code{server-tokens?} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32168
+#: guix-git/doc/guix.texi:32194
msgid "Whether the server should add its configuration to response."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32169
+#: guix-git/doc/guix.texi:32195
#, no-wrap
msgid "@code{raw-content} (default: @code{'()})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32173
+#: guix-git/doc/guix.texi:32199
msgid "A list of strings or file-like objects to be appended to the server block. Each item is prefixed with indentation and suffixed with a new line. Nested lists are flattened."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:32177
+#: guix-git/doc/guix.texi:32203
#, no-wrap
msgid "{Data Type} nginx-upstream-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:32180
+#: guix-git/doc/guix.texi:32206
msgid "Data type representing the configuration of an nginx @code{upstream} block. This type has the following parameters:"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32184
+#: guix-git/doc/guix.texi:32210
msgid "Name for this group of servers."
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:32185
+#: guix-git/doc/guix.texi:32211
#, no-wrap
msgid "servers"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32192
+#: guix-git/doc/guix.texi:32218
msgid "Specify the addresses of the servers in the group. The address can be specified as a IP address (e.g.@: @samp{127.0.0.1}), domain name (e.g.@: @samp{backend1.example.com}) or a path to a UNIX socket using the prefix @samp{unix:}. For addresses using an IP address or domain name, the default port is 80, and a different port can be specified explicitly."
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:32193
+#: guix-git/doc/guix.texi:32219
#, no-wrap
msgid "extra-content"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32195
+#: guix-git/doc/guix.texi:32221
msgid "A string or list of strings to add to the upstream block."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:32199
+#: guix-git/doc/guix.texi:32225
#, no-wrap
msgid "{Data Type} nginx-location-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:32202
+#: guix-git/doc/guix.texi:32228
msgid "Data type representing the configuration of an nginx @code{location} block. This type has the following parameters:"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32206
+#: guix-git/doc/guix.texi:32232
msgid "URI which this location block matches."
msgstr ""
#. type: anchor{#1}
-#: guix-git/doc/guix.texi:32208
+#: guix-git/doc/guix.texi:32234
msgid "nginx-location-configuration body"
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:32208 guix-git/doc/guix.texi:32231
+#: guix-git/doc/guix.texi:32234 guix-git/doc/guix.texi:32257
#, no-wrap
msgid "body"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32212
+#: guix-git/doc/guix.texi:32238
msgid "Body of the location block, specified as a list of strings or file-like objects. Each item is prefixed with indentation and suffixed with a new line. Nested lists are flattened."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32217
+#: guix-git/doc/guix.texi:32243
msgid "For example, to pass requests to a upstream server group defined using an @code{nginx-upstream-configuration} block, the following directive would be specified in the body @samp{(list \"proxy_pass http://upstream-name;\")}."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:32221
+#: guix-git/doc/guix.texi:32247
#, no-wrap
msgid "{Data Type} nginx-named-location-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:32226
+#: guix-git/doc/guix.texi:32252
msgid "Data type representing the configuration of an nginx named location block. Named location blocks are used for request redirection, and not used for regular request processing. This type has the following parameters:"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32230
+#: guix-git/doc/guix.texi:32256
msgid "Name to identify this location block."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32236
+#: guix-git/doc/guix.texi:32262
msgid "@xref{nginx-location-configuration body}, as the body for named location blocks can be used in a similar way to the @code{nginx-location-configuration body}. One restriction is that the body of a named location block cannot contain location blocks."
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:32240
+#: guix-git/doc/guix.texi:32266
#, no-wrap
msgid "Varnish Cache"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:32241
+#: guix-git/doc/guix.texi:32267
#, no-wrap
msgid "Varnish"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:32246
+#: guix-git/doc/guix.texi:32272
msgid "Varnish is a fast cache server that sits in between web applications and end users. It proxies requests from clients and caches the accessed URLs such that multiple requests for the same resource only creates one request to the back-end."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:32247
+#: guix-git/doc/guix.texi:32273
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "varnish-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:32249
+#: guix-git/doc/guix.texi:32275
msgid "Service type for the Varnish daemon."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:32251
+#: guix-git/doc/guix.texi:32277
#, no-wrap
msgid "{Data Type} varnish-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:32254
+#: guix-git/doc/guix.texi:32280
msgid "Data type representing the @code{varnish} service configuration. This type has the following parameters:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32256
+#: guix-git/doc/guix.texi:32282
#, no-wrap
msgid "@code{package} (default: @code{varnish})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32258
+#: guix-git/doc/guix.texi:32284
msgid "The Varnish package to use."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32259
+#: guix-git/doc/guix.texi:32285
#, no-wrap
msgid "@code{name} (default: @code{\"default\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32264
+#: guix-git/doc/guix.texi:32290
msgid "A name for this Varnish instance. Varnish will create a directory in @file{/var/varnish/} with this name and keep temporary files there. If the name starts with a forward slash, it is interpreted as an absolute directory name."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32267
+#: guix-git/doc/guix.texi:32293
msgid "Pass the @code{-n} argument to other Varnish programs to connect to the named instance, e.g.@: @command{varnishncsa -n default}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32268
+#: guix-git/doc/guix.texi:32294
#, no-wrap
msgid "@code{backend} (default: @code{\"localhost:8080\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32270
+#: guix-git/doc/guix.texi:32296
msgid "The backend to use. This option has no effect if @code{vcl} is set."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32271
+#: guix-git/doc/guix.texi:32297
#, no-wrap
msgid "@code{vcl} (default: #f)"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32276
+#: guix-git/doc/guix.texi:32302
msgid "The @dfn{VCL} (Varnish Configuration Language) program to run. If this is @code{#f}, Varnish will proxy @code{backend} using the default configuration. Otherwise this must be a file-like object with valid VCL syntax."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32280
+#: guix-git/doc/guix.texi:32306
msgid "For example, to mirror @url{https://www.gnu.org,www.gnu.org} with VCL you can do something along these lines:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:32286
+#: guix-git/doc/guix.texi:32312
#, no-wrap
msgid ""
"(define %gnu-mirror\n"
@@ -62921,7 +62974,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:32294
+#: guix-git/doc/guix.texi:32320
#, no-wrap
msgid ""
"(operating-system\n"
@@ -62934,186 +62987,186 @@ msgid ""
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32298
+#: guix-git/doc/guix.texi:32324
msgid "The configuration of an already running Varnish instance can be inspected and changed using the @command{varnishadm} program."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32302
+#: guix-git/doc/guix.texi:32328
msgid "Consult the @url{https://varnish-cache.org/docs/,Varnish User Guide} and @url{https://book.varnish-software.com/4.0/,Varnish Book} for comprehensive documentation on Varnish and its configuration language."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32303
+#: guix-git/doc/guix.texi:32329
#, no-wrap
msgid "@code{listen} (default: @code{'(\"localhost:80\")})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32305
+#: guix-git/doc/guix.texi:32331
msgid "List of addresses Varnish will listen on."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32306
+#: guix-git/doc/guix.texi:32332
#, no-wrap
msgid "@code{storage} (default: @code{'(\"malloc,128m\")})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32308
+#: guix-git/doc/guix.texi:32334
msgid "List of storage backends that will be available in VCL."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32309
+#: guix-git/doc/guix.texi:32335
#, no-wrap
msgid "@code{parameters} (default: @code{'()})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32311
+#: guix-git/doc/guix.texi:32337
msgid "List of run-time parameters in the form @code{'((\"parameter\" . \"value\"))}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32314
+#: guix-git/doc/guix.texi:32340
msgid "Additional arguments to pass to the @command{varnishd} process."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:32318 guix-git/doc/guix.texi:32319
+#: guix-git/doc/guix.texi:32344 guix-git/doc/guix.texi:32345
#, fuzzy, no-wrap
#| msgid "File Search"
msgid "Whoogle Search"
msgstr "Файловые системы"
#. type: Plain text
-#: guix-git/doc/guix.texi:32326
+#: guix-git/doc/guix.texi:32352
msgid "@uref{https://github.com/benbusby/whoogle-search, Whoogle Search} is a self-hosted, ad-free, privacy-respecting meta search engine that collects and displays Google search results. By default, you can configure it by adding this line to the @code{services} field of your operating system declaration:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:32329
+#: guix-git/doc/guix.texi:32355
#, fuzzy, no-wrap
#| msgid "(service openssh-service-type)\n"
msgid "(service whoogle-service-type)\n"
msgstr "(service openssh-service-type)\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:32334
+#: guix-git/doc/guix.texi:32360
msgid "As a result, Whoogle Search runs as local Web server, which you can access by opening @indicateurl{http://localhost:5000} in your browser. The configuration reference is given below."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:32335
+#: guix-git/doc/guix.texi:32361
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "whoogle-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:32338
+#: guix-git/doc/guix.texi:32364
#, fuzzy
#| msgid "This is the data type for the OpenDHT service configuration."
msgid "Service type for Whoogle Search. Its value must be a @code{whoogle-configuration} record---see below."
msgstr "Управление конфигурацией операционной системы."
#. type: deftp
-#: guix-git/doc/guix.texi:32340
+#: guix-git/doc/guix.texi:32366
#, fuzzy, no-wrap
#| msgid "{Data Type} agate-configuration"
msgid "{Data Type} whoogle-configuration"
msgstr "{Data Type} pagekite-configuration"
#. type: deftp
-#: guix-git/doc/guix.texi:32342
+#: guix-git/doc/guix.texi:32368
#, fuzzy
#| msgid "Data type representing the configuration of IPFS."
msgid "Data type representing Whoogle Search service configuration."
msgstr "Управление конфигурацией операционной системы."
#. type: item
-#: guix-git/doc/guix.texi:32344
+#: guix-git/doc/guix.texi:32370
#, fuzzy, no-wrap
#| msgid "@code{package} (default: @code{hostapd})"
msgid "@code{package} (default: @code{whoogle-search})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:32346
+#: guix-git/doc/guix.texi:32372
#, fuzzy
#| msgid "The Hurd package to use."
msgid "The Whoogle Search package to use."
msgstr "Используемый пакет Hurd."
#. type: item
-#: guix-git/doc/guix.texi:32347 guix-git/doc/guix.texi:39826
-#: guix-git/doc/guix.texi:39912
+#: guix-git/doc/guix.texi:32373 guix-git/doc/guix.texi:39855
+#: guix-git/doc/guix.texi:39941
#, no-wrap
msgid "@code{host} (default: @code{\"127.0.0.1\"})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:32349
+#: guix-git/doc/guix.texi:32375
msgid "The host address to run Whoogle on."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32350 guix-git/doc/guix.texi:32870
+#: guix-git/doc/guix.texi:32376 guix-git/doc/guix.texi:32896
#, fuzzy, no-wrap
#| msgid "@code{port} (default: @code{5080})"
msgid "@code{port} (default: @code{5000})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:32352
+#: guix-git/doc/guix.texi:32378
msgid "The port where Whoogle will be exposed."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32353 guix-git/doc/guix.texi:40772
-#: guix-git/doc/guix.texi:40825
+#: guix-git/doc/guix.texi:32379 guix-git/doc/guix.texi:40801
+#: guix-git/doc/guix.texi:40854
#, fuzzy, no-wrap
#| msgid "@code{extra-environment} (default: @code{#~'()})"
msgid "@code{environment-variables} (default: @code{'()})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:32358
+#: guix-git/doc/guix.texi:32384
msgid "A list of strings with the environment variables to configure Whoogle. You can consult @uref{https://github.com/benbusby/whoogle-search/blob/main/whoogle.template.env, its environment variables template} for the list of available options."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:32362 guix-git/doc/guix.texi:32363
+#: guix-git/doc/guix.texi:32388 guix-git/doc/guix.texi:32389
#, no-wrap
msgid "Patchwork"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:32366
+#: guix-git/doc/guix.texi:32392
msgid "Patchwork is a patch tracking system. It can collect patches sent to a mailing list, and display them in a web interface."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:32367
+#: guix-git/doc/guix.texi:32393
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "patchwork-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:32369
+#: guix-git/doc/guix.texi:32395
msgid "Service type for Patchwork."
msgstr "Поделитесь своей работой."
#. type: Plain text
-#: guix-git/doc/guix.texi:32373
+#: guix-git/doc/guix.texi:32399
msgid "The following example is an example of a minimal service for Patchwork, for the @code{patchwork.example.com} domain."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:32393
+#: guix-git/doc/guix.texi:32419
#, no-wrap
msgid ""
"(service patchwork-service-type\n"
@@ -63138,815 +63191,815 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:32399
+#: guix-git/doc/guix.texi:32425
msgid "There are three records for configuring the Patchwork service. The @code{<patchwork-configuration>} relates to the configuration for Patchwork within the HTTPD service."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:32403
+#: guix-git/doc/guix.texi:32429
msgid "The @code{settings-module} field within the @code{<patchwork-configuration>} record can be populated with the @code{<patchwork-settings-module>} record, which describes a settings module that is generated within the Guix store."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:32407
+#: guix-git/doc/guix.texi:32433
msgid "For the @code{database-configuration} field within the @code{<patchwork-settings-module>}, the @code{<patchwork-database-configuration>} must be used."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:32408
+#: guix-git/doc/guix.texi:32434
#, no-wrap
msgid "{Data Type} patchwork-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:32411
+#: guix-git/doc/guix.texi:32437
msgid "Data type representing the Patchwork service configuration. This type has the following parameters:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32413
+#: guix-git/doc/guix.texi:32439
#, no-wrap
msgid "@code{patchwork} (default: @code{patchwork})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:32415
+#: guix-git/doc/guix.texi:32441
msgid "The Patchwork package to use."
msgstr "Используемый пакет Patchwork."
#. type: code{#1}
-#: guix-git/doc/guix.texi:32416
+#: guix-git/doc/guix.texi:32442
#, no-wrap
msgid "domain"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32419
+#: guix-git/doc/guix.texi:32445
msgid "The domain to use for Patchwork, this is used in the HTTPD service virtual host."
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:32420
+#: guix-git/doc/guix.texi:32446
#, no-wrap
msgid "settings-module"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32426
+#: guix-git/doc/guix.texi:32452
msgid "The settings module to use for Patchwork. As a Django application, Patchwork is configured with a Python module containing the settings. This can either be an instance of the @code{<patchwork-settings-module>} record, any other record that represents the settings in the store, or a directory outside of the store."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32427
+#: guix-git/doc/guix.texi:32453
#, no-wrap
msgid "@code{static-path} (default: @code{\"/static/\"})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:32429
+#: guix-git/doc/guix.texi:32455
msgid "The path under which the HTTPD service should serve the static files."
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:32430
+#: guix-git/doc/guix.texi:32456
#, no-wrap
msgid "getmail-retriever-config"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32434
+#: guix-git/doc/guix.texi:32460
msgid "The getmail-retriever-configuration record value to use with Patchwork. Getmail will be configured with this value, the messages will be delivered to Patchwork."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:32438
+#: guix-git/doc/guix.texi:32464
#, no-wrap
msgid "{Data Type} patchwork-settings-module"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:32443
+#: guix-git/doc/guix.texi:32469
msgid "Data type representing a settings module for Patchwork. Some of these settings relate directly to Patchwork, but others relate to Django, the web framework used by Patchwork, or the Django Rest Framework library. This type has the following parameters:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32445
+#: guix-git/doc/guix.texi:32471
#, no-wrap
msgid "@code{database-configuration} (default: @code{(patchwork-database-configuration)})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32448
+#: guix-git/doc/guix.texi:32474
msgid "The database connection settings used for Patchwork. See the @code{<patchwork-database-configuration>} record type for more information."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32449
+#: guix-git/doc/guix.texi:32475
#, no-wrap
msgid "@code{secret-key-file} (default: @code{\"/etc/patchwork/django-secret-key\"})"
msgstr "@code{daemon-socket} (default: @code{\"/var/guix/daemon-socket/socket\"})"
#. type: table
-#: guix-git/doc/guix.texi:32452
+#: guix-git/doc/guix.texi:32478
msgid "Patchwork, as a Django web application uses a secret key for cryptographically signing values. This file should contain a unique unpredictable value."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32455
+#: guix-git/doc/guix.texi:32481
msgid "If this file does not exist, it will be created and populated with a random value by the patchwork-setup shepherd service."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32457
+#: guix-git/doc/guix.texi:32483
msgid "This setting relates to Django."
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:32458
+#: guix-git/doc/guix.texi:32484
#, no-wrap
msgid "allowed-hosts"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32461
+#: guix-git/doc/guix.texi:32487
msgid "A list of valid hosts for this Patchwork service. This should at least include the domain specified in the @code{<patchwork-configuration>} record."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32463 guix-git/doc/guix.texi:32477
-#: guix-git/doc/guix.texi:32483 guix-git/doc/guix.texi:32489
+#: guix-git/doc/guix.texi:32489 guix-git/doc/guix.texi:32503
+#: guix-git/doc/guix.texi:32509 guix-git/doc/guix.texi:32515
msgid "This is a Django setting."
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:32464
+#: guix-git/doc/guix.texi:32490
#, no-wrap
msgid "default-from-email"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32466
+#: guix-git/doc/guix.texi:32492
msgid "The email address from which Patchwork should send email by default."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32468 guix-git/doc/guix.texi:32494
-#: guix-git/doc/guix.texi:32499 guix-git/doc/guix.texi:32504
+#: guix-git/doc/guix.texi:32494 guix-git/doc/guix.texi:32520
+#: guix-git/doc/guix.texi:32525 guix-git/doc/guix.texi:32530
msgid "This is a Patchwork setting."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32469
+#: guix-git/doc/guix.texi:32495
#, no-wrap
msgid "@code{static-url} (default: @code{#f})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:32472
+#: guix-git/doc/guix.texi:32498
msgid "The URL to use when serving static assets. It can be part of a URL, or a full URL, but must end in a @code{/}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32475
+#: guix-git/doc/guix.texi:32501
msgid "If the default value is used, the @code{static-path} value from the @code{<patchwork-configuration>} record will be used."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32478
+#: guix-git/doc/guix.texi:32504
#, no-wrap
msgid "@code{admins} (default: @code{'()})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:32481
+#: guix-git/doc/guix.texi:32507
msgid "Email addresses to send the details of errors that occur. Each value should be a list containing two elements, the name and then the email address."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32487
+#: guix-git/doc/guix.texi:32513
msgid "Whether to run Patchwork in debug mode. If set to @code{#t}, detailed error messages will be shown."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32490
+#: guix-git/doc/guix.texi:32516
#, no-wrap
msgid "@code{enable-rest-api?} (default: @code{#t})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:32492
+#: guix-git/doc/guix.texi:32518
msgid "Whether to enable the Patchwork REST API."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32495
+#: guix-git/doc/guix.texi:32521
#, no-wrap
msgid "@code{enable-xmlrpc?} (default: @code{#t})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:32497
+#: guix-git/doc/guix.texi:32523
msgid "Whether to enable the XML RPC API."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32500
+#: guix-git/doc/guix.texi:32526
#, no-wrap
msgid "@code{force-https-links?} (default: @code{#t})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:32502
+#: guix-git/doc/guix.texi:32528
msgid "Whether to use HTTPS links on Patchwork pages."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32507
+#: guix-git/doc/guix.texi:32533
msgid "Extra code to place at the end of the Patchwork settings module."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:32511
+#: guix-git/doc/guix.texi:32537
#, no-wrap
msgid "{Data Type} patchwork-database-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:32513
+#: guix-git/doc/guix.texi:32539
msgid "Data type representing the database configuration for Patchwork."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32515
+#: guix-git/doc/guix.texi:32541
#, no-wrap
msgid "@code{engine} (default: @code{\"django.db.backends.postgresql_psycopg2\"})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:32517
+#: guix-git/doc/guix.texi:32543
msgid "The database engine to use."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32518
+#: guix-git/doc/guix.texi:32544
#, no-wrap
msgid "@code{name} (default: @code{\"patchwork\"})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:32520
+#: guix-git/doc/guix.texi:32546
msgid "The name of the database to use."
msgstr "Имя используемой базы данных."
#. type: table
-#: guix-git/doc/guix.texi:32523
+#: guix-git/doc/guix.texi:32549
msgid "The user to connect to the database as."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32524
+#: guix-git/doc/guix.texi:32550
#, no-wrap
msgid "@code{password} (default: @code{\"\"})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:32526
+#: guix-git/doc/guix.texi:32552
msgid "The password to use when connecting to the database."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32527
+#: guix-git/doc/guix.texi:32553
#, no-wrap
msgid "@code{host} (default: @code{\"\"})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:32529
+#: guix-git/doc/guix.texi:32555
msgid "The host to make the database connection to."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32530
+#: guix-git/doc/guix.texi:32556
#, no-wrap
msgid "@code{port} (default: @code{\"\"})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:32532
+#: guix-git/doc/guix.texi:32558
msgid "The port on which to connect to the database."
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:32536
+#: guix-git/doc/guix.texi:32562
#, no-wrap
msgid "Mumi"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:32538
+#: guix-git/doc/guix.texi:32564
#, no-wrap
msgid "Mumi, Debbugs Web interface"
msgstr "пользовательские интерфейсы"
#. type: cindex
-#: guix-git/doc/guix.texi:32539
+#: guix-git/doc/guix.texi:32565
#, no-wrap
msgid "Debbugs, Mumi Web interface"
msgstr "пользовательские интерфейсы"
#. type: Plain text
-#: guix-git/doc/guix.texi:32544
+#: guix-git/doc/guix.texi:32570
msgid "@uref{https://git.savannah.gnu.org/cgit/guix/mumi.git/, Mumi} is a Web interface to the Debbugs bug tracker, by default for @uref{https://bugs.gnu.org, the GNU instance}. Mumi is a Web server, but it also fetches and indexes mail retrieved from Debbugs."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:32545
+#: guix-git/doc/guix.texi:32571
#, fuzzy, no-wrap
#| msgid "service types"
msgid "mumi-service-type"
msgstr "service types"
#. type: defvar
-#: guix-git/doc/guix.texi:32547
+#: guix-git/doc/guix.texi:32573
msgid "This is the service type for Mumi."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:32549
+#: guix-git/doc/guix.texi:32575
#, no-wrap
msgid "{Data Type} mumi-configuration"
msgstr "{Тип данных} build-machine"
#. type: deftp
-#: guix-git/doc/guix.texi:32552
+#: guix-git/doc/guix.texi:32578
msgid "Data type representing the Mumi service configuration. This type has the following fields:"
msgstr "Тип данных, представляющий конфигурацию сервиса Mumi. Этот тип имеет следующие поля:"
#. type: item
-#: guix-git/doc/guix.texi:32554
+#: guix-git/doc/guix.texi:32580
#, no-wrap
msgid "@code{mumi} (default: @code{mumi})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:32556
+#: guix-git/doc/guix.texi:32582
msgid "The Mumi package to use."
msgstr "Используемый пакет Mumi."
#. type: item
-#: guix-git/doc/guix.texi:32557
+#: guix-git/doc/guix.texi:32583
#, no-wrap
msgid "@code{mailer?} (default: @code{#true})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:32559
+#: guix-git/doc/guix.texi:32585
msgid "Whether to enable or disable the mailer component."
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:32560
+#: guix-git/doc/guix.texi:32586
#, no-wrap
msgid "mumi-configuration-sender"
msgstr "Конфигурирование системы"
#. type: table
-#: guix-git/doc/guix.texi:32562
+#: guix-git/doc/guix.texi:32588
msgid "The email address used as the sender for comments."
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:32563
+#: guix-git/doc/guix.texi:32589
#, no-wrap
msgid "mumi-configuration-smtp"
msgstr "Конфигурирование системы"
#. type: table
-#: guix-git/doc/guix.texi:32568
+#: guix-git/doc/guix.texi:32594
msgid "A URI to configure the SMTP settings for Mailutils. This could be something like @code{sendmail:///path/to/bin/msmtp} or any other URI supported by Mailutils. @xref{SMTP Mailboxes, SMTP Mailboxes,, mailutils, GNU@tie{}Mailutils}."
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:32573
+#: guix-git/doc/guix.texi:32599
#, no-wrap
msgid "FastCGI"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:32574
+#: guix-git/doc/guix.texi:32600
#, no-wrap
msgid "fastcgi"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:32575
+#: guix-git/doc/guix.texi:32601
#, no-wrap
msgid "fcgiwrap"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:32582
+#: guix-git/doc/guix.texi:32608
msgid "FastCGI is an interface between the front-end and the back-end of a web service. It is a somewhat legacy facility; new web services should generally just talk HTTP between the front-end and the back-end. However there are a number of back-end services such as PHP or the optimized HTTP Git repository access that use FastCGI, so we have support for it in Guix."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:32589
+#: guix-git/doc/guix.texi:32615
msgid "To use FastCGI, you configure the front-end web server (e.g., nginx) to dispatch some subset of its requests to the fastcgi backend, which listens on a local TCP or UNIX socket. There is an intermediary @code{fcgiwrap} program that sits between the actual backend process and the web server. The front-end indicates which backend program to run, passing that information to the @code{fcgiwrap} process."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:32590
+#: guix-git/doc/guix.texi:32616
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "fcgiwrap-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:32592
+#: guix-git/doc/guix.texi:32618
msgid "A service type for the @code{fcgiwrap} FastCGI proxy."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:32594
+#: guix-git/doc/guix.texi:32620
#, no-wrap
msgid "{Data Type} fcgiwrap-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:32597
+#: guix-git/doc/guix.texi:32623
msgid "Data type representing the configuration of the @code{fcgiwrap} service. This type has the following parameters:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32598
+#: guix-git/doc/guix.texi:32624
#, no-wrap
msgid "@code{package} (default: @code{fcgiwrap})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32600
+#: guix-git/doc/guix.texi:32626
msgid "The fcgiwrap package to use."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32601
+#: guix-git/doc/guix.texi:32627
#, no-wrap
msgid "@code{socket} (default: @code{tcp:127.0.0.1:9000})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32607
+#: guix-git/doc/guix.texi:32633
msgid "The socket on which the @code{fcgiwrap} process should listen, as a string. Valid @var{socket} values include @code{unix:@var{/path/to/unix/socket}}, @code{tcp:@var{dot.ted.qu.ad}:@var{port}} and @code{tcp6:[@var{ipv6_addr}]:port}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32608
+#: guix-git/doc/guix.texi:32634
#, no-wrap
msgid "@code{user} (default: @code{fcgiwrap})"
msgstr ""
#. type: itemx
-#: guix-git/doc/guix.texi:32609
+#: guix-git/doc/guix.texi:32635
#, no-wrap
msgid "@code{group} (default: @code{fcgiwrap})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32614
+#: guix-git/doc/guix.texi:32640
msgid "The user and group names, as strings, under which to run the @code{fcgiwrap} process. The @code{fastcgi} service will ensure that if the user asks for the specific user or group names @code{fcgiwrap} that the corresponding user and/or group is present on the system."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32621
+#: guix-git/doc/guix.texi:32647
msgid "It is possible to configure a FastCGI-backed web service to pass HTTP authentication information from the front-end to the back-end, and to allow @code{fcgiwrap} to run the back-end process as a corresponding local user. To enable this capability on the back-end, run @code{fcgiwrap} as the @code{root} user and group. Note that this capability also has to be configured on the front-end as well."
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:32625
+#: guix-git/doc/guix.texi:32651
#, no-wrap
msgid "PHP-FPM"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:32626
+#: guix-git/doc/guix.texi:32652
#, no-wrap
msgid "php-fpm"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:32629
+#: guix-git/doc/guix.texi:32655
msgid "PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:32631
+#: guix-git/doc/guix.texi:32657
msgid "These features include:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32632
+#: guix-git/doc/guix.texi:32658
#, no-wrap
msgid "Adaptive process spawning"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32633
+#: guix-git/doc/guix.texi:32659
#, no-wrap
msgid "Basic statistics (similar to Apache's mod_status)"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32634
+#: guix-git/doc/guix.texi:32660
#, no-wrap
msgid "Advanced process management with graceful stop/start"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32635
+#: guix-git/doc/guix.texi:32661
#, no-wrap
msgid "Ability to start workers with different uid/gid/chroot/environment"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:32637
+#: guix-git/doc/guix.texi:32663
msgid "and different php.ini (replaces safe_mode)"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32637
+#: guix-git/doc/guix.texi:32663
#, no-wrap
msgid "Stdout & stderr logging"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32638
+#: guix-git/doc/guix.texi:32664
#, no-wrap
msgid "Emergency restart in case of accidental opcode cache destruction"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32639
+#: guix-git/doc/guix.texi:32665
#, no-wrap
msgid "Accelerated upload support"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32640
+#: guix-git/doc/guix.texi:32666
#, no-wrap
msgid "Support for a \"slowlog\""
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32641
+#: guix-git/doc/guix.texi:32667
#, no-wrap
msgid "Enhancements to FastCGI, such as fastcgi_finish_request() -"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:32644
+#: guix-git/doc/guix.texi:32670
msgid "a special function to finish request & flush all data while continuing to do something time-consuming (video converting, stats processing, etc.)"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:32646
+#: guix-git/doc/guix.texi:32672
msgid "...@: and much more."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:32647
+#: guix-git/doc/guix.texi:32673
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "php-fpm-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:32649
+#: guix-git/doc/guix.texi:32675
msgid "A Service type for @code{php-fpm}."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:32651
+#: guix-git/doc/guix.texi:32677
#, no-wrap
msgid "{Data Type} php-fpm-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:32653
+#: guix-git/doc/guix.texi:32679
msgid "Data Type for php-fpm service configuration."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32654
+#: guix-git/doc/guix.texi:32680
#, no-wrap
msgid "@code{php} (default: @code{php})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32656
+#: guix-git/doc/guix.texi:32682
msgid "The php package to use."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32656
+#: guix-git/doc/guix.texi:32682
#, no-wrap
msgid "@code{socket} (default: @code{(string-append \"/var/run/php\" (version-major (package-version php)) \"-fpm.sock\")})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32658
+#: guix-git/doc/guix.texi:32684
msgid "The address on which to accept FastCGI requests. Valid syntaxes are:"
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:32659
+#: guix-git/doc/guix.texi:32685
#, no-wrap
msgid "\"ip.add.re.ss:port\""
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32661
+#: guix-git/doc/guix.texi:32687
msgid "Listen on a TCP socket to a specific address on a specific port."
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:32661
+#: guix-git/doc/guix.texi:32687
#, no-wrap
msgid "\"port\""
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32663
+#: guix-git/doc/guix.texi:32689
msgid "Listen on a TCP socket to all addresses on a specific port."
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:32663
+#: guix-git/doc/guix.texi:32689
#, no-wrap
msgid "\"/path/to/unix/socket\""
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32665
+#: guix-git/doc/guix.texi:32691
msgid "Listen on a unix socket."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32667
+#: guix-git/doc/guix.texi:32693
#, no-wrap
msgid "@code{user} (default: @code{php-fpm})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32669
+#: guix-git/doc/guix.texi:32695
msgid "User who will own the php worker processes."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32669
+#: guix-git/doc/guix.texi:32695
#, no-wrap
msgid "@code{group} (default: @code{php-fpm})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32671
+#: guix-git/doc/guix.texi:32697
msgid "Group of the worker processes."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32671
+#: guix-git/doc/guix.texi:32697
#, no-wrap
msgid "@code{socket-user} (default: @code{php-fpm})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32673
+#: guix-git/doc/guix.texi:32699
msgid "User who can speak to the php-fpm socket."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32673
+#: guix-git/doc/guix.texi:32699
#, no-wrap
msgid "@code{socket-group} (default: @code{nginx})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:32675
+#: guix-git/doc/guix.texi:32701
msgid "Group that can speak to the php-fpm socket."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32675
+#: guix-git/doc/guix.texi:32701
#, no-wrap
msgid "@code{pid-file} (default: @code{(string-append \"/var/run/php\" (version-major (package-version php)) \"-fpm.pid\")})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32678
+#: guix-git/doc/guix.texi:32704
msgid "The process id of the php-fpm process is written to this file once the service has started."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32678
+#: guix-git/doc/guix.texi:32704
#, no-wrap
msgid "@code{log-file} (default: @code{(string-append \"/var/log/php\" (version-major (package-version php)) \"-fpm.log\")})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32680
+#: guix-git/doc/guix.texi:32706
msgid "Log for the php-fpm master process."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32680
+#: guix-git/doc/guix.texi:32706
#, no-wrap
msgid "@code{process-manager} (default: @code{(php-fpm-dynamic-process-manager-configuration)})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32683
+#: guix-git/doc/guix.texi:32709
msgid "Detailed settings for the php-fpm process manager. Must be one of:"
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:32684
+#: guix-git/doc/guix.texi:32710
#, no-wrap
msgid "<php-fpm-dynamic-process-manager-configuration>"
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:32685
+#: guix-git/doc/guix.texi:32711
#, no-wrap
msgid "<php-fpm-static-process-manager-configuration>"
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:32686
+#: guix-git/doc/guix.texi:32712
#, no-wrap
msgid "<php-fpm-on-demand-process-manager-configuration>"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32688
+#: guix-git/doc/guix.texi:32714
#, no-wrap
msgid "@code{display-errors} (default @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32693
+#: guix-git/doc/guix.texi:32719
msgid "Determines whether php errors and warning should be sent to clients and displayed in their browsers. This is useful for local php development, but a security risk for public sites, as error messages can reveal passwords and personal data."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32693
+#: guix-git/doc/guix.texi:32719
#, no-wrap
msgid "@code{timezone} (default @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32695
+#: guix-git/doc/guix.texi:32721
msgid "Specifies @code{php_admin_value[date.timezone]} parameter."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32695
+#: guix-git/doc/guix.texi:32721
#, no-wrap
msgid "@code{workers-logfile} (default @code{(string-append \"/var/log/php\" (version-major (package-version php)) \"-fpm.www.log\")})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32698
+#: guix-git/doc/guix.texi:32724
msgid "This file will log the @code{stderr} outputs of php worker processes. Can be set to @code{#f} to disable logging."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32698
+#: guix-git/doc/guix.texi:32724
#, no-wrap
msgid "@code{file} (default @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32701
+#: guix-git/doc/guix.texi:32727
msgid "An optional override of the whole configuration. You can use the @code{mixed-text-file} function or an absolute filepath for it."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32701
+#: guix-git/doc/guix.texi:32727
#, no-wrap
msgid "@code{php-ini-file} (default @code{#f})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:32705
+#: guix-git/doc/guix.texi:32731
msgid "An optional override of the default php settings. It may be any ``file-like'' object (@pxref{G-Expressions, file-like objects}). You can use the @code{mixed-text-file} function or an absolute filepath for it."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32709
+#: guix-git/doc/guix.texi:32735
msgid "For local development it is useful to set a higher timeout and memory limit for spawned php processes. This be accomplished with the following operating system configuration snippet:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:32714
+#: guix-git/doc/guix.texi:32740
#, no-wrap
msgid ""
"(define %local-php-ini\n"
@@ -63957,7 +64010,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:32721
+#: guix-git/doc/guix.texi:32747
#, no-wrap
msgid ""
"(operating-system\n"
@@ -63969,119 +64022,119 @@ msgid ""
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32726
+#: guix-git/doc/guix.texi:32752
msgid "Consult the @url{https://www.php.net/manual/en/ini.core.php,core php.ini directives} for comprehensive documentation on the acceptable @file{php.ini} directives."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:32729
+#: guix-git/doc/guix.texi:32755
#, no-wrap
msgid "{Data type} php-fpm-dynamic-process-manager-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:32733
+#: guix-git/doc/guix.texi:32759
msgid "Data Type for the @code{dynamic} php-fpm process manager. With the @code{dynamic} process manager, spare worker processes are kept around based on its configured limits."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32734 guix-git/doc/guix.texi:32750
-#: guix-git/doc/guix.texi:32760
+#: guix-git/doc/guix.texi:32760 guix-git/doc/guix.texi:32776
+#: guix-git/doc/guix.texi:32786
#, no-wrap
msgid "@code{max-children} (default: @code{5})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32736 guix-git/doc/guix.texi:32752
-#: guix-git/doc/guix.texi:32762
+#: guix-git/doc/guix.texi:32762 guix-git/doc/guix.texi:32778
+#: guix-git/doc/guix.texi:32788
msgid "Maximum of worker processes."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32736
+#: guix-git/doc/guix.texi:32762
#, no-wrap
msgid "@code{start-servers} (default: @code{2})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32738
+#: guix-git/doc/guix.texi:32764
msgid "How many worker processes should be started on start-up."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32738
+#: guix-git/doc/guix.texi:32764
#, no-wrap
msgid "@code{min-spare-servers} (default: @code{1})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32740
+#: guix-git/doc/guix.texi:32766
msgid "How many spare worker processes should be kept around at minimum."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32740
+#: guix-git/doc/guix.texi:32766
#, no-wrap
msgid "@code{max-spare-servers} (default: @code{3})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32742
+#: guix-git/doc/guix.texi:32768
msgid "How many spare worker processes should be kept around at maximum."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:32745
+#: guix-git/doc/guix.texi:32771
#, no-wrap
msgid "{Data type} php-fpm-static-process-manager-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:32749
+#: guix-git/doc/guix.texi:32775
msgid "Data Type for the @code{static} php-fpm process manager. With the @code{static} process manager, an unchanging number of worker processes are created."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:32755
+#: guix-git/doc/guix.texi:32781
#, no-wrap
msgid "{Data type} php-fpm-on-demand-process-manager-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:32759
+#: guix-git/doc/guix.texi:32785
msgid "Data Type for the @code{on-demand} php-fpm process manager. With the @code{on-demand} process manager, worker processes are only created as requests arrive."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32762
+#: guix-git/doc/guix.texi:32788
#, no-wrap
msgid "@code{process-idle-timeout} (default: @code{10})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32764
+#: guix-git/doc/guix.texi:32790
msgid "The time in seconds after which a process with no requests is killed."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:32768
+#: guix-git/doc/guix.texi:32794
#, fuzzy, no-wrap
#| msgid "{Scheme Procedure} nginx-php-location @"
msgid "{Procedure} nginx-php-location [#:nginx-package nginx] @"
msgstr "{Процедура Scheme} inferior-package-location @var{package}"
#. type: deffn
-#: guix-git/doc/guix.texi:32772
+#: guix-git/doc/guix.texi:32798
msgid "[socket (string-append \"/var/run/php\" @ (version-major (package-version php)) \"-fpm.sock\")] A helper function to quickly add php to an @code{nginx-server-configuration}."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:32775
+#: guix-git/doc/guix.texi:32801
msgid "A simple services setup for nginx with php can look like this:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:32788
+#: guix-git/doc/guix.texi:32814
#, no-wrap
msgid ""
"(services (cons* (service dhcp-client-service-type)\n"
@@ -64099,34 +64152,34 @@ msgid ""
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:32790
+#: guix-git/doc/guix.texi:32816
#, no-wrap
msgid "cat-avatar-generator"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:32794
+#: guix-git/doc/guix.texi:32820
msgid "The cat avatar generator is a simple service to demonstrate the use of php-fpm in @code{Nginx}. It is used to generate cat avatar from a seed, for instance the hash of a user's email address."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:32795
+#: guix-git/doc/guix.texi:32821
#, no-wrap
msgid "{Procedure} cat-avatar-generator-service @"
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:32803
+#: guix-git/doc/guix.texi:32829
msgid "[#:cache-dir \"/var/cache/cat-avatar-generator\"] @ [#:package cat-avatar-generator] @ [#:configuration (nginx-server-configuration)] Returns an nginx-server-configuration that inherits @code{configuration}. It extends the nginx configuration to add a server block that serves @code{package}, a version of cat-avatar-generator. During execution, cat-avatar-generator will be able to use @code{cache-dir} as its cache directory."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:32806
+#: guix-git/doc/guix.texi:32832
msgid "A simple setup for cat-avatar-generator can look like this:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:32813
+#: guix-git/doc/guix.texi:32839
#, no-wrap
msgid ""
"(services (cons* (cat-avatar-generator-service\n"
@@ -64138,173 +64191,173 @@ msgid ""
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:32815
+#: guix-git/doc/guix.texi:32841
#, no-wrap
msgid "Hpcguix-web"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:32817
+#: guix-git/doc/guix.texi:32843
#, no-wrap
msgid "hpcguix-web"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:32822
+#: guix-git/doc/guix.texi:32848
msgid "The @uref{https://github.com/UMCUGenetics/hpcguix-web/, hpcguix-web} program is a customizable web interface to browse Guix packages, initially designed for users of high-performance computing (HPC) clusters."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:32823
+#: guix-git/doc/guix.texi:32849
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "hpcguix-web-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:32825
+#: guix-git/doc/guix.texi:32851
msgid "The service type for @code{hpcguix-web}."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:32827
+#: guix-git/doc/guix.texi:32853
#, no-wrap
msgid "{Data Type} hpcguix-web-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:32829
+#: guix-git/doc/guix.texi:32855
msgid "Data type for the hpcguix-web service configuration."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32831
+#: guix-git/doc/guix.texi:32857
#, fuzzy, no-wrap
msgid "@code{specs} (default: @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:32835
+#: guix-git/doc/guix.texi:32861
msgid "Either @code{#f} or a gexp (@pxref{G-Expressions}) specifying the hpcguix-web service configuration as an @code{hpcguix-web-configuration} record. The main fields of that record type are:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32837
+#: guix-git/doc/guix.texi:32863
#, no-wrap
msgid "@code{title-prefix} (default: @code{\"hpcguix | \"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32839
+#: guix-git/doc/guix.texi:32865
msgid "The page title prefix."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32840
+#: guix-git/doc/guix.texi:32866
#, no-wrap
msgid "@code{guix-command} (default: @code{\"guix\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32842
+#: guix-git/doc/guix.texi:32868
msgid "The @command{guix} command to use in examples that appear on HTML pages."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32843
+#: guix-git/doc/guix.texi:32869
#, no-wrap
msgid "@code{package-filter-proc} (default: @code{(const #t)})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32845
+#: guix-git/doc/guix.texi:32871
msgid "A procedure specifying how to filter packages that are displayed."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32846
+#: guix-git/doc/guix.texi:32872
#, no-wrap
msgid "@code{package-page-extension-proc} (default: @code{(const '())})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32848
+#: guix-git/doc/guix.texi:32874
msgid "Extension package for @code{hpcguix-web}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32849
+#: guix-git/doc/guix.texi:32875
#, no-wrap
msgid "@code{menu} (default: @code{'()})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32851
+#: guix-git/doc/guix.texi:32877
msgid "Additional entry in page @code{menu}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32852
+#: guix-git/doc/guix.texi:32878
#, no-wrap
msgid "@code{channels} (default: @code{%default-channels})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32854
+#: guix-git/doc/guix.texi:32880
msgid "List of channels from which the package list is built (@pxref{Channels})."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32855
+#: guix-git/doc/guix.texi:32881
#, no-wrap
msgid "@code{package-list-expiration} (default: @code{(* 12 3600)})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32858
+#: guix-git/doc/guix.texi:32884
msgid "The expiration time, in seconds, after which the package list is rebuilt from the latest instances of the given channels."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32863
+#: guix-git/doc/guix.texi:32889
msgid "See the hpcguix-web repository for a @uref{https://github.com/UMCUGenetics/hpcguix-web/blob/master/hpcweb-configuration.scm, complete example}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32864
+#: guix-git/doc/guix.texi:32890
#, no-wrap
msgid "@code{package} (default: @code{hpcguix-web})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32866
+#: guix-git/doc/guix.texi:32892
msgid "The hpcguix-web package to use."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32867
+#: guix-git/doc/guix.texi:32893
#, fuzzy, no-wrap
#| msgid "@code{address} (default: @code{\"0.0.0.0\"})"
msgid "@code{address} (default: @code{\"127.0.0.1\"})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:32869
+#: guix-git/doc/guix.texi:32895
msgid "The IP address to listen to."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:32872
+#: guix-git/doc/guix.texi:32898
msgid "The port number to listen to."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:32876
+#: guix-git/doc/guix.texi:32902
msgid "A typical hpcguix-web service declaration looks like this:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:32884
+#: guix-git/doc/guix.texi:32910
#, fuzzy, no-wrap
#| msgid ""
#| "(service postgresql-role-service-type\n"
@@ -64329,40 +64382,40 @@ msgstr ""
" (create-database? #t))))))\n"
#. type: quotation
-#: guix-git/doc/guix.texi:32891
+#: guix-git/doc/guix.texi:32917
msgid "The hpcguix-web service periodically updates the package list it publishes by pulling channels from Git. To that end, it needs to access X.509 certificates so that it can authenticate Git servers when communicating over HTTPS, and it assumes that @file{/etc/ssl/certs} contains those certificates."
msgstr ""
#. type: quotation
-#: guix-git/doc/guix.texi:32895
+#: guix-git/doc/guix.texi:32921
msgid "A certificate package, @code{nss-certs}, is provided by default as part of @code{%base-packages}. @ref{X.509 Certificates}, for more information on X.509 certificates."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:32897 guix-git/doc/guix.texi:32899
+#: guix-git/doc/guix.texi:32923 guix-git/doc/guix.texi:32925
#, no-wrap
msgid "gmnisrv"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:32902
+#: guix-git/doc/guix.texi:32928
msgid "The @uref{https://git.sr.ht/~sircmpwn/gmnisrv, gmnisrv} program is a simple @uref{https://gemini.circumlunar.space/, Gemini} protocol server."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:32903
+#: guix-git/doc/guix.texi:32929
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "gmnisrv-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:32906
+#: guix-git/doc/guix.texi:32932
msgid "This is the type of the gmnisrv service, whose value should be a @code{gmnisrv-configuration} object, as in this example:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:32911
+#: guix-git/doc/guix.texi:32937
#, no-wrap
msgid ""
"(service gmnisrv-service-type\n"
@@ -64374,69 +64427,69 @@ msgstr ""
" (config-file (local-file \"./my-gmnisrv.ini\"))))\n"
#. type: deftp
-#: guix-git/doc/guix.texi:32914
+#: guix-git/doc/guix.texi:32940
#, no-wrap
msgid "{Data Type} gmnisrv-configuration"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:32916
+#: guix-git/doc/guix.texi:32942
msgid "Data type representing the configuration of gmnisrv."
msgstr "Управление конфигурацией операционной системы."
#. type: item
-#: guix-git/doc/guix.texi:32918
+#: guix-git/doc/guix.texi:32944
#, no-wrap
msgid "@code{package} (default: @var{gmnisrv})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:32920
+#: guix-git/doc/guix.texi:32946
msgid "Package object of the gmnisrv server."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32921
+#: guix-git/doc/guix.texi:32947
#, no-wrap
msgid "@code{config-file} (default: @code{%default-gmnisrv-config-file})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:32927
+#: guix-git/doc/guix.texi:32953
msgid "File-like object of the gmnisrv configuration file to use. The default configuration listens on port 1965 and serves files from @file{/srv/gemini}. Certificates are stored in @file{/var/lib/gemini/certs}. For more information, run @command{man gmnisrv} and @command{man gmnisrv.ini}."
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:32931
+#: guix-git/doc/guix.texi:32957
#, no-wrap
msgid "Agate"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:32933
+#: guix-git/doc/guix.texi:32959
#, no-wrap
msgid "agate"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:32938
+#: guix-git/doc/guix.texi:32964
msgid "The @uref{gemini://qwertqwefsday.eu/agate.gmi, Agate} (@uref{https://github.com/mbrubeck/agate, GitHub page over HTTPS}) program is a simple @uref{https://gemini.circumlunar.space/, Gemini} protocol server written in Rust."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:32939
+#: guix-git/doc/guix.texi:32965
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "agate-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:32942
+#: guix-git/doc/guix.texi:32968
msgid "This is the type of the agate service, whose value should be an @code{agate-service-type} object, as in this example:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:32948
+#: guix-git/doc/guix.texi:32974
#, fuzzy, no-wrap
#| msgid ""
#| "(service gmnisrv-service-type\n"
@@ -64446,29 +64499,29 @@ msgid ""
"(service agate-service-type\n"
"\t (agate-configuration\n"
"\t (content \"/srv/gemini\")\n"
-"\t (certs \"/srv/gemini-certs\")))\n"
+"\t (certificates \"/srv/gemini-certs\")))\n"
msgstr ""
"(service gmnisrv-service-type\n"
" (gmnisrv-configuration\n"
" (config-file (local-file \"./my-gmnisrv.ini\"))))\n"
#. type: defvar
-#: guix-git/doc/guix.texi:32953
+#: guix-git/doc/guix.texi:32979
msgid "The example above represents the minimal tweaking necessary to get Agate up and running. Specifying the path to the certificate and key directory is always necessary, as the Gemini protocol requires TLS by default."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:32957
-msgid "If specified path is writable by Agate, and contains no valid key and certificate, the Agate will try to generate them on the first start. If specified directory is read-only - key and certificate should be pre-generated by user."
+#: guix-git/doc/guix.texi:32986
+msgid "If specified @code{certificates} path is writable by Agate, and contains no valid pre-generated key and certificate, the Agate will try to generate them on the first start. In this case you should pass at least one hostname using the @code{hostnames} option. If specified directory is read-only - key and certificate should be pre-generated by user."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:32960
+#: guix-git/doc/guix.texi:32989
msgid "To obtain a certificate and a key in a DER format, you could, for example, use OpenSSL, running a commands similar to the following example:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:32966
+#: guix-git/doc/guix.texi:32995
#, no-wrap
msgid ""
"openssl genpkey -out key.der -outform DER -algorithm RSA \\\n"
@@ -64478,254 +64531,256 @@ msgid ""
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:32971
-msgid "Of course, you'll have to replace @i{example.com} with your own domain name, and then point the Agate configuration towards the path of the directory with the generated key and certificate using the @code{certs} option."
+#: guix-git/doc/guix.texi:33000
+msgid "Of course, you'll have to replace @i{example.com} with your own domain name, and then point the Agate configuration towards the path of the directory with the generated key and certificate using the @code{certificates} option."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:32974
+#: guix-git/doc/guix.texi:33003
#, no-wrap
msgid "{Data Type} agate-configuration"
msgstr "{Data Type} pagekite-configuration"
#. type: deftp
-#: guix-git/doc/guix.texi:32976
+#: guix-git/doc/guix.texi:33005
msgid "Data type representing the configuration of Agate."
msgstr "Управление конфигурацией операционной системы."
#. type: item
-#: guix-git/doc/guix.texi:32978
+#: guix-git/doc/guix.texi:33007
#, no-wrap
msgid "@code{package} (default: @code{agate})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:32980
+#: guix-git/doc/guix.texi:33009
msgid "The package object of the Agate server."
msgstr "Пакет для использования."
#. type: item
-#: guix-git/doc/guix.texi:32981
+#: guix-git/doc/guix.texi:33010
#, no-wrap
msgid "@code{content} (default: @file{\"/srv/gemini\"})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:32983
+#: guix-git/doc/guix.texi:33012
msgid "The directory from which Agate will serve files."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32984
+#: guix-git/doc/guix.texi:33013
#, fuzzy, no-wrap
#| msgid "@code{content} (default: @file{\"/srv/gemini\"})"
-msgid "@code{certs} (default: @file{\"/srv/gemini-certs\"})"
+msgid "@code{certificates} (default: @file{\"/srv/gemini-certs\"})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:32986
+#: guix-git/doc/guix.texi:33015
msgid "Root of the certificate directory. Must be filled in with a value from the user."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32987
-#, no-wrap
-msgid "@code{addr} (default: @code{'(\"0.0.0.0:1965\" \"[::]:1965\")})"
+#: guix-git/doc/guix.texi:33016
+#, fuzzy, no-wrap
+#| msgid "@code{addresses} (default: @code{'(\"10.0.0.1/32\")})"
+msgid "@code{addresses} (default: @code{'(\"[::]:1965\" \"0.0.0.0:1965\")})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:32989
+#: guix-git/doc/guix.texi:33018
msgid "A list of the addresses to listen on."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32990
+#: guix-git/doc/guix.texi:33019
#, fuzzy, no-wrap
#| msgid "@code{roles} (default: @code{'()})"
msgid "@code{hostnames} (default: @code{'()})"
msgstr "@code{modules} (по умолчанию: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:32994
+#: guix-git/doc/guix.texi:33023
msgid "Virtual hosts for the Gemini server. If multiple values are specified, corresponding directory names should be present in the @code{content} directory. Optional."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32995
-#, no-wrap
-msgid "@code{lang} (default: @code{#f})"
+#: guix-git/doc/guix.texi:33024
+#, fuzzy, no-wrap
+#| msgid "@code{lang} (default: @code{#f})"
+msgid "@code{languages} (default: @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:32997
+#: guix-git/doc/guix.texi:33026
msgid "RFC 4646 language code(s) for text/gemini documents. Optional."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:32998
+#: guix-git/doc/guix.texi:33027
#, fuzzy, no-wrap
#| msgid "@code{proxy} (default: @code{#f})"
msgid "@code{only-tls13?} (default: @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:33000
+#: guix-git/doc/guix.texi:33029
msgid "Set to @code{#t} to disable support for TLSv1.2."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33001
+#: guix-git/doc/guix.texi:33030
#, no-wrap
msgid "@code{serve-secret?} (default: @code{#f})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:33004
+#: guix-git/doc/guix.texi:33033
msgid "Set to @code{#t} to serve secret files (files/directories starting with a dot)."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33005
+#: guix-git/doc/guix.texi:33034
#, fuzzy, no-wrap
#| msgid "@code{autoconf?} (default: @code{#f})"
-msgid "@code{central-conf?} (default: @code{#f})"
+msgid "@code{central-configuration?} (default: @code{#f})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:33008
+#: guix-git/doc/guix.texi:33037
msgid "Set to @code{#t} to look for the .meta configuration file in the @code{content} root directory and will ignore @code{.meta} files in other directories"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33009
+#: guix-git/doc/guix.texi:33038
#, fuzzy, no-wrap
#| msgid "@code{record?} (default: @code{#f})"
msgid "@code{ed25519?} (default: @code{#f})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:33012
+#: guix-git/doc/guix.texi:33041
msgid "Set to @code{#t} to generate keys using the Ed25519 signature algorithm instead of the default ECDSA."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33013
+#: guix-git/doc/guix.texi:33042
#, fuzzy, no-wrap
msgid "@code{skip-port-check?} (default: @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:33015
+#: guix-git/doc/guix.texi:33044
msgid "Set to @code{#t} to skip URL port check even when a @code{hostname} is specified."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33016
+#: guix-git/doc/guix.texi:33045
#, no-wrap
msgid "@code{log-ip?} (default: @code{#t})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:33018
+#: guix-git/doc/guix.texi:33047
msgid "Whether or not to output IP addresses when logging."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33019
+#: guix-git/doc/guix.texi:33048
#, no-wrap
msgid "@code{user} (default: @code{\"agate\"})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:33021
+#: guix-git/doc/guix.texi:33050
msgid "Owner of the @code{agate} process."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33022
+#: guix-git/doc/guix.texi:33051
#, no-wrap
msgid "@code{group} (default: @code{\"agate\"})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:33024
+#: guix-git/doc/guix.texi:33053
msgid "Owner's group of the @code{agate} process."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33025
+#: guix-git/doc/guix.texi:33054
#, no-wrap
msgid "@code{log-file} (default: @file{\"/var/log/agate.log\"})"
msgstr "@code{daemon-socket} (default: @code{\"/var/guix/daemon-socket/socket\"})"
#. type: table
-#: guix-git/doc/guix.texi:33027
+#: guix-git/doc/guix.texi:33056
msgid "The file which should store the logging output of Agate."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:33034
+#: guix-git/doc/guix.texi:33063
#, no-wrap
msgid "Web"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:33035
+#: guix-git/doc/guix.texi:33064
#, no-wrap
msgid "HTTP, HTTPS"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:33036
+#: guix-git/doc/guix.texi:33065
#, no-wrap
msgid "Let's Encrypt"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:33037
+#: guix-git/doc/guix.texi:33066
#, no-wrap
msgid "TLS certificates"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:33044
+#: guix-git/doc/guix.texi:33073
msgid "The @code{(gnu services certbot)} module provides a service to automatically obtain a valid TLS certificate from the Let's Encrypt certificate authority. These certificates can then be used to serve content securely over HTTPS or other TLS-based protocols, with the knowledge that the client will be able to verify the server's authenticity."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:33056
+#: guix-git/doc/guix.texi:33085
msgid "@url{https://letsencrypt.org/, Let's Encrypt} provides the @code{certbot} tool to automate the certification process. This tool first securely generates a key on the server. It then makes a request to the Let's Encrypt certificate authority (CA) to sign the key. The CA checks that the request originates from the host in question by using a challenge-response protocol, requiring the server to provide its response over HTTP@. If that protocol completes successfully, the CA signs the key, resulting in a certificate. That certificate is valid for a limited period of time, and therefore to continue to provide TLS services, the server needs to periodically ask the CA to renew its signature."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:33063
+#: guix-git/doc/guix.texi:33092
msgid "The certbot service automates this process: the initial key generation, the initial certification request to the Let's Encrypt service, the web server challenge/response integration, writing the certificate to disk, the automated periodic renewals, and the deployment tasks associated with the renewal (e.g.@: reloading services, copying keys with different permissions)."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:33069
+#: guix-git/doc/guix.texi:33098
msgid "Certbot is run twice a day, at a random minute within the hour. It won't do anything until your certificates are due for renewal or revoked, but running it regularly would give your service a chance of staying online in case a Let's Encrypt-initiated revocation happened for some reason."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:33073
+#: guix-git/doc/guix.texi:33102
msgid "By using this service, you agree to the ACME Subscriber Agreement, which can be found there: @url{https://acme-v01.api.letsencrypt.org/directory}."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:33074
+#: guix-git/doc/guix.texi:33103
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "certbot-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:33077
+#: guix-git/doc/guix.texi:33106
msgid "A service type for the @code{certbot} Let's Encrypt client. Its value must be a @code{certbot-configuration} record as in this example:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:33088
+#: guix-git/doc/guix.texi:33117
#, no-wrap
msgid ""
"(service certbot-service-type\n"
@@ -64740,255 +64795,255 @@ msgid ""
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:33091
+#: guix-git/doc/guix.texi:33120
msgid "See below for details about @code{certbot-configuration}."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:33093
+#: guix-git/doc/guix.texi:33122
#, no-wrap
msgid "{Data Type} certbot-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:33096
+#: guix-git/doc/guix.texi:33125
msgid "Data type representing the configuration of the @code{certbot} service. This type has the following parameters:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33098
+#: guix-git/doc/guix.texi:33127
#, no-wrap
msgid "@code{package} (default: @code{certbot})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33100
+#: guix-git/doc/guix.texi:33129
msgid "The certbot package to use."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33101
+#: guix-git/doc/guix.texi:33130
#, no-wrap
msgid "@code{webroot} (default: @code{/var/www})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33104
+#: guix-git/doc/guix.texi:33133
msgid "The directory from which to serve the Let's Encrypt challenge/response files."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33105
+#: guix-git/doc/guix.texi:33134
#, fuzzy, no-wrap
#| msgid "@code{roles} (default: @code{'()})"
msgid "@code{certificates} (default: @code{'()})"
msgstr "@code{modules} (по умолчанию: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:33109
+#: guix-git/doc/guix.texi:33138
msgid "A list of @code{certificates-configuration}s for which to generate certificates and request signatures. Each certificate has a @code{name} and several @code{domains}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33110
+#: guix-git/doc/guix.texi:33139
#, no-wrap
msgid "@code{email} (default: @code{#f})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:33114
+#: guix-git/doc/guix.texi:33143
msgid "Optional email address used for registration and recovery contact. Setting this is encouraged as it allows you to receive important notifications about the account and issued certificates."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33115 guix-git/doc/guix.texi:34953
+#: guix-git/doc/guix.texi:33144 guix-git/doc/guix.texi:34982
#, no-wrap
msgid "@code{server} (default: @code{#f})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:33118
+#: guix-git/doc/guix.texi:33147
msgid "Optional URL of ACME server. Setting this overrides certbot's default, which is the Let's Encrypt server."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33119
+#: guix-git/doc/guix.texi:33148
#, no-wrap
msgid "@code{rsa-key-size} (default: @code{2048})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33121
+#: guix-git/doc/guix.texi:33150
msgid "Size of the RSA key."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33122
+#: guix-git/doc/guix.texi:33151
#, no-wrap
msgid "@code{default-location} (default: @i{see below})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33131
+#: guix-git/doc/guix.texi:33160
msgid "The default @code{nginx-location-configuration}. Because @code{certbot} needs to be able to serve challenges and responses, it needs to be able to run a web server. It does so by extending the @code{nginx} web service with an @code{nginx-server-configuration} listening on the @var{domains} on port 80, and which has a @code{nginx-location-configuration} for the @code{/.well-known/} URI path subspace used by Let's Encrypt. @xref{Web Services}, for more on these nginx configuration data types."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33135
+#: guix-git/doc/guix.texi:33164
msgid "Requests to other URL paths will be matched by the @code{default-location}, which if present is added to all @code{nginx-server-configuration}s."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33139
+#: guix-git/doc/guix.texi:33168
msgid "By default, the @code{default-location} will issue a redirect from @code{http://@var{domain}/...} to @code{https://@var{domain}/...}, leaving you to define what to serve on your site via @code{https}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33141
+#: guix-git/doc/guix.texi:33170
msgid "Pass @code{#f} to not issue a default location."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:33144
+#: guix-git/doc/guix.texi:33173
#, no-wrap
msgid "{Data Type} certificate-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:33147
+#: guix-git/doc/guix.texi:33176
msgid "Data type representing the configuration of a certificate. This type has the following parameters:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33149
+#: guix-git/doc/guix.texi:33178
#, no-wrap
msgid "@code{name} (default: @i{see below})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33153
+#: guix-git/doc/guix.texi:33182
msgid "This name is used by Certbot for housekeeping and in file paths; it doesn't affect the content of the certificate itself. To see certificate names, run @code{certbot certificates}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33155
+#: guix-git/doc/guix.texi:33184
msgid "Its default is the first provided domain."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33156
+#: guix-git/doc/guix.texi:33185
#, fuzzy, no-wrap
#| msgid "@code{admins} (default: @code{'()})"
msgid "@code{domains} (default: @code{'()})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:33159
+#: guix-git/doc/guix.texi:33188
msgid "The first domain provided will be the subject CN of the certificate, and all domains will be Subject Alternative Names on the certificate."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33160
+#: guix-git/doc/guix.texi:33189
#, no-wrap
msgid "@code{challenge} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33167
+#: guix-git/doc/guix.texi:33196
msgid "The challenge type that has to be run by certbot. If @code{#f} is specified, default to the HTTP challenge. If a value is specified, defaults to the manual plugin (see @code{authentication-hook}, @code{cleanup-hook} and the documentation at @url{https://certbot.eff.org/docs/using.html#hooks}), and gives Let's Encrypt permission to log the public IP address of the requesting machine."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33168
+#: guix-git/doc/guix.texi:33197
#, fuzzy, no-wrap
msgid "@code{csr} (default: @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:33175
+#: guix-git/doc/guix.texi:33204
msgid "File name of Certificate Signing Request (CSR) in DER or PEM format. If @code{#f} is specified, this argument will not be passed to certbot. If a value is specified, certbot will use it to obtain a certificate, instead of using a self-generated CSR. The domain-name(s) mentioned in @code{domains}, must be consistent with the domain-name(s) mentioned in CSR file."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33176
+#: guix-git/doc/guix.texi:33205
#, no-wrap
msgid "@code{authentication-hook} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33182
+#: guix-git/doc/guix.texi:33211
msgid "Command to be run in a shell once for each certificate challenge to be answered. For this command, the shell variable @code{$CERTBOT_DOMAIN} will contain the domain being authenticated, @code{$CERTBOT_VALIDATION} contains the validation string and @code{$CERTBOT_TOKEN} contains the file name of the resource requested when performing an HTTP-01 challenge."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33183
+#: guix-git/doc/guix.texi:33212
#, no-wrap
msgid "@code{cleanup-hook} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33189
+#: guix-git/doc/guix.texi:33218
msgid "Command to be run in a shell once for each certificate challenge that have been answered by the @code{auth-hook}. For this command, the shell variables available in the @code{auth-hook} script are still available, and additionally @code{$CERTBOT_AUTH_OUTPUT} will contain the standard output of the @code{auth-hook} script."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33190
+#: guix-git/doc/guix.texi:33219
#, no-wrap
msgid "@code{deploy-hook} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33198
+#: guix-git/doc/guix.texi:33227
msgid "Command to be run in a shell once for each successfully issued certificate. For this command, the shell variable @code{$RENEWED_LINEAGE} will point to the config live subdirectory (for example, @samp{\"/etc/letsencrypt/live/example.com\"}) containing the new certificates and keys; the shell variable @code{$RENEWED_DOMAINS} will contain a space-delimited list of renewed certificate domains (for example, @samp{\"example.com www.example.com\"}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33199
+#: guix-git/doc/guix.texi:33228
#, fuzzy, no-wrap
#| msgid "@code{ssl?} (default: @code{#t})"
msgid "@code{start-self-signed?} (default: @code{#t})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:33204
+#: guix-git/doc/guix.texi:33233
msgid "Whether to generate an initial self-signed certificate during system activation. This option is particularly useful to allow @code{nginx} to start before @code{certbot} has run, because @code{certbot} relies on @code{nginx} running to perform HTTP challenges."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:33211
+#: guix-git/doc/guix.texi:33240
msgid "For each @code{certificate-configuration}, the certificate is saved to @code{/etc/certs/@var{name}/fullchain.pem} and the key is saved to @code{/etc/certs/@var{name}/privkey.pem}."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:33213
+#: guix-git/doc/guix.texi:33242
#, no-wrap
msgid "DNS (domain name system)"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:33214
+#: guix-git/doc/guix.texi:33243
#, no-wrap
msgid "domain name system (DNS)"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:33222
+#: guix-git/doc/guix.texi:33251
msgid "The @code{(gnu services dns)} module provides services related to the @dfn{domain name system} (DNS). It provides a server service for hosting an @emph{authoritative} DNS server for multiple zones, slave or master. This service uses @uref{https://www.knot-dns.cz/, Knot DNS}. And also a caching and forwarding DNS server for the LAN, which uses @uref{http://www.thekelleys.org.uk/dnsmasq/doc.html, dnsmasq}."
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:33223
+#: guix-git/doc/guix.texi:33252
#, no-wrap
msgid "Knot Service"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:33227
+#: guix-git/doc/guix.texi:33256
msgid "An example configuration of an authoritative server for two zones, one master and one slave, is:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:33234
+#: guix-git/doc/guix.texi:33263
#, no-wrap
msgid ""
"(define-zone-entries example.org.zone\n"
@@ -65000,7 +65055,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:33241
+#: guix-git/doc/guix.texi:33270
#, no-wrap
msgid ""
"(define master-zone\n"
@@ -65013,7 +65068,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:33247
+#: guix-git/doc/guix.texi:33276
#, no-wrap
msgid ""
"(define slave-zone\n"
@@ -65025,7 +65080,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:33252
+#: guix-git/doc/guix.texi:33281
#, no-wrap
msgid ""
"(define plop-master\n"
@@ -65036,7 +65091,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:33261
+#: guix-git/doc/guix.texi:33290
#, no-wrap
msgid ""
"(operating-system\n"
@@ -65050,864 +65105,864 @@ msgid ""
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:33263
+#: guix-git/doc/guix.texi:33292
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "knot-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:33265
+#: guix-git/doc/guix.texi:33294
msgid "This is the type for the Knot DNS server."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:33273
+#: guix-git/doc/guix.texi:33302
msgid "Knot DNS is an authoritative DNS server, meaning that it can serve multiple zones, that is to say domain names you would buy from a registrar. This server is not a resolver, meaning that it can only resolve names for which it is authoritative. This server can be configured to serve zones as a master server or a slave server as a per-zone basis. Slave zones will get their data from masters, and will serve it as an authoritative server. From the point of view of a resolver, there is no difference between master and slave."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:33275
+#: guix-git/doc/guix.texi:33304
msgid "The following data types are used to configure the Knot DNS server:"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:33277
+#: guix-git/doc/guix.texi:33306
#, no-wrap
msgid "{Data Type} knot-key-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:33280
+#: guix-git/doc/guix.texi:33309
msgid "Data type representing a key. This type has the following parameters:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33282 guix-git/doc/guix.texi:33302
-#: guix-git/doc/guix.texi:33417 guix-git/doc/guix.texi:33443
-#: guix-git/doc/guix.texi:33478
+#: guix-git/doc/guix.texi:33311 guix-git/doc/guix.texi:33331
+#: guix-git/doc/guix.texi:33446 guix-git/doc/guix.texi:33472
+#: guix-git/doc/guix.texi:33507
#, no-wrap
msgid "@code{id} (default: @code{\"\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33285 guix-git/doc/guix.texi:33305
+#: guix-git/doc/guix.texi:33314 guix-git/doc/guix.texi:33334
msgid "An identifier for other configuration fields to refer to this key. IDs must be unique and must not be empty."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33286
+#: guix-git/doc/guix.texi:33315
#, no-wrap
msgid "@code{algorithm} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33290
+#: guix-git/doc/guix.texi:33319
msgid "The algorithm to use. Choose between @code{#f}, @code{'hmac-md5}, @code{'hmac-sha1}, @code{'hmac-sha224}, @code{'hmac-sha256}, @code{'hmac-sha384} and @code{'hmac-sha512}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33291
+#: guix-git/doc/guix.texi:33320
#, no-wrap
msgid "@code{secret} (default: @code{\"\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33293
+#: guix-git/doc/guix.texi:33322
msgid "The secret key itself."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:33297
+#: guix-git/doc/guix.texi:33326
#, no-wrap
msgid "{Data Type} knot-acl-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:33300
+#: guix-git/doc/guix.texi:33329
msgid "Data type representing an Access Control List (ACL) configuration. This type has the following parameters:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33306 guix-git/doc/guix.texi:33421
+#: guix-git/doc/guix.texi:33335 guix-git/doc/guix.texi:33450
#, no-wrap
msgid "@code{address} (default: @code{'()})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33310
+#: guix-git/doc/guix.texi:33339
msgid "An ordered list of IP addresses, network subnets, or network ranges represented with strings. The query must match one of them. Empty value means that address match is not required."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33311
+#: guix-git/doc/guix.texi:33340
#, no-wrap
msgid "@code{key} (default: @code{'()})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33315
+#: guix-git/doc/guix.texi:33344
msgid "An ordered list of references to keys represented with strings. The string must match a key ID defined in a @code{knot-key-configuration}. No key means that a key is not require to match that ACL."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33316
+#: guix-git/doc/guix.texi:33345
#, no-wrap
msgid "@code{action} (default: @code{'()})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33320
+#: guix-git/doc/guix.texi:33349
msgid "An ordered list of actions that are permitted or forbidden by this ACL@. Possible values are lists of zero or more elements from @code{'transfer}, @code{'notify} and @code{'update}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33321
+#: guix-git/doc/guix.texi:33350
#, no-wrap
msgid "@code{deny?} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33324
+#: guix-git/doc/guix.texi:33353
msgid "When true, the ACL defines restrictions. Listed actions are forbidden. When false, listed actions are allowed."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:33328
+#: guix-git/doc/guix.texi:33357
#, no-wrap
msgid "{Data Type} zone-entry"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:33331
+#: guix-git/doc/guix.texi:33360
msgid "Data type representing a record entry in a zone file. This type has the following parameters:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33333
+#: guix-git/doc/guix.texi:33362
#, no-wrap
msgid "@code{name} (default: @code{\"@@\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33339
+#: guix-git/doc/guix.texi:33368
msgid "The name of the record. @code{\"@@\"} refers to the origin of the zone. Names are relative to the origin of the zone. For example, in the @code{example.org} zone, @code{\"ns.example.org\"} actually refers to @code{ns.example.org.example.org}. Names ending with a dot are absolute, which means that @code{\"ns.example.org.\"} refers to @code{ns.example.org}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33340
+#: guix-git/doc/guix.texi:33369
#, no-wrap
msgid "@code{ttl} (default: @code{\"\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33342
+#: guix-git/doc/guix.texi:33371
msgid "The Time-To-Live (TTL) of this record. If not set, the default TTL is used."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33343
+#: guix-git/doc/guix.texi:33372
#, no-wrap
msgid "@code{class} (default: @code{\"IN\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33346
+#: guix-git/doc/guix.texi:33375
msgid "The class of the record. Knot currently supports only @code{\"IN\"} and partially @code{\"CH\"}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33347
+#: guix-git/doc/guix.texi:33376
#, no-wrap
msgid "@code{type} (default: @code{\"A\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33351
+#: guix-git/doc/guix.texi:33380
msgid "The type of the record. Common types include A (IPv4 address), AAAA (IPv6 address), NS (Name Server) and MX (Mail eXchange). Many other types are defined."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33352
+#: guix-git/doc/guix.texi:33381
#, no-wrap
msgid "@code{data} (default: @code{\"\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33356
+#: guix-git/doc/guix.texi:33385
msgid "The data contained in the record. For instance an IP address associated with an A record, or a domain name associated with an NS record. Remember that domain names are relative to the origin unless they end with a dot."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:33360
+#: guix-git/doc/guix.texi:33389
#, no-wrap
msgid "{Data Type} zone-file"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:33363
+#: guix-git/doc/guix.texi:33392
msgid "Data type representing the content of a zone file. This type has the following parameters:"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33372
+#: guix-git/doc/guix.texi:33401
msgid "The list of entries. The SOA record is taken care of, so you don't need to put it in the list of entries. This list should probably contain an entry for your primary authoritative DNS server. Other than using a list of entries directly, you can use @code{define-zone-entries} to define a object containing the list of entries more easily, that you can later pass to the @code{entries} field of the @code{zone-file}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33373
+#: guix-git/doc/guix.texi:33402
#, no-wrap
msgid "@code{origin} (default: @code{\"\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33375
+#: guix-git/doc/guix.texi:33404
msgid "The name of your zone. This parameter cannot be empty."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33376
+#: guix-git/doc/guix.texi:33405
#, no-wrap
msgid "@code{ns} (default: @code{\"ns\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33381
+#: guix-git/doc/guix.texi:33410
msgid "The domain of your primary authoritative DNS server. The name is relative to the origin, unless it ends with a dot. It is mandatory that this primary DNS server corresponds to an NS record in the zone and that it is associated to an IP address in the list of entries."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33382
+#: guix-git/doc/guix.texi:33411
#, no-wrap
msgid "@code{mail} (default: @code{\"hostmaster\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33385
+#: guix-git/doc/guix.texi:33414
msgid "An email address people can contact you at, as the owner of the zone. This is translated as @code{<mail>@@<origin>}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33386
+#: guix-git/doc/guix.texi:33415
#, no-wrap
msgid "@code{serial} (default: @code{1})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33390
+#: guix-git/doc/guix.texi:33419
msgid "The serial number of the zone. As this is used to keep track of changes by both slaves and resolvers, it is mandatory that it @emph{never} decreases. Always increment it when you make a change in your zone."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33391
+#: guix-git/doc/guix.texi:33420
#, no-wrap
msgid "@code{refresh} (default: @code{(* 2 24 3600)})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33395
+#: guix-git/doc/guix.texi:33424
msgid "The frequency at which slaves will do a zone transfer. This value is a number of seconds. It can be computed by multiplications or with @code{(string->duration)}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33396
+#: guix-git/doc/guix.texi:33425
#, no-wrap
msgid "@code{retry} (default: @code{(* 15 60)})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33399
+#: guix-git/doc/guix.texi:33428
msgid "The period after which a slave will retry to contact its master when it fails to do so a first time."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33400
+#: guix-git/doc/guix.texi:33429
#, no-wrap
msgid "@code{expiry} (default: @code{(* 14 24 3600)})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33404
+#: guix-git/doc/guix.texi:33433
msgid "Default TTL of records. Existing records are considered correct for at most this amount of time. After this period, resolvers will invalidate their cache and check again that it still exists."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33405
+#: guix-git/doc/guix.texi:33434
#, no-wrap
msgid "@code{nx} (default: @code{3600})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33408
+#: guix-git/doc/guix.texi:33437
msgid "Default TTL of inexistent records. This delay is usually short because you want your new domains to reach everyone quickly."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:33412
+#: guix-git/doc/guix.texi:33441
#, no-wrap
msgid "{Data Type} knot-remote-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:33415
+#: guix-git/doc/guix.texi:33444
msgid "Data type representing a remote configuration. This type has the following parameters:"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33420
+#: guix-git/doc/guix.texi:33449
msgid "An identifier for other configuration fields to refer to this remote. IDs must be unique and must not be empty."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33425
+#: guix-git/doc/guix.texi:33454
msgid "An ordered list of destination IP addresses. Addresses are tried in sequence. An optional port can be given with the @@ separator. For instance: @code{(list \"1.2.3.4\" \"2.3.4.5@@53\")}. Default port is 53."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33426
+#: guix-git/doc/guix.texi:33455
#, no-wrap
msgid "@code{via} (default: @code{'()})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33430
+#: guix-git/doc/guix.texi:33459
msgid "An ordered list of source IP addresses. An empty list will have Knot choose an appropriate source IP@. An optional port can be given with the @@ separator. The default is to choose at random."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33431
+#: guix-git/doc/guix.texi:33460
#, no-wrap
msgid "@code{key} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33434
+#: guix-git/doc/guix.texi:33463
msgid "A reference to a key, that is a string containing the identifier of a key defined in a @code{knot-key-configuration} field."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:33438
+#: guix-git/doc/guix.texi:33467
#, no-wrap
msgid "{Data Type} knot-keystore-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:33441
+#: guix-git/doc/guix.texi:33470
msgid "Data type representing a keystore to hold dnssec keys. This type has the following parameters:"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33445
+#: guix-git/doc/guix.texi:33474
msgid "The id of the keystore. It must not be empty."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33446
+#: guix-git/doc/guix.texi:33475
#, no-wrap
msgid "@code{backend} (default: @code{'pem})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33448
+#: guix-git/doc/guix.texi:33477
msgid "The backend to store the keys in. Can be @code{'pem} or @code{'pkcs11}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33449
+#: guix-git/doc/guix.texi:33478
#, no-wrap
msgid "@code{config} (default: @code{\"/var/lib/knot/keys/keys\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33453
+#: guix-git/doc/guix.texi:33482
msgid "The configuration string of the backend. An example for the PKCS#11 is: @code{\"pkcs11:token=knot;pin-value=1234 /gnu/store/.../lib/pkcs11/libsofthsm2.so\"}. For the pem backend, the string represents a path in the file system."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:33457
+#: guix-git/doc/guix.texi:33486
#, no-wrap
msgid "{Data Type} knot-policy-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:33461
+#: guix-git/doc/guix.texi:33490
msgid "Data type representing a dnssec policy. Knot DNS is able to automatically sign your zones. It can either generate and manage your keys automatically or use keys that you generate."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:33468
+#: guix-git/doc/guix.texi:33497
msgid "Dnssec is usually implemented using two keys: a Key Signing Key (KSK) that is used to sign the second, and a Zone Signing Key (ZSK) that is used to sign the zone. In order to be trusted, the KSK needs to be present in the parent zone (usually a top-level domain). If your registrar supports dnssec, you will have to send them your KSK's hash so they can add a DS record in their zone. This is not automated and need to be done each time you change your KSK."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:33474
+#: guix-git/doc/guix.texi:33503
msgid "The policy also defines the lifetime of keys. Usually, ZSK can be changed easily and use weaker cryptographic functions (they use lower parameters) in order to sign records quickly, so they are changed often. The KSK however requires manual interaction with the registrar, so they are changed less often and use stronger parameters because they sign only one record."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:33476
+#: guix-git/doc/guix.texi:33505
msgid "This type has the following parameters:"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33480
+#: guix-git/doc/guix.texi:33509
msgid "The id of the policy. It must not be empty."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33481
+#: guix-git/doc/guix.texi:33510
#, no-wrap
msgid "@code{keystore} (default: @code{\"default\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33486
+#: guix-git/doc/guix.texi:33515
msgid "A reference to a keystore, that is a string containing the identifier of a keystore defined in a @code{knot-keystore-configuration} field. The @code{\"default\"} identifier means the default keystore (a kasp database that was setup by this service)."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33487
+#: guix-git/doc/guix.texi:33516
#, no-wrap
msgid "@code{manual?} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33489
+#: guix-git/doc/guix.texi:33518
msgid "Whether the key management is manual or automatic."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33490
+#: guix-git/doc/guix.texi:33519
#, no-wrap
msgid "@code{single-type-signing?} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33492
+#: guix-git/doc/guix.texi:33521
msgid "When @code{#t}, use the Single-Type Signing Scheme."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33493
+#: guix-git/doc/guix.texi:33522
#, no-wrap
msgid "@code{algorithm} (default: @code{\"ecdsap256sha256\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33495
+#: guix-git/doc/guix.texi:33524
msgid "An algorithm of signing keys and issued signatures."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33496
+#: guix-git/doc/guix.texi:33525
#, no-wrap
msgid "@code{ksk-size} (default: @code{256})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33499
+#: guix-git/doc/guix.texi:33528
msgid "The length of the KSK@. Note that this value is correct for the default algorithm, but would be unsecure for other algorithms."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33500
+#: guix-git/doc/guix.texi:33529
#, no-wrap
msgid "@code{zsk-size} (default: @code{256})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33503
+#: guix-git/doc/guix.texi:33532
msgid "The length of the ZSK@. Note that this value is correct for the default algorithm, but would be unsecure for other algorithms."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33504
+#: guix-git/doc/guix.texi:33533
#, no-wrap
msgid "@code{dnskey-ttl} (default: @code{'default})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33507
+#: guix-git/doc/guix.texi:33536
msgid "The TTL value for DNSKEY records added into zone apex. The special @code{'default} value means same as the zone SOA TTL."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33508
+#: guix-git/doc/guix.texi:33537
#, no-wrap
msgid "@code{zsk-lifetime} (default: @code{(* 30 24 3600)})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33510
+#: guix-git/doc/guix.texi:33539
msgid "The period between ZSK publication and the next rollover initiation."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33511
+#: guix-git/doc/guix.texi:33540
#, no-wrap
msgid "@code{propagation-delay} (default: @code{(* 24 3600)})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33514
+#: guix-git/doc/guix.texi:33543
msgid "An extra delay added for each key rollover step. This value should be high enough to cover propagation of data from the master server to all slaves."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33515
+#: guix-git/doc/guix.texi:33544
#, no-wrap
msgid "@code{rrsig-lifetime} (default: @code{(* 14 24 3600)})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33517
+#: guix-git/doc/guix.texi:33546
msgid "A validity period of newly issued signatures."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33518
+#: guix-git/doc/guix.texi:33547
#, no-wrap
msgid "@code{rrsig-refresh} (default: @code{(* 7 24 3600)})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33520
+#: guix-git/doc/guix.texi:33549
msgid "A period how long before a signature expiration the signature will be refreshed."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33521
+#: guix-git/doc/guix.texi:33550
#, no-wrap
msgid "@code{nsec3?} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33523
+#: guix-git/doc/guix.texi:33552
msgid "When @code{#t}, NSEC3 will be used instead of NSEC."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33524
+#: guix-git/doc/guix.texi:33553
#, no-wrap
msgid "@code{nsec3-iterations} (default: @code{5})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33526
+#: guix-git/doc/guix.texi:33555
msgid "The number of additional times the hashing is performed."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33527
+#: guix-git/doc/guix.texi:33556
#, no-wrap
msgid "@code{nsec3-salt-length} (default: @code{8})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33530
+#: guix-git/doc/guix.texi:33559
msgid "The length of a salt field in octets, which is appended to the original owner name before hashing."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33531
+#: guix-git/doc/guix.texi:33560
#, no-wrap
msgid "@code{nsec3-salt-lifetime} (default: @code{(* 30 24 3600)})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33533
+#: guix-git/doc/guix.texi:33562
msgid "The validity period of newly issued salt field."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:33537
+#: guix-git/doc/guix.texi:33566
#, no-wrap
msgid "{Data Type} knot-zone-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:33540
+#: guix-git/doc/guix.texi:33569
msgid "Data type representing a zone served by Knot. This type has the following parameters:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33542
+#: guix-git/doc/guix.texi:33571
#, no-wrap
msgid "@code{domain} (default: @code{\"\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33544
+#: guix-git/doc/guix.texi:33573
msgid "The domain served by this configuration. It must not be empty."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33545
+#: guix-git/doc/guix.texi:33574
#, no-wrap
msgid "@code{file} (default: @code{\"\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33548
+#: guix-git/doc/guix.texi:33577
msgid "The file where this zone is saved. This parameter is ignored by master zones. Empty means default location that depends on the domain name."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33549
+#: guix-git/doc/guix.texi:33578
#, no-wrap
msgid "@code{zone} (default: @code{(zone-file)})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33552
+#: guix-git/doc/guix.texi:33581
msgid "The content of the zone file. This parameter is ignored by slave zones. It must contain a zone-file record."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33553
+#: guix-git/doc/guix.texi:33582
#, no-wrap
msgid "@code{master} (default: @code{'()})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33556
+#: guix-git/doc/guix.texi:33585
msgid "A list of master remotes. When empty, this zone is a master. When set, this zone is a slave. This is a list of remotes identifiers."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33557
+#: guix-git/doc/guix.texi:33586
#, no-wrap
msgid "@code{ddns-master} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33560
+#: guix-git/doc/guix.texi:33589
msgid "The main master. When empty, it defaults to the first master in the list of masters."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33561
+#: guix-git/doc/guix.texi:33590
#, no-wrap
msgid "@code{notify} (default: @code{'()})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33563
+#: guix-git/doc/guix.texi:33592
msgid "A list of slave remote identifiers."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33564
+#: guix-git/doc/guix.texi:33593
#, no-wrap
msgid "@code{acl} (default: @code{'()})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33566
+#: guix-git/doc/guix.texi:33595
msgid "A list of acl identifiers."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33567
+#: guix-git/doc/guix.texi:33596
#, no-wrap
msgid "@code{semantic-checks?} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33569
+#: guix-git/doc/guix.texi:33598
msgid "When set, this adds more semantic checks to the zone."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33570
+#: guix-git/doc/guix.texi:33599
#, no-wrap
msgid "@code{zonefile-sync} (default: @code{0})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33573
+#: guix-git/doc/guix.texi:33602
msgid "The delay between a modification in memory and on disk. 0 means immediate synchronization."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33574
+#: guix-git/doc/guix.texi:33603
#, no-wrap
msgid "@code{zonefile-load} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33577
+#: guix-git/doc/guix.texi:33606
msgid "The way the zone file contents are applied during zone load. Possible values are:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33579
+#: guix-git/doc/guix.texi:33608
#, no-wrap
msgid "@code{#f} for using the default value from Knot,"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33580
+#: guix-git/doc/guix.texi:33609
#, no-wrap
msgid "@code{'none} for not using the zone file at all,"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33581
+#: guix-git/doc/guix.texi:33610
#, no-wrap
msgid "@code{'difference} for computing the difference between already available"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:33583
+#: guix-git/doc/guix.texi:33612
msgid "contents and zone contents and applying it to the current zone contents,"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33583
+#: guix-git/doc/guix.texi:33612
#, no-wrap
msgid "@code{'difference-no-serial} for the same as @code{'difference}, but"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:33586
+#: guix-git/doc/guix.texi:33615
msgid "ignoring the SOA serial in the zone file, while the server takes care of it automatically."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33586
+#: guix-git/doc/guix.texi:33615
#, no-wrap
msgid "@code{'whole} for loading zone contents from the zone file."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33589
+#: guix-git/doc/guix.texi:33618
#, no-wrap
msgid "@code{journal-content} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33594
+#: guix-git/doc/guix.texi:33623
msgid "The way the journal is used to store zone and its changes. Possible values are @code{'none} to not use it at all, @code{'changes} to store changes and @code{'all} to store contents. @code{#f} does not set this option, so the default value from Knot is used."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33595
+#: guix-git/doc/guix.texi:33624
#, no-wrap
msgid "@code{max-journal-usage} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33598
+#: guix-git/doc/guix.texi:33627
msgid "The maximum size for the journal on disk. @code{#f} does not set this option, so the default value from Knot is used."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33599
+#: guix-git/doc/guix.texi:33628
#, no-wrap
msgid "@code{max-journal-depth} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33602
+#: guix-git/doc/guix.texi:33631
msgid "The maximum size of the history. @code{#f} does not set this option, so the default value from Knot is used."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33603
+#: guix-git/doc/guix.texi:33632
#, no-wrap
msgid "@code{max-zone-size} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33607
+#: guix-git/doc/guix.texi:33636
msgid "The maximum size of the zone file. This limit is enforced for incoming transfer and updates. @code{#f} does not set this option, so the default value from Knot is used."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33608
+#: guix-git/doc/guix.texi:33637
#, no-wrap
msgid "@code{dnssec-policy} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33612
+#: guix-git/doc/guix.texi:33641
msgid "A reference to a @code{knot-policy-configuration} record, or the special name @code{\"default\"}. If the value is @code{#f}, there is no dnssec signing on this zone."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33613
+#: guix-git/doc/guix.texi:33642
#, no-wrap
msgid "@code{serial-policy} (default: @code{'increment})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33615
+#: guix-git/doc/guix.texi:33644
msgid "A policy between @code{'increment} and @code{'unixtime}."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:33619
+#: guix-git/doc/guix.texi:33648
#, no-wrap
msgid "{Data Type} knot-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:33622
+#: guix-git/doc/guix.texi:33651
msgid "Data type representing the Knot configuration. This type has the following parameters:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33624
+#: guix-git/doc/guix.texi:33653
#, no-wrap
msgid "@code{knot} (default: @code{knot})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33626
+#: guix-git/doc/guix.texi:33655
msgid "The Knot package."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33627
+#: guix-git/doc/guix.texi:33656
#, no-wrap
msgid "@code{run-directory} (default: @code{\"/var/run/knot\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33629
+#: guix-git/doc/guix.texi:33658
msgid "The run directory. This directory will be used for pid file and sockets."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33630
+#: guix-git/doc/guix.texi:33659
#, no-wrap
msgid "@code{includes} (default: @code{'()})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33633
+#: guix-git/doc/guix.texi:33662
msgid "A list of strings or file-like objects denoting other files that must be included at the top of the configuration file."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:33634
+#: guix-git/doc/guix.texi:33663
#, no-wrap
msgid "secrets, Knot service"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33640
+#: guix-git/doc/guix.texi:33669
msgid "This can be used to manage secrets out-of-band. For example, secret keys may be stored in an out-of-band file not managed by Guix, and thus not visible in @file{/gnu/store}---e.g., you could store secret key configuration in @file{/etc/knot/secrets.conf} and add this file to the @code{includes} list."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33645
+#: guix-git/doc/guix.texi:33674
msgid "One can generate a secret tsig key (for nsupdate and zone transfers with the keymgr command from the knot package. Note that the package is not automatically installed by the service. The following example shows how to generate a new tsig key:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:33649
+#: guix-git/doc/guix.texi:33678
#, no-wrap
msgid ""
"keymgr -t mysecret > /etc/knot/secrets.conf\n"
@@ -65915,107 +65970,107 @@ msgid ""
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33655
+#: guix-git/doc/guix.texi:33684
msgid "Also note that the generated key will be named @var{mysecret}, so it is the name that needs to be used in the @var{key} field of the @code{knot-acl-configuration} record and in other places that need to refer to that key."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33657
+#: guix-git/doc/guix.texi:33686
msgid "It can also be used to add configuration not supported by this interface."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33658
+#: guix-git/doc/guix.texi:33687
#, no-wrap
msgid "@code{listen-v4} (default: @code{\"0.0.0.0\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33660 guix-git/doc/guix.texi:33663
+#: guix-git/doc/guix.texi:33689 guix-git/doc/guix.texi:33692
msgid "An ip address on which to listen."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33661
+#: guix-git/doc/guix.texi:33690
#, no-wrap
msgid "@code{listen-v6} (default: @code{\"::\"})"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33664
+#: guix-git/doc/guix.texi:33693
#, no-wrap
msgid "@code{listen-port} (default: @code{53})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33666
+#: guix-git/doc/guix.texi:33695
msgid "A port on which to listen."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33667
+#: guix-git/doc/guix.texi:33696
#, no-wrap
msgid "@code{keys} (default: @code{'()})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33669
+#: guix-git/doc/guix.texi:33698
msgid "The list of knot-key-configuration used by this configuration."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33670
+#: guix-git/doc/guix.texi:33699
#, no-wrap
msgid "@code{acls} (default: @code{'()})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33672
+#: guix-git/doc/guix.texi:33701
msgid "The list of knot-acl-configuration used by this configuration."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33673
+#: guix-git/doc/guix.texi:33702
#, no-wrap
msgid "@code{remotes} (default: @code{'()})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33675
+#: guix-git/doc/guix.texi:33704
msgid "The list of knot-remote-configuration used by this configuration."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33676
+#: guix-git/doc/guix.texi:33705
#, no-wrap
msgid "@code{zones} (default: @code{'()})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33678
+#: guix-git/doc/guix.texi:33707
msgid "The list of knot-zone-configuration used by this configuration."
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:33682
+#: guix-git/doc/guix.texi:33711
#, no-wrap
msgid "Knot Resolver Service"
msgstr "Сервисы Kerberos"
#. type: defvar
-#: guix-git/doc/guix.texi:33684
+#: guix-git/doc/guix.texi:33713
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "knot-resolver-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:33687
+#: guix-git/doc/guix.texi:33716
msgid "This is the type of the knot resolver service, whose value should be a @code{knot-resolver-configuration} object as in this example:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:33697
+#: guix-git/doc/guix.texi:33726
#, no-wrap
msgid ""
"(service knot-resolver-service-type\n"
@@ -66029,74 +66084,74 @@ msgid ""
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:33700
+#: guix-git/doc/guix.texi:33729
msgid "For more information, refer its @url{https://knot-resolver.readthedocs.io/en/stable/config-overview.html, manual}."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:33702
+#: guix-git/doc/guix.texi:33731
#, no-wrap
msgid "{Data Type} knot-resolver-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:33704
+#: guix-git/doc/guix.texi:33733
msgid "Data type representing the configuration of knot-resolver."
msgstr "Управление конфигурацией операционной системы."
#. type: item
-#: guix-git/doc/guix.texi:33706
+#: guix-git/doc/guix.texi:33735
#, no-wrap
msgid "@code{package} (default: @var{knot-resolver})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:33708
+#: guix-git/doc/guix.texi:33737
msgid "Package object of the knot DNS resolver."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33709
+#: guix-git/doc/guix.texi:33738
#, no-wrap
msgid "@code{kresd-config-file} (default: %kresd.conf)"
msgstr "@code{compression-level} (default: @code{3})"
#. type: table
-#: guix-git/doc/guix.texi:33712
+#: guix-git/doc/guix.texi:33741
msgid "File-like object of the kresd configuration file to use, by default it will listen on @code{127.0.0.1} and @code{::1}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33713
+#: guix-git/doc/guix.texi:33742
#, no-wrap
msgid "@code{garbage-collection-interval} (default: 1000)"
msgstr "@code{parallel-builds} (default: @code{1})"
#. type: table
-#: guix-git/doc/guix.texi:33715
+#: guix-git/doc/guix.texi:33744
msgid "Number of milliseconds for @code{kres-cache-gc} to periodically trim the cache."
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:33720
+#: guix-git/doc/guix.texi:33749
#, no-wrap
msgid "Dnsmasq Service"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:33722
+#: guix-git/doc/guix.texi:33751
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "dnsmasq-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:33725
+#: guix-git/doc/guix.texi:33754
msgid "This is the type of the dnsmasq service, whose value should be a @code{dnsmasq-configuration} object as in this example:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:33731
+#: guix-git/doc/guix.texi:33760
#, no-wrap
msgid ""
"(service dnsmasq-service-type\n"
@@ -66106,158 +66161,158 @@ msgid ""
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:33734
+#: guix-git/doc/guix.texi:33763
#, no-wrap
msgid "{Data Type} dnsmasq-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:33736
+#: guix-git/doc/guix.texi:33765
msgid "Data type representing the configuration of dnsmasq."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33738
+#: guix-git/doc/guix.texi:33767
#, no-wrap
msgid "@code{package} (default: @var{dnsmasq})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33740
+#: guix-git/doc/guix.texi:33769
msgid "Package object of the dnsmasq server."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33741
+#: guix-git/doc/guix.texi:33770
#, no-wrap
msgid "@code{no-hosts?} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33743
+#: guix-git/doc/guix.texi:33772
msgid "When true, don't read the hostnames in /etc/hosts."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33744
+#: guix-git/doc/guix.texi:33773
#, no-wrap
msgid "@code{port} (default: @code{53})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33747
+#: guix-git/doc/guix.texi:33776
msgid "The port to listen on. Setting this to zero completely disables DNS responses, leaving only DHCP and/or TFTP functions."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33748
+#: guix-git/doc/guix.texi:33777
#, no-wrap
msgid "@code{local-service?} (default: @code{#t})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33751
+#: guix-git/doc/guix.texi:33780
msgid "Accept DNS queries only from hosts whose address is on a local subnet, ie a subnet for which an interface exists on the server."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33752
+#: guix-git/doc/guix.texi:33781
#, no-wrap
msgid "@code{listen-addresses} (default: @code{'()})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33754
+#: guix-git/doc/guix.texi:33783
msgid "Listen on the given IP addresses."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33755
+#: guix-git/doc/guix.texi:33784
#, no-wrap
msgid "@code{resolv-file} (default: @code{\"/etc/resolv.conf\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33757
+#: guix-git/doc/guix.texi:33786
msgid "The file to read the IP address of the upstream nameservers from."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33758
+#: guix-git/doc/guix.texi:33787
#, no-wrap
msgid "@code{no-resolv?} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33760
+#: guix-git/doc/guix.texi:33789
msgid "When true, don't read @var{resolv-file}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33761
+#: guix-git/doc/guix.texi:33790
#, fuzzy, no-wrap
#| msgid "@code{force-https-links?} (default: @code{#t})"
msgid "@code{forward-private-reverse-lookup?} (default: @code{#t})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:33764
+#: guix-git/doc/guix.texi:33793
msgid "When false, all reverse lookups for private IP ranges are answered with \"no such domain\" rather than being forwarded upstream."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33765
+#: guix-git/doc/guix.texi:33794
#, fuzzy, no-wrap
#| msgid "@code{serve-secret?} (default: @code{#f})"
msgid "@code{query-servers-in-order?} (default: @code{#f})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:33768
+#: guix-git/doc/guix.texi:33797
msgid "When true, dnsmasq queries the servers in the same order as they appear in @var{servers}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33769
+#: guix-git/doc/guix.texi:33798
#, no-wrap
msgid "@code{servers} (default: @code{'()})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33771
+#: guix-git/doc/guix.texi:33800
msgid "Specify IP address of upstream servers directly."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33772
+#: guix-git/doc/guix.texi:33801
#, fuzzy, no-wrap
#| msgid "@code{server} (default: @code{#f})"
msgid "@code{servers-file} (default: @code{#f})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:33775
+#: guix-git/doc/guix.texi:33804
msgid "Specify file containing upstream servers. This file is re-read when dnsmasq receives SIGHUP. Could be either a string or a file-like object."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33776
+#: guix-git/doc/guix.texi:33805
#, no-wrap
msgid "@code{addresses} (default: @code{'()})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:33780
+#: guix-git/doc/guix.texi:33809
msgid "For each entry, specify an IP address to return for any host in the given domains. Queries in the domains are never forwarded and always replied to with the specified IP address."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33782
+#: guix-git/doc/guix.texi:33811
msgid "This is useful for redirecting hosts locally, for example:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:33791
+#: guix-git/doc/guix.texi:33820
#, no-wrap
msgid ""
"(service dnsmasq-service-type\n"
@@ -66270,222 +66325,222 @@ msgid ""
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33794
+#: guix-git/doc/guix.texi:33823
msgid "Note that rules in @file{/etc/hosts} take precedence over this."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33795
+#: guix-git/doc/guix.texi:33824
#, no-wrap
msgid "@code{cache-size} (default: @code{150})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33798
+#: guix-git/doc/guix.texi:33827
msgid "Set the size of dnsmasq's cache. Setting the cache size to zero disables caching."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33799
+#: guix-git/doc/guix.texi:33828
#, no-wrap
msgid "@code{negative-cache?} (default: @code{#t})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33801
+#: guix-git/doc/guix.texi:33830
msgid "When false, disable negative caching."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33802
+#: guix-git/doc/guix.texi:33831
#, fuzzy, no-wrap
#| msgid "@code{size} (default @code{\"1G\"})"
msgid "@code{cpe-id} (default: @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:33805
+#: guix-git/doc/guix.texi:33834
msgid "If set, add a CPE (Customer-Premises Equipment) identifier to DNS queries which are forwarded upstream."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33806
+#: guix-git/doc/guix.texi:33835
#, no-wrap
msgid "@code{tftp-enable?} (default: @code{#f})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:33808
+#: guix-git/doc/guix.texi:33837
msgid "Whether to enable the built-in TFTP server."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33809
+#: guix-git/doc/guix.texi:33838
#, no-wrap
msgid "@code{tftp-no-fail?} (default: @code{#f})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:33811
+#: guix-git/doc/guix.texi:33840
msgid "If true, does not fail dnsmasq if the TFTP server could not start up."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33812
+#: guix-git/doc/guix.texi:33841
#, no-wrap
msgid "@code{tftp-single-port?} (default: @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:33814
+#: guix-git/doc/guix.texi:33843
msgid "Whether to use only one single port for TFTP."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33815
+#: guix-git/doc/guix.texi:33844
#, no-wrap
msgid "@code{tftp-secure?} (default: @code{#f})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:33817
+#: guix-git/doc/guix.texi:33846
msgid "If true, only files owned by the user running the dnsmasq process are accessible."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33821
+#: guix-git/doc/guix.texi:33850
msgid "If dnsmasq is being run as root, different rules apply: @code{tftp-secure?} has no effect, but only files which have the world-readable bit set are accessible."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33822
+#: guix-git/doc/guix.texi:33851
#, no-wrap
msgid "@code{tftp-max} (default: @code{#f})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:33824
+#: guix-git/doc/guix.texi:33853
msgid "If set, sets the maximal number of concurrent connections allowed."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33825
+#: guix-git/doc/guix.texi:33854
#, no-wrap
msgid "@code{tftp-mtu} (default: @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:33827
+#: guix-git/doc/guix.texi:33856
msgid "If set, sets the MTU for TFTP packets to that value."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33828
+#: guix-git/doc/guix.texi:33857
#, no-wrap
msgid "@code{tftp-no-blocksize?} (default: @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:33830
+#: guix-git/doc/guix.texi:33859
msgid "If true, stops the TFTP server from negotiating the blocksize with a client."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33831
+#: guix-git/doc/guix.texi:33860
#, no-wrap
msgid "@code{tftp-lowercase?} (default: @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:33833
+#: guix-git/doc/guix.texi:33862
msgid "Whether to convert all filenames in TFTP requests to lowercase."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33834
+#: guix-git/doc/guix.texi:33863
#, no-wrap
msgid "@code{tftp-port-range} (default: @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:33837
+#: guix-git/doc/guix.texi:33866
msgid "If set, fixes the dynamical ports (one per client) to the given range (@code{\"<start>,<end>\"})."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33838
+#: guix-git/doc/guix.texi:33867
#, no-wrap
msgid "@code{tftp-root} (default: @code{/var/empty,lo})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:33845
+#: guix-git/doc/guix.texi:33874
msgid "Look for files to transfer using TFTP relative to the given directory. When this is set, TFTP paths which include @samp{..} are rejected, to stop clients getting outside the specified root. Absolute paths (starting with @samp{/}) are allowed, but they must be within the TFTP-root. If the optional interface argument is given, the directory is only used for TFTP requests via that interface."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33846
+#: guix-git/doc/guix.texi:33875
#, no-wrap
msgid "@code{tftp-unique-root} (default: @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:33851
+#: guix-git/doc/guix.texi:33880
msgid "If set, add the IP or hardware address of the TFTP client as a path component on the end of the TFTP-root. Only valid if a TFTP root is set and the directory exists. Defaults to adding IP address (in standard dotted-quad format)."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33860
+#: guix-git/doc/guix.texi:33889
msgid "For instance, if @option{--tftp-root} is @samp{/tftp} and client @samp{1.2.3.4} requests file @file{myfile} then the effective path will be @file{/tftp/1.2.3.4/myfile} if @file{/tftp/1.2.3.4} exists or @file{/tftp/myfile} otherwise. When @samp{=mac} is specified it will append the MAC address instead, using lowercase zero padded digits separated by dashes, e.g.: @samp{01-02-03-04-aa-bb}. Note that resolving MAC addresses is only possible if the client is in the local network or obtained a DHCP lease from dnsmasq."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33864
+#: guix-git/doc/guix.texi:33893
msgid "This option provides an ``escape hatch'' for the user to provide arbitrary command-line arguments to @command{dnsmasq} as a list of strings."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:33870
+#: guix-git/doc/guix.texi:33899
#, no-wrap
msgid "VNC (virtual network computing)"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:33871
+#: guix-git/doc/guix.texi:33900
#, no-wrap
msgid "XDMCP (x display manager control protocol)"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:33880
+#: guix-git/doc/guix.texi:33909
msgid "The @code{(gnu services vnc)} module provides services related to @dfn{Virtual Network Computing} (VNC), which makes it possible to locally use graphical Xorg applications running on a remote machine. Combined with a graphical manager that supports the @dfn{X Display Manager Control Protocol}, such as GDM (@pxref{gdm}) or LightDM (@pxref{lightdm}), it is possible to remote an entire desktop for a multi-user environment."
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:33881
+#: guix-git/doc/guix.texi:33910
#, no-wrap
msgid "Xvnc"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:33886
+#: guix-git/doc/guix.texi:33915
msgid "Xvnc is a VNC server that spawns its own X window server; which means it can run on headless servers. The Xvnc implementations provided by the @code{tigervnc-server} and @code{turbovnc} aim to be fast and efficient."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:33887
+#: guix-git/doc/guix.texi:33916
#, fuzzy, no-wrap
#| msgid "provenance-service-type"
msgid "xvnc-service-type"
msgstr "provenance-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:33893
+#: guix-git/doc/guix.texi:33922
msgid "The @code{xvnc-service-type} service can be configured via the @code{xvnc-configuration} record, documented below. A second virtual display could be made available on a remote machine via the following configuration:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:33898
+#: guix-git/doc/guix.texi:33927
#, fuzzy, no-wrap
#| msgid ""
#| "(service syncthing-service-type\n"
@@ -66498,12 +66553,12 @@ msgstr ""
" (openssh-configuration))\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:33903
+#: guix-git/doc/guix.texi:33932
msgid "As a demonstration, the @command{xclock} command could then be started on the remote machine on display number 10, and it could be displayed locally via the @command{vncviewer} command:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:33909
+#: guix-git/doc/guix.texi:33938
#, no-wrap
msgid ""
"# Start xclock on the remote machine.\n"
@@ -66514,12 +66569,12 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:33914
+#: guix-git/doc/guix.texi:33943
msgid "The following configuration combines XDMCP and Inetd to allow multiple users to concurrently use the remote system and login graphically via the GDM display manager:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:33930
+#: guix-git/doc/guix.texi:33959
#, fuzzy, no-wrap
#| msgid ""
#| "(operating-system\n"
@@ -66570,721 +66625,721 @@ msgstr ""
" %default-authorized-guix-keys)))))))\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:33935
+#: guix-git/doc/guix.texi:33964
msgid "A remote user could then connect to it by using the @command{vncviewer} command or a compatible VNC client and start a desktop session of their choosing:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:33937
+#: guix-git/doc/guix.texi:33966
#, no-wrap
msgid "vncviewer remote-host:5905\n"
msgstr ""
#. type: quotation
-#: guix-git/doc/guix.texi:33947
+#: guix-git/doc/guix.texi:33976
msgid "Unless your machine is in a controlled environment, for security reasons, the @code{localhost?} configuration of the @code{xvnc-configuration} record should be left to its default @code{#t} value and exposed via a secure means such as an SSH port forward. The XDMCP port, UDP 177 should also be blocked from the outside by a firewall, as it is not a secure protocol and can expose login credentials in clear."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:33952
+#: guix-git/doc/guix.texi:33981
#, fuzzy, no-wrap
#| msgid "{Data Type} nfs-configuration"
msgid "{Data Type} xvnc-configuration"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:33954
+#: guix-git/doc/guix.texi:33983
msgid "Available @code{xvnc-configuration} fields are:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33956
+#: guix-git/doc/guix.texi:33985
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{xvnc} (default: @code{tigervnc-server}) (type: file-like)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:33958
+#: guix-git/doc/guix.texi:33987
msgid "The package that provides the Xvnc binary."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33959
+#: guix-git/doc/guix.texi:33988
#, fuzzy, no-wrap
#| msgid "@code{port} (default: @code{5432})"
msgid "@code{display-number} (default: @code{0}) (type: number)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:33962
+#: guix-git/doc/guix.texi:33991
msgid "The display number used by Xvnc. You should set this to a number not already used a Xorg server."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33963
+#: guix-git/doc/guix.texi:33992
#, fuzzy, no-wrap
#| msgid "@code{password} (default: @code{\"\"})"
msgid "@code{geometry} (default: @code{\"1024x768\"}) (type: string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:33965
+#: guix-git/doc/guix.texi:33994
#, fuzzy
#| msgid "The size of the disk image."
msgid "The size of the desktop to be created."
msgstr "Лицензия этого руководства."
#. type: item
-#: guix-git/doc/guix.texi:33966
+#: guix-git/doc/guix.texi:33995
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{depth} (default: @code{24}) (type: color-depth)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:33969
+#: guix-git/doc/guix.texi:33998
msgid "The pixel depth in bits of the desktop to be created. Accepted values are 16, 24 or 32."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33970
+#: guix-git/doc/guix.texi:33999
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{port} (type: maybe-port)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:33973
+#: guix-git/doc/guix.texi:34002
msgid "The port on which to listen for connections from viewers. When left unspecified, it defaults to 5900 plus the display number."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33974
+#: guix-git/doc/guix.texi:34003
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{ipv4?} (default: @code{#t}) (type: boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:33976
+#: guix-git/doc/guix.texi:34005
msgid "Use IPv4 for incoming and outgoing connections."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33977
+#: guix-git/doc/guix.texi:34006
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{ipv6?} (default: @code{#t}) (type: boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:33979
+#: guix-git/doc/guix.texi:34008
msgid "Use IPv6 for incoming and outgoing connections."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33980
+#: guix-git/doc/guix.texi:34009
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{password-file} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:33983
+#: guix-git/doc/guix.texi:34012
msgid "The password file to use, if any. Refer to vncpasswd(1) to learn how to generate such a file."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:33990
+#: guix-git/doc/guix.texi:34019
msgid "Query the XDMCP server for a session. This enables users to log in a desktop session from the login manager screen. For a multiple users scenario, you'll want to enable the @code{inetd?} option as well, so that each connection to the VNC server is handled separately rather than shared."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33991
+#: guix-git/doc/guix.texi:34020
#, fuzzy, no-wrap
#| msgid "@code{enabled?} (default: @code{#t})"
msgid "@code{inetd?} (default: @code{#f}) (type: boolean)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:33993
+#: guix-git/doc/guix.texi:34022
msgid "Use an Inetd-style service, which runs the Xvnc server on demand."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33994
+#: guix-git/doc/guix.texi:34023
#, fuzzy, no-wrap
#| msgid "@code{port} (default: @code{5432})"
msgid "@code{frame-rate} (default: @code{60}) (type: number)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:33996
+#: guix-git/doc/guix.texi:34025
msgid "The maximum number of updates per second sent to each client."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:33997
+#: guix-git/doc/guix.texi:34026
#, fuzzy, no-wrap
#| msgid "@code{password} (default: @code{\"\"})"
msgid "@code{security-types} (default: @code{'(\"None\")}) (type: security-types)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:34003
+#: guix-git/doc/guix.texi:34032
msgid "The allowed security schemes to use for incoming connections. The default is \"None\", which is safe given that Xvnc is configured to authenticate the user via the display manager, and only for local connections. Accepted values are any of the following: (\"None\" \"VncAuth\" \"Plain\" \"TLSNone\" \"TLSVnc\" \"TLSPlain\" \"X509None\" \"X509Vnc\")"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34004
+#: guix-git/doc/guix.texi:34033
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{localhost?} (default: @code{#t}) (type: boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:34008
+#: guix-git/doc/guix.texi:34037
msgid "Only allow connections from the same machine. It is set to #true by default for security, which means SSH or another secure means should be used to expose the remote port."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34009
+#: guix-git/doc/guix.texi:34038
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{log-level} (default: @code{30}) (type: log-level)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:34012
+#: guix-git/doc/guix.texi:34041
msgid "The log level, a number between 0 and 100, 100 meaning most verbose output. The log messages are output to syslog."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34013
+#: guix-git/doc/guix.texi:34042
#, fuzzy, no-wrap
#| msgid "@code{metad-configuration} (default: @code{(ganeti-metad-configuration)})"
msgid "@code{extra-options} (default: @code{'()}) (type: strings)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:34016
+#: guix-git/doc/guix.texi:34045
msgid "This can be used to provide extra Xvnc options not exposed via this <xvnc-configuration> record."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:34024
+#: guix-git/doc/guix.texi:34053
#, no-wrap
msgid "VPN (virtual private network)"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:34025
+#: guix-git/doc/guix.texi:34054
#, no-wrap
msgid "virtual private network (VPN)"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:34029
+#: guix-git/doc/guix.texi:34058
msgid "The @code{(gnu services vpn)} module provides services related to @dfn{virtual private networks} (VPNs)."
msgstr "Модуль @code{(gnu services file-sharing)} предоставляет следующие сервисы, помогающие с передачей файлов через одноранговые сети."
#. type: subsubheading
-#: guix-git/doc/guix.texi:34030
+#: guix-git/doc/guix.texi:34059
#, no-wrap
msgid "Bitmask"
msgstr "битовая маска"
#. type: defvar
-#: guix-git/doc/guix.texi:34032
+#: guix-git/doc/guix.texi:34061
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "bitmask-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:34037
+#: guix-git/doc/guix.texi:34066
msgid "A service type for the @uref{https://bitmask.net, Bitmask} VPN client. It makes the client available in the system and loads its polkit policy. Please note that the client expects an active polkit-agent, which is either run by your desktop-environment or should be run manually."
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:34039
+#: guix-git/doc/guix.texi:34068
#, no-wrap
msgid "OpenVPN"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:34045
+#: guix-git/doc/guix.texi:34074
msgid "It provides a @emph{client} service for your machine to connect to a VPN, and a @emph{server} service for your machine to host a VPN@. Both @code{openvpn-client-service-type} and @code{openvpn-server-service-type} can be run simultaneously."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:34046
+#: guix-git/doc/guix.texi:34075
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "openvpn-client-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:34048
+#: guix-git/doc/guix.texi:34077
msgid "Type of the service that runs @command{openvpn}, a VPN daemon, as a client."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:34051
+#: guix-git/doc/guix.texi:34080
msgid "The value for this service is a @code{<openvpn-client-configuration>} object."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:34053
+#: guix-git/doc/guix.texi:34082
#, fuzzy, no-wrap
#| msgid "(service openssh-service-type)\n"
msgid "openvpn-server-service-type"
msgstr "(service openssh-service-type)\n"
#. type: defvar
-#: guix-git/doc/guix.texi:34055
+#: guix-git/doc/guix.texi:34084
msgid "Type of the service that runs @command{openvpn}, a VPN daemon, as a server."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:34058
+#: guix-git/doc/guix.texi:34087
msgid "The value for this service is a @code{<openvpn-server-configuration>} object."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:34062
+#: guix-git/doc/guix.texi:34091
#, fuzzy, no-wrap
#| msgid "{Data Type} opendht-configuration"
msgid "{Data Type} openvpn-client-configuration"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:34064
+#: guix-git/doc/guix.texi:34093
msgid "Available @code{openvpn-client-configuration} fields are:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34066 guix-git/doc/guix.texi:34154
+#: guix-git/doc/guix.texi:34095 guix-git/doc/guix.texi:34183
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{openvpn} (default: @code{openvpn}) (type: file-like)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:34068 guix-git/doc/guix.texi:34156
+#: guix-git/doc/guix.texi:34097 guix-git/doc/guix.texi:34185
msgid "The OpenVPN package."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34069 guix-git/doc/guix.texi:34157
+#: guix-git/doc/guix.texi:34098 guix-git/doc/guix.texi:34186
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{pid-file} (default: @code{\"/var/run/openvpn/openvpn.pid\"}) (type: string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:34071 guix-git/doc/guix.texi:34159
+#: guix-git/doc/guix.texi:34100 guix-git/doc/guix.texi:34188
msgid "The OpenVPN pid file."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34072 guix-git/doc/guix.texi:34160
+#: guix-git/doc/guix.texi:34101 guix-git/doc/guix.texi:34189
#, fuzzy, no-wrap
#| msgid "@code{port} (default: @code{5432})"
msgid "@code{proto} (default: @code{udp}) (type: proto)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:34075 guix-git/doc/guix.texi:34163
+#: guix-git/doc/guix.texi:34104 guix-git/doc/guix.texi:34192
msgid "The protocol (UDP or TCP) used to open a channel between clients and servers."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34076 guix-git/doc/guix.texi:34164
+#: guix-git/doc/guix.texi:34105 guix-git/doc/guix.texi:34193
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{dev} (default: @code{tun}) (type: dev)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:34078 guix-git/doc/guix.texi:34166
+#: guix-git/doc/guix.texi:34107 guix-git/doc/guix.texi:34195
msgid "The device type used to represent the VPN connection."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34079 guix-git/doc/guix.texi:34167
+#: guix-git/doc/guix.texi:34108 guix-git/doc/guix.texi:34196
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{ca} (default: @code{\"/etc/openvpn/ca.crt\"}) (type: maybe-string)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:34081 guix-git/doc/guix.texi:34169
+#: guix-git/doc/guix.texi:34110 guix-git/doc/guix.texi:34198
msgid "The certificate authority to check connections against."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34082 guix-git/doc/guix.texi:34170
+#: guix-git/doc/guix.texi:34111 guix-git/doc/guix.texi:34199
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{cert} (default: @code{\"/etc/openvpn/client.crt\"}) (type: maybe-string)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:34085 guix-git/doc/guix.texi:34173
+#: guix-git/doc/guix.texi:34114 guix-git/doc/guix.texi:34202
msgid "The certificate of the machine the daemon is running on. It should be signed by the authority given in @code{ca}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34086 guix-git/doc/guix.texi:34174
+#: guix-git/doc/guix.texi:34115 guix-git/doc/guix.texi:34203
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{key} (default: @code{\"/etc/openvpn/client.key\"}) (type: maybe-string)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:34089 guix-git/doc/guix.texi:34177
+#: guix-git/doc/guix.texi:34118 guix-git/doc/guix.texi:34206
msgid "The key of the machine the daemon is running on. It must be the key whose certificate is @code{cert}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34090 guix-git/doc/guix.texi:34178
+#: guix-git/doc/guix.texi:34119 guix-git/doc/guix.texi:34207
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{comp-lzo?} (default: @code{#t}) (type: boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:34092 guix-git/doc/guix.texi:34180
+#: guix-git/doc/guix.texi:34121 guix-git/doc/guix.texi:34209
msgid "Whether to use the lzo compression algorithm."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34093 guix-git/doc/guix.texi:34181
+#: guix-git/doc/guix.texi:34122 guix-git/doc/guix.texi:34210
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{persist-key?} (default: @code{#t}) (type: boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:34095 guix-git/doc/guix.texi:34183
+#: guix-git/doc/guix.texi:34124 guix-git/doc/guix.texi:34212
msgid "Don't re-read key files across SIGUSR1 or --ping-restart."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34096 guix-git/doc/guix.texi:34184
+#: guix-git/doc/guix.texi:34125 guix-git/doc/guix.texi:34213
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{persist-tun?} (default: @code{#t}) (type: boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:34099 guix-git/doc/guix.texi:34187
+#: guix-git/doc/guix.texi:34128 guix-git/doc/guix.texi:34216
msgid "Don't close and reopen TUN/TAP device or run up/down scripts across SIGUSR1 or --ping-restart restarts."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34100 guix-git/doc/guix.texi:34188
+#: guix-git/doc/guix.texi:34129 guix-git/doc/guix.texi:34217
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{fast-io?} (default: @code{#f}) (type: boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:34103 guix-git/doc/guix.texi:34191
+#: guix-git/doc/guix.texi:34132 guix-git/doc/guix.texi:34220
msgid "(Experimental) Optimize TUN/TAP/UDP I/O writes by avoiding a call to poll/epoll/select prior to the write operation."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34104 guix-git/doc/guix.texi:34192
+#: guix-git/doc/guix.texi:34133 guix-git/doc/guix.texi:34221
#, fuzzy, no-wrap
#| msgid "@code{port} (default: @code{5432})"
msgid "@code{verbosity} (default: @code{3}) (type: number)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:34106 guix-git/doc/guix.texi:34194
+#: guix-git/doc/guix.texi:34135 guix-git/doc/guix.texi:34223
msgid "Verbosity level."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34107
+#: guix-git/doc/guix.texi:34136
#, fuzzy, no-wrap
#| msgid "@code{password} (default: @code{\"\"})"
msgid "@code{tls-auth} (default: @code{#f}) (type: tls-auth-client)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:34110 guix-git/doc/guix.texi:34198
+#: guix-git/doc/guix.texi:34139 guix-git/doc/guix.texi:34227
msgid "Add an additional layer of HMAC authentication on top of the TLS control channel to protect against DoS attacks."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34111
+#: guix-git/doc/guix.texi:34140
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{auth-user-pass} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:34115
+#: guix-git/doc/guix.texi:34144
msgid "Authenticate with server using username/password. The option is a file containing username/password on 2 lines. Do not use a file-like object as it would be added to the store and readable by any user."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34116
+#: guix-git/doc/guix.texi:34145
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{verify-key-usage?} (default: @code{#t}) (type: key-usage)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:34118
+#: guix-git/doc/guix.texi:34147
msgid "Whether to check the server certificate has server usage extension."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34119
+#: guix-git/doc/guix.texi:34148
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{bind?} (default: @code{#f}) (type: bind)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:34121
+#: guix-git/doc/guix.texi:34150
msgid "Bind to a specific local port number."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34122
+#: guix-git/doc/guix.texi:34151
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{resolv-retry?} (default: @code{#t}) (type: resolv-retry)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:34124
+#: guix-git/doc/guix.texi:34153
msgid "Retry resolving server address."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34125
+#: guix-git/doc/guix.texi:34154
#, fuzzy, no-wrap
#| msgid "@code{extra-environment} (default: @code{#~'()})"
msgid "@code{remote} (default: @code{'()}) (type: openvpn-remote-list)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:34127
+#: guix-git/doc/guix.texi:34156
msgid "A list of remote servers to connect to."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:34128
+#: guix-git/doc/guix.texi:34157
#, fuzzy, no-wrap
#| msgid "{Data Type} opendht-configuration"
msgid "{Data Type} openvpn-remote-configuration"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:34130
+#: guix-git/doc/guix.texi:34159
msgid "Available @code{openvpn-remote-configuration} fields are:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34132
+#: guix-git/doc/guix.texi:34161
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{name} (default: @code{\"my-server\"}) (type: string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:34134
+#: guix-git/doc/guix.texi:34163
msgid "Server name."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34135 guix-git/doc/guix.texi:34199
+#: guix-git/doc/guix.texi:34164 guix-git/doc/guix.texi:34228
#, fuzzy, no-wrap
#| msgid "@code{port} (default: @code{5432})"
msgid "@code{port} (default: @code{1194}) (type: number)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:34137
+#: guix-git/doc/guix.texi:34166
msgid "Port number the server listens to."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:34150
+#: guix-git/doc/guix.texi:34179
#, fuzzy, no-wrap
#| msgid "{Data Type} auditd-configuration"
msgid "{Data Type} openvpn-server-configuration"
msgstr "{Тип данных} build-machine"
#. type: deftp
-#: guix-git/doc/guix.texi:34152
+#: guix-git/doc/guix.texi:34181
msgid "Available @code{openvpn-server-configuration} fields are:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34195
+#: guix-git/doc/guix.texi:34224
#, fuzzy, no-wrap
#| msgid "@code{password} (default: @code{\"\"})"
msgid "@code{tls-auth} (default: @code{#f}) (type: tls-auth-server)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:34201
+#: guix-git/doc/guix.texi:34230
msgid "Specifies the port number on which the server listens."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34202
+#: guix-git/doc/guix.texi:34231
#, fuzzy, no-wrap
#| msgid "@code{extra-environment} (default: @code{#~'()})"
msgid "@code{server} (default: @code{\"10.8.0.0 255.255.255.0\"}) (type: ip-mask)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:34204
+#: guix-git/doc/guix.texi:34233
msgid "An ip and mask specifying the subnet inside the virtual network."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34205
+#: guix-git/doc/guix.texi:34234
#, fuzzy, no-wrap
#| msgid "@code{server} (default: @code{#f})"
msgid "@code{server-ipv6} (default: @code{#f}) (type: cidr6)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:34207
+#: guix-git/doc/guix.texi:34236
msgid "A CIDR notation specifying the IPv6 subnet inside the virtual network."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34208
+#: guix-git/doc/guix.texi:34237
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{dh} (default: @code{\"/etc/openvpn/dh2048.pem\"}) (type: string)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:34210
+#: guix-git/doc/guix.texi:34239
msgid "The Diffie-Hellman parameters file."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34211
+#: guix-git/doc/guix.texi:34240
#, fuzzy, no-wrap
#| msgid "@code{password} (default: @code{\"\"})"
msgid "@code{ifconfig-pool-persist} (default: @code{\"/etc/openvpn/ipp.txt\"}) (type: string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:34213
+#: guix-git/doc/guix.texi:34242
msgid "The file that records client IPs."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34214
+#: guix-git/doc/guix.texi:34243
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{redirect-gateway?} (default: @code{#f}) (type: gateway)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:34216
+#: guix-git/doc/guix.texi:34245
msgid "When true, the server will act as a gateway for its clients."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34217
+#: guix-git/doc/guix.texi:34246
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{client-to-client?} (default: @code{#f}) (type: boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:34219
+#: guix-git/doc/guix.texi:34248
msgid "When true, clients are allowed to talk to each other inside the VPN."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34220
+#: guix-git/doc/guix.texi:34249
#, fuzzy, no-wrap
#| msgid "@code{extra-environment} (default: @code{#~'()})"
msgid "@code{keepalive} (default: @code{(10 120)}) (type: keepalive)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:34226
+#: guix-git/doc/guix.texi:34255
msgid "Causes ping-like messages to be sent back and forth over the link so that each side knows when the other side has gone down. @code{keepalive} requires a pair. The first element is the period of the ping sending, and the second element is the timeout before considering the other side down."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34227
+#: guix-git/doc/guix.texi:34256
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{max-clients} (default: @code{100}) (type: number)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:34229
+#: guix-git/doc/guix.texi:34258
msgid "The maximum number of clients."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34230
+#: guix-git/doc/guix.texi:34259
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{status} (default: @code{\"/var/run/openvpn/status\"}) (type: string)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:34233
+#: guix-git/doc/guix.texi:34262
msgid "The status file. This file shows a small report on current connection. It is truncated and rewritten every minute."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34234
+#: guix-git/doc/guix.texi:34263
#, fuzzy, no-wrap
#| msgid "@code{extra-environment} (default: @code{#~'()})"
msgid "@code{client-config-dir} (default: @code{'()}) (type: openvpn-ccd-list)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:34236
+#: guix-git/doc/guix.texi:34265
msgid "The list of configuration for some clients."
msgstr ""
#. type: subheading
-#: guix-git/doc/guix.texi:34243
+#: guix-git/doc/guix.texi:34272
#, no-wrap
msgid "strongSwan"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:34247
+#: guix-git/doc/guix.texi:34276
msgid "Currently, the strongSwan service only provides legacy-style configuration with @file{ipsec.conf} and @file{ipsec.secrets} files."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:34248
+#: guix-git/doc/guix.texi:34277
#, fuzzy, no-wrap
#| msgid "provenance-service-type"
msgid "strongswan-service-type"
msgstr "provenance-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:34252
+#: guix-git/doc/guix.texi:34281
msgid "A service type for configuring strongSwan for IPsec @acronym{VPN, Virtual Private Networking}. Its value must be a @code{strongswan-configuration} record as in this example:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:34258
+#: guix-git/doc/guix.texi:34287
#, fuzzy, no-wrap
msgid ""
"(service strongswan-service-type\n"
@@ -67298,71 +67353,71 @@ msgstr ""
" (use-substitutes? #f)))\n"
#. type: deftp
-#: guix-git/doc/guix.texi:34262
+#: guix-git/doc/guix.texi:34291
#, fuzzy, no-wrap
msgid "{Data Type} strongswan-configuration"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:34264
+#: guix-git/doc/guix.texi:34293
#, fuzzy
msgid "Data type representing the configuration of the StrongSwan service."
msgstr "Управление конфигурацией операционной системы."
#. type: code{#1}
-#: guix-git/doc/guix.texi:34266
+#: guix-git/doc/guix.texi:34295
#, no-wrap
msgid "strongswan"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:34268
+#: guix-git/doc/guix.texi:34297
#, fuzzy
msgid "The strongSwan package to use for this service."
msgstr "Пакет @code{ganeti} для использования в этой службе."
#. type: item
-#: guix-git/doc/guix.texi:34269
+#: guix-git/doc/guix.texi:34298
#, fuzzy, no-wrap
msgid "@code{ipsec-conf} (default: @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:34272
+#: guix-git/doc/guix.texi:34301
msgid "The file name of your @file{ipsec.conf}. If not @code{#f}, then this and @code{ipsec-secrets} must both be strings."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34273
+#: guix-git/doc/guix.texi:34302
#, fuzzy, no-wrap
msgid "@code{ipsec-secrets} (default @code{#f})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:34276
+#: guix-git/doc/guix.texi:34305
msgid "The file name of your @file{ipsec.secrets}. If not @code{#f}, then this and @code{ipsec-conf} must both be strings."
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:34280
+#: guix-git/doc/guix.texi:34309
#, no-wrap
msgid "Wireguard"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:34282
+#: guix-git/doc/guix.texi:34311
#, fuzzy, no-wrap
#| msgid "provenance-service-type"
msgid "wireguard-service-type"
msgstr "provenance-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:34285
+#: guix-git/doc/guix.texi:34314
msgid "A service type for a Wireguard tunnel interface. Its value must be a @code{wireguard-configuration} record as in this example:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:34296
+#: guix-git/doc/guix.texi:34325
#, no-wrap
msgid ""
"(service wireguard-service-type\n"
@@ -67377,361 +67432,361 @@ msgid ""
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:34300
+#: guix-git/doc/guix.texi:34329
#, no-wrap
msgid "{Data Type} wireguard-configuration"
msgstr "{Тип данных} build-machine"
#. type: deftp
-#: guix-git/doc/guix.texi:34302
+#: guix-git/doc/guix.texi:34331
msgid "Data type representing the configuration of the Wireguard service."
msgstr "Управление конфигурацией операционной системы."
#. type: code{#1}
-#: guix-git/doc/guix.texi:34304
+#: guix-git/doc/guix.texi:34333
#, no-wrap
msgid "wireguard"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:34306
+#: guix-git/doc/guix.texi:34335
msgid "The wireguard package to use for this service."
msgstr "Пакет @code{ganeti} для использования в этой службе."
#. type: item
-#: guix-git/doc/guix.texi:34307
+#: guix-git/doc/guix.texi:34336
#, no-wrap
msgid "@code{interface} (default: @code{\"wg0\"})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:34309
+#: guix-git/doc/guix.texi:34338
msgid "The interface name for the VPN."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34310
+#: guix-git/doc/guix.texi:34339
#, no-wrap
msgid "@code{addresses} (default: @code{'(\"10.0.0.1/32\")})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:34312
+#: guix-git/doc/guix.texi:34341
msgid "The IP addresses to be assigned to the above interface."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34313
+#: guix-git/doc/guix.texi:34342
#, fuzzy, no-wrap
#| msgid "@code{port} (default: @code{5080})"
msgid "@code{port} (default: @code{51820})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:34315
+#: guix-git/doc/guix.texi:34344
msgid "The port on which to listen for incoming connections."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34316
+#: guix-git/doc/guix.texi:34345
#, fuzzy, no-wrap
#| msgid "@code{admins} (default: @code{'()})"
msgid "@code{dns} (default: @code{'())})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:34318
+#: guix-git/doc/guix.texi:34347
msgid "The DNS server(s) to announce to VPN clients via DHCP."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34319
+#: guix-git/doc/guix.texi:34348
#, fuzzy, no-wrap
#| msgid "@code{mirror} (default: @code{#f})"
msgid "@code{monitor-ips?} (default: @code{#f})"
msgstr "@code{features} (default: @code{'()})"
#. type: cindex
-#: guix-git/doc/guix.texi:34320
+#: guix-git/doc/guix.texi:34349
#, no-wrap
msgid "Dynamic IP, with Wireguard"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:34321
+#: guix-git/doc/guix.texi:34350
#, no-wrap
msgid "dyndns, usage with Wireguard"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:34327
+#: guix-git/doc/guix.texi:34356
msgid "Whether to monitor the resolved Internet addresses (IPs) of the endpoints of the configured peers, resetting the peer endpoints using an IP address that no longer correspond to their freshly resolved host name. Set this to @code{#t} if one or more endpoints use host names provided by a dynamic DNS service to keep the sessions alive."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34328
+#: guix-git/doc/guix.texi:34357
#, fuzzy, no-wrap
#| msgid "@code{permissions} (default: @code{'(createdb login)})"
msgid "@code{monitor-ips-interval} (default: @code{'(next-minute (range 0 60 5))})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:34331
+#: guix-git/doc/guix.texi:34360
msgid "The time interval at which the IP monitoring job should run, provided as an mcron time specification (@pxref{Guile Syntax,,,mcron})."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34332
+#: guix-git/doc/guix.texi:34361
#, no-wrap
msgid "@code{private-key} (default: @code{\"/etc/wireguard/private.key\"})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:34335
+#: guix-git/doc/guix.texi:34364
msgid "The private key file for the interface. It is automatically generated if the file does not exist."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34336
+#: guix-git/doc/guix.texi:34365
#, no-wrap
msgid "@code{peers} (default: @code{'()})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:34339
+#: guix-git/doc/guix.texi:34368
msgid "The authorized peers on this interface. This is a list of @var{wireguard-peer} records."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34340
+#: guix-git/doc/guix.texi:34369
#, fuzzy, no-wrap
#| msgid "@code{peers} (default: @code{'()})"
msgid "@code{pre-up} (default: @code{'()})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:34342
+#: guix-git/doc/guix.texi:34371
msgid "The script commands to be run before setting up the interface."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34343
+#: guix-git/doc/guix.texi:34372
#, fuzzy, no-wrap
#| msgid "@code{roles} (default: @code{'()})"
msgid "@code{post-up} (default: @code{'()})"
msgstr "@code{modules} (по умолчанию: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:34345
+#: guix-git/doc/guix.texi:34374
msgid "The script commands to be run after setting up the interface."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34346
+#: guix-git/doc/guix.texi:34375
#, fuzzy, no-wrap
#| msgid "@code{peers} (default: @code{'()})"
msgid "@code{pre-down} (default: @code{'()})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:34348
+#: guix-git/doc/guix.texi:34377
msgid "The script commands to be run before tearing down the interface."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34349
+#: guix-git/doc/guix.texi:34378
#, fuzzy, no-wrap
#| msgid "@code{roles} (default: @code{'()})"
msgid "@code{post-down} (default: @code{'()})"
msgstr "@code{modules} (по умолчанию: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:34351
+#: guix-git/doc/guix.texi:34380
msgid "The script commands to be run after tearing down the interface."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34352
+#: guix-git/doc/guix.texi:34381
#, fuzzy, no-wrap
#| msgid "@code{user} (default @code{\"autossh\"})"
msgid "@code{table} (default: @code{\"auto\"})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:34357
+#: guix-git/doc/guix.texi:34386
msgid "The routing table to which routes are added, as a string. There are two special values: @code{\"off\"} that disables the creation of routes altogether, and @code{\"auto\"} (the default) that adds routes to the default table and enables special handling of default routes."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:34361
+#: guix-git/doc/guix.texi:34390
#, no-wrap
msgid "{Data Type} wireguard-peer"
msgstr "{Тип данных} build-machine"
#. type: deftp
-#: guix-git/doc/guix.texi:34363
+#: guix-git/doc/guix.texi:34392
msgid "Data type representing a Wireguard peer attached to a given interface."
msgstr "Управление конфигурацией операционной системы."
#. type: table
-#: guix-git/doc/guix.texi:34367
+#: guix-git/doc/guix.texi:34396
msgid "The peer name."
msgstr "Имя роли."
#. type: item
-#: guix-git/doc/guix.texi:34368
+#: guix-git/doc/guix.texi:34397
#, no-wrap
msgid "@code{endpoint} (default: @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:34371
+#: guix-git/doc/guix.texi:34400
msgid "The optional endpoint for the peer, such as @code{\"demo.wireguard.com:51820\"}."
msgstr ""
#. type: itemx
-#: guix-git/doc/guix.texi:34372 guix-git/doc/guix.texi:34932
-#: guix-git/doc/guix.texi:34969 guix-git/doc/guix.texi:41914
+#: guix-git/doc/guix.texi:34401 guix-git/doc/guix.texi:34961
+#: guix-git/doc/guix.texi:34998 guix-git/doc/guix.texi:41943
#, no-wrap
msgid "public-key"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:34374
+#: guix-git/doc/guix.texi:34403
msgid "The peer public-key represented as a base64 string."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34375
+#: guix-git/doc/guix.texi:34404
#, fuzzy, no-wrap
#| msgid "@code{serve-secret?} (default: @code{#f})"
msgid "@code{preshared-key} (default: @code{#f})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:34378
+#: guix-git/doc/guix.texi:34407
msgid "An optional pre-shared key file for this peer. The given file will not be autogenerated."
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:34379
+#: guix-git/doc/guix.texi:34408
#, no-wrap
msgid "allowed-ips"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:34382
+#: guix-git/doc/guix.texi:34411
msgid "A list of IP addresses from which incoming traffic for this peer is allowed and to which incoming traffic for this peer is directed."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34383
+#: guix-git/doc/guix.texi:34412
#, no-wrap
msgid "@code{keep-alive} (default: @code{#f})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:34388
+#: guix-git/doc/guix.texi:34417
msgid "An optional time interval in seconds. A packet will be sent to the server endpoint once per time interval. This helps receiving incoming connections from this peer when you are behind a NAT or a firewall."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:34394
+#: guix-git/doc/guix.texi:34423
#, no-wrap
msgid "NFS"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:34399
+#: guix-git/doc/guix.texi:34428
msgid "The @code{(gnu services nfs)} module provides the following services, which are most commonly used in relation to mounting or exporting directory trees as @dfn{network file systems} (NFS)."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:34403
+#: guix-git/doc/guix.texi:34432
msgid "While it is possible to use the individual components that together make up a Network File System service, we recommended to configure an NFS server with the @code{nfs-service-type}."
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:34404
+#: guix-git/doc/guix.texi:34433
#, no-wrap
msgid "NFS Service"
msgstr "Сервисы DNS"
#. type: cindex
-#: guix-git/doc/guix.texi:34405
+#: guix-git/doc/guix.texi:34434
#, no-wrap
msgid "NFS, server"
msgstr "NFS, сервер"
#. type: Plain text
-#: guix-git/doc/guix.texi:34410
+#: guix-git/doc/guix.texi:34439
msgid "The NFS service takes care of setting up all NFS component services, kernel configuration file systems, and installs configuration files in the locations that NFS expects."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:34411
+#: guix-git/doc/guix.texi:34440
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "nfs-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:34413
+#: guix-git/doc/guix.texi:34442
msgid "A service type for a complete NFS server."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:34415
+#: guix-git/doc/guix.texi:34444
#, no-wrap
msgid "{Data Type} nfs-configuration"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:34418
+#: guix-git/doc/guix.texi:34447
msgid "This data type represents the configuration of the NFS service and all of its subsystems."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:34420
+#: guix-git/doc/guix.texi:34449
msgid "It has the following parameters:"
msgstr "GNU Guix зависит от следующих пакетов:"
#. type: item
-#: guix-git/doc/guix.texi:34421 guix-git/doc/guix.texi:34546
-#: guix-git/doc/guix.texi:34571
+#: guix-git/doc/guix.texi:34450 guix-git/doc/guix.texi:34575
+#: guix-git/doc/guix.texi:34600
#, no-wrap
msgid "@code{nfs-utils} (default: @code{nfs-utils})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:34423
+#: guix-git/doc/guix.texi:34452
msgid "The nfs-utils package to use."
msgstr "Используемый пакет nfs-utils."
#. type: item
-#: guix-git/doc/guix.texi:34424
+#: guix-git/doc/guix.texi:34453
#, no-wrap
msgid "@code{nfs-versions} (default: @code{'(\"4.2\" \"4.1\" \"4.0\")})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:34427
+#: guix-git/doc/guix.texi:34456
msgid "If a list of string values is provided, the @command{rpc.nfsd} daemon will be limited to supporting the given versions of the NFS protocol."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34428
+#: guix-git/doc/guix.texi:34457
#, no-wrap
msgid "@code{exports} (default: @code{'()})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:34433
+#: guix-git/doc/guix.texi:34462
msgid "This is a list of directories the NFS server should export. Each entry is a list consisting of two elements: a directory name and a string containing all options. This is an example in which the directory @file{/export} is served to all NFS clients as a read-only share:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:34439
+#: guix-git/doc/guix.texi:34468
#, no-wrap
msgid ""
"(nfs-configuration\n"
@@ -67741,418 +67796,418 @@ msgid ""
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34441
+#: guix-git/doc/guix.texi:34470
#, no-wrap
msgid "@code{rpcmountd-port} (default: @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:34443
+#: guix-git/doc/guix.texi:34472
msgid "The network port that the @command{rpc.mountd} daemon should use."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34444
+#: guix-git/doc/guix.texi:34473
#, no-wrap
msgid "@code{rpcstatd-port} (default: @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:34446
+#: guix-git/doc/guix.texi:34475
msgid "The network port that the @command{rpc.statd} daemon should use."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34447 guix-git/doc/guix.texi:34495
+#: guix-git/doc/guix.texi:34476 guix-git/doc/guix.texi:34524
#, no-wrap
msgid "@code{rpcbind} (default: @code{rpcbind})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:34449 guix-git/doc/guix.texi:34497
+#: guix-git/doc/guix.texi:34478 guix-git/doc/guix.texi:34526
msgid "The rpcbind package to use."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34450
+#: guix-git/doc/guix.texi:34479
#, no-wrap
msgid "@code{idmap-domain} (default: @code{\"localdomain\"})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:34452
+#: guix-git/doc/guix.texi:34481
msgid "The local NFSv4 domain name."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34453
+#: guix-git/doc/guix.texi:34482
#, no-wrap
msgid "@code{nfsd-port} (default: @code{2049})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:34455
+#: guix-git/doc/guix.texi:34484
msgid "The network port that the @command{nfsd} daemon should use."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34456
+#: guix-git/doc/guix.texi:34485
#, no-wrap
msgid "@code{nfsd-threads} (default: @code{8})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:34458
+#: guix-git/doc/guix.texi:34487
msgid "The number of threads used by the @command{nfsd} daemon."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34459
+#: guix-git/doc/guix.texi:34488
#, no-wrap
msgid "@code{nfsd-tcp?} (default: @code{#t})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:34461
+#: guix-git/doc/guix.texi:34490
msgid "Whether the @command{nfsd} daemon should listen on a TCP socket."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34462
+#: guix-git/doc/guix.texi:34491
#, no-wrap
msgid "@code{nfsd-udp?} (default: @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:34464
+#: guix-git/doc/guix.texi:34493
msgid "Whether the @command{nfsd} daemon should listen on a UDP socket."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34465 guix-git/doc/guix.texi:34549
-#: guix-git/doc/guix.texi:34574
+#: guix-git/doc/guix.texi:34494 guix-git/doc/guix.texi:34578
+#: guix-git/doc/guix.texi:34603
#, no-wrap
msgid "@code{pipefs-directory} (default: @code{\"/var/lib/nfs/rpc_pipefs\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:34467 guix-git/doc/guix.texi:34551
-#: guix-git/doc/guix.texi:34576
+#: guix-git/doc/guix.texi:34496 guix-git/doc/guix.texi:34580
+#: guix-git/doc/guix.texi:34605
msgid "The directory where the pipefs file system is mounted."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34468
+#: guix-git/doc/guix.texi:34497
#, no-wrap
msgid "@code{debug} (default: @code{'()\"})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:34472
+#: guix-git/doc/guix.texi:34501
msgid "A list of subsystems for which debugging output should be enabled. This is a list of symbols. Any of these symbols are valid: @code{nfsd}, @code{nfs}, @code{rpc}, @code{idmap}, @code{statd}, or @code{mountd}."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:34477
+#: guix-git/doc/guix.texi:34506
msgid "If you don't need a complete NFS service or prefer to build it yourself you can use the individual component services that are documented below."
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:34478
+#: guix-git/doc/guix.texi:34507
#, no-wrap
msgid "RPC Bind Service"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:34479
+#: guix-git/doc/guix.texi:34508
#, no-wrap
msgid "rpcbind"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:34485
+#: guix-git/doc/guix.texi:34514
msgid "The RPC Bind service provides a facility to map program numbers into universal addresses. Many NFS related services use this facility. Hence it is automatically started when a dependent service starts."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:34486
+#: guix-git/doc/guix.texi:34515
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "rpcbind-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:34488
+#: guix-git/doc/guix.texi:34517
msgid "A service type for the RPC portmapper daemon."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:34491
+#: guix-git/doc/guix.texi:34520
#, no-wrap
msgid "{Data Type} rpcbind-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:34494
+#: guix-git/doc/guix.texi:34523
msgid "Data type representing the configuration of the RPC Bind Service. This type has the following parameters:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34498
+#: guix-git/doc/guix.texi:34527
#, no-wrap
msgid "@code{warm-start?} (default: @code{#t})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:34502
+#: guix-git/doc/guix.texi:34531
msgid "If this parameter is @code{#t}, then the daemon will read a state file on startup thus reloading state information saved by a previous instance."
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:34506
+#: guix-git/doc/guix.texi:34535
#, no-wrap
msgid "Pipefs Pseudo File System"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:34507
+#: guix-git/doc/guix.texi:34536
#, no-wrap
msgid "pipefs"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:34508
+#: guix-git/doc/guix.texi:34537
#, no-wrap
msgid "rpc_pipefs"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:34512
+#: guix-git/doc/guix.texi:34541
msgid "The pipefs file system is used to transfer NFS related data between the kernel and user space programs."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:34513
+#: guix-git/doc/guix.texi:34542
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "pipefs-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:34515
+#: guix-git/doc/guix.texi:34544
msgid "A service type for the pipefs pseudo file system."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:34517
+#: guix-git/doc/guix.texi:34546
#, no-wrap
msgid "{Data Type} pipefs-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:34520
+#: guix-git/doc/guix.texi:34549
msgid "Data type representing the configuration of the pipefs pseudo file system service. This type has the following parameters:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34521
+#: guix-git/doc/guix.texi:34550
#, no-wrap
msgid "@code{mount-point} (default: @code{\"/var/lib/nfs/rpc_pipefs\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:34523
+#: guix-git/doc/guix.texi:34552
msgid "The directory to which the file system is to be attached."
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:34527
+#: guix-git/doc/guix.texi:34556
#, no-wrap
msgid "GSS Daemon Service"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:34528
+#: guix-git/doc/guix.texi:34557
#, no-wrap
msgid "GSSD"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:34529
+#: guix-git/doc/guix.texi:34558
#, no-wrap
msgid "GSS"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:34530
+#: guix-git/doc/guix.texi:34559
#, no-wrap
msgid "global security system"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:34537
+#: guix-git/doc/guix.texi:34566
msgid "The @dfn{global security system} (GSS) daemon provides strong security for RPC based protocols. Before exchanging RPC requests an RPC client must establish a security context. Typically this is done using the Kerberos command @command{kinit} or automatically at login time using PAM services (@pxref{Kerberos Services})."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:34538
+#: guix-git/doc/guix.texi:34567
#, fuzzy, no-wrap
#| msgid "service types"
msgid "gss-service-type"
msgstr "service types"
#. type: defvar
-#: guix-git/doc/guix.texi:34540
+#: guix-git/doc/guix.texi:34569
msgid "A service type for the Global Security System (GSS) daemon."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:34542
+#: guix-git/doc/guix.texi:34571
#, no-wrap
msgid "{Data Type} gss-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:34545
+#: guix-git/doc/guix.texi:34574
msgid "Data type representing the configuration of the GSS daemon service. This type has the following parameters:"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:34548
+#: guix-git/doc/guix.texi:34577
msgid "The package in which the @command{rpc.gssd} command is to be found."
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:34556
+#: guix-git/doc/guix.texi:34585
#, no-wrap
msgid "IDMAP Daemon Service"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:34557
+#: guix-git/doc/guix.texi:34586
#, no-wrap
msgid "idmapd"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:34558
+#: guix-git/doc/guix.texi:34587
#, no-wrap
msgid "name mapper"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:34562
+#: guix-git/doc/guix.texi:34591
msgid "The idmap daemon service provides mapping between user IDs and user names. Typically it is required in order to access file systems mounted via NFSv4."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:34563
+#: guix-git/doc/guix.texi:34592
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "idmap-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:34565
+#: guix-git/doc/guix.texi:34594
msgid "A service type for the Identity Mapper (IDMAP) daemon."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:34567
+#: guix-git/doc/guix.texi:34596
#, no-wrap
msgid "{Data Type} idmap-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:34570
+#: guix-git/doc/guix.texi:34599
msgid "Data type representing the configuration of the IDMAP daemon service. This type has the following parameters:"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:34573
+#: guix-git/doc/guix.texi:34602
msgid "The package in which the @command{rpc.idmapd} command is to be found."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34577 guix-git/doc/guix.texi:34720
+#: guix-git/doc/guix.texi:34606 guix-git/doc/guix.texi:34749
#, no-wrap
msgid "@code{domain} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:34581
+#: guix-git/doc/guix.texi:34610
msgid "The local NFSv4 domain name. This must be a string or @code{#f}. If it is @code{#f} then the daemon will use the host's fully qualified domain name."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34582
+#: guix-git/doc/guix.texi:34611
#, no-wrap
msgid "@code{verbosity} (default: @code{0})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:34584
+#: guix-git/doc/guix.texi:34613
msgid "The verbosity level of the daemon."
msgstr "Уровень детализации демона."
#. type: subsubheading
-#: guix-git/doc/guix.texi:34591 guix-git/doc/guix.texi:34597
+#: guix-git/doc/guix.texi:34620 guix-git/doc/guix.texi:34626
#, no-wrap
msgid "Samba"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:34592
+#: guix-git/doc/guix.texi:34621
#, no-wrap
msgid "SMB"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:34596
+#: guix-git/doc/guix.texi:34625
msgid "The @code{(gnu services samba)} module provides service definitions for Samba as well as additional helper services. Currently it provides the following services."
msgstr "Модуль @code{(gnu services samba)} предоставляет определения служб для Samba, а также дополнительные вспомогательные службы. В настоящее время он предоставляет следующие сервисы."
#. type: Plain text
-#: guix-git/doc/guix.texi:34604
+#: guix-git/doc/guix.texi:34633
msgid "@uref{https://www.samba.org, Samba} provides network shares for folders and printers using the SMB/CIFS protocol commonly used on Windows. It can also act as an Active Directory Domain Controller (AD DC) for other hosts in an heterougenious network with different types of Computer systems."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:34605
+#: guix-git/doc/guix.texi:34634
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "samba-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:34610
+#: guix-git/doc/guix.texi:34639
msgid "The service type to enable the samba services @code{samba}, @code{nmbd}, @code{smbd} and @code{winbindd}. By default this service type does not run any of the Samba daemons; they must be enabled individually."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:34614
+#: guix-git/doc/guix.texi:34643
msgid "Below is a basic example that configures a simple, anonymous (unauthenticated) Samba file share exposing the @file{/public} directory."
msgstr ""
#. type: quotation
-#: guix-git/doc/guix.texi:34619
+#: guix-git/doc/guix.texi:34648
msgid "The @file{/public} directory and its contents must be world readable/writable, so you'll want to run @samp{chmod -R 777 /public} on it."
msgstr ""
#. type: quotation
-#: guix-git/doc/guix.texi:34621
+#: guix-git/doc/guix.texi:34650
#, fuzzy, no-wrap
#| msgid "isolation"
msgid "Caution"
msgstr "изоляция"
#. type: quotation
-#: guix-git/doc/guix.texi:34625
+#: guix-git/doc/guix.texi:34654
msgid "Such a Samba configuration should only be used in controlled environments, and you should not share any private files using it, as anyone connecting to your network would be able to access them."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:34634
+#: guix-git/doc/guix.texi:34663
#, no-wrap
msgid ""
"(service samba-service-type (samba-configuration\n"
@@ -68165,7 +68220,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:34641
+#: guix-git/doc/guix.texi:34670
#, no-wrap
msgid ""
"[public]\n"
@@ -68177,273 +68232,273 @@ msgid ""
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:34645
+#: guix-git/doc/guix.texi:34674
#, fuzzy, no-wrap
#| msgid "{Data Type} zram-device-configuration"
msgid "{Data Type} samba-service-configuration"
msgstr "{Data Type} pagekite-configuration"
#. type: deftp
-#: guix-git/doc/guix.texi:34647
+#: guix-git/doc/guix.texi:34676
#, fuzzy
#| msgid "Configuration record for the LXQt desktop environment."
msgid "Configuration record for the Samba suite."
msgstr "Конфигурации для среды рабочего стола LXQt."
#. type: item
-#: guix-git/doc/guix.texi:34649
+#: guix-git/doc/guix.texi:34678
#, fuzzy, no-wrap
#| msgid "@code{package} (default: @code{agate})"
msgid "@code{package} (default: @code{samba})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:34651
+#: guix-git/doc/guix.texi:34680
#, fuzzy
#| msgid "The Laminar package to use."
msgid "The samba package to use."
msgstr "Используемый пакет Mumi."
#. type: table
-#: guix-git/doc/guix.texi:34655
+#: guix-git/doc/guix.texi:34684
msgid "The config file to use. To learn about its syntax, run @samp{man smb.conf}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34656
+#: guix-git/doc/guix.texi:34685
#, fuzzy, no-wrap
#| msgid "@code{enabled?} (default: @code{#t})"
msgid "@code{enable-samba?} (default: @code{#f})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:34658
+#: guix-git/doc/guix.texi:34687
msgid "Enable the @code{samba} daemon."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34659
+#: guix-git/doc/guix.texi:34688
#, fuzzy, no-wrap
#| msgid "@code{enabled?} (default: @code{#t})"
msgid "@code{enable-smbd?} (default: @code{#f})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:34661
+#: guix-git/doc/guix.texi:34690
msgid "Enable the @code{smbd} daemon."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34662
+#: guix-git/doc/guix.texi:34691
#, fuzzy, no-wrap
#| msgid "@code{enabled?} (default: @code{#t})"
msgid "@code{enable-nmbd?} (default: @code{#f})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:34664
+#: guix-git/doc/guix.texi:34693
msgid "Enable the @code{nmbd} daemon."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34665
+#: guix-git/doc/guix.texi:34694
#, fuzzy, no-wrap
#| msgid "@code{enabled?} (default: @code{#t})"
msgid "@code{enable-winbindd?} (default: @code{#f})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:34667
+#: guix-git/doc/guix.texi:34696
msgid "Enable the @code{winbindd} daemon."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:34671
+#: guix-git/doc/guix.texi:34700
#, fuzzy, no-wrap
#| msgid "Web Services"
msgid "wsdd, Web service discovery daemon"
msgstr "Веб-сервисы"
#. type: subsubheading
-#: guix-git/doc/guix.texi:34672
+#: guix-git/doc/guix.texi:34701
#, fuzzy, no-wrap
#| msgid "Web Services"
msgid "Web Service Discovery Daemon"
msgstr "Веб-сервисы"
#. type: Plain text
-#: guix-git/doc/guix.texi:34680
+#: guix-git/doc/guix.texi:34709
msgid "The @acronym{WSDD, Web Service Discovery daemon} implements the @uref{http://docs.oasis-open.org/ws-dd/discovery/1.1/os/wsdd-discovery-1.1-spec-os.html, Web Services Dynamic Discovery} protocol that enables host discovery over Multicast DNS, similar to what Avahi does. It is a drop-in replacement for SMB hosts that have had SMBv1 disabled for security reasons."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:34681
+#: guix-git/doc/guix.texi:34710
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "wsdd-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:34685
+#: guix-git/doc/guix.texi:34714
msgid "Service type for the WSD host daemon. The value for this service type is a @code{wsdd-configuration} record. The details for the @code{wsdd-configuration} record type are given below."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:34687
+#: guix-git/doc/guix.texi:34716
#, fuzzy, no-wrap
#| msgid "{Data Type} auditd-configuration"
msgid "{Data Type} wsdd-configuration"
msgstr "{Тип данных} build-machine"
#. type: deftp
-#: guix-git/doc/guix.texi:34689
+#: guix-git/doc/guix.texi:34718
#, fuzzy
#| msgid "This data type represents the configuration of an AutoSSH service."
msgid "This data type represents the configuration for the wsdd service."
msgstr "Управление конфигурацией операционной системы."
#. type: item
-#: guix-git/doc/guix.texi:34692
+#: guix-git/doc/guix.texi:34721
#, fuzzy, no-wrap
#| msgid "@code{package} (default: @code{hostapd})"
msgid "@code{package} (default: @code{wsdd})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:34694
+#: guix-git/doc/guix.texi:34723
#, fuzzy
#| msgid "The hostapd package to use."
msgid "The wsdd package to use."
msgstr "Используемый пакет hostapd."
#. type: item
-#: guix-git/doc/guix.texi:34695
+#: guix-git/doc/guix.texi:34724
#, fuzzy, no-wrap
#| msgid "@code{proxy} (default: @code{#f})"
msgid "@code{ipv4only?} (default: @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:34697
+#: guix-git/doc/guix.texi:34726
msgid "Only listen to IPv4 addresses."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34698
+#: guix-git/doc/guix.texi:34727
#, fuzzy, no-wrap
#| msgid "@code{proxy} (default: @code{#f})"
msgid "@code{ipv6only} (default: @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:34701
+#: guix-git/doc/guix.texi:34730
msgid "Only listen to IPv6 addresses. Please note: Activating both options is not possible, since there would be no IP versions to listen to."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:34706
+#: guix-git/doc/guix.texi:34735
msgid "Chroot into a separate directory to prevent access to other directories. This is to increase security in case there is a vulnerability in @command{wsdd}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34707
+#: guix-git/doc/guix.texi:34736
#, fuzzy, no-wrap
#| msgid "@code{memory-limit} (default @code{0})"
msgid "@code{hop-limit} (default: @code{1})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:34710
+#: guix-git/doc/guix.texi:34739
msgid "Limit to the level of hops for multicast packets. The default is @var{1} which should prevent packets from leaving the local network."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34711
+#: guix-git/doc/guix.texi:34740
#, fuzzy, no-wrap
#| msgid "@code{inputs} (default: @code{'()})"
msgid "@code{interface} (default: @code{'()})"
msgstr "@code{inputs} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:34715
+#: guix-git/doc/guix.texi:34744
msgid "Limit to the given list of interfaces to listen to. By default wsdd will listen to all interfaces. Except the loopback interface is never used."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34716
+#: guix-git/doc/guix.texi:34745
#, fuzzy, no-wrap
#| msgid "@code{size} (default @code{\"1G\"})"
msgid "@code{uuid-device} (default: @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:34719
+#: guix-git/doc/guix.texi:34748
msgid "The WSD protocol requires a device to have a UUID. Set this to manually assign the service a UUID."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:34722
+#: guix-git/doc/guix.texi:34751
msgid "Notify this host is a member of an Active Directory."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:34727
+#: guix-git/doc/guix.texi:34756
msgid "Manually set the hostname rather than letting @command{wsdd} inherit this host's hostname. Only the host name part of a possible FQDN will be used in the default case."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34728
+#: guix-git/doc/guix.texi:34757
#, fuzzy, no-wrap
#| msgid "@code{serve-secret?} (default: @code{#f})"
msgid "@code{preserve-case?} (default: @code{#f})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:34732
+#: guix-git/doc/guix.texi:34761
msgid "By default @command{wsdd} will convert the hostname in workgroup to all uppercase. The opposite is true for hostnames in domains. Setting this parameter will preserve case."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34733
+#: guix-git/doc/guix.texi:34762
#, fuzzy, no-wrap
#| msgid "@code{group} (default: @var{\"users\"})"
msgid "@code{workgroup} (default: @var{\"WORKGROUP\"})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:34736
+#: guix-git/doc/guix.texi:34765
msgid "Change the name of the workgroup. By default @command{wsdd} reports this host being member of a workgroup."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:34747
+#: guix-git/doc/guix.texi:34776
msgid "@uref{https://guix.gnu.org/cuirass/, Cuirass} is a continuous integration tool for Guix. It can be used both for development and for providing substitutes to others (@pxref{Substitutes})."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:34749
+#: guix-git/doc/guix.texi:34778
msgid "The @code{(gnu services cuirass)} module provides the following service."
msgstr ""
#. type: defvr
-#: guix-git/doc/guix.texi:34750
+#: guix-git/doc/guix.texi:34779
#, fuzzy, no-wrap
#| msgid "{Scheme Procedure} laminar-service-type"
msgid "{Procedure} cuirass-service-type"
msgstr "{Процедура Scheme} sane-service-type"
#. type: defvr
-#: guix-git/doc/guix.texi:34753
+#: guix-git/doc/guix.texi:34782
msgid "The type of the Cuirass service. Its value must be a @code{cuirass-configuration} object, as described below."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:34758
+#: guix-git/doc/guix.texi:34787
msgid "To add build jobs, you have to set the @code{specifications} field of the configuration. For instance, the following example will build all the packages provided by the @code{my-channel} channel."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:34769
+#: guix-git/doc/guix.texi:34798
#, no-wrap
msgid ""
"(define %cuirass-specs\n"
@@ -68459,7 +68514,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:34773 guix-git/doc/guix.texi:34787
+#: guix-git/doc/guix.texi:34802 guix-git/doc/guix.texi:34816
#, no-wrap
msgid ""
"(service cuirass-service-type\n"
@@ -68468,12 +68523,12 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:34777
+#: guix-git/doc/guix.texi:34806
msgid "To build the @code{linux-libre} package defined by the default Guix channel, one can use the following configuration."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:34783
+#: guix-git/doc/guix.texi:34812
#, no-wrap
msgid ""
"(define %cuirass-specs\n"
@@ -68484,704 +68539,704 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:34792
+#: guix-git/doc/guix.texi:34821
msgid "The other configuration possibilities, as well as the specification record itself are described in the Cuirass manual (@pxref{Specifications,,, cuirass, Cuirass})."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:34796
+#: guix-git/doc/guix.texi:34825
msgid "While information related to build jobs is located directly in the specifications, global settings for the @command{cuirass} process are accessible in other @code{cuirass-configuration} fields."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:34797
+#: guix-git/doc/guix.texi:34826
#, no-wrap
msgid "{Data Type} cuirass-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:34799
+#: guix-git/doc/guix.texi:34828
msgid "Data type representing the configuration of Cuirass."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34801 guix-git/doc/guix.texi:34947
+#: guix-git/doc/guix.texi:34830 guix-git/doc/guix.texi:34976
#, no-wrap
msgid "@code{cuirass} (default: @code{cuirass})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:34803 guix-git/doc/guix.texi:34949
+#: guix-git/doc/guix.texi:34832 guix-git/doc/guix.texi:34978
msgid "The Cuirass package to use."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34804
+#: guix-git/doc/guix.texi:34833
#, no-wrap
msgid "@code{log-file} (default: @code{\"/var/log/cuirass.log\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:34806 guix-git/doc/guix.texi:34915
-#: guix-git/doc/guix.texi:34962
+#: guix-git/doc/guix.texi:34835 guix-git/doc/guix.texi:34944
+#: guix-git/doc/guix.texi:34991
msgid "Location of the log file."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34807
+#: guix-git/doc/guix.texi:34836
#, no-wrap
msgid "@code{web-log-file} (default: @code{\"/var/log/cuirass-web.log\"})"
msgstr "@code{daemon-socket} (default: @code{\"/var/guix/daemon-socket/socket\"})"
#. type: table
-#: guix-git/doc/guix.texi:34809
+#: guix-git/doc/guix.texi:34838
msgid "Location of the log file used by the web interface."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34810
+#: guix-git/doc/guix.texi:34839
#, no-wrap
msgid "@code{cache-directory} (default: @code{\"/var/cache/cuirass\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:34812
+#: guix-git/doc/guix.texi:34841
msgid "Location of the repository cache."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34813
+#: guix-git/doc/guix.texi:34842
#, no-wrap
msgid "@code{user} (default: @code{\"cuirass\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:34815
+#: guix-git/doc/guix.texi:34844
msgid "Owner of the @code{cuirass} process."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34816
+#: guix-git/doc/guix.texi:34845
#, no-wrap
msgid "@code{group} (default: @code{\"cuirass\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:34818
+#: guix-git/doc/guix.texi:34847
msgid "Owner's group of the @code{cuirass} process."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34819
+#: guix-git/doc/guix.texi:34848
#, no-wrap
msgid "@code{interval} (default: @code{60})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:34822
+#: guix-git/doc/guix.texi:34851
msgid "Number of seconds between the poll of the repositories followed by the Cuirass jobs."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34823
+#: guix-git/doc/guix.texi:34852
#, fuzzy, no-wrap
#| msgid "@code{port} (default: @code{5080})"
msgid "@code{ttl} (default: @code{2592000})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:34825
+#: guix-git/doc/guix.texi:34854
msgid "Duration to keep build results' GC roots alive, in seconds."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34826
+#: guix-git/doc/guix.texi:34855
#, fuzzy, no-wrap
#| msgid "@code{hurd} (default: @code{#f})"
msgid "@code{threads} (default: @code{#f})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:34828
+#: guix-git/doc/guix.texi:34857
msgid "Number of kernel threads to use for Cuirass. The default value should be appropriate for most cases."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34829
+#: guix-git/doc/guix.texi:34858
#, no-wrap
msgid "@code{parameters} (default: @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:34832
+#: guix-git/doc/guix.texi:34861
msgid "Read parameters from the given @var{parameters} file. The supported parameters are described here (@pxref{Parameters,,, cuirass, Cuirass})."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34833
+#: guix-git/doc/guix.texi:34862
#, no-wrap
msgid "@code{remote-server} (default: @code{#f})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:34836
+#: guix-git/doc/guix.texi:34865
msgid "A @code{cuirass-remote-server-configuration} record to use the build remote mechanism or @code{#f} to use the default build mechanism."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34837
+#: guix-git/doc/guix.texi:34866
#, no-wrap
msgid "@code{database} (default: @code{\"dbname=cuirass host=/var/run/postgresql\"})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:34842
+#: guix-git/doc/guix.texi:34871
msgid "Use @var{database} as the database containing the jobs and the past build results. Since Cuirass uses PostgreSQL as a database engine, @var{database} must be a string such as @code{\"dbname=cuirass host=localhost\"}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34843
+#: guix-git/doc/guix.texi:34872
#, no-wrap
msgid "@code{port} (default: @code{8081})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:34845
+#: guix-git/doc/guix.texi:34874
msgid "Port number used by the HTTP server."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:34849
+#: guix-git/doc/guix.texi:34878
msgid "Listen on the network interface for @var{host}. The default is to accept connections from localhost."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34850
+#: guix-git/doc/guix.texi:34879
#, no-wrap
msgid "@code{specifications} (default: @code{#~'()})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:34854
+#: guix-git/doc/guix.texi:34883
msgid "A gexp (@pxref{G-Expressions}) that evaluates to a list of specifications records. The specification record is described in the Cuirass manual (@pxref{Specifications,,, cuirass, Cuirass})."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34855 guix-git/doc/guix.texi:44184
+#: guix-git/doc/guix.texi:34884 guix-git/doc/guix.texi:44213
#, no-wrap
msgid "@code{one-shot?} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:34857
+#: guix-git/doc/guix.texi:34886
msgid "Only evaluate specifications and build derivations once."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34858
+#: guix-git/doc/guix.texi:34887
#, no-wrap
msgid "@code{fallback?} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:34861
+#: guix-git/doc/guix.texi:34890
msgid "When substituting a pre-built binary fails, fall back to building packages locally."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:34864
+#: guix-git/doc/guix.texi:34893
msgid "Extra options to pass when running the @code{cuirass register} process."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34865
+#: guix-git/doc/guix.texi:34894
#, fuzzy, no-wrap
#| msgid "@code{extra-environment} (default: @code{#~'()})"
msgid "@code{web-extra-options} (default: @code{'()})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:34867
+#: guix-git/doc/guix.texi:34896
msgid "Extra options to pass when running the @code{cuirass web} process."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:34871
+#: guix-git/doc/guix.texi:34900
#, no-wrap
msgid "remote build"
msgstr "воспроизводимые сборки"
#. type: subsubheading
-#: guix-git/doc/guix.texi:34872
+#: guix-git/doc/guix.texi:34901
#, no-wrap
msgid "Cuirass remote building"
msgstr "последний коммит, сборка"
#. type: Plain text
-#: guix-git/doc/guix.texi:34875
+#: guix-git/doc/guix.texi:34904
msgid "Cuirass supports two mechanisms to build derivations."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34877
+#: guix-git/doc/guix.texi:34906
#, no-wrap
msgid "Using the local Guix daemon."
msgstr "Запуск демона сборки."
#. type: itemize
-#: guix-git/doc/guix.texi:34881
+#: guix-git/doc/guix.texi:34910
msgid "This is the default build mechanism. Once the build jobs are evaluated, they are sent to the local Guix daemon. Cuirass then listens to the Guix daemon output to detect the various build events."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34882
+#: guix-git/doc/guix.texi:34911
#, no-wrap
msgid "Using the remote build mechanism."
msgstr "Подготовка отдельного окружения сборки."
#. type: itemize
-#: guix-git/doc/guix.texi:34886
+#: guix-git/doc/guix.texi:34915
msgid "The build jobs are not submitted to the local Guix daemon. Instead, a remote server dispatches build requests to the connect remote workers, according to the build priorities."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:34893
+#: guix-git/doc/guix.texi:34922
msgid "To enable this build mode a @code{cuirass-remote-server-configuration} record must be passed as @code{remote-server} argument of the @code{cuirass-configuration} record. The @code{cuirass-remote-server-configuration} record is described below."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:34898
+#: guix-git/doc/guix.texi:34927
msgid "This build mode scales way better than the default build mode. This is the build mode that is used on the GNU Guix build farm at @url{https://ci.guix.gnu.org}. It should be preferred when using Cuirass to build large amount of packages."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:34899
+#: guix-git/doc/guix.texi:34928
#, no-wrap
msgid "{Data Type} cuirass-remote-server-configuration"
msgstr "{Data Type} pagekite-configuration"
#. type: deftp
-#: guix-git/doc/guix.texi:34901
+#: guix-git/doc/guix.texi:34930
msgid "Data type representing the configuration of the Cuirass remote-server."
msgstr "Управление конфигурацией операционной системы."
#. type: item
-#: guix-git/doc/guix.texi:34903
+#: guix-git/doc/guix.texi:34932
#, no-wrap
msgid "@code{backend-port} (default: @code{5555})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:34906
+#: guix-git/doc/guix.texi:34935
msgid "The TCP port for communicating with @code{remote-worker} processes using ZMQ. It defaults to @code{5555}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34907
+#: guix-git/doc/guix.texi:34936
#, no-wrap
msgid "@code{log-port} (default: @code{5556})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:34909
+#: guix-git/doc/guix.texi:34938
msgid "The TCP port of the log server. It defaults to @code{5556}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34910
+#: guix-git/doc/guix.texi:34939
#, no-wrap
msgid "@code{publish-port} (default: @code{5557})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:34912
+#: guix-git/doc/guix.texi:34941
msgid "The TCP port of the publish server. It defaults to @code{5557}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34913
+#: guix-git/doc/guix.texi:34942
#, no-wrap
msgid "@code{log-file} (default: @code{\"/var/log/cuirass-remote-server.log\"})"
msgstr "@code{daemon-socket} (default: @code{\"/var/guix/daemon-socket/socket\"})"
#. type: item
-#: guix-git/doc/guix.texi:34916
+#: guix-git/doc/guix.texi:34945
#, no-wrap
msgid "@code{cache} (default: @code{\"/var/cache/cuirass/remote\"})"
msgstr "@code{daemon-socket} (default: @code{\"/var/guix/daemon-socket/socket\"})"
#. type: table
-#: guix-git/doc/guix.texi:34918
+#: guix-git/doc/guix.texi:34947
msgid "Use @var{cache} directory to cache build log files."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34919
+#: guix-git/doc/guix.texi:34948
#, fuzzy, no-wrap
#| msgid "@code{log-ip?} (default: @code{#t})"
msgid "@code{log-expiry} (default: 6 months)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:34922
+#: guix-git/doc/guix.texi:34951
msgid "The duration in seconds after which build logs collected by @command{cuirass remote-worker} may be deleted."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34923
+#: guix-git/doc/guix.texi:34952
#, no-wrap
msgid "@code{trigger-url} (default: @code{#f})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:34926
+#: guix-git/doc/guix.texi:34955
msgid "Once a substitute is successfully fetched, trigger substitute baking at @var{trigger-url}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:34931
+#: guix-git/doc/guix.texi:34960
msgid "If set to false, do not start a publish server and ignore the @code{publish-port} argument. This can be useful if there is already a standalone publish server standing next to the remote server."
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:34933 guix-git/doc/guix.texi:34970
+#: guix-git/doc/guix.texi:34962 guix-git/doc/guix.texi:34999
#, no-wrap
msgid "private-key"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:34942
+#: guix-git/doc/guix.texi:34971
msgid "At least one remote worker must also be started on any machine of the local network to actually perform the builds and report their status."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:34943
+#: guix-git/doc/guix.texi:34972
#, no-wrap
msgid "{Data Type} cuirass-remote-worker-configuration"
msgstr "{Тип данных} build-machine"
#. type: deftp
-#: guix-git/doc/guix.texi:34945
+#: guix-git/doc/guix.texi:34974
msgid "Data type representing the configuration of the Cuirass remote-worker."
msgstr "Управление конфигурацией операционной системы."
#. type: item
-#: guix-git/doc/guix.texi:34950
+#: guix-git/doc/guix.texi:34979
#, no-wrap
msgid "@code{workers} (default: @code{1})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:34952
+#: guix-git/doc/guix.texi:34981
msgid "Start @var{workers} parallel workers."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:34956
+#: guix-git/doc/guix.texi:34985
msgid "Do not use Avahi discovery and connect to the given @code{server} IP address instead."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34957 guix-git/doc/guix.texi:37023
+#: guix-git/doc/guix.texi:34986 guix-git/doc/guix.texi:37052
#, no-wrap
msgid "@code{systems} (default: @code{(list (%current-system))})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:34959
+#: guix-git/doc/guix.texi:34988
msgid "Only request builds for the given @var{systems}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:34960
+#: guix-git/doc/guix.texi:34989
#, no-wrap
msgid "@code{log-file} (default: @code{\"/var/log/cuirass-remote-worker.log\"})"
msgstr "@code{daemon-socket} (default: @code{\"/var/guix/daemon-socket/socket\"})"
#. type: item
-#: guix-git/doc/guix.texi:34963
+#: guix-git/doc/guix.texi:34992
#, no-wrap
msgid "@code{publish-port} (default: @code{5558})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:34965
+#: guix-git/doc/guix.texi:34994
msgid "The TCP port of the publish server. It defaults to @code{5558}."
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:34977
+#: guix-git/doc/guix.texi:35006
#, no-wrap
msgid "Laminar"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:34982
+#: guix-git/doc/guix.texi:35011
msgid "@uref{https://laminar.ohwg.net/, Laminar} is a lightweight and modular Continuous Integration service. It doesn't have a configuration web UI instead uses version-controllable configuration files and scripts."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:34985
+#: guix-git/doc/guix.texi:35014
msgid "Laminar encourages the use of existing tools such as bash and cron instead of reinventing them."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:34986
+#: guix-git/doc/guix.texi:35015
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "laminar-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:34989
+#: guix-git/doc/guix.texi:35018
msgid "The type of the Laminar service. Its value must be a @code{laminar-configuration} object, as described below."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:34993
+#: guix-git/doc/guix.texi:35022
msgid "All configuration values have defaults, a minimal configuration to get Laminar running is shown below. By default, the web interface is available on port 8080."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:34996
+#: guix-git/doc/guix.texi:35025
#, no-wrap
msgid "(service laminar-service-type)\n"
msgstr "(service openssh-service-type)\n"
#. type: deftp
-#: guix-git/doc/guix.texi:34999
+#: guix-git/doc/guix.texi:35028
#, no-wrap
msgid "{Data Type} laminar-configuration"
msgstr "{Тип данных} build-machine"
#. type: deftp
-#: guix-git/doc/guix.texi:35001
+#: guix-git/doc/guix.texi:35030
msgid "Data type representing the configuration of Laminar."
msgstr "Управление конфигурацией операционной системы."
#. type: item
-#: guix-git/doc/guix.texi:35003
+#: guix-git/doc/guix.texi:35032
#, no-wrap
msgid "@code{laminar} (default: @code{laminar})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:35005
+#: guix-git/doc/guix.texi:35034
msgid "The Laminar package to use."
msgstr "Используемый пакет Mumi."
#. type: item
-#: guix-git/doc/guix.texi:35006
+#: guix-git/doc/guix.texi:35035
#, no-wrap
msgid "@code{home-directory} (default: @code{\"/var/lib/laminar\"})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:35008
+#: guix-git/doc/guix.texi:35037
msgid "The directory for job configurations and run directories."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:35009
+#: guix-git/doc/guix.texi:35038
#, fuzzy, no-wrap
#| msgid "@code{requirement} (default: @code{'()})"
msgid "@code{supplementary-groups} (default: @code{()})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:35011
+#: guix-git/doc/guix.texi:35040
msgid "Supplementary groups for the Laminar user account."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:35012
+#: guix-git/doc/guix.texi:35041
#, no-wrap
msgid "@code{bind-http} (default: @code{\"*:8080\"})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:35015
+#: guix-git/doc/guix.texi:35044
msgid "The interface/port or unix socket on which laminard should listen for incoming connections to the web frontend."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:35016
+#: guix-git/doc/guix.texi:35045
#, no-wrap
msgid "@code{bind-rpc} (default: @code{\"unix-abstract:laminar\"})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:35019
+#: guix-git/doc/guix.texi:35048
msgid "The interface/port or unix socket on which laminard should listen for incoming commands such as build triggers."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:35020
+#: guix-git/doc/guix.texi:35049
#, no-wrap
msgid "@code{title} (default: @code{\"Laminar\"})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:35022
+#: guix-git/doc/guix.texi:35051
msgid "The page title to show in the web frontend."
msgstr "Сервис rottlog."
#. type: item
-#: guix-git/doc/guix.texi:35023
+#: guix-git/doc/guix.texi:35052
#, no-wrap
msgid "@code{keep-rundirs} (default: @code{0})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:35027
+#: guix-git/doc/guix.texi:35056
msgid "Set to an integer defining how many rundirs to keep per job. The lowest-numbered ones will be deleted. The default is 0, meaning all run dirs will be immediately deleted."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:35028
+#: guix-git/doc/guix.texi:35057
#, no-wrap
msgid "@code{archive-url} (default: @code{#f})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:35031
+#: guix-git/doc/guix.texi:35060
msgid "The web frontend served by laminard will use this URL to form links to artefacts archived jobs."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:35032
+#: guix-git/doc/guix.texi:35061
#, no-wrap
msgid "@code{base-url} (default: @code{#f})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:35034
+#: guix-git/doc/guix.texi:35063
msgid "Base URL to use for links to laminar itself."
msgstr "URI для использования в базе данных."
#. type: cindex
-#: guix-git/doc/guix.texi:35041
+#: guix-git/doc/guix.texi:35070
#, no-wrap
msgid "power-profiles-daemon"
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:35042
+#: guix-git/doc/guix.texi:35071
#, no-wrap
msgid "Power Profiles Daemon"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:35047
+#: guix-git/doc/guix.texi:35076
#, fuzzy
#| msgid "The @code{(gnu services messaging)} module provides Guix service definitions for messaging services. Currently it provides the following services:"
msgid "The @code{(gnu services pm)} module provides a Guix service definition for the Linux Power Profiles Daemon, which makes power profiles handling available over D-Bus."
msgstr "Модуль @code{(guix inferior)} предоставляет следующие процедуры для работы с ранними версиями:"
#. type: Plain text
-#: guix-git/doc/guix.texi:35050
+#: guix-git/doc/guix.texi:35079
msgid "The available profiles consist of the default @samp{balanced} mode, a @samp{power-saver} mode and on supported systems a @samp{performance} mode."
msgstr ""
#. type: quotation
-#: guix-git/doc/guix.texi:35054
+#: guix-git/doc/guix.texi:35083
msgid "The @code{power-profiles-daemon} conflicts with other power management tools like @code{tlp}. Using both together is not recommended."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:35056
+#: guix-git/doc/guix.texi:35085
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} profile-service-type"
msgid "power-profiles-daemon-service-type"
msgstr "{Scheme Variable} profile-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:35060
+#: guix-git/doc/guix.texi:35089
msgid "This is the service type for the @uref{https://gitlab.freedesktop.org/upower/power-profiles-daemon/, Power Profiles Daemon}. The value for this service is a @code{power-profiles-daemon-configuration}."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:35063
+#: guix-git/doc/guix.texi:35092
msgid "To enable the Power Profiles Daemon with default configuration add this line to your services:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:35066
+#: guix-git/doc/guix.texi:35095
#, fuzzy, no-wrap
#| msgid "(service rasdaemon-service-type)\n"
msgid "(service power-profiles-daemon-service-type)\n"
msgstr "(service openssh-service-type)\n"
#. type: deftp
-#: guix-git/doc/guix.texi:35069
+#: guix-git/doc/guix.texi:35098
#, fuzzy, no-wrap
#| msgid "{Data Type} rasdaemon-configuration"
msgid "{Data Type} power-profiles-daemon-configuration"
msgstr "{Data Type} pagekite-configuration"
#. type: deftp
-#: guix-git/doc/guix.texi:35071
+#: guix-git/doc/guix.texi:35100
#, fuzzy
#| msgid "Data type representing the configuration for @code{syncthing-service-type}."
msgid "Data type representing the configuration of @code{power-profiles-daemon-service-type}."
msgstr "Управление конфигурацией операционной системы."
#. type: item
-#: guix-git/doc/guix.texi:35073
+#: guix-git/doc/guix.texi:35102
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{power-profiles-daemon} (default: @code{power-profiles-daemon}) (type: file-like)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:35075
+#: guix-git/doc/guix.texi:35104
#, fuzzy
#| msgid "The package object of the Agate server."
msgid "Package object of power-profiles-daemon."
msgstr "Пакет для использования."
#. type: cindex
-#: guix-git/doc/guix.texi:35080
+#: guix-git/doc/guix.texi:35109
#, no-wrap
msgid "tlp"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:35081
+#: guix-git/doc/guix.texi:35110
#, no-wrap
msgid "power management with TLP"
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:35082
+#: guix-git/doc/guix.texi:35111
#, no-wrap
msgid "TLP daemon"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:35086
+#: guix-git/doc/guix.texi:35115
msgid "The @code{(gnu services pm)} module provides a Guix service definition for the Linux power management tool TLP."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:35092
+#: guix-git/doc/guix.texi:35121
msgid "TLP enables various powersaving modes in userspace and kernel. Contrary to @code{upower-service}, it is not a passive, monitoring tool, as it will apply custom settings each time a new power source is detected. More information can be found at @uref{https://linrunner.de/en/tlp/tlp.html, TLP home page}."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:35093
+#: guix-git/doc/guix.texi:35122
#, fuzzy, no-wrap
#| msgid "service types"
msgid "tlp-service-type"
msgstr "service types"
#. type: defvar
-#: guix-git/doc/guix.texi:35097
+#: guix-git/doc/guix.texi:35126
msgid "The service type for the TLP tool. The default settings are optimised for battery life on most systems, but you can tweak them to your heart's content by adding a valid @code{tlp-configuration}:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:35102
+#: guix-git/doc/guix.texi:35131
#, no-wrap
msgid ""
"(service tlp-service-type\n"
@@ -69191,945 +69246,945 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:35110
+#: guix-git/doc/guix.texi:35139
msgid "Each parameter definition is preceded by its type; for example, @samp{boolean foo} indicates that the @code{foo} parameter should be specified as a boolean. Types starting with @code{maybe-} denote parameters that won't show up in TLP config file when their value is left unset, or is explicitly set to the @code{%unset-value} value."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:35120
+#: guix-git/doc/guix.texi:35149
msgid "Available @code{tlp-configuration} fields are:"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35121
+#: guix-git/doc/guix.texi:35150
#, no-wrap
msgid "{@code{tlp-configuration} parameter} package tlp"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35123
+#: guix-git/doc/guix.texi:35152
msgid "The TLP package."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35126
+#: guix-git/doc/guix.texi:35155
#, no-wrap
msgid "{@code{tlp-configuration} parameter} boolean tlp-enable?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35128
+#: guix-git/doc/guix.texi:35157
msgid "Set to true if you wish to enable TLP."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35133
+#: guix-git/doc/guix.texi:35162
#, no-wrap
msgid "{@code{tlp-configuration} parameter} string tlp-default-mode"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35136
+#: guix-git/doc/guix.texi:35165
msgid "Default mode when no power supply can be detected. Alternatives are AC and BAT."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35138
+#: guix-git/doc/guix.texi:35167
msgid "Defaults to @samp{\"AC\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35141
+#: guix-git/doc/guix.texi:35170
#, no-wrap
msgid "{@code{tlp-configuration} parameter} non-negative-integer disk-idle-secs-on-ac"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35144
+#: guix-git/doc/guix.texi:35173
msgid "Number of seconds Linux kernel has to wait after the disk goes idle, before syncing on AC."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35149
+#: guix-git/doc/guix.texi:35178
#, no-wrap
msgid "{@code{tlp-configuration} parameter} non-negative-integer disk-idle-secs-on-bat"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35151
+#: guix-git/doc/guix.texi:35180
msgid "Same as @code{disk-idle-ac} but on BAT mode."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35153
+#: guix-git/doc/guix.texi:35182
msgid "Defaults to @samp{2}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35156
+#: guix-git/doc/guix.texi:35185
#, no-wrap
msgid "{@code{tlp-configuration} parameter} non-negative-integer max-lost-work-secs-on-ac"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35158
+#: guix-git/doc/guix.texi:35187
msgid "Dirty pages flushing periodicity, expressed in seconds."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35160 guix-git/doc/guix.texi:35383
-#: guix-git/doc/guix.texi:38203 guix-git/doc/guix.texi:38211
+#: guix-git/doc/guix.texi:35189 guix-git/doc/guix.texi:35412
+#: guix-git/doc/guix.texi:38232 guix-git/doc/guix.texi:38240
msgid "Defaults to @samp{15}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35163
+#: guix-git/doc/guix.texi:35192
#, no-wrap
msgid "{@code{tlp-configuration} parameter} non-negative-integer max-lost-work-secs-on-bat"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35165
+#: guix-git/doc/guix.texi:35194
msgid "Same as @code{max-lost-work-secs-on-ac} but on BAT mode."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35167
+#: guix-git/doc/guix.texi:35196
msgid "Defaults to @samp{60}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35170
+#: guix-git/doc/guix.texi:35199
#, no-wrap
msgid "{@code{tlp-configuration} parameter} maybe-space-separated-string-list cpu-scaling-governor-on-ac"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35174
+#: guix-git/doc/guix.texi:35203
msgid "CPU frequency scaling governor on AC mode. With intel_pstate driver, alternatives are powersave and performance. With acpi-cpufreq driver, alternatives are ondemand, powersave, performance and conservative."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35179
+#: guix-git/doc/guix.texi:35208
#, no-wrap
msgid "{@code{tlp-configuration} parameter} maybe-space-separated-string-list cpu-scaling-governor-on-bat"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35181
+#: guix-git/doc/guix.texi:35210
msgid "Same as @code{cpu-scaling-governor-on-ac} but on BAT mode."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35186
+#: guix-git/doc/guix.texi:35215
#, no-wrap
msgid "{@code{tlp-configuration} parameter} maybe-non-negative-integer cpu-scaling-min-freq-on-ac"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35188
+#: guix-git/doc/guix.texi:35217
msgid "Set the min available frequency for the scaling governor on AC."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35193
+#: guix-git/doc/guix.texi:35222
#, no-wrap
msgid "{@code{tlp-configuration} parameter} maybe-non-negative-integer cpu-scaling-max-freq-on-ac"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35195
+#: guix-git/doc/guix.texi:35224
msgid "Set the max available frequency for the scaling governor on AC."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35200
+#: guix-git/doc/guix.texi:35229
#, no-wrap
msgid "{@code{tlp-configuration} parameter} maybe-non-negative-integer cpu-scaling-min-freq-on-bat"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35202
+#: guix-git/doc/guix.texi:35231
msgid "Set the min available frequency for the scaling governor on BAT."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35207
+#: guix-git/doc/guix.texi:35236
#, no-wrap
msgid "{@code{tlp-configuration} parameter} maybe-non-negative-integer cpu-scaling-max-freq-on-bat"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35209
+#: guix-git/doc/guix.texi:35238
msgid "Set the max available frequency for the scaling governor on BAT."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35214
+#: guix-git/doc/guix.texi:35243
#, no-wrap
msgid "{@code{tlp-configuration} parameter} maybe-non-negative-integer cpu-min-perf-on-ac"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35217
+#: guix-git/doc/guix.texi:35246
msgid "Limit the min P-state to control the power dissipation of the CPU, in AC mode. Values are stated as a percentage of the available performance."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35222
+#: guix-git/doc/guix.texi:35251
#, no-wrap
msgid "{@code{tlp-configuration} parameter} maybe-non-negative-integer cpu-max-perf-on-ac"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35225
+#: guix-git/doc/guix.texi:35254
msgid "Limit the max P-state to control the power dissipation of the CPU, in AC mode. Values are stated as a percentage of the available performance."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35230
+#: guix-git/doc/guix.texi:35259
#, no-wrap
msgid "{@code{tlp-configuration} parameter} maybe-non-negative-integer cpu-min-perf-on-bat"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35232
+#: guix-git/doc/guix.texi:35261
msgid "Same as @code{cpu-min-perf-on-ac} on BAT mode."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35237
+#: guix-git/doc/guix.texi:35266
#, no-wrap
msgid "{@code{tlp-configuration} parameter} maybe-non-negative-integer cpu-max-perf-on-bat"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35239
+#: guix-git/doc/guix.texi:35268
msgid "Same as @code{cpu-max-perf-on-ac} on BAT mode."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35244
+#: guix-git/doc/guix.texi:35273
#, no-wrap
msgid "{@code{tlp-configuration} parameter} maybe-boolean cpu-boost-on-ac?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35246
+#: guix-git/doc/guix.texi:35275
msgid "Enable CPU turbo boost feature on AC mode."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35251
+#: guix-git/doc/guix.texi:35280
#, no-wrap
msgid "{@code{tlp-configuration} parameter} maybe-boolean cpu-boost-on-bat?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35253
+#: guix-git/doc/guix.texi:35282
msgid "Same as @code{cpu-boost-on-ac?} on BAT mode."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35258
+#: guix-git/doc/guix.texi:35287
#, no-wrap
msgid "{@code{tlp-configuration} parameter} boolean sched-powersave-on-ac?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35261
+#: guix-git/doc/guix.texi:35290
msgid "Allow Linux kernel to minimize the number of CPU cores/hyper-threads used under light load conditions."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35266
+#: guix-git/doc/guix.texi:35295
#, no-wrap
msgid "{@code{tlp-configuration} parameter} boolean sched-powersave-on-bat?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35268
+#: guix-git/doc/guix.texi:35297
msgid "Same as @code{sched-powersave-on-ac?} but on BAT mode."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35273
+#: guix-git/doc/guix.texi:35302
#, no-wrap
msgid "{@code{tlp-configuration} parameter} boolean nmi-watchdog?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35275
+#: guix-git/doc/guix.texi:35304
msgid "Enable Linux kernel NMI watchdog."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35280
+#: guix-git/doc/guix.texi:35309
#, no-wrap
msgid "{@code{tlp-configuration} parameter} maybe-string phc-controls"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35283
+#: guix-git/doc/guix.texi:35312
msgid "For Linux kernels with PHC patch applied, change CPU voltages. An example value would be @samp{\"F:V F:V F:V F:V\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35288
+#: guix-git/doc/guix.texi:35317
#, no-wrap
msgid "{@code{tlp-configuration} parameter} string energy-perf-policy-on-ac"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35291
+#: guix-git/doc/guix.texi:35320
msgid "Set CPU performance versus energy saving policy on AC@. Alternatives are performance, normal, powersave."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35293 guix-git/doc/guix.texi:35391
-#: guix-git/doc/guix.texi:35449
+#: guix-git/doc/guix.texi:35322 guix-git/doc/guix.texi:35420
+#: guix-git/doc/guix.texi:35478
msgid "Defaults to @samp{\"performance\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35296
+#: guix-git/doc/guix.texi:35325
#, no-wrap
msgid "{@code{tlp-configuration} parameter} string energy-perf-policy-on-bat"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35298
+#: guix-git/doc/guix.texi:35327
msgid "Same as @code{energy-perf-policy-ac} but on BAT mode."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35300 guix-git/doc/guix.texi:35398
+#: guix-git/doc/guix.texi:35329 guix-git/doc/guix.texi:35427
msgid "Defaults to @samp{\"powersave\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35303
+#: guix-git/doc/guix.texi:35332
#, no-wrap
msgid "{@code{tlp-configuration} parameter} space-separated-string-list disks-devices"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35305
+#: guix-git/doc/guix.texi:35334
msgid "Hard disk devices."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35308
+#: guix-git/doc/guix.texi:35337
#, no-wrap
msgid "{@code{tlp-configuration} parameter} space-separated-string-list disk-apm-level-on-ac"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35310
+#: guix-git/doc/guix.texi:35339
msgid "Hard disk advanced power management level."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35313
+#: guix-git/doc/guix.texi:35342
#, no-wrap
msgid "{@code{tlp-configuration} parameter} space-separated-string-list disk-apm-level-on-bat"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35315
+#: guix-git/doc/guix.texi:35344
msgid "Same as @code{disk-apm-bat} but on BAT mode."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35318
+#: guix-git/doc/guix.texi:35347
#, no-wrap
msgid "{@code{tlp-configuration} parameter} maybe-space-separated-string-list disk-spindown-timeout-on-ac"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35321
+#: guix-git/doc/guix.texi:35350
msgid "Hard disk spin down timeout. One value has to be specified for each declared hard disk."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35326
+#: guix-git/doc/guix.texi:35355
#, no-wrap
msgid "{@code{tlp-configuration} parameter} maybe-space-separated-string-list disk-spindown-timeout-on-bat"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35328
+#: guix-git/doc/guix.texi:35357
msgid "Same as @code{disk-spindown-timeout-on-ac} but on BAT mode."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35333
+#: guix-git/doc/guix.texi:35362
#, no-wrap
msgid "{@code{tlp-configuration} parameter} maybe-space-separated-string-list disk-iosched"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35337
+#: guix-git/doc/guix.texi:35366
msgid "Select IO scheduler for disk devices. One value has to be specified for each declared hard disk. Example alternatives are cfq, deadline and noop."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35342
+#: guix-git/doc/guix.texi:35371
#, no-wrap
msgid "{@code{tlp-configuration} parameter} string sata-linkpwr-on-ac"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35345
+#: guix-git/doc/guix.texi:35374
msgid "SATA aggressive link power management (ALPM) level. Alternatives are min_power, medium_power, max_performance."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35347
+#: guix-git/doc/guix.texi:35376
msgid "Defaults to @samp{\"max_performance\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35350
+#: guix-git/doc/guix.texi:35379
#, no-wrap
msgid "{@code{tlp-configuration} parameter} string sata-linkpwr-on-bat"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35352
+#: guix-git/doc/guix.texi:35381
msgid "Same as @code{sata-linkpwr-ac} but on BAT mode."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35354
+#: guix-git/doc/guix.texi:35383
msgid "Defaults to @samp{\"min_power\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35357
+#: guix-git/doc/guix.texi:35386
#, no-wrap
msgid "{@code{tlp-configuration} parameter} maybe-string sata-linkpwr-blacklist"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35359
+#: guix-git/doc/guix.texi:35388
msgid "Exclude specified SATA host devices for link power management."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35364
+#: guix-git/doc/guix.texi:35393
#, no-wrap
msgid "{@code{tlp-configuration} parameter} maybe-on-off-boolean ahci-runtime-pm-on-ac?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35367
+#: guix-git/doc/guix.texi:35396
msgid "Enable Runtime Power Management for AHCI controller and disks on AC mode."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35372
+#: guix-git/doc/guix.texi:35401
#, no-wrap
msgid "{@code{tlp-configuration} parameter} maybe-on-off-boolean ahci-runtime-pm-on-bat?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35374
+#: guix-git/doc/guix.texi:35403
msgid "Same as @code{ahci-runtime-pm-on-ac} on BAT mode."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35379
+#: guix-git/doc/guix.texi:35408
#, no-wrap
msgid "{@code{tlp-configuration} parameter} non-negative-integer ahci-runtime-pm-timeout"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35381
+#: guix-git/doc/guix.texi:35410
msgid "Seconds of inactivity before disk is suspended."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35386
+#: guix-git/doc/guix.texi:35415
#, no-wrap
msgid "{@code{tlp-configuration} parameter} string pcie-aspm-on-ac"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35389
+#: guix-git/doc/guix.texi:35418
msgid "PCI Express Active State Power Management level. Alternatives are default, performance, powersave."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35394
+#: guix-git/doc/guix.texi:35423
#, no-wrap
msgid "{@code{tlp-configuration} parameter} string pcie-aspm-on-bat"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35396
+#: guix-git/doc/guix.texi:35425
msgid "Same as @code{pcie-aspm-ac} but on BAT mode."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35401
+#: guix-git/doc/guix.texi:35430
#, no-wrap
msgid "{@code{tlp-configuration} parameter} maybe-non-negative-integer start-charge-thresh-bat0"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35403
+#: guix-git/doc/guix.texi:35432
msgid "Percentage when battery 0 should begin charging. Only supported on some laptops."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35408
+#: guix-git/doc/guix.texi:35437
#, no-wrap
msgid "{@code{tlp-configuration} parameter} maybe-non-negative-integer stop-charge-thresh-bat0"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35410
+#: guix-git/doc/guix.texi:35439
msgid "Percentage when battery 0 should stop charging. Only supported on some laptops."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35415
+#: guix-git/doc/guix.texi:35444
#, no-wrap
msgid "{@code{tlp-configuration} parameter} maybe-non-negative-integer start-charge-thresh-bat1"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35417
+#: guix-git/doc/guix.texi:35446
msgid "Percentage when battery 1 should begin charging. Only supported on some laptops."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35422
+#: guix-git/doc/guix.texi:35451
#, no-wrap
msgid "{@code{tlp-configuration} parameter} maybe-non-negative-integer stop-charge-thresh-bat1"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35424
+#: guix-git/doc/guix.texi:35453
msgid "Percentage when battery 1 should stop charging. Only supported on some laptops."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35429
+#: guix-git/doc/guix.texi:35458
#, no-wrap
msgid "{@code{tlp-configuration} parameter} string radeon-power-profile-on-ac"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35432
+#: guix-git/doc/guix.texi:35461
msgid "Radeon graphics clock speed level. Alternatives are low, mid, high, auto, default."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35434
+#: guix-git/doc/guix.texi:35463
msgid "Defaults to @samp{\"high\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35437
+#: guix-git/doc/guix.texi:35466
#, no-wrap
msgid "{@code{tlp-configuration} parameter} string radeon-power-profile-on-bat"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35439
+#: guix-git/doc/guix.texi:35468
msgid "Same as @code{radeon-power-ac} but on BAT mode."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35441
+#: guix-git/doc/guix.texi:35470
msgid "Defaults to @samp{\"low\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35444
+#: guix-git/doc/guix.texi:35473
#, no-wrap
msgid "{@code{tlp-configuration} parameter} string radeon-dpm-state-on-ac"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35447
+#: guix-git/doc/guix.texi:35476
msgid "Radeon dynamic power management method (DPM). Alternatives are battery, performance."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35452
+#: guix-git/doc/guix.texi:35481
#, no-wrap
msgid "{@code{tlp-configuration} parameter} string radeon-dpm-state-on-bat"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35454
+#: guix-git/doc/guix.texi:35483
msgid "Same as @code{radeon-dpm-state-ac} but on BAT mode."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35456
+#: guix-git/doc/guix.texi:35485
msgid "Defaults to @samp{\"battery\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35459
+#: guix-git/doc/guix.texi:35488
#, no-wrap
msgid "{@code{tlp-configuration} parameter} string radeon-dpm-perf-level-on-ac"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35461
+#: guix-git/doc/guix.texi:35490
msgid "Radeon DPM performance level. Alternatives are auto, low, high."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35463 guix-git/doc/guix.texi:35470
-#: guix-git/doc/guix.texi:35544
+#: guix-git/doc/guix.texi:35492 guix-git/doc/guix.texi:35499
+#: guix-git/doc/guix.texi:35573
msgid "Defaults to @samp{\"auto\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35466
+#: guix-git/doc/guix.texi:35495
#, no-wrap
msgid "{@code{tlp-configuration} parameter} string radeon-dpm-perf-level-on-bat"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35468
+#: guix-git/doc/guix.texi:35497
msgid "Same as @code{radeon-dpm-perf-ac} but on BAT mode."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35473
+#: guix-git/doc/guix.texi:35502
#, no-wrap
msgid "{@code{tlp-configuration} parameter} on-off-boolean wifi-pwr-on-ac?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35475
+#: guix-git/doc/guix.texi:35504
msgid "Wifi power saving mode."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35480
+#: guix-git/doc/guix.texi:35509
#, no-wrap
msgid "{@code{tlp-configuration} parameter} on-off-boolean wifi-pwr-on-bat?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35482
+#: guix-git/doc/guix.texi:35511
msgid "Same as @code{wifi-power-ac?} but on BAT mode."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35487
+#: guix-git/doc/guix.texi:35516
#, no-wrap
msgid "{@code{tlp-configuration} parameter} y-n-boolean wol-disable?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35489
+#: guix-git/doc/guix.texi:35518
msgid "Disable wake on LAN."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35494
+#: guix-git/doc/guix.texi:35523
#, no-wrap
msgid "{@code{tlp-configuration} parameter} non-negative-integer sound-power-save-on-ac"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35497
+#: guix-git/doc/guix.texi:35526
msgid "Timeout duration in seconds before activating audio power saving on Intel HDA and AC97 devices. A value of 0 disables power saving."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35502
+#: guix-git/doc/guix.texi:35531
#, no-wrap
msgid "{@code{tlp-configuration} parameter} non-negative-integer sound-power-save-on-bat"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35504
+#: guix-git/doc/guix.texi:35533
msgid "Same as @code{sound-powersave-ac} but on BAT mode."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35509
+#: guix-git/doc/guix.texi:35538
#, no-wrap
msgid "{@code{tlp-configuration} parameter} y-n-boolean sound-power-save-controller?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35511
+#: guix-git/doc/guix.texi:35540
msgid "Disable controller in powersaving mode on Intel HDA devices."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35516
+#: guix-git/doc/guix.texi:35545
#, no-wrap
msgid "{@code{tlp-configuration} parameter} boolean bay-poweroff-on-bat?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35520
+#: guix-git/doc/guix.texi:35549
msgid "Enable optical drive in UltraBay/MediaBay on BAT mode. Drive can be powered on again by releasing (and reinserting) the eject lever or by pressing the disc eject button on newer models."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35525
+#: guix-git/doc/guix.texi:35554
#, no-wrap
msgid "{@code{tlp-configuration} parameter} string bay-device"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35527
+#: guix-git/doc/guix.texi:35556
msgid "Name of the optical drive device to power off."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35529
+#: guix-git/doc/guix.texi:35558
msgid "Defaults to @samp{\"sr0\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35532
+#: guix-git/doc/guix.texi:35561
#, no-wrap
msgid "{@code{tlp-configuration} parameter} string runtime-pm-on-ac"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35535
+#: guix-git/doc/guix.texi:35564
msgid "Runtime Power Management for PCI(e) bus devices. Alternatives are on and auto."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35537
+#: guix-git/doc/guix.texi:35566
msgid "Defaults to @samp{\"on\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35540
+#: guix-git/doc/guix.texi:35569
#, no-wrap
msgid "{@code{tlp-configuration} parameter} string runtime-pm-on-bat"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35542
+#: guix-git/doc/guix.texi:35571
msgid "Same as @code{runtime-pm-ac} but on BAT mode."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35547
+#: guix-git/doc/guix.texi:35576
#, no-wrap
msgid "{@code{tlp-configuration} parameter} boolean runtime-pm-all?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35550
+#: guix-git/doc/guix.texi:35579
msgid "Runtime Power Management for all PCI(e) bus devices, except blacklisted ones."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35555
+#: guix-git/doc/guix.texi:35584
#, no-wrap
msgid "{@code{tlp-configuration} parameter} maybe-space-separated-string-list runtime-pm-blacklist"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35557
+#: guix-git/doc/guix.texi:35586
msgid "Exclude specified PCI(e) device addresses from Runtime Power Management."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35562
+#: guix-git/doc/guix.texi:35591
#, no-wrap
msgid "{@code{tlp-configuration} parameter} space-separated-string-list runtime-pm-driver-blacklist"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35565
+#: guix-git/doc/guix.texi:35594
msgid "Exclude PCI(e) devices assigned to the specified drivers from Runtime Power Management."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35568
+#: guix-git/doc/guix.texi:35597
#, no-wrap
msgid "{@code{tlp-configuration} parameter} boolean usb-autosuspend?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35570
+#: guix-git/doc/guix.texi:35599
msgid "Enable USB autosuspend feature."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35575
+#: guix-git/doc/guix.texi:35604
#, no-wrap
msgid "{@code{tlp-configuration} parameter} maybe-string usb-blacklist"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35577
+#: guix-git/doc/guix.texi:35606
msgid "Exclude specified devices from USB autosuspend."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35582
+#: guix-git/doc/guix.texi:35611
#, no-wrap
msgid "{@code{tlp-configuration} parameter} boolean usb-blacklist-wwan?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35584
+#: guix-git/doc/guix.texi:35613
msgid "Exclude WWAN devices from USB autosuspend."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35589
+#: guix-git/doc/guix.texi:35618
#, no-wrap
msgid "{@code{tlp-configuration} parameter} maybe-string usb-whitelist"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35592
+#: guix-git/doc/guix.texi:35621
msgid "Include specified devices into USB autosuspend, even if they are already excluded by the driver or via @code{usb-blacklist-wwan?}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35597
+#: guix-git/doc/guix.texi:35626
#, no-wrap
msgid "{@code{tlp-configuration} parameter} maybe-boolean usb-autosuspend-disable-on-shutdown?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35599
+#: guix-git/doc/guix.texi:35628
msgid "Enable USB autosuspend before shutdown."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35604
+#: guix-git/doc/guix.texi:35633
#, no-wrap
msgid "{@code{tlp-configuration} parameter} boolean restore-device-state-on-startup?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:35607
+#: guix-git/doc/guix.texi:35636
msgid "Restore radio device state (bluetooth, wifi, wwan) from previous shutdown on system startup."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:35612
+#: guix-git/doc/guix.texi:35641
#, no-wrap
msgid "thermald"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:35613
+#: guix-git/doc/guix.texi:35642
#, no-wrap
msgid "CPU frequency scaling with thermald"
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:35614
+#: guix-git/doc/guix.texi:35643
#, no-wrap
msgid "Thermald daemon"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:35618
+#: guix-git/doc/guix.texi:35647
msgid "The @code{(gnu services pm)} module provides an interface to thermald, a CPU frequency scaling service which helps prevent overheating."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:35619
+#: guix-git/doc/guix.texi:35648
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "thermald-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:35624
+#: guix-git/doc/guix.texi:35653
msgid "This is the service type for @uref{https://01.org/linux-thermal-daemon/, thermald}, the Linux Thermal Daemon, which is responsible for controlling the thermal state of processors and preventing overheating."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:35626
+#: guix-git/doc/guix.texi:35655
#, no-wrap
msgid "{Data Type} thermald-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:35628
+#: guix-git/doc/guix.texi:35657
msgid "Data type representing the configuration of @code{thermald-service-type}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:35630
+#: guix-git/doc/guix.texi:35659
#, fuzzy, no-wrap
#| msgid "@code{advertise?} (default: @code{#f})"
msgid "@code{adaptive?} (default: @code{#f})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:35633
+#: guix-git/doc/guix.texi:35662
msgid "Use @acronym{DPTF, Dynamic Power and Thermal Framework} adaptive tables when present."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:35634
+#: guix-git/doc/guix.texi:35663
#, no-wrap
msgid "@code{ignore-cpuid-check?} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:35636
+#: guix-git/doc/guix.texi:35665
msgid "Ignore cpuid check for supported CPU models."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:35637
+#: guix-git/doc/guix.texi:35666
#, no-wrap
msgid "@code{thermald} (default: @var{thermald})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:35639
+#: guix-git/doc/guix.texi:35668
msgid "Package object of thermald."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:35648
+#: guix-git/doc/guix.texi:35677
msgid "The @code{(gnu services audio)} module provides a service to start MPD (the Music Player Daemon)."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:35649
+#: guix-git/doc/guix.texi:35678
#, no-wrap
msgid "mpd"
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:35650
+#: guix-git/doc/guix.texi:35679
#, no-wrap
msgid "Music Player Daemon"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:35655
+#: guix-git/doc/guix.texi:35684
msgid "The Music Player Daemon (MPD) is a service that can play music while being controlled from the local machine or over the network by a variety of clients."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:35663
+#: guix-git/doc/guix.texi:35692
msgid "The following example shows the simplest configuration to locally expose, via PulseAudio, a music collection kept at @file{/srv/music}, with @command{mpd} running as the default @samp{mpd} user. This user will spawn its own PulseAudio daemon, which may compete for the sound card access with that of your own user. In this configuration, you may have to stop the playback of your user audio applications to hear MPD's output and vice-versa."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:35668
+#: guix-git/doc/guix.texi:35697
#, fuzzy, no-wrap
#| msgid ""
#| "(service gmnisrv-service-type\n"
@@ -70145,612 +70200,612 @@ msgstr ""
" (config-file (local-file \"./my-gmnisrv.ini\"))))\n"
#. type: quotation
-#: guix-git/doc/guix.texi:35675
+#: guix-git/doc/guix.texi:35704
msgid "The music directory must be readable to the MPD user, by default, @samp{mpd}. Permission problems will be reported via @samp{Permission denied} errors in the MPD logs, which appear in @file{/var/log/messages} by default."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:35679
+#: guix-git/doc/guix.texi:35708
msgid "Most MPD clients will trigger a database update upon connecting, but you can also use the @code{update} action do to so:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:35682
+#: guix-git/doc/guix.texi:35711
#, no-wrap
msgid "herd update mpd\n"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:35686
+#: guix-git/doc/guix.texi:35715
msgid "All the MPD configuration fields are documented below, and a more complex example follows."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:35687
+#: guix-git/doc/guix.texi:35716
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "mpd-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:35689
+#: guix-git/doc/guix.texi:35718
msgid "The service type for @command{mpd}"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:35692
+#: guix-git/doc/guix.texi:35721
#, no-wrap
msgid "{Data Type} mpd-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:35694
+#: guix-git/doc/guix.texi:35723
#, fuzzy
#| msgid "Available @code{mympd-configuration} fields are:"
msgid "Available @code{mpd-configuration} fields are:"
msgstr "Доступными полями @code{mympd-configuration} являются:"
#. type: item
-#: guix-git/doc/guix.texi:35696
+#: guix-git/doc/guix.texi:35725
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{package} (default: @code{mpd}) (type: file-like)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:35698
+#: guix-git/doc/guix.texi:35727
#, fuzzy
#| msgid "The Mumi package to use."
msgid "The MPD package."
msgstr "Используемый пакет Mumi."
#. type: item
-#: guix-git/doc/guix.texi:35699
+#: guix-git/doc/guix.texi:35728
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{user} (type: user-account)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:35701
+#: guix-git/doc/guix.texi:35730
msgid "The user to run mpd as."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:35702
+#: guix-git/doc/guix.texi:35731
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{group} (type: user-group)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:35704
+#: guix-git/doc/guix.texi:35733
msgid "The group to run mpd as."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:35706
+#: guix-git/doc/guix.texi:35735
msgid "The default @code{%mpd-group} is a system group with name ``mpd''."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:35707 guix-git/doc/guix.texi:35957
+#: guix-git/doc/guix.texi:35736 guix-git/doc/guix.texi:35986
#, fuzzy, no-wrap
#| msgid "@code{requirement} (default: @code{'()})"
msgid "@code{shepherd-requirement} (default: @code{'()}) (type: list-of-symbols)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:35710
+#: guix-git/doc/guix.texi:35739
msgid "A list of symbols naming Shepherd services that this service will depend on."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:35711
+#: guix-git/doc/guix.texi:35740
#, fuzzy, no-wrap
#| msgid "@code{extra-environment} (default: @code{#~'()})"
msgid "@code{environment-variables} (default: @code{'(\"PULSE_CLIENTCONFIG=/etc/pulse/client.conf\" \"PULSE_CONFIG=/etc/pulse/daemon.conf\")}) (type: list-of-strings)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:35713
+#: guix-git/doc/guix.texi:35742
#, fuzzy
#| msgid "Preparing the isolated build environment."
msgid "A list of strings specifying environment variables."
msgstr "Подготовка отдельного окружения сборки."
#. type: table
-#: guix-git/doc/guix.texi:35718
+#: guix-git/doc/guix.texi:35747
msgid "The location of the log file. Unless specified, logs are sent to the local syslog daemon. Alternatively, a log file name can be specified, for example @file{/var/log/mpd.log}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:35719
+#: guix-git/doc/guix.texi:35748
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{log-level} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:35723
+#: guix-git/doc/guix.texi:35752
msgid "Supress any messages below this threshold. The available values, in decreasing order of verbosity, are: @code{verbose}, @code{info}, @code{notice}, @code{warning} and @code{error}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:35724
+#: guix-git/doc/guix.texi:35753
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{music-directory} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:35726 guix-git/doc/guix.texi:35729
+#: guix-git/doc/guix.texi:35755 guix-git/doc/guix.texi:35758
msgid "The directory to scan for music files."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:35727
+#: guix-git/doc/guix.texi:35756
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{music-dir} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: item
-#: guix-git/doc/guix.texi:35730
+#: guix-git/doc/guix.texi:35759
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{playlist-directory} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:35732 guix-git/doc/guix.texi:35735
+#: guix-git/doc/guix.texi:35761 guix-git/doc/guix.texi:35764
msgid "The directory to store playlists."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:35733
+#: guix-git/doc/guix.texi:35762
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{playlist-dir} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: item
-#: guix-git/doc/guix.texi:35736
+#: guix-git/doc/guix.texi:35765
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{db-file} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:35739
+#: guix-git/doc/guix.texi:35768
msgid "The location of the music database. When left unspecified, @file{~/.cache/db} is used."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:35740
+#: guix-git/doc/guix.texi:35769
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{state-file} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:35742
+#: guix-git/doc/guix.texi:35771
msgid "The location of the file that stores current MPD's state."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:35743
+#: guix-git/doc/guix.texi:35772
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{sticker-file} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:35745
+#: guix-git/doc/guix.texi:35774
msgid "The location of the sticker database."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:35746
+#: guix-git/doc/guix.texi:35775
#, fuzzy, no-wrap
#| msgid "@code{port} (default: @code{5432})"
msgid "@code{default-port} (default: @code{6600}) (type: maybe-port)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:35748
+#: guix-git/doc/guix.texi:35777
msgid "The default port to run mpd on."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:35749
+#: guix-git/doc/guix.texi:35778
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{endpoints} (type: maybe-list-of-strings)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:35755
+#: guix-git/doc/guix.texi:35784
msgid "The addresses that mpd will bind to. A port different from @var{default-port} may be specified, e.g. @code{localhost:6602} and IPv6 addresses must be enclosed in square brackets when a different port is used. To use a Unix domain socket, an absolute path or a path starting with @code{~} can be specified here."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:35756
+#: guix-git/doc/guix.texi:35785
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{address} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:35759
+#: guix-git/doc/guix.texi:35788
msgid "The address that mpd will bind to. To use a Unix domain socket, an absolute path can be specified here."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:35760
+#: guix-git/doc/guix.texi:35789
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{database} (type: maybe-mpd-plugin)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:35762
+#: guix-git/doc/guix.texi:35791
#, fuzzy
#| msgid "{Data Type} pulseaudio-configuration"
msgid "MPD database plugin configuration."
msgstr "{Тип данных} build-machine"
#. type: item
-#: guix-git/doc/guix.texi:35763
+#: guix-git/doc/guix.texi:35792
#, fuzzy, no-wrap
#| msgid "@code{extra-environment} (default: @code{#~'()})"
msgid "@code{partitions} (default: @code{'()}) (type: list-of-mpd-partition)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:35765
+#: guix-git/doc/guix.texi:35794
#, fuzzy
#| msgid "Derivations"
msgid "List of MPD \"partitions\"."
msgstr "Деривации"
#. type: item
-#: guix-git/doc/guix.texi:35766
+#: guix-git/doc/guix.texi:35795
#, fuzzy, no-wrap
#| msgid "@code{extra-environment} (default: @code{#~'()})"
msgid "@code{neighbors} (default: @code{'()}) (type: list-of-mpd-plugin)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:35768
+#: guix-git/doc/guix.texi:35797
msgid "List of MPD neighbor plugin configurations."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:35769
+#: guix-git/doc/guix.texi:35798
#, fuzzy, no-wrap
#| msgid "@code{extra-environment} (default: @code{#~'()})"
msgid "@code{inputs} (default: @code{'()}) (type: list-of-mpd-plugin)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:35771
+#: guix-git/doc/guix.texi:35800
msgid "List of MPD input plugin configurations."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:35772
+#: guix-git/doc/guix.texi:35801
#, fuzzy, no-wrap
#| msgid "@code{extra-environment} (default: @code{#~'()})"
msgid "@code{archive-plugins} (default: @code{'()}) (type: list-of-mpd-plugin)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:35774
+#: guix-git/doc/guix.texi:35803
msgid "List of MPD archive plugin configurations."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:35775
+#: guix-git/doc/guix.texi:35804
#, fuzzy, no-wrap
#| msgid "@code{discover?} (default: @code{#f})"
msgid "@code{auto-update?} (type: maybe-boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:35778
+#: guix-git/doc/guix.texi:35807
msgid "Whether to automatically update the music database when files are changed in the @var{music-directory}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:35779
+#: guix-git/doc/guix.texi:35808
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{input-cache-size} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:35781
+#: guix-git/doc/guix.texi:35810
msgid "MPD input cache size."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:35782
+#: guix-git/doc/guix.texi:35811
#, fuzzy, no-wrap
#| msgid "@code{password} (default: @code{\"\"})"
msgid "@code{decoders} (default: @code{'()}) (type: list-of-mpd-plugin)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:35784
+#: guix-git/doc/guix.texi:35813
msgid "List of MPD decoder plugin configurations."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:35785
+#: guix-git/doc/guix.texi:35814
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{resampler} (type: maybe-mpd-plugin)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:35787
+#: guix-git/doc/guix.texi:35816
#, fuzzy
#| msgid "configuration"
msgid "MPD resampler plugin configuration."
msgstr "Конфигурирование системы"
#. type: item
-#: guix-git/doc/guix.texi:35788
+#: guix-git/doc/guix.texi:35817
#, fuzzy, no-wrap
#| msgid "@code{password} (default: @code{\"\"})"
msgid "@code{filters} (default: @code{'()}) (type: list-of-mpd-plugin)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:35790
+#: guix-git/doc/guix.texi:35819
msgid "List of MPD filter plugin configurations."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:35791
+#: guix-git/doc/guix.texi:35820
#, fuzzy, no-wrap
#| msgid "@code{outputs} (default: @code{\"(list (mpd-output))\"})"
msgid "@code{outputs} (type: list-of-mpd-plugin-or-output)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:35794
+#: guix-git/doc/guix.texi:35823
msgid "The audio outputs that MPD can use. By default this is a single output using pulseaudio."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:35795
+#: guix-git/doc/guix.texi:35824
#, fuzzy, no-wrap
#| msgid "@code{extra-environment} (default: @code{#~'()})"
msgid "@code{playlist-plugins} (default: @code{'()}) (type: list-of-mpd-plugin)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:35797
+#: guix-git/doc/guix.texi:35826
msgid "List of MPD playlist plugin configurations."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:35798 guix-git/doc/guix.texi:35819
-#: guix-git/doc/guix.texi:35835 guix-git/doc/guix.texi:35891
+#: guix-git/doc/guix.texi:35827 guix-git/doc/guix.texi:35848
+#: guix-git/doc/guix.texi:35864 guix-git/doc/guix.texi:35920
#, fuzzy, no-wrap
#| msgid "@code{metad-configuration} (default: @code{(ganeti-metad-configuration)})"
msgid "@code{extra-options} (default: @code{'()}) (type: alist)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:35801
+#: guix-git/doc/guix.texi:35830
msgid "An association list of option symbols/strings to string values to be appended to the configuration."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:35806
+#: guix-git/doc/guix.texi:35835
#, fuzzy, no-wrap
#| msgid "{Data Type} origin"
msgid "{Data Type} mpd-plugin"
msgstr "{Тип данных} origin"
#. type: deftp
-#: guix-git/doc/guix.texi:35808
+#: guix-git/doc/guix.texi:35837
#, fuzzy
#| msgid "Data type representing the configuration of gmnisrv."
msgid "Data type representing a @command{mpd} plugin."
msgstr "Управление конфигурацией операционной системы."
#. type: item
-#: guix-git/doc/guix.texi:35810
+#: guix-git/doc/guix.texi:35839
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{plugin} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:35812
+#: guix-git/doc/guix.texi:35841
msgid "Plugin name."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:35813
+#: guix-git/doc/guix.texi:35842
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{name} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:35815
+#: guix-git/doc/guix.texi:35844
msgid "Name."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:35816
+#: guix-git/doc/guix.texi:35845
#, fuzzy, no-wrap
#| msgid "@code{discover?} (default: @code{#f})"
msgid "@code{enabled?} (type: maybe-boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:35818
+#: guix-git/doc/guix.texi:35847
msgid "Whether the plugin is enabled/disabled."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:35824
+#: guix-git/doc/guix.texi:35853
msgid "An association list of option symbols/strings to string values to be appended to the plugin configuration. See @uref{https://mpd.readthedocs.io/en/latest/plugins.html,MPD plugin reference} for available options."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:35828
+#: guix-git/doc/guix.texi:35857
#, fuzzy, no-wrap
#| msgid "{Data Type} origin"
msgid "{Data Type} mpd-partition"
msgstr "{Тип данных} origin"
#. type: deftp
-#: guix-git/doc/guix.texi:35830
+#: guix-git/doc/guix.texi:35859
#, fuzzy
#| msgid "Data type representing the configuration of gmnisrv."
msgid "Data type representing a @command{mpd} partition."
msgstr "Управление конфигурацией операционной системы."
#. type: table
-#: guix-git/doc/guix.texi:35834
+#: guix-git/doc/guix.texi:35863
#, fuzzy
#| msgid "Derivations"
msgid "Partition name."
msgstr "Деривации"
#. type: table
-#: guix-git/doc/guix.texi:35840
+#: guix-git/doc/guix.texi:35869
msgid "An association list of option symbols/strings to string values to be appended to the partition configuration. See @uref{https://mpd.readthedocs.io/en/latest/user.html#configuring-partitions,Configuring Partitions} for available options."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:35845
+#: guix-git/doc/guix.texi:35874
#, no-wrap
msgid "{Data Type} mpd-output"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:35847
+#: guix-git/doc/guix.texi:35876
#, fuzzy
#| msgid "Available @code{mympd-ip-acl} fields are:"
msgid "Available @code{mpd-output} fields are:"
msgstr "Доступными полями @code{mympd-ip-acl} являются:"
#. type: item
-#: guix-git/doc/guix.texi:35849
+#: guix-git/doc/guix.texi:35878
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{name} (default: @code{\"MPD\"}) (type: string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:35851
+#: guix-git/doc/guix.texi:35880
msgid "The name of the audio output."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:35852
+#: guix-git/doc/guix.texi:35881
#, fuzzy, no-wrap
#| msgid "@code{password} (default: @code{\"\"})"
msgid "@code{type} (default: @code{\"pulse\"}) (type: string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:35854
+#: guix-git/doc/guix.texi:35883
msgid "The type of audio output."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:35855 guix-git/doc/guix.texi:41428
+#: guix-git/doc/guix.texi:35884 guix-git/doc/guix.texi:41457
#, fuzzy, no-wrap
#| msgid "@code{enabled?} (default: @code{#t})"
msgid "@code{enabled?} (default: @code{#t}) (type: boolean)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:35860
+#: guix-git/doc/guix.texi:35889
msgid "Specifies whether this audio output is enabled when MPD is started. By default, all audio outputs are enabled. This is just the default setting when there is no state file; with a state file, the previous state is restored."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:35861
+#: guix-git/doc/guix.texi:35890
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{format} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:35865
+#: guix-git/doc/guix.texi:35894
msgid "Force a specific audio format on output. See @uref{https://mpd.readthedocs.io/en/latest/user.html#audio-output-format,Global Audio Format} for a more detailed description."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:35866
+#: guix-git/doc/guix.texi:35895
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{tags?} (default: @code{#t}) (type: boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:35870
+#: guix-git/doc/guix.texi:35899
msgid "If set to @code{#f}, then MPD will not send tags to this output. This is only useful for output plugins that can receive tags, for example the @code{httpd} output plugin."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:35871
+#: guix-git/doc/guix.texi:35900
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{always-on?} (default: @code{#f}) (type: boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:35875
+#: guix-git/doc/guix.texi:35904
msgid "If set to @code{#t}, then MPD attempts to keep this audio output always open. This may be useful for streaming servers, when you don’t want to disconnect all listeners even when playback is accidentally stopped."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:35876
+#: guix-git/doc/guix.texi:35905
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{mixer-type} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:35883
+#: guix-git/doc/guix.texi:35912
msgid "This field accepts a string that specifies which mixer should be used for this audio output: the @code{hardware} mixer, the @code{software} mixer, the @code{null} mixer (allows setting the volume, but with no effect; this can be used as a trick to implement an external mixer External Mixer) or no mixer (@code{none}). When left unspecified, a @code{hardware} mixer is used for devices that support it."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:35884
+#: guix-git/doc/guix.texi:35913
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{replay-gain-handler} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:35890
+#: guix-git/doc/guix.texi:35919
msgid "This field accepts a string that specifies how @uref{https://mpd.readthedocs.io/en/latest/user.html#replay-gain,Replay Gain} is to be applied. @code{software} uses an internal software volume control, @code{mixer} uses the configured (hardware) mixer control and @code{none} disables replay gain on this audio output."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:35894
+#: guix-git/doc/guix.texi:35923
msgid "An association list of option symbols/strings to string values to be appended to the audio output configuration."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:35901
+#: guix-git/doc/guix.texi:35930
msgid "The following example shows a configuration of @command{mpd} that configures some of its plugins and provides a HTTP audio streaming output."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:35925
+#: guix-git/doc/guix.texi:35954
#, fuzzy, no-wrap
#| msgid ""
#| "(operating-system\n"
@@ -70809,37 +70864,37 @@ msgstr ""
" %default-authorized-guix-keys)))))))\n"
#. type: subsubheading
-#: guix-git/doc/guix.texi:35927
+#: guix-git/doc/guix.texi:35956
#, no-wrap
msgid "myMPD"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:35929
+#: guix-git/doc/guix.texi:35958
#, fuzzy, no-wrap
#| msgid "Mumi, Debbugs Web interface"
msgid "MPD, web interface"
msgstr "пользовательские интерфейсы"
#. type: cindex
-#: guix-git/doc/guix.texi:35930
+#: guix-git/doc/guix.texi:35959
#, fuzzy, no-wrap
#| msgid "Nix service"
msgid "myMPD service"
msgstr "Сервисы DNS"
#. type: Plain text
-#: guix-git/doc/guix.texi:35934
+#: guix-git/doc/guix.texi:35963
msgid "@uref{https://jcorporation.github.io/myMPD/, myMPD} is a web server frontend for MPD that provides a mobile friendly web client for MPD."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:35937
+#: guix-git/doc/guix.texi:35966
msgid "The following example shows a myMPD instance listening on port 80, with album cover caching disabled."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:35943
+#: guix-git/doc/guix.texi:35972
#, fuzzy, no-wrap
#| msgid ""
#| "(service guix-service-type\n"
@@ -70858,358 +70913,358 @@ msgstr ""
" (use-substitutes? #f)))\n"
#. type: defvar
-#: guix-git/doc/guix.texi:35945
+#: guix-git/doc/guix.texi:35974
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "mympd-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:35947
+#: guix-git/doc/guix.texi:35976
msgid "The service type for @command{mympd}."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:35950
+#: guix-git/doc/guix.texi:35979
#, fuzzy, no-wrap
#| msgid "{Data Type} mumi-configuration"
msgid "{Data Type} mympd-configuration"
msgstr "{Тип данных} build-machine"
#. type: deftp
-#: guix-git/doc/guix.texi:35952
+#: guix-git/doc/guix.texi:35981
msgid "Available @code{mympd-configuration} fields are:"
msgstr "Доступными полями @code{mympd-configuration} являются:"
#. type: item
-#: guix-git/doc/guix.texi:35954
+#: guix-git/doc/guix.texi:35983
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{package} (default: @code{mympd}) (type: file-like)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:35956
+#: guix-git/doc/guix.texi:35985
#, fuzzy
#| msgid "The package object of the Agate server."
msgid "The package object of the myMPD server."
msgstr "Пакет для использования."
#. type: item
-#: guix-git/doc/guix.texi:35961
+#: guix-git/doc/guix.texi:35990
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{user} (default: @code{%mympd-user}) (type: user-account)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:35963
+#: guix-git/doc/guix.texi:35992
#, fuzzy
#| msgid "List of environment variables passed to the @command{mysqld} process."
msgid "Owner of the @command{mympd} process."
msgstr "Список переменных среды, которые необходимо определить."
#. type: table
-#: guix-git/doc/guix.texi:35966
+#: guix-git/doc/guix.texi:35995
msgid "The default @code{%mympd-user} is a system user with the name ``mympd'', who is a part of the group @var{group} (see below)."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:35967
+#: guix-git/doc/guix.texi:35996
#, fuzzy, no-wrap
#| msgid "@code{password} (default: @code{\"\"})"
msgid "@code{group} (default: @code{%mympd-group}) (type: user-group)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:35969
+#: guix-git/doc/guix.texi:35998
#, fuzzy
#| msgid "List of environment variables passed to the @command{mysqld} process."
msgid "Owner group of the @command{mympd} process."
msgstr "Список переменных среды, которые необходимо определить."
#. type: table
-#: guix-git/doc/guix.texi:35971
+#: guix-git/doc/guix.texi:36000
msgid "The default @code{%mympd-group} is a system group with name ``mympd''."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:35971
+#: guix-git/doc/guix.texi:36000
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{work-directory} (default: @code{\"/var/lib/mympd\"}) (type: string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:35973
+#: guix-git/doc/guix.texi:36002
msgid "Where myMPD will store its data."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:35974
+#: guix-git/doc/guix.texi:36003
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{cache-directory} (default: @code{\"/var/cache/mympd\"}) (type: string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:35976
+#: guix-git/doc/guix.texi:36005
msgid "Where myMPD will store its cache."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:35977
+#: guix-git/doc/guix.texi:36006
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{acl} (type: maybe-mympd-ip-acl)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:35979
+#: guix-git/doc/guix.texi:36008
msgid "ACL to access the myMPD webserver."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:35980
+#: guix-git/doc/guix.texi:36009
#, fuzzy, no-wrap
#| msgid "@code{port} (default: @code{5432})"
msgid "@code{covercache-ttl} (default: @code{31}) (type: maybe-integer)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:35982
+#: guix-git/doc/guix.texi:36011
msgid "How long to keep cached covers, @code{0} disables cover caching."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:35983
+#: guix-git/doc/guix.texi:36012
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{http?} (default: @code{#t}) (type: boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:35985
+#: guix-git/doc/guix.texi:36014
msgid "HTTP support."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:35986
+#: guix-git/doc/guix.texi:36015
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{host} (default: @code{\"[::]\"}) (type: string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:35988
+#: guix-git/doc/guix.texi:36017
msgid "Host name to listen on."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:35989
+#: guix-git/doc/guix.texi:36018
#, fuzzy, no-wrap
#| msgid "@code{port} (default: @code{5432})"
msgid "@code{port} (default: @code{80}) (type: maybe-port)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:35991
+#: guix-git/doc/guix.texi:36020
msgid "HTTP port to listen on."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:35992
+#: guix-git/doc/guix.texi:36021
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{log-level} (default: @code{5}) (type: integer)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:35995
+#: guix-git/doc/guix.texi:36024
msgid "How much detail to include in logs, possible values: @code{0} to @code{7}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:35996
+#: guix-git/doc/guix.texi:36025
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{log-to} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:36000
+#: guix-git/doc/guix.texi:36029
msgid "Where to send logs. Unless specified, the service logs to the local syslog service under the @samp{daemon} facility. Alternatively, a log file name can be specified, for example @file{/var/log/mympd.log}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:36001
+#: guix-git/doc/guix.texi:36030
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{lualibs} (default: @code{\"all\"}) (type: maybe-string)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:36004
+#: guix-git/doc/guix.texi:36033
msgid "See @uref{https://jcorporation.github.io/myMPD/scripting/#lua-standard-libraries}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:36005
+#: guix-git/doc/guix.texi:36034
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{uri} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:36008
+#: guix-git/doc/guix.texi:36037
msgid "Override URI to myMPD. See @uref{https://github.com/jcorporation/myMPD/issues/950}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:36009
+#: guix-git/doc/guix.texi:36038
#, fuzzy, no-wrap
#| msgid "@code{extra-environment} (default: @code{#~'()})"
msgid "@code{script-acl} (default: @code{(mympd-ip-acl (allow '(\"127.0.0.1\")))}) (type: maybe-mympd-ip-acl)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:36011
+#: guix-git/doc/guix.texi:36040
msgid "ACL to access the myMPD script backend."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:36014
+#: guix-git/doc/guix.texi:36043
msgid "SSL/TLS support."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:36015
+#: guix-git/doc/guix.texi:36044
#, fuzzy, no-wrap
#| msgid "@code{port} (default: @code{5432})"
msgid "@code{ssl-port} (default: @code{443}) (type: maybe-port)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:36017
+#: guix-git/doc/guix.texi:36046
msgid "Port to listen for HTTPS."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:36018
+#: guix-git/doc/guix.texi:36047
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{ssl-cert} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:36020
+#: guix-git/doc/guix.texi:36049
msgid "Path to PEM encoded X.509 SSL/TLS certificate (public key)."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:36021
+#: guix-git/doc/guix.texi:36050
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{ssl-key} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:36023
+#: guix-git/doc/guix.texi:36052
msgid "Path to PEM encoded SSL/TLS private key."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:36024
+#: guix-git/doc/guix.texi:36053
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{pin-hash} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:36027
+#: guix-git/doc/guix.texi:36056
msgid "SHA-256 hashed pin used by myMPD to control settings access by prompting a pin from the user."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:36028
+#: guix-git/doc/guix.texi:36057
#, fuzzy, no-wrap
#| msgid "@code{discover?} (default: @code{#f})"
msgid "@code{save-caches?} (type: maybe-boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:36030
+#: guix-git/doc/guix.texi:36059
msgid "Whether to preserve caches between service restarts."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:36036
+#: guix-git/doc/guix.texi:36065
#, fuzzy, no-wrap
#| msgid "{Data Type} package"
msgid "{Data Type} mympd-ip-acl"
msgstr "{Тип данных} package"
#. type: deftp
-#: guix-git/doc/guix.texi:36038
+#: guix-git/doc/guix.texi:36067
msgid "Available @code{mympd-ip-acl} fields are:"
msgstr "Доступными полями @code{mympd-ip-acl} являются:"
#. type: item
-#: guix-git/doc/guix.texi:36040
+#: guix-git/doc/guix.texi:36069
#, fuzzy, no-wrap
#| msgid "@code{password} (default: @code{\"\"})"
msgid "@code{allow} (default: @code{'()}) (type: list-of-strings)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:36042
+#: guix-git/doc/guix.texi:36071
#, fuzzy
#| msgid "ip address\n"
msgid "Allowed IP addresses."
msgstr "ip address\n"
#. type: item
-#: guix-git/doc/guix.texi:36043
+#: guix-git/doc/guix.texi:36072
#, fuzzy, no-wrap
#| msgid "@code{extra-environment} (default: @code{#~'()})"
msgid "@code{deny} (default: @code{'()}) (type: list-of-strings)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:36045
+#: guix-git/doc/guix.texi:36074
msgid "Disallowed IP addresses."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:36056
+#: guix-git/doc/guix.texi:36085
msgid "The @code{(gnu services virtualization)} module provides services for the libvirt and virtlog daemons, as well as other virtualization-related services."
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:36057
+#: guix-git/doc/guix.texi:36086
#, no-wrap
msgid "Libvirt daemon"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:36064
+#: guix-git/doc/guix.texi:36093
msgid "@code{libvirtd} is the server side daemon component of the libvirt virtualization management system. This daemon runs on host servers and performs required management tasks for virtualized guests. To connect to the libvirt daemon as an unprivileged user, it must be added to the @samp{libvirt} group, as shown in the example below."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:36065
+#: guix-git/doc/guix.texi:36094
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "libvirt-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:36068
+#: guix-git/doc/guix.texi:36097
msgid "This is the type of the @uref{https://libvirt.org, libvirt daemon}. Its value must be a @code{libvirt-configuration}."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:36079
+#: guix-git/doc/guix.texi:36108
#, no-wrap
msgid ""
"(users (cons (user-account\n"
@@ -71224,881 +71279,881 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:36084
+#: guix-git/doc/guix.texi:36113
msgid "Available @code{libvirt-configuration} fields are:"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36085
+#: guix-git/doc/guix.texi:36114
#, no-wrap
msgid "{@code{libvirt-configuration} parameter} package libvirt"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36087 guix-git/doc/guix.texi:36650
+#: guix-git/doc/guix.texi:36116 guix-git/doc/guix.texi:36679
msgid "Libvirt package."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36090
+#: guix-git/doc/guix.texi:36119
#, no-wrap
msgid "{@code{libvirt-configuration} parameter} boolean listen-tls?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36093
+#: guix-git/doc/guix.texi:36122
msgid "Flag listening for secure TLS connections on the public TCP/IP port. You must set @code{listen} for this to have any effect."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36096
+#: guix-git/doc/guix.texi:36125
msgid "It is necessary to setup a CA and issue server certificates before using this capability."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36101
+#: guix-git/doc/guix.texi:36130
#, no-wrap
msgid "{@code{libvirt-configuration} parameter} boolean listen-tcp?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36104
+#: guix-git/doc/guix.texi:36133
msgid "Listen for unencrypted TCP connections on the public TCP/IP port. You must set @code{listen} for this to have any effect."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36108
+#: guix-git/doc/guix.texi:36137
msgid "Using the TCP socket requires SASL authentication by default. Only SASL mechanisms which support data encryption are allowed. This is DIGEST_MD5 and GSSAPI (Kerberos5)."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36113
+#: guix-git/doc/guix.texi:36142
#, no-wrap
msgid "{@code{libvirt-configuration} parameter} string tls-port"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36116
+#: guix-git/doc/guix.texi:36145
msgid "Port for accepting secure TLS connections. This can be a port number, or service name."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36118
+#: guix-git/doc/guix.texi:36147
msgid "Defaults to @samp{\"16514\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36121
+#: guix-git/doc/guix.texi:36150
#, no-wrap
msgid "{@code{libvirt-configuration} parameter} string tcp-port"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36124
+#: guix-git/doc/guix.texi:36153
msgid "Port for accepting insecure TCP connections. This can be a port number, or service name."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36126
+#: guix-git/doc/guix.texi:36155
msgid "Defaults to @samp{\"16509\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36129
+#: guix-git/doc/guix.texi:36158
#, no-wrap
msgid "{@code{libvirt-configuration} parameter} string listen-addr"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36131
+#: guix-git/doc/guix.texi:36160
msgid "IP address or hostname used for client connections."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36136
+#: guix-git/doc/guix.texi:36165
#, no-wrap
msgid "{@code{libvirt-configuration} parameter} boolean mdns-adv?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36138
+#: guix-git/doc/guix.texi:36167
msgid "Flag toggling mDNS advertisement of the libvirt service."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36141
+#: guix-git/doc/guix.texi:36170
msgid "Alternatively can disable for all services on a host by stopping the Avahi daemon."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36146
+#: guix-git/doc/guix.texi:36175
#, no-wrap
msgid "{@code{libvirt-configuration} parameter} string mdns-name"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36149
+#: guix-git/doc/guix.texi:36178
msgid "Default mDNS advertisement name. This must be unique on the immediate broadcast network."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36151
+#: guix-git/doc/guix.texi:36180
msgid "Defaults to @samp{\"Virtualization Host <hostname>\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36154
+#: guix-git/doc/guix.texi:36183
#, no-wrap
msgid "{@code{libvirt-configuration} parameter} string unix-sock-group"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36158
+#: guix-git/doc/guix.texi:36187
msgid "UNIX domain socket group ownership. This can be used to allow a 'trusted' set of users access to management capabilities without becoming root."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36160
+#: guix-git/doc/guix.texi:36189
msgid "Defaults to @samp{\"libvirt\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36163
+#: guix-git/doc/guix.texi:36192
#, no-wrap
msgid "{@code{libvirt-configuration} parameter} string unix-sock-ro-perms"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36166
+#: guix-git/doc/guix.texi:36195
msgid "UNIX socket permissions for the R/O socket. This is used for monitoring VM status only."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36168 guix-git/doc/guix.texi:36186
+#: guix-git/doc/guix.texi:36197 guix-git/doc/guix.texi:36215
msgid "Defaults to @samp{\"0777\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36171
+#: guix-git/doc/guix.texi:36200
#, no-wrap
msgid "{@code{libvirt-configuration} parameter} string unix-sock-rw-perms"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36175
+#: guix-git/doc/guix.texi:36204
msgid "UNIX socket permissions for the R/W socket. Default allows only root. If PolicyKit is enabled on the socket, the default will change to allow everyone (eg, 0777)"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36177
+#: guix-git/doc/guix.texi:36206
msgid "Defaults to @samp{\"0770\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36180
+#: guix-git/doc/guix.texi:36209
#, no-wrap
msgid "{@code{libvirt-configuration} parameter} string unix-sock-admin-perms"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36184
+#: guix-git/doc/guix.texi:36213
msgid "UNIX socket permissions for the admin socket. Default allows only owner (root), do not change it unless you are sure to whom you are exposing the access to."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36189
+#: guix-git/doc/guix.texi:36218
#, no-wrap
msgid "{@code{libvirt-configuration} parameter} string unix-sock-dir"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36191
+#: guix-git/doc/guix.texi:36220
msgid "The directory in which sockets will be found/created."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36193
+#: guix-git/doc/guix.texi:36222
msgid "Defaults to @samp{\"/var/run/libvirt\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36196
+#: guix-git/doc/guix.texi:36225
#, no-wrap
msgid "{@code{libvirt-configuration} parameter} string auth-unix-ro"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36199
+#: guix-git/doc/guix.texi:36228
msgid "Authentication scheme for UNIX read-only sockets. By default socket permissions allow anyone to connect"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36201 guix-git/doc/guix.texi:36210
+#: guix-git/doc/guix.texi:36230 guix-git/doc/guix.texi:36239
msgid "Defaults to @samp{\"polkit\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36204
+#: guix-git/doc/guix.texi:36233
#, no-wrap
msgid "{@code{libvirt-configuration} parameter} string auth-unix-rw"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36208
+#: guix-git/doc/guix.texi:36237
msgid "Authentication scheme for UNIX read-write sockets. By default socket permissions only allow root. If PolicyKit support was compiled into libvirt, the default will be to use 'polkit' auth."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36213
+#: guix-git/doc/guix.texi:36242
#, no-wrap
msgid "{@code{libvirt-configuration} parameter} string auth-tcp"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36217
+#: guix-git/doc/guix.texi:36246
msgid "Authentication scheme for TCP sockets. If you don't enable SASL, then all TCP traffic is cleartext. Don't do this outside of a dev/test scenario."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36219
+#: guix-git/doc/guix.texi:36248
msgid "Defaults to @samp{\"sasl\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36222
+#: guix-git/doc/guix.texi:36251
#, no-wrap
msgid "{@code{libvirt-configuration} parameter} string auth-tls"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36226
+#: guix-git/doc/guix.texi:36255
msgid "Authentication scheme for TLS sockets. TLS sockets already have encryption provided by the TLS layer, and limited authentication is done by certificates."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36229
+#: guix-git/doc/guix.texi:36258
msgid "It is possible to make use of any SASL authentication mechanism as well, by using 'sasl' for this option"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36231
+#: guix-git/doc/guix.texi:36260
msgid "Defaults to @samp{\"none\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36234
+#: guix-git/doc/guix.texi:36263
#, no-wrap
msgid "{@code{libvirt-configuration} parameter} optional-list access-drivers"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36236
+#: guix-git/doc/guix.texi:36265
msgid "API access control scheme."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36239
+#: guix-git/doc/guix.texi:36268
msgid "By default an authenticated user is allowed access to all APIs. Access drivers can place restrictions on this."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36244
+#: guix-git/doc/guix.texi:36273
#, no-wrap
msgid "{@code{libvirt-configuration} parameter} string key-file"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36247
+#: guix-git/doc/guix.texi:36276
msgid "Server key file path. If set to an empty string, then no private key is loaded."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36252
+#: guix-git/doc/guix.texi:36281
#, no-wrap
msgid "{@code{libvirt-configuration} parameter} string cert-file"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36255
+#: guix-git/doc/guix.texi:36284
msgid "Server key file path. If set to an empty string, then no certificate is loaded."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36260
+#: guix-git/doc/guix.texi:36289
#, no-wrap
msgid "{@code{libvirt-configuration} parameter} string ca-file"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36263
+#: guix-git/doc/guix.texi:36292
msgid "Server key file path. If set to an empty string, then no CA certificate is loaded."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36268
+#: guix-git/doc/guix.texi:36297
#, no-wrap
msgid "{@code{libvirt-configuration} parameter} string crl-file"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36271
+#: guix-git/doc/guix.texi:36300
msgid "Certificate revocation list path. If set to an empty string, then no CRL is loaded."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36276
+#: guix-git/doc/guix.texi:36305
#, no-wrap
msgid "{@code{libvirt-configuration} parameter} boolean tls-no-sanity-cert"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36278
+#: guix-git/doc/guix.texi:36307
msgid "Disable verification of our own server certificates."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36281
+#: guix-git/doc/guix.texi:36310
msgid "When libvirtd starts it performs some sanity checks against its own certificates."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36286
+#: guix-git/doc/guix.texi:36315
#, no-wrap
msgid "{@code{libvirt-configuration} parameter} boolean tls-no-verify-cert"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36288
+#: guix-git/doc/guix.texi:36317
msgid "Disable verification of client certificates."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36292
+#: guix-git/doc/guix.texi:36321
msgid "Client certificate verification is the primary authentication mechanism. Any client which does not present a certificate signed by the CA will be rejected."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36297
+#: guix-git/doc/guix.texi:36326
#, no-wrap
msgid "{@code{libvirt-configuration} parameter} optional-list tls-allowed-dn-list"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36299
+#: guix-git/doc/guix.texi:36328
msgid "Whitelist of allowed x509 Distinguished Name."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36304
+#: guix-git/doc/guix.texi:36333
#, no-wrap
msgid "{@code{libvirt-configuration} parameter} optional-list sasl-allowed-usernames"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36307
+#: guix-git/doc/guix.texi:36336
msgid "Whitelist of allowed SASL usernames. The format for username depends on the SASL authentication mechanism."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36312
+#: guix-git/doc/guix.texi:36341
#, no-wrap
msgid "{@code{libvirt-configuration} parameter} string tls-priority"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36316
+#: guix-git/doc/guix.texi:36345
msgid "Override the compile time default TLS priority string. The default is usually @samp{\"NORMAL\"} unless overridden at build time. Only set this is it is desired for libvirt to deviate from the global default settings."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36318
+#: guix-git/doc/guix.texi:36347
msgid "Defaults to @samp{\"NORMAL\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36321
+#: guix-git/doc/guix.texi:36350
#, no-wrap
msgid "{@code{libvirt-configuration} parameter} integer max-clients"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36324 guix-git/doc/guix.texi:36752
+#: guix-git/doc/guix.texi:36353 guix-git/doc/guix.texi:36781
msgid "Maximum number of concurrent client connections to allow over all sockets combined."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36326
+#: guix-git/doc/guix.texi:36355
msgid "Defaults to @samp{5000}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36329
+#: guix-git/doc/guix.texi:36358
#, no-wrap
msgid "{@code{libvirt-configuration} parameter} integer max-queued-clients"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36333
+#: guix-git/doc/guix.texi:36362
msgid "Maximum length of queue of connections waiting to be accepted by the daemon. Note, that some protocols supporting retransmission may obey this so that a later reattempt at connection succeeds."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36338
+#: guix-git/doc/guix.texi:36367
#, no-wrap
msgid "{@code{libvirt-configuration} parameter} integer max-anonymous-clients"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36341
+#: guix-git/doc/guix.texi:36370
msgid "Maximum length of queue of accepted but not yet authenticated clients. Set this to zero to turn this feature off"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36343 guix-git/doc/guix.texi:36361
-#: guix-git/doc/guix.texi:36377
+#: guix-git/doc/guix.texi:36372 guix-git/doc/guix.texi:36390
+#: guix-git/doc/guix.texi:36406
msgid "Defaults to @samp{20}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36346
+#: guix-git/doc/guix.texi:36375
#, no-wrap
msgid "{@code{libvirt-configuration} parameter} integer min-workers"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36348
+#: guix-git/doc/guix.texi:36377
msgid "Number of workers to start up initially."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36353
+#: guix-git/doc/guix.texi:36382
#, no-wrap
msgid "{@code{libvirt-configuration} parameter} integer max-workers"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36355
+#: guix-git/doc/guix.texi:36384
msgid "Maximum number of worker threads."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36359
+#: guix-git/doc/guix.texi:36388
msgid "If the number of active clients exceeds @code{min-workers}, then more threads are spawned, up to max_workers limit. Typically you'd want max_workers to equal maximum number of clients allowed."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36364
+#: guix-git/doc/guix.texi:36393
#, no-wrap
msgid "{@code{libvirt-configuration} parameter} integer prio-workers"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36368
+#: guix-git/doc/guix.texi:36397
msgid "Number of priority workers. If all workers from above pool are stuck, some calls marked as high priority (notably domainDestroy) can be executed in this pool."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36373
+#: guix-git/doc/guix.texi:36402
#, no-wrap
msgid "{@code{libvirt-configuration} parameter} integer max-requests"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36375
+#: guix-git/doc/guix.texi:36404
msgid "Total global limit on concurrent RPC calls."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36380
+#: guix-git/doc/guix.texi:36409
#, no-wrap
msgid "{@code{libvirt-configuration} parameter} integer max-client-requests"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36384
+#: guix-git/doc/guix.texi:36413
msgid "Limit on concurrent requests from a single client connection. To avoid one client monopolizing the server this should be a small fraction of the global max_requests and max_workers parameter."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36389
+#: guix-git/doc/guix.texi:36418
#, no-wrap
msgid "{@code{libvirt-configuration} parameter} integer admin-min-workers"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36391
+#: guix-git/doc/guix.texi:36420
msgid "Same as @code{min-workers} but for the admin interface."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36396
+#: guix-git/doc/guix.texi:36425
#, no-wrap
msgid "{@code{libvirt-configuration} parameter} integer admin-max-workers"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36398
+#: guix-git/doc/guix.texi:36427
msgid "Same as @code{max-workers} but for the admin interface."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36403
+#: guix-git/doc/guix.texi:36432
#, no-wrap
msgid "{@code{libvirt-configuration} parameter} integer admin-max-clients"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36405
+#: guix-git/doc/guix.texi:36434
msgid "Same as @code{max-clients} but for the admin interface."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36410
+#: guix-git/doc/guix.texi:36439
#, no-wrap
msgid "{@code{libvirt-configuration} parameter} integer admin-max-queued-clients"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36412
+#: guix-git/doc/guix.texi:36441
msgid "Same as @code{max-queued-clients} but for the admin interface."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36417
+#: guix-git/doc/guix.texi:36446
#, no-wrap
msgid "{@code{libvirt-configuration} parameter} integer admin-max-client-requests"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36419
+#: guix-git/doc/guix.texi:36448
msgid "Same as @code{max-client-requests} but for the admin interface."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36424
+#: guix-git/doc/guix.texi:36453
#, no-wrap
msgid "{@code{libvirt-configuration} parameter} integer log-level"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36426 guix-git/doc/guix.texi:36654
+#: guix-git/doc/guix.texi:36455 guix-git/doc/guix.texi:36683
msgid "Logging level. 4 errors, 3 warnings, 2 information, 1 debug."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36428 guix-git/doc/guix.texi:36656
+#: guix-git/doc/guix.texi:36457 guix-git/doc/guix.texi:36685
msgid "Defaults to @samp{3}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36431
+#: guix-git/doc/guix.texi:36460
#, no-wrap
msgid "{@code{libvirt-configuration} parameter} string log-filters"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36433 guix-git/doc/guix.texi:36661
+#: guix-git/doc/guix.texi:36462 guix-git/doc/guix.texi:36690
msgid "Logging filters."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36436
+#: guix-git/doc/guix.texi:36465
msgid "A filter allows to select a different logging level for a given category of logs. The format for a filter is one of:"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:36440 guix-git/doc/guix.texi:36668
+#: guix-git/doc/guix.texi:36469 guix-git/doc/guix.texi:36697
msgid "x:name"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:36443 guix-git/doc/guix.texi:36671
+#: guix-git/doc/guix.texi:36472 guix-git/doc/guix.texi:36700
msgid "x:+name"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36454
+#: guix-git/doc/guix.texi:36483
msgid "where @code{name} is a string which is matched against the category given in the @code{VIR_LOG_INIT()} at the top of each libvirt source file, e.g., @samp{\"remote\"}, @samp{\"qemu\"}, or @samp{\"util.json\"} (the name in the filter can be a substring of the full category name, in order to match multiple similar categories), the optional @samp{\"+\"} prefix tells libvirt to log stack trace for each message matching name, and @code{x} is the minimal level where matching messages should be logged:"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:36458 guix-git/doc/guix.texi:36503
-#: guix-git/doc/guix.texi:36685 guix-git/doc/guix.texi:36730
+#: guix-git/doc/guix.texi:36487 guix-git/doc/guix.texi:36532
+#: guix-git/doc/guix.texi:36714 guix-git/doc/guix.texi:36759
msgid "1: DEBUG"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:36461 guix-git/doc/guix.texi:36506
-#: guix-git/doc/guix.texi:36688 guix-git/doc/guix.texi:36733
+#: guix-git/doc/guix.texi:36490 guix-git/doc/guix.texi:36535
+#: guix-git/doc/guix.texi:36717 guix-git/doc/guix.texi:36762
msgid "2: INFO"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:36464 guix-git/doc/guix.texi:36509
-#: guix-git/doc/guix.texi:36691 guix-git/doc/guix.texi:36736
+#: guix-git/doc/guix.texi:36493 guix-git/doc/guix.texi:36538
+#: guix-git/doc/guix.texi:36720 guix-git/doc/guix.texi:36765
msgid "3: WARNING"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:36467 guix-git/doc/guix.texi:36512
-#: guix-git/doc/guix.texi:36694 guix-git/doc/guix.texi:36739
+#: guix-git/doc/guix.texi:36496 guix-git/doc/guix.texi:36541
+#: guix-git/doc/guix.texi:36723 guix-git/doc/guix.texi:36768
msgid "4: ERROR"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36472 guix-git/doc/guix.texi:36699
+#: guix-git/doc/guix.texi:36501 guix-git/doc/guix.texi:36728
msgid "Multiple filters can be defined in a single filters statement, they just need to be separated by spaces."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36474 guix-git/doc/guix.texi:36701
+#: guix-git/doc/guix.texi:36503 guix-git/doc/guix.texi:36730
msgid "Defaults to @samp{\"3:remote 4:event\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36477
+#: guix-git/doc/guix.texi:36506
#, no-wrap
msgid "{@code{libvirt-configuration} parameter} string log-outputs"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36479 guix-git/doc/guix.texi:36706
+#: guix-git/doc/guix.texi:36508 guix-git/doc/guix.texi:36735
msgid "Logging outputs."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36482
+#: guix-git/doc/guix.texi:36511
msgid "An output is one of the places to save logging information. The format for an output can be:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:36484 guix-git/doc/guix.texi:36711
+#: guix-git/doc/guix.texi:36513 guix-git/doc/guix.texi:36740
#, no-wrap
msgid "x:stderr"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:36486 guix-git/doc/guix.texi:36713
+#: guix-git/doc/guix.texi:36515 guix-git/doc/guix.texi:36742
msgid "output goes to stderr"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:36487 guix-git/doc/guix.texi:36714
+#: guix-git/doc/guix.texi:36516 guix-git/doc/guix.texi:36743
#, no-wrap
msgid "x:syslog:name"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:36489 guix-git/doc/guix.texi:36716
+#: guix-git/doc/guix.texi:36518 guix-git/doc/guix.texi:36745
msgid "use syslog for the output and use the given name as the ident"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:36490 guix-git/doc/guix.texi:36717
+#: guix-git/doc/guix.texi:36519 guix-git/doc/guix.texi:36746
#, no-wrap
msgid "x:file:file_path"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:36492 guix-git/doc/guix.texi:36719
+#: guix-git/doc/guix.texi:36521 guix-git/doc/guix.texi:36748
msgid "output to a file, with the given filepath"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:36493 guix-git/doc/guix.texi:36720
+#: guix-git/doc/guix.texi:36522 guix-git/doc/guix.texi:36749
#, no-wrap
msgid "x:journald"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:36495 guix-git/doc/guix.texi:36722
+#: guix-git/doc/guix.texi:36524 guix-git/doc/guix.texi:36751
msgid "output to journald logging system"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36499 guix-git/doc/guix.texi:36726
+#: guix-git/doc/guix.texi:36528 guix-git/doc/guix.texi:36755
msgid "In all case the x prefix is the minimal level, acting as a filter"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36517 guix-git/doc/guix.texi:36744
+#: guix-git/doc/guix.texi:36546 guix-git/doc/guix.texi:36773
msgid "Multiple outputs can be defined, they just need to be separated by spaces."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36519 guix-git/doc/guix.texi:36746
+#: guix-git/doc/guix.texi:36548 guix-git/doc/guix.texi:36775
msgid "Defaults to @samp{\"3:stderr\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36522
+#: guix-git/doc/guix.texi:36551
#, no-wrap
msgid "{@code{libvirt-configuration} parameter} integer audit-level"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36524
+#: guix-git/doc/guix.texi:36553
msgid "Allows usage of the auditing subsystem to be altered"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:36528
+#: guix-git/doc/guix.texi:36557
msgid "0: disable all auditing"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:36531
+#: guix-git/doc/guix.texi:36560
msgid "1: enable auditing, only if enabled on host"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:36534
+#: guix-git/doc/guix.texi:36563
msgid "2: enable auditing, and exit if disabled on host."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36541
+#: guix-git/doc/guix.texi:36570
#, no-wrap
msgid "{@code{libvirt-configuration} parameter} boolean audit-logging"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36543
+#: guix-git/doc/guix.texi:36572
msgid "Send audit messages via libvirt logging infrastructure."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36548
+#: guix-git/doc/guix.texi:36577
#, no-wrap
msgid "{@code{libvirt-configuration} parameter} optional-string host-uuid"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36550
+#: guix-git/doc/guix.texi:36579
msgid "Host UUID@. UUID must not have all digits be the same."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36555
+#: guix-git/doc/guix.texi:36584
#, no-wrap
msgid "{@code{libvirt-configuration} parameter} string host-uuid-source"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36557
+#: guix-git/doc/guix.texi:36586
msgid "Source to read host UUID."
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:36561
+#: guix-git/doc/guix.texi:36590
msgid "@code{smbios}: fetch the UUID from @code{dmidecode -s system-uuid}"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:36564
+#: guix-git/doc/guix.texi:36593
msgid "@code{machine-id}: fetch the UUID from @code{/etc/machine-id}"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36569
+#: guix-git/doc/guix.texi:36598
msgid "If @code{dmidecode} does not provide a valid UUID a temporary UUID will be generated."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36571
+#: guix-git/doc/guix.texi:36600
msgid "Defaults to @samp{\"smbios\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36574
+#: guix-git/doc/guix.texi:36603
#, no-wrap
msgid "{@code{libvirt-configuration} parameter} integer keepalive-interval"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36579
+#: guix-git/doc/guix.texi:36608
msgid "A keepalive message is sent to a client after @code{keepalive_interval} seconds of inactivity to check if the client is still responding. If set to -1, libvirtd will never send keepalive requests; however clients can still send them and the daemon will send responses."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36584
+#: guix-git/doc/guix.texi:36613
#, no-wrap
msgid "{@code{libvirt-configuration} parameter} integer keepalive-count"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36588
+#: guix-git/doc/guix.texi:36617
msgid "Maximum number of keepalive messages that are allowed to be sent to the client without getting any response before the connection is considered broken."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36595
+#: guix-git/doc/guix.texi:36624
msgid "In other words, the connection is automatically closed approximately after @code{keepalive_interval * (keepalive_count + 1)} seconds since the last message received from the client. When @code{keepalive-count} is set to 0, connections will be automatically closed after @code{keepalive-interval} seconds of inactivity without sending any keepalive messages."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36600
+#: guix-git/doc/guix.texi:36629
#, no-wrap
msgid "{@code{libvirt-configuration} parameter} integer admin-keepalive-interval"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36602 guix-git/doc/guix.texi:36609
+#: guix-git/doc/guix.texi:36631 guix-git/doc/guix.texi:36638
msgid "Same as above but for admin interface."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36607
+#: guix-git/doc/guix.texi:36636
#, no-wrap
msgid "{@code{libvirt-configuration} parameter} integer admin-keepalive-count"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36614
+#: guix-git/doc/guix.texi:36643
#, no-wrap
msgid "{@code{libvirt-configuration} parameter} integer ovs-timeout"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36616
+#: guix-git/doc/guix.texi:36645
msgid "Timeout for Open vSwitch calls."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36620
+#: guix-git/doc/guix.texi:36649
msgid "The @code{ovs-vsctl} utility is used for the configuration and its timeout option is set by default to 5 seconds to avoid potential infinite waits blocking libvirt."
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:36627
+#: guix-git/doc/guix.texi:36656
#, no-wrap
msgid "Virtlog daemon"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:36630
+#: guix-git/doc/guix.texi:36659
msgid "The virtlogd service is a server side daemon component of libvirt that is used to manage logs from virtual machine consoles."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:36636
+#: guix-git/doc/guix.texi:36665
msgid "This daemon is not used directly by libvirt client applications, rather it is called on their behalf by @code{libvirtd}. By maintaining the logs in a standalone daemon, the main @code{libvirtd} daemon can be restarted without risk of losing logs. The @code{virtlogd} daemon has the ability to re-exec() itself upon receiving @code{SIGUSR1}, to allow live upgrades without downtime."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:36637
+#: guix-git/doc/guix.texi:36666
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "virtlog-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:36640
+#: guix-git/doc/guix.texi:36669
msgid "This is the type of the virtlog daemon. Its value must be a @code{virtlog-configuration}."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:36645
+#: guix-git/doc/guix.texi:36674
#, no-wrap
msgid ""
"(service virtlog-service-type\n"
@@ -72107,129 +72162,129 @@ msgid ""
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36648
+#: guix-git/doc/guix.texi:36677
#, no-wrap
msgid "{@code{libvirt} parameter} package libvirt"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36652
+#: guix-git/doc/guix.texi:36681
#, no-wrap
msgid "{@code{virtlog-configuration} parameter} integer log-level"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36659
+#: guix-git/doc/guix.texi:36688
#, no-wrap
msgid "{@code{virtlog-configuration} parameter} string log-filters"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36664
+#: guix-git/doc/guix.texi:36693
msgid "A filter allows to select a different logging level for a given category of logs The format for a filter is one of:"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36681
+#: guix-git/doc/guix.texi:36710
msgid "where @code{name} is a string which is matched against the category given in the @code{VIR_LOG_INIT()} at the top of each libvirt source file, e.g., \"remote\", \"qemu\", or \"util.json\" (the name in the filter can be a substring of the full category name, in order to match multiple similar categories), the optional \"+\" prefix tells libvirt to log stack trace for each message matching name, and @code{x} is the minimal level where matching messages should be logged:"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36704
+#: guix-git/doc/guix.texi:36733
#, no-wrap
msgid "{@code{virtlog-configuration} parameter} string log-outputs"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36709
+#: guix-git/doc/guix.texi:36738
msgid "An output is one of the places to save logging information The format for an output can be:"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36749
+#: guix-git/doc/guix.texi:36778
#, no-wrap
msgid "{@code{virtlog-configuration} parameter} integer max-clients"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36754
+#: guix-git/doc/guix.texi:36783
msgid "Defaults to @samp{1024}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36757
+#: guix-git/doc/guix.texi:36786
#, no-wrap
msgid "{@code{virtlog-configuration} parameter} integer max-size"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36759
+#: guix-git/doc/guix.texi:36788
msgid "Maximum file size before rolling over."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36761
+#: guix-git/doc/guix.texi:36790
msgid "Defaults to @samp{2MB}"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36764
+#: guix-git/doc/guix.texi:36793
#, no-wrap
msgid "{@code{virtlog-configuration} parameter} integer max-backups"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36766
+#: guix-git/doc/guix.texi:36795
msgid "Maximum number of backup files to keep."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:36768
+#: guix-git/doc/guix.texi:36797
msgid "Defaults to @samp{3}"
msgstr ""
#. type: anchor{#1}
-#: guix-git/doc/guix.texi:36772
+#: guix-git/doc/guix.texi:36801
msgid "transparent-emulation-qemu"
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:36772
+#: guix-git/doc/guix.texi:36801
#, no-wrap
msgid "Transparent Emulation with QEMU"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:36774 guix-git/doc/guix.texi:36854
+#: guix-git/doc/guix.texi:36803 guix-git/doc/guix.texi:36883
#, no-wrap
msgid "emulation"
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:36775
+#: guix-git/doc/guix.texi:36804
#, no-wrap
msgid "binfmt_misc"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:36783
+#: guix-git/doc/guix.texi:36812
msgid "@code{qemu-binfmt-service-type} provides support for transparent emulation of program binaries built for different architectures---e.g., it allows you to transparently execute an ARMv7 program on an x86_64 machine. It achieves this by combining the @uref{https://www.qemu.org, QEMU} emulator and the @code{binfmt_misc} feature of the kernel Linux. This feature only allows you to emulate GNU/Linux on a different architecture, but see below for GNU/Hurd support."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:36784
+#: guix-git/doc/guix.texi:36813
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "qemu-binfmt-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:36789
+#: guix-git/doc/guix.texi:36818
msgid "This is the type of the QEMU/binfmt service for transparent emulation. Its value must be a @code{qemu-binfmt-configuration} object, which specifies the QEMU package to use as well as the architecture we want to emulated:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:36794
+#: guix-git/doc/guix.texi:36823
#, no-wrap
msgid ""
"(service qemu-binfmt-service-type\n"
@@ -72241,39 +72296,39 @@ msgstr ""
" (platforms (lookup-qemu-platforms \"arm\" \"aarch64\"))))\n"
#. type: defvar
-#: guix-git/doc/guix.texi:36800
+#: guix-git/doc/guix.texi:36829
msgid "In this example, we enable transparent emulation for the ARM and aarch64 platforms. Running @code{herd stop qemu-binfmt} turns it off, and running @code{herd start qemu-binfmt} turns it back on (@pxref{Invoking herd, the @command{herd} command,, shepherd, The GNU Shepherd Manual})."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:36802
+#: guix-git/doc/guix.texi:36831
#, no-wrap
msgid "{Data Type} qemu-binfmt-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:36804
+#: guix-git/doc/guix.texi:36833
msgid "This is the configuration for the @code{qemu-binfmt} service."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:36806
+#: guix-git/doc/guix.texi:36835
#, no-wrap
msgid "@code{platforms} (default: @code{'()})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:36809
+#: guix-git/doc/guix.texi:36838
msgid "The list of emulated QEMU platforms. Each item must be a @dfn{platform object} as returned by @code{lookup-qemu-platforms} (see below)."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:36812
+#: guix-git/doc/guix.texi:36841
msgid "For example, let's suppose you're on an x86_64 machine and you have this service:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:36817
+#: guix-git/doc/guix.texi:36846
#, no-wrap
msgid ""
"(service qemu-binfmt-service-type\n"
@@ -72285,79 +72340,79 @@ msgstr ""
" (platforms (lookup-qemu-platforms \"arm\" \"aarch64\"))))\n"
#. type: table
-#: guix-git/doc/guix.texi:36820
+#: guix-git/doc/guix.texi:36849
msgid "You can run:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:36823
+#: guix-git/doc/guix.texi:36852
#, no-wrap
msgid "guix build -s armhf-linux inkscape\n"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:36830
+#: guix-git/doc/guix.texi:36859
msgid "and it will build Inkscape for ARMv7 @emph{as if it were a native build}, transparently using QEMU to emulate the ARMv7 CPU@. Pretty handy if you'd like to test a package build for an architecture you don't have access to!"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:36831
+#: guix-git/doc/guix.texi:36860
#, no-wrap
msgid "@code{qemu} (default: @code{qemu})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:36833 guix-git/doc/guix.texi:36891
-#: guix-git/doc/guix.texi:37165
+#: guix-git/doc/guix.texi:36862 guix-git/doc/guix.texi:36920
+#: guix-git/doc/guix.texi:37194
msgid "The QEMU package to use."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:36836
+#: guix-git/doc/guix.texi:36865
#, no-wrap
msgid "{Procedure} lookup-qemu-platforms platforms@dots{}"
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:36841
+#: guix-git/doc/guix.texi:36870
msgid "Return the list of QEMU platform objects corresponding to @var{platforms}@dots{}. @var{platforms} must be a list of strings corresponding to platform names, such as @code{\"arm\"}, @code{\"sparc\"}, @code{\"mips64el\"}, and so on."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:36843
+#: guix-git/doc/guix.texi:36872
#, no-wrap
msgid "{Procedure} qemu-platform? obj"
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:36845
+#: guix-git/doc/guix.texi:36874
msgid "Return true if @var{obj} is a platform object."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:36847
+#: guix-git/doc/guix.texi:36876
#, no-wrap
msgid "{Procedure} qemu-platform-name platform"
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:36849
+#: guix-git/doc/guix.texi:36878
msgid "Return the name of @var{platform}---a string such as @code{\"arm\"}."
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:36852
+#: guix-git/doc/guix.texi:36881
#, no-wrap
msgid "QEMU Guest Agent"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:36860
+#: guix-git/doc/guix.texi:36889
msgid "The QEMU guest agent provides control over the emulated system to the host. The @code{qemu-guest-agent} service runs the agent on Guix guests. To control the agent from the host, open a socket by invoking QEMU with the following arguments:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:36867
+#: guix-git/doc/guix.texi:36896
#, no-wrap
msgid ""
"qemu-system-x86_64 \\\n"
@@ -72368,12 +72423,12 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:36871
+#: guix-git/doc/guix.texi:36900
msgid "This creates a socket at @file{/tmp/qga.sock} on the host. Once the guest agent is running, you can issue commands with @code{socat}:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:36876
+#: guix-git/doc/guix.texi:36905
#, no-wrap
msgid ""
"$ guix shell socat -- socat unix-connect:/tmp/qga.sock stdio\n"
@@ -72382,120 +72437,120 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:36880
+#: guix-git/doc/guix.texi:36909
msgid "See @url{https://wiki.qemu.org/Features/GuestAgent,QEMU guest agent documentation} for more options and commands."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:36881
+#: guix-git/doc/guix.texi:36910
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} hurd-getty-service-type"
msgid "qemu-guest-agent-service-type"
msgstr "{Процедура Scheme} sane-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:36883
+#: guix-git/doc/guix.texi:36912
#, fuzzy
#| msgid "Service Types and Services"
msgid "Service type for the QEMU guest agent service."
msgstr "Типы сервисов и сервисы"
#. type: deftp
-#: guix-git/doc/guix.texi:36885
+#: guix-git/doc/guix.texi:36914
#, fuzzy, no-wrap
#| msgid "{Data Type} hurd-getty-configuration"
msgid "{Data Type} qemu-guest-agent-configuration"
msgstr "{Тип данных} build-machine"
#. type: deftp
-#: guix-git/doc/guix.texi:36887
+#: guix-git/doc/guix.texi:36916
#, fuzzy
#| msgid "This is the data type representing the configuration for the hurd-getty-service."
msgid "Configuration for the @code{qemu-guest-agent} service."
msgstr "Управление конфигурацией операционной системы."
#. type: item
-#: guix-git/doc/guix.texi:36889 guix-git/doc/guix.texi:36996
-#: guix-git/doc/guix.texi:37163
+#: guix-git/doc/guix.texi:36918 guix-git/doc/guix.texi:37025
+#: guix-git/doc/guix.texi:37192
#, no-wrap
msgid "@code{qemu} (default: @code{qemu-minimal})"
msgstr "@code{port} (default: @code{22})"
#. type: item
-#: guix-git/doc/guix.texi:36892
+#: guix-git/doc/guix.texi:36921
#, fuzzy, no-wrap
#| msgid "@code{size} (default @code{\"1G\"})"
msgid "@code{device} (default: @code{\"\"})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:36895
+#: guix-git/doc/guix.texi:36924
msgid "File name of the device or socket the agent uses to communicate with the host. If empty, QEMU uses a default file name."
msgstr ""
#. type: anchor{#1}
-#: guix-git/doc/guix.texi:36900
+#: guix-git/doc/guix.texi:36929
#, fuzzy
#| msgid "build-system"
msgid "build-vm"
msgstr "система сборки"
#. type: subsubheading
-#: guix-git/doc/guix.texi:36900
+#: guix-git/doc/guix.texi:36929
#, fuzzy, no-wrap
#| msgid "Additional Build Options"
msgid "Virtual Build Machines"
msgstr "Дополнительные параметры сборки"
#. type: cindex
-#: guix-git/doc/guix.texi:36902
+#: guix-git/doc/guix.texi:36931
#, fuzzy, no-wrap
#| msgid "{Data Type} build-machine"
msgid "virtual build machines"
msgstr "{Тип данных} build-machine"
#. type: cindex
-#: guix-git/doc/guix.texi:36903
+#: guix-git/doc/guix.texi:36932
#, fuzzy, no-wrap
#| msgid "build users"
msgid "build VMs"
msgstr "пользователи сборки"
#. type: cindex
-#: guix-git/doc/guix.texi:36904
+#: guix-git/doc/guix.texi:36933
#, fuzzy, no-wrap
#| msgid "offloading"
msgid "VMs, for offloading"
msgstr "разгрузка"
#. type: Plain text
-#: guix-git/doc/guix.texi:36909
+#: guix-git/doc/guix.texi:36938
msgid "@dfn{Virtual build machines} or ``build VMs'' let you offload builds to a fully controlled environment. ``How can it be more controlled than regular builds? And why would it be useful?'', you ask. Good questions."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:36919
+#: guix-git/doc/guix.texi:36948
msgid "Builds spawned by @code{guix-daemon} indeed run in a controlled environment; specifically the daemon spawns build processes in separate namespaces and in a chroot, such as that build processes only see their declared dependencies and a well-defined subset of the file system tree (@pxref{Build Environment Setup}, for details). A few aspects of the environments are not controlled though: the operating system kernel, the CPU model, and the date. Most of the time, these aspects have no impact on the build process: the level of isolation @code{guix-daemon} provides is ``good enough''."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:36920
+#: guix-git/doc/guix.texi:36949
#, no-wrap
msgid "time traps"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:36930
+#: guix-git/doc/guix.texi:36959
msgid "However, there are occasionally cases where those aspects @emph{do} influence the build process. A typical example is @dfn{time traps}: build processes that stop working after a certain date@footnote{The most widespread example of time traps is test suites that involve checking the expiration date of a certificate. Such tests exists in TLS implementations such as OpenSSL and GnuTLS, but also in high-level software such as Python.}. Another one is software that optimizes for the CPU microarchitecture it is built on or, worse, bugs that manifest only on specific CPUs."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:36933
+#: guix-git/doc/guix.texi:36962
msgid "To address that, @code{virtual-build-machine-service-type} lets you add a virtual build machine on your system, as in this example:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:36936
+#: guix-git/doc/guix.texi:36965
#, fuzzy, no-wrap
#| msgid ""
#| "(use-modules (guix transformations))\n"
@@ -72508,7 +72563,7 @@ msgstr ""
"\n"
#. type: lisp
-#: guix-git/doc/guix.texi:36941
+#: guix-git/doc/guix.texi:36970
#, no-wrap
msgid ""
"(operating-system\n"
@@ -72518,36 +72573,36 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:36946
+#: guix-git/doc/guix.texi:36975
msgid "By default, you have to explicitly start the build machine when you need it, at which point builds may be offloaded to it (@pxref{Daemon Offload Setup}):"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:36949
+#: guix-git/doc/guix.texi:36978
#, fuzzy, no-wrap
#| msgid "herd start ssh-daemon\n"
msgid "herd start build-vm\n"
msgstr "herd start ssh-daemon\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:36957
+#: guix-git/doc/guix.texi:36986
msgid "With the default setting shown above, the build VM runs with its clock set to a date several years in the past, and on a CPU model that corresponds to that date---a model possibly older than that of your machine. This lets you rebuild today software from the past that would otherwise fail to build due to a time trap or other issues in its build process. You can view the VM's config like this:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:36960
+#: guix-git/doc/guix.texi:36989
#, fuzzy, no-wrap
#| msgid "herd start ssh-daemon\n"
msgid "herd configuration build-vm\n"
msgstr "herd start ssh-daemon\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:36963
+#: guix-git/doc/guix.texi:36992
msgid "You can configure the build VM, as in this example:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:36971
+#: guix-git/doc/guix.texi:37000
#, no-wrap
msgid ""
"(service virtual-build-machine-service-type\n"
@@ -72559,194 +72614,194 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:36974
+#: guix-git/doc/guix.texi:37003
#, fuzzy
#| msgid "The available options are listed below."
msgid "The available options are shown below."
msgstr "Доступные опции резюмированы ниже."
#. type: defvar
-#: guix-git/doc/guix.texi:36975
+#: guix-git/doc/guix.texi:37004
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} guix-build-coordinator-service-type"
msgid "virtual-build-machine-service-type"
msgstr "{Scheme Variable} boot-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:36979
+#: guix-git/doc/guix.texi:37008
msgid "This is the service type to run @dfn{virtual build machines}. Virtual build machines are configured so that builds are offloaded to them when they are running."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:36981
+#: guix-git/doc/guix.texi:37010
#, fuzzy, no-wrap
#| msgid "{Data Type} build-machine"
msgid "{Data Type} virtual-build-machine"
msgstr "{Тип данных} build-machine"
#. type: deftp
-#: guix-git/doc/guix.texi:36984
+#: guix-git/doc/guix.texi:37013
#, fuzzy
#| msgid "This data type represents the configuration of the SDDM login manager. The available fields are:"
msgid "This is the data type specifying the configuration of a build machine. It contains the fields below:"
msgstr "Этот тип данных представляет машины для сборки, на которые демон может разгружать сборки. Важные поля:"
#. type: item
-#: guix-git/doc/guix.texi:36986
+#: guix-git/doc/guix.texi:37015
#, fuzzy, no-wrap
#| msgid "@code{kitename} (default: @code{#f})"
msgid "@code{name} (default: @code{'build-vm})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:36989
+#: guix-git/doc/guix.texi:37018
msgid "The name of this build VM. It is used to construct the name of its Shepherd service."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:36990 guix-git/doc/guix.texi:42911
+#: guix-git/doc/guix.texi:37019 guix-git/doc/guix.texi:42940
#, no-wrap
msgid "image"
msgstr "образ"
#. type: table
-#: guix-git/doc/guix.texi:36995
+#: guix-git/doc/guix.texi:37024
msgid "The image of the virtual machine (@pxref{System Images}). This notably specifies the virtual disk size and the operating system running into it (@pxref{operating-system Reference}). The default value is a minimal operating system image."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:36998
+#: guix-git/doc/guix.texi:37027
#, fuzzy
#| msgid "The SDDM package to use."
msgid "The QEMU package to run the image."
msgstr "Используемый пакет SDDM."
#. type: code{#1}
-#: guix-git/doc/guix.texi:36999
+#: guix-git/doc/guix.texi:37028
#, no-wrap
msgid "cpu"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:37001
+#: guix-git/doc/guix.texi:37030
msgid "The CPU model being emulated as a string denoting a model known to QEMU."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:37004
+#: guix-git/doc/guix.texi:37033
msgid "The default value is a model that matches @code{date} (see below). To see what CPU models are available, run, for example:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:37007
+#: guix-git/doc/guix.texi:37036
#, no-wrap
msgid "qemu-system-x86_64 -cpu help\n"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:37009
+#: guix-git/doc/guix.texi:37038
#, fuzzy, no-wrap
#| msgid "@code{port} (default: @code{5432})"
msgid "@code{cpu-count} (default: @code{4})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:37011
+#: guix-git/doc/guix.texi:37040
#, fuzzy
#| msgid "The number of builds that may run in parallel on the machine."
msgid "The number of CPUs emulated by the virtual machine."
msgstr "Число сборок, которые могут быть запущены на машине."
#. type: item
-#: guix-git/doc/guix.texi:37012
+#: guix-git/doc/guix.texi:37041
#, fuzzy, no-wrap
#| msgid "@code{memory-size} (default: @code{512})"
msgid "@code{memory-size} (default: @code{2048})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:37014
+#: guix-git/doc/guix.texi:37043
msgid "Size in mebibytes (MiB) of the virtual machine's main memory (RAM)."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:37015
+#: guix-git/doc/guix.texi:37044
#, fuzzy, no-wrap
#| msgid "@code{mate} (default: @code{mate})"
msgid "@code{date} (default: a few years ago)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:37018
+#: guix-git/doc/guix.texi:37047
msgid "Date inside the virtual machine when it starts; this must be a SRFI-19 date object (@pxref{SRFI-19 Date,,, guile, GNU Guile Reference Manual})."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:37019
+#: guix-git/doc/guix.texi:37048
#, fuzzy, no-wrap
#| msgid "@code{port} (default: @code{1814})"
msgid "@code{port-forwardings} (default: 11022 and 11004)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:37022
+#: guix-git/doc/guix.texi:37051
msgid "TCP ports of the virtual machine forwarded to the host. By default, the SSH and secrets ports are forwarded into the host."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:37026
+#: guix-git/doc/guix.texi:37055
#, fuzzy
#| msgid "The system type targeted by the derivation---e.g., @code{x86_64-linux}."
msgid "List of system types supported by the build VM---e.g., @code{\"x86_64-linux\"}."
msgstr "Тип системы, на который нацелена derivation - например, @code{x86_64-linux}."
#. type: item
-#: guix-git/doc/guix.texi:37027
+#: guix-git/doc/guix.texi:37056
#, fuzzy, no-wrap
#| msgid "@code{auto-start?} (default: @code{#t})"
msgid "@code{auto-start?} (default: @code{#f})"
msgstr "@code{auto-start?} (default: @code{#t})"
#. type: table
-#: guix-git/doc/guix.texi:37029
+#: guix-git/doc/guix.texi:37058
msgid "Whether to start the virtual machine when the system boots."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:37034
+#: guix-git/doc/guix.texi:37063
msgid "In the next section, you'll find a variant on this theme: GNU/Hurd virtual machines!"
msgstr ""
#. type: anchor{#1}
-#: guix-git/doc/guix.texi:37036
+#: guix-git/doc/guix.texi:37065
msgid "hurd-vm"
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:37036
+#: guix-git/doc/guix.texi:37065
#, no-wrap
msgid "The Hurd in a Virtual Machine"
msgstr "Установка Guix на виртуальную машину (VM)"
#. type: cindex
-#: guix-git/doc/guix.texi:37039
+#: guix-git/doc/guix.texi:37068
#, no-wrap
msgid "the Hurd"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:37040
+#: guix-git/doc/guix.texi:37069
#, no-wrap
msgid "childhurd"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:37048
+#: guix-git/doc/guix.texi:37077
msgid "Service @code{hurd-vm} provides support for running GNU/Hurd in a virtual machine (VM), a so-called @dfn{childhurd}. This service is meant to be used on GNU/Linux and the given GNU/Hurd operating system configuration is cross-compiled. The virtual machine is a Shepherd service that can be referred to by the names @code{hurd-vm} and @code{childhurd} and be controlled with commands such as:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:37052
+#: guix-git/doc/guix.texi:37081
#, no-wrap
msgid ""
"herd start hurd-vm\n"
@@ -72754,40 +72809,40 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:37056
+#: guix-git/doc/guix.texi:37085
msgid "When the service is running, you can view its console by connecting to it with a VNC client, for example with:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:37059
+#: guix-git/doc/guix.texi:37088
#, no-wrap
msgid "guix shell tigervnc-client -- vncviewer localhost:5900\n"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:37069
+#: guix-git/doc/guix.texi:37098
msgid "The default configuration (see @code{hurd-vm-configuration} below) spawns a secure shell (SSH) server in your GNU/Hurd system, which QEMU (the virtual machine emulator) redirects to port 10022 on the host. By default, the service enables @dfn{offloading} such that the host @code{guix-daemon} automatically offloads GNU/Hurd builds to the childhurd (@pxref{Daemon Offload Setup}). This is what happens when running a command like the following one, where @code{i586-gnu} is the system type of 32-bit GNU/Hurd:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:37072
+#: guix-git/doc/guix.texi:37101
#, fuzzy, no-wrap
#| msgid "guix build emacs guile\n"
msgid "guix build emacs-minimal -s i586-gnu\n"
msgstr "guix build emacs guile\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:37081
+#: guix-git/doc/guix.texi:37110
msgid "The childhurd is volatile and stateless: it starts with a fresh root file system every time you restart it. By default though, all the files under @file{/etc/childhurd} on the host are copied as is to the root file system of the childhurd when it boots. This allows you to initialize ``secrets'' inside the VM: SSH host keys, authorized substitute keys, and so on---see the explanation of @code{secret-root} below."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:37088
+#: guix-git/doc/guix.texi:37117
msgid "You will probably find it useful to create an account for you in the GNU/Hurd virtual machine and to authorize logins with your SSH key. To do that, you can define the GNU/Hurd system in the usual way (@pxref{Using the Configuration System}), and then pass that operating system as the @code{os} field of @code{hurd-vm-configuration}, as in this example:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:37094
+#: guix-git/doc/guix.texi:37123
#, no-wrap
msgid ""
"(define childhurd-os\n"
@@ -72798,7 +72853,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:37102
+#: guix-git/doc/guix.texi:37131
#, no-wrap
msgid ""
" ;; Add a user account.\n"
@@ -72812,7 +72867,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:37118
+#: guix-git/doc/guix.texi:37147
#, no-wrap
msgid ""
" (services\n"
@@ -72834,7 +72889,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:37128
+#: guix-git/doc/guix.texi:37157
#, no-wrap
msgid ""
"(operating-system\n"
@@ -72849,26 +72904,26 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:37132
+#: guix-git/doc/guix.texi:37161
#, fuzzy
#| msgid "The remainder of this section is the reference for most of the utility procedures provided by @code{(guix build utils)}."
msgid "That's it! The remainder of this section provides the reference of the service configuration."
msgstr "Оставшаяся часть этого раздела является справочником по большинству служебных процедур, предоставляемых @code{(guix build utils)}."
#. type: defvar
-#: guix-git/doc/guix.texi:37133
+#: guix-git/doc/guix.texi:37162
#, fuzzy, no-wrap
#| msgid "shepherd-root-service-type"
msgid "hurd-vm-service-type"
msgstr "shepherd-root-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:37139
+#: guix-git/doc/guix.texi:37168
msgid "This is the type of the Hurd in a Virtual Machine service. Its value must be a @code{hurd-vm-configuration} object, which specifies the operating system (@pxref{operating-system Reference}) and the disk size for the Hurd Virtual Machine, the QEMU package to use as well as the options for running it."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:37147
+#: guix-git/doc/guix.texi:37176
#, no-wrap
msgid ""
"(service hurd-vm-service-type\n"
@@ -72878,99 +72933,99 @@ msgid ""
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:37151
+#: guix-git/doc/guix.texi:37180
msgid "would create a disk image big enough to build GNU@tie{}Hello, with some extra memory."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:37153
+#: guix-git/doc/guix.texi:37182
#, no-wrap
msgid "{Data Type} hurd-vm-configuration"
msgstr "{Тип данных} build-machine"
#. type: deftp
-#: guix-git/doc/guix.texi:37156
+#: guix-git/doc/guix.texi:37185
msgid "The data type representing the configuration for @code{hurd-vm-service-type}."
msgstr "Управление конфигурацией операционной системы."
#. type: item
-#: guix-git/doc/guix.texi:37158
+#: guix-git/doc/guix.texi:37187
#, no-wrap
msgid "@code{os} (default: @var{%hurd-vm-operating-system})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:37162
+#: guix-git/doc/guix.texi:37191
msgid "The operating system to instantiate. This default is bare-bones with a permissive OpenSSH secure shell daemon listening on port 2222 (@pxref{Networking Services, @code{openssh-service-type}})."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:37166
+#: guix-git/doc/guix.texi:37195
#, no-wrap
msgid "@code{image} (default: @var{hurd-vm-disk-image})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:37169
+#: guix-git/doc/guix.texi:37198
msgid "The image object representing the disk image of this virtual machine (@pxref{System Images})."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:37170
+#: guix-git/doc/guix.texi:37199
#, no-wrap
msgid "@code{disk-size} (default: @code{'guess})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:37172
+#: guix-git/doc/guix.texi:37201
msgid "The size of the disk image."
msgstr "Лицензия этого руководства."
#. type: item
-#: guix-git/doc/guix.texi:37173
+#: guix-git/doc/guix.texi:37202
#, no-wrap
msgid "@code{memory-size} (default: @code{512})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:37175
+#: guix-git/doc/guix.texi:37204
msgid "The memory size of the Virtual Machine in mebibytes."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:37176
+#: guix-git/doc/guix.texi:37205
#, no-wrap
msgid "@code{options} (default: @code{'(\"--snapshot\")})"
msgstr "@code{outputs} (default: @code{'(\"out\")})"
#. type: table
-#: guix-git/doc/guix.texi:37178
+#: guix-git/doc/guix.texi:37207
msgid "The extra options for running QEMU."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:37183
+#: guix-git/doc/guix.texi:37212
msgid "If set, a non-zero positive integer used to parameterize Childhurd instances. It is appended to the service's name, e.g. @code{childhurd1}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:37184
+#: guix-git/doc/guix.texi:37213
#, no-wrap
msgid "@code{net-options} (default: @var{hurd-vm-net-options})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:37186
+#: guix-git/doc/guix.texi:37215
msgid "The procedure used to produce the list of QEMU networking options."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:37188
+#: guix-git/doc/guix.texi:37217
msgid "By default, it produces"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:37196
+#: guix-git/doc/guix.texi:37225
#, no-wrap
msgid ""
"'(\"--device\" \"rtl8139,netdev=net0\"\n"
@@ -72982,12 +73037,12 @@ msgid ""
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:37199
+#: guix-git/doc/guix.texi:37228
msgid "with forwarded ports:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:37204
+#: guix-git/doc/guix.texi:37233
#, no-wrap
msgid ""
"@var{secrets-port}: @code{(+ 11004 (* 1000 @var{ID}))}\n"
@@ -72996,89 +73051,89 @@ msgid ""
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:37206
+#: guix-git/doc/guix.texi:37235
#, no-wrap
msgid "childhurd, offloading"
msgstr "разгрузка"
#. type: cindex
-#: guix-git/doc/guix.texi:37207
+#: guix-git/doc/guix.texi:37236
#, no-wrap
msgid "Hurd, offloading"
msgstr "разгрузка"
#. type: item
-#: guix-git/doc/guix.texi:37208
+#: guix-git/doc/guix.texi:37237
#, fuzzy, no-wrap
#| msgid "@code{lang} (default: @code{#f})"
msgid "@code{offloading?} (default: @code{#t})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:37210
+#: guix-git/doc/guix.texi:37239
msgid "Whether to automatically set up offloading of builds to the childhurd."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:37214
+#: guix-git/doc/guix.texi:37243
msgid "When enabled, this lets you run GNU/Hurd builds on the host and have them transparently offloaded to the VM, for instance when running a command like this:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:37217
+#: guix-git/doc/guix.texi:37246
#, fuzzy, no-wrap
#| msgid "guix build emacs guile\n"
msgid "guix build coreutils -s i586-gnu\n"
msgstr "guix build emacs guile\n"
#. type: table
-#: guix-git/doc/guix.texi:37220
+#: guix-git/doc/guix.texi:37249
msgid "This option automatically sets up offloading like so:"
msgstr ""
#. type: enumerate
-#: guix-git/doc/guix.texi:37227
+#: guix-git/doc/guix.texi:37256
msgid "Authorizing the childhurd's key on the host so that the host accepts build results coming from the childhurd, which can be done like so (@pxref{Invoking guix archive, @command{guix archive --authorize}}, for more on that)."
msgstr ""
#. type: enumerate
-#: guix-git/doc/guix.texi:37231
+#: guix-git/doc/guix.texi:37260
msgid "Creating a user account called @code{offloading} dedicated to offloading in the childhurd."
msgstr ""
#. type: enumerate
-#: guix-git/doc/guix.texi:37235
+#: guix-git/doc/guix.texi:37264
msgid "Creating an SSH key pair on the host and making it an authorized key of the @code{offloading} account in the childhurd."
msgstr ""
#. type: enumerate
-#: guix-git/doc/guix.texi:37239
+#: guix-git/doc/guix.texi:37268
msgid "Adding the childhurd to @file{/etc/guix/machines.scm} (@pxref{Daemon Offload Setup})."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:37241
+#: guix-git/doc/guix.texi:37270
#, no-wrap
msgid "@code{secret-root} (default: @file{/etc/childhurd})"
msgstr "@code{private-key} (default: @file{~root/.ssh/id_rsa})"
#. type: table
-#: guix-git/doc/guix.texi:37246
+#: guix-git/doc/guix.texi:37275
msgid "The root directory with out-of-band secrets to be installed into the childhurd once it runs. Childhurds are volatile which means that on every startup, secrets such as the SSH host keys and Guix signing key are recreated."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:37250
+#: guix-git/doc/guix.texi:37279
msgid "If the @file{/etc/childhurd} directory does not exist, the @code{secret-service} running in the Childhurd will be sent an empty list of secrets."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:37253
+#: guix-git/doc/guix.texi:37282
msgid "By default, the service automatically populates @file{/etc/childhurd} with the following non-volatile secrets, unless they already exist:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:37263
+#: guix-git/doc/guix.texi:37292
#, no-wrap
msgid ""
"/etc/childhurd/etc/guix/acl\n"
@@ -73092,12 +73147,12 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:37272
+#: guix-git/doc/guix.texi:37301
msgid "Note that by default the VM image is volatile, i.e., once stopped the contents are lost. If you want a stateful image instead, override the configuration's @code{image} and @code{options} without the @code{--snapshot} flag using something along these lines:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:37278
+#: guix-git/doc/guix.texi:37307
#, no-wrap
msgid ""
"(service hurd-vm-service-type\n"
@@ -73107,34 +73162,34 @@ msgid ""
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:37280
+#: guix-git/doc/guix.texi:37309
#, no-wrap
msgid "Ganeti"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:37282
+#: guix-git/doc/guix.texi:37311
#, no-wrap
msgid "ganeti"
msgstr ""
#. type: quotation
-#: guix-git/doc/guix.texi:37289
+#: guix-git/doc/guix.texi:37318
msgid "This service is considered experimental. Configuration options may be changed in a backwards-incompatible manner, and not all features have been thorougly tested. Users of this service are encouraged to share their experience at @email{guix-devel@@gnu.org}."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:37299
+#: guix-git/doc/guix.texi:37328
msgid "Ganeti is a virtual machine management system. It is designed to keep virtual machines running on a cluster of servers even in the event of hardware failures, and to make maintenance and recovery tasks easy. It consists of multiple services which are described later in this section. In addition to the Ganeti service, you will need the OpenSSH service (@pxref{Networking Services, @code{openssh-service-type}}), and update the @file{/etc/hosts} file (@pxref{Service Reference, @code{hosts-service-type}}) with the cluster name and address (or use a DNS server)."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:37304
+#: guix-git/doc/guix.texi:37333
msgid "All nodes participating in a Ganeti cluster should have the same Ganeti and @file{/etc/hosts} configuration. Here is an example configuration for a Ganeti cluster node that supports multiple storage backends, and installs the @code{debootstrap} and @code{guix} @dfn{OS providers}:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:37311
+#: guix-git/doc/guix.texi:37340
#, no-wrap
msgid ""
"(use-package-modules virtualization)\n"
@@ -73146,7 +73201,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:37332
+#: guix-git/doc/guix.texi:37361
#, no-wrap
msgid ""
" ;; Install QEMU so we can use KVM-based instances, and LVM, DRBD and Ceph\n"
@@ -73173,7 +73228,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:37337
+#: guix-git/doc/guix.texi:37366
#, no-wrap
msgid ""
" ;; Ganeti uses SSH to communicate between nodes.\n"
@@ -73184,7 +73239,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:37345
+#: guix-git/doc/guix.texi:37374
#, no-wrap
msgid ""
" (simple-service 'ganeti-hosts-entries hosts-service-type\n"
@@ -73198,7 +73253,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:37355
+#: guix-git/doc/guix.texi:37384
#, no-wrap
msgid ""
" (service ganeti-service-type\n"
@@ -73213,121 +73268,121 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:37363
+#: guix-git/doc/guix.texi:37392
msgid "Users are advised to read the @url{https://docs.ganeti.org/docs/ganeti/3.0/html/admin.html,Ganeti administrators guide} to learn about the various cluster options and day-to-day operations. There is also a @url{https://guix.gnu.org/blog/2020/running-a-ganeti-cluster-on-guix/,blog post} describing how to configure and initialize a small cluster."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:37364
+#: guix-git/doc/guix.texi:37393
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "ganeti-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:37367
+#: guix-git/doc/guix.texi:37396
msgid "This is a service type that includes all the various services that Ganeti nodes should run."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:37372
+#: guix-git/doc/guix.texi:37401
msgid "Its value is a @code{ganeti-configuration} object that defines the package to use for CLI operations, as well as configuration for the various daemons. Allowed file storage paths and available guest operating systems are also configured through this data type."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:37374
+#: guix-git/doc/guix.texi:37403
#, no-wrap
msgid "{Data Type} ganeti-configuration"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:37376
+#: guix-git/doc/guix.texi:37405
msgid "The @code{ganeti} service takes the following configuration options:"
msgstr "Модуль @code{(guix inferior)} предоставляет следующие процедуры для работы с ранними версиями:"
#. type: item
-#: guix-git/doc/guix.texi:37378 guix-git/doc/guix.texi:37628
-#: guix-git/doc/guix.texi:37678 guix-git/doc/guix.texi:37708
-#: guix-git/doc/guix.texi:37735 guix-git/doc/guix.texi:37767
-#: guix-git/doc/guix.texi:37820 guix-git/doc/guix.texi:37840
-#: guix-git/doc/guix.texi:37866 guix-git/doc/guix.texi:37899
-#: guix-git/doc/guix.texi:37939
+#: guix-git/doc/guix.texi:37407 guix-git/doc/guix.texi:37657
+#: guix-git/doc/guix.texi:37707 guix-git/doc/guix.texi:37737
+#: guix-git/doc/guix.texi:37764 guix-git/doc/guix.texi:37796
+#: guix-git/doc/guix.texi:37849 guix-git/doc/guix.texi:37869
+#: guix-git/doc/guix.texi:37895 guix-git/doc/guix.texi:37928
+#: guix-git/doc/guix.texi:37968
#, no-wrap
msgid "@code{ganeti} (default: @code{ganeti})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:37383
+#: guix-git/doc/guix.texi:37412
msgid "The @code{ganeti} package to use. It will be installed to the system profile and make @command{gnt-cluster}, @command{gnt-instance}, etc available. Note that the value specified here does not affect the other services as each refer to a specific @code{ganeti} package (see below)."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:37384
+#: guix-git/doc/guix.texi:37413
#, no-wrap
msgid "@code{noded-configuration} (default: @code{(ganeti-noded-configuration)})"
msgstr "@code{port} (default: @code{22})"
#. type: itemx
-#: guix-git/doc/guix.texi:37385
+#: guix-git/doc/guix.texi:37414
#, no-wrap
msgid "@code{confd-configuration} (default: @code{(ganeti-confd-configuration)})"
msgstr "@code{port} (default: @code{22})"
#. type: itemx
-#: guix-git/doc/guix.texi:37386
+#: guix-git/doc/guix.texi:37415
#, no-wrap
msgid "@code{wconfd-configuration} (default: @code{(ganeti-wconfd-configuration)})"
msgstr "@code{port} (default: @code{22})"
#. type: itemx
-#: guix-git/doc/guix.texi:37387
+#: guix-git/doc/guix.texi:37416
#, no-wrap
msgid "@code{luxid-configuration} (default: @code{(ganeti-luxid-configuration)})"
msgstr "@code{port} (default: @code{22})"
#. type: itemx
-#: guix-git/doc/guix.texi:37388
+#: guix-git/doc/guix.texi:37417
#, no-wrap
msgid "@code{rapi-configuration} (default: @code{(ganeti-rapi-configuration)})"
msgstr "@code{port} (default: @code{22})"
#. type: itemx
-#: guix-git/doc/guix.texi:37389
+#: guix-git/doc/guix.texi:37418
#, no-wrap
msgid "@code{kvmd-configuration} (default: @code{(ganeti-kvmd-configuration)})"
msgstr "@code{port} (default: @code{22})"
#. type: itemx
-#: guix-git/doc/guix.texi:37390
+#: guix-git/doc/guix.texi:37419
#, no-wrap
msgid "@code{mond-configuration} (default: @code{(ganeti-mond-configuration)})"
msgstr "@code{port} (default: @code{22})"
#. type: itemx
-#: guix-git/doc/guix.texi:37391
+#: guix-git/doc/guix.texi:37420
#, no-wrap
msgid "@code{metad-configuration} (default: @code{(ganeti-metad-configuration)})"
msgstr "@code{port} (default: @code{22})"
#. type: itemx
-#: guix-git/doc/guix.texi:37392
+#: guix-git/doc/guix.texi:37421
#, no-wrap
msgid "@code{watcher-configuration} (default: @code{(ganeti-watcher-configuration)})"
msgstr "@code{port} (default: @code{22})"
#. type: itemx
-#: guix-git/doc/guix.texi:37393
+#: guix-git/doc/guix.texi:37422
#, no-wrap
msgid "@code{cleaner-configuration} (default: @code{(ganeti-cleaner-configuration)})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:37398
+#: guix-git/doc/guix.texi:37427
msgid "These options control the various daemons and cron jobs that are distributed with Ganeti. The possible values for these are described in detail below. To override a setting, you must use the configuration type for that service:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:37408
+#: guix-git/doc/guix.texi:37437
#, no-wrap
msgid ""
"(service ganeti-service-type\n"
@@ -73341,45 +73396,45 @@ msgid ""
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:37410
+#: guix-git/doc/guix.texi:37439
#, no-wrap
msgid "@code{file-storage-paths} (default: @code{'()})"
msgstr "@code{native-search-paths} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:37412
+#: guix-git/doc/guix.texi:37441
msgid "List of allowed directories for file storage backend."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:37413
+#: guix-git/doc/guix.texi:37442
#, fuzzy, no-wrap
msgid "@code{hooks} (default: @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:37416
+#: guix-git/doc/guix.texi:37445
msgid "When set, this should be a file-like object containing a directory with @url{https://docs.ganeti.org/docs/ganeti/3.0/html/hooks.html,cluster execution hooks}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:37417
+#: guix-git/doc/guix.texi:37446
#, no-wrap
msgid "@code{os} (default: @code{%default-ganeti-os})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:37419
+#: guix-git/doc/guix.texi:37448
msgid "List of @code{<ganeti-os>} records."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:37423
+#: guix-git/doc/guix.texi:37452
msgid "In essence @code{ganeti-service-type} is shorthand for declaring each service individually:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:37434
+#: guix-git/doc/guix.texi:37463
#, no-wrap
msgid ""
"(service ganeti-noded-service-type)\n"
@@ -73394,58 +73449,58 @@ msgid ""
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:37438
+#: guix-git/doc/guix.texi:37467
msgid "Plus a service extension for @code{etc-service-type} that configures the file storage backend and OS variants."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:37441
+#: guix-git/doc/guix.texi:37470
#, no-wrap
msgid "{Data Type} ganeti-os"
msgstr "{Тип данных} build-machine"
#. type: deftp
-#: guix-git/doc/guix.texi:37444
+#: guix-git/doc/guix.texi:37473
msgid "This data type is suitable for passing to the @code{os} parameter of @code{ganeti-configuration}. It takes the following parameters:"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:37450
+#: guix-git/doc/guix.texi:37479
msgid "The name for this OS provider. It is only used to specify where the configuration ends up. Setting it to ``debootstrap'' will create @file{/etc/ganeti/instance-debootstrap}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:37451
+#: guix-git/doc/guix.texi:37480
#, fuzzy, no-wrap
#| msgid "@code{linux} (default: @code{#f})"
msgid "@code{extension} (default: @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:37454
+#: guix-git/doc/guix.texi:37483
msgid "The file extension for variants of this OS type. For example @file{.conf} or @file{.scm}. It will be appended to the variant file name if set."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:37455
+#: guix-git/doc/guix.texi:37484
#, no-wrap
msgid "@code{variants} (default: @code{'()})"
msgstr "@code{inputs} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:37459
+#: guix-git/doc/guix.texi:37488
#, fuzzy
#| msgid "A list of file names, origins, or file-like objects (@pxref{G-Expressions, file-like objects}) pointing to patches to be applied to the source."
msgid "This must be either a list of @code{ganeti-os-variant} objects for this OS, or a ``file-like'' object (@pxref{G-Expressions, file-like objects}) representing the variants directory."
msgstr "Список имен файлов, источников или объектов подобных файлами (@pxref{G-Expressions, file-like objects}), указывающих на исправления, которые будут применены к источнику."
#. type: table
-#: guix-git/doc/guix.texi:37463
+#: guix-git/doc/guix.texi:37492
msgid "To use the Guix OS provider with variant definitions residing in a local directory instead of declaring individual variants (see @var{guix-variants} below), you can do:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:37469
+#: guix-git/doc/guix.texi:37498
#, no-wrap
msgid ""
"(ganeti-os\n"
@@ -73455,266 +73510,266 @@ msgid ""
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:37475
+#: guix-git/doc/guix.texi:37504
msgid "Note that you will need to maintain the @file{variants.list} file (see @code{@url{https://docs.ganeti.org/docs/ganeti/3.0/man/ganeti-os-interface.html, ganeti-os-interface(7)}}) manually in this case."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:37479
+#: guix-git/doc/guix.texi:37508
#, no-wrap
msgid "{Data Type} ganeti-os-variant"
msgstr "{Тип данных} build-machine"
#. type: deftp
-#: guix-git/doc/guix.texi:37482
+#: guix-git/doc/guix.texi:37511
msgid "This is the data type for a Ganeti OS variant. It takes the following parameters:"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:37486
+#: guix-git/doc/guix.texi:37515
msgid "The name of this variant."
msgstr "Лицензия этого руководства."
#. type: code{#1}
-#: guix-git/doc/guix.texi:37487
+#: guix-git/doc/guix.texi:37516
#, no-wrap
msgid "configuration"
msgstr "Конфигурирование системы"
#. type: table
-#: guix-git/doc/guix.texi:37489
+#: guix-git/doc/guix.texi:37518
msgid "A configuration file for this variant."
msgstr "Файл конфигурации для этого варианта."
#. type: defvar
-#: guix-git/doc/guix.texi:37492
+#: guix-git/doc/guix.texi:37521
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} %default-debootstrap-hooks"
msgid "%default-debootstrap-hooks"
msgstr "{Scheme Variable} ant-build-system"
#. type: defvar
-#: guix-git/doc/guix.texi:37494
+#: guix-git/doc/guix.texi:37523
msgid "This variable contains hooks to configure networking and the GRUB bootloader."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:37496
+#: guix-git/doc/guix.texi:37525
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} %default-debootstrap-extra-pkgs"
msgid "%default-debootstrap-extra-pkgs"
msgstr "{Scheme Variable} ant-build-system"
#. type: defvar
-#: guix-git/doc/guix.texi:37498
+#: guix-git/doc/guix.texi:37527
msgid "This variable contains a list of packages suitable for a fully-virtualized guest."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:37500
+#: guix-git/doc/guix.texi:37529
#, no-wrap
msgid "{Data Type} debootstrap-configuration"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:37503
+#: guix-git/doc/guix.texi:37532
msgid "This data type creates configuration files suitable for the debootstrap OS provider."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:37505
+#: guix-git/doc/guix.texi:37534
#, no-wrap
msgid "@code{hooks} (default: @code{%default-debootstrap-hooks})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:37509
+#: guix-git/doc/guix.texi:37538
msgid "When not @code{#f}, this must be a G-expression that specifies a directory with scripts that will run when the OS is installed. It can also be a list of @code{(name . file-like)} pairs. For example:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:37512
+#: guix-git/doc/guix.texi:37541
#, no-wrap
msgid "`((99-hello-world . ,(plain-file \"#!/bin/sh\\necho Hello, World\")))\n"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:37517
+#: guix-git/doc/guix.texi:37546
msgid "That will create a directory with one executable named @code{99-hello-world} and run it every time this variant is installed. If set to @code{#f}, hooks in @file{/etc/ganeti/instance-debootstrap/hooks} will be used, if any."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:37517
+#: guix-git/doc/guix.texi:37546
#, no-wrap
msgid "@code{proxy} (default: @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:37519
+#: guix-git/doc/guix.texi:37548
msgid "Optional HTTP proxy to use."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:37519 guix-git/doc/guix.texi:39915
+#: guix-git/doc/guix.texi:37548 guix-git/doc/guix.texi:39944
#, no-wrap
msgid "@code{mirror} (default: @code{#f})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:37522
+#: guix-git/doc/guix.texi:37551
msgid "The Debian mirror. Typically something like @code{http://ftp.no.debian.org/debian}. The default varies depending on the distribution."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:37522
+#: guix-git/doc/guix.texi:37551
#, no-wrap
msgid "@code{arch} (default: @code{#f})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:37525
+#: guix-git/doc/guix.texi:37554
msgid "The dpkg architecture. Set to @code{armhf} to debootstrap an ARMv7 instance on an AArch64 host. Default is to use the current system architecture."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:37525
+#: guix-git/doc/guix.texi:37554
#, no-wrap
msgid "@code{suite} (default: @code{\"stable\"})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:37528
+#: guix-git/doc/guix.texi:37557
msgid "When set, this must be a Debian distribution ``suite'' such as @code{buster} or @code{focal}. If set to @code{#f}, the default for the OS provider is used."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:37528
+#: guix-git/doc/guix.texi:37557
#, no-wrap
msgid "@code{extra-pkgs} (default: @code{%default-debootstrap-extra-pkgs})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:37531
+#: guix-git/doc/guix.texi:37560
msgid "List of extra packages that will get installed by dpkg in addition to the minimal system."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:37531
+#: guix-git/doc/guix.texi:37560
#, no-wrap
msgid "@code{components} (default: @code{#f})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:37534
+#: guix-git/doc/guix.texi:37563
msgid "When set, must be a list of Debian repository ``components''. For example @code{'(\"main\" \"contrib\")}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:37534
+#: guix-git/doc/guix.texi:37563
#, no-wrap
msgid "@code{generate-cache?} (default: @code{#t})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:37536
+#: guix-git/doc/guix.texi:37565
msgid "Whether to automatically cache the generated debootstrap archive."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:37536
+#: guix-git/doc/guix.texi:37565
#, no-wrap
msgid "@code{clean-cache} (default: @code{14})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:37539
+#: guix-git/doc/guix.texi:37568
msgid "Discard the cache after this amount of days. Use @code{#f} to never clear the cache."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:37539
+#: guix-git/doc/guix.texi:37568
#, no-wrap
msgid "@code{partition-style} (default: @code{'msdos})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:37542
+#: guix-git/doc/guix.texi:37571
msgid "The type of partition to create. When set, it must be one of @code{'msdos}, @code{'none} or a string."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:37542
+#: guix-git/doc/guix.texi:37571
#, no-wrap
msgid "@code{partition-alignment} (default: @code{2048})"
msgstr "@code{arguments} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:37544
+#: guix-git/doc/guix.texi:37573
msgid "Alignment of the partition in sectors."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:37547
+#: guix-git/doc/guix.texi:37576
#, fuzzy, no-wrap
#| msgid "{Scheme Procedure} debootstrap-variant @var{name} @var{configuration}"
msgid "{Procedure} debootstrap-variant name configuration"
msgstr "{Процедура Scheme} lookup-inferior-packages @var{inferior} @var{name} @"
#. type: deffn
-#: guix-git/doc/guix.texi:37550
+#: guix-git/doc/guix.texi:37579
msgid "This is a helper procedure that creates a @code{ganeti-os-variant} record. It takes two parameters: a name and a @code{debootstrap-configuration} object."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:37552
+#: guix-git/doc/guix.texi:37581
#, fuzzy, no-wrap
#| msgid "{Scheme Procedure} debootstrap-os @var{variants}@dots{}"
msgid "{Procedure} debootstrap-os variants@dots{}"
msgstr "{Процедура Scheme} lookup-inferior-packages @var{inferior} @var{name} @"
#. type: deffn
-#: guix-git/doc/guix.texi:37555
+#: guix-git/doc/guix.texi:37584
msgid "This is a helper procedure that creates a @code{ganeti-os} record. It takes a list of variants created with @code{debootstrap-variant}."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:37557
+#: guix-git/doc/guix.texi:37586
#, fuzzy, no-wrap
#| msgid "git configuration"
msgid "{Procedure} guix-variant name configuration"
msgstr "Конфигурирование Git"
#. type: deffn
-#: guix-git/doc/guix.texi:37562
+#: guix-git/doc/guix.texi:37591
msgid "This is a helper procedure that creates a @code{ganeti-os-variant} record for use with the Guix OS provider. It takes a name and a G-expression that returns a ``file-like'' (@pxref{G-Expressions, file-like objects}) object containing a Guix System configuration."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:37564
+#: guix-git/doc/guix.texi:37593
#, fuzzy, no-wrap
#| msgid "{Scheme Procedure} guix-os @var{variants}@dots{}"
msgid "{Procedure} guix-os variants@dots{}"
msgstr "{Процедура Scheme} lookup-inferior-packages @var{inferior} @var{name} @"
#. type: deffn
-#: guix-git/doc/guix.texi:37567
+#: guix-git/doc/guix.texi:37596
msgid "This is a helper procedure that creates a @code{ganeti-os} record. It takes a list of variants produced by @code{guix-variant}."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:37569
+#: guix-git/doc/guix.texi:37598
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} %default-debootstrap-variants"
msgid "%default-debootstrap-variants"
msgstr "{Процедура Scheme} sane-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:37573
+#: guix-git/doc/guix.texi:37602
msgid "This is a convenience variable to make the debootstrap provider work ``out of the box'' without users having to declare variants manually. It contains a single debootstrap variant with the default configuration:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:37578
+#: guix-git/doc/guix.texi:37607
#, no-wrap
msgid ""
"(list (debootstrap-variant\n"
@@ -73723,19 +73778,19 @@ msgid ""
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:37581
+#: guix-git/doc/guix.texi:37610
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} %default-guix-variants"
msgid "%default-guix-variants"
msgstr "{Scheme Variable} ant-build-system"
#. type: defvar
-#: guix-git/doc/guix.texi:37585
+#: guix-git/doc/guix.texi:37614
msgid "This is a convenience variable to make the Guix OS provider work without additional configuration. It creates a virtual machine that has an SSH server, a serial console, and authorizes the Ganeti hosts SSH keys."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:37591
+#: guix-git/doc/guix.texi:37620
#, no-wrap
msgid ""
"(list (guix-variant\n"
@@ -73745,12 +73800,12 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:37597
+#: guix-git/doc/guix.texi:37626
msgid "Users can implement support for OS providers unbeknownst to Guix by extending the @code{ganeti-os} and @code{ganeti-os-variant} records appropriately. For example:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:37606
+#: guix-git/doc/guix.texi:37635
#, no-wrap
msgid ""
"(ganeti-os\n"
@@ -73763,742 +73818,742 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:37611
+#: guix-git/doc/guix.texi:37640
msgid "That creates @file{/etc/ganeti/instance-custom/variants/foo.conf} which points to a file in the store with contents @code{this is fine}. It also creates @file{/etc/ganeti/instance-custom/variants/variants.list} with contents @code{foo}."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:37614
+#: guix-git/doc/guix.texi:37643
msgid "Obviously this may not work for all OS providers out there. If you find the interface limiting, please reach out to @email{guix-devel@@gnu.org}."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:37617
+#: guix-git/doc/guix.texi:37646
msgid "The rest of this section documents the various services that are included by @code{ganeti-service-type}."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:37618
+#: guix-git/doc/guix.texi:37647
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "ganeti-noded-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:37622
+#: guix-git/doc/guix.texi:37651
msgid "@command{ganeti-noded} is the daemon responsible for node-specific functions within the Ganeti system. The value of this service must be a @code{ganeti-noded-configuration} object."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:37624
+#: guix-git/doc/guix.texi:37653
#, no-wrap
msgid "{Data Type} ganeti-noded-configuration"
msgstr "{Data Type} pagekite-configuration"
#. type: deftp
-#: guix-git/doc/guix.texi:37626
+#: guix-git/doc/guix.texi:37655
msgid "This is the configuration for the @code{ganeti-noded} service."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:37630 guix-git/doc/guix.texi:37680
-#: guix-git/doc/guix.texi:37710 guix-git/doc/guix.texi:37737
-#: guix-git/doc/guix.texi:37769 guix-git/doc/guix.texi:37822
-#: guix-git/doc/guix.texi:37842 guix-git/doc/guix.texi:37868
-#: guix-git/doc/guix.texi:37901
+#: guix-git/doc/guix.texi:37659 guix-git/doc/guix.texi:37709
+#: guix-git/doc/guix.texi:37739 guix-git/doc/guix.texi:37766
+#: guix-git/doc/guix.texi:37798 guix-git/doc/guix.texi:37851
+#: guix-git/doc/guix.texi:37871 guix-git/doc/guix.texi:37897
+#: guix-git/doc/guix.texi:37930
msgid "The @code{ganeti} package to use for this service."
msgstr "Пакет @code{ganeti} для использования в этой службе."
#. type: item
-#: guix-git/doc/guix.texi:37631
+#: guix-git/doc/guix.texi:37660
#, no-wrap
msgid "@code{port} (default: @code{1811})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:37633
+#: guix-git/doc/guix.texi:37662
msgid "The TCP port on which the node daemon listens for network requests."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:37634 guix-git/doc/guix.texi:37684
-#: guix-git/doc/guix.texi:37776 guix-git/doc/guix.texi:37846
+#: guix-git/doc/guix.texi:37663 guix-git/doc/guix.texi:37713
+#: guix-git/doc/guix.texi:37805 guix-git/doc/guix.texi:37875
#, no-wrap
msgid "@code{address} (default: @code{\"0.0.0.0\"})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:37637
+#: guix-git/doc/guix.texi:37666
msgid "The network address that the daemon will bind to. The default address means bind to all available addresses."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:37641
+#: guix-git/doc/guix.texi:37670
msgid "When this is set, it must be a specific network interface (e.g.@: @code{eth0}) that the daemon will bind to."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:37642 guix-git/doc/guix.texi:37784
+#: guix-git/doc/guix.texi:37671 guix-git/doc/guix.texi:37813
#, no-wrap
msgid "@code{max-clients} (default: @code{20})"
msgstr "@code{inputs} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:37646
+#: guix-git/doc/guix.texi:37675
msgid "This sets a limit on the maximum number of simultaneous client connections that the daemon will handle. Connections above this count are accepted, but no responses will be sent until enough connections have closed."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:37647 guix-git/doc/guix.texi:37789
+#: guix-git/doc/guix.texi:37676 guix-git/doc/guix.texi:37818
#, no-wrap
msgid "@code{ssl?} (default: @code{#t})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:37651
+#: guix-git/doc/guix.texi:37680
msgid "Whether to use SSL/TLS to encrypt network communications. The certificate is automatically provisioned by the cluster and can be rotated with @command{gnt-cluster renew-crypto}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:37652 guix-git/doc/guix.texi:37792
+#: guix-git/doc/guix.texi:37681 guix-git/doc/guix.texi:37821
#, no-wrap
msgid "@code{ssl-key} (default: @file{\"/var/lib/ganeti/server.pem\"})"
msgstr "@code{daemon-socket} (default: @code{\"/var/guix/daemon-socket/socket\"})"
#. type: table
-#: guix-git/doc/guix.texi:37654 guix-git/doc/guix.texi:37794
+#: guix-git/doc/guix.texi:37683 guix-git/doc/guix.texi:37823
msgid "This can be used to provide a specific encryption key for TLS communications."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:37655 guix-git/doc/guix.texi:37795
+#: guix-git/doc/guix.texi:37684 guix-git/doc/guix.texi:37824
#, no-wrap
msgid "@code{ssl-cert} (default: @file{\"/var/lib/ganeti/server.pem\"})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:37657 guix-git/doc/guix.texi:37797
+#: guix-git/doc/guix.texi:37686 guix-git/doc/guix.texi:37826
msgid "This can be used to provide a specific certificate for TLS communications."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:37661 guix-git/doc/guix.texi:37801
+#: guix-git/doc/guix.texi:37690 guix-git/doc/guix.texi:37830
msgid "When true, the daemon performs additional logging for debugging purposes. Note that this will leak encryption details to the log files, use with caution."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:37665
+#: guix-git/doc/guix.texi:37694
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "ganeti-confd-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:37671
+#: guix-git/doc/guix.texi:37700
msgid "@command{ganeti-confd} answers queries related to the configuration of a Ganeti cluster. The purpose of this daemon is to have a highly available and fast way to query cluster configuration values. It is automatically active on all @dfn{master candidates}. The value of this service must be a @code{ganeti-confd-configuration} object."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:37674
+#: guix-git/doc/guix.texi:37703
#, no-wrap
msgid "{Data Type} ganeti-confd-configuration"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:37676
+#: guix-git/doc/guix.texi:37705
msgid "This is the configuration for the @code{ganeti-confd} service."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:37681
+#: guix-git/doc/guix.texi:37710
#, no-wrap
msgid "@code{port} (default: @code{1814})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:37683
+#: guix-git/doc/guix.texi:37712
msgid "The UDP port on which to listen for network requests."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:37686
+#: guix-git/doc/guix.texi:37715
msgid "Network address that the daemon will bind to."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:37689 guix-git/doc/guix.texi:37718
-#: guix-git/doc/guix.texi:37745 guix-git/doc/guix.texi:37825
-#: guix-git/doc/guix.texi:37852 guix-git/doc/guix.texi:37878
+#: guix-git/doc/guix.texi:37718 guix-git/doc/guix.texi:37747
+#: guix-git/doc/guix.texi:37774 guix-git/doc/guix.texi:37854
+#: guix-git/doc/guix.texi:37881 guix-git/doc/guix.texi:37907
msgid "When true, the daemon performs additional logging for debugging purposes."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:37693
+#: guix-git/doc/guix.texi:37722
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} ganeti-wconfd-service-type"
msgid "ganeti-wconfd-service-type"
msgstr "{Процедура Scheme} sane-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:37699
+#: guix-git/doc/guix.texi:37728
msgid "@command{ganeti-wconfd} is the daemon that has authoritative knowledge about the cluster configuration and is the only entity that can accept changes to it. All jobs that need to modify the configuration will do so by sending appropriate requests to this daemon. It only runs on the @dfn{master node} and will automatically disable itself on other nodes."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:37702
+#: guix-git/doc/guix.texi:37731
msgid "The value of this service must be a @code{ganeti-wconfd-configuration} object."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:37704
+#: guix-git/doc/guix.texi:37733
#, no-wrap
msgid "{Data Type} ganeti-wconfd-configuration"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:37706
+#: guix-git/doc/guix.texi:37735
msgid "This is the configuration for the @code{ganeti-wconfd} service."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:37711 guix-git/doc/guix.texi:37738
+#: guix-git/doc/guix.texi:37740 guix-git/doc/guix.texi:37767
#, no-wrap
msgid "@code{no-voting?} (default: @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:37715
+#: guix-git/doc/guix.texi:37744
msgid "The daemon will refuse to start if the majority of cluster nodes does not agree that it is running on the master node. Set to @code{#t} to start even if a quorum can not be reached (dangerous, use with caution)."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:37722
+#: guix-git/doc/guix.texi:37751
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} ganeti-luxid-service-type"
msgid "ganeti-luxid-service-type"
msgstr "{Процедура Scheme} sane-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:37727
+#: guix-git/doc/guix.texi:37756
msgid "@command{ganeti-luxid} is a daemon used to answer queries related to the configuration and the current live state of a Ganeti cluster. Additionally, it is the authoritative daemon for the Ganeti job queue. Jobs can be submitted via this daemon and it schedules and starts them."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:37729
+#: guix-git/doc/guix.texi:37758
msgid "It takes a @code{ganeti-luxid-configuration} object."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:37731
+#: guix-git/doc/guix.texi:37760
#, no-wrap
msgid "{Data Type} ganeti-luxid-configuration"
msgstr "{Тип данных} build-machine"
#. type: deftp
-#: guix-git/doc/guix.texi:37733
+#: guix-git/doc/guix.texi:37762
#, fuzzy
#| msgid "This is the data type representing the configuration for the hurd-getty-service."
msgid "This is the configuration for the @code{ganeti-luxid} service."
msgstr "Управление конфигурацией операционной системы."
#. type: table
-#: guix-git/doc/guix.texi:37742
+#: guix-git/doc/guix.texi:37771
msgid "The daemon will refuse to start if it cannot verify that the majority of cluster nodes believes that it is running on the master node. Set to @code{#t} to ignore such checks and start anyway (this can be dangerous)."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:37749
+#: guix-git/doc/guix.texi:37778
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "ganeti-rapi-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:37753
+#: guix-git/doc/guix.texi:37782
msgid "@command{ganeti-rapi} provides a remote API for Ganeti clusters. It runs on the master node and can be used to perform cluster actions programmatically via a JSON-based RPC protocol."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:37759
+#: guix-git/doc/guix.texi:37788
msgid "Most query operations are allowed without authentication (unless @var{require-authentication?} is set), whereas write operations require explicit authorization via the @file{/var/lib/ganeti/rapi/users} file. See the @url{https://docs.ganeti.org/docs/ganeti/3.0/html/rapi.html, Ganeti Remote API documentation} for more information."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:37761
+#: guix-git/doc/guix.texi:37790
msgid "The value of this service must be a @code{ganeti-rapi-configuration} object."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:37763
+#: guix-git/doc/guix.texi:37792
#, no-wrap
msgid "{Data Type} ganeti-rapi-configuration"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:37765
+#: guix-git/doc/guix.texi:37794
msgid "This is the configuration for the @code{ganeti-rapi} service."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:37770
+#: guix-git/doc/guix.texi:37799
#, no-wrap
msgid "@code{require-authentication?} (default: @code{#f})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:37772
+#: guix-git/doc/guix.texi:37801
msgid "Whether to require authentication even for read-only operations."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:37773
+#: guix-git/doc/guix.texi:37802
#, no-wrap
msgid "@code{port} (default: @code{5080})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:37775
+#: guix-git/doc/guix.texi:37804
msgid "The TCP port on which to listen to API requests."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:37779
+#: guix-git/doc/guix.texi:37808
msgid "The network address that the service will bind to. By default it listens on all configured addresses."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:37783
+#: guix-git/doc/guix.texi:37812
msgid "When set, it must specify a specific network interface such as @code{eth0} that the daemon will bind to."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:37788
+#: guix-git/doc/guix.texi:37817
msgid "The maximum number of simultaneous client requests to handle. Further connections are allowed, but no responses are sent until enough connections have closed."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:37791
+#: guix-git/doc/guix.texi:37820
msgid "Whether to use SSL/TLS encryption on the RAPI port."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:37805
+#: guix-git/doc/guix.texi:37834
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} ganeti-kvmd-service-type"
msgid "ganeti-kvmd-service-type"
msgstr "{Процедура Scheme} sane-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:37813
+#: guix-git/doc/guix.texi:37842
msgid "@command{ganeti-kvmd} is responsible for determining whether a given KVM instance was shut down by an administrator or a user. Normally Ganeti will restart an instance that was not stopped through Ganeti itself. If the cluster option @code{user_shutdown} is true, this daemon monitors the @code{QMP} socket provided by QEMU and listens for shutdown events, and marks the instance as @dfn{USER_down} instead of @dfn{ERROR_down} when it shuts down gracefully by itself."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:37815
+#: guix-git/doc/guix.texi:37844
msgid "It takes a @code{ganeti-kvmd-configuration} object."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:37817
+#: guix-git/doc/guix.texi:37846
#, no-wrap
msgid "{Data Type} ganeti-kvmd-configuration"
msgstr "{Тип данных} build-machine"
#. type: defvar
-#: guix-git/doc/guix.texi:37829
+#: guix-git/doc/guix.texi:37858
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "ganeti-mond-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:37833
+#: guix-git/doc/guix.texi:37862
msgid "@command{ganeti-mond} is an optional daemon that provides Ganeti monitoring functionality. It is responsible for running data collectors and publish the collected information through a HTTP interface."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:37835
+#: guix-git/doc/guix.texi:37864
msgid "It takes a @code{ganeti-mond-configuration} object."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:37837
+#: guix-git/doc/guix.texi:37866
#, no-wrap
msgid "{Data Type} ganeti-mond-configuration"
msgstr "{Тип данных} build-machine"
#. type: item
-#: guix-git/doc/guix.texi:37843
+#: guix-git/doc/guix.texi:37872
#, no-wrap
msgid "@code{port} (default: @code{1815})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:37845 guix-git/doc/guix.texi:37871
+#: guix-git/doc/guix.texi:37874 guix-git/doc/guix.texi:37900
msgid "The port on which the daemon will listen."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:37849
+#: guix-git/doc/guix.texi:37878
msgid "The network address that the daemon will bind to. By default it binds to all available interfaces."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:37856
+#: guix-git/doc/guix.texi:37885
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} ganeti-metad-service-type"
msgid "ganeti-metad-service-type"
msgstr "{Процедура Scheme} sane-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:37859
+#: guix-git/doc/guix.texi:37888
msgid "@command{ganeti-metad} is an optional daemon that can be used to provide information about the cluster to instances or OS install scripts."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:37861
+#: guix-git/doc/guix.texi:37890
msgid "It takes a @code{ganeti-metad-configuration} object."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:37863
+#: guix-git/doc/guix.texi:37892
#, no-wrap
msgid "{Data Type} ganeti-metad-configuration"
msgstr "{Тип данных} build-machine"
#. type: table
-#: guix-git/doc/guix.texi:37875
+#: guix-git/doc/guix.texi:37904
msgid "If set, the daemon will bind to this address only. If left unset, the behavior depends on the cluster configuration."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:37882
+#: guix-git/doc/guix.texi:37911
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} ganeti-watcher-service-type"
msgid "ganeti-watcher-service-type"
msgstr "{Процедура Scheme} sane-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:37890
+#: guix-git/doc/guix.texi:37919
msgid "@command{ganeti-watcher} is a script designed to run periodically and ensure the health of a cluster. It will automatically restart instances that have stopped without Ganeti's consent, and repairs DRBD links in case a node has rebooted. It also archives old cluster jobs and restarts Ganeti daemons that are not running. If the cluster parameter @code{ensure_node_health} is set, the watcher will also shutdown instances and DRBD devices if the node it is running on is declared offline by known master candidates."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:37892
+#: guix-git/doc/guix.texi:37921
msgid "It can be paused on all nodes with @command{gnt-cluster watcher pause}."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:37894
+#: guix-git/doc/guix.texi:37923
msgid "The service takes a @code{ganeti-watcher-configuration} object."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:37896
+#: guix-git/doc/guix.texi:37925
#, no-wrap
msgid "{Data Type} ganeti-watcher-configuration"
msgstr "{Data Type} pagekite-configuration"
#. type: item
-#: guix-git/doc/guix.texi:37902
+#: guix-git/doc/guix.texi:37931
#, no-wrap
msgid "@code{schedule} (default: @code{'(next-second-from (next-minute (range 0 60 5)))})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:37904
+#: guix-git/doc/guix.texi:37933
msgid "How often to run the script. The default is every five minutes."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:37905
+#: guix-git/doc/guix.texi:37934
#, no-wrap
msgid "@code{rapi-ip} (default: @code{#f})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:37908
+#: guix-git/doc/guix.texi:37937
msgid "This option needs to be specified only if the RAPI daemon is configured to use a particular interface or address. By default the cluster address is used."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:37909
+#: guix-git/doc/guix.texi:37938
#, no-wrap
msgid "@code{job-age} (default: @code{(* 6 3600)})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:37912
+#: guix-git/doc/guix.texi:37941
msgid "Archive cluster jobs older than this age, specified in seconds. The default is 6 hours. This keeps @command{gnt-job list} manageable."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:37913
+#: guix-git/doc/guix.texi:37942
#, no-wrap
msgid "@code{verify-disks?} (default: @code{#t})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:37917
+#: guix-git/doc/guix.texi:37946
msgid "If this is @code{#f}, the watcher will not try to repair broken DRBD links automatically. Administrators will need to use @command{gnt-cluster verify-disks} manually instead."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:37920
+#: guix-git/doc/guix.texi:37949
msgid "When @code{#t}, the script performs additional logging for debugging purposes."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:37924
+#: guix-git/doc/guix.texi:37953
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} ganeti-cleaner-service-type"
msgid "ganeti-cleaner-service-type"
msgstr "{Процедура Scheme} sane-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:37932
+#: guix-git/doc/guix.texi:37961
msgid "@command{ganeti-cleaner} is a script designed to run periodically and remove old files from the cluster. This service type controls two @dfn{cron jobs}: one intended for the master node that permanently purges old cluster jobs, and one intended for every node that removes expired X509 certificates, keys, and outdated @command{ganeti-watcher} information. Like all Ganeti services, it is safe to include even on non-master nodes as it will disable itself as necessary."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:37934
+#: guix-git/doc/guix.texi:37963
msgid "It takes a @code{ganeti-cleaner-configuration} object."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:37936
+#: guix-git/doc/guix.texi:37965
#, no-wrap
msgid "{Data Type} ganeti-cleaner-configuration"
msgstr "{Тип данных} build-machine"
#. type: table
-#: guix-git/doc/guix.texi:37941
+#: guix-git/doc/guix.texi:37970
msgid "The @code{ganeti} package to use for the @command{gnt-cleaner} command."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:37942
+#: guix-git/doc/guix.texi:37971
#, no-wrap
msgid "@code{master-schedule} (default: @code{\"45 1 * * *\"})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:37945
+#: guix-git/doc/guix.texi:37974
msgid "How often to run the master cleaning job. The default is once per day, at 01:45:00."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:37946
+#: guix-git/doc/guix.texi:37975
#, no-wrap
msgid "@code{node-schedule} (default: @code{\"45 2 * * *\"})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:37949
+#: guix-git/doc/guix.texi:37978
msgid "How often to run the node cleaning job. The default is once per day, at 02:45:00."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:37963
+#: guix-git/doc/guix.texi:37992
msgid "The @code{(gnu services version-control)} module provides a service to allow remote access to local Git repositories. There are three options: the @code{git-daemon-service-type}, which provides access to repositories via the @code{git://} unsecured TCP-based protocol, extending the @code{nginx} web server to proxy some requests to @code{git-http-backend}, or providing a web interface with @code{cgit-service-type}."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:37964
+#: guix-git/doc/guix.texi:37993
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "git-daemon-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:37967
+#: guix-git/doc/guix.texi:37996
msgid "Type for a service that runs @command{git daemon}, a simple TCP server to expose repositories over the Git protocol for anonymous access."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:37972
+#: guix-git/doc/guix.texi:38001
msgid "The value for this service type is a @code{<git-daemon-configuration>} record, by default it allows read-only access to exported@footnote{By creating the magic file @file{git-daemon-export-ok} in the repository directory.} repositories under @file{/srv/git}."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:37974
+#: guix-git/doc/guix.texi:38003
#, no-wrap
msgid "{Data Type} git-daemon-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:37976
+#: guix-git/doc/guix.texi:38005
#, fuzzy
#| msgid "Data type representing the configuration for @code{syncthing-service-type}."
msgid "Data type representing the configuration for @code{git-daemon-service-type}."
msgstr "Управление конфигурацией операционной системы."
#. type: item
-#: guix-git/doc/guix.texi:37978
+#: guix-git/doc/guix.texi:38007
#, no-wrap
msgid "@code{package} (default: @code{git})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:37980 guix-git/doc/guix.texi:38040
+#: guix-git/doc/guix.texi:38009 guix-git/doc/guix.texi:38069
msgid "Package object of the Git distributed version control system."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:37981 guix-git/doc/guix.texi:38044
+#: guix-git/doc/guix.texi:38010 guix-git/doc/guix.texi:38073
#, no-wrap
msgid "@code{export-all?} (default: @code{#f})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:37984
+#: guix-git/doc/guix.texi:38013
msgid "Whether to allow access for all Git repositories, even if they do not have the @file{git-daemon-export-ok} file."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:37985
+#: guix-git/doc/guix.texi:38014
#, no-wrap
msgid "@code{base-path} (default: @file{/srv/git})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:37991
+#: guix-git/doc/guix.texi:38020
msgid "Whether to remap all the path requests as relative to the given path. If you run @command{git daemon} with @code{(base-path \"/srv/git\")} on @samp{example.com}, then if you later try to pull @indicateurl{git://example.com/hello.git}, git daemon will interpret the path as @file{/srv/git/hello.git}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:37992
+#: guix-git/doc/guix.texi:38021
#, no-wrap
msgid "@code{user-path} (default: @code{#f})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:38000
+#: guix-git/doc/guix.texi:38029
msgid "Whether to allow @code{~user} notation to be used in requests. When specified with empty string, requests to @indicateurl{git://host/~alice/foo} is taken as a request to access @code{foo} repository in the home directory of user @code{alice}. If @code{(user-path \"@var{path}\")} is specified, the same request is taken as a request to access @file{@var{path}/foo} repository in the home directory of user @code{alice}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:38001
+#: guix-git/doc/guix.texi:38030
#, no-wrap
msgid "@code{listen} (default: @code{'()})"
msgstr "@code{inputs} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:38004
+#: guix-git/doc/guix.texi:38033
msgid "Whether to listen on specific IP addresses or hostnames, defaults to all."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:38005
+#: guix-git/doc/guix.texi:38034
#, no-wrap
msgid "@code{port} (default: @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:38007
+#: guix-git/doc/guix.texi:38036
msgid "Whether to listen on an alternative port, which defaults to 9418."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:38008
+#: guix-git/doc/guix.texi:38037
#, no-wrap
msgid "@code{whitelist} (default: @code{'()})"
msgstr "@code{inputs} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:38010
+#: guix-git/doc/guix.texi:38039
msgid "If not empty, only allow access to this list of directories."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:38014
+#: guix-git/doc/guix.texi:38043
msgid "Extra options that will be passed to @command{git daemon}.@footnote{Run @command{man git-daemon} for more information.}"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:38028
+#: guix-git/doc/guix.texi:38057
msgid "The @code{git://} protocol lacks authentication. When you pull from a repository fetched via @code{git://}, you don't know whether the data you receive was modified or is even coming from the specified host, and your connection is subject to eavesdropping. It's better to use an authenticated and encrypted transport, such as @code{https}. Although Git allows you to serve repositories using unsophisticated file-based web servers, there is a faster protocol implemented by the @code{git-http-backend} program. This program is the back-end of a proper Git web service. It is designed to sit behind a FastCGI proxy. @xref{Web Services}, for more on running the necessary @code{fcgiwrap} daemon."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:38031
+#: guix-git/doc/guix.texi:38060
msgid "Guix has a separate configuration data type for serving Git repositories over HTTP."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:38032
+#: guix-git/doc/guix.texi:38061
#, no-wrap
msgid "{Data Type} git-http-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:38036
+#: guix-git/doc/guix.texi:38065
msgid "Data type representing the configuration for a future @code{git-http-service-type}; can currently be used to configure Nginx through @code{git-http-nginx-location-configuration}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:38038
+#: guix-git/doc/guix.texi:38067
#, no-wrap
msgid "@code{package} (default: @var{git})"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:38041
+#: guix-git/doc/guix.texi:38070
#, no-wrap
msgid "@code{git-root} (default: @file{/srv/git})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:38043
+#: guix-git/doc/guix.texi:38072
msgid "Directory containing the Git repositories to expose to the world."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:38047
+#: guix-git/doc/guix.texi:38076
msgid "Whether to expose access for all Git repositories in @var{git-root}, even if they do not have the @file{git-daemon-export-ok} file."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:38048
+#: guix-git/doc/guix.texi:38077
#, no-wrap
msgid "@code{uri-path} (default: @samp{/git/})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:38053
+#: guix-git/doc/guix.texi:38082
msgid "Path prefix for Git access. With the default @samp{/git/} prefix, this will map @indicateurl{http://@var{server}/git/@var{repo}.git} to @file{/srv/git/@var{repo}.git}. Requests whose URI paths do not begin with this prefix are not passed on to this Git instance."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:38054
+#: guix-git/doc/guix.texi:38083
#, no-wrap
msgid "@code{fcgiwrap-socket} (default: @code{127.0.0.1:9000})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:38057
+#: guix-git/doc/guix.texi:38086
msgid "The socket on which the @code{fcgiwrap} daemon is listening. @xref{Web Services}."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:38064
+#: guix-git/doc/guix.texi:38093
msgid "There is no @code{git-http-service-type}, currently; instead you can create an @code{nginx-location-configuration} from a @code{git-http-configuration} and then add that location to a web server."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:38065
+#: guix-git/doc/guix.texi:38094
#, fuzzy, no-wrap
#| msgid "{Data Type} auditd-configuration"
msgid "{Procedure} git-http-nginx-location-configuration @"
msgstr "{Тип данных} build-machine"
#. type: deffn
-#: guix-git/doc/guix.texi:38070
+#: guix-git/doc/guix.texi:38099
msgid "[config=(git-http-configuration)] Compute an @code{nginx-location-configuration} that corresponds to the given Git http configuration. An example nginx service definition to serve the default @file{/srv/git} over HTTPS might be:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:38087
+#: guix-git/doc/guix.texi:38116
#, no-wrap
msgid ""
"(service nginx-service-type\n"
@@ -74519,1416 +74574,1416 @@ msgid ""
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:38094
+#: guix-git/doc/guix.texi:38123
msgid "This example assumes that you are using Let's Encrypt to get your TLS certificate. @xref{Certificate Services}. The default @code{certbot} service will redirect all HTTP traffic on @code{git.my-host.org} to HTTPS@. You will also need to add an @code{fcgiwrap} proxy to your system services. @xref{Web Services}."
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:38096
+#: guix-git/doc/guix.texi:38125
#, no-wrap
msgid "Cgit Service"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:38098
+#: guix-git/doc/guix.texi:38127
#, no-wrap
msgid "Cgit service"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:38099
+#: guix-git/doc/guix.texi:38128
#, no-wrap
msgid "Git, web interface"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:38102
+#: guix-git/doc/guix.texi:38131
msgid "@uref{https://git.zx2c4.com/cgit/, Cgit} is a web frontend for Git repositories written in C."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:38105
+#: guix-git/doc/guix.texi:38134
msgid "The following example will configure the service with default values. By default, Cgit can be accessed on port 80 (@code{http://localhost:80})."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:38108
+#: guix-git/doc/guix.texi:38137
#, no-wrap
msgid "(service cgit-service-type)\n"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:38112
+#: guix-git/doc/guix.texi:38141
msgid "The @code{file-object} type designates either a file-like object (@pxref{G-Expressions, file-like objects}) or a string."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:38116
+#: guix-git/doc/guix.texi:38145
msgid "Available @code{cgit-configuration} fields are:"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38117
+#: guix-git/doc/guix.texi:38146
#, no-wrap
msgid "{@code{cgit-configuration} parameter} package package"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38119
+#: guix-git/doc/guix.texi:38148
msgid "The CGIT package."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38122
+#: guix-git/doc/guix.texi:38151
#, no-wrap
msgid "{@code{cgit-configuration} parameter} nginx-server-configuration-list nginx"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38124
+#: guix-git/doc/guix.texi:38153
msgid "NGINX configuration."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38127
+#: guix-git/doc/guix.texi:38156
#, no-wrap
msgid "{@code{cgit-configuration} parameter} file-object about-filter"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38130
+#: guix-git/doc/guix.texi:38159
msgid "Specifies a command which will be invoked to format the content of about pages (both top-level and for each repository)."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38135
+#: guix-git/doc/guix.texi:38164
#, no-wrap
msgid "{@code{cgit-configuration} parameter} string agefile"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38138
+#: guix-git/doc/guix.texi:38167
msgid "Specifies a path, relative to each repository path, which can be used to specify the date and time of the youngest commit in the repository."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38143
+#: guix-git/doc/guix.texi:38172
#, no-wrap
msgid "{@code{cgit-configuration} parameter} file-object auth-filter"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38146
+#: guix-git/doc/guix.texi:38175
msgid "Specifies a command that will be invoked for authenticating repository access."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38151
+#: guix-git/doc/guix.texi:38180
#, no-wrap
msgid "{@code{cgit-configuration} parameter} string branch-sort"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38154
+#: guix-git/doc/guix.texi:38183
msgid "Flag which, when set to @samp{age}, enables date ordering in the branch ref list, and when set @samp{name} enables ordering by branch name."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38156
+#: guix-git/doc/guix.texi:38185
msgid "Defaults to @samp{\"name\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38159
+#: guix-git/doc/guix.texi:38188
#, no-wrap
msgid "{@code{cgit-configuration} parameter} string cache-root"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38161
+#: guix-git/doc/guix.texi:38190
msgid "Path used to store the cgit cache entries."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38163
+#: guix-git/doc/guix.texi:38192
msgid "Defaults to @samp{\"/var/cache/cgit\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38166
+#: guix-git/doc/guix.texi:38195
#, no-wrap
msgid "{@code{cgit-configuration} parameter} integer cache-static-ttl"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38169
+#: guix-git/doc/guix.texi:38198
msgid "Number which specifies the time-to-live, in minutes, for the cached version of repository pages accessed with a fixed SHA1."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38171 guix-git/doc/guix.texi:38615
+#: guix-git/doc/guix.texi:38200 guix-git/doc/guix.texi:38644
msgid "Defaults to @samp{-1}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38174
+#: guix-git/doc/guix.texi:38203
#, no-wrap
msgid "{@code{cgit-configuration} parameter} integer cache-dynamic-ttl"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38177
+#: guix-git/doc/guix.texi:38206
msgid "Number which specifies the time-to-live, in minutes, for the cached version of repository pages accessed without a fixed SHA1."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38182
+#: guix-git/doc/guix.texi:38211
#, no-wrap
msgid "{@code{cgit-configuration} parameter} integer cache-repo-ttl"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38185
+#: guix-git/doc/guix.texi:38214
msgid "Number which specifies the time-to-live, in minutes, for the cached version of the repository summary page."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38190
+#: guix-git/doc/guix.texi:38219
#, no-wrap
msgid "{@code{cgit-configuration} parameter} integer cache-root-ttl"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38193
+#: guix-git/doc/guix.texi:38222
msgid "Number which specifies the time-to-live, in minutes, for the cached version of the repository index page."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38198
+#: guix-git/doc/guix.texi:38227
#, no-wrap
msgid "{@code{cgit-configuration} parameter} integer cache-scanrc-ttl"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38201
+#: guix-git/doc/guix.texi:38230
msgid "Number which specifies the time-to-live, in minutes, for the result of scanning a path for Git repositories."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38206
+#: guix-git/doc/guix.texi:38235
#, no-wrap
msgid "{@code{cgit-configuration} parameter} integer cache-about-ttl"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38209
+#: guix-git/doc/guix.texi:38238
msgid "Number which specifies the time-to-live, in minutes, for the cached version of the repository about page."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38214
+#: guix-git/doc/guix.texi:38243
#, no-wrap
msgid "{@code{cgit-configuration} parameter} integer cache-snapshot-ttl"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38217
+#: guix-git/doc/guix.texi:38246
msgid "Number which specifies the time-to-live, in minutes, for the cached version of snapshots."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38222
+#: guix-git/doc/guix.texi:38251
#, no-wrap
msgid "{@code{cgit-configuration} parameter} integer cache-size"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38225
+#: guix-git/doc/guix.texi:38254
msgid "The maximum number of entries in the cgit cache. When set to @samp{0}, caching is disabled."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38230
+#: guix-git/doc/guix.texi:38259
#, no-wrap
msgid "{@code{cgit-configuration} parameter} boolean case-sensitive-sort?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38232
+#: guix-git/doc/guix.texi:38261
msgid "Sort items in the repo list case sensitively."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38237
+#: guix-git/doc/guix.texi:38266
#, no-wrap
msgid "{@code{cgit-configuration} parameter} list clone-prefix"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38240
+#: guix-git/doc/guix.texi:38269
msgid "List of common prefixes which, when combined with a repository URL, generates valid clone URLs for the repository."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38245
+#: guix-git/doc/guix.texi:38274
#, no-wrap
msgid "{@code{cgit-configuration} parameter} list clone-url"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38247
+#: guix-git/doc/guix.texi:38276
msgid "List of @code{clone-url} templates."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38252
+#: guix-git/doc/guix.texi:38281
#, no-wrap
msgid "{@code{cgit-configuration} parameter} file-object commit-filter"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38254
+#: guix-git/doc/guix.texi:38283
msgid "Command which will be invoked to format commit messages."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38259
+#: guix-git/doc/guix.texi:38288
#, no-wrap
msgid "{@code{cgit-configuration} parameter} string commit-sort"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38263 guix-git/doc/guix.texi:38822
+#: guix-git/doc/guix.texi:38292 guix-git/doc/guix.texi:38851
msgid "Flag which, when set to @samp{date}, enables strict date ordering in the commit log, and when set to @samp{topo} enables strict topological ordering."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38265
+#: guix-git/doc/guix.texi:38294
msgid "Defaults to @samp{\"git log\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38268
+#: guix-git/doc/guix.texi:38297
#, no-wrap
msgid "{@code{cgit-configuration} parameter} file-object css"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38270
+#: guix-git/doc/guix.texi:38299
msgid "URL which specifies the css document to include in all cgit pages."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38272
+#: guix-git/doc/guix.texi:38301
msgid "Defaults to @samp{\"/share/cgit/cgit.css\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38275
+#: guix-git/doc/guix.texi:38304
#, no-wrap
msgid "{@code{cgit-configuration} parameter} file-object email-filter"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38279
+#: guix-git/doc/guix.texi:38308
msgid "Specifies a command which will be invoked to format names and email address of committers, authors, and taggers, as represented in various places throughout the cgit interface."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38284
+#: guix-git/doc/guix.texi:38313
#, no-wrap
msgid "{@code{cgit-configuration} parameter} boolean embedded?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38287
+#: guix-git/doc/guix.texi:38316
msgid "Flag which, when set to @samp{#t}, will make cgit generate a HTML fragment suitable for embedding in other HTML pages."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38292
+#: guix-git/doc/guix.texi:38321
#, no-wrap
msgid "{@code{cgit-configuration} parameter} boolean enable-commit-graph?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38296
+#: guix-git/doc/guix.texi:38325
msgid "Flag which, when set to @samp{#t}, will make cgit print an ASCII-art commit history graph to the left of the commit messages in the repository log page."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38301
+#: guix-git/doc/guix.texi:38330
#, no-wrap
msgid "{@code{cgit-configuration} parameter} boolean enable-filter-overrides?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38304
+#: guix-git/doc/guix.texi:38333
msgid "Flag which, when set to @samp{#t}, allows all filter settings to be overridden in repository-specific cgitrc files."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38309
+#: guix-git/doc/guix.texi:38338
#, no-wrap
msgid "{@code{cgit-configuration} parameter} boolean enable-follow-links?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38312
+#: guix-git/doc/guix.texi:38341
msgid "Flag which, when set to @samp{#t}, allows users to follow a file in the log view."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38317
+#: guix-git/doc/guix.texi:38346
#, no-wrap
msgid "{@code{cgit-configuration} parameter} boolean enable-http-clone?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38320
+#: guix-git/doc/guix.texi:38349
msgid "If set to @samp{#t}, cgit will act as an dumb HTTP endpoint for Git clones."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38325
+#: guix-git/doc/guix.texi:38354
#, no-wrap
msgid "{@code{cgit-configuration} parameter} boolean enable-index-links?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38328
+#: guix-git/doc/guix.texi:38357
msgid "Flag which, when set to @samp{#t}, will make cgit generate extra links \"summary\", \"commit\", \"tree\" for each repo in the repository index."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38333
+#: guix-git/doc/guix.texi:38362
#, no-wrap
msgid "{@code{cgit-configuration} parameter} boolean enable-index-owner?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38336
+#: guix-git/doc/guix.texi:38365
msgid "Flag which, when set to @samp{#t}, will make cgit display the owner of each repo in the repository index."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38341
+#: guix-git/doc/guix.texi:38370
#, no-wrap
msgid "{@code{cgit-configuration} parameter} boolean enable-log-filecount?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38344
+#: guix-git/doc/guix.texi:38373
msgid "Flag which, when set to @samp{#t}, will make cgit print the number of modified files for each commit on the repository log page."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38349
+#: guix-git/doc/guix.texi:38378
#, no-wrap
msgid "{@code{cgit-configuration} parameter} boolean enable-log-linecount?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38352
+#: guix-git/doc/guix.texi:38381
msgid "Flag which, when set to @samp{#t}, will make cgit print the number of added and removed lines for each commit on the repository log page."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38357
+#: guix-git/doc/guix.texi:38386
#, no-wrap
msgid "{@code{cgit-configuration} parameter} boolean enable-remote-branches?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38360 guix-git/doc/guix.texi:38885
+#: guix-git/doc/guix.texi:38389 guix-git/doc/guix.texi:38914
msgid "Flag which, when set to @code{#t}, will make cgit display remote branches in the summary and refs views."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38365
+#: guix-git/doc/guix.texi:38394
#, no-wrap
msgid "{@code{cgit-configuration} parameter} boolean enable-subject-links?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38369
+#: guix-git/doc/guix.texi:38398
msgid "Flag which, when set to @code{1}, will make cgit use the subject of the parent commit as link text when generating links to parent commits in commit view."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38374
+#: guix-git/doc/guix.texi:38403
#, no-wrap
msgid "{@code{cgit-configuration} parameter} boolean enable-html-serving?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38378
+#: guix-git/doc/guix.texi:38407
msgid "Flag which, when set to @samp{#t}, will make cgit use the subject of the parent commit as link text when generating links to parent commits in commit view."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38383
+#: guix-git/doc/guix.texi:38412
#, no-wrap
msgid "{@code{cgit-configuration} parameter} boolean enable-tree-linenumbers?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38386
+#: guix-git/doc/guix.texi:38415
msgid "Flag which, when set to @samp{#t}, will make cgit generate linenumber links for plaintext blobs printed in the tree view."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38391
+#: guix-git/doc/guix.texi:38420
#, no-wrap
msgid "{@code{cgit-configuration} parameter} boolean enable-git-config?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38394
+#: guix-git/doc/guix.texi:38423
msgid "Flag which, when set to @samp{#f}, will allow cgit to use Git config to set any repo specific settings."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38399
+#: guix-git/doc/guix.texi:38428
#, no-wrap
msgid "{@code{cgit-configuration} parameter} file-object favicon"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38401
+#: guix-git/doc/guix.texi:38430
msgid "URL used as link to a shortcut icon for cgit."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38403
+#: guix-git/doc/guix.texi:38432
msgid "Defaults to @samp{\"/favicon.ico\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38406
+#: guix-git/doc/guix.texi:38435
#, no-wrap
msgid "{@code{cgit-configuration} parameter} string footer"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38410
+#: guix-git/doc/guix.texi:38439
msgid "The content of the file specified with this option will be included verbatim at the bottom of all pages (i.e.@: it replaces the standard \"generated by...\"@: message)."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38415
+#: guix-git/doc/guix.texi:38444
#, no-wrap
msgid "{@code{cgit-configuration} parameter} string head-include"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38418
+#: guix-git/doc/guix.texi:38447
msgid "The content of the file specified with this option will be included verbatim in the HTML HEAD section on all pages."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38423
+#: guix-git/doc/guix.texi:38452
#, no-wrap
msgid "{@code{cgit-configuration} parameter} string header"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38426
+#: guix-git/doc/guix.texi:38455
msgid "The content of the file specified with this option will be included verbatim at the top of all pages."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38431
+#: guix-git/doc/guix.texi:38460
#, no-wrap
msgid "{@code{cgit-configuration} parameter} file-object include"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38434
+#: guix-git/doc/guix.texi:38463
msgid "Name of a configfile to include before the rest of the current config- file is parsed."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38439
+#: guix-git/doc/guix.texi:38468
#, no-wrap
msgid "{@code{cgit-configuration} parameter} string index-header"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38442
+#: guix-git/doc/guix.texi:38471
msgid "The content of the file specified with this option will be included verbatim above the repository index."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38447
+#: guix-git/doc/guix.texi:38476
#, no-wrap
msgid "{@code{cgit-configuration} parameter} string index-info"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38450
+#: guix-git/doc/guix.texi:38479
msgid "The content of the file specified with this option will be included verbatim below the heading on the repository index page."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38455
+#: guix-git/doc/guix.texi:38484
#, no-wrap
msgid "{@code{cgit-configuration} parameter} boolean local-time?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38458
+#: guix-git/doc/guix.texi:38487
msgid "Flag which, if set to @samp{#t}, makes cgit print commit and tag times in the servers timezone."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38463
+#: guix-git/doc/guix.texi:38492
#, no-wrap
msgid "{@code{cgit-configuration} parameter} file-object logo"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38466
+#: guix-git/doc/guix.texi:38495
msgid "URL which specifies the source of an image which will be used as a logo on all cgit pages."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38468
+#: guix-git/doc/guix.texi:38497
msgid "Defaults to @samp{\"/share/cgit/cgit.png\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38471
+#: guix-git/doc/guix.texi:38500
#, no-wrap
msgid "{@code{cgit-configuration} parameter} string logo-link"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38473 guix-git/doc/guix.texi:38931
+#: guix-git/doc/guix.texi:38502 guix-git/doc/guix.texi:38960
msgid "URL loaded when clicking on the cgit logo image."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38478
+#: guix-git/doc/guix.texi:38507
#, no-wrap
msgid "{@code{cgit-configuration} parameter} file-object owner-filter"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38481
+#: guix-git/doc/guix.texi:38510
msgid "Command which will be invoked to format the Owner column of the main page."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38486
+#: guix-git/doc/guix.texi:38515
#, no-wrap
msgid "{@code{cgit-configuration} parameter} integer max-atom-items"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38488
+#: guix-git/doc/guix.texi:38517
msgid "Number of items to display in atom feeds view."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38493
+#: guix-git/doc/guix.texi:38522
#, no-wrap
msgid "{@code{cgit-configuration} parameter} integer max-commit-count"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38495
+#: guix-git/doc/guix.texi:38524
msgid "Number of entries to list per page in \"log\" view."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38500
+#: guix-git/doc/guix.texi:38529
#, no-wrap
msgid "{@code{cgit-configuration} parameter} integer max-message-length"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38502
+#: guix-git/doc/guix.texi:38531
msgid "Number of commit message characters to display in \"log\" view."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38504 guix-git/doc/guix.texi:38520
+#: guix-git/doc/guix.texi:38533 guix-git/doc/guix.texi:38549
msgid "Defaults to @samp{80}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38507
+#: guix-git/doc/guix.texi:38536
#, no-wrap
msgid "{@code{cgit-configuration} parameter} integer max-repo-count"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38510
+#: guix-git/doc/guix.texi:38539
msgid "Specifies the number of entries to list per page on the repository index page."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38515
+#: guix-git/doc/guix.texi:38544
#, no-wrap
msgid "{@code{cgit-configuration} parameter} integer max-repodesc-length"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38518
+#: guix-git/doc/guix.texi:38547
msgid "Specifies the maximum number of repo description characters to display on the repository index page."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38523
+#: guix-git/doc/guix.texi:38552
#, no-wrap
msgid "{@code{cgit-configuration} parameter} integer max-blob-size"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38525
+#: guix-git/doc/guix.texi:38554
msgid "Specifies the maximum size of a blob to display HTML for in KBytes."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38530
+#: guix-git/doc/guix.texi:38559
#, no-wrap
msgid "{@code{cgit-configuration} parameter} string max-stats"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38533
+#: guix-git/doc/guix.texi:38562
msgid "Maximum statistics period. Valid values are @samp{week},@samp{month}, @samp{quarter} and @samp{year}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38538
+#: guix-git/doc/guix.texi:38567
#, no-wrap
msgid "{@code{cgit-configuration} parameter} mimetype-alist mimetype"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38540
+#: guix-git/doc/guix.texi:38569
msgid "Mimetype for the specified filename extension."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38544
+#: guix-git/doc/guix.texi:38573
msgid "Defaults to @samp{'((gif \"image/gif\") (html \"text/html\") (jpg \"image/jpeg\") (jpeg \"image/jpeg\") (pdf \"application/pdf\") (png \"image/png\") (svg \"image/svg+xml\"))}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38547
+#: guix-git/doc/guix.texi:38576
#, no-wrap
msgid "{@code{cgit-configuration} parameter} file-object mimetype-file"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38549
+#: guix-git/doc/guix.texi:38578
msgid "Specifies the file to use for automatic mimetype lookup."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38554
+#: guix-git/doc/guix.texi:38583
#, no-wrap
msgid "{@code{cgit-configuration} parameter} string module-link"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38557
+#: guix-git/doc/guix.texi:38586
msgid "Text which will be used as the formatstring for a hyperlink when a submodule is printed in a directory listing."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38562
+#: guix-git/doc/guix.texi:38591
#, no-wrap
msgid "{@code{cgit-configuration} parameter} boolean nocache?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38564
+#: guix-git/doc/guix.texi:38593
msgid "If set to the value @samp{#t} caching will be disabled."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38569
+#: guix-git/doc/guix.texi:38598
#, no-wrap
msgid "{@code{cgit-configuration} parameter} boolean noplainemail?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38572
+#: guix-git/doc/guix.texi:38601
msgid "If set to @samp{#t} showing full author email addresses will be disabled."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38577
+#: guix-git/doc/guix.texi:38606
#, no-wrap
msgid "{@code{cgit-configuration} parameter} boolean noheader?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38580
+#: guix-git/doc/guix.texi:38609
msgid "Flag which, when set to @samp{#t}, will make cgit omit the standard header on all pages."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38585
+#: guix-git/doc/guix.texi:38614
#, no-wrap
msgid "{@code{cgit-configuration} parameter} project-list project-list"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38589
+#: guix-git/doc/guix.texi:38618
msgid "A list of subdirectories inside of @code{repository-directory}, relative to it, that should loaded as Git repositories. An empty list means that all subdirectories will be loaded."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38594
+#: guix-git/doc/guix.texi:38623
#, no-wrap
msgid "{@code{cgit-configuration} parameter} file-object readme"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38597
+#: guix-git/doc/guix.texi:38626
msgid "Text which will be used as default @code{repository-cgit-configuration} @code{readme}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38602
+#: guix-git/doc/guix.texi:38631
#, no-wrap
msgid "{@code{cgit-configuration} parameter} boolean remove-suffix?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38606
+#: guix-git/doc/guix.texi:38635
msgid "If set to @code{#t} and @code{repository-directory} is enabled, if any repositories are found with a suffix of @code{.git}, this suffix will be removed for the URL and name."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38611
+#: guix-git/doc/guix.texi:38640
#, no-wrap
msgid "{@code{cgit-configuration} parameter} integer renamelimit"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38613
+#: guix-git/doc/guix.texi:38642
msgid "Maximum number of files to consider when detecting renames."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38618
+#: guix-git/doc/guix.texi:38647
#, no-wrap
msgid "{@code{cgit-configuration} parameter} string repository-sort"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38620
+#: guix-git/doc/guix.texi:38649
msgid "The way in which repositories in each section are sorted."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38625
+#: guix-git/doc/guix.texi:38654
#, no-wrap
msgid "{@code{cgit-configuration} parameter} robots-list robots"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38627
+#: guix-git/doc/guix.texi:38656
msgid "Text used as content for the @code{robots} meta-tag."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38629
+#: guix-git/doc/guix.texi:38658
msgid "Defaults to @samp{'(\"noindex\" \"nofollow\")}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38632
+#: guix-git/doc/guix.texi:38661
#, no-wrap
msgid "{@code{cgit-configuration} parameter} string root-desc"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38634
+#: guix-git/doc/guix.texi:38663
msgid "Text printed below the heading on the repository index page."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38636
+#: guix-git/doc/guix.texi:38665
msgid "Defaults to @samp{\"a fast webinterface for the git dscm\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38639
+#: guix-git/doc/guix.texi:38668
#, no-wrap
msgid "{@code{cgit-configuration} parameter} string root-readme"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38642
+#: guix-git/doc/guix.texi:38671
msgid "The content of the file specified with this option will be included verbatim below the ``about'' link on the repository index page."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38647
+#: guix-git/doc/guix.texi:38676
#, no-wrap
msgid "{@code{cgit-configuration} parameter} string root-title"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38649
+#: guix-git/doc/guix.texi:38678
msgid "Text printed as heading on the repository index page."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38654
+#: guix-git/doc/guix.texi:38683
#, no-wrap
msgid "{@code{cgit-configuration} parameter} boolean scan-hidden-path"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38660
+#: guix-git/doc/guix.texi:38689
msgid "If set to @samp{#t} and repository-directory is enabled, repository-directory will recurse into directories whose name starts with a period. Otherwise, repository-directory will stay away from such directories, considered as ``hidden''. Note that this does not apply to the @file{.git} directory in non-bare repos."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38665
+#: guix-git/doc/guix.texi:38694
#, no-wrap
msgid "{@code{cgit-configuration} parameter} list snapshots"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38668
+#: guix-git/doc/guix.texi:38697
msgid "Text which specifies the default set of snapshot formats that cgit generates links for."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38673
+#: guix-git/doc/guix.texi:38702
#, no-wrap
msgid "{@code{cgit-configuration} parameter} repository-directory repository-directory"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38676
+#: guix-git/doc/guix.texi:38705
msgid "Name of the directory to scan for repositories (represents @code{scan-path})."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38678
+#: guix-git/doc/guix.texi:38707
msgid "Defaults to @samp{\"/srv/git\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38681
+#: guix-git/doc/guix.texi:38710
#, no-wrap
msgid "{@code{cgit-configuration} parameter} string section"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38684 guix-git/doc/guix.texi:39000
+#: guix-git/doc/guix.texi:38713 guix-git/doc/guix.texi:39029
msgid "The name of the current repository section - all repositories defined after this option will inherit the current section name."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38689
+#: guix-git/doc/guix.texi:38718
#, no-wrap
msgid "{@code{cgit-configuration} parameter} string section-sort"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38692
+#: guix-git/doc/guix.texi:38721
msgid "Flag which, when set to @samp{1}, will sort the sections on the repository listing by name."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38697
+#: guix-git/doc/guix.texi:38726
#, no-wrap
msgid "{@code{cgit-configuration} parameter} integer section-from-path"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38700
+#: guix-git/doc/guix.texi:38729
msgid "A number which, if defined prior to repository-directory, specifies how many path elements from each repo path to use as a default section name."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38705
+#: guix-git/doc/guix.texi:38734
#, no-wrap
msgid "{@code{cgit-configuration} parameter} boolean side-by-side-diffs?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38708
+#: guix-git/doc/guix.texi:38737
msgid "If set to @samp{#t} shows side-by-side diffs instead of unidiffs per default."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38713
+#: guix-git/doc/guix.texi:38742
#, no-wrap
msgid "{@code{cgit-configuration} parameter} file-object source-filter"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38716
+#: guix-git/doc/guix.texi:38745
msgid "Specifies a command which will be invoked to format plaintext blobs in the tree view."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38721
+#: guix-git/doc/guix.texi:38750
#, no-wrap
msgid "{@code{cgit-configuration} parameter} integer summary-branches"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38724
+#: guix-git/doc/guix.texi:38753
msgid "Specifies the number of branches to display in the repository ``summary'' view."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38729
+#: guix-git/doc/guix.texi:38758
#, no-wrap
msgid "{@code{cgit-configuration} parameter} integer summary-log"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38732
+#: guix-git/doc/guix.texi:38761
msgid "Specifies the number of log entries to display in the repository ``summary'' view."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38737
+#: guix-git/doc/guix.texi:38766
#, no-wrap
msgid "{@code{cgit-configuration} parameter} integer summary-tags"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38740
+#: guix-git/doc/guix.texi:38769
msgid "Specifies the number of tags to display in the repository ``summary'' view."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38745
+#: guix-git/doc/guix.texi:38774
#, no-wrap
msgid "{@code{cgit-configuration} parameter} string strict-export"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38748
+#: guix-git/doc/guix.texi:38777
msgid "Filename which, if specified, needs to be present within the repository for cgit to allow access to that repository."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38753
+#: guix-git/doc/guix.texi:38782
#, no-wrap
msgid "{@code{cgit-configuration} parameter} string virtual-root"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38755
+#: guix-git/doc/guix.texi:38784
msgid "URL which, if specified, will be used as root for all cgit links."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38757
+#: guix-git/doc/guix.texi:38786
msgid "Defaults to @samp{\"/\"}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38760
+#: guix-git/doc/guix.texi:38789
#, no-wrap
msgid "{@code{cgit-configuration} parameter} repository-cgit-configuration-list repositories"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38762
+#: guix-git/doc/guix.texi:38791
#, fuzzy
#| msgid "Available @code{fstrim-configuration} fields are:"
msgid "A list of @code{repository-cgit-configuration} records."
msgstr "Доступными полями @code{fstrim-configuration} являются:"
#. type: deftypevr
-#: guix-git/doc/guix.texi:38766
+#: guix-git/doc/guix.texi:38795
msgid "Available @code{repository-cgit-configuration} fields are:"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38767
+#: guix-git/doc/guix.texi:38796
#, no-wrap
msgid "{@code{repository-cgit-configuration} parameter} repo-list snapshots"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38770
+#: guix-git/doc/guix.texi:38799
msgid "A mask of snapshot formats for this repo that cgit generates links for, restricted by the global @code{snapshots} setting."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38775
+#: guix-git/doc/guix.texi:38804
#, no-wrap
msgid "{@code{repository-cgit-configuration} parameter} repo-file-object source-filter"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38777
+#: guix-git/doc/guix.texi:38806
msgid "Override the default @code{source-filter}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38782
+#: guix-git/doc/guix.texi:38811
#, no-wrap
msgid "{@code{repository-cgit-configuration} parameter} repo-string url"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38784
+#: guix-git/doc/guix.texi:38813
msgid "The relative URL used to access the repository."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38789
+#: guix-git/doc/guix.texi:38818
#, no-wrap
msgid "{@code{repository-cgit-configuration} parameter} repo-file-object about-filter"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38791
+#: guix-git/doc/guix.texi:38820
msgid "Override the default @code{about-filter}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38796
+#: guix-git/doc/guix.texi:38825
#, no-wrap
msgid "{@code{repository-cgit-configuration} parameter} repo-string branch-sort"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38799
+#: guix-git/doc/guix.texi:38828
msgid "Flag which, when set to @samp{age}, enables date ordering in the branch ref list, and when set to @samp{name} enables ordering by branch name."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38804
+#: guix-git/doc/guix.texi:38833
#, no-wrap
msgid "{@code{repository-cgit-configuration} parameter} repo-list clone-url"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38806
+#: guix-git/doc/guix.texi:38835
msgid "A list of URLs which can be used to clone repo."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38811
+#: guix-git/doc/guix.texi:38840
#, no-wrap
msgid "{@code{repository-cgit-configuration} parameter} repo-file-object commit-filter"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38813
+#: guix-git/doc/guix.texi:38842
msgid "Override the default @code{commit-filter}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38818
+#: guix-git/doc/guix.texi:38847
#, no-wrap
msgid "{@code{repository-cgit-configuration} parameter} repo-string commit-sort"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38827
+#: guix-git/doc/guix.texi:38856
#, no-wrap
msgid "{@code{repository-cgit-configuration} parameter} repo-string defbranch"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38832
+#: guix-git/doc/guix.texi:38861
msgid "The name of the default branch for this repository. If no such branch exists in the repository, the first branch name (when sorted) is used as default instead. By default branch pointed to by HEAD, or ``master'' if there is no suitable HEAD."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38837
+#: guix-git/doc/guix.texi:38866
#, no-wrap
msgid "{@code{repository-cgit-configuration} parameter} repo-string desc"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38839
+#: guix-git/doc/guix.texi:38868
msgid "The value to show as repository description."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38844
+#: guix-git/doc/guix.texi:38873
#, no-wrap
msgid "{@code{repository-cgit-configuration} parameter} repo-string homepage"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38846
+#: guix-git/doc/guix.texi:38875
msgid "The value to show as repository homepage."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38851
+#: guix-git/doc/guix.texi:38880
#, no-wrap
msgid "{@code{repository-cgit-configuration} parameter} repo-file-object email-filter"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38853
+#: guix-git/doc/guix.texi:38882
msgid "Override the default @code{email-filter}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38858
+#: guix-git/doc/guix.texi:38887
#, no-wrap
msgid "{@code{repository-cgit-configuration} parameter} maybe-repo-boolean enable-commit-graph?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38861
+#: guix-git/doc/guix.texi:38890
msgid "A flag which can be used to disable the global setting @code{enable-commit-graph?}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38866
+#: guix-git/doc/guix.texi:38895
#, no-wrap
msgid "{@code{repository-cgit-configuration} parameter} maybe-repo-boolean enable-log-filecount?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38869
+#: guix-git/doc/guix.texi:38898
msgid "A flag which can be used to disable the global setting @code{enable-log-filecount?}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38874
+#: guix-git/doc/guix.texi:38903
#, no-wrap
msgid "{@code{repository-cgit-configuration} parameter} maybe-repo-boolean enable-log-linecount?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38877
+#: guix-git/doc/guix.texi:38906
msgid "A flag which can be used to disable the global setting @code{enable-log-linecount?}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38882
+#: guix-git/doc/guix.texi:38911
#, no-wrap
msgid "{@code{repository-cgit-configuration} parameter} maybe-repo-boolean enable-remote-branches?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38890
+#: guix-git/doc/guix.texi:38919
#, no-wrap
msgid "{@code{repository-cgit-configuration} parameter} maybe-repo-boolean enable-subject-links?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38893
+#: guix-git/doc/guix.texi:38922
msgid "A flag which can be used to override the global setting @code{enable-subject-links?}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38898
+#: guix-git/doc/guix.texi:38927
#, no-wrap
msgid "{@code{repository-cgit-configuration} parameter} maybe-repo-boolean enable-html-serving?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38901
+#: guix-git/doc/guix.texi:38930
msgid "A flag which can be used to override the global setting @code{enable-html-serving?}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38906
+#: guix-git/doc/guix.texi:38935
#, no-wrap
msgid "{@code{repository-cgit-configuration} parameter} repo-boolean hide?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38909
+#: guix-git/doc/guix.texi:38938
msgid "Flag which, when set to @code{#t}, hides the repository from the repository index."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38914
+#: guix-git/doc/guix.texi:38943
#, no-wrap
msgid "{@code{repository-cgit-configuration} parameter} repo-boolean ignore?"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38916
+#: guix-git/doc/guix.texi:38945
msgid "Flag which, when set to @samp{#t}, ignores the repository."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38921
+#: guix-git/doc/guix.texi:38950
#, no-wrap
msgid "{@code{repository-cgit-configuration} parameter} repo-file-object logo"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38924
+#: guix-git/doc/guix.texi:38953
msgid "URL which specifies the source of an image which will be used as a logo on this repo’s pages."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38929
+#: guix-git/doc/guix.texi:38958
#, no-wrap
msgid "{@code{repository-cgit-configuration} parameter} repo-string logo-link"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38936
+#: guix-git/doc/guix.texi:38965
#, no-wrap
msgid "{@code{repository-cgit-configuration} parameter} repo-file-object owner-filter"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38938
+#: guix-git/doc/guix.texi:38967
msgid "Override the default @code{owner-filter}."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38943
+#: guix-git/doc/guix.texi:38972
#, no-wrap
msgid "{@code{repository-cgit-configuration} parameter} repo-string module-link"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38947
+#: guix-git/doc/guix.texi:38976
msgid "Text which will be used as the formatstring for a hyperlink when a submodule is printed in a directory listing. The arguments for the formatstring are the path and SHA1 of the submodule commit."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38952
+#: guix-git/doc/guix.texi:38981
#, no-wrap
msgid "{@code{repository-cgit-configuration} parameter} module-link-path module-link-path"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38956
+#: guix-git/doc/guix.texi:38985
msgid "Text which will be used as the formatstring for a hyperlink when a submodule with the specified subdirectory path is printed in a directory listing."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38961
+#: guix-git/doc/guix.texi:38990
#, no-wrap
msgid "{@code{repository-cgit-configuration} parameter} repo-string max-stats"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38963
+#: guix-git/doc/guix.texi:38992
msgid "Override the default maximum statistics period."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38968
+#: guix-git/doc/guix.texi:38997
#, no-wrap
msgid "{@code{repository-cgit-configuration} parameter} repo-string name"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38970
+#: guix-git/doc/guix.texi:38999
msgid "The value to show as repository name."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38975
+#: guix-git/doc/guix.texi:39004
#, no-wrap
msgid "{@code{repository-cgit-configuration} parameter} repo-string owner"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38977
+#: guix-git/doc/guix.texi:39006
msgid "A value used to identify the owner of the repository."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38982
+#: guix-git/doc/guix.texi:39011
#, no-wrap
msgid "{@code{repository-cgit-configuration} parameter} repo-string path"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38984
+#: guix-git/doc/guix.texi:39013
msgid "An absolute path to the repository directory."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38989
+#: guix-git/doc/guix.texi:39018
#, no-wrap
msgid "{@code{repository-cgit-configuration} parameter} repo-string readme"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38992
+#: guix-git/doc/guix.texi:39021
msgid "A path (relative to repo) which specifies a file to include verbatim as the ``About'' page for this repo."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:38997
+#: guix-git/doc/guix.texi:39026
#, no-wrap
msgid "{@code{repository-cgit-configuration} parameter} repo-string section"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:39005
+#: guix-git/doc/guix.texi:39034
#, no-wrap
msgid "{@code{repository-cgit-configuration} parameter} repo-list extra-options"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:39007 guix-git/doc/guix.texi:39016
+#: guix-git/doc/guix.texi:39036 guix-git/doc/guix.texi:39045
msgid "Extra options will be appended to cgitrc file."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:39014
+#: guix-git/doc/guix.texi:39043
#, no-wrap
msgid "{@code{cgit-configuration} parameter} list extra-options"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:39028
+#: guix-git/doc/guix.texi:39057
msgid "However, it could be that you just want to get a @code{cgitrc} up and running. In that case, you can pass an @code{opaque-cgit-configuration} as a record to @code{cgit-service-type}. As its name indicates, an opaque configuration does not have easy reflective capabilities."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:39030
+#: guix-git/doc/guix.texi:39059
msgid "Available @code{opaque-cgit-configuration} fields are:"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:39031
+#: guix-git/doc/guix.texi:39060
#, no-wrap
msgid "{@code{opaque-cgit-configuration} parameter} package cgit"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:39033
+#: guix-git/doc/guix.texi:39062
msgid "The cgit package."
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:39035
+#: guix-git/doc/guix.texi:39064
#, no-wrap
msgid "{@code{opaque-cgit-configuration} parameter} string string"
msgstr ""
#. type: deftypevr
-#: guix-git/doc/guix.texi:39037
+#: guix-git/doc/guix.texi:39066
msgid "The contents of the @code{cgitrc}, as a string."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:39041
+#: guix-git/doc/guix.texi:39070
msgid "For example, if your @code{cgitrc} is just the empty string, you could instantiate a cgit service like this:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:39046
+#: guix-git/doc/guix.texi:39075
#, no-wrap
msgid ""
"(service cgit-service-type\n"
@@ -75937,40 +75992,40 @@ msgid ""
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:39048
+#: guix-git/doc/guix.texi:39077
#, no-wrap
msgid "Gitolite Service"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:39050
+#: guix-git/doc/guix.texi:39079
#, no-wrap
msgid "Gitolite service"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:39051
+#: guix-git/doc/guix.texi:39080
#, no-wrap
msgid "Git, hosting"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:39054
+#: guix-git/doc/guix.texi:39083
msgid "@uref{https://gitolite.com/gitolite/, Gitolite} is a tool for hosting Git repositories on a central server."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:39057
+#: guix-git/doc/guix.texi:39086
msgid "Gitolite can handle multiple repositories and users, and supports flexible configuration of the permissions for the users on the repositories."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:39060
+#: guix-git/doc/guix.texi:39089
msgid "The following example will configure Gitolite using the default @code{git} user, and the provided SSH public key."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:39067
+#: guix-git/doc/guix.texi:39096
#, no-wrap
msgid ""
"(service gitolite-service-type\n"
@@ -75981,50 +76036,50 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:39072
+#: guix-git/doc/guix.texi:39101
msgid "Gitolite is configured through a special admin repository which you can clone, for example, if you setup Gitolite on @code{example.com}, you would run the following command to clone the admin repository."
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:39075
+#: guix-git/doc/guix.texi:39104
#, no-wrap
msgid "git clone git@@example.com:gitolite-admin\n"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:39081
+#: guix-git/doc/guix.texi:39110
msgid "When the Gitolite service is activated, the provided @code{admin-pubkey} will be inserted in to the @file{keydir} directory in the gitolite-admin repository. If this results in a change in the repository, it will be committed using the message ``gitolite setup by GNU Guix''."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:39082
+#: guix-git/doc/guix.texi:39111
#, no-wrap
msgid "{Data Type} gitolite-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:39084
+#: guix-git/doc/guix.texi:39113
msgid "Data type representing the configuration for @code{gitolite-service-type}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:39086
+#: guix-git/doc/guix.texi:39115
#, no-wrap
msgid "@code{package} (default: @var{gitolite})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:39092
+#: guix-git/doc/guix.texi:39121
msgid "Gitolite package to use. There are optional Gitolite dependencies that are not included in the default package, such as Redis and git-annex. These features can be made available by using the @code{make-gitolite} procedure in the @code{(gnu packages version-control}) module to produce a variant of Gitolite with the desired additional dependencies."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:39095
+#: guix-git/doc/guix.texi:39124
msgid "The following code returns a package in which the Redis and git-annex programs can be invoked by Gitolite's scripts:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:39101
+#: guix-git/doc/guix.texi:39130
#, fuzzy, no-wrap
#| msgid ""
#| "(use-modules (gnu packages gdb) ;for 'gdb'\n"
@@ -76041,202 +76096,202 @@ msgstr ""
"\n"
#. type: item
-#: guix-git/doc/guix.texi:39103
+#: guix-git/doc/guix.texi:39132
#, no-wrap
msgid "@code{user} (default: @var{git})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:39106
+#: guix-git/doc/guix.texi:39135
msgid "User to use for Gitolite. This will be user that you use when accessing Gitolite over SSH."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:39107
+#: guix-git/doc/guix.texi:39136
#, no-wrap
msgid "@code{group} (default: @var{git})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:39109
+#: guix-git/doc/guix.texi:39138
msgid "Group to use for Gitolite."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:39110
+#: guix-git/doc/guix.texi:39139
#, no-wrap
msgid "@code{home-directory} (default: @var{\"/var/lib/gitolite\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:39112
+#: guix-git/doc/guix.texi:39141
msgid "Directory in which to store the Gitolite configuration and repositories."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:39113
+#: guix-git/doc/guix.texi:39142
#, no-wrap
msgid "@code{rc-file} (default: @var{(gitolite-rc-file)})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:39116
+#: guix-git/doc/guix.texi:39145
msgid "A ``file-like'' object (@pxref{G-Expressions, file-like objects}), representing the configuration for Gitolite."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:39117
+#: guix-git/doc/guix.texi:39146
#, no-wrap
msgid "@code{admin-pubkey} (default: @var{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:39121
+#: guix-git/doc/guix.texi:39150
msgid "A ``file-like'' object (@pxref{G-Expressions, file-like objects}) used to setup Gitolite. This will be inserted in to the @file{keydir} directory within the gitolite-admin repository."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:39123
+#: guix-git/doc/guix.texi:39152
msgid "To specify the SSH key as a string, use the @code{plain-file} function."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:39126
+#: guix-git/doc/guix.texi:39155
#, no-wrap
msgid "(plain-file \"yourname.pub\" \"ssh-rsa AAAA... guix@@example.com\")\n"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:39131
+#: guix-git/doc/guix.texi:39160
#, no-wrap
msgid "{Data Type} gitolite-rc-file"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:39133
+#: guix-git/doc/guix.texi:39162
msgid "Data type representing the Gitolite RC file."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:39135
+#: guix-git/doc/guix.texi:39164
#, no-wrap
msgid "@code{umask} (default: @code{#o0077})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:39138
+#: guix-git/doc/guix.texi:39167
msgid "This controls the permissions Gitolite sets on the repositories and their contents."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:39142
+#: guix-git/doc/guix.texi:39171
msgid "A value like @code{#o0027} will give read access to the group used by Gitolite (by default: @code{git}). This is necessary when using Gitolite with software like cgit or gitweb."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:39143
+#: guix-git/doc/guix.texi:39172
#, fuzzy, no-wrap
#| msgid "@code{outputs} (default: @code{'(\"out\")})"
msgid "@code{local-code} (default: @code{\"$rc@{GL_ADMIN_BASE@}/local\"})"
msgstr "@code{outputs} (default: @code{'(\"out\")})"
#. type: table
-#: guix-git/doc/guix.texi:39146
+#: guix-git/doc/guix.texi:39175
msgid "Allows you to add your own non-core programs, or even override the shipped ones with your own."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:39151
+#: guix-git/doc/guix.texi:39180
msgid "Please supply the FULL path to this variable. By default, directory called \"local\" in your gitolite clone is used, providing the benefits of versioning them as well as making changes to them without having to log on to the server."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:39152
+#: guix-git/doc/guix.texi:39181
#, fuzzy, no-wrap
#| msgid "@code{user-path} (default: @code{#f})"
msgid "@code{unsafe-pattern} (default: @code{#f})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:39157
+#: guix-git/doc/guix.texi:39186
msgid "An optional Perl regular expression for catching unsafe configurations in the configuration file. See @uref{https://gitolite.com/gitolite/git-config.html#compensating-for-unsafe_patt, Gitolite's documentation} for more information."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:39164
+#: guix-git/doc/guix.texi:39193
msgid "When the value is not @code{#f}, it should be a string containing a Perl regular expression, such as @samp{\"[`~#\\$\\&()|;<>]\"}, which is the default value used by gitolite. It rejects any special character in configuration that might be interpreted by a shell, which is useful when sharing the administration burden with other people that do not otherwise have shell access on the server."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:39165
+#: guix-git/doc/guix.texi:39194
#, no-wrap
msgid "@code{git-config-keys} (default: @code{\"\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:39168
+#: guix-git/doc/guix.texi:39197
msgid "Gitolite allows you to set git config values using the @samp{config} keyword. This setting allows control over the config keys to accept."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:39169
+#: guix-git/doc/guix.texi:39198
#, no-wrap
msgid "@code{roles} (default: @code{'((\"READERS\" . 1) (\"WRITERS\" . ))})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:39171
+#: guix-git/doc/guix.texi:39200
msgid "Set the role names allowed to be used by users running the perms command."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:39172
+#: guix-git/doc/guix.texi:39201
#, no-wrap
msgid "@code{enable} (default: @code{'(\"help\" \"desc\" \"info\" \"perms\" \"writable\" \"ssh-authkeys\" \"git-config\" \"daemon\" \"gitweb\")})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:39174
+#: guix-git/doc/guix.texi:39203
msgid "This setting controls the commands and features to enable within Gitolite."
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:39179
+#: guix-git/doc/guix.texi:39208
#, fuzzy, no-wrap
#| msgid "Getmail service"
msgid "Gitile Service"
msgstr "Почтовые сервисы"
#. type: cindex
-#: guix-git/doc/guix.texi:39181
+#: guix-git/doc/guix.texi:39210
#, fuzzy, no-wrap
#| msgid "Getmail service"
msgid "Gitile service"
msgstr "Почтовые сервисы"
#. type: cindex
-#: guix-git/doc/guix.texi:39182
+#: guix-git/doc/guix.texi:39211
#, no-wrap
msgid "Git, forge"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:39185
+#: guix-git/doc/guix.texi:39214
msgid "@uref{https://git.lepiller.eu/gitile, Gitile} is a Git forge for viewing public git repository contents from a web browser."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:39191
+#: guix-git/doc/guix.texi:39220
msgid "Gitile works best in collaboration with Gitolite, and will serve the public repositories from Gitolite by default. The service should listen only on a local port, and a webserver should be configured to serve static resources. The gitile service provides an easy way to extend the Nginx service for that purpose (@pxref{NGINX})."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:39195
+#: guix-git/doc/guix.texi:39224
msgid "The following example will configure Gitile to serve repositories from a custom location, with some default messages for the home page and the footers."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:39218
+#: guix-git/doc/guix.texi:39247
#, no-wrap
msgid ""
"(service gitile-service-type\n"
@@ -76263,12 +76318,12 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:39227
+#: guix-git/doc/guix.texi:39256
msgid "In addition to the configuration record, you should configure your git repositories to contain some optional information. First, your public repositories need to contain the @file{git-daemon-export-ok} magic file that allows Git to export the repository. Gitile uses the presence of this file to detect public repositories it should make accessible. To do so with Gitolite for instance, modify your @file{conf/gitolite.conf} to include this in the repositories you want to make public:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:39231
+#: guix-git/doc/guix.texi:39260
#, no-wrap
msgid ""
"repo foo\n"
@@ -76276,12 +76331,12 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:39237
+#: guix-git/doc/guix.texi:39266
msgid "In addition, Gitile can read the repository configuration to display more information on the repository. Gitile uses the gitweb namespace for its configuration. As an example, you can use the following in your @file{conf/gitolite.conf}:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:39244
+#: guix-git/doc/guix.texi:39273
#, no-wrap
msgid ""
"repo foo\n"
@@ -76292,12 +76347,12 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:39250
+#: guix-git/doc/guix.texi:39279
msgid "Do not forget to commit and push these changes once you are satisfied. You may need to change your gitolite configuration to allow the previous configuration options to be set. One way to do that is to add the following service definition:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:39262
+#: guix-git/doc/guix.texi:39291
#, no-wrap
msgid ""
"(service gitolite-service-type\n"
@@ -76313,320 +76368,320 @@ msgid ""
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:39264
+#: guix-git/doc/guix.texi:39293
#, fuzzy, no-wrap
#| msgid "{Data Type} agate-configuration"
msgid "{Data Type} gitile-configuration"
msgstr "{Data Type} pagekite-configuration"
#. type: deftp
-#: guix-git/doc/guix.texi:39266
+#: guix-git/doc/guix.texi:39295
#, fuzzy
#| msgid "Data type representing the configuration for @code{syncthing-service-type}."
msgid "Data type representing the configuration for @code{gitile-service-type}."
msgstr "Управление конфигурацией операционной системы."
#. type: item
-#: guix-git/doc/guix.texi:39268
+#: guix-git/doc/guix.texi:39297
#, fuzzy, no-wrap
#| msgid "@code{package} (default: @var{pagekite})"
msgid "@code{package} (default: @var{gitile})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:39270
+#: guix-git/doc/guix.texi:39299
#, fuzzy
#| msgid "The package to use."
msgid "Gitile package to use."
msgstr "Пакет для использования."
#. type: table
-#: guix-git/doc/guix.texi:39273
+#: guix-git/doc/guix.texi:39302
msgid "The host on which gitile is listening."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:39274
+#: guix-git/doc/guix.texi:39303
#, fuzzy, no-wrap
#| msgid "@code{port} (default: @code{5080})"
msgid "@code{port} (default: @code{8080})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:39276
+#: guix-git/doc/guix.texi:39305
msgid "The port on which gitile is listening."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:39277
+#: guix-git/doc/guix.texi:39306
#, fuzzy, no-wrap
#| msgid "@code{data-directory} (default: @code{\"/var/lib/postgresql/data\"})"
msgid "@code{database} (default: @code{\"/var/lib/gitile/gitile-db.sql\"})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:39279
+#: guix-git/doc/guix.texi:39308
#, fuzzy
#| msgid "The name of the database to use."
msgid "The location of the database."
msgstr "Имя используемой базы данных."
#. type: item
-#: guix-git/doc/guix.texi:39280
+#: guix-git/doc/guix.texi:39309
#, fuzzy, no-wrap
#| msgid "@code{log-directory} (default: @code{\"/var/log/postgresql\"})"
msgid "@code{repositories} (default: @code{\"/var/lib/gitolite/repositories\"})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:39284
+#: guix-git/doc/guix.texi:39313
msgid "The location of the repositories. Note that only public repositories will be shown by Gitile. To make a repository public, add an empty @file{git-daemon-export-ok} file at the root of that repository."
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:39285
+#: guix-git/doc/guix.texi:39314
#, fuzzy, no-wrap
#| msgid "github-url"
msgid "base-git-url"
msgstr "github-url"
#. type: table
-#: guix-git/doc/guix.texi:39287
+#: guix-git/doc/guix.texi:39316
msgid "The base git url that will be used to show clone commands."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:39288
+#: guix-git/doc/guix.texi:39317
#, fuzzy, no-wrap
#| msgid "@code{title} (default: @code{\"Laminar\"})"
msgid "@code{index-title} (default: @code{\"Index\"})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:39290
+#: guix-git/doc/guix.texi:39319
msgid "The page title for the index page that lists all the available repositories."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:39291
+#: guix-git/doc/guix.texi:39320
#, fuzzy, no-wrap
#| msgid "@code{inputs} (default: @code{'()})"
msgid "@code{intro} (default: @code{'()})"
msgstr "@code{inputs} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:39294
+#: guix-git/doc/guix.texi:39323
msgid "The intro content, as a list of sxml expressions. This is shown above the list of repositories, on the index page."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:39295
+#: guix-git/doc/guix.texi:39324
#, fuzzy, no-wrap
#| msgid "@code{roles} (default: @code{'()})"
msgid "@code{footer} (default: @code{'()})"
msgstr "@code{modules} (по умолчанию: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:39298
+#: guix-git/doc/guix.texi:39327
msgid "The footer content, as a list of sxml expressions. This is shown on every page served by Gitile."
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:39299
+#: guix-git/doc/guix.texi:39328
#, no-wrap
msgid "nginx"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:39302
+#: guix-git/doc/guix.texi:39331
msgid "An nginx server block that will be extended and used as a reverse proxy by Gitile to serve its pages, and as a normal web server to serve its assets."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:39306
+#: guix-git/doc/guix.texi:39335
msgid "You can use this block to add more custom URLs to your domain, such as a @code{/git/} URL for anonymous clones, or serving any other files you would like to serve."
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:39313
+#: guix-git/doc/guix.texi:39342
#, fuzzy, no-wrap
#| msgid "Sound Services"
msgid "Joycond service"
msgstr "Звуковые сервисы"
#. type: cindex
-#: guix-git/doc/guix.texi:39314
+#: guix-git/doc/guix.texi:39343
#, no-wrap
msgid "joycond"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:39318
+#: guix-git/doc/guix.texi:39347
msgid "The joycond service allows the pairing of Nintendo joycon game controllers over Bluetooth. (@pxref{Desktop Services} for setting up Bluetooth.)"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:39319
+#: guix-git/doc/guix.texi:39348
#, fuzzy, no-wrap
#| msgid "{Data Type} opendht-configuration"
msgid "{Data Type} joycond-configuration"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:39321
+#: guix-git/doc/guix.texi:39350
#, fuzzy
#| msgid "Data type representing the configuration of @command{radicale}."
msgid "Data type representing the configuration of @command{joycond}."
msgstr "Управление конфигурацией операционной системы."
#. type: item
-#: guix-git/doc/guix.texi:39323
+#: guix-git/doc/guix.texi:39352
#, fuzzy, no-wrap
#| msgid "@code{package} (default: @code{hostapd})"
msgid "@code{package} (default: @code{joycond})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:39325
+#: guix-git/doc/guix.texi:39354
#, fuzzy
#| msgid "The hostapd package to use."
msgid "The joycond package to use."
msgstr "Используемый пакет hostapd."
#. type: defvar
-#: guix-git/doc/guix.texi:39328
+#: guix-git/doc/guix.texi:39357
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "joycond-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:39330
+#: guix-git/doc/guix.texi:39359
#, fuzzy
#| msgid "Service Types and Services"
msgid "Service type for the joycond service."
msgstr "Типы сервисов и сервисы"
#. type: subsubheading
-#: guix-git/doc/guix.texi:39332
+#: guix-git/doc/guix.texi:39361
#, no-wrap
msgid "The Battle for Wesnoth Service"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:39333
+#: guix-git/doc/guix.texi:39362
#, no-wrap
msgid "wesnothd"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:39337
+#: guix-git/doc/guix.texi:39366
msgid "@uref{https://wesnoth.org, The Battle for Wesnoth} is a fantasy, turn based tactical strategy game, with several single player campaigns, and multiplayer games (both networked and local)."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:39338
+#: guix-git/doc/guix.texi:39367
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "wesnothd-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:39342
+#: guix-git/doc/guix.texi:39371
msgid "Service type for the wesnothd service. Its value must be a @code{wesnothd-configuration} object. To run wesnothd in the default configuration, instantiate it as:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:39345
+#: guix-git/doc/guix.texi:39374
#, no-wrap
msgid "(service wesnothd-service-type)\n"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:39348
+#: guix-git/doc/guix.texi:39377
#, no-wrap
msgid "{Data Type} wesnothd-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:39350
+#: guix-git/doc/guix.texi:39379
msgid "Data type representing the configuration of @command{wesnothd}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:39352
+#: guix-git/doc/guix.texi:39381
#, no-wrap
msgid "@code{package} (default: @code{wesnoth-server})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:39354
+#: guix-git/doc/guix.texi:39383
msgid "The wesnoth server package to use."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:39355
+#: guix-git/doc/guix.texi:39384
#, no-wrap
msgid "@code{port} (default: @code{15000})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:39357 guix-git/doc/guix.texi:39911
+#: guix-git/doc/guix.texi:39386 guix-git/doc/guix.texi:39940
msgid "The port to bind the server to."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:39363
+#: guix-git/doc/guix.texi:39392
#, no-wrap
msgid "pam-mount"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:39368
+#: guix-git/doc/guix.texi:39397
msgid "The @code{(gnu services pam-mount)} module provides a service allowing users to mount volumes when they log in. It should be able to mount any volume format supported by the system."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:39369
+#: guix-git/doc/guix.texi:39398
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "pam-mount-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:39371
+#: guix-git/doc/guix.texi:39400
msgid "Service type for PAM Mount support."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:39373
+#: guix-git/doc/guix.texi:39402
#, no-wrap
msgid "{Data Type} pam-mount-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:39375
+#: guix-git/doc/guix.texi:39404
msgid "Data type representing the configuration of PAM Mount."
msgstr "Управление конфигурацией операционной системы."
#. type: code{#1}
-#: guix-git/doc/guix.texi:39379
+#: guix-git/doc/guix.texi:39408
#, no-wrap
msgid "rules"
msgstr "Модули"
#. type: table
-#: guix-git/doc/guix.texi:39382
+#: guix-git/doc/guix.texi:39411
msgid "The configuration rules that will be used to generate @file{/etc/security/pam_mount.conf.xml}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:39386
+#: guix-git/doc/guix.texi:39415
msgid "The configuration rules are SXML elements (@pxref{SXML,,, guile, GNU Guile Reference Manual}), and the default ones don't mount anything for anyone at login:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:39401
+#: guix-git/doc/guix.texi:39430
#, no-wrap
msgid ""
"`((debug (@@ (enable \"0\")))\n"
@@ -76645,12 +76700,12 @@ msgid ""
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:39407
+#: guix-git/doc/guix.texi:39436
msgid "Some @code{volume} elements must be added to automatically mount volumes at login. Here's an example allowing the user @code{alice} to mount her encrypted @env{HOME} directory and allowing the user @code{bob} to mount the partition where he stores his data:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:39432
+#: guix-git/doc/guix.texi:39461
#, no-wrap
msgid ""
"(define pam-mount-rules\n"
@@ -76680,7 +76735,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:39436
+#: guix-git/doc/guix.texi:39465
#, no-wrap
msgid ""
"(service pam-mount-service-type\n"
@@ -76689,40 +76744,40 @@ msgid ""
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:39440
+#: guix-git/doc/guix.texi:39469
msgid "The complete list of possible options can be found in the man page for @uref{http://pam-mount.sourceforge.net/pam_mount.conf.5.html, pam_mount.conf}."
msgstr ""
#. type: subheading
-#: guix-git/doc/guix.texi:39443
+#: guix-git/doc/guix.texi:39472
#, fuzzy, no-wrap
#| msgid "PAM Mount Service"
msgid "PAM Mount Volume Service"
msgstr "Службы подключения PAM"
#. type: cindex
-#: guix-git/doc/guix.texi:39444
+#: guix-git/doc/guix.texi:39473
#, no-wrap
msgid "pam volume mounting"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:39451
+#: guix-git/doc/guix.texi:39480
msgid "PAM mount volumes are automatically mounted at login by the PAM login service according to a set of per-volume rules. Because they are mounted by PAM the password entered during login may be used directly to mount authenticated volumes, such as @code{cifs}, using the same credentials."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:39454
+#: guix-git/doc/guix.texi:39483
msgid "These volumes will be added in addition to any volumes directly specified in @code{pam-mount-rules}."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:39458
+#: guix-git/doc/guix.texi:39487
msgid "Here is an example of a rule which will mount a remote CIFS share from @file{//remote-server/share} into a sub-directory of @file{/shares} named after the user logging in:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:39468
+#: guix-git/doc/guix.texi:39497
#, fuzzy, no-wrap
#| msgid ""
#| ";; Add variant packages to those Guix provides.\n"
@@ -76747,303 +76802,303 @@ msgstr ""
" %default-channels)\n"
#. type: deftp
-#: guix-git/doc/guix.texi:39470
+#: guix-git/doc/guix.texi:39499
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "{Data Type} pam-mount-volume-service-type"
msgstr "activation-service-type"
#. type: deftp
-#: guix-git/doc/guix.texi:39475
+#: guix-git/doc/guix.texi:39504
msgid "Configuration for a single volume to be mounted. Any fields not specified will be omitted from the run-time PAM configuration. See @uref{http://pam-mount.sourceforge.net/pam_mount.conf.5.html, the man page} for the default values when unspecified."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:39477
+#: guix-git/doc/guix.texi:39506
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{user-name} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:39479
+#: guix-git/doc/guix.texi:39508
msgid "Mount the volume for the given user."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:39480
+#: guix-git/doc/guix.texi:39509
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{user-id} (type: maybe-integer-or-range)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:39484
+#: guix-git/doc/guix.texi:39513
msgid "Mount the volume for the user with this ID. This field may also be specified as a pair of @code{(start . end)} indicating a range of user IDs for whom to mount the volume."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:39485
+#: guix-git/doc/guix.texi:39514
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{primary-group} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:39487
+#: guix-git/doc/guix.texi:39516
msgid "Mount the volume for users with this primary group name."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:39488
+#: guix-git/doc/guix.texi:39517
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{group-id} (type: maybe-integer-or-range)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:39492
+#: guix-git/doc/guix.texi:39521
msgid "Mount the volume for the users with this primary group ID. This field may also be specified as a cons cell of @code{(start . end)} indicating a range of group ids for whom to mount the volume."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:39493
+#: guix-git/doc/guix.texi:39522
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{secondary-group} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:39496
+#: guix-git/doc/guix.texi:39525
msgid "Mount the volume for users who are members of this group as either a primary or secondary group."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:39497
+#: guix-git/doc/guix.texi:39526
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{file-system-type} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:39499
+#: guix-git/doc/guix.texi:39528
msgid "The file system type for the volume being mounted (e.g., @code{cifs})"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:39500
+#: guix-git/doc/guix.texi:39529
#, fuzzy, no-wrap
#| msgid "@code{discover?} (default: @code{#f})"
msgid "@code{no-mount-as-root?} (type: maybe-boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:39504
+#: guix-git/doc/guix.texi:39533
msgid "Whether or not to mount the volume with root privileges. This is normally disabled, but may be enabled for mounts of type @code{fuse}, or other user-level mounts."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:39505
+#: guix-git/doc/guix.texi:39534
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{server} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:39507
+#: guix-git/doc/guix.texi:39536
msgid "The name of the remote server to mount the volume from, when necessary."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:39508
+#: guix-git/doc/guix.texi:39537
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{file-name} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:39511
+#: guix-git/doc/guix.texi:39540
msgid "The location of the volume, either local or remote, depending on the @code{file-system-type}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:39512
+#: guix-git/doc/guix.texi:39541
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{mount-point} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:39517
+#: guix-git/doc/guix.texi:39546
msgid "Where to mount the volume in the local file-system. This may be set to @file{~} to indicate the home directory of the user logging in. If this field is omitted then @file{/etc/fstab} is consulted for the mount destination."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:39518
+#: guix-git/doc/guix.texi:39547
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{options} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:39520
+#: guix-git/doc/guix.texi:39549
msgid "The options to be passed as-is to the underlying mount program."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:39521
+#: guix-git/doc/guix.texi:39550
#, fuzzy, no-wrap
#| msgid "@code{discover?} (default: @code{#f})"
msgid "@code{ssh?} (type: maybe-boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:39524
+#: guix-git/doc/guix.texi:39553
msgid "Enable this option to pass the login password to SSH for use with mounts involving SSH (e.g., @code{sshfs})."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:39525
+#: guix-git/doc/guix.texi:39554
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{cipher} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:39528
+#: guix-git/doc/guix.texi:39557
msgid "Cryptsetup cipher name for the volume. To be used with the @code{crypt} @code{file-system-type}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:39529
+#: guix-git/doc/guix.texi:39558
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{file-system-key-cipher} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:39531
+#: guix-git/doc/guix.texi:39560
#, fuzzy
#| msgid "The name of the database to use."
msgid "Cipher name used by the target volume."
msgstr "Имя используемой базы данных."
#. type: item
-#: guix-git/doc/guix.texi:39532
+#: guix-git/doc/guix.texi:39561
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{file-system-key-hash} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:39534
+#: guix-git/doc/guix.texi:39563
msgid "SSL hash name used by the target volume."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:39535
+#: guix-git/doc/guix.texi:39564
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{file-system-key-file-name} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:39537
+#: guix-git/doc/guix.texi:39566
msgid "File name of the file system key for the target volume."
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:39545
+#: guix-git/doc/guix.texi:39574
#, no-wrap
msgid "Build Farm Front-End (BFFE)"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:39549
+#: guix-git/doc/guix.texi:39578
msgid "The @uref{https://git.cbaines.net/guix/bffe/,Build Farm Front-End} assists with building Guix packages in bulk. It's responsible for submitting builds and displaying the status of the build farm."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:39550
+#: guix-git/doc/guix.texi:39579
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "bffe-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:39553
+#: guix-git/doc/guix.texi:39582
#, fuzzy
#| msgid "This is the data type for the OpenDHT service configuration."
msgid "Service type for the Build Farm Front-End. Its value must be a @code{bffe-configuration} object."
msgstr "Управление конфигурацией операционной системы."
#. type: deftp
-#: guix-git/doc/guix.texi:39555
+#: guix-git/doc/guix.texi:39584
#, fuzzy, no-wrap
#| msgid "{Data Type} nfs-configuration"
msgid "{Data Type} bffe-configuration"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:39557
+#: guix-git/doc/guix.texi:39586
#, fuzzy
#| msgid "Data type representing the configuration of Agate."
msgid "Data type representing the configuration of the Build Farm Front-End."
msgstr "Управление конфигурацией операционной системы."
#. type: item
-#: guix-git/doc/guix.texi:39559
+#: guix-git/doc/guix.texi:39588
#, fuzzy, no-wrap
#| msgid "@code{package} (default: @code{agate})"
msgid "@code{package} (default: @code{bffe})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:39561
+#: guix-git/doc/guix.texi:39590
#, fuzzy
#| msgid "The Docker daemon package to use."
msgid "The Build Farm Front-End package to use."
msgstr "Используемый пакет Docker демона."
#. type: item
-#: guix-git/doc/guix.texi:39562
+#: guix-git/doc/guix.texi:39591
#, fuzzy, no-wrap
#| msgid "@code{user} (default: @code{\"agate\"})"
msgid "@code{user} (default: @code{\"bffe\"})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:39564 guix-git/doc/guix.texi:39635
-#: guix-git/doc/guix.texi:39687 guix-git/doc/guix.texi:39819
-#: guix-git/doc/guix.texi:39905
+#: guix-git/doc/guix.texi:39593 guix-git/doc/guix.texi:39664
+#: guix-git/doc/guix.texi:39716 guix-git/doc/guix.texi:39848
+#: guix-git/doc/guix.texi:39934
msgid "The system user to run the service as."
msgstr "Сервис mcron."
#. type: item
-#: guix-git/doc/guix.texi:39565
+#: guix-git/doc/guix.texi:39594
#, fuzzy, no-wrap
#| msgid "@code{group} (default: @code{\"agate\"})"
msgid "@code{group} (default: @code{\"bffe\"})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:39567 guix-git/doc/guix.texi:39638
-#: guix-git/doc/guix.texi:39822 guix-git/doc/guix.texi:39908
+#: guix-git/doc/guix.texi:39596 guix-git/doc/guix.texi:39667
+#: guix-git/doc/guix.texi:39851 guix-git/doc/guix.texi:39937
msgid "The system group to run the service as."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:39571
+#: guix-git/doc/guix.texi:39600
msgid "A list of arguments to the Build Farm Front-End. These are passed to the @code{run-bffe-service} procedure when starting the service."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:39576
+#: guix-git/doc/guix.texi:39605
msgid "For example, the following value directs the Build Farm Front-End to submit builds for derivations available from @code{data.guix.gnu.org} to the Build Coordinator instance assumed to be running on the same machine."
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:39596
+#: guix-git/doc/guix.texi:39625
#, no-wrap
msgid ""
"(list\n"
@@ -77067,557 +77122,557 @@ msgid ""
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:39598 guix-git/doc/guix.texi:39667
+#: guix-git/doc/guix.texi:39627 guix-git/doc/guix.texi:39696
#, fuzzy, no-wrap
#| msgid "@code{extra-environment} (default: @code{#~'()})"
msgid "@code{extra-environment-variables} (default: @var{'()})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:39600 guix-git/doc/guix.texi:39669
-#: guix-git/doc/guix.texi:39998
+#: guix-git/doc/guix.texi:39629 guix-git/doc/guix.texi:39698
+#: guix-git/doc/guix.texi:40027
#, fuzzy
#| msgid "A list of environment variables to be defined."
msgid "Extra environment variables to set via the shepherd service."
msgstr "Список переменных среды, которые необходимо определить."
#. type: subsubheading
-#: guix-git/doc/guix.texi:39604
+#: guix-git/doc/guix.texi:39633
#, no-wrap
msgid "Guix Build Coordinator"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:39610
+#: guix-git/doc/guix.texi:39639
msgid "The @uref{https://git.cbaines.net/guix/build-coordinator/,Guix Build Coordinator} aids in distributing derivation builds among machines running an @dfn{agent}. The build daemon is still used to build the derivations, but the Guix Build Coordinator manages allocating builds and working with the results."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:39616
+#: guix-git/doc/guix.texi:39645
msgid "The Guix Build Coordinator consists of one @dfn{coordinator}, and one or more connected @dfn{agent} processes. The coordinator process handles clients submitting builds, and allocating builds to agents. The agent processes talk to a build daemon to actually perform the builds, then send the results back to the coordinator."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:39620
+#: guix-git/doc/guix.texi:39649
msgid "There is a script to run the coordinator component of the Guix Build Coordinator, but the Guix service uses a custom Guile script instead, to provide better integration with G-expressions used in the configuration."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:39621
+#: guix-git/doc/guix.texi:39650
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} guix-build-coordinator-service-type"
msgid "guix-build-coordinator-service-type"
msgstr "{Scheme Variable} boot-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:39624
+#: guix-git/doc/guix.texi:39653
msgid "Service type for the Guix Build Coordinator. Its value must be a @code{guix-build-coordinator-configuration} object."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:39626
+#: guix-git/doc/guix.texi:39655
#, no-wrap
msgid "{Data Type} guix-build-coordinator-configuration"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:39628
+#: guix-git/doc/guix.texi:39657
msgid "Data type representing the configuration of the Guix Build Coordinator."
msgstr "Управление конфигурацией операционной системы."
#. type: item
-#: guix-git/doc/guix.texi:39630
+#: guix-git/doc/guix.texi:39659
#, no-wrap
msgid "@code{package} (default: @code{guix-build-coordinator})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:39632 guix-git/doc/guix.texi:39684
+#: guix-git/doc/guix.texi:39661 guix-git/doc/guix.texi:39713
msgid "The Guix Build Coordinator package to use."
msgstr "Используемый пакет Guix Build Coordinator."
#. type: item
-#: guix-git/doc/guix.texi:39633
+#: guix-git/doc/guix.texi:39662
#, no-wrap
msgid "@code{user} (default: @code{\"guix-build-coordinator\"})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: item
-#: guix-git/doc/guix.texi:39636
+#: guix-git/doc/guix.texi:39665
#, no-wrap
msgid "@code{group} (default: @code{\"guix-build-coordinator\"})"
msgstr "@code{port} (default: @code{22})"
#. type: item
-#: guix-git/doc/guix.texi:39639
+#: guix-git/doc/guix.texi:39668
#, no-wrap
msgid "@code{database-uri-string} (default: @code{\"sqlite:///var/lib/guix-build-coordinator/guix_build_coordinator.db\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:39641
+#: guix-git/doc/guix.texi:39670
msgid "The URI to use for the database."
msgstr "URI для использования в базе данных."
#. type: item
-#: guix-git/doc/guix.texi:39642
+#: guix-git/doc/guix.texi:39671
#, no-wrap
msgid "@code{agent-communication-uri} (default: @code{\"http://0.0.0.0:8745\"})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:39644
+#: guix-git/doc/guix.texi:39673
msgid "The URI describing how to listen to requests from agent processes."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:39645
+#: guix-git/doc/guix.texi:39674
#, no-wrap
msgid "@code{client-communication-uri} (default: @code{\"http://127.0.0.1:8746\"})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:39649
+#: guix-git/doc/guix.texi:39678
msgid "The URI describing how to listen to requests from clients. The client API allows submitting builds and currently isn't authenticated, so take care when configuring this value."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:39650
+#: guix-git/doc/guix.texi:39679
#, no-wrap
msgid "@code{allocation-strategy} (default: @code{#~basic-build-allocation-strategy})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:39654
+#: guix-git/doc/guix.texi:39683
msgid "A G-expression for the allocation strategy to be used. This is a procedure that takes the datastore as an argument and populates the allocation plan in the database."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:39655
+#: guix-git/doc/guix.texi:39684
#, no-wrap
msgid "@code{hooks} (default: @var{'()})"
msgstr "@code{inputs} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:39658
+#: guix-git/doc/guix.texi:39687
msgid "An association list of hooks. These provide a way to execute arbitrary code upon certain events, like a build result being processed."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:39659
+#: guix-git/doc/guix.texi:39688
#, fuzzy, no-wrap
#| msgid "@code{hooks} (default: @var{'()})"
msgid "@code{parallel-hooks} (default: @var{'()})"
msgstr "@code{inputs} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:39663
+#: guix-git/doc/guix.texi:39692
msgid "Hooks can be configured to run in parallel. This parameter is an association list of hooks to do in parallel, where the key is the symbol for the hook and the value is the number of threads to run."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:39664
+#: guix-git/doc/guix.texi:39693
#, no-wrap
msgid "@code{guile} (default: @code{guile-3.0-latest})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:39666
+#: guix-git/doc/guix.texi:39695
msgid "The Guile package with which to run the Guix Build Coordinator."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:39673
+#: guix-git/doc/guix.texi:39702
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} guix-build-coordinator-agent-service-type"
msgid "guix-build-coordinator-agent-service-type"
msgstr "{Процедура Scheme} sane-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:39676
+#: guix-git/doc/guix.texi:39705
msgid "Service type for a Guix Build Coordinator agent. Its value must be a @code{guix-build-coordinator-agent-configuration} object."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:39678
+#: guix-git/doc/guix.texi:39707
#, no-wrap
msgid "{Data Type} guix-build-coordinator-agent-configuration"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:39680
+#: guix-git/doc/guix.texi:39709
msgid "Data type representing the configuration a Guix Build Coordinator agent."
msgstr "Управление конфигурацией операционной системы."
#. type: item
-#: guix-git/doc/guix.texi:39682
+#: guix-git/doc/guix.texi:39711
#, fuzzy, no-wrap
#| msgid "@code{package} (default: @code{guix-build-coordinator})"
msgid "@code{package} (default: @code{guix-build-coordinator/agent-only})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: item
-#: guix-git/doc/guix.texi:39685
+#: guix-git/doc/guix.texi:39714
#, no-wrap
msgid "@code{user} (default: @code{\"guix-build-coordinator-agent\"})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: item
-#: guix-git/doc/guix.texi:39688
+#: guix-git/doc/guix.texi:39717
#, no-wrap
msgid "@code{coordinator} (default: @code{\"http://localhost:8745\"})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:39690
+#: guix-git/doc/guix.texi:39719
msgid "The URI to use when connecting to the coordinator."
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:39691
+#: guix-git/doc/guix.texi:39720
#, no-wrap
msgid "authentication"
msgstr "channel-authentication"
#. type: table
-#: guix-git/doc/guix.texi:39694
+#: guix-git/doc/guix.texi:39723
msgid "Record describing how this agent should authenticate with the coordinator. Possible record types are described below."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:39695
+#: guix-git/doc/guix.texi:39724
#, no-wrap
msgid "@code{systems} (default: @code{#f})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:39698
+#: guix-git/doc/guix.texi:39727
msgid "The systems for which this agent should fetch builds. The agent process will use the current system it's running on as the default."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:39699
+#: guix-git/doc/guix.texi:39728
#, no-wrap
msgid "@code{max-parallel-builds} (default: @code{1})"
msgstr "@code{parallel-builds} (default: @code{1})"
#. type: table
-#: guix-git/doc/guix.texi:39701
+#: guix-git/doc/guix.texi:39730
msgid "The number of builds to perform in parallel."
msgstr "Число сборок, которые могут быть запущены на машине."
#. type: item
-#: guix-git/doc/guix.texi:39702
+#: guix-git/doc/guix.texi:39731
#, fuzzy, no-wrap
#| msgid "@code{max-parallel-builds} (default: @code{1})"
msgid "@code{max-parallel-uploads} (default: @code{1})"
msgstr "@code{parallel-builds} (default: @code{1})"
#. type: table
-#: guix-git/doc/guix.texi:39704
+#: guix-git/doc/guix.texi:39733
#, fuzzy
#| msgid "The number of builds to perform in parallel."
msgid "The number of uploads to perform in parallel."
msgstr "Число сборок, которые могут быть запущены на машине."
#. type: item
-#: guix-git/doc/guix.texi:39705
+#: guix-git/doc/guix.texi:39734
#, fuzzy, no-wrap
#| msgid "@code{max-parallel-builds} (default: @code{1})"
msgid "@code{max-allocated-builds} (default: @code{#f})"
msgstr "@code{parallel-builds} (default: @code{1})"
#. type: table
-#: guix-git/doc/guix.texi:39707
+#: guix-git/doc/guix.texi:39736
#, fuzzy
#| msgid "The number of builds to perform in parallel."
msgid "The maximum number of builds this agent can be allocated."
msgstr "Число сборок, которые могут быть запущены на машине."
#. type: item
-#: guix-git/doc/guix.texi:39708
+#: guix-git/doc/guix.texi:39737
#, no-wrap
msgid "@code{max-1min-load-average} (default: @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:39712
+#: guix-git/doc/guix.texi:39741
msgid "Load average value to look at when considering starting new builds, if the 1 minute load average exceeds this value, the agent will wait before starting new builds."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:39716
+#: guix-git/doc/guix.texi:39745
msgid "This will be unspecified if the value is @code{#f}, and the agent will use the number of cores reported by the system as the max 1 minute load average."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:39717
+#: guix-git/doc/guix.texi:39746
#, no-wrap
msgid "@code{derivation-substitute-urls} (default: @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:39720
+#: guix-git/doc/guix.texi:39749
msgid "URLs from which to attempt to fetch substitutes for derivations, if the derivations aren't already available."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:39721
+#: guix-git/doc/guix.texi:39750
#, no-wrap
msgid "@code{non-derivation-substitute-urls} (default: @code{#f})"
msgstr "@code{native-inputs} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:39724
+#: guix-git/doc/guix.texi:39753
msgid "URLs from which to attempt to fetch substitutes for build inputs, if the input store items aren't already available."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:39728
+#: guix-git/doc/guix.texi:39757
#, no-wrap
msgid "{Data Type} guix-build-coordinator-agent-password-auth"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:39731
+#: guix-git/doc/guix.texi:39760
msgid "Data type representing an agent authenticating with a coordinator via a UUID and password."
msgstr "Управление конфигурацией операционной системы."
#. type: table
-#: guix-git/doc/guix.texi:39737 guix-git/doc/guix.texi:39753
+#: guix-git/doc/guix.texi:39766 guix-git/doc/guix.texi:39782
msgid "The UUID of the agent. This should be generated by the coordinator process, stored in the coordinator database, and used by the intended agent."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:39740
+#: guix-git/doc/guix.texi:39769
msgid "The password to use when connecting to the coordinator."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:39744
+#: guix-git/doc/guix.texi:39773
#, no-wrap
msgid "{Data Type} guix-build-coordinator-agent-password-file-auth"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:39747
+#: guix-git/doc/guix.texi:39776
msgid "Data type representing an agent authenticating with a coordinator via a UUID and password read from a file."
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:39754
+#: guix-git/doc/guix.texi:39783
#, no-wrap
msgid "password-file"
msgstr "профиль"
#. type: table
-#: guix-git/doc/guix.texi:39757
+#: guix-git/doc/guix.texi:39786
msgid "A file containing the password to use when connecting to the coordinator."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:39761
+#: guix-git/doc/guix.texi:39790
#, no-wrap
msgid "{Data Type} guix-build-coordinator-agent-dynamic-auth"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:39764
+#: guix-git/doc/guix.texi:39793
msgid "Data type representing an agent authenticating with a coordinator via a dynamic auth token and agent name."
msgstr "Управление конфигурацией операционной системы."
#. type: code{#1}
-#: guix-git/doc/guix.texi:39766 guix-git/doc/guix.texi:39783
+#: guix-git/doc/guix.texi:39795 guix-git/doc/guix.texi:39812
#, no-wrap
msgid "agent-name"
msgstr "каналы"
#. type: table
-#: guix-git/doc/guix.texi:39770 guix-git/doc/guix.texi:39787
+#: guix-git/doc/guix.texi:39799 guix-git/doc/guix.texi:39816
msgid "Name of an agent, this is used to match up to an existing entry in the database if there is one. When no existing entry is found, a new entry is automatically added."
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:39771
+#: guix-git/doc/guix.texi:39800
#, no-wrap
msgid "token"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:39774
+#: guix-git/doc/guix.texi:39803
msgid "Dynamic auth token, this is created and stored in the coordinator database, and is used by the agent to authenticate."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:39778
+#: guix-git/doc/guix.texi:39807
#, no-wrap
msgid "{Data Type} guix-build-coordinator-agent-dynamic-auth-with-file"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:39781
+#: guix-git/doc/guix.texi:39810
msgid "Data type representing an agent authenticating with a coordinator via a dynamic auth token read from a file and agent name."
msgstr "Управление конфигурацией операционной системы."
#. type: code{#1}
-#: guix-git/doc/guix.texi:39788
+#: guix-git/doc/guix.texi:39817
#, no-wrap
msgid "token-file"
msgstr "профиль"
#. type: table
-#: guix-git/doc/guix.texi:39791
+#: guix-git/doc/guix.texi:39820
msgid "File containing the dynamic auth token, this is created and stored in the coordinator database, and is used by the agent to authenticate."
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:39795
+#: guix-git/doc/guix.texi:39824
#, no-wrap
msgid "Guix Data Service"
msgstr "Сервисы баз данных"
#. type: Plain text
-#: guix-git/doc/guix.texi:39799
+#: guix-git/doc/guix.texi:39828
msgid "The @uref{http://data.guix.gnu.org,Guix Data Service} processes, stores and provides data about GNU Guix. This includes information about packages, derivations and lint warnings."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:39802
+#: guix-git/doc/guix.texi:39831
msgid "The data is stored in a PostgreSQL database, and available through a web interface."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:39803
+#: guix-git/doc/guix.texi:39832
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "guix-data-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:39808
+#: guix-git/doc/guix.texi:39837
msgid "Service type for the Guix Data Service. Its value must be a @code{guix-data-service-configuration} object. The service optionally extends the getmail service, as the guix-commits mailing list is used to find out about changes in the Guix git repository."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:39810
+#: guix-git/doc/guix.texi:39839
#, no-wrap
msgid "{Data Type} guix-data-service-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:39812 guix-git/doc/guix.texi:39898
+#: guix-git/doc/guix.texi:39841 guix-git/doc/guix.texi:39927
msgid "Data type representing the configuration of the Guix Data Service."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:39814
+#: guix-git/doc/guix.texi:39843
#, no-wrap
msgid "@code{package} (default: @code{guix-data-service})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:39816
+#: guix-git/doc/guix.texi:39845
msgid "The Guix Data Service package to use."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:39817
+#: guix-git/doc/guix.texi:39846
#, no-wrap
msgid "@code{user} (default: @code{\"guix-data-service\"})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: item
-#: guix-git/doc/guix.texi:39820
+#: guix-git/doc/guix.texi:39849
#, no-wrap
msgid "@code{group} (default: @code{\"guix-data-service\"})"
msgstr "@code{port} (default: @code{22})"
#. type: item
-#: guix-git/doc/guix.texi:39823
+#: guix-git/doc/guix.texi:39852
#, no-wrap
msgid "@code{port} (default: @code{8765})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:39825
+#: guix-git/doc/guix.texi:39854
msgid "The port to bind the web service to."
msgstr "Сервис rottlog."
#. type: table
-#: guix-git/doc/guix.texi:39828
+#: guix-git/doc/guix.texi:39857
msgid "The host to bind the web service to."
msgstr "Сервис rottlog."
#. type: item
-#: guix-git/doc/guix.texi:39829
+#: guix-git/doc/guix.texi:39858
#, no-wrap
msgid "@code{getmail-idle-mailboxes} (default: @code{#f})"
msgstr "@code{parallel-builds} (default: @code{1})"
#. type: table
-#: guix-git/doc/guix.texi:39832
+#: guix-git/doc/guix.texi:39861
msgid "If set, this is the list of mailboxes that the getmail service will be configured to listen to."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:39833
+#: guix-git/doc/guix.texi:39862
#, no-wrap
msgid "@code{commits-getmail-retriever-configuration} (default: @code{#f})"
msgstr "@code{compression-level} (default: @code{3})"
#. type: table
-#: guix-git/doc/guix.texi:39837
+#: guix-git/doc/guix.texi:39866
msgid "If set, this is the @code{getmail-retriever-configuration} object with which to configure getmail to fetch mail from the guix-commits mailing list."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:39838
+#: guix-git/doc/guix.texi:39867
#, no-wrap
msgid "@code{extra-options} (default: @var{'()})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:39840
+#: guix-git/doc/guix.texi:39869
msgid "Extra command line options for @code{guix-data-service}."
msgstr "Дополнительные параметры командной строки для @code {guix-data-service}."
#. type: item
-#: guix-git/doc/guix.texi:39841
+#: guix-git/doc/guix.texi:39870
#, no-wrap
msgid "@code{extra-process-jobs-options} (default: @var{'()})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:39843
+#: guix-git/doc/guix.texi:39872
msgid "Extra command line options for @code{guix-data-service-process-jobs}."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:39848 guix-git/doc/guix.texi:39857
+#: guix-git/doc/guix.texi:39877 guix-git/doc/guix.texi:39886
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "guix-home-service-type"
msgstr "activation-service-type"
#. type: subsubheading
-#: guix-git/doc/guix.texi:39848
+#: guix-git/doc/guix.texi:39877
#, fuzzy, no-wrap
#| msgid "Game Services"
msgid "Guix Home Service"
msgstr "Игровые службы"
#. type: Plain text
-#: guix-git/doc/guix.texi:39856
+#: guix-git/doc/guix.texi:39885
msgid "The Guix Home service is a way to let Guix System deploy the home environment of one or more users (@pxref{Home Configuration}, for more on Guix Home). That way, the system configuration embeds declarations of the home environment of those users and can be used to deploy everything consistently at once, saving users the need to run @command{guix home reconfigure} independently."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:39862
+#: guix-git/doc/guix.texi:39891
msgid "Service type for the Guix Home service. Its value must be a list of lists containing user and home environment pairs. The key of each pair is a string representing the user to deploy the configuration under and the value is a home-environment configuration."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:39865
+#: guix-git/doc/guix.texi:39894
#, fuzzy, no-wrap
#| msgid ""
#| "(use-modules (guix ci))\n"
@@ -77630,7 +77685,7 @@ msgstr ""
"\n"
#. type: lisp
-#: guix-git/doc/guix.texi:39869
+#: guix-git/doc/guix.texi:39898
#, no-wrap
msgid ""
"(define my-home\n"
@@ -77640,7 +77695,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:39874
+#: guix-git/doc/guix.texi:39903
#, no-wrap
msgid ""
"(operating-system\n"
@@ -77650,12 +77705,12 @@ msgid ""
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:39878
+#: guix-git/doc/guix.texi:39907
msgid "This service can be extended by other services to add additional home environments, as in this example:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:39882
+#: guix-git/doc/guix.texi:39911
#, fuzzy, no-wrap
#| msgid ""
#| "(simple-service 'my-mcron-job mcron-service-type\n"
@@ -77668,661 +77723,661 @@ msgstr ""
" #~(job '(next-hour (3)) \"guix gc -F 2G\"))\n"
#. type: subsubheading
-#: guix-git/doc/guix.texi:39885
+#: guix-git/doc/guix.texi:39914
#, no-wrap
msgid "Nar Herder"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:39888
+#: guix-git/doc/guix.texi:39917
msgid "The @uref{https://git.cbaines.net/guix/nar-herder/about/,Nar Herder} is a utility for managing a collection of nars."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:39889
+#: guix-git/doc/guix.texi:39918
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} sane-service-type"
msgid "nar-herder-type"
msgstr "{Процедура Scheme} sane-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:39894
+#: guix-git/doc/guix.texi:39923
msgid "Service type for the Guix Data Service. Its value must be a @code{nar-herder-configuration} object. The service optionally extends the getmail service, as the guix-commits mailing list is used to find out about changes in the Guix git repository."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:39896
+#: guix-git/doc/guix.texi:39925
#, fuzzy, no-wrap
#| msgid "{Data Type} shepherd-configuration"
msgid "{Data Type} nar-herder-configuration"
msgstr "Конфигурирование системы"
#. type: item
-#: guix-git/doc/guix.texi:39900
+#: guix-git/doc/guix.texi:39929
#, fuzzy, no-wrap
#| msgid "@code{package} (default: @code{r-shiny})"
msgid "@code{package} (default: @code{nar-herder})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:39902
+#: guix-git/doc/guix.texi:39931
#, fuzzy
#| msgid "The Hurd package to use."
msgid "The Nar Herder package to use."
msgstr "Используемый пакет Hurd."
#. type: item
-#: guix-git/doc/guix.texi:39903
+#: guix-git/doc/guix.texi:39932
#, fuzzy, no-wrap
#| msgid "@code{user} (default: @code{\"agate\"})"
msgid "@code{user} (default: @code{\"nar-herder\"})"
msgstr "@code{port} (default: @code{22})"
#. type: item
-#: guix-git/doc/guix.texi:39906
+#: guix-git/doc/guix.texi:39935
#, fuzzy, no-wrap
#| msgid "@code{group} (default: @code{\"agate\"})"
msgid "@code{group} (default: @code{\"nar-herder\"})"
msgstr "@code{port} (default: @code{22})"
#. type: item
-#: guix-git/doc/guix.texi:39909
+#: guix-git/doc/guix.texi:39938
#, fuzzy, no-wrap
#| msgid "@code{port} (default: @code{8765})"
msgid "@code{port} (default: @code{8734})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:39914
+#: guix-git/doc/guix.texi:39943
#, fuzzy
#| msgid "The host to bind the web service to."
msgid "The host to bind the server to."
msgstr "Сервис rottlog."
#. type: table
-#: guix-git/doc/guix.texi:39919
+#: guix-git/doc/guix.texi:39948
msgid "Optional URL of the other Nar Herder instance which should be mirrored. This means that this Nar Herder instance will download it's database, and keep it up to date."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:39920
+#: guix-git/doc/guix.texi:39949
#, fuzzy, no-wrap
#| msgid "@code{data-directory} (default: @code{\"/var/lib/postgresql/data\"})"
msgid "@code{database} (default: @code{\"/var/lib/nar-herder/nar_herder.db\"})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:39925
+#: guix-git/doc/guix.texi:39954
msgid "Location for the database. If this Nar Herder instance is mirroring another, the database will be downloaded if it doesn't exist. If this Nar Herder instance isn't mirroring another, an empty database will be created."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:39926
+#: guix-git/doc/guix.texi:39955
#, fuzzy, no-wrap
#| msgid "@code{data-directory} (default: @code{\"/var/lib/postgresql/data\"})"
msgid "@code{database-dump} (default: @code{\"/var/lib/nar-herder/nar_herder_dump.db\"})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:39930
+#: guix-git/doc/guix.texi:39959
msgid "Location of the database dump. This is created and regularly updated by taking a copy of the database. This is the version of the database that is available to download."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:39931
+#: guix-git/doc/guix.texi:39960
#, fuzzy, no-wrap
msgid "@code{storage} (default: @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:39933
+#: guix-git/doc/guix.texi:39962
msgid "Optional location in which to store nars."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:39934
+#: guix-git/doc/guix.texi:39963
#, fuzzy, no-wrap
#| msgid "@code{port} (default: @code{\"\"})"
msgid "@code{storage-limit} (default: @code{\"none\"})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:39937
+#: guix-git/doc/guix.texi:39966
msgid "Limit in bytes for the nars stored in the storage location. This can also be set to ``none'' so that there is no limit."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:39940
+#: guix-git/doc/guix.texi:39969
msgid "When the storage location exceeds this size, nars are removed according to the nar removal criteria."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:39941
+#: guix-git/doc/guix.texi:39970
#, fuzzy, no-wrap
#| msgid "@code{server} (default: @code{'()})"
msgid "@code{storage-nar-removal-criteria} (default: @code{'()})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:39944
+#: guix-git/doc/guix.texi:39973
msgid "Criteria used to remove nars from the storage location. These are used in conjunction with the storage limit."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:39949
+#: guix-git/doc/guix.texi:39978
msgid "When the storage location exceeds the storage limit size, nars will be checked against the nar removal criteria and if any of the criteria match, they will be removed. This will continue until the storage location is below the storage limit size."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:39953
+#: guix-git/doc/guix.texi:39982
msgid "Each criteria is specified by a string, then an equals sign, then another string. Currently, only one criteria is supported, checking if a nar is stored on another Nar Herder instance."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:39961
+#: guix-git/doc/guix.texi:39990
msgid "This allows the user's Guix to keep substitute information in cache for @var{ttl}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:39962 guix-git/doc/guix.texi:40030
+#: guix-git/doc/guix.texi:39991 guix-git/doc/guix.texi:40059
#, fuzzy, no-wrap
#| msgid "@code{email} (default: @code{#f})"
msgid "@code{new-ttl} (default: @code{#f})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:39966
+#: guix-git/doc/guix.texi:39995
msgid "If specified, this will override the @code{ttl} setting when used for the @code{Cache-Control} headers, but this value will be used when scheduling the removal of nars."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:39969
+#: guix-git/doc/guix.texi:39998
msgid "Use this setting when the TTL is being reduced to avoid removing nars while clients still have cached narinfos."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:39976
+#: guix-git/doc/guix.texi:40005
#, fuzzy, no-wrap
#| msgid "@code{log-level} (default @code{1})"
msgid "@code{log-level} (default: @code{'DEBUG})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:39979
+#: guix-git/doc/guix.texi:40008
msgid "Log level to use, specify a log level like @code{'INFO} to stop logging individual requests."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:39980
+#: guix-git/doc/guix.texi:40009
#, fuzzy, no-wrap
#| msgid "@code{admins} (default: @code{'()})"
msgid "@code{cached-compressions} (default: @code{'()})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:39984
+#: guix-git/doc/guix.texi:40013
msgid "Activate generating cached nars with different compression details from the stored nars. This is a list of nar-herder-cached-compression-configuration records."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:39985
+#: guix-git/doc/guix.texi:40014
#, fuzzy, no-wrap
msgid "@code{min-uses} (default: @code{3})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:39988
+#: guix-git/doc/guix.texi:40017
msgid "When cached-compressions are enabled, generate cached nars when at least this number of requests are made for a nar."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:39989
+#: guix-git/doc/guix.texi:40018
#, fuzzy, no-wrap
#| msgid "@code{workers} (default: @code{1})"
msgid "@code{workers} (default: @code{2})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:39991
+#: guix-git/doc/guix.texi:40020
msgid "Number of cached nars to generate at a time."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:39992
+#: guix-git/doc/guix.texi:40021
#, fuzzy, no-wrap
msgid "@code{nar-source} (default: @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:39995
+#: guix-git/doc/guix.texi:40024
msgid "Location to fetch nars from when computing cached compressions. By default, the storage location will be used."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:39996
+#: guix-git/doc/guix.texi:40025
#, fuzzy, no-wrap
#| msgid "@code{extra-environment} (default: @code{#~'()})"
msgid "@code{extra-environment-variables} (default: @code{'()})"
msgstr "@code{features} (default: @code{'()})"
#. type: deftp
-#: guix-git/doc/guix.texi:40002
+#: guix-git/doc/guix.texi:40031
#, fuzzy, no-wrap
#| msgid "{Data Type} shepherd-configuration"
msgid "{Data Type} nar-herder-cached-compression-configuration"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:40004
+#: guix-git/doc/guix.texi:40033
#, fuzzy
#| msgid "Data type representing the configuration of IPFS."
msgid "Data type representing the cached compression configuration."
msgstr "Управление конфигурацией операционной системы."
#. type: table
-#: guix-git/doc/guix.texi:40008
+#: guix-git/doc/guix.texi:40037
msgid "Type of compression to use, e.g. @code{'zstd}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:40011
+#: guix-git/doc/guix.texi:40040
#, fuzzy
#| msgid "The name of the database to use."
msgid "Level of the compression to use."
msgstr "Имя используемой базы данных."
#. type: item
-#: guix-git/doc/guix.texi:40012
+#: guix-git/doc/guix.texi:40041
#, fuzzy, no-wrap
#| msgid "@code{record?} (default: @code{#f})"
msgid "@code{directory} (default: @code{#f})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:40015
+#: guix-git/doc/guix.texi:40044
msgid "Location to store the cached nars. If unspecified, they will be stored in /var/cache/nar-herder/nar/TYPE."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40016
+#: guix-git/doc/guix.texi:40045
#, fuzzy, no-wrap
#| msgid "@code{extra-file} (default: @code{#f})"
msgid "@code{directory-max-size} (default: @code{#f})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:40018
+#: guix-git/doc/guix.texi:40047
msgid "Maximum size in bytes of the directory."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40019
+#: guix-git/doc/guix.texi:40048
#, fuzzy, no-wrap
#| msgid "@code{user-path} (default: @code{#f})"
msgid "@code{unused-removal-duration} (default: @code{#f})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:40022
+#: guix-git/doc/guix.texi:40051
msgid "If a cached nar isn't used for @code{unused-removal-duration}, it will be scheduled for removal."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:40025
+#: guix-git/doc/guix.texi:40054
msgid "@var{unused-removal-duration} must denote a duration: @code{5d} means 5 days, @code{1m} means 1 month, and so on."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:40029
+#: guix-git/doc/guix.texi:40058
msgid "If specified this overrides the @code{ttl} used for narinfos when this cached compression is available."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:40033
+#: guix-git/doc/guix.texi:40062
msgid "As with the @code{new-ttl} option for @code{nar-herder-configuration}, this value will override the @code{ttl} when used for narinfo requests."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:40040
+#: guix-git/doc/guix.texi:40069
#, no-wrap
msgid "oom"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:40041
+#: guix-git/doc/guix.texi:40070
#, no-wrap
msgid "out of memory killer"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:40042
+#: guix-git/doc/guix.texi:40071
#, no-wrap
msgid "earlyoom"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:40043
+#: guix-git/doc/guix.texi:40072
#, no-wrap
msgid "early out of memory daemon"
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:40044
+#: guix-git/doc/guix.texi:40073
#, no-wrap
msgid "Early OOM Service"
msgstr "Почтовые сервисы"
#. type: Plain text
-#: guix-git/doc/guix.texi:40051
+#: guix-git/doc/guix.texi:40080
msgid "@uref{https://github.com/rfjakob/earlyoom,Early OOM}, also known as Earlyoom, is a minimalist out of memory (OOM) daemon that runs in user space and provides a more responsive and configurable alternative to the in-kernel OOM killer. It is useful to prevent the system from becoming unresponsive when it runs out of memory."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:40052
+#: guix-git/doc/guix.texi:40081
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "earlyoom-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:40057
+#: guix-git/doc/guix.texi:40086
msgid "The service type for running @command{earlyoom}, the Early OOM daemon. Its value must be a @code{earlyoom-configuration} object, described below. The service can be instantiated in its default configuration with:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:40060
+#: guix-git/doc/guix.texi:40089
#, no-wrap
msgid "(service earlyoom-service-type)\n"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:40063
+#: guix-git/doc/guix.texi:40092
#, no-wrap
msgid "{Data Type} earlyoom-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:40065
+#: guix-git/doc/guix.texi:40094
msgid "This is the configuration record for the @code{earlyoom-service-type}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40067
+#: guix-git/doc/guix.texi:40096
#, no-wrap
msgid "@code{earlyoom} (default: @var{earlyoom})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:40069
+#: guix-git/doc/guix.texi:40098
msgid "The Earlyoom package to use."
msgstr "Используемый пакет Earlyoom."
#. type: item
-#: guix-git/doc/guix.texi:40070
+#: guix-git/doc/guix.texi:40099
#, no-wrap
msgid "@code{minimum-available-memory} (default: @code{10})"
msgstr "@code{parallel-builds} (default: @code{1})"
#. type: table
-#: guix-git/doc/guix.texi:40072
+#: guix-git/doc/guix.texi:40101
msgid "The threshold for the minimum @emph{available} memory, in percentages."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40073
+#: guix-git/doc/guix.texi:40102
#, no-wrap
msgid "@code{minimum-free-swap} (default: @code{10})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:40075
+#: guix-git/doc/guix.texi:40104
msgid "The threshold for the minimum free swap memory, in percentages."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40076
+#: guix-git/doc/guix.texi:40105
#, no-wrap
msgid "@code{prefer-regexp} (default: @code{#f})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:40079
+#: guix-git/doc/guix.texi:40108
msgid "A regular expression (as a string) to match the names of the processes that should be preferably killed."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40080
+#: guix-git/doc/guix.texi:40109
#, no-wrap
msgid "@code{avoid-regexp} (default: @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:40083
+#: guix-git/doc/guix.texi:40112
msgid "A regular expression (as a string) to match the names of the processes that should @emph{not} be killed."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40084
+#: guix-git/doc/guix.texi:40113
#, no-wrap
msgid "@code{memory-report-interval} (default: @code{0})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:40087
+#: guix-git/doc/guix.texi:40116
msgid "The interval in seconds at which a memory report is printed. It is disabled by default."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40088
+#: guix-git/doc/guix.texi:40117
#, no-wrap
msgid "@code{ignore-positive-oom-score-adj?} (default: @code{#f})"
msgstr "@code{compression-level} (default: @code{3})"
#. type: table
-#: guix-git/doc/guix.texi:40091
+#: guix-git/doc/guix.texi:40120
msgid "A boolean indicating whether the positive adjustments set in @file{/proc/*/oom_score_adj} should be ignored."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40092
+#: guix-git/doc/guix.texi:40121
#, no-wrap
msgid "@code{show-debug-messages?} (default: @code{#f})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:40095
+#: guix-git/doc/guix.texi:40124
msgid "A boolean indicating whether debug messages should be printed. The logs are saved at @file{/var/log/earlyoom.log}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40096
+#: guix-git/doc/guix.texi:40125
#, no-wrap
msgid "@code{send-notification-command} (default: @code{#f})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:40099
+#: guix-git/doc/guix.texi:40128
msgid "This can be used to provide a custom command used for sending notifications."
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:40102
+#: guix-git/doc/guix.texi:40131
#, fuzzy, no-wrap
#| msgid "Getmail service"
msgid "fstrim Service"
msgstr "Почтовые сервисы"
#. type: cindex
-#: guix-git/doc/guix.texi:40103
+#: guix-git/doc/guix.texi:40132
#, fuzzy, no-wrap
#| msgid "Nix service"
msgid "fstrim service"
msgstr "Сервисы DNS"
#. type: cindex
-#: guix-git/doc/guix.texi:40104
+#: guix-git/doc/guix.texi:40133
#, no-wrap
msgid "solid state drives, periodic trim"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:40105
+#: guix-git/doc/guix.texi:40134
#, no-wrap
msgid "solid state drives, trim"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:40109
+#: guix-git/doc/guix.texi:40138
msgid "The command @command{fstrim} can be used to discard (or @dfn{trim}) unused blocks on a mounted file system."
msgstr ""
#. type: quotation
-#: guix-git/doc/guix.texi:40118
+#: guix-git/doc/guix.texi:40147
msgid "Running @command{fstrim} frequently, or even using @command{mount -o discard}, might negatively affect the lifetime of poor-quality SSD devices. For most desktop and server systems a sufficient trimming frequency is once a week. Note that not all devices support a queued trim, so each trim command incurs a performance penalty on whatever else might be trying to use the disk at the time."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:40120
+#: guix-git/doc/guix.texi:40149
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "fstrim-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:40124
+#: guix-git/doc/guix.texi:40153
msgid "Type for a service that periodically runs @command{fstrim}, whose value must be an @code{<fstrim-configuration>} object. The service can be instantiated in its default configuration with:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:40127
+#: guix-git/doc/guix.texi:40156
#, fuzzy, no-wrap
#| msgid "(service laminar-service-type)\n"
msgid "(service fstrim-service-type)\n"
msgstr "(service openssh-service-type)\n"
#. type: deftp
-#: guix-git/doc/guix.texi:40131
+#: guix-git/doc/guix.texi:40160
#, fuzzy, no-wrap
#| msgid "{Data Type} nfs-configuration"
msgid "{Data Type} fstrim-configuration"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:40133
+#: guix-git/doc/guix.texi:40162
msgid "Available @code{fstrim-configuration} fields are:"
msgstr "Доступными полями @code{fstrim-configuration} являются:"
#. type: item
-#: guix-git/doc/guix.texi:40135
+#: guix-git/doc/guix.texi:40164
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{package} (default: @code{util-linux}) (type: file-like)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:40137
+#: guix-git/doc/guix.texi:40166
#, fuzzy
#| msgid "Package management commands."
msgid "The package providing the @command{fstrim} command."
msgstr "Команды управления пакетами."
#. type: item
-#: guix-git/doc/guix.texi:40138
+#: guix-git/doc/guix.texi:40167
#, fuzzy, no-wrap
#| msgid "@code{schedule} (default: @code{\"30 01 * * 0\"})"
msgid "@code{schedule} (default: @code{\"0 0 * * 0\"}) (type: mcron-time)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:40143
+#: guix-git/doc/guix.texi:40172
msgid "Schedule for launching @command{fstrim}. This can be a procedure, a list or a string. For additional information, see @ref{Guile Syntax,,Job specification,mcron,the mcron manual}. By default this is set to run weekly on Sunday at 00:00."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40144
+#: guix-git/doc/guix.texi:40173
#, fuzzy, no-wrap
#| msgid "@code{extra-environment} (default: @code{#~'()})"
msgid "@code{listed-in} (default: @code{'(\"/etc/fstab\" \"/proc/self/mountinfo\")}) (type: maybe-list-of-strings)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:40149
+#: guix-git/doc/guix.texi:40178
msgid "List of files in fstab or kernel mountinfo format. All missing or empty files are silently ignored. The evaluation of the list @emph{stops} after the first non-empty file. File systems with @code{X-fstrim.notrim} mount option in fstab are skipped."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40150
+#: guix-git/doc/guix.texi:40179
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{verbose?} (default: @code{#t}) (type: boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:40152
+#: guix-git/doc/guix.texi:40181
msgid "Verbose execution."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40153
+#: guix-git/doc/guix.texi:40182
#, fuzzy, no-wrap
#| msgid "@code{enabled?} (default: @code{#t})"
msgid "@code{quiet-unsupported?} (default: @code{#t}) (type: boolean)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:40155
+#: guix-git/doc/guix.texi:40184
msgid "Suppress error messages if trim operation (ioctl) is unsupported."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40156
+#: guix-git/doc/guix.texi:40185
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{extra-arguments} (type: maybe-list-of-strings)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:40159
+#: guix-git/doc/guix.texi:40188
msgid "Extra options to append to @command{fstrim} (run @samp{man fstrim} for more information)."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:40164
+#: guix-git/doc/guix.texi:40193
#, no-wrap
msgid "modprobe"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:40165
+#: guix-git/doc/guix.texi:40194
#, no-wrap
msgid "kernel module loader"
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:40166
+#: guix-git/doc/guix.texi:40195
#, no-wrap
msgid "Kernel Module Loader Service"
msgstr "Сервисы Kerberos"
#. type: Plain text
-#: guix-git/doc/guix.texi:40172
+#: guix-git/doc/guix.texi:40201
msgid "The kernel module loader service allows one to load loadable kernel modules at boot. This is especially useful for modules that don't autoload and need to be manually loaded, as is the case with @code{ddcci}."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:40173
+#: guix-git/doc/guix.texi:40202
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} kernel-module-loader-service-type"
msgid "kernel-module-loader-service-type"
msgstr "{Процедура Scheme} sane-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:40179
+#: guix-git/doc/guix.texi:40208
msgid "The service type for loading loadable kernel modules at boot with @command{modprobe}. Its value must be a list of strings representing module names. For example loading the drivers provided by @code{ddcci-driver-linux}, in debugging mode by passing some module parameters, can be done as follow:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:40184
+#: guix-git/doc/guix.texi:40213
#, no-wrap
msgid ""
"(use-modules (gnu) (gnu services))\n"
@@ -78332,7 +78387,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:40188
+#: guix-git/doc/guix.texi:40217
#, no-wrap
msgid ""
"(define ddcci-config\n"
@@ -78342,7 +78397,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:40198
+#: guix-git/doc/guix.texi:40227
#, no-wrap
msgid ""
"(operating-system\n"
@@ -78357,39 +78412,39 @@ msgid ""
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:40201
+#: guix-git/doc/guix.texi:40230
#, fuzzy, no-wrap
#| msgid "Certificate Services"
msgid "Cachefilesd Service"
msgstr "Сервисы сертификатов"
#. type: cindex
-#: guix-git/doc/guix.texi:40203
+#: guix-git/doc/guix.texi:40232
#, fuzzy, no-wrap
#| msgid "--cache-failures"
msgid "cachefilesd"
msgstr "--cache-failures"
#. type: cindex
-#: guix-git/doc/guix.texi:40204
+#: guix-git/doc/guix.texi:40233
#, no-wrap
msgid "fscache, file system caching (Linux)"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:40208
+#: guix-git/doc/guix.texi:40237
msgid "The Cachefilesd service starts a daemon that caches network file system data locally. It is especially useful for NFS and AFS shares, where it reduces latencies for repeated access when reading files."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:40210
+#: guix-git/doc/guix.texi:40239
#, fuzzy
#| msgid "The @var{options} can be among the following:"
msgid "The daemon can be configured as follows:"
msgstr "Опции @var{options} могут быть следующими:"
#. type: lisp
-#: guix-git/doc/guix.texi:40215
+#: guix-git/doc/guix.texi:40244
#, fuzzy, no-wrap
#| msgid ""
#| "(service gmnisrv-service-type\n"
@@ -78405,664 +78460,664 @@ msgstr ""
" (config-file (local-file \"./my-gmnisrv.ini\"))))\n"
#. type: defvar
-#: guix-git/doc/guix.texi:40217
+#: guix-git/doc/guix.texi:40246
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} profile-service-type"
msgid "cachefilesd-service-type"
msgstr "{Scheme Variable} profile-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:40221
+#: guix-git/doc/guix.texi:40250
msgid "The service type for starting @command{cachefilesd}. The value for this service type is a @code{cachefilesd-configuration}, whose only required field is @var{cache-directory}."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:40225
+#: guix-git/doc/guix.texi:40254
#, fuzzy, no-wrap
#| msgid "{Data Type} machine-ssh-configuration"
msgid "{Data Type} cachefilesd-configuration"
msgstr "{Тип данных} build-machine"
#. type: deftp
-#: guix-git/doc/guix.texi:40227
+#: guix-git/doc/guix.texi:40256
#, fuzzy
#| msgid "Available @code{slapd-configuration} fields are:"
msgid "Available @code{cachefilesd-configuration} fields are:"
msgstr "Доступными полями @code{slapd-configuration} являются:"
#. type: item
-#: guix-git/doc/guix.texi:40229
+#: guix-git/doc/guix.texi:40258
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{cachefilesd} (default: @code{cachefilesd}) (type: file-like)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:40231
+#: guix-git/doc/guix.texi:40260
#, fuzzy
#| msgid "The Shepherd package to use."
msgid "The cachefilesd package to use."
msgstr "Используемый пакет Hurd."
#. type: item
-#: guix-git/doc/guix.texi:40232
+#: guix-git/doc/guix.texi:40261
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{debug-output?} (default: @code{#f}) (type: boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:40234
+#: guix-git/doc/guix.texi:40263
#, fuzzy
#| msgid "Produce debugging output."
msgid "Print debugging output to stderr."
msgstr "Выводить отладочную информацию."
#. type: item
-#: guix-git/doc/guix.texi:40235
+#: guix-git/doc/guix.texi:40264
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{use-syslog?} (default: @code{#t}) (type: boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:40237
+#: guix-git/doc/guix.texi:40266
msgid "Log to syslog facility instead of stdout."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40238
+#: guix-git/doc/guix.texi:40267
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{scan?} (default: @code{#t}) (type: boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:40240
+#: guix-git/doc/guix.texi:40269
msgid "Scan for cachable objects."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40241
+#: guix-git/doc/guix.texi:40270
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{cache-directory} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:40243
+#: guix-git/doc/guix.texi:40272
msgid "Location of the cache directory."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40244
+#: guix-git/doc/guix.texi:40273
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{cache-name} (default: @code{\"CacheFiles\"}) (type: maybe-string)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:40246
+#: guix-git/doc/guix.texi:40275
msgid "Name of cache (keep unique)."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40247
+#: guix-git/doc/guix.texi:40276
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{security-context} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:40249
+#: guix-git/doc/guix.texi:40278
msgid "SELinux security context."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40250
+#: guix-git/doc/guix.texi:40279
#, fuzzy, no-wrap
#| msgid "@code{port} (default: @code{5432})"
msgid "@code{pause-culling-for-block-percentage} (default: @code{7}) (type: maybe-non-negative-integer)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:40252
+#: guix-git/doc/guix.texi:40281
msgid "Pause culling when available blocks exceed this percentage."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40253
+#: guix-git/doc/guix.texi:40282
#, fuzzy, no-wrap
#| msgid "@code{port} (default: @code{5432})"
msgid "@code{pause-culling-for-file-percentage} (default: @code{7}) (type: maybe-non-negative-integer)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:40255
+#: guix-git/doc/guix.texi:40284
msgid "Pause culling when available files exceed this percentage."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40256
+#: guix-git/doc/guix.texi:40285
#, fuzzy, no-wrap
#| msgid "@code{port} (default: @code{5432})"
msgid "@code{resume-culling-for-block-percentage} (default: @code{5}) (type: maybe-non-negative-integer)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:40258
+#: guix-git/doc/guix.texi:40287
msgid "Start culling when available blocks drop below this percentage."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40259
+#: guix-git/doc/guix.texi:40288
#, fuzzy, no-wrap
#| msgid "@code{port} (default: @code{5432})"
msgid "@code{resume-culling-for-file-percentage} (default: @code{5}) (type: maybe-non-negative-integer)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:40261
+#: guix-git/doc/guix.texi:40290
msgid "Start culling when available files drop below this percentage."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40262
+#: guix-git/doc/guix.texi:40291
#, fuzzy, no-wrap
#| msgid "@code{port} (default: @code{5432})"
msgid "@code{pause-caching-for-block-percentage} (default: @code{1}) (type: maybe-non-negative-integer)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:40265
+#: guix-git/doc/guix.texi:40294
msgid "Pause further allocations when available blocks drop below this percentage."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40266
+#: guix-git/doc/guix.texi:40295
#, fuzzy, no-wrap
#| msgid "@code{port} (default: @code{5432})"
msgid "@code{pause-caching-for-file-percentage} (default: @code{1}) (type: maybe-non-negative-integer)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:40269
+#: guix-git/doc/guix.texi:40298
msgid "Pause further allocations when available files drop below this percentage."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40270
+#: guix-git/doc/guix.texi:40299
#, fuzzy, no-wrap
#| msgid "@code{port} (default: @code{5432})"
msgid "@code{log2-table-size} (default: @code{12}) (type: maybe-non-negative-integer)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:40272
+#: guix-git/doc/guix.texi:40301
msgid "Size of tables holding cullable objects in logarithm of base 2."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40273
+#: guix-git/doc/guix.texi:40302
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{cull?} (default: @code{#t}) (type: boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:40275
+#: guix-git/doc/guix.texi:40304
msgid "Create free space by culling (consumes system load)."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40276
+#: guix-git/doc/guix.texi:40305
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{trace-function-entry-in-kernel-module?} (default: @code{#f}) (type: boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:40278
+#: guix-git/doc/guix.texi:40307
msgid "Trace function entry in the kernel module (for debugging)."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40279
+#: guix-git/doc/guix.texi:40308
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{trace-function-exit-in-kernel-module?} (default: @code{#f}) (type: boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:40281
+#: guix-git/doc/guix.texi:40310
msgid "Trace function exit in the kernel module (for debugging)."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40282
+#: guix-git/doc/guix.texi:40311
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{trace-internal-checkpoints-in-kernel-module?} (default: @code{#f}) (type: boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:40284
+#: guix-git/doc/guix.texi:40313
msgid "Trace internal checkpoints in the kernel module (for debugging)."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:40289
+#: guix-git/doc/guix.texi:40318
#, no-wrap
msgid "rasdaemon"
msgstr "демон"
#. type: cindex
-#: guix-git/doc/guix.texi:40290
+#: guix-git/doc/guix.texi:40319
#, no-wrap
msgid "Platform Reliability, Availability and Serviceability daemon"
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:40291
+#: guix-git/doc/guix.texi:40320
#, no-wrap
msgid "Rasdaemon Service"
msgstr "Почтовые сервисы"
#. type: Plain text
-#: guix-git/doc/guix.texi:40296
+#: guix-git/doc/guix.texi:40325
msgid "The Rasdaemon service provides a daemon which monitors platform @acronym{RAS, Reliability@comma{} Availability@comma{} and Serviceability} reports from Linux kernel trace events, logging them to syslogd."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:40299
+#: guix-git/doc/guix.texi:40328
msgid "Reliability, Availability and Serviceability is a concept used on servers meant to measure their robustness."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:40302
+#: guix-git/doc/guix.texi:40331
msgid "@strong{Relability} is the probability that a system will produce correct outputs:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40304
+#: guix-git/doc/guix.texi:40333
#, no-wrap
msgid "Generally measured as Mean Time Between Failures (MTBF), and"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40305
+#: guix-git/doc/guix.texi:40334
#, no-wrap
msgid "Enhanced by features that help to avoid, detect and repair hardware"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:40307
+#: guix-git/doc/guix.texi:40336
msgid "faults"
msgstr "по умолчанию"
#. type: Plain text
-#: guix-git/doc/guix.texi:40311
+#: guix-git/doc/guix.texi:40340
msgid "@strong{Availability} is the probability that a system is operational at a given time:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40313
+#: guix-git/doc/guix.texi:40342
#, no-wrap
msgid "Generally measured as a percentage of downtime per a period of time, and"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40314
+#: guix-git/doc/guix.texi:40343
#, no-wrap
msgid "Often uses mechanisms to detect and correct hardware faults in runtime."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:40319
+#: guix-git/doc/guix.texi:40348
msgid "@strong{Serviceability} is the simplicity and speed with which a system can be repaired or maintained:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40321
+#: guix-git/doc/guix.texi:40350
#, no-wrap
msgid "Generally measured on Mean Time Between Repair (MTBR)."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:40326
+#: guix-git/doc/guix.texi:40355
msgid "Among the monitoring measures, the most usual ones include:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40328
+#: guix-git/doc/guix.texi:40357
#, no-wrap
msgid "CPU – detect errors at instruction execution and at L1/L2/L3 caches;"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40329
+#: guix-git/doc/guix.texi:40358
#, no-wrap
msgid "Memory – add error correction logic (ECC) to detect and correct errors;"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40330
+#: guix-git/doc/guix.texi:40359
#, no-wrap
msgid "I/O – add CRC checksums for transferred data;"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40331
+#: guix-git/doc/guix.texi:40360
#, no-wrap
msgid "Storage – RAID, journal file systems, checksums, Self-Monitoring,"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:40333
+#: guix-git/doc/guix.texi:40362
msgid "Analysis and Reporting Technology (SMART)."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:40339
+#: guix-git/doc/guix.texi:40368
msgid "By monitoring the number of occurrences of error detections, it is possible to identify if the probability of hardware errors is increasing, and, on such case, do a preventive maintenance to replace a degraded component while those errors are correctable."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:40343
+#: guix-git/doc/guix.texi:40372
msgid "For detailed information about the types of error events gathered and how to make sense of them, see the kernel administrator's guide at @url{https://www.kernel.org/doc/html/latest/admin-guide/ras.html}."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:40344
+#: guix-git/doc/guix.texi:40373
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "rasdaemon-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:40347
+#: guix-git/doc/guix.texi:40376
msgid "Service type for the @command{rasdaemon} service. It accepts a @code{rasdaemon-configuration} object. Instantiating like"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:40350
+#: guix-git/doc/guix.texi:40379
#, no-wrap
msgid "(service rasdaemon-service-type)\n"
msgstr "(service openssh-service-type)\n"
#. type: defvar
-#: guix-git/doc/guix.texi:40354
+#: guix-git/doc/guix.texi:40383
msgid "will load with a default configuration, which monitors all events and logs to syslogd."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:40356
+#: guix-git/doc/guix.texi:40385
#, no-wrap
msgid "{Data Type} rasdaemon-configuration"
msgstr "{Data Type} pagekite-configuration"
#. type: deftp
-#: guix-git/doc/guix.texi:40358
+#: guix-git/doc/guix.texi:40387
msgid "The data type representing the configuration of @command{rasdaemon}."
msgstr "Управление конфигурацией операционной системы."
#. type: item
-#: guix-git/doc/guix.texi:40360
+#: guix-git/doc/guix.texi:40389
#, no-wrap
msgid "@code{record?} (default: @code{#f})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:40365
+#: guix-git/doc/guix.texi:40394
msgid "A boolean indicating whether to record the events in an SQLite database. This provides a more structured access to the information contained in the log file. The database location is hard-coded to @file{/var/lib/rasdaemon/ras-mc_event.db}."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:40369
+#: guix-git/doc/guix.texi:40398
#, no-wrap
msgid "zram"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:40370
+#: guix-git/doc/guix.texi:40399
#, no-wrap
msgid "compressed swap"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:40371
+#: guix-git/doc/guix.texi:40400
#, no-wrap
msgid "Compressed RAM-based block devices"
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:40372
+#: guix-git/doc/guix.texi:40401
#, no-wrap
msgid "Zram Device Service"
msgstr "Игровые службы"
#. type: Plain text
-#: guix-git/doc/guix.texi:40378
+#: guix-git/doc/guix.texi:40407
msgid "The Zram device service provides a compressed swap device in system memory. The Linux Kernel documentation has more information about @uref{https://www.kernel.org/doc/html/latest/admin-guide/blockdev/zram.html,zram} devices."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:40379
+#: guix-git/doc/guix.texi:40408
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} zram-device-service-type"
msgid "zram-device-service-type"
msgstr "{Процедура Scheme} sane-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:40383
+#: guix-git/doc/guix.texi:40412
msgid "This service creates the zram block device, formats it as swap and enables it as a swap device. The service's value is a @code{zram-device-configuration} record."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:40384
+#: guix-git/doc/guix.texi:40413
#, no-wrap
msgid "{Data Type} zram-device-configuration"
msgstr "{Data Type} pagekite-configuration"
#. type: deftp
-#: guix-git/doc/guix.texi:40387
+#: guix-git/doc/guix.texi:40416
msgid "This is the data type representing the configuration for the zram-device service."
msgstr "Управление конфигурацией операционной системы."
#. type: item
-#: guix-git/doc/guix.texi:40389
+#: guix-git/doc/guix.texi:40418
#, no-wrap
msgid "@code{size} (default @code{\"1G\"})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:40393
+#: guix-git/doc/guix.texi:40422
msgid "This is the amount of space you wish to provide for the zram device. It accepts a string and can be a number of bytes or use a suffix, eg.: @code{\"512M\"} or @code{1024000}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40393
+#: guix-git/doc/guix.texi:40422
#, no-wrap
msgid "@code{compression-algorithm} (default @code{'lzo})"
msgstr "@code{compression-level} (default: @code{3})"
#. type: table
-#: guix-git/doc/guix.texi:40397
+#: guix-git/doc/guix.texi:40426
msgid "This is the compression algorithm you wish to use. It is difficult to list all the possible compression options, but common ones supported by Guix's Linux Libre Kernel include @code{'lzo}, @code{'lz4} and @code{'zstd}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40397
+#: guix-git/doc/guix.texi:40426
#, no-wrap
msgid "@code{memory-limit} (default @code{0})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:40404
+#: guix-git/doc/guix.texi:40433
msgid "This is the maximum amount of memory which the zram device can use. Setting it to '0' disables the limit. While it is generally expected that compression will be 2:1, it is possible that uncompressable data can be written to swap and this is a method to limit how much memory can be used. It accepts a string and can be a number of bytes or use a suffix, eg.: @code{\"2G\"}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40404
+#: guix-git/doc/guix.texi:40433
#, fuzzy, no-wrap
#| msgid "@code{port} (default: @code{#f})"
msgid "@code{priority} (default @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:40409
+#: guix-git/doc/guix.texi:40438
msgid "This is the priority of the swap device created from the zram device. @xref{Swap Space} for a description of swap priorities. You might want to set a specific priority for the zram device, otherwise it could end up not being used much for the reasons described there."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:40417
+#: guix-git/doc/guix.texi:40446
#, fuzzy, no-wrap
#| msgid "shepherd-root-service-type"
msgid "hurd-console-service-type"
msgstr "shepherd-root-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:40419
+#: guix-git/doc/guix.texi:40448
msgid "This service starts the fancy @code{VGA} console client on the Hurd."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:40421
+#: guix-git/doc/guix.texi:40450
msgid "The service's value is a @code{hurd-console-configuration} record."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:40423
+#: guix-git/doc/guix.texi:40452
#, no-wrap
msgid "{Data Type} hurd-console-configuration"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:40426
+#: guix-git/doc/guix.texi:40455
msgid "This is the data type representing the configuration for the hurd-console-service."
msgstr "Управление конфигурацией операционной системы."
#. type: item
-#: guix-git/doc/guix.texi:40428 guix-git/doc/guix.texi:40444
+#: guix-git/doc/guix.texi:40457 guix-git/doc/guix.texi:40473
#, no-wrap
msgid "@code{hurd} (default: @var{hurd})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:40430 guix-git/doc/guix.texi:40446
+#: guix-git/doc/guix.texi:40459 guix-git/doc/guix.texi:40475
msgid "The Hurd package to use."
msgstr "Используемый пакет Hurd."
#. type: defvar
-#: guix-git/doc/guix.texi:40433
+#: guix-git/doc/guix.texi:40462
#, fuzzy, no-wrap
#| msgid "shepherd-root-service-type"
msgid "hurd-getty-service-type"
msgstr "shepherd-root-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:40435
+#: guix-git/doc/guix.texi:40464
msgid "This service starts a tty using the Hurd @code{getty} program."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:40437
+#: guix-git/doc/guix.texi:40466
msgid "The service's value is a @code{hurd-getty-configuration} record."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:40439
+#: guix-git/doc/guix.texi:40468
#, no-wrap
msgid "{Data Type} hurd-getty-configuration"
msgstr "{Тип данных} build-machine"
#. type: deftp
-#: guix-git/doc/guix.texi:40442
+#: guix-git/doc/guix.texi:40471
msgid "This is the data type representing the configuration for the hurd-getty-service."
msgstr "Управление конфигурацией операционной системы."
#. type: table
-#: guix-git/doc/guix.texi:40449
+#: guix-git/doc/guix.texi:40478
msgid "The name of the console this Getty runs on---e.g., @code{\"tty1\"}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40450
+#: guix-git/doc/guix.texi:40479
#, no-wrap
msgid "@code{baud-rate} (default: @code{38400})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:40452
+#: guix-git/doc/guix.texi:40481
msgid "An integer specifying the baud rate of the tty."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:40459
+#: guix-git/doc/guix.texi:40488
#, no-wrap
msgid "fingerprint"
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:40460
+#: guix-git/doc/guix.texi:40489
#, no-wrap
msgid "Fingerprint Service"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:40464
+#: guix-git/doc/guix.texi:40493
msgid "The @code{(gnu services authentication)} module provides a DBus service to read and identify fingerprints via a fingerprint sensor."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:40465
+#: guix-git/doc/guix.texi:40494
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "fprintd-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:40468
+#: guix-git/doc/guix.texi:40497
msgid "The service type for @command{fprintd}, which provides the fingerprint reading capability."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:40471
+#: guix-git/doc/guix.texi:40500
#, no-wrap
msgid "(service fprintd-service-type)\n"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:40474
+#: guix-git/doc/guix.texi:40503
#, no-wrap
msgid "sysctl"
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:40475
+#: guix-git/doc/guix.texi:40504
#, no-wrap
msgid "System Control Service"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:40479
+#: guix-git/doc/guix.texi:40508
msgid "The @code{(gnu services sysctl)} provides a service to configure kernel parameters at boot."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:40480
+#: guix-git/doc/guix.texi:40509
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "sysctl-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:40484
+#: guix-git/doc/guix.texi:40513
msgid "The service type for @command{sysctl}, which modifies kernel parameters under @file{/proc/sys/}. To enable IPv4 forwarding, it can be instantiated as:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:40489
+#: guix-git/doc/guix.texi:40518
#, no-wrap
msgid ""
"(service sysctl-service-type\n"
@@ -79071,12 +79126,12 @@ msgid ""
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:40496
+#: guix-git/doc/guix.texi:40525
msgid "Since @code{sysctl-service-type} is used in the default lists of services, @code{%base-services} and @code{%desktop-services}, you can use @code{modify-services} to change its configuration and add the kernel parameters that you want (@pxref{Service Reference, @code{modify-services}})."
msgstr "Поскольку @code{sysctl-service-type} используется в списках служб по умолчанию, @code{%base-services} и @code{%desktop-services}, вы можете использовать @code{modify-services}, чтобы изменить его конфигурации и добить нужные параметры ядра (@pxref{Service Reference, @code{modify-services}})."
#. type: lisp
-#: guix-git/doc/guix.texi:40503
+#: guix-git/doc/guix.texi:40532
#, no-wrap
msgid ""
"(modify-services %base-services\n"
@@ -79093,543 +79148,543 @@ msgstr ""
" (create-database? #t))))))\n"
#. type: deftp
-#: guix-git/doc/guix.texi:40507
+#: guix-git/doc/guix.texi:40536
#, no-wrap
msgid "{Data Type} sysctl-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:40509
+#: guix-git/doc/guix.texi:40538
msgid "The data type representing the configuration of @command{sysctl}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40511
+#: guix-git/doc/guix.texi:40540
#, no-wrap
msgid "@code{sysctl} (default: @code{(file-append procps \"/sbin/sysctl\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:40513
+#: guix-git/doc/guix.texi:40542
msgid "The @command{sysctl} executable to use."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40514
+#: guix-git/doc/guix.texi:40543
#, no-wrap
msgid "@code{settings} (default: @code{%default-sysctl-settings})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:40516
+#: guix-git/doc/guix.texi:40545
msgid "An association list specifies kernel parameters and their values."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:40519
+#: guix-git/doc/guix.texi:40548
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} %default-sysctl-settings"
msgid "%default-sysctl-settings"
msgstr "{Scheme Variable} ant-build-system"
#. type: defvar
-#: guix-git/doc/guix.texi:40522
+#: guix-git/doc/guix.texi:40551
msgid "An association list specifying the default @command{sysctl} parameters on Guix System."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:40524
+#: guix-git/doc/guix.texi:40553
#, no-wrap
msgid "pcscd"
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:40525
+#: guix-git/doc/guix.texi:40554
#, no-wrap
msgid "PC/SC Smart Card Daemon Service"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:40532
+#: guix-git/doc/guix.texi:40561
msgid "The @code{(gnu services security-token)} module provides the following service to run @command{pcscd}, the PC/SC Smart Card Daemon. @command{pcscd} is the daemon program for pcsc-lite and the MuscleCard framework. It is a resource manager that coordinates communications with smart card readers, smart cards and cryptographic tokens that are connected to the system."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:40533
+#: guix-git/doc/guix.texi:40562
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "pcscd-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:40537
+#: guix-git/doc/guix.texi:40566
msgid "Service type for the @command{pcscd} service. Its value must be a @code{pcscd-configuration} object. To run pcscd in the default configuration, instantiate it as:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:40540
+#: guix-git/doc/guix.texi:40569
#, no-wrap
msgid "(service pcscd-service-type)\n"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:40543
+#: guix-git/doc/guix.texi:40572
#, no-wrap
msgid "{Data Type} pcscd-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:40545
+#: guix-git/doc/guix.texi:40574
msgid "The data type representing the configuration of @command{pcscd}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40547
+#: guix-git/doc/guix.texi:40576
#, no-wrap
msgid "@code{pcsc-lite} (default: @code{pcsc-lite})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:40549
+#: guix-git/doc/guix.texi:40578
msgid "The pcsc-lite package that provides pcscd."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40549
+#: guix-git/doc/guix.texi:40578
#, no-wrap
msgid "@code{usb-drivers} (default: @code{(list ccid)})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:40552
+#: guix-git/doc/guix.texi:40581
msgid "List of packages that provide USB drivers to pcscd. Drivers are expected to be under @file{pcsc/drivers} in the store directory of the package."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:40555
+#: guix-git/doc/guix.texi:40584
#, no-wrap
msgid "LIRC"
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:40556
+#: guix-git/doc/guix.texi:40585
#, fuzzy, no-wrap
#| msgid "VPN Services"
msgid "LIRC Service"
msgstr "VPN-сервисы"
#. type: Plain text
-#: guix-git/doc/guix.texi:40559
+#: guix-git/doc/guix.texi:40588
msgid "The @code{(gnu services lirc)} module provides the following service."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:40560
+#: guix-git/doc/guix.texi:40589
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "lirc-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:40563
+#: guix-git/doc/guix.texi:40592
msgid "Type for a service that runs @url{http://www.lirc.org, LIRC}, a daemon that decodes infrared signals from remote controls."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:40565
+#: guix-git/doc/guix.texi:40594
msgid "The value for this service is a @code{<lirc-configuration>} object."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:40567
+#: guix-git/doc/guix.texi:40596
#, fuzzy, no-wrap
#| msgid "{Data Type} laminar-configuration"
msgid "{Data Type} lirc-configuration"
msgstr "{Тип данных} build-machine"
#. type: deftp
-#: guix-git/doc/guix.texi:40569
+#: guix-git/doc/guix.texi:40598
#, fuzzy
#| msgid "Data type representing the configuration of @command{radicale}."
msgid "Data type representing the configuration of @command{lircd}."
msgstr "Управление конфигурацией операционной системы."
#. type: item
-#: guix-git/doc/guix.texi:40571
+#: guix-git/doc/guix.texi:40600
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{lirc} (default: @code{lirc}) (type: file-like)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:40573
+#: guix-git/doc/guix.texi:40602
#, fuzzy
#| msgid "Package management commands."
msgid "Package object for @command{lirc}."
msgstr "Команды управления пакетами."
#. type: item
-#: guix-git/doc/guix.texi:40574
+#: guix-git/doc/guix.texi:40603
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{device} (default: @code{#f}) (type: string)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: itemx
-#: guix-git/doc/guix.texi:40575
+#: guix-git/doc/guix.texi:40604
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{driver} (default: @code{#f}) (type: string)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: itemx
-#: guix-git/doc/guix.texi:40576
+#: guix-git/doc/guix.texi:40605
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{config-file} (default: @code{#f}) (type: string-or-file-like)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:40578
+#: guix-git/doc/guix.texi:40607
msgid "TODO. See @command{lircd} manual for details."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40579
+#: guix-git/doc/guix.texi:40608
#, fuzzy, no-wrap
#| msgid "@code{metad-configuration} (default: @code{(ganeti-metad-configuration)})"
msgid "@code{extra-options} (default: @code{'()}) (type: list-of-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:40581
+#: guix-git/doc/guix.texi:40610
#, fuzzy
#| msgid "The command-line options presented below are specific to @command{guix build}."
msgid "Additional command-line options to pass to @command{lircd}."
msgstr "Параметры командной строки, представленные ниже, относятся к @command{guix build}."
#. type: cindex
-#: guix-git/doc/guix.texi:40588
+#: guix-git/doc/guix.texi:40617
#, no-wrap
msgid "SPICE"
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:40589
+#: guix-git/doc/guix.texi:40618
#, fuzzy, no-wrap
#| msgid "NFS Service"
msgid "SPICE Service"
msgstr "Сервисы DNS"
#. type: Plain text
-#: guix-git/doc/guix.texi:40592
+#: guix-git/doc/guix.texi:40621
msgid "The @code{(gnu services spice)} module provides the following service."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:40593
+#: guix-git/doc/guix.texi:40622
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "spice-vdagent-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:40597
+#: guix-git/doc/guix.texi:40626
msgid "Type of the service that runs @url{https://www.spice-space.org, VDAGENT}, a daemon that enables sharing the clipboard with a vm and setting the guest display resolution when the graphical console window resizes."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:40599
+#: guix-git/doc/guix.texi:40628
#, fuzzy, no-wrap
#| msgid "{Data Type} auditd-configuration"
msgid "{Data Type} spice-vdagent-configuration"
msgstr "{Тип данных} build-machine"
#. type: deftp
-#: guix-git/doc/guix.texi:40602
+#: guix-git/doc/guix.texi:40631
#, fuzzy
#| msgid "Data type representing the configuration for @code{syncthing-service-type}."
msgid "Data type representing the configuration of @code{spice-vdagent-service-type}."
msgstr "Управление конфигурацией операционной системы."
#. type: item
-#: guix-git/doc/guix.texi:40604
+#: guix-git/doc/guix.texi:40633
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{spice-vdagent} (default: @code{spice-vdagent}) (type: file-like)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:40606
+#: guix-git/doc/guix.texi:40635
msgid "Package object for VDAGENT."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:40610
+#: guix-git/doc/guix.texi:40639
#, no-wrap
msgid "inputattach"
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:40611
+#: guix-git/doc/guix.texi:40640
#, no-wrap
msgid "inputattach Service"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:40613
+#: guix-git/doc/guix.texi:40642
#, no-wrap
msgid "tablet input, for Xorg"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:40614
+#: guix-git/doc/guix.texi:40643
#, no-wrap
msgid "touchscreen input, for Xorg"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:40618
+#: guix-git/doc/guix.texi:40647
msgid "The @uref{https://linuxwacom.github.io/, inputattach} service allows you to use input devices such as Wacom tablets, touchscreens, or joysticks with the Xorg display server."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:40619
+#: guix-git/doc/guix.texi:40648
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "inputattach-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:40622
+#: guix-git/doc/guix.texi:40651
msgid "Type of a service that runs @command{inputattach} on a device and dispatches events from it."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:40624
+#: guix-git/doc/guix.texi:40653
#, no-wrap
msgid "{Data Type} inputattach-configuration"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40626
+#: guix-git/doc/guix.texi:40655
#, no-wrap
msgid "@code{device-type} (default: @code{\"wacom\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:40629
+#: guix-git/doc/guix.texi:40658
msgid "The type of device to connect to. Run @command{inputattach --help}, from the @code{inputattach} package, to see the list of supported device types."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40630
+#: guix-git/doc/guix.texi:40659
#, no-wrap
msgid "@code{device} (default: @code{\"/dev/ttyS0\"})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:40632
+#: guix-git/doc/guix.texi:40661
msgid "The device file to connect to the device."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:40636
+#: guix-git/doc/guix.texi:40665
msgid "Baud rate to use for the serial connection. Should be a number or @code{#f}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:40639
+#: guix-git/doc/guix.texi:40668
msgid "If true, this must be the name of a file to log messages to."
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:40642 guix-git/doc/guix.texi:47146
+#: guix-git/doc/guix.texi:40671 guix-git/doc/guix.texi:47175
#, no-wrap
msgid "Dictionary Service"
msgstr "Создание служб"
#. type: cindex
-#: guix-git/doc/guix.texi:40643
+#: guix-git/doc/guix.texi:40672
#, no-wrap
msgid "dictionary"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:40646
+#: guix-git/doc/guix.texi:40675
msgid "The @code{(gnu services dict)} module provides the following service:"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:40647
+#: guix-git/doc/guix.texi:40676
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "dicod-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:40650 guix-git/doc/guix.texi:47154
+#: guix-git/doc/guix.texi:40679 guix-git/doc/guix.texi:47183
msgid "This is the type of the service that runs the @command{dicod} daemon, an implementation of DICT server (@pxref{Dicod,,, dico, GNU Dico Manual})."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:40654 guix-git/doc/guix.texi:47158
+#: guix-git/doc/guix.texi:40683 guix-git/doc/guix.texi:47187
msgid "You can add @command{open localhost} to your @file{~/.dico} file to make @code{localhost} the default server for @command{dico} client (@pxref{Initialization File,,, dico, GNU Dico Manual})."
msgstr ""
#. type: quotation
-#: guix-git/doc/guix.texi:40659
+#: guix-git/doc/guix.texi:40688
msgid "This service is also available for Guix Home, where it runs directly with your user privileges (@pxref{Miscellaneous Home Services, @code{home-dicod-service-type}})."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:40662
+#: guix-git/doc/guix.texi:40691
#, no-wrap
msgid "{Data Type} dicod-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:40664
+#: guix-git/doc/guix.texi:40693
msgid "Data type representing the configuration of dicod."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40666
+#: guix-git/doc/guix.texi:40695
#, no-wrap
msgid "@code{dico} (default: @var{dico})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:40668
+#: guix-git/doc/guix.texi:40697
msgid "Package object of the GNU Dico dictionary server."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40669
+#: guix-git/doc/guix.texi:40698
#, no-wrap
msgid "@code{interfaces} (default: @var{'(\"localhost\")})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:40673
+#: guix-git/doc/guix.texi:40702
msgid "This is the list of IP addresses and ports and possibly socket file names to listen to (@pxref{Server Settings, @code{listen} directive,, dico, GNU Dico Manual})."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40674
+#: guix-git/doc/guix.texi:40703
#, no-wrap
msgid "@code{handlers} (default: @var{'()})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:40676
+#: guix-git/doc/guix.texi:40705
msgid "List of @code{<dicod-handler>} objects denoting handlers (module instances)."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40677
+#: guix-git/doc/guix.texi:40706
#, no-wrap
msgid "@code{databases} (default: @var{(list %dicod-database:gcide)})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:40679
+#: guix-git/doc/guix.texi:40708
msgid "List of @code{<dicod-database>} objects denoting dictionaries to be served."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:40682
+#: guix-git/doc/guix.texi:40711
#, no-wrap
msgid "{Data Type} dicod-handler"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:40684
+#: guix-git/doc/guix.texi:40713
msgid "Data type representing a dictionary handler (module instance)."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:40688
+#: guix-git/doc/guix.texi:40717
msgid "Name of the handler (module instance)."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40689
+#: guix-git/doc/guix.texi:40718
#, no-wrap
msgid "@code{module} (default: @var{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:40693
+#: guix-git/doc/guix.texi:40722
msgid "Name of the dicod module of the handler (instance). If it is @code{#f}, the module has the same name as the handler. (@pxref{Modules,,, dico, GNU Dico Manual})."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:40696
+#: guix-git/doc/guix.texi:40725
msgid "List of strings or gexps representing the arguments for the module handler"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:40699
+#: guix-git/doc/guix.texi:40728
#, no-wrap
msgid "{Data Type} dicod-database"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:40701
+#: guix-git/doc/guix.texi:40730
msgid "Data type representing a dictionary database."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:40705
+#: guix-git/doc/guix.texi:40734
msgid "Name of the database, will be used in DICT commands."
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:40706
+#: guix-git/doc/guix.texi:40735
#, no-wrap
msgid "handler"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:40709
+#: guix-git/doc/guix.texi:40738
msgid "Name of the dicod handler (module instance) used by this database (@pxref{Handlers,,, dico, GNU Dico Manual})."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40710
+#: guix-git/doc/guix.texi:40739
#, no-wrap
msgid "@code{complex?} (default: @var{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:40713
+#: guix-git/doc/guix.texi:40742
msgid "Whether the database configuration complex. The complex configuration will need a corresponding @code{<dicod-handler>} object, otherwise not."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:40717
+#: guix-git/doc/guix.texi:40746
msgid "List of strings or gexps representing the arguments for the database (@pxref{Databases,,, dico, GNU Dico Manual})."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:40720
+#: guix-git/doc/guix.texi:40749
#, no-wrap
msgid "%dicod-database:gcide"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:40723
+#: guix-git/doc/guix.texi:40752
msgid "A @code{<dicod-database>} object serving the GNU Collaborative International Dictionary of English using the @code{gcide} package."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:40726
+#: guix-git/doc/guix.texi:40755
msgid "The following is an example @code{dicod-service-type} configuration."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:40742
+#: guix-git/doc/guix.texi:40771
#, fuzzy, no-wrap
#| msgid ""
#| "(operating-system\n"
@@ -79680,94 +79735,94 @@ msgstr ""
" %default-authorized-guix-keys)))))))\n"
#. type: cindex
-#: guix-git/doc/guix.texi:40744
+#: guix-git/doc/guix.texi:40773
#, no-wrap
msgid "Docker"
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:40745
+#: guix-git/doc/guix.texi:40774
#, no-wrap
msgid "Docker Service"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:40748
+#: guix-git/doc/guix.texi:40777
msgid "The @code{(gnu services docker)} module provides the following services."
msgstr "Модуль @code{(gnu services docker)} предоставляет следующие сервисы."
#. type: cindex
-#: guix-git/doc/guix.texi:40749
+#: guix-git/doc/guix.texi:40778
#, fuzzy, no-wrap
#| msgid "Singularity, container service"
msgid "containerd, container runtime"
msgstr "целостность, склада"
#. type: defvar
-#: guix-git/doc/guix.texi:40750
+#: guix-git/doc/guix.texi:40779
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "containerd-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:40758
+#: guix-git/doc/guix.texi:40787
msgid "This service type operates containerd @url{https://containerd.io,containerd}, a daemon responsible for overseeing the entire container lifecycle on its host system. This includes image handling, storage management, container execution, supervision, low-level storage operations, network connections, and more."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:40761
+#: guix-git/doc/guix.texi:40790
#, fuzzy, no-wrap
#| msgid "{Data Type} agate-configuration"
msgid "{Data Type} containerd-configuration"
msgstr "{Data Type} pagekite-configuration"
#. type: deftp
-#: guix-git/doc/guix.texi:40763
+#: guix-git/doc/guix.texi:40792
#, fuzzy
#| msgid "This is the data type representing the configuration of rshiny."
msgid "This is the data type representing the configuration of containerd."
msgstr "Управление конфигурацией операционной системы."
#. type: item
-#: guix-git/doc/guix.texi:40766
+#: guix-git/doc/guix.texi:40795
#, fuzzy, no-wrap
#| msgid "@code{laminar} (default: @code{laminar})"
msgid "@code{containerd} (default: @code{containerd})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:40768
+#: guix-git/doc/guix.texi:40797
#, fuzzy
#| msgid "The Docker daemon package to use."
msgid "The containerd daemon package to use."
msgstr "Используемый пакет Docker демона."
#. type: item
-#: guix-git/doc/guix.texi:40769 guix-git/doc/guix.texi:40819
+#: guix-git/doc/guix.texi:40798 guix-git/doc/guix.texi:40848
#, no-wrap
msgid "@code{debug?} (default @code{#f})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:40771 guix-git/doc/guix.texi:40821
+#: guix-git/doc/guix.texi:40800 guix-git/doc/guix.texi:40850
msgid "Enable or disable debug output."
msgstr "Как включить или отключить подстановки."
#. type: table
-#: guix-git/doc/guix.texi:40774
+#: guix-git/doc/guix.texi:40803
#, fuzzy
#| msgid "List of environment variables passed to the @command{mysqld} process."
msgid "List of environment variables to set for @command{containerd}."
msgstr "Список переменных среды, которые необходимо определить."
#. type: table
-#: guix-git/doc/guix.texi:40777 guix-git/doc/guix.texi:40830
+#: guix-git/doc/guix.texi:40806 guix-git/doc/guix.texi:40859
msgid "This must be a list of strings where each string has the form @samp{@var{key}=@var{value}} as in this example:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:40781
+#: guix-git/doc/guix.texi:40810
#, no-wrap
msgid ""
"(list \"HTTP_PROXY=socks5://127.0.0.1:9150\"\n"
@@ -79775,112 +79830,112 @@ msgid ""
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:40786
+#: guix-git/doc/guix.texi:40815
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "docker-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:40791
+#: guix-git/doc/guix.texi:40820
msgid "This is the type of the service that runs @url{https://www.docker.com,Docker}, a daemon that can execute application bundles (sometimes referred to as ``containers'') in isolated environments."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:40796
+#: guix-git/doc/guix.texi:40825
msgid "The @code{containerd-service-type} service need to be added to a system configuration, otherwise a message about not any service provides @code{containerd} will be displayed during @code{guix system reconfigure}."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:40799
+#: guix-git/doc/guix.texi:40828
#, no-wrap
msgid "{Data Type} docker-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:40801
+#: guix-git/doc/guix.texi:40830
msgid "This is the data type representing the configuration of Docker and Containerd."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40804
+#: guix-git/doc/guix.texi:40833
#, fuzzy, no-wrap
#| msgid "@code{package} (default: @code{docker-cli})"
msgid "@code{docker} (default: @code{docker})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:40806
+#: guix-git/doc/guix.texi:40835
msgid "The Docker daemon package to use."
msgstr "Используемый пакет Docker демона."
#. type: item
-#: guix-git/doc/guix.texi:40807
+#: guix-git/doc/guix.texi:40836
#, fuzzy, no-wrap
#| msgid "@code{package} (default: @code{docker-cli})"
msgid "@code{docker-cli} (default: @code{docker-cli})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:40809
+#: guix-git/doc/guix.texi:40838
msgid "The Docker client package to use."
msgstr "Используемый Docker клиент."
#. type: item
-#: guix-git/doc/guix.texi:40810
+#: guix-git/doc/guix.texi:40839
#, no-wrap
msgid "@code{containerd} (default: @var{containerd})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:40812
+#: guix-git/doc/guix.texi:40841
#, fuzzy
#| msgid "This is the data type representing the configuration for the hurd-getty-service."
msgid "This field is deprecated in favor of @code{containerd-service-type} service."
msgstr "Управление конфигурацией операционной системы."
#. type: item
-#: guix-git/doc/guix.texi:40813
+#: guix-git/doc/guix.texi:40842
#, no-wrap
msgid "@code{proxy} (default @var{docker-libnetwork-cmd-proxy})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:40815
+#: guix-git/doc/guix.texi:40844
msgid "The Docker user-land networking proxy package to use."
msgstr "Используемый пользователей сетевой прокси-пакет Docker."
#. type: item
-#: guix-git/doc/guix.texi:40816
+#: guix-git/doc/guix.texi:40845
#, no-wrap
msgid "@code{enable-proxy?} (default @code{#t})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:40818
+#: guix-git/doc/guix.texi:40847
msgid "Enable or disable the use of the Docker user-land networking proxy."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40822
+#: guix-git/doc/guix.texi:40851
#, no-wrap
msgid "@code{enable-iptables?} (default @code{#t})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:40824
+#: guix-git/doc/guix.texi:40853
msgid "Enable or disable the addition of iptables rules."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:40827
+#: guix-git/doc/guix.texi:40856
#, fuzzy
#| msgid "List of environment variables passed to the @command{mysqld} process."
msgid "List of environment variables to set for @command{dockerd}."
msgstr "Список переменных среды, которые необходимо определить."
#. type: lisp
-#: guix-git/doc/guix.texi:40834
+#: guix-git/doc/guix.texi:40863
#, no-wrap
msgid ""
"(list \"LANGUAGE=eo:ca:eu\"\n"
@@ -79888,75 +79943,75 @@ msgid ""
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40836
+#: guix-git/doc/guix.texi:40865
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{config-file} (type: maybe-file-like)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:40838
+#: guix-git/doc/guix.texi:40867
#, fuzzy
#| msgid "List of environment variables passed to the @command{mysqld} process."
msgid "JSON configuration file pass to @command{dockerd}."
msgstr "Список переменных среды, которые необходимо определить."
#. type: cindex
-#: guix-git/doc/guix.texi:40842
+#: guix-git/doc/guix.texi:40871
#, no-wrap
msgid "Singularity, container service"
msgstr "целостность, склада"
#. type: defvar
-#: guix-git/doc/guix.texi:40843
+#: guix-git/doc/guix.texi:40872
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "singularity-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:40848
+#: guix-git/doc/guix.texi:40877
msgid "This is the type of the service that allows you to run @url{https://www.sylabs.io/singularity/, Singularity}, a Docker-style tool to create and run application bundles (aka. ``containers''). The value for this service is the Singularity package to use."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:40852
+#: guix-git/doc/guix.texi:40881
msgid "The service does not install a daemon; instead, it installs helper programs as setuid-root (@pxref{Privileged Programs}) such that unprivileged users can invoke @command{singularity run} and similar commands."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:40854
+#: guix-git/doc/guix.texi:40883
#, fuzzy, no-wrap
#| msgid "shepherd services"
msgid "OCI-backed, Shepherd services"
msgstr "сервисы shepherd"
#. type: subsubheading
-#: guix-git/doc/guix.texi:40855
+#: guix-git/doc/guix.texi:40884
#, fuzzy, no-wrap
#| msgid "NFS related services."
msgid "OCI backed services"
msgstr "Сервисы, работающие с сетевыми файловыми системами."
#. type: Plain text
-#: guix-git/doc/guix.texi:40863
+#: guix-git/doc/guix.texi:40892
msgid "Should you wish to manage your Docker containers with the same consistent interface you use for your other Shepherd services, @var{oci-container-service-type} is the tool to use: given an @acronym{Open Container Initiative, OCI} container image, it will run it in a Shepherd service. One example where this is useful: it lets you run services that are available as Docker/OCI images but not yet packaged for Guix."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:40864
+#: guix-git/doc/guix.texi:40893
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "oci-container-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:40868
+#: guix-git/doc/guix.texi:40897
msgid "This is a thin wrapper around Docker's CLI that executes OCI images backed processes as Shepherd Services."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:40894
+#: guix-git/doc/guix.texi:40923
#, no-wrap
msgid ""
"(service oci-container-service-type\n"
@@ -79986,86 +80041,86 @@ msgid ""
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:40906
+#: guix-git/doc/guix.texi:40935
msgid "In this example three different Shepherd services are going be added to the system. Each @code{oci-container-configuration} record translates to a @code{docker run} invocation and its fields directly map to options. You can refer to the @url{https://docs.docker.com/engine/reference/commandline/run,upstream}, documentation for the semantics of each value. If the images are not found they will be @url{https://docs.docker.com/engine/reference/commandline/pull/,pulled}. The services with @code{(network \"host\")} are going to be attached to the host network and are supposed to behave like native processes with regard to networking."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:40911
+#: guix-git/doc/guix.texi:40940
#, fuzzy, no-wrap
#| msgid "{Data Type} agate-configuration"
msgid "{Data Type} oci-container-configuration"
msgstr "{Data Type} pagekite-configuration"
#. type: deftp
-#: guix-git/doc/guix.texi:40913
+#: guix-git/doc/guix.texi:40942
#, fuzzy
#| msgid "Available @code{home-mcron-configuration} fields are:"
msgid "Available @code{oci-container-configuration} fields are:"
msgstr "Доступными полями @code{home-mcron-configuration} являются:"
#. type: item
-#: guix-git/doc/guix.texi:40915
+#: guix-git/doc/guix.texi:40944
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{user} (default: @code{\"oci-container\"}) (type: string)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:40917
+#: guix-git/doc/guix.texi:40946
msgid "The user under whose authority docker commands will be run."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40918
+#: guix-git/doc/guix.texi:40947
#, fuzzy, no-wrap
#| msgid "@code{password} (default: @code{\"\"})"
msgid "@code{group} (default: @code{\"docker\"}) (type: string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:40920
+#: guix-git/doc/guix.texi:40949
msgid "The group under whose authority docker commands will be run."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40921
+#: guix-git/doc/guix.texi:40950
#, fuzzy, no-wrap
#| msgid "@code{extra-environment} (default: @code{#~'()})"
msgid "@code{command} (default: @code{'()}) (type: list-of-strings)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:40923
+#: guix-git/doc/guix.texi:40952
msgid "Overwrite the default command (@code{CMD}) of the image."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40924
+#: guix-git/doc/guix.texi:40953
#, fuzzy, no-wrap
#| msgid "@code{metad-configuration} (default: @code{(ganeti-metad-configuration)})"
msgid "@code{entrypoint} (default: @code{\"\"}) (type: string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:40926
+#: guix-git/doc/guix.texi:40955
msgid "Overwrite the default entrypoint (@code{ENTRYPOINT}) of the image."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40927
+#: guix-git/doc/guix.texi:40956
#, fuzzy, no-wrap
#| msgid "@code{extra-environment} (default: @code{#~'()})"
msgid "@code{host-environment} (default: @code{'()}) (type: list)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:40935
+#: guix-git/doc/guix.texi:40964
msgid "Set environment variables in the host environment where @command{docker run} is invoked. This is especially useful to pass secrets from the host to the container without having them on the @command{docker run}'s command line: by setting the @code{MYSQL_PASSWORD} on the host and by passing @code{--env MYSQL_PASSWORD} through the @code{extra-arguments} field, it is possible to securely set values in the container environment. This field's value can be a list of pairs or strings, even mixed:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:40939
+#: guix-git/doc/guix.texi:40968
#, no-wrap
msgid ""
"(list '(\"LANGUAGE\\\" . \"eo:ca:eu\")\n"
@@ -80073,24 +80128,24 @@ msgid ""
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:40943
+#: guix-git/doc/guix.texi:40972
msgid "Pair members can be strings, gexps or file-like objects. Strings are passed directly to @code{make-forkexec-constructor}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40944
+#: guix-git/doc/guix.texi:40973
#, fuzzy, no-wrap
#| msgid "@code{extra-environment} (default: @code{#~'()})"
msgid "@code{environment} (default: @code{'()}) (type: list)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:40946
+#: guix-git/doc/guix.texi:40975
msgid "Set environment variables. This can be a list of pairs or strings, even mixed:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:40950
+#: guix-git/doc/guix.texi:40979
#, no-wrap
msgid ""
"(list '(\"LANGUAGE\" . \"eo:ca:eu\")\n"
@@ -80098,117 +80153,117 @@ msgid ""
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:40956
+#: guix-git/doc/guix.texi:40985
msgid "Pair members can be strings, gexps or file-like objects. Strings are passed directly to the Docker CLI. You can refer to the @uref{https://docs.docker.com/engine/reference/commandline/run/#env,upstream} documentation for semantics."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40957
+#: guix-git/doc/guix.texi:40986
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{image} (type: string-or-oci-image)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:40962
+#: guix-git/doc/guix.texi:40991
msgid "The image used to build the container. It can be a string or an @code{oci-image} record. Strings are resolved by the Docker Engine, and follow the usual format @code{myregistry.local:5000/testing/test-image:tag}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40963
+#: guix-git/doc/guix.texi:40992
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{provision} (default: @code{\"\"}) (type: string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:40965
+#: guix-git/doc/guix.texi:40994
#, fuzzy
#| msgid "The name of the database to use."
msgid "Set the name of the provisioned Shepherd service."
msgstr "Имя используемой базы данных."
#. type: item
-#: guix-git/doc/guix.texi:40966
+#: guix-git/doc/guix.texi:40995
#, fuzzy, no-wrap
#| msgid "@code{requirement} (default: @code{'()})"
msgid "@code{requirement} (default: @code{'()}) (type: list-of-symbols)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:40969
+#: guix-git/doc/guix.texi:40998
#, fuzzy
#| msgid "The name of the database to use."
msgid "Set additional Shepherd services dependencies to the provisioned Shepherd service."
msgstr "Имя используемой базы данных."
#. type: table
-#: guix-git/doc/guix.texi:40974
+#: guix-git/doc/guix.texi:41003
msgid "When @code{log-file} is set, it names the file to which the service's standard output and standard error are redirected. @code{log-file} is created if it does not exist, otherwise it is appended to."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40975
+#: guix-git/doc/guix.texi:41004
#, fuzzy, no-wrap
#| msgid "@code{auto-start?} (default: @code{#t})"
msgid "@code{auto-start?} (default: @code{#t}) (type: boolean)"
msgstr "@code{auto-start?} (default: @code{#t})"
#. type: table
-#: guix-git/doc/guix.texi:40978
+#: guix-git/doc/guix.texi:41007
msgid "Whether this service should be started automatically by the Shepherd. If it is @code{#f} the service has to be started manually with @command{herd start}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40979
+#: guix-git/doc/guix.texi:41008
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{respawn?} (default: @code{#f}) (type: boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:40982
+#: guix-git/doc/guix.texi:41011
msgid "Whether to have Shepherd restart the service when it stops, for instance when the underlying process dies."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40983
+#: guix-git/doc/guix.texi:41012
#, fuzzy, no-wrap
#| msgid "@code{requirement} (default: @code{'()})"
msgid "@code{shepherd-actions} (default: @code{'()}) (type: list-of-symbols)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:40986
+#: guix-git/doc/guix.texi:41015
msgid "This is a list of @code{shepherd-action} records defining actions supported by the service."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40987
+#: guix-git/doc/guix.texi:41016
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{network} (default: @code{\"\"}) (type: string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:40989
+#: guix-git/doc/guix.texi:41018
msgid "Set a Docker network for the spawned container."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:40990
+#: guix-git/doc/guix.texi:41019
#, fuzzy, no-wrap
#| msgid "@code{extra-environment} (default: @code{#~'()})"
msgid "@code{ports} (default: @code{'()}) (type: list)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:40993
+#: guix-git/doc/guix.texi:41022
msgid "Set the port or port ranges to expose from the spawned container. This can be a list of pairs or strings, even mixed:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:40997
+#: guix-git/doc/guix.texi:41026
#, no-wrap
msgid ""
"(list '(\"8080\" . \"80\")\n"
@@ -80216,24 +80271,24 @@ msgid ""
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:41003
+#: guix-git/doc/guix.texi:41032
msgid "Pair members can be strings, gexps or file-like objects. Strings are passed directly to the Docker CLI. You can refer to the @uref{https://docs.docker.com/engine/reference/commandline/run/#publish,upstream} documentation for semantics."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:41004
+#: guix-git/doc/guix.texi:41033
#, fuzzy, no-wrap
#| msgid "@code{extra-environment} (default: @code{#~'()})"
msgid "@code{volumes} (default: @code{'()}) (type: list)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:41007
+#: guix-git/doc/guix.texi:41036
msgid "Set volume mappings for the spawned container. This can be a list of pairs or strings, even mixed:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:41011
+#: guix-git/doc/guix.texi:41040
#, no-wrap
msgid ""
"(list '(\"/root/data/grafana\" . \"/var/lib/grafana\")\n"
@@ -80241,110 +80296,110 @@ msgid ""
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:41017
+#: guix-git/doc/guix.texi:41046
msgid "Pair members can be strings, gexps or file-like objects. Strings are passed directly to the Docker CLI. You can refer to the @uref{https://docs.docker.com/engine/reference/commandline/run/#volume,upstream} documentation for semantics."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:41018
+#: guix-git/doc/guix.texi:41047
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{container-user} (default: @code{\"\"}) (type: string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:41022
+#: guix-git/doc/guix.texi:41051
msgid "Set the current user inside the spawned container. You can refer to the @url{https://docs.docker.com/engine/reference/run/#user,upstream} documentation for semantics."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:41023
+#: guix-git/doc/guix.texi:41052
#, fuzzy, no-wrap
#| msgid "@code{password} (default: @code{\"\"})"
msgid "@code{workdir} (default: @code{\"\"}) (type: string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:41028
+#: guix-git/doc/guix.texi:41057
msgid "Set the current working for the spawned Shepherd service. You can refer to the @url{https://docs.docker.com/engine/reference/run/#workdir,upstream} documentation for semantics."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:41029
+#: guix-git/doc/guix.texi:41058
#, fuzzy, no-wrap
#| msgid "@code{metad-configuration} (default: @code{(ganeti-metad-configuration)})"
msgid "@code{extra-arguments} (default: @code{'()}) (type: list)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:41032
+#: guix-git/doc/guix.texi:41061
msgid "A list of strings, gexps or file-like objects that will be directly passed to the @command{docker run} invokation."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:41042
+#: guix-git/doc/guix.texi:41071
#, fuzzy, no-wrap
#| msgid "{Data Type} package"
msgid "{Data Type} oci-image"
msgstr "{Тип данных} package"
#. type: deftp
-#: guix-git/doc/guix.texi:41044
+#: guix-git/doc/guix.texi:41073
#, fuzzy
#| msgid "Available @code{proxy-jump} fields are:"
msgid "Available @code{oci-image} fields are:"
msgstr "Доступными полями @code{proxy-jump} являются:"
#. type: item
-#: guix-git/doc/guix.texi:41046 guix-git/doc/guix.texi:41616
+#: guix-git/doc/guix.texi:41075 guix-git/doc/guix.texi:41645
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{repository} (type: string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:41049
+#: guix-git/doc/guix.texi:41078
msgid "A string like @code{myregistry.local:5000/testing/test-image} that names the OCI image."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:41050
+#: guix-git/doc/guix.texi:41079
#, fuzzy, no-wrap
#| msgid "@code{password} (default: @code{\"\"})"
msgid "@code{tag} (default: @code{\"latest\"}) (type: string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:41052
+#: guix-git/doc/guix.texi:41081
msgid "A string representing the OCI image tag. Defaults to @code{latest}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:41053
+#: guix-git/doc/guix.texi:41082
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{value} (type: oci-lowerable-image)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:41057
+#: guix-git/doc/guix.texi:41086
msgid "A @code{manifest} or @code{operating-system} record that will be lowered into an OCI compatible tarball. Otherwise this field's value can be a gexp or a file-like object that evaluates to an OCI compatible tarball."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:41058
+#: guix-git/doc/guix.texi:41087
#, fuzzy, no-wrap
#| msgid "@code{metad-configuration} (default: @code{(ganeti-metad-configuration)})"
msgid "@code{pack-options} (default: @code{'()}) (type: list)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:41062
+#: guix-git/doc/guix.texi:41091
msgid "An optional set of keyword arguments that will be passed to the @code{docker-image} procedure from @code{guix scripts pack}. They can be used to replicate @command{guix pack} behavior:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:41071
+#: guix-git/doc/guix.texi:41100
#, no-wrap
msgid ""
"(oci-image\n"
@@ -80357,220 +80412,220 @@ msgid ""
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:41075
+#: guix-git/doc/guix.texi:41104
msgid "If the @code{value} field is an @code{operating-system} record, this field's value will be ignored."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:41076
+#: guix-git/doc/guix.texi:41105
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{system} (default: @code{\"\"}) (type: string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:41078
+#: guix-git/doc/guix.texi:41107
#, fuzzy
#| msgid "Attempt to build for @var{system}---e.g., @code{i686-linux}."
msgid "Attempt to build for a given system, e.g. \"i686-linux\""
msgstr "Попытаться собрать систему @var{system}, то есть @code{i686-linux}."
#. type: item
-#: guix-git/doc/guix.texi:41079
+#: guix-git/doc/guix.texi:41108
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{target} (default: @code{\"\"}) (type: string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:41081
+#: guix-git/doc/guix.texi:41110
msgid "Attempt to cross-build for a given triple, e.g. \"aarch64-linux-gnu\""
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:41082
+#: guix-git/doc/guix.texi:41111
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{grafts?} (default: @code{#f}) (type: boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:41084
+#: guix-git/doc/guix.texi:41113
msgid "Whether to allow grafting or not in the pack build."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:41092
+#: guix-git/doc/guix.texi:41121
#, no-wrap
msgid "Audit"
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:41093
+#: guix-git/doc/guix.texi:41122
#, no-wrap
msgid "Auditd Service"
msgstr "Сервисы аудио"
#. type: Plain text
-#: guix-git/doc/guix.texi:41096
+#: guix-git/doc/guix.texi:41125
msgid "The @code{(gnu services auditd)} module provides the following service."
msgstr "Модуль @code{(gnu services auditd)} предоставляет следующие сервисы."
#. type: defvar
-#: guix-git/doc/guix.texi:41097
+#: guix-git/doc/guix.texi:41126
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "auditd-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:41102
+#: guix-git/doc/guix.texi:41131
msgid "This is the type of the service that runs @url{https://people.redhat.com/sgrubb/audit/,auditd}, a daemon that tracks security-relevant information on your system."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:41104
+#: guix-git/doc/guix.texi:41133
msgid "Examples of things that can be tracked:"
msgstr ""
#. type: enumerate
-#: guix-git/doc/guix.texi:41108
+#: guix-git/doc/guix.texi:41137
msgid "File accesses"
msgstr "Файловые системы"
#. type: enumerate
-#: guix-git/doc/guix.texi:41110
+#: guix-git/doc/guix.texi:41139
msgid "System calls"
msgstr "Установка системы"
#. type: enumerate
-#: guix-git/doc/guix.texi:41112
+#: guix-git/doc/guix.texi:41141
msgid "Invoked commands"
msgstr "Вызов @command{guix gc}"
#. type: enumerate
-#: guix-git/doc/guix.texi:41114
+#: guix-git/doc/guix.texi:41143
msgid "Failed login attempts"
msgstr ""
#. type: enumerate
-#: guix-git/doc/guix.texi:41116
+#: guix-git/doc/guix.texi:41145
msgid "Firewall filtering"
msgstr ""
#. type: enumerate
-#: guix-git/doc/guix.texi:41118
+#: guix-git/doc/guix.texi:41147
msgid "Network access"
msgstr "Сервисы сети"
#. type: defvar
-#: guix-git/doc/guix.texi:41129
+#: guix-git/doc/guix.texi:41158
msgid "@command{auditctl} from the @code{audit} package can be used in order to add or remove events to be tracked (until the next reboot). In order to permanently track events, put the command line arguments of auditctl into a file called @code{audit.rules} in the configuration directory (see below). @command{aureport} from the @code{audit} package can be used in order to view a report of all recorded events. The audit daemon by default logs into the file @file{/var/log/audit.log}."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:41132
+#: guix-git/doc/guix.texi:41161
#, no-wrap
msgid "{Data Type} auditd-configuration"
msgstr "{Тип данных} build-machine"
#. type: deftp
-#: guix-git/doc/guix.texi:41134
+#: guix-git/doc/guix.texi:41163
msgid "This is the data type representing the configuration of auditd."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:41137
+#: guix-git/doc/guix.texi:41166
#, no-wrap
msgid "@code{audit} (default: @code{audit})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:41139
+#: guix-git/doc/guix.texi:41168
msgid "The audit package to use."
msgstr "Пакет аудита для использования."
#. type: item
-#: guix-git/doc/guix.texi:41140
+#: guix-git/doc/guix.texi:41169
#, no-wrap
msgid "@code{configuration-directory} (default: @code{%default-auditd-configuration-directory})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:41144
+#: guix-git/doc/guix.texi:41173
msgid "The directory containing the configuration file for the audit package, which must be named @code{auditd.conf}, and optionally some audit rules to instantiate on startup."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:41148
+#: guix-git/doc/guix.texi:41177
#, no-wrap
msgid "rshiny"
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:41149
+#: guix-git/doc/guix.texi:41178
#, no-wrap
msgid "R-Shiny service"
msgstr "Сервисы DNS"
#. type: Plain text
-#: guix-git/doc/guix.texi:41152
+#: guix-git/doc/guix.texi:41181
msgid "The @code{(gnu services science)} module provides the following service."
msgstr "Модуль @code{(gnu services science)} предоставляет следующие сервис."
#. type: defvar
-#: guix-git/doc/guix.texi:41153
+#: guix-git/doc/guix.texi:41182
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "rshiny-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:41158
+#: guix-git/doc/guix.texi:41187
msgid "This is a type of service which is used to run a webapp created with @code{r-shiny}. This service sets the @env{R_LIBS_USER} environment variable and runs the provided script to call @code{runApp}."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:41159
+#: guix-git/doc/guix.texi:41188
#, no-wrap
msgid "{Data Type} rshiny-configuration"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:41161
+#: guix-git/doc/guix.texi:41190
msgid "This is the data type representing the configuration of rshiny."
msgstr "Управление конфигурацией операционной системы."
#. type: item
-#: guix-git/doc/guix.texi:41164
+#: guix-git/doc/guix.texi:41193
#, no-wrap
msgid "@code{package} (default: @code{r-shiny})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:41166
+#: guix-git/doc/guix.texi:41195
msgid "The package to use."
msgstr "Пакет для использования."
#. type: item
-#: guix-git/doc/guix.texi:41167
+#: guix-git/doc/guix.texi:41196
#, fuzzy, no-wrap
#| msgid "@code{binary} (defaunlt @code{\"rshiny\"})"
msgid "@code{binary} (default @code{\"rshiny\"})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:41170
+#: guix-git/doc/guix.texi:41199
msgid "The name of the binary or shell script located at @code{package/bin/} to run when the service is run."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:41172
+#: guix-git/doc/guix.texi:41201
msgid "The common way to create this file is as follows:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:41189
+#: guix-git/doc/guix.texi:41218
#, no-wrap
msgid ""
"@dots{}\n"
@@ -80591,36 +80646,36 @@ msgid ""
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:41195
+#: guix-git/doc/guix.texi:41224
#, no-wrap
msgid "Nix"
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:41196
+#: guix-git/doc/guix.texi:41225
#, no-wrap
msgid "Nix service"
msgstr "Сервисы DNS"
#. type: Plain text
-#: guix-git/doc/guix.texi:41199
+#: guix-git/doc/guix.texi:41228
msgid "The @code{(gnu services nix)} module provides the following service."
msgstr "Модуль @code{(gnu services nix)} предоставляет следующий сервис."
#. type: defvar
-#: guix-git/doc/guix.texi:41200
+#: guix-git/doc/guix.texi:41229
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "nix-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:41205
+#: guix-git/doc/guix.texi:41234
msgid "This is the type of the service that runs build daemon of the @url{https://nixos.org/nix/, Nix} package manager. Here is an example showing how to use it:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:41210
+#: guix-git/doc/guix.texi:41239
#, no-wrap
msgid ""
"(use-modules (gnu))\n"
@@ -80630,7 +80685,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:41215
+#: guix-git/doc/guix.texi:41244
#, no-wrap
msgid ""
"(operating-system\n"
@@ -80641,7 +80696,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:41218
+#: guix-git/doc/guix.texi:41247
#, no-wrap
msgid ""
" (services (append (list (service nix-service-type))\n"
@@ -80649,23 +80704,23 @@ msgid ""
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:41221
+#: guix-git/doc/guix.texi:41250
msgid "After @command{guix system reconfigure} configure Nix for your user:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:41223
+#: guix-git/doc/guix.texi:41252
#, no-wrap
msgid "Add a Nix channel and update it. See"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:41227
+#: guix-git/doc/guix.texi:41256
msgid "@url{https://wiki.nixos.org/wiki/Nix_channels, Nix channels} for more information about the available channels. If you would like to use the unstable Nix channel you can do this by running:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:41231
+#: guix-git/doc/guix.texi:41260
#, no-wrap
msgid ""
"$ nix-channel --add https://nixos.org/channels/nixpkgs-unstable\n"
@@ -80673,13 +80728,13 @@ msgid ""
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:41233
+#: guix-git/doc/guix.texi:41262
#, no-wrap
msgid "Create your Nix profile directory:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:41238
+#: guix-git/doc/guix.texi:41267
#, no-wrap
msgid ""
"$ sudo mkdir -p /nix/var/nix/profiles/per-user/$USER\n"
@@ -80687,13 +80742,13 @@ msgid ""
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:41240
+#: guix-git/doc/guix.texi:41269
#, no-wrap
msgid "Create a symlink to your profile and activate Nix profile:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:41245
+#: guix-git/doc/guix.texi:41274
#, no-wrap
msgid ""
"$ ln -s \"/nix/var/nix/profiles/per-user/$USER/profile\" ~/.nix-profile\n"
@@ -80701,147 +80756,147 @@ msgid ""
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:41251
+#: guix-git/doc/guix.texi:41280
#, no-wrap
msgid "{Data Type} nix-configuration"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:41253
+#: guix-git/doc/guix.texi:41282
msgid "This data type represents the configuration of the Nix daemon."
msgstr "Управление конфигурацией операционной системы."
#. type: item
-#: guix-git/doc/guix.texi:41255
+#: guix-git/doc/guix.texi:41284
#, no-wrap
msgid "@code{nix} (default: @code{nix})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:41257
+#: guix-git/doc/guix.texi:41286
msgid "The Nix package to use."
msgstr "Используемый пакет Nix."
#. type: item
-#: guix-git/doc/guix.texi:41258
+#: guix-git/doc/guix.texi:41287
#, no-wrap
msgid "@code{sandbox} (default: @code{#t})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:41260
+#: guix-git/doc/guix.texi:41289
msgid "Specifies whether builds are sandboxed by default."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:41261
+#: guix-git/doc/guix.texi:41290
#, fuzzy, no-wrap
#| msgid "@code{build-locally?} (default: @code{#t})"
msgid "@code{build-directory} (default: @code{\"/tmp\"})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:41265
+#: guix-git/doc/guix.texi:41294
msgid "The directory where build directory are stored during builds. This is useful to change if, for example, the default location does not have enough space to hold build trees for big packages."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:41269
+#: guix-git/doc/guix.texi:41298
msgid "This is similar to setting the @env{TMPDIR} environment variable for @command{guix-daemon}. @ref{Build Environment Setup, @env{TMPDIR}}, for more info."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:41270
+#: guix-git/doc/guix.texi:41299
#, no-wrap
msgid "@code{build-sandbox-items} (default: @code{'()})"
msgstr "@code{inputs} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:41273
+#: guix-git/doc/guix.texi:41302
msgid "This is a list of strings or objects appended to the @code{build-sandbox-items} field of the configuration file."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:41281
+#: guix-git/doc/guix.texi:41310
msgid "Extra command line options for @code{nix-service-type}."
msgstr "Дополнительные параметры командной строки для @code{nix-service-type}."
#. type: cindex
-#: guix-git/doc/guix.texi:41284
+#: guix-git/doc/guix.texi:41313
#, no-wrap
msgid "Fail2Ban"
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:41285
+#: guix-git/doc/guix.texi:41314
#, fuzzy, no-wrap
#| msgid "Getmail service"
msgid "Fail2Ban service"
msgstr "Почтовые сервисы"
#. type: Plain text
-#: guix-git/doc/guix.texi:41291
+#: guix-git/doc/guix.texi:41320
msgid "@uref{http://www.fail2ban.org/, @code{fail2ban}} scans log files (e.g. @code{/var/log/apache/error_log}) and bans IP addresses that show malicious signs -- repeated password failures, attempts to make use of exploits, etc."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:41294
+#: guix-git/doc/guix.texi:41323
msgid "@code{fail2ban-service-type} service type is provided by the @code{(gnu services security)} module."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:41297
+#: guix-git/doc/guix.texi:41326
msgid "This service type runs the @code{fail2ban} daemon. It can be configured in various ways, which are:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:41299
+#: guix-git/doc/guix.texi:41328
#, fuzzy, no-wrap
#| msgid "configuration"
msgid "Basic configuration"
msgstr "Конфигурирование системы"
#. type: table
-#: guix-git/doc/guix.texi:41302
+#: guix-git/doc/guix.texi:41331
msgid "The basic parameters of the Fail2Ban service can be configured via its @code{fail2ban} configuration, which is documented below."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:41303
+#: guix-git/doc/guix.texi:41332
#, no-wrap
msgid "User-specified jail extensions"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:41306
+#: guix-git/doc/guix.texi:41335
msgid "The @code{fail2ban-jail-service} function can be used to add new Fail2Ban jails."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:41307
+#: guix-git/doc/guix.texi:41336
#, no-wrap
msgid "Shepherd extension mechanism"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:41310
+#: guix-git/doc/guix.texi:41339
msgid "Service developers can extend the @code{fail2ban-service-type} service type itself via the usual service extension mechanism."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:41312
+#: guix-git/doc/guix.texi:41341
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "fail2ban-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:41316
+#: guix-git/doc/guix.texi:41345
msgid "This is the type of the service that runs @code{fail2ban} daemon. Below is an example of a basic, explicit configuration:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:41331
+#: guix-git/doc/guix.texi:41360
#, no-wrap
msgid ""
"(append\n"
@@ -80860,19 +80915,19 @@ msgid ""
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:41334
+#: guix-git/doc/guix.texi:41363
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "{Procedure} fail2ban-jail-service svc-type jail"
msgstr "activation-service-type"
#. type: deffn
-#: guix-git/doc/guix.texi:41337
+#: guix-git/doc/guix.texi:41366
msgid "Extend @var{svc-type}, a @code{<service-type>} object with @var{jail}, a @code{fail2ban-jail-configuration} object."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:41353
+#: guix-git/doc/guix.texi:41382
#, no-wrap
msgid ""
"(append\n"
@@ -80890,489 +80945,489 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:41358
+#: guix-git/doc/guix.texi:41387
msgid "Below is the reference for the different @code{jail-service-type} configuration records."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:41363
+#: guix-git/doc/guix.texi:41392
#, fuzzy, no-wrap
#| msgid "{Data Type} mumi-configuration"
msgid "{Data Type} fail2ban-configuration"
msgstr "{Тип данных} build-machine"
#. type: deftp
-#: guix-git/doc/guix.texi:41365
+#: guix-git/doc/guix.texi:41394
msgid "Available @code{fail2ban-configuration} fields are:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:41367
+#: guix-git/doc/guix.texi:41396
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{fail2ban} (default: @code{fail2ban}) (type: package)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:41371
+#: guix-git/doc/guix.texi:41400
msgid "The @code{fail2ban} package to use. It is used for both binaries and as base default configuration that is to be extended with @code{<fail2ban-jail-configuration>} objects."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:41372
+#: guix-git/doc/guix.texi:41401
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{run-directory} (default: @code{\"/var/run/fail2ban\"}) (type: string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:41374
+#: guix-git/doc/guix.texi:41403
msgid "The state directory for the @code{fail2ban} daemon."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:41375
+#: guix-git/doc/guix.texi:41404
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{jails} (default: @code{'()}) (type: list-of-fail2ban-jail-configurations)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:41378
+#: guix-git/doc/guix.texi:41407
msgid "Instances of @code{<fail2ban-jail-configuration>} collected from extensions."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:41379
+#: guix-git/doc/guix.texi:41408
#, fuzzy, no-wrap
#| msgid "@code{metad-configuration} (default: @code{(ganeti-metad-configuration)})"
msgid "@code{extra-jails} (default: @code{'()}) (type: list-of-fail2ban-jail-configurations)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:41381
+#: guix-git/doc/guix.texi:41410
msgid "Instances of @code{<fail2ban-jail-configuration>} explicitly provided."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:41382 guix-git/doc/guix.texi:41511
+#: guix-git/doc/guix.texi:41411 guix-git/doc/guix.texi:41540
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{extra-content} (default: @code{'()}) (type: text-config)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:41385
+#: guix-git/doc/guix.texi:41414
msgid "Extra raw content to add to the end of the @file{jail.local} file, provided as a list of file-like objects."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:41390
+#: guix-git/doc/guix.texi:41419
#, fuzzy, no-wrap
#| msgid "{Data Type} ganeti-watcher-configuration"
msgid "{Data Type} fail2ban-ignore-cache-configuration"
msgstr "{Data Type} pagekite-configuration"
#. type: deftp
-#: guix-git/doc/guix.texi:41392
+#: guix-git/doc/guix.texi:41421
msgid "Available @code{fail2ban-ignore-cache-configuration} fields are:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:41394
+#: guix-git/doc/guix.texi:41423
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{key} (type: string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:41396
+#: guix-git/doc/guix.texi:41425
msgid "Cache key."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:41397
+#: guix-git/doc/guix.texi:41426
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{max-count} (type: integer)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:41399
+#: guix-git/doc/guix.texi:41428
msgid "Cache size."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:41400
+#: guix-git/doc/guix.texi:41429
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{max-time} (type: integer)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:41402
+#: guix-git/doc/guix.texi:41431
msgid "Cache time."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:41407
+#: guix-git/doc/guix.texi:41436
#, fuzzy, no-wrap
#| msgid "{Data Type} ganeti-confd-configuration"
msgid "{Data Type} fail2ban-jail-action-configuration"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:41409
+#: guix-git/doc/guix.texi:41438
msgid "Available @code{fail2ban-jail-action-configuration} fields are:"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:41413
+#: guix-git/doc/guix.texi:41442
msgid "Action name."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:41414
+#: guix-git/doc/guix.texi:41443
#, fuzzy, no-wrap
#| msgid "@code{extra-environment} (default: @code{#~'()})"
msgid "@code{arguments} (default: @code{'()}) (type: list-of-arguments)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:41416
+#: guix-git/doc/guix.texi:41445
msgid "Action arguments."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:41421
+#: guix-git/doc/guix.texi:41450
#, fuzzy, no-wrap
#| msgid "{Data Type} mumi-configuration"
msgid "{Data Type} fail2ban-jail-configuration"
msgstr "{Тип данных} build-machine"
#. type: deftp
-#: guix-git/doc/guix.texi:41423
+#: guix-git/doc/guix.texi:41452
msgid "Available @code{fail2ban-jail-configuration} fields are:"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:41427
+#: guix-git/doc/guix.texi:41456
#, fuzzy
#| msgid "The name of this variant."
msgid "Required name of this jail configuration."
msgstr "Лицензия этого руководства."
#. type: table
-#: guix-git/doc/guix.texi:41430
+#: guix-git/doc/guix.texi:41459
msgid "Whether this jail is enabled."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:41431
+#: guix-git/doc/guix.texi:41460
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{backend} (type: maybe-symbol)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:41435
+#: guix-git/doc/guix.texi:41464
msgid "Backend to use to detect changes in the @code{log-path}. The default is 'auto. To consult the defaults of the jail configuration, refer to the @file{/etc/fail2ban/jail.conf} file of the @code{fail2ban} package."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:41436
+#: guix-git/doc/guix.texi:41465
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{max-retry} (type: maybe-integer)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:41439
+#: guix-git/doc/guix.texi:41468
msgid "The number of failures before a host gets banned (e.g. @code{(max-retry 5)})."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:41440
+#: guix-git/doc/guix.texi:41469
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{max-matches} (type: maybe-integer)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:41443
+#: guix-git/doc/guix.texi:41472
msgid "The number of matches stored in ticket (resolvable via tag @code{<matches>}) in action."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:41444
+#: guix-git/doc/guix.texi:41473
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{find-time} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:41451
+#: guix-git/doc/guix.texi:41480
msgid "The time window during which the maximum retry count must be reached for an IP address to be banned. A host is banned if it has generated @code{max-retry} during the last @code{find-time} seconds (e.g. @code{(find-time \"10m\")}). It can be provided in seconds or using Fail2Ban's \"time abbreviation format\", as described in @command{man 5 jail.conf}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:41452
+#: guix-git/doc/guix.texi:41481
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{ban-time} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:41455
+#: guix-git/doc/guix.texi:41484
msgid "The duration, in seconds or time abbreviated format, that a ban should last. (e.g. @code{(ban-time \"10m\")})."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:41456
+#: guix-git/doc/guix.texi:41485
#, fuzzy, no-wrap
#| msgid "@code{endpoint} (default: @code{#f})"
msgid "@code{ban-time-increment?} (type: maybe-boolean)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:41459
+#: guix-git/doc/guix.texi:41488
msgid "Whether to consider past bans to compute increases to the default ban time of a specific IP address."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:41460
+#: guix-git/doc/guix.texi:41489
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{ban-time-factor} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:41462
+#: guix-git/doc/guix.texi:41491
msgid "The coefficient to use to compute an exponentially growing ban time."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:41463
+#: guix-git/doc/guix.texi:41492
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{ban-time-formula} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:41465
+#: guix-git/doc/guix.texi:41494
msgid "This is the formula used to calculate the next value of a ban time."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:41466
+#: guix-git/doc/guix.texi:41495
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{ban-time-multipliers} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:41468
+#: guix-git/doc/guix.texi:41497
msgid "Used to calculate next value of ban time instead of formula."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:41469
+#: guix-git/doc/guix.texi:41498
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{ban-time-max-time} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:41471
+#: guix-git/doc/guix.texi:41500
msgid "The maximum number of seconds a ban should last."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:41472
+#: guix-git/doc/guix.texi:41501
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{ban-time-rnd-time} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:41476
+#: guix-git/doc/guix.texi:41505
msgid "The maximum number of seconds a randomized ban time should last. This can be useful to stop ``clever'' botnets calculating the exact time an IP address can be unbanned again."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:41477
+#: guix-git/doc/guix.texi:41506
#, fuzzy, no-wrap
#| msgid "@code{discover?} (default: @code{#f})"
msgid "@code{ban-time-overall-jails?} (type: maybe-boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:41481
+#: guix-git/doc/guix.texi:41510
msgid "When true, it specifies the search of an IP address in the database should be made across all jails. Otherwise, only the current jail of the ban IP address is considered."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:41482
+#: guix-git/doc/guix.texi:41511
#, fuzzy, no-wrap
#| msgid "@code{discover?} (default: @code{#f})"
msgid "@code{ignore-self?} (type: maybe-boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:41484
+#: guix-git/doc/guix.texi:41513
msgid "Never ban the local machine's own IP address."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:41485
+#: guix-git/doc/guix.texi:41514
#, fuzzy, no-wrap
#| msgid "@code{extra-environment} (default: @code{#~'()})"
msgid "@code{ignore-ip} (default: @code{'()}) (type: list-of-strings)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:41489
+#: guix-git/doc/guix.texi:41518
msgid "A list of IP addresses, CIDR masks or DNS hosts to ignore. @code{fail2ban} will not ban a host which matches an address in this list."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:41490
+#: guix-git/doc/guix.texi:41519
#, no-wrap
msgid "@code{ignore-cache} (type: maybe-fail2ban-ignore-cache-configuration)"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:41492
+#: guix-git/doc/guix.texi:41521
msgid "Provide cache parameters for the ignore failure check."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:41493
+#: guix-git/doc/guix.texi:41522
#, fuzzy, no-wrap
#| msgid "@code{modules} (default: @code{%default-modules})"
msgid "@code{filter} (type: maybe-fail2ban-jail-filter-configuration)"
msgstr "@code{modules} (default: @code{%default-modules})"
#. type: table
-#: guix-git/doc/guix.texi:41497
+#: guix-git/doc/guix.texi:41526
msgid "The filter to use by the jail, specified via a @code{<fail2ban-jail-filter-configuration>} object. By default, jails have names matching their filter name."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:41498
+#: guix-git/doc/guix.texi:41527
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{log-time-zone} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:41500
+#: guix-git/doc/guix.texi:41529
msgid "The default time zone for log lines that do not have one."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:41501
+#: guix-git/doc/guix.texi:41530
#, fuzzy, no-wrap
#| msgid "@code{endpoint} (default: @code{#f})"
msgid "@code{log-encoding} (type: maybe-symbol)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:41504
+#: guix-git/doc/guix.texi:41533
msgid "The encoding of the log files handled by the jail. Possible values are: @code{'ascii}, @code{'utf-8} and @code{'auto}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:41505
+#: guix-git/doc/guix.texi:41534
#, fuzzy, no-wrap
#| msgid "@code{password} (default: @code{\"\"})"
msgid "@code{log-path} (default: @code{'()}) (type: list-of-strings)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:41507
+#: guix-git/doc/guix.texi:41536
#, fuzzy
#| msgid "File name of the log file."
msgid "The file names of the log files to be monitored."
msgstr "Имя используемой базы данных."
#. type: item
-#: guix-git/doc/guix.texi:41508
+#: guix-git/doc/guix.texi:41537
#, fuzzy, no-wrap
#| msgid "@code{extra-environment} (default: @code{#~'()})"
msgid "@code{action} (default: @code{'()}) (type: list-of-fail2ban-jail-actions)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:41510
+#: guix-git/doc/guix.texi:41539
msgid "A list of @code{<fail2ban-jail-action-configuration>}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:41514
+#: guix-git/doc/guix.texi:41543
#, fuzzy
#| msgid "Instantiating a system configuration."
msgid "Extra content for the jail configuration, provided as a list of file-like objects."
msgstr "Проверка конфигурации операционной системы."
#. type: deftp
-#: guix-git/doc/guix.texi:41519
+#: guix-git/doc/guix.texi:41548
#, fuzzy, no-wrap
#| msgid "{Data Type} laminar-configuration"
msgid "{Data Type} fail2ban-jail-filter-configuration"
msgstr "{Тип данных} build-machine"
#. type: deftp
-#: guix-git/doc/guix.texi:41521
+#: guix-git/doc/guix.texi:41550
msgid "Available @code{fail2ban-jail-filter-configuration} fields are:"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:41525
+#: guix-git/doc/guix.texi:41554
#, fuzzy
#| msgid "user interfaces"
msgid "Filter to use."
msgstr "пользовательские интерфейсы"
#. type: item
-#: guix-git/doc/guix.texi:41526
+#: guix-git/doc/guix.texi:41555
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{mode} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:41528
+#: guix-git/doc/guix.texi:41557
msgid "Mode for filter."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:41535
+#: guix-git/doc/guix.texi:41564
#, no-wrap
msgid "Backup"
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:41536
+#: guix-git/doc/guix.texi:41565
#, fuzzy, no-wrap
#| msgid "Base Services"
msgid "Backup Services"
msgstr "Базовые службы"
#. type: Plain text
-#: guix-git/doc/guix.texi:41540
+#: guix-git/doc/guix.texi:41569
#, fuzzy
#| msgid "The @code{(gnu services messaging)} module provides Guix service definitions for messaging services. Currently it provides the following services:"
msgid "The @code{(gnu services backup)} module offers services for backing up file system trees. For now, it provides the @code{restic-backup-service-type}."
msgstr "Модуль @code{(guix inferior)} предоставляет следующие процедуры для работы с ранними версиями:"
#. type: Plain text
-#: guix-git/doc/guix.texi:41545
+#: guix-git/doc/guix.texi:41574
msgid "With @code{restic-backup-service-type}, you can periodically back up directories and files with @uref{https://restic.net/, Restic}, which supports end-to-end encryption and deduplication. Consider the following configuration:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:41549
+#: guix-git/doc/guix.texi:41578
#, no-wrap
msgid ""
"(use-service-modules backup @dots{}) ;for 'restic-backup-service-type'\n"
@@ -81381,7 +81436,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:41571
+#: guix-git/doc/guix.texi:41600
#, no-wrap
msgid ""
"(operating-system\n"
@@ -81408,203 +81463,203 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:41577
+#: guix-git/doc/guix.texi:41606
msgid "Each @code{restic-backup-job} translates to an mcron job which sets the @env{RESTIC_PASSWORD} environment variable by reading the first line of @code{password-file} and runs @command{restic backup}, creating backups using rclone of all the files listed in the @code{files} field."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:41583
+#: guix-git/doc/guix.texi:41612
msgid "The @code{restic-backup-service-type} installs as well @code{restic-guix} to the system profile, a @code{restic} utility wrapper that allows for easier interaction with the Guix configured backup jobs. For example the following could be used to instantaneusly trigger a backup for the above shown configuration, without waiting for the scheduled job:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:41586
+#: guix-git/doc/guix.texi:41615
#, no-wrap
msgid "restic-guix backup remote-ftp\n"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:41590
+#: guix-git/doc/guix.texi:41619
#, fuzzy, no-wrap
#| msgid "{Data Type} ganeti-rapi-configuration"
msgid "{Data Type} restic-backup-configuration"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:41592
+#: guix-git/doc/guix.texi:41621
#, fuzzy
#| msgid "Available @code{mympd-configuration} fields are:"
msgid "Available @code{restic-backup-configuration} fields are:"
msgstr "Доступными полями @code{mympd-configuration} являются:"
#. type: item
-#: guix-git/doc/guix.texi:41594
+#: guix-git/doc/guix.texi:41623
#, fuzzy, no-wrap
#| msgid "@code{password} (default: @code{\"\"})"
msgid "@code{jobs} (default: @code{'()}) (type: list-of-restic-backup-jobs)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:41596
+#: guix-git/doc/guix.texi:41625
#, fuzzy
#| msgid "The URI to use for the database."
msgid "The list of backup jobs for the current system."
msgstr "URI для использования в базе данных."
#. type: deftp
-#: guix-git/doc/guix.texi:41606
+#: guix-git/doc/guix.texi:41635
#, fuzzy, no-wrap
#| msgid "{Data Type} ganeti-os"
msgid "{Data Type} restic-backup-job"
msgstr "{Тип данных} build-machine"
#. type: deftp
-#: guix-git/doc/guix.texi:41608
+#: guix-git/doc/guix.texi:41637
#, fuzzy
#| msgid "Available @code{mympd-ip-acl} fields are:"
msgid "Available @code{restic-backup-job} fields are:"
msgstr "Доступными полями @code{mympd-ip-acl} являются:"
#. type: item
-#: guix-git/doc/guix.texi:41610
+#: guix-git/doc/guix.texi:41639
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{restic} (default: @code{restic}) (type: package)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:41612
+#: guix-git/doc/guix.texi:41641
#, fuzzy
#| msgid "The wireguard package to use for this service."
msgid "The restic package to be used for the current job."
msgstr "Пакет @code{ganeti} для использования в этой службе."
#. type: item
-#: guix-git/doc/guix.texi:41613
+#: guix-git/doc/guix.texi:41642
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{user} (default: @code{\"root\"}) (type: string)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:41615
+#: guix-git/doc/guix.texi:41644
#, fuzzy
#| msgid "The URI to use for the database."
msgid "The user used for running the current job."
msgstr "URI для использования в базе данных."
#. type: table
-#: guix-git/doc/guix.texi:41618
+#: guix-git/doc/guix.texi:41647
msgid "The restic repository target of this job."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:41621
+#: guix-git/doc/guix.texi:41650
msgid "A string denoting a name for this job."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:41622
+#: guix-git/doc/guix.texi:41651
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{password-file} (type: string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:41626
+#: guix-git/doc/guix.texi:41655
msgid "Name of the password file, readable by the configured @code{user}, that will be used to set the @env{RESTIC_PASSWORD} environment variable for the current job."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:41627
+#: guix-git/doc/guix.texi:41656
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{schedule} (type: gexp-or-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:41631
+#: guix-git/doc/guix.texi:41660
msgid "A string or a gexp that will be passed as time specification in the mcron job specification (@pxref{Syntax, mcron job specifications,, mcron,GNU@tie{}mcron})."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:41632
+#: guix-git/doc/guix.texi:41661
#, fuzzy, no-wrap
#| msgid "@code{password} (default: @code{\"\"})"
msgid "@code{files} (default: @code{'()}) (type: list-of-lowerables)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:41635
+#: guix-git/doc/guix.texi:41664
msgid "The list of files or directories to be backed up. It must be a list of values that can be lowered to strings."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:41638
+#: guix-git/doc/guix.texi:41667
msgid "Whether to enable verbose output for the current backup job."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:41639
+#: guix-git/doc/guix.texi:41668
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{extra-flags} (default: @code{'()}) (type: list-of-lowerables)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:41643
+#: guix-git/doc/guix.texi:41672
msgid "A list of values that are lowered to strings. These will be passed as command-line arguments to the current job @command{restic backup} invokation."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:41654
+#: guix-git/doc/guix.texi:41683
#, fuzzy, no-wrap
#| msgid "Setuid Programs"
msgid "privileged programs"
msgstr "Программы setuid"
#. type: cindex
-#: guix-git/doc/guix.texi:41655
+#: guix-git/doc/guix.texi:41684
#, no-wrap
msgid "setuid programs"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:41656
+#: guix-git/doc/guix.texi:41685
#, fuzzy, no-wrap
#| msgid "Setuid Programs"
msgid "setgid programs"
msgstr "Программы setuid"
#. type: cindex
-#: guix-git/doc/guix.texi:41657
+#: guix-git/doc/guix.texi:41686
#, no-wrap
msgid "capabilities, POSIX"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:41658
+#: guix-git/doc/guix.texi:41687
#, no-wrap
msgid "setcap"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:41668
+#: guix-git/doc/guix.texi:41697
msgid "Some programs need to run with elevated privileges, even when they are launched by unprivileged users. A notorious example is the @command{passwd} program, which users can run to change their password, and which needs to access the @file{/etc/passwd} and @file{/etc/shadow} files---something normally restricted to root, for obvious security reasons. To address that, @command{passwd} should be @dfn{setuid-root}, meaning that it always runs with root privileges (@pxref{How Change Persona,,, libc, The GNU C Library Reference Manual}, for more info about the setuid mechanism)."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:41675
+#: guix-git/doc/guix.texi:41704
msgid "The store itself @emph{cannot} contain privileged programs: that would be a security issue since any user on the system can write derivations that populate the store (@pxref{The Store}). Thus, a different mechanism is used: instead of directly granting permissions to files that are in the store, we let the system administrator @emph{declare} which programs should be entrusted with these additional privileges."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:41682
+#: guix-git/doc/guix.texi:41711
msgid "The @code{privileged-programs} field of an @code{operating-system} declaration contains a list of @code{<privileged-program>} denoting the names of programs to have a setuid or setgid bit set (@pxref{Using the Configuration System}). For instance, the @command{mount.nfs} program, which is part of the nfs-utils package, with a setuid root can be designated like this:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:41687
+#: guix-git/doc/guix.texi:41716
#, no-wrap
msgid ""
"(privileged-program\n"
@@ -81613,12 +81668,12 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:41692
+#: guix-git/doc/guix.texi:41721
msgid "And then, to make @command{mount.nfs} setuid on your system, add the previous example to your operating system declaration by appending it to @code{%default-privileged-programs} like this:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:41701
+#: guix-git/doc/guix.texi:41730
#, no-wrap
msgid ""
"(operating-system\n"
@@ -81631,168 +81686,168 @@ msgid ""
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:41703
+#: guix-git/doc/guix.texi:41732
#, fuzzy, no-wrap
#| msgid "{Data Type} ganeti-os"
msgid "{Data Type} privileged-program"
msgstr "{Тип данных} build-machine"
#. type: deftp
-#: guix-git/doc/guix.texi:41705
+#: guix-git/doc/guix.texi:41734
#, fuzzy
#| msgid "This data type represents the configuration of the Nix daemon."
msgid "This data type represents a program with special privileges, such as setuid"
msgstr "Управление конфигурацией операционной системы."
#. type: code{#1}
-#: guix-git/doc/guix.texi:41707
+#: guix-git/doc/guix.texi:41736
#, no-wrap
msgid "program"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:41709
+#: guix-git/doc/guix.texi:41738
msgid "A file-like object to which all given privileges should apply."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:41710
+#: guix-git/doc/guix.texi:41739
#, fuzzy, no-wrap
#| msgid "@code{ssl?} (default: @code{#t})"
msgid "@code{setuid?} (default: @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:41712
+#: guix-git/doc/guix.texi:41741
#, fuzzy
#| msgid "Whether to use a snippet, or a build phase."
msgid "Whether to set user setuid bit."
msgstr "Где использовать сниппет, а где фазу сборки."
#. type: item
-#: guix-git/doc/guix.texi:41713
+#: guix-git/doc/guix.texi:41742
#, fuzzy, no-wrap
#| msgid "@code{silent?} (default: @code{#f})"
msgid "@code{setgid?} (default: @code{#f})"
msgstr "@code{snippet} (по умолчанию: @code{#f})"
#. type: table
-#: guix-git/doc/guix.texi:41715
+#: guix-git/doc/guix.texi:41744
msgid "Whether to set group setgid bit."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:41716
+#: guix-git/doc/guix.texi:41745
#, fuzzy, no-wrap
msgid "@code{user} (default: @code{0})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:41719
+#: guix-git/doc/guix.texi:41748
msgid "UID (integer) or user name (string) for the user owner of the program, defaults to root."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:41720
+#: guix-git/doc/guix.texi:41749
#, fuzzy, no-wrap
#| msgid "@code{group} (default: @code{\"agate\"})"
msgid "@code{group} (default: @code{0})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:41723
+#: guix-git/doc/guix.texi:41752
msgid "GID (integer) group name (string) for the group owner of the program, defaults to root."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:41724
+#: guix-git/doc/guix.texi:41753
#, fuzzy, no-wrap
#| msgid "@code{advertise?} (default: @code{#f})"
msgid "@code{capabilities} (default: @code{#f})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:41728
+#: guix-git/doc/guix.texi:41757
msgid "A string representing the program's POSIX capabilities, as described by the @code{cap_to_text(3)} man page from the libcap package, or @code{#f} to make no changes."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:41734
+#: guix-git/doc/guix.texi:41763
msgid "A default set of privileged programs is defined by the @code{%default-privileged-programs} variable of the @code{(gnu system)} module."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:41735
+#: guix-git/doc/guix.texi:41764
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} etc-service-type"
msgid "{Scheme Variable} %default-privileged-programs"
msgstr "{Scheme Variable} etc-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:41738
+#: guix-git/doc/guix.texi:41767
msgid "A list of @code{<privileged-program>} denoting common programs with elevated privileges."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:41741
+#: guix-git/doc/guix.texi:41770
msgid "The list includes commands such as @command{passwd}, @command{ping}, @command{su}, and @command{sudo}."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:41747
+#: guix-git/doc/guix.texi:41776
msgid "Under the hood, the actual privileged programs are created in the @file{/run/privileged/bin} directory at system activation time. The files in this directory refer to the ``real'' binaries, which are in the store."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:41751
+#: guix-git/doc/guix.texi:41780
#, no-wrap
msgid "HTTPS, certificates"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:41752
+#: guix-git/doc/guix.texi:41781
#, no-wrap
msgid "X.509 certificates"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:41753
+#: guix-git/doc/guix.texi:41782
#, no-wrap
msgid "TLS"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:41760
+#: guix-git/doc/guix.texi:41789
msgid "Web servers available over HTTPS (that is, HTTP over the transport-layer security mechanism, TLS) send client programs an @dfn{X.509 certificate} that the client can then use to @emph{authenticate} the server. To do that, clients verify that the server's certificate is signed by a so-called @dfn{certificate authority} (CA). But to verify the CA's signature, clients must have first acquired the CA's certificate."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:41764
+#: guix-git/doc/guix.texi:41793
msgid "Web browsers such as GNU@tie{}IceCat include their own set of CA certificates, such that they are able to verify CA signatures out-of-the-box."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:41768
+#: guix-git/doc/guix.texi:41797
msgid "However, most other programs that can talk HTTPS---@command{wget}, @command{git}, @command{w3m}, etc.---need to be told where CA certificates can be found."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:41776
+#: guix-git/doc/guix.texi:41805
msgid "For users of Guix System, this is done by adding a package that provides certificates to the @code{packages} field of the @code{operating-system} declaration (@pxref{operating-system Reference}). Guix includes one such package, @code{nss-certs}, which is a set of CA certificates provided as part of Mozilla's Network Security Services."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:41781
+#: guix-git/doc/guix.texi:41810
msgid "This package is part of @code{%base-packages}, so there is no need to explicitly add it. The @file{/etc/ssl/certs} directory, which is where most applications and libraries look for certificates by default, points to the certificates installed globally."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:41791
+#: guix-git/doc/guix.texi:41820
msgid "Unprivileged users, including users of Guix on a foreign distro, can also install their own certificate package in their profile. A number of environment variables need to be defined so that applications and libraries know where to find them. Namely, the OpenSSL library honors the @env{SSL_CERT_DIR} and @env{SSL_CERT_FILE} variables. Some applications add their own environment variables; for instance, the Git version control system honors the certificate bundle pointed to by the @env{GIT_SSL_CAINFO} environment variable. Thus, you would typically run something like:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:41797
+#: guix-git/doc/guix.texi:41826
#, no-wrap
msgid ""
"guix install nss-certs\n"
@@ -81802,12 +81857,12 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:41802
+#: guix-git/doc/guix.texi:41831
msgid "As another example, R requires the @env{CURL_CA_BUNDLE} environment variable to point to a certificate bundle, so you would have to run something like this:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:41806
+#: guix-git/doc/guix.texi:41835
#, no-wrap
msgid ""
"guix install nss-certs\n"
@@ -81817,51 +81872,51 @@ msgstr ""
"$ export GUIX_LOCPATH=$HOME/.guix-profile/lib/locale\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:41810
+#: guix-git/doc/guix.texi:41839
msgid "For other applications you may want to look up the required environment variable in the relevant documentation."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:41815
+#: guix-git/doc/guix.texi:41844
#, no-wrap
msgid "name service switch"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:41816
+#: guix-git/doc/guix.texi:41845
#, no-wrap
msgid "NSS"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:41825
+#: guix-git/doc/guix.texi:41854
msgid "The @code{(gnu system nss)} module provides bindings to the configuration file of the libc @dfn{name service switch} or @dfn{NSS} (@pxref{NSS Configuration File,,, libc, The GNU C Library Reference Manual}). In a nutshell, the NSS is a mechanism that allows libc to be extended with new ``name'' lookup methods for system databases, which includes host names, service names, user accounts, and more (@pxref{Name Service Switch, System Databases and Name Service Switch,, libc, The GNU C Library Reference Manual})."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:41832
+#: guix-git/doc/guix.texi:41861
msgid "The NSS configuration specifies, for each system database, which lookup method is to be used, and how the various methods are chained together---for instance, under which circumstances NSS should try the next method in the list. The NSS configuration is given in the @code{name-service-switch} field of @code{operating-system} declarations (@pxref{operating-system Reference, @code{name-service-switch}})."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:41833
+#: guix-git/doc/guix.texi:41862
#, no-wrap
msgid "nss-mdns"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:41834
+#: guix-git/doc/guix.texi:41863
#, no-wrap
msgid ".local, host name lookup"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:41839
+#: guix-git/doc/guix.texi:41868
msgid "As an example, the declaration below configures the NSS to use the @uref{https://0pointer.de/lennart/projects/nss-mdns/, @code{nss-mdns} back-end}, which supports host name lookups over multicast DNS (mDNS) for host names ending in @code{.local}:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:41843
+#: guix-git/doc/guix.texi:41872
#, no-wrap
msgid ""
"(name-service-switch\n"
@@ -81870,7 +81925,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:41848
+#: guix-git/doc/guix.texi:41877
#, no-wrap
msgid ""
" ;; If the above did not succeed, try\n"
@@ -81881,7 +81936,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:41854
+#: guix-git/doc/guix.texi:41883
#, no-wrap
msgid ""
" ;; 'mdns_minimal' is authoritative for\n"
@@ -81893,7 +81948,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:41858
+#: guix-git/doc/guix.texi:41887
#, no-wrap
msgid ""
" ;; Then fall back to DNS.\n"
@@ -81903,7 +81958,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:41862
+#: guix-git/doc/guix.texi:41891
#, no-wrap
msgid ""
" ;; Finally, try with the \"full\" 'mdns'.\n"
@@ -81912,152 +81967,152 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:41867
+#: guix-git/doc/guix.texi:41896
msgid "Do not worry: the @code{%mdns-host-lookup-nss} variable (see below) contains this configuration, so you will not have to type it if all you want is to have @code{.local} host lookup working."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:41875
+#: guix-git/doc/guix.texi:41904
msgid "Note that, in this case, in addition to setting the @code{name-service-switch} of the @code{operating-system} declaration, you also need to use @code{avahi-service-type} (@pxref{Networking Services, @code{avahi-service-type}}), or @code{%desktop-services}, which includes it (@pxref{Desktop Services}). Doing this makes @code{nss-mdns} accessible to the name service cache daemon (@pxref{Base Services, @code{nscd-service}})."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:41878
+#: guix-git/doc/guix.texi:41907
msgid "For convenience, the following variables provide typical NSS configurations."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:41879
+#: guix-git/doc/guix.texi:41908
#, fuzzy, no-wrap
#| msgid "%default-channels"
msgid "%default-nss"
msgstr "%default-channels"
#. type: defvar
-#: guix-git/doc/guix.texi:41882
+#: guix-git/doc/guix.texi:41911
msgid "This is the default name service switch configuration, a @code{name-service-switch} object."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:41884
+#: guix-git/doc/guix.texi:41913
#, no-wrap
msgid "%mdns-host-lookup-nss"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:41887
+#: guix-git/doc/guix.texi:41916
msgid "This is the name service switch configuration with support for host name lookup over multicast DNS (mDNS) for host names ending in @code{.local}."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:41897
+#: guix-git/doc/guix.texi:41926
msgid "The reference for name service switch configuration is given below. It is a direct mapping of the configuration file format of the C library , so please refer to the C library manual for more information (@pxref{NSS Configuration File,,, libc, The GNU C Library Reference Manual}). Compared to the configuration file format of libc NSS, it has the advantage not only of adding this warm parenthetic feel that we like, but also static checks: you will know about syntax errors and typos as soon as you run @command{guix system}."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:41898
+#: guix-git/doc/guix.texi:41927
#, no-wrap
msgid "{Data Type} name-service-switch"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:41903
+#: guix-git/doc/guix.texi:41932
msgid "This is the data type representation the configuration of libc's name service switch (NSS). Each field below represents one of the supported system databases."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:41905
+#: guix-git/doc/guix.texi:41934
#, no-wrap
msgid "aliases"
msgstr ""
#. type: itemx
-#: guix-git/doc/guix.texi:41906
+#: guix-git/doc/guix.texi:41935
#, no-wrap
msgid "ethers"
msgstr ""
#. type: itemx
-#: guix-git/doc/guix.texi:41908
+#: guix-git/doc/guix.texi:41937
#, no-wrap
msgid "gshadow"
msgstr ""
#. type: itemx
-#: guix-git/doc/guix.texi:41909
+#: guix-git/doc/guix.texi:41938
#, no-wrap
msgid "hosts"
msgstr ""
#. type: itemx
-#: guix-git/doc/guix.texi:41910
+#: guix-git/doc/guix.texi:41939
#, no-wrap
msgid "initgroups"
msgstr ""
#. type: itemx
-#: guix-git/doc/guix.texi:41911
+#: guix-git/doc/guix.texi:41940
#, no-wrap
msgid "netgroup"
msgstr ""
#. type: itemx
-#: guix-git/doc/guix.texi:41912
+#: guix-git/doc/guix.texi:41941
#, no-wrap
msgid "networks"
msgstr ""
#. type: itemx
-#: guix-git/doc/guix.texi:41915
+#: guix-git/doc/guix.texi:41944
#, no-wrap
msgid "rpc"
msgstr ""
#. type: itemx
-#: guix-git/doc/guix.texi:41917
+#: guix-git/doc/guix.texi:41946
#, no-wrap
msgid "shadow"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:41920
+#: guix-git/doc/guix.texi:41949
msgid "The system databases handled by the NSS@. Each of these fields must be a list of @code{<name-service>} objects (see below)."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:41923
+#: guix-git/doc/guix.texi:41952
#, no-wrap
msgid "{Data Type} name-service"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:41927
+#: guix-git/doc/guix.texi:41956
msgid "This is the data type representing an actual name service and the associated lookup action."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:41932
+#: guix-git/doc/guix.texi:41961
msgid "A string denoting the name service (@pxref{Services in the NSS configuration,,, libc, The GNU C Library Reference Manual})."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:41937
+#: guix-git/doc/guix.texi:41966
msgid "Note that name services listed here must be visible to nscd. This is achieved by passing the @code{#:name-services} argument to @code{nscd-service} the list of packages providing the needed name services (@pxref{Base Services, @code{nscd-service}})."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:41938
+#: guix-git/doc/guix.texi:41967
#, no-wrap
msgid "reaction"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:41942
+#: guix-git/doc/guix.texi:41971
msgid "An action specified using the @code{lookup-specification} macro (@pxref{Actions in the NSS configuration,,, libc, The GNU C Library Reference Manual}). For example:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:41946
+#: guix-git/doc/guix.texi:41975
#, no-wrap
msgid ""
"(lookup-specification (unavailable => continue)\n"
@@ -82065,17 +82120,17 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:41960
+#: guix-git/doc/guix.texi:41989
msgid "For bootstrapping purposes, the Linux-Libre kernel is passed an @dfn{initial RAM disk}, or @dfn{initrd}. An initrd contains a temporary root file system as well as an initialization script. The latter is responsible for mounting the real root file system, and for loading any kernel modules that may be needed to achieve that."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:41969
+#: guix-git/doc/guix.texi:41998
msgid "The @code{initrd-modules} field of an @code{operating-system} declaration allows you to specify Linux-libre kernel modules that must be available in the initrd. In particular, this is where you would list modules needed to actually drive the hard disk where your root partition is---although the default value of @code{initrd-modules} should cover most use cases. For example, assuming you need the @code{megaraid_sas} module in addition to the default modules to be able to access your root file system, you would write:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:41974
+#: guix-git/doc/guix.texi:42003
#, no-wrap
msgid ""
"(operating-system\n"
@@ -82084,29 +82139,29 @@ msgid ""
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:41976
+#: guix-git/doc/guix.texi:42005
#, fuzzy, no-wrap
#| msgid "github-url"
msgid "%base-initrd-modules"
msgstr "github-url"
#. type: defvar
-#: guix-git/doc/guix.texi:41978
+#: guix-git/doc/guix.texi:42007
msgid "This is the list of kernel modules included in the initrd by default."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:41986
+#: guix-git/doc/guix.texi:42015
msgid "Furthermore, if you need lower-level customization, the @code{initrd} field of an @code{operating-system} declaration allows you to specify which initrd you would like to use. The @code{(gnu system linux-initrd)} module provides three ways to build an initrd: the high-level @code{base-initrd} procedure and the low-level @code{raw-initrd} and @code{expression->initrd} procedures."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:41991
+#: guix-git/doc/guix.texi:42020
msgid "The @code{base-initrd} procedure is intended to cover most common uses. For example, if you want to add a bunch of kernel modules to be loaded at boot time, you can define the @code{initrd} field of the operating system declaration like this:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:41999
+#: guix-git/doc/guix.texi:42028
#, no-wrap
msgid ""
"(initrd (lambda (file-systems . rest)\n"
@@ -82118,551 +82173,551 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:42004
+#: guix-git/doc/guix.texi:42033
msgid "The @code{base-initrd} procedure also handles common use cases that involves using the system as a QEMU guest, or as a ``live'' system with volatile root file system."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:42011
+#: guix-git/doc/guix.texi:42040
msgid "The @code{base-initrd} procedure is built from @code{raw-initrd} procedure. Unlike @code{base-initrd}, @code{raw-initrd} doesn't do anything high-level, such as trying to guess which kernel modules and packages should be included to the initrd. An example use of @code{raw-initrd} is when a user has a custom Linux kernel configuration and default kernel modules included by @code{base-initrd} are not available."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:42016
+#: guix-git/doc/guix.texi:42045
msgid "The initial RAM disk produced by @code{base-initrd} or @code{raw-initrd} honors several options passed on the Linux kernel command line (that is, arguments passed @i{via} the @code{linux} command of GRUB, or the @code{-append} option of QEMU), notably:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:42018
+#: guix-git/doc/guix.texi:42047
#, fuzzy, no-wrap
#| msgid "--load=@var{file}"
msgid "gnu.load=@var{boot}"
msgstr "--load=@var{file}"
#. type: table
-#: guix-git/doc/guix.texi:42021
+#: guix-git/doc/guix.texi:42050
msgid "Tell the initial RAM disk to load @var{boot}, a file containing a Scheme program, once it has mounted the root file system."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42025
+#: guix-git/doc/guix.texi:42054
msgid "Guix uses this option to yield control to a boot program that runs the service activation programs and then spawns the GNU@tie{}Shepherd, the initialization system."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:42026
+#: guix-git/doc/guix.texi:42055
#, fuzzy, no-wrap
#| msgid "--root=@var{file}"
msgid "root=@var{root}"
msgstr "--root=@var{file}"
#. type: table
-#: guix-git/doc/guix.texi:42031
+#: guix-git/doc/guix.texi:42060
msgid "Mount @var{root} as the root file system. @var{root} can be a device name like @code{/dev/sda1}, a file system label, or a file system UUID. When unspecified, the device name from the root file system of the operating system declaration is used."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:42032
+#: guix-git/doc/guix.texi:42061
#, fuzzy, no-wrap
#| msgid "--type=@var{type}"
msgid "rootfstype=@var{type}"
msgstr "--type=@var{type}"
#. type: table
-#: guix-git/doc/guix.texi:42036
+#: guix-git/doc/guix.texi:42065
msgid "Set the type of the root file system. It overrides the @code{type} field of the root file system specified via the @code{operating-system} declaration, if any."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:42037
+#: guix-git/doc/guix.texi:42066
#, fuzzy, no-wrap
#| msgid "--verify[=@var{options}]"
msgid "rootflags=@var{options}"
msgstr "--verify[=@var{options}]"
#. type: table
-#: guix-git/doc/guix.texi:42041
+#: guix-git/doc/guix.texi:42070
msgid "Set the mount @emph{options} of the root file system. It overrides the @code{options} field of the root file system specified via the @code{operating-system} declaration, if any."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:42042
+#: guix-git/doc/guix.texi:42071
#, fuzzy, no-wrap
#| msgid "--diff=@var{mode}"
msgid "fsck.mode=@var{mode}"
msgstr "--load=@var{file}"
#. type: table
-#: guix-git/doc/guix.texi:42048
+#: guix-git/doc/guix.texi:42077
msgid "Whether to check the @var{root} file system for errors before mounting it. @var{mode} is one of @code{skip} (never check), @code{force} (always check), or @code{auto} to respect the root @code{<file-system>} object's @code{check?} setting (@pxref{File Systems}) and run a full scan only if the file system was not cleanly shut down."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42051
+#: guix-git/doc/guix.texi:42080
msgid "@code{auto} is the default if this option is not present or if @var{mode} is not one of the above."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:42052
+#: guix-git/doc/guix.texi:42081
#, fuzzy, no-wrap
#| msgid "--debug=@var{level}"
msgid "fsck.repair=@var{level}"
msgstr "--debug=@var{level}"
#. type: table
-#: guix-git/doc/guix.texi:42057
+#: guix-git/doc/guix.texi:42086
msgid "The level of repairs to perform automatically if errors are found in the @var{root} file system. @var{level} is one of @code{no} (do not write to @var{root} at all if possible), @code{yes} (repair as much as possible), or @code{preen} to repair problems considered safe to repair automatically."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42060
+#: guix-git/doc/guix.texi:42089
msgid "@code{preen} is the default if this option is not present or if @var{level} is not one of the above."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:42061
+#: guix-git/doc/guix.texi:42090
#, fuzzy, no-wrap
#| msgid "--system=@var{system}"
msgid "gnu.system=@var{system}"
msgstr "--system=@var{system}"
#. type: table
-#: guix-git/doc/guix.texi:42064
+#: guix-git/doc/guix.texi:42093
msgid "Have @file{/run/booted-system} and @file{/run/current-system} point to @var{system}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:42065
+#: guix-git/doc/guix.texi:42094
#, no-wrap
msgid "modprobe.blacklist=@var{modules}@dots{}"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:42066
+#: guix-git/doc/guix.texi:42095
#, no-wrap
msgid "module, black-listing"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:42067
+#: guix-git/doc/guix.texi:42096
#, no-wrap
msgid "black list, of kernel modules"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42072
+#: guix-git/doc/guix.texi:42101
msgid "Instruct the initial RAM disk as well as the @command{modprobe} command (from the kmod package) to refuse to load @var{modules}. @var{modules} must be a comma-separated list of module names---e.g., @code{usbkbd,9pnet}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:42073
+#: guix-git/doc/guix.texi:42102
#, no-wrap
msgid "gnu.repl"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42079
+#: guix-git/doc/guix.texi:42108
msgid "Start a read-eval-print loop (REPL) from the initial RAM disk before it tries to load kernel modules and to mount the root file system. Our marketing team calls it @dfn{boot-to-Guile}. The Schemer in you will love it. @xref{Using Guile Interactively,,, guile, GNU Guile Reference Manual}, for more information on Guile's REPL."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:42085
+#: guix-git/doc/guix.texi:42114
msgid "Now that you know all the features that initial RAM disks produced by @code{base-initrd} and @code{raw-initrd} provide, here is how to use it and customize it further."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:42088
+#: guix-git/doc/guix.texi:42117
#, fuzzy, no-wrap
#| msgid "build-system"
msgid "{Procedure} raw-initrd file-systems @"
msgstr "система сборки"
#. type: deffn
-#: guix-git/doc/guix.texi:42104
+#: guix-git/doc/guix.texi:42133
msgid "[#:linux-modules '()] [#:pre-mount #t] [#:mapped-devices '()] @ [#:keyboard-layout #f] [#:helper-packages '()] @ [#:qemu-networking? #f] [#:volatile-root? #f] Return a derivation that builds a raw initrd. @var{file-systems} is a list of file systems to be mounted by the initrd, possibly in addition to the root file system specified on the kernel command line via @option{root}. @var{linux-modules} is a list of kernel modules to be loaded at boot time. @var{mapped-devices} is a list of device mappings to realize before @var{file-systems} are mounted (@pxref{Mapped Devices}). @var{pre-mount} is a G-expression to evaluate before realizing @var{mapped-devices}. @var{helper-packages} is a list of packages to be copied in the initrd. It may include @code{e2fsck/static} or other packages needed by the initrd to check the root file system."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:42110 guix-git/doc/guix.texi:42134
+#: guix-git/doc/guix.texi:42139 guix-git/doc/guix.texi:42163
msgid "When true, @var{keyboard-layout} is a @code{<keyboard-layout>} record denoting the desired console keyboard layout. This is done before @var{mapped-devices} are set up and before @var{file-systems} are mounted such that, should the user need to enter a passphrase or use the REPL, this happens using the intended keyboard layout."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:42114
+#: guix-git/doc/guix.texi:42143
msgid "When @var{qemu-networking?} is true, set up networking with the standard QEMU parameters. When @var{virtio?} is true, load additional modules so that the initrd can be used as a QEMU guest with para-virtualized I/O drivers."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:42117
+#: guix-git/doc/guix.texi:42146
msgid "When @var{volatile-root?} is true, the root file system is writable but any changes to it are lost."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:42119
+#: guix-git/doc/guix.texi:42148
#, fuzzy, no-wrap
#| msgid "build-system"
msgid "{Procedure} base-initrd file-systems @"
msgstr "система сборки"
#. type: deffn
-#: guix-git/doc/guix.texi:42128
+#: guix-git/doc/guix.texi:42157
msgid "[#:mapped-devices '()] [#:keyboard-layout #f] @ [#:qemu-networking? #f] [#:volatile-root? #f] @ [#:linux-modules '()] Return as a file-like object a generic initrd, with kernel modules taken from @var{linux}. @var{file-systems} is a list of file-systems to be mounted by the initrd, possibly in addition to the root file system specified on the kernel command line via @option{root}. @var{mapped-devices} is a list of device mappings to realize before @var{file-systems} are mounted."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:42136
+#: guix-git/doc/guix.texi:42165
msgid "@var{qemu-networking?} and @var{volatile-root?} behaves as in @code{raw-initrd}."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:42141
+#: guix-git/doc/guix.texi:42170
msgid "The initrd is automatically populated with all the kernel modules necessary for @var{file-systems} and for the given options. Additional kernel modules can be listed in @var{linux-modules}. They will be added to the initrd, and loaded at boot time in the order in which they appear."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:42148
+#: guix-git/doc/guix.texi:42177
msgid "Needless to say, the initrds we produce and use embed a statically-linked Guile, and the initialization program is a Guile program. That gives a lot of flexibility. The @code{expression->initrd} procedure builds such an initrd, given the program to run in that initrd."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:42149
+#: guix-git/doc/guix.texi:42178
#, no-wrap
msgid "{Procedure} expression->initrd exp @"
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:42155
+#: guix-git/doc/guix.texi:42184
msgid "[#:guile %guile-static-initrd] [#:name \"guile-initrd\"] Return as a file-like object a Linux initrd (a gzipped cpio archive) containing @var{guile} and that evaluates @var{exp}, a G-expression, upon booting. All the derivations referenced by @var{exp} are automatically copied to the initrd."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:42161
+#: guix-git/doc/guix.texi:42190
#, no-wrap
msgid "boot loader"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:42168
+#: guix-git/doc/guix.texi:42197
msgid "The operating system supports multiple bootloaders. The bootloader is configured using @code{bootloader-configuration} declaration. All the fields of this structure are bootloader agnostic except for one field, @code{bootloader} that indicates the bootloader to be configured and installed."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:42173
+#: guix-git/doc/guix.texi:42202
msgid "Some of the bootloaders do not honor every field of @code{bootloader-configuration}. For instance, the extlinux bootloader does not support themes and thus ignores the @code{theme} field."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:42174
+#: guix-git/doc/guix.texi:42203
#, no-wrap
msgid "{Data Type} bootloader-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:42176
+#: guix-git/doc/guix.texi:42205
msgid "The type of a bootloader configuration declaration."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:42180
+#: guix-git/doc/guix.texi:42209
#, no-wrap
msgid "EFI, bootloader"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:42181
+#: guix-git/doc/guix.texi:42210
#, no-wrap
msgid "UEFI, bootloader"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:42182
+#: guix-git/doc/guix.texi:42211
#, no-wrap
msgid "BIOS, bootloader"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42188
+#: guix-git/doc/guix.texi:42217
msgid "The bootloader to use, as a @code{bootloader} object. For now @code{grub-bootloader}, @code{grub-efi-bootloader}, @code{grub-efi-removable-bootloader}, @code{grub-efi-netboot-bootloader}, @code{grub-efi-netboot-removable-bootloader}, @code{extlinux-bootloader} and @code{u-boot-bootloader} are supported."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:42189
+#: guix-git/doc/guix.texi:42218
#, no-wrap
msgid "ARM, bootloaders"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:42190
+#: guix-git/doc/guix.texi:42219
#, no-wrap
msgid "AArch64, bootloaders"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42195
+#: guix-git/doc/guix.texi:42224
msgid "Available bootloaders are described in @code{(gnu bootloader @dots{})} modules. In particular, @code{(gnu bootloader u-boot)} contains definitions of bootloaders for a wide range of ARM and AArch64 systems, using the @uref{https://www.denx.de/wiki/U-Boot/, U-Boot bootloader}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42199
+#: guix-git/doc/guix.texi:42228
msgid "@code{grub-bootloader} allows you to boot in particular Intel-based machines in ``legacy'' BIOS mode."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42205
+#: guix-git/doc/guix.texi:42234
msgid "@code{grub-efi-bootloader} allows to boot on modern systems using the @dfn{Unified Extensible Firmware Interface} (UEFI). This is what you should use if the installation image contains a @file{/sys/firmware/efi} directory when you boot it on your system."
msgstr ""
#. type: vindex
-#: guix-git/doc/guix.texi:42206
+#: guix-git/doc/guix.texi:42235
#, fuzzy, no-wrap
#| msgid "grub-efi-bootloader"
msgid "grub-efi-removable-bootloader"
msgstr "grub-efi-bootloader"
#. type: table
-#: guix-git/doc/guix.texi:42213
+#: guix-git/doc/guix.texi:42242
msgid "@code{grub-efi-removable-bootloader} allows you to boot your system from removable media by writing the GRUB file to the UEFI-specification location of @file{/EFI/BOOT/BOOTX64.efi} of the boot directory, usually @file{/boot/efi}. This is also useful for some UEFI firmwares that ``forget'' their configuration from their non-volatile storage. Like @code{grub-efi-bootloader}, this can only be used if the @file{/sys/firmware/efi} directory is available."
msgstr ""
#. type: quotation
-#: guix-git/doc/guix.texi:42218 guix-git/doc/guix.texi:42292
+#: guix-git/doc/guix.texi:42247 guix-git/doc/guix.texi:42321
msgid "This @emph{will} overwrite the GRUB file from any other operating systems that also place their GRUB file in the UEFI-specification location; making them unbootable."
msgstr ""
#. type: vindex
-#: guix-git/doc/guix.texi:42220
+#: guix-git/doc/guix.texi:42249
#, no-wrap
msgid "grub-efi-netboot-bootloader"
msgstr "grub-efi-bootloader"
#. type: table
-#: guix-git/doc/guix.texi:42224
+#: guix-git/doc/guix.texi:42253
msgid "@code{grub-efi-netboot-bootloader} allows you to boot your system over network through TFTP@. In combination with an NFS root file system this allows you to build a diskless Guix system."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42231
+#: guix-git/doc/guix.texi:42260
msgid "The installation of the @code{grub-efi-netboot-bootloader} generates the content of the TFTP root directory at @code{targets} (@pxref{Bootloader Configuration, @code{targets}}) below the sub-directory @file{efi/Guix}, to be served by a TFTP server. You may want to mount your TFTP server directories onto the @code{targets} to move the required files to the TFTP server automatically during installation."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42240
+#: guix-git/doc/guix.texi:42269
msgid "If you plan to use an NFS root file system as well (actually if you mount the store from an NFS share), then the TFTP server needs to serve the file @file{/boot/grub/grub.cfg} and other files from the store (like GRUBs background image, the kernel (@pxref{operating-system Reference, @code{kernel}}) and the initrd (@pxref{operating-system Reference, @code{initrd}})), too. All these files from the store will be accessed by GRUB through TFTP with their normal store path, for example as @file{tftp://tftp-server/gnu/store/…-initrd/initrd.cpio.gz}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42249
+#: guix-git/doc/guix.texi:42278
msgid "Two symlinks are created to make this possible. For each target in the @code{targets} field, the first symlink is @samp{target}@file{/efi/Guix/boot/grub/grub.cfg} pointing to @file{../../../boot/grub/grub.cfg}, where @samp{target} may be @file{/boot}. In this case the link is not leaving the served TFTP root directory, but otherwise it does. The second link is @samp{target}@file{/gnu/store} and points to @file{../gnu/store}. This link is leaving the served TFTP root directory."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42255
+#: guix-git/doc/guix.texi:42284
msgid "The assumption behind all this is that you have an NFS server exporting the root file system for your Guix system, and additionally a TFTP server exporting your @code{targets} directories—usually a single @file{/boot}—from that same root file system for your Guix system. In this constellation the symlinks will work."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42260
+#: guix-git/doc/guix.texi:42289
msgid "For other constellations you will have to program your own bootloader installer, which then takes care to make necessary files from the store accessible through TFTP, for example by copying them into the TFTP root directory for your @code{targets}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42266
+#: guix-git/doc/guix.texi:42295
msgid "It is important to note that symlinks pointing outside the TFTP root directory may need to be allowed in the configuration of your TFTP server. Further the store link exposes the whole store through TFTP@. Both points need to be considered carefully for security aspects. It is advised to disable any TFTP write access!"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42269
+#: guix-git/doc/guix.texi:42298
msgid "Please note, that this bootloader will not modify the ‘UEFI Boot Manager’ of the system."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42274
+#: guix-git/doc/guix.texi:42303
msgid "Beside the @code{grub-efi-netboot-bootloader}, the already mentioned TFTP and NFS servers, you also need a properly configured DHCP server to make the booting over netboot possible. For all this we can currently only recommend you to look for instructions about @acronym{PXE, Preboot eXecution Environment}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42281
+#: guix-git/doc/guix.texi:42310
msgid "If a local EFI System Partition (ESP) or a similar partition with a FAT file system is mounted in @code{targets}, then symlinks cannot be created. In this case everything will be prepared for booting from local storage, matching the behavior of @code{grub-efi-bootloader}, with the difference that all GRUB binaries are copied to @code{targets}, necessary for booting over the network."
msgstr ""
#. type: vindex
-#: guix-git/doc/guix.texi:42282
+#: guix-git/doc/guix.texi:42311
#, fuzzy, no-wrap
#| msgid "grub-efi-bootloader"
msgid "grub-efi-netboot-removable-bootloader"
msgstr "grub-efi-bootloader"
#. type: table
-#: guix-git/doc/guix.texi:42287
+#: guix-git/doc/guix.texi:42316
msgid "@code{grub-efi-netboot-removable-bootloader} is identical to @code{grub-efi-netboot-bootloader} with the exception that the sub-directory @file{efi/boot} will be used instead of @file{efi/Guix} to comply with the UEFI specification for removable media."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42297
+#: guix-git/doc/guix.texi:42326
msgid "This is a list of strings denoting the targets onto which to install the bootloader."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42308
+#: guix-git/doc/guix.texi:42337
msgid "The interpretation of targets depends on the bootloader in question. For @code{grub-bootloader}, for example, they should be device names understood by the bootloader @command{installer} command, such as @code{/dev/sda} or @code{(hd0)} (@pxref{Invoking grub-install,,, grub, GNU GRUB Manual}). For @code{grub-efi-bootloader} and @code{grub-efi-removable-bootloader} they should be mount points of the EFI file system, usually @file{/boot/efi}. For @code{grub-efi-netboot-bootloader}, @code{targets} should be the mount points corresponding to TFTP root directories served by your TFTP server."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:42309
+#: guix-git/doc/guix.texi:42338
#, fuzzy, no-wrap
#| msgid "@code{peers} (default: @code{'()})"
msgid "@code{menu-entries} (default: @code{'()})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:42313
+#: guix-git/doc/guix.texi:42342
msgid "A possibly empty list of @code{menu-entry} objects (see below), denoting entries to appear in the bootloader menu, in addition to the current system entry and the entry pointing to previous system generations."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:42314
+#: guix-git/doc/guix.texi:42343
#, no-wrap
msgid "@code{default-entry} (default: @code{0})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42317
+#: guix-git/doc/guix.texi:42346
msgid "The index of the default boot menu entry. Index 0 is for the entry of the current system."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:42318
+#: guix-git/doc/guix.texi:42347
#, no-wrap
msgid "@code{timeout} (default: @code{5})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42321
+#: guix-git/doc/guix.texi:42350
msgid "The number of seconds to wait for keyboard input before booting. Set to 0 to boot immediately, and to -1 to wait indefinitely."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:42322
+#: guix-git/doc/guix.texi:42351
#, no-wrap
msgid "keyboard layout, for the bootloader"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42326
+#: guix-git/doc/guix.texi:42355
msgid "If this is @code{#f}, the bootloader's menu (if any) uses the default keyboard layout, usually US@tie{}English (``qwerty'')."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42329
+#: guix-git/doc/guix.texi:42358
msgid "Otherwise, this must be a @code{keyboard-layout} object (@pxref{Keyboard Layout})."
msgstr ""
#. type: quotation
-#: guix-git/doc/guix.texi:42333
+#: guix-git/doc/guix.texi:42362
msgid "This option is currently ignored by bootloaders other than @code{grub} and @code{grub-efi}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:42335
+#: guix-git/doc/guix.texi:42364
#, no-wrap
msgid "@code{theme} (default: @var{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42339
+#: guix-git/doc/guix.texi:42368
msgid "The bootloader theme object describing the theme to use. If no theme is provided, some bootloaders might use a default theme, that's true for GRUB."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:42340
+#: guix-git/doc/guix.texi:42369
#, no-wrap
msgid "@code{terminal-outputs} (default: @code{'(gfxterm)})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:42347
+#: guix-git/doc/guix.texi:42376
msgid "The output terminals used for the bootloader boot menu, as a list of symbols. GRUB accepts the values: @code{console}, @code{serial}, @code{serial_@{0-3@}}, @code{gfxterm}, @code{vga_text}, @code{mda_text}, @code{morse}, and @code{pkmodem}. This field corresponds to the GRUB variable @code{GRUB_TERMINAL_OUTPUT} (@pxref{Simple configuration,,, grub,GNU GRUB manual})."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:42348
+#: guix-git/doc/guix.texi:42377
#, no-wrap
msgid "@code{terminal-inputs} (default: @code{'()})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42356
+#: guix-git/doc/guix.texi:42385
msgid "The input terminals used for the bootloader boot menu, as a list of symbols. For GRUB, the default is the native platform terminal as determined at run-time. GRUB accepts the values: @code{console}, @code{serial}, @code{serial_@{0-3@}}, @code{at_keyboard}, and @code{usb_keyboard}. This field corresponds to the GRUB variable @code{GRUB_TERMINAL_INPUT} (@pxref{Simple configuration,,, grub,GNU GRUB manual})."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:42357
+#: guix-git/doc/guix.texi:42386
#, no-wrap
msgid "@code{serial-unit} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42361
+#: guix-git/doc/guix.texi:42390
msgid "The serial unit used by the bootloader, as an integer from 0 to 3. For GRUB, it is chosen at run-time; currently GRUB chooses 0, which corresponds to COM1 (@pxref{Serial terminal,,, grub,GNU GRUB manual})."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:42362
+#: guix-git/doc/guix.texi:42391
#, no-wrap
msgid "@code{serial-speed} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42366
+#: guix-git/doc/guix.texi:42395
msgid "The speed of the serial interface, as an integer. For GRUB, the default value is chosen at run-time; currently GRUB chooses 9600@tie{}bps (@pxref{Serial terminal,,, grub,GNU GRUB manual})."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:42367
+#: guix-git/doc/guix.texi:42396
#, fuzzy, no-wrap
#| msgid "@code{auto-start?} (default: @code{#t})"
msgid "@code{device-tree-support?} (default: @code{#t})"
msgstr "@code{auto-start?} (default: @code{#t})"
#. type: table
-#: guix-git/doc/guix.texi:42370
+#: guix-git/doc/guix.texi:42399
msgid "Whether to support Linux @uref{https://en.wikipedia.org/wiki/Devicetree, device tree} files loading."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42375
+#: guix-git/doc/guix.texi:42404
msgid "This option in enabled by default. In some cases involving the @code{u-boot} bootloader, where the device tree has already been loaded in RAM, it can be handy to disable the option by setting it to @code{#f}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:42376
+#: guix-git/doc/guix.texi:42405
#, fuzzy, no-wrap
#| msgid "@code{initrd} (default: @code{#f})"
msgid "@code{extra-initrd} (default: @code{#f})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:42380
+#: guix-git/doc/guix.texi:42409
msgid "File name of an additional initrd to load during the boot. It may or may not point to a file in the store, but the main use case is for out-of-store files containing secrets."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42388
+#: guix-git/doc/guix.texi:42417
msgid "In order to be able to provide decryption keys for the LUKS device, they need to be available in the initial ram disk. However they cannot be stored inside the usual initrd, since it is stored in the store and being a world-readable (as files in the store are) is not a desired property for a initrd containing decryption keys. You can therefore use this field to instruct GRUB to also load a manually created initrd not stored in the store."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42391
+#: guix-git/doc/guix.texi:42420
msgid "For any use case not involving secrets, you should use regular initrd (@pxref{operating-system Reference, @code{initrd}}) instead."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42393
+#: guix-git/doc/guix.texi:42422
msgid "Suitable image can be created for example like this:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:42397
+#: guix-git/doc/guix.texi:42426
#, no-wrap
msgid ""
"echo /key-file.bin | cpio -oH newc >/key-file.cpio\n"
@@ -82670,12 +82725,12 @@ msgid ""
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42400
+#: guix-git/doc/guix.texi:42429
msgid "After it is created, you can use it in this manner:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:42417
+#: guix-git/doc/guix.texi:42446
#, no-wrap
msgid ""
";; Operating system with encrypted boot partition\n"
@@ -82696,34 +82751,34 @@ msgid ""
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42422
+#: guix-git/doc/guix.texi:42451
msgid "Be careful when using this option, since pointing to a file that is not readable by the grub while booting will cause the boot to fail and require a manual edit of the initrd line in the grub menu."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42424
+#: guix-git/doc/guix.texi:42453
msgid "Currently only supported by GRUB."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:42428
+#: guix-git/doc/guix.texi:42457
#, no-wrap
msgid "dual boot"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:42429
+#: guix-git/doc/guix.texi:42458
#, no-wrap
msgid "boot menu"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:42435
+#: guix-git/doc/guix.texi:42464
msgid "Should you want to list additional boot menu entries @i{via} the @code{menu-entries} field above, you will need to create them with the @code{menu-entry} form. For example, imagine you want to be able to boot another distro (hard to imagine!), you can define a menu entry along these lines:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:42442
+#: guix-git/doc/guix.texi:42471
#, no-wrap
msgid ""
"(menu-entry\n"
@@ -82734,168 +82789,168 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:42445
+#: guix-git/doc/guix.texi:42474
msgid "Details below."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:42446
+#: guix-git/doc/guix.texi:42475
#, no-wrap
msgid "{Data Type} menu-entry"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:42448
+#: guix-git/doc/guix.texi:42477
msgid "The type of an entry in the bootloader menu."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42453
+#: guix-git/doc/guix.texi:42482
msgid "The label to show in the menu---e.g., @code{\"GNU\"}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:42454
+#: guix-git/doc/guix.texi:42483
#, no-wrap
msgid "@code{linux} (default: @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:42456
+#: guix-git/doc/guix.texi:42485
msgid "The Linux kernel image to boot, for example:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:42459
+#: guix-git/doc/guix.texi:42488
#, no-wrap
msgid "(file-append linux-libre \"/bzImage\")\n"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42464
+#: guix-git/doc/guix.texi:42493
msgid "For GRUB, it is also possible to specify a device explicitly in the file path using GRUB's device naming convention (@pxref{Naming convention,,, grub, GNU GRUB manual}), for example:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:42467
+#: guix-git/doc/guix.texi:42496
#, no-wrap
msgid "\"(hd0,msdos1)/boot/vmlinuz\"\n"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42471
+#: guix-git/doc/guix.texi:42500
msgid "If the device is specified explicitly as above, then the @code{device} field is ignored entirely."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:42472
+#: guix-git/doc/guix.texi:42501
#, fuzzy, no-wrap
#| msgid "@code{arguments} (default: @code{'()})"
msgid "@code{linux-arguments} (default: @code{'()})"
msgstr "@code{arguments} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:42475
+#: guix-git/doc/guix.texi:42504
msgid "The list of extra Linux kernel command-line arguments---e.g., @code{'(\"console=ttyS0\")}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:42476
+#: guix-git/doc/guix.texi:42505
#, no-wrap
msgid "@code{initrd} (default: @code{#f})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:42479
+#: guix-git/doc/guix.texi:42508
msgid "A G-Expression or string denoting the file name of the initial RAM disk to use (@pxref{G-Expressions})."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42483
+#: guix-git/doc/guix.texi:42512
msgid "The device where the kernel and initrd are to be found---i.e., for GRUB, @dfn{root} for this menu entry (@pxref{root,,, grub, GNU GRUB manual})."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42489
+#: guix-git/doc/guix.texi:42518
msgid "This may be a file system label (a string), a file system UUID (a bytevector, @pxref{File Systems}), or @code{#f}, in which case the bootloader will search the device containing the file specified by the @code{linux} field (@pxref{search,,, grub, GNU GRUB manual}). It must @emph{not} be an OS device name such as @file{/dev/sda1}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:42490
+#: guix-git/doc/guix.texi:42519
#, no-wrap
msgid "@code{multiboot-kernel} (default: @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:42494
+#: guix-git/doc/guix.texi:42523
msgid "The kernel to boot in Multiboot-mode (@pxref{multiboot,,, grub, GNU GRUB manual}). When this field is set, a Multiboot menu-entry is generated. For example:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:42497
+#: guix-git/doc/guix.texi:42526
#, no-wrap
msgid "(file-append mach \"/boot/gnumach\")\n"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:42499
+#: guix-git/doc/guix.texi:42528
#, fuzzy, no-wrap
#| msgid "@code{multiboot-arguments} (default: @code{()})"
msgid "@code{multiboot-arguments} (default: @code{'()})"
msgstr "@code{arguments} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:42501
+#: guix-git/doc/guix.texi:42530
msgid "The list of extra command-line arguments for the multiboot-kernel."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42504
+#: guix-git/doc/guix.texi:42533
msgid "For example, when running in QEMU it can be useful to use a text-based console (use options @option{--nographic} @option{--serial mon:stdio}):"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:42507
+#: guix-git/doc/guix.texi:42536
#, no-wrap
msgid "'(\"console=com0\")\n"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42513
+#: guix-git/doc/guix.texi:42542
msgid "To use the new and still experimental @uref{https://darnassus.sceen.net/~hurd-web/rump_kernel/, rumpdisk user-level disk driver} instead of GNU@tie{}Mach's in-kernel IDE driver, set @code{kernel-arguments} to:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:42516
+#: guix-git/doc/guix.texi:42545
#, no-wrap
msgid "'(\"noide\")\n"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42519
+#: guix-git/doc/guix.texi:42548
msgid "Of course, these options can be combined:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:42522
+#: guix-git/doc/guix.texi:42551
#, no-wrap
msgid "'(\"console=com0\" \"noide\")\n"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:42524
+#: guix-git/doc/guix.texi:42553
#, fuzzy, no-wrap
#| msgid "@code{multiboot-modules} (default: @code{()})"
msgid "@code{multiboot-modules} (default: @code{'()})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:42526
+#: guix-git/doc/guix.texi:42555
msgid "The list of commands for loading Multiboot modules. For example:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:42532
+#: guix-git/doc/guix.texi:42561
#, no-wrap
msgid ""
"(list (list (file-append hurd \"/hurd/ext2fs.static\") \"ext2fs\"\n"
@@ -82905,19 +82960,19 @@ msgid ""
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:42534
+#: guix-git/doc/guix.texi:42563
#, fuzzy, no-wrap
#| msgid "@code{cert} (default: @code{#f})"
msgid "@code{chain-loader} (default: @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:42539
+#: guix-git/doc/guix.texi:42568
msgid "A string that can be accepted by @code{grub}'s @code{chainloader} directive. This has no effect if either @code{linux} or @code{multiboot-kernel} fields are specified. The following is an example of chainloading a different GNU/Linux system."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:42550
+#: guix-git/doc/guix.texi:42579
#, no-wrap
msgid ""
"(bootloader\n"
@@ -82932,74 +82987,74 @@ msgid ""
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:42555 guix-git/doc/guix.texi:42615
+#: guix-git/doc/guix.texi:42584 guix-git/doc/guix.texi:42644
#, no-wrap
msgid "HDPI"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:42556 guix-git/doc/guix.texi:42616
+#: guix-git/doc/guix.texi:42585 guix-git/doc/guix.texi:42645
#, no-wrap
msgid "HiDPI"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:42557 guix-git/doc/guix.texi:42617
+#: guix-git/doc/guix.texi:42586 guix-git/doc/guix.texi:42646
#, no-wrap
msgid "resolution"
msgstr "изоляция"
#. type: Plain text
-#: guix-git/doc/guix.texi:42561
+#: guix-git/doc/guix.texi:42590
msgid "For now only GRUB has theme support. GRUB themes are created using the @code{grub-theme} form, which is not fully documented yet."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:42562
+#: guix-git/doc/guix.texi:42591
#, no-wrap
msgid "{Data Type} grub-theme"
msgstr "{Тип данных} build-machine"
#. type: deftp
-#: guix-git/doc/guix.texi:42564
+#: guix-git/doc/guix.texi:42593
msgid "Data type representing the configuration of the GRUB theme."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:42566
+#: guix-git/doc/guix.texi:42595
#, no-wrap
msgid "@code{gfxmode} (default: @code{'(\"auto\")})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:42569
+#: guix-git/doc/guix.texi:42598
msgid "The GRUB @code{gfxmode} to set (a list of screen resolution strings, @pxref{gfxmode,,, grub, GNU GRUB manual})."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:42572
+#: guix-git/doc/guix.texi:42601
#, fuzzy, no-wrap
#| msgid "{Scheme Procedure} grub-theme"
msgid "{Procedure} grub-theme"
msgstr "{Процедура Scheme} sane-service-type"
#. type: deffn
-#: guix-git/doc/guix.texi:42576
+#: guix-git/doc/guix.texi:42605
msgid "Return the default GRUB theme used by the operating system if no @code{theme} field is specified in @code{bootloader-configuration} record."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:42579
+#: guix-git/doc/guix.texi:42608
msgid "It comes with a fancy background image displaying the GNU and Guix logos."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:42583
+#: guix-git/doc/guix.texi:42612
msgid "For example, to override the default resolution, you may use something like"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:42591
+#: guix-git/doc/guix.texi:42620
#, no-wrap
msgid ""
"(bootloader\n"
@@ -83011,48 +83066,48 @@ msgid ""
msgstr ""
#. type: section
-#: guix-git/doc/guix.texi:42594
+#: guix-git/doc/guix.texi:42623
#, fuzzy, no-wrap
#| msgid "Invoking @command{guix size}"
msgid "Invoking @command{guix system}"
msgstr "Вызов @command{guix size}"
#. type: command{#1}
-#: guix-git/doc/guix.texi:42596
+#: guix-git/doc/guix.texi:42625
#, fuzzy, no-wrap
#| msgid "Guix System"
msgid "guix system"
msgstr "Система Guix"
#. type: Plain text
-#: guix-git/doc/guix.texi:42600
+#: guix-git/doc/guix.texi:42629
msgid "Once you have written an operating system declaration as seen in the previous section, it can be @dfn{instantiated} using the @command{guix system} command. The synopsis is:"
msgstr "Однажды объявленное описание операционной системы, описанное в предыдущих разделах, может быть @dfn{применено} с помощью команды @command{guix system}. Синопсис:"
#. type: example
-#: guix-git/doc/guix.texi:42603
+#: guix-git/doc/guix.texi:42632
#, no-wrap
msgid "guix system @var{options}@dots{} @var{action} @var{file}\n"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:42609
+#: guix-git/doc/guix.texi:42638
msgid "@var{file} must be the name of a file containing an @code{operating-system} declaration. @var{action} specifies how the operating system is instantiated. Currently the following values are supported:"
msgstr "@var{file} должно быть именем файла, содержащего определение @code{operating-system}. @var{action} указывает, как воспроизводится операционная система. В настоящее время поддерживаются следующие значения:"
#. type: item
-#: guix-git/doc/guix.texi:42611 guix-git/doc/guix.texi:47198
+#: guix-git/doc/guix.texi:42640 guix-git/doc/guix.texi:47227
#, no-wrap
msgid "search"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42614
+#: guix-git/doc/guix.texi:42643
msgid "Display available service type definitions that match the given regular expressions, sorted by relevance:"
msgstr "Показывает доступные определения типов служб, в соответствии с указанным регулярным выражениям, отсортированные по релевантности:"
#. type: example
-#: guix-git/doc/guix.texi:42636
+#: guix-git/doc/guix.texi:42665
#, no-wrap
msgid ""
"$ guix system search console\n"
@@ -83076,7 +83131,7 @@ msgid ""
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:42642
+#: guix-git/doc/guix.texi:42671
#, no-wrap
msgid ""
"name: mingetty\n"
@@ -83088,7 +83143,7 @@ msgid ""
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:42649
+#: guix-git/doc/guix.texi:42678
#, no-wrap
msgid ""
"name: login\n"
@@ -83101,104 +83156,104 @@ msgid ""
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:42651 guix-git/doc/guix.texi:47234
+#: guix-git/doc/guix.texi:42680 guix-git/doc/guix.texi:47263
#, no-wrap
msgid "@dots{}\n"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42656
+#: guix-git/doc/guix.texi:42685
msgid "As for @command{guix package --search}, the result is written in @code{recutils} format, which makes it easy to filter the output (@pxref{Top, GNU recutils databases,, recutils, GNU recutils manual})."
msgstr "Так же как для @command{guix package --search}, результат будет выведен в @code{recutils} формате, что делает его простым для фильтрации и вывода (@pxref{Top, GNU recutils databases, recutils, GNU recutils manual})."
#. type: cindex
-#: guix-git/doc/guix.texi:42657 guix-git/doc/guix.texi:47283
+#: guix-git/doc/guix.texi:42686 guix-git/doc/guix.texi:47312
#, no-wrap
msgid "service type definition, editing"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:42658 guix-git/doc/guix.texi:47284
+#: guix-git/doc/guix.texi:42687 guix-git/doc/guix.texi:47313
#, fuzzy, no-wrap
#| msgid "Adding new service definitions."
msgid "editing, service type definition"
msgstr "Добавление новых определений служб."
#. type: item
-#: guix-git/doc/guix.texi:42659 guix-git/doc/guix.texi:47285
+#: guix-git/doc/guix.texi:42688 guix-git/doc/guix.texi:47314
#, no-wrap
msgid "edit"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42661
+#: guix-git/doc/guix.texi:42690
msgid "Edit or view the definition of the given service types."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42665
+#: guix-git/doc/guix.texi:42694
msgid "For example, the command below opens your editor, as specified by the @env{EDITOR} environment variable, on the definition of the @code{openssh} service type:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:42668
+#: guix-git/doc/guix.texi:42697
#, fuzzy, no-wrap
#| msgid "guix system describe\n"
msgid "guix system edit openssh\n"
msgstr "guix system describe\n"
#. type: item
-#: guix-git/doc/guix.texi:42670 guix-git/doc/guix.texi:47296
+#: guix-git/doc/guix.texi:42699 guix-git/doc/guix.texi:47325
#, no-wrap
msgid "reconfigure"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42675
+#: guix-git/doc/guix.texi:42704
msgid "Build the operating system described in @var{file}, activate it, and switch to it@footnote{This action (and the related actions @code{switch-generation} and @code{roll-back}) are usable only on systems already running Guix System.}."
msgstr "Собирает операционную систему описанную в @var{file}, активирует её и переключается на неё@footnote{Это действие (и связанные с ним @code{switch-generation} и @code{roll-back}) можно использовать только в системах, в которых уже работает Guix System.}."
#. type: quotation
-#: guix-git/doc/guix.texi:42683
+#: guix-git/doc/guix.texi:42712
msgid "It is highly recommended to run @command{guix pull} once before you run @command{guix system reconfigure} for the first time (@pxref{Invoking guix pull}). Failing to do that you would see an older version of Guix once @command{reconfigure} has completed."
msgstr "Настоятельно рекомендуется запустить команду @command{guix pull} перед первым запуском @command{guix system reconfigure} (@pxref{Invoking guix pull}). В противном случае вы можете получить старую версию Guix после завершения @command{reconfigure}"
#. type: table
-#: guix-git/doc/guix.texi:42691
+#: guix-git/doc/guix.texi:42720
#, fuzzy
#| msgid "This effects all the configuration specified in @var{file}: user accounts, system services, global package list, setuid programs, etc. The command starts system services specified in @var{file} that are not currently running; if a service is currently running this command will arrange for it to be upgraded the next time it is stopped (e.g.@: by @code{herd stop X} or @code{herd restart X})."
msgid "This effects all the configuration specified in @var{file}: user accounts, system services, global package list, privileged programs, etc. The command starts system services specified in @var{file} that are not currently running; if a service is currently running this command will arrange for it to be upgraded the next time it is stopped (e.g.@: by @code{herd stop X} or @code{herd restart X})."
msgstr "Это действие повлияет на всю конфигурацию, указанную в @var{file}: учетные записи пользователей, системные службы, глобальный список пакетов, программы setuid и т.д. Команда запустит системные службы, указанные в @var{file}, которые в данный момент не запущены; если служба в данный момент запущена, изменения вступят в силу при следующем перезапуске (например@: по @code{herd stop X} или @code{herd restart X})."
#. type: table
-#: guix-git/doc/guix.texi:42697
+#: guix-git/doc/guix.texi:42726
msgid "This command creates a new generation whose number is one greater than the current generation (as reported by @command{guix system list-generations}). If that generation already exists, it will be overwritten. This behavior mirrors that of @command{guix package} (@pxref{Invoking guix package})."
msgstr "Эта команда создает новое поколение, число которого на единицу больше, чем у текущего поколения (как описано @command{guix system list-generations}). Если это поколение уже существует, оно будет перезаписано. Это поведение описано в @command{guix package} (@pxref{Invoking guix package})."
#. type: table
-#: guix-git/doc/guix.texi:42702
+#: guix-git/doc/guix.texi:42731
msgid "It also adds a bootloader menu entry for the new OS configuration, ---unless @option{--no-bootloader} is passed. For GRUB, it moves entries for older configurations to a submenu, allowing you to choose an older system generation at boot time should you need it."
msgstr "Она также добавляет пункты меню загрузчика для новой конфигурации ОС, если не передана опция @option{--no-bootloader}. Для GRUB она перемещает записи для более старых конфигураций вподменю, позволяя вам выбрать более старое поколение системы во время загрузки, если вам это понадобится."
#. type: cindex
-#: guix-git/doc/guix.texi:42703 guix-git/doc/guix.texi:43048
-#: guix-git/doc/guix.texi:44071
+#: guix-git/doc/guix.texi:42732 guix-git/doc/guix.texi:43077
+#: guix-git/doc/guix.texi:44100
#, no-wrap
msgid "provenance tracking, of the operating system"
msgstr "трекинг источника, артефакты программного обеспечения"
#. type: table
-#: guix-git/doc/guix.texi:42708
+#: guix-git/doc/guix.texi:42737
msgid "Upon completion, the new system is deployed under @file{/run/current-system}. This directory contains @dfn{provenance meta-data}: the list of channels in use (@pxref{Channels}) and @var{file} itself, when available. You can view it by running:"
msgstr "По завершении новая система развертывается в @file{/run/current-system}. Этот каталог содержит @dfn{метаданные о происхождении}: список используемых каналов (@pxref{Channels}) и сам @var{file}, если он доступен. Вы можете просмотреть его, запустив:"
#. type: table
-#: guix-git/doc/guix.texi:42717
+#: guix-git/doc/guix.texi:42746
msgid "This information is useful should you later want to inspect how this particular generation was built. In fact, assuming @var{file} is self-contained, you can later rebuild generation @var{n} of your operating system with:"
msgstr "Эта информация пригодится, если позже вы захотите проверить, как было собрано это конкретное поколение. Фактически, предполагая, что @var{file} содержит всё необходимое, вы можете позже пересобрать поколение @var{n} в вашей операционной системы с помощью:"
#. type: example
-#: guix-git/doc/guix.texi:42723
+#: guix-git/doc/guix.texi:42752
#, no-wrap
msgid ""
"guix time-machine \\\n"
@@ -83208,244 +83263,244 @@ msgid ""
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42729
+#: guix-git/doc/guix.texi:42758
msgid "You can think of it as some sort of built-in version control! Your system is not just a binary artifact: @emph{it carries its own source}. @xref{Service Reference, @code{provenance-service-type}}, for more information on provenance tracking."
msgstr "Вы можете думать об этом как о чем-то вроде встроенного контроля версий! Ваша система теперь не просто набор двоичных файлов: @emph{она содержит свой собственный источник}. @xref{Service Reference, @code{provenance-service-type}}, для получения дополнительной информации об отслеживании происхождения."
#. type: table
-#: guix-git/doc/guix.texi:42735
+#: guix-git/doc/guix.texi:42764
msgid "By default, @command{reconfigure} @emph{prevents you from downgrading your system}, which could (re)introduce security vulnerabilities and also cause problems with ``stateful'' services such as database management systems. You can override that behavior by passing @option{--allow-downgrades}."
msgstr "По умолчанию @command{reconfigure} @emph{препятствует откату вашей системы}, что может (пере)внести уязвимости безопасности, а также вызвать проблемы со службами \"отслеживающими состояние\", такими как системы управления базами данных. Вы можете переопределить это поведение, передав @option{--allow-downgrades}."
#. type: item
-#: guix-git/doc/guix.texi:42736 guix-git/doc/guix.texi:47356
+#: guix-git/doc/guix.texi:42765 guix-git/doc/guix.texi:47385
#, no-wrap
msgid "switch-generation"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42745
+#: guix-git/doc/guix.texi:42774
msgid "Switch to an existing system generation. This action atomically switches the system profile to the specified system generation. It also rearranges the system's existing bootloader menu entries. It makes the menu entry for the specified system generation the default, and it moves the entries for the other generations to a submenu, if supported by the bootloader being used. The next time the system boots, it will use the specified system generation."
msgstr "Переключает на существующее поколение системы. Эта команда атомарной операцией переключает системный профиль на указанное поколение системы. Она также изменяет порядок существующих элементов меню загрузчика системы. Она устанавливает в загрузчике запуск по умолчанию указанного поколения и перемещает другие поколения в подменю, если это поддерживается используемым загрузчиком. При следующей загрузке системы она будет использовать указанное поколение системы."
#. type: table
-#: guix-git/doc/guix.texi:42749
+#: guix-git/doc/guix.texi:42778
msgid "The bootloader itself is not being reinstalled when using this command. Thus, the installed bootloader is used with an updated configuration file."
msgstr "Сам загрузчик не переустанавливается при использовании этой команды. Таким образом, установленный загрузчик используется с обновленным файлом конфигурации."
#. type: table
-#: guix-git/doc/guix.texi:42753
+#: guix-git/doc/guix.texi:42782
msgid "The target generation can be specified explicitly by its generation number. For example, the following invocation would switch to system generation 7:"
msgstr "Нужное поколение может быть явно указано по его номеру. Например, следующий вызов переключится на поколение 7:"
#. type: example
-#: guix-git/doc/guix.texi:42756
+#: guix-git/doc/guix.texi:42785
#, no-wrap
msgid "guix system switch-generation 7\n"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42764 guix-git/doc/guix.texi:47375
+#: guix-git/doc/guix.texi:42793 guix-git/doc/guix.texi:47404
msgid "The target generation can also be specified relative to the current generation with the form @code{+N} or @code{-N}, where @code{+3} means ``3 generations ahead of the current generation,'' and @code{-1} means ``1 generation prior to the current generation.'' When specifying a negative value such as @code{-1}, you must precede it with @code{--} to prevent it from being parsed as an option. For example:"
msgstr "Нужное поколение также может быть указано относительно текущего поколения @code{+N} или @code{-N}, где @code{+3} означает \"на 3 поколения старше текущего\", а @code{-1} означает \"на 1 поколение младше текущего\". При задании отрицательного значения @code{-1}, перед ним нужно поставить @code{--} чтобы не воспринимать его в качестве опции. Например:"
#. type: example
-#: guix-git/doc/guix.texi:42767
+#: guix-git/doc/guix.texi:42796
#, no-wrap
msgid "guix system switch-generation -- -1\n"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42775
+#: guix-git/doc/guix.texi:42804
msgid "Currently, the effect of invoking this action is @emph{only} to switch the system profile to an existing generation and rearrange the bootloader menu entries. To actually start using the target system generation, you must reboot after running this action. In the future, it will be updated to do the same things as @command{reconfigure}, like activating and deactivating services."
msgstr "В настоящее время результатом вызова этого действия является @emph{только} переключение профиля на существующее поколение и изменение элементов меню загрузчика. Чтобы начать использовать указанное поколение, вы должны перезагрузиться. В будущем поведение будет аналогично @command{reconfigure}, например, запуск и остановка служб."
#. type: table
-#: guix-git/doc/guix.texi:42777 guix-git/doc/guix.texi:47381
+#: guix-git/doc/guix.texi:42806 guix-git/doc/guix.texi:47410
msgid "This action will fail if the specified generation does not exist."
msgstr "Это действие завершится ошибкой, если указанное поколение не существует."
#. type: item
-#: guix-git/doc/guix.texi:42778 guix-git/doc/guix.texi:47382
+#: guix-git/doc/guix.texi:42807 guix-git/doc/guix.texi:47411
#, no-wrap
msgid "roll-back"
msgstr "откат"
#. type: table
-#: guix-git/doc/guix.texi:42784
+#: guix-git/doc/guix.texi:42813
msgid "Switch to the preceding system generation. The next time the system boots, it will use the preceding system generation. This is the inverse of @command{reconfigure}, and it is exactly the same as invoking @command{switch-generation} with an argument of @code{-1}."
msgstr "Переключает на предыдущее поколение системы. При следующей загрузке система будет использовать предыдущее. Команда отменяет @command{reconfigure}, и делает то же самое, что @command{switch-generation} с аргументом @code{-1}."
#. type: table
-#: guix-git/doc/guix.texi:42788
+#: guix-git/doc/guix.texi:42817
msgid "Currently, as with @command{switch-generation}, you must reboot after running this action to actually start using the preceding system generation."
msgstr "В настоящее время, как и в случае с @command{switch-generation}, вы должны перезагрузиться после выполнения этого действия, чтобы фактически начать использовать предыдущее поколение системы."
#. type: item
-#: guix-git/doc/guix.texi:42789 guix-git/doc/guix.texi:47388
+#: guix-git/doc/guix.texi:42818 guix-git/doc/guix.texi:47417
#, no-wrap
msgid "delete-generations"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:42790
+#: guix-git/doc/guix.texi:42819
#, no-wrap
msgid "deleting system generations"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:42791 guix-git/doc/guix.texi:47390
+#: guix-git/doc/guix.texi:42820 guix-git/doc/guix.texi:47419
#, no-wrap
msgid "saving space"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42795
+#: guix-git/doc/guix.texi:42824
msgid "Delete system generations, making them candidates for garbage collection (@pxref{Invoking guix gc}, for information on how to run the ``garbage collector'')."
msgstr "Удаляет поколение, делая их кандидатами на для сборщика мусора (@pxref{Invoking guix gc}, для получения информации о том, как запустить \"сборщик мусора\")."
#. type: table
-#: guix-git/doc/guix.texi:42799
+#: guix-git/doc/guix.texi:42828
msgid "This works in the same way as @samp{guix package --delete-generations} (@pxref{Invoking guix package, @option{--delete-generations}}). With no arguments, all system generations but the current one are deleted:"
msgstr "Работает так же, как и @samp{guix package --delete-generations} (@pxref{Invoking guix package, @option{--delete-generations}}). Без аргументов удаляются все системные поколения, кроме текущего:"
#. type: example
-#: guix-git/doc/guix.texi:42802
+#: guix-git/doc/guix.texi:42831
#, no-wrap
msgid "guix system delete-generations\n"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42806
+#: guix-git/doc/guix.texi:42835
#, fuzzy
#| msgid "You can also select the generations you want to delete. The example below deletes all the system generations that are more than two month old:"
msgid "You can also select the generations you want to delete. The example below deletes all the system generations that are more than two months old:"
msgstr "Вы также можете выбрать поколения, которые хотите удалить. В приведенном примере удаляются все системные поколения, которым более двух месяцев:"
#. type: example
-#: guix-git/doc/guix.texi:42809
+#: guix-git/doc/guix.texi:42838
#, no-wrap
msgid "guix system delete-generations 2m\n"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42814
+#: guix-git/doc/guix.texi:42843
msgid "Running this command automatically reinstalls the bootloader with an updated list of menu entries---e.g., the ``old generations'' sub-menu in GRUB no longer lists the generations that have been deleted."
msgstr "Выполнение этой команды автоматически переустановит загрузчик с обновлением меню—например, подменю \"old generations\" в GRUB не будет содержать удаленные поколения."
#. type: table
-#: guix-git/doc/guix.texi:42819
+#: guix-git/doc/guix.texi:42848
msgid "Build the derivation of the operating system, which includes all the configuration files and programs needed to boot and run the system. This action does not actually install anything."
msgstr "Собирает деривацию операционной системы, которая включает в себя все файлы конфигурации и программы, необходимые для загрузки и запуска системы. Это действие на самом деле ничего не устанавливает."
#. type: item
-#: guix-git/doc/guix.texi:42820
+#: guix-git/doc/guix.texi:42849
#, no-wrap
msgid "init"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42824
+#: guix-git/doc/guix.texi:42853
msgid "Populate the given directory with all the files necessary to run the operating system specified in @var{file}. This is useful for first-time installations of Guix System. For instance:"
msgstr "Наполняет указанную директорию всем необходимым для запуска операционной системы, указанным в @var{файле}. Это полезно при первой установке системы Guix. В качестве примера:"
#. type: example
-#: guix-git/doc/guix.texi:42827
+#: guix-git/doc/guix.texi:42856
#, no-wrap
msgid "guix system init my-os-config.scm /mnt\n"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42834
+#: guix-git/doc/guix.texi:42863
msgid "copies to @file{/mnt} all the store items required by the configuration specified in @file{my-os-config.scm}. This includes configuration files, packages, and so on. It also creates other essential files needed for the system to operate correctly---e.g., the @file{/etc}, @file{/var}, and @file{/run} directories, and the @file{/bin/sh} file."
msgstr "копирует в @file{/mnt} все элементы хранилища, необходимые для конфигурации, указанной в @file{my-os-config.scm}. Включая файлы конфигурации, пакеты и так далее. Он также создает другие важные файлы, необходимые для правильной работы системы, такие как каталоги @file{/etc}, @file{/var} и @file{/run} и файл @file{/bin/sh}."
#. type: table
-#: guix-git/doc/guix.texi:42838
+#: guix-git/doc/guix.texi:42867
#, fuzzy
#| msgid "This command also installs bootloader on the target specified in @file{my-os-config}, unless the @option{--no-bootloader} option was passed."
msgid "This command also installs bootloader on the targets specified in @file{my-os-config}, unless the @option{--no-bootloader} option was passed."
msgstr "Эта команда также устанавливает загрузчик на объект, указанный в @file{my-os-config}, если не был передан параметр @option{--no-bootloader}."
#. type: item
-#: guix-git/doc/guix.texi:42839
+#: guix-git/doc/guix.texi:42868
#, no-wrap
msgid "vm"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:42840 guix-git/doc/guix.texi:43484
+#: guix-git/doc/guix.texi:42869 guix-git/doc/guix.texi:43513
#, no-wrap
msgid "virtual machine"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:42841
+#: guix-git/doc/guix.texi:42870
#, no-wrap
msgid "VM"
msgstr ""
#. type: anchor{#1}
-#: guix-git/doc/guix.texi:42845
+#: guix-git/doc/guix.texi:42874
msgid "guix system vm"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42845
+#: guix-git/doc/guix.texi:42874
#, fuzzy
#| msgid "Build a virtual machine that contains the operating system declared in @var{file}, and return a script to run that virtual machine (VM)."
msgid "Build a virtual machine (VM) that contains the operating system declared in @var{file}, and return a script to run that VM."
msgstr "Собирает виртуальную машину, содержащую операционную систему, объявленную в @var{файле}, и возвращает скрипт для запуска этой виртуальной машины (ВМ)."
#. type: quotation
-#: guix-git/doc/guix.texi:42853
+#: guix-git/doc/guix.texi:42882
msgid "The @code{vm} action and others below can use KVM support in the Linux-libre kernel. Specifically, if the machine has hardware virtualization support, the corresponding KVM kernel module should be loaded, and the @file{/dev/kvm} device node must exist and be readable and writable by the user and by the build users of the daemon (@pxref{Build Environment Setup})."
msgstr "Параметры @code{vm} и другие, приведенные ниже, могут использовать поддержку KVM ядра Linux-libre. В частности, если машина поддерживает аппаратную виртуализацию,следует загрузить соответствующий модуль ядра KVM а файл устройства @file{/dev/kvm} должен существовать и быть доступен для чтения и записи пользователю и процессамсборки демона (@pxref{Build Environment Setup})."
#. type: table
-#: guix-git/doc/guix.texi:42858
+#: guix-git/doc/guix.texi:42887
msgid "Arguments given to the script are passed to QEMU as in the example below, which enables networking and requests 1@tie{}GiB of RAM for the emulated machine:"
msgstr "Аргументы, переданные скрипту, передаются в QEMU, как в приведенном ниже примере,который включает сеть и запрашивает 1@tie{}GiB оперативной памяти для эмулируемоймашины:"
#. type: example
-#: guix-git/doc/guix.texi:42861
+#: guix-git/doc/guix.texi:42890
#, no-wrap
msgid "$ /gnu/store/@dots{}-run-vm.sh -m 1024 -smp 2 -nic user,model=virtio-net-pci\n"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42864
+#: guix-git/doc/guix.texi:42893
msgid "It's possible to combine the two steps into one:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:42867
+#: guix-git/doc/guix.texi:42896
#, no-wrap
msgid "$ $(guix system vm my-config.scm) -m 1024 -smp 2 -nic user,model=virtio-net-pci\n"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42870
+#: guix-git/doc/guix.texi:42899
msgid "The VM shares its store with the host system."
msgstr "Виртуальная машина использует свое хранилище совместно с хост-системой."
#. type: table
-#: guix-git/doc/guix.texi:42875
+#: guix-git/doc/guix.texi:42904
msgid "By default, the root file system of the VM is mounted volatile; the @option{--persistent} option can be provided to make it persistent instead. In that case, the VM disk-image file will be copied from the store to the @env{TMPDIR} directory to make it writable."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42880
+#: guix-git/doc/guix.texi:42909
msgid "Additional file systems can be shared between the host and the VM using the @option{--share} and @option{--expose} command-line options: the former specifies a directory to be shared with write access, while the latter provides read-only access to the shared directory."
msgstr "Дополнительные файловые системы могут быть разделены между хостом и виртуальной машиной с помощью параметров @option{--share} и @option{--expose}: первый указывает директорию, к которой должен быть предоставлен общий доступ с правом на запись, последний обеспечивает доступ только на чтение."
#. type: table
-#: guix-git/doc/guix.texi:42884
+#: guix-git/doc/guix.texi:42913
msgid "The example below creates a VM in which the user's home directory is accessible read-only, and where the @file{/exchange} directory is a read-write mapping of @file{$HOME/tmp} on the host:"
msgstr "Пример ниже создает виртуальную машину, которой доступна домашняя директория пользователя с правами на чтение, а директория @file{$HOME/tmp} хоста размещена в @file{/exchange} с правами на чтение и запись:"
#. type: example
-#: guix-git/doc/guix.texi:42888
+#: guix-git/doc/guix.texi:42917
#, no-wrap
msgid ""
"guix system vm my-config.scm \\\n"
@@ -83453,52 +83508,52 @@ msgid ""
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42893
+#: guix-git/doc/guix.texi:42922
msgid "On GNU/Linux, the default is to boot directly to the kernel; this has the advantage of requiring only a very tiny root disk image since the store of the host can then be mounted."
msgstr "В GNU / Linux по умолчанию загрузка выполняется непосредственно в ядро; это имеет преимущество в том, что требуется только очень крошечный образ корневого диска, так как затем можно смонтировать хранилище хоста."
#. type: table
-#: guix-git/doc/guix.texi:42898
+#: guix-git/doc/guix.texi:42927
#, fuzzy
#| msgid "The @option{--full-boot} option forces a complete boot sequence, starting with the bootloader. This requires more disk space since a root image containing at least the kernel, initrd, and bootloader data files must be created. The @option{--image-size} option can be used to specify the size of the image."
msgid "The @option{--full-boot} option forces a complete boot sequence, starting with the bootloader. This requires more disk space since a root image containing at least the kernel, initrd, and bootloader data files must be created."
msgstr "Опция @option{--full-boot} вызывает полную последовательность загрузки, начиная с загрузчика. При этом потребуется больше места на диске, так как образ, будет включать в себя по крайней мере ядро, initrd и загрузчик. Параметр @option{--image-size} можно использовать для указания размераобраза."
#. type: table
-#: guix-git/doc/guix.texi:42901
+#: guix-git/doc/guix.texi:42930
msgid "The @option{--image-size} option can be used to specify the size of the image."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42908
+#: guix-git/doc/guix.texi:42937
msgid "The @option{--no-graphic} option will instruct @command{guix system} to spawn a headless VM that will use the invoking tty for IO. Among other things, this enables copy-pasting, and scrollback. Use the @kbd{ctrl-a} prefix to issue QEMU commands; e.g. @kbd{ctrl-a h} prints a help, @kbd{ctrl-a x} quits the VM, and @kbd{ctrl-a c} switches between the QEMU monitor and the VM."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:42909
+#: guix-git/doc/guix.texi:42938
#, no-wrap
msgid "System images, creation in various formats"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:42910
+#: guix-git/doc/guix.texi:42939
#, no-wrap
msgid "Creating system images in various formats"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:42912
+#: guix-git/doc/guix.texi:42941
#, no-wrap
msgid "image, creating disk images"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42924
+#: guix-git/doc/guix.texi:42953
msgid "The @code{image} command can produce various image types. The image type can be selected using the @option{--image-type} option. It defaults to @code{mbr-hybrid-raw}. When its value is @code{iso9660}, the @option{--label} option can be used to specify a volume ID with @code{image}. By default, the root file system of a disk image is mounted non-volatile; the @option{--volatile} option can be provided to make it volatile instead. When using @code{image}, the bootloader installed on the generated image is taken from the provided @code{operating-system} definition. The following example demonstrates how to generate an image that uses the @code{grub-efi-bootloader} bootloader and boot it with QEMU:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:42932
+#: guix-git/doc/guix.texi:42961
#, no-wrap
msgid ""
"image=$(guix system image --image-type=qcow2 \\\n"
@@ -83510,45 +83565,45 @@ msgid ""
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42938
+#: guix-git/doc/guix.texi:42967
msgid "When using the @code{mbr-hybrid-raw} image type, a raw disk image is produced; it can be copied as is to a USB stick, for instance. Assuming @code{/dev/sdc} is the device corresponding to a USB stick, one can copy the image to it using the following command:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:42941
+#: guix-git/doc/guix.texi:42970
#, no-wrap
msgid "# dd if=$(guix system image my-os.scm) of=/dev/sdc status=progress\n"
msgstr "# dd if=$(guix system image my-os.scm) of=/dev/sdc status=progress\n"
#. type: table
-#: guix-git/doc/guix.texi:42945
+#: guix-git/doc/guix.texi:42974
msgid "The @code{--list-image-types} command lists all the available image types."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:42946
+#: guix-git/doc/guix.texi:42975
#, no-wrap
msgid "creating virtual machine images"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42955
+#: guix-git/doc/guix.texi:42984
msgid "When using the @code{qcow2} image type, the returned image is in qcow2 format, which the QEMU emulator can efficiently use. @xref{Running Guix in a VM}, for more information on how to run the image in a virtual machine. The @code{grub-bootloader} bootloader is always used independently of what is declared in the @code{operating-system} file passed as argument. This is to make it easier to work with QEMU, which uses the SeaBIOS BIOS by default, expecting a bootloader to be installed in the Master Boot Record (MBR)."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:42956
+#: guix-git/doc/guix.texi:42985
#, no-wrap
msgid "docker-image, creating docker images"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42962
+#: guix-git/doc/guix.texi:42991
msgid "When using the @code{docker} image type, a Docker image is produced. Guix builds the image from scratch, not from a pre-existing Docker base image. As a result, it contains @emph{exactly} what you define in the operating system configuration file. You can then load the image and launch a Docker container using commands like the following:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:42967
+#: guix-git/doc/guix.texi:42996
#, no-wrap
msgid ""
"image_id=\"$(docker load < guix-system-docker-image.tar.gz)\"\n"
@@ -83557,43 +83612,43 @@ msgid ""
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42974
+#: guix-git/doc/guix.texi:43003
msgid "This command starts a new Docker container from the specified image. It will boot the Guix system in the usual manner, which means it will start any services you have defined in the operating system configuration. You can get an interactive shell running in the container using @command{docker exec}:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:42977
+#: guix-git/doc/guix.texi:43006
#, no-wrap
msgid "docker exec -ti $container_id /run/current-system/profile/bin/bash --login\n"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42984
+#: guix-git/doc/guix.texi:43013
msgid "Depending on what you run in the Docker container, it may be necessary to give the container additional permissions. For example, if you intend to build software using Guix inside of the Docker container, you may need to pass the @option{--privileged} option to @code{docker create}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42988
+#: guix-git/doc/guix.texi:43017
msgid "Last, the @option{--network} option applies to @command{guix system docker-image}: it produces an image where network is supposedly shared with the host, and thus without services like nscd or NetworkManager."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:42996
+#: guix-git/doc/guix.texi:43025
msgid "Return a script to run the operating system declared in @var{file} within a container. Containers are a set of lightweight isolation mechanisms provided by the kernel Linux-libre. Containers are substantially less resource-demanding than full virtual machines since the kernel, shared objects, and other resources can be shared with the host system; this also means they provide thinner isolation."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:43000
+#: guix-git/doc/guix.texi:43029
msgid "Currently, the script must be run as root in order to support more than a single user and group. The container shares its store with the host system."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:43004
+#: guix-git/doc/guix.texi:43033
msgid "As with the @code{vm} action (@pxref{guix system vm}), additional file systems to be shared between the host and container can be specified using the @option{--share} and @option{--expose} options:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:43008
+#: guix-git/doc/guix.texi:43037
#, no-wrap
msgid ""
"guix system container my-config.scm \\\n"
@@ -83601,357 +83656,357 @@ msgid ""
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:43013
+#: guix-git/doc/guix.texi:43042
msgid "The @option{--share} and @option{--expose} options can also be passed to the generated script to bind-mount additional directories into the container."
msgstr ""
#. type: quotation
-#: guix-git/doc/guix.texi:43016
+#: guix-git/doc/guix.texi:43045
msgid "This option requires Linux-libre 3.19 or newer."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:43023 guix-git/doc/guix.texi:47499
+#: guix-git/doc/guix.texi:43052 guix-git/doc/guix.texi:47528
msgid "@var{options} can contain any of the common build options (@pxref{Common Build Options}). In addition, @var{options} can contain one of the following:"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:43032
+#: guix-git/doc/guix.texi:43061
msgid "Consider the operating-system @var{expr} evaluates to. This is an alternative to specifying a file which evaluates to an operating system. This is used to generate the Guix system installer @pxref{Building the Installation Image})."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:43037
+#: guix-git/doc/guix.texi:43066
msgid "Attempt to build for @var{system} instead of the host system type. This works as per @command{guix build} (@pxref{Invoking guix build})."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:43047
+#: guix-git/doc/guix.texi:43076
msgid "Return the derivation file name of the given operating system without building anything."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:43056
+#: guix-git/doc/guix.texi:43085
msgid "As discussed above, @command{guix system init} and @command{guix system reconfigure} always save provenance information @i{via} a dedicated service (@pxref{Service Reference, @code{provenance-service-type}}). However, other commands don't do that by default. If you wish to, say, create a virtual machine image that contains provenance information, you can run:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:43059
+#: guix-git/doc/guix.texi:43088
#, no-wrap
msgid "guix system image -t qcow2 --save-provenance config.scm\n"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:43066
+#: guix-git/doc/guix.texi:43095
msgid "That way, the resulting image will effectively ``embed its own source'' in the form of meta-data in @file{/run/current-system}. With that information, one can rebuild the image to make sure it really contains what it pretends to contain; or they could use that to derive a variant of the image."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:43067
+#: guix-git/doc/guix.texi:43096
#, no-wrap
msgid "--image-type=@var{type}"
msgstr "--target=@var{triplet}"
#. type: table
-#: guix-git/doc/guix.texi:43070
+#: guix-git/doc/guix.texi:43099
msgid "For the @code{image} action, create an image with given @var{type}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:43073
+#: guix-git/doc/guix.texi:43102
msgid "When this option is omitted, @command{guix system} uses the @code{mbr-hybrid-raw} image type."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:43074
+#: guix-git/doc/guix.texi:43103
#, no-wrap
msgid "ISO-9660 format"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:43075
+#: guix-git/doc/guix.texi:43104
#, no-wrap
msgid "CD image format"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:43076
+#: guix-git/doc/guix.texi:43105
#, no-wrap
msgid "DVD image format"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:43079
+#: guix-git/doc/guix.texi:43108
msgid "@option{--image-type=iso9660} produces an ISO-9660 image, suitable for burning on CDs and DVDs."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:43080
+#: guix-git/doc/guix.texi:43109
#, no-wrap
msgid "--image-size=@var{size}"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:43085
+#: guix-git/doc/guix.texi:43114
msgid "For the @code{image} action, create an image of the given @var{size}. @var{size} may be a number of bytes, or it may include a unit as a suffix (@pxref{Block size, size specifications,, coreutils, GNU Coreutils})."
msgstr "Если задана @var{min}, остановиться, когда @var{min} байт собрано. @var{min} может быть числом байт или может содержать единицу измерения в суффиксе, как например, @code{MiB} для мебибайт и @code{GB} гигабайт (@pxref{Block size, size specifications,, coreutils, GNU Coreutils})."
#. type: table
-#: guix-git/doc/guix.texi:43089
+#: guix-git/doc/guix.texi:43118
msgid "When this option is omitted, @command{guix system} computes an estimate of the image size as a function of the size of the system declared in @var{file}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:43094
+#: guix-git/doc/guix.texi:43123
msgid "For the @code{container} action, allow containers to access the host network, that is, do not create a network namespace."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:43100
+#: guix-git/doc/guix.texi:43129
#, no-wrap
msgid "--skip-checks"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:43102
+#: guix-git/doc/guix.texi:43131
msgid "Skip pre-installation safety checks."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:43109
+#: guix-git/doc/guix.texi:43138
msgid "By default, @command{guix system init} and @command{guix system reconfigure} perform safety checks: they make sure the file systems that appear in the @code{operating-system} declaration actually exist (@pxref{File Systems}), and that any Linux kernel modules that may be needed at boot time are listed in @code{initrd-modules} (@pxref{Initial RAM Disk}). Passing this option skips these tests altogether."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:43112
+#: guix-git/doc/guix.texi:43141
msgid "Instruct @command{guix system reconfigure} to allow system downgrades."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:43120
+#: guix-git/doc/guix.texi:43149
msgid "By default, @command{reconfigure} prevents you from downgrading your system. It achieves that by comparing the provenance info of your system (shown by @command{guix system describe}) with that of your @command{guix} command (shown by @command{guix describe}). If the commits for @command{guix} are not descendants of those used for your system, @command{guix system reconfigure} errors out. Passing @option{--allow-downgrades} allows you to bypass these checks."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:43126
+#: guix-git/doc/guix.texi:43155
#, no-wrap
msgid "on-error"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:43127
+#: guix-git/doc/guix.texi:43156
#, no-wrap
msgid "on-error strategy"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:43128
+#: guix-git/doc/guix.texi:43157
#, no-wrap
msgid "error strategy"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:43129
+#: guix-git/doc/guix.texi:43158
#, no-wrap
msgid "--on-error=@var{strategy}"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:43132
+#: guix-git/doc/guix.texi:43161
msgid "Apply @var{strategy} when an error occurs when reading @var{file}. @var{strategy} may be one of the following:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:43134
+#: guix-git/doc/guix.texi:43163
#, no-wrap
msgid "nothing-special"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:43136
+#: guix-git/doc/guix.texi:43165
msgid "Report the error concisely and exit. This is the default strategy."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:43137
+#: guix-git/doc/guix.texi:43166
#, no-wrap
msgid "backtrace"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:43139
+#: guix-git/doc/guix.texi:43168
msgid "Likewise, but also display a backtrace."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:43140
+#: guix-git/doc/guix.texi:43169
#, no-wrap
msgid "debug"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:43146
+#: guix-git/doc/guix.texi:43175
msgid "Report the error and enter Guile's debugger. From there, you can run commands such as @code{,bt} to get a backtrace, @code{,locals} to display local variable values, and more generally inspect the state of the program. @xref{Debug Commands,,, guile, GNU Guile Reference Manual}, for a list of available debugging commands."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:43153
+#: guix-git/doc/guix.texi:43182
msgid "Once you have built, configured, re-configured, and re-re-configured your Guix installation, you may find it useful to list the operating system generations available on disk---and that you can choose from the bootloader boot menu:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:43156 guix-git/doc/guix.texi:47415
+#: guix-git/doc/guix.texi:43185 guix-git/doc/guix.texi:47444
#, no-wrap
msgid "describe"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:43159
+#: guix-git/doc/guix.texi:43188
msgid "Describe the running system generation: its file name, the kernel and bootloader used, etc., as well as provenance information when available."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:43166
+#: guix-git/doc/guix.texi:43195
msgid "The @code{--list-installed} flag is available, with the same syntax that is used in @command{guix package --list-installed} (@pxref{Invoking guix package}). When the flag is used, the description will include a list of packages that are currently installed in the system profile, with optional filtering based on a regular expression."
msgstr ""
#. type: quotation
-#: guix-git/doc/guix.texi:43173
+#: guix-git/doc/guix.texi:43202
msgid "The @emph{running} system generation---referred to by @file{/run/current-system}---is not necessarily the @emph{current} system generation---referred to by @file{/var/guix/profiles/system}: it differs when, for instance, you chose from the bootloader menu to boot an older generation."
msgstr ""
#. type: quotation
-#: guix-git/doc/guix.texi:43177
+#: guix-git/doc/guix.texi:43206
msgid "It can also differ from the @emph{booted} system generation---referred to by @file{/run/booted-system}---for instance because you reconfigured the system in the meantime."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:43179 guix-git/doc/guix.texi:47430
+#: guix-git/doc/guix.texi:43208 guix-git/doc/guix.texi:47459
#, no-wrap
msgid "list-generations"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:43184
+#: guix-git/doc/guix.texi:43213
msgid "List a summary of each generation of the operating system available on disk, in a human-readable way. This is similar to the @option{--list-generations} option of @command{guix package} (@pxref{Invoking guix package})."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:43189 guix-git/doc/guix.texi:47440
+#: guix-git/doc/guix.texi:43218 guix-git/doc/guix.texi:47469
msgid "Optionally, one can specify a pattern, with the same syntax that is used in @command{guix package --list-generations}, to restrict the list of generations displayed. For instance, the following command displays generations that are up to 10 days old:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:43192
+#: guix-git/doc/guix.texi:43221
#, no-wrap
msgid "$ guix system list-generations 10d\n"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:43198
+#: guix-git/doc/guix.texi:43227
msgid "The @code{--list-installed} flag may also be specified, with the same syntax that is used in @command{guix package --list-installed}. This may be helpful if trying to determine when a package was added to the system."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:43204
+#: guix-git/doc/guix.texi:43233
msgid "The @command{guix system} command has even more to offer! The following sub-commands allow you to visualize how your system services relate to each other:"
msgstr ""
#. type: anchor{#1}
-#: guix-git/doc/guix.texi:43206
+#: guix-git/doc/guix.texi:43235
msgid "system-extension-graph"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:43208 guix-git/doc/guix.texi:47470
+#: guix-git/doc/guix.texi:43237 guix-git/doc/guix.texi:47499
#, no-wrap
msgid "extension-graph"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:43215
+#: guix-git/doc/guix.texi:43244
msgid "Emit to standard output the @dfn{service extension graph} of the operating system defined in @var{file} (@pxref{Service Composition}, for more information on service extensions). By default the output is in Dot/Graphviz format, but you can choose a different format with @option{--graph-backend}, as with @command{guix graph} (@pxref{Invoking guix graph, @option{--backend}}):"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:43217 guix-git/doc/guix.texi:47479
+#: guix-git/doc/guix.texi:43246 guix-git/doc/guix.texi:47508
msgid "The command:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:43220
+#: guix-git/doc/guix.texi:43249
#, no-wrap
msgid "$ guix system extension-graph @var{file} | xdot -\n"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:43223 guix-git/doc/guix.texi:47485
+#: guix-git/doc/guix.texi:43252 guix-git/doc/guix.texi:47514
msgid "shows the extension relations among services."
msgstr ""
#. type: quotation
-#: guix-git/doc/guix.texi:43226
+#: guix-git/doc/guix.texi:43255
msgid "The @command{dot} program is provided by the @code{graphviz} package."
msgstr ""
#. type: anchor{#1}
-#: guix-git/doc/guix.texi:43229
+#: guix-git/doc/guix.texi:43258
msgid "system-shepherd-graph"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:43229 guix-git/doc/guix.texi:47487
+#: guix-git/doc/guix.texi:43258 guix-git/doc/guix.texi:47516
#, no-wrap
msgid "shepherd-graph"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:43234
+#: guix-git/doc/guix.texi:43263
msgid "Emit to standard output the @dfn{dependency graph} of shepherd services of the operating system defined in @var{file}. @xref{Shepherd Services}, for more information and for an example graph."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:43237 guix-git/doc/guix.texi:47494
+#: guix-git/doc/guix.texi:43266 guix-git/doc/guix.texi:47523
msgid "Again, the default output format is Dot/Graphviz, but you can pass @option{--graph-backend} to select a different one."
msgstr ""
#. type: section
-#: guix-git/doc/guix.texi:43241
+#: guix-git/doc/guix.texi:43270
#, fuzzy, no-wrap
#| msgid "Invoking @command{guix repl}"
msgid "Invoking @command{guix deploy}"
msgstr "Вызов @command{guix repl}"
#. type: command{#1}
-#: guix-git/doc/guix.texi:43243
+#: guix-git/doc/guix.texi:43272
#, fuzzy, no-wrap
#| msgid "Invoking guix deploy"
msgid "guix deploy"
msgstr "Запуск guix deploy"
#. type: Plain text
-#: guix-git/doc/guix.texi:43250
+#: guix-git/doc/guix.texi:43279
msgid "We've already seen @code{operating-system} declarations used to manage a machine's configuration locally. Suppose you need to configure multiple machines, though---perhaps you're managing a service on the web that's comprised of several servers. @command{guix deploy} enables you to use those same @code{operating-system} declarations to manage multiple remote hosts at once as a logical ``deployment''."
msgstr ""
#. type: quotation
-#: guix-git/doc/guix.texi:43255
+#: guix-git/doc/guix.texi:43284
msgid "The functionality described in this section is still under development and is subject to change. Get in touch with us on @email{guix-devel@@gnu.org}!"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:43259
+#: guix-git/doc/guix.texi:43288
#, no-wrap
msgid "guix deploy @var{file}\n"
msgstr "guix deploy @var{file}\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:43263
+#: guix-git/doc/guix.texi:43292
msgid "Such an invocation will deploy the machines that the code within @var{file} evaluates to. As an example, @var{file} might contain a definition like this:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:43270
+#: guix-git/doc/guix.texi:43299
#, no-wrap
msgid ""
";; This is a Guix deployment of a \"bare bones\" setup, with\n"
@@ -83963,7 +84018,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:43273
+#: guix-git/doc/guix.texi:43302
#, no-wrap
msgid ""
"(use-service-modules networking ssh)\n"
@@ -83972,7 +84027,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:43294
+#: guix-git/doc/guix.texi:43323
#, no-wrap
msgid ""
"(define %system\n"
@@ -83999,7 +84054,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:43304
+#: guix-git/doc/guix.texi:43333
#, no-wrap
msgid ""
"(list (machine\n"
@@ -84014,33 +84069,33 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:43317
+#: guix-git/doc/guix.texi:43346
msgid "The file should evaluate to a list of @var{machine} objects. This example, upon being deployed, will create a new generation on the remote system realizing the @code{operating-system} declaration @code{%system}. @code{environment} and @code{configuration} specify how the machine should be provisioned---that is, how the computing resources should be created and managed. The above example does not create any resources, as a @code{'managed-host} is a machine that is already running the Guix system and available over the network. This is a particularly simple case; a more complex deployment may involve, for example, starting virtual machines through a Virtual Private Server (VPS) provider. In such a case, a different @var{environment} type would be used."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:43322
+#: guix-git/doc/guix.texi:43351
msgid "Do note that you first need to generate a key pair on the coordinator machine to allow the daemon to export signed archives of files from the store (@pxref{Invoking guix archive}), though this step is automatic on Guix System:"
msgstr "Есть ещё одна вещь, которую нужно выполнить после размещения @file{machines.scm}. Выше описано, что при разгрузке файлы передаются вперёд и назад между складами на машинах. Для этого необходимо сгенерировать ключ-пару на кадой машине, чтобы позволить демону экспортировать подписанные архивы файлов из склада (@pxref{Invoking guix archive}):"
#. type: Plain text
-#: guix-git/doc/guix.texi:43330
+#: guix-git/doc/guix.texi:43359
msgid "Each target machine must authorize the key of the master machine so that it accepts store items it receives from the coordinator:"
msgstr "Каждая машина для сорки должна авторизовать ключ машины-инициатора, чтобы принимать элементы из склада, которые присылает инициатор:"
#. type: example
-#: guix-git/doc/guix.texi:43333
+#: guix-git/doc/guix.texi:43362
#, no-wrap
msgid "# guix archive --authorize < coordinator-public-key.txt\n"
msgstr "# guix archive --authorize < master-public-key.txt\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:43344
+#: guix-git/doc/guix.texi:43373
msgid "@code{user}, in this example, specifies the name of the user account to log in as to perform the deployment. Its default value is @code{root}, but root login over SSH may be forbidden in some cases. To work around this, @command{guix deploy} can log in as an unprivileged user and employ @code{sudo} to escalate privileges. This will only work if @code{sudo} is currently installed on the remote and can be invoked non-interactively as @code{user}. That is, the line in @code{sudoers} granting @code{user} the ability to use @code{sudo} must contain the @code{NOPASSWD} tag. This can be accomplished with the following operating system configuration snippet:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:43348
+#: guix-git/doc/guix.texi:43377
#, no-wrap
msgid ""
"(use-modules ...\n"
@@ -84049,7 +84104,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:43350
+#: guix-git/doc/guix.texi:43379
#, no-wrap
msgid ""
"(define %user \"username\")\n"
@@ -84057,7 +84112,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:43358
+#: guix-git/doc/guix.texi:43387
#, no-wrap
msgid ""
"(operating-system\n"
@@ -84071,285 +84126,285 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:43363
+#: guix-git/doc/guix.texi:43392
msgid "For more information regarding the format of the @file{sudoers} file, consult @command{man sudoers}."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:43368
+#: guix-git/doc/guix.texi:43397
msgid "Once you've deployed a system on a set of machines, you may find it useful to run a command on all of them. The @option{--execute} or @option{-x} option lets you do that; the example below runs @command{uname -a} on all the machines listed in the deployment file:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:43371
+#: guix-git/doc/guix.texi:43400
#, fuzzy, no-wrap
#| msgid "guix deploy @var{file}\n"
msgid "guix deploy @var{file} -x -- uname -a\n"
msgstr "guix deploy @var{file}\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:43375
+#: guix-git/doc/guix.texi:43404
msgid "One thing you may often need to do after deployment is restart specific services on all the machines, which you can do like so:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:43378
+#: guix-git/doc/guix.texi:43407
#, no-wrap
msgid "guix deploy @var{file} -x -- herd restart @var{service}\n"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:43382
+#: guix-git/doc/guix.texi:43411
msgid "The @command{guix deploy -x} command returns zero if and only if the command succeeded on all the machines."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:43387
+#: guix-git/doc/guix.texi:43416
msgid "Below are the data types you need to know about when writing a deployment file."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:43388
+#: guix-git/doc/guix.texi:43417
#, no-wrap
msgid "{Data Type} machine"
msgstr "{Тип данных} build-machine"
#. type: deftp
-#: guix-git/doc/guix.texi:43391
+#: guix-git/doc/guix.texi:43420
msgid "This is the data type representing a single machine in a heterogeneous Guix deployment."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:43395
+#: guix-git/doc/guix.texi:43424
msgid "The object of the operating system configuration to deploy."
msgstr "Управление конфигурацией операционной системы."
#. type: code{#1}
-#: guix-git/doc/guix.texi:43396
+#: guix-git/doc/guix.texi:43425
#, no-wrap
msgid "environment"
msgstr "guix environment"
#. type: table
-#: guix-git/doc/guix.texi:43398
+#: guix-git/doc/guix.texi:43427
msgid "An @code{environment-type} describing how the machine should be provisioned."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:43399
+#: guix-git/doc/guix.texi:43428
#, no-wrap
msgid "@code{configuration} (default: @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:43404
+#: guix-git/doc/guix.texi:43433
msgid "An object describing the configuration for the machine's @code{environment}. If the @code{environment} has a default configuration, @code{#f} may be used. If @code{#f} is used for an environment with no default configuration, however, an error will be thrown."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:43407
+#: guix-git/doc/guix.texi:43436
#, no-wrap
msgid "{Data Type} machine-ssh-configuration"
msgstr "{Тип данных} build-machine"
#. type: deftp
-#: guix-git/doc/guix.texi:43410
+#: guix-git/doc/guix.texi:43439
msgid "This is the data type representing the SSH client parameters for a machine with an @code{environment} of @code{managed-host-environment-type}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:43413
+#: guix-git/doc/guix.texi:43442
#, no-wrap
msgid "@code{build-locally?} (default: @code{#t})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:43415
+#: guix-git/doc/guix.texi:43444
msgid "If false, system derivations will be built on the machine being deployed to."
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:43415 guix-git/doc/guix.texi:47617
+#: guix-git/doc/guix.texi:43444 guix-git/doc/guix.texi:47646
#, no-wrap
msgid "system"
msgstr "system"
#. type: table
-#: guix-git/doc/guix.texi:43418
+#: guix-git/doc/guix.texi:43447
msgid "The system type describing the architecture of the machine being deployed to---e.g., @code{\"x86_64-linux\"}."
msgstr "Тип системы удалённой машины, то есть @code{x86_64-linux}."
#. type: item
-#: guix-git/doc/guix.texi:43418
+#: guix-git/doc/guix.texi:43447
#, no-wrap
msgid "@code{authorize?} (default: @code{#t})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:43421
+#: guix-git/doc/guix.texi:43450
msgid "If true, the coordinator's signing key will be added to the remote's ACL keyring."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:43423
+#: guix-git/doc/guix.texi:43452
#, no-wrap
msgid "@code{identity} (default: @code{#f})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:43426
+#: guix-git/doc/guix.texi:43455
msgid "If specified, the path to the SSH private key to use to authenticate with the remote host."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:43427
+#: guix-git/doc/guix.texi:43456
#, no-wrap
msgid "@code{host-key} (default: @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:43429
+#: guix-git/doc/guix.texi:43458
msgid "This should be the SSH host key of the machine, which looks like this:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:43432
+#: guix-git/doc/guix.texi:43461
#, no-wrap
msgid "ssh-ed25519 AAAAC3Nz@dots{} root@@example.org\n"
msgstr "ssh-ed25519 AAAAC3NzaC@dots{}mde+UhL hint@@example.org\n"
#. type: table
-#: guix-git/doc/guix.texi:43437
+#: guix-git/doc/guix.texi:43466
msgid "When @code{host-key} is @code{#f}, the server is authenticated against the @file{~/.ssh/known_hosts} file, just like the OpenSSH @command{ssh} client does."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:43438
+#: guix-git/doc/guix.texi:43467
#, no-wrap
msgid "@code{allow-downgrades?} (default: @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:43440
+#: guix-git/doc/guix.texi:43469
msgid "Whether to allow potential downgrades."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:43448
+#: guix-git/doc/guix.texi:43477
msgid "Like @command{guix system reconfigure}, @command{guix deploy} compares the channel commits currently deployed on the remote host (as returned by @command{guix system describe}) to those currently in use (as returned by @command{guix describe}) to determine whether commits currently in use are descendants of those deployed. When this is not the case and @code{allow-downgrades?} is false, it raises an error. This ensures you do not accidentally downgrade remote machines."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:43449
+#: guix-git/doc/guix.texi:43478
#, fuzzy, no-wrap
#| msgid "@code{ssl?} (default: @code{#t})"
msgid "@code{safety-checks?} (default: @code{#t})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:43455
+#: guix-git/doc/guix.texi:43484
msgid "Whether to perform ``safety checks'' before deployment. This includes verifying that devices and file systems referred to in the operating system configuration actually exist on the target machine, and making sure that Linux modules required to access storage devices at boot time are listed in the @code{initrd-modules} field of the operating system."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:43458
+#: guix-git/doc/guix.texi:43487
msgid "These safety checks ensure that you do not inadvertently deploy a system that would fail to boot. Be careful before turning them off!"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:43461
+#: guix-git/doc/guix.texi:43490
#, no-wrap
msgid "{Data Type} digital-ocean-configuration"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:43464
+#: guix-git/doc/guix.texi:43493
msgid "This is the data type describing the Droplet that should be created for a machine with an @code{environment} of @code{digital-ocean-environment-type}."
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:43466
+#: guix-git/doc/guix.texi:43495
#, no-wrap
msgid "ssh-key"
msgstr "host-key"
#. type: table
-#: guix-git/doc/guix.texi:43469
+#: guix-git/doc/guix.texi:43498
msgid "The path to the SSH private key to use to authenticate with the remote host. In the future, this field may not exist."
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:43469
+#: guix-git/doc/guix.texi:43498
#, no-wrap
msgid "tags"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:43472
+#: guix-git/doc/guix.texi:43501
msgid "A list of string ``tags'' that uniquely identify the machine. Must be given such that no two machines in the deployment have the same set of tags."
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:43472
+#: guix-git/doc/guix.texi:43501
#, no-wrap
msgid "region"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:43474
+#: guix-git/doc/guix.texi:43503
msgid "A Digital Ocean region slug, such as @code{\"nyc3\"}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:43476
+#: guix-git/doc/guix.texi:43505
msgid "A Digital Ocean size slug, such as @code{\"s-1vcpu-1gb\"}"
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:43476
+#: guix-git/doc/guix.texi:43505
#, no-wrap
msgid "enable-ipv6?"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:43478
+#: guix-git/doc/guix.texi:43507
msgid "Whether or not the droplet should be created with IPv6 networking."
msgstr ""
#. type: section
-#: guix-git/doc/guix.texi:43482
+#: guix-git/doc/guix.texi:43511
#, no-wrap
msgid "Running Guix in a Virtual Machine"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:43490
+#: guix-git/doc/guix.texi:43519
msgid "To run Guix in a virtual machine (VM), one can use the pre-built Guix VM image distributed at @url{@value{BASE-URL}/guix-system-vm-image-@value{VERSION}.x86_64-linux.qcow2}. This image is a compressed image in QCOW format. You can pass it to an emulator such as @uref{https://qemu.org/, QEMU} (see below for details)."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:43497
+#: guix-git/doc/guix.texi:43526
msgid "This image boots the Xfce graphical environment and it contains some commonly used tools. You can install more software in the image by running @command{guix package} in a terminal (@pxref{Invoking guix package}). You can also reconfigure the system based on its initial configuration file available as @file{/run/current-system/configuration.scm} (@pxref{Using the Configuration System})."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:43500
+#: guix-git/doc/guix.texi:43529
msgid "Instead of using this pre-built image, one can also build their own image using @command{guix system image} (@pxref{Invoking guix system})."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:43501
+#: guix-git/doc/guix.texi:43530
#, no-wrap
msgid "QEMU"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:43508
+#: guix-git/doc/guix.texi:43537
msgid "If you built your own image, you must copy it out of the store (@pxref{The Store}) and give yourself permission to write to the copy before you can use it. When invoking QEMU, you must choose a system emulator that is suitable for your hardware platform. Here is a minimal QEMU invocation that will boot the result of @command{guix system image -t qcow2} on x86_64 hardware:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:43515
+#: guix-git/doc/guix.texi:43544
#, fuzzy, no-wrap
#| msgid ""
#| "qemu-system-x86_64 -m 1024 -smp 1 -enable-kvm \\\n"
@@ -84369,137 +84424,137 @@ msgstr ""
" -drive media=cdrom,file=guix-system-install-@value{VERSION}.@var{system}.iso\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:43518
+#: guix-git/doc/guix.texi:43547
msgid "Here is what each of these options means:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:43520
+#: guix-git/doc/guix.texi:43549
#, no-wrap
msgid "qemu-system-x86_64"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:43523
+#: guix-git/doc/guix.texi:43552
msgid "This specifies the hardware platform to emulate. This should match the host."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:43524
+#: guix-git/doc/guix.texi:43553
#, no-wrap
msgid "-nic user,model=virtio-net-pci"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:43532
+#: guix-git/doc/guix.texi:43561
msgid "Enable the unprivileged user-mode network stack. The guest OS can access the host but not vice versa. This is the simplest way to get the guest OS online. @code{model} specifies which network device to emulate: @code{virtio-net-pci} is a special device made for virtualized operating systems and recommended for most uses. Assuming your hardware platform is x86_64, you can get a list of available NIC models by running @command{qemu-system-x86_64 -nic model=help}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:43533
+#: guix-git/doc/guix.texi:43562
#, no-wrap
msgid "-enable-kvm"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:43537
+#: guix-git/doc/guix.texi:43566
msgid "If your system has hardware virtualization extensions, enabling the virtual machine support (KVM) of the Linux kernel will make things run faster."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:43539
+#: guix-git/doc/guix.texi:43568
#, no-wrap
msgid "-m 2048"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:43542
+#: guix-git/doc/guix.texi:43571
msgid "RAM available to the guest OS, in mebibytes. Defaults to 128@tie{}MiB, which may be insufficient for some operations."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:43543
+#: guix-git/doc/guix.texi:43572
#, no-wrap
msgid "-device virtio-blk,drive=myhd"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:43548
+#: guix-git/doc/guix.texi:43577
msgid "Create a @code{virtio-blk} drive called ``myhd''. @code{virtio-blk} is a ``paravirtualization'' mechanism for block devices that allows QEMU to achieve better performance than if it were emulating a complete disk drive. See the QEMU and KVM documentation for more info."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:43549
+#: guix-git/doc/guix.texi:43578
#, no-wrap
msgid "-drive if=none,file=/tmp/qemu-image,id=myhd"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:43553
+#: guix-git/doc/guix.texi:43582
msgid "Use our QCOW image, the @file{guix-system-vm-image-@value{VERSION}.x86_64-linux.qcow2} file, as the backing store of the ``myhd'' drive."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:43563
+#: guix-git/doc/guix.texi:43592
msgid "The default @command{run-vm.sh} script that is returned by an invocation of @command{guix system vm} does not add a @command{-nic user} flag by default. To get network access from within the vm add the @code{(dhcp-client-service)} to your system definition and start the VM using @command{$(guix system vm config.scm) -nic user}. An important caveat of using @command{-nic user} for networking is that @command{ping} will not work, because it uses the ICMP protocol. You'll have to use a different command to check for network connectivity, for example @command{guix download}."
msgstr ""
#. type: subsection
-#: guix-git/doc/guix.texi:43564
+#: guix-git/doc/guix.texi:43593
#, no-wrap
msgid "Connecting Through SSH"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:43572
+#: guix-git/doc/guix.texi:43601
msgid "To enable SSH inside a VM you need to add an SSH server like @code{openssh-service-type} to your VM (@pxref{Networking Services, @code{openssh-service-type}}). In addition you need to forward the SSH port, 22 by default, to the host. You can do this with"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:43575
+#: guix-git/doc/guix.texi:43604
#, no-wrap
msgid "$(guix system vm config.scm) -nic user,model=virtio-net-pci,hostfwd=tcp::10022-:22\n"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:43578
+#: guix-git/doc/guix.texi:43607
msgid "To connect to the VM you can run"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:43581
+#: guix-git/doc/guix.texi:43610
#, no-wrap
msgid "ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -p 10022 localhost\n"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:43588
+#: guix-git/doc/guix.texi:43617
msgid "The @command{-p} tells @command{ssh} the port you want to connect to. @command{-o UserKnownHostsFile=/dev/null} prevents @command{ssh} from complaining every time you modify your @command{config.scm} file and the @command{-o StrictHostKeyChecking=no} prevents you from having to allow a connection to an unknown host every time you connect."
msgstr ""
#. type: quotation
-#: guix-git/doc/guix.texi:43594
+#: guix-git/doc/guix.texi:43623
msgid "If you find the above @samp{hostfwd} example not to be working (e.g., your SSH client hangs attempting to connect to the mapped port of your VM), make sure that your Guix System VM has networking support, such as by using the @code{dhcp-client-service-type} service type."
msgstr ""
#. type: subsection
-#: guix-git/doc/guix.texi:43596
+#: guix-git/doc/guix.texi:43625
#, no-wrap
msgid "Using @command{virt-viewer} with Spice"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:43602
+#: guix-git/doc/guix.texi:43631
msgid "As an alternative to the default @command{qemu} graphical client you can use the @command{remote-viewer} from the @command{virt-viewer} package. To connect pass the @command{-spice port=5930,disable-ticketing} flag to @command{qemu}. See previous section for further information on how to do this."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:43605
+#: guix-git/doc/guix.texi:43634
msgid "Spice also allows you to do some nice stuff like share your clipboard with your VM@. To enable that you'll also have to pass the following flags to @command{qemu}:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:43611
+#: guix-git/doc/guix.texi:43640
#, fuzzy, no-wrap
#| msgid ""
#| "-device virtio-serial-pci,id=virtio-serial0,max_ports=16,bus=pci.0,addr=0x5\n"
@@ -84518,81 +84573,81 @@ msgstr ""
"name=com.redhat.spice.0\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:43615
+#: guix-git/doc/guix.texi:43644
msgid "You'll also need to add the @code{(spice-vdagent-service)} to your system definition (@pxref{Miscellaneous Services, Spice service})."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:43622
+#: guix-git/doc/guix.texi:43651
msgid "The previous sections show the available services and how one can combine them in an @code{operating-system} declaration. But how do we define them in the first place? And what is a service anyway?"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:43635
+#: guix-git/doc/guix.texi:43664
#, no-wrap
msgid "daemons"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:43648
+#: guix-git/doc/guix.texi:43677
msgid "Here we define a @dfn{service} as, broadly, something that extends the functionality of the operating system. Often a service is a process---a @dfn{daemon}---started when the system boots: a secure shell server, a Web server, the Guix build daemon, etc. Sometimes a service is a daemon whose execution can be triggered by another daemon---e.g., an FTP server started by @command{inetd} or a D-Bus service activated by @command{dbus-daemon}. Occasionally, a service does not map to a daemon. For instance, the ``account'' service collects user accounts and makes sure they exist when the system runs; the ``udev'' service collects device management rules and makes them available to the eudev daemon; the @file{/etc} service populates the @file{/etc} directory of the system."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:43649
+#: guix-git/doc/guix.texi:43678
#, no-wrap
msgid "service extensions"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:43661
+#: guix-git/doc/guix.texi:43690
msgid "Guix system services are connected by @dfn{extensions}. For instance, the secure shell service @emph{extends} the Shepherd---the initialization system, running as PID@tie{}1---by giving it the command lines to start and stop the secure shell daemon (@pxref{Networking Services, @code{openssh-service-type}}); the UPower service extends the D-Bus service by passing it its @file{.service} specification, and extends the udev service by passing it device management rules (@pxref{Desktop Services, @code{upower-service}}); the Guix daemon service extends the Shepherd by passing it the command lines to start and stop the daemon, and extends the account service by passing it a list of required build user accounts (@pxref{Base Services})."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:43665
+#: guix-git/doc/guix.texi:43694
msgid "All in all, services and their ``extends'' relations form a directed acyclic graph (DAG). If we represent services as boxes and extensions as arrows, a typical system might provide something like this:"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:43667
+#: guix-git/doc/guix.texi:43696
msgid "@image{images/service-graph,,5in,Typical service extension graph.}"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:43668
+#: guix-git/doc/guix.texi:43697
#, no-wrap
msgid "system service"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:43676
+#: guix-git/doc/guix.texi:43705
msgid "At the bottom, we see the @dfn{system service}, which produces the directory containing everything to run and boot the system, as returned by the @command{guix system build} command. @xref{Service Reference}, to learn about the other service types shown here. @xref{system-extension-graph, the @command{guix system extension-graph} command}, for information on how to generate this representation for a particular operating system definition."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:43677
+#: guix-git/doc/guix.texi:43706
#, no-wrap
msgid "service types"
msgstr "service types"
#. type: Plain text
-#: guix-git/doc/guix.texi:43683
+#: guix-git/doc/guix.texi:43712
msgid "Technically, developers can define @dfn{service types} to express these relations. There can be any number of services of a given type on the system---for instance, a system running two instances of the GNU secure shell server (lsh) has two instances of @code{lsh-service-type}, with different parameters."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:43686
+#: guix-git/doc/guix.texi:43715
msgid "The following section describes the programming interface for service types and services."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:43693
+#: guix-git/doc/guix.texi:43722
msgid "A @dfn{service type} is a node in the DAG described above. Let us start with a simple example, the service type for the Guix build daemon (@pxref{Invoking guix-daemon}):"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:43703
+#: guix-git/doc/guix.texi:43732
#, no-wrap
msgid ""
"(define guix-service-type\n"
@@ -84614,75 +84669,75 @@ msgstr ""
" (default-value (guix-configuration))))\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:43707
+#: guix-git/doc/guix.texi:43736
msgid "It defines three things:"
msgstr ""
#. type: enumerate
-#: guix-git/doc/guix.texi:43711
+#: guix-git/doc/guix.texi:43740
msgid "A name, whose sole purpose is to make inspection and debugging easier."
msgstr ""
#. type: enumerate
-#: guix-git/doc/guix.texi:43716
+#: guix-git/doc/guix.texi:43745
msgid "A list of @dfn{service extensions}, where each extension designates the target service type and a procedure that, given the parameters of the service, returns a list of objects to extend the service of that type."
msgstr ""
#. type: enumerate
-#: guix-git/doc/guix.texi:43719
+#: guix-git/doc/guix.texi:43748
msgid "Every service type has at least one service extension. The only exception is the @dfn{boot service type}, which is the ultimate service."
msgstr ""
#. type: enumerate
-#: guix-git/doc/guix.texi:43722
+#: guix-git/doc/guix.texi:43751
msgid "Optionally, a default value for instances of this type."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:43725
+#: guix-git/doc/guix.texi:43754
msgid "In this example, @code{guix-service-type} extends three services:"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:43727 guix-git/doc/guix.texi:44379
+#: guix-git/doc/guix.texi:43756 guix-git/doc/guix.texi:44408
#, no-wrap
msgid "shepherd-root-service-type"
msgstr "shepherd-root-service-type"
#. type: table
-#: guix-git/doc/guix.texi:43732
+#: guix-git/doc/guix.texi:43761
msgid "The @code{guix-shepherd-service} procedure defines how the Shepherd service is extended. Namely, it returns a @code{<shepherd-service>} object that defines how @command{guix-daemon} is started and stopped (@pxref{Shepherd Services})."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:43733
+#: guix-git/doc/guix.texi:43762
#, no-wrap
msgid "account-service-type"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:43738
+#: guix-git/doc/guix.texi:43767
msgid "This extension for this service is computed by @code{guix-accounts}, which returns a list of @code{user-group} and @code{user-account} objects representing the build user accounts (@pxref{Invoking guix-daemon})."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:43739
+#: guix-git/doc/guix.texi:43768
#, no-wrap
msgid "activation-service-type"
msgstr "activation-service-type"
#. type: table
-#: guix-git/doc/guix.texi:43743
+#: guix-git/doc/guix.texi:43772
msgid "Here @code{guix-activation} is a procedure that returns a gexp, which is a code snippet to run at ``activation time''---e.g., when the service is booted."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:43746
+#: guix-git/doc/guix.texi:43775
msgid "A service of this type is instantiated like this:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:43752
+#: guix-git/doc/guix.texi:43781
#, no-wrap
msgid ""
"(service guix-service-type\n"
@@ -84696,28 +84751,28 @@ msgstr ""
" (use-substitutes? #f)))\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:43760
+#: guix-git/doc/guix.texi:43789
msgid "The second argument to the @code{service} form is a value representing the parameters of this specific service instance. @xref{guix-configuration-type, @code{guix-configuration}}, for information about the @code{guix-configuration} data type. When the value is omitted, the default value specified by @code{guix-service-type} is used:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:43763
+#: guix-git/doc/guix.texi:43792
#, no-wrap
msgid "(service guix-service-type)\n"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:43767
+#: guix-git/doc/guix.texi:43796
msgid "@code{guix-service-type} is quite simple because it extends other services but is not extensible itself."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:43771
+#: guix-git/doc/guix.texi:43800
msgid "The service type for an @emph{extensible} service looks like this:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:43778
+#: guix-git/doc/guix.texi:43807
#, no-wrap
msgid ""
"(define udev-service-type\n"
@@ -84735,7 +84790,7 @@ msgstr ""
"\n"
#. type: lisp
-#: guix-git/doc/guix.texi:43785
+#: guix-git/doc/guix.texi:43814
#, no-wrap
msgid ""
" (compose concatenate) ;concatenate the list of rules\n"
@@ -84747,97 +84802,97 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:43791
+#: guix-git/doc/guix.texi:43820
msgid "This is the service type for the @uref{https://github.com/eudev-project/eudev, eudev device management daemon}. Compared to the previous example, in addition to an extension of @code{shepherd-root-service-type}, we see two new fields:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:43793
+#: guix-git/doc/guix.texi:43822
#, no-wrap
msgid "compose"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:43796
+#: guix-git/doc/guix.texi:43825
msgid "This is the procedure to @dfn{compose} the list of extensions to services of this type."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:43799
+#: guix-git/doc/guix.texi:43828
msgid "Services can extend the udev service by passing it lists of rules; we compose those extensions simply by concatenating them."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:43800
+#: guix-git/doc/guix.texi:43829
#, no-wrap
msgid "extend"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:43803
+#: guix-git/doc/guix.texi:43832
msgid "This procedure defines how the value of the service is @dfn{extended} with the composition of the extensions."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:43808
+#: guix-git/doc/guix.texi:43837
msgid "Udev extensions are composed into a list of rules, but the udev service value is itself a @code{<udev-configuration>} record. So here, we extend that record by appending the list of rules it contains to the list of contributed rules."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:43814
+#: guix-git/doc/guix.texi:43843
msgid "This is a string giving an overview of the service type. The string can contain Texinfo markup (@pxref{Overview,,, texinfo, GNU Texinfo}). The @command{guix system search} command searches these strings and displays them (@pxref{Invoking guix system})."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:43819
+#: guix-git/doc/guix.texi:43848
msgid "There can be only one instance of an extensible service type such as @code{udev-service-type}. If there were more, the @code{service-extension} specifications would be ambiguous."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:43822
+#: guix-git/doc/guix.texi:43851
msgid "Still here? The next section provides a reference of the programming interface for services."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:43830
+#: guix-git/doc/guix.texi:43859
msgid "We have seen an overview of service types (@pxref{Service Types and Services}). This section provides a reference on how to manipulate services and service types. This interface is provided by the @code{(gnu services)} module."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:43831
+#: guix-git/doc/guix.texi:43860
#, fuzzy, no-wrap
#| msgid "{Scheme Procedure} service @var{type} [@var{value}]"
msgid "{Procedure} service type [value]"
msgstr "{Scheme Procedure} service @var{type} [@var{value}]"
#. type: deffn
-#: guix-git/doc/guix.texi:43835
+#: guix-git/doc/guix.texi:43864
msgid "Return a new service of @var{type}, a @code{<service-type>} object (see below). @var{value} can be any object; it represents the parameters of this particular service instance."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:43839
+#: guix-git/doc/guix.texi:43868
msgid "When @var{value} is omitted, the default value specified by @var{type} is used; if @var{type} does not specify a default value, an error is raised."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:43841
+#: guix-git/doc/guix.texi:43870
msgid "For instance, this:"
msgstr "Например:"
#. type: lisp
-#: guix-git/doc/guix.texi:43844
+#: guix-git/doc/guix.texi:43873
#, no-wrap
msgid "(service openssh-service-type)\n"
msgstr "(service openssh-service-type)\n"
#. type: deffn
-#: guix-git/doc/guix.texi:43848
+#: guix-git/doc/guix.texi:43877
msgid "is equivalent to this:"
msgstr "равнозачно этому:"
#. type: lisp
-#: guix-git/doc/guix.texi:43852
+#: guix-git/doc/guix.texi:43881
#, no-wrap
msgid ""
"(service openssh-service-type\n"
@@ -84847,53 +84902,53 @@ msgstr ""
" (openssh-configuration))\n"
#. type: deffn
-#: guix-git/doc/guix.texi:43856
+#: guix-git/doc/guix.texi:43885
msgid "In both cases the result is an instance of @code{openssh-service-type} with the default configuration."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:43858
+#: guix-git/doc/guix.texi:43887
#, fuzzy, no-wrap
#| msgid "service types"
msgid "{Procedure} service? obj"
msgstr "service types"
#. type: deffn
-#: guix-git/doc/guix.texi:43860
+#: guix-git/doc/guix.texi:43889
msgid "Return true if @var{obj} is a service."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:43862
+#: guix-git/doc/guix.texi:43891
#, fuzzy, no-wrap
#| msgid "Service Types and Services"
msgid "{Procedure} service-kind service"
msgstr "Типы сервисов и сервисы"
#. type: deffn
-#: guix-git/doc/guix.texi:43864
+#: guix-git/doc/guix.texi:43893
msgid "Return the type of @var{service}---i.e., a @code{<service-type>} object."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:43866
+#: guix-git/doc/guix.texi:43895
#, fuzzy, no-wrap
#| msgid "Radicale Service"
msgid "{Procedure} service-value service"
msgstr "Почтовые сервисы"
#. type: deffn
-#: guix-git/doc/guix.texi:43869
+#: guix-git/doc/guix.texi:43898
msgid "Return the value associated with @var{service}. It represents its parameters."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:43872
+#: guix-git/doc/guix.texi:43901
msgid "Here is an example of how a service is created and manipulated:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:43881
+#: guix-git/doc/guix.texi:43910
#, no-wrap
msgid ""
"(define s\n"
@@ -84907,7 +84962,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:43884
+#: guix-git/doc/guix.texi:43913
#, no-wrap
msgid ""
"(service? s)\n"
@@ -84916,7 +84971,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:43887
+#: guix-git/doc/guix.texi:43916
#, no-wrap
msgid ""
"(eq? (service-kind s) nginx-service-type)\n"
@@ -84924,216 +84979,216 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:43897
+#: guix-git/doc/guix.texi:43926
msgid "The @code{modify-services} form provides a handy way to change the parameters of some of the services of a list such as @code{%base-services} (@pxref{Base Services, @code{%base-services}}). It evaluates to a list of services. Of course, you could always use standard list combinators such as @code{map} and @code{fold} to do that (@pxref{SRFI-1, List Library,, guile, GNU Guile Reference Manual}); @code{modify-services} simply provides a more concise form for this common pattern."
msgstr ""
#. type: defspec
-#: guix-git/doc/guix.texi:43898
+#: guix-git/doc/guix.texi:43927
#, fuzzy, no-wrap
#| msgid "{Scheme Procedure} fold-services @var{services} @"
msgid "modify-services services @"
msgstr "{Scheme Procedure} fold-services @var{services} @"
#. type: defspec
-#: guix-git/doc/guix.texi:43900
+#: guix-git/doc/guix.texi:43929
msgid "(type variable => body) @dots{}"
msgstr ""
#. type: defspec
-#: guix-git/doc/guix.texi:43903
+#: guix-git/doc/guix.texi:43932
msgid "Modify the services listed in @var{services} according to the given clauses. Each clause has the form:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:43906
+#: guix-git/doc/guix.texi:43935
#, no-wrap
msgid "(@var{type} @var{variable} => @var{body})\n"
msgstr ""
#. type: defspec
-#: guix-git/doc/guix.texi:43913
+#: guix-git/doc/guix.texi:43942
msgid "where @var{type} is a service type---e.g., @code{guix-service-type}---and @var{variable} is an identifier that is bound within the @var{body} to the service parameters---e.g., a @code{guix-configuration} instance---of the original service of that @var{type}."
msgstr ""
#. type: defspec
-#: guix-git/doc/guix.texi:43920
+#: guix-git/doc/guix.texi:43949
msgid "The @var{body} should evaluate to the new service parameters, which will be used to configure the new service. This new service will replace the original in the resulting list. Because a service's service parameters are created using @code{define-record-type*}, you can write a succinct @var{body} that evaluates to the new service parameters by using the @code{inherit} feature that @code{define-record-type*} provides."
msgstr ""
#. type: defspec
-#: guix-git/doc/guix.texi:43922
+#: guix-git/doc/guix.texi:43951
#, fuzzy
#| msgid "Packages are currently available on the following platforms:"
msgid "Clauses can also have the following form:"
msgstr "Пакеты в данные момент доступны для следующих платформ:"
#. type: lisp
-#: guix-git/doc/guix.texi:43925
+#: guix-git/doc/guix.texi:43954
#, fuzzy, no-wrap
#| msgid "(service @var{type})\n"
msgid "(delete @var{type})\n"
msgstr "(service @var{type})\n"
#. type: defspec
-#: guix-git/doc/guix.texi:43929
+#: guix-git/doc/guix.texi:43958
msgid "Such a clause removes all services of the given @var{type} from @var{services}."
msgstr ""
#. type: defspec
-#: guix-git/doc/guix.texi:43931
+#: guix-git/doc/guix.texi:43960
msgid "@xref{Using the Configuration System}, for example usage."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:43938
+#: guix-git/doc/guix.texi:43967
msgid "Next comes the programming interface for service types. This is something you want to know when writing new service definitions, but not necessarily when simply looking for ways to customize your @code{operating-system} declaration."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:43939
+#: guix-git/doc/guix.texi:43968
#, no-wrap
msgid "{Data Type} service-type"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:43940
+#: guix-git/doc/guix.texi:43969
#, no-wrap
msgid "service type"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:43943
+#: guix-git/doc/guix.texi:43972
msgid "This is the representation of a @dfn{service type} (@pxref{Service Types and Services})."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:43947
+#: guix-git/doc/guix.texi:43976
msgid "This is a symbol, used only to simplify inspection and debugging."
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:43948
+#: guix-git/doc/guix.texi:43977
#, no-wrap
msgid "extensions"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:43950
+#: guix-git/doc/guix.texi:43979
msgid "A non-empty list of @code{<service-extension>} objects (see below)."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:43951
+#: guix-git/doc/guix.texi:43980
#, no-wrap
msgid "@code{compose} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:43955
+#: guix-git/doc/guix.texi:43984
msgid "If this is @code{#f}, then the service type denotes services that cannot be extended---i.e., services that do not receive ``values'' from other services."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:43959
+#: guix-git/doc/guix.texi:43988
msgid "Otherwise, it must be a one-argument procedure. The procedure is called by @code{fold-services} and is passed a list of values collected from extensions. It may return any single value."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:43960
+#: guix-git/doc/guix.texi:43989
#, no-wrap
msgid "@code{extend} (default: @code{#f})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:43962
+#: guix-git/doc/guix.texi:43991
msgid "If this is @code{#f}, services of this type cannot be extended."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:43968
+#: guix-git/doc/guix.texi:43997
msgid "Otherwise, it must be a two-argument procedure: @code{fold-services} calls it, passing it the initial value of the service as the first argument and the result of applying @code{compose} to the extension values as the second argument. It must return a value that is a valid parameter value for the service instance."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:43974
+#: guix-git/doc/guix.texi:44003
msgid "This is a string, possibly using Texinfo markup, describing in a couple of sentences what the service is about. This string allows users to find about the service through @command{guix system search} (@pxref{Invoking guix system})."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:43975
+#: guix-git/doc/guix.texi:44004
#, no-wrap
msgid "@code{default-value} (default: @code{&no-default-value})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:43978
+#: guix-git/doc/guix.texi:44007
msgid "The default value associated for instances of this service type. This allows users to use the @code{service} form without its second argument:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:43981
+#: guix-git/doc/guix.texi:44010
#, no-wrap
msgid "(service @var{type})\n"
msgstr "(service @var{type})\n"
#. type: table
-#: guix-git/doc/guix.texi:43985
+#: guix-git/doc/guix.texi:44014
msgid "The returned service in this case has the default value specified by @var{type}."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:43988
+#: guix-git/doc/guix.texi:44017
msgid "@xref{Service Types and Services}, for examples."
msgstr "@xref{Service Types and Services}, for examples."
#. type: deffn
-#: guix-git/doc/guix.texi:43990
+#: guix-git/doc/guix.texi:44019
#, no-wrap
msgid "{Procedure} service-extension target-type compute"
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:43995
+#: guix-git/doc/guix.texi:44024
msgid "Return a new extension for services of type @var{target-type}. @var{compute} must be a one-argument procedure: @code{fold-services} calls it, passing it the value associated with the service that provides the extension; it must return a valid value for the target service."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:43997
+#: guix-git/doc/guix.texi:44026
#, fuzzy, no-wrap
#| msgid "{Scheme Procedure} laminar-service-type"
msgid "{Procedure} service-extension? obj"
msgstr "{Процедура Scheme} sane-service-type"
#. type: deffn
-#: guix-git/doc/guix.texi:43999
+#: guix-git/doc/guix.texi:44028
msgid "Return true if @var{obj} is a service extension."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:44005
+#: guix-git/doc/guix.texi:44034
msgid "Occasionally, you might want to simply extend an existing service. This involves creating a new service type and specifying the extension of interest, which can be verbose; the @code{simple-service} procedure provides a shorthand for this."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:44006
+#: guix-git/doc/guix.texi:44035
#, fuzzy, no-wrap
#| msgid "{Scheme Procedure} service @var{type} [@var{value}]"
msgid "{Procedure} simple-service name target value"
msgstr "{Scheme Procedure} service @var{type} [@var{value}]"
#. type: deffn
-#: guix-git/doc/guix.texi:44010
+#: guix-git/doc/guix.texi:44039
msgid "Return a service that extends @var{target} with @var{value}. This works by creating a singleton service type @var{name}, of which the returned service is an instance."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:44013
+#: guix-git/doc/guix.texi:44042
msgid "For example, this extends mcron (@pxref{Scheduled Job Execution}) with an additional job:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:44017
+#: guix-git/doc/guix.texi:44046
#, no-wrap
msgid ""
"(simple-service 'my-mcron-job mcron-service-type\n"
@@ -85143,185 +85198,185 @@ msgstr ""
" #~(job '(next-hour (3)) \"guix gc -F 2G\"))\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:44027
+#: guix-git/doc/guix.texi:44056
msgid "At the core of the service abstraction lies the @code{fold-services} procedure, which is responsible for ``compiling'' a list of services down to a single directory that contains everything needed to boot and run the system---the directory shown by the @command{guix system build} command (@pxref{Invoking guix system}). In essence, it propagates service extensions down the service graph, updating each node parameters on the way, until it reaches the root node."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:44028
+#: guix-git/doc/guix.texi:44057
#, no-wrap
msgid "{Procedure} fold-services services [#:target-type system-service-type]"
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:44031
+#: guix-git/doc/guix.texi:44060
msgid "Fold @var{services} by propagating their extensions down to the root of type @var{target-type}; return the root service adjusted accordingly."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:44035
+#: guix-git/doc/guix.texi:44064
msgid "Lastly, the @code{(gnu services)} module also defines several essential service types, some of which are listed below."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:44036
+#: guix-git/doc/guix.texi:44065
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "system-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:44039
+#: guix-git/doc/guix.texi:44068
msgid "This is the root of the service graph. It produces the system directory as returned by the @command{guix system build} command."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:44041
+#: guix-git/doc/guix.texi:44070
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "boot-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:44044
+#: guix-git/doc/guix.texi:44073
msgid "The type of the ``boot service'', which produces the @dfn{boot script}. The boot script is what the initial RAM disk runs when booting."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:44046
+#: guix-git/doc/guix.texi:44075
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "etc-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:44050
+#: guix-git/doc/guix.texi:44079
msgid "The type of the @file{/etc} service. This service is used to create files under @file{/etc} and can be extended by passing it name/file tuples such as:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:44053
+#: guix-git/doc/guix.texi:44082
#, no-wrap
msgid "(list `(\"issue\" ,(plain-file \"issue\" \"Welcome!\\n\")))\n"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:44057
+#: guix-git/doc/guix.texi:44086
msgid "In this example, the effect would be to add an @file{/etc/issue} file pointing to the given file."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:44059
+#: guix-git/doc/guix.texi:44088
#, no-wrap
msgid "privileged-program-service-type"
msgstr "privileged-program-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:44063
+#: guix-git/doc/guix.texi:44092
msgid "Type for the ``privileged-program service''. This service collects lists of executable file names, passed as gexps, and adds them to the set of privileged programs on the system (@pxref{Privileged Programs})."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:44065
+#: guix-git/doc/guix.texi:44094
#, fuzzy, no-wrap
#| msgid "provenance-service-type"
msgid "profile-service-type"
msgstr "provenance-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:44069
+#: guix-git/doc/guix.texi:44098
msgid "Type of the service that populates the @dfn{system profile}---i.e., the programs under @file{/run/current-system/profile}. Other services can extend it by passing it lists of packages to add to the system profile."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:44073
+#: guix-git/doc/guix.texi:44102
#, no-wrap
msgid "provenance-service-type"
msgstr "provenance-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:44077
+#: guix-git/doc/guix.texi:44106
msgid "This is the type of the service that records @dfn{provenance meta-data} in the system itself. It creates several files under @file{/run/current-system}:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:44079
+#: guix-git/doc/guix.texi:44108
#, no-wrap
msgid "channels.scm"
msgstr "каналы"
#. type: table
-#: guix-git/doc/guix.texi:44084
+#: guix-git/doc/guix.texi:44113
msgid "This is a ``channel file'' that can be passed to @command{guix pull -C} or @command{guix time-machine -C}, and which describes the channels used to build the system, if that information was available (@pxref{Channels})."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:44085
+#: guix-git/doc/guix.texi:44114
#, no-wrap
msgid "configuration.scm"
msgstr "Конфигурирование системы"
#. type: table
-#: guix-git/doc/guix.texi:44090
+#: guix-git/doc/guix.texi:44119
msgid "This is the file that was passed as the value for this @code{provenance-service-type} service. By default, @command{guix system reconfigure} automatically passes the OS configuration file it received on the command line."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:44091
+#: guix-git/doc/guix.texi:44120
#, no-wrap
msgid "provenance"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:44094
+#: guix-git/doc/guix.texi:44123
msgid "This contains the same information as the two other files but in a format that is more readily processable."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:44098
+#: guix-git/doc/guix.texi:44127
msgid "In general, these two pieces of information (channels and configuration file) are enough to reproduce the operating system ``from source''."
msgstr ""
#. type: quotation
-#: guix-git/doc/guix.texi:44099
+#: guix-git/doc/guix.texi:44128
#, no-wrap
msgid "Caveats"
msgstr ""
#. type: quotation
-#: guix-git/doc/guix.texi:44106
+#: guix-git/doc/guix.texi:44135
msgid "This information is necessary to rebuild your operating system, but it is not always sufficient. In particular, @file{configuration.scm} itself is insufficient if it is not self-contained---if it refers to external Guile modules or to extra files. If you want @file{configuration.scm} to be self-contained, we recommend that modules or files it refers to be part of a channel."
msgstr ""
#. type: quotation
-#: guix-git/doc/guix.texi:44114
+#: guix-git/doc/guix.texi:44143
msgid "Besides, provenance meta-data is ``silent'' in the sense that it does not change the bits contained in your system, @emph{except for the meta-data bits themselves}. Two different OS configurations or sets of channels can lead to the same system, bit-for-bit; when @code{provenance-service-type} is used, these two systems will have different meta-data and thus different store file names, which makes comparison less trivial."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:44119
+#: guix-git/doc/guix.texi:44148
msgid "This service is automatically added to your operating system configuration when you use @command{guix system reconfigure}, @command{guix system init}, or @command{guix deploy}."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:44121
+#: guix-git/doc/guix.texi:44150
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} linux-loadable-module-service-type"
msgid "linux-loadable-module-service-type"
msgstr "{Процедура Scheme} sane-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:44125
+#: guix-git/doc/guix.texi:44154
msgid "Type of the service that collects lists of packages containing kernel-loadable modules, and adds them to the set of kernel-loadable modules."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:44128
+#: guix-git/doc/guix.texi:44157
msgid "This service type is intended to be extended by other service types, such as below:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:44134
+#: guix-git/doc/guix.texi:44163
#, no-wrap
msgid ""
"(simple-service 'installing-module\n"
@@ -85331,204 +85386,204 @@ msgid ""
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:44138
+#: guix-git/doc/guix.texi:44167
msgid "This does not actually load modules at bootup, only adds it to the kernel profile so that it @emph{can} be loaded by other means."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:44143
+#: guix-git/doc/guix.texi:44172
#, no-wrap
msgid "shepherd services"
msgstr "сервисы shepherd"
#. type: cindex
-#: guix-git/doc/guix.texi:44144
+#: guix-git/doc/guix.texi:44173
#, no-wrap
msgid "PID 1"
msgstr "PID 1"
#. type: cindex
-#: guix-git/doc/guix.texi:44145
+#: guix-git/doc/guix.texi:44174
#, no-wrap
msgid "init system"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:44151
+#: guix-git/doc/guix.texi:44180
msgid "The @code{(gnu services shepherd)} module provides a way to define services managed by the GNU@tie{}Shepherd, which is the initialization system---the first process that is started when the system boots, also known as PID@tie{}1 (@pxref{Introduction,,, shepherd, The GNU Shepherd Manual})."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:44157
+#: guix-git/doc/guix.texi:44186
msgid "Services in the Shepherd can depend on each other. For instance, the SSH daemon may need to be started after the syslog daemon has been started, which in turn can only happen once all the file systems have been mounted. The simple operating system defined earlier (@pxref{Using the Configuration System}) results in a service graph like this:"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:44159
+#: guix-git/doc/guix.texi:44188
msgid "@image{images/shepherd-graph,,5in,Typical shepherd service graph.}"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:44163
+#: guix-git/doc/guix.texi:44192
msgid "You can actually generate such a graph for any operating system definition using the @command{guix system shepherd-graph} command (@pxref{system-shepherd-graph, @command{guix system shepherd-graph}})."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:44167
+#: guix-git/doc/guix.texi:44196
msgid "The @code{%shepherd-root-service} is a service object representing PID@tie{}1, of type @code{shepherd-root-service-type}; it can be extended by passing it lists of @code{<shepherd-service>} objects."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:44168
+#: guix-git/doc/guix.texi:44197
#, no-wrap
msgid "{Data Type} shepherd-service"
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:44170
+#: guix-git/doc/guix.texi:44199
msgid "The data type representing a service managed by the Shepherd."
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:44172
+#: guix-git/doc/guix.texi:44201
#, no-wrap
msgid "provision"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:44174
+#: guix-git/doc/guix.texi:44203
msgid "This is a list of symbols denoting what the service provides."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:44179
+#: guix-git/doc/guix.texi:44208
msgid "These are the names that may be passed to @command{herd start}, @command{herd status}, and similar commands (@pxref{Invoking herd,,, shepherd, The GNU Shepherd Manual}). @xref{Defining Services,,, shepherd, The GNU Shepherd Manual}, for details."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:44180
+#: guix-git/doc/guix.texi:44209
#, no-wrap
msgid "@code{requirement} (default: @code{'()})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:44182
+#: guix-git/doc/guix.texi:44211
msgid "List of symbols denoting the Shepherd services this one depends on."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:44183
+#: guix-git/doc/guix.texi:44212
#, no-wrap
msgid "one-shot services, for the Shepherd"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:44188
+#: guix-git/doc/guix.texi:44217
msgid "Whether this service is @dfn{one-shot}. One-shot services stop immediately after their @code{start} action has completed. @xref{Slots of services,,, shepherd, The GNU Shepherd Manual}, for more info."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:44189
+#: guix-git/doc/guix.texi:44218
#, no-wrap
msgid "@code{respawn?} (default: @code{#t})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:44192
+#: guix-git/doc/guix.texi:44221
msgid "Whether to restart the service when it stops, for instance when the underlying process dies."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:44193
+#: guix-git/doc/guix.texi:44222
#, fuzzy, no-wrap
#| msgid "@code{memory-limit} (default @code{0})"
msgid "@code{respawn-limit} (default: @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:44197
+#: guix-git/doc/guix.texi:44226
msgid "Set a limit on how many times and how frequently a service may be restarted by Shepherd before it is disabled. @xref{Defining Services,,, shepherd, The GNU Shepherd Manual}, for details."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:44198
+#: guix-git/doc/guix.texi:44227
#, fuzzy, no-wrap
#| msgid "@code{port} (default: @code{22})"
msgid "@code{respawn-delay} (default: @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:44201
+#: guix-git/doc/guix.texi:44230
msgid "When true, this is the delay in seconds before restarting a failed service."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:44202
+#: guix-git/doc/guix.texi:44231
#, fuzzy, no-wrap
#| msgid "@code{auto-start?} (default: @code{#t})"
msgid "@code{start} (default: @code{#~(const #t)})"
msgstr "@code{auto-start?} (default: @code{#t})"
#. type: itemx
-#: guix-git/doc/guix.texi:44203
+#: guix-git/doc/guix.texi:44232
#, no-wrap
msgid "@code{stop} (default: @code{#~(const #f)})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:44209
+#: guix-git/doc/guix.texi:44238
msgid "The @code{start} and @code{stop} fields refer to the Shepherd's facilities to start and stop processes (@pxref{Service De- and Constructors,,, shepherd, The GNU Shepherd Manual}). They are given as G-expressions that get expanded in the Shepherd configuration file (@pxref{G-Expressions})."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:44210
+#: guix-git/doc/guix.texi:44239
#, no-wrap
msgid "@code{actions} (default: @code{'()})"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:44211
+#: guix-git/doc/guix.texi:44240
#, no-wrap
msgid "actions, of Shepherd services"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:44216
+#: guix-git/doc/guix.texi:44245
msgid "This is a list of @code{shepherd-action} objects (see below) defining @dfn{actions} supported by the service, in addition to the standard @code{start} and @code{stop} actions. Actions listed here become available as @command{herd} sub-commands:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:44219
+#: guix-git/doc/guix.texi:44248
#, no-wrap
msgid "herd @var{action} @var{service} [@var{arguments}@dots{}]\n"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:44221
+#: guix-git/doc/guix.texi:44250
#, fuzzy, no-wrap
#| msgid "@code{record?} (default: @code{#f})"
msgid "@code{free-form} (default: @code{#f})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:44227
+#: guix-git/doc/guix.texi:44256
msgid "When set, this field replaces the @code{start}, @code{stop}, and @code{actions} fields. It is meant to be used when the service definition comes from some other source, typically the service collection provided by the Shepherd proper (@pxref{Service Collection,,, shepherd, The GNU Shepherd Manual})."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:44228
+#: guix-git/doc/guix.texi:44257
#, fuzzy, no-wrap
#| msgid "shepherd services"
msgid "REPL service, for shepherd"
msgstr "сервисы shepherd"
#. type: table
-#: guix-git/doc/guix.texi:44232
+#: guix-git/doc/guix.texi:44261
msgid "For example, the snippet below defines a service for the Shepherd's built-in @acronym{REPL, read-eval-print loop} service (@pxref{REPL Service,,, shepherd, The GNU Shepherd Manual}):"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:44238
+#: guix-git/doc/guix.texi:44267
#, no-wrap
msgid ""
"(shepherd-service\n"
@@ -85538,49 +85593,49 @@ msgid ""
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:44244
+#: guix-git/doc/guix.texi:44273
msgid "In this case, the service object is returned by the @code{repl-service} procedure of the Shepherd, so all the @code{free-form} G-expression does is call that procedure. Note that the @code{provision} field must be consistent with the actual service provision."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:44245
+#: guix-git/doc/guix.texi:44274
#, no-wrap
msgid "@code{auto-start?} (default: @code{#t})"
msgstr "@code{auto-start?} (default: @code{#t})"
#. type: table
-#: guix-git/doc/guix.texi:44248
+#: guix-git/doc/guix.texi:44277
msgid "Whether this service should be started automatically by the Shepherd. If it is @code{#f} the service has to be started manually with @code{herd start}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:44251
+#: guix-git/doc/guix.texi:44280
msgid "A documentation string, as shown when running:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:44254
+#: guix-git/doc/guix.texi:44283
#, no-wrap
msgid "herd doc @var{service-name}\n"
msgstr "herd doc @var{service-name}\n"
#. type: table
-#: guix-git/doc/guix.texi:44258
+#: guix-git/doc/guix.texi:44287
msgid "where @var{service-name} is one of the symbols in @code{provision} (@pxref{Invoking herd,,, shepherd, The GNU Shepherd Manual})."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:44262
+#: guix-git/doc/guix.texi:44291
msgid "This is the list of modules that must be in scope when @code{start} and @code{stop} are evaluated."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:44270
+#: guix-git/doc/guix.texi:44299
msgid "The example below defines a Shepherd service that spawns @command{syslogd}, the system logger from the GNU Networking Utilities (@pxref{syslogd invocation, @command{syslogd},, inetutils, GNU Inetutils}):"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:44282
+#: guix-git/doc/guix.texi:44311
#, no-wrap
msgid ""
"(let ((config (plain-file \"syslogd.conf\" \"@dots{}\")))\n"
@@ -85596,55 +85651,55 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:44297
+#: guix-git/doc/guix.texi:44326
msgid "Key elements in this example are the @code{start} and @code{stop} fields: they are @dfn{staged} code snippets that use the @code{make-forkexec-constructor} procedure provided by the Shepherd and its dual, @code{make-kill-destructor} (@pxref{Service De- and Constructors,,, shepherd, The GNU Shepherd Manual}). The @code{start} field will have @command{shepherd} spawn @command{syslogd} with the given option; note that we pass @code{config} after @option{--rcfile}, which is a configuration file declared above (contents of this file are omitted). Likewise, the @code{stop} field tells how this service is to be stopped; in this case, it is stopped by making the @code{kill} system call on its PID@. Code staging is achieved using G-expressions: @code{#~} stages code, while @code{#$} ``escapes'' back to host code (@pxref{G-Expressions})."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:44298
+#: guix-git/doc/guix.texi:44327
#, no-wrap
msgid "{Data Type} shepherd-action"
msgstr "{Data Type} shepherd-action"
#. type: deftp
-#: guix-git/doc/guix.texi:44301
+#: guix-git/doc/guix.texi:44330
msgid "This is the data type that defines additional actions implemented by a Shepherd service (see above)."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:44305
+#: guix-git/doc/guix.texi:44334
msgid "Symbol naming the action."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:44308
+#: guix-git/doc/guix.texi:44337
msgid "This is a documentation string for the action. It can be viewed by running:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:44311
+#: guix-git/doc/guix.texi:44340
#, no-wrap
msgid "herd doc @var{service} action @var{action}\n"
msgstr "herd doc @var{service} action @var{action}\n"
#. type: item
-#: guix-git/doc/guix.texi:44313
+#: guix-git/doc/guix.texi:44342
#, no-wrap
msgid "procedure"
msgstr "процедура"
#. type: table
-#: guix-git/doc/guix.texi:44317
+#: guix-git/doc/guix.texi:44346
msgid "This should be a gexp that evaluates to a procedure of at least one argument, which is the ``running value'' of the service (@pxref{Slots of services,,, shepherd, The GNU Shepherd Manual})."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:44321
+#: guix-git/doc/guix.texi:44350
msgid "The following example defines an action called @code{say-hello} that kindly greets the user:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:44330
+#: guix-git/doc/guix.texi:44359
#, no-wrap
msgid ""
"(shepherd-action\n"
@@ -85657,12 +85712,12 @@ msgid ""
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:44333
+#: guix-git/doc/guix.texi:44362
msgid "Assuming this action is added to the @code{example} service, then you can do:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:44339
+#: guix-git/doc/guix.texi:44368
#, no-wrap
msgid ""
"# herd say-hello example\n"
@@ -85672,36 +85727,36 @@ msgid ""
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:44344
+#: guix-git/doc/guix.texi:44373
msgid "This, as you can see, is a fairly sophisticated way to say hello. @xref{Defining Services,,, shepherd, The GNU Shepherd Manual}, for more info on actions."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:44346
+#: guix-git/doc/guix.texi:44375
#, fuzzy, no-wrap
#| msgid "configuration file for channels"
msgid "configuration file, of Shepherd services"
msgstr "конфигурационный файл для каналов"
#. type: deffn
-#: guix-git/doc/guix.texi:44347
+#: guix-git/doc/guix.texi:44376
#, fuzzy, no-wrap
#| msgid "{Scheme Procedure} nginx-php-location @"
msgid "{Procedure} shepherd-configuration-action"
msgstr "{Процедура Scheme} inferior-package-location @var{package}"
#. type: deffn
-#: guix-git/doc/guix.texi:44350
+#: guix-git/doc/guix.texi:44379
msgid "Return a @code{configuration} action to display @var{file}, which should be the name of the service's configuration file."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:44354
+#: guix-git/doc/guix.texi:44383
msgid "It can be useful to equip services with that action. For example, the service for the Tor anonymous router (@pxref{Networking Services, @code{tor-service-type}}) is defined roughly like this:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:44360
+#: guix-git/doc/guix.texi:44389
#, no-wrap
msgid ""
"(let ((torrc (plain-file \"torrc\" @dots{})))\n"
@@ -85712,7 +85767,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:44367
+#: guix-git/doc/guix.texi:44396
#, no-wrap
msgid ""
" (start #~(make-forkexec-constructor\n"
@@ -85724,72 +85779,72 @@ msgid ""
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:44371
+#: guix-git/doc/guix.texi:44400
msgid "Thanks to this action, administrators can inspect the configuration file passed to @command{tor} with this shell command:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:44374
+#: guix-git/doc/guix.texi:44403
#, fuzzy, no-wrap
#| msgid "configuration"
msgid "cat $(herd configuration tor)\n"
msgstr "Конфигурирование системы"
#. type: deffn
-#: guix-git/doc/guix.texi:44377
+#: guix-git/doc/guix.texi:44406
msgid "This can come in as a handy debugging tool!"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:44381
+#: guix-git/doc/guix.texi:44410
msgid "The service type for the Shepherd ``root service''---i.e., PID@tie{}1."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:44386
+#: guix-git/doc/guix.texi:44415
msgid "This is the service type that extensions target when they want to create shepherd services (@pxref{Service Types and Services}, for an example). Each extension must pass a list of @code{<shepherd-service>}. Its value must be a @code{shepherd-configuration}, as described below."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:44388
+#: guix-git/doc/guix.texi:44417
#, no-wrap
msgid "{Data Type} shepherd-configuration"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:44390 guix-git/doc/guix.texi:46009
+#: guix-git/doc/guix.texi:44419 guix-git/doc/guix.texi:46038
msgid "This data type represents the Shepherd's configuration."
msgstr "Управление конфигурацией операционной системы."
#. type: item
-#: guix-git/doc/guix.texi:44392 guix-git/doc/guix.texi:46011
+#: guix-git/doc/guix.texi:44421 guix-git/doc/guix.texi:46040
#, no-wrap
msgid "shepherd (default: @code{shepherd})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:44394 guix-git/doc/guix.texi:46013
+#: guix-git/doc/guix.texi:44423 guix-git/doc/guix.texi:46042
msgid "The Shepherd package to use."
msgstr "Используемый пакет Hurd."
#. type: item
-#: guix-git/doc/guix.texi:44395 guix-git/doc/guix.texi:46017
+#: guix-git/doc/guix.texi:44424 guix-git/doc/guix.texi:46046
#, no-wrap
msgid "services (default: @code{'()})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:44399 guix-git/doc/guix.texi:46021
+#: guix-git/doc/guix.texi:44428 guix-git/doc/guix.texi:46050
msgid "A list of @code{<shepherd-service>} to start. You should probably use the service extension mechanism instead (@pxref{Shepherd Services})."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:44404
+#: guix-git/doc/guix.texi:44433
msgid "The following example specifies the Shepherd package for the operating system:"
msgstr "Следующий пример порождает новую оболочку, установленную для разработки GNU@tie{}Guile:"
#. type: lisp
-#: guix-git/doc/guix.texi:44419
+#: guix-git/doc/guix.texi:44448
#, no-wrap
msgid ""
"(operating-system\n"
@@ -85808,55 +85863,55 @@ msgid ""
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:44421
+#: guix-git/doc/guix.texi:44450
#, fuzzy, no-wrap
#| msgid "shepherd-root-service-type"
msgid "%shepherd-root-service"
msgstr "shepherd-root-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:44423
+#: guix-git/doc/guix.texi:44452
msgid "This service represents PID@tie{}1."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:44427
+#: guix-git/doc/guix.texi:44456
#, fuzzy, no-wrap
#| msgid "configuration"
msgid "complex configurations"
msgstr "Конфигурирование системы"
#. type: Plain text
-#: guix-git/doc/guix.texi:44432
+#: guix-git/doc/guix.texi:44461
msgid "Some programs might have rather complex configuration files or formats, and to make it easier to create Scheme bindings for these configuration files, you can use the utilities defined in the @code{(gnu services configuration)} module."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:44439
+#: guix-git/doc/guix.texi:44468
msgid "The main utility is the @code{define-configuration} macro, a helper used to define a Scheme record type (@pxref{Record Overview,,, guile, GNU Guile Reference Manual}). The fields from this Scheme record can be serialized using @dfn{serializers}, which are procedures that take some kind of Scheme value and translates them into another Scheme value or @ref{G-Expressions}."
msgstr ""
#. type: defmac
-#: guix-git/doc/guix.texi:44440
+#: guix-git/doc/guix.texi:44469
#, fuzzy, no-wrap
#| msgid "{Scheme Syntax} modify-phases @var{phases} @var{clause}@dots{}"
msgid "define-configuration name clause1 clause2 @dots{}"
msgstr "{Scheme Syntax} let-system @var{system} @var{body}@dots{}"
#. type: defmac
-#: guix-git/doc/guix.texi:44443
+#: guix-git/doc/guix.texi:44472
msgid "Create a record type named @code{@var{name}} that contains the fields found in the clauses."
msgstr ""
#. type: defmac
-#: guix-git/doc/guix.texi:44445
+#: guix-git/doc/guix.texi:44474
#, fuzzy
#| msgid "Packages are currently available on the following platforms:"
msgid "A clause has the following form:"
msgstr "Пакеты в данные момент доступны для следующих платформ:"
#. type: example
-#: guix-git/doc/guix.texi:44452
+#: guix-git/doc/guix.texi:44481
#, no-wrap
msgid ""
"(@var{field-name}\n"
@@ -85867,67 +85922,67 @@ msgid ""
msgstr ""
#. type: defmac
-#: guix-git/doc/guix.texi:44456
+#: guix-git/doc/guix.texi:44485
msgid "@var{field-name} is an identifier that denotes the name of the field in the generated record."
msgstr ""
#. type: defmac
-#: guix-git/doc/guix.texi:44459
+#: guix-git/doc/guix.texi:44488
msgid "@var{type-decl} is either @code{@var{type}} for fields that require a value to be set or @code{(@var{type} @var{default-value})} otherwise."
msgstr ""
#. type: defmac
-#: guix-git/doc/guix.texi:44467
+#: guix-git/doc/guix.texi:44496
msgid "@var{type} is the type of the value corresponding to @var{field-name}; since Guile is untyped, a predicate procedure---@code{@var{type}?}---will be called on the value corresponding to the field to ensure that the value is of the correct type. This means that if say, @var{type} is @code{package}, then a procedure named @code{package?} will be applied on the value to make sure that it is indeed a @code{<package>} object."
msgstr ""
#. type: defmac
-#: guix-git/doc/guix.texi:44471
+#: guix-git/doc/guix.texi:44500
msgid "@var{default-value} is the default value corresponding to the field; if none is specified, the user is forced to provide a value when creating an object of the record type."
msgstr ""
#. type: defmac
-#: guix-git/doc/guix.texi:44476
+#: guix-git/doc/guix.texi:44505
msgid "@var{documentation} is a string formatted with Texinfo syntax which should provide a description of what setting this field does."
msgstr ""
#. type: defmac
-#: guix-git/doc/guix.texi:44478
+#: guix-git/doc/guix.texi:44507
#, fuzzy
#| msgid "The @var{options} can be among the following:"
msgid "@var{option*} is one of the following subclauses:"
msgstr "Опции @var{options} могут быть следующими:"
#. type: code{#1}
-#: guix-git/doc/guix.texi:44480
+#: guix-git/doc/guix.texi:44509
#, no-wrap
msgid "empty-serializer"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:44482
+#: guix-git/doc/guix.texi:44511
msgid "Exclude this field from serialization."
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:44483
+#: guix-git/doc/guix.texi:44512
#, fuzzy, no-wrap
#| msgid "--type=@var{type}"
msgid "(serializer @var{serializer})"
msgstr "--type=@var{type}"
#. type: table
-#: guix-git/doc/guix.texi:44490
+#: guix-git/doc/guix.texi:44519
msgid "@var{serializer} is the name of a procedure which takes two arguments, the first is the name of the field, and the second is the value corresponding to the field. The procedure should return a string or @ref{G-Expressions} that represents the content that will be serialized to the configuration file. If none is specified, a procedure of the name @code{serialize-@var{type}} will be used."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:44492
+#: guix-git/doc/guix.texi:44521
msgid "An example of a simple serializer procedure:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:44496
+#: guix-git/doc/guix.texi:44525
#, no-wrap
msgid ""
"(define (serialize-boolean field-name value)\n"
@@ -85936,23 +85991,23 @@ msgid ""
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:44498
+#: guix-git/doc/guix.texi:44527
#, no-wrap
msgid "(sanitizer @var{sanitizer})"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:44503
+#: guix-git/doc/guix.texi:44532
msgid "@var{sanitizer} is a procedure which takes one argument, a user-supplied value, and returns a ``sanitized'' value for the field. If no sanitizer is specified, a default sanitizer is used, which raises an error if the value is not of type @var{type}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:44506
+#: guix-git/doc/guix.texi:44535
msgid "An example of a sanitizer for a field that accepts both strings and symbols looks like this:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:44511
+#: guix-git/doc/guix.texi:44540
#, no-wrap
msgid ""
"(define (sanitize-foo value)\n"
@@ -85962,12 +86017,12 @@ msgid ""
msgstr ""
#. type: defmac
-#: guix-git/doc/guix.texi:44523
+#: guix-git/doc/guix.texi:44552
msgid "In some cases multiple different configuration records might be defined in the same file, but their serializers for the same type might have to be different, because they have different configuration formats. For example, the @code{serialize-boolean} procedure for the Getmail service would have to be different from the one for the Transmission service. To make it easier to deal with this situation, one can specify a serializer prefix by using the @code{prefix} literal in the @code{define-configuration} form. This means that one doesn't have to manually specify a custom @var{serializer} for every field."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:44527
+#: guix-git/doc/guix.texi:44556
#, no-wrap
msgid ""
"(define (foo-serialize-string field-name value)\n"
@@ -85976,7 +86031,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:44530
+#: guix-git/doc/guix.texi:44559
#, fuzzy, no-wrap
#| msgid "{Scheme Procedure} service @var{type} [@var{value}]"
msgid ""
@@ -85986,7 +86041,7 @@ msgid ""
msgstr "{Scheme Procedure} service @var{type} [@var{value}]"
#. type: lisp
-#: guix-git/doc/guix.texi:44536
+#: guix-git/doc/guix.texi:44565
#, no-wrap
msgid ""
"(define-configuration foo-configuration\n"
@@ -85998,7 +86053,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:44542
+#: guix-git/doc/guix.texi:44571
#, no-wrap
msgid ""
"(define-configuration bar-configuration\n"
@@ -86009,12 +86064,12 @@ msgid ""
msgstr ""
#. type: defmac
-#: guix-git/doc/guix.texi:44548
+#: guix-git/doc/guix.texi:44577
msgid "However, in some cases you might not want to serialize any of the values of the record, to do this, you can use the @code{no-serialization} literal. There is also the @code{define-configuration/no-serialization} macro which is a shorthand of this."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:44556
+#: guix-git/doc/guix.texi:44585
#, no-wrap
msgid ""
";; Nothing will be serialized to disk.\n"
@@ -86027,7 +86082,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:44562
+#: guix-git/doc/guix.texi:44591
#, no-wrap
msgid ""
";; The same thing as above.\n"
@@ -86038,24 +86093,24 @@ msgid ""
msgstr ""
#. type: defmac
-#: guix-git/doc/guix.texi:44565
+#: guix-git/doc/guix.texi:44594
#, fuzzy, no-wrap
#| msgid "define-record-type*"
msgid "define-maybe type"
msgstr "define-record-type*"
#. type: defmac
-#: guix-git/doc/guix.texi:44570
+#: guix-git/doc/guix.texi:44599
msgid "Sometimes a field should not be serialized if the user doesn’t specify a value. To achieve this, you can use the @code{define-maybe} macro to define a ``maybe type''; if the value of a maybe type is left unset, or is set to the @code{%unset-value} value, then it will not be serialized."
msgstr ""
#. type: defmac
-#: guix-git/doc/guix.texi:44577
+#: guix-git/doc/guix.texi:44606
msgid "When defining a ``maybe type'', the corresponding serializer for the regular type will be used by default. For example, a field of type @code{maybe-string} will be serialized using the @code{serialize-string} procedure by default, you can of course change this by specifying a custom serializer procedure. Likewise, the type of the value would have to be a string, or left unspecified."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:44580
+#: guix-git/doc/guix.texi:44609
#, no-wrap
msgid ""
"(define-maybe string)\n"
@@ -86063,7 +86118,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:44583
+#: guix-git/doc/guix.texi:44612
#, no-wrap
msgid ""
"(define (serialize-string field-name value)\n"
@@ -86072,7 +86127,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:44590
+#: guix-git/doc/guix.texi:44619
#, no-wrap
msgid ""
"(define-configuration baz-configuration\n"
@@ -86084,12 +86139,12 @@ msgid ""
msgstr ""
#. type: defmac
-#: guix-git/doc/guix.texi:44594
+#: guix-git/doc/guix.texi:44623
msgid "Like with @code{define-configuration}, one can set a prefix for the serializer name by using the @code{prefix} literal."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:44598
+#: guix-git/doc/guix.texi:44627
#, no-wrap
msgid ""
"(define-maybe integer\n"
@@ -86098,7 +86153,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:44601
+#: guix-git/doc/guix.texi:44630
#, no-wrap
msgid ""
"(define (baz-serialize-integer field-name value)\n"
@@ -86106,12 +86161,12 @@ msgid ""
msgstr ""
#. type: defmac
-#: guix-git/doc/guix.texi:44608
+#: guix-git/doc/guix.texi:44637
msgid "There is also the @code{no-serialization} literal, which when set means that no serializer will be defined for the ``maybe type'', regardless of whether its value is set or not. @code{define-maybe/no-serialization} is a shorthand for specifying the @code{no-serialization} literal."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:44611
+#: guix-git/doc/guix.texi:44640
#, no-wrap
msgid ""
"(define-maybe/no-serialization symbol)\n"
@@ -86119,7 +86174,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:44616
+#: guix-git/doc/guix.texi:44645
#, no-wrap
msgid ""
"(define-configuration/no-serialization test-configuration\n"
@@ -86129,58 +86184,58 @@ msgid ""
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:44619
+#: guix-git/doc/guix.texi:44648
#, fuzzy, no-wrap
#| msgid "{Scheme Procedure} ar-file? @var{file}"
msgid "{Procedure} maybe-value-set? value"
msgstr "{Scheme Procedure} file-union @var{name} @var{files}"
#. type: deffn
-#: guix-git/doc/guix.texi:44622
+#: guix-git/doc/guix.texi:44651
msgid "Predicate to check whether a user explicitly specified the value of a maybe field."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:44624
+#: guix-git/doc/guix.texi:44653
#, fuzzy, no-wrap
#| msgid "{Scheme Procedure} lookup-inferior-packages @var{inferior} @var{name} @"
msgid "{Procedure} serialize-configuration configuration fields"
msgstr "{Процедура Scheme} lookup-inferior-packages @var{inferior} @var{name} @"
#. type: deffn
-#: guix-git/doc/guix.texi:44629
+#: guix-git/doc/guix.texi:44658
msgid "Return a G-expression that contains the values corresponding to the @var{fields} of @var{configuration}, a record that has been generated by @code{define-configuration}. The G-expression can then be serialized to disk by using something like @code{mixed-text-file}."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:44634
+#: guix-git/doc/guix.texi:44663
msgid "Once you have defined a configuration record, you will most likely also want to document it so that other people know to use it. To help with that, there are two procedures, both of which are documented below."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:44635
+#: guix-git/doc/guix.texi:44664
#, fuzzy, no-wrap
#| msgid "documentation-manual and documentation-cookbook"
msgid "{Procedure} generate-documentation documentation documentation-name"
msgstr "documentation-manual and documentation-cookbook"
#. type: deffn
-#: guix-git/doc/guix.texi:44641
+#: guix-git/doc/guix.texi:44670
msgid "Generate a Texinfo fragment from the docstrings in @var{documentation}, a list of @code{(@var{label} @var{fields} @var{sub-documentation} ...)}. @var{label} should be a symbol and should be the name of the configuration record. @var{fields} should be a list of all the fields available for the configuration record."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:44646
+#: guix-git/doc/guix.texi:44675
msgid "@var{sub-documentation} is a @code{(@var{field-name} @var{configuration-name})} tuple. @var{field-name} is the name of the field which takes another configuration record as its value, and @var{configuration-name} is the name of that configuration record."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:44653
+#: guix-git/doc/guix.texi:44682
msgid "@var{sub-documentation} is only needed if there are nested configuration records. For example, the @code{getmail-configuration} record (@pxref{Mail Services}) accepts a @code{getmail-configuration-file} record in one of its @code{rcfile} field, therefore documentation for @code{getmail-configuration-file} is nested in @code{getmail-configuration}."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:44660
+#: guix-git/doc/guix.texi:44689
#, no-wrap
msgid ""
"(generate-documentation\n"
@@ -86191,34 +86246,34 @@ msgid ""
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:44664
+#: guix-git/doc/guix.texi:44693
msgid "@var{documentation-name} should be a symbol and should be the name of the configuration record."
msgstr ""
#. type: deffn
-#: guix-git/doc/guix.texi:44667
+#: guix-git/doc/guix.texi:44696
#, fuzzy, no-wrap
#| msgid "{Scheme Procedure} nginx-php-location @"
msgid "{Procedure} configuration->documentation configuration-symbol"
msgstr "{Процедура Scheme} inferior-package-location @var{package}"
#. type: deffn
-#: guix-git/doc/guix.texi:44673
+#: guix-git/doc/guix.texi:44702
msgid "Take @var{configuration-symbol}, the symbol corresponding to the name used when defining a configuration record with @code{define-configuration}, and print the Texinfo documentation of its fields. This is useful if there aren’t any nested configuration records since it only prints the documentation for the top-level fields."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:44681
+#: guix-git/doc/guix.texi:44710
msgid "As of right now, there is no automated way to generate documentation for configuration records and put them in the manual. Instead, every time you make a change to the docstrings of a configuration record, you have to manually call @code{generate-documentation} or @code{configuration->documentation}, and paste the output into the @file{doc/guix.texi} file."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:44685
+#: guix-git/doc/guix.texi:44714
msgid "Below is an example of a record type created using @code{define-configuration} and friends."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:44692
+#: guix-git/doc/guix.texi:44721
#, fuzzy, no-wrap
#| msgid ""
#| "(use-modules (gnu services)\n"
@@ -86241,7 +86296,7 @@ msgstr ""
"\n"
#. type: lisp
-#: guix-git/doc/guix.texi:44700
+#: guix-git/doc/guix.texi:44729
#, no-wrap
msgid ""
";; Turn field names, which are Scheme symbols into strings\n"
@@ -86255,7 +86310,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:44703
+#: guix-git/doc/guix.texi:44732
#, no-wrap
msgid ""
"(define (serialize-string field-name value)\n"
@@ -86264,7 +86319,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:44706
+#: guix-git/doc/guix.texi:44735
#, no-wrap
msgid ""
"(define (serialize-integer field-name value)\n"
@@ -86273,7 +86328,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:44709
+#: guix-git/doc/guix.texi:44738
#, no-wrap
msgid ""
"(define (serialize-boolean field-name value)\n"
@@ -86282,7 +86337,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:44712
+#: guix-git/doc/guix.texi:44741
#, no-wrap
msgid ""
"(define (serialize-contact-name field-name value)\n"
@@ -86291,7 +86346,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:44715
+#: guix-git/doc/guix.texi:44744
#, no-wrap
msgid ""
"(define (list-of-contact-configurations? lst)\n"
@@ -86300,7 +86355,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:44720
+#: guix-git/doc/guix.texi:44749
#, no-wrap
msgid ""
"(define (serialize-list-of-contact-configurations field-name value)\n"
@@ -86311,7 +86366,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:44727
+#: guix-git/doc/guix.texi:44756
#, no-wrap
msgid ""
"(define (serialize-contacts-list-configuration configuration)\n"
@@ -86324,7 +86379,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:44730
+#: guix-git/doc/guix.texi:44759
#, no-wrap
msgid ""
"(define-maybe integer)\n"
@@ -86333,7 +86388,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:44745
+#: guix-git/doc/guix.texi:44774
#, no-wrap
msgid ""
"(define-configuration contact-configuration\n"
@@ -86354,7 +86409,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:44757
+#: guix-git/doc/guix.texi:44786
#, no-wrap
msgid ""
"(define-configuration contacts-list-configuration\n"
@@ -86371,12 +86426,12 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:44760
+#: guix-git/doc/guix.texi:44789
msgid "A contacts list configuration could then be created like this:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:44776
+#: guix-git/doc/guix.texi:44805
#, no-wrap
msgid ""
"(define my-contacts\n"
@@ -86396,12 +86451,12 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:44780
+#: guix-git/doc/guix.texi:44809
msgid "After serializing the configuration to disk, the resulting file would look like this:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:44785
+#: guix-git/doc/guix.texi:44814
#, no-wrap
msgid ""
"[owner]\n"
@@ -86411,7 +86466,7 @@ msgid ""
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:44790
+#: guix-git/doc/guix.texi:44819
#, no-wrap
msgid ""
"[Bob]\n"
@@ -86422,7 +86477,7 @@ msgid ""
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:44794
+#: guix-git/doc/guix.texi:44823
#, no-wrap
msgid ""
"[Charlie]\n"
@@ -86431,76 +86486,76 @@ msgid ""
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:44798
+#: guix-git/doc/guix.texi:44827
#, fuzzy, no-wrap
#| msgid "Invoking guix system"
msgid "troubleshooting, Guix System"
msgstr "Вызов guix system"
#. type: cindex
-#: guix-git/doc/guix.texi:44799
+#: guix-git/doc/guix.texi:44828
#, no-wrap
msgid "guix system troubleshooting"
msgstr "guix system troubleshooting"
#. type: Plain text
-#: guix-git/doc/guix.texi:44811
+#: guix-git/doc/guix.texi:44840
msgid "Guix System allows rebooting into a previous generation should the last one be malfunctioning, which makes it quite robust against being broken irreversibly. This feature depends on GRUB being correctly functioning though, which means that if for whatever reasons your GRUB installation becomes corrupted during a system reconfiguration, you may not be able to easily boot into a previous generation. A technique that can be used in this case is to @i{chroot} into your broken system and reconfigure it from there. Such technique is explained below."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:44812
+#: guix-git/doc/guix.texi:44841
#, fuzzy, no-wrap
#| msgid "Invoking guix system"
msgid "chroot, guix system"
msgstr "Вызов guix system"
#. type: cindex
-#: guix-git/doc/guix.texi:44813
+#: guix-git/doc/guix.texi:44842
#, fuzzy, no-wrap
#| msgid "Invoking guix system"
msgid "chrooting, guix system"
msgstr "Вызов guix system"
#. type: cindex
-#: guix-git/doc/guix.texi:44814
+#: guix-git/doc/guix.texi:44843
#, no-wrap
msgid "repairing GRUB, via chroot"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:44827
+#: guix-git/doc/guix.texi:44856
msgid "This section details how to @i{chroot} to an already installed Guix System with the aim of reconfiguring it, for example to fix a broken GRUB installation. The process is similar to how it would be done on other GNU/Linux systems, but there are some Guix System particularities such as the daemon and profiles that make it worthy of explaining here."
msgstr ""
#. type: enumerate
-#: guix-git/doc/guix.texi:44836
+#: guix-git/doc/guix.texi:44865
msgid "Obtain a bootable image of Guix System. It is recommended the latest development snapshot so the kernel and the tools used are at least as as new as those of your installed system; it can be retrieved from the @url{https://ci.guix.gnu.org/search/latest/ISO-9660?query=spec:images+status:success+system:x86_64-linux+image.iso, https://ci.guix.gnu.org} URL. Follow the @pxref{USB Stick and DVD Installation} section for copying it to a bootable media."
msgstr ""
#. type: enumerate
-#: guix-git/doc/guix.texi:44845
+#: guix-git/doc/guix.texi:44874
msgid "Boot the image, and proceed with the graphical text-based installer until your network is configured. Alternatively, you could configure the network manually by following the @ref{manual-installation-networking} section. If you get the error @samp{RTNETLINK answers: Operation not possible due to RF-kill}, try @samp{rfkill list} followed by @samp{rfkill unblock 0}, where @samp{0} is your device identifier (ID)."
msgstr ""
#. type: enumerate
-#: guix-git/doc/guix.texi:44851
+#: guix-git/doc/guix.texi:44880
msgid "Switch to a virtual console (tty) if you haven't already by pressing simultaneously the @kbd{Control + Alt + F4} keys. Mount your file system at @file{/mnt}. Assuming your root partition is @file{/dev/sda2}, you would do:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:44854
+#: guix-git/doc/guix.texi:44883
#, no-wrap
msgid "mount /dev/sda2 /mnt\n"
msgstr ""
#. type: enumerate
-#: guix-git/doc/guix.texi:44858
+#: guix-git/doc/guix.texi:44887
msgid "Mount special block devices and Linux-specific directories:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:44863
+#: guix-git/doc/guix.texi:44892
#, no-wrap
msgid ""
"mount --rbind /proc /mnt/proc\n"
@@ -86509,34 +86564,34 @@ msgid ""
msgstr ""
#. type: enumerate
-#: guix-git/doc/guix.texi:44867
+#: guix-git/doc/guix.texi:44896
msgid "If your system is EFI-based, you must also mount the ESP partition. Assuming it is @file{/dev/sda1}, you can do so with:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:44870
+#: guix-git/doc/guix.texi:44899
#, no-wrap
msgid "mount /dev/sda1 /mnt/boot/efi\n"
msgstr ""
#. type: enumerate
-#: guix-git/doc/guix.texi:44874
+#: guix-git/doc/guix.texi:44903
msgid "Enter your system via chroot:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:44877
+#: guix-git/doc/guix.texi:44906
#, no-wrap
msgid "chroot /mnt /bin/sh\n"
msgstr ""
#. type: enumerate
-#: guix-git/doc/guix.texi:44883
+#: guix-git/doc/guix.texi:44912
msgid "Source the system profile as well as your @var{user} profile to setup the environment, where @var{user} is the user name used for the Guix System you are attempting to repair:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:44887
+#: guix-git/doc/guix.texi:44916
#, no-wrap
msgid ""
"source /var/guix/profiles/system/profile/etc/profile\n"
@@ -86544,234 +86599,234 @@ msgid ""
msgstr ""
#. type: enumerate
-#: guix-git/doc/guix.texi:44891
+#: guix-git/doc/guix.texi:44920
msgid "To ensure you are working with the Guix revision you normally would as your normal user, also source your current Guix profile:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:44894
+#: guix-git/doc/guix.texi:44923
#, no-wrap
msgid "source /home/@var{user}/.config/guix/current/etc/profile\n"
msgstr ""
#. type: enumerate
-#: guix-git/doc/guix.texi:44898
+#: guix-git/doc/guix.texi:44927
msgid "Start a minimal @command{guix-daemon} in the background:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:44901
+#: guix-git/doc/guix.texi:44930
#, fuzzy, no-wrap
#| msgid "# guix-daemon --build-users-group=guixbuild\n"
msgid "guix-daemon --build-users-group=guixbuild --disable-chroot &\n"
msgstr "# guix-daemon --build-users-group=guixbuild\n"
#. type: enumerate
-#: guix-git/doc/guix.texi:44905
+#: guix-git/doc/guix.texi:44934
msgid "Edit your Guix System configuration if needed, then reconfigure with:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:44908
+#: guix-git/doc/guix.texi:44937
#, fuzzy, no-wrap
#| msgid "sudo guix system reconfigure /etc/config.scm\n"
msgid "guix system reconfigure your-config.scm\n"
msgstr "sudo guix system reconfigure /etc/config.scm\n"
#. type: enumerate
-#: guix-git/doc/guix.texi:44912
+#: guix-git/doc/guix.texi:44941
msgid "Finally, you should be good to reboot the system to test your fix."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:44917
+#: guix-git/doc/guix.texi:44946
#, fuzzy, no-wrap
#| msgid "configuration"
msgid "home configuration"
msgstr "Конфигурирование системы"
#. type: Plain text
-#: guix-git/doc/guix.texi:44929
+#: guix-git/doc/guix.texi:44958
msgid "Guix supports declarative configuration of @dfn{home environments} by utilizing the configuration mechanism described in the previous chapter (@pxref{Defining Services}), but for user's dotfiles and packages. It works both on Guix System and foreign distros and allows users to declare all the packages and services that should be installed and configured for the user. Once a user has written a file containing a @code{home-environment} record, such a configuration can be @dfn{instantiated} by an unprivileged user with the @command{guix home} command (@pxref{Invoking guix home})."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:44940
+#: guix-git/doc/guix.texi:44969
msgid "The user's home environment usually consists of three basic parts: software, configuration, and state. Software in mainstream distros are usually installed system-wide, but with GNU Guix most software packages can be installed on a per-user basis without needing root privileges, and are thus considered part of the user’s @dfn{home environment}. Packages on their own are not very useful in many cases, because often they require some additional configuration, usually config files that reside in @env{XDG_CONFIG_HOME} (@file{~/.config} by default) or other directories. Everything else can be considered state, like media files, application databases, and logs."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:44943
+#: guix-git/doc/guix.texi:44972
msgid "Using Guix for managing home environments provides a number of advantages:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:44946
+#: guix-git/doc/guix.texi:44975
#, no-wrap
msgid "All software can be configured in one language (Guile Scheme),"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:44949
+#: guix-git/doc/guix.texi:44978
msgid "this gives users the ability to share values between configurations of different programs."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:44950
+#: guix-git/doc/guix.texi:44979
#, no-wrap
msgid "A well-defined home environment is self-contained and can be"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:44953
+#: guix-git/doc/guix.texi:44982
msgid "created in a declarative and reproducible way---there is no need to grab external binaries or manually edit some configuration file."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:44954
+#: guix-git/doc/guix.texi:44983
#, no-wrap
msgid "After every @command{guix home reconfigure} invocation, a new home"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:44958
+#: guix-git/doc/guix.texi:44987
msgid "environment generation will be created. This means that users can rollback to a previous home environment generation so they don’t have to worry about breaking their configuration."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:44959
+#: guix-git/doc/guix.texi:44988
#, no-wrap
msgid "It is possible to manage stateful data with Guix Home, this"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:44964
+#: guix-git/doc/guix.texi:44993
msgid "includes the ability to automatically clone Git repositories on the initial setup of the machine, and periodically running commands like @command{rsync} to sync data with another host. This functionality is still in an experimental stage, though."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:44981
+#: guix-git/doc/guix.texi:45010
msgid "The home environment is configured by providing a @code{home-environment} declaration in a file that can be passed to the @command{guix home} command (@pxref{Invoking guix home}). The easiest way to get started is by generating an initial configuration with @command{guix home import}:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:44984
+#: guix-git/doc/guix.texi:45013
#, no-wrap
msgid "guix home import ~/src/guix-config\n"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:44992
+#: guix-git/doc/guix.texi:45021
msgid "The @command{guix home import} command reads some of the ``dot files'' such as @file{~/.bashrc} found in your home directory and copies them to the given directory, @file{~/src/guix-config} in this case; it also reads the contents of your profile, @file{~/.guix-profile}, and, based on that, it populates @file{~/src/guix-config/home-configuration.scm} with a Home configuration that resembles your current configuration."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:44998
+#: guix-git/doc/guix.texi:45027
msgid "A simple setup can include Bash and a custom text configuration, like in the example below. Don't be afraid to declare home environment parts, which overlaps with your current dot files: before installing any configuration files, Guix Home will back up existing config files to a separate place in the home directory."
msgstr ""
#. type: quotation
-#: guix-git/doc/guix.texi:45004
+#: guix-git/doc/guix.texi:45033
msgid "It is highly recommended that you manage your shell or shells with Guix Home, because it will make sure that all the necessary scripts are sourced by the shell configuration file. Otherwise you will need to do it manually. (@pxref{Configuring the Shell})."
msgstr ""
#. type: findex
-#: guix-git/doc/guix.texi:45006
+#: guix-git/doc/guix.texi:45035
#, fuzzy, no-wrap
#| msgid "environment"
msgid "home-environment"
msgstr "guix environment"
#. type: include
-#: guix-git/doc/guix.texi:45008
+#: guix-git/doc/guix.texi:45037
#, fuzzy, no-wrap
#| msgid "configuration.scm"
msgid "he-config-bare-bones.scm"
msgstr "Конфигурирование системы"
#. type: Plain text
-#: guix-git/doc/guix.texi:45015
+#: guix-git/doc/guix.texi:45044
msgid "The @code{packages} field should be self-explanatory, it will install the list of packages into the user's profile. The most important field is @code{services}, it contains a list of @dfn{home services}, which are the basic building blocks of a home environment."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:45023
+#: guix-git/doc/guix.texi:45052
msgid "There is no daemon (at least not necessarily) related to a home service, a home service is just an element that is used to declare part of home environment and extend other parts of it. The extension mechanism discussed in the previous chapter (@pxref{Defining Services}) should not be confused with Shepherd services (@pxref{Shepherd Services}). Using this extension mechanism and some Scheme code that glues things together gives the user the freedom to declare their own, very custom, home environments."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:45024 guix-git/doc/guix.texi:47240
+#: guix-git/doc/guix.texi:45053 guix-git/doc/guix.texi:47269
#, fuzzy, no-wrap
#| msgid "Invoking @command{guix shell}"
msgid "container, for @command{guix home}"
msgstr "Вызов @command{guix shell}"
#. type: Plain text
-#: guix-git/doc/guix.texi:45027
+#: guix-git/doc/guix.texi:45056
msgid "Once the configuration looks good, you can first test it in a throw-away ``container'':"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:45030 guix-git/doc/guix.texi:47250
+#: guix-git/doc/guix.texi:45059 guix-git/doc/guix.texi:47279
#, fuzzy, no-wrap
#| msgid "sudo guix system reconfigure /etc/config.scm\n"
msgid "guix home container config.scm\n"
msgstr "sudo guix system reconfigure /etc/config.scm\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:45038
+#: guix-git/doc/guix.texi:45067
msgid "The command above spawns a shell where your home environment is running. The shell runs in a container, meaning it's isolated from the rest of the system, so it's a good way to try out your configuration---you can see if configuration bits are missing or misbehaving, if daemons get started, and so on. Once you exit that shell, you're back to the prompt of your original shell ``in the real world''."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:45041
+#: guix-git/doc/guix.texi:45070
msgid "Once you have a configuration file that suits your needs, you can reconfigure your home by running:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:45044
+#: guix-git/doc/guix.texi:45073
#, fuzzy, no-wrap
#| msgid "sudo guix system reconfigure /etc/config.scm\n"
msgid "guix home reconfigure config.scm\n"
msgstr "sudo guix system reconfigure /etc/config.scm\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:45048
+#: guix-git/doc/guix.texi:45077
msgid "This ``builds'' your home environment and creates @file{~/.guix-home} pointing to it. Voilà!"
msgstr ""
#. type: quotation
-#: guix-git/doc/guix.texi:45055
+#: guix-git/doc/guix.texi:45084
msgid "Make sure the operating system has elogind, systemd, or a similar mechanism to create the XDG run-time directory and has the @env{XDG_RUNTIME_DIR} variable set. Failing that, the @file{on-first-login} script will not execute anything, and processes like user Shepherd and its descendants will not start."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:45062
+#: guix-git/doc/guix.texi:45091
msgid "If you're using Guix System, you can embed your home configuration in your system configuration such that @command{guix system reconfigure} will deploy both the system @emph{and} your home at once! @xref{guix-home-service-type, @code{guix-home-service-type}}, for how to do that."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:45067
+#: guix-git/doc/guix.texi:45096
msgid "This section is safe to skip if your shell or shells are managed by Guix Home. Otherwise, read it carefully."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:45074
+#: guix-git/doc/guix.texi:45103
msgid "There are a few scripts that must be evaluated by a login shell to activate the home environment. The shell startup files only read by login shells often have @code{profile} suffix. For more information about login shells see @ref{Invoking Bash,,, bash, The GNU Bash Reference Manual} and see @ref{Bash Startup Files,,, bash, The GNU Bash Reference Manual}."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:45081
+#: guix-git/doc/guix.texi:45110
msgid "The first script that needs to be sourced is @file{setup-environment}, which sets all the necessary environment variables (including variables declared by the user) and the second one is @file{on-first-login}, which starts Shepherd for the current user and performs actions declared by other home services that extends @code{home-run-on-first-login-service-type}."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:45084
+#: guix-git/doc/guix.texi:45113
msgid "Guix Home will always create @file{~/.profile}, which contains the following lines:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:45089
+#: guix-git/doc/guix.texi:45118
#, no-wrap
msgid ""
"HOME_ENVIRONMENT=$HOME/.guix-home\n"
@@ -86780,68 +86835,68 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:45099
+#: guix-git/doc/guix.texi:45128
msgid "This makes POSIX compliant login shells activate the home environment. However, in most cases this file won't be read by most modern shells, because they are run in non POSIX mode by default and have their own @file{*profile} startup files. For example Bash will prefer @file{~/.bash_profile} in case it exists and only if it doesn't will it fallback to @file{~/.profile}. Zsh (if no additional options are specified) will ignore @file{~/.profile}, even if @file{~/.zprofile} doesn't exist."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:45104
+#: guix-git/doc/guix.texi:45133
msgid "To make your shell respect @file{~/.profile}, add @code{. ~/.profile} or @code{source ~/.profile} to the startup file for the login shell. In case of Bash, it is @file{~/.bash_profile}, and in case of Zsh, it is @file{~/.zprofile}."
msgstr ""
#. type: quotation
-#: guix-git/doc/guix.texi:45108
+#: guix-git/doc/guix.texi:45137
msgid "This step is only required if your shell is @emph{not} managed by Guix Home. Otherwise, everything will be done automatically."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:45112
+#: guix-git/doc/guix.texi:45141
#, fuzzy, no-wrap
#| msgid "Other services."
msgid "home services"
msgstr "Другие службы."
#. type: Plain text
-#: guix-git/doc/guix.texi:45121
+#: guix-git/doc/guix.texi:45150
msgid "A @dfn{home service} is not necessarily something that has a daemon and is managed by Shepherd (@pxref{Jump Start,,, shepherd, The GNU Shepherd Manual}), in most cases it doesn't. It's a simple building block of the home environment, often declaring a set of packages to be installed in the home environment profile, a set of config files to be symlinked into @env{XDG_CONFIG_HOME} (@file{~/.config} by default), and environment variables to be set by a login shell."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:45129
+#: guix-git/doc/guix.texi:45158
msgid "There is a service extension mechanism (@pxref{Service Composition}) which allows home services to extend other home services and utilize capabilities they provide; for example: declare mcron jobs (@pxref{Top,,, mcron, GNU@tie{}Mcron}) by extending @ref{Mcron Home Service}; declare daemons by extending @ref{Shepherd Home Service}; add commands, which will be invoked on by the Bash by extending @ref{Shells Home Services, @code{home-bash-service-type}}."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:45140
+#: guix-git/doc/guix.texi:45169
msgid "A good way to discover available home services is using the @command{guix home search} command (@pxref{Invoking guix home}). After the required home services are found, include its module with the @code{use-modules} form (@pxref{use-modules,, Using Guile Modules, guile, The GNU Guile Reference Manual}), or the @code{#:use-modules} directive (@pxref{define-module,, Creating Guile Modules, guile, The GNU Guile Reference Manual}) and declare a home service using the @code{service} function, or extend a service type by declaring a new service with the @code{simple-service} procedure from @code{(gnu services)}."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:45167
+#: guix-git/doc/guix.texi:45196
msgid "There are a few essential home services defined in @code{(gnu home services)}, they are mostly for internal use and are required to build a home environment, but some of them will be useful for the end user."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:45168
+#: guix-git/doc/guix.texi:45197
#, fuzzy, no-wrap
#| msgid "environment"
msgid "environment variables"
msgstr "guix environment"
#. type: defvar
-#: guix-git/doc/guix.texi:45170
+#: guix-git/doc/guix.texi:45199
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} radicale-service-type"
msgid "home-environment-variables-service-type"
msgstr "{Процедура Scheme} sane-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:45175
+#: guix-git/doc/guix.texi:45204
msgid "The service of this type will be instantiated by every home environment automatically by default, there is no need to define it, but someone may want to extend it with a list of pairs to set some environment variables."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:45179
+#: guix-git/doc/guix.texi:45208
#, no-wrap
msgid ""
"(list (\"ENV_VAR1\" . \"value1\")\n"
@@ -86849,18 +86904,18 @@ msgid ""
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:45184
+#: guix-git/doc/guix.texi:45213
msgid "The easiest way to extend a service type, without defining a new service type is to use the @code{simple-service} helper from @code{(gnu services)}."
msgstr ""
#. type: findex
-#: guix-git/doc/guix.texi:45185
+#: guix-git/doc/guix.texi:45214
#, no-wrap
msgid "literal-string"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:45194
+#: guix-git/doc/guix.texi:45223
#, no-wrap
msgid ""
"(simple-service 'some-useful-env-vars-service\n"
@@ -86873,12 +86928,12 @@ msgid ""
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:45199
+#: guix-git/doc/guix.texi:45228
msgid "If you include such a service in you home environment definition, it will add the following content to the @file{setup-environment} script (which is expected to be sourced by the login shell):"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:45205
+#: guix-git/doc/guix.texi:45234
#, no-wrap
msgid ""
"export LESSHISTFILE=\"$XDG_CACHE_HOME/.lesshst\"\n"
@@ -86888,96 +86943,96 @@ msgid ""
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:45211
+#: guix-git/doc/guix.texi:45240
msgid "Notice that @code{literal-string} above lets us declare that a value is to be interpreted as a @dfn{literal string}, meaning that ``special characters'' such as the dollar sign will not be interpreted by the shell."
msgstr ""
#. type: quotation
-#: guix-git/doc/guix.texi:45217
+#: guix-git/doc/guix.texi:45246
msgid "Make sure that module @code{(gnu packages shells)} is imported with @code{use-modules} or any other way, this namespace contains the definition of the @code{zsh} package, which is used in the example above."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:45230
+#: guix-git/doc/guix.texi:45259
msgid "The association list (@pxref{Association Lists, alists, Association Lists, guile, The GNU Guile Reference manual}) is a data structure containing key-value pairs, for @code{home-environment-variables-service-type} the key is always a string, the value can be a string, string-valued gexp (@pxref{G-Expressions}), file-like object (@pxref{G-Expressions, file-like object}) or boolean. For gexps, the variable will be set to the value of the gexp; for file-like objects, it will be set to the path of the file in the store (@pxref{The Store}); for @code{#t}, it will export the variable without any value; and for @code{#f}, it will omit variable."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:45233
+#: guix-git/doc/guix.texi:45262
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} profile-service-type"
msgid "home-profile-service-type"
msgstr "{Scheme Variable} profile-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:45239
+#: guix-git/doc/guix.texi:45268
msgid "The service of this type will be instantiated by every home environment automatically, there is no need to define it, but you may want to extend it with a list of packages if you want to install additional packages into your profile. Other services, which need to make some programs available to the user will also extend this service type."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:45241
+#: guix-git/doc/guix.texi:45270
msgid "The extension value is just a list of packages:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:45244
+#: guix-git/doc/guix.texi:45273
#, no-wrap
msgid "(list htop vim emacs)\n"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:45254
+#: guix-git/doc/guix.texi:45283
msgid "The same approach as @code{simple-service} (@pxref{Service Reference, simple-service}) for @code{home-environment-variables-service-type} can be used here, too. Make sure that modules containing the specified packages are imported with @code{use-modules}. To find a package or information about its module use @command{guix search} (@pxref{Invoking guix package}). Alternatively, @code{specification->package} can be used to get the package record from a string without importing its related module."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:45258
+#: guix-git/doc/guix.texi:45287
msgid "There are few more essential services, but users are not expected to extend them."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:45259
+#: guix-git/doc/guix.texi:45288
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "home-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:45264
+#: guix-git/doc/guix.texi:45293
msgid "The root of home services DAG, it generates a folder, which later will be symlinked to @file{~/.guix-home}, it contains configurations, profile with binaries and libraries, and some necessary scripts to glue things together."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:45266
+#: guix-git/doc/guix.texi:45295
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} hurd-console-service-type"
msgid "home-run-on-first-login-service-type"
msgstr "{Процедура Scheme} sane-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:45271
+#: guix-git/doc/guix.texi:45300
msgid "The service of this type generates a Guile script, which is expected to be executed by the login shell. It is only executed if the special flag file inside @env{XDG_RUNTIME_DIR} hasn't been created, this prevents redundant executions of the script if multiple login shells are spawned."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:45277
+#: guix-git/doc/guix.texi:45306
msgid "It can be extended with a gexp. However, to autostart an application, users @emph{should not} use this service, in most cases it's better to extend @code{home-shepherd-service-type} with a Shepherd service (@pxref{Shepherd Services}), or extend the shell's startup file with the required command using the appropriate service type."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:45279
+#: guix-git/doc/guix.texi:45308
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} profile-service-type"
msgid "home-files-service-type"
msgstr "{Scheme Variable} profile-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:45286
+#: guix-git/doc/guix.texi:45315
msgid "The service of this type allows to specify a list of files, which will go to @file{~/.guix-home/files}, usually this directory contains configuration files (to be more precise it contains symlinks to files in @file{/gnu/store}), which should be placed in @file{$XDG_CONFIG_DIR} or in rare cases in @file{$HOME}. It accepts extension values in the following format:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:45290
+#: guix-git/doc/guix.texi:45319
#, no-wrap
msgid ""
"`((\".sway/config\" ,sway-file-like-object)\n"
@@ -86985,45 +87040,45 @@ msgid ""
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:45303
+#: guix-git/doc/guix.texi:45332
msgid "Each nested list contains two values: a subdirectory and file-like object. After building a home environment @file{~/.guix-home/files} will be populated with appropriate content and all nested directories will be created accordingly, however, those files won't go any further until some other service will do it. By default a @code{home-symlink-manager-service-type}, which creates necessary symlinks in home folder to files from @file{~/.guix-home/files} and backs up already existing, but clashing configs and other things, is a part of essential home services (enabled by default), but it's possible to use alternative services to implement more advanced use cases like read-only home. Feel free to experiment and share your results."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:45305
+#: guix-git/doc/guix.texi:45334
#, no-wrap
msgid "dot files in Guix Home"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:45309
+#: guix-git/doc/guix.texi:45338
msgid "It is often the case that Guix Home users already have a setup for versioning their user configuration files (also known as @emph{dot files}) in a single directory, and some way of automatically deploy changes to their user home."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:45310
+#: guix-git/doc/guix.texi:45339
#, fuzzy, no-wrap
#| msgid "Power Management Services"
msgid "Stow-like dot file management"
msgstr "Сервисы управления питанием"
#. type: Plain text
-#: guix-git/doc/guix.texi:45315
+#: guix-git/doc/guix.texi:45344
msgid "The @code{home-dotfiles-service-type} from @code{(gnu home services dotfiles)} is designed to ease the way into using Guix Home for this kind of users, allowing them to point the service to their dotfiles directory without migrating them to Guix native configurations."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:45319
+#: guix-git/doc/guix.texi:45348
msgid "Please keep in mind that it is advisable to keep your dotfiles directories under version control, for example in the same repository where you'd track your Guix Home configuration."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:45322
+#: guix-git/doc/guix.texi:45351
msgid "There are two supported dotfiles directory layouts, for now. The @code{'plain} layout, which is structured as follows:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:45339
+#: guix-git/doc/guix.texi:45368
#, no-wrap
msgid ""
"~$ tree -a ./dotfiles/\n"
@@ -87044,17 +87099,17 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:45343
+#: guix-git/doc/guix.texi:45372
msgid "This tree structure is installed as is to the home directory upon @command{guix home reconfigure}."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:45348
+#: guix-git/doc/guix.texi:45377
msgid "The @code{'stow} layout, which must follow the layout suggested by @uref{https://www.gnu.org/software/stow/, GNU Stow} presents an additional application specific directory layer, just like:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:45373
+#: guix-git/doc/guix.texi:45402
#, no-wrap
msgid ""
"~$ tree -a ./dotfiles/\n"
@@ -87084,23 +87139,23 @@ msgid ""
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:45375
+#: guix-git/doc/guix.texi:45404
#, no-wrap
msgid "13 directories, 10 files\n"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:45380
+#: guix-git/doc/guix.texi:45409
msgid "For an informal specification please refer to the Stow manual (@pxref{Top,,, stow, Introduction}). This tree structure is installed following GNU Stow's logic to the home directory upon @command{guix home reconfigure}."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:45382
+#: guix-git/doc/guix.texi:45411
msgid "A suitable configuration with a @code{'plain} layout could be:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:45390
+#: guix-git/doc/guix.texi:45419
#, fuzzy, no-wrap
#| msgid ""
#| "(service gmnisrv-service-type\n"
@@ -87119,12 +87174,12 @@ msgstr ""
" (config-file (local-file \"./my-gmnisrv.ini\"))))\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:45393
+#: guix-git/doc/guix.texi:45422
msgid "The expected home directory state would then be:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:45409
+#: guix-git/doc/guix.texi:45438
#, no-wrap
msgid ""
".\n"
@@ -87144,105 +87199,105 @@ msgid ""
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:45411
+#: guix-git/doc/guix.texi:45440
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} profile-service-type"
msgid "home-dotfiles-service-type"
msgstr "{Scheme Variable} profile-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:45419
+#: guix-git/doc/guix.texi:45448
msgid "Return a service which is very similiar to @code{home-files-service-type} (and actually extends it), but designed to ease the way into using Guix Home for users that already track their dotfiles under some kind of version control. This service allows users to point Guix Home to their dotfiles directory and have their files automatically provisioned to their home directory, without migrating all of their dotfiles to Guix native configurations."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:45423
+#: guix-git/doc/guix.texi:45452
#, fuzzy, no-wrap
#| msgid "{Data Type} webssh-configuration"
msgid "{Data Type} home-dotfiles-configuration"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:45425
+#: guix-git/doc/guix.texi:45454
#, fuzzy
#| msgid "Available @code{home-kodi-configuration} fields are:"
msgid "Available @code{home-dotfiles-configuration} fields are:"
msgstr "Доступными полями @code{home-kodi-configuration} являются:"
#. type: item
-#: guix-git/doc/guix.texi:45427
+#: guix-git/doc/guix.texi:45456
#, fuzzy, no-wrap
#| msgid "@code{configuration-directory} (default: @code{%default-auditd-configuration-directory})"
msgid "@code{source-directory} (default: @code{(current-source-directory)}) (type: string)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:45431
+#: guix-git/doc/guix.texi:45460
msgid "The path where dotfile directories are resolved. By default dotfile directories are resolved relative the source location where @code{home-dotfiles-configuration} appears."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:45432
+#: guix-git/doc/guix.texi:45461
#, fuzzy, no-wrap
#| msgid "@code{auto-start?} (default: @code{#t})"
msgid "@code{layout} (default: @code{'plain}) (type: symbol)"
msgstr "@code{auto-start?} (default: @code{#t})"
#. type: table
-#: guix-git/doc/guix.texi:45435
+#: guix-git/doc/guix.texi:45464
msgid "The intended layout of the specified @code{directory}. It can be either @code{'stow} or @code{'plain}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:45436
+#: guix-git/doc/guix.texi:45465
#, fuzzy, no-wrap
#| msgid "@code{extra-environment} (default: @code{#~'()})"
msgid "@code{directories} (default: @code{'()}) (type: list-of-strings)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:45439
+#: guix-git/doc/guix.texi:45468
msgid "The list of dotfiles directories where @code{home-dotfiles-service-type} will look for application dotfiles."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:45440
+#: guix-git/doc/guix.texi:45469
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{packages} (type: maybe-list-of-strings)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:45445
+#: guix-git/doc/guix.texi:45474
msgid "The names of a subset of the GNU Stow package layer directories. When provided the @code{home-dotfiles-service-type} will only provision dotfiles from this subset of applications. This field will be ignored if @code{layout} is set to @code{'plain}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:45446
+#: guix-git/doc/guix.texi:45475
#, fuzzy, no-wrap
#| msgid "@code{nfs-versions} (default: @code{'(\"4.2\" \"4.1\" \"4.0\")})"
msgid "@code{excluded} (default: @code{'(\".*~\" \".*\\\\.swp\" \"\\\\.git\" \"\\\\.gitignore\")}) (type: list-of-strings)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:45449
+#: guix-git/doc/guix.texi:45478
msgid "The list of file patterns @code{home-dotfiles-service-type} will exclude while visiting each one of the @code{directories}."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:45457
+#: guix-git/doc/guix.texi:45486
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} profile-service-type"
msgid "home-xdg-configuration-files-service-type"
msgstr "{Scheme Variable} profile-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:45464
+#: guix-git/doc/guix.texi:45493
msgid "The service is very similar to @code{home-files-service-type} (and actually extends it), but used for defining files, which will go to @file{~/.guix-home/files/.config}, which will be symlinked to @file{$XDG_CONFIG_DIR} by @code{home-symlink-manager-service-type} (for example) during activation. It accepts extension values in the following format:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:45470
+#: guix-git/doc/guix.texi:45499
#, no-wrap
msgid ""
"`((\"sway/config\" ,sway-file-like-object)\n"
@@ -87252,287 +87307,287 @@ msgid ""
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:45473
+#: guix-git/doc/guix.texi:45502
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "home-activation-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:45477
+#: guix-git/doc/guix.texi:45506
msgid "The service of this type generates a guile script, which runs on every @command{guix home reconfigure} invocation or any other action, which leads to the activation of the home environment."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:45479
+#: guix-git/doc/guix.texi:45508
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} etc-service-type"
msgid "home-symlink-manager-service-type"
msgstr "{Scheme Variable} etc-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:45483
+#: guix-git/doc/guix.texi:45512
msgid "The service of this type generates a guile script, which will be executed during activation of home environment, and do a few following steps:"
msgstr ""
#. type: enumerate
-#: guix-git/doc/guix.texi:45488
+#: guix-git/doc/guix.texi:45517
msgid "Reads the content of @file{files/} directory of current and pending home environments."
msgstr ""
#. type: enumerate
-#: guix-git/doc/guix.texi:45493
+#: guix-git/doc/guix.texi:45522
msgid "Cleans up all symlinks created by symlink-manager on previous activation. Also, sub-directories, which become empty also will be cleaned up."
msgstr ""
#. type: enumerate
-#: guix-git/doc/guix.texi:45506
+#: guix-git/doc/guix.texi:45535
msgid "Creates new symlinks the following way: It looks @file{files/} directory (usually defined with @code{home-files-service-type}, @code{home-xdg-configuration-files-service-type} and maybe some others), takes the files from @file{files/.config/} subdirectory and put respective links in @env{XDG_CONFIG_DIR}. For example symlink for @file{files/.config/sway/config} will end up in @file{$XDG_CONFIG_DIR/sway/config}. The rest files in @file{files/} outside of @file{files/.config/} subdirectory will be treated slightly different: symlink will just go to @file{$HOME}. @file{files/.some-program/config} will end up in @file{$HOME/.some-program/config}."
msgstr ""
#. type: enumerate
-#: guix-git/doc/guix.texi:45509
+#: guix-git/doc/guix.texi:45538
msgid "If some sub-directories are missing, they will be created."
msgstr ""
#. type: enumerate
-#: guix-git/doc/guix.texi:45512
+#: guix-git/doc/guix.texi:45541
msgid "If there is a clashing files on the way, they will be backed up."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:45517
+#: guix-git/doc/guix.texi:45546
msgid "symlink-manager is a part of essential home services and is enabled and used by default."
msgstr ""
#. type: node
-#: guix-git/doc/guix.texi:45520
+#: guix-git/doc/guix.texi:45549
#, fuzzy, no-wrap
#| msgid "Shepherd Services"
msgid "Shells Home Services"
msgstr "Сервисы Shepherd"
#. type: subsection
-#: guix-git/doc/guix.texi:45521
+#: guix-git/doc/guix.texi:45550
#, no-wrap
msgid "Shells"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:45523 guix-git/doc/guix.texi:47202
+#: guix-git/doc/guix.texi:45552 guix-git/doc/guix.texi:47231
#, no-wrap
msgid "shell"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:45524
+#: guix-git/doc/guix.texi:45553
#, no-wrap
msgid "login shell"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:45525
+#: guix-git/doc/guix.texi:45554
#, no-wrap
msgid "interactive shell"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:45526 guix-git/doc/guix.texi:47204
+#: guix-git/doc/guix.texi:45555 guix-git/doc/guix.texi:47233
#, no-wrap
msgid "bash"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:45527 guix-git/doc/guix.texi:47205
+#: guix-git/doc/guix.texi:45556 guix-git/doc/guix.texi:47234
#, fuzzy, no-wrap
#| msgid "ssh"
msgid "zsh"
msgstr "ssh"
#. type: Plain text
-#: guix-git/doc/guix.texi:45533
+#: guix-git/doc/guix.texi:45562
msgid "Shells play a quite important role in the environment initialization process, you can configure them manually as described in section @ref{Configuring the Shell}, but the recommended way is to use home services listed below. It's both easier and more reliable."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:45543
+#: guix-git/doc/guix.texi:45572
msgid "Each home environment instantiates @code{home-shell-profile-service-type}, which creates a @file{~/.profile} startup file for all POSIX-compatible shells. This file contains all the necessary steps to properly initialize the environment, but many modern shells like Bash or Zsh prefer their own startup files, that's why the respective home services (@code{home-bash-service-type} and @code{home-zsh-service-type}) ensure that @file{~/.profile} is sourced by @file{~/.bash_profile} and @file{~/.zprofile}, respectively."
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:45544
+#: guix-git/doc/guix.texi:45573
#, fuzzy, no-wrap
#| msgid "Certificate Services"
msgid "Shell Profile Service"
msgstr "Сервисы сертификатов"
#. type: deftp
-#: guix-git/doc/guix.texi:45546
+#: guix-git/doc/guix.texi:45575
#, fuzzy, no-wrap
#| msgid "{Data Type} postgresql-role-configuration"
msgid "{Data Type} home-shell-profile-configuration"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:45548
+#: guix-git/doc/guix.texi:45577
msgid "Available @code{home-shell-profile-configuration} fields are:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:45550
+#: guix-git/doc/guix.texi:45579
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{profile} (default: @code{'()}) (type: text-config)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:45560
+#: guix-git/doc/guix.texi:45589
msgid "@code{home-shell-profile} is instantiated automatically by @code{home-environment}, DO NOT create this service manually, it can only be extended. @code{profile} is a list of file-like objects, which will go to @file{~/.profile}. By default @file{~/.profile} contains the initialization code which must be evaluated by the login shell to make home-environment's profile available to the user, but other commands can be added to the file if it is really necessary. In most cases shell's configuration files are preferred places for user's customizations. Extend home-shell-profile service only if you really know what you do."
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:45565
+#: guix-git/doc/guix.texi:45594
#, fuzzy, no-wrap
#| msgid "Base Services"
msgid "Bash Home Service"
msgstr "Базовые службы"
#. type: anchor{#1}
-#: guix-git/doc/guix.texi:45568
+#: guix-git/doc/guix.texi:45597
#, fuzzy
#| msgid "configuration"
msgid "home-bash-configuration"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:45568
+#: guix-git/doc/guix.texi:45597
#, fuzzy, no-wrap
#| msgid "{Data Type} webssh-configuration"
msgid "{Data Type} home-bash-configuration"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:45570
+#: guix-git/doc/guix.texi:45599
msgid "Available @code{home-bash-configuration} fields are:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:45572
+#: guix-git/doc/guix.texi:45601
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{package} (default: @code{bash}) (type: package)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:45574
+#: guix-git/doc/guix.texi:45603
#, fuzzy
#| msgid "The package to use."
msgid "The Bash package to use."
msgstr "Пакет для использования."
#. type: item
-#: guix-git/doc/guix.texi:45575
+#: guix-git/doc/guix.texi:45604
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{guix-defaults?} (default: @code{#t}) (type: boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:45578
+#: guix-git/doc/guix.texi:45607
msgid "Add sane defaults like reading @file{/etc/bashrc} and coloring the output of @command{ls} to the top of the @file{.bashrc} file."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:45579 guix-git/doc/guix.texi:45650
-#: guix-git/doc/guix.texi:45689
+#: guix-git/doc/guix.texi:45608 guix-git/doc/guix.texi:45679
+#: guix-git/doc/guix.texi:45718
#, fuzzy, no-wrap
#| msgid "@code{extra-environment} (default: @code{#~'()})"
msgid "@code{environment-variables} (default: @code{'()}) (type: alist)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:45584
+#: guix-git/doc/guix.texi:45613
msgid "Association list of environment variables to set for the Bash session. The rules for the @code{home-environment-variables-service-type} apply here (@pxref{Essential Home Services}). The contents of this field will be added after the contents of the @code{bash-profile} field."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:45585 guix-git/doc/guix.texi:45655
+#: guix-git/doc/guix.texi:45614 guix-git/doc/guix.texi:45684
#, fuzzy, no-wrap
#| msgid "@code{extra-environment} (default: @code{#~'()})"
msgid "@code{aliases} (default: @code{'()}) (type: alist)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:45590
+#: guix-git/doc/guix.texi:45619
msgid "Association list of aliases to set for the Bash session. The aliases will be defined after the contents of the @code{bashrc} field has been put in the @file{.bashrc} file. The alias will automatically be quoted, so something like this:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:45593
+#: guix-git/doc/guix.texi:45622
#, no-wrap
msgid "'((\"ls\" . \"ls -alF\"))\n"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:45596 guix-git/doc/guix.texi:45799
-#: guix-git/doc/guix.texi:45813 guix-git/doc/guix.texi:45838
+#: guix-git/doc/guix.texi:45625 guix-git/doc/guix.texi:45828
+#: guix-git/doc/guix.texi:45842 guix-git/doc/guix.texi:45867
msgid "turns into"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:45599
+#: guix-git/doc/guix.texi:45628
#, no-wrap
msgid "alias ls=\"ls -alF\"\n"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:45601 guix-git/doc/guix.texi:45659
+#: guix-git/doc/guix.texi:45630 guix-git/doc/guix.texi:45688
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{bash-profile} (default: @code{'()}) (type: text-config)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:45606
+#: guix-git/doc/guix.texi:45635
msgid "List of file-like objects, which will be added to @file{.bash_profile}. Used for executing user's commands at start of login shell (In most cases the shell started on tty just after login). @file{.bash_login} won't be ever read, because @file{.bash_profile} always present."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:45607 guix-git/doc/guix.texi:45663
+#: guix-git/doc/guix.texi:45636 guix-git/doc/guix.texi:45692
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{bashrc} (default: @code{'()}) (type: text-config)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:45612
+#: guix-git/doc/guix.texi:45641
msgid "List of file-like objects, which will be added to @file{.bashrc}. Used for executing user's commands at start of interactive shell (The shell for interactive usage started by typing @code{bash} or by terminal app or any other program)."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:45613 guix-git/doc/guix.texi:45667
+#: guix-git/doc/guix.texi:45642 guix-git/doc/guix.texi:45696
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{bash-logout} (default: @code{'()}) (type: text-config)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:45618
+#: guix-git/doc/guix.texi:45647
msgid "List of file-like objects, which will be added to @file{.bash_logout}. Used for executing user's commands at the exit of login shell. It won't be read in some cases (if the shell terminates by exec'ing another process for example)."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:45628
+#: guix-git/doc/guix.texi:45657
msgid "You can extend the Bash service by using the @code{home-bash-extension} configuration record, whose fields must mirror that of @code{home-bash-configuration} (@pxref{home-bash-configuration}). The contents of the extensions will be added to the end of the corresponding Bash configuration files (@pxref{Bash Startup Files,,, bash, The GNU Bash Reference Manual}."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:45632
+#: guix-git/doc/guix.texi:45661
msgid "For example, here is how you would define a service that extends the Bash service such that @file{~/.bash_profile} defines an additional environment variable, @env{PS1}:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:45640
+#: guix-git/doc/guix.texi:45669
#, no-wrap
msgid ""
"(define bash-fancy-prompt-service\n"
@@ -87544,205 +87599,205 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:45645
+#: guix-git/doc/guix.texi:45674
msgid "You would then add @code{bash-fancy-prompt-service} to the list in the @code{services} field of your @code{home-environment}. The reference of @code{home-bash-extension} follows."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:45646
+#: guix-git/doc/guix.texi:45675
#, fuzzy, no-wrap
#| msgid "{Data Type} webssh-configuration"
msgid "{Data Type} home-bash-extension"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:45648
+#: guix-git/doc/guix.texi:45677
msgid "Available @code{home-bash-extension} fields are:"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:45654
+#: guix-git/doc/guix.texi:45683
msgid "Additional environment variables to set. These will be combined with the environment variables from other extensions and the base service to form one coherent block of environment variables."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:45658
+#: guix-git/doc/guix.texi:45687
msgid "Additional aliases to set. These will be combined with the aliases from other extensions and the base service."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:45662
+#: guix-git/doc/guix.texi:45691
msgid "Additional text blocks to add to @file{.bash_profile}, which will be combined with text blocks from other extensions and the base service."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:45666
+#: guix-git/doc/guix.texi:45695
msgid "Additional text blocks to add to @file{.bashrc}, which will be combined with text blocks from other extensions and the base service."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:45670
+#: guix-git/doc/guix.texi:45699
msgid "Additional text blocks to add to @file{.bash_logout}, which will be combined with text blocks from other extensions and the base service."
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:45674
+#: guix-git/doc/guix.texi:45703
#, fuzzy, no-wrap
#| msgid "Game Services"
msgid "Zsh Home Service"
msgstr "Игровые службы"
#. type: deftp
-#: guix-git/doc/guix.texi:45676
+#: guix-git/doc/guix.texi:45705
#, fuzzy, no-wrap
#| msgid "{Data Type} webssh-configuration"
msgid "{Data Type} home-zsh-configuration"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:45678
+#: guix-git/doc/guix.texi:45707
msgid "Available @code{home-zsh-configuration} fields are:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:45680
+#: guix-git/doc/guix.texi:45709
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{package} (default: @code{zsh}) (type: package)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:45682
+#: guix-git/doc/guix.texi:45711
#, fuzzy
#| msgid "The package to use."
msgid "The Zsh package to use."
msgstr "Пакет для использования."
#. type: item
-#: guix-git/doc/guix.texi:45683
+#: guix-git/doc/guix.texi:45712
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{xdg-flavor?} (default: @code{#t}) (type: boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:45688
+#: guix-git/doc/guix.texi:45717
msgid "Place all the configs to @file{$XDG_CONFIG_HOME/zsh}. Makes @file{~/.zshenv} to set @env{ZDOTDIR} to @file{$XDG_CONFIG_HOME/zsh}. Shell startup process will continue with @file{$XDG_CONFIG_HOME/zsh/.zshenv}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:45691
+#: guix-git/doc/guix.texi:45720
#, fuzzy
#| msgid "A list of environment variables to be defined."
msgid "Association list of environment variables to set for the Zsh session."
msgstr "Список переменных среды, которые необходимо определить."
#. type: item
-#: guix-git/doc/guix.texi:45692
+#: guix-git/doc/guix.texi:45721
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{zshenv} (default: @code{'()}) (type: text-config)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:45697
+#: guix-git/doc/guix.texi:45726
msgid "List of file-like objects, which will be added to @file{.zshenv}. Used for setting user's shell environment variables. Must not contain commands assuming the presence of tty or producing output. Will be read always. Will be read before any other file in @env{ZDOTDIR}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:45698
+#: guix-git/doc/guix.texi:45727
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{zprofile} (default: @code{'()}) (type: text-config)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:45703
+#: guix-git/doc/guix.texi:45732
msgid "List of file-like objects, which will be added to @file{.zprofile}. Used for executing user's commands at start of login shell (In most cases the shell started on tty just after login). Will be read before @file{.zlogin}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:45704
+#: guix-git/doc/guix.texi:45733
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{zshrc} (default: @code{'()}) (type: text-config)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:45709
+#: guix-git/doc/guix.texi:45738
msgid "List of file-like objects, which will be added to @file{.zshrc}. Used for executing user's commands at start of interactive shell (The shell for interactive usage started by typing @code{zsh} or by terminal app or any other program)."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:45710
+#: guix-git/doc/guix.texi:45739
#, fuzzy, no-wrap
#| msgid "@code{enabled?} (default: @code{#t})"
msgid "@code{zlogin} (default: @code{'()}) (type: text-config)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:45714
+#: guix-git/doc/guix.texi:45743
msgid "List of file-like objects, which will be added to @file{.zlogin}. Used for executing user's commands at the end of starting process of login shell."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:45715
+#: guix-git/doc/guix.texi:45744
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{zlogout} (default: @code{'()}) (type: text-config)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:45720
+#: guix-git/doc/guix.texi:45749
msgid "List of file-like objects, which will be added to @file{.zlogout}. Used for executing user's commands at the exit of login shell. It won't be read in some cases (if the shell terminates by exec'ing another process for example)."
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:45725
+#: guix-git/doc/guix.texi:45754
#, fuzzy, no-wrap
#| msgid "Certificate Services"
msgid "Inputrc Profile Service"
msgstr "Сервисы сертификатов"
#. type: cindex
-#: guix-git/doc/guix.texi:45726
+#: guix-git/doc/guix.texi:45755
#, fuzzy, no-wrap
#| msgid "outputs"
msgid "inputrc"
msgstr "результаты"
#. type: cindex
-#: guix-git/doc/guix.texi:45727
+#: guix-git/doc/guix.texi:45756
#, no-wrap
msgid "readline"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:45736
+#: guix-git/doc/guix.texi:45765
msgid "The @uref{https://tiswww.cwru.edu/php/chet/readline/rltop.html, GNU Readline package} includes Emacs and vi editing modes, with the ability to customize the configuration with settings in the @file{~/.inputrc} file. With the @code{gnu home services shells} module, you can setup your readline configuration in a predictable manner, as shown below. For more information about configuring an @file{~/.inputrc} file, @pxref{Readline Init File,,, readline, GNU Readline}."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:45737
+#: guix-git/doc/guix.texi:45766
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "home-inputrc-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:45742
+#: guix-git/doc/guix.texi:45771
msgid "This is the service to setup various @file{.inputrc} configurations. The settings in @file{.inputrc} are read by all programs which are linked with GNU Readline."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:45745 guix-git/doc/guix.texi:46059
-#: guix-git/doc/guix.texi:46313 guix-git/doc/guix.texi:47010
-#: guix-git/doc/guix.texi:47044
+#: guix-git/doc/guix.texi:45774 guix-git/doc/guix.texi:46088
+#: guix-git/doc/guix.texi:46342 guix-git/doc/guix.texi:47039
+#: guix-git/doc/guix.texi:47073
msgid "Here is an example of a service and its configuration that you could add to the @code{services} field of your @code{home-environment}:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:45771
+#: guix-git/doc/guix.texi:45800
#, no-wrap
msgid ""
"(service home-inputrc-service-type\n"
@@ -87772,76 +87827,76 @@ msgid ""
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:45779
+#: guix-git/doc/guix.texi:45808
msgid "The example above starts with a combination of @code{key-bindings} and @code{variables}. The @code{conditional-constructs} show how it is possible to add conditionals and includes. In the example above @code{colored-stats} is only enabled if the editing mode is @code{vi} style, and it also reads any additional configuration located in @file{/etc/inputrc} or in @file{/gnu/store/@dots{}-readline/etc/inputrc}."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:45782
+#: guix-git/doc/guix.texi:45811
msgid "The value associated with a @code{home-inputrc-service-type} instance must be a @code{home-inputrc-configuration} record, as described below."
msgstr ""
#. type: anchor{#1}
-#: guix-git/doc/guix.texi:45786
+#: guix-git/doc/guix.texi:45815
#, fuzzy
#| msgid "configuration"
msgid "home-inputrc-configuration"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:45786
+#: guix-git/doc/guix.texi:45815
#, fuzzy, no-wrap
#| msgid "{Data Type} webssh-configuration"
msgid "{Data Type} home-inputrc-configuration"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:45788
+#: guix-git/doc/guix.texi:45817
#, fuzzy
#| msgid "Available @code{home-znc-configuration} fields are:"
msgid "Available @code{home-inputrc-configuration} fields are:"
msgstr "Доступными полями @code{home-znc-configuration} являются:"
#. type: item
-#: guix-git/doc/guix.texi:45790
+#: guix-git/doc/guix.texi:45819
#, fuzzy, no-wrap
#| msgid "@code{extra-environment} (default: @code{#~'()})"
msgid "@code{key-bindings} (default: @code{'()}) (type: alist)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:45793
+#: guix-git/doc/guix.texi:45822
msgid "Association list of readline key bindings to be added to the @file{~/.inputrc} file."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:45796
+#: guix-git/doc/guix.texi:45825
#, no-wrap
msgid "'((\\\"Control-l\\\" . \\\"clear-screen\\\"))\n"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:45802
+#: guix-git/doc/guix.texi:45831
#, no-wrap
msgid "Control-l: clear-screen\n"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:45804
+#: guix-git/doc/guix.texi:45833
#, fuzzy, no-wrap
#| msgid "@code{extra-environment} (default: @code{#~'()})"
msgid "@code{variables} (default: @code{'()}) (type: alist)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:45806
+#: guix-git/doc/guix.texi:45835
#, fuzzy
#| msgid "A list of environment variables to be defined."
msgid "Association list of readline variables to set."
msgstr "Список переменных среды, которые необходимо определить."
#. type: lisp
-#: guix-git/doc/guix.texi:45810
+#: guix-git/doc/guix.texi:45839
#, no-wrap
msgid ""
"'((\\\"bell-style\\\" . \\\"visible\\\")\n"
@@ -87849,7 +87904,7 @@ msgid ""
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:45817
+#: guix-git/doc/guix.texi:45846
#, no-wrap
msgid ""
"set bell-style visible\n"
@@ -87857,19 +87912,19 @@ msgid ""
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:45819
+#: guix-git/doc/guix.texi:45848
#, fuzzy, no-wrap
#| msgid "@code{extra-environment} (default: @code{#~'()})"
msgid "@code{conditional-constructs} (default: @code{'()}) (type: alist)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:45823
+#: guix-git/doc/guix.texi:45852
msgid "Association list of conditionals to add to the initialization file. This includes @command{$if}, @command{else}, @command{endif} and @command{include} and they receive a value of another @command{home-inputrc-configuration}."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:45835
+#: guix-git/doc/guix.texi:45864
#, no-wrap
msgid ""
"(conditional-constructs\n"
@@ -87885,7 +87940,7 @@ msgid ""
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:45845
+#: guix-git/doc/guix.texi:45874
#, no-wrap
msgid ""
"$if mode=vi\n"
@@ -87896,412 +87951,412 @@ msgid ""
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:45847
+#: guix-git/doc/guix.texi:45876
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{extra-content} (default: @code{\"\"}) (type: text-config)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:45850
+#: guix-git/doc/guix.texi:45879
#, fuzzy
#| msgid "@xref{Bootloader Configuration}, for more information on the available configuration options."
msgid "Extra content appended as-is to the configuration file. Run @command{man readline} for more information about all the configuration options."
msgstr "@xref{Bootloader Configuration}, для получения дополнительной информации о доступных параметрах конфигурации."
#. type: node
-#: guix-git/doc/guix.texi:45854
+#: guix-git/doc/guix.texi:45883
#, fuzzy, no-wrap
#| msgid "Monitoring Services"
msgid "Mcron Home Service"
msgstr "Сервисы мониторинга"
#. type: subsection
-#: guix-git/doc/guix.texi:45855
+#: guix-git/doc/guix.texi:45884
#, fuzzy, no-wrap
#| msgid "Scheduled Job Execution"
msgid "Scheduled User's Job Execution"
msgstr "Запланированное исполнения задач"
#. type: Plain text
-#: guix-git/doc/guix.texi:45868
+#: guix-git/doc/guix.texi:45897
msgid "The @code{(gnu home services mcron)} module provides an interface to GNU@tie{}mcron, a daemon to run jobs at scheduled times (@pxref{Top,,, mcron, GNU@tie{}mcron}). The information about system's mcron is applicable here (@pxref{Scheduled Job Execution}), the only difference for home services is that they have to be declared in a @code{home-environment} record instead of an @code{operating-system} record."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:45869
+#: guix-git/doc/guix.texi:45898
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "home-mcron-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:45873
+#: guix-git/doc/guix.texi:45902
msgid "This is the type of the @code{mcron} home service, whose value is a @code{home-mcron-configuration} object. It allows to manage scheduled tasks."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:45880
+#: guix-git/doc/guix.texi:45909
#, fuzzy, no-wrap
#| msgid "{Data Type} ganeti-mond-configuration"
msgid "{Data Type} home-mcron-configuration"
msgstr "{Тип данных} build-machine"
#. type: deftp
-#: guix-git/doc/guix.texi:45882
+#: guix-git/doc/guix.texi:45911
msgid "Available @code{home-mcron-configuration} fields are:"
msgstr "Доступными полями @code{home-mcron-configuration} являются:"
#. type: table
-#: guix-git/doc/guix.texi:45903
+#: guix-git/doc/guix.texi:45932
msgid "@code{(ice-9 format)} format string for log messages. The default value produces messages like \"@samp{@var{pid} @var{name}: @var{message}\"} (@pxref{Invoking mcron, Invoking,, mcron,GNU@tie{}mcron}). Each message is also prefixed by a timestamp by GNU Shepherd."
msgstr ""
#. type: subsection
-#: guix-git/doc/guix.texi:45908 guix-git/doc/guix.texi:45909
+#: guix-git/doc/guix.texi:45937 guix-git/doc/guix.texi:45938
#, fuzzy, no-wrap
#| msgid "Power Management Services"
msgid "Power Management Home Services"
msgstr "Сервисы управления питанием"
#. type: cindex
-#: guix-git/doc/guix.texi:45911
+#: guix-git/doc/guix.texi:45940
#, fuzzy, no-wrap
#| msgid "Power Management Services"
msgid "power management"
msgstr "Сервисы управления питанием"
#. type: Plain text
-#: guix-git/doc/guix.texi:45914
+#: guix-git/doc/guix.texi:45943
#, fuzzy
#| msgid "The @code{(gnu services nix)} module provides the following service."
msgid "The @code{(gnu home services pm)} module provides home services pertaining to battery power."
msgstr "Модуль @code{(gnu services nix)} предоставляет следующий сервис."
#. type: defvar
-#: guix-git/doc/guix.texi:45915
+#: guix-git/doc/guix.texi:45944
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} profile-service-type"
msgid "home-batsignal-service-type"
msgstr "{Scheme Variable} profile-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:45921
+#: guix-git/doc/guix.texi:45950
msgid "Service for @code{batsignal}, a program that monitors battery levels and warns the user through desktop notifications when their battery is getting low. You can also configure a command to be run when the battery level passes a point deemed ``dangerous''. This service is configured with the @code{home-batsignal-configuration} record."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:45923
+#: guix-git/doc/guix.texi:45952
#, fuzzy, no-wrap
#| msgid "{Data Type} webssh-configuration"
msgid "{Data Type} home-batsignal-configuration"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:45925
+#: guix-git/doc/guix.texi:45954
#, fuzzy
#| msgid "Data type representing the configuration of Laminar."
msgid "Data type representing the configuration for batsignal."
msgstr "Управление конфигурацией операционной системы."
#. type: item
-#: guix-git/doc/guix.texi:45927
+#: guix-git/doc/guix.texi:45956
#, fuzzy, no-wrap
#| msgid "@code{log-level} (default @code{1})"
msgid "@code{warning-level} (default: @code{15})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:45929
+#: guix-git/doc/guix.texi:45958
msgid "The battery level to send a warning message at."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:45930
+#: guix-git/doc/guix.texi:45959
#, fuzzy, no-wrap
#| msgid "@code{address} (default: @code{#f})"
msgid "@code{warning-message} (default: @code{#f})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:45934
+#: guix-git/doc/guix.texi:45963
msgid "The message to send as a notification when the battery level reaches the @code{warning-level}. Setting to @code{#f} uses the default message."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:45935
+#: guix-git/doc/guix.texi:45964
#, fuzzy, no-wrap
#| msgid "@code{log-level} (default @code{1})"
msgid "@code{critical-level} (default: @code{5})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:45937
+#: guix-git/doc/guix.texi:45966
msgid "The battery level to send a critical message at."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:45938
+#: guix-git/doc/guix.texi:45967
#, fuzzy, no-wrap
#| msgid "@code{kitename} (default: @code{#f})"
msgid "@code{critical-message} (default: @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:45942
+#: guix-git/doc/guix.texi:45971
msgid "The message to send as a notification when the battery level reaches the @code{critical-level}. Setting to @code{#f} uses the default message."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:45943
+#: guix-git/doc/guix.texi:45972
#, fuzzy, no-wrap
#| msgid "@code{log-level} (default @code{1})"
msgid "@code{danger-level} (default: @code{2})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:45945
+#: guix-git/doc/guix.texi:45974
msgid "The battery level to run the @code{danger-command} at."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:45946
+#: guix-git/doc/guix.texi:45975
#, fuzzy, no-wrap
#| msgid "@code{lang} (default: @code{#f})"
msgid "@code{danger-command} (default: @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:45949
+#: guix-git/doc/guix.texi:45978
msgid "The command to run when the battery level reaches the @code{danger-level}. Setting to @code{#f} disables running the command entirely."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:45950
+#: guix-git/doc/guix.texi:45979
#, fuzzy, no-wrap
#| msgid "@code{log-level} (default @code{1})"
msgid "@code{full-level} (default: @code{#f})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:45953
+#: guix-git/doc/guix.texi:45982
msgid "The battery level to send a full message at. Setting to @code{#f} disables sending the full message entirely."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:45954
+#: guix-git/doc/guix.texi:45983
#, fuzzy, no-wrap
#| msgid "@code{message} (default @code{\"\"})"
msgid "@code{full-message} (default: @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:45957
+#: guix-git/doc/guix.texi:45986
msgid "The message to send as a notification when the battery level reaches the @code{full-level}. Setting to @code{#f} uses the default message."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:45958
+#: guix-git/doc/guix.texi:45987
#, fuzzy, no-wrap
#| msgid "@code{features} (default: @code{'()})"
msgid "@code{batteries} (default: @code{'()})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:45961
+#: guix-git/doc/guix.texi:45990
msgid "The batteries to monitor. Setting to @code{'()} tries to find batteries automatically."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:45962
+#: guix-git/doc/guix.texi:45991
#, fuzzy, no-wrap
#| msgid "@code{poll} (default @code{600})"
msgid "@code{poll-delay} (default: @code{60})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:45964
+#: guix-git/doc/guix.texi:45993
msgid "The time in seconds to wait before checking the batteries again."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:45965
+#: guix-git/doc/guix.texi:45994
#, fuzzy, no-wrap
#| msgid "@code{linux} (default: @code{#f})"
msgid "@code{icon} (default: @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:45968
+#: guix-git/doc/guix.texi:45997
msgid "A file-like object to use as the icon for battery notifications. Setting to @code{#f} disables notification icons entirely."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:45969
+#: guix-git/doc/guix.texi:45998
#, fuzzy, no-wrap
#| msgid "@code{tags?} (default: @code{#t})"
msgid "@code{notifications?} (default: @code{#t})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:45971
+#: guix-git/doc/guix.texi:46000
#, fuzzy
#| msgid "Whether to use a snippet, or a build phase."
msgid "Whether to send any notifications."
msgstr "Где использовать сниппет, а где фазу сборки."
#. type: item
-#: guix-git/doc/guix.texi:45972
+#: guix-git/doc/guix.texi:46001
#, fuzzy, no-wrap
#| msgid "@code{tftp-secure?} (default: @code{#f})"
msgid "@code{notifications-expire?} (default: @code{#f})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:45974
+#: guix-git/doc/guix.texi:46003
msgid "Whether notifications sent expire after a time."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:45975
+#: guix-git/doc/guix.texi:46004
#, fuzzy, no-wrap
#| msgid "@code{send-notification-command} (default: @code{#f})"
msgid "@code{notification-command} (default: @code{#f})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:45978
+#: guix-git/doc/guix.texi:46007
msgid "Command to use to send messages. Setting to @code{#f} sends a notification through @code{libnotify}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:45979
+#: guix-git/doc/guix.texi:46008
#, fuzzy, no-wrap
#| msgid "@code{no-voting?} (default: @code{#f})"
msgid "@code{ignore-missing?} (default: @code{#f})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:45981
+#: guix-git/doc/guix.texi:46010
msgid "Whether to ignore missing battery errors."
msgstr ""
#. type: node
-#: guix-git/doc/guix.texi:45984
+#: guix-git/doc/guix.texi:46013
#, fuzzy, no-wrap
#| msgid "Shepherd Services"
msgid "Shepherd Home Service"
msgstr "Сервисы Shepherd"
#. type: subsection
-#: guix-git/doc/guix.texi:45985
+#: guix-git/doc/guix.texi:46014
#, fuzzy, no-wrap
#| msgid "Messaging services."
msgid "Managing User Daemons"
msgstr "Сервисы сообщений."
#. type: cindex
-#: guix-git/doc/guix.texi:45987
+#: guix-git/doc/guix.texi:46016
#, fuzzy, no-wrap
#| msgid "shepherd services"
msgid "shepherd services, for users"
msgstr "сервисы shepherd"
#. type: Plain text
-#: guix-git/doc/guix.texi:45994
+#: guix-git/doc/guix.texi:46023
msgid "The @code{(gnu home services shepherd)} module supports the definitions of per-user Shepherd services (@pxref{Introduction,,, shepherd, The GNU Shepherd Manual}). You extend @code{home-shepherd-service-type} with new services; Guix Home then takes care of starting the @code{shepherd} daemon for you when you log in, which in turns starts the services you asked for."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:45995
+#: guix-git/doc/guix.texi:46024
#, fuzzy, no-wrap
#| msgid "shepherd-root-service-type"
msgid "home-shepherd-service-type"
msgstr "shepherd-root-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:46000
+#: guix-git/doc/guix.texi:46029
msgid "The service type for the userland Shepherd, which allows one to manage long-running processes or one-shot tasks. User's Shepherd is not an init process (PID 1), but almost all other information described in (@pxref{Shepherd Services}) is applicable here too."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:46005
+#: guix-git/doc/guix.texi:46034
msgid "This is the service type that extensions target when they want to create shepherd services (@pxref{Service Types and Services}, for an example). Each extension must pass a list of @code{<shepherd-service>}. Its value must be a @code{home-shepherd-configuration}, as described below."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:46007
+#: guix-git/doc/guix.texi:46036
#, fuzzy, no-wrap
#| msgid "{Data Type} shepherd-configuration"
msgid "{Data Type} home-shepherd-configuration"
msgstr "Конфигурирование системы"
#. type: item
-#: guix-git/doc/guix.texi:46014
+#: guix-git/doc/guix.texi:46043
#, fuzzy, no-wrap
#| msgid "@code{auto-start?} (default: @code{#t})"
msgid "auto-start? (default: @code{#t})"
msgstr "@code{auto-start?} (default: @code{#t})"
#. type: table
-#: guix-git/doc/guix.texi:46016
+#: guix-git/doc/guix.texi:46045
msgid "Whether or not to start Shepherd on first login."
msgstr ""
#. type: subsection
-#: guix-git/doc/guix.texi:46024 guix-git/doc/guix.texi:46025
+#: guix-git/doc/guix.texi:46053 guix-git/doc/guix.texi:46054
#, no-wrap
msgid "Secure Shell"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:46027
+#: guix-git/doc/guix.texi:46056
#, fuzzy, no-wrap
#| msgid "configuration"
msgid "secure shell client, configuration"
msgstr "Конфигурирование системы"
#. type: cindex
-#: guix-git/doc/guix.texi:46028
+#: guix-git/doc/guix.texi:46057
#, fuzzy, no-wrap
#| msgid "configuration"
msgid "SSH client, configuration"
msgstr "Конфигурирование системы"
#. type: Plain text
-#: guix-git/doc/guix.texi:46036
+#: guix-git/doc/guix.texi:46065
msgid "The @uref{https://www.openssh.com, OpenSSH package} includes a client, the @command{ssh} command, that allows you to connect to remote machines using the @acronym{SSH, secure shell} protocol. With the @code{(gnu home services ssh)} module, you can set up OpenSSH so that it works in a predictable fashion, almost independently of state on the local machine. To do that, you instantiate @code{home-openssh-service-type} in your Home configuration, as explained below."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:46037
+#: guix-git/doc/guix.texi:46066
#, fuzzy, no-wrap
#| msgid "(service openssh-service-type)\n"
msgid "home-openssh-service-type"
msgstr "(service openssh-service-type)\n"
#. type: defvar
-#: guix-git/doc/guix.texi:46040
+#: guix-git/doc/guix.texi:46069
msgid "This is the type of the service to set up the OpenSSH client. It takes care of several things:"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:46046
+#: guix-git/doc/guix.texi:46075
msgid "providing a @file{~/.ssh/config} file based on your configuration so that @command{ssh} knows about hosts you regularly connect to and their associated parameters;"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:46051
+#: guix-git/doc/guix.texi:46080
msgid "providing a @file{~/.ssh/authorized_keys}, which lists public keys that the local SSH server, @command{sshd}, may accept to connect to this user account;"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:46055
+#: guix-git/doc/guix.texi:46084
msgid "optionally providing a @file{~/.ssh/known_hosts} file so that @file{ssh} can authenticate hosts you connect to."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:46071
+#: guix-git/doc/guix.texi:46100
#, no-wrap
msgid ""
"(service home-openssh-service-type\n"
@@ -88317,338 +88372,338 @@ msgid ""
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:46078
+#: guix-git/doc/guix.texi:46107
msgid "The example above lists two hosts and their parameters. For instance, running @command{ssh chbouib} will automatically connect to @code{chbouib.example.org} on port 10022, logging in as user @samp{supercharlie}. Further, it marks the public key in @file{alice.pub} as authorized for incoming connections."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:46081
+#: guix-git/doc/guix.texi:46110
msgid "The value associated with a @code{home-openssh-service-type} instance must be a @code{home-openssh-configuration} record, as describe below."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:46083
+#: guix-git/doc/guix.texi:46112
#, fuzzy, no-wrap
#| msgid "{Data Type} webssh-configuration"
msgid "{Data Type} home-openssh-configuration"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:46087
+#: guix-git/doc/guix.texi:46116
#, fuzzy
#| msgid "Data type representing the Mumi service configuration. This type has the following fields:"
msgid "This is the datatype representing the OpenSSH client and server configuration in one's home environment. It contains the following fields:"
msgstr "Тип данных, представляющий конфигурацию сервиса Mumi. Этот тип имеет следующие поля:"
#. type: item
-#: guix-git/doc/guix.texi:46089
+#: guix-git/doc/guix.texi:46118
#, fuzzy, no-wrap
#| msgid "@code{roles} (default: @code{'()})"
msgid "@code{hosts} (default: @code{'()})"
msgstr "@code{modules} (по умолчанию: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:46093
+#: guix-git/doc/guix.texi:46122
msgid "A list of @code{openssh-host} records specifying host names and associated connection parameters (see below). This host list goes into @file{~/.ssh/config}, which @command{ssh} reads at startup."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:46094
+#: guix-git/doc/guix.texi:46123
#, fuzzy, no-wrap
#| msgid "@code{known-hosts} (default: @var{'()})"
msgid "@code{known-hosts} (default: @code{*unspecified*})"
msgstr "@code{inputs} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:46096
+#: guix-git/doc/guix.texi:46125
msgid "This must be either:"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:46102
+#: guix-git/doc/guix.texi:46131
msgid "@code{*unspecified*}, in which case @code{home-openssh-service-type} leaves it up to @command{ssh} and to the user to maintain the list of known hosts at @file{~/.ssh/known_hosts}, or"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:46106
+#: guix-git/doc/guix.texi:46135
msgid "a list of file-like objects, in which case those are concatenated and emitted as @file{~/.ssh/known_hosts}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:46115
+#: guix-git/doc/guix.texi:46144
msgid "The @file{~/.ssh/known_hosts} contains a list of host name/host key pairs that allow @command{ssh} to authenticate hosts you connect to and to detect possible impersonation attacks. By default, @command{ssh} updates it in a @dfn{TOFU, trust-on-first-use} fashion, meaning that it records the host's key in that file the first time you connect to it. This behavior is preserved when @code{known-hosts} is set to @code{*unspecified*}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:46121
+#: guix-git/doc/guix.texi:46150
msgid "If you instead provide a list of host keys upfront in the @code{known-hosts} field, your configuration becomes self-contained and stateless: it can be replicated elsewhere or at another point in time. Preparing this list can be relatively tedious though, which is why @code{*unspecified*} is kept as a default."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:46122
+#: guix-git/doc/guix.texi:46151
#, fuzzy, no-wrap
#| msgid "@code{authorize?} (default: @code{#t})"
msgid "@code{authorized-keys} (default: @code{#false})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:46127
+#: guix-git/doc/guix.texi:46156
msgid "The default @code{#false} value means: Leave any @file{~/.ssh/authorized_keys} file alone. Otherwise, this must be a list of file-like objects, each of which containing an SSH public key that should be authorized to connect to this machine."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:46133
+#: guix-git/doc/guix.texi:46162
msgid "Concretely, these files are concatenated and made available as @file{~/.ssh/authorized_keys}. If an OpenSSH server, @command{sshd}, is running on this machine, then it @emph{may} take this file into account: this is what @command{sshd} does by default, but be aware that it can also be configured to ignore it."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:46134
+#: guix-git/doc/guix.texi:46163
#, fuzzy, no-wrap
msgid "@code{add-keys-to-agent} (default: @code{no})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:46147
+#: guix-git/doc/guix.texi:46176
msgid "This string specifies whether keys should be automatically added to a running ssh-agent. If this option is set to @code{yes} and a key is loaded from a file, the key and its passphrase are added to the agent with the default lifetime, as if by @code{ssh-add}. If this option is set to @code{ask}, @code{ssh} will require confirmation. If this option is set to @code{confirm}, each use of the key must be confirmed. If this option is set to @code{no}, no keys are added to the agent. Alternately, this option may be specified as a time interval to specify the key's lifetime in @code{ssh-agent}, after which it will automatically be removed. The argument must be @code{no}, @code{yes}, @code{confirm} (optionally followed by a time interval), @code{ask} or a time interval."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:46152
+#: guix-git/doc/guix.texi:46181
#, fuzzy, no-wrap
#| msgid "{Data Type} ganeti-os"
msgid "{Data Type} openssh-host"
msgstr "{Тип данных} build-machine"
#. type: deftp
-#: guix-git/doc/guix.texi:46154
+#: guix-git/doc/guix.texi:46183
msgid "Available @code{openssh-host} fields are:"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:46160
+#: guix-git/doc/guix.texi:46189
msgid "Name of this host declaration. A @code{openssh-host} must define only @code{name} or @code{match-criteria}. Use host-name @code{\\\"*\\\"} for top-level options."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:46161
+#: guix-git/doc/guix.texi:46190
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{host-name} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:46163
+#: guix-git/doc/guix.texi:46192
msgid "Host name---e.g., @code{\"foo.example.org\"} or @code{\"192.168.1.2\"}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:46164
+#: guix-git/doc/guix.texi:46193
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{match-criteria} (type: maybe-match-criteria)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:46171
+#: guix-git/doc/guix.texi:46200
msgid "When specified, this string denotes the set of hosts to which the entry applies, superseding the @code{host-name} field. Its first element must be all or one of @code{ssh-match-keywords}. The rest of the elements are arguments for the keyword, or other criteria. A @code{openssh-host} must define only @code{name} or @code{match-criteria}. Other host configuration options will apply to all hosts matching @code{match-criteria}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:46172
+#: guix-git/doc/guix.texi:46201
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{address-family} (type: maybe-address-family)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:46176
+#: guix-git/doc/guix.texi:46205
msgid "Address family to use when connecting to this host: one of @code{AF_INET} (for IPv4 only), @code{AF_INET6} (for IPv6 only). Additionally, the field can be left unset to allow any address family."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:46177
+#: guix-git/doc/guix.texi:46206
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{identity-file} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:46179
+#: guix-git/doc/guix.texi:46208
msgid "The identity file to use---e.g., @code{\"/home/charlie/.ssh/id_ed25519\"}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:46180 guix-git/doc/guix.texi:46220
+#: guix-git/doc/guix.texi:46209 guix-git/doc/guix.texi:46249
#, fuzzy, no-wrap
#| msgid "@code{modules} (default: @code{%default-modules})"
msgid "@code{port} (type: maybe-natural-number)"
msgstr "@code{modules} (default: @code{%default-modules})"
#. type: table
-#: guix-git/doc/guix.texi:46182 guix-git/doc/guix.texi:46222
+#: guix-git/doc/guix.texi:46211 guix-git/doc/guix.texi:46251
msgid "TCP port number to connect to."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:46183 guix-git/doc/guix.texi:46214
-#: guix-git/doc/guix.texi:46977
+#: guix-git/doc/guix.texi:46212 guix-git/doc/guix.texi:46243
+#: guix-git/doc/guix.texi:47006
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{user} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:46185 guix-git/doc/guix.texi:46216
+#: guix-git/doc/guix.texi:46214 guix-git/doc/guix.texi:46245
#, fuzzy
#| msgid "The host name of the remote machine."
msgid "User name on the remote host."
msgstr "Имя хоста удалённой машины."
#. type: item
-#: guix-git/doc/guix.texi:46186
+#: guix-git/doc/guix.texi:46215
#, fuzzy, no-wrap
#| msgid "@code{discover?} (default: @code{#f})"
msgid "@code{forward-x11?} (type: maybe-boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:46189
+#: guix-git/doc/guix.texi:46218
msgid "Whether to forward remote client connections to the local X11 graphical display."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:46190
+#: guix-git/doc/guix.texi:46219
#, fuzzy, no-wrap
#| msgid "@code{discover?} (default: @code{#f})"
msgid "@code{forward-x11-trusted?} (type: maybe-boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:46193
+#: guix-git/doc/guix.texi:46222
msgid "Whether remote X11 clients have full access to the original X11 graphical display."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:46194
+#: guix-git/doc/guix.texi:46223
#, fuzzy, no-wrap
#| msgid "@code{discover?} (default: @code{#f})"
msgid "@code{forward-agent?} (type: maybe-boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:46197
+#: guix-git/doc/guix.texi:46226
msgid "Whether the authentication agent (if any) is forwarded to the remote machine."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:46198
+#: guix-git/doc/guix.texi:46227
#, fuzzy, no-wrap
#| msgid "@code{discover?} (default: @code{#f})"
msgid "@code{compression?} (type: maybe-boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:46200
+#: guix-git/doc/guix.texi:46229
msgid "Whether to compress data in transit."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:46201
+#: guix-git/doc/guix.texi:46230
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{proxy} (type: maybe-proxy-command-or-jump-list)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:46205
+#: guix-git/doc/guix.texi:46234
msgid "The command to use to connect to the server or a list of SSH hosts to jump through before connecting to the server. The field may be set to either a @code{proxy-command} or a list of @code{proxy-jump} records."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:46209
+#: guix-git/doc/guix.texi:46238
msgid "As an example, a @code{proxy-command} to connect via an HTTP proxy at 192.0.2.0 would be constructed with: @code{(proxy-command \"nc -X connect -x 192.0.2.0:8080 %h %p\")}."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:46210
+#: guix-git/doc/guix.texi:46239
#, fuzzy, no-wrap
#| msgid "{Data Type} origin"
msgid "{Data Type} proxy-jump"
msgstr "{Тип данных} origin"
#. type: deftp
-#: guix-git/doc/guix.texi:46212
+#: guix-git/doc/guix.texi:46241
msgid "Available @code{proxy-jump} fields are:"
msgstr "Доступными полями @code{proxy-jump} являются:"
#. type: item
-#: guix-git/doc/guix.texi:46217
+#: guix-git/doc/guix.texi:46246
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{host-name} (type: string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:46219
+#: guix-git/doc/guix.texi:46248
msgid "Host name---e.g., @code{foo.example.org} or @code{192.168.1.2}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:46227
+#: guix-git/doc/guix.texi:46256
#, fuzzy, no-wrap
#| msgid "@code{settings} (default: @code{%default-sysctl-settings})"
msgid "@code{host-key-algorithms} (type: maybe-string-list)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:46230
+#: guix-git/doc/guix.texi:46259
msgid "The list of accepted host key algorithms---e.g., @code{'(\"ssh-ed25519\")}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:46231
+#: guix-git/doc/guix.texi:46260
#, fuzzy, no-wrap
#| msgid "@code{settings} (default: @code{%default-sysctl-settings})"
msgid "@code{accepted-key-types} (type: maybe-string-list)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:46233
+#: guix-git/doc/guix.texi:46262
msgid "The list of accepted user public key types."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:46234 guix-git/doc/guix.texi:46412
-#: guix-git/doc/guix.texi:46526
+#: guix-git/doc/guix.texi:46263 guix-git/doc/guix.texi:46441
+#: guix-git/doc/guix.texi:46555
#, fuzzy, no-wrap
#| msgid "@code{metad-configuration} (default: @code{(ganeti-metad-configuration)})"
msgid "@code{extra-content} (default: @code{\"\"}) (type: raw-configuration-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:46237
+#: guix-git/doc/guix.texi:46266
msgid "Extra content appended as-is to this @code{Host} block in @file{~/.ssh/config}."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:46242
+#: guix-git/doc/guix.texi:46271
#, fuzzy, no-wrap
#| msgid "Game Services"
msgid "Parcimonie, Home service"
msgstr "Игровые службы"
#. type: Plain text
-#: guix-git/doc/guix.texi:46248
+#: guix-git/doc/guix.texi:46277
msgid "The @code{parcimonie} service runs a daemon that slowly refreshes a GnuPG public key from a keyserver. It refreshes one key at a time; between every key update parcimonie sleeps a random amount of time, long enough for the previously used Tor circuit to expire. This process is meant to make it hard for an attacker to correlate the multiple key update."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:46252
+#: guix-git/doc/guix.texi:46281
msgid "As an example, here is how you would configure @code{parcimonie} to refresh the keys in your GnuPG keyring, as well as those keyrings created by Guix, such as when running @code{guix import}:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:46257
+#: guix-git/doc/guix.texi:46286
#, fuzzy, no-wrap
#| msgid ""
#| "(service gmnisrv-service-type\n"
@@ -88664,111 +88719,111 @@ msgstr ""
" (config-file (local-file \"./my-gmnisrv.ini\"))))\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:46262
+#: guix-git/doc/guix.texi:46291
msgid "This assumes that the Tor anonymous routing daemon is already running on your system. On Guix System, this can be achieved by setting up @code{tor-service-type} (@pxref{Networking Services, @code{tor-service-type}})."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:46264 guix-git/doc/guix.texi:46371
-#: guix-git/doc/guix.texi:46875
+#: guix-git/doc/guix.texi:46293 guix-git/doc/guix.texi:46400
+#: guix-git/doc/guix.texi:46904
msgid "The service reference is given below."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:46265
+#: guix-git/doc/guix.texi:46294
#, fuzzy, no-wrap
#| msgid "provenance-service-type"
msgid "parcimonie-service-type"
msgstr "provenance-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:46269
+#: guix-git/doc/guix.texi:46298
msgid "This is the service type for @command{parcimonie} (@uref{https://salsa.debian.org/intrigeri/parcimonie, Parcimonie's web site}). Its value must be a @code{home-parcimonie-configuration}, as shown below."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:46273
+#: guix-git/doc/guix.texi:46302
#, fuzzy, no-wrap
#| msgid "{Data Type} ganeti-mond-configuration"
msgid "{Data Table} home-parcimonie-configuration"
msgstr "{Тип данных} build-machine"
#. type: deftp
-#: guix-git/doc/guix.texi:46275
+#: guix-git/doc/guix.texi:46304
#, fuzzy
#| msgid "Available @code{home-mcron-configuration} fields are:"
msgid "Available @code{home-parcimonie-configuration} fields are:"
msgstr "Доступными полями @code{home-mcron-configuration} являются:"
#. type: item
-#: guix-git/doc/guix.texi:46277
+#: guix-git/doc/guix.texi:46306
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{parcimonie} (default: @code{parcimonie}) (type: file-like)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:46279
+#: guix-git/doc/guix.texi:46308
#, fuzzy
#| msgid "The audit package to use."
msgid "The parcimonie package to use."
msgstr "Пакет аудита для использования."
#. type: table
-#: guix-git/doc/guix.texi:46282
+#: guix-git/doc/guix.texi:46311
msgid "Whether to have more verbose logging from the service."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:46283
+#: guix-git/doc/guix.texi:46312
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{gnupg-already-torified?} (default: @code{#f}) (type: boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:46286
+#: guix-git/doc/guix.texi:46315
msgid "Whether GnuPG is already configured to pass all traffic through @uref{https://torproject.org, Tor}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:46287
+#: guix-git/doc/guix.texi:46316
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{refresh-guix-keyrings?} (default: @code{#f}) (type: boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:46291
+#: guix-git/doc/guix.texi:46320
msgid "Guix creates a few keyrings in the @var{$XDG_CONFIG_DIR}, such as when running @code{guix import} (@pxref{Invoking guix import}). Setting this to @code{#t} will also refresh any keyrings which Guix has created."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:46292
+#: guix-git/doc/guix.texi:46321
#, fuzzy, no-wrap
#| msgid "@code{metad-configuration} (default: @code{(ganeti-metad-configuration)})"
msgid "@code{extra-content} (default: @code{#f}) (type: raw-configuration-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:46294
+#: guix-git/doc/guix.texi:46323
msgid "Raw content to add to the parcimonie command."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:46301
+#: guix-git/doc/guix.texi:46330
#, fuzzy, no-wrap
#| msgid "ssh-key"
msgid "ssh-agent"
msgstr "host-key"
#. type: Plain text
-#: guix-git/doc/guix.texi:46309
+#: guix-git/doc/guix.texi:46338
msgid "The @uref{https://www.openssh.com, OpenSSH package} includes a daemon, the @command{ssh-agent} command, that manages keys to connect to remote machines using the @acronym{SSH, secure shell} protocol. With the @code{(gnu home services ssh)} service, you can configure the OpenSSH ssh-agent to run upon login. @xref{GNU Privacy Guard, @code{home-gpg-agent-service-type}}, for an alternative to OpenSSH's @command{ssh-agent}."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:46318
+#: guix-git/doc/guix.texi:46347
#, fuzzy, no-wrap
#| msgid ""
#| "(service qemu-binfmt-service-type\n"
@@ -88784,105 +88839,105 @@ msgstr ""
" (platforms (lookup-qemu-platforms \"arm\" \"aarch64\"))))\n"
#. type: defvar
-#: guix-git/doc/guix.texi:46320
+#: guix-git/doc/guix.texi:46349
#, fuzzy, no-wrap
#| msgid "(service openssh-service-type)\n"
msgid "home-ssh-agent-service-type"
msgstr "(service openssh-service-type)\n"
#. type: defvar
-#: guix-git/doc/guix.texi:46323
+#: guix-git/doc/guix.texi:46352
msgid "This is the type of the @code{ssh-agent} home service, whose value is a @code{home-ssh-agent-configuration} object."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:46325
+#: guix-git/doc/guix.texi:46354
#, fuzzy, no-wrap
#| msgid "{Data Type} webssh-configuration"
msgid "{Data Type} home-ssh-agent-configuration"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:46327
+#: guix-git/doc/guix.texi:46356
msgid "Available @code{home-ssh-agent-configuration} fields are:"
msgstr "Доступными полями @code{home-ssh-agent-configuration} являются:"
#. type: item
-#: guix-git/doc/guix.texi:46329
+#: guix-git/doc/guix.texi:46358
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{openssh} (default: @code{openssh}) (type: file-like)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: item
-#: guix-git/doc/guix.texi:46332
+#: guix-git/doc/guix.texi:46361
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{socket-directory} (default: @code{@env{XDG_RUNTIME_DIR}/ssh-agent\"}) (type: gexp)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:46334
+#: guix-git/doc/guix.texi:46363
msgid "The directory to write the ssh-agent's @file{socket} file."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:46338
+#: guix-git/doc/guix.texi:46367
msgid "Extra options will be passed to @command{ssh-agent}, please run @command{man ssh-agent} for more information."
msgstr ""
#. type: subsection
-#: guix-git/doc/guix.texi:46342 guix-git/doc/guix.texi:46343
+#: guix-git/doc/guix.texi:46371 guix-git/doc/guix.texi:46372
#, no-wrap
msgid "GNU Privacy Guard"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:46345
+#: guix-git/doc/guix.texi:46374
#, fuzzy, no-wrap
#| msgid "Game Services"
msgid "GNU Privacy Guard, Home service"
msgstr "Игровые службы"
#. type: cindex
-#: guix-git/doc/guix.texi:46346
+#: guix-git/doc/guix.texi:46375
#, fuzzy, no-wrap
#| msgid "Game Services"
msgid "GPG, Home service"
msgstr "Игровые службы"
#. type: Plain text
-#: guix-git/doc/guix.texi:46350
+#: guix-git/doc/guix.texi:46379
#, fuzzy
#| msgid "The @code{(gnu services nix)} module provides the following service."
msgid "The @code{(gnu home services gnupg)} module provides services that help you set up the GNU Privacy Guard, also known as GnuPG or GPG, in your home environment."
msgstr "Модуль @code{(gnu services nix)} предоставляет следующий сервис."
#. type: cindex
-#: guix-git/doc/guix.texi:46351
+#: guix-git/doc/guix.texi:46380
#, fuzzy, no-wrap
#| msgid "Game Services"
msgid "gpg-agent, Home service"
msgstr "Игровые службы"
#. type: cindex
-#: guix-git/doc/guix.texi:46352
+#: guix-git/doc/guix.texi:46381
#, no-wrap
msgid "SSH agent, with gpg-agent"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:46357
+#: guix-git/doc/guix.texi:46386
msgid "The @code{gpg-agent} service configures and sets up GPG's agent, the program that is responsible for managing OpenPGP private keys and, optionally, OpenSSH (secure shell) private keys (@pxref{Invoking GPG-AGENT,,, gnupg, Using the GNU Privacy Guard})."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:46361
+#: guix-git/doc/guix.texi:46390
msgid "As an example, here is how you would configure @code{gpg-agent} with SSH support such that it uses the Emacs-based Pinentry interface when prompting for a passphrase:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:46368
+#: guix-git/doc/guix.texi:46397
#, no-wrap
msgid ""
"(service home-gpg-agent-service-type\n"
@@ -88893,208 +88948,208 @@ msgid ""
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:46372
+#: guix-git/doc/guix.texi:46401
#, fuzzy, no-wrap
#| msgid "(service openssh-service-type)\n"
msgid "home-gpg-agent-service-type"
msgstr "(service openssh-service-type)\n"
#. type: defvar
-#: guix-git/doc/guix.texi:46376
+#: guix-git/doc/guix.texi:46405
msgid "This is the service type for @command{gpg-agent} (@pxref{Invoking GPG-AGENT,,, gnupg, Using the GNU Privacy Guard}). Its value must be a @code{home-gpg-agent-configuration}, as shown below."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:46380
+#: guix-git/doc/guix.texi:46409
#, fuzzy, no-wrap
#| msgid "{Data Type} webssh-configuration"
msgid "{Data Type} home-gpg-agent-configuration"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:46382
+#: guix-git/doc/guix.texi:46411
msgid "Available @code{home-gpg-agent-configuration} fields are:"
msgstr "Доступными полями @code{home-gpg-agent-configuration} являются:"
#. type: item
-#: guix-git/doc/guix.texi:46384
+#: guix-git/doc/guix.texi:46413
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{gnupg} (default: @code{gnupg}) (type: file-like)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:46386
+#: guix-git/doc/guix.texi:46415
#, fuzzy
#| msgid "The package to use."
msgid "The GnuPG package to use."
msgstr "Пакет для использования."
#. type: item
-#: guix-git/doc/guix.texi:46387
+#: guix-git/doc/guix.texi:46416
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{pinentry-program} (type: file-like)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:46392
+#: guix-git/doc/guix.texi:46421
msgid "Pinentry program to use. Pinentry is a small user interface that @command{gpg-agent} delegates to anytime it needs user input for a passphrase or @acronym{PIN,personal identification number} (@pxref{Top,,, pinentry,Using the PIN-Entry})."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:46393
+#: guix-git/doc/guix.texi:46422
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{ssh-support?} (default: @code{#f}) (type: boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:46398
+#: guix-git/doc/guix.texi:46427
msgid "Whether to enable @acronym{SSH,secure shell} support. When true, @command{gpg-agent} acts as a drop-in replacement for OpenSSH's @command{ssh-agent} program, taking care of OpenSSH secret keys and directing passphrase requests to the chosen Pinentry program."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:46399
+#: guix-git/doc/guix.texi:46428
#, fuzzy, no-wrap
#| msgid "@code{port} (default: @code{5432})"
msgid "@code{default-cache-ttl} (default: @code{600}) (type: integer)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:46401
+#: guix-git/doc/guix.texi:46430
msgid "Time a cache entry is valid, in seconds."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:46402
+#: guix-git/doc/guix.texi:46431
#, fuzzy, no-wrap
#| msgid "@code{port} (default: @code{5432})"
msgid "@code{max-cache-ttl} (default: @code{7200}) (type: integer)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:46405
+#: guix-git/doc/guix.texi:46434
msgid "Maximum time a cache entry is valid, in seconds. After this time a cache entry will be expired even if it has been accessed recently."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:46406
+#: guix-git/doc/guix.texi:46435
#, fuzzy, no-wrap
#| msgid "@code{port} (default: @code{5432})"
msgid "@code{default-cache-ttl-ssh} (default: @code{1800}) (type: integer)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:46408
+#: guix-git/doc/guix.texi:46437
msgid "Time a cache entry for SSH keys is valid, in seconds."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:46409
+#: guix-git/doc/guix.texi:46438
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{max-cache-ttl-ssh} (default: @code{7200}) (type: integer)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:46411
+#: guix-git/doc/guix.texi:46440
msgid "Maximum time a cache entry for SSH keys is valid, in seconds."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:46414
+#: guix-git/doc/guix.texi:46443
msgid "Raw content to add to the end of @file{~/.gnupg/gpg-agent.conf}."
msgstr ""
#. type: subsection
-#: guix-git/doc/guix.texi:46423 guix-git/doc/guix.texi:46424
+#: guix-git/doc/guix.texi:46452 guix-git/doc/guix.texi:46453
#, fuzzy, no-wrap
#| msgid "Desktop Services"
msgid "Desktop Home Services"
msgstr "Сервисы рабочего стола"
#. type: Plain text
-#: guix-git/doc/guix.texi:46429
+#: guix-git/doc/guix.texi:46458
msgid "The @code{(gnu home services desktop)} module provides services that you may find useful on ``desktop'' systems running a graphical user environment such as Xorg."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:46430
+#: guix-git/doc/guix.texi:46459
#, fuzzy, no-wrap
#| msgid "Game Services"
msgid "X Window, for Guix Home services"
msgstr "Игровые службы"
#. type: cindex
-#: guix-git/doc/guix.texi:46431
+#: guix-git/doc/guix.texi:46460
#, no-wrap
msgid "X11, in Guix Home"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:46432
+#: guix-git/doc/guix.texi:46461
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "home-x11-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:46435
+#: guix-git/doc/guix.texi:46464
msgid "This is the service type representing the X Window graphical display server (also referred to as ``X11'')."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:46441
+#: guix-git/doc/guix.texi:46470
msgid "X Window is necessarily started by a system service; on Guix System, starting it is the responsibility of @code{gdm-service-type} and similar services (@pxref{X Window}). At the level of Guix Home, as an unprivileged user, we cannot start X Window; all we can do is check whether it is running. This is what this service does."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:46447
+#: guix-git/doc/guix.texi:46476
msgid "As a user, you probably don't need to worry or explicitly instantiate @code{home-x11-service-type}. Services that require an X Window graphical display, such as @code{home-redshift-service-type} below, instantiate it and depend on its corresponding @code{x11-display} Shepherd service (@pxref{Shepherd Home Service})."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:46452
+#: guix-git/doc/guix.texi:46481
msgid "When X Window is running, the @code{x11-display} Shepherd service starts and sets the @env{DISPLAY} environment variable of the @command{shepherd} process, using its original value if it was already set; otherwise, it fails to start."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:46455
+#: guix-git/doc/guix.texi:46484
msgid "The service can also be forced to use a given value for @env{DISPLAY}, like so:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:46458
+#: guix-git/doc/guix.texi:46487
#, fuzzy, no-wrap
#| msgid "herd start ssh-daemon\n"
msgid "herd start x11-display :3\n"
msgstr "herd start ssh-daemon\n"
#. type: defvar
-#: guix-git/doc/guix.texi:46462
+#: guix-git/doc/guix.texi:46491
msgid "In the example above, @code{x11-display} is instructed to set @env{DISPLAY} to @code{:3}."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:46464
+#: guix-git/doc/guix.texi:46493
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} etc-service-type"
msgid "home-redshift-service-type"
msgstr "{Scheme Variable} etc-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:46469
+#: guix-git/doc/guix.texi:46498
msgid "This is the service type for @uref{https://github.com/jonls/redshift, Redshift}, a program that adjusts the display color temperature according to the time of day. Its associated value must be a @code{home-redshift-configuration} record, as shown below."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:46472
+#: guix-git/doc/guix.texi:46501
msgid "A typical configuration, where we manually specify the latitude and longitude, might look like this:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:46479
+#: guix-git/doc/guix.texi:46508
#, no-wrap
msgid ""
"(service home-redshift-service-type\n"
@@ -89105,214 +89160,214 @@ msgid ""
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:46482
+#: guix-git/doc/guix.texi:46511
#, fuzzy, no-wrap
#| msgid "{Data Type} webssh-configuration"
msgid "{Data Type} home-redshift-configuration"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:46484
+#: guix-git/doc/guix.texi:46513
msgid "Available @code{home-redshift-configuration} fields are:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:46486
+#: guix-git/doc/guix.texi:46515
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{redshift} (default: @code{redshift}) (type: file-like)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:46488
+#: guix-git/doc/guix.texi:46517
#, fuzzy
#| msgid "The audit package to use."
msgid "Redshift package to use."
msgstr "Пакет аудита для использования."
#. type: item
-#: guix-git/doc/guix.texi:46489
+#: guix-git/doc/guix.texi:46518
#, fuzzy, no-wrap
#| msgid "@code{auto-start?} (default: @code{#t})"
msgid "@code{location-provider} (default: @code{geoclue2}) (type: symbol)"
msgstr "@code{auto-start?} (default: @code{#t})"
#. type: table
-#: guix-git/doc/guix.texi:46495
+#: guix-git/doc/guix.texi:46524
msgid "Geolocation provider---@code{'manual} or @code{'geoclue2}. In the former case, you must also specify the @code{latitude} and @code{longitude} fields so Redshift can determine daytime at your place. In the latter case, the Geoclue system service must be running; it will be queried for location information."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:46496
+#: guix-git/doc/guix.texi:46525
#, fuzzy, no-wrap
#| msgid "@code{auto-start?} (default: @code{#t})"
msgid "@code{adjustment-method} (default: @code{randr}) (type: symbol)"
msgstr "@code{auto-start?} (default: @code{#t})"
#. type: table
-#: guix-git/doc/guix.texi:46498
+#: guix-git/doc/guix.texi:46527
msgid "Color adjustment method."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:46499
+#: guix-git/doc/guix.texi:46528
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{daytime-temperature} (default: @code{6500}) (type: integer)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:46501
+#: guix-git/doc/guix.texi:46530
msgid "Daytime color temperature (kelvins)."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:46502
+#: guix-git/doc/guix.texi:46531
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{nighttime-temperature} (default: @code{4500}) (type: integer)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:46504
+#: guix-git/doc/guix.texi:46533
msgid "Nighttime color temperature (kelvins)."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:46505
+#: guix-git/doc/guix.texi:46534
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{daytime-brightness} (type: maybe-inexact-number)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:46507
+#: guix-git/doc/guix.texi:46536
msgid "Daytime screen brightness, between 0.1 and 1.0, or left unspecified."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:46508
+#: guix-git/doc/guix.texi:46537
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{nighttime-brightness} (type: maybe-inexact-number)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:46510
+#: guix-git/doc/guix.texi:46539
msgid "Nighttime screen brightness, between 0.1 and 1.0, or left unspecified."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:46511
+#: guix-git/doc/guix.texi:46540
#, fuzzy, no-wrap
#| msgid "@code{modules} (default: @code{%default-modules})"
msgid "@code{latitude} (type: maybe-inexact-number)"
msgstr "@code{modules} (default: @code{%default-modules})"
#. type: table
-#: guix-git/doc/guix.texi:46513
+#: guix-git/doc/guix.texi:46542
msgid "Latitude, when @code{location-provider} is @code{'manual}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:46514
+#: guix-git/doc/guix.texi:46543
#, fuzzy, no-wrap
#| msgid "@code{modules} (default: @code{%default-modules})"
msgid "@code{longitude} (type: maybe-inexact-number)"
msgstr "@code{modules} (default: @code{%default-modules})"
#. type: table
-#: guix-git/doc/guix.texi:46516
+#: guix-git/doc/guix.texi:46545
msgid "Longitude, when @code{location-provider} is @code{'manual}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:46517
+#: guix-git/doc/guix.texi:46546
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{dawn-time} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:46521
+#: guix-git/doc/guix.texi:46550
msgid "Custom time for the transition from night to day in the morning---@code{\"HH:MM\"} format. When specified, solar elevation is not used to determine the daytime/nighttime period."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:46522
+#: guix-git/doc/guix.texi:46551
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{dusk-time} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:46525
+#: guix-git/doc/guix.texi:46554
msgid "Likewise, custom time for the transition from day to night in the evening."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:46530
+#: guix-git/doc/guix.texi:46559
msgid "Extra content appended as-is to the Redshift configuration file. Run @command{man redshift} for more information about the configuration file format."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:46535
+#: guix-git/doc/guix.texi:46564
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "home-dbus-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:46538
+#: guix-git/doc/guix.texi:46567
msgid "This is the service type for running a session-specific D-Bus, for unprivileged applications that require D-Bus to be running."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:46540
+#: guix-git/doc/guix.texi:46569
#, fuzzy, no-wrap
#| msgid "{Data Type} webssh-configuration"
msgid "{Data Type} home-dbus-configuration"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:46542
+#: guix-git/doc/guix.texi:46571
#, fuzzy
#| msgid "This is the data type representing the configuration for the hurd-getty-service."
msgid "The configuration record for @code{home-dbus-service-type}."
msgstr "Управление конфигурацией операционной системы."
#. type: item
-#: guix-git/doc/guix.texi:46544
+#: guix-git/doc/guix.texi:46573
#, fuzzy, no-wrap
msgid "@code{dbus} (default: @code{dbus})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:46546
+#: guix-git/doc/guix.texi:46575
#, fuzzy
#| msgid "Package management commands."
msgid "The package providing the @code{/bin/dbus-daemon} command."
msgstr "Команды управления пакетами."
#. type: defvar
-#: guix-git/doc/guix.texi:46549
+#: guix-git/doc/guix.texi:46578
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} profile-service-type"
msgid "home-unclutter-service-type"
msgstr "{Scheme Variable} profile-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:46555
+#: guix-git/doc/guix.texi:46584
msgid "This is the service type for Unclutter, a program that runs on the background of an X11 session and detects when the X pointer hasn't moved for a specified idle timeout, after which it hides the cursor so that you can focus on the text underneath. Its associated value must be a @code{home-unclutter-configuration} record, as shown below."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:46558
+#: guix-git/doc/guix.texi:46587
msgid "A typical configuration, where we manually specify the idle timeout (in seconds), might look like this:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:46563
+#: guix-git/doc/guix.texi:46592
#, fuzzy, no-wrap
#| msgid ""
#| "(service gmnisrv-service-type\n"
@@ -89328,64 +89383,64 @@ msgstr ""
" (config-file (local-file \"./my-gmnisrv.ini\"))))\n"
#. type: deftp
-#: guix-git/doc/guix.texi:46566
+#: guix-git/doc/guix.texi:46595
#, fuzzy, no-wrap
#| msgid "{Data Type} ganeti-mond-configuration"
msgid "{Data Type} home-unclutter-configuration"
msgstr "{Тип данных} build-machine"
#. type: deftp
-#: guix-git/doc/guix.texi:46568
+#: guix-git/doc/guix.texi:46597
#, fuzzy
#| msgid "This is the data type representing the configuration for the hurd-getty-service."
msgid "The configuration record for @code{home-unclutter-service-type}."
msgstr "Управление конфигурацией операционной системы."
#. type: item
-#: guix-git/doc/guix.texi:46570
+#: guix-git/doc/guix.texi:46599
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{unclutter} (default: @code{unclutter}) (type: file-like)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:46572
+#: guix-git/doc/guix.texi:46601
#, fuzzy
#| msgid "The package to use."
msgid "Unclutter package to use."
msgstr "Пакет для использования."
#. type: item
-#: guix-git/doc/guix.texi:46573
+#: guix-git/doc/guix.texi:46602
#, fuzzy, no-wrap
#| msgid "@code{debug?} (default @code{#f})"
msgid "@code{idle-timeout} (default: @code{5}) (type: integer)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:46575
+#: guix-git/doc/guix.texi:46604
msgid "A timeout in seconds after which to hide cursor."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:46579
+#: guix-git/doc/guix.texi:46608
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "home-xmodmap-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:46585
+#: guix-git/doc/guix.texi:46614
msgid "This is the service type for the @uref{https://gitlab.freedesktop.org/xorg/app/xmodmap,xmodmap} utility to modify keymaps and pointer button mappings under the Xorg display server. Its associated value must be a @code{home-xmodmap-configuration} record, as shown below."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:46593
+#: guix-git/doc/guix.texi:46622
msgid "The @code{key-map} field takes a list of objects, each of which is either a @dfn{statement} (a string) or an @dfn{assignment} (a pair of strings). As an example, the snippet below swaps around the @kbd{Caps_Lock} and the @kbd{Control_L} keys, by first removing the keysyms (on the right-hand side) from the corresponding modifier maps (on the left-hand side), re-assigning them by swapping each other out, and finally adding back the keysyms to the modifier maps."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:46603
+#: guix-git/doc/guix.texi:46632
#, no-wrap
msgid ""
"(service home-xmodmap-service-type\n"
@@ -89399,93 +89454,93 @@ msgid ""
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:46606
+#: guix-git/doc/guix.texi:46635
#, fuzzy, no-wrap
#| msgid "{Data Type} webssh-configuration"
msgid "{Data Type} home-xmodmap-configuration"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:46609
+#: guix-git/doc/guix.texi:46638
msgid "The configuration record for @code{home-xmodmap-service-type}. Its available fields are:"
msgstr "Запись конфигурации для @code{home-xmodmap-service-type}. Доступными полями являются:"
#. type: item
-#: guix-git/doc/guix.texi:46611
+#: guix-git/doc/guix.texi:46640
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{xmodmap} (default: @code{xmodmap}) (type: file-like)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:46613
+#: guix-git/doc/guix.texi:46642
#, fuzzy
#| msgid "The @code{opendht} package to use."
msgid "The @code{xmodmap} package to use."
msgstr "Используемый пакет @code{webssh}."
#. type: item
-#: guix-git/doc/guix.texi:46614
+#: guix-git/doc/guix.texi:46643
#, fuzzy, no-wrap
#| msgid "@code{extra-environment} (default: @code{#~'()})"
msgid "@code{key-map} (default: @code{'()}) (type: list)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:46616
+#: guix-git/doc/guix.texi:46645
msgid "The list of expressions to be read by @code{xmodmap} on service startup."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:46620
+#: guix-git/doc/guix.texi:46649
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "home-startx-command-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:46622
+#: guix-git/doc/guix.texi:46651
msgid "Add @command{startx} to the home profile putting it onto @env{PATH}."
msgstr ""
#. type: subsection
-#: guix-git/doc/guix.texi:46629 guix-git/doc/guix.texi:46630
+#: guix-git/doc/guix.texi:46658 guix-git/doc/guix.texi:46659
#, fuzzy, no-wrap
#| msgid "Game Services"
msgid "Guix Home Services"
msgstr "Игровые службы"
#. type: Plain text
-#: guix-git/doc/guix.texi:46634
+#: guix-git/doc/guix.texi:46663
#, fuzzy
#| msgid "The @code{(gnu services nix)} module provides the following service."
msgid "The @code{(gnu home services guix)} module provides services for user-specific Guix configuration."
msgstr "Модуль @code{(gnu services nix)} предоставляет следующий сервис."
#. type: defvar
-#: guix-git/doc/guix.texi:46635
+#: guix-git/doc/guix.texi:46664
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} etc-service-type"
msgid "home-channels-service-type"
msgstr "{Scheme Variable} etc-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:46641
+#: guix-git/doc/guix.texi:46670
msgid "This is the service type for managing @file{$XDG_CONFIG_HOME/guix/channels.scm}, the file that controls the channels received on @command{guix pull} (@pxref{Channels}). Its associated value is a list of @code{channel} records, defined in the @code{(guix channels)} module."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:46648
+#: guix-git/doc/guix.texi:46677
msgid "Generally, it is better to extend this service than to directly configure it, as its default value is the default guix channel(s) defined by @code{%default-channels}. If you configure this service directly, be sure to include a guix channel. @xref{Specifying Additional Channels} and @ref{Using a Custom Guix Channel} for more details."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:46650
+#: guix-git/doc/guix.texi:46679
msgid "A typical extension for adding a channel might look like this:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:46658
+#: guix-git/doc/guix.texi:46687
#, fuzzy, no-wrap
#| msgid ""
#| ";; Add variant packages to those Guix provides.\n"
@@ -89508,41 +89563,41 @@ msgstr ""
" %default-channels)\n"
#. type: subsection
-#: guix-git/doc/guix.texi:46661 guix-git/doc/guix.texi:46662
+#: guix-git/doc/guix.texi:46690 guix-git/doc/guix.texi:46691
#, fuzzy, no-wrap
#| msgid "Game Services"
msgid "Fonts Home Services"
msgstr "Игровые службы"
#. type: Plain text
-#: guix-git/doc/guix.texi:46668
+#: guix-git/doc/guix.texi:46697
msgid "The @code{(gnu home services fontutils)} module provides services for user-specific Fontconfig setup. The @uref{https://www.freedesktop.org/wiki/Software/fontconfig,Fontconfig} library is used by many applications to access fonts on the system."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:46669
+#: guix-git/doc/guix.texi:46698
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "home-fontconfig-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:46675
+#: guix-git/doc/guix.texi:46704
msgid "This is the service type for generating configurations for Fontconfig. Its associated value is a list of either strings (or gexps) pointing to fonts locations, or SXML (@pxref{SXML,,, guile, GNU Guile Reference Manual}) fragments to be converted into XML and put inside the main @code{fontconfig} node."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:46681
+#: guix-git/doc/guix.texi:46710
msgid "Generally, it is better to extend this service than to directly configure it, as its default value is the default Guix Home's profile font installation path (@file{~/.guix-home/profile/share/fonts}). If you configure this service directly, be sure to include the above directory."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:46684
+#: guix-git/doc/guix.texi:46713
msgid "Here's how you'd extend it to include fonts installed with the Nix package manager, and to prefer your favourite monospace font:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:46693
+#: guix-git/doc/guix.texi:46722
#, fuzzy, no-wrap
#| msgid ""
#| ";; Add variant packages to those Guix provides.\n"
@@ -89566,74 +89621,74 @@ msgstr ""
" %default-channels)\n"
#. type: subsection
-#: guix-git/doc/guix.texi:46696 guix-git/doc/guix.texi:46697
+#: guix-git/doc/guix.texi:46725 guix-git/doc/guix.texi:46726
#, fuzzy, no-wrap
#| msgid "Sound Services"
msgid "Sound Home Services"
msgstr "Звуковые сервисы"
#. type: Plain text
-#: guix-git/doc/guix.texi:46701
+#: guix-git/doc/guix.texi:46730
#, fuzzy
#| msgid "The @code{(gnu services nix)} module provides the following service."
msgid "The @code{(gnu home services sound)} module provides services related to sound support."
msgstr "Модуль @code{(gnu services nix)} предоставляет следующий сервис."
#. type: cindex
-#: guix-git/doc/guix.texi:46702
+#: guix-git/doc/guix.texi:46731
#, fuzzy, no-wrap
#| msgid "Other services."
msgid "PulseAudio, home service"
msgstr "Другие службы."
#. type: cindex
-#: guix-git/doc/guix.texi:46703
+#: guix-git/doc/guix.texi:46732
#, no-wrap
msgid "RTP, for PulseAudio"
msgstr ""
#. type: subsubheading
-#: guix-git/doc/guix.texi:46704
+#: guix-git/doc/guix.texi:46733
#, fuzzy, no-wrap
#| msgid "Other services."
msgid "PulseAudio RTP Streaming Services"
msgstr "Другие службы."
#. type: Plain text
-#: guix-git/doc/guix.texi:46714
+#: guix-git/doc/guix.texi:46743
msgid "The following services dynamically reconfigure the @uref{https://pulseaudio.org,PulseAudio sound server}: they let you toggle broadcast of audio output over the network using the @acronym{RTP, real-time transport protocol} and, correspondingly, playback of sound received over RTP. Once @code{home-pulseaudio-rtp-sink-service-type} is among your home services, you can start broadcasting audio output by running this command:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:46717 guix-git/doc/guix.texi:46783
+#: guix-git/doc/guix.texi:46746 guix-git/doc/guix.texi:46812
#, fuzzy, no-wrap
#| msgid "herd start ssh-daemon\n"
msgid "herd start pulseaudio-rtp-sink\n"
msgstr "herd start ssh-daemon\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:46722
+#: guix-git/doc/guix.texi:46751
msgid "You can then run a PulseAudio-capable mixer, such as @code{pavucontrol} or @code{pulsemixer} (both from the same-named package) to control which audio stream(s) should be sent to the RTP ``sink''."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:46729
+#: guix-git/doc/guix.texi:46758
msgid "By default, audio is broadcasted to a multicast address: any device on the @acronym{LAN, local area network} receives it and may play it. Using multicast in this way puts a lot of pressure on the network and degrades its performance, so you may instead prefer sending to specifically one device. The first way to do that is by specifying the IP address of the target device when starting the service:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:46732
+#: guix-git/doc/guix.texi:46761
#, no-wrap
msgid "herd start pulseaudio-rtp-sink 192.168.1.42\n"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:46736
+#: guix-git/doc/guix.texi:46765
msgid "The other option is to specify this IP address as the one to use by default in your home environment configuration:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:46740
+#: guix-git/doc/guix.texi:46769
#, no-wrap
msgid ""
"(service home-pulseaudio-rtp-sink-service-type\n"
@@ -89641,36 +89696,36 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:46744
+#: guix-git/doc/guix.texi:46773
msgid "On the device where you intend to receive and play the RTP stream, you can use @code{home-pulseaudio-rtp-source-service-type}, like so:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:46747
+#: guix-git/doc/guix.texi:46776
#, fuzzy, no-wrap
#| msgid "(service prometheus-node-exporter-service-type)\n"
msgid "(service home-pulseaudio-rtp-source-service-type)\n"
msgstr "(service openssh-service-type)\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:46750
+#: guix-git/doc/guix.texi:46779
msgid "This will then let you start the receiving module for PulseAudio:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:46753
+#: guix-git/doc/guix.texi:46782
#, fuzzy, no-wrap
#| msgid "herd start cow-store /mnt\n"
msgid "herd start pulseaudio-rtp-source\n"
msgstr "herd start cow-store /mnt\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:46758
+#: guix-git/doc/guix.texi:46787
msgid "Again, by default it will listen on the multicast address. If, instead, you'd like it to listen for direct incoming connections, you can do that by running:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:46762
+#: guix-git/doc/guix.texi:46791
#, no-wrap
msgid ""
"(service home-pulseaudio-rtp-source-service-type\n"
@@ -89678,229 +89733,229 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:46765
+#: guix-git/doc/guix.texi:46794
msgid "The reference of these services is given below."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:46766
+#: guix-git/doc/guix.texi:46795
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "home-pulseaudio-rtp-sink-service-type"
msgstr "activation-service-type"
#. type: defvarx
-#: guix-git/doc/guix.texi:46767
+#: guix-git/doc/guix.texi:46796
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "home-pulseaudio-rtp-source-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:46770
+#: guix-git/doc/guix.texi:46799
msgid "This is the type of the service to send, respectively receive, audio streams over @acronym{RTP, real-time transport protocol}."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:46775
+#: guix-git/doc/guix.texi:46804
msgid "The value associated with this service is the IP address (a string) where to send, respectively receive, the audio stream. By default, audio is sent/received on multicast address @code{%pulseaudio-rtp-multicast-address}."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:46780
+#: guix-git/doc/guix.texi:46809
msgid "This service defines one Shepherd service: @code{pulseaudio-rtp-sink}, respectively @code{pulseaudio-rtp-source}. The service is not started by default, so you have to explicitly start it when you want to turn it on, as in this example:"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:46786
+#: guix-git/doc/guix.texi:46815
msgid "Stopping the Shepherd service turns off broadcasting."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:46788
+#: guix-git/doc/guix.texi:46817
#, no-wrap
msgid "%pulseaudio-rtp-multicast-address"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:46790
+#: guix-git/doc/guix.texi:46819
msgid "This is the multicast address used by default by the two services above."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:46792
+#: guix-git/doc/guix.texi:46821
#, fuzzy, no-wrap
#| msgid "Other services."
msgid "PipeWire, home service"
msgstr "Другие службы."
#. type: subsubheading
-#: guix-git/doc/guix.texi:46793
+#: guix-git/doc/guix.texi:46822
#, fuzzy, no-wrap
#| msgid "Shepherd Services"
msgid "PipeWire Home Service"
msgstr "Сервисы Shepherd"
#. type: Plain text
-#: guix-git/doc/guix.texi:46799
+#: guix-git/doc/guix.texi:46828
msgid "@uref{https://pipewire.org, PipeWire} provides a low-latency, graph-based audio and video processing service. In addition to its native protocol, it can also be used as a replacement for both JACK and PulseAudio."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:46809
+#: guix-git/doc/guix.texi:46838
msgid "While PipeWire provides the media processing and API, it does not, directly, know about devices such as sound cards, nor how you might want to connect applications, hardware, and media processing filters. Instead, PipeWire relies on a @dfn{session manager} to specify all these relationships. While you may use any session manager you wish, for most people the @url{https://pipewire.pages.freedesktop.org/wireplumber/, WirePlumber} session manager, a reference implementation provided by the PipeWire project itself, suffices, and that is the one @code{home-pipewire-service-type} uses."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:46814
+#: guix-git/doc/guix.texi:46843
msgid "PipeWire can be used as a replacement for PulseAudio by setting @code{enable-pulseaudio?} to @code{#t} in @code{home-pipewire-configuration}, so that existing PulseAudio clients may use it without any further configuration."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:46819
+#: guix-git/doc/guix.texi:46848
msgid "In addition, JACK clients may connect to PipeWire by using the @command{pw-jack} program, which comes with PipeWire. Simply prefix the command with @command{pw-jack} when you run it, and audio data should go through PipeWire:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:46822
+#: guix-git/doc/guix.texi:46851
#, no-wrap
msgid "pw-jack mpv -ao=jack sound-file.wav\n"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:46828
+#: guix-git/doc/guix.texi:46857
msgid "For more information on PulseAudio emulation, see @uref{https://gitlab.freedesktop.org/pipewire/pipewire/-/wikis/Config-PulseAudio}, for JACK, see @uref{https://gitlab.freedesktop.org/pipewire/pipewire/-/wikis/Config-JACK}."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:46834
+#: guix-git/doc/guix.texi:46863
msgid "As PipeWire does not use @code{dbus} to start its services on demand (as PulseAudio does), @code{home-pipewire-service-type} uses Shepherd to start services when logged in, provisioning the @code{pipewire}, @code{wireplumber}, and, if configured, @code{pipewire-pulseaudio} services. @xref{Shepherd Home Service}."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:46835
+#: guix-git/doc/guix.texi:46864
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} profile-service-type"
msgid "home-pipewire-service-type"
msgstr "{Scheme Variable} profile-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:46838
+#: guix-git/doc/guix.texi:46867
#, fuzzy
#| msgid "This is the data type for the OpenDHT service configuration."
msgid "This provides the service definition for @command{pipewire}, which will run on login. Its value is a @code{home-pipewire-configuration} object."
msgstr "Управление конфигурацией операционной системы."
#. type: defvar
-#: guix-git/doc/guix.texi:46841
+#: guix-git/doc/guix.texi:46870
msgid "To start the service, add it to the @code{service} field of your @code{home-environment}, such as:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:46844
+#: guix-git/doc/guix.texi:46873
#, fuzzy, no-wrap
#| msgid "(service openssh-service-type)\n"
msgid "(service home-pipewire-service-type)\n"
msgstr "(service openssh-service-type)\n"
#. type: deftp
-#: guix-git/doc/guix.texi:46847
+#: guix-git/doc/guix.texi:46876
#, fuzzy, no-wrap
#| msgid "{Data Type} webssh-configuration"
msgid "{Data Type} home-pipewire-configuration"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:46849
+#: guix-git/doc/guix.texi:46878
#, fuzzy
#| msgid "Available @code{home-znc-configuration} fields are:"
msgid "Available @code{home-pipewire-configuration} fields are:"
msgstr "Доступными полями @code{home-znc-configuration} являются:"
#. type: item
-#: guix-git/doc/guix.texi:46851
+#: guix-git/doc/guix.texi:46880
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{pipewire} (default: @code{pipewire}) (type: file-like)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:46853
+#: guix-git/doc/guix.texi:46882
#, fuzzy
#| msgid "The Nix package to use."
msgid "The PipeWire package to use."
msgstr "Используемый пакет Nix."
#. type: item
-#: guix-git/doc/guix.texi:46854
+#: guix-git/doc/guix.texi:46883
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{wireplumber} (default: @code{wireplumber}) (type: file-like)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:46856
+#: guix-git/doc/guix.texi:46885
#, fuzzy
#| msgid "The Hurd package to use."
msgid "The WirePlumber package to use."
msgstr "Используемый пакет Hurd."
#. type: item
-#: guix-git/doc/guix.texi:46857
+#: guix-git/doc/guix.texi:46886
#, fuzzy, no-wrap
#| msgid "@code{enabled?} (default: @code{#t})"
msgid "@code{enable-pulseaudio?} (default: @code{#t}) (type: boolean)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:46860
+#: guix-git/doc/guix.texi:46889
msgid "When true, enable PipeWire's PulseAudio emulation support, allowing PulseAudio clients to use PipeWire transparently."
msgstr ""
#. type: subsection
-#: guix-git/doc/guix.texi:46863 guix-git/doc/guix.texi:46864
+#: guix-git/doc/guix.texi:46892 guix-git/doc/guix.texi:46893
#, fuzzy, no-wrap
#| msgid "Game Services"
msgid "Mail Home Services"
msgstr "Игровые службы"
#. type: Plain text
-#: guix-git/doc/guix.texi:46868
+#: guix-git/doc/guix.texi:46897
#, fuzzy
#| msgid "The @code{(gnu services nix)} module provides the following service."
msgid "The @code{(gnu home services mail)} module provides services that help you set up the tools to work with emails in your home environment."
msgstr "Модуль @code{(gnu services nix)} предоставляет следующий сервис."
#. type: cindex
-#: guix-git/doc/guix.texi:46869
+#: guix-git/doc/guix.texi:46898
#, no-wrap
msgid "msmtp"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:46873
+#: guix-git/doc/guix.texi:46902
msgid "@uref{https://marlam.de/msmtp, MSMTP} is a @acronym{SMTP, Simple Mail Transfer Protocol} client. It sends mail to a predefined SMTP server that takes care of proper delivery."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:46876
+#: guix-git/doc/guix.texi:46905
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "home-msmtp-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:46880
+#: guix-git/doc/guix.texi:46909
msgid "This is the service type for @command{msmtp}. Its value must be a @code{home-msmtp-configuration}, as shown below. It provides the @file{~/.config/msmtp/config} file."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:46883
+#: guix-git/doc/guix.texi:46912
msgid "As an example, here is how you would configure @code{msmtp} for a single account:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:46897
+#: guix-git/doc/guix.texi:46926
#, no-wrap
msgid ""
"(service home-msmtp-service-type\n"
@@ -89918,326 +89973,326 @@ msgid ""
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:46902
+#: guix-git/doc/guix.texi:46931
#, fuzzy, no-wrap
#| msgid "{Data Type} webssh-configuration"
msgid "{Data Type} home-msmtp-configuration"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:46904
+#: guix-git/doc/guix.texi:46933
#, fuzzy
#| msgid "Available @code{home-mcron-configuration} fields are:"
msgid "Available @code{home-msmtp-configuration} fields are:"
msgstr "Доступными полями @code{home-mcron-configuration} являются:"
#. type: item
-#: guix-git/doc/guix.texi:46906
+#: guix-git/doc/guix.texi:46935
#, fuzzy, no-wrap
#| msgid "{Data Type} auditd-configuration"
msgid "@code{defaults} (type: msmtp-configuration)"
msgstr "{Тип данных} build-machine"
#. type: table
-#: guix-git/doc/guix.texi:46908
+#: guix-git/doc/guix.texi:46937
msgid "The configuration that will be set as default for all accounts."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:46909
+#: guix-git/doc/guix.texi:46938
#, fuzzy, no-wrap
#| msgid "@code{extra-environment} (default: @code{#~'()})"
msgid "@code{accounts} (default: @code{'()}) (type: list-of-msmtp-accounts)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:46912
+#: guix-git/doc/guix.texi:46941
msgid "A list of @code{msmtp-account} records which contain information about all your accounts."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:46913
+#: guix-git/doc/guix.texi:46942
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{default-account} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:46915
+#: guix-git/doc/guix.texi:46944
msgid "Set the default account."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:46916 guix-git/doc/guix.texi:46987
+#: guix-git/doc/guix.texi:46945 guix-git/doc/guix.texi:47016
#, fuzzy, no-wrap
#| msgid "@code{metad-configuration} (default: @code{(ganeti-metad-configuration)})"
msgid "@code{extra-content} (default: @code{\"\"}) (type: string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:46920
+#: guix-git/doc/guix.texi:46949
msgid "Extra content appended as-is to the configuration file. Run @command{man msmtp} for more information about the configuration file format."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:46929
+#: guix-git/doc/guix.texi:46958
#, fuzzy, no-wrap
#| msgid "{Data Type} machine"
msgid "{Data Type} msmtp-account"
msgstr "{Тип данных} build-machine"
#. type: deftp
-#: guix-git/doc/guix.texi:46931
+#: guix-git/doc/guix.texi:46960
#, fuzzy
#| msgid "Available @code{mympd-ip-acl} fields are:"
msgid "Available @code{msmtp-account} fields are:"
msgstr "Доступными полями @code{mympd-ip-acl} являются:"
#. type: table
-#: guix-git/doc/guix.texi:46935
+#: guix-git/doc/guix.texi:46964
#, fuzzy
#| msgid "The name of this variant."
msgid "The unique name of the account."
msgstr "Лицензия этого руководства."
#. type: item
-#: guix-git/doc/guix.texi:46936
+#: guix-git/doc/guix.texi:46965
#, fuzzy, no-wrap
#| msgid "@code{rapi-configuration} (default: @code{(ganeti-rapi-configuration)})"
msgid "@code{configuration} (type: msmtp-configuration)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:46938
+#: guix-git/doc/guix.texi:46967
#, fuzzy
#| msgid "A configuration file for this variant."
msgid "The configuration for this given account."
msgstr "Файл конфигурации для этого варианта."
#. type: deftp
-#: guix-git/doc/guix.texi:46947
+#: guix-git/doc/guix.texi:46976
#, fuzzy, no-wrap
#| msgid "{Data Type} mumi-configuration"
msgid "{Data Type} msmtp-configuration"
msgstr "{Тип данных} build-machine"
#. type: deftp
-#: guix-git/doc/guix.texi:46949
+#: guix-git/doc/guix.texi:46978
#, fuzzy
#| msgid "Available @code{mympd-configuration} fields are:"
msgid "Available @code{msmtp-configuration} fields are:"
msgstr "Доступными полями @code{mympd-configuration} являются:"
#. type: item
-#: guix-git/doc/guix.texi:46951
+#: guix-git/doc/guix.texi:46980
#, fuzzy, no-wrap
#| msgid "@code{discover?} (default: @code{#f})"
msgid "@code{auth?} (type: maybe-boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:46953
+#: guix-git/doc/guix.texi:46982
#, fuzzy
#| msgid "--disable-authentication"
msgid "Enable or disable authentication."
msgstr "--disable-authentication"
#. type: item
-#: guix-git/doc/guix.texi:46954
+#: guix-git/doc/guix.texi:46983
#, fuzzy, no-wrap
#| msgid "@code{discover?} (default: @code{#f})"
msgid "@code{tls?} (type: maybe-boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:46956
+#: guix-git/doc/guix.texi:46985
msgid "Enable or disable TLS (also known as SSL) for secured connections."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:46957
+#: guix-git/doc/guix.texi:46986
#, fuzzy, no-wrap
#| msgid "@code{discover?} (default: @code{#f})"
msgid "@code{tls-starttls?} (type: maybe-boolean)"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:46960
+#: guix-git/doc/guix.texi:46989
msgid "Choose the TLS variant: start TLS from within the session (‘on’, default), or tunnel the session through TLS (‘off’)."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:46961
+#: guix-git/doc/guix.texi:46990
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{tls-trust-file} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:46964
+#: guix-git/doc/guix.texi:46993
msgid "Activate server certificate verification using a list of trusted Certification Authorities (CAs)."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:46969
+#: guix-git/doc/guix.texi:46998
msgid "Enable logging to the specified file. An empty argument disables logging. The file name ‘-’ directs the log information to standard output."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:46970
+#: guix-git/doc/guix.texi:46999
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{host} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:46972
+#: guix-git/doc/guix.texi:47001
msgid "The SMTP server to send the mail to."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:46973
+#: guix-git/doc/guix.texi:47002
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{port} (type: maybe-integer)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:46976
+#: guix-git/doc/guix.texi:47005
msgid "The port that the SMTP server listens on. The default is 25 (\"smtp\"), unless TLS without STARTTLS is used, in which case it is 465 (\"smtps\")."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:46979
+#: guix-git/doc/guix.texi:47008
#, fuzzy
#| msgid "Substitute Authentication"
msgid "Set the user name for authentication."
msgstr "Аутентификация подстановок"
#. type: item
-#: guix-git/doc/guix.texi:46980
+#: guix-git/doc/guix.texi:47009
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{from} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:46982
+#: guix-git/doc/guix.texi:47011
msgid "Set the envelope-from address."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:46983
+#: guix-git/doc/guix.texi:47012
#, fuzzy, no-wrap
#| msgid "@code{name-service-switch} (default: @code{%default-nss})"
msgid "@code{password-eval} (type: maybe-string)"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:46986
+#: guix-git/doc/guix.texi:47015
msgid "Set the password for authentication to the output (stdout) of the command cmd."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:46991
+#: guix-git/doc/guix.texi:47020
msgid "Extra content appended as-is to the configuration block. Run @command{man msmtp} for more information about the configuration file format."
msgstr ""
#. type: subsection
-#: guix-git/doc/guix.texi:46998 guix-git/doc/guix.texi:46999
+#: guix-git/doc/guix.texi:47027 guix-git/doc/guix.texi:47028
#, fuzzy, no-wrap
#| msgid "Messaging Services"
msgid "Messaging Home Services"
msgstr "Сервисы сообщений"
#. type: cindex
-#: guix-git/doc/guix.texi:47001
+#: guix-git/doc/guix.texi:47030
#, no-wrap
msgid "znc"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:47005
+#: guix-git/doc/guix.texi:47034
msgid "The @uref{https://znc.in, ZNC bouncer} can be run as a daemon to manage your IRC presence. With the @code{(gnu home services messaging)} service, you can configure ZNC to run upon login."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:47007
+#: guix-git/doc/guix.texi:47036
msgid "You will have to provide a @file{~/.znc/configs/znc.conf} separately."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:47013
+#: guix-git/doc/guix.texi:47042
#, fuzzy, no-wrap
#| msgid "(service openssh-service-type)\n"
msgid "(service home-znc-service-type)\n"
msgstr "(service openssh-service-type)\n"
#. type: defvar
-#: guix-git/doc/guix.texi:47015
+#: guix-git/doc/guix.texi:47044
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "home-znc-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:47018
+#: guix-git/doc/guix.texi:47047
#, fuzzy
#| msgid "This is the data type for the OpenDHT service configuration."
msgid "This is the type of the ZNC home service, whose value is a @code{home-znc-configuration} object."
msgstr "Управление конфигурацией операционной системы."
#. type: deftp
-#: guix-git/doc/guix.texi:47020
+#: guix-git/doc/guix.texi:47049
#, fuzzy, no-wrap
#| msgid "{Data Type} webssh-configuration"
msgid "{Data Type} home-znc-configuration"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:47022
+#: guix-git/doc/guix.texi:47051
msgid "Available @code{home-znc-configuration} fields are:"
msgstr "Доступными полями @code{home-znc-configuration} являются:"
#. type: item
-#: guix-git/doc/guix.texi:47024
+#: guix-git/doc/guix.texi:47053
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{znc} (default: @code{znc}) (type: file-like)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:47026
+#: guix-git/doc/guix.texi:47055
#, fuzzy
#| msgid "The package to use."
msgid "The ZNC package to use."
msgstr "Пакет для использования."
#. type: table
-#: guix-git/doc/guix.texi:47030
+#: guix-git/doc/guix.texi:47059
msgid "Extra options will be passed to @command{znc}, please run @command{man znc} for more information."
msgstr ""
#. type: subsection
-#: guix-git/doc/guix.texi:47034 guix-git/doc/guix.texi:47035
+#: guix-git/doc/guix.texi:47063 guix-git/doc/guix.texi:47064
#, fuzzy, no-wrap
#| msgid "Game Services"
msgid "Media Home Services"
msgstr "Игровые службы"
#. type: cindex
-#: guix-git/doc/guix.texi:47037
+#: guix-git/doc/guix.texi:47066
#, no-wrap
msgid "kodi"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:47041
+#: guix-git/doc/guix.texi:47070
msgid "The @uref{https://kodi.tv, Kodi media center} can be run as a daemon on a media server. With the @code{(gnu home services kodi)} service, you can configure Kodi to run upon login."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:47049
+#: guix-git/doc/guix.texi:47078
#, fuzzy, no-wrap
#| msgid ""
#| "(service gmnisrv-service-type\n"
@@ -90253,98 +90308,98 @@ msgstr ""
" (config-file (local-file \"./my-gmnisrv.ini\"))))\n"
#. type: defvar
-#: guix-git/doc/guix.texi:47051
+#: guix-git/doc/guix.texi:47080
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "home-kodi-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:47054
+#: guix-git/doc/guix.texi:47083
msgid "This is the type of the Kodi home service, whose value is a @code{home-kodi-configuration} object."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:47056
+#: guix-git/doc/guix.texi:47085
#, fuzzy, no-wrap
#| msgid "{Data Type} webssh-configuration"
msgid "{Data Type} home-kodi-configuration"
msgstr "Конфигурирование системы"
#. type: deftp
-#: guix-git/doc/guix.texi:47058
+#: guix-git/doc/guix.texi:47087
msgid "Available @code{home-kodi-configuration} fields are:"
msgstr "Доступными полями @code{home-kodi-configuration} являются:"
#. type: item
-#: guix-git/doc/guix.texi:47060
+#: guix-git/doc/guix.texi:47089
#, fuzzy, no-wrap
#| msgid "@code{packages} (default: @code{%base-packages})"
msgid "@code{kodi} (default: @code{kodi}) (type: file-like)"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:47062
+#: guix-git/doc/guix.texi:47091
#, fuzzy
#| msgid "The audit package to use."
msgid "The Kodi package to use."
msgstr "Пакет аудита для использования."
#. type: table
-#: guix-git/doc/guix.texi:47066
+#: guix-git/doc/guix.texi:47095
msgid "Extra options will be passed to @command{kodi}, please run @command{man kodi} for more information."
msgstr ""
#. type: subsection
-#: guix-git/doc/guix.texi:47070 guix-git/doc/guix.texi:47071
+#: guix-git/doc/guix.texi:47099 guix-git/doc/guix.texi:47100
#, fuzzy, no-wrap
#| msgid "Networking Services"
msgid "Networking Home Services"
msgstr "Сервисы сети"
#. type: Plain text
-#: guix-git/doc/guix.texi:47075
+#: guix-git/doc/guix.texi:47104
msgid "This section lists services somewhat networking-related that you may use with Guix Home."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:47081
+#: guix-git/doc/guix.texi:47110
#, fuzzy
#| msgid "The @code{(gnu services nix)} module provides the following service."
msgid "The @code{(gnu home services syncthing)} module provides a service to set up the @uref{Syncthing, https://syncthing.net} continuous file backup service."
msgstr "Модуль @code{(gnu services nix)} предоставляет следующий сервис."
#. type: defvar
-#: guix-git/doc/guix.texi:47082
+#: guix-git/doc/guix.texi:47111
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "home-syncthing-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:47087
+#: guix-git/doc/guix.texi:47116
msgid "This is the service type for the @command{syncthing} daemon; it is the Home counterpart of the @code{syncthing-service-type} system service (@pxref{Networking Services, @code{syncthing-service-type}}). The value for this service type is a @command{syncthing-configuration}."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:47089
+#: guix-git/doc/guix.texi:47118
msgid "Here is how you would set it up with the default configuration:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:47092
+#: guix-git/doc/guix.texi:47121
#, fuzzy, no-wrap
#| msgid "(service openssh-service-type)\n"
msgid "(service home-syncthing-service-type)\n"
msgstr "(service openssh-service-type)\n"
#. type: defvar
-#: guix-git/doc/guix.texi:47096
+#: guix-git/doc/guix.texi:47125
msgid "For a custom configuration, wrap you @code{syncthing-configuration} in @code{for-home}, as in this example:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:47101
+#: guix-git/doc/guix.texi:47130
#, fuzzy, no-wrap
#| msgid ""
#| "(service syncthing-service-type\n"
@@ -90358,66 +90413,66 @@ msgstr ""
" (openssh-configuration))\n"
#. type: defvar
-#: guix-git/doc/guix.texi:47106
+#: guix-git/doc/guix.texi:47135
msgid "For details about @code{syncthing-configuration}, check out the documentation of the system service (@pxref{Networking Services, @code{syncthing-service-type}})."
msgstr ""
#. type: subsection
-#: guix-git/doc/guix.texi:47109 guix-git/doc/guix.texi:47110
+#: guix-git/doc/guix.texi:47138 guix-git/doc/guix.texi:47139
#, fuzzy, no-wrap
#| msgid "Miscellaneous Services"
msgid "Miscellaneous Home Services"
msgstr "Разнообразные службы"
#. type: Plain text
-#: guix-git/doc/guix.texi:47113
+#: guix-git/doc/guix.texi:47142
#, fuzzy
#| msgid "This section documents procedures to search and filter files."
msgid "This section lists Home services that lack a better place."
msgstr "В этом разделе описаны процедуры поиска и фильтрации файлов."
#. type: subsubheading
-#: guix-git/doc/guix.texi:47114
+#: guix-git/doc/guix.texi:47143
#, fuzzy, no-wrap
#| msgid "Base Services"
msgid "Beets Service"
msgstr "Базовые службы"
#. type: cindex
-#: guix-git/doc/guix.texi:47116
+#: guix-git/doc/guix.texi:47145
#, fuzzy, no-wrap
#| msgid "Monitoring services."
msgid "Beets service, for Home"
msgstr "Сервисы мониторинга."
#. type: Plain text
-#: guix-git/doc/guix.texi:47119
+#: guix-git/doc/guix.texi:47148
#, fuzzy
#| msgid "The @code{(gnu services auditd)} module provides the following service."
msgid "The @code{(gnu home services music)} module provides the following service:"
msgstr "Модуль @code{(gnu services auditd)} предоставляет следующие сервисы."
#. type: defvar
-#: guix-git/doc/guix.texi:47120
+#: guix-git/doc/guix.texi:47149
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "home-beets-service-type"
msgstr "activation-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:47125
+#: guix-git/doc/guix.texi:47154
msgid "@uref{https://beets.io, Beets} is a music file and metadata manager that can be used via its command-line interface, @command{beet}. Beets requires a YAML configuration file and this Guix Home service is to create such file."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:47128
+#: guix-git/doc/guix.texi:47157
#, fuzzy
#| msgid "The @var{options} can be among the following:"
msgid "The service can be used as follows:"
msgstr "Опции @var{options} могут быть следующими:"
#. type: lisp
-#: guix-git/doc/guix.texi:47132
+#: guix-git/doc/guix.texi:47161
#, fuzzy, no-wrap
#| msgid ""
#| "(service gmnisrv-service-type\n"
@@ -90432,12 +90487,12 @@ msgstr ""
" (config-file (local-file \"./my-gmnisrv.ini\"))))\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:47136
+#: guix-git/doc/guix.texi:47165
msgid "Additional options can be specified via the service wild-card field @code{extra-options}:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:47144
+#: guix-git/doc/guix.texi:47173
#, fuzzy, no-wrap
#| msgid ""
#| "(service qemu-binfmt-service-type\n"
@@ -90456,45 +90511,45 @@ msgstr ""
" (platforms (lookup-qemu-platforms \"arm\" \"aarch64\"))))\n"
#. type: cindex
-#: guix-git/doc/guix.texi:47148
+#: guix-git/doc/guix.texi:47177
#, fuzzy, no-wrap
#| msgid "Monitoring services."
msgid "dictionary service, for Home"
msgstr "Сервисы мониторинга."
#. type: Plain text
-#: guix-git/doc/guix.texi:47150
+#: guix-git/doc/guix.texi:47179
#, fuzzy
#| msgid "The @code{(gnu services auditd)} module provides the following service."
msgid "The @code{(gnu home services dict)} module provides the following service:"
msgstr "Модуль @code{(gnu services auditd)} предоставляет следующие сервисы."
#. type: defvar
-#: guix-git/doc/guix.texi:47151
+#: guix-git/doc/guix.texi:47180
#, fuzzy, no-wrap
#| msgid "activation-service-type"
msgid "home-dicod-service-type"
msgstr "activation-service-type"
#. type: Plain text
-#: guix-git/doc/guix.texi:47163
+#: guix-git/doc/guix.texi:47192
msgid "This service is a direct mapping of the @code{dicod-service-type} system service (@pxref{Miscellaneous Services, Dictionary Service}). You can use it like this:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:47166
+#: guix-git/doc/guix.texi:47195
#, fuzzy, no-wrap
#| msgid "(service openssh-service-type)\n"
msgid "(service home-dicod-service-type)\n"
msgstr "(service openssh-service-type)\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:47171
+#: guix-git/doc/guix.texi:47200
msgid "You may specify a custom configuration by providing a @code{dicod-configuration} record, exactly like for @code{dicod-service-type}, but wrapping it in @code{for-home}:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:47176
+#: guix-git/doc/guix.texi:47205
#, fuzzy, no-wrap
#| msgid ""
#| "(service openssh-service-type\n"
@@ -90508,56 +90563,56 @@ msgstr ""
" (openssh-configuration))\n"
#. type: section
-#: guix-git/doc/guix.texi:47179
+#: guix-git/doc/guix.texi:47208
#, fuzzy, no-wrap
#| msgid "Invoking @command{guix shell}"
msgid "Invoking @command{guix home}"
msgstr "Вызов @command{guix shell}"
#. type: command{#1}
-#: guix-git/doc/guix.texi:47181
+#: guix-git/doc/guix.texi:47210
#, fuzzy, no-wrap
#| msgid "guix shell\n"
msgid "guix home"
msgstr "guix shell\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:47186
+#: guix-git/doc/guix.texi:47215
#, fuzzy
#| msgid "Once you have written an operating system declaration as seen in the previous section, it can be @dfn{instantiated} using the @command{guix system} command. The synopsis is:"
msgid "Once you have written a home environment declaration (@pxref{Declaring the Home Environment,,,,}, it can be @dfn{instantiated} using the @command{guix home} command. The synopsis is:"
msgstr "Однажды объявленное описание операционной системы, описанное в предыдущих разделах, может быть @dfn{применено} с помощью команды @command{guix system}. Синопсис:"
#. type: example
-#: guix-git/doc/guix.texi:47189
+#: guix-git/doc/guix.texi:47218
#, fuzzy, no-wrap
#| msgid "guix weather @var{options}@dots{} [@var{packages}@dots{}]\n"
msgid "guix home @var{options}@dots{} @var{action} @var{file}\n"
msgstr "guix environment @var{options} @var{package}@dots{}\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:47196
+#: guix-git/doc/guix.texi:47225
#, fuzzy
#| msgid "@var{file} must be the name of a file containing an @code{operating-system} declaration. @var{action} specifies how the operating system is instantiated. Currently the following values are supported:"
msgid "@var{file} must be the name of a file containing a @code{home-environment} declaration. @var{action} specifies how the home environment is instantiated, but there are few auxiliary actions which don't instantiate it. Currently the following values are supported:"
msgstr "@var{file} должно быть именем файла, содержащего определение @code{operating-system}. @var{action} указывает, как воспроизводится операционная система. В настоящее время поддерживаются следующие значения:"
#. type: table
-#: guix-git/doc/guix.texi:47201
+#: guix-git/doc/guix.texi:47230
#, fuzzy
#| msgid "Display available service type definitions that match the given regular expressions, sorted by relevance:"
msgid "Display available home service type definitions that match the given regular expressions, sorted by relevance:"
msgstr "Показывает доступные определения типов служб, в соответствии с указанным регулярным выражениям, отсортированные по релевантности:"
#. type: cindex
-#: guix-git/doc/guix.texi:47203
+#: guix-git/doc/guix.texi:47232
#, fuzzy, no-wrap
#| msgid "profile"
msgid "shell-profile"
msgstr "профиль"
#. type: example
-#: guix-git/doc/guix.texi:47214
+#: guix-git/doc/guix.texi:47243
#, no-wrap
msgid ""
"$ guix home search shell\n"
@@ -90571,7 +90626,7 @@ msgid ""
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:47220
+#: guix-git/doc/guix.texi:47249
#, no-wrap
msgid ""
"name: home-fish\n"
@@ -90583,7 +90638,7 @@ msgid ""
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:47226
+#: guix-git/doc/guix.texi:47255
#, no-wrap
msgid ""
"name: home-zsh\n"
@@ -90595,7 +90650,7 @@ msgid ""
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:47232
+#: guix-git/doc/guix.texi:47261
#, no-wrap
msgid ""
"name: home-bash\n"
@@ -90607,132 +90662,132 @@ msgid ""
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:47239
+#: guix-git/doc/guix.texi:47268
#, fuzzy
#| msgid "As for @command{guix package --search}, the result is written in @code{recutils} format, which makes it easy to filter the output (@pxref{Top, GNU recutils databases,, recutils, GNU recutils manual})."
msgid "As for @command{guix search}, the result is written in @code{recutils} format, which makes it easy to filter the output (@pxref{Top, GNU recutils databases,, recutils, GNU recutils manual})."
msgstr "Так же как для @command{guix package --search}, результат будет выведен в @code{recutils} формате, что делает его простым для фильтрации и вывода (@pxref{Top, GNU recutils databases, recutils, GNU recutils manual})."
#. type: table
-#: guix-git/doc/guix.texi:47244
+#: guix-git/doc/guix.texi:47273
msgid "Spawn a shell in an isolated environment---a @dfn{container}---containing your home as specified by @var{file}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:47247
+#: guix-git/doc/guix.texi:47276
msgid "For example, this is how you would start an interactive shell in a container with your home:"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:47255
+#: guix-git/doc/guix.texi:47284
msgid "This is a throw-away container where you can lightheartedly fiddle with files; any changes made within the container, any process started---all this disappears as soon as you exit that shell."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:47257
+#: guix-git/doc/guix.texi:47286
msgid "As with @command{guix shell}, several options control that container:"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:47262
+#: guix-git/doc/guix.texi:47291
msgid "Enable networking within the container (it is disabled by default)."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:47269
+#: guix-git/doc/guix.texi:47298
msgid "As with @command{guix shell}, make directory @var{source} of the host system available as @var{target} inside the container---read-only if you pass @option{--expose}, and writable if you pass @option{--share} (@pxref{Invoking guix shell, @option{--expose} and @option{--share}})."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:47275
+#: guix-git/doc/guix.texi:47304
msgid "Additionally, you can run a command in that container, instead of spawning an interactive shell. For instance, here is how you would check which Shepherd services are started in a throw-away home container:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:47278
+#: guix-git/doc/guix.texi:47307
#, fuzzy, no-wrap
#| msgid "sudo guix system reconfigure /etc/config.scm\n"
msgid "guix home container config.scm -- herd status\n"
msgstr "sudo guix system reconfigure /etc/config.scm\n"
#. type: table
-#: guix-git/doc/guix.texi:47282
+#: guix-git/doc/guix.texi:47311
msgid "The command to run in the container must come after @code{--} (double hyphen)."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:47287
+#: guix-git/doc/guix.texi:47316
msgid "Edit or view the definition of the given Home service types."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:47291
+#: guix-git/doc/guix.texi:47320
msgid "For example, the command below opens your editor, as specified by the @env{EDITOR} environment variable, on the definition of the @code{home-mcron} service type:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:47294
+#: guix-git/doc/guix.texi:47323
#, fuzzy, no-wrap
#| msgid "guix describe\n"
msgid "guix home edit home-mcron\n"
msgstr "guix describe\n"
#. type: table
-#: guix-git/doc/guix.texi:47304
+#: guix-git/doc/guix.texi:47333
msgid "Build the home environment described in @var{file}, and switch to it. Switching means that the activation script will be evaluated and (in basic scenario) symlinks to configuration files generated from @code{home-environment} declaration will be created in @file{~}. If the file with the same path already exists in home folder it will be moved to @file{~/@var{timestamp}-guix-home-legacy-configs-backup}, where @var{timestamp} is a current UNIX epoch time."
msgstr ""
#. type: quotation
-#: guix-git/doc/guix.texi:47309
+#: guix-git/doc/guix.texi:47338
#, fuzzy
#| msgid "It is highly recommended to run @command{guix pull} once before you run @command{guix system reconfigure} for the first time (@pxref{Invoking guix pull}). Failing to do that you would see an older version of Guix once @command{reconfigure} has completed."
msgid "It is highly recommended to run @command{guix pull} once before you run @command{guix home reconfigure} for the first time (@pxref{Invoking guix pull})."
msgstr "Настоятельно рекомендуется запустить команду @command{guix pull} перед первым запуском @command{guix system reconfigure} (@pxref{Invoking guix pull}). В противном случае вы можете получить старую версию Guix после завершения @command{reconfigure}"
#. type: table
-#: guix-git/doc/guix.texi:47316
+#: guix-git/doc/guix.texi:47345
#, fuzzy
#| msgid "This effects all the configuration specified in @var{file}: user accounts, system services, global package list, setuid programs, etc. The command starts system services specified in @var{file} that are not currently running; if a service is currently running this command will arrange for it to be upgraded the next time it is stopped (e.g.@: by @code{herd stop X} or @code{herd restart X})."
msgid "This effects all the configuration specified in @var{file}. The command starts Shepherd services specified in @var{file} that are not currently running; if a service is currently running, this command will arrange for it to be upgraded the next time it is stopped (e.g.@: by @code{herd stop @var{service}} or @code{herd restart @var{service}})."
msgstr "Это действие повлияет на всю конфигурацию, указанную в @var{file}: учетные записи пользователей, системные службы, глобальный список пакетов, программы setuid и т.д. Команда запустит системные службы, указанные в @var{file}, которые в данный момент не запущены; если служба в данный момент запущена, изменения вступят в силу при следующем перезапуске (например@: по @code{herd stop X} или @code{herd restart X})."
#. type: table
-#: guix-git/doc/guix.texi:47322
+#: guix-git/doc/guix.texi:47351
#, fuzzy
#| msgid "This command creates a new generation whose number is one greater than the current generation (as reported by @command{guix system list-generations}). If that generation already exists, it will be overwritten. This behavior mirrors that of @command{guix package} (@pxref{Invoking guix package})."
msgid "This command creates a new generation whose number is one greater than the current generation (as reported by @command{guix home list-generations}). If that generation already exists, it will be overwritten. This behavior mirrors that of @command{guix package} (@pxref{Invoking guix package})."
msgstr "Эта команда создает новое поколение, число которого на единицу больше, чем у текущего поколения (как описано @command{guix system list-generations}). Если это поколение уже существует, оно будет перезаписано. Это поведение описано в @command{guix package} (@pxref{Invoking guix package})."
#. type: cindex
-#: guix-git/doc/guix.texi:47323
+#: guix-git/doc/guix.texi:47352
#, fuzzy, no-wrap
#| msgid "provenance tracking, of the operating system"
msgid "provenance tracking, of the home environment"
msgstr "трекинг источника, артефакты программного обеспечения"
#. type: table
-#: guix-git/doc/guix.texi:47328
+#: guix-git/doc/guix.texi:47357
#, fuzzy
#| msgid "Upon completion, the new system is deployed under @file{/run/current-system}. This directory contains @dfn{provenance meta-data}: the list of channels in use (@pxref{Channels}) and @var{file} itself, when available. You can view it by running:"
msgid "Upon completion, the new home is deployed under @file{~/.guix-home}. This directory contains @dfn{provenance meta-data}: the list of channels in use (@pxref{Channels}) and @var{file} itself, when available. You can view the provenance information by running:"
msgstr "По завершении новая система развертывается в @file{/run/current-system}. Этот каталог содержит @dfn{метаданные о происхождении}: список используемых каналов (@pxref{Channels}) и сам @var{file}, если он доступен. Вы можете просмотреть его, запустив:"
#. type: example
-#: guix-git/doc/guix.texi:47331
+#: guix-git/doc/guix.texi:47360
#, fuzzy, no-wrap
#| msgid "guix describe\n"
msgid "guix home describe\n"
msgstr "guix describe\n"
#. type: table
-#: guix-git/doc/guix.texi:47337
+#: guix-git/doc/guix.texi:47366
#, fuzzy
#| msgid "This information is useful should you later want to inspect how this particular generation was built. In fact, assuming @var{file} is self-contained, you can later rebuild generation @var{n} of your operating system with:"
msgid "This information is useful should you later want to inspect how this particular generation was built. In fact, assuming @var{file} is self-contained, you can later rebuild generation @var{n} of your home environment with:"
msgstr "Эта информация пригодится, если позже вы захотите проверить, как было собрано это конкретное поколение. Фактически, предполагая, что @var{file} содержит всё необходимое, вы можете позже пересобрать поколение @var{n} в вашей операционной системы с помощью:"
#. type: example
-#: guix-git/doc/guix.texi:47343
+#: guix-git/doc/guix.texi:47372
#, no-wrap
msgid ""
"guix time-machine \\\n"
@@ -90743,154 +90798,154 @@ msgid ""
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:47348
+#: guix-git/doc/guix.texi:47377
#, fuzzy
#| msgid "You can think of it as some sort of built-in version control! Your system is not just a binary artifact: @emph{it carries its own source}. @xref{Service Reference, @code{provenance-service-type}}, for more information on provenance tracking."
msgid "You can think of it as some sort of built-in version control! Your home is not just a binary artifact: @emph{it carries its own source}."
msgstr "Вы можете думать об этом как о чем-то вроде встроенного контроля версий! Ваша система теперь не просто набор двоичных файлов: @emph{она содержит свой собственный источник}. @xref{Service Reference, @code{provenance-service-type}}, для получения дополнительной информации об отслеживании происхождения."
#. type: quotation
-#: guix-git/doc/guix.texi:47354
+#: guix-git/doc/guix.texi:47383
msgid "If you're using Guix System, @ref{guix-home-service-type, @code{guix-home-service-type}}, on how to embed your home configuration in your system configuration such that @command{guix system reconfigure} deploys both your system and your home."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:47357
+#: guix-git/doc/guix.texi:47386
#, fuzzy, no-wrap
#| msgid "generations"
msgid "home generations"
msgstr "поколения"
#. type: table
-#: guix-git/doc/guix.texi:47360
+#: guix-git/doc/guix.texi:47389
msgid "Switch to an existing home generation. This action atomically switches the home profile to the specified home generation."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:47364
+#: guix-git/doc/guix.texi:47393
#, fuzzy
#| msgid "The target generation can be specified explicitly by its generation number. For example, the following invocation would switch to system generation 7:"
msgid "The target generation can be specified explicitly by its generation number. For example, the following invocation would switch to home generation 7:"
msgstr "Нужное поколение может быть явно указано по его номеру. Например, следующий вызов переключится на поколение 7:"
#. type: example
-#: guix-git/doc/guix.texi:47367
+#: guix-git/doc/guix.texi:47396
#, fuzzy, no-wrap
#| msgid "guix package --list-generations\n"
msgid "guix home switch-generation 7\n"
msgstr "guix package --list-generations\n"
#. type: example
-#: guix-git/doc/guix.texi:47378
+#: guix-git/doc/guix.texi:47407
#, fuzzy, no-wrap
#| msgid "guix package --list-generations\n"
msgid "guix home switch-generation -- -1\n"
msgstr "guix package --list-generations\n"
#. type: table
-#: guix-git/doc/guix.texi:47387
+#: guix-git/doc/guix.texi:47416
#, fuzzy
#| msgid "Switch to the preceding system generation. The next time the system boots, it will use the preceding system generation. This is the inverse of @command{reconfigure}, and it is exactly the same as invoking @command{switch-generation} with an argument of @code{-1}."
msgid "Switch to the preceding home generation. This is the inverse of @command{reconfigure}, and it is exactly the same as invoking @command{switch-generation} with an argument of @code{-1}."
msgstr "Переключает на предыдущее поколение системы. При следующей загрузке система будет использовать предыдущее. Команда отменяет @command{reconfigure}, и делает то же самое, что @command{switch-generation} с аргументом @code{-1}."
#. type: cindex
-#: guix-git/doc/guix.texi:47389
+#: guix-git/doc/guix.texi:47418
#, fuzzy, no-wrap
#| msgid "generations"
msgid "deleting home generations"
msgstr "поколения"
#. type: table
-#: guix-git/doc/guix.texi:47394
+#: guix-git/doc/guix.texi:47423
#, fuzzy
#| msgid "Delete system generations, making them candidates for garbage collection (@pxref{Invoking guix gc}, for information on how to run the ``garbage collector'')."
msgid "Delete home generations, making them candidates for garbage collection (@pxref{Invoking guix gc}, for information on how to run the ``garbage collector'')."
msgstr "Удаляет поколение, делая их кандидатами на для сборщика мусора (@pxref{Invoking guix gc}, для получения информации о том, как запустить \"сборщик мусора\")."
#. type: table
-#: guix-git/doc/guix.texi:47398
+#: guix-git/doc/guix.texi:47427
#, fuzzy
#| msgid "This works in the same way as @samp{guix package --delete-generations} (@pxref{Invoking guix package, @option{--delete-generations}}). With no arguments, all system generations but the current one are deleted:"
msgid "This works in the same way as @samp{guix package --delete-generations} (@pxref{Invoking guix package, @option{--delete-generations}}). With no arguments, all home generations but the current one are deleted:"
msgstr "Работает так же, как и @samp{guix package --delete-generations} (@pxref{Invoking guix package, @option{--delete-generations}}). Без аргументов удаляются все системные поколения, кроме текущего:"
#. type: example
-#: guix-git/doc/guix.texi:47401
+#: guix-git/doc/guix.texi:47430
#, fuzzy, no-wrap
#| msgid "guix package --list-generations\n"
msgid "guix home delete-generations\n"
msgstr "guix package --list-generations\n"
#. type: table
-#: guix-git/doc/guix.texi:47405
+#: guix-git/doc/guix.texi:47434
#, fuzzy
#| msgid "You can also select the generations you want to delete. The example below deletes all the system generations that are more than two month old:"
msgid "You can also select the generations you want to delete. The example below deletes all the home generations that are more than two months old:"
msgstr "Вы также можете выбрать поколения, которые хотите удалить. В приведенном примере удаляются все системные поколения, которым более двух месяцев:"
#. type: example
-#: guix-git/doc/guix.texi:47408
+#: guix-git/doc/guix.texi:47437
#, fuzzy, no-wrap
#| msgid "guix package --list-generations\n"
msgid "guix home delete-generations 2m\n"
msgstr "guix package --list-generations\n"
#. type: table
-#: guix-git/doc/guix.texi:47414
+#: guix-git/doc/guix.texi:47443
#, fuzzy
#| msgid "Build the derivation of the operating system, which includes all the configuration files and programs needed to boot and run the system. This action does not actually install anything."
msgid "Build the derivation of the home environment, which includes all the configuration files and programs needed. This action does not actually install anything."
msgstr "Собирает деривацию операционной системы, которая включает в себя все файлы конфигурации и программы, необходимые для загрузки и запуска системы. Это действие на самом деле ничего не устанавливает."
#. type: table
-#: guix-git/doc/guix.texi:47418
+#: guix-git/doc/guix.texi:47447
msgid "Describe the current home generation: its file name, as well as provenance information when available."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:47425
+#: guix-git/doc/guix.texi:47454
msgid "To show installed packages in the current home generation's profile, the @code{--list-installed} flag is provided, with the same syntax that is used in @command{guix package --list-installed} (@pxref{Invoking guix package}). For instance, the following command shows a table of all the packages with ``emacs'' in their name that are installed in the current home generation's profile:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:47428
+#: guix-git/doc/guix.texi:47457
#, fuzzy, no-wrap
#| msgid "guix package --list-installed\n"
msgid "guix home describe --list-installed=emacs\n"
msgstr "guix package --list-installed\n"
#. type: table
-#: guix-git/doc/guix.texi:47435
+#: guix-git/doc/guix.texi:47464
msgid "List a summary of each generation of the home environment available on disk, in a human-readable way. This is similar to the @option{--list-generations} option of @command{guix package} (@pxref{Invoking guix package})."
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:47443
+#: guix-git/doc/guix.texi:47472
#, fuzzy, no-wrap
#| msgid "guix package --list-generations\n"
msgid "guix home list-generations 10d\n"
msgstr "guix package --list-generations\n"
#. type: table
-#: guix-git/doc/guix.texi:47449
+#: guix-git/doc/guix.texi:47478
msgid "The @code{--list-installed} flag may also be specified, with the same syntax that is used in @command{guix home describe}. This may be helpful if trying to determine when a package was added to the home profile."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:47450
+#: guix-git/doc/guix.texi:47479
#, fuzzy, no-wrap
#| msgid "--import"
msgid "import"
msgstr "--import"
#. type: table
-#: guix-git/doc/guix.texi:47457
+#: guix-git/doc/guix.texi:47486
msgid "Generate a @dfn{home environment} from the packages in the default profile and configuration files found in the user's home directory. The configuration files will be copied to the specified directory, and a @file{home-configuration.scm} will be populated with the home environment. Note that not every home service that exists is supported (@pxref{Home Services})."
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:47461
+#: guix-git/doc/guix.texi:47490
#, no-wrap
msgid ""
"$ guix home import ~/guix-config\n"
@@ -90898,98 +90953,98 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:47467
+#: guix-git/doc/guix.texi:47496
msgid "And there's more! @command{guix home} also provides the following sub-commands to visualize how the services of your home environment relate to one another:"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:47469
+#: guix-git/doc/guix.texi:47498
#, fuzzy, no-wrap
#| msgid "provenance tracking, of the operating system"
msgid "service extension graph, of a home environment"
msgstr "трекинг источника, артефакты программного обеспечения"
#. type: table
-#: guix-git/doc/guix.texi:47477
+#: guix-git/doc/guix.texi:47506
msgid "Emit to standard output the @dfn{service extension graph} of the home environment defined in @var{file} (@pxref{Service Composition}, for more information on service extensions). By default the output is in Dot/Graphviz format, but you can choose a different format with @option{--graph-backend}, as with @command{guix graph} (@pxref{Invoking guix graph, @option{--backend}}):"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:47482
+#: guix-git/doc/guix.texi:47511
#, fuzzy, no-wrap
#| msgid "guix graph coreutils | xdot -\n"
msgid "guix home extension-graph @var{file} | xdot -\n"
msgstr "guix graph coreutils | xdot -\n"
#. type: cindex
-#: guix-git/doc/guix.texi:47486
+#: guix-git/doc/guix.texi:47515
#, fuzzy, no-wrap
#| msgid "provenance tracking, of the operating system"
msgid "Shepherd dependency graph, for a home environment"
msgstr "трекинг источника, артефакты программного обеспечения"
#. type: table
-#: guix-git/doc/guix.texi:47491
+#: guix-git/doc/guix.texi:47520
msgid "Emit to standard output the @dfn{dependency graph} of shepherd services of the home environment defined in @var{file}. @xref{Shepherd Services}, for more information and for an example graph."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:47507
+#: guix-git/doc/guix.texi:47536
msgid "Consider the home-environment @var{expr} evaluates to. This is an alternative to specifying a file which evaluates to a home environment."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:47510
+#: guix-git/doc/guix.texi:47539
msgid "Instruct @command{guix home reconfigure} to allow system downgrades."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:47517
+#: guix-git/doc/guix.texi:47546
msgid "Just like @command{guix system}, @command{guix home reconfigure}, by default, prevents you from downgrading your home to older or unrelated revisions compared to the channel revisions that were used to deploy it---those shown by @command{guix home describe}. Using @option{--allow-downgrades} allows you to bypass that check, at the risk of downgrading your home---be careful!"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:47523
+#: guix-git/doc/guix.texi:47552
#, no-wrap
msgid "documentation, searching for"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:47524
+#: guix-git/doc/guix.texi:47553
#, no-wrap
msgid "searching for documentation"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:47525
+#: guix-git/doc/guix.texi:47554
#, no-wrap
msgid "Info, documentation format"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:47526
+#: guix-git/doc/guix.texi:47555
#, no-wrap
msgid "man pages"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:47527
+#: guix-git/doc/guix.texi:47556
#, no-wrap
msgid "manual pages"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:47534
+#: guix-git/doc/guix.texi:47563
msgid "In most cases packages installed with Guix come with documentation. There are two main documentation formats: ``Info'', a browsable hypertext format used for GNU software, and ``manual pages'' (or ``man pages''), the linear documentation format traditionally found on Unix. Info manuals are accessed with the @command{info} command or with Emacs, and man pages are accessed using @command{man}."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:47538
+#: guix-git/doc/guix.texi:47567
msgid "You can look for documentation of software installed on your system by keyword. For example, the following command searches for information about ``TLS'' in Info manuals:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:47546
+#: guix-git/doc/guix.texi:47575
#, no-wrap
msgid ""
"$ info -k TLS\n"
@@ -91007,12 +91062,12 @@ msgstr ""
"@dots{}\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:47552
+#: guix-git/doc/guix.texi:47581
msgid "The command below searches for the same keyword in man pages@footnote{The database searched by @command{man -k} is only created in profiles that contain the @code{man-db} package.}:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:47558
+#: guix-git/doc/guix.texi:47587
#, no-wrap
msgid ""
"$ man -k TLS\n"
@@ -91026,644 +91081,644 @@ msgstr ""
"@dots{}\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:47564
+#: guix-git/doc/guix.texi:47593
msgid "These searches are purely local to your computer so you have the guarantee that documentation you find corresponds to what you have actually installed, you can access it off-line, and your privacy is respected."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:47567
+#: guix-git/doc/guix.texi:47596
msgid "Once you have these results, you can view the relevant documentation by running, say:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:47570
+#: guix-git/doc/guix.texi:47599
#, no-wrap
msgid "$ info \"(gnutls)Core TLS API\"\n"
msgstr "$ info \"(gnutls)Core TLS API\"\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:47574
+#: guix-git/doc/guix.texi:47603
msgid "or:"
msgstr "или:"
#. type: example
-#: guix-git/doc/guix.texi:47577
+#: guix-git/doc/guix.texi:47606
#, no-wrap
msgid "$ man certtool\n"
msgstr "$ man certtool\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:47585
+#: guix-git/doc/guix.texi:47614
msgid "Info manuals contain sections and indices as well as hyperlinks like those found in Web pages. The @command{info} reader (@pxref{Top, Info reader,, info-stnd, Stand-alone GNU Info}) and its Emacs counterpart (@pxref{Misc Help,,, emacs, The GNU Emacs Manual}) provide intuitive key bindings to navigate manuals. @xref{Getting Started,,, info, Info: An Introduction}, for an introduction to Info navigation."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:47594
+#: guix-git/doc/guix.texi:47623
msgid "The packages and systems built by Guix are intended, like most computer programs, to run on a CPU with a specific instruction set, and under a specific operating system. Those programs are often also targeting a specific kernel and system library. Those constraints are captured by Guix in @code{platform} records."
msgstr ""
#. type: section
-#: guix-git/doc/guix.texi:47601
+#: guix-git/doc/guix.texi:47630
#, fuzzy, no-wrap
#| msgid "@code{origin} Reference"
msgid "@code{platform} Reference"
msgstr "@code{origin} Справка"
#. type: Plain text
-#: guix-git/doc/guix.texi:47607
+#: guix-git/doc/guix.texi:47636
msgid "The @code{platform} data type describes a @dfn{platform}: an @acronym{ISA, instruction set architecture}, combined with an operating system and possibly additional system-wide settings such as the @acronym{ABI, application binary interface}."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:47608
+#: guix-git/doc/guix.texi:47637
#, fuzzy, no-wrap
#| msgid "{Data Type} origin"
msgid "{Data Type} platform"
msgstr "{Тип данных} origin"
#. type: deftp
-#: guix-git/doc/guix.texi:47610
+#: guix-git/doc/guix.texi:47639
#, fuzzy
#| msgid "This is the data type representing a package recipe."
msgid "This is the data type representing a platform."
msgstr "Это тип данных, представляющий рецепт пакета."
#. type: table
-#: guix-git/doc/guix.texi:47616
+#: guix-git/doc/guix.texi:47645
#, fuzzy
#| msgid "Cross-build for @var{triplet}, which must be a valid GNU triplet, such as @code{\"aarch64-linux-gnu\"} (@pxref{Specifying target triplets, GNU configuration triplets,, autoconf, Autoconf})."
msgid "This field specifies the platform's GNU triplet as a string (@pxref{Specifying Target Triplets, GNU configuration triplets,, autoconf, Autoconf})."
msgstr "Cross-сборка для @var{triplet}, который должен быть допустимым GNU triplet, например @code{\\ \"aarch64-linux-gnu\\\"} (@pxref{Specifying target triplets, GNU configuration triplets,, autoconf, Autoconf})."
#. type: table
-#: guix-git/doc/guix.texi:47620
+#: guix-git/doc/guix.texi:47649
msgid "This string is the system type as it is known to Guix and passed, for instance, to the @option{--system} option of most commands."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:47624
+#: guix-git/doc/guix.texi:47653
#, fuzzy
#| msgid "@var{spec} has the form @code{@var{source}=@var{target}}, where @var{source} is the symlink that will be created and @var{target} is the symlink target."
msgid "It usually has the form @code{\"@var{cpu}-@var{kernel}\"}, where @var{cpu} is the target CPU and @var{kernel} the target operating system kernel."
msgstr "@var{spec} имеет вид @code{@var{source}=@var{target}}, где @var{source} - это символическая ссылка, которая будет создана, а @var{target} - это цель символьной ссылки."
#. type: table
-#: guix-git/doc/guix.texi:47628
+#: guix-git/doc/guix.texi:47657
msgid "It can be for instance @code{\"aarch64-linux\"} or @code{\"armhf-linux\"}. You will encounter system types when you perform native builds (@pxref{Native Builds})."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:47629
+#: guix-git/doc/guix.texi:47658
#, fuzzy, no-wrap
#| msgid "@code{archive-url} (default: @code{#f})"
msgid "@code{linux-architecture} (default: @code{#false})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:47633
+#: guix-git/doc/guix.texi:47662
msgid "This optional string field is only relevant if the kernel is Linux. In that case, it corresponds to the ARCH variable used when building Linux, @code{\"mips\"} for instance."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:47634
+#: guix-git/doc/guix.texi:47663
#, fuzzy, no-wrap
#| msgid "@code{kitename} (default: @code{#f})"
msgid "@code{rust-target} (default: @code{#false})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:47638
+#: guix-git/doc/guix.texi:47667
msgid "This optional string field is used to determine which rust target is best supported by this platform. For example, the base level system targeted by @code{armhf-linux} system is closest to @code{armv7-unknown-linux-gnueabihf}."
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:47639
+#: guix-git/doc/guix.texi:47668
#, no-wrap
msgid "glibc-dynamic-linker"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:47643
+#: guix-git/doc/guix.texi:47672
msgid "This field is the name of the GNU C Library dynamic linker for the corresponding system, as a string. It can be @code{\"/lib/ld-linux-armhf.so.3\"}."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:47652
+#: guix-git/doc/guix.texi:47681
msgid "The @code{(guix platforms @dots{})} modules export the following variables, each of which is bound to a @code{platform} record."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:47653
+#: guix-git/doc/guix.texi:47682
#, fuzzy, no-wrap
#| msgid "armhf-linux"
msgid "armv7-linux"
msgstr "armhf-linux"
#. type: defvar
-#: guix-git/doc/guix.texi:47655
+#: guix-git/doc/guix.texi:47684
msgid "Platform targeting ARM v7 CPU running GNU/Linux."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:47659
+#: guix-git/doc/guix.texi:47688
msgid "Platform targeting ARM v8 CPU running GNU/Linux."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:47661
+#: guix-git/doc/guix.texi:47690
#, fuzzy, no-wrap
#| msgid "aarch64-linux"
msgid "mips64-linux"
msgstr "aarch64-linux"
#. type: defvar
-#: guix-git/doc/guix.texi:47663
+#: guix-git/doc/guix.texi:47692
msgid "Platform targeting MIPS little-endian 64-bit CPU running GNU/Linux."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:47665
+#: guix-git/doc/guix.texi:47694
#, fuzzy, no-wrap
#| msgid "powerpc64le-linux"
msgid "powerpc-linux"
msgstr "aarch64-linux"
#. type: defvar
-#: guix-git/doc/guix.texi:47667
+#: guix-git/doc/guix.texi:47696
msgid "Platform targeting PowerPC big-endian 32-bit CPU running GNU/Linux."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:47671
+#: guix-git/doc/guix.texi:47700
msgid "Platform targeting PowerPC little-endian 64-bit CPU running GNU/Linux."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:47675
+#: guix-git/doc/guix.texi:47704
msgid "Platform targeting RISC-V 64-bit CPU running GNU/Linux."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:47679
+#: guix-git/doc/guix.texi:47708
msgid "Platform targeting x86 CPU running GNU/Linux."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:47683
+#: guix-git/doc/guix.texi:47712
msgid "Platform targeting x86 64-bit CPU running GNU/Linux."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:47685
+#: guix-git/doc/guix.texi:47714
#, fuzzy, no-wrap
#| msgid "x86_64-linux"
msgid "x86_64-linux-x32"
msgstr "x86_64-linux"
#. type: defvar
-#: guix-git/doc/guix.texi:47688
+#: guix-git/doc/guix.texi:47717
msgid "Platform targeting x86 64-bit CPU running GNU/Linux with the run-time using the X32 ABI."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:47690
+#: guix-git/doc/guix.texi:47719
#, fuzzy, no-wrap
#| msgid "i686-linux"
msgid "i686-mingw"
msgstr "i686-linux"
#. type: defvar
-#: guix-git/doc/guix.texi:47693
+#: guix-git/doc/guix.texi:47722
msgid "Platform targeting x86 CPU running Windows, with run-time support from MinGW."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:47695
+#: guix-git/doc/guix.texi:47724
#, fuzzy, no-wrap
#| msgid "x86_64-linux"
msgid "x86_64-mingw"
msgstr "x86_64-linux"
#. type: defvar
-#: guix-git/doc/guix.texi:47698
+#: guix-git/doc/guix.texi:47727
msgid "Platform targeting x86 64-bit CPU running Windows, with run-time support from MinGW."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:47703
+#: guix-git/doc/guix.texi:47732
msgid "Platform targeting x86 CPU running GNU/Hurd (also referred to as ``GNU'')."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:47705
+#: guix-git/doc/guix.texi:47734
#, no-wrap
msgid "avr"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:47708
+#: guix-git/doc/guix.texi:47737
msgid "Platform targeting AVR CPUs without an operating system, with run-time support from AVR Libc."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:47710
+#: guix-git/doc/guix.texi:47739
#, no-wrap
msgid "or1k-elf"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:47713
+#: guix-git/doc/guix.texi:47742
msgid "Platform targeting OpenRISC 1000 CPU without an operating system and without a C standard library."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:47715
+#: guix-git/doc/guix.texi:47744
#, no-wrap
msgid "xtensa-ath9k-elf"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:47718
+#: guix-git/doc/guix.texi:47747
msgid "Platform targeting Xtensa CPU used in the Qualcomm Atheros AR7010 and AR9271 USB 802.11n @acronym{NICs, Network Interface Controllers}."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:47723
+#: guix-git/doc/guix.texi:47752
#, fuzzy, no-wrap
#| msgid "systems"
msgid "system images"
msgstr "systems"
#. type: Plain text
-#: guix-git/doc/guix.texi:47735
+#: guix-git/doc/guix.texi:47764
msgid "When it comes to installing Guix System for the first time on a new machine, you can basically proceed in three different ways. The first one is to use an existing operating system on the machine to run the @command{guix system init} command (@pxref{Invoking guix system}). The second one, is to produce an installation image (@pxref{Building the Installation Image}). This is a bootable system which role is to eventually run @command{guix system init}. Finally, the third option would be to produce an image that is a direct instantiation of the system you wish to run. That image can then be copied on a bootable device such as an USB drive or a memory card. The target machine would then directly boot from it, without any kind of installation procedure."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:47744
+#: guix-git/doc/guix.texi:47773
msgid "The @command{guix system image} command is able to turn an operating system definition into a bootable image. This command supports different image types, such as @code{mbr-hybrid-raw}, @code{iso9660} and @code{docker}. Any modern @code{x86_64} machine will probably be able to boot from an @code{iso9660} image. However, there are a few machines out there that require specific image types. Those machines, in general using @code{ARM} processors, may expect specific partitions at specific offsets."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:47747
+#: guix-git/doc/guix.texi:47776
msgid "This chapter explains how to define customized system images and how to turn them into actual bootable images."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:47760
+#: guix-git/doc/guix.texi:47789
msgid "The @code{image} record, described right after, allows you to define a customized bootable system image."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:47761
+#: guix-git/doc/guix.texi:47790
#, fuzzy, no-wrap
#| msgid "{Data Type} package"
msgid "{Data Type} image"
msgstr "{Тип данных} package"
#. type: deftp
-#: guix-git/doc/guix.texi:47763
+#: guix-git/doc/guix.texi:47792
#, fuzzy
#| msgid "This is the data type representing a package recipe."
msgid "This is the data type representing a system image."
msgstr "Это тип данных, представляющий рецепт пакета."
#. type: item
-#: guix-git/doc/guix.texi:47765
+#: guix-git/doc/guix.texi:47794
#, fuzzy, no-wrap
#| msgid "@code{kitename} (default: @code{#f})"
msgid "@code{name} (default: @code{#false})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:47768
+#: guix-git/doc/guix.texi:47797
msgid "The image name as a symbol, @code{'my-iso9660} for instance. The name is optional and it defaults to @code{#false}."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:47771
+#: guix-git/doc/guix.texi:47800
#, fuzzy
#| msgid "The following options are supported:"
msgid "The image format as a symbol. The following formats are supported:"
msgstr "Поддерживаются следующие варианты:"
#. type: item
-#: guix-git/doc/guix.texi:47773
+#: guix-git/doc/guix.texi:47802
#, no-wrap
msgid "@code{disk-image}, a raw disk image composed of one or multiple"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:47775
+#: guix-git/doc/guix.texi:47804
#, fuzzy
#| msgid "Derivations"
msgid "partitions."
msgstr "Деривации"
#. type: item
-#: guix-git/doc/guix.texi:47776
+#: guix-git/doc/guix.texi:47805
#, no-wrap
msgid "@code{compressed-qcow2}, a compressed qcow2 image composed of"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:47778
+#: guix-git/doc/guix.texi:47807
#, fuzzy
#| msgid "Do not build the derivations."
msgid "one or multiple partitions."
msgstr "Не собирайте производные."
#. type: item
-#: guix-git/doc/guix.texi:47779
+#: guix-git/doc/guix.texi:47808
#, fuzzy, no-wrap
#| msgid "@code{package} (default: @code{docker-cli})"
msgid "@code{docker}, a Docker image."
msgstr "@code{speed} (default: @code{1.0})"
#. type: item
-#: guix-git/doc/guix.texi:47781
+#: guix-git/doc/guix.texi:47810
#, no-wrap
msgid "@code{iso9660}, an ISO-9660 image."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:47783
+#: guix-git/doc/guix.texi:47812
#, no-wrap
msgid "@code{tarball}, a tar.gz image archive."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:47785
+#: guix-git/doc/guix.texi:47814
#, no-wrap
msgid "@code{wsl2}, a WSL2 image."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:47789
+#: guix-git/doc/guix.texi:47818
#, fuzzy, no-wrap
#| msgid "@code{port} (default: @code{#f})"
msgid "@code{platform} (default: @code{#false})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:47793
+#: guix-git/doc/guix.texi:47822
msgid "The @code{platform} record the image is targeting (@pxref{Platforms}), @code{aarch64-linux} for instance. By default, this field is set to @code{#false} and the image will target the host platform."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:47794 guix-git/doc/guix.texi:47856
+#: guix-git/doc/guix.texi:47823 guix-git/doc/guix.texi:47885
#, fuzzy, no-wrap
#| msgid "@code{disk-size} (default: @code{'guess})"
msgid "@code{size} (default: @code{'guess})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:47798
+#: guix-git/doc/guix.texi:47827
msgid "The image size in bytes or @code{'guess}. The @code{'guess} symbol, which is the default, means that the image size will be inferred based on the image content."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:47801
+#: guix-git/doc/guix.texi:47830
msgid "The image's @code{operating-system} record that is instantiated."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:47802
+#: guix-git/doc/guix.texi:47831
#, fuzzy, no-wrap
#| msgid "@code{partition-style} (default: @code{'msdos})"
msgid "@code{partition-table-type} (default: @code{'mbr})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:47805
+#: guix-git/doc/guix.texi:47834
msgid "The image partition table type as a symbol. Possible values are @code{'mbr} and @code{'gpt}. It default to @code{'mbr}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:47806
+#: guix-git/doc/guix.texi:47835
#, fuzzy, no-wrap
#| msgid "@code{variants} (default: @code{'()})"
msgid "@code{partitions} (default: @code{'()})"
msgstr "@code{inputs} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:47809
+#: guix-git/doc/guix.texi:47838
msgid "The image partitions as a list of @code{partition} records (@pxref{partition Reference})."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:47810
+#: guix-git/doc/guix.texi:47839
#, fuzzy, no-wrap
#| msgid "@code{compression-level} (default: @code{3})"
msgid "@code{compression?} (default: @code{#true})"
msgstr "@code{compression-level} (default: @code{3})"
#. type: table
-#: guix-git/doc/guix.texi:47814
+#: guix-git/doc/guix.texi:47843
msgid "Whether the image content should be compressed, as a boolean. It defaults to @code{#true} and only applies to @code{'iso9660} image formats."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:47815
+#: guix-git/doc/guix.texi:47844
#, fuzzy, no-wrap
#| msgid "@code{mailer?} (default: @code{#true})"
msgid "@code{volatile-root?} (default: @code{#true})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:47817
+#: guix-git/doc/guix.texi:47846
msgid "Whether the image root partition should be made volatile, as a boolean."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:47822
+#: guix-git/doc/guix.texi:47851
msgid "This is achieved by using a RAM backed file system (overlayfs) that is mounted on top of the root partition by the initrd. It defaults to @code{#true}. When set to @code{#false}, the image root partition is mounted as read-write partition by the initrd."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:47823
+#: guix-git/doc/guix.texi:47852
#, fuzzy, no-wrap
#| msgid "@code{serve-secret?} (default: @code{#f})"
msgid "@code{shared-store?} (default: @code{#false})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:47830
+#: guix-git/doc/guix.texi:47859
msgid "Whether the image's store should be shared with the host system, as a boolean. This can be useful when creating images dedicated to virtual machines. When set to @code{#false}, which is the default, the image's @code{operating-system} closure is copied to the image. Otherwise, when set to @code{#true}, it is assumed that the host store will be made available at boot, using a @code{9p} mount for instance."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:47831
+#: guix-git/doc/guix.texi:47860
#, fuzzy, no-wrap
#| msgid "@code{socket-directory} (default: @code{#false})"
msgid "@code{shared-network?} (default: @code{#false})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:47835
+#: guix-git/doc/guix.texi:47864
msgid "Whether to use the host network interfaces within the image, as a boolean. This is only used for the @code{'docker} image format. It defaults to @code{#false}."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:47836
+#: guix-git/doc/guix.texi:47865
#, fuzzy, no-wrap
#| msgid "@code{mailer?} (default: @code{#true})"
msgid "@code{substitutable?} (default: @code{#true})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:47839
+#: guix-git/doc/guix.texi:47868
msgid "Whether the image derivation should be substitutable, as a boolean. It defaults to @code{true}."
msgstr ""
#. type: subsection
-#: guix-git/doc/guix.texi:47848
+#: guix-git/doc/guix.texi:47877
#, fuzzy, no-wrap
#| msgid "@code{origin} Reference"
msgid "@code{partition} Reference"
msgstr "@code{origin} Справка"
#. type: Plain text
-#: guix-git/doc/guix.texi:47851
+#: guix-git/doc/guix.texi:47880
msgid "In @code{image} record may contain some partitions."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:47852
+#: guix-git/doc/guix.texi:47881
#, fuzzy, no-wrap
#| msgid "{Data Type} origin"
msgid "{Data Type} partition"
msgstr "{Тип данных} origin"
#. type: deftp
-#: guix-git/doc/guix.texi:47854
+#: guix-git/doc/guix.texi:47883
#, fuzzy
#| msgid "This is the data type representing a package recipe."
msgid "This is the data type representing an image partition."
msgstr "Это тип данных, представляющий рецепт пакета."
#. type: table
-#: guix-git/doc/guix.texi:47860
+#: guix-git/doc/guix.texi:47889
msgid "The partition size in bytes or @code{'guess}. The @code{'guess} symbol, which is the default, means that the partition size will be inferred based on the partition content."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:47861
+#: guix-git/doc/guix.texi:47890
#, fuzzy, no-wrap
msgid "@code{offset} (default: @code{0})"
msgstr "@code{port} (default: @code{22})"
#. type: table
-#: guix-git/doc/guix.texi:47865
+#: guix-git/doc/guix.texi:47894
msgid "The partition's start offset in bytes, relative to the image start or the previous partition end. It defaults to @code{0} which means that there is no offset applied."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:47866
+#: guix-git/doc/guix.texi:47895
#, fuzzy, no-wrap
#| msgid "@code{systems} (default: @code{#f})"
msgid "@code{file-system} (default: @code{\"ext4\"})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:47871
+#: guix-git/doc/guix.texi:47900
msgid "The partition file system as a string, defaulting to @code{\"ext4\"}. The supported values are @code{\"vfat\"}, @code{\"fat16\"}, @code{\"fat32\"} and @code{\"ext4\"}. @code{\"vfat\"}, @code{\"fat16\"} and @code{\"fat32\"} partitions without the @code{'esp} flag are by default LBA compatible."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:47872
+#: guix-git/doc/guix.texi:47901
#, fuzzy, no-wrap
#| msgid "@code{ssh-options} (default @code{'()})"
msgid "@code{file-system-options} (default: @code{'()})"
msgstr "@code{features} (default: @code{'()})"
#. type: table
-#: guix-git/doc/guix.texi:47876
+#: guix-git/doc/guix.texi:47905
msgid "The partition file system creation options that should be passed to the partition creation tool, as a list of strings. This is only supported when creating @code{\"ext4\"} partitions."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:47879
+#: guix-git/doc/guix.texi:47908
msgid "See the @code{\"extended-options\"} man page section of the @code{\"mke2fs\"} tool for a more complete reference."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:47883
+#: guix-git/doc/guix.texi:47912
msgid "The partition label as a mandatory string, @code{\"my-root\"} for instance."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:47884
+#: guix-git/doc/guix.texi:47913
#, fuzzy, no-wrap
#| msgid "@code{speed} (default: @code{1.0})"
msgid "@code{uuid} (default: @code{#false})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:47888
+#: guix-git/doc/guix.texi:47917
msgid "The partition UUID as an @code{uuid} record (@pxref{File Systems}). By default it is @code{#false}, which means that the partition creation tool will attribute a random UUID to the partition."
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:47895
+#: guix-git/doc/guix.texi:47924
msgid "The partition flags as a list of symbols. Possible values are @code{'boot} and @code{'esp}. The @code{'boot} flags should be set if you want to boot from this partition. Exactly one partition should have this flag set, usually the root one. The @code{'esp} flag identifies a UEFI System Partition."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:47896
+#: guix-git/doc/guix.texi:47925
#, fuzzy, no-wrap
#| msgid "@code{initrd} (default: @code{#f})"
msgid "@code{initializer} (default: @code{#false})"
msgstr "@code{speed} (default: @code{1.0})"
#. type: table
-#: guix-git/doc/guix.texi:47901
+#: guix-git/doc/guix.texi:47930
msgid "The partition initializer procedure as a gexp. This procedure is called to populate a partition. If no initializer is passed, the @code{initialize-root-partition} procedure from the @code{(gnu build image)} module is used."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:47910
+#: guix-git/doc/guix.texi:47939
msgid "Let's say you would like to create an MBR image with three distinct partitions:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:47912
+#: guix-git/doc/guix.texi:47941
#, fuzzy, no-wrap
#| msgid "ESP, EFI system partition"
msgid "The @acronym{ESP, EFI System Partition}, a partition of"
msgstr "ESP, EFI разметка системы"
#. type: itemize
-#: guix-git/doc/guix.texi:47914
+#: guix-git/doc/guix.texi:47943
msgid "40@tie{}MiB at offset 1024@tie{}KiB with a vfat file system."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:47915
+#: guix-git/doc/guix.texi:47944
#, no-wrap
msgid "an ext4 partition of 50@tie{}MiB data file, and labeled ``data''."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:47917
+#: guix-git/doc/guix.texi:47946
#, no-wrap
msgid "an ext4 bootable partition containing the @code{%simple-os}"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:47919
+#: guix-git/doc/guix.texi:47948
#, fuzzy
#| msgid "operating-system Reference"
msgid "operating-system."
msgstr "Интерфейс operating-system"
#. type: Plain text
-#: guix-git/doc/guix.texi:47923
+#: guix-git/doc/guix.texi:47952
msgid "You would then write the following image definition in a @code{my-image.scm} file for instance."
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:47930
+#: guix-git/doc/guix.texi:47959
#, fuzzy, no-wrap
#| msgid ""
#| "(use-modules (gnu services)\n"
@@ -91686,7 +91741,7 @@ msgstr ""
"\n"
#. type: lisp
-#: guix-git/doc/guix.texi:47932 guix-git/doc/guix.texi:48050
+#: guix-git/doc/guix.texi:47961 guix-git/doc/guix.texi:48079
#, no-wrap
msgid ""
"(define MiB (expt 2 20))\n"
@@ -91694,7 +91749,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:47961
+#: guix-git/doc/guix.texi:47990
#, no-wrap
msgid ""
"(image\n"
@@ -91728,29 +91783,29 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:47969
+#: guix-git/doc/guix.texi:47998
msgid "Note that the first and third partitions use generic initializers procedures, initialize-efi-partition and initialize-root-partition respectively. The initialize-efi-partition installs a GRUB EFI loader that is loading the GRUB bootloader located in the root partition. The initialize-root-partition instantiates a complete system as defined by the @code{%simple-os} operating-system."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:47971
+#: guix-git/doc/guix.texi:48000
msgid "You can now run:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:47974
+#: guix-git/doc/guix.texi:48003
#, fuzzy, no-wrap
#| msgid "sudo guix system reconfigure /etc/config.scm\n"
msgid "guix system image my-image.scm\n"
msgstr "sudo guix system reconfigure /etc/config.scm\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:47978
+#: guix-git/doc/guix.texi:48007
msgid "to instantiate the @code{image} definition. That produces a disk image which has the expected structure:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:47987
+#: guix-git/doc/guix.texi:48016
#, no-wrap
msgid ""
"$ parted $(guix system image my-image.scm) print\n"
@@ -91764,7 +91819,7 @@ msgid ""
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:47992
+#: guix-git/doc/guix.texi:48021
#, no-wrap
msgid ""
"Number Start End Size Type File system Flags\n"
@@ -91774,93 +91829,93 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:47997
+#: guix-git/doc/guix.texi:48026
msgid "The size of the @code{boot} partition has been inferred to @code{1619MB} so that it is large enough to host the @code{%simple-os} operating-system."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48002
+#: guix-git/doc/guix.texi:48031
msgid "You can also use existing @code{image} record definitions and inherit from them to simplify the @code{image} definition. The @code{(gnu system image)} module provides the following @code{image} definition variables."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:48003
+#: guix-git/doc/guix.texi:48032
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} lvm-device-mapping"
msgid "mbr-disk-image"
msgstr "{Процедура Scheme} sane-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:48007
+#: guix-git/doc/guix.texi:48036
msgid "An MBR disk-image composed of a single ROOT partition. The ROOT partition starts at a 1@tie{}MiB offset so that the bootloader can install itself in the post-MBR gap."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:48009
+#: guix-git/doc/guix.texi:48038
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} lvm-device-mapping"
msgid "mbr-hybrid-disk-image"
msgstr "{Процедура Scheme} sane-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:48017
+#: guix-git/doc/guix.texi:48046
msgid "An MBR disk-image composed of two partitions: a 64 bits ESP partition and a ROOT boot partition. The ESP partition starts at a 1@tie{}MiB offset so that a BIOS compatible bootloader can install itself in the post-MBR gap. The image can be used by @code{x86_64} and @code{i686} machines supporting only legacy BIOS booting. The ESP partition ensures that it can also be used by newer machines relying on UEFI booting, hence the @emph{hybrid} denomination."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:48019
+#: guix-git/doc/guix.texi:48048
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} lvm-device-mapping"
msgid "efi-disk-image"
msgstr "{Процедура Scheme} sane-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:48023
+#: guix-git/doc/guix.texi:48052
msgid "A GPT disk-image composed of two partitions: a 64 bits ESP partition and a ROOT boot partition. This image can be used on most @code{x86_64} and @code{i686} machines, supporting BIOS or UEFI booting."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:48025
+#: guix-git/doc/guix.texi:48054
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} lvm-device-mapping"
msgid "efi32-disk-image"
msgstr "{Процедура Scheme} sane-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:48027
+#: guix-git/doc/guix.texi:48056
msgid "Same as @code{efi-disk-image} but with a 32 bits EFI partition."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:48029
+#: guix-git/doc/guix.texi:48058
#, no-wrap
msgid "iso9660-image"
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:48032
+#: guix-git/doc/guix.texi:48061
msgid "An ISO-9660 image composed of a single bootable partition. This image can also be used on most @code{x86_64} and @code{i686} machines."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:48034
+#: guix-git/doc/guix.texi:48063
#, fuzzy, no-wrap
#| msgid "docker"
msgid "docker-image"
msgstr "docker"
#. type: defvar
-#: guix-git/doc/guix.texi:48036
+#: guix-git/doc/guix.texi:48065
msgid "A Docker image that can be used to spawn a Docker container."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48040
+#: guix-git/doc/guix.texi:48069
msgid "Using the @code{efi-disk-image} we can simplify our previous @code{image} declaration this way:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:48048
+#: guix-git/doc/guix.texi:48077
#, fuzzy, no-wrap
#| msgid ""
#| "(use-modules (gnu services)\n"
@@ -91884,7 +91939,7 @@ msgstr ""
"\n"
#. type: lisp
-#: guix-git/doc/guix.texi:48062
+#: guix-git/doc/guix.texi:48091
#, no-wrap
msgid ""
"(define data\n"
@@ -91902,7 +91957,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:48070
+#: guix-git/doc/guix.texi:48099
#, no-wrap
msgid ""
"(image\n"
@@ -91915,249 +91970,249 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48074
+#: guix-git/doc/guix.texi:48103
msgid "This will give the exact same @code{image} instantiation but the @code{image} declaration is simpler."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48083
+#: guix-git/doc/guix.texi:48112
msgid "The @command{guix system image} command can, as we saw above, take a file containing an @code{image} declaration as argument and produce an actual disk image from it. The same command can also handle a file containing an @code{operating-system} declaration as argument. In that case, how is the @code{operating-system} turned into an image?"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48087
+#: guix-git/doc/guix.texi:48116
msgid "That's where the @code{image-type} record intervenes. This record defines how to transform an @code{operating-system} record into an @code{image} record."
msgstr ""
#. type: deftp
-#: guix-git/doc/guix.texi:48088
+#: guix-git/doc/guix.texi:48117
#, fuzzy, no-wrap
#| msgid "{Data Type} build-machine"
msgid "{Data Type} image-type"
msgstr "{Тип данных} build-machine"
#. type: deftp
-#: guix-git/doc/guix.texi:48090
+#: guix-git/doc/guix.texi:48119
#, fuzzy
#| msgid "This is the data type representing a package recipe."
msgid "This is the data type representing an image-type."
msgstr "Это тип данных, представляющий рецепт пакета."
#. type: table
-#: guix-git/doc/guix.texi:48095
+#: guix-git/doc/guix.texi:48124
msgid "The image-type name as a mandatory symbol, @code{'efi32-raw} for instance."
msgstr ""
#. type: code{#1}
-#: guix-git/doc/guix.texi:48096
+#: guix-git/doc/guix.texi:48125
#, no-wrap
msgid "constructor"
msgstr ""
#. type: table
-#: guix-git/doc/guix.texi:48100
+#: guix-git/doc/guix.texi:48129
msgid "The image-type constructor, as a mandatory procedure that takes an @code{operating-system} record as argument and returns an @code{image} record."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48106
+#: guix-git/doc/guix.texi:48135
msgid "There are several @code{image-type} records provided by the @code{(gnu system image)} and the @code{(gnu system images @dots{})} modules."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:48107
+#: guix-git/doc/guix.texi:48136
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} etc-service-type"
msgid "mbr-raw-image-type"
msgstr "{Scheme Variable} etc-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:48109
+#: guix-git/doc/guix.texi:48138
msgid "Build an image based on the @code{mbr-disk-image} image."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:48111
+#: guix-git/doc/guix.texi:48140
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} etc-service-type"
msgid "mbr-hybrid-raw-image-type"
msgstr "{Scheme Variable} etc-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:48113
+#: guix-git/doc/guix.texi:48142
msgid "Build an image based on the @code{mbr-hybrid-disk-image} image."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:48115
+#: guix-git/doc/guix.texi:48144
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} etc-service-type"
msgid "efi-raw-image-type"
msgstr "{Scheme Variable} etc-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:48117
+#: guix-git/doc/guix.texi:48146
msgid "Build an image based on the @code{efi-disk-image} image."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:48119
+#: guix-git/doc/guix.texi:48148
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} sane-service-type"
msgid "efi32-raw-image-type"
msgstr "{Процедура Scheme} sane-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:48121
+#: guix-git/doc/guix.texi:48150
msgid "Build an image based on the @code{efi32-disk-image} image."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:48123
+#: guix-git/doc/guix.texi:48152
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} dicod-service-type"
msgid "qcow2-image-type"
msgstr "{Процедура Scheme} sane-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:48126
+#: guix-git/doc/guix.texi:48155
msgid "Build an image based on the @code{mbr-disk-image} image but with the @code{compressed-qcow2} image format."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:48128
+#: guix-git/doc/guix.texi:48157
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} ipfs-service-type"
msgid "iso-image-type"
msgstr "{Процедура Scheme} sane-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:48130
+#: guix-git/doc/guix.texi:48159
msgid "Build a compressed image based on the @code{iso9660-image} image."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:48132
+#: guix-git/doc/guix.texi:48161
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} etc-service-type"
msgid "uncompressed-iso-image-type"
msgstr "{Scheme Variable} etc-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:48135
+#: guix-git/doc/guix.texi:48164
msgid "Build an image based on the @code{iso9660-image} image but with the @code{compression?} field set to @code{#false}."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:48137
+#: guix-git/doc/guix.texi:48166
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} dicod-service-type"
msgid "docker-image-type"
msgstr "{Процедура Scheme} sane-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:48139
+#: guix-git/doc/guix.texi:48168
msgid "Build an image based on the @code{docker-image} image."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:48141
+#: guix-git/doc/guix.texi:48170
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} autossh-service-type"
msgid "raw-with-offset-image-type"
msgstr "{Процедура Scheme} sane-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:48145
+#: guix-git/doc/guix.texi:48174
msgid "Build an MBR image with a single partition starting at a @code{1024KiB} offset. This is useful to leave some room to install a bootloader in the post-MBR gap."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:48147
+#: guix-git/doc/guix.texi:48176
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} boot-service-type"
msgid "pinebook-pro-image-type"
msgstr "{Scheme Variable} boot-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:48152
+#: guix-git/doc/guix.texi:48181
msgid "Build an image that is targeting the Pinebook Pro machine. The MBR image contains a single partition starting at a @code{9MiB} offset. The @code{u-boot-pinebook-pro-rk3399-bootloader} bootloader will be installed in this gap."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:48154
+#: guix-git/doc/guix.texi:48183
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} etc-service-type"
msgid "rock64-image-type"
msgstr "{Scheme Variable} etc-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:48159
+#: guix-git/doc/guix.texi:48188
msgid "Build an image that is targeting the Rock64 machine. The MBR image contains a single partition starting at a @code{16MiB} offset. The @code{u-boot-rock64-rk3328-bootloader} bootloader will be installed in this gap."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:48161
+#: guix-git/doc/guix.texi:48190
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} provenance-service-type"
msgid "novena-image-type"
msgstr "{Scheme Variable} provenance-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:48164
+#: guix-git/doc/guix.texi:48193
msgid "Build an image that is targeting the Novena machine. It has the same characteristics as @code{raw-with-offset-image-type}."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:48166
+#: guix-git/doc/guix.texi:48195
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} sane-service-type"
msgid "pine64-image-type"
msgstr "{Процедура Scheme} sane-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:48169
+#: guix-git/doc/guix.texi:48198
msgid "Build an image that is targeting the Pine64 machine. It has the same characteristics as @code{raw-with-offset-image-type}."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:48171
+#: guix-git/doc/guix.texi:48200
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} hurd-vm-service-type"
msgid "hurd-image-type"
msgstr "{Процедура Scheme} sane-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:48175
+#: guix-git/doc/guix.texi:48204
msgid "Build an image that is targeting a @code{i386} machine running the Hurd kernel. The MBR image contains a single ext2 partitions with specific @code{file-system-options} flags."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:48177
+#: guix-git/doc/guix.texi:48206
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} hurd-vm-service-type"
msgid "hurd-qcow2-image-type"
msgstr "{Процедура Scheme} sane-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:48180
+#: guix-git/doc/guix.texi:48209
msgid "Build an image similar to the one built by the @code{hurd-image-type} but with the @code{format} set to @code{'compressed-qcow2}."
msgstr ""
#. type: defvar
-#: guix-git/doc/guix.texi:48182
+#: guix-git/doc/guix.texi:48211
#, fuzzy, no-wrap
#| msgid "{Scheme Variable} mysql-service-type"
msgid "wsl2-image-type"
msgstr "{Процедура Scheme} sane-service-type"
#. type: defvar
-#: guix-git/doc/guix.texi:48185
+#: guix-git/doc/guix.texi:48214
msgid "Build an image for the @acronym{WSL2, Windows Subsystem for Linux 2}. It can be imported by running:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:48189
+#: guix-git/doc/guix.texi:48218
#, no-wrap
msgid ""
"wsl --import Guix ./guix ./wsl2-image.tar.gz\n"
@@ -92165,77 +92220,77 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48197
+#: guix-git/doc/guix.texi:48226
msgid "So, if we get back to the @code{guix system image} command taking an @code{operating-system} declaration as argument. By default, the @code{mbr-raw-image-type} is used to turn the provided @code{operating-system} into an actual bootable image."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48203
+#: guix-git/doc/guix.texi:48232
msgid "To use a different @code{image-type}, the @code{--image-type} option can be used. The @code{--list-image-types} option will list all the supported image types. It turns out to be a textual listing of all the @code{image-types} variables described just above (@pxref{Invoking guix system})."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48210
+#: guix-git/doc/guix.texi:48239
msgid "Let's take the example of the Pine64, an ARM based machine. To be able to produce an image targeting this board, we need the following elements:"
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:48212
+#: guix-git/doc/guix.texi:48241
#, no-wrap
msgid "An @code{operating-system} record containing at least"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:48215
+#: guix-git/doc/guix.texi:48244
msgid "an appropriate kernel (@code{linux-libre-arm64-generic}) and bootloader @code{u-boot-pine64-lts-bootloader}) for the Pine64."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:48216
+#: guix-git/doc/guix.texi:48245
#, no-wrap
msgid "Possibly, an @code{image-type} record providing a way to"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:48219
+#: guix-git/doc/guix.texi:48248
msgid "turn an @code{operating-system} record to an @code{image} record suitable for the Pine64."
msgstr ""
#. type: item
-#: guix-git/doc/guix.texi:48220
+#: guix-git/doc/guix.texi:48249
#, no-wrap
msgid "An actual @code{image} that can be instantiated with the"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:48222
+#: guix-git/doc/guix.texi:48251
msgid "@command{guix system image} command."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48228
+#: guix-git/doc/guix.texi:48257
msgid "The @code{(gnu system images pine64)} module provides all those elements: @code{pine64-barebones-os}, @code{pine64-image-type} and @code{pine64-barebones-raw-image} respectively."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48231
+#: guix-git/doc/guix.texi:48260
msgid "The module returns the @code{pine64-barebones-raw-image} in order for users to be able to run:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:48234
+#: guix-git/doc/guix.texi:48263
#, fuzzy, no-wrap
#| msgid "guix system image -t iso9660 gnu/system/install.scm\n"
msgid "guix system image gnu/system/images/pine64.scm\n"
msgstr "guix system disk-image -t iso9660 gnu/system/install.scm\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:48239
+#: guix-git/doc/guix.texi:48268
msgid "Now, thanks to the @code{pine64-image-type} record declaring the @code{'pine64-raw} @code{image-type}, one could also prepare a @code{my-pine.scm} file with the following content:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:48245
+#: guix-git/doc/guix.texi:48274
#, no-wrap
msgid ""
"(use-modules (gnu system images pine64))\n"
@@ -92245,81 +92300,81 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48248
+#: guix-git/doc/guix.texi:48277
msgid "to customize the @code{pine64-barebones-os}, and run:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:48251
+#: guix-git/doc/guix.texi:48280
#, no-wrap
msgid "$ guix system image --image-type=pine64-raw my-pine.scm\n"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48256
+#: guix-git/doc/guix.texi:48285
msgid "Note that there are other modules in the @code{gnu/system/images} directory targeting @code{Novena}, @code{Pine64}, @code{PinebookPro} and @code{Rock64} machines."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:48260
+#: guix-git/doc/guix.texi:48289
#, no-wrap
msgid "debugging files"
msgstr "отладка файлов"
#. type: Plain text
-#: guix-git/doc/guix.texi:48266
+#: guix-git/doc/guix.texi:48295
msgid "Program binaries, as produced by the GCC compilers for instance, are typically written in the ELF format, with a section containing @dfn{debugging information}. Debugging information is what allows the debugger, GDB, to map binary code to source code; it is required to debug a compiled program in good conditions."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48270
+#: guix-git/doc/guix.texi:48299
msgid "This chapter explains how to use separate debug info when packages provide it, and how to rebuild packages with debug info when it's missing."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48286
+#: guix-git/doc/guix.texi:48315
msgid "The problem with debugging information is that it takes up a fair amount of disk space. For example, debugging information for the GNU C Library weighs in at more than 60 MiB@. Thus, as a user, keeping all the debugging info of all the installed programs is usually not an option. Yet, space savings should not come at the cost of an impediment to debugging---especially in the GNU system, which should make it easier for users to exert their computing freedom (@pxref{GNU Distribution})."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48293
+#: guix-git/doc/guix.texi:48322
msgid "Thankfully, the GNU Binary Utilities (Binutils) and GDB provide a mechanism that allows users to get the best of both worlds: debugging information can be stripped from the binaries and stored in separate files. GDB is then able to load debugging information from those files, when they are available (@pxref{Separate Debug Files,,, gdb, Debugging with GDB})."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48301
+#: guix-git/doc/guix.texi:48330
msgid "The GNU distribution takes advantage of this by storing debugging information in the @code{lib/debug} sub-directory of a separate package output unimaginatively called @code{debug} (@pxref{Packages with Multiple Outputs}). Users can choose to install the @code{debug} output of a package when they need it. For instance, the following command installs the debugging information for the GNU C Library and for GNU Guile:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:48304
+#: guix-git/doc/guix.texi:48333
#, no-wrap
msgid "guix install glibc:debug guile:debug\n"
msgstr "guix install glibc:debug guile:debug\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:48310
+#: guix-git/doc/guix.texi:48339
msgid "GDB must then be told to look for debug files in the user's profile, by setting the @code{debug-file-directory} variable (consider setting it from the @file{~/.gdbinit} file, @pxref{Startup,,, gdb, Debugging with GDB}):"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:48313
+#: guix-git/doc/guix.texi:48342
#, no-wrap
msgid "(gdb) set debug-file-directory ~/.guix-profile/lib/debug\n"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48317
+#: guix-git/doc/guix.texi:48346
msgid "From there on, GDB will pick up debugging information from the @file{.debug} files under @file{~/.guix-profile/lib/debug}."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48322
+#: guix-git/doc/guix.texi:48351
msgid "Below is an alternative GDB script which is useful when working with other profiles. It takes advantage of the optional Guile integration in GDB. This snippet is included by default on Guix System in the @file{~/.gdbinit} file."
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:48330
+#: guix-git/doc/guix.texi:48359
#, no-wrap
msgid ""
"guile\n"
@@ -92331,32 +92386,32 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48338
+#: guix-git/doc/guix.texi:48367
msgid "In addition, you will most likely want GDB to be able to show the source code being debugged. To do that, you will have to unpack the source code of the package of interest (obtained with @code{guix build --source}, @pxref{Invoking guix build}), and to point GDB to that source directory using the @code{directory} command (@pxref{Source Path, @code{directory},, gdb, Debugging with GDB})."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48346
+#: guix-git/doc/guix.texi:48375
msgid "The @code{debug} output mechanism in Guix is implemented by the @code{gnu-build-system} (@pxref{Build Systems}). Currently, it is opt-in---debugging information is available only for the packages with definitions explicitly declaring a @code{debug} output. To check whether a package has a @code{debug} output, use @command{guix package --list-available} (@pxref{Invoking guix package})."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48348
+#: guix-git/doc/guix.texi:48377
msgid "Read on for how to deal with packages lacking a @code{debug} output."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48360
+#: guix-git/doc/guix.texi:48389
msgid "As we saw above, some packages, but not all, provide debugging info in a @code{debug} output. What can you do when debugging info is missing? The @option{--with-debug-info} option provides a solution to that: it allows you to rebuild the package(s) for which debugging info is missing---and only those---and to graft those onto the application you're debugging. Thus, while it's not as fast as installing a @code{debug} output, it is relatively inexpensive."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48365
+#: guix-git/doc/guix.texi:48394
msgid "Let's illustrate that. Suppose you're experiencing a bug in Inkscape and would like to see what's going on in GLib, a library that's deep down in its dependency graph. As it turns out, GLib does not have a @code{debug} output and the backtrace GDB shows is all sadness:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:48376
+#: guix-git/doc/guix.texi:48405
#, no-wrap
msgid ""
"(gdb) bt\n"
@@ -92371,17 +92426,17 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48380
+#: guix-git/doc/guix.texi:48409
msgid "To address that, you install Inkscape linked against a variant GLib that contains debug info:"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48386
+#: guix-git/doc/guix.texi:48415
msgid "This time, debugging will be a whole lot nicer:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:48404
+#: guix-git/doc/guix.texi:48433
#, no-wrap
msgid ""
"$ gdb --args sh -c 'exec inkscape'\n"
@@ -92403,83 +92458,83 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48407
+#: guix-git/doc/guix.texi:48436
msgid "Much better!"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48411
+#: guix-git/doc/guix.texi:48440
msgid "Note that there can be packages for which @option{--with-debug-info} will not have the desired effect. @xref{Package Transformation Options, @option{--with-debug-info}}, for more information."
msgstr ""
#. type: chapter
-#: guix-git/doc/guix.texi:48413
+#: guix-git/doc/guix.texi:48442
#, no-wrap
msgid "Using @TeX{} and @LaTeX{}"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:48415
+#: guix-git/doc/guix.texi:48444
#, fuzzy, no-wrap
#| msgid "packages"
msgid "@TeX{} packages"
msgstr "пакеты"
#. type: cindex
-#: guix-git/doc/guix.texi:48416
+#: guix-git/doc/guix.texi:48445
#, fuzzy, no-wrap
#| msgid "{Data Type} package"
msgid "@LaTeX{} packages"
msgstr "{Тип данных} package"
#. type: Plain text
-#: guix-git/doc/guix.texi:48423
+#: guix-git/doc/guix.texi:48452
msgid "Guix provides packages for the @TeX{}, @LaTeX{}, ConTeXt, LuaTeX, and related typesetting systems, taken from the @uref{https://www.tug.org/texlive/, @TeX{} Live distribution}. However, because @TeX{} Live is so huge and because finding one's way in this maze is tricky, so this section provides some guidance on how to deploy the relevant packages to compile @TeX{} and @LaTeX{} documents."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48425
+#: guix-git/doc/guix.texi:48454
msgid "@TeX{} Live currently comes in two mutually exclusive flavors in Guix:"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:48431
+#: guix-git/doc/guix.texi:48460
msgid "The ``monolithic'' @code{texlive} package: it comes with @emph{every single @TeX{} Live package} (roughly 4,200), but it is huge---more than 4@tie{}GiB for a single package!"
msgstr ""
#. type: itemize
-#: guix-git/doc/guix.texi:48435
+#: guix-git/doc/guix.texi:48464
msgid "A ``modular'' @TeX{} Live distribution, in which you only install the packages, always prefixed with @samp{texlive-}, you need."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48444
+#: guix-git/doc/guix.texi:48473
msgid "So to insist, these two flavors cannot be combined@footnote{No rule without exception! As the monolithic @TeX{} Live does not contain the @command{biber} executable, it is okay to combine it with @code{texlive-biber}, which does.}. If in the modular setting your document does not compile, the solution is not to add the monolithic @code{texlive} package, but to add the set of missing packages from the modular distribution."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48451
+#: guix-git/doc/guix.texi:48480
msgid "Building a coherent system that provides all the essential tools and, at the same time, satisfies all of its internal dependencies can be a difficult task. It is therefore recommended to start with sets of packages, called @dfn{collections}, and @dfn{schemes}, the name for collections of collections. The following command lists available schemes and collections (@pxref{guix-search,, Invoking guix package}):"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:48454
+#: guix-git/doc/guix.texi:48483
#, no-wrap
msgid "guix search texlive-\\(scheme\\|collection\\) | recsel -p name,description\n"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48459
+#: guix-git/doc/guix.texi:48488
msgid "If needed, you may then complete your system with individual packages, particularly when they belong to a large collection you're not otherwise interested in."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48462
+#: guix-git/doc/guix.texi:48491
msgid "For instance, the following manifest is a reasonable, yet frugal starting point for a French @LaTeX{} user:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:48466
+#: guix-git/doc/guix.texi:48495
#, fuzzy, no-wrap
#| msgid "specifications->manifest"
msgid ""
@@ -92489,7 +92544,7 @@ msgid ""
msgstr "specifications->manifest"
#. type: lisp
-#: guix-git/doc/guix.texi:48471
+#: guix-git/doc/guix.texi:48500
#, no-wrap
msgid ""
" \"texlive-scheme-basic\"\n"
@@ -92500,7 +92555,7 @@ msgid ""
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:48476
+#: guix-git/doc/guix.texi:48505
#, no-wrap
msgid ""
" ;; From \"latexextra\" collection.\n"
@@ -92510,12 +92565,12 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48482
+#: guix-git/doc/guix.texi:48511
msgid "If you come across a document that does not compile in such a basic setting, the main difficulty is finding the missing packages. In this case, @command{pdflatex} and similar commands tend to fail with obscure error messages along the lines of:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:48486
+#: guix-git/doc/guix.texi:48515
#, no-wrap
msgid ""
"doc.tex: File `tikz.sty' not found.\n"
@@ -92523,12 +92578,12 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48490
+#: guix-git/doc/guix.texi:48519
msgid "or, for a missing font:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:48494
+#: guix-git/doc/guix.texi:48523
#, no-wrap
msgid ""
"kpathsea: Running mktexmf phvr7t\n"
@@ -92536,12 +92591,12 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48498
+#: guix-git/doc/guix.texi:48527
msgid "How do you determine what the missing package is? In the first case, you will find the answer by running:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:48504
+#: guix-git/doc/guix.texi:48533
#, no-wrap
msgid ""
"$ guix search texlive tikz\n"
@@ -92551,12 +92606,12 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48509
+#: guix-git/doc/guix.texi:48538
msgid "In the second case, @command{guix search} turns up nothing. Instead, you can search the @TeX{} Live package database using the @command{tlmgr} command:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:48513
+#: guix-git/doc/guix.texi:48542
#, no-wrap
msgid ""
"$ tlmgr info phvr7t\n"
@@ -92565,7 +92620,7 @@ msgid ""
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:48515
+#: guix-git/doc/guix.texi:48544
#, no-wrap
msgid ""
"Packages containing `phvr7t' in their title/description:\n"
@@ -92573,7 +92628,7 @@ msgid ""
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:48524
+#: guix-git/doc/guix.texi:48553
#, no-wrap
msgid ""
"Packages containing files matching `phvr7t':\n"
@@ -92587,23 +92642,23 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48530
+#: guix-git/doc/guix.texi:48559
msgid "The file is available in the @TeX{} Live @code{helvetic} package, which is known in Guix as @code{texlive-helvetic}. Quite a ride, but you found it!"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:48534
+#: guix-git/doc/guix.texi:48563
#, no-wrap
msgid "security updates"
msgstr "обновление безопасности"
#. type: Plain text
-#: guix-git/doc/guix.texi:48543
+#: guix-git/doc/guix.texi:48572
msgid "Occasionally, important security vulnerabilities are discovered in software packages and must be patched. Guix developers try hard to keep track of known vulnerabilities and to apply fixes as soon as possible in the @code{master} branch of Guix (we do not yet provide a ``stable'' branch containing only security updates). The @command{guix lint} tool helps developers find out about vulnerable versions of software packages in the distribution:"
msgstr ""
#. type: smallexample
-#: guix-git/doc/guix.texi:48550
+#: guix-git/doc/guix.texi:48579
#, no-wrap
msgid ""
"$ guix lint -c cve\n"
@@ -92614,39 +92669,39 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48553
+#: guix-git/doc/guix.texi:48582
msgid "@xref{Invoking guix lint}, for more information."
msgstr "@xref{Invoking guix lint}, для получения дополнительной информации."
#. type: Plain text
-#: guix-git/doc/guix.texi:48562
+#: guix-git/doc/guix.texi:48591
msgid "Guix follows a functional package management discipline (@pxref{Introduction}), which implies that, when a package is changed, @emph{every package that depends on it} must be rebuilt. This can significantly slow down the deployment of fixes in core packages such as libc or Bash, since basically the whole distribution would need to be rebuilt. Using pre-built binaries helps (@pxref{Substitutes}), but deployment may still take more time than desired."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:48563
+#: guix-git/doc/guix.texi:48592
#, no-wrap
msgid "grafts"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48571
+#: guix-git/doc/guix.texi:48600
msgid "To address this, Guix implements @dfn{grafts}, a mechanism that allows for fast deployment of critical updates without the costs associated with a whole-distribution rebuild. The idea is to rebuild only the package that needs to be patched, and then to ``graft'' it onto packages explicitly installed by the user and that were previously referring to the original package. The cost of grafting is typically very low, and order of magnitudes lower than a full rebuild of the dependency chain."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:48572
+#: guix-git/doc/guix.texi:48601
#, no-wrap
msgid "replacements of packages, for grafts"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48578
+#: guix-git/doc/guix.texi:48607
msgid "For instance, suppose a security update needs to be applied to Bash. Guix developers will provide a package definition for the ``fixed'' Bash, say @code{bash-fixed}, in the usual way (@pxref{Defining Packages}). Then, the original package definition is augmented with a @code{replacement} field pointing to the package containing the bug fix:"
msgstr ""
#. type: lisp
-#: guix-git/doc/guix.texi:48585
+#: guix-git/doc/guix.texi:48614
#, no-wrap
msgid ""
"(define bash\n"
@@ -92657,146 +92712,146 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48595
+#: guix-git/doc/guix.texi:48624
msgid "From there on, any package depending directly or indirectly on Bash---as reported by @command{guix gc --requisites} (@pxref{Invoking guix gc})---that is installed is automatically ``rewritten'' to refer to @code{bash-fixed} instead of @code{bash}. This grafting process takes time proportional to the size of the package, usually less than a minute for an ``average'' package on a recent machine. Grafting is recursive: when an indirect dependency requires grafting, then grafting ``propagates'' up to the package that the user is installing."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48603
+#: guix-git/doc/guix.texi:48632
msgid "Currently, the length of the name and version of the graft and that of the package it replaces (@code{bash-fixed} and @code{bash} in the example above) must be equal. This restriction mostly comes from the fact that grafting works by patching files, including binary files, directly. Other restrictions may apply: for instance, when adding a graft to a package providing a shared library, the original shared library and its replacement must have the same @code{SONAME} and be binary-compatible."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48607
+#: guix-git/doc/guix.texi:48636
msgid "The @option{--no-grafts} command-line option allows you to forcefully avoid grafting (@pxref{Common Build Options, @option{--no-grafts}}). Thus, the command:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:48610
+#: guix-git/doc/guix.texi:48639
#, no-wrap
msgid "guix build bash --no-grafts\n"
msgstr "guix build bash --no-grafts\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:48614
+#: guix-git/doc/guix.texi:48643
msgid "returns the store file name of the original Bash, whereas:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:48617
+#: guix-git/doc/guix.texi:48646
#, no-wrap
msgid "guix build bash\n"
msgstr "guix build bash\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:48622
+#: guix-git/doc/guix.texi:48651
msgid "returns the store file name of the ``fixed'', replacement Bash. This allows you to distinguish between the two variants of Bash."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48625
+#: guix-git/doc/guix.texi:48654
msgid "To verify which Bash your whole profile refers to, you can run (@pxref{Invoking guix gc}):"
msgstr "Чтобы проверить, к какому именно Bash установлен в вашем профилt, вы можете запустить (@pxref{Invoking guix gc}):"
#. type: example
-#: guix-git/doc/guix.texi:48628
+#: guix-git/doc/guix.texi:48657
#, no-wrap
msgid "guix gc -R $(readlink -f ~/.guix-profile) | grep bash\n"
msgstr "guix gc -R `readlink -f ~/.guix-profile` | grep bash\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:48633
+#: guix-git/doc/guix.texi:48662
msgid "@dots{} and compare the store file names that you get with those above. Likewise for a complete Guix system generation:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:48636
+#: guix-git/doc/guix.texi:48665
#, no-wrap
msgid "guix gc -R $(guix system build my-config.scm) | grep bash\n"
msgstr "guix gc -R `guix system build my-config.scm` | grep bash\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:48640
+#: guix-git/doc/guix.texi:48669
msgid "Lastly, to check which Bash running processes are using, you can use the @command{lsof} command:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:48643
+#: guix-git/doc/guix.texi:48672
#, no-wrap
msgid "lsof | grep /gnu/store/.*bash\n"
msgstr "lsof | grep /gnu/store/.*bash\n"
#. type: cindex
-#: guix-git/doc/guix.texi:48651
+#: guix-git/doc/guix.texi:48680
#, no-wrap
msgid "bootstrapping"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48658
+#: guix-git/doc/guix.texi:48687
msgid "Bootstrapping in our context refers to how the distribution gets built ``from nothing''. Remember that the build environment of a derivation contains nothing but its declared inputs (@pxref{Introduction}). So there's an obvious chicken-and-egg problem: how does the first package get built? How does the first compiler get compiled?"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48666
+#: guix-git/doc/guix.texi:48695
msgid "It is tempting to think of this question as one that only die-hard hackers may care about. However, while the answer to that question is technical in nature, its implications are wide-ranging. How the distribution is bootstrapped defines the extent to which we, as individuals and as a collective of users and hackers, can trust the software we run. It is a central concern from the standpoint of @emph{security} and from a @emph{user freedom} viewpoint."
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:48667 guix-git/doc/guix.texi:48891
+#: guix-git/doc/guix.texi:48696 guix-git/doc/guix.texi:48920
#, no-wrap
msgid "bootstrap binaries"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48677
+#: guix-git/doc/guix.texi:48706
msgid "The GNU system is primarily made of C code, with libc at its core. The GNU build system itself assumes the availability of a Bourne shell and command-line tools provided by GNU Coreutils, Awk, Findutils, `sed', and `grep'. Furthermore, build programs---programs that run @code{./configure}, @code{make}, etc.---are written in Guile Scheme (@pxref{Derivations}). Consequently, to be able to build anything at all, from scratch, Guix relies on pre-built binaries of Guile, GCC, Binutils, libc, and the other packages mentioned above---the @dfn{bootstrap binaries}."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48681
+#: guix-git/doc/guix.texi:48710
msgid "These bootstrap binaries are ``taken for granted'', though we can also re-create them if needed (@pxref{Preparing to Use the Bootstrap Binaries})."
msgstr ""
#. type: section
-#: guix-git/doc/guix.texi:48688
+#: guix-git/doc/guix.texi:48717
#, no-wrap
msgid "The Full-Source Bootstrap"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48695
+#: guix-git/doc/guix.texi:48724
msgid "Guix---like other GNU/Linux distributions---is traditionally bootstrapped from a set of bootstrap binaries: Bourne shell, command-line tools provided by GNU Coreutils, Awk, Findutils, `sed', and `grep' and Guile, GCC, Binutils, and the GNU C Library (@pxref{Bootstrapping}). Usually, these bootstrap binaries are ``taken for granted.''"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48701
+#: guix-git/doc/guix.texi:48730
msgid "Taking the bootstrap binaries for granted means that we consider them to be a correct and trustworthy ``seed'' for building the complete system. Therein lies a problem: the combined size of these bootstrap binaries is about 250MB (@pxref{Bootstrappable Builds,,, mes, GNU Mes}). Auditing or even inspecting these is next to impossible."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48713
+#: guix-git/doc/guix.texi:48742
msgid "For @code{i686-linux} and @code{x86_64-linux}, Guix now features a @dfn{full-source bootstrap}. This bootstrap is rooted in @file{hex0-seed} from the @url{https://savannah.gnu.org/projects/stage0, Stage0} package. The hex0 program is minimalist assembler: it reads space-separated hexadecimal digits (nibbles) from a file, possibly including comments, and emits on standard output the bytes corresponding to those hexadecimal numbers. The source code of this initial hex0 program is a file called @url{https://github.com/oriansj/bootstrap-seeds/blob/master/POSIX/x86/hex0_x86.hex0,@file{hex0_x86.hex0}} and is written in the @code{hex0} language."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48715
+#: guix-git/doc/guix.texi:48744
msgid "Hex0 is self-hosting, which means that it can build itself:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:48718
+#: guix-git/doc/guix.texi:48747
#, no-wrap
msgid "./hex0-seed hex0_x86.hex0 hex0\n"
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48722
+#: guix-git/doc/guix.texi:48751
msgid "Hex0 it is the ASCII-equivalent of the binary program and can be produced by doing something much like:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:48726
+#: guix-git/doc/guix.texi:48755
#, no-wrap
msgid ""
"sed 's/[;#].*$//g' hex0_x86.hex0 | xxd -r -p > hex0\n"
@@ -92804,57 +92859,57 @@ msgid ""
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48730
+#: guix-git/doc/guix.texi:48759
msgid "It is because of this ASCII-binary equivalence that we can bless this initial 357-byte binary as source, and hence `full-source bootstrap''."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48737
+#: guix-git/doc/guix.texi:48766
msgid "The bootstrap then continues: @code{hex0} builds @code{hex1} and then on to @code{M0}, @code{hex2}, @code{M1}, @code{mescc-tools} and finally @code{M2-Planet}. Then, using @code{mescc-tools}, @code{M2-Planet} we build Mes (@pxref{Top, GNU Mes Reference Manual,, mes, GNU Mes}, a Scheme interpreter and C compiler in Scheme). From here on starts the more traditional @code{C}-based bootstrap of the GNU System."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48744
+#: guix-git/doc/guix.texi:48773
msgid "Another step that Guix has taken is to replace the shell and all its utilities with implementations in Guile Scheme, the @emph{Scheme-only bootstrap}. Gash (@pxref{Gash,,, gash, The Gash manual}) is a POSIX-compatible shell that replaces Bash, and it comes with Gash Utils which has minimalist replacements for Awk, the GNU Core Utilities, Grep, Gzip, Sed, and Tar."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48754
+#: guix-git/doc/guix.texi:48783
msgid "Building the GNU System from source is currently only possible by adding some historical GNU packages as intermediate steps@footnote{Packages such as @code{gcc-2.95.3}, @code{binutils-2.14}, @code{glibc-2.2.5}, @code{gzip-1.2.4}, @code{tar-1.22}, and some others. For details, see @file{gnu/packages/commencement.scm}.}. As Gash and Gash Utils mature, and GNU packages become more bootstrappable again (e.g., new releases of GNU Sed will also ship as gzipped tarballs again, as alternative to the hard to bootstrap @code{xz}-compression), this set of added packages can hopefully be reduced again."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48758
+#: guix-git/doc/guix.texi:48787
msgid "The graph below shows the resulting dependency graph for @code{gcc-core-mesboot0}, the bootstrap compiler used for the traditional bootstrap of the rest of the Guix System."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48766
+#: guix-git/doc/guix.texi:48795
msgid "@image{images/gcc-core-mesboot0-graph,6in,,Dependency graph of gcc-core-mesboot0}"
msgstr "@image{images/gcc-core-mesboot0-graph,6in,,Dependency graph of gcc-core-mesboot0}"
#. type: Plain text
-#: guix-git/doc/guix.texi:48769
+#: guix-git/doc/guix.texi:48798
msgid "Work is ongoing to bring these bootstraps to the @code{arm-linux} and @code{aarch64-linux} architectures and to the Hurd."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48773
+#: guix-git/doc/guix.texi:48802
msgid "If you are interested, join us on @samp{#bootstrappable} on the Libera.Chat IRC network or discuss on @email{bug-mes@@gnu.org} or @email{gash-devel@@nongnu.org}."
msgstr "Если вам интересно, то присоединяйтесь к нам на @samp{#bootstrappable} в IRC-сети Libera.Chat или обсуждайте на @email{bug-mes@@gnu.org} или @email{gash-devel@@nongnu.org}."
#. type: Plain text
-#: guix-git/doc/guix.texi:48780
+#: guix-git/doc/guix.texi:48809
msgid "@image{images/bootstrap-graph,6in,,Dependency graph of the early bootstrap derivations}"
msgstr "@image{images/bootstrap-graph,6in,,Dependency graph of the early bootstrap derivations}"
#. type: Plain text
-#: guix-git/doc/guix.texi:48785
+#: guix-git/doc/guix.texi:48814
msgid "The figure above shows the very beginning of the dependency graph of the distribution, corresponding to the package definitions of the @code{(gnu packages bootstrap)} module. A similar figure can be generated with @command{guix graph} (@pxref{Invoking guix graph}), along the lines of:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:48790
+#: guix-git/doc/guix.texi:48819
#, no-wrap
msgid ""
"guix graph -t derivation \\\n"
@@ -92866,12 +92921,12 @@ msgstr ""
" | dot -Tps > gcc.ps\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:48793
+#: guix-git/doc/guix.texi:48822
msgid "or, for the further Reduced Binary Seed bootstrap"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:48798
+#: guix-git/doc/guix.texi:48827
#, no-wrap
msgid ""
"guix graph -t derivation \\\n"
@@ -92883,43 +92938,43 @@ msgstr ""
" | dot -Tps > mes.ps\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:48807
+#: guix-git/doc/guix.texi:48836
msgid "At this level of detail, things are slightly complex. First, Guile itself consists of an ELF executable, along with many source and compiled Scheme files that are dynamically loaded when it runs. This gets stored in the @file{guile-2.0.7.tar.xz} tarball shown in this graph. This tarball is part of Guix's ``source'' distribution, and gets inserted into the store with @code{add-to-store} (@pxref{The Store})."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48816
+#: guix-git/doc/guix.texi:48845
msgid "But how do we write a derivation that unpacks this tarball and adds it to the store? To solve this problem, the @code{guile-bootstrap-2.0.drv} derivation---the first one that gets built---uses @code{bash} as its builder, which runs @code{build-bootstrap-guile.sh}, which in turn calls @code{tar} to unpack the tarball. Thus, @file{bash}, @file{tar}, @file{xz}, and @file{mkdir} are statically-linked binaries, also part of the Guix source distribution, whose sole purpose is to allow the Guile tarball to be unpacked."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48828
+#: guix-git/doc/guix.texi:48857
msgid "Once @code{guile-bootstrap-2.0.drv} is built, we have a functioning Guile that can be used to run subsequent build programs. Its first task is to download tarballs containing the other pre-built binaries---this is what the @file{.tar.xz.drv} derivations do. Guix modules such as @code{ftp-client.scm} are used for this purpose. The @code{module-import.drv} derivations import those modules in a directory in the store, using the original layout. The @code{module-import-compiled.drv} derivations compile those modules, and write them in an output directory with the right layout. This corresponds to the @code{#:modules} argument of @code{build-expression->derivation} (@pxref{Derivations})."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48833
+#: guix-git/doc/guix.texi:48862
msgid "Finally, the various tarballs are unpacked by the derivations @code{gcc-bootstrap-0.drv}, @code{glibc-bootstrap-0.drv}, or @code{bootstrap-mes-0.drv} and @code{bootstrap-mescc-tools-0.drv}, at which point we have a working C tool chain."
msgstr ""
#. type: unnumberedsec
-#: guix-git/doc/guix.texi:48834
+#: guix-git/doc/guix.texi:48863
#, no-wrap
msgid "Building the Build Tools"
msgstr "Сборка инструментов сборки"
#. type: Plain text
-#: guix-git/doc/guix.texi:48843
+#: guix-git/doc/guix.texi:48872
msgid "Bootstrapping is complete when we have a full tool chain that does not depend on the pre-built bootstrap tools discussed above. This no-dependency requirement is verified by checking whether the files of the final tool chain contain references to the @file{/gnu/store} directories of the bootstrap inputs. The process that leads to this ``final'' tool chain is described by the package definitions found in the @code{(gnu packages commencement)} module."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48850
+#: guix-git/doc/guix.texi:48879
msgid "The @command{guix graph} command allows us to ``zoom out'' compared to the graph above, by looking at the level of package objects instead of individual derivations---remember that a package may translate to several derivations, typically one derivation to download its source, one to build the Guile modules it needs, and one to actually build the package from source. The command:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:48855
+#: guix-git/doc/guix.texi:48884
#, no-wrap
msgid ""
"guix graph -t bag \\\n"
@@ -92931,169 +92986,173 @@ msgstr ""
" glibc-final-with-bootstrap-bash)' | xdot -\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:48862
+#: guix-git/doc/guix.texi:48891
msgid "displays the dependency graph leading to the ``final'' C library@footnote{You may notice the @code{glibc-intermediate} label, suggesting that it is not @emph{quite} final, but as a good approximation, we will consider it final.}, depicted below."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48864
+#: guix-git/doc/guix.texi:48893
msgid "@image{images/bootstrap-packages,6in,,Dependency graph of the early packages}"
msgstr "@image{images/bootstrap-packages,6in,,График зависимости ранних пакетов}"
#. type: Plain text
-#: guix-git/doc/guix.texi:48870
+#: guix-git/doc/guix.texi:48899
msgid "The first tool that gets built with the bootstrap binaries is GNU@tie{}Make---noted @code{make-boot0} above---which is a prerequisite for all the following packages. From there Findutils and Diffutils get built."
msgstr "Первый инструмент, который собирается с помощью двоичных файлов начальной загрузки, - это GNU@tie{}Make---отмеченный @code{make-boot0} выше---который является обязательным для всех следующих пакетов. После собираются Findutils и Diffutils."
#. type: Plain text
-#: guix-git/doc/guix.texi:48875
+#: guix-git/doc/guix.texi:48904
msgid "Then come the first-stage Binutils and GCC, built as pseudo cross tools---i.e., with @option{--target} equal to @option{--host}. They are used to build libc. Thanks to this cross-build trick, this libc is guaranteed not to hold any reference to the initial tool chain."
msgstr "Затем идут Binutils и GCC, построенные как псевдо-кросс-инструменты---т.е. с @code{--target}, равным @code{--host}. Они используются для сборки libc. Благодаря этому кросс-сборочному трюку, libc гарантированно не будет содержать никаких ссылок на начальный набор инструментов."
#. type: Plain text
-#: guix-git/doc/guix.texi:48881
+#: guix-git/doc/guix.texi:48910
msgid "From there the final Binutils and GCC (not shown above) are built. GCC uses @command{ld} from the final Binutils, and links programs against the just-built libc. This tool chain is used to build the other packages used by Guix and by the GNU Build System: Guile, Bash, Coreutils, etc."
msgstr "Оттуда создаются финальные версии Binutils и GCC (не показаны выше). GCC использует @code{ld} из финального Binutils и связывает программы с только что созданным libc. Эта цепочка инструментов используется для сборки других пакетов, используемых Guix и система сборки GNU: Guile, Bash, Coreutils и т.д."
#. type: Plain text
-#: guix-git/doc/guix.texi:48887
+#: guix-git/doc/guix.texi:48916
msgid "And voilà! At this point we have the complete set of build tools that the GNU Build System expects. These are in the @code{%final-inputs} variable of the @code{(gnu packages commencement)} module, and are implicitly used by any package that uses @code{gnu-build-system} (@pxref{Build Systems, @code{gnu-build-system}})."
msgstr "И вуаля! Теперь у нас есть полный набор инструментов сборки, который ожидает система сборки GNU. Они находятся в переменной @code{%final-input} модуля @code{(gnu packages commencement)} и неявно используются любым пакетом, использующим @code{gnu-build-system} (@pxref{Build Systems, @code{gnu-build-system}})."
#. type: unnumberedsec
-#: guix-git/doc/guix.texi:48889
+#: guix-git/doc/guix.texi:48918
#, no-wrap
msgid "Building the Bootstrap Binaries"
msgstr "Сборка двоичных файлов двоичной загрузки"
#. type: Plain text
-#: guix-git/doc/guix.texi:48896
+#: guix-git/doc/guix.texi:48925
msgid "Because the final tool chain does not depend on the bootstrap binaries, those rarely need to be updated. Nevertheless, it is useful to have an automated way to produce them, should an update occur, and this is what the @code{(gnu packages make-bootstrap)} module provides."
msgstr "Поскольку окончательный набор инструментов не зависит от двоичных файлов начальной загрузки, их редко требуется обновлять. Тем не менее, полезно иметь автоматический способ их создания, если произойдет обновление, и это то, что обеспечивает модуль @code{(gnu packages make-bootstrap)}."
#. type: Plain text
-#: guix-git/doc/guix.texi:48902
+#: guix-git/doc/guix.texi:48931
msgid "The following command builds the tarballs containing the bootstrap binaries (Binutils, GCC, glibc, for the traditional bootstrap and linux-libre-headers, bootstrap-mescc-tools, bootstrap-mes for the Reduced Binary Seed bootstrap, and Guile, and a tarball containing a mixture of Coreutils and other basic command-line tools):"
msgstr "Следующая команда создает tar-архивы, содержащие двоичные файлы начальной загрузки (Binutils, GCC, glibc, для традиционной загрузки и linux-libre-headers, bootstrap-mescc-tools, bootstrap-mes для начальной загрузки Reduced Binary Seed, Guile и tarball содержащий смесь Coreutils и других основных инструментов командной строки):"
#. type: example
-#: guix-git/doc/guix.texi:48905
+#: guix-git/doc/guix.texi:48934
#, no-wrap
msgid "guix build bootstrap-tarballs\n"
msgstr "tar архив начальной сборки guix\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:48910
+#: guix-git/doc/guix.texi:48939
msgid "The generated tarballs are those that should be referred to in the @code{(gnu packages bootstrap)} module mentioned at the beginning of this section."
msgstr "Сгенерированные тарболы - это те, на которые нужно ссылаться в модуле @code{(gnu packages bootstrap)}, упомянутом в начале этого раздела."
#. type: Plain text
-#: guix-git/doc/guix.texi:48916
+#: guix-git/doc/guix.texi:48945
msgid "Still here? Then perhaps by now you've started to wonder: when do we reach a fixed point? That is an interesting question! The answer is unknown, but if you would like to investigate further (and have significant computational and storage resources to do so), then let us know."
msgstr "Все еще здесь? Тогда, может быть, вы задались вопросом: когда мы достигнем фиксированной точки? Это интересный вопрос! Ответ неизвестен, но если вы хотите продолжить исследование (и располагаете значительными вычислительными ресурсами для этого), сообщите нам."
#. type: unnumberedsec
-#: guix-git/doc/guix.texi:48917
+#: guix-git/doc/guix.texi:48946
#, no-wrap
msgid "Reducing the Set of Bootstrap Binaries"
msgstr "Сокращение набора Bootstrap Binaries"
#. type: Plain text
-#: guix-git/doc/guix.texi:48925
+#: guix-git/doc/guix.texi:48954
msgid "Our traditional bootstrap includes GCC, GNU Libc, Guile, etc. That's a lot of binary code! Why is that a problem? It's a problem because these big chunks of binary code are practically non-auditable, which makes it hard to establish what source code produced them. Every unauditable binary also leaves us vulnerable to compiler backdoors as described by Ken Thompson in the 1984 paper @emph{Reflections on Trusting Trust}."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48931
+#: guix-git/doc/guix.texi:48960
msgid "This is mitigated by the fact that our bootstrap binaries were generated from an earlier Guix revision. Nevertheless it lacks the level of transparency that we get in the rest of the package dependency graph, where Guix always gives us a source-to-binary mapping. Thus, our goal is to reduce the set of bootstrap binaries to the bare minimum."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48937
+#: guix-git/doc/guix.texi:48966
msgid "The @uref{https://bootstrappable.org, Bootstrappable.org web site} lists on-going projects to do that. One of these is about replacing the bootstrap GCC with a sequence of assemblers, interpreters, and compilers of increasing complexity, which could be built from source starting from a simple and auditable assembler."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48946
+#: guix-git/doc/guix.texi:48975
msgid "Our first major achievement is the replacement of GCC, the GNU C Library and Binutils by MesCC-Tools (a simple hex linker and macro assembler) and Mes (@pxref{Top, GNU Mes Reference Manual,, mes, GNU Mes}, a Scheme interpreter and C compiler in Scheme). Neither MesCC-Tools nor Mes can be fully bootstrapped yet and thus we inject them as binary seeds. We call this the Reduced Binary Seed bootstrap, as it has halved the size of our bootstrap binaries! Also, it has eliminated the C compiler binary; i686-linux and x86_64-linux Guix packages are now bootstrapped without any binary C compiler."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48949
+#: guix-git/doc/guix.texi:48978
msgid "Work is ongoing to make MesCC-Tools and Mes fully bootstrappable and we are also looking at any other bootstrap binaries. Your help is welcome!"
msgstr ""
#. type: chapter
-#: guix-git/doc/guix.texi:48951
+#: guix-git/doc/guix.texi:48980
#, no-wrap
msgid "Porting to a New Platform"
msgstr "Портирование на новую платформу"
#. type: Plain text
-#: guix-git/doc/guix.texi:48960
+#: guix-git/doc/guix.texi:48989
msgid "As discussed above, the GNU distribution is self-contained, and self-containment is achieved by relying on pre-built ``bootstrap binaries'' (@pxref{Bootstrapping}). These binaries are specific to an operating system kernel, CPU architecture, and application binary interface (ABI). Thus, to port the distribution to a platform that is not yet supported, one must build those bootstrap binaries, and update the @code{(gnu packages bootstrap)} module to use them on that platform."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48965
+#: guix-git/doc/guix.texi:48994
msgid "Fortunately, Guix can @emph{cross compile} those bootstrap binaries. When everything goes well, and assuming the GNU tool chain supports the target platform, this can be as simple as running a command like this one:"
msgstr ""
#. type: example
-#: guix-git/doc/guix.texi:48968
+#: guix-git/doc/guix.texi:48997
#, no-wrap
msgid "guix build --target=armv5tel-linux-gnueabi bootstrap-tarballs\n"
msgstr "guix build --target=armv5tel-linux-gnueabi bootstrap-tarballs\n"
#. type: Plain text
-#: guix-git/doc/guix.texi:48977
+#: guix-git/doc/guix.texi:49006
msgid "For this to work, it is first required to register a new platform as defined in the @code{(guix platform)} module. A platform is making the connection between a GNU triplet (@pxref{Specifying Target Triplets, GNU configuration triplets,, autoconf, Autoconf}), the equivalent @var{system} in Nix notation, the name of the @var{glibc-dynamic-linker}, and the corresponding Linux architecture name if applicable (@pxref{Platforms})."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48986
+#: guix-git/doc/guix.texi:49015
msgid "Once the bootstrap tarball are built, the @code{(gnu packages bootstrap)} module needs to be updated to refer to these binaries on the target platform. That is, the hashes and URLs of the bootstrap tarballs for the new platform must be added alongside those of the currently supported platforms. The bootstrap Guile tarball is treated specially: it is expected to be available locally, and @file{gnu/local.mk} has rules to download it for the supported architectures; a rule for the new platform must be added as well."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:48995
+#: guix-git/doc/guix.texi:49024
msgid "In practice, there may be some complications. First, it may be that the extended GNU triplet that specifies an ABI (like the @code{eabi} suffix above) is not recognized by all the GNU tools. Typically, glibc recognizes some of these, whereas GCC uses an extra @option{--with-abi} configure flag (see @code{gcc.scm} for examples of how to handle this). Second, some of the required packages could fail to build for that platform. Lastly, the generated binaries could be broken for some reason."
msgstr ""
#. type: include
-#: guix-git/doc/guix.texi:48997
+#: guix-git/doc/guix.texi:49026
#, no-wrap
msgid "contributing.texi"
msgstr "contributing.ru.texi"
#. type: Plain text
-#: guix-git/doc/guix.texi:49010
+#: guix-git/doc/guix.texi:49039
msgid "Guix is based on the @uref{https://nixos.org/nix/, Nix package manager}, which was designed and implemented by Eelco Dolstra, with contributions from other people (see the @file{nix/AUTHORS} file in Guix). Nix pioneered functional package management, and promoted unprecedented features, such as transactional package upgrades and rollbacks, per-user profiles, and referentially transparent build processes. Without this work, Guix would not exist."
msgstr ""
#. type: Plain text
-#: guix-git/doc/guix.texi:49013
+#: guix-git/doc/guix.texi:49042
msgid "The Nix-based software distributions, Nixpkgs and NixOS, have also been an inspiration for Guix."
msgstr "Дистрибутивы, основанный на Nix, Nixpkgs and NixOS, также были источником вдохновения для Guix."
#. type: Plain text
-#: guix-git/doc/guix.texi:49019
+#: guix-git/doc/guix.texi:49048
msgid "GNU@tie{}Guix itself is a collective work with contributions from a number of people. See the @file{AUTHORS} file in Guix for more information on these fine people. The @file{THANKS} file lists people who have helped by reporting bugs, taking care of the infrastructure, providing artwork and themes, making suggestions, and more---thank you!"
msgstr ""
#. type: cindex
-#: guix-git/doc/guix.texi:49024
+#: guix-git/doc/guix.texi:49053
#, no-wrap
msgid "license, GNU Free Documentation License"
msgstr "лицензия, GNU Free Documentation License"
#. type: include
-#: guix-git/doc/guix.texi:49025
+#: guix-git/doc/guix.texi:49054
#, no-wrap
msgid "fdl-1.3.texi"
msgstr "fdl-1.3.texi"
#, no-wrap
+#~ msgid "@code{addr} (default: @code{'(\"0.0.0.0:1965\" \"[::]:1965\")})"
+#~ msgstr "@code{speed} (default: @code{1.0})"
+
+#, no-wrap
#~ msgid ""
#~ "export PATH=\"$HOME/.config/guix/current/bin:$PATH\"\n"
#~ "export INFOPATH=\"$HOME/.config/guix/current/share/info:$INFOPATH\"\n"