aix 5300-01 as server from PC to telnet/ssh into the server every 10 minutes if nothing input then the connection was closed. how to change this time from 10minutes into 1hour? thanks. when disconnected get a message like this: Connection to hostxxxx closed by remote host
我在内网上ftp服务器时,出现ftp: connect: Connection timed out,有时又可以ftp上去,但下载文件时只有0点几K,很慢很慢,不知道什么原因?
服务器是 Linux,也是域名服务器. 我用 IPTABLES 写了一个很长的 脚本文件,主要是 限制内网访问一些外部的站点。 可是运行大概10分钟后,域名服务器就不能解析域名了,用IP地址可以访问外网. 用 nslookup 查询,提示:" connection timed out; no servers could be reached " 但是 53端口还在监听 啊。 如果我清除 IPTABLES 规则,马上就可以用域名访问外网了。 哪位 高手 帮我看看是什么原因.
WhatsUp Professional - Error: The script timed out because it exceeded 1800000 seconds Product: Version: Platform: WhatsUp Professional, WhatsUp Professional Premium 2006 Windows 2000 SP4, Windows XP SP1 or later, Windows 2003 Question/Problem: I'm trying to view one of the WhatsUp Professional reports, and I'm receiving the following error instead of seeing the report: The script timed out becau...
具体是装好后安装discuz论坛,在检查配置的时候失去响应,然后提示貌似是nginx和fastcgi连接不上出现的那个,检查错误日志,显示 2009/06/02 19:36:19 [error] 1578#0: *1 upstream timed out (60: Operation timed out) while reading response header from upstream, client: 192.168.0.86, server: 192.168.0.20, request: "POST /install/index.php HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "192.168.0.20",...
使用urllib库下载东西,可是经常出现下面的错误。查了一下,别人建议设置超时时间长一些,socket.setsockettimeout(10),我已经把延时设为10妙了,可还经常出现这种情况,我想问问,能不能让程序一直卡在那了,直到可以访问为止??不考虑将超时设为无穷大.... File "601-poco-restaurant.py", line 207, in sendContent returnValues = urllib.urlopen("http://192.168.2.200/spider/save",params) # 发送 File "/usr...
新装了个DNS服务器,网络正常,CPU,内存正常,可是每次通过nslookup解析域名的时候总是会报一下的提示,报完以后,域名也能解析出来,不知道是什么问题 DNS request timed out. timeout was 2 seconds.
深圳的服务器a1连北京服务器b上的oracle,可以正常连接。现在在深圳想用另一台服务器a2也连北京的oracle,sqlplus连接的时候提示TNS-12535: TNS:operation timed out。不知道是什么原因。 服务器是sun的服务器,solaris9系统。 a2能ping通b的ip,可是tnsping时不通,提示TNS-12535: TNS:operation timed out。 a1和a2的tnsnames.ora和listener.ora基本是一样的,只有host的ip不同。 北京那边说对深圳的服务器a1,a2的设置都是一样的...
fserver 的系统是LINUX7.3, 本地机的系统是AMD64 RHEL V3.0, 使用 mount fserer:/share /home 总是出现nfs: server fserver not responding, timed out 信息, 为什么? 如何解决?
我的程序运行过程中,select函数返回-1,错误字符串为:Connection timed out,出现此错后,READ函数立即收到0.此时重连CONNECT函数没有出错,可是返回SOCK=0. 一般情况下SOCK值应该>0 ,=0 应该不正常吧. 此时如果当sock=0正常,继续Select就会一直范围错误Connection timed out,该怎么处理呢.如果当SOCK=0不正常,难道要一直重连吗. 请各位帮忙!