|
Bugzilla – Full Text Bug Listing |
| Summary: | wickedd boot error "netlink reports error -17" on 'lo' interface IPv6 setup | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Distribution | Reporter: | Forgotten User dBpEIsMMD7 <forgotten_dBpEIsMMD7> |
| Component: | Network | Assignee: | wicked maintainers <wicked-maintainers> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | kmroz, mt |
| Version: | 13.2 | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | openSUSE 13.2 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Forgotten User dBpEIsMMD7
2014-11-29 18:36:27 UTC
Thanks for the report! This strikes me as a case where we're adding the same address to an interface twice. You'll get a similar reply from `ip addr add 127.0.0.1/8 dev lo` -> "File exists" instead of our "Object exists" (the difference I think we can sum up to the reporting mechanism used). I read through the kernel a bit, and from what I see, the loopback interface by default get's ::1/127.0.0.1 addresses assigned. The driver sets type/flags to ARPHRD_LOOPBACK and IFF_LOOPBACK respectively, and these are later used to identify and set the default addresses. I've not traced through the kernel to confirm this, but it's a suspicion. This process may collide with Wicked's attempt to initialize lo and we get some complaints from netlink. Have you noticed any system impact? Thanks, Karol > Have you noticed any system impact?
atm (search bugs on my name ...) I see lots of problems with wicked* on os 13.2.
i can't say, yet, what specifically is impacting what.
is there any OBVIOUS system impact? not that I'm yet aware ... that's the best I can do.
This is an autogenerated message for OBS integration: This bug (907694) was mentioned in https://build.opensuse.org/request/show/303888 Factory / wicked https://build.opensuse.org/request/show/303889 13.2 / wicked (In reply to grant k from comment #2) > is there any OBVIOUS system impact? No, it are just errors reported by netlink code -- they do not cause any harm. They should not appear in 0.6.18 any more. openSUSE-RU-2015:0820-1: An update that has 8 recommended fixes can now be installed. Category: recommended (moderate) Bug References: 907215,907694,918662,920070,920889,921218,927065,927616 CVE References: Sources used: openSUSE 13.2 (src): wicked-0.6.18-15.1 SUSE-RU-2015:0924-1: An update that has 14 recommended fixes can now be installed. Category: recommended (moderate) Bug References: 904323,905421,907215,907694,909307,911299,911562,914792,918662,920070,920889,921218,927065,927616 CVE References: Sources used: SUSE Linux Enterprise Server 12 (src): wicked-0.6.18-16.1 SUSE Linux Enterprise Desktop 12 (src): wicked-0.6.18-16.1 |