Bug 337191
Summary: | nm-applet crash HAL device | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Damien Covey <damien> | ||||
Component: | NetworkManager | Assignee: | Dan Williams <dcbw> | ||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | low | ||||||
Version: | rawhide | CC: | alex.neyman, dcbw, klaus, wtogami | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | i686 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | 0.7.0-0.6.6.svn3109.fc8 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2007-12-03 05:35:53 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: | 235704 | ||||||
Attachments: |
|
Description
Damien Covey
2007-10-18 06:10:59 UTC
Created attachment 244751 [details]
Bug Report
i have the same problem, but not with pluged in phone. every time i click on nm-applet it crashes. in the attachement is the created bug report *** Bug 360661 has been marked as a duplicate of this bug. *** Judging by your attachment and my console output it looks like it has to do with NM not handling HAL devices that don't have an "info.vendor' property. To me it looks like "/org/freedesktop/Hal/devices/usb_device_ace_1211_noserial_if0" is a USB device on your system that has no "info.vendor", if you try unplugging all USB devices and clicking nm-applet perhaps you can find the offender. Still, I'd say NM (or hal) has to be patched to handle this. Fixed in upstream SVN FWIW. Turns out that HAL changed recently so that the net.physical_device of the network interface doesn't have the product & vendor IDs, but the net.physical_device's parent does. So I've committed code that walks up the tree up to the parent of the net.physical_device of the network interface and grabs product & vendor info from that. Additionally, it is now smarter about what it displays as the device description, and I fixed the actual bug where the applet was crashing when the product or vendor info was NULL. Sounds great. Any idea if this is going to make it into Fedora 8 ? Will try to; can't guarantee that. how does it look like? is it going to be fixed in f8? going to be in a 0-day update to F8 it isnt still working for me... an update for F8 hasn't been pushed yet since I'm still getting the cert issues fixed. hi when do you think you are able to push an update? *** Bug 393651 has been marked as a duplicate of this bug. *** I am not sure #393651 is a duplicate; I didn't have to click anything to make nm-applet crash. Anyway, will retry once this one is fixed. Any chance for that to happen any time soon? NetworkManager-0.7.0-0.6.6.svn3109.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update NetworkManager' its working for me! NetworkManager-0.7.0-0.6.6.svn3109.fc8 has been pushed to the Fedora 8 stable repository. If problems still persist, please make note of it in this bug report. |