Questions tagged [pause]

18 questions
14
votes
7 answers

Linux command to wait for a SSH server to be up

I have a script which creates a virtual machine and gives me back an IP address. Then I would like to do something like this: waitforssh 192.168.2.38 && ssh 192.168.2.38 And it will wait for the machine to be up and ssh to be responding, then ssh…
Weboide
  • 3,275
  • 1
  • 23
  • 32
5
votes
4 answers

Windows 2003 batch file Sleep/Wait function

Possible Duplicate: How to sleep in a batch file? I have a batch file that runs as a secheduled task in windows server 2003. This batch file purely calls around 20 other batchfiles one after the other. When this runs it causes quite a spike on…
Robin Day
  • 506
  • 1
  • 8
  • 19
4
votes
2 answers

PHP + Apache long wait time

I've run into a bit of a brick wall with troubleshooting my dedicated websever. Recently, my website spiked with the amount of request/per second and it crashed. The box original had 8GB of RAM, 8 Core Xeon E3-1230, 1TB 7,200 RPM Disk (No Raid),…
Moe
  • 167
  • 1
  • 1
  • 8
4
votes
2 answers

Random temporary network freeze on kvm guest machines

I'm running two guest machines under KVM. The host is running Arch Linux (kernel version 2.6.38.2), the guests are both CentOS 5.5 (kernel version 2.6.18). I have the networking set up as a bridge, more-or-less as follows (I'm not doing it by…
Rick Koshi
  • 887
  • 3
  • 13
  • 22
3
votes
2 answers

Hang while starting several daemons

I’m running a Debian Squeeze AMD64 server. Target runlevel after boot is runlevel 2, which includes rsyslogd, cron, sshd and some other stuff, but not dovecot, postfix, apache2, etc. The system fails to reach runlevel 2 with several symptoms: The…
Adrian Heine
  • 328
  • 4
  • 22
3
votes
3 answers

Windows wait command till a system time

I have made a batch script for backup recently. Somewhere in the middle of script I'll have to wait for some time to be reached and then resume the next line of the script. I've scheduled the script at 4:00PM and after the wait command the next line…
user53864
  • 1,653
  • 8
  • 36
  • 66
3
votes
2 answers

Regular system hiccups on RHEL5 workstation

I have a RHEL5 workstation that has recently started to "hiccup". About every thirty seconds, it apparently completely stops execution for about 4 seconds. Seemingly nothing runs during that period. Long term processes seem to catch up to their…
wfaulk
  • 6,828
  • 7
  • 45
  • 75
3
votes
4 answers

Why shouldn't a domain controller be suspended or paused

I've seen it mentioned on Server Fault as well as in a Technet Blog that you should never pause or suspend a domain controller. While searching through Microsoft's documentation on the subject, I only find one instance where that would be bad.…
Jason Berg
  • 18,954
  • 6
  • 38
  • 55
2
votes
1 answer

Long 'pause' after copying large files on windows 2008

I have a mystery regarding pauses after file copies on windows server 2008 (and other releases) When copying large files, like vhds, to locally attached USB disks I often see a long pause after the copy has completed 100%. As an example:…
Ian Murphy
  • 1,329
  • 4
  • 19
  • 29
2
votes
3 answers

Quit running screen on Linux

I know you can do Control+C to force quit it, but say I am running a program on the screen such as a Minecraft server... how do I leave the screen while in SSH without shutting off the screen/server? Is there a shortcut? I doubt I can type any…
Gray Adams
  • 165
  • 6
1
vote
1 answer

Ansible (2.8) Collect All Usernames / Passwords at the Start of a Sequence of Playbooks / Roles

I have a collection of playbooks and roles that build a fairly complex application platform: several playbooks, several roles, and multiple inventory files define specific variants of the platform. During the build I need to enter usernames /…
P Burke
  • 163
  • 1
  • 10
1
vote
2 answers

Data Transfer Pauses on LSI 9271 RAID Controller

I have a server equipped with a LSI 9271-8i RAID controller, with 4 x 4TB organized as RAID-5 and 1 x 8TB as JBOD (which is called RAID-0 in the controller). When I copy bigger amounts of data (~1 TB), I can observe the following: for the first few…
1
vote
0 answers

How to solve a long "Wait" time, on a dedicated server of a pretty large website

Thanks for reading this. We got an issue with our web server, we have a rather large website, with 500-800 concurrent users at any time, we use a dedicated server to host it, we use prefork to increase the speed of the Apache, but recently we…
Alex
  • 11
  • 2
0
votes
1 answer

How to pause clients certificate activity for OpenVPN?

I use OpenVPN and also I want to pause activity of some client certificates, and after some time to start it again (without new certificate generation). So how to do this?
Clark
  • 347
  • 2
  • 5
  • 13
0
votes
1 answer

What does SQL Server's BACKUPIO wait type mean?

I'm using Sql Server 2008 ("R1"), with some maintenance plans that back up my databases to a network share. Some of my backup jobs show long waits of type "BACKUPIO". Of course it seems like this is an I/O subsystem limitation, but I'm skeptical.…
solublefish
  • 168
  • 1
  • 9
1
2