当前位置: 首页 > 图文教程 > 操作系统 > Unix/Linux > Squid 错误解决一则:squid: ERROR: No running copy

Unix/Linux
vi的命令
如何判断Zend Optimizer安装成功
Linux常用的日志文件和常用命令
linux如何修改主机名
linux如何删除非空文件夹|linux怎么删除非空文件夹
gzip: stdin: unexpected end of file tar: Unexpected EOF in archive tar: Unexpect
vsftpd 配置例子
vsftpd 配置
vsftpd如何配置虚拟用户:PAM + PgSQL + FreeBSD-4
vsftp中文说明
VSFTP配置实例
vsftpd 配置(中)
怎么使用户能访问ftp,但不能远程登录
httpd: Could not determine the servers fully qualified domain name, using 127.0.
测试apache是否安装成功
apache 80端口无法打开|连接
make_sock: could not bind to address 0.0.0.0:443
kernel-headers下载
kernel-headers-2.2.1-4
找不到config.inc.php 没有config.inc.php这个文件

Unix/Linux 中的 Squid 错误解决一则:squid: ERROR: No running copy


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-11-01   浏览: 176 ::
收藏到网摘: n/a

Problem:#/usr/local/squid/sbin/squid -k reconfiguresquid: ERROR: No running copyResolve:#ps -aux|grep squidnobody 2480 0.0 0.7 4088 996 ? S 10:41 0:00 /bin/sh /usr/local/squid/bin/RunCachenobody 2487 0.1 5.5 8980 6968 ? S 10:41 0:02 squid -NsYroot 3104 0.0 0.5 4448 648 pts/2 S 11:10 0:00 grep squid#cat /etc/squid/squid.conf |grep "squid.pid"pid_filename /var/run/squid.pid#echo /var/run/squid.pid5049????????#vi /etc/squid/squid.conf修改/var/run/squid.pid为pid_filename /usr/local/squid/var/logs/squid.pid此为默认的#echo "2487" > /usr/local/squid/var/logs/squid.pid#/usr/local/squid/sbin/squid -k reconfigureOK!!!