- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: User receiving file system full message
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
тАО04-11-2001 06:07 AM
тАО04-11-2001 06:07 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-11-2001 06:36 AM
тАО04-11-2001 06:36 AM
Re: User receiving file system full message
If the users process is trying to write to something that is full then I don't think there is a way to suppress those messages.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-11-2001 06:50 AM
тАО04-11-2001 06:50 AM
Re: User receiving file system full message
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-11-2001 08:05 AM
тАО04-11-2001 08:05 AM
Re: User receiving file system full message
Wall sends it to anyone logged on.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-11-2001 08:08 AM
тАО04-11-2001 08:08 AM
Re: User receiving file system full message
Good try! I checked, but no cigar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-11-2001 09:54 AM
тАО04-11-2001 09:54 AM
Solutionmail.debug /var/adm/syslog/mail.log
*.info;mail.none /var/adm/syslog/syslog.log
*.alert /dev/console
*.alert root
*.emerg *
Your's may be different. Once you edit this log file, do this:
to make syslogd, re-read its configuration file send it a HANGUP signal:
kill -HUP `cat /var/run/syslog.pid`
Hope this helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-11-2001 09:57 AM
тАО04-11-2001 09:57 AM
Re: User receiving file system full message
Check your syslog.conf file . Maybe it is configured to write the message to users terminals.
If you have a * , I think it writes to the terminals of all logged-in users.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-11-2001 10:42 AM
тАО04-11-2001 10:42 AM
Re: User receiving file system full message
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-11-2001 11:24 AM
тАО04-11-2001 11:24 AM
Re: User receiving file system full message
Just a thought ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-11-2001 12:14 PM
тАО04-11-2001 12:14 PM
Re: User receiving file system full message
The .emerg does cover system going down messages, but also disk full. you could always configure it so it only goes to /dev/console, root, and your useraccount. I think you can do it this way and remove the * on the right hand side:
*.emerg /dev/console root
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-11-2001 12:26 PM
тАО04-11-2001 12:26 PM
Re: User receiving file system full message
*.emerg /dev/console
*.emerg root
and then user the command:
kill -HUP `cat /var/run/syslog.pid`