Displaying 20 results from an estimated 66 matches for "zoe".
Did you mean:
zone
2007 Jul 31
2
ownership
not sure if i misunderstood the documentation but my understanding is
the -a option preserves ownership and permissions on transfer.
i did a remote test and i see ownership changed
is that becuase user does not exist in the remote box
4.0K drwxr-xr-x 14 zoe zoe 4.0K 2007-07-15 08:08 zoe
but in the remote system they changed to
4.0K drwxr-x--- 8 boricua users 4.0K 2007-05-02 11:07 zoe/
in source box i was root and loged in as boricua to remote box.
please shed some light
2006 Sep 22
3
Compiling a contingency table of counts by case
I have asked a similar question before but this time
the problem is somewhat more involved. I have the
following data:
case;name;x
1;Joe;1
1;Mike;1
1;Zoe;1
2;Joe;1
2;Mike;0
2;Zoe;1
2;John;1
3;Mike;1
3;Zoe;0
3;Karl;0
I would like to count the number of "case"
in which any two "name"
a. both have "x=1",
b. the first has "x=0" - the second has "x=1",
c. the first has "x=1" - the second has &...
2006 Jan 10
18
Ferret with IMAP dirs
I''d like to use ferret to build an imap indexer and search utility, but
want to check first to see if anyone else is working on this and offer
my help. Anyone?
Also, if you could provide any helpful pointers on indexing directories
via ferret, it''ll be very much appreciated. I''m a lucene nuby.
Thanks!
John
--
Posted via http://www.ruby-forum.com/.
2010 Jun 30
2
[LLVMdev] vmkit build problems
Hi Zoe,
Unfortunately, I don't have access to a x64 machine anymore, so I can't test
that architecture on vmkit. Could you install a virtual machine on your
machine that is x86_32? I know it has been successfully built and ran on
x86_32 on different systems.
Cheers,
Nicolas
On Wed, Jun 30, 20...
2013 Oct 08
3
remote sudo script
...ckup (with the date) remotely to a bunch of machines, using sudo
with ssh.
I notice that if I run the commands individually, they both work (albeit
with some strange output I'd like to suppress):
[tdunphy at MIAGRBISSH01V ~]$ ssh -q -t -t -t MIAGRBIORCA00V sudo -S 'cp -v
/data/solr-4.3.1/zoe/etc/logback.xml /tmp/logback.xml-${i}-$(date
+%Y%m%d).bak' <<EOF
> secret_sauce
> EOF
tcgetattr: Inappropriate ioctl for device
`/data/solr-4.3.1/zoe/etc/logback.xml' -> `/tmp/logback.xml--20131007.bak'
[tdunphy at MIAGRBISSH01V ~]$ ssh -q -t -t -t MIAGRBIORCA00V sudo...
2010 Jul 05
0
[LLVMdev] vmkit build problems
Hi Zoe,
maybe you've already solved your problem with VMKit configuration, but here
you can find a mini-tutorial
that I've done to guide people on VMKit installation.
http://www2.dcc.ufmg.br/laboratorios/llp/wiki/doku.php?id=afpf
Best regards,
Alysson
On Wed, Jun 30, 2010 at 1:34 PM, nicolas ge...
2010 Jun 30
1
[LLVMdev] vmkit build problems
Hi Nicolas,
No, I built llvm-gcc myself by checking it out via svn, using
these instructions:
http://llvm.org/docs/GCCFEBuildInstrs.html
thanks
-Z
> Hi Zoe
> (Please, try to reply to the same thread)
> I think you may have an old version of llvm-gcc. Did you compile
> llvm-gcc yourself? The provided llvm-gcc binary for llvm 2.7 is
> too old for vmkit.
>
> Nicolas
>
-------------- next part --------------
An HTML attachment was scr...
2010 Jun 30
0
[LLVMdev] vmkit build problems
...rtual machine)
using svn llvm, llvm-gcc, and vmkit successfully
and send out your steps? If not, can you please send
me the output of 'dpkg -l |grep ii'?
thanks
Z
llvm-gcc -v
Using built-in specs.
Target: x86_64-unknown-linux-gnu
Configured with: ../llvm-gcc-4.2/configure
--prefix=/home/zoewolk/RESEARCH/LLVMSystem --enable-languages=c,c++
--enable-checking --enable-llvm=/home/zoewolk/RESEARCH/LLVMSystem/llvm
--disable-bootstrap --disable-multilib --program-prefix=llvm-
Thread model: posix
llvm config.status:
It was created by llvm configure 2.8svn, which was
generated by GNU Autoconf...
2010 Jul 06
2
[LLVMdev] vmkit build problems
...egfault (for
any
distro/arch), using mmtk or the default collector/installation (as described
in the vmkit page or
Alysson's writeup) using the svn head of llvm and vmkit, please let me
know.
thanks
Z
...
llvm[1]: Compiling vmjc.cpp for Debug build
llvm[1]: Linking Debug executable vmjc
/home/zoewolk/RESEARCH/vmkit/Debug/lib/libGCMmap2.a(gcinit.o): In function
`mvm::Collector::initialise()':
/home/zoewolk/RESEARCH/vmkit/lib/Mvm/GCMmap2/gcinit.cpp:22: undefined
reference to `GCAllocator::operator new(unsigned long)'
/home/zoewolk/RESEARCH/vmkit/lib/Mvm/GCMmap2/gcinit.cpp:22: undefine...
2005 Nov 30
1
home directory permissions
Hi all,
I use samba-3.0.20b on a solaris 10 box with a ldap backend.
All works fine except one thing:
I have an account "bob".
Its home directory is "/tmp/teachers/bob"
Its group is "teachers".
However when I define the teachers repository permissions like this:
[zoe.root:367] ls -al /tmp
drwxrwx--- 2 root teachers 177 Nov 15 13:22 teachers
(access in rwx only for root and "teachers" group members)
It doesn't work anymore (i.e. smbclient fails).
For security reasons I have to define such permissions.
Does anyone have a tip or a clu...
2012 Jun 16
2
Plotting tidal speed and direction in R
...ut I can't figure out
how to get 5 dimensions into this. I want lat and long as my x and y, time
as my z, direction as w and speed as different colours. I imagine it's a
lot easier than I think it is - I am very new to R. Could anyone please
help with a starting point for this?
Thanks,
Zoe
--
View this message in context: http://r.789695.n4.nabble.com/Plotting-tidal-speed-and-direction-in-R-tp4633587.html
Sent from the R help mailing list archive at Nabble.com.
2010 Jul 02
0
[LLVMdev] vmkit build problems (and llvm-gcc bug 7108)
...his bug:
http://www.mail-archive.com/llvmbugs at cs.uiuc.edu/msg08159.html
thanks for your work on these systems, hopefully I'll be able
to try vmkit at some point in the future.
thanks
Z
On Wed, Jun 30, 2010 at 9:34 AM, nicolas geoffray <
nicolas.geoffray at gmail.com> wrote:
> Hi Zoe,
>
> Unfortunately, I don't have access to a x64 machine anymore, so I can't
> test that architecture on vmkit. Could you install a virtual machine on your
> machine that is x86_32? I know it has been successfully built and ran on
> x86_32 on different systems.
>
> Chee...
2013 Feb 28
2
predict.smooth.Pspline function not found
...<- predict.smooth.Pspline (fit, tt, nderiv=0)
I get this error:
"Error: could not find function "predict.smooth.Pspline" "
So it seems like "smooth.Pspline" is loading but "predict.smooth.Pspline"
isn't. Any ideas about why this might be the case?
-Zoe Richards
[[alternative HTML version deleted]]
2010 Jun 30
3
[LLVMdev] vmkit build problems
...more information on
the problem? Also -- it seems to be building the release version by default
(perhaps because my llvm build used release), should I
try with the debug version instead? If so, is there a config flag for that?
Thanks in advance for your help.
-Z
./configure --with-llvmsrc=/home/zoewolk/RESEARCH/LLVMSystem/llvm
--with-llvmobj=/home/zoewolk/RESEARCH/LLVMSystem/llvm
--with-gnu-classpath-glibj=/home/zoewolk/RESEARCH/classpath-0.97.2/lib
--with-gnu-classpath-libs=/home/zoewolk/RESEARCH/classpath-0.97.2/lib
--with-llvmgcc=/home/zoewolk/RESEARCH/LLVMSystem --with-gc=mmtk
Buildfile:...
2008 Aug 18
2
Call a Fortran subroutine with R: R crashes
...base
methods C:/Programme/R/R-2.7.1/library/methods/libs/methods.dll
grDevices C:/Programme/R/R-2.7.1/library/grDevices/libs/grDevices.dll
stats C:/Programme/R/R-2.7.1/library/stats/libs/stats.dll
mpbvv E:/Zoe/DA/mpbvv.dll
Dynamic.Lookup
base FALSE
methods FALSE
grDevices FALSE
stats FALSE
mpbvv TRUE
I am loading four more libraries:
library('actuar')
library('bbmle')
library('polynom')
library('NOR...
2013 Jan 13
1
R error: system is computationally singular when building GMM model
...computationally singular: reciprocal condition number =
6.36689e-23" shown.
I found that skipping one of the ship_code variables (dummy variable) can
generate result. But don't know the reason.
I found some books about using R, but no one can answer me.
Please help. Thanks much.
Zoe
[[alternative HTML version deleted]]
2006 Aug 23
5
negatively skewed data; reflecting
...n how to reflect data.
> hist(Lsoc) #how do I reflect Lsoc in R?
I am grateful for any help regarding this matter, it is just a very small part of my analysis and doesn't seem worth agonising hours over. I will probably kick myself when someone tells me the answer!
Thank you very much,
Zoe
2005 Nov 29
1
passdb/pdb_ldap.c LBER_USE_DER undeclared
Hi all,
I can't succeed to compil samba-3.0.20b on a solaris 10 box with ldapsam
parameter.
The configure is ok:
./configure --prefix=/export/zoe/samba-3.0.20b --with-pam
--with-ldap=/usr/local/openldap-2.2.26 --with-ldapsam
--with-krb5=/usr/local/krb5-1.4.3
but when I try to do the make I have the following error:
[zoe.root:56] make
Using FLAGS = -I/usr/local/krb5-1.4.3/include -O -D_SAMBA_BUILD_
-Iinclude -I/usr/local/src/samba-3.0....
2005 Jan 22
1
Collins Master Dictionary (closer yet)
...dictionary installer? The installer was run from an actual
windows install, therefore whatever DLLs it installed are in the 'real' win98
folder and not in the wine windows folder. How do I find out what files are
installed by the installer program? is there an easy way to do this?
-zoe
2009 May 11
1
3d Scatterplot using rgl
...8.9 10.8 8.7 9.3
95 98 47 1.5 NA 0.9 0.7 0.8 0.1
96 93 51 0.1 NA NA NA NA NA
If I use
plot3d(swadt[,1],swadt[,2],swadt[,3],size=swadt[,4])
I get the following error
Error in rgl.numeric(size) : size must be a single numeric value
Is there a way of plotting this?
Thanks
Zoe Hoare
[[alternative HTML version deleted]]