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
-1
votes
5 answers

Suddenly unable to SSh and FTP into my Linux VPS

I am having a very strange problem whereas I am suddenly unable to login to my VPS via SSH and FTP. I have accessed the VPS through a control panel and restarted it. I have also checked that the ssh service is running and it's working fine. I have…
James
  • 97
  • 2
-1
votes
1 answer

Amazon ec2 server timeout

I know this question has been asked many times before, but in my case none of the answers seem to solve the question. I have followed all of amazon's trouble shooting guide, but I'm still unable to connect to my amazon instance. Any suggestions what…
Nickpick
  • 145
  • 8
-1
votes
1 answer

D-LINK DSR-250N lan issues

I'm having problem with my DSR-250N router. I set-up local network with 10 computers. Some of them are connected through wire and some use wireless. The problem is, sometimes one computer cannot ping another - no matter if is using wire / wireless.…
david
  • 1
-1
votes
1 answer

Tons of 500 errors like - fcgid:warn Bad file descriptor: client mod_fcgid: ap_pass_brigade failed in handle_request_ipc function

I copied a site over to GoDaddy from LiquidWeb because LW experts were unhelpful even if more knowledgeable. GD is hit or miss. On the Godaddy hosting I get 500 errors constantly when in admin panel of WordPress and click on various items:…
-1
votes
1 answer

How to troubleshoot connection error from windows to unix?

Sidenote: I am still trying to fix this issue. I have a ubuntu server running bind on 192.168.0.2, listening to :53 # netstat -tulpn //output shortened tcp 0 0 192.168.0.2:53 0.0.0.0:* LISTEN 3795/named Running dig on that machine (dig google.de…
Lars Ebert
  • 109
  • 5
-1
votes
1 answer

Can't checkout SVN repository; Server doesn't receive request

I have a VPS. From this VPS, I'm trying to checkout a repository at svn://svn.server.dom/repos. Some time after, I receive a timeout message. If I run ping svn.server.dom, it works fine. Here's the thing though: the server is not even receiving the…
-1
votes
1 answer

Put command times out, but I can access to the server

I'm trying to connect to a FTP to upload a file from a cent os box. I can access to the server, but the connection times out whenever I try to upload with 'put' command. I can upload a file without a single problem on my local machine. It sounds…
Moon
  • 2,123
  • 4
  • 24
  • 23
-1
votes
2 answers

SQL Server queries running more than the timeout values set in IIS 7.5 and SQL Server query timeouts

Which time out value does SQL server take into consideration while executing a query or stored procedure? The application timeout is set at 20 minutes. The SQL query/command timeout is set at 10 minutes. Then there is an F5 (load balancer) timeout…
Mahesh
  • 1
  • 1
  • 2
-1
votes
1 answer

Amazon EC2 Hosted Website Timeout - can't connect on reboot

I was uploading a large folder of files (Zend library) to my ec2 hosted website and WinSCP timed out. I soon found that my site is down and I can't access winSCP or the console. I tried to reboot the instance from the amazon console, but the…
-1
votes
1 answer

wget --timeout doesn't time out an active connection

When using --timeout with wget, I was expecting that if the transaction hasn't completed within the timeout period, then it would abort. However, it seems to mean (with respect to read-timeout) that no data should have transferred in 30 seconds for…
Paul
  • 1,288
  • 13
  • 25
-1
votes
2 answers

hMailServer doesn't let me send mail through Thunderbird - works with non-default port

I have hMailServer installed on Windows Server 2008. It's all set up and working, except that I can't send mail from it through Thunderbird (getting an SMTP timeout message) from my own PC (which is not in local network with the server). I have…
Dragory
  • 157
  • 1
  • 8
-1
votes
1 answer

Win7 VM @ ESXi Server @ VMWorkstation (Win7) - ping works only from VM -> HostOS, not vice versa

right now I'm toying around with VM Ware stuff and not having any pcs then my laptop I decided to run an ESXi Server inside of VWmware Workstation. I was just curios to see if the server would allow to setup and run a VM. And after some tweaking…
DK2000
  • 1
  • 1
-1
votes
1 answer

Lengthy login delay for Windows 10/11 when not connected to domain

On various clean Windows 10 or 11 builds, all of which are domain-connected devices, if I log in from a cold boot using a domain account while having no network connection to the domain, I get lengthy delays before I am logged into the device. When…
Aren Cambre
  • 101
  • 4
-2
votes
2 answers

linux + timeout from command

in my bash script I want to add timeout for the lvresize command so if the command is waiting , I will exit after 5 second , as the follwing: timeout 5 lvresize -L 1M /dev/mapper/rootvg-home Rounding size to boundary between physical extents:…
dandan
  • 1,081
  • 4
  • 13
  • 21
-2
votes
1 answer

How to get rid of firewall blockage to ssh to my ec2 instance

I've made my ec2 instance on AWS and I worked on it at home like a charm and everything went fine (connection wise) Today I went to the library and when I tried to ssh into my ec2 using PuTTy as I always do, the connect can't be made and I'm given…
1 2 3
40
41