|
发表于 2011-5-11 15:46:06
|
显示全部楼层
root@liliang:~# sudo gedit /home20:33:38 (lmgrd) The TCP port number in the license, 5280, is already in use.
哪位高手指导一下?
*************************
change the TCP number inside license file from 5280 to something else, like 5282 or 7280
TCP number 5280 is used by other program
*************************
之前的问题是这样的
参考下面的博客安装的,不过那个笔者是在suse10下装的
http://www.edacn.net/index.php/112944/viewspace-31791.html
我现在用的是ubuntu7.10 按照上面的网站安装以及设置后。
在终端中运行 lmli
却显示下面的错误
18:31:17 (lmgrd) Can't make directory /usr/tmp/.flexlm, errno: 2(No such file or directory)
18:31:17 (lmgrd) Can't make directory /usr/tmp/.flexlm, errno: 2(No such file or directory)
18:31:17 (lmgrd) Can't open /usr/tmp/.flexlm/lmgrdl.31958, errno: 2
**************************
make sure you have /usr/tmp directory and is writable by "world". (directory protection is drwxrwxrwx)
**************************
下面是我设置的环境变量
alias lmli='/home/eda/ic610/tools/bin/lmgrd -c /home/eda/ic610/share/license/license.dat'
export OA_HOME=/home/eda/ic610/OA
export CDS_ROOT=/home/eda/ic610
export CDS_LIC_FILE=5280@liliang
export LM_LICENSE_FILE=$CDS_ROOT/share/license/license.dat
export CDS_Netlisting_Mode=Analog
export PATH=($CDS_ROOT/tools/bin $CDS_ROOT/tools/dfII/bin $PATH)
export MOZILLA_HOME=/usr/bin/netscape
******************************
set up is correct. try to re-start the lmgrd program. make sure old lmgrd is "killed"
use "pmacpmac"'s recommendation or
lmdown -c license-file
to shut down old daemon
****************************** |
|