Bug 8538
| Summary: | All linux machine failed to arp caused by one machine | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Peter Liu <pliu> |
| Component: | net-tools | Assignee: | Crutcher Dunnavant <crutcher> |
| Status: | CLOSED WORKSFORME | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.1 | ||
| 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-05-15 11:33:37 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
Peter Liu
2000-01-17 15:55:20 UTC
By the way, I looked at /var/log/messages and /var/log/security and was not able to find any useful. There only entry that might be worth mentioning is: Jan 16 23:31:51 dns telnetd[3655]: ttloop: peer died: Invalid or incomplete multibyte or wide character Jan 17 09:09:46 dns telnetd[3886]: ttloop: peer died: Invalid or incomplete multibyte or wide character Both of these lines are next to each other on /var/log/messages The ARP protocol (as opposed to the arp command) must be functioning or you would not be able to ping your DNS box. The arp command relies on the ability to dynamically load modules AFAIR, so you migh want to look at what modules were loaded using lsmod if your problem re-occurs. Sanity: If your DNS server was unavailable, many client commands/services would require a long time, as host resolution time-outs are painfully long. If that's the problem, you should think about setting up a secondary name server and configuring your clients to use a 2nd server. FWIW, I usually find that a 2nd name server is often not worth the effort since the time-out on a single server is unacceptably slow, and adding a 2nd server just doubles the time before a command/service on a client machine gets around to printing an error message. Far easier to reboot the primary ... As for the telnetd messages, you might want to try the latest telnet*0.16* rpm's (there's two packages now, since the server/client have been separated). The message appears (I can't find the exact string) to be due to a read with a return code <= 0 which shouldn't be a problem (and is probably only indirectly related to the other problem). Just guessing ... This problem appears to be resolved. Please reopen if I'm wrong. |