- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: error messages output to screen
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2006 07:44 PM
03-19-2006 07:44 PM
error messages output to screen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2006 08:02 PM
03-19-2006 08:02 PM
Re: error messages output to screen
--
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2006 08:43 PM
03-19-2006 08:43 PM
Re: error messages output to screen
I hv check it , the conf file seems normal , is there other conf file related to it ? thx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2006 11:45 PM
03-19-2006 11:45 PM
Re: error messages output to screen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2006 03:06 PM
03-21-2006 03:06 PM
Re: error messages output to screen
in /etc/syslog.conf , the below is the setting, thx
# The authpriv file has restricted access.
authpriv.* /var/log/secure
# Log all the mail messages in one place.
mail.* /var/log/maillog
# Log cron stuff
cron.* /var/log/cron
# Save news errors of level crit and higher in a special file.
uucp,news.crit /var/log/spooler
# Save boot messages also to boot.log
local7.* /var/log/boot.log
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2006 05:25 PM
03-21-2006 05:25 PM
Re: error messages output to screen
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:
# Everybody gets emergency messages
*.emerg *
This simply states that any emergency log messages go to every-open-tty (i.e. your telnet session as well as everybody elses).
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).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2006 02:24 PM
03-22-2006 02:24 PM
Re: error messages output to screen
In the setting file , the statement " # Everybody gets emergency messages
*.emerg * " is present but I have disable it already ,
the messages likes :
nfs: RPC call returned error 101
smb_get_length: recv error = 5
smb_trans2_request: result=-5, setting invalid
smb_lookup: find //stamp failed, error=-5
smb_lookup: find //stamp failed, error=-5
smb_lookup: find //stamp failed, error=-5
smb_lookup: find //stamp failed, error=-5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2006 03:37 PM
03-22-2006 03:37 PM
Re: error messages output to screen
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.