Summary: | group wbpriv does not exist - using root | ||
---|---|---|---|
Product: | Sisyphus | Reporter: | Zerg <anubix> |
Component: | samba-winbind | Assignee: | Andrey Cherepanov <cas> |
Status: | CLOSED FIXED | QA Contact: | qa-sisyphus |
Severity: | normal | ||
Priority: | P3 | CC: | cas, shaba, sin, zerg |
Version: | unstable | ||
Hardware: | all | ||
OS: | Linux |
Description
Zerg
2016-03-05 13:22:33 MSK
(В ответ на комментарий №0)
> apt-get reinstall samba-winbind не помогает
В спеке жёсткая привязка к GID:
%pre winbind
%_sbindir/groupadd -g 88 wbpriv >/dev/null 2>&1 || :
Покажи свой
$ getent group wbpriv
> %_sbindir/groupadd -g 88 wbpriv >/dev/null 2>&1 || :
Зачем GID фиксированный-то!? У меня там _vdr.
samba-4.3.6-alt1 -> sisyphus: * Wed Mar 09 2016 Andrey Cherepanov <cas@altlinux> 4.3.6-alt1 - New version (https://www.samba.org/samba/history/samba-4.3.6.html) - Security fixes: - CVE-2015-7560 (Incorrect ACL get/set allowed on symlink path) - CVE-2016-0771 (Out-of-bounds read in internal DNS server) - Do not use specified GID for wbpriv group (ALT #31858) |