[Bug 863371] New: Network configuration problems using wicked
https://bugzilla.novell.com/show_bug.cgi?id=863371 https://bugzilla.novell.com/show_bug.cgi?id=863371#c0 Summary: Network configuration problems using wicked Classification: openSUSE Product: openSUSE Factory Version: 13.2 Milestone 0 Platform: x86-64 OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Network AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: sboyce@blueyonder.co.uk QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:27.0) Gecko/20100101 Firefox/27.0 tindog:/home/lancelot # systemctl status wickedd.service wickedd.service - wicked network management service daemon Loaded: loaded (/usr/lib/systemd/system/wickedd.service; enabled) Active: failed (Result: start-limit) since Tue 2014-02-11 20:37:37 GMT; 2min 2s ago Process: 997 ExecStart=/usr/sbin/wickedd $WICKED_DEBUG_PARAM --systemd --foreground (code=dumped, signal=SEGV) Main PID: 997 (code=dumped, signal=SEGV) CGroup: /system.slice/wickedd.service Feb 11 20:37:37 tindog systemd[1]: wickedd.service: main process exited, code=dumped, status=11/SEGV Feb 11 20:37:37 tindog systemd[1]: Unit wickedd.service entered failed state. Feb 11 20:37:37 tindog systemd[1]: wickedd.service holdoff time over, scheduling restart. Feb 11 20:37:37 tindog systemd[1]: Stopping wicked network management service daemon... Feb 11 20:37:37 tindog systemd[1]: Starting wicked network management service daemon... Feb 11 20:37:37 tindog systemd[1]: wickedd.service start request repeated too quickly, refusing to start. Feb 11 20:37:37 tindog systemd[1]: Failed to start wicked network management service daemon. Feb 11 20:37:37 tindog systemd[1]: Unit wickedd.service entered failed state. tindog:/home/lancelot # systemctl status wicked.service wicked.service - wicked managed network interfaces Loaded: loaded (/usr/lib/systemd/system/wicked.service; enabled) Active: failed (Result: exit-code) since Tue 2014-02-11 20:37:34 GMT; 2min 25s ago Process: 748 ExecStart=/usr/sbin/wicked $WICKED_DEBUG_PARAM --systemd ifup all (code=exited, status=1/FAILURE) Main PID: 748 (code=exited, status=1/FAILURE) CGroup: /system.slice/wicked.service Feb 11 20:37:33 tindog wicked[748]: device wlp0s22f2u1u4u3 failed: device was deleted Feb 11 20:37:34 tindog systemd[1]: wicked.service: main process exited, code=exited, status=1/FAILURE Feb 11 20:37:34 tindog systemd[1]: Failed to start wicked managed network interfaces. Feb 11 20:37:34 tindog systemd[1]: Unit wicked.service entered failed state. tindog:/home/lancelot # ifconfig -a br0 Link encap:Ethernet HWaddr 00:1C:F0:5B:65:5A BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) enp3s0 Link encap:Ethernet HWaddr 50:E5:49:C8:2E:8C BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) enp5s6 Link encap:Ethernet HWaddr 00:1C:F0:5B:65:5A BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:18 errors:0 dropped:0 overruns:0 frame:0 TX packets:18 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:1060 (1.0 Kb) TX bytes:1060 (1.0 Kb) wlp0s22f2 Link encap:Ethernet HWaddr 00:0E:2E:F1:36:99 BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) Only lo gets configured, wlan has ESSID and PASSPHRASE configured tindog:~ # cat /ifcfg-br0 BOOTPROTO='static' BROADCAST='' ETHTOOL_OPTIONS='' IPADDR='192.168.10.10/24' MTU='' NAME='DGE-528T Gigabit Ethernet Adapter' NETWORK='' REMOTE_IPADDR='' STARTMODE='auto' USERCONTROL='no' BRIDGE='yes' BRIDGE_PORTS='enp5s6' BRIDGE_STP='' # cat ifcfg-wlp0s22f2u1u4u3 BOOTPROTO='dhcp' BROADCAST='' ETHTOOL_OPTIONS='' IPADDR='' MTU='' NAME='RT73_Wireless' NETMASK='' NETWORK='' REMOTE_IPADDR='' STARTMODE='hotplug' USERCONTROL='no' WIRELESS_AP='' WIRELESS_AP_SCANMODE='1' WIRELESS_AUTH_MODE='psk' WIRELESS_BITRATE='auto' WIRELESS_CA_CERT='' WIRELESS_CHANNEL='' WIRELESS_CLIENT_CERT='' WIRELESS_CLIENT_KEY='' WIRELESS_CLIENT_KEY_PASSWORD='' WIRELESS_DEFAULT_KEY='0' WIRELESS_EAP_AUTH='' WIRELESS_EAP_MODE='' WIRELESS_ESSID='TALKTALK-123456' WIRELESS_FREQUENCY='' WIRELESS_KEY='' WIRELESS_KEY_0='' WIRELESS_KEY_1='' WIRELESS_KEY_2='' WIRELESS_KEY_3='' WIRELESS_KEY_LENGTH='128' WIRELESS_MODE='Managed' WIRELESS_NICK='' WIRELESS_NWID='' WIRELESS_PEAP_VERSION='' WIRELESS_POWER='yes' WIRELESS_WPA_ANONID='' WIRELESS_WPA_IDENTITY='' WIRELESS_WPA_PASSWORD='' WIRELESS_WPA_PSK='xxxxxx' PREFIXLEN='32' In order to get network up I have to delete the bridge, configure enp5s6 manually and add the default route. Reproducible: Always Steps to Reproduce: 1. Reboot 2. 3. Actual Results: No network Expected Results: Network should come up configured. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=863371 https://bugzilla.novell.com/show_bug.cgi?id=863371#c zhang jiajun <jzhang@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jzhang@suse.com AssignedTo|bnc-team-screening@forge.pr |systemd-maintainers@suse.de |ovo.novell.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=863371 https://bugzilla.novell.com/show_bug.cgi?id=863371#c1 Dr. Werner Fink <werner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mt@suse.com AssignedTo|systemd-maintainers@suse.de |mt@suse.com --- Comment #1 from Dr. Werner Fink <werner@suse.com> 2014-02-12 08:49:14 UTC --- This is not systemd even if systemd starts wicked, this is wicked its self which does a core dump. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=863371 https://bugzilla.novell.com/show_bug.cgi?id=863371#c2 Sid Boyce <sboyce@blueyonder.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sboyce@blueyonder.co.uk --- Comment #2 from Sid Boyce <sboyce@blueyonder.co.uk> 2014-02-13 03:10:51 UTC --- Some success after latest zypper dup on the slipstream box. The network comes up OK and I can ping my internal boxes. ping www.google.co.uk or any external site does not work. Firefox, thunderbird, etc. have access to the internet. The wlan connection via dhcp now works. slipstream:~ # ifconfig eth0 Link encap:Ethernet HWaddr 50:E5:49:C8:26:E7 inet addr:192.168.10.2 Bcast:192.168.10.255 Mask:255.255.255.0 inet6 addr: fda4:1bb6:1256:1:52e5:49ff:fec8:26e7/64 Scope:Global inet6 addr: fd03:501f:4258:1:52e5:49ff:fec8:26e7/64 Scope:Global inet6 addr: fda4:1bb6:1256:1:89d2:db72:b2f2:eca/64 Scope:Global inet6 addr: fd03:501f:4258:1:89d2:db72:b2f2:eca/64 Scope:Global inet6 addr: fe80::52e5:49ff:fec8:26e7/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:218 errors:0 dropped:0 overruns:0 frame:0 TX packets:285 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:18687 (18.2 Kb) TX bytes:36953 (36.0 Kb) eth1 Link encap:Ethernet HWaddr 00:A1:B0:8B:01:AD inet addr:192.168.2.190 Bcast:192.168.2.255 Mask:255.255.255.0 inet6 addr: fe80::2a1:b0ff:fe8b:1ad/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:125 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 b) TX bytes:18516 (18.0 Kb) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:16 errors:0 dropped:0 overruns:0 frame:0 TX packets:16 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:840 (840.0 b) TX bytes:840 (840.0 b) wlp0s19f2 Link encap:Ethernet HWaddr 20:CF:30:C5:20:44 inet addr:192.168.1.3 Bcast:192.168.1.255 Mask:255.255.255.0 inet6 addr: fe80::22cf:30ff:fec5:2044/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:6 errors:0 dropped:0 overruns:0 frame:0 TX packets:130 errors:0 dropped:1 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:1186 (1.1 Kb) TX bytes:21667 (21.1 Kb) slipstream:~ # route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 wlp0s19f2u4u4u4 0.0.0.0 192.168.10.103 0.0.0.0 UG 0 0 0 eth0 192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 wlp0s19f2u4u4u4 192.168.2.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1 192.168.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 slipstream:~ # ping www.google.co.uk PING www.google.co.uk (173.194.41.152) 56(84) bytes of data. ^C --- www.google.co.uk ping statistics --- 15 packets transmitted, 0 received, 100% packet loss, time 14000ms slipstream:/HAMRADIO/SDR/N2ADR # ps fax|grep wicked 841 ? SLs 0:00 /usr/sbin/wickedd --systemd --foreground 877 ? SLs 0:00 /usr/lib/wicked/bin/wickedd-auto4 --systemd --foreground 878 ? SLs 0:00 /usr/lib/wicked/bin/wickedd-dhcp6 --systemd --foreground 879 ? SLs 0:00 /usr/sbin/wickedd-nanny --systemd --foreground 880 ? SLs 0:00 /usr/lib/wicked/bin/wickedd-dhcp4 --systemd --foreground -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=863371 https://bugzilla.novell.com/show_bug.cgi?id=863371#c3 --- Comment #3 from Sid Boyce <sboyce@blueyonder.co.uk> 2014-02-13 03:13:24 UTC --- Ping has now woken up. slipstream:/HAMRADIO/SDR/N2ADR # ping www.google.co.uk PING www.google.co.uk (173.194.41.159) 56(84) bytes of data. 64 bytes from lhr08s03-in-f31.1e100.net (173.194.41.159): icmp_seq=1 ttl=55 time=24.9 ms 64 bytes from lhr08s03-in-f31.1e100.net (173.194.41.159): icmp_seq=2 ttl=55 time=23.5 ms 64 bytes from lhr08s03-in-f31.1e100.net (173.194.41.159): icmp_seq=3 ttl=55 time=24.1 ms 64 bytes from lhr08s03-in-f31.1e100.net (173.194.41.159): icmp_seq=4 ttl=55 time=23.7 ms ^C --- www.google.co.uk ping statistics --- 4 packets transmitted, 4 received, 0% packet loss, time 3004ms -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=863371 https://bugzilla.novell.com/show_bug.cgi?id=863371#c4 --- Comment #4 from Bernhard Wiedemann <bwiedemann@suse.com> 2014-02-14 02:00:29 CET --- This is an autogenerated message for OBS integration: This bug (863371) was mentioned in https://build.opensuse.org/request/show/222266 Factory / wicked -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=863371 https://bugzilla.novell.com/show_bug.cgi?id=863371#c6 --- Comment #6 from Sid Boyce <sboyce@blueyonder.co.uk> 2014-02-14 01:41:32 UTC --- I was asked to submit this as a separate bug. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=863371 https://bugzilla.novell.com/show_bug.cgi?id=863371#c7 --- Comment #7 from Sid Boyce <sboyce@blueyonder.co.uk> 2014-02-17 21:27:06 UTC --- I tried "wicked convert ifcfg-br0 > ifcfg-bro.xml" with device enp5s6 and eth1, but neither worked. tindog:/etc/sysconfig/network # cat routes default 192.168.10.103 - br0 tindog:/etc/sysconfig/network # cat ifcfg-br0.xml <interface> <name>br0</name> <control> <mode>boot</mode> <link-detection> <timeout>30</timeout> <require-link/> </link-detection> </control> <bridge> <stp>false</stp> <ports> <port> <device>br0</device> </port> </ports> </bridge> <link/> <ipv4:static> <address> <local>192.168.10.10/24</local> </address> <route> <nexthop> <gateway>192.168.10.103</gateway> <device>br0</device> </nexthop> </route> </ipv4:static> <client-info> <config-origin>compat:./ifcfg-br0</config-origin> <config-uuid>000301c0-0700-9000-ee00-000066c6ff52</config-uuid> </client-info> </interface> -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=863371 https://bugzilla.novell.com/show_bug.cgi?id=863371#c8 --- Comment #8 from Sid Boyce <sboyce@blueyonder.co.uk> 2014-02-17 21:28:46 UTC --- Above should read "wicked convert ifcfg-br0 > ifcfg-br0.xml" -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=863371 https://bugzilla.novell.com/show_bug.cgi?id=863371#c9 Marius Tomaschewski <mt@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pwieczorkiewicz@suse.com --- Comment #9 from Marius Tomaschewski <mt@suse.com> 2014-02-18 07:33:51 UTC --- Added Pawel to Cc. Workaround for the timeout issue is to add --timeout xxx ifup option, in /usr/lib/systemd/system/wicked.service: - ExecStart=/usr/sbin/wicked --systemd ifup all + ExecStart=/usr/sbin/wicked --systemd ifup --timeout 30 all This needs a fix this week. The command to convert it should be: wicked convert /etc/sysconfig/network/ifcfg-br0 \ > /etc/wicked/ifconfig/br0.xml Then remove <client-info> node from the resulting file and also _remove_ the ifcfg-br0 file -- otherwise xml file will be ignored. -> Pawel, the override check happens too late in "show-config"; it currently shows both configs (ifcfg + xml) even without --raw. But your problem is, that your ifcfg-br0 is invalid (we do not catch it & throw any error here -> bug) and references itself as bridge port instead of the enp5s6 device. Please fix your ifcfg-br0 file to use: # cat /etc/sysconfig/network/ifcfg-br0 STARTMODE=auto BOOTPROTO=static IPADDR='192.168.10.10/24' BRIDGE='yes' BRIDGE_STP='off' BRIDGE_FORWARDDELAY='0' BRIDGE_PORTS='enp5s6' # ^^^^^^ !!! enp5s6, not br0 here -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=863371 https://bugzilla.novell.com/show_bug.cgi?id=863371#c10 --- Comment #10 from Sid Boyce <sboyce@blueyonder.co.uk> 2014-02-18 12:47:12 UTC --- # cat /etc/wicked/ifconfig/br0.xml <interface> <name>br0</name> <control> <mode>boot</mode> <link-detection> <timeout>30</timeout> <require-link/> </link-detection> </control> <bridge> <stp>false</stp> <ports> <port> <device>enp5s6</device> </port> </ports> </bridge> <link/> <ipv4:static> <address> <local>192.168.10.10/24</local> </address> <route> <nexthop> <gateway>192.168.10.103</gateway> <device>br0</device> </nexthop> </route> </ipv4:static> </interface> wicked was upgraded by zypper dup before rebooting. wickedd.service core dumped. ifonfig -a showed br0. I deleted the bridge, moved ifcfg-enp5s6 to /etc/sysconfig/network/, ifconfig enp5s6 192.168.10.10, configured the default route to get a connection. wickedd.service - wicked network management service daemon Loaded: loaded (/usr/lib/systemd/system/wickedd.service; enabled) Active: failed (Result: start-limit) since Tue 2014-02-18 12:25:05 GMT; 11min ago Process: 1000 ExecStart=/usr/sbin/wickedd --systemd --foreground (code=dumped, signal=SEGV) Main PID: 1000 (code=dumped, signal=SEGV) CGroup: /system.slice/wickedd.service Feb 18 12:25:05 tindog systemd[1]: wickedd.service: main process exited, code=dumped, status=11/SEGV Feb 18 12:25:05 tindog systemd[1]: Unit wickedd.service entered failed state. Feb 18 12:25:05 tindog systemd[1]: wickedd.service holdoff time over, scheduling restart. Feb 18 12:25:05 tindog systemd[1]: Stopping wicked network management service daemon... Feb 18 12:25:05 tindog systemd[1]: Starting wicked network management service daemon... Feb 18 12:25:05 tindog systemd[1]: wickedd.service start request repeated too quickly, refusing to start. Feb 18 12:25:05 tindog systemd[1]: Failed to start wicked network management service daemon. Feb 18 12:25:05 tindog systemd[1]: Unit wickedd.service entered failed state. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=863371 https://bugzilla.novell.com/show_bug.cgi?id=863371#c11 --- Comment #11 from Marius Tomaschewski <mt@suse.com> 2014-02-18 13:31:44 UTC --- Could you provide the output of "rpm -qa | grep wicked"? Please make sure, you have the following packages (all in the same version): # rpm -qa | grep wicked libwicked0-debuginfo-0.5.8-5.1.x86_64 wicked-debugsource-0.5.8-5.1.x86_64 libwicked0-0.5.8-5.1.x86_64 wicked-service-0.5.8-5.1.x86_64 wicked-0.5.8-5.1.x86_64 wicked-debuginfo-0.5.8-5.1.x86_64 The core should be by default dumped as /core. Please provide a backtrace as described in bug 862234: gdb --readnow --core=/core -ex bt -ex q /usr/sbin/wickedd Please also attach the output of "wicked --debug all show-config". -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=863371 https://bugzilla.novell.com/show_bug.cgi?id=863371#c12 --- Comment #12 from Sid Boyce <sboyce@blueyonder.co.uk> 2014-02-18 15:57:32 UTC --- Created an attachment (id=578964) --> (http://bugzilla.novell.com/attachment.cgi?id=578964) output from "wicked --debug all show-config" -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=863371 https://bugzilla.novell.com/show_bug.cgi?id=863371#c13 --- Comment #13 from Sid Boyce <sboyce@blueyonder.co.uk> 2014-02-18 15:58:51 UTC --- tindog:/ # gdb --readnow --core=./core -ex bt -ex q /usr/sbin/wickedd 2>CORE GNU gdb (GDB; openSUSE Factory) 7.7 Copyright (C) 2014 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-suse-linux". Type "show configuration" for configuration details. For bug reporting instructions, please see: <http://bugs.opensuse.org/>. Find the GDB manual and other documentation resources online at: <http://www.gnu.org/software/gdb/documentation/>. For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from /usr/sbin/wickedd...Reading symbols from /usr/lib/debug/usr/sbin/wickedd.debug...expanding to full symbols...done. expanding to full symbols...done. [New LWP 1003] Core was generated by `/usr/lib/wicked/bin/wickedd-dhcp4 --systemd --foreground'. Program terminated with signal SIGSEGV, Segmentation fault. #0 0x00007f003c0aac9a in ?? () #0 0x00007f003c0aac9a in ?? () #1 0x00007f003c0aa9be in ?? () #2 0x0000000000666ef0 in ?? () #3 0x0000000000000004 in ?? () #4 0x0000000000000000 in ?? () tindog:/ # rpm -qa|grep wicked wicked-debugsource-0.5.8-5.1.x86_64 wicked-0.5.8-5.1.x86_64 libwicked0-0.5.8-5.1.x86_64 wicked-debuginfo-0.5.8-5.1.x86_64 wicked-service-0.5.8-5.1.x86_64 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=863371 https://bugzilla.novell.com/show_bug.cgi?id=863371#c14 Karol Mroz <kmroz@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kmroz@suse.com --- Comment #14 from Karol Mroz <kmroz@suse.com> 2014-02-18 20:28:51 UTC --- Hi Sid, Seems the segfault occurred in the wickedd-dhcp4 supplicant daemon. Could you please re-read the core file you have above in the following way: gdb --readnow --core=./core -ex bt -ex q /usr/lib/wicked/bin/wickedd-dhcp4 Thanks -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=863371 https://bugzilla.novell.com/show_bug.cgi?id=863371#c15 --- Comment #15 from Sid Boyce <sboyce@blueyonder.co.uk> 2014-02-18 21:34:22 UTC --- tindog:/ # gdb --readnow --core=./core -ex bt -ex q /usr/lib/wicked/bin/wickedd-dhcp4 GNU gdb (GDB; openSUSE Factory) 7.7 Copyright (C) 2014 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-suse-linux". Type "show configuration" for configuration details. For bug reporting instructions, please see: <http://bugs.opensuse.org/>. Find the GDB manual and other documentation resources online at: <http://www.gnu.org/software/gdb/documentation/>. For help, type "help". Type "apropos word" to search for commands related to "word"... warning: /etc/gdbinit.d/gdb-heap.py: No such file or directory Reading symbols from /usr/lib/wicked/bin/wickedd-dhcp4...Reading symbols from /usr/lib/debug/usr/lib/wicked/bin/wickedd-dhcp4.debug...expanding to full symbols...done. expanding to full symbols...done. [New LWP 1003] [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". Core was generated by `/usr/lib/wicked/bin/wickedd-dhcp4 --systemd --foreground'. Program terminated with signal SIGSEGV, Segmentation fault. #0 0x00007f003c0aac9a in strlen () from /lib64/libc.so.6 #0 0x00007f003c0aac9a in strlen () from /lib64/libc.so.6 #1 0x00007f003c0aa9be in strdup () from /lib64/libc.so.6 #2 0x00007f003c69745e in xstrdup () from /usr/lib64/libwicked.so.0 #3 0x00007f003c697a38 in ni_string_dup () from /usr/lib64/libwicked.so.0 #4 0x00007f003c67c61d in ?? () from /usr/lib64/libwicked.so.0 #5 0x00007f003c67cd75 in __ni_netdev_process_newlink () from /usr/lib64/libwicked.so.0 #6 0x00007f003c67e0d9 in __ni_system_refresh_all () from /usr/lib64/libwicked.so.0 #7 0x00007f003c68ab68 in ni_global_state_handle () from /usr/lib64/libwicked.so.0 #8 0x0000000000408e4e in dhcp4_discover_devices (server=0x617080) at main.c:584 #9 dhcp4_register_services (server=0x617080) at main.c:511 #10 0x0000000000405537 in dhcp4_supplicant () at main.c:606 #11 main (argc=3, argv=<optimized out>) at main.c:264 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=863371 https://bugzilla.novell.com/show_bug.cgi?id=863371#c16 Marius Tomaschewski <mt@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |sboyce@blueyonder.co.uk --- Comment #16 from Marius Tomaschewski <mt@suse.com> 2014-02-20 13:55:34 UTC --- This is much better, but still incomplete. Could you also install: libwicked0-debuginfo-0.5.8-5.1.x86_64 and run gdb again as above please? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=863371 https://bugzilla.novell.com/show_bug.cgi?id=863371#c17 --- Comment #17 from Sid Boyce <sboyce@blueyonder.co.uk> 2014-02-20 20:26:44 UTC --- I have wicked 0.5.8-11.1 installed and zypper se -s says there is 0.5.8-13.1 available. Should I upgrade to the latest available before running gdb again? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=863371 https://bugzilla.novell.com/show_bug.cgi?id=863371#c18 --- Comment #18 from Olaf Hering <ohering@suse.com> 2014-02-20 22:25:01 CET --- please try the current binaries from network:wicked:master http://download.opensuse.org/repositories/network:/wicked:/master/ We think the crash is fixed now with at least wicked-0.5.8-14.1 from the repo above. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=863371 https://bugzilla.novell.com/show_bug.cgi?id=863371#c19 --- Comment #19 from Bernhard Wiedemann <bwiedemann@suse.com> 2014-02-21 11:00:30 CET --- This is an autogenerated message for OBS integration: This bug (863371) was mentioned in https://build.opensuse.org/request/show/223343 Factory / wicked -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=863371 https://bugzilla.novell.com/show_bug.cgi?id=863371#c21 --- Comment #21 from Sid Boyce <sboyce@blueyonder.co.uk> 2014-02-21 10:26:06 UTC --- Created an attachment (id=579464) --> (http://bugzilla.novell.com/attachment.cgi?id=579464) Data gathered after rebooting with upgraded 0.5.9 wicked pages. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=863371 https://bugzilla.novell.com/show_bug.cgi?id=863371#c22 --- Comment #22 from Sid Boyce <sboyce@blueyonder.co.uk> 2014-02-21 10:29:06 UTC --- System comes up with full networking with /etc/sysconfig/network/{enp3s0,enp5s6} files. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=863371 https://bugzilla.novell.com/show_bug.cgi?id=863371#c23 --- Comment #23 from Sid Boyce <sboyce@blueyonder.co.uk> 2014-02-21 10:34:01 UTC --- Problem now is just with bridged networking. With /etc/wicked/ifconfig/br0.xml only lo interface is configured. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=863371 https://bugzilla.novell.com/show_bug.cgi?id=863371#c25 --- Comment #25 from Bernhard Wiedemann <bwiedemann@suse.com> 2014-02-21 12:00:29 CET --- This is an autogenerated message for OBS integration: This bug (863371) was mentioned in https://build.opensuse.org/request/show/223350 Factory / wicked -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=863371 https://bugzilla.novell.com/show_bug.cgi?id=863371#c26 --- Comment #26 from Sid Boyce <sboyce@blueyonder.co.uk> 2014-02-24 16:20:53 UTC --- Network configured using eth0 and eth1. Access to intranet, no access to internet with everything looking OK. To get on to the internet I had to do the following:- # ifconfig eth0 down && ifconfig eth0 192.168.10.2 && route add default gw 192.168.10.103". This has happened across 2 reboots. slipstream:/usr/src # ping www.google.co.uk PING www.google.co.uk (173.194.41.184) 56(84) bytes of data. ^C --- www.google.co.uk ping statistics --- 87 packets transmitted, 0 received, 100% packet loss, time 86003ms slipstream:/usr/src # ip a 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000 link/ether 50:e5:49:c8:26:e7 brd ff:ff:ff:ff:ff:ff inet 192.168.10.2/24 brd 192.168.10.255 scope global eth0 valid_lft forever preferred_lft forever inet6 fd03:501f:4258:1:1cb:eb22:f10:e3d9/64 scope global temporary dynamic valid_lft 85997sec preferred_lft 13997sec inet6 fd03:501f:4258:1:52e5:49ff:fec8:26e7/64 scope global dynamic valid_lft 85997sec preferred_lft 13997sec inet6 fda4:1bb6:1256:1:1cb:eb22:f10:e3d9/64 scope global temporary dynamic valid_lft 86263sec preferred_lft 14263sec inet6 fda4:1bb6:1256:1:52e5:49ff:fec8:26e7/64 scope global dynamic valid_lft 86263sec preferred_lft 14263sec inet6 fe80::52e5:49ff:fec8:26e7/64 scope link valid_lft forever preferred_lft forever 3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000 link/ether 00:a1:b0:8b:01:ad brd ff:ff:ff:ff:ff:ff inet 192.168.2.190/24 brd 192.168.2.255 scope global eth1 valid_lft forever preferred_lft forever inet6 fe80::2a1:b0ff:fe8b:1ad/64 scope link valid_lft forever preferred_lft forever 4: wlp0s19f2u4u4u4: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000 link/ether 20:cf:30:c5:20:44 brd ff:ff:ff:ff:ff:ff inet 192.168.1.3/24 brd 192.168.1.255 scope global wlp0s19f2u4u4u4 valid_lft forever preferred_lft forever inet6 fe80::22cf:30ff:fec5:2044/64 scope link valid_lft forever preferred_lft forever slipstream:/usr/src # ip route default via 192.168.1.1 dev wlp0s19f2u4u4u4 default via 192.168.10.103 dev eth0 192.168.1.0/24 dev wlp0s19f2u4u4u4 proto kernel scope link src 192.168.1.3 192.168.2.0/24 dev eth1 proto kernel scope link src 192.168.2.190 192.168.10.0/24 dev eth0 proto kernel scope link src 192.168.10.2 lancelot@slipstream:/HAMRADIO/SDR/HPSDR/HERMES/300W> ip neigh fe80::52e5:49ff:fec8:26e7 dev eth0 lladdr 50:e5:49:c8:26:e7 router STALE fe80::21c:f0ff:fe5b:655a dev eth0 lladdr 00:1c:f0:5b:65:5a router REACHABLE fe80::20e:2eff:fef1:3699 dev wlp0s19f2u4u4u4 router FAILED fe80::225:d3ff:febf:b32f dev wlp0s19f2u4u4u4 lladdr 00:25:d3:bf:b3:2f REACHABLE fe80::201:2eff:fe2b:9f6 dev eth0 lladdr 00:01:2e:2b:09:f6 REACHABLE fe80::5604:a6ff:fe32:b3c dev eth0 lladdr 54:04:a6:32:0b:3c router STALE fd03:501f:4258:1:7dd4:41b8:10c4:ce80 dev eth0 lladdr 00:01:2e:2b:09:f6 REACHABLE fd03:501f:4258:1:1e6f:65ff:fe9f:5c9e dev eth0 lladdr 1c:6f:65:9f:5c:9e REACHABLE fe80::2a1:b0ff:fe8b:a13 dev eth1 lladdr 00:a1:b0:8b:0a:13 REACHABLE fe80::1e6f:65ff:fe9f:5c9e dev eth0 lladdr 1c:6f:65:9f:5c:9e REACHABLE fda4:1bb6:1256:1:281c:76ff:fe0d:4922 dev eth0 lladdr 2a:1c:76:0d:49:22 REACHABLE fd03:501f:4258:1:281c:76ff:fe0d:4922 dev eth0 lladdr 2a:1c:76:0d:49:22 STALE fe80::52e5:49ff:fec8:2e8c dev eth1 lladdr 50:e5:49:c8:2e:8c router REACHABLE fe80::281c:76ff:fe0d:4922 dev eth0 lladdr 2a:1c:76:0d:49:22 STALE fe80::250:b6ff:fe51:68c6 dev eth1 lladdr 00:50:b6:51:68:c6 REACHABLE 192.168.2.197 dev eth1 lladdr 00:50:b6:51:68:c6 REACHABLE 192.168.2.201 dev eth1 lladdr 50:e5:49:c8:2e:8c STALE 192.168.10.21 dev eth0 lladdr 54:04:a6:32:0b:3c STALE 192.168.10.103 dev eth0 lladdr 90:2b:34:57:c5:5b REACHABLE 192.168.2.198 dev eth1 lladdr 00:a1:b0:8b:0a:13 REACHABLE 192.168.10.42 dev eth0 lladdr b8:27:eb:2c:07:c9 STALE 192.168.10.18 dev eth0 lladdr 2a:1c:76:0d:49:22 REACHABLE 192.168.1.6 dev wlp0s19f2u4u4u4 lladdr 00:25:d3:bf:b3:2f REACHABLE 192.168.10.6 dev eth0 lladdr 00:01:2e:2b:09:f6 REACHABLE 192.168.10.10 dev eth0 lladdr 00:1c:f0:5b:65:5a STALE 192.168.10.7 dev eth0 lladdr 1c:6f:65:9f:5c:9e REACHABLE lancelot@slipstream:/HAMRADIO/SDR/HPSDR/HERMES/300W> ping tindog PING tindog.site (192.168.10.10) 56(84) bytes of data. 64 bytes from tindog.site (192.168.10.10): icmp_seq=1 ttl=64 time=0.056 ms 64 bytes from tindog.site (192.168.10.10): icmp_seq=2 ttl=64 time=0.165 ms 64 bytes from tindog.site (192.168.10.10): icmp_seq=3 ttl=64 time=0.182 ms 64 bytes from tindog.site (192.168.10.10): icmp_seq=4 ttl=64 time=0.142 ms ^C --- tindog.site ping statistics --- 4 packets transmitted, 4 received, 0% packet loss, time 2999ms rtt min/avg/max/mdev = 0.056/0.136/0.182/0.049 ms lancelot@slipstream:/HAMRADIO/SDR/HPSDR/HERMES/300W> ping sabre PING sabre.site (192.168.10.21) 56(84) bytes of data. 64 bytes from sabre.site (192.168.10.21): icmp_seq=1 ttl=64 time=0.157 ms 64 bytes from sabre.site (192.168.10.21): icmp_seq=2 ttl=64 time=0.257 ms 64 bytes from sabre.site (192.168.10.21): icmp_seq=3 ttl=64 time=0.240 ms 64 bytes from sabre.site (192.168.10.21): icmp_seq=4 ttl=64 time=0.243 ms --- sabre.site ping statistics --- 4 packets transmitted, 4 received, 0% packet loss, time 2999ms rtt min/avg/max/mdev = 0.157/0.224/0.257/0.040 ms lancelot@slipstream:/HAMRADIO/SDR/HPSDR/HERMES/300W> ping www.google.co.uk PING www.google.co.uk (173.194.41.183) 56(84) bytes of data. ^C --- www.google.co.uk ping statistics --- 13 packets transmitted, 0 received, 100% packet loss, time 11999ms slipstream:/home/lancelot # ifconfig eth0 down slipstream:/home/lancelot # ifconfig eth0 192.168.10.2 up slipstream:/home/lancelot # route add default gw 192.168.10.103 slipstream:/home/lancelot # ping www.google.co.uk PING www.google.co.uk (173.194.41.191) 56(84) bytes of data. 64 bytes from lhr08s04-in-f31.1e100.net (173.194.41.191): icmp_seq=1 ttl=54 time=14.9 ms 64 bytes from lhr08s04-in-f31.1e100.net (173.194.41.191): icmp_seq=2 ttl=54 time=14.3 ms 64 bytes from lhr08s04-in-f31.1e100.net (173.194.41.191): icmp_seq=3 ttl=54 time=15.4 ms ^C --- www.google.co.uk ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 2003ms rtt min/avg/max/mdev = 14.368/14.910/15.433/0.457 ms -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=863371 https://bugzilla.novell.com/show_bug.cgi?id=863371#c27 --- Comment #27 from Sid Boyce <sboyce@blueyonder.co.uk> 2014-02-24 16:24:00 UTC --- slipstream:/usr/src # ps fax|grep wicked 782 ? SLs 0:00 /usr/sbin/wickedd --systemd --foreground 829 ? SLs 0:00 /usr/lib/wicked/bin/wickedd-auto4 --systemd --foreground 830 ? SLs 0:00 /usr/lib/wicked/bin/wickedd-dhcp6 --systemd --foreground 831 ? SLs 0:00 /usr/sbin/wickedd-nanny --systemd --foreground 832 ? SLs 0:00 /usr/lib/wicked/bin/wickedd-dhcp4 --systemd --foreground slipstream:/usr/src # systemctl status wickedd-auto4 wickedd-auto4.service - wicked AutoIPv4 supplicant service Loaded: loaded (/usr/lib/systemd/system/wickedd-auto4.service; enabled) Active: active (running) since Mon 2014-02-24 12:04:06 GMT; 4h 19min ago Main PID: 829 (wickedd-auto4) CGroup: /system.slice/wickedd-auto4.service └─829 /usr/lib/wicked/bin/wickedd-auto4 --systemd --foreground Feb 24 12:04:06 slipstream systemd[1]: Starting wicked AutoIPv4 supplicant service... Feb 24 12:04:06 slipstream systemd[1]: Started wicked AutoIPv4 supplicant service. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=863371 https://bugzilla.novell.com/show_bug.cgi?id=863371#c Marius Tomaschewski <mt@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED CC|kmroz@suse.com, | |mt@suse.com, | |pwieczorkiewicz@suse.com | InfoProvider|sboyce@blueyonder.co.uk | AssignedTo|mt@suse.com |wicked-maintainers@suse.de -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=863371 https://bugzilla.novell.com/show_bug.cgi?id=863371#c28 Marius Tomaschewski <mt@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mt@suse.com See Also| |https://bugzilla.novell.com | |/show_bug.cgi?id=868187 --- Comment #28 from Marius Tomaschewski <mt@suse.com> 2014-03-18 06:49:22 UTC --- I've fixed wickedd to handle the DHCLIENT_SET_DEFAULT_ROUTE=no setting in the ifcfg file, allowing you to specify which interface should set up the default route. Currently, the setting has to be set manually... See also bnc#868187. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=863371 https://bugzilla.novell.com/show_bug.cgi?id=863371#c29 Pawel Wieczorkiewicz <pwieczorkiewicz@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO CC| |pwieczorkiewicz@suse.com InfoProvider| |sboyce@blueyonder.co.uk --- Comment #29 from Pawel Wieczorkiewicz <pwieczorkiewicz@suse.com> 2014-06-27 15:40:12 CEST --- Is this one still reproducible with the latest wicked 0.5.31 ? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=863371 https://bugzilla.novell.com/show_bug.cgi?id=863371#c30 Pawel Wieczorkiewicz <pwieczorkiewicz@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED InfoProvider|sboyce@blueyonder.co.uk | Resolution| |FIXED --- Comment #30 from Pawel Wieczorkiewicz <pwieczorkiewicz@suse.com> 2014-07-07 16:48:38 CEST --- no response -> FIXED. Please re-open in case of further problems. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com