<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Heavy NetBios traffic in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/heavy-netbios-traffic/m-p/90390#M61543</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; I installed Alfresco community 2.1R version on linux and configured to work with CIFS. However, When I turn on the debug, I am finding heavy NetBios traffic, something like, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;15:42:21,210 DEBUG [smb.protocol.netbios] %% Query name=JCAIA, type=FileServer, len=10&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;15:42:21,210 DEBUG [smb.protocol.netbios] NetBIOS Name - VENKAT_A, len=8,type=FileServer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;15:42:21,210 DEBUG [smb.protocol.netbios] NetBIOS Name - VENKAT_A, len=8,type=WorkStation&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;15:42:21,210 DEBUG [smb.protocol.netbios] NetBIOS Name - MYDOMAIN, len=7,type=WorkStation&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;15:42:21,210 DEBUG [smb.protocol.netbios] %% Failed to find match for name JCAIA&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;15:42:21,959 DEBUG [smb.protocol.netbios] %% Query name=JCAIA, type=FileServer, len=10&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;15:42:21,959 DEBUG [smb.protocol.netbios] NetBIOS Name - VENKAT_A, len=8,type=FileServer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;15:42:21,959 DEBUG [smb.protocol.netbios] NetBIOS Name - VENKAT_A, len=8,type=WorkStation&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;15:42:21,959 DEBUG [smb.protocol.netbios] NetBIOS Name - MYDOMAIN, len=7,type=WorkStation&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;15:42:21,959 DEBUG [smb.protocol.netbios] %% Failed to find match for name JCAIA&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;15:42:22,709 DEBUG [smb.protocol.netbios] %% Query name=TOM, type=FileServer, len=10&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;15:42:22,709 DEBUG [smb.protocol.netbios] NetBIOS Name - VENKAT_A, len=8,type=FileServer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;15:42:22,709 DEBUG [smb.protocol.netbios] NetBIOS Name - VENKAT_A, len=8,type=WorkStation&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;15:42:22,709 DEBUG [smb.protocol.netbios] NetBIOS Name - MYDOMAIN, len=7,type=WorkStation&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;15:42:22,709 DEBUG [smb.protocol.netbios] %% Failed to find match for name TOM&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is that because of the netbios nameserver not maintaing local table mappings …. Is there a way to stop those messages (Not turning off the debug) ….&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Venkat&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Aug 2007 18:44:18 GMT</pubDate>
    <dc:creator>venkat</dc:creator>
    <dc:date>2007-08-01T18:44:18Z</dc:date>
    <item>
      <title>Heavy NetBios traffic</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/heavy-netbios-traffic/m-p/90390#M61543</link>
      <description>Hi all,&amp;nbsp;&amp;nbsp; I installed Alfresco community 2.1R version on linux and configured to work with CIFS. However, When I turn on the debug, I am finding heavy NetBios traffic, something like, 15:42:21,210 DEBUG [smb.protocol.netbios] %% Query name=JCAIA, type=FileServer, len=1015:42:21,210 DEBUG [smb.protoc</description>
      <pubDate>Wed, 01 Aug 2007 18:44:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/heavy-netbios-traffic/m-p/90390#M61543</guid>
      <dc:creator>venkat</dc:creator>
      <dc:date>2007-08-01T18:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: Heavy NetBios traffic</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/heavy-netbios-traffic/m-p/90391#M61544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The messages are the NetBIOS name server component logging the received name lookup requests that are being sent out by clients on your network.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you add the following to the log4j.properties file it should switch the messages off :-&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; log4j.logger.org.alfresco.smb.protocol.netbios=info&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Gary&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 12:04:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/heavy-netbios-traffic/m-p/90391#M61544</guid>
      <dc:creator>gary_spencer</dc:creator>
      <dc:date>2007-08-07T12:04:13Z</dc:date>
    </item>
  </channel>
</rss>

