Displaying 20 results from an estimated 3000 matches similar to: "network problems"
2009 Jul 31
2
Bug?
Almighty Repo Maintainers,
I believe the current repository version of Xen for Lenny stable may be afflicted with this bug, which prevents domUs from shutting down/rebooting properly.
http://lists.xensource.com/archives/html/xen-devel/2009-01/msg00050.html
What say you?
Best Regards
Nathan Eisenberg
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2008 Sep 19
8
bridge + arp
Hi,
this is propably bridge related and not really a xen problem, but it
might help someone:
Some of our domUs are not able to arp. Arp -n show (incomplete), and
doing a tcpdump shows, that on the dom0''s eth0 the arp request goes out,
the response comes in, but on the vifX.0 interface the arp response is
gone.
dom0# tcpdump -ni eth0
arp who-has 10.32.2.51 tell 10.32.7.70
arp reply
2017 Sep 14
1
vmware player 12.5.7 with CentOS 7.4
hi all - anyone find a way to get vmware player 12.5.7 working with 7.4?
Thanks - everything good with the upgrade except that.
Great job CentOS team!
Jerry
starting vmplayer I get the following:
Note: adwaita is installed.
canberra is installed
No idea what pk is ?
vmplayer
(vmware-modconfig:12595): Gtk-WARNING **: Unable to locate theme engine in
module_path: "adwaita",
2009 Sep 18
36
streaming server on a virtual machine.
I need to installa a streaming server for live videos and for video on demand.
My choice is red5.
Do you think I can use a xen virtual machine to run a streaming service?
Or it is better not to virtualize?
Sorry for my bad english.
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2013 May 27
2
Error in running libvchan.
Hi,
I am trying to run libvchan on ARM Fast Model for VExpress platform for using inter domain communication. But there are some errors. I am attaching the strace outputs for vchan-node1 run in dom0 and domU. Has anybody faced these issues before.
Xl console 1The command is
Usage: vchan-node1 [client|server] [write|read] domid nodepath
my nodepath is - /local/domain/1/data/vchan-2-1
Regards
2011 Apr 28
10
Expanding a virtual block device
Hi list.
I''m running Xen 4.0.1 on Debian.
I''m trying to live resize a block device :
- I have a arbitrary block device in my dom0 (/dev/mapper/vm-vol42).
- I start a PV domain with that device as a disk (disk =
[''phy:/dev/mapper/vm-vol42,xvda,w'']).
- I resize vm-vol42 in the dom0 (adding size only)
- the dom0 sees the device''s new size.
-
2004 Nov 27
3
/etc/shorewall/masq
In /etc/shorewall/masq I have:
eth0 eth1
eth0 vmnet1
eth0 vmnet8
-------------
eth0 is my default route to the Linksys
router connected to the cable modem.
eth1 is my connection to 192.168.1 subnet
and it is the gateway for all other machines
on this subnet.
My routing table is:
# netstat -nr
Kernel IP routing table
Destination
2011 Jan 27
2
Help - Seeking recommendations-script to install on CENT OS web server for backup to Network Attached Storage
Hello:
I wanted to know if anyone on the list can recommend one or more scripts to
install on a CENT OS web server that allows you to back up the entire box to
network attached storage?
Many thanks,
Steve Eisenberg
steve.eisenberg at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 Jan 22
7
Is it possible that xenoprof active domain profiling using pvops jeremy''s kernel
my system configuration
xen 3.4.2, oprofile 0.9.5( xenoprof patched ), dom0( jeremy''s pvops
kernel 2.6.31.6 - patched dullor''s xenoprof patch ), domU( vanilla kernel
2.6.32 with paravirt enabled ), distribution( ubuntu 9.10 )
In passive mode, xenoprof seems to work well, opreport showed good
information.
but, in active mode, it seems not to be done correctly.
my command is
2011 Jun 28
1
More than 32G on memory in a domU guest?
I must be missing something obvious. I have a large domU guest:
dom0# cat /etc/xen/turing
name = "turing"
uuid = "8d3383a0-f0ae-f0b1-215d-c2e04115e9fe"
maxmem = 40000
memory = 40000
vcpus = 12
bootloader = "/usr/bin/pygrub"
kernel = "/var/lib/xen/boot_kernel.nrTJko"
ramdisk = "/var/lib/xen/boot_ramdisk.y6Gcn9"
extra = "ro
2012 Oct 09
8
unexpected should_receive behaviour
Hi,
surely I''m missing something... but what!?
in my spec I''ve
User.should_receive(:find).with("1").and_return(@user)
and in my controller
User.find(params[:id])
green light... correct...
but if I change my controller using another method, for example first:
User.first
or even
User.all
I get green light too... I was expecting an error like
expected: 1 time
2015 Feb 18
3
Disable/stop nic in a virtual guest with virsh
On Tue, Feb 17, 2015 at 1:43 PM, Sven Kieske <s.kieske at mittwald.de> wrote:
>
>
> On 17/02/15 09:18, C. L. Martinez wrote:
>> Hi all,
>>
>> How can I stop/disable a nic in a virtual guest using a virsh
>> command?? I am searching the same effect like if I unplug network
>> cable ... Is it possible?? I have tried with "detach-interface"
2011 Dec 17
39
Stack Level Too Deep Error (can't seem to figure it out)
Hi all,
I am running into a weird issue where my application is giving me a
stack level too deep error. I can''t seem to find where my code is
throwing this error. On the machine I developed this code on, this
error does not show up when I run rails s but when I move the code to
another system to run it this error shows up.
The system that this code runs fine on is a mac os x machine
2012 Feb 27
6
selecting params value to use with $.ajax()
Hello all,
I''m trying to write a jquery function where I am posting some data from a
form. I am wondering is there a way to select the particular param that I
want to use when I submit the data to $.ajax(). I don''t believe it makes
sense to create a hidden field just to use with $.ajax() but I can''t seem
to figure out how to get to the params key/value using jquery.
2015 Feb 17
3
Disable/stop nic in a virtual guest with virsh
Hi all,
How can I stop/disable a nic in a virtual guest using a virsh
command?? I am searching the same effect like if I unplug network
cable ... Is it possible?? I have tried with "detach-interface"
command without luck. I don't want to remove the nic from guest
configuration, only to stop the nic ...
Thanks.
P.D: Host is CentOS 6.6 x86_64 fully patched.
2014 Mar 07
2
Syslinux EFI + TFTPBOOT Support
On 2014?03?07? 23:05, Ady wrote:
> I understand that these remarks might seem not the main issue, but I
> tend to think that once you are successful while using only "default"
>
> values and in a minimalistic case, you could add complexity
> (different paths, multiple firmwares, additional kernels, multiple
> cfg files...).
Ady,
Thanks. I will follow your advice to
2009 Jun 14
9
What are your bottomneck in using Xen solution?
Hello,
Given that nowadays standard Dual Quad Core server is such popular,
with Dual GB Ethernet, bundles of high capacity of SATA disks running
as RAID 10.
What are the factors that prevent you from installing additional VM on
an existing server?
e.g.
1. CPU
2. Memory
3. Disk I/O
4. Network
5. Else?
_______________________________________________
Xen-users mailing list
2008 Mar 28
2
VNC for Dom U
Hi,
Could any one please tell me a proper way to access my DomU using VNC.
I saw a thread related to this topic, but that did not seem to have the right thing.
I am using Xen 3.2 (compiled from source) on top of FC8-64bit. I am using a
jailtime.org file system image for FC 64 bit as my Dom U.
Thanks
DM
2009 May 26
1
Installing and running XEN
Hi all! I''m new on the list.
I have read many HowTos about xen installations and I have an error
that I cant find solution.
(S.O: Debian Lenny)
First, this is what I did:
Hypervisor
# aptitude install xen-hypervisor-i386 libc6-xen xen-utils xen-tools
bridge-utils
Kernel
# aptitude install xen-linux-system-2.6.26-2-xen-686
-----
# nano /etc/modules
loop max_loop=128
# nano
2009 Apr 30
1
Partitioning Specs
On Thu, Apr 30, 2009 at 9:33 AM, Nicholas Van Weerdenburg
<vanweerd at gmail.com> wrote:
> I saw that a couple of days ago- very nice. Will that be added to RSpec?
Sooner or later, yes, but it will be managed through the hash passed
to the declarations:
describe "something", :tags => [:a,:b] do
it "does something", :tags > [:c] do
etc
You can already access