Bug 1853848
| Summary: | Error in POSTUN scriptlet in rpm package alsa-utils | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Garry T. Williams <gtwilliams> |
| Component: | alsa-utils | Assignee: | Jaroslav Kysela <jkysela> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 32 | CC: | jbirch, jkysela |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-07-06 12:21:25 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
*** This bug has been marked as a duplicate of bug 1853731 *** |
Description of problem: During a dnf upgrade operation, these messages were printed on the console: Running scriptlet: alsa-utils-1.2.3-3.fc32.x86_64 15/16 Cleanup : alsa-utils-1.2.3-3.fc32.x86_64 15/16 Running scriptlet: alsa-utils-1.2.3-3.fc32.x86_64 15/16 Warning: The unit file, source configuration file or drop-ins of alsa-state.service changed on disk. Run 'systemctl daemon-reload' to reload units. /var/tmp/rpm-tmp.hjyDtn: line 9: fg: no job control /var/tmp/rpm-tmp.hjyDtn: line 10: perex: No such file or directory /var/tmp/rpm-tmp.hjyDtn: line 11: BACKUP: command not found /var/tmp/rpm-tmp.hjyDtn: line 13: perex: No such file or directory /var/tmp/rpm-tmp.hjyDtn: line 14: BACKUP: command not found /var/tmp/rpm-tmp.hjyDtn: line 16: releng: No such file or directory /var/tmp/rpm-tmp.hjyDtn: line 17: -: command not found /var/tmp/rpm-tmp.hjyDtn: line 19: perex: No such file or directory /var/tmp/rpm-tmp.hjyDtn: line 20: -: command not found /var/tmp/rpm-tmp.hjyDtn: line 22: releng: No such file or directory /var/tmp/rpm-tmp.hjyDtn: line 23: -: command not found /var/tmp/rpm-tmp.hjyDtn: line 25: perex: No such file or directory /var/tmp/rpm-tmp.hjyDtn: line 26: -: command not found /var/tmp/rpm-tmp.hjyDtn: line 28: releng: No such file or directory /var/tmp/rpm-tmp.hjyDtn: line 29: -: command not found /var/tmp/rpm-tmp.hjyDtn: line 31: perex: No such file or directory /var/tmp/rpm-tmp.hjyDtn: line 32: -: command not found /var/tmp/rpm-tmp.hjyDtn: line 34: perex: No such file or directory /var/tmp/rpm-tmp.hjyDtn: line 35: -: command not found /var/tmp/rpm-tmp.hjyDtn: line 36: -: command not found /var/tmp/rpm-tmp.hjyDtn: line 37: -: command not found /var/tmp/rpm-tmp.hjyDtn: line 39: perex: No such file or directory /var/tmp/rpm-tmp.hjyDtn: line 40: -: command not found /var/tmp/rpm-tmp.hjyDtn: line 42: releng: No such file or directory /var/tmp/rpm-tmp.hjyDtn: line 43: -: command not found /var/tmp/rpm-tmp.hjyDtn: line 45: perex: No such file or directory /var/tmp/rpm-tmp.hjyDtn: line 46: -: command not found /var/tmp/rpm-tmp.hjyDtn: line 48: releng: No such file or directory /var/tmp/rpm-tmp.hjyDtn: line 49: -: command not found /var/tmp/rpm-tmp.hjyDtn: line 51: perex: No such file or directory /var/tmp/rpm-tmp.hjyDtn: line 52: -: command not found /var/tmp/rpm-tmp.hjyDtn: line 54: releng: No such file or directory /var/tmp/rpm-tmp.hjyDtn: line 55: -: command not found /var/tmp/rpm-tmp.hjyDtn: line 57: releng: No such file or directory /var/tmp/rpm-tmp.hjyDtn: line 58: -: command not found /var/tmp/rpm-tmp.hjyDtn: line 60: perex: No such file or directory /var/tmp/rpm-tmp.hjyDtn: line 61: -: command not found /var/tmp/rpm-tmp.hjyDtn: line 63: releng: No such file or directory /var/tmp/rpm-tmp.hjyDtn: line 64: -: command not found /var/tmp/rpm-tmp.hjyDtn: line 66: perex: No such file or directory /var/tmp/rpm-tmp.hjyDtn: line 67: -: command not found /var/tmp/rpm-tmp.hjyDtn: line 69: perex: No such file or directory /var/tmp/rpm-tmp.hjyDtn: line 70: -: command not found /var/tmp/rpm-tmp.hjyDtn: line 72: perex: No such file or directory /var/tmp/rpm-tmp.hjyDtn: line 73: -: command not found /var/tmp/rpm-tmp.hjyDtn: line 74: syntax error near unexpected token `(' /var/tmp/rpm-tmp.hjyDtn: line 74: `- Renamed bat to alsabat (according 1.1.1)' warning: %postun(alsa-utils-1.2.3-3.fc32.x86_64) scriptlet failed, exit status 2 Error in POSTUN scriptlet in rpm package alsa-utils Version-Release number of selected component (if applicable): 1.2.3-4.fc32 How reproducible: always Steps to Reproduce: 1. dnf --enablerepo=updates-testing upgrade 2. 3. Additional info: During update alsa-state.service was stopped and started without any errors. There are no other apparent errors, although I did not reboot the system. Sound seems to be normal.