Bug 604011
| Summary: | lacks tcpdchk and tcpdmatch support | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Pascal Dupuis <cdemills> |
| Component: | tcp_wrappers | Assignee: | Jan F. Chadima <jchadima> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 13 | CC: | jchadima, mbreuer |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | tcp_wrappers-7.6-59.fc13 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-07-07 17:39:33 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
Pascal Dupuis
2010-06-15 07:23:35 UTC
tcpdchk is tool based on presence /etc/ined.conf file which does not exist in redhat/fedora. The tool can not correctly handle any service without inetd.conf record. The tcpdmatch uses /etc/inetd.conf also I'l try to make some inetd.conf independent clone if possible. tcp_wrappers-7.6-59.fc13 has been submitted as an update for Fedora 13. http://admin.fedoraproject.org/updates/tcp_wrappers-7.6-59.fc13 tcp_wrappers-7.6-59.fc13 has been pushed to the Fedora 13 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 tcp_wrappers'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/tcp_wrappers-7.6-59.fc13 Downloaded -- tested -- approved Thanks for the fast reply Pascal Dupuis tcp_wrappers-7.6-59.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report. Not fixed in tcp_wrappers-7.6.59.fc13.x86_64. [jfch@hagar tcp_wrappers]$ rpm2cpio tcp_wrappers-7.6-59.fc13.x86_64.rpm | cpio -t ./usr/sbin/safe_finger ./usr/sbin/tcpd ./usr/sbin/tcpdmatch ==================== ./usr/sbin/try-from ./usr/share/doc/tcp_wrappers-7.6 ./usr/share/doc/tcp_wrappers-7.6/BLURB ./usr/share/doc/tcp_wrappers-7.6/Banners.Makefile ./usr/share/doc/tcp_wrappers-7.6/CHANGES ./usr/share/doc/tcp_wrappers-7.6/DISCLAIMER ./usr/share/doc/tcp_wrappers-7.6/README ./usr/share/doc/tcp_wrappers-7.6/README.IRIX ./usr/share/doc/tcp_wrappers-7.6/README.NIS ./usr/share/man/man8/safe_finger.8.gz ./usr/share/man/man8/tcpd.8.gz ./usr/share/man/man8/tcpdmatch.8.gz =================================== ./usr/share/man/man8/try-from.8.gz 376 blocks where is the problem? Where is tcpdchk? |