<div dir="ltr"><div dir="ltr"><div dir="ltr">Hi,<div><br></div><div>I'm trying to deploy slurm scheduler but I'm facing some issue with x11; I got this error :</div><div><div>srun: error: Cannot forward to local display. Can only use X11 forwarding with network displays.</div></div><div>when I try to launch a job from a slurm login to a slurm node.<br></div><div><br></div><div>Here some tests:</div><div><br></div><div><div>from notebook [NB] -> slurm login server [SLS] -> slurm node server [SNS] </div><div><br></div><div>###</div><div>ssh</div><div>###</div><div><br></div><div>[NB] : ssh -> [SLS] : xeyes </div><div>OK</div><div><br></div><div>[NB] : ssh -> [SLS] : \ssh -X [SNS] : xeyes</div><div>OK</div><div><br></div><div>[NB] : ssh -> [SLS] : srun --x11 --pty bash -> [SNS] : xeyes </div><div>X11 connection rejected because of wrong authentication.</div><div>Error: Can't open display: localhost:59.0</div><div><br></div><div><br></div><div>####</div><div>x2go</div><div>####</div><div><br></div><div>[NB] : x2go -> [SLS] : xeyes </div><div>OK</div><div><br></div><div>[NB] : x2go -> [SLS] : srun --x11 --pty bash</div><div>srun: error: Cannot forward to local display. Can only use X11 forwarding with network displays.</div><div><br></div><div>[NB] : x2go -> [SLS] : srun --pty bash -> [SNS] : xeyes</div><div>Error: Can't open display: :50</div><div><br></div><div>[NB] : x2go -> [SLS] : srun --pty bash -> [SNS] : export DISPLAY=[SLS]:50 ; xeyes</div><div>OK</div><div><br></div><div>{same behaviour as X2go for VNC.}</div></div><div><br></div><div>Any hints please ?</div><div><br></div><div>Thanks,</div><div>Luca</div></div></div></div>