Bug 198391
| Summary: | Package netdump lacks IPv6 support | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Peter Vrabec <pvrabec> |
| Component: | netdump | Assignee: | Thomas Graf <tgraf> |
| Status: | CLOSED INSUFFICIENT_DATA | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | curtis, mbacovsk, rkhan, triage |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | bzcl34nup | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-05-07 00:37:21 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 195271 | ||
While you are at it, please make netconsole support 802.1Q vlans too. ;-)
# service netdump start
initializing netdump FATAL: Module netdump not found.
[FAILED]
initializing netconsole FATAL: Error inserting netconsole
(/lib/modules/2.6.20-1.2944.fc6/kernel/drivers/net/netconsole.ko): Unknown error 524
[FAILED]
# dmesg |grep netconsole
netconsole: local port 6665
netconsole: local IP 10.0.0.5
netconsole: interface eth0.6
netconsole: remote port 6666
netconsole: remote IP 10.0.0.6
netconsole: remote ethernet address 10:00:00:00:00:06
netconsole: eth0.6 doesn't support polling, aborting.
Just in case any @redhat kernel hackers are considering my RFE, here's the rest of the setup for this test case... /etc/sysconfig/netdump: DEV=eth0.6 NETDUMPADDR=10.0.0.6 /etc/sysconfig/network-scripts/ifcfg-eth0.6: DEVICE=eth0.6 IPADDR=10.0.0.5 NETMASK=255.255.255.0 The netdump-server is, of course, on 10.0.0.6 with no tweaks other than the ssh key. Apologies if I'm hijacking the IPV6 RFE, but these do seem to go together. Based on the date this bug was created, it appears to have been reported against rawhide during the development of a Fedora release that is no longer maintained. In order to refocus our efforts as a project we are flagging all of the open bugs for releases which are no longer maintained. If this bug remains in NEEDINFO thirty (30) days from now, we will automatically close it. If you can reproduce this bug in a maintained Fedora version (7, 8, or rawhide), please change this bug to the respective version and change the status to ASSIGNED. (If you're unable to change the bug's version or status, add a comment to the bug and someone will change it for you.) Thanks for your help, and we apologize again that we haven't handled these issues to this point. The process we're following is outlined here: http://fedoraproject.org/wiki/BugZappers/F9CleanUp We will be following the process here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping to ensure this doesn't happen again. This bug has been in NEEDINFO for more than 30 days since feedback was first requested. As a result we are closing it. If you can reproduce this bug in the future against a maintained Fedora version please feel free to reopen it against that version. The process we're following is outlined here: http://fedoraproject.org/wiki/BugZappers/F9CleanUp |
This bug was reported automaticaly in connection with IPv6 project. Our aim is to support IPv6 in all Fedora Core packages so FC6 and RHEL5 will be ready for IPv6. This package seems to lack IPv6 support as is illustrated in attached log. Here follows part of scanning log (grep -r F_INET *)/up to 30 lines: /netdump-0.7.16/netdumpclient.c:135: addr.sin_family = AF_INET; /netdump-0.7.16/netdumpclient.c:350: addr.sin_family = AF_INET; /netdump-0.7.16/server.c:444: master_socket = socket (PF_INET, SOCK_DGRAM, IPPROTO_IP); /netdump-0.7.16/server.c:452: saddr.sin_family = PF_INET; /netdump-0.7.16/server.c:458: if (inet_pton(AF_INET, config.addr, &saddr.sin_addr) <= 0) {