Re: [slurm-users] Slurmctld and log file

2020-09-09 Thread Ole Holm Nielsen
On 09-09-2020 13:26, Ole Holm Nielsen wrote: On 09-09-2020 11:58, Andrew Elwell wrote: As an aside, I've seen on one of the talk slides that using systemctl reload is a Bad Thing to do with logrotation for slurm - Simply send SIGUSR2 (or HUP for pre-17.11 versions apparently) https://bugs.schedm

Re: [slurm-users] Slurmctld and log file

2020-09-09 Thread Ole Holm Nielsen
On 09-09-2020 11:58, Andrew Elwell wrote: As an aside, I've seen on one of the talk slides that using systemctl reload is a Bad Thing to do with logrotation for slurm - Simply send SIGUSR2 (or HUP for pre-17.11 versions apparently) https://bugs.schedmd.com/show_bug.cgi?id=4393 See also the last

Re: [slurm-users] Slurmctld and log file

2020-09-09 Thread Andrew Elwell
As an aside, I've seen on one of the talk slides that using systemctl reload is a Bad Thing to do with logrotation for slurm - Simply send SIGUSR2 (or HUP for pre-17.11 versions apparently) https://bugs.schedmd.com/show_bug.cgi?id=4393 Andrew

Re: [slurm-users] Slurmctld and log file

2020-09-09 Thread Gestió Servidors
Hello, This seems to imply you had some changes in your slurm.conf I'm presuming you are running Centos 7 or such. Do you see anything when you do 'journalctl -u slurmctld' I'm wondering if you were only logging to the journal and then added the bits to also/instead log to a separate file. I d