[[vcae-lubuntu-18.04]]

LDAP: couldn't connect to LDAP server

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
vcae-lubuntu-18.04 [2019/03/28 08:13]
beckmanf vcom problem
vcae-lubuntu-18.04 [2019/03/28 16:34]
beckmanf added modelsim linux_rh60 problem
Line 109: Line 109:
 ==== Run Modelsim ==== ==== Run Modelsim ====
  
-=== Fix VCO script ===+=== Fix linux_rh60 vco script ​problem ​===
  
 When you run modelsim and see: When you run modelsim and see:
Line 119: Line 119:
 </​code>​ </​code>​
  
-then, you have to fix the vco script+then, you have to fix the vco script. First change the permissions such that you can modify the script. 
 + 
 +<​code>​ 
 +cd /​opt/​altera/​18.1/​modelsim_ase 
 +chmod u+w vco 
 +</​code>​ 
 + 
 +Open the vco with  
 + 
 +<​code>​ 
 +vi vco 
 +</​code>​ 
 + 
 +and find the following section 
 + 
 +<​code>​ 
 +      else 
 +        case $utype in 
 +          2.4.[7-9]*) ​      ​vco="​linux"​ ;; 
 +          2.4.[1-9][0-9]*) ​ vco="​linux"​ ;; 
 +          2.[5-9]*) ​        ​vco="​linux"​ ;; 
 +          2.[1-9][0-9]*) ​   vco="​linux"​ ;; 
 +          3.[0-9]*) ​            ​vco="​linux"​ ;; 
 +          *)                vco="​linux_rh60"​ ;; 
 + 
 +</​code>​ 
 + 
 +And change the "​linux_rh60"​ entry to "​linux"​. 
 + 
 +=== Fix the === 
 +<​code>​ 
 +dir=`dirname "​$arg0"​` 
 +</​code>​
  
  
  
  
  • vcae-lubuntu-18.04.txt
  • Last modified: 2020/03/22 23:20
  • by beckmanf