<?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 ypclient startup fail when booting in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ypclient-startup-fail-when-booting/m-p/3261331#M11716</link>
    <description>Dear all:&lt;BR /&gt;I have a xw4100 with RH7.3 installed. &lt;BR /&gt;ypclient start up fail when booting ,but after system is ready, I can start it up (# ypbind) manually and works fine.&lt;BR /&gt;Any suggestion?&lt;BR /&gt;&lt;BR /&gt;thanks</description>
    <pubDate>Wed, 28 Apr 2004 04:53:09 GMT</pubDate>
    <dc:creator>Kinmax</dc:creator>
    <dc:date>2004-04-28T04:53:09Z</dc:date>
    <item>
      <title>ypclient startup fail when booting</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ypclient-startup-fail-when-booting/m-p/3261331#M11716</link>
      <description>Dear all:&lt;BR /&gt;I have a xw4100 with RH7.3 installed. &lt;BR /&gt;ypclient start up fail when booting ,but after system is ready, I can start it up (# ypbind) manually and works fine.&lt;BR /&gt;Any suggestion?&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Wed, 28 Apr 2004 04:53:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ypclient-startup-fail-when-booting/m-p/3261331#M11716</guid>
      <dc:creator>Kinmax</dc:creator>
      <dc:date>2004-04-28T04:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: ypclient startup fail when booting</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ypclient-startup-fail-when-booting/m-p/3261332#M11717</link>
      <description>It probably needs a particular service to startup before it.&lt;BR /&gt;Find the ypclient script in /etc/rc3.d/&lt;BR /&gt;&lt;BR /&gt;and rename it to a bigger number.&lt;BR /&gt;For example from S68scriptname&lt;BR /&gt;to S90scriptname.</description>
      <pubDate>Wed, 28 Apr 2004 05:05:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ypclient-startup-fail-when-booting/m-p/3261332#M11717</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2004-04-28T05:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: ypclient startup fail when booting</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ypclient-startup-fail-when-booting/m-p/3261333#M11718</link>
      <description>Posting meaningful logfiles could help to help.&lt;BR /&gt;Which error does it return?&lt;BR /&gt;Is portmap ok? &lt;BR /&gt;Is nis server listed in /etc/hosts?&lt;BR /&gt;Is nis started after network setup?&lt;BR /&gt;&lt;BR /&gt;Please, post errors.&lt;BR /&gt;&lt;BR /&gt;Peace, R.&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Apr 2004 07:33:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ypclient-startup-fail-when-booting/m-p/3261333#M11718</guid>
      <dc:creator>Roberto Polli</dc:creator>
      <dc:date>2004-04-28T07:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: ypclient startup fail when booting</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ypclient-startup-fail-when-booting/m-p/3261334#M11719</link>
      <description>This is almost always an environment problem.&lt;BR /&gt;&lt;BR /&gt;At the command prompt as root:&lt;BR /&gt;&lt;BR /&gt;env &amp;gt; /tmp/regenv.txt&lt;BR /&gt;&lt;BR /&gt;In the startup script&lt;BR /&gt;&lt;BR /&gt;env &amp;gt; /tmp/startenv.txt&lt;BR /&gt;&lt;BR /&gt;boot the box&lt;BR /&gt;&lt;BR /&gt;log on as root&lt;BR /&gt;&lt;BR /&gt;cd /tmp&lt;BR /&gt;diff regenv.txt startenv.txt&lt;BR /&gt;&lt;BR /&gt;Modify the startup script until all environment variables are consistent.&lt;BR /&gt;&lt;BR /&gt;Then it will probably start.&lt;BR /&gt;&lt;BR /&gt;I know its a lot of work, and probably won't earn me a rabbit, but sometimes you just have to do it the hard way.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 28 Apr 2004 11:00:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ypclient-startup-fail-when-booting/m-p/3261334#M11719</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-04-28T11:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: ypclient startup fail when booting</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ypclient-startup-fail-when-booting/m-p/3261335#M11720</link>
      <description>Hi all:&lt;BR /&gt;the error message is something like " can not connect with NIS server, timeout"&lt;BR /&gt;the hostname of NIS server is already in /etc/hosts.&lt;BR /&gt;I found that there's 2 way  to make it work.&lt;BR /&gt;&lt;BR /&gt;1. rename to a  bigger number S90 as Alexander said.&lt;BR /&gt;or&lt;BR /&gt;2. add an entry in script&lt;BR /&gt;    sleep 20&lt;BR /&gt;so it probebly network problem.&lt;BR /&gt;&lt;BR /&gt;Next time I'll try the "hard way"&lt;BR /&gt;&lt;BR /&gt;Thanks All</description>
      <pubDate>Thu, 13 May 2004 22:52:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ypclient-startup-fail-when-booting/m-p/3261335#M11720</guid>
      <dc:creator>Kinmax</dc:creator>
      <dc:date>2004-05-13T22:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: ypclient startup fail when booting</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ypclient-startup-fail-when-booting/m-p/3261336#M11721</link>
      <description>Hi all:&lt;BR /&gt;the error message is something like " can not connect with NIS server, timeout"&lt;BR /&gt;the hostname of NIS server is already in /etc/hosts.&lt;BR /&gt;I found that there's 2 way  to make it work.&lt;BR /&gt;&lt;BR /&gt;1. rename to a  bigger number S90 as Alexander said.&lt;BR /&gt;or&lt;BR /&gt;2. add an entry in script&lt;BR /&gt;    sleep 20&lt;BR /&gt;so it probebly network problem.&lt;BR /&gt;&lt;BR /&gt;Next time I'll try the "hard way"&lt;BR /&gt;&lt;BR /&gt;Thanks a lot</description>
      <pubDate>Thu, 13 May 2004 23:01:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ypclient-startup-fail-when-booting/m-p/3261336#M11721</guid>
      <dc:creator>Kinmax</dc:creator>
      <dc:date>2004-05-13T23:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: ypclient startup fail when booting</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ypclient-startup-fail-when-booting/m-p/3261337#M11722</link>
      <description>I had a similar problem, and fixed with the modification of yp.conf&lt;BR /&gt;&lt;BR /&gt;using NIS server IP instead of server hostname</description>
      <pubDate>Fri, 27 Aug 2004 15:09:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ypclient-startup-fail-when-booting/m-p/3261337#M11722</guid>
      <dc:creator>George Liu_4</dc:creator>
      <dc:date>2004-08-27T15:09:49Z</dc:date>
    </item>
  </channel>
</rss>

