[Bug 1226850] New: Useradd doesn't create a group under the same name despite not using the -N flag
https://bugzilla.suse.com/show_bug.cgi?id=1226850 Bug ID: 1226850 Summary: Useradd doesn't create a group under the same name despite not using the -N flag Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem Assignee: screening-team-bugs@suse.de Reporter: alice.brooks@suse.com QA Contact: qa-bugs@suse.de Target Milestone: --- Found By: --- Blocker: --- So I've downloaded the latest Tumbleweed image (20240621) and ran it inside a vm, however any user that's created is no longer created with a matching named group, this includes ones from the initial installer and any new ones created via useradd You can recreate this either by running through the installer as mentioned above, or something like below: ``` sudo useradd -m test cat /etc/group | grep test ``` Prints out nothing, as the group test was never created -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1226850 Alice Brooks <alice.brooks@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alice.brooks@suse.com -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1226850 https://bugzilla.suse.com/show_bug.cgi?id=1226850#c1 Thorsten Kukuk <kukuk@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kukuk@suse.com, | |schubi@suse.com Assignee|screening-team-bugs@suse.de |mvetter@suse.com --- Comment #1 from Thorsten Kukuk <kukuk@suse.com> --- The econf patch is broken: newfstatat(AT_FDCWD, "/etc//usr/etc/login.defs", 0x7ffe8a7bf5b0, AT_SYMLINK_NOFOLLOW) = -1 ENOENT (No such file or directory) newfstatat(AT_FDCWD, "/run//usr/etc/login.defs", 0x7ffe8a7bf580, AT_SYMLINK_NOFOLLOW) = -1 ENOENT (No such file or directory) newfstatat(AT_FDCWD, "/etc//usr/etc/login.defs", 0x7ffe8a7bf550, AT_SYMLINK_NOFOLLOW) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/etc//usr/etc/login.defs.d", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/run//usr/etc/login.defs.d", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/etc//usr/etc/login.defs.d", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory) econf_readConfig() has expects different arguments than econf_readDirs, just replacing the function name will not work. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1226850 Thorsten Kukuk <kukuk@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Normal |Major -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1226850 https://bugzilla.suse.com/show_bug.cgi?id=1226850#c2 Michael Vetter <mvetter@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |IN_PROGRESS --- Comment #2 from Michael Vetter <mvetter@suse.com> --- My bad! Let's drop the patch for now: SR#1183021 -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1226850 https://bugzilla.suse.com/show_bug.cgi?id=1226850#c4 Michael Vetter <mvetter@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|IN_PROGRESS |RESOLVED Resolution|--- |FIXED --- Comment #4 from Michael Vetter <mvetter@suse.com> --- SR accepted. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com