search for: rime

Displaying 16 results from an estimated 16 matches for "rime".

Did you mean: mime
2012 Sep 09
8
bsnmpd always died on HDD detach
...ing bsnmpd with basic snmpd.config (only community and location changed). When there is a problem with HDD and disk disapeared from ATA channel (eg.: disc physically removed) the bsnmpd always dumps core: kernel: pid 1188 (bsnmpd), uid 0: exited on signal 11 (core dumped) I see this for a long rime on all releases of 7.x and 8.x branches (i386 and amd64). I did not tested 9.x. Is it a known bug, or should I file PR? Miroslav Lachman
2013 Jan 23
1
What exactly does "notice: Finished catalog run in XX seconds" mean?
I see that line in the agent node''s log. Is that the time taken by the Puppet Master to compile the manifests into a catalog? Or is that the rime taken by the agent to "apply" the catalog on the node? More specifically, I want to determine the exact time taken by the puppet master to compile the catalog for a given node? Is that logged somewhere? -- You received this message because you are subscribed to the Google Groups &quo...
2005 Aug 29
4
ttda on R 2.1.1: error
...eaks, \n" , file = zz) > cat(" the cradle will fall, \n" , file = zz) > cat("And down will come baby, \n" , file = zz) > cat(" cradle and all. \n" , file = zz) > cat("{Nursery rime} \n" , file = zz) > close(zz) > dummy.example <- ttda.get.text(textfile = "stupid.txt") > dummy.example <- ttda.uce(dummy.example) error in identical(native.enc, MacRoman) : native.enc not found it lamentably fails. how about this ? -- -...
2012 Jan 03
3
An R interface to Model Building
.... I'd appreciate any comments, suggestions, or guidance on how to better structure my R code and organize the programming task. In addition, any suggestions for features and improvement to this fledgling project would be welcomed. The code and some screenshots are available here... http://r-rime.blogspot.com/ Thanks!
2011 Oct 11
1
controling text in facets (ggplot2)
Hi R-helpers! Here is my problem: I have a graph with 3 different facets where there are 3 different regression line. My goal is to mention separately in each facet each equation that describes my lines. So far, I managed to add a line and the same equation to all my facets but that's not unfortunately what I want. Is there a way to do that? Any suggestion would be gladly welcome! Thanks
2009 Jul 22
0
YUM Proxy
...ut there #proxy adress:port - take care of / proxy=http://proxy.somedomain.si:80/ #proxy username and passwd proxy_username= proxy_password= Have a nice day. Bla? -----Original Message----- Message: 2 Date: Mon, 20 Jul 2009 12:17:49 -0400 From: Alberto Garc?a G?mez <alberto at ipimtzcm.rimed.cu> Subject: [CentOS] YUM Proxy To: "CentOS mailing list" <centos at centos.org> Message-ID: <001a01ca0955$9ff627e0$091010ac at www> Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Dear Fellows: I'm under a proxy server (...
2013 Oct 24
0
TR: problem with ecdf : "missing C_R_approxfun" message
...ot;old" ecdfs again ! Regards, Olivier -------------------------- Olivier ETERRADOSSI Maître-Assistant, HDR Ecole des Mines d'Alès (C2MA, site de Pau) Ingénierie de l'aspect visuel et tactile des matériaux Pôle « Recherche sur les Interactions des Matériaux avec leur Environnement » (RIME) Hélioparc, 2 av. P. Angot, F-64053 PAU CEDEX 9 Tel : 05 59 30 90 35 (direct) - 05 59 30 54 25 (std) Fax : 05 59 30 63 68 http://www.mines-ales.fr<http://www.mines-ales.fr/> http://www.mines-telecom.fr<http://www.mines-telecom.fr/> [[alternative HTML version deleted]]
2010 Oct 06
3
Empty data frame does not maintain column type
Does anyone know why a data frame created with empty character columns converts them to integer columns? > df<-data.frame(a=character(0),b=character(0)) > df<-rbind(df,c("a","a")) > typeof(df[1,1]) [1] "integer" AsIs doesn't help: > df<-data.frame(a=I(character(0)),b=I(character(0))) > df<-rbind(df,I(c("a","a")))
2012 Jan 04
1
function in R for my exercise
Hi R helpers! I have a question. I'm trying to create a function for an exercise. Here are the arguments I should include: x and y are numeric z is a name ("plus","minus","multiply","divide") and swap is logical. Here is what the function should do: When z="plus", then x+y is performed and so on for the other z names. It should give a NA
2008 Oct 04
5
Vitelity Asterisk configuration help
I have a Asterisk server setup and I am able to connect to the server using a soft client 'x-lite' and call and leave a message on my second extension 102. I have setup a Vitelity account and add what I believe to be the correct information to my sip.conf and extension.conf. I would like to setup incoming and outgoing calls with voicemail support. I've searched all over but many of the
2016 May 07
0
RV: Daily mail report for 2016-05-06lzq
...s 8.4 s pri.contraloria.cu 9 164396 0 0.6 s 1.3 s gmail.com 9 24009 0 2.0 s 10.0 s bfi.cu 9 12294 0 0.3 s 0.4 s capacitacion.copextel.com.cu 6 5753k 0 6.3 s 35.0 s mpc.copextel.com.cu 6 241935 0 6.5 s 37.0 s ambar.co.cu 6 217419 0 0.6 s 1.0 s cdir.copextel.com.cu 6 206062 0 0.5 s 0.9 s esbujm.pr.pr.rimed.cu 6 196818 0 0.8 s 1.2 s ecpri.cupet.cu 6 151626 0 0.5 s 1.8 s infomed.sld.cu 6 46932 1 1.8 m 10.9 m citma.vega.inf.cu 6 23157 0 0.7 s 2.7 s pri.unaicc.cu 6 17709 0 0.3 s 0.7 s uclv.edu.cu 6 11796 0 0.3 s 0.5 s bfi.com.cu 6 8196 0 0.3 s 0.4 s rhumanos.copextel.com.cu 3 3703k 0 8.0 s 12.0 s transn...
2011 Sep 15
1
changing "label" in ggplot
Hi everyone, I'm trying to create a scatterplot (with ggplot2) with different groups and a faceting (see code below... much clearer I think) But when I want to change the color label to something else using the scale_colour_manual function (based on http://had.co.nz/ggplot2/scale_manual.html), it seems impossible to get what I want. Instead I receive a nice error message. But the code will
2010 Feb 16
1
Configuring Local Repo
I have a local repo of Centos, I'll like to used as part of my Internet Repos, so I wonder how can I do that ___________________________________ Atte. Alberto Garc?a G?mez M:.M:. Administrador de Redes/Webmaster Direcci?n Provincial de Educaci?n. Matanzas, Cuba.
2010 Feb 22
1
MonoDevelop/SharpDevelop
Alguno de ustedes tiene a mano el MonoDevelop o el SharpDevelop para CentOS, solo he encontrado versiones para Suse...al menos me vendria bien tener el .srpm Saludos Fraternales _____________________________ Atte. Alberto Garc?a G?mez M:.M:. Administrador de Redes/Webmaster IPI "Carlos Marx", Matanzas. Cuba. 0145-2887(30-33) ext 124 -------------- next part -------------- An HTML
2010 Oct 28
3
ACtive directoryin Ubuntu
Hi, My name is Tommie, I am new to tthe list...greetings to you all. I have a couple of quetions. Our college network is running on Debian and Ubuntu, we are trying to migrate the rest of the services to Ubuntu... the Active Directory is the one that is still using windows. My questions are: How can i substitute the windows Active Directory by Samba? How can i migrate Active Directory users to
2011 Jul 16
2
expression() and axis labels
Hi everyone! I tried to look up in the previous topics whether there was something similar to my question but I think there's nothing corresponding... Anyway! Here is my problem: I have a plot (qplot()) in which I want to insert axis labels with the following text: kg NH4+ N-equiv. * ha-1 yr-1 (well... 4 smaller and down and + as a power (the same for the -1) but I am sure you understood