search for: eths

Displaying 20 results from an estimated 2730 matches for "eths".

Did you mean: eth
2000 Aug 01
0
anova() on three or more objects behaves inconsistently (PR#621)
anova() on three or more objects behaves inconsistently in R. In R anovalist.lm does a sequential ANOVA using pairwise F tests, ignoring all the other objects, so the larger of the two models provides the denominator. In S anova.lmlist uses the denominator from the largest model (smallest residual df) in the set, as does anova.glmlist in both. I suggest that R's anovalist.lm is wrong (that
2004 May 21
1
Bug in update()? (PR#6902)
Dear all, I noticed the following while playing around with fitting log-linear models to contingency tables using R 1.8.1, but the problem also exists under R 1.9.0. A reproducible example uses the following contingency table: > library(MASS) > data(quine) > tmp <- with(quine, expand.grid(Eth=levels(Eth), Sex=levels(Sex), + Lrn=levels(Lrn), Age=levels(Age)))
2012 Dec 07
1
Managing eths in vm from HV
...l, and I then re-write the /etc/udev/rules/70 file in the VM, I can get the eth devices ordered in a predictable way. Is there a virsh way to create a VM from a generic xml file, allowing libvirt to add randomized MAC addresses, and then edit the /etc/udev/rules/70 file in the VM, to associate the eths with the desired MAC? Better yet, is there a way to simply control the assigning of the eths in the generic xml file used to create the VM? So far I can make a wrapper script to virsh create xml, read the addresses back, and then start the VM independently, write to it, and then return control t...
2013 Mar 28
2
[Bridge] [PATCH v2] net: add ETH_P_802_3_MIN
Add a new constant ETH_P_802_3_MIN, the minimum ethernet type for an 802.3 frame. Frames with a lower value in the ethernet type field are Ethernet II. Also update all the users of this value that David Miller and I could find to use the new constant. Also correct a bug in util.c. The comparison with ETH_P_802_3_MIN should be >= not >. As suggested by Jesse Gross. Compile tested only.
2012 Dec 08
4
read.table()
Hi List, I have spent more than 30 minutes, but failed to read in this file using the read.table() function. I could not figure out how to fix the following error. Error in scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings, : line 1 did not have 6 elements Any help would be be appreciated. Thanks, Pradip Muhuri ####### below is the reproducible example xd1 <-
2007 Apr 20
3
centso 5 modifying my ifcfg-eth[x] files
I have a machine with 2 network cards. Installing centos 5 on it. I set up both cards with static IP addresses. activate on boot etc... One is e1000 Intel the other is onboard forcedeth (nvidia). After I reboot the forcedeth ifcfg-eth1 file is changed to DHCP. I use netconfig -d eth1 to set it back up and reboot again and the changes back to DHCP. Only thing to add here is the network card
2007 Apr 18
6
[Bridge] bridge wlan-eth
Hi! I have some problems with an bridge between wlan0 and eth0 device... It works and I can from both sides ping the router with the bridge device but I cant ping the devices from other net so I cant ping wlan devs from eth net and other way around the wlan card is an atmel usbw11 from linksys and eth is a intel e100 10/100mbit nic I have configured the bridge according to the how to and
2015 Oct 21
4
Centos 7 - "Device eth1 does not seem to be present, delaying initialization".
Hi All :) I have three servers, all with centos 7 installed 3 days ago. I need on them "old" naming scheme (ethX) for network interfaces, because of that: # grep GRUB_CMDLINE_LINUX /etc/sysconfig/grub GRUB_CMDLINE_LINUX="rd.lvm.lv=centos_node-XY/swap rd.lvm.lv=centos_node-XY/root rhgb quiet ipv6.disable=1 net.ifnames=0" net.ifnames=0 was added and afterwards I ran:
2013 Nov 15
3
CentOS 6 : Network Interface Naming
Hello All, I have one CentOS 6 KVM virtualization server that I built around a year ago (best I can tell it was in October 2012) at which time I would have been installing 6.3 [0]. That particular install used the Consistent Network Device Naming [1] conventions (PCIe NICs are p1p1, p1p2). I started to build out a new KVM virt server (kickstarting a 6.4 install now as compared to 6.3 back then)
2004 Dec 12
1
zaptel 0.9.1 compile problem
I'm using gentoo 2004.3, and when I emerge the zaptel driver, compile fails with the following output: CC [M] /var/tmp/portage/zaptel-0.9.1/work/zaptel-0.9.1/ztd-eth.o In file included from /var/tmp/portage/zaptel-0.9.1/work/zaptel-0.9.1/ztd-eth.c:40: /var/tmp/portage/zaptel-0.9.1/work/zaptel-0.9.1/zaptel.h:55:2: warning: #warning "Zaptel doesn't support DEVFS in post 2.4
2003 Dec 17
3
modprobe -r ztd-eth locks up machine...
Hi, I have just begun working with TDMoE running between 2 fiber nics the dynamic span works great. In my main asterisk box's startup file I just 'modprobe tor2', then start asterisk. The zaptel, ztdynamic & ztd-eth modules all load by themselves when tor2 is loaded. If I stop asterisk then 'modprobe -r tor2' the tor2 module is removed but the other three remain. If I
2016 Feb 01
4
NICs order
El Lunes 01/02/2016, Daniel Ruiz Molina escribi?: > Hi, > > After installing CentOS 7 in a server with 2 NICs, system detects eth0 > and eth1 in reserve order. I would like to have eth1 as eth0 and eth0 as > eth1. I have forced HWADDR attribute in > /etc/sysconfig/network-scripts/ifcfg-etc{0,1}, but after rebooting, > order is the same... > > How can I solve it? >
2008 Jul 24
0
Possible bug in ifup-eth script of Centos 5.2 (combination of bond and bridge)
Dear CentOS, I think i found a "bug" in the /etc/sysconfig/network-scripts/ifup-eth script of CentOS 5.2. i can post the my changed ifup-eth script if you want. Am I the first one with this problem? Situation: - eth2 and eth3 should be in bond1 interface - bond1 should be an interface of bridge named "iscsi" the problem is that the brctl addif command in ifup-eth gets
2010 Sep 14
1
[PATCH] Fix bad declaration in host-register
Signed-off-by: Arthur Clement <aclement at linagora.com> --- src/host-browser/host-register.rb | 13 ++++++------- 1 files changed, 6 insertions(+), 7 deletions(-) diff --git a/src/host-browser/host-register.rb b/src/host-browser/host-register.rb index 5ff6a90..7bf957d 100755 --- a/src/host-browser/host-register.rb +++ b/src/host-browser/host-register.rb @@ -393,14 +393,13 @@ class
2015 Oct 21
0
Re: Centos 7 - "Device eth1 does not seem to be present, delaying initialization".
On Wed, 21 Oct 2015 10:20, Rafa? Radecki <radecki.rafal at ...> wrote: > Hi All :) > > I have three servers, all with centos 7 installed 3 days ago. I need on > them "old" naming scheme (ethX) for network interfaces, because of that: > > # grep GRUB_CMDLINE_LINUX /etc/sysconfig/grub > GRUB_CMDLINE_LINUX="rd.lvm.lv=centos_node-XY/swap
2005 Sep 06
1
Asterisk as SIP/H.323 Signalling Gateway
Hi, I am wondering whether I can use Asterisk as SIP/H.323 Signalling Gateway. The setup I envisage looks as follows: H.323 end-point ---------(ETH)--------- Asterisk ---------(ETH)--------- SIP Proxy/Registrar ---------(ETH)--------- SIP end-point (ETH: Ethernet) In principle, Asterisk would just be used to integrate H.323 end-points into a fully SIP-based core-network. Hence, there
2011 Sep 19
1
eth enumeration order
I have installed Centos 6 on a server with two NICs. It so happens that the NIC with the lower ARP adr is assigned 'eth1' and the NIC with the higher ARP 'eth0'. (Not sure if this a bug but it is at least inconvenient) I have modified the udev rules in /etc/udev/rules.d/70-persistent-net.rules by swapping eth0 with eth1 in the NIC's rules. However: the file gets changed on
2011 May 01
2
can't up the eth in the vm and access to network
Hi, I encounter a problem that the eth can't be up in the VM by using VT-d. I boot the VM using "virsh create vt_d.xml". The VM could recongize the NIC which was assigned .then I do in VM as follows: #cat /sys/class/net/eth0/operstate down #ifconfig eth0 up #cat /sys/class/net/eth0/operstate down #ficonfig eth 10.100.0.5 #cat /sys/class/net/eth0/operstate down more system
2005 Apr 27
23
eth0 & eth1 changing every boot
This is probably a stupid question, but I''m stumped. Practically every time my firewall boots (not often, but still) eth0 and eth1 exchange places (internet and intranet). How do I lock them down? SuSE 9.2, Shorewall 2.2.3. Thanks! Mike- -- Mornings: Evolution in action. Only the grumpy will survive. -- Please note - Due to the intense volume of spam, we have installed site-wide
2012 Dec 28
1
Ethernet puzzle
So I just finished doing a fresh install of CentOS 6.3. The machine has three ethernet ports in it: one on the motherboard (VIA Rhine), and two add-on cards, an Intel Pro100 and an old SMC1255TX. When CentOS comes up, this is what I see in the dmesg output: # dmesg | grep eth e100 0000:00:08.0: eth0: addr 0xf6043000, irq 16, MAC addr 00:02:b3:be:02:87 eth1: ADMtek Comet rev 17