Displaying 4 results from an estimated 4 matches for "start_cmd".
2005 Jan 22
1
Plotting with Statistics::R, Perl/R
...plot(xy)
> dev.off()
2. However, when called from the perl script I get the ff. warning:
--
X11 module is not available under this GUI
--
and nothing is saved
3. I tried to hijack the script by modifying
lib/Statistics/R/Bridge/Linux.pm to remove the
"gui=none" setting
--
$this->{START_CMD} = "$this->{R_BIN} --slave --vanilla --gui=none" ;
--
changed to
--
$this->{START_CMD} = "$this->{R_BIN} --slave --vanilla" ;
--
4. When plotting in R from the perl script again, I no longer get the
warning and I get test.png saved, but it is empty.
Please advise.
2006 Sep 21
3
FreeBSD startup script, can''t set pidfile
...t;}
utility_flags=${utility_flags-""}
utility_pidfile=${utility_pidfile-"/var/run/puppetmasterd.pid"}
. /etc/rc.subr
name="puppetmasterd"
rcvar=`set_rcvar`
command="/usr/local/bin/puppetmasterd"
load_rc_config $name
pidfile="${utility_pidfile}"
start_cmd="echo \"Starting ${name}.\"; /usr/bin/nice -5 ${command}
${utility_flags} ${command_args}"
run_rc_command "$1"
and I have puppetmasterd_enable="YES" set in /etc/rc.conf
My script is based on a standard template from the freebsd handbook
(11.5.1):
http:/...
2013 Jan 06
2
audit events confusion
On a rather full customer web server, I am trying to track down whose
web site script is trying to make outbound network connections when they
should not be. In /etc/security/audit_control, I added to the flags line
dir:/var/audit
flags:lo,aa,-nt
minfree:5
to log failed network connection. When I try an make an outbound
connection to something that is blocked in pf, it seems to sometimes
work.
2009 Jan 15
5
How to get djbdns to start early enough to satisfy ntpd at boot?
Hi there,
I've been a happy djbdns+tinydns user for many, many years. I
want to keep using it, so answers of the form "bletch! Use ISC
BIND the way BSD intended" will be ignored :-)
Having said that, one annoying consequence of my transition
some time ago to using ntpd, rather than just setting the clock
once-off with ntpdate as I used to, is that the /etc/rc.d
mechanism starts