mirror of
https://github.com/systemd/systemd
synced 2025-10-08 21:24:45 +02:00
Compare commits
No commits in common. "5c17a470a7bd3794407cdacdf40069e50168079d" and "828b603a791edd04a5c3603456aa8caca44ce67e" have entirely different histories.
5c17a470a7
...
828b603a79
3
TODO
3
TODO
@ -22,9 +22,6 @@ Janitorial Clean-ups:
|
|||||||
|
|
||||||
Features:
|
Features:
|
||||||
|
|
||||||
* journald: support RFC3164 fully for the incoming syslog transport, see
|
|
||||||
https://github.com/systemd/systemd/issues/19251#issuecomment-816601955
|
|
||||||
|
|
||||||
* nspawn: support uid mapping bind mounts, as defined available in kernel 5.12,
|
* nspawn: support uid mapping bind mounts, as defined available in kernel 5.12,
|
||||||
for all our disk image needs
|
for all our disk image needs
|
||||||
|
|
||||||
|
6
po/ko.po
6
po/ko.po
@ -9,7 +9,7 @@ msgstr ""
|
|||||||
"Project-Id-Version: systemd\n"
|
"Project-Id-Version: systemd\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2021-01-08 17:48+0100\n"
|
"POT-Creation-Date: 2021-01-08 17:48+0100\n"
|
||||||
"PO-Revision-Date: 2021-04-15 10:01+0000\n"
|
"PO-Revision-Date: 2021-04-09 07:01+0000\n"
|
||||||
"Last-Translator: simmon <simmon@nplob.com>\n"
|
"Last-Translator: simmon <simmon@nplob.com>\n"
|
||||||
"Language-Team: Korean <https://translate.fedoraproject.org/projects/systemd/"
|
"Language-Team: Korean <https://translate.fedoraproject.org/projects/systemd/"
|
||||||
"master/ko/>\n"
|
"master/ko/>\n"
|
||||||
@ -54,7 +54,9 @@ msgstr "시스템 및 서비스 관리자 환경 변수 설정 또는 설정 해
|
|||||||
msgid ""
|
msgid ""
|
||||||
"Authentication is required to set or unset system and service manager "
|
"Authentication is required to set or unset system and service manager "
|
||||||
"environment variables."
|
"environment variables."
|
||||||
msgstr "시스템 및 서비스 관리자 환경 변수를 설정하거나 설정 또는 해제하려면 인증이 필요합니다."
|
msgstr ""
|
||||||
|
"시스템 및 서비스 관리자 환경 변수를 설정하거나 설정 해제하려면 인증이 필요합"
|
||||||
|
"니다."
|
||||||
|
|
||||||
#: src/core/org.freedesktop.systemd1.policy.in:64
|
#: src/core/org.freedesktop.systemd1.policy.in:64
|
||||||
msgid "Reload the systemd state"
|
msgid "Reload the systemd state"
|
||||||
|
@ -1281,6 +1281,7 @@ static unsigned manager_dispatch_stop_when_unneeded_queue(Manager *m) {
|
|||||||
|
|
||||||
while ((u = m->stop_when_unneeded_queue)) {
|
while ((u = m->stop_when_unneeded_queue)) {
|
||||||
_cleanup_(sd_bus_error_free) sd_bus_error error = SD_BUS_ERROR_NULL;
|
_cleanup_(sd_bus_error_free) sd_bus_error error = SD_BUS_ERROR_NULL;
|
||||||
|
assert(m->stop_when_unneeded_queue);
|
||||||
|
|
||||||
assert(u->in_stop_when_unneeded_queue);
|
assert(u->in_stop_when_unneeded_queue);
|
||||||
LIST_REMOVE(stop_when_unneeded_queue, m->stop_when_unneeded_queue, u);
|
LIST_REMOVE(stop_when_unneeded_queue, m->stop_when_unneeded_queue, u);
|
||||||
|
@ -3,7 +3,7 @@ set -eux
|
|||||||
|
|
||||||
systemd-analyze log-level debug
|
systemd-analyze log-level debug
|
||||||
|
|
||||||
systemd-run --wait -p LogNamespace=foobar echo "hello world"
|
systemd-run -p LogNamespace=foobar echo "hello world"
|
||||||
|
|
||||||
journalctl --namespace=foobar --sync
|
journalctl --namespace=foobar --sync
|
||||||
journalctl -o cat --namespace=foobar >/tmp/hello-world
|
journalctl -o cat --namespace=foobar >/tmp/hello-world
|
||||||
|
Loading…
x
Reference in New Issue
Block a user