similar to: ownership

Displaying 20 results from an estimated 4000 matches similar to: "ownership"

2006 Mar 19
7
cups sharing ipp
have a strange isue. [ this is my 2nd day with centos4] nice instalatin BTW ok, i activated cupsd sharing and open the port 631 in the security level when i lpq from withing a network interface i get thi error ~$ lpq lpq: error - no default destination available. and in centos the log shows D [19/Mar/2006:08:37:17 -0500] AcceptClient: 8 from 192.168.1.100:631. D [19/Mar/2006:08:37:17 -0500]
2006 Mar 24
5
wmv
how do you get helix to play wmv files
2009 Jul 08
7
install totaly messed up
I have just moved to a new server and transfered all my files over etc and also installed wine using yum, however I had a script on my site that used wine (via exec command) that no longer worked after the transfer to the new server. I tried a few things on the server thinking it was a problem with current setup but got nowhere, I then uninstalled wine via "yum erase wine" and
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
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, 2010 at 7:49 AM, Zoe Wolk <zoewolk at gmail.com> wrote: > Hi again Nicolas, > >
2013 Oct 08
3
remote sudo script
Hey guys, I'm trying to write a simple bash script that will cp a configuration file to a backup (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
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 geoffray < nicolas.geoffray at gmail.com> wrote: > Hi Zoe, > > Unfortunately, I
2010 Jun 30
0
[LLVMdev] vmkit build problems
Hi again Nicolas, Can you please tell me the output of your llvm-gcc -v and llvm-config -version? Mine is below, perhaps its because I built llvm with enable-jit? Do you have users of vmkit? ie has anyone other than the llvm team been successful at building and running vmkit? I tried on a core2 machine (albeit also karmic) and have the same problem. Can you build a fresh machine (virtual
2010 Jul 06
2
[LLVMdev] vmkit build problems
Thanks Alysson. Unfortunately, those instructions don't work for me (I followed them exactly using a clean system) -- probably because of the recent changes to the svn heads. After fixing EscapeAnalysis in vmkit to use the updated CallInst.getArgOperand interface I hit the error below. I was interested in using mmtk with the system (as recommended), but that requires a llvm-gcc build (and
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
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 >
2008 Aug 18
2
Call a Fortran subroutine with R: R crashes
Hello, I am trying to call a FORTRAN subroutine within R and something really strange happens: I have a dll-library, that I load with dyn.load('mpbvv.dll'). I have checked the [Ordinal/Name Pointer] Table for the function within the library that I want to call - it is there (objdump - p mpbvv.dll). Then, I have written an R-wrapper to call the FORTRAN subroutine, which works fine. SInce
2012 Jun 16
2
Plotting tidal speed and direction in R
Hi, I have had a look around the forums and I can't seem to find anything that works with my data. I have lats, longs, time, tidal speed and direction and need to plot this in an xy plot to determine changes over time. contour and cloud have been recommended to me as a way to do this but 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
2013 Feb 28
2
predict.smooth.Pspline function not found
I have a simple question that irritatingly I haven't been able to figure out on my own. It seems that some functions from the "Pspline" package are successfully installed while others are not. The code with which I'm working is more complicated, but the following highlights my problem. If I run the following code > tt <- seq (0,1,length=20) > xt <- tt^3 > fit
2013 Jan 13
1
R error: system is computationally singular when building GMM model
Dear, I built the generalized method of moments model to estimate the sales rank in the bookstore using plm package in R. The equation is: data1.gmm <- pgmm(dynformula(lnsales_rank ~ ln_price + avg_ham_rate + avg_spam_rate + num_of_ham+ num_of_spam + ship_code2 +ship_code3 +ship_code4+ ship_code5+ ship_code6 + ship_ code7, lag = list(0, 0, 0, 0,0,0,0,0,0,0,0,0), log =FALSE), data=data,
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
2005 Jan 22
1
Collins Master Dictionary (closer yet)
Hey, thanks for all the help, the "Desktop"="800x600" line in the .conf file helped a lot, the elements within the window don't dissappear anymore. Thanks! :) Only one little glitch is keeping the program from being useful: The dictionary doesn't use a standard 'search' field and button as one might expect, instead, all of the entries for the selected
2009 May 11
1
3d Scatterplot using rgl
Hi, I am trying to plot a 3d scatter plot using the rgl package but am having trouble. I have a matrix containing x, y and z co-ordinates and a fourth element related to a count variable. I would like to plot the points using plot3d with the sizes of the points related to the fourth element in the matrix. Is this possible with plot3d or do I need to use something else? I include a small example
2006 Aug 23
5
negatively skewed data; reflecting
Hi, This problem may be very easy, but I can't think of how to do it. I have constructed histograms of various variables in my dataset. Some of them are negatively skewed, and hence need data transformations applied. I know that you first need to reflect the negatively skewed data and then apply another transformation such as log, square root etc to bring it towards normailty. How is it
2010 Jul 07
2
[LLVMdev] vmkit build problems
Hi, Just to comfirm that I have just clean built the current LLVM and VMKIT revisions and it failed too. The problem seems to be the same one (about escape analysis in LLVM). My configuration is Ubuntu 10.04 and GCC 4.4.3 on x86. Cheers, Chanwit Konrad Hinsen-2 wrote: > > On 6 Jul 2010, at 22:25, Zoe Wolk wrote: > >> If anyone is able to build vmkit and get it to run without