<?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: Error message in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/error-message/m-p/2795146#M80776</link>
    <description>send me the content of files under /var/spool/cron/crontabs&lt;BR /&gt;&lt;BR /&gt;# &amp;gt; /abast&lt;BR /&gt;# for i in /var/spool/cron/crontabs&lt;BR /&gt;&amp;gt; do&lt;BR /&gt;&amp;gt; echo $i &amp;gt;&amp;gt; /abast&lt;BR /&gt;&amp;gt; cat $i &amp;gt;&amp;gt; /abast&lt;BR /&gt;&amp;gt; echo ========================== &amp;gt;&amp;gt; /abast&lt;BR /&gt;&amp;gt; done&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;send me tha /abast file!</description>
    <pubDate>Tue, 27 Aug 2002 16:32:57 GMT</pubDate>
    <dc:creator>Joaquin Gil de Vergara</dc:creator>
    <dc:date>2002-08-27T16:32:57Z</dc:date>
    <item>
      <title>Error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-message/m-p/2795144#M80774</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I can connect to the server but no login prompt from my pc's terminal.  So I decided to go and check with server with console.  It said:&lt;BR /&gt;&lt;BR /&gt;cron aborted: cannot access fifo queue&lt;BR /&gt;&lt;BR /&gt;So I had to press the power button off and on...  So how can I fix with that fifo?&lt;BR /&gt;&lt;BR /&gt;I appreciate your help.&lt;BR /&gt;&lt;BR /&gt;Tom</description>
      <pubDate>Tue, 27 Aug 2002 16:24:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-message/m-p/2795144#M80774</guid>
      <dc:creator>Tom Spence_1</dc:creator>
      <dc:date>2002-08-27T16:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: Error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-message/m-p/2795145#M80775</link>
      <description>Hi Tom:&lt;BR /&gt;&lt;BR /&gt;Check for the presence of a FIFO queue:&lt;BR /&gt;&lt;BR /&gt;# ls -l /var/adm/cron/FIFO&lt;BR /&gt;&lt;BR /&gt;You should see something like:&lt;BR /&gt;&lt;BR /&gt;prw-------   1 root       root             0 Aug 26 13:50 FIFO&lt;BR /&gt;&lt;BR /&gt;The 'p' denotes a pipe.  If you don't have this file or it isn't a pipe file, do:&lt;BR /&gt;&lt;BR /&gt;# mknod /var/adm/cron/FIFO p&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 27 Aug 2002 16:31:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-message/m-p/2795145#M80775</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-08-27T16:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: Error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-message/m-p/2795146#M80776</link>
      <description>send me the content of files under /var/spool/cron/crontabs&lt;BR /&gt;&lt;BR /&gt;# &amp;gt; /abast&lt;BR /&gt;# for i in /var/spool/cron/crontabs&lt;BR /&gt;&amp;gt; do&lt;BR /&gt;&amp;gt; echo $i &amp;gt;&amp;gt; /abast&lt;BR /&gt;&amp;gt; cat $i &amp;gt;&amp;gt; /abast&lt;BR /&gt;&amp;gt; echo ========================== &amp;gt;&amp;gt; /abast&lt;BR /&gt;&amp;gt; done&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;send me tha /abast file!</description>
      <pubDate>Tue, 27 Aug 2002 16:32:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-message/m-p/2795146#M80776</guid>
      <dc:creator>Joaquin Gil de Vergara</dc:creator>
      <dc:date>2002-08-27T16:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: Error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-message/m-p/2795147#M80777</link>
      <description>I don't think your problem and the message is directly related. To resolve the cron issue, check this document:&lt;BR /&gt;&lt;A href="http://support2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000058668849" target="_blank"&gt;http://support2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000058668849&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Doc ID - KBRC00001046&lt;BR /&gt;&lt;BR /&gt;For the login prompt issue, you may have to check the connection settings, syslog.log file, your terminal setting etc.</description>
      <pubDate>Tue, 27 Aug 2002 16:34:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-message/m-p/2795147#M80777</guid>
      <dc:creator>Sajid_1</dc:creator>
      <dc:date>2002-08-27T16:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: Error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-message/m-p/2795148#M80778</link>
      <description>James,&lt;BR /&gt;&lt;BR /&gt;abast file is here:&lt;BR /&gt;&lt;BR /&gt;/var/spool/cron/crontabs&lt;BR /&gt;^L??^L^A.^A`??^L^B..^L??8^Droot(&lt;BR /&gt;_cron15244^T&lt;BR /&gt;_cron10012^L??^C??^Goracle7==========================</description>
      <pubDate>Tue, 27 Aug 2002 16:39:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-message/m-p/2795148#M80778</guid>
      <dc:creator>Tom Spence_1</dc:creator>
      <dc:date>2002-08-27T16:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: Error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-message/m-p/2795149#M80779</link>
      <description>Hi Tom,&lt;BR /&gt;&lt;BR /&gt;Were you able to login at the console?  If a user was already logged in at the console then tapping return at the cron error should have returned you to a prompt, where you could have safely run a shutdown.  You should avoid powercycling a running server if at all possible, always making sure it is shutdown first.&lt;BR /&gt;&lt;BR /&gt;How are you connecting from your PC?  Are you using a telnet connection, is the problem confined to just your pc?&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;Darren.</description>
      <pubDate>Wed, 28 Aug 2002 09:25:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-message/m-p/2795149#M80779</guid>
      <dc:creator>Darren Prior</dc:creator>
      <dc:date>2002-08-28T09:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: Error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-message/m-p/2795150#M80780</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Do the following&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;A)If you actually have a /var/adm/cron/FIFO file.Remove it&lt;BR /&gt;rm /var/adm/cron/FIFO &lt;BR /&gt;&lt;BR /&gt;B)Remake the pipe by running:&lt;BR /&gt;&lt;BR /&gt;mknod /var/adm/cron/FIFO p&lt;BR /&gt;&lt;BR /&gt;You must include the final p argument .&lt;BR /&gt;&lt;BR /&gt;C)Verify the cron directories:&lt;BR /&gt;&lt;BR /&gt;        /usr/lib/cron&lt;BR /&gt;&lt;BR /&gt;        and&lt;BR /&gt;&lt;BR /&gt;        /usr/spool/cron&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You should see&lt;BR /&gt;lrwxr-xr-t   1 root       sys             13 Jun 14 03:43 /usr/lib/cron -&amp;gt; /var/&lt;BR /&gt;adm/cron&lt;BR /&gt;dr-xr-xr-x   5 bin        bin             96 May 22 15:20 /usr/spool/cron&lt;BR /&gt;prw-------   1 root       root             0 May 22 15:20 /var/adm/cron/FIFO&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;       Steve Steel</description>
      <pubDate>Wed, 28 Aug 2002 09:36:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-message/m-p/2795150#M80780</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-08-28T09:36:56Z</dc:date>
    </item>
  </channel>
</rss>

