[Pkg-gridengine-devel] Bug#588577: gridengine-master: separate out DAEMON_ARGS between different daemons
Yaroslav Halchenko
debian at onerussian.com
Fri Jul 9 20:04:04 UTC 2010
Package: gridengine-master
Version: 6.2u4-1~lenny.nd1
Severity: normal
Both exec and master use the same config file and both use the same
variable DAEMON_ARGS to provide additional arguments to the daemons:
root at head1:/etc/gridengine# grep -e DAEMON_ARGS -e etc/default /etc/init.d/gridengine-*
/etc/init.d/gridengine-exec:[ -r /etc/default/gridengine ] && . /etc/default/gridengine
/etc/init.d/gridengine-exec: $DAEMON_ARGS \
/etc/init.d/gridengine-master:[ -r /etc/default/gridengine ] && . /etc/default/gridengine
/etc/init.d/gridengine-master: $DAEMON_ARGS \
that makes it impossible to specify per daemon arguments. I guess it would be
logical to use SGE_MASTERD_ARGS and SGE_EXECD_ARGS
I thought to enable
-lj log_file
Enables job logging. All actions taken by sge_qmaster
from submit to job exit are logged to the log_file.
This feature is also available with the sge_execd(8)
daemon.
and since it would require specification of the file name -- if I specify it in
common DAEMON_ARGS, there would be collission.
BTW -- altogether, why not to provide
/usr/local/gridengine
and corresponding logrotate configuration and hint in
/etc/default/gridengine about easy possibility to enable
to enable such log files?
P.S. sorry for mixing in additional wishlist ;-)
Cheers,
-- System Information:
Debian Release: 5.0.4
APT prefers stable
APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.26-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages gridengine-master depends on:
ii debconf [debconf-2.0] 1.5.24 Debian configuration management sy
ii gridengine-common 6.2u4-1~lenny.nd1 Distributed resource management -
ii libc6 2.7-18lenny2 GNU C Library: Shared libraries
ii libdb4.6 4.6.21-11 Berkeley v4.6 Database Libraries [
ii libpam0g 1.0.1-5+lenny1 Pluggable Authentication Modules l
gridengine-master recommends no packages.
gridengine-master suggests no packages.
-- debconf information:
* shared/gridenginemaster: sgemaster
* shared/gridenginecell: default
* shared/gridengineconfig: true
More information about the Pkg-gridengine-devel
mailing list