Compare commits
13 Commits
ac741c10e2
...
5fc51a8223
Author | SHA1 | Date |
---|---|---|
Jérémy Nouhaud | 5fc51a8223 | |
Yu Watanabe | 876dc2b014 | |
Zbigniew Jędrzejewski-Szmek | 40af1088b5 | |
Daan De Meyer | f17bdf8264 | |
Lennart Poettering | df92f4fa8d | |
Lennart Poettering | 4fc14c345f | |
Michal Koutný | 94d21c2ef6 | |
Yu Watanabe | 89d36ce8f7 | |
Yu Watanabe | 8062e643e6 | |
Yu Watanabe | f2c676c6c0 | |
Yu Watanabe | df696b1413 | |
Göran Uddeborg | b53de7fff4 | |
Julien Humbert | ade4962cfe |
|
@ -399,6 +399,14 @@ evdev:name:SynPS/2 Synaptics TouchPad:dmi:*svnLENOVO*:pvrThinkPad??40?:*
|
||||||
EVDEV_ABS_35=::41
|
EVDEV_ABS_35=::41
|
||||||
EVDEV_ABS_36=::37
|
EVDEV_ABS_36=::37
|
||||||
|
|
||||||
|
# Lenovo X240 series
|
||||||
|
evdev:name:SynPS/2 Synaptics TouchPad:dmi:*svnLENOVO*:pvrThinkPadX240:*
|
||||||
|
evdev:name:SynPS/2 Synaptics TouchPad:dmi:*svnLENOVO*:pvrThinkPadX240?:*
|
||||||
|
EVDEV_ABS_00=1232:5711:51
|
||||||
|
EVDEV_ABS_01=1159:4700:53
|
||||||
|
EVDEV_ABS_35=1232:5711:51
|
||||||
|
EVDEV_ABS_36=1159:4700:53
|
||||||
|
|
||||||
# Lenovo ThinkPad X140e
|
# Lenovo ThinkPad X140e
|
||||||
evdev:name:SynPS/2 Synaptics TouchPad:dmi:*svnLENOVO*:pvrThinkPadX140e*
|
evdev:name:SynPS/2 Synaptics TouchPad:dmi:*svnLENOVO*:pvrThinkPadX140e*
|
||||||
EVDEV_ABS_00=1176:5767:62
|
EVDEV_ABS_00=1176:5767:62
|
||||||
|
|
|
@ -255,6 +255,7 @@ s - Service VLAN, m - Two-port MAC Relay (TPMR)
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>
|
<term>
|
||||||
<command>delete</command>
|
<command>delete</command>
|
||||||
|
<replaceable>DEVICE…</replaceable>
|
||||||
</term>
|
</term>
|
||||||
<listitem><para>Deletes virtual netdevs. Takes interface name or index number.</para></listitem>
|
<listitem><para>Deletes virtual netdevs. Takes interface name or index number.</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
@ -262,6 +263,7 @@ s - Service VLAN, m - Two-port MAC Relay (TPMR)
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>
|
<term>
|
||||||
<command>up</command>
|
<command>up</command>
|
||||||
|
<replaceable>DEVICE…</replaceable>
|
||||||
</term>
|
</term>
|
||||||
<listitem><para>Bring devices up. Takes interface name or index number.</para></listitem>
|
<listitem><para>Bring devices up. Takes interface name or index number.</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
@ -269,6 +271,7 @@ s - Service VLAN, m - Two-port MAC Relay (TPMR)
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>
|
<term>
|
||||||
<command>down</command>
|
<command>down</command>
|
||||||
|
<replaceable>DEVICE…</replaceable>
|
||||||
</term>
|
</term>
|
||||||
<listitem><para>Bring devices down. Takes interface name or index number.</para></listitem>
|
<listitem><para>Bring devices down. Takes interface name or index number.</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
@ -276,6 +279,7 @@ s - Service VLAN, m - Two-port MAC Relay (TPMR)
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>
|
<term>
|
||||||
<command>renew</command>
|
<command>renew</command>
|
||||||
|
<replaceable>DEVICE…</replaceable>
|
||||||
</term>
|
</term>
|
||||||
<listitem><para>Renew dynamic configurations e.g. addresses received from DHCP server.
|
<listitem><para>Renew dynamic configurations e.g. addresses received from DHCP server.
|
||||||
Takes interface name or index number.</para></listitem>
|
Takes interface name or index number.</para></listitem>
|
||||||
|
@ -284,6 +288,7 @@ s - Service VLAN, m - Two-port MAC Relay (TPMR)
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>
|
<term>
|
||||||
<command>forcerenew</command>
|
<command>forcerenew</command>
|
||||||
|
<replaceable>DEVICE…</replaceable>
|
||||||
</term>
|
</term>
|
||||||
<listitem><para>Send a FORCERENEW message to all connected clients, triggering DHCP reconfiguration.
|
<listitem><para>Send a FORCERENEW message to all connected clients, triggering DHCP reconfiguration.
|
||||||
Takes interface name or index number.</para></listitem>
|
Takes interface name or index number.</para></listitem>
|
||||||
|
@ -292,6 +297,7 @@ s - Service VLAN, m - Two-port MAC Relay (TPMR)
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>
|
<term>
|
||||||
<command>reconfigure</command>
|
<command>reconfigure</command>
|
||||||
|
<replaceable>DEVICE…</replaceable>
|
||||||
</term>
|
</term>
|
||||||
<listitem><para>Reconfigure network interfaces. Takes interface name or index number.</para></listitem>
|
<listitem><para>Reconfigure network interfaces. Takes interface name or index number.</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
25
po/fr.po
25
po/fr.po
|
@ -3,19 +3,22 @@
|
||||||
# French translations for systemd package
|
# French translations for systemd package
|
||||||
# Traductions françaises du paquet systemd.
|
# Traductions françaises du paquet systemd.
|
||||||
#
|
#
|
||||||
|
# Julien Humbert <julroy67@gmail.com>, 2020.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: systemd\n"
|
"Project-Id-Version: systemd\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2020-08-19 18:02+0200\n"
|
"POT-Creation-Date: 2020-08-19 18:02+0200\n"
|
||||||
"PO-Revision-Date: 2019-03-07 23:09+0100\n"
|
"PO-Revision-Date: 2020-08-27 02:46+0000\n"
|
||||||
"Last-Translator: Sylvain Plantefève <sylvain.plantefeve@gmail.com>\n"
|
"Last-Translator: Julien Humbert <julroy67@gmail.com>\n"
|
||||||
"Language-Team: French\n"
|
"Language-Team: French <https://translate.fedoraproject.org/projects/systemd/"
|
||||||
|
"master/fr/>\n"
|
||||||
"Language: fr\n"
|
"Language: fr\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
||||||
|
"X-Generator: Weblate 4.2.1\n"
|
||||||
|
|
||||||
#: src/core/org.freedesktop.systemd1.policy.in:22
|
#: src/core/org.freedesktop.systemd1.policy.in:22
|
||||||
msgid "Send passphrase back to system"
|
msgid "Send passphrase back to system"
|
||||||
|
@ -65,7 +68,7 @@ msgstr "Recharger l'état de systemd"
|
||||||
|
|
||||||
#: src/core/org.freedesktop.systemd1.policy.in:65
|
#: src/core/org.freedesktop.systemd1.policy.in:65
|
||||||
msgid "Authentication is required to reload the systemd state."
|
msgid "Authentication is required to reload the systemd state."
|
||||||
msgstr "Authentification requise pour recharger l'état de systemd"
|
msgstr "Authentification requise pour recharger l’état de systemd."
|
||||||
|
|
||||||
#: src/home/org.freedesktop.home1.policy:13
|
#: src/home/org.freedesktop.home1.policy:13
|
||||||
msgid "Create a home area"
|
msgid "Create a home area"
|
||||||
|
@ -170,7 +173,7 @@ msgstr "Importer une image de machine virtuelle (VM) ou de conteneur"
|
||||||
msgid "Authentication is required to import a VM or container image"
|
msgid "Authentication is required to import a VM or container image"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Authentification requise pour importer une image de machine virtuelle (VM) "
|
"Authentification requise pour importer une image de machine virtuelle (VM) "
|
||||||
"ou de conteneur."
|
"ou de conteneur"
|
||||||
|
|
||||||
#: src/import/org.freedesktop.import1.policy:32
|
#: src/import/org.freedesktop.import1.policy:32
|
||||||
msgid "Export a VM or container image"
|
msgid "Export a VM or container image"
|
||||||
|
@ -180,7 +183,7 @@ msgstr "Exporter une image de machine virtuelle (VM) ou de conteneur"
|
||||||
msgid "Authentication is required to export a VM or container image"
|
msgid "Authentication is required to export a VM or container image"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Authentification requise pour exporter une image de machine virtuelle (VM) "
|
"Authentification requise pour exporter une image de machine virtuelle (VM) "
|
||||||
"ou de conteneur."
|
"ou de conteneur"
|
||||||
|
|
||||||
#: src/import/org.freedesktop.import1.policy:42
|
#: src/import/org.freedesktop.import1.policy:42
|
||||||
msgid "Download a VM or container image"
|
msgid "Download a VM or container image"
|
||||||
|
@ -189,8 +192,8 @@ msgstr "Télécharger une image de machine virtuelle (VM) ou de conteneur"
|
||||||
#: src/import/org.freedesktop.import1.policy:43
|
#: src/import/org.freedesktop.import1.policy:43
|
||||||
msgid "Authentication is required to download a VM or container image"
|
msgid "Authentication is required to download a VM or container image"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Authentification requise pour télécharger une image de machine virtuelle "
|
"Authentification requise pour télécharger une image de machine virtuelle (VM)"
|
||||||
"(VM) ou de conteneur."
|
" ou de conteneur"
|
||||||
|
|
||||||
#: src/locale/org.freedesktop.locale1.policy:22
|
#: src/locale/org.freedesktop.locale1.policy:22
|
||||||
msgid "Set system locale"
|
msgid "Set system locale"
|
||||||
|
@ -600,7 +603,7 @@ msgstr "Définir un message wall"
|
||||||
|
|
||||||
#: src/login/org.freedesktop.login1.policy:386
|
#: src/login/org.freedesktop.login1.policy:386
|
||||||
msgid "Authentication is required to set a wall message"
|
msgid "Authentication is required to set a wall message"
|
||||||
msgstr "Authentification requise pour définir un message wall."
|
msgstr "Authentification requise pour définir un message wall"
|
||||||
|
|
||||||
#: src/login/org.freedesktop.login1.policy:395
|
#: src/login/org.freedesktop.login1.policy:395
|
||||||
msgid "Change Session"
|
msgid "Change Session"
|
||||||
|
@ -766,7 +769,7 @@ msgstr "Activer/désactiver DNSSEC"
|
||||||
#: src/network/org.freedesktop.network1.policy:100
|
#: src/network/org.freedesktop.network1.policy:100
|
||||||
#: src/resolve/org.freedesktop.resolve1.policy:111
|
#: src/resolve/org.freedesktop.resolve1.policy:111
|
||||||
msgid "Authentication is required to enable or disable DNSSEC."
|
msgid "Authentication is required to enable or disable DNSSEC."
|
||||||
msgstr "Authentification requise pour activer ou désactiver DNSSEC"
|
msgstr "Authentification requise pour activer ou désactiver DNSSEC."
|
||||||
|
|
||||||
#: src/network/org.freedesktop.network1.policy:110
|
#: src/network/org.freedesktop.network1.policy:110
|
||||||
#: src/resolve/org.freedesktop.resolve1.policy:121
|
#: src/resolve/org.freedesktop.resolve1.policy:121
|
||||||
|
|
18
po/sv.po
18
po/sv.po
|
@ -4,20 +4,22 @@
|
||||||
# Sebastian Rasmussen <sebras@gmail.com>, 2015.
|
# Sebastian Rasmussen <sebras@gmail.com>, 2015.
|
||||||
# Andreas Henriksson <andreas@fatal.se>, 2016.
|
# Andreas Henriksson <andreas@fatal.se>, 2016.
|
||||||
# Josef Andersson <l10nl18nsweja@gmail.com>, 2015, 2017.
|
# Josef Andersson <l10nl18nsweja@gmail.com>, 2015, 2017.
|
||||||
|
# Göran Uddeborg <goeran@uddeborg.se>, 2020.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: systemd master\n"
|
"Project-Id-Version: systemd master\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2020-08-19 18:02+0200\n"
|
"POT-Creation-Date: 2020-08-19 18:02+0200\n"
|
||||||
"PO-Revision-Date: 2017-03-19 21:18+0100\n"
|
"PO-Revision-Date: 2020-08-27 02:46+0000\n"
|
||||||
"Last-Translator: Josef Andersson <l10nl18nsweja@gmail.com>\n"
|
"Last-Translator: Göran Uddeborg <goeran@uddeborg.se>\n"
|
||||||
"Language-Team: Swedish\n"
|
"Language-Team: Swedish <https://translate.fedoraproject.org/projects/systemd/"
|
||||||
|
"master/sv/>\n"
|
||||||
"Language: sv\n"
|
"Language: sv\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||||
"X-Generator: Poedit 1.8.9\n"
|
"X-Generator: Weblate 4.2.1\n"
|
||||||
|
|
||||||
#: src/core/org.freedesktop.systemd1.policy.in:22
|
#: src/core/org.freedesktop.systemd1.policy.in:22
|
||||||
msgid "Send passphrase back to system"
|
msgid "Send passphrase back to system"
|
||||||
|
@ -609,7 +611,7 @@ msgstr "Logga in i en lokal behållare"
|
||||||
|
|
||||||
#: src/machine/org.freedesktop.machine1.policy:23
|
#: src/machine/org.freedesktop.machine1.policy:23
|
||||||
msgid "Authentication is required to log into a local container."
|
msgid "Authentication is required to log into a local container."
|
||||||
msgstr "Autentisering krävs för att logga in i en lokal behållare"
|
msgstr "Autentisering krävs för att logga in i en lokal behållare."
|
||||||
|
|
||||||
#: src/machine/org.freedesktop.machine1.policy:32
|
#: src/machine/org.freedesktop.machine1.policy:32
|
||||||
msgid "Log into the local host"
|
msgid "Log into the local host"
|
||||||
|
@ -617,7 +619,7 @@ msgstr "Logga in på en lokal värd"
|
||||||
|
|
||||||
#: src/machine/org.freedesktop.machine1.policy:33
|
#: src/machine/org.freedesktop.machine1.policy:33
|
||||||
msgid "Authentication is required to log into the local host."
|
msgid "Authentication is required to log into the local host."
|
||||||
msgstr "Autentisering krävs för att logga in på den lokala värden"
|
msgstr "Autentisering krävs för att logga in på den lokala värden."
|
||||||
|
|
||||||
#: src/machine/org.freedesktop.machine1.policy:42
|
#: src/machine/org.freedesktop.machine1.policy:42
|
||||||
msgid "Acquire a shell in a local container"
|
msgid "Acquire a shell in a local container"
|
||||||
|
@ -645,7 +647,7 @@ msgstr "Förvärva en pseudo TTY i en lokal behållare"
|
||||||
msgid ""
|
msgid ""
|
||||||
"Authentication is required to acquire a pseudo TTY in a local container."
|
"Authentication is required to acquire a pseudo TTY in a local container."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Autentisering krävs för att förvärva en pseudo TTY i en lokal behållare"
|
"Autentisering krävs för att förvärva en pseudo TTY i en lokal behållare."
|
||||||
|
|
||||||
#: src/machine/org.freedesktop.machine1.policy:74
|
#: src/machine/org.freedesktop.machine1.policy:74
|
||||||
msgid "Acquire a pseudo TTY on the local host"
|
msgid "Acquire a pseudo TTY on the local host"
|
||||||
|
|
|
@ -26,3 +26,11 @@
|
||||||
#undef CAP_LAST_CAP
|
#undef CAP_LAST_CAP
|
||||||
#define CAP_LAST_CAP CAP_BPF
|
#define CAP_LAST_CAP CAP_BPF
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* 124ea650d3072b005457faed69909221c2905a1f (5.9) */
|
||||||
|
#ifndef CAP_CHECKPOINT_RESTORE
|
||||||
|
#define CAP_CHECKPOINT_RESTORE 40
|
||||||
|
|
||||||
|
#undef CAP_LAST_CAP
|
||||||
|
#define CAP_LAST_CAP CAP_CHECKPOINT_RESTORE
|
||||||
|
#endif
|
||||||
|
|
|
@ -3127,8 +3127,10 @@ static int apply_mount_namespace(
|
||||||
|
|
||||||
if (exec_context_has_credentials(context) && params->prefix[EXEC_DIRECTORY_RUNTIME]) {
|
if (exec_context_has_credentials(context) && params->prefix[EXEC_DIRECTORY_RUNTIME]) {
|
||||||
creds_path = path_join(params->prefix[EXEC_DIRECTORY_RUNTIME], "credentials", u->id);
|
creds_path = path_join(params->prefix[EXEC_DIRECTORY_RUNTIME], "credentials", u->id);
|
||||||
if (!creds_path)
|
if (!creds_path) {
|
||||||
return -ENOMEM;
|
r = -ENOMEM;
|
||||||
|
goto finalize;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
r = setup_namespace(root_dir, root_image, context->root_image_options,
|
r = setup_namespace(root_dir, root_image, context->root_image_options,
|
||||||
|
@ -3174,6 +3176,7 @@ static int apply_mount_namespace(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
finalize:
|
||||||
bind_mount_free_many(bind_mounts, n_bind_mounts);
|
bind_mount_free_many(bind_mounts, n_bind_mounts);
|
||||||
return r;
|
return r;
|
||||||
}
|
}
|
||||||
|
|
|
@ -927,11 +927,12 @@ int compress_stream_zstd(int fdf, int fdt, uint64_t max_bytes) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
log_debug(
|
if (in_bytes > 0)
|
||||||
"ZSTD compression finished (%" PRIu64 " -> %" PRIu64 " bytes, %.1f%%)",
|
log_debug("ZSTD compression finished (%" PRIu64 " -> %" PRIu64 " bytes, %.1f%%)",
|
||||||
in_bytes,
|
in_bytes, max_bytes - left, (double) (max_bytes - left) / in_bytes * 100);
|
||||||
max_bytes - left,
|
else
|
||||||
(double) (max_bytes - left) / in_bytes * 100);
|
log_debug("ZSTD compression finished (%" PRIu64 " -> %" PRIu64 " bytes)",
|
||||||
|
in_bytes, max_bytes - left);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
#else
|
#else
|
||||||
|
|
|
@ -2794,7 +2794,7 @@ static int networkctl_main(int argc, char *argv[]) {
|
||||||
{ "list", VERB_ANY, VERB_ANY, VERB_DEFAULT, list_links },
|
{ "list", VERB_ANY, VERB_ANY, VERB_DEFAULT, list_links },
|
||||||
{ "status", VERB_ANY, VERB_ANY, 0, link_status },
|
{ "status", VERB_ANY, VERB_ANY, 0, link_status },
|
||||||
{ "lldp", VERB_ANY, VERB_ANY, 0, link_lldp_status },
|
{ "lldp", VERB_ANY, VERB_ANY, 0, link_lldp_status },
|
||||||
{ "label", VERB_ANY, VERB_ANY, 0, list_address_labels },
|
{ "label", 1, 1, 0, list_address_labels },
|
||||||
{ "delete", 2, VERB_ANY, 0, link_delete },
|
{ "delete", 2, VERB_ANY, 0, link_delete },
|
||||||
{ "up", 2, VERB_ANY, 0, link_up_down },
|
{ "up", 2, VERB_ANY, 0, link_up_down },
|
||||||
{ "down", 2, VERB_ANY, 0, link_up_down },
|
{ "down", 2, VERB_ANY, 0, link_up_down },
|
||||||
|
|
|
@ -992,7 +992,8 @@ static int dhcp6_update_address(
|
||||||
addr->cinfo.ifa_valid = lifetime_valid;
|
addr->cinfo.ifa_valid = lifetime_valid;
|
||||||
|
|
||||||
(void) in_addr_to_string(addr->family, &addr->in_addr, &buffer);
|
(void) in_addr_to_string(addr->family, &addr->in_addr, &buffer);
|
||||||
log_link_info(link, "DHCPv6 address %s/%u timeout preferred %d valid %d",
|
log_link_full(link, set_contains(link->dhcp6_addresses, addr) ? LOG_DEBUG : LOG_INFO, 0,
|
||||||
|
"DHCPv6 address %s/%u timeout preferred %d valid %d",
|
||||||
strna(buffer), addr->prefixlen, lifetime_preferred, lifetime_valid);
|
strna(buffer), addr->prefixlen, lifetime_preferred, lifetime_valid);
|
||||||
|
|
||||||
r = address_configure(addr, link, dhcp6_address_handler, true, &ret);
|
r = address_configure(addr, link, dhcp6_address_handler, true, &ret);
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
|
[[ -f /dev/loop-control ]] || exit 77
|
||||||
|
|
||||||
repart=$1
|
repart=$1
|
||||||
test -x $repart
|
test -x $repart
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue