Summary: | Control Center -> Internet & Network -> Samba -> Crash | ||
---|---|---|---|
Product: | [Unmaintained] kcontrol | Reporter: | Kim-Einar Larsen <fwskim> |
Component: | kcmsamba | Assignee: | Jan Schaefer <j_schaef> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | ayuvzh, cbaptista, lolo56, stefwinter, tool_aenima1, vladimir.ionescu |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | RedHat Enterprise Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Kim-Einar Larsen
2005-02-14 16:53:28 UTC
Could you post the contents of your smb.conf file? *** Bug 129905 has been marked as a duplicate of this bug. *** *** Bug 105202 has been marked as a duplicate of this bug. *** *** Bug 132867 has been marked as a duplicate of this bug. *** *** Bug 132867 has been marked as a duplicate of this bug. *** *** Bug 132324 has been marked as a duplicate of this bug. *** Without a sample smb.conf file to reproduce this bug, I cannot confirm whether this bug is still valid or not. I close it now. If it should reappear in KDE 4.1 or later, please reopen it and give the corresponding smb.conf file, which causes the crash. I can confirm this bug in Gentoo with Konqueror 3.5.9. Furthermore, the bug seems to occur when smb.conf misses the global section. For example with smb.conf like this the bug occurs: [Media] comment = Media path = /home/vlad/media browseable = yes read only = yes guest ok = yes Adding a global section causes the problem to go away: [global] workgroup = HOME server string = Samba Server %v log file = /var/log/samba/log.%m max log size = 50 [Media] comment = Media path = /home/vlad/media browseable = yes read only = yes guest ok = yes Ok. Thank you for this hint with the missing global section. I then reopen the bug. SVN commit 949087 by schafer: Fixed bug that causes a crash if the GLOBAL section is missing in the smb.conf file BUG: 99376 M +6 -2 sambashare.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=949087 SVN commit 949088 by schafer: Fixed bug that causes a crash if the GLOBAL section is missing in the smb.conf file BUG: 99376 M +6 -2 sambashare.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=949088 *** Bug 180392 has been marked as a duplicate of this bug. *** |