Displaying 20 results from an estimated 500 matches similar to: "vif''s disappear after dom1 reboot"
2008 Jun 16
1
3.2.1 HVM network packets dropped
Dear,
I''ve attempted to upgrade a Xen box from 3.1.2 to 3.2.1. Unfortunately
it has been a partial success only. At this point I''m really stuck
with a network problem that affects my HVM machines (Linux PV run
fine).
The really odd thing is that everything seems to work properly, except
that the "vif" network interfaces in dom0 seem to have only dropped TX
packets for
2005 May 14
10
Cross-Domain Networking Problems
xm list reveals the following information...
Name Id Mem(MB) CPU State Time(s)
Console
Domain-0 0 315 0 r---- 2058.1
Domain-1 11 342 0 -b--- 5.2
9611
Domain-2 12 342 0 -b--- 3.9
9612
Xen seems to be working beautifully but I have not yet
figured out how to get Domain-0 to ping both Domain-1
and Domain-2,
2012 Oct 05
0
is_physical bug in xapi
hi all,
i just found a bug from xapi code network_utils.ml:
let is_physical name =
try
let link = Unix.readlink (getpath name "device") in
(* filter out device symlinks which look like
/../../../devices/xen-backend/vif- *)
not(List.mem "xen-backend" (String.split ''/'' link))
with _ -> false
i use xcp + ubuntu 12.04, in my /sys/class/net/ dir it
2012 Oct 05
0
Bug#678723: i got same and found the reson
i just found a bug from xapi code network_utils.ml:
let is_physical name =
try
let link = Unix.readlink (getpath name "device") in
(* filter out device symlinks which look like
/../../../devices/xen-backend/vif- *)
not(List.mem "xen-backend" (String.split '/' link))
with _ -> false
i use xcp + ubuntu 12.04, in my /sys/class/net/ dir it looks like:
2010 Nov 12
6
help with bridging
Hello,
There is a xen setup in which "brctl show" gives the following output.
bridge name bridge id STP enabled interfaces
eth1 8000.003048c9d4df no peth1
vif1.0
vif2.0
2012 Jun 07
1
network is only connected for a while when the domU is started
Hi ALL,
Here is a weird problem comfusing me for a long time. i''v installed xen
4.0.1 with linux kernel 3.1.0-rc9+
Everything works fine except i cannot ping to the gateway in a PVM domU.
i''v installed bridge-utils and brctl show like this
bridge name bridge id STP enabled
interfaces
eth0 8000.00219b480d56 no
2006 Nov 08
4
bridge with IP address, "received packet with own address as source address"
Hi,
I''ve set up identical (what I think) machines using SLES 10 x86_64, but a new one
of those is saying frequently in /var/log/messages:
kernel: bond0: received packet with own address as source address
A short summary of ifconfig looks like this:
bond0 Link encap:Ethernet HWaddr 00:14:4F:2A:12:9C
inet addr:132.199.176.78 Bcast:132.199.255.255 Mask:255.255.0.0
eth0
Bug#441249: Bug#441249: xen-hypervisor-3.0.3-1-i386-pae: "Problems using XEN when Quagga is running"
2007 Sep 11
2
Bug#441249: Bug#441249: xen-hypervisor-3.0.3-1-i386-pae: "Problems using XEN when Quagga is running"
Hi,
> Can you manually do on the xen interfaces what the scripts would? How about
> doing it on some other interface configured in a similar way?
Toying with the vif-route script, I might have found a workaround for this
issue.
If I disable the ifconfig and ip route commands from vif-route script, and bring
up vif interface by hand later on, everything seems to work.
In other works,
2005 Jun 15
1
2 ips on one eth-interface in xen
Hello list,
I''m using xen2.6 with a 2.6.11 kernel
my config:
kernel = "/boot/vmlinuz-2.6.11-xenU"
memory = 1280
name = "s51"
nics=1
vif = [ ''ip=82.149.232.51,mac=00:E0:81:29:71:3D'' ]
disk = [ ''file:/home/xen/51/diskimage,sda1,w'',
''file:/home/xen/51/swapimage,sda2,w'',
2007 Feb 16
13
openSUSE in domU on a CentOS dom0
Hi there,
I am new to Xen. Just began trying it out from day-before.
I have a CentOS 4.4 install on my hda6 partition. And I have a
openSUSE 10.2 install on my hda8 partition.
For openSUSE 10.2, I chose the Xen options while installing, and so I
have the xen kernels too installed. For CentOS 4.4, I downloaded the
Xen 3.0.2 source and compiled from there. (I followed the instructions
at this
2018 Oct 10
1
samba DC, dublicate SPN
directory service replication does not work between windows DC and samba
DC,
as the samba DC has 2 identical WSMAN records
samba-tool spn list m7-arhiv$
m7-arhiv$
User CN=M7-ARHIV,OU=Computers M07,DC=example,DC=ru has the following
servicePrincipalName:
HOST/M7-ARHIV
HOST/m7-arhiv.example.ru
RestrictedKrbHost/M7-ARHIV
RestrictedKrbHost/m7-arhiv.example.ru
2010 Jan 05
4
xen domU ID and static routing
Hi,
I use a EQ 4 dedicated root server by hetzner with ubuntu jaunty. I
installed xen 3.3 with debian kernel and brought up 3 domUs.
Now comes networking...
Hetzner does not allow bridged networking so I have to use routed mode
in xen. No Problem so far, but the Problem actually is:
When I bring up a domU the routing table is created by the xen-script
vif-routing. The network interface name
2013 Mar 05
1
Bug#702337: xen-xapi / Open vSwitch not really working
Package: xcp-xapi
Version: 1.3.2-14
Severity: important
I chose the Open vSwitch (ovs) networking mode when I installed XCP
# cat /etc/xcp/network.conf
openvswitch
Whenever I boot a VM, I notice that the vif interface is created (e.g.
vif1.0) on dom0, and the vif is added to the ovs bridge (I can see it in
the output of ovs-vsctl show)
However, there is no connectivity, I can't ping the
2011 Aug 13
1
Own R function doubt
Hi to all the people again,
I was writting a simply function in R, and wish to collect the results in a
excel file. The work goes as follows,
Ciervos<-function(K1, K0, A, R,M,Pi,Hembras)
{B<-(K1-K0)/A
T1<-(R*Pi*Hembras-M*Pi+B)/(Pi-M*Pi+R*Pi*Hembras)
P1<-Pi-B
R1<-P1*Hembras*R
M1<-P1*M
T2<-(R1-M1+B)/(P1-M1+R1)
P2<-P1-B
R2<-P2*Hembras*R
M2<-P2*M
2018 Mar 22
1
Opus configuration for ARM cortex M7
Hi, I'm planning to use Opus codec on a ARM cortex M7 device running at
400MHz.
Con you please suggest the best configuration directives that I have to
set in the config.h file in order to obtain the best perfromances on the
cortex M7 architecture?
Actually I have compiled libopus 1.2.1 with the following cnfiguration
parameters:
#define VAR_ARRAYS 1
#define FIXED_POINT 1
#define
2010 Aug 22
2
please help with xen networking with 2 ips
Hi,
the networking just drives me crazy and it seems that i am missing
something.
So here is my situation:
i have a server with 2 public IPs (85.214.1.230 and 81.169.1.81)
the dom0 is on:
ip 81.169.1.81
netmask 255.255.255.255
gw 81.169.1.1
i would like to have a domU with ip 85.214.1.230.
I tried everything routing, bridging.. nothing seems to work.
my dom0 config;
.
(network-script
2013 May 20
19
xenbr0 / domU static IPs
Hi, I have a new xen hosting platform. I have given the bridge a static IP which I can ping/ssh to etc, when I create a new vm all works well apart from the networking. If I give DomU a static IP I can''t ping out from the box, Dom0 can''t ping the vm. I''m suspecting it just isn''t seeing the bridge but am unsure where to start looking. This is a very standard
2010 Aug 18
1
reading lmer table
Dear all,
I'm quite new in R and especially with linear mixed effects models and
I'm not completely sure to read the lmer table in the right way.
for example:
head(march.f)
fam subjID Cond Code reg total first
second log.total log.second cat
3 f 30 an fDan1 3 1.2304688 0.6679688 0.56250000
0.20739519 0.44628710 f
2008 Jul 16
5
Communicating with VM before Network is configured.
Hi All,
I am facing an issue regarding communicating a value from outside to a
Guest OS (linux, solaris and windows) launched on Xen Server.
I did went through this thread, but It was not completely clear.
http://lists.xensource.com/archives/html/xen-users/2006-07/msg00473.html
My question is - Is there a way in Xen, through which I can communicate
a value from outside to a Guest OS (linux,
2017 Nov 13
4
How to objcopy via LLVM toolchain for armv7e-m ELF32LE?
Hi LLVM developers,
As PR35281 mentioned:
$ llvm-objcopy -O binary llvm-cortex-m7.elf llvm-cortex-m7.bin
llvm-objcopy: 'llvm-cortex-m7.elf': The file was not recognized as a
valid object file.
if (ELFObjectFile<ELF64LE> *o =
dyn_cast<ELFObjectFile<ELF64LE>>(&Binary))
https://github.com/llvm-mirror/llvm/blob/master/tools/llvm-objcopy/llvm-objcopy.cpp#L200