Bug 2218839
| Summary: | Configuration using cyradm cyradm fails | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | František Hrdina <fhrdina> |
| Component: | cyrus-imapd | Assignee: | Martin Osvald 🛹 <mosvald> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | fhrdina, jorton, j, mosvald, pavel, zdohnal |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2023-06-30 10:59:54 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Test presented at https://src.fedoraproject.org/tests/cyrus-imapd/blob/main/f/Regression/null-partitions-in-ctl-mboxlist Looks like something related to F39/rawhide, this passes on F38. This seems to be some temporary failure, maybe some issue in the fedora-rawhide image. The test PASSED in today's weekly run, so I am closing this bug. https://artifacts.dev.testing-farm.io/add16f3c-b6be-4585-a0cc-7832caf44c0a/ |
Found when failing these tests which use that configuration /Regression/null-partitions-in-ctl-mboxlist Reproducible: Always Steps to Reproduce: CM_CMD="cm user.user-test" SAM_CMD="sam user.user-test cyrus all" DM_CMD="dm user.user-test" Q_CMD="quit" rlRun "sed -i 's/sasl_pwcheck_method\: saslauthd/sasl_pwcheck_method\: alwaystrue/g' /etc/imapd.conf" 0 "edit config to allow login" rlRun "service $PACKAGE start" 0 "Running cyrus-imapd service" rlRun "echo ${CM_CMD}$'\n'${SAM_CMD}$'\n'${DM_CMD}$'\n'${Q_CMD}$'\n' | cyradm -u cyrus -w '' localhost" 0 "Doing configuration on cyradm server" Actual Results: :: [ 11:03:28 ] :: [ BEGIN ] :: Doing configuration on cyradm server :: actually running 'echo cm user.user-test$' 'sam user.user-test cyrus all$' 'dm user.user-test$' 'quit$' ' | cyradm -u cyrus -w '' localhost' Use of uninitialized value in subroutine entry at /usr/lib64/perl5/vendor_perl/Cyrus/IMAP/Admin.pm line 118. (in cleanup) client is not of type Cyrus::IMAP at /usr/lib64/perl5/vendor_perl/Cyrus/IMAP/Admin.pm line 118. cyradm: cannot connect to server :: [ 11:03:28 ] :: [ FAIL ] :: Doing configuration on cyradm server (Expected 0, got 111) Expected Results: Everything PASS