手册索引· 指令索引systemd-241名称 systemd-sysusers, systemd-sysusers.service — 分配系统用户与组 大纲 systemd-sysusers [OPTIONS...] [CONFIGFILE...] systemd-sysusers.service 描述 systemd-sysusers 根据sysusers.d(5) 中的配置文件的指引, 创建系统用户与组。 若未指定任何 CONFIGFILE 参数, 则表示使用...
I guess nss_systemd is always providing answers for root/nobody user/group which mislead systemd-sysusers. # grep nobody /etc/passwd; echo $? 1 # getent passwd nobody nobody:*:65534:65534:User Nobody:/:/sbin/nologin # SYSTEMD_LOG_LEVEL=debug systemd-sysusers /usr/lib/sysusers.d/basic...
Describe the bug After enabling systemd.sysusers.enable (ref) while enabling hashedPasswordFile, attempting to nixos-rebuild boot --flake .# fails with cat: /persist/secrets/passwdfile.gramdalf: No such file or directory Steps To Reprodu...
Version-Release number of selected component (if applicable): - actors : * /etc/login.defs : shadow-utils-4.6-8.fc30.x86_64 * systemd-sysusers : systemd-241-8.git9ef65cb.fc30.x86_64 - examples : * good : chrony-3.5-1.fc30.x86_64 * bad : dnsmasq-2.80-4.fc30.x86_64 How rep...
standalone sysusers binary for use in non-systemd systems 其他与 systemd-standalone-sysusers 有关的软件包 依赖 推荐 建议 enhances libc6(>= 2.38) GNU C Library: Shared libraries libcap2(>= 1:2.10) POSIX 1003.1e capabilities (library)
Product:Fedora Component:dhcp Version:rawhide Hardware:Unspecified OS:Unspecified Priority:unspecified Severity:unspecified Target Milestone:--- Assignee:Martin Osvald 🛹 QA Contact:Fedora Extras Quality Assurance Docs Contact: URL: Whiteboard: Depends On: ...
systemd-sysusers creates system users and groups, based on files in the format described in sysusers.d(5). If invoked with no arguments, it applies all directives from all files found in the directories specified by sysusers.d(5). When invoked with positional arguments, if option --replace=...
Re: [Rpm-maint] [rpm-software-management/rpm] Add sysusers.sh script to replace systemd-sysusers (PR #2573) > + if [ "-" = "$fn" ]; then + parse <&0 + else + [ -r "$fn" ] || continue + parse <"$fn" Indentation is strange, also in other places....
Re: [Rpm-maint] [rpm-software-management/rpm] Add sysusers.sh script to replace systemd-sysusers (PR #2573) @ffesti commented on this pull request. > + +hasgroup() { + grep "^${1}:" "$ROOT"/etc/group >/dev/null +} +
message = "${username} is a normal user. systemd-sysusers doesn't create normal users, only system users."; }) userCfg.users) ++ lib.mapAttrsToList7 changes: 0 additions & 7 deletions 7 nixos/modules/system/etc/etc-activation.nix Original file line numberDiff line numberDiff line chan...