|
Bugzilla – Full Text Bug Listing |
| Summary: | Networkmanager does not use netconfig to update resolv.conf anymore | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.2 | Reporter: | Forgotten User ZhJd0F0L3x <forgotten_ZhJd0F0L3x> |
| Component: | Network | Assignee: | Tambet Ingo <tambet> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | seife |
| Version: | Factory | ||
| Target Milestone: | --- | ||
| Hardware: | x86 | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Development | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | NetworkManager console log | ||
Thanks. Fixed. This is an autogenerated message for OBS integration: This bug (537907) was mentioned in https://build.opensuse.org/request/show/42233 11.3 / NetworkManager |
Created attachment 317498 [details] NetworkManager console log I have this problem since today, when I switched to an i586 machine. An x86_64 machine with the same package version does not have this problem. The problem is, that I always get the following: NetworkManager: <info> Activation (cable) successful, device activated. NetworkManager: <info> Activation (cable) Stage 5 of 5 (IP Configure Commit) complete. ATTENTION: You have modified /etc/resolv.conf. Leaving it untouched... You can find my version in /etc/resolv.conf.netconfig ... reading the code, I guess that NetworkManager always thinks that run_netconfig has failed, thus updates resolv.conf on its own, and then, when netconfig finally wants to update resolv.conf, NM already has changed it and thus netconfig refuses to do so. I'll attach a log from running NM with "--no-daemon" which will also show some GLib-GObject-CRITICAL around this time, which might be related. Hope this helps ;)