Closed troibe closed 2 years ago
I guess I was using the wrong server if I use the Stratix 10 PAC Compilation and Programming - RTL AFU, OpenCL
then the license file is available.
However now the tunneling is not working as it is supposed to for the GUI (u123456 of course replaced with my own user):
ssh -L 4002:s005-n005:22 devcloud
ssh u123456@localhost -p 4002
The authenticity of host '[localhost]:4002 ([127.0.0.1]:4002)' can't be established.
ECDSA key fingerprint is SHA256:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added '[localhost]:4002' (ECDSA) to the list of known hosts.
u123456@localhost: Permission denied (publickey,gssapi-keyex,gssapi-with-mic).
Or if I'm using x2goclient
then I get this issue.
Glad you got the first license step going. Select A10 or S10 machines. or manually set it export LM_LICENSE_FILE=/usr/local/licenseserver/quartus.lic
did you try launching x2go after running the tunneling command. Although it throws an error, x2go should launch.
@llandis I'm not sure what was wrong with my original account. After some time I couldn't even log using the direct ssh connection. (Maybe I got blocked after too many bad connection requests?) I just created a new account and made some more progress.
Interestingly now I get asked for a password using x2go (the ssh tunneling issue remains as explained above).
However I'm not sure what password I would have to enter and as such get this error:
Permission denied (publickey, password)
Nevermind I was having a localhost entry in my ~/.ssh/config
which was confusing x2go I guess.
I got it working now.
I am trying to run the Quartus Prime Standard edition on one of the compile servers.
Steps I took:
tools_setup
to specify Quartus Prime Standard.Which tool would you like to source? 1) Quartus Prime Lite 2) Quartus Prime Standard 3) Quartus Prime Pro 4) HLS 5) Arria 10 PAC Compilation and Programming - RTL AFU, OpenCL 6) Arria 10 - OneAPI, OpenVINO 7) Stratix 10 PAC Compilation and Programming - RTL AFU, OpenCL 8) Stratix 10 - OneAPI, OpenVINO
Number: 2 sourcing /glob/development-tools/versions/intelFPGA/18.1/init_quartus.sh
$ echo $QUARTUS_ROOTDIR_OVERRIDE /glob/development-tools/versions/oneapi/2022.1.2/oneapi/intelfpgadpcpp/2022.1.0/QuartusPrimePro/19.2/quartus $ export QUARTUS_ROOTDIR_OVERRIDE=/glob/development-tools/versions/intelFPGA/18.1/quartus
$ quartus_map otma_bringup Error (292026): Specified license file does not exist.
$ echo $LM_LICENSE_FILE /usr/local/licenseserver/quartus.lic $ export LM_LICENSE_FILE=/usr/local/licenseserver/psxe.lic $ quartus_map otma_bringup Error (292027): Specified license does not contain information required to run the Quartus Prime software.