From owner-freebsd-hackers Thu Jan 28 19:18:53 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA07920 for freebsd-hackers-outgoing; Thu, 28 Jan 1999 19:18:53 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA07901 for ; Thu, 28 Jan 1999 19:18:46 -0800 (PST) (envelope-from doconnor@gsoft.com.au) Received: from lot.gsoft.com.au (doconnor@lot.gsoft.com.au [203.38.152.106]) by cain.gsoft.com.au (8.8.8/8.8.8) with ESMTP id NAA09476 for ; Fri, 29 Jan 1999 13:48:41 +1030 (CST) (envelope-from doconnor@gsoft.com.au) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Fri, 29 Jan 1999 13:58:04 +1030 (CST) From: "Daniel O'Connor" To: hackers@FreeBSD.ORG Subject: Getting SIGHUP's when run from rc.d Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, We have a experiment program which gets run out of /usr/local/etc/rc.d and it always get a SIGHUP when run by /etc/rc but not when run by hand. Any ideas why? Its not much of a problem, but we're concerned that we may get other unexpected signals later which WOULD be a problem :) BTW the problem was worked around by getting sh to spawn a subshell which ran sleep 1, and the the actual experiment demon. --- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message