|
Whether I get prompted for a password or not, it hangs between accepting the authentication and executing what I asked for. E.G. sudo ls will hang for about 60 seconds.
I'm confused about what might be causing this. This is on Centos 5, and I've looked...
Started by dlamblin on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Try netstat -r to check.
Sometimes when your default route isn't set, commands like sudo hang.
|
|
Hi to all,
I just using regular expression to remove comment tag in html file (Pattern is: " <!--(.|\s)*?--!?> ")
but some site not using standard html tag, sample:
<script language="javascript"> <!-- js code ... </script>
in this...
Started by Hamid on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
You could evaluate the regex in a thread and abort the thread after a given timeout
You can rewrite the regex so that it fails as quickly as possible when no match is possible, like so:
<!--(?>(?:[^-]+|-(?!->))*)-->
If the unclosed comment... .
|
|
We are using Excel to convert SpreatSheetML to XLS in an ASP.NET webservice. Moreover, if the user checks the right checkboxes, we spawn a thread that uses Excel to print the spreadsheet.
Recently, we have deployed the app in a new environment, and then...
Started by mookid on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
However, if it hangs, the process can be killed and another one started.
To Excel (one at a time).
|
Ask your Facebook Friends
|
We have a dedicated server, with the following configuration: AMD Athlon (tm) 64 X2 Dual Core Processor 5600 + Memory: 4GB OS: Debian 4.0, kernel: 2.6.18-5-amd64 Apache/2.2.3 PHP/5.2.0-8 MYSQL: 5.0.32
The server works without problems, when suddenly from...
Answer Snippets (Read the full thread at serverfault):
Is this....
Is anything odd showing up in:
/var/log/apache2/error.log /var/log/apache2/access.log /var/log/syslog
Note if you're using virtual hosting then the Apache 2 log files might be in a different location .
The first place to check is the system logs.
|
|
The following WMI query throws an exception at serverProtocolsManagement.Get() when sqlHost is an invalid server name (as expected. However, if I try to invoke this code again with the same invalid parameter, the ManagementScope constructor hangs indefinitely...
Started by Pwninstein on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Do you have the same problem when you use the ManagementClass constructor (with the string scope instead of the ManagementScope object)?
(therefor skipping the whole ManagementScope step)
Apparently running WMI queries from the Immediate Window while... .
|
|
(N.B.: Yes, this is a ridiculous question, and I will be entirely unsurprised if the answer to this question is "no". That said:)
I've written an XSLT stylesheet which deliberately performs a lengthy, unparallelizable computation on an XML fragment. It...
Started by Meredith L. Patterson on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I don't know why your IFrame solution doesn't work, but even if it did, you would still need Javascript to import... .
You won't be able to perform a XSLT transformation after the page is loaded and use its result in a form in the same page without Javascript .
|
|
In my application, Spring manages connection pool for database access. Hibernate uses these connections for its queries. At first glance, I have no problems with the pool: it works correctly with concurrent clients and a pool with only one connection....
Started by Sinuhe on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The pool will make sure....
Get one, use it, close it immediately.
In your code, you shouldn't keep connections around.
Usually, it's Apache DBCP which has a timeout for each connection after it will close it .
Check the config of your pool implementation.
|
|
I have been unable to complete the tutorial map despite several goes, I was able to complete the WWII map, but not Hex Barons.
Whilst the game is sorting out who wins various battles it sometimes just hangs.
Click here to see in detail but that's your...
Started by NosajDraw on
, 13 posts
by 4 people.
Answer Snippets (Read the full thread at sillysoft):
|
|
On Fri, 11 Jan 2008 21:13:09 +0000 (UTC), Joel Braverman <onephatcat@earthlink.net> wrote:
I first encountered this problem months ago while trying to add the xwindows
packages to my cygwin isntall - the installer would hang in the middle. I...
Started by Joel Braverman on
, 2 posts
by 2 people.
Answer Snippets (Read the full thread at omgili):
At the end, it hangs up, never creates.
I
> deleted all directory and this time I just
> installed the basic package.
Gt; packages to my cygwin isntall - the installer would hang in the middle.
|
|
I downloaded it...installed it...and now when I run it, it either hangs while downloading kaiLaunch Package or KaiNetworkServices Package...what's goin' on? What should I do?
Later!
NightHammer dfunked
Team XLink Administrator
Joined: 25 Apr 2004
Posts...
Answer Snippets (Read the full thread at teamxlink):
Last edited by dfunked on Sun Oct 17, 2004 2:56 pm; edited 1 time.
Restart the launcher..
And save it.
|