search for: fragement

Displaying 15 results from an estimated 15 matches for "fragement".

Did you mean: fragements
2012 Dec 04
2
shorewall6: IP fragementation getting blocked?
Hey, I have a setup that has one machine communicating to a server using UDP over IPv6. For specifics, it is using collectd with a boosted MaxPacketSize in the network config. What this means is there is some IP fragmentation happening, and that is getting REJECTed. My policy is to REJECT, and I have an ALLOW for the particular communication I want. What I''m getting in my logs is
2008 Sep 28
4
Cannot expire cache from background process?
Hello, I am trying to expire fragments (or at least trigger their expiration) from a daemon that''s running in the background. The daemon is updating all kinds of important lists every few minutes from the background. So I have to find some way to DO or TRIGGER the fragment caching from this daemon. Unfortunately just using the normal commands like: expire_fragment :controller =>
2007 Aug 31
2
memory.size help
I keep getting the 'memory.size' error message when I run a program I have been writing. It always it cannot allocate a vector of a certain size. I believe the error comes in the code fragement below where I have multiple arrays that could be taking up space. Does anyone know a good way around this? w1 <- outer(xk$xk1, data[,x1], function(y,z) abs(z-y)) w2 <- outer(xk$xk2, data[,x2], function(y,z) abs(z-y)) w1[w1 > d1] <- NA w2[w2 > d2] <- NA i1 <- ifelse(!is.na(w1)...
2010 Sep 01
3
memcache in prod vs dev
I am using memcache for caching in my rails app and currently I have a dev and a production environment. I would like to run the dev environment without caching so that I can debug more easily but I wanna enable the caching in production obviously. I am using github and capistrano for deployment. Without doing a check at every statement where I can potentially dig into the cache, is there any
2005 Feb 09
0
RE: [PATCH 2/2] netfront skb padding
...nt to its > destination. So, it is > at maximum size MTU+24. Dom0 may want to put extra headers on the *front* of the packet. By having the packet starting a fair way in to the data area of the skb it should be possible to add them in the same data area rather than create pre-pend another fragement. Anyhow, the current situation doesn''t really waste any memory because skb data areas are all whole pages. Ian ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real u...
2008 Aug 04
2
Parsing code with newlines
Dear List, When I try to parse code containing newline characters with R_ParseVector, I get a compilation error. How can I compile code that includes comments and newlines? I am using the following: void* my_compile(char *code) { SEXP cmdSexp, cmdExpr = R_NilValue; ParseStatus status; PROTECT (cmdSexp = allocVector (STRSXP, 1)); SET_STRING_ELT (cmdSexp, 0, mkChar (code));
2015 Jun 03
1
indexer-worker crashes handling mails with big attachments (dovecot 2.2.16/2.2.18 + FTS Apache Solr + Tika)
...lled with signal 6 (core dumps disabled) The problem was already posted: http://dovecot.org/pipermail/dovecot/2015-May/100901.html I could trigger the same panic running the indexer via 'doveadm index -u username MAILBOX'. Here is a backtrace (bt) of the 2.2.18-crash (on line #8 you see a fragement of the text sent to solr): #0 array_count_i (array=0x8) at array.h:155 #1 array_get_modifiable_i (count_r=<synthetic pointer>, array=0x8) at array.h:228 #2 priorityq_remove_idx (pq=0x0, idx=0) at priorityq.c:121 #3 0x00007ff65f3ef5eb in priorityq_remove (pq=<optimized out>, item=it...
2014 Dec 04
2
[LLVMdev] Optimising bit-flipping code
Hi, I'm compiling a large code base that uses tagged data, with the tag in the two lowest bits. I.e. ints are shifted two steps to the left and have 2 in the tag bits, pointers have 0 in the tag bits, etc. When I compile the code, I notice that there are places where -O3 doesn't remove unnecessary tag bit tests and manipulations, when they are performed with bitwise manipulation (which
2004 Mar 08
1
winbindd problem - STATUS_BUFFER_OVERFLOW (0x80000005)
Hi everyone, i've got a little (at least i hope its a minor one) problem with winbind. General information about the system: - GNU/Linux 2.4.25-2tr - samba-3.0.2-4tr Samba successfully joined the ads (w2k servers), wbinfo -u and -g are working perfectly. If i try to authenticate a user with wbinfo or with ntlm_auth (overall goal is to have ntlm authentication with squid) i get a
2006 Feb 13
3
caches_action does not go off the entire URL
I am trying to use caches_action and the agile book says that it is keyed off the URL, however it does not seem to pick up the URL parameters. http://localhost:3000/controller/action/id?foo=bar and http://localhost:3000/controller/action/id?foo=foobar Returns the same page. Anyone looked into how to add URL parameters to the cached key? Also, where do those file get stored? Thanks Dave
2005 Feb 09
3
outstanding issues with 0.99.13
hi list, i'm in the process of testing dovecot before a hopeful switchover from uw-imap/qpopper to dovecot, primarily to get off of the uw-imap/mbox combo and moved to Maildir. i think we've worked out the logistics to avoid any service downtime, with only a short window of a few minutes per user for when we convert from mbox to maildir format. however, during testing a few issues have
2015 Jan 15
2
[LLVMdev] generate llvm.assume calls in GVN?
...tect and optimise the code correctly. > > Is there perhaps an optional optimisation pass that I could run that > could detect this optimisation opportunity? > > This looks like it's simply a missed optimization. Could you file a bug > with both the working and non-working IR fragements? The add/sub case is > probably being caught by GVN and constant prop. > > One useful trick to determine if something is a missing optimization or a > pass ordering problem is to run the IR through opt -O3 twice. If the > second run improves the IR, there's likely a pass order...
2008 Sep 09
15
Need help with an odd issue I am experiencing
I have a server with dual nic's running centos 5.2 1 nic connects to the cable modem, which has 15m d and 2m up, but speed tests barely come back at 5mb down including road runner's internal speed test. I hook up my laptop to the same modem, same port, using the same cable and I get 17mb down. I have ruled out iptables, nics (because same result on both nics), cables, cable modem(with
2011 Sep 23
0
Wine release 1.3.29
...5G6B5 in a test. ddraw: Use a Z format suported by the driver in the visual test. ddraw/tests: Not all GPUs support dwZBufferBitDepth=24 on Windows. wined3d: Disable range fog with per-pixel fog. d3d9/tests: Range fog is not used with table fog. wined3d: Only the ARBfp fragement pipeline reads emulated clip coords. d3d9/tests: Fix the depth stencil size tests on AMD. d3d9/tests: Add a slop to the fog tests for X1600 GPUs. d3d9/Tests: State getters don't work with PUREDEVICEs. d3d8/test: Add slop to some fog tests. d3d8/tests: State getters...
2003 Dec 01
0
No subject
...cmd 26 on pipe 701a failed to return data. > result was NT_STATUS_UNSUCCESSFUL > > I still cat use getprinter command, enumdrivers command and I'm > able to download the printer drivers. Just enumprinters stopped > working. The problem is in our rpc client code. It does handle fragemented PDU's correctly. The 50 printers just happens to be the case for you where the PDU starts to be broken across multiple responses. We're planning on fixing this, but not in time for the next release. It is a rather involved issue. Sorry. cheers, jerry ----------------------------...