Bug 16252
| Summary: | cut not available if /usr is a NFS filesystem | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Michael Redinger <michael.redinger> |
| Component: | ipchains | Assignee: | Nalin Dahyabhai <nalin> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.1 | CC: | teg |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2000-08-16 17:13:57 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
Michael Redinger
2000-08-15 15:20:54 UTC
Fixed in ipchains-1.3.9-15. Thanks! The sed scripts need more work though: # service ipchains start /etc/init.d/ipchains: [: 16-21: integer expression expected How about: KERNELMIN=`uname -r | sed 's,.*\.\([0-9]\+\)\(-.*\)\?,\1,g'` Er, yeah. Fixed (really, I mean it this time) in ipchains-1.3.9-16. |