免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1998 | 回复: 1
打印 上一主题 下一主题

[SCO UNIX] syslog ftpd[6361]: #2 open of pid file failed的解决方法 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2004-11-03 08:16 |只看该作者 |倒序浏览
在syslog中不断有这样的错误:
Nov  2 20:44:10 fuquan ftpd[6361]: #2 open of pid file failed: No such file or directory

几分钟出现一次,这如何解决?

论坛徽章:
1
荣誉版主
日期:2011-11-23 16:44:17
2 [报告]
发表于 2004-11-03 08:36 |只看该作者

syslog ftpd[6361]: #2 open of pid file failed的解决方法

这个曾经答复过,也是SCO的FAQ.
今天加个精彩以便日后可搜索。
http://wdb1.sco.com/cgi-bin/showta?107639
A. Edit the file /usr/lib/cleantmp

              B. Change the /bin/find line (line 87 in OpenServer 5.0.0).
                 Note: the "^^^^" indicate the option to be added.

                   FROM:

/bin/find $i ! -type p ! -type d -atime +$days -exec /bin/rm -f {} \;

                   TO:

/bin/find $i ! -type p ! -type d ! -name ftpd -atime +$days -exec /bin/rm -f
{} \;
                                    ^^^^^^^^^^^^^

              C. Using "scoadmin software manager", select the TCP/IP Runtime
                 as:

                   SCO OpenServer Enterprise/Host System ->;
                   SCO OpenServer Enterprise/Host System Connectivity ->;
                   SCO TCP/IP ->;
                   TCP/IP Runtime utilities and drivers

                 Then, run Software Verify, checking and fixing Broken/Missing
                 Symbolic Links.
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP