search for: alb

Displaying 20 results from an estimated 66 matches for "alb".

Did you mean: al
2009 Nov 03
3
Weird operator behaviour
...h$Species returns extract 1. When I use fish$Species != c("CRA","PHC"), i.e. I want all species except "CRA" and "PHC", I get extract 2 which is blatantly wrong. Can anyone see what I'm doing wrong? Regards, James EXTRACT 1 > fish$Species [1] ALB ALB ALB ALB ALB ALB ALB ALB ALB ALB ALB ALB ALB ALB ALB ALB ATO ATO [19] ATO ATO ATO ATO ATO ATO BIG BIG BIG BIG BIG BIG BIG BIG BIG BIG BIG BIG [37] BIG BIG BWS BWS BWS BWS BWS BWS BWS BWS BWS BWS BWS BWS BWS BWS BWS CRA [55] CRA CRA CRA CRA CRA CRA CRA CRA CRA CRA CRA CRA CRA CRA CRA CRA CRA C...
2007 May 31
2
4.5 ALB Bonding Hang on Shutdown
Since I upgraded from 4.4 to 4.5 my system which has 2 sets of ALB bonded interfaces hangs on shutdown while doing an ifdown on these interfaces. Has anyone else seen this issue with 4.5 and bonding? Ross S. W. Walker Information Systems Manager Medallion Financial, Corp. 437 Madison Avenue 38th Floor New York, NY 10022 Tel: (212) 328-2165 Fax: (212) 328-2125 W...
2005 Dec 28
2
Samba Posix ACL and classical files permissions
...ws in the Security panel all the entries, both classical posix ones and posix acl ones; but if i select each one of them to see file permissions, it will show only the permission of users indicated in the file posix acls. For example, this is the getfacl under linux: # file: Operators # owner: albe # group: Domain\040Admins user::rwx user:alessandroc:r-x group::r-- group:SwDevelopers:r-x mask::rwx other::r-- default:user::rwx default:user:albe:r-- default:user:alessandroc:r-x default:group::r-- default:group:SwDevelopers:r-x default:mask::rwx default:other::r-- If i look at the security pro...
2007 Jul 24
3
How to require a defined type...
...I have a defined type wrapped in a class: class myclass { define mytype(bla) { file { "blabla": .... } exec { "blablabla": ... } } } And I access the defined type in my other class by doing this: class otherclass { include myclass myclass::mytype { "alb": ... } # and here I want to require my defined type: file { "albalb: ensure => "exists", require => Myclass::mytype["alb"], } } But puppet burps at me and says the syntax is wrong. But how can I do this (if I can at all)? -- Best regards/Med v...
2002 Jun 09
1
Logical operators
Hello, I have a csv-file which looks like: #### pwt6_r.csv #### code;year;rgdpch AGO;1998;1234 ALB;1998;3576 ARG;1998;#NA SVN;1996;13439 SWE;1996;21492 AGO;1960;#NA ALB;1960;2345 ARG;1960;4634 #### pwt6_r.csv #### To import this file i call: pwt6<-read.csv("d:/pwt6_r.csv",header=T,na.strings="#NA",sep=";") Now I want to generate a new data.frame which include o...
2017 Apr 25
1
Bonding mode balance-alb (6): How to control the assigned MAC address?
Hi, we are trying to switch our bonding modes from 1 (active-backup) to 6 (balance-alb). However it seems, that these bond devices are not always getting the MAC address from the same slave. Sometimes the device gets the MAC address of the first and sometimes of the second slave. Since only the MAC address of the first slave device is (can be) registered in DHCP, this breaks c...
2008 Nov 21
1
Discrepancy in the regression coefficients for Cox regression - PBC data set
...Mayo clinic's PBC data set (given in the "survival" package), the regression coefficients do not agree with the results presented in Table 4.6.3 (p. 195) of Fleming & Harrington's book. library(survival) data(pbc) ans.cox <- coxph(Surv(time, status) ~ log(bili) + log(alb) + age + log(protime) + edema) ans.cox > ans.cox <- coxph(Surv(time, status) ~ log(bili) + log(alb) + age + log(protime) + edema) > ans.cox Call: coxph(formula = Surv(time, status) ~ log(bili) + log(alb) + age + log(protime) + edema) coef exp(coef) se(coef)...
2010 Sep 02
2
reshape to wide format takes extremely long
Hello, I have a data.frame with the following format: > head(clin2) Study Subject Type Obs Cycle Day Date Time 1 A001101 10108 ALB 44.00000 98 1 2004-03-11 14:26 2 A001101 10108 ALP 95.00000 98 1 2004-03-11 14:26 3 A001101 10108 ALT 61.00000 98 1 2004-03-11 14:26 5 A001101 10108 AST 33.00000 98 1 2004-03-11 14:26 I want to transform this data.frame so that I have "Obs" columns for eac...
2009 Mar 02
1
xy-plot alb font size
I would appreciate any help for the following question. How to increase the font size of labels for the x and y axes in the following code? --------------------------------- xyplot(lbxglu~lbxgh|eth,reg.dat.5, panel = p, col = 1:2, par.strip.text = list(cex = 1.25,col="brown"), xlab="A1C",ylab="Fasting Plasma Glucose", main="FPG") p <- function(..., col)
2017 Apr 18
2
anaconda/kickstart: bonding device not created as expected
Hi, I am currently struggling with the right way to configure a bonding device via kickstart (via PXE). I am installing servers which have "eno" network interfaces. Instead of the expected bonding device with two active slaves (bonding mode is balance-alb), I get a bonding device with only one active slave and an independent, non-bonded network device. Also the bonding device gets its MAC address from the second instead of from the first device. I appreciate any hint (or rtfm with the name of the correct fm ;-) on how to achieve the desired set...
2007 Dec 05
2
Multiple contacts.
I'm sure this has been asked a million times before, but is there an easy wa to have Asterisk register more than one (distinct) contact binding concurrently? The goal is to have two phones register with the same credentials from different locations and consistently and reliably ring on inbound calls, irrespective of their registration intervals and so on. -- Alex Balashov Evariste Systems
2017 Jun 17
3
Teaming vs Bond?
I'm looking at tuning up a new site and the bonding issue came up A google search reveals that the gluster docs (and Lindsay) recommend balance-alb bonding. However, "team"ing came up which I wasn't familiar with. Its already in RH6/7 and Ubuntu and their Github page implies its stable. The libteam.org people seem to feel their solution is more lightweight and it seems easy enough to setup. Before I go down this path, I was...
2005 Nov 17
3
Can't set ACL on Samba
...in the log (level 3): [2005/11/17 23:12:22, 3] smbd/process.c:switch_message(900) switch message SMBntcreateX (pid 2339) conn 0x8353068 [2005/11/17 23:12:22, 3] smbd/dosmode.c:unix_mode(121) unix_mode(WINDOWSRegDefrag.dat) returning 0744 [2005/11/17 23:12:22, 2] smbd/open.c:open_file(372) albe opened file WINDOWSRegDefrag.dat read=No write=No (numopen=1) [2005/11/17 23:12:22, 3] smbd/process.c:process_smb(1114) Transaction 9 of length 244 [2005/11/17 23:12:22, 3] smbd/process.c:switch_message(900) switch message SMBnttrans (pid 2339) conn 0x8353068 [2005/11/17 23:12:22, 3] smbd/...
2009 Sep 14
2
Opinions on bonding modes?
...use cases (e.g. switch does not support 802.3ad, active-backup). Since my switch *does* support 802.3ad, including layers 2,3 and 4 hashing, should I use mode=4? Or would one of the other modes be "better" for providing fail-over and link-aggregation, specifically balance-tlb or balance-alb. Any suggestions are appreciated. Thanks, Rick
2017 Jun 19
1
Teaming vs Bond?
...It seems that for most people Bonding has worked it kinks out and thus serves its purpose perfectly fine, so no reason to change to Teaming. That or they had Mahdi's experience with Teaming in its present state and bonding just works better for now. For now, I'll just use tried and true ALB bonding on this project. After I have some free time I may play with it some more on a test bed we have here. Among the 'advantages' claimed for Teaming is the lower performance overhead (though "low vs very-low" may not be significant) https://github.com/jpirko/libteam/wiki...
2020 Feb 27
6
net ADS join MEMBER
In some spare time, been trying to get Samba 4.10.6-1 working on AIX. Several earlier posts handled by Louis and Rowland. Which were much appreciated and beneficial. Using this stripped (leaving comments out of it) GLOBALS section of smb.conf: [global] workgroup = boost realm = BOOST.COM server string = Samba Server Version %v interfaces = lo eth0
2017 Jun 19
0
Teaming vs Bond?
...Checks Inc. | System Administrator* *Office* 708.613.2284 On Sat, Jun 17, 2017 at 2:59 PM, wk <wkmail at bneit.com> wrote: > I'm looking at tuning up a new site and the bonding issue came up > > A google search reveals that the gluster docs (and Lindsay) recommend > balance-alb bonding. > > However, "team"ing came up which I wasn't familiar with. Its already in > RH6/7 and Ubuntu and their Github page implies its stable. > > The libteam.org people seem to feel their solution is more lightweight > and it seems easy enough to setup. > >...
2012 May 31
0
iSCSI offload with Broadcom NetXtreme II BCM5709.
...based iSCSI traffic from the server to the Target without problems. Everything just works fine. Until I thought about iSCSI offload functionality offered by the Network Adapter in the server. As for the Software based iSCSI connection I have bonded(NIC Teamed) two NIC's on the server into a ALB(Adaptive Load Balancing) configuration. Those are eth2,eth3 interfaces configured as bond1 with IP address of : 192.168.200.20 (iSCSI network). My decision to team up eth2 and eth3 into ALB was clearly based on the HP Lefthand configuration guidelines. They state that the Lefthand box itself sh...
2005 Feb 10
1
One "200Mbps" virtual link between 2 ethernet adaptators of 2 linux boxes.
Hi, ------- ------- | B |eth0---------eth0| C | | |eth1---------eth1| | ------- ------- In an attempt to have the install setup to increase speed and/or reliability of a link between two linux machines (for example in case of a wireless connection), I read that there were more than one solution, for example the old eql driver, bonding
2013 Dec 12
1
refline in forest() {metafor}
...the summary estimate? Prof. Viechtbauer, if you happen to read this, I'd like to thank you for making an excellent package. I have been using the metafor package to do my first meta-analysis, having never used R before. The documentation is thorough and intuitive. Thanks, John John Williams ALB Candidate Harvard University Extension School johnwilliams at fas.harvard.edu