Displaying 20 results from an estimated 8000 matches similar to: "Executable 'username map'"
2004 Jul 27
2
computing differences between consecutive vector elements
Dear R-users,
I am a newbie to R so please excuse this naive question for which I couldn't
seem to find online answers.
I have this data frame containing a series of locations through time
(x,y,z,t). I would like to compute the difference in x, y and z between t-1
and t.
Sounds easy enough, but how on earth does one loop through vector elements
and compute this difference?
Thanks
Thomas
2011 Jul 05
2
Many "Error: Corrupted index cache file /XXX/dovecot.index.cache: invalid record size"
Hi all,
I just joigned this list, so I'm sorry if this problem has already been
reported.
I'm running Dovecot 2.0.13 on many servers, one for POP/IMAP access,
others for LDA, others for authentification only, etc.
All servers are accessing a shared file system, based on MooseFS
(www.moosefs.org). The FS is mounted using FUSE.
All my Dovecot servers have this configuration :
2004 Jul 28
5
using Rterm under cygwin, no possiblity to delete characters
Dear R-users,
When I call Rterm from cygwin, I have no options but typing the exact syntax
the first time. If I happen to hit the "delete" key (backspace), R dies when
I press enter saying :
Error: ... (error concerning the function on the last line of text)
Execution halted
Perhaps some of you have experienced this and found work arounds? One has to
be pretty good to type without
2013 Oct 01
2
sshd accepted fingerprint logging
Currently, LogLevel must be set to VERBOSE to see the fingerprint of an
accepted key, and the default LogLevel is INFO. Since this is useful
security information, I would like to propose that the 'Accepted
publickey' message be modified to include the fingerprint of the
accepted key. Is this a reasonable solution?
Here is an example log snippet with LogLevel VERBOSE:
Oct 1 15:23:24
2011 Jan 20
1
Inverse Prediction with splines
Hello, I have fit a simple spline model to the following data.
Data
x y
0 1.298
2 0.605
3 0.507
4 0.399
5 0.281
6 0.203
7 0.150
8 0.101
Model
Sp.1=lm(y~bs(x,df=4))
Now I wish to inverse predict the x for y=.75, say. Optimize works fine
for a polynomial but I can figure out how to get the spline model into
the function argument.
Can anyone help me out.
Thanks!!
Jeff
Jeff Morris
Sanofi
2003 Oct 30
1
$ in domain name, Samba 2.2.8a
> -----Original Message-----
> From: Gerald (Jerry) Carter [mailto:jerry@samba.org]
> Sent: Wednesday, October 01, 2003 11:49 AM
> To: Stuckless, Colin 709 778-3815
> Cc: Andrew Bartlett; 'samba@lists.samba.org'
> Subject: Re: [Samba] $ in domain name, Samba 2.2.8a
>
> Andrew Bartlett wrote:
>
> | Yes, we are stripping it out for security reasons. The
>
2003 Dec 09
1
Bug with OpenSSH and Crontab under Solaris 8
Hi,
I have a issue with OpenSSH 3.7.1p2 and crontab (solaris 8). The crontab
will not execute correctly the commands if I edit it by using OpenSSH.
client (Solaris 8 / Openssh 3.7.1p2) ---> server (Solaris 8 / Openssh
3.7.1p2).
Next, I edit the crontab with "vi" using a console session and I save it
without doing modification. The crontab works perfectly now ! ?
I have
2015 Apr 30
2
predict nlme
Estimado Oliver Nuñez
Envío un ejemplo reproducible.
Javier Marcuzzi
# de donde tomo datos, y tiene el modelo (en el pdf)
library(MCMCglmm)
# librería con las funciónes que voy a usar
library(nlme)
datos0<-ChickWeight
# creo algunos datos que agrego a los origonales
Factor<-as.numeric(datos0$Chick)
Factor[Factor > 0 & Factor <= 10] <- 'A'
Factor[Factor > 10
2015 Apr 30
2
predict nlme
Estimados
Tengo un error que me desconcierta, es un código que simplifiqué de otro trabajo donde no hay problemas, sin embargo me da un error.
Una diferencia es que en mi otro trabajo uso spline y ahora polinomio, este es de segundo grado y se encuentra tanto en efectos fijos como aleatorios, el modelo es correcto, corre con MCMCglmm pero no con nlme.
grid <- expand.grid(Tiempo=4:6,
2007 Jul 20
8
Wx::StaticText
Salut alex.
J''ai une question a propos de wx::statictext(wxruby2)
est-il possible de mettre les accents pour la langue française?, car pour l''instant je ne peut pas mettre l''accentuation alors que ça marche bien avec "wxruby".
merci
Sebastien
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
2006 Jan 31
11
ez_where plugin updated features.
Friends-
I wanted to let people know that there is a new experimental release
of this plugin. I would love feedback on syntax and features. There
is now a full test suite with fixtures that covers all the available
syntax. Look at the test suite for more syntax possibilities. There
have been many additions since my last release. Fabien Atelier has
been working on this with me and has
2006 Dec 09
1
OCFS and LVM2
Hi Everyboy !
I read that LVM2 is not cluster aware (specially with OCFS2) from different
post on internet forum... If it's true, could someone could confirm this
information and point me where i can find this affirmation in documentation
?
I do some test with OCFS2 on LVM2 and it's seems to run correctly , so i
have some interrogation about this fact !
If it's true that LVM2 are
2006 Nov 27
1
copying files from ocfs to ext3
Hi, using ocfs-2.4.9-e-smp-1.0.12-1 on Redhat 3 U4
Trying to copy files from an ocfs volume to an ext3 volume is very very slow
- talking a couple of minutes for a 100Mb file.
same happens if I use o-direct or not, dd exhibits the same behaviour
ocfs is in the updatedb.conf and both filesystems are in the PRUNEPATHS line
in the same file (a reboot was done after the changes were made just to
2008 Jul 04
1
Calling and running a compiled program inside R
Hi,
I need to use the outputs from a complied program (*.exe program
that is made by some one else) for numerous data sets and use R with the
outputs for some computations. I thought that it would be very
efficient if I can use R from the beginning to the end by calling the
exe program and run it within R, continuing the computations based on
the outputs. Are there any calling function for
2010 Mar 29
6
AD Auth Trusted Domain issues
I have been killing myself on this issue over the last 2 weeks. I have
setup pam AD authentication using winbind on our companies email
servers. That part is currently working. I have been trying to add an
existing "Trusted" child domain and allow authentication from that
domain as well. I am part of the way there, but not quite to the
functional point as of yet. Our primary domain
2004 May 04
3
Unable to gunzip file
Hello all,
I have downloaded samba-2.2.8a-1-sol8-suncc-32bit.pkg.gz and I am trying
to gunzip it but I get
gunzip: samba-2.2.8a-1-sol8-gcc295.pkg.gz: not in gzip format
what could be the problem ?
*********************************************************************************
Ce courriel ainsi que ses pieces jointes sont strictement reserves a
l'usage de la ou du destinataire et peut
2004 Nov 22
3
Mode context extremely poor performance.
Hi all,
I curently have a big problem. One request (listed above) using context
take up to 1000 more time than the on RAW or ext2 database. I have ran
this request on a single IA32 machine with Redhat and dbf on ext2. The
average reponse time is less than a sec. The same request on RAC 4 nodes
cluster on RAW take the same average time. On ext2 idem. But on OCFS it
took up to 15 sec randomly
2004 Nov 22
3
Mode context extremely poor performance.
Hi all,
I curently have a big problem. One request (listed above) using context
take up to 1000 more time than the on RAW or ext2 database. I have ran
this request on a single IA32 machine with Redhat and dbf on ext2. The
average reponse time is less than a sec. The same request on RAC 4 nodes
cluster on RAW take the same average time. On ext2 idem. But on OCFS it
took up to 15 sec randomly
2004 Dec 06
2
Problem with OCFS and EMC Snapshots
An HTML attachment was scrubbed...
URL: http://oss.oracle.com/pipermail/ocfs-users/attachments/20041206/e14c6071/attachment.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Andrew.McCurdy.vcf
Type: text/x-vcard
Size: 359 bytes
Desc: not available
Url : http://oss.oracle.com/pipermail/ocfs-users/attachments/20041206/e14c6071/Andrew.McCurdy.vcf
2007 Sep 25
1
Score test in logistic regression in R
Hello,
I am wondering if R has any ways to conduct the score test in logistic
regression?
Could you let me know please?
Thanks,
Insu
--------------------------------------------------
This e-mail and any files transmitted with it may contain privileged or confidential information.
It is solely for use by the individual for whom it is intended, even if addressed incorrectly.
If you