Package: slurm-client
Version: 14.03.9-3
Severity: important
Tags: patch

Dear Maintainer,

the sacctmgr binary only installed in the slurmdbd packages respectively.
Please consider installing it with the slurm-client package.

It is not only an administration tool but allows to query all sorts of
information like available accounts, qos, etc, that is available from the
slurmdbd. It is also needed for bash-completion of the various slurm commands
(slurm_completion.sh in https://github.com/damienfrancois/slurm-helper included
upstream in 14.11) and my own zsh-completion functions.

This Bug also affects wheezy.

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
        Not considering sacctmgr as a slurm client command.
   * What exactly did you do (or not do) that was effective (or
     ineffective)?
        run on a slurm client node (eg. to show available accounts):
        sacctmgr show accounts
   * What was the outcome of this action?
        "command not found: sacctmgr"
   * What outcome did you expect instead?
        A List of accounts that are available on the cluster such as

   Account                Descr                  Org
---------- -------------------- --------------------
     admin administrative tasks                admin
  baseuser base account for ev+             baseuser
       xyz research project xyz                  xyz

*** End of the template - remove these template lines ***



-- System Information:
Debian Release: jessie/sid
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16-3-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/dash
diff -crB debian.orignal/control debian/control
*** debian.orignal/control      2014-11-10 11:00:15.172876051 +0100
--- debian/control      2014-11-10 10:58:53.856866213 +0100
***************
*** 245,252 ****
   is an open-source cluster resource management and job scheduling.
   This package contain SlurmDBD (Slurm DataBase Daemon) that can be
   used to securely manage the accounting data for several Slurm
!  clusters in a central location and sacctmgr a command for managing
!  user accounts in SlurmDBD.
  
  Package: libslurm-perl
  Section: perl
--- 245,251 ----
   is an open-source cluster resource management and job scheduling.
   This package contain SlurmDBD (Slurm DataBase Daemon) that can be
   used to securely manage the accounting data for several Slurm
!  clusters in a central location.
  
  Package: libslurm-perl
  Section: perl
Only in debian: control~
Only in debian/patches: series~
diff -crB debian.orignal/slurm-client.install debian/slurm-client.install
*** debian.orignal/slurm-client.install 2014-11-10 11:00:15.172876051 +0100
--- debian/slurm-client.install 2014-11-10 10:59:20.944869377 +0100
***************
*** 15,17 ****
--- 15,18 ----
  usr/bin/sacct
  usr/bin/scontrol
  usr/bin/sstat
+ usr/bin/sacctmgr
Only in debian: slurm-client.install~
diff -crB debian.orignal/slurmdbd.install debian/slurmdbd.install
*** debian.orignal/slurmdbd.install     2014-11-10 11:00:15.172876051 +0100
--- debian/slurmdbd.install     2014-11-10 10:59:03.336867323 +0100
***************
*** 1,2 ****
  usr/sbin/slurmdbd
- usr/bin/sacctmgr
--- 1 ----

Reply via email to