Displaying 20 results from an estimated 20000 matches similar to: "order of levels in interaction()"
2003 Dec 14
5
reverse lexicographic order
Hi all,
I have some email addresses that I would like to sort in reverse
lexicographic order so that addresses from the same domain will be
grouped together. How might that be done?
Murray
--
Dr Murray Jorgensen http://www.stats.waikato.ac.nz/Staff/maj.html
Department of Statistics, University of Waikato, Hamilton, New Zealand
Email: maj at waikato.ac.nz
2008 Jan 03
3
anyone care to point me in the right direction? LVS
i'm trying to setup LVS, and tried both the lvs-dr and the lvs-nat,
but can't get any to work.
I'm hoping people here can answer a few questions that might help and
shed light onto the situation?
#1 with regards to the Real Servers, is there anything that needs to
be configured other that the http service? I ask this, because I
suspect yes, and it has to do with what type of LVS you
2008 Jan 08
8
Shorewall and LVS-NAT (via fwmark) nat'd machines can't access the outside world directly
Hi guys,
I''m not sure where to post for help on this one, shorewall or lvs, I''ll
start with shorewall (only cause Tom is a gun at this stuff, and is polite
enough to tell me to bugger off to the LVS list if I''m posting in the wrong
one ;)
I have a single box that is my router/firewall/LVS.
Internet -- eth0 - router/firewall - eth1 --- internal lan
|
eth2
2006 Jul 30
1
manova and table of means by factor levels
I have a dataset in which I have identified a three-way interaction. Factor
A has 3 levels, factor B has 4 levels, and factor C has 3 levels. I would
like to produce the following:
1) A manova in which I can test the effect of factor C for each
combination of factor A * factor B. I know how to do this using a series of
"do" commands, but I wonder whether there is a more
2011 Dec 08
1
Selecting raw logical volumes during guest VM creation
Greetings -
I have stepped through the first guest OS installation (a testing VM) on my
new server and have a technical question that I hope someone might be able
to help me with. I have exhausted my google search ability and have not
been able to find the details I am looking for. In general the question I
am trying to answer is how to select and use multiple raw logical volumes
when
2016 Jan 27
4
[PATCH] lvm: support lvm2 older than 2.02.107
lvm2 2.02.107 adds the -S/--select option used in lvs to filter out only
public LVs (see RHBZ#1278878). To make this work again with versions
of lvm2 older than that, only on old versions filter out thin layouts
and compose the resulting device strings ourselves.
The filtering done is much simplier than what "-S lv_role=public" will
do, but should be good enough for our need.
---
2015 Jan 28
1
Re: [PATCH 3/3] sparsify: Ignore read-only LVs (RHBZ#1185561).
On Wednesday 28 January 2015 14:25:38 Richard W.M. Jones wrote:
> ---
> sparsify/copying.ml | 4 +++-
> sparsify/in_place.ml | 4 +++-
> sparsify/utils.ml | 16 ++++++++++++++++
> 3 files changed, 22 insertions(+), 2 deletions(-)
>
> diff --git a/sparsify/copying.ml b/sparsify/copying.ml
> index 8d77964..165dd6e 100644
> --- a/sparsify/copying.ml
> +++
2008 Apr 04
2
simple load balancing/failover for OWA
We are building an exchange cluster with two front end Outlook Web
Access servers. We would like to at least have some sort of failover,
and prefereably load balancing for them.
The MS recommended way is to use NLB, but for various reasons that's not
working with our set up.
We are looking to set up a single linux server and use something like
LVS to load balance/fail over the
2007 Jan 29
2
How to access the internet from load-balanced nodes?
Hello!
I have set-up four nodes system: two LVS load balancers (CentOS) and two
working nodes (openSUSE).
LVS nodes have global IPs, so they able to access the internet and working
nodes have only private IPs, so they cannot access internet directly. I use
NAT-base load balancing.
Now I need to know how give working nodes ability to access the internet? I
ask this because I don't know how to
2009 Nov 09
1
File "lvs.ml", line 11... : Error: Unbound value Guestfs.create
On F12, I'm getting this build failure:
ocamlfind ocamlopt -ccopt '-L ../../src/.libs' \
-warn-error A -I .. mlguestfs.cmxa lvs.ml -o lvs
File "lvs.ml", line 11, characters 10-24:
Error: Unbound value Guestfs.create
make[2]: *** [lvs] Error 2
Admittedly with STREQ-related changes, but they seem unrelated...
2010 Nov 07
1
How do I order xyplot line points?
I have the following xyplot figure:
http://img577.imageshack.us/img577/686/filesizeresults12000000.png
The data are organized in a matrix file as follows:
Type Elements Chromosome Time
bedGz 12000000 chr1 14.240
bedGz 12000000 chr2 7.949
bedGz 12000000 chr3 5.103
bedGz 12000000 chr4 5.290
bedGz 12000000 chr5 5.161
...
The x-axis labels in the Chromosome column are ordered
2022 Jan 10
1
rd.lvm.lv on CentOS Stream 9 (first-boot failure)
On 1/9/22 15:37, Gordon Messmer wrote:
> 1: The system also includes a volume group named "BackupGroup" and
> that group activates on boot (post-dracut).? Why are those LVs
> activated when rd.lvm.lv is specified?
As far as I can tell, this is because in the dracut boot process, the
device backing VolGroup is activated, but the device backing BackupGroup
is not.? As a
2004 Feb 19
1
Load Balancing with compile redhat 8 vs Kudzu
Hello
I got a nice problem, i don''t know if the i''m put my question a the right
place, but anyway....
I have 3 server LINUX with LVS (linux virtual server) I had to recompile my
kernel cuz it was not supporting LVS. Since there, everything was going
right. Then I''ve change the hard drive of the primairy LVS to an other
computer, now i want KUDZU to detect my harware,
2012 Oct 23
1
masq rules for LVS
Hi,
I need some special masq rules to allow internal servers to resolve public IP''s which are loadbalanced by LVS - the rule are:
iptables -t nat -A POSTROUTING -m ipvs --vaddr <LVS PUBLIC IP>/32 --vport 80 -j SNAT --to-source <LVS INTERNAL IP>
Also I need to enable:
echo 1 > /proc/sys/net/ipv4/vs/conntrack
Currently I do all this from /etc/shorewall/started - but is
2009 Oct 04
1
FYI, lvs.ml: Unbound value Guestfs.create
FYI, while "make" succeeded in this directory on Friday,
I ran "make clean" today from the top, then "make" and got this:
Making all in examples
make[3]: Entering directory `/home/j/w/co/libguestfs/ocaml/examples'
ocamlfind ocamlopt \
-warn-error A -I .. mlguestfs.cmxa lvs.ml -o lvs
File "lvs.ml", line 11, characters 10-24:
Error:
2022 Jan 09
1
rd.lvm.lv on CentOS Stream 9 (first-boot failure)
I've install a CentOS Stream 9 system from a kickstart file that
specified (among other things) several logical volumes:
logvol / --fstype="ext4" --size=10240 --name=lv_root --vgname=VolGroup
logvol /var --fstype="ext4" --size=4096 --name=lv_var --vgname=VolGroup
logvol swap --fstype="swap" --size=2048 --name=lv_swap --vgname=VolGroup
When that system rebooted,
2013 Feb 07
2
[PATCH 1/2] Fix bogus partition number passed to guestfs___check_for_filesystem_on
Partition number was being passed to guestfs___check_for_filesystem_on
based on an index in list_partition. However, this ignores the
possibility of multiple block devices.
This change makes guestfs___check_for_filesystem_on examine the
passed-in device directly to determine if it is a whole device, or
what its partition number is.
---
src/guestfs-internal.h | 2 +-
src/inspect-fs.c | 45
2013 Jul 22
2
FreeBSD LVS replacement
Hello,
I'm looking for a functional FreeBSD replacement of the Linux LVS software?
There is an LVS port for FreeBSD but it looks deat since 2005. Is there anything comparable or better?
All best,
mjb
2015 Nov 10
2
[PATCH] daemon: lvm: Only return public LVs from guestfs_lvs API (RHBZ#1278878).
When a disk image uses LVM thinp (thin provisioning), the guestfs_lvs
API would return the thinp pools. This confused other APIs because
thinp pools don't have corresponding /dev/VG/LV device nodes.
Filter the LVs that are returned using "lv_role=public".
Thanks: Fabian Deutsch
---
daemon/lvm.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/daemon/lvm.c
2014 Sep 22
1
Re: [PATCH v3 3/7] resize: add function find_partitions
On Mon, Sep 22, 2014 at 03:47:36PM +0800, Hu Tao wrote:
> find_partitions can find partitions of given type.
>
> Signed-off-by: Hu Tao <hutao@cn.fujitsu.com>
> ---
> resize/resize.ml | 21 ++++++++++++---------
> 1 file changed, 12 insertions(+), 9 deletions(-)
>
> diff --git a/resize/resize.ml b/resize/resize.ml
> index 8f2105c..cfd02fc 100644
> ---