Package: gridengine-master Version: 6.2-2 Severity: normal Tags: patch Hi,
the default configuration contains a couple of binary locations without full path names, e.g. for xterm. I am not able to save any changes done with 'qconf -mconf' before these locations are fixed: # qconf -mconf denied: the path given for "xterm" must start with a "/" The attached patch fixes the location of xterm and drops the definitions of qlogin_command, qlogin_daemon and rlogin_daemon. The latter three should probably be configured by the local admin anyway, to fit the local needs. The patch adds bash to the list of login shells as well, since it is the most common shell on Linux systems. Cheers, Til -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 2.6.26-1-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, 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.22 Debian configuration management sy ii gridengine-common 6.2-2 Distributed resource management - ii libc6 2.7-13 GNU C Library: Shared libraries ii libdb4.6 4.6.21-11 Berkeley v4.6 Database Libraries [ ii libpam0g 1.0.1-4+b1 Pluggable Authentication Modules l gridengine-master recommends no packages. gridengine-master suggests no packages. -- debconf information excluded
=== debian/configuration ================================================================== --- debian/configuration (revision 5) +++ debian/configuration (local) @@ -5,12 +5,12 @@ conf_version 0 execd_spool_dir /var/spool/gridengine/execd mailer /usr/bin/mail -xterm xterm +xterm /usr/bin/xterm load_sensor none prolog none epilog none shell_start_mode posix_compliant -login_shells sh,ksh,csh,tcsh +login_shells bash,sh,ksh,csh,tcsh min_uid 0 min_gid 0 user_lists none @@ -33,9 +33,6 @@ reporting_params accounting=true reporting=false flush_time=00:00:15 joblog=false sharelog=00:00:00 finished_jobs 100 gid_range 65400-65500 -qlogin_command qlogin -qlogin_daemon qlogind -rlogin_daemon sshd max_aj_instances 2000 max_aj_tasks 75000 max_u_jobs 0

