similar to: lmtp: Error: mmap failed with file ... dovecot.index.cache: Cannot allocate memory

Displaying 20 results from an estimated 500 matches similar to: "lmtp: Error: mmap failed with file ... dovecot.index.cache: Cannot allocate memory"

2011 May 27
1
dsync: Invalid mailbox first_recent_uid
For the life of me I can't get dsync to work. Please help! Remote server runs dovecot out of /usr/local/dovecot2. Everything makes sense until this line: dsync-local(djonas at vitalwerks.com): Error: Invalid mailbox input from worker server: Invalid mailbox first_recent_uid The local uid is 8989 and the remote uid is 89. I added "first_valid_uid = 89" to the local conf but to
2004 Mar 30
9
Zaptel/PRI problem
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi. I'm getting the following error at random intervals on my TE410P with Asterisk CVS-03/30/04-11:49:01-CEST. I have two spans active, one connected to my Telco, the other to a Siemens PABX. Both spans display this behavior at random intervals. All calls are dropped when this happens. Spans are not necessarily in use when this happens.
2011 May 15
1
Centos 5.5 mmap.c and mmap hints
Good morning, We are trying to figure out how to properly provide adresss hints to mmap on 32-bit Centos 5.5. Does any documentation exist about to how to provide address hints to mmap on 32-bit Centos 5.5? If so, where can we find this documentation. In order to understand mmap better, we decided to try to find the Centos 5.5 source code for mmap.c. We already installed the kernel source
2012 Aug 10
0
[LLVMdev] RFC: Adding pass in X86PassConfig::addPreEmitPass for LEA optimization on Atom
Hi, We are getting ready to implement several heuristics for correctly using LEAs to avoid stalls in the address generator on Atom. Our plan is to: 1. Disabling LEA generation on Atom in X86ISelDAGToDAG:: SelectLEAAddr() for all but a few pseudo-instructions 2. Identify loads and stores in a X86PassConfig::addPreEmitPass() pass and examine several preceding instructions to
2006 Jul 04
0
Reworking win32-mmap for the pure Ruby version
Hi all, I was looking at win32-mmap today. I thought it might be worth it to rewrite this one as pure Ruby. In the process, I decided I don''t really like the current API very much. Just feels too clunky and not very friendly. I think we followed Win32::MMF too closely. Anyway, I have a very preliminary version in CVS that I was hoping folks could take a look at and comment on.
2004 Mar 07
1
win32-mmap problem
Hi all, Ruby 1.8.1 (hand built, not the installer) Windows 2000 I was just playing with win32-mmap. I tried running the test_server.rb and test_client.rb. I started the server, which seems to be fine, but when I run the client I get this: C:\eclipse\workspace\win32-mmap-0.1.0\test>ruby test_client.rb C:/ruby/lib/ruby/1.8/ftools.rb:23:in `initialize'': Permission denied -
2004 Mar 13
0
Quick thought on win32-mmap
I suggest getting rid of the hash style arguments fior new() for this package. In this particular case, you already have a class and accessors, so you can just use the yield trick, e.g. rb_yield(self) if rb_block_given_p(). Thus you can do: mm = Mmap.new do |m| m.namespace = file m.swapfile = sfile m.size = 1024 end Looks just as nice, and is a lot less code on the C side of
2004 Mar 13
1
win32-mmap followup
Oops - just realized that there aren''t accessors for namespace, swapfile, size, etc. Should we add them? Or don''t we want to because then it might become confusing as to whether those values were "shared"? Dan _________________________________________________________________ Store more e-mails with MSN Hotmail Extra Storage – 4 plans to choose from!
2004 Feb 25
1
win32-mmap committed
Hi all, I have committed win32-mmap package. It is similar to mmap or shared memory of unix Basically, it can be used for variable sharing like this In server side ================================== m = Mmap.new a = 1 m.setvar("a",a) =================================== In client side ================================== m = Mmap.new(''reuse''=>true) a =
2004 Feb 27
0
mmap and faster IO?
Hi all, I was just wondering if it''s possible to speed up IO ops on Win32 using memory mapping. As it stands now, IO with Ruby on Windows seems slow, even with 1.8.x. Here is a possibly relevant thread: http://tinyurl.com/2dava Dan
2007 Apr 27
2
ARC, mmap, pagecache...
Hi, I was wondering about the ARC and its interaction with the VM pagecache... When a file on a ZFS filesystem is mmaped, does the ARC cache get mapped to the process'' virtual memory? Or is there another copy? -Manoj
2002 Jun 25
0
[Bug 292] New: sshd[1663]: fatal: mmap(65536): Invalid argument
http://bugzilla.mindrot.org/show_bug.cgi?id=292 Summary: sshd[1663]: fatal: mmap(65536): Invalid argument Product: Portable OpenSSH Version: -current Platform: ix86 OS/Version: Linux Status: NEW Severity: major Priority: P2 Component: sshd AssignedTo: openssh-unix-dev at mindrot.org
2006 Jul 03
0
/dev/mem: mmap: Bad address
Hey guys, I keep getting "/dev/mem: mmap: Bad address" in the console of my domUs.. The system runs happily though, so I was just wondering what it means, and how to fix it? Xen 3.0.2-2, Dom0 Debian Sarge DomU''s Ubuntu Dapper Thanks Abri _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2012 Sep 06
0
[PATCH] Fix mmap batch ioctl error status copy back.
Copy back of per-slot error codes is only necessary for V2. V1 does not provide an error array, so copyback will unconditionally set the global rc to EFAULT. Only copyback for V2. Signed-off-by: Andres Lagar-Cavilla <andres@lagarcavilla.org> --- drivers/xen/privcmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/xen/privcmd.c b/drivers/xen/privcmd.c index
2009 Apr 02
0
mmap shared write support
Hi, Has anyone succeeded using mmap shared write with glusterfs? I tried using linux 2.6.26 and the lastest patched fuse without luck. Filipe
2002 Jun 25
0
[Bug 292] sshd[1663]: fatal: mmap(65536): Invalid argument
http://bugzilla.mindrot.org/show_bug.cgi?id=292 dtucker at zip.com.au changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE ------- Additional Comments From dtucker at zip.com.au 2002-06-25
2010 Mar 17
1
mmap error-12, macbook pro
Hi, I am trying to read some files using read.csv and total size of those files are 3.99 GB. I am using MacBook Pro with 4GB RAM(snow leopard). I also tried to run a chunk from those files and altogether the size was 1.33 GB. But every time I was getting the following error R(1200) malloc: *** mmap(size=16777216) failed (error code=12) *** error: can't allocate region *** set a breakpoint in
2004 Jan 24
2
mmap and getpagesize
The man page for mmap() says the size needs to be a multiple of getpagesize(). So in my code I call getpagesize() and adjust my lengths accordingly. klibc doesn't have getpagesize() implemented. Is it safe to call mmap() with arbritary lengths and assume the mmap will round up for you? Does this work on glibc too? If so, I can just eliminate my getpagesize() code. It turns out for VM86
2006 Jun 07
0
[patch] s390: fix mmap complilation
From: Heiko Carstens <heiko.carstens@de.ibm.com> Fix mmap compilation (missing errno.h include) and use correct minimum error number for compare. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> --- Does not compile in akpm's latest -mm tree. usr/klibc/arch/s390/mmap.c | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git
2009 Jan 16
0
[LLVMdev] cygwin mmap problem
A "heads up": if you build LLVM on cygwin, the mmap problem discussed here: http://www.cygwin.com/ml/cygwin/2009-01/msg00501.html can crash llc: $ dd bs=1080K count=1 if=/dev/random of=x.bc 1+0 records in 1+0 records out 1105920 bytes (1.1 MB) copied, 0.167 s, 6.6 MB/s $ llc x.bc 17418 [main] llc 3596 _cygtls::handle_exceptions: Error while dumping state (probably corrupted stack)