Displaying 20 results from an estimated 9000 matches similar to: "Foreground process possible?"
2003 Jun 17
2
starting with daemontools
Hi all,
I want to start dovecot through DJBs Daemontools-supervise, is there a
configuration option that lets dovecot stay in foreground?
best regards,
Jens
2006 Apr 13
3
[OT] Is it safe to ''su'' to the right user ?
Hi !
I''m using daemontools[1] to manage a few processes on my Debian box.
Among other things, I use it to manage svnserve, because it uses less
memory than Apache.
My /service/svnserve/run looks like this:
#!/bin/sh
su svn -c "/usr/local/bin/svnserve --foreground --daemon --root /var/svn"
Is it safe for me to run like that ? If an attacker cracks svnserve,
what will they
2011 Apr 25
6
Unicorn / Daemontools
Hi -
I tried to get Daemontools and Unicorn working together a while back -
there are issues on USR2 restart because of the pid
change - I''m hoping someone in the community will have some
understanding of this issue
I documented my experience and eventual defeat here :
http://log.robotarmyma.de/post/2053448029/daemontools-ubuntu-rvm-bundler-unicorn-install
Any help would be received
2006 Jul 05
1
smbd & nmbd segfaulting
Greetings,
I have recently installed SuSE 10 on a Dell PowerEdge 1800. Everything is up
to date. I downloaded Samba 3.0.22, ran configure (with no options), make,
and make install. I created a very skeleton smb.conf to test out the smbd
and nmbd daemons. If I run the daemons, I cannot connect to them. If I run
smbd --help, I get the following output:
Usage: usr/local/samba/sbin/smbd [OPTION...]
2014 Jan 28
1
[PATCH] run: Actually use timeout --foreground option (RHBZ#1025269).
The following commit managed to not actually add the --foreground
option to the timeout command, just test for it. Add it this time.
commit 681488877456b83f039dc518861f29ab4e1857f0
Author: Richard W.M. Jones <rjones@redhat.com>
Date: Thu Dec 19 08:21:53 2013 +0000
run: Use timeout --foreground option.
If timeout doesn't have this option (RHEL 6) don't use timeout
2009 Jan 26
1
RExcel foreground and background server
Dear all,
I have a question regarding background and foreground server in RExcel:
Can somebody explain the main difference between them? As far as I
understood from the RExcel webpage, for both of them one needs rights
for access to Windows registries. The only difference that I can see so
far is that for the installation of the background server, one needs the
R(D)COM package, whereas for the
2010 Aug 18
1
White Foreground after vesa exit
Hi,
we would like to know if it's possible to change the foreground color after
the exit of the graphic mode.
At this moment, after selecting the boot option it exits the graphic window
and starts loading the kernel in textmode (required). However the textmode
foreground color is currently "white".
is there any way to set this to black instead?
Best regards and thanks
2015 Apr 15
6
[Bug 2381] New: foreground mode for ssh-agent
https://bugzilla.mindrot.org/show_bug.cgi?id=2381
Bug ID: 2381
Summary: foreground mode for ssh-agent
Product: Portable OpenSSH
Version: 6.9p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh-agent
Assignee: unassigned-bugs at mindrot.org
2005 Jan 28
3
[PATCH] Daemonize xcs
Currently xcs is run by xend in xen-unstable by simply making it a child
process. If you launch xend from an ssh session, the session won''t exit
because the xcs still is connected to it''s controlling terminal.
xcs should daemonize itself to prevent this from happening. This patch
does that along with making the domain id => port mapping dynamically
allocated.
Regards,
--
2005 Aug 09
2
detaching console from foreground asterisk
Is it possible to start asterisk in the foreground ("asterisk -fc") and
later detach from the terminal but leave asterisk running?
thanks,
James
2007 Feb 16
1
upsd looking at wrong filename for socket?
Hi,
When I start upsd under normal conditions, I get this:
--------------------------------------------------------------------------------
Network UPS Tools upsd 2.0.4
/etc/nut/upsd.conf is world readable
Can't connect to UPS [tripplite] (tripplite_usb-auto): No such file or directory
/etc/nut/upsd.users is world readable
Synchronizing........ giving up
2010 Apr 05
1
Debug help
I'm trying to debug a problem with SIP trunks from a provider, but I'm looking for more detail then what "debug" is showing me in the console. (I'm running the Asterisk 1.6.0.10 w/ Trixbox) I'm rejecting incoming calls with a 401 Forbidden, but debug isn't saying why...bad secret, bad domain, bad user, etc. Is there a place I can see the reason?
Thanks!
--Brian
2010 Oct 25
1
advice on using daemontools on centos production servers
Hi advisors ,
I would some suggestions on using http://cr.yp.to/daemontools.html .
My requirements is to use less systems daemon checks in nagios but concentrate more on business / application level checks .
We have lots of daemons like below
> 1. ) snmpd
> 2.) ntp
> 3.) SSH
> 4.) crond
> 5.) php-cgi
> 6.) nginx
> 7.) Postfix
> 8.) wackamole
> 9.) spread
>
2024 Oct 26
1
Getting the NUT pieces to work together...
Sounds great!
By `connection error` it looks like the `upsc` client had nowhere to go. Is
`upsd` started (and does it `LISTEN` on locahost or asterisk per
`upsd.conf`)?
Jim
On Sat, Oct 26, 2024, 08:13 William R. Elliot <bill at wreassoc.com> wrote:
> Hello again.
>
> I now have large chunks of the new driver working in the foreground and
> wanted to see what upsc reports
2007 May 02
1
Daemontools and holidays macro
Hi
I've recently released the daemontools scripts I use to run both
Asterisk and Flash Operator Panel, and a macro to tell whether today is
a holiday or not and jump to different dialplan places accordingly. They
are here:
daemontools scripts:
http://www.bisente.com/blog/2007/04/27/spanish-asterisk-y-daemontools-spanishenglish-asterisk-and-daemontools-english/?lan=english
is-holiday macro:
2004 Dec 08
0
[Bug 2130] New: suppressing progress bar when not the foreground process
https://bugzilla.samba.org/show_bug.cgi?id=2130
Summary: suppressing progress bar when not the foreground process
Product: rsync
Version: 2.6.3
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: lukem@NetBSD.org
2011 Apr 18
7
[PATCH] tools: xl: on create, if debug && !daemonize, wait for domain destroy in the foreground
# HG changeset patch
# User Ian Campbell <ian.campbell@citrix.com>
# Date 1303143831 -3600
# Node ID 31b98feb0eb6a50fe9e664a31feaa32ad3dac7cc
# Parent 05abea47f4dc670974cd513a0e74db54d22eacc9
tools: xl: on create, if debug && !daemonize, wait for domain destroy in the foreground
Perhaps this should be a separate option but I find that when I''m debugging xl
in the
2012 Feb 22
1
[HCL] CyberPower OR700 supported by usbhid-ups
CyberPower OR700LCDRM1U (http://www.cyberpowersystems.com/products/ups-systems/smart-app-ups/rackmount-lcd/OR700LCDRM1U.html)
upsc output:
battery.charge: 100
battery.charge.low: 10
battery.charge.warning: 20
battery.mfr.date: CPS
battery.runtime: 6000
battery.runtime.low: 300
battery.type: PbAcid
battery.voltage: 14.5
battery.voltage.nominal: 12
device.mfr: CPS
device.model: UPS OR700
2007 Jan 13
1
tftp-hpa standalone in foreground
Hello,
I would like to use in.tftpd in standalone mode, but without having it
forking off in the background (I'm using inittab) .. can you add a
foreground-option?
Thanks in advance!
Andreas
--
"The problem is not how to wipe out all differences, but how to unite with all
differences intact" -- Tagore
"God is a comedian playing to an audience too afraid to laugh."
2002 Jun 02
0
daemontools supervise and smbd
Hello,
I'm trying to run smbd with djb daemontools' supervise.
Here's the way I followed:
# 2/6/2002
# problem running samba-2.2.4 and supervise
problem: run smbd with supervise
subproblem 1: smbd & nnmbd with -D option deteach from tty, so
supervise cannot control them;
solution 1: we can patch smb/server.c (foreground patch) to prevent
deteach, but a second