On Wed 24 Sep 2014 at 14:06:52 -0400, Steve Litt wrote:
> I just finished writing a daemontools intro here:
>
> http://www.troubleshooters.com/linux/djbdns/daemontools_intro.htm
Is this the culmination of your posting to this list to promote your own
ends? Or have we more to look f
Hi all,
I just finished writing a daemontools intro here:
http://www.troubleshooters.com/linux/djbdns/daemontools_intro.htm
SteveT
Steve Litt* http://www.troubleshooters.com/
Troubleshooting Training * Human Performance
--
To UNSUBSCRIBE, email to debian-user-requ
tter than
> readproctitle does.
If the OP's intent was to remove as much as possible from systemd's
world, then he'll want systemd to run svscanboot, and let
svscanboot, svscan, svscan, and the various service processes operate as
designed. Also, daemontools logs aren'
hat is started when the service directory is found to
be non-empty. And one doesn't need svscanboot at all, since
systemd's journal logs the output of svscan and does it better than
readproctitle does.
There are minor variants on these in the nosh-systemd-services
package, which runs t
On Sat, 20 Sep 2014 22:40:58 +0100
Jonathan Dowland wrote:
> On Sat, Sep 20, 2014 at 04:02:44PM -0400, Steve Litt wrote:
> > Hi all,
> >
> > Right now I have the following at the bottom of my /etc/rc.local in
> > Wheezy:
> >
> > csh -cf '/command/svscanboot &'
> >
> > How would I accomplish th
On Sat, Sep 20, 2014 at 04:02:44PM -0400, Steve Litt wrote:
> Hi all,
>
> Right now I have the following at the bottom of my /etc/rc.local in
> Wheezy:
>
> csh -cf '/command/svscanboot &'
>
> How would I accomplish that same thing in systemd-equipped Jessie?
You need to write a .service file fo
Hi all,
Right now I have the following at the bottom of my /etc/rc.local in
Wheezy:
csh -cf '/command/svscanboot &'
How would I accomplish that same thing in systemd-equipped Jessie? Note
that svscanboot is a Daemontools executable installed by make;make
install, not a pa
Hi all,
In presenting Daemontools as an alternative to a huge chunk of systemd,
I politicized Daemontools. So let me say this...
Regardless of *which* init system you use, many daemons are easy and
logical to daemonize and control using Daemontools. The shellscripts
you write to run Daemontools
jsvc and, while it
will work, the corporate standard here for all the servers running our own
applications is daemontools so I am hesitant to create an "oddball"
collection of servers.
But I will certainly be considering jsvc in the future.
Java processes tend to be a bit nasty here: e
On Wed, 2010-10-06 at 12:29 +0200, Friedrich Clausen wrote:
> Hi All,
>
> I am trying to run some Java programs under daemontools and it is
> working quite well. Except they are running as root and I would like
> to make them run as www-data. I found the daemontools "setuid
Hi All,
I am trying to run some Java programs under daemontools and it is
working quite well. Except they are running as root and I would like
to make them run as www-data. I found the daemontools "setuidgid"
program which works for well for starting up the application but then
daemonto
On Tue, Jul 29, 2008 at 5:24 PM, Mark Neidorff <[EMAIL PROTECTED]> wrote:
> There is an errno patch for the djb stuff. There are different patches for
> different djb things. I think that is what you need.
Had I been smart enough to google the problem before posting here I
would have learned th
On Tuesday 29 July 2008 05:14 pm, Eric d'Alibut wrote:
> As noted, a recent upgrade of etch to grab security updates breaks my
> djb stuff. Attempting to rebuild against the new libs gives:
>
> envdir.o: In function `main':
> envdir.c:(.text+0x127): undefined reference to `errno'
>
> Anyone else hi
As noted, a recent upgrade of etch to grab security updates breaks my
djb stuff. Attempting to rebuild against the new libs gives:
envdir.o: In function `main':
envdir.c:(.text+0x127): undefined reference to `errno'
Anyone else hit by this?
--
No no no, my fish's name is Eric, Eric the fish. H
On Wed,23.Jul.08, 12:37:37, NN_il_Confusionario wrote:
> On Wed, Jul 23, 2008 at 01:13:06PM +0300, Andrei Popescu wrote:
> > On Wed,23.Jul.08, 13:11:24, Andrei Popescu wrote:
> > > On Wed,23.Jul.08, 10:46:02, Pavlos Parissis wrote:
> > > > On Tue, 22 Jul 2008 17:35:11 + (UTC)
> > > > Hendrik Bo
On Wed, Jul 23, 2008 at 01:13:06PM +0300, Andrei Popescu wrote:
> On Wed,23.Jul.08, 13:11:24, Andrei Popescu wrote:
> > On Wed,23.Jul.08, 10:46:02, Pavlos Parissis wrote:
> > > On Tue, 22 Jul 2008 17:35:11 + (UTC)
> > > Hendrik Boom <[EMAIL PROTECTED]> wrote:
> > > > Is there an easy way to sca
On Wed,23.Jul.08, 13:11:24, Andrei Popescu wrote:
> On Wed,23.Jul.08, 10:46:02, Pavlos Parissis wrote:
> > On Tue, 22 Jul 2008 17:35:11 + (UTC)
> > Hendrik Boom <[EMAIL PROTECTED]> wrote:
> >
> > [snip]
> > >
> > > Is there an easy way to scan a system to find all files that aren't part
> > >
On Wed,23.Jul.08, 10:46:02, Pavlos Parissis wrote:
> On Tue, 22 Jul 2008 17:35:11 + (UTC)
> Hendrik Boom <[EMAIL PROTECTED]> wrote:
>
> [snip]
> >
> > Is there an easy way to scan a system to find all files that aren't part
> > of any package? Except of course for files like the ones under /
t using find to get the list of all files and compare with a list of
files which are owner by all packages(use dpgk to get the list). That should
give you any file which is not installed by debian packages. I know very ugly
way.
You can also try get the debian package of djb daemontools, djbdns
On Tue, 22 Jul 2008 18:09:19 +0300, Georgi Alexandrov wrote:
> Hendrik Boom wrote:
>> Ages ago I installed daemontools and djbdns from the installer on
>> http://cr.yp.to
>>
>> Now I;d like to replace that installation with one that uses the
>> Debian packages
Hendrik Boom wrote:
Ages ago I installed daemontools and djbdns from the installer on
http://cr.yp.to
Now I;d like to replace that installation with one that uses the
Debian packages. How do I go about uninstalling the djb versinos?
Follow the manual and install scripts backwards.
Just
Ages ago I installed daemontools and djbdns from the installer on
http://cr.yp.to
Now I;d like to replace that installation with one that uses the
Debian packages. How do I go about uninstalling the djb versinos?
Just removing the /packages and /command directories didn't work. I get
re
s time when i do a build-daemontools i get
> the following output :
[snip]
> env - /bin/sh rts.tests 2>&1 | cat -v > rts
> At this point i only see a blinking cursor.
> After 10 minutes i interrupt:
Notice "rts" growing without bound. It's not catastrophic since
er again.This time when i do a build-daemontools i get
> the following output :
> I didn`t experienced this before.
> Is the problem gcc-3.2.2 ?
Probably 3.3 is kind of buggy (it might not be bugs, as people might
have been using marginal/cludgy solutions that barely worked with the
older
Hi,
I have installed daemon-tools a couple of times on the same
machine without any problems.After a dselect update i upgraded
to gcc (GCC) 3.3.2 (Debian)and installed daemomtools-installer,
djbdns-installer again.This time when i do a build-daemontools i get
the following output :
supervise.c
On Fri, Sep 21, 2001 at 10:03:19PM -0400, Bob Hughes wrote:
>
> Is there a document on how to safely remove Daemontools?
>
> Bob Hughes
>
Please refrain from using HTML in this list.
--
GPG key-id: 1024D/5BE3DCFD Dmitriy
CCAB 5F17 A099 9E43
Is there a document on how to safely remove
Daemontools?
Bob Hughes
27 matches
Mail list logo