[Bug 837958] New: network startup fails without samba-winbind
https://bugzilla.novell.com/show_bug.cgi?id=837958 https://bugzilla.novell.com/show_bug.cgi?id=837958#c0 Summary: network startup fails without samba-winbind Classification: openSUSE Product: openSUSE 12.3 Version: Final Platform: x86-64 OS/Version: openSUSE 12.3 Status: NEW Severity: Major Priority: P5 - None Component: Network AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: admin@ifyouwantblood.de QAContact: qa-bugs@suse.de Found By: --- Blocker: --- i have a resetted linksys wrt54gs with a freshly flashed DD-WRT v24-sp2. its wireless works flawlessly. however with openSuse 12.3 i am unable to (re)start network, it just fails. with dhclient i can get an ip address (with Failed to issue method call: Unit winbind.service failed to load) but then route add fails with "SIOCADDRT: Network is unreachable". so i am stuck without network until i install samba-winbind. different router - a dlink - with same DD-WRT v24-sp2 is fine. i am using tumbleweed with e17. all messages combined: http://www.susepaste.org/42650798 -- 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=837958 https://bugzilla.novell.com/show_bug.cgi?id=837958#c Ye Yuan <yyuan@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |yyuan@suse.com AssignedTo|bnc-team-screening@forge.pr |mt@suse.com |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=837958 https://bugzilla.novell.com/show_bug.cgi?id=837958#c1 Marius Tomaschewski <mt@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #1 from Marius Tomaschewski <mt@suse.com> 2013-09-03 12:30:33 UTC --- There seems to be a bug in the dhclient-script while reloading syslog. Please set DHCLIENT_MODIFY_SMB_CONF=no in /etc/sysconfig/network/dhcp; does it help? This are some hooks installed by samba-client which confuse systemd, that may kill the network again (while start is still running). -- 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=837958 https://bugzilla.novell.com/show_bug.cgi?id=837958#c Alberto Planas Dominguez <aplanas@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard| | SILVER -- 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=837958 https://bugzilla.novell.com/show_bug.cgi?id=837958#c2 Marius Tomaschewski <mt@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |NORESPONSE --- Comment #2 from Marius Tomaschewski <mt@suse.com> 2013-09-27 16:14:56 UTC --- see comment #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=837958 https://bugzilla.novell.com/show_bug.cgi?id=837958#c3 --- Comment #3 from Sebastian K <admin@ifyouwantblood.de> 2013-10-05 18:12:28 UTC --- i deleted samba-windbind again, even tried with a different router. i am unable to reproduce, but that might be because samba-winbind IIRC also installed some dependencies. i'll try with a fresh 12.3 in the next few days and also with the same router(s) (which i borrowed to a friend) again. is there any way to be more helpful with debugging this? i'm thinking of a wireshark capture, would that help? -- 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=837958 https://bugzilla.novell.com/show_bug.cgi?id=837958#c4 Sebastian K <admin@ifyouwantblood.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|NORESPONSE | --- Comment #4 from Sebastian K <admin@ifyouwantblood.de> 2013-10-12 19:27:49 UTC --- setting DHCLIENT_MODIFY_SMB_CONF=no works and i can confirm this behaviour for plain 12.3 and Tumbleweed. -- 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=837958 https://bugzilla.novell.com/show_bug.cgi?id=837958#c5 Marius Tomaschewski <mt@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEEDINFO InfoProvider| |admin@ifyouwantblood.de --- Comment #5 from Marius Tomaschewski <mt@suse.com> 2013-10-14 20:38:31 UTC --- (In reply to comment #3)
is there any way to be more helpful with debugging this? i'm thinking of a wireshark capture, would that help?
No, a wireshark capture will not help. It is a samba-client + systemd issue. (In reply to comment #4)
setting DHCLIENT_MODIFY_SMB_CONF=no works and i can confirm this behaviour for plain 12.3 and Tumbleweed.
The samba-packages are installing some hook scripts: /etc/sysconfig/network/if-down.d/21-dhcpcd-hook-samba /etc/sysconfig/network/if-up.d/21-dhcpcd-hook-samba /etc/sysconfig/network/scripts/dhcpcd-hook-samba /etc/sysconfig/network/scripts/dhcpcd-hook-samba-functions which are started on "ifup" and check if dhcp provided netbios-dd-server and/or netbios-name-servers options, which they put into the samba configs and restart/reload the samba daemons using "systemctl" commands then. The problem is, that the systemctl calls are against systemd dependencies [samba daemons need network] and run into a systemd lock / get blocked by systemd so ifup does not continue / finish. This were fixed in samba-client, but it seems to be back again: * Mo Jan 30 2012 fcrozat@suse.com - Fixes various deadlocks in if-up.d / if-down.d when running under systemd; (bnc#732395). perhaps readded by this change: * Mo Okt 29 2012 lmuelle@suse.com - Add support for reloading systemd services; (bso#9280). or the original fix is not sufficient and the calls still block. The ifup postprocessing does not continue, rcnetwork reaches a timeout. And this finally causes that systemd stops the [running] network again. The only way to resolve here is to ignore the interface start failure and continue in rcnetwork. After rcnetwork started, the systemd lock should be released (and the ifup continues). Can you install the package that you can find here: http://download.opensuse.org/repositories/home:/mtomaschewski:/branches:/ope... and test if this change helps? -- 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=837958 https://bugzilla.novell.com/show_bug.cgi?id=837958#c6 --- Comment #6 from Sebastian K <admin@ifyouwantblood.de> 2013-10-15 19:47:02 UTC ---
Can you install the package that you can find here:
http://download.opensuse.org/repositories/home:/mtomaschewski:/branches:/ope...
and test if this change helps?
which one? one of the strongswan packages or sysconfig-0.80.5-1.11.1.x86_64.rpm? -- 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=837958 https://bugzilla.novell.com/show_bug.cgi?id=837958#c7 --- Comment #7 from Marius Tomaschewski <mt@suse.com> 2013-10-16 11:28:22 UTC --- Only sysconfig-0.80.5-1.11.1.x86_64.rpm 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.
participants (1)
-
bugzilla_noreply@novell.com