<?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: Redirecting Console error messages in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/redirecting-console-error-messages/m-p/3219132#M170010</link>
    <description>Actually the easiest way is to open a "console window" from within CDE.  &lt;BR /&gt;&lt;BR /&gt;Go to the "Application Manager" (the file drawer looking icon) and open it.  From within that open "Desktop Tools" and from within the "Desktop Tools" you can open a "Terminal Console".  With this open all console messages will go to it and they won't mess up your desktop.&lt;BR /&gt;&lt;BR /&gt;Once you have that window opened try the following:&lt;BR /&gt;&lt;BR /&gt;# echo "TEST" &amp;gt; /dev/console&lt;BR /&gt;&lt;BR /&gt;You should now see the word TEST in that window.&lt;BR /&gt;&lt;BR /&gt;I keep one of those windows open all the time on my CDE desktop.  I have resized it to be fairly small and leave it in the top right corner where I can always see it.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 15 Mar 2004 14:13:36 GMT</pubDate>
    <dc:creator>Patrick Wallek</dc:creator>
    <dc:date>2004-03-15T14:13:36Z</dc:date>
    <item>
      <title>Redirecting Console error messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/redirecting-console-error-messages/m-p/3219127#M170005</link>
      <description>Is there a way to stop console error messages writing over an X11 workstation desktop?&lt;BR /&gt;&lt;BR /&gt;Systems are J6700, OS 11.00&lt;BR /&gt;&lt;BR /&gt;Alan</description>
      <pubDate>Mon, 15 Mar 2004 13:01:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/redirecting-console-error-messages/m-p/3219127#M170005</guid>
      <dc:creator>Alan Edwards</dc:creator>
      <dc:date>2004-03-15T13:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: Redirecting Console error messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/redirecting-console-error-messages/m-p/3219128#M170006</link>
      <description>Hi,&lt;BR /&gt; &lt;BR /&gt;I suppose you can play around with /etc/syslog.conf (see manpage).&lt;BR /&gt; &lt;BR /&gt;good luck,&lt;BR /&gt;Thierry.</description>
      <pubDate>Mon, 15 Mar 2004 13:11:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/redirecting-console-error-messages/m-p/3219128#M170006</guid>
      <dc:creator>Thierry Poels_1</dc:creator>
      <dc:date>2004-03-15T13:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: Redirecting Console error messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/redirecting-console-error-messages/m-p/3219129#M170007</link>
      <description>Alan&lt;BR /&gt;&lt;BR /&gt;The best way is to identify all errors and fix them.&lt;BR /&gt;They are there for a reason.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Mon, 15 Mar 2004 13:13:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/redirecting-console-error-messages/m-p/3219129#M170007</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2004-03-15T13:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: Redirecting Console error messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/redirecting-console-error-messages/m-p/3219130#M170008</link>
      <description>Hi Alan,&lt;BR /&gt;&lt;BR /&gt;  You can defined error message types and their destination in /etc/syslog.conf&lt;BR /&gt;&lt;BR /&gt;  man syslogd&lt;BR /&gt;  &lt;BR /&gt;  Once you are done with file, send a HUP signal to syslogd&lt;BR /&gt;&lt;BR /&gt;Sundar</description>
      <pubDate>Mon, 15 Mar 2004 13:34:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/redirecting-console-error-messages/m-p/3219130#M170008</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-03-15T13:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: Redirecting Console error messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/redirecting-console-error-messages/m-p/3219131#M170009</link>
      <description>Thanks, I have updated syslog.conf to send kernel and auth notices to a log file instead of the console.&lt;BR /&gt;&lt;BR /&gt;Alan</description>
      <pubDate>Mon, 15 Mar 2004 14:09:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/redirecting-console-error-messages/m-p/3219131#M170009</guid>
      <dc:creator>Alan Edwards</dc:creator>
      <dc:date>2004-03-15T14:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: Redirecting Console error messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/redirecting-console-error-messages/m-p/3219132#M170010</link>
      <description>Actually the easiest way is to open a "console window" from within CDE.  &lt;BR /&gt;&lt;BR /&gt;Go to the "Application Manager" (the file drawer looking icon) and open it.  From within that open "Desktop Tools" and from within the "Desktop Tools" you can open a "Terminal Console".  With this open all console messages will go to it and they won't mess up your desktop.&lt;BR /&gt;&lt;BR /&gt;Once you have that window opened try the following:&lt;BR /&gt;&lt;BR /&gt;# echo "TEST" &amp;gt; /dev/console&lt;BR /&gt;&lt;BR /&gt;You should now see the word TEST in that window.&lt;BR /&gt;&lt;BR /&gt;I keep one of those windows open all the time on my CDE desktop.  I have resized it to be fairly small and leave it in the top right corner where I can always see it.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Mar 2004 14:13:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/redirecting-console-error-messages/m-p/3219132#M170010</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2004-03-15T14:13:36Z</dc:date>
    </item>
  </channel>
</rss>

