[dolphin] [Bug 483897] When browse to smb location using (\\nas) Dolphin crashes

Vojtěch Weiss bugzilla_noreply at kde.org
Wed Aug 7 19:37:58 BST 2024


https://bugs.kde.org/show_bug.cgi?id=483897

--- Comment #10 from Vojtěch Weiss <virnik at gmail.com> ---
(In reply to cwo from comment #9)
> *** Bug 491196 has been marked as a duplicate of this bug. ***

I believe that the problem comes from some forgotten library, which gets loaded
althought it shouldn't.
I tried fresh install in separate ZFS dataset, and it works there without an
issue. The same for my freshly installed son's gaming rig (he purchased
completely new HW with the same setup as I have). But, another system which was
upgraded recently the same way like my own was (from Ubuntu 23.10 to 24.04),
experiences identical issue, which leads me to assumption that the upgrade
process, or better some package post/pre-install script didn't do the cleanup
properly. But if this assumption is correct, how can I find out? How can I
pin-point the right file which was supposed to be removed and wasn't? I don't
think it is SMB config issue.

Can't comment on TraceyC's problem, but as both looks very similar, here is my
config:
[global]
        workgroup = home.lan
        server string = Family Desktop PC
        netbios name = Mainframe
        interfaces =  lo enp5s0 enp6s0 virbr0 wlx74da38e226e3
        hosts allow = 127. 10. 172. 10.43. 192.168.1. 192.168.254.
        hosts deny = 192.168.254.11
        remote announce = 10.43.16.63/HOME.LAN 10.43.16.127/HOME.LAN
10.43.16.159/HOME.LAN
        remote browse sync = 10.43.16.2
        client min protocol = SMB2_02
        client max protocol = SMB3
        server min protocol = SMB3
        server max protocol = SMB3
        msdfs root = no
;       ntlm auth = ntlmv2-only
;       client ntlmv2 auth = yes
        browsable = yes
        log file = /var/log/samba/%m.log
        max log size = 50
        security = user
        passdb backend = tdbsam
        obey pam restrictions = yes
        unix password sync = yes
        passwd program = /usr/bin/passwd %u
        passwd chat = *Enter\snew\s*\spassword:* %n\n
*Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
        pam password change = yes
        guest account = guest
        map to guest = Bad User
        case sensitive = yes
        hostname lookups = yes
        socket options = TCP_NODELAY
        domain master = no
        local master = no
        preferred master = no
        time server = no
        os level = 32
        wins support = yes
        dns proxy = yes
        load printers = no
        cups options = raw
        name resolve order = bcast wins lmhosts host
;       map archive = no
;       map hidden = no 
;       map read only = no
;       map system = no   
        store dos attributes = yes
        unix charset = utf8
        dos charset = cp1250
        invalid users = root
#============================ Share Definitions ==============================

[homes]
        comment = Home Directories
        browseable = no
        writable = yes
        valid users = %S
        guest ok = no
        create mask = 700
        directory mask = 700


[public]
        path = /home/guest/Public
        browsable = yes
        read only = no
        guest ok = yes
        force user = guest
        force group = users
        create mask = 770
        directory mask = 770

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the kfm-devel mailing list