Date: Thu, 22 Feb 1996 09:14:03 -0800 (PST) From: bmk@dtr.com To: hackers@freebsd.org Cc: brantk@atlas.com Subject: What's the deal with these messages Message-ID: <199602221714.JAA17199@dtr.com>
next in thread | raw e-mail | index | archive | help
I've been receiving a ton of messages from the FreeBSD mailing lists from root@spase.nl with no subject. Anybody know what's up? >From bmk Thu Feb 22 09:11:56 1996 X-POP3-Rcpt: bmk@brutus Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [192.216.222.4]) by mail.transport.com (8.7.3/8.6.10) with ESMTP id IAA17055 for <bmk@transport.com>; Thu, 22 Feb 1996 08:46:04 -0800 Received: from localhost (daemon@localhost) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id FAA17217 Thu, 22 Feb 1996 05:10:06 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA17159 for hackers-outgoing; Thu, 22 Feb 1996 05:09:59 -0800 (PST) Received: from sun4nl.NL.net (sun4nl.NL.net [193.78.240.1]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id FAA17154 for <hackers@freebsd.org>; Thu, 22 Feb 1996 05:09:55 -0800 (PST) Received: from spase by sun4nl.NL.net via EUnet id AA20642 (5.65b/CWI-3.3); Thu, 22 Feb 1996 14:09:47 +0100 Received: (from root@localhost) by mercurius.spase.nl (8.6.11/8.6.11) id NAA11725 for hackers@freebsd.org; Thu, 22 Feb 1996 13:48:26 +0100 Date: Thu, 22 Feb 1996 13:48:26 +0100 From: root <root@spase.nl> Message-Id: <199602221248.NAA11725@mercurius.spase.nl> To: hackers@freebsd.org Sender: owner-hackers@freebsd.org Precedence: bulk >From freefall.freebsd.org!owner-freebsd-hackers Wed Feb 21 12:52:39 1996 remote from sun4nl Received: from ra.dkuug.dk by sun4nl.NL.net with SMTP id AA16081 (5.65b/CWI-3.3); Wed, 21 Feb 1996 12:52:39 +0100 Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [192.216.222.4]) by ra.dkuug.dk (8.6.12/8.6.12) with ESMTP id MAA05919; Wed, 21 Feb 1996 12:17:38 +0100 Received: from localhost (daemon@localhost) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id AAA15733 Wed, 21 Feb 1996 00:03:37 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA15716 for hackers-outgoing; Wed, 21 Feb 1996 00:03:33 -0800 (PST) Received: from lirmm.lirmm.fr (lirmm.lirmm.fr [193.49.104.10]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id XAA15336 for <hackers@freebsd.org>; Tue, 20 Feb 1996 23:59:52 -0800 (PST) Received: from lirmm.fr (baobab.lirmm.fr [193.49.106.14]) by lirmm.lirmm.fr (8.7.1/8.6.4) with ESMTP id IAA08641 for <hackers@freebsd.org>; Wed, 21 Feb 1996 08:59:41 +0100 (MET) Message-Id: <199602210759.IAA08641@lirmm.lirmm.fr> To: hackers@freebsd.org Subject: processes wouldn't die Date: Wed, 21 Feb 1996 08:59:39 +0100 From: "Philippe Charnier" <charnier@lirmm.fr> Sender: owner-hackers@freebsd.org Precedence: bulk Hi, Since some weeks, I run xsystats+rpc.rstatd to get information. rpc.rstatd receive signal 11 one or two times in a day. I also got the following configuration (reported by top) where I was not able to run the ps program nor to kill ps and rpc.rstatd. 101 root 2 0 500K 68K accept 0:00 0.00% 0.00% sendmail 153 charnier 2 0 460K 0K select 0:00 0.00% 0.00% <xterm> 98 root 2 0 196K 0K select 0:00 0.00% 0.00% <lpd> 11130 root -18 0 484K 12K lockrd 0:00 0.00% 0.00% ps 11076 charnier -18 0 480K 12K lockrd 0:00 0.00% 0.00% ps 11088 charnier -18 0 480K 12K lockrd 0:00 0.00% 0.00% ps 11100 charnier -18 0 480K 12K lockrd 0:00 0.00% 0.00% ps 11143 root -18 0 476K 12K lockrd 0:00 0.00% 0.00% ps 11154 root -18 0 476K 12K lockrd 0:00 0.00% 0.00% ps 10967 root -18 0 208K 12K lockrd 0:00 0.00% 0.00% rpc.rstatd I decided to create a kernel with -g and to dump a core (break to debugger and panic) when such a story occurs. If I strip the obtained kernel (current Friday morning GMT) using strip -x as said in the handbook I get: checking for core dump.. savecore _dumpsize not in namelist and rstatd: Can't get namelist If I run strip with no parameter instead of strip -x I get: checking for core dump.. savecore _dumpdev not in namelist. Note that strip -d seems to work ok. -------- -------- Philippe Charnier charnier@lirmm.fr LIRMM, 161 rue Ada, 34392 Montpellier cedex 5 -- France ------------------------------------------------------------------------
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199602221714.JAA17199>