From cliffo@u.washington.edu Fri Sep 1 16:56:46 2000 Received: from jason02.u.washington.edu (root@jason02.u.washington.edu [140.142.76.8]) by lists.u.washington.edu (8.9.3+UW00.05/8.9.3+UW99.09) with ESMTP id QAA79036 for ; Fri, 1 Sep 2000 16:56:45 -0700 Received: from dante38.u.washington.edu (cliffo@dante38.u.washington.edu [140.142.15.198]) by jason02.u.washington.edu (8.9.3+UW00.05/8.9.3+UW00.01) with ESMTP id QAA26290 for ; Fri, 1 Sep 2000 16:56:44 -0700 Received: from localhost (cliffo@localhost) by dante38.u.washington.edu (8.9.3+UW00.05/8.9.3+UW99.09) with ESMTP id QAA138880 for ; Fri, 1 Sep 2000 16:56:43 -0700 Date: Fri, 1 Sep 2000 16:56:43 -0700 (PDT) From: "C. Olmsted" To: linux@u.washington.edu Subject: Re: inetd question In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Well, it could just be a case of over zealous logging. My syslog.conf has "mail.* /var/log/maillog", so that could be it...not sure yet. I'm running tcpd -d now to take a look see. Cliff On Fri, 1 Sep 2000, Mike wrote: > I did a 'man 7 signal' and saw that signal 13 is: > SIGPIPE 13 A Broken pipe: write to pipe with no readers > > I'd suggest running 'inetd -d' (debugging enabled) to hopefully get more > diagnostics. > > --------------------------- > -=<(| mike@boobaz.net |)>=- > > On Fri, 1 Sep 2000, C. Olmsted wrote: > > |So, I just finished setting up a RH6.2 box. The only inetd services > |running are pop2, pop3, and imapd. /var/log/messages is getting a long > |list of repeating messages of: > |Sep 1 15:49:22 myhost inetd[464]: pid 1394: exit status 1 > |Sep 1 15:49:26 myhost inetd[464]: pid 1395: exit signal 13 > |Sep 1 15:51:29 myhost inetd[464]: pid 1412: exit status 1 > |Sep 1 15:51:33 myhost inetd[464]: pid 1413: exit signal 13 > |Sep 1 15:53:36 myhost inetd[464]: pid 1444: exit status 1 > |Sep 1 15:53:40 myhost inetd[464]: pid 1445: exit signal 13 > | > |Searching on the web didn't help me too much...any ideas? > | > |Thanks, > |Cliff > | > > .