similar to: Vacation

Displaying 20 results from an estimated 2000 matches similar to: "Vacation"

2014 May 08
2
Processes launched from rc*.d and ulimit -n
I'm running fedora directory server on some boxes in a multi-master arrangement. The problem is that when dirsrv is lauched from init (on boot) the maximum number of allowed file descriptors (ulimit -n) is only 4096. That means that the slapd process can only accept ~4k connections, and it needs to accept ~10k or so. The value for nofile for all users in /etc/security/limits.conf (and
2012 May 08
2
Equivalent RHEL package for CentOS httpd package?
I'm trying to find out if a particular RedHat patch has been ported to CentOS yet. In particular, this vulnerability: CVE-2011-3607 According to this: https://rhn.redhat.com/errata/RHSA-2012-0323.html it has been patched as of httpd-2.2.3-63.el5_8.1.x86_64.rpm Now, in the latest CentOS repository, I find httpd-2.2.3-63.el5.centos.1.x86_64.rpm Is this the same (or later) release? I suspect
2011 Aug 17
3
OpenLDAP setup and bootstraping in CentOS 6
I'm having trouble getting openldap through its initial setup. I created a /etc/openldap/slap.conf file with a default rootdn and rootpw, and they didn't seem to take effect. After much wailing and gnashing of teeth I found that if there is a config directory at /etc/openldap/slapd.d, it will ignore slapd.conf. I can't figure out how to translate slapd.conf into the (new?) standard
2013 Sep 23
1
dovecot 2.2.x and replication with dsync and shared / public namespace
Hi, I'm trying to configure replication with dsync on Dovecot 2.2.5 (and latest nightly). I did followed the guide at http://wiki2.dovecot.org/Replication But I can get dsync-server working only if my users do not have access to shared mailboxes and / or public mailboxes which is problematic for our setup. dsync-server is trying to create folders in public/ namespace :
2004 Feb 20
0
upgraded to 3.0.2 -> funkyness in machine accounts
My old technique was to 1) remove all machine accounts from ldap 2) reimage all machines 3) create all the machine accounts with smbldap-adduser -w 4) switch all machines to domain mode that does not work anymore... the machine accounts exist in ldap but i get this internally contradictory info in the logs [2004/02/20 02:29:52, 2] passdb/pdb_ldap.c:init_sam_from_ldap(462)
2011 Sep 30
2
isotope superscripts ggplot2
Happy Friday fellow R users. I need some help - I am trying to make a graph using ggplot 2 of some lead isotope ratios. Normally, the isotope mass number appears as a superscript before the chemical symbol. However, I cannot figure out how to do this ggplot2's axis labels. The closest I have come is using "." In front of the numbers I am superscripting e.g: ggplot(....
2011 Sep 02
2
Chemical Names in Data Frames
Greetings - I am working on some data that contain chemical names with air concentrations, and I am creating a data frame with date/time and each chemical having its own column. However, these are organic chemicals (e.g. 1-butene, 2,3,4-trimethylbenzene etc). The package I am going to be using the data with is openair, and many of the great functions require you to specify a column name which
2015 Dec 17
2
Añadir encabezados a un archivo TXT
Hola Gerard, En Windows puedes hacer lo siguiente: Suponiendo que "fichero.txt" es el archivo de texto con tus variables, que se encuentra en el directorio de trabajo [compruébalo con dir()] y que "nombres" es un vector que tienes en R con los nombres que quieres poner a las variables de tu fichero, # guarda los nombres en un fichero llamado "nombres.txt"
2015 Dec 17
2
Añadir encabezados a un archivo TXT
Gerard, dos preguntas: 1) Porqué quieres directamente especificar los encabezados en el fichero? Es porqué tus ficheros no tienen las columnas igualmente ordenadas? 2) Qué sistema operativo tienes? Un saludo. Olivier ----- Mensaje original ----- De: "Reverté Calvet, Gerard" <greverte en ajmataro.cat> Para: "Olivier Nuñez" <onunez en unex.es>, "Javier
2015 Dec 16
2
Añadir encabezados a un archivo TXT
Gerard, supongamos que tu fichero de texto ("test.txt") tiene cuatro columnas separadas por espacios. Si decides llamar estas columnas por ("A","B","C","D"), lo siguiente debería funcionar: linea0="A B C D" fichero <- file("test.txt") linea1<- readLines(fichero) writeLines(c(linea0,linea1), con=fichero)
2012 Feb 13
2
finding and describing missing data runs in a time series
Hi - I am trying to find and describe missing data in a time series. For instance, in the library openair, there is a data frame called "mydata": library(openair) head(mydata) date ws wd nox no2 o3 pm10 so2 co pm25 1 1998-01-01 00:00:00 0.60 280 285 39 1 29 4.7225 3.3725 NA 2 1998-01-01 01:00:00 2.16 230 NA NA NA 37 NA NA NA 3 1998-01-01 02:00:00
2012 Oct 18
3
svyplot and svysmooth with hexbin
Hi all- So sorry to bother you all with something pretty basic. I am trying to add the lines method output from svysmooth to a svyplot with style="grayhex". However, the line either appears in the wrong place or if I am running in R Studio it causes the system to crash. I know this is something to do with Lattice graphics, but for the life of me I can not figure out how. Dr. Lumley
2011 Jul 10
1
Chebyshev Inequality — MVUE
Hello, I was interested in trying to write an R script to calculate a UCL for a lognormal distribution using the Chebyshev Inequality — MVUE Approach (based on EPA’s guidance found in http://www.epa.gov/oswer/riskassessment/pdf/ucl.pdf). This looks like it should be straight forward, but I am need to calculate an MVUE for the population mean and an MVUE for the population variance, which requires
2011 Nov 10
2
ggplot2 - regression statistics how to display on plot
Hello - So I am trying to use ggplot2 to show a linear regression between two variables, but I want to also show the fit of the line on the graph as well. I am using ggplot2 for other graphics in what I am working on, so even though this would be a fairly easy thing to do in Excel, I would prefer to do it in R to keep my look and feel, and I think ggplot2 is just cooler. Here is a sample
2006 Mar 03
1
Samba 3 by Example - chapter 5 & 6 ( Manager ->sambaadmin)
Well I am glad that there has been alot of input on this topic, alot of people are having different opinions but that is because we are not focusing with the problem at hand. The documentation provides full details on how to get samba + ldap working from scratch; but there seems to be a gap between chapter 5 & 6; Once again I will say I love this book; by far the best technical reference
2014 Oct 27
2
Microstrategy web y R
Carlos e Isidro, nuevamente muchas gracias por vuestra respuesta. Carlos no me he explicado bien. Yo me descargo los datos en XLSX, lo que pasa es que tengo que realizar diversas consultas para poder disponer de todos los datos que quiero, y lo que pretendía con R es preparar un script para utomatizar la descarga y dejar preparados los datos para hacer análisis. Carlos, intenté hacer "web
2013 Nov 13
1
Resumen de R-help-es, Vol 57, Envío 13
por favor alguien podria ayudarme con el paquete climatol, tengo ulgunos problemas para ingresar la informaciòn gracias El 13 de noviembre de 2013 14:49, <r-help-es-request@r-project.org>escribió: > Envíe los mensajes para la lista R-help-es a > r-help-es@r-project.org > > Para subscribirse o anular su subscripción a través de la WEB >
2012 May 04
0
latex, Hmisc with MikTeX 2.8 produced "n&missing&unique" output
Hi - So when I run the following, I get a strange formatting output with MikTeX, and I am unsure if the behavior is due to R, Hmisc, or MikTeX or both: dfr <- data.frame(x=rnorm(400),y=sample(c('male','female'),400,TRUE)) latex(describe(dfr)) What happens is that the x column is summarized in the output of latex correctly. Then the y summary ends up looking like:
2010 Dec 22
1
Oddness with SMB, PsExec, Win 7, etc...
Hi, I've got a simple PHP script which is using psexec from sysinternals to execute commands on a remote machine (which uses SMB under the hood). If I run it from DOS it works fine. If I run the same script via apache it hangs. Fired up Wireshark and had a look at what was going on. In the working version the treeconnect calls go to the IPC$ and then the ADMIN$ accounts on the remote machine.
2012 Oct 17
0
FW: Vacancy Announcement - Lead Statistician (Health), GS-1530-14
VR, James James T. Durant, MSPH, CIH Statistics and Data Analysis Team (proposed) Science Support Branch (proposed) Division of Community Health Investigations (proposed) US Agency for Toxic Substances and Disease Registry Mailing Address: 4770 Buford Highway, MS F-62 Atlanta, Georgia 30341 Telephone: 770-488-0668 (office) _____________________________________________ From: Lewis,