In computing, a timeout is either an error condition or event that occurs when an event exceeds the time frame permitted to it, or the period of time allotted to a given event.
2
votes
0answers
40 views
SSH connection closed/dropped a few seconds after successful log in (EC2/linux/debian)
I have been using ssh to connect to the same EC2 instance for months. Now, all of a sudden, I am getting kicked off the server every time I try to do so. The amount of time I can remain connected ...
0
votes
2answers
42 views
nagios - HTTP CRITICAL Socket timeout after 10/20/60 seconds
I just installed nagios on a server machine, only to be greeted with a critical error on the HTTP service.
the error is
HTTP CRITICAL - Socket timeout after 10 seconds
I searched for this error ...
-1
votes
0answers
13 views
Remote postgres connection timeouts sometimes
I have two server in same network. One of the server is runs django project on apache2 server, other is runs only postgresql server which is used in django project.
Time to time I get this error ...
1
vote
2answers
52 views
Postfix email delivery problems - yahoodns
Looking for a little advice. We seem to be blocked by yahoo but I can't find anywhere online that provides a method to requesting unblocking.
I should stress that port 25 is open (other emails are ...
2
votes
2answers
43 views
SFTP fails on listing directories with large number of files
I try to connect to an sftp server (vsftpd) on Centos server through port 22. there is no problem in connection and initial directory listing; there is also no problem if I click on a directory with ...
-1
votes
0answers
27 views
10% senders lost in a free server httpclient request is normal behaviour? [closed]
Can someone confirm if it's a server problem doing some tests to 'http://46.165.233.9/httpclienttest.ashx'?
I've designed a communications hub or cache that stores requests in a database and solves ...
0
votes
0answers
12 views
4.4.1 Timeout in 10 minute intervals SMTP on batch email jobs
I am running a job that uses SMTP and it can run in excess of an hour, emailing the entire time. It's not my code but a workflow based app so I just get a form to configure the mail server, subj, msg, ...
17
votes
2answers
422 views
DNS Server Responses and Timeouts
We're experiencing a frustrating problem on our LAN. Periodically, DNS queries to our ISP nameservers timeout forcing a 5 second delay. Even if I bypass /etc/resolv.conf by using a direct dig to one ...
0
votes
0answers
29 views
Supermicro IPMI/iKVM USBHID connection timeout
Recently, I've started to receive this error my logs:
drivers/hid/usbhid/hid-core.c: can't reset device, 0000:00:1a.0-1.2/input1, status -110
This error happens about 2-6 times per minute, and ...
0
votes
1answer
57 views
Can't SSH to localhost
I've spotted a problem on one of my openVZ Containers.
There is a tool running for managing git repositories on a server which needs to connect this server by SSH. That tool is running on the same ...
0
votes
1answer
48 views
Chef clients time out trying to connect to server
I'm not sure whether the problem is on client or server. All my machines are Ubuntu 12.04 x64. I'm on Digital Ocean, and I have to configure iptables to "survive".
Server Story
My Chef Server is on ...
0
votes
0answers
9 views
Timeout Error in SQL Server Database Mail Feature
I configured database mail profile as gmail smtp server, SSL and port 465. I didn't restart server. And this is first time to use Database Mail feature on that server.
When I send a testing mail it ...
0
votes
0answers
27 views
How to test nginx proxy timeouts
Target:
I would like to test all Nginx proxy timeout parameters in very simple scenario. My first approach was to create really simple HTTP server and put some timeouts:
Between listen and accept ...
0
votes
0answers
20 views
Why would a 301 redirect cause a timeout in some networks
I'm accessing a website at the root domain (http://mywebsite.com) whose DNS host is zerigo. It is configured using zerigo's 301 redirect DNS entry to redirect to http://www.mywebsite.com (it's a ...
0
votes
0answers
27 views
The request was canceled/aborted System.Net.WebException
My server is a Unix based server. I am sending bulk sms campaigns and I get reports ( DLR callbacks) with the status of each sms ( received, failed, queued e.t.c).
Problem is that my partner when he ...
0
votes
0answers
36 views
TMG Extending the timeout on AJAX requests
We have a web app that is designed as a single page application (SPA) that uses AJAX. Our clients have a problem when this is hosted behind TMG. Because only one page request is made at the start of ...
0
votes
0answers
17 views
Different session timeouts for virtualhosts in Tomcat
How can I configure different session timeouts for different Tomcat vHosts?
In web.xml I can only manage global timeout.
Br
0
votes
1answer
49 views
Timeout error in all my apps for every call to smtp servers
On my VPS (a tophost.it "TopServer" with Ubuntu 12.04 LTS), since few days all my apps are became unable to send emails. All I could learn from the logs is that every request goes timeout.
I then ...
1
vote
0answers
43 views
How to set global request timeout in IIS 7.5?
We run a Windows Server 2008 VM with IIS 7.5, and on top of that we run Coldfusion 9.
After some server performance issues last week, I saw that backlogged requests in IIS were not timing out. We ...
0
votes
0answers
20 views
IIS7 app pool remains 'locked' after heavy load returns to normal
I've got a Windows Server 2008 R2 set up, happily running a bunchof PHP / MySQL websites. Plenty of resources, no problems at all.
Following a request from a client, I've started doing some load ...
0
votes
1answer
206 views
How to configure mod_reqtimeout in Apache2
I need to configure mod_reqtimeout in my Apache server v2.2.22 (in a linux machine). Problem is, I have absolutely no clue on how to do it.
I checked the Apache site on this module at this link but ...
0
votes
1answer
37 views
Abnormal server behaviour MySql time-out
I have a development server that I use to host a mysql database for an Asp MVC web app I'm developing.
When I work from my home, everything works fine.
I sometimes work from my parent's house, and ...
1
vote
2answers
68 views
How to debug apache stall
I have a Drupal web server vps under centos 6.3 that has been running well since February.
In the last few days, the site has started going down: tcp connects, then it waits indefinitely.
If I ...
1
vote
0answers
68 views
Make nginx stop accepting incoming connections when upstream is not available
I am running the following Puppet setup:
Two puppet masters,each running nginx and uwsgi as a backend. Load balancing and HA between the two puppet masters is done via simple DNS round robin. The ...
0
votes
1answer
57 views
How to debug SSH “connection timeout”
I'm getting error (sometimes) while connecting from host1 to host2
Errno::ETIMEDOUT: Connection timed out - connect(2)
TCP dump on host1 while trying to connect (tcpdump -vv -i eth0 -s 0 'port 22 ...
0
votes
0answers
41 views
Intermittent timeouts from app engine cron job, but server is up?
I have a jetty instance running on a machine I own (v7.6.9 on windows xp...)
Then I have an app engine app - it has a cron job which just calls an endpoint on the jetty instance every 15 minutes to ...
0
votes
0answers
73 views
MySQL Lost Connection To Server with C# Application
I am running an application that is using MySQL server with DevArt connector. The application gives "Lost connection to MySQL server during query" during some huge queries.
My configuration file is ...
-1
votes
1answer
37 views
Strange Apache timeout on certain browsers
I posted this first on stackoverflow before checking out this site and finding people with a similar issue.
Original question on Stack Overflow
I found a post on serverfault with a very similar ...
0
votes
0answers
64 views
Apache tuning for serving video online from static resources (using x-sendfile)?
I have Apache configured with the module X-sendFile to serve videos online to my clients using html5 with a custom player called Flowplayer.
In general this solution works great for our user number, ...
0
votes
0answers
28 views
Apache MPM-Worker lots of Timeouts
Im rushing my website with blitz.io
-p 1000-1500:10 -T 2000 http://domain.de/index.html
The HTML site doesn't contain any php oder other server side code.
My Apache is on a Debian OS with 4 Cores ...
0
votes
1answer
109 views
ZFS import pool ahcich0: timeout (NanoBSD 8.2 -> 9.1)
Many times when I had to make changes to the system, I boot from the USB drive to the new build NanoBSD then import the pool to the system. In the transition from 8.2 to 9.1, I do the same - boot from ...
0
votes
0answers
29 views
Setting a hard limit for Apache timeout
How can one set a hard limit on Apache so that it returns a response within that limit? It does not matter what the response is (400 or 503 or anything else).
I am using the following configuration:
...
0
votes
1answer
150 views
Nginx 504 Time out when zipping/unzipping and moving files
We're getting a 504 time out in Wordpress with a feature we have attached to "publish post" which takes an attacked zip file, unzips it, moves the unzipped files to s3, makes a new Zip and moves that ...
2
votes
1answer
102 views
Trying to understand Apache timeout / architecture
I have a CentOS release 6.3 system running Apache httpd 2.2.15 and PHP 5.3.3.
My PHP web site is running fine except for one query, which has apparently hit a timeout limit. The query is now taking ...
0
votes
1answer
80 views
Intermittent access to HTTPS sites through iptables MASQUERADING
The problem: everything is fine on the network, except every once in a while, all https times out for all the hosts on the network. After a few minutes it goes back to being near-instant for several ...
0
votes
1answer
108 views
apache times out with low cpu and memory usage
Since a few days i recognize that my apache2 is going very slow if it has around 90 current request.
If i do a loader.io test it timeouts for example after 13 successfull requests:
What i really ...
0
votes
0answers
410 views
Nginx, Django, uwsgi upstream prematurely closed connection
I have a django app running on Nginx and uwsgi. The app works fine usually, but I have noticed one thing that is whenever I restart my server and try to work on my app I am getting Nginx 404 error and ...
0
votes
1answer
50 views
mysql, java, and MySQLTimeoutException
I've moved the mysql server on different machine in LAN, 16 core, 8GB RAM, and the same dreaaded result. During a load test, all is going well until around 300 seconds. There are 15 persistent ...
2
votes
0answers
242 views
“Error 7 (net::ERR_TIMED_OUT)” in chrome for local web app
Since about two weeks (around when Google updated stable to version 26), our internal users began receiving periodical timeouts upon requesting pages within our locally hosted app (from Google ...
0
votes
1answer
59 views
Dealing with network congestion
I'm adding new centralized storage on a linux server on a private GBE LAN. There are about a dozen client machines which in the past have done NFS v3 mounts over TCP. At times the LAN gets congested ...
0
votes
1answer
52 views
Alter new and existing session Command Timeout value
My first post so please me...
I’m a self-taught DBA in a manufacturing environment full of engineers who like to fiddle.
Although I have not given them sysadmin or any explicit extra rights I have an ...
0
votes
0answers
237 views
Why does specific website work only via proxy?
I am having a problem accessing www.codinghorror.com website through my internet connection.
My internet connection is direct, not using any proxy. When I try to open website, it times out. All other ...
0
votes
2answers
130 views
Outgoing SSH timing out from Ubuntu
I'm trying to diagnose why an SSH connection is timing out.
I have two OSX boxes which can SSH to the remote server fine.
I have a two ubuntu boxes, on the same network and subnet which just ...
0
votes
1answer
393 views
Nginx php-fpm pool being blocked and stop responding
I'm having some issues with requests for pages not getting a response after requests take a long time to process.
I have nginx setup to use php-fpm. I have two pools setup in PHP-FPM. One pool for ...
0
votes
2answers
96 views
Proftpd: difference between TimeoutNoTranfer and TimeoutIdle
question:
What is the difference between these directive (Proftpd) ?
TimeoutNoTransfer
TimeoutIdle
From the proftpd documentation:
TimeoutNoTransfer: The TimeoutNoTransfer directive configures the ...
1
vote
1answer
601 views
upstream prematurely closed connection while reading response header from upstream, client
I'm using nginx and spawnf-cgi with apc and memcache enabled.I'm getting 502 bad gate way on browser and this error on error log.
2013/01/07 06:55:46 [error] 90799#0: *53 upstream prematurely closed ...
0
votes
1answer
158 views
How to increase the timeout for a web application
I have a web application which is processing some data on server side. I am requesting this process with a post request.
The problem is that if I have a big amount of data, I will get a timeout.
I am ...
4
votes
1answer
128 views
clone(2) 30-sec delay in apache
I've issue with apache. Everything begins about a week ago (so this may be related to latest system updates) - my monitoring tools SMS me about non-working website. I've checked it, and looks like ...
0
votes
1answer
123 views
Zimbra open source experiencing unexplained slowdowns that are resolved only by rebooting
Our zimbra server is experiencing unexplained slowdowns every couple of days that are only resolved after rebooting the server. From the end user's perspective, if they are using webmail and they send ...
1
vote
0answers
78 views
IP address times out [closed]
I'm running a dedicated server with a couple of game servers running on 4 different IP addresses. The most network-heavy server times out a few times during peak hours and all other communication ...