Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 135648
Summary: | segfault with cipsec0 | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Bryan W Clark <nobody+bclark> |
Component: | NetworkManager | Assignee: | Dan Williams <dcbw> |
Status: | CLOSED UPSTREAM | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 3 | ||
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: | 2004-10-21 19:33:13 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: | 131589 |
Description
Bryan W Clark
2004-10-14 01:01:38 UTC
What's the output of 'lshal' for the cipsec0 device? Here's the lshal output: udi = '/org/freedesktop/Hal/devices/net-00:00:00:00:00:00' info.udi = '/org/freedesktop/Hal/devices/net-00:00:00:00:00:00' (string) info.category = 'net.80203' (string) info.capabilities = 'net net.80203' (string) net.media = 'Ethernet' (string) net.arp_proto_hw_id = 1 (0x1) (int) net.80203.mac_address = 0 (0x0) (uint64) net.linux.ifindex = 6 (0x6) (int) net.80203.link = false (bool) net.interface_up = false (bool) net.address = '00:00:00:00:00:00' (string) net.interface = 'cipsec0' (string) net.linux.sysfs_path = '/sys/class/net/cipsec0' (string) info.parent = '/org/freedesktop/Hal/devices/computer' (string) linux.sysfs_path = '/sys/class/net/cipsec0' (string) info.bus = 'unknown' (string) ah crap. how on god's green earth is NM supposed to control that device in a usable manner. i guess it would show up in your notification icon menu, but that would be cool, no? Dude, your code is so lacking in quality. Yea, when 'Wired Network (cipsec0)' is in the menu it's a really nice thing ;-) Seems like HAL should realize that the cisco ipsec module is net.2401 (i think that's the ipsec rfc) instead of 80203. Is that a possible solution? Fixed in CVS, now should ignore the cipsec device. |