|
Bugzilla – Full Text Bug Listing |
| Summary: | Wicked bug upgrade fails | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Distribution | Reporter: | Bob Goddard <opensuse> |
| Component: | Network | Assignee: | wicked maintainers <wicked-maintainers> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Major | ||
| Priority: | P1 - Urgent | CC: | chcao, mt, opensuse, pwieczorkiewicz |
| 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: | --- |
(In reply to Bob Goddard from comment #0) > Installed wicked-0.6.15-8.1.x86_64 & wicked-service-0.6.15-8.1.x86_64 as > part of a bug fix. Hi! Which bugfix are you referring to? Could you provide a bug number? Wicked consists of wicked, wicked-service _AND_ libwicked packages. Could you provide the output of the following commands: zypper se -i --details wicked zypper lr -u Any news regarding this issue? Could you please provide information requested with comment 1? It's been more than 2 months with no response, thus RESOLVED->NORESPONSE. If it could be confirmed that the problem here is wrong update (missing update of libwicked RPM), then it is RESOLVED->INVALID. Problem reproduced and identified. Problem within binary file read function ni_file_read(). This is an autogenerated message for OBS integration: This bug (916035) was mentioned in https://build.opensuse.org/request/show/340387 Factory / wicked https://build.opensuse.org/request/show/340388 13.2 / wicked fixed and submitted. openSUSE-RU-2015:1901-1: An update that has 14 recommended fixes can now be installed. Category: recommended (moderate) Bug References: 899985,916035,925276,927309,928459,939142,940239,941611,941964,942278,947542,948423,950333,951315 CVE References: Sources used: openSUSE 13.2 (src): wicked-0.6.27-21.1 SUSE-RU-2015:2293-1: An update that has 12 recommended fixes can now be installed. Category: recommended (moderate) Bug References: 899985,916035,927309,928459,939142,940239,941964,942278,948423,950333,953107,954289 CVE References: Sources used: SUSE Linux Enterprise Server 12 (src): wicked-0.6.28-18.10.1 SUSE Linux Enterprise Desktop 12 (src): wicked-0.6.28-18.10.1 |
Installed wicked-0.6.15-8.1.x86_64 & wicked-service-0.6.15-8.1.x86_64 as part of a bug fix. This fails with the following entry in syslog: ==== 2015-02-02T21:35:44.000000+00:00 eth7 wickedd-nanny[13490]: <buffer>: line 1: End of document while processing element <address> 2015-02-02T21:35:44.000000+00:00 eth7 wickedd-nanny[13490]: Unable to parse policy document <policy name="policy__dummy0" origin="compat:/etc/sysconfig/network/ifcfg-dummy0" uuid="543acf54-416f-0e00-db12-000002000000"> <match> <link-type>dummy</link-type> <device>dummy0</device> </match> <merge> <name>dummy0</name> <control> <mode>boot</mode> <link-detection> <require-link/> </link-detection> </control> <dummy/> <link/> <ipv4> <enabled>true</enabled> <forwarding>true</forwarding> </ipv4> <ipv4:static> <address> <local>172.16.0.1/24</local> </address> </ipv4:static> <ipv6> <enabled>true</enabled> <forwarding>true</forwarding> </ipv6> </merge> </policy> <address> A === Everything between the "===" is logged, including the weird 'A' at the end. The contents of /etc/sysconfig/network/ifcfg-dummy0 is: === BOOTPROTO='static' BROADCAST='' ETHTOOL_OPTIONS='' IPADDR='172.16.0.1/24' MTU='' NAME='' NETMASK='255.255.255.0' NETWORK='' REMOTE_IPADDR='' STARTMODE='auto' === None of the /etc/sysconfig/network/ifcfg-* files appear to have been touched and I can only assume that the config files are in a broken state, although that does not mean the interfaces will not come up. This whole wickedd thing appears to have not been either designed, developed or tested properly given the HUGE amount of problems being seen with it.