search for: data01

Displaying 20 results from an estimated 56 matches for "data01".

Did you mean: data0
2010 Apr 30
1
gluster-volgen - syntax for mirroring/distributing across 6 nodes
NOTE: posted this to gluster-devel when I meant to post it to gluster-users 01 | 02 mirrored --| 03 | 04 mirrored --| distributed 05 | 06 mirrored --| 1) Would this command work for that? glusterfs-volgen --name repstore1 --raid 1 clustr-01:/mnt/data01 clustr-02:/mnt/data01 --raid 1 clustr-03:/mnt/data01 clustr-04:/mnt/data01 --raid 1 clustr-05:/mnt/data01 clustr-06:/mnt/data01 So the 'repstore1' is the distributed part, and within that are 3 sets of mirrored nodes. 2) Then, since we're running 24 drives in JBOD mode, so we've g...
2017 Nov 16
0
Missing files on one of the bricks
...e/omieali_cifar10_zdim_100_enc_dcgan_dec_dcgan_stat_dcgan_posterior_propagated_enc_beta1.0_dec_beta_1.0_info_metric_donsker_varadhan_info_lam_0.334726025306_222219-23_10_17/data/data_gen_iter_86000.pkl security.selinux=0x73797374656d5f753a6f626a6563745f723a756e6c6162656c65645f743a733000 trusted.afr.data01-client-0=0x000000000000000100000000 trusted.gfid=0x7e8513f4d4e24e66b0ba2dbe4c803c54 # getfattr -d -m . -e hex /mnt/AIDATA/data/home/allac/experiments/171023_105655_mini_imagenet_projection_size_mixing_depth_num_filters_filter_size_block_depth_Explore\ architecture\ capacity/Explore\ architecture\...
2017 Nov 16
2
Missing files on one of the bricks
...frederic.harmignies at elementai.com > <mailto:frederic.harmignies at elementai.com>> wrote: > > Hello, we have 2x files that are missing from one of the bricks. > No idea how to fix this. > > Details: > > # gluster volume info > Volume Name: data01 > Type: Replicate > Volume ID: 39b4479c-31f0-4696-9435-5454e4f8d310 > Status: Started > Snapshot Count: 0 > Number of Bricks: 1 x 2 = 2 > Transport-type: tcp > Bricks: > Brick1: 192.168.186.11:/mnt/AIDATA/data > Brick2: 192.168.186.12:/...
2006 Jul 18
1
How to write a function in a graph
...n intended to add the regression function (y=4.33+1.07x) in a graph. But the following code can only give me a text like y=a+bx. Who can help me out? Thank you very much in advance. CODE # Read data x <- c(1, 2, 3, 4, 5, 6, 7, 8, 9) y <- c(6, 5, 8, 9, 11, 10, 11, 12, 15) data01 <- data.frame(x, y) # Regression analysis res.lm.y <- nls(y~a+b*x, start=list(a=1, b=2),data=data01) # Obtain parameters a<- coef(res.lm.y)["a"] b<- coef(res.lm.y)["b"] a b #a=4.33 #b=1.07 # Plot the results def.par <- par() par...
2018 Feb 22
4
What is exit code 5888?
...-info=progress2 --no-i-r --delete --delete-excluded -i --dry-run --out-format="BACKINTIME: %i %n%L" --chmod=Du+wx --exclude="/bkp/cgate-backintime" --exclude="/home/sma-user3x/.local/share/backintime" --exclude=".local/share/backintime/mnt" --include="/data01/var/CommuniGate/" --include="/data01/var/" --include="/data01/" --exclude=".gvfs" --exclude=".cache/*" --exclude=".thumbnails*" --exclude="[Tt]rash*" --exclude="*.backup*" --exclude="*~" --exclude=".dropbox*&q...
2017 Jun 15
2
Interesting split-brain...
...that. Everything worked well, except for 1 file. It is in split-brain, with 2 different GFID. I read the documentation but it only covers the cases where the GFID is the same on both bricks. BTW, I am running Gluster 3.10. Here are some details... [root at NAS-01 .glusterfs]# gluster volume heal data01 info Brick 192.168.186.11:/mnt/DATA/data /abc/.zsh_history /abc - Is in split-brain Status: Connected Number of entries: 2 Brick 192.168.186.12:/mnt/DATA/data /abc - Is in split-brain /abc/.zsh_history Status: Connected Number of entries: 2 On brick 1: [root at NAS-01 abc]# ls -lart...
2009 Oct 29
2
Difficulty testing an SSD as a ZIL
...l, I received my SSD, and wanted to test it out using fake zpools with files as backing stores before attaching it to my production pool. However, when I exported the test pool and imported, I get an error. Here is what I did: I created a file to use as a backing store for my new pool: mkfile 1g /data01/test2/1gtest Created a new pool: zpool create ziltest2 /data01/test2/1gtest Added the SSD as a log: zpool add -f ziltest2 log c7t1d0 (c7t1d0 is my SSD. I used the -f option since I had done this before with a pool called ''ziltest'', same results) A ''zpool status'&...
2012 Feb 26
2
Help needed! Error in setwd(newdir) : cannot change working directory
...o R and just trying to write a small script to automate a couple commands. But I run into the setwd(): cannot change working directory. I googled a little bit and tried all fixes/suggestions with no success. 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 wit...
2008 Jun 20
3
Mounting Floppies
Hi - daft one for Friday morning coffee break: I have been trying to mount floppies on a couple of CentOS5 servers - the usual "mount /dev/fd0 /mnt/floppy" (yes, /mnt/floppy exists!). On both servers, the mount command just doesn't come back and I have to hit CTRL-C. I have tried different media and also changed the floppy drive on one server, /dev/fd0 is seen as present on both
2017 Jun 15
0
Interesting split-brain...
...cept for 1 file. > It is in split-brain, with 2 different GFID. I read the documentation but > it only covers the cases where the GFID is the same on both bricks. BTW, I > am running Gluster 3.10. > > Here are some details... > > [root at NAS-01 .glusterfs]# gluster volume heal data01 info > > Brick 192.168.186.11:/mnt/DATA/data > > /abc/.zsh_history > > /abc - Is in split-brain > > > Status: Connected > > Number of entries: 2 > > > Brick 192.168.186.12:/mnt/DATA/data > > /abc - Is in split-brain > > > /abc/.zsh_history &g...
2009 Jul 10
2
error: optim(rho, n2ll.rho, method = method, control = control, beta = parm$beta, : initial value in 'vmmin' is not finite
I am trying to use the lnam autocorrelation model from the SNA package. I have it running for smaller adjacency matrices (<1,500) it works just fine but when my matrices are bigger 4000+. I get the error: > lnam1_01.adj<- lnam(data01$adopt,x01,ec2001.csr) Error in optim(rho, n2ll.rho, method = method, control = control, beta = parm$beta, : initial value in 'vmmin' is not finite I have looked at the lnam code and cant even figure out what vmmin is. Is there anyway around this? Am I doing something wrong? What make...
2017 Nov 15
2
Missing files on one of the bricks
Hello, we have 2x files that are missing from one of the bricks. No idea how to fix this. Details: # gluster volume info Volume Name: data01 Type: Replicate Volume ID: 39b4479c-31f0-4696-9435-5454e4f8d310 Status: Started Snapshot Count: 0 Number of Bricks: 1 x 2 = 2 Transport-type: tcp Bricks: Brick1: 192.168.186.11:/mnt/AIDATA/data Brick2: 192.168.186.12:/mnt/AIDATA/data Options Reconfigured: performance.cache-refresh-timeout: 30 clien...
2017 Jun 15
1
Interesting split-brain...
...file. It is in split-brain, with 2 different > GFID. I read the documentation but it only covers the cases where > the GFID is the same on both bricks. BTW, I am running Gluster 3.10. > > Here are some details... > > [root at NAS-01 .glusterfs]# gluster volume heal data01 info > > Brick 192.168.186.11:/mnt/DATA/data > > /abc/.zsh_history > > /abc - Is in split-brain > > > Status: Connected > > Number of entries: 2 > > > Brick 192.168.186.12:/mnt/DATA/data > > /abc - Is in split-brain > &...
2009 Nov 10
3
HEEELP!!!!
...c OS X 10.5.6, and I?m tryng to run just a simple ANOVA nanalyses. I dowloaded R version 2.10.0, and it seems I have problems with the script. I don?t know what to do, I?ve already change the languages, be sure of being working in the correct directory and doesn?t work the script is: #1. example data01<-read.table("ch01.txt",header=T) names(data01) attach(data01) FERTIL<-factor(FERTIL) model01<-(YIELD~FERTIL) summary(model01) anova(model01) all my classmates, even those with a mac operator, wrote the same, and it worked. When copying the script in the R console, it see...
2010 Sep 24
3
Kernel panic on ZFS import - how do I recover?
...hts here. I am running nexenta 3.0.3 community edition, based on 134. The box crashed yesterday, and goes into a reboot loop (kernel panic) when trying to import my data pool, screenshot attached. What I have tried thus far: Boot off of DVD, both 3.0.3 and 3.0.4 beta 8. ''zpool import -f data01'' causes the panic in both cases. Boot off of 3.0.4 beta 8, ran zpool import -fF data01 That gives me a message like "Pool data01 returned to its stat as of ...", and then panics. The import -fF does seem to import the pool, but then immediately panic. So after booting off of DVD...
2015 Feb 23
2
Quota-status service on Director
...00000\n\n" | nc 10.0.1.44 12340 The output is: action=DEFER_IF_PERMIT Invalid user settings. Refer to server log for more information. In the debug log of the director I see this: Feb 23 03:03:09 director01 dovecot: auth: Debug: userdb out: USER 1 user at domain.de mail=mdbox:/mnt/data01/domain.de/user/maildir home=/mnt/data01/domain.de/user proxy=Y master=<hidden> pass=<hidden> uid=5000 gid=1 quota_rule=*:storage=60593 quota_rule2=*:messages=100000 Feb 23 03:03:09 director01 dovecot: quota-status(user at domain.de): Error: user user at do...
2009 Sep 05
2
Share Permission Issue
...with a domain user and filesystem permissions function as expected. When I create a samba share I can create files but only delete if the user account is the owner of the parent folder or other has write permission. Granting permission via group will permit me read and create but not delete. [data01] comment = data01 share path = /shared/data01 browseable = yes guest ok = no writable = yes valid users = +Domain\IT inherit permissions = yes When connected from an XP system with user user the following happens. Can create but not delete f...
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
2012 Oct 29
1
rsync ignores "exclude=..."?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, rsync v3.0.7 linux 2.6.37.6-0.20-desktop x86_64 Below is a log of a backup session. I do not understand why the "exclude=/data01/..." is being ignored. The session is started in a bash script. The actual text is: - --exclude='/data01/t-drv/websites/owncloud/data/sma-admin/' I guess rsync cleaned it up to suit itself. rsync options [--recursive --links --dirs --stats --itemize-changes \ --quiet --size-only \...
2016 Oct 10
2
Quota-status service on Director
...DEFER_IF_PERMIT Invalid user settings. Refer to server log for >> more information. >> >> In the debug log of the director I see this: >> >> Feb 23 03:03:09 director01 dovecot: auth: Debug: userdb out: USER >> 1 user at domain.de >> mail=mdbox:/mnt/data01/domain.de/user/maildir >> home=/mnt/data01/domain.de/user proxy=Y master=<hidden> >> pass=<hidden> uid=5000 gid=1 >> quota_rule=*:storage=60593 quota_rule2=*:messages=100000 >> Feb 23 03:03:09 director01 dovecot: quota-status(user a...