summaryrefslogtreecommitdiffstats
path: root/po/ru.po (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-02-15hwdb: updateLuca Boccassi7-161/+847
2023-02-15NEWS: update contributors listLuca Boccassi1-10/+11
2023-02-15cryptsetup: do not assert when unsealing token without saltLuca Boccassi3-2/+6
Salt was added in v253. We are not checking whether it was actually found (non-zero size), so when an old tpm+pin enrollment is opened things go boom. For good measure, check both the buffer and the size in both places. Assertion 'saltlen > 0' failed at src/shared/tpm2-util.c:2490, function tpm2_util_pbkdf2_hmac_sha256(). Aborting.
2023-02-15ukify: fix padding lengthYu Watanabe1-1/+2
2023-02-15man/tc: Fix hexadecimals being with an ORaul Tambre1-3/+3
2023-02-15treewide: fix a few typos in NEWS, docs and commentsDmitry V. Levin18-26/+26
2023-02-15NEWS: mention that the default mDNS mode is now "yes"Yu Watanabe1-0/+7
C.f. issue #25252, PR #25255, and RHBZ#2169786 (https://bugzilla.redhat.com/show_bug.cgi?id=2169786).
2023-02-15src: fix several typos in log messagesDmitry V. Levin44-1090/+232
2023-02-15test-sysusers: add test for basic.confYu Watanabe3-0/+62
2023-02-15sysusers: also add root groupYu Watanabe1-0/+1
Follow-up for 49bb7fe5f88fc35b8529d7d8dfcd4c151a9aaf1a. Fixes an issue reported at https://github.com/systemd/systemd/pull/26270#issuecomment-1428945403.
2023-02-15hwdb: Add HP ENVY x360 2-in-1Jean-Tiare Le Bigot1-0/+1
Since #26144, RFKILL events are disabled for HP ENVY x360 Convertible. This commit adds a variation of the name.
2023-02-15bootctl: avoid using __WORDSIZE macroMike Gilbert1-3/+5
__WORDSIZE does not seem to be documented anywhere, and is probably meant to be used internally by glibc headers. In systemd, it was only being used in warning messages. We can avoid using it by rewording the messages slightly. Fixes a build error with musl libc. Bug: https://bugs.gentoo.org/894430
2023-02-15core/execute: fix commentYu Watanabe1-1/+1
2023-02-15tree-wide: fix typo and comment style updateYu Watanabe25-27/+27
2023-02-14repart: Remove outdated commentDaan De Meyer1-4/+0
2023-02-14mount-setup: Fix typoDaan De Meyer1-1/+1
2023-02-14repart: Initialize root directory metadata correctlyDaan De Meyer1-0/+25
Let's make sure we copy the root directory metadata from an appropriate source directory.
2023-02-14repart: Create temporary root directory using var_tmp_dir()Daan De Meyer1-6/+11
This allows users to override the directory used with environment variables.
2023-02-14copy: Copy symlink xattrsDaan De Meyer1-0/+1
Symlinks can have xattrs as well, let's make sure we copy those as well.
2023-02-14copy: Make copy_xattr() more genericDaan De Meyer8-16/+16
Let's make copy_xattr() a little more generic in preparation for copying symlink xattrs.
2023-02-14xattr-util: Add xsetxattr()Daan De Meyer2-0/+76
Like getxattr_malloc() but for setxattr() and friends.
2023-02-13test-boot-timestamp: Handle ERANGE errorDaan De Meyer1-1/+1
Timestampfs from sysfs files can be zero in which case ERANGE will be returned so let's make sure we catch that.
2023-02-12boot: Ensure raise() is not dropped by LTOJan Janssen1-1/+1
2023-02-12mkosi: Stop installing kernel headers to /usrDaan De Meyer1-1/+0
The selftests automatically pick up the headers from the kernel build directory so we don't have to install them to /usr ourselves.
2023-02-12man: fix typosml2-3/+3
2023-02-12man: fix directory for user home bind mountsml1-1/+1
2023-02-12nspawn: fix directory in logged errorml1-1/+1
2023-02-11ci(labeler): fix missing emoji in `dont-merge` labelJan Macku1-1/+1
2023-02-11ci(labeler): fix missing emoji in `quick-review` labelJan Macku1-1/+1
2023-02-10NEWS: update datev253-rc3Luca Boccassi1-1/+1
2023-02-10dissect-image: unknown/unsupported diskseq is indicated by 0, not by UINT64_MAXLennart Poettering1-3/+3
At almost all places if diskseq is not supported we encode this as diskseq zero. But in two places we got the check for that wrong, assuming it was UINT64_MAX. Fix that.
2023-02-10hwdb: update databaseLuca Boccassi7-1783/+2444
2023-02-10NEWS: update contributors listLuca Boccassi1-5/+7
2023-02-10core: when isolating to a unit, also keep units running that are triggered ↵Lennart Poettering1-6/+27
by units we keep running Inspired by: #26364 (this might even "fix" #26364, but without debug logs it's hard to make such claims) Fixes: #23055
2023-02-10userdb: Use json_dispatch_user_group_name() to parse GetMembership fieldsSamuel Cabrero1-2/+2
It allows to relax the checks and allow characters like '\', used by windows to split the domain name and user name. For reference, discussion in the systemd-devel mailing list: https://lists.freedesktop.org/archives/systemd-devel/2023-February/048804.html Signed-off-by: Samuel Cabrero <scabrero@suse.de>
2023-02-10mkosi: Use globs instead of prepare script to install extra packagesDaan De Meyer2-16/+11
This allows us to install everything in the same dnf command instead of having to use a prepare script to run dnf from within the image. This is a hack until mkosi supports release specific dropin files.
2023-02-10NEWS: note that we require a swapon that supports --fixpgszLuca Boccassi1-1/+3
2023-02-10README: explicitly note that util-linux's mount/swap are requiredLuca Boccassi1-1/+3
These are the most visible and hard requirements, as we use options that busybox does not provide, so list them explicitly to avoid surprises
2023-02-10cryptenroll: drop deadcodeYu Watanabe1-6/+2
Follow-up for b0fc23fae51d244d2c33d70c10003aa5d5840223. After the commit, 'signature_path' is now always non-NULL, hence the condition can be dropped. Fixes CID#1504492.
2023-02-10mkosi: Update to latestDaan De Meyer4-11/+14
Let's make sure we're testing unprivileged builds properly. Usage of SourceFileTransfer= and SourceFileTransferFinal= are removed as they were dropped by mkosi. SourceFileTransfer=mount is now the default in mkosi so behavior for the build script is unchanged. We stop copying sources in the final image until mkosi adds support for virtiofs.
2023-02-09boot: Fix undefined reference to raise() on armJan Janssen1-0/+6
This is just a workaround. Once we drop gnu-efi, the arm build system for EFI binaries should be changed to use the arm-none-eabi toolchain, which should not exhibit this behavior.
2023-02-09various: boldify version outputZbigniew Jędrzejewski-Szmek1-1/+2
Follow-up for 4453ebe4db0511d25bed1040930ea6430c1bed91. With the feature list all dandified, the most important part of the output, i.e. the project name and version, are less visible.
2023-02-09boot: Make sure we take --root into account everywhere.Daan De Meyer3-12/+19
2023-02-09man: fix links to man pagesZbigniew Jędrzejewski-Szmek5-19/+20
Done using linkchecker as usual.
2023-02-09man: fix section numberZbigniew Jędrzejewski-Szmek1-2/+2
Fixes #26376.
2023-02-09units: change assert to condition to skip running in initrd/osLuca Boccassi6-6/+6
These units are also present in the initrd, so instead of an assert, just use a condition so they are skipped where they need to be skipped. Fixes https://github.com/systemd/systemd/issues/26358
2023-02-09bootctl: Add missing %mDaan De Meyer1-1/+1
2023-02-08nss-myhostname: do not return empty result with NSS_STATUS_SUCCESSYu Watanabe1-2/+3
Fixes a bug introduced by db50d326a46beca3cc24b6354b6e1b3591902d45. Fixes RHBZ#2167468 (https://bugzilla.redhat.com/show_bug.cgi?id=2167468).
2023-02-08nss-myhostname: fix inverted condition inYu Watanabe1-1/+1
Fixes a bug introduced by db50d326a46beca3cc24b6354b6e1b3591902d45.
2023-02-08process-util: add missing error checkLennart Poettering1-0/+2