<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html><head><meta http-equiv="content-type" content="text/html; charset=UTF-8"></head><body style="font-family:Arial;font-size:14px"><p>Hi everyone, <br><br>
I have currently a setup consisting only of one node, which will grow in the future. Everything works fine so far, except that everytime a job starts, the ssh session is closed automatically and I have to log in again.<br><br>
Here are the different logs: <br><br>
Console:<br></p><div>
        sbatch launch_job.sh</div>
<div>
        Submitted batch job 42</div>
<div>
        [user@computer]$ Connection to 192.168.1.1 closed by remote host.<br><br>
        /var/log/secure/<br><div>
                Dec  1 12:30:27 computer systemd-logind: Removed session 114.</div>
        <div>
                Dec  1 12:30:27 computer systemd: Removed slice User Slice of user.</div>
        <div>
                Dec  1 12:30:27 computer systemd: Stopping User Slice of user.<br><br>
                It does not seem to be an error, however the session is closed and I have not seen any parameter to prevent it.</div>
</div>
<br></body></html>