[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Massenhaft NT_STATUS_LOGON_FAILURE im syslog



https://wiki.samba.org/index.php/LinuxCIFS_troubleshooting

hier besonders:
   To enable debugging,
   echo a non-zero value into /proc/fs/cifs/cifsFYI.
   For example:
   # modprobe cifs
   # echo 7 > /proc/fs/cifs/cifsFYI

   To disable it:
   # echo 0 > /proc/fs/cifs/cifsFYI

  These messages end up in the kernel ring buffer. You can view them
using dmesg.


Am 13. Februar 2017 um 15:34 schrieb Matthias Böttcher
<matthias.boettcher@gmail.com>:
> Am 13. Februar 2017 um 14:33 schrieb Andreas Tille <andreas@an3as.eu>:
>
>> Wie kann ich herausfinden, welche CIFS-Freigabe da nicht funktioniert,
>> sprich, an welcher Stelle ich was ändern muß?
>
> Hallo Andreas,
> einen stringenten Weg dafür kenne ich nicht. Hilfreich könnte sein:
>
>    cat /proc/mounts  | grep " cifs "
>
>    cat /proc/fs/cifs/DebugData
>
>> In dem Zusammenhang:  Muß ich mich wundern, daß so viele cifsd laufen:
>
> Für jeden Remote-Host, auf dem eine CIFS-Freigabe angesprochen wird,
> läuft ein cifsd.
>
> Gruß
> Matthias Böttcher


Reply to: