search for: p01

Displaying 20 results from an estimated 46 matches for "p01".

Did you mean: 01
2016 Apr 13
2
Re: [libvirt] Libvirtd running as root tries to access oneadmin (OpenNebula) NFS mount but throws: error: can’t canonicalize path
On 04/13/2016 09:23 AM, TomK wrote: > On 4/13/2016 1:33 AM, Martin Kletzander wrote: >> On Tue, Apr 12, 2016 at 06:24:16PM -0400, TomK wrote: >>> On 4/12/2016 5:08 PM, John Ferlan wrote: >>>> Having/using a root squash via an NFS pool is "easy" (famous last >>>> words) >>>> >>>> Create some pool XML (taking the example I
2019 Oct 24
4
calculo porcentaje de subcategirías para individuos diferentes
...mas automatizado para no tomar tanto tiempo en correrlo manualmente. Entonces tengo una columna con la ID de cada perro, y otra con las categorías de ambiente (urbano, rural y mar). He calculado el promedio con este script para el perro 1: ## encontrar el numero total de zonas naturales por perro P01 <-subset(TODOS, TODOS$ID=="P01") ruralP01 <- subset(P01,P01$Zone=="rural") marP01 <- subset(P01,P01$Zone=="mar") nrow(P01) nrow(ruralP01) nrow(marP01) porcent_natP01 <- (nrow(ruralP01) + nrow(marP01))*100/ nrow(P01) porcent_natP01 y llego a 61,35%. Es la...
2016 Apr 14
0
Re: [libvirt] Libvirtd running as root tries to access oneadmin (OpenNebula) NFS mount but throws: error: can’t canonicalize path
...rs the o+x is the only way right now. It definitely tries to access the share as root though, on CentOS 7 since I also tried to add nfsnobody and nobody to the oneadmin group and that did not work either. Seems OpenNebula doesn't have this issue with NFSv3 running on Ubuntu: [root@mdskvm-p01 ~]# rmdir /tmp/netfs-rootsquash-pool [root@mdskvm-p01 ~]# cat nfs.xml <pool type='netfs'> <name>rootsquash</name> <source> <host name='opennebula01'/> <dir path='/var/lib/one'/> <format type=...
2016 Apr 12
3
Re: [libvirt] Libvirtd running as root tries to access oneadmin (OpenNebula) NFS mount but throws: error: can’t canonicalize path
...se tell me more on it. Can't find it in the file below but >maybe it's elsewhere? > >( <pool type="fs"> ) perhaps rather than the "NFS" pool ( e.g. <pool type="netfs"> ) > > >Allright, here's the details: > >[root@mdskvm-p01 ~]# rpm -aq|grep -i libvir >libvirt-daemon-driver-secret-1.2.17-13.el7_2.4.x86_64 >libvirt-1.2.17-13.el7_2.4.x86_64 >libvirt-daemon-driver-network-1.2.17-13.el7_2.4.x86_64 >libvirt-daemon-driver-lxc-1.2.17-13.el7_2.4.x86_64 >libvirt-daemon-driver-nwfilter-1.2.17-13.el7_2.4.x86_64 &gt...
2016 Apr 12
2
Re: [libvirt] Libvirtd running as root tries to access oneadmin (OpenNebula) NFS mount but throws: error: can’t canonicalize path
...fault, always starts as root. So it's > doing something as root, despite being configured to access the share as > oneadmin. As oneadmin I can access that file no problem. Here's how I > read the file off the node on which the NFS share is mounted on: > > [oneadmin@mdskvm-p01 ~]$ ls -altri /var/lib/one//datastores/0/38/disk.1 > 34642274 -rw-r--r-- 1 oneadmin oneadmin 372736 Apr 5 00:20 > /var/lib/one//datastores/0/38/disk.1 > [oneadmin@mdskvm-p01 ~]$ file /var/lib/one//datastores/0/38/disk.1 > /var/lib/one//datastores/0/38/disk.1: # ISO 9660 CD-ROM filesyste...
2016 Apr 12
0
Re: [libvirt] Libvirtd running as root tries to access oneadmin (OpenNebula) NFS mount but throws: error: can’t canonicalize path
...ool option is new to me. Please tell me more on it. Can't find it in the file below but maybe it's elsewhere? ( <pool type="fs"> ) perhaps rather than the "NFS" pool ( e.g. <pool type="netfs"> ) Allright, here's the details: [root@mdskvm-p01 ~]# rpm -aq|grep -i libvir libvirt-daemon-driver-secret-1.2.17-13.el7_2.4.x86_64 libvirt-1.2.17-13.el7_2.4.x86_64 libvirt-daemon-driver-network-1.2.17-13.el7_2.4.x86_64 libvirt-daemon-driver-lxc-1.2.17-13.el7_2.4.x86_64 libvirt-daemon-driver-nwfilter-1.2.17-13.el7_2.4.x86_64 libvirt-daemon-driver-i...
2016 Apr 12
2
Re: [libvirt] Libvirtd running as root tries to access oneadmin (OpenNebula) NFS mount but throws: error: can’t canonicalize path
...e it's elsewhere? >>> >>> ( <pool type="fs"> ) perhaps rather than the "NFS" pool ( e.g. <pool >>> type="netfs"> ) >>> >>> >>> Allright, here's the details: >>> >>> [root@mdskvm-p01 ~]# rpm -aq|grep -i libvir >>> libvirt-daemon-driver-secret-1.2.17-13.el7_2.4.x86_64 >>> libvirt-1.2.17-13.el7_2.4.x86_64 >>> libvirt-daemon-driver-network-1.2.17-13.el7_2.4.x86_64 >>> libvirt-daemon-driver-lxc-1.2.17-13.el7_2.4.x86_64 >>> libvirt-daemon...
2008 Nov 26
1
multiple imputation with fit.mult.impute in Hmisc - how to replace NA with imputed value?
...e") > library("Hmisc") > library("Design") > d <- read.table("DailyDataRaw_01.txt",header=T) > length(d);length(d[,1]) [1] 43 [1] 2666 Do for this data set, there are 43 columns and 2666 rows Here is a piece of data.frame d: > d[1:20,4:6] P01 P02 P03 1 0.1 0.16 0.16 2 NA 0.00 0.00 3 NA 0.60 0.04 4 NA 0.15 0.00 5 NA 0.00 0.00 6 0.7 0.00 0.75 7 NA 0.00 0.00 8 NA 0.00 0.00 9 0.0 0.00 0.00 10 0.0 0.00 0.00 11 0.0 0.00 0.00 12 0.0 0.00 0.00 13 0.0 0.00 0.00 14 0.0 0.00 0.00 15 0.0 0.00 0.03 16 NA 0.00 0.00 17 NA 0.01 0.00...
2001 Jun 05
2
a bug? (PR#968)
...NH03 NH1 NH 180 10 0 640 NH03 NH1 NH 180 10 0 641 NH03 NH1 NH 180 10 0 642 NH03 NH1 NH 180 10 0 643 NH03 NH1 NH 180 10 0 644 NH03 NH1 NH 180 10 0 645 NH03 NH1 NH 180 10 0 646 NH03 NH1 NH 180 10 0 647 NH03 NH1 NH 180 10 0 648 NH03 NH1 NH 180 10 0 649 NH03 NH1 NH 180 10 0 650 NH03 NH1 NH 180 10 0 651 P01 PD1 PD 180 10 1 652 P01 PD1 PD 180 10 1 653 P01 PD1 PD 180 10 1 654 P01 PD1 PD 180 10 1 655 P01 PD1 PD 180 10 1 656 P01 PD1 PD 180 10 1 657 P01 PD1 PD 180 10 1 658 P01 PD1 PD 180 10 1 659 P01 PD1 PD 180 10 1 660 P01 PD1 PD 180 10 1 661 P01 PD1 PD 180 10 1 662 P01 PD1 PD 180 10 1 663 P01 PD1 PD 180...
2016 Apr 12
0
Re: [libvirt] Libvirtd running as root tries to access oneadmin (OpenNebula) NFS mount but throws: error: can’t canonicalize path
...t;> >>>> ( <pool type="fs"> ) perhaps rather than the "NFS" pool ( e.g. <pool >>>> type="netfs"> ) >>>> >>>> >>>> Allright, here's the details: >>>> >>>> [root@mdskvm-p01 ~]# rpm -aq|grep -i libvir >>>> libvirt-daemon-driver-secret-1.2.17-13.el7_2.4.x86_64 >>>> libvirt-1.2.17-13.el7_2.4.x86_64 >>>> libvirt-daemon-driver-network-1.2.17-13.el7_2.4.x86_64 >>>> libvirt-daemon-driver-lxc-1.2.17-13.el7_2.4.x86_64 >>&gt...
1999 Mar 17
1
hist(list)?
It seems that the following should work: > x<-read.table('1A.tab',header=T,skip=1); > mode(x[1]) [1] "list" > x[1] p01 R1-00 0.0295 R1-01 0.0283 R1-02 0.0145 R1-03 0.0235 R1-04 0.0339 R1-05 0.0239 R1-06 0.0414 R1-07 0.0259 > hist(x[1]) Error: hist: x must be numeric > as.numeric(x[1]) Error: (list) object cannot be coerced to vector type 14 > I've worked around the problem by removing the is.numeric(...
2016 Apr 12
2
Re: [libvirt] Libvirtd running as root tries to access oneadmin (OpenNebula) NFS mount but throws: error: can’t canonicalize path
.... The >>> unprevilidged user is able to read/write fine to the share. >>> root_squash is used and for security reasons no_root_squash cannot be >>> used. >>> >>> On the controller and node SELinux is disabled. >>> >>> [oneadmin@mdskvm-p01 ~]$ virsh -d 1 --connect qemu:///system create >>> /var/lib/one//datastores/0/38/deployment.0 >>> create: file(optdata): /var/lib/one//datastores/0/38/deployment.0 >>> error: Failed to create domain from >>> /var/lib/one//datastores/0/38/deployment.0 >>>...
2006 Feb 22
5
Rsync help needed...
Hello, I was reading your posts about RSYNC. We have a massive Oracle schema lots of datafiles about 750 GB size. We do rsync datafiles from source to target server but everytime we cleanup the datafiles on the target server and do rsync every 2 weeks. On the target side mostly the datafiles will be same but on source we might have added few datafiles or made some changes in data and as such the
2013 Sep 27
1
RV: cronbach
...ra todo lo anterior en memoria setwd("G:/Public/Documents/R/EPICALC/") #como se llama la data desde su path sanda<-read.csv("sandavid2.csv",header=TRUE, sep=",", dec=".") use(sanda) attach (sanda) library (MASS) label.cronbach <- label.var(p01, "¿Consume mucho pan? ") ####¿Hay alguna manera de nombrarlos más fácil y menos trabajosa label.cronbach <- label.var(p02, "¿Se enoja usted?") label.cronbach <- label.var(p03, "¿come mientras ve la TV?") label.cronbach <- label.var(p04, "¿Le gustan lo...
2012 Mar 24
3
FreeBSD 9.0 - GPT boot problems?
...SD afterwards, I just get this message from the BIOS: "ERROR: No boot disk has been detected or the disk has failed." I tried selecting the SSD from the boot menu (via F12) instead (it shows up as "EFI: M4-CT128M4SSD2"), but got the same message. I upgraded the BIOS from version P01-A3 to version P01-A4 (the newest available), still no dice. If I use the usb stick I installed from, I can select the boot device, and actually boot from it, so there doesn't seem to be anything wrong with the SSD. I tried: kg-vm2# gpart bootcode -b /boot/pmbr -p /boot/gptboot -i 1 ada0 bootco...
2016 Apr 12
2
Re: [libvirt] Libvirtd running as root tries to access oneadmin (OpenNebula) NFS mount but throws: error: can’t canonicalize path
...;I top post by default in thunderbird and we have same setup at work with >M$ LookOut. Old habits are to blame I guess. I'll try to reply like >this instead. But yeah it's terrible for mailing lists to top post. >Here's the output and thanks again: > >[oneadmin@mdskvm-p01 ~]$ ls -ld >/var{,/lib{,/one{,/datastores{,/0{,/38{,/disk.1}}}}}} >drwxr-xr-x. 21 root root 4096 Apr 11 07:10 /var >drwxr-xr-x. 45 root root 4096 Apr 12 07:58 /var/lib >drwxr-x--- 12 oneadmin oneadmin 4096 Apr 12 15:50 /var/lib/one Look ^^, maybe for a quick work...
2006 Mar 21
3
Rsync 4TB datafiles...?
...sing --files-from=FILE option. But the problem is what will happen if the network connection fails the whole rsync will fail right. rsync -a srchost:/ / --files-from=dbf-list and dbf-list would contain this: p02/oradata/OSID/redo01.log p03/oradata/OSID/redo02.log p04/oradata/OSID/redo03.log p01/oradata/OSID/system01.dbf p04/oradata/OSID/undotbs01.dbf p03/oradata/OSID/sysaux01.dbf p03/oradata/OSID/users01.dbf p03/oradata/OSID/example01.dbf p03/oradata/OSID/data01.dbf p02/oradata/OSID/index01.dbf p01/oradata/OSID/control01.ctl p02/oradata/OSID/control02.ctl p03/oradata/OSID/control...
2013 Sep 27
2
RV: cronbach
¿existe algún método en el cual no sea necesario hacer este trabajo y que aparezcan los nombres de las preguntas? label.cronbach <- label.var(p01, "¿Le agrada el programa que se le ha mostrado? ") label.cronbach <- label.var(p02, "¿Cree que ayuda en el aprendizaje?") label.cronbach <- label.var(p03, "¿Propicia el trabajo en el equipo?") label.cronbach <- label.var(p04, "¿Propicia formular debate...
2006 Jan 15
2
rsync of file list
Hi All, I would to rsync data spread of many files from remote site. Each file may exist in total different location - the path for each file may be different. My question is: Can I do it one single rsync command, giving a file containing list of paths as parameter, or do I need to run rsync for each file. I did not find any option doing it in the man page. I tried to play with
2009 Mar 27
1
General help for a function I'm attempting to write
...0.5*(H1+H2) Da <- 1/(1-Ha) Dg <- 1/sum(pisqr) Db <- Dg/Da D <- -2*((1/Db) - 1) D } Sample data: e<-c(0,0,0,4,27) r<-c(0,1,0,7,16) t<-c(1,0,0,16,44) y<-c(0,0,0,2,39) df<-cbind(e,r,t,y) rownames(df)<-q colnames(df)<-w > df P01 P02 P03 P04 L01.1 0 0 1 0 L01.2 0 1 0 0 L01.3 0 0 0 0 L01.4 4 7 16 2 L01.5 27 16 44 39 > JostD(df, 1, 2) [1] 0.0535215 > JostD(df, 1, 3) [1] 0.02962404 > -- Colin Garroway (PhD candidate) Wildlife Research and Development Section Ontario Ministry...