| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
The test relies on finite -> infinite conversion happening
when increasing DBL_MAX.
Fixes #25044.
|
|
|
|
|
| |
When reboot is invoked, the -p/--poweroff option is intentionally
ignored. Update the man page to reflect this exception.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When installing systemd 252 in debian:
Setting up systemd (252~rc3-2) ...
Installing new version of config file /etc/systemd/logind.conf ...
Installing new version of config file /etc/systemd/system.conf ...
Installing new version of config file /etc/systemd/user.conf ...
/usr/lib/tmpfiles.d/provision.conf:13: Credential 'login.motd' not specified, skipping line.
/usr/lib/tmpfiles.d/provision.conf:14: Credential 'login.issue' not specified, skipping line.
/usr/lib/tmpfiles.d/provision.conf:17: Credential 'network.hosts' not specified, skipping line.
/usr/lib/tmpfiles.d/provision.conf:22: Credential 'ssh.authorized_keys.root' not specified, skipping line.
/usr/lib/tmpfiles.d/systemd.conf:43: Copy source path '/.extra/tpm2-pcr-signature.json' does not exist, skipping line.
/usr/lib/tmpfiles.d/systemd.conf:44: Copy source path '/.extra/tpm2-pcr-public-key.pem' does not exist, skipping line.
Downgrade to debug level
|
|
|
|
|
|
| |
Follow-up for 94e7298d309fef7710174def820e9d38e512a086.
Fixes CID#1499992.
|
|
|
|
| |
Fixes #25154.
|
|\
| |
| | |
network: fix handling of route table 0
|
| | |
|
| | |
|
| |
| |
| |
| | |
Fixes #25089.
|
| | |
|
| | |
|
|\ \
| |/
|/| |
Translations update from Fedora Weblate
|
| |
| |
| |
| |
| |
| |
| |
| | |
Currently translated at 100.0% (193 of 193 strings)
Co-authored-by: Anders Jonsson <anders.jonsson@norsjovallen.se>
Translate-URL: https://translate.fedoraproject.org/projects/systemd/master/sv/
Translation: systemd/main
|
|/
|
|
|
|
|
|
| |
Currently translated at 100.0% (193 of 193 strings)
Co-authored-by: Olga Smirnova <mistresssilvara@hotmail.com>
Translate-URL: https://translate.fedoraproject.org/projects/systemd/master/ru/
Translation: systemd/main
|
|
|
|
|
|
|
| |
Follow-up for 778e3da95ef16302956087e6f10ccf7d42499aec.
These settings are saved only when a .network file is assigned to the
interface. Let's silence noisy logs for unmanaged interfaces.
|
|\
| |
| | |
Change license of code examples in docs to MIT-0
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Arguably, CC0 is just fine for examples since they are not code. But it's
easier to be consistent and just use MIT-0 for all "documentation". Thus,
the license is changed similarly code examples under man/.
Based on 'git shortlog -ns network/*' and 'git log -p', the following folks
should ack this:
Zbigniew Jędrzejewski-Szmek
Lennart Poettering
Tom Gundersen
Yu Watanabe
Daan De Meyer
Marc-André Lureau
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
See parent commit for explanation.
git blame shows Martin Pitt is the author of the code.
(I was considering whether we should instead drop this file, but it's still
useful for *distributions*. Eveen if we discourage people from using sysv
scripts, distributions will have to deal with them for a while yet.)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Quoting Richard Fontana in [1]:
CC0 has been listed by Fedora as a 'good' license for code and content
(corresponding to allowed and allowed-content under the new system). We plan
to classify CC0 as allowed-content only, so that CC0 would no longer be
allowed for code.
Over a long period of time a consensus has been building in FOSS that
licenses that preclude any form of patent licensing or patent forbearance
cannot be considered FOSS. CC0 has a clause that says: "No trademark or
patent rights held by Affirmer are waived, abandoned, surrendered, licensed
or otherwise affected by this document." (The trademark side of that clause
is nonproblematic from a FOSS licensing norms standpoint.) The regular
Creative Commons licenses have similar clauses.
For the case of our documentation snippets, patent issues do not matter much.
But it is always nicer to have a license that is considerred acceptable without
any further considerations. So let's change the license to the (now recommended
replacement) MIT-0.
[1] https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/NO7KGDNL5GX3KCB7T3XTGFA3QPSUJA6R/
Using 'git blame -b' and 'git log -p --follow', I identified the following
folks as having made non-trivial changes to those snippets:
Lennart Poettering
Tom Gundersen
Luca Bocassi
Zbigniew Jędrzejewski-Szmek
Thomas Mühlbacher
Daan De Meyer
I'll ask for confirmation in the pull request.
|
| |
| |
| |
| | |
Taken from https://spdx.org/licenses/MIT-0.html.
|
|\ \
| | |
| | | |
sd-device: drop unused device_copy_properties()
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
As in most cases, tty device without input devices is meaningless.
This also swaps the priority of tty and net:
- input devices are often connected under USB bus, hence may take
slightly much time to be initialized. As, described in the above,
in most cases it is allowed that tty devices are initialized just
before input devices,
- network configuration usually requires much time, e.g. DHCP or RA,
hence it is better that network interfaces initialized. Then,
network services can start DHCP client or friends earlier.
Fixes #24026.
|
|\ \ \
| | | |
| | | | |
unit tests: do not fail when machine-id is missing
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
Much more likely to be present
|
| | | |
| | | |
| | | |
| | | | |
When building in a chroot there might not be any machine-id
|
| | | |
| | | |
| | | |
| | | | |
When building in a chroot there might not be any machine-id
|
| | | |
| | | |
| | | |
| | | | |
When building in a chroot there might not be any machine-id
|
| | | |
| | | |
| | | |
| | | | |
When building in a chroot there might not be any machine-id
|
| | | |
| | | |
| | | |
| | | | |
When building in a chroot there might not be any machine-id
|
| | | |
| | | |
| | | |
| | | | |
When building in a chroot there might not be any machine-id
|
| | | |
| | | |
| | | |
| | | | |
When building in a chroot there might not be any machine-id
|
| | | |
| | | |
| | | |
| | | | |
When building in a chroot there might not be any machine-id
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
When running the tests in a chroot /sys/ might be writable, but it
doesn't mean udev will be running
Assertion 'sd_event_add_inotify(event, NULL, "/run/udev" , IN_DELETE, on_inotify, NULL) >= 0' failed at src/libsystemd/sd-device/test-sd-device.c:352, function test_sd_device_enumerator_filter_subsystem(). Aborting.
|
| | | |
| | | |
| | | |
| | | | |
Fixes #25029.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Currently translated at 100.0% (193 of 193 strings)
Co-authored-by: Temuri Doghonadze <temuri.doghonadze@gmail.com>
Translate-URL: https://translate.fedoraproject.org/projects/systemd/master/ka/
Translation: systemd/main
|
|\ \ \ \
| |_|/ /
|/| | | |
mention "DDIs" in systemd-dissect tool --help text/man page
|
| | | | |
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
analyze/coredumpctl: add --image=/--root= to --help texts
|
| | | | | |
|
| |/ / / |
|
| | | |
| | | |
| | | | |
This reverts commit 606104bcdbf9d2fe1f39594cc6379db9209569d9.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- use `udevadm wait` instead of `udevadm info --wait-initialized`,
- use `timeout` command instead of the fixed time sleep,
- add basic tests for #25106,
- add brief comment about #25115.
|
|/ / / |
|