http://bugzilla.opensuse.org/show_bug.cgi?id=1209694
Bug ID: 1209694 Summary: [Build 20230322] ecryptfs: post script failed configuring the pam stack Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: Other URL: https://openqa.opensuse.org/tests/3189453/modules/ecry ptfs/steps/16 OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Other Assignee: screening-team-bugs@suse.de Reporter: dimstar@opensuse.org QA Contact: qa-bugs@suse.de Found By: openQA Blocker: Yes
## Observation
pam-config: invalid option -- --ecrytfs
This seems to be a fallout from the upgrade of pam-config to version 2.1
openQA test in scenario opensuse-Tumbleweed-DVD-x86_64-ecryptfs@64bit fails in [ecryptfs](https://openqa.opensuse.org/tests/3189453/modules/ecryptfs/steps/16)
## Test suite description Maintainer: bchou@suse.com, starry.wang@suse.com
## Reproducible
Fails since (at least) Build [20230322](https://openqa.opensuse.org/tests/3189082)
## Expected result
Last good: [20230321](https://openqa.opensuse.org/tests/3185548) (or more recent)
## Further details
Always latest result in this scenario: [latest](https://openqa.opensuse.org/tests/latest?arch=x86_64&distri=opensuse&...)
http://bugzilla.opensuse.org/show_bug.cgi?id=1209694
Dominique Leuenberger dimstar@opensuse.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|screening-team-bugs@suse.de |kukuk@suse.com
http://bugzilla.opensuse.org/show_bug.cgi?id=1209694 http://bugzilla.opensuse.org/show_bug.cgi?id=1209694#c1
--- Comment #1 from Dominique Leuenberger dimstar@opensuse.org --- the rpm scriptlets used in ecryptfs-utils are:
rpm -qp --scripts ecryptfs-utils-111-7.3.x86_64.rpm
postinstall scriptlet (using /bin/sh):
if [ -x /usr/bin/chkstat ]; then /usr/bin/chkstat -n --set --system /usr/sbin/mount.ecryptfs_private fi
/usr/sbin/pam-config -a --ecryptfs
postuninstall scriptlet (using /bin/sh): if [ "$1" -eq 0 ]; then /usr/sbin/pam-config -d --ecryptfs fi verify scriptlet (using /bin/sh):
/usr/bin/chkstat -n --warn --system -e /usr/sbin/mount.ecryptfs_private 1>&2
http://bugzilla.opensuse.org/show_bug.cgi?id=1209694 http://bugzilla.opensuse.org/show_bug.cgi?id=1209694#c2
--- Comment #2 from Dominique Leuenberger dimstar@opensuse.org --- Support was removed with upstream commit
https://github.com/SUSE/pam-config/commit/b4404e1d1173b1b35deea20933656a793f...