Questions tagged [timeout]

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.

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.

For an example of an event being a timeout, a network timeout [error] occurs when a response is expected from a networked device, but not received within a specified time period.

As an example of a timeout being defined as a period of time, ftp servers often have idle timeouts, after which inactive connections are closed.

603 questions
7
votes
1 answer

Outbound Packets Dropping / Timeouts - Only with Azure

I have an issue with packets dropping to a third party data center in Florida, USA. The issue only occurs on Azure Virtual Machines, no matter which data center the VM is in. I've done the same tests simultaneously from other non-Azure networks,…
Andrew Bucklin
  • 445
  • 1
  • 5
  • 12
7
votes
3 answers

Disable remote session timeout on Win Server 2012 R2

For botting purposes, I have to keep my Win Server 2012 R2 running without logging-off after I disconnect from Remote Session. Found information about it here: http://technet.microsoft.com/en-us/library/cc754272.aspx but I just its for Win Server…
Sarchophagi
  • 171
  • 1
  • 1
  • 4
7
votes
1 answer

HAProxy, client timeouts when connecting from JDBC pool

I have a webapp (Tomcat/Hibernate/DBCP 1.4) that runs queries against MySQL, and this works fine for a certain load, say 50 queries a second. When I route the same moderate load through HAProxy (still just using a single database), I get a failure,…
guckmal
  • 171
  • 1
  • 2
7
votes
1 answer

Pacemaker/corosync timeout before resource transfers

This seems like a simple question, but one I can't seem to find the answer for despite going over the pacemaker documentation multiple times. I've got corosync set up with pacemaker to share a virtual IP. All I want to do is to set a timeout value…
user705142
  • 433
  • 6
  • 16
7
votes
2 answers

How to prevent Windows 7 Remote Desktop time outs?

I can't seem to get some Windows 7 machines to prevent active but idle Remote Desktop connections from timing out. I've changed all of the local group policy settings on my test machine under Computer Configuration Admin Templates Windows…
Peter
  • 1,102
  • 3
  • 18
  • 32
6
votes
1 answer

Apache reverse proxy timeout in 60 seconds

I have Apache Reverse proxy server which proxies request to my internal Apache server. I am using Apache version 2.4 on Linux platform. I encountered timeout page and HTTP ERROR 504 whenever back-end Apache server is taking more than 60 seconds (…
Jayesh Labade
  • 61
  • 1
  • 1
  • 4
6
votes
1 answer

Can't change NGINX timeout

I'm getting a 504 timeout on my Nginx server: 504 Gateway Time-out. The website allows users to download custom data files. The site works fine under most conditions and users can download some files without issue. The problem is that the data…
Jeff
  • 223
  • 1
  • 2
  • 15
6
votes
1 answer

pool www exited on signal 15 (SIGTERM): execution timed out

I'm running Drupal 6 with Nginx 1.5.1 and PHP-FPM (PHP 5.3.26) on a 1GB single core VPS with 3GB of swap space on SSD storage. I just switched from shared hosting to this unmanaged VPS because my site was getting too heavy, so I'm still learning the…
rahim123
  • 355
  • 1
  • 4
  • 13
6
votes
2 answers

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 a few days ago all my apps are became unable to send emails. All I could learn from the logs is that every request goes timeout. I then tried to simply call from terminal telnet…
Darme
  • 253
  • 4
  • 11
6
votes
2 answers

Nagios "CRITICAL - Socket timeout after 10 seconds" problems with service and host Checks

got a little bit of a problem with a Nagios system we are using in our office, which has only recently started appearing. what i would like to know really is the best solution to resolve this problem as ive done a bit of reading on it and there…
Kristiaan
  • 442
  • 1
  • 9
  • 22
5
votes
1 answer

mdadm marks hdd faulty even though it's in pristine health?

I have my custom NAS configured to spin down drives after 20 minutes of idle. Just now I checked /proc/mdstat and noticed a drive was marked as failed, however SMART shows the drive to be in very good health. Hence I suspect md-raid thought spin-up…
Cobra_Fast
  • 650
  • 2
  • 8
  • 23
5
votes
1 answer

Debugging a timeout with ldap auth on apache

I'm trying to debug a timeout problem I have with Apache, for some months now. The pattern looks like this: On every first request of a new session (or after some time after the last request) the browser asks instantly for credentials, then sends…
Gerald Schneider
  • 23,274
  • 8
  • 57
  • 89
5
votes
2 answers

MS Sql Server getting overloading with 'Suspended' queries, mostly reads. Any way to fix this?

I have a Microsoft Sql Server that handles a moderate amout of traffic for a company software suite made up of multiple clients in java and c#. It is getting overloaded with 'Suspended' queries. They eventually go through, but some are timing out…
AAA
  • 247
  • 1
  • 2
  • 9
5
votes
2 answers

Varnish 503 error after exactly 60 seconds... how to change this timeout value?

I'm running Varnish over Apache on a Drupal site. I have a PHP script that executes on a certain path of my site, and takes a really long time... like 60 - 120 seconds. When trying to access that page, Varnish always gives me 503 guru meditation…
Jordan Magnuson
  • 187
  • 1
  • 2
  • 9
5
votes
3 answers

How to debug sporadic outbound connection timeouts?

I'm having trouble connecting to my remote host via SSH. I have narrowed the issue down to my local host only as other clients make nominal (fast and stable) connections every time. Attempting to connect to remotehost.example.net from localhost via…
Chris Tonkinson
  • 475
  • 2
  • 6
  • 19
1 2
3
40 41