<?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 Error Messages in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/error-messages/m-p/3678207#M20726</link>
    <description>I use the general user telent login to the linux server , but sometimes there are some error messages will pop to my screen , and I also found these messages in /var/log/messages , how can I disable these messages pop to my screen again ? thx&lt;BR /&gt;&lt;BR /&gt;I already check /etc/syslog.conf , it is normal , and also not found the user login id in all files under the /etc directory , what is wrong in my system ? thx</description>
    <pubDate>Thu, 24 Nov 2005 04:03:42 GMT</pubDate>
    <dc:creator>hanyyu1</dc:creator>
    <dc:date>2005-11-24T04:03:42Z</dc:date>
    <item>
      <title>Error Messages</title>
      <link>https://community.hpe.com/t5/operating-system-linux/error-messages/m-p/3678207#M20726</link>
      <description>I use the general user telent login to the linux server , but sometimes there are some error messages will pop to my screen , and I also found these messages in /var/log/messages , how can I disable these messages pop to my screen again ? thx&lt;BR /&gt;&lt;BR /&gt;I already check /etc/syslog.conf , it is normal , and also not found the user login id in all files under the /etc directory , what is wrong in my system ? thx</description>
      <pubDate>Thu, 24 Nov 2005 04:03:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/error-messages/m-p/3678207#M20726</guid>
      <dc:creator>hanyyu1</dc:creator>
      <dc:date>2005-11-24T04:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: Error Messages</title>
      <link>https://community.hpe.com/t5/operating-system-linux/error-messages/m-p/3678208#M20727</link>
      <description>in file /etc/syslog.conf&lt;BR /&gt;line with /dev/console means to show messages on your console.&lt;BR /&gt;line with * means to show messages (emergency messages by default) also on your console (among others).&lt;BR /&gt;if you'll remark these lines with # at start and restart the syslog service you won't see system messages on your screen.&lt;BR /&gt;the command:&lt;BR /&gt;service syslog restart&lt;BR /&gt;restarts the syslog service</description>
      <pubDate>Thu, 24 Nov 2005 04:15:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/error-messages/m-p/3678208#M20727</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2005-11-24T04:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: Error Messages</title>
      <link>https://community.hpe.com/t5/operating-system-linux/error-messages/m-p/3678209#M20728</link>
      <description>thx reply ,&lt;BR /&gt;&lt;BR /&gt;I tried it but still show the error to the user login ,&lt;BR /&gt;&lt;BR /&gt;this kind of message will pop to my user login in every 5 minutes, &lt;BR /&gt;&lt;BR /&gt;if disable the /dev/console , it seems not pop to the console but still pop to my telnet screen , can suggest how to disable it ? thx</description>
      <pubDate>Thu, 24 Nov 2005 04:40:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/error-messages/m-p/3678209#M20728</guid>
      <dc:creator>hanyyu1</dc:creator>
      <dc:date>2005-11-24T04:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: Error Messages</title>
      <link>https://community.hpe.com/t5/operating-system-linux/error-messages/m-p/3678210#M20729</link>
      <description>at the bottom of syslog.conf you have &lt;BR /&gt;*.emerg                      *&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;did you diable it also and did you run service syslog restart?</description>
      <pubDate>Thu, 24 Nov 2005 05:46:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/error-messages/m-p/3678210#M20729</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2005-11-24T05:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: Error Messages</title>
      <link>https://community.hpe.com/t5/operating-system-linux/error-messages/m-p/3678211#M20730</link>
      <description>grep 'console' /etc/syslog.conf&lt;BR /&gt;&lt;BR /&gt;post this information. You have to redirect emerg or error information to /dev/null device. Try to use differenct message type to /dev/null device.&lt;BR /&gt;&lt;BR /&gt;hth.</description>
      <pubDate>Thu, 24 Nov 2005 06:27:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/error-messages/m-p/3678211#M20730</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-11-24T06:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: Error Messages</title>
      <link>https://community.hpe.com/t5/operating-system-linux/error-messages/m-p/3678212#M20731</link>
      <description># Log all kernel messages to the console.&lt;BR /&gt;#kern.*                                                 /dev/console&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thx</description>
      <pubDate>Thu, 24 Nov 2005 06:43:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/error-messages/m-p/3678212#M20731</guid>
      <dc:creator>hanyyu1</dc:creator>
      <dc:date>2005-11-24T06:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: Error Messages</title>
      <link>https://community.hpe.com/t5/operating-system-linux/error-messages/m-p/3678213#M20732</link>
      <description>Once I installed the linux-abi patch and warning messages where displayed on the terminal and was not controlled by syslog. What is the message that are you getting?</description>
      <pubDate>Thu, 24 Nov 2005 06:48:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/error-messages/m-p/3678213#M20732</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-11-24T06:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: Error Messages</title>
      <link>https://community.hpe.com/t5/operating-system-linux/error-messages/m-p/3678214#M20733</link>
      <description>some kinds of system messages like the mount point failure , CD rom failure .... etc.&lt;BR /&gt;&lt;BR /&gt;it is strange that only one user will receive this messages .</description>
      <pubDate>Thu, 24 Nov 2005 09:14:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/error-messages/m-p/3678214#M20733</guid>
      <dc:creator>hangyu2</dc:creator>
      <dc:date>2005-11-24T09:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: Error Messages</title>
      <link>https://community.hpe.com/t5/operating-system-linux/error-messages/m-p/3678215#M20734</link>
      <description>What is the configuration of fstab?. Are you using autofs, check your /etc/auto.master?&lt;BR /&gt;&lt;BR /&gt;I "think" that when the user logon tries to use some device, and cannot be mounted, that's why he is the only one that see the message, and is recorded to the syslog.</description>
      <pubDate>Thu, 24 Nov 2005 10:08:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/error-messages/m-p/3678215#M20734</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-11-24T10:08:13Z</dc:date>
    </item>
  </channel>
</rss>

