<div dir="ltr"><div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-family:tahoma,sans-serif">Hi,<br></div><div class="gmail_default" style="font-family:tahoma,sans-serif">May I know why the user is not able to run a qemu interactive job?<br></div><div class="gmail_default" style="font-family:tahoma,sans-serif">According to the configuration which I made, everything should be fine. Isn't that?<br><br>[valipour@rocks7 ~]$ salloc run_qemu.sh <br>salloc: Granted job allocation 1209<br>salloc: error: Unable to exec command "run_qemu.sh"<br>salloc: Relinquishing job allocation 1209<br>[valipour@rocks7 ~]$ cat run_qemu.sh <br>#!/bin/bash<br>#SBATCH --nodelist=compute-0-1<br>#SBATCH --cores=8<br>#SBATCH --mem=40G<br>#SBATCH --partition=QEMU<br>#SBATCH --account=q20_8<br>USERN=`whoami`<br>qemu-system-x86_64 -m 40000 -cpu Opteron_G5 -smp cores=8 -hda win7_sp1_x64.img -boot c -usbdevice tablet -enable-kvm -device e1000,netdev=host_files -netdev user,net=<a href="http://10.0.2.0/24,id=host_files,restrict=off,smb=/home/$USERN,smbserver=10.0.2.4">10.0.2.0/24,id=host_files,restrict=off,smb=/home/$USERN,smbserver=10.0.2.4</a> <br>[valipour@rocks7 ~]$ sacctmgr list association format=user,account,partition,grptres | grep valipour<br>  valipour      local                          <br>  valipour      q20_8       qemu cpu=8,mem=40G <br>[valipour@rocks7 ~]$ rocks run host compute-0-1 "qemu-system-x86_64 -h | head -n 1"<br>Warning: untrusted X11 forwarding setup failed: xauth key data not generated<br>QEMU emulator version 3.1.0<br>[valipour@rocks7 ~]$ <br>[valipour@rocks7 ~]$ ls -l run_qemu.sh <br>-rwxr-xr-x 1 valipour valipour 387 Jun 17 21:38 run_qemu.sh<br><br><br><br clear="all"></div><div><div dir="ltr" class="gmail_signature"><div dir="ltr"><font face="tahoma,sans-serif">Regards,<br>Mahmood</font><br><br><br></div></div></div></div></div></div>