Bug 4029
Summary: | pump crashes on some nonstandard kernel builds | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | lofgren |
Component: | pump | Assignee: | Brock Organ <borgan> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 6.0 | CC: | amarkel |
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: | 2000-04-25 13:07:59 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
lofgren
1999-07-14 12:54:36 UTC
I have verified that compiling a kernel with the Packet Socket and Socket Filtering options turned off, pump will dump core when trying to initialize the network device. I have assigned this to a developer for further review. *** Bug 4294 has been marked as a duplicate of this bug. *** pump dumps core when running with my own compiled 2.2.10 kernel. I could attach the core dump, if there only was a way to attach it. (I guess that would qualify as a bug/enhancement request for bugzilla). Arieh ------- Additional Comments From jturner 08/02/99 08:48 ------- Submit the core dump in the same method as you would submit a patch. Check the FAQ for the proper subject line for submitting a patch and it will get attached to your bug automatically. After spending several hours trying to get my eth1 up with pump (DHCP via cable modem) I found out that my packet socket (AF_PACKET) was configured as module in kernel (tried versions 2.2.5-15 and 2.2.5-22 on RH6.0). After changing the packet socket option to be built-in feature, pump started working. Jay, please build a kernel that exhibts this problem. It should be easy enough to fix. Recompiling the kernel this way in 6.2, pump fails gracefully: [root@localhost /root]# /sbin/pump -i eth0 --status Operation failed. [root@localhost /root]# uname -a Linux localhost.localdomain 2.2.14-5.0 #1 Mon Apr 17 15:58:22 EDT 2000 i586 unknown [root@localhost /root]# |