<?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 messages output to screen in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/error-messages-output-to-screen/m-p/3754511#M22291</link>
    <description>thx reply &lt;BR /&gt;I hv check it , the conf file seems normal , is there other conf file related to it ? thx</description>
    <pubDate>Mon, 20 Mar 2006 04:43:41 GMT</pubDate>
    <dc:creator>ivychung2</dc:creator>
    <dc:date>2006-03-20T04:43:41Z</dc:date>
    <item>
      <title>error messages output to screen</title>
      <link>https://community.hpe.com/t5/operating-system-linux/error-messages-output-to-screen/m-p/3754509#M22289</link>
      <description>I use telnet to access to the RH server , now I found that some error messages output to my screen , I also found the same error message in /var/log/messages ( this kind of messages should be in here ) , so I am wonder why this message will send to my telnet session , I have checked the setting file under /etc/ , /var/ , it seems no any config file related to it , could suggest what is wrong ? thx</description>
      <pubDate>Mon, 20 Mar 2006 03:44:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/error-messages-output-to-screen/m-p/3754509#M22289</guid>
      <dc:creator>ivychung2</dc:creator>
      <dc:date>2006-03-20T03:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: error messages output to screen</title>
      <link>https://community.hpe.com/t5/operating-system-linux/error-messages-output-to-screen/m-p/3754510#M22290</link>
      <description>what is there in /etc/syslog.conf on related with console keyword. It will send error messages to your console.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
      <pubDate>Mon, 20 Mar 2006 04:02:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/error-messages-output-to-screen/m-p/3754510#M22290</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-03-20T04:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: error messages output to screen</title>
      <link>https://community.hpe.com/t5/operating-system-linux/error-messages-output-to-screen/m-p/3754511#M22291</link>
      <description>thx reply &lt;BR /&gt;I hv check it , the conf file seems normal , is there other conf file related to it ? thx</description>
      <pubDate>Mon, 20 Mar 2006 04:43:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/error-messages-output-to-screen/m-p/3754511#M22291</guid>
      <dc:creator>ivychung2</dc:creator>
      <dc:date>2006-03-20T04:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: error messages output to screen</title>
      <link>https://community.hpe.com/t5/operating-system-linux/error-messages-output-to-screen/m-p/3754512#M22292</link>
      <description>Post your syslog.conf file, is the only file related to system logging. If you find a destination of "*", this may be causing the message appearing to your screen.</description>
      <pubDate>Mon, 20 Mar 2006 07:45:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/error-messages-output-to-screen/m-p/3754512#M22292</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-03-20T07:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: error messages output to screen</title>
      <link>https://community.hpe.com/t5/operating-system-linux/error-messages-output-to-screen/m-p/3754513#M22293</link>
      <description>thx reply ,&lt;BR /&gt;&lt;BR /&gt;in /etc/syslog.conf , the below is the setting, thx&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# The authpriv file has restricted access.&lt;BR /&gt;authpriv.*                                              /var/log/secure&lt;BR /&gt;&lt;BR /&gt;# Log all the mail messages in one place.&lt;BR /&gt;mail.*                                                  /var/log/maillog&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# Log cron stuff&lt;BR /&gt;cron.*                                                  /var/log/cron&lt;BR /&gt;&lt;BR /&gt;# Save news errors of level crit and higher in a special file.&lt;BR /&gt;uucp,news.crit                                          /var/log/spooler&lt;BR /&gt;&lt;BR /&gt;# Save boot messages also to boot.log&lt;BR /&gt;local7.*                                                /var/log/boot.log</description>
      <pubDate>Tue, 21 Mar 2006 23:06:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/error-messages-output-to-screen/m-p/3754513#M22293</guid>
      <dc:creator>ivychung2</dc:creator>
      <dc:date>2006-03-21T23:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: error messages output to screen</title>
      <link>https://community.hpe.com/t5/operating-system-linux/error-messages-output-to-screen/m-p/3754514#M22294</link>
      <description>Odd.  What sort of error messages are you getting to your telnet session?&lt;BR /&gt;&lt;BR /&gt;As Ivan mentioned, a target of * would go to your a console.  On most RH boxes, there is a line in syslog.conf that looks like:&lt;BR /&gt;&lt;BR /&gt;# Everybody gets emergency messages&lt;BR /&gt;*.emerg                    *&lt;BR /&gt;&lt;BR /&gt;This simply states that any emergency log messages go to every-open-tty (i.e. your telnet session as well as everybody elses).&lt;BR /&gt;&lt;BR /&gt;Otherwise, people can send messages to your tty directly if they have write access to the /dev/tty* nodes, or it's not the RH box spitting out the error (which is why I asked for an example of the message).</description>
      <pubDate>Wed, 22 Mar 2006 01:25:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/error-messages-output-to-screen/m-p/3754514#M22294</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2006-03-22T01:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: error messages output to screen</title>
      <link>https://community.hpe.com/t5/operating-system-linux/error-messages-output-to-screen/m-p/3754515#M22295</link>
      <description>thx reply,&lt;BR /&gt;&lt;BR /&gt;In the setting file ,  the statement " # Everybody gets emergency messages&lt;BR /&gt;*.emerg * " is present but I have disable it already ,&lt;BR /&gt;&lt;BR /&gt;the messages likes :&lt;BR /&gt;nfs: RPC call returned error 101&lt;BR /&gt;&lt;BR /&gt;smb_get_length: recv error = 5&lt;BR /&gt;smb_trans2_request: result=-5, setting invalid&lt;BR /&gt;smb_lookup: find //stamp failed, error=-5&lt;BR /&gt;smb_lookup: find //stamp failed, error=-5&lt;BR /&gt;smb_lookup: find //stamp failed, error=-5&lt;BR /&gt;smb_lookup: find //stamp failed, error=-5&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Mar 2006 22:24:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/error-messages-output-to-screen/m-p/3754515#M22295</guid>
      <dc:creator>ivychung2</dc:creator>
      <dc:date>2006-03-22T22:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: error messages output to screen</title>
      <link>https://community.hpe.com/t5/operating-system-linux/error-messages-output-to-screen/m-p/3754516#M22296</link>
      <description>I get the samba ones too (but that's on a Fedora Core 1 box).  It's part of the samba code base.  Just make sure you've got the latest update of Samba.&lt;BR /&gt;&lt;BR /&gt;As for the NFS one, that's odd.  But I'll say the same thing.  The portmap, as well as kernel and nfs packages should be at the latest version.</description>
      <pubDate>Wed, 22 Mar 2006 23:37:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/error-messages-output-to-screen/m-p/3754516#M22296</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2006-03-22T23:37:53Z</dc:date>
    </item>
  </channel>
</rss>

