<?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 Re: Samba errors in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/samba-errors/m-p/3685956#M555089</link>
    <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;Need to mention...&lt;BR /&gt;&lt;BR /&gt;After adding/changing the parameter in the smb.conf file , you need to re start the samba using&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/samba stop&lt;BR /&gt;# /sbin/init.d/samba start&lt;BR /&gt;</description>
    <pubDate>Tue, 06 Dec 2005 15:14:53 GMT</pubDate>
    <dc:creator>Sameer_Nirmal</dc:creator>
    <dc:date>2005-12-06T15:14:53Z</dc:date>
    <item>
      <title>Samba errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/samba-errors/m-p/3685950#M555083</link>
      <description>I am getting the following error, over and over again. &lt;BR /&gt;&lt;BR /&gt;tail -f /usr/local/samba/var/logs/machine_name.log&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;  write_socket_data: write failure. Error = Broken pipe&lt;BR /&gt;[2005/12/02 08:51:42, 0] lib/util_sock.c:(499)&lt;BR /&gt;  write_socket_data: write failure. Error = Broken pipe&lt;BR /&gt;[2005/12/06 12:33:01, 0] lib/util_sock.c:(499)&lt;BR /&gt;  write_socket_data: write failure. Error = Broken pipe&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Dec 2005 13:54:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/samba-errors/m-p/3685950#M555083</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2005-12-06T13:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: Samba errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/samba-errors/m-p/3685951#M555084</link>
      <description>&lt;BR /&gt;P.S. Some accounts are having problems writing files, some work sometimes. What does this all mean? &lt;BR /&gt;&lt;BR /&gt;This is on HP-UX 11.0.</description>
      <pubDate>Tue, 06 Dec 2005 13:57:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/samba-errors/m-p/3685951#M555084</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2005-12-06T13:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: Samba errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/samba-errors/m-p/3685952#M555085</link>
      <description>Try stop/start samba...&lt;BR /&gt;&lt;BR /&gt;What version are you running?&lt;BR /&gt;&lt;BR /&gt;what /opt/samba/bin/smbd&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Tue, 06 Dec 2005 14:14:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/samba-errors/m-p/3685952#M555085</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-12-06T14:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: Samba errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/samba-errors/m-p/3685953#M555086</link>
      <description>&lt;BR /&gt;HP CIFS Server: Version: A.01.11.04  based on Samba version: 2.2.12</description>
      <pubDate>Tue, 06 Dec 2005 14:21:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/samba-errors/m-p/3685953#M555086</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2005-12-06T14:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: Samba errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/samba-errors/m-p/3685954#M555087</link>
      <description>I have had that before - it may just be a setting...&lt;BR /&gt;&lt;BR /&gt;In smb.conf, try:&lt;BR /&gt;&lt;BR /&gt;        keepalive = 0&lt;BR /&gt;        client schannel = No&lt;BR /&gt;&lt;BR /&gt;and if running wins:&lt;BR /&gt;&lt;BR /&gt;        winbind enum users = No&lt;BR /&gt;        winbind enum groups = No&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Tue, 06 Dec 2005 14:27:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/samba-errors/m-p/3685954#M555087</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-12-06T14:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: Samba errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/samba-errors/m-p/3685955#M555088</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;These errors are socket errors showing "write failure" occured while writing socket data at client side.&lt;BR /&gt;&lt;BR /&gt;I guess you have Windows 2K clients for which you are getting these errors. If these clients shutdown or reboots, such errors are logged in. &lt;BR /&gt;&lt;BR /&gt;You need to put a parameter&lt;BR /&gt; &lt;BR /&gt;keepalive = 0 in the /etc/opt/samba/smb.conf&lt;BR /&gt;&lt;BR /&gt;To get rid of those messages.</description>
      <pubDate>Tue, 06 Dec 2005 14:38:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/samba-errors/m-p/3685955#M555088</guid>
      <dc:creator>Sameer_Nirmal</dc:creator>
      <dc:date>2005-12-06T14:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Samba errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/samba-errors/m-p/3685956#M555089</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;Need to mention...&lt;BR /&gt;&lt;BR /&gt;After adding/changing the parameter in the smb.conf file , you need to re start the samba using&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/samba stop&lt;BR /&gt;# /sbin/init.d/samba start&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Dec 2005 15:14:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/samba-errors/m-p/3685956#M555089</guid>
      <dc:creator>Sameer_Nirmal</dc:creator>
      <dc:date>2005-12-06T15:14:53Z</dc:date>
    </item>
  </channel>
</rss>

