Date: Mon, 14 Aug 2000 09:58:11 +1000 From: Luke Mitchell <luke@neither.apana.org.au> To: freebsd-questions@FreeBSD.ORG Subject: RE: rc.d startup Message-ID: <216F15234CD5D311BBFA00484500A27701D2C1@FENCHURCH>
next in thread | raw e-mail | index | archive | help
I have exactly the same problem which I haven't been able to resolve. It seems that some process during boot goes round issuing some form of kill signal (someone suggested it was HUP, ie re-read config files) to the programs started at boot. You could try running 'nohup' in front of you command ie, "nohup /usr/local/jdk1.1.8/bin/java infostart &" nohup basically says ignore HUP signals. This may work for you, it didn't work for me, but it's worth a try. Does anyone out there have a better understanding of this phenomena? Regards Luke Mitchell To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?216F15234CD5D311BBFA00484500A27701D2C1>