search for: coe

Displaying 20 results from an estimated 127 matches for "coe".

Did you mean: code
2015 Jan 22
2
sieve filter not working
...ot;10-logging.conf", like so: log_path = syslog and mail_debug = yes It appears that the logging goes to "/var/log/maillog", not "messages" as I expected. Restarting service dovecot produces info in the "maillog" file showing the restart: ... Jan 22 15:20:14 coe dovecot: imap: Server shutting down. bytes=3383/61998 Jan 22 15:20:15 coe dovecot: master: Dovecot v2.0.9 starting up (core dumps disabled) However, when I send a spam email to a user, the log has no dovecot messages: Jan 22 15:11:15 coe postfix/pickup[27525]: E3CA72578F: uid=0 from=<root>...
2015 Jan 23
0
sieve filter not working
...ecot wiki page http://wiki2.dovecot.org/Logging > It appears that the logging goes to "/var/log/maillog", not "messages" > as I expected. > Restarting service dovecot produces info in the "maillog" file showing > the restart: > ... > Jan 22 15:20:14 coe dovecot: imap: Server shutting down. > bytes=3383/61998 > Jan 22 15:20:15 coe dovecot: master: Dovecot v2.0.9 starting up (core > dumps disabled) > > However, when I send a spam email to a user, the log has no dovecot > messages: > > Jan 22 15:11:15 coe postfix/pickup[27...
2015 Jan 22
4
sieve filter not working
Hi, I have a question. I have dovecot 2.0.9 running on a CentOS 6.6 email server for a small department, ~15 users. amavis and postfix are also enabled. It appears that amavis invokes spamassassin, which tags incoming spam email. All email is then put into users local inbox directory, regardless of spam tag X-Spam_Flag value of YES or NO. I want instead to redirect spam to a special directory.
2012 Feb 05
1
how to REPLACE VALUES in a dataframe
Hi, I have two data frames (u and v). > u   coe      nam 1   0     Time 2   0    Poten 3   0   AdvExp 4   0    Share 5   0   Change 6   0 Accounts 7   0     Work 8   0   Rating > v       coeff    enter 1 0.7272727 Accounts 2 0.3211112     Time 3 0.0500123    Poten I want to update the values of coe in u by using the values ofcoeff in v. T...
2009 Jan 05
1
adding a curve with xaxs="i"
I want the curve to touch the y axis like the curve touches the upper boundary. How can I eliminate the margin between axis and curve on the left side? x1 <- c(1,2,3,4,5) x2 <- c(2,4,6,8,10) mod <- lm (x2~x1) hm <- function (x) (mod$coe[1]+x*mod$coe[2]) plot.new() # ... box() curve (hm,lty=1,add=T,xaxs="i",yaxs="i") (R 2.8.1) -- Sensationsangebot verl?ngert: GMX FreeDSL - Telefonanschluss + DSL f?r nur 16,37 Euro/mtl.!* http://dsl.gmx.de/?ac=OM.AD.PD003K1308T4569a
2011 Aug 01
1
[Gluster 3.2.1] Réplication issues on a two bricks volume
...ANTY. You may redistribute copies of GlusterFS under the terms of the GNU Affero General Public License. # uname -a Linux toomba 2.6.32-5-amd64 #1 SMP Wed Jan 12 03:40:32 UTC 2011 x86_64 GNU/Linux # cat /etc/debian_version 6.0.2 # gluster peer status Number of Peers: 1 Hostname: kaiserstuhl-svg.coe.int Uuid: 5b79b4bc-c8d2-48d4-bd43-37991197ab47 State: Peer in Cluster (Connected) # gluster volume info all Volume Name: REP_SVG Type: Replicate Status: Started Number of Bricks: 2 Transport-type: tcp Bricks: Brick1: toomba-svg.coe.int:/storage/backup Brick2: kaiserstuhl-svg.coe.int:/storage/back...
2009 May 29
5
maxtrix to permutation vector
...be a smarter way to do this with R's vector commands, but being new to R, I'm having trouble making it work. Thanks, Ian [a] [b] [c] [d] 1 4 7 [e] 2 5 8 [f] 3 6 9 a d 1 a e 2 a f 3 b d 4 b e 5 b f 6 c d 7 c e 8 c f 9 Ian Coe Connective Capital Management, LLC 385 Homer Ave. Palo Alto, CA 94301 (650) 321-4826 ext. 03 CONFIDENTIALITY NOTICE: This e-mail communication (inclu...{{dropped:23}}
2005 Sep 09
2
R-help Digest, Vol 31, Issue 9
Hi: I use lm (linear model) to analyze 47 variables , 8 responses So I use loop to finish it . I want the program to show the results that P-value is less than 0.05. How can I cite the P-valus from lm result ? Ping The code: #using LM to model general fati for (j in 48:52) { for (i in 3:46){ gen.fat<-y_x[,j] gen.fat<-as.numeric(gen.fat) snp_marker<-y_x[,i] x<-colnames(y_x)
2007 Jan 25
5
Custom com32
Hi all I've written a basic COM32 module that checks (using the DMI example code) the product and BIOS and if the BIOS is not at the required level, is supposed to exit and boot using a DOS floppy image to flash the BIOS. The problem is that I can't work out how to call the DOS floppy image. Looking at the website, I see "Run Command" AX=0003H via int 22. The image name will
2006 Mar 04
7
Get ID after save
This is simple (I am sure) but how do you get the id of the inserted element after the element has been save? I thought it was something like this: @product = Product.new(params[:product] if @product.save add_image(product.id, params["image"]) flash[:notice] = ''Product was successfully created.'' redirect_to :action => ''list_products'' end
2006 Aug 09
4
Extract DMI info when running PXELINUX
Hi all Is there any way to extract information (like what dmidecode provides) from within PXELINUX and, based on this information, selectively perform an action? What I'm trying to do is provide a method of flashing the BIOS of our HP Linux workstations but different workstations use different methods of updating the BIOSes. For example, the xw9300 uses 'rompaq' where the xw8400
2007 Jun 05
3
IP details in COM32 module
Hi all I'm trying to resolve a problem that's recently popped up by turning on auxillary VLANs for our Linux workstations. The problem shows as DHCP failling for anaconda (but always succeeds for PXE). I tried adding 'ipappend 1' to the pxelinux config files but had no joy. I'm thinking that if I write a COM32 module that adds "ip=1.2.3.4 gateway=1.2.3.1
2006 Oct 13
8
PXELINUX based kickstart query (probably OT)
Hi all I'm guessing this is a little off topic but here goes... We use PXELINUX and kickstart to automate our RHEL deployments and updates. Recently we started using PXELINUX/memdisk and an MS-DOS image to update the workstation BIOS'es. After selecting <F12> (network boot) and picking the update BIOS option, the BIOS is flashed, BIOS configuration made standard and then the
2013 Oct 11
1
One user getting: "Primary group is 0 and contains 0 supplementary groups" on standalone server
...) My question is: How does Samba calculate these group memberships? I'll look through the source code and see what I can see, but I am no programming wizard, so I doubt I'll find what I need there. Thanks! Stu... -- Stuart Reedy Working hard for a great university! stu at coe.uky.edu 859 257-7966 http://www.coe.uky.edu/~stu/
2006 Feb 17
4
Why doesn''t this work!
I have this in my controller... @tech_standards = TechStandard.find_by_sql("SELECT * FROM tech_standards WHERE subpoint <> 0") Everything is fine except when I look at my view I still get supoints that are 0. When I run this query in my query browser I don''t. View: <select name="resource[tech_standard]" id="tech_standard">
2017 Sep 28
2
Bandwidth and latency requirements
...> > 2717 secs > > 5874 secs > > 12908 sec > > 26113 sec > > Mkdir > > 922 secs > > 1725 secs > > 3325 secs > > 8127 secs > > 16160 sec > > 30079 sec > > > Thanks & Regards > > On Mon, Sep 25, 2017 at 5:40 AM, Colin Coe <colin.coe at gmail.com> wrote: > >> Hi all >> >> I've googled but can't find an answer to my question. >> >> I have two data centers. Currently, I have a replica (count of 2 plus >> arbiter) in one data center but is used by both. >> >...
2017 Sep 27
0
Bandwidth and latency requirements
...File-size 1 KB (10000 files ) 2) mkdir Latency 5ms 10ms 20ms 50ms 100ms 200ms Ops Create 755 secs 1410 secs 2717 secs 5874 secs 12908 sec 26113 sec Mkdir 922 secs 1725 secs 3325 secs 8127 secs 16160 sec 30079 sec Thanks & Regards On Mon, Sep 25, 2017 at 5:40 AM, Colin Coe <colin.coe at gmail.com> wrote: > Hi all > > I've googled but can't find an answer to my question. > > I have two data centers. Currently, I have a replica (count of 2 plus > arbiter) in one data center but is used by both. > > I want to change this to be a d...
2017 Sep 25
2
Bandwidth and latency requirements
Hi all I've googled but can't find an answer to my question. I have two data centers. Currently, I have a replica (count of 2 plus arbiter) in one data center but is used by both. I want to change this to be a distributed replica across the two data centers. There is a 20Mbps pipe and approx 22 ms latency. Is this sufficient? I really don't want to do the geo-replication in its
2003 Dec 01
0
No subject
...ust made to smbpasswd as a result of joining? > > will there be a problem or am I just sniffing glue? > > Bill > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba > Return-Path: <dan@coes.LaTech.edu> Delivered-To: samba@samba.org Received: from stardust.latech.edu (stardust.LaTech.edu [138.47.18.203]) by lists.samba.org (Postfix) with ESMTP id 1AA924DA0 for <samba@samba.org>; Tue, 24 Jul 2001 12:57:47 -0700 (PDT) Received: from localhost (dan@localhost) by stardust.lat...
2010 Oct 13
1
[LLVMdev] address-units
...>From gohman at apple.com Wed Apr 1 12:37:16 2009 From: gohman at apple.com (Dan Gohman) Date: Wed, 1 Apr 2009 10:37:16 -0700 Subject: [LLVMdev] adjust address calculus for an architecture that does not address bytes In-Reply-To: <57C38DA176A0A34A9B9F3CCCE33D3C4AFA7EFF5E0B at FRPAR1CL009.coe.adi.dibcom.com> References: <57C38DA176A0A34A9B9F3CCCE33D3C4AFA7EFF5E0A at FRPAR1CL009.coe.adi.dibcom.com> <49D26D79.6080109 at xmos.com> <57C38DA176A0A34A9B9F3CCCE33D3C4AFA7EFF5E0B at FRPAR1CL009.coe.adi.dibcom.com> Message-ID: <A1A0F5A3-1736-4DF0-8468-103A236759FF at app...