On Dec 3, 2007 5:37 AM, <tony.chamberlain@lemko.com> wrote:
>
> I have a program I want started at system startup time, and also monitored
> so if it dies it will be restarted.
> I see two options but problems with both:
>
>
> 1) Put it into /etc/inittab
>
> This would work, EXCEPT I need to do some stuff first. I need to do a
> cd, and add some stuff to the
> PATH and LD_LIBRARY_PATH. And I can't do (as far as I can tell, as I
> tried):
>
> x:respawn:cd /root/inittab;
> LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$PWD";./Vms
>
> I think you have to run from root
>
>
>
> 2) Put into /etc/rc*.d
>
> Then I could do all the path setup, etc, but how do I get it to respawn
> if it somehow dies?
>
>
>
> --
> fedora-list mailing list
> fedora-list@redhat.com
> To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
>
Hi Tony Chamberlain,
I think I would make a script for /etc/rc.d/init.d/ and launch (link
from) /etc/rc.d/rcN.d/ (one call to kill - one call to start as per
the rules for all files in /etc/rc.d/init.d/).
To watch, how about a script launched by crond (or whatever is
appropriate for your check timing) using the value of a system
variable talked to by your new script launched from /etc/rc.d/init.d/.
The protocol might be something like - program sets it to 1 - watcher
notes one and sets to 2 - watcher notes 2 as OK and sets to 3 .. 99 .
0..99 - if the watcher notes the variable not changed as it expects it
can then check with ps aux | grep program and determine the status of
the program and kill and relaunch as necessary logging it's action and
reason.
Have fun!
Tod
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Tue Dec 4 04:30:01 2007
Return-path: <ubuntu-desktop-bounces@lists.ubuntu.com>
Envelope-to: tom@linux-archive.org
Delivery-date: Tue, 04 Dec 2007 04:17:06 -0600
Received: from chlorine.canonical.com ([91.189.94.204])
by server.java-tips.org with esmtp (Exim 4.68)
(envelope-from <ubuntu-desktop-bounces@lists.ubuntu.com>)
id 1IzUpu-00029J-8Z
for tom@linux-archive.org; Tue, 04 Dec 2007 04:17:06 -0600
Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com)
by chlorine.canonical.com with esmtp (Exim 4.60)
(envelope-from <ubuntu-desktop-bounces@lists.ubuntu.com>)
id 1IzUpg-0007aY-7U; Tue, 04 Dec 2007 10:16:52 +0000
Received: from srv1.dei.isep.ipp.pt ([193.136.62.7] helo=rhino.BUGabundo.net)
by chlorine.canonical.com with esmtp (Exim 4.60)
(envelope-from <Ubuntu@bugabundo.net>) id 1IzUpT-0007a1-0G
for ubuntu-desktop@lists.ubuntu.com; Tue, 04 Dec 2007 10:16:39 +0000
Received: by rhino.BUGabundo.net (Postfix, from userid 1000)
id 3078B57280; Mon, 3 Dec 2007 23:29:25 +0000 (WET)
From: "(=?utf-8?q?=60=60-=5F-=C2=B4=C2=B4?=) -- Fernando"
<Ubuntu@bugabundo.net>
Organization: http://BUGabundo.net
To: "Jonas =?utf-8?q?J=C3=B8rgensen?=" <jj@qio.dk>
Subject: Re: Switching off tabs in Pidgin by default
Date: Mon, 3 Dec 2007 22:31:40 +0000
User-Agent: KMail/1.9.6 (enterprise 0.20070907.709405)
References: <be7674b60712031036s62093d94y2a4bda212e9fa5dd@mail .gmail.com>
In-Reply-To: <be7674b60712031036s62093d94y2a4bda212e9fa5dd@mail .gmail.com>
MIME-Version: 1.0
Message-Id: <200712032231.45520.Ubuntu@bugabundo.net>
Cc: ubuntu-desktop@lists.ubuntu.com
X-BeenThere: ubuntu-desktop@lists.ubuntu.com
X-Mailman-Version: 2.1.8
Precedence: list
Reply-To: Ubuntu@bugabundo.net, Ubuntu-reply@bugabundo.net
List-Id: Desktop Team co-ordination and discussion
<ubuntu-desktop.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/listinfo/ubuntu-desktop>,
<mailto:ubuntu-desktop-request@lists.ubuntu.com?subject=unsubscribe>
List-Archive: <https://lists.ubuntu.com/archives/ubuntu-desktop>
List-Post: <mailto:ubuntu-desktop@lists.ubuntu.com>
List-Help: <mailto:ubuntu-desktop-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/ubuntu-desktop>,
<mailto:ubuntu-desktop-request@lists.ubuntu.com?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============0167717353430242269=="
Mime-version: 1.0
Sender: ubuntu-desktop-bounces@lists.ubuntu.com
Errors-To: ubuntu-desktop-bounces@lists.ubuntu.com
--===============0167717353430242269==
Content-Type: multipart/signed;
boundary="nextPart1247112.VDNAIHo0N5";
protocol="application/pgp-signature";
micalg=pgp-sha1
Content-Transfer-Encoding: 7bit
--nextPart1247112.VDNAIHo0N5
Content-Type: text/plain;
charset="utf-8"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
On Monday 03 December 2007 18:36:28 Jonas J=C3=B8rgensen wrote:
> I think Pidgin should not display conversations in tabbed windows by
> default, or the default new conversation placement should be a new
> window, not a new tab. Reason: If the user is talking to Alice, and
> have her window minimized, and Bob then writes a message, the Alice
> window will flash in the window list, but no other notification will
> be given that Bob has started a conversation. If the user doesn't
> really care about what Alice is writing, this can cause them to not
> notice the (very important) message from Bob. The first time this
> happens, it's not at all obvious that the flashing name might indicate
> a message from a different user, and therefore I think this preference
> should be changed in Ubuntu from the upstream default.
>=20
> What do other people think?
>=20
> --=20
> Jonas
If I could choose I would like to the new user name to flash, and not the c=
urrently open user tab.
Currently, it makes me unminimize the current window, and check who is talk=
ing, and having some kind of bot/chat room, with nothing interesting, its p=
retty lame.
=2D-=20
BUGabundo

)
(``-_-=C2=B4=C2=B4) http://Ubuntu.BUGabundo.net
Linux user #443786 GPG key 1024D/A1784EBB
My new micro-blog @ http://BUGabundo.net
--nextPart1247112.VDNAIHo0N5
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQBHVIPRY5ijS6F4TrsRAtmjAJ49t7VugU8aF4xT67KfA9 DL2qO/lgCfQMEQ
a6ruq4YzJvyQDIl+0W0xrxo=
=WNvV
-----END PGP SIGNATURE-----
--nextPart1247112.VDNAIHo0N5--
--===============0167717353430242269==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
--
ubuntu-desktop mailing list
ubuntu-desktop@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-desktop
--===============0167717353430242269==--