search for: xsd_port

Displaying 11 results from an estimated 11 matches for "xsd_port".

2013 Feb 17
6
Install issues for Xen 4.2.1 on Ubuntu 12.10
...ot;apparmor=0"/ a\GRUB_CMDLINE_XEN="dom0_mem=384M,max:384M dom0_max_vcpus=1 no-bootscrub"'' /etc/default/grub update-grub echo "none /proc/xen xenfs defaults 0 0" >> /etc/fstab reboot After the reboot - $ ls /proc/xen capabilities privcmd xenbus xsd_kva xsd_port $ cat /proc/xen/capabilities control_d $ xl info libxl: error: libxl.c:87:libxl_ctx_alloc: Is xenstore daemon running? failed to stat /var/run/xenstored.pid: No such file or directory cannot init xl context Any help would be greatly appreciated. _______________________________________________...
2012 Mar 23
2
Xenstore daemon is not running after boot; although can be started manually later. Any pointers why ?
...id: No such file or directory cannot init xl context" I checked the xen common problems page, http://wiki.xensource.com/xenwiki/XenCommonProblems.html and did some troubleshooting. I was infact running Xen dom0, since I got this output. # ls /proc/xen/capabilities privcmd xenbus xsd_kva xsd_port# cat /proc/xen/capabilitiescontrol_d But my evtchn and gntdev were not loaded. Hence below command returned nothing. I ran commands "modprobe xen-evtchn" and "modprobe gntdev" to manually load those drivers. Then went to /etc/init.d to manually restart xencommons and got this....
2012 Mar 23
2
Xenstore daemon is not running after boot; although can be started manually later. Any pointers why ?
...id: No such file or directory cannot init xl context" I checked the xen common problems page, http://wiki.xensource.com/xenwiki/XenCommonProblems.html and did some troubleshooting. I was infact running Xen dom0, since I got this output. # ls /proc/xen/capabilities privcmd xenbus xsd_kva xsd_port# cat /proc/xen/capabilitiescontrol_d But my evtchn and gntdev were not loaded. Hence below command returned nothing. I ran commands "modprobe xen-evtchn" and "modprobe gntdev" to manually load those drivers. Then went to /etc/init.d to manually restart xencommons and got this....
2011 Feb 08
8
XEN 4.0.2-rc2 - using OCAML xenstored -- xend not starting?
Hi All, I just tried a new installation of Ubuntu 10.04 (64bit) + Xen and am having some trouble starting XEN. I am using the latest mercurial checkout (4.0.2-rc2) and the only change I made was to Config.mk to enable building the OCAML version of xenstored. " CONFIG_OCAML_XENSTORED ?= y". I am using the same kernel I built earlier for a similar Ubuntu 10.04-64bit / Xen 4.0.0
2010 Jan 15
8
XEN 3.4.2 /proc/xen/balloon doesn''t exist
...2 root root 0 2010-01-15 11:33 .. 0 -r--r--r-- 1 root root 0 2010-01-15 11:37 capabilities 0 -rw------- 1 root root 0 2010-01-15 11:37 privcmd 0 -rw------- 1 root root 0 2010-01-15 11:37 xenbus 0 -rw------- 1 root root 0 2010-01-15 11:37 xsd_kva 0 -rw------- 1 root root 0 2010-01-15 11:37 xsd_port Here is the dom0 info root@rasnew:/etc/xen# xm info host : rasnew release : 2.6.31.6 version : #1 SMP Wed Jan 13 17:26:21 EST 2010 machine : i686 nr_cpus : 2 nr_nodes : 1 cores_per_socket : 2 thr...
2010 Jun 30
6
Xen 4 - Error 111 Refused Connection
Hi there. I cannot start xen, I''m getting this error System: Linux netwarrior 2.6.31.13 #5 SMP Wed Jun 30 13:25:47 ART 2010 x86_64 AMD Athlon(tm) II X4 630 Processor AuthenticAMD GNU/Linux xend.log le "/usr/lib64/python2.6/site-packages/xen/xend/xenstore/xstransact.py", line 355, in Mkdir complete(path, lambda t: t.mkdir(*args)) File
2013 Sep 28
17
Problems in starting up domU with Xen-ARM (on Cortex-A15 Fast Models)
Hi everyone, I''m trying to start up domU on xen for ARM (Cortex-A15 Fast models). I follow the instructions to build xen-tools with this link: http://wiki.xen.org/wiki/Xen_ARM_with_Virtualization_Extensions/CrossCompiling. But there seems to be something wrong when I start up domU. First, I get errors in create domU with xl: root@(none):/home/xiaogw# xl create domU-config xc: error:
2010 Oct 27
25
xend does not start
Hello, I''ve downloaded the xen 4.0.1 version as it is explained here: http://wiki.xensource.com/xenwiki/Xen4.0 <http://wiki.xensource.com/xenwiki/Xen4.0>So, I''ve made a clone from repository, with the following command: hg clone -r RELEASE-4.0.1 http://xenbits.xen.org/xen-4.0-testing.hg And finally I''ve built xen, tools and stubdom. I was looking for a
2010 Oct 27
25
xend does not start
Hello, I''ve downloaded the xen 4.0.1 version as it is explained here: http://wiki.xensource.com/xenwiki/Xen4.0 <http://wiki.xensource.com/xenwiki/Xen4.0>So, I''ve made a clone from repository, with the following command: hg clone -r RELEASE-4.0.1 http://xenbits.xen.org/xen-4.0-testing.hg And finally I''ve built xen, tools and stubdom. I was looking for a
2007 Apr 18
43
[RFC PATCH 00/35] Xen i386 paravirtualization support
Unlike full virtualization in which the virtual machine provides the same platform interface as running natively on the hardware, paravirtualization requires modification to the guest operating system to work with the platform interface provided by the hypervisor. Xen was designed with performance in mind. Calls to the hypervisor are minimized, batched if necessary, and non-critical codepaths
2007 Apr 18
43
[RFC PATCH 00/35] Xen i386 paravirtualization support
Unlike full virtualization in which the virtual machine provides the same platform interface as running natively on the hardware, paravirtualization requires modification to the guest operating system to work with the platform interface provided by the hypervisor. Xen was designed with performance in mind. Calls to the hypervisor are minimized, batched if necessary, and non-critical codepaths