• smbclient提示NT_STATUS_INSUFFICIENT_RESOURCES


    Rhel6中使用smbclient命令打开windows共享文件夹,出现:

    Linux Samba protocol negotiation failed: NT_STATUS_INSUFFICIENT_RESOURCES

    网上的解决方案如下:

    The issue is the LanmanServer service runs out of memory. We need to boost that up:

    On your Windows machine, fire up regedit (Start -> regedit) modify the following registry keys:
    HKLMSYSTEMCurrentControlSetControlSession ManagerMemory ManagementLargeSystemCache” from 0 to 1
    HKLMSYSTEMCurrentControlSetServicesLanmanServerParametersSize” from 1 to 3

    The problem seems to manifest itself more frequently if you use your Windows box as a file server or a media server. If you can, restart the Windows box. If for some reason you can’t (e.g. your significant other is watching a video on the tv streaming from your Windows box), then you can do effectively the same by restarting the following services:

    (Start -> cmd.exe) as administrator
    > net stop LanmanServer /y
    > net start LanmanServer
    > net start Browser
    > net start HomeGroupListener

  • 相关阅读:
    阅读笔记——增强学习3
    阅读笔记——增强学习2
    阅读笔记——增强学习1
    阅读笔记十六
    阅读笔记十五
    MVC实例应用模式
    MVC浅谈
    设计模式理解
    某系统质量属性设计实现详述
    《大型网站架构》浅读有感
  • 原文地址:https://www.cnblogs.com/xyd21c/p/5660748.html
Copyright © 2020-2023  润新知