Displaying 20 results from an estimated 800 matches similar to: "[Bridge] configure linux bridge"
2007 Sep 02
0
[Bridge] Linux bridge configure
dear all:
I try to configure a bridge in my embedded linux. I had fininshed
these operations below:
1) configure kernel, select the option "802.1d bridge"
2) compile bridge-utils
3) issue these commands:
ifconfig eth0 0.0.0.0
ifconfig eth1 0.0.0.0
brctl addbr vb
brctl addif vb eth0
brctl addif vb eth1
ifconfig vb 192.168.110.24 up
2004 Apr 05
4
memdisk : booting OpenBSD and NetBSD
hi there.
I'm trying to boot several OSes floppy images from a cdrom via memdisk.
Actually, Linux and FreeBSD boots fine, but, while i'm using the same method,
I couldn't get into booting netbsd nor openbsd.
The boot process seems to hang up, in those two cases, when the second stage
native bootloader try to load the kernel (i'm not absolutely sure about this).
The native first
2004 Mar 17
1
ISOLinux and OpenBSD?
>+ booting floppy34.fs image from the CD works correctly (no ISOLinux, in
>built BIOS emulates the floppy)
Hi,
have you tried the following (Isolinux direct emulation):
KERNEL 34FS.IMG
should function the same as if direct 1.44MB eltorito emulation was used.
but using MEMDISK it fails?
KERNEL MEMDISK
APPEND INITRD=34FS.IMG
that's all I can come up with .
2007 Apr 18
1
[Bridge] Man-in-the-middle scenario within vmware - problem
Hi there,
I'm trying to set up a man-in-the-middle scenario within a VMWare Workstation
team, using brctl. What I want is the following:
PC1 eth0 >---LAN-segment-1---< eth0 PCMITM eth1 >---LAN-segment-2---< eth0 PC2
Now I did the following on PCMITM (PC man in the middle):
ifconfig eth0 down
ifconfig eth1 down
brctl addbr lnxbr0
brctl addif lnxbr0 eth0
brctl addif lnxbr0 eth1
2011 Sep 07
1
Error: in routine alloca() there is a stack overflow: thread 0, max 535822282KB, used 0KB, request 24B
Dear Colleagues:
Through your help an R related installation issue was resolved, but I now
have the following usage issue.
On any "get.var.ncdf" usage I am seeing:
Error: in routine alloca() there is a stack overflow: thread 0, max
535822282KB, used 0KB, request 24B
The same error is posted on a file as small as 50MB and as large as 500GB,
with ulimit set to unlimited. I
2011 Aug 09
2
reflecting a PCA biplot
Hi Listers,
I am trying to reflect a PCA biplot in the x-axis (i.e. PC1) but am not
having much success. In theory I believe all I need to do is multiply the
site and species scores for the PC1 by -1, which would effectively flip the
biplot.
I am creating a blank plot using the plot command and accessing the results
from a call to rda. I then use the calls to scores to obtain separate site
and
2009 Jun 18
3
how to sort
Hi. I have an object. I think it is a list.
> str(corTFandPCA)
num [1:922, 1:5] -0.0226 -0.0504 -0.0208 -0.0582 -0.0257 ...
- attr(*, "dimnames")=List of 2
..$ : chr [1:922] "abdomen.2" "abdomimal.3" "abdominal.4" "aberration.5"
...
..$ : chr [1:5] "PC1" "PC2" "PC3" "PC4" ...
I want to order it
2016 Nov 02
2
is it possible to let two nodes in different LAN directly connected with another public server ?
pc1(LANa) ----poor connection ----> VPS <--------- PC2(LANb)
pc1 and pc2 used to connected directly with tinc, since pc1 used to have
WAN IP(pppoe),
but the pppoe IP is not WAN IP anymore (ISP changed to let all ADSL user in
a LAN).
if I let the two pc connect to a VPS with tinc,
can later connections between pc1 and pc2 be directly ?
for example, ssh from pc1 to pc2 but not proxyed by
2013 Aug 26
2
Partial correlation test
Dear all,
I'm writing my manuscript to publish after analysis my final data with
ANOVA, ANCOVA, MANCOVA. In a section of my result, I did correlation of my
data (2 categirical factors with 2 levels: Quantity & Quality; 2 dependent
var: Irid.area & Casa.PC1, and 1 co-var: SL). But as some traits (here
Irid.area) are significantly influenced by the covariate (standard length,
SL), I
2006 Nov 26
2
A question about hosts files
Hi there!
I'm super-happy because I've just finished my semi-auto configurator for
Windows machines ^^
I've got a question: must all the users of a VPN share all together
their hosts files?
i.e.
PC1 is linked to PC2 -> PC1 and PC2 must have both /hosts/PC1 and hosts/PC2
PC2 is linked to PC3 -> PC2 and PC3 must have both /hosts/PC2 and /hosts/PC3
Must PC3 have /hosts/PC1
2003 Jul 18
4
rh8.0 and xp home
I have two networked pcs.
pc 1- RH8.0 which came with Samba-backend 1.0.8 and Samba 2.2.5
pc 2- XP Home
I am able to access the shared folders from pc2 on pc1.
However from pc2 I can not even see the ressources of pc1.
In My Network Places/Entire Network/Microsoft Windows Network/"My
Workgroup" I can see "pc1" but when I click on it I get an error
message: \\"pc1"
2004 Feb 26
2
Samba-3.0.2 PDC LDAP: Add computer to domain issue with smbldap-tools
Hi guys,
I've installed openldap-2.1.25 and Samba-3.0.2 and configured everything
with no TLS on a Slackware-9.1 Linux box.
To manage the LDAP backed I've used smbldap-tools-0.8.4.
After populating the database with smbldap-populate I was able to first
add users to /etc/passwd etc. and then to LDAP with smbldap-useradd -a
and access the server via Windows PCs. Everything appeared to be
2003 Aug 08
1
covmat argument in princomp() (PR#3682)
R version: 1.7.1
OS: Red Hat Linux 7.2
When "covmat" is supplied in princomp(), the output value "center" is all
NA's, even though the input matrix was indeed centered. I haven't read
anything about this in the help file for princomp(). See code below for an
example: pc2$center is all NA's.
Jerome Asselin
x <- rnorm(6)
y <- rnorm(6)
X <- cbind(x,y)
2010 Jun 18
1
Fitting a polynomial using lrm from the Design library
Hi all,
I am looking to fit a logistic regression using the lrm function from the Design library. I am interested in this function because I would like to obtain "pseudo-R2" values (see http://tolstoy.newcastle.edu.au/R/help/02b/1011.html).
Can anyone help me with the syntax?
If I fit the model using the stats library, the code looks like this:
model <- glm(x$trait ~ x$PC1 +
2010 Dec 20
8
Mutiple virtualmachines Live migration at the same time with Xen
Dear all
The following process is about trying to do the " live migration at the same time with 5 Virtual machines ", but there is somthing problem with it.
Process:
yogi-pc2: # xm migrate --live vm01 pc2 & xm migrate --live vm02 pc2 & xm migrate --live vm03 pc2 & xm migrate --live vm04 pc2 & xm migrate --live vm05 pc2[1] 29983
[2] 29984
[3] 29985
[4]
2006 Nov 28
1
help
Heloo!
I have 3 Vpn with 3 servers!
pc1 with debian and adr. for ex. 10.10.10.x
pc2 with debian and adr. for ex. 10.10.10.y
pc3 with debian and adr. for ex. 10.10.10.z
On tinc i have
pc1 connect to pc2 and pc3
pc2 connect to pc1 and pc3
pc3 connect to pc1 and pc3
Evrithing works fine but i whant to connect from home
to this vpn but at my home i have a pppoe (no ip adr.,
i have user and pass to
2004 Nov 27
2
Samba fc3: accent problem
I am unable to properly view ISO8859-15 characters (typicaly characters
with accent such as ?, ?, ?...) from filenames on a samba server using
fedora core 3. After spending hours on it, I have been unable to find a
solution. Any help from you would be greatly appreciated.
Here is the description of my configuration:
I have 3 machines running:
- one server with fc3
- one PC "PC1" with
How to use PC1 of PCA and dim1 of MCA as a predictor in logistic regression model for data reduction
2011 Aug 17
4
How to use PC1 of PCA and dim1 of MCA as a predictor in logistic regression model for data reduction
Hi all,
I'm trying to do model reduction for logistic regression. I have 13
predictor (4 continuous variables and 9 binary variables). Using subject
matter knowledge, I selected 4 important variables. Regarding the rest 9
variables, I tried to perform data reduction by principal component
analysis (PCA). However, 8 of 9 variables were binary and only one
continuous. I transformed the data by
2011 Jul 29
2
change pch in 3dplot, export graph
Hello I was wondering if anyone has been able to change the pch value for
points in 3dplot()? I am able to change point colors just not symbol types.
I have included a portion of my code below. I realize this won't work
outside of my script, but thought, maybe there is something obvious that I
am doing wrong. Also is it possible to utilize the interactive feature of
3dplot in a
2009 Jul 16
2
Nested ANOVA residuals error
I am having trouble setting up a nested anova model. Here is a
truncated version of my data:
> data
Ind Treatment PC1
1 PER14 SC 1.14105282
2 PER14 SH 1.45348615
3 PER14 AC 2.45096904
4 PER25 SC 1.23687887
5 PER25 SH 4.54797450
6 PER25 AC -0.73391131
7 PER30 SC 1.15899433
8 PER30 SH 2.83273736
9 PER30