search for: indefinet

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

Did you mean: indefinit
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 co...
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'...
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
...h 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 my script, but running it by hand, I'm able to duplicate the same behaviour. In the mailing lists I see there used to be a similar problem, but that it was fixed. It's always happening on the very last file on the list. Any ideas? What other i...
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...
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
...is is a serious problem because my Linux box also runs a Samba server. Sometimes a Windows box is accessing a directory on the Samba server that is actually symlinked to a directory hosted via smbfs on another Windows box. If something happens to it, then the smbd server gets hosed and starts indefinetly spawning children until I reboot the Linux box, which I cannot do remotely because the shutdown gets hung trying to unmount the smbfs! What a mess!!! Please, can anyone help?
2022 Oct 19
0
[Announce] Samba 4.17.1 Available for Download
...after free errors using result of ???? poptGetArg are now exposed. o? Anoop C S <anoopcs at samba.org> ?? * BUG 15192: Remove special case for O_CREAT in SMB_VFS_OPENAT from ???? vfs_glusterfs. o? Andreas Schneider <asn at samba.org> ?? * BUG 15169: GETPWSID in memory cache grows indefinetly with each NTLM auth. o? Joseph Sutton <josephsutton at catalyst.net.nz> ?? * BUG 14611: CVE-2021-20251 [SECURITY] Bad password count not incremented ???? atomically. ####################################### Reporting bugs & Development Discussion ##################################...
2022 Oct 19
0
[Announce] Samba 4.17.1 Available for Download
...after free errors using result of ???? poptGetArg are now exposed. o? Anoop C S <anoopcs at samba.org> ?? * BUG 15192: Remove special case for O_CREAT in SMB_VFS_OPENAT from ???? vfs_glusterfs. o? Andreas Schneider <asn at samba.org> ?? * BUG 15169: GETPWSID in memory cache grows indefinetly with each NTLM auth. o? Joseph Sutton <josephsutton at catalyst.net.nz> ?? * BUG 14611: CVE-2021-20251 [SECURITY] Bad password count not incremented ???? atomically. ####################################### Reporting bugs & Development Discussion ##################################...
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.ne...
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 d...
2005 May 12
1
Has anybody managed to get native IPSec working?
...work at all (no packet leaving host-b, ever). Sumarized: - host-a attempts to negotiate automatic keying with host-b (success) - sends encrypted ICMP echo packet to host-b - host-b attempts to negotiate automatic keying with host-a (looks like success) - host-b repeats previous step indefinetly and never sends back encrypted ICMP echo-reply packet to host-a Looking at the output of "setkey -D" on both hosts, the key tables are huge after some time. Something doesn't look righ, and I can't pinpoint down what's wrong. It looks like new pair of keys is generate...
2005 Sep 10
1
False Zap answer problem (Again)
...ring 3. Hangup SIP/15 -> Zap/5-1 hungup Right after this point we have the problem (please see full log below for details): Sep 10 19:22:41 VERBOSE[27367] logger.c: -- Zap/5-2 answered SIP/21-efcb When in fact nobody is answering Zap/5-2 !!! And on SIP/21 I hear strange ringing tone indefinetly, untill I hangup SIP/21. What the hell is going on here? I don't have any other problem, this system is in use for 1.5 month now (Users cannot notice it, because they hangup immediately). Since I can replicate this problem with Zap/6 and Zap/7 also, I tend to think that this is not speci...
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