search for: data02

Displaying 16 results from an estimated 16 matches for "data02".

Did you mean: data0
2009 Jan 14
2
List of Lists
Dear All; Is it possible to create a list of lists (I am sure it is) along these lines; I have a dataframe data02 that holds a lot of information, and the first column is ³date² I have a list of dates in; data03<-c(date1,.....,daten) And would like to create a list; data04 <- subset(data02, date == data03[1,]) Ie. data04 holds the data from data02 that matches a date in data03 How do I create a lis...
2010 Oct 15
0
tessellation from biological data in spatstat
...xt files. I'd like to use spatstat to look at how the individual cells plot onto these patterns. #I can import my x,y data and do basic stats with spatstat by doing the following: library(spatstat) data01 <- read.csv("250810.csv", skip=1) x <- data01[[2]] y <- data01[[3]] data02 <- ppp(x, y, xrange=c(0,512), yrange=c(0,512)) unitname(data02) <- c("pixel", "pixels") plot(data02) #etc etc #I can also import my text images and convert them to a tessellation using the following: a <- read.table("FOLLICLES.txt") win <- owin(c(0,512),...
2011 Mar 28
1
gluster 3.1.3 mount using nfs
...1) for: /mnt after 5 seconds nfs mount: retry: giving up on: /mnt and it was ok when I tried it in linux machine. I attached the volume setting Plz help me out. Volume Name: isi Type: Distributed-Replicate Status: Started Number of Bricks: 2 x 2 = 4 Transport-type: tcp Bricks: Brick1: node003:/data02 Brick2: node004:/data02 Brick3: node005:/data02 Brick4: node006:/data02 Options Reconfigured: nfs.rpc-auth-allow: 150.2.223.249 nfs.rpc-auth-unix: on Cloud Computing Business Team Andrew Kong Assistant Manager | andrew.kong at sk.com| T:+82-2-6400-4328 | M:+82-10-8776-5025 SK u-Tower, 25-1, Jeon...
2011 Jun 06
2
uninterruptible processes writing to glusterfs share
...-servers is a samba-server, the other one a backup-server based on rsync with millions of small files. gfs-servers + gfs-clients: SLES11 x86_64, glusterfs V 3.2.0 and here are the configs from server and client: server config "/etc/glusterd/vols/office-data/office-data.gfs-01-01.GFS-office-data02.vol": volume office-data-posix type storage/posix option directory /GFS/office-data02 end-volume volume office-data-access-control type features/access-control subvolumes office-data-posix end-volume volume office-data-locks type features/locks subvolumes office...
2009 Oct 20
2
Time Zone names on Windows
Dear R-users, I tried to read recorded data into R, but confronted the problem about time zone. The data was recorded in GMT+1 (without summer time changing), and at first I tried to do in the way: data <- read.zoo("data.txt", header=FALSE, sep=",", format="%H:%M:%S %d.%m.%Y", strip.white=TRUE, tz="GMT+1", skip=3) However, it failed. Then, I found the
2011 Jul 15
1
Strange Behavior using FUSE client
...the volume info: Volume Name: macf-mirror Type: Distributed-Replicate Status: Started Number of Bricks: 3 x 2 = 6 Transport-type: tcp Bricks: Brick1: cortex-dr-001.dfci.harvard.edu:/mnt/data01 Brick1: cortex-dr-002.dfci.harvard.edu:/mnt/data01 Brick1: cortex-dr-001.dfci.harvard.edu:/mnt/data02 Brick1: cortex-dr-002.dfci.harvard.edu:/mnt/data02 Brick1: cortex-dr-001.dfci.harvard.edu:/mnt/data03 Brick1: cortex-dr-002.dfci.harvard.edu:/mnt/data03 A df -h on the cortex-dr-001: Filesystem Size Used Avail Use% Mounted on /dev/md2 66G 4.6G 58G 8% / /d...
2010 Apr 30
1
gluster-volgen - syntax for mirroring/distributing across 6 nodes
...got mounts from /mnt/data01 - /mnt/data24. Is there a way to write this in shorthand, because the last time I generated a config across 3 of these hosts, the command looked like this: glusterfs-volgen --name store123 clustr-01:/mnt/data01 clustr-02:/mnt/data01 clustr-03:/mnt/data01 clustr-01:/mnt/data02 clustr-02:/mnt/data02 clustr-03:/mnt/data02 clustr-01:/mnt/data03 clustr-02:/mnt/data03 clustr-03:/mnt/data03 clustr-01:/mnt/data04 clustr-02:/mnt/data04 clustr-03:/mnt/data04 clustr-01:/mnt/data05 clustr-02:/mnt/data05 clustr-03:/mnt/data05 clustr-01:/mnt/data06 clustr-02:/mnt/data06 clustr-03:/mn...
2010 Apr 09
1
Problems connecting to samba with a valid user
...that all smbd, nmbd and winbindd daemons are launched. There is no fw on the box. I used the smb.conf.default configuration file. I've just added log level = 3 and two shares definitions as following: [Data01] path = /mnt/Data01 public = yes browseable = yes [Data02] path = /mnt/Data02 valid users = Popof public = no browseable = yes Popof is a valid user on system and I've created a password for samba using smbpasswd -a Popof (using a different password than the system one (just in case)). root has also a valid account als...
2001 Oct 08
1
access denied but only in cetain situations
...path = /tmp create mask = 0700 guest ok = Yes printable = Yes [psdir] path = /tmp create mask = 0700 guest ok = Yes printable = Yes [root] path = / valid users = sepp georg armin andreas apreti write list = @root writeable = Yes browseable = No magic script = mymagic [tfr] path = /data02/programme/personal/tfr writeable = Yes [abteilungen] path = /data01/abteilungen writeable = Yes [programme] path = /data02/programme writeable = Yes veto oplock files = /path.dbf/ /xtreib.dbf/ /XTREIB.DBF/ /XTREIB.NTX/ /AMENU.EXE/
2006 Aug 04
3
OCFS2 and ASM Question
Ok guys & gals here is the scenario: 1.) Host RHEL 4 U3 2.6.9-34.0.2.EL 2.) OCFS2 latest version 3.) Successfully formatted & mounted OCFS2 filesystems on 2 nodes /dev/sdb1 /u02/oradata/usdev/voting /dev/sdc1 /u02/oradata/usdev/data01 /dev/sdd1 /u02/oradata/usdev/data02 /dev/sde1 /u02/oradata/usdev/data03 4.) Downloaded & installed ASMLib 2.0 on both nodes 5.) Ran /etc/init.d/oracleasm configure 6.) Ran /etc/init.d/oracleasm createdisk vol1 /dev/sdc1 Error: asmtool: unable to clear device /dev/sdc1 7.) Shutdown node 2 8.) Ran /etc/init.d/oracleasm createdisk...
2009 May 18
4
MAC OSX vs Win XP: Different stats test results!
...th systems, but got different results (please see below for the system-specific outputs)! The functions I used are attached as well. Any advice would be much appreciated! Thanks in advance for getting back to me! Best wishes, Mareen ------------------------------------ Mac: > data03<-selby2(data02, c(1,2), 3) > mulrank(3,6,data03$x) $test.stat [1] 0.9331133 $nu1 [1] 11.46300 $p.value [,1] [1,] 0.509296 $N [1] 233 $q.hat [,1] [,2] [,3] [,4] [,5] [,6] [1,] 0.4940071 0.5256726 0.5176384 0.5476290 0.4690935 0.5265100 [2,] 0.5170627 0.4791950 0.5...
2017 Oct 03
0
multipath
...part ??sdc5 8:37 0 184.5G 0 part /home ??sdc6 8:38 0 683.6G 0 part /data01 sde 8:64 0 931.5G 0 disk ??sde1 8:65 0 931.5G 0 part ??mpathj (dm-1) 253:1 0 931.5G 0 mpath ??mpathjp1 (dm-8) 253:8 0 931.5G 0 part /data02 sdf 8:80 0 931.5G 0 disk ??sdf1 8:81 0 931.5G 0 part ??mpathk (dm-2) 253:2 0 931.5G 0 mpath sda 8:0 0 51T 0 disk ??sda1 8:1 0 12.8T 0 part ??sda2 8:2 0 12.8T 0 part ??sda3...
2003 Nov 11
1
lock problem on 32 bit mounted nfs with 64 bit lock offsets
Hello list, I've got a problem concerning locking of files with a share on a nfs mounted NAS. samba server is 2.2.8a installed from SuSE-RPMs the NAS is mounted with following line in fstab: <IP-Number>:/vgroup00/data02/data /mnt/nas01 nfs rsize=8192,wsize=8192,soft 0 0 I tried to save a file from word which lead to a aprox. 1 minute hang of my Win2k/SP3. The log of the machine showed following lines: [2003/11/11 10:20:36, 0] locking/posix.c:posix_fcntl_lock(657) posix_fcntl_lock: WARNING: lock req...
2012 Feb 26
2
Help needed! Error in setwd(newdir) : cannot change working directory
...ccess. Basically I have a script that works from inside a directory with my data (/home/sean/Rtest/Data01). Now I want to modify the script to make it run from the upper directory (/home/sean/Rtest) because I have many data directories under /Rtest, such as /home/sean/Rtest/Data01, /home/sean/Rtest/Data02, /home/sean/Rtest/Data03,..... I want to modify my script so that it will run from /Rtest, and with the data directory name as arg passed to my R script. Here is my mytest02.R script: >># retrieve args>>args <- commandArgs(TRUE);>># store the current directory>>initial.di...
2005 Sep 14
4
Converting coordinates to actual distances
Hello, I've been searching for a method of converting Lat/Lon decimal coordinates into actual distances between points, and taking into account the curvature of the earth. Is there such a package in R? I've looked at the GeoR package, but this does not seem to contain what I am looking for. Ideally the output would be a triangular matrix of distances. Thanks in advance, Paul Brewin
2010 May 04
1
Posix warning : Access to ... is crossing device
...################################# ######################################## # cat /etc/glusterfs/glusterfsd.vol ## file auto generated by /usr/local/bin/glusterfs-volgen (export.vol) # Cmd line: # $ /usr/local/bin/glusterfs-volgen --name store-0405 --raid 1 clustr-04:/mnt/data01 clustr-04:/mnt/data02 clustr-04:/mnt/data03 clustr-04:/mnt/data04 clustr-04:/mnt/data05 clustr-04:/mnt/data06 clustr-04:/mnt/data07 clustr-04:/mnt/data08 clustr-04:/mnt/data09 clustr-04:/mnt/data10 clustr-04:/mnt/data11 clustr-04:/mnt/data12 clustr-04:/mnt/data13 clustr-04:/mnt/data14 clustr-04:/mnt/data15 clustr-04:/mn...