|
Bugzilla – Full Text Bug Listing |
| Summary: | Useradd doesn't create a group under the same name despite not using the -N flag | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Alice Brooks <alice.brooks> |
| Component: | Basesystem | Assignee: | Michael Vetter <mvetter> |
| Status: | IN_PROGRESS --- | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Major | ||
| Priority: | P5 - None | CC: | alice.brooks, kukuk, schubi |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Alice Brooks
2024-06-24 10:01:47 UTC
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. My bad! Let's drop the patch for now: SR#1183021 This is an autogenerated message for OBS integration: This bug (1226850) was mentioned in https://build.opensuse.org/request/show/1183021 Factory / shadow |