[Bug 616765] New: IPv6 not enabled in Yast, yet dhclient spams logs with ipv6 failures
http://bugzilla.novell.com/show_bug.cgi?id=616765 http://bugzilla.novell.com/show_bug.cgi?id=616765#c0 Summary: IPv6 not enabled in Yast, yet dhclient spams logs with ipv6 failures Classification: openSUSE Product: openSUSE 11.3 Version: Factory Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Network AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: jnelson-suse@jamponi.net QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100317 SUSE/3.5.9-0.1.1 Firefox/3.5.9 yast2 lan shows that IPv6 is *not* enabled, however dhclient spams /var/log/messages with this: Jun 23 10:18:16 frank dhclient: dhc6: send_packet6() sent -1 of 54 bytes Jun 23 10:20:19 frank dhclient: XMT: Solicit on eth3, interval 120440ms. Jun 23 10:20:19 frank dhclient: send_packet6: Cannot assign requested address Jun 23 10:20:19 frank dhclient: dhc6: send_packet6() sent -1 of 54 bytes Jun 23 10:22:19 frank dhclient: XMT: Solicit on eth3, interval 129180ms. Jun 23 10:22:19 frank dhclient: send_packet6: Cannot assign requested address Jun 23 10:22:19 frank dhclient: dhc6: send_packet6() sent -1 of 54 bytes Jun 23 10:24:29 frank dhclient: XMT: Solicit on eth3, interval 123410ms. Jun 23 10:24:29 frank dhclient: send_packet6: Cannot assign requested address Jun 23 10:24:29 frank dhclient: dhc6: send_packet6() sent -1 of 54 bytes Reproducible: Always Steps to Reproduce: 1. 2. 3. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=616765 http://bugzilla.novell.com/show_bug.cgi?id=616765#c yang xiaoyu <xyyang@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xyyang@novell.com AssignedTo|bnc-team-screening@forge.pr |mt@novell.com |ovo.novell.com | -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=616765 http://bugzilla.novell.com/show_bug.cgi?id=616765#c1 Marius Tomaschewski <mt@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|mt@novell.com |mzugec@novell.com --- Comment #1 from Marius Tomaschewski <mt@novell.com> 2010-07-12 10:24:46 UTC --- The check in /sbin/ifup-dhcp is not sufficient with newer kernels. Going to fix it. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=616765 http://bugzilla.novell.com/show_bug.cgi?id=616765#c2 --- Comment #2 from Marius Tomaschewski <mt@novell.com> 2010-07-12 10:53:06 UTC --- Created an attachment (id=375233) --> (http://bugzilla.novell.com/attachment.cgi?id=375233) Patch fixing the ipv6 support check in ifup-dhcp Note, that when ipv6 is disabled for the interface only, for example using: net.ipv6.conf.eth0.disable_ipv6 = 1 in /etc/sysconfig/network/ifsysctl, this check will not work because of kernel bug #559170. But it works fine, when it is disabled at all (net.ipv6.conf.all.disable_ipv6 = 1) as done by yast2 network. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=616765 http://bugzilla.novell.com/show_bug.cgi?id=616765#c3 Marius Tomaschewski <mt@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO InfoProvider| |mzugec@novell.com AssignedTo|mzugec@novell.com |mt@novell.com --- Comment #3 from Marius Tomaschewski <mt@novell.com> 2010-07-12 11:06:12 UTC --- Fixed wrong reassing to Michal instead of needinfo... Michal, does yast2 network restart the network (completely) or inform/ask the user to reboot when disable_ipv6 setting has been changed? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=616765 http://bugzilla.novell.com/show_bug.cgi?id=616765#c4 --- Comment #4 from Marius Tomaschewski <mt@novell.com> 2010-07-12 11:12:01 UTC --- BTW: Another way to fix the problem is to fix the interface configuration, that is the /etc/sysconfig/network/ifcfg-<interface> file, and use a BOOTPROTO=dhcp4 and not BOOTPROTO=dhcp (start both, v4 + v6 clients). -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=616765 http://bugzilla.novell.com/show_bug.cgi?id=616765#c5 Marius Tomaschewski <mt@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED InfoProvider|mzugec@novell.com | --- Comment #5 from Marius Tomaschewski <mt@novell.com> 2010-07-12 11:31:52 UTC --- Submitted the fix to OBS/Base:System/sysconfig and openSUSE:Factory: 42834 State:new By:mtomaschewski When:2010-07-12T13:27:52 submit: Base:System/sysconfig -> openSUSE:Factory Descr: Bug 616765 - IPv6 not enabled in Yast, yet dhclient spams logs with ipv6 failures http://download.opensuse.org/repositories/Base:/System/openSUSE_Factory/ -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=616765 http://bugzilla.novell.com/show_bug.cgi?id=616765#c8 Marcus Meissner <meissner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |meissner@novell.com --- Comment #8 from Marcus Meissner <meissner@novell.com> 2010-07-13 16:03:54 UTC --- sysconfig gets quite some update usually, perhaps we should collect some issues first. (does not look that worrysome of an issue). -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=616765 http://bugzilla.novell.com/show_bug.cgi?id=616765#c9 Christian Dengler <cdengler@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED CC| |cdengler@novell.com InfoProvider|maintenance@opensuse.org | --- Comment #9 from Christian Dengler <cdengler@novell.com> 2010-07-13 16:10:32 UTC --- Only for the next sysconfig update. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=616765 http://bugzilla.novell.com/show_bug.cgi?id=616765#c10 --- Comment #10 from Marius Tomaschewski <mt@novell.com> 2010-07-13 16:43:19 UTC --- (In reply to comment #8) (In reply to comment #9) OK, thanks! Workaround is to change BOOTPROTO=dhcp to BOOTPROTO=dhcp4 in ifcfg-<ifname> files -- the user disabled ipv6 anyway. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=616765 http://bugzilla.novell.com/show_bug.cgi?id=616765#c11 Michal Zugec <mzugec@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mzugec@novell.com --- Comment #11 from Michal Zugec <mzugec@novell.com> 2010-07-19 08:41:48 UTC --- Marius, sorry for no response (vacation). YaST informs user that reboot is needed to correctly apply changes. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=616765 http://bugzilla.novell.com/show_bug.cgi?id=616765#c12 Michal Zugec <mzugec@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |freespacer@gmx.de --- Comment #12 from Michal Zugec <mzugec@novell.com> 2010-07-19 08:44:22 UTC --- *** Bug 620298 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=620298 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=616765 http://bugzilla.novell.com/show_bug.cgi?id=616765#c13 --- Comment #13 from Jon Nelson <jnelson-suse@jamponi.net> 2010-07-19 13:39:11 UTC --- Why should a *reboot* be necessary? That seems rather silly, when a change to the ifcfg file is sufficient. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=616765 http://bugzilla.novell.com/show_bug.cgi?id=616765#c14 --- Comment #14 from Michal Zugec <mzugec@novell.com> 2010-07-19 13:50:24 UTC --- In my experience (without reboot) some applications like Firefox, Thunderbird could randomly crash. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=616765 http://bugzilla.novell.com/show_bug.cgi?id=616765#c15 --- Comment #15 from Jon Nelson <jnelson-suse@jamponi.net> 2010-07-19 14:25:24 UTC --- Is that still true? I thought that particular issue (the IPv6-goes-away and firefox-crashes bug) was fixed. IN any case, I'd much rather see "you may have to restart some networking applications if you are disabling IPv6" instead of "reboot your computer". It's not like we run Windows or anything. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=616765 http://bugzilla.novell.com/show_bug.cgi?id=616765#c16 --- Comment #16 from Marius Tomaschewski <mt@novell.com> 2010-07-20 07:34:07 UTC --- (In reply to comment #15)
Is that still true? I thought that particular issue (the IPv6-goes-away and firefox-crashes bug) was fixed.
IN any case, I'd much rather see "you may have to restart some networking applications if you are disabling IPv6" instead of "reboot your computer".
Short: The problem is, that "some networking applications" is an insufficient action description and may be also technically not sufficient. Generally, it should be possible to handle it completely manually... it should be not even strictly required to restart the network when the disable_ipv6 way is effective (as on 11.3), the kernel will then remove all ipv6 addresses itself... But on older systems/kernels, ipv6 may be a module and yast2 disables the ipv6 module loading. It is not possible to unload the module -- only a reboot works here. It is not easy even for advanced user with disable_ipv6, because there are several side effects / corner cases. There are not only GUI applications like firefox, but also several services, possibly inclusive of X11, that may have bound ipv6 ports or even handle ipv4 connections through the ipv6 socket and at least side effects have to be taken into account. Last but not least: the above dependencies for the applications may be also true for things running inside of the kernel. It may include also another type of problems: see bug 559170. Another issue is: disabling ipv6 usually introduces more problems than it solves and just delays the correct solutions. It was never required for me to disable ipv6 -- except for tests. Anyway: fixed for me, fix will be picked up in the next update. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=616765 http://bugzilla.novell.com/show_bug.cgi?id=616765#c17 Marius Tomaschewski <mt@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #17 from Marius Tomaschewski <mt@novell.com> 2010-07-20 09:18:22 UTC --- Submitted the fix to the 11.3 update test queue: 43469 State:new By:mtomaschewski When:2010-07-20T11:13:19 submit: home:mtomaschewski:branches:openSUSE:11.3:Update:Test/sysconfig -> openSUSE:11.3:Update:Test Descr: fix for bug 616765 (next update) test packages / previews will appear at: http://download.opensuse.org/repositories/home:/mtomaschewski:/branches:/ope... => Technically fixed. -- Configure bugmail: http://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=616765 https://bugzilla.novell.com/show_bug.cgi?id=616765#c Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard| |maint:planned:update -- 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=616765 https://bugzilla.novell.com/show_bug.cgi?id=616765#c18 Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:planned:update |maint:released:11.3:35314 --- Comment #18 from Swamp Workflow Management <swamp@suse.com> 2010-09-07 12:52:47 UTC --- Update released for: sysconfig, sysconfig-debuginfo, sysconfig-debugsource Products: openSUSE 11.3 (debug, i586, 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=616765 https://bugzilla.novell.com/show_bug.cgi?id=616765#c19 Marius Tomaschewski <mt@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #19 from Marius Tomaschewski <mt@novell.com> 2010-11-11 13:29:41 UTC --- fix was incorrect. -- 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=616765 https://bugzilla.novell.com/show_bug.cgi?id=616765#c20 --- Comment #20 from Marius Tomaschewski <mt@novell.com> 2010-11-11 13:32:05 UTC --- Created an attachment (id=399687) --> (http://bugzilla.novell.com/attachment.cgi?id=399687) Correction of the fix. The result was always HAVE_IPv6=no after the previous patch. -- 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=616765 https://bugzilla.novell.com/show_bug.cgi?id=616765#c21 dev001x _ <pgngw+dev001+novell.com@f-m.fm> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pgngw+dev001+novell.com@f-m | |.fm --- Comment #21 from dev001x _ <pgngw+dev001+novell.com@f-m.fm> 2010-11-17 03:35:18 UTC --- digging for solutions to my bug, "libcanberra.so failing to connect to pulseaudio results in menu hangs in Firefox" https://bugzilla.novell.com/show_bug.cgi?id=632530 which has -- kernel /vmlinuz ... ++ kernel /vmlinuz ... ipv6.disable=1 as a workaound, I found your comments: (In reply to comment #16) ...
It is not easy even for advanced user with disable_ipv6, because there are several side effects / corner cases.
There are not only GUI applications like firefox, but also several services, possibly inclusive of X11, that may have bound ipv6 ports or even handle ipv4 connections through the ipv6 socket and at least side effects have to be taken into account. ...
_are_ these issues, possibly, related? tbh, i'm not at all clear ... -- 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=616765 https://bugzilla.novell.com/show_bug.cgi?id=616765#c22 --- Comment #22 from Marius Tomaschewski <mt@novell.com> 2010-11-17 08:07:29 UTC --- (In reply to comment #21)
_are_ these issues, possibly, related? tbh, i'm not at all clear ...
No. The mentioned comment was about changing to "disable_ipv6=1" at runtime and the problems that may happen when you don't reboot after. -- 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=616765 https://bugzilla.novell.com/show_bug.cgi?id=616765#c Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:released:11.3:35314 |maint:released:11.3:35314 | |maint:planned:update -- 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=616765 https://bugzilla.novell.com/show_bug.cgi?id=616765#c24 --- Comment #24 from Marcus Meissner <meissner@novell.com> 2010-12-08 10:10:09 UTC --- opensuse maintenance is public, un-privatized previous comment. I think we could do a sysconfig update now for openSUSE * +1 -- 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=616765 https://bugzilla.novell.com/show_bug.cgi?id=616765#c25 Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:released:11.3:35314 |maint:released:11.3:35314 |maint:planned:update |maint:running:37696:low --- Comment #25 from Swamp Workflow Management <swamp@suse.com> 2010-12-08 16:21:57 UTC --- The SWAMPID for this issue is 37696. This issue was rated as low. Please submit fixed packages until 2011-01-05. Also create a patchinfo file using this link: https://swamp.suse.de/webswamp/wf/37696 -- 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=616765 https://bugzilla.novell.com/show_bug.cgi?id=616765#c26 Christian Dengler <cdengler@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |REOPENED InfoProvider|maintenance@opensuse.org | --- Comment #26 from Christian Dengler <cdengler@novell.com> 2010-12-08 16:22:41 UTC --- +1 ... update started. -- 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=616765 https://bugzilla.novell.com/show_bug.cgi?id=616765#c27 Dirk Mueller <dmueller@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED --- Comment #27 from Dirk Mueller <dmueller@novell.com> 2010-12-27 17:05:45 CET --- and accepted -- 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=616765 https://bugzilla.novell.com/show_bug.cgi?id=616765#c28 Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:released:11.3:35314 |maint:released:11.3:35314 |maint:running:37696:low |maint:running:37696:low | |maint:released:11.3:37959 --- Comment #28 from Swamp Workflow Management <swamp@suse.com> 2011-01-03 07:48:14 UTC --- Update released for: sysconfig, sysconfig-debuginfo, sysconfig-debugsource Products: openSUSE 11.3 (debug, i586, 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=616765 https://bugzilla.novell.com/show_bug.cgi?id=616765#c Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:released:11.3:35314 |maint:released:11.3:35314 |maint:running:37696:low | |maint:released:11.3:37959 | -- 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=616765 https://bugzilla.novell.com/show_bug.cgi?id=616765#c29 Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:released:11.3:35314 |maint:released:11.3:35314 | |maint:released:sle11-sp1:38 | |085 --- Comment #29 from Swamp Workflow Management <swamp@suse.com> 2011-01-12 20:53:18 UTC --- Update released for: sysconfig, sysconfig-debuginfo, sysconfig-debugsource Products: SLE-DEBUGINFO 11-SP1 (i386, ia64, ppc64, s390x, x86_64) SLE-DESKTOP 11-SP1 (i386, x86_64) SLE-SERVER 11-SP1 (i386, ia64, ppc64, s390x, x86_64) SLES4VMWARE 11-SP1 (i386, 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.
http://bugzilla.novell.com/show_bug.cgi?id=616765 http://bugzilla.novell.com/show_bug.cgi?id=616765#c30 --- Comment #30 from Bernhard Wiedemann <bwiedemann@suse.com> --- This is an autogenerated message for OBS integration: This bug (616765) was mentioned in https://build.opensuse.org/request/show/52837 Factory / sysconfig -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com