- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- how to stop broadcast messages to all users?
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
Discussions
Discussions
Discussions
Forums
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
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
тАО08-11-2006 07:19 AM
тАО08-11-2006 07:19 AM
how to stop broadcast messages to all users?
Broadcast Message from root@xxx.xxx.com (???) at 12:17 ...
Redundant Power Supply has failed.
What do I use to control it to broadcast to users and/or root?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-11-2006 10:06 AM
тАО08-11-2006 10:06 AM
Re: how to stop broadcast messages to all users?
*.emerg *
Comment out that line and send the HUP signal to the syslogd daemon.
If you want to send it only to root, configure like this:
*.emerg root
The "mesg n" command won't prevent the messages from appearing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-11-2006 10:31 AM
тАО08-11-2006 10:31 AM
Re: how to stop broadcast messages to all users?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-11-2006 10:39 AM
тАО08-11-2006 10:39 AM
Re: how to stop broadcast messages to all users?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-11-2006 10:59 AM
тАО08-11-2006 10:59 AM
Re: how to stop broadcast messages to all users?
#kern.debug /var/adm/messages
#kern.debug /dev/console
#*.emerg root
I restarted the syslogd daemon, and the broadcast messages (and beep) still happens.
walld is commented out in my /etc/inetd.conf file.
Any ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-24-2006 05:06 PM
тАО08-24-2006 05:06 PM
Re: how to stop broadcast messages to all users?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-21-2006 01:45 AM
тАО12-21-2006 01:45 AM
Re: how to stop broadcast messages to all users?
In the same situation, I entered the following command in order to stop the e-mails:
envconfig stop
This also works:
/sbin/init.d/envmon stop
Still haven't figured out how to direct e-mail only to the root account...
bc