The timeout tag has no wiki summary.
4
votes
2answers
543 views
SSH connection timing out
I am trying to connect to an external host that is living in the Internet.
From my laptop I can ssh fine. From an Ubuntu 12.10 server, the connection times out.
Since they're in the same network, ...
1
vote
2answers
31 views
Increasing the time for requests to complete
I have a one off web request that I need to send via a Wordpress page hosted on my server.
The request takes a long time because it's processing a lot of data; unfortunately, the page returns with an ...
5
votes
1answer
436 views
Too big delay with xscreensaver on wrong password in OpenSUSE 12.2
There is too big delay when logging in with xscreensaver in OpenSUSE 12.2
--- Actual delay is 10 seconds, but not found anywhere in configs
Already done:
checked pam timeout in login.defs (3 ...
3
votes
1answer
1k views
Apache 70007 and 70014 errors
I have a service where mobile phones send a big hash of data to our server which are sitting on AWS behind the ELB.
Once in a while we receive 70007 and 70014 errors in the apache error logs, the ...
2
votes
1answer
100 views
mpd daemon prematurely ending jobs
I am a little out of my depth here so bear with me. I am trying to configure mpirun and mpiexec to run software called Materials Studio on a 1 node, 2 processor, 12 core cluster. The submission scheme ...
2
votes
0answers
25 views
Last data traffic time for a TCP socket
Is it possible, to find out when was the last time there was any traffic on an opened TCP socket?
Keepalive and timeout timers are based on this statistic, so I guess it has to be stored somewhere.
...
2
votes
0answers
105 views
Why sudo won't remember my password?
I use sudo in many systems, but I have one of them that makes me type my password each time I run sudo. All the others remember it for a while. This is debian 7.4 wheezy and sudo 1.8.5
I found this :
...
2
votes
0answers
87 views
CentOS 5.5 server dropping & blocking connection
I'm running a CentOS release 5.5 (Final) server running the LAMP stack amongst other things.
When working on a web project with numerous active connections to the server box (Plesk over HTTP, SSH and ...
2
votes
0answers
147 views
IPTables dropping UDP packet stream
I have a configuration where UDP packets containing encapsulated DNS data are sent to a KVM instance for processing. The KVM instance sits behind an IPtables firewall which is also doing NAT. The ...
2
votes
0answers
104 views
Shorter timeout on I/O errors MacOS X
How do you set a shorter timeout value for read/write I/O errors on MacOSX?
We tend to get a few semicrashed disks and want to rsync the contents to a secure location, but when the file subsystem ...
1
vote
0answers
43 views
6.0.7 Debian timeout if more connections at once
We are a some devs working on a Debian server.
We are all connecting from one IP.
So basically the server handles a lot of requests from the same IP.
Now what happens from time to time, is that we ...
0
votes
0answers
55 views
Systemd: Timeout a service
Is there a way to have systemd stop a service after it has been running for X amount of seconds?
I looked at just wrapping ExecStart with timeout, however I believe it might not work if my service is ...