Displaying 9 results from an estimated 9 matches for "startas".
Did you mean:
start's
2015 Jun 02
3
daemon in /etc/init.d/functions creates no pifile?
Hi,
we started using centos7 to run kvm+libvirt.
For novnc to virtual machines I like to start
websockify as a daemon by libvirt (as a hook)
Under Debian I used the line:
# start-stop-daemon --start --chuid $RUNUSER --make-pidfile --pidfile $PIDFILE --startas $PROGRAM -- $OPTIONS
which creates a nice pidfile.
In Centos I figured out, to include /etc/init.d/functions and I tried:
# daemon --user $RUNUSER --pidfile=$PIDFILE $PROGRAM $OPTIONS
But this seems not to create a pidfile at all. It checks only if
a pidile exist already.
This is executed at the...
2015 Jun 02
1
daemon in /etc/init.d/functions creates no pifile?
...started using centos7 to run kvm+libvirt.
>> For novnc to virtual machines I like to start
>> websockify as a daemon by libvirt (as a hook)
>>
>> Under Debian I used the line:
>> # start-stop-daemon --start --chuid $RUNUSER --make-pidfile --pidfile
>> $PIDFILE --startas $PROGRAM -- $OPTIONS
>> which creates a nice pidfile.
>>
>> In Centos I figured out, to include /etc/init.d/functions and I tried:
>> # daemon --user $RUNUSER --pidfile=$PIDFILE $PROGRAM $OPTIONS
<snip>
Sorry I missed the beginning of this thread. You are using (Cent...
2009 Feb 25
2
Segmentation fault in shadow.so
...tc/init.d/puppet start
* Starting puppet configuration management tool
/usr/lib/ruby/1.8/x86_64-linux/shadow.so: [BUG] Segmentation fault
ruby 1.8.4 (2005-12-24) [x86_64-linux]
/etc/init.d/puppet: line 35: 25973 Aborted
start-stop-daemon --start --quiet --pidfile /var/run/puppet/$NAME.pid
--startas $DAEMON -- $DAEMON_OPTS
----------------------------
From my limited understanding, I think this means that the shadow.so in
Ubuntu 6.06 x64 is broken, and crashes when Puppet/Rubyattempts to use it.
It appears this is a known, fixed problem over on Debian:
http://www.mail-archive.com/debian...
2005 Aug 05
1
starting asterisk with nice -5
Is there any script guru on the list that can help me.
I'm trying to start asterisk with nice -5.
Normally the command would be:
nice -5 asterisk
but asterisk start from the scrip on Gentoo as -U asterisk -G asterisk
Here is the script:
===============
depend() {
need net
use zaptel
}
start() {
local OPTS USER GROUP
if [[ -n "${ASTERISK_NICE}" ]];
2015 Jun 02
0
daemon in /etc/init.d/functions creates no pifile?
...ote:
> Hi,
>
> we started using centos7 to run kvm+libvirt.
> For novnc to virtual machines I like to start
> websockify as a daemon by libvirt (as a hook)
>
> Under Debian I used the line:
> # start-stop-daemon --start --chuid $RUNUSER --make-pidfile --pidfile $PIDFILE --startas $PROGRAM -- $OPTIONS
> which creates a nice pidfile.
>
> In Centos I figured out, to include /etc/init.d/functions and I tried:
> # daemon --user $RUNUSER --pidfile=$PIDFILE $PROGRAM $OPTIONS
>
> But this seems not to create a pidfile at all. It checks only if
> a pidile exi...
2012 Nov 19
2
[PATCH 158/493] video: remove use of __devinit
CONFIG_HOTPLUG is going away as an option so __devinit is no longer
needed.
Signed-off-by: Bill Pemberton <wfp5p at virginia.edu>
Cc: Florian Tobias Schandinat <FlorianSchandinat at gmx.de>
Cc: Jaya Kumar <jayalk at intworks.biz>
Cc: Paul Mackerras <paulus at samba.org>
Cc: Benjamin Herrenschmidt <benh at kernel.crashing.org>
Cc: Russell King <linux at
2012 Nov 19
2
[PATCH 158/493] video: remove use of __devinit
CONFIG_HOTPLUG is going away as an option so __devinit is no longer
needed.
Signed-off-by: Bill Pemberton <wfp5p at virginia.edu>
Cc: Florian Tobias Schandinat <FlorianSchandinat at gmx.de>
Cc: Jaya Kumar <jayalk at intworks.biz>
Cc: Paul Mackerras <paulus at samba.org>
Cc: Benjamin Herrenschmidt <benh at kernel.crashing.org>
Cc: Russell King <linux at
2012 Nov 19
2
[PATCH 158/493] video: remove use of __devinit
CONFIG_HOTPLUG is going away as an option so __devinit is no longer
needed.
Signed-off-by: Bill Pemberton <wfp5p at virginia.edu>
Cc: Florian Tobias Schandinat <FlorianSchandinat at gmx.de>
Cc: Jaya Kumar <jayalk at intworks.biz>
Cc: Paul Mackerras <paulus at samba.org>
Cc: Benjamin Herrenschmidt <benh at kernel.crashing.org>
Cc: Russell King <linux at
2003 Aug 22
3
PAE removal patch for testing
If you're one of the people who has cvsup'd to 4.8-stable since August 8th
and you've since begun to experience panics on a previously stable system,
please apply the attached patch and see if your previous stability has
been restored.
Please tell me your results.
Thanks,
Mike "Silby" Silbersack
-------------- next part --------------
diff -u -r