https://bugs.kde.org/show_bug.cgi?id=446923
--- Comment #11 from Mike Lothian <m...@fireburn.co.uk> --- It was pointed out by @fvogt on IRC kde-fm that it's running "net usershare info" this is what's being slow Running this locally gives net usershare info net usershare: usershares are currently disabled Running gdb it appears to be: 0x00007ffff6a0d0f8 in ppoll () from /lib64/libc.so.6 (gdb) bt #0 0x00007ffff6a0d0f8 in ppoll () from /lib64/libc.so.6 #1 0x00007ffff33f0817 in ?? () from /usr/lib64/libnss_resolve.so.2 #2 0x00007ffff33eda2c in ?? () from /usr/lib64/libnss_resolve.so.2 #3 0x00007ffff33e344b in _nss_resolve_gethostbyname4_r () from /usr/lib64/libnss_resolve.so.2 #4 0x00007ffff6a00d9d in ?? () from /lib64/libc.so.6 #5 0x00007ffff6a018c4 in getaddrinfo () from /lib64/libc.so.6 #6 0x00007ffff7b52268 in interpret_string_addr_internal () from /usr/lib64/libsamba-util.so.0 #7 0x00007ffff7b5267b in interpret_string_addr () from /usr/lib64/libsamba-util.so.0 #8 0x00007ffff7545f45 in ?? () from /usr/lib64/libsmbconf.so.0 #9 0x00007ffff754e2cd in load_interfaces () from /usr/lib64/libsmbconf.so.0 #10 0x000055555557c468 in ?? () #11 0x00007ffff7aacd66 in ?? () from /usr/lib64/samba/libcmdline-samba4.so #12 0x00007ffff6bfc748 in ?? () from /usr/lib64/libpopt.so.0 #13 0x00007ffff6bfc784 in ?? () from /usr/lib64/libpopt.so.0 #14 0x00007ffff6c0238f in poptGetNextOpt () from /usr/lib64/libpopt.so.0 #15 0x0000555555578118 in main () So it looks like this could be a systemd issue -- You are receiving this mail because: You are watching all bug changes.