Bug 651794
Summary: | Incorrect exit code of fuser -m -s | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Vlado Potisk <reg.bugs> |
Component: | psmisc | Assignee: | Jan Görig <jgorig> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 14 | CC: | brendan.jones.it, jgorig |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | psmisc-22.13-5.fc14 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2010-11-21 21:54:53 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: |
Description
Vlado Potisk
2010-11-10 10:08:34 UTC
This is reproducible: localhost:~$ sudo umount /dev/sdc1 localhost:~$ sudo mount /dev/sdc1 /media/extdisk localhost:~$ fuser -m /media/extdisk/ localhost:~$ echo $? 1 localhost:~$ fuser -m -s /media/extdisk/ localhost:~$ echo $? 0 localhost:~$ fuser -s -m /media/extdisk/ localhost:~$ echo $? 0 -- Fedora Bugzappers volunteer triage team https://fedoraproject.org/wiki/BugZappers psmisc-22.13-5.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/psmisc-22.13-5.fc14 psmisc-22.13-5.fc14 has been pushed to the Fedora 14 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update psmisc'. You can provide feedback for this update here: https://admin.fedoraproject.org/updates/psmisc-22.13-5.fc14 psmisc-22.13-5.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. |