| Summary: | tcpdump: Couldn't change ownership of savefile | |||
|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jaroslav Kortus <jkortus> | |
| Component: | tcpdump | Assignee: | Michal Sekletar <msekleta> | |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | |
| Severity: | unspecified | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 19 | CC: | athmanem, msekleta, thozza | |
| Target Milestone: | --- | Keywords: | Regression | |
| Target Release: | --- | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | tcpdump-4.4.0-3.fc20 | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1016102 (view as bug list) | Environment: | ||
| Last Closed: | 2013-10-10 00:59:06 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: | ||
| Bug Depends On: | ||||
| Bug Blocks: | 1016102 | |||
tcpdump-4.4.0-2.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/tcpdump-4.4.0-2.fc19 tcpdump-4.4.0-3.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/tcpdump-4.4.0-3.fc20 Package tcpdump-4.4.0-3.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing tcpdump-4.4.0-3.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-18508/tcpdump-4.4.0-3.fc20 then log in and leave karma (feedback). tcpdump-4.4.0-2.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. tcpdump-4.4.0-3.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: when running tcpdump with -w -, this error message is printed: Couldn't change ownership of savefile strace shows: chown("-", 72, 72) = -1 ENOENT (No such file or directory) tcpdump should not change owner of stdin (or better, not handle "-" as a regular file) Version-Release number of selected component (if applicable): tcpdump-4.4.0-1.fc19.x86_64 How reproducible: always Steps to Reproduce: 1. tcpdump -nni any -s 0 -w - 2. 3. Actual results: error message + some garbage Expected results: dump output to stdout as in previous versions Additional info: