search for: 8hr

Displaying 5 results from an estimated 5 matches for "8hr".

Did you mean: 8h
2011 Jul 23
2
An infinite recursion error please explain!
...f is the fraction of Dendritic cells (in the correct node) that have the antigen #w is time in terms of hours #b is the starting position (somewhere in the node or somewhere in the gap between nodes. It is a number between 1 and (x+t)) #y is the number of time steps it takes to traverse the gap (8hr/y) #t is the number of time steps it takes to traverse a node. (24hours total -- so 24hr/t) #q is the length of the time step m <- ceiling(w/q) A <- 1/N B <- 1-A C <- 1-f D <- (((m+b-1)%%(y+t))+1) if (b<=t) {########starts inside node if (m<=(t-b)){retur...
2005 Apr 09
1
Authentication and the wrong mailbox?
...ons for all users, things looked to be going just fine! I received a call this morning from a user stating that they had all of *my* emails in *their* inbox! They don't know when it happened as their machine POP's email off every 5-10 minutes or so, but we were able to isolate it to a 8hr period last night. Further investigation showed that at some time through the evening, dovecot freaked out during the authentication phase and for some bizzare reason, when the user connected via POP3, they were able to download all of my inbox! Additionally, by the time I was looking in to it...
2007 Jun 21
4
In the market for a new (old) laptop
.... Here is what I am looking for: Runs Centos (duh!) Supports Suspend to memory as well as to disk. Bootable from USB devices, e.g. USB CDdrive, SD card, etc. 12" LCD, ie. a small unit that can be used on a plane! Good battery life, 2nd battery an option (min 4hr battery time, perfer 8hr). Swappable drives (preferably not requing a screw driver as my old Portege or a non-findable drive carrier as my HP nc4010). Built in Ethernet, and 2 USB 2.0 ports miniPCI wireless (external antenna options would be nice!) Eraser-head mouse pointer (IBM thinkpad-style), optional addtional touchp...
2006 Jul 04
1
no such user
I have rules like this on my servers: ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ proftpd\[[[:digit:]]+\]: [._[:alnum:]-]+ \([._[:alnum:]-]+\[[[:digit:].]{7,15}\]\) (- )USER [-_.[:alnum:]]+: no such user found from [._[:alnum:]-]+ \[[[:digit:].]{7,15}\]\ to [[:digit:].]{7,15}:21$ basically, I just don't care about logins as nonexistent users, I get so many of those that I don't even
2010 Aug 29
7
Re: BTRFS: Unbelievably slow with kvm/qemu
Christoph Hellwig wrote: > There are a lot of variables when using qemu. > > The most important one are: > > - the cache mode on the device. The default is cache=writethrough, > which is not quite optimal. You generally do want to use cache=none > which uses O_DIRECT in qemu. > - if the backing image is sparse or not. > - if you use barrier - both in the host