Displaying 20 results from an estimated 1000 matches similar to: "re ading and analyzing a word document"
2016 Sep 07
2
Fwd: Centos 6 AMI does not support c4-8xlarge
I have done that, but the point of the request is that we would like to
have an official upstream AMI that we can use as the basis for our work.
I'm guessing that the reason for the blacked out instance type is that
early 6.x kernels didn't have the patches necessary to support 36 vCPU's
present in the c4.8xlarge instance.
John
On Wed, Sep 7, 2016 at 10:46 AM, Alvin Starr <alvin
2016 Sep 07
2
Fwd: Centos 6 AMI does not support c4-8xlarge
One of the things suboptimal with Marketplace images is that the author can
limit which instance types are allowed with the AMI and there is no way to
override that. We are using Centos 6.8 for our deployments, but we need to
move to the c4.8xlarge type, but that is not a permitted option for the
"CentOS 6 (x86_64) - with Updates HVM" AMI. Is there any way we could get
that image
2009 Mar 26
2
loading and manipulating 10 data frames-simplified
I have to load 10 different data frames and then manipulate those 10 data
frames but would like to do this in a more simplified code than what i am
doing. I have tried a couple of approaches but cannot get it to work
correctly.
So the initial (bulky) code is:
#Bin 1
#-------
#Loads bin data frame from csv files with acres and TAZ data
Bin1_main <-
2017 Apr 12
1
Centos 6.9 AWS Images and c4-8xlarge
On 05/04/17 14:56, John Peacock wrote:
>
> We want to be able to usethe 10G networking that c4.8xlarge instances
> provide and we want to base all of our images directly on the official
> Centos6 release AMI.
>
Can you try ami-500d8546 i us-east-1 and let me know if that works for
the c4.8large ?
I've asked, a few times, for the CentOS Linux images in AMP to be
enabled for
2006 Jan 20
1
dovecot-lda and vpopmail
I'm setting up a new box with Dovecot 1.0 beta1 and vpopmail. Normal
operations works like a charm, i.e. vpopmail virtual can log in
sucessfully using TLS.
However, when trying to test dovecot-lda out of CVS, it is not locating
the user:
> *** Starting dovecot-imapd service...
> dovecot: Info: Dovecot v1.0.beta1 starting up
> dovecot: Info: auth(default): master in: USER 1
2007 Mar 28
1
Deliverm, vpopmail, and valias
I'm in the final stages of testing my e-mail server to come and I seem
to have hit a roadblock.
One option of current vpopmail is to store all aliases in a valias
table, that looks like this:
+-------------+----------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+-------------+----------+------+-----+---------+-------+
| alias | char(32) |
2017 Apr 05
3
Centos 6.9 AWS Images and c4-8xlarge
I asked back in September:
https://lists.centos.org/pipermail/centos-virt/2016-September/005219.html
and again in November:
https://lists.centos.org/pipermail/centos-virt/2016-November/005257.html
about getting c4.8xlarge enabled for the official image in AWS Marketplace:
https://aws.amazon.com/marketplace/pp/B00NQAYLWO?ref=cns_srchrow
Now that the 6.9 release is coming, it would be
2006 Sep 25
1
sieve problem unresolved
hello,
I follow your suggestions :
_cyrus timsieved installed on the two LDA server
_the sieve script stored in the /var/home (which is the virtual home
directory) and in /var/mail/user/ for testing purposes
But nothing happened when the user receive a email. Below the sieve script.
Regards
####################################################
# This script has been automatically generated by
2004 Sep 21
2
Lost messages with Mozilla and dovecot 0.99.x
I have just moved our corporate e-mail over to qmail/dovecot and am very
happy with the performance. However, I have had two reports of messages
going missing which may or may not be directly related to Dovecot.
I was able to observe this in action this morning:
1) I got the user out of their e-mail client (Mozilla 1.7.2) and forced
an email to be delivered. It showed up in Maildir/new.
2)
2010 Jul 16
1
re ading SPSS .sav files (PR#13509)
Sir/Madam,
Installed in my computer is the Version 2.9.1(2009-06-26) of R. I have a
SPSS.sav file produced by SPSS Version 17.
>install.('foreign')
>library(foreign)
<- read.spss("f:/sme.sav",use.value.labels=FALSE)
Warning message:
In read.spss("f:/sme.sav", use.value.labels = FALSE) :
f:/sme.sav: Unrecognized record type 7, subtype 18
2009 Mar 18
1
Re ading from a Database
Hi all,
I'm quite new to R and have limited experience. What Im trying to do is very
important as it is part of my final year project; or more so the central
idea behind it.
I will be creating BibTex files to enter into a mySQL database. I then need
to perform operations on this DB like 'return studies similar to x'.
It's really just getting a start at this that I'm having
2009 Jul 23
1
Re ading Image Files
Hello, I'm rather new to R and I want to do some image analysis. Is there a
way to read jpeg files into a matrix like matlab's imread?
--
View this message in context: http://www.nabble.com/Reading-Image-Files-tp24619129p24619129.html
Sent from the R help mailing list archive at Nabble.com.
2009 Sep 28
4
Re ading Functions that are in a Vector
I am trying to write a function that will have an input of a vector of
functions. Here is a simplistic example.
sumstats <- c(mean,sd)
sumstats[1]
#Gives this error
#> sumstats[1]
#[[1]]
#function (x, ...)
#UseMethod("mean")
#<environment: namespace:base>
I thought about restricting the input to character variables such as the
following
sumstats2 <-
2008 Sep 14
1
Data format for BiodiversityR
Greetings dear friends.
Please, I really find problems having the program read my datasets (here attached).
Have converted datasets to csv, imported but always not reaching the target.
Would be very happy if some one out can help me on time.
Thanks
Ndoh Mbue Innocent
International corporation office
China University of Geosciences
388 Lumo road
430074, Wuhan-China
Tel: 0086 27 67885947/0086
2009 Nov 03
3
re ading tokens
Greetings,
I am not familiar with processing text in R. Can someone tell me how to
read each line of words as separate elements in a list?
FE, I would like to turn:
word1 word2 word3
word2 word4
into a list of length two with three character elements in the first list
and two elements in the second. I know that this should be easy, but I am a
little confused by the text functions.
Thanks in
2005 Mar 07
1
Upgrade to new server question
I'm vainly trying to get a new server ready to become the default mail
server. We have a SAN, so I don't need to move the mailboxes (I can
mount the same partition from both machines), but the question is what
version of dovecot to load.
I'm assuming that I cannot run both 0.99.14 and 1.00.x on the same
maildirs (the indexes differ?). However, is it safe for me to mount the
2005 Mar 09
1
Minor documentation bug with 0.99.14
The sample dovecot-example.conf contains these lines:
> # PEM encoded X.509 SSL/TLS certificate and private key. They're opened before
> # dropping root privileges, so keep the key file unreadable by anyone but
> # root. Included doc/mkcert.sh can be used to easily generate self-signed
> # certificate, just make sure to update the domains in dovecot-openssl.cnf
> #ssl_cert_file
2006 Jul 06
1
FYI: timosieved
Just a heads up for all interested in using the Dovecot LDA with SIEVE
scripting:
I've started work on a proof-of-concept managesieve daemon, since the
only one available right now is dependent on Cyrus. It appears that the
only choice available for sites not using timsieved is the Ingo
component of Horde, which is way too fat to install by itself (plus it
uses FTP for a transport,
2008 Apr 11
1
Legacy db and hyphen on column name issue.
Hi I have a table called active
and another one called authreg
I did a one to one relation but it turns out that one of this legacy
database
column name has an hyphen!!! "-" now im screw how can I tell rails
to use it? or make an alias of some sort like with table names.?
@active = Active.new(
:collection-owner => authreg.username,
:time =>
2009 Oct 28
2
Re ading user input (Readline)
Hello. I am trying to write an interactive function that asks the user for a
vector of observations. Unfortunately, if a user inputs a vector, R treats
the vector name as a string instead of a variable. Here is an example:
vector.input<-function(){
k<-as.integer(readline("Input number of vectors: "))
obs<-as.integer(readline("Input number of observations per vector