[Bug 555095] New: 11.2: dhclient not setting default route
http://bugzilla.novell.com/show_bug.cgi?id=555095 Summary: 11.2: dhclient not setting default route Classification: openSUSE Product: openSUSE 11.2 Version: Final Platform: x86-64 OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Network AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: jnelson-suse@jamponi.net QAContact: qa@suse.de Found By: --- User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.15) Gecko/2009102100 SUSE/3.0.15-0.1.2 Firefox/3.0.15 After upgrading one of my machines, which uses dhclient to obtain an IP address from my ISP, I noticed that I was getting all sorts of "martial packet" messages in my logs and the internet was not accessible. The interface had an IP and so on, but I eventually tracked the problem to *NO DEFAULT ROUTE*. I brought the interface up and down a few times to no avail. I switched to dhcpcd and everything worked great after that. This was working perfectly in 11.1 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=555095 Larry Finger <Larry.Finger@lwfinger.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Larry.Finger@lwfinger.net --- Comment #1 from Larry Finger <Larry.Finger@lwfinger.net> 2009-11-15 16:29:34 UTC --- A number of wireless users report this problem on 11.2 when both wired and wireless devices are set to start "on boot". Changing wired to start "on cable connection" fixes the problem. -- 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=555095 shuang qiu <sqiu@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sqiu@novell.com AssignedTo|bnc-team-screening@forge.pr |mt@novell.com |ovo.novell.com | Severity|Major |Minor -- 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=555095 Marius Tomaschewski <mt@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #2 from Marius Tomaschewski <mt@novell.com> 2009-11-16 12:57:17 UTC --- (In reply to comment #1)
A number of wireless users report this problem on 11.2 when both wired and wireless devices are set to start "on boot". Changing wired to start "on cable connection" fixes the problem.
Exactly -- in case of wired and wireless interfaces, use ifplugd with different priorities, e.g.: ifcfg-eth0 ==>> STARTMODE='ifplugd' IFPLUGD_PRIORITY='20' ifcfg-wlan0 ==>> STARTMODE='ifplugd' IFPLUGD_PRIORITY='10' When wired link is available, it will be used, otherwise the wireless one. When you're using the "on calble connect", it should also work with the dhclient. Please reopen when it does not work. The "martian packet" message appears, when a packed comes over a different interface than expected and is usually a hint for incomplete/wring config. It happens, e.g. when you're connected to a switch with multiple networks or with two interfaces to the same switch. -- 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=555095 Marius Tomaschewski <mt@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO Info Provider| |jnelson-suse@jamponi.net --- Comment #3 from Marius Tomaschewski <mt@novell.com> 2009-11-16 13:00:29 UTC --- How did you made the upgrade? -- 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=555095#c4 Robert Davies <rob.opensuse.linux@googlemail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rob.opensuse.linux@googlema | |il.com Severity|Minor |Normal --- Comment #4 from Robert Davies <rob.opensuse.linux@googlemail.com> 2009-11-18 11:56:05 UTC --- Clean Install 11.2 for me. I wished to switch to 'dhclient' because in it's config file there is a 'prepend' possibility which I use for local caching nameserer. Box comes up without a default route so no Internet reachable. As the solution is to do "route add default gw <gateway address>" in order to get networking running, this bug seems more serious to me than 'minor'. -- 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=555095 http://bugzilla.novell.com/show_bug.cgi?id=555095#c5 Robert Davies <rob.opensuse.linux@googlemail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Info Provider|jnelson-suse@jamponi.net | Status|NEEDINFO |ASSIGNED Info Provider|jnelson-suse@jamponi.net | --- Comment #5 from Robert Davies <rob.opensuse.linux@googlemail.com> 2009-11-21 15:21:37 UTC --- Have used 11.1's dhclient on same 64 bit machine with same ISP modem & interface it worked as expected creating a default route (same config file worked 32 bit 10.3 release with dhclient). The dhclient "prepend" feature is important due to netconfig's uncoperative handling of /etc/resolv.conf; if you change the file from what it expects it won't update the name servers dynamically. Using a static configuration only works so long as the allocated IP addresses doesn't change. A script to add a default route if not made, would be possible, but likely to need trial & error to discover the GW address by brute force (I guess most will be .1). There are no wireless complications, this is a basic Internet GW/firewall configuration with 2 Wired Ethernet cards, one dedicated LAN to external ISP, the other on internal local network. Please Marius, except this as the needed info, as it seems Jon Nelson's not around to log into Bugzilla. dhclient has to set 3 things, interface address & mask, return DNS servers, and set default route, without any one of those it is totally broken from end user point of view. --- Comment #6 from Robert Davies <rob.opensuse.linux@googlemail.com> 2009-11-21 15:21:42 UTC --- Have used 11.1's dhclient on same 64 bit machine with same ISP modem & interface it worked as expected creating a default route (same config file worked 32 bit 10.3 release with dhclient). The dhclient "prepend" feature is important due to netconfig's uncoperative handling of /etc/resolv.conf; if you change the file from what it expects it won't update the name servers dynamically. Using a static configuration only works so long as the allocated IP addresses doesn't change. A script to add a default route if not made, would be possible, but likely to need trial & error to discover the GW address by brute force (I guess most will be .1). There are no wireless complications, this is a basic Internet GW/firewall configuration with 2 Wired Ethernet cards, one dedicated LAN to external ISP, the other on internal local network. Please Marius, except this as the needed info, as it seems Jon Nelson's not around to log into Bugzilla. dhclient has to set 3 things, interface address & mask, return DNS servers, and set default route, without any one of those it is totally broken from end user point of view. -- 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=555095 http://bugzilla.novell.com/show_bug.cgi?id=555095#c5 Robert Davies <rob.opensuse.linux@googlemail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Info Provider|jnelson-suse@jamponi.net | Status|NEEDINFO |ASSIGNED Info Provider|jnelson-suse@jamponi.net | --- Comment #5 from Robert Davies <rob.opensuse.linux@googlemail.com> 2009-11-21 15:21:37 UTC --- Have used 11.1's dhclient on same 64 bit machine with same ISP modem & interface it worked as expected creating a default route (same config file worked 32 bit 10.3 release with dhclient). The dhclient "prepend" feature is important due to netconfig's uncoperative handling of /etc/resolv.conf; if you change the file from what it expects it won't update the name servers dynamically. Using a static configuration only works so long as the allocated IP addresses doesn't change. A script to add a default route if not made, would be possible, but likely to need trial & error to discover the GW address by brute force (I guess most will be .1). There are no wireless complications, this is a basic Internet GW/firewall configuration with 2 Wired Ethernet cards, one dedicated LAN to external ISP, the other on internal local network. Please Marius, except this as the needed info, as it seems Jon Nelson's not around to log into Bugzilla. dhclient has to set 3 things, interface address & mask, return DNS servers, and set default route, without any one of those it is totally broken from end user point of view. --- Comment #6 from Robert Davies <rob.opensuse.linux@googlemail.com> 2009-11-21 15:21:42 UTC --- Have used 11.1's dhclient on same 64 bit machine with same ISP modem & interface it worked as expected creating a default route (same config file worked 32 bit 10.3 release with dhclient). The dhclient "prepend" feature is important due to netconfig's uncoperative handling of /etc/resolv.conf; if you change the file from what it expects it won't update the name servers dynamically. Using a static configuration only works so long as the allocated IP addresses doesn't change. A script to add a default route if not made, would be possible, but likely to need trial & error to discover the GW address by brute force (I guess most will be .1). There are no wireless complications, this is a basic Internet GW/firewall configuration with 2 Wired Ethernet cards, one dedicated LAN to external ISP, the other on internal local network. Please Marius, except this as the needed info, as it seems Jon Nelson's not around to log into Bugzilla. dhclient has to set 3 things, interface address & mask, return DNS servers, and set default route, without any one of those it is totally broken from end user point of view. -- 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=555095 http://bugzilla.novell.com/show_bug.cgi?id=555095#c7 --- Comment #7 from Jon Nelson <jnelson-suse@jamponi.net> 2009-11-28 17:53:17 UTC --- Sorry, I wasn't able to respond as quickly as I would have preferred. 1. I upgraded via 'zypper dup' 2. I tried using 'ifplugd' instead of 'auto' or 'onboot' - no change! The fact is, dhclient is *not* setting the default route under certain circumstances. That is the cause of my martian packet thing (which I already knew, but I wanted to explain how I came to understand that dhclient wasn't behaving). Switching to dhcpcd works, but this continues to bite other people. IMO, this is a significant 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=555095 http://bugzilla.novell.com/show_bug.cgi?id=555095#c8 Marius Tomaschewski <mt@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO Info Provider| |jnelson-suse@jamponi.net --- Comment #8 from Marius Tomaschewski <mt@novell.com> 2009-11-30 08:54:13 UTC --- (In reply to comment #7)
Sorry, I wasn't able to respond as quickly as I would have preferred.
1. I upgraded via 'zypper dup'
2. I tried using 'ifplugd' instead of 'auto' or 'onboot' - no change!
The fact is, dhclient is *not* setting the default route under certain circumstances. That is the cause of my martian packet thing (which I already knew, but I wanted to explain how I came to understand that dhclient wasn't behaving). Switching to dhcpcd works, but this continues to bite other people.
Can switch to dhclient using DHCLIENT_BIN="dhclient" and set also DHCLIENT_DEBUG="yes" in /etc/sysconfig/network/dhcp, then rotate logs using "logrotate -f /etc/logrotate.conf" and reboot, please? After reboot, please call "dhcpcd-test" for each interface, e.g.: /tmp/dhcpcd-test.eth0.out &>/tmp/dhcpcd-test.eth0.out then also: (ip addr show ; ip -4 route show ; ip -6 route show ) &>/tmp/ip-config.txt Please copy all /etc/sysconfig/network/ifcfg-* files to e.g. /tmp/ifcfg/: mkdir /tmp/ifcfg/ ; cp /etc/sysconfig/network/ifcfg-* /tmp/ifcfg/ and replace all keys or passphrases with XXXXXXX. Then provide the following files as tar archive using following command in one line: tar cvzpf /tmp/bug555095.tgz \ /tmp/dhcpcd-test.*.out /tmp/ip-config.txt /var/log/{boot.msg,messages} \ /sbin/dhclient-script /etc/dhclient-*-hooks /var/log/dhclient-script.log \ /etc/sysconfig/network/{config,dhcp,routes,ifroute-*} /tmp/ifcfg/* \ /var/run/netconfig -- 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=555095 http://bugzilla.novell.com/show_bug.cgi?id=555095#c9 Arjen de Korte <suse+build@de-korte.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Info Provider|jnelson-suse@jamponi.net | --- Comment #9 from Arjen de Korte <suse+build@de-korte.org> 2009-12-08 18:47:20 UTC --- Created an attachment (id=331608) --> (http://bugzilla.novell.com/attachment.cgi?id=331608) dhclient debug output -- 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=555095 http://bugzilla.novell.com/show_bug.cgi?id=555095#c10 --- Comment #10 from Arjen de Korte <suse+build@de-korte.org> 2009-12-08 18:49:08 UTC --- I'm seeing the same behavior as mentioned before (dhclient fails to set default route, dhcpcd does). Requested files attached in previous reply. -- 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=555095 http://bugzilla.novell.com/show_bug.cgi?id=555095#c11 Arjen de Korte <suse+build@de-korte.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #331608|0 |1 is obsolete| | --- Comment #11 from Arjen de Korte <suse+build@de-korte.org> 2009-12-09 20:26:07 UTC --- Created an attachment (id=331830) --> (http://bugzilla.novell.com/attachment.cgi?id=331830) Change path to if-${interface} files Well, that was a lot easier to fix than I expected. It seems that the script is looking for some files in the wrong location. The 'if-${interface}' files that previously lived in /dev/shm/sysconfig/ before are now located in /dev/.sysconfig/network/ The attached patch updates these paths in /sbin/dhclient-script. After that, the default route is set correctly again. -- 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=555095 http://bugzilla.novell.com/show_bug.cgi?id=555095#c12 --- Comment #12 from Robert Davies <rob.opensuse.linux@googlemail.com> 2009-12-10 09:43:33 UTC --- That patch fixes things for me to :) Nice work Arjen, thank you! -- 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=555095 http://bugzilla.novell.com/show_bug.cgi?id=555095#c13 --- Comment #13 from Marius Tomaschewski <mt@novell.com> 2009-12-10 12:35:07 UTC --- (In reply to comment #11)
Created an attachment (id=331830) --> (http://bugzilla.novell.com/attachment.cgi?id=331830) [details] Change path to if-${interface} files
Well, that was a lot easier to fix than I expected. It seems that the script is looking for some files in the wrong location. The 'if-${interface}' files that previously lived in
/dev/shm/sysconfig/
before are now located in
/dev/.sysconfig/network/
The attached patch updates these paths in /sbin/dhclient-script. After that, the default route is set correctly again.
Ups... Mea culpa. Thanks! It looks I didn't adopted it or made a merge mistake for a self-introduced change in sysconfig and didn't noticed it all the time :-( -- 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=555095 http://bugzilla.novell.com/show_bug.cgi?id=555095#c14 Marius Tomaschewski <mt@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO Info Provider| |maintenance@opensuse.org --- Comment #14 from Marius Tomaschewski <mt@novell.com> 2009-12-10 12:37:52 UTC --- Can I get a swamp id for this embarrassing bug? -- 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=555095 http://bugzilla.novell.com/show_bug.cgi?id=555095#c15 Marcus Meissner <meissner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |meissner@novell.com --- Comment #15 from Marcus Meissner <meissner@novell.com> 2009-12-10 13:03:24 UTC --- i think we should do an updsate +1 -- 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=555095 http://bugzilla.novell.com/show_bug.cgi?id=555095#c16 --- Comment #16 from Robert Davies <rob.opensuse.linux@googlemail.com> 2009-12-10 13:14:42 UTC --- (In reply to comment #13)
It looks I didn't adopted it or made a merge mistake for a self-introduced change in sysconfig and didn't noticed it all the time :-(
Perhaps the use of hard coded pathnames in many of the SuSE Linux scripts (not just Marius's but the general style used in most places) is the real problem. In related scripts if you set variables you can define them in one place, with a sourced file. Can save a lot of grepping around, and trivial patching with sed(1). Basically an internally used version of what sysconfig scripts do for user configurable variables. -- 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=555095 http://bugzilla.novell.com/show_bug.cgi?id=555095#c17 Christian Dengler <cdengler@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cdengler@novell.com --- Comment #17 from Christian Dengler <cdengler@novell.com> 2009-12-10 13:22:25 UTC --- +1 -- 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=555095 http://bugzilla.novell.com/show_bug.cgi?id=555095#c18 Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard| |maint:running:29592 --- Comment #18 from Swamp Workflow Management <swamp@suse.com> 2009-12-14 14:11:31 UTC --- The SWAMPID for this issue is 29592. Please submit the patch and patchinfo file using this ID. (https://swamp.suse.de/webswamp/wf/29592) -- 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=555095 http://bugzilla.novell.com/show_bug.cgi?id=555095#c19 Christian Dengler <cdengler@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Info Provider|maintenance@opensuse.org | --- Comment #19 from Christian Dengler <cdengler@novell.com> 2009-12-14 14:11:50 UTC --- update process started -- 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=555095 http://bugzilla.novell.com/show_bug.cgi?id=555095#c20 --- Comment #20 from Marius Tomaschewski <mt@novell.com> 2009-12-14 15:59:03 UTC --- Created an attachment (id=332455) --> (http://bugzilla.novell.com/attachment.cgi?id=332455) Proposed patch using variables for sysconfig paths -- 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=555095 http://bugzilla.novell.com/show_bug.cgi?id=555095#c21 --- Comment #21 from Marius Tomaschewski <mt@novell.com> 2009-12-14 16:03:46 UTC --- The version using variables goes to factory, 11.2 will get the minimal one. When I should do it differently, please let me know. I'm going to review another reports and will submit the package now... -- 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=555095 http://bugzilla.novell.com/show_bug.cgi?id=555095#c22 --- Comment #22 from Marius Tomaschewski <mt@novell.com> 2009-12-14 16:04:14 UTC --- s/now/then/... -- 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=555095 http://bugzilla.novell.com/show_bug.cgi?id=555095#c24 Marius Tomaschewski <mt@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #24 from Marius Tomaschewski <mt@novell.com> 2009-12-16 14:49:20 UTC --- (In reply to comment #18)
The SWAMPID for this issue is 29592. Please submit the patch and patchinfo file using this ID. (https://swamp.suse.de/webswamp/wf/29592)
Submitted patchingo and fixed package to - openSUSE:11.2:Update:Test, request id 26817 and together with update to dhcp-3.1.3 also to - openSUSE:Factory, request id 26816 -- 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=555095 http://bugzilla.novell.com/show_bug.cgi?id=555095#c26 Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:running:29592 |maint:running:29592 | |maint:released:11.2:29651 --- Comment #26 from Swamp Workflow Management <swamp@suse.com> 2010-01-04 10:45:57 UTC --- Update released for: dhcp, dhcp-client, dhcp-client-debuginfo, dhcp-debuginfo, dhcp-debugsource, dhcp-devel, dhcp-relay, dhcp-relay-debuginfo, dhcp-server, dhcp-server-debuginfo Products: openSUSE 11.2 (debug, i586, x86_64) -- 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=555095 http://bugzilla.novell.com/show_bug.cgi?id=555095#c Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:running:29592 |. |maint:released:11.2:29651 | -- 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=555095 http://bugzilla.novell.com/show_bug.cgi?id=555095#c27 --- Comment #27 from Bernhard Wiedemann <bwiedemann@suse.com> --- This is an autogenerated message for OBS integration: This bug (555095) was mentioned in https://build.opensuse.org/request/show/26817 11.2:Test / dhcp -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com