Your message dated Sat, 28 Sep 2019 01:11:46 +0200
with message-id <20190927231146.GA16742@ischia>
and subject line Re: Bug#941121: upgrade to debian 9.11 removes config entry
has caused the Debian Bug report #941121,
regarding upgrade to debian 9.11 removes config entry
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.)
--
941121: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=941121
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: slurm-llnl
Version: 16.05.9-1
Severity: normal
[remark: this might be a problem of systemd, I'm not sure whether this
is an issue of slurm or of systemd.]
When upgrading from debian 9.10 to 9.11 [2], a configuration entry in
/etc/systemd/system/multi-user.target.wants/slurmd.service
got lost.
In order to address an issue ("Cannot allocate memory" when running mpi
jobs under slurm, it is described in [1]) we had to add in
/etc/systemd/system/multi-user.target.wants/slurmd.service
this entry
[Service]
...
LimitMEMLOCK=1000000000000
After upgrading to debian 9.11 [2] this entry configuration disappeared.
It took some time to identify the issue. The fix/workaround is to
manually add the entry in the configuration file again, and run
systemctl daemon-reload
systemctl restart slurmd
I'd have expected that the configuration is maintained when doing
apt update && apt upgrade
Below is the system information from a machine that is not upgraded yet,
and it happens also on machines with Debian 9.10.
Thanks for considering.
Alois
[1]
https://stackoverflow.com/questions/39512931/segfaults-when-running-openmpi-job-inside-slurm-runscript
[2] http://ftp.debian.org/debian/dists/stretch/ChangeLog
-- System Information:
Debian Release: 9.9
APT prefers oldstable
APT policy: (990, 'oldstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.9.0-8-amd64 (SMP w/24 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: systemd (via /run/systemd/system)
Versions of packages slurm-llnl depends on:
ii slurm-wlm 16.05.9-1+deb9u2
slurm-llnl recommends no packages.
slurm-llnl suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
This is not a bug in the package: /etc/systemd/system/*.target.wants
directories contain symbolic links to unit files provided by the
packages under the /lib/systemd/system directory. Local units created by
the system administrator should be placed either in
/etc/systemd/system/*.service or in /etc/systemd/system/*.service.d
--
Gennaro Oliva
--- End Message ---