search for: imal

Displaying 3 results from an estimated 3 matches for "imal".

Did you mean: ima
2012 May 23
1
openldap mmr + heartbeat hot standby
Hi List, I've setup 2 openldap servers in n-way multimaster replication mode in a test environment, both run centos 6.2, this works well but now i'm trying to make these 2 servers failover using heartbeat. i've got no experience with heartbeat (or setting up clusters in general) however from what i understand heartbeat starts/stops the service if the server has the virtual IP
2011 Jul 17
1
ACL/shared-folder and Thunderbird
...ome problems with thunderbird and Dovecot. I added ACL/shared-folders to dovecot. While everything is working perfectly under Apple Mail and roundcube, thunderbird behaves very strange. What I did: 1. Step I have three mail accounts set up in thunderbird. In the second and third account I managed IMAL-ACLs on the INBOXes, with following flags: eilrwtsd 2. Step At the first account, I chose IMAP subscriptions and I added both INBOXes (shared/.../INBOX) 3. Step Accounts were shown under shared. The folder shared and one level under shared was wriiten in italic. The INBOXes were shown as regular...
2009 Aug 20
5
help with regular expressions in R
...uot;\[*.\]" Below is my self-contained code followed by sessionInfo(). Thanks in advance for your help. I'm going to be doing a lot of text mining in the near future. I have an excellent O'Reilly book on regex's. What is the best reference for R's special treatment of these animals? Mark myCharVec <- c("[the rain in spain]", "(the rain in spain)") gsub('\\[*.\\]', '', myCharVec) #what I get # [1] "[the rain in spai" "(the rain in spain)" #what I want [1] "" "(the rain in spain)" > sess...