Your message dated Fri, 28 Nov 2008 09:17:16 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#501972: fixed in gridengine 6.2-3
has caused the Debian Bug report #501972,
regarding gridengine-master: default-configuration contains invalid options
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
501972: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=501972
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
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

--- End Message ---
--- Begin Message ---
Source: gridengine
Source-Version: 6.2-3

We believe that the bug you reported is fixed in the latest version of
gridengine, which is due to be installed in the Debian FTP archive:

gridengine-client_6.2-3_amd64.deb
  to pool/main/g/gridengine/gridengine-client_6.2-3_amd64.deb
gridengine-common_6.2-3_all.deb
  to pool/main/g/gridengine/gridengine-common_6.2-3_all.deb
gridengine-exec_6.2-3_amd64.deb
  to pool/main/g/gridengine/gridengine-exec_6.2-3_amd64.deb
gridengine-master_6.2-3_amd64.deb
  to pool/main/g/gridengine/gridengine-master_6.2-3_amd64.deb
gridengine-qmon_6.2-3_amd64.deb
  to pool/main/g/gridengine/gridengine-qmon_6.2-3_amd64.deb
gridengine_6.2-3.diff.gz
  to pool/main/g/gridengine/gridengine_6.2-3.diff.gz
gridengine_6.2-3.dsc
  to pool/main/g/gridengine/gridengine_6.2-3.dsc
libdrmaa-dev_6.2-3_amd64.deb
  to pool/main/g/gridengine/libdrmaa-dev_6.2-3_amd64.deb
libdrmaa1.0_6.2-3_amd64.deb
  to pool/main/g/gridengine/libdrmaa1.0_6.2-3_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mark Hymers <[EMAIL PROTECTED]> (supplier of updated gridengine package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 27 Nov 2008 23:17:37 +0000
Source: gridengine
Binary: gridengine-common gridengine-client gridengine-qmon gridengine-master 
gridengine-exec libdrmaa1.0 libdrmaa-dev
Architecture: source all amd64
Version: 6.2-3
Distribution: unstable
Urgency: low
Maintainer: Debian Grid Engine Maintainers <[EMAIL PROTECTED]>
Changed-By: Mark Hymers <[EMAIL PROTECTED]>
Description: 
 gridengine-client - Utilities for Grid Engine queue management
 gridengine-common - Distributed resource management - common files
 gridengine-exec - Distributed resource management - Execution Server
 gridengine-master - Distributed resource management - Master Server
 gridengine-qmon - Graphical utilities for Grid Engine queue management
 libdrmaa-dev - Distributed resource management Application API library
 libdrmaa1.0 - Distributed resource management Application API library
Closes: 497839 497855 501972 501976 502000
Changes: 
 gridengine (6.2-3) unstable; urgency=low
 .
   * Fix the default configuration file to use full path names.
     Closes: #501972, #497855.
   * Make gridengine-exec Depend: on c-shell | tcsh.  Closes: #497839.
   * Add symlink farm to /var/lib/gridengine to allow for programs
     which rely on $SGE_ROOT/bin and $SGE_ROOT/utilbin.  Closes: #502000.
   * Apply JG-2008-11-10-0 from upstream in order to fix a qmaster
     deadlock.
   * Move qrsh_starter to gridengine-exec instead of gridengine-master.
     Closes: #501976.
   * Remove linux32 from Build-Depends as it's now in util-linux.
   * Ensure we don't fail in gridengine-common postinst when the sgeadmin user
     already exists.
Checksums-Sha1: 
 7f6f6f17f70f963b2b464a9b73d9d8e57e0a0a56 1484 gridengine_6.2-3.dsc
 718db51901a13cc462620052162761e3fc211529 33115 gridengine_6.2-3.diff.gz
 43c16868b186a81a8ee0ab6d84435cea4c2d3fc3 351754 gridengine-common_6.2-3_all.deb
 bc47659751979e8614d38df7a1d3d6a518fd063d 8185514 
gridengine-client_6.2-3_amd64.deb
 5a9262e231d546e0f19320f5d7b252b8fdfdd215 1423020 
gridengine-qmon_6.2-3_amd64.deb
 3b9c1141e01c2f139563a20cd1661d19dad57f6f 4699060 
gridengine-master_6.2-3_amd64.deb
 f8b12492ea40233418d11e984571eb6a78f5a1b0 1305402 
gridengine-exec_6.2-3_amd64.deb
 adcd5a0789aec7c11bf1f43d3e3955ce85a5dc53 710430 libdrmaa1.0_6.2-3_amd64.deb
 e68be470190c69ca8555798e0aceb1e9a4cdc86d 47174 libdrmaa-dev_6.2-3_amd64.deb
Checksums-Sha256: 
 8c7c5ca365b6c745955bd8733b862144310ae094ea05303b5f9f3839d5bbd79e 1484 
gridengine_6.2-3.dsc
 74d2cc03fc5a2be9fa3e6f3f96c9a0f7b6c8f3a30e321aa7111c99daef98539d 33115 
gridengine_6.2-3.diff.gz
 7ca0c84f7153d0052af2fd67ffeb0bb9244f9e2dd61b902f4bdbf66f45768f1b 351754 
gridengine-common_6.2-3_all.deb
 6b000c629bf45fa6cc927c6e9ac6d9bc8b01be962bb24d596fcb00576d4ec4f5 8185514 
gridengine-client_6.2-3_amd64.deb
 0d77589745879dbe88896f5ffc8d683a788a700a964cf73a17d5db9e4e284fe2 1423020 
gridengine-qmon_6.2-3_amd64.deb
 2c5c6ab31326fa83735e4085e70ad090477f5ca47a0c0a43154e2e8ce7168989 4699060 
gridengine-master_6.2-3_amd64.deb
 a237d39b08012ba446d5af267b169e25ef43813df90ad12197fe7b88570ccbea 1305402 
gridengine-exec_6.2-3_amd64.deb
 98446f4c93987f900b163888d6b4b49359440d5966e42e1b02bc0a3209e43aeb 710430 
libdrmaa1.0_6.2-3_amd64.deb
 4ef02eea64853021702036ee0e1cf8343f8c8dab91831bc26d95b24f05841e82 47174 
libdrmaa-dev_6.2-3_amd64.deb
Files: 
 8ad58d37a259156734dc51082c56a3f3 1484 utils optional gridengine_6.2-3.dsc
 8000f28aa720db4168b5b5edaf5b5a5d 33115 utils optional gridengine_6.2-3.diff.gz
 5a0c6b911fa1e6d4bd06b64834633400 351754 utils optional 
gridengine-common_6.2-3_all.deb
 063493e8fb1112c2e2866775fa80b4ae 8185514 utils optional 
gridengine-client_6.2-3_amd64.deb
 017858e1036cb20b700e9ad22562388e 1423020 utils optional 
gridengine-qmon_6.2-3_amd64.deb
 d7c7bbd4958db1883897ce999c35ae99 4699060 utils optional 
gridengine-master_6.2-3_amd64.deb
 71c0d92ab17d5c8461c6579020cdad24 1305402 utils optional 
gridengine-exec_6.2-3_amd64.deb
 9ed5c7b2624e662cf3ef052f955fded0 710430 libs optional 
libdrmaa1.0_6.2-3_amd64.deb
 a341b2de95b4a72f8e46f3347df2664c 47174 libdevel optional 
libdrmaa-dev_6.2-3_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFJL7EhNIW6CNDsByMRAuZQAKDNslOhuFPybpillyiKUHQBK0ipggCgp11c
1ckwIVh/JefKKsERX5FW2iU=
=aLOg
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to