Bug#892296: marked as done (gridengine-qmon: qmon fails to start, as it cannot load pixmaps)

2018-07-08 Thread Debian Bug Tracking System
Your message dated Sun, 08 Jul 2018 11:50:26 +
with message-id 
and subject line Bug#892296: fixed in gridengine 8.1.9+dfsg-4+deb9u1
has caused the Debian Bug report #892296,
regarding gridengine-qmon: qmon fails to start, as it cannot load pixmaps
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 ow...@bugs.debian.org
immediately.)


-- 
892296: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=892296
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gridengine-qmon
Version: 8.1.9+dfsg-4
Severity: important


Dear Debian HPC Team,
I think I found a bug in the gridengine-qmon Debian package.

The qmon program fails to start:

  $ qmon 
  Warning: Cannot convert string "intro" to type Pixmap
  Can't load icon 21cal. Pixmaps should reside in $SGE_ROOT/qmon/PIXMAPS.

Apparently, the Debian package installs the pixmaps in

  /usr/share/gridengine/pixmaps

but the qmon Debian-packaged program incorrectly looks for them in

  /var/lib/gridengine/qmon/PIXMAPS


The (root) user can work around the bug with the following commands:

  # mkdir /var/lib/gridengine/qmon
  # ln -s /usr/share/gridengine/pixmaps /var/lib/gridengine/qmon/PIXMAPS


However, I believe that the Debian package should patch the qmon
program so that it looks for the resources in the directory where
the Debian package itself installs them.

Please fix this packaging bug.
Thanks for your time!

Bye.


-- System Information:
Debian Release: 9.3
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.9.0-6-amd64 (SMP w/20 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages gridengine-qmon depends on:
ii  debconf [debconf-2.0]  1.5.61
ii  gridengine-common  8.1.9+dfsg-4
ii  libc6  2.24-11+deb9u1
ii  libice62:1.0.9-2
ii  libjemalloc1   3.6.0-9.1
ii  libmunge2  0.5.12-1+b1
ii  libsm6 2:1.2.2-1+b3
ii  libssl1.0.21.0.2l-2+deb9u2
ii  libx11-6   2:1.6.4-3
ii  libxext6   2:1.3.3-1+b2
ii  libxm4 2.3.4-13
ii  libxt6 1:1.1.5-1

Versions of packages gridengine-qmon recommends:
ii  xfonts-75dpi  1:1.0.4+nmu1

gridengine-qmon suggests no packages.

-- debconf information excluded
--- End Message ---
--- Begin Message ---
Source: gridengine
Source-Version: 8.1.9+dfsg-4+deb9u1

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.

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 892...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Afif Elghraoui  (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 ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 05 Jul 2018 00:38:58 -0400
Source: gridengine
Binary: gridengine-common gridengine-client gridengine-qmon gridengine-master 
gridengine-exec gridengine-dev gridengine-drmaa1.0 libdrmaa1.0-java 
libdrmaa1.0-java-doc gridengine-drmaa-dev libdrmaa1.0-ruby
Architecture: source
Version: 8.1.9+dfsg-4+deb9u1
Distribution: stretch
Urgency: medium
Maintainer: Debian Grid Engine Maintainers 

Changed-By: Afif Elghraoui 
Description:
 gridengine-client - Utilities for Grid Engine queue management
 gridengine-common - Distributed resource management - common files
 gridengine-dev - Distributed resource management - development files
 gridengine-drmaa-dev - Distributed resource management Application API library 
- develop
 gridengine-drmaa1.0 - Distributed resource management Application API library
 gridengine-exec - Distributed resource management - Execution Server
 gridengine-master - Distributed resource management - Master Server
 gridengine-qmon - Graphical utilities for Grid Engine queue management
 libdrmaa1.0-java - Distributed resource management Application API library - 
Java bi
 libdrmaa1.0-java-doc - Distributed resource management Application API library 
- Java bi
 libdrmaa1.0-ruby - Distributed resource management Application API library - 

Bug#892296: marked as done (gridengine-qmon: qmon fails to start, as it cannot load pixmaps)

2018-03-11 Thread Debian Bug Tracking System
Your message dated Mon, 12 Mar 2018 01:49:37 +
with message-id 
and subject line Bug#892296: fixed in gridengine 8.1.9+dfsg-8
has caused the Debian Bug report #892296,
regarding gridengine-qmon: qmon fails to start, as it cannot load pixmaps
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 ow...@bugs.debian.org
immediately.)


-- 
892296: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=892296
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gridengine-qmon
Version: 8.1.9+dfsg-4
Severity: important


Dear Debian HPC Team,
I think I found a bug in the gridengine-qmon Debian package.

The qmon program fails to start:

  $ qmon 
  Warning: Cannot convert string "intro" to type Pixmap
  Can't load icon 21cal. Pixmaps should reside in $SGE_ROOT/qmon/PIXMAPS.

Apparently, the Debian package installs the pixmaps in

  /usr/share/gridengine/pixmaps

but the qmon Debian-packaged program incorrectly looks for them in

  /var/lib/gridengine/qmon/PIXMAPS


The (root) user can work around the bug with the following commands:

  # mkdir /var/lib/gridengine/qmon
  # ln -s /usr/share/gridengine/pixmaps /var/lib/gridengine/qmon/PIXMAPS


However, I believe that the Debian package should patch the qmon
program so that it looks for the resources in the directory where
the Debian package itself installs them.

Please fix this packaging bug.
Thanks for your time!

Bye.


-- System Information:
Debian Release: 9.3
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.9.0-6-amd64 (SMP w/20 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages gridengine-qmon depends on:
ii  debconf [debconf-2.0]  1.5.61
ii  gridengine-common  8.1.9+dfsg-4
ii  libc6  2.24-11+deb9u1
ii  libice62:1.0.9-2
ii  libjemalloc1   3.6.0-9.1
ii  libmunge2  0.5.12-1+b1
ii  libsm6 2:1.2.2-1+b3
ii  libssl1.0.21.0.2l-2+deb9u2
ii  libx11-6   2:1.6.4-3
ii  libxext6   2:1.3.3-1+b2
ii  libxm4 2.3.4-13
ii  libxt6 1:1.1.5-1

Versions of packages gridengine-qmon recommends:
ii  xfonts-75dpi  1:1.0.4+nmu1

gridengine-qmon suggests no packages.

-- debconf information excluded
--- End Message ---
--- Begin Message ---
Source: gridengine
Source-Version: 8.1.9+dfsg-8

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.

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 892...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Afif Elghraoui  (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 ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 11 Mar 2018 21:26:20 -0400
Source: gridengine
Binary: gridengine-common gridengine-client gridengine-qmon gridengine-master 
gridengine-exec gridengine-dev gridengine-drmaa1.0 libdrmaa1.0-java 
libdrmaa1.0-java-doc gridengine-drmaa-dev libdrmaa1.0-ruby
Architecture: source
Version: 8.1.9+dfsg-8
Distribution: unstable
Urgency: medium
Maintainer: Debian HPC Team 
Changed-By: Afif Elghraoui 
Description:
 gridengine-client - Utilities for Grid Engine queue management
 gridengine-common - Distributed resource management - common files
 gridengine-dev - Distributed resource management - development files
 gridengine-drmaa-dev - Distributed resource management Application API library 
- develop
 gridengine-drmaa1.0 - Distributed resource management Application API library
 gridengine-exec - Distributed resource management - Execution Server
 gridengine-master - Distributed resource management - Master Server
 gridengine-qmon - Graphical utilities for Grid Engine queue management
 libdrmaa1.0-java - Distributed resource management Application API library - 
Java bi
 libdrmaa1.0-java-doc - Distributed resource management Application API library 
- Java bi