|
Bugzilla – Full Text Bug Listing |
| Summary: | No DNS with NetworkManager DHCP | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.1 | Reporter: | Michael McCarthy <sysop> |
| Component: | Network | Assignee: | Tambet Ingo <tambet> |
| Status: | RESOLVED DUPLICATE | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Major | ||
| Priority: | P5 - None | ||
| Version: | RC 1 | ||
| Target Milestone: | --- | ||
| Hardware: | i686 | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Beta-Customer | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
y2logs
boot.msg file |
||
|
Description
Michael McCarthy
2008-12-05 19:08:14 UTC
Created attachment 258357 [details]
y2logs
Here is the output of save_y2logs
Created attachment 258358 [details]
boot.msg file
Here is boot.msg. Let me know what other logs/files you need.
It should also be noted that the network test and release notes download failed during the installation process with "Network Failure" pop-ups. I have the same problem with the wireless card of Dell D620. I can get ip address from AP, but can't get the dns server address. When I run dhclient on card, I get the following message: Internet Systems Consortium DHCP Client V3.1.1 Copyright 2004-2008 Internet Systems Consortium. All rights reserved. For info, please visit http://www.isc.org/sw/dhcp/ wmaster0: unknown hardware address type 801 /etc/dhclient.conf line 28: no option named network-number in space dhcp request subnet-mask, network-number, ^ /etc/dhclient.conf line 33: ntp-servers: expected option name. netbios-node-type, netbios-scope, ntp-servers; ^ wmaster0: unknown hardware address type 801 I made some changes to dhclient.conf, and the dns server address is obtained. I don't know why. My changes to dhclient.conf: epico@linux:/etc> diff dhclient.conf.bak dhclient.conf 28c28 < request subnet-mask, network-number, broadcast-address, --- > request subnet-mask, broadcast-address, 33c33 < netbios-node-type, netbios-scope, ntp-servers; --- > netbios-node-type, netbios-scope, ntp-servers ; *** This bug has been marked as a duplicate of bug 443788 *** |