LINUX.ORG.RU
Ответ на: комментарий от kostik87

Так а что, там ничего нет. Я читал, если что '''

How to turn debug print on

Each layer /sys/class/ksmbd-control/debug

Enable all component prints

    # sudo ksmbd.control -d “all”

Enable one of the components (smb, auth, vfs, oplock, ipc, conn, rdma)

    # sudo ksmbd.control -d “smb”

Show what prints are enabled.

    # cat /sys/class/ksmbd-control/debug

        [smb] auth vfs oplock ipc conn [rdma]

Disable prints:

    If you try the selected component once more, It is disabled without brackets.
bryak ★★★★
() автор топика