<?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: User receiving file system full message in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/user-receiving-file-system-full-message/m-p/2516083#M22860</link>
    <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;Check your syslog.conf file . Maybe it is configured to write the message to users terminals.&lt;BR /&gt;&lt;BR /&gt;If you have a * , I think it writes to the terminals of all logged-in users.</description>
    <pubDate>Wed, 11 Apr 2001 16:57:26 GMT</pubDate>
    <dc:creator>Vikas Khator</dc:creator>
    <dc:date>2001-04-11T16:57:26Z</dc:date>
    <item>
      <title>User receiving file system full message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-receiving-file-system-full-message/m-p/2516077#M22854</link>
      <description>Early this morning one of my backup to disk processes filled up a disk, and I received my emailed error message and the message went into the syslog.log - so far no problem.  I had a general user just show me a print screen that has the same error message displayed on her terminal.  She has no system admin access, her UID is 159.  Why did she get this message to her screen and how do I stop it?  My users can get confused enough as it is without this kind of thing!</description>
      <pubDate>Wed, 11 Apr 2001 13:07:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-receiving-file-system-full-message/m-p/2516077#M22854</guid>
      <dc:creator>Tracey</dc:creator>
      <dc:date>2001-04-11T13:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: User receiving file system full message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-receiving-file-system-full-message/m-p/2516078#M22855</link>
      <description>The user that was receiving the file system full message probably had a process of some sort, whether they knew it or not, that was trying to write to the disk or LV that filled up.  The application you are running was probably doing it automagically.&lt;BR /&gt;&lt;BR /&gt;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.</description>
      <pubDate>Wed, 11 Apr 2001 13:36:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-receiving-file-system-full-message/m-p/2516078#M22855</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2001-04-11T13:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: User receiving file system full message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-receiving-file-system-full-message/m-p/2516079#M22856</link>
      <description>The drive in question is a backup drive, it gets used for nothing but our nightly backups.  I just double checked our temporary files for the database, and they don't write anything there either.</description>
      <pubDate>Wed, 11 Apr 2001 13:50:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-receiving-file-system-full-message/m-p/2516079#M22856</guid>
      <dc:creator>Tracey</dc:creator>
      <dc:date>2001-04-11T13:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: User receiving file system full message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-receiving-file-system-full-message/m-p/2516080#M22857</link>
      <description>I would wonder if there were a wall command in the email script.&lt;BR /&gt;&lt;BR /&gt;Wall sends it to anyone logged on.</description>
      <pubDate>Wed, 11 Apr 2001 15:05:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-receiving-file-system-full-message/m-p/2516080#M22857</guid>
      <dc:creator>John Bolene</dc:creator>
      <dc:date>2001-04-11T15:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: User receiving file system full message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-receiving-file-system-full-message/m-p/2516081#M22858</link>
      <description>John,&lt;BR /&gt;&lt;BR /&gt;Good try!  I checked, but no cigar.</description>
      <pubDate>Wed, 11 Apr 2001 15:08:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-receiving-file-system-full-message/m-p/2516081#M22858</guid>
      <dc:creator>Tracey</dc:creator>
      <dc:date>2001-04-11T15:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: User receiving file system full message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-receiving-file-system-full-message/m-p/2516082#M22859</link>
      <description>It could be the way your /etc/syslog.conf file is set up. If there is a certain type of message, logger could send it to everyone. Here's a copy of how we have ours set up:&lt;BR /&gt;mail.debug             /var/adm/syslog/mail.log&lt;BR /&gt;*.info;mail.none        /var/adm/syslog/syslog.log&lt;BR /&gt;*.alert                 /dev/console&lt;BR /&gt;*.alert                 root&lt;BR /&gt;*.emerg                 *&lt;BR /&gt;&lt;BR /&gt;Your's may be different. Once you edit this log file, do this:&lt;BR /&gt;&lt;BR /&gt;to make syslogd, re-read its configuration file send it a HANGUP signal:&lt;BR /&gt;kill -HUP `cat /var/run/syslog.pid`&lt;BR /&gt;Hope this helps</description>
      <pubDate>Wed, 11 Apr 2001 16:54:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-receiving-file-system-full-message/m-p/2516082#M22859</guid>
      <dc:creator>Jim Moffitt_1</dc:creator>
      <dc:date>2001-04-11T16:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: User receiving file system full message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-receiving-file-system-full-message/m-p/2516083#M22860</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;Check your syslog.conf file . Maybe it is configured to write the message to users terminals.&lt;BR /&gt;&lt;BR /&gt;If you have a * , I think it writes to the terminals of all logged-in users.</description>
      <pubDate>Wed, 11 Apr 2001 16:57:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-receiving-file-system-full-message/m-p/2516083#M22860</guid>
      <dc:creator>Vikas Khator</dc:creator>
      <dc:date>2001-04-11T16:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: User receiving file system full message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-receiving-file-system-full-message/m-p/2516084#M22861</link>
      <description>Found the file Jim, it is exactly the same as yours.  Any idea what the emerg is?  Emergency messages maybe?  Wonder if the includes "System is going down" messages too?</description>
      <pubDate>Wed, 11 Apr 2001 17:42:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-receiving-file-system-full-message/m-p/2516084#M22861</guid>
      <dc:creator>Tracey</dc:creator>
      <dc:date>2001-04-11T17:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: User receiving file system full message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-receiving-file-system-full-message/m-p/2516085#M22862</link>
      <description>If the user configured thier terminal to be a console, they will get this type of message. The -C switch to xterm will cause it to receive console output. &lt;BR /&gt;&lt;BR /&gt;Just a thought ...</description>
      <pubDate>Wed, 11 Apr 2001 18:24:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-receiving-file-system-full-message/m-p/2516085#M22862</guid>
      <dc:creator>Tom Danzig</dc:creator>
      <dc:date>2001-04-11T18:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: User receiving file system full message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-receiving-file-system-full-message/m-p/2516086#M22863</link>
      <description>Tracey,&lt;BR /&gt;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:&lt;BR /&gt;&lt;BR /&gt;*.emerg /dev/console root&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Apr 2001 19:14:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-receiving-file-system-full-message/m-p/2516086#M22863</guid>
      <dc:creator>Jim Moffitt_1</dc:creator>
      <dc:date>2001-04-11T19:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: User receiving file system full message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-receiving-file-system-full-message/m-p/2516087#M22864</link>
      <description>If the above doesn't work properly try breaking them up on two separate lines:&lt;BR /&gt;*.emerg /dev/console&lt;BR /&gt;*.emerg root&lt;BR /&gt;&lt;BR /&gt;and then user the command:&lt;BR /&gt;kill -HUP `cat /var/run/syslog.pid`</description>
      <pubDate>Wed, 11 Apr 2001 19:26:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-receiving-file-system-full-message/m-p/2516087#M22864</guid>
      <dc:creator>Jim Moffitt_1</dc:creator>
      <dc:date>2001-04-11T19:26:49Z</dc:date>
    </item>
  </channel>
</rss>

