ChinaUnix.net
相关文章推荐:

bindvarruntpmtpmdsocket0 failed no such file or directory

我的一台scopenserver 5.0.5 一天重起好几次,系统启动时提示一下错误: Sep 9 07:54:20 pyfx snmpd[351]: Agent started (pid 351) Sep 9 07:56:35 pyfx ftpd[701]: #2 open of pid file failed: No such file or directory Sep 9 07:59:19 pyfx ftpd[718]: #2 open of pid file failed: No such file or directory Sep 9 07:59:45 pyfx ftpd[719]: #2 open of pid file failed: No such file or directory Sep 9 08:01:04...

by t_f_388 - 其他UNIX - 2004-10-09 09:42:56 阅读(2196) 回复(2)

相关讨论

FreeBSD+PF+Squid 一直运行正常,突然有一天出现了这样的问题,打开很多网站都拒绝访问,有时候多刷新几次就正常了.在Cache.log日志里记录有这样的错误,每隔一分钟就记录一次,不知道是什么原因造成的. 重新安装Squid,重新编译内核,都解决不了这个问题,请各位大侠援手.

by thebear0611 - BSD - 2008-10-08 21:18:03 阅读(1751) 回复(0)

bash-2.03$ /opt/netcool/ssm/bin/snmptop ld.so.1: /opt/netcool/ssm/bin/snmptop: fatal: libnetsnmp.so.9: open failed: No such file or directory 请问,此文件是系统patch所带的一个文件?

by adriancool - Solaris - 2008-01-17 11:06:13 阅读(1702) 回复(0)

错误现象: 用户访问网页提示 Internal Server Error 系统架构: Sun Solaris 2.6 +Apache/1.3.26 +MySQL, 查错过程: ps -ef httpd daemon 运行,但是没有mysql daemon 执行/usr/local/mysql/bin 目录下面的所有执行文件均报错(mysqladmin, safe_mysqld stop, safe_mysqld start) 现在MySql 不能启动了, 执行启动命令报错 ld.so.1: /usr/local/mysql/bin/my_print_defaults: fatal: libz.so: open failed: no such file or...

by charles-an - MySQL - 2005-07-21 17:30:23 阅读(2005) 回复(3)

FC6 . TCL脚本中: if { [catch {exec mv $filedir\/* $targetdir/} result] } { puts "error:$result" 运行结果: error:mv: cannot stat `/aaa/*': No such file or directory /aaa已存在.用的是绝对路径.脚本不在根目录下. 如果用具体的文件名代替*,也可以在脚本中运行成功. 但这个目录下有多个不规则文件,能不能用一条语句实现文件移动? 手动在shell执行mv /aaa/* ....也能成功.在脚本中就不行. [ 本帖最后由 thin...

by thinothing - Shell - 2009-07-11 14:16:26 阅读(817) 回复(0)

#include #include #define SIZE 10 struct score_type//定义学生五科成绩的结构体 { int computer; int progrome; int PE; int english; int maths; }scores; struct student_type//定义俩个学生信息的结构体 { int num; char name[10]; int age; char sex; struct score_type scores; }std1[SIZE],std2[SIZE]; void input_data() { file *fp; int i; if ((fp = fopen("Student Informati...

by DoctorHouse - C/C++ - 2008-05-07 23:44:54 阅读(2927) 回复(5)

root@nmsvr # ls FXS9 base root@nmsvr # ls -l ./base: No such file or directory drwxrwxr-x 4 vobadmin answgrp 54 Mar 7 2006 FXS9 base这个文件夹明明是可以看到的,但是却ls -l不到。 请大家指点,谢谢

by simon_solaris - Solaris - 2007-09-29 16:18:13 阅读(1793) 回复(3)

我在加载winxp下的硬盘分区时提示 No such file or directory谢谢

by xahsp - Linux论坛 - 2003-12-08 18:46:09 阅读(240) 回复(0)

在sparc的sol8上安装装了gcc-3.4.6成功后出现这样的问题: ld.so.1: gcc: fatal: libintl.so.3: open failed: No such file or directory 请问这个问题怎么解决?谢谢了!

by yancncen - Solaris - 2006-12-30 14:35:13 阅读(2755) 回复(11)

我建立squid服务器,将其中的cache_dir改为/squid(注:/squid为一个单独的分区500M,我设为cache_dir为400M),当我用squid -z初始化时,初始化失败,查看squid.out文件,内容有:fatal:failed to make swap directory /squid:(17) file exists 但/squid是绝对存在的,权限都已设为squid:squid,777 不知为什么会产生这种情况?

by 我是一个贼 - 服务器架设 - 2005-12-22 16:17:24 阅读(1864) 回复(3)

今天安装好gtk/gcc等等工具后编了一个标准的helloworld程序。编译通过。 但是在运行编译生成的可执行文件的时候报错,错误信息如下: 我运行的文件名字叫hello ld.so.1:hello: fatal: libgtk-x11-2.0.so.0: open failed: No such file or directory Killed 请问大家有谁遇到过类似问题,给点建议把。 :em12:

by xmas128 - GUI编程 - 2004-05-28 11:29:15 阅读(2299) 回复(1)