similar to: TCP connection works for only remote host

Displaying 20 results from an estimated 2000 matches similar to: "TCP connection works for only remote host"

2014 Jun 10
0
Re: TCP connection works for only remote host
Restarted libvirt to listen at tcp $ sudo /etc/init.d/libvirt-bin stop [sudo] password for fluent: Rather than invoking init scripts through /etc/init.d, use the service(8) utility, e.g. service libvirt-bin stop Since the script you are attempting to invoke has been converted to an Upstart job, you may also use the stop(8) utility, e.g. stop libvirt-bin libvirt-bin stop/waiting $ sudo libvirtd -d
2014 May 30
0
Hot memory and cpu update
Runing domain xml vv.XMLDesc(0) n  ub_test1n  714dde02-76c9-7d45-25af-e50f0a54f4bcn  545792n  545792n  4n  n    hvmn    n  n  n    n  n  n  destroyn  restartn  destroyn  n    /usr/bin/kvmn    n      n      n      n      n      n    n    n      n      n    n    n      n      n    n    n      n      n      n      n      n      n    n    n      n      n    n  n  nn" >>> vv.info() [1,
2008 May 12
5
virt-install fails on SXDE build 87
Hi. I have an AMD Athlon 64 X2/dual core processor and 2 gigs of ram running SXDE/87 (as far as I can tell, it''s on a ufs filesystem, not zfs). I''m attempting to install Vista from cd and the virt-install command fails with the same error regardless of what I do. I''m running this from my user (not root) account. I''m using qemu-img to create my hard drive images.
2008 Jul 15
1
Error while staring "xend"
Hello, i installed a Xen 3.3 on Fedora 7 successfully I booted system with xen 3.3. checked using the command uname -r but while starting xend i will get an error please help me out this... error is as: ImportError: /usr/lib/python/xen/lowlevel/xs.so thanks in advance _______________________________________________ Xen-users mailing list
2014 Jul 29
1
Running domain-update memory not working
>>> vm=co.lookupByName('test1') >>> vm.info() [1, 524288L, 524288L, 1, 20400000000L] >>> vm.setMemoryFlags(509952,1) # Live memory 0 >>> vm.info() [1, 524288L, 524288L, 1, 21430000000L] >>> vm.setMemoryFlags(509952,0) --- ## current memory 0 >>> vm.info() [1, 524288L, 524288L, 1, 21430000000L] >>> vm.XMLDesc() Not updating
2010 Mar 31
1
connect libvirt and virtualbox
conn = libvirt.open("vbox:///session") return this error: libvir: VBOX error : internal error unable to initialize VirtualBox driver API Traceback (most recent call last): File "prova.py", line 5, in <module> conn = libvirt.open("vbox:///session") File "/usr/lib/python2.6/dist-packages/libvirt.py", line 163, in open if ret is None:raise
2013 Jun 19
1
error : Failed to find user record for uid '32722'
I'm trying to use the libvirt Python API to manage VirtualBox VMs on Mac OS X 10.8.3. I'm running libvirt 1.0.6 via Homebrew. However, the following trivial Python script: import libvirt conn = libvirt.open('vbox:///session') gives me the following error: libvirt: error : Failed to find user record for uid '32722': Success Traceback (most recent call
2014 Jun 11
2
Status of Host machine.
Hi, Using libvirt how can we check the status of a remote/local host machine.. isAlive() method is giving true even if the internet connection is broken OR libvirt demon in the remote machine is being stopped. so isAlive() does not seems to be handy, Is there some other way to get the status of remote host..? Thanks -Sijo
2014 Jun 13
1
Re: Status of Host machine.
Hi Michal, virConnectOpen is for connecting to a host right..? I want to check the host status, whether the connection to the host is active or not.. for that purpose we have to use virConnectIsAlive() I'm using libvirt python bindings, here is the function defnintion. def isAlive(self): """Determine if the connection to the hypervisor is still alive A
2007 Nov 15
11
I can''t use ''virt-install''
Hi I have installed nevada77 in x4200. But i can''t use ''virt-install'' ro create guest domain. Do I need add more pkg? what''s wrong? #virt-install --name xmv-test-1 ram 1024 --nographics --file /export/home/xmv-test-1 --location /export/home/software/snv-solarisdvd-x86-77.iso Traceback (most recent call last): File "/usr/bin/virt-install", line 657,
2013 Oct 09
3
Re: failing connections w/ virt-manager
Am 08.10.2013 14:46, schrieb Stefan G. Weichinger: >> Try enabling the flag, re-emerging the package, setting the logs and >> then reproduce it again. Check the logs and you should see why it's >> disconnecting. The docs say that libvirtd has to listen on the TCP port ... checked that: # netstat -alnp | grep libv tcp 0 0 0.0.0.0:16509 0.0.0.0:*
2014 Sep 23
2
[LLVMdev] Use of llvm.prefetch intrinsic for basicblock prefetching
Hi, Thanks, I am targetting x86 architecture. -Usha On Mon, Sep 22, 2014 at 10:39 PM, Hal Finkel <hfinkel at anl.gov> wrote: > ----- Original Message ----- > > From: "usha shau" <ushashau1 at gmail.com> > > To: llvmdev at cs.uiuc.edu > > Sent: Monday, September 22, 2014 7:01:20 AM > > Subject: [LLVMdev] Use of llvm.prefetch intrinsic for
2009 Dec 07
3
ConVirt 2.0 Beta is now available
Hi    We are very pleased to announce immediate availability of ConVirt 2.0 Beta!  Built on a brand new, 3-tier, repository-based architecture, ConVirt 2.0 incorporates many of our users’ most wanted and anticipated features. For more information, please visit us at    http://www.convirture.com/blog/2009/announcements/convirt-2-0-beta-now-available/ ConVirt Team.
2009 Sep 23
1
virt-install error - failed to connect
Hi all, I installed Xen 3.4.0 on RH5.3 from the source, It is working fine (Dom0), but when i tried to create new guest (hvm) by the virt-install i got the next message: Wed, 23 Sep 2009 12:02:15 ERROR virConnectOpen() failed Traceback (most recent call last): File "/usr/sbin/virt-install", line 560, in ? main() File "/usr/sbin/virt-install", line 348, in main
2014 Sep 22
2
[LLVMdev] Use of llvm.prefetch intrinsic for basicblock prefetching
Hi, I am new to LLVM and using it for my project where I want to perform software prefetching of code blocks. I am not able to use the llvm.prefetch instruction to fetch a block of code in instruction cache. The LangRef <http://llvm.org/docs/LangRef.html#llvm-prefetch-intrinsic>manual mentions that giving last argument as '0' performs prefetch on instruction cache. However, I get
2009 Jun 25
2
ConVirt 1.1 is released.
Hi    We are extremely happy to announce ConVirt 1.1 release. For details please visit : http://www.convirture.com/blog/2009/announcements/convirt-11-is-now-available/ ConVirt Team. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2010 Mar 07
4
Introducing ConVirt 2.0
----- "Pasi K?rkk?inen" <pasik at iki.fi> wrote: > On Sat, Mar 06, 2010 at 09:04:20AM -0500, Kanwar Ranbir Sandhu wrote: > > Why would one use ConVirt instead of the management tools included in > > RHEL and/or CentOS? What's the difference? > > RHEL/CentOS doesn't provide web-based management.. or even easy > multi-host / cluster management of
2009 Mar 22
1
ConVirt 1.0 released
> >Message: 1 >Date: Fri, 20 Mar 2009 11:04:39 -0700 (PDT) >From: jd >Subject: [CentOS-virt] ConVirt 1.0 released. >To: centos-virt at centos.org >Message-ID: >Content-Type: text/plain; charset=us-ascii > > >hi > Just wanted to bring to your attention the release of ConVirt 1.0. >
2011 Feb 12
4
if xend block
Hi, All I use python, I want to know If xend is blocked, then I call virConnectOpen will it return or block? Thanks, Allan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2009 Dec 07
1
S3 (Suspend to Disk) with XEN
Hi All, I have a 5.4 box and testing xen 3.4 on kernel-xen-2.6.18-164.6.1.el5. As you know, there are no enough configuration to do "Suspend to Disk" of the .config of the kernel-xen-2.6.18-164.6.1.el5. # Power management options (ACPI, APM) # CONFIG_PM=y Then, I tied to get the kernel-2.6.18-164.6.1.el5.src.rpm, installed that. #pwd