<?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: Start or stop /sbin/init.d services in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/start-or-stop-sbin-init-d-services/m-p/5088071#M441876</link>
    <description>You probably have a bogus file in /etc/rc.config.d. When rc is run it sources all the files in /etc/rc.config.d so all it takes to produce truly bizarre rc behavior is something as seemingly innocent as this:&lt;BR /&gt;&lt;BR /&gt;cd /etc/rc.config.d&lt;BR /&gt;ls &amp;gt; mylistoffiles&lt;BR /&gt;&lt;BR /&gt;Now, all would be well until the machine were shutdown or restarted and then /etc/rc.config.d/mylistoffiles would also be sourced for every rc'ed script.&lt;BR /&gt;&lt;BR /&gt;Make sure that there are no files in /etc/rc.config.d which do not belong there.</description>
    <pubDate>Tue, 15 Jan 2008 16:06:09 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2008-01-15T16:06:09Z</dc:date>
    <item>
      <title>Start or stop /sbin/init.d services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/start-or-stop-sbin-init-d-services/m-p/5088066#M441871</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I have this strange problem.&lt;BR /&gt;&lt;BR /&gt;When i do start/stop of a service get a lot of messages.&lt;BR /&gt;&lt;BR /&gt;For exemple if i do:&lt;BR /&gt;&lt;BR /&gt;root@porx0401:/sbin/init.d&amp;gt; ./xntpd start&lt;BR /&gt;./xntpd[37]: 2:  not found.&lt;BR /&gt;./xntpd[37]: ^M^[[3g^[[49:  not found.&lt;BR /&gt;./xntpd[37]: 9H^[H^[[49:  not found.&lt;BR /&gt;./xntpd[37]: 17H^[H^[[49:  not found.&lt;BR /&gt;./xntpd[37]: 25H^[H^[[49:  not found.&lt;BR /&gt;./xntpd[37]: 33H^[H^[[49:  not found.&lt;BR /&gt;./xntpd[37]: 41H^[H^[[49:  not found.&lt;BR /&gt;./xntpd[37]: 49H^[H^[[49:  not found.&lt;BR /&gt;./xntpd[37]: 57H^[H^[[49:  not found.&lt;BR /&gt;./xntpd[37]: 65H^[H^[[49:  not found.&lt;BR /&gt;./xntpd[37]: 73H^[H^[[49:  not found.&lt;BR /&gt;./xntpd[37]: 81H^[H^[[49:  not found.&lt;BR /&gt;./xntpd[37]: 89H^[H^[[49:  not found.&lt;BR /&gt;./xntpd[37]: 97H^[H^[[49:  not found.&lt;BR /&gt;./xntpd[37]: 105H^[H^[[49:  not found.&lt;BR /&gt;./xntpd[37]: 113H^[H^[[49:  not found.&lt;BR /&gt;./xntpd[37]: 121H^[H^[[49:  not found.&lt;BR /&gt;./xntpd[37]: 129H^[H^[[49:  not found.&lt;BR /&gt;./xntpd[37]: 137H^[H^M^[[49:  not found.&lt;BR /&gt;./xntpd[37]: 1H^[[?25h^[[?1hporx0401:/etc/rc.config.d:  not found.&lt;BR /&gt;./xntpd[37]: 1H^[[48Bporx0401:/etc/rc.config.d:  not found.&lt;BR /&gt;./xntpd[37]: 1H^[[48B^[[K/^H^[[K^[[7mNo:  not found.&lt;BR /&gt;./xntpd[37]: 1Hmesvrs^H^G^G^G^G^G^G^G^G^G:  not found.&lt;BR /&gt;15 Jan 15:30:16 ntpdate[5188]: step time server 172.28.7.1 offset -0.010840 sec&lt;BR /&gt;&lt;BR /&gt;Any ideas, what this could be?&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
      <pubDate>Tue, 15 Jan 2008 15:31:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/start-or-stop-sbin-init-d-services/m-p/5088066#M441871</guid>
      <dc:creator>nightwich</dc:creator>
      <dc:date>2008-01-15T15:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: Start or stop /sbin/init.d services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/start-or-stop-sbin-init-d-services/m-p/5088067#M441872</link>
      <description>It appears to me that you have a lot of garbage characters in the xntpd script.  &lt;BR /&gt;&lt;BR /&gt;Have a look at the script, around line 37, and see what it looks like.</description>
      <pubDate>Tue, 15 Jan 2008 15:39:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/start-or-stop-sbin-init-d-services/m-p/5088067#M441872</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2008-01-15T15:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: Start or stop /sbin/init.d services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/start-or-stop-sbin-init-d-services/m-p/5088068#M441873</link>
      <description>Line 37 is - '. /etc/rc.config'&lt;BR /&gt;&lt;BR /&gt;Check this file for errors.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Tue, 15 Jan 2008 15:52:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/start-or-stop-sbin-init-d-services/m-p/5088068#M441873</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2008-01-15T15:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: Start or stop /sbin/init.d services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/start-or-stop-sbin-init-d-services/m-p/5088069#M441874</link>
      <description>Get a new xntpd script....&lt;BR /&gt;&lt;BR /&gt;Grab one from another server -as yours has been corrupted...&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Jan 2008 16:01:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/start-or-stop-sbin-init-d-services/m-p/5088069#M441874</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2008-01-15T16:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: Start or stop /sbin/init.d services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/start-or-stop-sbin-init-d-services/m-p/5088070#M441875</link>
      <description>Hi nightwich,&lt;BR /&gt;&lt;BR /&gt;line 37 indicates /etc/rc.config (this script sources configuration files for various subsystems) please check if the entries there are correct&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Franky</description>
      <pubDate>Tue, 15 Jan 2008 16:03:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/start-or-stop-sbin-init-d-services/m-p/5088070#M441875</guid>
      <dc:creator>Franky_1</dc:creator>
      <dc:date>2008-01-15T16:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: Start or stop /sbin/init.d services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/start-or-stop-sbin-init-d-services/m-p/5088071#M441876</link>
      <description>You probably have a bogus file in /etc/rc.config.d. When rc is run it sources all the files in /etc/rc.config.d so all it takes to produce truly bizarre rc behavior is something as seemingly innocent as this:&lt;BR /&gt;&lt;BR /&gt;cd /etc/rc.config.d&lt;BR /&gt;ls &amp;gt; mylistoffiles&lt;BR /&gt;&lt;BR /&gt;Now, all would be well until the machine were shutdown or restarted and then /etc/rc.config.d/mylistoffiles would also be sourced for every rc'ed script.&lt;BR /&gt;&lt;BR /&gt;Make sure that there are no files in /etc/rc.config.d which do not belong there.</description>
      <pubDate>Tue, 15 Jan 2008 16:06:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/start-or-stop-sbin-init-d-services/m-p/5088071#M441876</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2008-01-15T16:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: Start or stop /sbin/init.d services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/start-or-stop-sbin-init-d-services/m-p/5088072#M441877</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;Sorry for my late reply.&lt;BR /&gt;&lt;BR /&gt;The problem occours with any serveci:&lt;BR /&gt;&lt;BR /&gt;root@porx0401:/sbin/init.d&amp;gt; ./sendmail stop&lt;BR /&gt;./sendmail[117]: 2:  not found.&lt;BR /&gt;./sendmail[117]: ^M^[[3g^[[49:  not found.&lt;BR /&gt;./sendmail[117]: 9H^[H^[[49:  not found.&lt;BR /&gt;./sendmail[117]: 17H^[H^[[49:  not found.&lt;BR /&gt;./sendmail[117]: 25H^[H^[[49:  not found.&lt;BR /&gt;./sendmail[117]: 33H^[H^[[49:  not found.&lt;BR /&gt;./sendmail[117]: 41H^[H^[[49:  not found.&lt;BR /&gt;./sendmail[117]: 49H^[H^[[49:  not found.&lt;BR /&gt;./sendmail[117]: 57H^[H^[[49:  not found.&lt;BR /&gt;./sendmail[117]: 65H^[H^[[49:  not found.&lt;BR /&gt;./sendmail[117]: 73H^[H^[[49:  not found.&lt;BR /&gt;./sendmail[117]: 81H^[H^[[49:  not found.&lt;BR /&gt;./sendmail[117]: 89H^[H^[[49:  not found.&lt;BR /&gt;./sendmail[117]: 97H^[H^[[49:  not found.&lt;BR /&gt;./sendmail[117]: 105H^[H^[[49:  not found.&lt;BR /&gt;./sendmail[117]: 113H^[H^[[49:  not found.&lt;BR /&gt;./sendmail[117]: 121H^[H^[[49:  not found.&lt;BR /&gt;./sendmail[117]: 129H^[H^[[49:  not found.&lt;BR /&gt;./sendmail[117]: 137H^[H^M^[[49:  not found.&lt;BR /&gt;./sendmail[117]: 1H^[[?25h^[[?1hporx0401:/etc/rc.config.d:  not found.&lt;BR /&gt;./sendmail[117]: 1H^[[48Bporx0401:/etc/rc.config.d:  not found.&lt;BR /&gt;./sendmail[117]: 1H^[[48B^[[K/^H^[[K^[[7mNo:  not found.&lt;BR /&gt;./sendmail[117]: 1Hmesvrs^H^G^G^G^G^G^G^G^G^G:  not found.&lt;BR /&gt;No sendmail server running&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I already check my /etc/rc.config looks fine to me ..&lt;BR /&gt;&lt;BR /&gt;any ideas ?&lt;BR /&gt;&lt;BR /&gt;Tanks in advance.</description>
      <pubDate>Wed, 16 Jan 2008 16:02:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/start-or-stop-sbin-init-d-services/m-p/5088072#M441877</guid>
      <dc:creator>nightwich</dc:creator>
      <dc:date>2008-01-16T16:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: Start or stop /sbin/init.d services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/start-or-stop-sbin-init-d-services/m-p/5088073#M441878</link>
      <description>Something is definitely wrong somewhere in /etc/rc.config.d.  If you check line 117 of the sendmail script, you will probably see that that is where it sources /etc/rc.config.d.&lt;BR /&gt;&lt;BR /&gt;Post an 'ls /etc/rc.config.d' or 'll /etc/rc.config.d' so we can take a look at the files there.</description>
      <pubDate>Wed, 16 Jan 2008 16:45:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/start-or-stop-sbin-init-d-services/m-p/5088073#M441878</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2008-01-16T16:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: Start or stop /sbin/init.d services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/start-or-stop-sbin-init-d-services/m-p/5088074#M441879</link>
      <description>Do this:&lt;BR /&gt;&lt;BR /&gt;cd /etc/rc.config.d&lt;BR /&gt;cat * &amp;gt; /tmp/mylist&lt;BR /&gt;&lt;BR /&gt;Now examine /tmp/mylist with a text editor (e.g. vi) and you are going to find one section of that files that looks very different --- that's your problem.</description>
      <pubDate>Wed, 16 Jan 2008 19:34:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/start-or-stop-sbin-init-d-services/m-p/5088074#M441879</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2008-01-16T19:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Start or stop /sbin/init.d services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/start-or-stop-sbin-init-d-services/m-p/5088075#M441880</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;My real problem is in . /etc/rc.config&lt;BR /&gt;&lt;BR /&gt;root@porx0401:/etc/rc.config.d&amp;gt; . /etc/rc.config&lt;BR /&gt;sh: 2:  not found.&lt;BR /&gt;sh: ^M^[[3g^[[49:  not found.&lt;BR /&gt;sh: 9H^[H^[[49:  not found.&lt;BR /&gt;sh: 17H^[H^[[49:  not found.&lt;BR /&gt;sh: 25H^[H^[[49:  not found.&lt;BR /&gt;sh: 33H^[H^[[49:  not found.&lt;BR /&gt;sh: 41H^[H^[[49:  not found.&lt;BR /&gt;sh: 49H^[H^[[49:  not found.&lt;BR /&gt;sh: 57H^[H^[[49:  not found.&lt;BR /&gt;sh: 65H^[H^[[49:  not found.&lt;BR /&gt;sh: 73H^[H^[[49:  not found.&lt;BR /&gt;sh: 81H^[H^[[49:  not found.&lt;BR /&gt;sh: 89H^[H^[[49:  not found.&lt;BR /&gt;sh: 97H^[H^[[49:  not found.&lt;BR /&gt;sh: 105H^[H^[[49:  not found.&lt;BR /&gt;sh: 113H^[H^[[49:  not found.&lt;BR /&gt;sh: 121H^[H^[[49:  not found.&lt;BR /&gt;sh: 129H^[H^[[49:  not found.&lt;BR /&gt;sh: 137H^[H^M^[[49:  not found.&lt;BR /&gt;sh: 1H^[[?25h^[[?1hporx0401:/etc/rc.config.d:  not found.&lt;BR /&gt;sh: 1H^[[48Bporx0401:/etc/rc.config.d:  not found.&lt;BR /&gt;sh: 1H^[[48B^[[K/^H^[[K^[[7mNo:  not found.&lt;BR /&gt;sh: 1Hmesvrs^H^G^G^G^G^G^G^G^G^G:  not found.&lt;BR /&gt;root@porx0401:/etc/rc.config.d&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;One ls of my /etc/rc.config.d/&lt;BR /&gt;&lt;BR /&gt;root@porx0401:/etc/rc.config.d&amp;gt; ls&lt;BR /&gt;LANG               desktop            hpws_webproxyconf  ptydaemon&lt;BR /&gt;Rpcd               diagnostic         hpws_xmltoolsconf  pwgr&lt;BR /&gt;SnmpHpunix         ems                i4lmd              samba&lt;BR /&gt;SnmpMaster         emsagtconf         kl                 savecrash&lt;BR /&gt;SnmpMib2           eus                kminit             set_date&lt;BR /&gt;SnmpTrpDst         fc_fcd_conf        list_mode          slsd&lt;BR /&gt;acct               fc_td_conf         lp                 sshd&lt;BR /&gt;audio              hparamgr           ls                 swconfig&lt;BR /&gt;auditing           hparray            mailservs          syncer&lt;BR /&gt;cde                hpbtlanconf        namesvrs           syslogd&lt;BR /&gt;cifsclient         hpetherconf        nddconf            tps&lt;BR /&gt;cimserver          hpfcmsconf         netconf            vlanconf&lt;BR /&gt;clean              hpfddi4conf        netdaemons         vt&lt;BR /&gt;clean_tmps         hpgelanconf        nettl              webadmin&lt;BR /&gt;clean_uucp         hpietherconf       nfsconf            xf86&lt;BR /&gt;comsec             hpigelanconf       pci_olar           xfs&lt;BR /&gt;crashconf          hpws_apacheconf    pd&lt;BR /&gt;cron               hpws_tomcatconf    pdcinfo&lt;BR /&gt;dce                hpws_webminconf    prngd&lt;BR /&gt;&lt;BR /&gt;What can cause this ?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Jan 2008 10:27:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/start-or-stop-sbin-init-d-services/m-p/5088075#M441880</guid>
      <dc:creator>nightwich</dc:creator>
      <dc:date>2008-01-18T10:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: Start or stop /sbin/init.d services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/start-or-stop-sbin-init-d-services/m-p/5088076#M441881</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;with 'ls' you don't see special characters!&lt;BR /&gt;Even 'del' can create such caracters in a file name.&lt;BR /&gt;Do like ACS said or use the file manager to see the whole file names.&lt;BR /&gt;&lt;BR /&gt;Volkmar&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Jan 2008 10:58:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/start-or-stop-sbin-init-d-services/m-p/5088076#M441881</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2008-01-18T10:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: Start or stop /sbin/init.d services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/start-or-stop-sbin-init-d-services/m-p/5088077#M441882</link>
      <description>Hello all,&lt;BR /&gt;&lt;BR /&gt;I do like ACD said and i figher out what is the problem.&lt;BR /&gt;&lt;BR /&gt;Seems that i have a file with rong caractheres that don't beelong to /etc/rc.config.d&lt;BR /&gt;&lt;BR /&gt;Thanks for the greate help&lt;BR /&gt;&lt;BR /&gt;Regards ;)</description>
      <pubDate>Fri, 18 Jan 2008 11:07:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/start-or-stop-sbin-init-d-services/m-p/5088077#M441882</guid>
      <dc:creator>nightwich</dc:creator>
      <dc:date>2008-01-18T11:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: Start or stop /sbin/init.d services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/start-or-stop-sbin-init-d-services/m-p/5088078#M441883</link>
      <description>&amp;gt;Volkmar: with 'ls' you don't see special characters!  ... use the file manager to see the whole file names.&lt;BR /&gt;&lt;BR /&gt;No need, that would be giving in to the dark side.  ;-)&lt;BR /&gt;Use "ll -ab" to see everything even unprintable chars.&lt;BR /&gt;&lt;BR /&gt;You could also search for those control-Gs:&lt;BR /&gt;fgrep ^G /sbin/init.d/*</description>
      <pubDate>Fri, 18 Jan 2008 11:12:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/start-or-stop-sbin-init-d-services/m-p/5088078#M441883</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-01-18T11:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: Start or stop /sbin/init.d services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/start-or-stop-sbin-init-d-services/m-p/5088079#M441884</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Problem Solve.&lt;BR /&gt;Thanks for the great help&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Fri, 18 Jan 2008 11:15:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/start-or-stop-sbin-init-d-services/m-p/5088079#M441884</guid>
      <dc:creator>nightwich</dc:creator>
      <dc:date>2008-01-18T11:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: Start or stop /sbin/init.d services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/start-or-stop-sbin-init-d-services/m-p/5088080#M441885</link>
      <description>Whenever /etc/rc.config is executed, it reads *all* the files in /etc/rc.config.d.&lt;BR /&gt;&lt;BR /&gt;In general, /etc/rc.config should never be modified, so it's likely that those garbage characters are coming from some file in /etc/rc.config.d.&lt;BR /&gt;&lt;BR /&gt;To identify the file, run:&lt;BR /&gt;&lt;BR /&gt;cd /etc/rc.config.d&lt;BR /&gt;for FILE in *; do echo $FILE; . ./$FILE; done&lt;BR /&gt;&lt;BR /&gt;Normally, this should just output a list of files in the /etc/rc.config.d directory.&lt;BR /&gt;Any other output (error messages similar to what your service start/stop scripts are producing) will be caused by the file listed *just before* the extra output.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Fri, 18 Jan 2008 11:23:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/start-or-stop-sbin-init-d-services/m-p/5088080#M441885</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2008-01-18T11:23:00Z</dc:date>
    </item>
  </channel>
</rss>

