<?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: mail very slow in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-very-slow/m-p/2828943#M88352</link>
    <description>Ops!&lt;BR /&gt;Well, I asked an HP-UX guru if I could do it, and than deleted /dev/log.......&lt;BR /&gt;Thank you for your explanation but I really need help with the mail problem. What could be the problem? Do you have any idea?&lt;BR /&gt;&lt;BR /&gt;SN</description>
    <pubDate>Fri, 18 Oct 2002 14:54:03 GMT</pubDate>
    <dc:creator>Starrynight_1</dc:creator>
    <dc:date>2002-10-18T14:54:03Z</dc:date>
    <item>
      <title>mail very slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-very-slow/m-p/2828940#M88349</link>
      <description>Hi all&lt;BR /&gt;&lt;BR /&gt;I have a problem with my mail, that is it takes about 5 minutes to execute the comand "mail ???@???.?? &amp;lt; anyfile". So after some investigation I found that if I stop sendmail deamon, rm /dev/log file, kill any pedding sendmail processes and run the deamon again the problem was resolved. Which I did...but the next day the /dev/log was there again and the problem came back with him :-(.&lt;BR /&gt;Can anyone tell what /dev/log is all about and also what can I do to take care of this problem for good...&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;SN&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Oct 2002 14:11:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-very-slow/m-p/2828940#M88349</guid>
      <dc:creator>Starrynight_1</dc:creator>
      <dc:date>2002-10-18T14:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: mail very slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-very-slow/m-p/2828941#M88350</link>
      <description>&lt;BR /&gt;You deleted /dev/log?!?! This is a FIFO read by syslogd. You'd better restart syslodg imediately to recreate and reopen it. Here is a list of some daemons that do write to it:&lt;BR /&gt;&lt;BR /&gt;named&lt;BR /&gt;sendmail&lt;BR /&gt;bootpd&lt;BR /&gt;rpcbind&lt;BR /&gt;nfsd&lt;BR /&gt;nfsd&lt;BR /&gt;nfsd&lt;BR /&gt;inetd&lt;BR /&gt;pwgrd&lt;BR /&gt;nfsd&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Oct 2002 14:35:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-very-slow/m-p/2828941#M88350</guid>
      <dc:creator>Jordan Bean</dc:creator>
      <dc:date>2002-10-18T14:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: mail very slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-very-slow/m-p/2828942#M88351</link>
      <description>&lt;BR /&gt;Wait... If /dev/log exists and is a plain file open by the other daemons (fuser /dev/log will tell you), this it would be safest to recover this way:&lt;BR /&gt;&lt;BR /&gt;1. Stop sendmail since each child will open /dev/log for writing... creating it if it does not already exist.&lt;BR /&gt;&lt;BR /&gt;2. Rename /dev/log to /dev/log.old. This will allow the other daemons to continue because the file is already open and the inode hasn't changed.&lt;BR /&gt;&lt;BR /&gt;3. Restart syslogd to recreate /dev/log as a FIFO.&lt;BR /&gt;&lt;BR /&gt;4. Reboot to safely restart all the other daemons on the FIFO.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Oct 2002 14:47:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-very-slow/m-p/2828942#M88351</guid>
      <dc:creator>Jordan Bean</dc:creator>
      <dc:date>2002-10-18T14:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: mail very slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-very-slow/m-p/2828943#M88352</link>
      <description>Ops!&lt;BR /&gt;Well, I asked an HP-UX guru if I could do it, and than deleted /dev/log.......&lt;BR /&gt;Thank you for your explanation but I really need help with the mail problem. What could be the problem? Do you have any idea?&lt;BR /&gt;&lt;BR /&gt;SN</description>
      <pubDate>Fri, 18 Oct 2002 14:54:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-very-slow/m-p/2828943#M88352</guid>
      <dc:creator>Starrynight_1</dc:creator>
      <dc:date>2002-10-18T14:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: mail very slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-very-slow/m-p/2828944#M88353</link>
      <description>&lt;BR /&gt;mail and mailx pipe messages to non-daemon invocations of sendmail and wait until they are finished. Let's correct the /dev/log problem first just in case each sendmail is waiting to write to /dev/log. If the delay persists, then step up LogLevel to 13 in /etc/mail/sendmail.cf, restart sendmail, and watch /var/adm/syslog/mail.log. (Expect a lot of debug info.) Hopefully we'll get some indication of the problem.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Oct 2002 15:13:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-very-slow/m-p/2828944#M88353</guid>
      <dc:creator>Jordan Bean</dc:creator>
      <dc:date>2002-10-18T15:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: mail very slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-very-slow/m-p/2828945#M88354</link>
      <description>Hello all&lt;BR /&gt;&lt;BR /&gt;Thanks to eveyone that answered my question. I sholud say that all of you helped me, after I do as you told the problem is resolved but after sometime cames back again.&lt;BR /&gt;I run fuser /dev/log and all the I get is the process ID of syslogd deamon.&lt;BR /&gt;Can you tell what is causing this situation?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;SN</description>
      <pubDate>Mon, 21 Oct 2002 09:36:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-very-slow/m-p/2828945#M88354</guid>
      <dc:creator>Starrynight_1</dc:creator>
      <dc:date>2002-10-21T09:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: mail very slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-very-slow/m-p/2828946#M88355</link>
      <description>Hi,&lt;BR /&gt;i don't know what can be the link between /dev/log and sendmail (mail) performance problem. I already had performance problems with this product due to processor load average.&lt;BR /&gt;By default, sendmail only queue messages when load average is over 8 and refuse any messages whan load average is over 12. You can change these value in /etc/mail/sendmail.cf&lt;BR /&gt;When the problem happened on your server, check processor load average.&lt;BR /&gt;You spoke about sendmail process. You only need this daemon to accept (receive) email, not to send email.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Fabrice</description>
      <pubDate>Mon, 21 Oct 2002 10:32:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-very-slow/m-p/2828946#M88355</guid>
      <dc:creator>Fabrice Meynard</dc:creator>
      <dc:date>2002-10-21T10:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: mail very slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-very-slow/m-p/2828947#M88356</link>
      <description>&lt;BR /&gt;Sorry about the delay. How are things today? How's the load on your system?&lt;BR /&gt;&lt;BR /&gt;The sendmail daemon will do two things: listen for SMTP on a configurable port (default 25) and process the queue at configurable time intervals. The former task can be disabled (don't use -bd), but you will need sendmail running at least to process the queue when messages are defered (eg use -q30m) due to excessive system load or connection failures.&lt;BR /&gt;&lt;BR /&gt;Have you tried increasing the LogLevel?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Oct 2002 18:17:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-very-slow/m-p/2828947#M88356</guid>
      <dc:creator>Jordan Bean</dc:creator>
      <dc:date>2002-10-22T18:17:57Z</dc:date>
    </item>
  </channel>
</rss>

