|
Bugzilla – Full Text Bug Listing |
| Summary: | NetworkManager - WEP not functional | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE Linux 10.1 | Reporter: | Stefan Scheler <sscheler> |
| Component: | Network | Assignee: | Robert Love <rml> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Critical | ||
| Priority: | P5 - None | CC: | aj |
| Version: | Alpha 3 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | NetworkManager log | ||
|
Description
Stefan Scheler
2005-11-18 10:15:20 UTC
Created attachment 57707 [details]
NetworkManager log
Hmm, I did some research regarding this matter. The Problem seems to be the fact that the network's dhcp server doesn't send dns servers in its dhcp replies.
As a result of this, NetworkManager fails because of two things:
1) Wrong dhclient configuration
require subnet-mask, domain-name-servers;
2) nm-dhcp-manager.c line 510
if (!get_ip4_uint32s (manager, dev, "domain_name_servers", &ip4_nameservers, &num_ip4_nameservers) || !num_ip4_nameservers)
goto out;
1) can be easily configured, 2) should get fixed.
Agreed. Committed fix to CVS. Will submit new package to autobuild. |