search for: indefinetely

Displaying 20 results from an estimated 20 matches for "indefinetely".

Did you mean: indefinately
2006 Oct 03
0
rsync stalls -- sleeps indefinetly
Dear Developers First of all I would love to thank you for a nice tool I had been using rsync within backuppc project to backup my remote hosts. It had been working fine until the moment (as I think) whenever I moved RAID to another box and now the source directory (/raid/research) is now actually NFS mounted. Now backup (rsync process) stalls and sleeps indefinitely On the backup server:
2013 Mar 03
1
Deploy with Capistrano. Bundle install freezes indefinetly.
I am fighting with this for 5 days... i''m getting crazy! Here is my deploy.rb: require "bundler/capistrano" require "rvm/capistrano" # Load RVM''s capistrano plugin. set :rvm_ruby_string, :local # Or whatever env you want it to run in. ''1.9.3'' set :domain, ''www.xxx.com'' set :application,
2011 Mar 16
2
[LLVMdev] Prevent unbounded memory consuption of long lived JIT processes
On Tue, 2011-03-15 at 20:29 -0700, Jakob Stoklund Olesen wrote: > On Mar 15, 2011, at 4:15 PM, jfonseca at vmware.com wrote: > > > This series of patches address several issues causing memory usage to grow > > indefinetely on a long lived process. > > Thanks for working on this. > > Did you measure the performance impact of these changes? I tracked performance with this change with X86 JIT and there was no measurable difference, but the performance was governed more by the quality of the compiled code,...
2011 Mar 15
10
[LLVMdev] Prevent unbounded memory consuption of long lived JIT processes
This series of patches address several issues causing memory usage to grow indefinetely on a long lived process. These are not convenional leaks -- memory would have been freed when the LLVM context or/and JIT engine is destroyed -- but for as long as they aren't the memory is usage effectively ubounded. The issues were found using valgrind with '--show-reachable=yes' op...
2011 Mar 16
0
[LLVMdev] Prevent unbounded memory consuption of long lived JIT processes
On Mar 15, 2011, at 4:15 PM, jfonseca at vmware.com wrote: > This series of patches address several issues causing memory usage to grow > indefinetely on a long lived process. Thanks for working on this. Did you measure the performance impact of these changes? /jakob
2003 Sep 04
1
Arraycom voip phone
...s anyone have any experience with the ArrayCom VoIP phone? I bought one a couple of weeks ago, it used to work quite well with * until I misconfigured one option. I now cannot make it work anymore, because the phone boots up, doesn't find a valid SIP gateway, resets itself and keeps rebooting indefinetely ;-( Their technical support refuses to answer my questions. Any hint on a master reset? PauloHM
2001 Oct 02
1
rsync hanging at end of transfer
Hi, I've just started playing around with rsync (latest - 2.4.6) over ssh (openssh 2.9p2) on FreeBSD to sync up home directories on a pair of web servers. It all works great, but in trying to get a script going out of cron to automate this, I'm finding that there's about a 50/50 chance that at the end of the run, rsync will hang indefinetly. I thought perhaps it was something with
2011 Mar 16
0
[LLVMdev] Prevent unbounded memory consuption of long lived JIT processes
On Mar 16, 2011, at 6:19 AM, José Fonseca wrote: > On Tue, 2011-03-15 at 20:29 -0700, Jakob Stoklund Olesen wrote: >> On Mar 15, 2011, at 4:15 PM, jfonseca at vmware.com wrote: >> >>> This series of patches address several issues causing memory usage to grow >>> indefinetely on a long lived process. >> >> Thanks for working on this. >> >> Did you measure the performance impact of these changes? > > I tracked performance with this change with X86 JIT and there was no > measurable difference, but the performance was governed more by th...
2011 Mar 16
0
[LLVMdev] Prevent unbounded memory consuption of long lived JIT processes
...shed yours to github; https://github.com/chapuni/LLVM/compare/ed4edf9e...jfonseca%2F20110316 (Excuse me I could not input accent) ...Takumi On Wed, Mar 16, 2011 at 8:15 AM, <jfonseca at vmware.com> wrote: > This series of patches address several issues causing memory usage to grow > indefinetely on a long lived process. > > These are not convenional leaks -- memory would have been freed when the LLVM > context or/and JIT engine is destroyed -- but for as long as they aren't the > memory is usage effectively ubounded. > > The issues were found using valgrind with '...
2004 Aug 02
1
smbmount hangs Linux if Windows server goes down
Hello. My linux box mounts a Windows filesystem as an smbfs entry in /etc/fstab. I found that, if the hosting Windows box goes down for some reason (Imagine that!), any process on the Linux box that was accessing it hangs forever in state D and cannot be killed. How can I configure smbmount so that it will timeout and return errors rather than hang forever? I have scoured the web for
2022 Oct 19
0
[Announce] Samba 4.17.1 Available for Download
Release Announcements --------------------- This is the latest stable release of the Samba 4.17 release series. Changes since 4.17.0 -------------------- o? Jeremy Allison <jra at samba.org> ?? * BUG 14611: CVE-2021-20251 [SECURITY] Bad password count not incremented ???? atomically. ?? * BUG 15174: smbXsrv_connection_shutdown_send result leaked. ?? * BUG 15182: Flush on a named
2022 Oct 19
0
[Announce] Samba 4.17.1 Available for Download
Release Announcements --------------------- This is the latest stable release of the Samba 4.17 release series. Changes since 4.17.0 -------------------- o? Jeremy Allison <jra at samba.org> ?? * BUG 14611: CVE-2021-20251 [SECURITY] Bad password count not incremented ???? atomically. ?? * BUG 15174: smbXsrv_connection_shutdown_send result leaked. ?? * BUG 15182: Flush on a named
2009 Aug 24
0
[LLVMdev] Regular Expression lib support
...this are inherently more powerful but slower than > fixed-purpose matching logic. I don't see a reason not to use a > (slow!) simple regexec version. > I agree with Daniel Berlin, system's regcomp/regexec shouldn't be used. Slow can mean taking 30 minutes, or hanging indefinetely on some platforms with buggy regcomp/regexec. Some examples: https://wwws.clamav.net/bugzilla/show_bug.cgi?id=497 https://wwws.clamav.net/bugzilla/show_bug.cgi?id=598 https://wwws.clamav.net/bugzilla/show_bug.cgi?id=635 https://wwws.clamav.net/bugzilla/show_bug.cgi?id=658 https://wwws.clamav.net/b...
2002 Jul 31
18
so-called-hang-on-exit
so, should this go into 3.5? Index: serverloop.c =================================================================== RCS file: /home/markus/cvs/ssh/serverloop.c,v retrieving revision 1.103 diff -u -r1.103 serverloop.c --- serverloop.c 24 Jun 2002 14:33:27 -0000 1.103 +++ serverloop.c 12 Jul 2002 16:34:20 -0000 @@ -388,6 +388,11 @@ buffer_append(&stderr_buffer, buf, len); } } + /*
2006 Aug 04
2
Warcraft III won't run
Did you ever resolve your problem with Warcraft III? I'm having the same problem. Michael Gerst 21-H-05 One ATT Center Saint Louis, MO 63101 314-235-5443 RESTRICTED-PROPRIETARY INFORMATION The information contained herein is for use only by authorized employees of AT&T Services, Inc., and its authorized affiliates. It is not for general distribution within or outside the respective
2011 Mar 24
2
[LLVMdev] Prevent unbounded memory consuption of long lived JIT processes
...;> On Tue, 2011-03-15 at 20:29 -0700, Jakob Stoklund Olesen wrote: >> >>> On Mar 15, 2011, at 4:15 PM, jfonseca at vmware.com wrote: >>> >>> >>>> This series of patches address several issues causing memory usage to grow >>>> indefinetely on a long lived process. >>>> >>> Thanks for working on this. >>> >>> Did you measure the performance impact of these changes? >>> >> I tracked performance with this change with X86 JIT and there was no >> measurable diff...
2005 May 12
1
Has anybody managed to get native IPSec working?
I've just wrote a lenghty email on Fedora ML as reply to Phillip who seems to be in the same trouble as myself... Found that while searching all mailing list archives and bugzillas I could think off (not really successfully, many people with same problems, no answers other than "works for me" -- glad to hear it works for somebody else, but it would be nice if he/she was a bit
2005 Sep 10
1
False Zap answer problem (Again)
I've been monitoring this problem for almost a month now. I realized that it is more extensive than what I described previously. I can very easily replicate this problem on every Zap channel. Following is the senario: 1. Call Zap/5 via say SIP/15 -> Zap/5-1 created and starts to ring 2. Call Zap/5 via say SIP/21 -> Zap/5-2 created and starts to ring 3. Hangup SIP/15 ->
2009 Aug 24
8
[LLVMdev] Regular Expression lib support
On Aug 23, 2009, at 9:01 PM, Daniel Berlin wrote: >> 2. Use POSIX regcomp facilities. This implies importing some >> implementation of this interface, e.g., Windows. On Linux, BSD, etc. >> we would try to use the platform version if available (and non- >> buggy). > > Don't do it. > They are ridiculous slow, and posix made some really dumb choices in >
2012 Feb 19
4
dovecot freezes when trying to get mail from maildir with mail
I'm completely stumped by this problem and I've tried everything at present - including installing dovecot from scratch. The problem is that when trying to get email from the server -AND- there's email in the account, the pop3 or imap process freezes and no email is fetched. The crazy thing is, that it has been working perfectly, but suddenly I'm getting these freezes both