Bug 239788
| Summary: | kdump (scp, NFS) fail if you don't set Default Gateway | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | masanari iida <masanari_iida> | ||||
| Component: | kexec-tools | Assignee: | Neil Horman <nhorman> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | |||||
| Severity: | low | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 5.0 | ||||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2007-05-11 12:38:36 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: | |||||||
| Attachments: |
|
||||||
|
Description
masanari iida
2007-05-11 12:00:42 UTC
Created attachment 154532 [details]
serial console ouput of kdump without default gateway setting
In short, don't do that. Looking at your above description, I'm guessing that you have a step that you omitted from your recreation: 1) Configure kdump (scp or NFS) on your local LAN. 2) Remove Gateway setting from both /etc/sysconfig/network and /etc/sysconfig/network-scripts/ifcfg-ethX =>3) Issue service kdump [re]start 4) echo c> /proc/sysrq-trigger If you configure kdump to use a dump target that requires network services to function, and that in turn requires a correct network configuration (which kdump queries at service start time). If you break your network configuration, you can't expect services that need that configuration to work properly, no more than you would expect your network to come up if you had removed your router configuration line and rebooted your system. I'll add some logic to drop you to a shell prompt in the initramfs if ifup doesn't succede, so as to avoid the cascade of failures that otherwise results, but regardless of the resultant behavior, a broken configuration only results in a non-functional service. This isn't a bug. |