SMB share issue only on ATV2 running nightly
#16
Quote:Log Name: System
Source: srv
Date: 12/13/2011 12:06:26 AM
Event ID: 2017
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: UrLocalMedia
Description:
The server was unable to allocate from the system nonpaged pool because the server reached the configured limit for nonpaged pool allocations.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="srv" />
<EventID Qualifiers="49152">2017</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2011-12-13T06:06:26.210128700Z" />
<EventRecordID>14127</EventRecordID>
<Channel>System</Channel>
<Computer>UrLocalMedia</Computer>
<Security />
</System>
<EventData>
<Data>\Device\LanmanServer</Data>
<Binary>0000040001002C0000000000E10700C0000000009A0000C00000000000000000000000000000000002000000</Binary>
</EventData>
</Event>

Here is the fix I tried and it immediatly started working.
Someone might consider making this known because the issue can apparently affect any system using a Windows 7 computer as a smb host.

http://alan.lamielle.net/2009/09/03/wind...error-2017
Reply
#17
Nice one,

I'll have a look to roll this into a wiki entry
Thanks
Reply
#18
urlocalguru Wrote:Here is the fix I tried and it immediatly started working.
Someone might consider making this known because the issue can apparently affect any system using a Windows 7 computer as a smb host.

http://alan.lamielle.net/2009/09/03/wind...error-2017

In short:

Set the following registry key to ’1′:

HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\LargeSystemCache

and set the following registry key to ’3′:

HKLM\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters\Size

After making these changes please reboot
Reply
#19
Added to the wiki
Reply
#20
yay I contributed. Wink
Reply
#21
Smile 
Jester Wrote:In short:

Set the following registry key to ’1′:

HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\LargeSystemCache

and set the following registry key to ’3′:

HKLM\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters\Size

After making these changes please reboot

This problem has been bugging me the past two weeks. Prior to that I had no problem streaming to ATV2/XBMC from a Windows 7 machine. Suddenly any attempt to access my shares would timeout with SMB error 60.

I made this adjustment and rebooted my WIN7 machine, and Voila!
Thanks to both Jester and urlocalguru!
Reply
#22
kingdomservant Wrote:This problem has been bugging me the past two weeks. Prior to that I had no problem streaming to ATV2/XBMC from a Windows 7 machine. Suddenly any attempt to access my shares would timeout with SMB error 60.

I made this adjustment and rebooted my WIN7 machine, and Voila!
Thanks to both Jester and urlocalguru!

I'm new to all this, can you guys walk me thru on how to change the registry keys, I have no idea how.
Reply
#23
Press on start
Type regedit then enter
HKLM is an acronym.
Reply
#24
@maans88

1) Open Notepad.
2) Cut and Paste the following into Notepad:
—————————————
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\LanmanServer\Parameters]
“Size”=dword:00000003

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
“LargeSystemCache”=dword:00000001
—————————————
3) Save as smbfix.reg (the .reg is important) to your Desktop
4) Exit Notepad
5) Double click on smbfix.reg, answer Yes to any questions.
6) Reboot Windows.

You are done.


Reply

Logout Mark Read Team Forum Stats Members Help
SMB share issue only on ATV2 running nightly0