<?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: Silly problem with simple script in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/silly-problem-with-simple-script/m-p/2704327#M58877</link>
    <description>what is on line 18 of your script? also, what o/s version?  it could be something as simple as an environment variable or a kernel parameter.&lt;BR /&gt;&lt;BR /&gt;have you used the "strings" command to look at the core file for any clues?&lt;BR /&gt;&lt;BR /&gt;mark</description>
    <pubDate>Tue, 16 Apr 2002 13:24:38 GMT</pubDate>
    <dc:creator>Mark Greene_1</dc:creator>
    <dc:date>2002-04-16T13:24:38Z</dc:date>
    <item>
      <title>Silly problem with simple script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/silly-problem-with-simple-script/m-p/2704324#M58874</link>
      <description>I have a simple little script that runs every Sunday that does nothing more than a check_recovery and mails the results.  It runs fine on every server I have except for an L2000, which produces the message:&lt;BR /&gt;&lt;BR /&gt;./mail.check.recov[18]: 7012 Memory fault(coredump)&lt;BR /&gt;&lt;BR /&gt;Now, the job still runs and I get my mail as does everyone else in the list, but what is with the message, since the systems is keeping mum (syslog, dmesg, etc.).  I have 8Gb memory on the system.  Thanks in advance for your replies,&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Tue, 16 Apr 2002 13:17:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/silly-problem-with-simple-script/m-p/2704324#M58874</guid>
      <dc:creator>Christopher McCray_1</dc:creator>
      <dc:date>2002-04-16T13:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: Silly problem with simple script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/silly-problem-with-simple-script/m-p/2704325#M58875</link>
      <description>Chris,&lt;BR /&gt;&lt;BR /&gt;I assume that the mail.check.recov is your script name. Can you post the exact line (no-18) which gives you error  ?&lt;BR /&gt;&lt;BR /&gt;Is that refers to a modem ?&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Tue, 16 Apr 2002 13:22:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/silly-problem-with-simple-script/m-p/2704325#M58875</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-04-16T13:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: Silly problem with simple script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/silly-problem-with-simple-script/m-p/2704326#M58876</link>
      <description>Hi Chris&lt;BR /&gt;&lt;BR /&gt;This refers to line no. 18 of the script , if you can post the script may be it will help.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Tue, 16 Apr 2002 13:24:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/silly-problem-with-simple-script/m-p/2704326#M58876</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-04-16T13:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: Silly problem with simple script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/silly-problem-with-simple-script/m-p/2704327#M58877</link>
      <description>what is on line 18 of your script? also, what o/s version?  it could be something as simple as an environment variable or a kernel parameter.&lt;BR /&gt;&lt;BR /&gt;have you used the "strings" command to look at the core file for any clues?&lt;BR /&gt;&lt;BR /&gt;mark</description>
      <pubDate>Tue, 16 Apr 2002 13:24:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/silly-problem-with-simple-script/m-p/2704327#M58877</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2002-04-16T13:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: Silly problem with simple script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/silly-problem-with-simple-script/m-p/2704328#M58878</link>
      <description>Chris,&lt;BR /&gt;&lt;BR /&gt;What is mail.check.recov doing? What does your swapinfo return, and what are your kernel parameters set to?&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Tue, 16 Apr 2002 13:25:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/silly-problem-with-simple-script/m-p/2704328#M58878</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-04-16T13:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: Silly problem with simple script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/silly-problem-with-simple-script/m-p/2704329#M58879</link>
      <description>If you can locate the core dump, 'file core' will tell you what program failed.&lt;BR /&gt;&lt;BR /&gt;The [18] refers to line 18 in your script (but this can be misleading if you use shell functions).&lt;BR /&gt;&lt;BR /&gt;If the above fail, then it's time to start introducing some logging in your script to indicate which bit is failing.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John</description>
      <pubDate>Tue, 16 Apr 2002 13:25:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/silly-problem-with-simple-script/m-p/2704329#M58879</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2002-04-16T13:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: Silly problem with simple script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/silly-problem-with-simple-script/m-p/2704330#M58880</link>
      <description>Here you go:&lt;BR /&gt;&lt;BR /&gt;/opt/ignite/bin/check_recovery &amp;gt;&amp;gt; /usr/local/bin/chk_rec_results 2&amp;gt;&amp;amp;1 &lt;BR /&gt;&lt;BR /&gt;Thanks for the quick reply&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Tue, 16 Apr 2002 13:26:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/silly-problem-with-simple-script/m-p/2704330#M58880</guid>
      <dc:creator>Christopher McCray_1</dc:creator>
      <dc:date>2002-04-16T13:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: Silly problem with simple script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/silly-problem-with-simple-script/m-p/2704331#M58881</link>
      <description>I know this might be a silly question, but does the directory /usr/local/bin exist, and is there enough file space on it?&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;james</description>
      <pubDate>Tue, 16 Apr 2002 13:28:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/silly-problem-with-simple-script/m-p/2704331#M58881</guid>
      <dc:creator>James Beamish-White</dc:creator>
      <dc:date>2002-04-16T13:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: Silly problem with simple script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/silly-problem-with-simple-script/m-p/2704332#M58882</link>
      <description>Thanks John.  Here is the output:&lt;BR /&gt;&lt;BR /&gt;dmc29:/rootdir# file core                                          &lt;BR /&gt;core:           core file from 'check_recovery' - received SIGSEGV &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Apr 2002 13:32:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/silly-problem-with-simple-script/m-p/2704332#M58882</guid>
      <dc:creator>Christopher McCray_1</dc:creator>
      <dc:date>2002-04-16T13:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: Silly problem with simple script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/silly-problem-with-simple-script/m-p/2704333#M58883</link>
      <description>So it's a bug in 'check_recovery'. I'd check your patches and/or the version of Ignite.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John</description>
      <pubDate>Tue, 16 Apr 2002 13:55:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/silly-problem-with-simple-script/m-p/2704333#M58883</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2002-04-16T13:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: Silly problem with simple script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/silly-problem-with-simple-script/m-p/2704334#M58884</link>
      <description>Hi Chris:&lt;BR /&gt;&lt;BR /&gt;Some points:&lt;BR /&gt;&lt;BR /&gt;1) Update your patch level to the latest.&lt;BR /&gt;2) Update the ignite software if you are using any old version.&lt;BR /&gt;3) Check the file existence - /var/opt/ignite/recovery/makrec.last&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Tue, 16 Apr 2002 14:05:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/silly-problem-with-simple-script/m-p/2704334#M58884</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-04-16T14:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: Silly problem with simple script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/silly-problem-with-simple-script/m-p/2704335#M58885</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt; SIGSEGV errors are usually related to the maxssiz, maxdsiz or maxtsiz kernel parameters &amp;amp; don't forget the 64-bit entries if you're running 64-bit.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Tue, 16 Apr 2002 14:11:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/silly-problem-with-simple-script/m-p/2704335#M58885</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-04-16T14:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: Silly problem with simple script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/silly-problem-with-simple-script/m-p/2704336#M58886</link>
      <description>Thanks guys for hanging in there with me.  I checked out my patches with check_patches and cleared up a lot of conflicts (mainly with man permissions) and wound up removing a patch with errors.  All this still hasn't cleared up my problem. &lt;BR /&gt;&lt;BR /&gt;I have Installed the latest patches I am willing to install; meaning I used CPM and chose only critical, HP recommended patches and then others which had warnings with an HP recommended replacement.&lt;BR /&gt;&lt;BR /&gt;As for the version of ignite, here are three servers:&lt;BR /&gt;&lt;BR /&gt;                                                                         &lt;BR /&gt;dmc29:/var/adm/sw# swlist -l product |grep -i ignite                     &lt;BR /&gt;  Ignite-UX             B.2.6.358      HP-UX System Installation Services&lt;BR /&gt;&lt;BR /&gt;dmc31:/var/adm/syslog# swlist -l product |grep -i ignite                   &lt;BR /&gt;  Ignite-UX             B.2.6.358      HP-UX System Installation Services  &lt;BR /&gt;&lt;BR /&gt;dmc39:/rootdir# swlist -l product |grep -i ignite                         &lt;BR /&gt;  Ignite-UX             B.2.4.307      HP-UX System Installation Services &lt;BR /&gt;&lt;BR /&gt;Note:  The first server is the one I am having problems with and the second two have not had any problems.  Is the versions displayed dangerous versions and are in need of updating?  I know that ignite is free and doesn't require a reboot, but I would like to see what the exact problem is and why it chose to act up now, rather than just chuck it and take the Microsoft approach.&lt;BR /&gt;&lt;BR /&gt;I will take a look at the kernel parameters as well, Jeff, but like I said, this has just happened and I haven't made any changes except patch upgrades.&lt;BR /&gt;&lt;BR /&gt;Is there anything else you can think of?&lt;BR /&gt;&lt;BR /&gt;Chris&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Apr 2002 15:37:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/silly-problem-with-simple-script/m-p/2704336#M58886</guid>
      <dc:creator>Christopher McCray_1</dc:creator>
      <dc:date>2002-04-16T15:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: Silly problem with simple script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/silly-problem-with-simple-script/m-p/2704337#M58887</link>
      <description>Check to see if you have&lt;BR /&gt;&lt;BR /&gt;PHNE_22244 (superseded by PHNE_25907)  as it addresses:&lt;BR /&gt;&lt;BR /&gt;"4. System panics due to instruction page fault.&lt;BR /&gt; 5. 'netfmt' on 100BT traces causes SIGSEGV while running&lt;BR /&gt;    HP_APA LAN_MONITOR"&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Apr 2002 15:53:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/silly-problem-with-simple-script/m-p/2704337#M58887</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-04-16T15:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: Silly problem with simple script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/silly-problem-with-simple-script/m-p/2704338#M58888</link>
      <description>Hi Chris:&lt;BR /&gt;&lt;BR /&gt;What happens if you run this command manually ? Are you getting some error in the standard output ?&lt;BR /&gt;&lt;BR /&gt;# check_recovery&lt;BR /&gt;&lt;BR /&gt;Updating the version can be a good solution. One of my system with latest patches and ignite version - B.3.6.82&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Tue, 16 Apr 2002 16:01:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/silly-problem-with-simple-script/m-p/2704338#M58888</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-04-16T16:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: Silly problem with simple script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/silly-problem-with-simple-script/m-p/2704339#M58889</link>
      <description>Shiju -- same problem from the command line.&lt;BR /&gt;Jeff -- Have the patch installed, but again, have the same patch on various systems as part of my latest patch sweeps.&lt;BR /&gt;&lt;BR /&gt;Gremlins???&lt;BR /&gt;&lt;BR /&gt;Anyway, I will look into the ignite upgrade as well as patches, but I'm still irked.</description>
      <pubDate>Tue, 16 Apr 2002 16:38:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/silly-problem-with-simple-script/m-p/2704339#M58889</guid>
      <dc:creator>Christopher McCray_1</dc:creator>
      <dc:date>2002-04-16T16:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: Silly problem with simple script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/silly-problem-with-simple-script/m-p/2704340#M58890</link>
      <description>Hi Chris:&lt;BR /&gt;&lt;BR /&gt;Again, noticed another thing: Are you making the tapes with make_recovery OR make_tape_recovery ? I think the check_recovery will be useful only if you use the make_recovery ( with -C ). The files used by these two commands are littlebit different. The make_tape_recovery writes log files under /var/opt/ignite/recovery/$date_time.&lt;BR /&gt;&lt;BR /&gt;If you are using make_recovery, then I would suggest you to install latest ignite and use make_tape_recovery.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Tue, 16 Apr 2002 17:19:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/silly-problem-with-simple-script/m-p/2704340#M58890</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-04-16T17:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: Silly problem with simple script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/silly-problem-with-simple-script/m-p/2704341#M58891</link>
      <description>Hi you need to update your ignite-UX software to latest version which is 3.x . &lt;BR /&gt;Get it from HP-UX site and download it.&lt;BR /&gt;This will definately solve your problem.&lt;BR /&gt;&lt;BR /&gt;-pap</description>
      <pubDate>Tue, 16 Apr 2002 18:55:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/silly-problem-with-simple-script/m-p/2704341#M58891</guid>
      <dc:creator>pap</dc:creator>
      <dc:date>2002-04-16T18:55:01Z</dc:date>
    </item>
  </channel>
</rss>

