<?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 Server Error- Not able to start in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/samba-server-error-not-able-to-start/m-p/3921205#M285979</link>
    <description>Hello HGH&lt;BR /&gt;&lt;BR /&gt;thanks for your reply  ,&lt;BR /&gt;&lt;BR /&gt;the port 137 is not used by any service &lt;BR /&gt;Help me out what is causing the problem &lt;BR /&gt;/opt/samba/bin-&amp;gt; lsof -i:137&lt;BR /&gt;/opt/samba/bin-&amp;gt; netstat -an |grep 137&lt;BR /&gt;tcp        0      0  *.13783                *.*                     LISTEN&lt;BR /&gt;tcp        0      0  *.13782                *.*                     LISTEN&lt;BR /&gt;tcp        0      0  *.13724                *.*                     LISTEN&lt;BR /&gt;tcp        0      0  *.13722                *.*                     LISTEN&lt;BR /&gt;udp        0      0  *.137                  *.*&lt;BR /&gt;/opt/samba/bin-&amp;gt; netstat -an |grep 139&lt;BR /&gt;tcp        0      0  130.29.154.44.139      *.*                     LISTEN&lt;BR /&gt;tcp        0      0  130.29.154.210.139     *.*                     LISTEN&lt;BR /&gt;tcp        0      0  130.29.157.70.139      *.*                     LISTEN&lt;BR /&gt;tcp        0      0  *.139                  *.*                     LISTEN&lt;BR /&gt;/opt/samba/bin-&amp;gt; cat /etc/services |grep netbi&lt;BR /&gt;netbios_ns   137/tcp                 # NetBIOS Name Service&lt;BR /&gt;netbios_ns   137/udp                 #&lt;BR /&gt;netbios_dgm  138/tcp                 # NetBIOS Datagram Service&lt;BR /&gt;netbios_dgm  138/udp                 #&lt;BR /&gt;netbios_ssn  139/tcp                 # NetBIOS Session Service&lt;BR /&gt;netbios_ssn  139/udp                 #&lt;BR /&gt;/opt/samba/bin-&amp;gt; cat /etc/inetd.conf |grep netbi&lt;BR /&gt;#netbios_ssn stream tcp nowait root /opt/samba/bin/smbd smbd&lt;BR /&gt;#netbios_ns dgram udp wait root /opt/samba/bin/nmbd nmbd&lt;BR /&gt;/opt/samba/bin-&amp;gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 05 Jan 2007 03:10:11 GMT</pubDate>
    <dc:creator>kumar.s</dc:creator>
    <dc:date>2007-01-05T03:10:11Z</dc:date>
    <item>
      <title>Samba Server Error- Not able to start</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/samba-server-error-not-able-to-start/m-p/3921203#M285977</link>
      <description>Hello All, &lt;BR /&gt;&lt;BR /&gt;We are facing a issue while starting samba service , &lt;BR /&gt; &lt;BR /&gt;while starting the service is saying not able to start samba and the nmbd server is not starting &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/opt/samba/bin-&amp;gt; ps -ef |grep samba&lt;BR /&gt;    root  7975  7928  1 23:07:09 ttyp0     0:00 grep samba&lt;BR /&gt;    root 22273     1  0 06:38:32 ?         0:00 /opt/samba/bin/smbd -D&lt;BR /&gt;/opt/samba/bin-&amp;gt; ps -ef |grep nmbd&lt;BR /&gt;    root  7977  7928  1 23:07:14 ttyp0     0:00 grep nmbd&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/opt/samba/bin-&amp;gt; ./stopsmb&lt;BR /&gt;Samba successfully shut down.&lt;BR /&gt;/opt/samba/bin-&amp;gt; ps -ef |grep samba&lt;BR /&gt;    root 10821  7928  0 23:16:57 ttyp0     0:00 grep samba&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/opt/samba/bin-&amp;gt; ./startsmb&lt;BR /&gt;Unable to start Samba!&lt;BR /&gt;For more information, refer to files log.smbd and log.nmbd in /var/opt/samba&lt;BR /&gt;error: No such file or directory on file log.nmbd&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;acomd1:/opt/samba/bin-&amp;gt; tail -f /var/opt/samba/log.nmbd&lt;BR /&gt;  Copyright Andrew Tridgell and the Samba Team 1994-2002&lt;BR /&gt;[2007/01/04 06:38:32, 0] lib/util_sock.c:(804)&lt;BR /&gt;  bind failed on port 137 socket_addr = 0.0.0.0.&lt;BR /&gt;  Error = Address already in use&lt;BR /&gt;[2007/01/04 23:07:42, 0] nmbd/nmbd.c:(795)&lt;BR /&gt;  Netbios nameserver version 2.2.12 based HP CIFS Server A.01.11.04 started.&lt;BR /&gt;  Copyright Andrew Tridgell and the Samba Team 1994-2002&lt;BR /&gt;[2007/01/04 23:07:42, 0] lib/util_sock.c:(804)&lt;BR /&gt;  bind failed on port 137 socket_addr = 0.0.0.0.&lt;BR /&gt;  Error = Address already in use&lt;BR /&gt;&lt;BR /&gt;/opt/samba/bin-&amp;gt;  tail -f /var/opt/samba/log.smbd&lt;BR /&gt;  Copyright Andrew Tridgell and the Samba Team 1992-2002&lt;BR /&gt;[2007/01/04 06:38:32, 0] smbd/server.c:(793)&lt;BR /&gt;  smbd version 2.2.12 based HP CIFS Server A.01.11.04 started.&lt;BR /&gt;  Copyright Andrew Tridgell and the Samba Team 1992-2002&lt;BR /&gt;[2007/01/04 23:07:42, 0] smbd/server.c:(793)&lt;BR /&gt;  smbd version 2.2.12 based HP CIFS Server A.01.11.04 started.&lt;BR /&gt;  Copyright Andrew Tridgell and the Samba Team 1992-2002&lt;BR /&gt;[2007/01/04 23:17:23, 0] smbd/server.c:(793)&lt;BR /&gt;  smbd version 2.2.12 based HP CIFS Server A.01.11.04 started.&lt;BR /&gt;  Copyright Andrew Tridgell and the Samba Team 1992-2002&lt;BR /&gt;/opt/samba/bin-&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Expecting your valuable suggestions on this pls &lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Kumar.S</description>
      <pubDate>Fri, 05 Jan 2007 01:26:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/samba-server-error-not-able-to-start/m-p/3921203#M285977</guid>
      <dc:creator>kumar.s</dc:creator>
      <dc:date>2007-01-05T01:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: Samba Server Error- Not able to start</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/samba-server-error-not-able-to-start/m-p/3921204#M285978</link>
      <description>Hello Kumar.S&lt;BR /&gt;&lt;BR /&gt;"bind failed on port 137 socket_addr = 0.0.0.0.&lt;BR /&gt;Error = Address already in use"&lt;BR /&gt;&lt;BR /&gt;Is there someting already bound to port 137?&lt;BR /&gt;&lt;BR /&gt;What is the output of&lt;BR /&gt;# lsof -i:137&lt;BR /&gt;&lt;BR /&gt;?&lt;BR /&gt;&lt;BR /&gt;lsof is to download e.g. from:&lt;BR /&gt;&lt;A href="http://hpux.asknet.de/hppd/hpux/Sysadmin/lsof-4.77/" target="_blank"&gt;http://hpux.asknet.de/hppd/hpux/Sysadmin/lsof-4.77/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;rgds&lt;BR /&gt;HGH</description>
      <pubDate>Fri, 05 Jan 2007 02:39:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/samba-server-error-not-able-to-start/m-p/3921204#M285978</guid>
      <dc:creator>Hemmetter</dc:creator>
      <dc:date>2007-01-05T02:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: Samba Server Error- Not able to start</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/samba-server-error-not-able-to-start/m-p/3921205#M285979</link>
      <description>Hello HGH&lt;BR /&gt;&lt;BR /&gt;thanks for your reply  ,&lt;BR /&gt;&lt;BR /&gt;the port 137 is not used by any service &lt;BR /&gt;Help me out what is causing the problem &lt;BR /&gt;/opt/samba/bin-&amp;gt; lsof -i:137&lt;BR /&gt;/opt/samba/bin-&amp;gt; netstat -an |grep 137&lt;BR /&gt;tcp        0      0  *.13783                *.*                     LISTEN&lt;BR /&gt;tcp        0      0  *.13782                *.*                     LISTEN&lt;BR /&gt;tcp        0      0  *.13724                *.*                     LISTEN&lt;BR /&gt;tcp        0      0  *.13722                *.*                     LISTEN&lt;BR /&gt;udp        0      0  *.137                  *.*&lt;BR /&gt;/opt/samba/bin-&amp;gt; netstat -an |grep 139&lt;BR /&gt;tcp        0      0  130.29.154.44.139      *.*                     LISTEN&lt;BR /&gt;tcp        0      0  130.29.154.210.139     *.*                     LISTEN&lt;BR /&gt;tcp        0      0  130.29.157.70.139      *.*                     LISTEN&lt;BR /&gt;tcp        0      0  *.139                  *.*                     LISTEN&lt;BR /&gt;/opt/samba/bin-&amp;gt; cat /etc/services |grep netbi&lt;BR /&gt;netbios_ns   137/tcp                 # NetBIOS Name Service&lt;BR /&gt;netbios_ns   137/udp                 #&lt;BR /&gt;netbios_dgm  138/tcp                 # NetBIOS Datagram Service&lt;BR /&gt;netbios_dgm  138/udp                 #&lt;BR /&gt;netbios_ssn  139/tcp                 # NetBIOS Session Service&lt;BR /&gt;netbios_ssn  139/udp                 #&lt;BR /&gt;/opt/samba/bin-&amp;gt; cat /etc/inetd.conf |grep netbi&lt;BR /&gt;#netbios_ssn stream tcp nowait root /opt/samba/bin/smbd smbd&lt;BR /&gt;#netbios_ns dgram udp wait root /opt/samba/bin/nmbd nmbd&lt;BR /&gt;/opt/samba/bin-&amp;gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Jan 2007 03:10:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/samba-server-error-not-able-to-start/m-p/3921205#M285979</guid>
      <dc:creator>kumar.s</dc:creator>
      <dc:date>2007-01-05T03:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: Samba Server Error- Not able to start</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/samba-server-error-not-able-to-start/m-p/3921206#M285980</link>
      <description>Hi Kumar&lt;BR /&gt;&lt;BR /&gt;in your "netstat -an" output is the line:&lt;BR /&gt;&lt;BR /&gt;udp 0 0 *.137 *.*&lt;BR /&gt;tcp 0 0 *.139 *.* LISTEN&lt;BR /&gt;&lt;BR /&gt;That tells me there are some processes bound to that ports. What additional software is installed on your system?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Can you do again a &lt;BR /&gt;# lsof -i:137,138,139,445&lt;BR /&gt;&lt;BR /&gt;Whats the version of lsof you use?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;rgds&lt;BR /&gt;HGH&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Jan 2007 03:36:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/samba-server-error-not-able-to-start/m-p/3921206#M285980</guid>
      <dc:creator>Hemmetter</dc:creator>
      <dc:date>2007-01-05T03:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: Samba Server Error- Not able to start</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/samba-server-error-not-able-to-start/m-p/3921207#M285981</link>
      <description>This line is in your output:&lt;BR /&gt;&lt;BR /&gt;udp 0 0 *.137 *.*&lt;BR /&gt;&lt;BR /&gt;I'm pretty sure that means the daemon is registered.. since it's udp, I would suspect it is indeed an nmbd daemon.&lt;BR /&gt;&lt;BR /&gt;Were these lines in your inetd.conf already commented out, or did you do that recently ? In case of the latter, did you reload inetd ?&lt;BR /&gt;&lt;BR /&gt;While you can see the above line from netstat, is there -no- nmbd process ??</description>
      <pubDate>Fri, 05 Jan 2007 03:48:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/samba-server-error-not-able-to-start/m-p/3921207#M285981</guid>
      <dc:creator>Wouter Jagers</dc:creator>
      <dc:date>2007-01-05T03:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: Samba Server Error- Not able to start</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/samba-server-error-not-able-to-start/m-p/3921208#M285982</link>
      <description>Hello HGH &lt;BR /&gt;&lt;BR /&gt;# lsof -i:137,138,139,445&lt;BR /&gt;COMMAND    PID USER   FD   TYPE     DEVICE SIZE/OFF NODE NAME&lt;BR /&gt;NBdaemon  2323 root    2u  inet    72,0x72      0t0  TCP Server1:netbios_ssn(LISTEN)&lt;BR /&gt;NBdaemon  2323 root    4u  inet    72,0x72      0t0  TCP Server2:netbios_ssn (LISTEN)&lt;BR /&gt;NBdaemon  2323 root    8u  inet    72,0x72      0t0  TCP server3:netbios_ssn (LISTEN)&lt;BR /&gt;smbd     12153 root   30u  inet 0x6dd40268      0t0  TCP *:netbios_ssn (LISTEN)&lt;BR /&gt;&lt;BR /&gt;version of the LSOF is &lt;BR /&gt;&lt;BR /&gt;Lsof revision 4.66 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Wouter, &lt;BR /&gt;&lt;BR /&gt;These Lines in the inetd were already commented out , I tried uncommenting them , &lt;BR /&gt;&lt;BR /&gt;I also did a inetd -c &amp;amp; Kill -HUP &lt;INEDPID&gt; , It dint work . &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Help me out to fix samba &amp;amp; nmbd service &lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Kumar&lt;/INEDPID&gt;</description>
      <pubDate>Fri, 05 Jan 2007 23:55:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/samba-server-error-not-able-to-start/m-p/3921208#M285982</guid>
      <dc:creator>kumar.s</dc:creator>
      <dc:date>2007-01-05T23:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: Samba Server Error- Not able to start</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/samba-server-error-not-able-to-start/m-p/3921209#M285983</link>
      <description>Hi Kumar,&lt;BR /&gt;&lt;BR /&gt;can you do a&lt;BR /&gt;# swlist -l files |grep NBdaemon&lt;BR /&gt;and look to what Software this NBdaemon belongs? &lt;BR /&gt;&lt;BR /&gt;You may have already installed a software providing CIFS services.&lt;BR /&gt;&lt;BR /&gt;A googlesearch for "NBdaemon" pointed to "samba for mpe/ix" ?&lt;BR /&gt;&lt;BR /&gt;rgds&lt;BR /&gt;HGH&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 06 Jan 2007 08:52:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/samba-server-error-not-able-to-start/m-p/3921209#M285983</guid>
      <dc:creator>Hemmetter</dc:creator>
      <dc:date>2007-01-06T08:52:49Z</dc:date>
    </item>
  </channel>
</rss>

