纠结了我很长时间的问题啊~~~真心求教!
时间:10-02
整理:3721RD
点击:
纠结了我很长时间的问题啊~真心求教!
[user1@server2 ~]$ *WARNING* file /home/user1/CDS.log File is already locked by some other process.
*WARNING* file /home/user1/CDS.log.1 cls: Unable to look up host name "server1".
*WARNING* file /home/user1/CDS.log.2 File is already locked by some other process.
*WARNING* file /home/user1/CDS.log.3 File is already locked by some other process.
*WARNING* file /home/user1/CDS.log.4 File is already locked by some other process.
*WARNING* file /home/user1/CDS.log.5 File is already locked by some other process.
*WARNING* file /home/user1/CDS.log.6 cls: Unable to look up host name "server1".
*WARNING* file /home/user1/CDS.log.7 cls: Unable to look up host name "server1".
*WARNING* file /home/user1/CDS.log.8 cls: Unable to look up host name "server1".
*WARNING* file /home/user1/CDS.log.9 File is already locked by some other process.
Failed to lock log file: /home/user1/CDS.log.9
[1]+Exit 255virtuoso
[user1@server2 ~]$
Failed to lock log file,virtuoso就Exit 255了。
像是CDS.log.x最多只能从0到9,再无法打开更多的virtuoso了
求破解!
[user1@server2 ~]$ *WARNING* file /home/user1/CDS.log File is already locked by some other process.
*WARNING* file /home/user1/CDS.log.1 cls: Unable to look up host name "server1".
*WARNING* file /home/user1/CDS.log.2 File is already locked by some other process.
*WARNING* file /home/user1/CDS.log.3 File is already locked by some other process.
*WARNING* file /home/user1/CDS.log.4 File is already locked by some other process.
*WARNING* file /home/user1/CDS.log.5 File is already locked by some other process.
*WARNING* file /home/user1/CDS.log.6 cls: Unable to look up host name "server1".
*WARNING* file /home/user1/CDS.log.7 cls: Unable to look up host name "server1".
*WARNING* file /home/user1/CDS.log.8 cls: Unable to look up host name "server1".
*WARNING* file /home/user1/CDS.log.9 File is already locked by some other process.
Failed to lock log file: /home/user1/CDS.log.9
[1]+Exit 255virtuoso
[user1@server2 ~]$
Failed to lock log file,virtuoso就Exit 255了。
像是CDS.log.x最多只能从0到9,再无法打开更多的virtuoso了
求破解!
这个问题太简单了,把电脑重启。
内容删除
看不懂,桌等大神解答
到home路径下,把.lck文件删除了,就可以了
setenv CDS_LOG_VERSION pid
想开多少开多少,只是注意定期删除过期的log
1) Virtuoso 仅仅是一个工作平台,为什么同是需要那么多平台呢?超过十个平台太极端了,这个工作习惯有问题,乱了一点。
2) 如果仅仅是过去的LOG文件被锁定的问题,应该查一下为什么每次Virtuoso都不是正常退出的? 只有不正常退出的session才会遗留锁定住的LOG文件。
3) 除了CDS_LOG_VERSION可以与进程ID数绑定之外,还可以用CDS_LOG_PATH来指定LOG文件放在当前的工作目录,而不是$HOME。 如果每次都在$HOME下工作,这个习惯也不是太好!$HOME目录的整洁程度需要跟自己的桌面整洁程度一样小心维护。
这个可行,后查了一下资料,setenv CDS_LOG_VERSION sequential
也可以
只是奇怪
setenv CDS_LOG_LIMIT=20
不起作用,完全限不住,一直往上涨。
说得好,每开一个就得有相应的目的,完成后就要及时退出,除了多人用一个公用帐户的情况以外.