Displaying 20 results from an estimated 35 matches for "b02".
Did you mean:
02
2017 Sep 22
1
vfs_fruit and extended attributes
...olume Name: mfs1
Type: Distributed-Disperse
Volume ID: 2fa02e5d-95b4-4aaa-b16c-5de90e0b11b2
Status: Started
Snapshot Count: 0
Number of Bricks: 6 x (8 + 4) = 72
Transport-type: tcp
Bricks:
Brick1: mfs-b01:/mnt/gfs001/data
Brick2: mfs-b01:/mnt/gfs002/data
Brick3: mfs-b01:/mnt/gfs003/data
Brick4: mfs-b02:/mnt/gfs019/data
Brick5: mfs-b02:/mnt/gfs020/data
Brick6: mfs-b02:/mnt/gfs021/data
Brick7: mfs-b03:/mnt/gfs037/data
Brick8: mfs-b03:/mnt/gfs038/data
Brick9: mfs-b03:/mnt/gfs039/data
Brick10: mfs-b04:/mnt/gfs055/data
Brick11: mfs-b04:/mnt/gfs056/data
Brick12: mfs-b04:/mnt/gfs057/data
Brick13: mfs-b0...
2006 Apr 07
4
setIs and method dispatch in S4 classes
...=value at a, b=value at b)})
#only a "+" method for A01
setMethod("+", signature=c("A01","A01"), function(e1,e2){e1 at b+e2@b})
x1=new("A02", a=1, d=2)
x2=new("A02", a=1, d=3)
x1+x2 ## 5 as expected
## now: B00 mother class to B01 and B02, and again B02 "contains" B01 by
setIs:
setClass("B00", representation(a="numeric"))
setClass("B01", representation(a="numeric",b="numeric"), contains= "B00")
setClass("B02", representation(a="numeric",d="...
2017 Sep 22
0
vfs_fruit and extended attributes
On Thu, 2017-09-21 at 10:35 -0600, Terry McGuire wrote:
> Hello list. I?m attempting to improve how Samba shares directories on our Gluster volume to Mac
> users by using the vfs_fruit module.
What versions of GlusterFS and Samba have you installed? And which platform/distro are you using as
Samba server?
Please paste the output of `gluster volume info <VOLNAME>`.
> This module
2017 Oct 19
0
vfs_fruit and extended attributes
...olume ID: 2fa02e5d-95b4-4aaa-b16c-5de90e0b11b2
> Status: Started
> Snapshot Count: 0
> Number of Bricks: 6 x (8 + 4) = 72
> Transport-type: tcp
> Bricks:
> Brick1: mfs-b01:/mnt/gfs001/data
> Brick2: mfs-b01:/mnt/gfs002/data
> Brick3: mfs-b01:/mnt/gfs003/data
> Brick4: mfs-b02:/mnt/gfs019/data
> Brick5: mfs-b02:/mnt/gfs020/data
> Brick6: mfs-b02:/mnt/gfs021/data
> Brick7: mfs-b03:/mnt/gfs037/data
> Brick8: mfs-b03:/mnt/gfs038/data
> Brick9: mfs-b03:/mnt/gfs039/data
> Brick10: mfs-b04:/mnt/gfs055/data
> Brick11: mfs-b04:/mnt/gfs056/data
> Brick12:...
2017 Sep 21
2
vfs_fruit and extended attributes
Hello list. I?m attempting to improve how Samba shares directories on our Gluster volume to Mac users by using the vfs_fruit module. This module does wonders for speeding listings and downloads of directories with large numbers of files in the Finder, but it kills uploads dead. Finder gives an error:
The Finder can?t complete the operation because some data in ?[filename]? can?t be read or
2014 Feb 19
3
Java versions in CentOS
...java-1.7.0-openjdk-1.7.0.51-2.4.4.1.el6_5.x86_64.rpm
The Redhat security advisory lists these packages: https://rhn.redhat.com/errata/RHSA-2014-0026.html
but it makes no reference to the build number, which it turns out is important.
The build on the package in centos 6.5 is currently listed as b02:
[........]$ java -version
java version "1.7.0_51"
OpenJDK Runtime Environment (rhel-2.4.4.1.el6_5-x86_64 u51-b02)
OpenJDK 64-Bit Server VM (build 24.45-b08, mixed mode)
However changes were being made in at least b10: https://bugs.openjdk.java.net/browse/JDK-8028111
I guess this raise...
2018 Sep 10
2
Byte-wide stores aren't coalesced if interspersed with other stores
...ias) {
entry:
%a01 = getelementptr i8, i8* %0, i16 0
store i8 0, i8* %a01
; in the real case this also loads data
%b01 = getelementptr i32, i32* %1, i16 0
store i32 0, i32* %b01
%a02 = getelementptr i8, i8* %0, i16 1
store i8 0, i8* %a02
; in the real case this also loads data
%b02 = getelementptr i32, i32* %1, i16 1
store i32 0, i32* %b02
; in the real case this also loads data
%a03 = getelementptr i8, i8* %0, i16 2
store i8 0, i8* %a03
; in the real case this also loads data
%b03 = getelementptr i32, i32* %1, i16 2
store i32 0, i32* %b03
%a04 = getelement...
2007 Oct 02
2
plot question
Hello,
I have a question about how to plot a series of data. The folloqing is my
data matrix of n
> n
25p 5p 2.5p 0.5p
16B-E06.g 45379 4383 5123 45
16B-E06.g 45138 4028 6249 52
16B-E06.g 48457 4267 5470 54
16B-E06.g 47740 4676 6769 48
37B-B02.g 42860 6152 19276 72
35B-A02.g 48325 12863 38274 143
35B-A02.g 48410 12806 39013 175
35B-A02.g 48417 9057 40923 176
35B-A02.g 51403 13865 43338 161
45B-C12.g 50939 3656 5783 43
45B-C12.g 52356 5524 6041 55
45B-C12.g 49338 5141 5266 41
45B-C12.g 51567 3915 5677 43
35A-G04.g...
2011 Apr 19
2
Centos 5.3, Firefox, and JRE
I can't get java applets to run in Firefox.
We are using centos 5.3, firefox 3.0.11. Java version 1.6.0_24 is installed.
java version "1.6.0_24"
Java(TM) SE Runtime Environment (build 1.6.0_24-b07)
Java HotSpot(TM) 64-Bit Server VM (build 19.1-b02, mixed mode)
I know there has been allot written about this issue. I did look and there
is no jre plug in installed for Firefox.
I tried to reinstall java and this did not work either.
Any ideas?
Eric
--
Eric Kaufmann | Application Support Analyst - Advanced Technology Group |
Saint Louis...
2018 Sep 11
2
Byte-wide stores aren't coalesced if interspersed with other stores
...; in the real case this also loads data
> > %b01 = getelementptr i32, i32* %1, i16 0
> > store i32 0, i32* %b01
> >
> > %a02 = getelementptr i8, i8* %0, i16 1
> > store i8 0, i8* %a02
> >
> > ; in the real case this also loads data
> > %b02 = getelementptr i32, i32* %1, i16 1
> > store i32 0, i32* %b02
> >
> > ; in the real case this also loads data
> > %a03 = getelementptr i8, i8* %0, i16 2
> > store i8 0, i8* %a03
> >
> > ; in the real case this also loads data
> > %b03 = g...
2011 Jul 08
2
java annoyances
Fresh install on a brand new box (Dell Precision 3500) of 5.6. I install
Sun java-1.6.0_26-b03, Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02,
mixed mode)
Then
ln -s
/usr/lib/jvm/java-1.6.0-sun-1.6.0.26.x86_64/jre/lib/amd64/libnpjp2.so
/usr/lib64/mozilla/plugins
about:plugins shows java enabled (oddly enough, I seem to have flash,
32-bit, in the 32 bit libs, and that doesn't show; guess I need to install
nspluginwrapper). I go to t...
2010 Jun 01
12
Wine & Pro/Intralink
Hi
My name i Lorenzo, I'm new on linux's world. I wold like to know is someone has tried to use Wine with Pro/Intralink (a PTC product). During installation...no problem. Lunching the program after installation... no results.
Following, more informations:
WINE Version: Wine 1.2-rc1
TERMINAL OUTPUT DURING INSTALLATION
[code]icelolli at ascari:/media/PRO$ wine setup.exe
icelolli at
2003 May 06
2
"help.start() and kde konqueror"
...is already running, it is *not* restarted, and you must
switch to its window.
Otherwise, be patient ...
> netscape: root window has no children on display :0.0
SuSE 8.1, KDE 3.03, R 1.7.0, java version "1.3.1_04"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_04-b02)
Java HotSpot(TM) Client VM (build 1.3.1_04-b02, mixed mode)
Sincerely F Lundgren
2007 Sep 20
1
convert data from
Hi,
I am trying to convert a data frame from:
X1 X2
A 1 2
B 3 4
C 5 6
to:
A01 1
A02 2
B01 3
B02 4
C01 5
C02 6.
How can I do it in R?
I appreciate your help.
Zheng
---------------------------------
[[alternative HTML version deleted]]
2009 Feb 18
0
Constraint in nls with factor in model?
...onstraint - works
nls(y~b0[fac]+b1*x, start=list(b0=c(1,1),b1=1),algorithm="port")
## Constraint - doesn't work
nls(y~b0[fac]+b1*x, start=list(b0=c(1,1),b1=1), algorithm="port",
upper=c(100,100,.5))
## Constraint w/ dummy variable - works
nls(y~b01+I(as.numeric(fac)-1)*b02+b1*x, start=list(b01=1,b02=1,b1=1),
algorithm="port", upper=c(100,100,.5))
Thanks!
Manuel
--
http://mutualism.williams.edu
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This...
2007 Jul 30
4
how to combine data of several csv-files
Hello,
I'm looking for a solution for the following problem:
1) I have a folder with several csv files; each contains a set of
measurement values
2) The measurements of each file belong to a position in a two
dimensional matrix (lets say "B02.csv" belongs to position 2,2
3) The size of the matrix is fix
4) I cannot assure to have a csv file for each position
5) Each position belongs to one category; This information is available
in a file (means 2,2 and 2,3 may belong to category "c1"; 3,2 and 3,3
may belong to category...
2012 May 21
2
Tomcat5 with Oracle/Sun jdk on CentOS 5.8
...#39;m trying to setup Oracle/Sun java
rather than icedtea. I've installed the latest jdk 1.7 and setup
alternatives on centos for java and javac:
# java -version
java version "1.7.0_03"
Java(TM) SE Runtime Environment (build 1.7.0_03-b05)
Java HotSpot(TM) 64-Bit Server VM (build 22.1-b02, mixed mode)
I've also set /etc/tomcat5/tomcat5.conf to point JAVA_HOME to this jdk.
When I try to start tomcat5 I get:
Starting tomcat5: /usr/bin/rebuild-jar-repository: error: Could not find jdbc-stdext Java extension for this JVM
/usr/bin/rebuild-jar-repository: error: Could not find jnd...
2012 Feb 19
2
JGR Segmentation fault
...to
start JGR I get the error below. Any idea why I'm getting the Segmentation
fault? Thanks.
System Info:
OSX 10.7.2
R version 2.14.1 (2011-12-22)
java version "1.6.0_29"
Java(TM) SE Runtime Environment (build 1.6.0_29-b11-402-11M3527)
Java HotSpot(TM) 64-Bit Server VM (build 20.4-b02-402, mixed mode)
Error:
=> /usr/local/Cellar/r/2.14.1/R.framework/Versions/2.14/Resources/jgrLaunch
; exit;
/usr/local/Cellar/r/2.14.1/R.framework/Versions/2.14/Resources/library:
Permission denied.
Loading preferences from /Users/User/.JGRprefsrc
JGR R_HOME: /usr/local/Cellar/r/2.14.1/R.framew...
2013 May 24
0
Problem After adding Bricks
...wx------ 3 torque torque 8192 May 23 11:31 mirror_trash
Volume Name: gv01
Type: Distributed-Replicate
Volume ID: 03cf79bd-c5d8-467d-9f31-6c3c40dd94e2
Status: Started
Number of Bricks: 11 x 2 = 22
Transport-type: tcp
Bricks:
Brick1: fs01:/bricks/b01
Brick2: fs02:/bricks/b01
Brick3: fs01:/bricks/b02
Brick4: fs02:/bricks/b02
Brick5: fs01:/bricks/b03
Brick6: fs02:/bricks/b03
Brick7: fs01:/bricks/b04
Brick8: fs02:/bricks/b04
Brick9: fs01:/bricks/b05
Brick10: fs02:/bricks/b05
Brick11: fs01:/bricks/b06
Brick12: fs02:/bricks/b06
Brick13: fs01:/bricks/b07
Brick14: fs02:/bricks/b07
Brick15: fs01:/bric...
2011 Aug 25
1
Syntax for a three-level logistic model
...4 (14 universities total).
V9 contains the dichotomous response variable: the outcome in each setting for each student.
Model (random intercept only):
Logit(p|G00) = P0 + P1(V4) + P2(V5) + P3(V6) + P4(V7) (Level 1, setting and whether ?drunk? in setting)
P0 = B00 + B01(V2) + B02(V3) (Level 2, age and gender of student )
B00 = G00 (Level 3, university ? random effect)
Questions:
a) How to set the level 2 covariates (V2, V3) nested within student (V1) in the model below,...