Ksmbd-server x86 test

I have some problem with the ksmbd-server package for replacing samba4

cat /etc/openwrt_release 
DISTRIB_ID='OpenWrt'
DISTRIB_RELEASE='21.02.3'
DISTRIB_REVISION='r16554-1d4dea6d4f'
DISTRIB_TARGET='x86/64'
DISTRIB_ARCH='x86_64'
DISTRIB_DESCRIPTION='OpenWrt 21.02.3 r16554-1d4dea6d4f'
DISTRIB_TAINTS=''
opkg list-installed | grep smb
kmod-fs-ksmbd - 5.4.188+3.4.4-1
ksmbd-server - 3.4.2-2
luci-app-ksmbd - git-21.295.66827-c592d0a

the service appears to be running but no open ports appear

/etc/init.d/ksmbd status
running
netstat -atnupw | grep smb
output null

any ideas on how to fix?

Related Ksmbd (Samba3/4 alternative, ex cifsd/smbd) package support thread - #249 by otnert ?

how do i know when they have fixed the bug

Check if the package is update:able.

If not, try the RC5 of the next release.

1 Like

ksmbd is a linux kernel server.
The kernel itself is listening, so you will most likely see a dash "-" instead of PID/Program name.
Use the port (445) as search pattern, not "smb".

3 Likes

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.